:root {
  --color-2: #393b3f;
  --color-3: #f2af01;
  --color-1: #fff;
  --color-4: #1d1d1d;
  --color-5: #fbf2e9;
  --color-6: #f4f2ed;
}

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

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

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

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

body {
  color: var(--color-2);
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.code-cursor {
  width: 1px;
  min-width: 1px;
  max-width: 1px;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  margin-bottom: 0;
  position: absolute;
}

.link-footer {
  color: #393b3f;
  text-transform: uppercase;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .3s;
}

.link-footer:hover {
  opacity: .4;
  color: var(--color-3);
}

.link {
  color: #9d9489;
  font-size: .7rem;
}

.div-block-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-2 {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.footer {
  background-color: var(--color-1);
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.container {
  width: 100%;
  max-width: 2600px;
  padding-left: 3rem;
  padding-right: 3rem;
}

.text-block {
  color: #9d9489;
  text-transform: uppercase;
  font-size: .7rem;
}

.div-block {
  border-bottom: 1px solid #393b3f33;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 3rem;
  display: flex;
}

.grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 3rem;
}

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

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

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

.text-block-2 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

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

.text-block-3 {
  font-weight: 700;
}

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

.text-block-4 {
  max-width: 300px;
}

.section-pisza-o-nas {
  border-top: 1px solid #393b3f33;
  border-bottom: 1px solid #393b3f33;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.section-pisza-o-nas.produkty-linia {
  border-top-width: 0;
}

.img-logo-pisza-o-nas {
  width: 100%;
  max-width: 120px;
}

.grid-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 4rem;
}

.grid-3.page-o-proxn {
  margin-top: 4rem;
}

.div-block-9 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.section-zabiegi-profesjonalne {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.image {
  margin-top: 200px;
}

.image-2 {
  margin-top: 100px;
}

.img-zabiegi-profesjonalne {
  border-radius: 4px;
}

.img-zabiegi-profesjonalne.w2 {
  margin-top: 9rem;
}

.img-zabiegi-profesjonalne.w3 {
  margin-top: 4.5rem;
}

.section-quiz {
  background-color: var(--color-4);
  color: var(--color-5);
  min-height: 100vh;
  display: block;
}

.section-quiz.ukryj-sekcje {
  display: none;
}

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

.image-3 {
  object-fit: cover;
  width: 100%;
  max-height: 100vh;
  position: sticky;
  top: 0;
}

.div-block-10 {
  justify-content: flex-start;
  align-items: center;
  padding: 3rem;
  display: flex;
}

.div-block-10.krok2 {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.text-block-5 {
  max-width: 450px;
}

.button {
  background-color: var(--color-3);
  color: var(--color-4);
  border-radius: 4px;
  margin-top: 0;
  padding: .8rem 1.5rem;
}

.button._w-dark {
  background-color: var(--color-4);
  color: var(--color-5);
  transition: all .3s;
}

.button._w-dark:hover {
  background-color: var(--color-3);
  color: var(--color-4);
  margin-top: 0;
}

.button._w-no-bg {
  border: 1px solid var(--color-4);
  background-color: #fbf2e900;
}

.button._w-no-bg:hover {
  border-color: var(--color-4);
  background-color: var(--color-4);
  color: var(--color-5);
}

.button._w-white {
  background-color: var(--color-1);
}

.button._w-white:hover {
  background-color: var(--color-4);
  color: var(--color-1);
}

.txt-etap-quiz {
  opacity: .5;
  text-transform: uppercase;
  font-family: Cormorant Garamond, sans-serif;
}

.tytul-pytanie-quiz {
  margin-bottom: 1rem;
}

.div-block-12 {
  margin-top: 2rem;
}

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

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.div-block-13 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 6rem 3rem;
  display: flex;
}

.section-produkty {
  background-color: var(--color-6);
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.text-block-6 {
  max-width: 950px;
}

.div-block-14 {
  z-index: 50;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #f4f2edcc;
  border-bottom: 1px solid #393b3f33;
  margin-top: 2rem;
  position: sticky;
  top: 0;
  margin-bottom: 2rem;
}

.div-block-15 {
  border-bottom: 1px solid var(--color-3);
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

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

.div-block-16 {
  opacity: .25;
  color: var(--color-2);
  font-family: Cormorant Garamond, sans-serif;
  text-decoration: none;
  transition: opacity .3s;
}

.div-block-16:hover {
  opacity: 1;
}

.text-block-7 {
  font-size: 1rem;
  line-height: 1;
}

.text-block-8 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
}

.div-block-17 {
  padding-top: 1rem;
  padding-bottom: 0;
}

.text-block-9 {
  max-width: 500px;
}

.image-4 {
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  max-width: 500px;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-18 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 500px) 2fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 2600px;
  max-height: 550px;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  display: grid;
}

.custom-slider {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #f4f2ed;
  flex: 1;
  width: 100%;
  height: 100%;
  min-height: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.mask {
  width: 100%;
  max-width: 500px;
  height: 100%;
  max-height: 550px;
  overflow: visible;
}

.slide-nav {
  display: none;
}

.slide {
  background-color: var(--color-1);
  width: 100%;
  max-width: 500px;
  height: 100%;
  max-height: 550px;
  margin-left: 0;
  margin-right: 2rem;
  padding-bottom: 0;
  position: relative;
  inset: 0% auto auto 0%;
}

.image-5 {
  object-fit: cover;
  flex: 1;
  width: 100%;
  max-height: 345px;
}

.div-block-19 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--color-1);
  flex-flow: column;
  min-height: 205px;
  padding: 1rem 2rem;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.div-block-20 {
  background-color: #393b3f1a;
  width: 100%;
  min-height: 1px;
}

.div-block-21 {
  background-color: var(--color-3);
  width: 0%;
  min-height: 1px;
}

.div-block-22 {
  color: var(--color-2);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 550px;
  height: 100%;
  max-height: 550px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.div-block-23 {
  border-radius: 4px;
  width: 100%;
  min-width: 550px;
  max-height: 650px;
  position: relative;
  overflow: hidden;
}

.text-block-10 {
  font-family: Cormorant Garamond, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
}

.text-block-11 {
  font-size: .9rem;
  font-weight: 300;
}

.div-block-24 {
  z-index: 5;
  pointer-events: none;
  background-image: linear-gradient(270deg, #f4f2ed, #f4f2ed00 67%);
  min-width: 300px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.c-slider-btn-icon {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.ci-slider-btn-loading {
  opacity: .5;
  border-radius: 1000px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slider-trigger-right {
  z-index: 50;
  position: absolute;
  inset: 0%;
}

.c-slider-btn-circle {
  border: 1px solid #aaa;
  border-radius: 1000px;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

._w-slider-btn {
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 15px;
  display: flex;
  position: relative;
}

.c-slider-control {
  z-index: 150;
}

.c-slider-control.w2 {
  z-index: 20;
  background-color: #f4f2ed;
  border-radius: 8px;
  margin-bottom: 1rem;
  margin-right: 1rem;
  padding: .5rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.c-slider-control.ukryj-desktop {
  display: none;
}

.c-slider-control._w-recenzja {
  margin-top: 2rem;
}

.b-slider-control {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.slider-trigger-left {
  z-index: 50;
  position: absolute;
  inset: 0%;
}

.c-slider-btn-loading {
  border: 1px dashed #aaa;
  border-radius: 1000px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.c-slider-btn {
  cursor: pointer;
  margin-left: 10px;
  margin-right: 10px;
}

.c-slider-btn.right {
  margin-left: 0;
  margin-right: 0;
}

.div-block-25 {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.left-arrow {
  max-width: 1px;
  max-height: 1px;
  display: none;
}

.right-arrow {
  max-width: 1px;
  max-height: 1px;
}

.div-block-26 {
  max-height: 550px;
  position: relative;
}

.left-header, .right-header {
  display: none;
}

.mask-header-slider, .slider-header {
  height: auto;
  min-height: 91svh;
  max-height: 91svh;
}

.slide-header {
  padding: 0;
}

.div-block-27 {
  background-color: #fff;
  /*background-image: url('../images/bg-top-1.avif');*/
  background-position: 40%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
}

.div-block-28 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
  max-width: 50%;
}

.heading {
  line-height: 1px;
}

.heading-2 {
  text-transform: uppercase;
}

.text-block-12 {
  max-width: 550px;
}

.custom-slide-header.ukryj-slider {
  display: none;
}

.navbar {
  background-color: var(--color-1);
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.div-block-29 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  background-color: var(--color-1);
  border-top: 1px solid #393b3f1a;
  padding-left: 3rem;
  padding-right: 3rem;
}

.menu-button {
  background-color: var(--color-1);
  border-radius: 4px;
  font-size: .9rem;
  font-weight: 400;
}

.menu-button.w--open {
  background-color: var(--color-4);
}

.wg-dd-1-list {
  background-color: #0000;
  padding: 10px 0 0;
}

.wg-selector-text-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.wg-left-side {
  justify-content: center;
  align-items: center;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.wg-left-side.hover {
  transition: color .3s;
}

.wg-left-side.hover:hover {
  color: #4a3aff;
}

.wg-dropdown-list {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wg-dropdown-1-link {
  color: var(--color-2);
  flex: 1;
  padding: .6rem;
  text-decoration: none;
}

.wg-dropdown-1-link:hover {
  color: var(--color-3);
}

.wg-dd-1-togle {
  background-color: #fff;
  border-radius: 4px;
  padding: 9px 16px 9px 9px;
}

.wg-dd-1-togle:hover {
  border-color: #4a3aff;
}

.wg-dd-1-togle.mapa-styl {
  padding-left: 16px;
  padding-right: 9px;
}

.wg-dropdown-1 {
  margin-left: auto;
  margin-right: 0;
}

.wg-flag {
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin-right: 8px;
  display: flex;
}

.wg-flag-icon.arrow-down {
  width: 14px;
}

.text-block-13 {
  font-size: .9rem;
  font-weight: 400;
}

.section-info-add {
  background-color: var(--color-4);
  color: var(--color-5);
  text-align: center;
  padding-top: .4rem;
  padding-bottom: .4rem;
  font-size: .8rem;
}

.text-span {
  color: var(--color-3);
  text-decoration: underline;
}

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

.link-2 {
  color: var(--color-5);
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  min-height: 30px;
  max-height: 30px;
  text-decoration: none;
}

.div-block-31 {
  height: 1px;
}

.div-block-32 {
  z-index: 99;
  position: sticky;
  inset: 0% 0% auto;
}

.grid-6 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
}

.section {
  padding-top: 6rem;
}

.section-2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

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

.div-block-33 {
  text-align: left;
}

.section-3 {
  padding-top: 6rem;
}

.code-embed {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.div-block-34 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-4 {
  background-color: var(--color-6);
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.section-5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.div-block-35 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

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

.text-block-14 {
  max-width: 450px;
}

.div-block-37 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--color-4);
  border-radius: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-38 {
  background-color: var(--color-4);
  color: var(--color-5);
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

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

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

.text-block-15 {
  font-family: Cormorant Garamond, sans-serif;
  font-size: 3rem;
  line-height: 1.2;
}

.text-block-16 {
  font-size: .9rem;
}

.div-block-40 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 1px solid #fbf2e91a;
  flex-flow: column;
  padding-bottom: 1rem;
  display: flex;
}

.slider {
  background-color: var(--color-6);
  height: auto;
}

.slide-nav-2, .left-arrow-2, .right-arrow-2 {
  display: none;
}

.grid-7 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.slide-2, .mask-2 {
  height: auto;
}

.div-block-41 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 4rem;
  display: flex;
}

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

._w-slider-control-2 {
  padding-left: 20px;
  padding-right: 20px;
}

.c-slider-btn-loading-2 {
  border: 1px dashed #b39979;
  border-radius: 1000px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.b-slider-control-2 {
  align-items: center;
  display: flex;
}

.c-slider-btn-circle-2 {
  border: 1px solid #b39979;
  border-radius: 1000px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-block-17 {
  text-align: center;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .8rem;
  display: block;
}

.section-6 {
  padding-top: 0rem;
  padding-bottom: 8rem;
}

.div-block-43 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.slide-nav-3 {
  display: none;
}

.main-slider-nav-right {
  border: 1px solid var(--color-1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff26;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-height: 45px;
  max-height: 45px;
  display: flex;
  right: 15px;
}

.image-9 {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  height: 100%;
  max-height: 700px;
  display: inline-block;
  overflow: visible;
}

.slide-3 {
  vertical-align: baseline;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
}

.mask-3 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
}

.slider-2 {
  width: 100%;
  min-width: 100%;
  height: auto;
}

.div-block-44 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--color-6);
  text-align: center;
  border-radius: 4px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 3rem;
  display: flex;
}

.text-block-18 {
  color: var(--color-4);
  margin-bottom: 1rem;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
}

.text-block-19 {
  color: var(--color-3);
  text-transform: uppercase;
  font-size: .9rem;
}

.text-block-20 {
  font-size: 11px;
}

.text-block-21 {
  font-size: 9px;
}

.div-block-45 {
  background-color: #393b3f26;
  width: 100%;
  min-height: 1px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.text-block-22 {
  font-weight: 700;
}

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

.button-2 {
  background-color: var(--color-3);
  color: var(--color-4);
  border-radius: 4px;
  margin-top: 0;
  padding: .8rem 1.5rem;
}

.button-2._w-dark {
  background-color: var(--color-4);
  color: var(--color-5);
}

.button-2._w-no-bg {
  border: 1px solid var(--color-4);
  background-color: #fbf2e900;
}

.button-2._w-no-bg:hover {
  border-color: var(--color-4);
  background-color: var(--color-4);
  color: var(--color-5);
}

.image-10 {
  max-width: 30px;
  display: block;
}

.left-arrow-3 {
  border: 1px solid var(--color-1);
  background-color: #ffffff26;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-height: 45px;
  max-height: 45px;
  display: flex;
  left: 15px;
}

.code-embed-2 {
  width: 100vw;
  min-height: 100vh;
}

.grid-quiz-new {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.div-block-47 {
  flex-flow: column;
  display: flex;
}

.div-block-48 {
  justify-content: center;
  align-items: center;
  padding: 3rem;
  display: flex;
}

.div-block-49 {
  text-align: center;
  flex: 1;
  max-width: 390px;
}

.quiz-lista-odpowiedzi {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  flex-flow: column;
  display: flex;
}

.odpowiedz-quiz-box {
  background-color: var(--color-4);
  border: 1px solid #fbf2e940;
  border-radius: 4px;
  width: 100%;
  padding-top: .6rem;
  padding-bottom: .6rem;
  font-size: .9rem;
}

.odpowiedz-quiz-box.zaznaczona-odpowiedz {
  border-color: var(--color-3);
  color: var(--color-3);
  background-color: #f2af010d;
}

.button-wstecz {
  background-color: var(--color-3);
  color: var(--color-4);
  border-radius: 4px;
  margin-top: 0;
  padding: .8rem 1.5rem;
}

.button-wstecz._w-dark {
  background-color: var(--color-4);
  color: var(--color-5);
}

.button-wstecz._w-no-bg {
  border: 1px solid var(--color-4);
  background-color: #fbf2e900;
}

.button-wstecz._w-no-bg:hover {
  border-color: var(--color-4);
  background-color: var(--color-4);
  color: var(--color-5);
}

.link-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  opacity: .6;
  color: #fbf2e9;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: .8rem 1rem;
  font-size: .7rem;
  text-decoration: none;
  display: inline-flex;
}

.div-block-50 {
  margin-top: .6rem;
}

.griz-quiz-wynik {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.image-11 {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
}

.box-wyniki-quiz {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  padding: 3rem;
  display: flex;
}

.rekomendacja-txt-color {
  color: var(--color-3);
}

.txt-opis-wyniku-quiz {
  max-width: 1024px;
}

.text-block-23 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 2rem;
  font-weight: 600;
}

.div-block-51 {
  grid-column-gap: 0rem;
  grid-row-gap: 20px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: auto 10px auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: auto;
  display: flex;
}

.div-block-52 {
  flex: 1;
}

.image-12 {
  max-width: 50px;
  max-height: 50px;
  position: absolute;
}

.div-block-53 {
  z-index: 5;
  justify-content: center;
  align-items: center;
  min-width: 20px;
  max-width: 20px;
  display: flex;
  position: relative;
}

.box-produkt-quiz {
  color: var(--color-2);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 430px;
  height: 100%;
  max-height: 550px;
  text-decoration: none;
  display: flex;
  position: relative;
}

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

.div-block-55 {
  margin-top: 2rem;
}

.div-block-56 {
  background-color: var(--color-6);
  border-radius: 4px;
  padding: 3rem;
}

.text-field {
  border: 0 solid #000;
  border-radius: 4px;
  min-height: 60px;
  margin-bottom: 0;
}

.div-block-57 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.submit-button {
  border: 1px solid var(--color-3);
  background-color: var(--color-3);
  border-radius: 4px;
  min-height: 60px;
}

.submit-button.resetuj-cta {
  color: var(--color-4);
  background-color: #1d1d1d0d;
  border: 1px solid #1d1d1d0d;
  font-size: .9rem;
}

.submit-button.najblizej-cta {
  border-color: var(--color-4);
  background-color: var(--color-4);
}

.submit-button-2, .submit-button-3 {
  min-height: 60px;
}

.div-block-58 {
  background-color: #1d1d1d40;
  width: 1px;
  min-height: 60px;
  margin-left: 1rem;
  margin-right: 1rem;
}

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

.div-block-60 {
  background-color: #fff;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 2rem;
  display: flex;
}

.text-block-24 {
  font-weight: 700;
}

.dropdown {
  margin-left: auto;
  margin-right: 0;
}

.text-span-2 {
  color: var(--color-3);
}

.box-fly {
  z-index: 99;
  width: 100%;
  max-width: 200px;
  min-height: 300px;
  max-height: 300px;
  position: fixed;
  inset: auto 1rem 1rem auto;
}

.video-bg-fly {
  justify-content: center;
  align-items: flex-end;
  max-height: 300px;
  display: flex;
}

.box-fly-mc {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-image: linear-gradient(0deg, #000000d1, #0000);
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  padding: 1rem;
  display: flex;
}

.txt-box-fly {
  font-size: .7rem;
  line-height: 1.4;
}

.button-box-fly {
  background-color: var(--color-3);
  color: var(--color-4);
  text-align: center;
  border-radius: 4px;
  width: 100%;
  margin-top: 0;
  padding: .4rem 1.5rem;
  font-size: .9rem;
  font-weight: 500;
}

.button-box-fly._w-dark {
  background-color: var(--color-4);
  color: var(--color-5);
  transition: all .3s;
}

.button-box-fly._w-dark:hover {
  background-color: var(--color-3);
  color: var(--color-4);
  margin-top: 0;
}

.button-box-fly._w-no-bg {
  border: 1px solid var(--color-4);
  background-color: #fbf2e900;
}

.button-box-fly._w-no-bg:hover {
  border-color: var(--color-4);
  background-color: var(--color-4);
  color: var(--color-5);
}

.div-block-61 {
  justify-content: flex-start;
  align-items: center;
  max-width: 240px;
  display: flex;
}

.link-footer-copy {
  color: var(--color-2);
  text-transform: uppercase;
  border-right: 1px solid #0000004d;
  padding-right: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .3s;
}

.link-footer-copy:hover {
  opacity: .4;
  color: var(--color-3);
}

.div-block-62 {
  width: 100%;
  max-width: 240px;
}

.age-ease {
  color: var(--color-1);
  background-color: #fff;
  /*background-image: url('../images/baner-SG.avif');*/
  background-position: 70%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
}

.ege-ease-mc {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.div-block-63 {
  min-height: 50px;
}

@media screen and (max-width: 991px) {
  h1 {
    margin-bottom: 1rem;
  }

  .div-block-2 {
    max-width: 100%;
  }

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

  .img-logo-pisza-o-nas {
    width: 100px;
    max-width: 100px;
  }

  .img-zabiegi-profesjonalne.w2 {
    margin-top: 6rem;
  }

  .img-zabiegi-profesjonalne.w3 {
    margin-top: 3rem;
  }

  .section-quiz {
    min-height: 0;
  }

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

  .image-3 {
    min-height: 450px;
    max-height: 450px;
    position: relative;
  }

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

  .grid-krok-2, .grid-4 {
    grid-template-columns: 1fr;
  }

  .section-produkty {
    overflow: hidden;
  }

  .div-block-15 {
    padding-bottom: 1rem;
  }

  .grid-5 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .div-block-18 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: minmax(300px, 300px) 2fr;
  }

  .slide {
    max-width: 350px;
    margin-right: 1rem;
  }

  .div-block-27 {
    background-image: linear-gradient(0deg, #fff 30%, #fff0 60%), url('../images/bg-top-1.avif');
    background-position: 0 0, 65%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .div-block-28 {
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 8rem;
  }

  .wg-dd-1-list.wg-dropdown-link-flag {
    width: 100%;
  }

  .wg-dd-1-list.wg-dropdown-link-flag.w--open {
    margin-top: .5rem;
    padding-top: 0;
  }

  .wg-dropdown-list {
    box-shadow: none;
    border-style: none;
    border-radius: 0;
  }

  .brand {
    max-width: 80px;
  }

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

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

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

  .div-block-35 {
    grid-template-columns: auto;
  }

  .div-block-43, .grid-quiz-new {
    grid-template-columns: 1fr;
  }

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

  .box-produkt-quiz {
    width: 45%;
  }

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

  .form {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .submit-button, .submit-button.resetuj-cta {
    width: 100%;
  }

  .div-block-58 {
    width: 100%;
    min-height: 1px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-59 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    width: 100%;
  }

  .age-ease {
    background-position: 70% 100%;
  }

  .ege-ease-mc {
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 8rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3rem;
    line-height: 1.1;
  }

  .code-cursor {
    display: none;
  }

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

  .img-logo-pisza-o-nas {
    width: 90px;
    max-width: 90px;
  }

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

  .image-3 {
    min-height: 400px;
    max-height: 400px;
  }

  .grid-krok-2 {
    grid-template-columns: 1fr;
  }

  .div-block-15 {
    padding-bottom: 1rem;
  }

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

  .text-block-7 {
    font-size: .9rem;
  }

  .text-block-8 {
    font-size: 1.4rem;
  }

  .div-block-17 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .image-4 {
    display: none;
  }

  .div-block-18 {
    grid-template-columns: 2fr;
    padding-left: 2rem;
  }

  .c-slider-control.w2 {
    display: flex;
    position: relative;
  }

  .c-slider-control.ukryj-desktop {
    display: block;
  }

  .div-block-25 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .div-block-29 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .nav-menu {
    text-align: left;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .wg-dropdown-1 {
    margin-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .div-block-37, .grid-7 {
    grid-template-columns: 1fr;
  }

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

  .div-block-51 {
    grid-row-gap: 0px;
  }

  .div-block-53 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 20px;
  }

  .box-produkt-quiz {
    width: 100%;
  }

  .div-block-60 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .link-footer-copy {
    display: none;
  }

  .div-block-62 {
    width: auto;
    max-width: none;
  }

  .ege-ease-mc {
    padding-bottom: 6rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.2rem;
  }

  h2 {
    margin-bottom: 1.2rem;
  }

  .div-block-3 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

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

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

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

  .div-block-8 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .img-logo-pisza-o-nas {
    width: 70px;
    max-width: 70px;
  }

  .grid-3 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-bottom: 2rem;
  }

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

  .div-block-15 {
    padding-bottom: .5rem;
  }

  .grid-5 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: auto auto;
    width: 100%;
  }

  .text-block-7 {
    font-size: .9rem;
  }

  .text-block-8 {
    font-size: 1rem;
  }

  .div-block-18 {
    max-height: none;
    margin-top: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .custom-slider {
    max-width: 100%;
    height: auto;
  }

  .mask {
    border-radius: 4px;
    height: auto;
    max-height: none;
    overflow: hidden;
  }

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

  .image-5 {
    max-height: 300px;
    padding-bottom: 0;
  }

  .div-block-19 {
    position: relative;
    min-height: 160px;
        padding: 1rem 1rem;
  }

  .div-block-22 {
    max-height: none;
  }

  .div-block-23 {
    min-width: 0;
    max-height: none;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .div-block-24 {
    display: none;
  }

  ._w-slider-control {
    padding-left: 0;
    padding-right: 0;
  }

  .c-slider-control.w2 {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 1.6rem;
  }

  .b-slider-control {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .c-slider-btn.right {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-25 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .mask-header-slider, .slider-header {
  height: auto;
  min-height: 85svh;
  max-height: none;
}

  .div-block-27 {
    position: relative;
    background-position: right 20% top 00%, right 0% top 0% !important;
    background-repeat: repeat, no-repeat !important;
    background-size: cover !important;
    z-index: 1;
    min-height: 85svh;
  }

  .div-block-27::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Twój gradient */
    background-image: linear-gradient(0deg, #fff 15%, #fff0 90%);
    z-index: -1; /* Umieszcza gradient pod treścią, ale nad tłem kontenera */
    pointer-events: none; /* Pozwala klikać w elementy pod spodem */
  }

  .age-ease {
    position: relative;
    background-position: right 30% top 00%, right 0% top 0% !important;
    background-repeat: repeat, no-repeat !important;
    background-size: cover !important;
    z-index: 1;
    min-height: 85svh;
  }

  .age-ease::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Twój gradient */
    background-image: linear-gradient(0deg, #ffc100 15%, #ffc00001 90%);
    z-index: -1; /* Umieszcza gradient pod treścią, ale nad tłem kontenera */
    pointer-events: none; /* Pozwala klikać w elementy pod spodem */
  }

  .div-block-28 {
    padding-bottom: 4rem;
    max-width: 100%;
  }
  .text-block-12, .text-block-9 {
    font-size: 0.9rem;
  }

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

  .nav-menu {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .menu-button {
    padding: 12px;
    font-size: .8rem;
  }

  .wg-dd-1-togle {
    padding: 3px 9px 3px 3px;
  }

  .image-6 {
    width: 100%;
  }

  .brand {
    padding-left: 0;
  }

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

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

  .box-wyniki-quiz {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .box-produkt-quiz {
    max-height: none;
  }

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

  .box-fly {
    max-width: 150px;
    min-height: 200px;
    max-height: 200px;
    bottom: .5rem;
    right: .5rem;
  }

  .video-bg-fly {
    max-height: 200px;
  }

  .age-ease {
    background-image: linear-gradient(#ffc00100 50%, #ffc001 84%), url('../images/baner-SG.avif');
    background-position: 0 0, 75% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .ege-ease-mc {
    padding-bottom: 3rem;
  }
}

#w-node-_9bc794f8-7ec9-f668-eafa-b624cdd00b7c-f54edb49, #w-node-_628f6880-bc43-fa54-f61d-13074b5266b0-f54edb49 {
  place-self: stretch stretch;
}

#w-node-_9523ab2f-96a5-80c5-6998-bb0ee7879546-f54edb49 {
  place-self: center;
}

#w-node-_55a41b0b-c019-6522-b8cf-6ff804b66eea-04b66ee3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_46a246f9-dea8-2985-ca93-523c14dc0843-14dc083f, #w-node-_46a246f9-dea8-2985-ca93-523c14dc0844-14dc083f {
  align-self: center;
}

#w-node-_46a246f9-dea8-2985-ca93-523c14dc0848-14dc083f {
  place-self: center end;
}

#w-node-_46a246f9-dea8-2985-ca93-523c14dc0869-14dc083f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6f4e7584-8e28-0799-91db-d96c673a09ff-37b2ba1d {
  align-self: stretch;
}

#w-node-_32132173-4434-1598-0b21-1acce3a288b6-37b2ba1d {
  place-self: center start;
}

#w-node-_310db4f6-0e8c-d6dd-66e2-41cf7e8b4a13-1005209e {
  align-self: stretch;
}

#w-node-ffbde297-f023-714d-259a-f2eaa91d5672-1005209e {
  place-self: stretch stretch;
}

#w-node-cbcf719b-93cf-29bc-3bf0-2305a55c6de8-1005209e, #w-node-dacf0e70-9010-75b7-8be6-596ca12789eb-1005209e, #w-node-_120d6be6-1fa7-f6b2-7f9e-c2da62a720f3-1005209e {
  place-self: center start;
}

#w-node-_9bc794f8-7ec9-f668-eafa-b624cdd00b7c-eeb3c221, #w-node-_628f6880-bc43-fa54-f61d-13074b5266b0-eeb3c221 {
  place-self: stretch stretch;
}

#w-node-_9523ab2f-96a5-80c5-6998-bb0ee7879546-eeb3c221 {
  place-self: center;
}

#w-node-_27186d1a-0fd6-77d3-e88f-2da26ec15b50-6ec15b49 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0a02bd17-8c9a-affc-d48f-ca3f4cf141c2-4cf141be, #w-node-_0a02bd17-8c9a-affc-d48f-ca3f4cf141c3-4cf141be {
  align-self: center;
}

#w-node-_0a02bd17-8c9a-affc-d48f-ca3f4cf141c7-4cf141be {
  place-self: center end;
}

#w-node-_0a02bd17-8c9a-affc-d48f-ca3f4cf141ea-4cf141be {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6f4e7584-8e28-0799-91db-d96c673a09ff-1794a2fa {
  align-self: stretch;
}

#w-node-_32132173-4434-1598-0b21-1acce3a288b6-1794a2fa {
  place-self: center start;
}

@media screen and (max-width: 991px) {
  #w-node-_6f4e7584-8e28-0799-91db-d96c673a09ff-37b2ba1d {
    align-self: stretch;
  }

  #w-node-_32132173-4434-1598-0b21-1acce3a288b6-37b2ba1d, #w-node-_24940736-7d9e-9dfb-f0c6-9728b312ee26-1005209e, #w-node-cbcf719b-93cf-29bc-3bf0-2305a55c6de8-1005209e {
    order: -9999;
  }

  #w-node-_6f4e7584-8e28-0799-91db-d96c673a09ff-1794a2fa {
    align-self: stretch;
  }

  #w-node-_32132173-4434-1598-0b21-1acce3a288b6-1794a2fa {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_55a41b0b-c019-6522-b8cf-6ff804b66eea-04b66ee3, #w-node-_46a246f9-dea8-2985-ca93-523c14dc0869-14dc083f, #w-node-_27186d1a-0fd6-77d3-e88f-2da26ec15b50-6ec15b49, #w-node-_0a02bd17-8c9a-affc-d48f-ca3f4cf141ea-4cf141be {
    grid-column: span 1 / span 1;
  }
}


