@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600&display=swap');



.display-desktop {display:inline;}
@media screen and (max-width: 768px) {
	.display-desktop {display:none;}
}

.bdclean-container {
  width:100%;
  height:100%;
  font-family: 'Montserrat', sans-serif;
}

.bdclean-section {
  width:100%;
  height:auto;
  font-weight:400;
  color:#000;
  font-size:16px;
}

.bdclean-inner {
  max-width:1040px;
  margin: 0 auto;
  padding: 30px 0;
}
@media screen and (max-width: 1020px) {
	.bdclean-inner {
	  max-width:90%;
	  margin: 0 auto;
	}
}

img {max-width:100%;}

h1, h2 {font-size: 38px; font-weight:400; padding:20px 0 0 0;}
@media screen and (max-width: 768px) {
	h1, h2 {text-align: center;}
}


/* MENU */

.menu {
  height:auto;
  overflow:auto;
  position: fixed;
  background: rgba(25, 33, 43, 0.9);
  color:#fff;
  font-weight:400;
  border-bottom: 1px solid #b39c69;
}
@media screen and (max-width: 768px) {
	.menu {
	  height:auto;
	  overflow:auto;
    position: static;
    background: #000;
	}
}

.menu .logo-bdclean {
  float: left;
  margin-top: 28px;
  margin-right: 40px;
  margin-left: 20px;  
  max-width: 160px;
}
@media screen and (max-width: 1020px) {
	.menu .logo-bdclean {
	  float: none;
	  padding-right: 0px;
	  padding-top: 10px;
	  margin-right: 10px !important;
	}
}
@media screen and (max-width: 768px) {
	.menu .logo-bdclean {
	  float: right;
	  margin: 5px 5px 0 0 !important;
	  text-align:center; 
	  max-width: 170px;	  
	}
}
	
.menu .topline {display:none;}
@media screen and (max-width: 768px) {
	.menu .topline {float:left; width:96%; margin-top:10px; margin-bottom:10px; margin-left:2%; border-top: 1px solid #5e6b70; display:block;}	
}

.menu li a {
  display:block;
  float:left;
  padding: 55px 28px 42px 28px;
  background: none;
  letter-spacing: 1px;
  border-top: 0px solid #edc356;  
  color:#fff;
  text-decoration: none;
  font-size:16px;
  font-weight: 300;
  text-transform:uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu li a:hover {
  background: #b6913d;
  border-top: 5px solid #edc356;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1020px) {
	.menu li a {
	  padding: 15px 16px 15px 16px;
	}
}
@media screen and (max-width: 768px) {
	.menu li a {
	  display:block;
	  float:left;
	  width:100%;
	  padding: 25px 10px;
	  border-top: 1px dotted #c1c1c1;
	  color:#fff;
	  text-decoration: none;
	  font-size:16px;
	  text-align:left;	  
	  -webkit-transition: all 0.3s ease-in-out;
	  -moz-transition: all 0.3s ease-in-out;
	  -o-transition: all 0.3s ease-in-out;
	  transition: all 0.3s ease-in-out;
	}
	.menu li a:hover {background:none; color:#fff; border-top: 1px dotted #c1c1c1;}
}

.submenu {
  color:#000;
  width: 100px;
}

.submenu li a {
  display:block;
  float:none;
  padding: 15px 25px;
  color:#313131;
  text-decoration: none;
  font-size:16px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.submenu li a:hover {
  background: #f7f7f7;
  color:#313131;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* SECTIONS */


.s-top {
background: #252f38 url('../img/sekcja-top-bg.jpg') no-repeat center bottom;
min-height: 620px;
padding: 120px 0 0 0;
image-rendering: pixelated;
-ms-interpolation-mode: nearest-neighbor;
}
@media screen and (max-width: 768px) {
	.s-top {
	min-height: 330px;
	background: #252f38 url('../img/sekcja-top-bg-md.jpg') no-repeat left bottom;
	padding: 30px 0 260px 0;
	image-rendering: pixelated;
	-ms-interpolation-mode: bicubic;	
	}
}

.bdclean-section .goldline {border-top: 1px solid #b39c69;}

.s-top .title {
  margin: 60px 0 0 0;
  padding: 0;
  font-size:70px;
  font-weight:700;
  line-height: 110%;
  color: #fff;
  text-align: left;
}
.s-top .title span {
  display:block;
  float:none;
  clear:both;
  margin: 0 0 0 15px;
  font-size:40px;
  line-height: 110%;
  text-align: left;
}


@media screen and (max-width: 1020px) {
	.s-top .title {
	  margin: 5px 20px 0 20px;	  
	}
	.s-top .title span {
	  font-size:32px;
	}	
}
@media screen and (max-width: 768px) {
	.s-top .title span {
		font-size:32px;
	}
}

.s-top .opis {
  margin: 30px 20px 0 30px;
  padding: 0;  
  font-size:21px;
  font-weight:200;
  line-height: 130%;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 1020px) {
	.s-top .opis {
	  font-size:18px;
	}	
}

.s-top .usp-box {
float: left;
width: 280px;
height:60px;
color: #fff;
font-size:30px;
font-weight:200;
padding: 15px 0 0 80px;
text-transform: uppercase;
background-repeat: no-repeat;
background-position: 5px 0px;
background-size: 60px 60px;
}
@media screen and (max-width: 954px) {
  .s-top .usp-box {
    width: 220px;
    height:70px;
    padding: 70px 0 0 5px;
    background-position: 5px 0px;
    }
}
@media screen and (max-width: 767px) {
  .s-top .usp-box {
    float: left;
    clear:right;
    width: 280px;
    height:60px;
    padding: 15px 0 0 80px;
    background-position: 5px 0px;
    background-size: 60px 60px;
    margin: 0 0 10px 0;
    }
}


.s-onas {margin:0px auto 0 auto; padding:0; overflow:auto; background: #000;}
@media screen and (max-width: 1020px) {
	.s-onas {margin:0 auto 0 auto; padding:0; overflow:auto;}
}
.s-onas .title {
  margin: 0 0 10px 0;
  padding: 30px 0 30px 0;
  font-size:80px;
  text-transform: uppercase;
  letter-spacing: -1px;
  font-weight:100;
  line-height: 100%;
  color: #fff;
  text-align: left;
  background: url('../img/title-bottom-bg.png') no-repeat left bottom;  
}
@media screen and (max-width: 1020px) {
  .s-onas .title {
    text-align: center;
    background: url('../img/title-bottom-bg.png') no-repeat center bottom;  
  }
}

.s-onas a.cta-kontakt {
  display:block;
  width: 260px;
  margin: 20px auto 0 auto;
  background-color: #b39c69;
  padding: 25px 0 23px 0;
  border-radius: 50px;
  font-size:14px;
  font-weight:500;
  line-height: 100%;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.s-onas a.cta-kontakt:hover {
  background-color: #9f854a;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.s-onas a.cta-kontakt i {
  padding-left:6px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.s-onas a.cta-kontakt:hover i {
  padding-left:11px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.s-onas .opis {
  padding: 0 15px;
  margin: 10px 0 0 0; 
  font-size:16px;
  font-weight:400;
  line-height: 140%;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .s-onas .opis {
    text-align: center;
  }
}

.s-onas .opis ul {padding:10px 0 0 0;}
.s-onas .opis ul li {font-size:14px; list-style-type: square;}
@media screen and (max-width: 767px) {
  .s-onas .opis ul li {text-align: center; list-style-type: none; padding:8px 0;}
}

.s-onas p.slogan {padding:60px 0 0 0; font-size:22px; font-weight:200; line-height: 140%; width:100%; text-align: center; color:#fff;}
@media screen and (max-width: 767px) {
  .s-onas p.slogan {padding:20px 0 0 0;}
}

.s-onas .opis-title1 {
  margin: 35px 0 0 0;
  height: 76px;
  display:block;
  float:none;
  clear:both;
  padding: 25px 15px 10px 85px;
  font-size:34px;
  letter-spacing: -1px;
  font-weight:500;
  line-height: 110%;
  color: #fff;
  text-align: left;
  background-repeat: no-repeat;
  background-position: 5px 0px;
  background-size: 76px 76px;
 }
 @media screen and (max-width: 1020px) {
  .s-onas .opis-title1 {
    height:auto;
   }
}
@media screen and (max-width: 767px) {
  .s-onas .opis-title1 {
    margin: 35px 0 10px 0;
    height:auto;
    display:block;
    float:none;
    clear:both;
    padding: 85px 5px 10px 5px;
    font-size:30px;
    letter-spacing: -1px;
    font-weight:500;
    line-height: 110%;
    color: #fff;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 76px 76px;
   }
}


.s-onas .opis-dodatkowy {
  background:#F6F6F6;
  margin: 50px 0 0 0; 
  border-radius:12px;
}
.s-onas .opis-dodatkowy p {
  padding:40px 30px 20px 30px;
  font-size:16px;
  font-weight:400;
  line-height: 140%;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 1000px) {
.s-onas .opis-title {
  font-size:22px;
  padding: 15px 15px 10px 85px;  
 }	
}




.s-warto {
  margin:0 auto;
  padding:0 0 20px 0;
  overflow: auto;
  background-image: url('../img/fade-bg.png'), url('../img/sekcja-warto.jpg');
  background-position: center top, center bottom;
  background-repeat: repeat-x, no-repeat; 
  background-size: auto, cover; 
}
@media screen and (max-width: 1020px) {
	.s-warto {margin:0 auto 0 auto; padding:0 0 20px 0; overflow:auto;}
}

.s-warto .opis {
  padding: 0 5px;
  margin: 10px 0 50px 0; 
  font-size:22px;
  font-weight:300;
  line-height: 140%;
  color: #fff;
  text-align: center;
}

.s-warto .opis ul {padding:10px 0 0 0;}
.s-warto .opis ul li {font-size:14px; list-style-type: square;}
@media screen and (max-width: 767px) {
  .s-warto .opis ul li {text-align: center; list-style-type: none; padding:8px 0;}
}

.s-warto .opis-title {
  margin: 50px 0 20px 0;
  padding: 10px 15px 10px 15px;
  font-size:34px;
  letter-spacing: -1px;
  font-weight:500;
  line-height: 110%;
  color: #fff;
  text-align: center;
 }


 .s-warto a.cta-kontakt {
  display:block;
  width: 260px;
  margin: 0 auto 0 auto;
  background-color: #b39c69;
  padding: 25px 0 23px 0;
  border-radius: 50px;
  font-size:14px;
  font-weight:500;
  line-height: 100%;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.s-warto a.cta-kontakt:hover {
  background-color: #9f854a;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.s-warto a.cta-kontakt i {
  padding-left:6px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.s-warto a.cta-kontakt:hover i {
  padding-left:11px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.s-warto .box {
  width:20%;
  float:left;
  padding: 0 22px;
  margin: 10px 0 0 0; 
  font-size:15px;
  font-weight:300;
  line-height: 140%;
  color: #fff;
  text-align: center;
}
.s-warto .box br {display: inline;}
@media screen and (max-width: 1020px) {
  .s-warto .box br {display: none;}
}

.s-warto .box span {
  display:block;
  float:none;
  clear:both;
  padding: 0 5px 8px 5px;
  font-size:17px;
  font-weight:600;
  line-height: 140%;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 1020px) {
  .s-warto .box {
    width:33%;
    float:left;
    padding: 0 22px;
    margin: 10px 0 0 0; 
    font-size:15px;
    font-weight:300;
    line-height: 140%;
    color: #fff;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .s-warto .box {
    width:100%;
    float:none;
    clear:both;
    padding: 0 30px;
    margin: 0 0 40px 0; 
    font-size:18px;
    font-weight:300;
    line-height: 140%;
    color: #fff;
    text-align: center;
  }
  .s-warto .box span {
    font-size:22px;
  }
}

.s-warto img.ico {
  display: block;
  margin: 6px auto;
  width:80px; height:80px;
}
@media screen and (max-width: 767px) {
  .s-warto img.ico {
    margin: 12px auto;
    width:100px; height:100px;
  }
}

.s-warto .zaufajhaslo {padding-top:50px; text-align: center; color:#fff; text-transform: uppercase; font-weight:200; font-size:26px; letter-spacing: 2px;}
@media screen and (max-width: 767px) {
  .s-warto .zaufajhaslo {font-size:18px; letter-spacing: 0px;}
}








.s-uslugi {margin:0px auto 0 auto; padding:0 0 20px 0; overflow:auto;
  background-image: url('../img/fade-bg.png'), url('../img/sekcja-uslugi.jpg');
  background-position: center top, center bottom;
  background-repeat: repeat-x, no-repeat; 
  background-size: auto, cover; 
}
@media screen and (max-width: 1020px) {
	.s-uslugi {margin:0 auto 0 auto; padding:0; overflow:auto;}
}
.s-uslugi .title {
  margin: 0 0 10px 0;
  padding: 30px 0 30px 0;
  font-size:80px;
  text-transform: uppercase;
  letter-spacing: -1px;
  font-weight:100;
  line-height: 100%;
  color: #fff;
  text-align: left;
  background: url('../img/title-bottom-bg.png') no-repeat left bottom;  
}
@media screen and (max-width: 1020px) {
  .s-uslugi .title {
    text-align: center;
    background: url('../img/title-bottom-bg.png') no-repeat center bottom;  
  }
}

.s-uslugi a.cta-kontakt {
  display:block;
  width: 260px;
  margin: 20px auto 0 auto;
  background-color: #b39c69;
  padding: 25px 0 23px 0;
  border-radius: 50px;
  font-size:14px;
  font-weight:500;
  line-height: 100%;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.s-uslugi a.cta-kontakt:hover {
  background-color: #9f854a;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.s-uslugi a.cta-kontakt i {
  padding-left:6px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.s-uslugi a.cta-kontakt:hover i {
  padding-left:11px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.s-uslugi .usluga-box {
  border-radius:16px;
  background-color: rgba(0, 0, 0, 0.6);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  overflow: auto; margin-top:20px;
  padding: 200px 10px 20px 10px;
}
@media screen and (max-width: 767px) {
  .s-uslugi .usluga-box {
    padding: 110px 10px 20px 10px;
  }
}


.s-uslugi .opis {
  padding: 0 15px;
  margin: 10px 0 0 0; 
  font-size:16px;
  font-weight:400;
  line-height: 140%;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .s-uslugi .opis {
    text-align: center;
  }
}

.s-uslugi .opis ul {padding:10px 0 0 0;}
.s-uslugi .opis ul li {font-size:14px; list-style-type: square;}
@media screen and (max-width: 767px) {
  .s-uslugi .opis ul li {text-align: center; list-style-type: none; padding:8px 0;}
}

.s-uslugi p.slogan {padding:60px 0 0 0; font-size:22px; font-weight:200; line-height: 140%; width:100%; text-align: center; color:#fff;}
@media screen and (max-width: 767px) {
  .s-uslugi p.slogan {padding:20px 0 0 0;}
}

 .s-uslugi .opis-title {
  margin: 35px 0 0 0;
  display:block;
  float:none;
  clear:both;
  padding: 0 15px 10px 15px;
  font-size:34px;
  letter-spacing: -1px;
  font-weight:500;
  line-height: 110%;
  color: #fff;
  text-align: left;
 }

@media screen and (max-width: 767px) {
  .s-uslugi .opis-title {
    margin: 35px 0 10px 0;
    height:auto;
    display:block;
    float:none;
    clear:both;
    padding: 85px 5px 10px 5px;
    font-size:30px;
    letter-spacing: -1px;
    font-weight:500;
    line-height: 110%;
    color: #fff;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 76px 76px;
   }
}


.s-uslugi .opis-dodatkowy {
  background:#F6F6F6;
  margin: 50px 0 0 0; 
  border-radius:12px;
}
.s-uslugi .opis-dodatkowy p {
  padding:40px 30px 20px 30px;
  font-size:16px;
  font-weight:400;
  line-height: 140%;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 1000px) {
.s-uslugi .opis-title {
  font-size:26px;
 }	
}






.s-kontakt {
background: #000;
min-height: 300px;
padding: 50px 0 50px 0;
}
.s-kontakt img.kontaktlogo {
  display:block;
  float:none;
  clear:both;
  padding:0;
  margin:0;
  width: 220px;
  }

.s-kontakt .title {
  margin: 0 0 10px 0;
  padding: 30px 0 30px 0;
  font-size:80px;
  text-transform: uppercase;
  letter-spacing: -1px;
  font-weight:100;
  line-height: 100%;
  color: #fff;
  text-align: left;
  background: url('../img/title-bottom-bg.png') no-repeat left bottom;  
}
@media screen and (max-width: 1020px) {
  .s-kontakt .title {
    text-align: center;
    background: url('../img/title-bottom-bg.png') no-repeat center bottom;  
  }
}

.s-kontakt .opis {
  padding: 0 20px;
  margin: 10px 10px 0 20px; 
  font-size:18px;
  font-weight:400;
  line-height: 130%;
  color: #fff;
  text-align: left;
  border-left: 2px solid #1fbb5d;
}
.s-kontakt .opis-kontakt {
  padding: 15px 15px;
  margin: 10px 0 0 0; 
  font-size:26px;
  font-weight:300;
  line-height: 120%;
  color: #fff;
  text-align: left;
}
.s-kontakt .opis-kontakt i {
  display:inline-block;
  width:26px;
  text-align:center;
  padding: 0 5px 0 0;
  margin: 0; 
  font-size:24px;
  color: #d7a53e;
}


.s-dbfooter {
  background: #8f7538;
  padding: 0;
  }
  .s-dbfooter .opis {
    padding: 0 15px;
    margin: 0; 
    font-size:16px;
    font-weight:400;
    color: #fff;
    text-align: left;
  }



/* POWRÓT DO GÓRY */

.tothetop {
  position:fixed;
  bottom:10px;
  right:10px;
  width:80px;
  height:80px;
}

.tothetop a {
  display:block;
  width:80px;
  height:80px;
  background: url('../img/tothetopimg.png') no-repeat center center;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tothetop a:hover {
  opacity: 1.0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}



@media screen and (max-width: 768px) {
	.menu a.rwd-bar {
	  display:block;
	  float:left;
	  color:#d5a23c;
	  text-align: center;
	  text-decoration: none;
	  font-size:26px;
	  margin:37px 0 0 15px;
	  padding: 0;
	}
}


#scroll-to-top{
	display:none;
	position:fixed;
	bottom:15px;
	right:20px;
	opacity:0.8;
}
#scroll-to-top:hover{
	opacity:1;
}
