/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

*,*:before,*:after{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}ol,ul{margin:0;padding:0}li{font:inherit}h1,h2,h3,h4,h5,h6,p,li{margin:0 0 20px}h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child,h6:last-child,p:last-child,li:last-child{margin-bottom:0}:root{--page-background-color: #000;--page-text-color: #FFF;--slider-border-color: #FFF;--slide-background-color--dark: #000;--slide-text-color--dark: #FFF;--slide-background-color--light: #FFF;--slide-text-color--light: #000;--slide-padding: 120px;--slide-logo-width: 210px;--slide-logo-height: 165px}.page{position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:center;width:100vw;height:100vh;color:var(--page-text-color);background-color:var(--page-background-color);overflow:hidden}.format-tools{position:absolute;bottom:10px;left:10px;z-index:100;display:flex;gap:5px}.format-tools__item{padding:5px 10px;color:#000;font-size:16px;line-height:1.2;text-decoration:none;background-color:#fff;border-radius:3px;box-shadow:0 1px 4px rgba(0,0,0,.25)}.format-tools__item:visited{color:inherit}.restaurant-menu *{font-family:inherit;color:#fff}.bz-clearfix:before,.bz-clearfix:after{content:"";display:table}.bz-clearfix:after{clear:both}.header-col{width:50%;float:left;border-bottom:1px solid #4d4d4d;height:105px}.footer-col{float:right;line-height:1}.footer-col:first-of-type{margin:0 0 0 150px}.header-col .left,.header-col .right{float:right;padding-top:25px}.header-col .left{margin:0 40px 0 0}.header-col p{font-size:18px;line-height:1;font-weight:bold;margin:0}.header-col p:first-of-type{margin-bottom:10px}.restaurant-menu h1{font-size:80px;font-weight:bold;letter-spacing:-3px;line-height:1}.restaurant-menu p{margin-bottom:0}.menu-translation,.header-col p.menu-translation,.restaurant-menu h1 .menu-translation,.restaurant-menu-items p.menu-translation{font-weight:normal;font-style:italic;color:#898989}.menu-translation:empty{display:none}.menu-translation--inline:before{content:"/ "}.restaurant-menu-items{list-style-type:none;padding:0;margin:60px 0;width:100%;height:580px}.restaurant-menu-item{margin-bottom:55px;width:100%}.restaurant-menu-item p{font-weight:bold;font-size:35px;line-height:1.15;letter-spacing:normal;letter-spacing:-1px}.restaurant-menu-item p.menu-translation{font-size:22px;margin-top:10px;letter-spacing:normal}.vegetarian,.sold-out{float:left;display:inline-block;margin:13px 4px 0 0;height:15px;width:15px;border-radius:100%;background-color:#7fd68f}.sold-out{background-color:#e30134}.restaurant-menu-footer{height:20px}.restaurant-menu-footer p{font-weight:bold;font-size:18px}.restaurant-menu-footer .sold-out{float:none;margin:0 4px -1px 10px}.restaurant-menu-footer .vegetarian{float:none;margin:0 4px -1px 0}.screen-list{display:block}.screen-list__item{display:block}.screen-list__link{color:inherit}.slide{position:absolute;top:0;left:0;bottom:0;right:0;background-position:center;background-size:cover;background-repeat:no-repeat;opacity:0;transition:opacity 500ms}.slide--active{opacity:1}.slide__inner{display:flex;flex-direction:row;height:100%;width:100%;padding:var(--slide-padding)}.slide__content{width:100%}.slide__logotype{position:absolute;width:var(--slide-logo-width);height:var(--slide-logo-height)}.slide__logotype svg{display:block;width:100%;height:100%;object-fit:contain;fill:currentColor}.slide--appearance-dark{background-color:var(--slide-background-color--dark);color:var(--slide-text-color--dark)}.slide--appearance-light{background-color:var(--slide-background-color--light);color:var(--slide-text-color--light)}.slide--text-position-center .slide__inner{align-items:center}.slide--text-position-top .slide__inner{align-items:flex-start}.slide--text-position-bottom .slide__inner{align-items:flex-end}.slide--logotype-position-none .slide__logotype{display:none}.slide--logotype-position-top-left .slide__logotype{top:var(--slide-padding);left:var(--slide-padding)}.slide--logotype-position-top-right .slide__logotype{top:var(--slide-padding);right:var(--slide-padding)}.slide--logotype-position-bottom-left .slide__logotype{bottom:var(--slide-padding);left:var(--slide-padding)}.slide--logotype-position-bottom-right .slide__logotype{bottom:var(--slide-padding);right:var(--slide-padding)}.slider{flex-shrink:0}.slider .slides{position:relative;width:100%;height:100%}.slider--border{border:2px solid;border-color:var(--slider-border-color)}.slider--format-square{width:1080px;height:1080px}.slider--format-wide{width:1920px;height:1080px}.slider--format-tall{width:1080px;height:1920px}
