html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

@font-face {
    font-family: 'Petit Formal';
    src: url("/fonts/PetitFormalScript-Regular.otf");
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}
.orders{
    text-align: center;
}
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
}




: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%)
}

::-moz-selection {
    background: #ff9a76 !important;
    background: var(--color-primary-1) !important;
    color: #fff !important;
    color: var(--color-white) !important
}

::selection {
    background: #ff9a76 !important;
    background: var(--color-primary-1) !important;
    color: #fff !important;
    color: var(--color-white) !important
}

:root {
    --color-white: #fff;
    --color-black: #000;
    --color-red: #ff5722;
    --color-warning: #ff9800;
    --color-primary: #f7906c;
    --color-primary-1: #ff9a76;
    --color-primary-4: #fde8db;
    --color-primary-5: #fff3eb;
    --color-text: #4c4c4c;
    --color-gray-text: #bababa;
    --color-gray-stroke: #d2d2d2;
    --color-gray-hover: #f2f2f2;
    --color-gray-bg: #fafafa;
    --shadow-regular: 0 0.0625rem 0.375rem rgba(0, 0, 0, 0.2);
    --shadow-light: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.05)
}

*, :after, :before {
    box-sizing: border-box
}

body, html {
    color: #4c4c4c;
    color: var(--color-text);
    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 #fafafa;
    scrollbar-color: var(--color-gray-stroke) var(--color-gray-bg);
    scrollbar-width: thin
}

body::-webkit-scrollbar {
    height: 10px;
    width: 10px
}

body::-webkit-scrollbar-track {
    width: 10px;
    background: #fafafa;
    background: var(--color-gray-bg)
}

body::-webkit-scrollbar-thumb {
    width: 10px;
    background: #d2d2d2;
    background: var(--color-gray-stroke);
    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: #4c4c4c;
    color: var(--color-text);
    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(--color-primary)
}

.link:hover {
    color: #ff9a76;
    color: var(--color-primary-1)
}

#__layout {
    min-height: 100vh;
    background: #fafafa;
    background: var(--color-gray-bg);
    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: #fafafa;
    background: var(--color-gray-bg);
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

.base-scrollbar {
    overflow-y: auto;
    position: relative;
    height: 100%;
    scrollbar-color: #bababa #fafafa;
    scrollbar-color: var(--color-gray-text) var(--color-gray-bg);
    scrollbar-width: thin
}

.base-scrollbar::-webkit-scrollbar {
    height: 4px;
    width: 4px
}

.base-scrollbar::-webkit-scrollbar-track {
    width: 4px;
    background: #fafafa;
    background: var(--color-gray-bg)
}

.base-scrollbar::-webkit-scrollbar-thumb {
    width: 4px;
    background: #bababa;
    background: var(--color-gray-text);
    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, #fff, hsla(0, 0%, 100%, 0) 0, #fff);
    background: linear-gradient(90deg, var(--color-white), hsla(0, 0%, 100%, 0) 0, var(--color-white))
}

html[dir=rtl] .right-fade:after {
    right: auto;
    left: 0;
    transform: rotateY(180deg)
}

.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 #4c4c4c;
    border: 10px solid var(--color-text)
}

.phone-frame:before {
    z-index: 1;
    top: 0;
    height: 22px;
    width: 50%;
    border-radius: 0 0 20px 20px;
    background: #4c4c4c;
    background: var(--color-text)
}

.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: #fafafa;
    background: var(--color-gray-bg);
    color: #000;
    padding: 24px;
    border-radius: 5px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, .1)
}

.tooltip.popover .popover-arrow {
    border-color: #fafafa;
    border-color: var(--color-gray-bg)
}

.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(--color-primary)
}

.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;
    color: var(--color-text)
}

.place._theme-dark {
    --color-white: #181818;
    --color-black: #dedede;
    --color-red: #df7554;
    --color-text: #c9c9c9;
    --color-gray-text: #676767;
    --color-gray-stroke: #525252;
    --color-gray-hover: #252424;
    --color-gray-bg: #1e1e1e;
    --shadow-regular: 0 0.0625rem 0.375rem hsla(0, 0%, 100%, 0.2);
    --shadow-light: 0 0.125rem 0.25rem hsla(0, 0%, 100%, 0.05)
}

.place .focus.focus-visible, .place .focus:focus-visible, .place a.focus-visible, .place a:focus-visible {
    box-shadow: 0 0 0 4px var(--color-primary-4) !important
}

.place .wrapper {
    width: 100%;
    /*max-width: 560px*/
}

.place-body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    background: var(--color-gray-bg)
}

.place-header {
    overflow: hidden;
    height: 162px;
    position: relative
}

.place-header__main {
    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: cover;
    background-position: 50%
}

.place-header__logo {
    display: flex;
    padding: 18px;
    background: var(--color-white);
    margin-top: -42px;
    position: relative;
    border-radius: 100%;
    width: 82px;
    height: 82px;
    overflow: hidden;
    box-shadow: var(--shadow-2)
}
.category-item-margin{
  margin-bottom: 10px;
}
.place-header__logo._logo {
    padding: 0;
    background: white;
}

.place-header__logo img {
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.place-header__actions {
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 42px;
    grid-gap: 0 8px;
    gap: 0 8px
}

html[dir=rtl] .place-header__actions {
    right: auto;
    left: 16px
}

.place-header__actions__button {
    text-shadow: 0 2px 3px rgba(0, 0, 0, .46);
    color: var(--color-white)
}

.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(--shadow-light)
}

.place-content__footer {
    font-size: 12px;
    margin-top: auto;
    padding-bottom: 16px;
    padding-top: 16px;
    text-align: center;
    color: var(--color-gray-text)
}

.place-title {
    margin: 0 0 4px;
    font-weight: 400;
    font-family: 'Times New Roman', "sans-serif";
    font-style: italic;
    text-align: center;
    color: var(--color-black)
}

.place-title__actions .icon-button {
    color: var(--color-text)
}

html[dir=rtl] .place-title__actions .icon-button {
    transform: rotateY(180deg)
}

.place-info {
    margin-bottom: 8px;
    font-size: 14px;
    color: #989898;
    margin-top: 4px
}

.place-info__address {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap
}

.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-info__description {
    display: flex;
    flex-direction: column;
    grid-gap: 8px 0;
    gap: 8px 0
}

.place-info__description p {
    margin: 0
}

.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(--color-primary);
    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);
    text-transform: capitalize;
    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
}

html[dir=rtl] .locale-switcher {
    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 8px 9px;
    background-size: 12px;
    padding-left: 22px;
    padding-right: 6px
}

.locale-switcher option {
    text-transform: capitalize
}

.locale-switcher._dark {
    background-color: transparent;
    background-position: calc(100% - 8px) 8px;
    box-shadow: none;
    color: var(--color-text);
    border-color: var(--color-text)
}

.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;
    grid-gap: 0 8px;
    gap: 0 8px
}

._admin .menu-list .base-scrollbar {
    padding-bottom: 40px
}

html[dir=rtl] .menu-list .base-scrollbar {
    padding-left: 22px;
    padding-right: 0
}

.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(--color-primary);
    border-radius: 32px;
    padding: 5px 10px 4px;
    color: var(--color-primary);
    font-weight: 600;
    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(--color-primary);
    color: var(--color-white)
}

._not-visible .menu__button {
    opacity: .4
}

.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 var(--color-gray-hover)
}

.menu-item-search-result__empty {
    color: var(--color-gray-text)
}

.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;
    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)
}

html[dir=rtl] .menu-item-search-form .menu-item-search-form-button {
    right: auto;
    left: 6px
}

.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(--color-gray-text)
}

.menu-item-search-form .base-form-input:-ms-input-placeholder {
    font-size: 14px;
    color: var(--color-gray-text)
}

.menu-item-search-form .base-form-input::placeholder {
    font-size: 14px;
    color: var(--color-gray-text)
}

.base-form-input {
    display: block;
    width: 100%;
    background-color: var(--color-gray-bg);
    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(--color-gray-text)
}

.base-form-input:-ms-input-placeholder {
    font-size: 14px;
    color: var(--color-gray-text)
}

.base-form-input::placeholder {
    font-size: 14px;
    color: var(--color-gray-text)
}

.base-form-input:disabled {
    color: var(--color-gray-text)
}

.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;
    color: white;
}


.category-list__item:not(:last-child) {
    margin-bottom: 16px
}

.category-item {
    position: relative;

    width: 100%;
    aspect-ratio: 3/1;
    overflow: hidden
}

.category-item__link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 16px;
    width: 100%;
    height: 100%;
    color: #fff;
    border-radius: 26px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, .46);
    box-shadow: var(--shadow-1);
    background-size: cover;
    background-position: 50%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.category-item__link._not-visible {
    opacity: .4
}

.category-item__link .h2 {
    position: relative;
    font-size: 24px;
    margin-top: 20px;
    letter-spacing: 1px
}

@media (min-width: 420px) {
    .category-item__link .h2 {
        font-size: 28px
    }
}

.category-item__link:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 26px;
    background: #252525;
    opacity: .3
}
