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


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

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

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

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

/*HEADER TOP*/



.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);
-moz-box-shadow:    0px 1px 7px 0px rgba(0, 0, 0, 0);
box-shadow:         0px 1px 7px 0px rgba(0, 0, 0, 0);

}

.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);

}

.admin-bar .top-page-header-block{
padding-top:32px;
}


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

.header-page-block-f .header-page-block-bottom{
padding:30px 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-menu-content-left{
display:flex;
justify-content:flex-start;
align-items:center;
flex-wrap:nowrap;  
}

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

.header-page-block-menu-content-right-search{
display:block;
width:19px;
height:19px;
background:url('../images/szukaj.png') no-repeat center;
}

.webp .header-page-block-menu-content-right-search{
background:url('../images/szukaj.webp') no-repeat center;
}

.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-left ul{
display:flex;
justify-content:center;
align-items:center;
flex-wrap:nowrap;
width:100%;
}


.header-page-block-menu-content-left ul li{
margin:0px 28px 0px 0px;
list-style-type:none;
position:relative;
}

.header-page-block-menu-content-left ul li:last-child{
margin:0px 0px 0px 0px;
}



.header-page-block-menu-content-left ul li a{
font-size:20px;
font-weight:700;
color:#000;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.header-page-block-menu-content-left ul .platforma a{
color:#fff;
font-size:18px;
padding:10px 18px;
background:#262262;
}

.header-page-block-menu-content-left ul .platforma a:hover{
color:#fff;
background:#000;
}

.header-page-block-menu-content-left ul .granatowy a{
padding-left:50px;
color:#262262;
}

.header-page-block-menu-content-left ul .pomaranczowy a{
padding-left:50px;
color:#f05323;
}

.header-page-block-menu-content-left ul .czerwony a{
padding-left:50px;
color:#ed1c24;
}

.header-page-block-menu-content-left ul .zielony a{
padding-left:50px;
color:#116f38;
}

.header-page-block-menu-content-left ul li a svg{
position:absolute;
bottom:2px;
left:0px;
width:37px;
height:22px;
}

.svg-granatowy{
fill:#262262;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.svg-pomaranczowy{
fill:#f05323;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.svg-czerwony{
fill:#ed1c24;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.svg-zielony{
fill:#116f38;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

a:hover .svg-granatowy,
a:hover .svg-pomaranczowy,
a:hover .svg-czerwony, 
a:hover .svg-zielony{
fill:#000;
}



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



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

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

.header-page-block-menu-content-right-lang{
margin-left:20px;
position:relative;
}

.header-page-block-menu-content-right-lang select{
border:0px;
padding:0px;
margin:0px;
font-size:14px;
font-weight:400;
color:#000;
background:transparent;
}

.header-page-block-menu-content-right-lang-t{
font-size:14px;
font-weight:400;
color:#000;
line-height:normal;
position:relative;
padding-right:20px;
cursor:pointer;
}

.header-page-block-menu-content-right-lang-t::before{
content:'';
position:absolute;
right:0px;
top:3px;
width:6px;
height:6px;
border-top:1px solid #000;
border-left:1px solid #000;
transform:rotate(-135deg);
-webkit-transform:rotate(-135deg);
-ms-transform:rotate(-135deg);
}

.open-l .header-page-block-menu-content-right-lang-t::before{
top:7px;
transform:rotate(45deg);
-webkit-transform:rotate(45deg);
-ms-transform:rotate(45deg);
}

.header-page-block-menu-content-right-lang-b{
position:absolute;
top:calc(100% + 20px);
right:0px;
width:140px;
padding:20px 20px 10px 20px;
background:#fff;
-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);
display:none;
}

.open-l .header-page-block-menu-content-right-lang-b{
display:block;
}

.header-page-block-menu-content-right-lang-b span{
font-size:14px;
font-weight:400;
color:#000;
line-height:normal;
}

.header-page-block-menu-content-right-lang-b ul{
margin:0px;
padding:0px;
}

.header-page-block-menu-content-right-lang-b ul li{
margin:10px 0px;
padding:0px;
list-style-type:none;
display:block;
font-size:14px;
font-weight:400;
color:#000;
line-height:normal;
}


.header-page-block-menu-content-logo{
}

.header-page-block-menu-content-logo img{
height:22px;
width:auto;
margin-top:-6px;
}



/*SUB PAGE BANER*/

.subpage-baner{
position:relative;
}

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

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

.subpage-baner-con{
position:absolute;
top:50%;
left:0px;
width:100%;
transform:translateY(-50%); 
-webkit-transform:translateY(-50%); 
-ms-transform:translateY(-50%);
}

.subpage-baner-header{
font-size:48px;
font-weight:700;
line-height:normal;
color:#262262; 
}

/*HOME PAGE BANER*/

.home-page-baner-con{
position:relative;
}

.home-page-baner-con .tns-nav
{
position:absolute;
left:0px;
z-index:99;
bottom:53px;
width:100%;
text-align:center;
}

.home-page-baner-con .tns-nav button
{
display:inline-block;
vertical-align:middle;
border:0px;
background:#ccc;
width:12px;
height:12px;
border-radius:50%;
margin:0px 6px;
}

.home-page-baner-con .tns-nav button.tns-nav-active
{
background:#262262;
}


.home-page-baner-con-slider{

}

.home-page-baner{
position:relative;
}

.home-page-baner-img{
width:100%;
height:850px;
}

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

.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;
}

.home-page-baner-text-a{
font-weight:700;
font-size:48px;
line-height:normal;
color:#262262;
margin-bottom:20px;
width:100%;
max-width:820px;
}



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

.home-page-baner-text-button a{
display:inline-block;
padding:40px 43px;
text-align:center;
font-weight:700;
font-size:27px;
line-height:normal;
color:#fff;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
background:#262262;
}

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

.home-page-baner-text-button a span{
display:inline-block;
padding-right:96px;
position:relative;
}

.home-page-baner-text-button a span::before{
content:'';
width:14px;
height:14px;
position:absolute;
top:6px;
right:0px;
border-top:3px solid #fff;
border-right:3px solid #fff;
}

.home-page-baner-text-button a span::after{
content:'';
width:24.8px;
height:3px;
position: absolute;
top:14.8px;
right:-1.5px;
background:#fff;
transform:rotate(-45deg);
-webkit-transform:rotate(-45deg);
-ms-transform:rotate(-45deg);
}



/*PRZYCISKI*/

.page-button-one{
display:inline-block;
padding:40px 43px;
text-align:center;
font-weight:700;
font-size:27px;
line-height:normal;
color:#fff;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.page-button-one.page-button-one-color-a{
color:#f05323;
}

.page-button-one-color-a{
background:#ffffff;
}

.page-button-one.page-button-one-color-b{
color:#fff;
}

.page-button-one-color-b{
background:#f05323;
}

.page-button-one.page-button-one-color-c{
color:#fff;
padding:40px 33px;
}

.page-button-one-color-c{
background:transparent;
border:3px solid #fff;
border-radius:2px;
}

.page-button-one.page-button-one-color-d{
color:#ed1c24;
padding:20px 33px;
text-align:left;
}

.page-button-one-color-d{
background:transparent;
border:3px solid #ed1c24;
border-radius:2px;
}

.page-button-one:hover{
background:#000;
}

.page-button-one.page-button-one-color-a:hover{
background:#f05323;
color:#fff;
}

.page-button-one.page-button-one-color-b:hover{
background:#000;
color:#fff;
}

.page-button-one.page-button-one-color-c:hover{
background:#fff;
color:#116f38;
}

.page-button-one.page-button-one-color-d:hover{
background:#ed1c24;
color:#fff;
}

.page-button-one span{
display:inline-block;
padding-right:56px;
position:relative;
}

.page-button-one span::before{
content:'';
width:14px;
height:14px;
position:absolute;
top:6px;
right:0px;
border-top:3px solid #fff;
border-right:3px solid #fff;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.page-button-one span::after{
content:'';
width:24.8px;
height:3px;
position: absolute;
top:14.8px;
right:-1.5px;
background:#fff;
transform:rotate(-45deg);
-webkit-transform:rotate(-45deg);
-ms-transform:rotate(-45deg);
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.page-button-one.page-button-one-color-a span::before{
border-top:3px solid #f05323;
border-right:3px solid #f05323; 
}

.page-button-one-color-a.page-button-one span::after{
background:#f05323;
}

.page-button-one.page-button-one-color-a:hover span::before{
border-top:3px solid #fff;
border-right:3px solid #fff; 
}

.page-button-one-color-a.page-button-one:hover span::after{
background:#fff;
}

.page-button-one.page-button-one-color-c:hover span::before{
border-top:3px solid #116f38;
border-right:3px solid #116f38;
}

.page-button-one-color-c.page-button-one:hover span::after{
background:#116f38;
}

.page-button-one.page-button-one-color-d span::before{
border-top:3px solid #ed1c24;
border-right:3px solid #ed1c24; 
}

.page-button-one-color-d.page-button-one span::after{
background:#ed1c24;
}


.page-button-one.page-button-one-color-d:hover span::before{
border-top:3px solid #fff;
border-right:3px solid #fff;
}

.page-button-one-color-d.page-button-one:hover span::after{
background:#fff;
}


/*NAGŁOWKI*/

.page-header-one{
font-size:40px;
font-weight:700;
line-height:50px;
word-wrap:break-word;
position:relative;
}

.page-header-one-color-a{
color:#262262;
}

.page-header-one-color-b{
color:#fff;
}

.page-header-one-color-a svg{
fill:#262262;
display:block;
}

.page-header-one-color-b svg{
fill:#fff;
display:block;
}

.page-header-one svg{
margin:0px 0px 20px 0px;
}

.page-header-one.page-header-center svg{
margin:0px auto 20px auto;
}

.page-header-one-color-a::after{
content:'';
position:absolute;
bottom:-30px;
left:0px;
width:150px;
height:2px;
background:#262262;
margin-left:0px;
}

.page-header-one-color-b::after{
content:'';
position:absolute;
bottom:-30px;
left:0px;
width:150px;
height:2px;
background:#fff;
margin-left:0px;
}

.page-header-one.page-header-center::after{
margin-left:-75px;
left:50%;
}


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

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

.page-header-margin-c{
margin:0px 0px 80px 0px;
}

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

/*TEKSTY*/

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

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

.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 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%;
}


/*STRONA GÓWNA BLOKI LINKI*/

.home-page-block-image{
background:#fff;
padding:100px 0px;
}

.home-page-block-image-content{
display:flex;
justify-content:flex-start;
align-items:flex-start;
flex-wrap:wrap;
margin:0px -12px;
}

.home-page-block-image-content-item-1{
width:calc(34% - 24px);
margin:0px 12px 24px 12px;
position:relative;
}

.home-page-block-image-content-item-2,
.home-page-block-image-content-item-4,
.home-page-block-image-content-item-5,
.home-page-block-image-content-item-6,
.home-page-block-image-content-item-7{
width:calc(25% - 24px);
margin:0px 12px 24px 12px;
position:relative;
}

.home-page-block-image-content-item-3{
width:calc(41% - 24px);
margin:0px 12px 24px 12px;
position:relative;
}

.home-page-block-image-content-item-img{
width:100%;
height:320px;
position:relative;
overflow:hidden;
}

.home-page-block-image-content-item-img::before{
content:'';
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
background:#262262;
opacity:0.4;
z-index:9;
}

.home-page-block-image-content-item-img-p{
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;
transform:scale(1,1);
-webkit-transform:scale(1,1);
-ms-transform:scale(1,1);
}

a:hover .home-page-block-image-content-item-img-p{
transform:scale(1.1,1.1);
-webkit-transform:scale(1.1,1.1);
-ms-transform:scale(1.1,1.1);
}

.home-page-block-image-content-item-img img{
width:100%;
height:100%;
object-fit:cover;
object-position:center;
}

.home-page-block-image-content-item-button{
position:absolute;
bottom:13px;
left:13px;
width:calc(100% - 62px);
max-width:260px;
background:#fff;
padding:10px 18px;
z-index:10; 
display:flex;
justify-content:space-between;
align-items:center;
flex-wrap:nowrap;
}

.home-page-block-image-content-item-button-txt{
font-size:20px;
font-weight:700;
color:#262262;
line-height:normal;
}


/*STRONA GŁÓWNA WYKRES*/

.home-page-chart{
padding:80px 0px;
background-image:url('../images/bg-1.jpg'),url('../images/bg-2.jpg');
background-position:top right, bottom left;
background-repeat:no-repeat, no-repeat;
background-color:#f2f2f2;
}

.webp .home-page-chart{
background-image:url('../images/bg-1.webp'),url('../images/bg-2.webp');
}

.home-page-chart-block{
width:664px;
height:694px;
margin:0px auto;
position:relative;
cursor:pointer;
}

.home-page-chart-block-a{
position:absolute;
top:15.2%;
left:13.7%;
width:73.2%;
height:67.9%;
background-image:url('../images/wyk.png');
background-position:center center;
background-repeat:no-repeat;
background-size:100% 100%;
}

.webp .home-page-chart-block-a{
background-image:url('../images/wyk.webp');
}




.home-page-chart-block-b{
position:absolute;
left:13%;
top:12.3%;
width:39.309%;
height:54.036%;
background-image:url('../images/wyk-1.png');
background-position:center center;
background-repeat:no-repeat;
background-size:100% 100%;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.webp .home-page-chart-block-b{
background-image:url('../images/wyk-1.webp');
}

.home-page-chart-block-open .home-page-chart-block-b{
left:0%;
top:0%;
}

.home-page-chart-block-c{
position:absolute;
right:11.8%;
top:12.3%;
width:39.309%;
height:54.036%;
background-image:url('../images/wyk-2.png');
background-position:center center;
background-repeat:no-repeat;
background-size:100% 100%;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.webp .home-page-chart-block-c{
background-image:url('../images/wyk-2.webp');
}

.home-page-chart-block-open .home-page-chart-block-c{
right:0%;
top:0%;
}

.home-page-chart-block-d{
position:absolute;
bottom:16.3%;
left:18%;
width:65.212%;
height:37.032%;
background-image:url('../images/wyk-3.png');
background-position:center center;
background-repeat:no-repeat;
background-size:100% 100%;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.webp .home-page-chart-block-d{
background-image:url('../images/wyk-3.webp');
}

.home-page-chart-block-open .home-page-chart-block-d{
bottom:0%;
}


.home-page-chart-block img{
width:100%;
height:auto;
}


/*PRODUKTY GŁÓWNA*/

.home-page-product{
padding:90px 0px;
background-color:#262262;
background-image:url('../images/bg-3.jpg');
background-position:bottom right;
background-repeat:no-repeat;
}

.webp .home-page-product{
background-image:url('../images/bg-3.webp');
}

.home-page-product-block{
position:relative;
padding:0px 55px;
}

.home-page-product-block-slider-item{
display:block;
}

.home-page-product-block-slider-item-img{
width:100%;
height:238px;
}

.home-page-product-block-slider-item-img img{
width:100%;
height:100%;
object-position:center;
object-fit:cover;
}

.home-page-product-block-slider-item-txt{
text-align:center;
font-size:22px;
font-weight:400;
color:#fff;
line-height:normal;
padding-top:20px;
}

.home-page-product-block .tns-controls{
position:absolute;
top:105px;
left:0px;
width:100%;
z-index:99;
}

.home-page-product-block .tns-controls button:first-child{
position:absolute;
top:0px;
left:0px;
width:33px;
height:26px;
background:transparent;
cursor:pointer;
border:0px;
z-index:99;
padding:0px;
margin:0px;
}

.home-page-product-block .tns-controls button:first-child:before{
content:'';
position:absolute;
top:50%;
right:0px;
width:95%;
height:2px;
background:#fff;
}

.home-page-product-block .tns-controls button:first-child:after{
content:'';
position: absolute;
top:5.9px;
left:3.6px;
width:14px;
height:14px;
border-top:2px solid #fff;
border-left:2px solid #fff;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
}

.home-page-product-block .tns-controls button:last-child{
position:absolute;
top:0px;
right:0px;
width:33px;
height:26px;
background:transparent;
cursor:pointer;
border:0px;
z-index:99;
padding:0px;
margin:0px;
}

.home-page-product-block .tns-controls button:last-child:before{
content:'';
position:absolute;
top:50%;
left:0px;
width:95%;
height:2px;
background:#fff;
}

.home-page-product-block .tns-controls button:last-child:after{
content:'';
position: absolute;
top:5.9px;
right:3.6px;
width:14px;
height:14px;
border-top:2px solid #fff;
border-right:2px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
-ms-transform: rotate(45deg);
}

.home-page-product-button{
padding-top:80px;
text-align:center;
}

/*STRONA GŁOWNA DYSTRYBUCJA*/

.home-page-global{
padding:100px 0px;
background:#fff;
}

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

.home-page-global-block-left{
width:calc(50% - 220px);
margin:0px 115px 0px 105px;
}

.home-page-global-block-right{
width:calc(50% - 10px);
margin:0px 0px 0px 10px;
}

.home-page-global-block-left{
width:calc(50% - 220px);
margin:0px 115px 0px 105px;
}

.home-page-global-block-right img{
border-top:1px solid #828384;
border-bottom:1px solid #828384;
width:100%;
height:auto;
}

.home-page-global-block-left-button{
padding-top:40px;
}

/*STRONA GŁÓWNA ECO*/

.home-page-eco{
background: rgb(17,111,56);
background: -moz-linear-gradient(90deg, rgba(17,111,56,1) 0%, rgba(122,176,51,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(17,111,56,1) 0%, rgba(122,176,51,1) 100%);
background: linear-gradient(90deg, rgba(17,111,56,1) 0%, rgba(122,176,51,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#116f38",endColorstr="#7ab033",GradientType=1);
}

.home-page-eco-bg{
padding:65px 0px;
background:url('../images/bg-4.png') no-repeat bottom right;
}

.webp .home-page-eco-bg{
background:url('../images/bg-4.webp') no-repeat bottom right;
}

.home-page-eco-bg-content{
display:flex;
justify-content:flex-start;
align-items:flex-end;
flex-wrap:wrap;
}

.home-page-eco-bg-content-item-a{
width:31%;
}

.home-page-eco-bg-content-item-b{
width:calc(34% - 50px);
margin-left:50px;
}

.home-page-eco-bg-content-item-c{
width:calc(35% - 137px);
margin-left:32px;
margin-right:105px;
}

.home-page-eco-bg-content-item-a img{
width:100%;
height:auto;
}

.home-page-eco-bg-content-item-b img{
max-width:259px;
height:auto;
width:auto;
}

.home-page-eco-bg-content-item-b-header{
font-size:30px;
font-weight:700;
color:#fff;
line-height:36px;
padding-top:30px;  
}

.home-page-eco-bg-content-item-c-txt{
font-size:41px;
font-weight:700;
color:#116f38;
line-height:48px;
text-align:right; 
}

.home-page-eco-bg-content-item-c-button{
padding-top:90px;
text-align:right;
}

.home-page-eco-bg-content-item-c-txt b,
.home-page-eco-bg-content-item-c-txt strong{
font-size:98px;
line-height:normal; 
}

/*STRONA GŁÓWNA SERVICE*/

.home-page-service{
padding:100px 0px;
background:#f2f2f2;  
}

.home-page-service-block{
padding-left:105px;
}

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

.home-page-service-block-content-item{
width:calc(25% - 20px);
margin:0px 10px 20px 10px;
min-height:250px;
position:relative;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.item-serv-1 img{
width:auto;
height:auto;
max-width:189px;
}

.item-serv-2{
background:#ed1c24 url('../images/ikona-7.png') no-repeat calc(100% - 16px) 16px;
background-size:80px auto;
}

.webp .item-serv-2{
background:#ed1c24 url('../images/ikona-7.webp') no-repeat calc(100% - 16px) 16px;
background-size:80px auto;
}

.item-serv-2:hover{
background:#262262 url('../images/ikona-7.png') no-repeat 16px 16px;
background-size:40px auto;
}

.webp .item-serv-2:hover{
background:#262262 url('../images/ikona-7.webp') no-repeat 16px 16px;
background-size:40px auto;
}


.item-serv-3{
background:#ed1c24 url('../images/ikona-8.png') no-repeat calc(100% - 16px) 16px;
background-size:80px auto;
}

.webp .item-serv-3{
background:#ed1c24 url('../images/ikona-8.webp') no-repeat calc(100% - 16px) 16px;
background-size:80px auto;
}

.item-serv-3:hover{
background:#262262 url('../images/ikona-8.png') no-repeat 16px 16px;
background-size:40px auto;
}

.webp .item-serv-3:hover{
background:#262262 url('../images/ikona-8.webp') no-repeat 16px 16px;
background-size:40px auto;
}


.item-serv-6{
background:#ed1c24 url('../images/ikona-9.png') no-repeat calc(100% - 16px) 16px;
background-size:80px auto;
}

.webp .item-serv-6{
background:#ed1c24 url('../images/ikona-9.webp') no-repeat calc(100% - 16px) 16px;
background-size:80px auto;
}

.item-serv-6:hover{
background:#262262 url('../images/ikona-9.png') no-repeat 16px 16px;
background-size:40px auto;
}

.webp .item-serv-6:hover{
background:#262262 url('../images/ikona-9.webp') no-repeat 16px 16px;
background-size:40px auto;
}


.item-serv-7{
background:#ed1c24 url('../images/ikona-10.png') no-repeat calc(100% - 16px) 16px;
background-size:80px auto;
}

.webp .item-serv-7{
background:#ed1c24 url('../images/ikona-10.webp') no-repeat calc(100% - 16px) 16px;
background-size:80px auto;
}

.item-serv-7:hover{
background:#262262 url('../images/ikona-10.png') no-repeat 16px 16px;
background-size:40px auto;
}

.webp .item-serv-7:hover{
background:#262262 url('../images/ikona-10.webp') no-repeat 16px 16px;
background-size:40px auto;
}

.item-serv-8{
background:#ed1c24 url('../images/ikona-11.png') no-repeat calc(100% - 16px) 16px;
background-size:80px auto;
}

.webp .item-serv-8{
background:#ed1c24 url('../images/ikona-11.webp') no-repeat calc(100% - 16px) 16px;
background-size:80px auto;
}

.item-serv-8:hover{
background:#262262 url('../images/ikona-11.png') no-repeat 16px 16px;
background-size:40px auto;
}

.webp .item-serv-8:hover{
background:#262262 url('../images/ikona-11.webp') no-repeat 16px 16px;
background-size:40px auto;
}






.home-page-service-block-content-item-header-a{
position:absolute;
bottom:16px;
left:16px;
font-size:30px;
font-weight:700;
color:#fff;
line-height:36px;
}

.home-page-service-block-content-item-text{
text-align:right;
font-size:30px;
font-weight:700;
color:#ed1c24;
line-height:36px;
}

.home-page-service-block-content-item-text b,
.home-page-service-block-content-item-text strong{
font-size:72px;
line-height:normal; 
}

.home-page-service-block-content-item-button{
display:flex;
justify-content:flex-end;
align-items:flex-start;
flex-direction:column;
flex-wrap:nowrap;
height:100%;
}

.home-page-service-block-content-item-list{
position:absolute;
bottom:16px;
left:16px;
width:calc(100% - 124px); 
}

.home-page-service-block-content-item-list ul{
padding:0px;
margin:0px;
}

.home-page-service-block-content-item-list ul li{
display:block;
font-size:24px;
font-weight:700;
color:#fff;
line-height:36px; 
list-style-type:none;
position:relative;
padding-left:18px;
}

.home-page-service-block-content-item-list ul li::before{
content:'';
position:absolute;
top:15.3px;
left:0px;
width:6px;
height:6px;
background:#fff;
}

/*STRONA GŁÓWNA O NAS*/

.home-page-about-us{
padding:90px 0px;
background-color:#262262;
background-image:url('../images/bg-5.jpg');
background-position:190px 0px;
background-repeat:no-repeat;
}

.webp .home-page-about-us{
background-image:url('../images/bg-5.webp');
}

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

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

.home-page-about-us-content-item-img{
padding-right:200px;
}

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

.home-page-about-us-content-item-block{
width:100%;
max-width:825px;
margin-left:-100px;
display:flex;
justify-content:space-between;
align-items:flex-start;
flex-wrap:wrap;
position:relative;
}

.home-page-about-us-content-item-block-full{
width:100%;
}

.home-page-about-us-content-item-block-left{
width:calc(50% - 10px);
margin-bottom:180px;
}

.home-page-about-us-content-item-block-right{
width:calc(50% - 10px);
display:flex;
justify-content:space-between;
align-items:flex-end;
flex-wrap:wrap;
flex-direction:column;
min-height:571px;
}

.home-page-about-us-content-item-block-left-txt.page-text-one p{
color:#fff;
}


.home-page-about-us-content-item-block-right-item{
text-align:right;
font-size:30px;
font-weight:700;
color:#fff;
line-height:36px;
}

.home-page-about-us-content-item-block-right-item b,
.home-page-about-us-content-item-block-right-item strong{
font-size:72px;
line-height:normal; 
}

.home-page-about-us-content-item-block-button{
position:absolute;
bottom:0px;
left:0px;
width:50%;
}

.home-page-about-us-content-item-block-button .page-button-one.page-button-one-color-c:hover{
background:#fff;
color:#2d2967;
}
.home-page-about-us-content-item-block-button .page-button-one.page-button-one-color-c:hover span::before{
border-top:3px solid #2d2967;
border-right:3px solid #2d2967;
}

.home-page-about-us-content-item-block-button .page-button-one-color-c.page-button-one:hover span::after{
background:#2d2967;
}



/*PODSTRONA*/

.sub-page-one{
padding:100px 0px 100px 0px;
background:#fff;
}


/*STRONA O NAS*/

.subpage-about-us{
position:relative;
padding:100px 0px;
background:#fff url('../images/bg-6.jpg') no-repeat left center;
}

.subpage-about-us-content-p{
padding-top:80px;
}

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

.subpage-about-us-content-left{
width:56%;
}

.subpage-about-us-content-right{
width:calc(44% - 105px);
margin-left:105px;
}

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

.subpage-history{
position:relative;
padding:100px 0px;
background:#262262 url('../images/bg-4.png') no-repeat right top;  
}

.subpage-history-block-p{
padding-top:50px;
position:relative;
}


.subpage-history-block-ar-l{
position:absolute;
top:50%;
left:0px;
width:33px;
height:26px;
background:transparent;
cursor:pointer;
border:0px;
z-index:99;
padding:0px;
margin:0px;
margin:10px 0px 0px 0px;
display:none;
}

.subpage-history-block-ar-l:before{
content:'';
position:absolute;
top:50%;
right:0px;
width:95%;
height:2px;
background:#fff;
}

.subpage-history-block-ar-l:after{
content:'';
position: absolute;
top:5.9px;
left:3.6px;
width:14px;
height:14px;
border-top:2px solid #fff;
border-left:2px solid #fff;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
}

.subpage-history-block-ar-r{
position:absolute;
top:50%;
right:0px;
width:33px;
height:26px;
background:transparent;
cursor:pointer;
border:0px;
z-index:99;
padding:0px;
margin:10px 0px 0px 0px;
display:none;
}

.subpage-history-block-ar-r:before{
content:'';
position:absolute;
top:50%;
left:0px;
width:95%;
height:2px;
background:#fff;
}

.subpage-history-block-ar-r:after{
content:'';
position: absolute;
top:5.9px;
right:3.6px;
width:14px;
height:14px;
border-top:2px solid #fff;
border-right:2px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
-ms-transform: rotate(45deg);
}



.subpage-history-block{
width:100%;
height:400px;
overflow:hidden;
position:relative;
display:flex;
}

.subpage-history-block-content{
width:1430px;
height:400px;
position:relative;

}

.subpage-history-block-content-line{
position:absolute;
top:50%;
left:0px;
width:1430px;
height:1px;
background:#fff;
margin-top:-0.5px;
}

.subpage-history-block-content-line::before{
content:'';
position:absolute;
top:-10px;
left:0px;
width:20px;
height:20px;
background:#fff;
border-radius:50%;
}

.subpage-history-block-content-line::after{
content:'';
position:absolute;
top:-10px;
right:0px;
width:20px;
height:20px;
background:#fff;
border-radius:50%;
}

.history-box-1{
position:absolute;
top:0px;
left:3%;
text-align:left;
}

.history-box-2{
position:absolute;
bottom:0px;
left:3%;
text-align:right;
}

.history-box-3{
position:absolute;
top:0px;
left:calc(3% + 342px);
text-align:left;
}

.history-box-4{
position:absolute;
bottom:0px;
left:calc(3% + 342px);
text-align:right;
}

.history-box-5{
position:absolute;
top:0px;
left:calc(3% + 684px);
text-align:left;
}

.history-box-6{
position:absolute;
bottom:0px;
left:calc(3% + 684px);
text-align:right;
}

.history-box-7{
position:absolute;
top:0px;
left:calc(3% + 1026px);
text-align:left;
}

.history-box-8{
position:absolute;
bottom:0px;
left:calc(3% + 1026px);
text-align:right;
}

.history-box-top::before{
content:'';
position:absolute;
bottom:-34px;
left:9px;
width:1px;
height:34px;
background:#fff;
}

.history-box-top::after{
content:'';
position:absolute;
bottom:-44px;
left:0px;
width:18px;
height:18px;
background:#fff;
border-radius:50%;
}

.history-box-bottom::before{
content:'';
position:absolute;
top:-34px;
right:154px;
width:1px;
height:34px;
background:#fff;
}

.history-box-bottom::after{
content:'';
position:absolute;
top:-44px;
right:145px;
width:18px;
height:18px;
background:#fff;
border-radius:50%;
}

.subpage-history-block-content-box{
width:342px;
display:flex;
justify-content:flex-start;
align-items:flex-start;
flex-wrap:nowrap;
}

.subpage-history-block-content-box-img{
width:165px;
height:165px;
}

.subpage-history-block-content-box-text{
width:calc(100% - 185px);
margin:0px 10px;
}

.subpage-history-block-content-box-img img{
width:100%;
height:auto;
}

.subpage-history-block-content-box-text h4{
font-size:14px;
font-weight:700;
line-height:24px;
color:#fff;
}

.subpage-history-block-content-box-text p{
font-size:14px;
font-weight:400;
line-height:24px;
color:#fff;
}

.subpage-process{
padding:70px 0px;
border-top:2px solid #e6e6e6;
border-bottom:2px solid #e6e6e6;
}

.subpage-process-block-p{
padding-top:40px;
}

.subpage-process-block{
display:flex;
justify-content:flex-start;
align-items:flex-start;
flex-wrap:wrap;  
}

.subpage-process-block-item{
width:204px;
display:flex;
justify-content:flex-start;
align-items:flex-start;
flex-wrap:nowrap;
margin-bottom:30px; 
}

.subpage-process-block-item-left{
width:162px; 
}

.subpage-process-block-item-right{
width:42px;
height:162px;
display:flex;
justify-content:center;
align-items:center;
flex-wrap:nowrap;
flex-direction:column; 
}

.subpage-process-block-item:last-child{
width:162px;
}

.subpage-process-block-item:last-child .subpage-process-block-item-right{
display:none;
}

.subpage-process-block-item-left-icon{
width:162px;
height:162px;
background:#262262;
display:flex;
justify-content:center;
align-items:center;
flex-wrap:nowrap;
flex-direction:column; 
}

.subpage-process-block-item-left-text{
padding-top:20px;
text-align:center;
font-size:20px;
font-weight:700;
line-height:30px;
color:#262262;
}

.subpage-csr{
padding:100px 0px;
background:#f2f2f2;
}

/*STRONA PYTANIA*/

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

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


.subpage-faq-blok-content-item{
width:calc(33.33333333333333% - 60px);
margin:0px 10px 20px 10px;
background:#f2f2f2;
padding:35px 20px;
cursor:pointer;
position:relative;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.subpage-faq-blok-content-item.item-open{
background:#272262;  
}

.subpage-faq-blok-content-item::before{
content:'';
position:absolute;
bottom:22px;
right:14px;
width:20px;
height:2px;
background:#272262;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.subpage-faq-blok-content-item.item-open::before{
background:#fff;  
}


.subpage-faq-blok-content-item::after{
content:'';
position:absolute;
bottom:22px;
right:14px;
width:20px;
height:2px;
background:#272262;
-webkit-transform: rotate(90deg);
transform:rotate(90deg);
-ms-transform:rotate(90deg);
opacity:1; 
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.subpage-faq-blok-content-item.item-open::after{
opacity:0; 
}

.subpage-faq-blok-content-item > h3{
font-size:22px;
font-weight:700;
line-height:33px;
color:#262262;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.subpage-faq-blok-content-item.item-open > h3{
color:#fff;
}

.subpage-faq-blok-content-item-text{
display:none;
}

.subpage-faq-blok-content-item-wys{
padding:65px 0px;
display:none;
width:100%;
}

/*STRONA KONTAKT*/

.subpage-contact{
position:relative;
padding:100px 0px;
background:#fff;
}

.subpage-contact-block-top{
display:flex;
justify-content:space-between;
align-items:flex-start;
flex-wrap:wrap;
width:100%;
max-width:1029px;
margin:0px auto;
}

.subpage-contact-block-top-item{
max-width:400px;
width:100%;
text-align:center;
}

.subpage-contact-block-top-item.page-text-one p a,
.subpage-contact-block-top-item.page-text-one p a:hover{
color:#585858;
}

.subpage-contact-block-poz{
padding:65px 0px;
border-top:2px solid #e6e6e6;
border-bottom:2px solid #e6e6e6;
margin-top:50px;  
}

.subpage-contact-map{
padding:25px 0px 125px 0px;
}

.subpage-contact-map iframe{
display:block;
width:100%;
height:390px;
}

.subpage-contact-form-sec{
padding:90px 0px;
background:#f2f2f2;
}


.subpage-contact-form{
padding-top:20px;
}

.subpage-contact-form-poz{
margin-bottom:30px;
}

.subpage-contact-form-poz input[type='text'],
.subpage-contact-form-poz input[type='email'],
.subpage-contact-form-poz input[type='password'],
.subpage-contact-form-poz input[type='tel']{
font-size:16px;
font-weight:400;
line-height:normal;
color:#585858;
display:block;
border:1px solid #7d7d7d;
padding:16px 19px;
width:calc(100% - 38px);
margin:0px;
outline:none;
}

input::placeholder{
color:#585858;
opacity:1;
}

::-webkit-input-placeholder{
color:#585858;
opacity:1;
}
::-moz-placeholder{
color:#585858;
opacity:1;
}
:-ms-input-placeholder{
color:#585858;
opacity:1;
}
:-moz-placeholder{
color:#585858;
opacity:1;
}

.subpage-contact-form-poz textarea{
font-size:16px;
font-weight:400;
line-height:normal;
color:#585858;
display:block;
border:1px solid #7d7d7d;
padding:16px 19px;
width:calc(100% - 38px);
margin:0px;
outline:none;
resize:none;
height:160px;
}

.subpage-contact-form-poz-c{
text-align:center;
}

.subpage-contact-form-poz-ch{
margin-left:40px;
}

.subpage-contact-form-poz-ch input{
display:none;
}

.subpage-contact-form-poz-ch label{
position:relative;
padding-left:72px;
display:block;
font-weight:400;
font-size:18px;
margin:0px;
color:#585858;
text-align:left;
height:59px;
line-height:59px;
}


.subpage-contact-form-poz-ch label::before{
content:'';
position:absolute;
top:0px;
left:0px;
width:57px;
height:57px;
border:1px solid #7d7d7d;
background:white; 
border-radius:8px;  
}

.subpage-contact-form-poz-ch label::after{
content:'';
position:absolute;
top:0px;
left:0px;
}

.subpage-contact-form-poz-ch input[type="radio"]:checked + label::after{
content:'';
position:absolute;
top:16px;
left:24px;
width:10px;
height:21px;
border-right:2px solid #7d7d7d;
border-bottom:2px solid #7d7d7d;
color:#dcdcdc;
-webkit-transform: rotate(45deg);
transform:rotate(45deg);
-ms-transform:rotate(45deg);
}

.subpage-contact-form-block{
display:flex;
justify-content:space-between;
align-items:flex-start;
flex-wrap:wrap;
}

.subpage-contact-form-block-item{
width:calc(50% - 10px);
}

.subpage-contact-form-poz-sub{
text-align:right;
}

.subpage-contact-form-poz-sub .page-button-one{
max-width:205px;
padding:16px 18px;
cursor:pointer;
}

.subpage-contact-iframe{
display:block;
width:100%;
height:400px;
}

.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-spin{
margin-bottom:30px;
display:none;
}

.subpage-contact-window-content-spin-l{
display:inline-block;
border: 5px solid #262262;
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;
}


.subpage-contact-form-poz-sub-send, .subpage-contact-window-content-close{
display:inline-block;
padding:28px 43px;
text-align:center;
font-weight:700;
font-size:23px;
line-height:normal;
color:#fff;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
background:#262262;
cursor:pointer;
}

.subpage-contact-form-poz-sub-send:hover,
.subpage-contact-window-content-close:hover{
background:#000;
}

.subpage-contact-form-poz-sub-send span,
.subpage-contact-window-content-close span{
display:inline-block;
padding-right:96px;
position:relative;
}

.subpage-contact-form-poz-sub-send span::before,
.subpage-contact-window-content-close span::before{
content:'';
width:14px;
height:14px;
position:absolute;
top:6px;
right:0px;
border-top:3px solid #fff;
border-right:3px solid #fff;
}

.subpage-contact-form-poz-sub-send span::after,
.subpage-contact-window-content-close span::after{
content:'';
width:24.8px;
height:3px;
position: absolute;
top:14.8px;
right:-1.5px;
background:#fff;
transform:rotate(-45deg);
-webkit-transform:rotate(-45deg);
-ms-transform:rotate(-45deg);
}

.subpage-contact-bank{
padding:100px 0px;
}

.subpage-contact-bank-block{
display:flex;
justify-content:flex-start;
align-items:flex-start;
flex-wrap:wrap;
}

.subpage-contact-bank-block-item{
width:calc(33.333333333333333% - 20px);
text-align:center;
margin:0px 10px;
}

.subpage-contact-bank-block-item p{
font-size:16px;
}

.subpage-contact-bank-block-item b,
.subpage-contact-bank-block-item strong{
color:#262262;
font-size:20px;
}

.subpage-contact-iso{
padding:90px 0px;
background-color:#262262;
background-image:url('../images/bg-3.jpg');
background-position:bottom right;
background-repeat:no-repeat;
}

.subpage-contact-iso-block{
display:flex;
justify-content:flex-start;
align-items:flex-start;
flex-wrap:wrap;
}

.subpage-contact-iso-block-left{
width:calc(75% - 125px);
margin-right:125px;
}

.subpage-contact-iso-block-right{
width:25%;
}

.subpage-contact-iso-block-left-text.page-text-one p{
color:#fff;
}

.subpage-contact-iso-block-right img{
width:100%;
height:auto;
}

/*WYSZUKIAWANIE*/

.sub-page-section-search{
padding:100px 0px;
}

.sub-page-section-search-header{
font-weight:600;
font-size:30px;
line-height: normal;
color:#000;
margin-bottom:50px;
}  

.entry-title-search-block{
border:1px solid #dfdfdf;
padding: 18px;
margin-bottom:20px;  
}

.entry-title-search a, .entry-title-search a:hover{
font-weight:500;
font-size:18px;
line-height: normal;
color:#000;
}

.entry-title-search-block p{
font-weight:400;
font-size:14px;
line-height: 24px;
color: #6e6e6e;
padding-top:20px;
}

.sub-page-section-search-input form{
display:flex;
justify-content:space-between;
align-items:center;
flex-wrap:wrap;
}

.sub-page-section-search-input label{
width:calc(100% - 160px);
}

.sub-page-section-search-input label input{
font-size:16px;
font-weight:400;
line-height:normal;
color:#585858;
display:block;
border:1px solid #7d7d7d;
border-radius:0px;
padding:16px 19px;
width:calc(100% - 38px);
margin:0px;
outline:none;
}

.sub-page-section-search-input .search-submit{
display:inline-block;
padding:19px 18px;
text-align:center;
font-weight:600;
font-size:13px;
line-height:normal;
color:#fff;
border-radius:0px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
cursor:pointer;
width:100%;
max-width:160px;
background:#272262;
border:0px;
}


.sub-page-section-search-input .search-submit:hover{
background:#000;
cursor:pointer;
}

.shop-page-text{
padding:0px 0px 50px 0px;
}





/*STOPKA*/

.footer-page{
padding:0px 0px 0px 0px;
background:#fff;  
}

.footer-page-top{
padding:65px 0px;
border-top:2px solid #e6e6e6;
border-bottom:2px solid #e6e6e6; 	
}

.footer-page-top-block{
display:flex;
justify-content:space-between;
align-items:flex-start;
flex-wrap:wrap;
}

.footer-page-top-block-item{
width:calc(50% - 10px);
}

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

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

.footer-page-middle{
background:#fff;
padding:100px 0px;
}

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

.footer-page-middle-content-item h4{
font-weight:700;
font-size:16px;
line-height:30px;
color:#585858;
}

.footer-page-middle-content-item p,
.footer-page-middle-content-item p a,
.footer-page-middle-content-item p a:hover{
font-weight:400;
font-size:16px;
line-height:30px;
color:#585858;
}

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

.footer-page-middle-content-item-socialmedia img{
margin:10px 10px 10px 0px;
}


.footer-page-bottom{
background:#262262;
padding:30px 0px;
}

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

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

.footer-page-bottom-content-right a{
position:fixed;
right:20px;
bottom:18px;
z-index:999;
display:block;
width:42px;
height:42px;
text-align:center;
background:#c0c0c0;
display:flex;
justify-content:center;
align-items:center;
flex-wrap:nowrap;
flex-direction:column;
}


/*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:#cc0c00;
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;
}

.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;
}

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

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

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

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

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

.home-page-chart-bl{
display:flex;
justify-content:flex-start;
align-items:flex-start;
flex-wrap:wrap;
margin:0px -30px;
}

.home-page-chart-bl-item{
width:calc(33.3333333333333% - 60px);
margin:0px 30px;
display:block;
text-align:center;
}

.home-page-chart-bl-item h3{
line-height:normal;
font-size:24px;
font-weight:700;
color:#f05323;
padding:30px 0px;
}

.home-page-chart-bl-item p{
line-height:36px;
font-size:20px;
font-weight:400;
color:#585858;
padding-bottom:30px;
}

.home-page-chart-bl-item-prz{
border:2px solid #f05323;
}

.home-page-chart-bl-item-img img{
width:100%;
max-width:214px;
}

@media (max-width: 1200px) {
  .home-page-baner-text-a {
    font-size: 36px;
    max-width: 90%;
  }

  .home-page-baner-text-button a {
    font-size: 20px;
    padding: 20px 30px;
  }

  .home-page-baner-text-button a span {
    padding-right: 96px;
  }

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

/* Poprawa tekstu banera */
.home-page-baner-text-a p {
  font-size: 45px; /* większa czytelność */
  line-height: 1.5; /* więcej przestrzeni między liniami */
  margin-bottom: 10px;
  color: #262262;
  overflow-wrap: break-word;
  white-space: normal;
}

/* Lepsze odstępy całego tekstu */
.home-page-baner-text .container {
  padding: 0 20px;
}

@media (max-width: 768px) {
  .home-page-baner-img {
    height: 400px;
  }

  .home-page-baner-text-a {
    font-size: 25px;
    line-height: 1.6;
    max-width: 90%;
    margin: 0 auto;
    text-align: left;
  }

  .home-page-baner-text-a p {
    font-size: 25px;
    line-height: 1.5;
    padding: 0 15px;
    text-align: left;
  }

  .home-page-baner-text-button {
    padding-top: 30px;
    text-align: center;
  }

  .home-page-baner-text-button a {
    font-size: 16px;
    padding: 16px 24px;
    display: inline-block;
    width: auto;
  }

  .home-page-baner-text-button a span {
    padding-right: 48px;
  }
}

@media (max-width: 768px) {
  .home-page-baner-text-a {
    font-size: 25px;
    line-height: 1.4;
    text-align: left;
  }

  .home-page-baner-text-a p {
    font-size: 25px;
    line-height: 1.5;
    padding: 0 10px;
    word-break: break-word;
  }

  .home-page-baner-text-button a {
    font-size: 14px;
    padding: 14px 20px;
  }

  .home-page-baner-text-button {
    padding-top: 20px;
  }
}
.home-page-chart-bl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 -30px;
}

.home-page-chart-bl-item {
  width: calc(33.333% - 60px);
  margin: 0 30px 60px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  text-align: center;
  background: transparent;
  padding: 0; /* możesz dostosować, jeśli chcesz wewnętrzne odstępy */
}

.home-page-chart-bl-item-prz {
  margin-top: auto;
}



