:root {
  --dark-txt: #1c1d1c;
  --grafit: #2b3530;
  --white: white;
  --dark-grafit: #1d221f;
  --sweet-bg: #fffef9;
  --cream: #e0d2b9;
  --button-white: #f9f3e9;
  --white-cream: #fffade;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--dark-txt);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 30px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.33rem;
  font-weight: 600;
  line-height: 30px;
}

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

p {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 22px;
}

.preloader {
  z-index: 10000;
  background-color: var(--grafit);
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.preloader.dark {
  background-color: var(--dark-grafit);
  display: none;
}

.preloader.none {
  display: none;
}

.image-cover {
  color: var(--white);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-cover.radius10 {
  border-radius: 10px;
}

.logo-preloader {
  width: 135px;
  position: relative;
}

.symbol-preloader {
  width: 30px;
  margin-bottom: 1rem;
}

.opacity-logo-preloader {
  background-color: var(--grafit);
  display: flex;
  position: absolute;
  inset: 0%;
}

.opacity-logo-preloader.dark {
  background-color: var(--dark-grafit);
}

.page-wrapper {
  overflow: hidden;
}

.container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.68rem;
  padding-right: 3.68rem;
}

.container.footer {
  flex-flow: column;
  justify-content: space-between;
  height: 523%;
  display: flex;
}

.container.navbar {
  background-color: #0000;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.wrapper.centered {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.wrapper.centered.double-padd {
  padding-top: 10.44rem;
  padding-bottom: 10.44rem;
  position: relative;
  top: 0;
  bottom: 0;
}

.wrapper.centered.double-padd.pages-top-padd {
  padding-top: 13rem;
}

.wrapper.centered.double-padd.pages-top-padd.bottom-zero-padd {
  padding-bottom: 0;
}

.wrapper.centered.double-padd.bootom-var-padd-copy {
  padding-top: 13rem;
  padding-bottom: 6rem;
}

.wrapper.centered.double-padd.team-padd {
  padding-top: 13rem;
  padding-bottom: 4rem;
}

.wrapper.centered.cta-padd {
  padding: 10rem 18vw;
}

.wrapper.centered.zespol-padd {
  padding-top: 4rem;
  padding-bottom: 0;
  position: relative;
  top: 0;
  bottom: 0;
}

.wrapper.centered.horizontaly-auto {
  margin-left: auto;
  margin-right: auto;
}

.wrapper.centered.horizontaly-auto.bottom-padd {
  margin-bottom: 10rem;
}

.wrapper.double-padd {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.wrapper.footer-top-padd {
  height: 100%;
  padding-top: 100px;
}

.wrapper.small-double-padd {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.wrapper.small-double-padd.team-gap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.hero-block {
  background-color: var(--sweet-bg);
  position: relative;
}

.full-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.full-container.white-txt {
  color: var(--white);
  height: 100vh;
}

.full-video-bg {
  background-color: #000000a8;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: sticky;
  inset: 0%;
}

.big-heading-container.centered {
  text-align: center;
}

.big-heading-container.centered.none {
  display: none;
}

.phrase {
  color: var(--white);
  margin-bottom: 0;
  font-size: 2.7rem;
  font-weight: 300;
  line-height: 100%;
}

.phrase-big {
  color: var(--cream);
  margin-bottom: 0;
  font-size: 6.77rem;
  font-weight: 700;
  line-height: 95%;
}

.phrase-big.white-color {
  color: var(--white);
}

.holyholi-symbol {
  opacity: .6;
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  display: flex;
}

.holyholi-symbol.none {
  display: none;
}

.holyholi-lines {
  opacity: .6;
  justify-content: center;
  align-items: center;
  width: 8rem;
  padding-bottom: 4rem;
  display: flex;
}

.about-block {
  position: relative;
}

.about-block.green-bg {
  background-color: var(--grafit);
  color: var(--white);
  background-image: url('../images/shadow-1_1.webp');
  background-position: 50%;
  background-size: cover;
}

.page-loader_noise {
  z-index: 0;
  opacity: .03;
  background-image: url('../images/nz.gif');
  background-size: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.page-loader_noise.radius100 {
  border-radius: 100%;
}

.page-loader_noise.radius {
  border-radius: 30px;
}

.text {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 22px;
}

.text.coming-soon-color {
  color: #6e7974;
  font-size: .9rem;
}

.text-container.centered {
  text-align: center;
  padding-top: .2rem;
}

.text-container.top-small-padd {
  padding-top: 1rem;
}

.text-container.top-small-padd.none {
  display: none;
}

.text-container.top-small-padd.centered {
  height: 50px;
  overflow: hidden;
}

.text-container.top-small-padd.centered.full {
  height: auto;
}

.text-container.top-big-padd {
  text-align: right;
  padding-top: 4rem;
  padding-left: 4rem;
}

.logo-about-container {
  width: 30%;
  padding-bottom: 2rem;
}

.logo-about-container.pages-logo {
  width: 20%;
}

.big-img-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  width: 100%;
  padding-top: 7.77rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.big-img-container.pages-padd {
  padding-top: 3rem;
}

.big-img-container.pages-padd.none {
  display: none;
}

.about-img {
  width: 33%;
}

.about-img.big {
  width: 100%;
}

.animate-words {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 29%;
  overflow: hidden;
}

.animate-words.none {
  display: none;
}

.div-block {
  flex: none;
  width: 100vw;
}

.services-block.none {
  display: none;
}

.flex-horizontal-row {
  justify-content: space-between;
  display: flex;
  position: relative;
}

.flex-horizontal-row.medium-topp-padd {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  padding-top: 4rem;
}

.flex-horizontal-row.medium-topp-padd.services.none {
  display: none;
}

.flex-horizontal-row.medium-topp-padd.services.lefttoright {
  padding-top: 5rem;
}

.flex-horizontal-row.top-1rem-padd {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  padding-top: 1rem;
}

.flex-horizontal-row.aling {
  justify-content: center;
}

.flex-horizontal-row.big {
  padding-top: 8rem;
  padding-bottom: 1rem;
}

.flex-horizontal-row.small-cta {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  padding-top: 6rem;
}

.flex-horizontal-row.small-cta.none {
  display: none;
}

.flex-horizontal-row.gap1rem {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.flex-horizontal-row.top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: flex-start;
}

.large-item-container {
  width: 70%;
}

.heading-container {
  position: relative;
}

.heading-container.centered {
  text-align: center;
}

.heading-container.centered.top-padd {
  padding-top: .4rem;
}

.heading-container.big-top-padd {
  padding-top: 4rem;
}

.small-symbol-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  display: flex;
}

.card {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.card.half {
  color: var(--dark-txt);
  width: 50%;
  height: 23rem;
  text-decoration: none;
}

.card.into-three {
  color: var(--dark-txt);
  background-color: #f3f1ee;
  border-radius: 10px;
  width: 33.33%;
  height: 13rem;
  text-decoration: none;
}

.card.big-card {
  color: var(--dark-txt);
  background-color: #f3f1ee;
  border-radius: 10px;
  width: 100%;
  height: 13rem;
  text-decoration: none;
}

.card.big-card.green {
  border: 1px solid var(--button-white);
  background-color: var(--grafit);
  color: var(--white);
}

.card.big-card.centered-small {
  border: 1px solid var(--button-white);
  background-color: var(--grafit);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 60%;
  height: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.img-card {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.radius10 {
  border-radius: 10px;
}

.card-bttn-container {
  padding-top: 12px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.card-bttn-container.centered {
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-button {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  display: flex;
}

.card-button.space-between {
  justify-content: space-between;
}

.bttn-txt {
  background-color: var(--white);
  border-radius: 4px;
  padding: 5px 13px;
}

.bttn-txt.color {
  color: var(--dark-txt);
  background-color: #f3f1ee;
}

.arrow-container {
  background-color: var(--grafit);
  border-radius: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 4px 6px;
  display: flex;
}

.arrow-container.absolute {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  color: var(--white);
  flex-flow: row;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  position: absolute;
  inset: auto 3% 5% auto;
}

.card-txt-container {
  background-color: #f3f1ee;
  border-radius: 4px;
  margin-bottom: 12px;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
}

.card-txt-container.color {
  color: var(--white);
  background-color: #0000;
}

.div-block-2 {
  padding: 13px;
}

.div-block-2.centered {
  text-align: center;
}

.small-text {
  font-size: .77rem;
  line-height: 16px;
}

.small-text.left-align {
  text-align: left;
}

.small-text.left-align.heading-h {
  font-size: 1rem;
  font-weight: 500;
}

.small-text.bold {
  font-weight: 600;
}

.small-text.bold.smaller {
  font-size: .6rem;
}

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

.small-text.centered.smaller.time-card {
  text-align: left;
}

.small-text.smaller {
  font-size: .7rem;
}

.medium-text {
  font-size: .8rem;
  font-weight: 500;
}

.cta-block.none {
  display: none;
}

.big-heading {
  font-size: 2.55rem;
  line-height: 45px;
}

.big-heading.big-caps {
  text-transform: uppercase;
}

.logo-cta-container.none {
  display: none;
}

.description-container.centered {
  text-align: center;
}

.description-container.centered.small-top-padd {
  padding-top: 1rem;
}

.description-container.centered.small-top {
  padding-top: .3rem;
}

.description-container.centered.small-top.flex-gap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.description-container.centered.none {
  display: none;
}

.description-container.centered.big-double-padd {
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.description-container.centered.big-top {
  padding-top: 2rem;
}

.description-container.small-top-padd {
  margin-top: 2rem;
}

.description-container.comming-soon-padd {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.description-container.comming-soon-padd.centered-copy {
  text-align: center;
}

.button-container.top-padd {
  padding-top: 2rem;
}

.button-container.small {
  flex-flow: column;
  margin-top: 1rem;
  padding-top: 0;
  display: flex;
  position: relative;
}

.button {
  background-color: var(--grafit);
  color: var(--white);
  border-radius: 100px;
  padding: 14px 28px;
  font-size: .8rem;
  font-weight: 500;
}

.button.nav {
  font-size: .8rem;
}

.button.small {
  padding: 12px 22px;
  font-size: .77rem;
}

.button.booksy {
  background-image: url('../images/healthicons_calendar-outline.svg');
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 48px;
}

.swiper-slide {
  flex: none;
  width: 400px;
  max-width: none;
  height: 400px;
}

.swiper-slide.big {
  height: 600px;
}

.swiper-button-next {
  color: #1a1a18;
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
}

.swiper-button-next:hover {
  color: #000;
}

.basic-swiper-arrows-wrapper {
  grid-column-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.swiper-wrapper {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.swiper {
  width: 100%;
}

.div-block-3 {
  justify-content: flex-end;
  align-items: flex-start;
  width: 90%;
  padding-top: 3rem;
  padding-bottom: 1rem;
  display: flex;
}

.team-cards {
  background-color: var(--button-white);
  color: var(--dark-txt);
  background-image: url('../images/shadow-1_1.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}

.team-cards.padd-gallery {
  margin-top: 4rem;
}

.visit-half {
  width: 760px;
  height: 680px;
  position: relative;
  left: 4%;
}

.visit-half.absolute {
  flex-flow: column;
  justify-content: space-between;
  width: 800px;
  height: auto;
  display: flex;
  position: relative;
  inset: 0% 4% 0% auto;
}

.background-video {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.circle {
  background-color: var(--grafit);
  color: var(--white);
  background-image: url('../images/shadow-1_1.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2rem 7rem;
  display: flex;
}

.circle-item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.number-item {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.number-item.first {
  margin-top: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.small-number {
  font-size: 1.22rem;
  font-weight: 600;
}

.small-number._1rem-padd {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.small-light-text {
  font-size: .88rem;
  font-weight: 300;
}

.div-block-6 {
  text-align: center;
}

.half-container {
  border-radius: 30px;
  width: 50%;
}

.half-container.cream-bg {
  background-color: var(--button-white);
  background-image: url('../images/shadow-1_1.webp');
  background-position: 100%;
  background-repeat: repeat-x;
  background-size: auto;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 80px 6rem;
  display: flex;
  position: relative;
}

.half-container.cream-bg.form-container {
  justify-content: center;
  align-items: center;
}

.half-container.kontakt {
  padding-top: 80px;
  padding-left: 6rem;
  padding-right: 6rem;
}

.flex-vertical-row {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.faq-container {
  width: 100%;
}

.hint-text {
  font-size: .86rem;
}

.faq-heading {
  color: #181818;
  text-transform: none;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .9rem;
  font-weight: 600;
  line-height: 100%;
}

.faq-heading.price {
  color: var(--white);
}

.question-inner {
  grid-column-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.answer-div {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 1rem;
  padding-bottom: 0;
  display: flex;
}

.answer-div.price {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.answer-faq {
  background-color: #0000;
  padding-top: 0;
  padding-left: 1.5rem;
  padding-right: 6vw;
  display: none;
  position: relative;
  overflow: hidden;
}

.answer-faq.price {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.faq {
  border-bottom: 1px solid var(--button-white);
  background-color: #f9f3e999;
  border-radius: 16px;
  width: 100%;
  height: auto;
  margin-bottom: .5rem;
  padding-bottom: .8rem;
}

.faq.price {
  background-color: var(--grafit);
  color: var(--white);
}

.question-faq {
  grid-column-gap: 0px;
  white-space: pre-wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: .8rem 1.5rem 0;
  display: flex;
}

.faq-items {
  width: 70%;
  margin-top: 3rem;
}

.plus-icon {
  width: 100%;
  max-width: 24px;
  height: 24px;
  margin-top: 0;
}

.adress-container {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: column;
  padding-top: 2rem;
  display: flex;
}

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

.hint.grey {
  color: #6d6d6d;
  font-size: .7rem;
  text-decoration: none;
}

.semi-bold {
  font-weight: 600;
}

.social-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  padding-top: 2rem;
  display: flex;
}

.social-icon {
  width: 31px;
  height: 31px;
}

.social-icon.none {
  display: none;
}

.social-icon.smal {
  width: 21px;
  height: auto;
}

.social-icon.circle-team {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff1a;
  border-radius: 100px;
  width: 31px;
  height: auto;
  padding: .3rem;
}

.form-container {
  padding-top: 40px;
  position: relative;
}

.text-field {
  border-radius: 12px;
  height: auto;
  padding-top: 16px;
  padding-bottom: 16px;
}

.textarea {
  border-radius: 12px;
  height: auto;
  padding-top: 16px;
  padding-bottom: 60px;
}

.form {
  width: auto;
}

.smaller-text {
  font-size: .5rem;
  line-height: 100%;
}

.checkbox {
  border: 1px solid var(--button-white);
}

.checkbox.w--redirected-checked {
  background-color: var(--grafit);
}

.footer-block {
  color: var(--white);
  background-color: #0000;
  background-image: url('../images/Ellipse-47.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 0;
  width: auto;
  height: auto;
  position: relative;
  overflow: hidden;
}

.nav-text {
  font-size: .9rem;
}

.footer-social {
  justify-content: flex-start;
  align-items: flex-end;
  width: 24%;
  display: flex;
}

.footer {
  position: relative;
}

.menu-items {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  margin-top: 1rem;
  display: flex;
}

.policy-div {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 24%;
  display: flex;
}

.footer-logo {
  width: 24%;
}

.footer-small-half {
  flex-flow: column;
  width: 33.33%;
  display: flex;
}

.footer-coop {
  justify-content: center;
  align-items: flex-end;
  width: 30%;
  display: flex;
}

.white-link {
  color: #fff;
  font-size: .8rem;
  text-decoration: none;
}

.footer-medium-half {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 53.33%;
  display: flex;
}

.s-icon {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 31px;
  margin-right: 1rem;
  display: flex;
  position: relative;
}

.s-icon.none {
  display: none;
}

.link-block {
  text-decoration: none;
}

.swiper-button-prev {
  color: #1a1a18;
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
}

.swiper-button-prev:hover {
  color: #000;
}

.about-txt-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.about-txt-container.pages-width {
  width: 60%;
  display: none;
}

.cennik-block.none {
  display: none;
}

.bg-navbar {
  background-color: var(--white);
  border-radius: 100px;
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: .6rem .4rem;
}

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

.navbar-brand {
  width: 135px;
  margin-left: 1rem;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: .8rem;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 45px;
}

.header {
  z-index: 9999;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: 1% 0% auto;
}

.price-card {
  width: 100%;
  padding-top: 1rem;
}

.menu-button-2 {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 46px;
  height: 28px;
  display: flex;
}

.menu-line {
  background-color: #231f1c;
  width: 100%;
  height: 2px;
}

.menu-line.shorter {
  width: 62%;
  margin-top: 9px;
}

.half {
  width: 50%;
}

.half.service.holy {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.half.service.holy-padd {
  padding-left: 8rem;
}

.half.flex {
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.half.flex.big {
  width: 100%;
}

.coming-soon {
  z-index: 10000;
  color: var(--white);
  background-color: #1a100b;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.coming-soon.green, .coming-soon.green.big {
  background-color: var(--grafit);
}

.draft-heading {
  text-align: center;
  text-transform: uppercase;
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-size: 12rem;
  font-weight: 200;
  line-height: 100%;
}

.image {
  width: 100%;
}

.services-card {
  width: 33.33%;
}

.services-card.big {
  width: 50%;
}

.services-card.cta-width {
  width: 100%;
  padding-top: 2rem;
}

.image-container {
  position: relative;
}

.card-items {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.big-text {
  font-size: 1rem;
  font-weight: 500;
}

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

.cennik-width {
  flex-flow: column;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.price-container {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.cennik {
  border: 1px solid #fff3;
  padding: .3rem;
}

.cennik.big-padd {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.cennik.small-margin {
  margin-top: .3rem;
}

.grid-two {
  grid-column-gap: 1%;
  grid-row-gap: 1%;
  grid-template-rows: auto;
  grid-template-columns: 35% 65%;
  width: 100%;
}

.grid-two.two-rows, .grid-two.vouchery {
  grid-template-rows: auto auto;
}

.hint-small-text {
  font-size: .7rem;
  line-height: 20px;
}

.hint-small-text.right {
  text-align: right;
  font-size: .7rem;
}

.hint-small-text.big-capitalize {
  text-transform: uppercase;
}

.grid5rows {
  grid-column-gap: 1%;
  grid-row-gap: 1%;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 45% 20% 20% 10%;
  width: 100%;
}

.grid5rows.ems {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 50% 23% 23%;
}

.grid5rows.trening-pers {
  grid-template-rows: auto auto;
  grid-template-columns: 50% 23% 23%;
}

.grid5rows.fizjoterapia {
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 50% 23% 23%;
}

.grid5rows.dedykowane {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 50% 23% 23%;
}

.gridbiggest {
  grid-column-gap: 1%;
  grid-row-gap: 1%;
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 45% 20% 20% 10%;
  width: 100%;
}

.gridbiggest.terapia-twarz {
  grid-template-rows: auto auto;
  grid-template-columns: 50% 23% 23%;
}

.div-block-11 {
  width: 100%;
  height: 100%;
  margin-bottom: 4rem;
}

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

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

.grid._6, .grid._5 {
  grid-template-rows: auto auto;
  grid-template-columns: 28% 28% 28%;
}

.grid._8 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto;
}

.grid._2 {
  grid-template-columns: 48% 48%;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 2rem;
  display: flex;
}

.grid.small-copy {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 100%;
}

.grid._3rows {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 100%;
}

.grid._5-rows {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 100%;
}

.grid.pages-services {
  grid-template-columns: 48% 48%;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 2rem;
  display: flex;
}

.grid.pages-services.centered {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
}

.grid._8-rows {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 100%;
}

.dlakogo-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.green-dlakogo {
  background-color: var(--grafit);
  width: 2px;
  height: 100%;
}

.dlakogo-txt {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.maps-container.home {
  border-radius: 30px;
  margin-top: 2rem;
}

.popup {
  z-index: 9998;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup.holyholi, .popup.masage, .popup.ems, .popup.fizjoterapia, .popup.twarz, .popup.terapie, .popup.strefa-mam, .popup.cialo, .popup.cialo.delete, .popup.karolina {
  display: none;
}

.bg-popup {
  background-color: #2b3530cc;
  position: absolute;
  inset: 0%;
}

.popup-service-info-card {
  background-color: var(--white);
  border-radius: 15px;
  width: 60%;
  padding: 3rem;
  position: relative;
}

.popup-service-info-card.scroll-overflow {
  height: 60%;
  overflow: scroll;
}

.popup-service-info-card.scroll-overflow.team-padd {
  height: 40%;
}

.close-popup {
  position: absolute;
  inset: 3% 3% auto auto;
}

.success-message {
  background-color: var(--grafit);
  color: var(--white);
  border-radius: 20px;
}

.error-message {
  background-color: var(--white);
  border-radius: 20px;
}

.dark-link {
  color: var(--dark-txt);
  text-decoration: none;
}

.time-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--button-white);
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  display: flex;
}

.time-container.none {
  display: none;
}

.time-container.centered-align {
  justify-content: center;
  align-items: center;
  width: 40%;
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.time-container.centered-align.small {
  width: 30%;
}

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

.heading-times-flex.big-top-padd {
  padding-top: 4rem;
}

.heading-times-flex.big-top-padd.none {
  display: none;
}

.time-info {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.time-info.pages {
  padding-left: 12px;
}

.serv-item-bg {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #f8f8f8;
  border-radius: 12px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
}

.small-time-inservices {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--button-white);
  border-radius: 6px;
  padding: 6px;
  display: flex;
}

.small-time-inservices.pages {
  background-color: var(--grafit);
  color: var(--white);
  margin-top: 6px;
  margin-bottom: 6px;
}

.small-time {
  width: 14px;
}

.circle-container {
  z-index: 500;
  color: #000;
  background-color: #fce5d700;
  justify-content: center;
  align-items: center;
  width: 10em;
  max-width: 100vw;
  height: 10em;
  max-height: 100vw;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.circle-text {
  z-index: 10;
  color: var(--grafit);
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-right: 5px;
  font-size: .7em;
  text-decoration: underline;
  position: relative;
  overflow: visible;
}

.circle-green {
  border: 2px none var(--grafit);
  background-color: var(--grafit);
  border-radius: 10000px;
  width: 10%;
  height: 10%;
  position: absolute;
}

.text-up {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  margin-right: 2em;
  display: flex;
}

.text-up.dark {
  opacity: 1;
  text-align: left;
  background-color: #f8f8f8;
  border-radius: 6px;
  margin-right: 0;
  padding: 1rem;
}

.button-wrapper {
  background-color: var(--white);
  color: #000;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border: 1px #0000004d;
  border-radius: 3em;
  justify-content: center;
  align-items: center;
  width: 10em;
  height: 2.2em;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s ease-out;
  display: flex;
}

.button-wrapper:hover {
  background-color: var(--cream);
  color: var(--dark-txt);
  background-position: 50%;
  background-size: cover;
}

.button-wrapper.green {
  background-color: var(--grafit);
  color: var(--white);
}

.text-down {
  width: 100%;
}

.text-down.bread {
  opacity: .5;
  display: none;
}

.text-down.centered {
  opacity: .5;
  text-align: center;
}

.text-down.centered.full-width {
  opacity: .85;
}

.grid-item.line-arrow {
  width: 100%;
}

.grid-item.services-first {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.grid-item.services-first.team {
  width: 70%;
}

.grid-item.dark {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.text-services-bttn {
  font-size: .6em;
  font-weight: 600;
}

.is-hover-zoom {
  overflow: hidden;
}

.is-hover-zoom._3 {
  width: auto;
  height: 23.2em;
}

.is-hover-zoom._3-big {
  width: auto;
  height: 26.6em;
}

.is-hover-zoom._4 {
  width: auto;
  height: 35em;
}

.is-hover-zoom.trener-img {
  width: auto;
  height: 40rem;
}

.is-hover-zoom.ems-height {
  width: auto;
  height: 46rem;
}

.is-hover-zoom.blizn {
  height: 35rem;
}

.is-hover-zoom.team-img33 {
  width: auto;
  height: 30rem;
}

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

.number {
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1;
}

.services-video {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.social-media-icon {
  z-index: 100;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  position: fixed;
  inset: auto auto 8% 0%;
  transform: rotate(270deg);
}

.link {
  color: #000;
  flex-direction: row;
  padding-left: 1em;
  font-size: .5em;
  text-decoration: none;
  transition: color .2s;
}

.text-items {
  padding: 2rem;
}

.text-items.no-top-padd {
  padding-top: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.text-items.centered {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-items.centered.slid {
  padding-top: 1rem;
}

.full-bg-opacity {
  background-color: #0000006b;
  position: absolute;
  inset: 0%;
}

.bttn-container.top-padd {
  padding-top: 1rem;
}

.bttn-container.top-padd.centered {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.team-img {
  width: 45%;
  overflow: hidden;
}

.team-items {
  width: 55%;
  padding: 0 1rem .5rem;
}

.hint-container.opacity50 {
  opacity: .5;
}

.team-social {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--button-white);
  border-radius: 4px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: .3rem;
  display: flex;
}

.team-social.transparent {
  background-color: #0000;
  position: relative;
  top: -50px;
}

.small-heading {
  color: var(--cream);
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  line-height: 45px;
}

.small-symbol {
  width: 5%;
}

.team33 {
  flex-flow: column;
  justify-content: flex-start;
  width: 33.33%;
  display: flex;
}

.small-button {
  color: var(--dark-txt);
  background-color: #eeecec;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: .8rem;
  font-weight: 500;
  position: relative;
}

.splide__embed {
  color: #fff;
  display: none;
}

.slider-square {
  text-align: left;
  padding-bottom: 3.5em;
  transition: color .35s;
}

.splide {
  width: 100%;
  position: relative;
}

.slider-css {
  height: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.text-opacity {
  opacity: .3;
  transition: opacity .35s;
}

.splide__slide {
  flex: none;
  width: 33.3333%;
}

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

.slider-square_img {
  transform-origin: 50% 0;
  object-fit: cover;
  width: 100%;
  height: 40%;
  max-height: 40%;
  margin-bottom: 2em;
  padding-top: 160%;
  transition: transform .35s;
  position: relative;
  overflow: hidden;
}

.slider-square_photo {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .35s;
  position: absolute;
  inset: 0%;
  transform: scale(1.2);
}

.splide__track {
  width: 100%;
}

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

.text-span {
  color: var(--grafit);
  font-family: Great Vibes, cursive;
  font-size: 2rem;
  line-height: 30px;
}

.link-block-2 {
  color: var(--dark-txt);
  text-decoration: none;
}

.err-container, .comsoon-container {
  position: relative;
}

.hint-smaller {
  font-size: .6rem;
}

.hint-smaller.opacity50 {
  opacity: .5;
}

.grid6rows {
  grid-column-gap: 1%;
  grid-row-gap: 1%;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 45% 20% 20%;
  width: 100%;
}

.grid6rows.masaz {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 50% 23% 23%;
}

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

.two-padd-srvices {
  margin-top: 2rem;
}

.policy-faq {
  width: 100%;
  margin-top: 3rem;
}

@media screen and (min-width: 1920px) {
  .logo-about-container {
    width: 25%;
  }

  .about-txt-container {
    width: 35%;
  }

  .about-txt-container.small {
    width: 30%;
  }

  .menu-button-2 {
    width: 2.44vw;
    height: 1.46vw;
  }

  .menu-line.shorter {
    margin-top: .47vw;
  }

  .cennik-width {
    width: 50%;
  }

  .popup.masage {
    display: none;
  }

  .popup-service-info-card {
    width: 40%;
  }

  .popup-service-info-card.scroll-overflow.team-padd {
    height: 30%;
  }

  .close-popup {
    right: 3%;
  }

  .is-hover-zoom.trener-img {
    height: 50rem;
  }

  .is-hover-zoom.ems-height {
    height: 46rem;
  }

  .is-hover-zoom.team-img33 {
    height: 50rem;
  }

  .social-media-icon {
    bottom: 20%;
    left: 0%;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 1.44rem;
    line-height: 30px;
  }

  .wrapper.centered.double-padd {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .wrapper.centered.double-padd.pages-top-padd {
    padding-top: 12rem;
  }

  .wrapper.centered.double-padd.team-padd {
    padding-top: 12rem;
    padding-bottom: 0;
  }

  .wrapper.centered.double-padd.bootom-var-padd-copy, .wrapper.centered.double-padd.team-padd {
    padding-top: 12rem;
  }

  .wrapper.centered.cta-padd {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .wrapper.centered.horizontaly-auto.bottom-padd {
    margin-bottom: 4rem;
  }

  .wrapper.double-padd, .wrapper.small-double-padd {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text.coming-soon-color {
    font-size: .7rem;
  }

  .text-container.top-big-padd {
    padding-top: 0;
    padding-bottom: 4rem;
    padding-left: 5rem;
  }

  .logo-about-container {
    width: 25%;
  }

  .big-img-container {
    padding-top: 4rem;
  }

  .animate-words {
    bottom: 23%;
  }

  .div-block {
    width: 150vw;
  }

  .flex-horizontal-row.medium-topp-padd.services {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .flex-horizontal-row.medium-topp-padd.services.lefttoright {
    flex-flow: wrap-reverse;
  }

  .flex-horizontal-row.aling {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column-reverse;
    justify-content: space-between;
  }

  .flex-horizontal-row.big, .flex-horizontal-row.services, .flex-horizontal-row.gap1rem {
    flex-flow: column;
  }

  .large-item-container {
    width: 80%;
  }

  .small-symbol-container {
    width: 20%;
  }

  .card.half {
    height: 15.5rem;
  }

  .card.into-three, .card.big-card {
    height: 12.5rem;
  }

  .card.big-card.centered-small {
    width: 80%;
  }

  .bttn-txt {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .small-text {
    font-size: .77rem;
  }

  .medium-text {
    font-size: .8rem;
    line-height: 100%;
  }

  .big-heading {
    font-size: 2rem;
    line-height: 35px;
  }

  .description-container.small-top-padd {
    width: 100%;
  }

  .swiper-slide {
    width: 400px;
    max-width: none;
  }

  .visit-half {
    width: 100%;
    left: auto;
  }

  .visit-half.absolute {
    width: 100%;
    position: relative;
    top: 0;
    left: 0%;
    right: 0%;
  }

  .half-container.cream-bg {
    padding: 30px 2rem;
  }

  .half-container.kontakt {
    padding: 30px 2rem 30px 0;
  }

  .faq-items {
    width: 70%;
  }

  .footer-social {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .policy-div {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    margin-top: .125rem;
  }

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

  .footer-small-half, .footer-coop {
    width: 100%;
  }

  .footer-medium-half {
    width: 100%;
    margin-top: 0;
  }

  .about-txt-container {
    width: 100%;
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .bg-navbar {
    padding-left: .2rem;
    padding-right: .2rem;
  }

  .nav-menu-wrapper {
    background-color: var(--white);
    border-radius: 30px;
    margin-left: 4rem;
    margin-right: 4rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

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

  .half.service {
    width: 100%;
  }

  .half.service.holy {
    flex-flow: column-reverse;
  }

  .half.flex {
    width: 100%;
  }

  .draft-heading {
    font-size: 8rem;
  }

  .services-card, .services-card.big, .services-card.cta-width {
    width: 100%;
  }

  .big-text {
    font-size: 1rem;
    line-height: 100%;
  }

  .cennik-width {
    width: 100%;
  }

  .hint-small-text {
    font-size: .8rem;
  }

  .grid5rows, .gridbiggest {
    grid-template-columns: 45% 20% 20% 10%;
  }

  .grid._2 {
    flex-flow: column;
  }

  .grid.pages-services {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .popup-service-info-card {
    width: 80%;
  }

  .popup-service-info-card.scroll-overflow.team-padd {
    padding: 2rem;
  }

  .close-popup {
    right: 2%;
  }

  .text-up {
    flex-flow: column;
  }

  .grid-item.services-first {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .grid-item.services-first.team {
    width: 100%;
  }

  .grid-item.dark {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 2vw;
  }

  .is-hover-zoom._3, .is-hover-zoom._3-big, .is-hover-zoom._4 {
    width: auto;
    height: 26em;
  }

  .is-hover-zoom.trener-img {
    width: auto;
    height: 40em;
  }

  .is-hover-zoom.ems-height {
    width: auto;
    height: 30em;
  }

  .is-hover-zoom.team-img33 {
    width: auto;
    height: 40em;
  }

  .text-items.no-top-padd {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .small-heading {
    font-size: 1rem;
    line-height: 35px;
  }

  .team33 {
    width: 100%;
  }

  .splide__slide {
    width: 50%;
  }

  .hint-smaller {
    font-size: .8rem;
  }

  .grid6rows {
    grid-template-columns: 45% 20% 20% 10%;
  }

  .policy-faq {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    line-height: 25px;
  }

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

  .wrapper.centered.cta-padd {
    padding: 5rem 0;
  }

  .text {
    line-height: 20px;
  }

  .big-img-container {
    padding-top: 4rem;
  }

  .flex-horizontal-row {
    flex-flow: column;
  }

  .flex-horizontal-row.medium-topp-padd {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .flex-horizontal-row.top-1rem-padd {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding-top: .5rem;
  }

  .flex-horizontal-row.aling {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .flex-horizontal-row.contact-direction {
    flex-flow: column-reverse;
  }

  .flex-horizontal-row.small-cta {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding-top: 4rem;
  }

  .flex-horizontal-row.top {
    flex-flow: row;
  }

  .large-item-container {
    width: 100%;
  }

  .small-symbol-container {
    margin-top: 3rem;
  }

  .card.half {
    width: 100%;
    height: 19rem;
  }

  .card.into-three, .card.big-card, .card.big-card.centered-small {
    width: 100%;
  }

  .big-heading {
    font-size: 1.8rem;
    line-height: 30px;
  }

  .description-container.centered.big-double-padd {
    padding-top: 1rem;
    padding-bottom: .5rem;
  }

  .description-container.comming-soon-padd.centered-copy {
    text-align: center;
  }

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

  .swiper-slide {
    width: 400px;
    max-width: none;
  }

  .team-cards.padd-gallery {
    margin-top: 2rem;
  }

  .circle {
    padding: 2rem 1rem;
  }

  .circle-item {
    justify-content: center;
    align-items: center;
  }

  .small-number {
    font-size: 1rem;
  }

  .half-container.cream-bg {
    width: 100%;
  }

  .half-container.cream-bg.form-container {
    margin-bottom: 4rem;
  }

  .half-container.kontakt {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hint-text {
    font-size: .78rem;
  }

  .faq-heading {
    font-size: 1rem;
  }

  .answer-faq.price {
    display: flex;
  }

  .faq-items {
    width: 100%;
  }

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

  .menu-one {
    margin-top: 2rem;
  }

  .footer-medium-half {
    flex-flow: column;
    margin-top: 2rem;
  }

  .about-txt-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-wrapper {
    border-radius: 50px;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    padding: 1.4rem;
  }

  .nav-menu {
    border-radius: 30px;
    flex-direction: column;
    padding: 30px .2rem;
    position: static;
    top: -8px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

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

  .menu-button-2 {
    width: 38px;
  }

  .menu-line {
    background-color: var(--grafit);
    height: 1px;
  }

  .half.service.holy-padd {
    padding-left: 6rem;
  }

  .half.flex {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .coming-soon {
    position: static;
  }

  .coming-soon.green.big {
    height: 100vh;
  }

  .draft-heading {
    font-size: 6rem;
  }

  .services-card.big, .services-card.cta-width {
    width: 100%;
  }

  .hint-small-text {
    font-size: .78rem;
  }

  .grid5rows, .gridbiggest {
    grid-template-columns: 40% 22% 22% 10%;
  }

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

  .grid._4 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 100%;
  }

  .grid._6 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 100%;
  }

  .grid._5 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 100%;
  }

  .grid._2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 100%;
  }

  .grid.small-copy {
    grid-template-rows: auto auto;
  }

  .grid._5-rows {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 100%;
  }

  .grid.pages-services {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 100%;
  }

  .grid._8-rows {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 100%;
  }

  .dlakogo-txt {
    width: 99%;
  }

  .popup-service-info-card {
    width: 90%;
    padding: 1.5rem 1.5rem 2rem;
  }

  .popup-service-info-card.scroll-overflow {
    height: 68%;
  }

  .popup-service-info-card.scroll-overflow.team-padd {
    height: 45%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .close-popup {
    top: 3%;
    right: 2%;
  }

  .circle-container {
    display: flex;
  }

  .text-up {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 60%;
    margin-right: 0;
  }

  .text-down {
    display: block;
  }

  .grid-item.dark {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    width: 100%;
    font-size: 2.5vw;
  }

  .text-services-bttn {
    font-size: .6em;
  }

  .is-hover-zoom._3, .is-hover-zoom._3-big, .is-hover-zoom._4 {
    width: auto;
    height: 20em;
  }

  .is-hover-zoom.trener-img {
    width: auto;
    height: 35em;
  }

  .is-hover-zoom.ems-height {
    width: auto;
    height: 25em;
  }

  .is-hover-zoom.team-img33 {
    width: auto;
    height: 35em;
  }

  .image-grow {
    overflow: visible;
  }

  .number {
    margin-right: .5em;
  }

  .social-media-icon {
    display: none;
  }

  .team-img {
    width: 85%;
  }

  .team-items {
    width: 85%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .small-heading {
    font-size: 1rem;
    line-height: 30px;
  }

  .small-symbol {
    width: 10%;
  }

  .small-button {
    font-size: .8rem;
  }

  .splide__slide {
    width: 100%;
  }

  .text-span {
    font-size: 1.5rem;
    line-height: 25px;
  }

  .hint-smaller {
    font-size: .78rem;
  }

  .grid6rows {
    grid-template-columns: 40% 22% 22% 10%;
  }

  .policy-faq {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 1.22rem;
    line-height: 22px;
  }

  p {
    font-size: .88rem;
    line-height: 18px;
  }

  .container {
    padding-left: .68rem;
    padding-right: .68rem;
  }

  .wrapper.centered.double-padd {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .wrapper.centered.double-padd.pages-top-padd, .wrapper.centered.double-padd.team-padd, .wrapper.centered.double-padd.bootom-var-padd-copy, .wrapper.centered.double-padd.team-padd {
    padding-top: 10rem;
  }

  .wrapper.centered.zespol-padd {
    padding-top: 3rem;
    padding-left: .6rem;
    padding-right: .6rem;
  }

  .wrapper.centered.horizontaly-auto.bottom-padd {
    margin-bottom: 3rem;
  }

  .wrapper.double-padd, .wrapper.small-double-padd {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .phrase {
    font-size: 1.44rem;
  }

  .phrase-big {
    font-size: 3.6rem;
  }

  .page-loader_noise {
    opacity: .01;
  }

  .text {
    font-size: .8rem;
    line-height: 18px;
  }

  .text.coming-soon-color {
    color: #6e7974;
  }

  .text-container.top-big-padd {
    padding-bottom: 3rem;
    padding-left: 2rem;
  }

  .logo-about-container {
    width: 40%;
    padding-bottom: 1rem;
  }

  .big-img-container {
    grid-column-gap: .1rem;
    grid-row-gap: .1rem;
    padding-top: 2rem;
    padding-left: .2rem;
    padding-right: .2rem;
  }

  .animate-words {
    bottom: 24%;
  }

  .div-block {
    width: 300vw;
  }

  .flex-horizontal-row.medium-topp-padd.services {
    padding-top: 3rem;
  }

  .small-symbol-container {
    margin-top: 2rem;
  }

  .small-text {
    line-height: 15px;
  }

  .small-text.bold.smaller {
    text-align: left;
  }

  .description-container.centered.small-top.flex-gap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .swiper-slide {
    width: 280px;
    max-width: none;
  }

  .swiper-slide.big {
    height: 440px;
  }

  .circle {
    border-radius: 30px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hint-text {
    font-size: .81rem;
  }

  .faq-heading {
    font-size: .8rem;
    line-height: 100%;
  }

  .question-inner {
    flex-flow: wrap;
    padding-right: 1rem;
  }

  .answer-div.price {
    height: 100%;
  }

  .answer-faq.price {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .faq-items {
    width: 100%;
  }

  .footer-block {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .policy-div {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .white-link {
    color: #fff;
    text-decoration: none;
  }

  .footer-medium-half {
    flex-flow: column;
  }

  .bg-navbar {
    padding: .3rem .1rem;
  }

  .navbar-brand {
    width: 120px;
  }

  .nav-menu-wrapper {
    margin-left: .68rem;
    margin-right: .68rem;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .menu-button-2 {
    width: 34px;
  }

  .menu-line.shorter {
    margin-top: 7px;
  }

  .half.service.holy-padd {
    padding-left: 3rem;
  }

  .coming-soon.green {
    background-color: var(--grafit);
  }

  .draft-heading {
    margin-top: 3rem;
    margin-bottom: 3rem;
    font-size: 3.9rem;
  }

  .services-card.cta-width {
    padding-top: 2rem;
  }

  .card-items {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hint-small-text {
    font-size: .7rem;
  }

  .hint-small-text.right {
    font-size: .6rem;
    line-height: 16px;
  }

  .grid5rows {
    grid-template-columns: 30% 20% 25% 15%;
    height: 100%;
  }

  .gridbiggest {
    grid-template-columns: 30% 20% 25% 15%;
  }

  .popup-service-info-card {
    padding: 1rem 1rem 2rem;
  }

  .popup-service-info-card.scroll-overflow {
    height: 84%;
  }

  .popup-service-info-card.scroll-overflow.team-padd {
    height: 60%;
  }

  .close-popup {
    top: 2%;
    right: 2%;
  }

  .time-container.centered-align {
    width: 60%;
  }

  .heading-times-flex {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .time-info.pages {
    padding-left: 0;
  }

  .serv-item-bg {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .serv-item-bg.pages {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .circle-container {
    width: 8em;
    height: 8em;
    display: flex;
    bottom: 0%;
    right: -10%;
  }

  .text-up {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    width: 70%;
    margin-bottom: 1.5em;
    margin-right: 0;
  }

  .button-wrapper {
    border-radius: 100em;
    width: auto;
    height: auto;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .grid-item {
    font-size: 1vw;
    display: block;
  }

  .grid-item.line-arrow {
    margin-bottom: 0;
  }

  .grid-item.services-first {
    margin-bottom: 4em;
  }

  .grid-item.dark {
    flex-direction: column;
    width: 100%;
    font-size: 2.5vw;
  }

  .text-services-bttn {
    text-align: center;
    font-size: .8rem;
  }

  .is-hover-zoom._3 {
    width: 100%;
    height: 13rem;
  }

  .is-hover-zoom._3-big {
    width: 100%;
    height: 15rem;
  }

  .is-hover-zoom._4 {
    width: 100%;
    height: 13rem;
  }

  .is-hover-zoom.trener-img {
    width: 100%;
    height: 30rem;
  }

  .is-hover-zoom.ems-height {
    width: 100%;
    height: 20rem;
  }

  .is-hover-zoom.team-img33 {
    width: 100%;
    height: 25rem;
  }

  .number {
    margin-right: 0;
    font-size: 3em;
  }

  .social-media-icon {
    display: none;
  }

  .text-items.head-padd {
    padding-bottom: 0;
  }

  .team-img {
    width: 100%;
  }

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

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

  .slider-square_img {
    height: 380px;
    max-height: 380px;
  }

  .slider-square_photo {
    transform: scale(1.1);
  }

  .hint-smaller {
    font-size: .7rem;
  }

  .grid6rows {
    grid-template-columns: 30% 20% 25% 15%;
    height: 100%;
  }

  .heading-services {
    flex-flow: wrap;
  }

  .policy-faq {
    width: 100%;
  }
}

#w-node-da3a345b-a46d-91eb-0356-33079c950071-468798dc, #w-node-_1eb21da8-5275-8d4f-ae49-1fb465c9bf74-468798dc, #w-node-a6890ef5-95ea-ad0e-77f0-c2cb39a0be94-468798dc, #w-node-c06d61d5-e4f9-8e8b-d83f-b6c3b66499e5-468798dc, #w-node-_9653361f-4a5a-d1fe-9799-21896f779465-468798dc, #w-node-_3ecb6a33-8806-7bc8-04c7-526c6d8ab685-468798dc, #w-node-_9e8e2035-fa1c-8f23-5dfa-0098bfc82544-468798dc, #w-node-da3a345b-a46d-91eb-0356-33079c950071-add43488, #w-node-c06d61d5-e4f9-8e8b-d83f-b6c3b66499e5-add43488, #w-node-_3ecb6a33-8806-7bc8-04c7-526c6d8ab685-add43488, #w-node-_9e8e2035-fa1c-8f23-5dfa-0098bfc82544-add43488 {
  align-self: auto;
}


