@font-face {
    font-family: 'Mercury114';
    src: url('fonts/font.eot');
    src: url('fonts/font.eot') format('embedded-opentype'),
        url('fonts/font.woff2') format('woff2'),
        url('fonts/font.woff') format('woff'),
        url('fonts/font.ttf') format('truetype'),
        url('fonts/font.svg#font') format('svg');
}

@font-face {
    font-family: 'Mori';
    src: url('fonts/font.eot');
    src: url('MoriGothicBold.ttf') format('truetype');
}

html,
body {
    font-family: 'Mercury114';
    margin: 0;
    padding: 0;
    background: #bcbcbc;
    color: #000;
}

#app {
    width: 1920px;
    height: 1080px;
    padding: 0;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

#app_table {
    width: 1920px;
    height: 1080px;
    padding: 0;
    display: flex;
    zoom: 0.66;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

#app_table #menuList2 {
    position: relative;
}
#app_table .item_cr {
    position: absolute !important;
    bottom: 2px;
    font-family: 'Mori';
    text-transform: none !important;
    font-size: 17px !important;
    width: 100%;
    justify-content: space-between !important;
    flex-flow: row;
    padding: 0 0 0px 0;
}

#app_table #menuList {
    display: flex;
    height: 934px;
    width: 1800px;
    flex-flow: row;
}

.menuList {
    display: flex;
    height: 1080px;
    width: 1920px;
    flex-flow: column;
    flex-wrap: wrap;
    padding: 30px 0 0 0;
    position: absolute;
}

#orderList {
    display: flex;
    height: 1020px;
    width: 1920px;
    padding: 30px;
    justify-content: end;
}

#app2 {
    display: flex;
    height: 144px;
    width: 2616px;
    justify-content: space-between;
}

.col {
    height: 100%;
}

.title {
    font-family: 'Mori';
    height: 50%;
    display: flex;
    line-height: 38px;
    margin: -4px 0 0 0;
    overflow: visible;
}

.col.header {
    text-transform: uppercase;
    font-size: 1.4em;
    padding: 0px 0 0 37px;
    flex-flow: column;
}

.col.menu {
    display: flex;
    justify-content: start;
    font-size: 146px;
    width: 1860px;
    position: relative;
}

#menuList .items {
    margin: 0 0 0 10px;
    height: 50%;
    overflow: visible;
}

#menuList .item {
    text-wrap: nowrap;
    white-space: nowrap;
    display: flex;
    margin: 9px 30px 5px 31px;
    font-size: 50px;
    text-transform: uppercase;
    justify-content: space-between;
    line-height: 48px;
    padding: 1px 3px 1px 3px;
    position: relative;
    width: 894px;
}

#slider .item .name {
    text-wrap: balance;
}

.item .price {
    margin: 0 10px 0 32px;
    display: flex;
    justify-content: space-between;
}

.item .price span:nth-child(2) {
    margin: 0 0 0 15px;
}

.orders .items .progress {
    position: absolute;
    background: #e501cf;
    height: 140px;
    z-index: 1;
    left: 0;
    top: 0;
    -webkit-transition: all 2.5s;
    -moz-transition: all 2.5s;
    -o-transition: all 2.5s;
    transition: all 2.5s;
}

.orders .item {
    opacity: 0;
    transition: 1s;
}

.orders .items .item {
    position: relative;
    margin: 0 20px 15px 0;
    white-space: nowrap;
    width: 280px;
    height: 140px;
}

.orders .items .item .name {
    position: absolute;
    z-index: 2;
    align-items: center;
    justify-content: center;
    width: -webkit-fill-available;
    justify-content: space-between;
    height: 140px;
    text-align: center;
    width: 100%;
}

.items .back {
    opacity: 0;
}

.orders .items .item .name span:nth-child(1) {
    text-align: center;
    line-height: 104px;
}

.orders .items .item .name span:nth-child(2) {
    padding: 0 0px 0 4px;
    width: 100%;
}

.orders .items {
    margin: 25px 20px 0 0;
    height: 132px;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.75em;
    width: 925px;
}

.name.muted {
    color: #888;
}

.title img {
    margin: 12px 0 0 0;
}

#app_table .menuList {
    flex-basis: auto;
    height: 100%;
    position: relative;
}

#app_table #menuList_1 {
    height: 345px;
}
#app_table #menuList_2 {
    height: 314px;
}
#app_table #menuList_3 {
    height: 324px;
}

#menuList_1 {
    width: 1840px !important;
}
#menuList_2 {}
#menuList_3 {}

#menuList_1 .col:nth-child(1) {
    padding: 0 !important;
}
#menuList_1 .col {
    font-size: 2.9em;
    padding: 0 0 0 90px;
    font-size: 43px;
}
#menuList_1 .col.header {
    font-size: 2.9em;
    padding: 0 0 0 90px;
    font-size: 43px;
}
#menuList_1 .title {
    line-height: 46px;
}
#menuList_1 .item {
    line-height: 43px;
}
#menuList_1 .item .price {
    margin: 0 0 0 80px;
}

#menuList_2 .col:nth-child(1) {
    padding: 0 !important;
}
#menuList_2 .col {
    font-size: 2.9em;
    padding: 0px 0 0 7px;
    font-size: 28px;
}
#menuList_2 .title {
    line-height: 52px;
}
#menuList_2 .item {
    line-height: 33px;
}
#menuList_2 .item .price {
    margin: 0 0 0 30px;
}
#menuList_2 .col.header {
    padding: 0 0 0 40px;
    font-size: 42px;
}

#menuList_2 .col:nth-child(1) {
    margin: 0;
}

#menuList_3 .col:nth-child(1) {
    padding: 0 !important;
}
#menuList_3 .col {
    font-size: 2.9em;
    padding: 0px 0 0 7px;
    font-size: 27px;
}
#menuList_3 .title {
    line-height: 52px;
}
#menuList_3 .item {
    line-height: 33px;
}
#menuList_3 .item .price {
    margin: 0 0 0 30px;
}
#menuList_3 .col.header {
    padding: 0 0 0 40px;
    font-size: 42px;
}

#menuList_3 .col:nth-child(1) {
    margin: 0;
}

.status-new span {
    color: #707070;
}
.orders .items .item:nth-last-child(-n+14) {}

#promoVideosBg {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 19;
    width: 3128px;
    height: 208px;
}
.videopromo {
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 0;
}

#videopromo1 { z-index: 21; }
#videopromo2 { z-index: 22; }
#videopromo3 { z-index: 23; }
#videopromo4 { z-index: 24; }

#video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 30;
}

#video_simach {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 30;
}

#videomarch {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 30;
}

#slider {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 3128px;
    height: 208px;
    overflow: hidden;
}

#slider .im {
    width: 1564px;
    height: 961px;
    background-position: center center;
    background-size: 2040px;
    position: absolute;
    color: #fff;
}

#slider .im:nth-child(1) {
    left: 0;
    top: -330px;
}
#slider .im:nth-child(2) {
    right: 0;
    bottom: 0;
}

#slider .im .content {
    width: 380px;
    position: absolute;
    bottom: calc(104px - 1em);
    left: 5%;
    font-size: 2em;
}

#slider .im .item {
    overflow: visible;
    line-height: 1.4em;
    display: flex;
    align-items: center;
}

.col.image {
    display: flex;
    justify-content: end;
    align-items: center;
    margin: 0 0 0 50px;
}

.item .back {}

.orders .items .item .back span:nth-child(1) {
    min-width: 50px;
}

.orders .items .item.white {
    color: #fff !important;
}

.dname {
    position: absolute;
    left: 0;
    width: 100%;
    top: 495px;
    color: #fff;
    padding: 1px 6px 4px 1px;
    border-radius: 3px;
    background: rgb(0 0 0 / 45%);
    font-size: 1.6em;
}

#slider .im .dname .item {
    max-width: 600px;
    min-width: 300px;
    text-align: center;
    justify-content: center;
    margin: 0 auto;
}

#app .sizeCont {
    margin: 3px 10px -3px 32px;
    display: flex;
    justify-content: space-between;
}
#app .catTitle {
    margin: 8px 0 20px 34px;
    top: -102px;
    left: -211px;
    font-size: 74px;
    z-index: 1;
    line-height: 100px;
}
#app_table .catTitle {
    font-size: 24px;
    margin: 30px 0 12px 0;
}

#app_table .catTitleMain {
    position: absolute;
    margin: 0 0 0 0px;
    top: 18px;
    left: -25px;
    font-size: 48px;
    z-index: 1;
    transform: scale(-1, -1) translate(100%) rotate(90deg);
    transform-origin: right;
    line-height: 15px;
    height: 30px;
    display: flex;
    align-items: end;
    text-align: right;
}
.item .price span {
    min-width: 24px;
    text-align: right;
}

#app_table .item .price span {
    min-width: 33px;
    text-align: right;
}

.sizeCont span {
    min-width: 65px;
    text-align: right;
    font-size: 50px;
}
.sizeCont span:nth-child(2) {
    margin: 0 0 0 15px;
}

.item i {
    font-style: normal;
    font-size: 39px;
    margin: 0px 0 0px 13px;
    display: inline-block;
    position: absolute;
    top: 0;
    opacity: 0.8;
}

#app_table #menuList .item {
    font-size: 23px;
    line-height: 23px;
    margin: 0px 0 1px 41px;
    max-width: 500px;
}

#app_table .sizeCont span {
    font-size: 15px;
    min-width: 33px;
}

#app_table .item i {
    font-size: 15px;
}
#app_table .itemfit {
    height: 100%;
}
#item_cr {
    position: absolute;
    bottom: 34px;
    display: flex;
}
.item_cr .flr {
    display: grid;
    grid-auto-flow: column;
    grid-gap: 38px;
    line-height: 20px;
}
.catTitleTop {
    margin: 0 0 14px 0 !important;
}

#app_table .sizeCont {
    margin: 38px 10px 0px 0;
    display: flex;
    justify-content: space-between;
}

.orderTitle {
    text-transform: uppercase;
    position: relative;
    font-size: 56px;
}
#ordersStartArrow {
    position: absolute;
    margin: 0 0 0 0px;
    top: 9px;
    left: 19px;
    background: url(media/lr.svg) top left no-repeat;
    width: 127px;
    height: 510px;
    background-size: contain;
    display: none;
}
#drinksArrow {
    position: absolute;
    margin: 0 0 0 0px;
    left: -24px;
    background: url(media/tr.svg) top left no-repeat;
    width: 100%;
    height: 22px;
}
#ordersNextArrow {
    position: absolute;
    margin: 0 0 0 0px;
    top: 5px;
    left: -100px;
    background: url(media/ar.svg) top left no-repeat;
    width: 86px;
    height: 11px;
    display: none;
}
#ordersStart {
    position: absolute;
    margin: 0 0 0 0px;
    top: -41px;
    left: -85px;
    font-size: 88px;
    z-index: 1;
    transform: scale(-1, -1) translate(100%) rotate(90deg);
    transform-origin: right;
    line-height: 15px;
    height: 90px;
    display: flex;
    align-items: end;
    text-align: right;
    text-transform: uppercase;
    display: none;
}
.showIfItems {
    opacity: 0;
}

.green.progress {
    background: #00ff21 !important;
}

.item.arrow {
    height: 28px;
    justify-content: end !important;
    margin-top: 10px !important;
}

.drinksTitle {
    position: absolute;
    right: 13px;
    top: -7px;
    font-size: 15px;
    padding: 0 0 0 10px;
    background: #b3b3b3;
}

.itemDesc {
    font-size: 16px;
    line-height: 17px;
    margin: 6px 0 4px 0;
}

#orders2 .item .name {
    font-size: 134px !important;
}
#orders2 .item .name span {
    text-align: center;
    line-height: 114px !important;
}

.bigtitleorder {
    font-size: 100px;
    margin: -12px 0 0 0;
}

#app_table .item_cr img {
    width: 100%;
}

#app_table #menuList,
#app_table #menuList .item,
#app_table #menuList2 .item,
#app_table #menuList3 .item,
#app_table .menuList,
#app_table .catTitleMain,
#app_table .catTitle,
#app_table .name span,
#app_table .price span,
#app_table img,
#app_table #menuList,
#app_table #menuList3,
#app_table .item_cr,
#app_table .item_cr * {
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}

#app_table.mini .menuList {
    width: 472px !important;
}

#app_table.mini #menuList .item {
    max-width: 414px;
}

#app_table.mini #menuList3 .item {
    max-width: 414px;
}

#app_table.mini #menuList2 .item {
    max-width: 380px !important;
}
#app_table.mini #menuList3 .item {
    max-width: 326px !important;
    margin: 0px 0 1px 0px;
}

#app_table.mini .catTitleMain {
    font-size: 37px;
    top: 17px;
    left: -25px;
}

#app_table.mini .catTitle,
#app_table.mini .name span,
#app_table.mini .price span {
    font-size: 23px;
}

#app_table.mini #menuList3 {
    width: 392px !important;
}

#app_table.mini .item_cr {
    padding: 0 0 28px 0;
}

#app_table.mini #menuList {
    height: 970px;
}

.order-panel {
    opacity: 1;
    position: absolute;
    z-index: 999;
    right: -536px;
    top: 0;
    width: 536px;
    height: 980px;
    background: #1D1D1B;
    color: #fff;
    padding: 50px 0px;
    -webkit-transition: all 1.5s 1.2s;
    -o-transition: all 1.5s 1.2s;
    transition: all 1.5s 1.2s;
    display: flex;
    flex-direction: column;
}

#app_table.mini .order-panel {
    right: 0;
}

.order-container {
    flex: 1;
    overflow-y: auto;
}
.order-panel .order-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.order-panel .placeholder-text {
    white-space: nowrap;
    text-align: center;
    color: #fff;
    font-size: 40px;
}
.order-panel .order-info {
    font-size: 40px;
    color: #fff;
    padding: 0 40px;
}
.order-panel .order-info-changed {
    animation: fadeIn 0.3s ease-out;
}
.order-panel .items-container {
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
}
.order-panel .items-container .order-item:nth-child(even) {
    background: #232323;
}
.order-panel .order-item {
    display: flex;
    height: 80px;
    padding: 14px 40px;
}
.order-panel .order-item-new {
    animation: slideIn 0.3s ease-out;
}
.order-panel .order-item-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-left: 15px;
}
.order-panel .order-item-name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 22px;
}
.order-panel .order-comment {
    color: #9b9b9b;
    font-size: 20px;
    margin: 2px 0 0 0;
}
.order-panel .order-item-price-info {
    margin-top: auto;
    display: flex;
    align-items: center;
    width: 100%;
}
.order-panel .price {
    flex: 1;
    text-align: left;
    font-size: 23px;
}
.order-panel .quantity {
    flex: 1;
    text-align: center;
    font-size: 23px;
}
.order-panel .quantity-changed {
    animation: scaleHighlight 0.2s ease;
}
.order-panel .total {
    flex: 1;
    text-align: right;
    font-size: 23px;
}
.order-panel .order-item-image {
    width: 100px;
    height: 100%;
    object-fit: cover;
    border-radius: 0.375rem;
    background-color: #e5e7eb;
}
.order-panel .image-loading {
    background-color: #e5e7eb;
}
.order-panel .order-total {
    margin-top: 1rem;
    font-weight: 0;
}
.order-panel .order-total-container {
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px 0;
}
.order-panel .order-total-details {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 40px;
}
.order-panel .order-total-details > span {
    font-size: 53px;
    position: absolute;
    right: 40px;
    bottom: 82px;
    line-height: 30px;
}
.order-panel .customer-changed {
    animation: fadeIn 0.3s ease-out;
}
.order-panel .order-total-final {
    text-align: right;
    font-size: 30px;
}
.order-panel .order-total-final-changed {
    animation: scaleHighlight 0.2s ease;
}
.order-panel .qr-container {
    height: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    background-color: #f9fafb;
    padding: 1rem;
}
.order-panel .qr-image {
    width: 140px;
    height: 140px;
}
.order-panel .spacer {
    height: 1rem;
}
.order-panel .loading-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f3f4f6;
    opacity: 0.75;
}
.order-panel .spinner {
    width: 3rem;
    height: 3rem;
    border: 4px solid #e5e7eb;
    border-top: 4px solid #3b82f6;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    to { transform: rotate(360deg); }
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes scaleHighlight {
    0% { transform: scale(1); color: inherit; }
    50% { transform: scale(1.2); color: #3b82f6; }
    100% { transform: scale(1); color: inherit; }
}
@keyframes slideIn {
    from { opacity: 0; transform: translateX(-20px); }
    to { opacity: 1; transform: translateX(0); }
}

.poditog {
    text-align: right;
    font-size: 28px;
    margin: 32px 40px 0 0;
}

.skidka {
    font-size: 32px;
    margin: 52px 0 0 0;
}
.client {
    font-size: 24px;
    margin: 12px 0 0 0;
}

.order-panel .order-item .order-item {
    padding: 0;
    width: 100%;
}

.ordinf {
    display: block;
    font-size: 20px;
    margin: 0 0 4px 0;
}