/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
@import "../vendor/swiper-bundle.min.css";
@import "../vendor/jquery.fancybox.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;
  }
}
.menu-heading {
  width: 100%;
  border-top: 2px solid #617c63;
  overflow: visible;
}
.menu-heading-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 235px calc(100% - 235px);
}
.menu-heading-title {
  padding: 0 0 0 22px;
}
.menu-heading-title-wrapper {
  border: 2px solid #617c63;
  border-bottom: 0;
  height: calc(100% + 145px);
  margin: -145px 0 0 0;
  width: 100%;
  padding: 35px;
  border-radius: 145px 145px 0 0;
  background: #f9f4ee;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.menu-heading-title-wrapper span {
  width: 145px;
  height: 145px;
  border-radius: 145px;
  background: #606060;
  margin: 0 0 35px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-heading-title-wrapper span img {
  display: block;
  width: 100px;
  height: 100px;
  object-fit: contain;
  object-position: center;
}
.menu-heading-title-wrapper h1 {
  writing-mode: vertical-lr;
  text-orientation: upright;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  color: #606060;
  font-family: "Public Sans", sans-serif;
  font-size: 35px;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 52px;
  text-align: center;
  margin: 50px 0 0 0;
}
.menu-heading-content-cover {
  width: 100%;
  border-bottom: 2px solid #617c63;
  padding: 26px;
}
.menu-heading-content-cover-wrapper {
  overflow: hidden;
}
.menu-heading-content-cover-wrapper img {
  width: 100%;
  height: 320px;
  object-position: center;
  object-fit: cover;
  display: block;
}
.menu-heading-content-cover-wrapper .decor-left-top,
.menu-heading-content-cover-wrapper .decor-left-bottom,
.menu-heading-content-cover-wrapper .decor-right-top,
.menu-heading-content-cover-wrapper .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-heading-content-cover-wrapper .decor-left-top {
  left: -20px;
  top: -20px;
}
.menu-heading-content-cover-wrapper .decor-left-bottom {
  left: -20px;
  bottom: -20px;
}
.menu-heading-content-cover-wrapper .decor-right-top {
  right: -20px;
  top: -20px;
}
.menu-heading-content-cover-wrapper .decor-right-bottom {
  right: -20px;
  bottom: -20px;
}
.menu-heading-content-cover-wrapper .decor-border {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #617c63;
  z-index: 50;
  top: 0;
  left: 0;
}
.menu-heading-content-description {
  padding: 50px;
  color: #606060;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 24px;
  position: relative;
}
.menu-heading-content-description-wrapper {
  width: 100%;
  max-width: 600px;
  margin: 0 50px 0 auto;
}
.menu-heading-content-description svg {
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
@media (max-width: 768px) {
  .menu-heading-content-description svg {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.menu-heading .green-with-y-pattern {
  min-height: 86px;
}
@media (max-width: 768px) {
  .menu-heading .green-with-y-pattern {
    min-height: 35px;
  }
}
.menu-heading-decor {
  height: 85px;
  width: 100%;
  border-top: 2px solid #617c63;
}
.menu-heading-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-heading + .menu-heading {
  z-index: 60;
}
.menu-heading + .menu-heading .menu-heading-grid {
  grid-template-columns: calc(100% - 235px) 235px;
}
.menu-heading + .menu-heading .menu-heading-title {
  order: 2;
  padding: 0 22px 0 0;
}
.menu-heading + .menu-heading .menu-heading-content {
  order: 1;
}
.menu-heading + .menu-heading .menu-heading-content-description-wrapper {
  margin: 0 auto 0 50px;
}

@media (max-width: 1023px) {
  .menu-heading-title-wrapper {
    height: calc(100% + 25px);
    margin: -25px 0 0 0;
    padding: 15px;
  }
  .menu-heading-title-wrapper h1 {
    margin: 20px 0 0 0;
    font-size: 25px;
    line-height: 42px;
  }
}
@media (max-width: 900px) {
  .menu-heading-title-wrapper span {
    width: 115px;
    height: 115px;
    border-radius: 115px;
  }
  .menu-heading-title-wrapper span img {
    width: 70px;
    height: 70px;
  }
  .menu-heading-grid {
    grid-template-columns: 170px calc(100% - 170px);
  }
  .menu-heading + .menu-heading .menu-heading-grid {
    grid-template-columns: calc(100% - 170px) 170px;
  }
}
@media (max-width: 768px) {
  .menu-heading-title {
    padding: 0 0 0 10px;
  }
  .menu-heading-content-cover {
    padding: 10px;
  }
  .menu-heading + .menu-heading .menu-heading-title {
    padding: 0 10px 0 0;
  }
  .menu-heading-decor {
    height: 35px;
  }
}
@media (max-width: 600px) {
  .menu-heading-grid {
    display: block;
  }
  .menu-heading-title {
    padding: 0;
  }
  .menu-heading-title-wrapper {
    flex-direction: row-reverse;
    border-radius: 0 145px 145px 0;
    justify-content: space-between;
    border-bottom: 2px solid #617c63;
    border-left: 0;
    height: auto;
    margin: 10px 0 0 0;
    width: 100%;
    max-width: calc(100% - 10px);
  }
  .menu-heading-title-wrapper span {
    margin: 0 0 0 25px;
    width: 65px;
    height: 65px;
    border-radius: 65px;
  }
  .menu-heading-title-wrapper span img {
    width: 40px;
    height: 40px;
  }
  .menu-heading-title-wrapper h1 {
    width: auto;
    margin: 0;
    writing-mode: initial;
    text-orientation: initial;
    line-height: 25px;
  }
  .menu-heading-content-description {
    padding: 25px;
  }
  .menu-heading + .menu-heading .menu-heading-content-description-wrapper {
    margin: 0;
  }
}
@media (max-width: 450px) {
  .menu-heading-title-wrapper h1 {
    font-size: 18px;
  }
  .menu-heading-content-cover-wrapper img {
    height: 200px;
  }
}
.daily-soup {
  width: 100%;
  border-top: 2px solid #617c63;
  padding: 26px;
  overflow: visible;
}
.daily-soup-title {
  margin: 0 0 30px 0;
  width: 100%;
  height: 75px;
  background: #617c63;
}
.daily-soup-title h1 {
  color: #ffffff;
  font-family: "Public Sans", sans-serif;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 49px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-transform: uppercase;
  height: 100%;
}
.daily-soup-title h1 small {
  text-transform: initial;
  font-size: 14px;
  line-height: 1;
  margin: -10px 0 5px 0;
}
.daily-soup-title .decor-left-top,
.daily-soup-title .decor-left-bottom,
.daily-soup-title .decor-right-top,
.daily-soup-title .decor-right-bottom {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: var(--decor-type1-background-color);
  z-index: 75;
}
.daily-soup-title .decor-left-top {
  left: -20px;
  top: -20px;
}
.daily-soup-title .decor-left-bottom {
  left: -20px;
  bottom: -20px;
}
.daily-soup-title .decor-right-top {
  right: -20px;
  top: -20px;
}
.daily-soup-title .decor-right-bottom {
  right: -20px;
  bottom: -20px;
}
.daily-soup-title .decor-border {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 50;
  top: 0;
  left: 0;
}
.daily-soup-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  width: 100%;
}
.daily-soup-menu-wrapper {
  max-width: 500px;
  margin: 0 auto;
}
.daily-soup-menu-wrapper-description {
  color: #606060;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 24px;
  text-align: center;
  margin: 0 0 30px 0;
}
.daily-soup-cover {
  width: 100%;
  height: 340px;
  max-width: 610px;
  overflow: hidden;
}
.daily-soup-cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.daily-soup-cover .decor-left-top,
.daily-soup-cover .decor-left-bottom,
.daily-soup-cover .decor-right-top,
.daily-soup-cover .decor-right-bottom {
  position: absolute;
  width: 40px;
  border: 2px solid #617c63;
  height: 40px;
  border-radius: 40px;
  background: var(--decor-type1-background-color);
  z-index: 75;
}
.daily-soup-cover .decor-left-top {
  left: -20px;
  top: -20px;
}
.daily-soup-cover .decor-left-bottom {
  left: -20px;
  bottom: -20px;
}
.daily-soup-cover .decor-right-top {
  right: -20px;
  top: -20px;
}
.daily-soup-cover .decor-right-bottom {
  right: -20px;
  bottom: -20px;
}
.daily-soup-cover .decor-border {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 50;
  border: 2px solid #617c63;
  top: 0;
  left: 0;
}

.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: 1160px) {
  .daily-soup-cover {
    height: auto;
    max-width: calc(100% - 20px);
    margin: 0 0 0 auto;
  }
}
@media (max-width: 900px) {
  .daily-soup-cover {
    max-width: 100%;
    margin: 20px 0 0 auto;
  }
  .daily-soup-grid {
    display: block;
  }
}
@media (max-width: 450px) {
  .daily-soup {
    padding: 10px;
    overflow: hidden;
  }
}
@media (max-width: 450px) {
  .daily-soup-title h1 {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 400px) {
  .daily-soup-title h1 {
    font-size: 16px;
  }
}
.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;
  }
}
.menu-gallery {
  width: 100%;
  border-top: 2px solid #617c63;
  padding: 26px;
}
.menu-gallery-title {
  margin: 0 0 30px 0;
  width: 100%;
  height: 75px;
  background: #617c63;
}
.menu-gallery-title h1 {
  color: #ffffff;
  font-family: "Public Sans", sans-serif;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 49px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-transform: uppercase;
  height: 100%;
}
.menu-gallery-title h1 small {
  text-transform: initial;
  font-size: 14px;
  line-height: 1;
  margin: -10px 0 5px 0;
}
.menu-gallery-title .decor-left-top,
.menu-gallery-title .decor-left-bottom,
.menu-gallery-title .decor-right-top,
.menu-gallery-title .decor-right-bottom {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: var(--decor-type1-background-color);
  z-index: 75;
}
.menu-gallery-title .decor-left-top {
  left: -20px;
  top: -20px;
}
.menu-gallery-title .decor-left-bottom {
  left: -20px;
  bottom: -20px;
}
.menu-gallery-title .decor-right-top {
  right: -20px;
  top: -20px;
}
.menu-gallery-title .decor-right-bottom {
  right: -20px;
  bottom: -20px;
}
.menu-gallery-title .decor-border {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 50;
  top: 0;
  left: 0;
}
.menu-gallery-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 26px;
}
.menu-gallery-wrapper-one, .menu-gallery-wrapper-two, .menu-gallery-wrapper-tree, .menu-gallery-wrapper-four, .menu-gallery-wrapper-five, .menu-gallery-wrapper-six {
  height: 290px;
  overflow: hidden;
  cursor: pointer;
}
.menu-gallery-wrapper-one-image, .menu-gallery-wrapper-two-image, .menu-gallery-wrapper-tree-image, .menu-gallery-wrapper-four-image, .menu-gallery-wrapper-five-image, .menu-gallery-wrapper-six-image {
  width: 100%;
  height: 100%;
}
.menu-gallery-wrapper-one-image img, .menu-gallery-wrapper-two-image img, .menu-gallery-wrapper-tree-image img, .menu-gallery-wrapper-four-image img, .menu-gallery-wrapper-five-image img, .menu-gallery-wrapper-six-image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.menu-gallery-wrapper-one:hover, .menu-gallery-wrapper-two:hover, .menu-gallery-wrapper-tree:hover, .menu-gallery-wrapper-four:hover, .menu-gallery-wrapper-five:hover, .menu-gallery-wrapper-six:hover {
  opacity: 0.7;
}
.menu-gallery-wrapper-one {
  grid-column-start: 1;
  grid-column-end: 3;
}
.menu-gallery-wrapper-four {
  grid-column-start: 3;
  grid-column-end: 5;
  color: #606060;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 24px;
  text-align: center;
}
.menu-gallery-wrapper-four .menu-gallery-wrapper-one-image {
  max-width: 370px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-gallery-wrapper .decor-left-top,
.menu-gallery-wrapper .decor-left-bottom,
.menu-gallery-wrapper .decor-right-top,
.menu-gallery-wrapper .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-gallery-wrapper .decor-left-top {
  left: -20px;
  top: -20px;
}
.menu-gallery-wrapper .decor-left-bottom {
  left: -20px;
  bottom: -20px;
}
.menu-gallery-wrapper .decor-right-top {
  right: -20px;
  top: -20px;
}
.menu-gallery-wrapper .decor-right-bottom {
  right: -20px;
  bottom: -20px;
}
.menu-gallery-wrapper .decor-border {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #617c63;
  z-index: 50;
  top: 0;
  left: 0;
}

@media (max-width: 900px) {
  .menu-gallery-wrapper-one, .menu-gallery-wrapper-two, .menu-gallery-wrapper-tree, .menu-gallery-wrapper-four, .menu-gallery-wrapper-five, .menu-gallery-wrapper-six {
    height: 200px;
  }
}
@media (max-width: 850px) {
  .menu-gallery-wrapper {
    grid-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }
  .menu-gallery-wrapper-one, .menu-gallery-wrapper-two, .menu-gallery-wrapper-tree, .menu-gallery-wrapper-four, .menu-gallery-wrapper-five, .menu-gallery-wrapper-six {
    height: 150px;
  }
  .menu-gallery-wrapper-four {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .menu-gallery-wrapper-four .menu-gallery-wrapper-one-image {
    max-width: 100%;
  }
  .menu-gallery-wrapper-one {
    grid-column-end: initial;
  }
  .menu-gallery-wrapper-tree {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media (max-width: 600px) {
  .menu-gallery-title h1 {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .menu-gallery {
    padding: 10px;
  }
  .menu-gallery-title h1 {
    font-size: 16px;
  }
  .menu-gallery-wrapper-one, .menu-gallery-wrapper-two, .menu-gallery-wrapper-tree, .menu-gallery-wrapper-four, .menu-gallery-wrapper-five, .menu-gallery-wrapper-six {
    height: 120px;
  }
}
@media (max-width: 400px) {
  .menu-gallery-title h1 {
    font-size: 14px;
    line-height: 20px;
  }
  .menu-gallery-title h1 small {
    margin: 0;
    font-size: 12px;
  }
}
.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;
  }
}
.gallery {
  width: 100%;
  border-top: 2px solid #617c63;
  padding: 26px;
}
.gallery-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 26px;
}
.gallery-wrapper-one, .gallery-wrapper-two, .gallery-wrapper-tree, .gallery-wrapper-four, .gallery-wrapper-five, .gallery-wrapper-six {
  height: 290px;
  overflow: hidden;
  cursor: pointer;
}
.gallery-wrapper-one-image, .gallery-wrapper-two-image, .gallery-wrapper-tree-image, .gallery-wrapper-four-image, .gallery-wrapper-five-image, .gallery-wrapper-six-image {
  width: 100%;
  height: 100%;
}
.gallery-wrapper-one-image img, .gallery-wrapper-two-image img, .gallery-wrapper-tree-image img, .gallery-wrapper-four-image img, .gallery-wrapper-five-image img, .gallery-wrapper-six-image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.gallery-wrapper-one:hover, .gallery-wrapper-two:hover, .gallery-wrapper-tree:hover, .gallery-wrapper-four:hover, .gallery-wrapper-five:hover, .gallery-wrapper-six:hover {
  opacity: 0.7;
}
.gallery-wrapper-one {
  grid-column-start: 1;
  grid-column-end: 3;
}
.gallery-wrapper-four {
  grid-column-start: 3;
  grid-column-end: 5;
}
.gallery-wrapper .decor-left-top,
.gallery-wrapper .decor-left-bottom,
.gallery-wrapper .decor-right-top,
.gallery-wrapper .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;
}
.gallery-wrapper .decor-left-top {
  left: -20px;
  top: -20px;
}
.gallery-wrapper .decor-left-bottom {
  left: -20px;
  bottom: -20px;
}
.gallery-wrapper .decor-right-top {
  right: -20px;
  top: -20px;
}
.gallery-wrapper .decor-right-bottom {
  right: -20px;
  bottom: -20px;
}
.gallery-wrapper .decor-border {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 50;
  top: 0;
  left: 0;
}

@media (max-width: 1024px) {
  .gallery-wrapper-one, .gallery-wrapper-two, .gallery-wrapper-tree, .gallery-wrapper-four, .gallery-wrapper-five, .gallery-wrapper-six {
    height: 200px;
  }
}
@media (max-width: 850px) {
  .gallery-wrapper {
    grid-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .gallery-wrapper-two {
    grid-column-start: 3;
    grid-column-end: 5;
  }
  .gallery-wrapper-five {
    grid-column-start: 2;
    grid-column-end: 5;
  }
  .gallery-wrapper-six {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .gallery-wrapper-one, .gallery-wrapper-two, .gallery-wrapper-tree, .gallery-wrapper-four, .gallery-wrapper-five, .gallery-wrapper-six {
    height: 150px;
  }
}
@media (max-width: 500px) {
  .gallery {
    padding: 10px;
  }
  .gallery-wrapper {
    grid-gap: 10px;
  }
}
@media (max-width: 600px) {
  .gallery-wrapper-one, .gallery-wrapper-two, .gallery-wrapper-tree, .gallery-wrapper-four, .gallery-wrapper-five, .gallery-wrapper-six {
    height: 120px;
  }
}
@media (max-width: 400px) {
  .gallery-wrapper-one, .gallery-wrapper-two, .gallery-wrapper-tree, .gallery-wrapper-four, .gallery-wrapper-five, .gallery-wrapper-six {
    height: 100px;
  }
}
.selection {
  padding: 45px 0 40px 45px;
  border-top: 2px solid #617c63;
}
.selection h1 {
  color: #606060;
  font-family: "Public Sans", sans-serif;
  font-size: 35px;
  letter-spacing: 0;
  line-height: 49px;
  text-transform: uppercase;
  margin: 0 0 40px 0;
  font-weight: 500;
}
.selection-grid {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
.selection-grid a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  height: 148px;
  border-radius: 148px 0 0 148px;
  text-decoration: none;
  color: #606060;
  font-size: 17px;
  letter-spacing: 5.13px;
  line-height: 19px;
  text-align: center;
  padding: 24px 24px 24px 100px;
  transition: all 300ms ease-in-out;
}
.selection-grid a span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background: #606060;
  position: absolute;
  transition: all 300ms ease-in-out;
  left: 20px;
}
.selection-grid a span img {
  width: 70px;
  height: 70px;
  object-position: center;
  transition: all 300ms ease-in-out;
  object-fit: contain;
}
.selection-grid a.online {
  grid-column-start: 2;
  grid-column-end: 4;
  background: #617c63;
  color: #ffffff;
  font-family: "Public Sans", sans-serif;
  font-size: 20px;
  letter-spacing: 4.29px;
  line-height: 19px;
  text-align: center;
}
.selection-grid a.online span {
  justify-content: flex-start;
}
.selection-grid a.online span svg {
  height: 100%;
  overflow: visible;
}
.selection-grid a.online span svg line, .selection-grid a.online span svg polyline {
  transition: all 300ms ease-in-out;
}
@media (max-width: 650px) {
  .selection-grid a.online span svg #Sipka_novinky {
    display: none;
  }
}
.selection-grid a:hover {
  background: #1f4331;
  color: #ffffff;
}
.selection-grid a:hover span {
  background: #ffffff;
}
.selection-grid a:hover span img {
  filter: invert(1);
}

@media (max-width: 1100px) {
  .selection-grid a {
    height: 118px;
    border-radius: 118px 0 0 118px;
    font-size: 14px;
    letter-spacing: 4px;
    line-height: 16px;
  }
  .selection-grid a span {
    width: 70px;
    height: 70px;
    border-radius: 70px;
  }
  .selection-grid a span img {
    width: 40px;
    height: 40px;
  }
  .selection-grid a.online {
    font-size: 18px;
    letter-spacing: 4px;
    line-height: 16px;
  }
}
@media (max-width: 1023px) {
  .selection {
    padding: 20px 0 20px 20px;
  }
}
@media (max-width: 800px) {
  .selection-grid {
    grid-template-columns: 1fr 1fr;
  }
  .selection-grid a.online {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .selection-grid a.trim {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media (max-width: 768px) {
  .selection h1.trim {
    font-size: 25px;
    line-height: 40px;
  }
}
@media (max-width: 600px) {
  .selection h1 {
    padding: 0 20px 0 0;
  }
  .selection-grid {
    grid-gap: 10px;
  }
  .selection-grid a {
    height: 98px;
    letter-spacing: 2px;
    padding: 10px 10px 10px 100px;
  }
  .selection-grid a.online {
    letter-spacing: 2px;
    font-size: 16px;
  }
}
@media (max-width: 450px) {
  .selection h1 {
    font-size: 25px;
    line-height: 35px;
  }
  .selection-grid a {
    height: 68px;
    padding: 10px 10px 10px 70px;
  }
  .selection-grid a span {
    left: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
  }
  .selection-grid a.online {
    letter-spacing: 0;
  }
}
@media (max-width: 400px) {
  .selection h1 {
    text-align: center;
  }
  .selection-grid {
    display: block;
  }
  .selection-grid a {
    margin: 0 0 10px 0;
  }
  .selection-grid a.online {
    font-size: 14px;
  }
  .selection-grid a:last-of-type {
    margin: 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;
  }
}
.selection-grid {
  grid-template-columns: 1fr 1fr;
}

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