:root {
  --bac0ab: #bac0ab;
  --black: black;
  --white: white;
}

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

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

body {
  color: #333;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

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

.section-hero {
  height: 100vh;
  position: relative;
}

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

.background-video {
  height: 100%;
}

.hero-bg {
  background-color: #0006;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-content {
  aspect-ratio: auto;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-content.kontakt-btm {
  justify-content: center;
}

.hero-title {
  color: var(--bac0ab);
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: Marcellus, sans-serif;
  font-size: 6.44em;
  line-height: 1.2;
}

.hero-title.smaller {
  font-size: 4.75em;
}

.hero-content-bottom {
  border-top: 1px solid #9aa08d;
  width: 100%;
  margin-top: 2em;
  padding-top: 2.38em;
  padding-bottom: 3.13em;
  position: relative;
}

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

.hero-col {
  width: 50%;
}

.hero-col.right {
  text-align: right;
}

.hero-text {
  color: #eeefea;
  max-width: 490px;
  font-family: Marcellus, sans-serif;
  font-size: 1.25em;
  line-height: 1.4;
}

.cs-button {
  color: #fff;
  letter-spacing: .42px;
  text-transform: uppercase;
  background-color: #ff6f41;
  border-radius: 100px;
  align-self: auto;
  margin-left: auto;
  margin-right: auto;
  padding: .88em 1.25em;
  font-size: .88em;
  font-weight: 500;
  line-height: 1.35;
  text-decoration: none;
  transition: all .3s;
  position: relative;
}

.cs-button:hover {
  background-color: #e64c1a;
}

.cs-button.darker {
  background-color: #9aa08d;
}

.cs-button.darker.dark {
  background-color: #485841;
}

.cs-button.darker.dark:hover {
  background-color: #9aa08d;
}

.cs-button.white {
  color: #485841;
  background-color: #eeefea;
}

.cs-button.white:hover {
  color: #eeefea;
  background-color: #9aa08d;
}

.cs-button.white.menu-button {
  align-items: center;
  height: 44px;
  margin-left: .63em;
  display: flex;
}

.cs-button.white.menu-button.dark {
  color: #eeefea;
  background-color: #9aa08d;
  border: 1px solid #9aa08d;
  height: 2.75em;
}

.cs-button.white.menu-button.dark:hover {
  color: #9aa08d;
  background-color: #9aa08d00;
  border: 1px solid #9aa08d;
}

.cs-button.white.white-full {
  color: #ff6f41;
  background-color: #0000;
  border: 1px solid #ff6f41;
  display: inline-block;
}

.cs-button.white.white-full:hover {
  color: #fff;
  background-color: #e64c1a;
  border-color: #e64c1a;
}

.cs-button.white.btn-slider {
  color: #fff;
  background-color: #ff6f41;
}

.cs-button.white.btn-slider:hover {
  background-color: #e64c1a;
}

.cs-button.basket-btn {
  color: #eeefea;
  background-color: #9aa08d00;
  border: 1px solid #eeefea;
  height: 44px;
  margin-left: .63em;
  margin-right: .63em;
}

.cs-button.basket-btn:hover {
  color: #485841;
  background-color: #eeefea;
}

.cs-button.basket-btn.dark {
  color: #485841;
  border-color: #485841;
  justify-content: center;
  align-items: center;
  width: 2.75em;
  height: 2.75em;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.cs-button.basket-btn.dark:hover {
  color: #eeefea;
  background-color: #485841;
}

.cs-button.basket-btn.dark.add-to-cart {
  color: #fff;
  background-color: #485841;
  border-color: #485841;
}

.cs-button.basket-btn.dark.add-to-cart:hover {
  background-color: #9aa08d;
  border-color: #9aa08d;
}

.cs-button.basket-btn.dark.bigger {
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

.cs-button.full {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  display: flex;
}

.btn-flex {
  align-items: center;
  display: flex;
}

.button-icon {
  align-self: stretch;
  width: 1.38em;
  margin-top: 0;
  margin-left: 1.06em;
}

.button-icon.card-icon {
  align-self: stretch;
  width: 1.19em;
  height: auto;
}

.button-icon.button-salony {
  color: #eeefea;
  margin: auto auto -60px;
  transition: all .3s;
}

.button-icon.button-salony.btnno {
  align-self: center;
  margin-bottom: 0;
  margin-left: .8em;
}

.button-icon.cart-icon {
  width: 1em;
  margin-left: 0;
}

.section-harmony {
  background-color: #eeefea;
  padding-top: 7.5em;
  padding-bottom: 9em;
}

.scroll-dwn {
  background-color: #eeefea;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 8.06em;
  height: 8.06em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  bottom: -4em;
  left: 0;
  right: 0;
}

.sec-title {
  color: #9aa08d;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Marcellus, sans-serif;
  font-size: 3.5em;
  line-height: 1.2;
}

.sec-title.white {
  color: #eeefea;
}

.sec-title.white.centered, .sec-title.centered {
  text-align: center;
}

.sec-title.color2 {
  color: #bac0ab;
}

.sec-title.first {
  max-width: 70%;
}

.harmony-flex {
  width: 100%;
  margin-top: 3.4em;
  display: flex;
}

.harmony-col {
  width: 25%;
}

.harmony-col.hc-down {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.harmony-col.ctop-padding {
  padding-top: 2.75em;
}

.harmony-photo {
  width: 50%;
  padding-left: 3.75em;
  padding-right: 3.75em;
  position: relative;
}

.harmony-text {
  color: #485841;
  font-size: 1em;
  line-height: 1.5;
}

.harmony-text.big {
  color: #9aa08d;
  font-family: Marcellus, sans-serif;
  font-size: 2.5em;
  line-height: 1.4;
}

.harmony-text.middle {
  color: #485841;
  font-family: Marcellus, sans-serif;
  font-size: 2em;
  line-height: 1.3;
}

.harmony-text.middle.color {
  color: #9aa08d;
  text-transform: uppercase;
}

.harmony-text.white {
  color: #eeefea;
}

.harmony-text.topmargin {
  margin-top: 2.4em;
}

.harmony-text.topmargin.max-width {
  max-width: 20.94em;
  margin-top: 0;
}

.harmony-text.topmargin.max-width.white.pokolenie-top.pok-max {
  max-width: 23em;
  margin-top: 1.8em;
}

.harmony-text.topmargin.bottommargin {
  margin-bottom: 2.4em;
}

.harmony-subtitle {
  color: #9aa08d;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-family: Marcellus, sans-serif;
  font-size: 2em;
  line-height: 1.3;
}

.harmony-text-div {
  margin-bottom: 1.81em;
}

.harmony-photo-img {
  z-index: 11;
  position: absolute;
  bottom: -5em;
  right: 7em;
}

.section-oferta {
  background-color: #eeefea;
  padding-left: 1.88em;
  padding-right: 1.88em;
}

.oferta-title-box {
  background-color: #9aa08d;
  padding-top: 5.75em;
  padding-bottom: 2.75em;
}

.oferta-subtitle {
  color: #eeefea;
  text-align: center;
  letter-spacing: 5.55px;
  text-transform: uppercase;
  font-size: .94em;
  line-height: 1.2;
}

.oferta-subtitle.color {
  color: #9aa08d;
}

.of-sub {
  margin-bottom: 1.56em;
}

.s-oferta-box {
  height: 25em;
  position: relative;
  overflow: hidden;
}

.s-oferta-title {
  text-align: center;
  transition: all .3s;
}

.s-oferta-title.left {
  text-align: left;
}

.oferta-number {
  color: #9aa08d;
  letter-spacing: .42px;
  text-transform: uppercase;
  margin-bottom: 1.8em;
  font-size: .88em;
  line-height: 1.35;
  display: block;
}

.s-oferta-main-title {
  color: #eeefea;
  font-family: Marcellus, sans-serif;
  font-size: 2em;
  line-height: 1.3;
  display: block;
}

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

.s-oferta-bg {
  z-index: 9;
  background-color: #0003;
  width: 100%;
  height: 100%;
  transition: all .3s;
  position: absolute;
  inset: 0%;
}

.s-oferta-box-flex {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 5.38em;
  padding-right: 5.38em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.s-oferta-box-flex.oferta-info-hidden {
  opacity: 1;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 7.19em;
  padding-right: 7.19em;
  transition: all .3s;
  overflow: hidden;
  transform: translate(0, 100%);
}

.s-oferta-box-flex.oferta-info-visible {
  padding-left: 0;
  padding-right: 0;
  transition: all .3s;
  overflow: hidden;
  transform: translate(0);
}

.of-left {
  width: 50%;
}

.of-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  transition: all .3s;
  display: flex;
  overflow: hidden;
}

.s-oferta-box-text {
  color: #eeefea;
  margin-bottom: 1.5em;
  font-size: 1em;
  line-height: 1.5;
}

.oferta-img-bg {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.oferta-pelna-link {
  color: #eeefea;
  text-align: center;
  letter-spacing: 4.18px;
  background-color: #9aa08d;
  width: 100%;
  padding-top: 1.8em;
  padding-bottom: 1.8em;
  font-family: Marcellus, sans-serif;
  font-size: 4.75em;
  line-height: 1.2;
  text-decoration: none;
}

.oferta-pelna-link:hover {
  opacity: 1;
}

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

.l-line {
  background-color: #eeefea;
  width: 100%;
  height: 2px;
  margin-top: 10px;
  transition: all .3s;
}

.section-salony-masazu {
  background-color: #eeefea;
  padding-top: 10.63em;
}

.salony-slider {
  margin-top: 4.38em;
}

.slider {
  background-color: #ddd0;
  height: auto;
}

.slide-bg {
  background-color: #0000006b;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slide-content {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slide-title-text {
  color: #bac0ab;
  letter-spacing: 4.18px;
  text-transform: uppercase;
  font-family: Marcellus, sans-serif;
  font-size: 4.75em;
  line-height: 1.2;
}

.slide-title-text.color {
  color: #9aa08d;
}

.slide-title-text.color.smaller {
  font-size: 3.5em;
}

.slide-nav {
  display: none;
}

.slide-bottom {
  border-top: 1px solid #9aa08d;
  margin-top: 3.19em;
  padding-top: 4.06em;
  padding-bottom: 4.06em;
}

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

.lok-title {
  width: 25%;
}

.lokalizacja-title {
  color: #eeefea;
  font-family: Marcellus, sans-serif;
  font-size: 1.5em;
  line-height: 1.4;
}

.span-color {
  color: #9aa08d;
}

.lok-text {
  width: 55%;
}

.text-block-2 {
  color: #eeefea;
  font-size: 1em;
  line-height: 1.5;
}

.lok-btn {
  justify-content: flex-end;
  width: 25%;
  display: flex;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  padding-bottom: 5em;
  display: flex;
}

.image, .image-2 {
  width: 33px;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  padding-bottom: 5em;
  display: flex;
}

.section-thaim {
  background-color: #eeefea;
  padding-top: 6.88em;
  padding-bottom: 8em;
}

.thaim-title {
  width: 50%;
  margin-bottom: 4.38em;
}

.thaim-boxes {
  grid-column-gap: 2%;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  width: 50%;
  margin-left: 0%;
  margin-right: 0%;
  display: flex;
}

.thaim-boxes.cs-top {
  margin-top: -7em;
}

.thaim-box {
  border: 1px solid #485841;
  width: 100%;
  height: 24.69em;
  margin: 0% 1%;
  position: relative;
}

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

.thaim-bg {
  z-index: 2;
  background-color: #00000091;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.thaim-content {
  z-index: 3;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.69em 1.81em 2.56em 2.31em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.thaim-number {
  text-align: right;
}

.thai-number-text {
  color: #eeefea;
  font-family: Marcellus, sans-serif;
  font-size: 2em;
  line-height: 1.3;
}

.thai-number-text.color {
  color: #485841;
}

.image-4 {
  margin-left: auto;
  margin-right: 4em;
  display: block;
}

.thaim-flex {
  align-items: flex-start;
  display: flex;
}

.thaim-flex.cs-thaim {
  align-items: center;
  margin-top: -14.2em;
}

.section-cta {
  position: relative;
}

.cta-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cta-title {
  color: #eeefea;
  text-align: center;
  letter-spacing: 3.08px;
  font-family: Marcellus, sans-serif;
  font-size: 3.5em;
  line-height: 1.2;
}

.cta-title.smaller {
  font-size: 2.5em;
  line-height: 1.4;
}

.cta-bg {
  background-color: #00000073;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cta-img {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: -70px;
  left: 0;
  right: 0;
}

.section-liczby {
  background-color: #9aa08d;
  padding-top: 6.81em;
  padding-bottom: 6.81em;
}

.liczby-flex {
  grid-row-gap: 90px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.liczby-item {
  border-bottom: 1px solid #485841;
  align-items: flex-end;
  width: 48%;
  padding-bottom: 1.38em;
  display: flex;
}

.big-liczba {
  color: #485841;
  letter-spacing: 3.08px;
  text-transform: none;
  flex: none;
  font-family: Marcellus, sans-serif;
  font-size: 3.5em;
  line-height: 1.2;
}

.liczba-text {
  color: #485841;
  margin-bottom: 5px;
  margin-left: .56em;
  font-family: Marcellus, sans-serif;
  font-size: 1.5em;
  line-height: 1.4;
}

.section-obserwuj {
  background-color: #eeefea;
  padding-top: 7.63em;
  padding-bottom: 5em;
}

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

.obserwuj-ig-box {
  color: #485841;
  background-color: #fff;
  padding: .75em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
}

.obserwuj-ig-box:hover {
  background-color: #4858411a;
}

.obserwuj-ig-box-flex {
  align-items: center;
  display: flex;
}

.o-ig-img {
  background-color: #485841;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  margin-right: 1.38em;
  display: flex;
}

.image-5 {
  width: 1.69em;
}

.ig-flex {
  grid-column-gap: 2%;
  grid-row-gap: 0%;
  flex-wrap: wrap;
  width: 100%;
  margin: 3.56em 0% 0%;
  display: flex;
}

.ig-item {
  width: 32%;
  margin: 1% 0%;
  position: relative;
}

.ig-logo {
  background-color: #fff0;
  border-radius: 100%;
  width: 2.06em;
  height: 2.06em;
  position: absolute;
  bottom: 1.38em;
  right: 1.38em;
}

.image-6 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.obserwuj-ekstra-info {
  margin-top: 5em;
}

.text-block-3 {
  color: #485841;
  text-align: center;
  font-family: Marcellus, sans-serif;
  font-size: 1.25em;
  line-height: 1.4;
}

.obs-icons {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  justify-content: center;
  align-items: center;
  margin-top: 2.25em;
  display: flex;
}

.ob-link {
  color: #485841;
  transition: all .3s;
}

.ob-link:hover, .ob-link.footer-social {
  color: #485841;
}

.ob-link.footer-social:hover {
  color: #48584191;
}

.section-kontakt {
  background-color: #eeefea;
  margin-bottom: 0;
  padding-bottom: 1.56em;
  padding-left: 1.88em;
  padding-right: 1.88em;
}

.kontakt-box {
  background-color: #485841;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3.75em 0;
  display: block;
}

.kontakt-box.light {
  background-color: #eeefea;
}

.kontakt-left {
  width: 47%;
  padding-top: 3.7em;
}

.kontakt-right {
  width: 47%;
}

.kform-zgody {
  margin-bottom: 1.3em;
  padding-top: 1em;
  padding-bottom: 0;
}

.checkbox {
  flex: 1px;
  margin-top: 0;
}

.kform-name {
  align-items: center;
  width: 30%;
  display: flex;
}

.btn-send {
  color: #fff;
  letter-spacing: .42px;
  text-transform: uppercase;
  background-color: #ff6f41;
  background-image: url('../images/Group-4.svg');
  background-position: 92%;
  background-repeat: no-repeat;
  background-size: 22px;
  border: 1px solid #ff6f41;
  border-radius: 100px;
  padding: 1.25em 4.4em 1.25em 1.88em;
  font-size: .88em;
  font-weight: 400;
  line-height: 1.35;
  transition: all .3s;
}

.btn-send:hover {
  color: #fff;
  -webkit-text-stroke-color: #9aa08d;
  background-color: #e64c1a;
  background-image: url('../images/Group-4.svg');
  border-color: #e64c1a;
}

.btn-send.dark {
  color: #fff;
}

.csinput {
  color: #eeefea;
  background-color: #0000;
  border: 0 solid #000;
  width: 100%;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 400;
}

.csinput::placeholder {
  color: #eeefea66;
}

.csinput.cstextarea {
  height: 40px;
}

.csinput.select {
  color: #eeefea66;
}

.csinput.darker, .csinput.darker::placeholder {
  color: #485841;
}

.checbkox-zgoda {
  align-items: flex-start;
  margin-bottom: 1.1em;
  display: flex;
}

.kform-flex {
  border-bottom: 1px solid #b9b9b9;
  align-items: center;
  margin-bottom: .5em;
  padding-top: .7em;
  padding-bottom: .7em;
  display: flex;
}

.kform-flex.ctop {
  align-items: flex-start;
}

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

.zgoda-text {
  color: #eeefea66;
  letter-spacing: .11em;
  text-transform: none;
  margin-bottom: 0;
  margin-left: 1em;
  font-size: .75em;
  font-weight: 400;
  line-height: 1.4;
}

.zgoda-text.dark-zgoda {
  color: #485841;
}

.kform-field {
  align-items: center;
  width: 70%;
  display: flex;
}

.fiellabel {
  color: #eeefea;
  margin-bottom: 0;
  font-size: .88em;
  font-weight: 400;
  line-height: 1.5;
}

.fiellabel.ctop-margin {
  margin-top: .56em;
}

.fiellabel.dark {
  color: #485841;
}

.footer {
  background-color: #9aa08d;
  padding-top: 6.19em;
  padding-bottom: .94em;
}

.footer-cta {
  position: relative;
}

.footer-cta-content {
  align-items: flex-end;
  width: 100%;
  padding-bottom: 3.75em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.footer-cta-title {
  color: #bac0ab;
  font-family: Marcellus, sans-serif;
  font-size: 6em;
  font-weight: 400;
  line-height: 1.2;
}

.ff {
  border-bottom: 1px solid #9aa08d;
  width: 100%;
  padding-bottom: .7em;
}

.container-flex {
  padding-bottom: 6.19em;
  display: flex;
}

.slide {
  max-height: 100vh;
}

.image-7 {
  width: 14.06em;
}

.foter-right {
  grid-column-gap: 7.13em;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.text-block-4 {
  color: #48584180;
  letter-spacing: .42px;
  text-transform: uppercase;
  font-size: .88em;
  font-weight: 500;
  line-height: 1.35;
}

.footer-content-kontakt {
  margin-top: 1.38em;
  margin-bottom: 1.38em;
}

.footer-link {
  color: #485841;
  margin-bottom: .3em;
  font-size: 1.13em;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.footer-link:hover {
  color: #4858418a;
}

.footer-social {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  display: flex;
}

.footer-menu {
  margin-top: .38em;
}

.footer-menu-item {
  color: #485841;
  margin-bottom: .2em;
  font-size: 1em;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.footer-menu-item:hover {
  opacity: .62;
}

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

.copy-text {
  color: #485841;
  font-size: .75em;
  line-height: 1.5;
}

.footer-copy-link {
  color: #485841;
  font-size: .75em;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
}

.footer-copy-link:hover {
  opacity: .64;
}

.navbar {
  background-color: #ddd0;
  border-bottom: 1px solid #9aa08d80;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.image-8 {
  width: 2.5em;
}

.nav-item {
  color: #eeefea;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px .63em;
  font-size: 1em;
  line-height: 1.5;
  transition: all .3s;
}

.nav-item:hover, .nav-item.w--current {
  color: #eeefea;
}

.nav-item.dark {
  color: #9aa08d;
  letter-spacing: 3.08px;
  text-transform: uppercase;
  background-image: url('../images/Group-5_1.svg');
  background-position: 130%;
  background-repeat: no-repeat;
  background-size: 32px;
  margin-bottom: .2em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1em;
  padding-right: 1em;
  font-family: Marcellus, sans-serif;
  font-size: 3.5em;
  line-height: 1.2;
}

.nav-item.dark:hover {
  background-image: url('../images/Group-5_1.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 32px;
}

.nav-item.lang-item.dark {
  margin-left: 0;
  margin-right: 0;
}

.nav-item.lang-item.dark.lang-small {
  letter-spacing: 0;
  background-image: none;
  font-family: Poppins, sans-serif;
  font-size: .88em;
}

.nav-menu {
  background-color: #eeefea;
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
}

.nav-flex {
  justify-content: space-between;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.sction-page-header {
  background-color: #eeefea;
  padding-top: 11.4em;
  padding-bottom: 4.25em;
  position: relative;
}

.sction-page-header.less-bottom {
  padding-bottom: 3em;
}

.s-oferta-info {
  border-bottom: 1px solid #9aa08d;
  margin-bottom: 2.5em;
  padding-top: 5em;
  padding-bottom: 4.69em;
}

.s-oferta-info.last {
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 5em;
}

.of-flex {
  justify-content: space-between;
  align-items: center;
  margin-left: -1.88em;
  margin-right: -1.88em;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.of-col {
  flex: 0 43%;
}

.of-title {
  color: #9aa08d;
  text-transform: uppercase;
  font-family: Marcellus, sans-serif;
  font-size: 2em;
  line-height: 1.3;
}

.of-text {
  color: #485841;
  font-size: 1.13em;
  line-height: 1.5;
}

.of-details {
  flex-wrap: wrap;
  margin-top: 4.9em;
  margin-left: -7.19em;
  margin-right: -7.19em;
  display: flex;
}

.of-item {
  color: #485841;
  border: 1px solid #9aa08d;
  width: 18%;
  margin: 1%;
  padding: .31em;
  text-decoration: none;
  transition: all .3s;
}

.of-item.of-bigger {
  width: 23%;
}

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

.text-block-5 {
  text-align: center;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 1.5em;
  line-height: 1.4;
  text-decoration: none;
}

.off-content-div {
  grid-column-gap: 1.56em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 110px;
  display: flex;
}

.off-sprawdz {
  color: #eeefea;
  letter-spacing: .42px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  max-height: 0;
  margin-top: 0;
  font-size: .88em;
  line-height: 1.35;
  transition: all .3s;
  display: flex;
  overflow: hidden;
}

.html-embed {
  margin-left: 1.06em;
}

.masaze-buttons {
  grid-column-gap: 2em;
  justify-content: center;
  align-items: stretch;
  margin-top: 2em;
  display: flex;
}

.section-masaz-nav {
  background-color: #eeefea;
}

.masaz-nav-flex {
  border-top: 1px solid #9aa08d;
  border-bottom: 1px solid #9aa08d;
  display: flex;
}

.nav-flex-col {
  width: 50%;
}

.nav-flex-col.col-photo {
  padding-right: 3.75em;
}

.nav-flex-col.cflex {
  grid-row-gap: 1.5em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.nav-masaz-item {
  color: #9aa08d;
  font-family: Marcellus, sans-serif;
  font-size: 1.25em;
  line-height: 1.4;
  text-decoration: none;
  transition: all .3s;
}

.nav-masaz-item:hover {
  color: #485841;
}

.n-item-flex {
  align-items: center;
  display: flex;
}

.html-embed-2 {
  opacity: 0;
  margin-left: .88em;
  transition: all .3s;
}

.nv-item-line {
  background-color: #485841;
  width: 0%;
  height: 1px;
  margin-top: .13em;
  transition: all .3s;
}

.section-czym-jest {
  background-color: #eeefea;
  padding-top: 1.88em;
}

.section-czym-jest.cs-bottom {
  padding-bottom: 1.88em;
}

.czym-jest-box {
  background-color: #9aa08d;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 4.5em 5.31em 5.31em;
  display: flex;
}

.czym-jest-col {
  width: 45%;
}

.czym-jest-col.full {
  width: 100%;
}

.czym-jest-col.full.flex {
  flex-wrap: wrap;
  display: flex;
}

.czym-jest-col.bigger {
  width: 60%;
}

.czym-jest-col.smaller {
  width: 40%;
}

.c-smal-number {
  color: #eeefea;
  letter-spacing: .42px;
  font-size: .88em;
  line-height: 1.35;
}

.c-smal-number.color {
  color: #9aa08d;
}

.czym-jest-title {
  color: #eeefea;
  text-transform: uppercase;
  margin-top: .25em;
  font-family: Marcellus, sans-serif;
  font-size: 2.5em;
  line-height: 1.4;
}

.czym-jest-title.color {
  color: #9aa08d;
  text-transform: uppercase;
}

.czym-jest-icons {
  grid-column-gap: 3%;
  justify-content: flex-start;
  display: flex;
}

.czym-jest-icons.right {
  justify-content: flex-end;
}

.sicon {
  background-color: #eeefea;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 31.33%;
  padding: .63em .63em 1.25em;
  display: flex;
}

.icon-text {
  color: #485841;
  text-align: center;
  letter-spacing: .42px;
  text-transform: uppercase;
  margin-top: .6em;
  font-size: .88em;
  font-weight: 500;
  line-height: 1.35;
}

.czm-jest-content {
  justify-content: space-between;
  width: 100%;
  margin-top: 5.31em;
  display: flex;
}

.czm-jest-content.centered {
  align-items: center;
}

.ctext1 {
  color: #eeefea;
  font-family: Marcellus, sans-serif;
  font-size: 1.5em;
  line-height: 1.4;
}

.ctext2 {
  color: #eeefea;
  margin-top: 27px;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.5;
}

.ctext3 {
  color: #eeefea;
  margin-top: 26px;
  font-size: .88em;
  line-height: 1.5;
}

.ctext-list {
  margin-top: 1.56em;
  display: flex;
}

.clist-item {
  flex: 1 0 48%;
  align-items: flex-start;
  width: 100%;
  margin-bottom: .5em;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.5;
  display: flex;
}

.section-jak-przebiega {
  background-color: #eeefea;
}

.jak-przebiega-box {
  padding: 6.13em 5.31em;
}

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

.j-flex.cs-top {
  align-items: flex-start;
  margin-top: 3.44em;
}

.psmall-title {
  color: #9aa08d;
  letter-spacing: .42px;
  text-transform: uppercase;
  margin-bottom: 1.3em;
  font-size: .88em;
  font-weight: 500;
  line-height: 1.35;
}

.p-cs-item {
  margin-bottom: 1.25em;
  display: flex;
}

.p-cs-number {
  color: #9aa08d;
  letter-spacing: .42px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.94em;
  height: 1.94em;
  margin-right: .88em;
  font-size: .88em;
  font-weight: 500;
  line-height: 1.35;
  display: flex;
}

.p-item-text {
  color: #485841;
  font-size: 1em;
  line-height: 1.5;
}

.section-masaz-video {
  background-color: #eeefea;
  padding-bottom: 2em;
}

.m-video-box {
  height: 60vh;
}

.section-jak-przygotwac {
  background-color: #eeefea;
}

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

.section-przeciwskazania {
  background-color: #eeefea;
}

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

.cs-new-list {
  color: #485841;
  flex-wrap: wrap;
  display: flex;
}

.cs-new-list.smller {
  flex-direction: column;
  width: 40%;
  display: block;
}

.cs-new-list.smller.white {
  color: #eeefea;
  width: 50%;
}

.cs-new-list.bigger {
  width: 60%;
  display: block;
}

.c-list-item-dot {
  background-color: #485841;
  border-radius: 100%;
  width: 5px;
  height: 5px;
  margin-top: .56em;
  margin-right: .5em;
}

.c-list-item-dot.white, .section-cena {
  background-color: #eeefea;
}

.cennik-box {
  display: flex;
}

.cennik-item {
  flex-direction: column;
  flex: 0 100%;
  display: flex;
}

.cennik-time {
  background-color: #eeefea;
  border: 1px solid #eeefea;
  align-items: center;
  height: 5.25em;
  padding: 1.44em .81em;
  display: flex;
}

.cennik-time.cennik-cena {
  background-color: #eeefea80;
  border: 1px solid #eeefea;
}

.cennik-time.cennik-cena.no-right {
  border-right-width: 0;
}

.cennik-time.nobg {
  background-color: #eeefea00;
  border: 1px solid #eeefea;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.cennik-time.nobg.nobottom {
  border-bottom-width: 0;
}

.cennik-time.nobg.no-right {
  border-right-width: 0;
}

.cennik-time.nobottom {
  border-bottom-width: 0;
}

.cennik-time.nobottom.no-right {
  border-right-width: 0;
}

.ticon {
  flex: none;
  width: 2em;
  margin-right: 1.31em;
}

.text-block-6 {
  color: #485841;
  letter-spacing: .42px;
  text-transform: uppercase;
  font-size: .88em;
  font-weight: 500;
  line-height: 1.35;
}

.text-block-6.white {
  color: #eeefea;
}

.section-faq {
  background-color: #eeefea;
}

.faq-grid {
  grid-template-rows: auto;
  grid-template-columns: 3fr;
  width: 100%;
  margin-top: 2.5em;
  margin-left: auto;
  margin-right: auto;
}

.faq-content-text {
  width: 48%;
}

.faq-content-text.faq-content-full {
  width: 80%;
}

.div-block {
  width: 100%;
  height: 1px;
}

.faq-content {
  background-color: #fff0;
  border: 0 solid #000;
  overflow: hidden;
}

.question-title {
  color: #485841;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Marcellus, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.4;
}

.faq-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.faq-question-bar {
  color: #2b2824;
  letter-spacing: .03em;
  background-color: #f4f4f400;
  border: 0 solid #000;
  border-bottom: 1px solid #9aa08d;
  justify-content: space-between;
  align-items: center;
  padding: 1.81em 0;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.41;
  text-decoration: none;
  display: flex;
}

.faq-content-flex {
  justify-content: space-between;
  padding: 2em 0;
  display: flex;
}

.faq-question-wrap {
  opacity: .7;
  cursor: pointer;
  border: 0 solid #e6e6e6b0;
  border-radius: 0;
  margin-bottom: 2.44em;
  padding-left: 0;
  padding-right: 0;
  transition: all .3s;
  overflow: hidden;
}

.faq-icon-icon {
  width: 1.44em;
  transition: all .3s;
  display: block;
}

.plus-icon {
  transition: all .3s;
  display: none;
}

.faq-text-text {
  color: #485841;
  font-size: 1em;
  line-height: 1.5;
}

.section-dopasuj {
  background-color: #eeefea;
}

.dopasuj-flex {
  justify-content: space-between;
  align-items: center;
  padding-left: 5.31em;
  padding-right: 5.31em;
  display: flex;
}

.dopasuj-col {
  width: 45%;
  position: relative;
}

.dopasuj-title {
  color: #ff6f41;
  font-family: Marcellus, sans-serif;
  font-size: 2.5em;
  line-height: 1.4;
}

.dopasuj-subtitle {
  color: #485841;
  letter-spacing: .42px;
  text-transform: uppercase;
  margin-top: 1.7em;
  margin-bottom: 1.7em;
  font-size: .88em;
  font-weight: 500;
  line-height: 1.35;
}

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

.sdodatek {
  color: #485841;
  border-bottom: 1px solid #9aa08d;
  margin-bottom: .63em;
  padding-top: .63em;
  padding-bottom: .63em;
  font-family: Marcellus, sans-serif;
  font-size: 1.25em;
  line-height: 1.4;
}

.section-sprawdz-inne {
  background-color: #eeefea;
  padding-top: 6.88em;
  padding-bottom: 3.3em;
}

.sprawdz-inne-flex {
  border-bottom: 1px solid #9aa08d;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 3.13em;
  display: flex;
}

.inne-title {
  width: 20%;
  padding-right: 3em;
}

.inne-title-text {
  color: #9aa08d;
  text-transform: uppercase;
  font-family: Marcellus, sans-serif;
  font-size: 2em;
  line-height: 1.3;
}

.inne-items {
  width: 80%;
  display: flex;
}

.cs-cta-info {
  margin-bottom: 1.88em;
}

.cs-cta-title {
  color: #485841;
  text-align: center;
  margin-bottom: 1.2em;
  font-family: Marcellus, sans-serif;
  font-size: 1.5em;
  line-height: 1.4;
}

.cs-oferta-title {
  color: #9aa08d;
  text-align: center;
  text-transform: uppercase;
  font-family: Marcellus, sans-serif;
  font-size: 2em;
  line-height: 1.3;
}

.section-w-naszej-ofercie {
  background-color: #eeefea;
  padding-bottom: 1.88em;
  padding-left: 1.88em;
  padding-right: 1.88em;
}

.dopasuj-cs-img {
  width: 9.56em;
  position: absolute;
  bottom: -20px;
  right: 50px;
}

.her-subtitle {
  color: #9aa08d;
  letter-spacing: 5.55px;
  text-transform: uppercase;
  margin-bottom: 1.7em;
  font-size: .94em;
  line-height: 1.2;
}

.hero-small-text {
  color: #eeefea;
  text-align: left;
  max-width: 422px;
  margin-left: auto;
  font-size: .88em;
  line-height: 1.5;
}

.background-video-4 {
  z-index: 9;
  width: 100%;
  height: 100%;
  min-height: 39.38em;
}

.section-historia {
  background-color: #eeefea;
  padding-left: 1.88em;
  padding-right: 1.88em;
}

.historia-box {
  background-color: #9aa08d;
  padding: 5.75em 0;
}

.historia-small-title {
  color: #eeefea;
  width: 70%;
  margin-top: 3.3em;
  font-family: Marcellus, sans-serif;
  font-size: 2.5em;
  line-height: 1.4;
}

.historia-cs-flex {
  margin-top: 6.25em;
  display: flex;
}

.historia-left-text {
  width: 25%;
}

.historia-right-video {
  width: 75%;
  padding-left: 3.75em;
}

.background-video-5 {
  z-index: 9;
  width: 100%;
  height: 18.13em;
}

.section-nowa-era {
  background-color: #eeefea;
  padding-top: 6.94em;
  padding-bottom: 6.94em;
}

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

.section-transformacja {
  background-color: #eeefea;
  padding-top: 9.88em;
  padding-bottom: 5.75em;
}

.transformacja-flex {
  margin-top: 3.75em;
  display: flex;
}

.transformacja-left {
  width: 75%;
  padding-right: 8.75em;
}

.transformacja-right {
  width: 25%;
  position: relative;
}

.transformacja-title {
  color: #9aa08d;
  text-transform: uppercase;
  max-width: 50%;
  font-family: Marcellus, sans-serif;
  font-size: 2em;
  line-height: 1.3;
}

.tranformacja-cs-text {
  color: #485841;
  margin-bottom: 1em;
  font-family: Marcellus, sans-serif;
  font-size: 1.5em;
  line-height: 1.4;
  position: relative;
}

.image-13 {
  z-index: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -60% 0 0%;
}

.line {
  width: 170%;
  margin-bottom: -10%;
  margin-left: -44%;
  position: absolute;
  inset: 0%;
}

.background-video-6 {
  z-index: 1;
  width: 100%;
  height: 100%;
}

.section-pokolenie {
  background-color: #eeefea;
  padding-bottom: 1.88em;
  padding-left: 1.88em;
  padding-right: 1.88em;
}

.pokolenie-flex {
  display: flex;
}

.pokolenie-col {
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.pokolenie-col.cs-right-padding {
  padding-right: 12em;
}

.pokolenie-col.padd {
  padding-top: 1.88em;
  padding-bottom: 1.88em;
}

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

.image-14.pok-img {
  margin-top: 4.38em;
}

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

.section-salony {
  background-color: #eeefea;
  padding-top: 2.5em;
  padding-bottom: 7em;
}

.section-salony.less-padding {
  padding-top: .125em;
}

.tabs {
  display: flex;
}

.tabs-menu {
  flex-wrap: wrap;
  width: 50%;
  margin-left: -1%;
  margin-right: -1%;
  display: flex;
}

.tabs-content {
  width: 50%;
}

.tab-item {
  color: #485841;
  text-align: center;
  background-color: #ddd0;
  border: 1px solid #9aa08d;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 48%;
  height: 6.9em;
  margin: 1%;
  padding-top: 1.5em;
  font-size: 1.5em;
  line-height: 1.4;
  transition: all .3s;
  display: flex;
  overflow: hidden;
}

.tab-item:hover {
  color: #eeefea;
  background-color: #9aa08d;
}

.tab-item.w--current {
  color: #eeefea;
  background-color: #9aa08d;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 48%;
  display: flex;
}

.tab-item.lok-item {
  width: 23%;
  text-decoration: none;
}

.tab-item.lok-item.czasitem {
  width: 31.33%;
}

.span-dzielnica {
  font-size: .8em;
}

.text-block-7 {
  width: 100%;
}

.map-content {
  height: 100%;
  padding-left: 4em;
  position: relative;
}

.map-text {
  color: #485841;
  letter-spacing: 5.55px;
  font-size: .94em;
  line-height: 1.2;
  position: absolute;
  bottom: 6em;
  left: 5em;
}

.map-inner {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.salon-flex-info {
  align-items: flex-end;
  margin-top: 6.5em;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
}

.salon-info-left {
  width: 70%;
}

.salon-info-right {
  align-items: center;
  width: 30%;
  padding-bottom: 0;
  display: flex;
}

.salon-info-title {
  color: #9aa08d;
  text-transform: uppercase;
  font-family: Marcellus, sans-serif;
  font-size: 2.5em;
  line-height: 1.4;
}

.salon-info-texts {
  max-width: 34.38em;
}

.sinfotext1 {
  color: #9aa08d;
  margin-top: 1.9em;
  font-family: Marcellus, sans-serif;
  font-size: 1.5em;
  line-height: 1.4;
}

.sinfotext2 {
  color: #485841;
  margin-top: 1.3em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

.sinfotext3 {
  color: #485841;
  margin-top: 1.2em;
  font-size: .88em;
  line-height: 1.5;
}

.salon-info-icons {
  border-left: 1px solid #485841;
  margin-top: 0;
  padding-left: 3.75em;
}

.salon-info-icon {
  color: #485841;
  letter-spacing: .42px;
  text-transform: uppercase;
  align-items: center;
  margin-bottom: 1.44em;
  font-size: .88em;
  font-weight: 500;
  line-height: 1.35;
  display: flex;
}

.sii {
  width: 2.75em;
  margin-right: .75em;
}

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

.section-mapa {
  background-color: #eeefea;
  padding-top: 3.13em;
  padding-bottom: 3.13em;
}

.section-wybierz-lokalizacje {
  background-color: #eeefea;
  padding-top: 5em;
  padding-bottom: 5em;
}

.lokalizacja-s-title {
  color: #9aa08d;
  text-transform: uppercase;
  font-family: Marcellus, sans-serif;
  font-size: 2em;
  line-height: 1.3;
}

.text-block-8 {
  color: #485841;
  margin-top: .5em;
  font-family: Marcellus, sans-serif;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.4;
}

.cs-inne-lokalizacje {
  flex-wrap: wrap;
  margin-top: 2.63em;
  display: flex;
}

.cs-inne-lokalizacje.csmargin {
  width: 100%;
  margin-bottom: 4em;
}

.cs-inne-lokalizacje.csmargin.cs-czas {
  max-width: 51.38em;
  margin-left: auto;
  margin-right: auto;
}

.section-kontakt-info {
  background-color: #eeefea;
  padding-top: 7.5em;
  padding-bottom: 7.5em;
}

.kontakt-flex {
  align-items: center;
  display: flex;
}

.kk-col {
  width: 50%;
}

.kk-col.kright {
  grid-column-gap: 20px;
  grid-row-gap: 1.25em;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 7em;
  display: flex;
}

.kontakt-title {
  color: #9aa08d;
  text-transform: uppercase;
  font-family: Marcellus, sans-serif;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.4;
}

.kontakt-text {
  color: #485841;
  max-width: 26.5em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

.section-wspolpraucjemy {
  background-color: #eeefea;
  padding-bottom: 30px;
}

.wspolpracujemy-box {
  background-color: #fff;
  padding: 5.63em 8em;
}

.wspolpracujemy-tytul {
  color: #9aa08d;
  text-align: center;
  font-family: Marcellus, sans-serif;
  font-size: 2em;
  line-height: 1.3;
}

.logotypy {
  justify-content: space-between;
  align-items: center;
  margin-top: 2.81em;
  display: flex;
}

.slogo {
  justify-content: center;
  align-items: center;
  width: 20%;
  display: flex;
}

.image-16 {
  max-height: 4.6em;
}

.hero-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section-cennik {
  background-color: #eeefea;
  padding-top: 2.81em;
  padding-bottom: 8em;
}

.cennik-table {
  border-bottom: 1px solid #9aa08d;
  margin-bottom: 5em;
}

.cennik-top {
  align-items: center;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  display: flex;
}

.cennik-top.cennik-t-item {
  grid-row-gap: .81em;
  border-top: 1px solid #9aa08d;
  flex-direction: column;
}

.item-title {
  width: 70%;
}

.text-block-9 {
  color: #9aa08d;
  text-transform: capitalize;
  font-family: Marcellus, sans-serif;
  font-size: 1.5em;
  line-height: 1.4;
}

.text-block-9.color {
  color: #485841;
}

.item-czas, .item-cena {
  justify-content: center;
  align-items: center;
  width: 15%;
  display: flex;
}

.item-czas-text {
  color: #485841;
  text-align: center;
  letter-spacing: .42px;
  text-transform: uppercase;
  font-size: .88em;
  font-weight: 500;
  line-height: 1.35;
}

.cennik-item-inner {
  align-items: center;
  width: 100%;
  min-height: 2.25em;
  margin-bottom: 0;
  display: flex;
}

.cennik-extra-info {
  margin-top: -1.9em;
}

.extra-info-text {
  color: #9aa08d;
  font-family: Marcellus, sans-serif;
  font-size: 1.5em;
  line-height: 1.4;
}

.span-dark {
  color: #485841;
}

.section-sklep-ingo {
  background-color: #eeefea;
}

.sklep-info-baner {
  align-items: stretch;
  display: flex;
}

.si-baner {
  align-self: flex-start;
  width: 70%;
  height: 20.44em;
  position: relative;
}

.si-info {
  background-color: #9aa08d;
  flex-direction: column;
  justify-content: center;
  width: 30%;
  padding: 1.56em 3.44em;
  display: flex;
}

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

.div-block-2 {
  background-color: #0003;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.image-17 {
  margin-bottom: 1.25em;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hh-title {
  color: #eeefea;
  text-align: center;
  font-family: Marcellus, sans-serif;
  font-size: 2.5em;
  line-height: 1.4;
}

.hh-subtitle {
  color: #eeefea;
  text-align: center;
  margin-top: .4em;
  font-family: Marcellus, sans-serif;
  font-size: 1.5em;
  line-height: 1.4;
}

.hh-procent {
  color: #eeefea;
  letter-spacing: 3.08px;
  justify-content: center;
  align-items: center;
  margin-top: .5em;
  font-family: Marcellus, sans-serif;
  font-size: 3.5em;
  line-height: 1.2;
  display: flex;
}

.h-small {
  text-transform: uppercase;
  margin-left: .56em;
  font-family: Poppins, sans-serif;
  font-size: .3em;
}

.si-baner-info {
  z-index: 12;
  justify-content: space-between;
  align-items: center;
  padding-left: 70px;
  padding-right: 4.38em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-block-11 {
  color: #eeefea;
  font-family: Marcellus, sans-serif;
  font-size: 2.5em;
  line-height: 1.4;
}

.section-polacene {
  background-color: #eeefea;
  padding-top: 4em;
  padding-bottom: 4em;
}

.section-polacene.best-top {
  padding-top: 1em;
}

.polecane-title {
  color: #9aa08d;
  text-align: center;
  text-transform: uppercase;
  font-family: Marcellus, sans-serif;
  font-size: 2em;
  line-height: 1.3;
}

.polecane-title.bestsellery-title {
  text-transform: none;
}

.polecane-flex {
  flex-flow: wrap;
  margin-top: 3.44em;
  margin-left: -1%;
  margin-right: -1%;
  display: flex;
}

.s-produkt {
  color: #485841;
  text-align: center;
  background-color: #eeefea;
  border: 1px solid #9aa08d;
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  width: 23%;
  margin: 1%;
  padding: .38em;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.s-produkt:hover {
  color: #eeefea;
  background-color: #9aa08d;
}

.s-produkt-img {
  height: 13.75em;
  position: relative;
  overflow: hidden;
}

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

.s-produkt-details {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  padding: 2.25em 1em 1.25em;
  display: flex;
  position: relative;
}

.s-produkt-details.is-less {
  padding-top: 1em;
}

.produkt-title {
  font-family: Marcellus, sans-serif;
  font-size: 1.5em;
  line-height: 1.4;
}

.produkt-czas {
  grid-column-gap: .75em;
  justify-content: center;
  align-items: center;
  margin-top: 1.4em;
  margin-bottom: 1.25em;
  display: flex;
}

.produkt-czas.left {
  justify-content: flex-start;
}

.produkt-czas.left.less {
  margin-top: .8em;
  margin-bottom: .8em;
}

.text-block-13 {
  text-transform: uppercase;
  font-weight: 500;
}

.text-block-13.is-blog-item-text {
  text-transform: none;
  font-size: .88em;
  font-weight: 400;
}

.do-koszyka-btn {
  letter-spacing: .42px;
  text-transform: uppercase;
  border: 1px solid #485841;
  border-radius: 100px;
  padding: .88em 1em;
  font-weight: 500;
  transition: all .3s;
}

.voucher-info {
  background-color: #eeefea;
  border-radius: 300px;
  max-width: 136px;
  margin-left: auto;
  margin-right: auto;
  transition: none;
  position: absolute;
  top: -1.2em;
  left: 0;
  right: 0;
}

.text-block-14 {
  letter-spacing: .42px;
  text-transform: uppercase;
  font-size: .88em;
  font-weight: 500;
  line-height: 1.35;
}

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

.html-embed-3 {
  margin-top: 4px;
}

.bestseller-info {
  background-color: #485841;
  border-radius: 200px;
  padding: .63em;
  font-size: .81em;
  line-height: 1.4;
  position: absolute;
  top: .75em;
  right: .75em;
}

.best-flex {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  align-items: center;
  display: flex;
}

.text-block-15 {
  color: #fff;
}

.image-19 {
  width: .56em;
}

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

.image-20 {
  width: 1.5em;
}

.section-produkt-info {
  background-color: #eeefea;
  padding-bottom: 1.88em;
}

.produkt-info-box {
  align-items: stretch;
  display: flex;
}

.produkt-img {
  width: 45%;
}

.image-21 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  position: static;
}

.produkt-info-details {
  width: 55%;
  padding-left: 5%;
}

.produkt-info-title {
  color: #485841;
  font-family: Marcellus, sans-serif;
  font-size: 2.5em;
  line-height: 1.4;
}

.produkt-details {
  border-bottom: 0 solid #9aa08d;
  margin-top: 1.88em;
}

.form-flex {
  align-items: center;
  margin-bottom: 1.88em;
  display: flex;
}

.form-flex-label {
  width: 10em;
  margin-right: 1.88em;
  padding-right: 0;
}

.text-block-16 {
  color: #485841;
  font-size: 1.13em;
  line-height: 1.5;
}

.produkt-select {
  color: #485841;
  letter-spacing: .42px;
  text-transform: uppercase;
  background-color: #f3f3f300;
  border: 1px solid #485841;
  border-radius: 100px;
  margin-bottom: 0;
  font-size: .88em;
  font-weight: 500;
  line-height: 1.35;
}

.produkt-select.sel2 {
  background-image: url('../images/Drop.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: auto;
  padding: .63em .75em .63em 3.3em;
}

.produkt-select.sel2:active, .produkt-select.sel2:focus, .produkt-select.sel2:focus-visible, .produkt-select.sel2[data-wf-focus-visible] {
  border-color: #485841;
}

.produkt-select.sel1 {
  background-image: url('../images/ClockAfternoon-3.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: auto;
  padding: .63em .75em .63em 3.3em;
}

.produkt-select.sel1:active, .produkt-select.sel1:focus, .produkt-select.sel1:focus-visible, .produkt-select.sel1[data-wf-focus-visible] {
  border-color: #485841;
}

.produkt-price {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  border-top: 1px solid #9aa08d;
  border-bottom: 1px solid #9aa08d;
  align-items: center;
  padding-top: 1.88em;
  padding-bottom: 1.88em;
  display: flex;
}

.produkt-price.noborder {
  border-top-width: 0;
  border-bottom-width: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.produkt-price.noborder.total-cos {
  grid-row-gap: .75em;
  flex-direction: column;
  align-items: flex-start;
}

.price-label {
  color: #485841;
  font-size: 1.13em;
  line-height: 1.4;
}

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

.produkt-qty {
  grid-column-gap: .94em;
  grid-row-gap: .94em;
  justify-content: center;
  align-items: center;
  max-width: 12.4em;
  display: flex;
}

.product-minus {
  color: #485841;
  cursor: pointer;
  border: 1px solid #9aa08d;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.81em;
  height: 2.81em;
  transition: all .3s;
  display: flex;
}

.product-minus:hover {
  color: #eeefea;
  background-color: #9aa08d;
}

.text-block-17 {
  font-size: .88em;
  font-weight: 500;
  line-height: 1.35;
}

.produkt-plus {
  color: #485841;
  cursor: pointer;
  border: 1px solid #9aa08d;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.81em;
  height: 2.81em;
  transition: all .3s;
  display: flex;
}

.produkt-plus:hover {
  color: #eeefea;
  background-color: #9aa08d;
  border-color: #9aa08d;
}

.product-qty-input {
  color: #485841;
  text-align: center;
  letter-spacing: .42px;
  background-color: #fff0;
  border: 1px solid #9aa08d;
  border-radius: 100px;
  height: 2.81em;
  margin-bottom: 0;
  font-size: .88em;
  font-weight: 500;
  line-height: 1.35;
}

.koszyk-back-link {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  color: #9aa08d;
  text-transform: uppercase;
  align-items: center;
  font-family: Marcellus, sans-serif;
  font-size: 2.5em;
  line-height: 1.4;
  text-decoration: none;
  display: flex;
}

.section-koszyk-zawartosc {
  background-color: #eeefea;
  padding-bottom: 3em;
}

.section-koszyk-zawartosc.podsumowanie-section {
  padding-top: 3em;
  padding-bottom: 6em;
}

.koszyk-item {
  border-top: 1px solid #9aa08d;
  border-bottom: 0 solid #9aa08d;
  justify-content: space-between;
  align-items: center;
  padding-top: .94em;
  padding-bottom: .94em;
  display: flex;
}

.koszyk-item-img {
  width: 250px;
}

.image-22 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.koszyk-item-info {
  color: #485841;
  width: 25%;
}

.koszyk-price {
  grid-column-gap: 29px;
  grid-row-gap: 1.81em;
  flex-direction: column;
  display: flex;
}

.koszyk-items {
  border-bottom: 1px solid #9aa08d;
}

.koszyk-coupon-code {
  border-bottom: 1px solid #9aa08d;
  padding-top: 2em;
  padding-bottom: 2em;
}

.field-label {
  color: #485841;
  font-family: Marcellus, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.4;
}

.text-field {
  color: #485841;
  text-align: center;
  letter-spacing: .42px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #9aa08d;
  border-radius: 100px;
  max-width: 13em;
  margin-bottom: 0;
  padding-left: 1.38em;
  padding-right: 1.38em;
  font-size: .88em;
  font-weight: 500;
  line-height: 1.35;
}

.text-field::placeholder {
  color: #485841;
}

.submit-button {
  color: #fff;
  letter-spacing: .42px;
  text-transform: uppercase;
  background-color: #485841;
  border: 1px solid #485841;
  border-radius: 100px;
  padding-left: 1.38em;
  padding-right: 1.38em;
  font-size: .88em;
  line-height: 1.35;
  transition: all .3s;
}

.submit-button:hover {
  background-color: #9aa08d;
  border-color: #9aa08d;
}

.kod-flex {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.koszyk-buttons {
  grid-column-gap: 8.5em;
  grid-row-gap: 8.5em;
  justify-content: flex-end;
  align-items: center;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
}

.link-kontynuuj {
  color: #485841;
  letter-spacing: .42px;
  text-transform: uppercase;
  align-items: center;
  font-size: .88em;
  line-height: 1.35;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.link-kontynuuj:hover {
  opacity: .57;
  color: #485841;
}

.image-23 {
  margin-right: .75em;
}

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

.basket-product-element {
  border-bottom: 1px solid #ccc;
  align-items: stretch;
  margin-bottom: 1em;
  padding-bottom: 1em;
  display: flex;
  position: relative;
}

.stripe {
  mix-blend-mode: multiply;
  height: 1.38em;
  margin-right: 1em;
}

.checkbox-2 {
  background-color: #4858414f;
  border: 0 solid #000;
  border-radius: 100%;
  width: 1.13em;
  height: 1.13em;
  margin-top: 0;
  margin-left: 0;
  margin-right: .8em;
}

.checkbox-2.w--redirected-checked {
  background-color: #485841;
  background-image: url('../images/Path-89448.svg');
  background-position: 50% 47%;
  background-size: 60%;
  border-color: #000;
}

.checkbox-2.w--redirected-focus {
  box-shadow: none;
}

.payment-wrapper {
  background-color: #fff;
  border: 0 solid #000;
  border-radius: 12px;
  margin-bottom: 1.88em;
  padding: .95em;
  display: flex;
}

.form-flex-2 {
  border-bottom: 1px solid #000;
  flex: 1;
  align-items: baseline;
  display: flex;
}

.form-flex-2.no-bottom-line {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  border-bottom-style: none;
  justify-content: space-between;
}

.basket-product-img-wrapper {
  object-fit: cover;
  align-self: auto;
  width: 12em;
  height: auto;
  margin-right: 1.88em;
}

.filed-name-2 {
  color: #485841;
  letter-spacing: .05em;
  text-transform: none;
  flex: none;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4;
}

.filed-name-2.summary {
  font-size: 1.25em;
  font-weight: 500;
}

.filed-name-2.kodfield {
  font-family: Marcellus, sans-serif;
  font-size: 1.5em;
}

.uwagi-text {
  color: #485841;
  margin-top: 1.1em;
  font-size: 1em;
  font-weight: 500;
}

.typ-konta-flex {
  margin-bottom: 1em;
  display: flex;
}

.checkbox-label {
  color: #485841;
  letter-spacing: .05em;
  margin-bottom: 0;
  font-size: .88em;
  font-weight: 400;
}

.checkbox-label.rmbr {
  color: #485841;
  text-transform: none;
  font-size: .88em;
  font-weight: 400;
}

.checkbox-label.rmbr.check0big {
  color: #485841;
  font-size: 1em;
  font-weight: 400;
}

.checkbox-label.diff-address {
  color: #485841;
  font-size: 1em;
  font-weight: 500;
}

.zgoda-link {
  color: #21262b;
  margin-right: 1em;
  font-size: .81em;
  font-weight: 500;
  text-decoration: underline;
  transition: all .3s;
}

.zgoda-link:hover {
  color: #485841;
}

.pay-btn {
  text-align: center;
  align-self: flex-start;
  margin-top: 1.8em;
}

.zgoda-url {
  color: #21262b;
  transition: all .3s;
}

.zgoda-url:hover {
  color: #485841;
}

.form-order {
  grid-row-gap: 1.88em;
  flex-direction: column;
  display: flex;
  position: relative;
}

.form-order.rows {
  grid-row-gap: 0em;
}

.zgody-linki {
  margin-top: 1em;
  padding-left: 2em;
  display: flex;
}

.payment-label {
  letter-spacing: .05em;
  text-transform: none;
  margin-right: 1.2em;
  font-size: .88em;
  font-weight: 600;
}

.order-inny-adres {
  background-color: #f7f5f200;
  border-radius: 12px;
  padding: 1.46em 0;
}

.order-form-wrapper {
  margin-bottom: 0;
}

.mid-line {
  background-color: #e0e0e0;
  width: 1px;
  margin-left: 2em;
  margin-right: 2em;
}

.checkbox-wrapper {
  background-color: #fff;
  border: 0 solid #000;
  border-radius: 12px;
  align-items: center;
  margin-bottom: 0;
  padding: .95em;
  display: flex;
  position: relative;
}

.checkbox-wrapper.diff-address-wrapper {
  background-color: #f7f5f200;
  padding-left: 0;
}

.checkbox-wrapper.remember {
  border-style: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.checkbox-wrapper.remember.check-space {
  background-color: #0000;
  margin-bottom: 1.2em;
  display: flex;
}

.order-half {
  flex: 1;
}

.order-half.order-half-right {
  padding-right: 2em;
}

.filed-name {
  color: #485841;
  letter-spacing: .05em;
  text-transform: none;
  flex: none;
  width: 9em;
  margin-bottom: 1.4em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

.filed-name.field-name-bigger {
  width: 9em;
}

.rejestracja-zgody.zgody-smaller {
  margin-top: 1.2em;
}

.uwagi-textarea {
  background-color: #f7f5f200;
  border: 0 solid #000;
  border-bottom: 1px solid #9aa08d;
  margin-top: 1.4em;
  padding-left: 0;
  padding-right: 0;
}

.form-flex-big {
  display: flex;
}

.basket-details-wrapper {
  color: #485841;
}

.cs-btn {
  color: #fff;
  background-color: #f28330;
  border: 1px solid #f28330;
  border-radius: 27px;
  padding: .9em 1.8em;
  font-size: 1.1em;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.cs-btn:hover {
  background-color: #d97327;
  border-color: #d97327;
}

.cs-btn.btn-pay {
  letter-spacing: .42px;
  text-transform: uppercase;
  background-color: #485841;
  background-image: url('../images/Group-4.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 23px;
  border-color: #485841;
  min-width: 200px;
  padding-right: 3.5em;
  font-size: .88em;
  line-height: 1.35;
}

.order-label {
  color: #485841;
  letter-spacing: .05em;
  text-transform: none;
  margin-bottom: 1.5em;
  font-family: Marcellus, sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.4;
}

.order-label.delivery-label {
  color: #485841;
  font-family: Poppins, sans-serif;
  font-size: 1em;
  font-weight: 600;
}

.order-label.order-label2 {
  margin-top: 2em;
}

.cost-details-wrapper {
  grid-row-gap: .94em;
  flex-direction: column;
  margin-bottom: 1.88em;
  display: flex;
}

.text-field-3 {
  color: #48584180;
  background-color: #0000;
  border: 1px #000;
  margin-bottom: 0;
  margin-left: 1.25em;
  font-size: 1.1em;
}

.text-field-3::placeholder {
  color: #48584180;
  font-size: 1.1em;
  font-weight: 400;
}

.order-flex {
  display: flex;
}

.form-flex-3 {
  border-bottom: 1px solid #9aa08d;
  flex: 1;
  align-items: baseline;
  display: flex;
}

.code-wrapper {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 1.88em;
  padding-top: .94em;
  padding-bottom: .94em;
}

.checkbox-3 {
  background-color: #fff;
  border: 0 solid #000;
  border-radius: 100%;
  width: 1.13em;
  height: 1.13em;
  margin-top: 0;
  margin-left: 0;
  margin-right: 1.2em;
}

.checkbox-3.w--redirected-checked {
  background-color: #485841;
  background-image: url('../images/Path-89648.svg');
  background-size: 60%;
  border-color: #000;
}

.checkbox-3.w--redirected-focus {
  box-shadow: none;
}

.details-wraper {
  justify-content: space-between;
  margin-top: .5em;
  margin-bottom: .5em;
  display: flex;
}

.tytul-podsumowanie {
  color: #485841;
  text-align: center;
  font-family: Marcellus, sans-serif;
  font-size: 2em;
  line-height: 1.3;
}

.tekst-podsumowanie {
  color: #485841;
  text-align: center;
  max-width: 38.13em;
  margin-top: 1.56em;
  margin-left: auto;
  margin-right: auto;
  font-size: 1em;
  line-height: 1.5;
}

.podsumowanie-btn {
  justify-content: center;
  align-items: center;
  margin-top: 1.7em;
  display: flex;
}

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

.thaim-flex-mobile, .nav-menu-bottom {
  display: none;
}

.nav-menu-items-flex {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.nav-mobile-logo, .mobile-sngle-img {
  display: none;
}

.popup-out {
  z-index: 999999;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #4858414d;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.popup-inner {
  background-color: #eeefea;
  justify-content: space-between;
  width: 75%;
  max-width: 62.5em;
  padding: 4.56em 3.5em;
  display: flex;
  position: relative;
}

.popup-half {
  width: 45%;
}

.popup-title {
  color: #9aa08d;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Marcellus, sans-serif;
  font-size: 3.5em;
  line-height: 1.2;
}

.ppup-subtile {
  color: #485841;
  margin-top: .5em;
  font-family: Marcellus, sans-serif;
  font-size: 1.5em;
  line-height: 1.4;
}

.poup-text {
  color: #485841;
  max-width: 22em;
  margin-top: 3.13em;
  font-size: .88em;
  font-weight: 400;
  line-height: 1.5;
}

.image-30 {
  width: 21.88em;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.popup-dawniej {
  justify-content: center;
  align-items: center;
  margin-top: 1.88em;
  display: flex;
}

.text-dawniej {
  color: #485841;
  font-size: 1.13em;
  line-height: 1.5;
}

.image-31 {
  mix-blend-mode: multiply;
  width: 9.63em;
}

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

.cs-popup {
  background-color: #eeefea;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: flex;
}

.cs-popup-iner {
  text-align: center;
  width: 100%;
}

.cs-popup-ttle {
  color: #485841;
  text-align: center;
  font-family: Marcellus, sans-serif;
  font-size: 2.5em;
  line-height: 1.4;
}

.tel-link {
  color: #485841;
  text-align: center;
  margin-top: 1.2em;
  font-family: Marcellus, sans-serif;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.tel-link:hover, .html-embed-4 {
  color: #9aa08d;
}

.czas-wybieam {
  justify-content: center;
  align-items: center;
  margin-bottom: -60px;
  font-size: .7em;
  transition: all .3s;
  display: flex;
}

.text-block-18 {
  color: #eeefea;
}

.section-nasza-misja {
  background-color: #eeefea;
  padding-top: 5.63em;
  padding-bottom: 4em;
}

.img-podpis {
  margin-top: 1.25em;
}

.img-podpis.podpis-white {
  position: absolute;
  bottom: 1.56em;
  left: 1.56em;
}

.text-block-19 {
  color: #485841;
  font-size: 1.13em;
  font-weight: 600;
  line-height: 1.5;
}

.text-block-19.white {
  color: #fff;
}

.text-block-20 {
  color: #485841;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: .13em;
  font-size: .94em;
  line-height: 1.2;
}

.text-block-20.white {
  color: #fff;
}

.pok-with-bg {
  background-image: url('../images/Group-50701.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 1.88em;
  display: flex;
}

.pok-with-bg-text {
  color: #eeefea;
  font-family: Marcellus, sans-serif;
  font-size: 1.5em;
  line-height: 1.4;
}

.pok-img-out {
  position: relative;
}

.program-text {
  color: #485841;
  text-align: center;
  max-width: 35.69em;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  font-family: Marcellus, sans-serif;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.4;
}

.program-text.cs-bottom {
  margin-bottom: 1.9em;
}

.program-text._2 {
  max-width: 27em;
  margin-top: 2em;
  margin-bottom: 5em;
}

.program-zarezerwuj-wizyte {
  text-align: center;
  max-width: 32.06em;
  margin-top: 5em;
  margin-left: auto;
  margin-right: auto;
}

.zarezerwuj-title {
  color: #9aa08d;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1.2em;
  font-family: Marcellus, sans-serif;
  font-size: 1.5em;
  line-height: 1.4;
}

.pp-img {
  border-radius: 100%;
  width: 7.38em;
  height: 7.38em;
  position: absolute;
  top: -1em;
  left: 12em;
  overflow: hidden;
}

.pp-img._2 {
  width: 5.63em;
  height: 5.63em;
  top: 5em;
  left: 3em;
}

.pp-img._3 {
  width: 9em;
  height: 9em;
  top: 9em;
  left: 9em;
}

.pp-img._4 {
  width: 8.25em;
  height: 8.25em;
  top: 2em;
  left: auto;
  right: 12em;
}

.pp-img._5 {
  width: 5.63em;
  height: 5.63em;
  top: 12em;
  left: auto;
  right: 7em;
}

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

.section-jak-dziala {
  background-color: #eeefea;
  padding-top: 3.13em;
  padding-bottom: 3.13em;
}

.sec-jak-dziala-title {
  justify-content: center;
  align-items: center;
  display: flex;
}

.jak-dziala-title {
  color: #9aa08d;
  text-transform: uppercase;
  font-family: Marcellus, sans-serif;
  font-size: 2.5em;
  line-height: 1.4;
}

.image-33 {
  width: 13em;
  margin-left: .75em;
}

.famil-box {
  background-color: #9aa08d;
  margin-top: 4em;
  margin-bottom: 7.06em;
  padding-left: 0;
  padding-right: 4.38em;
}

.famil-box._2 {
  margin-bottom: 6em;
  padding-left: 3em;
}

.fam-flex {
  justify-content: center;
  align-items: center;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  display: flex;
}

.fam-col {
  text-align: left;
  flex: 0 auto;
  width: 45%;
}

.fam-col.bigger {
  width: 55%;
  padding-left: 4.38em;
}

.fam-text {
  color: #485841;
  font-family: Marcellus, sans-serif;
  font-size: 1.5em;
  line-height: 1.4;
}

.fam-text.color2 {
  color: #9aa08d;
}

.fam-text.color2.centered {
  text-align: center;
  max-width: 40.63em;
  margin-top: 1.2em;
  margin-left: auto;
  margin-right: auto;
}

.span-white {
  color: #eeefea;
}

.image-34 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.etap-box {
  background-color: #fff;
  margin-bottom: 7.06em;
  padding: 2.5em 3.75em 3.38em;
}

.etap-box-title {
  color: #9aa08d;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Marcellus, sans-serif;
  font-size: 4.75em;
  font-weight: 400;
  line-height: 1.2;
}

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

.etap-flex.top-margin {
  margin-top: 3.56em;
}

.etap-col {
  width: 45%;
}

.span-color2 {
  color: #485841;
}

.etap-cs-info {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.etap-cs-box {
  color: #eeefea;
  text-align: center;
  background-color: #9aa08d;
  padding: 1.06em 1.25em 1.56em;
  line-height: 1.2;
}

.etap-cs-box._2 {
  color: #9aa08d;
  background-color: #485841;
}

.text-block-21 {
  font-size: 3.5em;
}

.text-block-22 {
  text-transform: uppercase;
}

.text-block-23 {
  text-transform: uppercase;
  font-family: Marcellus, sans-serif;
  font-size: 1.13em;
}

.span-smaller {
  font-size: .6em;
}

.rabat-text-info {
  color: #485841;
  font-family: Marcellus, sans-serif;
  font-size: 1em;
  line-height: 1.4;
}

.program-info {
  text-align: center;
  margin-top: 8.75em;
  margin-bottom: 4.69em;
}

.program-di {
  max-width: 90em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.image-35 {
  margin-top: -60px;
}

.lottie-animation {
  width: 1.6em;
}

.nav-items {
  z-index: 9;
  grid-column-gap: 1.31em;
  grid-row-gap: 1.31em;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-phone {
  color: #485841;
  font-size: 1em;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
}

.brand {
  z-index: 9;
}

.calendar-operner {
  margin-top: 1.88em;
}

.test-block {
  background-color: var(--black);
  height: 300px;
}

.promo-section {
  background-color: #eeefea;
  padding-top: 7.5em;
  padding-bottom: 7.5em;
}

.promo-flex {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 1.88em;
  margin-left: -.63em;
  margin-right: -.63em;
  display: flex;
}

.promo-block {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  color: #485841;
  object-fit: fill;
  border: 1px solid #9aa08d;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 32%;
  padding: 1.33em;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.promo-block:hover {
  color: var(--bac0ab);
  background-color: #485841;
}

.promo-img {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  position: relative;
}

.promo-title {
  color: #9aa08d;
  text-align: center;
  font-family: Marcellus, sans-serif;
  font-size: 1.56em;
  line-height: 1.2;
}

.promo-text {
  font-size: 1em;
  line-height: 1.5;
}

.promo-div {
  aspect-ratio: 1;
  width: 100%;
  position: relative;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.promo-icon {
  color: #eeefea;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 8em;
  height: 8em;
  margin-bottom: -1.8em;
  margin-left: -1.85em;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.phone-button {
  z-index: 10;
  color: var(--white);
  background-color: #ff6f41;
  border: 1px solid #ff6f41;
  border-radius: 6.25em;
  justify-content: center;
  align-items: center;
  width: 3.75em;
  height: 3.75em;
  padding: 1.03em;
  transition: all .2s;
  display: none;
  position: fixed;
  inset: auto .94em 1.88em auto;
}

.phone-button:hover {
  background-color: var(--bac0ab);
  color: #485841;
  border-color: #485841;
}

.promo-bar {
  background-color: #ff6f41;
  width: 100%;
  padding-top: .63em;
  padding-bottom: .63em;
  text-decoration: none;
  display: block;
}

.promo-bar-text {
  color: var(--white);
  text-align: center;
  font-size: 1em;
  line-height: 1;
}

.section-blog-page-img {
  background-color: #eeefea;
  padding-top: 0;
  padding-bottom: 4em;
}

.section-blog-page-img.less-padding {
  padding-top: .125em;
}

.section-blog-content {
  background-color: #eeefea;
  padding-bottom: 3em;
}

.section-blog-content.is-single-blog-content {
  padding-top: 1em;
}

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

.blog-items-flex {
  flex-flow: wrap;
  margin-top: 2.5em;
  display: flex;
}

.is-blog-item {
  color: #485841;
  text-align: center;
  background-color: #eeefea;
  border: 1px solid #9aa08d;
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  width: 31.33%;
  margin: 1%;
  padding: .38em;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.is-blog-item:hover {
  color: #eeefea;
  background-color: #9aa08d;
}

.blog-item-desc {
  grid-column-gap: .75em;
  justify-content: center;
  align-items: center;
  margin-top: 1.4em;
  margin-bottom: 1.25em;
  display: flex;
}

.blog-item-desc.left {
  justify-content: flex-start;
}

.blog-item-desc.left.less {
  margin-top: .8em;
  margin-bottom: .8em;
}

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

.blog-content-container {
  max-width: 50em;
  margin-left: auto;
  margin-right: auto;
}

.rich-c {
  color: #485841;
  font-size: 1em;
}

.rich-c a {
  color: #485841;
}

.rich-c img {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  display: block;
}

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

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

.share-title {
  color: #485841;
  font-size: 1.13em;
  font-weight: 600;
  line-height: 1.5;
}

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

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

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

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

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

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

.blog-post-data {
  margin-bottom: 1em;
  font-size: .8em;
}

.blog-post-data.centered {
  color: #9aa08d;
  text-align: center;
  margin-top: .7em;
  margin-bottom: 0;
}

@media screen and (min-width: 1920px) {
  .of-flex {
    margin-left: 0;
    margin-right: 0;
  }
}

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

  .container {
    padding-left: 2em;
    padding-right: 2em;
  }

  .hero-content {
    padding-top: 6.25em;
  }

  .hero-title {
    font-size: 3.5em;
  }

  .hero-title.smaller {
    font-size: 3.7em;
  }

  .hero-flex {
    grid-column-gap: 1.25em;
    grid-row-gap: .63em;
  }

  .hero-text {
    font-size: 1.13em;
  }

  .cs-button.white.menu-button {
    display: none;
  }

  .cs-button.white.btn-slider {
    color: #eeefea;
    background-color: #9aa08d;
  }

  .cs-button.basket-btn {
    display: none;
  }

  .cs-button.basket-btn.dark.add-to-cart.buttonviible {
    flex: none;
    display: block;
  }

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

  .scroll-dwn, .scroll-dwn.w--current {
    display: none;
  }

  .sec-title {
    font-size: 2.5em;
  }

  .sec-title.white.centered {
    font-size: 2em;
  }

  .sec-title.first {
    max-width: 100%;
  }

  .harmony-flex {
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
  }

  .harmony-col {
    width: 50%;
  }

  .harmony-col.hc-down {
    order: 2;
    width: 50%;
    margin-top: -5.9em;
  }

  .harmony-col.hc-down.full {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: row;
    flex: 1;
    align-items: center;
    width: 100%;
    margin-top: 2em;
  }

  .harmony-col.hc1 {
    width: 50%;
  }

  .harmony-photo {
    padding-left: 2em;
    padding-right: 2em;
  }

  .harmony-text {
    display: block;
  }

  .harmony-text.big, .harmony-text.middle {
    font-size: 1.5em;
  }

  .harmony-text.middle.color.c50 {
    width: 50%;
  }

  .harmony-text.topmargin.max-width {
    width: 100%;
    max-width: 100%;
  }

  .harmony-text.topmargin.max-width.white.pokolenie-top {
    margin-top: 2em;
  }

  .harmony-text.topmargin.c50 {
    width: 50%;
    margin-top: 0;
  }

  .harmony-photo-img {
    width: 5em;
    bottom: -2em;
    right: 4em;
  }

  .section-oferta {
    padding-left: .5em;
    padding-right: .5em;
  }

  .oferta-title-box {
    padding-top: 4.19em;
  }

  .s-oferta-box {
    height: 21.25em;
  }

  .oferta-pelna-link {
    font-size: 2.5em;
  }

  .section-salony-masazu {
    padding-top: 5em;
  }

  .slide-content {
    padding-top: 0;
  }

  .slide-title-text, .slide-title-text.color.smaller {
    font-size: 2.5em;
  }

  .slide-bottom {
    background-color: #eeefea;
    padding-top: 3em;
    padding-bottom: 3em;
    position: static;
  }

  .slide-bottom-flex {
    flex-wrap: wrap;
  }

  .lok-title {
    width: 33%;
  }

  .lokalizacja-title {
    color: #485841;
  }

  .lok-text {
    width: 67%;
  }

  .text-block-2 {
    color: #485841;
  }

  .lok-btn {
    justify-content: flex-start;
    width: 100%;
    padding-top: 1.8em;
    padding-left: 33%;
  }

  .right-arrow, .left-arrow {
    padding-bottom: 8em;
  }

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

  .thaim-box {
    height: 22em;
  }

  .thai-number-text {
    font-size: 1.25em;
  }

  .thaim-icon {
    align-self: flex-start;
  }

  .image-4 {
    max-width: 160px;
  }

  .section-cta {
    height: 300px;
  }

  .cta-title, .cta-title.smaller {
    font-size: 2em;
  }

  .cta-img {
    object-fit: cover;
    bottom: -2.6em;
  }

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

  .liczby-flex {
    grid-row-gap: 40px;
  }

  .big-liczba {
    font-size: 2.5em;
  }

  .liczba-text {
    font-size: 1.25em;
  }

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

  .obs-icons {
    margin-top: 1em;
  }

  .section-kontakt {
    padding-bottom: .5em;
    padding-left: .5em;
    padding-right: .5em;
  }

  .kontakt-left {
    padding-top: 0;
  }

  .kform-name {
    width: 40%;
  }

  .kform-field {
    width: 60%;
  }

  .fiellabel {
    font-size: 1em;
  }

  .footer {
    padding-top: 3.56em;
    padding-bottom: 6.5em;
  }

  .footer-cta {
    height: 20em;
  }

  .footer-cta-title {
    font-size: 3.5em;
  }

  .container-flex {
    flex-wrap: wrap;
    padding-bottom: 3em;
  }

  .slide {
    max-height: 100%;
    padding-top: 0;
  }

  .footer-logo {
    text-align: center;
    width: 100%;
    padding-bottom: 3.56em;
  }

  .foter-right {
    grid-column-gap: 0em;
    flex: 0 auto;
    width: 100%;
  }

  .footer-col {
    width: 33.33%;
  }

  .navbar {
    border-bottom-width: 0;
  }

  .image-8 {
    width: 2.38em;
  }

  .nav-item {
    justify-content: center;
    align-items: center;
    margin-bottom: 1em;
    font-size: 1.25em;
    display: block;
  }

  .nav-item.dark {
    font-size: 3.2em;
  }

  .nav-item.lang-item {
    order: -1;
    margin-bottom: 1.5em;
    font-size: .88em;
  }

  .nav-item.lang-item.dark.lang-small {
    order: 0;
    margin-bottom: 0;
  }

  .nav-menu {
    text-align: center;
    background-color: #eeefea;
    justify-content: center;
    width: 100%;
    height: 100vh;
    padding-top: 1.25em;
    display: block;
  }

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

  .sction-page-header {
    padding-top: 8em;
  }

  .s-oferta-info {
    padding-bottom: 2em;
  }

  .of-flex {
    padding-left: 2em;
    padding-right: 2em;
  }

  .of-col {
    flex-basis: 50%;
  }

  .of-title {
    padding-right: 1.38em;
    font-size: 1.25em;
  }

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

  .of-details {
    margin-left: 0;
    margin-right: 0;
  }

  .of-item {
    width: 31.33%;
  }

  .of-item.of-bigger {
    width: 16.38em;
    min-width: 16.38em;
  }

  .nav-flex-col.col-photo {
    padding-right: 2em;
  }

  .nav-flex-col.cflex {
    grid-row-gap: .75em;
    padding-top: 1.38em;
    padding-bottom: 1.38em;
  }

  .nav-masaz-item {
    font-size: 1em;
  }

  .czym-jest-box {
    padding: 3em 3.13em;
  }

  .czym-jest-col.bigger, .czym-jest-col.smaller {
    width: 50%;
  }

  .czym-jest-title {
    font-size: 1.5em;
  }

  .sicon {
    padding-bottom: .63em;
  }

  .sicon.bigger {
    width: 45%;
  }

  .icon-text {
    font-size: .59em;
  }

  .czm-jest-content {
    align-items: stretch;
    margin-top: 2em;
  }

  .ctext1 {
    font-size: 1.25em;
  }

  .ctext2 {
    font-size: .88em;
  }

  .ctext2.notop {
    margin-top: 0;
  }

  .ctext-list {
    flex-wrap: wrap;
  }

  .clist-item {
    font-size: .88em;
  }

  .jak-przebiega-box {
    padding: 3em 3.13em;
  }

  .p-item-text {
    font-size: .88em;
  }

  .cs-new-list.smller.white {
    width: 100%;
  }

  .cennik-box {
    flex-direction: column;
  }

  .cennik-item {
    flex-direction: row;
    flex-basis: auto;
  }

  .cennik-time.cennik-cena.no-right {
    border-right-width: 1px;
    justify-content: center;
    width: 50%;
  }

  .cennik-time.nobg {
    border-top-width: 0;
    width: 50%;
  }

  .cennik-time.nobg.nobottom {
    border-top-width: 0;
    border-bottom-width: 1px;
    border-right-width: 0;
  }

  .cennik-time.nobg.nobottom.no-right {
    border-top-width: 0;
    border-right-width: 0;
  }

  .cennik-time.nobg.no-right {
    border-top-width: 0;
    border-right-width: 1px;
    width: 50%;
  }

  .cennik-time.nobottom.no-right {
    border-bottom-width: 1px;
    justify-content: center;
    width: 50%;
  }

  .ticon {
    margin-right: .8em;
  }

  .faq-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .faq-content-text, .faq-content-text.faq-content-full {
    width: 100%;
  }

  .question-title {
    font-size: 1em;
  }

  .faq-content-flex {
    flex-wrap: wrap;
    padding-right: 2em;
  }

  .faq-question-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-text-text {
    font-size: .88em;
  }

  .dopasuj-flex {
    align-items: stretch;
    padding-left: 3.13em;
    padding-right: 3.13em;
  }

  .dopasuj-col {
    width: 46%;
  }

  .dopasuj-title {
    font-size: 1.5em;
  }

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

  .sdodatek {
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .inne-title-text {
    font-size: 1.25em;
  }

  .inne-items {
    overflow: auto;
  }

  .cs-cta-title, .cs-oferta-title {
    font-size: 1.25em;
  }

  .dopasuj-cs-img {
    width: 6.25em;
  }

  .background-video-4 {
    min-height: 26em;
  }

  .historia-box {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .historia-small-title {
    width: 100%;
    margin-top: 2em;
    font-size: 1.5em;
  }

  .historia-cs-flex {
    margin-top: 3em;
  }

  .historia-left-text {
    width: 50%;
  }

  .historia-right-video {
    width: 50%;
    padding-left: 2em;
    padding-right: 2em;
  }

  .background-video-5 {
    height: 12em;
  }

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

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

  .transformacja-flex {
    align-items: stretch;
  }

  .transformacja-left {
    width: 50%;
    padding-right: 2.2em;
  }

  .transformacja-right {
    width: 50%;
  }

  .transformacja-title {
    max-width: 80%;
  }

  .tranformacja-cs-text {
    font-size: 1.25em;
  }

  .image-13 {
    width: 100px;
    top: 0%;
  }

  .pokolenie-col.cs-right-padding {
    padding-right: 2em;
  }

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

  .section-salony {
    padding-top: 0;
  }

  .section-salony.less-padding {
    padding-bottom: 5em;
  }

  .tabs {
    flex-wrap: wrap;
  }

  .tabs-menu {
    width: 100%;
  }

  .tabs-content {
    width: 100%;
    padding-top: 1.25em;
  }

  .tab-item {
    width: 23%;
    padding: 1em .75em 0;
    font-size: 1.2em;
  }

  .tab-item.w--current {
    width: 23%;
    font-size: 1.2em;
  }

  .salon-flex-info {
    align-items: center;
    margin-top: 4em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .salon-info-left {
    width: 68%;
    padding-right: 1.25em;
  }

  .salon-info-title {
    font-size: 2em;
  }

  .salon-info-icons {
    padding-left: 2em;
  }

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

  .kk-col.kright {
    padding-left: 4em;
  }

  .kontakt-title {
    font-size: 2em;
  }

  .wspolpracujemy-box {
    padding-left: 2em;
    padding-right: 2em;
  }

  .logotypy {
    flex-wrap: wrap;
    justify-content: center;
  }

  .slogo {
    width: 28%;
  }

  .hero-img {
    min-height: 90vh;
    position: relative;
  }

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

  .text-block-9, .text-block-9.color {
    font-size: 1.13em;
  }

  .si-info {
    padding-left: 1em;
    padding-right: 1em;
  }

  .hh-title {
    font-size: 1.9em;
  }

  .hh-subtitle {
    font-size: 1.2em;
  }

  .hh-procent {
    font-size: 2.6em;
  }

  .si-baner-info {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .text-block-11 {
    font-size: 2em;
  }

  .s-produkt {
    width: 48%;
  }

  .produkt-title {
    font-size: 1.2em;
  }

  .produkt-czas.left {
    font-size: .8em;
  }

  .produkt-info-title {
    font-size: 1.9em;
  }

  .form-flex {
    margin-bottom: 1.4em;
  }

  .text-block-16 {
    font-size: 1em;
  }

  .produkt-price.noborder.total-cos {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .price-label {
    font-size: 1em;
  }

  .produkt-buttons {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .produkt-qty {
    grid-column-gap: .25em;
    grid-row-gap: .25em;
  }

  .koszyk-back-link {
    font-size: 2em;
  }

  .section-koszyk-zawartosc.podsumowanie-section {
    padding-top: 0;
  }

  .koszyk-item-img {
    width: 170px;
  }

  .koszyk-item-info {
    padding-left: 1.25em;
  }

  .koszyk-price {
    max-width: 160px;
  }

  .koszyk-total {
    padding-left: 1.25em;
  }

  .field-label {
    font-size: 1.3em;
  }

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

  .mid-line {
    display: none;
  }

  .checkbox-wrapper.remember {
    background-color: #0000;
  }

  .order-half.order-half-right {
    flex: none;
    width: 100%;
    padding-right: 0;
  }

  .order-half.order-half2 {
    margin-top: 2em;
  }

  .order-flex {
    flex-wrap: wrap;
  }

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

  .image-24 {
    display: block;
  }

  .dslide-ing {
    height: 70vh;
  }

  .background-video-9 {
    height: 100%;
  }

  .nav-menu-bottom {
    z-index: 99999;
    background-color: #eeefea;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    padding-top: .125em;
    padding-left: 2em;
    padding-right: 2em;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
  }

  .nav-bottom-menu {
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    padding-bottom: .75em;
    padding-left: .75em;
    padding-right: .75em;
    text-decoration: none;
    display: flex;
  }

  .nav-icon {
    justify-content: center;
    align-items: center;
    height: 3em;
    margin-bottom: .06em;
    display: flex;
  }

  .nav-menu-text {
    color: #485841;
    font-size: .75em;
    font-weight: 500;
    line-height: 1.5;
    text-decoration: none;
  }

  .nav-menu-bottom-item {
    color: #485841;
    text-align: center;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: .75em;
    padding-left: .75em;
    padding-right: .75em;
    font-size: .75em;
    font-weight: 500;
    line-height: 1.5;
    text-decoration: none;
    display: flex;
  }

  .image-26 {
    height: 100%;
  }

  .image-26.menu-nav-btn {
    width: 2.13em;
    height: auto;
  }

  .nav-menu-items-flex {
    flex-direction: column;
    overflow: auto;
  }

  .menu-button-2 {
    opacity: 0;
    background-color: #c8c8c847;
    display: none;
  }

  .menu-button-2.w--open {
    z-index: 10;
    opacity: 1;
    background-color: #c8c8c800;
    display: block;
  }

  .nav-mobile-logo {
    margin-bottom: 5em;
    display: none;
  }

  .image-27 {
    width: 4.2em;
  }

  .menu-button-3 {
    opacity: 0;
    display: none;
  }

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

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

  .popup-inner {
    flex-direction: column;
  }

  .popup-half {
    width: 100%;
  }

  .popup-title {
    text-align: center;
    font-size: 3.2em;
  }

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

  .poup-text {
    text-align: center;
    max-width: 100%;
  }

  .image-30 {
    width: 18em;
    margin-top: 1.5em;
  }

  .pok-with-bg {
    padding-left: 1.25em;
  }

  .pok-with-bg-text {
    font-size: 1.2em;
  }

  .program-text {
    max-width: 25em;
  }

  .pp-img {
    width: 5em;
    height: 5em;
    left: 2em;
  }

  .pp-img._2 {
    width: 3em;
    height: 3em;
    left: .5em;
  }

  .pp-img._3 {
    width: 5em;
    height: 5em;
    top: 9em;
    left: 1em;
  }

  .pp-img._4 {
    width: 4em;
    height: 4em;
    right: 3em;
  }

  .pp-img._5 {
    width: 3em;
    height: 3em;
    top: 7em;
    right: 2em;
  }

  .famil-box {
    padding-left: 2.5em;
    padding-right: 4.2em;
  }

  .fam-col.bigger {
    padding-left: 3em;
  }

  .fam-col.bigger.less-left {
    padding-left: 1em;
  }

  .fam-text {
    font-size: 1.3em;
  }

  .etap-box-title {
    font-size: 4em;
  }

  .etap-flex.top-margin {
    flex-flow: column;
  }

  .etap-col.full {
    width: 100%;
    margin-bottom: 1.25em;
  }

  .program-info {
    margin-top: 3em;
  }

  .image-35 {
    margin-top: -40px;
  }

  .nav-items {
    justify-content: flex-end;
    align-items: center;
  }

  .phone-button {
    display: block;
    bottom: 1.88em;
  }

  .promo-bar-text {
    font-size: .8em;
  }

  .section-blog-page-img {
    padding-top: 0;
  }

  .section-blog-page-img.less-padding {
    padding-bottom: 5em;
  }

  .is-blog-item {
    width: 48%;
  }

  .blog-item-desc.left {
    font-size: .8em;
  }
}

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

  .hero-content {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .hero-title, .hero-title.smaller {
    font-size: 2.5em;
  }

  .hero-content-bottom {
    padding-bottom: 2em;
  }

  .hero-flex {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
    flex-direction: column;
  }

  .hero-col {
    width: 100%;
  }

  .hero-col.right {
    text-align: left;
  }

  .cs-button.white.white-full {
    text-align: center;
  }

  .btn-flex {
    justify-content: center;
  }

  .section-harmony.cspadding {
    padding-top: 3em;
  }

  .scroll-dwn {
    display: none;
  }

  .sec-title {
    font-size: 2em;
  }

  .sec-title.smaller {
    font-size: 1.5em;
  }

  .sec-title.first {
    font-size: 1.6em;
  }

  .harmony-flex {
    margin-top: 1.7em;
  }

  .harmony-col.hc-down {
    width: 100%;
    margin-top: 3.13em;
  }

  .harmony-col.hc-down.full {
    flex-wrap: wrap;
  }

  .harmony-col.hc-down.full.moretop {
    margin-top: 4em;
  }

  .harmony-col.ctop-padding {
    width: 100%;
    padding-top: 1em;
  }

  .harmony-col.hc1, .harmony-col.full {
    width: 100%;
  }

  .harmony-photo {
    width: 100%;
    margin-top: 2em;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .harmony-text.middle.color.c50, .harmony-text.topmargin.c50 {
    width: 100%;
  }

  .harmony-subtitle {
    font-size: 1.5em;
  }

  .oferta-title-box {
    padding-top: 3.8em;
  }

  .oferta-number {
    margin-bottom: .8em;
  }

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

  .s-oferta-box-flex.oferta-info-hidden {
    flex-wrap: wrap;
    padding-left: 2em;
    padding-right: 2em;
  }

  .of-left {
    width: 100%;
  }

  .of-right {
    width: 100%;
    height: auto;
  }

  .s-oferta-box-text {
    margin-bottom: 1em;
    font-size: .88em;
  }

  .slide-content {
    justify-content: space-between;
    padding-top: 2.63em;
  }

  .slide-title-text {
    text-align: center;
    font-size: 2em;
  }

  .slide-title-text.color.smaller {
    font-size: 2em;
  }

  .slide-bottom {
    padding-top: 2em;
    padding-bottom: 1em;
  }

  .lok-title {
    text-align: center;
    width: 100%;
    margin-top: -140px;
  }

  .lokalizacja-title {
    margin-bottom: .75em;
  }

  .lokalizacja-title.slidelok {
    color: #eeefea;
  }

  .lok-text {
    text-align: center;
    width: 100%;
  }

  .lok-btn {
    justify-content: center;
    padding-left: 0%;
  }

  .right-arrow, .left-arrow {
    align-items: flex-end;
    padding-bottom: 7em;
  }

  .thaim-title {
    width: 100%;
  }

  .thaim-boxes {
    width: 100%;
    margin-bottom: 3%;
  }

  .thaim-boxes.cs-top {
    margin-top: 0;
  }

  .thaim-flex {
    flex-wrap: wrap;
  }

  .thaim-flex.cs-thaim.notop {
    margin-top: 0;
  }

  .thaim-flex.desktop {
    display: none;
  }

  .section-cta {
    height: 370px;
  }

  .cta-img {
    bottom: -2em;
  }

  .liczby-item {
    width: 100%;
  }

  .section-obserwuj {
    padding-bottom: 3em;
  }

  .obserwuj-top-section {
    flex-wrap: wrap;
    justify-content: center;
  }

  .obserwuj-ig-box {
    margin-top: 1.4em;
  }

  .ig-flex {
    margin-top: 2em;
  }

  .ig-item {
    width: 100%;
  }

  .obserwuj-ekstra-info {
    margin-top: 3em;
  }

  .kontakt-left {
    width: 100%;
    padding-bottom: 1.7em;
  }

  .kontakt-right, .kform-name {
    width: 100%;
  }

  .csinput {
    padding-left: 0;
  }

  .kform-flex {
    flex-wrap: wrap;
  }

  .kform-field {
    width: 100%;
    margin-top: .13em;
  }

  .footer {
    padding-top: 3em;
  }

  .footer-cta {
    height: 17em;
  }

  .footer-cta-title {
    text-align: center;
    font-size: 2.5em;
  }

  .container-flex {
    padding-bottom: 1em;
  }

  .image-7 {
    width: 14.13em;
  }

  .foter-right {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .footer-col {
    width: 100%;
    margin-bottom: 1.38em;
  }

  .footer-social {
    justify-content: center;
  }

  .footer-copy {
    grid-column-gap: .25em;
    grid-row-gap: .5em;
    flex-flow: column wrap;
    justify-content: center;
  }

  .image-8 {
    width: 2.38em;
  }

  .nav-item.dark {
    font-size: 2.5em;
  }

  .s-oferta-info {
    padding-top: 3em;
  }

  .of-flex {
    flex-wrap: wrap;
  }

  .of-col {
    flex-basis: 100%;
  }

  .of-title {
    text-align: center;
    padding-right: 0;
  }

  .of-text {
    text-align: center;
    margin-top: 1.38em;
  }

  .of-details {
    flex-direction: column;
    align-items: center;
    margin-top: 3em;
  }

  .of-item {
    width: 100%;
    max-width: 16.38em;
  }

  .masaze-buttons {
    grid-row-gap: .75em;
    flex-direction: column;
    align-items: stretch;
    width: 15.63em;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-flex-col.col-photo {
    width: 100%;
    display: none;
  }

  .nav-flex-col.cflex {
    align-items: center;
    width: 100%;
  }

  .czym-jest-col {
    width: 100%;
    margin-bottom: 1.38em;
  }

  .czym-jest-col.full.no-bottom {
    margin-bottom: 0;
  }

  .czym-jest-col.bigger, .czym-jest-col.smaller {
    width: 100%;
  }

  .czym-jest-col.noottom {
    margin-bottom: 0;
  }

  .czym-jest-title.color {
    width: 100%;
    display: block;
  }

  .czym-jest-icons.right {
    justify-content: flex-start;
    margin-top: 1.38em;
  }

  .czm-jest-content {
    flex-wrap: wrap;
  }

  .j-flex {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .j-flex.cs-top {
    flex-wrap: wrap;
    margin-top: 1em;
  }

  .m-video-box {
    height: 11.88em;
  }

  .cs-new-list.smller, .cs-new-list.bigger {
    width: 100%;
  }

  .faq-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: .5em;
  }

  .faq-content-text.faq-content-full {
    width: 100%;
  }

  .faq-question-wrap.last {
    margin-bottom: 0;
  }

  .dopasuj-flex {
    flex-wrap: wrap;
  }

  .dopasuj-col {
    width: 100%;
  }

  .dopasuj-col.cbottom {
    margin-bottom: 2.5em;
  }

  .section-sprawdz-inne {
    padding-top: 4em;
  }

  .sprawdz-inne-flex {
    flex-wrap: wrap;
  }

  .inne-title {
    text-align: center;
    width: 100%;
    margin-bottom: 1.6em;
    padding-right: 0;
  }

  .inne-items {
    width: 100%;
    overflow: scroll;
  }

  .hero-small-text {
    max-width: 100%;
    margin-left: 0;
  }

  .background-video-4 {
    min-height: 25.7em;
  }

  .historia-cs-flex {
    flex-wrap: wrap;
  }

  .historia-left-text {
    width: 100%;
  }

  .historia-right-video {
    width: 100%;
    margin-top: 1.7em;
    padding-left: 0;
    padding-right: 0;
  }

  .transformacja-flex {
    flex-wrap: wrap;
  }

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

  .transformacja-right {
    width: 100%;
    margin-top: 3.13em;
  }

  .transformacja-title {
    max-width: 100%;
    font-size: 1.5em;
  }

  .image-13 {
    top: -20%;
    bottom: 0%;
  }

  .pokolenie-flex {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    flex-wrap: wrap;
  }

  .pokolenie-col {
    width: 100%;
  }

  .pokolenie-col.cs-right-padding {
    padding-right: 0;
  }

  .kbox-flex {
    flex-wrap: wrap;
  }

  .section-salony.less-padding {
    padding-bottom: 3em;
  }

  .tab-item, .tab-item.w--current, .tab-item.lok-item, .tab-item.lok-item.czasitem {
    width: 48%;
  }

  .map-content {
    padding-left: 0;
  }

  .map-text {
    bottom: 2em;
    left: 0;
  }

  .salon-flex-info {
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
  }

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

  .salon-info-right {
    width: 100%;
  }

  .salon-info-icons {
    border-left-width: 0;
    width: 100%;
    margin-top: 2.5em;
    padding-left: 0;
  }

  .cs-inne-lokalizacje.csmargin.cs-czas {
    justify-content: center;
    align-items: center;
  }

  .kontakt-flex {
    flex-flow: column wrap;
  }

  .kk-col {
    width: 100%;
  }

  .kk-col.kright {
    margin-top: 1.88em;
    padding-left: 0;
  }

  .wspolpracujemy-tytul {
    font-size: 1.8em;
  }

  .slogo {
    width: 40%;
  }

  .sklep-info-baner {
    flex-wrap: wrap;
  }

  .si-baner, .si-info, .s-produkt {
    width: 100%;
  }

  .produkt-info-box {
    flex-wrap: wrap;
  }

  .produkt-img {
    width: 100%;
  }

  .produkt-info-details {
    width: 100%;
    margin-top: 1.88em;
    padding-left: 0%;
  }

  .produkt-buttons {
    flex-wrap: wrap;
  }

  .koszyk-back-link {
    font-size: 1.8em;
  }

  .koszyk-item {
    flex-wrap: wrap;
  }

  .koszyk-item-img, .koszyk-item-info {
    width: 50%;
  }

  .koszyk-price {
    width: 50%;
    margin-top: 1.25em;
  }

  .koszyk-total {
    width: 50%;
  }

  .order-half.order-half2 {
    flex: none;
    width: 100%;
  }

  .filed-name.field-name-bigger {
    width: auto;
  }

  .form-flex-big {
    grid-row-gap: 1.88em;
    flex-flow: column wrap;
    flex: none;
    place-content: stretch flex-start;
    align-items: flex-start;
    margin-top: -1em;
    display: flex;
  }

  .form-flex-3 {
    flex: none;
    width: 100%;
  }

  .tytul-podsumowanie {
    font-size: 1.8em;
  }

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

  .thaim-flex-mobile {
    grid-column-gap: 1%;
    grid-row-gap: .5em;
    flex-wrap: wrap;
    display: flex;
  }

  .nav-icon {
    flex: 1;
  }

  .nav-menu-bottom-item {
    justify-content: space-between;
    align-items: center;
  }

  .mobile-sngle-img {
    margin-bottom: 1.9em;
    display: block;
  }

  .popup-inner {
    width: 80%;
  }

  .popup-title {
    font-size: 2.5em;
  }

  .ppup-subtile {
    font-size: 1.2em;
  }

  .image-30 {
    width: 16em;
  }

  .pok-with-bg {
    padding-left: 0;
  }

  .pp-img {
    display: none;
  }

  .sec-jak-dziala-title {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .jak-dziala-title {
    font-size: 2.3em;
  }

  .famil-box {
    margin-bottom: 4em;
    padding-bottom: 1.25em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .famil-box._2 {
    padding-bottom: 1.88em;
    padding-left: 2em;
  }

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

  .fam-col {
    width: 100%;
  }

  .fam-col.bigger {
    width: 100%;
    padding-left: 0;
  }

  .fam-col.bigger.less-left {
    padding-left: 0;
  }

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

  .etap-box {
    margin-bottom: 4em;
  }

  .etap-box-title {
    margin-bottom: .3em;
  }

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

  .etap-col {
    width: 100%;
  }

  .etap-cs-info {
    text-align: center;
    flex-flow: column;
  }

  .image-35 {
    margin-top: 1.25em;
  }

  .image-36 {
    width: 9em;
  }

  .nav-items {
    grid-column-gap: .9em;
    grid-row-gap: .9em;
  }

  .nav-phone {
    display: none;
  }

  .promo-flex {
    grid-column-gap: 1.88em;
    grid-row-gap: 1.88em;
    flex-flow: column;
  }

  .promo-block, .promo-img, .promo-div {
    width: 100%;
  }

  .section-blog-page-img.less-padding {
    padding-bottom: 3em;
  }

  .is-blog-item {
    width: 100%;
  }

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

@media screen and (max-width: 479px) {
  .hero-title.smaller {
    font-size: 2em;
  }

  .hero-content-bottom {
    padding-bottom: 5em;
  }

  .cs-button.darker.dark.order {
    order: -1;
  }

  .cs-button.basket-btn.dark.add-to-cart.buttonviible {
    margin-left: 0;
  }

  .sec-title.white.centered {
    font-size: 1.8em;
  }

  .s-oferta-box {
    height: 30em;
  }

  .right-arrow, .left-arrow {
    padding-bottom: 8em;
  }

  .section-thaim {
    padding-bottom: 3em;
  }

  .thaim-boxes {
    grid-column-gap: 3%;
    grid-row-gap: 2%;
  }

  .thaim-box.bg {
    margin-bottom: 3%;
  }

  .cta-title.smaller {
    font-size: 1.6em;
  }

  .cta-img {
    bottom: -1em;
  }

  .liczby-item {
    align-items: flex-end;
    padding-bottom: 1.3em;
  }

  .big-liczba {
    font-size: 1.8em;
  }

  .kform-name {
    width: 100%;
  }

  .csinput {
    padding-left: 0;
  }

  .kform-flex {
    flex-wrap: wrap;
  }

  .kform-field {
    width: 100%;
  }

  .image-8 {
    width: 2em;
  }

  .nav-item.dark {
    font-size: 1.8em;
  }

  .sction-page-header {
    padding-bottom: 3em;
  }

  .nav-flex-col.cflex {
    align-items: flex-start;
  }

  .html-embed-2 {
    margin-left: .7em;
  }

  .czym-jest-box {
    padding-left: 1em;
    padding-right: 1em;
  }

  .czym-jest-icons {
    grid-column-gap: 0%;
    grid-row-gap: 0px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .sicon {
    width: 48%;
    margin: 1%;
  }

  .sicon.bigger {
    width: 48%;
  }

  .jak-przebiega-box {
    padding-left: 1em;
    padding-right: 1em;
  }

  .jak-przebiega-box.faqbox {
    padding-left: 0;
    padding-right: 0;
  }

  .ticon {
    width: 1.7em;
    margin-right: .5em;
  }

  .text-block-6 {
    font-size: .8em;
  }

  .faq-grid {
    grid-template-rows: auto;
  }

  .faq-content-text.faq-content-full {
    width: 100%;
  }

  .question-title {
    flex: 1;
    font-size: 17px;
  }

  .faq-question-bar {
    padding-left: 0;
    padding-right: .2em;
  }

  .faq-content-flex {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-question-wrap {
    margin-bottom: 1em;
    padding-left: 0;
    padding-right: 0;
  }

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

  .dopasuj-flex {
    padding-left: 0;
    padding-right: 0;
  }

  .dopasuj-cs-img {
    width: 4.1em;
  }

  .historia-box {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .pokolenie-col.cs-right-padding {
    padding-right: 0;
  }

  .section-salony.les-padding {
    padding-bottom: 4em;
  }

  .tab-item {
    padding-left: .25em;
    padding-right: .25em;
    font-size: .88em;
  }

  .tab-item.w--current {
    font-size: .88em;
  }

  .tab-item.lok-item {
    width: 100%;
  }

  .tab-item.lok-item.czasitem {
    width: 100%;
    max-width: 200px;
  }

  .map-content {
    padding-left: 0;
  }

  .map-text {
    margin-top: 1.25em;
    position: static;
  }

  .map-inner {
    flex-direction: column;
  }

  .salon-info-left {
    padding-right: 0;
  }

  .salon-info-title {
    font-size: 1.4em;
  }

  .sinfotext1 {
    font-size: 1.3em;
  }

  .section-mapa {
    padding: 2em 0;
  }

  .section-wybierz-lokalizacje {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .kontakt-title {
    font-size: 1.7em;
  }

  .wspolpracujemy-box {
    padding: 4em 1em;
  }

  .wspolpracujemy-tytul {
    font-size: 1.4em;
  }

  .logotypy {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-direction: column;
  }

  .item-title {
    width: 50%;
  }

  .item-czas, .item-cena {
    width: 25%;
  }

  .extra-info-text {
    font-size: 1.3em;
  }

  .si-baner-info {
    padding-left: 1em;
    padding-right: 1em;
  }

  .si-baner-left {
    text-align: center;
  }

  .produkt-title {
    font-size: 1.3em;
  }

  .produkt-czas.left {
    margin-top: .25em;
    margin-bottom: 0;
  }

  .text-block-13 {
    font-size: .88em;
  }

  .do-koszyka-btn {
    font-size: .8em;
  }

  .produkt-info-title {
    font-size: 1.6em;
  }

  .form-flex {
    flex-wrap: wrap;
  }

  .form-flex-label {
    width: 100%;
    margin-bottom: 1em;
    margin-right: 0;
  }

  .produkt-buttons {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .koszyk-back-link {
    font-size: 1.6em;
  }

  .koszyk-item-img {
    width: 100%;
  }

  .koszyk-item-info {
    width: 100%;
    padding-top: 1.25em;
    padding-left: 0;
  }

  .koszyk-price {
    width: 100%;
    max-width: 100%;
    margin-top: .5em;
  }

  .koszyk-total {
    width: 80%;
    padding-left: 0;
  }

  .kod-flex {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-flow: column wrap;
  }

  .koszyk-buttons {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    flex-flow: column wrap;
    justify-content: center;
  }

  .basket-product-element {
    flex-wrap: wrap;
  }

  .checkbox-2 {
    min-width: 1.13em;
    min-height: 1.13em;
  }

  .form-flex-2.no-bottom-line {
    flex-wrap: wrap;
    justify-content: center;
  }

  .basket-product-img-wrapper {
    width: 100%;
    margin-bottom: 1.25em;
    margin-right: 0;
  }

  .checkbox-label {
    letter-spacing: 0;
    font-size: 1em;
  }

  .order-half.order-half2 {
    flex: none;
    width: 100%;
  }

  .filed-name, .filed-name.field-name-bigger {
    width: auto;
  }

  .nav-menu-bottom {
    padding-left: .5em;
    padding-right: .5em;
  }

  .image-29 {
    width: 100%;
  }

  .popup-inner {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .popup-title {
    font-size: 2em;
  }

  .ppup-subtile {
    font-size: 1em;
  }

  .poup-text {
    margin-top: 2.2em;
  }

  .popup-dawniej {
    flex-direction: column;
  }

  .close-popup {
    top: 1em;
    right: 1em;
  }

  .cs-popup-ttle {
    font-size: 2em;
  }

  .section-jak-dziala {
    padding-bottom: 1em;
  }

  .jak-dziala-title {
    font-size: 2em;
  }

  .famil-box {
    padding-left: 1em;
    padding-right: 1em;
  }

  .fam-text.color2.centered {
    font-size: 1.1em;
  }

  .etap-box {
    padding-left: 1em;
    padding-right: 1em;
  }

  .etap-box-title {
    margin-bottom: .7em;
    font-size: 3em;
  }

  .brand {
    flex: none;
    padding-left: 0;
  }

  .masaze-btn-flex {
    grid-column-gap: .94em;
    grid-row-gap: .94em;
    flex-flow: column;
    display: flex;
  }

  .promo-bar-text {
    font-size: .7em;
  }

  .section-blog-page-img.les-padding {
    padding-bottom: 4em;
  }

  .blog-item-desc.left {
    margin-top: .25em;
    margin-bottom: 0;
  }

  .blog-share {
    grid-column-gap: 1.4em;
    grid-row-gap: 1.4em;
  }
}

#w-node-_2f418ff9-bc74-8317-0fd0-f12f583fc894-99b6af3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_2f418ff9-bc74-8317-0fd0-f12f583fc894-99b6af3d {
    grid-area: 1 / 1 / 2 / 2;
  }
}


