@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,900&display=swap');

html {
    scroll-behavior: smooth;
}

.szerokosc{
    padding-left: 10%;
    padding-right: 10%;
}

.hero{
    background-image: url("/images/dentysta-hero-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 90px; 
    padding-bottom: 50px;
    text-align: center; 
}

.heroH1{
    padding-top: 100px;
    font-size: 3.7rem;
    padding-left: 10%;
    padding-right: 10%;
    font-weight: 700;
    color: black;
}
.heroP{
    padding-bottom: 100px;
    margin-bottom: 0px;
    font-size: 1.7rem;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 30px;
    font-weight: 500;
    color: black;
}

.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;  
}

.button-kontakt{
    color: rgb(0, 0, 0);
    background-color: #ffffff9d;
    font-weight: 600;
    text-decoration: none;
    padding: 8px 30px 8px 30px;
    border-radius: 10px;
    margin-top: 10px; 
    border: 2px solid #777777;
    width: 100%;
}

.button-kontakt2{
    color: rgb(0, 0, 0);
    background-color: #ffffff9d;
    font-weight: 600;
    text-decoration: none;
    padding: 8px 30px 8px 30px;
    border-radius: 10px;
    margin-top: 0px; 
    margin-bottom: 20px; 
    border: 2px solid #777777;
    width: 100%;
}

.secondSection{
    /* background-color: #00452A; */
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 10%;
    padding-right: 10%;
    background-image: url("/images/opis-uslug.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.tytul{
    padding-top: 50px;
}

.opis{

    padding-top: 10px;
    padding-bottom: 50px;
}

.bluebar{
    width: 100%;
    height: 2px;
    background-color: rgb(235, 235, 235);
}


.stomatologia-dla-dzieci{
    background-color: #003b45;
    color: white;
    /* padding-top: 100px; */
    padding-bottom: 100px;
    padding-left: 10%;
    padding-right: 10%;
}



.stomatologia-dla-dzieci{
    background-color: #DDEAF3;
    color: rgb(0, 0, 0);
    padding-top: 100px;
    padding-bottom: 70px;
    padding-left: 10%;
    padding-right: 10%;
}


.plusy-h4{
    margin-top: 40px;   
    min-height: 80px;
}

.poszczegolnyPlus{
    padding: 10px;
}

.cennik-dentysta-dzialdowo{
    background-color: #f8f8f8;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 10%;
    padding-right: 10%;
 
}

.pytanieh4{
    padding-top: 30px;
}

.odpowiedzP{
    padding-top: 20px;

}

.h4text{
    padding-top: 50px;
    padding-bottom: 10px;
}

 

.blackbar{
    margin-top: 30px;
    width: 80%; 
    margin-left: 10%;
    margin-right: 10%;
    height: 1px; 
    background-color: #00452A;
}

.kierunek-tlo{
    background-color: #00ADEF;
    margin: 0px;
    color: white;
    padding: 20px;
}

.tableka{
    text-align: center;
}
 
.border-table{
    border: solid rgb(209, 209, 209) 1px;
    padding: 5px;
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
  }
  
  tr:nth-child(even) {
    background-color: #f3f3f3;
  }


.dlaczego-wybrac-nas{
    color: white;
    background-color: #00ADEF;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
}

.ikonka{
    font-size: 60px;
    padding-bottom: 10px;
}


.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) {
    .heroH1{
        padding-top: 100px;
        font-size: 3.0rem;
        padding-left: 2%;
        padding-right: 2%;
    }
    .heroP{
        padding-bottom: 100px;
        margin-bottom: 0px;
        font-size: 1.4rem;
        padding-left: 2%;
        padding-right: 2%;
        padding-top: 30px;
    }
    
    .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%;
    }


}

@media screen and (max-width: 600px) {

    
    

  }