@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
body{
    line-height: 1.5;
    font-family: 'Poppins', sans-serif;
}
.navibar{
    padding-top: 20px;
    position: relative;
}

#rzetelna{
     
        display: block !important;
    visibility: visible !important;
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 9999;
    background-color: red;

}

.logo img{
    width: 100%;
}
.logo{
    display: block;
}
.navi{

    height: 40px;
}
@media(min-width:992px){
    .navi{
        bottom: 0;
        right: 0;
        position: absolute;
        height: 40px;
    }
}
@media(max-width:992px){
    .navi{
        padding-top: 10px;
        height: 40px;
    }
}
.nav-link{
    color: #007cc2;
}
.navbutton{
    border:none;
    background-color: white;
    border-top: #24262b 1px solid;
    border-bottom: #24262b 1px solid;
    width: 100%;
    height: 40px;
    margin-top:10px;
}
.navsm{
    text-align: center;
}
.aktywny{
    background-color: gray;
}

.alert1{
    width: 100%;
    margin-top: 48px;
    margin-bottom: 0px;
}
@media(max-width:992px){
    .alert1{
        width: 100%;
        margin-top: 25px;
        margin-bottom: 0px;
    }
}


.partnerzy img{
    
    filter: grayscale(60%);
    transition: all 0.2s ease-in-out;   
}
.partnerzy img:hover{
    
    filter: grayscale(0%);
}


.emblematy img{
    width: 100%;
    display: block;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
}
@media(max-width:768px){
    .emblematy{
        margin-top: 30px;
    }
}



.oferty img
{
    width: 100%;
    display: block;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
}
.section3{
    padding-top: 20px;
}
@media(max-width:767px){
    .section3{
        padding-top: 20px;
    }
}
#czytaj{
    min-width: 30px;

    border: solid 3px #007cc2;

}




.ofirmie{
    background-color: #ffffff;
    padding-left: 20px;
    padding-top: 5px;
    
    
}

.section2{
    padding-top: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}


.partnerzy img{
    width: 13%;
    margin: 20px;
    margin-top: 10px;
}
.partnerzy{
    text-align: center;
    font-size: 25px;
    
}

@media(max-width:767px){
    .partnerzy img{
        width: 40%;
    }
}



.kontakttext{
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 50px;
}
.kontakttext h1{
    font-weight: 500;
    font-size: 70px;
}

@media(max-width:767px){
    .kontakttext h1{
        font-weight: 500;
        font-size: 40px;
    }
    .kontakttext{
        font-weight: 500;
        font-size: 15px;
        margin-bottom: 50px;
    }
}

.aktrm{
    position: absolute;
    display: block;
    text-align: right;
    bottom: 0;
    right: 0;    
}
.indexrm{
    background-color: #007cc2;
    font-size: 20px;
    padding: 10px;
    font-weight: 500;
    border-radius: 5px;
    color: white;
}


.aktual{
    padding-top: 30px;
}

@media(max-width:992px){
    .indexoferta{
        padding-top:25px;
    }
}




*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}
.container1{
    max-width: 1170px;
    margin: auto;
    

}
.footer-col h4 a{
    color: #ffffff;
    text-decoration: none;
}
.row1{
    display: flex;
    flex-wrap: wrap;
    
    
    
    }
.footer{
    background-color: #24262b;
    padding: 60px 0;
    
    
    
}
ul{
    list-style:none;
    margin:0;
    padding:0;
}
.art-postcontent ul>li {
    background-image: none;
}
.footer-col{
    width: 25%;
    padding: 0 15px;
}
.footer-col h4{
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-weight: 500;
    position: relative;
    
}
.footer-col h4::before{
    content: '';
    position: absolute;
    left:0;
    bottom: -10px;
    background-color: #007cc2;
    height: 2px;
    box-sizing: border-box;
    width: 50px;
}
.footer-col ul il:not(:last-child){
    margin-bottom: 10px;
}
.footer-col ul li a{
    font-size: 16px;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    color: #bbbbbb;
    display: block;
    transition: all 0.3s ease;
}
.footer-col ul li a:hover{
    color: #ffffff;
    padding-left: 8px;


}
.footer-col .social-links a{
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: rgba(255,255,255,0.2);
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
    color: #24262b;
    background-color: #ffffff;
}
/*RESPONYWNOĹÄ*/
@media(max-width: 767px){
    .footer-col{
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
    }
    }
    @media(max-width: 574px){
        .footer-col{
        width: 100%;
        padding: 0 15px;
        margin-bottom: 30px;
    
        }
    }

.pokaz-container1{
    padding-top: 40px;
    position: relative;
    margin: auto;
}
.prev, .next{
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background-color: #ffffff71;
}
.next{
    right: 0;
    border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover{
    background-color: rgba(0, 0, 0, 0.466);
}
.dot{
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}
.active1, dot:hover{
    background-color: #717171;

}
.fade{
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}
.fade:not(.show){
    opacity: 1;
}
@-webkit-keyframes fade{
    from {opacity: .4}
    to {opacity: 1}
}
@keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
}
@media only screen and (max-width: 300px){
    .prev, .next, .text {font-size: 11px}
}

.oferta{
    color: #0f1040;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
     
    padding: 20px;
    transition: all 0.2s ease-in-out;
}
.oferta img{
    width: 100%;
    opacity: 0.5;
    filter: grayscale(50%);
    transition: all 0.2s ease-in-out;   
}
.oferta:hover img{
    opacity: 0.8;
    filter: grayscale(0%);
}
.oferta:hover {
    transform: scale(1.05);
}
.oferta2{
    color: #0f1040;
    
    font-size: 15px;
    font-weight: 500;
     
    padding: 20px;
    transition: all 0.2s ease-in-out;
}

.oferta2:hover img{
    opacity: 0.8;
    filter: grayscale(0%);
}
.oferta2:hover {
    transform: scale(1.05);
}
.of-underline{
    height: 3px;
    width: 20%;
    background-color: #007cc2;
    margin-bottom: 10px;
}

.oferta a{
    text-decoration: none;
    color: black;
}
.oferta2 a{
    text-decoration: none;
    color: black;
    
}
.button {
    background-color: #007cc2; 
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    min-width: 300px;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.2s ease-in-out;
  }


  .button:hover {
    transform: scale(1.05);
   
  }



.filtry
{
    border: black solid 3px; 
    min-height: 200px;
    margin-top: 20px;

}
.filtry
{
    border: black solid 3px; 
    min-height: 200px;
    
    margin-top: 20px;

}
.kafel
{
    border: solid black 1px;
    transition: all 0.03s ease-in-out;
    margin-top: 20px;
    
}
/*
.kafel:hover
{
    box-shadow: 0 2px 4px 0 #007cc2, 0 3px 7px 0 #007cc2;
    transform: scale(1.005);
    

}*/

.obraz{
    position: relative;
    height: auto;
    display: flex;
  justify-content: center;
  align-items: center;
  
}

.obraz img
{
    margin-top: 15px;
    margin-bottom: 15px;
    max-width: 100%;
   
}
.nazwa
{   
    font-size: 30px;  
}
.cena
{  
    font-size: 25px;
    padding-top: 10px;
    font-weight: 500;
}
.cenapromo
{
    
    
    font-size: 20px;
}
.promo
{
    background-color: red;
    color: white;
    text-align: center;
    
    inline-size: auto;
}

a{
    text-decoration: none;
    color: black;
}
.XD{
    border: solid black 1px ;
    font-size: 20px;
}
.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #007cc2;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #007cc2 transparent transparent transparent;
  }
  .lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
  }
  .lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
  }
  .lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
  }
  @keyframes lds-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }


.hover14 figure {
	position: relative;
}
.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover14 figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}


  
  .filterDiv {
    display: none;
  }
  
  /* The "show" class is added to the filtered elements */
  .show {
    display: flex;
  }
  
  /* Style the buttons */
  .btn {
    border: none;
    outline: none;
    padding: 12px 16px;
    background-color: #f1f1f1;
    cursor: pointer;
  }
  
  /* Add a light grey background on mouse-over */
  .btn:hover {
    background-color: #ddd;
  }
  
  /* Add a dark background to the active button */
  .btn.active {
    background-color: #666;
    color: white;
  }

  .szkolenia ul.szkolenia-ul{
    margin-left: 25px;
    font-size: 18px;
  }
  .szkolenia-inf{
    font-size: 20px;
    margin-top: 8px;
    margin-bottom: 24px;
    font-weight: 400;
    font-style: italic;
  }
  .salaswiata
  {
    padding: 440px 443.59px;
  }
  .page-container
  { 
 
    width: 865px; 
    height:1000px; 
    overflow: scroll; 
    border:3px solid #ccc;
   }
   .padpdf
   {
    padding-left:380px;
   }
   .page{
    max-width: 840px;
   }