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:40px;
}

.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-top{
background:#f2f2f2;
}

.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{
display:flex;
justify-content:flex-start;
align-items:center;
flex-wrap:nowrap;
padding:21px 37px 21px 0px;

}

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

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

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


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

.header-page-block-top-content-right-search{
margin-right:60px;
}

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

.header-page-block-top-content-right-media{
margin-right:30px;
}

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

.header-page-block-top-content-right-media p img{
margin:0px 8px;
}

.header-page-block-top-content-right-link a{
font-size:14px;
font-weight:400;
color:#000;
border-left:2px solid #d3d3d3;
border-right:2px solid #d3d3d3;
padding:18px 21px 18px 21px;
margin-left:16px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
background:transparent;
line-height:normal;
display:block;
}

.header-page-block-top-content-right-link a:hover{
color:#fff;
background:#cc0c00;
}



.header-page-block .header-page-block-bottom{
padding:21px 0px;
background:rgba(191, 188, 187, 0.87);
-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:rgba(191, 188, 187, 0.87);
-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:217px;
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 46px;
list-style-type:none;
}

.header-page-block-menu-content-right ul li a{
font-size:18px;
font-weight:700;
color:#fff;
-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:#bc945e; 
}

.header-page-block-menu-content-right ul li:last-child a{
display:inline-block;
padding:15px 26px;
background:#bc945e; 
font-size:18px;
font-weight:700;
color:#fff;
border-radius:12px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.header-page-block-menu-content-right ul li:last-child a:hover{
background:#8d6631; 
color:#fff;
}



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

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



/*SUB PAGE BANER*/

.subpage-baner{
position:relative;
}

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

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

.subpage-baner-con{
position:absolute;
bottom:90px;
left:0px;
width:100%;
}

.subpage-baner-header{
font-size:36px;
font-weight:700;
line-height:normal;
color:#1c130d;
word-wrap:break-word;
}

.subpage-baner-header span{
font-size:30px;
font-weight:600;
line-height:normal;
color:#bc945e;
display:block;
text-transform:uppercase;
margin:0px 0px 15px 0px;
position:relative;
}

.subpage-baner-header span::before{
content:'';
position:absolute;
bottom:-5px;
left:0px;
width:178px;
height:2px;
background:#bc945e;
}

/*HOME PAGE BANER*/

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

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

.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:600;
font-size:30px;
line-height:normal;
color:#bc945e;
margin-bottom:20px;
width:100%;
max-width:700px;
}

.home-page-baner-text-b{
font-weight:900;
font-size:60px;
line-height:normal;
color:#000000;
width:100%;
max-width:700px;
margin-bottom:20px;
}

.home-page-baner-text-c{
font-weight:400;
font-size:24px;
line-height:40px;
color:#1c130d;
width:100%;
max-width:700px;
}

.home-page-baner-text-button{
margin-top:40px;
display:flex;
justify-content:flex-start;
align-items:stretch;
flex-wrap:wrap;
}

.home-page-baner-text-button a{
display:inline-block;
padding:16px 38px;
text-align:center;
font-weight:600;
font-size:18px;
line-height:normal;
color:#fff;
border-radius:18px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
background:#bc945e;
}

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

/*PRZYCISKI*/

.page-button-one{
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;
}

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

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

.page-button-one-c{
background:#e81c2e;
}


.page-button-one span{
display:inline-block;
position:relative;
}

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

/*NAGŁOWKI*/

.page-header-one{
font-size:40px;
font-weight:700;
line-height:55px;
color:#1c130d;
word-wrap:break-word;
}

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

.page-header-one span::before{
content:'';
position:absolute;
bottom:-10px;
left:0px;
width:178px;
height:2px;
background:#bc945e;
}

.page-header-one.page-header-center span::before{
left:50%;
margin-left:-89px;
}

.page-header-one.page-header-right span::before{
left:auto;
right:0px;
}

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


/*GŁOWNA OFERTA BLOKI*/

.home-page-block-offer{
transform:translateY(-125px); 
-webkit-transform:translateY(-125px); 
-ms-transform:translateY(-125px);
}

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

.home-page-block-offer-content-item{
width:calc(33.33333333333333333% - 20px);
margin:0px 10px 20px 10px;
position:relative;
display:block;
}

.home-page-block-offer-content-item-two{
width:calc(33.33333333333333333% - 20px);
margin:0px 10px 20px 10px;
position:relative;
display:block;
cursor:pointer;
}

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

.home-page-block-offer-content-item-img-ob{
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
color:#dcdcdc;
-webkit-transform:scale(1,1);
transform:scale(1,1);
-ms-transform:scale(1,1);
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

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

.home-page-block-offer-content-item-header{
position:absolute;
bottom:30px;
left:30px;
font-size:34px;
font-weight:700;
line-height:normal;
color:#fff; 
word-wrap:break-word;
width:calc(100% - 60px); 
}

.home-page-block-offer-content-item-header-m{
position:absolute;
bottom:30px;
left:30px;
font-size:20px;
font-weight:700;
line-height:normal;
color:#fff; 
width:calc(100% - 60px);
word-wrap:break-word;  
}

.home-page-block-offer-content-item-header-m.poj{
position:absolute;
bottom:auto;
top:30px;
left:30px;
} 



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


/*HOME PAGE ABOUT US*/

.home-page-about-us{
padding:0px 0px 100px 0px;
background:#fff;
position:relative;
}

.home-page-about-us-sub{
padding:100px 0px 100px 0px;
background:#fff;
position:relative;
}

.home-page-about-us-sub-t{
margin-bottom:50px;
}

.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:calc(40% - 20px);
margin-right:20px;
}

.home-page-about-us-content-right{
width:60%;
}

.home-page-about-us-content-right-img{
padding:90px 0px 105px 210px;
position:relative;
}

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

.home-page-about-us-content-right-img-one img{
width:100%;
height:100%;
object-fit:cover;
object-position:center;
}

.home-page-about-us-content-right-img-two{
position:absolute;
bottom:0px;
left:0px;
width:290px;
height:250px;
}

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

.home-page-about-us-content-left-icon{
margin-bottom:30px;
}

.home-page-about-us-content-left-icon-a{
display:flex;
justify-content:flex-start;
align-items:flex-start;
flex-wrap:nowrap;
margin-bottom:30px;
}

.home-page-about-us-content-left-icon-b{
display:flex;
justify-content:flex-start;
align-items:center;
flex-wrap:nowrap;
}

.home-page-about-us-content-left-icon-img-a{
width:30px;
padding-top:5px;
}

.home-page-about-us-content-left-icon-img-b{
width:30px;
}

.home-page-about-us-content-left-icon-a span,
.home-page-about-us-content-left-icon-b span{
font-size:16px;
font-weight:400;
line-height:30px;
color: #585858;
}

.home-page-about-us-content-left-icon-text p a{
display:inline-block;
vertical-align:middle;
}

.home-page-about-us-content-left-icon-text p img{
display:inline-block;
vertical-align:middle;
margin:5px;
}


/*STRONA GŁÓWNA O SHODACH*/

.home-page-stairs{
background:url('../images/bg-1.jpg') no-repeat top center;
background-size:cover;
padding:122px 0px;
}

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

.home-page-stairs-block-content{
width:100%;
max-width:640px;
text-align:right;
}


.home-page-stairs-block-header{
font-size:40px;
font-weight:700;
line-height:55px;
color:#1c130d;
}

.home-page-stairs-block-header span{
display:block;
color:#bc945e;
}

.home-page-stairs-block-button{
padding-top:50px;
}

/*STRONA GŁÓWNA OFERTA*/


.home-page-offer{
padding:100px 0px 100px 0px;
background:#fff;
position:relative;
}

.home-page-offer-content{
display:flex;
justify-content:flex-start;
align-items:flex-start;
flex-wrap:wrap;
flex-direction:row-reverse;
}

.home-page-offer-content-left{
width:calc(40% - 40px);
margin-left:40px;
text-align:right;
}

.home-page-offer-content-left-icon-p{
padding-top:50px;
text-align:right;
}

.home-page-offer-content-left-icon{
width:100%;
max-width:295px;
display:inline-block; 
}

.home-page-offer-content-left-icon-list{
display:flex;
justify-content:space-between;
align-items:center;
flex-wrap:nowrap;
border-bottom:1px solid #bc945e;
}

.home-page-offer-content-left-icon-list-img{
width:48px;
text-align:center;
margin:10px 0px;
}

.home-page-offer-content-left-icon-list-text{
font-size:16px;
font-weight:400;
line-height:30px;
color:#585858;
}



.home-page-offer-content-right{
width:60%;
}

.home-page-offer-content-right-img{
padding:90px 210px 105px 0px;
position:relative;
}

.home-page-offer-content-right-img-one{
width:100%;
height:425px;
}

.home-page-offer-content-right-img-one img{
width:100%;
height:100%;
object-fit:cover;
object-position:center;
}

.home-page-offer-content-right-img-two{
position:absolute;
bottom:0px;
right:0px;
width:290px;
height:250px;
}

.home-page-offer-content-right-img-two img{
width:100%;
height:100%;
object-fit:cover;
object-position:center;
}

.home-page-offer-content-left .page-text-one-list ul{
max-width:378px;
width:100%;
text-align:left;
display:inline-block;
}


/*STRONA GÓWNA ZALETY*/


.home-page-ok{
padding:100px 0px;
background:#f4f4f4;
}

.home-page-ok-content-p{
padding-top:40px;
}

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

.home-page-ok-content-item{
display:flex;
justify-content:flex-start;
align-items:flex-start;
flex-wrap:wrap;
width:calc(33.33333333333333% - 20px);
margin:0px 10px;
}

.home-page-ok-content-item-ob{
width:85px;
height:85px;
background:#bc945e;
display:flex;
justify-content:center;
align-items:center;
flex-wrap:nowrap;
flex-direction:column;
}

.home-page-ok-content-item-text{
width:calc(100% - 105px);
margin-left:20px;
}

.home-page-ok-content-item-text-header{
font-size:24px;
font-weight:700;
line-height:normal;
color:#1c130d; 
margin-bottom:15px; 
}


/*FORMULARZ STRONA GŁÓWNA*/

.home-page-form{
background:url('../images/bg-2.jpg') no-repeat top center;
background-size:cover;
padding:80px 0px;
}

.home-page-form-header{
font-size:30px;
font-weight:700;
line-height:50px;
color:#1c130d;
}

.home-page-form-header span{
display:block;
color:#bc945e;
}

.home-page-form-content{
padding-top:40px;
}

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

.home-page-form-content-block-item{
width:calc(50% - 10px);
}

.home-page-form-poz{
margin-bottom:20px;
}


.home-page-form-poz input[type='text']{
font-size:14px;
font-weight:600;
line-height:normal;
color:#bc945e;
display:block;
border:1px solid #bc945e;
border-radius:12px;
padding:16px 19px;
width:calc(100% - 38px);
margin:0px;
outline:none;
background:transparent;
}

.home-page-form-poz textarea{
font-size:14px;
font-weight:600;
line-height:normal;
color:#bc945e;
display:block;
border:1px solid #bc945e;
border-radius:12px;
padding:16px 19px;
width:calc(100% - 38px);
margin:0px;
outline:none;
resize:none;
height:120px;
background:transparent;
}


.subpage-contact-form-poz input[type='text']::placeholder,
.subpage-contact-form-poz textarea::placeholder{
color:#bc945e;
opacity:1;
}

.subpage-contact-form-poz input[type='text']::-webkit-input-placeholder,
.subpage-contact-form-poz textarea::-webkit-input-placeholder{
color:#bc945e;
opacity:1;
}

.subpage-contact-form-poz input[type='text']::-moz-placeholder,
.subpage-contact-form-poz textarea::-moz-placeholder{
color:#bc945e;
opacity:1;
}

.subpage-contact-form-poz input[type='text']:-ms-input-placeholder,
.subpage-contact-form-poz textarea:-ms-input-placeholder{
color:#bc945e;
opacity:1;
}

.subpage-contact-form-poz input[type='text']:-moz-placeholder,
.subpage-contact-form-poz textarea:-moz-placeholder{
color:#bc945e;
opacity:1;
}

.home-page-form-button{
text-align:right;
}

.home-page-form-button-send.page-button-one{
background:#1c130d;
color:#bc945e;
font-size:18px;
}

.home-page-form-button-send.page-button-one:hover{
background:#bc945e;
color:#fff;
}

/*GŁÓWNA REFERENCJE*/

.home-page-ref{
padding:100px 0px;
}

.home-page-ref-top{
padding-right:105px;
}

.home-page-ref-bottom{
position:relative;
padding-top:30px;
}

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

.home-page-ref-bottom-slider-item-page{
width:calc(50% - 20px);
margin:0px 10px 20px 10px;
}



.home-page-ref-bottom-slider-item-block{
display:flex;
justify-content:flex-start;
align-items:stretch;
flex-wrap:nowrap;
width:100%;
}

.home-page-ref-bottom-slider-item-block-img{
width:190px;
min-height:190px;  
}

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

.home-page-ref-bottom-slider-item-block-text{
width:calc(100% - 230px);
background:#f4f4f4;
padding:20px 20px;
position:relative;
}

.home-page-ref-bottom-slider-item-block-text::before{
content:'';
position:absolute;
top:50%;
left:-10px;
width:20px;
height:20px;
background:#f4f4f4;
-webkit-transform:rotate(45deg);
transform:rotate(45deg);
-ms-transform:rotate(45deg);
margin-top:-10px;
}

.page-text-one .home-page-ref-bottom-slider-item-block-text-pod{
text-align:right;
color:#bc945e;
}


.home-page-ref-bottom .tns-controls button:first-child{
position:absolute;
top:-76px;
right:38px;
width:34px;
height:34px;
background:#bc945e url('../images/arrow-left.png') no-repeat center center;
cursor:pointer;
border:0px;
z-index:99;
padding:0px;
margin:0px;
}

.home-page-ref-bottom .tns-controls button:last-child{
position:absolute;
top:-76px;
right:0px;
width:34px;
height:34px;
background:#bc945e url('../images/arrow-right.png') no-repeat center center;
cursor:pointer;
border:0px;
z-index:99;
padding:0px;
margin:0px;
}

/*GŁÓWNA GALERIA*/

.home-page-gallery{
padding:90px 0px 0px 0px;
background: rgb(244,244,244);
background: -moz-linear-gradient(0deg, rgba(244,244,244,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(244,244,244,1) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(0deg, rgba(244,244,244,1) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f4f4",endColorstr="#ffffff",GradientType=1); 
}

.home-page-gallery-block{
padding:0px 20px;
width:calc(100% - 40px);
max-width:1920px;
margin: 0px auto;
}

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

.home-page-gallery-block-content-item{
width:calc(16.66666666666667% - 20px);
margin:0px 10px 20px 10px;
height:296px;
}

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

.home-page-gallery-text{
padding:20px 0px 40px 0px;
text-align:center;
font-size:24px;
font-weight:500;
line-height:normal;
color:#585858;
}

.home-page-gallery-text a,
.home-page-gallery-text a:hover{
color:#bc945e;
}


/*STRONA FORMULARZ SCHODY*/

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

.subpage-clac-form-top{
width:100%;
max-width:820px;
margin:0px auto 60px auto;
text-align:center;
}

.subpage-clac-form-content{
width:100%;
max-width:930px;
margin:0px auto 50px auto;
}

.subpage-clac-form-content-txt{
text-align:center;
padding:40px 0px;
}

.subpage-clac-form-content-header{
text-align:center;
font-size:18px;
font-weight:700;
line-height:normal;
color:#bc945e;
position:relative;
}

.subpage-clac-form-content-header-margin-a{
margin:0px 0px 55px 0px;
}

.subpage-clac-form-content-header-margin-b{
margin:0px 0px 0px 0px;
}

.subpage-clac-form-content-header::before{
content:'';
position:absolute;
left:50%;
bottom:-12px;
width:178px;
height:2px;
background:#bc945e;
margin-left:-89px;
}

.subpage-clac-form-content-block{
display:flex;
justify-content:flex-start;
align-items:flex-start;
flex-wrap:wrap;
margin:0px -10px;
}

.subpage-clac-form-content-block-item{
width:calc(33.33333333333333333333% - 20px);
margin:0px 10px 20px 10px;
cursor:pointer;
}

.subpage-clac-form-content-block-two{
display:flex;
justify-content:flex-start;
align-items:stretch;
flex-wrap:wrap;
margin:0px -10px;
}


.subpage-clac-form-content-block-item-two{
width:calc(33.33333333333333333333% - 20px);
margin:0px 10px 20px 10px;
}

.subpage-clac-form-content-block-item-tree{
width:calc(33.33333333333333333333% - 20px);
margin:0px 10px 20px 10px;
cursor:pointer;
}



.subpage-clac-form-content-block-item-img{
border:1px solid #c5a273;
border-radius:14px;
overflow:hidden;
background:#fff;
height:248px;
margin-bottom:10px;
display:flex;
justify-content:center;
align-items:center;
flex-wrap:nowrap;
flex-direction:column;
-webkit-box-shadow: 0px 9px 15px 0px rgba(21, 27, 38, 0);
-moz-box-shadow: 0px 9px 15px 0px rgba(21, 27, 38, 0);
box-shadow: 0px 9px 15px 0px rgba(21, 27, 38, 0);
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s; 
}

.active .subpage-clac-form-content-block-item-img{
border:1px solid #514a46;
-webkit-box-shadow: 0px 9px 15px 0px rgba(21, 27, 38, 0.22);
-moz-box-shadow: 0px 9px 15px 0px rgba(21, 27, 38, 0.22);
box-shadow: 0px 9px 15px 0px rgba(21, 27, 38, 0.22); 
}


.subpage-clac-form-content-block-item-img img{
width:calc(100% - 20px);
height:auto;
}

.subpage-clac-form-content-block-item-txt{
text-align:center;
}

.subpage-clac-form-content-block-item-img-two{
border:1px solid #c5a273;
border-radius:14px;
background:#fff;
min-height:248px;
overflow:hidden;
height:100%;
}

.subpage-clac-form-content-block-item-img-two img{
width:100%;
height:100%;
object-fit:cover;
object-position:center center;
}

.subpage-clac-form-content-block-item-img-tree{
border:1px solid #c5a273;
border-radius:14px;
overflow:hidden;
background:#fff;
height:248px;
margin-bottom:10px;
-webkit-box-shadow: 0px 9px 15px 0px rgba(21, 27, 38, 0);
-moz-box-shadow: 0px 9px 15px 0px rgba(21, 27, 38, 0);
box-shadow: 0px 9px 15px 0px rgba(21, 27, 38, 0);
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.active .subpage-clac-form-content-block-item-img-tree{
border:1px solid #514a46;
-webkit-box-shadow: 0px 9px 15px 0px rgba(21, 27, 38, 0.22);
-moz-box-shadow: 0px 9px 15px 0px rgba(21, 27, 38, 0.22);
box-shadow: 0px 9px 15px 0px rgba(21, 27, 38, 0.22); 
}


.subpage-clac-form-content-block-item-img-tree img{
width:100%;
height:100%;
object-fit:cover;
object-position:center center;
}

.subpage-clac-form-poz{
margin-bottom:20px;
}

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

.subpage-clac-form-poz input{
font-size:16px;
font-weight:400;
line-height:normal;
color:#585858;
display:block;
border:1px solid #c5a273;
border-radius:12px;
padding:9px 19px;
width:calc(100% - 38px);
margin:0px 0px 10px 0px;
outline:none;
}

.subpage-clac-form-poz.subpage-clac-form-poz-end input{
margin:0px 0px 0px 0px;
}

.subpage-clac-form-poz.subpage-clac-form-poz-end{
margin:0px 0px 0px 0px;
}

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

.subpage-clac-form-content-pol-two{
display:flex;
justify-content:space-between;
align-items:flex-end;
flex-wrap:wrap;
}

.subpage-clac-form-content-pol-item{
width:calc(50% - 10px);
}


.subpage-clac-form-poz-file{
position:relative;
width:100%;
height:45px;
}

.subpage-clac-form-poz-file input{
position:absolute;
width:100%;
height:100%;
opacity:0;
cursor:pointer;
}

.subpage-clac-form-poz-file-b{
position:absolute;
right:0px;
top:0px;
width:190px;
height:100%;
background:#bc945e;
border-radius:12px;
text-align:center;
}

.subpage-clac-form-poz-file-b > span{
position:relative;
display:block;
top:50%;
color:#fff;
font-size:16px;
font-weight:600;
line-height:normal;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
text-transform:uppercase;
}

.subpage-clac-form-poz-file-c{
position:absolute;
left:0px;
top:0px;
width:calc(100% - 195px);
height:calc(100% - 2px);
background:transparent;
text-align:left;
border:1px solid #c5a273;
border-radius:12px;
text-align:center;
}

.subpage-clac-form-poz-file-c > span{
position:relative;
display:block;
top:50%;
color:#585858;
font-size:16px;
font-weight:400;
line-height:normal;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
}

.subpage-clac-form-content-min{
width:100%;
max-width:610px;
margin:0px auto;
}

.subpage-clac-form-content-pol-two .subpage-clac-form-poz,
.subpage-clac-form-content-pol-two .subpage-clac-form-poz input{
margin: 0px 0px 0px 0px;
}

.subpage-clac-form-poz input::placeholder{
color:#585858;
opacity:1;
}

.subpage-clac-form-poz input::-webkit-input-placeholder{
color:#585858;
opacity:1;
}
.subpage-clac-form-poz input::-moz-placeholder{
color:#585858;
opacity:1;
}

.subpage-clac-form-poz input:-ms-input-placeholder{
color:#585858;
opacity:1;
}

.subpage-clac-form-poz input:-moz-placeholder{
color:#585858;
opacity:1;
}

.subpage-clac-form-content-tree{
display:flex;
justify-content:flex-start;
align-items:flex-start;
flex-wrap:wrap;
margin:0px -10px;
}

.subpage-clac-form-content-tree-item{
width:calc(33.3333333333333333% - 20px);
margin:0px 10px;
}

.subpage-clac-form-content-button{
padding-top:30px;
text-align:center;
}

.subpage-clac-form-content-button-send.page-button-one{
background:#1c130d;
color:#fff;
font-size:16px;
}

.subpage-clac-form-content-button-send.page-button-one:hover{
background:#bc945e;
color:#fff;
}

/*MAPA GOOGLE*/

.contact-iframe{
width:100%;
margin-bottom:10px;
}

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


/*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% - 20px);
margin:0px 10px 20px 10px;
background:#f4f4f4;
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-none img,
.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%);
}

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


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

.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 #c5a273;
border-radius:12px;
padding:9px 19px;
width:calc(100% - 38px);
margin:0px 0px 0px 0px;
outline:none;
}

.sub-page-section-search-input .search-submit{
display:inline-block;
padding:9px 18px;
text-align:center;
font-weight:600;
font-size:16px;
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:160px;
background:#1c130d;
border:0px;
}

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

/*GALERIA*/

.sub-page-gallery-cat-button-list{
display:flex;
justify-content:center;
align-items:center;
flex-wrap:wrap; 
margin-bottom:40px; 
}

.sub-page-gallery-cat-button-list-item{
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;
background:#bc945e;
margin:10px;
min-width:160px;
}

.sub-page-gallery-cat-button-list-item.active,
.sub-page-gallery-cat-button-list-item:hover{
background:#8d6631;
}


/*STOPKA*/

.footer-page-top{
padding:65px 0px;
background:#1c130d; 	
}

.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(25% - 20px);
margin:0px 10px;
}

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

.footer-page-top-block-item-logo img{
width:100%;
max-width:124px;
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{
color:#fff;
}

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

.footer-page-top-block-item-icon{
display:flex;
justify-content:flex-start;
align-items:center;
flex-wrap:nowrap;
}

.footer-page-top-block-item-icon-img{
width:40px;
display:flex;
justify-content:flex-start;
align-items:center;
flex-wrap:nowrap;
}


.footer-page-top-block-item-icon span{
font-size:16px;
font-weight:400;
line-height:30px;
color:#fff;
}

.footer-page-top-block-item-socialmedia img{
display:inline-block;
vertical-align:middle;
margin:8px 8px;
}


.footer-page-bottom{
background:#ffffff;
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:#000;
display:inline;
vertical-align:middle;
margin-right:14px;
}

.footer-page-bottom-content-right a{
display:block;
width:44px;
height:44px;
border-radius:50%;
text-align:center;
background:#bc945e;
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:#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;
}



.subpage-baner-header.subpage-baner-header-gal{
width:calc(100% - 300px);
max-width:800px;
font-size:26px;
}


