.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-top: 2.81em;
  margin-bottom: 10px;
}

.page-wrapper {
  color: #000;
  font-family: urbane, sans-serif;
}

.section-hero {
  background-image: linear-gradient(205deg, #f6f2ee 34%, #c3bbb3 67%);
  justify-content: flex-end;
  align-items: center;
  min-height: 60em;
  display: flex;
  position: relative;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
}

.container.is-relative {
  position: relative;
}

.image {
  mix-blend-mode: multiply;
  max-width: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.hero-content {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  display: block;
}

.hero-ctn {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.hero-title-1 {
  color: #000;
  letter-spacing: 2.25px;
  margin-right: 1.6em;
  font-family: urbane, sans-serif;
  font-size: 9.38em;
  font-weight: 300;
  line-height: .93;
}

.hero-title-2 {
  color: #000;
  letter-spacing: 2.4px;
  margin-right: .6em;
  font-family: ivypresto-display, sans-serif;
  font-size: 9.38em;
  font-weight: 400;
  line-height: .93;
}

.hero-title-3 {
  color: #fff;
  letter-spacing: 2.25px;
  font-size: 9.38em;
  font-weight: 300;
  line-height: .93;
}

.hero-title-4 {
  color: #fff;
  letter-spacing: 2.4px;
  margin-right: 1em;
  font-family: ivypresto-display, sans-serif;
  font-size: 9.38em;
  font-style: italic;
  line-height: .93;
}

.section-info {
  padding-top: 6.25em;
  padding-bottom: 6.25em;
}

.info-flex {
  display: flex;
}

.info-left {
  width: 70%;
}

.info-right {
  width: 30%;
}

.s-main-title {
  letter-spacing: 1.2px;
  font-size: 5em;
  font-weight: 300;
  line-height: 1.2;
}

.span-title {
  letter-spacing: 1.35px;
  font-family: ivypresto-display, sans-serif;
  font-size: 1.2em;
  font-weight: 600;
}

.info-text-div {
  margin-top: 1.06em;
  margin-bottom: 3.75em;
}

.info-text {
  font-size: 2em;
  font-weight: 300;
  line-height: 1.35;
}

.span-info-text {
  font-family: ivypresto-display, sans-serif;
  font-style: italic;
}

.info-buttons {
  grid-column-gap: 1.88em;
  grid-row-gap: 1.88em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.is-simple-button {
  color: #fff;
  background-color: #d7b46a;
  border: 1px solid #d7b46a;
  border-top-left-radius: 26px;
  border-bottom-right-radius: 26px;
  padding: .88em 1.88em .88em 1.75em;
  transition: all .3s;
}

.is-simple-button:hover {
  color: #d7b46a;
  background-color: #0000;
}

.is-simple-button.is-alt {
  color: #000;
  background-color: #0000;
}

.is-simple-button.is-alt:hover {
  color: #fff;
  background-color: #d7b46a;
}

.button-flex {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-flex.left {
  justify-content: flex-start;
  align-items: center;
}

.button-text {
  font-size: .88em;
  font-weight: 600;
  line-height: 1.5;
}

.button-text.is-more {
  font-family: ivypresto-display, sans-serif;
  font-size: 2em;
  font-style: italic;
  font-weight: 400;
  line-height: 1.35;
}

.code-embed {
  width: 2em;
}

.code-embed.colored {
  color: #d7b46a;
}

.is-simple-button-2 {
  color: #000;
  background-color: #0000;
}

.is-button-arrow {
  color: #d7b46a;
  border: 1px solid #d7b46a;
  border-top-left-radius: 16px;
  border-bottom-right-radius: 16px;
  padding: .3em .94em .3em .88em;
  transition: all .3s;
}

.is-video-block {
  height: 28.25em;
  position: relative;
}

.background-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
}

.code-embed-2 {
  width: 100%;
  height: 100%;
}

.section-krok {
  background-image: linear-gradient(#f6f2ee 34%, #bdb5ac 87%);
  padding-top: 4.94em;
}

.section-krok.is-o-klinice-hero {
  padding-top: 8.31em;
}

.section-title {
  text-align: center;
  letter-spacing: 1.8px;
  font-family: ivypresto-display, sans-serif;
  font-size: 7.5em;
  line-height: 1.04;
}

.span-title-section {
  font-family: urbane, sans-serif;
  font-weight: 300;
}

.section-krok-flex {
  grid-column-gap: 1.56em;
  grid-row-gap: 1.56em;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 5.31em;
  display: flex;
  position: relative;
}

.krok-left {
  width: 25%;
}

.krok-text {
  font-family: ivypresto-display, sans-serif;
  font-size: 2em;
  font-style: italic;
  line-height: 1.35;
}

.krok-line {
  background-color: #d7b46a;
  flex: 1;
  width: 19.94em;
  height: 1.5px;
  margin-top: .5em;
}

.krok-right {
  grid-column-gap: 1.88em;
  grid-row-gap: 1.88em;
  flex-flow: column;
  width: 45%;
  display: flex;
}

.krok-normal-text {
  font-size: 1.13em;
  font-weight: 300;
  line-height: 1.5;
}

.krok-normal-text.is-cennik-hero-text, .span-bold {
  font-weight: 600;
}

.image-2 {
  mix-blend-mode: normal;
  width: 100%;
  margin-top: -7em;
}

.image-2.is-cennik-hero-img {
  margin-top: -5em;
}

.section-dlaczego {
  background-color: #f6f2ee;
  padding-top: 7.5em;
  padding-bottom: 11.25em;
}

.dlaczego-title {
  z-index: 99;
  letter-spacing: 1.2px;
  white-space: nowrap;
  word-break: keep-all;
  font-size: 5em;
  font-weight: 300;
  line-height: 1.2;
  position: relative;
}

.dlaczego-title.bigger {
  letter-spacing: 2.25px;
  font-size: 10em;
}

.dlaczego-title.is-middle {
  font-size: 7.5em;
}

.dlaczego-title.full {
  flex: none;
}

.dlaczego-title.centered {
  text-align: center;
  font-size: 3.5em;
}

.dlaczego-title.centered.colored {
  color: #d7b46a;
}

.dlaczego-title.isk {
  font-size: 7.5em;
}

.dlaczego-title.smaller {
  font-size: 3em;
}

.dlaczego-title.ctr {
  text-align: center;
}

.dlaczego-title.is-certyfikaty {
  font-size: 3em;
}

.dlaczego-title.is-certyfikaty.top-space {
  margin-top: .94em;
}

.dlaczego-title.is-small-size {
  font-size: 2em;
}

.dlaczego-title.smaller-pedo {
  font-size: 3em;
}

.span-dlaczego {
  letter-spacing: 1.35px;
  font-family: ivypresto-display, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.is-title-div.ctr {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-space {
  width: 6.8em;
}

.title-row {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dlaczego-content {
  grid-column-gap: 4.38em;
  grid-row-gap: 4.38em;
  margin-top: 8.44em;
  display: flex;
}

.dlaczego-flex {
  grid-column-gap: 5.31em;
  grid-row-gap: 5.31em;
  flex-flow: column;
  width: 90%;
  display: flex;
}

.dlaczego-right {
  width: 10%;
}

.dlaczego-right.is-hist {
  width: 20%;
}

.dlaczego-right.is-cennik-ti {
  width: 10%;
}

.dlaczego-right.is-cennik-ti.centered {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dlaczego-upp-title {
  letter-spacing: 12.8px;
  text-transform: uppercase;
  flex-flow: column;
  width: 100%;
  font-family: ivypresto-display, sans-serif;
  font-size: 9.7em;
  line-height: 1.04;
  display: block;
}

.dlaczego-upp-title.is-white {
  color: #fff;
}

.dlaczego-upp-title.is-colored {
  color: #d7b46a;
}

.dlaczego-item {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.di-col {
  grid-column-gap: 1.75em;
  grid-row-gap: 1.75em;
  flex-flow: column;
  width: 45%;
  display: flex;
}

.di-media {
  width: 45%;
}

.di-title {
  position: relative;
}

.di-title-main {
  font-size: 2em;
  font-weight: 300;
  line-height: 1.35;
  position: relative;
}

.span-ivy {
  font-family: ivypresto-display, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.di-first-letter {
  color: #fff;
  letter-spacing: 1.8px;
  font-family: ivypresto-display, sans-serif;
  font-size: 7.5em;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: -.65em;
  left: -.3em;
}

.di-first-letter.colored {
  color: #f6f2ee;
  left: -.2em;
}

.di-text {
  font-size: 1.13em;
  font-weight: 500;
  line-height: 1.5;
}

.di-media-video {
  border-top-left-radius: 70px;
  border-bottom-right-radius: 70px;
  height: 15.63em;
  overflow: hidden;
}

.background-video-2 {
  z-index: 9;
  width: 100%;
  height: 100%;
}

.image-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section-metamorfozy {
  padding-top: 2.81em;
  padding-bottom: 4.81em;
}

.title-row-line {
  background-color: #d7b46a;
  width: 100%;
  height: 2px;
  margin-left: 5em;
}

.title-row-line.is-nm-line {
  width: 12.75em;
  position: absolute;
  top: .63em;
  left: -12.5em;
}

.title-row-line.is-nm-line.is-poznasz-line {
  width: 11em;
  top: 2.9em;
  left: -17.8em;
}

.metamorfozy-info {
  margin-top: -2.6em;
}

.meta-info-text {
  width: 27.5em;
  margin-left: auto;
}

.meta-text {
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.5;
}

.metamorfozy-slider-div {
  grid-column-gap: 3.38em;
  grid-row-gap: 3.38em;
  justify-content: space-between;
  align-items: center;
  margin-top: 4.4em;
  display: flex;
}

.metamorfozy-slider {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.metamorfoza-slide {
  width: 45%;
}

.meta-imgs {
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  width: 100%;
  height: auto;
  overflow: visible;
}

.image-4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.is-przed-po {
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}

.is-przed-po.active {
  display: block;
}

.meta-slide-text {
  color: #e8e3de;
  letter-spacing: 1.35px;
  font-family: ivypresto-display, sans-serif;
  font-size: 5.63em;
  font-style: italic;
  line-height: 1;
  position: absolute;
  top: -.6em;
  right: .2em;
}

.is-slide-img {
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  width: 100%;
  height: 12.5em;
  overflow: hidden;
}

.meta-slide-content {
  max-width: 70%;
  margin-top: 1.88em;
}

.meta-slide-desc {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.6;
}

.meta-img-nav {
  z-index: 9;
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  justify-content: flex-end;
  align-items: center;
  margin-top: -2.19em;
  padding-right: 1.56em;
  display: flex;
  position: relative;
}

.is-meta-button {
  color: #929292;
  background-color: #f6f2ee;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4.38em;
  height: 4.38em;
  transition: all .3s;
  display: flex;
}

.is-meta-button.active {
  color: #f6f2ee;
  background-color: #d7b46a;
}

.is-meta-button.is-white {
  background-color: #fff;
}

.m-text {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.13em;
  font-weight: 500;
  line-height: 1.5;
}

.section-voucher {
  background-color: #f6f2ee;
  padding-top: 3.44em;
  padding-bottom: 2em;
}

.voucher-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.voucher-col {
  width: 47%;
}

.image-5 {
  margin-left: -2.5em;
}

.is-spec-list {
  grid-column-gap: 1.31em;
  grid-row-gap: 1.31em;
  flex-flow: column;
  margin-top: 2.06em;
  margin-bottom: 2.69em;
  display: flex;
}

.list-item {
  grid-column-gap: 1.19em;
  grid-row-gap: 1.19em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-6 {
  flex: none;
  width: 1.5em;
}

.list-item-text {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

.is-voucher-text {
  margin-bottom: 1.6em;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.5;
}

.section-oferta {
  padding-top: 5em;
  padding-bottom: 2.75em;
}

.oferta-section-title {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.oferta-slider-nav {
  grid-column-gap: 1.88em;
  grid-row-gap: 1.88em;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.oferta-slider-nav-text {
  color: #d7b46a;
  font-size: .88em;
  font-weight: 600;
  line-height: 1.5;
}

.is-oferta-slider {
  justify-content: space-between;
  margin-top: 3em;
  display: flex;
}

.oferta-slide-item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 24%;
  display: flex;
}

.oferta-slide-img {
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  width: 100%;
  height: 15.63em;
  overflow: hidden;
}

.image-7 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.oferta-slide-content {
  grid-column-gap: 2.31em;
  grid-row-gap: 2.31em;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  padding-top: 2.31em;
  display: flex;
}

.oferta-slide-title {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.4;
}

.sec-more {
  justify-content: center;
  align-items: center;
  margin-top: 6.25em;
  display: flex;
}

.section-onas {
  background-image: linear-gradient(205deg, #f6f2ee 34%, #c3bbb3 67%);
  padding-top: 6em;
  padding-bottom: 10em;
  position: relative;
}

.onas-title-wrapp {
  position: relative;
}

.onas-title {
  z-index: 9;
  font-size: 3em;
  font-weight: 300;
  line-height: 1.35;
  position: relative;
}

.onas-title.is-alt {
  font-family: ivypresto-display, sans-serif;
  font-size: 3.5em;
  font-style: italic;
  font-weight: 400;
}

.onas-content {
  display: flex;
}

.onas-col {
  width: 40%;
  padding-top: 4.38em;
}

.onas-text {
  font-family: Urbanist, sans-serif;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.4;
}

.onas-text-2 {
  margin-top: 1.13em;
  margin-bottom: 2.06em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

.onas-col-right {
  width: 20%;
}

.onas-col-empty {
  width: 40%;
}

.image-8 {
  max-width: 40%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.section-mapa {
  padding-top: 5.38em;
  padding-bottom: 5.38em;
}

.mapa-content {
  background-color: #f6f2ee;
  border-top-left-radius: 70px;
  border-bottom-right-radius: 70px;
  display: flex;
  overflow: hidden;
}

.mapa-adres {
  width: 30%;
  padding-top: 2.06em;
  padding-left: 1.88em;
}

.mapa-title {
  font-family: ivypresto-display, sans-serif;
  font-size: 2em;
  font-style: italic;
  line-height: 1.35;
}

.mapa-title.is-white {
  color: #fff;
}

.mapa-dane {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  margin-top: 3.25em;
  display: flex;
}

.mapa-dane-text {
  font-size: 1.13em;
  font-weight: 500;
  line-height: 1.5;
}

.mapa-dane-text.is-link {
  color: #000;
  text-decoration: none;
}

.mapa-dane-text.is-link:hover {
  text-decoration: underline;
}

.mapa-mapa {
  width: 45%;
}

.image-9 {
  width: 100%;
  height: 100%;
}

.mapa-kontakt {
  background-image: linear-gradient(206deg, #d7b46a00 66%, #d7b46a);
  width: 25%;
  padding-top: 2.06em;
  padding-left: 2em;
  padding-right: 2em;
  overflow: visible;
}

.section-dlaczego-pacjenci {
  padding-top: 3.44em;
  padding-bottom: 6.06em;
}

.dlaczego-pacjenci-flex {
  justify-content: space-between;
  margin-top: 8em;
  display: flex;
}

.dp-item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 18%;
  display: flex;
}

.dp-item-title {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.38em;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.dp-title-text {
  font-family: ivypresto-display, sans-serif;
  font-size: 1.4em;
  font-style: italic;
  line-height: 1.35;
  position: relative;
}

.dp-text {
  text-align: center;
  font-size: .88em;
  font-weight: 500;
  line-height: 1.5;
}

.section-wyjasnimy {
  background-image: linear-gradient(169deg, #f6f2ee 51%, #bdb5ac 93%);
  padding-top: 4.88em;
  padding-bottom: 3.56em;
}

.nie-musisz-flex {
  justify-content: flex-start;
  align-items: center;
  margin-top: 3.5em;
  display: flex;
}

.nie-musisz-col {
  width: 50%;
}

.nm-img {
  border-top-left-radius: 70px;
  border-bottom-right-radius: 70px;
  position: relative;
  overflow: hidden;
}

.image-10 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.nm-overlay {
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 2.13em;
  padding-left: 2.13em;
  padding-right: 6.25em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.nm-ov-text {
  color: #fff;
  font-family: ivypresto-display, sans-serif;
  font-size: 2em;
  font-style: italic;
  line-height: 1.35;
}

.nm-ov-text.is-jak-text {
  font-family: urbane, sans-serif;
  font-size: 3.5em;
  font-weight: 300;
  line-height: 1.2;
}

.nm-content {
  padding-left: 8.13em;
  position: relative;
}

.nm-text {
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.5;
}

.nm-text.is-jak-title {
  margin-top: 1.88em;
}

.nm-text2 {
  margin-top: 2em;
  margin-bottom: 1.81em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

.section-opinie {
  padding-top: 4.13em;
  padding-bottom: 6em;
}

.opinie-title {
  text-align: center;
  font-family: ivypresto-display, sans-serif;
  font-size: 3.5em;
  font-style: italic;
  line-height: 1.15;
}

.image-11 {
  width: 7em;
  position: absolute;
  top: 0;
  right: 0;
}

.opinie-slider-div {
  grid-column-gap: 6.25em;
  grid-row-gap: 6.25em;
  justify-content: space-between;
  align-items: center;
  margin-top: 5em;
  margin-bottom: 0;
  display: flex;
}

.opinie-slider {
  flex: 1;
  display: flex;
}

.is-opinia-slide {
  width: 100%;
}

.opinia-slide-text {
  text-align: center;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.5;
}

.opinia-line {
  background-color: #d7b46a;
  width: 15.25em;
  height: 1px;
  margin: 2.25em auto;
}

.opinia-podpis {
  text-align: center;
  letter-spacing: 1.4px;
  font-family: ivypresto-display, sans-serif;
  font-size: 1.25em;
  line-height: 1.5;
}

.image-12 {
  width: 7em;
  position: absolute;
  inset: auto auto -5em 0;
}

.jak-content {
  border-top: 1px solid #f6f2ee;
  padding-top: 4.13em;
  padding-bottom: 4.13em;
}

.jak-flex {
  justify-content: flex-start;
  align-items: center;
  margin-top: 3.5em;
  display: flex;
}

.jak-title {
  font-family: ivypresto-display, sans-serif;
  font-size: 2em;
  font-style: italic;
  line-height: 1.35;
}

.section-blog {
  padding-top: 3.44em;
  padding-bottom: 3.44em;
}

.blog-flex {
  margin-top: 3.69em;
  margin-left: -.5%;
  margin-right: -.5%;
  display: flex;
}

.is-blog-item {
  grid-column-gap: 2.31em;
  grid-row-gap: 2.31em;
  background-color: #f6f2ee;
  border-top-left-radius: 70px;
  border-bottom-right-radius: 70px;
  flex-flow: column;
  justify-content: space-between;
  width: 32.33%;
  margin-left: .5%;
  margin-right: .5%;
  padding: 1.56em 1.88em 1.69em;
  transition: all .3s;
  display: flex;
}

.is-blog-item:hover {
  background-image: linear-gradient(125deg, #f6f2ee 51%, #d9d3cd 89%);
  box-shadow: 0 24px 48px -12px #bdb5ac59;
}

.is-blog-item.is-alt {
  background-color: #fff;
}

.is-blog-item.is-alt:hover {
  background-color: #fff;
  background-image: none;
}

.blog-item-data {
  color: #929292;
  text-align: right;
  font-size: .88em;
  font-weight: 600;
  line-height: 1.5;
}

.blog-item-top {
  grid-column-gap: 2.13em;
  grid-row-gap: 2.13em;
  flex-flow: column;
  display: flex;
}

.blog-item-title {
  color: #000;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.4;
}

.blog-item-title.smaller {
  font-size: 1.25em;
}

.section-cta {
  padding-top: 4.56em;
  padding-bottom: 4.56em;
}

.cta-content {
  background-color: #f6f2ee;
  border-top-left-radius: 70px;
  border-bottom-right-radius: 70px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-content.with-shadow {
  box-shadow: 0 24px 20px -8px #bdb5ac59;
}

.cta-content.with-shadow.white {
  background-color: #fff;
}

.cta-col {
  grid-column-gap: 2.69em;
  grid-row-gap: 2.69em;
  flex-flow: column;
  width: 50%;
  display: flex;
  position: relative;
}

.cta-col.padding-left {
  padding-left: 5.38em;
  position: relative;
}

.cta-col.padding-left.bigger {
  width: 60%;
}

.cta-col.smaller {
  width: 40%;
}

.image-13 {
  object-fit: cover;
  border-top-left-radius: 70px;
  border-bottom-right-radius: 70px;
  width: 100%;
  height: 100%;
}

.image-13.smaller {
  max-width: 35em;
  margin-left: auto;
  margin-right: auto;
}

.cta-title {
  font-family: urbane, sans-serif;
  font-size: 3em;
  font-weight: 300;
  line-height: 1;
}

.instagram-text {
  color: #d7b46a;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
}

.instagram-text:hover {
  text-decoration: underline;
}

.image-14 {
  width: 7.56em;
  position: absolute;
  top: -6em;
  right: 3em;
}

.section-kontakt {
  padding-top: 2.69em;
  padding-bottom: 2.69em;
}

.contact-content {
  display: flex;
}

.contact-c {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  display: flex;
}

.contact-t {
  width: 10%;
}

.contact-small-title {
  text-align: center;
  margin-bottom: .4em;
  font-family: ivypresto-display, sans-serif;
  font-size: 1.5em;
  font-style: italic;
  font-weight: 400;
  line-height: 1.35;
}

.contact-title {
  text-align: center;
  font-size: 3.5em;
  font-weight: 300;
  line-height: 1.3;
}

.contact-title.left {
  text-align: left;
  font-size: 3em;
}

.contact-text {
  text-align: center;
  margin-top: .94em;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.5;
}

.form-flex-items {
  flex-flow: wrap;
  margin-left: -.5%;
  margin-right: -.5%;
  display: flex;
}

.image-15 {
  width: .88em;
  position: absolute;
  top: 1.5em;
  bottom: auto;
  right: .94em;
}

.is-zgoda-text {
  margin-top: .19em;
  padding-left: 1.3em;
}

.select-content {
  position: relative;
}

.zgoda-text-content {
  color: #929292;
  text-align: justify;
  font-size: .88em;
  font-weight: 300;
  line-height: 1.5;
}

.cs-input-field {
  color: #000;
  background-color: #0000;
  border: 0 solid #f5f8f5;
  border-bottom: 1px solid #929292;
  border-radius: 0;
  height: 3.8em;
  margin-bottom: 0;
  padding: .7em .88em .2em 0;
  font-size: .88em;
  font-weight: 500;
  line-height: 1.5;
  transition: all .3s;
}

.cs-input-field:focus {
  border-width: 0 0 1px;
  border-color: #4ead5b #4ead5b #000;
}

.cs-input-field::placeholder {
  color: #929292;
}

.cs-input-field.cs-textarea {
  height: 8.75em;
  padding-top: 2em;
}

.field-label {
  z-index: 9;
  color: #000;
  text-align: center;
  background-color: #0000;
  border-radius: 8px;
  padding: .13em .38em .13em 0;
  font-size: .75em;
  font-weight: 600;
  line-height: 1.5;
  position: absolute;
  top: -.7em;
  left: 0;
}

.form-flex-item {
  width: 49%;
  margin-bottom: 1.5em;
  margin-left: .5%;
  margin-right: .5%;
}

.form-flex-item.is-full {
  width: 100%;
}

.is-simple-button-2 {
  background-color: #fff;
  border-radius: 23px;
  padding: .63em 1.25em;
  transition: all .3s;
}

.acpt {
  color: #000;
  font-size: .88em;
  font-weight: 500;
  line-height: 1.5;
}

.is-field-content {
  position: relative;
}

.contact-max-width {
  max-width: 43.75em;
  margin-top: 3em;
  margin-left: auto;
  margin-right: auto;
}

.footer {
  padding-top: 2em;
}

.footer-content {
  display: flex;
}

.footer-col {
  width: 48%;
}

.footer-logo {
  grid-column-gap: 5.94em;
  grid-row-gap: 5.94em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-16 {
  width: 9.06em;
}

.footer-dane {
  grid-column-gap: .94em;
  grid-row-gap: .94em;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-link-contact {
  color: #000;
  font-family: ivypresto-display, sans-serif;
  font-size: 2em;
  line-height: 1.4;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.footer-link-contact:hover {
  color: #d7b46a;
}

.footer-inner-flex {
  justify-content: space-between;
  display: flex;
}

.footer-inner-col {
  grid-column-gap: 3.25em;
  grid-row-gap: 3.25em;
  flex-flow: column;
  width: 45%;
  display: flex;
}

.footer-cont {
  grid-column-gap: .38em;
  grid-row-gap: .38em;
  flex-flow: column;
  display: flex;
}

.footer-title {
  color: #d7b46a;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.5;
}

.footer-text {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.64;
}

.footer-link {
  color: #000;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.64;
  transition: all .3s;
}

.footer-link:hover {
  color: #d7b46a;
}

.footer-copy {
  background-color: #f6f2ee;
  margin-top: 85px;
  padding-top: .94em;
  padding-bottom: .94em;
}

.footer-copy-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.copy-text {
  font-size: .75em;
  font-weight: 300;
  line-height: 1.5;
}

.copy-link {
  color: #000;
  font-size: .75em;
  font-weight: 300;
  line-height: 1.5;
  text-decoration: none;
}

.copy-link:hover {
  text-decoration: underline;
}

.section-page-hero {
  background-color: #f6f2ee;
  padding-top: 10.19em;
  padding-bottom: 4.63em;
}

.page-hero-flex {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.page-hero-left {
  width: 60%;
}

.page-hero-right {
  width: 40%;
}

.page-hero-img {
  border-top-left-radius: 70px;
  border-bottom-right-radius: 70px;
  overflow: hidden;
}

.page-hero-img.is-video-hero {
  width: 100%;
  height: 100%;
  min-height: 40.63em;
  position: relative;
}

.image-17 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.page-hero-desc {
  grid-column-gap: 1.88em;
  grid-row-gap: 1.88em;
  flex-flow: column;
  margin-top: 3.44em;
  padding-right: 2.81em;
  display: flex;
}

.text-block {
  font-size: 1.13em;
  font-weight: 500;
  line-height: 1.5;
}

.section-oferta-page {
  background-color: #f6f2ee;
  padding-top: 1.25em;
  padding-bottom: 5.38em;
}

.page-oferta-flex {
  grid-column-gap: 9em;
  grid-row-gap: 9em;
  display: flex;
}

.page-offer-left {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  width: 90%;
  display: flex;
}

.page-offer-right {
  width: 10%;
}

.is-page-offer-item {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  border-bottom: 1px solid #d7b46a;
  padding: 2.19em 1.56em 2em;
  transition: all .3s;
  display: flex;
}

.is-page-offer-item:hover {
  background-color: #fff;
  border-bottom-color: #fff;
  border-top-left-radius: 70px;
  border-bottom-right-radius: 70px;
  box-shadow: 0 24px 48px -12px #bdb5ac59;
}

.page-offer-item-left {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.page-offer-item-right {
  flex-flow: column;
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.page-offer-desc {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

.page-offer-more {
  margin-top: 1.38em;
}

.is-button-more {
  color: #000;
  font-size: .88em;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: underline;
  transition: all .3s;
}

.is-button-more:hover {
  text-decoration: none;
}

.page-offer-small-title {
  font-family: ivypresto-display, sans-serif;
  font-size: 1em;
  font-style: italic;
  line-height: 1.5;
}

.page-offer-item-top {
  grid-column-gap: .81em;
  grid-row-gap: .81em;
  flex-flow: column;
  display: flex;
}

.offer-item-tilte {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.35;
}

.section-kazda {
  padding-top: 5.56em;
  padding-bottom: 5.56em;
}

.kazda-flex {
  grid-column-gap: 8em;
  grid-row-gap: 8em;
  flex-flow: column;
  margin-top: 45px;
  display: flex;
}

.kada-item {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.kazda-col {
  width: 50%;
}

.kazda-col.is-alt {
  padding-left: 14.37em;
}

.kazda-media {
  border-top-left-radius: 70px;
  border-bottom-right-radius: 70px;
  width: 100%;
  height: 23.94em;
  position: relative;
  overflow: hidden;
}

.background-video-3 {
  object-fit: cover;
  border-top-left-radius: 70px;
  border-bottom-right-radius: 70px;
  width: 100%;
  height: 100%;
}

.kazda-media-bg {
  background-image: linear-gradient(206deg, #0000, #0006 88%), linear-gradient(218deg, #d7b56e00 73%, #d7b56e 99%);
  border-top-left-radius: 70px;
  border-bottom-right-radius: 70px;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 1.56em;
  padding-left: 2.06em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.k-title {
  color: #fff;
  font-size: 3em;
  font-weight: 300;
  line-height: 1.2;
}

.k-content {
  padding-top: 2em;
  padding-left: 2.06em;
}

.k-cntent-text {
  font-size: 1.13em;
  font-weight: 500;
  line-height: 1.5;
}

.k-col-content {
  position: relative;
}

.k-content-title {
  color: #000;
  font-size: 3em;
  font-weight: 300;
  line-height: 1.2;
  position: relative;
}

.k-content-text {
  font-size: 1.13em;
  font-weight: 500;
  line-height: 1.5;
}

.k-content-max-width {
  max-width: 22em;
  margin-top: 3.13em;
}

.krel {
  display: inline-block;
  position: relative;
}

.image-18 {
  width: 7.69em;
  position: absolute;
  top: -.6em;
  right: -4em;
}

.image-18._2 {
  top: -3em;
  right: 6em;
}

.image-18._3 {
  top: -4em;
  right: 2em;
}

.image-19 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-20 {
  width: 22.06em;
}

.section-faq {
  padding-top: 6.69em;
  padding-bottom: 1.88em;
}

.faq-flex {
  margin-top: 4.13em;
  display: flex;
}

.faq-col {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 15%;
  display: flex;
}

.aq-faq {
  width: 70%;
}

.accordion-wrapper {
  margin-top: .94em;
}

.accordion-item {
  background-color: #fff;
  border-bottom: 1px solid #929292;
  border-radius: 26px 0 0;
  margin-bottom: 1.25em;
  padding: 1em .94em;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.13em;
  font-weight: 600;
  line-height: 1.5;
}

.icon.accordion-icon {
  color: #0009;
  cursor: pointer;
  font-size: 32px;
  line-height: 30px;
}

.accordion-item-content {
  text-align: justify;
  margin-top: 10px;
  margin-right: 30px;
  padding-right: 10em;
  font-size: .88em;
  font-weight: 500;
  line-height: 1.5;
  overflow: hidden;
}

.image-21 {
  width: .69em;
}

.paragraph {
  margin-bottom: 0;
}

.simple-page-content {
  background-color: #f6f2ee;
  padding-top: 11em;
  padding-bottom: 7.44em;
}

.image-22 {
  width: 23.94em;
  margin-bottom: 2.81em;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.is-max-div {
  width: 100%;
  max-width: 57.06em;
  margin-left: auto;
  margin-right: auto;
}

.is-page-title {
  text-align: center;
  font-size: 3em;
  font-weight: 300;
  line-height: 1.35;
}

.is-page-title.is-blog-title {
  text-align: left;
}

.is-p-content {
  margin-top: 3.44em;
  font-size: 1em;
  line-height: 1.8;
}

.is-p-content ol {
  padding-left: 20px;
}

.is-p-content.is-s-blog-content {
  font-weight: 300;
}

.is-p-content.is-s-blog-content strong {
  font-weight: 600;
}

.is-p-content.is-s-blog-content h1 {
  font-family: ivypresto-display, sans-serif;
  font-size: 2.38em;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
}

.is-p-content.is-s-blog-content h2 {
  font-family: ivypresto-display, sans-serif;
  font-size: 2em;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
}

.is-p-content.is-s-blog-content h3 {
  font-family: ivypresto-display, sans-serif;
  font-size: 1.5em;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
}

.is-p-content.is-s-blog-content h4 {
  font-family: ivypresto-display, sans-serif;
  font-size: 1.13em;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
}

.is-p-content.is-s-blog-content h5 {
  font-family: ivypresto-display, sans-serif;
  font-size: .88em;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
}

.is-p-content.is-s-blog-content h6 {
  font-family: ivypresto-display, sans-serif;
  font-size: .75em;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
}

.is-p-content.is-s-blog-content img {
  border-top-left-radius: 70px;
  border-bottom-right-radius: 70px;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.is-p-content.is-s-blog-content figure {
  margin-bottom: 2.81em;
}

.is-p-content.is-s-blog-content blockquote {
  color: #d7b46a;
  border-left-width: 3px;
  border-left-color: #d7b46a;
  font-family: ivypresto-display, sans-serif;
  font-size: 2em;
  line-height: 1.35;
}

.max-width-for-hero {
  max-width: 33em;
}

.max-width-for-hero.is-full {
  max-width: 90%;
}

.blog-categories {
  justify-content: space-between;
  align-items: center;
  margin-top: 4.06em;
  display: flex;
}

.blog-cat-title {
  font-size: 1.13em;
  font-weight: 600;
  line-height: 1.5;
}

.blog-cat-items {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  display: flex;
}

.is-cat-link {
  color: #000;
  background-color: #0000;
  border: 1px solid #d7b46a;
  border-top-left-radius: 26px;
  border-bottom-right-radius: 26px;
  padding: .88em 1.88em .88em 1.75em;
  transition: all .3s;
}

.is-cat-link:hover {
  color: #fff;
  background-color: #d7b46a;
}

.is-cat-link.is-alt {
  color: #000;
  background-color: #0000;
}

.is-cat-link.active {
  color: #fff;
  background-color: #d7b46a;
}

.section-blog-najnowsze {
  padding-top: 3.44em;
  padding-bottom: 5.56em;
}

.blog-posts-flex {
  flex-flow: row;
  justify-content: space-between;
  margin-top: 4em;
  display: flex;
}

.blog-posts-column {
  width: 48%;
}

.blog-posts-column.is-flex {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  display: flex;
}

.is-main-post {
  width: 100%;
}

.main-post-img {
  border-top-left-radius: 70px;
  border-bottom-right-radius: 70px;
  width: 100%;
  height: 25em;
  position: relative;
  overflow: hidden;
}

.image-23 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-post-bg {
  background-image: linear-gradient(218deg, #d7b56e00 73%, #d7b56e 99%);
  border-top-left-radius: 70px;
  border-bottom-right-radius: 70px;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 1.56em;
  padding-left: 2.06em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.blog-post-info {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1.5em;
  padding-bottom: 1em;
  display: flex;
}

.blog-post-cat {
  color: #d7b46a;
  text-transform: none;
  background-color: #f6f2ee;
  padding: .25em .5em;
  font-size: .88em;
  font-weight: 600;
  line-height: 1.5;
}

.blog-post-cat.is-white {
  background-color: #fff;
}

.time-info {
  color: #000;
  font-size: .75em;
}

.blog-post-min-content {
  grid-column-gap: .94em;
  grid-row-gap: .94em;
  flex-flow: column;
  display: flex;
}

.is-blog-exc {
  color: #000;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

.bbuton {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.is-small-blog-post {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.small-right {
  width: 55%;
  padding-left: 1.5em;
}

.small-post-img {
  aspect-ratio: 1;
  border-top-left-radius: 70px;
  border-bottom-right-radius: 70px;
  width: 45%;
  position: relative;
  overflow: hidden;
}

.section-blog-cat {
  background-color: #f6f2ee;
  padding-top: 3.38em;
  padding-bottom: 3.38em;
}

.cat-baner {
  border-top-left-radius: 70px;
  border-bottom-right-radius: 70px;
  width: 100%;
  height: 18.75em;
  position: relative;
  overflow: hidden;
}

.image-24 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.is-cat-bnner-bg {
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 2.56em;
  padding-left: 2.19em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cat-banner-title {
  color: #fff;
  font-family: ivypresto-display, sans-serif;
  font-size: 3.5em;
  font-style: italic;
  line-height: 1.15;
}

.is-blog-cat-flex {
  grid-row-gap: 1.25em;
  flex-flow: wrap;
  margin-top: 3.69em;
  margin-left: -.5%;
  margin-right: -.5%;
  display: flex;
}

.is-btn-blog {
  justify-content: center;
  align-items: center;
  margin-top: 4.19em;
  display: flex;
}

.section-przeczytaj-rowniez {
  padding-top: 3.44em;
  padding-bottom: 3.44em;
}

.single-blog-top-info {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-title-sec {
  margin-top: 1em;
}

.is-exc {
  margin-top: 1em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

.is-s-blog-main-photo {
  border-top-left-radius: 70px;
  border-bottom-right-radius: 70px;
  width: 100%;
  max-width: 57em;
  margin: 3.56em auto;
  position: relative;
  overflow: hidden;
}

.image-25 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-share {
  border-bottom: 1px solid #fff;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 5em;
  padding-bottom: 2.94em;
  display: flex;
}

.blog-share-info {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
}

.share-title {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

.blog-shre-item {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  display: flex;
}

.blog-share-link {
  color: #000;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  transition: all .3s;
  display: flex;
}

.blog-share-link:hover {
  color: #fff;
  background-color: #000;
}

.code-embed-4 {
  width: 1.5em;
  height: 1.5em;
}

.blog-tagi {
  grid-column-gap: .94em;
  grid-row-gap: .94em;
  display: flex;
}

.tag-item {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  margin-left: 0;
  padding: .38em .56em .38em .5em;
  font-size: .88em;
  font-weight: 600;
  line-height: 1.34;
  display: block;
}

.is-blog-author-info {
  grid-column-gap: 1.06em;
  grid-row-gap: 1.06em;
  justify-content: flex-start;
  align-items: center;
  margin-top: 3em;
  display: flex;
}

.is-author-title {
  font-size: 1em;
  font-weight: 600;
  line-height: 1.5;
}

.is-author-img {
  border-radius: 100%;
  width: 4.5em;
  height: 4.5em;
  overflow: hidden;
}

.image-26 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.is-author-name {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

.is-for-button-back {
  margin-bottom: -1.56em;
  padding-left: 2em;
  padding-right: 2em;
}

.is-button-back {
  color: #000;
}

.section-jak-mozemy-pomoc {
  padding-top: 5.25em;
  padding-bottom: 5.25em;
}

.jak-pomoc-flex {
  justify-content: center;
  align-items: center;
  margin-top: 5em;
  margin-left: -.5%;
  margin-right: -.5%;
  display: flex;
}

.jak-pomoc-item {
  background-color: #f6f2ee;
  border-top-left-radius: 70px;
  border-bottom-right-radius: 70px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 32.33%;
  min-height: 23em;
  margin-left: .5%;
  margin-right: .5%;
  padding: 2.69em 2.5em;
  display: flex;
}

.jak-item-title {
  text-align: center;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.4;
}

.jak-item-tex {
  text-align: center;
  margin-top: 1.88em;
  margin-bottom: 2em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

.image-27 {
  max-width: 20.75em;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-info-praktyczne {
  padding-top: 4.13em;
  padding-bottom: 2.81em;
}

.info-praktyczne-content {
  background-color: #f6f2ee;
  border-top-left-radius: 70px;
  border-bottom-right-radius: 70px;
  margin-top: 87px;
  display: flex;
}

.info-col1 {
  grid-column-gap: 6.94em;
  grid-row-gap: 6.94em;
  flex-flow: column;
  width: 33%;
  padding: 2.06em;
  display: flex;
}

.info-col-text {
  font-size: .88em;
  font-weight: 500;
  line-height: 1.5;
}

.info-col-text.is-white {
  color: #fff;
  max-width: 20.3em;
}

.info-col2 {
  width: 40%;
  position: relative;
}

.image-28 {
  width: 100%;
  height: 100%;
}

.info-over {
  grid-column-gap: 6.94em;
  grid-row-gap: 6.94em;
  flex-flow: column;
  padding: 2.06em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.info-col3 {
  grid-column-gap: 4.25em;
  grid-row-gap: 4.25em;
  flex-flow: column;
  width: 27%;
  padding: 2.06em;
  display: flex;
}

.section-poznasz {
  padding-top: 5.56em;
  padding-bottom: 5.56em;
}

.poznasz-flex {
  display: flex;
}

.poznasz-flex.with-imgs {
  margin-top: -1em;
}

.poznasz-col {
  width: 50%;
  position: relative;
}

.poznasz-col.is-smaller {
  width: 45%;
  margin-left: auto;
  padding-top: 1.5em;
}

.poznasz-col.is-with-img {
  width: 45%;
}

.poznasz-small-title {
  font-size: 2em;
  font-weight: 300;
  line-height: 1.35;
}

.poznasz-div-left-padding {
  margin-top: 3.13em;
  padding-left: 2.19em;
}

.poznasz-text {
  font-size: 1.13em;
  font-weight: 500;
  line-height: 1.5;
}

.image-29 {
  border-top-left-radius: 70px;
  border-bottom-right-radius: 70px;
  width: 100%;
}

.image-30 {
  z-index: 9;
  width: 22.06em;
  position: absolute;
  bottom: -17%;
  left: 80%;
}

.image-31 {
  border-top-left-radius: 70px;
  border-bottom-right-radius: 70px;
  width: 100%;
  max-width: 70em;
  margin-top: 6em;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-dr-kob {
  padding-top: 6.19em;
  padding-bottom: 6.19em;
}

.drflex {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dr-left {
  width: 30%;
}

.image-32 {
  width: 23.63em;
}

.dr-right {
  width: 70%;
}

.drtitle {
  letter-spacing: 1.2px;
  font-size: 5em;
  font-weight: 300;
  line-height: 1.2;
}

.drsubtitle {
  font-family: urbane, sans-serif;
  font-size: 2em;
  font-style: normal;
  font-weight: 300;
  line-height: 1.35;
}

.secton-about {
  background-color: #f6f2ee;
  padding-top: 4.94em;
  padding-bottom: 4.94em;
}

.about-flex {
  justify-content: space-between;
  margin-top: 4.38em;
  padding-left: 7.12em;
  display: flex;
}

.about-col-text {
  width: 40%;
  padding-top: 1.88em;
}

.about-main-text {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.4;
}

.about-text {
  margin-top: 1em;
  margin-bottom: 2.06em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

.about-img-col {
  width: 40%;
}

.image-33 {
  border-top-left-radius: 70px;
  border-bottom-right-radius: 70px;
  max-width: 24.06em;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-historia {
  padding-top: 2.88em;
  padding-bottom: 2.88em;
}

.historia-flex {
  justify-content: flex-start;
  display: flex;
}

.historia-video-col {
  width: 30%;
}

.is-vide-box {
  border-top-left-radius: 70px;
  border-bottom-right-radius: 70px;
  height: 100%;
  min-height: 41.75em;
  position: relative;
  overflow: hidden;
}

.video-over {
  grid-column-gap: .94em;
  grid-row-gap: .94em;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.video-over.is-with-bg {
  z-index: 9;
  background-image: linear-gradient(209deg, #d7b56e00 59%, #d7b56e 98%);
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 2.38em;
  padding-left: 2.81em;
}

.see-text {
  color: #fff;
  font-size: .88em;
  font-weight: 600;
  line-height: 1.5;
}

.image-34 {
  width: 2em;
}

.historia-content {
  width: 50%;
  padding-left: 4.06em;
}

.historia-acco {
  grid-column-gap: .38em;
  grid-row-gap: .38em;
  flex-flow: column;
  margin-top: 4.75em;
  display: flex;
}

.acco-item {
  display: flex;
}

.acco-left {
  grid-column-gap: .38em;
  grid-row-gap: .38em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 3.13em;
  padding-top: .4em;
  display: flex;
}

.acco-dot {
  background-color: #929292;
  border-radius: 100%;
  width: .75em;
  height: .75em;
}

.acco-line {
  background-color: #929292;
  flex: 1;
  width: 1px;
  height: auto;
  min-height: 2em;
}

.acco-content {
  flex: 1;
}

.acco-title {
  padding-bottom: 0;
}

.acco-title-text {
  font-size: 1.13em;
  font-weight: 500;
  line-height: 1.5;
}

.acco-content-text {
  height: 0;
  transition: all .3s;
  overflow: hidden;
}

.acc-text {
  text-align: justify;
  font-size: .88em;
  font-weight: 500;
  line-height: 1.5;
}

.acc-inner {
  padding-top: .94em;
  padding-bottom: .94em;
}

.background-video-4 {
  width: 100%;
  height: 100%;
}

.section-zespol {
  padding-top: 5.56em;
  padding-bottom: 5.56em;
}

.zespol-subtitle {
  text-align: center;
  margin-top: .94em;
  font-size: 2em;
  font-weight: 300;
  line-height: 1.35;
}

.zespol-flex {
  margin-top: 5em;
  margin-left: -1%;
  margin-right: -1%;
  display: flex;
}

.zespol-item {
  border-radius: 0;
  width: 48%;
  margin-left: 1%;
  margin-right: 1%;
  position: relative;
  overflow: visible;
}

.image-35 {
  width: 100%;
  height: 100%;
}

.zespol-item-content {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.zic-col {
  width: 60%;
}

.zespol-name {
  text-align: center;
  font-family: ivypresto-display, sans-serif;
  font-size: 3.5em;
  font-style: italic;
  font-weight: 400;
  line-height: 1.35;
}

.zespol-smaller {
  font-size: .4em;
}

.zic-line {
  background-color: #d7b46a;
  width: 5.88em;
  height: 1px;
  margin: 1.25em auto;
}

.zespol-podpis {
  text-align: center;
  font-size: 1.13em;
  font-weight: 500;
  line-height: 1.5;
}

.zespol-item-img {
  border-top-left-radius: 70px;
  border-bottom-right-radius: 70px;
  position: relative;
  overflow: hidden;
}

.zi-cont {
  grid-column-gap: 1.81em;
  grid-row-gap: 1.81em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.38em;
  display: flex;
}

.osoba-text {
  text-align: center;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
}

.zespol-flex-rest {
  grid-row-gap: 7.19em;
  flex-flow: wrap;
  margin-top: 6.25em;
  margin-left: -.5%;
  margin-right: -.5%;
  display: flex;
}

.zespol-small-item {
  width: 32.33%;
  margin-left: .5%;
  margin-right: .5%;
}

.os-img {
  border-top-left-radius: 70px;
  border-bottom-right-radius: 70px;
  width: 100%;
  overflow: hidden;
}

.image-36 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.os-dane {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1.38em;
  display: flex;
}

.os-imie {
  text-align: center;
  font-family: ivypresto-display, sans-serif;
  font-size: 2em;
  font-style: italic;
  line-height: 1.35;
}

.os-line {
  background-color: #d7b46a;
  width: 5.88em;
  height: 1px;
  margin: 1.81em auto;
}

.os-desc {
  margin-bottom: 1.81em;
  padding-left: 1.56em;
  padding-right: 1.56em;
}

.os-desc-text {
  text-align: center;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

.is-zespol-popup {
  z-index: 99;
  opacity: 1;
  background-color: #fffffff0;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-inner {
  background-color: #f6f2ee;
  width: 100%;
  max-width: 68.75em;
  margin-left: auto;
  margin-right: auto;
  padding: 5.31em 4.25em;
  display: flex;
  position: relative;
}

.pp-left {
  border-top-left-radius: 70px;
  border-bottom-right-radius: 70px;
  width: 21.88em;
  overflow: hidden;
}

.pp-right {
  grid-column-gap: 1.06em;
  grid-row-gap: 1.06em;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-left: 3.44em;
  display: flex;
}

.pp-title {
  font-family: ivypresto-display, sans-serif;
  font-size: 2em;
  font-style: italic;
  line-height: 1.35;
}

.pp-subtitle {
  font-size: 1.13em;
  font-weight: 500;
  line-height: 1.5;
}

.pp-text {
  font-size: .88em;
  font-weight: 500;
  line-height: 1.5;
}

.popup-close {
  position: absolute;
  top: .94em;
  right: .94em;
}

.image-37 {
  width: 4.5em;
  position: static;
  top: 1.56em;
  right: 1.56em;
}

.section-wartosci {
  background-image: linear-gradient(173deg, #f6f2ee 52%, #d9d3cd 95%);
  padding-top: 4.88em;
  padding-bottom: 4.88em;
}

.wartosci-flex {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wartosci-left {
  border-top-left-radius: 70px;
  border-bottom-right-radius: 70px;
  width: 45%;
  overflow: hidden;
}

.image-38 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.wartosci-right {
  width: 55%;
  padding-left: 5.31em;
}

.wartosci-lista {
  grid-column-gap: 1.31em;
  grid-row-gap: 1.31em;
  flex-flow: column;
  max-width: 34em;
  margin-top: 2.69em;
  margin-bottom: 2.69em;
  display: flex;
}

.wartosci-lista.no-space {
  margin-top: 0;
  margin-bottom: 0;
}

.wartosci-lista.no-space.full {
  max-width: 100%;
}

.wartosci-lista.less-space {
  margin-top: 1em;
  margin-bottom: 1em;
}

._w-lista-item {
  grid-column-gap: 1.19em;
  grid-row-gap: 1.19em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

._w-lista-text {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

.image-39 {
  flex: none;
}

.section-certyfikaty {
  background-color: #f6f2ee;
  padding-top: 5.88em;
  padding-bottom: 7.75em;
}

.certyfikaty-flex {
  display: flex;
}

.certyfikaty-left {
  width: 35%;
}

.certyfikty-desc {
  grid-column-gap: 2.25em;
  grid-row-gap: 2.25em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 23.13em;
  margin-top: 4em;
  display: flex;
}

.certyfikty-desc-text {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

.certyfikat-right {
  width: 65%;
}

.certyfikaty-slider {
  grid-column-gap: 1.38em;
  grid-row-gap: 1.38em;
  margin-top: 3.38em;
  display: flex;
}

.certyfikat-item {
  aspect-ratio: auto;
  background-color: #fff;
  border-top-left-radius: 70px;
  border-bottom-right-radius: 70px;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 17em;
  padding: .94em 2.5em;
  display: flex;
  box-shadow: 0 24px 48px -12px #bdb5ac59;
}

.image-40 {
  max-height: 100%;
}

.is-video-popup {
  z-index: 9999;
  opacity: 1;
  background-color: #fffffff0;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.is-video-popup-content {
  aspect-ratio: 2;
  width: 100%;
}

.background-video-5 {
  z-index: 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.popup-video-inner {
  background-color: #f6f2ee;
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 5.31em 4.25em;
  display: flex;
  position: relative;
}

.background-video-6 {
  z-index: 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 40.63em;
}

.page-hero-video-bg {
  position: absolute;
  inset: 0%;
}

.div-block {
  grid-column-gap: .94em;
  grid-row-gap: .94em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-realizacja-info {
  padding-top: 4.88em;
  padding-bottom: 4.88em;
}

.realizacja-info-flex {
  display: flex;
}

.rel-left {
  width: 45%;
}

.rel-right {
  width: 55%;
}

.rel-line {
  background-color: #d7b46a;
  width: 100%;
  height: 1px;
  margin-bottom: 1.88em;
}

.rel-info-flex {
  grid-column-gap: .94em;
  grid-row-gap: .94em;
  display: flex;
}

.rel-zakres-tekst {
  font-size: 1.13em;
  font-weight: 600;
  line-height: 1.5;
}

.rel-info-right {
  flex: 1;
}

.rel-info-text {
  text-align: justify;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

.section-dlaczego-warto {
  background-image: linear-gradient(155deg, #f6f2ee, #d9d3cd 94%);
  padding-top: 5em;
  padding-bottom: 5em;
}

.dlaczego-w-flex {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.dlaczego-w-left {
  border-top-left-radius: 70px;
  border-bottom-right-radius: 70px;
  width: 35%;
  position: relative;
  overflow: hidden;
}

.background-video-7 {
  z-index: 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.dlaczego-w-right {
  width: 65%;
  padding-left: 6.25em;
}

.dlaczego-items-flex {
  flex-flow: wrap;
  display: flex;
}

.dlaczego-w-item {
  grid-column-gap: 1.38em;
  grid-row-gap: 1.38em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
  margin-top: 4.81em;
  display: flex;
}

.dw-item-text, .cennik-hero-text2 {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

.cennik-hero-flex {
  grid-column-gap: 1.56em;
  grid-row-gap: 1.56em;
  justify-content: space-between;
  align-items: center;
  margin-top: 5.31em;
  display: flex;
  position: relative;
}

.cennik-left {
  width: 55%;
}

.cennik-right {
  grid-column-gap: 1.88em;
  grid-row-gap: 1.88em;
  flex-flow: column;
  width: 45%;
  display: flex;
}

.cennik-hero-title {
  margin-bottom: 3.44em;
}

.cennik-hero-title-text {
  color: #fff;
  text-align: center;
  letter-spacing: 2.4px;
  font-family: ivypresto-display, sans-serif;
  font-size: 10em;
  font-style: italic;
  line-height: .86;
}

.section-cennik {
  padding-top: 2.5em;
  padding-bottom: 3.13em;
}

.cennik-wyszukiwarka {
  justify-content: center;
  align-items: center;
  display: flex;
}

.wyszukiwarka-info {
  width: 50%;
}

.wyszukiwarka-info-text {
  font-size: 1.13em;
  font-weight: 600;
  line-height: 1.5;
}

.wyszukiwarka-form {
  width: 50%;
}

.form-block {
  margin-bottom: 0;
}

.wselect {
  color: #000;
  background-color: #fff;
  border: 1px solid #d7b46a;
  border-top-left-radius: 26px;
  border-bottom-right-radius: 26px;
  height: 3.4em;
  margin-bottom: 0;
  padding: .81em 2.25em;
  font-size: .88em;
  font-weight: 600;
  line-height: 1.5;
}

.select-rel {
  position: relative;
}

.image-41 {
  width: 1.06em;
  position: absolute;
  bottom: 1.2em;
  right: 1.3em;
}

.cennik-items {
  margin-top: 6.25em;
  display: flex;
}

.cennik-left-col {
  width: 90%;
  padding-right: 4em;
}

.cennik-title {
  text-align: left;
  margin-bottom: 1em;
  font-size: 3em;
  font-weight: 300;
  line-height: 1.3;
}

.cennik-title.left {
  text-align: left;
  font-size: 3em;
}

.cennik-items-section {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 1.88em;
  display: flex;
}

.cennik-items-section.is-on-single-page {
  max-width: 56.25em;
}

.citem {
  background-color: #f6f2ee;
  border-top-left-radius: 26px;
  border-bottom-right-radius: 26px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 1.06em 1.56em 1.06em 2.13em;
  display: flex;
}

.citem.is-s-of {
  background-color: #0000;
  padding-top: .31em;
  padding-bottom: .31em;
}

.ci-name {
  width: 65%;
}

.ci-line {
  background-color: #d7b46a;
  width: 14%;
  height: 1px;
}

.ci-value {
  text-align: right;
  width: 21%;
}

.ci-value-text {
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.5;
}

.ci-name-text {
  font-size: 1.13em;
  font-weight: 500;
  line-height: 1.5;
}

.c-item-sec-title {
  grid-column-gap: 1.19em;
  grid-row-gap: 1.19em;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.3em;
  display: flex;
}

.c-item-sec-title.is-c-off {
  padding-left: 2.13em;
}

.ct-line {
  background-color: #d7b46a;
  width: 5.81em;
  height: 1px;
}

.cennik-sec-title {
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.4;
}

.cennik-sec-title.is-colored {
  color: #929292;
  letter-spacing: 2px;
  font-size: 1.25em;
}

.rozwin-button {
  justify-content: center;
  align-items: flex-start;
  margin-top: 2.19em;
  display: flex;
}

.section-o-zabiegu {
  background-color: #f6f2ee;
  padding-top: 1.25em;
  padding-bottom: 4.25em;
}

.section-o-zabiegu.less-bottom {
  padding-bottom: .125em;
}

.o-zabiegu-flex {
  margin-bottom: 4.38em;
  display: flex;
}

.o-zabiegu-left {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-flow: column;
  width: 90%;
  display: flex;
}

.o-zabiegu-left.nobtm {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
}

.o-zabiegu-right {
  width: 10%;
}

.s-info {
  display: flex;
}

.s-info.centered {
  justify-content: flex-start;
  align-items: center;
}

.s-info-left {
  width: 35%;
  position: relative;
}

.s-info-right {
  width: 70%;
  padding-left: 4.25em;
  padding-right: 2.81em;
}

.info-img {
  border-top-left-radius: 70px;
  border-bottom-right-radius: 70px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.s-info-texts {
  grid-column-gap: 1.13em;
  grid-row-gap: 1.13em;
  flex-flow: column;
  margin-top: 1.88em;
  display: flex;
}

.s-info-texts.no-top {
  margin-top: 0;
}

.s-info-texts.bottom-space {
  margin-bottom: 1.88em;
}

.s-info-text-1 {
  font-size: 1.13em;
  font-weight: 600;
  line-height: 1.5;
}

.s-info-text-2 {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

.s-info-text-2 ul {
  padding-left: 20px;
}

.section-wizyta-info {
  background-color: #fff;
  border-top-left-radius: 70px;
  border-bottom-right-radius: 70px;
  justify-content: space-between;
  align-items: center;
  padding: 5.63em 6.25em;
  display: flex;
}

.section-wizyta-info.with-bg {
  background-color: #f6f2ee;
}

.section-wizyta-info.top-align {
  justify-content: space-between;
  align-items: flex-start;
}

.section-wizyta-info.top-space {
  margin-top: 6.25em;
}

.wz-col {
  grid-column-gap: 1.13em;
  grid-row-gap: 1.13em;
  flex-flow: column;
  width: 47%;
  display: flex;
}

.wz-col.is33 {
  width: 33%;
}

.wz-col.is-bigger {
  width: 67%;
}

.section-cennik-on-offer-page {
  padding-top: 4.19em;
  padding-bottom: 4.19em;
}

.cennik-single-offer {
  background-image: linear-gradient(125deg, #f6f2ee, #d9d3cd 89%);
  border-top-left-radius: 70px;
  border-bottom-right-radius: 70px;
  margin-top: 0;
  padding: 3.38em 2.06em 3.38em 3.19em;
  display: flex;
  box-shadow: 0 24px 48px -12px #bdb5ac59;
}

.cennik-left-padding {
  padding-left: 1.56em;
}

.button-top-margin {
  margin-top: 3.44em;
}

.button-top-margin.less {
  margin-top: 1.38em;
}

.section-sprzet {
  padding-top: 5em;
  padding-bottom: 5em;
}

.sprzet-slider {
  justify-content: space-between;
  margin-top: 5em;
  display: flex;
}

.sprzed-slide-item {
  border-top-left-radius: 70px;
  border-bottom-right-radius: 70px;
  width: 32%;
  height: 15.63em;
  overflow: hidden;
}

.lightbox-link {
  width: 100%;
  height: 100%;
}

.image-42 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.zabieg-osoby {
  grid-row-gap: 2.2em;
  flex-flow: wrap;
  justify-content: space-between;
  max-width: 33em;
  margin-top: 1.88em;
  margin-bottom: 1.88em;
  display: flex;
}

.zabieg-osoby.is-3-in-row {
  max-width: 100%;
}

.osoba-zabieg-s {
  grid-column-gap: 1.06em;
  grid-row-gap: 1.06em;
  justify-content: flex-start;
  align-items: center;
  width: 45%;
  display: flex;
}

.osoba-zabieg-s.is33 {
  width: 33%;
}

.osoba-zabieg-img {
  border-radius: 100%;
  flex: none;
  width: 4.5em;
  height: 4.5em;
  overflow: hidden;
}

.image-43 {
  object-fit: cover;
}

.osoba-name {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

.div-block-2 {
  border-top-left-radius: 70px;
  border-bottom-right-radius: 70px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.div-block-2.is-video-min {
  max-width: 31.25em;
  height: 32.81em;
  margin-left: auto;
}

.div-block-2.max-height {
  max-height: 33.25em;
}

.div-block-2.is-img-al {
  max-height: 28.25em;
  margin-top: 2.81em;
}

.texts-with-space {
  grid-column-gap: 1.13em;
  grid-row-gap: 1.13em;
  flex-flow: column;
  display: flex;
}

.texts-with-space.top-space {
  margin-top: 1.56em;
}

.texts-with-space.top-space.less-with-max {
  max-width: 32em;
  margin-top: 1em;
}

.offer-dlaczego-warto {
  padding-top: 5em;
  padding-bottom: 5em;
}

.offer-dlaczego-fex {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.od-title {
  width: 30%;
}

.od-items {
  justify-content: space-between;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.od-items.vfg {
  align-items: stretch;
}

.od-item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 23%;
  display: flex;
}

.od-item-icon {
  justify-content: center;
  align-items: flex-start;
  height: 6.8em;
  display: flex;
}

.od-item-text {
  max-width: 11.25em;
  margin-left: auto;
  margin-right: auto;
}

.od-text {
  text-align: center;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

.section-wybielanie {
  background-color: #f6f2ee;
  padding-top: 5em;
  padding-bottom: 5em;
}

.sec-wybieralnie-flex {
  padding-top: 2.13em;
  display: flex;
}

.wybielanie-left {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  padding-right: 5em;
  display: flex;
}

.wybielanie-right {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 10%;
  display: flex;
}

.wybielanie-imgs {
  grid-column-gap: 3.38em;
  grid-row-gap: 3.38em;
  flex-flow: column;
  width: 33%;
  display: flex;
}

.wybielanie-imgs.full {
  width: 100%;
}

.is-wybielanie-img-efekt {
  width: 100%;
  position: relative;
}

.wyb-img {
  z-index: 9;
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: -2.1em;
  left: .63em;
}

.is-wb-img {
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  width: 100%;
  height: 10em;
  overflow: hidden;
}

.wybielanie-efekt-content {
  width: 60%;
}

.wc-text-1 {
  font-size: 1.13em;
  font-weight: 600;
  line-height: 1.5;
}

.wc-text-2 {
  margin-top: 1em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

.section-krok-po-kroku {
  padding-top: 4.69em;
  padding-bottom: 4.69em;
}

.section-krok-po-kroku.with-bg {
  background-color: #f6f2ee;
}

.krok-p-kroku-flex {
  justify-content: space-between;
  align-items: center;
  height: 28.13em;
  margin-top: 2.63em;
  display: flex;
}

.krok-p-kroku-flex.with-space {
  grid-column-gap: .94em;
  grid-row-gap: .94em;
}

.krok-p-kroku-flex.centered {
  grid-column-gap: 1.56em;
  grid-row-gap: 1.56em;
  justify-content: center;
}

.krok-item {
  background-color: #f6f2ee;
  border-top-left-radius: 70px;
  border-bottom-right-radius: 70px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 24%;
  min-height: 20.31em;
  padding: 1.56em;
  transition: all .3s;
  display: flex;
}

.krok-item:hover {
  background-image: linear-gradient(125deg, #f6f2ee, #d9d3cd 90%);
  box-shadow: 0 24px 48px -12px #bdb5ac59;
}

.krok-item.is-visible {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  min-height: auto;
  padding: 0;
}

.krok-item.is-visible:hover {
  box-shadow: none;
  background-image: none;
}

.krok-item.smaller {
  width: 20%;
}

.krok-numer {
  color: #fff;
  text-align: center;
  font-family: ivypresto-display, sans-serif;
  font-size: 3.5em;
  font-weight: 600;
  line-height: 1.35;
}

.krok-tytul {
  text-align: center;
  font-family: ivypresto-display, sans-serif;
  font-size: 1.5em;
  line-height: 1.35;
}

.krok-item-hidden-text {
  height: 0;
  padding-left: 1em;
  padding-right: 1em;
  transition: all .3s;
  overflow: hidden;
}

.krok-item-hidden-text.is-visible {
  height: auto;
  padding-left: 0;
  padding-right: 0;
}

.is-krok-text {
  text-align: center;
  margin-top: .94em;
  font-size: .88em;
  font-weight: 500;
  line-height: 1.5;
}

.section-wskazania-przeciwskazania {
  padding-top: 1.75em;
  padding-bottom: 1.75em;
}

.section-wskazania-przeciwskazania.more-top {
  padding-top: 4em;
}

.section-wskazania-przeciwskazania.with-bg {
  background-color: #f6f2ee;
  padding-top: 4em;
}

.wsk-flex {
  border-bottom: 1px solid #d7b46a;
  margin-bottom: 2.94em;
  padding-bottom: 2.81em;
  display: flex;
}

.wsk-left {
  width: 30%;
}

.wsk-middle {
  width: 60%;
}

.wsk-right {
  justify-content: flex-end;
  align-items: flex-start;
  width: 10%;
  display: flex;
}

.is-rich-text {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

.is-rich-text ul {
  padding-left: 20px;
}

.max-rich-size {
  max-width: 43em;
}

.s-info-efekt-flex {
  grid-column-gap: 1.56em;
  grid-row-gap: 1.56em;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  display: flex;
}

.efekt-title {
  font-family: ivypresto-display, sans-serif;
  font-size: 2em;
  font-style: italic;
  line-height: 1.35;
}

.kto-flex {
  grid-column-gap: 2.06em;
  grid-row-gap: 2.06em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.krok-po-kroku-extra-info {
  max-width: 47.69em;
  margin-top: 2.81em;
  margin-left: auto;
  margin-right: auto;
}

.krok-extra-text {
  text-align: center;
  font-size: 1.13em;
  font-weight: 500;
  line-height: 1.5;
}

.span-light {
  font-weight: 500;
}

.impla-left {
  width: 33%;
}

.impla-right {
  width: 67%;
  padding-left: 4.25em;
}

._w-lista-text-item {
  padding-top: .31em;
  padding-left: 3.4em;
  font-size: .88em;
  font-weight: 500;
  line-height: 1.5;
}

.zp-text {
  font-size: 1.13em;
  font-weight: 600;
  line-height: 1.5;
}

.section-meta {
  background-color: #f6f2ee;
  padding-top: 4.81em;
  padding-bottom: 4.81em;
}

.meta-flex {
  display: flex;
}

.meta-left {
  width: 66%;
  position: relative;
}

.meta-right {
  border-top-left-radius: 70px;
  border-bottom-right-radius: 70px;
  width: 33%;
  position: relative;
  overflow: hidden;
}

.all-x-content {
  max-width: 41.56em;
  margin-top: 6.25em;
  padding-left: 7.12em;
}

.all-x-content.less-top {
  margin-top: 4em;
}

.image-44 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.navbar {
  background-color: #0000;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.nav-flex {
  justify-content: space-between;
  padding-top: 1.38em;
  padding-bottom: 1.38em;
  display: flex;
}

.image-45 {
  width: 5.44em;
}

.nav-flex-inner {
  grid-column-gap: 3.44em;
  grid-row-gap: 3.44em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-item-link {
  padding: 0;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
  transition: all .3s;
}

.dropdown-toggle {
  grid-column-gap: .31em;
  grid-row-gap: .31em;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.nav-drop-item {
  background-color: #f6f2ee;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .section-hero {
    min-height: 47em;
  }

  .hero-title-1, .hero-title-2, .hero-title-3, .hero-title-4 {
    font-size: 7em;
  }

  .info-left {
    padding-right: 1.25em;
  }

  .s-main-title {
    font-size: 3.4em;
    text-decoration: none;
  }

  .info-text {
    font-size: 1.6em;
    line-height: 1.4;
  }

  .info-buttons {
    grid-column-gap: .8em;
    grid-row-gap: .8em;
    flex-flow: wrap;
  }

  .section-title {
    font-size: 4em;
  }

  .krok-line {
    flex: 0 auto;
    width: 7em;
  }

  .krok-right {
    flex: 1;
  }

  .image-2 {
    margin-top: -4em;
  }

  .section-dlaczego {
    padding-top: 4em;
    padding-bottom: 8em;
  }

  .dlaczego-title {
    white-space: normal;
    word-break: normal;
    font-size: 3em;
  }

  .dlaczego-title.bigger {
    font-size: 5em;
  }

  .dlaczego-title.is-middle {
    font-size: 4.4em;
  }

  .dlaczego-title.centered {
    font-size: 3em;
  }

  .dlaczego-title.isk {
    font-size: 5em;
  }

  .dlaczego-title.is-certyfikaty {
    font-size: 2.8em;
  }

  .dlaczego-right {
    display: none;
  }

  .dlaczego-upp-title {
    font-size: 5.4em;
  }

  .di-title-main {
    font-size: 1.8em;
  }

  .di-first-letter {
    font-size: 6em;
  }

  .di-text {
    font-size: 1em;
  }

  .title-row-line.is-nm-line {
    display: none;
  }

  .meta-info-text {
    margin-top: 1.25em;
  }

  .meta-text {
    font-size: 1.1em;
  }

  .metamorfozy-slider-div {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .metamorfoza-slide {
    width: 49%;
  }

  .meta-slide-text {
    font-size: 4em;
  }

  .meta-slide-content {
    max-width: 100%;
  }

  .m-text {
    font-size: 1em;
  }

  .oferta-slide-title {
    font-size: 1.3em;
  }

  .onas-content {
    flex-flow: wrap;
  }

  .onas-col {
    width: 80%;
    padding-bottom: 9em;
  }

  .onas-col-empty {
    width: 0%;
  }

  .image-8 {
    max-width: 18em;
    left: 0;
    right: auto;
  }

  .mapa-content {
    flex-flow: wrap;
  }

  .mapa-adres {
    width: 50%;
    padding-bottom: 2em;
  }

  .mapa-mapa {
    order: 9999;
    width: 100%;
  }

  .mapa-kontakt {
    background-image: none;
    width: 50%;
  }

  .dlaczego-pacjenci-flex {
    grid-column-gap: 2.81em;
    grid-row-gap: 2.81em;
    flex-flow: wrap;
    justify-content: space-around;
    align-items: flex-start;
  }

  .dp-item {
    width: 30%;
  }

  .nm-ov-text {
    font-size: 1.8em;
  }

  .nm-ov-text.is-jak-text {
    font-size: 2em;
  }

  .nm-content {
    padding-left: 2em;
  }

  .opinie-title {
    font-size: 3.4em;
  }

  .image-11 {
    width: 5em;
    right: .63em;
  }

  .opinia-slide-text {
    font-size: 1.1em;
  }

  .image-12 {
    width: 5em;
    left: .9em;
  }

  .blog-flex {
    flex-flow: wrap;
  }

  .blog-item-title {
    font-size: 1.1em;
  }

  .blog-item-title.smaller {
    font-size: 1em;
  }

  .cta-content.with-shadow, .cta-content.with-shadow.white {
    align-items: stretch;
  }

  .cta-col.padding-left {
    padding: 2.81em 3em;
  }

  .cta-col.padding-left.bigger {
    padding-top: 2.81em;
    padding-bottom: 2.81em;
  }

  .image-13 {
    object-position: 100% 50%;
    min-height: 23em;
  }

  .cta-title {
    font-size: 2.4em;
  }

  .image-14 {
    width: 4em;
    right: 1.8em;
  }

  .contact-title {
    font-size: 3.4em;
  }

  .contact-text {
    font-size: 1.2em;
  }

  .footer-content {
    flex-flow: wrap;
  }

  .footer-col {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .footer-col.is-with-menu {
    margin-top: 4em;
    display: block;
  }

  .image-16 {
    width: 8em;
  }

  .footer-copy {
    margin-top: 4em;
  }

  .section-page-hero {
    padding-bottom: 4em;
  }

  .page-oferta-flex {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .kazda-col.is-alt {
    padding-left: 2em;
  }

  .kazda-media-bg {
    padding-left: 1.3em;
  }

  .k-title {
    font-size: 2.1em;
  }

  .k-cntent-text {
    font-size: 1em;
  }

  .k-content-title {
    font-size: 2.8em;
  }

  .k-content-text {
    font-size: 1em;
  }

  .image-20 {
    width: 21em;
  }

  .section-faq {
    padding-top: 4em;
  }

  .accordion-item-content {
    padding-right: 0;
  }

  .blog-categories {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    flex-flow: wrap;
  }

  .blog-cat-items {
    grid-column-gap: 1.6em;
    grid-row-gap: 1.6em;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog-post-info {
    grid-column-gap: .4em;
    grid-row-gap: .4em;
    flex-flow: wrap;
    padding-top: 0;
  }

  .blog-post-info.with-padding {
    padding-top: 1em;
  }

  .is-small-blog-post {
    justify-content: flex-start;
    align-items: stretch;
  }

  .is-for-button-back {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .jak-pomoc-flex {
    align-items: stretch;
  }

  .jak-pomoc-item {
    justify-content: flex-start;
    align-items: center;
    padding-left: 2em;
    padding-right: 2em;
  }

  .drflex {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
  }

  .dr-right {
    grid-column-gap: 1.88em;
    grid-row-gap: 1.88em;
    flex-flow: column;
    display: flex;
  }

  .drtitle {
    font-size: 3.2em;
  }

  .drsubtitle {
    font-size: 1.8em;
  }

  .about-flex {
    padding-left: 0;
  }

  .about-col-text, .about-img-col {
    width: 50%;
  }

  .historia-video-col {
    width: 40%;
  }

  .historia-content {
    width: 60%;
  }

  .zespol-name {
    font-size: 2em;
  }

  .zespol-podpis {
    font-size: 1em;
  }

  .os-imie {
    font-size: 1.8em;
  }

  .os-desc-text {
    font-size: .9em;
  }

  .wartosci-right {
    padding-left: 3em;
  }

  ._w-lista-item {
    flex-flow: row;
  }

  ._w-lista-item.with-button {
    flex-flow: wrap;
  }

  .certyfikat-right {
    padding-left: 2.81em;
  }

  .rel-info-flex {
    flex-flow: wrap;
  }

  .rel-info-left {
    width: 100%;
  }

  .dlaczego-w-right {
    padding-left: 3em;
  }

  .dlaczego-items-flex {
    justify-content: space-between;
  }

  .dlaczego-w-item, .cennik-hero-flex {
    margin-top: 3em;
  }

  .cennik-hero-title-text {
    font-size: 7em;
  }

  .cennik-left-col {
    width: 100%;
    padding-right: 0;
  }

  .citem.is-s-of {
    padding-left: 0;
    padding-right: 0;
  }

  .c-item-sec-title.is-c-off {
    padding-left: 0;
  }

  .s-info-right {
    padding-left: 3em;
    padding-right: 2em;
  }

  .s-info-text-1 {
    font-size: 1em;
  }

  .section-wizyta-info {
    padding-left: 3em;
    padding-right: 3em;
  }

  .section-wizyta-info.with-bg {
    padding-left: 2.7em;
    padding-right: 2.7em;
  }

  .section-wizyta-info.top-align, .section-wizyta-info.top-space {
    padding-left: 3em;
    padding-right: 3em;
  }

  .wz-col.is-bigger {
    padding-left: 2.19em;
  }

  .cennik-left-padding {
    padding-left: 0;
  }

  .zabieg-osoby.is-3-in-row {
    flex-flow: wrap;
  }

  .osoba-zabieg-s.is33 {
    width: 48%;
  }

  .div-block-2 {
    max-height: 31.25em;
  }

  .offer-dlaczego-warto {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .offer-dlaczego-fex {
    grid-column-gap: 1.7em;
    grid-row-gap: 1.7em;
    flex-flow: wrap;
  }

  .od-title, .od-items {
    width: 100%;
  }

  .section-krok-po-kroku.with-bg {
    padding-top: 3em;
  }

  .krok-p-kroku-flex {
    grid-row-gap: 1.8em;
    flex-flow: wrap;
    align-items: stretch;
    height: auto;
  }

  .krok-p-kroku-flex.with-space {
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
    height: auto;
  }

  .krok-item {
    width: 48%;
  }

  .krok-item.smaller {
    justify-content: flex-start;
    align-items: center;
    width: 32%;
  }

  .krok-item-hidden-text {
    height: auto;
  }

  .wsk-flex {
    flex-flow: wrap;
  }

  .wsk-left {
    width: 90%;
  }

  .wsk-middle {
    order: 9999;
    width: 100%;
    margin-top: 1.56em;
  }

  .krok-extra-text {
    font-size: 1em;
  }

  .all-x-content {
    margin-top: 3em;
    padding-left: 0;
    padding-right: 4em;
  }

  .all-x-content.less-top {
    padding-left: 0;
    padding-right: 2em;
  }

  .nav-flex-inner {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    padding-top: 9.38em;
  }

  .lottie-animation {
    width: 1.7em;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    z-index: 9;
    background-color: #f6f2ee;
  }

  .div-block-3 {
    grid-column-gap: 1.19em;
    grid-row-gap: 1.19em;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .nav-menu {
    background-color: #f6f2ee;
    width: 100%;
    height: 100vh;
  }

  .brand {
    z-index: 9;
  }

  .dropdown-list {
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .section-hero {
    min-height: 43em;
  }

  .hero-title-1, .hero-title-2, .hero-title-3, .hero-title-4 {
    font-size: 5em;
  }

  .section-info {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .info-flex {
    flex-flow: wrap;
  }

  .info-left {
    width: 100%;
    padding-right: 0;
  }

  .info-right {
    width: 100%;
    margin-top: 1.88em;
  }

  .s-main-title {
    font-size: 3.2em;
  }

  .info-text {
    font-size: 1.5em;
  }

  .info-buttons {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: wrap;
  }

  .button-text.is-more {
    font-size: 1.7em;
  }

  .section-krok.is-o-klinice-hero {
    padding-top: 12em;
  }

  .section-title {
    font-size: 3.4em;
  }

  .section-krok-flex {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .krok-left, .krok-right {
    width: 100%;
  }

  .image-2 {
    margin-top: -2em;
  }

  .image-2.is-cennik-hero-img {
    margin-top: 0;
  }

  .section-dlaczego {
    padding-bottom: 4em;
  }

  .dlaczego-title {
    font-size: 3em;
  }

  .dlaczego-title.bigger, .dlaczego-title.is-middle {
    font-size: 3.4em;
  }

  .dlaczego-title.isk {
    font-size: 3.6em;
  }

  .title-space.hidden {
    width: 3em;
  }

  .dlaczego-content {
    flex-flow: wrap;
    margin-top: 5em;
  }

  .dlaczego-flex {
    width: 100%;
  }

  .dlaczego-right, .dlaczego-right.is-cennik-ti.centered {
    display: none;
  }

  .dlaczego-upp-title.is-white {
    font-size: 4.7em;
  }

  .di-col {
    width: 48%;
  }

  .di-media {
    width: 47%;
  }

  .di-title-main {
    font-size: 1.6em;
  }

  .metamorfozy-info {
    margin-top: 2em;
  }

  .meta-info-text {
    width: 100%;
    margin-left: 0;
  }

  .meta-slide-text {
    font-size: 3.7em;
  }

  .voucher-flex {
    flex-flow: wrap;
    margin-top: 40px;
  }

  .voucher-col {
    width: 100%;
  }

  .onas-content {
    margin-top: 4em;
  }

  .onas-col {
    padding-top: 0;
  }

  .mapa-dane-text {
    font-size: 1em;
  }

  .dlaczego-pacjenci-flex {
    grid-row-gap: 4em;
  }

  .dp-item {
    width: 44%;
  }

  .section-wyjasnimy {
    padding-top: 3em;
  }

  .nie-musisz-flex {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    flex-flow: wrap;
  }

  .nie-musisz-col {
    width: 100%;
  }

  .nm-content {
    padding-left: 0;
  }

  .nm-text.is-jak-title {
    font-size: 1.1em;
  }

  .image-11 {
    width: 4em;
  }

  .opinie-slider-div {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .opinia-slide-text {
    font-size: 1em;
  }

  .image-12 {
    width: 4em;
  }

  .jak-flex {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-flow: wrap;
    margin-top: 0;
  }

  .blog-flex {
    grid-row-gap: 1.2em;
  }

  .is-blog-item {
    width: 100%;
  }

  .blog-item-title {
    font-size: 1.2em;
  }

  .cta-content.with-shadow {
    flex-flow: wrap;
  }

  .cta-col {
    width: 100%;
  }

  .cta-col.padding-left {
    aspect-ratio: auto;
    justify-content: center;
    align-items: flex-start;
    padding: 2.81em 2em;
  }

  .cta-col.padding-left.bigger, .cta-col.smaller {
    width: 100%;
  }

  .cta-title {
    font-size: 2em;
  }

  .image-14 {
    width: 3em;
    top: -4.9em;
  }

  .contact-c {
    width: 100%;
  }

  .contact-t {
    display: none;
  }

  .contact-title {
    font-size: 3em;
  }

  .form-flex-item, .footer-logo {
    width: 100%;
  }

  .image-16 {
    width: 5em;
  }

  .footer-link-contact {
    font-size: 1.7em;
  }

  .footer-copy-flex {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    flex-flow: column;
  }

  .page-hero-flex {
    grid-column-gap: 2.1em;
    grid-row-gap: 2.1em;
    flex-flow: wrap;
  }

  .page-hero-left, .page-hero-right {
    width: 100%;
  }

  .page-hero-desc {
    padding-right: 0;
  }

  .page-oferta-flex {
    flex-flow: wrap;
  }

  .page-offer-left {
    width: 100%;
  }

  .page-offer-right {
    width: 100%;
    display: none;
  }

  .is-page-offer-item {
    flex-flow: wrap;
  }

  .page-offer-item-left {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    width: 100%;
  }

  .page-offer-item-right {
    width: 100%;
  }

  .kada-item {
    grid-column-gap: 1.88em;
    grid-row-gap: 1.88em;
    flex-flow: wrap;
  }

  .kazda-col {
    width: 100%;
  }

  .kazda-col.is-alt {
    padding-left: 0;
  }

  .kazda-col.first {
    order: -9999;
  }

  .k-content {
    padding-left: 0;
  }

  .k-col-content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .image-20 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .faq-col {
    display: none;
  }

  .aq-faq {
    width: 100%;
  }

  .accordion-item-trigger {
    grid-column-gap: .63em;
    grid-row-gap: .63em;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .blog-posts-flex {
    grid-column-gap: 1.88em;
    grid-row-gap: 1.88em;
    flex-flow: wrap;
  }

  .blog-posts-column {
    width: 100%;
  }

  .blog-share {
    flex-flow: wrap;
  }

  .jak-pomoc-flex {
    grid-column-gap: 2.06em;
    grid-row-gap: 2.06em;
    flex-flow: wrap;
  }

  .jak-pomoc-item {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .drflex {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .drtitle {
    text-align: center;
    font-size: 2.9em;
  }

  .drsubtitle {
    text-align: center;
  }

  .about-flex {
    flex-flow: wrap;
  }

  .about-col-text {
    width: 100%;
    padding-bottom: 3.75em;
  }

  .about-img-col {
    width: 100%;
  }

  .historia-flex {
    flex-flow: wrap;
  }

  .historia-video-col {
    order: 9999;
    width: 100%;
  }

  .historia-content {
    width: 100%;
    padding-bottom: 3em;
    padding-left: 0;
  }

  .zespol-flex {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    flex-flow: wrap;
  }

  .zespol-item {
    width: 100%;
  }

  .zespol-small-item {
    width: 49%;
  }

  .image-37 {
    width: 3em;
  }

  .wartosci-flex {
    flex-flow: wrap;
  }

  .wartosci-left {
    order: 9999;
    width: 100%;
  }

  .wartosci-right {
    width: 100%;
    margin-bottom: 2.5em;
    padding-left: 0;
  }

  .certyfikaty-flex {
    flex-flow: wrap;
  }

  .certyfikaty-left {
    width: 100%;
  }

  .certyfikat-right {
    width: 100%;
    margin-top: 1.88em;
    padding-left: 0;
  }

  .popup-video-inner {
    padding-bottom: 3em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .section-realizacja-info {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .realizacja-info-flex {
    grid-column-gap: 1.88em;
    grid-row-gap: 1.88em;
    flex-flow: wrap;
  }

  .rel-left, .rel-right {
    width: 100%;
  }

  .dlaczego-w-flex {
    flex-flow: wrap;
  }

  .dlaczego-w-left {
    order: 9999;
    width: 100%;
    height: 45em;
  }

  .dlaczego-w-right {
    width: 100%;
    margin-bottom: 2.81em;
    padding-left: 0;
  }

  .cennik-hero-flex {
    flex-flow: wrap;
  }

  .cennik-left, .cennik-right {
    width: 100%;
  }

  .cennik-left-col {
    width: 100%;
    padding-right: 0;
  }

  .cennik-title {
    font-size: 2.5em;
  }

  .citem.is-s-of {
    padding-left: 0;
    padding-right: 0;
  }

  .ci-value-text, .ci-name-text {
    font-size: 1em;
  }

  .c-item-sec-title.is-c-off {
    padding-left: 0;
  }

  .cennik-sec-title, .cennik-sec-title.is-colored {
    font-size: 1.2em;
  }

  .o-zabiegu-flex {
    flex-flow: wrap;
  }

  .o-zabiegu-left {
    width: 100%;
  }

  .o-zabiegu-right {
    display: none;
  }

  .s-info {
    flex-flow: wrap;
  }

  .s-info-left {
    width: 100%;
  }

  .s-info-right {
    order: -9999;
    width: 100%;
    padding: 0 0 3em;
  }

  .section-wizyta-info {
    grid-column-gap: 2.81em;
    grid-row-gap: 2.81em;
    flex-flow: wrap;
    padding: 3em;
  }

  .section-wizyta-info.with-bg {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    flex-flow: wrap;
  }

  .section-wizyta-info.top-align {
    grid-column-gap: 2.81em;
    grid-row-gap: 2.81em;
    flex-flow: wrap;
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .section-wizyta-info.top-space {
    grid-column-gap: 2.75em;
    grid-row-gap: 2.75em;
    flex-flow: wrap;
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .wz-col, .wz-col.is33 {
    width: 100%;
  }

  .wz-col.is-bigger {
    width: 100%;
    padding-left: 0;
  }

  .cennik-single-offer {
    padding-left: 2em;
  }

  .div-block-2 {
    min-height: 30em;
  }

  .div-block-2.is-video-min {
    margin-left: 0;
  }

  .od-items {
    grid-row-gap: 2em;
    flex-flow: wrap;
  }

  .od-item {
    width: 50%;
  }

  .wybielanie-left {
    grid-column-gap: 2.81em;
    grid-row-gap: 2.81em;
    flex-flow: wrap;
  }

  .wybielanie-imgs, .wybielanie-efekt-content {
    width: 100%;
  }

  .krok-item {
    width: 47%;
  }

  .krok-item.smaller {
    width: 48%;
    padding-left: 1em;
    padding-right: 1em;
  }

  .krok-item-hidden-text {
    padding-left: 1em;
    padding-right: 1em;
  }

  .wsk-flex {
    flex-flow: wrap;
  }

  .wsk-left {
    width: 90%;
  }

  .wsk-middle {
    order: 9999;
    width: 100%;
    margin-top: 1.25em;
  }

  .impla-left {
    width: 100%;
  }

  .impla-right {
    order: -9999;
    width: 100%;
    padding-left: 0;
  }

  .meta-flex {
    grid-column-gap: 2.81em;
    grid-row-gap: 2.81em;
    flex-flow: wrap;
  }

  .meta-left {
    width: 100%;
  }

  .meta-right {
    width: 100%;
    min-height: 32em;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .s-main-title {
    font-size: 3em;
  }

  .info-text-div {
    margin-bottom: 2em;
  }

  .info-text {
    font-size: 1.4em;
  }

  .info-buttons {
    justify-content: flex-start;
    align-items: center;
  }

  .is-button-arrow {
    padding: .2em .8em;
  }

  .section-title {
    font-size: 3em;
  }

  .section-krok-flex {
    margin-top: 3em;
  }

  .dlaczego-title, .dlaczego-title.bigger, .dlaczego-title.is-middle {
    font-size: 3em;
  }

  .dlaczego-title.isk {
    font-size: 2.7em;
  }

  .dlaczego-title.is-certyfikaty {
    font-size: 2.6em;
  }

  .is-title-div.is-hero-page-title {
    font-size: .8em;
  }

  .title-space {
    width: 3em;
  }

  .dlaczego-item {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    flex-flow: wrap;
  }

  .di-col {
    width: 100%;
  }

  .di-media {
    order: 9999;
    width: 100%;
  }

  .is-slider-nav-prev {
    order: 2;
  }

  .is-slider-nav-next {
    order: 3;
  }

  .oferta-section-title {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    flex-flow: column;
  }

  .onas-title.is-alt {
    font-size: 3em;
  }

  .onas-col {
    width: 100%;
  }

  .onas-col-right {
    display: none;
  }

  .section-mapa {
    padding-bottom: 3em;
  }

  .mapa-adres {
    width: 100%;
    padding-bottom: 1em;
  }

  .mapa-kontakt {
    width: 100%;
    padding-bottom: 2em;
  }

  .dp-item {
    width: 100%;
  }

  .nm-ov-text, .nm-ov-text.is-jak-text {
    font-size: 1.4em;
  }

  .image-11 {
    width: 3em;
    top: -1.25em;
  }

  .opinie-slider-div {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: wrap;
    justify-content: center;
    margin-top: 4em;
  }

  .opinie-slider {
    flex: none;
    order: -9999;
    width: 100%;
  }

  .opinia-slide-text {
    font-size: .9em;
  }

  .image-12 {
    width: 3em;
  }

  .jak-content {
    padding-bottom: 1em;
  }

  .blog-item-title.smaller {
    font-size: 1.2em;
  }

  .cta-content {
    flex-flow: wrap;
  }

  .cta-col {
    width: 100%;
  }

  .cta-col.padding-left {
    aspect-ratio: 1;
    order: -9999;
    justify-content: center;
    align-items: center;
  }

  .contact-title {
    font-size: 2.8em;
  }

  .footer-logo {
    grid-column-gap: 2.9em;
    grid-row-gap: 2.9em;
    text-align: center;
    flex-flow: column;
  }

  .footer-dane {
    justify-content: flex-start;
    align-items: center;
  }

  .page-hero-img.is-video-hero {
    min-height: 36em;
  }

  .k-content-title {
    font-size: 2.6em;
  }

  .is-page-title.is-blog-title {
    font-size: 2.8em;
  }

  .is-p-content.is-s-blog-content blockquote {
    font-size: 1.7em;
  }

  .max-width-for-hero.is-full {
    max-width: 100%;
  }

  .is-small-blog-post {
    flex-flow: wrap;
  }

  .small-right {
    width: 100%;
    padding-top: 1em;
    padding-left: 0;
  }

  .small-post-img {
    width: 100%;
    height: 25em;
  }

  .blog-share {
    grid-column-gap: 1.4em;
    grid-row-gap: 1.4em;
  }

  .image-27 {
    max-width: 100%;
  }

  .dr-right {
    width: 100%;
  }

  .drtitle {
    font-size: 2.5em;
  }

  .drsubtitle {
    font-size: 1.5em;
  }

  .image-33 {
    max-width: 100%;
  }

  .image-35 {
    object-fit: cover;
  }

  .zespol-item-img {
    height: 19em;
  }

  .zespol-flex-rest {
    grid-row-gap: 4em;
  }

  .zespol-small-item {
    width: 100%;
  }

  .popup-video-inner {
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .background-video-6 {
    min-height: 35em;
  }

  .dlaczego-w-left {
    height: 37em;
  }

  .dlaczego-w-item {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .cennik-hero-title-text {
    font-size: 4em;
  }

  .cennik-wyszukiwarka {
    flex-flow: wrap;
  }

  .wyszukiwarka-info, .wyszukiwarka-form {
    width: 100%;
  }

  .ci-line {
    width: 4%;
  }

  .ci-value {
    flex: 1;
    width: 25%;
    padding-left: .5em;
  }

  .section-wizyta-info {
    flex-flow: wrap;
    padding-left: 2em;
    padding-right: 2em;
  }

  .section-wizyta-info.with-bg {
    padding-left: 2em;
    padding-right: 2em;
  }

  .zabieg-osoby {
    grid-row-gap: 1em;
    flex-flow: wrap;
  }

  .zabieg-osoby.is-3-in-row {
    grid-row-gap: 1em;
  }

  .osoba-zabieg-s, .osoba-zabieg-s.is33, .krok-item, .krok-item.smaller {
    width: 100%;
  }

  .kto-flex {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nav-flex-inner {
    padding-top: 11em;
  }

  .lottie-animation {
    width: 1.5em;
  }
}


