
.container2 {
    width: 100%;
    height: auto;
    position: relative; /* Ustawienie pozycji na relative */
    margin-top: 60px; 
}

.big-box {
    width: 100%;
    height: auto;
    background-color: #e8e8e8;
    margin-bottom: 20px;
    padding: top 20px;
    position: relative; /* Ustawienie pozycji na relative */
}

.small-box {
    width: calc(100% - 40px);
    min-height: 300px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 50%, rgba(187, 181, 181, 0.192)), url('img/baner.jpg');
    background-size: cover;
    background-position: center;
    margin: 0 20px -20% 20px;
    transform: translateY(-20%);
    color: white;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sbh2 {
    color: #ffffff;
    font-size: 35px;
    text-align: center;
    font-weight: lighter; 
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px; /* Dodanie mniejszego odstępu między h2 a text2 */

}

.small-box2 {
    width: 100%;
    min-height: 500px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 50%, rgba(187, 181, 181, 0.192)), url('img/baner1.jpg');
    background-size: cover;
    background-position: center;
    color: white;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    
}










.small-box h2 {
    color: #ffffff;
    font-size: 35px;
    text-align: center;
    font-weight: lighter; 
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px; /* Dodanie mniejszego odstępu między h2 a text2 */
}
.text2 {
    max-width: 80%;
    font-size: 18px;
    line-height: 1.6;
    color: #ffffff;
    text-align: center;
    text-align: justify;
    margin-top: 10px;
    margin-bottom: 40px;
    font-weight: 100; /* Ustawienie cieńszej wagi czcionki */
}

.text2 p {
    font-weight: 100; /* Ustawienie cieńszej wagi czcionki dla elementów <p> wewnątrz .text2 */
}

.sflp-wrapper{
    max-width:1200px;
    margin:20px auto 0;
    font-family:linotypeunivers-720,Arial,sans-serif;
    color:#fff;
    
}

.sflp-uan{
    margin-bottom: 80px;
    text-align:center;
    color:#363636;
    font-size:42px;
    text-decoration:underline;
    text-decoration-color:#861f41;
}


.budowa{
    margin-top: 80px;
    margin-bottom: 30px;
   
    text-align:center;
    color:#363636;
    font-size:42px;
    text-decoration:underline;
    text-decoration-color:#861f41;
    
}

.sflp-uan img {
    max-width: 100%; /* Ustawia maksymalną szerokość obrazu na 100% */
    height: auto; /* Zachowuje proporcje obrazu */

}
.specyfikacja__opis{
    flex:1;
    padding-right:20px;
    color:#000;
}

.specyfikacja__opis h2{
    margin-bottom:10px;
}

.specyfikacja__opis p{
    background-color:#E8E8E8;
    padding:10px;
    border-radius:8px;
    margin-bottom:10px;
    display:flex;
    align-items:center;
}


.kont {
   padding-top:220px;
}


.kont-element{
    display:flex;
    margin-bottom:0px;
    padding: 0;
}

.kont-left,
.kont-right{
    width:50%;
    width:50%;
    display:flex;
    flex-direction:column;
}

.kont-left img,
.kont-right img{
    flex-grow:1;
    height:auto;
    max-height:100%;
    object-fit:cover;
}



.sflp-uan.nomobile {
    margin-top: 80px;
}

.opis{
    display:flex;
    flex-direction:column;
    justify-content:center;
    height:100%;
    padding:20px;
    background-color:#E8E8E8;
   
}

.opis2{
    display:flex;
    flex-direction:column;
    justify-content:center;
    height:100%;
    padding:20px;
    background-color:#E8E8E8;

}

.opis3{
    display:flex;
    flex-direction:column;
    justify-content:center;
    height:100%;
    padding:20px;
    background-color:#E8E8E8;

}

.opis h2{
    color:#861f41;
    text-align: center;
    font-weight: lighter;
    font-size:24px;
    margin-bottom:10px;
}

.opis p{
    color:#000000;
    font-size:18px;
    line-height:1.6;
    margin-bottom:15px;
    text-align:justify;
}

.opis2 h2{
    color:#861f41;
    text-align: center;
    font-weight: lighter;
    font-size:24px;
    margin-bottom:10px;
}

.opis2 p{
    color:#000000;
    font-size:18px;
    line-height:1.6;
    margin-bottom:15px;
    text-align:justify;
}

.opis3 h2{
    color:#861f41;
    text-align: center;
    font-weight: lighter;
    font-size:24px;
    margin-bottom:10px;
}

.opis3 p{
    color:#000000;
    font-size:18px;
    line-height:1.6;
    margin-bottom:15px;
    text-align:justify;
}

.desc-content {
    padding-left: 20px; /* Dodatkowy wewnętrzny odstęp dla kontenera z opisem */
    padding-right: 20px; /* Dodatkowy wewnętrzny odstęp dla kontenera z opisem */
}

.desc-content .ikon {
    width: 40px;
    height: 40px;
    margin-right: 10px; /* Dodatkowy odstęp między ikoną a tekstem */
    margin-left: 20px; /* Resetowanie lewego marginesu */
}

.desc-content ul {
    color: #000000;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 15px;
    margin-right: 20px;
    text-align: justify;
    list-style-type: none; /* Ukrycie bulletów */
    padding-left: 0; /* Resetowanie wewnętrznego marginesu dla listy */
}

.desc-content li {
    display: flex; /* Ustawienie elementów listy jako flexbox */
    align-items: center; /* Wyśrodkowanie elementów w pionie */
    margin-top: 10px;
}

.desc-content .ikon img {
    vertical-align: middle; /* Wyśrodkowanie ikon w pionie */
}


.additional-products {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px; /* Zwiększenie marginesu na górze */
    margin-bottom: 50px;
    margin-right: 0;
}

.additional-product {
    width: calc(50% - 10px);
    margin-bottom: 20px;
    background-color: #E8E8E8;
}

.additional-product img {
    width: 100%;
    height: auto;
    border-radius: 8px 8px 0 0;
}

.additional-product .desc-content {
    border-radius: 0 0 8px 8px;
    padding: 0 5px;
}

.additional-product .desc-content h2 {
    color: #861f41;
    font-size: 24px;
    text-align: center;
    font-weight: lighter; 
    margin-left: 0px;
    margin-right: 5px;
}

.additional-product .desc-content p {
    color: #000;
    margin-left: 20px;
    margin-right: 20px;
    text-align: justify;
    line-height: 1.6;
    font-size: 18px;
}

.additional-product:last-child {
    margin-right: 0;
}

.container{
    padding-bottom: 40px;
    position:relative;
    width:1000px;

    margin:0 auto;
}

.image{
    width:100%;
    height:auto;
}

.tooltip{
    position:absolute;
    background-color:#861f41;
    color:#fff;
    width:30px;
    height:30px;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:16px;
    cursor:pointer;
    animation:pulse 3s infinite alternate,fadeIn .5s ease forwards;
}

.tooltip-text{
    position:absolute;
    background-color:#861f41;
    color:#fff;
    padding:5px;
    border-radius:5px;
    margin-top:90px;
    opacity:0;
    transition:opacity .5s ease;
    white-space:nowrap;
    left:50%;
    transform:translateX(-50%);
}

.tooltip:hover .tooltip-text{
    opacity:1;
}


.kont-element ul {
    padding: 0;
}

.kont-element ul li {
    color: black;
    font-size:18px;
    line-height:1.6;
    margin-bottom:15px;
    text-align:justify;
    padding: 5px; /* Dodatkowy padding dla większego pola */
    margin-bottom: 1px; /* Dodatkowy margines między elementami */
    display: block; /* Ustawienie jako blokowy element */
    background-color: #ffffff; /* Białe tło dla każdego elementu */
    width: 100%; /* Ustawienie szerokości na 100% */





}

@keyframes pulse {
    0%{
        transform:scale(1);
        box-shadow:0 0 0 0 rgba(255,255,255,.7);
    }
    25%{
        transform:scale(1.05);
        box-shadow:0 0 0 10px rgba(255,255,255,.5);
    }
    50%{
        transform:scale(1.1);
        box-shadow:0 0 0 20px rgba(255,255,255,.3);
    }
    75%{
        transform:scale(1.05);
        box-shadow:0 0 0 10px rgba(255,255,255,.5);
    }
    100%{
        transform:scale(1);
        box-shadow:0 0 0 0 rgba(255,255,255,.7);
    }



    
}

@keyframes fadeIn{
    0%{
        opacity:0;
        transform:translateY(-20px);
    }
    100%{
        opacity:1;
        transform:translateY(0);
    }



    
}

.sflp-wrapper{
    max-width:1200px;
    padding-top:20px;
    margin:0 auto;
    font-family:linotypeunivers-720,Arial,sans-serif;
    color:#fff;
    
}

@media only screen and (max-width:900px){
    .kont-element{
        flex-direction:column;
    }
    .sflp-uan{
        font-size:24px;
    }
    .budowa{
        font-size:24px;
    }
    .kont-left,
    .kont-right{
        width:100%;
    }
    .kont-left img,
    .kont-right img{
        border-radius:0;
    }
    .kont-element:nth-child(2) .kont-left{
        order:2;
    }

    .kont {
        padding-top:20px;
     }


    .additional-products{
        display:block;
        margin-top:30px;
    }
    .additional-product{
        width:100%;
        margin-bottom:20px;
        padding-bottom: 20px;
    }
    .additional-product img{
        border-radius:8px;
    }
    .additional-product .desc-content{
        border-radius:8px;
    }
    .image{
        display:none;
    }
    .tooltip{
        display:none;
    }
    .nomobile {
        display: none;
    }
    .container2 {
        width: 100%; /* zmiana szerokości na pełną szerokość ekranu */
        height: auto; /* wysokość automatyczna */
        .container2 {
            width: 100%;
            height: auto;
            position: relative; /* Ustawienie pozycji na relative */
            margin-top: 00px; 
        }
      }
    
      .big-box {
        width: 100%; /* zmiana szerokości na pełną szerokość ekranu */
        height: auto; /* wysokość automatyczna */
        position: relative; /* zmiana pozycji na względną */
        top: auto; /* resetowanie pozycji top */
        left: auto; /* resetowanie pozycji left */
        transform: none; /* usuwanie transformacji */
        margin-bottom: 0px;
    }
    
    .small-box {
        width: 100%; /* zmiana szerokości na pełną szerokość ekranu */
        height: auto; /* wysokość automatyczna */
        position: relative; /* zmiana pozycji na względną */
        top: auto; /* resetowanie pozycji top */
        left: auto; /* resetowanie pozycji left */
        transform: none; /* usuwanie transformacji */
        margin-bottom: 0px;
        margin: 20px 0; /* zmniejszenie marginesów */
    }
    
  
      .text2 {
        margin: 20px; 
        font-size: 16px;
        line-height: 1.6;
        padding-bottom: 10px;
        
        padding-top: 5px;
        text-align: justify;
        color: #ffffff;
      }
      .small-box h2 {
        color: #ffffff;
        font-size: 29px;
        text-align: center;
        font-weight: lighter; 
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 5px; /* Dodanie mniejszego odstępu między h2 a text2 */
    }

    .small-box2 {
        width: 100%;
        min-height: 500px;
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 50%, rgba(187, 181, 181, 0.192)), url('img/baner1.jpg');
        background-size: cover;
        background-position: center;
        color: white;
        position: relative;
        display: flex;
        align-items: center;
        margin-bottom: 60px;
        justify-content: center;
        
    }
   

      }
      

   