#belka-top {
  padding: 5rem 2rem;
}
#page_content
  > div
  > section
  > div
  > div.cz_post_content
  > div.vc_row.wpb_row.vc_row-fluid.vc_custom_1549581509365.vc_row-has-fill
  > div
  > div
  > div
  > div.vc_separator.wpb_content_element.vc_separator_align_center.vc_sep_width_100.vc_sep_pos_align_center.vc_sep_color_grey.vc_separator-has-text
  > h4 {
  color: #fff;
}
#belka {
  background-attachment: fixed;
}
.page_content {
  margin: 0px;
}

@media only screen and (max-width: 800px) {
  #pop-desktop {
    display: none;
  }
}
@media only screen and (min-width: 801px) {
  #pop-mobile {
    display: none;
  }
}

:root {
  --body-color: #27272a;
  --headings-color: #18181b;
  --primary-color: #499aa2;
  --women-packages-color: #e88f8b;
  --men-packages-color: #5e9072;
  --family-packages-color: #b89c73;
  /* specific packages */
  --covid-package-color: #97d1ce;
  --cardiologic-package-color: #df1d28;
  --women-zone-color: #e88f8b;
  --endocrinology-color: #be6b98;
  --gynecology-color: #f2bab8;
  --superman-color: #f3c600;
  --ironman-color: #a50318;
  --zdrowe-serce: #b40219;
  --audyt: #0aa5b7;
}

html {
  scroll-behavior: smooth;
}

/* Typography */

body {
  font-family: "Poppins", Arial, sans-serif !important;
  font-size: 1rem;
  line-height: 1.4;
  color: var(--body-color);
}
h1,
h2,
h3 {
  color: var(--headings-color);
  margin-bottom: 0.625rem;
  line-height: 1.1;
} /* Rozmiary czcionek dla mniejszych ekranów */
h3 {
  font-size: clamp(1.2rem, 1rem + 0.5vw, 1.575rem); /* Wprowadzenie clamp() */
}
p {
  margin-top: 0;
} /* Rozmiary czcionek dla większych ekranów */
@media screen and (min-width: 1024px) {
  body {
    font-size: 1.125rem;
  }
  h1 {
    font-size: clamp(2.3rem, 2.3rem + 1vw, 2.5rem); /* Wprowadzenie clamp() */
  }
  h2 {
    font-size: clamp(2rem, 2rem + 0.5vw, 2.5rem); /* Wprowadzenie clamp() */
  }
  h3 {
    font-size: clamp(1.2rem, 1rem + 0.5vw, 1.5rem); /* Wprowadzenie clamp() */
  }
}
.header--color {
  color: var(--primary-color);
}
/* Images */
img {
  width: 100%;
}
.img--header {
  border-radius: 100%;
  margin-bottom: 0.4rem;
  transition: border 0.1s ease;
  width: 200px !important;
  height: 200px !important;
  object-fit: cover;
}
.card:hover .img--header {
  border: 4px solid #0996a6;
}

/* Links */
a {
  text-decoration: none;
  color: unset;
}

/* Grids */
.grid {
  display: grid;
}
.grid__center {
  align-items: center;
  justify-items: center;
  align-content: space-between;
}
.grid--gap {
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .grid--1x2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .grid--1x3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* Blocks */
.block {
  --padding-vertical: 0.75rem;
  padding: var(--padding-vertical) 0.25rem;
}
.block__header {
  text-align: center;
  margin: 2.5rem 0 1rem;
}
.block__heading {
  margin-top: 7.5rem;
}
.block__reminder {
  margin-bottom: 2rem;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Plan Block */
.block-plans .grid {
  gap: 5rem 2.5rem;
}

.block-plans .card {
  max-width: 500px;
  margin: 0 auto;
}
.block-plans .card--small {
  max-width: 300px;
  margin: 0 auto;
}

/* Cards */
.card {
  cursor: pointer;
  border-radius: 7px;
  overflow: hidden;
  background: white;
  padding: 1rem 0.6rem;
}
.card--gap {
  margin: 0.4rem;
  padding: 0;
}

.card__header {
  text-align: center;
}
.card__header,
.card__body {
  padding: 0.4rem;
}

/* Plans */
.plan {
  margin: 0.5rem;
}

.plan__name {
  text-align: center;
  font-size: 0.96rem;
}
.plan__subheader,
.plan__specific__info {
  margin: 0;
}

.plan__description {
  display: block;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 300;
  margin: 0 0 0.5rem 0;
}
.plan .list-item {
  margin-bottom: 1.25rem;
}

.plan--popular .card__header {
  position: relative;
}

/* Lists */
ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
}
.list {
  padding-left: 2rem;
}
.list__item {
  list-style-image: url("data:image/svg+xml,");
}
.list__item::marker {
  font-size: 2rem;
  line-height: 0.1;
}
.list--tick .list__item {
  margin-bottom: 0.625rem;
  font-size: 1rem;
  color: #3b3b3b;
}

@media screen and (min-width: 1024px) {
  .list--tick .list__item {
    padding-left: 0rem;
    font-size: 1.1rem;
  }
}

/* SplideJS */
/* Arrows */
.splide__arrow {
  background-color: transparent !important;
  padding: 3px !important;
  width: 35px !important;
  height: 35px !important;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.splide__arrow svg {
  fill: #ffffff !important;
  background-color: #239faa !important;
  transition: fill 0.3s ease;
}
.splide__arrow {
  background-color: #239faa !important;
}
.splide__arrow:hover {
  fill: #eeeeee !important;
  background-color: #239faa !important;
}

/* Bullets */
.splide__pagination__page {
  background: #1d858f !important;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 4.5px !important;
  width: 4.5px !important;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  transition: transform 0.2s linear;
}

.splide__pagination__page.is-active {
  background: #239faa !important;
}
.is-visible.is-active {
  transition: transform 0.2s ease-out;
  transform: scale(1.01);
}
.splide__list {
  align-items: center !important;
}
.icon {
  border-radius: 0;
}

.cz_post_content ul {
  margin: 0 !important;
}
.splide__pagination {
  bottom: revert-layer !important;
}

.splide__arrow--prev {
  left: 0 !important;
}

.splide__arrow--next {
  right: 0 !important;
}
.block__gap {
  margin-top: 6rem;
}
.formHeader {
  margin-top: 8.5rem;
}
@media screen and (min-width: 1024px) {
  .block__gap,
  .formHeader {
    margin-top: 9rem;
  }
}
.page_content {
  margin: 10px !important;
}

.splide__list {
  align-items: stretch !important;
}
.splide__slide_pa {
  display: grid;
}
.card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 0.8rem;
}
.card--secondary {
  height: 100%;
  display: flex;
  flex-direction: column;
  display: block;
}

@media screen and (min-width: 1024px) {
  .card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 0.8rem;
  }
  .splide__slide {
    display: grid;
  }
  .plan {
    display: grid;
  }
}

.block__header_ {
  margin: 0;
  text-align: center;
}
.blank {
  opacity: 0;
}
