@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #242b34;
  --coral: #f56700;
  --grey: #777676;
  --white: #fcfcfc;
}

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 36px;
}

.body {
  color: var(--black);
  letter-spacing: .3px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.navbar1-logo {
  align-items: center;
  width: 220px;
  margin-left: -10px;
  padding: 10px;
  transition: opacity .2s;
  display: flex;
}

.navbar1-logo:hover {
  opacity: .7;
}

.navbar1-logo.w--current {
  align-items: center;
  transition: opacity .2s;
  display: flex;
}

.navbar1-logo.w--current:hover {
  opacity: .75;
}

.navbar1 {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-height: 90px;
  display: flex;
}

.top-link {
  color: var(--black);
  text-transform: uppercase;
  border-bottom: 2px solid #fff;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  padding: 5px 0 0;
  font-size: 13px;
  font-weight: 500;
  display: flex;
}

.top-link:hover {
  border-bottom-color: #3b425d;
}

.top-link.w--current {
  color: #3b425d;
  border-bottom-color: #3b425d;
  transition: border-color .2s;
}

.top-link.dropdown {
  margin-left: 0;
  margin-right: 8px;
}

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

.navbar1-menulinks {
  align-items: center;
  display: flex;
}

.nav04_nav_menu {
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.navbar1-menulinks-wr {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-v1 {
  z-index: 5;
  box-shadow: none;
  background-color: #0000;
  flex: 1;
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
  inset: 0% 0% auto;
}

._1440-wrapper {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

._1440-wrapper.xpaddin {
  margin-bottom: 100px;
}

.main-hero-text {
  text-align: center;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  padding-bottom: 100px;
}

.heading1.bigger {
  font-size: 54px;
  line-height: 60px;
}

.heading1.bigger.centered, .heading1.centered {
  text-align: center;
}

.paragraph {
  color: var(--grey);
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}

.padding-20 {
  height: 20px;
}

.google-reviews-wrapper {
  margin-top: 20px;
}

.star-icon {
  width: 26px;
  margin-left: 2px;
  margin-right: 2px;
}

.star-icon.first {
  margin-left: -5px;
}

.star-icon.bigger {
  width: 32px;
  height: 32px;
}

.rating {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}

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

.service-wrapper {
  border-radius: 8px;
  transition: transform .3s, opacity .2s;
  position: relative;
  overflow: hidden;
}

.service-wrapper:hover {
  opacity: .85;
  transform: translate(0, -5px);
}

.service-wrapper.colour {
  background-color: var(--coral);
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition-duration: .3s, .3s;
  display: flex;
  position: static;
}

.service-wrapper.colour:hover {
  background-color: var(--black);
  opacity: 1;
}

.fade {
  opacity: .42;
  background-image: linear-gradient(#0000, #000);
  height: 250px;
  position: absolute;
  inset: auto 0% 0%;
}

.h2-service {
  color: #fdfdfd;
  text-align: center;
  letter-spacing: .4px;
  margin-top: 10px;
  font-size: 140%;
  font-weight: 600;
  line-height: 30px;
}

.h2-service.biggerr {
  color: #fff;
  font-size: 36px;
  line-height: 50px;
}

.service-name {
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  object-fit: fill;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.bbold {
  font-weight: 800;
}

._550-wrapper {
  text-align: left;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.padding-100 {
  height: 100px;
}

.heading3 {
  font-size: 44px;
  line-height: 130%;
}

.heading3.center {
  text-align: center;
}

._640-wrapper {
  text-align: left;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.big-text {
  color: var(--grey);
  letter-spacing: -.1px;
  padding-top: 30px;
  padding-bottom: 40px;
  font-size: 30px;
  font-weight: 500;
  line-height: 44px;
}

.big-text.center {
  text-align: center;
}

.latest-tiling-project {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.latest-project-wrapper {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.latest-project-wrapper:hover {
  opacity: .85;
  transform: translate(0, -5px);
}

.latest-project-wrapper._1prject-only {
  width: 760px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.big-img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.project-name {
  color: #fff;
  letter-spacing: .4px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.project-name-wrapper {
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.btn-see-more {
  padding-top: 20px;
}

.text-block {
  border-bottom: 2px solid var(--coral);
  color: #fff;
  letter-spacing: .4px;
  font-weight: 400;
  line-height: 22px;
}

.grid-feedback {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-bottom: 5vw;
}

.feedback-wrap {
  background-color: var(--white);
  border: 1px solid #3b425d26;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  padding: 25px;
  display: flex;
}

.feedback-text {
  color: var(--black);
  font-size: 14px;
  font-style: italic;
}

.customer-wrap {
  padding-top: 40px;
  font-weight: 500;
  line-height: 20px;
}

.rate-link {
  color: #6b6b6b;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
}

.rate-link:hover {
  color: #3b425d;
}

.small {
  color: var(--grey);
  font-size: 11px;
  font-weight: 500;
  line-height: 20px;
}

.footer {
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 30px;
  padding-bottom: 20px;
  display: flex;
}

.flex-centre {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.footer-nav-link {
  text-decoration: none;
  transition: opacity .2s;
}

.footer-nav-link:hover, .footer-nav-link.w--current {
  opacity: .5;
}

.copyright {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.footer-signature {
  opacity: 1;
  letter-spacing: 1px;
  font-size: 11px;
}

.btn {
  background-color: var(--coral);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 60px;
  font-size: 15px;
  font-weight: 500;
  transition: transform .2s, background-color .2s;
  display: flex;
}

.btn:hover {
  background-color: var(--black);
  transform: translate(0, -5px);
}

.btn.center {
  margin-left: auto;
  margin-right: auto;
}

.btn.center.captial {
  text-transform: uppercase;
}

.btn.fullwidth {
  width: 100%;
}

.btn.review {
  width: 250px;
}

.btn.project {
  background-color: var(--black);
}

.btn.top-nav {
  text-transform: uppercase;
  width: auto;
  height: 54px;
  margin-left: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  font-weight: 500;
}

.btn.capital {
  text-transform: uppercase;
}

.hr1440 {
  background-color: #e4e4e4;
  width: 100%;
  max-width: 1400px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.footer-lnk {
  color: var(--black);
  text-transform: uppercase;
  border-bottom: 2px solid #fff;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  padding: 5px 0 0;
  font-size: 13px;
  font-weight: 500;
  display: flex;
}

.footer-lnk:hover {
  border-bottom-color: #3b425d;
}

.footer-lnk.w--current {
  color: #3b425d;
  border-bottom-color: #3b425d;
  transition: border-color .2s;
}

.why {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.faq-opener {
  background-color: var(--white);
  cursor: pointer;
  border: 1px solid #4353fe21;
  border-radius: 8px;
  align-items: center;
  width: 760px;
  height: 60px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 60px 10px 40px;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.faq-opener:hover {
  background-color: #e7e7e7;
}

.faq-opener.w--current {
  background-color: #4353fe0d;
}

.faq-opener.w--open {
  transition: all .2s;
}

.select-text {
  padding-top: 2px;
  font-size: 17px;
}

.ico1 {
  color: var(--black);
  margin-left: 0;
  margin-right: 30px;
}

.webflow-informacje-open {
  padding: 20px 40px;
  display: none;
}

.padding-60 {
  height: 60px;
}

.readmore {
  color: var(--coral);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

.clean-link-footer {
  color: var(--black);
  text-decoration: none;
}

.clean-link-footer:hover {
  color: var(--coral);
}

.dropdown-toggle {
  padding-right: 10px;
}

.dropdown-list {
  background-color: #e2bbbb;
}

.dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #3b425d45;
}

.dropdown-link {
  background-color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: 500;
  transition: all .2s;
}

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

.dropdown-link.w--current {
  color: var(--coral);
  background-color: #e9e9e9;
}

.div-block {
  display: flex;
}

.image-3 {
  width: 9px;
  padding-top: 2px;
}

._30-padding {
  text-align: center;
  height: 30px;
}

._1200-wrapper {
  text-align: left;
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.box2 {
  border-radius: 8px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.box2.loft {
  justify-content: flex-start;
  align-items: flex-start;
}

.box2.max66 {
  height: 66vh;
}

.box-wrapper {
  align-items: center;
  padding: 40px;
  display: block;
}

.box-wrapper.nopadding-mod {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.box1-text.right-extra-padding {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-left: 30px;
  padding-right: 0;
  display: flex;
}

.project-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: stretch stretch;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.project-grid.only2 {
  grid-template-columns: 1fr 1fr;
  max-width: 840px;
}

.padding-200 {
  height: 200px;
}

.accordion-small {
  font-size: 15px;
  line-height: 30px;
}

.grid-3-col {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.grid-5-col {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

._15-padding {
  height: 15px;
}

.contact-form-wrapper {
  background-color: #f1f1f1;
  flex-direction: column;
  align-items: flex-start;
  padding: 50px;
  display: flex;
}

.input-field {
  height: 50px;
}

.form-block {
  width: 100%;
  padding-top: 15px;
}

.message-wr {
  min-height: 100px;
}

.grid2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  justify-items: stretch;
}

.input-lebel {
  color: #3b425d;
  margin-bottom: 0;
  padding-top: 5px;
  font-size: 13px;
  font-weight: 400;
  line-height: 180%;
}

.box-flex-top-left {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 50px;
  display: flex;
}

.underline-link {
  border-bottom: 1px solid var(--black);
  color: var(--black);
  text-decoration: none;
}

.underline-link:hover {
  color: var(--coral);
}

.client-name {
  font-size: 13px;
  font-weight: 600;
}

.testimonial-wrapper {
  border-top: 1px solid #00000026;
  padding-top: 40px;
  padding-bottom: 40px;
}

.back-link {
  background-color: #fff;
  padding: 20px;
  position: fixed;
  inset: 0% 0% auto auto;
}

.back-link:hover {
  background-color: #3b425d0f;
}

._760-wrapper {
  text-align: left;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.grid-1col {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.grid-2 {
  grid-template-rows: auto;
  justify-items: center;
}

.prices {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  grid-template-rows: auto;
  align-content: start;
}

.prices._3row {
  grid-template-columns: 1fr 1fr 1fr;
}

.medium {
  background-image: linear-gradient(#e4e4e480, #e4e4e480);
  justify-content: center;
  align-items: center;
  min-width: 80px;
  margin-bottom: 0;
  padding: 4px 10px;
  font-size: 13px;
  line-height: 25px;
  display: flex;
}

.medium.bold {
  font-weight: 700;
}

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

.grid-3 {
  grid-column-gap: 20px;
  grid-template-rows: auto;
}

.modalopen {
  background-color: var(--coral);
  cursor: pointer;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 60px;
  font-size: 15px;
  font-weight: 500;
  transition: transform .2s, background-color .2s;
  display: flex;
}

.modalopen:hover {
  background-color: var(--black);
  transform: translate(0, -5px);
}

.modal {
  z-index: 999;
  background-color: #333333ed;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.modal-wrapper {
  background-color: #fff;
  max-width: 640px;
  margin: 40px auto auto;
  padding: 30px 30px 40px;
  position: absolute;
  inset: 0%;
  overflow: auto;
}

.close-modal {
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/close-dark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: background-color .2s;
  position: sticky;
  top: 0%;
  left: 100%;
}

.close-modal:hover {
  background-color: #f7f7f7;
}

.grid-4col {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: stretch;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.feedback-arrow {
  flex: none;
  margin-top: 3px;
  margin-left: 6px;
  transform: rotate(-45deg);
}

.feedback-link {
  align-items: center;
  margin-top: 4px;
  text-decoration: none;
  display: flex;
}

.click-here {
  position: absolute;
  top: 141px;
  bottom: 0%;
  right: 0%;
}

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

.service-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.service-img-wr {
  width: 100%;
  height: 100%;
}

.project-img-wr {
  width: 100%;
  height: 450px;
}

.img-grad {
  background-image: linear-gradient(to bottom, #0000 60%, #10131773 83%, var(--black));
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

._2col-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: stretch stretch;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.round-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.round-img.v2 {
  object-fit: contain;
  object-position: 50% 50%;
}

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

.logo-wr {
  padding: 20px;
}

.ba-wr {
  background-color: var(--white);
  color: var(--black);
  letter-spacing: .6px;
  border-radius: 4px;
  padding: 8px 12px;
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
  position: absolute;
  inset: 10px auto auto 10px;
}

._2-col {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.div-block-3 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

._2-images {
  position: relative;
}

.second-img {
  background-color: #f1efeb;
  border-radius: 12px;
  width: 200px;
  height: 200px;
  margin-bottom: 1rem;
  margin-right: 1rem;
  padding: 1rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.sm-text {
  opacity: .7;
  letter-spacing: 0;
  width: 100%;
  padding-top: 5px;
  font-size: 14px;
  font-style: italic;
}

.thumbs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  margin-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.thumb {
  border: 1px solid var(--white);
  cursor: zoom-in;
  background-color: #f1efeb;
  border-radius: 6px;
  width: 100px;
  height: 90px;
  overflow: hidden;
}

.thumb:hover {
  opacity: .8;
}

.frogs {
  position: relative;
}

.lgb {
  cursor: zoom-in;
}

.lgb:hover {
  opacity: .85;
}

.thumbs-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.padding-50 {
  height: 50px;
}

.hero-tools {
  text-align: center;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  font-size: 44px;
  line-height: 130%;
}

.hero-tools.bigger {
  font-size: 54px;
  line-height: 60px;
}

.hero-tools.bigger.centered, .hero-tools.centered {
  text-align: center;
}

.grid-6-col {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.heading4 {
  text-align: center;
  font-size: 30px;
  line-height: 130%;
}

.heading4.center {
  text-align: center;
}

.heading4.tp {
  padding-top: 28px;
}

@media screen and (max-width: 991px) {
  .navbar1 {
    background-color: #fff;
  }

  .nav04_menu_button {
    margin-right: -23px;
  }

  .nav04_menu_button.w--open {
    background-color: #fff;
  }

  .top-link {
    color: #fff;
    letter-spacing: 1px;
    border-bottom-style: none;
    justify-content: flex-end;
    margin-right: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: 500;
  }

  .top-link.w--current {
    color: var(--coral);
    text-align: left;
    border-bottom-style: none;
  }

  .top-link.mobile {
    padding-top: 18px;
    padding-bottom: 18px;
    display: flex;
  }

  .nav04_menu_icon {
    color: #4e5d78;
  }

  .nav04_nav_menu {
    background-color: var(--black);
    color: #fff;
    padding-top: 32px;
    padding-bottom: 32px;
    box-shadow: 14px 14px 40px #767ead14;
  }

  .navbar1-menulinks-wr {
    flex: 1;
    justify-content: flex-end;
  }

  .navbar-v1 {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  ._1440-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .main-hero-text {
    padding-top: 120px;
  }

  .heading1 {
    font-size: 11vw;
    line-height: 12vw;
  }

  .paragraph {
    font-size: 2.6vw;
    line-height: 5vw;
  }

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

  .fade {
    height: 120px;
  }

  .h2-service {
    font-size: 2.5vw;
    line-height: 3.6vw;
  }

  .h2-service.biggerr {
    font-size: 5vw;
    line-height: 6vw;
  }

  .project-name-wrapper {
    width: 85%;
  }

  .grid-feedback {
    grid-template-columns: 1fr 1fr 1fr;
    padding-bottom: 10vw;
  }

  .feedback-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .feedback-text {
    font-size: 13px;
  }

  .customer-wrap {
    padding-top: 20px;
  }

  .footer {
    padding-bottom: 10px;
  }

  .btn.top-nav {
    width: 300px;
    height: 60px;
    font-size: 20px;
  }

  .footer-lnk {
    border-bottom-style: none;
    justify-content: flex-end;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .footer-lnk.w--current {
    color: #ffffff61;
    text-align: left;
    border-bottom-style: none;
  }

  .faq-opener {
    width: 100%;
    max-width: 760px;
  }

  .dropdown-toggle {
    padding: 0;
  }

  .dropdown-list.w--open {
    text-align: left;
    border-style: none;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .dropdown-link {
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 60px;
    font-size: 15px;
  }

  .dropdown-link.w--current {
    color: #ff902e;
    background-color: #0000;
  }

  ._1200-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .box2 {
    align-items: flex-start;
  }

  .box2.max66 {
    height: auto;
  }

  .box-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .box1-text.right-extra-padding {
    padding-left: 10px;
  }

  .project-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .padding-200.mood {
    height: 150px;
  }

  .dropdown-2 {
    display: none;
  }

  .grid-5-col {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .contact-form-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid2 {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
  }

  .gallery {
    align-items: flex-start;
  }

  .grid-4col {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .top-nav-cta-btn-wr {
    justify-content: flex-end;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 40px;
    display: flex;
  }

  .click-here {
    top: 174px;
  }

  .project-img-wr {
    height: 55vw;
  }

  ._2col-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .logo-wr {
    padding: 0;
  }

  .div-block-3 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    align-items: start;
  }

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

  .grid-6-col {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-bottom: 10px;
  }

  .heading4.tp {
    padding-top: 12px;
  }
}

@media screen and (max-width: 767px) {
  .navbar1 {
    min-height: 60px;
  }

  .nav04_menu_button {
    margin-right: -20px;
  }

  .top-link {
    margin-right: 20px;
    font-size: 18px;
  }

  ._1440-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .main-hero-text {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .heading1 {
    font-size: 12vw;
    line-height: 13vw;
  }

  .heading1.bigger {
    font-size: 8vw;
    line-height: 10vw;
  }

  .paragraph {
    font-size: 4vw;
    line-height: 6vw;
  }

  .padding-20.sm {
    height: 0;
  }

  .google-reviews-wrapper {
    margin-top: 20px;
  }

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

  .h2-service {
    font-size: 2.63vw;
    line-height: 4vw;
  }

  .service-name {
    min-height: 60px;
  }

  .padding-100.mod {
    height: 40px;
  }

  .heading3 {
    font-size: 7vw;
    line-height: 9vw;
  }

  .big-text {
    padding-top: 1vw;
    padding-bottom: 5vw;
    font-size: 5vw;
    line-height: 7vw;
  }

  .project-name {
    font-size: 20px;
    line-height: 30px;
  }

  .project-name-wrapper {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-see-more {
    padding-top: 10px;
  }

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

  .grid-feedback {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 15vw;
    overflow: auto;
  }

  .footer {
    height: auto;
    padding-top: 0;
  }

  .flex-centre {
    flex-direction: column;
  }

  .footer-nav-link.w--current {
    display: none;
  }

  .footer-lnk {
    font-size: 16px;
  }

  .faq-opener {
    margin-top: 20px;
  }

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

  .dropdown-link {
    padding-right: 20px;
  }

  .box-wrapper {
    padding-top: 20px;
  }

  .box1-text.right-extra-padding {
    padding-left: 0;
  }

  .padding-200.mood {
    height: 60px;
  }

  .grid-5-col {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .contact-form-wrapper {
    background-color: #fff;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .box-flex-top-left {
    padding: 0;
  }

  .grid-1col {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .grid-3 {
    grid-column-gap: 16px;
  }

  .modal-wrapper {
    margin-top: 0;
  }

  .grid-4col {
    grid-template-columns: 1fr 1fr;
  }

  .top-nav-cta-btn-wr {
    margin-right: 20px;
  }

  .click-here {
    width: 50px;
    top: 84%;
  }

  .project-img-wr {
    height: 60vw;
  }

  .img-grad {
    background-image: linear-gradient(to bottom, #0000 43%, #10131773 74%, var(--black));
  }

  .ba-wr {
    padding: 6px 10px;
    top: 10px;
    left: 10px;
  }

  .div-block-3 {
    grid-template-columns: 1fr;
    padding-top: 40px;
  }

  .second-img {
    border-radius: 8px;
  }

  .thumbs {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-bottom: .5rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .thumb {
    border-radius: 8px;
    height: 70px;
  }

  .thumbs-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-bottom: .5rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .padding-50.mod {
    height: 40px;
  }

  .hero-tools {
    font-size: 32px;
  }

  .hero-tools.bigger {
    font-size: 8vw;
    line-height: 10vw;
  }

  .grid-6-col {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 20px;
  }

  .heading4 {
    font-size: 5vw;
    line-height: 7vw;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 16px;
    line-height: 30px;
  }

  .navbar1-logo {
    width: 190px;
    margin-left: -5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
  }

  .navbar1 {
    align-items: center;
    min-height: 60px;
  }

  .nav04_menu_button {
    margin-right: -20px;
  }

  .top-link.mobile {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav04_nav_menu {
    height: 100vh;
    padding-top: 20px;
    position: absolute;
  }

  ._1440-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-hero-text {
    padding-top: 80px;
  }

  .heading1 {
    font-size: 12vw;
    line-height: 15vw;
  }

  .heading1.bigger {
    font-size: 12vw;
    line-height: 14vw;
  }

  .paragraph {
    font-size: 17px;
    font-weight: 500;
    line-height: 170%;
  }

  .padding-20.sm {
    height: 10px;
  }

  .google-reviews-wrapper {
    margin-top: 20px;
  }

  .grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .service-wrapper {
    border-radius: 8px;
  }

  .h2-service {
    margin-top: 10px;
    font-size: 3.5vw;
    line-height: 4.5vw;
  }

  .service-name {
    min-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-name.more-padding {
    padding-left: 40px;
    padding-right: 40px;
  }

  .padding-100 {
    height: 50px;
  }

  .padding-100.mod {
    height: 20px;
  }

  .heading3 {
    font-size: 8vw;
    line-height: 10vw;
  }

  .big-text {
    font-size: 6vw;
    line-height: 8vw;
  }

  .project-name {
    font-size: 11px;
    font-weight: 600;
    line-height: 15px;
  }

  .project-name-wrapper {
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .btn-see-more {
    padding-top: 5px;
  }

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

  .grid-feedback {
    grid-template-columns: 1fr;
    padding-bottom: 20vw;
  }

  .feedback-wrap {
    padding: 20px 15px;
  }

  .feedback-text {
    font-size: 12px;
    line-height: 24px;
  }

  .customer-wrap {
    padding-top: 40px;
  }

  .copyright {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-signature {
    font-size: 10px;
    line-height: 16px;
  }

  .btn.review {
    width: 100%;
  }

  .btn.top-nav {
    width: 100%;
    font-size: 18px;
  }

  .footer-lnk {
    font-size: 16px;
  }

  .faq-opener {
    padding-left: 15px;
  }

  .select-text {
    font-size: 13px;
    line-height: 18px;
  }

  .ico1 {
    margin-right: 15px;
  }

  .webflow-informacje-open {
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .padding-60 {
    height: 50px;
  }

  ._1200-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .box-wrapper {
    padding-bottom: 20px;
  }

  .project-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .padding-200 {
    height: 50px;
  }

  .grid-3-col.mobile-1col {
    grid-template-columns: 1fr;
  }

  .grid-5-col {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .back-link {
    padding: 10px;
  }

  .grid-1col {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .medium {
    min-width: 60px;
    padding-left: 6px;
    padding-right: 6px;
  }

  .modal-wrapper {
    padding: 20px;
  }

  .grid-4col {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .click-here {
    width: 22%;
    top: 73%;
  }

  .project-img-wr {
    height: 50vw;
  }

  ._2col-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .ba-wr {
    letter-spacing: .2px;
    padding: 3px 5px;
    font-size: 8px;
  }

  ._2-col {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .second-img {
    width: 120px;
    height: 120px;
    margin-bottom: .5rem;
    margin-right: .5rem;
    padding: .25rem;
  }

  .thumb, .padding-50 {
    height: 50px;
  }

  .padding-50.mod {
    height: 20px;
  }

  .hero-tools {
    font-size: 24px;
  }

  .hero-tools.bigger {
    font-size: 12vw;
    line-height: 14vw;
  }

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

  .heading4 {
    font-size: 7vw;
    line-height: 10vw;
  }
}

#w-node-_0b57a4bc-1ffe-70be-1e6d-5cdb3cce2a12-16187e3e, #w-node-_3acbbfd3-a3c5-85a2-9eef-edc02ff03022-16187e3e, #w-node-f186694f-cb3c-8f3a-e6ac-65306a503229-16187e3e, #w-node-_07f272b4-1428-6c35-92ae-266a00d16049-16187e3e, #w-node-d7bd61d3-9c54-4726-7b0c-4436a117d1f8-16187e3e, #w-node-_73a87406-fe82-1b5f-42bf-3c9ca700f989-16187e3e, #w-node-c0322995-6b89-640c-fc9b-3af2776086bb-f57f004e, #w-node-_10e66b59-43e4-9571-3924-f4d8498a0e39-e208972b, #w-node-_10e66b59-43e4-9571-3924-f4d8498a0e39-47e554b4, #w-node-_10c8d65b-135e-c9f9-aa1e-5a3aece66247-47e554b4, #w-node-_8a4d8433-e8a5-1748-c8c1-8fff8ffac9e6-d1ccc68e, #w-node-_208951b4-f7cd-caa8-bf4d-63916f032e45-4a41173d, #w-node-_266059aa-b179-52b5-1d0e-968d4bb30f3e-4a41173d, #w-node-b099ede6-48fd-d30c-db05-ddd51612e61b-4a41173d, #w-node-_208951b4-f7cd-caa8-bf4d-63916f032e45-977c9a2b, #w-node-_266059aa-b179-52b5-1d0e-968d4bb30f3e-977c9a2b, #w-node-b099ede6-48fd-d30c-db05-ddd51612e61b-977c9a2b, #w-node-_02891554-8208-1735-49af-22dcbd587906-977c9a2b, #w-node-_02891554-8208-1735-49af-22dcbd587907-977c9a2b, #w-node-_02891554-8208-1735-49af-22dcbd587908-977c9a2b, #w-node-d14243d3-d6d4-dc9e-dec5-9c6a77181574-977c9a2b, #w-node-d14243d3-d6d4-dc9e-dec5-9c6a77181575-977c9a2b, #w-node-d14243d3-d6d4-dc9e-dec5-9c6a77181576-977c9a2b, #w-node-d4e49b26-64db-fac1-e4e5-99a93c40ad4f-977c9a2b, #w-node-d4e49b26-64db-fac1-e4e5-99a93c40ad50-977c9a2b, #w-node-d4e49b26-64db-fac1-e4e5-99a93c40ad51-977c9a2b, #w-node-_208951b4-f7cd-caa8-bf4d-63916f032e45-b4294a6f, #w-node-_266059aa-b179-52b5-1d0e-968d4bb30f3e-b4294a6f, #w-node-b099ede6-48fd-d30c-db05-ddd51612e61b-b4294a6f, #w-node-_02891554-8208-1735-49af-22dcbd587906-b4294a6f, #w-node-_02891554-8208-1735-49af-22dcbd587907-b4294a6f, #w-node-_02891554-8208-1735-49af-22dcbd587908-b4294a6f, #w-node-d14243d3-d6d4-dc9e-dec5-9c6a77181574-b4294a6f, #w-node-d14243d3-d6d4-dc9e-dec5-9c6a77181576-b4294a6f, #w-node-d14243d3-d6d4-dc9e-dec5-9c6a77181575-b4294a6f, #w-node-_02891554-8208-1735-49af-22dcbd587906-d4b765fe, #w-node-_02891554-8208-1735-49af-22dcbd587907-d4b765fe, #w-node-_02891554-8208-1735-49af-22dcbd587908-d4b765fe, #w-node-_208951b4-f7cd-caa8-bf4d-63916f032e45-d4b765fe, #w-node-_266059aa-b179-52b5-1d0e-968d4bb30f3e-d4b765fe, #w-node-b099ede6-48fd-d30c-db05-ddd51612e61b-d4b765fe, #w-node-d14243d3-d6d4-dc9e-dec5-9c6a77181574-d4b765fe, #w-node-d14243d3-d6d4-dc9e-dec5-9c6a77181575-d4b765fe, #w-node-d14243d3-d6d4-dc9e-dec5-9c6a77181576-d4b765fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}