@font-face {
  font-family: Bebasneue;
  src: url('../fonts/BebasNeue-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Meowscript;
  src: url('../fonts/MeowScript-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: RethinkSans;
  src: url('../fonts/RethinkSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark: #2f3130;
  --light-green: #02934e;
  --dark-green: #004b27;
  --white: white;
  --green: #07522e;
}

body {
  color: var(--dark);
  font-family: Bebasneue, Impact, sans-serif;
  font-size: 2.25rem;
  line-height: 100%;
}

h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebasneue, Impact, sans-serif;
  font-size: 5.625rem;
  font-weight: 400;
  line-height: 87%;
}

h2 {
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Meowscript, Trebuchet MS, sans-serif;
  font-size: 3.375rem;
  font-weight: 400;
  line-height: 100%;
}

h3 {
  color: var(--light-green);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Bebasneue, Impact, sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 100%;
}

.section {
  position: relative;
}

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

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

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

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.max-width-full {
  z-index: -1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
}

.max-width-full.padding-top {
  padding-top: 10rem;
}

.max-width-full.padding-top.flex-center {
  display: flex;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #2d62ff;
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #dd23bb;
}

.h1 {
  color: var(--white);
  font-family: Bebasneue, Impact, sans-serif;
  font-size: 5.625rem;
}

.h1.text-align-center {
  text-align: left;
}

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

.h1.mobile_pizza-section {
  cursor: default;
}

.h1.mobile_pizza-section.text-color-green {
  color: var(--light-green);
  cursor: default;
}

.h1.text-color-green {
  color: var(--light-green);
  line-height: 86%;
}

.h1.text-color-green.desktop-none {
  display: none;
}

.h2 {
  cursor: default;
}

.h2.text-color_light-green {
  color: var(--light-green);
  text-align: center;
}

.body-text_big {
  color: #fff;
  text-transform: uppercase;
  cursor: default;
  margin-top: 0;
  margin-bottom: 0;
  font-family: RethinkSans, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 115%;
}

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

.body-text {
  max-width: 30rem;
  color: var(--dark);
  cursor: default;
  margin-top: 0;
  margin-bottom: 0;
  font-family: RethinkSans, Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 110%;
}

.body-text.text-color_white {
  color: var(--white);
  line-height: 150%;
}

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

.body-text.footer {
  color: var(--white);
  background-color: #0000;
  font-size: 1rem;
}

.h3 {
  color: var(--light-green);
  cursor: default;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebasneue, Impact, sans-serif;
  font-size: 3rem;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.background-color-secondary {
  background-color: #07522e;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-weight-semibold {
  font-weight: 600;
}

.background-color-dark {
  background-color: var(--dark);
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.background-color-tertiary {
  background-color: #02934e;
}

.background-color-primary {
  background-color: var(--dark-green);
  color: #fff;
}

.background-color-white {
  background-color: var(--white);
}

.hero-bg {
  justify-content: center;
  align-items: center;
  width: 100svw;
  height: 100vh;
  display: flex;
  position: relative;
}

.hero-bg-img {
  z-index: -2;
  width: 100svw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.mask-img {
  z-index: 2;
  width: 100svw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.hero-h4heading_wrap {
  z-index: 2;
  position: relative;
}

.hero-heading_wrapper {
  grid-column-gap: 14rem;
  grid-row-gap: 14rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 7rem;
  display: flex;
}

.hero-h1heading_wrap {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  position: relative;
}

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

.logo {
  width: 9.125rem;
}

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

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

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

.woman-img {
  max-width: 23rem;
  box-shadow: -20px -12px 17px 4px #0000002b;
}

.man-img {
  z-index: -1;
  max-width: 16rem;
  position: absolute;
  inset: 25% auto auto -7%;
}

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

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

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

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

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

.card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--dark-green);
  background-color: var(--green);
  border-radius: 1.4375rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 23.25rem;
  height: 17.3125rem;
  padding: 1.25rem;
  display: flex;
  position: relative;
}

.card-wrapper {
  z-index: 2;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

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

.card-img {
  width: 19.1rem;
  position: absolute;
  inset: auto auto 32% 10%;
}

.card-img.is-3 {
  width: 17rem;
  bottom: 41%;
  left: 13%;
}

.card-img.is-2 {
  width: 30rem;
  bottom: 56%;
  left: 0%;
  right: 0;
}

.big-pizza-wrap {
  justify-content: center;
  align-items: flex-start;
  height: 37rem;
  display: flex;
  overflow: hidden;
}

.big-pizza-img {
  width: 100svw;
  max-width: 100svw;
}

.container-wrapper {
  background-image: url('../images/olimpico.svg');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 85rem;
  display: flex;
}

.spacer-xxhuge-copy {
  width: 100%;
  padding-top: 8rem;
}

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

.food-paper {
  z-index: -1;
  max-width: 20.9rem;
  position: absolute;
  top: 40%;
  left: 33%;
}

.button {
  background-color: var(--dark);
  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: var(--dark);
  justify-content: center;
  align-items: center;
  height: 3.6rem;
  margin-left: 0;
  position: relative;
  overflow: hidden;
}

.section-hero {
  position: relative;
}

.section-gallery {
  background-color: var(--dark-green);
  margin-top: 5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 5%;
  position: relative;
}

.cta-grid {
  grid-column-gap: 22rem;
  grid-row-gap: 22rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding-left: 4.375rem;
  display: grid;
  position: relative;
}

.dough {
  max-width: 33.7rem;
  position: absolute;
  top: -103px;
  left: 34%;
}

.cta-left-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.div-block {
  padding-bottom: 22px;
  padding-left: 150px;
}

.cta-right-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.div-block-3 {
  width: 80%;
}

.cta-container {
  flex-flow: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 9rem;
  display: flex;
}

.space2rem {
  padding-top: 2rem;
}

.spacer-xxhuge-copy-copy {
  width: 100%;
  padding-top: 10rem;
}

.inst-icon {
  width: 3.125rem;
  height: 3.2rem;
  color: var(--white);
  text-decoration: none;
}

.tiktok-icon {
  width: 3.125rem;
  height: 3.125rem;
  color: var(--white);
}

.inst-link {
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 10rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

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

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

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

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

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

.drop-link {
  z-index: 999;
  color: #212e2e80;
  justify-content: flex-end;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-right: 20px;
  font-size: 32px;
  line-height: 150%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hamburger-link {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.hamburger-link:hover {
  opacity: 1;
  border-bottom-width: 2px;
  border-bottom-color: #ff2020;
}

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

.burger-lines {
  z-index: 999;
  width: 32px;
  margin-left: 13px;
}

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

.burger-line.top {
  background-color: var(--white);
}

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

.burger-line.top {
  height: 1.5px;
}

.underline-fill {
  background-color: var(--white);
  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;
}

.menu-wrapper {
  z-index: 98;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 10rem;
  margin-left: 5%;
  padding-top: 0;
  display: flex;
  position: fixed;
  top: 4%;
  left: 0;
  right: 0;
}

.menu-links {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.menu-container {
  background-color: var(--light-green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 22rem;
  height: 28rem;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

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

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

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

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

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

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

.footer {
  background-color: var(--dark-green);
  height: auto;
  position: relative;
}

.footer_btm {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr auto 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
}

.footer_container {
  flex-flow: column;
  display: flex;
}

.space-30rem {
  width: 100%;
  padding-top: 10rem;
  padding-bottom: 0;
}

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

.map-wraper.mob-none {
  width: 12rem;
}

.footer-bg-text {
  color: var(--green);
  text-align: center;
  cursor: default;
  flex: none;
  margin-left: -12px;
  font-size: 27rem;
  line-height: 78%;
}

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

.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;
  background-color: var(--light-green);
  width: 100vw;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.display_text-huge {
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 12rem;
  font-weight: 700;
  line-height: 1;
}

.display_text-huge.marquee_item {
  color: #fff;
  text-transform: lowercase;
  cursor: default;
  font-size: 2rem;
  font-weight: 400;
}

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

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

.svg {
  color: var(--white);
  position: absolute;
  top: 1%;
  bottom: 0%;
  left: 1%;
}

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

.body-text_big-2 {
  color: #fff;
  text-align: center;
  cursor: default;
  max-width: 40rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 120%;
}

.body-text_big-2.text-color_dark.align-right {
  text-align: right;
  line-height: 150%;
}

.body-text_big-2.text-color_green {
  color: var(--light-green);
  text-align: left;
  font-size: 1.5rem;
}

.body-text_big-2.text-color_dark {
  color: #1d1d1a;
  text-align: left;
}

.body-text_big-2.text-color_dark.align-left {
  text-align: left;
  line-height: 150%;
}

.body-text_big-2.align-left {
  text-align: left;
}

.footer-hours {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border-radius: .75rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end stretch;
  padding: 1.8rem;
  display: grid;
  position: relative;
}

.vizionmenu-button {
  z-index: 1000;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  background-color: #0000;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.pin-orange {
  color: #ff4d00;
}

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

.footer-icon {
  width: 1.8rem;
  color: var(--light-green);
}

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

.preloader {
  z-index: 1005;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-shtorka {
  background-color: #004b27;
  width: 100%;
  height: 100%;
}

.preloader_content {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.preloader-lottie {
  width: 8rem;
}

@media screen and (min-width: 1280px) {
  .button, .button.margin-0 {
    height: 3.9rem;
  }

  .menu-wrapper {
    width: 10rem;
  }

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

@media screen and (min-width: 1440px) {
  .section.pattern-bg {
    background-image: none;
  }

  .preloader {
    z-index: 9999;
  }
}

@media screen and (max-width: 991px) {
  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .h2 {
    display: none;
  }

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

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .hero-bg, .hero-bg-img {
    height: 70vh;
  }

  .mask-img {
    display: none;
  }

  .columns-wrapper {
    height: 50vh;
  }

  .spacer-xxhuge-copy {
    padding-top: 8rem;
  }

  .phone-img {
    width: 25rem;
  }

  .spacer-xxhuge-copy-copy {
    padding-top: 8rem;
  }

  .drop-link {
    justify-content: flex-start;
    width: 100%;
    font-size: 25px;
  }

  .hamburger-link {
    display: none;
  }

  .wrap-link {
    cursor: auto;
  }

  .menu-wrapper {
    padding-top: 100px;
  }

  .menu-links {
    grid-column-gap: 2.6rem;
    grid-row-gap: 2.6rem;
    justify-content: center;
    align-items: stretch;
  }

  .menu-container {
    justify-content: center;
    align-items: center;
    height: 29.5rem;
    inset: 0% 0% auto;
  }

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

  .card-link {
    cursor: auto;
  }

  .marquee_wrap {
    width: 100vw;
  }

  .image-2, .image-3, .image-4, .image-5 {
    width: 7rem;
  }

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

@media screen and (max-width: 767px) {
  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .h2 {
    display: none;
  }

  .mask-img {
    flex: 0 auto;
    display: none;
  }

  .woman-img {
    width: 15.9rem;
  }

  .man-img {
    width: 10rem;
  }

  .spacer-xxhuge-copy {
    padding-top: 4.5rem;
  }

  .phone-img {
    width: 25rem;
  }

  .dough {
    top: -40px;
  }

  .cta-container {
    height: 43rem;
  }

  .spacer-xxhuge-copy-copy {
    padding-top: 4.5rem;
  }

  .drop-link {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 20px;
  }

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

  .menu-links {
    flex: 1;
    align-items: stretch;
    margin-bottom: 24px;
    padding-top: 24px;
  }

  .menu-container {
    width: 25rem;
  }

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

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

  .image-2, .image-3, .image-4, .image-5 {
    width: 8rem;
  }

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

@media screen and (max-width: 479px) {
  .max-width-full.padding-top.flex-center {
    padding-top: 6rem;
  }

  .h1 {
    font-size: 2.9rem;
  }

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

  .h1.text-align-center.hero-h1_mob {
    font-size: 5rem;
  }

  .h1.mobile_pizza-section {
    text-align: center;
    font-size: 2.9rem;
  }

  .h1.mobile_pizza-section.text-color-green {
    text-align: left;
  }

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

  .h1.text-color-green.desktop-none {
    display: block;
  }

  .h2 {
    font-size: 2.5rem;
  }

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

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

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

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

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

  .body-text.text-color_white {
    font-size: 1.1rem;
  }

  .h3 {
    font-size: 2.1rem;
  }

  .hero-bg {
    background-image: none;
    width: 100%;
    height: 100vh;
  }

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

  .mask-img {
    box-sizing: content-box;
    object-fit: cover;
    width: 100svw;
    display: none;
    inset: -1% 0% 0%;
  }

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

  .logo {
    width: 6rem;
  }

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

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

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

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

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

  .woman-img {
    max-width: 13rem;
  }

  .man-img {
    max-width: 9rem;
    left: 7%;
  }

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

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

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

  .card {
    width: 18.2rem;
    height: 14.2rem;
  }

  .card-wrapper {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: column;
  }

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

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

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

  .card-img.is-3 {
    width: 12rem;
    bottom: 45%;
    left: 17%;
  }

  .card-img.is-2 {
    width: 22rem;
  }

  .big-pizza-wrap {
    height: 9.6rem;
    position: static;
    left: 0;
  }

  .big-pizza-img {
    max-width: 21rem;
  }

  .container-wrapper {
    background-image: url('../images/olimpico.svg');
    background-position: 50% 93%;
    background-repeat: no-repeat;
    background-size: contain;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 81.5rem;
    display: flex;
  }

  .spacer-xxhuge-copy {
    padding-top: 2rem;
  }

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

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

  .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 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .cta-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto auto;
    grid-template-columns: minmax(max-content, max-content);
    justify-content: center;
    place-items: start center;
    padding-left: 0;
  }

  .dough {
    max-width: 19rem;
    position: static;
  }

  .cta-left-content {
    justify-content: flex-start;
    align-items: flex-start;
    width: 20.9rem;
  }

  .cta-right-content.mobile-none {
    display: none;
  }

  .div-block-3 {
    width: 100%;
  }

  .cta-container {
    justify-content: flex-start;
    align-items: center;
    height: 45.4rem;
    padding-top: 4rem;
  }

  .space2rem {
    padding-top: 0;
  }

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

  .inst-link {
    width: 6rem;
    height: 6rem;
  }

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

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

  .mob-none {
    display: none;
  }

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

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

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

  .drop-link {
    margin-bottom: 10px;
  }

  .navbur {
    padding-right: 3%;
    top: 2%;
  }

  .burger-lines {
    width: 20px;
  }

  .menu-wrapper {
    margin-left: 3%;
    padding-top: 0;
    top: 2%;
    right: auto;
  }

  .menu-links {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.3rem;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding-top: 0;
  }

  .menu-container {
    width: 22rem;
    height: 18rem;
    inset: 0% auto auto 0%;
  }

  .hamburger {
    width: 6rem;
    height: 3rem;
    padding-left: .3rem;
    padding-right: .3rem;
    display: flex;
  }

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

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

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

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

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

  .map-wraper {
    width: 100%;
  }

  .footer-bg-text {
    font-size: 7rem;
    line-height: 130%;
  }

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

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

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

  .display_text-huge.marquee_item {
    font-size: 1.7rem;
  }

  .image-2, .image-3, .image-4, .image-5 {
    width: 4rem;
  }

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

  .body-text_big-2 {
    max-width: 17rem;
    font-size: .8rem;
  }

  .body-text_big-2.text-color_dark.align-left, .body-text_big-2.text-color_dark.align-right, .body-text_big-2.text-color_dark.align-left {
    font-size: 1.2rem;
  }

  .body-text_big-2.align-left {
    text-align: center;
    font-size: .8rem;
  }

  .footer-hours {
    place-items: end stretch;
  }

  .vizionmenu-button {
    width: 100%;
    height: auto;
  }

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

  .footer-icon {
    width: 1.2rem;
  }

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

  .preloader {
    z-index: 2025;
    display: none;
  }
}

#w-node-d4032259-1918-e3fb-7a5d-a62592a6bc3e-34c8b5cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_63e6c3dc-1105-a99a-eabc-f612b454cd2d-34c8b5cd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-_146611bc-53e0-2d4d-4714-09397d8794bc-34c8b5cd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Meowscript';
  src: url('../fonts/MeowScript-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'RethinkSans';
  src: url('../fonts/RethinkSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}