* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Arial', sans-serif;
}


body{
  background-color: #fff;
  color: #000;
  overflow-y: scroll;
}

.section_faq{
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section_faq h1 {
  font-size: 3rem;
  }

  .section_faq ul{
    margin: 3rem auto;
    width: 75%;
    max-width: 900px;
  }

  .section_faq ul li {
    list-style: none;
    margin-bottom: 8px;
  }

  .section_faq .question {
    margin-bottom: 1px;
    padding: 20px;
    width: 100%;
    background-color: #F8F8F8;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
    }

    .section_faq .icon {
      margin-left: 1rem;
      font-size: 4rem;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: transform 0.5s ease-in-out;
    }

    .section_faq .answer {
      max-height: 0;
      border-color: #F8F8F8;
      overflow: hidden;
      font-size: 15px;
      transition: max-height 0.25s cubic-bezier(0.5, 0, 0.1, 1);

    }

    .section_faq .answer span {
      display: inline-block;
      padding: 1.2rem;
    }

    .section_faq .question.open + .answer {
      max-height: 1200px;

    }

    .section_faq .question.open > .icon {
      transform: rotate(360deg);
    }
    
    
    .projector_details__wrapper #projector_amount {
display: none !important;
}


.projector_details .projector_buy__number_amounts {
display: none !important;
}

.projector_buy__number_inputs {
  max-width: 100% !important;
}
  

.blog_image {
    max-width: 100% !important;
    
}




/* Styl dla górnego banera */
.bannerfilmowy {
    padding: 100px;
    height: auto;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   background: no-repeat center/80% url("https://shop37941-1.yourtechnicaldomain.com/data/include/cms//banervideokat.png?v=1710877872079");

}

.banneropisprod {
    padding: 100px;
    height: auto;
   background: no-repeat center/100% url("https://shop37941-1.yourtechnicaldomain.com/data/include/cms//baneropisprod.png?v=1710879574833");
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }
    
    

/* Styl dla kontenera z dwoma kolumnami */
.containerfilmowy {
    display: flex;
    flex-wrap: wrap; /* Allow columns to wrap */
    justify-content: center;
    max-width: 100%;
}

/* Styl dla kolumn */
.columnfilm,
.columnopis {
    flex-basis: 100%; /* Make columns take full width initially */
    background-color: white;
    padding: 20px;
    box-sizing: border-box;
}

/* Adjust column widths on larger screens */
@media only screen and (min-width: 768px) {
    .columnfilm,
    .columnopis {
        flex-basis: 80%; /* Make columns take 50% width on screens larger than 768px */
    }
}

/* responsywne wideo */
.video-container {
position: relative;
padding-bottom: 50.25%;
padding-top: 30px; height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.video-wrap {
width: 100%;
max-width: 800px;
margin: 0 auto;
}

/* Media queries dla banera na telefonach */
@media only screen and (max-width: 500px) {
    .bannerfilmowy {
        padding: 50px;
  background-size: contain;
        background-repeat: no-repeat;
    }
    .banneropisprod {
        padding: 50px;
  background-size: contain;
        background-repeat: no-repeat;
    }
    
    
}


/* Opis długi tam gdzie nie ma filmów */


*, ::before, ::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

section {
  
  padding-top: 5px;
}

.container-ofertaopis {
  max-width: 1000px;

}

.container-ofertaopis::after {
  content: "";
  display: block;
  clear: both;
}
.container-ofertaopis h2 {
  margin-bottom: 10px;
}
.container-oferta p {
  line-height: 1.4;
}

img.ofertaindexzimneognie {
  width: 300px;
  height: 300px;
  object-fit: cover;
  float: left;
  shape-outside: margin-box;
  margin: 0 20px 5px 0;
}

img.ofertaindexzimneognieprawa {
  width: 400px;
  height: 400px;
  object-fit: cover;
  float: right;
  shape-outside: margin-box;
  margin: 0 20px 5px 0;
}
  
  @media only screen and (max-width: 480px) {
  img.ofertaindexzimneognie {
    float: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    }}
    
    @media only screen and (max-width: 480px) {
  img.ofertaindexzimneognieprawa {
    float: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    }}
    
    
    
    /*OPIS DŁUGI PRODUKTÓW W ZESTAWACH*/
    
    
        /* Styl dla górnego banera */
        .imagebanerzestaw {
            width: 100%;
            height: auto; /* Ustaw wysokość banera */
            padding: 5px 5px;
            margin-bottom: 10px;
        }

        /* Styl dla kontenera kolumn */
        .konteneropiszestaw {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            padding: 10px;
        }
          .konteneropiszestawlinki {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            padding: 10px;
        }

        /* Styl dla kolumny z obrazem */
        .col1lzestaw {
            flex: 0 0 40%;
            max-width: 40%;
            padding: 0 10px;
        }

         .col3lzestaw {
        flex: 0 0 33%; /* Zmień rozmiar na 33% szerokości każdego elementu */
        max-width: 33%;
        padding: 0 10px;
    }


        /* Styl dla kolumny z tekstem */
        .col2pzestaw {
            flex: 0 0 60%;
            max-width: 60%;
            padding: 0 10px;
            align-items: center;
        }

        /* Styl dla responsywnego obrazu */
        .col1lzestaw img {
            width: 100%;
            height: auto;
        }

.videoopisdlugi {
    flex: 0 0 60%;
    max-width: 60%;
    padding: 0 10px;
    overflow: hidden; /* Prevent video from overflowing its container */
}



    
@media only screen and (max-width: 480px) {
    .col1lzestaw,
    .col2pzestaw {
        flex: 0 0 100%; /* Ustawienie na 100% szerokości */
        max-width: 100%; /* Maksymalna szerokość na 100% */
        padding: 0px;
    }
        .konteneropiszestaw {
                width: 100%; /* Rozciągnij kontener na całą szerokość */
                display: flex;
                flex-wrap: wrap;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                margin: 0; /* Usuń marginesy dla kontenera */
                padding: 0px;

            }
                .konteneropiszestawlinki {
                display: flex;
                flex-wrap: wrap; 
                flex-direction: column;
                justify-content: center;
                align-items: center;


            }
             .videoopisdlugi {
        flex: 0 0 100%; /* Ustawienie na 100% szerokości */
        max-width: 100%; /* Maksymalna szerokość na 100% */
       
    }
     .videoopisdlugi iframe {
        width: 100%;
        height: auto; /* Ustawienie wysokości na auto, aby zachować proporcje */
    }
}


@media only screen and (max-width: 768px) {
    .col1lzestaw,
    .col2pzestaw {
        flex: 0 0 100%; /* Ustawienie na 100% szerokości */
        max-width: 100%; /* Maksymalna szerokość na 100% */
        padding: 0px;
    }
        .konteneropiszestaw {
                width: 100%; /* Rozciągnij kontener na całą szerokość */
                display: flex;
                flex-wrap: wrap;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                margin: 0; /* Usuń marginesy dla kontenera */
                padding: 0px;

            }
                .konteneropiszestawlinki {
                display: flex;
                flex-wrap: wrap; 
                flex-direction: column;
                justify-content: center;
                align-items: center;


            }
             .videoopisdlugi {
        flex: 0 0 100%; /* Ustawienie na 100% szerokości */
        max-width: 100%; /* Maksymalna szerokość na 100% */
       
    }
     .videoopisdlugi iframe {
        width: 100%;
        height: auto; /* Ustawienie wysokości na auto, aby zachować proporcje */
    }
}