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

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

.langbox {
position: fixed;
background:#fff;
top: 150px;
padding:5px;
right: 25px;
width:60px;
height:60px;
border-radius:60px;
box-shadow: 0px 10px 20px 10px rgba(0, 0, 0, 0.2);
}
.menu .langbox a img {
  display:block;
  float:none;
  margin: 0 auto;
  padding: 0;
  color:#000;
  width:40px; height:40px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
.langbox {
top: 20px;
right: 20px;
width:40px;
height:40px;
}
.menu .langbox a img {
  width:30px; height:30px;
}
}

.prosec-section {
  width:100%;
  height:auto;
  font-weight:400;
  color:#000;
  font-size:16px;
  font-family: 'Montserrat', sans-serif;
}

.prosec-inner {
  max-width:1040px;
  margin: 0 auto;
  padding: 30px 0;
}
@media screen and (max-width: 1020px) {
	.prosec-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;
  background: none;
  color:#000;
  font-weight:400;
  border-bottom: 1px solid #c4c4c4;
  margin-top:-54px;
}
@media screen and (max-width: 768px) {
	.menu {
	  height:auto;
	  overflow:auto;
	  padding-bottom:20px;
	}
}
	
.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: 0px solid #5e6b70; display:block;}	
}

.menu li a {
  display:block;
  float:left;
  padding: 45px 35px 42px 35px;
  color:#000;
  text-decoration: none;
  font-size:16px;
  font-weight: 700;
  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: none;
  color: #ed1c24;
  -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 img {
  display:block;
  float:left;
  padding: 0 5px 0 0;
  color:#000;
  width:24px; height:24px;
  text-decoration: none;
}
@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 10px 10px;
	  border-top: 0px dotted #c1c1c1;
	  color:#000;
	  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:#000;}
}

.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: #49515a url('../img/prosec-top.jpg') no-repeat center bottom;
min-height: 730px;
padding: 30px 0 0 0;
image-rendering: pixelated;
-ms-interpolation-mode: nearest-neighbor;
}
@media screen and (max-width: 768px) {
	.s-top {
	min-height: 330px;
	background: #49515a url('../img/prosec-top-sm.jpg') no-repeat center bottom; background-size: cover;
	padding: 30px 0 90px 0;
	image-rendering: pixelated;
	-ms-interpolation-mode: bicubic;	
	}
}

.s-top img.logo {
  display:block;
  margin:0 0 0 15px;
}
@media screen and (max-width: 768px) {
.s-top img.logo {
  display:block;
  margin:0 70px 0 15px;
}	
}

.s-top .opis {
  margin: 30px 20px 0 30px;
  padding: 0;  
  font-size:24px;
  font-weight:400;
  line-height: 120%;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 1020px) {
	.s-top .opis {
	  font-size:20px;
	}	
}
@media screen and (max-width: 767px) {
	.s-top .opis {
	    margin: 30px 50px 0 30px;
	}	
}
.s-top .opism {
  margin: 30px 30px 0 30px;
  padding: 0 0 20px 0;  
  font-size:16px;
  font-weight:400;
  line-height: 120%;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 767px) {
	.s-top .opism {
		margin: 30px 70px 0 30px;
	}	
}

.s-top a {
display:block;
float:none;
clear:both;
margin: 25px 0 0 15px;
width:240px;
background:#fff;
color:#000;
font-size:15px;
line-height:15px;
font-weight:600;
text-align: center;  
text-decoration:none;
padding:20px 0 19px 0;
border-radius:30px;
box-shadow: 0px 10px 20px 10px rgba(0, 0, 0, 0.2);
-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-top a:hover {
display:block;
float:none;
clear:both;
margin: 23px 0 2px 15px;
width:240px;
background:#fff;
color:#000;
font-size:15px;
line-height:15px;
font-weight:600;
text-align: center;  
text-decoration:none;
padding:20px 0 19px 0;
border-radius:30px;
box-shadow: 0px 15px 25px 10px rgba(0, 0, 0, 0.2);
-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-podstawy {
/* background: #fff url('../img/prosec-onas.png') no-repeat center bottom; */
background: #fff;
min-height: 50px;
/* padding: 5px 0 360px 0; */
padding: 5px 0 10px 0;
image-rendering: pixelated;
-ms-interpolation-mode: nearest-neighbor;	
}

.s-podstawy a {text-decoration:none;}
.s-podstawy a img {display: block; width:70%; margin: 20px auto 0 auto; border-radius:12px; box-shadow: 0px 10px 15px 8px rgba(0, 0, 0, 0.1); -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-podstawy a:hover img {margin: 18px auto 2px auto; box-shadow: 0px 10px 20px 10px rgba(0, 0, 0, 0.2); -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-podstawy .title {
  margin: 20px 0 10px 0;
  padding: 10px 0 40px 12px;
  font-size:50px;
  text-transform:uppercase;
  font-weight: 400;
  line-height: 110%;
  color: #000;
  text-align: left;
  background: url('../img/title-bottom-bg.png') no-repeat left bottom;  
}

.s-podstawy p {
  padding:10px 10px;
  font-size:14px;
  font-weight:500;
  line-height: 24px;
  color: #000;
  text-align: justify;
}


.s-galeria {
background: #fff;
min-height: 250px;
padding: 20px 0 10px 20px;
margin-top:-50px;
}

.s-galeria .title {
  margin: 0 0 30px 0;
  padding: 10px 0 10px 0;
  font-size:30px;
  letter-spacing:16px;
  text-transform:uppercase;
  font-weight: 700;
  line-height: 110%;
  color: #000;
  text-align: center;
  background: url('../img/galeria-title-bg.png') no-repeat center top;  
}
@media screen and (max-width: 768px) {
.s-galeria .title {
  margin: 0 0 10px 0;
  padding: 60px 0 10px 0;
  font-size:30px;
  letter-spacing:3px;
  text-transform:uppercase;
  line-height: 100%;
  background: url('../img/galeria-title-bg.png') no-repeat center top;  
}
}

.s-galeria img {
display: block;
border-radius:12px;
-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
filter: grayscale(100%);
-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-galeria img:hover {
-webkit-filter: none; /* Safari 6.0 - 9.0 */
filter: none;
-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) {
.s-galeria img {
-webkit-filter: none; /* Safari 6.0 - 9.0 */
filter: none;
}
}

.s-uslugi1 {
background: #49515a url('../img/prosec-uslugi1.jpg') no-repeat center bottom; background-size:cover;
min-height: 730px;
padding: 20px 0 20px 0;
margin:0;
}
@media screen and (max-width: 1020px) {
	.s-uslugi1 {margin:0 auto 40px auto; padding:0 0 20px 0; overflow:auto; background: #2c3339;}
}
.s-uslugi1 .title {
  margin: 20px 0 10px 0;
  padding: 10px 0 40px 12px;
  font-size:50px;
  text-transform:uppercase;    
  font-weight: 400;
  line-height: 110%;
  color: #fff;
  text-align: left;
  background: url('../img/title-bottom-bg.png') no-repeat left bottom; 
}
@media screen and (max-width: 768px) {
.s-uslugi1 .title {
  font-size:36px;
}
}
.s-uslugi1 .titlem {
  margin: 20px 0 10px 0;
  padding: 10px 0 10px 12px;
  font-size:32px;
  text-transform:uppercase;    
  font-weight: 600;
  line-height: 110%;
  color: #fff;
  text-align: left;
}
.s-uslugi1 .titlem span {   
  font-weight: 800;
  color: #ed1c24;
}

.s-uslugi1 .opisd {
  padding: 0 15px;
  margin: 10px 0 0 0; 
  font-size:15px;
  font-weight:400;
  line-height: 140%;
  color: #fff;
  text-align: left;
}

.s-uslugi1 .opis {
  padding: 0 15px;
  margin: 10px 0 0 70px; 
  font-size:16px;
  font-weight:400;
  line-height: 140%;
  color: #fff;
  text-align: left;
}

.s-uslugi1 .opis ul {
padding: 5px 10px 10px 4px;	
}
.s-uslugi1 .opis ul li {
list-style-image: url('../img/bullet-shield.png'); padding: 8px 0 0 0; font-size:14px; line-height:21px; font-weight:400;
}

.s-uslugi1 .opis-title {
  margin: 35px 0 0 0;
  display:block;
  float:none;
  clear:both;
  padding: 0 15px 10px 85px;
  font-size:30px;
  text-transform:uppercase;  
  letter-spacing: -1px;
  font-weight:300;
  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-uslugi1 .opis-title {
	  font-size:26px;
	 }
}


.s-uslugi2 {
background-image: url('../img/prosec-uslugi2.jpg'), url('../img/prosec-uslugi3bg.jpg');
background-position: center top, center bottom;
background-repeat: no-repeat, no-repeat;	
min-height: 730px;
padding: 450px 0 555px 0;
image-rendering: pixelated;
-ms-interpolation-mode: nearest-neighbor;
}
.s-uslugi2 .title {
  margin: 20px 0 10px 0;
  padding: 10px 0 40px 12px;
  font-size:50px;
  text-transform:uppercase;    
  font-weight: 400;
  line-height: 110%;
  color: #000;
  text-align: left;
  background: url('../img/title-bottom-bg.png') no-repeat left bottom; 
}
@media screen and (max-width: 768px) {
.s-uslugi2 .title {
  font-size:36px;
}
}
.s-uslugi2 .titlem {
  margin: 20px 0 10px 0;
  padding: 10px 0 10px 12px;
  font-size:32px;
  text-transform:uppercase;    
  font-weight: 600;
  line-height: 110%;
  color: #000;
  text-align: left;
}
.s-uslugi2 .titlem span {   
  font-weight: 800;
  color: #ed1c24;
}
@media screen and (max-width: 768px) {
.s-uslugi2 .titlem {
  font-size:22px;
}
}

.s-uslugi2 .opisd {
  padding: 0 15px;
  margin: 10px 0 0 0; 
  font-size:15px;
  font-weight:400;
  line-height: 140%;
  color: #000;
  text-align: left;
}

.s-uslugi2 .opis {
  padding: 0 15px;
  margin: 10px 0 0 70px; 
  font-size:16px;
  font-weight:400;
  line-height: 140%;
  color: #000;
  text-align: left;
}

.s-uslugi2 .opis ul {
padding: 5px 10px 10px 4px;	
}
.s-uslugi2 .opis ul li {
list-style-image: url('../img/bullet-shield.png'); padding: 8px 0 0 0; font-size:14px; line-height:21px; font-weight:400;
}

.s-uslugi2 .opis-title {
  margin: 35px 0 0 0;
  display:block;
  float:none;
  clear:both;
  padding: 0 15px 10px 85px;
  font-size:30px;
  letter-spacing: -1px;
  font-weight:300;
  line-height: 110%;
  text-transform:uppercase;
  color: #000;
  text-align: left;
  background-repeat: no-repeat;
  background-position: 5px 0px;
  background-size: 76px 76px;
 }
@media screen and (max-width: 1020px) {
	.s-uslugi2 .opis-title {
	  font-size:26px;
	 }
}



.s-kontakt {
background: #49515a url('../img/prosec-kontakt.jpg') no-repeat center bottom; background-size:cover;
min-height: 500px;
padding: 60px 0 40px 0;	
overflow:auto;
}
.s-kontakt .title {
  margin: 20px 0 10px 0;
  padding: 10px 0 40px 12px;
  font-size:50px;
  text-transform:uppercase;    
  font-weight: 400;
  line-height: 110%;
  color: #fff;
  text-align: left;
  background: url('../img/title-bottom-bg.png') no-repeat left bottom; 
}
@media screen and (max-width: 768px) {
.s-kontakt .title {
  font-size:36px;
  padding: 30px 0 0 0;  
  text-align: center;
  background: none;  
}
}

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

@media screen and (max-width: 1020px) {
	.s-kontakt {margin:0 auto; padding:0 0 20px 0; overflow:auto;}
}

.s-kontakt .kontaktbox {
  padding: 12px 0 18px 82px;
  margin: 10px 0; 
  font-size:20px;
  font-weight:400;
  line-height: 140%;
  color: #fff;
  text-align: left;
  background-repeat: no-repeat;
  background-position: 5px 0px;
  background-size: 74px 74px;  
}
.s-kontakt .kontaktbox span {
  font-size:28px;
  font-weight:700;
  color: #fff;  
}
@media screen and (max-width: 768px) {
	.s-kontakt .kontaktbox {
	  padding: 65px 0 18px 0;
	  margin: 10px 0; 
	  font-size:16px;
	  font-weight:400;
	  line-height: 140%;
	  color: #fff;
	  text-align: center;
	  background-repeat: no-repeat;
	  background-position: center top;
	  background-size: 60px 60px;  
	}
	.s-kontakt .kontaktbox span {
	  font-size:22px;
	  font-weight:700;
	  color: #fff;  
	}
}


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