:root {
  --czarny: black;
  --szary: #686868;
  --zielony: #7bc016;
  --bialy: white;
  --czerwony: red;
}
html {
  scroll-behavior: smooth;
}
.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.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;
}

body {
  color: #fff;
  background-color: #141414;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}

.list-item {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--czarny);
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.color-e5e5e5 {
  color: var(--szary);
  font-weight: 300;
}

.color-e5e5e5.opiseksperta {
  width: 95%;
  font-size: .75rem;
}

.color-e5e5e5.opiseksperta.czytajdalej {
  padding-top: 1rem;
  font-weight: 600;
  transition: all .2s;
}

.color-e5e5e5.opiseksperta.czytajdalej:hover {
  opacity: .5;
}

._4-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

._0-75rem-spacer {
  height: .75rem;
}

.link-arrow {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  margin-top: 1.125rem;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.link-arrow:hover {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  opacity: .5;
}

.link-arrow.hoveropini:hover {
  opacity: 1;
}

.card {
  border-style: none;
  border-width: .3rem 1px 1px;
  border-color: var(--zielony) black black;
  background-color: #ffffff80;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.card.is-slider {
  border-top: .3rem none var(--zielony);
  border-radius: 1.5rem;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  overflow: hidden;
}

.card.is-slider.kafelcen {
  width: 100%;
  min-width: auto;
  max-width: none;
}

.card.is-slider.mediaonas1 {
  width: auto;
  min-width: auto;
  max-width: none;
}

.card.is-slider.opiniakafel {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.icon-1x1-xsmall {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.heading-medium {
  color: #292929;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-medium.wypisanie-us-ug {
  text-align: center;
  font-weight: 300;
}

.heading-medium.tytulform {
  transition: all .3s;
}

.heading-medium.tytulform:hover {
  opacity: 1;
}

.heading-medium.tytulform.nazwaeks {
  box-sizing: border-box;
  background-color: var(--bialy);
  text-align: center;
  border-radius: 2rem;
  flex-flow: column;
  width: 100%;
  margin-top: 0;
  margin-bottom: 2rem;
  padding: 2rem 2.2rem 2.2rem;
  font-size: 1.5rem;
  display: flex;
}

.heading-medium.tytulform.nazwaeks:hover {
  opacity: 1;
}

._0-5rem-spacer {
  height: .5rem;
}

.footer-link-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #686868;
  flex-direction: column;
  margin-top: 1rem;
  display: flex;
}

.footer-link-wrap.wmenu {
  margin-top: 0;
}

.footer-link-wrap.wmenu.wyjwmenudwa {
  padding-right: 1rem;
}

.footer-link-wrap.hejka {
  margin-top: .2rem;
  padding-left: 1rem;
}

.slider-slide {
  background-color: #0000;
  height: auto;
  margin-right: 2rem;
}

._8rem-spacer {
  height: 8rem;
}

.split {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-wrap {
  background-color: #fff;
  border-radius: .6rem;
  justify-content: space-between;
  height: 4.25rem;
  display: flex;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

._4rem-spacer {
  height: 4rem;
}

.hero-content-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-content-wrapper.wraperformularza {
  flex-flow: column;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: .875rem;
  padding-right: .875rem;
  display: flex;
}

._1-5rem-spacer {
  height: 2.3rem;
}

.subheading {
  color: var(--szary);
  text-align: center;
  font-size: 1.25rem;
  font-weight: 300;
}

.subheading.opismisji {
  width: 80%;
  padding-top: 1rem;
}

.subheading.opismisji.tekstdolewej {
  text-align: left;
}

.subheading.dopisekcen {
  margin-bottom: 1rem;
  font-size: 1rem;
}

.subheading.bold {
  color: var(--czarny);
  padding-left: 8rem;
  padding-right: 8rem;
  font-weight: 600;
}

.step-text {
  flex: 1;
}

.container-small {
  width: 1200px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-small.dosrodka {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link {
  width: auto;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

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

.footer-link.logosocial {
  width: 10%;
}

.footer-link.logosocial.instadwa {
  margin-left: .5rem;
}

.page-load-indicator-wrap {
  background-color: #292929;
  border-radius: 100vw;
  width: 25%;
  height: .5rem;
  overflow: hidden;
}

.button-group {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.slider-arrow-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-top: 2rem;
  display: flex;
}

.slider-logo {
  max-width: none;
  height: 4rem;
}

.nav-left {
  width: 30%;
  display: block;
}

.cta-image {
  width: 71.25rem;
  height: 63.346rem;
  margin-top: -9.875rem;
  margin-left: -14.75rem;
  position: absolute;
  inset: 0% 0% auto;
  transform: rotate(0);
}

.step-image {
  border-radius: 2rem;
  width: 100%;
  max-width: none;
}

.hero-img-wrap {
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 21rem;
  padding-left: 0;
  display: flex;
  position: relative;
}

.hero-text-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 39rem;
  display: flex;
}

._3rem-spacer {
  height: 3rem;
}

.step-heading {
  color: var(--czarny);
  margin-bottom: .5rem;
  font-size: 4.5rem;
  font-weight: 400;
}

.step-heading.misjakolor {
  color: var(--zielony);
}

.footer-heading {
  color: #000;
  font-size: 1rem;
  font-weight: 700;
}

.slider-text-wrap {
  background-color: #fff;
  border: 1px #e0e0e0;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  padding: 1.5rem;
  display: flex;
  box-shadow: 0 10px 20px #0000000d;
}

.slider-text-wrap.fragementart {
  box-shadow: none;
  background-color: #fff0;
  padding-left: 0;
}

.main-wrapper.overflow-hidden {
  overflow: hidden;
}

.hero-card {
  max-width: none;
  height: 21rem;
  position: absolute;
  box-shadow: 0 17px 1.75rem .875rem #0000000d;
}

.hero-card.is-two {
  z-index: 5;
  border-radius: 2rem;
  inset: auto auto 0% 0%;
}

.hero-card.is-one {
  z-index: 4;
  margin-left: 4rem;
  inset: 0% auto 0% 0%;
}

.hero-card.is-three {
  z-index: 6;
  inset: auto auto 0% 0%;
}

.hero-card.is-four {
  z-index: 3;
  inset: 0% auto auto 0%;
}

.hero-card.is-five {
  z-index: 2;
  inset: 0% auto auto 0%;
}

._6rem-spacer, ._6rem-spacer.spacernaszamisja {
  height: 2rem;
}

.text-size-large {
  color: #686868;
  letter-spacing: normal;
  font-size: 1.25rem;
  font-weight: 300;
}

.cta-wrap {
  background-color: #ffffff80;
  border: 1px #525252;
  border-top-width: .3rem;
  border-radius: 2rem;
  justify-content: space-between;
  align-items: center;
  height: 30rem;
  display: flex;
  overflow: hidden;
}

._2rem-spacer {
  height: 2rem;
}

.container-medium {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 82rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.container-medium.dopisek {
  max-width: 86rem;
}

.container-medium.cennikcontainer {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.container-medium.cennikcontainer.kafleceny {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-medium.containerdopisek {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  display: flex;
}

.container-medium.kontenerkontakt {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.container-medium.kontenerkontakt.kontenerpodejscie {
  border-right: 0 #acacac;
  border-radius: 0;
  width: 55%;
  max-width: 82rem;
  margin-top: 0;
  padding-left: 2rem;
  padding-right: 2rem;
}

.container-medium.kontenerkontakt.kontenerpodejscie.prawykont {
  border-right-style: none;
}

.container-medium.kontenerkontakt.kontenerpodejscie.pierwszykontener {
  /*margin-top: 12rem;*/
}

._2-5rem-spacer {
  height: 2.5rem;
}

.section {
  z-index: 4;
  padding-top: 8rem;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}

.section.hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 12rem;
  padding-bottom: 0;
  display: flex;
}

.section.hero.indeks {
  z-index: 2;
}

.section.hero.indeks.stronaeksp {
  flex-flow: row;
  padding-top: 2rem;
}

.section.hero.indeks.stronaeksp.sekcjapodejscie {
  flex-flow: column;
  align-items: flex-start;
  padding-top: 12rem;
}

.section.hero.indeks.stronaeksp.sekcjapodejscie.sekcjawpodejsciutop {
  flex-flow: column;
  padding-top: 0;
}

.section.hero.indeks.stronaeksp.sekcjapodejscie.flexwmetodach {
  flex-flow: row;
}

.section.indeks.onaspadding {
  padding-top: 12rem;
}

.section.indeks, .section.czwarta, .section.indeks {
  z-index: 3;
}

.section.szosta {
  z-index: 3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.indekszero {
  z-index: 0;
  flex-flow: column;
  padding-top: 1rem;
  display: flex;
}

.section.indekszero.strzlkipadding {
  padding-top: 1rem;
}

.section.wyjsekcjauslugi {
  padding-top: 2rem;
}

.list-wrap {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  color: #000;
  flex-direction: column;
  margin-top: 2rem;
  padding-left: 0;
  display: flex;
}

.list-wrap.zaletycen {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.step-image-wrap {
  border: 75px #fff;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.step-image-wrap.obrazekpolewej {
  justify-content: flex-start;
  align-items: center;
  transform: translate(50px);
}

.step-image-wrap.obrazekpoprawej {
  justify-content: flex-end;
  align-items: center;
}

.navbar {
  z-index: 997;
  background-color: #0000;
  align-items: center;
  padding-top: 1.5rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.icon-1x1-xxsmall {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.slider-mask {
  max-width: 24rem;
  overflow: visible;
}

.slider-mask.kafelopinie {
  height: 20rem;
}

.hide {
  width: auto;
  display: none;
  position: fixed;
  overflow: hidden;
}

.logo {
  align-items: center;
  margin-left: .875rem;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.logo.footer-logo {
  margin-left: 0;
  position: static;
}

.text-weight-medium {
  font-weight: 500;
}

.text-weight-medium.color-e5e5e5 {
  color: #000;
  text-align: left;
  width: 66%;
  font-weight: 300;
}

.text-weight-medium.color-e5e5e5.dopiseknacta {
  color: var(--czarny);
}

.text-weight-medium.color-e5e5e5.eyebrow {
  color: var(--czarny);
  text-align: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  font-size: 1rem;
  font-weight: 400;
}

.text-weight-medium.color-e5e5e5.eyebrow.cennikeyebrow {
  font-size: 2.5rem;
  font-weight: 700;
}

.footer-bottom {
  color: #d6d6d6;
  border-top: .1px solid #525252;
  justify-content: space-between;
  align-items: center;
  padding-top: 2.125rem;
  padding-bottom: 3rem;
  display: flex;
}

.page-load {
  z-index: 998;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

._1rem-spacer {
  height: 1rem;
}

.heading-small {
  color: #000;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-small.placowki {
  color: var(--czarny);
  max-width: 80%;
}

.heading-small.placowki.ulicaplacowki {
  color: var(--czarny);
  font-size: 1.25rem;
  font-weight: 300;
}

.heading-small.placowki.ulicaplacowki.trescopini {
  padding-bottom: 1rem;
  font-weight: 700;
}

.heading-small.placowki.paddingnazwyplacowek {
  padding-top: 3rem;
  padding-bottom: 4rem;
  font-size: 1.8rem;
}

.heading-small.placowki.paddingnazwyplacowek.cennikkafle {
  max-width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.5rem;
}

.heading-small.placowki.paddingnazwyplacowek.cennikkafle.cena {
  color: var(--zielony);
  font-size: 2rem;
}

.heading-small.placowki.paddingnazwyplacowek.tytulmedia {
  width: 100%;
  max-width: none;
  padding-top: 0;
  padding-bottom: 2rem;
}

.page-load-indicator {
  background-image: linear-gradient(90deg, #82f0ff, #eb58f9 33%, #ffb600 66%, #90c542);
  border-radius: 200vw;
  width: 20%;
  height: 100%;
}

.text-size-medium {
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
}

.text-size-medium.text-weight-medium {
  color: var(--szary);
  font-weight: 300;
}

.text-size-medium.text-weight-medium.nazwaspecialisty {
  color: var(--czarny);
  font-size: 1.25rem;
  font-weight: 700;
  transition: all .2s;
}

.text-size-medium.text-weight-medium.nazwaspecialisty:hover {
  opacity: .5;
  transform: translate(0);
}

.text-size-medium.text-weight-medium.nazwaspecialisty.tytulwydarzenia {
  font-size: 1rem;
  line-height: 1.2em;
}

.text-size-medium.text-weight-medium.opinia {
  font-style: italic;
}

.text-size-medium.text-weight-medium.zrodlomedia {
  padding-bottom: .5rem;
  font-size: 1rem;
  font-style: italic;
}

.slider-arrow {
  cursor: pointer;
  background-color: #292929;
  border: .0625rem solid #525252;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  transition: all .3s;
  display: flex;
}

.slider-arrow:hover {
  opacity: .74;
  background-color: #292929;
}

.cta-image-wrap {
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
}

.footer-colmn {
  flex: 1;
}

.cta-text-wrap {
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding-left: 4rem;
  display: flex;
  position: relative;
}

.nav-right {
  justify-content: flex-end;
  width: 30%;
  display: flex;
}

.icon {
  text-align: left;
  border: 2px #292929;
  border-radius: 50%;
  width: 8rem;
  height: 8rem;
  margin-bottom: -2rem;
  transform: translate(0, -3rem);
  box-shadow: 0 2px 5px #0003, 0 2px 5px #0003, 0 0 #0000, 0 1px .4px #00000008, 0 2px .8px #0000000a, 0 3.4px 1.6px #0000000b, 0 5.4px 2.9px #0000000c, 0 8.9px 5.3px #0000000c, 0 15.4px 10.4px #0000000d, 0 30.6px 22.8px #0000000e;
}

.heading-xlarge {
  color: #000;
  width: 87%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-xlarge._1sekcja {
  text-align: left;
}

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

._1-25rem-spacer {
  height: 2rem;
}

._1-25rem-spacer.kolejny {
  height: 1rem;
}

.split-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.split-wrap.footer {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: flex-start;
}

.split-wrap.footer.footerpadd {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.5fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-bottom: 0;
  display: flex;
}

.button {
  color: #fff;
  background-color: #292929;
  border: 1px #525252;
  border-radius: 8rem;
  justify-content: center;
  align-items: center;
  padding: .5rem 1.5rem;
  font-weight: 500;
  transition: all .4s;
  display: flex;
}

.button:hover {
  color: #fff;
  background-color: #ff5678;
  border-style: none;
}

.button.is-large {
  border-style: solid;
  border-color: var(--czarny);
  border-radius: 4rem;
  padding: 1.5rem 4rem 1.7rem;
  font-size: 1.25rem;
}

.button.is-large:hover {
  border-color: var(--zielony);
  background-color: var(--zielony);
}

.button.is-large.is-secondary {
  color: #000;
  background-color: #ff567800;
  border-style: solid;
}

.button.is-large.is-secondary:hover {
  color: #fff;
  background-color: #292929;
}

.button.is-large.is-secondary.inny-button:hover {
  color: #000;
  background-color: #fff;
}

.button.is-large.is-secondary.innybutton {
  padding-left: 3.8rem;
  padding-right: 3.8rem;
}

.button.is-large.is-secondary.innybutton:hover {
  border-color: var(--czarny);
}

.button.is-secondary {
  background-color: #0000;
  border-style: none;
}

.button.is-secondary:hover {
  background-color: #fff;
}

.nav-middle {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #000;
  justify-content: center;
  align-items: center;
  width: 30%;
  font-weight: 500;
  display: flex;
}

.cta-image-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slider {
  z-index: 1;
  background-color: #0000;
  height: auto;
  margin-right: 2rem;
  overflow: hidden;
}

.slider.cennik {
  justify-content: space-between;
  width: 100%;
  max-width: 82em;
  display: flex;
}

.body {
  background-color: #feeecd;
}

.circle {
  z-index: -30;
  transform-style: preserve-3d;
  background-color: #92ccc7;
  background-image: radial-gradient(circle at 70% 40%, #fff6, #fff0);
  border-radius: 10000px;
  width: 260px;
  height: 260px;
  position: absolute;
  transform: translate3d(0, 0, -80px);
}

.circle.blue {
  filter: none;
  transform-style: preserve-3d;
  background-color: #ffccd6;
  width: 100px;
  height: 100px;
  transform: translate3d(-120px, 80px, -200px);
}

.obrazek {
  width: 100%;
  position: static;
  inset: 0% auto 0% 0%;
  transform: translate(5rem);
}

.dog {
  z-index: 2;
  display: block;
  position: absolute;
  transform: translate(-78px, -110px);
}

.image {
  max-width: 33%;
}

.tag-canvas {
  z-index: 9999;
  transform-origin: 0 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  overflow: hidden;
  transform: scale(1);
}

.text-block {
  color: var(--czarny);
  font-weight: 500;
}

.text-span, .text-span-2, .text-span-3, .text-span-4 {
  font-weight: 700;
}

.image-2 {
  max-width: none;
  height: 100%;
}

.image-3 {
  transform-style: preserve-3d;
  max-width: 33%;
  transition: all .3s;
}

.image-3:hover {
  transform: scale3d(.94, .94, 1.01);
}

.text-block-2 {
  color: var(--szary);
  font-size: .75rem;
}

.text-block-3 {
  color: #686868;
}

.text-block-3.wstopce {
  color: var(--czarny);
  text-align: center;
  white-space: normal;
  font-size: 1.14em;
  font-weight: 500;
  line-height: 1.2;
}

.dropdown-nav-content-wrapper---brix {
  justify-content: space-between;
  display: flex;
}

.dropdown-nav-main-wrapper-v1---brix {
  z-index: 998;
  background-color: #ffffff80;
  border: 1px #000;
  border-radius: 2rem;
  flex-flow: column;
  justify-content: space-between;
  padding: 4rem;
  display: flex;
  position: relative;
}

.dropdown-list-v1---brix {
  background-color: #fff;
  margin-top: 30px;
  left: 0%;
  right: 0%;
  box-shadow: 0 20px 14px #4a3aff03, 0 22px 22px -6px #170f4908;
}

.dropdown-list-v1---brix.w--open {
  border-radius: 2rem;
  margin-top: 4rem;
}

.nav-item-wrapper---brix {
  display: block;
}

.title---brix {
  color: #818181;
}

.title---brix:hover {
  color: #000;
}

.title---brix.dropdown-nav-title-v1---brix {
  color: #000;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 32px;
  font-weight: 700;
}

.title---brix.dropdown-nav-title-v1---brix.uslugimenuwyj {
  color: #fff;
}

.title---brix.dropdown-bottom-button-title---brix {
  color: #000;
  margin-top: auto;
  margin-bottom: 0;
  font-size: 1rem;
  display: inline-block;
}

.dropdown-icon---brix {
  z-index: 998;
  color: var(--zielony);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-weight: 300;
  position: relative;
}

.header-navigation---brix {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.split-content---brix.header-right---brix {
  align-items: center;
  display: flex;
}

.split-content---brix.header-left---brix {
  z-index: 99;
}

.dropdown-bottom-button-content---brix {
  margin-bottom: 0;
  position: relative;
}

.dropdown-nav-container---brix {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dropdown-nav-container---brix.adjust-this-for-your-container-size {
  justify-content: space-between;
  align-items: stretch;
  max-width: none;
}

.dropdown-nav-container---brix.adjust-this-for-your-container-size.kontwmenu {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.dropdown-nav---brix {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.button-primary {
  color: #fff;
  text-align: center;
  background-color: #4a3aff;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px 21px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, background-color .3s;
  display: flex;
  box-shadow: 0 3px 12px #4a3aff1f;
}

.button-primary:hover {
  background-color: #3527d8;
  transform: translate(0, -2px);
  box-shadow: 0 4px 10px #4a3aff26;
}

.button-primary.button-header {
  box-shadow: none;
  white-space: nowrap;
  background-color: #292929;
  padding: 1rem 2rem 1.2rem;
  font-size: 1.125rem;
}

.button-primary.button-header:hover {
  background-color: var(--zielony);
  box-shadow: none;
  transform: none;
}

.button-primary.button-header.button-cennik {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: block;
}

.button-primary.button-header.button-cennik.buttondopisek {
  width: auto;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  display: flex;
}

.button-primary.button-header.button-cennik.buttonoutline {
  color: var(--czarny);
  background-color: #29292900;
  border: 1px solid #000;
}

.button-primary.button-header.button-cennik.buttonoutline:hover {
  color: var(--bialy);
  background-color: #292929;
}

.dropdown-nav-pages-content---brix {
  color: #292929;
  margin-bottom: 70px;
  padding-left: 0;
}

.dropdown-nav-pages-content---brix.wyjwmenu {
  width: 100%;
}

.header-logo---brix {
  transform-style: preserve-3d;
  width: 100%;
  max-width: 100%;
  height: auto;
  transition: transform .3s;
}

.header-logo---brix:hover {
  transform: scale3d(.94, .94, 1.01);
}

.dropdown-menu-text---brix {
  color: #000;
  margin-right: 4px;
}

.dropdown-menu-text---brix.kryzysowywmenu {
  margin-right: 0;
  padding-left: 4rem;
  font-weight: 500;
  position: relative;
}

.dropdown-nav-pages-wrapper-v1---brix {
  width: auto;
  margin-right: 0;
}

.dropdown-nav-pages-wrapper-v1---brix.last---brix {
  margin-right: 0;
}

.dropdown-nav-content---brix {
  flex-flow: row;
  align-items: flex-start;
  display: flex;
}

.header-wrapper---brix {
  z-index: 3;
  background-color: #fff;
  border-radius: 4rem;
  justify-content: space-between;
  align-items: center;
  width: 82em;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 1.1rem 1rem 1.6rem;
  display: flex;
  position: fixed;
  box-shadow: 0 0 #0000, 0 1px .4px #00000008, 0 2px .8px #0000000a, 0 3.4px 1.6px #0000000b, 0 5.4px 2.9px #0000000c, 0 8.9px 5.3px #0000000c, 0 15.4px 10.4px #0000000d, 0 30.6px 22.8px #0000000e;
}

.dropdown-bottom-button-v1---brix {
  color: #6f6c90;
  background-color: #f7f7fb;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 1rem;
  text-decoration: none;
  transition: color .35s;
  display: flex;
}

.dropdown-bottom-button-v1---brix:hover {
  color: #4a3aff;
}

.image---brix.dropdown-button-icon---brix {
  color: #000;
  border-radius: 0%;
  width: auto;
  height: 100px;
}

.dropdown-menu-v1---brix {
  align-items: center;
  position: static;
}

.nav-menu---brix {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-right: 32px;
  display: flex;
}

.dropdown-nav-item---brix {
  margin-bottom: 16px;
  line-height: 1.66667;
}

.dropdown-nav-item---brix.last---brix {
  margin-bottom: 0;
}

.logo-brand---brix {
  padding-left: 0;
}

.flex-hc---brix {
  align-items: center;
  display: flex;
}

.flex-hc---brix.dropdown-button-v1---brix {
  flex-wrap: wrap;
  place-content: center;
  align-items: center;
  margin-bottom: 0;
}

.image-wrapper---brix {
  margin-right: 18px;
  overflow: hidden;
}

.image-wrapper---brix.dropdown-button-icon-v1---brix {
  border-radius: 0;
  align-self: flex-start;
  margin-bottom: .2rem;
}

.dropdown-bottom-button-arrow-v1---brix {
  opacity: .7;
  filter: saturate(24%);
  margin-left: 8px;
}

.dropdown-nav-link---brix {
  color: #292929;
  padding: 0;
  text-decoration: none;
  transition: color .35s;
}

.dropdown-nav-link---brix:hover {
  color: var(--zielony);
}

.dropdown-nav-link---brix.w--current {
  color: #4a3aff;
}

.nav-link---brix {
  align-items: center;
  padding: 0;
  transition: color .3s;
  display: none;
  position: static;
}

.nav-link---brix:hover {
  color: #4a3aff;
}

.text-block-4 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.3;
}

.bold-text {
  font-size: 1rem;
}

.link {
  color: #292929;
}

.text-span-5 {
  color: var(--zielony);
  font-weight: 700;
}

.text-block-5 {
  color: #000;
}

.text-block-6 {
  color: #292929;
  text-align: center;
  white-space: normal;
  width: 100%;
  padding-top: 1rem;
  font-size: 1.02rem;
  transform: translate(-.1rem);
}

.text-span-6 {
  color: var(--zielony);
  font-weight: 700;
}

.text-span-7 {
  font-weight: 700;
}

.text-block-7 {
  color: var(--czarny);
  font-weight: 500;
}

.image-4 {
  color: var(--czarny);
}

.text-block-8, .text-block-9 {
  color: var(--czarny);
  font-weight: 500;
}

.text-block-10 {
  color: var(--czarny);
  font-weight: 700;
}

.text-block-11, .text-block-12, .text-block-13 {
  color: var(--czarny);
  font-weight: 500;
}

.text-span-8 {
  color: var(--zielony);
  white-space: normal;
  font-weight: 700;
}

.image-5, .image-6, .image-7 {
  width: 80%;
  max-width: 80%;
}

.image-8 {
  z-index: 2;
  float: right;
  clear: none;
  transform-style: preserve-3d;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-9 {
  z-index: 2;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  max-height: 100vh;
  position: fixed;
  inset: 0%;
}

.image-9.przez {
  z-index: 1;
  mix-blend-mode: hue;
  max-width: none;
  height: 75vh;
  max-height: none;
}

.image-10 {
  border: 1px solid #bebebe;
  border-radius: 50%;
  max-width: 20%;
}

.image-10.avataropini {
  z-index: 999;
  position: static;
}

.text-span-9, .text-span-10 {
  color: var(--szary);
  font-weight: 300;
}

.opisobrazka {
  color: var(--szary);
  text-align: center;
  width: 80%;
  margin-top: 1rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: .75rem;
  display: block;
  position: absolute;
  inset: auto 0% 0% auto;
}

.opisobrazka.opisobrazkalewy {
  padding-left: 2rem;
  padding-right: 2rem;
  inset: auto auto 0% 0%;
}

.opizyzalet {
  font-size: .8rem;
}

.opizyzalet.dodatkoweopisyzalet {
  color: var(--szary);
}

.text-span-11 {
  color: var(--czarny);
}

.container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  display: grid;
}

.srodekilustracji {
  box-shadow: 0 0 #0000, 0 1.8px .2px #00000003, 0 3.6px .4px #00000004, 0 5.5px .7px #00000005, 0 7.6px 1px #00000005, 0 9.9px 1.4px #00000005, 0 12.6px 1.8px #00000005, 0 15.8px 2.4px #00000006, 0 19.6px 3.2px #00000006, 0 24.5px 4.2px #00000006, 0 30.8px 5.6px #00000006, 0 39.1px 7.6px #00000006, 0 50.5px 10.4px #00000006, 0 66.6px 14.4px #00000006, 0 90.6px 20.5px #00000007, 0 129.6px 30.7px #00000007, 0 205.5px 50.6px #00000007;
}

.text-span-12, .text-span-13, .text-span-14, .text-span-15 {
  font-weight: 600;
}

.path, .path-2, .rect {
  color: #bbb;
}

.text-span-16, .text-span-17 {
  font-weight: 600;
}

.path-3 {
  color: #bbb;
}

.text-span-18, .text-span-19, .text-span-20 {
  font-weight: 600;
}

.path-4 {
  color: #bbb;
}

.text-span-21, .text-span-22, .text-span-23, .text-span-24 {
  font-weight: 600;
}

.path-5 {
  color: #bbb;
}

.text-span-25 {
  font-weight: 600;
}

.drugailu {
  transform: translate(-50px);
}

.svg {
  width: 90%;
}

.svg-2 {
  width: 85%;
  transform: translate(-70px);
}

.svg-3 {
  width: 90%;
  transform: translate(-110px);
}

.text-span-26, .text-span-27, .text-span-28, .text-span-29 {
  color: var(--zielony);
}

.crypto-table_body {
  color: #fff;
  background-color: #ffffff80;
  border-bottom-left-radius: 40px;
}

.crypto-table_header {
  background-color: var(--czarny);
  border-radius: 20px;
}

.crypto-table_head_content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 1rem;
  font-weight: 600;
  display: flex;
}

.crypto-table_head_content.is-text-center {
  align-items: center;
}

.crypto-table_cell_content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 2rem;
  display: flex;
}

.crypto-table_text-small {
  color: #a1a1a1;
  font-size: 1rem;
}

.crypto-table_head {
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 1rem 1.5rem;
  font-size: .75rem;
  font-weight: 400;
}

.crypto-table_head.is-position {
  border-top-left-radius: 40px;
  width: 4rem;
}

.crypto-table_head.is-name {
  width: 24rem;
  padding-left: 1rem;
}

.crypto-table_head.prawygornyrog {
  border-top-right-radius: 40px;
  padding-left: 0;
}

.crypto-table_text-large {
  color: var(--czarny);
  white-space: nowrap;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  font-weight: 300;
}

.crypto-table_component {
  color: #fff;
  border-radius: 2rem;
  width: 100%;
  overflow: hidden;
}

.crypto-table_row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e6e6e6;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  grid-template-rows: auto;
  grid-template-columns: 4rem;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
}

.crypto-table_row.brakobramowki {
  border: 1px solid #0000;
}

.crypto-table_cell {
  color: var(--czarny);
  padding: 0 1.5rem 0 1rem;
  font-weight: 300;
}

.crypto-table_cell.is-price {
  text-align: center;
}

.crypto-table_cell.is-label {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 7.5rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.crypto-table_cell.is-label.lewyrogdolny {
  border-bottom-left-radius: 40px;
  overflow: visible;
}

.crypto-table_cell.lewyrog {
  border-bottom-right-radius: 40px;
}

.text-block-14 {
  color: var(--bialy);
  letter-spacing: 0;
  text-transform: none;
  font-size: 1.25rem;
  font-weight: 600;
}

.text-block-15 {
  color: var(--bialy);
  letter-spacing: 0;
  text-transform: none;
  font-size: 1.25rem;
}

.tytulcennik {
  font-size: 1.25rem;
}

.accordion-item {
  color: var(--czarny);
  width: 70%;
  font-size: 2rem;
  font-weight: 300;
  overflow: hidden;
}

.accordion-toggle {
  color: var(--czarny);
  justify-content: center;
  align-items: center;
  height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.accordion-icon {
  opacity: 1;
  color: var(--zielony);
  font-size: 1rem;
}

.dropdown-list {
  background-color: #fff0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: static;
}

.dropdown-list.tekstwaccordion {
  border: 1px #000;
  padding: 0 0 40px;
  font-size: 1rem;
}

.text-block-16 {
  font-size: 1.25rem;
  font-weight: 300;
}

.dropdown-link {
  text-align: center;
  padding-top: 0;
}

.text-block-17 {
  text-align: center;
  font-size: .75rem;
}

.text-block-17.wyj {
  width: 90%;
}

.text-span-30, .text-span-31, .text-span-32, .text-span-33, .text-span-34, .text-span-35, .text-span-36, .text-span-37 {
  color: var(--zielony);
}

.text-span-38 {
  font-weight: 700;
}

.header-navigation---brix-2 {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.nav-link---brix-2 {
  align-items: center;
  padding: 0;
  transition: color .3s;
  display: flex;
  position: static;
}

.nav-link---brix-2:hover {
  color: #4a3aff;
}

.text-block-18 {
  color: #292929;
  text-align: center;
  white-space: normal;
  flex-flow: column;
  width: 100%;
  padding-top: 0;
  font-size: 1.02rem;
  transform: translate(-.1rem);
}

.text-block-18.menumob2 {
  text-align: center;
  font-size: .8rem;
}

.dropdown-nav-link---brix-2 {
  color: #292929;
  padding: 0;
  text-decoration: none;
  transition: color .35s;
}

.dropdown-nav-link---brix-2:hover {
  color: #7bc016;
}

.dropdown-nav-link---brix-2.w--current {
  color: #4a3aff;
}

.text-span-39 {
  color: #7bc016;
  font-weight: 700;
}

.dropdown-icon---brix-2 {
  z-index: 998;
  color: #7bc016;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-weight: 300;
  position: relative;
}

.nav-menu---brix-2 {
  margin-right: 32px;
}

.bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5 {
  letter-spacing: 0;
  text-transform: none;
}

.text-span-40 {
  font-weight: 300;
}

.signup-field {
  color: var(--szary);
  text-align: left;
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: .5rem;
  align-items: center;
  height: 3rem;
  margin-bottom: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 14px;
  font-size: .7rem;
  transition: border-color .2s, box-shadow .2s, background-color .2s;
  display: flex;
  position: relative;
}

.signup-field:focus {
  border: 1px solid #1875f0;
  box-shadow: inset 0 1px 3px #0000000d, 0 0 4px #1875f0;
}

.signup-field::placeholder {
  color: #3333334d;
}

.signup-field.wiadomosc {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  height: 8rem;
  margin-bottom: 1.5rem;
}

.terms-text {
  color: #3339;
  margin-bottom: 8px;
  padding-left: 0;
  font-size: .75rem;
  position: relative;
  top: -2px;
}

.login-container {
  z-index: 10;
  width: 100%;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  display: block;
  position: relative;
}

.login-button {
  background-color: var(--czarny);
  border-radius: 40px;
  width: 100%;
  margin-top: 2rem;
  padding: 20px 18px 21px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 24px;
  transition: background-color .2s;
  display: block;
}

.login-button:hover {
  background-color: var(--zielony);
}

.login-head {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3em;
}

.gdpr-checkbox {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.login-page-link {
  color: #000;
  font-weight: 600;
}

.signup-label {
  z-index: -1;
  opacity: .6;
  color: #000;
  text-align: left;
  width: 100%;
  margin-bottom: 1rem;
  padding-left: 2px;
  font-size: 1rem;
  font-weight: 400;
}

.memberstack-form {
  color: var(--szary);
  padding-top: 0;
  position: relative;
}

.field-row {
  display: flex;
}

.field-wrapper {
  width: 100%;
  min-height: 30px;
  margin-top: 1.5rem;
  position: relative;
}

.field-wrapper.first-name-wrapper {
  margin-right: 15px;
}

.error-message {
  z-index: 100;
  color: #fff;
  text-align: center;
  background-color: #000;
  padding-top: 22px;
  padding-bottom: 22px;
  font-weight: 700;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.text-span-41 {
  color: var(--czerwony);
}

.text-block-19 {
  color: var(--szary);
  font-size: .75rem;
  font-weight: 300;
}

.text-span-42 {
  color: var(--bialy);
}

.text-span-43, .text-span-44, .text-span-45 {
  color: var(--czerwony);
}

.text-span-46 {
  color: var(--szary);
}

.text-span-47 {
  color: var(--czerwony);
}

.select-field {
  z-index: 1;
  background-color: #0000;
  height: 73px;
  min-height: 73px;
  font-size: 1.25rem;
  position: relative;
}

.select-field.wide {
  z-index: 30;
  background-color: var(--bialy);
  color: var(--szary);
  border: 1px solid #0000001a;
  border-radius: .5rem;
  align-items: center;
  height: 3rem;
  min-height: auto;
  margin-bottom: 0;
  padding: 0 1rem 0 .5rem;
  font-size: .75rem;
  line-height: 1;
  display: flex;
}

.text-block-20 {
  color: var(--bialy);
}

.success-message {
  background-color: var(--czarny);
}

.checkbox {
  margin-top: 0;
}

.link-block {
  width: 10%;
}

.image-11 {
  mix-blend-mode: normal;
  max-width: 100%;
}

.image-11.inst {
  margin-left: 0;
}

.image-11.socialobr {
  transition: all .3s;
}

.image-11.socialobr:hover {
  opacity: .66;
}

.socialflex {
  display: flex;
}

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

.text-block-21.tekstwkontakcie {
  color: var(--szary);
  padding-top: 1rem;
}

.text-block-21.tekstwkontakcie.teksteksperta {
  color: var(--czarny);
  text-align: left;
  width: 100%;
  font-weight: 300;
}

.text-block-21.tekstwkontakcie.teksteksperta.wsparcie {
  text-align: center;
}

.text-block-21.tekstwkontakcie.teksteksperta.tytu-us-ugi {
  color: var(--czarny);
  text-align: center;
  font-size: 1.5rem;
}

.text-block-21.tekstwkontakcie.teksteksperta.tekswpodejsciupadd {
  padding-bottom: 2rem;
}

.text-block-21.tekstwkontakcie.teksteksperta.dolwpodejsciu {
  color: var(--zielony);
  text-align: center;
  background-color: #fff;
  border-radius: 50px;
  margin-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 700;
  box-shadow: 0 2px 5px #0003;
}

.text-block-21.tekstwkontakcie.teksteksperta.spacer {
  border-bottom: 1px #c2c2c2;
  border-radius: 0;
  margin-bottom: 4rem;
}

.text-block-21.tekstwkontakcie.teksteksperta.banerek {
  background-color: var(--czarny);
  color: var(--bialy);
  text-align: left;
  border-radius: 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 2rem 2.1rem 2.2rem;
  font-size: 1rem;
}

.map {
  border-radius: 1rem;
  width: 50%;
  margin-top: 2rem;
}

.text-span-48 {
  color: var(--czarny);
  font-weight: 600;
}

.text-block-22, .text-block-23, .text-block-24, .text-block-25 {
  padding-right: 1rem;
}

.text-span-49 {
  color: #0000;
}

.text-span-50 {
  color: var(--zielony);
}

.image-12.zdjecieksperta {
  border-radius: 50%;
  width: 20%;
  box-shadow: 0 2px 25px #0003;
}

.text-span-51, .text-span-52 {
  font-weight: 600;
}

.text-span-53, .text-span-54 {
  font-weight: 300;
}

.link-block-2, .link-block-3, .link-block-4, .link-block-5 {
  width: 100%;
}

.div-block-2 {
  display: flex;
}

.text-span-55 {
  color: var(--czarny);
  font-weight: 600;
}

.image-13 {
  max-width: 100%;
  display: block;
}

.div-block-3 {
  justify-content: center;
  max-width: 50%;
  padding-bottom: 1rem;
  display: flex;
}

.div-block-3.psychologiczna {
  max-width: 30%;
}

.bold-text-6, .text-span-56, .text-span-57, .text-span-58, .bold-text-7 {
  color: var(--czarny);
}

.bold-text-8, .bold-text-9, .bold-text-10, .text-span-59 {
  font-weight: 300;
}

.bold-text-11 {
  color: var(--czarny);
  font-weight: 300;
}

.text-span-60, .text-span-61 {
  font-weight: 700;
}

.bold-text-12 {
  font-weight: 300;
}

.text-span-62 {
  font-weight: 700;
}

.link-block-6 {
  clear: right;
}

.image-14 {
  max-width: 55%;
}

.text-span-63, .bold-text-13, .bold-text-14, .bold-text-15 {
  color: var(--zielony);
}

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

.heading {
  color: #000;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.link-2 {
  color: #000;
  text-align: center;
  white-space: normal;
  width: 25%;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 300;
  font-size: 1rem;
}

.link-2.linkwyj {
  width: 15%;
}

.div-block-4 {
  border: 1px #000;
  border-radius: 1px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 0;
  /*padding-bottom: 2rem;*/
  font-size: 1.25rem;
  text-decoration: underline;
  display: flex;
}

.text-block-26 {
  color: var(--szary);
}

.bold-text-17, .bold-text-18, .bold-text-19, .bold-text-20 {
  color: var(--zielony);
}

.text-span-64 {
  font-weight: 700;
}

.div-block-5 {
  z-index: 3;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-image: linear-gradient(#f5e8ccf2, #f5e8ccf2);
  flex-flow: column;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10rem 1rem 2rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 4px 16px #0003;
  @media(max-width: 960px) {
    padding: 8rem 1rem 2rem;
  }
}

.div-block-5.metodyterapiigornemenu {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(#faedd0f2, #faedd0f2);
  width: 100%;
  box-shadow: 0 2px 8px #0003;
}

.bold-text-21, .bold-text-22, .bold-text-23, .bold-text-24, .bold-text-25, .bold-text-26 {
  color: var(--zielony);
}

@media screen and (max-width: 991px) {
  ._4-grid {
    grid-template-columns: 1fr 1fr;
  }

  .nav-button {
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    padding: 0;
    display: flex;
  }

  .nav-button.w--open {
    background-color: #0000;
  }

  .card.is-slider {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .card.is-slider.kafelcen {
    justify-content: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-medium {
    font-size: 2rem;
  }

  ._8rem-spacer.hide-mobile-portrait {
    height: 4rem;
  }

  .split {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-wrap {
    background-color: #0000;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  ._4rem-spacer {
    height: 2rem;
    display: block;
  }

  .hero-content-wrapper {
    flex-direction: column;
  }

  .nav-menu {
    background-color: #292929;
    border-bottom: .0625rem solid #525252;
    flex-direction: column;
    padding-top: 2rem;
  }

  .subheading.dopisekcen {
    margin-bottom: 1rem;
  }

  .subheading.bold {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container-small {
    width: 90%;
    max-width: 90%;
  }

  .page-load-indicator-wrap {
    width: 60%;
  }

  .button-group.is-navigation {
    border-top: .0625rem #9595a4;
    flex-direction: column-reverse;
    padding: 1.5rem 1rem;
  }

  .nav-left {
    width: auto;
  }

  .cta-image {
    margin-top: -6.875rem;
    margin-left: -1.35rem;
  }

  .step-image {
    max-width: 100%;
  }

  .hero-img-wrap {
    height: auto;
    margin-top: 0;
    transform: rotate(90deg);
  }

  .hero-text-wrap {
    max-width: 100%;
  }

  ._6rem-spacer {
    height: 2rem;
  }

  ._6rem-spacer.spacertab {
    height: 4rem;
  }

  .cta-wrap {
    height: 34rem;
  }

  .navigation-lottie {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-medium {
    max-width: 100%;
    position: static;
  }

  .container-medium.cennikcontainer {
    justify-content: center;
  }

  .container-medium.cennikcontainer.kafleceny {
    grid-template-columns: 1fr;
  }

  .container-medium.kontenerkontakt {
    width: 100%;
  }

  .container-medium.kontenerkontakt.kontenerpodejscie {
    width: 80%;
  }

  .container-medium.kontenerkontakt.kontenerpodejscie.prawykont {
    width: 80%;
    padding-top: 4rem;
  }

  .container-medium.kontenerkontakt.kontenerpodejscie.pierwszykontener {
    width: 80%;
  }

  .section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section.hero.indeks {
    padding-left: 2rem;
    padding-right: 3rem;
  }

  .section.hero.indeks.stronaeksp.sekcjapodejscie {
    flex-flow: column;
  }

  .section.indeks.jeden {
    padding-left: 2rem;
  }

  .step-image-wrap {
    order: -1;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
  }

  .step-image-wrap.obrazekpolewej, .step-image-wrap.obrazekpoprawej {
    justify-content: center;
    align-items: center;
  }

  .navbar {
    padding-top: 1rem;
  }

  .logo {
    margin-left: 0;
    padding-left: 0;
    position: static;
  }

  .text-weight-medium.color-e5e5e5.eyebrow {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .page-load {
    display: none;
  }

  .heading-small {
    width: 80%;
  }

  .heading-small.placowki.paddingnazwyplacowek.cennikkafle.cena {
    font-size: 1.125rem;
  }

  .cta-image-wrap {
    width: 40%;
  }

  .cta-text-wrap {
    width: 60%;
  }

  .nav-right {
    flex-direction: column;
    justify-content: center;
    width: auto;
  }

  .heading-xlarge {
    font-size: 4rem;
  }

  .heading-xlarge._1sekcja {
    font-size: 2.5rem;
  }

  .split-wrap.footer {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .split-wrap.footer.footerpadd {
    grid-template-columns: .5fr 1fr;
    padding-left: 0;
  }

  .div-block {
    justify-content: center;
    align-items: center;
    padding-top: 4rem;
    padding-left: 0;
  }

  .button.is-large, .button.is-large.is-secondary.innybutton {
    white-space: nowrap;
  }

  .nav-middle {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    margin-bottom: 2rem;
  }

  .slider {
    width: 100%;
    display: flex;
  }

  .obrazek {
    width: 85%;
    position: static;
    transform: translate(-1rem);
  }

  .image-2 {
    transform: translate(-2rem);
  }

  .dropdown-nav-main-wrapper-v1---brix {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 40px 24px;
  }

  .dropdown-list-v1---brix {
    z-index: 99;
  }

  .dropdown-nav-container---brix.adjust-this-for-your-container-size {
    grid-column-gap: 70px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .dropdown-nav-container---brix.adjust-this-for-your-container-size.kontwmenu {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .dropdown-nav---brix {
    margin-bottom: 0;
  }

  .dropdown-nav-pages-content---brix {
    margin-bottom: 32px;
    margin-right: 0;
    padding-left: 24px;
  }

  .header-logo---brix {
    width: 100%;
    max-width: 100%;
  }

  .dropdown-menu-text---brix {
    display: flex;
  }

  .dropdown-menu-text---brix.kryzysowywmenu {
    display: none;
  }

  .dropdown-nav-pages-wrapper-v1---brix {
    margin-right: 0;
  }

  .header-wrapper---brix {
    width: 96%;
    margin-left: 1rem;
    margin-right: 1rem;
    position: fixed;
    transform: none;
  }

  .dropdown-bottom-button-v1---brix {
    flex-flow: row;
    align-self: flex-start;
    width: auto;
    padding: 16px;
  }

  .image---brix.dropdown-button-icon---brix {
    border-radius: 12px;
  }

  .nav-menu---brix {
    margin-right: 16px;
  }

  .dropdown-nav-item---brix {
    margin-bottom: 12px;
    line-height: 1.6;
  }

  .image-wrapper---brix.dropdown-button-icon-v1---brix {
    border-radius: 12px;
    width: 56px;
  }

  .text-block-6 {
    white-space: normal;
    width: auto;
    max-width: none;
    transform: none;
  }

  .image-5 {
    width: 90%;
    max-width: 60%;
  }

  .image-6, .image-7 {
    max-width: 60%;
  }

  .image-8 {
    object-fit: fill;
    max-width: none;
    min-height: 100%;
    inset: 0% 0% 0% auto;
    transform: translate(10rem)scale3d(.5, 1, 1);
  }

  .opisobrazka {
    width: 80%;
    inset: auto 0% 0%;
  }

  .drugailu {
    width: 75%;
    padding-right: 4rem;
    transform: none;
  }

  .svg {
    width: 80%;
    padding-left: 6rem;
    transform: translate(-50px);
  }

  .svg-2 {
    width: 75%;
    padding-right: 6rem;
    transform: none;
  }

  .svg-3 {
    width: 80%;
    padding-right: 6rem;
    transform: translate(-60px);
  }

  .crypto-table_head.is-position {
    min-width: 4rem;
  }

  .crypto-table_text-large {
    white-space: normal;
  }

  .crypto-table_row.brakobramowki {
    border: 1px solid #0000;
  }

  .crypto-table_cell {
    min-width: 17.5rem;
  }

  .crypto-table_cell.is-label {
    min-width: 4rem;
  }

  .accordion-item {
    width: 100%;
  }

  .dropdown-list.tekstwaccordion {
    padding-bottom: 20px;
  }

  .text-block-17.pusty, .pusty {
    display: none;
  }

  .text-block-18 {
    white-space: normal;
    width: auto;
    max-width: none;
    padding-left: 1rem;
    padding-right: 1rem;
    transform: none;
  }

  .nav-menu---brix-2 {
    margin-right: 16px;
  }

  .login-container {
    padding-top: 1rem;
  }

  .login-head {
    margin-bottom: 4%;
  }

  .link-block, .link-block.w--current {
    width: 20%;
  }

  .text-block-21.tekstwkontakcie.teksteksperta, .map {
    width: 100%;
  }

  .image-12.zdjecieksperta {
    width: 30%;
  }

  .div-block-3 {
    max-width: 60%;
  }

  .div-block-3.psychologiczna {
    max-width: 40%;
  }

  .div-block-5 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .color-e5e5e5.opiseksperta {
    text-align: center;
  }

  ._4-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .card {
    justify-content: space-between;
    align-items: center;
  }

  .heading-medium {
    font-size: 3rem;
    line-height: 1.2;
  }

  .heading-medium.tytulform {
    font-size: 2.5rem;
  }

  .nav-menu {
    padding-left: 0;
    padding-right: 0;
  }

  .subheading.dopisekcen {
    margin-bottom: 1rem;
  }

  .subheading.bold {
    padding-left: 0;
    padding-right: 0;
  }

  .container-small {
    width: 100%;
    max-width: 100%;
  }

  .button-group {
    flex-wrap: wrap;
  }

  .cta-image {
    margin-top: -.875rem;
    margin-left: -20.05rem;
    transform: rotate(0);
  }

  .hero-img-wrap {
    margin-top: 0;
    transform: scale(.8)rotate(90deg);
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .cta-wrap {
    flex-direction: column;
    height: auto;
  }

  .container-medium.kontenerkontakt.kontenerpodejscie, .container-medium.kontenerkontakt.kontenerpodejscie.prawykont, .container-medium.kontenerkontakt.kontenerpodejscie.pierwszykontener {
    width: 100%;
  }

  .section {
    transform: translate(0);
  }

  .section.hero.indeks {
    padding-right: 2rem;
  }

  .section.indekszero {
    padding-top: 2rem;
  }

  .step-image-wrap {
    width: 100%;
  }

  .navbar {
    padding-top: 0;
  }

  .heading-small {
    font-size: 2rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .cta-image-wrap {
    display: none;
    transform: scale(.7);
  }

  .cta-text-wrap {
    width: 100%;
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 2rem;
  }

  .heading-xlarge {
    font-size: 4rem;
  }

  .split-wrap.footer.footerpadd {
    padding-left: 0;
  }

  .div-block {
    width: 100%;
    padding-top: 3rem;
    padding-left: 0;
    padding-right: 0;
    transform: translate(-1rem);
  }

  .button.is-large {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
    display: block;
  }

  .button.is-large.is-secondary.innybutton {
    padding-left: 4rem;
    padding-right: 4rem;
    display: block;
  }

  .nav-middle {
    padding-left: 1rem;
  }

  .slider {
    width: 100%;
  }

  .obrazek {
    width: 90%;
    max-width: none;
    transform: none;
  }

  .tag-canvas {
    width: 125%;
    height: 125%;
    transform: scale(.8);
  }

  .dropdown-nav-main-wrapper-v1---brix {
    padding: 24px 16px;
  }

  .title---brix.dropdown-nav-title-v1---brix {
    margin-bottom: 22px;
  }

  .dropdown-bottom-button-content---brix {
    margin-bottom: 16px;
  }

  .dropdown-nav-container---brix.adjust-this-for-your-container-size {
    flex-direction: column;
    display: flex;
  }

  .dropdown-nav---brix {
    margin-bottom: 0;
  }

  .button-primary {
    padding: 16px 34px;
    font-size: 16px;
    line-height: 18px;
  }

  .button-primary.button-header {
    display: none;
  }

  .dropdown-nav-pages-content---brix {
    margin-bottom: 24px;
    padding-left: 16px;
  }

  .dropdown-nav-pages-content---brix.kolewmanu {
    width: 57%;
  }

  .header-logo---brix {
    width: 100%;
    max-width: 100%;
  }

  .dropdown-menu-text---brix {
    margin-right: 2px;
    display: block;
  }

  .header-wrapper---brix {
    width: 95%;
    margin-top: 1rem;
  }

  .dropdown-nav-item---brix {
    margin-bottom: 12px;
  }

  .logo-brand---brix {
    width: 50%;
  }

  .flex-hc---brix.dropdown-button-v1---brix {
    margin-bottom: -16px;
  }

  .image-wrapper---brix.dropdown-button-icon-v1---brix {
    border-radius: 8px;
    width: 48px;
    margin-bottom: 16px;
    margin-right: 12px;
  }

  .text-span-5.palkawmo.paleczkawme {
    display: none;
  }

  .image-8 {
    opacity: 1;
    transform: scale3d(1none, 1none, 1none) scale(1.4);
  }

  .svg {
    transform: translate(-70px);
  }

  .svg-2 {
    transform: translate(20px);
  }

  .crypto-table_head.is-position {
    max-width: 4rem;
  }

  .crypto-table_row {
    grid-template-columns: minmax(4rem, 4rem);
  }

  .crypto-table_cell {
    min-width: 16rem;
  }

  .text-block-18 {
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
  }

  .signup-field {
    height: 50px;
  }

  .login-button {
    margin-top: 15px;
  }

  .signup-label {
    margin-bottom: 2px;
  }

  .field-wrapper.first-name-wrapper {
    margin-right: 5%;
  }

  .link-block.w--current {
    width: 20%;
  }

  .div-block-3 {
    max-width: 60%;
  }

  .div-block-3.psychologiczna {
    max-width: 50%;
  }

  .image-14 {
    max-width: 80%;
  }

  .link-2 {
    width: 100%;
  }

  .div-block-4 {
    flex-flow: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-block-26 {
    opacity: 0;
  }

  .div-block-5 {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-image: linear-gradient(#f5e8ccf2, #f5e8ccf2);
    width: 100%;
  }

  .div-block-5.metodyterapiigornemenu {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-image: linear-gradient(#fceed1 85%, #fceed100);
    flex-flow: column;
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .card {
    justify-content: space-between;
    align-items: center;
  }

  .card.is-slider.kafelcen {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }

  .card.is-slider.mediaonas1 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
  }

  .heading-medium {
    font-size: 2rem;
  }

  .heading-medium.tytulform {
    font-size: 1.3rem;
  }

  .heading-medium.tytulform.nazwaeks {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .heading-medium.hdwyj {
    line-height: 1;
  }

  .footer-link-wrap.wmenu.wyjwmenu {
    margin-top: .8rem;
  }

  .slider-slide {
    width: 100%;
  }

  .split {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .hero-content-wrapper.wraperformularza {
    margin-top: 4rem;
  }

  .subheading.dopisekcen {
    margin-bottom: 1rem;
  }

  .container-small {
    max-width: 100%;
  }

  .footer-link.logosocial {
    width: 10%;
  }

  .footer-link.wyjwmenutrzy {
    padding-top: .8rem;
  }

  .button-group {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    display: block;
  }

  .slider-arrow-wrap.indeks {
    margin-top: .125rem;
  }

  .cta-image {
    margin-top: -3.975rem;
    transform: rotate(0);
  }

  .hero-img-wrap {
    height: auto;
    margin-top: 0;
    padding-left: 0;
    transform: scale(.7)rotate(90deg);
  }

  .footer-heading.menuwyj4 {
    display: none;
  }

  ._6rem-spacer {
    height: 4rem;
  }

  .cta-wrap {
    height: auto;
  }

  .container-medium.kontenerkontakt {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    justify-content: flex-start;
    align-items: center;
  }

  .container-medium.kontenerkontakt.kontenerpodejscie {
    width: 100%;
    max-width: 82rem;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container-medium.kontenerkontakt.kontenerpodejscie.prawykont {
    margin-left: 1rem;
    margin-right: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container-medium.kontenerkontakt.kontenerpodejscie.pierwszykontener {
    width: 100%;
    max-width: 82rem;
    /*margin-top: 4rem;*/
    margin-left: 1em;
    margin-right: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section {
    padding-top: 4rem;
  }

  .section.hero {
    padding-top: 8rem;
    transform: none;
  }

  .section.hero.indeks {
    padding-top: 12rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section.hero.indeks.stronaeksp {
    padding-top: 8rem;
  }

  .section.indeks.jeden {
    padding-left: 1rem;
  }

  .section.szosta {
    padding-left: 2rem;
    padding-right: 1rem;
  }

  .section.indekszero, .section.indekszero.strzlkipadding {
    padding-top: 0;
  }

  .list-wrap {
    padding-left: 0;
  }

  .step-image-wrap {
    width: 100%;
  }

  .navbar {
    padding-top: 0;
  }

  .slider-mask {
    width: 100%;
    max-width: none;
  }

  .text-weight-medium.color-e5e5e5 {
    text-align: center;
    width: 100%;
  }

  .text-weight-medium.color-e5e5e5.dopiseknacta {
    text-align: left;
  }

  .text-weight-medium.color-e5e5e5.eyebrow {
    padding-left: 0;
    padding-right: 0;
    font-size: .75rem;
  }

  .footer-bottom {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .heading-small {
    font-size: 1.5rem;
  }

  .cta-image-wrap {
    display: none;
  }

  .footer-colmn.wyjmob7 {
    margin-top: -2.2rem;
  }

  .cta-text-wrap {
    justify-content: center;
    align-items: flex-start;
    padding: 2rem 1rem;
  }

  .heading-xlarge {
    font-size: 2.7rem;
  }

  .heading-xlarge._1sekcja {
    text-align: center;
    width: 100%;
    font-size: 2rem;
  }

  .split-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-wrap: wrap;
  }

  .split-wrap.footer.footerpadd {
    grid-template-rows: auto auto;
    grid-template-columns: .5fr 1fr;
    padding-left: 0;
    display: flex;
  }

  .split-wrap.footer.footerpadd.stopkamob {
    grid-column-gap: .4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .div-block {
    justify-content: center;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 0;
    padding-right: 1rem;
    transform: none;
  }

  .button.is-large {
    text-align: center;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: auto;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .button.is-large.is-secondary.innybutton {
    margin-bottom: 1rem;
  }

  .nav-middle {
    margin-bottom: 0;
  }

  .slider {
    width: 100%;
  }

  .obrazek {
    flex: 0 auto;
    width: 97%;
    max-width: 100%;
  }

  .dog {
    max-width: 150px;
    transform: translate(-50px, -110px);
  }

  .dropdown-nav-content-wrapper---brix {
    flex-flow: column;
  }

  .dropdown-nav-main-wrapper-v1---brix {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 2rem 2rem 2.2rem;
  }

  .dropdown-list-v1---brix.w--open {
    overflow: visible;
  }

  .title---brix.dropdown-nav-title-v1---brix {
    margin-bottom: .8rem;
  }

  .title---brix.dropdown-nav-title-v1---brix.uslugimenuwyj {
    display: none;
  }

  .dropdown-bottom-button-content---brix {
    margin-bottom: 0;
  }

  .dropdown-nav-container---brix.adjust-this-for-your-container-size {
    display: block;
  }

  .dropdown-nav-container---brix.adjust-this-for-your-container-size.menumob {
    font-size: .75rem;
  }

  .button-primary {
    padding: 15px 34px 16px;
  }

  .button-primary.button-header {
    padding-left: 24px;
    padding-right: 24px;
  }

  .dropdown-nav-pages-content---brix {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .header-logo---brix {
    width: 100%;
    max-width: 100%;
  }

  .dropdown-menu-text---brix {
    display: block;
  }

  .dropdown-nav-pages-wrapper-v1---brix {
    margin-bottom: 20px;
  }

  .header-wrapper---brix {
    width: 92%;
    overflow: visible;
  }

  .flex-hc---brix.dropdown-button-v1---brix {
    margin-bottom: 0;
  }

  .image-wrapper---brix.dropdown-button-icon-v1---brix {
    align-self: auto;
    margin-bottom: 0;
  }

  .text-span-5.palkawmo {
    display: none;
  }

  .image-5 {
    width: 70%;
    max-width: 70%;
  }

  .image-6 {
    max-width: 70%;
  }

  .image-7 {
    width: 70%;
    max-width: 70%;
  }

  .image-8 {
    opacity: 1;
    display: none;
    transform: translate(20rem)scale3d(.3, 1, 1);
  }

  .container {
    grid-template-columns: 1fr;
  }

  .drugailu {
    width: 100%;
    padding-left: 2rem;
  }

  .svg {
    width: 100%;
    padding-left: 5rem;
    padding-right: 1rem;
  }

  .svg-2, .svg-3 {
    width: 100%;
    padding-left: 2rem;
    padding-right: 4rem;
  }

  .crypto-table_text-large {
    font-size: .75rem;
  }

  .crypto-table_cell {
    width: 60%;
    min-width: 60%;
    padding-right: 0;
    font-size: .6rem;
  }

  .text-block-14, .text-block-15 {
    font-size: .7rem;
  }

  .accordion-item.wyjdwa {
    padding-top: 20px;
  }

  .accordion-toggle {
    height: 80px;
  }

  .accordion-toggle.wyjwielk {
    height: 100px;
  }

  .dropdown-list.tekstwaccordion {
    padding-bottom: 0;
  }

  .text-block-16 {
    text-align: center;
    white-space: pre-wrap;
  }

  .text-block-16.wyjatek {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-17.wyj {
    width: 100%;
  }

  .text-block-18 {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .text-block-18.menumob2 {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .75rem;
  }

  .login-container {
    min-width: 0;
  }

  .login-head {
    font-size: 22px;
  }

  .signup-label {
    margin-bottom: .5rem;
  }

  .field-wrapper {
    margin-top: 1rem;
  }

  .checkbox {
    margin-top: 0;
  }

  .link-block, .link-block.w--current {
    width: 40%;
  }

  .image-11.socialobr {
    width: 100%;
    max-width: none;
  }

  .text-block-21.tekstwkontakcie.teksteksperta {
    padding-top: .33rem;
  }

  .text-block-21.tekstwkontakcie.teksteksperta.dolwpodejsciu {
    text-align: center;
    padding-top: 1rem;
  }

  .text-block-21.tekstwkontakcie.teksteksperta.banerek {
    border-radius: 1rem;
    padding: 1rem 1.2rem 1.2rem;
  }

  .image-12 {
    max-width: 50%;
  }

  .image-12.zdjecieksperta {
    width: 50%;
  }

  .div-block-3 {
    max-width: 70%;
  }

  .div-block-3.psychologiczna {
    max-width: 60%;
  }

  .image-14 {
    width: 100%;
    max-width: 100%;
  }

  .heading {
    font-size: 2rem;
    line-height: 1.2;
  }

  .link-2 {
    width: 80%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-4 {
    flex-flow: column;
    font-size: 1rem;
  }

  .text-block-26 {
    opacity: 1;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-block-26.metodymenu, .text-block-26.diapal {
    opacity: 0;
  }

  .div-block-5 {
    background-image: linear-gradient(#fceed1 86%, #fceed100);
    width: 100%;
    padding-top: 8rem;
    padding-bottom: 1rem;
  }

  .div-block-5.metodyterapiigornemenu {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-image: linear-gradient(#faedd0a1, #faedd0a1);
    flex-flow: column;
    padding-bottom: 1rem;
    box-shadow: 0 2px 8px #0003;
  }

  .bold-text-27 {
    font-size: 1rem;
  }
}

#w-node-_94fa9aa0-3c08-c032-9607-f5bb35373785-b8828c71, #w-node-_94fa9aa0-3c08-c032-9607-f5bb35373790-b8828c71, #w-node-_94fa9aa0-3c08-c032-9607-f5bb3537379b-b8828c71, #w-node-_94fa9aa0-3c08-c032-9607-f5bb353737a6-b8828c71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


