html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
html {
    scroll-behavior: smooth;
  }
nav ul {
    list-style:none;
}
button {
    border: none;
    font-family: Roboto;
    background-color: #0056b3;
    color: white;
    font-weight: bold;
    padding: 10px 20px;
    cursor: pointer;

}

* {
    font-family: Roboto;
}
a {
    color: white;
    text-decoration: none;
    font-weight: bold;

}

nav {
    background-color: #007bff;
    display: flex;
   height: 50px;
   align-items: center;
   justify-content: space-between;
   padding: 0 10%;
    
}
.nav-upper {
   background-color: #004a9e;
   color: white;
   font-weight: bold;
   display: flex;
   height: 40px;
   justify-content: flex-end;
 padding-right: 15%;
 align-items: center;
}
.adres-upper {
    display: flex;
    margin-right: 20px;
}
.adres-upper i {
    margin-right: 10px;
    color: #1a73e8;
}
.nav-left {
    width: 40%;
    margin-right: 20%;
}
nav ul {
    display: flex;
    width: 60%;
    justify-content: flex-end;
    margin-right: 10%;
}
nav ul a {
    margin-right: 30px;
}

/* header */ 
.header-wrap {
    width: 1240px;
    margin: 0 auto;
    display: flex;
    padding: 75px 0;
}
.header-left {
    width: 50%;
 position: relative;
 
}
.header-left button {
    width: auto;
      position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  
}
.header-left h2 {
    margin-top: 30px;
    font-size: 36px;
    text-align: center
}
.header-left p {
    margin-top: 60px;
    font-weight: 400;
    font-size: 20px;
    color: #666666;
    text-align: center
}
.header-right {
    width: 50%;
}
.header-left button {
    margin-top: 30px;
    text-align: center
}
.header-right img {
    border-radius: 5%;
}
/* ATUTY */ 
.features {
    background-color: #0056b3;
    color: white;
    padding: 0 20%;
     display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  text-align: center;
  padding: 40px 0;
}
.feature-box {
  position: relative;
  width: 200px;
  padding: 30px 20px;
  background: #1a73e8;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}

.feature-number {
    margin-top: 25px;
    font-size: 36px;
}
.feature-label {
    font-size: 18px;
    margin-top: 20px;
}
.feature-box i {
    font-size: 36px;
}
/* O NAS */
.about-us-wrap {
    width: 1240px;
    margin: 0 auto;
    display: flex;
    padding: 75px 0;
}
.about-us-left {
    width: 50%;
    display: flex;
    justify-content: center;
 align-items: center;
}
.about-us-left img {
    border-radius: 5%;
    width: 80%;
    margin-top: 10px;
}
.about-us-right {
    width: 50%;
}

.about-us-right h2 {
    color: #0056b3;
    font-size: 36px;
    text-align: center;
    margin-bottom: 20px;
}
.about-us-right p {
    font-size: 20px;
  color: #666666;
  margin-bottom: 15px;
}

/* MPU */

.mpu {
    background-color: #dddddd;
    padding: 75px 0;
}
.mpu-wrap {
    width: 1240px;
    margin: 0 auto;
    display: flex;
}
.mpu-left {
    width: 50%;
    display: flex;
   justify-content: center;
}
.mpu-right {
    width: 50%;
}
.mpu-right h2 {
    color: #0056b3;
  font-size: 36px;
  text-align: center;
  margin-bottom: 20px;
}
.mpu-right p {
    margin-top: 50px;
    font-size: 20px;
  color: #666666;
  margin-bottom: 15px;
}
.mpu-right button {
    margin-top: 20px;
}

/* faq */ 
/* FAQ */
.accordion {
    box-sizing: border-box;
    display: flex;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
    width: 100%;
}

.accordion-select {
    cursor: pointer;
    margin: 0;
    opacity: 0;
    z-index: 1;
}

.accordion-title {
    position: relative;
}

.accordion-title:not(:nth-last-child(2))::after {
    border: 1px solid transparent;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.accordion-title span {
    bottom: 0px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    white-space: nowrap;
    width: 100%;
}

.accordion-content {
    box-sizing: border-box;
    overflow: auto;
    position: relative;
    transition: margin 0.3s ease 0.1s;
}

.accordion-select:checked + .accordion-title + .accordion-content {
    margin-bottom: 0;
    margin-right: 0;
}

/* Generated styles starts here */

.accordion {
    margin-top: 50px;
    background-color: #333333;
    border-color: #000;
    border-radius: 8px;
    -webkit-box-shadow: -1px 2px 10px 5px #000000; 
box-shadow: -1px 2px 10px 5px white;
    flex-direction: column;
    height: auto;
} 

.accordion-title,
.accordion-select  {
    background-color: #004a9e;
    color: white;
    width: 100%;
    font-weight: bold;
    height: 65px;
    font-size: 15px;
}

.accordion-select {
    margin-bottom: -65px;
    margin-right: 0;
}

.accordion-title:not(:nth-last-child(2))::after {
    border-right-color: transparent;
} 



 .accordion-title span  {	
    transform: rotate(0deg);
    -ms-writing-mode: lr-tb;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    padding-left: 33px;
    padding-right: 33px;
    line-height: 65px;
} 

.accordion-content {
    background-color: #66a3dd;
    color: white;
    height: 280px;
    margin-bottom: -280px;
    margin-right: 0;
    padding: 30px;
    width: 100%;
} 
 
/* KONTAKT */ 
.kontakt {
background-color: white;
}
.kontakt .wrap {
    padding: 75px 0;
width: 1600px;
margin: 0 auto;
display: flex;
}
.faq {
    width: 45%;
    height: 650px;
    margin-right: 5%;
}
.faq h1 {
    font-size: 36px;
  text-align: center;
  margin-bottom: 20px;
 color: #1a6cc0;
}
.contact {
    width: 45%;
    display: flex;
    flex-shrink: 0;
    position: relative;
    color: white;
}
.contact-wrap {
    display: flex;
    flex-direction: column;
    align-self: center;
}
.contact h1 {
    height: 50px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.contact input {
    width: 100%;
    padding: 10px 0;
    border: 0;
    border-radius: 10px;
    margin-bottom: 10px;
    font-weight: bold;
  background-color: #1a6cc0;
    color: white;
    text-indent: 10px;
}

.contact textarea {
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: 10px;
    background-color: #1a6cc0;
    color: white;
    text-indent: 10px;
    font-weight: bold;
}
.dane-adresowe {
    border-radius: 5px;
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    margin-top: 100px;

}
.dane-adresowe h2 {
    width: 100%;
    margin-bottom: 20px;
}
.kontakt h2 {
    font-size: 24px;
    color: #1a6cc0;
}
.adres {
    width: 50%;
    flex-shrink: 0;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.adres p {
    color: #004a9e;;
    font-weight: bold;
}
.adres i {
    margin-right: 10px;
    color: #004a9e;
    font-size: 26px;
}
.div-form button {
    margin-top: 30px;
    background-color: #1a6cc0;
    color: white;
}
form {
}
.contact-form {
    margin-top: 50px;
    margin-bottom: 20px;
}
footer {
    background-color: #004a9e;
    color: white;
    height: 50px;
}
.footer-wrap {
    height: 50px;
    width: 1600px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.footer-left {
    font-size: 22px;
}
.footer-right {
    font-size: 26px;
    display: flex;
    align-items: center;

}
.regulamin {
    font-size: 16px;
    margin-right: 30px;
}

/* === HAMBURGER MENU STYLING === */
.hamburger {
    display: none;
    font-size: 28px;
    color: white;
    cursor: pointer;
}

/* === MEDIA QUERIES === */

/* Małe ekrany – telefony */
@media (max-width: 768px) {
  nav {
        position: relative;
        flex-wrap: wrap;
        padding: 0 5%;
        height: auto;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .hamburger {
        display: block;
        position: absolute;
        right: 20px;
        top: 10px;
        z-index: 1001;
        font-size: 28px;
        color: white;
    }

    nav ul {
        flex-direction: column;
        width: 100vw; /* pełna szerokość ekranu */
        display: none;
        background-color: #007bff;
        padding: 10px 0;
        margin: 0;
        position: absolute;
        top: 50px; /* poniżej paska nav */
        left: 0;
        z-index: 1000;
    }

    nav ul.nav-open {
        display: flex;
    }

    nav ul a {
        margin: 10px 0;
        text-align: center;
        display: block;
        width: 100%;
    }
.header-right {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-right img {
    width: 75%;
   margin-top: 30px;
    margin-bottom: 30px;
}
.header-left {
    margin-top: 30px;
}
.header-left h2 {
    margin-top: 30px;
}

.header-left p {
    margin-top: 10px;
}
.header-left button {
    margin-top: 65px;
      position: relative;
}
    .nav-left {
        width: 100%;
        margin: 0;
        height: 50px;
        display: flex;
    align-items: center;
    }

    .header-wrap,
    .about-us-wrap,
    .mpu-wrap,
    .kontakt .wrap {
        flex-direction: column;
        width: 90%;
      padding: 2% 5%;
      align-items: center;
    }

    .header-left,
    .header-right,
    .about-us-left,
    .about-us-right,
    .mpu-left,
    .mpu-right,
    .faq,
    .contact {
        width: 90%;
    }

    .faq,
    .contact {
        margin: 0;
    }

    .header-left h2,
    .about-us-right h2,
    .mpu-right h2,
    .faq h1,
    .contact h1 {
        font-size: 24px;
    }

    .header-left p,
    .about-us-right p,
    .mpu-right p {
        font-size: 16px;
    }

    .feature-box {
        width: 100%;
    }
   footer {
    justify-content: space-between;
  align-items: center;
  display: flex;
   }
   
    .footer-wrap,
    .kontakt .wrap {
      flex-direction: column;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
        
    }

    .footer-wrap {
        text-align: center;
        height: auto;
       width: 100%;
        display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 5%;
    
    }

    .footer-left,
    .footer-right {
       
        font-size: 20px;
        margin-bottom: 10px;
    }
 
}
/* male */ 
@media (max-width: 750px) {
    .feature-box {
          width: 55% !important;
    }
    .about-us-left {
        padding-top: 40px;
    }
    h2 {
        padding-top: 30px;
    }
    .faq {
        width: 100% !important;
    }
}

/* Średnie ekrany – tablety */
@media (min-width: 769px) and (max-width: 1024px) {
    .header-left h2,
    .about-us-right h2,
    .mpu-right h2 {
        font-size: 30px;
    }
  nav {
        position: relative;
        flex-wrap: wrap;
        padding: 0 5%;
        height: auto;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .hamburger {
        display: block;
        position: absolute;
        right: 20px;
        top: 10px;
        z-index: 1001;
        font-size: 28px;
        color: white;
    }
    nav {
        height: 50px;
    }
    nav ul {
        flex-direction: column;
        width: 100vw; /* pełna szerokość ekranu */
        display: none;
        background-color: #007bff;
        padding: 10px 0;
        margin: 0;
        position: absolute;
        top: 50px; /* poniżej paska nav */
        left: 0;
        z-index: 1000;
    }

    nav ul.nav-open {
        display: flex;
    }

    nav ul a {
        margin: 10px 0;
        text-align: center;
        display: block;
        width: 100%;
    }
    .header-wrap ,
    .about-us-wrap ,
    .mpu-wrap ,
    .footer-wrap {
        width: 90%;
    }
  

}
@media  (max-width: 1599px) {
   .header-wrap ,
    .about-us-wrap ,
    .mpu-wrap ,
    .footer-wrap {
        width: 90%;
    }
  .header-right img {
    width: 80%;
    margin-left: 10%;
  }
    
    .header-left p {
        margin-top: 20px;
    }
    .header-left button {
        top: 80%;
    }
    .header-left p,
    .about-us-right p,
    .mpu-right p {
        font-size: 18px;
    }
 .nav-left {
    margin-right: 0;
 }
 .nav-left img {
    height: 75px;
 }
 nav ul {
    margin-right: 0;
 }
    .feature-box {
      width: 35%;
    margin-bottom: 19px;
    }
    .kontakt .wrap {
        flex-direction: column;
        width: auto;
        align-items: center;
    }
    .faq {
        margin-right: 0;
    }
    .faq ,
    .contact {
        width: 75%;
        justify-content: center;
    }
    .footer-left .logo {
        font-size: 16px;
  font-weight: bold;

    }
}

/* Duże ekrany – powyżej 1600px */
@media (min-width: 1600px) {
    .wrap, .footer-wrap {
        width: 90%;
        max-width: 1600px;
        margin: 0 auto;
    }
}