:root {
  --green-black: #2a3838;
  --light-green: #789c9c;
  --white: white;
  --black: black;
  --green-dark: #4e6a6a;
  --font-family: Montserrat, sans-serif;
}

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 10vh;
  font-weight: 700;
  line-height: 10vh;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

h3 {
  color: #6b6b6b;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

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

p {
  color: #6b6b6b;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
}

a {
  color: #000;
  text-decoration: underline;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.section.center {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #cf006300;
  background-image: url('../images/kobieta-robiaca-zabieg-trychologiczny-monika-jasica-pawelczyk-trycholog.webp');
  background-position: 50% 0;
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
  position: relative;
}

.section.column {
  justify-content: space-between;
  height: auto;
  padding: 15vh 10vw;
  display: flex;
}

.section.column.devices {
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section.column.faq {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section.cta {
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  height: 60vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.section.full-img {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section.wide {
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.section.wide.img {
  background-color: var(--green-black);
  flex-flow: row;
  margin-left: auto;
  margin-right: auto;
  padding: 5vh 10vw;
  display: block;
  position: static;
}

.section.wide.img.o-mnie {
  padding-bottom: 0;
}

.section.wide.purple {
  background-image: url('../images/wavy-bg.svg'), linear-gradient(135deg, #fc0a7e, #602bb6);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.section.grid-imgs {
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 50vh;
  display: flex;
}

.section.slider {
  flex-flow: column;
  padding-top: 3vw;
  padding-bottom: 3vw;
  overflow: hidden;
}

.section.slider.kontakt {
  padding-top: 9vw;
}

.section.green {
  background-color: var(--green-black);
  padding-top: 100px;
}

.section.green._100 {
  background-color: var(--green-black);
  padding-bottom: 100px;
}

.section.green._20 {
  padding-bottom: 20px;
}

.col {
  border: 1px #000;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
  padding-left: 0;
  display: flex;
}

.col.sideimg {
  flex: 0 auto;
  width: 25vw;
}

.col.padding {
  border-style: none;
  flex: 1;
  max-width: 50%;
  padding-left: 9vw;
  padding-right: 9vw;
}

.col.bg {
  border-style: none;
  align-items: flex-start;
  overflow: hidden;
}

.col.vertical {
  flex-direction: column;
}

.col.team {
  flex-basis: 33%;
}

.col.img {
  justify-content: center;
}

.hero {
  z-index: 999999;
  background-color: #0000;
  border: 1px #000;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.nav {
  color: #3330;
  background-color: #ffffffe6;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.nav-inner {
  border-bottom: 1px #ffffff1a;
  justify-content: space-between;
  align-items: center;
  width: 80vw;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.body {
  background-color: #0000;
  font-family: Gothic A1, sans-serif;
}

.heading {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 10vh;
  font-weight: 500;
  line-height: 9vh;
}

.div-block-2 {
  z-index: 80;
  flex-direction: column;
  align-items: flex-start;
  width: 80vw;
  display: flex;
  position: relative;
}

.image {
  height: 40px;
  margin-bottom: 20px;
}

.feature-content {
  border: 1px #000;
  flex-flow: wrap;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  width: 85%;
  display: flex;
}

.feature-content.mid {
  width: 40vw;
  max-width: 500px;
}

.feature-content.icons {
  text-align: center;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 33.33%;
  max-width: none;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.feature-content.icons.numbers {
  width: 25%;
}

.heading-2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: 400;
}

.button {
  background-color: var(--light-green);
  color: #fff;
  text-align: center;
  border-radius: 50px;
  order: 0;
  margin-right: 0;
  padding: 15px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
  display: flex;
}

.button:hover {
  color: #6b6b6b;
  background-color: #fff;
}

.button.outline {
  color: #5a5a5a;
  background-color: #0000;
  border: 1px solid #6e6e6e;
  margin-left: 10px;
}

.button.contact {
  background-color: #0000;
  margin-left: 10px;
  box-shadow: inset 0 0 0 2px #fff3;
}

.button.contact:hover {
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.button.top {
  margin-left: 30px;
  padding: 20px 35px;
  font-size: 16px;
}

.button.form-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

.button.form-button:hover {
  color: #fff;
  background-color: #000;
}

.button.separacja {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 75px;
  display: flex;
  position: static;
}

.button.separacja.link-2 {
  border: 2px solid var(--light-green);
  margin-top: 25px;
  display: flex;
}

.button.separacja.link-2:hover {
  border: 2px solid var(--light-green);
  color: var(--light-green);
}

.button.separacja.none {
  display: none;
}

.h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 44px;
  font-weight: 300;
  line-height: 56px;
}

.h2.black.h3 {
  font-size: 18px;
}

.h2.black.h3.mid {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.p {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 30px;
}

.p.list {
  margin-bottom: 0;
}

.div-block-3 {
  background-image: url('../images/richard-01.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100vw;
  height: 8600px;
}

.div-block-3._02 {
  background-image: url('../images/richard-02.jpg');
  background-size: 100vw;
}

.div-block-3._03 {
  background-image: url('../images/richard-03.jpg');
  background-size: 100vw;
  height: 6000px;
}

.div-block-4 {
  flex-direction: column;
  align-items: center;
  width: 65%;
  max-width: 440px;
  display: flex;
}

.div-block-4.left {
  align-items: flex-start;
  margin-bottom: 30px;
}

.img-device {
  height: auto;
  max-height: 450px;
}

.h3 {
  color: #000;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 20px;
  font-weight: 500;
}

.paragraph {
  color: #6b6b6b;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
}

.div-block-5 {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 60px;
}

.wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  max-width: 1200px;
  display: flex;
}

.wrapper.welcome {
  z-index: 90;
  align-items: flex-start;
  width: 100vw;
  position: relative;
}

.wrap {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: 50%;
  max-width: none;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
}

.title {
  color: var(--green-black);
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px #2e2e2e;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.title.white {
  color: #fff;
  border-bottom-color: #fff6;
  font-size: 12px;
}

.image-2 {
  flex: none;
}

.div-block-6 {
  align-items: center;
  display: flex;
}

.div-block-7 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 100px;
  display: flex;
}

.div-block-7.team {
  flex-wrap: wrap;
  justify-content: center;
}

.div-block-8 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: auto;
  height: 150px;
  display: flex;
}

.button-wrap {
  justify-content: center;
  width: auto;
  margin-top: 5vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-3 {
  padding: 10px 30px 30px 0;
}

.thumb-food {
  background-color: #c6ced3;
  border-radius: 20px;
  width: 100%;
  height: 300px;
}

.thumb-food._01 {
  background-image: url('../images/bg-001_1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
}

.thumb-food._02 {
  background-image: url('../images/bg-001.jpg');
  background-position: 50%;
  background-size: cover;
}

.thumb-food._03 {
  background-image: url('../images/bg-003.jpg');
  background-position: 0 0;
  background-size: cover;
}

.text-block {
  color: #fff;
}

.h4 {
  color: #fff;
  margin-bottom: 10px;
}

.h4.faq {
  margin-top: 20px;
  margin-bottom: 10px;
}

.nav-link {
  color: #000;
  flex: 0 auto;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.nav-link:hover {
  box-shadow: inset 0 -5px 0 0 var(--light-green);
  color: #000;
}

.nav-link.w--current {
  color: var(--light-green);
}

.nav-menu {
  height: auto;
}

.div-block-11 {
  background-color: #acb1b4;
  border-radius: 20px;
  width: 100%;
  height: 300px;
}

.ico {
  height: 35px;
  margin-right: 20px;
}

.div-block-12 {
  margin-top: 50px;
}

._w-icon {
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 80px;
  margin-right: 20px;
  display: flex;
}

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

.field-newsletter {
  color: #fff;
  background-color: #300479;
  border: 1px solid #300479;
  border-radius: 10px;
  width: 340px;
  height: 80px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-left: 20px;
  font-size: 16px;
}

._w-img {
  flex: 1;
  overflow: hidden;
}

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

.icon {
  height: 25px;
}

.nav-list {
  justify-content: space-between;
  margin-right: 30px;
  display: flex;
}

.hero-image {
  height: 85vh;
  position: absolute;
  bottom: 0;
  right: 3vw;
}

.light-blue {
  color: #9b68f0;
}

.black-text {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.hero-content {
  z-index: 90;
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.feature-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px #000;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  min-width: 0;
  max-width: 1280px;
  margin-top: 100px;
  margin-bottom: 20px;
  display: inline-grid;
}

.feature-wrap.reverse {
  flex-direction: row-reverse;
}

.feature-wrap.logos {
  border-style: none;
  height: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.feature-wrap.icons {
  grid-auto-flow: column;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}

.feature-image {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 200px;
  display: flex;
  position: static;
}

.black {
  color: var(--green-black);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 40px;
  display: flex;
}

.black.h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.black.h2._40 {
  padding-bottom: 40px;
}

.black.h2._40.left {
  padding-bottom: 20px;
  font-size: 24px;
}

.black.h2.kontakt {
  justify-content: center;
  align-items: center;
}

.hero-subhead {
  color: #fff;
  text-shadow: 2px 3px 8px #0000009e;
  max-width: 60%;
  font-family: Montserrat, sans-serif;
  font-size: 1.45vw;
  font-weight: 400;
  line-height: 2vw;
}

.bottom-image-wrap {
  max-width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.black-bar {
  background-color: #2a2326;
  width: 100vw;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
}

.feature-icon {
  height: 35px;
  margin-bottom: 30px;
}

.purple {
  color: #b32e6e;
}

.footer {
  background-color: #1b1b1b;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link {
  color: #6b6b6b;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 12px;
  text-decoration: none;
}

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

.footer-list {
  padding-top: 29px;
  padding-bottom: 29px;
}

.text-block-2 {
  color: #ffffff4d;
  font-size: 12px;
}

.form-2 {
  margin-top: 40px;
  display: flex;
}

.input {
  clear: none;
  color: #000;
  background-color: #fff;
  border-style: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  flex: 0 auto;
  height: 70px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 0;
  transition: box-shadow .3s cubic-bezier(.215, .61, .355, 1);
  box-shadow: inset 0 0 #fc0a7e;
}

.input:hover, .input:focus {
  box-shadow: inset 0 0 0 2px #fc0a7e;
}

.input::placeholder {
  color: #555;
}

.arrow {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.quote-slider {
  background-color: #0000;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.quote-slider.certyfikaty {
  margin-top: 30px;
}

.slider-arrow {
  color: #d6d6d6;
}

.quote-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.quote-wrap.mid {
  justify-content: center;
  align-items: center;
  display: block;
}

.quote-attribution {
  justify-content: center;
  align-items: center;
  display: flex;
}

.quote-dash {
  background-color: #d3d3d3;
  flex: none;
  width: 30px;
  height: 1px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.quote-icon {
  margin-bottom: 45px;
}

.slide-nav {
  opacity: 0;
  font-size: 7px;
}

.number {
  font-size: 60px;
  line-height: 90px;
}

.float {
  border: 4px solid #09a4ec;
  width: 40vw;
  height: 50vh;
  position: relative;
  top: 200px;
  left: 567px;
}

.nav-logo-wrap {
  flex: none;
}

.image-licensing {
  background-color: #0000000d;
  border: 1px solid #0000001a;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
  line-height: 24px;
}

.image-licensing-wrap {
  flex: 1;
  max-width: 600px;
}

.heading-3 {
  color: var(--white);
  text-shadow: 2px 3px 8px #0006;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3vw;
  line-height: 3.5vw;
}

.image-5 {
  max-width: 80%;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-4 {
  color: #fff;
  text-align: left;
  margin-top: 25px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.div-block-13 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.main-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  margin: auto;
  display: flex;
  position: static;
  overflow: visible;
}

.txt {
  color: #fff;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.txt.black {
  color: #000;
}

.paragraph-2 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.paragraph-3 {
  color: var(--green-black);
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.img {
  background-image: url('../images/badanie-trychologiczne-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px;
  width: 85%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.img.mezoterapia {
  background-image: url('../images/badanie-trychologiczne-1.webp');
  background-size: cover;
  width: 100%;
  height: 100%;
}

.img.mezoterapia._1 {
  background-image: url('../images/zabieg-trychologiczny-wykonywany-przez-trychologa.webp');
}

.img.mezoterapia._2 {
  background-image: url('../images/konsultacja-z-trychologiem.webp');
  background-position: 50%;
  background-size: cover;
}

.img.mezoterapia._3 {
  background-image: url('../images/badanie-trichoskopowe-u-trychologa-monika-jasica-pawelczyk-czestochowa-lubliniec.webp');
}

.img.mezoterapia._5 {
  background-image: url('../images/wypadajace-wlosy-wymagana-wizyta-trychologa.webp');
  background-position: 50%;
}

.img.mezoterapia._4 {
  background-image: url('../images/problem-z-lysieniem-wlosow-na-glowie.webp');
  background-position: 50%;
}

.img.mezoterapia._6 {
  background-image: url('../images/lupiez-wymagajacy-kontroli-trychologicznej-i-leczenia-trychologicznego.webp');
  background-position: 100%;
}

.img.mezoterapia._7 {
  background-image: url('../images/lojotok-skory-glowy.webp');
}

.img.mezoterapia._9 {
  background-image: url('../images/luszczyca-skory-glowy.webp');
}

.img.mezoterapia._10 {
  background-image: url('../images/regeneracja-wlosow.webp');
  background-position: 15%;
}

.img.mezoterapia._11 {
  background-image: url('../images/preparaty-trychologiczne-poprawiajace-kondycje-wlosow-i-skory-glowy.webp');
  background-position: 60%;
}

.img.mezoterapia._12 {
  background-image: url('../images/pielegnacja-wlosow-w-domu-wedlug-zalecen-trychologa.webp');
  background-position: 50%;
}

.img.mezoterapia._14 {
  background-image: url('../images/suplementacja-dla-wlosow-zniszczonych-i-skory-glowy.webp');
  background-position: 50%;
}

.img.mezoterapia._13 {
  background-image: url('../images/diagnostyka-trychologiczna-problemow-skory-glowy-i-wlosow.webp');
  background-position: 50%;
}

.heading-5 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
}

.paragraph-4 {
  color: var(--light-green);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.paragraph-5 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.bold-text {
  color: var(--light-green);
}

.slider {
  flex-flow: row;
  width: 100%;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.slider-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 50px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  padding: 40px;
  display: inline-grid;
  box-shadow: 0 2px 10px 1px #0003;
}

.text-holder {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 50px;
  display: flex;
}

.section__container {
  width: 100%;
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
}

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

.splide__arrow {
  background-color: #0000;
  background-image: url('../images/fiurstcheck--arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1em;
  border: 1px solid #cbb8af;
  border-radius: 100px;
  width: 5.625em;
  height: 5.625em;
}

.splide__arrow.splide__arrow--style {
  display: none;
}

.global_text-color--silver {
  color: #cbb8af;
}

.global_display--none {
  display: none;
}

.layout-grid {
  grid-row-gap: 4.6875em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.splide__arrows {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 66.5em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 5em;
}

.slide-prev.desktop-arrow {
  z-index: 5;
  cursor: pointer;
  background-color: #c9c9c999;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
}

.slide-prev.desktop-arrow:hover {
  background-color: #c9c9c9;
}

.secondary-button {
  color: #1b1b1b;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  margin-top: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  transition: background-color .3s;
  display: flex;
}

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

.inner-swipe {
  display: none;
}

.slide-container {
  align-items: center;
  height: 100vh;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.slide-content {
  background-image: url('../images/Slide-end.png');
  background-position: 50%;
  background-size: cover;
  height: 100%;
  padding: 20px;
}

.slide-item-wrapper {
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-end;
  width: 308px;
  height: 548px;
  margin-left: 0;
  margin-right: 0;
  padding: 24px;
  line-height: 40px;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.main-button {
  background-color: #ff5e1a;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  transition: background-color .3s;
  display: flex;
}

.main-button:hover {
  background-color: #e65517;
}

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

.button-container {
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  inset: auto 0% 3%;
}

.image-26 {
  width: 30px;
  height: 30px;
}

.text-block-3 {
  color: #1b1b1b;
  font-size: 18px;
  line-height: 140%;
}

.slide-next.desktop-arrow {
  z-index: 5;
  cursor: pointer;
  background-color: #c9c9c999;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}

.slide-next.desktop-arrow:hover {
  background-color: #c9c9c9;
}

.wrapper-2 {
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0;
  padding-top: 36px;
  padding-bottom: 36px;
  display: flex;
  overflow: hidden;
}

.slide-item {
  opacity: .4;
  background-color: #1b1b1b;
  border-radius: 16px;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  transition: all .2s;
  display: flex;
  transform: scale(.9);
}

.slider-2 {
  background-color: #ddd0;
  flex-flow: column;
  max-width: 1280px;
  display: flex;
}

.slide_list {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.slide_arrows {
  align-items: center;
  padding-top: 2.4em;
  display: flex;
}

.section-2 {
  position: relative;
  overflow: hidden;
}

.slide_arrow {
  color: #1c1d21;
  cursor: pointer;
  background-color: #d2e9ec;
  border-radius: 200vw;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  margin-right: .8em;
  display: flex;
}

.slide_wrap {
  width: 100%;
}

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

.slide_contain {
  width: 100%;
}

.slide_item {
  z-index: 3;
  flex: none;
  width: 48%;
  padding-right: 1.3em;
  transition: transform .35s;
  position: relative;
}

.slide_svg {
  width: 2em;
  height: 2em;
}

.slide_svg.is--flip {
  transform: rotate(-180deg);
}

.slider01_slide {
  width: 100%;
  margin-right: 2rem;
}

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

.slider01_mask {
  width: 70%;
  height: auto;
  position: relative;
  overflow: visible;
}

.testimonial20_arrow-icon {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.testimonial-card_stars-wrap {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  display: flex;
}

.slider_arrow {
  border: 2px solid #585858;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: background-color .3s ease-out;
  display: flex;
  inset: auto 0% 0% auto;
}

.slider_arrow:hover {
  background-color: #d5d1c9;
}

.slider_arrow.is-left {
  right: 4rem;
}

.slider01_comp {
  background-color: #0000;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin-bottom: 100px;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.testimonial-card_content-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.testimonial-person_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.u-txt-semibold {
  font-weight: 600;
}

.testimonial-person_img {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.slider_pagination {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.testimonial-card_star {
  width: 1.25rem;
  height: 1.25rem;
}

.testimonial-card1_item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #49432829;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.h2-holder {
  width: 100%;
  max-width: 1280px;
}

.big-number {
  z-index: -1;
  color: #2a38381a;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  font-family: Great Vibes, cursive;
  font-size: 350px;
  display: flex;
  position: absolute;
  inset: 0% 0% 80% -12%;
}

.big-number.plus {
  font-size: 500px;
  bottom: 100%;
  left: -12%;
}

.footer-text {
  color: #e6e6e6;
  text-align: left;
  justify-content: flex-start;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.footer-text:hover {
  color: var(--light-green);
}

.footer-text.bold {
  font-size: 16px;
  font-weight: 700;
}

.footer-text.bold:hover {
  color: #e6e6e6;
}

.footer-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-holder {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: space-between;
  place-items: stretch stretch;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.social-media {
  width: 30px;
  max-width: none;
}

.social-media.espressivo {
  border-top-style: none;
  align-items: flex-start;
  width: 20px;
  margin-top: 0;
  margin-bottom: auto;
  padding-top: 0;
}

.footer-icon-text-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.image-27 {
  mix-blend-mode: luminosity;
  width: 15px;
  max-width: none;
}

.footer-logo {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.footer-mid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-mid.kontakt {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
}

.social-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  padding-top: 0;
  display: flex;
}

.social-holder.espressivo {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-top-style: none;
  width: auto;
  padding-top: 0;
}

.espressivo {
  border-top: 1px solid #ffffff1a;
  justify-content: space-between;
  width: 100%;
  max-width: none;
  margin-top: 0;
  padding-top: 10px;
  display: flex;
}

.footer-right {
  margin-left: auto;
  margin-right: auto;
}

.text-block-4 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.text-block-4.white {
  color: #e6e6e6;
  text-align: center;
  display: block;
}

.text-block-4.white.espressivo {
  text-align: left;
  border: 1px #000;
  align-items: flex-start;
  margin-bottom: auto;
  padding-top: 0;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.text-block-4.white.espressivo:hover {
  color: var(--light-green);
}

.content-holder-3 {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.div-block-15 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.artykuly-blog {
  width: 100%;
  max-width: 1280px;
  margin-top: 50px;
  padding-top: 0;
}

.artykuly-blog.formularz {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  margin-top: 0;
  margin-bottom: 70px;
  display: flex;
}

.blog-widget {
  width: 100%;
  max-width: 1280px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

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

.bold-text-2 {
  color: var(--light-green);
}

.bold-text-3 {
  font-size: 20px;
  line-height: 28px;
}

.footer-text-2 {
  color: #e6e6e6;
  text-align: left;
  justify-content: flex-start;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.footer-text-2:hover {
  color: #ffb700;
}

.footer-text-2.dark {
  color: #333;
  font-size: 14px;
  font-weight: 700;
}

.h2-2 {
  color: #333;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

.image-29 {
  width: 20px;
  max-width: none;
}

.txt-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.vertical-holder {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.map {
  border-radius: 15px;
  width: 100%;
  overflow: hidden;
}

.code-embed {
  width: 100%;
  margin-bottom: 0;
}

.div-block-16, .div-block-17 {
  width: 50%;
}

.txt-opinie {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

._50 {
  max-width: 50%;
}

.h2-copy {
  color: #fff;
  margin-bottom: 30px;
  font-size: 44px;
  font-weight: 300;
  line-height: 56px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .section.slider.kontakt {
    padding-top: 7vw;
  }

  .button {
    padding: 20px 40px;
    font-size: 16px;
    line-height: 20px;
  }

  .title.white, .nav-link {
    font-size: 16px;
  }

  .black.h2 {
    font-size: 50px;
    line-height: 40px;
  }

  .black.h2._40.left {
    padding-bottom: 40px;
    font-size: 50px;
  }

  .hero-subhead {
    font-size: 1.2vw;
  }

  .heading-3 {
    font-size: 2.7vw;
  }

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

  .heading-4 {
    font-size: 38px;
    line-height: 48px;
  }

  .txt {
    font-size: 18px;
    line-height: 25px;
  }

  .paragraph-3 {
    font-size: 16px;
    line-height: 25px;
  }

  .footer-text, .footer-text.bold {
    font-size: 18px;
  }

  .social-media {
    width: 45px;
  }

  .image-27 {
    width: 20px;
  }

  .footer-mid, .footer-mid.kontakt {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }

  .bold-text-3 {
    font-size: 30px;
    line-height: 40px;
  }

  .footer-text-2.dark {
    font-size: 18px;
  }

  .vertical-holder {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .txt-opinie {
    font-size: 18px;
    line-height: 30px;
  }
}

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

  h3 {
    font-size: 20px;
    line-height: 32px;
  }

  .section.center {
    flex-direction: column;
    height: auto;
    padding-top: 15vh;
    padding-bottom: 15vh;
  }

  .section.green {
    padding-top: 50px;
  }

  .hero {
    padding-left: 0;
    padding-right: 0;
  }

  .nav, .nav-inner {
    width: 100vw;
  }

  .wrapper {
    display: none;
  }

  .wrap {
    width: 100%;
  }

  .nav-link {
    padding-top: 20px;
  }

  .nav-link:hover {
    box-shadow: none;
  }

  .nav-menu {
    position: absolute;
  }

  .hero-image {
    width: 70%;
    height: auto;
    margin-bottom: 7vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    inset: auto 0 0;
  }

  .hero-content {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .feature-wrap {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-wrap.logos {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .hero-subhead {
    font-size: 24px;
    line-height: 31px;
  }

  .bottom-image-wrap {
    background-image: none;
    height: auto;
  }

  .feature-icon {
    flex: none;
  }

  .quote-slider {
    width: 100vw;
    max-width: 100%;
    height: auto;
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
    display: block;
  }

  .quote-wrap {
    width: 70vw;
  }

  .menu-icon {
    filter: invert();
    color: #fff;
    font-size: 40px;
  }

  .menu-button.w--open {
    background-color: var(--light-green);
    border-radius: 20px;
  }

  .nav-menu-2 {
    background-color: #ffffffe6;
    border-radius: 50px;
    min-width: 240px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand {
    padding-left: 18px;
  }

  .heading-3 {
    margin-bottom: 0;
    font-size: 6vw;
    line-height: 7vw;
  }

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

  .main-holder {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-width: 0;
    display: flex;
  }

  .txt {
    text-align: center;
  }

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

  .inner-swipe {
    display: none;
  }

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

  .slider01_mask {
    width: 100%;
  }

  .slider01_comp {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-text {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }

  .footer-text.bold {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-left {
    align-items: flex-start;
    margin-left: auto;
  }

  .footer-holder {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-items: start;
    width: 100%;
    display: flex;
  }

  .footer-icon-text-holder, .social-holder {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-right {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .content-holder-3 {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }

  .artykuly-blog.formularz {
    flex-flow: column;
  }

  .image-28 {
    max-width: none;
    height: 104%;
    margin-right: 169px;
    position: absolute;
  }

  .footer-text-2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }

  .h2-2 {
    text-align: center;
    line-height: 50px;
  }

  .txt-holder, .div-block-16, .div-block-17 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .section.slider.kontakt {
    padding-top: 15vw;
  }

  .section.green {
    padding-bottom: 50px;
  }

  .nav-inner {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .feature-content.icons {
    text-align: left;
    align-items: flex-start;
    width: auto;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-content.icons.numbers {
    flex: none;
    align-items: center;
    width: 50%;
  }

  .button {
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
  }

  .button.form-button {
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
  }

  .button.separacja.link-2 {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .wrap {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    padding-bottom: 0;
    display: flex;
  }

  .hero-image {
    margin-bottom: 10vw;
  }

  .hero-content {
    margin-bottom: 5vh;
  }

  .feature-wrap {
    flex-direction: row;
  }

  .feature-wrap.icons {
    flex-flow: wrap;
    display: block;
  }

  .feature-wrap.icons.numbers {
    display: flex;
  }

  .black {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
    line-height: 28px;
  }

  .black.h2 {
    font-size: 30px;
    line-height: 34px;
  }

  .black.h2._40.left {
    text-align: left;
  }

  .hero-subhead {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 22px;
  }

  .footer-link {
    margin-bottom: 10px;
    display: inline-block;
  }

  .form-2 {
    flex-direction: column;
  }

  .input {
    text-align: center;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
    padding-left: 22px;
    padding-right: 22px;
  }

  .quote-slider {
    min-height: auto;
  }

  .quote-slider.certyfikaty {
    min-height: auto;
    margin-top: 0;
  }

  .quote-attribution {
    flex-direction: row;
    align-items: center;
  }

  .menu-icon {
    font-size: 30px;
  }

  .heading-3 {
    text-align: center;
    font-size: 5vw;
    line-height: 3vh;
  }

  .form-block {
    width: 100%;
  }

  .heading-4 {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 28px;
  }

  .txt {
    font-size: 14px;
    line-height: 22px;
  }

  .paragraph-3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 22px;
  }

  .img.mezoterapia {
    height: auto;
    min-height: 30vh;
    margin-bottom: 20px;
  }

  .slider-div {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-holder {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .splide__arrow {
    width: 5em;
    height: 5em;
  }

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

  .slide-prev.desktop-arrow {
    display: none;
  }

  .slide-prev.mobile-prev {
    width: 100%;
    height: 100%;
  }

  .inner-swipe {
    z-index: 1;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: 100%;
    display: grid;
    position: absolute;
    top: 0;
    left: 0;
  }

  .slide-item-wrapper {
    border-radius: 0;
    width: 100vw;
    height: 100%;
  }

  .content-wrapper, .image-6 {
    object-fit: cover;
  }

  .slide-next.mobile-next {
    width: 100%;
    height: 100%;
  }

  .slide-next.desktop-arrow {
    display: none;
  }

  .wrapper-2 {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .slide-item {
    border-radius: 0;
    width: 100vw;
    height: 100%;
    transform: scale(1);
  }

  .slide_item {
    width: 80%;
  }

  .slider01_slide {
    width: 95%;
  }

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

  .slider01_mask {
    width: 100%;
  }

  .slider_arrow.is-left {
    right: 3.5rem;
  }

  .testimonial-person_item {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial-card1_item {
    padding: 1.5rem;
  }

  .big-number {
    font-size: 250px;
    bottom: 100%;
    left: -12%;
  }

  .big-number.plus {
    left: -20%;
  }

  .footer-right {
    flex-direction: column;
  }

  .text-block-4.white {
    font-size: 16px;
  }

  .bold-text-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .code-embed {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }

  h3 {
    font-size: 16px;
  }

  .section.center {
    background-position: 60% 0;
    height: 80vh;
    padding-bottom: 10vh;
  }

  .section.slider.kontakt {
    padding-top: 30vw;
  }

  .section.green._100 {
    padding-bottom: 50px;
  }

  .hero {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-inner {
    width: 100vw;
  }

  .feature-content {
    width: auto;
  }

  .feature-content.icons.numbers {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .button.contact {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

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

  .image-2 {
    width: 100%;
  }

  .button-wrap {
    flex-direction: column;
    width: 90vw;
  }

  .hero-image {
    width: 80%;
  }

  .feature-wrap, .feature-wrap.reverse {
    flex-direction: column;
  }

  .feature-image {
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .black.h2 {
    font-size: 30px;
    line-height: 34px;
  }

  .hero-subhead {
    text-shadow: 2px 3px 8px #000;
    max-width: 100%;
    font-size: 18px;
    line-height: 24px;
  }

  .feature-icon {
    margin-bottom: 20px;
  }

  .form-2 {
    flex-direction: column;
    width: 90vw;
  }

  .quote-slider {
    width: 100vw;
    padding: 0 5vw;
  }

  .quote-slider.certyfikaty {
    margin-top: 30px;
  }

  .slider-arrow {
    font-size: 24px;
  }

  .quote-attribution {
    flex-flow: column;
  }

  .quote-icon {
    max-width: 20%;
  }

  .left-arrow, .right-arrow {
    width: 15vw;
  }

  .number {
    font-size: 40px;
  }

  .heading-3 {
    text-shadow: 2px 3px 8px #000000e6;
    font-size: 28px;
    line-height: 34px;
  }

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

  .main-holder {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: auto;
    padding-top: 100px;
  }

  .txt {
    text-align: center;
  }

  .heading-5 {
    font-size: 14px;
    line-height: 22px;
  }

  .paragraph-5 {
    margin-bottom: 0;
  }

  .splide__arrow {
    width: 4em;
    height: 4em;
  }

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

  .splide__arrows {
    grid-column-gap: 1em;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: auto;
    grid-auto-flow: column;
    justify-content: center;
    margin-top: 1em;
    display: grid;
    position: static;
  }

  .inner-swipe {
    position: absolute;
  }

  .wrapper-2 {
    width: 100%;
    height: 100%;
  }

  .container {
    padding-left: 7%;
    padding-right: 7%;
  }

  .slide_item {
    width: 104%;
    padding-right: 4%;
  }

  .slider01_slide {
    width: 105%;
    margin-right: 1rem;
  }

  .slider01_mask {
    width: 95%;
  }

  .big-number {
    margin-top: -40px;
    font-size: 200px;
  }

  .big-number.plus {
    left: -30%;
  }

  .footer-holder {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .link-block-5, .footer-logo {
    margin-left: auto;
    margin-right: auto;
  }

  .espressivo-div {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .footer-mid.kontakt {
    width: 100%;
  }

  .social-holder.espressivo {
    flex-flow: row;
    justify-content: center;
  }

  .espressivo {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .text-block-4 {
    font-size: 14px;
    line-height: 20px;
  }

  .text-block-4.white.espressivo {
    font-size: 12px;
  }

  .content-holder-3 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    padding-left: 0;
    padding-right: 0;
  }

  .artykuly-blog {
    margin-top: 30px;
  }

  .h2-2 {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 40px;
  }

  .txt-holder {
    margin-top: 0;
    margin-bottom: 30px;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .vertical-holder {
    grid-column-gap: 75px;
    grid-row-gap: 75px;
  }

  .code-embed {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .txt-opinie {
    font-size: 14px;
    line-height: 22px;
  }
}

#w-node-e8bc8085-2d36-605b-a6e5-cb9f139a17e6-3c35fa60, #w-node-_4a59e949-0068-d7f1-9cac-f5c390560c56-3c35fa60, #w-node-d2002cc6-2b0b-51b1-4250-d5c4121e75ee-3c35fa60, #w-node-_9e256bad-1d25-994d-15ad-ebd92a29479e-3c35fa60, #w-node-_04f1a3dd-a33f-1be0-bac9-70e2a1ccd3da-3c35fa60, #w-node-_04f1a3dd-a33f-1be0-bac9-70e2a1ccd3e5-3c35fa60, #w-node-bd4fc71d-e53a-ef0e-8d4c-077508999ac1-3c35fa60, #w-node-bd4fc71d-e53a-ef0e-8d4c-077508999acc-3c35fa60, #w-node-bd4fc71d-e53a-ef0e-8d4c-077508999ad7-3c35fa60, #w-node-bd4fc71d-e53a-ef0e-8d4c-077508999ae2-3c35fa60, #w-node-_88625adf-e03b-321d-8ccd-8caa441c26b6-3c35fa60, #w-node-b3035635-aaa3-3c5f-9805-1abe942d6fd0-3c35fa60, #w-node-b3035635-aaa3-3c5f-9805-1abe942d6fdb-3c35fa60, #w-node-b3035635-aaa3-3c5f-9805-1abe942d6fe6-3c35fa60 {
  justify-self: auto;
}

#w-node-_634f7cdb-5897-d90c-fecd-f72a666a43f4-666a43f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_634f7cdb-5897-d90c-fecd-f72a666a43f6-666a43f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_634f7cdb-5897-d90c-fecd-f72a666a4400-666a43f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_634f7cdb-5897-d90c-fecd-f72a666a4413-666a43f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_634f7cdb-5897-d90c-fecd-f72a666a43f4-666a43f1 {
    justify-self: start;
  }
}


