:root {
  --cobalt: #26532b;
  --beige: #fff8ef;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  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;
  }
}

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

.body {
  background-color: var(--cobalt);
}

.navbar-logo-left {
  background-color: var(--cobalt);
  padding-left: 5vw;
  padding-right: 5vw;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 2vh 0;
}

.container-navbar {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: var(--beige);
  letter-spacing: .25px;
  text-shadow: 1px 1px 5px #00000080;
  margin-left: 20px;
  margin-right: 20px;
  padding: 5px 10px;
  font-family: geller-headline, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.list-item {
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
}

.list-item:hover {
  scale: 1.1;
}

.section-hero {
  background-image: url('../images/hero.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  height: 86vh;
  padding-left: 5vw;
  display: flex;
}

.image {
  height: 10vh;
}

.container-hero {
  margin-left: 0;
}

.heading-hero {
  color: var(--beige);
  margin-top: 1vw;
  margin-bottom: 1vw;
  font-family: geller-headline, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 1;
}

.text-hero {
  color: var(--beige);
  font-family: geller-headline, sans-serif;
  font-size: 30px;
  line-height: 1;
}

.container-horizontal.top-2 {
  margin-top: 2vw;
  display: flex;
}

.container-horizontal.top-2.left {
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
}

.container-horizontal.left {
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.container-horizontal.cent {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  margin-top: 2vw;
  display: flex;
}

.button {
  background-color: var(--cobalt);
  color: var(--beige);
  letter-spacing: 2px;
  border-radius: 100px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: geller-text, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
}

.button:hover {
  filter: drop-shadow(0px 0px 5px var(--beige));
  scale: 1.1;
}

.button.beige {
  background-color: var(--beige);
  color: var(--cobalt);
}

.button.beige.right {
  margin-right: 2vw;
}

.button.top-2 {
  margin-top: 2vw;
}

.button.small {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
}

.section-mobile {
  display: none;
}

.section-main {
  background-color: var(--beige);
  padding: 5vw;
  box-shadow: inset -5px -5px 10px #00000040, inset 5px 5px 10px #00000040;
}

.section-main.green {
  background-color: var(--cobalt);
}

.section-main.green.flex {
  flex-flow: column;
  display: flex;
}

.container-main {
  width: 100%;
  max-width: none;
  display: flex;
}

.container-main.top-5 {
  margin-top: 5vw;
}

.container-main.top-5.vertical {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.container-main.cent {
  justify-content: center;
  align-items: flex-start;
}

.container-main.cent.vertical {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.container-right {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 49%;
  max-width: none;
  margin-top: 1vw;
  margin-bottom: 1vw;
  margin-right: 0;
  display: flex;
}

.container-right.no-marg {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
}

.container-right.left-marg-2 {
  margin-left: 2vw;
}

.img-50 {
  border-radius: 40px;
  width: 49%;
  box-shadow: 4px 4px 10px #00000040;
}

.img-50._4-3 {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.img-50._4-3.top-35 {
  object-position: 50% 35%;
}

.img-50._4-3.top-10 {
  object-position: 50% 10%;
}

.img-50._4-3.pawrent {
  width: 100%;
  margin-bottom: 20px;
}

.img-50._1-1 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.img-50._1-1._30 {
  width: 30%;
}

.heading {
  color: var(--cobalt);
  text-shadow: 1px 1px 4px #00000040;
  margin-top: 0;
  margin-bottom: 2vw;
  font-family: geller-headline, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 1;
}

.heading.circle {
  color: var(--beige);
  text-align: center;
  margin-bottom: 0;
}

.heading.circle.bot-2 {
  margin-bottom: 1vw;
}

.heading.beige {
  color: var(--beige);
}

.heading.small {
  font-size: 40px;
}

.heading.small.cent {
  text-align: center;
}

.heading.small.cent.no-bot {
  margin-bottom: 0;
}

.heading.small.xs {
  font-size: 30px;
}

.paragraph {
  color: var(--cobalt);
  font-family: geller-text, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.paragraph.no-bot {
  margin-bottom: 0;
}

.paragraph.beige {
  color: var(--beige);
}

.paragraph.beige.cent {
  text-align: center;
}

.paragraph.beige.cent.bot-2 {
  margin-bottom: 2vw;
}

.paragraph.bot-2.cent, .paragraph.cent {
  text-align: center;
}

.quick-stack {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  width: 100%;
  max-width: none;
  padding: 0;
}

.quick-stack.galeria {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  margin-top: 5vw;
}

.div-circle {
  aspect-ratio: 1;
  background-image: linear-gradient(0deg, var(--cobalt), #26532b00 50%), url('../images/levi-20250419_185928.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 100%;
  justify-content: center;
  align-items: flex-end;
  width: 60%;
  margin-bottom: 1vw;
  display: flex;
}

.div-circle.second {
  background-image: linear-gradient(0deg, var(--cobalt), #26532b00 50%), url('../images/493438982_9458639564254014_8964253598714848775_n.webp');
}

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

.link {
  color: var(--beige);
  letter-spacing: 2px;
  font-family: geller-headline, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  text-decoration: none;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
}

.link:hover {
  text-decoration: underline;
  scale: 1.1;
}

.link.top-2 {
  margin-top: 2vw;
}

.section-baner {
  background-image: url('../images/baner2.webp');
  background-position: 100%;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  height: 60vh;
  padding-left: 5vw;
  display: flex;
}

.section-baner.ohodowli {
  background-image: url('../images/baner-S4.webp');
}

.section-baner.orasie {
  background-image: url('../images/baner-S3.webp');
}

.section-baner.naszepsy {
  background-image: linear-gradient(90deg, #00000080, #0000), url('../images/baner-S5.webp');
  background-position: 0 0, 100%;
  background-size: auto, cover;
}

.section-baner.kontakt {
  background-image: linear-gradient(45deg, #000, #00000080 0%, #0000), url('../images/baner-S7.webp');
  background-position: 0 0, 100%;
  background-size: auto, cover;
}

.section-baner.szczenieta {
  background-image: url('../images/baner-S6.webp');
}

.logo-footer {
  width: 20%;
}

.logo-footer.w--current {
  width: 25%;
}

.container-footer {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.container-footer._2 {
  margin-left: auto;
  margin-right: 5vw;
}

.container-footer._3 {
  justify-content: center;
  align-items: flex-start;
  margin-left: 5vw;
  margin-right: auto;
}

.text-footer {
  color: var(--beige);
  letter-spacing: 2px;
  margin-bottom: 1vw;
  font-family: geller-headline, sans-serif;
  font-size: 26px;
}

.link-footer {
  color: var(--beige);
  letter-spacing: 2px;
  margin-top: 2vw;
  font-family: geller-headline, sans-serif;
  font-size: 20px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
}

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

.link-footer.text {
  transition-property: none;
}

.link-footer.text:hover {
  text-decoration: none;
  scale: 1;
}

.img-logo-footer {
  height: 100%;
}

.img-fci-logo {
  opacity: .5;
  width: 70px;
}

.bot-2 {
  margin-bottom: 2vw;
}

.text-footer-signature {
  color: var(--beige);
  text-align: center;
  letter-spacing: 2px;
  margin-top: 5vw;
  font-family: geller-text, sans-serif;
  font-weight: 300;
  line-height: 1.5;
}

.container-baner {
  margin-left: 0;
}

.section-top {
  background-image: url('../images/baner-S2.webp');
  background-position: 100%;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  height: 50vh;
  padding-left: 5vw;
  display: flex;
}

.section-top.naszepsy {
  background-image: linear-gradient(45deg, #0009, #0000), url('../images/baner-S1.webp');
  background-position: 0 0, 100%;
  background-size: auto, cover;
}

.section-top.szczenieta {
  background-image: linear-gradient(45deg, #0009, #0000), url('../images/baner3.webp');
  background-position: 0 0, 100%;
  background-size: auto, cover;
}

.section-top.orasie {
  background-image: url('../images/baner4.webp');
}

.section-top.kontakt {
  background-image: url('../images/baner5.webp');
}

.container-left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 49%;
  max-width: none;
  margin-top: 1vw;
  margin-bottom: 1vw;
  margin-left: 0;
  display: flex;
}

.container-left.no-marg {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
}

.stack-dogs {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  width: 100%;
  padding: 0;
}

.img-circle {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 100%;
  width: 20vw;
  min-width: 20vw;
  box-shadow: 4px 4px 10px #0003;
}

.cell-horizontal {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.div-name {
  margin-left: 1vw;
}

.text-name {
  color: var(--cobalt);
  margin-bottom: 10px;
  font-family: geller-headline, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 1;
}

.text-name.beige {
  color: var(--beige);
}

.text-name.cent {
  text-align: center;
}

.link-hover {
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
}

.link-hover:hover {
  scale: 1.1;
}

.med {
  font-weight: 700;
}

.line {
  background-color: #fff8ef80;
  width: 100%;
  height: 1px;
  margin-top: 5vw;
}

.icon-contact {
  aspect-ratio: 1;
  width: 40px;
  height: 40px;
  margin-right: 20px;
}

.link-text {
  color: var(--cobalt);
  font-family: geller-text, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.link-text.u {
  letter-spacing: 2px;
  text-decoration: underline;
}

.link-text.u.hover {
  letter-spacing: 0;
  transition: all .2s;
}

.link-text.u.hover:hover {
  opacity: .5;
}

.form-block {
  width: 100%;
}

.text-field {
  background-color: #26532b0d;
  border-radius: 20px;
  font-family: geller-text, sans-serif;
}

.text-field::placeholder {
  color: #26532b80;
}

.text-field.left {
  margin-left: 20px;
}

.text-field.area {
  border-radius: 20px;
  height: 100px;
}

.map {
  border-radius: 20px;
}

.lightbox-gallery {
  width: 30%;
  position: relative;
}

.div-hover {
  opacity: 0;
  color: var(--beige);
  letter-spacing: 5px;
  background-color: #00000080;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  font-family: geller-text, sans-serif;
  font-weight: 300;
  transition: all .2s cubic-bezier(1, 0, 0, 1);
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-hover:hover {
  opacity: 1;
}

.container-pawrent {
  width: 45%;
  max-width: none;
  margin-left: 0;
}

.container-pawrent._2 {
  margin-left: auto;
  margin-right: 0;
}

.div-button {
  background-color: var(--cobalt);
  color: var(--beige);
  letter-spacing: 2px;
  border-radius: 100px;
  padding: 9px 15px;
  font-family: geller-text, sans-serif;
  font-size: 16px;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
}

.div-button:hover {
  scale: 1.1;
}

.lightbox-galeria {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.img-g1 {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 40px;
  width: 100%;
  height: 100%;
  box-shadow: 4px 4px 10px #00000040;
}

.img-g1.g2 {
  aspect-ratio: 2;
}

.img-g1.g2.top-30 {
  object-position: 50% 30%;
}

.img-g1.g2.top-35 {
  object-position: 50% 35%;
}

.img-g1.top-70 {
  object-position: 50% 70%;
}

.img-g1.top-10 {
  object-position: 50% 10%;
}

.div-lang {
  background-image: url('../images/flaga_eng.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 5px;
  width: 40px;
  height: 25px;
  box-shadow: 1px 1px 10px #0003;
}

.div-lang.pl {
  background-image: url('../images/flaga_pl.webp');
}

.code-embed {
  width: 100%;
}

.success-message {
  background-color: var(--beige);
}

@media screen and (min-width: 1280px) {
  .navbar-logo-left {
    padding-left: 7.5vw;
    padding-right: 7.5vw;
  }

  .section-hero {
    padding-left: 7.5vw;
  }

  .section-main {
    padding-left: 7.5vw;
    padding-right: 7.5vw;
  }

  .paragraph {
    font-size: 18px;
  }

  .section-baner, .section-top {
    padding-left: 7.5vw;
  }
}

@media screen and (min-width: 1440px) {
  .navbar-logo-left {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .section-hero {
    padding-left: 10vw;
    font-size: 40px;
  }

  .button {
    font-size: 20px;
  }

  .section-main {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .section-baner, .section-top {
    padding-left: 10vw;
  }
}

@media screen and (max-width: 991px) {
  .container-navbar {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: var(--cobalt);
    border-radius: 50px;
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
  }

  .menu-button {
    color: var(--beige);
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: var(--beige);
    color: var(--cobalt);
    border-radius: 20px;
  }

  .icon:active {
    color: var(--cobalt);
  }

  .section-hero {
    background-position: 100%;
    height: 50vh;
  }

  .container-hero {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .container-hero.mobile {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-hero.hide-mob {
    display: none;
  }

  .heading-hero {
    text-align: center;
    margin-top: 2vw;
    margin-bottom: 2vw;
  }

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

  .container-horizontal.top-2 {
    margin-top: 5vw;
  }

  .button.beige.right {
    margin-right: 5vw;
  }

  .button.mobile-stroke {
    border: 2px solid var(--beige);
  }

  .button.top-2 {
    margin-top: 5vw;
  }

  .section-mobile {
    background-color: var(--cobalt);
    padding: 5vw;
    display: block;
  }

  .section-main {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .container-main {
    flex-flow: column-reverse;
  }

  .container-main.footer {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .container-main.mob-5 {
    margin-top: 5vw;
  }

  .container-main.change-mob {
    flex-flow: column;
  }

  .container-main.nostrech {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container-right {
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 5vw;
  }

  .container-right.no-marg {
    margin-top: 10vw;
  }

  .container-right.left-marg-2 {
    margin-left: 0;
  }

  .container-right.change-marg {
    margin-top: 5vw;
    margin-bottom: 0;
  }

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

  .heading.small {
    margin-bottom: 5vw;
  }

  .quick-stack {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .quick-stack.galeria, .quick-stack.puppies {
    width: 100%;
  }

  .section-baner.ohodowli {
    background-image: linear-gradient(#00000080, #00000080), url('../images/baner-S4.webp');
    background-position: 0 0, 100%;
    background-size: auto, cover;
  }

  .section-baner.orasie {
    background-image: linear-gradient(#00000080, #00000080), url('../images/baner-S3.webp');
    background-position: 0 0, 100%;
    background-size: auto, cover;
  }

  .section-baner.naszepsy {
    background-image: linear-gradient(#00000080, #00000080), url('../images/baner-S5.webp');
    background-position: 0 0, 100%;
    background-size: auto, cover;
  }

  .section-baner.kontakt {
    background-image: linear-gradient(#00000080, #00000080), url('../images/baner-S7.webp');
    background-position: 0 0, 100%;
    background-size: auto, cover;
  }

  .section-baner.szczenieta {
    background-image: linear-gradient(#00000080, #00000080), url('../images/baner-S6.webp');
    background-position: 0 0, 100%;
    background-size: auto, cover;
  }

  .logo-footer.w--current {
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    display: flex;
  }

  .container-footer {
    justify-content: flex-start;
    align-items: center;
    margin-top: 5vw;
    margin-left: auto;
    margin-right: auto;
  }

  .container-footer._2 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 5vw;
    margin-right: auto;
  }

  .container-footer._3 {
    margin-left: auto;
  }

  .bot-2 {
    margin-bottom: 5vw;
  }

  .text-footer-signature {
    margin-top: 10vw;
  }

  .container-baner {
    margin-left: auto;
  }

  .section-top {
    background-image: linear-gradient(#00000080, #00000080), url('../images/baner-S2.webp');
    background-position: 0 0, 100%;
    background-size: auto, cover;
  }

  .section-top.naszepsy {
    background-image: linear-gradient(#00000080, #00000080), url('../images/baner-S1.webp');
    background-position: 0 0, 100%;
    background-size: auto, cover;
  }

  .section-top.szczenieta {
    background-image: linear-gradient(#00000080, #00000080), url('../images/baner3.webp');
    background-position: 0 0, 100%;
    background-size: auto, cover;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .section-top.orasie {
    background-image: linear-gradient(#00000080, #00000080), url('../images/baner4.webp');
    background-position: 0 0, 100%;
    background-size: auto, auto;
  }

  .section-top.kontakt {
    background-image: linear-gradient(#00000080, #00000080), url('../images/baner5.webp');
    background-position: 0 0, 100%;
    background-size: auto, cover;
  }

  .container-left {
    width: 100%;
    max-width: none;
    margin-top: 5vw;
    margin-bottom: 0;
  }

  .container-left.no-marg {
    width: 100%;
    max-width: none;
  }

  .stack-dogs {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
  }

  .img-circle {
    width: 40vw;
  }

  .div-name {
    margin-left: 5vw;
  }

  .lightbox-gallery {
    width: 100%;
  }

  .container-pawrent {
    width: 100%;
    max-width: none;
  }

  .container-pawrent._2 {
    margin-top: 5vw;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 40px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    display: inline-block;
  }

  .container-main.top-5.vertical {
    margin-top: 10vw;
  }

  .heading.small {
    margin-bottom: 5vw;
  }

  .section-baner {
    background-position: 90%;
  }

  .container-footer, .container-footer._2, .container-footer._3 {
    margin-top: 7.5vw;
  }

  .text-footer {
    margin-bottom: 2vw;
  }

  .link-footer {
    margin-top: 4vw;
  }

  .section-top.naszepsy {
    background-image: linear-gradient(#00000080, #00000080), url('../images/baner-S1.webp');
    background-position: 0 0, 80%;
  }

  .img-circle {
    min-width: 40vw;
  }

  .text-name {
    margin-bottom: 20px;
  }

  .container-pawrent._2 {
    margin-top: 10vw;
  }

  .div-lang {
    margin-top: 20px;
  }
}

@media screen and (max-width: 479px) {
  .container-navbar {
    max-width: none;
  }

  .nav-menu-two {
    border-radius: 40px;
    flex-direction: column;
  }

  .nav-link {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-hero {
    background-position: 95%;
    height: 40vh;
  }

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

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

  .container-horizontal.top-2 {
    display: flex;
  }

  .container-horizontal.cent {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .button {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }

  .button.mobile-stroke {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 1;
    display: flex;
  }

  .container-main.top-5, .container-main.mob-5 {
    margin-top: 10vw;
  }

  .container-main.nostrech.mob-bot-5 {
    margin-bottom: 5vw;
  }

  .heading {
    font-size: 35px;
  }

  .heading.small.cent {
    font-size: 30px;
  }

  .heading.small.xs {
    font-size: 26px;
  }

  .link.top-2 {
    margin-top: 5vw;
  }

  .section-baner {
    background-image: linear-gradient(#00000080, #00000080), url('../images/baner2.webp');
    background-position: 0 0, 90%;
    background-size: auto, cover;
    justify-content: center;
    align-items: center;
  }

  .section-baner.ohodowli {
    background-image: linear-gradient(#00000080, #00000080), url('../images/baner-S4.webp');
    background-position: 0 0, 70%;
  }

  .section-baner.orasie {
    background-image: linear-gradient(to bottom, null, null), url('../images/baner-S3.webp');
    background-position: 0 0, 80%;
  }

  .section-baner.kontakt {
    background-image: linear-gradient(#00000080, #00000080), url('../images/baner-S7.webp');
    background-position: 0 0, 80%;
  }

  .section-baner.szczenieta {
    background-image: linear-gradient(to bottom, null, null), url('../images/baner-S6.webp');
    background-position: 0 0, 80%;
  }

  .logo-footer {
    width: 60%;
  }

  .logo-footer.w--current {
    width: 70%;
  }

  .container-footer, .container-footer._2, .container-footer._3 {
    margin-top: 10vw;
  }

  .text-footer {
    margin-bottom: 5vw;
  }

  .link-footer {
    margin-top: 5vw;
  }

  .text-footer-signature {
    margin-top: 15vw;
  }

  .container-baner {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    display: flex;
  }

  .section-top.naszepsy {
    background-image: linear-gradient(#00000080, #00000080), url('../images/baner-S1.webp');
    background-position: 0 0, 65%;
  }

  .section-top.szczenieta {
    background-image: linear-gradient(to bottom, null, null), url('../images/baner3.webp');
    background-position: 0 0, 80%;
  }

  .section-top.orasie {
    background-image: linear-gradient(to bottom, null, null), url('../images/baner4.webp');
    background-position: 0 0, 80%;
  }

  .section-top.kontakt {
    background-image: linear-gradient(to bottom, null, null), url('../images/baner5.webp');
    background-position: 0 0, 80%;
  }

  .container-left {
    width: 100%;
  }

  .img-circle {
    width: 60vw;
    margin-bottom: 10px;
  }

  .cell-horizontal {
    flex-flow: column;
  }

  .div-name {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

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

  .line {
    margin-top: 10vw;
  }
}

#w-node-b2b71e29-c28e-a4ef-bb61-cad1d3b33c41-3df6f881 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f7e65ce9-afe6-75f0-fbef-211c8ffc1770-491ab141 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e2e0752a-6e74-9940-1ff1-dfe9e848e83b-30842905 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-feb4e067-7242-ab80-4faf-3b80310c5f9b-d18617d8 {
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr 1fr;
}

#w-node-feb4e067-7242-ab80-4faf-3b80310c5f9c-d18617d8 {
  grid-row: span 2 / span 2;
}

#w-node-feb4e067-7242-ab80-4faf-3b80310c5f9d-d18617d8 {
  grid-column: span 2 / span 2;
}

#w-node-feb4e067-7242-ab80-4faf-3b80310c5f9b-a2a8f651 {
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr 1fr;
}

#w-node-feb4e067-7242-ab80-4faf-3b80310c5f9c-a2a8f651 {
  grid-row: span 2 / span 2;
}

#w-node-feb4e067-7242-ab80-4faf-3b80310c5f9d-a2a8f651 {
  grid-column: span 2 / span 2;
}

#w-node-feb4e067-7242-ab80-4faf-3b80310c5f9b-9496b11d {
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr 1fr;
}

#w-node-feb4e067-7242-ab80-4faf-3b80310c5f9c-9496b11d {
  grid-row: span 2 / span 2;
}

#w-node-feb4e067-7242-ab80-4faf-3b80310c5f9d-9496b11d {
  grid-column: span 2 / span 2;
}

#w-node-feb4e067-7242-ab80-4faf-3b80310c5f9b-9f9fe12b {
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr 1fr;
}

#w-node-feb4e067-7242-ab80-4faf-3b80310c5f9c-9f9fe12b {
  grid-row: span 2 / span 2;
}

#w-node-feb4e067-7242-ab80-4faf-3b80310c5f9d-9f9fe12b {
  grid-column: span 2 / span 2;
}

#w-node-e2e0752a-6e74-9940-1ff1-dfe9e848e83b-c0acad83, #w-node-e2e0752a-6e74-9940-1ff1-dfe9e848e83b-2183d3a6, #w-node-e2e0752a-6e74-9940-1ff1-dfe9e848e83b-5766d8ad, #w-node-e2e0752a-6e74-9940-1ff1-dfe9e848e83b-1518d59b {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-b2b71e29-c28e-a4ef-bb61-cad1d3b33c41-3ed144fa {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f7e65ce9-afe6-75f0-fbef-211c8ffc1770-b9e4bd89 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e2e0752a-6e74-9940-1ff1-dfe9e848e83b-ae517820 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-e2e0752a-6e74-9940-1ff1-dfe9e848e83b-de19b6f2, #w-node-e2e0752a-6e74-9940-1ff1-dfe9e848e83b-f0dc0eb2, #w-node-e2e0752a-6e74-9940-1ff1-dfe9e848e83b-d5ccdb19, #w-node-e2e0752a-6e74-9940-1ff1-dfe9e848e83b-1c23162c {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-feb4e067-7242-ab80-4faf-3b80310c5f9b-77790783 {
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr 1fr;
}

#w-node-feb4e067-7242-ab80-4faf-3b80310c5f9c-77790783 {
  grid-row: span 2 / span 2;
}

#w-node-feb4e067-7242-ab80-4faf-3b80310c5f9d-77790783 {
  grid-column: span 2 / span 2;
}

#w-node-feb4e067-7242-ab80-4faf-3b80310c5f9b-f94fc9cf {
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr 1fr;
}

#w-node-feb4e067-7242-ab80-4faf-3b80310c5f9c-f94fc9cf {
  grid-row: span 2 / span 2;
}

#w-node-feb4e067-7242-ab80-4faf-3b80310c5f9d-f94fc9cf {
  grid-column: span 2 / span 2;
}

#w-node-feb4e067-7242-ab80-4faf-3b80310c5f9b-7f9897b1 {
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr 1fr;
}

#w-node-feb4e067-7242-ab80-4faf-3b80310c5f9c-7f9897b1 {
  grid-row: span 2 / span 2;
}

#w-node-feb4e067-7242-ab80-4faf-3b80310c5f9d-7f9897b1 {
  grid-column: span 2 / span 2;
}

#w-node-feb4e067-7242-ab80-4faf-3b80310c5f9b-2838cc65 {
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr 1fr;
}

#w-node-feb4e067-7242-ab80-4faf-3b80310c5f9c-2838cc65 {
  grid-row: span 2 / span 2;
}

#w-node-feb4e067-7242-ab80-4faf-3b80310c5f9d-2838cc65 {
  grid-column: span 2 / span 2;
}

#w-node-e2e0752a-6e74-9940-1ff1-dfe9e848e83b-3db5db0d, #w-node-e2e0752a-6e74-9940-1ff1-dfe9e848e83b-a40361ae {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-b2b71e29-c28e-a4ef-bb61-cad1d3b33c41-3df6f881 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f7e65ce9-afe6-75f0-fbef-211c8ffc1770-491ab141 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-e2e0752a-6e74-9940-1ff1-dfe9e848e83b-30842905 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-feb4e067-7242-ab80-4faf-3b80310c5f9b-d18617d8 {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr 1fr 1fr;
  }

  #w-node-feb4e067-7242-ab80-4faf-3b80310c5f9c-d18617d8 {
    grid-row: span 2 / span 2;
  }

  #w-node-feb4e067-7242-ab80-4faf-3b80310c5f9d-d18617d8 {
    grid-column: span 2 / span 2;
  }

  #w-node-e2e0752a-6e74-9940-1ff1-dfe9e848e83b-c0acad83, #w-node-e2e0752a-6e74-9940-1ff1-dfe9e848e83b-2183d3a6, #w-node-e2e0752a-6e74-9940-1ff1-dfe9e848e83b-5766d8ad, #w-node-e2e0752a-6e74-9940-1ff1-dfe9e848e83b-1518d59b {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-b2b71e29-c28e-a4ef-bb61-cad1d3b33c41-3ed144fa {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f7e65ce9-afe6-75f0-fbef-211c8ffc1770-b9e4bd89 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-e2e0752a-6e74-9940-1ff1-dfe9e848e83b-ae517820, #w-node-e2e0752a-6e74-9940-1ff1-dfe9e848e83b-de19b6f2, #w-node-e2e0752a-6e74-9940-1ff1-dfe9e848e83b-f0dc0eb2, #w-node-e2e0752a-6e74-9940-1ff1-dfe9e848e83b-d5ccdb19, #w-node-e2e0752a-6e74-9940-1ff1-dfe9e848e83b-1c23162c {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-feb4e067-7242-ab80-4faf-3b80310c5f9b-77790783 {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr 1fr 1fr;
  }

  #w-node-feb4e067-7242-ab80-4faf-3b80310c5f9c-77790783 {
    grid-row: span 2 / span 2;
  }

  #w-node-feb4e067-7242-ab80-4faf-3b80310c5f9d-77790783 {
    grid-column: span 2 / span 2;
  }

  #w-node-e2e0752a-6e74-9940-1ff1-dfe9e848e83b-3db5db0d, #w-node-e2e0752a-6e74-9940-1ff1-dfe9e848e83b-a40361ae {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e2e0752a-6e74-9940-1ff1-dfe9e848e83b-30842905 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-feb4e067-7242-ab80-4faf-3b80310c5f9b-d18617d8 {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr 1fr 1fr;
  }

  #w-node-feb4e067-7242-ab80-4faf-3b80310c5f9c-d18617d8 {
    grid-row: span 2 / span 2;
  }

  #w-node-feb4e067-7242-ab80-4faf-3b80310c5f9d-d18617d8 {
    grid-column: span 2 / span 2;
  }

  #w-node-e2e0752a-6e74-9940-1ff1-dfe9e848e83b-c0acad83, #w-node-e2e0752a-6e74-9940-1ff1-dfe9e848e83b-2183d3a6, #w-node-e2e0752a-6e74-9940-1ff1-dfe9e848e83b-5766d8ad, #w-node-e2e0752a-6e74-9940-1ff1-dfe9e848e83b-1518d59b, #w-node-e2e0752a-6e74-9940-1ff1-dfe9e848e83b-ae517820, #w-node-e2e0752a-6e74-9940-1ff1-dfe9e848e83b-de19b6f2, #w-node-e2e0752a-6e74-9940-1ff1-dfe9e848e83b-f0dc0eb2, #w-node-e2e0752a-6e74-9940-1ff1-dfe9e848e83b-d5ccdb19, #w-node-e2e0752a-6e74-9940-1ff1-dfe9e848e83b-1c23162c {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-feb4e067-7242-ab80-4faf-3b80310c5f9b-77790783 {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr 1fr 1fr;
  }

  #w-node-feb4e067-7242-ab80-4faf-3b80310c5f9c-77790783 {
    grid-row: span 2 / span 2;
  }

  #w-node-feb4e067-7242-ab80-4faf-3b80310c5f9d-77790783 {
    grid-column: span 2 / span 2;
  }

  #w-node-e2e0752a-6e74-9940-1ff1-dfe9e848e83b-3db5db0d, #w-node-e2e0752a-6e74-9940-1ff1-dfe9e848e83b-a40361ae {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-feb4e067-7242-ab80-4faf-3b80310c5f9b-d18617d8 {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
  }

  #w-node-feb4e067-7242-ab80-4faf-3b80310c5f9c-d18617d8 {
    grid-row: span 2 / span 2;
  }

  #w-node-feb4e067-7242-ab80-4faf-3b80310c5f9b-a2a8f651 {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
  }

  #w-node-feb4e067-7242-ab80-4faf-3b80310c5f9c-a2a8f651 {
    grid-row: span 2 / span 2;
  }

  #w-node-feb4e067-7242-ab80-4faf-3b80310c5f9b-9496b11d {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
  }

  #w-node-feb4e067-7242-ab80-4faf-3b80310c5f9c-9496b11d {
    grid-row: span 2 / span 2;
  }

  #w-node-feb4e067-7242-ab80-4faf-3b80310c5f9b-9f9fe12b {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
  }

  #w-node-feb4e067-7242-ab80-4faf-3b80310c5f9c-9f9fe12b {
    grid-row: span 2 / span 2;
  }

  #w-node-feb4e067-7242-ab80-4faf-3b80310c5f9b-77790783 {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
  }

  #w-node-feb4e067-7242-ab80-4faf-3b80310c5f9c-77790783 {
    grid-row: span 2 / span 2;
  }

  #w-node-feb4e067-7242-ab80-4faf-3b80310c5f9b-f94fc9cf {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
  }

  #w-node-feb4e067-7242-ab80-4faf-3b80310c5f9c-f94fc9cf {
    grid-row: span 2 / span 2;
  }

  #w-node-feb4e067-7242-ab80-4faf-3b80310c5f9b-7f9897b1 {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
  }

  #w-node-feb4e067-7242-ab80-4faf-3b80310c5f9c-7f9897b1 {
    grid-row: span 2 / span 2;
  }

  #w-node-feb4e067-7242-ab80-4faf-3b80310c5f9b-2838cc65 {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
  }

  #w-node-feb4e067-7242-ab80-4faf-3b80310c5f9c-2838cc65 {
    grid-row: span 2 / span 2;
  }
}


