#kim-jestesmy,
#co-robimy,
#jak-dzialamy,
#uslugi,
#zespol,
#kontakt,
#what-we-do,
#how-we-work,
#services,
#team{
  scroll-margin-top:27px;
}



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

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

b{
font-weight:600;
}

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

blockquote, q{
  quotes: none;
}

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

ins{
text-decoration: underline;
}

del{
text-decoration: line-through;
}

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

html{
scroll-behavior:smooth;  
}


body{
margin:0px;
padding:0px;
font-size:16px;
font-family: "Open Sans", sans-serif;
font-weight:400;
background:url('../images/bg4.jpg') no-repeat bottom left fixed;
background-size:100% auto;
/*font-family: "Libre Baskerville", serif;*/
}


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

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

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


/*HEADER TOP*/

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


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

.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; 
background:transparent;
-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;
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);
}

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

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

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


.header-page-block .header-page-block-content-left-brand{
width:160px;
display:block;
margin:15px 0px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.header-page-block-f .header-page-block-content-left-brand{
width:140px;
display:block;
margin:15px 0px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.header-page-block-content-left-brand img{
width:100%;
height:auto;
}

.header-page-block-content-right-nav{
margin-right:40px;
display:flex;
justify-content:flex-start;
align-items:center;
flex-wrap:nowrap;
display:none;
}

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

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



.header-page-block-content-right-nav ul li a{
display:inline-block;
vertical-align:middle;
font-size:14px;
font-weight:300;
color:#000;
position:relative;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}


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

.header-page-block-lang{
margin-left:20px;
}


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


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

.header-page-block-lang ul li a{
font-weight:300;
color:#000;
position:relative;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}


.header-page-block-lang ul li a:hover,
.header-page-block-lang ul .current-menu-item  a{
color:#caa24b; 
}




.header-page-block-content-right-nav{
position:fixed;
top:0px;
left:0px;
width:100%;
height:100%;
z-index:9999997;
overflow:auto;
background:#fff;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
margin-right:0px;
display:block;
opacity:0;
visibility:hidden;
}


.open-menu .header-page-block-content-right-nav{
opacity:1;
visibility:visible;
}

.header-page-block-content-right-nav-con{
display:flex;
width:100%;
min-height:100vh;
justify-content:center;
align-items:flex-end;
flex-wrap:nowrap;
flex-direction:column;
}

.header-page-block-content-right-nav-con-p{
margin-right:50%;
-webkit-transition: 0.7s;
-moz-transition: 0.7s;
-o-transition: 0.7s;
transition: 0.7s;
}

.open-menu .header-page-block-content-right-nav-con-p{
margin-right:0%;
}



.header-page-block-content-right-nav ul{
padding-top:50px;
display:block;
}

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

.header-page-block-content-right-nav ul li a{
font-size:28px;
display:block;
text-align:right;
line-height: normal;
}

.header-page-block-content-right-nav .header-page-block-lang ul{
display:block;
margin:0px;
padding-top:0px;
}

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

.header-page-block-lang ul li a{
font-size:18px;
display:block;
text-align:right;
}



.header-page-block-swecher{
z-index:9999999;
height:20px;
width:22px;
cursor:pointer;
position:relative;
}

.header-page-block-swecher-a{
position:absolute;
top:0px;
left:0px;
width:100%;
height:2px;
background:#000;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
transform:rotate(0deg); 
-webkit-transform:rotate(0deg);
-ms-transform:rotate(0deg);
}

.open-menu .header-page-block-swecher-a{
top:9px;
transform:rotate(-45deg); 
-webkit-transform:rotate(-45deg);
-ms-transform:rotate(-45deg);
}


.header-page-block-swecher-b{
position:absolute;
top:50%;
left:0px;
width:100%;
height:2px;
background:#000;
margin-top:-1px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
opacity:1;
}

.open-menu .header-page-block-swecher-b{
opacity:0;
}

.header-page-block-swecher-c{
position:absolute;
bottom:0px;
left:0px;
width:100%;
height:2px;
background:#000;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
transform:rotate(0deg); 
-webkit-transform:rotate(0deg);
-ms-transform:rotate(0deg);
}

.open-menu .header-page-block-swecher-c{
bottom:9px;
transform:rotate(45deg); 
-webkit-transform:rotate(45deg);
-ms-transform:rotate(45deg);
}



.page-header-one{
color:#444343;
font-size:50px;
font-weight:400;
line-height:normal;
margin-bottom:50px;
font-family: "Libre Baskerville", serif;
}

.page-header-two{
color:#444343;
font-size:26px;
font-weight:400;
line-height:36px;
margin-bottom:50px;
font-family: "Libre Baskerville", serif;
}

.page-text-one p{
color:#444343;
font-size:15px;
font-weight:300;
line-height:26px;
padding-bottom:30px;
}

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

.page-text-one ul li,
.page-text-one ol li{
color:#444343;
font-size:15px;
font-weight:300;
line-height:26px;
padding-bottom:30px;
margin-left:25px;
}

.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:#444343;
margin-bottom:30px;  
}

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


.page-text-two p{
color:#444343;
font-size:26px;
font-weight:400;
line-height:36px;
font-family: "Libre Baskerville", serif;
padding-bottom:50px;
}

.section-start{
padding:100px 0px;
min-height:calc(100vh - 200px);
display:flex;
justify-content:center;
align-items:flex-start;
flex-wrap:nowrap;
flex-direction:column;
}

.section-start-header{
color:#000;
font-size:46px;
font-weight:400;
line-height:normal;
font-family: "Libre Baskerville", serif;
}

.section-start-header span,
.section-start-header b, .section-start-header strong{
 color:#c79d45;
 font-weight:400;
}

.section-start-header-small{
padding-top:16px;
color:#656161;
font-size:18px;
font-weight:300;
line-height:normal;
margin-bottom:16px;
}

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

.section-start-link-icon{
width:22px;
height:22px;
-webkit-mask: url("../images/right-arrow.svg") no-repeat center;
mask:url("../images/right-arrow.svg") no-repeat center;
display:block; 
-webkit-mask-size:contain;
mask-size:contain; 
background-color:#c79d45;
margin-right:10px; 
}


.section-start-link-text{
color:#c79d45; 
font-size:14px;
font-weight:300;
line-height:normal;
display:block; 
}


.section-about-us, .section-work{
padding:50px 0px;
}

.section-services{
padding:50px 0px;  
}

.section-services-block{
display:flex;
justify-content:space-between;
align-items:flex-start;
flex-wrap:wrap;
margin-bottom:50px;  
}

.section-services-block-left{
width:calc(40% - 50px);
}

.section-services-block-right{
width:calc(60% - 50px);
}

.section-block{
display:flex;
justify-content:space-between;
align-items:flex-start;
flex-wrap:wrap;
margin-bottom:50px;  
}

.section-block-left{
width:calc(40% - 50px);
}

.section-block-right{
width:calc(60% - 50px);
}

/*STOPKA*/

.footer-page{

}

.footer-page-box-info{
position:fixed;
top:0px;
right:0px;
width:80px;
height:100%;
background:#c79d45;
display:flex;
justify-content:space-between;
align-items:center;
flex-wrap:nowrap;
flex-direction:column;
z-index:999;
}

.footer-page-box-info-top{
margin-top:55px;
}

.footer-page-box-info-bottom{
margin-bottom:55px;
}


.icon-facebook{
width:20px;
height:20px;
-webkit-mask: url("../images/facebook.svg") no-repeat center;
mask:url("../images/facebook.svg") no-repeat center;
display:block;  
}

.icon-instagram{
width:26px;
height:26px;
-webkit-mask: url("../images/instagram.svg") no-repeat center;
mask:url("../images/instagram.svg") no-repeat center;
display:block;  
}

.icon-youtube{
width:24px;
height:24px;
-webkit-mask: url("../images/youtube.svg") no-repeat center;
mask:url("../images/youtube.svg") no-repeat center;
display:block;  
}

.icon-mail{
width:22px;
height:22px;
-webkit-mask: url("../images/mail.svg") no-repeat center;
mask:url("../images/mail.svg") no-repeat center;
display:block;  
}

.icon-phone{
width:22px;
height:22px;
-webkit-mask: url("../images/phone-call.svg") no-repeat center;
mask:url("../images/phone-call.svg") no-repeat center;
display:block;  
}

.footer-page-box-info a{
-webkit-mask-size:contain;
mask-size:contain;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
background-color:#fff;
margin-bottom:20px;
}

.footer-page-box-info a:hover{
background-color:#000;
}

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

.link-down-block-item{
display:flex;
justify-content:flex-end;
align-items:center;
flex-wrap:nowrap; 
margin-bottom:40px;	
}

.link-down-block-item a{
display:flex;
justify-content:flex-end;
align-items:center;
flex-wrap:nowrap; 
}

.link-down-block-item-icon{
width:22px;
height:22px;
-webkit-mask: url("../images/right-arrow.svg") no-repeat center;
mask:url("../images/right-arrow.svg") no-repeat center;
display:block; 
-webkit-mask-size:contain;
mask-size:contain; 
background-color:#c79d45;
margin-right:10px; 
}


.link-down-block-item-text{
color:#c79d45; 
font-size:16px;
font-weight:700;
line-height:normal;
display:block; 
}


.footer-page-box-down{
padding:40px 0px;
color:#444343;
font-size:14px;
line-height:normal;
font-weight:300;
opacity:0.5;
}

.footer-page-box-down-link{
padding:40px 0px;  
}

.footer-page-box-down-link a{
color:#444343;
font-size:14px;
line-height:normal;
font-weight:300;
opacity:0.5;
}

.footer-page-box-down-link a:hover{
text-decoration:underline;
}


.section-services-block-right iframe{
width:100%;
height:600px;
-webkit-filter: grayscale(100%);
  filter: grayscale(100%);  
}

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

.section-form-block-item{
width:calc(50% - 20px);
}

.section-form-block-item-input label{
color:#444343;
font-size:15px;
line-height:normal;
font-weight:300;
display:block;
margin-bottom:10px;
}

.section-form-block-item-input input{
display:block;
width:calc(100% - 16px);
border:0px;
padding:8px;
background:#fff;
outline:none;
margin:0px 0px 20px 0px;
color:#444343;
font-size:15px;
line-height:normal;
font-weight:300;
border-bottom:1px solid #000;
}

.section-form-block-item-input input:focus{
background:#f4f4f4;
}

.section-form-block-item-input textarea{
display:block;
width:calc(100% - 16px);
border:0px;
padding:8px;
background:#fff;
outline:none;
margin:0px 0px 20px 0px;
color:#444343;
font-size:15px;
line-height:normal;
font-weight:300;
border-bottom:1px solid #000;
height:130px;
resize:none;
}

.section-form-block-item-input textarea:focus{
background:#f4f4f4;
}

.section-form-block-item-check {
    padding: 0 0 30px 0;
}

.section-form-block-item-check .wpcf7-form-control-wrap,
.section-form-block-item-check .wpcf7-form-control,
.section-form-block-item-check .wpcf7-list-item {
    display: block;
    margin: 0;
}

.section-form-block-item-check .wpcf7-list-item label {
    position: relative;
    display: block;
    padding-left: 30px;
    cursor: pointer;
    color: #444343;
    font-size: 15px;
    line-height: normal;
    font-weight: 300;
    text-align: left;
}

.section-form-block-item-check input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

.section-form-block-item-check .wpcf7-list-item-label {
    position: relative;
    display: inline-block;
    color: #444343;
    font-size: 15px;
    line-height: normal;
    font-weight: 300;
}

.section-form-block-item-check .wpcf7-list-item-label a,
.section-form-block-item-check .wpcf7-list-item-label a:hover {
    color: #444343;
    font-size: 15px;
    line-height: normal;
    font-weight: 300;
    text-decoration: none;
}

.section-form-block-item-check .wpcf7-list-item label::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    background: #fff;
    box-sizing: border-box;
}

.section-form-block-item-check input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
    content: '';
    position: absolute;
    top: 2px;
    left: -23px;
    width: 7px;
    height: 12px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(45deg);
    box-sizing: border-box;
}

.section-form-send{
text-align:center;
margin-bottom:40px;
}

.section-form-send-button input{
display:block;
color:#444343;
font-size:15px;
line-height:normal;
font-weight:300;
cursor:pointer;
border:0px;
background:transparent;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
margin:0px auto;
}

.section-form-send-button:hover{
color:#caa24b;
}

.wpcf7-not-valid-tip{
font-size:12px;
margin-bottom:10px;
}

.wpcf7-response-output{
font-size:12px;	
}


#map{
width:100%;
height:300px;
}

.leaflet-popup-content{
font-size:14px;
line-height:1.4;
}


.section-services.kontakt{
padding-top:120px;
}

.contact-header{
margin-top:100px;
}