.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-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

.navbar {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000000e6;
  position: fixed;
  inset: 0% 0% auto;
}

.navlink {
  color: #fff;
  text-transform: uppercase;
  font-family: Istok Web, sans-serif;
  font-weight: 400;
  transition: color .2s, background-color .2s;
}

.navlink:hover {
  background-color: #383838;
}

.navlink.w--current {
  color: #dd9b9b;
}

.logo-el-wir {
  margin-top: 2px;
}

.hero-section {
  margin-top: -1px;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/hero-down-image-darken-2.webp');
  background-position: 50%;
  background-size: cover;
  grid-template-rows: 60vh 10vh 25vh;
  grid-template-columns: 1fr;
  margin-top: 59px;
}

.hero-heading {
  color: #fff;
  text-align: center;
  text-shadow: 20px 20px 20px #000, 30px 30px 40px #000000f5;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 70px;
  font-weight: 300;
  line-height: 80px;
}

.cta-dark-button {
  text-align: center;
  text-transform: uppercase;
  background-color: #902913;
  border-radius: 5px;
  align-self: center;
  margin-bottom: 78px;
  padding: 15px 35px;
  font-family: Istok Web, sans-serif;
  font-size: 18px;
  font-weight: 400;
  box-shadow: 0 2px 10px #000000e6;
}

.cta-dark-button:hover {
  background-color: #942d18;
  box-shadow: 8px 12px 15px #000000e6;
}

.cta-dark-button:active {
  background-color: #77200e;
}

.cta-dark-button.lower-section-margin {
  margin-bottom: 170px;
}

.cta-dark-button.lower-section-margin.mobile-long {
  transition: box-shadow .2s cubic-bezier(.455, .03, .515, .955);
}

.cta-dark-button.margin-up {
  display: none;
}

.cta-dark-button.less-margin {
  transition: box-shadow .2s cubic-bezier(.455, .03, .515, .955);
}

.flex-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.package-icon {
  text-align: center;
  width: 5vw;
  margin-left: 20px;
  margin-right: 20px;
}

.h2-hero {
  text-align: center;
  white-space: nowrap;
  word-break: keep-all;
  align-self: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 30px;
  font-weight: 300;
}

.moja-oferta-section {
  color: #333;
}

.all-h2 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 4em;
  font-weight: 200;
}

.all-h2.h3 {
  margin-top: 150px;
  margin-bottom: 10px;
  font-size: 2.5em;
  font-weight: 300;
}

.all-h2.margin-up-section {
  margin-top: 120px;
}

.all-h2.margin-up-section.white {
  text-shadow: 5px 5px 11px #000;
  margin-top: 120px;
}

.all-h2.margin-up-section.space-wirniki {
  line-height: 65px;
}

.all-h2.white {
  color: #fff;
}

.all-h2.margin-a-littleup {
  margin-top: 120px;
}

.black-line {
  background-color: #000;
  height: 1.5px;
}

.black-line.on-dark {
  background-color: #fff;
}

.black-line.small {
  width: 20vw;
  height: 1px;
  margin-top: -41px;
  margin-bottom: 46px;
}

.container {
  text-align: center;
  margin-top: auto;
}

.all-paragraphs {
  color: #1a1a1a;
  text-align: center;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}

.all-paragraphs.margin-up {
  margin-top: 0;
}

.all-paragraphs.margin-up.less {
  margin-top: 30px;
  margin-bottom: 60px;
}

.all-paragraphs.bold {
  text-align: center;
  margin-bottom: 60px;
  font-weight: 500;
  line-height: 35px;
}

.all-paragraphs.bold.black-background {
  margin-top: 60px;
}

.all-paragraphs.bold.margin-less {
  margin-bottom: 7px;
}

.all-paragraphs.on-dark {
  color: #fff;
  text-shadow: 0 1px 20px #000;
  margin-top: -17px;
  margin-bottom: 55px;
}

.all-paragraphs.on-dark.margin-up {
  margin-top: 55px;
  margin-bottom: 50px;
}

.all-paragraphs.on-dark.more-shadow {
  text-shadow: 0 -2px #000, 6px 12px 13px #000, 0 1px 20px #000;
}

.all-paragraphs.on-dark.footer {
  color: #eee;
  text-align: right;
  text-transform: uppercase;
  align-self: flex-end;
  margin-top: 40px;
  margin-bottom: auto;
  font-family: Istok Web, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: none;
}

.all-paragraphs.on-dark.footer.secon {
  display: block;
}

.all-paragraphs.less-margin {
  margin-bottom: 35px;
}

.all-paragraphs.lower {
  margin-top: 17px;
}

.all-paragraphs.in-faq {
  margin-top: -9px;
  margin-bottom: 75px;
}

.all-paragraphs.diffrent-margin {
  margin-bottom: 75px;
}

.all-paragraphs.business-card {
  margin-bottom: 46px;
  font-size: 30px;
  line-height: 40px;
}

.all-paragraphs.business-card.space {
  text-decoration: none;
}

.all-paragraphs.middle {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 0;
}

.all-paragraphs.wirniki {
  margin-bottom: 35px;
}

.body {
  background-color: #f9f9f9;
}

.header-wrapper {
  z-index: 10;
  margin-bottom: 80px;
}

.content-wrapper {
  z-index: 1;
  flex-flow: column;
  margin-bottom: 80px;
  display: flex;
}

.gallery-grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 90px;
}

.gallery-grid.bottom-one {
  grid-template-rows: auto;
}

.gallery-grid.bottom-one.wirniki {
  margin-bottom: 16px;
}

.gallery-grid.bottom-one.margin-up {
  margin-top: 60px;
}

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

.gallery-images {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.gallery-images.centered {
  object-fit: cover;
  object-position: 50% 40%;
}

.button-normal {
  text-align: center;
  text-transform: uppercase;
  background-color: #902913;
  border-radius: 5px;
  align-self: center;
  width: auto;
  padding: 15px 35px;
  font-family: Istok Web, sans-serif;
  font-size: 18px;
  transition: box-shadow .2s cubic-bezier(.455, .03, .515, .955);
}

.button-normal:hover {
  background-color: #942d18;
  box-shadow: 7px 7px 5px #00000082;
}

.button-normal:active {
  background-color: #77200e;
}

.button-normal.middle {
  vertical-align: baseline;
}

.cennik-section {
  background-image: url('../images/wirniki-do-cennika.webp');
  background-position: 50%;
  background-size: auto;
}

.white-card {
  background-color: #fff;
  flex-flow: column;
  align-items: stretch;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.pin {
  height: 12vh;
  max-height: 13%;
  margin-top: -60px;
  position: static;
}

.flex-block-3 {
  justify-content: space-between;
  align-items: flex-start;
}

.white-card-text-wrapper {
  margin-top: 0;
  padding-bottom: 45px;
  padding-left: 10px;
  padding-right: 10px;
}

.text-span {
  color: #902913;
  word-break: normal;
  font-weight: 300;
}

.text-span-2, .text-span-3, .text-span-4, .text-span-5, .text-span-6 {
  color: #902913;
}

.text-span-7, .text-span-8, .text-span-9, .text-span-10, .text-span-11, .text-span-12 {
  font-weight: 600;
}

.text-span-13 {
  font-weight: 500;
}

.faq---wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.faq-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  background-color: #fff;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  flex-flow: column;
  padding-bottom: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.faq-item.without-upper-border {
  border-top-style: none;
}

.faq-answer {
  align-self: stretch;
  margin-bottom: 50px;
}

.faq-heading-question {
  text-transform: uppercase;
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: Istok Web, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

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

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

.container-2.all-paragraphs.in-faq {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 40px;
  display: flex;
}

.paragraph {
  text-align: left;
  flex: 0 auto;
  align-self: stretch;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}

.paragraph.in-faq-trouble {
  align-self: flex-start;
  width: 100%;
  min-width: 100vw;
}

.button-wrapper-to-center {
  flex-flow: column;
  margin-top: 100px;
  margin-bottom: 0;
  display: flex;
}

.button-wrapper-to-center.less-margin {
  margin-top: 60px;
}

.opinie-klient-w-section {
  margin-top: 70px;
}

.kontakt-section {
  background-image: url('../images/kontakt-backgroud-image.webp');
  background-position: 50% 100%;
  background-size: auto;
}

.white-business-card {
  text-align: center;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 750px;
  height: 50vh;
  margin-bottom: 1rem;
  padding-top: 1rem;
  display: flex;
}

.business-card-wrapper {
  flex-flow: column;
  align-items: center;
  margin-bottom: 170px;
  display: flex;
}

.bussiness-card-text-wrapper {
  flex-flow: column;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.text-span-14 {
  color: #902913;
  font-weight: 500;
}

.text-span-14.all-paragraphs {
  font-size: 30px;
  text-decoration: none;
}

.div-block-2 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  margin-bottom: 30px;
  display: flex;
}

.stopka-section {
  background-color: #181818;
  margin-top: 169px;
}

.link-block {
  margin-top: 25px;
}

.footer-link {
  color: #dd9b9b;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 25px;
  font-family: Istok Web, sans-serif;
  font-size: 20px;
  line-height: 21px;
  text-decoration: none;
}

.footer-link:hover {
  color: #fdfdfd;
  -webkit-text-stroke-color: #fff;
}

.columns {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.footer-text-block {
  color: #eee;
  margin-top: 10px;
  font-family: Istok Web, sans-serif;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.footer-text-block:hover {
  text-decoration-color: #fff;
}

.footer-text-block.right {
  text-align: right;
  flex: 1;
  order: 1;
  align-self: flex-end;
  margin-top: 65px;
}

.footer-text-block.no-line {
  outline-offset: 0px;
  border: 1px #000;
  outline: 3px #eee;
  text-decoration: none;
}

.footer-text-block.pointer {
  cursor: pointer;
}

.footer-text-block.pointer.white-decor {
  text-decoration-color: #fff;
}

.flex-block-5 {
  justify-content: center;
  align-items: flex-end;
}

.footer-divider {
  height: 400px;
}

.carousel-contianer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.text-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  overflow: visible;
}

.below-white-card-wrapper {
  justify-content: center;
  align-items: center;
}

.text-red-bold {
  color: #902913;
  font-weight: 400;
}

.inside-gallery-text {
  text-align: center;
  text-transform: uppercase;
  align-self: center;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.text-span-15 {
  text-transform: uppercase;
}

.call-to-us-button {
  display: none;
}

.text-link-phone-number {
  color: #fff;
  margin-bottom: 75px;
  font-size: 20px;
  text-decoration: none;
}

.modal-policy {
  z-index: 99999;
  background-color: #0009;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.modal-content {
  background-color: #fff;
  border-radius: 10px;
  width: 90%;
  max-width: 600px;
  max-height: 80vh;
  padding: 30px;
  position: relative;
  overflow: auto;
  box-shadow: 0 0 20px #0003;
}

.modal-text-block {
  text-transform: none;
  margin-bottom: 20px;
}

.close-button {
  cursor: pointer;
  background-color: #c02923;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: absolute;
  top: 16px;
  right: 16px;
}

.text-block {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
}

.cookie-banner {
  z-index: 9999;
  background-color: #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 30px 50px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
  overflow: hidden;
}

.text-block-2 {
  color: #fff;
}

.cookie-link {
  color: #fff;
  cursor: pointer;
  text-decoration: underline;
}

.cookie-link.pointer {
  text-decoration: underline;
}

.accept-cookies-btn {
  text-transform: capitalize;
  cursor: pointer;
  background-color: #902913;
  padding-left: 35px;
  padding-right: 35px;
}

.reject-cookies-btn {
  color: #b6b6b6;
  cursor: pointer;
  background-color: #303030;
}

.flex-block-7 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.image {
  margin-top: 10px;
}

.div-block-3 {
  height: 170px;
}

.link {
  height: 0;
}

.link-2 {
  text-decoration: none;
}

.text-span-16, .text-span-17 {
  font-weight: 300;
}

.hero-delivery-section-link-block {
  color: #313131;
  text-decoration: none;
}

.text-span-18 {
  font-weight: 300;
}

.link-see-more {
  margin-bottom: 60px;
  text-decoration: none;
}

.link-see-more:hover {
  color: #333;
}

.link-see-more.all-paragraphs {
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .navlink {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .grid {
    grid-template-rows: 18rem 5rem 8rem;
  }

  .hero-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .cta-dark-button.lower-section-margin.mobile-long {
    margin-bottom: 100px;
  }

  .cta-dark-button.lower-section-margin.mobile-long.w--current {
    margin-bottom: 80px;
  }

  .cta-dark-button.less-margin {
    margin-bottom: 40px;
  }

  .flex-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: center;
  }

  .h2-hero {
    font-size: 25px;
  }

  .all-h2.h3 {
    margin-top: 100px;
    font-size: 2em;
  }

  .all-h2.margin-up-section {
    margin-top: 100px;
    font-size: 3.5em;
  }

  .all-h2.margin-up-section.white {
    margin-top: 100px;
  }

  .all-h2.margin-up-section.space-wirniki {
    line-height: 55px;
  }

  .all-h2.margin-a-littleup {
    margin-top: 100px;
    font-size: 3.5em;
  }

  .black-line.small {
    width: 300px;
    margin-top: -14px;
    margin-bottom: 14px;
  }

  .all-paragraphs {
    margin-bottom: 0;
    font-size: 18px;
  }

  .all-paragraphs.margin-up {
    font-size: 18px;
  }

  .all-paragraphs.margin-up.less {
    margin-top: 20px;
    margin-bottom: 55px;
  }

  .all-paragraphs.bold {
    margin-bottom: 50px;
    font-size: 18px;
  }

  .all-paragraphs.bold.black-background {
    margin-top: 50px;
  }

  .all-paragraphs.on-dark.margin-up {
    margin-bottom: 50px;
  }

  .all-paragraphs.on-dark.footer {
    font-size: 14px;
  }

  .all-paragraphs.diffrent-margin {
    margin-bottom: 50px;
  }

  .all-paragraphs.business-card {
    margin-bottom: 0;
    line-height: 35px;
  }

  .all-paragraphs.business-card.space {
    margin-top: -16px;
  }

  .header-wrapper {
    margin-bottom: 70px;
  }

  .content-wrapper {
    margin-bottom: 0;
  }

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

  .button-normal.extra-space {
    margin-bottom: 50px;
  }

  .faq---wrapper {
    overflow: hidden;
  }

  .faq-question {
    margin-left: 10px;
    margin-right: 10px;
  }

  .faq-answer {
    margin-left: 10px;
  }

  .faq-heading-question {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 18px;
  }

  .paragraph.in-faq-trouble {
    min-width: 100vw;
  }

  .arrow-up-down {
    width: 50px;
  }

  .button-wrapper-to-center {
    margin-top: 50px;
  }

  .white-business-card {
    width: 700px;
    height: auto;
    margin-top: 1rem;
  }

  .bussiness-card-text-wrapper {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .stopka-section {
    margin-top: 150px;
  }

  .footer-link {
    font-size: 18px;
  }

  .footer-text-block.right {
    margin-top: 0;
  }

  .footer-divider {
    height: 440px;
  }

  .menu-icon {
    z-index: 100;
    color: #fff;
    background-color: #c7a9a900;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .menu-icon.w--open, .nav-menu-droped-down {
    background-color: #000;
  }

  .cookie-banner {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .accept-cookies-btn {
    padding-left: 30px;
    padding-right: 30px;
  }

  .flex-block-6 {
    margin-right: 10px;
  }

  .reject-cookies-btn {
    color: #b6b6b6;
    order: 1;
  }

  .flex-block-7 {
    flex-flow: column;
  }

  .div-block-3 {
    height: 100px;
  }
}

@media screen and (max-width: 767px) {
  .navlink {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-section {
    overflow: auto;
  }

  .grid {
    grid-template-rows: 18rem 5rem 6rem;
    place-content: center;
    max-width: 100%;
    margin-top: 0;
    padding-top: 20px;
  }

  .hero-heading {
    margin-top: auto;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 40px;
  }

  .cta-dark-button {
    margin-bottom: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .cta-dark-button.lower-section-margin {
    margin-bottom: 50px;
  }

  .cta-dark-button.margin-up {
    margin-top: -100px;
    display: block;
  }

  .flex-block {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 15px;
  }

  .package-icon {
    width: 50px;
  }

  .h2-hero {
    font-size: 20px;
    font-weight: 400;
  }

  .all-h2.h3 {
    margin-top: 60px;
  }

  .all-h2.margin-up-section {
    margin-top: 50px;
    font-size: 3em;
  }

  .all-h2.margin-up-section.white {
    margin-top: 50px;
  }

  .all-h2.margin-up-section.space-wirniki {
    line-height: 45px;
  }

  .all-h2.margin-a-littleup {
    margin-top: 50px;
    font-size: 3em;
  }

  .black-line.small {
    margin-top: -11px;
    margin-bottom: 28px;
  }

  .container {
    margin-left: 10px;
    margin-right: 10px;
  }

  .all-paragraphs {
    margin-bottom: 0;
    font-size: 16px;
  }

  .all-paragraphs.margin-up {
    margin-bottom: 30px;
    font-size: 16px;
  }

  .all-paragraphs.bold {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 30px;
  }

  .all-paragraphs.bold.black-background {
    margin-top: 40px;
  }

  .all-paragraphs.on-dark.margin-up {
    margin-bottom: 20px;
  }

  .all-paragraphs.on-dark.footer {
    text-align: left;
    align-self: flex-start;
    margin-top: 25px;
    margin-bottom: 0;
    display: block;
  }

  .all-paragraphs.on-dark.footer.secon {
    display: none;
  }

  .all-paragraphs.less-margin {
    margin-bottom: 20px;
  }

  .all-paragraphs.in-faq, .all-paragraphs.diffrent-margin {
    margin-bottom: 50px;
  }

  .all-paragraphs.business-card {
    margin-bottom: 15px;
    font-size: 25px;
  }

  .all-paragraphs.business-card.space {
    margin-top: 5px;
    margin-bottom: 20px;
  }

  .header-wrapper {
    margin-bottom: 50px;
  }

  .content-wrapper {
    margin-bottom: 0;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 50px;
    margin-left: 5px;
    margin-right: 5px;
  }

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

  .gallery-images {
    aspect-ratio: 2.39;
    overflow: clip;
  }

  .button-normal {
    font-size: 16px;
  }

  .white-card {
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  .pin {
    width: 60px;
    height: 80px;
    margin-top: -43px;
  }

  .faq-heading-question {
    font-size: 18px;
  }

  .white-business-card {
    width: 90vw;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .business-card-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .bussiness-card-text-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 35px;
  }

  .text-span-14.all-paragraphs {
    margin-bottom: 0;
    font-size: 28px;
    display: inline;
  }

  .stopka-section {
    margin-top: 100px;
  }

  .footer-text-block.right {
    text-align: left;
    align-self: flex-start;
    margin-top: 35px;
  }

  .footer-text-block.no-line {
    text-decoration: none;
  }

  .flex-block-5 {
    justify-content: center;
    align-items: flex-start;
  }

  .footer-divider {
    display: none;
  }

  .text-container {
    overflow: visible;
  }

  .container-3 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .container-4 {
    flex-flow: column;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .section-content-wrapper {
    margin-bottom: 50px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .container-6, .below-white-card-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }

  .container-8 {
    margin-bottom: 50px;
  }

  .inside-gallery-text {
    font-size: 12px;
  }

  .call-to-us-button {
    z-index: 999;
    background-color: #279b36;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    display: flex;
    position: fixed;
    bottom: 20px;
    right: 20px;
    box-shadow: 0 2px 5px #000000f2;
  }

  .call-to-us-button:active {
    background-color: #148623;
  }

  .text-link-phone-number {
    color: #fff;
    order: 0;
    align-self: center;
    margin-bottom: 30px;
    font-size: 19px;
    text-decoration: none;
  }

  .cookie-banner {
    padding: 20px 10px;
  }

  .div-block-3 {
    height: 10px;
  }
}

@media screen and (max-width: 479px) {
  .navlink {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .grid {
    grid-template-rows: 50vh 10vh 35vh;
    height: 110vh;
  }

  .hero-heading {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 35px;
  }

  .cta-dark-button {
    margin-bottom: 50px;
    font-size: 14px;
    display: block;
  }

  .cta-dark-button.lower-section-margin.mobile-long {
    width: 100%;
  }

  .cta-dark-button.margin-up {
    align-self: stretch;
    margin-top: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
  }

  .flex-block {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    margin-bottom: 20px;
  }

  .package-icon {
    width: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .h2-hero {
    font-size: 16px;
    font-weight: 400;
  }

  .all-h2.h3 {
    text-align: left;
    align-self: flex-start;
    font-size: 1.5em;
  }

  .all-h2.margin-up-section {
    text-align: left;
    margin-bottom: 10px;
    font-size: 2em;
  }

  .all-h2.margin-up-section.space-wirniki {
    line-height: 35px;
  }

  .all-h2.margin-a-littleup {
    text-align: left;
    margin-top: 30px;
    font-size: 2em;
  }

  .black-line.small {
    align-self: center;
    width: 80%;
    margin-top: auto;
    margin-bottom: 25px;
  }

  .all-paragraphs {
    text-align: left;
    align-self: flex-start;
    margin-bottom: 20px;
    font-size: 14px;
  }

  .all-paragraphs.margin-up {
    text-align: left;
    align-self: flex-start;
    font-size: 14px;
  }

  .all-paragraphs.bold {
    text-align: left;
    font-size: 14px;
    line-height: 30px;
  }

  .all-paragraphs.on-dark.footer {
    text-align: left;
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 18px;
  }

  .all-paragraphs.less-margin {
    margin-bottom: 10px;
  }

  .all-paragraphs.in-faq {
    margin-bottom: 30px;
  }

  .all-paragraphs.diffrent-margin {
    margin-bottom: 40px;
  }

  .all-paragraphs.business-card {
    text-align: center;
    align-self: center;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 20px;
  }

  .all-paragraphs.business-card.space {
    margin-bottom: 15px;
  }

  .header-wrapper {
    margin-bottom: 30px;
  }

  .content-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: column;
    align-items: flex-start;
  }

  .gallery-grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-bottom: 30px;
  }

  .gallery-grid.bottom-one, .gallery-grid.upperone {
    margin-left: 0;
    margin-right: 0;
  }

  .gallery-images {
    aspect-ratio: 16 / 9;
  }

  .button-normal {
    width: 100%;
    font-size: 14px;
  }

  .button-normal.extra-space {
    margin-bottom: 30px;
  }

  .white-card {
    margin-left: 0;
    margin-right: 0;
  }

  .white-card-text-wrapper {
    padding-bottom: 20px;
  }

  .faq-item {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq-heading-question {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 20px;
  }

  .arrow-up-down {
    width: 40px;
  }

  .button-wrapper-to-center {
    margin-top: 30px;
  }

  .white-business-card {
    align-self: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .business-card-wrapper {
    margin-bottom: 30px;
  }

  .bussiness-card-text-wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 0;
  }

  .text-span-14.all-paragraphs {
    margin-bottom: -10px;
    font-size: 16px;
    display: block;
  }

  .stopka-section {
    margin-top: 60px;
  }

  .footer-link {
    margin-top: 15px;
    font-size: 16px;
  }

  .flex-block-4 {
    margin-bottom: 10px;
  }

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

  .footer-text-block.right {
    text-align: left;
    align-self: flex-start;
  }

  .footer-text-block.pointer {
    -webkit-text-decoration: underline #dd9b9a;
    text-decoration: underline #dd9b9a;
  }

  .footer-text-block.pointer.no-underline {
    text-decoration: none;
  }

  .flex-block-5 {
    justify-content: center;
    align-items: flex-start;
  }

  .text-container {
    flex: 0 auto;
  }

  .container-7, .below-white-card-wrapper, .container-8 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .inside-gallery-text {
    text-align: left;
    text-transform: uppercase;
    align-self: flex-start;
    font-size: 11px;
    line-height: 14px;
  }

  .call-to-us-button {
    z-index: 999;
    background-color: #279b36;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    display: flex;
    position: fixed;
    bottom: 20px;
    right: 20px;
    box-shadow: 0 2px 5px #000000f2;
  }

  .text-link-phone-number {
    align-self: flex-start;
    font-size: 18px;
  }

  .cookie-banner {
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .cookie-link {
    align-self: center;
  }

  .accept-cookies-btn {
    padding-left: 36px;
    padding-right: 36px;
  }

  .flex-block-6 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    align-self: center;
    margin-bottom: 10px;
  }

  .flex-block-7 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .image {
    align-self: center;
    margin-top: 5px;
    display: none;
  }

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

#w-node-_85b7432a-51d7-4f1e-44d8-a373c5a1a529-9c9b0a78 {
  place-self: end center;
}

#w-node-e7c48398-f5df-808f-02d0-fe4a849de947-9c9b0a78 {
  align-self: center;
}

#w-node-a225d4e7-0163-7233-69cf-3ac54fcb7cb9-9c9b0a78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_85b7432a-51d7-4f1e-44d8-a373c5a1a529-9c9b0a78 {
    align-self: end;
  }

  #w-node-e64af57b-f97a-f2a1-96f7-0f976554209a-9c9b0a78 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-edda2562-755d-6e70-59c7-6c05de5641d1-9c9b0a78 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a225d4e7-0163-7233-69cf-3ac54fcb7cb8-9c9b0a78, #w-node-a225d4e7-0163-7233-69cf-3ac54fcb7cb9-9c9b0a78, #w-node-c8876822-c141-e9e0-ad9f-d7bc8df75b41-9c9b0a78, #w-node-c8876822-c141-e9e0-ad9f-d7bc8df75b42-9c9b0a78 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_40a11489-186c-9599-0efc-fbddd25bf9a6-9c9b0a78, #w-node-_82758917-8b04-0ae9-dbef-bdba9b32f10a-9c9b0a78, #w-node-a225d4e7-0163-7233-69cf-3ac54fcb7cb7-9c9b0a78, #w-node-c8876822-c141-e9e0-ad9f-d7bc8df75b40-9c9b0a78 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


