@charset "UTF-8";
/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.23, autoprefixer: v9.7.3) */
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-size: 100%;
  font: 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;
}

*, *:before, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

body {
  background-color: #f7fafc;
}

input {
  -webkit-appearance: none;
}

/* DEFAULTS */
h2, .header-2 {
  display: block;
  color: #364e65;
  font-family: Roboto;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 13px;
}

h5 {
  color: #364e65;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 7px;
}

.header-note {
  color: #90a8be;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
}

.header-sub {
  display: block;
  color: #364e65;
  font-family: Roboto;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 13px;
}

.header-sub.with-status {
  line-height: 40px;
}

b {
  font-weight: 700;
}

.owl-carousel .owl-item img {
  width: auto !important;
}

main {
  padding-top: 85px;
  min-height: 100vh;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.default-body {
  padding: 40px 90px 10px;
}

*::-webkit-scrollbar {
  height: 18px;
  border: 1px solid #e1e5ef;
  background-color: #ffffff;
}

*::-webkit-scrollbar-track {
  border: 1px solid #e1e5ef;
  background-color: #ffffff;
}

*::-webkit-scrollbar-thumb {
  border: 1px solid #e1e5ef;
  background-color: #f0f3f6;
}

*::-webkit-scrollbar-button:vertical:increment, *::-webkit-scrollbar-button:vertical:decrement {
  width: 18px;
  height: 18px;
  border: 1px solid #e1e5ef;
}

*::-webkit-scrollbar-button:vertical:decrement {
  background-image: url(../img/increment-2.png);
  background-position: center;
  background-size: 24px;
}

*::-webkit-scrollbar-button:vertical:increment {
  background-image: url(../img/decrement-2.png);
  background-position: center;
  background-size: 24px;
}

* {
  scrollbar-color: #f0f3f6 #fff;
}

/* HEADER */
header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 99;
  height: 85px;
  width: 100%;
  padding: 0 18px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  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;
  border-bottom: 1px solid #e1e5ef;
  background-color: #fff;
}

.menu__icon, .close__icon {
  width: 50px;
  height: 50px;
}

.mode {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  max-width: calc(100vw - 160px);
  overflow: hidden;
}

.mode__button {
  height: 50px;
  width: 230px;
  min-width: 160px;
  margin-left: 20px;
  background-color: transparent;
  color: #90a8be;
  border: 3px solid #90a8be;
  border-radius: 5px;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 12px;
  text-align: center;
}

.mode__button.active {
  background-color: #61bd54;
  color: #fff;
  border: none;
}

/* LOADER */
.loader-body {
  width: 100%;
  min-height: calc(100vh - 85px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.loader {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.loading-sequence {
  width: 900px;
  margin-bottom: 18px;
}

.loader__step {
  display: block;
  -webkit-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

.loader__step.succes {
  color: #90a8be;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 700;
  line-height: 33.33px;
  position: relative;
  padding-left: 40px;
}

.loader__step.succes::before {
  content: url(../img/succes.png);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 21px;
  width: 25px;
}

.loader__step.loading {
  color: #364e65;
  font-family: "Roboto";
  font-size: 60px;
  font-weight: 100;
  position: relative;
  margin: 20px 0;
  padding-left: 70px;
}

.loader__step.loading::before {
  content: url(../img/loading.png);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  height: 20px;
  width: 20px;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.loader__step.loading::after {
  content: "...";
}

.loader__step.wait {
  color: #364e65;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 33.33px;
}

@-webkit-keyframes fadeIn {
  0% {
    width: 20px;
    height: 20px;
    opacity: 0;
  }
  100% {
    width: 50px;
    height: 50px;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    width: 20px;
    height: 20px;
    opacity: 0;
  }
  100% {
    width: 50px;
    height: 50px;
    opacity: 1;
  }
}
.additional_buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.print-waybill-button, .print-sale-document {
  background-color: #364e65;
  padding: 25px 36px;
  color: #ffffff;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  margin: 0 16px 18px 0;
  border-radius: 6px;
  cursor: pointer;
}

.print-waybill-button:hover, .print-sale-document:hover {
  background-color: #2B3E50;
}

/* NOTES  */
.notes {
  width: 50%;
  padding: 40px 40px 40px 90px;
}

.new-notes {
  width: 50%;
  padding: 40px 90px 40px 40px;
}

.notes__small-header {
  color: #364e65;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 7px;
}

.new-note {
  width: 100%;
  height: 96px;
  border: 3px solid #e1e5ef;
  background-color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 43px;
}

.new-note__input {
  height: 100%;
  width: 100%;
  border: none;
  background-color: #fff;
  outline: none;
  padding: 22px 98px 22px 22px;
  color: #90a8be;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
}

.new-note__input::-webkit-input-placeholder {
  color: #90a8be;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
}

.new-note__input::-moz-placeholder {
  color: #90a8be;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
}

.new-note__input:-ms-input-placeholder {
  color: #90a8be;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
}

.new-note__input:-moz-placeholder {
  color: #90a8be;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
}

.new-note__submit {
  height: 100%;
  width: 90px;
  background-color: #90a8be;
  border: none;
  outline: none;
  margin-left: -90px;
  color: #ffffff;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 700;
  -webkit-appearance: none;
  border-radius: 0;
}

.note-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow-y: auto;
}

.statuses-container {
  display: none;
}

.note, .status {
  height: 96px;
  border: 1px solid #e1e5ef;
  background-color: #ffffff;
  padding: 0 37px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 20px 20px 0;
  border-radius: 5px;
}

.note__text, .status__text {
  color: #364e65;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
}

.modes-body {
  padding: 45px 90px 45px;
  min-height: calc(100vh - 85px);
  width: 100%;
}

.settings-menu {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-color: #fff;
  border-bottom: 1px solid #e1e5ef;
}

.settings-tab {
  padding: 40px 90px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #babfcc;
  background-color: #fff;
  border: 1px solid #e1e5ef;
  border-width: 0 1px 0 1px;
}

.settings-tab.active {
  background-color: #f7fafc;
  position: relative;
}

.settings-tab:last-child.active {
  border-width: 0px 2px 0 1px;
}

.settings-tab.active::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #f7fafc;
}

.settings-tab__title {
  color: #364e65;
  font-family: Roboto;
  font-size: 32px;
  font-weight: 500;
}

.settings-content {
  width: 100%;
  min-height: calc(100% - 199px);
  background-color: #f7fafc;
}

.notes-container {
  display: none;
}

.statuses {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 40px 90px;
}

.courier {
  padding: 40px 90px;
}

.couriers-add-number, .order-couriers {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.couriers-order {
  background-color: #ff790e;
  color: #ffffff;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 700;
  border-radius: 5px;
  border: none;
  outline: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 36px;
  cursor: pointer;
}

.couriers-container {
  display: none;
}

.tab-content.active {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.settings-tab__action {
  display: none;
}

.tab-mobile {
  display: none;
}

/* ORDER TYPES SELECTOR */
.orders-selector {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.order-type {
  height: 96px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid #e1e5ef;
  margin: 0 20px 20px 0;
}

.order-type__title {
  color: #364e65;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  margin: 0 20px;
}

.order-type-products {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin: 0 20px;
}

.order-type-products__number {
  color: #364e65;
  font-family: Roboto;
  font-size: 24px;
  font-weight: 400;
}

.order-type-products__text {
  color: #999;
  font-family: Roboto;
  font-size: 9px;
  font-weight: 400;
  margin-bottom: -9px;
  text-align: right;
}

/* ACTIONS */
.action-selector {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.action {
  height: 96px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid #e1e5ef;
  margin: 0 20px 20px 0;
}

.action__title {
  color: #364e65;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  margin: 0 40px;
}

.action__more {
  background-image: url("../img/down-pointer.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 96px;
  height: 96px;
  border-left: 1px solid #e1e5ef;
}

/* PREVIEW  ORDERS */
.preview-orders-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.preview-orders-nubmer {
  color: #ffffff;
  font-family: Roboto;
  font-size: 13px;
  font-weight: 400;
  padding: 6px 8px;
  margin: 0 0 13px 10px;
  border-radius: 6px;
}

.done-orders {
  background-color: #61bd54;
}

.missing-orders {
  background-color: #ed1c24;
}

.packed-orders {
  background-color: #ff790e;
}

.preview-order-slider {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-height: calc(100vh - 216px);
}

.mini-view .order-preview {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  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;
  width: 340px;
  background-color: white;
  border: 1px solid #e1e5ef;
  border-radius: 6px;
  padding: 18px 20px;
  margin: 0 20px 10px 0;
  min-height: 88px;
  max-height: 88px;
}

.mini-view .order-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0;
}

.mini-view .order-header__title {
  color: #364e65;
  font-family: Roboto;
  font-size: 18px;
  line-height: 21px;
}

.mini-view .order-header__status {
  color: #364e65;
  font-family: Roboto;
  font-size: 14px;
  line-height: 16px;
}

.mini-view .order-numbers {
  color: #364e65;
  font-family: Roboto;
  font-size: 32px;
  font-weight: 500;
}

.mini-view .order-preview.done {
  background-color: #cbe9c7;
}

.mini-view .order-preview.done .order-header__status {
  color: #61bd54;
}

.mini-view .order-preview.missing {
  background-color: #f68d91;
}

.mini-view .order-preview.missing .order-header__title, .order-preview.missing .order-numbers {
  color: white;
}

.mini-view .order-preview.missing .order-header__status {
  color: #ed1c24;
}

.mini-view .order-preview.packed {
  background-color: #ffddc3;
}

.mini-view .order-preview.packed .order-header__status {
  color: #ff790e;
}

.mini-view .order-header__worker {
  color: #364e65;
  display: inline-block;
}

.order-preview {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 422px;
  background-color: white;
  border: 1px solid #e1e5ef;
  border-radius: 6px;
  margin: 0 20px 10px 0;
  overflow: hidden;
  min-height: 100px;
}

.order-headline {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.order-header {
  -ms-flex-item-align: center;
  align-self: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 5px 16px;
  width: 100%;
}

.order-headline__title {
  color: #364e65;
  font-family: Roboto;
  font-size: 18px;
  line-height: 21px;
}

.order-tags__status {
  color: #364e65;
  font-family: Roboto;
  font-size: 14px;
  background-color: #f0f3f6;
  display: inline-block;
  padding: 8px;
  border-radius: 4px;
  margin: 4px 0;
}

.mini-view .order-tags__status {
  background-color: transparent;
  display: inline-block;
  padding: 0px;
  border-radius: 0px;
  margin: 0;
  color: #364e65;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
}

.order-numbers {
  color: #364e65;
  font-family: Roboto;
  font-size: 32px;
  font-weight: 500;
  margin-left: auto;
  margin-left: 4px;
}

.order-tags {
  margin-top: 5px;
}

.mini-view .order-tags {
  margin-top: 0px;
}

.mini-view .order-actions {
  display: none;
}

.order-actions {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-left: 1px solid #e1e5ef;
  background-color: white;
}

.order-actions__delivery {
  height: 50%;
  width: 49px;
  background-image: url("../img/delivery_mini.svg");
  background-position: center;
  background-repeat: no-repeat;
  border-bottom: 1px solid #e1e5ef;
  min-height: 49px;
  min-width: 49px;
}

.order-actions__note {
  height: 50%;
  width: 49px;
  background-image: url("../img/note_mini.svg");
  background-position: center;
  background-repeat: no-repeat;
  min-height: 49px;
  min-width: 49px;
}

.order-preview.done {
  background-color: #cbe9c7;
}

.order-preview.done .order-tags__status {
  background-color: #61bd54;
  color: white;
}

.order-preview.packing {
  background-color: #ffddc3;
}

.order-preview.packing .order-tags__status {
  background-color: #ff790e;
  color: white;
}

.order-preview.missing {
  background-color: #f68d91;
}

.order-preview.missing .order-headline__title, .order-preview.missing .order-numbers {
  color: white;
}

.mini-view .order-preview.missing .order-tags__status {
  background-color: transparent;
  color: #ed1c24;
}

.order-preview.done {
  background-color: #cbe9c7;
}

.mini-view .order-preview.done .order-tags__status {
  background-color: transparent;
  color: #61bd54;
}

.order-preview.packing {
  background-color: #ffddc3;
}

.mini-view .order-preview.packing .order-tags__status {
  background-color: transparent;
  color: #ff790e;
}

.order-preview.missing {
  background-color: #f68d91;
}

.order-preview.missing .order-headline__title, .order-preview.missing .order-numbers {
  color: white;
}

.order-preview.missing .order-tags__status {
  background-color: #ed1c24;
  color: white;
}

.order-tags__worker {
  background-color: #ffffff;
  display: inline-block;
  padding: 8px;
  color: #90a8be;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  border-radius: 4px;
  margin: 4px 0;
}

.mini-view .order-tags__worker {
  background-color: transparent;
  display: inline-block;
  padding: 0px;
  color: #364e65;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  border-radius: 0px;
  margin: 0;
}

/* ZBIORY */
.collecting-preview {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 422px;
  background-color: white;
  border: 1px solid #e1e5ef;
  border-radius: 6px;
  margin: 0 20px 10px 0;
  overflow: hidden;
  min-height: 100px;
}

.collecting-data {
  -ms-flex-item-align: center;
  align-self: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 5px 16px;
  width: 100%;
}

.collecting-actions {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-left: 1px solid #e1e5ef;
  background-color: white;
}

.collecting-actions__delivery {
  height: 50%;
  width: 49px;
  background-image: url("../img/delivery_mini.svg");
  background-position: center;
  background-repeat: no-repeat;
  border-bottom: 1px solid #e1e5ef;
  min-width: 49px;
  min-height: 49px;
}

.collecting-actions__note {
  height: 50%;
  width: 49px;
  background-image: url("../img/note_mini.svg");
  background-position: center;
  background-repeat: no-repeat;
  min-width: 49px;
  min-height: 49px;
}

.collecting-data span {
  color: #364e65;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 20.02px;
}

/* DOSTAWY */
.delivery-preview {
  width: 422px;
  background-color: white;
  border: 1px solid #e1e5ef;
  border-radius: 6px;
  margin: 0 20px 10px 0;
  overflow: hidden;
  min-height: 100px;
  padding: 5px 16px;
}

.delivery-preview span {
  color: #364e65;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 20.02px;
  display: block;
}

/* COLLECTING */
.order-collect {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 422px;
  background-color: white;
  border: 1px solid #e1e5ef;
  border-radius: 6px;
  margin: 0 20px 10px 0;
  overflow: hidden;
  min-height: 100px;
}

.order-collect.done .order-tags__status {
  background-color: #61bd54;
  color: white;
}

.order-collect.packing .order-tags__status {
  background-color: #ff790e;
  color: white;
}

.order-collect.missing .order-tags__status {
  background-color: #ed1c24;
  color: white;
}

.order-collect .order-tags__worker {
  color: #364e65;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  padding: 0;
}

/* MODES */
.modes-container, .actions-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 43px;
}

.mode-container, .action-container {
  height: 96px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-radius: 5px;
  margin: 20px 20px 0 0;
  border: 1px solid #e1e5ef;
  cursor: pointer;
  -webkit-box-sizing: unset;
  box-sizing: unset;
}

.mode-pin, .action-pin {
  height: 96px;
  width: 64px;
  background-color: #f7fafc;
  background-image: url(../img/pin.png);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: 0.2s ease background-color;
  -o-transition: 0.2s ease background-color;
  transition: 0.2s ease background-color;
  position: relative;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.mode-pin.pinned, .action-pin.pinned {
  background-color: #90a8be;
  background-image: url(../img/pin-pinned.png);
}

.mode-name, .action-name {
  height: 96px;
  background-color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 40px;
  border-left: 1px solid #e1e5ef;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.mode-name__text, .action-name__text {
  color: #364e65;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
}

.mode-pin:hover .mode-pin__tooltip, .action-pin:hover .action-pin__tooltip {
  display: block;
}

.mode-pin__tooltip, .action-pin__tooltip {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 247px;
  height: 39px;
  -webkit-box-shadow: 0 0 15px #d8e0e8;
  box-shadow: 0 0 15px #d8e0e8;
  border: 1px solid #e1e5ef;
  background-color: #f0f3f6;
  color: #364e65;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 39px;
  text-align: center;
  z-index: 999;
}

.mode-pin__tooltip::before, .action-pin__tooltip::before {
  content: "";
  position: absolute;
  top: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(../img/top.png);
  width: 28px;
  height: 9px;
}

/* EDYCJA PRODUKTU */
.edition-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.edition-headline {
  max-width: calc(100% - 540px);
}

.edition-headline__variant {
  color: #90a8be;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
}

.editions-settings {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.full-edition-button {
  height: 64px;
  border: 1px solid #e1e5ef;
  background-color: #ffffff;
  border-radius: 6px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.full-edition-button__icon {
  width: 64px;
  height: 64px;
  background-image: url("../img/edit.svg");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
  border-right: 1px solid #e1e5ef;
}

.full-edition-button__title {
  padding: 0 40px;
  font-family: "Nunito";
  color: #364e65;
  font-size: 18px;
  font-weight: 400;
}

.edition-save-button {
  height: 64px;
  background-color: #3392e3;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  margin-left: 20px;
}

.edition-save-button__title {
  padding: 0 40px;
  color: #ffffff;
  font-family: "Nunito";
  font-size: 18px;
  font-weight: 400;
}

.edition-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}

.specification {
  background-color: #ffffff;
  width: 500px;
  margin-top: 21px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

.specification::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 6px;
  z-index: 99;
  border: 1px solid #e1e5ef;
}

.specification tr {
  border: 1px solid #e1e5ef;
}

.specification tr td {
  width: 50%;
  word-break: break-all;
}

.specification tr td:first-child {
  color: #364e65;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  padding: 20px 10px 20px 20px;
}

.specification tr td:nth-child(2) {
  color: #364e65;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  padding: 20px 20px 20px 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.specification__additional-text {
  color: #90a8be;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  float: right;
}

.full-image {
  width: 742px;
  height: 742px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.full-image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.details {
  width: 452px;
  margin: 0 20px;
}

.details > section {
  margin-bottom: 20px;
}

.active-switcher {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #e1e5ef;
}

.active-switcher section {
  color: #ffffff;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  padding: 36px 0;
  color: #90a8be;
  background-color: white;
  width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.active-switcher .on.active {
  background-color: #61bd54;
  color: white;
}

.active-switcher .off.active {
  background-color: #ed1c24;
  color: white;
}

.input-holder {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.detail-input {
  width: calc(100% - 114px);
  height: 96px;
  border: 3px solid #e1e5ef;
  border-radius: 6px;
  background-color: #ffffff;
  outline: none;
  text-align: center;
  color: #364e65;
  font-family: Roboto;
  font-size: 32px;
  font-weight: 500;
  text-transform: uppercase;
}

.detail-input::-webkit-input-placeholder {
  color: #364e65;
  font-family: Roboto;
  font-size: 32px;
  font-weight: 500;
  text-transform: uppercase;
}

.detail-input::-moz-placeholder {
  color: #364e65;
  font-family: Roboto;
  font-size: 32px;
  font-weight: 500;
  text-transform: uppercase;
}

.detail-input:-ms-input-placeholder {
  color: #364e65;
  font-family: Roboto;
  font-size: 32px;
  font-weight: 500;
  text-transform: uppercase;
}

.detail-input:-moz-placeholder {
  color: #364e65;
  font-family: Roboto;
  font-size: 32px;
  font-weight: 500;
  text-transform: uppercase;
}

.edit-detail {
  width: 96px;
  height: 96px;
  border: 1px solid #e1e5ef;
  background-color: #ffffff;
  background-image: url("../img/edit.svg");
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 6px;
}

.edition-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/* START */
.start-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: calc(100vh - 85px);
}

.start__text {
  display: block;
  color: #364e65;
  font-family: Roboto;
  font-size: 60px;
  font-weight: 100;
  margin: 50px 0;
  text-align: center;
}

/* ZBIERANIE ZAMĂWNIEN */
.collecting-headline__note {
  color: #90a8be;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
}

.collecting-headline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.collecting-headline__sub-row {
  width: 100%;
}

.collecting-headline__text {
  margin-right: 30px;
}

.collecting-headline__sum-packed {
  font-size: 48px;
}

.collecting-headline-loader {
  display: flex;
  align-items: center;
  color: #53687c;
  font-family: Roboto;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 13px;
}

.collecting-headline-loader span {
  margin: 0 5px;
}

.collecting-headline-loader__icon {
  margin-right: 15px;
  width: 32px;
  min-width: 32px;
  height: 32px;
}

.order-status {
  display: inline-block;
  color: #364e65;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  border: 1px solid #ffffff;
  background-color: #f0f3f6;
  padding: 8px;
  margin: 0 8px;
}

.collecting-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 13px;
}

.collecting-save-button {
  height: 96px;
  background-color: #3392e3;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  margin-left: 20px;
}

.collecting-save-button__title {
  padding: 0 40px;
  color: #ffffff;
  font-family: "Nunito";
  font-size: 18px;
  font-weight: 400;
}

.order-recive-details {
  color: #90a8be;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
}

.colecting-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.colecting-data--wrap {
  flex-wrap: wrap;
}

.order-data-box-wrapper {
  display: flex;
  width: 100%;
}

@media screen and (max-width: 1024px) and (min-height: 769px), (max-width: 768px) {
  .order-data-box-wrapper {
    flex-wrap: wrap;
  }
}
.order-data-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 50%;
}

.order-data-box--desktop-margin {
  margin: 10px 0px;
}

.order-data-box--fullwidth {
  width: 100%;
  max-width: 100%;
}

.order-data-box.hide {
  max-width: 100%;
}

.deilvery-icon-box {
  height: 96px;
  width: 96px;
  min-width: 96px;
  min-height: 96px;
  background-color: white;
  background-image: url("../img/delivery.svg");
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 6px;
  border: 1px solid #e1e5ef;
}

.document-icon-box {
  height: 96px;
  width: 96px;
  min-width: 96px;
  min-height: 96px;
  background-color: white;
  background-image: url("../img/document.svg");
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 6px;
  border: 1px solid #e1e5ef;
}

.document2-icon-box {
  height: 96px;
  width: 96px;
  min-width: 96px;
  min-height: 96px;
  background-color: white;
  background-image: url("../img/document2.svg");
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 6px;
  border: 1px solid #e1e5ef;
}

.order-data-text {
  padding: 0 10px;
  margin-right: 10px;
}

.order-data-text span {
  display: block;
  color: #364e65;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.order-data-note {
  color: #90a8be;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  margin-top: 20px;
}

.collecting-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* WORK MODE */
.mode-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 27px;
}

.mode-header .order-data-text {
  margin-right: 0;
}

.mode-headline__note {
  color: #90a8be;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
}

.mode-settings {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.mode-settings__settings-button {
  width: 64px;
  height: 64px;
  border: 1px solid #e1e5ef;
  background-color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
}

.mode-settings__save-button {
  height: 64px;
  width: 131px;
  background-color: #3392e3;
  color: #ffffff;
  font-family: "Nunito";
  font-size: 18px;
  font-weight: 400;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  margin-left: 20px;
}

.done-view {
  max-width: 100%;
  overflow-y: auto;
}

.done-view__title {
  color: #364E65;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 12px;
}

.done-view::-webkit-scrollbar {
  height: 18px;
  border: 1px solid #e1e5ef;
  background-color: #ffffff;
}

.done-view::-webkit-scrollbar-track {
  border: 1px solid #e1e5ef;
  background-color: #ffffff;
}

.done-view::-webkit-scrollbar-thumb {
  border: 1px solid #e1e5ef;
  background-color: #f0f3f6;
}

.done-view::-webkit-scrollbar-button:horizontal:increment, .done-view::-webkit-scrollbar-button:horizontal:decrement {
  width: 18px;
  height: 18px;
  border: 1px solid #e1e5ef;
}

.done-view::-webkit-scrollbar-button:horizontal:decrement {
  background-image: url(../img/decrement.png);
  background-position: center;
  background-size: 24px;
}

.done-view::-webkit-scrollbar-button:horizontal:increment {
  background-image: url(../img/increment.png);
  background-position: center;
  background-size: 24px;
}

.in-progress-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.done-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-bottom: 10px;
}

.done-element {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px;
  height: 75px;
  border: 1px solid #f0f3f6;
  background-color: #ffffff;
  border-radius: 5px;
  min-width: 210px;
  margin-right: 18px;
}

.done-element--new {
  padding: 8px;
  height: 63px;
  justify-content: flex-start;
  gap: 16px;
}

.done-element__image-container {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.done-element__image-container img {
  max-height: 100%;
  max-width: 100%;
}

.done-description {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.done-description__title {
  display: block;
  height: 33px;
  width: 96px;
  color: #364e65;
  font-family: Roboto;
  font-size: 11px;
  font-weight: 400;
  word-break: break-all;
  overflow: hidden;
}

.done-description__title--new {
  display: block;
  color: #364e65;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  word-break: break-all;
  overflow: hidden;
  height: unset;
  width: unset;
}

.done-status {
  min-width: 96px;
  height: 21px;
  background-color: #f0f3f6;
  color: #364e65;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.in-progress-view {
  margin-top: 20px;
  max-width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  padding-bottom: 20px;
}

.in-progress-view__title {
  color: #364E65;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 12px;
}

.in-progress-view::-webkit-scrollbar {
  height: 32px;
  border: 1px solid #e1e5ef;
  background-color: #ffffff;
}

.in-progress-view::-webkit-scrollbar-track {
  border: 1px solid #e1e5ef;
  background-color: #ffffff;
}

.in-progress-view::-webkit-scrollbar-thumb {
  border: 1px solid #e1e5ef;
  background-color: #f0f3f6;
}

.in-progress-view::-webkit-scrollbar-button:horizontal:increment, .in-progress-view::-webkit-scrollbar-button:horizontal:decrement {
  width: 32px;
  height: 32px;
  border: 1px solid #e1e5ef;
}

.in-progress-view::-webkit-scrollbar-button:horizontal:decrement {
  background-image: url(../img/decrement.png);
  background-position: center;
}

.in-progress-view::-webkit-scrollbar-button:horizontal:increment {
  background-image: url(../img/increment.png);
  background-position: center;
}

.in-progress-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.in-progress-element {
  position: relative;
  width: 425px;
  /*height: 616px;*/
  min-width: 425px;
  /*min-height: 616px;*/
  border: 1px solid #f0f3f6;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 25px 20px;
  margin-right: 20px;
}

.in-progress-element__order-number {
  color: #364E65;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.in-progress-element.delivery-element {
  height: auto !important;
  min-height: auto !important;
}

.in-progress-status {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 119px;
  height: 48px;
  border: 1px solid #e1e5ef;
  background-color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  color: #364e65;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  z-index: 10;
}

.in-progress-status.succes {
  border: 3px solid #00a651;
}

.in-progress-status.succes::before {
  content: "";
  position: absolute;
  right: 100%;
  top: -3;
  height: 48px;
  width: 48px;
  background-color: #00a651;
  background-image: url("../img/succes-collecting.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
  border: 3px solid #00a651;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.in-progress-status.failure {
  border: 3px solid #ed1c24;
}

.in-progress-status.failure::before {
  content: "";
  position: absolute;
  right: 100%;
  top: -3;
  height: 48px;
  width: 48px;
  background-color: #ed1c24;
  background-image: url("../img/collecting-failure.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
  border: 3px solid #ed1c24;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.in-progress-status--big {
  font-size: 26px;
  font-weight: bold;
  width: auto;
  height: auto;
  padding: 10px 4px;
  display: flex;
  gap: 2px;
  align-items: baseline;
  max-width: 100%;
}

.in-progress-status__unit {
  font-size: 20px;
}

.in-progress-element__image-container {
  width: 385px;
  height: 385px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}

.in-progress-element__image-container img {
  max-width: 100%;
  max-height: 100%;
}

.in-progress-element__title {
  display: block;
  color: #364e65;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 16px;
}

.in-progress-tags {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 20px;
}

.in-progress-tags__tag {
  background-color: #f0f3f6;
  color: #364e65;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  padding: 6px 10px;
  margin-right: 10px;
}

.in-progress-data {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px solid #f0f3f6;
  margin-bottom: 20px;
}

.in-progress-data .quantity, .in-progress-data .price {
  width: 50%;
  min-height: 37px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #364e65;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.in-progress-data .quantity {
  border-right: 1px solid #f0f3f6;
}

.in-progress-data-alt {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f3f6;
  margin-bottom: 10px;
}

.in-progress-data-alt .quantity {
  color: #364e65;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
}

.in-progress-data-alt .localization {
  color: #364e65;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
}

.in-progress-ean {
  color: #90a8be;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.in-proggres-click {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background-color: transparent;
}

.localization-bar {
  margin-bottom: 10px;
}

.localization-bar--new .localization-row {
  margin-bottom: 8px;
}

.localization-row {
  display: flex;
  align-items: center;
}

.localization-bar__cell {
  width: 25%;
}

.localization-bar__cell--add {
  text-align: center;
}

.localization-bar__label {
  color: #364e65;
  font-family: Roboto;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  display: block;
}

.localization-bar__text {
  color: #364e65;
  font-family: Roboto;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  display: block;
}

.delivery-element .localization-bar {
  flex-wrap: wrap;
}

.localization-button-container {
  margin-top: 10px;
}

.localization-button {
  background-color: #ff790e;
  color: #ffffff;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 700;
  border-radius: 5px;
  border: none;
  outline: none;
  position: relative;
  z-index: 7;
  cursor: pointer;
  padding: 6px 12px;
}

.localization-bar--new {
  max-height: calc(100% - 130px);
  overflow: auto;
  margin-right: -20px;
  margin-top: 65px;
}

.localization-bar__add {
  height: 32px;
  width: 32px;
  line-height: 32px;
  text-align: center;
  background-color: #ff790e;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.localization-bar__add img {
  width: 12px;
  height: 12px;
}

.localization-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.96);
  z-index: 10;
  padding: 25px 20px;
  display: none;
}

/* PACKING */
.packing-body {
  padding: 40px 90px 10px;
  min-height: calc(100vh - 130px);
  width: 100%;
}

.packing-add {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 8;
  display: none;
}

.packing-add-container {
  position: relative;
  z-index: 8;
  height: 100%;
  width: 100%;
}

.packing-element.active .packing-add {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.packing-element.active .in-proggres-click {
  display: none;
}

.packing-add-all {
  z-index: 10;
  position: absolute;
  bottom: 55px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.packing-add-all__button {
  width: 182px;
  height: 96px;
  background-color: #ff790e;
  color: #ffffff;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 700;
  border-radius: 5px;
  border: none;
  outline: none;
  text-align: center;
}

.packing-add-number {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 10;
  position: absolute;
  top: 165px;
  left: 0;
  right: 0;
}

.packing-setings {
  height: 96px;
  width: 96px;
  background-color: white;
  background-image: url("../img/arrow-down.svg");
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 6px;
  border: 1px solid #e1e5ef;
  margin-left: 20px;
}

.packing-add-background {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  z-index: -1;
}

.mystic-number {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #364e65;
  font-family: Roboto;
  font-size: 32px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 13px 18px;
}

.mobile-done-status {
  min-width: 76px;
  padding: 4px 6px;
  display: none;
  background-color: #f0f3f6;
  border: 1px solid #e1e5ef;
  background-color: #ffffff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  color: #364e65;
  font-family: Roboto;
  font-size: 26px;
  font-weight: bold;
  z-index: 10;
  margin-top: -3px;
  align-self: baseline;
}

.packing-ready {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  display: none;
}

.packing-ready-container {
  position: relative;
  z-index: 8;
  height: 100%;
  width: 100%;
}

.packing-ready-background {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  z-index: -1;
}

.packing-ready-popup {
  position: absolute;
  top: 170px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.packing-ready-popup span {
  background-color: #edf5eb;
  border: 1px solid #61bd54;
  height: 64px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 38px;
  color: #364e65;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  border-radius: 4px;
}

.cancel-packing {
  width: 64px;
  height: 64px;
  background-color: #F04248;
  border: 1px solid #ED1D23;
  background-image: url("../img/cross.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 10px;
  border-radius: 4px;
}

/* POP UPY */
.popup-container {
  width: 100%;
  text-align: center;
  padding: 18px 0px;
  z-index: 999;
}

.popup-container span {
  display: inline-block;
  color: #364e65;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  padding: 18px 40px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.24);
  border-radius: 6px;
  margin: 0 15px;
  max-width: 480px;
}

.popup-container button {
  width: 100%;
  display: block;
  padding: 8px 12px;
  margin-top: 10px;
  border-radius: 8px;
  background-color: #f7fafc;
  outline: none;
  cursor: pointer;
  pointer-events: all;
}

.popup-container.collected span {
  background-color: #ffffff;
}

.popup-container.info span {
  background-color: #edf9fe;
  border: 1px solid #00aeef;
}

.popup-container.info button {
  border: 1px solid #00aeef;
}

.popup-container.failure span {
  background-color: #feeff0;
  border: 1px solid #eb1d26;
}

.popup-container.failure button {
  border: 1px solid #eb1d26;
}

.popup-container.succes span {
  background-color: #edf9f3;
  border: 1px solid #2db570;
}

.popup-container.succes button {
  border: 1px solid #2db570;
}

.popup-container button.height {
  margin-top: 30px;
}

.popup-container .with-image {
  display: flex;
  align-items: center;
  text-align: left;
}

.popup-container .product-icon {
  width: 64px;
  height: 64px;
  min-width: 64px;
  margin-right: 15px;
}

.popup-container.bold span {
  font-weight: bold;
}

/* MOBILE BAR */
.mobile-bar-container {
  height: 86px;
  width: 100%;
  padding: 0 18px;
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 990;
  background-color: #fff;
  border-top: 1px solid #e1e5ef;
}

.mobile-bar {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  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;
}

.mobile_bar__save-button {
  width: 131px;
  height: 48px;
  background-color: #3392e3;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  font-family: "Nunito";
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
}

.mobile_bar__accept-button {
  width: 83px;
  height: 48px;
  background-color: #3392e3;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
}

.mobile_bar__confirm-button {
  width: 83px;
  height: 48px;
  background-color: #61bd54;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
}

.mobile-bar__change-localization {
  width: 83px;
  height: 48px;
  background-color: #E1E5EF;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #364E65;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
}

.mobile-bar__center-container {
  display: flex;
}

.mobile_bar__code-bar-static, .mobile_bar__look {
  width: 48px;
  height: 48px;
  border: 1px solid #e1e5ef;
  background-color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  margin: 0 4px;
}

.mobile_bar__code-bar-static img, .mobile_bar__look img {
  max-width: 36px;
  max-height: 36px;
}

.mobile_bar__code-bar {
  width: 72px;
  height: 72px;
  border: 1px solid #e1e5ef;
  background-color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mobile-options {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.mobile-options__settings-button {
  width: 48px;
  height: 48px;
  border: 1px solid #e1e5ef;
  background-color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
}

.mobile-options__call {
  width: 48px;
  height: 48px;
  border: 1px solid #e1e5ef;
  background-color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  margin-left: 10px;
}

.mobile-bar__enter-ean {
  width: 83px;
  height: 48px;
  background-color: #E1E5EF;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #364E65;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
}

.mobile-options .mobile_bar__look {
  margin: 0 8px;
}

.mobile-bar__ligth-switch {
  width: 48px;
  height: 48px;
  border: 1px solid #e1e5ef;
  background-color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  margin: 0 4px;
}

.mobile-bar__scan {
  width: 131px;
  height: 48px;
  background-color: #3392e3;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  font-family: Roboto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
}

.mobile_bar__collect {
  width: 106px;
  height: 48px;
  background-color: #3392e3;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  font-family: Roboto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
}

/* POZOSTAĹE */
.quantity-input {
  width: 96px;
  height: 96px;
  border: 3px solid #e1e5ef;
  background-color: #ffffff;
  border-radius: 5px;
  text-align: center;
  color: #364e65;
  font-family: Roboto;
  font-size: 32px;
  font-weight: 500;
  outline: none;
}

.couriers-add-number .quantity-minus {
  margin-left: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity-minus, .quantity-plus {
  width: 96px;
  height: 96px;
  border: 3px solid #e1e5ef;
  background-color: #ffffff;
  color: #90a8be;
  font-family: Roboto;
  font-size: 32px;
  font-weight: 500;
  border-radius: 5px;
  margin: 0 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-holder .quantity-minus, .input-holder .quantity-plus {
  margin: 0;
}

.input-holder .quantity-input {
  width: calc(100% - 232px);
}

/* RETURNS */
.returns-body {
  padding: 40px 90px 0px;
  min-height: calc(100vh - 130px);
  width: 100%;
}

.returns-add {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 8;
  display: none;
}

.returns-element.active .returns-add {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.returns-element.active .in-proggres-click {
  display: none;
}

.returns-add-container {
  position: relative;
  z-index: 8;
  height: 100%;
  width: 100%;
}

.returns-add-background {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  z-index: -1;
}

.returns-add-action {
  position: absolute;
  bottom: 55px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.returns-add-action__button {
  width: 203px;
  height: 96px;
  background-color: #ff790e;
  color: #ffffff;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 700;
  border-radius: 5px;
  border: none;
  outline: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.returns-add-action__note {
  width: 96px;
  height: 96px;
  border: 1px solid #e1e5ef;
  background-color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  margin-right: 20px;
}

.returns-add-action__note img {
  display: block;
  width: 51px !important;
  height: 51px !important;
}

.returns-ready {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  display: none;
}

.returns-ready-container {
  position: relative;
  z-index: 8;
  height: 100%;
  width: 100%;
}

.returns-ready-background {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  z-index: -1;
}

.returns-ready-popup {
  position: absolute;
  top: 170px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 264px;
  height: 64px;
  border: 1px solid #61bd54;
  background-color: #edf5eb;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
}

.returns-ready-popup span {
  color: #364e65;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.returns-element.ready .returns-ready {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.returns-element.ready .in-proggres-click {
  display: none;
}

.packing-element.ready .packing-ready {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.packing-element.ready .in-proggres-click {
  display: none;
}

.delivery-element .in-progress-element__image-container {
  position: relative;
}

.delivery-element .in-progress-element__image-container .in-progress-status {
  top: 0px;
  right: 0px;
  z-index: 8;
}

.in-progress-element.delivery-element .packing-quantities-wrapper {
  height: calc(100% - 240px);
  overflow: auto;
  margin-top: 65px;
}

.in-progress-element.delivery-element .packing-add-number {
  position: static;
  top: unset;
  flex-wrap: wrap;
  margin: 10px 0;
}

.in-progress-element.delivery-element .packing-add-number .packing-quantity-label {
  width: 100%;
  text-align: center;
  color: #364e65;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.in-progress-element.delivery-element .packing-add-number .quantity-minus,
.in-progress-element.delivery-element .packing-add-number .quantity-plus {
  width: 64px;
  height: 64px;
}

.in-progress-element.delivery-element .packing-add-number .quantity-input {
  width: 64px;
  height: 64px;
  font-size: 21px;
}

.order-data-box.hide {
  display: none;
}

.order-data-box.hide .order-data-text {
  padding: 0;
  margin: 0px 10px 20px 0;
}

/* ADMISSION MODE */
.admission-data {
  display: flex;
  margin-bottom: 140px;
}

.admission-fv {
  margin-right: 20px;
}

.admission-fv__label, .admission-nip__label {
  display: block;
  color: #364e65;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
}

.admission-nip-input, .admission-fv-input {
  width: 300px;
  height: 96px;
  border: 3px solid #e1e5ef;
  background-color: #ffffff;
  color: #364e65;
  font-family: Roboto;
  font-size: 30px;
  font-weight: 500;
  border-radius: 5px;
  text-align: center;
  outline: none;
  text-transform: uppercase;
  padding: 0 20px;
  width: 320px;
}

.admission-nip-input::placeholder, .admission-fv-input::placeholder {
  font-weight: 400;
  font-size: 24px;
  line-height: 2;
}

.admission-nip-input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 24px;
  line-height: 2;
}

.admission-fv-input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 24px;
  line-height: 2;
}

.admission-nip-input::-moz-placeholder {
  font-weight: 400;
  font-size: 24px;
  line-height: 2;
}

.admission-fv-input::-moz-placeholder {
  font-weight: 400;
  font-size: 24px;
  line-height: 2;
}

.admission-nip-input:focus-within, .admission-fv-input:focus-within {
  border-color: #cdd4e4;
}

.admission-insert {
  display: flex;
  align-items: flex-end;
}

.admission-insert__guide {
  display: block;
  color: #364e65;
  font-family: Roboto;
  font-size: 32px;
  font-weight: 500;
  margin-right: 70px;
}

.admission-input {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 15px;
}

.admission-input__label {
  color: #364e65;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
}

.admission-input__input {
  width: 108px;
  height: 96px;
  border: 3px solid #e1e5ef;
  background-color: #ffffff;
  color: #364e65;
  font-family: Roboto;
  font-size: 32px;
  font-weight: 500;
  border-radius: 5px;
  text-align: center;
  outline: none;
}

.admission-input__input:focus-within {
  border-color: #cdd4e4;
}

.admission-insert__save-button {
  height: 96px;
  padding: 0 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-family: Nunito;
  font-size: 18px;
  font-weight: 400;
  background-color: #3392e3;
  border-radius: 5px;
}

.admission-data-table {
  margin-bottom: 20px;
  display: flex;
}

.admission-table-fv, .admission-nip-table {
  margin-right: 20px;
  min-width: 320px;
  padding: 20px 20px 12px;
  border: 1px solid #e1e5ef;
  background-color: #ffffff;
  border-radius: 5px;
}

.admission-table-fv-number__label, .admission-table-nip-number__label {
  display: block;
  color: #364e65;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 4px;
}

.admission-table-fv-number__input, .admission-table-nip-number__input {
  display: block;
  color: #364e65;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  border: none;
  width: 100%;
  border-radius: 5px;
  padding: 5px;
  margin-left: -8px;
  outline: none;
  border: 3px solid transparent;
}

.admission-table-fv-number__input:focus-within, .admission-table-nip-number__input:focus-within {
  border: 3px solid #cdd4e4;
}

.admission-table {
  margin-left: 1px;
  margin-top: 1px;
}

.admission-row {
  min-height: 122px;
  width: 100%;
  display: flex;
}

.admission-row:first-child {
  min-height: unset;
}

.admission-cell {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  border: 1px solid #e1e5ef;
  margin-left: -1px;
  margin-top: -1px;
}

.admission-cell--header {
  padding: 5px 20px;
  background-color: #e1e5ef;
}

.admission-cell--full {
  width: 100%;
}

.admission-cell__text {
  color: #657d95;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
}

.admission-cell--header .admission-cell__text {
  color: #657d95;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
}

.admission-cell__thumb {
  min-width: 80px;
  min-height: 80px;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}

.admission-cell__image {
  max-width: 100%;
  max-height: 100%;
}

.admission-cell__input {
  border-radius: 5px;
  width: 80px;
  height: 44px;
  border: 1px solid #e3e7f0;
  background-color: #ffffff;
  text-align: center;
  color: #657d95;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  outline: none;
}

.admission-cell__input--name {
  width: 100%;
  max-width: 700px;
  text-transform: none;
  text-align: left;
  padding: 0 10px;
  font-size: 14px;
}

.admission-cell__input--ean {
  width: 100%;
  font-size: 14px;
}

.admission-cell__input:focus-within {
  border-color: #364e65;
}

.admission-cell__link {
  color: #657d95;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: underline;
}

.admission-cell__add-icon {
  margin-left: 10px;
  cursor: pointer;
}

.admission-mobile-ean-input {
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.admission-mobile-ean-input__input {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 100%;
  height: 44px;
  border: 1px solid #e3e7f0;
  background-color: #ffffff;
  text-align: center;
  color: #657d95;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  outline: none;
  border-width: 1px 0 1px 1px;
}

.admission-mobile-ean-input__input:focus-within {
  border-color: #364e65;
}

.admissio-cell__mobile-label {
  display: none;
  color: #657d95;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 3px;
}

.admission-cell__name {
  width: 100%;
}

.admission-cell--1 {
  width: 90px;
  min-width: 90px;
}

.admission-cell--2 {
  width: 150px;
  min-width: 150px;
}

.admission-cell--3 {
  width: 120px;
  min-width: 120px;
}

.admission-cell--5 {
  width: 120px;
  min-width: 120px;
}

.admission-cell--6 {
  width: 180px;
  min-width: 180px;
}

/* LOKALIZACJA */
.header-status {
  border: 1px solid #e1e5ef;
  background-color: #ffffff;
  color: #364e65;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  padding: 8px 24px;
  border-radius: 5px;
  white-space: nowrap;
}

.header-sub.with-status .header-sub-text {
  margin-right: 10px;
}

.localization-preview {
  width: 420px;
  position: relative;
  padding: 16px 8px 16px 152px;
  background-color: white;
  border: 1px solid #e1e5ef;
  border-radius: 6px;
  margin: 0 20px 10px 0;
  overflow: hidden;
}

.localization-preview .localization-bar {
  width: 100%;
  margin-bottom: 0;
}

.localization-preview .localization-bar .localization-bar__cell {
  width: 33%;
  padding-right: 10px;
}

.localization-preview .in-progress-status {
  left: 12px;
  top: 16px;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(74, 95, 116, 0.8); /* Black w/ opacity */
  align-items: flex-start;
  justify-content: center;
  padding: 150px 40px;
}

.image-modal {
  background-color: rgba(74, 95, 116, 0.9333333333);
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.modal-shade {
  background-color: #4A5F74;
  z-index: 900;
}

.choose-ask__title {
  color: white;
  font-family: Roboto;
  font-weight: 700;
  font-size: 72px;
  line-height: 48px;
  text-align: center;
  margin-bottom: 60px;
}

.choose-ask__answer-wrapper {
  display: flex;
}

.choose-ask__answer {
  width: 320px;
  height: 100px;
  max-width: 100%;
  margin: 0 15px;
  color: #364e65;
  font-family: Roboto;
  font-weight: 700;
  font-size: 72px;
  line-height: 48px;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #e1e5ef;
}

.mobile-container__content {
  display: none;
}

.mobile-container__alert {
  display: block;
  color: #364e65;
  font-family: Roboto;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 13px;
  text-align: center;
}

.product-block {
  font-family: Roboto;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #E1E5EF;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 16px;
  margin-bottom: 20px;
}

.product-block.is-collected {
  position: relative;
}

.product-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  color: #364E65;
}

.product-info__left {
  display: flex;
  flex-direction: column;
}

.product-info__label {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 8px;
}

.product-info__value {
  font-size: 14px;
  line-height: 16px;
}

.product-info__right {
  display: flex;
  flex-direction: column;
  text-align: right;
}

.product-block__collected-badge {
  position: absolute;
  right: 16px;
  top: 16px;
}

.product-block__collected-filter {
  opacity: 0.25;
}

.product-block__title {
  font-size: 14px;
  line-height: 16px;
  color: #364E65;
  margin-bottom: 8px;
}

.product-block__image-container {
  width: 80px;
  min-width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}

.product-block__image {
  max-width: 100%;
  max-height: 100%;
}

.product-block__row {
  display: flex;
}

.product-row__details {
  width: 100%;
}

.product-row__detail {
  font-size: 14px;
  line-height: 24px;
  color: #364E65;
}

.product-block__quantity {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #364E65;
  margin-bottom: 8px;
}

.product-block__quantity.product-block__quantity--extra-margin {
  margin-bottom: 16px;
}

.product-localization {
  font-family: Roboto;
  border: 1px solid #E1E5EF;
  margin-bottom: 16px;
}

.product-localization__row {
  padding: 12px 16px;
  border-bottom: 1px solid #E1E5EF;
}

.product-localization__row:last-child {
  border-bottom: none;
}

.product-localization__text {
  font-size: 16px;
  line-height: 24px;
  color: #364E65;
}

.product-localization__text b {
  font-weight: 700;
}

.product-localization-extended {
  border: 1px solid #E1E5EF;
  box-sizing: border-box;
  border-radius: 4px;
  margin-bottom: 16px;
}

.product-localization-extended:last-child {
  margin-bottom: 0;
}

.product-localization-extended__label {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #364E65;
  padding: 12px;
  border-bottom: 1px solid #E1E5EF;
}

.product-localization-extended__table {
  position: relative;
  padding: 12px 0;
}

.product-localization-extended__table::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background-color: #E1E5EF;
}

.product-localization-extended__row {
  display: flex;
}

.product-localization-extended__cell {
  width: 50%;
  padding: 0 10px;
  font-size: 16px;
  line-height: 24px;
  color: #364E65;
}

.is-ready {
  color: #2CA718;
  font-weight: bold;
}

.select-option {
  font-family: Roboto;
  width: 100%;
}

.select-option__headline {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 16px;
}

.select-option__options-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.select-option__option {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  color: #364E65;
  width: 100%;
  padding: 12px 0;
  background: #E1E5EF;
  border-radius: 4px;
  margin-bottom: 8px;
  max-width: 480px;
}

.select-option__label {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  margin-bottom: 8px;
}

.select-option__input-field {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.select-option__input {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  color: #364E65;
  width: 100%;
  padding: 12px 0;
  background: #E1E5EF;
  border-radius: 4px;
  margin-bottom: 16px;
  max-width: 480px;
  outline: none;
  border: none;
}

.insert-quantity {
  padding-top: 50px;
}

.insert-quantity__input-field {
  display: flex;
  margin-bottom: 15px;
}

.insert-quantity__confirm-button {
  margin: 0 auto;
  font-family: Roboto;
  width: 246px;
  height: 48px;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #364E65;
  background: #E1E5EF;
  border-radius: 4px;
  border: none;
  outline: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.in-progress-element.with-localization {
  height: auto !important;
}

.modal__close {
  position: fixed;
  right: 30px;
  top: 40px;
  width: 32px;
  height: 32px;
  background-image: url("../img/modal_close.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.image-modal__container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.camera-view {
  width: 100%;
  height: calc(100vh - 151px);
  background: black;
  position: relative;
}

.camera-view::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  left: 0;
  right: 0;
  top: 50%;
  background: red;
  display: block;
}

.up-layer-view {
  display: none;
  height: calc(100vh - 65px);
  width: 100%;
  background: white;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: auto;
  z-index: 1000;
}

.up-layer-view__body {
  padding: 32px 12px;
}

.input-standard {
  width: 100%;
  height: 72px;
  border: 3px solid #e1e5ef;
  border-radius: 6px;
  background-color: #ffffff;
  outline: none;
  color: #364e65;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 16px;
  padding: 0 16px;
}

.button-standard {
  height: 48px;
  width: 100%;
  background: #3392E3;
  border-radius: 4px;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border: none;
}

.button-standard--white {
  background: #FFFFFF;
  border: 1px solid #E1E5EF;
  color: #364E65;
  font-weight: 400;
}

.single-localization {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #364E65;
  padding: 8px;
  border: 1px solid #E1E5EF;
  box-sizing: border-box;
  border-radius: 4px;
  margin-bottom: 16px;
  background: rgba(225, 229, 239, 0.05);
}

.alert-layer {
  z-index: 999;
  padding: 80px 15px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  pointer-events: none;
  overflow: hidden;
}

.deployment-alert {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #364E65;
  text-align: center;
  padding: 16px;
  margin: 16px;
  border-radius: 4px;
  box-shadow: inset 0px 1px 0px #E1E5EF;
  background-color: white;
  font-family: Roboto;
}

.deployment-alert__title {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 16px;
}

.deployment-alert__name {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 16px;
}

.deployment-alert__image {
  margin: 0 auto;
  margin-bottom: 16px;
  width: 80px;
  height: 80px;
}

.deployment-alert__quantity {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 8px;
}

.deployment-alert__localization {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 16px;
}

.deployment-alert__button {
  font-size: 14px;
  line-height: 16px;
}

@media screen and (max-width: 1919px) {
  /* DESKTOP 2L */
  .full-image {
    width: calc(100vw - 1172px);
    height: calc(100vw - 1172px);
  }
}
@media screen and (max-width: 1720px) {
  /* DESKTOP 2L */
  .order-data-box.show {
    display: none;
  }
  .order-data-box.hide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 1600px) {
  /* DESKTOP L */
}
@media screen and (max-width: 1440px) {
  /* DESKTOP M */
  h2, .header-2 {
    font-size: 28px;
  }
  .collecting-headline-loader {
    font-size: 24px;
  }
  .default-body {
    padding: 30px 68px 10px;
  }
  .packing-body, .returns-body {
    padding: 30px 68px 10px;
  }
  .settings-tab {
    padding: 40px 68px;
  }
  .settings-tab__title {
    font-size: 28px;
  }
  .notes {
    padding: 30px 40px 30px 68px;
  }
  .new-notes {
    padding: 50px 68px 30px 40px;
  }
  .statuses, .courier {
    padding: 30px 68px;
  }
  .mode-pin:hover .mode-pin__tooltip, .action-pin:hover .action-pin__tooltip {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  .specification {
    width: 450px;
  }
  .details {
    width: 402px;
  }
  .full-image {
    width: calc(100vw - 1028px);
    height: calc(100vw - 1028px);
  }
  .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 1280px) {
  /* DESKTOP S */
  h2, .header-2 {
    font-size: 24px;
  }
  .collecting-headline-loader {
    font-size: 21px;
  }
  .default-body {
    padding: 20px 18px 10px;
  }
  .packing-body, .returns-body {
    padding: 20px 18px 10px;
  }
  .settings-tab {
    padding: 40px 18px;
  }
  .settings-tab__title {
    font-size: 24px;
  }
  .notes, .statuses, .courier {
    padding: 20px 18px;
  }
  .new-notes {
    padding: 35px 18px;
  }
  .edition-data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 20px;
  }
  .full-image {
    width: calc(50vw - 28px);
    height: calc(50vw - 28px);
    margin-top: 21px;
  }
  .details {
    width: calc(50vw - 28px);
    margin: 0;
  }
  .specification {
    width: calc(50vw - 28px);
  }
  .full-edition-button__title {
    padding: 0 20px;
  }
  .full-edition-button {
    height: 72px;
  }
  .full-edition-button__icon {
    width: 72px;
    height: 72px;
  }
  .edition-save-button {
    height: 72px;
  }
  .edition-save-button__title {
    padding: 0 30px;
  }
  .ui-keyboard {
    width: 100%;
  }
  .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-size: 4vw;
  }
  .loader {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .additional_buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 60px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .choose-ask__title, .choose-ask__answer {
    font-size: 54px;
  }
  .choose-ask__answer {
    width: 240px;
  }
}
@media screen and (max-width: 1024px) {
  .admission-row {
    flex-wrap: wrap;
    background-color: white;
    border: 1px solid #e1e5ef;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  .admission-row:first-child {
    display: none;
  }
  .admission-cell {
    border: none;
    margin: 0;
    padding: 12px 20px;
  }
  .admission-cell--header {
    display: none;
  }
  .admission-cell__fake-input {
    min-width: 80px;
    height: 44px;
    border: 1px solid #e3e7f0;
    background-color: #e1e5ef;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
  }
  .admissio-cell__mobile-label {
    display: block;
  }
  .admission-cell__text--mobile-hide {
    display: none;
  }
  .admission-mobile-ean-input {
    display: flex;
  }
  .admission-cell__add-icon {
    display: none;
  }
  .admission-cell {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .admission-cell__thumb {
    margin-right: 40px;
  }
  .admission-cell__input--ean {
    display: none;
  }
  .admission-cell--full {
    flex-direction: row;
    align-items: center;
  }
  .admission-cell__input--name {
    max-width: unset;
  }
  .admission-cell--1 {
    min-width: 120px;
  }
  .admission-cell--2 {
    width: calc(100% - 240px);
  }
  .admission-cell--5 {
    width: 40%;
  }
  .admission-cell--6 {
    width: 60%;
  }
  .admission-cell--5 input, .admission-cell--6 input {
    width: 100%;
  }
  .localization-preview {
    width: calc(50% - 10px);
    min-width: 420px;
  }
  .localization-preview:nth-child(even) {
    margin-right: 0;
  }
  .collecting-headline-loader {
    width: 100%;
  }
  .collecting-headline-loader {
    order: 1;
    margin-top: 15px;
  }
  .choose-ask__answer, .choose-ask__title {
    font-size: 48px;
  }
  .choose-ask__answer {
    width: 200px;
  }
}
@media screen and (max-width: 1024px) and (max-height: 768px) and (orientation: landscape) {
  /* TABLET POZIOMO */
  .default-body {
    padding: 20px 18px 10px;
  }
  .packing-body, .returns-body {
    padding: 20px 18px 10px;
  }
  .settings-tab {
    padding: 40px 18px;
  }
  .settings-tab__title {
    font-size: 24px;
  }
  .notes, .statuses, .courier {
    padding: 20px 18px;
  }
  .new-notes {
    padding: 43px 18px;
  }
  .loader__step.loading {
    font-size: 48px;
  }
  .edition-data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 20px;
  }
  .full-image {
    width: calc(50vw - 28px);
    height: calc(50vw - 28px);
    margin-top: 21px;
  }
  .details {
    width: calc(50vw - 28px);
    margin: 0;
  }
  .specification {
    width: calc(50vw - 28px);
  }
  .editions-settings {
    display: none;
  }
  .done-view {
    display: none;
  }
  .order-recive-details {
    margin-top: 8px;
  }
  .loader {
    width: 90%;
  }
  .loading-sequence {
    width: 100%;
  }
}
@media screen and (max-width: 1368px) and (max-height: 912px), (max-width: 912px) and (max-height: 1368px) {
  .mobile-bar-container--for-tablets {
    display: block;
  }
  .mobile-container--for-tablets {
    display: block;
  }
  .mobile-container__content--for-tablets {
    display: block;
  }
  .mobile-container__alert--for-tablets {
    display: none;
  }
  .default-body--tablet-padding {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1024px) and (min-height: 769px), (max-width: 768px) {
  .in-progress-element.with-localization {
    flex-wrap: wrap;
  }
  /* TABLET PIONOWO */
  .loading-sequence {
    width: 100%;
  }
  .loader {
    width: 90%;
    margin: 40px 0;
  }
  header {
    height: 65px;
  }
  header .flex {
    width: 100%;
    justify-content: center;
  }
  .mode {
    margin: 0 auto;
  }
  .mode__button {
    margin: 0;
  }
  main {
    padding-top: 65px;
  }
  .default-body {
    padding: 20px 18px 104px;
  }
  .packing-body, .returns-body {
    padding: 20px 18px 104px;
  }
  .mode__button {
    display: none;
  }
  .mode__button.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 42px;
    width: 160px;
    font-size: 16px;
  }
  .menu__icon, .close__icon {
    height: 42px;
    width: 42px;
  }
  .settings-content {
    display: none;
  }
  .settings-tab {
    border-width: 0 0 1px 0;
    border-color: #babfcc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 18px;
  }
  .settings-tab.active {
    background-color: #fff;
  }
  .settings-tab__action {
    display: block;
  }
  .settings-tab.active + .tab-mobile {
    display: block;
    background-color: #f7fafc;
    border-bottom: 1px solid #babfcc;
  }
  .settings-tab.active + .tab-mobile:last-child {
    border-bottom: unset;
  }
  .settings-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .new-notes, .notes {
    width: 100%;
    padding: 18px;
  }
  .note-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: unset;
  }
  .note, .status {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0 20px;
  }
  .note__text, .status__text {
    font-size: 21px;
  }
  .notes__small-header {
    font-size: 21px;
  }
  .new-note {
    margin-bottom: 0;
    height: 72px;
  }
  .new-note__input {
    padding: 16px 98px 16px 18px;
    font-size: 18px;
  }
  .new-note__input::-webkit-input-placeholder {
    font-size: 18px;
  }
  .new-note__input::-moz-placeholder {
    font-size: 18px;
  }
  .new-note__input:-ms-input-placeholder {
    font-size: 18px;
  }
  .new-note__input:-moz-placeholder {
    font-size: 18px;
  }
  .statuses {
    padding: 30px 18px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  .status {
    width: 100%;
    margin: 0 0 20px;
  }
  .courier {
    padding: 30px 18px;
  }
  .action-selector {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .action {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .action__title {
    margin: 0 18px;
  }
  .modes-container, .actions-container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .mode-container, .action-container {
    width: calc(50% - 10px);
    margin: 0 0 20px;
  }
  .mode-name, .action-name {
    width: calc(100% - 64px);
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 18px;
  }
  .loader__step.loading {
    font-size: 32px;
  }
  .editions-settings {
    display: none;
  }
  .full-image {
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .details {
    width: calc(50vw - 28px);
    margin: 0 20px 0 0px;
  }
  .specification {
    width: calc(50vw - 28px);
  }
  .edition-body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .edition-header {
    margin-bottom: 10px;
  }
  .edition-data {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-height: unset;
    overflow-y: unset;
  }
  .edition-data {
    margin-left: 0;
  }
  .edition-headline {
    max-width: 100%;
  }
  .mode-settings {
    display: none;
  }
  .mobile-done-status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  /*.in-progress-status__unit {*/
  /*    display: none;*/
  /*}*/
  .desktop_span {
    display: none;
  }
  .mode {
    max-width: calc(100vw - 134px);
  }
  .preview-orders-nubmer span:first-child {
    display: none;
  }
  .colecting-data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .order-data-box {
    max-width: 100%;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 10px 0;
  }
  .collecting-header {
    margin-bottom: 0;
  }
  .order-data-note {
    margin: 10px 0 0px;
  }
  .order-status {
    margin-bottom: 8px;
  }
  .preview-order-slider {
    max-height: unset;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
  }
  .order-preview, .mini-view .order-preview, .order-collect, .collecting-preview, .delivery-preview {
    width: calc(50% - 5px);
    margin: 0 10px 10px 0;
  }
  .order-preview:nth-child(even), .mini-view .order-preview:nth-child(even), .order-collect:nth-child(even), .collecting-preview:nth-child(even), .delivery-preview:nth-child(even) {
    margin: 0 0 10px 0;
  }
  .order-header, .collecting-data {
    padding: 5px 10px;
  }
  .list-view .done-view {
    display: none;
  }
  .list-view .in-progress-view {
    padding-bottom: 0;
    overflow: visible;
  }
  .list-view .in-progress-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .list-view .in-progress-status {
    left: 10px;
    right: unset;
    top: 10px;
  }
  .list-view .in-progress-element, .list-view .in-progress-element.delivery-element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: unset;
    height: unset;
    min-width: unset;
    min-height: unset;
    margin: 0 0 10px 0;
    padding: 0px 8px;
    min-height: 110px;
    width: 100%;
    height: auto;
  }
  .list-view .in-progress-element.delivery-element .packing-quantities-wrapper {
    margin-top: 0;
  }
  .list-view .in-progress-element.delivery-element .localization-bar {
    order: 2;
    margin-left: auto;
    align-self: flex-start;
    padding: 10px 0 10px 20px;
    min-width: 240px;
    width: 240px;
  }
  .list-view .in-progress-element.delivery-element .localization-bar__cell {
    width: 70px;
    padding: 0;
  }
  .list-view .in-progress-element.delivery-element .localization-button-container {
    width: 100%;
  }
  .list-view .in-progress-element.delivery-element .in-progress-data-content {
    width: 100%;
  }
  .list-view .in-progress-element.delivery-element .in-progress-data-alt {
    padding: 10px 0;
    justify-content: flex-start;
    border-bottom: none;
    margin-bottom: 0;
  }
  .list-view .in-progress-element.delivery-element .in-progress-data-alt .quantity {
    margin-right: 15px;
  }
  .list-view .in-progress-element.delivery-element .in-progress-status {
    display: none;
  }
  .list-view .in-progress-element.delivery-element .packing-quantities-wrapper {
    height: calc(100% - 20px);
  }
  .list-view .in-progress-element.delivery-element .quantity-minus,
  .list-view .in-progress-element.delivery-element .quantity-plus,
  .list-view .in-progress-element.delivery-element .quantity-input {
    width: 48px;
    height: 48px;
  }
  .list-view .in-progress-element__title {
    color: #364e65;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 5px;
  }
  .list-view .in-progress-tags {
    margin-bottom: 5px;
  }
  .list-view .in-progress-tags__tag {
    color: #90a8be;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    background-color: transparent;
    padding: 0;
  }
  .list-view .in-progress-data {
    border: unset;
    margin-bottom: 5px;
  }
  .list-view .in-progress-data .quantity, .list-view .in-progress-data .price {
    width: auto;
    min-height: unset;
    border: unset;
    margin-right: 10px;
    color: #364e65;
    font-family: Roboto;
    font-size: 14px;
  }
  .list-view .in-progress-ean {
    color: #90a8be;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
  }
  .list-view .in-progress-element__image-container {
    height: 90px;
    width: 90px;
    min-height: 90px;
    min-width: 90px;
    margin: 0 10px 0 0;
  }
  .list-view .in-progress-status {
    font-size: 14px;
    width: 84px;
    height: 24px;
  }
  .list-view .in-progress-status.succes {
    border: 3px solid #00a651;
  }
  .list-view .in-progress-status.succes::before {
    content: "";
    position: absolute;
    right: 100%;
    top: -3;
    height: 24px;
    width: 24px;
    background-color: #00a651;
    background-image: url("../img/succes-collecting.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
    border: 3px solid #00a651;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .list-view .in-progress-status.failure {
    border: 3px solid #ed1c24;
  }
  .list-view .in-progress-status.failure::before {
    content: "";
    position: absolute;
    right: 100%;
    top: -3;
    height: 24px;
    width: 24px;
    background-color: #ed1c24;
    background-image: url("../img/collecting-failure.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
    border: 3px solid #ed1c24;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .list-view .in-progress-status--big {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    font-size: 22px;
    height: 48px;
    padding: 4px;
  }
  .in-progress-status__unit {
    font-size: 14px;
  }
  .list-view .packing-add-all {
    position: static;
    bottom: 20px;
    right: 20px;
    left: unset;
  }
  .list-view .packing-add-number {
    position: static;
    right: 182px;
    bottom: 20px;
    left: unset;
    top: unset;
  }
  .list-view .packing-add-all {
    margin: 0 20px 0 10px;
  }
  .list-view .packing-add-all__button {
    width: 162px;
    height: 72px;
    font-size: 18px;
  }
  .list-view .packing-add .quantity-minus, .list-view .packing-add .quantity-plus, .list-view .packing-add .quantity-input {
    width: 72px;
    height: 72px;
    font-size: 26px;
  }
  .list-view .packing-setings {
    height: 72px;
    width: 72px;
  }
  .list-view .returns-add-action {
    position: static;
    margin-right: 15px;
  }
  .list-view .packing-add-container, .list-view .returns-add-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .list-view .mystic-number {
    position: static;
    margin-left: auto;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-left: 1px solid #e1e5ef;
    padding: 0 25px;
    font-size: 32px;
    font-weight: 500;
  }
  .list-view .in-progress-data-content {
    padding: 10px 10px 10px 0;
  }
  .mobile-bar-container {
    display: block;
  }
  .action, .mode-container, .action-container {
    margin: 0 0 10px 0;
  }
  .list-view .returns-ready-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .list-view .returns-ready-popup {
    position: static;
    margin-right: 20px;
  }
  .list-view .packing-ready-popup {
    position: static;
    margin: 0 20px 0 0;
  }
  .list-view .packing-ready-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .list-view .localization-bar--new {
    max-height: calc(100% - 20px);
    margin: 10px 0;
  }
  .list-view .localization-overlay {
    padding: 0 20px;
  }
  .mini-view .order-preview {
    padding: 18px 10px;
  }
  .ui-keyboard {
    display: none;
  }
  .admission-data {
    flex-direction: column;
  }
  .admission-fv {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .admission-nip, .admission-fv, .admission-nip-input, .admission-fv-input {
    width: 100%;
  }
  .admission-data {
    min-height: 500px;
  }
  .admission-insert {
    border-top: 1px solid #e1e5ef;
    position: fixed;
    bottom: 105px;
    padding: 40px 0;
    background-color: white;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -18px -20px;
    z-index: 999;
    width: 100%;
  }
  .admission-insert__guide {
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .choose-ask__answer-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .choose-ask__answer {
    width: 320px;
    max-width: 100%;
    margin: 15px 0;
  }
  .modal {
    padding: 80px 15px;
  }
  .modal-shade {
    padding: 102px 15px 80px;
  }
  .choose-ask__answer, .choose-ask__title {
    font-size: 36px;
  }
  .choose-ask__title {
    margin-bottom: 20px;
  }
  .mobile-container__alert {
    display: none;
  }
  .mobile-container__content {
    display: block;
  }
  .list-view .in-progress-element .product-localization {
    min-width: 200px;
    margin: 16px 16px 16px 8px;
    width: 200px;
  }
  .list-view .in-progress-element__image-container {
    z-index: 8;
    position: relative;
  }
  .up-layer-view.active {
    display: block;
    top: 65px;
  }
}
@media screen and (max-width: 768px) {
  /* TABLET PIONOWO WYJÄTKI */
  .mode-container, .action-container {
    width: 100%;
  }
  .edition-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .details {
    width: 100%;
    margin: 20px 0;
  }
  .specification {
    width: 100%;
    margin: 0;
  }
  .edition-data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .start__text {
    font-size: 32px;
  }
  .order-preview, .mini-view .order-preview, .order-collect, .collecting-preview, .delivery-preview {
    width: 100%;
    margin: 0 0px 10px 0;
  }
  .list-view .packing-add-all__button {
    width: 115px;
    height: 52px;
    font-size: 14px;
  }
  .list-view .packing-add .quantity-minus, .list-view .packing-add .quantity-plus, .list-view .packing-add .quantity-input {
    height: 52px;
    width: 52px;
    font-size: 18px;
  }
  .list-view .packing-add-number {
    right: 135px;
    bottom: 20px;
    left: unset;
    top: unset;
  }
  .list-view .returns-add-action__note, .list-view .packing-setings {
    height: 52px;
    width: 52px;
  }
  .list-view .returns-add-action__note img {
    height: 38px !important;
    width: 38px !important;
  }
  .list-view .returns-add-action__button {
    width: 115px;
    height: 52px;
    font-size: 14px;
  }
  .list-view .in-progress-element.delivery-element {
    flex-wrap: wrap;
  }
  .list-view .in-progress-element.delivery-element .in-progress-data-content {
    width: calc(100% - 100px);
  }
  .list-view .in-progress-element.delivery-element .in-progress-data-alt .quantity, .list-view .in-progress-element.delivery-element .in-progress-data-alt .localization {
    margin-bottom: 10px;
  }
  .list-view .in-progress-element.delivery-element .in-progress-data-alt {
    flex-wrap: wrap;
    padding: 10px 0 0;
  }
  .list-view .in-progress-element.delivery-element .localization-bar {
    order: 0;
    width: 100%;
  }
  .list-view .in-progress-element.delivery-element .localization-bar__label, .list-view .in-progress-element.delivery-element .localization-bar__text {
    line-height: 18px;
  }
  .list-view .in-progress-element.delivery-element .localization-bar {
    padding: 10px 0 0;
  }
  .order-data-box.hide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .order-data-box.hide .order-data-text {
    margin: 10px 10px 10px 0;
  }
  .admission-table-fv, .admission-nip-table {
    width: calc(50% - 10px);
    min-width: unset;
    margin-right: 0;
  }
  .admission-table-fv {
    margin-right: 20px;
  }
  .list-view .in-progress-element.delivery-element .localization-bar.localization-bar--new {
    max-width: 240px;
    min-width: unset;
  }
  .list-view .in-progress-element .product-localization {
    margin: 8px 0 8px;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  /* TELEFON L*/
  .note, .status {
    padding: 0 18px;
  }
  .settings-tab {
    padding: 20px 18px;
  }
  .settings-tab__title {
    font-size: 28px;
  }
  .preview-orders-header {
    display: block;
  }
  .preview-orders-header .header-2 {
    display: block;
  }
  .preview-orders-nubmer {
    display: inline-block;
    margin: 0 10px 10px 0;
  }
  .quantity-minus, .quantity-plus {
    height: 72px;
    width: 72px;
  }
  .quantity-input {
    height: 72px;
    width: 72px;
  }
  .loader__step.loading {
    font-size: 32px;
  }
  .full-image {
    width: 100%;
    height: auto;
  }
  .active-switcher section {
    width: 50%;
  }
  .input-holder .quantity-input {
    width: calc(100% - 184px);
  }
  .detail-input {
    font-size: 24px;
    height: 72px;
    width: calc(100% - 90px);
  }
  .edit-detail {
    height: 72px;
    width: 72px;
  }
  .detail-input::-webkit-input-placeholder {
    font-size: 24px;
  }
  .detail-input::-moz-placeholder {
    font-size: 24px;
  }
  .detail-input:-ms-input-placeholder {
    font-size: 24px;
  }
  .detail-input:-moz-placeholder {
    font-size: 24px;
  }
  .specification__additional-text {
    display: inline-block;
    margin-left: 10px;
  }
  .specification tr td:first-child {
    width: 100%;
    padding: 12px 6px 12px 12px;
  }
  .specification tr td:nth-child(2) {
    width: 100%;
    text-align: right;
    padding: 12px 12px 12px 6px;
  }
  .specification tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .deilvery-icon-box, .document-icon-box {
    height: 72px;
    width: 72px;
    min-width: 72px;
    min-height: 72px;
  }
  .order-data-text span {
    font-size: 11px;
    line-height: 13px;
  }
  .order-data-text {
    margin-right: 0;
    padding-right: 0;
  }
  .order-preview-mini {
    padding: 18px 10px;
  }
  .order-header-mini__title {
    margin-bottom: 6px;
  }
  .list-view .in-progress-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .list-view .packing-add-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .list-view .in-progress-data .quantity, .list-view .in-progress-data .price {
    line-height: 18px;
  }
  .list-view .packing-add-all__button {
    width: 96px;
    height: 42px;
    font-size: 14px;
  }
  .list-view .quantity-plus, .list-view .quantity-minus, .list-view .quantity-input {
    height: 42px !important;
    width: 42px !important;
    font-size: 14px;
  }
  .list-view .packing-add-number {
    right: 121px;
    bottom: 20px;
    left: unset;
    top: unset;
  }
  .list-view .returns-add-action__note {
    height: 42px;
    width: 42px;
  }
  .list-view .returns-add-action__note img {
    height: 28px !important;
    width: 28px !important;
  }
  .list-view .returns-add-action__button {
    width: 116px;
    height: 42px;
    font-size: 14px;
  }
  .list-view .returns-add-action {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-view .returns-add-action__note {
    margin-top: 0;
    margin-right: 10px;
  }
  .list-view .packing-setings {
    height: 42px;
    width: 42px;
    background-size: 18px;
    margin-left: 17px;
  }
  .list-view .packing-add-all {
    margin: 10px 15px 0 0;
  }
  .list-view .in-progress-element {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list-view .in-progress-data-content {
    width: calc(100% - 100px);
  }
  .list-view .mystic-number {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    border-left: none;
    border-top: 1px solid #e1e5ef;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 0;
  }
  .list-view .in-progress-element.delivery-element .packing-quantities-wrapper {
    height: calc(100% - 90px);
  }
  .additional_buttons {
    margin-top: 20px;
  }
  .order-type {
    width: 100%;
    margin: 0 0 10px 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .order-type-products {
    align-items: flex-start;
    margin: 10px 20px;
  }
  .admission-nip-input, .admission-fv-input {
    padding: 20px 60px;
  }
  .admission-nip-input, .admission-fv-input {
    font-size: 24px;
  }
  .admission-data {
    min-height: 340px;
  }
  .admission-insert__guide {
    font-size: 24px;
  }
  .admission-insert {
    padding: 20px 0 10px;
  }
  .admission-cell--full {
    align-items: flex-start;
  }
  .admission-cell__thumb {
    margin-right: 20px;
  }
  .admission-cell {
    padding: 10px;
  }
  .admission-cell--1, .admission-cell--3, .admission-cell--5 {
    width: 100px;
    min-width: 100px;
  }
  .admission-cell--2 {
    width: calc(100% - 200px);
  }
  .admission-cell--6 {
    width: calc(100% - 100px);
  }
  .admission-data-table {
    flex-wrap: wrap;
  }
  .admission-table-fv {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .admission-table-fv, .admission-nip-table {
    width: 100%;
  }
  .localization-preview {
    min-width: unset;
    width: 100%;
    margin-right: 0;
    padding: 16px 8px 16px 96px;
  }
  .localization-preview .in-progress-status {
    width: 60px;
    height: 30px;
    font-size: 12px;
  }
  .list-view .in-progress-element.delivery-element .packing-quantities-wrapper {
    max-width: 210px;
  }
}
@media screen and (max-width: 425px) {
  /* TELEFON M*/
  h2, .header-2 {
    font-size: 21px;
  }
  .choose-ask__title {
    font-size: 32px;
  }
  .choose-ask {
    width: 100%;
  }
  .collecting-headline-loader {
    font-size: 18px;
  }
  .settings-tab__title {
    font-size: 21px;
  }
  .order-couriers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .couriers-order {
    height: 72px;
  }
  .couriers-add-number {
    margin: 10px 0;
  }
  .loader__step.succes {
    line-height: 21px;
    margin-bottom: 12px;
  }
  .loader__step.loading {
    font-size: 32px;
  }
  .specification tr td:first-child {
    padding: 12px 6px 9px 12px;
  }
  .specification tr td:nth-child(2) {
    text-align: right;
    padding: 9px 12px 12px 6px;
  }
  .order-numbers, .mini-view .order-numbers {
    font-size: 24px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-top: 1px;
  }
  .mobile_bar__code-bar {
    width: 48px;
    height: 48px;
    border-radius: 5px;
  }
  .mobile_bar__code-bar img {
    width: 36px;
    height: 36px;
  }
  .mobile_bar__settings-button {
    margin-right: 0;
  }
  .mobile_bar__save-button {
    width: 106px;
  }
  .print-waybill-button, .print-sale-document {
    margin: 0 0 16px 0;
    padding: 24px 18px;
  }
  .admission-cell--2 {
    order: -1;
    width: 100%;
  }
  .admission-cell--3 {
    width: calc(100% - 100px);
  }
  .admission-cell--3 input {
    width: 100%;
  }
  .admission-table-fv, .admission-nip-table {
    padding: 20px 20px 12px;
  }
  .admission-table-fv-number__label, .admission-table-nip-number__label {
    font-size: 12px;
  }
  .admission-table-fv-number__text, .admission-table-nip-number__text {
    font-size: 14px;
  }
  .list-view .localization-bar.localization-bar--new {
    max-height: calc(100% - 50px);
  }
  .popup-container span {
    padding: 18px 20px;
  }
}
@media screen and (max-width: 360px) {
  /* TELEFON S*/
  .note, .status {
    height: 72px;
  }
  .note__text, .status__text {
    font-size: 16px;
  }
  .new-note__input {
    font-size: 14px;
  }
  .new-note__input::-webkit-input-placeholder {
    font-size: 14px;
  }
  .new-note__input::-moz-placeholder {
    font-size: 14px;
  }
  .new-note__input:-ms-input-placeholder {
    font-size: 14px;
  }
  .new-note__input:-moz-placeholder {
    font-size: 14px;
  }
  .new-note {
    height: 64px;
  }
  .new-note__submit {
    width: 60px;
    margin-left: -60px;
    font-size: 14px;
  }
  .settings-tab__title {
    font-size: 18px;
  }
  .action {
    height: 72px;
  }
  .action__more {
    height: 72px;
    width: 72px;
  }
  .action__title {
    font-size: 16px;
  }
  .loader__step.succes {
    line-height: 21px;
    margin-bottom: 12px;
  }
  .loader__step.loading {
    font-size: 24px;
  }
  .specification tr td:first-child {
    padding: 12px 6px 6px 12px;
  }
  .specification tr td:nth-child(2) {
    text-align: right;
    padding: 6px 12px 12px 6px;
  }
  .order-numbers, .mini-view .order-numbers {
    font-size: 18px;
  }
  .order-type__title {
    margin: 0 10px;
  }
  .order-type-products {
    margin: 10px;
  }
  .localization-preview {
    padding: 16px 8px 16px 80px;
  }
  .localization-bar__label, .localization-bar__text {
    font-size: 12px;
    line-height: 16px;
  }
  .list-view .localization-bar.localization-bar--new {
    max-height: calc(100% - 80px);
  }
}
/* WYSOKOĹCI */
@media screen and (max-height: 1020px), (max-width: 768px) {
  .mode-settings__settings-button {
    width: 64px;
    height: 64px;
  }
  .mode-settings__save-button {
    height: 64px;
  }
  .mode-header {
    margin-bottom: 20px;
  }
  .in-progress-element__image-container {
    width: 325px;
    height: 325px;
  }
  .in-progress-element {
    width: 365px;
    /*height: 556px;*/
    min-width: 365px;
    /*min-height: 556px;*/
  }
  .admission-nip-input, .admission-fv-input {
    padding: 20px 20px;
  }
}
@media screen and (max-height: 895px), (max-width: 500px) {
  .modes-body {
    padding: 20px 90px 0px;
    min-height: calc(100vh - 130px);
  }
  .notes, .new-notes, .statuses, .courier {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .status-body {
    padding: 20px 90px 45px 40px;
  }
  .in-progress-element__image-container {
    width: 220px;
    height: 220px;
  }
  .delivery-element .in-progress-element__image-container .in-progress-status {
    right: -35px;
  }
  .in-progress-element {
    width: 335px;
    /*height: 450px;*/
    min-width: 335px;
    /*min-height: 450px;*/
  }
  .in-progress-data .quantity {
    width: 40%;
    font-size: 14px;
  }
  .in-progress-data .price {
    width: 60%;
    font-size: 14px;
  }
  .in-progress-element__title {
    font-size: 16px;
  }
  .in-progress-status {
    top: 20px;
    right: 20px;
    width: 112px;
    height: 36px;
  }
  .in-progress-status--big {
    top: 20px;
    right: 20px;
    width: auto;
    height: auto;
  }
  .in-progress-status.succes::before {
    height: 36px;
    width: 36px;
  }
  .in-progress-status.failure::before {
    height: 36px;
    width: 36px;
  }
  .done-container {
    margin-bottom: 10px;
  }
  .mode-header {
    margin-bottom: 10px;
  }
  .packing-add-number {
    top: 120px;
  }
  .quantity-minus, .quantity-plus, .quantity-input {
    width: 72px;
    height: 72px;
    font-size: 26px;
  }
  .returns-add-action__button {
    width: 160px;
    height: 72px;
  }
  .returns-add-action__note {
    height: 72px;
    width: 72px;
  }
  .owl-item .returns-add-action__note img {
    width: 48px;
    height: 48px;
  }
  .packing-add-all__button {
    height: 72px;
  }
  .packing-setings {
    height: 72px;
    width: 72px;
  }
}
@media screen and (max-height: 770px) {
  .done-view {
    display: none;
  }
}
@media screen and (max-height: 660px), (max-width: 425px) {
  .returns-add-action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .returns-add-action__note {
    margin-right: 0px;
    margin-top: 10px;
  }
  .mode-headline__note, .header-note {
    font-size: 14px;
  }
  .in-progress-element {
    width: 220px;
    /*height: 378px;*/
    min-width: 220px;
    /*min-height: 378px;*/
    padding: 20px 10px;
  }
  .in-progress-element__image-container {
    width: 200px;
    height: 200px;
  }
  .delivery-element .in-progress-element__image-container .in-progress-status {
    right: 0px;
  }
  .in-progress-element__title {
    font-size: 12px;
    line-height: 16px;
  }
  .in-progress-data-alt {
    padding-top: 10px;
  }
  .in-progress-tags, .in-progress-data {
    margin-bottom: 10px;
  }
  .in-progress-tags__tag {
    font-size: 10px;
  }
  .in-progress-ean {
    font-size: 12px;
  }
  .in-progress-data .quantity, .in-progress-data .price {
    font-size: 12px;
  }
  .packing-add .quantity-minus, .packing-add .quantity-plus, .packing-add .quantity-input {
    height: 48px;
    width: 48px;
    font-size: 19px;
    margin: 0 4px;
  }
  .packing-add-number {
    margin: 0 11px;
  }
  .in-progress-element.delivery-element .packing-quantities-wrapper {
    height: calc(100% - 190px);
  }
  .packing-add-all__button {
    width: 112px;
    height: 54px;
    font-size: 16px;
  }
  .packing-setings {
    height: 54px;
    width: 54px;
    margin-left: 10px;
  }
  .mystic-number {
    font-size: 12px;
    padding: 13px;
    font-weight: 700;
  }
  .returns-ready-popup {
    width: 180px;
  }
  .packing-ready-popup span {
    font-size: 16px;
    padding: 0 18px;
    height: 54px;
  }
  .cancel-packing {
    height: 54px;
    width: 54px;
  }
  .in-progress-element.delivery-element .packing-add-number .quantity-minus,
  .in-progress-element.delivery-element .packing-add-number .quantity-plus {
    width: 48px;
    height: 48px;
  }
  .in-progress-element.delivery-element .packing-add-number .quantity-input {
    width: 48px;
    height: 48px;
    font-size: 21px;
  }
  .list-view .in-progress-element.delivery-element .packing-add-number .packing-quantity-label {
    font-size: 12px;
  }
  .localization-overlay {
    padding: 20px 10px;
  }
  .localization-bar--new {
    margin-right: -10px;
  }
}
/* HOVERY */
.mode__button:not(.active) {
  -webkit-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  cursor: pointer;
}

.mode__button.active {
  cursor: default;
  -webkit-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

.menu__icon, .close__icon {
  -webkit-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  cursor: pointer;
  opacity: 0.9;
}

.note,
.settings-tab,
.status,
.mode-container {
  cursor: pointer;
}

.new-note__submit {
  cursor: pointer;
}

.new-note:focus-within {
  border-color: #cdd4e4;
}

.quantity-minus, .quantity-plus {
  cursor: pointer;
}

.quantity-input:focus {
  border-color: #cdd4e4;
}

.active-switcher section {
  cursor: pointer;
}

.detail-input:focus {
  border: 3px solid #cdd4e4;
}

.full-edition-button {
  cursor: pointer;
}

.edition-save-button {
  cursor: pointer;
}

.mobile_bar__save-button {
  cursor: pointer;
}

.mode-settings__save-button {
  cursor: pointer;
}

.mode-settings__settings-button {
  cursor: pointer;
}

.in-progress-element {
  cursor: pointer;
}

.packing-add-all__button {
  cursor: pointer;
}

.returns-add-action__note {
  cursor: pointer;
}

.returns-add-action__button {
  cursor: pointer;
}

.order-actions__delivery, .collecting-actions__delivery {
  cursor: pointer;
}

.order-actions__note, .collecting-actions__note {
  cursor: pointer;
}

.packing-setings {
  cursor: pointer;
}

.mobile-options__settings-button {
  cursor: pointer;
}

.mobile-options__call {
  cursor: pointer;
}

.mobile_bar__code-bar {
  cursor: pointer;
}

.cancel-packing {
  cursor: pointer;
}

@media screen and (min-width: 769px) and (max-height: 768px), (min-width: 1025px) {
  .mode__button:not(.active):hover {
    background-color: #61bd54;
    border: none;
    color: white;
  }
  .menu__icon:hover, .close__icon:hover {
    opacity: 1;
  }
  .note:hover,
  .settings-tab:not(.active):hover,
  .status:hover {
    background-color: rgb(250, 250, 250);
  }
  .new-note__submit:hover {
    background-color: rgb(110, 142, 170);
  }
  .quantity-minus:hover, .quantity-plus:hover {
    border-color: #cdd4e4;
  }
  .couriers-order:hover {
    background-color: #f56e00;
  }
  .mode-container:hover .mode-name {
    cursor: pointer;
  }
  .mode-container:hover .mode-name {
    background-color: rgb(252, 252, 252);
  }
  .action-container:hover .action-name {
    cursor: pointer;
  }
  .action-container:hover .action-name {
    background-color: rgb(250, 250, 250);
  }
  .active-switcher .on.active:hover {
    background-color: #51B045;
  }
  .active-switcher .off.active:hover {
    background-color: #D01117;
  }
  .active-switcher section:not(.active):hover {
    background-color: rgb(250, 250, 250);
  }
  .edit-detail:hover {
    cursor: pointer;
    background-color: rgb(250, 250, 250);
  }
  .full-edition-button:hover {
    background-color: rgb(250, 250, 250);
  }
  .edition-save-button:hover {
    background-color: #1D81D7;
  }
  .mobile_bar__save-button:hover {
    background-color: #1D81D7;
  }
  .mode-settings__save-button:hover {
    background-color: #1D81D7;
  }
  .mode-settings__settings-button:hover {
    background-color: rgb(250, 250, 250);
  }
  .in-progress-element:hover {
    border: 1px solid #CCD6E0;
  }
  .packing-add-all__button:hover {
    background-color: #f56e00;
  }
  .returns-add-action__note:hover {
    background-color: rgb(250, 250, 250);
  }
  .returns-add-action__button:hover {
    background-color: #f56e00;
  }
  .order-actions__delivery:hover, .collecting-actions__delivery:hover {
    background-color: #61bd54;
    background-image: url("../img/delivery_mini_w.svg");
  }
  .order-actions__note:hover, .collecting-actions__note:hover {
    background-color: #61bd54;
    background-image: url("../img/note_mini_w.png");
  }
  .packing-setings:hover {
    background-color: rgb(250, 250, 250);
  }
  .mobile-options__settings-button:hover {
    background-color: rgb(250, 250, 250);
  }
  .mobile-options__call:hover {
    background-color: rgb(250, 250, 250);
  }
  .mobile_bar__code-bar:hover {
    background-color: rgb(250, 250, 250);
  }
  .cancel-packing:hover {
    background-color: #ED1D23;
  }
  .mode-container:hover .mode-pin, .action-container:hover .action-pin, .mode-container:focus .mode-pin, .action-container:focus .action-pin {
    background-color: #364e65;
    background-image: url(../img/pin-w.png);
  }
  .order-type {
    cursor: pointer;
  }
  .order-type:hover {
    background-color: rgb(250, 250, 250);
  }
  .localization-button:hover {
    background-color: #f56e00;
  }
}
@media screen and (max-width: 1024px) and (min-height: 769px), (max-width: 768px) {
  .mode__button:not(.active):active {
    background-color: #61bd54;
    border: none;
    color: white;
  }
  .menu__icon:active, .close__icon:active {
    opacity: 1;
  }
  .note:active,
  .settings-tab:not(.active):active,
  .status:active {
    background-color: rgb(250, 250, 250);
  }
  .new-note__submit:active {
    background-color: rgb(110, 142, 170);
  }
  .quantity-minus:active, .quantity-plus:active {
    border-color: #cdd4e4;
  }
  .couriers-order:active {
    background-color: #f56e00;
  }
  .mode-container:active .mode-name {
    cursor: pointer;
  }
  .mode-container:active .mode-name {
    background-color: rgb(252, 252, 252);
  }
  .action-container:active .action-name {
    cursor: pointer;
  }
  .action-container:active .action-name {
    background-color: rgb(250, 250, 250);
  }
  .active-switcher .on.active:active {
    background-color: #51B045;
  }
  .active-switcher .off.active:active {
    background-color: #D01117;
  }
  .active-switcher section:not(.active):active {
    background-color: rgb(250, 250, 250);
  }
  .edit-detail:active {
    cursor: pointer;
    background-color: rgb(250, 250, 250);
  }
  .full-edition-button:active {
    background-color: rgb(250, 250, 250);
  }
  .edition-save-button:active {
    background-color: #1D81D7;
  }
  .mobile_bar__save-button:active {
    background-color: #1D81D7;
  }
  .mode-settings__save-button:active {
    background-color: #1D81D7;
  }
  .mode-settings__settings-button:active {
    background-color: rgb(250, 250, 250);
  }
  .in-progress-element:active {
    border: 1px solid #CCD6E0;
  }
  .packing-add-all__button:active {
    background-color: #f56e00;
  }
  .returns-add-action__note:active {
    background-color: rgb(250, 250, 250);
  }
  .returns-add-action__button:active {
    background-color: #f56e00;
  }
  .order-actions__delivery:active, .collecting-actions__delivery:active {
    background-color: #61bd54;
    background-image: url("../img/delivery_mini_w.svg");
  }
  .order-actions__note:active, .collecting-actions__note:active {
    background-color: #61bd54;
    background-image: url("../img/note_mini_w.png");
  }
  .packing-setings:active {
    background-color: rgb(250, 250, 250);
  }
  .mobile-options__settings-button:active {
    background-color: rgb(250, 250, 250);
  }
  .mobile-options__call:active {
    background-color: rgb(250, 250, 250);
  }
  .mobile_bar__code-bar:active {
    background-color: rgb(250, 250, 250);
  }
  .cancel-packing:active {
    background-color: #ED1D23;
  }
  .mode-container:active .mode-pin, .action-container:active .action-pin, .mode-container:focus .mode-pin, .action-container:focus .action-pin {
    background-color: #364e65;
    background-image: url(../img/pin-w.png);
  }
  .order-type:active {
    background-color: rgb(250, 250, 250);
  }
  .localization-button:active {
    background-color: #f56e00;
  }
}
.over-scroll {
  overflow-y: auto;
}

.over-scroll::-webkit-scrollbar {
  height: 32px;
  border: 1px solid #e1e5ef;
  background-color: #ffffff;
}

.over-scroll::-webkit-scrollbar-track {
  border: 1px solid #e1e5ef;
  background-color: #ffffff;
}

.over-scroll::-webkit-scrollbar-thumb {
  border: 1px solid #e1e5ef;
  background-color: #f0f3f6;
}

.over-scroll::-webkit-scrollbar-button:horizontal:increment, .over-scroll::-webkit-scrollbar-button:horizontal:decrement {
  width: 32px;
  height: 32px;
  border: 1px solid #e1e5ef;
}

.over-scroll::-webkit-scrollbar-button:horizontal:decrement {
  background-image: url(../img/decrement.png);
  background-position: center;
}

.over-scroll::-webkit-scrollbar-button:horizontal:increment {
  background-image: url(../img/increment.png);
  background-position: center;
}

input[type=number] {
  -moz-appearance: textfield;
}

.ui-widget-content, .ui-widget.ui-widget-content {
  border: 3px solid #e1e5ef;
  background-color: #fff;
}

input.ui-widget-content {
  border: none;
  background-color: #fff;
  padding: 1vw;
}

.ui-keyboard-preview-wrapper input.ui-widget-content::-webkit-input-placeholder {
  font-size: 2.6vw;
}

.ui-keyboard-preview-wrapper input.ui-widget-content::-moz-placeholder {
  font-size: 2.6vw;
}

.ui-keyboard-preview-wrapper input.ui-widget-content:-ms-input-placeholder {
  font-size: 2.6vw;
}

.ui-keyboard-preview-wrapper input.ui-widget-content:-moz-placeholder {
  font-size: 2.6vw;
}

.ui-keyboard-keyset .ui-keyboard-button.ui-keyboard-cancel {
  background-color: #ed1c24;
  border: none;
}

.ui-keyboard-keyset .ui-keyboard-button.ui-keyboard-accept {
  background-color: #61bd54;
  border: 1px solid #61bd54;
}

.ui-keyboard-widekey {
  padding: 0 0.3em;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  background-color: #0078a3;
  border: 1px solid #0078a3;
}

.ui-state-hover {
  background-color: #0078a3;
  border: 1px solid #0078a3;
}

/* 21.12.2021 UPDATE */
.mode-search {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 16px;
}

.mode-search__input {
  width: 100%;
  max-width: 620px;
  height: 50px;
  background: #FFFFFF;
  border: 1px solid #E1E5EF;
  border-radius: 4px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #364E65;
  padding: 0 40px;
}

.mode-search__button {
  background: #364E65;
  border-radius: 4px;
  height: 50px;
  padding: 0 32px;
  margin-left: 8px;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
}

.mode-search__input-field {
  position: relative;
  width: 100%;
}

.mode-search__icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}

/* Customize the label (the container) */
.radio-field {
  display: block;
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radio-field__radio {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.radio-field__checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  border: 1px solid #E1E5EF;
  background-color: #fff;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-field:hover .radio-field__radio ~ .radio-field__checkmark {
  background-color: #F7FAFC;
}

/* When the radio button is checked, add a blue background */
.radio-field .radio-field__radio:checked ~ .radio-field__checkmark {
  background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-field__checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-field .radio-field__radio:checked ~ .radio-field__checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-field .radio-field__checkmark:after {
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #364E65;
}

.radio-field__label {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #364E65;
}

.button {
  background: #FFFFFF;
  border: 1px solid #E1E5EF;
  border-radius: 4px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 16px;
  text-align: center;
  color: #364E65;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 64px;
  cursor: pointer;
}

.button:hover {
  background-color: rgb(250, 250, 250);
}

.button--red {
  color: white;
  background: #FF0000;
}

.button--red:hover {
  background-color: rgb(215, 0, 0);
}

.button--full-width {
  width: 100%;
}

.button--short {
  min-height: 48px;
}

.button--dark {
  background-color: #364E65;
  color: white;
}

.button--dark:active {
  background-color: #2c3f51;
  color: white;
}

.popup {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  justify-content: center;
  display: none;
  align-items: center;
  overflow: auto;
  padding: 16px;
  transition: opacity 0.4s ease;
  opacity: 0;
}

.popup--sale-theme {
  font-family: "Roboto";
  font-style: normal;
  top: 0px !important;
  background-color: transparent !important;
}

.popup--sale-theme::before {
  display: none;
}

.popup.is-active {
  display: flex;
  opacity: 1;
}

.popup-background {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(26, 26, 26, 0.24);
  position: fixed;
}

.popup-content {
  z-index: 1;
  margin: auto;
  max-width: 100%;
}

.popup-content--medium {
  min-width: 400px;
  background: #ffffff;
  padding: 32px;
}

.popup-content--large {
  min-width: 760px;
  background: #ffffff;
  padding: 32px;
}

.popup-data {
  font-family: "Roboto";
  width: 100%;
}

.popup-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto";
  gap: 16px;
  width: 100%;
  margin-bottom: 20px;
}

.popup-heading__title {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #364E65;
  width: 100%;
}

.popup-heading__close {
  width: 32px;
  height: 32px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border: 1px solid #E1E5EF;
  border-radius: 4px;
}

.selection-statement {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 16px;
  width: 480px;
  max-width: 100%;
}

.selection-statement__text {
  padding: 16px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  color: #364E65;
  text-align: center;
}

.selection-statement__text--red {
  color: #FF0000;
}

.selection-statement__button-wrapper {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.mode-settings__save-button--green {
  background-color: #61BD54;
}

.mode-settings__save-button--green:hover {
  background-color: #54a948;
}

.mode-settings__save-button--green:active {
  background-color: #54a948;
}

.in-progress-price {
  font-family: Roboto;
  font-size: 18px;
  line-height: 24px;
  color: #364E65;
}

.in-progress-sku {
  margin-top: 16px;
  padding: 16px 0;
  border: 1px solid #F0F3F6;
  font-family: Roboto;
  font-size: 14px;
  line-height: 16px;
  color: #364E65;
}

.in-progress-collect-buttons {
  background: #E1E5EF;
  border-radius: 4px;
  padding: 8px;
  display: flex;
}

.in-progress-collect-button {
  background: #E1E5EF;
  font-family: Roboto;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #364E65;
  padding: 16px 0;
  width: 50%;
  border: 1px solid #FFFFFF;
  cursor: pointer;
}

.in-progress-collect-button--accept:hover {
  background: #61BD54;
  color: white;
  font-weight: bold;
  border-color: #61BD54;
}

.in-progress-collect-button--reject:hover {
  background: #FF0000;
  color: white;
  font-weight: bold;
  border-color: #FF0000;
}

.in-progress-element.return-element {
  height: auto;
}

.in-progress-element__add {
  position: absolute;
  top: 24px;
  right: 24px;
}

.in-progress-element__add:hover {
  filter: brightness(0.95);
}

.search-result-header {
  margin-bottom: 32px;
}

.preview-search-results {
  width: 100%;
  padding-right: 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-height: calc(100vh - 216px);
  gap: 32px;
}

.search-result {
  background: #FFFFFF;
  border: 1px solid #E1E5EF;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: calc(20% - 26px);
}

.search-result-row {
  display: flex;
  justify-content: space-between;
}

.search-result-data {
  display: block;
  font-family: Roboto;
  font-size: 14px;
  line-height: 24px;
  color: #364E65;
}

.search-result-data--date {
  font-weight: bold;
  white-space: nowrap;
}

.search-result-product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.search-result-product-data {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.search-result-product-image {
  max-width: 40px;
  max-height: 40px;
}

.return-headline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.return-headline__text {
  margin-right: 16px;
  margin-bottom: 0;
}

.return-status-text--red {
  color: #ff0000;
}

.return-status {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  line-height: 24px;
  font-family: Roboto;
  color: #364E65;
}

.return-headline__sub-row {
  width: 100%;
}

.return-headline__note {
  color: #90a8be;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
}

.return-element__mobile-title {
  display: none;
}

.start__image.return__image {
  display: none;
}

.button.mobile_bar__search-button {
  background: #364E65;
  border-radius: 4px;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #FFFFFF;
  width: 100%;
  min-height: 48px;
}

.button.mobile_bar__search-button:active {
  background-color: #2c3f51;
}

.modal-aside {
  position: fixed;
  left: 0;
  right: 0;
  top: 100%;
  bottom: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background-color: white;
  z-index: 1000;
  display: none;
  flex-direction: column;
  justify-content: space-between;
}

.modal-aside.is-active {
  display: flex;
  top: 0;
}

.modal-aside::before {
  content: "";
  background-color: white;
  position: fixed;
  height: 200vh;
  height: calc(var(--vh, 1vh) * 200);
  width: 100%;
  z-index: -1;
}

.modal-aside--bar.modal-aside::before, .modal-aside--holder.modal-aside::before {
  content: none;
}

.modal-aside--holder {
  top: 0;
  height: 240vh;
  height: calc(var(--vh, 1vh) * 240);
  padding-top: 100vh;
  padding-top: calc(var(--vh, 1vh) * 100);
  padding-bottom: 40vh;
  padding-bottom: calc(var(--vh, 1vh) * 40);
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-aside-holder__wrapper {
  margin: 0 30px;
  width: calc(100% - 60px);
  max-width: 420px;
  background-color: white;
  border-radius: 8px;
}

.modal-aside--bar {
  top: 0;
  height: 200vh;
  height: calc(var(--vh, 1vh) * 200);
  padding-top: 100vh;
  padding-top: calc(var(--vh, 1vh) * 100);
  padding-bottom: 86px;
  justify-content: flex-end;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 980;
}

.modal-aside--bar__wrapper {
  width: 100%;
  padding: 16px;
  background-color: #ffffff;
}

.modal-aside-holder__main {
  padding: 16px;
}

.modal-aside-holder__aside {
  padding: 16px;
  border-top: 1px solid #E1E5EF;
}

.modal-aside__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 18px;
  height: 85px;
  border-bottom: 1px solid #E1E5EF;
  background-color: white;
}

.modal-aside__header--error {
  background-color: #ED1C24;
  color: white;
}

.modal-aside__header-text {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 48px;
  color: #364E65;
  width: 100%;
  margin-right: 8px;
  margin-left: 8px;
}

.modal-aside__header-back {
  margin-right: 8px;
}

.modal-aside__body {
  height: calc(100% - 171px);
  overflow: auto;
  background-color: white;
}

.modal-aside__body--full {
  height: 100%;
}

.modal-aside__action-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 86px;
  padding: 0 18px;
  border-top: 1px solid #e1e5ef;
  background-color: white;
}

.modal-aside__default-wrapper {
  padding: 16px;
}

.button--square {
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
}

.popup-search {
  padding: 16px;
}

.popup-search__input-label {
  width: 100%;
  display: block;
  margin-bottom: 16px;
}

.popup-search__input {
  background: #E1E5EF;
  border: 1px solid #E1E5EF;
  box-sizing: border-box;
  border-radius: 4px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #364E65;
  padding: 16px;
  width: 100%;
}

.popup-search__type-selector {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.popup-search-results {
  padding: 16px;
}

.popup-search-results__title {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #364E65;
  margin-bottom: 8px;
  display: block;
}

.popup-search-results__search {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #364E65;
  display: block;
  margin-bottom: 16px;
}

.popup-search-results__wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.popup-search-results__wrapper .search-result {
  width: 100%;
}

@media screen and (max-width: 1600px) {
  .search-result {
    width: calc(25% - 24px);
  }
}
@media screen and (max-width: 1280px) {
  .search-result {
    width: calc(33% - 21px);
  }
}
@media screen and (max-width: 1024px) {
  .return-headline {
    gap: 16px;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .return-headline__note {
    font-size: 14px;
    line-height: 16px;
    color: #364E65;
    background: #FFFFFF;
    border: 1px solid #E1E5EF;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 16px;
    width: 100%;
    display: block;
  }
  .in-progress-element__add {
    width: 32px;
    height: 32px;
    right: 4px;
    top: 12px;
  }
  .in-progress-element__add rect {
    display: none;
  }
  .return-element__layout {
    display: flex;
    align-items: center;
  }
  .return-element__mobile-title {
    display: block;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #364E65;
    margin-bottom: 8px;
    padding-right: 48px;
  }
  .return-element .in-progress-element__image-container {
    width: 64px;
    height: 64px;
    min-width: 64px;
    margin: 0 8px 0 0;
  }
  .return-element .in-progress-element__title {
    display: none;
  }
  .return-element .in-progress-tags {
    flex-direction: column;
    margin: 0;
  }
  .return-element .in-progress-tags__tag {
    background-color: white;
    font-size: 14px;
    line-height: 16px;
    padding: 0;
    margin-right: 0;
    margin-bottom: 8px;
  }
  .return-element .in-progress-tags__tag b {
    font-weight: 400;
  }
  .return-element .in-progress-price {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #364E65;
    margin-bottom: 8px;
  }
  .return-element .in-progress-sku {
    padding: 0;
    border-top: 0;
    margin: 0;
  }
  .return-element .in-progress-collect-buttons-layout {
    padding: 16px 10px 0;
    border-top: 1px solid #E1E5EF;
    margin: 16px -20px 0;
  }
  .in-progress-collect-button {
    padding: 8px 0;
  }
  .in-progress-element.return-element {
    width: 100%;
    min-height: unset;
    margin-right: 0;
    padding-bottom: 16px;
    padding-top: 16px;
  }
  .in-progress-container.return-list {
    flex-direction: column;
    max-height: unset;
    gap: 8px;
  }
  .button {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
  }
  .selection-statement {
    padding: 8px;
  }
  .selection-statement__text {
    font-size: 18px;
    line-height: 24px;
  }
  .selection-statement__button-wrapper {
    padding: 8px;
    gap: 8px;
  }
  .mobile_bar__save-button--green {
    background-color: #61BD54;
    font-family: Roboto;
    font-weight: bold;
  }
  .mobile_bar__save-button--green:active {
    background-color: #54a948;
  }
  .mobile_bar__save-button--full-width {
    width: 100%;
  }
  .start__image.return__image {
    display: block;
    margin: 0 auto;
  }
  .start__text.return__text {
    margin: 16px 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
  }
  .button {
    min-height: 48px;
  }
}
@media screen and (max-width: 425px) {
  .return-element .in-progress-collect-buttons-layout {
    margin: 16px -10px 0;
  }
  .mode-search {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  .mode-search__button {
    margin-left: 0;
  }
}
/* SALE MODE STYLES */
.desktop-container__alert {
  display: none;
  color: #364e65;
  font-family: Roboto;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 13px;
  text-align: center;
}

@media screen and (max-width: 992px) {
  .desktop-container__content {
    display: none;
  }
  .desktop-container__alert {
    display: block;
  }
}
.sale-mode__main-wrapper {
  gap: 32px;
  display: grid;
  grid-template-columns: auto 555px;
}

@media screen and (max-width: 1600px) {
  .sale-mode__main-wrapper {
    grid-template-columns: auto 350px;
  }
}
@media screen and (max-width: 1200px) {
  .sale-mode__main-wrapper {
    gap: 32px;
    grid-template-columns: 1fr;
  }
}
.sale-mode__products {
  width: 100%;
}

.sale-mode__heading {
  margin-bottom: 16px;
  display: flex;
}

.sale-mode__heading--space-between {
  justify-content: space-between;
}

.sale-mode__heading-button {
  font-family: Roboto;
  background: #FFFFFF;
  border: 1px solid #E1E5EF;
  border-radius: 4px;
  min-width: 160px;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #364E65;
  padding: 0px 32px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.sale-products-table {
  background: #FFFFFF;
  border: 1px solid #E1E5EF;
  border-radius: 4px;
  box-sizing: border-box;
}

.sale-products-table * {
  box-sizing: border-box;
}

.sale-products-table__row {
  min-height: 96px;
  width: 100%;
  display: flex;
  border-top: 1px solid #E1E5EF;
  gap: 16px;
  padding-left: 32px;
  padding-right: 32px;
}

.sale-products-table__row:first-child {
  border-radius: 4px 4px 0px 0px;
  border-top: 0px;
}

.sale-products-table__row:last-child {
  border-radius: 0px 0px 4px 4px;
}

.sale-products-table__cell {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.sale-products-table__cell--1 {
  width: 48px;
}

.sale-products-table__cell--2 {
  width: 160px;
}

.sale-products-table__cell--3 {
  width: auto;
}

.sale-products-table__cell--4 {
  justify-content: flex-end;
  flex: 1;
}

.sale-products-table__cell--5 {
  width: 120px;
}

@media screen and (max-width: 1024px) {
  .sale-products-table__cell--3 {
    width: unset;
  }
}
.sale-products-table__cell-thumb {
  min-width: 48px;
  min-height: 48px;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sale-products-table__cell-thumb-image {
  max-width: 100%;
  max-height: 100%;
}

.sale-products-table__quantity {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.sale-products-table__quantity-button {
  width: 48px;
  height: 48px;
  border: 1px solid #E1E5EF;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
  color: #364E65;
}

.sale-products-table__quantity-field {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #E1E5EF;
  border: 1px solid #E1E5EF;
  border-radius: 4px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #364E65;
}

.sale-products-table__cell-title {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #364E65;
  padding-left: 16px;
}

.sale-products-table__cell-prices {
  display: flex;
  gap: 12px;
}

.sale-products-table__cell-price {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: max-content;
}

.sale-products-table__cell-price-title {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #364E65;
}

.sale-products-table__cell-price-value {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-align: right;
  color: #364E65;
}

.sale-products-table__cell-buttons {
  display: flex;
  gap: 8px;
}

.sale-products-table__cell-button {
  height: 48px;
  min-width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border: 1px solid #E1E5EF;
  border-radius: 2px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #364E65;
  padding: 0px 8px;
  cursor: pointer;
}

/*.sale-mode__client-data {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*}*/
.sale-data {
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-family: "Roboto";
}

.sale-data__section {
  font-family: "Roboto";
}

.sale-data__section--with-margin {
  margin-top: 16px;
}

.sale-data__section--align-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: auto;
  align-items: flex-end;
}

.sale-data__section-title {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #364E65;
  margin-bottom: 8px;
}

.sale-data__section-title--big {
  font-size: 18px;
  line-height: 24px;
}

.sale-data__buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.sale-data__button {
  width: calc(50% - 8px);
  background: #FFFFFF;
  border: 1px solid #E1E5EF;
  border-radius: 4px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}

.sale-data__button.is-active {
  background: #61BD54;
  color: #ffffff;
}

.sale-data__discount {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}

.sale-data__discount-input {
  width: 96px;
  height: 48px;
  background: #FFFFFF;
  border: 1px solid #E1E5EF;
  border-radius: 4px;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #364E65;
}

.sale-data__discount-fields {
  display: flex;
  gap: 16px;
  align-items: center;
}

.sale-data__discount-field {
  display: flex;
  align-items: center;
  position: relative;
}

.sale-data__discount-field-label {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #364E65;
  padding: 12px 0 12px 32px;
}

.sale-data__discount-radio-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.sale-data__discount-radio-checkmark {
  position: absolute;
  top: 8px;
  left: 0px;
  width: 24px;
  height: 24px;
  border: 1px solid #d6d6d6;
  background: #fff;
  border-radius: 50%;
}

.sale-data__discount-radio-checkmark::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
}

.sale-data__discount-radio-input:checked ~ .sale-data__discount-radio-checkmark::after {
  background: #3f51b5;
}

.sale-data__discount-button {
  width: auto;
  background: #364E65;
  color: #ffffff;
  border: 1px solid #E1E5EF;
  border-radius: 4px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  min-width: 216px;
}

@media screen and (max-width: 1600px) {
  .sale-data__discount-button {
    width: 100%;
  }
  .sale-data__discount-button--default {
    width: auto;
  }
}
.sale-data__summary-list {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
}

.sale-data__summary-list-element {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.sale-data__summary-list-element-title {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #364E65;
}

.sale-data__summary-list-element-value {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-align: right;
  color: #364E65;
}

.sale-data__invoices-info {
  display: flex;
  gap: 4px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.sale-data__invoices-info-element {
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  color: #364E65;
}

.sale-data__client-info-main {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  margin-bottom: 8px;
}

.sale-data__client-info-text {
  width: 100%;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  color: #364E65;
}

.sale-data__client-info-buttons {
  display: flex;
  gap: 8px;
  justify-content: space-between;
  width: 114px;
}

.sale-data__client-info-button {
  height: 48px;
  min-width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border: 1px solid #E1E5EF;
  border-radius: 2px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #364E65;
  padding: 0px 8px;
  cursor: pointer;
}

.sale-data__order-button {
  width: 100%;
  background: #364E65;
  border-radius: 4px;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  cursor: pointer;
}

/* SALE POPUP - ADD CLIENT */
.sale-add-client__popup-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border: 1px solid #E1E5EF;
  border-radius: 4px;
  margin-bottom: 16px;
}

.sale-add-client__popup-button {
  width: 100%;
  height: 48px;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #364E65;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.sale-add-client__popup-button.is-active {
  background: #61BD54;
  color: #ffffff;
}

.sale-add-client__popup-button:first-child {
  border-radius: 4px 0px 0px 4px;
  border-right: 1px solid #E1E5EF;
}

.sale-add-client__popup-button:last-child {
  border-radius: 0px 4px 4px 0px;
}

.sale-add-client__add-form {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  margin-bottom: 16px;
}

.sale-add-client__add-form.is-active {
  display: flex;
}

.sale-add-client__input-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  align-items: flex-end;
  justify-content: flex-end;
  position: relative;
}

.sale-add-client__input {
  width: 100%;
  background: #E1E5EF;
  border: 1px solid #E1E5EF;
  border-radius: 4px;
  height: 48px;
  padding: 0px 16px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #364E65;
}

.sale-add-client__input-row {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 113px;
  width: 100%;
}

.sale-add-client__input-optional {
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  color: #364E65;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.sale-add-client__input-error {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #ff0000;
  display: none;
}

.sale-add-client__input-error.is-active {
  display: block;
}

.popup-button {
  background: #364E65;
  border-radius: 4px;
  color: #FFFFFF;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #FFFFFF;
  width: 100%;
  height: 48px;
  border: unset;
}

.popup-button--margin-top {
  margin-top: 8px;
}

.popup-button--fullwidth {
  width: 100%;
}

.sale-add-client__search-results {
  display: none;
  flex-direction: column;
  gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 24px;
}

.sale-add-client__search-results.is-active {
  display: flex;
}

.sale-add-client__search-results-title {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #364E65;
}

.sale-add-client__search-results-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.sale-add-client__search-results-list-element {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #E1E5EF;
  border-radius: 4px;
  padding: 16px;
  text-align: left;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #364E65;
  cursor: pointer;
}

.sale-add-product-discount__wrapper {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.sale-add-product-discount__discount-input {
  width: 96px;
  height: 48px;
  background: #FFFFFF;
  border: 1px solid #E1E5EF;
  border-radius: 4px;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #364E65;
}

.sale-add-product-discount__discount-fields {
  display: flex;
  gap: 16px;
  align-items: center;
}

.sale-add-product-discount__discount-field {
  display: flex;
  align-items: center;
  position: relative;
}

.sale-add-product-discount__discount-radio-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.sale-add-product-discount__discount-radio-checkmark {
  position: absolute;
  top: 8px;
  left: 0px;
  width: 24px;
  height: 24px;
  border: 1px solid #d6d6d6;
  background: #fff;
  border-radius: 50%;
}

.sale-add-product-discount__discount-field-label {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #364E65;
  padding: 12px 0 12px 32px;
}

.sale-add-product-discount__discount-radio-checkmark::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
}

.sale-add-product-discount__discount-radio-input:checked ~ .sale-add-product-discount__discount-radio-checkmark::after {
  background: #3f51b5;
}

.sale-add-product-payment-time__elements {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.sale-add-product-payment-time__element {
  width: calc(50% - 8px);
  background: #FFFFFF;
  border: 1px solid #E1E5EF;
  border-radius: 4px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}

.sale-add-product-payment-time__element.is-active {
  background: #61BD54;
  color: #ffffff;
}

.sale-add-product-invoice-data__search-button {
  background: #FFFFFF;
  border: 1px solid #E1E5EF;
  border-radius: 4px;
  width: 48px;
  height: 48px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sale-add-product-invoice-data {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
}

.sale-add-product-invoice-data__form {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.sale-add-product-invoice-data__search-results {
  display: none;
  flex-direction: column;
  gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 24px;
}

.sale-add-product-invoice-data__search-results.is-active {
  display: flex;
}

.sale-add-product-invoice-data__search-results-title {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #364E65;
}

.sale-add-product-invoice-data__search-results-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.sale-add-product-invoice-data__search-results-list-element {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #E1E5EF;
  border-radius: 4px;
  padding: 16px;
  text-align: left;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #364E65;
  cursor: pointer;
}

.sale-add-products {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  gap: 24px;
}

.sale-add-products__heading {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #364E65;
  margin-bottom: 8px;
  display: block;
}

.sale-add-products__loader {
  display: none;
  justify-content: center;
  align-items: center;
}

.sale-add-products__loader img {
  height: 60px;
}

.sale-add-products__results {
  width: 100%;
}

.sale-add-products__results.is-loading .sale-add-products__loader {
  display: flex;
}

.sale-add-products__search {
  width: 100%;
}

.sale-add-products__search-form {
  display: flex;
  gap: 8px;
}

.sale-add-products__search-button {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border: 1px solid #E1E5EF;
  border-radius: 4px;
}

.sale-add-products__search-input {
  width: 100%;
  background: #E1E5EF;
  border: 1px solid #E1E5EF;
  border-radius: 4px;
  height: 48px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  padding: 0px 16px;
  color: #364E65;
}

.popup-products {
  display: flex;
  flex-direction: column;
  padding-right: 4px;
  align-items: flex-start;
  justify-content: flex-start;
  max-height: 466px;
  overflow-y: auto;
  overflow-x: hidden;
}

.popup-product {
  width: 100%;
  display: grid;
  gap: 16px;
  grid-template-columns: 24px 64px 1fr 70px 160px;
  -webkit-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  border-radius: 4px;
  padding: 4px;
  width: 770px;
}

.popup-product:hover {
  background: #F5F5F5;
}

.popup-product__cell {
  display: flex;
  align-items: center;
}

.popup-product__image-container {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-product__image {
  max-width: 100%;
  max-height: 100%;
}

.popup-product__title {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #364E65;
}

.popup-product__zoom {
  margin-left: 12px;
  cursor: pointer;
}

.popup-product__prices {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.popup-product__prices-title {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  text-align: right;
  color: #364E65;
  margin-bottom: 4px;
}

.popup-product__price {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  text-align: right;
  color: #364E65;
}

.popup-product__price--old {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-decoration-line: line-through;
  color: #364E65;
}

.popup-product__quantity {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.popup-product__quantity-button {
  width: 48px;
  height: 48px;
  border: 1px solid #E1E5EF;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
  color: #364E65;
}

.popup-product__quantity-field {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #E1E5EF;
  border: 1px solid #E1E5EF;
  border-radius: 4px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #364E65;
}

.checkbox-field {
  min-width: 24px;
  min-height: 24px;
  position: relative;
  display: flex;
  align-items: center;
}

.checkbox-field__checkbox {
  position: absolute;
  top: 19px;
  left: 6px;
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
}

.checkbox-field__checkmark {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 24px;
  height: 24px;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
}

.checkbox-field__checkmark::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 3px;
  width: 4px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkbox-field__checkbox:checked ~ .checkbox-field__checkmark::after {
  border-color: #364E65;
}

.checkbox-field__label {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #364E65;
  padding-left: 32px;
}

.modal-aside-template {
  position: fixed;
  width: 444px;
  height: 100vh;
  right: 0px;
  background: #FFFFFF;
  top: 0px;
  font-family: "Roboto";
  z-index: 9999;
  display: none;
}

.modal-aside-template--left {
  right: unset;
  left: 0px;
}

.modal-aside-template.is-active {
  display: block;
}

.modal-aside-template__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto";
  gap: 16px;
  width: 100%;
  margin-bottom: 20px;
}

.modal-aside-template__heading-title {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  width: 100%;
  color: #364E65;
}

.modal-aside-template__heading-close {
  width: 32px;
  height: 32px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border: 1px solid #E1E5EF;
  border-radius: 4px;
}

.modal-aside-template__wrapper {
  padding: 32px;
}

.modal-product {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
}

.modal-product__data {
  display: grid;
  gap: 16px;
  grid-template-columns: 128px auto;
}

.modal-product__image-container {
  width: 128px;
  height: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-product__image {
  max-height: 100%;
  max-width: 100%;
}

.modal-product__aside {
  display: flex;
  gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.modal-product__title {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #364E65;
}

.modal-product__prices-wrapper {
  display: flex;
  gap: 8px;
}

.modal-product__prices-title {
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  text-align: right;
  color: #364E65;
}

.modal-product__price {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  text-align: right;
  color: #364E65;
}

.modal-product__prices {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.modal-product__price--old {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-decoration-line: line-through;
  color: #364E65;
}

.modal-product__section {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.modal-product__section-title {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #364E65;
}

.modal-product__section-text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #364E65;
}

.popup-order-received__title {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #364E65;
  margin-bottom: 8px;
}

.popup-order-received__number {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #364E65;
  margin-bottom: 24px;
}

/* PRODUCT PREVIEW STYLES */
.prod-prev-mode__heading {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .prod-prev-mode__heading {
    flex-direction: column;
  }
  .prod-prev-mode__heading > * {
    width: 100%;
  }
}
.prod-prev-mode__form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  max-width: 443px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .prod-prev-mode__form {
    max-width: 100%;
  }
}
.prod-prev-mode__table {
  width: 100%;
}

.prod-prev-mode__table-row {
  display: flex;
  border-bottom: 1px solid #E1E5EF;
  border-left: 1px solid #E1E5EF;
  border-right: 1px solid #E1E5EF;
  width: 100%;
}

.prod-prev-mode__table-cell {
  background: #FFFFFF;
  padding: 16px;
  font-family: "Roboto";
  color: #364E65;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-right: 1px solid #E1E5EF;
  word-break: break-word;
}

.prod-prev-mode__table-cell-title {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #364E65;
  display: none;
}

.prod-prev-mode__table-cell--1 {
  width: 6%;
  min-width: 79px;
}

.prod-prev-mode__table-cell--2 {
  width: 20%;
}

.prod-prev-mode__table-cell--3 {
  width: 9%;
}

.prod-prev-mode__table-cell--4 {
  width: 9%;
}

.prod-prev-mode__table-cell--5 {
  width: 9%;
}

.prod-prev-mode__table-cell--6 {
  width: 9%;
}

.prod-prev-mode__table-cell--7 {
  width: 14%;
}

.prod-prev-mode__table-cell--8 {
  width: 9%;
}

.prod-prev-mode__table-cell--9 {
  width: 10%;
}

.prod-prev-mode__table-cell--10 {
  width: 7%;
  border-right: none;
  min-width: 83px;
}

.prod-prev-mode__table-cell--image {
  padding-right: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.prod-prev-mode__table-cell-thumb-image {
  max-width: 48px;
  max-height: 48px;
  width: 100%;
}

.prod-prev-mode__table-row--head {
  background: rgba(225, 229, 239, 0.16);
  border-top: 1px solid #E1E5EF;
}

@media screen and (max-width: 992px) {
  .prod-prev-mode__table-row--head {
    display: none;
  }
  .prod-prev-mode__table-row {
    flex-wrap: wrap;
  }
  .prod-prev-mode__table-cell {
    width: 50%;
  }
  .prod-prev-mode__table-cell--image {
    padding-bottom: 0px;
  }
  .prod-prev-mode__table-cell-thumb-image {
    max-width: 64px;
    max-height: 64px;
  }
  .prod-prev-mode__table-cell-title {
    display: block;
  }
  .prod-prev-mode__table-cell {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
    border-top: 1px solid #E1E5EF;
  }
  .prod-prev-mode__table-row {
    border-left: unset;
    border-right: unset;
  }
  .prod-prev-mode__table-cell:nth-child(odd) {
    border-left: 1px solid #E1E5EF;
  }
  .prod-prev-mode__table-cell:nth-child(even) {
    border-right: 1px solid #E1E5EF;
  }
  .prod-prev-mode__table-cell--3, .prod-prev-mode__table-cell--4 {
    border-top: 1px solid #E1E5EF;
  }
  .prod-prev-mode__table-cell--1 {
    width: 80px;
    background: transparent;
    border-right: unset;
    border-left: unset !important;
    border-top: unset !important;
    margin-bottom: 16px;
  }
  .prod-prev-mode__table-cell--2 {
    width: calc(100% - 80px);
    background: transparent;
    border-right: unset !important;
    border-top: unset !important;
    margin-bottom: 16px;
  }
}
.prod-prev-mode__table-row--head .prod-prev-mode__table-cell {
  background: rgba(225, 229, 239, 0.16);
}

@media screen and (max-width: 1600px) {
  .prod-prev-mode__table-row--head .prod-prev-mode__table-cell {
    background: rgba(225, 229, 239, 0.16);
    font-size: 13px;
  }
}
.prod-prev-mode__icon-show {
  cursor: pointer;
}

c.-prices {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.c-prices--column {
  flex-direction: column;
  align-items: flex-start;
}

.c-prices__price {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
}

.c-prices__price--promotion {
  color: #ED1C24;
}

.c-prices__price--old {
  font-weight: normal;
  color: #364E65;
  text-decoration: line-through;
}

.u-hidden {
  visibility: hidden;
}

/* END PRODUCT PREVIEW STYLES */
.u-bold {
  font-weight: bold;
}

.u-size-limit {
  max-width: 100%;
  max-height: 100%;
}

.u-hide {
  display: none !important;
  opacity: 0;
}

.c-info-panel {
  font-family: Roboto;
  width: 100%;
}
.c-info-panel__wrapper {
  border-radius: 4px;
  padding: 16px 24px;
  border: 1px solid #e1e5ef;
  background: #ffffff;
}
@media (max-width: 500px) {
  .c-info-panel__wrapper {
    padding: 12px 16px;
  }
}
.c-info-panel--red .c-info-panel__wrapper {
  border: 1px solid #ED1C24;
  background: linear-gradient(0deg, rgba(237, 28, 36, 0.2) 0%, rgba(237, 28, 36, 0.2) 100%), #FFF;
}
.c-info-panel__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.c-info-panel__text span {
  display: block;
  margin: 0px !important;
}

.c-input-field-main {
  width: 100%;
  margin-bottom: 16px;
  display: block;
  font-family: Roboto, sans-serif;
}
.c-input-field-main--no-margin {
  margin-bottom: 0;
}
.c-input-field-main--mobile-width {
  max-width: 347px;
  padding: 0px 15px;
}
@media screen and (max-height: 895px), (max-width: 500px) {
  .c-input-field-main--mobile-width {
    max-width: 275px;
    padding: 0px 15px;
  }
}
.c-input-field-main--relative {
  position: relative;
}
.c-input-field-main__label {
  color: #364E65;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  padding-right: 8px;
}
.c-input-field-main__label--light {
  color: #E1E5EF;
}
.c-input-field-main__input-container {
  position: relative;
}
.c-input-field-main__input-container .c-input-field__input {
  padding-right: 48px;
}
.c-input-field-main__inputs-group {
  display: flex;
  gap: 8px;
  align-items: center;
}
.c-input-field-main__input {
  font-family: Roboto, sans-serif;
  width: 100%;
  height: 48px;
  border: 1px solid #E1E5EF;
  border-radius: 4px;
  color: #364E65;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  padding: 0 12px;
}
.c-input-field-main__input:hover {
  border-color: #364E65;
}
.c-input-field-main__input--padding-left {
  padding-left: 56px;
}
.c-input-field-main__input--padding-right {
  padding-right: 56px;
}
.c-input-field-main__input--dark-background {
  background: #F5F5F5;
}
.c-input-field-main__input.is-focus-out {
  outline: none;
}
.c-input-field-main__subtext {
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #364E65;
  margin-top: 4px;
  padding-left: 8px;
}
.c-input-field-main__subtext.is-deactivated {
  display: none;
}
.c-input-field-main__subtext--alert, .c-input-field-main__subtext.has-error {
  color: #ff0000;
}
.c-input-field-main__marker-left, .c-input-field-main__marker-right {
  pointer-events: none;
}

.c-quantity-selector {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-family: Roboto;
}
.c-quantity-selector__button {
  border-radius: 4px;
  border: 1px solid #E1E5EF;
  color: #364E65;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.c-quantity-selector__input {
  height: 48px;
  width: 100%;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.u-bold {
  font-weight: 700;
}

.c-button {
  font-family: Roboto;
  background: #FFFFFF;
  border: 1px solid #E1E5EF;
  border-radius: 4px;
  min-width: 160px;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #364E65;
  padding: 0px 32px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: auto;
}
.c-button--with-icon {
  display: flex;
  gap: 8px;
}
.c-button--bold {
  font-weight: bold;
}
.c-button--dark {
  background: #364E65;
  color: #ffffff;
}
.c-button--autowidth {
  background: #364E65;
  color: #ffffff;
  min-width: 1px;
  padding-left: 16px;
  padding-right: 16px;
}
.c-button--fullwidth {
  width: 100%;
}
@media (max-width: 480px) {
  .c-button--mobile-hidden {
    display: none;
  }
}

.c-input-field {
  position: relative;
  width: 100%;
}
.c-input-field__input {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #E1E5EF;
  border-radius: 4px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #364E65;
  height: 48px;
  width: 100%;
  padding-left: 17px;
}
.c-input-field__input--date::-webkit-calendar-picker-indicator {
  background: url(../img/date_icon.svg) no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 5px;
}

.u-bold {
  font-weight: 700;
}

.c-button {
  font-family: Roboto;
  background: #FFFFFF;
  border: 1px solid #E1E5EF;
  border-radius: 4px;
  min-width: 160px;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #364E65;
  padding: 0px 32px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: auto;
}
.c-button--with-icon {
  display: flex;
  gap: 8px;
}
.c-button--bold {
  font-weight: bold;
}
.c-button--dark {
  background: #364E65;
  color: #ffffff;
}
.c-button--autowidth {
  background: #364E65;
  color: #ffffff;
  min-width: 1px;
  padding-left: 16px;
  padding-right: 16px;
}
.c-button--fullwidth {
  width: 100%;
}
@media (max-width: 480px) {
  .c-button--mobile-hidden {
    display: none;
  }
}

.c-input-field {
  position: relative;
  width: 100%;
}
.c-input-field__input {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #E1E5EF;
  border-radius: 4px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #364E65;
  height: 48px;
  width: 100%;
  padding-left: 17px;
}
.c-input-field__input--date::-webkit-calendar-picker-indicator {
  background: url(../img/date_icon.svg) no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 5px;
}

.l-modal-aside {
  position: fixed;
  height: 100vh; /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  justify-content: flex-end;
  display: none;
  font-family: "Roboto";
  font-style: normal;
  color: #364E65;
}
.l-modal-aside.is-open {
  display: flex;
}
.l-modal-aside.is-active .l-modal-aside__background {
  opacity: 1;
}
.l-modal-aside.is-active .l-modal-aside__wrapper {
  transform: translateX(0);
}
.l-modal-aside__background {
  width: 100%;
  height: 100%;
  background: rgba(26, 26, 26, 0.32);
  transition: opacity 0.4s ease;
  position: absolute;
  opacity: 0;
}
@media (max-width: 768px) {
  .l-modal-aside__background {
    pointer-events: none;
  }
}
.l-modal-aside__background--transparent {
  background: transparent;
}
.l-modal-aside__wrapper {
  background: white;
  width: 464px;
  min-width: 464px;
  transition: transform 0.4s ease;
  transform: translateX(100%);
}
@media (max-width: 768px) {
  .l-modal-aside__wrapper {
    width: 100%;
    min-width: auto;
  }
}
.l-modal-aside__wrapper--left {
  transform: translateX(-100%);
  margin-right: auto;
}
.l-modal-aside__wrapper--border-right {
  border-right: 1px solid #E1E5EF;
}
.l-modal-aside__header {
  padding: 32px 32px 26px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .l-modal-aside__header {
    padding: 16px 12px;
    flex-wrap: nowrap;
  }
}
.l-modal-aside__header--scroll {
  border-bottom: 1px solid #E1E5EF;
}
@media (max-width: 768px) {
  .l-modal-aside__header--scroll {
    border-bottom: none;
  }
}
.l-modal-aside__header-left {
  display: flex;
  align-items: center;
}
.l-modal-aside__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
.l-modal-aside__title--link:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .l-modal-aside__title--link:hover {
    text-decoration: none;
  }
}
@media (max-width: 768px) {
  .l-modal-aside__title {
    font-size: 24px;
    line-height: 32px;
    margin-left: 4px;
  }
}
.l-modal-aside__close {
  cursor: pointer;
}
.l-modal-aside__back.c-icon-holder {
  margin-right: 16px;
  cursor: pointer;
  border: 1px solid #364E65;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .l-modal-aside__back.c-icon-holder {
    margin-right: 4px;
  }
}
.l-modal-aside__body {
  padding: 0 32px;
}
@media (max-width: 768px) {
  .l-modal-aside__body {
    padding: 16px;
  }
}
.l-modal-aside__body--padding {
  padding: 32px 64px;
}
@media (max-width: 768px) {
  .l-modal-aside__body--padding {
    padding: 16px;
  }
}
.l-modal-aside__body--scrollable {
  overflow: auto;
  overscroll-behavior: contain;
}
.l-modal-aside__body--loading {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-modal-aside__loader {
  width: 64px;
  height: 64px;
  background: url(../../images/theme/loading_circle.svg);
}
.l-modal-aside__footer {
  padding: 32px 64px;
  background-color: #f5f5f5;
}
@media (max-width: 768px) {
  .l-modal-aside__footer {
    padding: 16px;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.l-modal-aside__footer.is-cloned {
  opacity: 0;
}
.l-modal-aside__footer.is-copy {
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 201;
}
.l-modal-aside__footer--scroll {
  border-top: 1px solid #E1E5EF;
}
.l-modal-aside__footer-text {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  display: block;
  margin-bottom: 32px;
  text-align: right;
}
@media (max-width: 768px) {
  .l-modal-aside__footer-text {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 24px;
  }
}
.l-modal-aside__subheader {
  width: 100%;
  font-size: 24px;
  line-height: 32px;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .l-modal-aside__subheader {
    display: none;
  }
}
.l-modal-aside__subheader--link:hover {
  text-decoration: underline;
}

/* END MODAL ASIDE */
.u-bold {
  font-weight: 700;
}

.c-button {
  font-family: Roboto;
  background: #FFFFFF;
  border: 1px solid #E1E5EF;
  border-radius: 4px;
  min-width: 160px;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #364E65;
  padding: 0px 32px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: auto;
}
.c-button--with-icon {
  display: flex;
  gap: 8px;
}
.c-button--bold {
  font-weight: bold;
}
.c-button--dark {
  background: #364E65;
  color: #ffffff;
}
.c-button--autowidth {
  background: #364E65;
  color: #ffffff;
  min-width: 1px;
  padding-left: 16px;
  padding-right: 16px;
}
.c-button--fullwidth {
  width: 100%;
}
@media (max-width: 480px) {
  .c-button--mobile-hidden {
    display: none;
  }
}

.c-input-field {
  position: relative;
  width: 100%;
}
.c-input-field__input {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #E1E5EF;
  border-radius: 4px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #364E65;
  height: 48px;
  width: 100%;
  padding-left: 17px;
}
.c-input-field__input--date::-webkit-calendar-picker-indicator {
  background: url(../img/date_icon.svg) no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 5px;
}

.m-modal-order {
  padding-top: 26px;
  font-family: Roboto;
}
.m-modal-order__wrapper {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.m-modal-order__products {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.m-modal-order__products-header {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  margin-right: auto;
}
.m-modal-order__products-wrapper {
  border: 1px solid #E1E5EF;
  border-radius: 4px;
  width: 100%;
  padding-top: 16px;
}
.m-modal-order__product {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E1E5EF;
  display: grid;
  grid-template-columns: 48px auto 48px;
  gap: 16px;
  padding-left: 22px;
  padding-right: 22px;
  align-items: center;
}
.m-modal-order__product-image-wrapper {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.m-modal-order__product-image {
  max-width: 100%;
  max-height: 100%;
}
.m-modal-order__product-title {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.m-modal-order__product-quantity {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 8px;
}
.m-modal-order__product-quantity-head {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
}
.m-modal-order__product-quantity-value {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.m-modal-order__products-show-more {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-decoration-line: underline;
  margin-bottom: 16px;
  text-align: center;
  cursor: pointer;
}
.m-modal-order__details {
  background: #FFFFFF;
  border: 1px solid #E1E5EF;
  border-radius: 4px;
  padding-top: 16px;
  width: 100%;
}
.m-modal-order__details-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E1E5EF;
  padding-left: 16px;
  padding-right: 16px;
}
.m-modal-order__details-row--single {
  grid-template-columns: 1fr;
}
.m-modal-order__details-row:last-child {
  margin-bottom: unset;
  border-bottom: unset;
}
.m-modal-order__details-element {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px;
}
.m-modal-order__details-text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.m-modal-order__details-text--bold {
  font-weight: 700;
}

.u-bold {
  font-weight: 700;
}

.c-button {
  font-family: Roboto;
  background: #FFFFFF;
  border: 1px solid #E1E5EF;
  border-radius: 4px;
  min-width: 160px;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #364E65;
  padding: 0px 32px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: auto;
}
.c-button--with-icon {
  display: flex;
  gap: 8px;
}
.c-button--bold {
  font-weight: bold;
}
.c-button--dark {
  background: #364E65;
  color: #ffffff;
}
.c-button--autowidth {
  background: #364E65;
  color: #ffffff;
  min-width: 1px;
  padding-left: 16px;
  padding-right: 16px;
}
.c-button--fullwidth {
  width: 100%;
}
@media (max-width: 480px) {
  .c-button--mobile-hidden {
    display: none;
  }
}

.c-input-field {
  position: relative;
  width: 100%;
}
.c-input-field__input {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #E1E5EF;
  border-radius: 4px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #364E65;
  height: 48px;
  width: 100%;
  padding-left: 17px;
}
.c-input-field__input--date::-webkit-calendar-picker-indicator {
  background: url(../img/date_icon.svg) no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 5px;
}

.m-modal-trader {
  margin: 26px 0px;
}
.m-modal-trader__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-direction: column;
}
.m-modal-trader__search-field {
  margin-bottom: 8px;
}
.m-modal-trader__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.m-modal-trader__list-element {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  width: 100%;
  border-bottom: 1px solid #E1E5EF;
  color: #364E65;
  padding: 16px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.m-modal-trader__list-element svg {
  display: none;
}
.m-modal-trader__list-element.is-active svg {
  display: block;
}

.u-bold {
  font-weight: 700;
}

.c-button {
  font-family: Roboto;
  background: #FFFFFF;
  border: 1px solid #E1E5EF;
  border-radius: 4px;
  min-width: 160px;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #364E65;
  padding: 0px 32px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: auto;
}
.c-button--with-icon {
  display: flex;
  gap: 8px;
}
.c-button--bold {
  font-weight: bold;
}
.c-button--dark {
  background: #364E65;
  color: #ffffff;
}
.c-button--autowidth {
  background: #364E65;
  color: #ffffff;
  min-width: 1px;
  padding-left: 16px;
  padding-right: 16px;
}
.c-button--fullwidth {
  width: 100%;
}
@media (max-width: 480px) {
  .c-button--mobile-hidden {
    display: none;
  }
}

.c-input-field {
  position: relative;
  width: 100%;
}
.c-input-field__input {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #E1E5EF;
  border-radius: 4px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #364E65;
  height: 48px;
  width: 100%;
  padding-left: 17px;
}
.c-input-field__input--date::-webkit-calendar-picker-indicator {
  background: url(../img/date_icon.svg) no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 5px;
}

.m-modal-order-date {
  margin: 26px 0px;
}
.m-modal-order-date__inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

.u-bold {
  font-weight: 700;
}

.c-button {
  font-family: Roboto;
  background: #FFFFFF;
  border: 1px solid #E1E5EF;
  border-radius: 4px;
  min-width: 160px;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #364E65;
  padding: 0px 32px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: auto;
}
.c-button--with-icon {
  display: flex;
  gap: 8px;
}
.c-button--bold {
  font-weight: bold;
}
.c-button--dark {
  background: #364E65;
  color: #ffffff;
}
.c-button--autowidth {
  background: #364E65;
  color: #ffffff;
  min-width: 1px;
  padding-left: 16px;
  padding-right: 16px;
}
.c-button--fullwidth {
  width: 100%;
}
@media (max-width: 480px) {
  .c-button--mobile-hidden {
    display: none;
  }
}

.c-input-field {
  position: relative;
  width: 100%;
}
.c-input-field__input {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #E1E5EF;
  border-radius: 4px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #364E65;
  height: 48px;
  width: 100%;
  padding-left: 17px;
}
.c-input-field__input--date::-webkit-calendar-picker-indicator {
  background: url(../img/date_icon.svg) no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 5px;
}

.m-modal-client-details {
  padding-top: 26px;
  padding-bottom: 26px;
  font-family: Roboto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.m-modal-client-details__wrapper {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  width: 100%;
}
.m-modal-client-details__header {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #364E65;
}
.m-modal-client-details__details {
  background: #FFFFFF;
  border: 1px solid #E1E5EF;
  border-radius: 4px;
  padding-top: 16px;
  width: 100%;
}
.m-modal-client-details__details-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E1E5EF;
  padding-left: 16px;
  padding-right: 16px;
}
.m-modal-client-details__details-row--single {
  grid-template-columns: 1fr;
}
.m-modal-client-details__details-row:last-child {
  margin-bottom: unset;
  border-bottom: unset;
}
.m-modal-client-details__details-element {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px;
}
.m-modal-client-details__details-text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.m-modal-client-details__details-text--bold {
  font-weight: 700;
}

.u-bold {
  font-weight: 700;
}

.c-button {
  font-family: Roboto;
  background: #FFFFFF;
  border: 1px solid #E1E5EF;
  border-radius: 4px;
  min-width: 160px;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #364E65;
  padding: 0px 32px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: auto;
}
.c-button--with-icon {
  display: flex;
  gap: 8px;
}
.c-button--bold {
  font-weight: bold;
}
.c-button--dark {
  background: #364E65;
  color: #ffffff;
}
.c-button--autowidth {
  background: #364E65;
  color: #ffffff;
  min-width: 1px;
  padding-left: 16px;
  padding-right: 16px;
}
.c-button--fullwidth {
  width: 100%;
}
@media (max-width: 480px) {
  .c-button--mobile-hidden {
    display: none;
  }
}

.c-input-field {
  position: relative;
  width: 100%;
}
.c-input-field__input {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #E1E5EF;
  border-radius: 4px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #364E65;
  height: 48px;
  width: 100%;
  padding-left: 17px;
}
.c-input-field__input--date::-webkit-calendar-picker-indicator {
  background: url(../img/date_icon.svg) no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 5px;
}

/* MOBIL CATEGORIES MENU */
.m-menu-mobile {
  padding-bottom: 32px;
}
@media (max-width: 768px) {
  .m-menu-mobile__list {
    margin: -16px -16px 0;
  }
}
.m-menu-mobile__item {
  display: block;
  border-bottom: 1px solid #E1E5EF;
  cursor: pointer;
  position: relative;
}
@media (max-width: 768px) {
  .m-menu-mobile__item:first-child {
    border-top: 1px solid #E1E5EF;
  }
}
.m-menu-mobile__icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
@media (max-width: 768px) {
  .m-menu-mobile__icon {
    display: block;
  }
}
.m-menu-mobile__name {
  display: block;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  padding: 16px 0;
  color: inherit;
  text-decoration: none;
}
.m-menu-mobile__name:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .m-menu-mobile__name {
    padding: 16px;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .m-menu-mobile__name--with-icon {
    padding-right: 56px;
  }
}
.m-menu-mobile__search {
  margin-bottom: 8px;
  margin-top: 16px;
}

.u-bold {
  font-weight: 700;
}

.c-button {
  font-family: Roboto;
  background: #FFFFFF;
  border: 1px solid #E1E5EF;
  border-radius: 4px;
  min-width: 160px;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #364E65;
  padding: 0px 32px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: auto;
}
.c-button--with-icon {
  display: flex;
  gap: 8px;
}
.c-button--bold {
  font-weight: bold;
}
.c-button--dark {
  background: #364E65;
  color: #ffffff;
}
.c-button--autowidth {
  background: #364E65;
  color: #ffffff;
  min-width: 1px;
  padding-left: 16px;
  padding-right: 16px;
}
.c-button--fullwidth {
  width: 100%;
}
@media (max-width: 480px) {
  .c-button--mobile-hidden {
    display: none;
  }
}

.c-input-field {
  position: relative;
  width: 100%;
}
.c-input-field__input {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #E1E5EF;
  border-radius: 4px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #364E65;
  height: 48px;
  width: 100%;
  padding-left: 17px;
}
.c-input-field__input--date::-webkit-calendar-picker-indicator {
  background: url(../img/date_icon.svg) no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 5px;
}

.orders-prev-mode {
  font-family: Roboto;
}
.orders-prev-mode__list {
  margin: 16px 0px;
  display: grid;
  flex-wrap: wrap;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  grid-template-columns: repeat(7, 1fr);
}
@media (max-width: 1600px) {
  .orders-prev-mode__list {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (max-width: 1200px) {
  .orders-prev-mode__list {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 1024px) {
  .orders-prev-mode__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .orders-prev-mode__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 600px) {
  .orders-prev-mode__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .orders-prev-mode__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.m-orders-header {
  font-family: Roboto;
  margin-bottom: 8px;
  display: flex;
  gap: 16px;
}
@media (max-width: 1600px) {
  .m-orders-header {
    flex-direction: column;
  }
}
.m-orders-header__title {
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 48px;
  color: #364E65;
}
@media (max-width: 480px) {
  .m-orders-header__title {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
  }
}
.m-orders-header__tags {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .m-orders-header__tags {
    display: none;
  }
}
.m-orders-header__buttons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-left: auto;
}
@media (max-width: 1600px) {
  .m-orders-header__buttons {
    margin-left: unset;
  }
}
@media (max-width: 480px) {
  .m-orders-header__buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.m-orders-header__tag {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  padding: 4px 8px;
  border-radius: 4px;
}
.m-orders-header__tag--complete {
  background: #61BD54;
}
.m-orders-header__tag--packed {
  background: #F66629;
}
.m-orders-header__tag--canceled {
  background: #ED1C24;
}
.m-orders-header__tag--inprogress {
  background: #F0F3F6;
  color: #364E65;
}

.c-order-preview-box {
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid #364E65;
  cursor: pointer;
  color: #364E65;
}
.c-order-preview-box__header {
  padding: 16px;
  border-bottom: 1px solid #364E65;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.c-order-preview-box__header-data {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.c-order-preview-box__header-text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.c-order-preview-box__header-text--bold {
  font-weight: 700;
}
.c-order-preview-box__data {
  padding: 16px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 4px;
  flex-wrap: wrap;
}
.c-order-preview-box__data-text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  word-break: break-word;
}
.c-order-preview-box__data-text--bold {
  font-weight: 700;
}

.u-bold {
  font-weight: 700;
}

.c-button {
  font-family: Roboto;
  background: #FFFFFF;
  border: 1px solid #E1E5EF;
  border-radius: 4px;
  min-width: 160px;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #364E65;
  padding: 0px 32px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: auto;
}
.c-button--with-icon {
  display: flex;
  gap: 8px;
}
.c-button--bold {
  font-weight: bold;
}
.c-button--dark {
  background: #364E65;
  color: #ffffff;
}
.c-button--autowidth {
  background: #364E65;
  color: #ffffff;
  min-width: 1px;
  padding-left: 16px;
  padding-right: 16px;
}
.c-button--fullwidth {
  width: 100%;
}
@media (max-width: 480px) {
  .c-button--mobile-hidden {
    display: none;
  }
}

.c-input-field {
  position: relative;
  width: 100%;
}
.c-input-field__input {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #E1E5EF;
  border-radius: 4px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #364E65;
  height: 48px;
  width: 100%;
  padding-left: 17px;
}
.c-input-field__input--date::-webkit-calendar-picker-indicator {
  background: url(../img/date_icon.svg) no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 5px;
}

.clients-prev-mode {
  color: #364E65;
  font-family: Roboto;
}
.clients-prev-mode__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .clients-prev-mode__heading {
    flex-direction: column;
    gap: 8px;
  }
}
@media (max-width: 768px) {
  .clients-prev-mode__heading-button {
    width: 100% !important;
  }
}
@media (max-width: 480px) {
  .clients-prev-mode__heading-button {
    display: none !important;
  }
}
.clients-prev-mode__form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  max-width: 443px;
  width: 100%;
}
@media (max-width: 768px) {
  .clients-prev-mode__form {
    max-width: 100%;
  }
}
.clients-prev-mode__list {
  border: 1px solid #E1E5EF;
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 480px) {
  .clients-prev-mode__list {
    background: transparent;
    border-radius: unset;
    border: unset;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    justify-content: center;
  }
}
.clients-prev-mode__list-element {
  border-bottom: 1px solid #E1E5EF;
  padding: 24px 32px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 480px) {
  .clients-prev-mode__list-element {
    padding: 0px;
    border: 1px solid #E1E5EF;
    border-radius: 4px;
    background: #ffffff;
    flex-direction: column;
    gap: 8px;
  }
}
@media (max-width: 480px) {
  .clients-prev-mode__list-element-data {
    padding: 8px 16px;
    border-bottom: 1px solid #E1E5EF;
  }
}
.clients-prev-mode__list-element-title {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
}
.clients-prev-mode__list-element-text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 480px) {
  .clients-prev-mode__list-element-button {
    margin: 0px 16px 8px 16px;
  }
}
.clients-prev-mode__fixed-button-container {
  background: #ffffff;
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 8px 16px;
  box-shadow: 0px -1px 0px #E1E5EF;
}
@media (max-width: 480px) {
  .clients-prev-mode__fixed-button-container {
    display: block;
  }
}

.u-bold {
  font-weight: 700;
}

.c-button {
  font-family: Roboto;
  background: #FFFFFF;
  border: 1px solid #E1E5EF;
  border-radius: 4px;
  min-width: 160px;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #364E65;
  padding: 0px 32px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: auto;
}
.c-button--with-icon {
  display: flex;
  gap: 8px;
}
.c-button--bold {
  font-weight: bold;
}
.c-button--dark {
  background: #364E65;
  color: #ffffff;
}
.c-button--autowidth {
  background: #364E65;
  color: #ffffff;
  min-width: 1px;
  padding-left: 16px;
  padding-right: 16px;
}
.c-button--fullwidth {
  width: 100%;
}
@media (max-width: 480px) {
  .c-button--mobile-hidden {
    display: none;
  }
}

.c-input-field {
  position: relative;
  width: 100%;
}
.c-input-field__input {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #E1E5EF;
  border-radius: 4px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #364E65;
  height: 48px;
  width: 100%;
  padding-left: 17px;
}
.c-input-field__input--date::-webkit-calendar-picker-indicator {
  background: url(../img/date_icon.svg) no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 5px;
}

.collect-mode-1 {
  font-family: "Roboto";
}
.collect-mode-1__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.collect-mode-1__product {
  background: #ffffff;
  padding: 16px;
  border: 1px solid #E1E5EF;
  border-radius: 4px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.collect-mode-1__product-heading {
  display: grid;
  grid-template-columns: auto 96px auto;
  gap: 24px;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 600px) {
  .collect-mode-1__product-heading {
    grid-template-columns: 80px auto;
  }
}
.collect-mode-1__product-quantity-big {
  font-style: normal;
  font-weight: 700;
  font-size: 80px;
  line-height: 94px;
  color: #364E65;
}
@media (max-width: 600px) {
  .collect-mode-1__product-quantity-big {
    display: none;
  }
}
.collect-mode-1__product-quantity-mobile {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #364E65;
  display: none;
}
@media (max-width: 600px) {
  .collect-mode-1__product-quantity-mobile {
    display: block;
  }
}
.collect-mode-1__product-image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
}
.collect-mode-1__product-image {
  max-width: 100%;
  max-height: 100%;
}
.collect-mode-1__product-data {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
}
.collect-mode-1__product-data-text {
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  color: #364E65;
}
@media (max-width: 600px) {
  .collect-mode-1__product-data-text {
    font-size: 14px;
    line-height: 16px;
  }
}
.collect-mode-1__product-shelf {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #E1E5EF;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.collect-mode-1__product-shelf-text {
  font-style: normal;
  font-size: 24px;
  line-height: 32px;
  color: #364E65;
}
.collect-mode-1__product-shelf-text--bold {
  font-weight: 700;
}
@media (max-width: 600px) {
  .collect-mode-1__product-shelf-text {
    font-size: 14px;
    line-height: 16px;
  }
}
.collect-mode-1__product-baskets {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  row-gap: 42px;
  column-gap: 32px;
}
@media (max-width: 1400px) {
  .collect-mode-1__product-baskets {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1024px) {
  .collect-mode-1__product-baskets {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .collect-mode-1__product-baskets {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media (max-width: 600px) {
  .collect-mode-1__product-baskets {
    gap: 8px;
  }
}
.collect-mode-1__product-basket-title {
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  color: #364E65;
}
@media (max-width: 600px) {
  .collect-mode-1__product-basket-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.collect-mode-1__product-basket-value {
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 56px;
  color: #364E65;
}
@media (max-width: 600px) {
  .collect-mode-1__product-basket-value {
    font-size: 24px;
    line-height: 32px;
  }
}
.collect-mode-1__product-basket {
  background: #FFFFFF;
  border: 1px solid #E1E5EF;
  border-radius: 4px;
  padding: 8px 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}
.collect-mode-1__product-basket.is-active {
  background: #F4F6F9;
}
.collect-mode-1__product-basket.is-active .collect-mode-1__product-basket-title {
  font-size: 64px;
  line-height: 56px;
}
@media (max-width: 600px) {
  .collect-mode-1__product-basket.is-active .collect-mode-1__product-basket-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.collect-mode-1__product-basket.is-active .collect-mode-1__product-basket-value {
  font-size: 64px;
  line-height: 56px;
}
@media (max-width: 600px) {
  .collect-mode-1__product-basket.is-active .collect-mode-1__product-basket-value {
    font-size: 24px;
    line-height: 32px;
  }
}
.collect-mode-1__product-basket.is-collected {
  position: relative;
}
.collect-mode-1__product-basket.is-collected .collect-mode-1__product-basket-title {
  color: #D9D9D9;
}
.collect-mode-1__product-basket.is-collected .collect-mode-1__product-basket-value {
  color: #D9D9D9;
}
.collect-mode-1__product-basket.is-collected::after {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/succes-collecting-circle.svg) no-repeat center center;
}
@media (max-width: 600px) {
  .collect-mode-1__product-basket.is-collected::after {
    width: 24px;
    height: 24px;
    background-size: cover;
  }
}

.u-bold {
  font-weight: 700;
}

.c-button {
  font-family: Roboto;
  background: #FFFFFF;
  border: 1px solid #E1E5EF;
  border-radius: 4px;
  min-width: 160px;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #364E65;
  padding: 0px 32px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: auto;
}
.c-button--with-icon {
  display: flex;
  gap: 8px;
}
.c-button--bold {
  font-weight: bold;
}
.c-button--dark {
  background: #364E65;
  color: #ffffff;
}
.c-button--autowidth {
  background: #364E65;
  color: #ffffff;
  min-width: 1px;
  padding-left: 16px;
  padding-right: 16px;
}
.c-button--fullwidth {
  width: 100%;
}
@media (max-width: 480px) {
  .c-button--mobile-hidden {
    display: none;
  }
}

.c-input-field {
  position: relative;
  width: 100%;
}
.c-input-field__input {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #E1E5EF;
  border-radius: 4px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #364E65;
  height: 48px;
  width: 100%;
  padding-left: 17px;
}
.c-input-field__input--date::-webkit-calendar-picker-indicator {
  background: url(../img/date_icon.svg) no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 5px;
}

.m-popup {
  font-family: "Roboto";
  font-style: normal;
  top: 0px;
  background-color: transparent;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  z-index: 1000;
  display: none;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) and (min-height: 769px), (max-width: 768px) {
  .m-popup--inventory-months-height {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 1024px) and (min-height: 769px), (max-width: 768px) {
  .m-popup--inventory-years-height {
    padding-bottom: 90px;
  }
}
.m-popup.is-active {
  display: flex;
}
.m-popup__background {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(26, 26, 26, 0.24);
  position: fixed;
}
.m-popup__background--darker {
  background: rgba(26, 26, 26, 0.8);
}
.m-popup__content {
  z-index: 1;
  margin: auto;
  max-width: 100%;
  border-radius: 4px;
}
.m-popup__content--mobile-width {
  min-width: 320px;
  max-width: 320px;
  background: #ffffff;
  padding: 32px;
}
@media screen and (max-height: 530px) {
  .m-popup__content--inventory-months-height {
    height: 100vh;
    overflow-y: auto;
    padding-bottom: 65px;
  }
}
@media screen and (max-height: 425px) {
  .m-popup__content--inventory-years-height {
    height: 100vh;
    overflow-y: auto;
    padding-bottom: 65px;
  }
}
.m-popup.is-active {
  display: flex;
  opacity: 1;
}
.m-popup__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.m-popup__heading--without-close {
  justify-content: center;
}

/* MOBILE POPUP SLIDE FROM BOTTOM */
@media (max-width: 480px) {
  .popup--mobile-slide {
    overflow: hidden;
    padding: 0px;
    width: 100%;
  }
  .popup--mobile-slide .popup-content {
    width: 100%;
    -webkit-transition: 1s ease all;
    -o-transition: 1s ease all;
    transition: 1s ease all;
    position: absolute;
    bottom: -100%;
    border-radius: 10px 10px 0px 0px;
    padding: 16px;
    min-width: 320px;
  }
  .popup--mobile-slide .popup-heading__title {
    text-align: center;
  }
  .popup--mobile-slide.is-active .popup-content {
    bottom: 0px;
  }
}

.tasks {
  width: 100%;
}
.tasks .tasks-headline {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tasks .tasks-headline .search-icon {
  display: flex;
  width: 24px;
  height: 24px;
  padding: 4px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #E1E5EF;
  background: #FFF;
}
.tasks .tasks-block {
  display: flex;
  flex-direction: column;
  font-family: Roboto;
  background: #FFFFFF;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 16px;
  border-bottom: 1px solid #E1E5EF;
}
.tasks .tasks-block .tasks-block__headline {
  display: flex;
  align-items: center;
  margin: 8px;
}
.tasks .tasks-block .tasks-block__headline .tasks-block__icon {
  display: flex;
  margin-right: 8px;
}
.tasks .tasks-block .tasks-block__headline .tasks-block__icon img {
  width: 24px;
  height: 24px;
}
.tasks .tasks-block .tasks-block__headline .tasks-block__name {
  display: flex;
}
.tasks .tasks-block .tasks-block__headline .tasks-block__name span {
  color: #364E65;
  font-size: 14px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.tasks .tasks-block .tasks-block__details {
  display: flex;
}
.tasks .tasks-block .tasks-block__details .tasks-block__author {
  display: flex;
  width: 50%;
  flex-direction: column;
}
.tasks .tasks-block .tasks-block__details .tasks-block__author-name {
  color: #757575;
  font-size: 14px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.tasks .tasks-block .tasks-block__details .tasks-block__author-date {
  color: #757575;
  font-size: 12px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.tasks .tasks-block .tasks-block__details .tasks-block__project {
  width: 50%;
  color: #757575;
  text-align: right;
  font-size: 14px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.tasks .tasks-block .tasks-block__details .tasks-block__project-name {
  color: #757575;
  font-size: 14px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.tasks .tasks-block .tasks-block__details .tasks-block__project-name span {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
.tasks .tasks-block .tasks-block__details .tasks-block__project-date {
  color: #757575;
  font-size: 12px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.tasks .tasks-block .tasks-block__details .tasks-block__project-date-alert {
  color: #ED1C24;
}

.close-end {
  display: flex;
  width: 100%;
  justify-content: end;
}

.task {
  width: 100%;
  min-width: 320px;
  height: 100%;
  background-color: #FFFFFF;
}
.task .task-block {
  display: flex;
  padding: 16px;
  flex-direction: column;
  font-family: Roboto;
  box-sizing: border-box;
  border-radius: 4px;
  border-bottom: 1px solid #E1E5EF;
}
.task .task-block .task-block__headline {
  display: flex;
  align-items: center;
  margin: 8px;
}
.task .task-block .task-block__headline .task-block__icon {
  display: flex;
  margin-right: 8px;
}
.task .task-block .task-block__headline .task-block__icon img {
  width: 24px;
  height: 24px;
}
.task .task-block .task-block__headline .task-block__name {
  display: flex;
}
.task .task-block .task-block__headline .task-block__name span {
  color: #364E65;
  font-size: 14px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.task .task-block .task-block__details {
  display: flex;
  flex-direction: column;
}
.task .task-block .task-block__details .left-title {
  width: 50%;
  color: #364E65;
  font-size: 12px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.task .task-block .task-block__details .right-title {
  display: flex;
  color: #364E65;
  font-size: 12px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.task .task-block .task-block__details .right-title .datepicker-toggle {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.task .task-block .task-block__details .right-title .datepicker-toggle-button {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/calendar_icon.svg");
}
.task .task-block .task-block__details .right-title .datepicker-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  box-sizing: border-box;
}
.task .task-block .task-block__details .right-title .datepicker-input::-webkit-calendar-picker-indicator {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.task .task-block .task-block__details .assignee, .task .task-block .task-block__details .kryt, .task .task-block .task-block__details .verification, .task .task-block .task-block__details .starting-date, .task .task-block .task-block__details .due-date, .task .task-block .task-block__details .project {
  display: flex;
  width: 100%;
  margin: 4px;
}
.task .task-block .task-block__details .description, .task .task-block .task-block__details .subtasks {
  color: #364E65;
  font-family: Roboto;
  line-height: 24px;
  margin-bottom: 16px;
  border-bottom: 1px solid #E1E5EF;
}
.task .task-block .task-block__details .description-title, .task .task-block .task-block__details .subtasks-title {
  font-size: 12px;
  font-weight: 700;
}
.task .task-block .task-block__details .description-text, .task .task-block .task-block__details .subtasks-text {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 16px;
}
.task .task-block .task-block__details .starting-date .right-title span, .task .task-block .task-block__details .project .right-title span {
  color: #757575;
  font-size: 12px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.task .task-block .task-block__details .due-date .right-title span {
  color: #ED1C24;
  font-size: 12px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.task .task-block .task-block__details .subtasks {
  border-bottom: 1px solid #E1E5EF;
  margin-bottom: 16px;
}
.task .task-block .task-block__details .subtasks .subtasks-headline {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.task .task-block .task-block__details .subtasks .subtasks-headline .add-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  border: 2px solid #E1E5EF;
}
.task .task-block .task-block__details .subtasks .subtasks-headline .add-icon img {
  height: 8px;
}
.task .task-block .task-block__details .subtasks .check-icon {
  height: 16px;
  width: 16px;
}
.task .task-block .task-block__details .comments {
  color: #364E65;
  font-family: Roboto;
  line-height: 24px;
  margin-bottom: 16px;
}
.task .task-block .task-block__details .comments-title {
  font-size: 12px;
  font-weight: 700;
}
.task .task-block .task-block__details .comments-text {
  margin-bottom: 16px;
}
.task .task-block .task-block__details .comments .add-comment {
  background: white;
  border: 1px solid #d6d6d6;
  padding: 8px;
  width: 100%;
  border-radius: 4px;
}
.task .task-block .divider {
  display: block;
  width: 288px;
  height: 1px;
  margin: 16px;
  color: #E1E5EF;
}

.task__confirm-button {
  margin: 0 auto;
  max-width: 288px;
  width: 100%;
}

.close-end {
  display: flex;
  width: 100%;
  justify-content: end;
}

#popup-add-comment.l-modal-aside.is-open {
  display: flex;
  height: 100%;
  align-items: center;
}
#popup-add-comment.l-modal-aside.is-open .l-modal-aside__wrapper {
  height: 50%;
}
#popup-add-comment.l-modal-aside.is-open .l-modal-aside__wrapper .m-modal-textarea {
  height: 144px;
  margin-bottom: 8px;
}
#popup-add-comment.l-modal-aside.is-open .l-modal-aside__wrapper .m-modal-textarea .c-input-field__input--textarea {
  height: 72px;
}

.u-bold {
  font-weight: 700;
}

.c-button {
  font-family: Roboto;
  background: #FFFFFF;
  border: 1px solid #E1E5EF;
  border-radius: 4px;
  min-width: 160px;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #364E65;
  padding: 0px 32px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: auto;
}
.c-button--with-icon {
  display: flex;
  gap: 8px;
}
.c-button--bold {
  font-weight: bold;
}
.c-button--dark {
  background: #364E65;
  color: #ffffff;
}
.c-button--autowidth {
  background: #364E65;
  color: #ffffff;
  min-width: 1px;
  padding-left: 16px;
  padding-right: 16px;
}
.c-button--fullwidth {
  width: 100%;
}
@media (max-width: 480px) {
  .c-button--mobile-hidden {
    display: none;
  }
}

.c-input-field {
  position: relative;
  width: 100%;
}
.c-input-field__input {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #E1E5EF;
  border-radius: 4px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #364E65;
  height: 48px;
  width: 100%;
  padding-left: 17px;
}
.c-input-field__input--date::-webkit-calendar-picker-indicator {
  background: url(../img/date_icon.svg) no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 5px;
}

.info-view-container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  font-family: "Roboto";
}
.info-view-container__header {
  text-align: center;
  padding: 48px;
  margin-top: 48px;
}
@media (max-width: 768px) {
  .info-view-container__header {
    margin: 0 auto;
    width: 100%;
    max-width: 390px;
  }
}
@media (max-width: 768px) {
  .info-view-container__header img {
    width: 100%;
  }
}
.info-view-container__icon-content {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 768px) {
  .info-view-container__icon-content {
    flex-direction: column;
    align-items: center;
  }
}
.info-view-container__icon-item {
  display: flex;
  width: 100%;
  max-width: 320px;
  flex-direction: column;
  align-items: center;
}
.info-view-container__icon-item-paragraph {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #364E65;
  padding: 16px;
}
.info-view-container__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.info-view-container__heading-desc {
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  color: #364E65;
  padding: 16px;
}
.info-view-container__heading-button {
  display: flex;
  width: 254px;
  height: 48px;
  background: #E85731;
  border-radius: 8px;
  border-color: #E85731;
  font-weight: 700;
  font-size: 14px;
  color: #FFFFFF;
  justify-content: center;
  align-items: center;
  margin: 16px;
  text-decoration: none;
}
.info-view-container__heading-subdesc {
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  color: #364E65;
  padding: 16px;
}
.info-view-container__heading-contact {
  display: flex;
  max-width: 544px;
  height: 96px;
  background: #FFFFFF;
  border-radius: 16px;
  align-items: center;
  padding: 18px 32px;
  margin: 16px;
}
@media (max-width: 768px) {
  .info-view-container__heading-contact {
    flex-direction: column;
    align-items: center;
    height: auto;
  }
}
.info-view-container__heading-contact-left {
  width: 100%;
  max-width: 190px;
  text-align: left;
}
@media (max-width: 768px) {
  .info-view-container__heading-contact-left {
    text-align: center;
  }
}
.info-view-container__heading-contact-left__name {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}
.info-view-container__heading-contact-left__role {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}
.info-view-container__heading-contact-left__mail {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-decoration-line: underline;
  color: #000000;
}
.info-view-container__heading-contact-bar {
  width: 64px;
  height: 0;
  border: 1px solid #D6D6D6;
  transform: rotate(90deg);
}
@media (max-width: 768px) {
  .info-view-container__heading-contact-bar {
    transform: rotate(0deg);
    margin: 16px;
  }
}
.info-view-container__heading-contact-right {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 244px;
}
.info-view-container__heading-contact-right-icon {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .info-view-container__heading-contact-right-icon {
    justify-content: center;
  }
}
.info-view-container__heading-contact-right-icon img {
  width: 25px;
  margin-right: 12px;
}
.info-view-container__heading-contact-right-icon p {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #364E65;
}
.info-view-container__heading-contact-right-tel {
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #E85731;
}

.m-automagic-activators {
  font-family: Roboto;
  margin-bottom: 8px;
  width: 100%;
  box-sizing: border-box;
  display: none;
}
.m-automagic-activators * {
  box-sizing: border-box;
}
.m-automagic-activators--place-list {
  width: 100%;
  position: fixed;
  bottom: 0px;
  left: 0px;
  margin-bottom: 0px;
  z-index: 99;
}
.m-automagic-activators--place-list.is-fixed-disable {
  position: relative;
  bottom: unset;
  left: unset !important;
  width: unset !important;
  margin-bottom: 12px;
}
.m-automagic-activators.is-visible {
  display: block;
}
.m-automagic-activators.is-visible.is-fixed {
  position: fixed;
  right: 0px;
  z-index: 99;
}
.m-automagic-activators__wrapper {
  background: #FFFFFF;
  border: 1px solid #B5B5B5;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.m-automagic-activators--place-list .m-automagic-activators__wrapper {
  border: unset;
}
.m-automagic-activators--place-list.is-fixed .m-automagic-activators__wrapper {
  border: 1px solid #d6d6d6;
  border-top: unset;
  border-right: unset;
  border-left: unset;
}
.m-automagic-activators--place-list.is-fixed.is-with-left-border {
  border-left: 1px solid #d6d6d6;
}
.m-automagic-activators__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.m-automagic-activators__button-circle {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px;
  background: #565656;
}
.m-automagic-activators__button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  gap: 4px;
  background: #000000;
  color: #ffffff;
  cursor: pointer;
}
.m-automagic-activators__button:hover {
  filter: brightness(0.85);
}
.m-automagic-activators__button--red {
  background: #E84E58;
}
.m-automagic-activators__button--red .m-automagic-activators__button-circle {
  background: rgb(226.135, 32.865, 45.415);
}
.m-automagic-activators__button--navy-blue {
  background: #0A428F;
}
.m-automagic-activators__button--navy-blue .m-automagic-activators__button-circle {
  background: rgb(6.6666666667, 44, 95.3333333333);
}
.m-automagic-activators__button--orange {
  background: #F88800;
}
.m-automagic-activators__button--orange .m-automagic-activators__button-circle {
  background: rgb(197, 108.0322580645, 0);
}
.m-automagic-activators__button--violet {
  background: #9028F1;
}
.m-automagic-activators__button--violet .m-automagic-activators__button-circle {
  background: rgb(118.5152838428, 14.0611353712, 215.9388646288);
}
.m-automagic-activators__button--yellow {
  background: #FECA39;
}
.m-automagic-activators__button--yellow .m-automagic-activators__button-circle {
  background: rgb(253.743718593, 188.4170854271, 6.256281407);
}
.m-automagic-activators__button--brown {
  background: #6A4C28;
}
.m-automagic-activators__button--brown .m-automagic-activators__button-circle {
  background: rgb(68.9726027397, 49.4520547945, 26.0273972603);
}
.m-automagic-activators__button--green {
  background: #0EBE75;
}
.m-automagic-activators__button--green .m-automagic-activators__button-circle {
  background: rgb(10.5, 142.5, 87.75);
}
.m-automagic-activators__button--blue {
  background: #116EEF;
}
.m-automagic-activators__button--blue .m-automagic-activators__button-circle {
  background: rgb(12.9133858268, 87.9724409449, 192.0866141732);
}
.m-automagic-activators__button--dark-blue {
  background: #5438DB;
}
.m-automagic-activators__button--dark-blue .m-automagic-activators__button-circle {
  background: rgb(61.0042553191, 34.314893617, 189.685106383);
}
.m-automagic-activators__button--light-green {
  background: #62BC54;
}
.m-automagic-activators__button--light-green .m-automagic-activators__button-circle {
  background: rgb(75.2142857143, 158.7857142857, 62.2142857143);
}
.m-automagic-activators__button.is-not-selected, .m-automagic-activators__button.blocked {
  background: #8E97A0 !important;
}
.m-automagic-activators__button.is-not-selected .m-automagic-activators__button-circle, .m-automagic-activators__button.blocked .m-automagic-activators__button-circle {
  background: rgb(114.6394230769, 125.5, 136.3605769231) !important;
}
.m-automagic-activators__button.is-not-selected .m-automagic-activators__button-text, .m-automagic-activators__button.is-not-selected .m-automagic-activators__button-image, .m-automagic-activators__button.blocked .m-automagic-activators__button-text, .m-automagic-activators__button.blocked .m-automagic-activators__button-image {
  color: #ffffff !important;
}
.m-automagic-activators__button.blocked {
  opacity: 0.3;
  cursor: no-drop;
}
.m-automagic-activators__button-image {
  max-width: 100%;
  max-height: 100%;
}
.m-automagic-activators__button-text {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.m-inventory-dates-selector {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
}
.m-inventory-dates-selector__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.m-inventory-dates-selector__heading--center {
  justify-content: center;
}
.m-inventory-dates-selector__heading-title {
  color: #364E65;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
}
.m-inventory-dates-selector__heading-button {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #E1E5EF;
  cursor: pointer;
}
.m-inventory-dates-selector__button {
  background: #364E65;
  border-radius: 4px;
  color: #FFFFFF;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #FFFFFF;
  width: 100%;
  height: 48px;
  border: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
  cursor: unset;
}
.m-inventory-dates-selector__button.is-active {
  pointer-events: all;
  opacity: 1;
  cursor: pointer;
}
.m-inventory-dates-selector__list {
  width: 100%;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, 1fr);
}
.m-inventory-dates-selector__list--3-cols {
  grid-template-columns: repeat(3, 1fr);
}
.m-inventory-dates-selector__list-element {
  display: none;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  color: #364E65;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 114.286% */
  border-radius: 4px;
  border: 1px solid #E1E5EF;
  background: #FFF;
  height: 40px;
  width: 100%;
}
.m-inventory-dates-selector__list-element.is-visible {
  display: flex;
}
.m-inventory-dates-selector__list-element.is-selected {
  background: #E1E5EF;
}

/* General layout for the m-orders-new section */
.m-orders-new {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 48px 32px;
  font-family: Roboto, sans-serif;
}

/* Header styling */
.m-orders-new__header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.m-orders-new__total {
  color: #364E65;
  font-family: Roboto;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.m-orders-new__scanned {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.m-orders-new__scanned-title {
  color: #364E65;
  margin-bottom: 0;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.m-orders-new__scanned-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 210px;
  height: 63px;
  flex-shrink: 0;
  border-radius: 4px;
  border: 1px solid #D0D5DD;
  background: #FFF;
  padding: 8px;
}

.m-orders-new__scanned-image {
  width: 56px;
  height: auto;
}

.m-orders-new__scanned-details {
  display: flex;
  flex-direction: column;
}

.m-orders-new__scanned-name {
  color: #364E65;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.m-orders-new__scanned-color {
  color: #364E65;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* Matched m-orders-new styling */
.m-orders-new__matched {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.m-orders-new__matched-title {
  color: #364E65;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}

/* Individual m-orders-new */
.m-orders-new__order {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px 1rem;
  background-color: #fff;
  flex-shrink: 0;
  border-radius: 4px;
  border: 1px solid #E1E5EF;
  height: fit-content;
  min-width: 350px;
  max-width: 444px;
}

.m-orders-new__title {
  color: #364E65;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* Product list inside an order */
.m-orders-new__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.m-orders-new__item {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.m-orders-new__image {
  width: 64px;
  height: auto;
}

.m-orders-new__quantity {
  color: #364E65;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.m-orders-new__details {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.m-orders-new__name {
  color: #364E65;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  gap: 4px;
}

.m-orders-new__done-icon {
  height: 18px;
  width: auto;
}

.m-orders-new__symbol {
  color: #364E65;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.m-orders-new__color {
  color: #364E65;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* Responsive layout */
@media (min-width: 800px) {
  .m-orders-new__matched {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .m-orders-new__order {
    flex: 1 1 calc(25% - 1rem);
    max-width: calc(25% - 1rem);
  }
}
@media (max-width: 799px) {
  .m-orders-new__order {
    max-width: 100%;
    min-width: unset;
  }
}

/*# sourceMappingURL=style.css.map */
