:root {
  --green: #042a2b;
  --beige: #d6d6b1;
  --green-50: #042a2b80;
  --light-beige: #ebebd8;
}

.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 {
  background-color: var(--green);
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.navbar-logo-left {
  justify-content: center;
  align-items: center;
  height: 15vh;
  padding: 1vh 5vw;
  display: flex;
}

.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%;
  max-width: 1140px;
  margin-bottom: 0;
  padding: 0;
}

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

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

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

.nav-link {
  color: var(--beige);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: roca, sans-serif;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
}

.nav-link:hover {
  color: #d6d6b180;
  scale: 1.05;
}

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

.logo-navbar {
  height: 13vh;
}

.logo-navbar.block {
  height: 10vh;
}

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

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

.button-lang {
  border: 1px solid var(--beige);
  background-image: url('../images/flaga_eng.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  width: 36px;
  height: 24px;
  margin-left: 10px;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
}

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

.section-hero {
  background-image: linear-gradient(90deg, #00000080, #0000 76%), url('../images/hero1.webp');
  background-position: 0 0, 0 100%;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
  height: 85vh;
  display: flex;
}

.section {
  padding: 5vw;
}

.section.flowers {
  background-color: var(--beige);
  background-image: radial-gradient(circle closest-side, #d6d6b180 75%, #ebebd800), url('../images/flowers10.webp');
  background-position: 0 0, 0 0;
  background-size: auto, 540px;
}

.section.flowers.gradient {
  background-image: linear-gradient(0deg, var(--beige), #d6d6b100 20%), radial-gradient(circle closest-side at 50% 50%, #d6d6b180 75%, #ebebd800), url('../images/flowers10.webp');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, 540px;
  padding-bottom: 0;
}

.section.flowers.gradient.bot {
  background-image: linear-gradient(180deg, var(--beige), #d6d6b100 20%), radial-gradient(circle closest-side at 50% 50%, #d6d6b180 75%, #ebebd800), url('../images/flowers10.webp');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, 540px;
  padding-top: 0;
  padding-bottom: 5vw;
}

.section.flowers.no-top {
  padding-top: 0;
}

.section.flowers.hide, .section.mobile {
  display: none;
}

.section.footer {
  flex-flow: column;
  display: flex;
}

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

.container {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.container.v-flex {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.container.v-flex.top-3 {
  margin-top: 3vw;
}

.container.v-flex.top-5 {
  margin-top: 5vw;
}

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

.container.center.hide {
  display: none;
}

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

.image-50 {
  object-fit: cover;
  border-radius: 20px;
  width: 49%;
  box-shadow: 2px 2px 5px #0003;
}

.image-50.left {
  object-position: 0% 50%;
}

.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.pawrent {
  justify-content: center;
  align-items: center;
  width: 45%;
  margin-top: 0;
  margin-bottom: 0;
}

.container-right.top-ali {
  justify-content: flex-start;
  align-items: flex-start;
}

.container-right.vid-wrapper {
  flex-flow: row;
  width: 0;
}

.container-right.vid {
  justify-content: center;
  align-items: flex-start;
  width: 51%;
}

.container-right.no-marg {
  margin-top: 0;
  margin-bottom: 0;
}

.container-hero {
  width: 40%;
  max-width: none;
  margin-left: 5vw;
}

.heading-hero {
  color: var(--beige);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: roca, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}

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

.heading-hero._20px {
  font-size: 22px;
}

.heading-hero._20px.bot-2 {
  margin-bottom: 2vw;
  font-size: 20px;
}

.heading-hero._20px.bot-2.none {
  opacity: 0;
}

.heading-hero._20px.green {
  color: var(--green);
}

.paragraph {
  color: var(--beige);
  font-family: roca, sans-serif;
  font-size: 16px;
  font-weight: 100;
  line-height: 1.5;
}

.paragraph.green {
  color: var(--green);
  font-weight: 300;
}

.paragraph.green.date {
  font-size: 14px;
}

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

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

.paragraph.date {
  font-size: 14px;
}

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

.button {
  background-color: var(--green);
  color: var(--beige);
  letter-spacing: 1px;
  border-radius: 20px;
  padding-top: 14px;
  font-family: roca, sans-serif;
  font-size: 16px;
  line-height: 1;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  box-shadow: 2px 2px 5px #0003;
}

.button:hover {
  background-color: var(--beige);
  color: var(--green);
  scale: 1.1;
}

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

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

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

.button.beige.right-2.hero-2 {
  border: 3px solid #0000;
}

.button.hero {
  border: 3px solid var(--beige);
  background-color: #042a2b00;
}

.button.hero:hover {
  color: var(--beige);
}

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

.button.small {
  padding: 9px 10px 4px;
  font-size: 14px;
}

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

.container-horizontal {
  max-width: none;
  margin-left: 0;
  display: flex;
}

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

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

.container-horizontal.cent {
  justify-content: center;
  align-items: center;
  margin-left: auto;
}

.container-horizontal.cent.top-1 {
  margin-top: 1vw;
}

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

.container-horizontal.cent-ali.top-1 {
  margin-top: 1vw;
}

.heading {
  color: var(--green);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: roca, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.5;
}

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

.heading.beige._24-px {
  font-size: 24px;
}

.heading.beige._24-px.top-3 {
  margin-top: 3vw;
}

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

.heading.bot-5.center {
  text-align: center;
}

.heading.title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
}

.heading.name {
  margin-top: 2vw;
  margin-bottom: 0;
}

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

.heading.no-bot {
  margin-bottom: 0;
  font-size: 26px;
}

.heading.no-bot.cent {
  text-align: center;
}

.heading._24px {
  font-size: 24px;
}

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

.heading._20px {
  font-size: 20px;
}

.hero-circles {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  padding: 0;
  position: relative;
}

.image-circle {
  filter: sepia(30%);
  object-fit: cover;
  border: 5px solid #d6d6b100;
  border-radius: 100%;
  width: 100%;
  margin-bottom: 1vw;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  box-shadow: 2px 2px 5px #0003;
}

.image-circle:hover {
  border-top-style: solid;
  border-top-width: 5px;
  border-top-color: var(--beige);
  border-right-style: solid;
  border-right-width: 5px;
  border-right-color: var(--beige);
  border-bottom-style: solid;
  border-bottom-width: 5px;
  border-bottom-color: var(--beige);
  border-left-style: solid;
  border-left-width: 5px;
  border-left-color: var(--beige);
  filter: sepia(0%);
  scale: 1.05;
}

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

.cell.horizontal {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: row;
}

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

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

.news-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  margin-left: 0;
  display: flex;
}

.link {
  color: var(--green);
  font-family: roca, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
}

.link:hover {
  color: var(--green-50);
  scale: 1.05;
}

.link.footer {
  color: var(--beige);
  margin-bottom: 1vw;
  text-decoration: none;
}

.link.footer:hover {
  opacity: .5;
}

.link.cent {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.link.cent.no-hov:hover {
  scale: 1;
}

.link.beige {
  color: var(--beige);
  text-decoration: none;
}

.link.beige:hover {
  opacity: .5;
}

.line {
  background-color: var(--green-50);
  width: 100%;
  height: 1px;
  margin-top: 3vw;
  margin-bottom: 3vw;
}

.button-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 3vw;
  display: flex;
}

.section-sociale {
  background-image: linear-gradient(90deg, #00000080, #0000 58%), url('../images/sociale-baner.webp');
  background-position: 0 0, 100% 0;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
  height: 50vh;
  display: flex;
}

.section-sociale.naszepsy {
  background-image: linear-gradient(90deg, #00000080 26%, #0000 57%), url('../images/sociale-baner-4.webp');
  background-position: 0 0, 100% 25%;
}

.section-sociale.mioty {
  background-image: linear-gradient(90deg, #00000080 23%, #0000 55%), url('../images/sociale-baner-3.webp');
  background-position: 0 0, 100% 65%;
}

.section-sociale.aktualnosci {
  background-image: linear-gradient(90deg, #00000080, #0000 58%), url('../images/sociale-baner-2.webp');
  background-position: 0 0, 100% 60%;
}

.section-sociale.kontakt {
  background-image: linear-gradient(90deg, #00000080, #0000 58%), url('../images/sociale-baner-1.webp');
  background-position: 0 0, 100%;
}

.container-sociale {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 5vw;
}

.sm-icon {
  border-radius: 20px;
  width: 6vw;
  height: 6vw;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
}

.sm-icon:hover {
  box-shadow: 0 0 6px 0 var(--light-beige);
  scale: 1.05;
}

.sm-icon.left-2 {
  margin-right: 2vw;
}

.stack-footer {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  padding: 0;
}

.menu-wrapper {
  flex-flow: column;
  height: auto;
  margin-left: 0;
  margin-right: 2vw;
  display: flex;
}

.menu-wrapper._2 {
  height: auto;
  margin-right: 4vw;
}

.menu-wrapper._3 {
  color: var(--beige);
  margin-right: 0;
}

.cell-footer {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
}

.text-block {
  color: var(--beige);
  margin-bottom: 1vw;
  font-family: roca, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.text-block.copyright {
  text-align: center;
  margin-top: 2vw;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 100;
}

.fci-icon {
  width: 6vw;
}

.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.pawrent {
  justify-content: flex-start;
  align-items: center;
  width: 45%;
  margin-top: 0;
  margin-bottom: 0;
}

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

.gallery-stack.top-3 {
  margin-top: 3vw;
}

.gallery-stack.top-3.pups {
  margin-bottom: 5vw;
}

.image-g1 {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  box-shadow: 2px 2px 5px #0003;
}

.image-g1:hover {
  scale: 1.05;
}

.image-g1.bot-1 {
  margin-bottom: 1vw;
}

.image-g1.bot-1.top-20 {
  object-position: 50% 20%;
}

.image-g1.left {
  object-position: 0% 50%;
}

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

.image-g1.bot {
  object-position: 50% 100%;
}

.image-g2 {
  aspect-ratio: 4 / 6.2;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  box-shadow: 2px 2px 5px #0003;
}

.image-g2:hover {
  scale: 1.05;
}

.image-g2.left {
  object-position: 0% 50%;
}

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

.image-dog {
  border: 3px solid #042a2b;
  border-radius: 100%;
  margin-left: auto;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  box-shadow: 2px 2px 5px #0003;
}

.image-dog:hover {
  filter: drop-shadow(0px 0px 5px var(--green-50));
  scale: 1.05;
}

.dog-info-wrapper {
  max-width: none;
  margin-left: 3vw;
}

.italic-text {
  font-weight: 300;
}

.text-span-12-px {
  font-size: 12px;
}

.div-button {
  background-color: var(--green);
  color: var(--beige);
  letter-spacing: 1px;
  border-radius: 20px;
  margin-top: 2vw;
  padding: 14px 15px 9px;
  font-family: roca, sans-serif;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  box-shadow: 2px 2px 5px #0003;
}

.div-button:hover {
  background-color: var(--beige);
  color: var(--green);
  scale: 1.05;
}

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

.link-30 {
  width: 30%;
  margin-left: auto;
}

.img-1-1 {
  aspect-ratio: 1;
  border-radius: 20px;
  width: 100%;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  box-shadow: 2px 2px 5px #0003;
}

.img-1-1:hover {
  scale: 1.05;
}

.img-1-1.block {
  object-fit: cover;
}

.lightbox-40 {
  width: 35%;
}

.lightbox-40._30 {
  width: 30%;
}

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

.text-wrapper._60 {
  width: 64%;
  margin-left: 1vw;
}

.text-span-bold {
  font-weight: 700;
}

.image-4-3 {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 2px 2px 5px #0003;
}

.image-4-3.bot-20 {
  object-fit: cover;
  width: 100%;
  margin-bottom: 20px;
}

.image-4-3.bot-20.containt {
  background-color: var(--green);
  object-fit: contain;
  padding-left: 2vw;
  padding-right: 2vw;
}

.image-4-3.bot-20.top {
  object-position: 50% 0%;
}

.image-4-3.bot-20.top30 {
  object-position: 50% 30%;
}

.tab-prev {
  background-color: var(--green);
  color: var(--beige);
  letter-spacing: 1px;
  cursor: pointer;
  border-radius: 15px;
  margin-left: 0;
  padding-top: 13px;
  font-family: roca, sans-serif;
  font-size: 14px;
  line-height: 1;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  position: absolute;
  inset: auto auto -10vw 0%;
  box-shadow: 2px 2px 5px #0003;
}

.tab-prev:hover {
  background-color: var(--beige);
  color: var(--green);
  scale: 1.05;
}

.tab-prev.top {
  inset: -10vw auto auto 0%;
}

.tabs {
  width: 100%;
}

.container-main {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

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

.container-main.top-3.no-strech {
  justify-content: flex-start;
  align-items: flex-start;
}

.tabs-menu-hide {
  display: none;
}

.tabs-content-2 {
  overflow: visible;
}

.tab-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.section-tab {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 15vw;
  padding-bottom: 15vw;
  display: flex;
}

.tab-next {
  background-color: var(--green);
  color: var(--beige);
  letter-spacing: 1px;
  cursor: pointer;
  border-radius: 15px;
  margin-right: 0;
  padding-top: 13px;
  font-family: roca, sans-serif;
  font-size: 14px;
  line-height: 1;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  position: absolute;
  inset: auto 0% -10vw auto;
  box-shadow: 2px 2px 5px #0003;
}

.tab-next:hover {
  background-color: var(--beige);
  color: var(--green);
  scale: 1.05;
}

.tab-next.top {
  inset: -10vw 0% auto auto;
}

.image-g3 {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 20px;
  height: 100%;
}

.image-g3.block.top {
  object-position: 50% 0%;
}

.image-g3.block.top60 {
  object-position: 50% 60%;
}

.image-g3.block.top30 {
  object-position: 50% 30%;
}

.image-g3.block.right {
  object-position: 100% 50%;
}

.image-g3.bot {
  object-position: 50% 100%;
}

.div-img-wrapper {
  width: 35%;
}

.map {
  border-radius: 20px;
  width: 100%;
  box-shadow: 2px 2px 5px #0003;
}

.icon {
  width: 5vw;
  margin-right: 2vw;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
}

.icon:hover {
  opacity: .5;
  scale: 1.1;
}

.icon.no-hov {
  transition-property: none;
}

.icon.no-hov:hover {
  opacity: 1;
  scale: 1;
}

.icon.small {
  width: auto;
  height: 24px;
  margin-bottom: 5px;
  margin-right: 1vw;
}

.form-block {
  color: var(--green);
  width: 100%;
}

.text-field {
  border-bottom: 1px solid var(--green-50);
  background-color: var(--beige);
  color: var(--green);
  width: 49%;
  height: 4vw;
  font-family: roca, sans-serif;
  line-height: 1.5;
}

.text-field.full {
  width: 100%;
  height: 12vw;
}

.text-field.right {
  margin-left: auto;
}

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

.lottie-animation {
  z-index: 999;
  background-color: var(--beige);
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block {
  z-index: 0;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  display: inline-block;
}

.div-block:hover {
  scale: 1.05;
}

.lightbox-link-2 {
  position: relative;
}

.vid {
  width: 100%;
}

.container-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.code-embed {
  width: 50vw;
}

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

.div-podpis {
  width: 100%;
  position: relative;
}

.image {
  object-fit: cover;
  border-radius: 10px;
  width: 49%;
  box-shadow: 2px 2px 5px #0003;
}

.image.historia {
  aspect-ratio: 3 / 2;
  width: 100%;
}

.image.historia.right {
  aspect-ratio: auto;
}

.paragraph-2 {
  color: #f5f5f5;
  column-count: 1;
  font-weight: 400;
  line-height: 1.5;
}

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

.paragraph-2.center.small {
  font-size: 14px;
}

.paragraph-2.center.small.absolut {
  color: var(--beige);
  background-color: #00000080;
  margin-bottom: 0;
  font-family: roca, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  position: absolute;
  inset: auto 0% 1vw;
}

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

  .navbar-logo-left-container.shadow-three {
    max-width: none;
  }

  .nav-link {
    margin-left: 10px;
    margin-right: 10px;
  }

  .button-lang {
    margin-left: 20px;
    margin-right: 0;
  }

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

  .container-hero {
    margin-left: 7.5vw;
  }

  .paragraph {
    font-size: 18px;
  }

  .section-sociale {
    height: 60vh;
  }

  .container-sociale {
    margin-left: 7.5vw;
  }

  .tab-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .image-g3 {
    width: auto;
  }

  .div-img-wrapper {
    width: 35%;
    display: flex;
  }
}

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

  .nav-link {
    font-size: 20px;
  }

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

  .container-hero {
    margin-left: 10vw;
  }

  .paragraph.green.date {
    font-size: 16px;
  }

  .section-sociale {
    background-position: 0 0, 100% 0;
    height: 65vh;
  }

  .section-sociale.kontakt {
    background-position: 0 0, 100%;
  }

  .container-sociale {
    margin-left: 10vw;
  }

  .stack-footer {
    padding: 0;
  }

  .text-block {
    display: flex;
  }

  .text-block.copyright {
    text-align: center;
    margin-bottom: 0;
  }

  .tab-wrapper {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .section-tab {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .navbar-logo-left {
    height: 12vh;
    padding-top: 2vh;
    padding-bottom: 2vh;
  }

  .container-navbar {
    max-width: 728px;
  }

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

  .nav-menu-two {
    background-color: var(--green);
    border-radius: 50px;
    flex-wrap: wrap;
    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;
  }

  .menu-button {
    color: var(--beige);
    padding: 12px;
    transition: all .2s cubic-bezier(.455, .03, .515, .955);
  }

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

  .logo-navbar {
    height: 10vh;
  }

  .logo-navbar.block {
    height: 8vh;
  }

  .section-hero {
    background-image: url('../images/hero1.webp');
    background-position: 100% 30%;
    background-size: 140vw;
    height: 45vh;
  }

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

  .section.mobile {
    display: block;
  }

  .container {
    flex-flow: column;
  }

  .container.v-flex.top-3 {
    margin-top: 5vw;
  }

  .container.center.top-3-mob {
    margin-top: 3vw;
  }

  .container.top-5.litter {
    flex-flow: row;
    display: flex;
  }

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

  .image-50 {
    width: 100%;
  }

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

  .container-right.pawrent {
    width: 48%;
    max-width: none;
    margin-top: 0;
  }

  .container-right.vid {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .container-hero {
    display: none;
  }

  .container-hero.mobile {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .paragraph.green.no-bot.underline {
    text-decoration: underline;
  }

  .paragraph.center-mob {
    text-align: center;
  }

  .container-horizontal.top-2.cent-mob {
    margin-left: auto;
  }

  .container-horizontal.cent-ali.top-1 {
    margin-top: 3vw;
  }

  .heading.beige {
    font-size: 24px;
  }

  .heading.no-bot.cent.mob-20 {
    font-size: 20px;
  }

  .cell.horizontal {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
  }

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

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

  .container-sociale {
    width: 50%;
    max-width: none;
  }

  .sm-icon {
    width: 10vw;
    height: 10vw;
  }

  .stack-footer {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
  }

  .menu-wrapper {
    margin-right: 4vw;
  }

  .menu-wrapper._2 {
    margin-right: 8vw;
  }

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

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

  .text-block.underline {
    text-decoration: underline;
  }

  .fci-icon {
    width: 10vw;
  }

  .logo-footer {
    width: 50%;
  }

  .logo-footer.block {
    margin-left: auto;
    margin-right: auto;
  }

  .link-block {
    display: flex;
  }

  .link-block.w--current {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

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

  .container-left.pawrent {
    width: 48%;
  }

  .gallery-stack.top-3.pups {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
  }

  .lightbox-40._30 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .text-wrapper._60 {
    width: 100%;
    max-width: none;
    margin-top: 2vw;
    margin-bottom: 0;
    margin-left: 0;
  }

  .image-4-3.bot-20 {
    margin-bottom: 10px;
  }

  .image-4-3.bot-20.containt {
    width: 60%;
  }

  .tab-prev {
    bottom: -10vw;
  }

  .tab-prev.top {
    top: -10vw;
  }

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

  .section-tab {
    padding-bottom: 15vw;
  }

  .tab-next {
    bottom: -10vw;
  }

  .tab-next.top {
    top: -10vw;
  }

  .image-g3 {
    aspect-ratio: 4 / 2;
  }

  .div-img-wrapper {
    width: 100%;
  }

  .icon, .icon.no-hov {
    width: 7vw;
  }

  .icon.small {
    height: 32px;
    margin-right: 2vw;
  }

  .text-field {
    height: 6vw;
  }

  .text-field.full {
    height: 16vw;
  }

  .image {
    width: 100%;
    margin-top: 5vw;
    margin-bottom: 5vw;
  }

  .image.historia {
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-span {
    text-decoration: underline;
    -webkit-text-decoration-color: var(--beige);
    text-decoration-color: var(--beige);
  }
}

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

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

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

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .button-lang {
    margin-left: 0;
  }

  .section-hero {
    background-position: 100% 75%;
  }

  .container.top-5.litter {
    flex-flow: column;
  }

  .container-right.pawrent {
    width: 100%;
    margin-left: 0;
  }

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

  .heading-hero, .heading-hero._20px.bot-2.cent-mob.mob-16 {
    text-align: center;
  }

  .heading-hero._20px.bot-2.none {
    display: none;
  }

  .heading-hero._20px.green {
    text-align: left;
  }

  .container-horizontal.cent-ali.top-1 {
    margin-top: 5vw;
  }

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

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

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

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

  .container-sociale {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: auto;
    display: flex;
  }

  .stack-footer {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
  }

  .menu-wrapper {
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .menu-wrapper._2 {
    margin-left: auto;
    margin-right: auto;
  }

  .menu-wrapper._3 {
    margin-top: 8vw;
    margin-right: auto;
  }

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

  .logo-footer {
    width: 75%;
  }

  .container-left.pawrent {
    width: 100%;
    margin-right: 0;
  }

  .gallery-stack.top-3.pups {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
  }

  .link-30 {
    width: 50%;
  }

  .lightbox-40._30 {
    width: 100%;
  }

  .text-wrapper {
    width: 100%;
    margin-top: 3vw;
    margin-bottom: 0;
    margin-left: 0;
  }

  .section-tab {
    padding-bottom: 15vw;
  }

  .icon, .icon.no-hov {
    width: 10vw;
    margin-right: 4vw;
  }

  .text-field {
    height: 8vw;
  }

  .text-field.full {
    height: 20vw;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo-left {
    height: 10vh;
  }

  .container-navbar {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .logo-navbar {
    height: 8vh;
  }

  .section-hero {
    background-position: 80% 60%;
    background-size: 165vw;
    height: 40vh;
  }

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

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

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

  .heading-hero._50px {
    font-size: 40px;
  }

  .heading-hero._20px.bot-2 {
    line-height: 1.5;
  }

  .heading-hero._20px.bot-2.cent-mob {
    text-align: center;
  }

  .heading-hero._20px.bot-2.cent-mob.mob-16 {
    font-size: 16px;
  }

  .heading-hero.cent-mobile {
    text-align: center;
  }

  .button {
    font-size: 14px;
  }

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

  .container-horizontal.top-2.mid-align {
    margin-top: 4vw;
  }

  .heading.title {
    font-size: 30px;
  }

  .heading.no-bot.cent-mob {
    text-align: center;
    font-size: 20px;
  }

  .heading._24px.bot-2vw.mob-20 {
    font-size: 20px;
  }

  .heading.mob-24 {
    font-size: 24px;
  }

  .image-circle {
    width: 75%;
  }

  .line {
    margin-top: 9vw;
    margin-bottom: 9vw;
  }

  .button-wrapper {
    margin-top: 6vw;
  }

  .section-sociale {
    background-image: linear-gradient(#00000080, #00000080), url('../images/sociale-baner.webp');
    background-position: 0 0, 100% 0;
    background-size: auto, cover;
    padding-left: 5vw;
    padding-right: 5vw;
  }

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

  .section-sociale.mioty {
    background-image: linear-gradient(#00000080, #00000080), url('../images/sociale-baner-3.webp');
    background-position: 0 0, 80% 65%;
    background-size: auto, auto 70vh;
    background-attachment: scroll, scroll;
  }

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

  .container-sociale {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    display: flex;
  }

  .sm-icon {
    width: 20vw;
    height: 20vw;
  }

  .sm-icon.left-2 {
    margin-right: 5vw;
  }

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

  .text-block.copyright {
    margin-top: 4vw;
  }

  .fci-icon {
    width: 15vw;
  }

  .logo-footer {
    margin-left: auto;
    margin-right: auto;
  }

  .image-g2.block {
    height: auto;
  }

  .dog-wrapper {
    flex-flow: column;
  }

  .image-dog {
    margin-right: auto;
  }

  .dog-info-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 3vw;
    margin-left: auto;
    display: flex;
  }

  .link-30 {
    width: 75%;
    margin-right: auto;
  }

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

  .tab-prev {
    padding: 8px 10px 4px;
    font-size: 14px;
  }

  .tab-wrapper {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .tab-next {
    padding: 8px 10px 4px;
    font-size: 14px;
  }

  .image-g3 {
    aspect-ratio: 4 / 3;
  }

  .icon, .icon.no-hov {
    width: 12vw;
  }

  .icon.small {
    height: 40px;
  }

  .text-field {
    height: 12vw;
  }

  .text-field.full {
    height: 30vw;
  }
}

#w-node-fb98e403-8342-249d-8919-e2240fd59a9c-cbb857af {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-be18253d-42a1-2fef-5197-176baa48ed38-aa48ed37 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr 1.25fr;
}

#w-node-d459b625-d783-aaeb-11d3-15a50c67900e-b5f7e272 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-d459b625-d783-aaeb-11d3-15a50c679011-b5f7e272 {
  grid-row: span 2 / span 2;
}

#w-node-_11d134cc-eee2-faf9-eda8-e13c34be18b1-35fe8ebe {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-fd3f2ddd-3268-0692-b9ee-a67fe27504ac-35fe8ebe {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-fd3f2ddd-3268-0692-b9ee-a67fe27504af-35fe8ebe {
  grid-row: span 2 / span 2;
}

#w-node-b9887344-89c9-3948-44a6-35e7cab5f164-c54bfef7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-cd8e3e7a-0126-40cc-a0e8-396a5488effa-c54bfef7 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-cd8e3e7a-0126-40cc-a0e8-396a5488effd-c54bfef7 {
  grid-row: span 2 / span 2;
}

#w-node-fb98e403-8342-249d-8919-e2240fd59a9c-56fde572 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-b1526a45-bfb8-a4c0-2d17-2f33ba05dd78-ba05dd77 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr 1.25fr;
}

#w-node-d459b625-d783-aaeb-11d3-15a50c67900e-43e9fcfc {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-d459b625-d783-aaeb-11d3-15a50c679011-43e9fcfc {
  grid-row: span 2 / span 2;
}

#w-node-_11d134cc-eee2-faf9-eda8-e13c34be18b1-0495a6d2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-fd3f2ddd-3268-0692-b9ee-a67fe27504ac-0495a6d2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-fd3f2ddd-3268-0692-b9ee-a67fe27504af-0495a6d2 {
  grid-row: span 2 / span 2;
}

#w-node-b9887344-89c9-3948-44a6-35e7cab5f164-cfc37b4e, #w-node-f661471f-d474-cc28-ad42-db6b0bd2b494-cfc37b4e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_9ed2fca8-ce80-2a2f-a68c-26e64f711e82-cfc37b4e {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_9ed2fca8-ce80-2a2f-a68c-26e64f711e85-cfc37b4e {
  grid-row: span 2 / span 2;
}

@media screen and (min-width: 1440px) {
  #w-node-be18253d-42a1-2fef-5197-176baa48ed38-aa48ed37, #w-node-b1526a45-bfb8-a4c0-2d17-2f33ba05dd78-ba05dd77 {
    grid-template-rows: auto;
    grid-template-columns: 1fr .75fr 1.25fr;
  }
}

@media screen and (max-width: 991px) {
  #w-node-be18253d-42a1-2fef-5197-176baa48ed38-aa48ed37, #w-node-b9887344-89c9-3948-44a6-35e7cab5f164-c54bfef7, #w-node-b1526a45-bfb8-a4c0-2d17-2f33ba05dd78-ba05dd77 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b9887344-89c9-3948-44a6-35e7cab5f164-cfc37b4e {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-f661471f-d474-cc28-ad42-db6b0bd2b494-cfc37b4e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b9887344-89c9-3948-44a6-35e7cab5f164-c54bfef7, #w-node-b9887344-89c9-3948-44a6-35e7cab5f164-cfc37b4e, #w-node-f661471f-d474-cc28-ad42-db6b0bd2b494-cfc37b4e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fb98e403-8342-249d-8919-e2240fd59a9c-cbb857af {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d459b625-d783-aaeb-11d3-15a50c67900e-b5f7e272 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-d459b625-d783-aaeb-11d3-15a50c679011-b5f7e272 {
    grid-row: span 2 / span 2;
  }

  #w-node-_11d134cc-eee2-faf9-eda8-e13c34be18b1-35fe8ebe {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-fd3f2ddd-3268-0692-b9ee-a67fe27504ac-35fe8ebe {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-fd3f2ddd-3268-0692-b9ee-a67fe27504af-35fe8ebe {
    grid-row: span 2 / span 2;
  }

  #w-node-cd8e3e7a-0126-40cc-a0e8-396a5488effa-c54bfef7 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-cd8e3e7a-0126-40cc-a0e8-396a5488effd-c54bfef7 {
    grid-row: span 2 / span 2;
  }

  #w-node-fb98e403-8342-249d-8919-e2240fd59a9c-56fde572 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d459b625-d783-aaeb-11d3-15a50c67900e-43e9fcfc {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-d459b625-d783-aaeb-11d3-15a50c679011-43e9fcfc {
    grid-row: span 2 / span 2;
  }

  #w-node-_11d134cc-eee2-faf9-eda8-e13c34be18b1-0495a6d2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-fd3f2ddd-3268-0692-b9ee-a67fe27504ac-0495a6d2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-fd3f2ddd-3268-0692-b9ee-a67fe27504af-0495a6d2 {
    grid-row: span 2 / span 2;
  }

  #w-node-_9ed2fca8-ce80-2a2f-a68c-26e64f711e82-cfc37b4e {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_9ed2fca8-ce80-2a2f-a68c-26e64f711e85-cfc37b4e {
    grid-row: span 2 / span 2;
  }
}


