/*!****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/scss/main.scss ***!
  \****************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "Almoni-light";
  src: url(assets/fonts/almoni//almoni-light-aaa..woff2?e1ba15b1378d27d0862b) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Almoni-regular";
  src: url(assets/fonts/almoni//almoni-regular-aaa..woff2?9f40ce79ed319fe10c44) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica-Light";
  src: url(assets/fonts/helvetica/light//font..woff2?f99a5f8a2d25de460fdd) format("woff2");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica-Bold";
  src: url(assets/fonts/helvetica/bold//font..woff2?241586c7a121b4034191) format("woff2");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "South-Thin";
  src: url(assets/fonts/south_v2//south_v2-thin..otf?3f94b2661ce8b4fce1f4) format("opentype");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "South-Medium";
  src: url(assets/fonts/south_v2//south_v2-medium..otf?37bbdee58b862ef80dac) format("opentype");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant-Light";
  src: url(assets/fonts/cormorant//cormorant-light..ttf?7d91c941c1a5f7582e06) format("truetype");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant-Medium";
  src: url(assets/fonts/cormorant//cormorant-medium..ttf?7bdc8939f78bc0cfd8cd) format("truetype");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant-Regular";
  src: url(assets/fonts/cormorant//cormorant-regular..ttf?e9fa398859551cac7432) format("truetype");
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 20px;
  line-height: 24px;
}

body {
  margin: 0 auto;
  font-family: Helvetica-Light, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #411210;
}

.blocked {
  overflow: hidden;
}

.blocked-dark {
  overflow: hidden;
  background: #000000;
  opacity: 0.5;
}

.hidden {
  display: none;
}

a {
  text-decoration: none;
  color: inherit;
}

.image {
  max-width: 100%;
}

.section-title {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 400;
}

.block-title {
  font-size: 1.3rem;
  line-height: 1.3rem;
  font-weight: 400;
}

.btn {
  /*padding: 6px 26px;*/
  padding: 8px 26px 4px;
  border: 1px solid;
  background-color: inherit;
  cursor: pointer;
  font-family: Helvetica-Light, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all 1s;
}
.btn_olive {
  color: #8F865A;
  border-color: #8F865A;
}
.btn_wine {
  color: #411210;
  border-color: #411210;
}
.btn_wine-roze {
  color: #B75117;
  border-color: #B75117;
}

.btn-close {
  position: relative;
  cursor: pointer;
}
.btn-close::before, .btn-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  transform: translateY(-50%) rotate(45deg);
}
.btn-close::after {
  transform: translateY(-50%) rotate(-45deg);
}
.btn-close::before, .btn-close::after {
  background-color: #253419;
}

.burger-icon {
  position: relative;
  top: 40%;
  width: 24px;
  height: 18px;
  cursor: pointer;
  height: 2px;
  border-radius: 999px;
  background-color: #4C664A;
}

.burger-icon::before,
.burger-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background-color: #4C664A;
}

.burger-icon::before {
  top: -10px;
}

.burger-icon::after {
  bottom: -10px;
}

.button-close {
  position: relative;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.button-close::before,
.button-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  transform: translateY(-50%) rotate(45deg);
}

.button-close::after {
  transform: translateY(-50%) rotate(-45deg);
}

.button-close::before,
.button-close::after {
  background-color: #253419;
}

/* Max width 1440 px */
/* Max width 768 px */
/* Hebrew */
body.lang-he {
  font-family: South-Thin, sans-serif;
}
body.lang-he .btn {
  padding: 6px 26px 4px;
  font-family: South-Thin, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.footer {
  background: #4C664A;
}
.footer__block {
  display: flex;
}
.footer__row {
  padding: 3rem 4rem;
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.footer__row .logo-left {
  gap: 27px;
}
.footer__row .logo-left__image {
  display: flex;
}
.footer__row .logo-left__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
}
.footer__row .logo-left__text_title {
  text-align: center;
}
.footer__row .logo-left__text_subtitle {
  text-align: center;
}
.footer__row .footer-menu {
  color: #eae9e4;
}
.footer__row .footer-menu__title {
  white-space: nowrap;
}
.footer__row .footer-menu__block {
  padding: 0 1.5rem;
}
.footer__row .footer-menu__list ul {
  padding: 0;
}
.footer__row .footer-menu__list ul li {
  margin-bottom: 8px;
  list-style: none;
}
.footer__row .footer-menu .menu-center {
  border-left: 1px solid #eae9e4;
  border-right: 1px solid #eae9e4;
}
.footer__row .logo-right {
  align-items: center;
  gap: 19px;
}

/* Max width 1440 px */
/*@media (max-width: 1440px) {*/
@media (max-width: 1600px) {
  .footer__row {
    padding: 2rem 3rem;
    gap: 1.5rem;
  }
  .footer__row .logo-left {
    gap: 20px;
  }
  .footer__row .logo-left__text {
    gap: 5px;
    align-items: center;
  }
  .footer__row .logo-left__text_title {
    max-width: 120px;
  }
  .footer__row .logo-left__text_subtitle {
    max-width: 60px;
  }
  .footer__row .footer-menu__list ul li {
    margin-bottom: 6px;
  }
}
@media (max-width: 1600px) and (max-width: 572px) {
  .footer__row .footer-menu__title {
    font-size: 1rem;
    line-height: 1rem;
    text-transform: uppercase;
  }
}
@media (max-width: 1600px) {
  .footer__row .logo-right {
    gap: 14px;
  }
  .footer__row .logo-right__text {
    max-width: 190px;
  }
  .footer__row .logo-right__text .image {
    width: 100%;
  }
}
@media (max-width: 1440px) {
  .footer__row {
    padding: 1.5rem 2rem;
    gap: 1rem;
  }
  .footer__row .footer-menu__block {
    padding: 0 1.5rem;
  }
}
@media (max-width: 1200px) {
  .footer__row {
    padding: 1.5rem 1.5rem;
    gap: 0.5rem;
  }
}
@media (max-width: 1024px) {
  .footer__row {
    padding: 40px 30px;
    flex-direction: column;
    gap: 32px;
  }
  .footer__row .logo-left {
    justify-content: center;
  }
  .footer__row .logo-left__image {
    max-width: 250px;
  }
  .footer__row .footer-menu {
    justify-content: center;
  }
  .footer__row .footer-menu__block {
    max-width: 30%;
  }
  .footer__row .logo-right {
    justify-content: center;
  }
  .footer__row .logo-right__image {
    max-width: 230px;
  }
}
/* Max width 768 px */
@media (max-width: 768px) {
  .footer__row {
    padding: 40px 30px;
    flex-direction: column;
    gap: 32px;
  }
  .footer__row .logo-left {
    gap: 27px;
    justify-content: start;
  }
  .footer__row .logo-left__text {
    align-items: center;
    gap: 5px;
  }
  .footer__row .logo-left__text_title {
    max-width: 140px;
  }
  .footer__row .logo-left__text_subtitle {
    max-width: 68px;
  }
  .footer__row .footer-menu {
    padding: 32px 0;
    flex-direction: column;
    gap: 32px;
    border-top: 1px solid #eae9e4;
    border-bottom: 1px solid #eae9e4;
  }
  .footer__row .footer-menu__block {
    max-width: initial;
  }
  .footer__row .footer-menu__list li {
    font-size: 0.75rem;
    line-height: 0.75rem;
  }
  .footer__row .footer-menu .menu-first {
    padding: 0;
  }
  .footer__row .footer-menu .menu-center {
    padding: 0;
    border-left: 0;
    border-right: 0;
  }
  .footer__row .footer-menu .menu-last {
    padding: 0;
  }
  .footer__row .logo-right {
    gap: 13px;
    justify-content: start;
  }
  .footer__row .logo-right__text {
    max-width: 190px;
  }
}
/* Hebrew */
body.lang-he {
  /* Min width 768 px */
  /* Max width 768 px */
}
body.lang-he .footer__row .footer-menu__list ul li {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 2px;
}
body.lang-he .footer__row .footer-menu__title {
  font-size: 24px;
  line-height: 35px;
}
@media (min-width: 768px) {
  body.lang-he .footer .logo-right,
  body.lang-he .footer .logo-left {
    direction: ltr;
  }
}
@media (max-width: 768px) {
  body.lang-he .footer .logo-left,
  body.lang-he .footer .logo-right {
    direction: ltr;
    justify-content: end;
  }
  body.lang-he .footer .footer-menu .menu-last {
    padding: 0;
  }
}

.header {
  position: relative;
  width: 100vw;
  z-index: 1;
  background: #eae9e4;
  color: #4C664A;
  /* Main page header styles */
}
.header .btn-header {
  margin: 0;
  padding: 8px 24px;
  background-color: #4C664A;
  color: #eae9e4;
  border: 2px solid #eae9e4;
  font-size: 1.3rem;
  line-height: 1.3rem;
  text-transform: uppercase;
  cursor: pointer;
}
.header .btn-header:hover {
  background-color: #253419;
}
.header__row {
  padding: 20px 56px;
  display: flex;
  justify-content: space-between;
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
}
.header__menu, .header__contact {
  display: flex;
  align-items: center;
  gap: 26px;
}
.header .header-menu {
  display: flex;
  align-items: center;
}
.header .header-menu .side-menu-button_open {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.header .header-menu .arrow-left {
  display: block;
  margin-left: 5px;
  width: 15px;
  height: 15px;
  border-top: 2px solid #253419;
  border-left: 2px solid #253419;
  transform: rotate(-45deg);
  cursor: pointer;
}
.header .header-menu .lang-switch {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header .header-menu .lang-switch__button {
  text-decoration-line: underline;
}
.header .header-menu .lang-switch__button.active {
  font-weight: 700;
}
.header .header-menu .lang-switch__separator {
  display: inline-block;
  position: relative;
  width: 10px;
}
.header .header-menu .lang-switch__separator::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  transform: translateY(-50%);
  background-color: #253419;
}
.header .header-menu .lang-switch-list {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
}
.header .header-menu .lang-switch-list .lang-item {
  position: relative;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.3rem;
  text-decoration-line: underline;
}
.header .header-menu .lang-switch-list .lang-item.lang-item-he {
  margin-top: -5px;
  font-family: South-Thin, sans-serif;
  font-size: 1.5rem;
}
.header .header-menu .lang-switch-list .lang-item.current-lang {
  text-decoration: none;
  font-weight: 700;
}
.header .header-menu .lang-switch-list .lang-item-en.current-lang {
  font-family: Helvetica-Bold, sans-serif;
}
.header .header-menu .lang-switch-list .lang-item-first {
  padding-right: 18px;
  margin-top: 5px;
}
.header .header-menu .lang-switch-list .lang-item-first::after {
  content: "";
  position: absolute;
  right: 0;
  top: 40%;
  height: 1px;
  width: 10px;
  transform: translateY(-50%);
  background-color: #253419;
}
.header .instagram-link {
  display: flex;
}
.header .header-contact__button {
  flex: none;
  flex-grow: 0;
  font-family: Helvetica-Bold, sans-serif;
  font-size: 1.3rem;
  line-height: 1.3rem;
  text-transform: uppercase;
}
.header .header-contact__button:hover {
  color: #253419;
}
.header .header-contact__separator {
  position: relative;
  height: 26px;
}
.header .header-contact__separator::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #253419;
}
.header.main-page-header {
  position: fixed;
  background-color: rgba(234, 233, 228, 0.8);
}
.header.main-page-header .header-menu .arrow-left {
  display: none;
}
.header.main-page-header .header-menu .lang-switch__button {
  color: #f1f2ec;
}
.header.main-page-header .header-menu .lang-switch__button.active {
  color: #eae9e4;
}
.header.main-page-header .header-menu .lang-switch__separator::before {
  background-color: #eae9e4;
}
.header.main-page-header .header-contact__separator::before {
  background-color: #4C664A;
}
.header.main-page-header .header-contact .instagram-link svg path {
  stroke: #ffffff;
}
.header__row.header-row-mobile {
  display: none;
  padding: 11px 24px;
  font-size: 16px;
  line-height: 12px;
}
.header__row.header-row-mobile .header-contact {
  gap: 10px;
}
.header__row.header-row-mobile .header-contact__join-button {
  position: absolute;
  top: 61px;
  right: 14px;
  padding: 8px 8px 4px 8px;
  border-radius: 0 0 8px 8px;
  font-family: Helvetica-Bold, sans-serif;
  font-weight: 700;
  color: #eae9e4;
  background-color: #4C664A;
  width: max-content;
}
.header__row.header-row-mobile .header-contact__separator {
  height: 23px;
}
.header__row.header-row-mobile .header-contact__separator::before {
  background-color: #D9D9D9;
}
.header__row.header-row-mobile .header-contact .instagram-link svg path {
  stroke: #253419;
}

/* Max width 1440 px */
/* Min width 768 px */
@media (min-width: 1024px) {
  .header {
    height: 88px;
  }
}
/* Max width 768 px */
@media (max-width: 1024px) {
  .header {
    position: fixed;
    background: #ffffff;
    /* Main page header styles */
  }
  .header__row.header-row-desktop {
    display: none;
  }
  .header__row.header-row-mobile {
    display: flex;
  }
  .header.main-page-header {
    background: #ffffff;
  }
}
/* Hebrew */
body.lang-he {
  /* Max width 768 px */
}
body.lang-he .header .header-menu .arrow-left {
  margin-right: 5px;
  transform: rotate(135deg);
}
body.lang-he .header .header-menu .lang-switch-list .lang-item-en,
body.lang-he .header .header-menu .lang-switch-list .lang-item-he {
  margin-top: 0;
}
body.lang-he .header .header-menu .lang-item-first::after {
  top: 50%;
}
body.lang-he .header .header-contact__button {
  font-family: South-Medium, sans-serif;
}
body.lang-he .header .header-contact .btn-header {
  font-family: South-Thin, sans-serif;
}
@media (max-width: 1024px) {
  body.lang-he .header__row.header-row-mobile .header-contact__join-button {
    top: 59px;
  }
  body.lang-he .header .header-contact__join-button {
    right: auto;
    left: 32px;
    font-size: 16px;
    line-height: 24px;
  }
}

.side-menu {
  position: fixed;
  z-index: 2;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  background: #4C664A;
  color: #eae9e4;
  left: -100vw;
  transition: all 0.4s ease-in 0s;
}
.side-menu .menu-lang-desktop {
  display: flex;
}
.side-menu .menu-lang-mobile {
  display: none;
}
.side-menu .instagram-link {
  display: flex;
}
.side-menu .lang-switch {
  align-items: center;
  gap: 8px;
}
.side-menu .lang-switch__button {
  font-family: Helvetica-Light, sans-serif;
  text-decoration-line: underline;
  font-size: 1.3rem;
  line-height: 1.3rem;
}
.side-menu .lang-switch__button.active {
  font-family: Helvetica-Bold, sans-serif;
  font-weight: 700;
}
.side-menu .lang-switch__separator {
  display: inline-block;
  position: relative;
  width: 10px;
}
.side-menu .lang-switch__separator::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  transform: translateY(-50%);
  background-color: #eae9e4;
}
.side-menu .lang-switch-list {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
}
.side-menu .lang-switch-list .lang-item {
  position: relative;
  font-family: Helvetica-Light, sans-serif;
  font-size: 1.3rem;
  line-height: 1.3rem;
  color: #eae9e4;
  text-decoration-line: underline;
}
.side-menu .lang-switch-list .lang-item.lang-item-he {
  margin-top: -5px;
  font-family: South-Thin, sans-serif;
  font-size: 1.5rem;
}
.side-menu .lang-switch-list .lang-item.current-lang {
  text-decoration: none;
}
.side-menu .lang-switch-list .lang-item-first {
  padding-right: 18px;
  margin-top: 5px;
}
.side-menu .lang-switch-list .lang-item-first::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: 1px;
  width: 10px;
  transform: translateY(-50%);
  background-color: #eae9e4;
}
.side-menu .side-menu-header {
  width: 100%;
}
.side-menu .side-menu-header__row {
  min-height: 93px;
  box-sizing: border-box;
  padding: 20px 56px;
  display: flex;
  justify-content: space-between;
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
}
.side-menu .side-menu-header__separator {
  width: 1px;
  height: 24px;
  color: #eae9e4;
  background-color: #eae9e4;
}
@media screen and (max-width: 768px) {
  .side-menu .side-menu-header__separator {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .side-menu .side-menu-header .header__logo {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .side-menu .side-menu-header__instagram {
    display: none;
  }
}
.side-menu .side-menu-header .header-menu {
  display: flex;
  align-items: center;
  gap: 26px;
}
.side-menu .side-menu-header .header-menu .side-menu-button_close {
  width: 24px;
  height: 24px;
}
.side-menu .side-menu-header .header-menu .side-menu-button_close:after, .side-menu .side-menu-header .header-menu .side-menu-button_close:before {
  background-color: #eae9e4;
}
.side-menu .side-menu-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
.side-menu .side-menu-content .side-menu-image__flower img {
  width: 100%;
}
.side-menu .side-menu-content .side-menu-list .side-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.side-menu .side-menu-content .side-menu-list .side-nav li {
  font-size: 1.2rem;
  line-height: 1.25rem;
  text-align: center;
  text-transform: uppercase;
}
.side-menu .side-menu-content__join-button {
  font-size: 1.2rem;
  line-height: 1.25rem;
  text-align: center;
  text-transform: uppercase;
}
.side-menu.active {
  left: 0;
}

/* Max width 768 px */
@media (max-width: 768px) {
  .side-menu {
    left: auto;
    right: -100vw;
  }
  .side-menu .menu-lang-desktop {
    display: none;
  }
  .side-menu .menu-lang-mobile {
    display: flex;
    font-size: 24px;
    line-height: 29px;
  }
  .side-menu .side-menu-header__row {
    min-height: 60px;
    padding: 11px 24px;
    justify-content: end;
  }
  .side-menu .side-menu-content {
    margin-top: 2rem;
    gap: 24px;
  }
  .side-menu .side-menu-content .side-menu-image__flower {
    max-width: 76px;
  }
  .side-menu .side-menu-content .side-menu-list .side-nav {
    gap: 24px;
  }
  .side-menu .side-menu-content .side-menu-list .side-nav li {
    font-size: 24px;
    line-height: 29px;
  }
  .side-menu .side-menu-content__join-button {
    font-size: 24px;
    line-height: 29px;
  }
  .side-menu.active {
    overflow: scroll;
    left: auto;
    right: 0;
  }
}
/* Hebrew */
body.lang-he {
  /* Max width 768 px */
}
body.lang-he .side-menu {
  left: auto;
  right: -100vw;
}
body.lang-he .side-menu.active {
  right: 0;
}
@media (max-width: 768px) {
  body.lang-he .side-menu {
    right: auto;
    left: -100vw;
  }
  body.lang-he .side-menu .side-menu-content {
    gap: 24px;
  }
  body.lang-he .side-menu .side-menu-content .side-menu-list .side-nav li {
    font-size: 32px;
    line-height: 32px;
  }
  body.lang-he .side-menu .side-menu-content__join-button {
    font-size: 32px;
    line-height: 32px;
  }
  body.lang-he .side-menu.active {
    overflow: scroll;
    right: auto;
    left: 0;
  }
}

body .blocker.current {
  z-index: 2;
}
body .modal {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  background: #eae9e4;
  /* Custom scrollbar */
}
body .modal ::-webkit-scrollbar {
  width: 6px;
}
body .modal ::-webkit-scrollbar-track {
  background: #eae9e4;
  border-radius: 10px;
}
body .modal ::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 10px;
}
body .modal ::-webkit-scrollbar-thumb:hover {
  background: #888;
}
body .modal a.close-modal {
  width: 24px;
  height: 24px;
  top: 20px;
  right: 20px;
  background-image: none;
}
body .modal a.close-modal::before,
body .modal a.close-modal::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  transform: translateY(-50%) rotate(45deg);
}
body .modal a.close-modal::after {
  transform: translateY(-50%) rotate(-45deg);
}
body .modal a.close-modal::before,
body .modal a.close-modal::after {
  background-color: #411210;
}
body .modal__close-wrapper_mobile {
  display: none;
}
body .modal-chef {
  max-width: 954px;
  /* Custom scrollbar */
}
body .modal-chef ::-webkit-scrollbar {
  width: 4px;
}
body .modal-chef ::-webkit-scrollbar-thumb {
  background: #8F865A;
}
body .modal-chef .modal-wrapper {
  margin: 75px 10px;
  display: flex;
  gap: 45px;
}
body .modal-chef .modal-chef__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  direction: rtl;
}
body .modal-chef .modal-chef__text .modal-chef-data {
  display: flex;
  flex-direction: column;
  direction: ltr;
}
body .modal-chef .modal-chef__text .modal-chef-data__title {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.3rem;
  color: #B75117;
}
body .modal-chef .modal-chef__text .modal-chef-description {
  direction: ltr;
}
body .modal-chef__icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
body .modal-chef__icon-mobile {
  display: none;
  position: absolute;
  top: 325px;
  right: 0;
}
body .modal-join {
  max-width: 1100px;
  max-height: 800px;
  overflow: hidden;
}
body .modal-join .modal-wrapper {
  max-height: 720px;
  margin: 25px 140px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  overflow: hidden;
}
body .modal-join__title {
  text-align: center;
  color: #B75117;
}
body .modal-join__description {
  margin: 0 50px;
}
body .modal-join__form {
  margin: 0 50px;
}
body .modal-join__wrapper {
  max-height: 770px;
}
body .modal-success {
  width: auto;
  max-width: initial;
  padding: 80px 120px;
  background-color: #B75117;
  color: #411210;
  font-size: 16px;
}
body .modal-success .modal-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body .modal-success__title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 76px;
  color: #eae9e4;
  text-align: center;
}
body .modal-success__icon-wrapper {
  margin: 15px auto 20px;
}
body .modal-success__subtitle {
  font-family: Helvetica-Bold, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
}
body .modal-success__text {
  font-size: 1rem;
  line-height: 1.2rem;
  text-align: center;
  font-weight: 300;
}

/* Max width 768 px */
@media (max-width: 768px) {
  body .modal__close-wrapper_mobile {
    display: flex;
    justify-content: end;
    margin-bottom: 13px;
  }
  body .modal__close-wrapper_mobile .btn-close {
    width: 22px;
    height: 22px;
  }
  body .modal-chef {
    padding: 0;
    /*max-height: 100vh;*/
    max-height: 95vh;
    width: 100%;
    font-size: 16px;
  }
  body .modal-chef .modal-wrapper {
    margin: 0;
    max-height: inherit;
    flex-direction: column;
    gap: 16px;
  }
  body .modal-chef .modal-chef__image {
    max-height: 316px;
    overflow: hidden;
  }
  body .modal-chef .modal-chef__image .chef-image {
    width: 100%;
  }
  body .modal-chef .modal-chef__text {
    margin: 0 12px;
    padding: 0 12px;
    gap: 0;
    overflow-y: scroll;
  }
  body .modal-chef .modal-chef__text .modal-chef-data__title {
    font-size: 24px;
    line-height: 29px;
  }
  body .modal-chef__icon {
    display: none;
  }
  body .modal-chef__icon-mobile {
    display: block;
  }
  body .modal-chef.close-button-dark a.close-modal:before,
  body .modal-chef.close-button-dark a.close-modal:after {
    background-color: #000000;
  }
  body .modal-chef.close-button-light a.close-modal:before,
  body .modal-chef.close-button-light a.close-modal:after {
    background-color: #eae9e4;
  }
  body .modal-join {
    /*padding: 15px 0;*/
    padding: 15px 0 20px;
    max-width: initial;
    max-height: initial;
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    margin: 0;
    top: -200vh;
    transition: all 0.4s ease-in 0s;
  }
  body .modal-join__wrapper {
    padding: 0 39px;
    max-height: 100%;
    overflow-y: scroll;
  }
  body .modal-join.active {
    top: 0;
  }
  body .modal-join .modal-wrapper {
    max-height: max-content;
    margin: 0;
    gap: 10px;
  }
  body .modal-join__title {
    font-size: 44px;
    line-height: 48px;
    text-align: start;
  }
  body .modal-join__description {
    margin: 0;
    font-size: 15px;
    line-height: 18px;
  }
  body .modal-join__form {
    margin: 0;
  }
  body .modal-success {
    width: 100%;
    padding: 80px 30px;
  }
  body .modal-success__title {
    font-size: 66px;
    line-height: 76px;
  }
}
/* Hebrew */
body.lang-he {
  /* Meet our team modal */
  /* Max width 768 px */
}
body.lang-he .modal {
  text-align: right;
}
body.lang-he .modal a.close-modal {
  top: 32px;
  left: 32px;
  visibility: hidden;
}
body.lang-he .modal a.close-modal::before,
body.lang-he .modal a.close-modal::after {
  visibility: visible;
}
body.lang-he .modal-chef {
  font-size: 20px;
  line-height: 24px;
}
body.lang-he .modal-chef .modal-chef__text {
  direction: ltr;
}
body.lang-he .modal-chef .modal-chef__text .modal-chef-data {
  direction: rtl;
}
body.lang-he .modal-chef .modal-chef__text .modal-chef-data__title {
  font-size: 32px;
  line-height: 47px;
}
body.lang-he .modal-chef .modal-chef__text .modal-chef-description {
  direction: rtl;
}
body.lang-he .modal-join .modal-wrapper {
  margin: 25px 140px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
body.lang-he .modal-join__title {
  font-size: 50px;
  line-height: 76px;
}
body.lang-he .modal-join__description {
  font-size: 18px;
}
body.lang-he .modal-join__form {
  margin: 0 50px;
}
@media (max-width: 768px) {
  body.lang-he {
    /* Meet our team modal */
    /* Join our team modal */
  }
  body.lang-he .modal__close-wrapper_mobile {
    justify-content: left;
  }
  body.lang-he .modal-chef .close-modal {
    right: auto;
    left: 32px;
  }
  body.lang-he .modal-chef__icon-mobile {
    right: auto;
    left: 0;
    transform: scaleX(-1);
  }
  body.lang-he .modal-join .modal-wrapper {
    margin: inherit;
  }
  body.lang-he .modal-join__title {
    font-size: 48px;
    line-height: 52px;
    text-align: right;
  }
  body.lang-he .modal-join__description {
    font-size: 16px;
    line-height: 18px;
  }
  body.lang-he .modal-join__form {
    margin: 0;
  }
}

form {
  display: flex;
  flex-direction: column;
}
form .wpcf7-not-valid-tip {
  position: absolute;
  font-size: 0.8rem;
}
form .wpcf7-response-output {
  display: none;
}
form .form-group {
  position: relative;
  display: flex;
  gap: 24px;
}
form .form-group__profile, form .form-group__email, form .form-group__phone, form .form-group__message, form .form-group__acceptance {
  margin-bottom: 2rem;
}
form .form-group__subfield {
  display: flex;
  align-items: end;
}
form .form-group p {
  width: 100%;
  margin: 0;
}
form .form-group .input-label {
  color: #B75117;
}
form .form-group .wpcf7-form-control-wrap .input-field {
  width: 100%;
  border: none;
  border-bottom: 1px solid #411210;
  border-radius: 0;
  font-size: initial;
  line-height: initial;
  color: #411210;
  background: inherit;
  font-size: 1rem;
}
form .form-group .wpcf7-form-control-wrap .input-field:focus, form .form-group .wpcf7-form-control-wrap .input-field:focus-visible {
  outline: none;
}
form .form-group__phone {
  gap: 0;
}
form .form-group__phone p {
  width: max-content;
}
form .form-group__phone .phone-code-subfield .wpcf7-form-control-wrap {
  max-width: 80px;
  display: inline-block;
}
form .form-group__phone .phone-code-subfield .wpcf7-form-control-wrap:after {
  content: "-";
  position: absolute;
  top: 0px;
  right: -26px;
}
form .form-group__phone .phone-code-subfield .wpcf7-form-control-wrap .intl-tel-input .flag-container .selected-flag {
  width: 85px;
}
form .form-group__phone .phone-code-subfield .wpcf7-form-control-wrap .intl-tel-input .flag-container .selected-flag .iti-flag {
  display: none;
}
form .form-group__phone .phone-code-subfield .wpcf7-form-control-wrap .intl-tel-input .flag-container .selected-flag .iti-arrow {
  top: auto;
  right: auto;
  margin-top: 0;
  margin-left: 48px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #B75117;
  border-left: 2px solid #B75117;
  transform: rotate(225deg);
}
form .form-group__phone .phone-code-subfield .wpcf7-form-control-wrap .intl-tel-input .flag-container:hover .selected-flag {
  background-color: initial;
}
form .form-group__phone .phone-code-subfield .wpcf7-form-control-wrap .intl-tel-input input[type=text] {
  padding-left: 0;
}
form .form-group__phone .phone-code-subfield .country-list {
  background-color: #eae9e4;
  max-height: 400px;
  bottom: auto;
}
form .form-group__phone .phone-code-subfield .country-list .country {
  margin: 0 8px;
  padding: 15px 0;
  border-bottom: 1px solid #253419;
}
form .form-group__phone .phone-code-subfield .country-list .country .flag-box {
  margin: 0 17px 0 9px;
}
form .form-group__phone .phone-code-subfield .country-list .country .dial-code {
  float: right;
}
form .form-group__phone .phone-code-subfield .country.active .country-name,
form .form-group__phone .phone-code-subfield .country.active .dial-code {
  color: #FE5000;
}
form .form-group__phone .phone-number-subfield {
  width: 100%;
}
form .form-group__phone .phone-number-subfield p {
  width: 100%;
}
form .form-group .checkbox-wrapper {
  display: flex;
  width: 100%;
}
form .form-group .checkbox-wrapper .wpcf7-form-control-wrap {
  position: initial;
}
form .form-group .checkbox-wrapper p {
  width: max-content;
}
form .form-group .checkbox-wrapper input[type=checkbox] {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
form .form-group .checkbox-wrapper .fake-checkbox {
  bottom: 40px;
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin-left: 0px;
  margin-right: 20px;
  padding-left: 0px;
  position: relative;
  width: 14px;
  border-width: 1px;
  border-style: solid;
  border-color: #B75117;
  border-image: initial;
}
form .form-group .checkbox-wrapper .fake-checkbox::before {
  color: #B75117;
  content: "✔";
  display: inline-block;
  left: 55%;
  opacity: 0;
  position: absolute;
  top: 60%;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease 0s;
}
form .form-group .checkbox-wrapper .fake-checkbox.active::before {
  opacity: 1;
}
form .form-group .checkbox-wrapper .checkbox-description {
  font-size: 0.8rem;
  line-height: 0.8rem;
}
form .form-group .submit-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
form .form-group .submit-wrapper .file {
  color: #B75117;
}
form .form-group .submit-wrapper .file br {
  display: none;
}
form .form-group .submit-wrapper .file p {
  display: flex;
  flex-direction: column;
}
form .form-group .submit-wrapper .file .file-up-descr {
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
}
form .form-group .submit-wrapper .file .file-description {
  color: #411210;
  font-size: 0.6rem;
  line-height: 0.6rem;
  text-transform: capitalize;
}
form .form-group .submit-wrapper .file .detach-button {
  background-image: url(assets/images/svg//closed..svg?63594a712822af0ddf31);
  position: absolute;
  display: none;
  margin-top: 17px;
  left: -17px;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
form .form-group .submit-wrapper .file .detach-button.active {
  display: inline-block;
}
form .form-group .submit-wrapper .file input[type=file] {
  height: 0.1px;
  opacity: 0;
  visibility: hidden;
  width: 0.1px;
}
form .form-group .submit-wrapper .file .wpcf7-not-valid-tip {
  margin-top: 18px;
  width: 250px;
  white-space: break-spaces;
}

.join-form form {
  max-height: 290px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 0 32px;
}

/* Max width 768 px */
@media (max-width: 768px) {
  form {
    display: flex;
    flex-direction: column;
  }
  form .form-group {
    position: relative;
    display: flex;
    gap: 24px;
  }
  form .form-group__message {
    margin-bottom: 0.5rem;
  }
  form .form-group__agreement {
    margin-bottom: 1rem;
  }
  form .form-group__subfield {
    display: flex;
    align-items: end;
  }
  form .form-group p {
    width: 100%;
    margin: 8px 0;
  }
  form .form-group .wpcf7-form-control-wrap .input-field {
    width: 100%;
    border: none;
    border-bottom: 1px solid #253419;
    font-size: 16px;
    line-height: 19px;
    color: #253419;
    background: inherit;
  }
  form .form-group .wpcf7-form-control-wrap .input-field:focus, form .form-group .wpcf7-form-control-wrap .input-field:focus-visible {
    outline: none;
  }
  form .form-group__phone {
    gap: 0;
  }
  form .form-group__phone .phone-code-subfield .wpcf7-form-control-wrap {
    max-width: 75px;
  }
  form .form-group__phone p {
    width: max-content;
  }
  form .form-group__phone .phone-number-subfield {
    width: 100%;
  }
  form .form-group__phone .phone-number-subfield p {
    width: 100%;
  }
  form .form-group__phone .form-input-separator {
    margin-left: -26px;
    margin-right: 20px;
  }
  form .form-group__phone .wpcf7-not-valid-tip {
    white-space: nowrap;
    margin-left: -118px;
  }
  form .form-group .checkbox-wrapper {
    display: flex;
    width: 100%;
  }
  form .form-group .checkbox-wrapper .wpcf7-not-valid-tip {
    margin-top: 1rem;
  }
  form .form-group .checkbox-wrapper p {
    width: auto;
  }
  form .form-group .checkbox-wrapper input[type=checkbox] {
    opacity: 0;
    position: absolute;
    z-index: -1;
  }
  form .form-group .checkbox-wrapper .fake-checkbox.active::before {
    opacity: 0.7;
  }
  form .form-group .checkbox-wrapper .checkbox-description {
    font-size: 15px;
    line-height: 18px;
    color: #253419;
  }
  form .form-group .submit-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  form .form-group .submit-wrapper .file {
    max-width: 50%;
  }
  form .form-group .submit-wrapper .file br {
    display: none;
  }
  form .form-group .submit-wrapper .file .file-description {
    font-size: 10px;
    line-height: 12px;
    text-transform: capitalize;
    word-wrap: break-word;
  }
  form .form-group .submit-wrapper .file input[type=file] {
    height: 0.1px;
    opacity: 0;
    visibility: hidden;
    width: 0.1px;
  }
  .join-form form {
    /* max-height: 265px; */
    max-height: inherit;
    padding: 0;
  }
  .join-form form .form-group__profile {
    flex-direction: column;
    gap: 2rem;
    /*          .form-group__subfield::before {
                top: 96px;
                left: -45px;
                content: '';
                position: absolute;
                width: 32px;
                height: 32px;
                background: url('../../assets/images/svg/prifole_icon_back.svg') no-repeat 97% center;
              }*/
  }
  /* Separate dropdown for phone code on mobile */
  .iti-mobile .intl-tel-input .country-list {
    background-color: #eae9e4;
  }
  .iti-mobile .intl-tel-input .country-list .country {
    margin: 0 8px;
    padding: 15px 0;
    border-bottom: 1px solid #253419;
  }
  .iti-mobile .intl-tel-input .country-list .country .flag-box {
    margin: 0 17px 0 9px;
    vertical-align: initial;
  }
  .iti-mobile .intl-tel-input .country-list .country .dial-code {
    float: right;
  }
  .iti-mobile .intl-tel-input .country-list .country.active .country-name,
  .iti-mobile .intl-tel-input .country-list .country.active .dial-code {
    color: #FE5000;
  }
}
/* Max width 390 px */
@media (max-width: 390px) {
  form .form-group .submit-wrapper {
    flex-direction: column;
    align-items: center;
  }
  form .form-group .submit-wrapper .file {
    max-width: initial;
  }
  form .form-group .submit-wrapper .file-description {
    text-align: center;
  }
}
/* Hebrew */
body.lang-he {
  /* Max width 768 px */
}
body.lang-he form .form-group .input-label {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
}
body.lang-he form .form-group .wpcf7-form-control-wrap .input-field {
  font-size: 18px;
  line-height: 26px;
}
body.lang-he form .form-group__email input {
  text-align: right;
}
body.lang-he form .form-group__phone {
  gap: 20px;
}
body.lang-he form .form-group .checkbox-wrapper .fake-checkbox {
  margin-right: 0;
  margin-left: 20px;
}
body.lang-he form .form-group .checkbox-wrapper .checkbox-description {
  font-size: 16px;
  line-height: 24px;
}
body.lang-he form .form-group .submit-wrapper .file .file-up-descr {
  font-size: 16px;
}
body.lang-he form .form-group .submit-wrapper .file .detach-button {
  margin-top: 24px;
  left: auto;
  right: -18px;
}
@media (max-width: 768px) {
  body.lang-he form .wpcf7-not-valid-tip {
    right: 0;
  }
  body.lang-he form .form-group__phone .phone-code-subfield .wpcf7-form-control-wrap .intl-tel-input .flag-container .selected-flag .iti-arrow {
    top: 5px;
  }
  body.lang-he form .form-group__phone .form-input-separator {
    margin-left: -4px;
    margin-right: -8px;
  }
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #dc3232;
  color: #dc3232;
}

/* Default Slick Slider styles start */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/* Default Slick Slider styles end */
/* Custom slider styles */
.slick-slider.slick-dotted {
  margin-bottom: 0;
}
.slick-slider .slick-dots {
  bottom: 40px;
}
.slick-slider .slick-dots li button {
  width: 14px;
  height: 14px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}
.slick-slider .slick-dots li button:before {
  content: "";
}
.slick-slider .slick-dots li.slick-active button {
  border: 5px solid #ffffff;
  background: #ffffff;
  transition: all 0.4s;
}

/* Max width 1440 px */
@media (max-width: 1440px) {
  /* Custom slider styles */
  .slick-slider .slick-dots {
    bottom: 30px;
  }
  .slick-slider .slick-dots li {
    margin: 0 4px;
  }
  .slick-slider .slick-dots li button {
    padding: 3px;
    width: 12px;
    height: 12px;
  }
}
/* Max width 768 px */
@media (max-width: 768px) {
  /* Custom slider styles */
  .slick-slider .slick-dots {
    bottom: 20px;
  }
  .slick-slider .slick-dots li {
    margin: 0 2px;
  }
  .slick-slider .slick-dots li button {
    padding: 1px;
    width: 8px;
    height: 8px;
  }
}
.default-page-wrapper {
  display: flex;
  background: #eae9e4;
}
.default-page-wrapper .default-page {
  margin: 71px 0 100px 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.default-page-wrapper .default-page__title h1 {
  font-size: inherit;
  line-height: inherit;
  color: #B75117;
}
.default-page-wrapper .default-page__content {
  max-width: 832px;
}
.default-page-wrapper .default-page__content h4 {
  color: #B75117;
}
.default-page-wrapper .default-page__content ul {
  padding-inline-start: 20px;
}

/* Max width 768 px */
@media (max-width: 768px) {
  .default-page-wrapper .default-page {
    margin: 120px 0 100px;
    padding: 0 39px;
  }
  .default-page-wrapper .default-page__title h1 {
    text-align: start;
    font-size: 48px;
    line-height: 54px;
    margin-block-end: 0.3em;
  }
  .default-page-wrapper .default-page__content {
    font-size: 16px;
    line-height: 19px;
  }
}
/* Hebrew */
body.lang-he .default-page-wrapper .default-page {
  margin: 52px 0 100px 0;
}

.main-page {
  display: flex;
  flex-direction: column;
  background-color: #eae9e4;
}

.banners {
  position: relative;
}
.banners__image {
  width: 100%;
}
.banners__wrapper-image {
  width: 100%;
  height: 1020px;
  background-size: cover;
  background-repeat: no-repeat;
}
.banners__wrapper {
  position: absolute;
  top: 40%;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  font-family: Helvetica-Light, sans-serif;
  color: #eae9e4;
}
@media (max-width: 768px) {
  .banners__wrapper {
    top: 18%;
  }
}
.banners__wrapper .logo-top {
  margin: 0 auto 104px;
  width: max-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  order: 0;
  /*      &__title {
          font-size: 54px;
          font-family: inherit;
          text-transform: lowercase;
        }

        &__subtitle {
          font-size: 20px;
          font-family: inherit;
        }*/
}
.banners__wrapper .logo-top__image {
  margin: 17px 0 32px 0;
}
.banners__wrapper .buttons-wrapper {
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
  gap: 50px;
  order: 1;
}
@media screen and (min-width: 768px) {
  .banners__wrapper .buttons-wrapper {
    display: none;
  }
}
.banners__wrapper .buttons-wrapper .btn-banner-wrapper .btn-banner {
  padding: 22px 0 15px 0;
  background-color: rgba(76, 102, 74, 0.8);
  border: 2px solid #eae9e4;
  width: 340px;
  font-family: inherit;
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
  text-decoration: none;
  color: #eae9e4;
  transition: 0s background-color, color;
}
.banners__wrapper .buttons-wrapper .btn-banner-wrapper .btn-banner:hover {
  background-color: #eae9e4;
  color: #000000;
  transition-duration: 0.6s;
}
.banners .banner-info {
  display: flex;
  justify-content: center;
  gap: 48px;
  order: 2;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #f1f2ec;
  text-align: center;
  margin-bottom: 35px;
}
.banners .banner-info__separator {
  position: relative;
}
.banners .banner-info__contacts p, .banners .banner-info__schedule p {
  margin: 0;
}
.banners .banner-info__separator::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #eae9e4;
}
.banners .banner-info__schedule {
  text-transform: uppercase;
}
.banners .banner-info__mobile {
  display: none;
}
.banners__down-arrow {
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
  order: 3;
}

.about {
  background: #8F865A;
  display: flex;
}
.about__image {
  display: flex;
  width: 50%;
}
.about__image img {
  width: 100%;
}
.about__text {
  width: 50%;
  padding-left: 70px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  font-family: Helvetica-Light, sans-serif;
}
.about__text_description {
  max-width: 600px;
}

.menus {
  background-color: #ffffff;
}
.menus .container {
  margin: 200px auto 300px;
  position: relative;
  width: max-content;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.menus-logo {
  max-width: 190px;
  position: absolute;
  left: -210px;
  top: -90px;
}
.menus__block {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.menus__block .menu__link {
  display: flex;
  flex-direction: column;
  gap: 17px;
}
.menus__block .menu__link .menu-image__icon {
  position: absolute;
}
.menus__block .menu__image-wrapper {
  display: flex;
  align-items: end;
}
.menus__block .menu__title {
  font-weight: 400;
  font-size: 26px;
  line-height: 32px;
  text-transform: capitalize;
}
.menus__block .menu-third .menu-image__icon {
  margin-left: 10px;
}

.team {
  display: flex;
  justify-content: center;
}
.team .container {
  width: max-content;
  padding: 96px 0 80px;
  display: flex;
  flex-direction: column;
}
.team .container .chefs {
  max-width: 930px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.team .container .chefs .chef-main {
  display: flex;
  gap: 40px;
}
.team .container .chefs .chef-main__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}
.team .container .chefs .chef-main__text .chef-main-annotation p {
  margin: 0;
}
.team .container .chefs .chef-main__text .chef-main-data {
  display: flex;
  flex-direction: column;
}
.team .container .chefs .chef-main__text .chef-main-data__title {
  color: #B75117;
}
.team .container .chefs__list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 28px;
}
.team .container .chefs__list .chef {
  max-width: 252px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.team .container .chefs__list .chef__image-wrapper .chef-image {
  max-width: 100%;
}
.team .container .chefs__list .chef__data {
  display: flex;
  flex-direction: column;
}
.team .container .chefs__list .chef__data .chef-title {
  color: #B75117;
}
.team .container .chefs .image-wrapper {
  display: flex;
}
.team .container .chefs .image-wrapper:hover {
  background: #3b3724;
  transition-duration: 0.3s;
}
.team .container .chefs .image-wrapper:hover .chef-image {
  opacity: 0.5;
  transition-duration: 0.4s;
}

.slider {
  margin-bottom: -15px;
}
.slider .slide-item img {
  width: 100%;
  display: flex;
}

.animals {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 572px) {
  .animals {
    padding: 24px;
    display: flex;
    justify-content: center;
  }
}
.animals img {
  max-width: 100%;
}
@media (max-width: 572px) {
  .animals-image {
    display: none;
  }
}
@media (min-width: 572px) {
  .animals-image-mobile {
    display: none;
  }
}

/* Max width 1440 px */
@media (max-width: 1440px) {
  .banners__wrapper-image {
    height: 901px;
  }
  .banners__wrapper .logo-top {
    margin: 0 auto 76px;
  }
  .banners__wrapper .logo-top__image {
    margin: 17px 0 32px 0;
  }
  .banners__wrapper .buttons-wrapper {
    gap: 36px;
    margin-bottom: 60px;
  }
  .banners__wrapper .buttons-wrapper .btn-banner-wrapper .btn-banner {
    padding: 18px 0 12px 0;
    width: 255px;
    font-size: 24px;
    line-height: 24px;
  }
  .banners .banner-info {
    gap: 36px;
    font-size: 20px;
  }
  .banners .banner-info__contacts, .banners .banner-info__schedule {
    line-height: 20px;
  }
  .banners__down-arrow {
    margin-bottom: 60px;
  }
  .about__text {
    padding-left: 52px;
    gap: 28px;
  }
  .about__text_description {
    max-width: 443px;
    font-size: 16px;
    line-height: 19px;
  }
  .menus__block {
    gap: 32px;
  }
  .menus__block .menu__link {
    gap: 12px;
  }
  .menus__block .menu__link .menu-image {
    max-width: 250px;
  }
  .menus__block .menu__link .menu-image__image {
    max-width: inherit;
  }
  .menus__block .menu__link .menu-image__icon {
    position: absolute;
  }
  .menus__block .menu-first .menu-image__icon {
    max-width: 83px;
  }
  .menus__block .menu-second .menu-image__icon {
    max-width: 119px;
  }
  .menus__block .menu-third .menu-image__icon {
    max-width: 21px;
    margin-left: 9px;
  }
  .team .container .chefs {
    max-width: 615px;
    gap: 60px;
  }
  .team .container .chefs .chef-main {
    gap: 30px;
  }
  .team .container .chefs .chef-main .image-wrapper {
    max-width: 260px;
  }
  .team .container .chefs .chef-main .image-wrapper .chef-image {
    max-width: inherit;
  }
  .team .container .chefs .chef-main__text {
    gap: 18px;
  }
  .team .container .chefs .chef-main__text .chef-main-annotation {
    font-size: 24px;
    line-height: 29px;
  }
  .team .container .chefs .chef-main__text .chef-main-data__title {
    font-size: 22px;
    line-height: 27px;
  }
  .team .container .chefs .chef-main__text .chef-main-data__subtitle {
    font-size: 15px;
    line-height: 16px;
  }
  .team .container .chefs__list .chef {
    max-width: 192px;
    gap: 10px;
  }
  .team .container .chefs__list .chef__data .chef-title {
    font-size: 20px;
    line-height: 24px;
  }
  .team .container .chefs__list .chef__data .chef-subtitle {
    font-size: 15px;
    line-height: 15px;
  }
}
/* Max width 1200 px */
@media (max-width: 1200px) {
  .menus-logo {
    right: 0;
    left: auto;
    max-width: 90px;
    top: -25px;
  }
}
/* Max width 768 px */
@media (max-width: 768px) {
  .banners__wrapper .logo-top {
    margin: 0 auto 64px;
  }
  .banners__wrapper .logo-top__image {
    margin: 17px 0 32px 0;
  }
  .banners__wrapper .buttons-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 32px;
    margin-bottom: 107px;
  }
  .banners__wrapper .buttons-wrapper .btn-banner-wrapper .btn-banner {
    width: 260px;
    font-size: 24px;
    line-height: 29px;
  }
  .banners .banner-info {
    display: none;
  }
  .banners .banner-info__mobile {
    margin-bottom: 0;
    padding: 55px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #4C664A;
    font-size: 20px;
    line-height: 21px;
  }
  .banners .banner-info__wrapper {
    max-width: 250px;
    display: flex;
    flex-direction: column;
  }
  .banners .banner-info__wrapper p {
    margin-block-start: 0;
    margin-block-end: 0;
  }
  .banners .banner-info__separator {
    margin-block-start: 16px;
    margin-block-end: 16px;
  }
  .banners .banner-info__separator::before {
    width: 100%;
    height: 1px;
  }
  .banners .banner-info__schedule {
    padding: 8px 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-transform: uppercase;
  }
  .banners__down-arrow {
    margin-bottom: 60px;
  }
  .about {
    flex-direction: column;
    gap: 42px;
  }
  .about__image {
    margin-top: -15px;
    width: auto;
    max-height: 100vw;
    transform: rotate(270deg);
  }
  .about__text {
    width: auto;
    padding: 0 45px 56px;
    gap: 0;
  }
  .about__text_description {
    font-size: 16px;
    line-height: 19px;
  }
  .menus-logo {
    right: 35px;
    max-width: 70px;
    top: -20px;
  }
  .menus .container {
    margin: 44px auto;
    flex-direction: column;
    gap: 40px;
  }
  .menus__title {
    padding: 0 40px;
    text-align: left;
  }
  .menus__block {
    padding: 0 40px;
    flex-direction: column;
    gap: 40px;
  }
  .menus__block .menu__title {
    font-size: 20px;
    line-height: 24px;
  }
  .menus__block .menu .menu-image__image {
    width: 100%;
  }
  .menus__block .menu .menu-image__icon {
    max-width: initial;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .team__title {
    text-align: center;
    color: #B75117;
  }
}
@media (max-width: 768px) {
  .team .container {
    padding: 66px 0;
    gap: 43px;
  }
  .team .container .chefs {
    gap: 64px;
  }
  .team .container .chefs__main {
    margin: 0 20px;
    padding: 0 20px;
  }
  .team .container .chefs .chef-main {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .team .container .chefs .chef-main {
    flex-direction: column-reverse;
  }
}
@media (max-width: 768px) {
  .team .container .chefs .chef-main .image-wrapper {
    max-width: initial;
  }
  .team .container .chefs .chef-main .image-wrapper .chef-image {
    max-width: 100%;
  }
  .team .container .chefs .chef-main__text .chef-main-data__title {
    font-size: 24px;
    line-height: 29px;
  }
  .team .container .chefs .chef-main__text .chef-main-data__subtitle {
    font-size: 16px;
    line-height: 20px;
  }
  .team .container .chefs__list {
    max-width: 100vw;
    gap: 36px;
    overflow: overlay;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
  }
  .team .container .chefs__list::-webkit-scrollbar {
    width: 0.5em;
  }
  .team .container .chefs__list::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .team .container .chefs__list::-webkit-scrollbar-thumb {
    background-color: transparent;
  }
  .team .container .chefs__list .chef-wrapper:first-child {
    margin-left: 40px;
  }
  .team .container .chefs__list .chef-wrapper:last-child {
    margin-right: 40px;
  }
  .team .container .chefs__list .chef {
    max-width: initial;
    gap: 14px;
  }
  .team .container .chefs__list .chef__image-wrapper {
    width: 248px;
  }
  .team .container .chefs__list .chef__image-wrapper .chef-image {
    max-width: 100%;
  }
  .team .container .chefs__list .chef__data .chef-title {
    font-weight: 300;
    font-size: 24px;
    line-height: 29px;
  }
  .team .container .chefs__list .chef__data .chef-subtitle {
    font-size: 16px;
  }
}
/* Hebrew */
body.lang-he {
  /* Meet our team section */
}
body.lang-he .banners__wrapper {
  font-family: South-Thin, sans-serif;
}
body.lang-he .banners__wrapper .buttons-wrapper .btn-banner-wrapper .btn-banner {
  padding: 7px 0 6px 0;
  font-size: 38px;
  line-height: 56px;
}
body.lang-he .banners .banner-info {
  font-size: 30px;
  line-height: 44px;
}
body.lang-he .banners .banner-info p {
  margin-block-start: 4px;
  margin-block-end: 4px;
}
body.lang-he .about__text {
  padding-left: initial;
  align-items: center;
  font-family: South-Thin, sans-serif;
}
body.lang-he .about__text_title {
  width: 100%;
  max-width: 600px;
}
body.lang-he .about__text_description {
  width: 100%;
  font-size: 24px;
  line-height: 32px;
}
body.lang-he .menus-logo {
  left: auto;
  right: -210px;
}
body.lang-he .menus__block .menu__title {
  font-size: 40px;
  line-height: 59px;
}
body.lang-he .menus__block .menu-third .menu-image__icon {
  margin-left: 0;
  margin-right: 10px;
}
body.lang-he .team .container .chefs .chef-main {
  flex-direction: row-reverse;
}
body.lang-he .team .container .chefs .chef-main__text .chef-main-annotation {
  line-height: 1.3rem;
}
body.lang-he .team .container .chefs .chef-main__text .chef-main-data__title {
  font-size: 1.6rem;
  line-height: 1.4rem;
}
body.lang-he .team .container .chefs .chef-main__text .chef-main-data__subtitle {
  line-height: 1.2rem;
}
body.lang-he .team .container .chefs__list .chef__data .chef-title {
  font-size: 1.3rem;
  line-height: 1.2rem;
}
body.lang-he .team .container .chefs__list .chef__data .chef-subtitle {
  line-height: 1rem;
}
@media (max-width: 1440px) {
  body.lang-he .banners__wrapper .buttons-wrapper .btn-banner-wrapper .btn-banner {
    padding: 8px 0;
    font-size: 32px;
    line-height: 38px;
  }
  body.lang-he .banners .banner-info__contacts, body.lang-he .banners .banner-info__schedule {
    line-height: 40px;
  }
  body.lang-he .about__text_title {
    max-width: 443px;
  }
}
@media (max-width: 1200px) {
  body.lang-he .menus-logo {
    left: 0;
    right: auto;
  }
}
@media (max-width: 768px) {
  body.lang-he {
    /* Menus */
    /* Meet our team section */
  }
  body.lang-he .banners__wrapper .buttons-wrapper .btn-banner-wrapper .btn-banner {
    padding: 14px 0 10px 0;
    font-size: 24px;
    line-height: 32px;
  }
  body.lang-he .banners .banner-info {
    font-size: 24px;
    line-height: 26px;
  }
  body.lang-he .banners .banner-info__wrapper {
    max-width: 290px;
  }
  body.lang-he .menus-logo {
    left: 35px;
  }
  body.lang-he .menus__title {
    text-align: right;
  }
  body.lang-he .menus .menu__title {
    font-size: 24px;
    line-height: 24px;
  }
  body.lang-he .team .container .chefs .chef-main {
    flex-direction: column-reverse;
    align-items: end;
  }
  body.lang-he .team .container .chefs .chef-main__text .chef-main-annotation {
    font-size: 26px;
    line-height: 30px;
  }
  body.lang-he .team .container .chefs .chef-main__text .chef-main-data__title {
    font-size: 32px;
    line-height: 36px;
  }
  body.lang-he .team .container .chefs .chef-main__text .chef-main-data__subtitle {
    font-size: 20px;
    line-height: 22px;
  }
  body.lang-he .team .container .chefs__list .chef__data .chef-title {
    font-size: 32px;
    line-height: 36px;
  }
  body.lang-he .team .container .chefs__list .chef__data .chef-subtitle {
    font-size: 20px;
    line-height: 22px;
  }
}
