@font-face {
  font-family: Brother;
  src: url('../fonts/BROTHER-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark: #1b1b18;
  --red: #ff040b;
  --yellow: #fede02;
}

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

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

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

.nav-links {
  grid-column-gap: 3.1rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
  position: static;
}

.nav-bar {
  z-index: 999;
  width: 100%;
  height: 9.3rem;
  color: var(--dark);
  background-color: #1b1b18;
  justify-content: space-between;
  align-items: center;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
  position: fixed;
  bottom: auto;
  left: 0%;
  right: auto;
}

.menu-parent {
  grid-row-gap: 3px;
  cursor: pointer;
  background-color: #1b1b18;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.6rem;
  height: 2.6rem;
  display: none;
}

.nav-logo.footer {
  transform: translate(0, -20px);
}

.link {
  z-index: 3;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  flex: none;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}

.link.text-color_dark {
  color: var(--dark);
}

.link.footer {
  color: #949493;
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 120%;
}

.link.app {
  text-transform: none;
  font-size: 1.2rem;
}

.btn-text {
  z-index: 2;
  color: #000;
  text-transform: uppercase;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: .8rem;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.border-line-text {
  z-index: 1;
  background-color: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.border-line-text.text-color_dark {
  background-color: var(--dark);
}

.logo {
  z-index: 1;
  width: 8.8rem;
  height: 5.8rem;
  position: relative;
}

.logo.footer {
  width: 11rem;
  height: 7rem;
}

.flex-c {
  text-decoration: none;
  display: flex;
  position: relative;
}

.banner-desktop {
  height: 31.6rem;
}

.banner-mob {
  display: none;
}

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

.container-middle {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.container-middle.padding-top-o {
  padding-top: 0;
}

.cards-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card {
  background-color: var(--red);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 25rem;
  height: 15rem;
  padding: 1.3rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card.bg-yellow {
  background-color: var(--yellow);
}

.card.bg-brown {
  background-color: #783519;
  width: 25rem;
}

.h1 {
  z-index: 1;
  color: #fff;
  text-transform: uppercase;
  cursor: default;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 120%;
  position: relative;
}

.h1.text-color_dark {
  color: var(--dark);
}

.cta {
  border: .5px solid var(--yellow);
  background-image: url('../images/cta.webp');
  background-position: 0%;
  background-size: contain;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 6.6rem;
  padding-left: 15rem;
  padding-right: 3rem;
  display: flex;
}

.btn-parent {
  background-color: var(--red);
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 2.6rem;
  padding: 1.8rem;
  font-size: .8rem;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
  position: relative;
}

.btn-whipe {
  background-color: var(--yellow);
  width: 100%;
  height: 0%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.h2 {
  z-index: 1;
  color: #fff;
  text-transform: uppercase;
  cursor: default;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
  position: relative;
}

.h2.text-align_center {
  text-align: center;
}

.card-img {
  width: 17rem;
  height: 14.7rem;
  margin-right: 2.3rem;
  position: absolute;
  inset: auto 0% -2% auto;
}

.card-img._3 {
  width: 22rem;
  margin-right: 0;
  inset: auto -1% 0% auto;
}

.card-img._2 {
  width: 22.9rem;
  margin-right: 0;
  right: -2%;
}

.card-img.location {
  width: 14rem;
  margin-right: 1rem;
}

.card-img._4 {
  width: 20rem;
  margin-right: 0;
  right: -2%;
}

.footer-logo_wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  align-items: stretch;
  display: flex;
}

.social-media {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  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;
}

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

.footer-menu_links._3 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  width: 15.1rem;
}

.footer-menu_links._2 {
  width: 10.6rem;
}

.footer-menu_links-wrapper {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  flex-flow: row;
  display: flex;
}

.menu {
  border: .5px none var(--red);
  background-image: url('../images/fon1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: flex-start;
  align-items: center;
  height: 36rem;
  display: flex;
}

.menu-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 29rem;
  display: flex;
}

.decorative-font {
  color: #fff;
  text-align: center;
  font-family: Brother, Impact, sans-serif;
  font-size: 3.125rem;
  line-height: 90%;
}

.decorative-font.padding {
  color: var(--red);
  padding-bottom: 1.2rem;
  font-size: 1.9rem;
}

.decorative-font.price {
  font-size: 4rem;
}

.decorative-font.price.text-color_yellow {
  color: var(--yellow);
}

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

.text-color_red {
  color: var(--red);
}

.menu-img {
  width: 23rem;
}

.menu-img._3 {
  width: 18rem;
}

.hero-banner {
  background-image: url('../images/10.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 29.4rem;
  padding: 3.8rem;
  display: flex;
}

.h3 {
  z-index: 1;
  color: #fff;
  text-align: center;
  cursor: default;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 120%;
  position: relative;
}

.h3.bunner {
  max-width: 32rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
}

.h3.bunner.text-color-grey {
  color: #ffffff80;
}

.big-banner_wrapper {
  width: 100vw;
  margin-left: -3rem;
}

.bunner {
  width: 100%;
}

.button {
  z-index: 33;
  background-color: var(--red);
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 2.6rem;
  padding: 1.5rem;
  font-size: .8rem;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 69% auto auto 38%;
  transform: rotate(-3deg);
}

.button.slide-2 {
  left: 33%;
}

.button.slide-3 {
  text-decoration: none;
  left: 23%;
}

.button.slide-4 {
  left: 30%;
}

.button.location {
  position: static;
  transform: rotate(0);
}

.button.slide-1 {
  top: 74%;
  left: 34%;
}

.container-large {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
  position: relative;
}

.map-wrapper {
  border: .5px solid var(--red);
  height: 42rem;
  display: flex;
}

.contacts {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.map {
  width: 70%;
}

.footer-adress {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 4fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center stretch;
  text-decoration: none;
  display: grid;
}

.footer-icon {
  color: #f3ede4;
  width: 1.5rem;
}

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

.body-text_big.footer-link {
  text-align: left;
  font-family: Montserrat, sans-serif;
}

.body-text_big.align-right {
  text-align: right;
  font-family: Montserrat, sans-serif;
}

.button-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  display: flex;
}

.contacts-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-right: .5px solid var(--red);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 40%;
  padding: 1.9rem;
  display: flex;
}

.contacts-hourse {
  grid-column-gap: 17px;
  grid-row-gap: 16px;
  background-color: var(--red);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding: 1.8rem;
  display: grid;
}

.code-embed {
  height: 100%;
}

.div-block-13 {
  flex-flow: column;
  justify-content: space-between;
  width: 20%;
  display: flex;
}

.foodtruck-content_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 58.3rem;
  display: flex;
}

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

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

.form-text {
  color: #f3ede4;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #9b9996;
  height: 4.2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
}

.form-text::placeholder {
  color: #b9b9b9;
  font-size: 1.3rem;
  font-weight: 400;
}

.form-img {
  border-radius: .75rem;
  width: 14rem;
  margin-top: 3rem;
}

.form-content_wrap {
  flex-flow: column;
  margin-top: 2rem;
  display: flex;
}

.submit-button {
  color: #fff;
  text-transform: uppercase;
  background-color: #ff030b;
  margin-top: 1rem;
  padding: 1rem;
  font-size: 1.2rem;
  font-weight: 900;
}

.textarea {
  color: var(--dark);
  margin-top: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
}

.textarea::placeholder {
  font-size: 1.3rem;
}

.truck-form {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #30303040;
  border-radius: .75rem;
  flex-flow: column;
  padding: 4.3rem;
}

.success-message {
  color: #1d1d1a;
  background-color: #0000;
  height: 30rem;
}

.error-message {
  background-color: #ffe820;
}

.popup {
  z-index: 999;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: var(--dark);
  opacity: 0;
  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-links {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-4 {
  width: 2rem;
}

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

.swiper {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 30rem;
  margin-left: -3rem;
}

.swiper-wrapper {
  flex-flow: row;
  width: 100vw;
  height: 30rem;
  display: flex;
}

.swiper-slide {
  width: 100%;
  height: 31.6rem;
  position: relative;
}

.bg {
  width: 100%;
  position: absolute;
  inset: 15% 0% 0%;
}

.bg.pop {
  top: 30%;
}

.bg-mob {
  display: none;
}

.link-block {
  text-decoration: none;
}

@media screen and (min-width: 1280px) {
  .btn-parent, .button {
    overflow: hidden;
  }
}

@media screen and (max-width: 991px) {
  .nav-links {
    grid-column-gap: 2rem;
    margin-right: -1rem;
  }

  .menu-parent {
    grid-row-gap: 2px;
  }

  .card-img {
    height: 15rem;
  }

  .contacts-hourse {
    place-items: center stretch;
  }

  .form-text {
    border-bottom-width: .5px;
    margin-bottom: 0;
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .submit-button {
    margin-top: 1rem;
  }

  .textarea {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .nav-links {
    grid-row-gap: 1.25rem;
    background-color: #f8f7f3;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-right: 0;
    padding: 6rem 1.4rem 2rem 5%;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .nav-bar {
    padding-left: 4%;
    padding-right: 4%;
  }

  .menu-parent {
    grid-row-gap: 1px;
  }
}

@media screen and (max-width: 479px) {
  .padding-global {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .nav-links {
    background-color: #1b1b18;
    justify-content: center;
    align-items: flex-start;
    padding-top: 10rem;
    padding-bottom: 5rem;
    padding-left: 8%;
    display: none;
  }

  .nav-bar {
    justify-content: space-between;
    align-items: center;
    height: 7rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .menu-parent {
    border: 1px solid #ff040b;
    height: auto;
    display: flex;
  }

  .link {
    font-size: .8rem;
  }

  .logo {
    width: 6.7rem;
    height: 4.4rem;
  }

  .logo.footer {
    width: 8rem;
    height: 5rem;
  }

  .flex-c {
    align-items: stretch;
    height: 3.3rem;
  }

  .banner-desktop {
    display: none;
  }

  .banner-mob {
    display: block;
  }

  .container-middle {
    margin-left: auto;
    margin-right: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .cards-wrapper {
    flex-flow: column;
    width: 100%;
  }

  .card {
    width: 100%;
    height: 13rem;
  }

  .h1 {
    font-size: 1.25rem;
  }

  .cta {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    background-image: url('../images/cta-mob.webp');
    background-position: 0%;
    background-size: cover;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 14rem;
    padding: 2rem;
  }

  .btn-parent {
    height: auto;
    padding: .9rem;
  }

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

  .card-img {
    width: 14rem;
    height: 12rem;
    margin-right: .4rem;
  }

  .card-img._2 {
    height: 12rem;
  }

  .card-img.location {
    width: 10.9rem;
    height: 10.9rem;
    margin-right: .3rem;
    bottom: 0%;
  }

  .card-img._4 {
    height: 12.5rem;
  }

  .footer-logo_wrapper {
    order: 9999;
    justify-content: space-between;
    align-items: center;
  }

  .footer {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

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

  .inst-icon {
    width: 2rem;
  }

  .footer-menu_links {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
  }

  .footer-menu_links._3 {
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
  }

  .footer-menu_links._2 {
    width: auto;
  }

  .footer-menu_links-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    justify-content: space-between;
    width: 100%;
  }

  .menu {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-flow: column;
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .menu-card {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    width: 20rem;
  }

  .decorative-font {
    font-size: 2.5rem;
  }

  .decorative-font.padding {
    font-size: 1.5rem;
  }

  .decorative-font.price {
    font-size: 3rem;
  }

  .menu-img {
    order: 9999;
    width: 23rem;
  }

  .menu-img._3 {
    order: 9999;
    width: 15rem;
  }

  .menu-img._2 {
    order: 9999;
    width: 17rem;
  }

  .hero-banner {
    background-image: url('../images/non---mob-1.webp');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    height: 36rem;
    padding: 2.2rem;
  }

  .h3 {
    font-size: 1.25rem;
  }

  .h3.bunner {
    z-index: 3;
    max-width: 100%;
    font-size: .9rem;
    display: flex;
  }

  .big-banner_wrapper {
    width: 100%;
    margin-left: 0;
  }

  .bunner {
    display: none;
  }

  .button {
    border: 1px solid var(--yellow);
    height: auto;
    padding: .9rem;
    inset: auto auto 10% 32%;
  }

  .button.slide-3 {
    left: 29%;
  }

  .button.slide-4 {
    left: 15%;
  }

  .container-large {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .map-wrapper {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    height: auto;
  }

  .map {
    width: 100%;
    padding-bottom: 1.1rem;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }

  .footer-adress {
    flex-flow: row;
  }

  .footer-icon {
    width: 1.2rem;
  }

  .body-text_big {
    text-align: left;
    max-width: none;
    font-size: .8rem;
  }

  .body-text_big.footer-link {
    text-align: left;
  }

  .body-text_big.align-right {
    text-align: right;
  }

  .contacts-wrapper {
    width: 100%;
    padding: 1.1rem;
  }

  .contacts-hourse {
    place-items: center stretch;
    width: 100%;
    padding: 1.3rem;
  }

  .div-block-13 {
    grid-column-gap: 2.4rem;
    grid-row-gap: 2.4rem;
    align-items: stretch;
    width: 100%;
  }

  .phone-food-truck_wrap {
    flex-flow: column;
    padding-left: 0%;
    text-decoration: none;
  }

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

  .form-text {
    border-bottom-width: .5px;
    font-size: 1rem;
  }

  .form-text::placeholder {
    font-size: 1rem;
  }

  .form-img, .submit-button {
    margin-top: 1rem;
  }

  .textarea, .textarea::placeholder {
    font-size: 1rem;
  }

  .truck-form {
    width: 100%;
    margin-bottom: 2rem;
    padding: 1.1rem;
    top: 35%;
  }

  .success-message {
    height: auto;
  }

  .popup {
    width: 90%;
    inset: 20% 0% 0% 5%;
  }

  .popup-close {
    width: 2rem;
  }

  .popup-links {
    flex-flow: column;
  }

  .swiper {
    width: 100%;
    height: auto;
    margin-left: 0;
  }

  .swiper-wrapper, .swiper-slide {
    height: auto;
  }

  .bg {
    display: none;
  }

  .bg-mob {
    display: block;
    position: absolute;
    inset: 15% 0% 0%;
  }

  .bg-mob.pop {
    top: 8%;
  }
}

#w-node-ddda2b8e-a222-acc9-3137-5441f9cd2745-7cacce53 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


@font-face {
  font-family: 'Brother';
  src: url('../fonts/BROTHER-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}