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

.container-header{
width:calc(100% - 40px);
max-width:1740px;
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);
background:transparent;
}

.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);
background:#202020;

}

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

.header-page-block .header-page-block-top{
padding:20px 0px;
border-bottom:1px solid rgba(255,255,255,0.3);
display:block;
}

.header-page-block-f .header-page-block-top{
padding:20px 0px;
border-bottom:1px solid rgba(255,255,255,0.3);
display:none;
}

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

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

.header-page-block-top-content-left-a{
padding-left:22px;
background:url('../images/ikona-1.png') no-repeat left center;
margin-right:40px;
}

.webp .header-page-block-top-content-left-a{
background:url('../images/ikona-1.webp') no-repeat left center;
}

.header-page-block-top-content-left-b{
padding-left:22px;
background:url('../images/ikona-2.png') no-repeat left center;
position:relative;
}

.webp .header-page-block-top-content-left-b{
background:url('../images/ikona-2.webp') no-repeat left center;
}

.header-page-block-top-content-left-b::before{
content:'';
position:absolute;
top:0px;
left:-20px;
height:16px;
width:1px;
background:#fff;
}

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

.header-page-block-top-content-left-a,
.header-page-block-top-content-left-b{
font-size:14px;
font-weight:300;
color:#fff;
}


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

.header-page-block-top-content-right-a{
padding-left:22px;
background:url('../images/ikona-3.png') no-repeat left center;
margin-right:40px;
}

.webp .header-page-block-top-content-right-a{
background:url('../images/ikona-3.webp') no-repeat left center;
}

.header-page-block-top-content-right-b{
padding-left:22px;
background:url('../images/ikona-4.png') no-repeat left center;
position:relative;
}

.webp .header-page-block-top-content-right-b{
background:url('../images/ikona-4.webp') no-repeat left center;
}


.header-page-block-top-content-right-b::before{
content:'';
position:absolute;
top:0px;
left:-20px;
height:16px;
width:1px;
background:#fff;
}


.header-page-block-top-content-right-a span,
.header-page-block-top-content-right-b span{
font-size:14px;
font-weight:300;
color:#fff;
-webkit-text-fill-color:#fff;
}


.header-page-block-bottom{
padding:24px 0px 24px 0px;
}

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


.header-page-block .header-page-block-bottom-content-logo img{
width:209px;
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-swicher{
height:24px;
width:30px;
cursor:pointer;
position:relative;
}

.header-page-block-menu-swicher-a{
position:absolute;
top:0px;
left:0px;
width:83.33333333%;
height:3px;
background:#fff;
-webkit-animation: linia_anim 1s infinite ease-in-out alternate forwards 200ms;
animation: linia_anim 1s infinite ease-in-out alternate forwards 200ms;
}


.header-page-block-menu-swicher-b{
position:absolute;
top:50%;
left:0px;
width:100%;
height:3px;
background:#fff;
margin-top:-1.5px;
-webkit-animation: linia_anim 1s infinite ease-in-out alternate forwards 400ms;
animation: linia_anim 1s infinite ease-in-out alternate forwards 400ms;
}


.header-page-block-menu-swicher-c{
position:absolute;
bottom:0px;
left:0px;
width:58.33333333%;
height:3px;
background:#fff;
-webkit-animation: linia_anim 1s infinite ease-in-out alternate forwards 600ms;
animation: linia_anim 1s infinite ease-in-out alternate forwards 600ms;
}

@-webkit-keyframes linia_anim {
  0% {
    width: 100%;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}

@keyframes linia_anim {
  0% {
    width: 100%;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}


.header-page-block-menu{
position:fixed;
top:0px;
right:0px;
width:100%;
height:100%;
background:rgba(0,0,0,0.3);
display:none;
}

.header-page-block-menu-content{
position:fixed;
top:0px;
right:-480px;
width:400px;
height:100%;
background:#212121;
overflow-x:auto;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.header-page-block-menu-content.open{
right:0px;  
}

.header-page-block-menu-content-item{
padding:60px 40px 40px 40px;
position:relative;
}

.header-page-block-menu-content-item-close{
position:absolute;
top:20px;
right:20px;
width:26px;
height:26px;
border:1px solid #fff;
border-radius:50%;
cursor:pointer;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.header-page-block-menu-content-item-close:hover{
 border:1px solid #f8be53; 
}

.header-page-block-menu-content-item-close::before{
content:'';
position:absolute;
top:13px;
left:7px;
width:12px;
height:1px;
background:#fff;
-webkit-transform: rotate(45deg);
transform:rotate(45deg);
-ms-transform:rotate(45deg);
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.header-page-block-menu-content-item-close:hover::before{
background:#f8be53;
}

.header-page-block-menu-content-item-close::after{
content:'';
position:absolute;
top:13px;
right:7px;
width:12px;
height:1px;
background:#fff;
-webkit-transform: rotate(-45deg);
transform:rotate(-45deg);
-ms-transform:rotate(-45deg);
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.header-page-block-menu-content-item-close:hover::after{
background:#f8be53;
}

.header-page-block-menu-content-item-logo{
padding:30px 0px;
text-align:center;
}

.header-page-block-menu-content-item-list ul{
border-top:1px solid #3e3d3c;
margin:0px;
padding:0px;
}

.header-page-block-menu-content-item-list ul li{
border-bottom:1px solid #3e3d3c;
margin:0px;
padding:0px;
list-style-type:none;
}

.header-page-block-menu-content-item-list ul li a{
color:#fff;
font-size:14px;
font-weight:300;
padding:18px 0px;
display:block;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.header-page-block-menu-content-item-list ul li a:hover{
color:#f8be53;
}




/*HOME PAGE BANER*/

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

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



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

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

.home-page-baner-img img{
width:100%;
height:100%;
object-position:bottom 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:400;
font-size:36px;
line-height:normal;
color:#fff;
width:100%;
max-width:820px;
margin:0px auto;
text-align:center;
}


/*STRONA GŁÓWNA*/

.section-home-start{
padding:100px 0px 65px 0px;
background: rgb(213,212,211);
background: -moz-linear-gradient(0deg, rgba(213,212,211,1) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 85%, rgba(213,212,211,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(213,212,211,1) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 85%, rgba(213,212,211,1) 100%);
background: linear-gradient(0deg, rgba(213,212,211,1) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 85%, rgba(213,212,211,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d5d4d3",endColorstr="#d5d4d3",GradientType=1);
}

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

.section-home-start-content-item{
width:calc(25% - 30px);
margin:0px 15px 35px 15px;
}

.section-home-start-content-item-img{
width:100%;
height:365px;
position:relative;
overflow:hidden;
border-radius:20px;
}

.section-home-start-content-item-img-ob{
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);
}

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

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

.section-home-start-content-item-header{
padding-top:20px;
text-align:center;
font-size:30px;
font-weight:400;
line-height:normal;
color:#585552;
}


/*PODSTRONA*/

.section-subpage{
padding:65px 0px 65px 0px;
background: rgb(213,212,211);
background: -moz-linear-gradient(0deg, rgba(213,212,211,1) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 85%, rgba(213,212,211,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(213,212,211,1) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 85%, rgba(213,212,211,1) 100%);
background: linear-gradient(0deg, rgba(213,212,211,1) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 85%, rgba(213,212,211,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d5d4d3",endColorstr="#d5d4d3",GradientType=1);
}


.section-subpage-header{
text-align:center;
font-size:40px;
font-weight:400;
line-height:normal;
color:#585552;
margin:0px 0px 40px 0px;
}

.section-subpage-form{
border:1px solid #585552;
border-radius:20px;
padding:40px; 
}

.section-subpage-form-header{
text-align:center;
font-size:30px;
font-weight:400;
line-height:normal;
color:#585552;
margin:0px 0px 40px 0px;
}

.section-subpage-text p{
font-size:18px;
font-weight:400;
line-height:26px;
color:#585552;
padding-bottom:40px;
}

.section-subpage-text ul,
.section-subpage-text ol{
margin-bottom:40px;
}

.section-subpage-text li{
font-size:18px;
font-weight:400;
line-height:26px;
color:#585552;
margin:0px 0px 0px 30px;
}

.section-subpage-img-full{
margin-bottom:50px;
}

.section-subpage-img-full img{
width:100%;
height:auto;
}

.videoWrapper{
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-subpage-img-pol{
display:flex;
justify-content:space-between;
align-items:flex-start;
flex-wrap:wrap;
}

.section-subpage-img-pol-item{
width:calc(50% - 25px);
}

.section-subpage-dre{
display:flex;
justify-content:flex-start;
align-items:flex-start;
flex-wrap:wrap;
margin:0px -20px;
text-align:center;
}

.product-ob{
cursor:pointer;
border:1px solid #ccc;
margin-bottom:20px;
}

.product-ob img{
width:100%;
height:auto;
display:block;
}

.product-dwa{
width:calc(25% - 40px);
margin:0px 20px 40px 20px;
}

.section-subpage-dre .product{
width:calc(25% - 40px);
margin:0px 20px 40px 20px;
}

.product__icon, .product__name{
cursor:default;
}


.product__icon img{
width:auto;
max-width:100%;
height:auto;
}

.product__name{
text-align:center;
font-size:25px;
font-weight:400;
line-height:normal;
color:#585552;
}

.product__prices{
text-align:center;
font-size:25px;
font-weight:700;
line-height:normal;
color:#585552;  
}



.section-subpage-dre-pol{
display:flex;
justify-content:flex-start;
align-items:flex-start;
flex-wrap:wrap;
margin:0px -15px;
}

.section-subpage-dre-pol-item{
width:calc(25% - 30px);
margin:0px 15px 35px 15px;
}

.section-subpage-dre-pol-item-img{
width:100%;
height:365px;
position:relative;
overflow:hidden;
border-radius:20px;
}

.section-subpage-dre-kolory{
display:flex;
justify-content:flex-start;
align-items:flex-start;
flex-wrap:wrap;
margin:0px -15px;  
}

.gallery__item{
width:calc(20% - 30px);
margin:0px 15px 35px 15px;
}

.gallery__item img{
width:100%;
height:auto;
}

.gallery__item a{
cursor:default;
}

.gallery__item span{
display:block;
font-size:22px;
font-weight:400;
line-height:normal;
color:#585552; 
text-align:center;
padding-top:20px;
}

.section-subpage-dre-img-full{
text-align:center;
margin-bottom:50px;
}

.section-subpage-dre-img-full img{
width:100%;
max-width:780px;
height:auto;
}

.section-subpage-dre-kolory-h{
display:block;
font-size:32px;
font-weight:400;
line-height:normal;
color:#585552; 
text-align:center; 
margin-bottom:40px; 
}

.section-subpage-dre-kolory-txt{
margin-bottom:50px;
}

.section-subpage-dre-kolory-txt p{
font-size:18px;
font-weight:400;
line-height:26px;
color:#585552;   
}


.section-subpage-prod-info{
text-align:center;
}

.section-subpage-prod-info-m{
margin-bottom:40px;
}

.section-subpage-prod-info h2{
font-size:40px;
font-weight:400;
line-height:normal;
color:#585552;  
}

.section-subpage-prod-info p{
font-size:40px;
font-weight:400;
line-height:normal;
color:#585552; 
}


.section-subpage-form-poz{
margin:0px 0px 10px 0px; 
}

.section-subpage-form-poz label{
font-size:18px;
font-weight:400;
line-height:normal;
color:#585552; 
display:block;
margin:0px 0px 10px 0px; 
}

.section-subpage-form-poz input{
font-size:18px;
font-weight:400;
line-height:normal;
color:#585552; 
display:block;
border:1px solid #585552;
border-radius:12px;
padding:10px 10px;
width:calc(100% - 22px);
outline:none;
background:#fff;
margin:0px; 
}

.section-subpage-form-poz textarea{
font-size:18px;
font-weight:400;
line-height:normal;
color:#585552; 
display:block;
border:1px solid #585552;
border-radius:12px;
padding:10px 10px;
width:calc(100% - 22px);
outline:none;
background:#fff;
margin:0px; 
resize:none;
height:120px;
}

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

.section-subpage-form-button-send{
display:inline-block;
font-size:18px;
font-weight:400;
line-height:normal;
color:#fff;
background:#007542;
padding:14px 30px;
max-width:180px;
width:calc(100% - 60px); 
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
cursor:pointer; 
}

.section-subpage-form-button-send:hover{
background:#202020;
}

.section-subpage-inspiracje{
display:flex;
justify-content:flex-start;
align-items:flex-start;
flex-wrap:wrap;
margin:0px -20px;  
}

.section-subpage-inspiracje-item{
width:calc(33.333333333333333% - 40px);
margin:0px 20px 40px 20px; 
cursor:pointer; 
}

.section-subpage-inspiracje-header{
text-align:center;
font-size:25px;
font-weight:400;
line-height:normal;
color:#585552;
padding-top:20px;    
}

.section-subpage-inspiracje-item-img{
width:100%;
height:240px;
overflow:hidden;
position:relative;
border-radius:20px;
}

.section-subpage-inspiracje-item-img-ob{
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-subpage-inspiracje-item-img:hover .section-subpage-inspiracje-item-img-ob{
-webkit-transform:scale(1.1,1.1);
transform:scale(1.1,1.1);
-ms-transform:scale(1.1,1.1);
}

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



/*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;
border-radius:20px;
}

.subpage-contact-window-content-alert{
display:none;
font-size:18px;
font-weight:400;
line-height:normal;
color:#585552;
}


.subpage-contact-window-content-close{
margin:40px auto 0px auto; 
display:none;
font-size:18px;
font-weight:400;
line-height:normal;
color:#fff;
background:#007542;
padding:14px 30px;
max-width:180px;
width:calc(100% - 60px); 
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
cursor:pointer; 
}

.subpage-contact-window-content-close:hover{
background:#202020;
}

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

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




/*SEKCJA KATALOG*/

.section-catalog{
padding:100px 0px;
}

.section-catalog-content{
display:flex;
justify-content:flex-start;
align-items:center;
flex-wrap:wrap;
}

.section-catalog-content-left{
width:calc(47% - 50px);
text-align:center;
margin-right:50px;
}

.section-catalog-content-right{
width:53%;
}

.section-catalog-content-left-header{

font-size:36px;
font-weight:400;
line-height:39px;
color:#007542;  
}

.section-catalog-content-left p{
font-size:24px;
font-weight:400;
line-height:39px;
color:#585552;
padding-bottom:20px;  
}

.section-catalog-content-left a{
display:inline-block;
font-size:18px;
font-weight:400;
line-height:normal;
color:#fff;
background:#007542;
padding:14px 30px;
min-width:180px; 
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.section-catalog-content-left a:hover{
background:#202020;
}

.section-catalog-content-right img{
width:100%;
height:auto;
}




/*STOPKA*/

.footer-page-top{
background:url('../images/stopka.jpg') no-repeat  top center;
background-size:cover;
}

.webp .footer-page-top{
background:url('../images/stopka.webp') no-repeat  top center;
background-size:cover;
}

.footer-page-top-content{
background: rgb(0,0,0);
background: -moz-linear-gradient(0deg, rgba(0,0,0,0.2903362028405112) 0%, rgba(0,0,0,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.2903362028405112) 0%, rgba(0,0,0,1) 100%);
background: linear-gradient(0deg, rgba(0,0,0,0.2903362028405112) 0%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
padding:40px 0px;
}

.footer-page-top-content-block{
border:1px solid rgba(255,255,255,0.4);
padding:66px 20px;
text-align:center;
}

.footer-page-top-content-block h5{
font-size:36px;
font-weight:400;
line-height:normal;
color:#fff;
margin-bottom:40px;
}

.footer-page-top-content-block p{
font-size:24px;
font-weight:400;
line-height:39px;
color:#fff;
padding-bottom:40px;
-webkit-text-fill-color:#fff;
}


.footer-page-bottom{
background:#2f2b28;
padding:30px 20px;
text-align:center;
font-size:14px;
font-weight:200;
line-height:normal;
color:#fff;
}

.footer-page-bottom a, .footer-page-bottom a:hover{
font-size:14px;
font-weight:200;
line-height:normal;
color:#fff;
}


.phone-tel{
position:fixed;
bottom:20px;
right:20px;
width:60px;
height:60px;
z-index:9999;
}


.phone-tel a{
position:absolute;
display:block;
bottom:0px;
right:0px;
width:100%;
height:100%;
background:url('../images/t.png') no-repeat center;
background-size:100% 100%;
}

.webp .phone-tel a{
background:url('../images/t.webp') no-repeat center;
background-size:100% 100%;
}


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