﻿html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

.dish {
    position: relative;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center
}

.dish-na {
    margin-bottom: 8px;
    color: #676767
}

.dish-image {
    flex-shrink: 0;
    display: flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    margin-bottom: 10px;
    width: 100%;
    padding-top: 62.1%
}

    .dish-image .base-lazy__loader,
    .dish-image__img {
/*        border-radius: 26px*/
    }

.dish-image__img {
    width: 100%;
    height: 115%;
    position: absolute !important;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    box-shadow: var(--shadow-0)
}

.dish-content {
    width: 100%;
    display: flex;
    flex-direction: column
}

.dish-header {
    display: inline-flex;
    align-items: baseline;
    justify-content: flex-start;
    width: 100%
}

.dish-title {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex-grow: 1
}

    .dish-title .dish-title__icon {
        display: inline-block;
        vertical-align: text-bottom
    }

.dish-weight {
    color: #989898;
    font-size: 14px;
    flex-shrink: 0;
    white-space: nowrap;
    margin-left: 16px
}

.dish-description {
    position: relative;
    margin-bottom: 6px;
    color: #676767;
    font-size: 14px;
    overflow: hidden
}

    .dish-description p {
        margin: 0;
        line-height: 1.46
    }

        .dish-description p:not(:last-child) {
            margin: 0 0 10px
        }

.dish-footer {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-top: auto
}

.dish-price {
    font-weight: 500;
    display: flex;
    align-items: baseline;
    line-height: 1
}

.dish-price__current {
    display: flex;
    align-items: flex-start;
    font-size: 24px;
    color: var(--primary-color)
}

    .dish-price__current b {
        font-weight: 500
    }

    .dish-price__current span {
        font-size: 16px;
        margin-left: 2px;
        font-weight: 400
    }

.dish-price__old {
    display: flex;
    align-items: flex-start;
    margin-left: 6px;
    font-size: 16px;
    font-weight: 400;
    color: #989898
}

    .dish-price__old b {
        font-weight: 400;
        text-decoration: line-through
    }

    .dish-price__old span {
        font-size: 12px;
        margin-left: 2px
    }

.dish-action {
    position: absolute;
    top: 0;
    right: -16px;
    z-index: 1;
    display: flex;
    align-items: center
}

    .dish-action .menu-item-admin-actions {
        margin-right: 4px;
        top: -22px;
        position: relative;
        background: var(--color-white);
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, .16);
        border-radius: 10px
    }

.dish._without-image {
    border-top: 1px solid #efefef;
    padding-top: 16px
}

.dish._has-big-description .dish-description:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 48px;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, #fffdfd, hsla(0, 0%, 100%, 0) 0, #fff)
}

.dish._full .dish-description,
.dish._full .dish-title {
    display: block;
    overflow: visible
}

.dish._full .dish-description {
    height: auto
}

    .dish._full .dish-description:after {
        display: none
    }

.dish._not-available .dish-description,
.dish._not-available .dish-footer,
.dish._not-available .dish-image,
.dish._not-visible .dish-content,
.dish._not-visible .dish-image {
    opacity: .4
}

body {
    top: 0px !important;
}

    body > .skiptranslate > iframe.skiptranslate {
        display: none !important;
        visibility: hidden !important;
    }

.goog-te-gadget img {
    display: none !important;
}

/*body {
    margin: 0;
}*/


main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

    [type=button]::-moz-focus-inner,
    [type=reset]::-moz-focus-inner,
    [type=submit]::-moz-focus-inner,
    button::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    [type=button]:-moz-focusring,
    [type=reset]:-moz-focusring,
    [type=submit]:-moz-focusring,
    button:-moz-focusring {
        outline: 1px dotted ButtonText
    }

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

@font-face {
    font-family: "Rubik";
    font-style: normal;
    font-display: swap;
    font-weight: 300;
    src: url(https://oddmenu.com/_nuxt/fonts/rubik-cyrillic-ext-300-normal.1993d09.woff2) format("woff2"), url(https://oddmenu.com/_nuxt/fonts/rubik-all-300-normal.e996e11.woff) format("woff");
    unicode-range: U+0460-052f, U+1c80-1c88, U+20b4, U+2de0-2dff, U+a640-a69f, U+fe2e-fe2f
}

@font-face {
    font-family: "Rubik";
    font-style: normal;
    font-display: swap;
    font-weight: 300;
    src: url(https://oddmenu.com/_nuxt/fonts/rubik-cyrillic-300-normal.467652d.woff2) format("woff2"), url(https://oddmenu.com/_nuxt/fonts/rubik-all-300-normal.e996e11.woff) format("woff");
    unicode-range: U+0400-045f, U+0490-0491, U+04b0-04b1, U+2116
}

@font-face {
    font-family: "Rubik";
    font-style: normal;
    font-display: swap;
    font-weight: 300;
    src: url(https://oddmenu.com/_nuxt/fonts/rubik-hebrew-300-normal.fed4c14.woff2) format("woff2"), url(https://oddmenu.com/_nuxt/fonts/rubik-all-300-normal.e996e11.woff) format("woff");
    unicode-range: U+0590-05ff, U+20aa, U+25cc, U+fb1d-fb4f
}

@font-face {
    font-family: "Rubik";
    font-style: normal;
    font-display: swap;
    font-weight: 300;
    src: url(https://oddmenu.com/_nuxt/fonts/rubik-latin-ext-300-normal.c3a1487.woff2) format("woff2"), url(https://oddmenu.com/_nuxt/fonts/rubik-all-300-normal.e996e11.woff) format("woff");
    unicode-range: U+0100-024f, U+0259, U+1e??, U+2020, U+20a0-20ab, U+20ad-20cf, U+2113, U+2c60-2c7f, U+a720-a7ff
}

@font-face {
    font-family: "Rubik";
    font-style: normal;
    font-display: swap;
    font-weight: 300;
    src: url(https://oddmenu.com/_nuxt/fonts/rubik-latin-300-normal.1a036bf.woff2) format("woff2"), url(https://oddmenu.com/_nuxt/fonts/rubik-all-300-normal.e996e11.woff) format("woff");
    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd
}

@font-face {
    font-family: "Rubik";
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(https://oddmenu.com/_nuxt/fonts/rubik-cyrillic-ext-400-normal.1eaca70.woff2) format("woff2"), url(https://oddmenu.com/_nuxt/fonts/rubik-all-400-normal.84344ae.woff) format("woff");
    unicode-range: U+0460-052f, U+1c80-1c88, U+20b4, U+2de0-2dff, U+a640-a69f, U+fe2e-fe2f
}

@font-face {
    font-family: "Rubik";
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(https://oddmenu.com/_nuxt/fonts/rubik-cyrillic-400-normal.2cf3b38.woff2) format("woff2"), url(https://oddmenu.com/_nuxt/fonts/rubik-all-400-normal.84344ae.woff) format("woff");
    unicode-range: U+0400-045f, U+0490-0491, U+04b0-04b1, U+2116
}

@font-face {
    font-family: "Rubik";
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(https://oddmenu.com/_nuxt/fonts/rubik-hebrew-400-normal.1fca75f.woff2) format("woff2"), url(https://oddmenu.com/_nuxt/fonts/rubik-all-400-normal.84344ae.woff) format("woff");
    unicode-range: U+0590-05ff, U+20aa, U+25cc, U+fb1d-fb4f
}

@font-face {
    font-family: "Rubik";
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(https://oddmenu.com/_nuxt/fonts/rubik-latin-ext-400-normal.8c61802.woff2) format("woff2"), url(https://oddmenu.com/_nuxt/fonts/rubik-all-400-normal.84344ae.woff) format("woff");
    unicode-range: U+0100-024f, U+0259, U+1e??, U+2020, U+20a0-20ab, U+20ad-20cf, U+2113, U+2c60-2c7f, U+a720-a7ff
}

@font-face {
    font-family: "Rubik";
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(https://oddmenu.com/_nuxt/fonts/rubik-latin-400-normal.603d2af.woff2) format("woff2"), url(https://oddmenu.com/_nuxt/fonts/rubik-all-400-normal.84344ae.woff) format("woff");
    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd
}

@font-face {
    font-family: "Rubik";
    font-style: normal;
    font-display: swap;
    font-weight: 600;
    src: url(https://oddmenu.com/_nuxt/fonts/rubik-cyrillic-ext-600-normal.d5c50f6.woff2) format("woff2"), url(https://oddmenu.com/_nuxt/fonts/rubik-all-600-normal.74eae17.woff) format("woff");
    unicode-range: U+0460-052f, U+1c80-1c88, U+20b4, U+2de0-2dff, U+a640-a69f, U+fe2e-fe2f
}

@font-face {
    font-family: "Rubik";
    font-style: normal;
    font-display: swap;
    font-weight: 600;
    src: url(https://oddmenu.com/_nuxt/fonts/rubik-cyrillic-600-normal.617484c.woff2) format("woff2"), url(https://oddmenu.com/_nuxt/fonts/rubik-all-600-normal.74eae17.woff) format("woff");
    unicode-range: U+0400-045f, U+0490-0491, U+04b0-04b1, U+2116
}

@font-face {
    font-family: "Rubik";
    font-style: normal;
    font-display: swap;
    font-weight: 600;
    src: url(https://oddmenu.com/_nuxt/fonts/rubik-hebrew-600-normal.11420c6.woff2) format("woff2"), url(https://oddmenu.com/_nuxt/fonts/rubik-all-600-normal.74eae17.woff) format("woff");
    unicode-range: U+0590-05ff, U+20aa, U+25cc, U+fb1d-fb4f
}

@font-face {
    font-family: "Rubik";
    font-style: normal;
    font-display: swap;
    font-weight: 600;
    src: url(https://oddmenu.com/_nuxt/fonts/rubik-latin-ext-600-normal.9292b8c.woff2) format("woff2"), url(https://oddmenu.com/_nuxt/fonts/rubik-all-600-normal.74eae17.woff) format("woff");
    unicode-range: U+0100-024f, U+0259, U+1e??, U+2020, U+20a0-20ab, U+20ad-20cf, U+2113, U+2c60-2c7f, U+a720-a7ff
}

@font-face {
    font-family: "Rubik";
    font-style: normal;
    font-display: swap;
    font-weight: 600;
    src: url(https://oddmenu.com/_nuxt/fonts/rubik-latin-600-normal.a21761e.woff2) format("woff2"), url(https://oddmenu.com/_nuxt/fonts/rubik-all-600-normal.74eae17.woff) format("woff");
    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd
}

@font-face {
    font-family: "Rubik";
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: url(https://oddmenu.com/_nuxt/fonts/rubik-cyrillic-ext-500-normal.9aada1c.woff2) format("woff2"), url(https://oddmenu.com/_nuxt/fonts/rubik-all-500-normal.2b0a1c4.woff) format("woff");
    unicode-range: U+0460-052f, U+1c80-1c88, U+20b4, U+2de0-2dff, U+a640-a69f, U+fe2e-fe2f
}

@font-face {
    font-family: "Rubik";
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: url(https://oddmenu.com/_nuxt/fonts/rubik-cyrillic-500-normal.fd66bbd.woff2) format("woff2"), url(https://oddmenu.com/_nuxt/fonts/rubik-all-500-normal.2b0a1c4.woff) format("woff");
    unicode-range: U+0400-045f, U+0490-0491, U+04b0-04b1, U+2116
}

@font-face {
    font-family: "Rubik";
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: url(https://oddmenu.com/_nuxt/fonts/rubik-hebrew-500-normal.8a8fc4a.woff2) format("woff2"), url(https://oddmenu.com/_nuxt/fonts/rubik-all-500-normal.2b0a1c4.woff) format("woff");
    unicode-range: U+0590-05ff, U+20aa, U+25cc, U+fb1d-fb4f
}

@font-face {
    font-family: "Rubik";
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: url(https://oddmenu.com/_nuxt/fonts/rubik-latin-ext-500-normal.e6a8368.woff2) format("woff2"), url(https://oddmenu.com/_nuxt/fonts/rubik-all-500-normal.2b0a1c4.woff) format("woff");
    unicode-range: U+0100-024f, U+0259, U+1e??, U+2020, U+20a0-20ab, U+20ad-20cf, U+2113, U+2c60-2c7f, U+a720-a7ff
}

@font-face {
    font-family: "Rubik";
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: url(https://oddmenu.com/_nuxt/fonts/rubik-latin-500-normal.8d8bced.woff2) format("woff2"), url(https://oddmenu.com/_nuxt/fonts/rubik-all-500-normal.2b0a1c4.woff) format("woff");
    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd
}

:root {
    --tw-ring-offset-shadow: 0 0 transparent;
    --tw-ring-shadow: 0 0 transparent;
    --shadow-0: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow-1: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    --shadow-2: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-3: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --shadow-4: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    --shadow-5: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    --shadow-in: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    --shadow-out: var(--tw-ring-offset-shadow), var(--tw-ring-shadow);
    --shadow-white: 0 0 18px -6px rgb(0 0 0/16%), 0 2px 4px 0 rgb(0 0 0/6%)
}

*,
:after,
:before {
    box-sizing: border-box
}

::-moz-selection {
    background: #ff9a76 !important;
    background: var(--primary-color-1) !important;
    color: #fff !important
}

::selection {
    background: #ff9a76 !important;
    background: var(--primary-color-1) !important;
    color: #fff !important
}

:root {
    --color-white: #fff;
    --primary-color: #f7906c;
    --primary-color-1: #ff9a76;
    --primary-color-4: #fde8db;
    --primary-color-5: #fff3eb;
    --secondary-color: #f88878;
    --secondary-color-1: #ffa193;
    --secondary-color-5: #ffeeeb;
    --dark-gray-color: #263043;
    --dark-gray-color-2: #35455e;
    --dark-gray-color-3: #536581;
    --dark-gray-color-4: #d2d2d2;
    --dark-gray-color-5: #bababa;
    --dark-gray-color-firm: #423c3c;
    --light-gray-color: #e0e9f0;
    --light-gray-color-2: #e9eef1;
    --light-gray-color-3: #f0f2f3;
    --light-gray-color-4: #f7f8fa;
    --light-gray-color-5: #f7f8fa;
    --additional-primary-text-color-1: #74cbe9;
    --red-color: #ff5722;
    --warning-color: #ff9800;
    --regular-shadow: 0 0.0625rem 0.375rem rgba(0, 0, 0, 0.2);
    --light-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
    --cyan-color-4: #f0faff;
    --orange-color-1: #fff0eb;
    --orange-color-2: #fee;
    --color-dark: #222;
    --color-gray-1: #575757;
    --color-gray-2: #676767;
    --color-gray-3: #bdbdbd;
    --color-gray-4: #d3d3d3;
    --color-gray-5: #e9e9e9
}

body,
html {
    color: #423c3c;
    color: var(--dark-gray-color-firm);
    font-family: "Rubik", sans-serif;
    line-height: 1.4
}

body {
    overflow-x: hidden;
    min-height: 100%;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    touch-action: manipulation;
    scrollbar-color: #d2d2d2 #f7f8fa;
    scrollbar-color: var(--dark-gray-color-4) var(--light-gray-color-5);
    scrollbar-width: thin
}

    body::-webkit-scrollbar {
        height: 10px;
        width: 10px
    }

    body::-webkit-scrollbar-track {
        width: 10px;
        background: #f7f8fa;
        background: var(--light-gray-color-5)
    }

    body::-webkit-scrollbar-thumb {
        width: 10px;
        background: #d2d2d2;
        background: var(--dark-gray-color-4);
        border-radius: 8px
    }

    body.body-overflow-hidden {
        overflow: hidden;
        padding-right: 10px
    }

img {
    max-width: 100%
}

pre {
    overflow-x: auto
}

textarea {
    resize: none
}

input,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input,
select,
textarea {
    color: #222;
    color: var(--color-dark);
    font-family: "Rubik", Arial, sans-serif
}

@media (max-width:600px) {

    input,
    select,
    textarea {
        font-size: 16px !important
    }
}

select:focus {
    outline: none
}

button {
    cursor: pointer
}

    button:focus {
        outline: none
    }

    button.focus-visible,
    button:focus-visible {
        box-shadow: 0 0 0 2px #00f, 0 0 0 4px #fff
    }

a {
    text-decoration: none;
    color: unset
}

p {
    line-height: 1.45
}

.link {
    color: #f7906c;
    color: var(--primary-color)
}

    .link:hover {
        color: #ff9a76;
        color: var(--primary-color-1)
    }

#__layout {
    min-height: 100vh;
    background: #f9f9f9;
    display: flex;
    flex-direction: column
}

.wrapper {
    width: 100%;
    max-width: 890px;
    margin: 0 auto;
    padding: 0 16px
}

.page-title {
    font-size: 32px;
    font-weight: 400;
    letter-spacing: .5px;
    margin: 0 0 32px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.h2 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    margin: 32px 0 18px
}

.application {
    background: #f7f8fa;
    background: var(--light-gray-color-4);
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

.base-scrollbar {
    overflow-y: auto;
    position: relative;
    height: 100%;
    scrollbar-color: #bababa #f7f8fa;
    scrollbar-color: var(--dark-gray-color-5) var(--light-gray-color-5);
    scrollbar-width: thin
}

    .base-scrollbar::-webkit-scrollbar {
        height: 4px;
        width: 4px
    }

    .base-scrollbar::-webkit-scrollbar-track {
        width: 4px;
        background: #f7f8fa;
        background: var(--light-gray-color-5)
    }

    .base-scrollbar::-webkit-scrollbar-thumb {
        width: 4px;
        background: #bababa;
        background: var(--dark-gray-color-5);
        border-radius: 2px
    }

.right-fade:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: calc(100% - 4px);
    width: 40px;
    pointer-events: none;
    background: linear-gradient(90deg, #fffdfd, hsla(0, 0%, 100%, 0) 0, #fff)
}

.text-dot {
    text-overflow: ellipsis;
    white-space: nowrap
}

.overflow-hidden,
.text-dot {
    overflow: hidden
}

.visible-hidden {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    margin: -1px;
    border: 0;
    padding: 0
}

    .visible-hidden:focus {
        clip: auto;
        height: auto;
        overflow: auto;
        position: absolute;
        width: auto;
        margin: 0
    }

.focus:focus,
a:focus {
    outline: none
}

.focus.focus-visible,
.focus:focus-visible,
a.focus-visible,
a:focus-visible {
    box-shadow: 0 0 0 4px rgba(255, 163, 131, .64) !important
}

.card {
    padding: 22px;
    background: #fff;
    background: var(--color-white);
    border-radius: 22px;
    box-shadow: 0 0 transparent, 0 0 transparent, 0 1px 2px 0 rgba(0, 0, 0, .05);
    box-shadow: var(--shadow-0)
}

.modal-enter-active,
.modal-leave-active {
    transition: opacity .2s
}

    .modal-enter-active .base-modal__main,
    .modal-leave-active .base-modal__main {
        transition: transform .2s
    }

.modal-enter,
.modal-leave-to {
    opacity: 0
}

    .modal-enter .base-modal__main,
    .modal-leave-to .base-modal__main {
        transform: scale(.97) translateY(-10px)
    }

@-webkit-keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    to {
        background-position: 468px 0
    }
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    to {
        background-position: 468px 0
    }
}

.phone-frame {
    position: relative;
    flex-shrink: 0;
    align-self: center;
    max-width: 320px;
    display: flex;
    border-radius: 38px;
    overflow: hidden;
    box-shadow: 0 0 2px 2px #c8cacb, 0 0 0 6px #e2e3e4, 0 0 transparent, 0 0 transparent, 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
    box-shadow: 0 0 2px 2px #c8cacb, 0 0 0 6px #e2e3e4, var(--shadow-3);
    border: 10px solid #222
}

    .phone-frame:before {
        z-index: 1;
        top: 0;
        height: 22px;
        width: 50%;
        border-radius: 0 0 20px 20px;
        background: #222
    }

    .phone-frame:after,
    .phone-frame:before {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%)
    }

    .phone-frame:after {
        z-index: 2;
        top: 6px;
        height: 4px;
        width: 24%;
        border-radius: 2px;
        background: #4a4a4a
    }

    .phone-frame img {
        -o-object-fit: contain;
        object-fit: contain;
        height: 100%
    }

.tooltip {
    display: block !important;
    z-index: 10000
}

    .tooltip .tooltip-inner {
        background: #000;
        color: #fff;
        border-radius: 4px;
        font-size: 12px;
        padding: 5px 10px 4px
    }

    .tooltip .tooltip-arrow {
        width: 0;
        height: 0;
        border-style: solid;
        position: absolute;
        margin: 5px;
        border-color: #000;
        z-index: 1
    }

    .tooltip[x-placement^=top] {
        margin-bottom: 5px
    }

        .tooltip[x-placement^=top] .tooltip-arrow {
            border-width: 5px 5px 0;
            border-left-color: transparent !important;
            border-right-color: transparent !important;
            border-bottom-color: transparent !important;
            bottom: -5px;
            left: calc(50% - 5px);
            margin-top: 0;
            margin-bottom: 0
        }

    .tooltip[x-placement^=bottom] {
        margin-top: 5px
    }

        .tooltip[x-placement^=bottom] .tooltip-arrow {
            border-width: 0 5px 5px;
            border-left-color: transparent !important;
            border-right-color: transparent !important;
            border-top-color: transparent !important;
            top: -5px;
            left: calc(50% - 5px);
            margin-top: 0;
            margin-bottom: 0
        }

    .tooltip[x-placement^=right] {
        margin-left: 5px
    }

        .tooltip[x-placement^=right] .tooltip-arrow {
            border-width: 5px 5px 5px 0;
            border-left-color: transparent !important;
            border-top-color: transparent !important;
            border-bottom-color: transparent !important;
            left: -5px;
            top: calc(50% - 5px);
            margin-left: 0;
            margin-right: 0
        }

    .tooltip[x-placement^=left] {
        margin-right: 5px
    }

        .tooltip[x-placement^=left] .tooltip-arrow {
            border-width: 5px 0 5px 5px;
            border-top-color: transparent !important;
            border-right-color: transparent !important;
            border-bottom-color: transparent !important;
            right: -5px;
            top: calc(50% - 5px);
            margin-left: 0;
            margin-right: 0
        }

    .tooltip.popover .popover-inner {
        background: #f9f9f9;
        color: #000;
        padding: 24px;
        border-radius: 5px;
        box-shadow: 0 5px 30px rgba(0, 0, 0, .1)
    }

    .tooltip.popover .popover-arrow {
        border-color: #f9f9f9
    }

    .tooltip[aria-hidden=true] {
        visibility: hidden;
        opacity: 0;
        transition: opacity .15s, visibility .15s
    }

    .tooltip[aria-hidden=false] {
        visibility: visible;
        opacity: 1;
        transition: opacity .15s
    }

.ripple:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -35px 0 0 -35px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    background: #f7906c;
    background: var(--primary-color)
}

.ripple._clicked:after {
    -webkit-animation: anim-effect-boris .35s forwards;
    animation: anim-effect-boris .35s forwards
}

@-webkit-keyframes anim-effect-boris {
    0% {
        transform: scale3d(.3, .3, 1)
    }

    25%, 50% {
        opacity: .08
    }

    to {
        opacity: 0;
        transform: scale3d(1.2, 1.2, 1)
    }
}

@keyframes anim-effect-boris {
    0% {
        transform: scale3d(.3, .3, 1)
    }

    25%, 50% {
        opacity: .08
    }

    to {
        opacity: 0;
        transform: scale3d(1.2, 1.2, 1)
    }
}

._expand-clickable:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    opacity: 0
}

.nuxt-progress {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    width: 0;
    opacity: 1;
    transition: width .1s, opacity .4s;
    background-color: #ff9a76;
    z-index: 999999
}

    .nuxt-progress.nuxt-progress-notransition {
        transition: none
    }

.nuxt-progress-failed {
    background-color: red
}

.place {
    flex-grow: 1;
    display: flex;
    flex-direction: column
}

    .place .focus.focus-visible,
    .place .focus:focus-visible,
    .place a.focus-visible,
    .place a:focus-visible {
        box-shadow: 0 0 0 4px var(--primary-color-4) !important
    }

    .place .wrapper {
        width: 100%;
        /*max-width: 560px*/
    }

.place-body {
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.place-header {
    overflow: hidden;
    height: 162px;
    position: relative
}

    .place-header .wrapper {
        height: 100%;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center
    }

.place-header__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center 0
}

.place-header__logo {
    display: flex;
    padding: 18px;
    background: #071a3a;
    margin-top: -42px;
    position: relative;
    border-radius: 100%;
    width: 150px;
    overflow: hidden;
    box-shadow: var(--shadow-2)
}

    .place-header__logo._logo {
        padding: 0;
        background: transparent
    }

    .place-header__logo img {
        max-height: 100%
    }

.place-header .place-header__actions {
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 2;
    right: 16px;
    bottom: 42px
}

.place-header .place-header__actions__button {
    text-shadow: 0 2px 3px rgba(0, 0, 0, .46);
    color: var(--color-white)
}

.place-header .place-header__actions__locale-switcher {
    margin-left: 8px
}

.place-content {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    flex-grow: 1;
    position: relative;
    padding-top: 24px;
    padding-bottom: 0;
    background: var(--color-white);
    border-radius: 24px 24px 0 0;
    margin-top: -32px;
    box-shadow: var(--light-shadow)
}

.place-content__footer {
    font-size: 12px;
    margin-top: auto;
    padding-bottom: 16px;
    padding-top: 16px;
    text-align: center;
    color: var(--dark-gray-color-5)
}

.place-title {
    margin: 0 0 4px;
    font-weight: 400
}

.place-info {
    flex-wrap: wrap;
    font-size: 14px;
    color: #989898;
    margin-top: 4px
}

.place-info,
.place-info__block {
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px
}

    .place-info__block:not(:last-child) {
        margin-right: 12px
    }

    .place-info__block svg {
        flex-shrink: 0;
        margin-right: 4px
    }

.place-order {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 5;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 54px;
    color: var(--color-white);
    font-weight: 500;
    background: var(--primary-color);
    border: none;
    border-radius: 24px 24px 0 0
}

.locale-switcher {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid var(--color-white);
    border-radius: 6px;
    padding: 2px 22px 2px 6px;
    box-shadow: var(--shadow-2);
    background: var(--color-white) url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.054 4.612a.447.447 0 00.268-.114L8.897 1.28A.447.447 0 108.3.615l-3.277 2.95L1.746.615a.447.447 0 10-.598.665l3.576 3.218a.447.447 0 00.33.114z' fill='%23423c3c' stroke='%23423c3c' stroke-width='.4'/%3E%3C/svg%3E") no-repeat calc(100% - 8px) 9px;
    background-size: 12px
}

    .locale-switcher,
    .locale-switcher option {
        text-transform: capitalize
    }

        .locale-switcher._dark {
            background-color: transparent;
            background-position: calc(100% - 8px) 8px;
            box-shadow: none;
            color: var(--dark-gray-color-firm);
            border-color: var(--dark-gray-color-firm)
        }

.cafe-list {
    padding-bottom: 24px
}

.menu-list {
    position: relative
}

    .menu-list .base-scrollbar {
        position: relative;
        display: flex;
        align-items: center;
        overflow-x: auto;
        padding: 4px 22px 16px 0
    }

._admin .menu-list .base-scrollbar {
    padding-bottom: 40px
}

.menu-list__item:not(:last-child) {
    margin-right: 8px
}

.menu-list__item .admin-item-add-button {
    width: 24px;
    height: 24px
}

    .menu-list__item .admin-item-add-button svg {
        width: 16px;
        height: 16px
    }

.menu {
    display: flex;
    align-items: center;
    border-radius: 32px;
    position: relative;
    justify-content: center
}

    .menu:not(:last-child) {
        margin-right: 10px
    }

.menu__button {
    cursor: pointer;
    background: var(--color-white);
    border: 3px solid var(--primary-color);
    border-radius: 32px;
    padding: 5px 10px 4px;
    color: var(--primary-color);
    font-weight: 500;
    white-space: nowrap;
    transition: background .25s, color .25s;
    display: flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    align-items: center
}

    ._selected .menu__button,
    .menu__button:hover {
        background: var(--primary-color);
        color: var(--color-white)
    }

.menu._admin .menu__button {
    text-align: center;
    justify-content: center;
    min-width: 86px
}

.menu-item-search {
    display: flex;
    flex-direction: column
}

.menu-item-search-result {
    padding-bottom: 24px;
    margin-bottom: 32px;
    border-bottom: 1px solid #efefef
}

.menu-item-search-result__empty {
    color: #676767
}

.menu-item-search-result .h2 {
    margin-top: 0
}

.menu-item-search-result p {
    margin: 0
}

.menu-item-search-result .dish:not(:last-child) {
    margin-bottom: 56px
}

.menu-item-search-form {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 64px;
    margin-bottom: 16px
}

    .menu-item-search-form .menu-item-search-form-button {
        position: absolute;
        top: 4px;
        right: 6px;
        margin-left: 16px;
        border-radius: 100%;
        padding: 8px;
        box-shadow: var(--shadow-1);
        transition: box-shadow .25s
    }

        .menu-item-search-form .menu-item-search-form-button:active {
            box-shadow: var(--shadow-0)
        }

.menu-item-search-form-field {
    position: relative;
    flex-grow: 1
}

.menu-item-search-form .base-form-input {
    border-radius: 32px
}

    .menu-item-search-form .base-form-input:focus {
        box-shadow: none !important;
        border-color: transparent !important
    }

    .menu-item-search-form .base-form-input::-moz-placeholder {
        font-size: 14px;
        color: var(--dark-gray-color-5)
    }

    .menu-item-search-form .base-form-input:-ms-input-placeholder {
        font-size: 14px;
        color: var(--dark-gray-color-5)
    }

    .menu-item-search-form .base-form-input::placeholder {
        font-size: 14px;
        color: var(--dark-gray-color-5)
    }

.base-form-input {
    display: block;
    width: 100%;
    background-color: var(--light-gray-color-4);
    border-radius: 8px;
    line-height: 1.4;
    font-size: 14px;
    padding: 10px 16px;
    box-sizing: border-box;
    outline: none;
    border: 2px solid transparent;
    transition: all .3s
}

    .base-form-input::-moz-placeholder {
        font-size: 14px;
        color: var(--dark-gray-color-5)
    }

    .base-form-input:-ms-input-placeholder {
        font-size: 14px;
        color: var(--dark-gray-color-5)
    }

    .base-form-input::placeholder {
        font-size: 14px;
        color: var(--dark-gray-color-5)
    }

    .base-form-input:disabled {
        border-color: var(--light-gray-color)
    }

.base-form-input--textrarea {
    resize: none
}

.base-form-input[type=color] {
    padding: 4px 8px;
    height: 43px
}

.round-button {
    position: relative;
    border: none;
    background: var(--color-white);
    border-radius: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, .18)
}

    .round-button svg {
        width: 20px;
        height: 20px
    }

    .round-button:after {
        background: hsla(0, 0%, 100%, .2)
    }

.category-list {
    display: flex;
    flex-direction: column
}

    .category-list > .h2 {
        text-align: center;
        margin: 0 0 16px
    }

.category-list__item:not(:last-child) {
    margin-bottom: 16px
}

.category-item {
    position: relative;
    width: 100%;
    height: 140px
}

.category-item__link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 16px;
    width: 100%;
    height: 100%;
    color: #071a3a;
    border-radius: 26px;
    background-size: cover;
    background-position: 50%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .category-item__link .h2 {
        position: relative;
        font-size: 28px;
        margin-top: 22px;
        letter-spacing: 1px
    }

    .category-item__link:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 26px;
        background: #e4e1d6;
        opacity: .4
    }
