:root {
  --black: black;
  --white: white;
  --lime: #d6f501;
  --color_1: #000;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

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

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

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

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

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

body {
  background-color: var(--black);
  color: var(--black);
  font-family: Urwgeometric, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
}

h1 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1.2;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
}

.loading {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: block;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.grid_2_l {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  min-height: 100vh;
}

.box_left {
  background-color: #d6f501;
}

.box_right {
  background-color: #d6f501;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.img_znak_l {
  width: 140px;
  margin-left: -70px;
  display: block;
  position: relative;
  left: 0;
}

.body {
  background-color: var(--black);
  color: var(--black);
  font-size: 1.125rem;
  line-height: 1.7;
}

.section {
  min-height: 0;
}

.div-block {
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding: 6rem 2rem 3rem;
  display: flex;
}

.box_section_2 {
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  padding-top: 2rem;
  display: flex;
  position: relative;
 
}

.link-block {
  background-color: var(--lime);
  color: var(--black);
  text-transform: uppercase;
  cursor: none;
  border-radius: 10000px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 280px;
  min-height: 60px;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 900;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-block.black {
  background-color: var(--black);
  color: var(--white);
}

.link-block.txt_menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--black);
  text-transform: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  max-width: none;
  min-height: 0;
  padding-top: 5px;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
  display: inline-flex;
}

.text-block {
  display: inline-flex;
}

.bg_cta_top {
  background-color: var(--black);
  border-radius: 150%;
  width: 100%;
  min-height: 60px;
  position: absolute;
  inset: -100% 0% auto;
}

.bg_cta_top.color_limone {
  background-color: var(--lime);
}

.bg_cta_top.w2 {
  background-color: var(--lime);
  min-height: 75px;
  top: -80%;
}

.bg_cta_bottom {
  background-color: var(--black);
  border-radius: 150%;
  width: 100%;
  min-height: 60px;
  position: absolute;
  inset: auto 0% -100%;
}

.bg_cta_bottom.color_limone {
  background-color: var(--lime);
}

.bg_cta_bottom.w2 {
  background-color: var(--lime);
  min-height: 75px;
  bottom: -80%;
}

.all_elements {
  overflow: hidden;
}

.text-block-2 {
  color: var(--black);
  text-transform: uppercase;
  border-radius: 10000px;
  font-weight: 700;
}

.div-block-3 {
  background-color: var(--lime);
  border-radius: 1000px;
  padding: .5rem 3rem;
  position: relative;
}

.div-block-4 {
  background-color: var(--lime);
  border: 5px solid #000;
  border-radius: 1000px;
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  min-height: 20px;
  max-height: 20px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: -10px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-4-copy {
  background-color: var(--lime);
  border: 5px solid #000;
  border-radius: 1000px;
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  min-height: 20px;
  max-height: 20px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: -10px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.txt_span_dwa {
  color: var(--lime);
  width: 100%;
  display: inline-block;
}

.cursor_wrap {
  z-index: 100;
  justify-content: center;
  align-items: center;
  display: block;
  position: fixed;
  inset: 0%;
}

.cursor {
  z-index: 9999;
  background-color: var(--lime);
  border-radius: 10000000px;
  justify-content: center;
  align-items: center;
  width: 19px;
  max-width: 19px;
  height: 19px;
  max-height: 19px;
  position: absolute;
}

.body-2 {
  cursor: auto;
}

.txt_big_masaze {
  opacity: .25;
  text-align: center;
  letter-spacing: 2rem;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--lime);
  margin-left: auto;
  margin-right: auto;
  font-size: 24svw;
  font-weight: 900;
  line-height: 1;
  display: none;
  position: absolute;
  inset: auto 0% -20%;
}

.oval_gradient_bg {
  background-image: radial-gradient(circle, #d6f50166, #d6f50100 40%);
  width: 100vw;
  min-height: 100vh;
  display: block;
  position: absolute;
  inset: -30% 0% 0%;
}

.oval_gradient_bg.w_form {
  z-index: 1;
  width: 200%;
  margin-left: -25%;
  inset: -25% 0% 0%;
}

.image {
  z-index: 3;
  width: 100%;
  max-width: 850px;
  position: relative;
  bottom: 0;
}

.code-embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.code-embed-2 {
  z-index: 2;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-5 {
  background-color: var(--lime);
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.div-block-6 {
  background-color: var(--white);
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  min-width: 400px;
  min-height: 100%;
  display: flex;
  position: relative;
}

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

.div-block-7 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 4rem 2rem 0 6rem;
  display: flex;
}

.text-block-3 {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}

.text-block-3.color-lime {
  color: var(--lime);
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline-block;
  margin-top: 1rem;
}

.div-block-9 {
  background-color: var(--black);
  width: 60px;
  min-width: 60px;
  min-height: 2px;
}

.div-block-9.yellow {
  background-color: var(--lime);
}

.list {
  margin-bottom: 0rem;
  font-weight: 700;
  line-height: 1.4;
}

.list-item {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: flex-start;
  align-items: center;
  padding-top: .3rem;
  padding-bottom: .3rem;
  display: flex;
}

.heading-2 {
  max-width: 550px;
  margin-bottom: 3rem;
}

.heading-2.margin_1 {
  max-width: 550px;
  margin-bottom: 1rem;
}

.heading-2.max_w_750 {
  max-width: 750px;
  margin-bottom: 2rem;
}

.cursor_2 {
  z-index: 9999;
  background-color: var(--lime);
  border-radius: 10000000px;
  justify-content: center;
  align-items: center;
  width: 19px;
  max-width: 19px;
  height: 19px;
  max-height: 19px;
  margin-top: -15px;
  margin-left: -15px;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.image-2 {
  z-index: 2;
  width: 100%;
  position: relative;
}

.image-2.w2 {
  max-width: 80%;
  margin-top: -1rem;
  margin-left: auto;
  margin-right: 0;
}

.div-block-10 {
  background-color: var(--lime);
  width: 20%;
  min-width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.section_video {
  min-height: auto;
  display: none;
}

.background-video {
  min-height: auto;
      z-index: 22;
}

.play-pause-button {
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 100vh;
  display: flex;
}

.play-state {
  background-color: var(--lime);
  border-radius: 10000px;
  justify-content: center;
  align-items: center;
  width: 220px;
  min-width: 220px;
  max-width: 220px;
  height: 220px;
  min-height: 220px;
  max-height: 220px;
  display: none;
}

.image-3 {
  max-width: 85%;
}

.pause-state {
  background-color: var(--lime);
  border-radius: 1000000px;
  justify-content: center;
  align-items: center;
  width: 220px;
  min-width: 220px;
  max-width: 220px;
  height: 220px;
  min-height: 220px;
  max-height: 220px;
  display: flex;
}

.section_opinie {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--lime);
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 0;
  display: grid;
  position: relative;
}

.div-block-13 {
  background-color: var(--black);
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.div-block-14 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 4rem 4rem 0 0;
  display: flex;
}

.slider {
  background-color: #fff0;
  min-width: 550px;
  max-width: 550px;
  height: auto;
  padding-bottom: 6rem;
}

.slide-nav {
  display: none;
}

.right-arrow {
  background-color: var(--black);
  color: var(--lime);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  min-height: 60px;
  max-height: 60px;
  font-size: 1rem;
  transition: all .3s;
  display: flex;
  inset: auto auto 0% 70px;
}

.right-arrow:hover {
  box-shadow: 10px 10px 40px 20px #0000004d;
}

.left-arrow {
  background-color: var(--black);
  color: var(--lime);
  border-radius: 1000px;
  width: 60px;
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  min-height: 60px;
  max-height: 60px;
  font-size: 1rem;
  transition: all .3s;
  inset: auto auto 0% 0%;
}

.left-arrow:hover {
  box-shadow: -10px 10px 40px 20px #0000004d;
}

.mask {
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  overflow: hidden;
}

.div-block-15 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-4 {
  width: 100%;
  max-width: 50%;
}

.div-block-16 {
  width: 100%;
  padding-left: 4rem;
}

.div-block-17 {
  background-color: var(--lime);
  width: 55%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.image-5 {
  z-index: 2;
  width: 100%;
  max-width: 95%;
  margin-top: -4rem;
  margin-left: auto;
  padding-top: 0;
  display: block;
  position: relative;
}

.section_kontakt {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.div-block-19 {
  z-index: 2;
  color: var(--white);
  padding: 7rem 4rem;
  position: relative;
}

.text-block-4 {
  color: var(--lime);
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 700;
}

.text-field {
  color: var(--white);
  background-color: #0000;
  border: 0 solid #000;
  border-bottom: 1px solid #fff3;
  min-height: 60px;
  margin-bottom: 0;
  font-size: 1.1rem;
}

.text-field:hover, .text-field:active, .text-field:focus {
  border-bottom-color: #fff3;
}

.text-field:focus-visible {
  border-bottom-color: #fff3;
}

.text-field[data-wf-focus-visible] {
  border-bottom-color: #fff3;
}

.text-field::placeholder {
  color: var(--white);
  font-size: 1rem;
  font-weight: 300;
}

.text-field.big {
  min-height: 120px;
}

.div-block-20 {
  margin-bottom: 1rem;
  position: relative;
}

.linia_form {
  background-color: var(--lime);
  width: 0%;
  min-height: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.form-block {
  margin-top: 2rem;
  margin-bottom: 0;
}

.checkbox {
  border: 1px solid var(--white);
  border-radius: 4px;
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  min-height: 30px;
  max-height: 30px;
  margin-top: 0;
  margin-right: .5rem;
}

.checkbox.w--redirected-checked {
  background-color: var(--lime);
  background-image: url('../images/check_form.svg');
  background-position: 50%;
  background-size: 14px;
  border-radius: 4px;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1rem;
  font-size: .8rem;
  display: flex;
}

.submit-button {
  background-color: #3898ec00;
}

.submit-button-2 {
  color: var(--black);
  text-transform: uppercase;
  background-color: #fff0;
}

.image-6 {
  z-index: 2;
  width: 100%;
  max-width: 85%;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.div-block-21 {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.image-7 {
  z-index: 100;
  width: 240px;
  min-width: 240px;
  max-width: 240px;
  height: 240px;
  min-height: 240px;
  max-height: 240px;
  position: absolute;
  inset: auto 3rem -120px auto;
}

.section_uslugi {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-23 {
  opacity: .25;
  filter: grayscale();
  color: var(--lime);
  background-image: linear-gradient(0deg, #000, #0000), url('../images/KS_241011_147723.jpg') !important;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.4rem;
  font-weight: 400;
  transition: all .3s;
  display: flex;
  position: relative;
}

.div-block-23:hover {
  opacity: 1;
  filter: grayscale(0%);
}

.div-block-23.w2 {
  background-image: linear-gradient(0deg, #000, #0000), url('../images/KS_241011_147788.jpg') !important;
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.div-block-23.w3 {
  background-image: linear-gradient(0deg, #000, #0000), url('../images/KS_241011_147772.jpg') !important;
}

.div-block-23.w4 {
  background-image: linear-gradient(0deg, #000, #0000), url('../images/KS_241011_147764.jpg') !important;
}

.div-block-24 {
  min-height: 650px;
  display: flex;
  position: relative;
}

.div-block-24:hover {
  pointer-events: auto;
}

.text-block-5 {
  z-index: 2;
  color: var(--lime);
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-25 {
  color: var(--white);
  background-image: linear-gradient(#0009, #0009), url('../images/KS_241011_147723_grey-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 100vh;
  padding: 6rem 4rem 4rem;
  position: relative;
}

.text-block-6 {
  max-width: 500px;
  margin-bottom: 2rem;
  font-size: 1.1rem;
}

.image-8 {
  width: 100%;
  max-width: 200px;
  margin-left: 2rem;
}

.text-block-7 {
  text-align: center;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.4rem;
  position: absolute;
  inset: auto 0% 4rem;
}

.text-span-2 {
  color: var(--lime);
  font-weight: 700;
}

.lightbox-link {
  width: 220px;
  min-width: 220px;
  max-width: 220px;
  height: 220px;
  min-height: 220px;
  max-height: 220px;
  position: absolute;
  inset: auto 4rem 10rem auto;
}

.div-block-27 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-28 {
  color: var(--white);
  width: 100%;
  padding-top: 6rem;
  padding-left: 4rem;
}

.text-block-8 {
  text-transform: uppercase;
  max-width: 600px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

.div-block-29 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 6rem;
  display: flex;
  position: relative;
}

.image-10 {
  z-index: 2;
  max-width: 85%;
  position: relative;
}

.div-block-30 {
  margin-top: 2rem;
  padding-left: 6rem;
}

.div-block-31 {
  border: 2px solid var(--lime);
  border-radius: 10000px;
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
  min-height: 60px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.image-11 {
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  min-height: 30px;
  max-height: 30px;
}

.div-block-32 {
  background-color: var(--lime);
  border-radius: 10000px;
  justify-content: flex-end;
  align-items: center;
  min-width: 60px;
  min-height: 60px;
  padding-right: 15px;
  display: flex;
}

.div-block-33 {
  background-color: var(--lime);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 300vh;
  display: block;
  position: relative;
}

.div-block-34 {
  background-color: var(--lime);
  color: var(--lime);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  height: 100vh;
  min-height: 100vh;
  margin-top: 0;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.text-block-9 {
  text-transform: uppercase;
  font-size: 7rem;
  font-weight: 700;
  line-height: 1.2;
}

.section-30vh {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-mask {
  border-radius: 1000000000%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
  top: 40%;
  overflow: hidden;
}

.mask-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  display: flex;
  position: relative;
  inset: 0%;
}

.text-parent {
  background-color: var(--black);
  background-image: url('../images/bg_txt.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 100vh;
  display: flex;
  position: absolute;
  inset: auto;
}

.is-h2 {
  text-align: center;
  margin-bottom: 0;
  font-size: 6em;
  font-weight: 700;
  line-height: 1.2;
}

.div-block-35 {
  overflow: hidden;
}

.div-block-36 {
  position: relative;
}

.div-block-37 {
  color: var(--lime);
  justify-content: center;
  align-items: center;
  min-height: 400px;
  font-size: 3rem;
  display: flex;
}

.image-12 {
  width: 100%;
  max-width: 90%;
  margin-bottom: 2rem;
}

.svg-icon {
  width: 100%;
  max-width: 450px;
}

.logo {
  width: 100%;
  max-width: 140px;
  position: absolute;
  inset: 1rem auto auto 1rem;
}

.image-14 {
  transform: rotate(180deg);
}

.image-15 {
  width: 100%;
  max-width: 160px;
  margin: 1rem auto;
}

.menu {
  z-index: 999;
  background-color: var(--black);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 100svh;
  margin-left: 0;
  display: block;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.div-block-39 {
  z-index: 999;
  background-color: var(--lime);
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  width: 90px;
  min-height: 50px;
  position: absolute;
  top: 1rem;
  left: -90px;
}

.div-block-40 {
  border-radius: 100000px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  display: flex;
}

.image-16 {
  width: 22px;
}

.div-block-41 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--lime);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100svh;
  display: flex;
}

.div-block-42 {
  z-index: 999;
  background-color: var(--black);
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  justify-content: flex-end;
  align-items: center;
  width: 90px;
  min-height: 50px;
  display: flex;
  position: absolute;
  inset: 1rem auto auto 0%;
}

.link {
  line-height: 1;
  text-decoration: none;
}

.text-block-11 {
  border: 2px solid #000;
  border-radius: 25px;
  padding: 1rem;
  font-weight: 700;
}

.text-block-11.yellow_border {
  border-color: var(--lime);
}

.sekcja_4 {
  color: var(--white);
  background-image: linear-gradient(#0009, #0009), url('../images/KS_241011_147723_grey-1.jpg') !important;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 100vh;
  padding: 6rem 4rem 4rem;
  position: relative;
}

.div-block-43 {
  background-image: url('../images/KS_241011_147723_grey-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
}

.section-2 {
  border-bottom: 2rem solid var(--lime);
  color: var(--white);
  padding: 6rem 4rem 4rem;
}

.div-block-44 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-span-3 {
  color: var(--lime);
  font-size: 1.6rem;
  font-weight: 700;
}

.text-block-12 {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

.div-block-45 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.div-block-46 {
  position: sticky;
  top: 1rem;
}

.image-17 {
  background-color: var(--lime);
  border-radius: 100000px;
  width: 150px;
  padding: .5rem;
}

.div-block-47 {
  z-index: 2;
  position: relative;
}

.link-block-2 {
  z-index: 4;
  position: absolute;
  inset: 15% auto auto 5%;
}

.link-block-3 {
    padding-bottom: 1rem;
    padding-left: 1rem;
    position: absolute;
    inset: auto auto 0% 0%;
}

.image-18 {
    width: 60px;
}

@media screen and (max-width: 991px) {

  .image-7 {
  z-index: 100;
  width: 140px;
  min-width: 140px;
  max-width: 140px;
  height: 140px;
  min-height: 140px;
  max-height: 140px;
  position: absolute;
  inset: auto 1rem -120px auto;
}


  h1 {
    font-size: 3.5rem;
  }

  .div-block {
    padding-bottom: 2rem;
  }

  .box_section_2 {
    width: 100%;
    height: auto;
    padding-top: 6rem;
    padding-left: 2rem;
    padding-right: 2rem;
    overflow: hidden;
  }

  .link-block.txt_menu {
    min-height: 60px;
    font-size: 3rem;
  }

  .bg_cta_top.w2, .bg_cta_bottom.w2 {
    min-height: 65px;
  }

  .txt_span_dwa {
    width: auto;
    display: inline;
  }

  .cursor_wrap {
    display: none;
  }

  .txt_big_masaze {
    opacity: .1;
    flex: 1;
    font-size: 45svw;
    display: block;
    inset: auto 0% -15%;
    transform: scale(1.6);
  }

  .oval_gradient_bg.w_form {
    width: 200%;
    margin-left: 0%;
    inset: -50% 0% 0% -50%;
  }

  .code-embed-2 {
    min-height: 50vh;
    display: none;
    inset: 0% 0% auto;
  }

  .div-block-5.highlight-section {
    display: block;
  }

  .quick-stack {
    box-sizing: border-box;
    object-fit: cover;
    width: 100%;
    min-width: 100%;
  }

  .div-block-6 {
    min-width: 100%;
  }

  .cell {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    display: block;
  }

  .div-block-7 {
    width: 100%;
    min-width: 100%;
    padding-top: 10rem;
    padding-bottom: 4rem;
    padding-left: 4rem;
  }

  .div-block-9, .div-block-9.yellow {
    width: 45px;
    min-width: 45px;
  }

  .cursor_2 {
    display: none;
  }

  .image-2 {
    max-width: 70%;
    margin-top: -3rem;
    margin-left: 0;
    margin-right: auto;
  }

  .div-block-10 {
    width: 50%;
    min-width: 50%;
  }

  .pause-state {
    width: 180px;
    min-width: 180px;
    max-width: 180px;
    height: 180px;
    min-height: 180px;
    max-height: 180px;
  }

  .section_opinie {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .slider {
    width: 100%;
    min-width: 0;
  }

  .mask {
    overflow: hidden;
  }

  .image-4 {
    max-width: 30%;
  }

  .empty_box {
    display: none;
  }

  .div-block-17 {
    width: 50%;
    inset: 0% 0% 0% auto;
  }

  .image-5 {
    min-width: 80%;
    max-width: 80%;
  }

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

  .div-block-19 {
    padding-top: 8rem;
  }

  .image-6 {
    height: 100%;
  }

  .div-block-21 {
    width: 100%;
    min-height: 40vh;
  }

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

  .div-block-23 {
    opacity: 1;
    filter: none;
    background-position: 0 0, 50% 0;
  }

  .div-block-23.w2 {
    background-position: 0 0, 50% 0;
  }

  .div-block-23.w3, .div-block-23.w4 {
    background-position: 0 0, 50%;
  }

  .div-block-25 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    background-image: linear-gradient(#000000bf, #000000bf), url('../images/bg_tlo_1.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .text-block-7 {
    padding: 0;
    position: relative;
    bottom: 0;
  }

  .lightbox-link {
    width: 160px;
    min-width: 160px;
    max-width: 160px;
    height: 160px;
    min-height: 160px;
    max-height: 1600px;
    position: static;
  }

  .div-block-26 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-27 {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .div-block-28 {
    padding: 4rem 2rem;
  }

  .div-block-29 {
    padding-top: 3rem;
  }

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

  .is-h2 {
    font-size: 2.5em;
  }

  .svg-icon {
    max-width: 300px;
  }

  .logo {
    max-width: 130px;
  }

  .image-15 {
    max-width: 240px;
    margin-top: 0;
    margin-bottom: 6rem;
    margin-left: 4rem;
  }

  .div-block-39 {
    width: 60px;
    min-height: 30px;
    left: -60px;
  }

  .div-block-40 {
    width: 30px;
    min-width: 30px;
    max-width: 30px;
    height: 30px;
    min-height: 30px;
    max-height: 30px;
  }

  .image-16 {
    width: 16px;
  }

  .div-block-42 {
    width: 60px;
    min-height: 30px;
  }

  .sekcja_4 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    background-image: linear-gradient(#000000bf, #000000bf), url('../images/bg_tlo_1.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

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

  .div-block-44 {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {

  .image-18 {
    width: 40px;
}

  h1 {
    font-size: 2.8rem;
  }

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

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

  .img_znak_l {
    width: 100px;
    margin-left: 0;
  }

  .div-block-7 {
    padding-top: 2rem;
    padding-left: 2rem;
  }

  .div-block-9 {
    width: 60px;
    min-width: 60px;
  }

  .div-block-19 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .image-6 {
    vertical-align: baseline;
    min-height: 0;
  }

  .div-block-21 {
    width: 100%;
    min-height: 40vh;
  }

  .image-7 {
    width: 160px;
    min-width: 160px;
    max-width: 160px;
    height: 160px;
    min-height: 160px;
    max-height: 160px;
    bottom: -80px;
  }

  .text-parent {
    width: 45em;
  }

  .is-h2 {
    font-size: 2.2em;
  }

  .svg-icon {
    max-width: 240px;
  }

  .logo {
    max-width: 120px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    inset: 1.5rem 0% auto;
  }

  .image-15 {
    max-width: 200px;
    margin-left: 2rem;
  }

  .image-16 {
    width: 14px;
  }

  .link {
    font-size: 3rem;
  }

  .image-17 {
  background-color: var(--lime);
  border-radius: 100000px;
  width: 100px;
  padding: .5rem;
}
}

@media screen and (max-width: 479px) {


.image-17 {
  background-color: var(--lime);
  border-radius: 100000px;
  width: 80px;
  padding: .5rem;
}

  h1 {
    font-size: 2.2rem;
  }

  .div-block {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .box_section_2 {
    padding-top: 0;
    display: block;
  }

  .link-block.txt_menu {
    min-height: 50px;
    font-size: 2rem;
  }

  .bg_cta_top.w2 {
    min-height: 60px;
    top: -100%;
  }

  .bg_cta_bottom.w2 {
    min-height: 60px;
    bottom: -100%;
  }

  .div-block-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: .8rem;
  }

  .oval_gradient_bg {
    width: 200vw;
    min-height: auto;
    margin-left: -50vw;
    inset: 0%;
  }

  .image {
    object-position: 50% 100%;
  }

  .div-block-7 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-block-8 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-9 {
    width: 40px;
    min-width: 40px;
  }

  .heading-2 {
    margin-bottom: 2rem;
    font-size: 1.9rem;
  }

  .heading-2.margin_1 {
    font-size: 2.2rem;
  }

  .image-2 {
    height: auto;
    min-height: 20vh;
  }

  .pause-state {
    width: 140px;
    min-width: 140px;
    max-width: 140px;
    height: 140px;
    min-height: 140px;
    max-height: 140px;
  }

  .div-block-13 {
    min-height: 30vh;
  }

  .div-block-14 {
    padding-right: 2rem;
  }

  .div-block-16 {
    padding-left: 2rem;
  }

  .image-5 {
    margin-top: -2rem;
  }

  .div-block-19 {
    padding-bottom: 0;
  }

  .image-6 {
    object-fit: contain;
    min-height: 15vh;
  }

  .div-block-21 {
    min-height: 0;
  }

  .div-block-25 {
    background-image: linear-gradient(#000c, #000c), url('../images/bg_tlo_1.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .text-parent {
    width: 28em;
  }

  .svg-icon {
    max-width: 190px;
  }

  .logo {
    top: 1.5rem;
  }

  .image-15 {
    max-width: 140px;
  }

  .div-block-41 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 2rem;
  }

  .link {
    font-size: 2.2rem;
  }

  .sekcja_4 {
    background-image: linear-gradient(#000c, #000c), url('../images/bg_tlo_1.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .text-span-3 {
    line-height: 1.2;
  }

  .div-block-45 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
}

#w-node-_39d9ce0f-c5ef-5603-d108-e00a7e9d1379-6825452f {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_99ef0ab2-7515-6c67-b738-6576f783df12-6825452f {
  place-self: center;
}

#w-node-_2ed73898-cf05-2a5d-258a-afc53e659d72-6825452f, #w-node-d05a90de-b4d9-d13f-a236-5969a32fdb6e-6825452f, #w-node-_028b2971-2a8f-f5f3-4541-bae274b1788b-6825452f, #w-node-cc8c8472-7787-7396-5218-df2606919b68-6825452f {
  align-self: stretch;
}

#w-node-_9e768857-474f-d9d4-eb67-87f648aa03a3-6825452f {
  place-self: start;
}

#w-node-_9bd66f80-6cf4-cf1f-ae2e-ace76bfc49dd-6825452f {
  place-self: end center;
}

#w-node-_037de340-d636-72bb-5ef2-07964bf51ae8-6825452f {
  place-self: center start;
}

@media screen and (max-width: 991px) {
  #w-node-_39d9ce0f-c5ef-5603-d108-e00a7e9d1379-6825452f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_39d9ce0f-c5ef-5603-d108-e00a7e9d137a-6825452f {
    order: -9999;
  }

  #w-node-_99ef0ab2-7515-6c67-b738-6576f783df12-6825452f {
    align-self: start;
  }

  #w-node-_9bd66f80-6cf4-cf1f-ae2e-ace76bfc49dd-6825452f {
    order: 9999;
  }
}


@font-face {
  font-family: 'Urwgeometric';
  src: url('../fonts/URWGeometric-LightOblique.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Urwgeometric';
  src: url('../fonts/URWGeometric-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Urwgeometric';
  src: url('../fonts/URWGeometric-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Urwgeometric';
  src: url('../fonts/URWGeometric-ExtraBold.ttf') format('truetype'), url('../fonts/URWGeometric-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Urwgeometric';
  src: url('../fonts/URWGeometric-HeavyOblique.ttf') format('truetype'), url('../fonts/URWGeometric-BlackOblique.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Urwgeometric';
  src: url('../fonts/URWGeometric-SemiBdOblique.ttf') format('truetype'), url('../fonts/URWGeometric-ExtraBdOblique.ttf') format('truetype'), url('../fonts/URWGeometric-RegularOblique.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Urwgeometric';
  src: url('../fonts/URWGeometric-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Urwgeometric';
  src: url('../fonts/URWGeometric-MediumOblique.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Urwgeometric';
  src: url('../fonts/URWGeometric-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Urwgeometric';
  src: url('../fonts/URWGeometric-BoldOblique.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Urwgeometric';
  src: url('../fonts/URWGeometric-Black.ttf') format('truetype'), url('../fonts/URWGeometric-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Urwgeometric';
  src: url('../fonts/URWGeometric-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Urwgeometric';
  src: url('../fonts/URWGeometric-ThinOblique.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Urwgeometric';
  src: url('../fonts/URWGeometric-ExtraLightOblique.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Urwgeometric';
  src: url('../fonts/URWGeometric-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}