:root {
  --color-1: #171717;
  --color-4: #f7f9fb;
  --color-2: #ffcb05;
  --color-3: white;
}

.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;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

body {
  color: var(--color-1);
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.5;
}

h2 {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
}

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

.container {
  max-width: 1300px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.linia-100-footer {
  background-color: #ffffff26;
  min-height: 1px;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.div-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--color-4);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  margin-bottom: 2rem;
  display: grid;
}

.link {
  color: var(--color-4);
  font-size: .8rem;
  font-weight: 300;
  text-decoration: none;
  transition: all .3s;
}

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

.link.small-regulamin {
  color: #f7f9fb80;
  font-size: .7rem;
}

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

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

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

.faq-grid {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.faq-block {
  background-color: var(--color-4);
  padding: 1rem 2rem;
  text-decoration: none;
  transition: border-color .2s;
  box-shadow: 70px 23px 96px -32px #55557c14;
}

.faq-block:hover {
  border-color: #4f46e5;
}

.vertical-line {
  background-color: var(--color-2);
  width: 3px;
  height: 100%;
  max-height: 15px;
  position: absolute;
}

.faq-section {
  padding: 80px 3%;
}

.faq-heading {
  text-align: center;
  letter-spacing: -.03em;
  margin-top: 0;
  font-size: 48px;
  line-height: 56px;
}

.faq-question-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #0a071b;
  letter-spacing: -.02em;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.faq-paragraph {
  color: var(--color-4);
  letter-spacing: -.01em;
  margin-bottom: 0;
  padding-right: 70px;
  font-weight: 400;
  overflow: hidden;
}

.faq-container {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

.faq-subheading {
  color: #8c87a6;
  font-size: 18px;
  line-height: 32px;
}

.faq-title-wrap-centre {
  text-align: center;
  max-width: 660px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.horizontal-line {
  background-color: var(--color-2);
  width: 100%;
  max-width: 15px;
  height: 3px;
}

.faq-title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
}

.accordian-icon-wrapper {
  background-color: var(--color-1);
  color: var(--color-2);
  justify-content: center;
  align-items: center;
  width: 46px;
  min-width: 46px;
  max-width: 46px;
  height: 46px;
  min-height: 46px;
  max-height: 46px;
  display: flex;
  position: relative;
}

.paginacja-1 {
  height: 1rem;
  min-height: 1rem;
  max-height: 1rem;
  display: none;
}

.box-fax-footer {
  position: relative;
}

.img-easydrop-right {
  pointer-events: none;
  width: 100%;
  max-width: 320px;
  position: absolute;
  inset: auto 0% 19rem auto;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  height: 100svh;
}

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

.div-block-6 {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.color-yellow {
  color: var(--color-2);
}

.div-block-7 {
  background-image: url('../images/graf-form.png');
  background-position: 100% 0;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.section-form {
  height: 100svh;

}

.image-2 {
  width: 100%;
  max-width: 300px;
  position: absolute;
  inset: auto -1px -1px auto;
  z-index: 3;
}

.field-label {
  margin-bottom: 3px;
  font-size: .8rem;
  font-weight: 600;
}

.text-field {
  color: var(--color-1);
  background-color: #f7f9fb;
  border: 0 solid #000;
  min-height: 50px;
  margin-bottom: 0;
  font-weight: 600;
}

.text-field.big-pytanie {
  min-height: 120px;
}

.button-form {
  background-color: var(--color-2);
  color: var(--color-1);
  width: 100%;
  min-height: 55px;
  padding: 1rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 600;
  display: none;
}

.button-form.kalkulator {
  background-color: var(--color-1);
  color: var(--color-2);
  display: none;
}

.form-block {
  margin-top: 2rem;
  margin-bottom: 0;
}

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

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

.form {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  flex-flow: column;
  display: flex;
}

.div-block-16 {
  margin-top: 0;
  margin-bottom: 0;
}

.checkbox-field {
  color: #141919;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  font-size: .8rem;
  font-weight: 500;
  display: flex;
}

.checkbox-field.pdf-mail {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.checkbox {
  box-shadow: none;
  border: 1px solid #dee4ed;
  border-radius: 3px;
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  min-height: 20px;
  max-height: 20px;
  margin-top: 0;
  margin-right: .5rem;
}

.checkbox:hover, .checkbox:active {
  box-shadow: none;
  border-width: 1px;
  border-color: #dee4ed;
}

.checkbox.w--redirected-checked {
  border-width: 1px;
  border-color: var(--color-1);
  background-color: #141919;
  background-image: url('../images/check_v_form.svg');
  background-position: 50%;
  background-size: 10px;
}

.checkbox.w--redirected-focus, .checkbox.w--redirected-focus-visible {
  box-shadow: none;
  border-width: 1px;
  border-color: #dee4ed;
}

.checkbox-label {
  margin-bottom: 0;
  font-size: .6rem;
}

.checkbox-label.pdf-mail {
  font-size: .8rem;
  font-weight: 700;
}

.image-3 {
  width: 100%;
  max-width: 120px;
  position: absolute;
  inset: 2rem 2rem auto auto;
  z-index: 3;
}

.code-embed {
  background-color: var(--color-4);
}

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

.slider-video {
  background-color: #ddd0;
  max-width: 350px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.slide-nav {
  display: none;
}

.mask-video {
  height: auto;
  overflow: visible;
}

.slide {
  margin-right: 3rem;
}

.play-button {
  border: 1px solid var(--color-2);
  width: 100%;
  height: 100%;
}

.right-arrow {
  background-color: var(--color-2);
  color: var(--color-1);
  justify-content: center;
  align-items: center;
  width: 56px;
  min-height: 50px;
  max-height: 50px;
  transition: all .3s;
  display: flex;
  right: -28px;
}

.right-arrow:hover {
  background-color: var(--color-1);
  color: var(--color-2);
}

.left-arrow {
  background-color: var(--color-2);
  color: var(--color-1);
  justify-content: center;
  align-items: center;
  width: 55px;
  min-height: 50px;
  max-height: 50px;
  transition: all .3s;
  display: flex;
  left: -28px;
}

.left-arrow:hover {
  background-color: var(--color-1);
  color: var(--color-2);
}

.play-pause-button {
  inset: 0%;
}

.pause-state {
  border: 1px solid var(--color-2);
  background-color: var(--color-4);
  border-radius: 1000000px;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  min-height: 60px;
  max-height: 60px;
  margin: auto;
  display: flex;
}

.image-4 {
  width: 20px;
  max-width: 20px;
  margin-left: 4px;
}

.code-embed-2 {
  justify-content: center;
  align-items: center;
  max-height: 12px;
  display: flex;
}

.section-gwarancja {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

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

.image-5 {
  width: 100px;
}

.image-7 {
  z-index: 1;
  width: 100%;
  max-width: 600px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.section-przerywnik-easydrop {
  position: relative;
  overflow: hidden;
}

.div-block-18 {
  background-color: var(--color-4);
  min-height: 100px;
  position: absolute;
  inset: 0% 0% auto;
}

.image-8 {
  width: 100%;
  max-width: 240px;
  position: absolute;
  inset: 100px 0% auto auto;
}

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

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

.swiper-slide {
  background-color: #f7f9fb00;
  width: 100%;
  max-width: 550px;
  margin-right: 0;
}

.slide-3 {
  max-width: 650px;
  margin-right: 2rem;
}

.maska-dlaczego-warto {
  height: auto;
  overflow: visible;
}

.slider-dlaczego-warto {
  background-color: var(--color-4);
  width: auto;
  max-width: 650px;
  height: auto;
  padding-left: 2rem;
  display: none;
}

.graf-slide-baza {
  background-image: url('../images/slider-img-1.avif');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  min-height: 400px;
  padding-bottom: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.graf-slide-baza.slide-2-graf {
  background-image: url('../images/odplyw-wody.avif');
  padding-bottom: 0;
  padding-right: 0;
}

.graf-slide-baza.slide-3-graf {
  background-image: url('../images/amortyzacja.avif');
  background-position: 50% 0;
  padding-bottom: 0;
  padding-right: 0;
}

.graf-slide-baza.slide-4-graf {
  padding-bottom: 0;
  padding-right: 0;
}

.image-9 {
  width: 100%;
  max-width: 180px;
}

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

.div-block-20.dwa {
  width: 650px;
  max-width: 650px;
}

.text-block-2 {
  font-size: 1.1rem;
  font-weight: 600;
}

.text-block-3 {
  max-width: 90%;
}

.image-10 {
  width: 100%;
  max-width: 160px;
}

.box-slide-dlaczego {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1300px;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.left-arrow-slide-dlaczego {
  background-color: var(--color-2);
  color: var(--color-1);
  justify-content: center;
  align-items: center;
  width: 55px;
  min-height: 50px;
  max-height: 50px;
  transition: all .3s;
  display: none;
  left: -28px;
}

.left-arrow-slide-dlaczego:hover {
  background-color: var(--color-1);
  color: var(--color-2);
}

.right-arrow-slide-dlaczego {
  background-color: var(--color-2);
  color: var(--color-1);
  justify-content: center;
  align-items: center;
  width: 56px;
  min-height: 50px;
  max-height: 50px;
  transition: all .3s;
  display: none;
  right: -28px;
}

.right-arrow-slide-dlaczego:hover {
  background-color: var(--color-1);
  color: var(--color-2);
}

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

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

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

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

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

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

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

.c-slider-btn {
  background-color: var(--color-2);
  cursor: pointer;
  margin-left: 0;
  margin-right: 0;
  transition: all .3s;
}

.c-slider-btn:hover {
  background-color: var(--color-1);
  color: var(--color-2);
}

.c-slider-btn.right {
  background-color: var(--color-2);
  margin-left: 0;
  margin-right: 0;
  transition: all .3s;
}

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

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

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

.code-embed-3, .code-embed-4 {
  width: 100%;
}

.c-slider-btn-left {
  background-color: var(--color-2);
  cursor: pointer;
  margin-left: 0;
  margin-right: 0;
  transition: all .3s;
}

.c-slider-btn-left:hover {
  background-color: var(--color-1);
  color: var(--color-2);
}

.c-slider-btn-left.right {
  background-color: var(--color-2);
  margin-left: 0;
  margin-right: 0;
}

.text-block-4 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-21 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  max-width: 1024px;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-22 {
  background-color: var(--color-4);
}

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

.div-block-24 {
  background-color: var(--color-4);
}

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

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

.div-block-26 {
  background-color: var(--color-2);
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  display: flex;
}

.div-block-27 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.2rem;
  display: flex;
}

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

.div-block-28 {
  border-bottom: 1px solid #1717171a;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.div-block-28.box-wydatki {
  border-bottom-width: 0;
}

.txt-cena-right {
  font-weight: 700;
}

.tekst-left-fachowiec {
  color: #5b697e;
  margin-bottom: .5rem;
  font-weight: 600;
}

.tekst-left-fachowiec.black-easydrop {
  color: var(--color-1);
}

.div-block-29 {
  min-height: 2rem;
}

.box-podsumowanie {
  border-top: 1px solid #1717171a;
  border-bottom: 0 solid #1717171a;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
  padding-top: .7rem;
  padding-bottom: .7rem;
  display: flex;
}

.box-podsumowanie.box-wydatki {
  border-bottom-width: 0;
}

.ttxt-laczna-wycena {
  color: var(--color-1);
  font-size: 1.2rem;
  font-weight: 600;
}

.txt-cena-right-laczna {
  font-size: 1.4rem;
  font-weight: 700;
}

.div-block-30 {
  background-color: var(--color-2);
}

.image-12 {
  min-height: 40px;
}

.obrzeza-checkbox {
  color: #141919;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: .8rem;
  font-weight: 500;
  display: flex;
}

.check-oobrzeza {
  border: 0px solid var(--color-1);
  background-color: var(--color-3);
  box-shadow: none;
  border-radius: 0;
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  min-height: 30px;
  max-height: 30px;
  margin-top: 0;
  margin-right: .5rem;
}

.check-oobrzeza:hover, .check-oobrzeza:active {
  border-width: 0;
  border-color: var(--color-1);
  box-shadow: none;
}

.check-oobrzeza.w--redirected-checked {
  border-width: 0;
  border-color: var(--color-1);
  background-color: #141919;
  background-image: url('../images/check_v_form.svg');
  background-position: 50%;
  background-size: 10px;
}

.check-oobrzeza.w--redirected-focus, .check-oobrzeza.w--redirected-focus-visible {
  border-width: 0;
  border-color: var(--color-1);
  box-shadow: none;
}

.label-obrzeza {
  margin-bottom: 0;
  font-size: .9rem;
  font-weight: 600;
}

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

.code-embed-5, .div-block-33, .code-embed-6 {
  display: none;
}

.section-gwarancja-copy {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.tab {
  background-color: #eff3f8;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  font-weight: 600;
  display: inline-flex;
}

.tab.w--current {
  background-color: var(--color-2);
  font-weight: 600;
}

.tabs-menu {
  justify-content: flex-end;
  align-items: center;
  margin-top: -25px;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.tab-pane-tab-1 {
  padding: 1rem;
}

.button-kalkulator-plus-minus {
  color: var(--color-1);
  background-color: #eff3f8;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  min-height: 60px;
  max-height: 60px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  transition: all .3s;
  display: flex;
}

.button-kalkulator-plus-minus:hover {
  background-color: var(--color-1);
  color: var(--color-2);
}

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

.text-field-2 {
  color: var(--color-1);
  text-align: center;
  border: 0 solid #000;
  border-radius: 6px;
  flex: 1;
  width: 100%;
  min-height: 60px;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 600;
}

.text-field-2::placeholder {
  color: var(--color-1);
}

.form-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr minmax(140px, 140px);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: end stretch;
  margin-top: 1rem;
  display: grid;
}

.form-2.metraz {
  grid-template-columns: 1fr minmax(140px, 140px);
}

.div-block-35 {
  flex: none;
}

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

.tab-pane-tab-2 {
  padding: 1rem;
}

.section-jak-to-dziala {
  border-top: 1px solid #1717171a;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

.div-block-38 {
  border: 1px solid #000;
  border-radius: 10000px;
  justify-content: center;
  align-items: center;
  width: 70px;
  min-width: 70px;
  max-width: 70px;
  height: 70px;
  min-height: 70px;
  max-height: 70px;
  padding: 4px;
  display: none;
}

.div-block-39 {
  border: 3px solid var(--color-2);
  border-radius: 10000px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.lightbox-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--color-1);
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.div-block-40 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(1rem, 1rem) 1fr minmax(1rem, 1rem) 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  display: flex;
}

.image-14 {
  width: 140px;
}

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

.krok-oval {
  z-index: 1;
  border: 1px solid var(--color-2);
  background-color: var(--color-3);
  color: var(--color-3);
  border-radius: 10000px;
  justify-content: center;
  align-items: center;
  width: 70px;
  min-width: 70px;
  max-width: 70px;
  height: 70px;
  min-height: 70px;
  max-height: 70px;
  padding-top: 5px;
  display: flex;
  position: relative;
}

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

.text-block-6 {
  z-index: 2;
  font-weight: 600;
  position: relative;
}

.div-block-43 {
  background-color: #1717171a;
  width: 100%;
  max-width: 50%;
  min-height: 1px;
  margin-left: auto;
  margin-right: 0;
}

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

.div-block-44 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-height: 70px;
  display: flex;
  position: absolute;
}

.div-block-45 {
  width: 1rem;
  max-width: 1rem;
  position: relative;
}

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

.div-block-47 {
  border: 1px solid var(--color-2);
  background-color: var(--color-3);
  position: relative;
  overflow: hidden;
}

.div-block-48 {
  filter: blur(100px);
  background-color: #ffcb03;
  border-radius: 100000px;
  width: 150px;
  min-width: 150px;
  max-width: 150px;
  height: 150px;
  min-height: 150px;
  max-height: 150px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% -150px;
}

.div-block-49 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  padding: 1rem;
  display: flex;
}

.text-block-7 {
  font-size: 1.2rem;
  font-weight: 700;
}

.text-block-8 {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

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

.section_header {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.linia-1a {
  background-color: #1717171a;
  width: 100%;
  max-width: 50%;
  min-height: 2px;
  margin-left: auto;
  margin-right: 0;
}

.linia-1a._100 {
  max-width: 100%;
}

.linia-1a.left {
  margin-left: 0;
  margin-right: auto;
}

.linia-1b {
  background-color: #1717171a;
  width: 100%;
  max-width: 50%;
  min-height: 1px;
  margin-left: auto;
  margin-right: 0;
}

.linia-1b._100 {
  max-width: 100%;
  min-height: 2px;
}

.linia-1b.left {
  margin-left: 0;
  margin-right: auto;
}

.linia-1c {
  background-color: #1717171a;
  width: 100%;
  max-width: 50%;
  min-height: 1px;
  margin-left: auto;
  margin-right: 0;
}

.linia-1c._100 {
  min-height: 2px;
}

.linia-1c.left {
  margin-left: 0;
  margin-right: auto;
}

.linia-2a {
  background-color: #1717171a;
  width: 100%;
  max-width: 50%;
  min-height: 1px;
  margin-left: auto;
  margin-right: 0;
}

.linia-2a.left {
  min-height: 2px;
  margin-left: 0;
  margin-right: auto;
}

.linia-2b {
  background-color: #1717171a;
  width: 100%;
  max-width: 50%;
  min-height: 1px;
  margin-left: auto;
  margin-right: 0;
}

.linia-2b._100 {
  max-width: 100%;
  min-height: 2px;
}

.linia-2b.left {
  margin-left: 0;
  margin-right: auto;
}

.linia-2c {
  background-color: #1717171a;
  width: 100%;
  max-width: 50%;
  min-height: 1px;
  margin-left: auto;
  margin-right: 0;
}

.linia-2c.left {
  min-height: 2px;
  margin-left: 0;
  margin-right: auto;
}

.navbar {
  z-index: 199;
  background-color: #fff;
  border-bottom: 1px solid #1717171a;
  padding-top: .4rem;
  padding-bottom: .4rem;
  position: sticky;
  inset: 0% 0% auto;
}

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

.link-block {
  background-color: var(--color-2);
  color: var(--color-1);
  text-decoration: none;
}

.cta-menu {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--color-2);
  color: var(--color-1);
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: .7rem 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.cta-menu:hover {
  background-color: var(--color-1);
  color: var(--color-2);
}

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

.nav-link {
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: .7rem .4rem;
  font-weight: 500;
  transition: color .3s;
  display: flex;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--color-2);
}

.cta-menu-rwd {
  background-color: var(--color-2);
  color: var(--color-1);
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: .7rem 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: none;
}

.cta-menu-rwd:hover {
  background-color: var(--color-1);
  color: var(--color-2);
}

.grid-3 {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  position: relative;
}

.box-header {
  background-color: #fff;
  padding: 1rem;
}

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

.box-header-wrapper {
  background-color: #dbdbdb;
  width: 100%;
  max-width: 530px;
  padding: 1px;
}

.div-block-54 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 650px;
  padding: 4rem 2rem;
  display: flex;
}

.heading {
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  overflow: hidden;
}

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

.div-block-56 {
  max-width: 530px;
}

.div-block-57 {
  background-image: url('../images/bg-img-header.webp');
  background-position: 100% 100%;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 60%;
  height: 100%;
  margin-left: auto;
  display: flex;
  overflow: hidden;
}

.image-16 {
  position: relative;
  bottom: -1%;
  left: -1%;
}

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

.div-block-59 {
  max-width: 75%;
  margin-top: 1rem;
  padding-top: 4rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-17 {
  max-height: 60px;
}

.div-block-60 {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--color-3);
  justify-content: center;
  align-items: center;
  max-width: 85%;
  margin-top: -2rem;
  padding-top: 0;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
}

.image-18 {
  max-height: 30px;
}

.image-19 {
  z-index: 1;
  position: relative;
}

.box-bialy {
  background-color: var(--color-3);
  width: 85%;
  height: 100%;
  margin-left: 0;
  margin-right: auto;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.box-graf-rwd-header {
  display: none;
}

.image-20 {
  width: 100%;
  max-width: 60%;
  display: block;
  position: absolute;
  inset: auto 0% -10%;
}

.section {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

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

.code-embed-8 {
  margin-bottom: 0;
}

.cta-kalkulator-oblicz {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--color-2);
  color: var(--color-1);
  justify-content: center;
  align-items: center;
  min-height: 60px;
  padding: .7rem 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.cta-kalkulator-oblicz:hover {
  background-color: var(--color-1);
  color: var(--color-2);
}

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

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 5px;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
}

.button.is-filled {
  color: #fcfcfc;
  background-color: #171d1e;
  border: 1px #000;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.button.is-filled.with-icon {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  background-color: var(--color-2);
  color: var(--color-1);
  border-width: 1px;
  border-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: .7rem 1rem;
  font-size: .9rem;
  font-weight: 500;
  display: flex;
  overflow: hidden;
}

.button.is-filled.with-icon._w-kalkulator, .button.is-filled.with-icon._w-kalkulator.w--current {
  min-height: 60px;
}

.button.is-filled.with-icon._w-form-cta {
  min-height: 60px;
  font-size: 1rem;
  font-weight: 600;
}

.button.is-filled.with-icon._w-form-cta.w--current {
  min-height: 60px;
}

.button.is-filled.with-icon._w-do-sklepu {
  background-color: var(--color-1);
  color: var(--color-2);
  min-height: 60px;
}

.button.is-filled.with-icon._w-do-sklepu.w--current {
  min-height: 60px;
}

.btn_fourth-bg {
  background-color: var(--color-1);
  position: absolute;
  inset: auto 0% 0%;
}

.btn_fourth-bg._w-kalkulator {
  background-color: var(--color-4);
}

.button_arrow-block {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.button_arrow-block.is-second {
  background-color: #fcfcfc00;
  border-radius: 3px;
  padding-top: 0;
  overflow: hidden;
}

.btn_fourth-text {
  z-index: 3;
  position: relative;
}

.button_arrow-active {
  opacity: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.button_arrow-active.is-2 {
  inset: 0%;
}

.ed-layer-color-logos {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.ed-container {
  max-width: 1300px;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.ed-layer-color {
  position: relative; /* Wymagane, aby wideo trzymało się w tym divie */
    overflow: hidden; /* Zapobiega wychodzeniu wideo poza krawędzie */
    /* Usuń poniższe (lub zostaw background-color jako tło zastępcze zanim wideo się załaduje) */
    /* background-image: url(../images/Widok-rozwiazanie.avif); */
    /* background-position: 100%; */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
}

.img-1-dzien {
  width: 70px;
  max-width: 70px;
  margin-left: auto;
}

.ed-point {
  top: 14rem;
  left: 3rem;
}

.ed-point.is-active {
  top: 8rem;
  left: 4rem;
}

.ed-point.ed-point-right {
  inset: 4rem 12rem auto auto;
}

.ed-point.ed-point-right.ed-point-bottom {
  inset: auto 6rem 4rem auto;
}

.ed-point.ed-point-bottom {
  inset: auto auto 6rem 10rem;
}

.ed-point-tag.ed-tag-color, .ed-point-tag.ed-tag-gray, .ed-point-box {
  font-weight: 400;
}

.ed-layer-gray {
  position: relative; /* Wymagane, aby wideo trzymało się w tym divie */
    overflow: hidden; /* Zapobiega wychodzeniu wideo poza krawędzie */
    /* Usuń poniższe (lub zostaw background-color jako tło zastępcze zanim wideo się załaduje) */
    /* background-image: url(../images/Widok-rozwiazanie.avif); */
    /* background-position: 100%; */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
}

.div-video {
  color: var(--color-2);
  background-image: linear-gradient(#00000080, #00000080), url('../images/kalk-img-2.avif');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 70px;
  padding: 1rem 2rem;
  display: flex;
}

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

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

.popup-sklep {
  z-index: 200;
  background-color: #171717e6;
  width: 100svw;
  height: 100svh;
  padding: 4rem 2rem 2rem;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.div-block-64 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--color-3);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.text-block-12 {
  font-size: 2rem;
  font-weight: 800;
}

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

.div-block-66 {
  padding: 2rem;
  position: relative;
}

.link-2 {
  color: var(--color-1);
  text-align: center;
  padding-top: .5rem;
}

.div-block-67 {
  background-image: url('../images/Widok-rozwiazanie.avif');
  background-position: 70% 100%;
  background-size: cover;
}

.close_popup {
  background-color: var(--color-2);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  display: flex;
  position: absolute;
  inset: -20px 20px auto auto;
}

.text-block-13 {
  max-width: 380px;
  margin-top: 1rem;
}

@media screen and (max-width: 991px) {
  .container.kalkulator {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .faq-title {
    font-size: .9rem;
  }

  .grid {
    height: auto;
  }

  .div-block-7 {
    background-position: 0 100%;
  }

  .section-form {
    height: auto;
    max-height: none;
  }

  .image-2 {
    width: 100%;
    max-width: 200px;

  }

  .text-field {
    font-size: 1.1rem;
  }

  .button-form.kalkulator {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-8 {
    max-width: 200px;
  }

  .div-block-21 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .div-block-23 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 50vw 50vw;
  }

  .div-block-24 {
    width: 100%;
    max-width: 50vw;
  }

  .div-block-25 {
    padding: 1rem 0;
  }

  .div-block-25.rwd-tabela {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-27 {
    justify-content: center;
    align-items: center;
    min-height: 40px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-27.w1 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .div-block-28 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .tekst-left-fachowiec {
    display: block;
  }

  .tekst-left-fachowiec.pokaz-rwd {
    text-align: center;
    font-size: .8rem;
    display: block;
  }

  .box-podsumowanie {
    justify-content: center;
    align-items: center;
  }

  .ttxt-laczna-wycena {
    display: none;
  }

  .ttxt-laczna-wycena.pokaz-rwd {
    font-size: .8rem;
    display: block;
  }

  .txt-cena-right-laczna {
    font-size: 2rem;
  }

  .div-block-30 {
    width: 100%;
    max-width: 50vw;
  }

  .image-12 {
    min-height: 0;
  }

  .div-block-31 {
    justify-content: center;
    align-items: center;
  }

  .div-block-32 {
    min-height: 40px;
  }

  .div-block-33 {
    display: block;
  }

  .section-gwarancja-copy {
    overflow: hidden;
  }

  .nav-menu {
    background-color: var(--color-1);
  }

  .nav-link {
    color: var(--color-4);
  }

  .menu {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: 50px;
    max-height: 50px;
    padding: 0;
    font-size: .9rem;
    display: inline-flex;
  }

  .menu.w--open {
    background-color: var(--color-1);
    color: var(--color-2);
  }

  .image-15 {
    width: 100%;
    max-width: 80%;
  }

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

  .link-block-2 {
    background-color: var(--color-2);
  }

  .cta-menu-rwd {
    color: var(--color-1);
    min-height: 50px;
    display: flex;
  }

  .cta-menu-rwd:hover {
    color: var(--color-2);
  }

  .code-embed-7 {
    max-width: 24px;
    max-height: 24px;
  }

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

  .div-block-54 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .image-17 {
    max-height: 40px;
  }

  .div-block-60 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 0;
  }

  .image-18 {
    max-height: 20px;
  }

  .image-20 {
    bottom: -5%;
  }

  .button {
    background-color: var(--color-2);
    color: var(--color-1);
    border-radius: 0;
    min-height: 50px;
    padding: .7rem 1rem;
    text-decoration: none;
  }

  .button.is-filled.with-icon {
    border-radius: 0;
  }

  .button.is-filled.with-icon._w-do-sklepu.w--current {
    margin-left: auto;
    margin-right: auto;
    display: inline-flex;
  }

  .btn_fourth-bg {
    background-color: var(--color-1);
  }

  .button_arrow-block.is-second {
    background-color: #fcfcfc00;
    padding: 0;
  }

  .button_arrow-active.is-2 {
    position: absolute;
    inset: 0%;
  }

  .ed-container {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-9 {
    justify-content: center;
    align-items: center;
    min-height: 50px;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

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

  .button-show-popup {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .section-faq {
    padding-top: 2rem;
  }

  .img-easydrop-right {
    max-width: 220px;
    bottom: 22rem;
  }

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

  .div-block-7 {
    background-position: 0 100%;
    min-height: 450px;
  }

  .section-form {
    height: auto;
    max-height: none;
  }

  .image-2 {
    width: 100%;
    max-width: 200px;
  }

  .div-block-8 {
    flex-flow: column;
  }

  .image-3 {
    top: 2rem;
    right: 2rem;
  }

  .slider-video {
    max-width: 320px;
  }

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

  .div-block-17 {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-5 {
    width: 80px;
  }

  .image-7 {
    width: 90%;
  }

  .image-8 {
    max-width: 160px;
  }

  .slider-dlaczego-warto {
    padding-right: 2rem;
  }

  .graf-slide-baza {
    min-height: 350px;
  }

  .label-obrzeza {
    font-size: .7rem;
  }

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

  .div-block-37 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .krok-oval {
    width: 50px;
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    min-height: 50px;
    max-height: 50px;
  }

  .krok-oval.krok-1 {
    min-height: 50px;
  }

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

  .text-block-6 {
    background-color: var(--color-3);
  }

  .div-block-43 {
    flex: 1;
    width: 1px;
    max-width: 1px;
    height: 100%;
    min-height: 100%;
    margin-right: auto;
  }

  .div-block-44 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    min-height: 100%;
    display: none;
  }

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

  .div-block-46 {
    grid-template-columns: 1fr;
  }

  .div-block-49 {
    padding: 1rem;
  }

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

  .linia-1a {
    flex: 1;
    width: 2px;
    max-width: 2px;
    height: 100%;
    min-height: 100%;
    margin-right: auto;
  }

  .linia-1b, .linia-1c {
    flex: 1;
    width: 1px;
    max-width: 1px;
    height: 100%;
    min-height: 100%;
    margin-right: auto;
  }

  .linia-1c._100 {
    width: 2px;
    max-width: 2px;
  }

  .linia-2a {
    flex: 1;
    width: 1px;
    max-width: 1px;
    height: 100%;
    min-height: 100%;
    margin-right: auto;
  }

  .linia-2a.left {
    width: 2px;
    max-width: 2px;
    margin-left: auto;
  }

  .linia-2b, .linia-2c {
    flex: 1;
    width: 1px;
    max-width: 1px;
    height: 100%;
    min-height: 100%;
    margin-right: auto;
  }

  .linia-2c.left {
    width: 2px;
    max-width: 2px;
    margin-left: auto;
  }

  .brand {
    padding-left: 0;
  }

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

  .div-block-54 {
    padding-top: 2rem;
    padding-bottom: 0;
  }

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

  .div-block-59 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    position: relative;
  }

  .div-block-60 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    max-width: 100%;
    padding-top: .5rem;
  }

  .image-19 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .box-bialy {
    display: none;
  }

  .box-graf-rwd-header {
    background-image: url('../images/bg-img-header.avif');
    background-position: 50%;
    background-size: cover;
    min-height: 200px;
    margin-top: -75px;
    display: block;
  }

  .div-block-61, .code-embed-8 {
    display: none;
  }

  .ed-layer-color {
    background-position: 70%;
  }

  .ed-layer-gray {
    background-position: 20%;
  }

  .image-10 {
    max-width: 140px;
  }

  .div-block-64 {
    grid-template-columns: 1fr;
  }

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

  /* punkty */
.ed-point {
    top: 14rem;
    left: 3rem;
}

.ed-point.ed-point-right {
    inset: 18rem 8rem auto auto;
}

.ed-point.ed-point-bottom {
    inset: auto auto 3rem 10rem;
}

.ed-point.ed-point-right.ed-point-bottom {
    inset: auto 3rem 4rem auto;
}

}

@media screen and (max-width: 479px) {






  body {
    font-size: .8rem;
  }

  h2 {
    font-size: 1.6rem;
  }

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

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

  .faq-block {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .vertical-line {
    width: 3px;
    max-height: 13px;
  }

  .faq-question-wrapper {
    justify-content: space-between;
    align-items: flex-start;
  }

  .faq-paragraph {
    padding-right: 0;
  }

  .horizontal-line {
    max-width: 12px;
    height: 3px;
  }

  .faq-title {
    margin-top: 0;
  }

  .accordian-icon-wrapper {
    width: 34px;
    min-width: 34px;
    max-width: 34px;
    height: 34px;
    min-height: 34px;
    max-height: 34px;
  }

  .img-easydrop-right {
    max-width: 140px;
    bottom: 40rem;
  }

  .image-2 {
    max-width: 140px;
  }

  .button-form.kalkulator {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .9rem;
  }

  .div-block-16 {
    margin-bottom: 0;
  }

  .image-6 {
    max-width: 90%;
  }

  .div-block-18 {
    min-height: 40px;
  }

  .image-8 {
    max-width: 140px;
    top: 40px;
  }

  .graf-slide-baza {
    min-height: 300px;
  }

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

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

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

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

  .div-block-21 {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-25 {
    padding: 1rem 0;
  }

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

  .div-block-26 {
    width: 24px;
    min-width: 24px;
    max-width: 24px;
    height: 24px;
    min-height: 24px;
    max-height: 24px;
  }

  .div-block-27 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: center;
    align-items: center;
    max-height: 24px;
  }

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

  .div-block-28 {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    justify-content: center;
    align-items: center;
    min-height: 50px;
    padding: .5rem;
  }

  .div-block-28.box-wydatki {
    text-align: center;
    justify-content: center;
    align-items: center;
    min-height: 60px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-28.pokaz-rwd {
    justify-content: flex-start;
    align-items: center;
  }

  .txt-cena-right {
    font-size: 1rem;
  }

  .tekst-left-fachowiec {
    font-size: .7rem;
    font-weight: 500;
  }

  .tekst-left-fachowiec.pokaz-rwd {
    text-align: left;
    font-size: .6rem;
  }

  .div-block-29 {
    min-height: 1rem;
  }

  .box-podsumowanie {
    justify-content: center;
    align-items: center;
  }

  .box-podsumowanie.pokaz-rwd {
    justify-content: flex-start;
    align-items: center;
    padding-left: .5rem;
  }

  .ttxt-laczna-wycena.pokaz-rwd {
    text-align: left;
  }

  .image-12 {
    width: 120px;
    min-height: 24px;
    margin-left: auto;
    margin-right: auto;
  }

  .check-oobrzeza {
    width: 20px;
    min-width: 20px;
    max-width: 20px;
    height: 20px;
    min-height: 20px;
    max-height: 20px;
    margin-right: .2rem;
  }

  .div-block-31 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: center;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-32 {
    min-height: 24px;
  }

  .image-13 {
    width: 14px;
    max-width: 70%;
  }

  .button-kalkulator-plus-minus {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
  }

  .text-field-2 {
    min-height: 40px;
  }

  .form-2.metraz {
    grid-column-gap: 1rem;
    grid-template-columns: 1fr;
  }

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

  .box-header {
    padding: .5rem;
  }

  .div-block-54 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 1rem;
  }

  .image-19 {
    max-width: 90%;
  }

  .box-graf-rwd-header {
    min-height: 160px;
  }

  .image-20 {
    max-width: 80%;
    display: none;
  }

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

  .cta-kalkulator-oblicz, .button.is-filled.with-icon._w-kalkulator.w--current, .button.is-filled.with-icon._w-form-cta.w--current, .button.is-filled.with-icon._w-do-sklepu.w--current {
    min-height: 40px;
  }

  .ed-layer-color {
    background-position: 50%;
  }

  .ed-layer-gray {
    background-position: 20%;
  }

  .image-10 {
    max-width: 100px;
  }

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

  .div-block-66 {
    padding: 1.5rem 1rem 1rem;
  }

  .image-21 {
    width: 45px;
  }








}

#w-node-c45679ca-7533-93ac-dd5b-93c2e9e42e72-0d36f270 {
  justify-self: end;
}

#kontakt.w-node-c0575c3d-86de-a3fc-131b-c03f4c1d1ee0-0d36f270 {
  align-self: stretch;
}


