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

body {
  font-family: Rubik, sans-serif;
  color: #4d4d4d;
  font-size: 18px;
  line-height: 28px;
}

a {
  text-decoration: none;
}

.navbar {
  position: static;
  top: 0px;
  display: block;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.brand.w--current {
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.brand.w--current:hover {
  opacity: 0.75;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-right: -90px;
  padding-right: 60px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  line-height: 10px;
}

.nav-link {
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  line-height: 0px;
  font-weight: 500;
}

.nav-link:hover {
  border-bottom-color: #f55538;
}

.nav-link.w--current {
  height: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom-color: #333;
  opacity: 1;
  color: #333;
}

.nav-link.uslugi {
  display: block;
  margin-right: 15px;
  margin-left: 15px;
}

.nav-link.uslugi:hover {
  border-bottom-color: #f55538;
}

.nav-link.mobile {
  display: none;
}

.nav-link.kosmetyka {
  display: none;
}

.nav-link.makijaz {
  display: none;
}

.largeheading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Rubik, sans-serif;
  color: #333;
  font-size: 54px;
  line-height: 64px;
  letter-spacing: 0px;
  text-transform: none;
}

.largeheading.kontakt {
  margin-bottom: 5vh;
  font-size: 50px;
  font-weight: 700;
}

.paragraph {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 300;
}

.button_textlink {
  display: inline-block;
  padding-top: 2px;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 220px;
  margin-top: 28px;
  padding: 12px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #333;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  color: #fff;
  text-decoration: none;
}

.button:hover {
  background-color: #fcbe01;
}

.hero_home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 10vh;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._1400wrapper {
  max-width: 1380px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.text-span {
  font-size: 19px;
  line-height: 34px;
  font-weight: 300;
}

.section-services {
  padding-top: 10vh;
  padding-bottom: 10vh;
}

._1180-flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

._1180-flex-wrapper.about {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

._1180-flex-wrapper.footer {
  height: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._1180-flex-wrapper.fryzjerstwo {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._1180-flex-wrapper.galeria {
  max-width: 1220px;
  margin-right: auto;
  margin-bottom: 10vh;
  margin-left: auto;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
}

._1180-flex-wrapper.fryzjerstwo {
  width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

._1180-flex-wrapper.laura {
  width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

._1180-flex-wrapper.galeria {
  width: 100%;
  max-width: 1220px;
  margin-right: auto;
  margin-bottom: 10vh;
  margin-left: auto;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
}

.usluga-box.middle {
  margin-right: 20px;
  margin-left: 20px;
}

.service-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-link {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #333;
  font-size: 26px;
  font-weight: 700;
}

.service-link.image {
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.service-link.image:hover {
  opacity: 0.75;
}

.arrow {
  width: 45px;
  padding-left: 15px;
}

.home-heading-2 {
  color: #333;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
}

._550width-limiter {
  max-width: 650px;
  padding-top: 5vh;
  padding-bottom: 3vh;
}

.top-menu-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  display: block;
  height: 120px;
  max-width: 1380px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 35px;
  padding-right: 40px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.body {
  background-color: #f2f2f2;
}

.section-rackroll {
  margin-top: 5vh;
}

.row2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row2-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 550px;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-3 {
  max-width: 640px;
}

.row1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row1.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.webtext {
  font-size: 19px;
  line-height: 34px;
  font-weight: 300;
}

._25px-padding {
  width: 100%;
  height: 25px;
}

.row1-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 550px;
  padding: 0px 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.ranandroll-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 160px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  font-size: 16px;
  font-weight: 500;
}

._60px-padding {
  width: 100%;
  height: 60px;
}

.section-testimonials {
  padding-top: 15vh;
  padding-bottom: 10vh;
}

.testimonial-wrapper {
  position: relative;
  width: 100%;
  min-height: 50px;
  background-color: #333;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 21px;
  line-height: 40px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.lovemyweb {
  opacity: 0.3;
  color: #fff;
  font-size: 17px;
  letter-spacing: 1px;
}

.text-block {
  width: 70%;
  font-size: 24px;
  line-height: 44px;
  font-weight: 300;
}

.section-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 140px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.section-about.fryzjerstwo {
  padding-right: 0px;
  padding-left: 0px;
}

.section-about.mikijaz {
  padding: 20px 0px 40px;
}

.section-about.lidia {
  padding: 20px 0px 40px;
}

.beata-rygula {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

.beata-rygula._2 {
  font-size: 15px;
  line-height: 25px;
  font-weight: 300;
}

.beata-rygula.footer {
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.read-more-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  font-size: 16px;
  font-weight: 500;
}

.cytat {
  padding-top: 60px;
  padding-right: 20px;
  font-size: 38px;
  line-height: 50px;
  font-weight: 300;
}

.autor {
  color: #b8b8b8;
  font-size: 24px;
}

.section-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f7f7;
}

.logas-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1180px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-wrapper {
  padding-right: 10px;
  padding-left: 10px;
}

.footer-nav {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #333;
  font-size: 14px;
  font-weight: 300;
}

.footer-nav:hover {
  color: #f55538;
}

.text-block-2 {
  font-size: 17px;
}

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

.hero-left {
  position: relative;
  max-width: 480px;
  margin-top: 220px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.hero-right {
  display: block;
  width: 590px;
  margin-right: -90px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-5 {
  max-width: none;
}

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

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slider {
  z-index: 10;
  display: block;
  width: 100%;
  height: 780px;
}

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

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hero-paragraf {
  margin-bottom: 0px;
  padding-top: 2vh;
  padding-bottom: 3vh;
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
}

.hero-paragraf.red {
  padding-top: 1vh;
  padding-bottom: 2vh;
  font-size: 22px;
}

.hero-paragraf.red {
  padding-top: 1vh;
  padding-bottom: 2vh;
  font-size: 22px;
}

.katowice {
  border-bottom: 1px solid #bebebe;
}

.section-fryzjerstwo {
  margin-bottom: 100px;
  padding-top: 220px;
}

.stylista-fryzur {
  display: inline-block;
  border-bottom: 1px solid #000;
  color: #000;
  font-size: 15px;
  font-weight: 500;
}

.fryzjerstwo-cennik {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #333;
}

.heading-cennik {
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
}

.heading-strzyzenie {
  margin-bottom: 10px;
  color: #fff;
  font-size: 28px;
  line-height: 60px;
  font-weight: 500;
}

.cennik-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cennik-row {
  margin-right: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.cennik {
  color: #fff;
  font-size: 16px;
  line-height: 34px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.cennik.small {
  opacity: 0.77;
  font-size: 13px;
}

.about {
  margin-left: 40px;
  font-size: 17px;
}

.image-6 {
  position: relative;
  left: 5%;
  top: 40px;
  padding-top: 0px;
}

.image-61 {
  position: absolute;
  left: auto;
  top: auto;
  right: 5%;
  bottom: 10%;
  padding-top: 0px;
}

.footer-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.zamow-wizyte {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  margin-top: 28px;
  padding: 12px 30px 12px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fcbe01;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  color: #000;
  text-decoration: none;
}

.zamow-wizyte:hover {
  background-color: #fcbe01;
}

.jak-dojechac {
  padding-top: 2px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.jak-dojechac.sm {
  font-size: 13px;
  line-height: 20px;
}

.middle {
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.cennik-microblading {
  padding-top: 40px;
  padding-bottom: 10px;
  padding-left: 40px;
  color: #333;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
}

.lightbox-link {
  margin-right: 20px;
}

.lightbox-link-2 {
  margin-right: 20px;
}

.kosmetyczka {
  display: inline-block;
  margin-right: 20px;
  border-bottom: 1px solid #000;
  color: #000;
  font-size: 15px;
  font-weight: 500;
}

.lightbox-link-3 {
  margin-right: 20px;
}

.about-2 {
  margin-left: 40px;
  font-size: 16px;
}

.cennik-microblading-2 {
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 40px;
  color: #333;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
}

.znizka-2 {
  border-bottom: 2px solid #fcbe01;
  color: #fcbe01;
  font-size: 24px;
  font-weight: 500;
}

.zapisy {
  border-bottom: 2px solid #fcbe01;
  color: #4d4d4d;
}

.name {
  font-size: 20px;
  font-weight: 500;
}

.kontakt {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 36px;
  font-weight: 300;
}

.contact-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.naglowek {
  padding-top: 0px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.naglowek._2 {
  padding-top: 20px;
}

.naglowek.big {
  padding-bottom: 40px;
  font-size: 18px;
  letter-spacing: 0px;
}

.contact-text {
  font-size: 17px;
  font-weight: 300;
}

.left {
  margin-right: 20px;
}

.kontakt-tekst {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 300;
}

.kontakt-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 0vh 20px 10vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-10 {
  margin-left: 40px;
  padding: 25px;
  background-color: #fcbe01;
  color: #000;
  font-weight: 500;
  text-align: center;
}

.image-65 {
  margin-bottom: 10vh;
  padding-top: 120px;
}

.image-65.conatct {
  margin-bottom: 10vh;
}

.link {
  color: #4d4d4d;
}

.link-2 {
  color: #4d4d4d;
}

.link-3 {
  color: #4d4d4d;
}

.link-4 {
  color: #4d4d4d;
}

.button-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  margin-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #ff003d;
  font-weight: 700;
  text-decoration: none;
}

.button-wrapper.padding {
  padding-bottom: 3vh;
}

.button-background {
  position: absolute;
  width: 50px;
  height: 50px;
  border: 2px solid #ff003d;
  border-radius: 25px;
}

.button-text {
  position: relative;
  z-index: 1;
  margin-right: 10px;
  margin-left: 20px;
}

.button-arrow {
  width: 30px;
  margin-right: 20px;
  margin-left: 10px;
  padding-bottom: 1px;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  min-height: 60px;
  padding-top: 0px;
  padding-left: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #fff;
  text-transform: uppercase;
}

.div-block-11:hover {
  border-color: #f55538;
  background-color: transparent;
}

.red {
  color: #f55538;
}

.body-text {
  padding-bottom: 5vh;
  font-size: 22px;
  line-height: 40px;
  font-weight: 300;
}

.body-text.bullets {
  padding-bottom: 2vh;
  color: #4d4d4d;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.body-text.sidebutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0vh;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
}

.body-text.list {
  padding-bottom: 1vh;
  line-height: 40px;
}

.body-text.sidebutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0vh;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
}

.body-text.quote {
  font-style: italic;
}

._1180-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5vh;
  padding-left: 5vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

._1180-wrapper.about {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

._1180-wrapper.footer {
  height: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._1180-wrapper.fryzjerstwo {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._1180-wrapper.galeria {
  padding-bottom: 20px;
}

._1180-wrapper.fryzjerstwo {
  width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

._1180-wrapper.laura {
  width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.section-introduction {
  padding-top: 0vh;
  padding-bottom: 10vh;
}

.section-kitchens {
  margin-top: 5vh;
}

.h2-home {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #333;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
}

.h2-home.red {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 3vh;
  color: #f55538;
}

.div-block-12 {
  width: auto;
}

.div-block-13 {
  width: 50%;
  padding: 5vh;
  background-color: #fff;
}

.stroke {
  border-bottom: 4px solid #f55538;
}

.h1-home {
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Rubik, sans-serif;
  color: #333;
  font-size: 54px;
  line-height: 64px;
  letter-spacing: 0px;
  text-transform: none;
}

.h1-home.kontakt {
  margin-bottom: 60px;
  font-size: 50px;
  font-weight: 700;
}

._2columns-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.values {
  width: 49%;
  min-height: 150px;
  padding: 5vh 5vh 3vh;
  background-color: #f7f7f7;
}

.list {
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
}

.section-call-to-action {
  padding-bottom: 10vh;
}

._600-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._600-wrapper._100 {
  width: 700px;
}

._600-wrapper._100._50 {
  width: 750px;
}

.h5-home {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #333;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
}

.h5-home.red {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 3vh;
  color: #f55538;
}

.contact-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.link-block {
  height: 100%;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.link-block:hover {
  opacity: 0.75;
}

.h2-service {
  margin-bottom: 3vh;
  color: #333;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}

._760-wrapper {
  max-width: 900px;
  padding-top: 5vh;
  padding-bottom: 3vh;
}

.body-text-2 {
  padding-bottom: 5vh;
  font-size: 22px;
  line-height: 40px;
  font-weight: 300;
}

._550width-limiter-2 {
  max-width: 650px;
  padding-top: 5vh;
  padding-bottom: 3vh;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  min-height: 60px;
  padding-top: 0px;
  padding-left: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #fff;
  text-transform: uppercase;
}

.div-block-15:hover {
  border-color: #f55538;
  background-color: transparent;
}

.div-block-15.mobile {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.button_textlink-2 {
  display: inline-block;
  padding-top: 2px;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.arrow-2 {
  width: 45px;
  padding-left: 15px;
}

.lightbox-link-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

._1200-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5vh;
  padding-left: 5vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

._1200-wrapper.about {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

._1200-wrapper.footer {
  height: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._1200-wrapper.fryzjerstwo {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._1200-wrapper.galeria {
  padding-bottom: 20px;
}

._1200-wrapper.fryzjerstwo {
  width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

._1200-wrapper.laura {
  width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.section-service {
  margin-bottom: 0px;
  padding-top: 220px;
}

.service-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5vh;
  padding-left: 5vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.service-text.about {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.service-text.footer {
  height: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-text.fryzjerstwo {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-text.galeria {
  padding-bottom: 20px;
}

.service-text.fryzjerstwo {
  width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.service-text.laura {
  width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.section {
  padding-bottom: 10vh;
}

.section-service-desc {
  padding-bottom: 10vh;
}

.section-service-desc.aboutmod {
  padding-bottom: 0vh;
}

.h2-service-2 {
  margin-bottom: 3vh;
  color: #333;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}

.list-items {
  margin-bottom: 3vh;
}

.section-testimonials-about {
  padding-top: 5vh;
  padding-bottom: 10vh;
}

.stroke-2 {
  border-bottom: 4px solid #f55538;
}

.section-about1 {
  padding-top: 0vh;
  padding-bottom: 0vh;
}

.div-block-16 {
  display: block;
  width: 100%;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.link-block-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 350px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/kitchen-example-min.jpg');
  background-position: 50% 50%;
  background-size: 700px;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.link-block-2:hover {
  opacity: 0.8;
}

.link-block-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 350px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/slide2-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.link-block-3:hover {
  opacity: 0.8;
}

.img-link {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 35px;
  background-color: rgba(0, 0, 0, 0.23);
  color: #fff;
  font-size: 50px;
  letter-spacing: 1px;
}

.dropdown-list-2 {
  border: 1px solid #000;
}

.dropdown-list-2.w--open {
  border-color: #d6d6d6;
  background-color: #f1f1f1;
}

.form-elements {
  min-height: 100px;
  margin: 40px;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.16);
}

.checkbox-form-warpper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-link-2:hover {
  background-color: #e0e0e0;
}

.catpcha-wrapper {
  min-height: 0px;
  border-style: dotted;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.23);
  border-radius: 4px;
}

.button-send-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 60px;
  min-width: 100px;
  margin-top: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  background-color: #fff;
  -webkit-transition: opacity 200ms ease, border 200ms ease, background-color 200ms ease;
  transition: opacity 200ms ease, border 200ms ease, background-color 200ms ease;
  color: #333;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0px;
  text-indent: 0px;
  text-transform: uppercase;
}

.button-send-form:hover {
  border-color: #000;
  opacity: 0.8;
  color: #f55538;
}

.form-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #d6d6d6;
  border-radius: 3px;
}

.form-checkbox:hover {
  border-color: #3898ec;
}

.form-select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
}

.form-input-desc {
  display: block;
  width: 100%;
  padding: 5px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-3 {
  margin-top: 10px;
}

.btn-booking {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 52px;
  min-width: 220px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #f48c06;
  border-radius: 6px;
  background-color: #f48c06;
  background-image: -webkit-gradient(linear, left top, right top, from(#eeb007), to(#f48c06));
  background-image: linear-gradient(90deg, #eeb007, #f48c06);
  box-shadow: 0 5px 9px 0 rgba(0, 0, 0, 0.13);
  -webkit-transition: border 200ms ease, opacity 200ms ease, background-color 200ms ease;
  transition: border 200ms ease, opacity 200ms ease, background-color 200ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.btn-booking:hover {
  border: 2px solid #000;
  opacity: 0.8;
}

.dropdown-toggle-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 52px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #d6d6d6;
  border-radius: 4px;
}

.checkbox-on {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #3898ec;
}

.form-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 50px;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.16);
  border-radius: 4px;
}

.form-input:hover {
  border-color: rgba(0, 0, 0, 0.59);
}

.form-input.text {
  min-height: 60px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-color: #333;
  border-radius: 0px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-size: 18px;
  font-weight: 300;
}

.form-item-name {
  font-size: 15px;
  font-weight: 300;
}

.form-item-wrapper {
  margin-bottom: 10px;
}

.notification {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  margin: 0px 0px 10px;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 4px;
  background-color: #f55538;
  color: #fff;
  text-align: center;
}

.notification.bad {
  border-radius: 4px;
  background-color: #333;
}

._1180-flex-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

._1180-flex-wrapper-2.galeria {
  display: none;
  padding-bottom: 10px;
}

.lightbox-link-5 {
  padding-right: 5px;
  padding-left: 5px;
}

.lgb {
  padding-right: 0px;
  padding-left: 0px;
}

._1180-flex-wrapper-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

._1180-flex-wrapper-3.galeria {
  display: none;
  padding-bottom: 10px;
}

.grid {
  max-width: 1260px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.contact-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

@media (max-width: 991px) {
  .navbar {
    display: block;
    border-bottom-width: 1px;
  }
  .brand.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .nav-menu {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .nav-link.w--current {
    background-color: transparent;
    font-size: 14px;
  }
  .nav-link.uslugi {
    font-size: 14px;
  }
  .menu-button {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    background-color: #fafafa;
  }
  .menu-button.w--open {
    background-color: #fafafa;
  }
  .largeheading {
    width: auto;
    max-width: 100%;
    margin-left: 0px;
    padding-top: 0px;
    font-size: 52px;
    line-height: 62px;
    text-align: left;
  }
  .largeheading.kontakt {
    max-width: none;
  }
  .paragraph {
    font-size: 14px;
  }
  .button {
    max-width: 200px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .hero_home {
    margin-left: 0px;
    padding-bottom: 100px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .text-span {
    font-size: 14px;
  }
  ._1180-flex-wrapper {
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 40px;
  }
  ._1180-flex-wrapper.about {
    padding-right: 20px;
    padding-left: 20px;
  }
  ._1180-flex-wrapper.footer {
    height: 60px;
  }
  ._1180-flex-wrapper.fryzjerstwo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  ._1180-flex-wrapper.galeria {
    margin-bottom: 5vh;
  }
  ._1180-flex-wrapper.fryzjerstwo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  ._1180-flex-wrapper.laura {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  ._1180-flex-wrapper.galeria {
    margin-bottom: 5vh;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .usluga-box.middle {
    max-width: none;
  }
  .service-link-wrapper {
    width: 100%;
    padding-top: 5px;
  }
  .service-link {
    font-size: 23px;
    line-height: 30px;
  }
  .home-heading-2 {
    font-size: 40px;
    line-height: 50px;
  }
  .top-menu-wrapper {
    display: block;
    height: 80px;
    padding-top: 15px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .row2 {
    padding-bottom: 40px;
  }
  .row2-text {
    padding-right: 40px;
    padding-left: 5%;
  }
  .image-3 {
    max-width: 680px;
  }
  .row1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .row1.reverse {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ._60px-padding {
    display: none;
  }
  .section-testimonials {
    padding-top: 10vh;
  }
  .section-about {
    padding-right: 30px;
    padding-bottom: 100px;
    padding-left: 30px;
  }
  .cytat {
    font-size: 30px;
  }
  .autor {
    font-size: 18px;
  }
  .section-logos {
    min-height: 140px;
  }
  .logas-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .logo-wrapper {
    padding-right: 40px;
  }
  .image-4 {
    max-width: 400px;
    margin-top: 41px;
  }
  .hero-left {
    max-width: 50%;
    margin-top: 140px;
    margin-left: 40px;
  }
  .hero-right {
    width: 450px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .div-block-4 {
    width: 100%;
  }
  .slide {
    width: 100%;
    height: auto;
    max-width: 450px;
  }
  .slider {
    height: auto;
  }
  .div-block-5 {
    display: block;
    width: 33%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .hero-paragraf {
    padding-right: 20px;
    font-size: 18px;
    line-height: 28px;
  }
  .section-fryzjerstwo {
    padding-top: 140px;
  }
  .fryzjerstwo-cennik {
    padding-top: 40px;
  }
  .heading-cennik {
    margin-bottom: 20px;
    font-size: 50px;
    line-height: 50px;
  }
  .heading-strzyzenie {
    font-size: 24px;
    line-height: 50px;
  }
  .cennik-wrapper {
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 40px;
  }
  .cennik {
    font-size: 15px;
  }
  .about {
    margin-left: 40px;
  }
  .image-62 {
    max-width: 85%;
  }
  .cennik-microblading {
    font-size: 40px;
    line-height: 50px;
  }
  .about-2 {
    margin-left: 40px;
  }
  .cennik-microblading-2 {
    font-size: 40px;
    line-height: 50px;
  }
  .div-block-8 {
    display: block;
    width: 33%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .kontakt {
    font-size: 20px;
  }
  .contact-wrapper {
    display: block;
    max-width: 100%;
    margin-top: 0px;
    margin-right: 20px;
    margin-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .div-block-9 {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .left {
    max-width: 360px;
  }
  .kontakt-tekst {
    font-size: 18px;
  }
  .kontakt-wrapper {
    margin-left: 0px;
    padding-top: 5vh;
    padding-bottom: 5vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .image-65 {
    margin-bottom: 5vh;
    padding-top: 80px;
  }
  .image-66 {
    display: none;
  }
  .button-wrapper.service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .body-text.sidebutton {
    padding-top: 20px;
    padding-left: 0px;
    font-size: 20px;
    line-height: 30px;
  }
  .body-text.sidebutton {
    padding-top: 20px;
    padding-left: 0px;
    font-size: 20px;
    line-height: 30px;
  }
  ._1180-wrapper {
    max-width: 680px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 40px;
  }
  ._1180-wrapper.about {
    padding-right: 20px;
    padding-left: 20px;
  }
  ._1180-wrapper.footer {
    height: 60px;
  }
  ._1180-wrapper.fryzjerstwo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  ._1180-wrapper.fryzjerstwo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  ._1180-wrapper.laura {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .h2-home {
    font-size: 40px;
    line-height: 50px;
  }
  .div-block-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-13 {
    width: 100%;
    max-width: 680px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 10vh;
  }
  .h1-home {
    width: auto;
    max-width: 100%;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 20px;
    font-size: 32px;
    line-height: 42px;
    text-align: left;
  }
  .h1-home.kontakt {
    max-width: none;
  }
  ._600-wrapper._100 {
    width: 600px;
  }
  ._600-wrapper._100._50 {
    width: 600px;
  }
  .h5-home {
    font-size: 40px;
    line-height: 50px;
  }
  .contact-left {
    width: 100%;
    margin-right: 0px;
  }
  .hero-wrapper {
    width: 100%;
  }
  .link-block {
    width: 200px;
  }
  .h2-service {
    font-size: 40px;
    line-height: 50px;
  }
  ._1200-wrapper {
    max-width: 680px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 40px;
  }
  ._1200-wrapper.about {
    padding-right: 20px;
    padding-left: 20px;
  }
  ._1200-wrapper.footer {
    height: 60px;
  }
  ._1200-wrapper.fryzjerstwo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  ._1200-wrapper.fryzjerstwo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  ._1200-wrapper.laura {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .section-service {
    padding-top: 140px;
  }
  .service-text {
    max-width: 680px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 40px;
  }
  .service-text.about {
    padding-right: 20px;
    padding-left: 20px;
  }
  .service-text.footer {
    height: 60px;
  }
  .service-text.fryzjerstwo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .service-text.fryzjerstwo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .service-text.laura {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .h2-service-2 {
    font-size: 40px;
    line-height: 50px;
  }
  .section-testimonials-about {
    padding-top: 0vh;
    padding-bottom: 5vh;
  }
  .div-block-17 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .link-block-2 {
    width: 100%;
    max-width: 600px;
    margin-right: 0px;
    margin-bottom: 40px;
  }
  .link-block-3 {
    width: 100%;
    max-width: 600px;
    margin-left: 0px;
  }
  .btn-booking {
    display: none;
  }
  .notification {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 9999;
    border-radius: 0px;
  }
  .notification.bad {
    border-radius: 0px;
  }
  ._1180-flex-wrapper-2 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 40px;
  }
  ._1180-flex-wrapper-3 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 40px;
  }
  .contact-right {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .brand {
    padding-top: 0px;
    padding-left: 0px;
  }
  .brand.w--current {
    padding-top: 0px;
  }
  .nav-menu {
    position: fixed;
    left: 0%;
    top: 0px;
    right: 0%;
    bottom: auto;
    width: 100%;
    height: 100vh;
    margin-top: 55px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #fff;
  }
  .nav-link {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom-width: 1px;
    border-bottom-color: #eee;
    font-size: 24px;
  }
  .nav-link:hover {
    border-bottom-color: #eee;
  }
  .nav-link.w--current {
    width: 100%;
    border-bottom-color: #eee;
    color: #f55538;
    font-size: 24px;
  }
  .nav-link.uslugi {
    display: none;
  }
  .nav-link.mobile {
    display: block;
    width: 100%;
  }
  .nav-link.kosmetyka {
    display: block;
  }
  .nav-link.makijaz {
    display: block;
  }
  .menu-button {
    height: 54px;
    margin-right: 10px;
    padding-top: 13px;
    background-color: #fff;
  }
  .menu-button.w--open {
    background-color: #fff;
  }
  .largeheading {
    margin-bottom: 20px;
    color: #fff;
    font-size: 58px;
    line-height: 68px;
  }
  .largeheading.kontakt {
    max-width: none;
    margin-bottom: 3vh;
    color: #000;
    line-height: 60px;
  }
  .paragraph {
    display: none;
  }
  .button_textlink {
    color: #333;
    letter-spacing: 1px;
  }
  .button_textlink.mobile {
    color: #fff;
  }
  .button {
    background-color: #202020;
  }
  .hero_home {
    margin-bottom: 5vh;
    background-image: linear-gradient(117deg, #000, transparent 65%), url('../images/slide3-min.jpg');
    background-position: 0px 0px, 0% 50%;
    background-size: auto, cover;
  }
  .section-services {
    margin-bottom: 100px;
  }
  ._1180-flex-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ._1180-flex-wrapper.about {
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  ._1180-flex-wrapper.footer {
    height: 60px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
  }
  ._1180-flex-wrapper.galeria {
    margin-bottom: 5vh;
    padding-left: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  ._1180-flex-wrapper.galeria {
    margin-bottom: 5vh;
    padding-left: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .usluga-box {
    margin-bottom: 100px;
  }
  .usluga-box.middle {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .service-link-wrapper {
    min-height: 80px;
    padding-top: 10px;
  }
  .service-link {
    font-size: 40px;
    line-height: 40px;
  }
  .home-heading-2 {
    margin-bottom: 20px;
    font-size: 40px;
  }
  .top-menu-wrapper {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    height: 55px;
    padding-top: 0px;
    padding-left: 30px;
    border-bottom: 1px solid #eee;
    background-color: #fff;
  }
  .row2 {
    margin-right: 40px;
    margin-left: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .row2-text {
    max-width: 445px;
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .image-3 {
    max-width: 100%;
    margin-top: 80px;
  }
  .row1 {
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .row1-text {
    max-width: 445px;
    margin-right: 0%;
    padding-top: 60px;
    padding-right: 5%;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .testimonial-wrapper {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }
  .div-block {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lovemyweb {
    font-size: 15px;
  }
  .text-block {
    width: 80%;
    font-size: 20px;
  }
  .section-about {
    padding-top: 100px;
  }
  .beata-rygula._2 {
    margin-right: 20px;
    font-size: 13px;
  }
  .beata-rygula.footer {
    margin-right: 20px;
    font-size: 13px;
  }
  .div-block-2 {
    max-width: 100%;
  }
  .cytat {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 28px;
    line-height: 50px;
    font-weight: 300;
  }
  .section-logos {
    min-height: 100px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .logas-wrapper {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .logo-wrapper {
    padding-right: 10px;
  }
  .footer-nav {
    font-size: 13px;
  }
  .text-block-2 {
    display: none;
  }
  .image-4 {
    max-width: 100%;
  }
  .hero-left {
    max-width: 400px;
    margin-top: 180px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .hero-right {
    display: none;
  }
  .div-block-4 {
    width: 100%;
    max-width: 100%;
    color: #000;
  }
  .slider {
    display: block;
  }
  .div-block-5 {
    padding-bottom: 40px;
  }
  .div-block-6 {
    max-width: 445px;
  }
  .hero-paragraf {
    margin-top: 40px;
    margin-bottom: 40px;
    color: #fff;
    font-size: 24px;
    line-height: 34px;
  }
  .hero-paragraf.red {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #f55538;
    line-height: 30px;
    text-align: center;
  }
  .hero-paragraf.red {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #f55538;
    line-height: 30px;
    text-align: center;
  }
  .section-fryzjerstwo {
    margin-bottom: 60px;
    padding-top: 100px;
  }
  .heading-cennik {
    margin-bottom: 20px;
  }
  .cennik-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cennik {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .about {
    margin-left: 20px;
    font-size: 16px;
  }
  .image-6 {
    top: -20px;
  }
  .image-61 {
    bottom: 5%;
  }
  .image-62 {
    max-width: 100%;
  }
  .cennik-microblading {
    padding-left: 20px;
  }
  .about-2 {
    margin-left: 20px;
    font-size: 16px;
  }
  .cennik-microblading-2 {
    padding-left: 20px;
  }
  .div-block-8 {
    padding-bottom: 40px;
  }
  .kontakt {
    font-size: 18px;
  }
  .contact-wrapper {
    max-width: 90%;
    margin-top: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .div-block-9 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .left {
    margin-bottom: 40px;
  }
  .kontakt-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-10 {
    margin-left: 0px;
  }
  .image-65 {
    margin-bottom: 5vh;
    padding-top: 55px;
  }
  .div-block-11.mobile {
    border-color: #fff;
  }
  .body-text {
    padding-bottom: 3vh;
    font-size: 18px;
    line-height: 38px;
  }
  .body-text.sidebutton {
    font-size: 18px;
    line-height: 26px;
  }
  .body-text.sidebutton {
    font-size: 18px;
    line-height: 26px;
  }
  ._1180-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ._1180-wrapper.about {
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  ._1180-wrapper.footer {
    height: 60px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
  }
  ._1180-wrapper.galeria {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .section-introduction {
    padding-bottom: 5vh;
  }
  .h2-home {
    margin-bottom: 20px;
    font-size: 40px;
  }
  .div-block-13 {
    padding-right: 0vh;
    padding-bottom: 5vh;
    padding-left: 0vh;
  }
  .h1-home {
    color: #fff;
    font-size: 58px;
    line-height: 68px;
  }
  .h1-home.kontakt {
    max-width: none;
    color: #000;
    line-height: 60px;
  }
  ._2columns-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .values {
    width: 100%;
    margin-bottom: 5vh;
  }
  ._600-wrapper {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }
  ._600-wrapper._100 {
    width: 100%;
  }
  ._600-wrapper._100._50 {
    width: 100%;
  }
  .h5-home {
    margin-bottom: 0px;
    font-size: 40px;
  }
  .contact-left {
    width: 100%;
    color: #000;
  }
  .hero-wrapper {
    width: 100%;
    max-width: 100%;
    color: #000;
  }
  .link-block {
    width: 170px;
    padding-top: 8px;
  }
  .h2-service {
    margin-bottom: 3vh;
    font-size: 30px;
    line-height: 40px;
  }
  ._760-wrapper {
    padding-bottom: 0vh;
  }
  .body-text-2 {
    font-size: 18px;
    line-height: 38px;
  }
  .div-block-15.mobile {
    border-color: #fff;
  }
  .button_textlink-2 {
    color: #333;
    letter-spacing: 1px;
  }
  .button_textlink-2.mobile {
    color: #fff;
  }
  ._1200-wrapper {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ._1200-wrapper.about {
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  ._1200-wrapper.footer {
    height: 60px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
  }
  ._1200-wrapper.galeria {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .section-service {
    margin-bottom: 0px;
    padding-top: 100px;
  }
  .service-text {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .service-text.about {
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .service-text.footer {
    height: 60px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
  }
  .service-text.galeria {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .section-service-desc {
    padding-bottom: 5vh;
  }
  .h2-service-2 {
    margin-bottom: 3vh;
    font-size: 34px;
    line-height: 44px;
  }
  .list-items {
    padding-left: 20px;
  }
  .section-testimonials-about {
    padding-top: 2vh;
  }
  .section-about1 {
    padding-bottom: 5vh;
  }
  .div-block-17 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .link-block-2 {
    margin-bottom: 20px;
  }
  .img-link {
    font-size: 44px;
  }
  .form-elements {
    margin-right: 0px;
    margin-left: 0px;
  }
  ._1180-flex-wrapper-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ._1180-flex-wrapper-2.galeria {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .lgb {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  ._1180-flex-wrapper-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ._1180-flex-wrapper-3.galeria {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .contact-right {
    width: 100%;
    max-width: 100%;
    color: #000;
  }
}

@media (max-width: 479px) {
  .nav-menu {
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .nav-link {
    font-size: 22px;
  }
  .nav-link.w--current {
    width: 100%;
    margin-left: 0px;
    padding-top: 28px;
    padding-bottom: 28px;
    padding-left: 20px;
    font-size: 20px;
  }
  .nav-link.mobile {
    height: auto;
    margin-left: 0px;
    padding-top: 28px;
    padding-bottom: 28px;
    padding-left: 20px;
    font-size: 20px;
  }
  .menu-button {
    margin-right: 0px;
    padding-top: 12px;
  }
  .largeheading {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
    font-size: 44px;
    line-height: 52px;
  }
  .largeheading.kontakt {
    width: auto;
    max-width: none;
    font-size: 30px;
    line-height: 40px;
  }
  .paragraph {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
  }
  .button_textlink {
    font-size: 14px;
  }
  .button {
    max-width: 190px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .hero_home {
    margin-top: 55px;
    margin-bottom: 0vh;
    padding-bottom: 8vh;
    background-image: linear-gradient(117deg, #000, transparent 65%), url('../images/slide3-min.jpg');
    background-position: 0px 0px, 0% 50%;
    background-size: auto, cover;
  }
  .text-span {
    font-size: 16px;
    line-height: 16px;
  }
  .section-services {
    margin-bottom: 0px;
  }
  ._1180-flex-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  ._1180-flex-wrapper.about {
    padding-right: 0px;
    padding-left: 0px;
  }
  ._1180-flex-wrapper.footer {
    height: 80px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
  }
  ._1180-flex-wrapper.fryzjerstwo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  ._1180-flex-wrapper.galeria {
    margin-bottom: 3vh;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 20px;
  }
  ._1180-flex-wrapper.fryzjerstwo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  ._1180-flex-wrapper.laura {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  ._1180-flex-wrapper.galeria {
    width: auto;
    margin-bottom: 3vh;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 20px;
  }
  .usluga-box {
    margin-bottom: 60px;
  }
  .service-link-wrapper {
    padding-top: 0px;
  }
  .service-link {
    font-size: 28px;
    line-height: 34px;
  }
  .arrow {
    display: none;
  }
  .home-heading-2 {
    margin-top: 10px;
    font-size: 38px;
    line-height: 44px;
  }
  ._550width-limiter {
    padding-top: 3vh;
  }
  .top-menu-wrapper {
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .row2 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .row2-text {
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0%;
  }
  .image-3 {
    margin-top: 40px;
  }
  .row1 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .row1-text {
    padding: 20px 0% 40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  ._60px-padding {
    display: none;
  }
  .section-testimonials {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }
  .testimonial-wrapper {
    padding-top: 10vh;
    padding-bottom: 12vh;
  }
  .text-block {
    width: 90%;
    font-size: 18px;
    line-height: 32px;
  }
  .section-about {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .beata-rygula._2 {
    margin-right: 0px;
    font-size: 12px;
    line-height: 20px;
  }
  .beata-rygula.footer {
    margin-right: 0px;
    font-size: 12px;
    line-height: 20px;
  }
  .cytat {
    font-size: 18px;
    line-height: 32px;
  }
  .section-logos {
    min-height: 80px;
  }
  .footer-nav {
    font-size: 12px;
  }
  .hero-left {
    max-width: 360px;
    margin-top: 0vh;
    margin-left: 20px;
    padding-top: 8vh;
    padding-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .div-block-4 {
    display: block;
    max-width: 100%;
  }
  .image-5 {
    padding-top: 0px;
  }
  .div-block-5 {
    width: 100%;
  }
  .hero-paragraf {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 4vh;
    font-size: 22px;
    line-height: 32px;
  }
  .hero-paragraf.red {
    padding-top: 3vh;
    padding-bottom: 5vh;
    font-weight: 400;
  }
  .hero-paragraf.red {
    padding-top: 3vh;
    padding-bottom: 5vh;
    font-weight: 400;
  }
  .section-fryzjerstwo {
    padding-top: 60px;
  }
  .stylista-fryzur {
    font-size: 12px;
  }
  .fryzjerstwo-cennik {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .heading-cennik {
    font-size: 44px;
    line-height: 40px;
  }
  .heading-strzyzenie {
    font-size: 24px;
    line-height: 40px;
  }
  .cennik-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .about {
    margin-left: 0px;
  }
  .image-6 {
    top: -20px;
    width: 30px;
  }
  .image-61 {
    width: 30px;
  }
  .middle {
    padding-right: 10px;
    padding-left: 10px;
  }
  .cennik-microblading {
    margin-top: 10px;
    padding-left: 0px;
    font-size: 30px;
    line-height: 40px;
  }
  .lightbox-link {
    margin-right: 10px;
  }
  .lightbox-link-2 {
    margin-right: 10px;
  }
  .kosmetyczka {
    font-size: 12px;
  }
  .lightbox-link-3 {
    margin-right: 10px;
  }
  .about-2 {
    margin-left: 0px;
  }
  .cennik-microblading-2 {
    margin-top: 10px;
    padding-left: 0px;
    font-size: 30px;
    line-height: 40px;
  }
  .div-block-8 {
    width: 100%;
  }
  .kontakt {
    font-size: 18px;
    line-height: 30px;
  }
  .contact-wrapper {
    max-width: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .naglowek.big {
    padding-bottom: 20px;
  }
  .kontakt-tekst {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
  }
  .button-arrow {
    width: 25px;
    margin-left: 15px;
    padding-bottom: 0px;
  }
  .div-block-11 {
    width: 180px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-11.mobile {
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .body-text {
    padding-bottom: 3vh;
    line-height: 32px;
  }
  .body-text.sidebutton {
    padding-bottom: 20px;
    font-size: 16px;
  }
  .body-text.list {
    line-height: 30px;
  }
  .body-text.sidebutton {
    padding-bottom: 20px;
    font-size: 16px;
  }
  ._1180-wrapper {
    padding-right: 20px;
    padding-bottom: 0vh;
    padding-left: 20px;
  }
  ._1180-wrapper.about {
    padding-right: 0px;
    padding-left: 0px;
  }
  ._1180-wrapper.footer {
    height: 80px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
  }
  ._1180-wrapper.fryzjerstwo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  ._1180-wrapper.galeria {
    padding-bottom: 10px;
  }
  ._1180-wrapper.fryzjerstwo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  ._1180-wrapper.laura {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .section-introduction {
    margin-bottom: 0px;
    padding-bottom: 0vh;
  }
  .h2-home {
    margin-top: 10px;
    font-size: 38px;
    line-height: 48px;
    font-weight: 700;
  }
  .h1-home {
    width: 100%;
    max-width: none;
    margin-bottom: 0px;
    font-size: 34px;
    line-height: 44px;
  }
  .h1-home.kontakt {
    width: auto;
    max-width: 80%;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 48px;
  }
  .values {
    margin-bottom: 20px;
  }
  .section-call-to-action {
    padding-bottom: 5vh;
  }
  ._600-wrapper {
    padding-top: 3vh;
    padding-bottom: 3vh;
  }
  ._600-wrapper._100._50 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .h5-home {
    margin-top: 10px;
    font-size: 30px;
    line-height: 40px;
  }
  .contact-left {
    display: block;
  }
  .hero-wrapper {
    display: block;
    max-width: 100%;
  }
  .link-block {
    width: 160px;
    padding-top: 8px;
  }
  .h2-service {
    margin-top: 10px;
    font-size: 20px;
    line-height: 32px;
  }
  ._760-wrapper {
    padding-top: 3vh;
  }
  .body-text-2 {
    padding-bottom: 3vh;
    line-height: 32px;
  }
  ._550width-limiter-2 {
    padding-top: 3vh;
  }
  .div-block-15 {
    width: 180px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-15.mobile {
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .button_textlink-2 {
    font-size: 14px;
  }
  .arrow-2 {
    display: none;
  }
  ._1200-wrapper {
    padding-right: 20px;
    padding-bottom: 0vh;
    padding-left: 20px;
  }
  ._1200-wrapper.about {
    padding-right: 0px;
    padding-left: 0px;
  }
  ._1200-wrapper.footer {
    height: 80px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
  }
  ._1200-wrapper.fryzjerstwo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  ._1200-wrapper.galeria {
    padding-bottom: 10px;
  }
  ._1200-wrapper.fryzjerstwo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  ._1200-wrapper.laura {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .section-service {
    padding-top: 60px;
  }
  .service-text {
    padding-right: 20px;
    padding-bottom: 0vh;
    padding-left: 20px;
  }
  .service-text.about {
    padding-right: 0px;
    padding-left: 0px;
  }
  .service-text.footer {
    height: 80px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
  }
  .service-text.fryzjerstwo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .service-text.galeria {
    padding-bottom: 10px;
  }
  .service-text.fryzjerstwo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .service-text.laura {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .section-service-desc {
    padding-bottom: 3vh;
  }
  .h2-service-2 {
    margin-top: 10px;
    font-size: 24px;
    line-height: 34px;
  }
  .section-testimonials-about {
    padding-top: 2vh;
    padding-bottom: 5vh;
  }
  .section-about1 {
    margin-bottom: 0px;
    padding-bottom: 0vh;
  }
  .link-block-2 {
    height: 275px;
  }
  .link-block-3 {
    height: 275px;
  }
  .img-link {
    padding: 21px;
    font-size: 30px;
  }
  ._1180-flex-wrapper-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  ._1180-flex-wrapper-2.galeria {
    padding-right: 10px;
    padding-bottom: 4px;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .lgb {
    padding-right: 2px;
    padding-left: 2px;
  }
  ._1180-flex-wrapper-3 {
    padding-right: 20px;
    padding-left: 20px;
  }
  ._1180-flex-wrapper-3.galeria {
    padding-right: 10px;
    padding-bottom: 4px;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .grid {
    padding-right: 10px;
    padding-left: 10px;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }
  .contact-right {
    display: block;
    max-width: 100%;
  }
}

