/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
@import "../vendor/swiper-bundle.min.css";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.fancybox-navigation {
  position: static;
}

@font-face {
  font-family: "NewYork";
  src: url("../../fonts/new-york/NewYork.eot");
  src: local("NewYork"), url("../../fonts/new-york/NewYork.eot?#iefix") format("embedded-opentype"), url("../../fonts/new-york/NewYork.woff2") format("woff2"), url("../../fonts/new-york/NewYork.woff") format("woff"), url("../../fonts/new-york/NewYork.ttf") format("truetype"), url("../../fonts/new-york/NewYork.svg#NewYork") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
  position: relative;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

section {
  overflow: hidden;
}

.mobile-navigation {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.mobile-navigation-wrapper {
  width: 100%;
  height: 100%;
  background: #fff;
  transition: all 300ms ease-in-out;
}
.mobile-navigation-heading {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 20px;
  background: transparent;
}
.mobile-navigation-heading .close-mobile-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 0;
  cursor: pointer;
  background: #fff;
}
.mobile-navigation-body {
  width: 100%;
  height: calc(100% - 120px);
  background: transparent;
}
.mobile-navigation-body nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.mobile-navigation-body nav a {
  text-transform: uppercase;
  margin: 20px 0;
}
.mobile-navigation-footer {
  width: 100%;
  height: 80px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-navigation.from-top, .mobile-navigation.from-bottom, .mobile-navigation.from-left, .mobile-navigation.from-right {
  opacity: 0;
  visibility: hidden;
}
.mobile-navigation.from-top.show, .mobile-navigation.from-bottom.show, .mobile-navigation.from-left.show, .mobile-navigation.from-right.show {
  opacity: 1;
  visibility: visible;
}
.mobile-navigation.from-top .mobile-navigation-wrapper {
  transform: translateY(-100%);
}
.mobile-navigation.from-top.show .mobile-navigation-wrapper {
  transform: translateY(0);
}
.mobile-navigation.from-bottom .mobile-navigation-wrapper {
  transform: translateY(100%);
}
.mobile-navigation.from-bottom.show .mobile-navigation-wrapper {
  transform: translateY(0);
}
.mobile-navigation.from-left .mobile-navigation-wrapper {
  transform: translateX(-100%);
}
.mobile-navigation.from-left.show .mobile-navigation-wrapper {
  transform: translateX(0);
}
.mobile-navigation.from-right .mobile-navigation-wrapper {
  transform: translateX(100%);
}
.mobile-navigation.from-right.show .mobile-navigation-wrapper {
  transform: translateX(0);
}

:root {
  --decor-type1-background-color: #f6f1ec;
}

html {
  background: #f5f2eb;
}
html::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(249, 244, 238, 0.9);
  z-index: 15;
}

body {
  font-family: "Public Sans", sans-serif;
  padding: 0 0 90px 0;
  z-index: 50;
}
body.show-menu .mobile-navigation {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
body.show-menu .mobile-navigation-overlay {
  display: block;
}

.content-wrapper {
  max-width: 1290px;
  margin: 40px auto 0 auto;
  border: 2px solid #617c63;
}

.mobile-show {
  display: none;
}

.green-with-y-pattern {
  background: #617c63;
  padding: 8px 20px;
  position: relative;
}
.green-with-y-pattern::before {
  content: "";
  width: 100%;
  height: 18px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 25;
  background: url("/assets/images/svg/o-pattern-base.svg");
  background-size: 12px;
  background-position: 0 -6%;
  background-repeat: repeat-x;
  rotate: 180deg;
}
.green-with-y-pattern::after {
  content: "";
  width: 100%;
  height: 18px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 25;
  background: url("/assets/images/svg/o-pattern-base.svg");
  background-size: 12px;
  background-position: top;
  background-repeat: repeat-x;
}

@media (max-width: 1440px) {
  body {
    padding: 0 0 40px 0;
  }
}
@media (max-width: 1023px) {
  body {
    padding: 0 0 20px 0;
  }
  .mobile-hidden {
    display: none !important;
  }
  .mobile-show {
    display: block;
  }
}
@media (max-width: 1320px) {
  .content-wrapper {
    max-width: calc(100% - 40px);
  }
}
header {
  max-width: 1290px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 80px auto 70px auto;
}
header .header-content {
  width: 100%;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 100%;
  padding: 10px 34px;
}
header .header-content a {
  color: #606060;
  font-size: 14px;
  letter-spacing: 3px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
}
header .header-content a:hover {
  color: #617c63;
}
header .header-content a.logo {
  display: block;
  background: #f9f4ed;
  max-width: 148px;
  height: auto;
  padding: 8px;
}
header .header-content a.logo img, header .header-content a.logo svg {
  display: block;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
}
header .header-content a.logo:hover svg path {
  fill: #617c63;
}
header .header-content a.active {
  background: #606060;
  padding: 0.45em 1.2em;
  color: #efefef;
}
header .header-content .group {
  background: #f9f4ed;
  overflow: hidden;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 10px;
}
header .header-content .group .divider {
  display: inline-block;
  width: 2px;
  height: 10px;
  background: #636363;
  margin: auto 20px;
  z-index: 60;
}
header .header-content .group a {
  z-index: 60;
  display: inline-block;
  color: #606060;
  font-family: "Public Sans", sans-serif;
  letter-spacing: 0;
  line-height: 19px;
  text-align: center;
}
header .header-content .group a:hover {
  color: #617c63;
}
header .header-content .group .decor-left-top,
header .header-content .group .decor-left-bottom,
header .header-content .group .decor-right-top,
header .header-content .group .decor-right-bottom {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  background: #636363;
  z-index: 75;
}
header .header-content .group .decor-left-top {
  left: -20px;
  top: -20px;
}
header .header-content .group .decor-left-bottom {
  left: -20px;
  bottom: -20px;
}
header .header-content .group .decor-right-top {
  right: -20px;
  top: -20px;
}
header .header-content .group .decor-right-bottom {
  right: -20px;
  bottom: -20px;
}
header .header-content .group .decor-border {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 50;
  top: 0;
  left: 0;
}
header .header-decor {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 25;
}
header .header-decor .decor-left-top,
header .header-decor .decor-left-bottom,
header .header-decor .decor-right-top,
header .header-decor .decor-right-bottom {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: var(--decor-type1-background-color);
  z-index: 75;
}
header .header-decor .decor-left-top {
  left: -20px;
  top: -20px;
}
header .header-decor .decor-left-bottom {
  left: -20px;
  bottom: -20px;
}
header .header-decor .decor-right-top {
  right: -20px;
  top: -20px;
}
header .header-decor .decor-right-bottom {
  right: -20px;
  bottom: -20px;
}
header .header-decor .decor-border {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 50;
  top: 0;
  left: 0;
}

@media (max-width: 1023px) {
  header {
    margin: 30px auto;
  }
  header .header-content .group {
    display: none;
  }
}
@media (max-width: 1320px) {
  header {
    max-width: calc(100% - 40px);
  }
}
@media (max-width: 1220px) {
  header .header-content a.logo {
    margin: 0 -10px;
  }
}
@media (max-width: 1140px) {
  header .header-content a {
    letter-spacing: 1px;
  }
  header .header-content a.logo {
    margin: 0;
  }
  header .header-content .group .divider {
    margin: auto 10px;
  }
}
@media (max-width: 768px) {
  header {
    margin-block: 20px;
  }
  header .header-content {
    padding: 10px 44px;
    justify-content: space-between;
  }
  header .header-content a {
    letter-spacing: 0;
  }
  header .header-content a.hidden-768 {
    display: none;
  }
}
@media (max-width: 632px) {
  header .header-content {
    padding-inline: 0px 0px;
  }
}
@media (max-width: 480px) {
  header .header-content a.logo {
    max-width: 105px;
  }
}
@media (max-width: 450px) {
  body > header > div.header-content > a:nth-child(4) {
    display: none;
  }
}
@media (max-width: 420px) {
  header {
    margin-block-end: 0;
  }
  header .header-content a.lunch-content {
    width: min-content;
  }
}
footer {
  width: 100%;
  z-index: 50;
  position: relative;
  max-width: 1290px;
  margin: 0 auto;
  border: 2px solid #617c63;
  border-top: none;
  color: #efefef;
  font-weight: 600;
  font-family: "Josefin Sans", sans-serif;
}
footer a {
  color: inherit;
  text-decoration: none;
}
footer .footer-content {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
}
footer .footer-content .divider {
  height: 70%;
  width: 2px;
  background: #efefef;
  place-self: center;
}
footer .footer-content-copyright {
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 24px;
  padding: 60px 0 60px 80px;
}
footer .footer-content-copyright a {
  display: block;
  margin: 10px 0 0 0;
}
footer .footer-content-links {
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 24px;
  padding: 60px 0 60px 80px;
}
footer .footer-content-links a {
  display: block;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}
footer .footer-content-links a:hover {
  color: #1f4331;
  text-decoration: none;
}
footer .footer-content-links a:last-child {
  margin: 0;
}
footer .footer-content-links-copyright {
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 24px;
  display: none;
  border-top: 2px solid #617c63;
  max-width: calc(100% - 20px);
  padding: 15px 0 0 0;
}
footer .footer-content-socials {
  width: 100%;
  border-left: 2px solid #617c63;
  height: 100%;
  padding: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer-content-socials-list {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}
footer .footer-content-socials-list-icons {
  margin: 30px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 60;
}
footer .footer-content-socials-list-icons a {
  display: inline-block;
  margin: 0 10px;
  width: 42px;
  height: 42px;
  overflow: hidden;
  border-radius: 42px;
  text-decoration: none;
}
footer .footer-content-socials-list-icons a svg path {
  fill: #efefef;
}
footer .footer-content-socials-list-icons a svg circle {
  stroke: #efefef;
}
footer .footer-content-socials-list-icons a:hover svg path {
  fill: #1f4331;
}
footer .footer-content-socials-list-icons a:hover svg circle {
  stroke: #1f4331;
}
footer .footer-content-socials-list span {
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  z-index: 80;
}
footer .footer-content-socials-list .decor-left-top,
footer .footer-content-socials-list .decor-left-bottom,
footer .footer-content-socials-list .decor-right-top,
footer .footer-content-socials-list .decor-right-bottom {
  position: absolute;
  border: 2px solid #617c63;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: var(--decor-type1-background-color);
  z-index: 75;
}
footer .footer-content-socials-list .decor-left-top {
  left: -20px;
  top: -20px;
}
footer .footer-content-socials-list .decor-left-bottom {
  left: -20px;
  bottom: -20px;
}
footer .footer-content-socials-list .decor-right-top {
  right: -20px;
  top: -20px;
}
footer .footer-content-socials-list .decor-right-bottom {
  right: -20px;
  bottom: -20px;
}
footer .footer-content-socials-list .decor-border {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #617c63;
  z-index: 50;
  top: 0;
  left: 0;
}

@media (max-width: 1320px) {
  footer {
    max-width: calc(100% - 40px);
  }
}
@media (max-width: 1240px) {
  footer .footer-content-links {
    padding: 60px 0 60px 20px;
  }
}
@media (max-width: 1140px) {
  footer .footer-content-copyright {
    padding: 60px 0 60px 40px;
  }
  footer .footer-content-links {
    padding: 60px 0 60px 20px;
  }
}
@media (max-width: 1100px) {
  footer .footer-content {
    grid-template-columns: 1fr auto 1fr auto auto;
    gap: 20px;
  }
}
@media (max-width: 1023px) {
  footer .footer-content {
    grid-template-columns: 1fr auto 1fr;
  }
  footer .footer-content .divider:nth-child(4) {
    display: none;
  }
  footer .footer-content-socials {
    grid-column: 1/-1;
  }
  footer .footer-content-socials-list span {
    letter-spacing: 0;
  }
}
@media (max-width: 650px) {
  footer .footer-content {
    display: flex;
    flex-direction: column;
  }
  footer .footer-content-copyright {
    display: block;
    order: 3;
    padding: 0 20px 20px 20px;
  }
  footer .footer-content-copyright span {
    text-align: center;
    display: block;
    width: 100%;
  }
  footer .footer-content-copyright span br {
    display: none;
  }
  footer .footer-content-copyright a {
    text-align: center;
    width: 100%;
  }
  footer .footer-content-links {
    padding: 20px;
    text-align: center;
    order: 1;
  }
  footer .footer-content-links a:last-of-type {
    margin: 0;
  }
  footer .footer-content-links-copyright {
    display: none;
  }
  footer .footer-content-socials {
    order: 2;
    padding: 0 20px 20px 20px;
    border: none;
  }
  footer .footer-content-socials-list {
    min-height: 100px;
    padding: 20px 0;
  }
}
@media (max-width: 500px) {
  footer .footer-content-socials {
    padding: 0 13px 16px 13px;
  }
}
.hamburger-icon {
  display: none;
  width: 90px;
}

.mobile-navigation {
  position: fixed;
  z-index: 1001;
  width: 300px;
  height: 100%;
  font-size: 1.15em;
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  background: #767675;
  padding: 2em 1em;
  right: 0;
  left: initial;
  border-left: 1px solid #ffffff;
  display: flex;
  flex-direction: column;
  display: none;
}
.mobile-navigation .close-button {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 1em;
  top: 1em;
  overflow: hidden;
  text-indent: 16px;
  border: none;
  z-index: 1001;
  background: transparent;
  color: transparent;
  -webkit-appearance: button;
  cursor: pointer;
}
.mobile-navigation .close-button::before, .mobile-navigation .close-button::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  background: #efefef;
}
.mobile-navigation .close-button::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-navigation .close-button::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mobile-navigation .language-switcher {
  position: relative;
  left: 0;
  top: 10px;
  padding: 10px;
  border: 1px solid #ffffff;
  margin: 0 0 40px 0;
  border-left: 0;
  border-right: 0;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
}
.mobile-navigation .language-switcher a,
.mobile-navigation .language-switcher span {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.mobile-navigation-socials {
  width: 100%;
  margin: auto auto 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  max-width: 100px;
}
.mobile-navigation-socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.mobile-navigation-socials a span {
  font-size: 30px;
  line-height: 40px;
  color: #ffffff;
  font-family: "Public Sans", sans-serif;
  letter-spacing: 0;
}
.mobile-navigation-socials a img {
  width: 28px;
  height: 48px;
  display: block;
}
.mobile-navigation nav {
  width: calc(100% - 120px);
  height: auto;
}
.mobile-navigation nav a {
  color: #ffffff;
  display: block;
  padding: 0.8em;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 0.75em;
  text-decoration: none;
}
.mobile-navigation nav a:hover {
  color: rgb(231.35, 231.35, 231.35);
}
.mobile-navigation-overlay {
  position: fixed;
  z-index: 900;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
  cursor: pointer;
}

@media (max-width: 768px) {
  .hamburger-icon.show-768 {
    display: block;
  }
  .mobile-navigation {
    display: flex;
  }
}
@media (max-width: 420px) {
  header .header-content a.active > span {
    width: calc(100% + 20px);
    left: -10px;
  }
}
@media (max-width: 380px) {
  header .header-content a.active > span {
    width: 100%;
    left: 0;
  }
}
.heading {
  width: 100%;
}
.heading-opening {
  color: #606060;
  font-family: "Public Sans", sans-serif;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 19px;
  text-align: center;
  padding: 30px 20px 40px;
}
.heading-opening > span {
  color: #1f4331;
  display: inline-block;
  margin: 0 20px 0 0;
}
.heading-opening > strong {
  font-weight: 400;
}
.heading-opening small {
  color: #617c63;
  font-family: "Public Sans", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 19px;
  text-align: center;
  margin: 20px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.heading-opening small span {
  margin: 0 8px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.heading-opening small span::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border: 2px solid #1f4331;
  border-radius: 18px;
}
.heading-opening small span::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #1f4331;
  border-radius: 8px;
  position: absolute;
}
.heading-opening small.close {
  color: red;
}
.heading-opening small.close span::before {
  border-color: red;
}
.heading-opening small.close span::after {
  background: red;
}
.heading-online {
  padding: 8px 20px;
  background: #617c63;
}
.heading-online a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  color: #ffffff;
  font-family: "Public Sans", sans-serif;
  font-size: 19px;
  line-height: 19px;
  text-align: center;
  margin: 0 auto;
  z-index: 50;
  text-transform: uppercase;
  font-weight: 600;
  gap: 8px;
}
.heading-online a:hover {
  text-decoration: none;
}
.heading-online::before {
  content: "";
  width: 100%;
  height: 18px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 25;
  background: url("/assets/images/svg/o-pattern-base.svg");
  background-size: 12px;
  background-position: 0 -6%;
  background-repeat: repeat-x;
  rotate: 180deg;
}
.heading-online::after {
  content: "";
  width: 100%;
  height: 18px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 25;
  background: url("/assets/images/svg/o-pattern-base.svg");
  background-size: 12px;
  background-position: top;
  background-repeat: repeat-x;
}

@media (max-width: 1023px) {
  .heading-online {
    padding: 10px;
  }
}
@media (max-width: 600px) {
  .heading-opening > span {
    margin: 0 0 10px 0;
  }
  .heading-opening strong {
    display: block;
  }
}
@media (max-width: 500px) {
  .heading-online a {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .heading-online a {
    font-size: 12px;
    letter-spacing: 1px;
  }
}
@media (max-width: 380px) {
  .heading-opening {
    font-size: 16px;
    line-height: 16px;
    padding: 20px;
  }
  .heading-opening small {
    font-size: 12px;
    line-height: 16px;
  }
  .heading-opening small span::before {
    width: 14px;
    height: 14px;
  }
  .heading-opening small span::after {
    width: 6px;
    height: 6px;
  }
  .heading-online {
    padding: 20px;
  }
  .heading-online a {
    font-size: 12px;
    letter-spacing: 1px;
  }
}
.slider {
  width: 100%;
  border-top: 2px solid #617c63;
  height: 600px;
  padding: 18px;
  padding-block-end: 26px;
  overflow: visible;
  margin-block-start: 27px;
}
.slider .slider-image {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  z-index: 60;
  left: 2px;
  top: 2px;
}
.slider .swiper-container {
  width: 100%;
  height: 100%;
}
.slider .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.slider .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-position: center bottom;
  object-fit: cover;
  z-index: 25;
}
.slider .swiper-slide .slide-info {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #617c63;
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 24px;
  padding: 25px 35px 20px 35px;
  z-index: 50;
  max-width: 575px;
}
.slider-decor {
  z-index: 50;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slider .swiper-button-next,
.slider .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 83px;
  height: 83px;
  z-index: 60;
  border-radius: 83px;
  cursor: pointer;
  transform: translateX(0);
  transition: transform 300ms ease-in-out;
  overflow: hidden;
}
.slider .swiper-button-next img,
.slider .swiper-button-prev img {
  display: block;
  width: 100%;
  height: 100%;
}
.slider .swiper-button-prev {
  left: 0;
  margin: -41px 0 0 -40px;
}
.slider .swiper-button-prev::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 40px 40px 0;
  z-index: -1;
}
.slider .swiper-button-prev:hover {
  transform: translateX(-5px);
}
.slider .swiper-button-next {
  right: 0;
  margin: -41px -40px 0 0;
}
.slider .swiper-button-next img {
  rotate: 180deg;
}
.slider .swiper-button-next::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 40px 0 0 40px;
  z-index: -1;
}
.slider .swiper-button-next:hover {
  transform: translateX(5px);
}
.slider .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  position: absolute;
  bottom: -9px;
  left: 70px;
  z-index: 600;
  height: auto;
}
.slider .swiper-pagination .swiper-pagination-bullet {
  background: var(--decor-type1-background-color);
  width: 18px;
  height: 18px;
  border-radius: 18px;
  border: 2px solid #617c63;
  margin: 0 7px;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  cursor: default;
}
.slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #617c63;
  border-radius: 8px;
}
.slider .swiper-pagination .swiper-pagination-bullet:first-of-type {
  margin-left: 0;
}
.slider .swiper-pagination .swiper-pagination-bullet:last-of-type {
  margin-right: 0;
}

@media (max-width: 1366px) {
  .slider .swiper-button-prev {
    margin: -41px 0 0 -15px;
  }
  .slider .swiper-button-next {
    margin: -41px -15px 0 0;
  }
}
@media (max-width: 1320px) {
  .slider {
    height: 50vw;
  }
}
@media (max-width: 1023px) {
  .slider {
    padding: 10px 10px 20px 10px;
  }
  .slider .swiper-slide .slide-info {
    padding: 14px;
  }
}
@media (max-width: 768px) {
  .slider .swiper-slide .slide-info {
    max-width: 440px;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 18px;
  }
  .slider .swiper-button-next,
  .slider .swiper-button-prev {
    width: 63px;
    height: 63px;
    border-radius: 63px;
  }
}
@media (max-width: 550px) {
  .slider {
    height: calc(50vw + 150px);
  }
  .slider .swiper-slide .slide-info {
    width: 100%;
    max-width: calc(100% - 40px);
  }
}
@media (max-width: 500px) {
  .slider {
    padding: 13px;
  }
  .slider .swiper-pagination {
    display: none;
  }
}
@media (max-width: 400px) {
  .slider .swiper-slide .slide-info {
    padding: 6px;
  }
}
.about {
  display: grid;
  grid-template-columns: 500px calc(100% - 500px);
  grid-gap: 0;
  border-top: 2px solid #617c63;
}
.about-text {
  color: #606060;
  font-family: "Public Sans", sans-serif;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 24px;
  padding: 20px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-text div {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}
.about-text h2 {
  color: #606060;
  font-family: "Public Sans", sans-serif;
  font-size: 35px;
  letter-spacing: 0;
  line-height: 49px;
  margin: 0 0 20px 0;
  font-weight: 500;
}
.about-text p {
  margin: 20px 0 0 0;
}
.about-text .sign {
  display: block;
  color: #606060;
}
.about-text.max div {
  max-width: 600px;
}
.about-text:first-of-type {
  border-right: 2px solid #617c63;
}
.about-text:last-of-type {
  border-top: 2px solid #617c63;
}
.about-image {
  padding: 26px;
}
.about-image-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.about-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.about-image + .about-image {
  border-top: 2px solid #617c63;
  border-right: 2px solid #617c63;
}

@media (max-width: 1180px) {
  .about-text div {
    max-width: 100%;
  }
}
@media (max-width: 950px) {
  .about {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .about-image {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .about-image-wrapper {
    height: auto;
    margin: auto 0;
  }
}
@media (max-width: 600px) {
  .about {
    display: flex;
    flex-direction: column;
  }
  .about-text:first-of-type {
    border-right: none;
    border-bottom: 2px solid #617c63;
  }
  .about-image + .about-image {
    border-right: none;
  }
}
@media (max-width: 500px) {
  .about-image {
    padding: 13px;
  }
}
.partners {
  width: 100%;
  border-top: 2px solid #617c63;
}
.partners-row {
  padding: 40px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.partners-row h2 {
  color: #606060;
  font-family: "Public Sans", sans-serif;
  font-size: 35px;
  letter-spacing: 0;
  line-height: 49px;
  font-weight: 500;
}
.partners-row-items {
  max-width: 680px;
  padding: 0 40px;
}
.partners-row-items .swiper-slide img {
  display: block;
  margin: 0 auto;
  width: 90px;
  height: 90px;
  object-fit: contain;
  object-position: center;
}
.partners-row-items a:hover img {
  opacity: 0.7;
}
.partners-row-items .swiper-button-next,
.partners-row-items .swiper-button-prev {
  width: initial;
  height: initial;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
.partners-row-items .swiper-button-next img,
.partners-row-items .swiper-button-prev img {
  width: 45px;
  height: 45px;
}
.partners-row-items .swiper-button-next::after,
.partners-row-items .swiper-button-prev::after {
  display: none;
}
.partners-row-items .swiper-button-prev {
  left: -10px;
}
.partners-row-items .swiper-button-next {
  right: -10px;
}
.partners-row-items .swiper-button-next img {
  rotate: 180deg;
}
.partners-decor {
  height: 85px;
  width: 100%;
}

@media (max-width: 1023px) {
  .partners-row {
    padding: 20px 40px;
  }
  .partners-row h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .partners-row-items {
    max-width: calc(100% - 200px);
  }
}
@media (max-width: 768px) {
  .partners-row {
    padding: 10px;
  }
  .partners-decor {
    height: 35px;
  }
  .partners-decor::after {
    height: 35px;
  }
}
@media (max-width: 600px) {
  .partners-row {
    flex-direction: column;
    padding: 20px;
  }
  .partners-row h2 {
    text-align: center;
    margin: 0 0 30px 0;
  }
  .partners-row-items {
    max-width: 100%;
  }
}
.menu {
  width: 100%;
  border-top: 2px solid #617c63;
  overflow: visible;
}
.menu-content {
  display: grid;
  grid-template-columns: 500px calc(100% - 500px);
}
.menu-content-details {
  width: 100%;
  border-right: 2px solid #617c63;
  padding: 26px;
}
.menu-content-details-title {
  background: #f5f2eb;
  border: 2px solid #617c63;
  width: calc(100% + 52px + 80px);
  left: -106px;
  height: 148px;
  border-right: none;
  border-radius: 80px 0 0 80px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0 0 25px;
  margin: 0 0 45px 0;
}
.menu-content-details-title span {
  width: 100px;
  height: 100px;
  background: #606060;
  border-radius: 100px;
  margin: 0 25px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-content-details-title span img.image-icon-4 {
  width: 60px;
  height: 60px;
}
.menu-content-details-title h2 {
  color: #606060;
  font-family: "Public Sans", sans-serif;
  font-size: 35px;
  letter-spacing: 0;
  line-height: 79px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
}
.menu-content-details-description {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  color: #606060;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 24px;
}
.menu-content-details-description h3 {
  color: #606060;
  font-family: "Public Sans", sans-serif;
  font-size: 35px;
  letter-spacing: 0;
  line-height: 49px;
  font-weight: 500;
  margin: -25px 0 40px 0;
}
.menu-content-details-description img {
  position: absolute;
  z-index: 25;
  left: -60px;
  top: -20px;
  pointer-events: none;
}
.menu-content-details-description img.has-subtitle {
  top: 170px;
}
.menu-content-details-description img.image-bg-icon-1 {
  top: 70px;
}
.menu-content-cover {
  padding: 26px;
}
.menu-content-cover-container {
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.menu-content-cover-container a {
  display: block;
  height: 100%;
}
.menu-content-cover-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.menu-content-cover-container .decor-left-top,
.menu-content-cover-container .decor-left-bottom,
.menu-content-cover-container .decor-right-top,
.menu-content-cover-container .decor-right-bottom {
  position: absolute;
  border: 2px solid #617c63;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: var(--decor-type1-background-color);
  z-index: 75;
}
.menu-content-cover-container .decor-left-top {
  left: -20px;
  top: -20px;
}
.menu-content-cover-container .decor-left-bottom {
  left: -20px;
  bottom: -20px;
}
.menu-content-cover-container .decor-right-top {
  right: -20px;
  top: -20px;
}
.menu-content-cover-container .decor-right-bottom {
  right: -20px;
  bottom: -20px;
}
.menu-content-cover-container .decor-border {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #617c63;
  z-index: 50;
  top: 0;
  left: 0;
}
.menu .green-with-y-pattern {
  min-height: 86px;
}
@media (max-width: 768px) {
  .menu .green-with-y-pattern {
    min-height: 35px;
  }
}
.menu-decor {
  width: 100%;
  height: 86px;
  border-top: 2px solid #617c63;
}
.menu-decor::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 25;
  background: url("/assets/images/svg/pattern-1.svg") repeat;
  background-position: center 20%;
  background-size: 70%;
  opacity: 0.5;
}
.menu:has(+ .order) .green-with-y-pattern {
  display: none;
}

@media (max-width: 1440px) {
  .menu-content-details-title {
    width: calc(100% + 52px + 50px);
    left: -76px;
  }
}
@media (max-width: 1400px) {
  .menu-content {
    grid-template-columns: 600px calc(100% - 600px);
  }
  .menu-content-details-title {
    width: calc(100% + 54px);
    border-radius: 0;
    left: -28px;
    border-left: none;
    height: 108px;
  }
  .menu-content-details-title span {
    width: 74px;
    height: 74px;
    border-radius: 74px;
  }
  .menu-content-details-title span img {
    width: 60px;
    height: 60px;
  }
  .menu-content-details-title span img.image-icon-4 {
    width: 50px;
    height: 50px;
  }
  .menu-content-details-title h2 {
    font-size: 26px;
    line-height: 36px;
    padding: 6px 0 0 0;
  }
  .menu-content-details-description {
    max-width: 450px;
  }
  .menu-content-details-description h3 {
    font-size: 24px;
    line-height: 34px;
    margin: -10px 0 20px 0;
  }
  .menu-content-details-description img.has-subtitle {
    top: 60px;
  }
}
@media (max-width: 1200px) {
  .menu-content {
    grid-template-columns: 480px calc(100% - 480px);
  }
}
@media (max-width: 1100px) {
  .menu-content {
    grid-template-columns: 400px calc(100% - 400px);
  }
  .menu-content-details-title {
    margin: 0 0 25px 0;
  }
  .menu-content-details-title span {
    width: 54px;
    height: 54px;
    border-radius: 54px;
  }
  .menu-content-details-title span img {
    width: 40px;
    height: 40px;
  }
  .menu-content-details-title span img.image-icon-4 {
    width: 30px;
    height: 30px;
  }
  .menu-content-details-title h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .menu-content-details-description {
    font-size: 18px;
    margin: 0 0 20px 0;
  }
}
@media (max-width: 1023px) {
  .menu-content {
    display: block;
  }
  .menu-content-details {
    border: none;
  }
  .menu-content-details-description {
    margin: 40px auto 0 auto;
  }
  .menu-content-details-description img {
    left: -120px;
  }
}
@media (max-width: 768px) {
  .menu-content-details-description img {
    display: none;
  }
  .menu-decor {
    height: 35px;
  }
}
@media (max-width: 500px) {
  .menu-content-cover {
    padding: 13px;
  }
}
.menu-list {
  width: 100%;
  border-top: 2px solid #617c63;
}
.menu-list-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-gap: 26px;
  padding: 26px;
}
.menu-list-decor {
  width: 100%;
  height: 86px;
  border-top: 2px solid #617c63;
}
.menu-list-decor::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 25;
  background: url("../../images/svg/pattern-2.svg") repeat;
  background-position: center 20%;
  background-size: 70%;
  opacity: 0.5;
}
.menu-list .menu-elem {
  text-decoration: none;
}
.menu-list .menu-elem-image {
  width: 100%;
  overflow: hidden;
  display: block;
}
.menu-list .menu-elem-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.menu-list .menu-elem-image .decor-left-top,
.menu-list .menu-elem-image .decor-left-bottom,
.menu-list .menu-elem-image .decor-right-top,
.menu-list .menu-elem-image .decor-right-bottom {
  position: absolute;
  border: 2px solid #617c63;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: var(--decor-type1-background-color);
  z-index: 75;
}
.menu-list .menu-elem-image .decor-left-top {
  left: -20px;
  top: -20px;
}
.menu-list .menu-elem-image .decor-left-bottom {
  left: -20px;
  bottom: -20px;
}
.menu-list .menu-elem-image .decor-right-top {
  right: -20px;
  top: -20px;
}
.menu-list .menu-elem-image .decor-right-bottom {
  right: -20px;
  bottom: -20px;
}
.menu-list .menu-elem-image .decor-border {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #617c63;
  z-index: 50;
  top: 0;
  left: 0;
}
.menu-list .menu-elem-image-container {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 13px;
}
.menu-list .menu-elem-image-container-inner {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.menu-list .menu-elem-image-container-inner .decor-left-top,
.menu-list .menu-elem-image-container-inner .decor-left-bottom,
.menu-list .menu-elem-image-container-inner .decor-right-top,
.menu-list .menu-elem-image-container-inner .decor-right-bottom {
  background: transparent;
}
.menu-list .menu-elem strong {
  color: #606060;
  font-family: "Public Sans", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
  display: block;
  width: 100%;
  margin: 20px 0 0 0;
  text-decoration: none;
}
.menu-list .menu-elem .price-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
  border-top: 1px solid rgba(192, 175, 162, 0.4);
}
.menu-list .menu-elem .price-box-weight {
  color: #606060;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 24px;
}
.menu-list .menu-elem .price-box-price {
  color: #606060;
  font-family: "Public Sans", sans-serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 22px;
  text-align: right;
  font-weight: 600;
}
@media (max-width: 768px) {
  .menu-list .menu-elem-image-container {
    padding: 5px;
  }
}
@media (max-width: 500px) {
  .menu-list .menu-elem strong {
    font-size: 14px;
  }
}

@media (max-width: 1280px) {
  .menu-list-grid {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  }
}
@media (max-width: 768px) {
  .menu-list-grid {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  }
}
@media (max-width: 500px) {
  .menu-list-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    padding: 13px;
  }
}
.daily-menu {
  width: 100%;
}
.daily-menu-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-top: 2px solid #617c63;
}
.daily-menu-top-column {
  width: 50%;
  padding: 26px;
}
.daily-menu-top-column-title {
  width: 100%;
  overflow: hidden;
  background: #617c63;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 0 30px 0;
}
.daily-menu-top-column-title h3 {
  color: #ffffff;
  font-family: "Public Sans", sans-serif;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 49px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
.daily-menu-top-column-title .sub {
  opacity: 0.6;
  color: #ffffff;
  font-family: "Public Sans", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  display: block;
  margin: -10px 0 0 0;
}
.daily-menu-top-column-title .decor-left-top,
.daily-menu-top-column-title .decor-left-bottom,
.daily-menu-top-column-title .decor-right-top,
.daily-menu-top-column-title .decor-right-bottom {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: var(--decor-type1-background-color);
  z-index: 75;
}
.daily-menu-top-column-title .decor-left-top {
  left: -20px;
  top: -20px;
}
.daily-menu-top-column-title .decor-left-bottom {
  left: -20px;
  bottom: -20px;
}
.daily-menu-top-column-title .decor-right-top {
  right: -20px;
  top: -20px;
}
.daily-menu-top-column-title .decor-right-bottom {
  right: -20px;
  bottom: -20px;
}
.daily-menu-top-column-title .decor-border {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 50;
  top: 0;
  left: 0;
}
.daily-menu-top-column-description {
  max-width: 450px;
  margin: 0 auto 40px auto;
}
.daily-menu-top-column-description p {
  color: #606060;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 24px;
  text-align: center;
}
.daily-menu-top-column:first-child {
  border-right: 2px solid #617c63;
}
.daily-menu-middle {
  width: 100%;
  border-top: 2px solid #617c63;
  border-bottom: 2px solid #617c63;
  padding: 26px;
}
.daily-menu-middle > div {
  background: #617c63;
  height: 76px;
  color: #ffffff;
  font-family: "Public Sans", sans-serif;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 49px;
  text-align: center;
}
.daily-menu-middle > div strong {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0 0 0;
}
.daily-menu-middle > div .decor-left-top,
.daily-menu-middle > div .decor-left-bottom,
.daily-menu-middle > div .decor-right-top,
.daily-menu-middle > div .decor-right-bottom {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: var(--decor-type1-background-color);
  z-index: 75;
}
.daily-menu-middle > div .decor-left-top {
  left: -20px;
  top: -20px;
}
.daily-menu-middle > div .decor-left-bottom {
  left: -20px;
  bottom: -20px;
}
.daily-menu-middle > div .decor-right-top {
  right: -20px;
  top: -20px;
}
.daily-menu-middle > div .decor-right-bottom {
  right: -20px;
  bottom: -20px;
}
.daily-menu-middle > div .decor-border {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 50;
  top: 0;
  left: 0;
}
.daily-menu-bottom {
  width: 100%;
}
.daily-menu-bottom-days {
  width: 100%;
  border-bottom: 2px solid #617c63;
  padding: 26px 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.daily-menu-bottom-days button {
  color: #606060;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 5.13px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  background: transparent;
  border: none;
  cursor: pointer;
}
.daily-menu-bottom-days button:hover {
  color: #617c63;
}
.daily-menu-bottom-days button.selected {
  color: #ffffff;
}
.daily-menu-bottom-days button.selected::after {
  content: "";
  display: block;
  height: 39px;
  width: calc(100% + 40px);
  background-color: #606060;
  left: -20px;
  position: absolute;
  top: -10px;
  z-index: -1;
}
.daily-menu-bottom-days div {
  color: #606060;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 5.13px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  background: transparent;
  border: none;
  cursor: not-allowed;
  opacity: 0.4;
}
.daily-menu-bottom-content {
  width: 100%;
}
.daily-menu-bottom-content-block {
  grid-template-columns: 425px calc(100% - 425px);
  display: none;
}
.daily-menu-bottom-content-block-date {
  position: absolute;
  color: #f8f2eb;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 1.13px;
  line-height: 19px;
  text-align: center;
  top: 0;
  left: 320px;
  background: #617c63;
  padding: 6px 20px;
  z-index: 50;
}
.daily-menu-bottom-content-block-column {
  padding: 52px 52px 20px 52px;
  border-right: 2px solid #617c63;
}
.daily-menu-bottom-content-block-column > strong {
  color: #606060;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 7.24px;
  line-height: 19px;
  margin: 24px 0 34px 0;
  display: block;
}
.daily-menu-bottom-content-block-column-row {
  width: 100%;
  margin: 0 0 40px 0;
}
.daily-menu-bottom-content-block-column-row .type {
  height: 27px;
  width: 94px;
  background-color: #606060;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 1.13px;
  line-height: 19px;
  text-align: center;
  display: flex;
  margin: 0 0 12px 0;
  align-items: center;
  justify-content: center;
}
.daily-menu-bottom-content-block-column-row-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #606060;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 1.13px;
  line-height: 19px;
  text-align: right;
  margin: 0 0 6px 0;
}
.daily-menu-bottom-content-block-column-row-options .price {
  color: #1f4331;
}
.daily-menu-bottom-content-block-column-row-name {
  color: #606060;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1.13px;
  line-height: 19px;
  text-align: center;
}
.daily-menu-bottom-content-block-column-row:last-of-type {
  margin: 0;
}
.daily-menu-bottom-content-block-column:last-child {
  border: none;
}
.daily-menu-bottom-content-block-column:last-child .menu-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 90px;
  grid-template-rows: repeat(3, minmax(10px, 1fr));
  grid-auto-flow: column;
}
.daily-menu-bottom-content-block-column:last-child .daily-menu-bottom-content-block-column-row.gurman {
  width: 335px;
  background: #606060;
  padding: 34px 30px;
  grid-row-start: 2;
  grid-row-end: 4;
  margin: auto;
}
.daily-menu-bottom-content-block-column:last-child .daily-menu-bottom-content-block-column-row.gurman .type {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1.59px;
  line-height: 30px;
  text-align: center;
  width: 100%;
  margin: 0 0 30px 0;
}
.daily-menu-bottom-content-block-column:last-child .daily-menu-bottom-content-block-column-row.gurman .daily-menu-bottom-content-block-column-row-options .size,
.daily-menu-bottom-content-block-column:last-child .daily-menu-bottom-content-block-column-row.gurman .daily-menu-bottom-content-block-column-row-options .price {
  color: #ffffff;
  font-size: 17px;
  letter-spacing: 1.13px;
  line-height: 19px;
  text-align: center;
  font-weight: 300;
}
.daily-menu-bottom-content-block-column:last-child .daily-menu-bottom-content-block-column-row.gurman .daily-menu-bottom-content-block-column-row-name {
  font-weight: 300;
  color: #ffffff;
  font-size: 17px;
  letter-spacing: 1.13px;
  line-height: 19px;
}
.daily-menu-bottom-content-block.selected {
  display: grid;
}
.daily-menu-bottom-content-block.selected.empty {
  display: block;
}
.daily-menu-bottom-content-block.selected.empty .daily-menu-bottom-content-block-column {
  display: flex;
  align-items: center;
  justify-content: center;
}
.daily-menu-bottom-content-block.selected.empty .daily-menu-bottom-content-block-column strong {
  margin: 30px 0;
  letter-spacing: 2px;
  font-size: 20px;
  color: #617c63;
  font-weight: 500;
}
.daily-menu .green-with-y-pattern {
  height: 86px;
}
.daily-menu-decor {
  width: 100%;
  height: 86px;
  border-top: 2px solid #617c63;
}
.daily-menu-decor::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 25;
  background: url("/assets/images/svg/pattern-1.svg") repeat;
  background-position: center 20%;
  background-size: 70%;
  opacity: 0.5;
}

.daily-soup-menu-wrapper-slider {
  width: 100%;
}
.daily-soup-menu-wrapper-slider .swiper-slide {
  height: auto;
}
.daily-soup-menu-wrapper-slider .swiper-slide .daily-soup-menu-wrapper-slider-row {
  border-bottom: 2px solid rgba(192, 175, 162, 0.26);
}
.daily-soup-menu-wrapper-slider .swiper-slide .daily-soup-menu-wrapper-slider-row-day, .daily-soup-menu-wrapper-slider .swiper-slide .daily-soup-menu-wrapper-slider-row-value {
  display: inline-block;
  color: #606060;
  font-family: "Public Sans", sans-serif;
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 49px;
}
.daily-soup-menu-wrapper-slider .swiper-slide .daily-soup-menu-wrapper-slider-row-day {
  width: 150px;
}
.daily-soup-menu-wrapper-slider .swiper-slide .daily-soup-menu-wrapper-slider-row-day::after {
  content: "";
  background: #617c63;
  display: block;
  width: 2px;
  height: 24px;
  right: 0;
  position: absolute;
  top: 50%;
  margin: -12px 0 0 0;
}
.daily-soup-menu-wrapper-slider .swiper-slide .daily-soup-menu-wrapper-slider-row-value {
  width: 100%;
  max-width: calc(100% - 160px);
  text-align: right;
}
.daily-soup-menu-wrapper-slider .swiper-slide .daily-soup-menu-wrapper-slider-row:last-of-type {
  border: none;
}
.daily-soup-menu-wrapper-slider .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  z-index: 600;
  height: 100%;
  left: -95px;
}
.daily-soup-menu-wrapper-slider .swiper-pagination .swiper-pagination-bullet {
  background: var(--decor-type1-background-color);
  width: 18px;
  height: 18px;
  border-radius: 18px;
  border: 2px solid #617c63;
  margin: 7px 0;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.daily-soup-menu-wrapper-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  cursor: default;
}
.daily-soup-menu-wrapper-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #617c63;
  border-radius: 8px;
}
.daily-soup-menu-wrapper-slider .swiper-pagination .swiper-pagination-bullet:first-of-type {
  margin-top: 0;
}
.daily-soup-menu-wrapper-slider .swiper-pagination .swiper-pagination-bullet:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 1330px) {
  .daily-soup .daily-soup-menu-wrapper-slider .swiper-pagination {
    left: -50px;
  }
}
@media (max-width: 1160px) {
  .daily-soup .daily-soup-menu-wrapper-slider .swiper-pagination {
    display: none;
  }
}
@media (max-width: 900px) {
  .daily-soup-menu-wrapper {
    max-width: 100%;
  }
}
@media (max-width: 550px) {
  .daily-soup-menu .daily-soup-menu-wrapper-slider .swiper-slide,
  .daily-soup .daily-soup-menu-wrapper-slider .swiper-slide {
    height: auto;
  }
  .daily-soup-menu .daily-soup-menu-wrapper-slider .swiper-slide .daily-soup-menu-wrapper-slider-row,
  .daily-soup .daily-soup-menu-wrapper-slider .swiper-slide .daily-soup-menu-wrapper-slider-row {
    padding: 10px;
  }
  .daily-soup-menu .daily-soup-menu-wrapper-slider .swiper-slide .daily-soup-menu-wrapper-slider-row:nth-child(2n+1),
  .daily-soup .daily-soup-menu-wrapper-slider .swiper-slide .daily-soup-menu-wrapper-slider-row:nth-child(2n+1) {
    background: rgba(99, 99, 99, 0.13);
  }
  .daily-soup-menu .daily-soup-menu-wrapper-slider .swiper-slide .daily-soup-menu-wrapper-slider-row-day,
  .daily-soup-menu .daily-soup-menu-wrapper-slider .swiper-slide .daily-soup-menu-wrapper-slider-row-value,
  .daily-soup .daily-soup-menu-wrapper-slider .swiper-slide .daily-soup-menu-wrapper-slider-row-day,
  .daily-soup .daily-soup-menu-wrapper-slider .swiper-slide .daily-soup-menu-wrapper-slider-row-value {
    letter-spacing: 0;
    line-height: 22px;
    text-align: center;
    padding: 4px 0;
  }
  .daily-soup-menu .daily-soup-menu-wrapper-slider .swiper-slide .daily-soup-menu-wrapper-slider-row-day,
  .daily-soup .daily-soup-menu-wrapper-slider .swiper-slide .daily-soup-menu-wrapper-slider-row-day {
    width: 100%;
  }
  .daily-soup-menu .daily-soup-menu-wrapper-slider .swiper-slide .daily-soup-menu-wrapper-slider-row-day::after,
  .daily-soup .daily-soup-menu-wrapper-slider .swiper-slide .daily-soup-menu-wrapper-slider-row-day::after {
    width: 100%;
    height: 2px;
    top: 100%;
    opacity: 0.2;
    position: relative;
    margin: 5px 0;
  }
  .daily-soup-menu .daily-soup-menu-wrapper-slider .swiper-slide .daily-soup-menu-wrapper-slider-row-value,
  .daily-soup .daily-soup-menu-wrapper-slider .swiper-slide .daily-soup-menu-wrapper-slider-row-value {
    max-width: 100%;
  }
}
@media (max-width: 1280px) {
  .daily-menu-bottom-days {
    padding: 26px;
  }
  .daily-menu-bottom-content-block-column:last-child .menu-grid {
    grid-column-gap: 45px;
  }
  .daily-menu-bottom-content-block-column:last-child .daily-menu-bottom-content-block-column-row.gurman {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1180px) {
  .daily-menu-bottom-days div,
  .daily-menu-bottom-days button {
    letter-spacing: 2px;
  }
  .daily-menu-bottom-content-block-column {
    padding: 32px 32px 20px 32px;
  }
}
@media (max-width: 1080px) {
  .daily-menu-top {
    flex-direction: column;
  }
  .daily-menu-top-column {
    width: 100%;
  }
  .daily-menu-top-column:first-child {
    border-bottom: 2px solid #617c63;
    border-right: none;
  }
  .daily-menu-top-column:last-child .daily-menu-top-column-description {
    margin: 0 auto;
  }
}
@media (max-width: 1023px) {
  .daily-menu-bottom-days div,
  .daily-menu-bottom-days button {
    letter-spacing: 0;
  }
  .daily-menu-bottom-content-block {
    grid-template-columns: 300px calc(100% - 300px);
  }
  .daily-menu-bottom-content-block-date {
    left: 190px;
  }
}
@media (max-width: 900px) {
  .daily-menu-bottom-days div,
  .daily-menu-bottom-days button {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 768px) {
  .daily-menu-bottom-days {
    flex-wrap: wrap;
  }
  .daily-menu-bottom-days div,
  .daily-menu-bottom-days button {
    width: 33.3333333333%;
    height: 40px;
  }
  .daily-menu-bottom-days div.selected::after,
  .daily-menu-bottom-days button.selected::after {
    top: 0;
  }
  .daily-menu-bottom-days div {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .daily-menu-bottom-content-block-date {
    left: initial;
    right: 0;
  }
  .daily-menu-bottom-content-block-column {
    border-bottom: 2px solid #617c63;
    border-right: none;
    padding: 26px;
  }
  .daily-menu-bottom-content-block-column-row-name {
    text-align: left;
  }
  .daily-menu-bottom-content-block-column:last-child {
    padding: 0 26px;
  }
  .daily-menu-bottom-content-block.selected {
    display: block;
  }
}
@media (max-width: 600px) {
  .daily-menu-bottom-content-block-column:last-child {
    padding: 0 26px 26px 26px;
  }
  .daily-menu-bottom-content-block-column:last-child .menu-grid {
    display: block;
  }
  .daily-menu-bottom-content-block.selected.empty .daily-menu-bottom-content-block-column {
    padding-top: 26px;
  }
  .daily-menu-bottom-content-block.selected.empty .daily-menu-bottom-content-block-column strong {
    margin: 30px 0 0 0;
  }
}
@media (max-width: 550px) {
  .daily-menu-bottom-days {
    padding: 26px 10px;
  }
}
@media (max-width: 450px) {
  .daily-menu-middle {
    padding: 10px;
    overflow: hidden;
  }
  .daily-menu-middle > div {
    font-size: 18px;
  }
  .daily-menu-bottom-content-block-column {
    padding: 23px 10px 10px 10px;
  }
  .daily-menu-bottom-content-block-column > strong {
    font-size: 18px;
    letter-spacing: 4px;
    line-height: 16px;
    text-align: center;
    margin: 24px 0;
  }
  .daily-menu-bottom-content-block-column-row {
    margin: 0 0 10px 0;
    border-bottom: 1px solid rgba(238, 155, 61, 0.1);
    padding: 0 0 10px 0;
  }
  .daily-menu-bottom-content-block-column-row .type {
    width: 100%;
  }
  .daily-menu-bottom-content-block-column-row:last-of-type {
    border: none;
  }
  .daily-menu-bottom-content-block-column:last-child {
    padding: 0 10px 10px 10px;
  }
  .daily-menu-bottom-content-block-column:last-child .daily-menu-bottom-content-block-column-row {
    border: none;
    margin: 0;
    z-index: 50;
  }
  .daily-menu-bottom-content-block-column:last-child .daily-menu-bottom-content-block-column-row.gurman {
    z-index: 25;
    padding: 24px 20px;
  }
  .daily-menu-bottom-content-block-column:last-child .daily-menu-bottom-content-block-column-row.gurman .type {
    font-size: 18px;
  }
  .daily-menu .daily-menu-bottom-content-block-date {
    right: initial;
    width: 100%;
    font-size: 14px;
    letter-spacing: 0;
  }
  .daily-menu .daily-menu-bottom-content-block.selected.empty .daily-menu-bottom-content-block-column strong {
    margin: 20px 0 0 0;
  }
}
@media (max-width: 400px) {
  .daily-menu-middle > div {
    font-size: 16px;
  }
}
@media (max-width: 470px) {
  .daily-menu-top-column-title .sub {
    margin: 0;
    font-size: 12px;
  }
  .daily-menu-bottom-days {
    padding: 10px;
    flex-wrap: wrap;
  }
  .daily-menu-bottom-days div,
  .daily-menu-bottom-days button {
    width: 50%;
    height: 40px;
  }
  .daily-menu-bottom-days div.selected::after,
  .daily-menu-bottom-days button.selected::after {
    width: 100%;
    left: 0;
  }
}
@media (max-width: 450px) {
  .daily-menu-top-column-title h3 {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 400px) {
  .daily-menu-top-column-title h3 {
    font-size: 16px;
  }
}
.order {
  width: 100%;
  background: #617c63;
  padding: 42px 26px 26px 26px;
  overflow: visible;
  z-index: 50;
}
.order > img {
  position: absolute;
  left: -90px;
  top: -105px;
  object-fit: contain;
  object-position: center;
  width: 48.4375vw;
  height: auto;
  z-index: 90;
  max-width: 930px;
}
.order h2 {
  color: #617c63;
  font-family: "Public Sans", sans-serif;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 49px;
  text-align: center;
  background-color: #f9f4ee;
  position: absolute;
  top: 0;
  left: 50%;
  width: 430px;
  margin: 15px 0 0 -215px;
  z-index: 50;
  padding: 4px 0 0 0;
  overflow: hidden;
}
.order h2 .decor-left-top,
.order h2 .decor-left-bottom,
.order h2 .decor-right-top,
.order h2 .decor-right-bottom {
  position: absolute;
  border: 2px solid #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #617c63;
  z-index: 75;
}
.order h2 .decor-left-top {
  left: -20px;
  top: -20px;
}
.order h2 .decor-left-bottom {
  left: -20px;
  bottom: -20px;
}
.order h2 .decor-right-top {
  right: -20px;
  top: -20px;
}
.order h2 .decor-right-bottom {
  right: -20px;
  bottom: -20px;
}
.order h2 .decor-border {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #ffffff;
  z-index: 50;
  top: 0;
  left: 0;
}
.order-container {
  overflow: hidden;
  z-index: 25;
  display: grid;
  grid-template-columns: calc(100% - 550px) 550px;
  border: 2px solid #ffffff;
}
.order-container-image img {
  z-index: 80;
  width: 100%;
  height: auto;
  display: none;
  object-fit: contain;
}
.order-container-text {
  border-left: 2px solid #ffffff;
  padding: 100px 26px;
  z-index: 80;
}
.order-container-text-wrapper {
  color: #ffffff;
  font-family: "Public Sans", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 19px;
  max-width: 350px;
  margin: 0 auto;
}
.order-container-text-wrapper strong {
  color: #ffffff;
  font-family: "Public Sans", sans-serif;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 49px;
  display: block;
  margin: 6px 0 20px 0;
}
.order-container-text-wrapper span {
  display: block;
}
.order-container-text-wrapper a {
  display: block;
  color: #ffffff;
  width: fit-content;
  height: auto;
  font-family: "Public Sans", sans-serif;
  font-size: 18px;
  letter-spacing: 5.13px;
  line-height: 45px;
  text-align: center;
  margin: 30px 0 0 0;
  background: #606060;
  text-decoration: none;
  padding: 0.5em;
  padding-inline: 0.7em 0.5em;
}
.order-container .decor-left-top,
.order-container .decor-left-bottom,
.order-container .decor-right-top,
.order-container .decor-right-bottom {
  position: absolute;
  border: 2px solid #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #617c63;
  z-index: 75;
}
.order-container .decor-left-top {
  left: -20px;
  top: -20px;
}
.order-container .decor-left-bottom {
  left: -20px;
  bottom: -20px;
}
.order-container .decor-right-top {
  right: -20px;
  top: -20px;
}
.order-container .decor-right-bottom {
  right: -20px;
  bottom: -20px;
}
.order-container .decor-border {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #ffffff;
  z-index: 50;
  top: 0;
  left: 0;
}

@media (max-width: 1700px) {
  .order > img {
    width: 54.7058823529vw;
  }
}
@media (max-width: 1550px) {
  .order > img {
    width: 60vw;
  }
}
@media (max-width: 1440px) {
  .order > img {
    width: 64.5833333333vw;
  }
}
@media (max-width: 1280px) {
  .order-container {
    display: block;
  }
  .order-container-text {
    padding: 100px 26px 50px 26px;
    z-index: 80;
    border-left: none;
  }
  .order-container-text-wrapper {
    max-width: 900px;
    text-align: center;
  }
  .order-container-text-wrapper a {
    margin: 30px auto 0 auto;
  }
  .order-container-image {
    z-index: 25;
  }
  .order-container-image img {
    display: block;
    height: 700px;
    margin: -40px 0 -220px 0;
  }
  .order > img {
    display: none;
  }
}
@media (max-width: 768px) {
  .order {
    padding: 42px 10px 10px 10px;
  }
}
@media (max-width: 650px) {
  .order h2 {
    font-size: 16px;
  }
  .order-container-text {
    padding: 100px 26px 26px 26px;
  }
  .order-container-image img {
    margin: -120px 0 -280px 0;
  }
}
@media (max-width: 560px) {
  .order h2 {
    width: calc(100% - 90px);
    margin: 15px auto 0 calc((50% - 45px) * -1);
  }
}
@media (max-width: 400px) {
  .order h2 {
    font-size: 14px;
  }
  .order-container-text-wrapper a {
    width: 100%;
  }
  .order-container-image img {
    margin: -190px 0 -330px 0;
  }
}
.newsletter {
  width: 100%;
  border-top: 2px solid #617c63;
  padding: 140px 26px;
  z-index: 60;
}
.newsletter-container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.newsletter-container h3 {
  color: #606060;
  font-family: "Public Sans", sans-serif;
  font-size: 17px;
  letter-spacing: 5.13px;
  line-height: 31px;
  text-transform: uppercase;
  margin: 0 35px 0 0;
}
.newsletter-container form {
  width: 100%;
  max-width: 770px;
}
.newsletter-container form .form-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.newsletter-container form .form-row label {
  display: none;
}
.newsletter-container form .form-row input {
  width: 100%;
  height: 62px;
  padding: 20px 26px;
  background: #ffffff;
  color: #606060;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 24px;
  border: none;
}
.newsletter-container form .form-row input.placeholder {
  color: #606060;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 24px;
}
.newsletter-container form .form-row input:-moz-placeholder {
  color: #606060;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 24px;
}
.newsletter-container form .form-row input::-moz-placeholder {
  color: #606060;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 24px;
}
.newsletter-container form .form-row input:-ms-input-placeholder {
  color: #606060;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 24px;
}
.newsletter-container form .form-row input::-webkit-input-placeholder {
  color: #606060;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 24px;
}
.newsletter-container form .form-row button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  height: 62px;
  border: none;
  color: #ffffff;
  font-family: "Public Sans", sans-serif;
  font-size: 17px;
  letter-spacing: 5.13px;
  line-height: 19px;
  text-align: center;
  background: #617c63;
  cursor: pointer;
}
.newsletter-container form .form-row button:hover {
  background: rgb(74.6153846154, 95.3846153846, 76.1538461538);
}
.newsletter-container form .form-footer {
  margin: 15px 0 0 0;
  width: 100%;
}
.newsletter-container form .form-footer-agree {
  width: 100%;
}
.newsletter-container form .form-footer-agree input {
  height: 13px;
  width: 13px;
  appearance: none;
  -webkit-appearance: none;
}
.newsletter-container form .form-footer-agree input::before {
  content: "";
  display: block;
  height: 13px;
  width: 13px;
  border: 2px solid #baaea5;
}
.newsletter-container form .form-footer-agree input:checked::before {
  background: #b6752c;
}
.newsletter-container form .form-footer-agree label {
  color: #606060;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 24px;
  margin: 0 0 0 8px;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .newsletter-container {
    flex-direction: column;
  }
  .newsletter-container h3 {
    width: 100%;
    max-width: 770px;
    margin: 0 0 35px 0;
  }
}
@media (max-width: 800px) {
  .newsletter-container form .form-row button {
    letter-spacing: 2px;
  }
}
@media (max-width: 650px) {
  .newsletter {
    padding: 70px 26px;
  }
  .newsletter-container h3 {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .newsletter {
    padding: 40px 26px;
  }
  .newsletter-container form .form-row {
    flex-direction: column;
  }
  .newsletter-container form .form-row button {
    width: 100%;
  }
}
.contact {
  width: 100%;
  border-top: 2px solid #617c63;
  display: grid;
  grid-template-columns: 430px calc(100% - 430px);
}
.contact > div h2 {
  color: #606060;
  font-family: "Public Sans", sans-serif;
  font-size: 35px;
  letter-spacing: 0;
  line-height: 79px;
  text-align: center;
  margin: 30px 0 40px 0;
  display: block;
  width: 100%;
  font-weight: 500;
  text-transform: uppercase;
}
.contact > div .openings-row {
  width: 100%;
  max-width: 280px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #606060;
  font-size: 17px;
  letter-spacing: 5.13px;
  line-height: 19px;
  text-transform: uppercase;
  margin: 0 auto 20px auto;
}
.contact > div .openings-row:last-child {
  margin: 0 auto;
}
.contact > div .address {
  color: #606060;
  font-size: 17px;
  letter-spacing: 5.13px;
  line-height: 34px;
  text-align: center;
  font-style: normal;
}
.contact > div .address span {
  display: block;
  margin: 0 0 12px 0;
}
.contact > div .address span:last-child {
  margin: 0;
}
.contact > div .info {
  color: #606060;
  font-size: 17px;
  letter-spacing: 5.13px;
  line-height: 19px;
  text-align: center;
}
.contact > div .info a {
  text-decoration: none;
  margin: 0 0 12px 0;
  display: block;
  color: #606060;
}
.contact > div .info a:last-child {
  margin: 0;
}
.contact > div .info a:hover {
  color: #1f4331;
}
.contact > div .line {
  height: 2px;
  width: 280px;
  margin: 55px auto;
  background: #617c63;
}
.contact > div.map .map-container {
  overflow: hidden;
  height: 100%;
  padding: 27px;
}
.contact > div.map .map-container a {
  display: block;
  width: 100%;
  height: 100%;
}
.contact > div.map .map-container a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.contact > div.map .map-container a:hover {
  opacity: 0.7;
}
.contact > div:first-child {
  border-right: 2px solid #617c63;
  padding: 20px;
}

@media (max-width: 1280px) {
  .contact > div .line {
    margin: 35px auto;
  }
}
@media (max-width: 1180px) {
  .contact > div h2 {
    margin: 0 0 40px 0;
  }
  .contact > div .line {
    margin: 25px auto;
  }
}
@media (max-width: 1024px) {
  .contact {
    grid-template-columns: 350px calc(100% - 350px);
  }
  .contact > div h2 {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 900px) {
  .contact > div .openings-row {
    margin: 0 auto 10px auto;
  }
  .contact > div .line {
    margin: 20px auto;
  }
}
@media (max-width: 850px) {
  .contact {
    display: block;
  }
  .contact > div:first-child {
    border: none;
  }
}
.banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 500;
}
.banner.hide {
  display: none;
}
.banner .banner_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222222;
  opacity: 0.3;
}
.banner .banner_box {
  width: 100%;
  max-width: 700px;
}
.banner .banner_box .banner_close {
  position: absolute;
  top: -40px;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.banner .banner_box .banner_close svg {
  width: 35px;
  height: 35px;
}
.banner .banner_box img {
  width: 100%;
}

/*# sourceMappingURL=index.css.map */
