:root {
  --white: #fff;
  --black: #000;
  --primary: #ff7000;
  --light-orange: #242424;
  --transp: #0000;
  --about: pink;
  --transp-orange: #ffc191;
}

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

.section {
  background-color: var(--white);
  background-image: url('../images/bg-horse.png');
  background-position: 0 0;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.global-padding {
  padding-left: 5rem;
  padding-right: 5rem;
}

.global-padding.hero-padding {
  padding-top: 7rem;
}

.container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1fr;
  height: 39rem;
}

.column {
  position: relative;
}

.h1 {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 4px;
  margin-bottom: 0;
  font-family: Bree Serif, sans-serif;
  font-size: 3rem;
  line-height: 94%;
}

.h1.color-orange {
  color: var(--primary);
  text-transform: uppercase;
  font-family: Bree Serif, sans-serif;
  line-height: 120%;
}

.h1.height-120 {
  line-height: 120%;
}

.column-3 {
  text-align: right;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 7rem;
  display: flex;
  position: relative;
}

.tomato {
  z-index: 1;
  width: 19rem;
  position: absolute;
  inset: auto auto 0% -71%;
}

.tomato.is-2 {
  inset: 56px -71% auto auto;
  transform: rotate(-143deg);
}

.stiker {
  z-index: 1;
  width: 11rem;
  position: absolute;
  inset: auto auto 29% -27%;
  transform: rotate(-1deg);
}

.stiker.is-2_stiker {
  z-index: 0;
  transform-style: preserve-3d;
  inset: 0% -22% auto auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0)rotate(-1deg);
}

.stiker.is-card2 {
  inset: 0% 0% auto auto;
}

.stiker.is-card {
  inset: 0% auto auto 0%;
}

.hero_path {
  z-index: 0;
  width: 170%;
  max-width: 200%;
  position: absolute;
  inset: -18% 0% 0% -46%;
}

.hero_girl {
  z-index: 2;
  width: 32rem;
  position: absolute;
  inset: auto 0% -7% 6%;
}

.hero-path2 {
  filter: brightness(0%);
  width: 5.5rem;
  position: absolute;
  inset: -4% 40% auto auto;
  transform: rotate(-17deg);
}

.hero_box {
  z-index: 2;
  filter: drop-shadow(0 10px 6px #0000003b);
  width: 160%;
  max-width: 170%;
  position: absolute;
  inset: auto 0% 0% -39%;
}

.hero_path-box {
  z-index: 0;
  filter: brightness(0%);
  width: 50rem;
  position: absolute;
  inset: 12% 0% 0% -3%;
  transform: rotate(-18deg);
}

.salata {
  z-index: 1;
  position: absolute;
  bottom: 16%;
  left: -85%;
  right: auto;
  transform: rotate(0);
}

.salata.is-2_salata {
  left: auto;
  right: -89%;
}

.salata.is-left {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.mobile-heading {
  display: none;
}

.menu-wrapper {
  z-index: 98;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  position: fixed;
  top: 4%;
  left: 0;
  right: 0;
}

.button-text {
  z-index: 3;
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 115%;
  position: relative;
}

.button-text.mob-nav {
  color: var(--primary);
}

.button-text.nav {
  color: var(--primary);
  font-weight: 700;
}

.menu-links {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--light-orange);
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20rem;
  height: 28rem;
  margin-top: 0;
  padding-top: 20px;
  display: flex;
  position: absolute;
  inset: 24% auto auto 0%;
}

.hamburger {
  background-color: var(--light-orange);
  justify-content: center;
  align-items: center;
  width: 7.9rem;
  height: 3.6rem;
  text-decoration: none;
  display: flex;
}

.underline-w {
  background-color: var(--white);
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.burger-line {
  background-color: #212e2e;
  width: 100%;
  height: 1px;
}

.burger-line.top {
  background-color: var(--primary);
  height: 1.5px;
}

.burger-line.bottom {
  background-color: var(--primary);
  height: 1.5px;
  margin-top: 6px;
}

.burger-lines {
  z-index: 999;
  width: 32px;
  color: var(--white);
}

.underline-fill {
  background-color: #fff;
  width: 0;
  height: 2px;
}

.wrap-menu-link {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.wrap-link {
  color: #212e2e;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: none;
}

.wrap-link.w--current {
  align-items: center;
}

.btn-bg {
  background-color: var(--white);
  position: absolute;
  inset: 0%;
}

.navbur {
  z-index: 5;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-left: 5rem;
  display: flex;
  position: fixed;
  inset: 4% 0% auto auto;
}

.button {
  background-color: #2f3130;
  justify-content: flex-start;
  align-items: center;
  height: 3.6rem;
  margin-left: 4.375rem;
  padding: 1rem 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button.margin-0 {
  background-color: #2f3130;
  justify-content: center;
  align-items: center;
  height: 3.6rem;
  margin-left: 0;
  position: relative;
  overflow: hidden;
}

.button.margin-0.nav {
  background-color: var(--black);
}

.button-text-abs {
  z-index: 3;
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 115%;
  position: absolute;
  transform: translate(0, 200%);
}

.button-text-abs.nav {
  color: var(--primary);
  font-weight: 700;
}

.lofo-wrap {
  background-color: var(--transp);
  border: .5px #efede9;
  width: 19%;
  padding: .6rem 1rem .6rem 0;
}

.lofo-wrap.w--current {
  background-color: var(--transp);
  border-style: none;
  width: 19%;
  padding-left: 0;
}

.logo {
  width: 100%;
  max-width: 100%;
  padding-top: 0;
}

.marquee_wrap {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.marquee_wrap.is-crimson {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--black);
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #000;
  flex-flow: row;
  width: 100vw;
  height: 5vw;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.logo2 {
  width: 12rem;
  color: var(--primary);
}

.marquee_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 100svw;
  display: flex;
}

.nav-btn-wraps {
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section-orange {
  background-color: var(--primary);
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  overflow: hidden;
}

.heading-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 6rem;
  margin-bottom: 6rem;
  display: flex;
}

.heading-wrapper.is-testo {
  text-align: left;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 2rem;
}

.span-text {
  background-color: var(--primary);
  color: var(--white);
  padding-left: 10px;
  padding-right: 10px;
}

.column-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 7rem;
  display: flex;
}

.column-wrapper.app {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 9.4rem;
  padding-right: 5.7rem;
}

.paragraph-wraaper {
  width: 47%;
}

.images-wraaper {
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  display: flex;
  position: relative;
}

.image {
  border: 6px solid var(--primary);
  width: 20rem;
  transform: rotate(7deg);
}

.image-man {
  z-index: 5;
  border: 6px solid var(--primary);
  border-radius: 0;
  width: 48%;
  position: absolute;
  left: 14%;
  transform: rotate(-4deg);
}

.stiker-copy {
  width: 11rem;
  position: absolute;
  inset: -24% -12% auto auto;
  transform: rotate(26deg);
}

.svg {
  z-index: 6;
  width: 31rem;
  color: var(--light-orange);
  position: absolute;
  inset: auto 0% 0% 26%;
}

.svg.text-about {
  color: var(--about);
  text-shadow: 0 0 1px #00000069;
}

.paragraph {
  color: var(--black);
  font-family: Lato, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 113%;
}

.paragraph.footer {
  color: #000;
  font-weight: 400;
}

.paragraph.regular {
  color: var(--white);
  text-align: left;
  font-weight: 400;
}

.span-text-white {
  background-color: var(--white);
  color: var(--primary);
  padding-left: 10px;
  padding-right: 10px;
}

.card-link {
  background-color: var(--primary);
  color: #212e2e;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.2rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: none;
}

.card-link.w--current {
  align-items: center;
}

.body-text {
  color: #2f3130;
  cursor: default;
  max-width: 30rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 110%;
}

.card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white);
  border-radius: 1.4375rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 23.25rem;
  height: 28.125rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-link-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  margin-bottom: 2rem;
  padding: 1.1rem 1.1rem 1.1rem 2.8rem;
  display: flex;
}

.section-green {
  background-color: var(--black);
  background-image: url('../images/testobg3_1testobg3.avif');
  background-position: 20%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.salata-mob {
  z-index: 1;
  width: 24rem;
  position: absolute;
  inset: 10% -16% 0% auto;
}

.salata-mob.is-left {
  width: 24rem;
  transform-style: preserve-3d;
  inset: 9% auto 0% -16%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.image-3 {
  width: 28rem;
  margin-bottom: -19px;
  transform: translate(0, 43px);
}

.footer-link {
  color: #0b1d12;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
  transition: color .5s;
}

.footer-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-copy-right-text {
  color: #696969;
}

.social-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.social-wrapper.footer {
  margin-top: 16px;
  margin-bottom: 0;
}

.title-small {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 2px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.footer-details-wrap {
  width: 40%;
}

.primary-button {
  color: #fff;
  letter-spacing: 1px;
  background-color: #0009ff;
  background-image: url('../images/arrow-right.svg');
  background-position: 150% 52%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 8px;
  padding: 13px 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  transition: all .4s;
}

.primary-button:hover {
  background-image: url('../images/arrow-right.svg');
  background-position: 90% 52%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 34px;
}

.primary-button.footer {
  background-color: var(--black);
  text-align: center;
  padding: 18px 22px;
}

.primary-button.footer:hover {
  background-image: url('../images/arrow-right.svg');
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 34px;
}

.footer-all-link-wrapper {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  display: flex;
}

.footer-wrapper {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-2 {
  width: 100%;
  max-width: 87rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  display: grid;
}

.footer-social-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.footer-image-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 55px;
  display: flex;
  position: relative;
}

.footer-section-wrapper {
  background-color: var(--primary);
  padding-top: 65px;
  padding-bottom: 30px;
}

.footer-link-wrapper {
  flex-flow: column;
  height: 28px;
  display: flex;
  overflow: hidden;
}

.social-icon-wrap {
  background-color: #e3ebe8;
  border-radius: 12px;
  padding: .8rem 1.1rem .5rem;
  transition: background-color .5s;
}

.social-icon-wrap:hover {
  background-color: #ffe3d2;
}

.link {
  color: var(--primary);
}

.link.vizion-link {
  color: #696969;
}

.map-wraper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  cursor: pointer;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-4 {
  border-radius: .75rem;
  width: 8rem;
}

.phone-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-icon {
  color: #02934e;
  width: 1.8rem;
}

.path {
  color: var(--primary);
}

.footer-logo {
  color: #ececec;
}

.inst-icon {
  width: 2rem;
  color: var(--primary);
}

.div-block-2 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 60%;
  height: 100%;
  padding-top: 7rem;
  padding-bottom: 7rem;
  padding-left: 8rem;
  display: flex;
}

.section-2 {
  background-color: #0000;
}

.padding-global {
  width: 100%;
  height: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global.padding-top {
  padding-top: 4rem;
}

.margin-bottom-copy {
  border: .5px solid var(--light-orange);
  border-radius: 100px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 2rem;
  padding: 1.3rem 2rem;
  display: flex;
  position: relative;
}

.margin-bottom-copy:hover {
  border-color: var(--light-orange);
}

.margin-bottom-copy.is-img.img-woman {
  border-color: var(--white);
}

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

.burger-card_img {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 28rem;
  margin-bottom: 2rem;
  display: flex;
  position: relative;
}

.column-2 {
  z-index: 3;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  margin-top: 2rem;
  display: flex;
  position: relative;
}

.text-size-medium {
  color: #171715;
  text-decoration: none;
  -webkit-text-decoration-color: var(--primary);
  text-decoration-color: var(--primary);
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 120%;
  text-decoration-style: solid;
}

.text-size-medium:hover {
  color: var(--white);
}

.text-size-medium.light {
  color: #fffff4;
}

.burger-img {
  z-index: 2;
  width: 18rem;
  position: relative;
}

.burger-img.is-big {
  width: 19rem;
}

.burger-img.doner-box {
  width: 14rem;
}

.burger-img.wrap-img {
  width: 20rem;
}

.burger-card_img-wrap {
  background-color: var(--primary);
  cursor: pointer;
  flex-flow: column;
  justify-content: space-between;
  height: 33rem;
  display: flex;
}

.burger-card_img-wrap:hover {
  color: var(--white);
}

.container-3 {
  margin-left: auto;
  margin-right: auto;
}

.flex-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
  display: flex;
}

.bg-burger-card {
  width: 100%;
  position: absolute;
}

.shadow {
  opacity: .49;
  filter: blur(10px);
  background-color: #47412b;
  border-radius: 100px;
  width: 140px;
  height: 10px;
  position: absolute;
  inset: auto auto 0%;
}

.footer-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.arrow-wrap-2 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 1.3rem;
  height: 1.8rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-img-wrap {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 33rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.arrow-2 {
  color: #171715;
  width: 1.3rem;
  position: absolute;
  left: auto;
  transform: translate(0, 2px);
}

.arrow-2.hover-arrow {
  left: -150%;
}

.title-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h2 {
  color: var(--primary);
  text-transform: uppercase;
  font-family: Bree Serif, sans-serif;
  font-size: 3rem;
  font-weight: 700;
}

.tiktok-icon {
  color: #fff;
  width: 3.125rem;
  height: 3.125rem;
}

.swiper-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.h2-2 {
  cursor: default;
  font-family: Meow Script, sans-serif;
  font-weight: 400;
}

.h2-2.text-color_light-green {
  color: var(--light-orange);
  text-align: left;
  margin-top: 10px;
  font-family: Great Vibes, cursive;
  font-size: 28px;
}

.inst-icon-2 {
  color: #fff;
  width: 3.125rem;
  height: 3.2rem;
  text-decoration: none;
}

.gallery-inst-link {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: static;
}

.swiper-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  min-width: 100%;
  margin-top: 2rem;
  display: flex;
  overflow: hidden;
}

.section-gallery {
  background-color: #004b27;
  margin-top: 5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 5%;
  position: relative;
}

.section-gallery.background-color_dark-green {
  background-color: var(--primary);
}

.icons-wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.h1-2 {
  color: #fff;
  font-size: 5.625rem;
}

.h1-2.text-align-center {
  text-align: left;
  width: 65%;
  margin-top: 0;
  font-family: Bree Serif, sans-serif;
  line-height: 65px;
  display: block;
}

.h1-2.text-color-green {
  color: var(--primary);
  font-family: Bree Serif, sans-serif;
  line-height: 86%;
}

.follow-wrapper {
  text-align: left;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 5%;
  display: flex;
}

.nav-text {
  color: #171715;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 120%;
}

.nav-text.is-2 {
  color: var(--white);
  flex: none;
  position: absolute;
  transform: translate(0, -130%);
}

.cheez {
  opacity: 0;
  color: #ffdc00;
  width: 3rem;
  position: absolute;
  inset: 30% 0% auto;
  transform: translate(0, -29px);
}

.cheez.is2 {
  left: 17%;
}

.cheez.is-3 {
  width: 1.9rem;
  top: 12%;
  left: 45%;
}

.process-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #eae7da;
  border-left: .5px solid #753f23;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 30rem;
  padding: 1.7rem;
  display: flex;
}

.process-3.is-3 {
  background-color: var(--primary);
  border-left-width: 1.5px;
  border-left-color: #fcdc48;
  border-left-color: var(--primary);
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: auto;
  padding-left: 1.7rem;
  padding-right: 1.7rem;
}

.svg-3 {
  color: #fcdc48;
  width: 2rem;
}

.process-1 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fffff4;
  border-left: .5px solid #753f23;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 30rem;
  padding: 1.7rem;
  display: flex;
}

.process-1.is-4, .process-1.is-5 {
  background-color: var(--primary);
  border-left-color: #fcdc48;
}

.process-1.is-1 {
  background-color: var(--primary);
  border-left-color: #fcdc48;
  justify-content: center;
  align-items: center;
}

.process-1.is-2 {
  background-color: var(--primary);
  border-left-color: #fcdc48;
}

.process-1.is-4 {
  border-left-width: 1.5px;
  border-left-color: var(--primary);
  background-color: var(--white);
}

.process-1.is-5 {
  border-right: 1.5px solid var(--primary);
  border-left-width: 1.5px;
  border-left-color: var(--primary);
  background-color: var(--white);
}

.process-1.is-1 {
  border-left-width: 1.5px;
  border-left-color: var(--primary);
  background-color: var(--white);
  opacity: 1;
  justify-content: center;
  align-items: center;
}

.process-1.is-2 {
  border-left-width: 1.5px;
  border-left-color: var(--primary);
  background-color: var(--white);
}

.process-wrap {
  z-index: 4;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  height: 100vh;
  margin-bottom: 7rem;
  display: grid;
  position: relative;
}

.nav-menu {
  z-index: 2;
  border-radius: 7px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 1.5rem;
  padding: 1.2rem;
  line-height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: clip;
}

.image-2 {
  filter: drop-shadow(0 6px 6px #0000008a);
  object-fit: contain;
  border-radius: 8px;
  width: auto;
  max-width: 100%;
  height: 110px;
}

.h1-3 {
  z-index: 2;
  color: #171715;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 90%;
  position: relative;
}

.cheez-wrap {
  background-color: var(--primary);
  border-radius: 7px;
  position: relative;
}

.image-5 {
  max-width: 30%;
}

.columns-wrapper {
  height: 100vh;
  display: flex;
}

.btn-bg-2 {
  background-color: var(--primary);
  position: absolute;
  inset: 0%;
}

.button-text-2 {
  z-index: 3;
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 115%;
  position: relative;
}

.food-paper {
  z-index: -1;
  max-width: 20.9rem;
  position: absolute;
  top: 35%;
  left: 33%;
  transform: rotate(7deg);
}

.global-padding-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.phone-img {
  max-width: 35rem;
}

.bazilik-img {
  max-width: 10rem;
  position: absolute;
  inset: auto auto 13% 10%;
}

.top-absolute {
  z-index: -1;
  opacity: .1;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 14% 5% auto;
}

.logo-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 2%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.space-5rem {
  width: 100%;
  padding-top: 8rem;
  padding-bottom: 0;
}

.logo-2 {
  width: 9.125rem;
}

.text-absolute-wrap {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: auto;
  bottom: 20%;
  right: 0%;
}

.text-absolute-wrap.is-4section {
  inset: 24% 0% auto 35%;
}

.right-column {
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  height: auto;
  display: flex;
  position: relative;
}

.tomato-img {
  z-index: -1;
  max-width: 10rem;
  position: absolute;
  top: auto;
  bottom: 36%;
  right: 0%;
  transform: rotate(31deg);
}

.section-4 {
  position: relative;
}

.section-4.pattern-bg {
  z-index: 0;
  background-image: url('../images/bg-cd.svg');
  background-position: 50% 0;
  background-size: auto;
  margin-bottom: 49px;
}

.spacer-tablet {
  width: 100%;
  padding-top: 0;
}

.left-column {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: auto;
  padding-left: 4rem;
  display: flex;
  position: relative;
}

.mushroom-img {
  z-index: -1;
  max-width: 14rem;
  position: absolute;
  inset: 33% auto auto 19%;
}

.body-text-2 {
  color: #2f3130;
  cursor: default;
  max-width: 30rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 110%;
}

.bottom-absolute {
  z-index: -1;
  opacity: .1;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: auto 5% 5%;
}

.svg-4 {
  width: 2rem;
  color: var(--primary);
  padding-top: 0;
}

.svg-4.spark-icon {
  margin-bottom: -5px;
  padding-bottom: 0;
}

.text-span {
  background-color: var(--primary);
  color: var(--white);
  -webkit-text-stroke-width: 0px;
}

.text-span-2 {
  background-color: var(--transp);
  color: var(--primary);
  -webkit-text-stroke-width: 1px;
  word-break: normal;
  font-style: normal;
}

.text-span-3 {
  color: var(--primary);
  -webkit-text-stroke-width: 1px;
}

.project-item {
  border-radius: .75rem;
  width: 30vw;
  height: 32rem;
  position: relative;
  overflow: hidden;
}

.project-item.is-hero {
  border-radius: 0;
  width: 20vw;
  height: auto;
}

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

.footer-icon-2 {
  color: #fff;
  width: 1.8rem;
}

.path-3, .path-4, .path-5 {
  color: var(--primary);
}

.image-10 {
  max-width: 30%;
}

.wrap-marquee {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--black);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.marquee-track {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex: none;
  display: flex;
}

.image-logo {
  flex: none;
  height: 60px;
}

.link-block, .link-block-2, .link-block-3, .link-block-4, .link-block-5, .link-block-6 {
  text-decoration: none;
}

@media screen and (min-width: 1280px) {
  .menu-wrapper {
    width: 10rem;
  }

  .hamburger {
    width: auto;
    height: auto;
  }

  .button, .button.margin-0 {
    height: 3.9rem;
  }

  .button.margin-0.nav {
    height: auto;
  }

  .nav-btn-wraps {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 2fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
    width: 20rem;
    height: 4rem;
    display: grid;
  }

  .text-size-medium:hover {
    color: var(--white);
  }

  .h2-2 {
    font-size: 38px;
  }

  .h2-2.text-color_light-green {
    font-size: 35px;
  }
}

@media screen and (min-width: 1440px) {
  .paragraph {
    line-height: 113%;
  }

  .link.vizion-link {
    color: var(--light-orange);
  }

  .margin-bottom-copy {
    border-color: #000;
  }

  .margin-bottom-copy:hover {
    color: #fff;
  }

  .margin-bottom-copy.is-img.img-woman {
    border-color: #fff;
  }

  .text-size-medium:hover {
    color: #fff;
  }

  .burger-img.wrap-img {
    width: 19.7rem;
  }

  .footer-img {
    filter: brightness(99%);
  }

  .h2-2, .h2-2.text-color_light-green {
    font-size: 38px;
  }

  .h1-2.text-align-center {
    line-height: 80px;
  }

  .process-wrap {
    margin-bottom: 15.4rem;
  }

  .image-2 {
    height: 130px;
  }

  .section-4.pattern-bg {
    background-image: url('../images/bg-cd.svg');
    background-position: 50% 0;
    background-size: cover;
  }

  .text-span {
    color: var(--white);
    -webkit-text-stroke-width: 0px;
  }

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

@media screen and (max-width: 991px) {
  .menu-wrapper {
    padding-top: 100px;
  }

  .button-text.mob-nav {
    cursor: pointer;
    font-size: 1.2rem;
    text-decoration: none;
  }

  .menu-links {
    grid-column-gap: 1.9rem;
    grid-row-gap: 1.9rem;
    text-align: center;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    height: 28rem;
    margin-top: 0;
    left: 0%;
  }

  .hamburger {
    justify-content: center;
    align-items: center;
    position: static;
    inset: 0% 0% auto -67%;
  }

  .wrap-link {
    text-align: center;
    cursor: auto;
  }

  .marquee_wrap {
    width: 100vw;
  }

  .card-link {
    cursor: auto;
  }

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

  .primary-button.footer {
    inset: auto;
  }

  .footer-all-link-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .footer-wrapper {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-social-wrapper {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .footer-image-wrapper {
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }

  .footer-link-wrapper {
    height: 28px;
  }

  .margin-bottom-copy {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .h2-2 {
    display: none;
  }

  .process-1.is-1, .process-1.is-2 {
    width: auto;
  }

  .image-6 {
    width: 7rem;
  }

  .columns-wrapper {
    height: 50vh;
  }

  .food-paper {
    top: 16%;
  }

  .phone-img {
    width: 29rem;
  }

  .image-7, .image-8, .image-9 {
    width: 7rem;
  }

  .spacer-tablet {
    padding-top: 8rem;
  }
}

@media screen and (max-width: 767px) {
  .menu-links {
    grid-column-gap: 2.9rem;
    grid-row-gap: 2.9rem;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 22rem;
    height: 28rem;
    margin-top: -8px;
    margin-bottom: 0;
    margin-left: -10px;
    padding-top: 0;
    top: 27%;
  }

  .hamburger {
    justify-content: center;
    align-items: center;
    width: 10rem;
    margin-left: -10px;
    padding-left: 0;
  }

  .wrap-link {
    text-align: center;
  }

  .nav-btn-wraps {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    display: flex;
  }

  .card-link {
    text-align: center;
  }

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

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .social-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .footer-details-wrap {
    width: 100%;
  }

  .primary-button.footer {
    inset: auto;
  }

  .footer-all-link-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

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

  .footer-content {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    margin-top: 40px;
    display: flex;
  }

  .footer-social-wrapper {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .footer-link-wrapper {
    height: 29px;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .margin-bottom-copy {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-img {
    max-width: 250px;
  }

  .h2-2 {
    display: none;
  }

  .image-6 {
    width: 8rem;
  }

  .food-paper {
    top: 29%;
  }

  .phone-img {
    width: 29rem;
  }

  .image-7, .image-8, .image-9 {
    width: 8rem;
  }

  .spacer-tablet {
    padding-top: 4.5rem;
  }

  .image-11 {
    width: 40%;
  }
}

@media screen and (max-width: 479px) {
  .section {
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: contain;
  }

  .global-padding, .global-padding.hero-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .grid {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 35.4rem;
    display: flex;
  }

  .column {
    order: -9999;
    justify-content: center;
    align-items: flex-end;
  }

  .h1 {
    margin-top: 37px;
    font-size: 2rem;
  }

  .h1.color-orange {
    text-align: center;
    line-height: 110%;
  }

  .column-3 {
    padding-bottom: 0;
    display: none;
  }

  .tomato {
    display: none;
  }

  .stiker {
    width: 7rem;
    inset: 64% 0% auto -5%;
  }

  .stiker.is-2_stiker {
    display: none;
  }

  .stiker.is-card2 {
    display: none;
    top: -1%;
  }

  .stiker.is-card {
    top: 16%;
  }

  .hero_path {
    z-index: 1;
    width: 130%;
    top: -12%;
    left: -18%;
  }

  .hero_girl {
    width: 21rem;
    position: relative;
    inset: auto 0% 0%;
  }

  .hero-path2 {
    width: 3rem;
    display: none;
  }

  .hero_box {
    width: 125%;
    top: 8%;
    left: -13%;
    right: 0%;
  }

  .hero_path-box {
    width: 45rem;
    left: 1%;
  }

  .salata {
    display: none;
  }

  .mobile-heading {
    text-align: right;
    display: flex;
  }

  .menu-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    height: 4rem;
    padding-top: 0;
    padding-left: 1.5rem;
    inset: 0%;
  }

  .button-text {
    text-align: left;
    font-size: .8rem;
  }

  .button-text.mob-nav {
    font-size: .8rem;
  }

  .button-text.nav {
    font-size: .9rem;
  }

  .menu-links {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    background-color: var(--light-orange);
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    position: absolute;
    inset: 0%;
  }

  .hamburger {
    background-color: var(--light-orange);
    width: 6rem;
    height: auto;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .burger-lines {
    width: 20px;
  }

  .navbur {
    flex-flow: row;
    justify-content: center;
    width: 100%;
    height: 3rem;
    padding-left: 0;
    top: 2%;
  }

  .button {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .button.margin-0 {
    height: 3rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .button.margin-0.nav {
    z-index: 100;
    width: 148px;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .button-text-abs {
    text-align: left;
    font-size: 1rem;
    transform: translate(0, 250%);
  }

  .button-text-abs.nav {
    font-size: .8rem;
  }

  .lofo-wrap {
    z-index: 100;
    width: 100%;
    padding-top: 9px;
    padding-left: 1.5rem;
    position: relative;
  }

  .lofo-wrap.w--current {
    padding-left: .1rem;
    padding-right: 0;
  }

  .logo {
    width: 130%;
    max-width: 150%;
    padding-top: 4px;
    position: relative;
    left: -25px;
  }

  .marquee_wrap {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .marquee_wrap.is-crimson {
    width: 100svw;
  }

  .logo2 {
    width: 12rem;
  }

  .marquee_item {
    width: 200svw;
  }

  .nav-btn-wraps {
    display: flex;
  }

  .heading-wrapper {
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .heading-wrapper.is-app {
    margin-bottom: 0;
  }

  .column-wrapper {
    grid-column-gap: .9rem;
    grid-row-gap: .9rem;
    flex-flow: column;
    margin-bottom: 3rem;
  }

  .column-wrapper.app {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-wraaper {
    z-index: 10;
    width: 100%;
    position: relative;
  }

  .images-wraaper {
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
  }

  .image {
    width: 12rem;
  }

  .image-man {
    width: 12rem;
    left: 1%;
  }

  .stiker-copy {
    z-index: 6;
    width: 6rem;
    inset: -17% 34% auto auto;
  }

  .svg {
    width: 21rem;
    left: -3%;
  }

  .paragraph {
    font-size: .9rem;
  }

  .card-img {
    width: 100%;
    bottom: 42%;
    left: 14%;
  }

  .card-link.w--current {
    margin-bottom: 16px;
  }

  .body-text {
    font-size: 1rem;
  }

  .card {
    align-items: stretch;
    width: 80%;
    height: 18rem;
  }

  .card-link-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-bottom: 1rem;
    padding: 0 1rem .5rem;
  }

  .section-green {
    background-image: url('../images/testobg3_1testobg3.avif');
    background-position: 50% 0;
    background-size: cover;
  }

  .salata-mob {
    right: -80%;
  }

  .salata-mob.is-left {
    top: 18%;
    left: -77%;
  }

  .image-3 {
    margin-top: -37px;
    transform: rotate(14deg);
  }

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

  .footer-copy-right-text {
    margin-top: 18px;
    font-size: 16px;
  }

  .social-wrapper {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .social-wrapper.footer {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .title-small {
    font-size: 20px;
  }

  .primary-button.footer {
    padding: 12px 18px;
  }

  .footer-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-image-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .footer-link-wrapper {
    height: 26px;
  }

  .link.vizion-link {
    color: var(--black);
  }

  .map-wraper {
    width: 100%;
  }

  .phone-wrap {
    flex-flow: row;
    padding-left: 0%;
  }

  .footer-icon {
    width: 1.2rem;
  }

  .inst-icon {
    width: 2rem;
  }

  .div-block-2 {
    width: 100%;
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 0;
  }

  .margin-bottom-copy {
    margin: 0 0 1rem;
    padding: 0 1rem;
  }

  .margin-bottom-copy.is-img {
    padding-top: .4rem;
    padding-bottom: .4rem;
  }

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

  .burger-card_img {
    height: 11rem;
  }

  .text-size-medium {
    text-align: left;
    font-size: .8rem;
  }

  .text-size-medium.light {
    flex: none;
  }

  .burger-img {
    width: 7.4rem;
  }

  .burger-img.is-big {
    width: 7.7rem;
  }

  .burger-img.doner-box {
    width: 5.2rem;
  }

  .burger-img.wrap-img {
    width: 19rem;
  }

  .burger-card_img-wrap {
    height: 16rem;
  }

  .flex-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
  }

  .flex-wrap.margin-0 {
    margin-bottom: 0;
  }

  .bg-burger-card {
    width: 90%;
  }

  .shadow {
    width: 6rem;
  }

  .footer-img {
    object-fit: cover;
    max-width: none;
    height: 16rem;
  }

  .footer-img-wrap {
    width: 100%;
    height: 16rem;
    overflow: hidden;
  }

  .arrow-2 {
    width: .7rem;
  }

  .title-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .h2 {
    text-align: center;
    font-size: 2rem;
  }

  .tiktok-icon {
    width: 2.5rem;
    height: 2.5rem;
  }

  .swiper-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column wrap;
    width: 100vw;
    height: 30rem;
    overflow: scroll;
  }

  .h2-2 {
    font-size: 2.5rem;
  }

  .inst-icon-2 {
    width: 2.5rem;
    height: 2.5rem;
  }

  .gallery-inst-link {
    display: block;
  }

  .section-gallery {
    margin-top: 3rem;
    padding-bottom: 0;
  }

  .icons-wrap {
    justify-content: center;
    align-items: center;
  }

  .h1-2 {
    font-size: 2.9rem;
  }

  .h1-2.text-align-center {
    text-align: center;
    width: 100%;
    font-size: 2.3rem;
    line-height: 50px;
  }

  .h1-2.text-color-green {
    color: var(--primary);
  }

  .follow-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .mob-none {
    display: block;
  }

  .nav-text {
    font-size: 1rem;
    line-height: 134%;
    text-decoration: none;
  }

  .process-3 {
    border-top: 1px solid #753f23;
    border-left: 1px solid #753f23;
    border-right: 1px solid #753f23;
    justify-content: center;
    align-items: center;
  }

  .process-3.is-3 {
    z-index: 2;
    z-index: 2;
    border-top-width: 1.5px;
    border-top-color: #fcdc48;
    border-left-color: #fcdc48;
    border-right-color: #fcdc48;
    border-top-color: var(--primary);
    border-right-width: 1.5px;
    border-right-color: var(--primary);
    border-left-color: var(--primary);
    width: 100%;
    min-height: 20rem;
    position: relative;
  }

  .process-1 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-top: 1px solid #fcdc48;
    border-left: 1px solid #753f23;
    border-right: 1px solid #fcdc48;
    justify-content: center;
    align-items: center;
    min-height: 17rem;
  }

  .process-1.is-4, .process-1.is-5, .process-1.is-1, .process-1.is-2 {
    border-top-width: 1.5px;
    border-top-color: var(--primary);
    border-right-width: 1.5px;
    border-right-color: var(--primary);
  }

  .process-wrap {
    grid-template-columns: 1fr;
    height: 200vh;
    margin-bottom: 0;
    overflow: hidden;
  }

  .image-2 {
    width: auto;
    height: 125px;
  }

  .h1-3 {
    font-size: 1.2rem;
  }

  .cheez-wrap {
    display: none;
  }

  .image-5 {
    width: 60%;
    max-width: 100%;
    margin-left: 0;
  }

  .image-6 {
    width: 4rem;
  }

  .columns-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    height: 52.4rem;
  }

  .columns-wrapper.gap-0 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    height: 46.4rem;
  }

  .button-text-2 {
    text-align: left;
    font-size: 1rem;
  }

  .food-paper {
    max-width: 12rem;
    top: 34%;
  }

  .phone-img {
    width: 16rem;
    max-width: 16rem;
  }

  .bazilik-img {
    max-width: 5rem;
  }

  .image-7, .image-8, .image-9 {
    width: 4rem;
  }

  .logo-wrapper {
    margin-top: 4%;
  }

  .space-5rem {
    padding-top: 5rem;
  }

  .space-5rem.is-4section {
    padding-top: 0;
  }

  .logo-2 {
    width: 6rem;
  }

  .text-absolute-wrap {
    padding-top: 1rem;
    position: static;
  }

  .right-column {
    order: -1;
    width: 100%;
    padding-top: 12rem;
  }

  .right-column.is-4section {
    height: 27rem;
    padding-top: 5rem;
  }

  .tomato-img {
    max-width: 5rem;
  }

  .section-4.pattern-bg {
    background-image: url('../images/bg-cd.svg');
    background-position: 0%;
    background-repeat: repeat;
    background-size: auto;
  }

  .spacer-tablet {
    padding-top: 0;
  }

  .left-column {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
    height: 26rem;
    padding-left: 0;
  }

  .left-column.is-4section {
    height: 19rem;
  }

  .mushroom-img {
    max-width: 5rem;
    top: 42%;
    left: 43%;
  }

  .body-text-2 {
    font-size: 1.2rem;
  }

  .project-item {
    width: 100%;
    height: 29.9rem;
  }

  .project-item.is-hero {
    width: 80vw;
  }

  .footer-icon-2 {
    width: 1.2rem;
  }

  .image-10 {
    width: 18rem;
    max-width: 100%;
    margin-left: 0;
  }
}

#w-node-_81aa204a-0095-3e87-6cc4-4f9919ecbbc5-4333245b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


