@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

html {
    scroll-behavior: smooth;
}

.szerokosc{
    padding-left: 10%;
    padding-right: 10%;
}

.button-oferta{
    color: white;
    background-color: #00A3FF;
    text-decoration: none;
    padding: 8px 30px 8px 30px;
    border-radius: 10px;
    margin-top: 10px;
    font-weight: 600;
    width: 100%;
    border: 2px solid #00A3FF;  
}

.naPC{
    display: block;
}

.naMobile{
    display: none;
}

.button-kontakt{
    color: rgb(0, 0, 0);
    background-color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    padding: 8px 30px 8px 30px;
    border-radius: 10px;
    margin-top: 10px; 
    border: 2px solid #00A3FF;
    width: 100%;
}



.oNas{
    background-image: url("/images/2ndbg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.kim-jestesmy-zdjecie{
    padding-bottom: 0px;
}

.opinie{
    background-image: url("/images/opinie-bg.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 50px;
    padding-bottom: 50px;

    text-align: center;
}

.opinia{
    text-align: left;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 8px 4px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 8px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 8px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 15px;
    border-radius: 10px;
    margin: 30px;
}






.footerBottom{
    background-color: #ececec;
    padding-left: 10%;
    padding-right: 10%;
}

.logo-img-footer{
    padding-right: 10%;
}
.blackbarfooter{
    display: none;
}

@media screen and (max-width: 1450px) {
  

  }

@media screen and (max-width: 992px) {
  
    
 
    .blackbarfooter{
        display: block;
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
        margin-top: 20px; 
        height: 1px;
        background-color: rgb(187, 187, 187);
    }

    .logo-img-footer{
        width: 50%;
    }

    .naPC{
        display: none;
    }
    
    .naMobile{
        display: block;
    }

    .kim-jestesmy-zdjecie{
        padding-bottom: 30px;
    }

    .opinie{
        background-image: url("/images/opinie-bg-mobile.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        
    }

}

@media screen and (max-width: 600px) {

    
    

  }