h1 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Butler ultra, sans-serif;
  font-size: 4.5vw;
  font-weight: 300;
  line-height: 120%;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Butler ultra, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 115%;
}

h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Butler ultra, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 130%;
}

h4 {
  color: #312f35;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Butler, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

p {
  letter-spacing: .5px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Butler, sans-serif;
  line-height: 190%;
}

a {
  opacity: 1;
  text-decoration: underline;
}

a:hover {
  opacity: .87;
}

.container {
  flex-direction: column;
  align-content: space-around;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image {
  padding: 45px 40px;
  display: block;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  transition: text-indent .2s;
}

.link:hover {
  color: #000;
  text-decoration: underline;
}

.link.w--current {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
}

.link.mob {
  display: none;
}

.nav-menu {
  width: 100%;
  flex-direction: row;
  justify-content: space-around;
  align-self: auto;
  align-items: center;
  display: flex;
}

.brand {
  width: 50%;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.brand.w--current {
  width: 100%;
}

.body {
  background-color: #fff7f7;
  margin-left: auto;
  margin-right: auto;
}

.hero {
  height: 80vh;
  min-height: 690px;
  background-image: url('../images/BG1.jpg');
  background-position: 0 0;
  background-size: auto;
  overflow: hidden;
}

.main-button {
  width: 400px;
  text-align: center;
  background-color: #312f35;
  justify-content: center;
  align-items: center;
  margin: 20px;
  padding-top: 20px;
  padding-bottom: 18px;
  font-family: Butler ultra, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 25px;
  transition: background-color .2s;
  display: flex;
}

.main-button:hover {
  color: #000;
  background-image: url('../images/gold-min.jpg');
  background-position: 0 0;
  background-size: 294px;
}

.main-button.secondary {
  width: 400px;
  color: #312f35;
  background-color: #f3e8e0;
}

.main-button.podstrona {
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

.link-basic {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  transition: letter-spacing .2s;
}

.link-basic:hover {
  letter-spacing: 3px;
}

.link-basic.footer {
  letter-spacing: 1px;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  padding-bottom: 8px;
  font-family: Butler ultra, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.link-basic.footer:hover {
  text-decoration: underline;
}

.main-photo {
  height: 540px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: -20vh;
  overflow: hidden;
}

.picture-grid {
  width: 2000px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: flex;
}

.images {
  min-height: 100%;
  min-width: 370px;
  flex: 1;
  align-self: stretch;
  padding: 20px;
}

.hero-images {
  width: 2000px;
  overflow: visible;
}

.fb-link {
  opacity: .7;
  padding: 15px;
}

.fb-link:hover {
  opacity: 1;
}

.insta-link {
  opacity: .7;
  padding: 15px;
}

.insta-link:hover {
  opacity: 1;
}

.left-arrow {
  width: 48px;
  height: 48px;
  background-color: #f8ece8;
  border: 1px solid #e1d4c0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding-right: 5px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 40%;
  left: 1%;
  right: auto;
}

.left-arrow.slider2 {
  filter: invert();
  background-color: rgba(248, 236, 232, 0);
  border-color: #000;
  margin-bottom: 5px;
  margin-left: 5px;
  top: auto;
  bottom: 41%;
  left: 0%;
  right: auto;
}

.right-arrow {
  width: 48px;
  height: 48px;
  background-color: #f8ece8;
  border: 1px solid #e1d4c0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding-left: 5px;
  display: flex;
  top: auto;
  bottom: 40%;
  left: auto;
  right: 1%;
}

.right-arrow.slider2 {
  filter: invert();
  background-color: rgba(0, 0, 0, 0);
  border-color: #000;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 5px;
  top: auto;
  bottom: 41%;
  left: auto;
  right: 0%;
}

.slide {
  background-color: #fff7f7;
  border-color: #e1d4c0;
  border-radius: 1px;
  position: static;
}

.slider {
  height: 553px;
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: static;
}

.slider.foto {
  position: relative;
}

.slide-nav {
  filter: invert(50%);
  align-self: center;
  margin-bottom: auto;
  font-size: 5px;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide-nav.slider2 {
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide-2 {
  background-color: #fff7f7;
}

.paragraf1 {
  margin-left: 60px;
  padding-right: 100px;
}

.paragraf1.marginl0 {
  padding-right: 0;
}

.image-7 {
  padding-right: 10px;
}

.mask {
  position: static;
}

.section {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: visible;
}

.section.pink {
  background-color: rgba(0, 0, 0, 0);
}

.section.pink.relative {
  position: relative;
}

.content-container {
  max-width: 1100px;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  padding-left: 20px;
}

.content-container.kontakt {
  flex-direction: column;
  display: flex;
}

.link-button {
  padding: 0 20px 13px 0;
  text-decoration: none;
  display: flex;
}

.slider-2 {
  height: 100%;
  background-color: #fff7f7;
}

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

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.socialmedia-nav {
  flex-direction: column;
  padding-left: 30px;
  display: flex;
  position: absolute;
}

.zabieg-cena {
  height: 80px;
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.arrow-cennik {
  padding-left: 25px;
}

.cena-link {
  flex-direction: row;
  display: flex;
}

.metamorfozy-slider {
  justify-content: space-between;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.content-container {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.podpis {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.slider2-foto {
  width: 100%;
  height: 100%;
  background-image: url('../images/markowe-kosmetyki-min.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider2-foto._2 {
  background-image: url('../images/makijaż-okolicznościowy-min.jpg');
}

.slider2-foto._3 {
  background-image: url('../images/relaksujący-masaż-min.jpg');
}

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

.center.padding40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.paragraph-2 {
  font-family: Butler ultra, sans-serif;
  font-size: 18px;
  line-height: 160%;
}

.paragraph-2.prawa {
  text-align: right;
}

.paragraph-2.center {
  text-align: center;
}

.punkty {
  background-color: #fbf7f6;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 5px 25px;
}

.partner {
  padding: 20px;
}

.partner.longtime {
  padding-top: 26px;
}

.div-block-15 {
  z-index: 2;
  background-color: #fff;
  margin-top: -40px;
  margin-left: 80px;
  margin-right: 80px;
  padding-top: 20px;
  position: relative;
}

.padding60 {
  padding: 40px;
}

.padding60.centered {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.padding60.centered.bg {
  background-color: #fff7f7;
}

.slide3 {
  min-height: 400px;
  background-color: #fff7f7;
  border-color: #e1d4c0;
  border-radius: 1px;
}

.div-block-16 {
  width: 100%;
  flex: 0 auto;
  justify-content: flex-start;
  display: flex;
}

.div-block-17 {
  width: 100%;
  flex: 0 auto;
  justify-content: flex-end;
  display: flex;
}

.brand-mob {
  justify-content: space-around;
  align-items: center;
  display: none;
}

.footer {
  background-color: #fff;
}

.div-block-20 {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.text-block {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: auto;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  transition: letter-spacing .1s;
}

.text-block:hover {
  letter-spacing: 2px;
}

.link-block {
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.jeden-na-jeden.flip.padding80 {
  margin-top: 80px;
}

.expandet {
  flex: 1;
}

.sr-only {
  width: 1px;
  height: 1px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -1px;
  position: absolute;
  overflow: hidden;
}

.padding20 {
  padding: 20px;
}

.heading-2 {
  line-height: 80%;
}

.image-23 {
  display: none;
}

.h3cennik {
  margin-top: 5px;
  margin-bottom: 2px;
  font-family: Butler, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.hero-podstrona {
  background-color: #fff;
}

.content {
  border-top: 1px solid #ebebeb;
  padding-bottom: 60px;
  display: flex;
}

.content.first {
  border-top-width: 0;
}

.zabieg-opis {
  max-width: 30%;
  flex-direction: row;
  flex: 1;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.zabieg-ceny {
  flex: 1;
  margin-top: 30px;
}

.separato {
  width: 60px;
  height: 2px;
  background-image: url('../images/gold-min.jpg');
  background-position: 0 0;
  background-size: 294px;
}

.cennik-cena {
  background-color: #fbf7f6;
  justify-content: space-between;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 5px 25px;
  display: flex;
}

.div-block-24 {
  min-width: 30%;
  justify-content: flex-end;
  padding-left: 20px;
  display: flex;
}

.div-block-25, .cennik-zdj-cia {
  display: flex;
}

.cennik-zdiecie {
  max-width: 50%;
  padding: 20px;
}

.cennik-zdiecie.single {
  max-width: 100%;
}

.submenu {
  min-width: 25%;
  background-color: #fff;
  flex-direction: column;
  margin-top: 0;
  margin-left: 10px;
  padding-top: 31px;
  padding-left: 20px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.opiszabiegu {
  margin-bottom: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.div-block-28 {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.submenubutton {
  color: #312f35;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-top: 12px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 11px;
}

.submenubutton:hover {
  background-color: #fff7f7;
}

.submenubutton:focus {
  background-color: #cbc7d3;
}

.submenubutton.w--current {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff7f7;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.submenubreak {
  flex-direction: column;
  display: flex;
}

.h1podstrona {
  color: rgba(51, 51, 51, .56);
  margin-bottom: 0;
  font-size: 30px;
}

.h2podstrona {
  text-align: center;
}

.padding40 {
  min-width: 100%;
  margin-bottom: 40px;
}

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

.width35 {
  min-width: 35%;
}

.up {
  z-index: 1000000;
  width: 60px;
  height: 60px;
  background-color: #312f35;
  justify-content: center;
  align-items: center;
  padding-bottom: 2px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 1%;
  left: auto;
  right: 1%;
}

.padding10 {
  padding: 10px;
}

.div-block-30 {
  justify-content: flex-end;
  display: flex;
}

.map {
  width: 1px;
  height: 1px;
  padding-left: 75px;
  padding-right: 0;
  font-size: 1px;
  line-height: 1%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.text-span {
  font-size: 2vw;
}

.h1-start {
  font-size: 20px;
  line-height: 1;
}

.h2-hero {
  font-size: 5vw;
  line-height: 100%;
}

.opening-time {
  justify-content: flex-start;
  display: flex;
}

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

.day {
  flex: 1;
  padding-right: 30px;
}

.jeden-na-jeden-top {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.jeden-na-jeden-top.flip.padding80 {
  margin-top: 80px;
}

.godziny-wrapper {
  max-width: 400px;
  padding-top: 25px;
}

.testimonials {
  background-color: #fff;
  background-image: url('../images/bg002.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}

.testimonials.pink {
  background-color: rgba(0, 0, 0, 0);
}

.testimonials.pink.relative {
  position: relative;
}

.team9_item {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.team9_mask {
  width: 48%;
  overflow: visible;
}

.team9_component {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 6rem;
  display: flex;
  position: relative;
}

.team9_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: flex-start;
  margin-top: 1.5rem;
  display: grid;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.team9_slide {
  background-color: #fff;
  background-image: url('../images/quote2.svg');
  background-position: 10px 10px;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  margin-right: 40px;
  padding: 40px 40px 25px;
}

.team9_image {
  width: 5rem;
  height: 5rem;
  min-height: 5rem;
  min-width: 5rem;
  object-fit: cover;
  border-radius: 100%;
}

.team9_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.team9_arrow {
  width: 3rem;
  height: 3rem;
  background-color: #fff;
  border: 1px solid #e1d4c0;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 5px;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.team9_arrow.left {
  padding-right: 7px;
  right: 4rem;
}

.text-size-large {
  font-size: 1.25rem;
}

.mame-date {
  color: #6e6e6e;
}

@media screen and (min-width: 1440px) {
  .container {
    z-index: 10;
    position: relative;
  }

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

  .nav-menu {
    justify-content: space-between;
  }

  .brand {
    justify-content: center;
  }

  .hero {
    background-position: 50% 0;
    background-size: cover;
  }

  .left-arrow {
    margin-right: 5px;
  }

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

  .slider {
    height: 620px;
  }

  .content-container {
    max-width: 1300px;
  }

  .image-12 {
    padding-left: 5px;
  }

  .content-container {
    max-width: 1360px;
  }

  .padding60 {
    padding-left: 30px;
  }

  .brand-mob {
    justify-content: center;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 25px;
  }

  .navbar {
    z-index: 10;
  }

  .link {
    width: 100%;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 14px;
    display: flex;
  }

  .link.mob {
    display: block;
  }

  .link.mob.w--current {
    color: #000;
    background-color: #fff7f7;
    justify-content: center;
    display: flex;
  }

  .nav-menu {
    z-index: 0;
    height: 100%;
    background-color: #fff;
    padding-top: 81px;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .brand {
    flex: 1;
    display: none;
  }

  .hero {
    height: 70vh;
  }

  .left-arrow, .right-arrow {
    width: 40px;
    height: 40px;
  }

  .slider {
    height: 429px;
  }

  .paragraf1 {
    margin-bottom: 40px;
    margin-left: 40px;
    padding-right: 10px;
  }

  .section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.pink.relative {
    padding-top: 0;
    padding-bottom: 0;
  }

  .link-button {
    justify-content: center;
  }

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

  .menu-button {
    position: absolute;
    top: 4%;
    bottom: auto;
    left: auto;
    right: 2%;
  }

  .menu-button.w--open {
    z-index: 21;
    background-color: #312f35;
  }

  .paragraph-2.prawa {
    text-align: center;
  }

  .div-block-15 {
    margin-left: 0;
    margin-right: 0;
  }

  .padding60 {
    padding: 10px;
  }

  .div-block-16, .div-block-17 {
    flex-direction: column;
  }

  .brand-mob {
    flex: 1;
    justify-content: center;
    display: flex;
  }

  .div-block-20 {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .text-block {
    letter-spacing: 1px;
  }

  .jeden-na-jeden {
    align-items: flex-start;
  }

  .heading-2 {
    font-size: 5.5vw;
  }

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

  .submenu {
    min-width: 100%;
    border: 1px solid #fff7f7;
    order: -1;
    align-items: stretch;
    margin-left: 0;
    padding-left: 0;
    top: 1px;
  }

  .opiszabiegu {
    position: static;
  }

  .div-block-28 {
    flex-direction: column;
  }

  .submenubutton {
    width: 25%;
    min-height: 64px;
    text-align: center;
    border: 1px solid #fff7f7;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .submenubutton.w--current {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .submenubreak {
    flex-direction: row;
    justify-content: space-between;
  }

  .cta {
    background-color: #fff7f7;
    padding-left: 20px;
    padding-right: 20px;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .width35 {
    min-width: 40%;
  }

  .div-block-30 {
    justify-content: center;
  }

  .h2-hero {
    font-size: 6vw;
  }

  .jeden-na-jeden-top {
    align-items: flex-start;
  }

  .testimonials {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .testimonials.pink.relative {
    padding-top: 0;
    padding-bottom: 0;
  }

  .team9_mask {
    width: 90%;
  }

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .team9_slide {
    padding-right: 2rem;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 35px;
  }

  .container {
    width: auto;
  }

  .hero {
    height: 700px;
    min-height: 0;
  }

  .main-photo {
    margin-top: -6.3vh;
  }

  .left-arrow {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
    padding: 10px 12px 10px 10px;
    top: auto;
    bottom: 40%;
    left: 0%;
    right: auto;
  }

  .right-arrow {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
    padding: 10px 10px 10px 12px;
    top: auto;
    bottom: 40%;
    left: auto;
    right: 0%;
  }

  .slider {
    height: auto;
  }

  .paragraf1 {
    width: 100%;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 10px;
  }

  .mask {
    background-color: #fff7f7;
  }

  .section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .link-button {
    padding-left: 0;
    padding-right: 0;
  }

  .socialmedia-nav {
    padding-left: 0;
  }

  .metamorfozy-slider {
    margin-left: 0;
    margin-right: 0;
  }

  .slider2-foto {
    height: 400px;
  }

  .slider2-foto._2 {
    background-image: url('../images/makijaż-okolicznościowy-min.jpg');
  }

  .slider2-foto._3 {
    background-image: url('../images/relaksujący-masaż-min.jpg');
  }

  .padding60 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .jeden-na-jeden {
    flex-direction: column;
  }

  .jeden-na-jeden.flip {
    flex-direction: column-reverse;
  }

  .content {
    flex-direction: column;
    padding-bottom: 20px;
  }

  .zabieg-opis {
    max-width: 100%;
    padding-right: 0;
  }

  .submenu {
    position: static;
  }

  .opiszabiegu {
    margin-bottom: 0;
  }

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

  .submenubutton.w--current {
    width: 100%;
  }

  .submenubreak {
    flex-direction: column;
  }

  .text-span {
    font-size: 3vw;
  }

  .h1-start {
    font-size: 16px;
  }

  .h2-hero {
    font-size: 8vw;
  }

  .jeden-na-jeden-top {
    flex-direction: column;
  }

  .jeden-na-jeden-top.flip {
    flex-direction: column-reverse;
  }

  .testimonials {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .team9_mask {
    width: 90%;
  }

  .team9_component {
    padding-bottom: 4rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .team9_slide {
    margin-right: 20px;
    padding-right: 40px;
  }

  .team9_arrow.left {
    right: 3.5rem;
  }

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

@media screen and (max-width: 479px) {
  h3 {
    font-size: 19px;
  }

  .container {
    width: 90%;
  }

  .image {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .main-button, .main-button.secondary {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .main-photo {
    margin-top: -134px;
  }

  .images {
    min-width: 300px;
  }

  .left-arrow {
    margin-left: 5px;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .right-arrow {
    margin-right: 5px;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .slider {
    height: auto;
  }

  .slide-nav {
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .content-container {
    margin-bottom: 10px;
  }

  .link-button {
    flex-direction: column;
    display: flex;
  }

  .socialmedia-nav {
    padding-left: 0;
    display: none;
  }

  .zabieg-cena {
    height: 120px;
  }

  .metamorfozy-slider {
    padding-bottom: 0;
  }

  .center {
    flex-direction: column;
  }

  .center.padding40 {
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-15 {
    margin-top: 0;
  }

  .padding60 {
    padding-left: 0;
  }

  .padding60.centered.bg {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .jeden-na-jeden {
    flex-direction: column;
  }

  .jeden-na-jeden.flip {
    flex-direction: column-reverse;
  }

  .heading-2 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 10vw;
  }

  .cennik-cena {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .div-block-24 {
    justify-content: flex-start;
    padding-left: 0;
  }

  .cennik-zdiecie {
    padding-left: 4px;
    padding-right: 4px;
  }

  .cta {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-span {
    font-size: 4vw;
  }

  .h1-start {
    font-size: 14px;
  }

  .h2-hero {
    font-size: 9vw;
  }

  .jeden-na-jeden-top {
    flex-direction: column;
  }

  .jeden-na-jeden-top.flip {
    flex-direction: column-reverse;
  }

  .team9_mask {
    width: 95%;
  }

  .team9_component {
    padding-bottom: 4rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .team9_slide {
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
}


@font-face {
  font-family: 'Butler ultra';
  src: url('../fonts/Butler_Ultra_Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler_Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler_Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}