a {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: none;
	color: black;
}

body {
	font-family: 'Lato', sans-serif;
	margin: 0 auto;
	width: 100%;
	max-width: 500px;
}

strong{
	font-weight: 700;
}

.logo {
    position: absolute;
    top: 30px;
    left: 10px;
    z-index: 1; /* Aby logo było na wierzchu obrazu hero */
   width: 30%;

}

.tabela {
	width: 100%;
	text-align: left;
	line-height: 50px;
}

.tabela_otwarte {

	width: 80%;
	text-align: left;
	line-height: 50px;
}

.hero-image {
    width: 100%; /* Upewnij się, że obraz hero zajmuje całą szerokość kontenera */


}

.separator {
	background-color: #f8f9f9;
	height: 2px;
	width: 100%;
}

 .icon {
      margin-right: 10px;
      display: inline-block;
      width: 20px;
      text-align: center;

}

#hero {
	background-color: #f8f9f9;
}

#hero_text {
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 30px;
}

#hero_text h1{
	font-weight: 700;
	font-size: 28px;
	white-space: nowrap;
}

#hero_text p{
	font-weight: 200;
	font-size: 12px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #6b6b6b;
}

#hero_list {
	background-color: #fff;
	width: 100%;
	margin-top: 20px;
	padding-bottom: 10px;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
}

#hero_list p{
	margin-left: 20px;
	margin-right: 20px;
}

.myButton {
      display: inline-block;
      padding: 10px 0; /* Ustawienie paddingu tylko na górę i dół, aby przycisk był 100% szeroki */
      background-color: #a3845b; /* Kolor tła przycisku */
      color: #fff; /* Kolor tekstu przycisku */
      text-decoration: none;
      width: 100%; /* Przycisk na 100% szerokości kontenera */
      transition: background-color 0.3s ease;
      text-align: center;
      font-weight: bold;
      margin-top: 0px;
    }

    #myButton:hover {
      background-color: #565656; /* Kolor tła przycisku po najechaniu myszką */
    }

.myButton2 {
      display: inline-block;
      padding: 10px 0; /* Ustawienie paddingu tylko na górę i dół, aby przycisk był 100% szeroki */
      background-color: #fff; /* Kolor tła przycisku */
      color: #000; /* Kolor tekstu przycisku */
      text-decoration: none;
      width: 100%; /* Przycisk na 100% szerokości kontenera */
      transition: background-color 0.3s ease;
      text-align: center;
      font-weight: bold;
      margin-top: 30px;
    }
    
.myButton3 {
      display: inline-block;
      padding: 10px 0; /* Ustawienie paddingu tylko na górę i dół, aby przycisk był 100% szeroki */
      background-color: #007bff; /* Kolor tła przycisku */
      color: #fff; /* Kolor tekstu przycisku */
      text-decoration: none;
      width: 100px; /* Przycisk na 100% szerokości kontenera */
      transition: background-color 0.3s ease;
      text-align: center;
      font-weight: bold;
      margin-bottom: 20px;
      border: 0;
      border-radius: 5px;
    }

#content {
	max-width: 1060px;
	margin: auto;
}

.desc {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 50px;
	padding-bottom: 40px;
	text-align: center;
}

.desc_img {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 50px;
	padding-bottom: 40px;
	text-align: center;
background-color: #f2f5f5;
}

.desc_dark {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 50px;
	background-color: #313131; 
	padding-bottom: 30px;
	color: #989898;
}


.desc_text {
	font-size: 17px;
	line-height: 25px;
	margin-bottom: 30px;
}

.desc_title {
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 15px;
}

.desc img {
 	display: block;
  	margin: 0 auto;
  	width: 100%;
  	
}


.cennik {
	font-weight: 600;
}

    .faq-container {
     
      background-color: #fff;
      padding: 0px;
      box-sizing: border-box;
	margin-left: 25px;
	margin-right: 25px;

    }

 .faq-header {
	font-size: 25px;
	font-weight: 700;
      margin-bottom: 30px;
      margin-top: 50px;
	margin-left: 25px;
	margin-right: 25px;
    }

    .faq-item {
      border-bottom: 1px solid #d7d7d7;
      padding: 20px 0;
      cursor: pointer;
      position: relative;

    }

    .faq-answer {
      display: none;
      margin-top: 20px;
      max-width: 90%;
      color: #6b6b69;
    }

    .faq-item::before {
      content: "▼";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.faq-item.active::before {
  content: "▲";
}
    

    #hero img {
      max-width: 100%; /* Aby obraz nie przekraczał szerokości dostępnej na danej przeglądarki */
    }
    
#footer {
	color: #7e7e7c;
	font-size: 14px;
	padding: 40px;
	background: #f8f9f9;
	
}

#footer p{
	text-align: center;
	
}


.footer-menu {
	padding-bottom: 30px;
}



.footer-menu-links {
  display: none;
  width: 100%;

}

.footer-menu-links a {
  display: block;
  margin: 15px 0;
  color: #6b6b69;
  text-decoration: none;

}

.footer-menu-links a:hover {
  text-decoration: underline;
}

.footer-menu-separator {
  margin: 10px 0;
  border: none;
  height: 20px;
}

.footer-separator {
  border: none;
  border-top: 1px solid #3d3d3d;
  margin-bottom: 20px;
}

.footer-menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  margin-bottom: 10px;
  font-size: 16px;
}



.footer-menu-item span {
  margin-left: 10px;
}


.myButton_buy {
      display: inline-block;
      padding: 10px 0; /* Ustawienie paddingu tylko na górę i dół, aby przycisk był 100% szeroki */
      background-color: #04aa6d; /* Kolor tła przycisku */
      color: #fff; /* Kolor tekstu przycisku */
      text-decoration: none;
      border-radius: 10px;
      width: 100%; /* Przycisk na 100% szerokości kontenera */
      transition: background-color 0.3s ease;
      text-align: center;
  	font-weight: 700;
  margin-top: 20px;
    }

.description {
  margin-top: 10px;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #6b6b69;
  margin-right: 10px;
}
.arrow {
  float: right;

  font-size: 12px;
}
ul {
  list-style-type: none;
  padding-left: 0;
}
