/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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,
button, input {
  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; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  outline: none;
  border: none; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

*:focus {
  outline: none; }

a {
  text-decoration: none; }

nav {
  list-style: none; }

ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

@font-face {
  font-family: 'Monserrat';
  src: url("/static/fonts/montserrat-regular-webfont.woff2"), url("/static/fonts/montserrat-regular-webfont.woff"); }

@font-face {
  font-family: 'Monserrat_medium';
  src: url("/static/fonts/montserrat-medium-webfont.woff2"), url("/static/fonts/montserrat-medium-webfont.woff2"); }

@font-face {
  font-family: 'Monserrat_semibold';
  src: url("/static/fonts/montserrat-semibold-webfont.woff2"), url("/static/fonts/montserrat-semibold-webfont.woff"); }

@font-face {
  font-family: 'Roboto_regular';
  src: url("/static/fonts/roboto-regular.woff2"), url("/static/fonts/Roboto-Regular-webfont.woff"); }

@font-face {
  font-family: 'Roboto_bold';
  src: url("/static/fonts/roboto-bold.woff2"), url("/static/fonts/roboto-bold.woff"); }

@font-face {
  font-family: 'Roboto';
  src: url("/static/fonts/roboto-regular.woff2"), url("/static/fonts/Roboto-Regular-webfont.woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("/static/fonts/roboto-bold.woff2"), url("/static/fonts/roboto-bold.woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Monserrat_bold';
  src: url("/static/fonts/montserrat-bold-webfont.woff2"), url("/static/fonts/montserrat-bold-webfont.woff"); }

body {
  min-width: 1100px; }

.login-header {
  margin: 15px 2vw 50px; }

.menu-common {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 30px;
  height: 74px;
  justify-content: space-between; }
  .menu-common__contacts {
    margin-right: 2vw;
    margin-left: 33vw;
    margin-top: 4px;
    width: 10vw; }
  .menu-common__exit {
    margin-left: 0;
    border: 2px solid #666666;
    width: 122px;
    height: 44px;
    border-radius: 6px;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 14.6px; }

.info {
  align-items: center;
  display: flex; }
  .info__page-title {
    display: flex;
    align-items: center;
    flex-grow: 1;
    margin-left: 265px;
    max-width: 0;
    transition: 0.3s ease; }
    .info__page-title_collapsed {
      margin-left: 104px; }
  .info__collapse-icon {
    position: absolute;
    margin-left: 210px;
    transform: translateX(-100%); }
    .info__collapse-icon_collapsed {
      margin-left: 2vw; }

.main {
  display: flex;
  word-spacing: normal;
  flex-wrap: wrap;
  height: auto; }

.workspace {
  display: flex;
  word-spacing: normal;
  flex-wrap: wrap;
  width: calc(100% - 240px);
  max-height: 100%;
  position: relative;
  align-content: flex-start;
  margin-bottom: 30px; }
  .workspace_collapsed {
    width: calc(100% - 5%); }
  .workspace__main {
    max-height: 100%;
    width: 100%;
    overflow-y: auto;
    position: relative;
    align-content: flex-start; }

.page-menu {
  width: 240px;
  min-width: 240px;
  height: auto;
  top: -52px;
  position: relative;
  min-height: calc(100vh - 120px);
  display: block; }
  .page-menu::after {
    content: '';
    display: block;
    height: 54px;
    width: 100%;
    background: #222222;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    transform: translateY(100%); }
  .page-menu_collapsed {
    width: 5%; }
    .page-menu_collapsed .page-menu__manager {
      display: none; }

.menu__list {
  padding: 20px;
  padding-top: 54px; }
  .menu__list_collapsed {
    padding: 20px;
    padding-top: 54px; }

.menu__icon {
  display: inline-block; }
  .menu__icon-requests {
    display: inline-block; }

.menu__title {
  display: inline-block; }

.menu__item {
  padding: 15px 0;
  display: block;
  padding-top: 11px; }
  .menu__item_collapsed {
    justify-content: center; }
    .menu__item_collapsed .menu__icon {
      top: 0;
      position: relative; }

.menu-bottom {
  display: flex;
  align-items: center;
  height: 54px;
  box-sizing: border-box;
  position: relative; }

.login-main {
  display: flex;
  word-spacing: normal;
  flex-wrap: wrap; }
  .login-main-title {
    margin-bottom: 52px;
    padding-bottom: 11px;
    min-width: 16vw; }
  .login-main__button {
    margin-left: 18vw;
    margin-top: -40px; }

.login-card {
  margin: 20px auto;
  width: 25vw;
  padding: 60px 3vw;
  display: flex;
  flex-direction: column; }
  .login-card__input {
    padding-left: 15px;
    margin: 5px 0 0 -0.3vw; }
  .login-card__label {
    margin: 10px 0 10px 0.3vw; }
  .login-card__link {
    margin: 40px 0 0; }

.custom-select__container {
  display: inline-block;
  width: 12vw;
  text-align: center;
  position: relative;
  margin-bottom: 42px; }

.custom-select__text {
  padding-bottom: 13px;
  padding-left: 0.5vw; }

.custom-select__options {
  width: 100%;
  margin: 10px 0;
  padding: 0; }

.custom-select__option {
  padding: 7px 5px; }

.custom-select__suboption {
  margin-left: 2vw; }

.custom-select__logo {
  margin-left: 1vw;
  position: absolute;
  right: 0; }

.modal {
  position: absolute;
  margin: 30px 40%;
  padding: 40px;
  z-index: 6; }
  .modal-select__container {
    margin-bottom: 0;
    width: 18vw; }
  .modal-select__options {
    max-height: 180px;
    overflow-y: scroll; }
  .modal__button {
    margin-top: 30px;
    margin-left: auto; }

.products {
  padding: 3% 3.3vw 3%;
  width: 100%;
  height: calc(100vh - 170px);
  flex-wrap: nowrap;
  flex-direction: column;
  display: flex;
  overflow-y: auto;
  box-sizing: border-box;
  position: relative; }
  .products__button {
    width: min-content;
    white-space: nowrap; }
  .products__label {
    margin: 10px 0 30px 0.3vw; }
    .products__label-search {
      margin: 10px 0 0 0.3vw; }
  .products__text {
    margin: 20px 0 30px; }
  .products__input {
    padding-left: 15px;
    margin: 15px 0 0 -0.3vw;
    width: 14.5vw;
    height: auto;
    padding: 7px 15px;
    resize: none; }
    .products__input-number {
      width: 4vw; }
  .products__search-list {
    width: 14.5vw; }
    .products__search-list-item {
      margin: 10px; }
  .products__icon-save {
    margin-left: 16vw;
    position: absolute;
    margin-top: -55px; }
  .products__select {
    width: 19vw; }
    .products__select-item {
      width: 100%; }
    .products__select-container {
      margin: 15px 0 0 -0.3vw;
      width: 14.5vw;
      height: auto;
      padding: 7px 15px;
      position: relative;
      box-sizing: border-box; }

.table {
  table-layout: fixed;
  border-collapse: collapse; }
  .table__item {
    width: 1px; }
    .table__item-product {
      position: relative;
      margin-top: 5px; }
    .table__item-image {
      position: absolute;
      left: 10px; }
    .table__item-description {
      margin-left: 2.5vw; }

.users {
  padding: 30px;
  display: flex;
  flex-direction: column;
  min-height: 35.5vh;
  box-sizing: border-box;
  width: 100%; }
  .users__table {
    width: 100%;
    margin-top: 14px;
    table-layout: auto; }
    .users__table .table-header__item {
      padding: 13px 10px; }
    .users__table .table__item {
      width: 24%; }
    .users__table .table__item_small {
      width: max-content;
      padding: 20px 10px; }
    .users__table .table__item-button {
      white-space: nowrap; }
  .users__label {
    position: relative;
    display: flex;
    justify-content: center; }
  .users__checkbox-icon {
    position: absolute;
    top: 0;
    margin: 1px; }

.requests-page {
  flex-direction: column;
  padding: 3% 3.3vw 3%;
  box-sizing: border-box;
  flex-wrap: nowrap;
  height: calc(100vh - 170px);
  overflow-y: auto; }
  .requests-page__title {
    margin-bottom: 20px; }
  .requests-page__empty {
    position: relative;
    margin: auto; }

.error-handler {
  position: relative;
  margin: auto; }

.integration {
  padding: 40px 3.3vw;
  width: 100%; }
  .integration__title {
    margin: 10px 0; }
  .integration__description {
    margin: 20px 0; }
  .integration__empty-page {
    position: relative;
    margin: auto; }

.alert__date {
  margin-bottom: 15px; }

.organization__page {
  flex-direction: column;
  padding: 3% 3.3vw 3%;
  box-sizing: border-box;
  flex-wrap: nowrap;
  height: calc(100vh - 170px);
  overflow-y: auto; }
  .organization__page-title {
    margin-bottom: 20px; }

.statistic-tab {
  padding: 0px 3.3vw;
  width: 100%;
  height: calc(100vh - 170px);
  flex-wrap: nowrap;
  flex-direction: column;
  display: flex;
  overflow-y: auto;
  box-sizing: border-box;
  scrollbar-gutter: stable both-edges; }
  .statistic-tab_short {
    width: 50%; }

.statistic__list {
  display: flex;
  flex-direction: row;
  margin: 28px 0;
  justify-content: start; }
  .statistic__list_short {
    width: 50%; }

.statistic__item {
  margin: 5px 0 -2px;
  padding: 20px 1.5vw 17px; }
  .statistic__item:first-child {
    margin-left: 0; }

.statistic__table {
  width: 100%; }

.statistic__popular-label {
  position: relative;
  top: 47px;
  display: flex;
  column-gap: 10px;
  align-items: center;
  width: max-content; }

.pagination {
  display: flex;
  flex-direction: row;
  padding: 10px calc(100%/9);
  align-items: center;
  justify-content: space-around;
  margin: 10px 0 10px auto; }
  .pagination_short {
    margin-left: 13vw;
    padding: 10px 0; }
  .pagination__block {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: auto; }
  .pagination__number {
    padding: 5px 0.5vw; }
  .pagination__list {
    display: flex;
    flex-direction: row; }
  .pagination__item {
    margin-right: 1vw; }
  .pagination__nav {
    display: flex; }
  .pagination__select {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: auto; }
    .pagination__select-item {
      margin-left: 1vw;
      padding: 7px 0; }

.stock__page {
  box-sizing: border-box;
  flex-wrap: nowrap;
  height: calc(100vh - 170px);
  overflow-y: auto;
  flex-direction: column;
  padding: 3% 3.3vw 3%;
  scrollbar-gutter: stable both-edges; }

.stock__table {
  width: 100%; }

.stock__add {
  display: flex;
  align-items: center;
  margin: 15px 0;
  column-gap: 10px; }

.stock__form {
  display: flex;
  flex-direction: column;
  margin: 10px 0;
  width: max-content; }
  .stock__form-label {
    margin: 10px 0; }
  .stock__form-input {
    padding-left: 15px;
    margin: 15px 0 0 -0.3vw;
    width: 14.5vw;
    padding: 7px 15px; }
  .stock__form-checkbox {
    margin-left: 10px;
    vertical-align: top; }
  .stock__form-button {
    width: max-content;
    margin: 10px 0; }

.config__page {
  box-sizing: border-box;
  flex-wrap: nowrap;
  height: calc(100vh - 170px);
  overflow-y: auto;
  flex-direction: column;
  padding: 3% 3.3vw 3%;
  scrollbar-gutter: stable both-edges; }

.config__list {
  margin: 32px 0;
  display: flex;
  flex-direction: column; }

.config__item {
  display: flex;
  flex-direction: row;
  margin: 12px 0;
  column-gap: 12px;
  align-items: center; }

.config__subtitle {
  width: 220px; }

.config__input {
  padding: 8px 15px;
  width: 240px;
  height: 30px; }

.config__label {
  position: relative; }

.config__checkbox-icon {
  position: absolute;
  top: 0;
  margin: 1px; }

.base__page {
  box-sizing: border-box;
  flex-wrap: nowrap;
  height: calc(100vh - 170px);
  overflow-y: auto;
  flex-direction: column;
  padding: 3% 3.3vw 3%;
  scrollbar-gutter: stable both-edges; }

.base__button {
  width: 147px;
  height: 37px;
  margin-left: 24px;
  justify-content: center; }

.base__block {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.base__article {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  column-gap: 24px; }

.base__label {
  display: flex;
  column-gap: 8px; }
  .base__label_full-width {
    margin: 40px 265px 0 auto; }

.base__input {
  padding: 8px 15px;
  width: 420px;
  height: 30px; }

.clients-table {
  font-size: 13px;
  overflow: hidden; }
  .clients-table__header {
    background: #F1F3F3;
    color: #222222;
    font-size: 14px; }
    .clients-table__header .clients-table__row {
      border-bottom: none; }
    .clients-table__header .clients-table__row:hover {
      background: #F1F3F3;
      cursor: default; }
  .clients-table__body {
    background: #fff; }
  .clients-table__row {
    display: grid;
    grid-template-columns: 40px 1fr 140px 220px 150px 220px 200px 100px 120px 40px;
    align-items: center;
    border-bottom: 1px solid #eee;
    transition: background 0.2s;
    cursor: pointer; }
    .clients-table__row:hover {
      background: #FFF5CC; }
  .clients-table__cell {
    padding: 13px 10px;
    white-space: nowrap;
    overflow: hidden; }
    .clients-table__cell--lock {
      text-align: center; }
    .clients-table__cell--state {
      text-align: right; }
    .clients-table__cell--id {
      text-align: center;
      color: #222222; }
  .clients-table__status {
    font-weight: 500;
    text-align: right; }
    .clients-table__status--active {
      color: #2e7d32; }
    .clients-table__status--blocked {
      color: #FF0000; }
  .clients-table__actions {
    text-align: center;
    cursor: pointer;
    color: #999; }
    .clients-table__actions:hover {
      color: #333; }
  .clients-table__delete-btn {
    border: none;
    background: transparent;
    padding: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.15s ease; }
    .clients-table__delete-btn:hover {
      background: #f3f4f6; }
    .clients-table__delete-btn svg {
      display: block; }

.clients-table--order-edit {
  overflow: visible;
  padding: 2px; }

.order-product-hints {
  background: #FFF5CC;
  margin-top: 2px; }

.order-product-hint-item {
  padding: 8px 10px;
  line-height: normal; }

.clients-table--orders .clients-table__row {
  grid-template-columns: 72px 86px 1fr 123px 113px 93px 116px 149px 104px 181px 182px; }

.clients-table--orders .clients-table__body .clients-table__cell {
  padding: 0px 10px;
  line-height: 36px; }

.clients-table--order .clients-table__row {
  grid-template-columns: 40px 1fr 75px 100px 100px 90px 110px 110px 90px 90px 90px 110px 190px 72px; }

.clients-table--order .clients-table__body .clients-table__cell {
  padding: 0px 10px;
  line-height: 35px;
  height: 35px; }
  .clients-table--order .clients-table__body .clients-table__cell--ship {
    text-align: center; }
  .clients-table--order .clients-table__body .clients-table__cell:last-child {
    text-align: right; }
  .clients-table--order .clients-table__body .clients-table__cell select {
    width: 100%;
    height: 31px;
    background: #F1F3F3; }
  .clients-table--order .clients-table__body .clients-table__cell.clients-table__cell--product-edit {
    overflow: visible;
    padding: 2px; }

.clients-table--docs .clients-table__row {
  grid-template-columns: 117px 100px 130px 1fr 2fr; }

.clients-table--docs .clients-table__header .clients-table__cell {
  padding: 13px 15px; }

.clients-table--docs .clients-table__body .clients-table__cell {
  padding: 0px 15px;
  line-height: 36px; }

.clients-table--docs .clients-table__cell--id {
  text-align: left; }

.clients-table--archive .clients-table__row {
  grid-template-columns: 80px 100px 1fr 130px 159px 103px 126px 159px 1fr; }

.clients-table--archive .clients-table__header .clients-table__cell {
  padding: 13px 15px; }

.clients-table--archive .clients-table__body .clients-table__cell {
  padding: 0px 15px;
  line-height: 36px; }

.clients-table--archive .clients-table__cell--id {
  text-align: left; }

.clients-table--supplier-orders .clients-table__row {
  grid-template-columns: 1fr 130px 100px 130px 2fr; }

.clients-table--supplier-orders .clients-table__header .clients-table__cell {
  padding: 13px 15px; }

.clients-table--supplier-orders .clients-table__body .clients-table__cell {
  padding: 0px 15px;
  line-height: 36px; }

.clients-table--supplier-orders .clients-table__cell--id {
  text-align: left; }

.cell-supplier-select {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  .cell-supplier-select select {
    padding: 0 10px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none; }
  .cell-supplier-select svg {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    pointer-events: none; }

.clients-table__body .clients-table__cell {
  padding: 4.5px 10px; }

.clients-table__cell--ship {
  display: flex;
  align-items: center;
  justify-content: center; }

.clients-table__cell--danger {
  color: #FF0000; }

.cell-our-stock--filled {
  background: #99FFB7;
  text-align: right; }

.cell-our-stock--empty {
  background: transparent; }

.cell-supplier-stock--filled {
  background: #FFF5CC;
  text-align: right; }

.cell-supplier-stock--empty {
  background: transparent; }

/* switch */
.tristate-switch {
  --thumb-x: 0px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  width: 75px;
  height: 26px;
  padding: 4px;
  box-sizing: border-box;
  background: #F1F3F3;
  border-radius: 18px;
  transition: background 0.2s ease; }
  .tristate-switch::after {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    content: '';
    display: block;
    width: 1px;
    height: 10px;
    background: #666666; }
  .tristate-switch__segment {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    height: 100%;
    cursor: pointer;
    opacity: 0; }
    .tristate-switch__segment span {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #9ca3af;
      transition: transform 0.2s ease; }
  .tristate-switch__thumb {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 19.6px;
    height: 19.6px;
    background: #fff;
    border-radius: 14px;
    box-sizing: border-box;
    border: 1px solid #666666;
    box-shadow: 0 0px 5px black;
    transition: transform 0.18s ease;
    transform: translateX(var(--thumb-x));
    z-index: 1; }
  .tristate-switch.tristate-switch--pending {
    --thumb-x: 25px; }
  .tristate-switch.tristate-switch--approved {
    --thumb-x: 48px; }
  .tristate-switch.tristate-switch--blocked {
    --thumb-x: 0px; }

.clients-table__cell--id {
  margin-right: 1px;
  transition: background 0.2s ease; }

.clients-table--order-edit .clients-table__row:focus-within .clients-table__cell--id {
  background: #FFF5CC;
  height: 35px;
  line-height: 35px; }

.clients-table--order .clients-table__row--supplier-orders {
  grid-template-columns: 40px 1fr 75px 100px 100px 90px 110px 90px 90px 90px 80px 250px 113px 66px; }

.clients-table__cell--status-header {
  text-align: center; }

.clients-table__cell--status-header {
  text-align: center; }

.clients-table--order .clients-table__body .cell-supplier-select select.status-select--in-progress {
  background: #FFF5CC; }

.clients-table--order .clients-table__body .cell-supplier-select select.status-select--pending {
  background: #FFEFD5; }

.clients-table--order .clients-table__body .cell-supplier-select select.status-select--done {
  background: #99FFB7; }

.clients-table--order .clients-table__body .cell-supplier-select select.status-select--cancelled {
  background: #FFD6D6; }

.order-header.order-header--supplier-orders {
  max-width: 100%;
  gap: 30px;
  justify-content: flex-start; }

.order-header__input--readonly.order-header__input--supplier-orders {
  width: 160px;
  text-align: left; }

.order-header__field--grow.order-header__field--supplier-orders {
  max-width: 473px; }

.order-footer--supplier-orders {
  margin-top: 0; }

.order-ship-toggle {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
  position: relative;
  top: 0;
  width: 15px;
  height: 15px; }
  .order-ship-toggle--active {
    background: #99FFB7; }

.logs-page {
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: calc(100% - 240px);
  box-sizing: border-box; }

.logs-tabs {
  display: flex;
  gap: 8px; }

.logs-tabs__button {
  padding: 8px 12px;
  border: 1px solid #d6d6d6;
  background: #f5f5f5;
  border-radius: 6px;
  cursor: default; }
  .logs-tabs__button--active {
    background: #ffffff;
    border-color: #b7b7b7;
    font-weight: 600; }

.logs-panel {
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  min-height: 320px; }

.logs-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-bottom: 1px solid #e1e1e1;
  gap: 12px; }

.logs-panel__path {
  font-size: 13px;
  color: #555; }

.logs-panel__reload {
  padding: 8px 12px;
  border: 1px solid #cfcfcf;
  background: #f5f5f5;
  border-radius: 6px;
  cursor: pointer; }

.logs-panel__body {
  padding: 12px 16px;
  flex: 1;
  overflow: auto; }

.logs-panel__error {
  color: #d14343;
  font-weight: 600; }

.logs-panel__loading {
  color: #555; }

.logs-viewer {
  margin: 0;
  padding: 12px;
  background: #0f172a;
  color: #e5e7eb;
  border-radius: 6px;
  font-family: Consolas, 'Courier New', monospace;
  font-size: 12px;
  white-space: pre-wrap;
  line-height: 1.4; }

.order-manager {
  padding: 30px;
  padding-bottom: 0;
  color: #333;
  font-size: 13px; }

.order-header {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
  max-width: 1052px; }
  .order-header__field {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 14px; }
    .order-header__field--grow {
      flex-grow: 1;
      max-width: 354px; }
  .order-header__label {
    white-space: nowrap;
    color: #333; }
  .order-header__input-wrapper {
    position: relative;
    display: flex;
    align-items: center; }
  .order-header__input {
    padding: 4px 15px;
    height: 35px;
    outline: none;
    width: 100%;
    background: #F1F3F3;
    color: #222222;
    font-size: 14px;
    width: 131px; }
    .order-header__input--readonly {
      width: 86px;
      text-align: center; }
  .order-header__select {
    width: 100%;
    height: 35px;
    background: #F1F3F3;
    padding: 0 15px;
    font-size: 14px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none; }
    .order-header__select-wrapper {
      width: 100%;
      position: relative; }
  .order-header__icon {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    pointer-events: none; }

.order-product-input {
  width: 100%;
  height: 100%;
  background: transparent;
  color: #222222;
  font-size: 13px;
  padding: 10px 8px;
  transition: background 0.2s ease; }

.order-product-input:focus {
  background: #FFF5CC;
  color: #666666; }

.clients-table__cell--product-input {
  padding: 1px !important;
  height: 33px !important; }

.clients-table__cell--pay span {
  font-size: 14px; }

.order-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 45px;
  max-width: 1052px; }

.order-section__title {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 15px; }

.order-table {
  width: 100%;
  border-collapse: collapse; }
  .order-table th {
    background-color: #F1F3F3;
    font-weight: normal;
    text-align: left;
    padding: 11px 7.5px;
    border-bottom: 1px solid #dcdcdc;
    color: #222222;
    font-size: 14px; }
    .order-table th:first-child {
      padding-left: 15px;
      width: 15px; }
    .order-table th:nth-child(3) {
      width: 100px; }
    .order-table th:last-child {
      padding-right: 15px;
      text-align: right; }
  .order-table td {
    padding: 11px 7.5px;
    border-bottom: 1px solid #F1F3F3;
    text-align: left;
    color: #222222; }
    .order-table td:first-child {
      padding-left: 15px;
      text-align: center;
      width: 15px; }
    .order-table td:nth-child(3) {
      width: 100px; }
    .order-table td:last-child {
      padding-right: 15px;
      text-align: right; }
  .order-table-summary {
    text-align: right;
    margin-top: 5px;
    padding-right: 15px;
    color: #666666;
    font-size: 14px; }

.order-summary {
  margin-top: 0px;
  display: flex;
  flex-direction: row;
  gap: 30px;
  margin-left: auto;
  font-size: 14px;
  justify-content: flex-end; }
  .order-summary__row {
    display: flex;
    align-items: center;
    gap: 10px; }
  .order-summary__label {
    color: #1C1C1C;
    font-weight: 500; }
  .order-summary__value {
    color: #1C1C1C;
    text-align: right; }
    .order-summary__value-wrapper {
      padding: 0 15px;
      background: #F1F3F3;
      height: 35px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 24px; }
  .order-summary__currency {
    color: #1C1C1C; }

.order-new__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  gap: 20px; }

.order-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px; }
  .order-footer__actions {
    display: flex;
    gap: 12px; }

.order-button {
  background: #fff;
  border: 1px solid #666666;
  border-radius: 6px;
  padding: 3px 11.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  cursor: pointer;
  font-size: 14px; }
  .order-button:hover {
    background-color: #f9f9f9; }

.order-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer; }
  .order-toggle__input {
    display: none; }
    .order-toggle__input:checked + .order-toggle__slider {
      background-color: #0F8CC8; }
      .order-toggle__input:checked + .order-toggle__slider::before {
        transform: translateX(24px); }
  .order-toggle__slider {
    position: relative;
    width: 50px;
    height: 26px;
    background-color: #F1F3F3;
    border-radius: 50px;
    transition: 0.3s; }
    .order-toggle__slider::before {
      content: "";
      position: absolute;
      width: 20px;
      height: 20px;
      left: 3px;
      bottom: 3px;
      background-color: white;
      border-radius: 50%;
      transition: 0.3s;
      box-shadow: 0 0 5px black; }

.sales-tabs__list {
  display: flex;
  gap: 30px;
  margin-bottom: 20px;
  margin: 0 30px;
  margin-top: 35px;
  border-bottom: 3px solid #F1F3F3; }

.sales-tabs__button {
  padding: 10px 0;
  cursor: pointer;
  color: #222222;
  position: relative;
  top: 3px;
  border-bottom: 3px solid transparent;
  font-weight: 500;
  padding-bottom: 10px;
  transition: all 0.2s ease;
  box-shadow: none;
  background: transparent; }
  .sales-tabs__button--active {
    border-bottom: 3px solid #0F8CC8;
    border-color: #0F8CC8; }

.clients-toolbar {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px; }
  .clients-toolbar__create {
    white-space: nowrap;
    padding: 10.5px 14.5px;
    border: 1px solid #666666;
    border-radius: 6px;
    line-height: 12px;
    background: #fff;
    font-size: 14px;
    cursor: pointer; }
  .clients-toolbar__search {
    position: relative; }
    .clients-toolbar__search-icon {
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%); }
    .clients-toolbar__search input {
      width: 100%;
      padding: 10px 15px;
      padding-top: 8px;
      border: 1px solid #666666;
      border-radius: 6px;
      width: 400px;
      font-size: 15px;
      color: #222222;
      outline: none;
      height: 35px;
      transition: border-color 0.2s ease, box-shadow 0.2s ease; }
      .clients-toolbar__search input::placeholder {
        color: #666666;
        font-size: 15px; }
      .clients-toolbar__search input:focus {
        border-color: #007bff; }

body {
  font-family: 'Roboto', sans-serif; }

.sales {
  width: calc(100% - 240px); }

.header.admin {
  height: 126px; }

.menu-common__logo {
  max-width: 14vw;
  height: 80px;
  min-width: 130px; }
  .menu-common__logo .d {
    fill: #171717; }
  .menu-common__logo .e {
    fill: #0f8cc8; }

.menu-common__exit {
  display: flex;
  flex-direction: row; }
  .menu-common__exit-text {
    font-size: 15px;
    color: #4b4b4b; }
  .menu-common__exit-icon {
    width: 18px;
    height: 19px;
    order: 2; }
    .menu-common__exit-icon .d {
      fill: none;
      stroke: black;
      stroke-linecap: round;
      stroke-linejoin: round; }

.menu-common__contacts {
  font-size: 12px;
  color: #b6b6b6;
  line-height: 1.1; }

.info {
  background: #222222;
  color: white;
  height: 52px; }
  .info__collapse-icon {
    width: auto;
    height: 10px;
    z-index: 1001;
    transition: 0.3s ease;
    opacity: 0;
    cursor: pointer; }
    .info__collapse-icon_collapsed {
      transform: rotate(180deg);
      animation: chevronRotate 0.3s linear;
      opacity: 1; }
    .info__collapse-icon_full-width {
      opacity: 1; }
  .info__page-title {
    font-size: 14px;
    cursor: pointer; }

.page-menu_full-width .menu__list {
  min-width: 200px; }

.menu-bottom {
  background-color: #F1F3F3; }
  .menu-bottom_sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding-top: 0px;
    padding-bottom: 0px; }

.menu-middle__search {
  min-width: 560px;
  flex-grow: 1;
  position: relative;
  left: -15px; }

.menu-common__search {
  display: block;
  position: relative;
  width: 100%; }

.menu-common__search-input {
  border: none;
  border-radius: 0;
  width: 100%;
  box-sizing: border-box;
  outline: none; }

.menu-common__search-input_active {
  border: none; }

.menu-middle__search-input {
  padding: 0 15px 0 67px;
  height: 54px;
  width: 100%;
  background: #F1F3F3;
  box-sizing: border-box;
  font-size: 14px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  padding-left: 60px; }
  .menu-middle__search-input::placeholder {
    color: #666666;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400; }

.menu-middle__search-input_active {
  border: none; }

.menu-middle__cbrf span {
  color: #83838d; }

.menu-middle__cbrf span,
.menu-middle__cbrf p {
  display: inline-block; }

.menu-middle__cbrf {
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  color: #222222;
  display: flex;
  gap: 5px; }

.search-options__list {
  position: absolute;
  top: 54px;
  left: 0;
  background-color: white;
  display: none;
  width: 100%;
  box-shadow: 0 3px 4px 0 #00000033;
  padding-top: 10px;
  max-height: 420px;
  overflow: auto;
  margin: 0;
  list-style: none;
  z-index: 1000;
  width: 1146px; }
  .search-options__list_active {
    display: block; }
  .search-options__list::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
    z-index: -1; }
  .search-options__list::-webkit-scrollbar-thumb {
    background-color: #b6b6b6;
    border-radius: 10px; }
  .search-options__list::-webkit-scrollbar-track-piece:end {
    margin-bottom: 20px;
    background-color: transparent; }

.search-options__item {
  cursor: pointer;
  padding: 10px 15px; }
  .search-options__item:hover {
    color: #0f8cc8;
    background: #F1F3F3; }

.search-options__key {
  color: #666666;
  font-size: 13px;
  text-align: left;
  max-width: 100%;
  margin-left: 0;
  margin-top: 6px; }

.search-options__image {
  width: 32px;
  height: 32px;
  border-radius: 5px; }

.search-options__content {
  display: flex;
  flex-direction: row;
  gap: 4px;
  justify-content: space-between; }

.search-options__details {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 20px;
  align-items: start;
  font-size: 12px; }

.search-options__details-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 150px; }

.search-options__details-title {
  color: #666666;
  font-size: 13px; }

.search-options__package {
  color: #222222;
  font-size: 13px; }

.search-hint__row {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: 15px; }

.search-hint__col.search-hint__col--content {
  width: 100%; }

.search-hint__col--image {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center; }

.search-hint__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

.search-options__footer {
  display: flex;
  flex-direction: row;
  gap: 15px;
  padding: 35px 30px 20px;
  align-items: self-end;
  justify-content: space-between; }

.search-options__note {
  color: #666666;
  font-size: 13px; }

.search-options__show-all-button {
  width: 400px;
  padding: 10px;
  background: #0F8CC8;
  border-radius: 6px;
  color: #fff;
  font-size: 15px;
  height: 44px;
  cursor: pointer;
  transition: 0.3s ease; }
  .search-options__show-all-button:hover {
    opacity: 0.8; }

.search-options__name {
  font-size: 15px; }

.search-options__details .search-options__details-col:nth-child(2) {
  text-align: right;
  width: 250px; }

.mob-manufacturer:before {
  content: ' / '; }

.search-options__close {
  position: absolute;
  top: -34px;
  right: 0;
  background: transparent; }

.search-options__close-button {
  background: transparent;
  border: none;
  cursor: pointer; }

.page-menu {
  background: #222222;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 12px;
  transition: 0.3s ease;
  -ms-overflow-style: none; }
  .page-menu::-webkit-scrollbar {
    display: none; }
  .page-menu_collapsed {
    min-width: 0; }

.menu__list {
  list-style-type: none;
  position: static; }

.menu__item {
  color: #b6b6b6;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  row-gap: 0px;
  align-items: center;
  transition: 0.3s ease;
  position: relative;
  text-decoration: none; }
  .menu__item::after {
    content: '';
    display: block;
    position: absolute;
    inset: 0;
    left: -20px;
    right: -20px;
    background-color: transparent;
    z-index: 1;
    transition: 0.3s ease; }
  .menu__item:hover .menu__title:not(.menu__title_active) {
    color: #0f8cc8; }
  .menu__item:hover .menu__icon:not(.menu__icon_active) {
    color: #0f8cc8; }
  .menu__item:has(.menu__title_active) .menu__icon {
    color: #0f8cc8; }
  .menu__item_full-width {
    transition: 0.3s ease; }

.menu__icon {
  width: 27px;
  height: 30px;
  color: #B6B6B6;
  position: relative;
  top: 8px;
  z-index: 2;
  transition: 0.3s ease; }
  .menu__icon_active {
    color: #0f8cc8; }

.menu__title {
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  z-index: 2; }
  .menu__title_active {
    color: #0f8cc8; }
  .menu__title_collapsed {
    animation: menuCollapsedText 0.3s linear 0.1s;
    display: none; }
  .menu__title_full-width {
    transition: 0.3s ease; }

.menu__text {
  z-index: 2;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  line-height: 100%;
  max-width: 100%;
  color: #82838D;
  font-weight: 400;
  padding-left: 40px;
  max-width: 152px; }
  .menu__text_active {
    color: #0f8cc8; }
  .menu__text_full-width {
    transition: 0.3s ease; }
  .menu__text_collapsed {
    transition: 0.3s ease;
    display: none; }

.menu__icon-requests {
  fill: #b6b6b6; }

.menu__icon-requests_active {
  fill: #0f8cc8; }

.menu__item:hover .menu__icon:not(.menu__icon_active) {
  color: #0f8cc8; }

.main {
  font-size: 15px; }

.users__title {
  font-size: 18px; }

.navigation-link {
  cursor: pointer; }

.login-card {
  background: #d9e3e8; }
  .login-card__title {
    font-size: 18px; }
  .login-card__label {
    display: block;
    font-size: 14px;
    color: black; }
  .login-card__input {
    display: block;
    border-radius: 30px;
    border: none;
    width: 14.5vw;
    height: 27px; }
  .login-card__link {
    text-decoration: underline;
    font-size: 14px; }

.login-main__button {
  font-size: 13px;
  min-width: 123px;
  width: 7vw; }

.button {
  background-color: #0f8cc8;
  color: white;
  border-radius: 5px;
  height: 50px;
  cursor: pointer;
  padding: 0 30px;
  display: flex;
  align-items: center; }
  .button__icon {
    width: 15px;
    height: 14px;
    fill: white;
    margin-left: 0.5vw; }
  .button__text {
    font-size: 1.2em; }
  .button:hover {
    background-color: #74bde0; }
  .button:active {
    background-color: #1a5977; }
  .button_disabled {
    background-color: #cbe7f4;
    color: #a0c6d9; }
    .button_disabled:hover {
      background-color: #cbe7f4; }

.custom-select__text {
  background-color: white;
  font-size: 14px;
  border-bottom: 1px solid #b6b6b6;
  text-align: start;
  cursor: pointer; }

.custom-select__options {
  text-align: center;
  background-color: white; }

.custom-select__option {
  list-style-type: none;
  cursor: pointer;
  text-align: start;
  font-size: 13px;
  color: #b6b6b6; }
  .custom-select__option:hover {
    color: black; }
  .custom-select__option_active {
    color: #0f8cc8; }

.custom-select__logo {
  width: 20px;
  height: 10px;
  fill: black;
  transform: rotate(90deg); }

.modal {
  border: 1px solid #b6b6b6;
  background-color: white;
  border-radius: 10px; }
  .modal-select__options::-webkit-scrollbar {
    width: 5px;
    background-color: #eeeeee; }
  .modal-select__options::-webkit-scrollbar-thumb {
    background-color: #b6b6b6;
    border-radius: 10px; }

.products__label {
  display: block;
  font-size: 14px;
  color: black; }

.products__input {
  display: block;
  border-radius: 30px;
  border: 1px solid #b6b6b6; }

.products__search-list {
  border: 1px solid #b6b6b6;
  border-radius: 10px;
  border-top: none; }

.products__icon {
  width: 20px;
  height: 10px;
  fill: black;
  transform: rotate(90deg); }
  .products__icon-save {
    width: 20px;
    height: 20px;
    fill: #0f8cc8;
    cursor: pointer; }

.products__select-item {
  appearance: none;
  background-color: transparent; }
  .products__select-item_default {
    color: grey; }
  .products__select-item :first-child {
    display: none; }

.products__select-container {
  border-radius: 30px;
  border: 1px solid #b6b6b6;
  cursor: pointer;
  background-color: white; }
  .products__select-container::after {
    right: 15px;
    top: 8px;
    position: absolute;
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: '';
    display: inline-block;
    height: 0.45em;
    transform: rotate(135deg);
    vertical-align: top;
    color: #b6b6b6;
    width: 0.45em; }

.products__button {
  padding: 14px 30px; }

.requests-page {
  box-sizing: border-box; }
  .requests-page__title {
    font-size: 18px; }

.table {
  border: 1px solid initial;
  text-align: center;
  font-size: 13px; }
  .table__item {
    border: 1px solid #b6b6b6;
    height: 38px;
    vertical-align: middle;
    padding-top: 5px; }
    .table__item_active {
      border-bottom: 2px solid #0f8cc8; }
    .table__item-image {
      width: 40px;
      height: 40px; }
    .table__item-product:not(:last-child) {
      border-bottom: 1px solid #b6b6b6; }
    .table__item-button {
      width: max-content;
      margin: 10px auto;
      font-size: 12px; }
  .table-header {
    background: #eeeeee;
    height: 40px; }
    .table-header__item {
      vertical-align: middle; }
  .table-row:last-child .table__item {
    vertical-align: middle;
    height: 35px; }
  .table-row .table__item:first-child {
    border-left: none;
    font-size: 13px; }
  .table-row :nth-child(5n) {
    border-right: none; }
  .table-row .table__item:last-child {
    border-right: none; }
  .table-row__input {
    width: 100%;
    padding: 10px;
    text-align: center; }

.users__title {
  font-size: 18px; }

.users__table {
  font-size: 13px;
  font-family: 'Roboto_regular', sans-serif; }
  .users__table .table__item-button {
    font-size: 13px; }

.users .table-header__item {
  font-family: 'Roboto_bold', sans-serif; }

.users .table__item:nth-child(5n) {
  border-right: none; }

.users__checkbox {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  color: #0f8cc8;
  width: 24px;
  height: 24px;
  border: 2px solid #0f8cc8;
  border-radius: 4px;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center; }
  .users__checkbox-icon {
    display: none;
    fill: white;
    width: 20px;
    height: 20px; }
  .users__checkbox:checked {
    background-color: #0f8cc8; }
    .users__checkbox:checked ~ .users__checkbox-icon {
      display: block; }

.alert {
  color: red;
  margin-top: 5px; }

.integration__title {
  font-size: 18px; }

.integration_empty {
  box-sizing: border-box; }

.integration:not(:last-child) {
  border-bottom: none; }

.integration__button {
  width: 11vw; }

.integration__description {
  width: 11vw; }

.organization__page {
  box-sizing: border-box; }
  .organization__page-title {
    font-size: 18px; }

.statistic__list {
  border-bottom: 2px solid #b6b6b6;
  font-size: 16px; }

.statistic__item {
  color: #b6b6b6; }
  .statistic__item_active {
    color: black;
    border-bottom: 2px solid #0f8cc8; }

.statistic__popular-checkbox {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  background-color: white;
  width: 24px;
  height: 24px;
  border: 1px solid #4b4b4b;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center; }
  .statistic__popular-checkbox:checked {
    border-color: #0f8cc8; }
    .statistic__popular-checkbox:checked::before {
      content: "";
      width: 22px;
      height: 22px;
      background: #0f8cc8 url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+DQo8c3ZnIHdpZHRoPSIxMiIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTIgOSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgPHBhdGggZD0iTTQuNTc1IDguOTc3cy0uNDA0LS4wMDctLjUzNi0uMTY1TC4wNTcgNS42NGwuODI5LTEuMjI3TDQuNDcgNy4yNjggMTAuOTIxLjA4NmwuOTIzIDEuMTAzLTYuODYzIDcuNjRjLS4xMzQtLjAwMy0uNDA2LjE0OC0uNDA2LjE0OHoiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPg0KPC9zdmc+") 50% 40% no-repeat; }

.statistic__popular-text {
  font-size: 16px; }

.pagination {
  color: #0f8cc8; }
  .pagination__number {
    cursor: pointer; }
    .pagination__number_active {
      color: white;
      background-color: #0f8cc8; }
    .pagination__number_last::before {
      content: "...";
      align-self: end;
      margin-right: 1vw;
      color: #0f8cc8; }
    .pagination__number_first::after {
      content: "...";
      align-self: end;
      margin-right: 1vw;
      color: #0f8cc8; }
  .pagination__icon {
    transform: rotate(0deg); }
  .pagination__item {
    cursor: pointer; }
  .pagination__select {
    font-size: 11px;
    color: black; }
    .pagination__select-item {
      background-color: white;
      border: 1px solid #b6b6b6;
      font-size: 13px;
      cursor: pointer; }

.stock__table-input {
  text-align: center; }

.stock__add {
  color: #0f8cc8;
  cursor: pointer; }

.stock__icon {
  fill: #0f8cc8;
  width: 11px;
  height: 11px; }

.stock__form-input {
  display: block;
  border-radius: 30px;
  border: 1px solid #b6b6b6; }

.config__title {
  font-size: 18px; }

.config__input {
  display: block;
  border-radius: 30px;
  border: 1px solid #b6b6b6; }

.config__item {
  font-size: 14px;
  font-family: 'Roboto_regular', sans-serif; }

.config__checkbox {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  color: #0f8cc8;
  width: 24px;
  height: 24px;
  border: 2px solid #0f8cc8;
  border-radius: 4px;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center; }
  .config__checkbox-icon {
    display: none;
    fill: white;
    width: 20px;
    height: 20px; }
  .config__checkbox:checked {
    background-color: #0f8cc8; }
    .config__checkbox:checked ~ .config__checkbox-icon {
      display: block; }

.base__input {
  display: block;
  border-radius: 30px;
  border: 1px solid #b6b6b6; }

.banner__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px; }

.banner__btn {
  padding: 10px 20px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-family: 'Roboto_regular', sans-serif;
  transition: background-color 0.3s ease; }
  .banner__btn_new {
    background-color: #0f8cc8;
    color: white; }
    .banner__btn_new:hover {
      background-color: #1a5490; }
  .banner__btn_save {
    background-color: #28a745;
    color: white;
    margin-right: 10px; }
    .banner__btn_save:hover {
      background-color: #1e7e34; }
  .banner__btn_cancel {
    background-color: #b6b6b6;
    color: white; }
    .banner__btn_cancel:hover {
      background-color: #5a6268; }
  .banner__btn_edit {
    background-color: #007bff;
    color: white;
    margin-right: 10px; }
    .banner__btn_edit:hover {
      background-color: #0056b3; }
  .banner__btn_delete {
    background-color: #dc3545;
    color: white; }
    .banner__btn_delete:hover {
      background-color: #c82333; }

.banner__form {
  max-width: 600px; }
  .banner__form-group {
    margin-bottom: 20px; }
  .banner__form-actions {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee; }

.banner__label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 14px;
  font-family: 'Roboto_regular', sans-serif; }

.banner__textarea {
  resize: vertical;
  min-height: 80px; }

.banner__checkbox-label {
  display: flex;
  align-items: center; }
  .banner__checkbox-label input[type="checkbox"] {
    margin-right: 10px; }

.banner__list {
  display: grid;
  gap: 20px; }

.banner__item {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  background: white; }
  .banner__item_inactive {
    opacity: 0.6;
    background-color: #f8f9fa; }
  .banner__item-content {
    margin-bottom: 15px; }
  .banner__item-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #0f8cc8; }
  .banner__item-text, .banner__item-content {
    font-size: 14px;
    color: #666;
    margin-bottom: 8px; }
  .banner__item-image {
    margin: 10px 0; }
    .banner__item-image img {
      max-width: 200px;
      max-height: 100px;
      object-fit: cover;
      border-radius: 4px; }
  .banner__item-meta {
    display: flex;
    gap: 20px;
    font-size: 12px;
    color: #888;
    margin-top: 10px; }
  .banner__item-actions {
    display: flex;
    gap: 10px; }

.banner__empty {
  text-align: center;
  color: #666;
  font-style: italic;
  padding: 40px; }

@keyframes menuCollapsedAnimation {
  0% {
    width: 16.1%; }
  50% {
    width: 10%; }
  100% {
    width: 5%; } }

@keyframes workspaceCollapsedAnimation {
  0% {
    width: calc(100% - 16.1%); }
  50% {
    width: calc(100% - 10%); }
  100% {
    width: calc(100% - 5%); } }

@keyframes menuFullWidthAnimation {
  0% {
    width: 5%; }
  50% {
    width: 10%; }
  100% {
    width: 16.1%; } }

@keyframes workspaceFullWidthAnimation {
  0% {
    width: calc(100% - 5%); }
  50% {
    width: calc(100% - 10%); }
  100% {
    width: calc(100% - 16.1%); } }

@keyframes menuFullWidthText {
  0% {
    opacity: 0;
    display: none;
    position: absolute; }
  30% {
    opacity: 0;
    display: none;
    position: absolute; }
  100% {
    opacity: 0;
    display: none;
    position: absolute; } }

@keyframes menuCollapsedText {
  0% {
    opacity: 0;
    display: none; }
  70% {
    opacity: 0;
    display: none; }
  95% {
    opacity: 1;
    display: none; } }

@keyframes menuItemCollapsed {
  0% {
    padding: 0;
    margin-bottom: 69px; }
  100% {
    padding: 0;
    margin-bottom: 69px; } }

@keyframes chevronRotate {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(90deg); } }

@keyframes chevronRotateFullWidth {
  0% {
    transform: rotate(180deg); }
  50% {
    transform: rotate(90deg); } }

.orders-table-buttons {
  display: flex;
  gap: 10px; }

.orders-table-container {
  width: 100%; }

.orders-table-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  margin-top: 40px;
  gap: 10px; }

.orders-table-title {
  font-size: 24px;
  font-weight: 600;
  color: #1c1c1c;
  margin: 0; }

.orders-button {
  padding: 8px 16px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  background: white;
  color: #374151;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease; }
  .orders-button_primary {
    background: #3b82f6;
    color: white;
    border-color: #3b82f6; }
    .orders-button_primary:hover {
      background: #2563eb;
      border-color: #2563eb; }
  .orders-button_secondary:hover {
    background: #f3f4f6;
    border-color: #9ca3af; }

.orders-table-modern {
  width: 100%;
  border-collapse: collapse;
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 3px 0 black; }
  .orders-table-modern .table-header {
    background: #f3f4f6; }
    .orders-table-modern .table-header .table-header__item {
      padding: 12px 16px;
      font-weight: 500;
      color: #374151;
      font-size: 14px;
      text-align: center;
      border-bottom: 1px solid #e5e7eb; }
  .orders-table-modern .table-row {
    border-bottom: 1px solid #e5e5e5;
    transition: background 0.2s ease;
    cursor: pointer; }
    .orders-table-modern .table-row:hover {
      background: #f3f4f6; }
    .orders-table-modern .table-row .table__item {
      padding: 12px 16px;
      font-size: 14px;
      color: #1f2937;
      vertical-align: middle;
      text-align: center; }
      .orders-table-modern .table-row .table__item_active {
        font-weight: 500;
        color: #1f2937; }
      .orders-table-modern .table-row .table__item-date {
        white-space: nowrap; }

.table-row-clickable:hover {
  background-color: #f8f9fa !important; }

.order-detail-container {
  background: #fff;
  width: 100%;
  position: relative;
  box-sizing: border-box; }

.order-detail-header {
  position: absolute;
  right: 20px;
  top: -5px;
  transform: translateY(-100%); }

.order-detail-back-btn {
  display: flex;
  align-items: center;
  gap: 15px;
  background: none;
  border: none;
  color: #666666;
  cursor: pointer;
  font-size: 15px;
  padding: 10px;
  border-radius: 4px;
  transition: all 0.2s; }

.order-detail-info {
  margin-bottom: 30px; }
  .order-detail-info h2 {
    font-size: 24px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 16px; }
  .order-detail-info h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 16px; }

.order-detail-total {
  font-size: 28px;
  font-weight: 600;
  color: #059669;
  margin-bottom: 20px; }

.order-detail-meta {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 12px;
  margin-bottom: 20px; }

.order-detail-field {
  display: flex;
  gap: 8px; }

.order-detail-label {
  font-weight: 500;
  color: #6b7280;
  min-width: 140px; }

.order-detail-value {
  color: #1f2937;
  font-weight: 400; }

.order-detail-products {
  margin-top: 15px;
  padding: 30px;
  padding-top: 0;
  z-index: 20;
  position: relative; }

.order-detail-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 3px 0 black; }
  .order-detail-table thead tr {
    background: #f3f4f6; }
  .order-detail-table th {
    padding: 12px 8px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    color: #374151;
    border-bottom: 1px solid #e5e7eb; }
    .order-detail-table th:nth-child(2) {
      text-align: left; }
  .order-detail-table td {
    padding: 12px 8px;
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #e5e7eb; }
  .order-detail-table tbody tr:hover {
    background-color: #f8f9fa; }
  .order-detail-table .product-info-row {
    display: flex;
    align-items: center;
    gap: 12px;
    text-align: left; }
  .order-detail-table .product-details {
    flex: 1;
    line-height: 1.4; }
  .order-detail-table .product-name {
    font-weight: 500;
    color: #3b82f6;
    font-size: 14px;
    margin-bottom: 4px; }
  .order-detail-table .product-manufacturer {
    color: #6b7280;
    font-size: 13px;
    font-weight: 400; }

.loading {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  font-size: 16px;
  color: #6b7280; }

.error {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  text-align: center; }
  .error p {
    font-size: 16px;
    color: #dc2626;
    margin-bottom: 16px; }

.retry-button {
  padding: 8px 16px;
  background: #3b82f6;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.2s ease; }
  .retry-button:hover {
    background: #2563eb; }

.no-data {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  font-size: 16px;
  color: #6b7280; }
