.accordion-theme-1 .ac {
  padding: 30px 30px 30px 30px;
  position: relative;
  margin-top: 0px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.accordion-theme-1 .ac .ac-header {
  font-size: 1.5rem;
}
.accordion-theme-1 .ac .ac-trigger {
  font: 1.5rem "Figtree";
  font-weight: 700;
  color: #000;
  padding: 0;
  transition: 0.2s ease-out;
  padding: 20px;
  padding-right: 45px;
  transition-delay: 350ms;
}
.accordion-theme-1 .ac .ac-trigger:after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  right: 0;
  background-image: url('data:image/svg+xml,%3Csvg width="40" height="41" viewBox="0 0 40 41" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0_264_3589)"%3E%3Cg clip-path="url(%23clip1_264_3589)"%3E%3Cpath d="M11.56 20.2872H19.787M19.787 20.2872H28.014M19.787 20.2872V28.5142M19.787 20.2872V12.0603M19.787 38.7979C9.56386 38.7979 1.27637 30.5104 1.27637 20.2872C1.27637 10.0641 9.56386 1.7766 19.787 1.7766C30.0102 1.7766 38.2976 10.0641 38.2976 20.2872C38.2976 30.5104 30.0102 38.7979 19.787 38.7979Z" stroke="%23165153" stroke-width="2.55319" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id="clip0_264_3589"%3E%3Crect width="40" height="40" fill="white" transform="translate(0 0.5)"/%3E%3C/clipPath%3E%3CclipPath id="clip1_264_3589"%3E%3Crect width="40" height="40" fill="white" transform="translate(0 0.5)"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.accordion-theme-1 .ac .ac-panel .ac-text {
  padding: 0 45px 0px 20px;
  font-size: 1rem;
  line-height: 1.5em;
  font-family: "Roboto";
}
.accordion-theme-1 .ac.is-active > .ac-header .ac-trigger {
  padding-top: 3px;
  transition-delay: 0ms;
}
.accordion-theme-1 .ac.is-active > .ac-header .ac-trigger:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='47' height='47' viewBox='0 0 47 47' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='Vector' d='M13.5833 23.75H23.25H32.9167M23.25 45.5C11.2378 45.5 1.5 35.7622 1.5 23.75C1.5 11.7378 11.2378 2 23.25 2C35.2622 2 45 11.7378 45 23.75C45 35.7622 35.2622 45.5 23.25 45.5Z' stroke='%23165153' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
}
.accordion-theme-1 .ac:before {
  content: "";
  height: 100%;
  left: 30px;
  top: 30px;
  width: 4px;
  background-color: #007481;
  display: block;
  position: absolute;
}
.accordion-theme-1 .ac::after {
  content: "";
  height: 30px;
  left: 0px;
  bottom: 0;
  width: 100%;
  background-color: #FFFFFF;
  display: block;
  position: absolute;
}

.fotogaleria {
  padding-top: 70px;
  gap: 20px;
}
.fotogaleria .side {
  flex-basis: calc(50% - 10px);
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.fotogaleria .side ul li {
  color: #007481;
  font-size: 1rem;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 600;
  margin: 10px 0;
}
.fotogaleria .side ul li:last-of-type {
  margin-bottom: 0;
}

.projekty {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.projekty .ac-text {
  font-size: 1.125rem !important;
}
.projekty .ac-text .partner {
  font-size: 1rem;
  font-weight: 600;
  color: #007481;
  margin-bottom: 10px;
}
.projekty .ac-text .opis {
  margin-bottom: 10px;
}

.organizacje h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 15px;
}

@media (max-width: 991.98px) {
  .accordion-theme-1 .ac {
    padding: 15px;
  }
  .accordion-theme-1 .ac::before {
    left: 15px;
    top: 15px;
  }
  .accordion-theme-1 .ac .ac-trigger {
    font-size: 1rem;
  }
  .accordion-theme-1 .ac .ac-trigger::after {
    width: 25px;
    height: 25px;
  }
  .accordion-theme-1 .ac .ac-panel .ac-text {
    padding: 0 20px;
    font-size: 0.875rem;
  }
  .accordion-theme-1 .ac .ac-panel .ac-text table .title {
    font-size: 1rem;
  }
  .accordion-theme-1 .ac .ac-panel .ac-text table td {
    font-size: 0.875rem;
  }
  .fotogaleria .side {
    flex-basis: 100%;
  }
  .projekty .ac-text {
    font-size: 1rem !important;
  }
}/*# sourceMappingURL=kam.css.map */