@font-face {
  font-family: Freiburg;
  src: url('../fonts/Freiburg.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --_colors---red: #b81318;
  --_colors---yellow: #ffcf24;
  --_colors---dark-red: #ff0f00;
  --_colors---white: #fff;
}

.section.bg-red {
  background-color: var(--_colors---red);
  position: relative;
  overflow: hidden;
}

.section.bg-red.slider {
  background-color: var(--_colors---yellow);
}

.section.bg-yellow {
  background-color: var(--_colors---dark-red);
  position: relative;
}

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

.section.slider {
  overflow: hidden;
}

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

.global-padding.hero-padding {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

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

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

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

.hero_heading-wrapp {
  z-index: 4;
  position: relative;
}

.link-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.brand {
  color: #000;
  border-radius: 20px;
  width: 100%;
}

.naavbar-desktop {
  z-index: 9999;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 2rem;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
  position: fixed;
}

.link-underline {
  background-color: #fff;
  width: 60%;
  height: 1px;
}

.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: var(--_colors---yellow);
}

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

.navbar-link.cta-link {
  color: #000;
  background-color: #ececec;
  border-radius: .75rem;
  padding: .5rem 1.5rem;
  font-weight: 600;
  transition: all .4s;
}

.navbar-link.cta-link:hover {
  background-color: var(--_colors---dark-red);
  color: var(--_colors---white);
}

.navbar-link.cta-link.bg-yellow {
  color: var(--_colors---white);
  text-align: center;
  background-color: #b81318;
  font-weight: 600;
  transition-duration: .4s;
}

.navbar-link.cta-link.bg-yellow:hover {
  background-color: var(--_colors---yellow);
  color: #000;
}

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

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

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

.menu-open {
  color: #fff;
  text-align: center;
  letter-spacing: -.005rem;
  padding-top: .5rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  font-size: .9375rem;
  font-weight: 300;
}

.menu-open:hover {
  color: #d1d1d1;
}

.menu-open.w--current {
  color: #191919;
  padding-top: .2rem;
  padding-bottom: .5rem;
  padding-left: 1.5rem;
  font-size: .875rem;
  font-weight: 500;
}

.responsive-link {
  color: #191919;
  letter-spacing: -.005rem;
  padding-left: 1.5rem;
  padding-right: 0;
  font-size: .875rem;
  font-weight: 500;
}

.responsive-link:hover {
  color: #666;
}

.navbar-mob {
  display: none;
}

.navigation {
  z-index: 20;
  background-color: #a8000080;
  border-radius: .75rem;
  justify-content: flex-end;
  align-items: stretch;
  width: auto;
  padding: .8rem 1rem;
  display: flex;
  position: relative;
}

.open-close {
  display: none;
}

.logo {
  z-index: 20;
  order: -1;
  width: 9rem;
  position: relative;
}

.mob-logo {
  z-index: 20;
  order: -1;
  width: 15%;
  display: none;
  position: relative;
}

.h1 {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  color: #000;
  letter-spacing: 1px;
  text-indent: 0;
  text-transform: uppercase;
  cursor: default;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 5rem;
  font-weight: 500;
  line-height: 120%;
  display: block;
}

.heding-group {
  margin-bottom: 3rem;
}

.heading-animation-group {
  z-index: 5;
  height: 5.2rem;
  position: relative;
  overflow: hidden;
}

.button {
  background-color: var(--_colors---dark-red);
  color: var(--_colors---white);
  text-align: center;
  letter-spacing: -.005rem;
  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:hover {
  color: var(--_colors---white);
  background-color: #ff611d;
}

.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: #fff;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.button.bg-yellow:hover {
  color: var(--_colors---red);
  background-color: #f8dfc5;
}

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

.button.bg-yellow.button-pizza {
  background-color: var(--_colors---yellow);
  color: #000;
}

.button.bg-yellow.button-app {
  background-color: var(--_colors---yellow);
  color: #000;
  -webkit-text-stroke-color: #000;
}

.button.nav-button {
  background-color: var(--_colors---yellow);
  color: var(--_colors---red);
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: none;
}

.button.nav-button:hover {
  color: var(--_colors---red);
  background-color: #cfc5f8;
}

.hero-image {
  z-index: 3;
  width: 40rem;
  position: absolute;
  inset: 15% 0% 0% auto;
}

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

.heading-wrapper.second-section {
  justify-content: space-between;
  align-items: flex-end;
  padding-right: 0;
}

.h2 {
  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.text_color-white {
  z-index: 3;
  color: var(--_colors---white);
  position: relative;
}

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

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

.slide_bg-wrap {
  cursor: pointer;
  border-radius: 1.25rem;
  width: 50%;
  height: 25.625rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide_content-wrap {
  background-color: var(--_colors---red);
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 40%;
  padding: 1.3rem;
  display: flex;
  position: relative;
}

.slide_content-wrap.second-slider {
  background-color: var(--_colors---yellow);
  padding-right: 2rem;
}

.h3 {
  color: var(--_colors---white);
  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.text_color_dark {
  color: #000;
  font-size: 1.5rem;
}

.h3.big-bunner {
  font-size: 4rem;
}

.slide_btn-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.caption {
  color: #fff;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 1.2rem;
  line-height: 110%;
}

.caption.text_color_dark {
  color: #000;
}

.caption.big-bunner {
  font-size: 3rem;
}

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

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

.space-s {
  height: 5rem;
}

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

.image {
  width: 100%;
}

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

.paragraph {
  color: var(--_colors---white);
  letter-spacing: .02rem;
  cursor: default;
  font-size: 1rem;
  line-height: 110%;
  overflow: hidden;
}

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

.paragraph.hide-mobile {
  display: none;
}

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

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

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

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

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

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

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

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

.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_image {
  width: 10rem;
  height: 10rem;
}

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

.swiper_2arrow-prev:hover {
  background-color: var(--_colors---dark-red);
}

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

.swiper_2arrow-next:hover {
  background-color: var(--_colors---dark-red);
}

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

.bunner_wrap {
  background-color: var(--_colors---red);
  background-image: url('../images/df_1df.avif'), url('../images/bg4-1-2.webp');
  background-position: 400% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, 1243px;
  border-radius: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  height: 45rem;
  padding: 5rem;
  display: flex;
  position: relative;
}

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

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

.column-1 {
  background-color: var(--_colors---dark-red);
  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;
}

.column-2 {
  background-color: var(--_colors---dark-red);
  border-radius: 1.25rem;
  width: auto;
  height: 100%;
  padding: 6rem 3.2rem 3.2rem;
  position: relative;
  overflow: hidden;
}

.image-4 {
  cursor: default;
  border-radius: 20px;
  height: 16rem;
}

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

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

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

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

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

.copyright-text-2 {
  color: #c8c8c8;
  margin-bottom: 0;
}

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

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

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

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

.link {
  color: #fff;
}

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

.image-5 {
  z-index: -2;
  background-color: var(--_colors---yellow);
  height: 100%;
  position: absolute;
  inset: 0% -6% 0% auto;
}

.image-5.bg-red {
  background-color: var(--_colors---red);
}

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

.overlay {
  z-index: -1;
  background-color: var(--_colors---red);
  border-radius: 1.25rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.overlay.second-slider {
  background-color: var(--_colors---yellow);
}

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

.label {
  background-color: var(--_colors---white);
  color: #000;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  padding: .7rem;
  font-family: Changa One, Impact, sans-serif;
  font-size: 1.8rem;
  display: flex;
}

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

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

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

.content-wrap.big-banner {
  justify-content: space-between;
  height: 100%;
}

.price {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  color: var(--_colors---white);
  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: var(--_colors---yellow);
}

.price.text-color_blue {
  color: var(--_colors---red);
}

.price.text-color_blue.big-bunner {
  color: var(--_colors---white);
  font-size: 10rem;
}

.price.mobile {
  font-size: 3.5rem;
  font-weight: 700;
}

.price.mobile.text_color_dark {
  color: var(--_colors---dark-red);
}

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

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

.price-wrap.big-bunner {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
}

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

.hero-image_doner {
  z-index: 2;
  width: 50rem;
  position: absolute;
  top: 11%;
  bottom: 0%;
  right: -7%;
}

.hero-image_doner.donerimage {
  width: 500px;
  top: 58%;
  left: 178.977px;
}

.mobileapp-image {
  width: 28rem;
  margin-top: 27px;
  position: absolute;
  top: 0%;
  left: auto;
  right: 0%;
}

.span-big {
  color: var(--_colors---yellow);
  font-size: 3rem;
  line-height: 78%;
}

.mobileapp-image-copy {
  z-index: 4;
  filter: drop-shadow(0 2px 5px #000000b3);
  max-width: 130%;
  margin-bottom: 36px;
  padding-bottom: 0;
  position: absolute;
  inset: auto 0% -10% -16%;
}

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

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

.map-wraper {
  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;
}

.image-7 {
  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;
  margin-top: 2rem;
  display: flex;
}

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

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

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

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

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

.popup {
  z-index: 999;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border: 1px solid var(--_colors---yellow);
  background-color: var(--_colors---red);
  opacity: 0;
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40rem;
  height: 30rem;
  display: none;
  position: fixed;
  inset: 25% auto 0% 25%;
}

.popup-close {
  color: #fff;
  cursor: pointer;
  width: 2.2rem;
  position: absolute;
  inset: 2% 2% auto auto;
}

.popup-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 20rem;
  display: flex;
}

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

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

.mini-banner {
  z-index: 3;
  background-color: #f8ebc4;
  border-radius: .75rem;
  justify-content: space-between;
  width: 20rem;
  height: 10rem;
  margin-top: 2rem;
  padding: 1rem 2rem;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.image-8 {
  mix-blend-mode: darken;
  width: 12rem;
  position: absolute;
  inset: -15% -7% auto auto;
}

.lotty-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.lottie-animation {
  width: 3.9rem;
  transform-style: preserve-3d;
  margin-bottom: -9px;
  transform: rotateX(0)rotateY(180deg)rotateZ(-158deg);
}

.paragraph-2 {
  font-size: 1.5rem;
}

.path {
  color: var(--_colors---yellow);
}

.image-9 {
  width: 10rem;
  height: 10rem;
}

.div-block {
  height: 73.8906rem;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .brand {
    width: 100%;
  }

  .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: var(--_colors---yellow);
  }

  .navbar-link.cta-link {
    background-color: #ececec;
    border-radius: 1rem;
    margin-left: 1.5rem;
    padding: .5rem 1.5rem;
  }

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

  .menu-open:hover {
    color: #d1d1d1;
  }

  .responsive-link {
    color: #191919;
    letter-spacing: -.005rem;
    padding-left: 1.5rem;
    padding-right: 0;
    font-size: .875rem;
    font-weight: 500;
  }

  .responsive-link:hover {
    color: #666;
  }

  .navbar-mob {
    display: none;
  }

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

  .button:hover {
    color: var(--_colors---white);
    font-weight: 700;
  }

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

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

  .pizza-bg {
    top: 0%;
  }

  .popup {
    background-color: var(--_colors---red);
    opacity: 0;
    display: none;
  }

  .popup-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 20rem;
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  .brand {
    width: 100%;
  }

  .naavbar-desktop {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .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: var(--_colors---yellow);
  }

  .navbar-link.cta-link {
    background-color: #ececec;
    border-radius: 1rem;
    margin-left: 1.5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-right: 1.5rem;
  }

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

  .menu-open:hover {
    color: #d1d1d1;
  }

  .responsive-link {
    color: #191919;
    letter-spacing: -.005rem;
    padding-left: 1.5rem;
    padding-right: 0;
    font-size: .875rem;
    font-weight: 500;
  }

  .responsive-link:hover {
    color: #666;
  }

  .navbar-mob {
    display: none;
  }

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

  .button:hover {
    color: var(--_colors---white);
  }

  .question {
    max-width: 80rem;
  }

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

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

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

  .popup {
    background-color: var(--_colors---red);
    opacity: 0;
    display: none;
  }

  .popup-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 20rem;
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .link-wrap {
    flex-flow: column;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .brand {
    width: 100%;
  }

  .naavbar-desktop {
    z-index: 150;
    padding-left: 3rem;
    padding-right: 3rem;
    overflow: hidden;
  }

  .link-underline {
    background-color: #fff;
    width: 60%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .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: var(--_colors---yellow);
  }

  .navbar-link.cta-link {
    background-color: #ececec;
    border-radius: .75rem;
    margin-left: 1.5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-right: 1.5rem;
    transition-duration: .4s;
  }

  .navbar-link.cta-link:hover {
    background-color: var(--_colors---dark-red);
    color: var(--_colors---white);
  }

  .navbar-link.cta-link.bg-yellow {
    color: #fff;
    border-radius: .75rem;
    transition-duration: .4s;
  }

  .navbar-link.cta-link.bg-yellow:hover {
    background-color: var(--_colors---yellow);
    color: #000;
  }

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

  .menu-open:hover {
    color: #d1d1d1;
  }

  .responsive-link {
    color: #111;
    letter-spacing: -.005rem;
    padding-left: 1.5rem;
    padding-right: 0;
    font-size: .875rem;
    font-weight: 500;
  }

  .responsive-link:hover {
    color: #666;
  }

  .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: var(--_colors---white);
    padding-left: 2rem;
    padding-right: 2rem;
    font-weight: 700;
  }

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

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

  .slide_bg-wrap {
    background-image: none;
    width: 50%;
  }

  .footer {
    background-color: var(--_colors---red);
    padding-top: 80px;
    padding-bottom: 24px;
  }

  .image-5 {
    height: 100%;
  }

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

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

  .popup {
    background-color: var(--_colors---red);
    opacity: 0;
    display: none;
  }

  .popup-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    flex-flow: column;
    max-width: 20rem;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .link-wrap {
    display: none;
  }

  .brand {
    width: 100%;
  }

  .naavbar-desktop {
    z-index: 150;
  }

  .navbar-link.cta-link {
    display: none;
  }

  .menu-open {
    padding-right: 0;
    display: block;
    position: absolute;
  }

  .responsive-link {
    z-index: 999;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    width: 50%;
    padding-top: 0;
    padding-bottom: .2rem;
    padding-left: 0;
    font-size: 1rem;
    font-weight: 300;
    line-height: 2;
    display: block;
    position: relative;
  }

  .navbar-mob_container {
    background-color: #00000080;
    border-radius: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
  }

  .navbar-mob {
    z-index: 999;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 15rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
    position: fixed;
    inset: 10% 0% 0% 5%;
    overflow: hidden;
  }

  .menu-close {
    color: #d1d1d1;
    text-align: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1.2rem;
    font-size: .9375rem;
    font-weight: 300;
    display: block;
    position: absolute;
  }

  .menu-close:hover {
    z-index: 10;
    color: #fff;
  }

  .navigation {
    justify-content: space-between;
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .open-close {
    justify-content: flex-end;
    align-items: center;
    width: 78%;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .open-close:hover {
    color: #fff;
  }

  .logo {
    display: none;
  }

  .mob-logo {
    width: 6rem;
    height: 100%;
    display: block;
  }

  .h1 {
    font-size: 4rem;
    line-height: 150%;
  }

  .button.nav-button {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

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

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

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

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

  .nav-btn-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .brand {
    width: 100%;
  }

  .naavbar-desktop {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .responsive-link {
    font-size: .953rem;
  }

  .navbar-mob {
    width: 90%;
    left: 5%;
  }

  .open-close {
    justify-content: flex-end;
    align-items: center;
    width: 80%;
  }

  .mob-logo {
    width: 8rem;
  }

  .footer-img {
    display: none;
  }

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

  .nav-btn-wrapper {
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .section.bg-red {
    background-position: 24px 100%;
    background-size: 100%;
  }

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

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

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

  .brand {
    width: 100%;
  }

  .naavbar-desktop {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .btn-group {
    display: none;
  }

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

  .menu-open {
    padding-bottom: 14px;
    font-size: .875rem;
  }

  .responsive-link {
    flex: none;
    line-height: 89%;
    text-decoration: none;
    transition: all .2s;
  }

  .responsive-link:hover {
    color: var(--_colors---yellow);
  }

  .navbar-mob_container {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
  }

  .navbar-mob {
    z-index: 250;
    padding: 0;
    top: 7rem;
  }

  .navigation {
    justify-content: space-between;
    align-items: stretch;
    padding-left: 1.1rem;
    padding-right: 1.5rem;
  }

  .open-close {
    width: 70%;
  }

  .mob-logo {
    width: 4.5rem;
  }

  .h1 {
    font-size: 1.7rem;
    line-height: 117%;
  }

  .heading-animation-group {
    height: 1.9rem;
  }

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

  .button.bg-yellow {
    color: var(--_colors---dark-red);
    font-size: .8rem;
  }

  .button.bg-yellow.padding-05 {
    color: var(--_colors---white);
    margin-top: 2rem;
    font-size: .7rem;
  }

  .button.bg-yellow.button-app {
    margin-top: 159px;
  }

  .button.nav-button {
    background-color: var(--_colors---red);
    color: var(--_colors---white);
    padding: 0 1rem;
    font-size: .8rem;
    font-weight: 700;
    display: flex;
  }

  .button.nav-button:hover {
    background-color: #f8e5c5;
  }

  .hero-image {
    z-index: 7;
    width: 25rem;
    height: 23rem;
    inset: auto 0% -6% 0;
  }

  .heading-wrapper {
    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;
  }

  .heading-wrapper.second-section {
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .h2.text_color-white {
    z-index: 10;
    text-align: center;
    position: relative;
  }

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

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

  .slide_bg-wrap {
    width: 100%;
    height: auto;
  }

  .slide_content-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 55%;
    padding: 2rem 1rem 2rem .8rem;
  }

  .slide_content-wrap.second-slider {
    width: 55%;
    padding: 2rem 1rem 2rem .8rem;
  }

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

  .h3.text_color_dark {
    font-size: 1.2rem;
  }

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

  .h3.big-bunner {
    font-size: 2rem;
  }

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

  .caption.big-bunner {
    font-size: 1.6rem;
  }

  .space-s {
    height: 2rem;
  }

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

  .image {
    width: 44%;
  }

  .heading-wrap {
    height: 1.9rem;
  }

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

  .paragraph.align-center {
    overflow: visible;
  }

  .paragraph.hide-mobile {
    display: block;
  }

  .paragraph.hide-web {
    display: none;
  }

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

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

  .faq-headline {
    position: relative;
  }

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

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

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

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

  .h4 {
    line-height: 110%;
  }

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

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

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

  .bunner_wrap {
    background-position: 100% 100%;
    justify-content: flex-start;
    align-items: flex-start;
    height: 27rem;
    padding: 1.4rem;
  }

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

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

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

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

  .image-4 {
    height: 9.2rem;
  }

  .image-5 {
    width: 70%;
    height: 100%;
  }

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

  .label {
    padding: .3rem;
    font-size: 1rem;
  }

  .content_right-wrap {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: flex-start;
    align-items: flex-end;
    max-width: 64%;
  }

  .content_right-wrap.hero {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
  }

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

  .content-wrap {
    width: 100%;
  }

  .price, .price.text-color_blue.big-bunner {
    font-size: 2.4rem;
  }

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

  .speciaux_heading-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    align-items: center;
    width: 100%;
  }

  .price-wrap {
    justify-content: space-between;
    align-items: center;
  }

  .price-wrap.big-bunner {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row;
    height: auto;
  }

  .flex-vertical {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .hero-image_doner {
    z-index: 3;
    width: 80%;
    height: 60%;
    inset: auto 0% 2% 5%;
  }

  .hero-image_doner.donerimage {
    width: 280px;
    height: 50%;
    margin-bottom: -29px;
    padding-bottom: 0;
  }

  .mobileapp-image {
    z-index: 1;
    width: auto;
    max-width: none;
    height: 21rem;
    margin-bottom: -13px;
    inset: auto 0% -15% 19%;
  }

  .span-big {
    line-height: 70%;
  }

  .mobileapp-image-copy {
    z-index: 1;
    width: 120%;
    max-width: 120%;
    height: 70%;
    margin-bottom: -43px;
    margin-left: -36px;
    padding-left: 0;
    inset: auto 0% -4%;
  }

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

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

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

  .footer-icon {
    width: 1.2rem;
  }

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

  .inst-icon {
    width: 2rem;
  }

  .popup {
    background-color: var(--_colors---red);
    opacity: 0;
    width: 90%;
    display: none;
    inset: 20% 0% 0% 5%;
  }

  .popup-close {
    width: 2rem;
  }

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

  .nav-btn-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    display: flex;
  }

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

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

  .mini-banner {
    z-index: 8;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 11rem;
    height: 5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    inset: auto auto 4% 6%;
  }

  .image-8 {
    width: 7rem;
    height: 9.7rem;
  }

  .lotty-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
  }

  .lottie-animation {
    width: 2.1rem;
    display: none;
    inset: auto auto -70px 42%;
    transform: rotate(180deg);
  }
}

#w-node-e17eb04b-7c97-724b-a20d-ca0567ae6ca0-f1f734da, #w-node-e17eb04b-7c97-724b-a20d-ca0567ae6caa-f1f734da, #w-node-e17eb04b-7c97-724b-a20d-ca0567ae6cb4-f1f734da {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-e17eb04b-7c97-724b-a20d-ca0567ae6ca0-f1f734da, #w-node-e17eb04b-7c97-724b-a20d-ca0567ae6caa-f1f734da, #w-node-e17eb04b-7c97-724b-a20d-ca0567ae6cb4-f1f734da {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e17eb04b-7c97-724b-a20d-ca0567ae6ca0-f1f734da, #w-node-e17eb04b-7c97-724b-a20d-ca0567ae6caa-f1f734da, #w-node-e17eb04b-7c97-724b-a20d-ca0567ae6cb4-f1f734da {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e17eb04b-7c97-724b-a20d-ca0567ae6ca0-f1f734da, #w-node-e17eb04b-7c97-724b-a20d-ca0567ae6caa-f1f734da, #w-node-e17eb04b-7c97-724b-a20d-ca0567ae6cb4-f1f734da {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-d41b6ef2-a0e4-757c-432a-71abddce9309-f1f734da {
    order: -9999;
  }
}


@font-face {
  font-family: 'Freiburg';
  src: url('../fonts/Freiburg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}