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: 100% inherit;
  vertical-align: baseline; }

/* 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; }

.row:before, .row:after,
.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table; }

.row:after,
.clearfix:after {
  clear: both; }


.is-visible {
  display: block !important; }


.is-hidden {
  display: none !important; }


.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }


.truncate-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

html.noScroll {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: fixed; }

.tac {
  text-align: center; }

.no-margin {
  margin: 0; }

.pull-right {
  float: right !important; }

#bp-status {
  position: absolute;
  z-index: 1; }
  @media screen and (min-width: 40em) {
    #bp-status {
      z-index: 2; } }
  @media screen and (min-width: 64em) {
    #bp-status {
      z-index: 3; } }
  @media screen and (min-width: 75em) {
    #bp-status {
      z-index: 4; } }
  @media screen and (min-width: 90em) {
    #bp-status {
      z-index: 5; } }

.row {
  max-width: 123.75rem;
  margin-left: auto;
  margin-right: auto; }

.row.fit {
  position: relative; }

.row.scroll {
  white-space: nowrap;
  overflow-x: scroll; }

.item {
  display: inline-block;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.row.collapse > .column {
  padding-left: 0;
  padding-right: 0; }

.row .row {
  max-width: none; }

.row .row.collapse {
  margin-left: 0;
  margin-right: 0; }

.row.expanded {
  max-width: none; }

.row.expanded .row {
  margin-left: auto;
  margin-right: auto; }

.column {
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.row.fit {
  margin-left: -0.3125rem;
  margin-right: -0.3125rem; }

.column {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem; }

@media screen and (min-width: 40em) {
  .row.fit {
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
  .column {
    padding-left: 0.625rem;
    padding-right: 0.625rem; } }

.small-1 {
  width: 8.33333%; }

.small-2 {
  width: 16.66667%; }

.small-3 {
  width: 25%; }

.small-4 {
  width: 33.33333%; }

.small-5 {
  width: 41.66667%; }

.small-6 {
  width: 50%; }

.small-7 {
  width: 58.33333%; }

.small-8 {
  width: 66.66667%; }

.small-9 {
  width: 75%; }

.small-10 {
  width: 83.33333%; }

.small-11 {
  width: 91.66667%; }

.small-12 {
  width: 100%; }

.small-up-1 .column {
  float: left;
  width: 100%; }

.small-up-1 > .column:nth-of-type(1n) {
  clear: none; }

.small-up-1 > .column:nth-of-type(1n+1) {
  clear: both; }

.small-up-2 .column {
  float: left;
  width: 50%; }

.small-up-2 > .column:nth-of-type(1n) {
  clear: none; }

.small-up-2 > .column:nth-of-type(2n+1) {
  clear: both; }

.small-up-3 .column {
  float: left;
  width: 33.33333%; }

.small-up-3 > .column:nth-of-type(1n) {
  clear: none; }

.small-up-3 > .column:nth-of-type(3n+1) {
  clear: both; }

.small-up-4 .column {
  float: left;
  width: 25%; }

.small-up-4 > .column:nth-of-type(1n) {
  clear: none; }

.small-up-4 > .column:nth-of-type(4n+1) {
  clear: both; }

.small-up-5 .column {
  float: left;
  width: 20%; }

.small-up-5 > .column:nth-of-type(1n) {
  clear: none; }

.small-up-5 > .column:nth-of-type(5n+1) {
  clear: both; }

.small-up-6 .column {
  float: left;
  width: 16.66667%; }

.small-up-6 > .column:nth-of-type(1n) {
  clear: none; }

.small-up-6 > .column:nth-of-type(6n+1) {
  clear: both; }

.small-up-7 .column {
  float: left;
  width: 14.28571%; }

.small-up-7 > .column:nth-of-type(1n) {
  clear: none; }

.small-up-7 > .column:nth-of-type(7n+1) {
  clear: both; }

.small-up-8 .column {
  float: left;
  width: 12.5%; }

.small-up-8 > .column:nth-of-type(1n) {
  clear: none; }

.small-up-8 > .column:nth-of-type(8n+1) {
  clear: both; }

.small-up-9 .column {
  float: left;
  width: 11.11111%; }

.small-up-9 > .column:nth-of-type(1n) {
  clear: none; }

.small-up-9 > .column:nth-of-type(9n+1) {
  clear: both; }

.small-up-10 .column {
  float: left;
  width: 10%; }

.small-up-10 > .column:nth-of-type(1n) {
  clear: none; }

.small-up-10 > .column:nth-of-type(10n+1) {
  clear: both; }

.small-up-11 .column {
  float: left;
  width: 9.09091%; }

.small-up-11 > .column:nth-of-type(1n) {
  clear: none; }

.small-up-11 > .column:nth-of-type(11n+1) {
  clear: both; }

.small-up-12 .column {
  float: left;
  width: 8.33333%; }

.small-up-12 > .column:nth-of-type(1n) {
  clear: none; }

.small-up-12 > .column:nth-of-type(12n+1) {
  clear: both; }

@media screen and (min-width: 640px) {
  .medium-1 {
    width: 8.33333%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-6 {
    width: 50%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-12 {
    width: 100%; }
  .medium-up-1 .column {
    float: left;
    width: 100%; }
  .medium-up-1 > .column:nth-of-type(1n) {
    clear: none; }
  .medium-up-1 > .column:nth-of-type(1n+1) {
    clear: both; }
  .medium-up-2 .column {
    float: left;
    width: 50%; }
  .medium-up-2 > .column:nth-of-type(1n) {
    clear: none; }
  .medium-up-2 > .column:nth-of-type(2n+1) {
    clear: both; }
  .medium-up-3 .column {
    float: left;
    width: 33.33333%; }
  .medium-up-3 > .column:nth-of-type(1n) {
    clear: none; }
  .medium-up-3 > .column:nth-of-type(3n+1) {
    clear: both; }
  .medium-up-4 .column {
    float: left;
    width: 25%; }
  .medium-up-4 > .column:nth-of-type(1n) {
    clear: none; }
  .medium-up-4 > .column:nth-of-type(4n+1) {
    clear: both; }
  .medium-up-5 .column {
    float: left;
    width: 20%; }
  .medium-up-5 > .column:nth-of-type(1n) {
    clear: none; }
  .medium-up-5 > .column:nth-of-type(5n+1) {
    clear: both; }
  .medium-up-6 .column {
    float: left;
    width: 16.66667%; }
  .medium-up-6 > .column:nth-of-type(1n) {
    clear: none; }
  .medium-up-6 > .column:nth-of-type(6n+1) {
    clear: both; }
  .medium-up-7 .column {
    float: left;
    width: 14.28571%; }
  .medium-up-7 > .column:nth-of-type(1n) {
    clear: none; }
  .medium-up-7 > .column:nth-of-type(7n+1) {
    clear: both; }
  .medium-up-8 .column {
    float: left;
    width: 12.5%; }
  .medium-up-8 > .column:nth-of-type(1n) {
    clear: none; }
  .medium-up-8 > .column:nth-of-type(8n+1) {
    clear: both; }
  .medium-up-9 .column {
    float: left;
    width: 11.11111%; }
  .medium-up-9 > .column:nth-of-type(1n) {
    clear: none; }
  .medium-up-9 > .column:nth-of-type(9n+1) {
    clear: both; }
  .medium-up-10 .column {
    float: left;
    width: 10%; }
  .medium-up-10 > .column:nth-of-type(1n) {
    clear: none; }
  .medium-up-10 > .column:nth-of-type(10n+1) {
    clear: both; }
  .medium-up-11 .column {
    float: left;
    width: 9.09091%; }
  .medium-up-11 > .column:nth-of-type(1n) {
    clear: none; }
  .medium-up-11 > .column:nth-of-type(11n+1) {
    clear: both; }
  .medium-up-12 .column {
    float: left;
    width: 8.33333%; }
  .medium-up-12 > .column:nth-of-type(1n) {
    clear: none; }
  .medium-up-12 > .column:nth-of-type(12n+1) {
    clear: both; } }

@media screen and (min-width: 1024px) {
  .large-1 {
    width: 8.33333%; }
  .large-2 {
    width: 16.66667%; }
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.33333%; }
  .large-5 {
    width: 41.66667%; }
  .large-6 {
    width: 50%; }
  .large-7 {
    width: 58.33333%; }
  .large-8 {
    width: 66.66667%; }
  .large-9 {
    width: 75%; }
  .large-10 {
    width: 83.33333%; }
  .large-11 {
    width: 91.66667%; }
  .large-12 {
    width: 100%; }
  .large-up-1 .column {
    float: left;
    width: 100%; }
  .large-up-1 > .column:nth-of-type(1n) {
    clear: none; }
  .large-up-1 > .column:nth-of-type(1n+1) {
    clear: both; }
  .large-up-2 .column {
    float: left;
    width: 50%; }
  .large-up-2 > .column:nth-of-type(1n) {
    clear: none; }
  .large-up-2 > .column:nth-of-type(2n+1) {
    clear: both; }
  .large-up-3 .column {
    float: left;
    width: 33.33333%; }
  .large-up-3 > .column:nth-of-type(1n) {
    clear: none; }
  .large-up-3 > .column:nth-of-type(3n+1) {
    clear: both; }
  .large-up-4 .column {
    float: left;
    width: 25%; }
  .large-up-4 > .column:nth-of-type(1n) {
    clear: none; }
  .large-up-4 > .column:nth-of-type(4n+1) {
    clear: both; }
  .large-up-5 .column {
    float: left;
    width: 20%; }
  .large-up-5 > .column:nth-of-type(1n) {
    clear: none; }
  .large-up-5 > .column:nth-of-type(5n+1) {
    clear: both; }
  .large-up-6 .column {
    float: left;
    width: 16.66667%; }
  .large-up-6 > .column:nth-of-type(1n) {
    clear: none; }
  .large-up-6 > .column:nth-of-type(6n+1) {
    clear: both; }
  .large-up-7 .column {
    float: left;
    width: 14.28571%; }
  .large-up-7 > .column:nth-of-type(1n) {
    clear: none; }
  .large-up-7 > .column:nth-of-type(7n+1) {
    clear: both; }
  .large-up-8 .column {
    float: left;
    width: 12.5%; }
  .large-up-8 > .column:nth-of-type(1n) {
    clear: none; }
  .large-up-8 > .column:nth-of-type(8n+1) {
    clear: both; }
  .large-up-9 .column {
    float: left;
    width: 11.11111%; }
  .large-up-9 > .column:nth-of-type(1n) {
    clear: none; }
  .large-up-9 > .column:nth-of-type(9n+1) {
    clear: both; }
  .large-up-10 .column {
    float: left;
    width: 10%; }
  .large-up-10 > .column:nth-of-type(1n) {
    clear: none; }
  .large-up-10 > .column:nth-of-type(10n+1) {
    clear: both; }
  .large-up-11 .column {
    float: left;
    width: 9.09091%; }
  .large-up-11 > .column:nth-of-type(1n) {
    clear: none; }
  .large-up-11 > .column:nth-of-type(11n+1) {
    clear: both; }
  .large-up-12 .column {
    float: left;
    width: 8.33333%; }
  .large-up-12 > .column:nth-of-type(1n) {
    clear: none; }
  .large-up-12 > .column:nth-of-type(12n+1) {
    clear: both; } }

@media screen and (min-width: 1200px) {
  .xlarge-1 {
    width: 8.33333%; }
  .xlarge-2 {
    width: 16.66667%; }
  .xlarge-3 {
    width: 25%; }
  .xlarge-4 {
    width: 33.33333%; }
  .xlarge-5 {
    width: 41.66667%; }
  .xlarge-6 {
    width: 50%; }
  .xlarge-7 {
    width: 58.33333%; }
  .xlarge-8 {
    width: 66.66667%; }
  .xlarge-9 {
    width: 75%; }
  .xlarge-10 {
    width: 83.33333%; }
  .xlarge-11 {
    width: 91.66667%; }
  .xlarge-12 {
    width: 100%; }
  .xlarge-up-1 .column {
    float: left;
    width: 100%; }
  .xlarge-up-1 > .column:nth-of-type(1n) {
    clear: none; }
  .xlarge-up-1 > .column:nth-of-type(1n+1) {
    clear: both; }
  .xlarge-up-2 .column {
    float: left;
    width: 50%; }
  .xlarge-up-2 > .column:nth-of-type(1n) {
    clear: none; }
  .xlarge-up-2 > .column:nth-of-type(2n+1) {
    clear: both; }
  .xlarge-up-3 .column {
    float: left;
    width: 33.33333%; }
  .xlarge-up-3 > .column:nth-of-type(1n) {
    clear: none; }
  .xlarge-up-3 > .column:nth-of-type(3n+1) {
    clear: both; }
  .xlarge-up-4 .column {
    float: left;
    width: 25%; }
  .xlarge-up-4 > .column:nth-of-type(1n) {
    clear: none; }
  .xlarge-up-4 > .column:nth-of-type(4n+1) {
    clear: both; }
  .xlarge-up-5 .column {
    float: left;
    width: 20%; }
  .xlarge-up-5 > .column:nth-of-type(1n) {
    clear: none; }
  .xlarge-up-5 > .column:nth-of-type(5n+1) {
    clear: both; }
  .xlarge-up-6 .column {
    float: left;
    width: 16.66667%; }
  .xlarge-up-6 > .column:nth-of-type(1n) {
    clear: none; }
  .xlarge-up-6 > .column:nth-of-type(6n+1) {
    clear: both; }
  .xlarge-up-7 .column {
    float: left;
    width: 14.28571%; }
  .xlarge-up-7 > .column:nth-of-type(1n) {
    clear: none; }
  .xlarge-up-7 > .column:nth-of-type(7n+1) {
    clear: both; }
  .xlarge-up-8 .column {
    float: left;
    width: 12.5%; }
  .xlarge-up-8 > .column:nth-of-type(1n) {
    clear: none; }
  .xlarge-up-8 > .column:nth-of-type(8n+1) {
    clear: both; }
  .xlarge-up-9 .column {
    float: left;
    width: 11.11111%; }
  .xlarge-up-9 > .column:nth-of-type(1n) {
    clear: none; }
  .xlarge-up-9 > .column:nth-of-type(9n+1) {
    clear: both; }
  .xlarge-up-10 .column {
    float: left;
    width: 10%; }
  .xlarge-up-10 > .column:nth-of-type(1n) {
    clear: none; }
  .xlarge-up-10 > .column:nth-of-type(10n+1) {
    clear: both; }
  .xlarge-up-11 .column {
    float: left;
    width: 9.09091%; }
  .xlarge-up-11 > .column:nth-of-type(1n) {
    clear: none; }
  .xlarge-up-11 > .column:nth-of-type(11n+1) {
    clear: both; }
  .xlarge-up-12 .column {
    float: left;
    width: 8.33333%; }
  .xlarge-up-12 > .column:nth-of-type(1n) {
    clear: none; }
  .xlarge-up-12 > .column:nth-of-type(12n+1) {
    clear: both; } }

body {
  font-family: "Roboto", sans-serif;
  color: #fff; }

button {
  font-family: "Roboto", sans-serif;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer; }
  button:after {
    content: "";
    display: inline-block;
    vertical-align: top;
    height: 100%; }

.valign {
  display: table;
  width: 100%; }
  .valign > * {
    display: table-cell;
    vertical-align: middle; }

a {
  text-decoration: none; }

body {
  background-color: #242323; }

.global-wrapper {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto; }

.wrapper-orders > .row {
  padding-bottom: 20px;
  max-width: none; }

.header {
  width: 100%;
  background-color: #444;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: none;
  margin-bottom: 0.625rem; }
  .header-menu {
    width: 1.25rem;
    height: 1.25rem;
    margin-left: 0.9375rem;
    background: none;
    fill: #fff; }
  .header .valign {
    height: 80px; }
  .header .print {
    width: 1.875rem; }
  .header__to-treat .to-treat__column-label {
    font-size: 0.875rem;
    line-height: 1rem; }
  .header__to-treat .to-treat__column-value {
    font-size: 2.1875rem;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    color: #000; }
    .header__to-treat .to-treat__column-value .valign {
      height: 80px; }
  .header__clock {
    text-align: center;
    font-weight: bold;
    font-size: 1.25rem; }
    .header__clock .diem {
      font-size: 0.625rem;
      padding: 0 0.3125rem; }
  .header__panel {
    padding: 0 5px 5px; }
  .header__panel-buttons {
    padding: 5px 0 0; }
    .header__panel-buttons ul {
      display: block;
      text-align: right; }
      .header__panel-buttons ul li {
        display: inline-block; }
        .header__panel-buttons ul li a {
          background-color: #fff;
          display: inline-block;
          padding: 0 0.9375rem;
          height: 70px;
          color: #000;
          border-radius: 0.625rem;
          font-weight: bold;
          font-size: 0.875rem; }
          .header__panel-buttons ul li a .valign {
            height: 70px; }
  .header__connect {
    text-align: center; }
  .header__connection {
    width: 1.875rem;
    margin-right: 0.625rem;
    fill: #df1717; }
    .header__connection--active {
      fill: #79b200; }

.error-handler {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  opacity: 0;
  pointer-events: none; }
  .error-handler__overlay {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  .error-handler__wrapper {
    position: absolute;
    text-align: center;
    background-color: #fff;
    border-radius: 0.625rem;
    padding: 1.25rem;
    opacity: 0;
    color: #df1717;
    top: 0.625rem;
    left: 0.625rem;
    width: calc(100% - 20px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: bold;
    font-size: 1.5rem;
    word-break: break-all;
    max-height: calc(100vh - 164px);
    overflow: auto;
    -webkit-transition: ease-out all 0.4s;
    transition: ease-out all 0.4s; }
    .error-handler__wrapper a {
      border-radius: 0.625rem;
      display: inline-block;
      color: #fff;
      padding: 0.625rem 1.25rem;
      background: #df1717;
      font-size: 0.875rem; }
  .error-handler--active {
    display: block;
    opacity: 1;
    pointer-events: all;
    -webkit-transition: ease-out all 0.2s;
    transition: ease-out all 0.2s; }
    .error-handler--active .error-handler__wrapper {
      opacity: 1;
      top: 6.875rem; }
  .error-handler__content {
    padding-bottom: 1.25rem; }

.wrapper-orders {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center; }

.order > div {
  min-height: 100%; }

.order {
  display: inline-block;
  color: #000;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  border-radius: 2px;
  cursor: pointer;
  padding: 0;
  width: 100%;
  height: 100%; }
  .order__wrapper {
    height: 100%; }
  .order__scrollWrapper {
    height: 100%; }
  .order__header {
    padding: 0.625rem 0;
    color: #000; }
  .order__header-states {
    background-color: #202933;
    padding: 0.625rem;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .order__header-timer {
    color: #79b200;
    font-size: 1.125rem;
    font-weight: bold; }
    .order__header-timer--warn {
      color: #df1717; }
  .order__header-destinatin-icon {
    height: 1.5625rem;
    max-width: 1.5625rem;
    fill: #fff; }
  .order__ref {
    font-size: 0.875rem;
    line-height: 1rem;
    font-weight: bold;
    word-break: break-all;
    padding-bottom: 0.625rem;
    text-align: center; }
  .order__delivery-time {
    font-size: 0.9375rem;
    line-height: 1rem;
    margin-top: 0.625rem;
    text-align: center; }
  .order__customer-name, .order__order-id {
    font-size: 0.9375rem;
    text-align: center;
    font-weight: bold; }
  .order__order-id {
    line-height: 1.9; }
  .order__content {
    padding: 1.25rem 1.25rem;
    text-align: left;
    position: relative; }
    .order__content__longer {
      position: absolute;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      bottom: 0;
      padding: 0.625rem;
      text-align: center;
      width: 100%;
      background: #fff; }
    .order__content__longer > p {
      border-top: 1px solid;
      color: #3760c0;
      display: inline-block;
      font-size: 1.125rem;
      white-space: nowrap; }
    .order__content-parent {
      font-weight: bold;
      position: relative;
      margin-bottom: 0.625rem; }
    .order__content-child {
      padding-bottom: 0.3125rem;
      font-size: 0.75rem; }
      .order__content-child li {
        padding-bottom: 0.3125rem;
        padding-left: 2.1875rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: baseline;
            -ms-flex-align: baseline;
                align-items: baseline; }
    .order__content-label {
      display: inline-block;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      padding-bottom: 0.25rem; }
      .order__content-label-child {
        display: inline-block; }
    .order__content-quantity {
      display: inline-block;
      color: #3d8649;
      margin-right: 0.3125rem;
      width: 15px;
      text-align: right; }
      .order__content-quantity-child {
        display: inline-block;
        margin-right: 0.3125rem;
        border-radius: 0.125rem; }
  .order--finished {
    background-color: #d7dff2; }
    .order--finished .order__header {
      background-color: #3760c0; }
    .order--finished .order__content-quantity {
      color: #3760c0; }
  .order--validated {
    background-color: #e1ccdb; }
    .order--validated .order__header {
      background-color: #69004a; }
    .order--validated .order__content-quantity {
      color: #69004a; }
  .order--delivered {
    background-color: #dde3d6; }
    .order--delivered .order__header {
      background-color: #557230; }
    .order--delivered .order__content-quantity {
      color: #557230; }
  .order--canceled {
    background-color: #faccd7; }
    .order--canceled .order__header {
      background-color: #e60039; }
    .order--canceled .order__content-quantity {
      color: #e60039; }
  .order__panel {
    padding: 10px 0.625rem;
    position: absolute;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    bottom: 0; }
  .order__panel-button {
    width: 100%;
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
    padding: 0 20px 0 2.1875rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #fff;
    font-size: 0.875rem;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold; }
    .order__panel-button:after {
      display: none; }
    .order__panel-button .valign {
      height: 65px; }
      .order__panel-button .valign > div {
        height: 65px; }
    .order__panel-button svg {
      position: absolute;
      top: 50%;
      left: 5px;
      margin-top: -0.9375rem;
      width: 1.875rem;
      height: 1.875rem;
      fill: #fff; }

.active-order {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  min-width: 53.125rem;
  -webkit-transition: ease-out all 0.2s;
  transition: ease-out all 0.2s; }
  .active-order__overlay {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  .active-order__wrapper {
    position: absolute;
    width: 25%;
    min-width: 250px;
    left: -200px;
    top: 10vh;
    color: #df1717;
    text-align: center;
    height: 80vh;
    font-size: 1.5rem;
    padding: 0;
    -webkit-transition: ease-out all 0.5s;
    transition: ease-out all 0.5s; }
    .active-order__wrapper .small-3 {
      min-width: 300px; }
    .active-order__wrapper .order {
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
      .active-order__wrapper .order__header-destinatin-icon {
        height: 2.5rem;
        max-width: 2.5rem;
        color: white; }
      .active-order__wrapper .order__scrollWrapper {
        height: calc(100% - 172px);
        overflow: auto;
        position: absolute;
        width: 100%; }
      .active-order__wrapper .order__delivery-time {
        font-size: 1.125rem;
        line-height: 1.25rem;
        padding: 0.9375rem 0.625rem;
        margin-bottom: 0.9375rem; }
      .active-order__wrapper .order__customer-name {
        font-size: 1.125rem;
        text-align: center; }
      .active-order__wrapper .order__content-parent {
        font-size: 0.875rem; }
      .active-order__wrapper .order__content-child {
        font-size: 0.875rem;
        padding-bottom: 1.25rem; }
        .active-order__wrapper .order__content-child li {
          padding-bottom: 0.75rem; }
      .active-order__wrapper .order__content-quantity-child {
        margin-top: -1rem; }
      .active-order__wrapper .order__header-timer {
        padding: 0.625rem 0.625rem;
        font-size: 1.25rem; }
  .active-order__content {
    padding-bottom: 1.25rem; }
  .active-order__cross {
    position: absolute;
    right: -3.125rem;
    top: 2.625rem;
    width: 3.125rem;
    height: 3.125rem;
    background-color: white;
    opacity: 0; }
    .active-order__cross svg {
      width: 2.1875rem;
      position: relative;
      top: 0.4375rem;
      fill: #000; }
  .active-order--active {
    opacity: 1;
    pointer-events: all; }
    .active-order--active .active-order__wrapper {
      left: 0.625rem; }
    .active-order--active .active-order__cross {
      opacity: 1; }

.spinner {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99; }
  .spinner__animation {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
    margin-top: -50px;
    stroke: #fff; }

.popin-handler {
  position: fixed;
  top: 0;
  left: 0;
  height: 20%;
  width: 100%;
  z-index: 80;
  opacity: 0;
  pointer-events: none;
  margin: auto 0; }
  .popin-handler__overlay {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  .popin-handler__wrapper {
    position: absolute;
    text-align: center;
    background-color: #fff;
    border-radius: 0.625rem;
    padding: 1.25rem;
    opacity: 0;
    color: #000;
    top: 0.625rem;
    left: 0.625rem;
    width: calc(100% - 20px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: bold;
    font-size: 1.5rem;
    word-break: break-all;
    max-height: calc(100vh - 164px);
    overflow: auto;
    -webkit-transition: ease-out all 0.4s;
    transition: ease-out all 0.4s; }
    .popin-handler__wrapper a {
      border-radius: 0.625rem;
      display: inline-block;
      color: #fff;
      padding: 0.625rem 1.25rem;
      background: #79b200;
      font-size: 0.875rem;
      margin: 0 0.9375rem; }
  .popin-handler--active {
    display: block;
    opacity: 1;
    pointer-events: all;
    -webkit-transition: ease-out all 0.2s;
    transition: ease-out all 0.2s; }
    .popin-handler--active .popin-handler__wrapper {
      opacity: 1;
      top: 6.875rem; }
  .popin-handler__content {
    padding-bottom: 1.25rem; }

.swiperview-wrapper {
  width: 100%;
  height: calc(100% - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 0.625rem; }

.swiperview {
  width: 92%; }

.swiper-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 1px;
  width: 90%;
  height: 100%; }

.swiperview-title {
  margin-bottom: 0.3125rem;
  font-size: 1.125rem;
  font-family: "Roboto", sans-serif; }
  .swiperview-title .swiperview-title__orders-number {
    font-family: "Roboto", sans-serif;
    font-size: 1.5625rem; }

.swiperview-btn-swipper-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .swiperview-btn-swipper-prev button {
    width: 30px;
    background-color: transparent; }
  .swiperview-btn-swipper-prev__active {
    visibility: visible; }
  .swiperview-btn-swipper-prev__inactive {
    visibility: hidden; }

.swiperview-btn-swipper-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .swiperview-btn-swipper-next button {
    width: 30px;
    background-color: transparent; }
  .swiperview-btn-swipper-next__active {
    visibility: visible; }
  .swiperview-btn-swipper-next__inactive {
    visibility: hidden; }

.swiper-button-next {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.swiper-button-prev {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.swiper-container {
  height: 100%; }

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 2px;
  left: 0;
  top: 0; }

.swiper-pagination-progress {
  background: transparent; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #fff; }

@media (max-width: 640px) {
  .swiperview {
    width: 80%; } }

.menu__wrapper {
  width: 100%;
  height: calc(100% - 45px);
  position: absolute;
  background: none;
  top: 45px;
  pointer-events: none; }
  .menu__wrapper ul {
    padding-top: 20px;
    pointer-events: all; }
  .menu__wrapper li {
    padding: 0.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .menu__wrapper li button {
      background: none;
      font-size: 13px;
      text-transform: uppercase;
      color: #fff;
      cursor: pointer; }
    .menu__wrapper li span {
      margin-right: 0.4375rem; }
  .menu__wrapper li:hover {
    background-color: #3760c0; }

.menu__overlay {
  width: 100%;
  height: calc(100% - 45px);
  position: fixed;
  z-index: 101;
  background-color: rgba(0, 0, 0, 0.7);
  pointer-events: all; }

.menu__content {
  left: -270px;
  width: 250px;
  display: block;
  height: calc(100% - 45px);
  position: absolute;
  background: #202933;
  z-index: 103;
  -webkit-transition: ease-out all 0.5s;
  transition: ease-out all 0.5s; }
  .menu__content__active {
    -webkit-transition: ease-out all 0.5s;
    transition: ease-out all 0.5s;
    left: 0;
    width: 15.625rem;
    display: block;
    height: 100%;
    position: absolute;
    background: #202933;
    z-index: 103;
    -webkit-box-shadow: 10px 10px 5px rgba(8, 8, 8, 0.16);
            box-shadow: 10px 10px 5px rgba(8, 8, 8, 0.16); }

.menu-icon {
  color: #fff; }

/* @import "Pages/mapage"; */

/*# sourceMappingURL=main-a11d4270e2b84544a68d902b33f2799fe1149225.f864206309edf091297a.css.map*/