:root {
  --light-orange: #000;
  --red: #ff0f00;
  --primary: #4db316;
  --white: #fff;
  --ivory: #fffaf3;
  --yellow: var(--light-orange);
}

.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(--light-orange);
  overflow: hidden;
}

.section.hero {
  background-color: var(--red);
  background-image: url('../images/fon4.webp');
  padding-top: 13rem;
}

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

.container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.h1 {
  color: var(--light-orange);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 3rem;
  line-height: 94%;
}

.h1.color-orange {
  width: 200%;
  max-width: 200%;
  color: var(--primary);
  line-height: 120%;
}

.h1.color-white {
  color: var(--white);
  line-height: 100%;
}

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

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

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

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

.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: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--white);
  flex-flow: row;
  width: 100vw;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

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

.section-propos {
  background-color: #000;
  background-image: url('../images/light.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  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-app {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

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

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

.paragraph-wraaper {
  width: 47%;
}

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

.paragraph {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 113%;
}

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

.card-img {
  width: 16rem;
}

.card-link {
  background-color: var(--red);
  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: center;
  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;
  align-items: center;
  margin-bottom: 2rem;
  padding-top: 1.1rem;
  display: flex;
}

.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;
  text-align: center;
}

.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: #696969;
  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(--red);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  padding: 18px 22px;
  font-size: 1rem;
  font-weight: 700;
}

.primary-button.footer:hover {
  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;
}

.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 {
  justify-content: center;
  align-items: center;
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

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

.social-icon-wrap {
  background-color: var(--red);
  border-radius: 12px;
  padding: .8rem 1.1rem .5rem;
  transition: background-color .5s;
}

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

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

.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(--red);
}

.footer-logo {
  color: #f3ebe5;
}

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

.heading {
  box-sizing: border-box;
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 100%;
}

.left {
  z-index: 1;
  width: 35rem;
  position: absolute;
  inset: 20% auto 0% -7%;
}

.hero {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  padding-top: 5.7rem;
  display: flex;
  position: relative;
}

.hero-heading-wrap {
  z-index: 10;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  display: flex;
  position: relative;
}

.pizza {
  z-index: 1;
  width: 75rem;
  height: 72rem;
  position: absolute;
  inset: auto 0% -45% 9%;
}

.right {
  z-index: 2;
  width: 35rem;
  position: absolute;
  inset: 20% -7% 0% auto;
}

.primary-button-texts {
  height: 24px;
  overflow: hidden;
}

.primary-button-texts.nav {
  height: 24px;
}

.brand-logo {
  cursor: pointer;
  width: 10rem;
}

.primary-button-3 {
  z-index: 1;
  color: #0b0b0b;
  background-color: #fbea69;
  border-radius: 96px;
  justify-content: center;
  align-items: center;
  padding: 15px 24px;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.primary-button-3.desktop-on {
  background-color: var(--primary);
  letter-spacing: 0;
  padding: 14px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.primary-button-3.mob {
  display: none;
}

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

.search-button {
  margin-bottom: 0;
}

.primary-button-bg {
  z-index: -1;
  opacity: 0;
  background-color: #0b0b0b;
  border-radius: 32px;
  position: absolute;
  inset: -10%;
}

.nav-button-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hamburger-wrap {
  padding: 0;
}

.primary-button-text {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
}

.primary-button-text.white {
  color: #fff;
}

.search-input {
  color: #0b0b0b;
  background-color: #fff;
  background-image: url('../images/search-md.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  border: 1px solid #e4e4e4;
  border-radius: 50%;
  width: 52px;
  min-width: 52px;
  height: 52px;
  margin-bottom: 0;
  padding: 8px 12px;
  box-shadow: 0 1px 2px #00000012;
}

.search-input:focus {
  border-color: #fbea69;
}

.search-input::placeholder {
  color: #5a5a5a;
}

.navbar {
  z-index: 10000;
  background-color: #fff;
  justify-content: space-between;
  width: 100%;
  padding: 1.5rem 5rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.all-device-none {
  display: none;
}

.nav-link {
  color: #5a5a5a;
  text-transform: uppercase;
  border-radius: 48px;
  padding: 14px 24px;
  font-size: 1rem;
  transition: color .4s, background-color .4s;
}

.nav-link:hover, .nav-link.w--current {
  color: #fff;
  background-color: #0b0b0b;
}

.nav-link-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-5 {
  width: 18.5rem;
}

.bold-text {
  color: var(--light-orange);
}

.path-2 {
  color: var(--red);
}

.hero-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-mob {
  background-color: var(--light-orange);
  background-image: url('../images/Group-3.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.section-about {
  background-color: var(--light-orange);
  overflow: hidden;
}

.image-wrap {
  background-color: var(--primary);
  background-image: url('../images/bull-orange.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 60rem;
  padding: 3.4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h2 {
  color: var(--light-orange);
  font-size: 1.5rem;
  font-weight: 400;
}

.primary-button-4 {
  z-index: 1;
  color: #0b0b0b;
  background-color: #fbea69;
  border-radius: 96px;
  justify-content: center;
  align-items: center;
  padding: 15px 24px;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.cta-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 80%;
  display: flex;
  position: relative;
}

.span {
  color: var(--red);
}

.pizza2 {
  width: 75rem;
  height: 72rem;
  position: absolute;
  inset: -45% 0% auto 9%;
}

.left-propos {
  width: 32rem;
  position: absolute;
  inset: 0% auto auto -10%;
}

.right-propos {
  width: 32rem;
  position: absolute;
  inset: 0% -10% auto auto;
}

.global-padding-2 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.global-padding-2.padding-bottom {
  padding-bottom: 6rem;
}

.global-padding-2.padding-top-bottom {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

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

.paragraph-2 {
  color: #fff;
  letter-spacing: .02rem;
  cursor: default;
  font-size: 1rem;
  line-height: 110%;
}

.paragraph-2.align-center {
  z-index: 3;
  text-align: center;
  max-width: 50rem;
  position: relative;
}

.section-2.bg-yellow {
  background-color: #ff4805;
  position: relative;
}

.section-2.bg-yellow.slider {
  background-color: #371a12;
  background-image: url('../images/Group-36.svg');
  background-position: 0 0;
  background-size: contain;
}

.h2-2 {
  color: #000;
  text-transform: uppercase;
  cursor: default;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 110%;
}

.h2-2.text_color-white {
  z-index: 3;
  color: #fff;
  position: relative;
}

.pizza-wrap {
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  width: 45rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.pizza-bg {
  z-index: 2;
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.image {
  width: 100%;
}

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

.button {
  color: #fff;
  text-align: center;
  letter-spacing: -.005rem;
  background-color: #371a12;
  flex: none;
  padding: 1rem 2rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s;
}

.button:hover {
  color: #fff;
  background-color: #fa6400;
}

.button.w--current {
  color: #fff;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1.5rem;
  font-size: .9375rem;
  font-weight: 300;
}

.button.bg-yellow {
  color: #2c2c2c;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.button.bg-yellow:hover {
  color: #ff4805;
  background-color: #f8f2c5;
}

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

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

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

.h2-3 {
  cursor: default;
}

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

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

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

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

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

.h3 {
  color: #02934e;
  cursor: default;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
}

.logo {
  width: 9.125rem;
}

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

.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: 22%;
  right: 0%;
  transform: rotate(31deg);
}

.section-3 {
  position: relative;
}

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

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

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

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

.section-4 {
  position: relative;
}

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

.bg {
  z-index: 0;
  opacity: .16;
  position: absolute;
  top: auto;
  bottom: -10%;
  left: 0%;
}

.hero_path {
  z-index: 0;
  filter: brightness(200%);
  width: 45rem;
  position: absolute;
  inset: 10% 0% 0% -6%;
  transform: rotate(34deg);
}

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

.hero_box {
  z-index: 2;
  width: 32rem;
  position: absolute;
  inset: auto 0% 0% 5%;
}

.column {
  position: relative;
}

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

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

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

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

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

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

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

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

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

.mobile-heading {
  display: none;
}

.section-orange {
  background-color: var(--red);
  background-image: url('../images/bg-pattern.svg');
  background-position: 0 0;
  background-size: cover;
  overflow: hidden;
}

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

.h1-2 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 94%;
  position: absolute;
}

.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 {
  filter: saturate(200%);
  width: 10rem;
  position: absolute;
  inset: auto auto 20% -17%;
  transform: rotate(-47deg);
}

.stiker.is-2_stiker {
  inset: 0% -22% auto auto;
  transform: rotate(-44deg);
}

.faq-headline {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: -.005rem;
  background-color: #ff0f00;
  border-radius: .75rem;
  flex: none;
  padding: 1rem 2rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s;
}

.button-2:hover {
  color: #fff;
  background-color: #ff611d;
}

.button-2.w--current {
  color: #fff;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1.5rem;
  font-size: .9375rem;
  font-weight: 300;
}

.button-2.bg-yellow {
  background-color: var(--yellow);
  color: #fff;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.button-2.bg-yellow:hover {
  color: #b81318;
  background-color: #f8dfc5;
}

.h3-2 {
  color: #fff;
  text-transform: uppercase;
  cursor: default;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Changa One, Impact, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 100%;
}

.h3-2.max-w_100 {
  color: #fff;
}

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

.section-5.bg-yellow {
  background-color: #ff0f00;
  position: relative;
}

.section-5.bg-yellow.slider {
  background-color: var(--primary);
  background-image: url('../images/fon5-1.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

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

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

.question {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-bottom: 5rem;
  display: flex;
}

.pizza-bg-2 {
  z-index: 2;
  width: 100%;
  position: absolute;
  inset: 5% 0% auto;
}

.faq-box {
  width: 100%;
  margin-bottom: 2rem;
  transition: padding .4s;
}

.faq-box:hover {
  padding-left: .5rem;
  padding-right: .5rem;
}

.service-desrpion {
  border-bottom: .5px solid #fcd75f;
  height: auto;
  overflow: hidden;
}

.plus-wrap {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-right: 25px;
  display: flex;
  position: relative;
}

.arrow_group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.button-3 {
  color: #fff;
  text-align: center;
  letter-spacing: -.005rem;
  background-color: #ff0f00;
  border-radius: .75rem;
  flex: none;
  padding: 1rem 2rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s;
}

.button-3:hover {
  color: #fff;
  background-color: #ff611d;
}

.button-3.w--current {
  color: #fff;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1.5rem;
  font-size: .9375rem;
  font-weight: 300;
}

.button-3.bg-yellow {
  background-color: var(--yellow);
  color: var(--white);
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.button-3.bg-yellow:hover {
  color: #b81318;
  background-color: #f8dfc5;
}

.button-3.bg-yellow.padding-05 {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.section-6.slider {
  overflow: hidden;
}

.card-2 {
  background-color: #fafafa;
  border: 1px solid #cdcdcd;
  border-radius: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 3rem 2rem;
  display: flex;
}

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

.h4 {
  font-family: Oswald, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 120%;
}

.h4.align_center {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  line-height: 100%;
}

.swiper_2arrow-next {
  cursor: pointer;
  background-color: #b81318;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .2s;
  display: flex;
}

.swiper_2arrow-next:hover {
  background-color: #ff0f00;
}

.swiper-wrapper {
  flex-flow: row;
  height: 27rem;
  margin-top: 4rem;
  display: flex;
}

.icon-1x1-medium {
  width: 1.5rem;
  height: 1.5rem;
}

.dlex-vertical {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.swiper_2arrow-prev {
  cursor: pointer;
  background-color: #b81318;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .2s;
  display: flex;
}

.swiper_2arrow-prev:hover {
  background-color: #ff0f00;
}

.swiper_image {
  width: 10rem;
}

.btn-group {
  flex-flow: row;
  display: flex;
}

.btn-group.hero {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100%;
}

.heading-wrapper-2 {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 2rem;
  padding-right: 3rem;
  display: flex;
}

.swiper-slide {
  height: 100%;
  display: flex;
}

.section-7.slider {
  overflow: hidden;
}

.card-3 {
  background-color: #fafafa;
  border: 1px solid #cdcdcd;
  border-radius: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 3rem 2rem;
  display: flex;
}

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

.heading-wrapper-3 {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 2rem;
  padding-right: 3rem;
  display: flex;
}

.span-big {
  color: #efff3e;
  font-size: 3rem;
  line-height: 78%;
  position: relative;
}

.cent {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 5px;
  font-size: 2rem;
  line-height: 100%;
  display: flex;
}

.bunner_content-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  max-width: 22.5rem;
  display: flex;
}

.bunner_content-wrap.fraicheur {
  position: relative;
  top: -56px;
}

.mobileapp-image-copy {
  z-index: 4;
  max-width: 130%;
  position: absolute;
  inset: auto 0% -10% -16%;
}

.price {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: default;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Changa One, Impact, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 85%;
  display: flex;
}

.price.text-color_yellow {
  color: #efff3e;
}

.price.mobile {
  font-size: 4.3rem;
}

.mobileapp-image {
  width: 35rem;
  position: absolute;
  inset: 7% -8% -2.64844px auto;
}

.grid-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  height: 40rem;
  display: flex;
}

.column-2 {
  background-color: #ff0f00;
  border-radius: 1.25rem;
  width: auto;
  height: 100%;
  padding: 6rem 3.2rem 3.2rem;
  position: relative;
  overflow: hidden;
}

.bg-2 {
  z-index: 1;
  opacity: .16;
  position: absolute;
  top: auto;
  bottom: -10%;
  left: 0%;
}

.bg-2.mobile {
  z-index: -1;
  bottom: 23%;
}

.column-1 {
  background-color: var(--primary);
  background-image: url('../images/fon4.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.25rem;
  width: 80%;
  height: 100%;
  padding: 3.2rem;
  position: relative;
  overflow: hidden;
}

.social-media {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  margin-top: 2rem;
  display: flex;
}

.facebook {
  color: #1d1d1a;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.instagram {
  color: #1d1d1a;
  background-color: #ff0b0b;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.hero_path-2 {
  z-index: 0;
  filter: brightness(200%);
  width: 45rem;
  position: absolute;
  inset: 10% 0% 0% -6%;
  transform: rotate(34deg);
}

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

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

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

.hero_path-box-2 {
  z-index: 0;
  filter: brightness(200%);
  width: 50rem;
  position: absolute;
  inset: 47% 0% 0% -3%;
}

.section-orange-2 {
  background-color: var(--red);
  background-image: url('../images/bg-pattern.svg');
  background-position: 0 0;
  background-size: cover;
  padding-top: 52px;
  overflow: hidden;
}

.h1-3 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 94%;
}

.stiker-2 {
  width: 10rem;
  position: absolute;
  inset: auto auto 20% -17%;
  transform: rotate(-47deg);
}

.stiker-2.is-2_stiker {
  inset: 0% -22% auto auto;
  transform: rotate(-44deg);
}

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

.footer-nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

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

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

.footer-link-2 {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer-link-2:hover {
  color: #e9e9e9;
}

.copyright-text-2 {
  color: var(--white);
  margin-bottom: 0;
}

.footer {
  background-color: var(--red);
  margin-top: 2rem;
  padding-top: 5rem;
  padding-bottom: 1.5rem;
}

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

.nav-two {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: inline-flex;
}

.global-padding-7 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.image-13 {
  cursor: default;
  height: 14.4rem;
}

.footer-img {
  border-radius: 1.25rem;
  height: 16rem;
}

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

.footer-btm {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border-bottom: 1px solid #e4e4e45c;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 32px;
  padding-bottom: 32px;
  display: flex;
}

.nav-item-two {
  border-bottom: 1px solid #e9e7e770;
  margin-bottom: 16px;
  padding-bottom: 16px;
}

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

.instagram-2 {
  color: #1d1d1a;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.navbar-link {
  color: #fff;
  text-align: center;
  letter-spacing: -.005rem;
  padding-top: .5rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.navbar-link:hover {
  color: #06b6ff;
}

.navbar-link.w--current {
  color: #fff;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1.5rem;
  font-size: .9375rem;
  font-weight: 300;
}

.navbar-link.footer {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  line-height: 107%;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .section.hero {
    background-image: url('../images/fon4.webp');
  }

  .pizza {
    z-index: 1;
  }

  .navbar {
    z-index: 10000;
  }

  .button {
    color: #fff;
    letter-spacing: -.005rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: .9375rem;
    font-weight: 300;
  }

  .button:hover {
    color: #fff;
    font-weight: 700;
  }

  .bg {
    z-index: 0;
  }

  .hero-path2 {
    filter: brightness(200%);
    mix-blend-mode: normal;
  }

  .button-2 {
    color: #fff;
    letter-spacing: -.005rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: .9375rem;
    font-weight: 300;
  }

  .button-2:hover {
    color: #fff;
    font-weight: 700;
  }

  .pizza-bg-2 {
    top: 0%;
  }

  .service-desrpion {
    max-width: 100%;
  }

  .resume-position-wrapper {
    line-height: 1;
  }

  .button-3 {
    color: #fff;
    letter-spacing: -.005rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: .9375rem;
    font-weight: 300;
  }

  .button-3:hover {
    color: #fff;
    font-weight: 700;
  }

  .hero_path-2, .hero_path-box-2 {
    filter: brightness(200%);
  }

  .navbar-link {
    color: #fff;
    letter-spacing: -.005rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: .9375rem;
    font-weight: 300;
  }

  .navbar-link:hover {
    color: #06b6ff;
  }
}

@media screen and (min-width: 1440px) {
  .section.hero {
    background-image: url('../images/fon4.webp');
    background-position: 0 0;
    background-size: cover;
  }

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

  .section-propos {
    background-image: url('../images/light.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
  }

  .column-wrapper {
    z-index: 11;
    position: relative;
  }

  .paragraph {
    line-height: 113%;
  }

  .footer-icon, .path {
    color: var(--red);
  }

  .footer-logo {
    color: #faeae4;
  }

  .inst-icon {
    color: var(--red);
  }

  .hero {
    padding-top: 5rem;
  }

  .hero-heading-wrap {
    z-index: 10;
    position: relative;
  }

  .pizza {
    width: 50rem;
    height: 50rem;
    inset: auto 0% -50% 23%;
  }

  .right {
    z-index: 2;
  }

  .nav-link {
    text-transform: uppercase;
  }

  .path-2 {
    color: var(--red);
  }

  .image-wrap {
    background-color: var(--primary);
    background-image: url('../images/bull-orange.svg');
    background-position: 50% 100%;
    background-size: contain;
    justify-content: center;
    align-items: flex-end;
    height: 95vh;
  }

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

  .cta-wrap {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-bottom: 2rem;
  }

  .span {
    color: var(--red);
  }

  .pizza2 {
    width: 50rem;
    height: 50rem;
    inset: -50% 0% auto 23%;
  }

  .left-propos {
    width: 32rem;
    inset: 0% auto auto -10%;
  }

  .right-propos {
    z-index: 2;
    width: 32rem;
    inset: 0% -10% auto auto;
  }

  .button {
    color: #fff;
    letter-spacing: -.005rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: .9375rem;
    font-weight: 700;
  }

  .button:hover {
    color: #fff;
  }

  .section-3.pattern-bg, .section-4.pattern-bg {
    background-image: none;
  }

  .faq-headline {
    max-width: 100%;
  }

  .button-2 {
    color: #fff;
    letter-spacing: -.005rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: .9375rem;
    font-weight: 700;
  }

  .button-2:hover {
    color: #fff;
  }

  .question {
    max-width: 80rem;
  }

  .button-3 {
    color: #fff;
    letter-spacing: -.005rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: .9375rem;
    font-weight: 700;
  }

  .button-3:hover {
    color: #fff;
  }

  .footer-top {
    grid-column-gap: 300px;
    grid-row-gap: 300px;
  }

  .navbar-link {
    color: #fff;
    letter-spacing: -.005rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: .9375rem;
    font-weight: 300;
  }

  .navbar-link:hover {
    color: #06b6ff;
  }
}

@media screen and (min-width: 1920px) {
  .social-icon-wrap {
    background-color: var(--red);
  }

  .button {
    color: #fff;
    letter-spacing: -.005rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: .9375rem;
    font-weight: 700;
    display: block;
  }

  .button:hover {
    color: #fff;
    padding-left: 2rem;
    padding-right: 2rem;
    font-weight: 700;
  }

  .button.bg-yellow:hover {
    background-color: #f8e8c5;
  }

  .button-2 {
    color: #fff;
    letter-spacing: -.005rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: .9375rem;
    font-weight: 700;
    display: block;
  }

  .button-2:hover {
    color: #fff;
    padding-left: 2rem;
    padding-right: 2rem;
    font-weight: 700;
  }

  .button-2.bg-yellow:hover {
    background-color: #f8e8c5;
  }

  .button-3 {
    color: #fff;
    letter-spacing: -.005rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: .9375rem;
    font-weight: 700;
    display: block;
  }

  .button-3:hover {
    color: #fff;
    padding-left: 2rem;
    padding-right: 2rem;
    font-weight: 700;
  }

  .button-3.bg-yellow:hover {
    background-color: #f8e8c5;
  }

  .swiper-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .price.text-color_yellow {
    font-weight: 700;
  }

  .footer {
    padding-top: 80px;
    padding-bottom: 24px;
  }

  .navbar-link {
    color: #fff;
    letter-spacing: -.005rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: .9375rem;
    font-weight: 300;
    display: block;
  }

  .navbar-link:hover {
    color: #06b6ff;
  }
}

@media screen and (max-width: 991px) {
  .section.hero {
    padding-top: 14.8rem;
  }

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

  .left {
    left: -10%;
  }

  .hero {
    height: 64vh;
  }

  .pizza {
    top: 60%;
    bottom: auto;
  }

  .right {
    top: 20%;
    bottom: auto;
    right: -10%;
  }

  .primary-button-3 {
    letter-spacing: 0;
    font-size: 18px;
  }

  .primary-button-3.desktop-on {
    padding: .5rem 1.2rem;
  }

  .nav-menu {
    background-color: #fff;
    height: 90vh;
    padding: 40px;
    overflow: auto;
  }

  .hamburger-2 {
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 45px;
  }

  .nav-button-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .hamburger-wrap {
    justify-content: center;
    align-items: center;
    display: inline-flex;
  }

  .hamburger-wrap.w--open {
    background-color: #0000;
  }

  .navbar {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    padding: 1rem 2rem;
    font-size: 1.5rem;
  }

  .nav-link-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
  }

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

  .h2 {
    line-height: 120%;
  }

  .primary-button-4 {
    letter-spacing: 0;
    font-size: 18px;
  }

  .cta-wrap {
    max-width: 520px;
  }

  .pizza2 {
    inset: -60% 0% auto 9%;
  }

  .left-propos {
    inset: 0% auto auto -10%;
  }

  .right-propos {
    inset: 0% -10% auto auto;
  }

  .image-6 {
    width: 7rem;
  }

  .columns-wrapper {
    height: 50vh;
  }

  .h2-3 {
    display: none;
  }

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

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

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

  .faq-headline {
    justify-content: space-between;
    align-items: center;
  }

  .service-desrpion {
    max-width: 100%;
  }

  .plus-wrap {
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .footer-top {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .footer-copyright {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .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;
  }

  .primary-button-texts, .primary-button-texts.nav {
    height: 22px;
  }

  .primary-button-3 {
    font-size: 15px;
  }

  .primary-button-3.desktop-on {
    display: none;
  }

  .nav-menu {
    padding: 20px;
  }

  .hamburger-2 {
    width: 45px;
    height: 40px;
  }

  .search-input {
    width: 45px;
    min-width: 45px;
    height: 45px;
  }

  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
  }

  .nav-link-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .primary-button-4 {
    font-size: 15px;
  }

  .cta-wrap {
    max-width: 410px;
  }

  .image-6 {
    width: 8rem;
  }

  .man-img {
    width: 10rem;
  }

  .h2-3 {
    display: none;
  }

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

  .woman-img {
    width: 15.9rem;
  }

  .image-8 {
    width: 8rem;
  }

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

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

  .footer-top {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .footer-img {
    display: none;
  }
}

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

  .section.hero {
    padding-top: 6.6rem;
  }

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

  .h1 {
    font-size: 2rem;
  }

  .h1.color-orange {
    width: 100%;
    line-height: 110%;
  }

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

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

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

  .marquee_item {
    width: 200svw;
  }

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

  .heading-wrapper.is-app {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    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 {
    width: 100%;
  }

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

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

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

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

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

  .card {
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 18rem;
  }

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

  .image-3 {
    height: 30rem;
    margin-top: -6px;
    transform: rotate(14deg);
  }

  .footer-link {
    width: 100%;
    height: 61%;
  }

  .footer-block {
    padding-top: 63px;
  }

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

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

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

  .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-section {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .social-icon-wrap {
    border-radius: 20px;
    width: 20.5444%;
  }

  .map-wraper {
    width: 100%;
    height: 100%;
  }

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

  .footer-icon {
    width: 1.2rem;
  }

  .inst-icon {
    width: 2rem;
  }

  .heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.5rem;
  }

  .left {
    width: 18rem;
    top: 41%;
    left: -36%;
  }

  .hero {
    padding-top: 20rem;
  }

  .hero-heading-wrap {
    z-index: 10;
    width: 100%;
    position: relative;
    bottom: -87px;
  }

  .pizza {
    width: 19rem;
    height: 19rem;
    inset: 163% 0% auto 3%;
  }

  .right {
    width: 18rem;
    top: 41%;
    right: -36%;
  }

  .primary-button-texts, .primary-button-texts.nav {
    height: 21px;
  }

  .brand-logo {
    width: 6rem;
    padding-left: 0;
  }

  .primary-button-3 {
    font-size: 14px;
  }

  .primary-button-3.mob {
    background-color: var(--primary);
    padding: .5rem 1rem;
    font-size: 1rem;
    text-decoration: none;
    display: flex;
  }

  .navbar-wrapper {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .nav-menu {
    padding: 1.4rem;
  }

  .hamburger-2 {
    width: 40px;
    height: 35px;
  }

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

  .primary-button-text {
    font-size: .7rem;
  }

  .search-input {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }

  .navbar {
    padding: 1rem .5rem;
  }

  .nav-link {
    padding: 6px 20px;
    font-size: 1rem;
  }

  .nav-link-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .hero-content {
    height: 100%;
    position: relative;
  }

  .section-mob, .section-about {
    background-position: 50%;
    background-size: contain;
  }

  .image-wrap {
    height: 36rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .h2 {
    font-size: 1rem;
  }

  .primary-button-4 {
    font-size: 14px;
  }

  .cta-wrap {
    width: 100%;
    max-width: 320px;
  }

  .pizza2 {
    width: 19rem;
    height: 19rem;
    inset: -29% 0% auto 9%;
  }

  .left-propos {
    width: 18rem;
    inset: auto auto 5% -20%;
  }

  .right-propos {
    width: 18rem;
    inset: 10% -20% auto auto;
  }

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

  .global-padding-2.padding-top {
    padding-top: 1rem;
  }

  .container_middle {
    grid-column-gap: 8.3rem;
    grid-row-gap: 8.3rem;
  }

  .paragraph-2 {
    margin-bottom: .5rem;
    font-size: .9rem;
  }

  .section-2.bg-yellow.slider {
    background-position: 50% 100%;
    height: 49rem;
  }

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

  .h2-2.text_color-white {
    text-align: left;
  }

  .pizza-wrap {
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .bold-text-2 {
    color: #371a12;
  }

  .pizza-bg {
    width: 120%;
    top: 10%;
  }

  .image {
    width: 44%;
  }

  .heading-wrap {
    height: 9rem;
  }

  .button {
    flex: none;
    font-size: .8rem;
  }

  .button.bg-yellow {
    color: #2c2c2c;
    font-size: .8rem;
  }

  .image-6 {
    width: 4rem;
  }

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

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

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

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

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

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

  .image-8 {
    width: 4rem;
  }

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

  .h3 {
    font-size: 2.1rem;
  }

  .logo {
    width: 6rem;
  }

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

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

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

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

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

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

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

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

  .image-9, .image-10, .image-11 {
    width: 4rem;
  }

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

  .bg {
    z-index: 2;
    width: 25rem;
    height: 20rem;
    inset: auto 0% -5%;
  }

  .hero_path {
    z-index: 1;
    left: -1%;
  }

  .hero_box {
    width: 17rem;
    top: 23%;
    left: 10%;
    right: 0%;
  }

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

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

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

  .salata {
    display: none;
  }

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

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

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

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

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

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

  .tomato {
    display: none;
  }

  .stiker {
    width: 7rem;
    inset: 88% 0% auto;
  }

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

  .faq-headline {
    position: relative;
  }

  .button-2 {
    flex: none;
    font-size: .8rem;
  }

  .button-2.bg-yellow {
    color: var(--white);
    font-size: .8rem;
  }

  .h3-2 {
    max-width: 13.2rem;
    font-size: 1.2rem;
  }

  .h3-2.max-w_100 {
    max-width: 100%;
  }

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

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

  .heading-wrap-2 {
    height: 1.9rem;
  }

  .question {
    margin-top: 2rem;
    padding-bottom: 1rem;
  }

  .pizza-bg-2 {
    width: 90%;
    left: 0%;
  }

  .faq-box {
    z-index: 999;
    position: relative;
  }

  .plus-wrap {
    width: 30px;
    height: 30px;
  }

  .button-3 {
    flex: none;
    font-size: .8rem;
  }

  .button-3.bg-yellow {
    color: var(--white);
    font-size: .8rem;
  }

  .button-3.bg-yellow.padding-05 {
    margin-top: 2rem;
    font-size: .7rem;
  }

  .card-2 {
    justify-content: center;
    align-items: center;
    height: 25rem;
    padding: 1.2rem;
  }

  .h4 {
    line-height: 110%;
  }

  .h4.align_center {
    font-size: 1.2rem;
  }

  .swiper-wrapper {
    height: 100%;
    margin-top: 2rem;
  }

  .dlex-vertical {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: flex-start;
    align-items: stretch;
  }

  .swiper_image {
    width: 12rem;
    height: 12rem;
    padding: 0;
  }

  .swiper_2 {
    height: 100%;
    margin-top: 2rem;
  }

  .btn-group {
    display: none;
  }

  .btn-group.hero {
    z-index: 4;
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    z-index: 4;
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    flex-flow: column;
    position: relative;
  }

  .heading-wrapper-2 {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: .9rem;
    padding-right: 0;
  }

  .swiper-slide {
    width: 100%;
    height: 23.5rem;
    display: flex;
  }

  .card-3 {
    justify-content: center;
    align-items: center;
    height: 25rem;
    padding: 1.2rem;
  }

  .heading-wrapper-3 {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: .9rem;
    padding-right: 0;
  }

  .span-big {
    font-size: 2rem;
    line-height: 70%;
  }

  .cent {
    margin-top: 0;
    font-size: 1rem;
  }

  .bunner_content-wrap {
    z-index: 2;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    max-width: 100%;
    position: relative;
  }

  .bunner_content-wrap.fraicheur {
    top: -9px;
  }

  .mobileapp-image-copy {
    z-index: 1;
    width: 25.1rem;
    max-width: 100%;
    height: 16rem;
    inset: auto 0% -13%;
  }

  .price {
    font-size: 2.4rem;
  }

  .price.mobile {
    font-size: 2.5rem;
  }

  .mobileapp-image {
    z-index: 1;
    width: 40rem;
    height: 21rem;
    inset: auto 0% -15% 5%;
  }

  .grid-2 {
    flex-flow: column;
    height: auto;
  }

  .column-2 {
    width: 100%;
    height: 23rem;
    padding: 1.8rem;
  }

  .bg-2 {
    z-index: 2;
    width: 25rem;
    height: 20rem;
    inset: auto 0% -5%;
  }

  .column-1 {
    width: 100%;
    height: 33rem;
    padding: 1.6rem;
  }

  .social-media {
    justify-content: flex-start;
    align-items: flex-end;
  }

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

  .hero_path-2 {
    z-index: 1;
    left: -1%;
  }

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

  .global-padding-6.hero-padding {
    padding-top: 4.8rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .h1-3 {
    text-align: center;
    font-size: 2rem;
    position: relative;
  }

  .h1-3.title-hero {
    text-align: center;
  }

  .stiker-2 {
    width: 7rem;
    inset: 88% 0% auto;
  }

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

  .copyright-text-2 {
    color: var(--white);
  }

  .footer {
    background-color: var(--red);
  }

  .map-wraper-2 {
    width: 100%;
    text-decoration: none;
  }

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

  .image-13 {
    height: 9.2rem;
  }

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

  .footer-icon-2 {
    width: 1.2rem;
    color: var(--white);
  }

  .navbar-link.footer {
    text-decoration: none;
  }

  .text-span {
    text-shadow: 0 1px 1px #0003;
  }
}

#w-node-_1f3dab97-9e54-0b11-a17d-70597ff3747d-e9c19e8e, #w-node-_1f3dab97-9e54-0b11-a17d-70597ff37488-e9c19e8e, #w-node-_1f3dab97-9e54-0b11-a17d-70597ff37496-e9c19e8e {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_1f3dab97-9e54-0b11-a17d-70597ff3747d-e9c19e8e, #w-node-_1f3dab97-9e54-0b11-a17d-70597ff37488-e9c19e8e, #w-node-_1f3dab97-9e54-0b11-a17d-70597ff37496-e9c19e8e {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1f3dab97-9e54-0b11-a17d-70597ff3747d-e9c19e8e, #w-node-_1f3dab97-9e54-0b11-a17d-70597ff37488-e9c19e8e, #w-node-_1f3dab97-9e54-0b11-a17d-70597ff37496-e9c19e8e {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1f3dab97-9e54-0b11-a17d-70597ff3747d-e9c19e8e, #w-node-_1f3dab97-9e54-0b11-a17d-70597ff37488-e9c19e8e, #w-node-_1f3dab97-9e54-0b11-a17d-70597ff37496-e9c19e8e {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_61ad3b18-d754-ac06-ccc2-22e4cced428b-e9c19e8e {
    order: -9999;
  }
}


