.section-pierwsza-pomoc {
  padding-bottom: 10rem;
  background-color: #b72727;
  color: #faf8f3;
}
@media (max-width: 991px) {
  .section-pierwsza-pomoc {
    padding-bottom: 10rem;
  }
}
.section-pierwsza-pomoc .heading .highlighted::before {
  background-image: url(../assets/icon-heart-shape-heading-white.svg);
}

.section-pierwsza-pomoc-instruction {
  margin-top: -10rem;
  padding-bottom: 3rem;
  color: #3d3d3d;
}
.section-pierwsza-pomoc-instruction .first-aid-instruction {
  max-width: 80%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .section-pierwsza-pomoc-instruction .first-aid-instruction {
    max-width: 90%;
  }
}
@media (max-width: 575px) {
  .section-pierwsza-pomoc-instruction .first-aid-instruction {
    max-width: 100%;
  }
}
.section-pierwsza-pomoc-instruction .first-aid-instruction .first-aid-instruction-el {
  position: relative;
  margin-left: 0;
  margin-right: auto;
  color: #3d3d3d;
  border-radius: 0.5rem;
  background-color: #faf8f3;
  padding: 2rem 4rem;
  box-shadow: 0 4px 8px rgba(18, 18, 18, 0.075);
}
@media (max-width: 991px) {
  .section-pierwsza-pomoc-instruction .first-aid-instruction .first-aid-instruction-el {
    max-width: 100%;
    padding: 2rem;
  }
}
.section-pierwsza-pomoc-instruction .first-aid-instruction .first-aid-instruction-el + .first-aid-instruction-el {
  margin-top: 2rem;
}
@media (max-width: 575px) {
  .section-pierwsza-pomoc-instruction .first-aid-instruction .first-aid-instruction-el + .first-aid-instruction-el {
    margin-top: 1.5rem;
  }
}
.section-pierwsza-pomoc-instruction .first-aid-instruction .first-aid-instruction-el + .first-aid-instruction-el:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: calc(100% - 3rem);
  left: auto;
  right: 100%;
  transform: translateX(50%);
  height: 8rem;
  width: 3rem;
  background-repeat: no-repeat;
  background-size: 3rem 8rem;
  background-image: url(../assets/icon-curved-arrow-thin-right.svg);
}
@media (max-width: 575px) {
  .section-pierwsza-pomoc-instruction .first-aid-instruction .first-aid-instruction-el + .first-aid-instruction-el:not(:last-child)::after {
    bottom: calc(100% - 2.25rem);
    height: 6rem;
    background-size: 3rem 6rem;
  }
}
.section-pierwsza-pomoc-instruction .first-aid-instruction .first-aid-instruction-el + .first-aid-instruction-el:nth-child(2n)::after {
  left: 100%;
  right: auto;
  transform: translateX(-50%);
  background-image: url(../assets/icon-curved-arrow-thin-left.svg) !important;
}
.section-pierwsza-pomoc-instruction .first-aid-instruction .first-aid-instruction-el + .first-aid-instruction-el:last-child .row {
  gap: 1rem;
}
.section-pierwsza-pomoc-instruction .first-aid-instruction .first-aid-instruction-el + .first-aid-instruction-el:last-child .img-holder {
  aspect-ratio: 4/3;
}
.section-pierwsza-pomoc-instruction .first-aid-instruction .first-aid-instruction-el .step-title {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
}
.section-pierwsza-pomoc-instruction .first-aid-instruction .first-aid-instruction-el .step-title + .step-subtitle {
  margin-top: 0 !important;
}
.section-pierwsza-pomoc-instruction .first-aid-instruction .first-aid-instruction-el .step-subtitle {
  margin-top: 2rem !important;
  font-size: 1.25rem;
  font-weight: 700;
}
.section-pierwsza-pomoc-instruction .first-aid-instruction .first-aid-instruction-el b {
  color: #b72727;
}
.section-pierwsza-pomoc-instruction .first-aid-instruction .first-aid-instruction-el .img-holder {
  width: 100%;
  aspect-ratio: 16/9;
  margin: 1rem 0 2rem 0;
  border-radius: 0.5rem;
}
.section-pierwsza-pomoc-instruction .first-aid-instruction .first-aid-instruction-el .img-holder img {
  border-radius: 0.5rem;
}
.section-pierwsza-pomoc-instruction .first-aid-instruction .first-aid-instruction-el ul {
  margin: 0;
}
.section-pierwsza-pomoc-instruction .first-aid-instruction .first-aid-instruction-el .img-holder {
  margin: 0;
}
.section-pierwsza-pomoc-instruction .first-aid-instruction .first-aid-instruction-el > * + * {
  margin-top: 1rem !important;
}

.section-strefa-aed {
  color: #3d3d3d;
}
.section-strefa-aed .heading,
.section-strefa-aed .subheading {
  color: #008c72;
}
.section-strefa-aed .container .row:first-child .img-holder {
  aspect-ratio: 7/6;
}
@media (max-width: 575px) {
  .section-strefa-aed .container .row:first-child .img-holder {
    aspect-ratio: unset;
  }
}
.section-strefa-aed .container .row:first-child .img-holder img {
  object-position: 50% 42%;
}
.section-strefa-aed .places-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  grid-gap: 1rem;
}
@media (max-width: 991px) {
  .section-strefa-aed .places-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .section-strefa-aed .places-list {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
.section-strefa-aed .places-list .place {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  row-gap: 0;
  box-sizing: border-box;
  border-radius: 0.5rem;
  overflow: hidden;
  color: #3d3d3d;
  background: #faf8f3;
  box-shadow: 0 4px 8px rgba(18, 18, 18, 0.075);
}
.section-strefa-aed .places-list .place:hover img {
  transform: scale(1.05);
}
.section-strefa-aed .places-list .place .img-holder {
  aspect-ratio: 16/9;
  overflow: hidden;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.section-strefa-aed .places-list .place .img-holder img {
  object-fit: cover;
  max-height: inherit !important;
  height: 100% !important;
  transition: all 0.3s ease;
}
.section-strefa-aed .places-list .place .place-content {
  padding: 1rem;
  font-size: 0.85rem !important;
}
@media (max-width: 991px) {
  .section-strefa-aed .places-list .place .place-content {
    font-size: 1rem !important;
  }
}
.section-strefa-aed .places-list .place .place-content > *:first-child {
  margin-top: 0 !important;
}
.section-strefa-aed .places-list .place .place-content > * + * {
  margin-top: 0.5rem;
}
.section-strefa-aed .places-list .place .place-content .place-location {
  position: relative;
  padding-left: 1.25rem !important;
  color: #008c72;
}
.section-strefa-aed .places-list .place .place-content .place-location::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.85rem;
  height: 0.85rem;
  background-image: url("../assets/icon-pin-location-dark.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.section-strefa-aed .places-list .place .place-content .place-name {
  font-size: 0.95rem;
  font-weight: 700;
  color: #008c72;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h1, h2 {
  line-height: 1.25;
}

p {
  line-height: 1.5;
  margin: 0;
}
p + p {
  margin-top: 0.75rem;
}

.heading {
  font-size: 1.5rem;
  padding-left: 3rem;
  position: relative;
  margin-bottom: 1.5rem;
}
.heading .highlighted {
  position: relative;
  font-size: 2rem;
}
.heading .highlighted::before {
  content: "";
  position: absolute;
  left: -3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background-image: url(../assets/icon-heart-shape-heading-main.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  animation: pulse-heading 2s infinite;
}
@media (max-width: 575px) {
  .heading {
    font-size: 1.25rem;
  }
  .heading .highlighted {
    font-size: 1.5rem;
  }
}

.subheading {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
  text-align: center;
}

.text-bold {
  font-weight: 700;
}

.color-main {
  color: #008c72;
}

.color-main-hover {
  color: #008169;
}

.color-white {
  color: #faf8f3;
}

.text-center {
  text-align: center;
}

.text-l {
  font-size: 1.5rem;
}

ul, ol {
  padding-left: 1.5rem;
  line-height: 1.5;
}

.anchor {
  display: block;
  position: relative;
  top: -60px;
  visibility: hidden;
}
@media (max-width: 991px) {
  .anchor {
    top: -60px;
  }
}

.hero {
  position: relative;
  background: url("../assets/hero-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% calc(50% + 60px);
  padding-top: calc(60px + 4rem);
  color: #faf8f3;
}
@media (max-width: 991px) {
  .hero {
    background-position: 50% calc(50% + 60px);
    padding-top: calc(2rem + 60px);
  }
}
.hero::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(45deg, #005b4a 40%, rgba(0, 159, 159, 0.85));
  z-index: 1;
}
.hero .container {
  position: relative;
  padding-right: 30rem;
  z-index: 2;
}
@media (max-width: 1199px) {
  .hero .container {
    padding-right: 20rem;
  }
}
@media (max-width: 991px) {
  .hero .container {
    padding-right: 10rem;
  }
}
@media (max-width: 575px) {
  .hero .container {
    padding-right: 1.5rem;
  }
}
.hero .container .row .col {
  text-align: left;
}
.hero h1 {
  font-size: 2.5rem;
  line-height: 1.15;
}
@media (max-width: 767px) {
  .hero h1 {
    font-size: 2rem;
    line-height: 1.1;
    margin-bottom: 0.5rem;
  }
}
.hero h2 {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .hero h2 {
    font-size: 1.25rem;
  }
}
.hero a {
  color: #faf8f3;
}
.hero p {
  font-size: 0.9rem;
}
.hero p:last-child {
  margin-top: 0 !important;
}
.hero .btn {
  text-transform: uppercase;
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem;
  border: 1px solid rgba(250, 248, 243, 0.45);
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 10;
  background: #faf8f3;
  color: #3d3d3d;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
header .container {
  height: 100%;
  box-sizing: border-box;
}
header .container .row {
  align-items: center;
  flex-direction: row !important;
  justify-content: space-between;
  height: 100%;
}
header .container .row .col {
  flex: none !important;
}
header .container .row .col:nth-child(1) {
  display: flex;
  gap: 1rem;
  text-align: left;
}
@media (max-width: 991px) {
  header .container .row .col:nth-child(1) {
    flex-direction: row-reverse;
  }
}
header .container .row .col:nth-child(2) {
  text-align: right;
}
header .container .row .col:nth-child(2) nav {
  margin-top: 0;
}
header .container .row .col:nth-child(2) nav ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: flex-end;
  align-items: center;
  font-size: 0.95rem;
}
header .container .row .col:nth-child(2) nav ul li {
  font-weight: 600;
}
header .container .row .col:nth-child(2) nav ul li a:not(.btn) {
  display: block;
  padding: 1rem 0.75rem;
  text-decoration: none;
  color: inherit;
  transition: transform 0.1s ease;
  cursor: pointer;
}
header .container .row .col:nth-child(2) nav ul li a:not(.btn):hover {
  transform: scale(1.05);
}
header .container .row .col:nth-child(2) nav ul li .btn {
  margin-left: 0.75rem;
}
header .container .row .col:nth-child(2) .hamburger {
  width: 2rem;
  height: 1.5rem;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
  box-sizing: content-box;
  margin: -1rem;
  cursor: pointer;
}
header .container .row .col:nth-child(2) .hamburger div {
  height: 3px;
  width: 100%;
  background: #3d3d3d;
  border-radius: 2px;
  transition: all 0.3s ease;
}
header .container .row .col:nth-child(2) .hamburger.active div:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
header .container .row .col:nth-child(2) .hamburger.active div:nth-child(2) {
  opacity: 0;
}
header .container .row .col:nth-child(2) .hamburger.active div:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}
header .container .row .mobile-nav {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  background: #faf8f3;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.08);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  opacity: 0;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease, opacity 0.25s ease;
}
header .container .row .mobile-nav ul {
  list-style: none;
  padding: 2rem;
  margin: 0;
  display: flex;
  flex-direction: column;
}
header .container .row .mobile-nav ul li {
  padding: 1rem 2rem;
  transition: transform 0.1s ease;
  font-weight: 600;
}
header .container .row .mobile-nav ul li:hover {
  transform: scale(1.05);
}
header .container .row .mobile-nav a {
  text-decoration: none;
  color: #3d3d3d;
  font-size: 1.25rem;
}
header .container .row .mobile-nav.active {
  max-height: 500px;
  opacity: 1;
}
header .container .row .back-to-np {
  color: #008c72 !important;
  font-weight: 400;
}
header .logo {
  max-width: 105px !important;
}
@media (max-width: 991px) {
  header {
    max-height: 60px;
  }
  header .row .col {
    flex: none !important;
  }
  header .desktop-nav {
    display: none;
  }
  header .hamburger {
    display: flex !important;
  }
  header .logo {
    max-width: 100px !important;
  }
}

footer {
  background: #008c72;
  color: #faf8f3;
  text-align: center;
  padding: 1rem;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.gallery .gallery-el {
  width: calc(50% - 0.5rem) !important;
  box-sizing: border-box;
  overflow: hidden;
}
.gallery .gallery-el img {
  display: block;
  max-width: 100%;
  width: 100%;
  max-height: 20rem;
  object-fit: cover;
  transition: transform 0.3s ease;
  cursor: pointer;
}
.gallery .gallery-el img:hover {
  transform: scale(1.1);
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.025);
  }
  25% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.025);
  }
  55% {
    transform: scale(1);
  }
}
@keyframes pulse-heading {
  0% {
    transform: translateY(-50%) scale(1);
  }
  15% {
    transform: translateY(-50%) scale(1.15);
  }
  25% {
    transform: translateY(-50%) scale(1);
  }
  40% {
    transform: translateY(-50%) scale(1.15);
  }
  55% {
    transform: translateY(-50%) scale(1);
  }
}
* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}
@media (max-width: 991px) {
  html {
    font-size: 14px;
  }
}

body {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  background: #faf8f3;
  color: #008c72;
}
body img {
  max-width: 100%;
  display: block;
}
body section {
  padding: 4rem 0;
}
@media (max-width: 991px) {
  body section {
    padding: 3rem 0;
  }
}
@media (max-width: 767px) {
  body section {
    padding: 2rem 0;
  }
}
body .container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  body .container {
    padding: 0 1.5rem;
  }
}
body .container .row {
  display: flex;
  gap: 2rem;
}
@media (max-width: 991px) {
  body .container .row {
    flex-direction: column;
  }
}
body .container .row:not(.heading-row) + .row {
  margin-top: 3rem;
}
body .container .row .col {
  flex: 1;
}
body .container .row .col.center {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
body .container .row .col > * + * {
  margin-top: 1rem;
}

.img-holder {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  aspect-ratio: 4/3;
  border-radius: 0.5rem;
}
.img-holder img {
  display: block;
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
}

.btns-holder {
  display: flex;
  gap: 1rem;
}

.btn {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #b72727;
  color: #faf8f3 !important;
  text-decoration: none;
  border-radius: 0.5rem;
  box-shadow: 0 2px 4px rgba(18, 18, 18, 0.2);
  transition: all 0.3s ease;
  font-weight: 600;
}
.btn:hover {
  background: #cc2f2f;
}
.btn.btn-green {
  background: #008c72;
}
.btn.btn-green:hover {
  background: #008169;
}

/*# sourceMappingURL=main.css.map */
