@charset "UTF-8";

/* projects/compob2b-customer/src/styles.scss */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(/assets/fonts/montserrat/montserrat-cyrillic-ext.woff2) format("woff2");
  unicode-range:
    U+0460-052F,
    U+1C80-1C8A,
    U+20B4,
    U+2DE0-2DFF,
    U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(/assets/fonts/montserrat/montserrat-cyrillic.woff2) format("woff2");
  unicode-range:
    U+0301,
    U+0400-045F,
    U+0490-0491,
    U+04B0-04B1,
    U+2116;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(/assets/fonts/montserrat/montserrat-latin.woff2) format("woff2");
  unicode-range:
    U+0000-00FF,
    U+0131,
    U+0152-0153,
    U+02BB-02BC,
    U+02C6,
    U+02DA,
    U+02DC,
    U+0304,
    U+0308,
    U+0329,
    U+2000-206F,
    U+20AC,
    U+2122,
    U+2191,
    U+2193,
    U+2212,
    U+2215,
    U+FEFF,
    U+FFFD;
}
:root {
  --ds-brand: #001AFF;
  --ds-brand-primary: #3F5FCC;
  --ds-brand-primary-hover: #34509F;
  --ds-brand-selected: #3F5FCC;
  --ds-brand-selected-hover:#34509F;
  --ds-text: #1B1E25;
  --ds-text-strong: #050D23;
  --ds-text-muted: #72748E;
  --ds-text-muted-hover: #A3A5BF;
  --ds-white: #FFFFFF;
  --ds-stroke: #DFE0EB;
  --ds-bg-muted: #F5F5F6;
  --ds-radius: 8px;
  --ds-radius-sm: 4px;
  --ds-radius-card: 20px;
  --ds-radius-lg: 24px;
  --ds-brand-bg: #EEF2FF;
  --ds-gap-xs: 8px;
  --ds-gap-sm: 12px;
}
body nb-dialog-container .popup,
body nb-window {
  padding: 35px;
}
.form-control-group {
  margin: 15px 0;
}
.form-control-group input {
  width: 100%;
  max-width: 100%;
}
.form-control-group input.ng-invalid.ng-touched {
  color: var(--color-danger-700);
  border-color: var(--color-danger-700);
}
.form-control-group input.ng-invalid.ng-touched::placeholder {
  color: var(--color-danger-700);
}
.form-control-group textarea {
  width: 100%;
}
.form-content__btn {
  display: flex;
  margin-top: 12px;
  align-items: center;
  justify-content: space-evenly;
}
.form-content__btn button {
  min-width: 200px;
}
.form-content {
  padding: 0;
  margin: 15px auto;
  position: relative;
}
.form-content:last-child {
  margin-bottom: 0;
}
.form-content .text {
  display: flex;
  justify-content: space-between;
}
.form-content .form-control-group {
  margin: 15px auto;
}
nb-window .popup,
body nb-dialog-container .popup {
  position: static;
  width: 528px;
  height: 100%;
}
nb-window .popup .pass-field,
body nb-dialog-container .popup .pass-field {
  display: flex;
}
nb-window.ds-modal-city,
nb-window.ds-modal-company {
  max-width: 92vw;
}
.form-control-group nb-card {
  padding: 5px 12px 5px 12px;
  background: #fff;
  margin-top: -2px;
  width: 100%;
  border: 0;
}
.form-content.file-type {
  word-break: break-all;
  min-height: 20px;
  padding: 19px;
  background-color: var(--color-basic-200);
  border: 1px solid var(--color-primary-200);
  border-radius: 10px;
  margin: 25px 0;
  cursor: pointer;
  text-align: center;
}
.form-content.file-type label {
  font-size: 16px !important;
  text-align: center;
  display: block;
}
.form-content.file-type app-uploader {
  margin: 0;
}
.form-content.file-type input {
  display: none;
}
.form-content.file-type .my-drop-zone-info,
.form-content.file-type small {
  display: block;
  margin-top: 8px;
  color: var(--color-basic-600);
}
.label-error {
  font-size: 0.8em;
  font-weight: normal;
  padding: 0;
  margin-bottom: 0;
  color: red;
}
.suggest-file-error {
  margin-right: 95px;
}
.red {
  color: red;
}
textarea {
  width: 100%;
}
.popup-table {
  max-height: 210px;
  overflow: auto;
}
.popup-table .form-control__item {
  padding: 2px 7px;
  margin: 0 2px;
}
app-modal-product {
  margin-top: -15px;
}
.cursor {
  cursor: pointer;
}
.productPopup {
  max-width: 1080px;
  min-height: 200px;
  margin-top: -20px;
}
.productPopup__header {
  border-bottom: 1px solid var(--color-basic-400);
  margin-bottom: 20px;
}
.productPopup .productPopup__header p {
  font-size: 12px;
  margin-bottom: 3px;
  color: var(--color-basic-600) !important;
}
.productPopup .productPopup__header p a {
  color: var(--color-basic-600) !important;
  align-items: center;
}
.productPopup .productPopup__header p span {
  margin: 0 6px;
}
.productPopup .productPopup__header .open-new {
  display: flex;
}
.productPopup .productPopup__header .open-new tui-icon {
  width: 16px;
  height: 16px;
  margin-left: 5px;
}
.productPopup__header h2 {
  margin: 0 0 10px 0;
  font-size: 24px;
}
.productPopup__title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.productPopup__title-row h2 {
  flex: 1 1 auto;
  min-width: 0;
}
.productPopup__export {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  flex-shrink: 0;
  margin-bottom: 10px;
}
.productPopup__export-label {
  font-size: 13px;
  color: var(--color-basic-600);
  margin-right: 2px;
}
.productPopup__export-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.4px;
  color: #fff;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.4;
  transition: filter 150ms ease, transform 100ms ease;
}
.productPopup__export-link:hover {
  filter: brightness(1.08);
  color: #fff;
  text-decoration: none;
}
.productPopup__export-link:active {
  transform: translateY(1px);
}
.productPopup__export-link--xlsx {
  background: #1f7244;
}
.productPopup__export-link--csv {
  background: #4a7f3f;
}
.productPopup__export-link--json {
  background: #2867c2;
}
.productPopup__export-link--xml {
  background: #c2691f;
}
.productPopup__export-link--pdf {
  background: #c1272d;
}
.productPopup__center {
  display: flex;
}
.productPopup__photo-left {
  width: 400px;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.productPopup__photo-left app-product-markers {
  margin-top: 25px;
}
.productPopup__media-zip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  padding: 6px 12px;
  border-radius: 6px;
  background: var(--color-primary-100);
  color: var(--color-primary-700, #333092);
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  transition: background-color 150ms ease;
}
.productPopup__media-zip:hover {
  background: var(--color-primary-200);
  color: var(--color-primary-700, #333092);
  text-decoration: none;
}
.productPopup__media-zip tui-icon {
  width: 16px;
  height: 16px;
}
.productPopup__info {
  position: relative;
  display: flex;
  box-sizing: border-box;
  border-top: 1px solid var(--color-basic-400);
  padding: 1rem 0 0;
  margin-top: 1rem;
  gap: 1.3rem;
  align-items: center;
  align-self: stretch;
}
.productPopup__info label {
  font-size: 0.85rem;
  color: var(--color-basic-600);
}
.productPopup__info > * {
  padding-right: 1.2rem;
  border-right: 1px solid var(--color-basic-400);
  display: flex;
  align-items: center;
}
.productPopup__info > *:first-child {
  margin-left: 0;
}
.productPopup__info > *:last-child {
  padding-right: 0;
  border-right: none;
}
.productPopup__info-right {
  flex: 1 1 auto;
  max-width: 750px;
  padding-left: 20px;
  height: 100%;
}
.productPopup__description-item {
  display: flex;
  margin-bottom: 5px;
  flex-wrap: wrap;
}
.productPopup__description-item p {
  width: 33%;
  margin-bottom: 1rem;
  color: var(--color-basic-600);
  font-size: 0.85rem;
}
.productPopup__description-item p span,
.productPopup__description-item p a {
  margin-top: 0.2rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-basic-800);
  display: block;
}
.productPopup__description-item .brand span {
  font-size: 14px;
}
.productPopup__bottom nb-tabset {
  margin-top: 20px;
}
.productPopup__bottom nb-tabset nb-tab {
  padding: 20px 0 0 0;
}
.productPopup__bottom .tabset {
  border: none;
}
.productPopup__bottom .tabset .tab-link {
  border-bottom: 4px solid var(--color-basic-400);
  text-transform: inherit;
  font-weight: bold;
  font-size: 16px;
  color: var(--color-basic-600);
  display: block !important;
  text-align: center;
}
.productPopup__bottom .tabset nb-badge {
  font-size: 13px;
  color: var(--color-basic-600);
}
.productPopup__bottom .tabset .tab-link::before {
  display: none !important;
}
.productPopup__bottom .tabset .tab {
  margin: 0 5px;
  width: 15%;
  min-width: 200px;
}
.productPopup__bottom .tabset .tab.active .tab-link {
  border-bottom: 4px solid var(--button-filled-primary-background-color);
}
.manufacturer-site-link {
  color: var(--color-basic-600);
  font-weight: normal;
}
.all-arrow {
  position: fixed;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 88888;
}
.all-arrow img {
  width: 7px;
}
.all-arrow .prev-slide,
.all-arrow .next-slide {
  border: none;
  position: absolute;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background: #FFF;
  box-shadow: var(--tui-shadow-small);
  border-radius: 50%;
}
.all-arrow .prev-slide {
  left: 5px;
}
.all-arrow .next-slide {
  right: 5px;
}
@media (max-width: 1023.98px) {
  body body,
  body nb-layout,
  body .layout-container {
    overflow-x: hidden !important;
    max-width: 100vw !important;
  }
  body nb-layout-header ~ .layout-container {
    padding-top: 88px !important;
  }
  body nb-layout-column {
    padding: 16px !important;
  }
  body nb-layout-column nb-card,
  body nb-layout-column nb-card-body {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body nb-layout-column nb-card {
    margin-bottom: 16px !important;
    box-shadow: none !important;
    border: none !important;
    background: transparent !important;
  }
  body nb-layout-column nb-card-body {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  body nb-layout-column nb-card-header {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body .header-nav-line {
    flex-wrap: wrap;
    gap: 6px 10px !important;
    padding: 6px 12px !important;
  }
  body .header-nav {
    display: none !important;
  }
  body .header-nav__meta {
    flex: 1 1 auto;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 4px 12px !important;
  }
  body .header-nav__meta .header-meta-btn {
    font-size: 12px;
    padding: 0 2px;
    height: auto;
  }
  body .header-nav__meta tui-icon {
    font-size: 16px;
  }
  body .bottom-line {
    gap: 4px !important;
    margin: 0 !important;
    padding: 8px 8px !important;
    min-height: 52px;
    align-items: center;
  }
  body .top-logo {
    flex: 0 0 auto;
  }
  body .top-logo .logo {
    display: none !important;
  }
  body .top-logo .logo-mobile {
    display: block !important;
    width: 32px;
    height: 32px;
  }
  body .header__left {
    flex: 0 0 auto !important;
    gap: 4px !important;
    padding-left: 0 !important;
    align-items: center !important;
  }
  body .header__left > button[nbButton] {
    display: none !important;
  }
  body .header__left app-modal-catalog {
    display: inline-flex !important;
    align-items: center;
  }
  body .header__left app-modal-catalog .openCatalog button[nbButton] {
    height: 36px !important;
    padding: 0 10px !important;
    font-size: 13px !important;
    min-width: 0 !important;
    gap: 4px;
  }
  body .header__left app-modal-catalog .openCatalog button[nbButton] tui-icon {
    font-size: 16px;
    margin: 0;
  }
  body .mobile-menu-icon {
    margin: 0 !important;
    padding: 0 !important;
    flex: 0 0 auto;
  }
  body .mobile-menu-icon:after {
    display: none !important;
  }
  body .header-center {
    flex: 1 1 0 !important;
    display: flex !important;
    justify-content: flex-end !important;
    height: auto !important;
  }
  body .header-center__content {
    padding: 0 !important;
    height: auto !important;
    width: auto !important;
    border: none !important;
    background: transparent !important;
    gap: 4px;
    position: relative;
  }
  body .header-filter,
  body .mob-search {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 36px;
    height: 36px;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.15s;
    flex: 0 0 auto;
  }
  body .header-filter:hover,
  body .mob-search:hover {
    background: var(--color-basic-200);
  }
  body .header-filter tui-icon,
  body .mob-search tui-icon {
    font-size: 20px;
    color: var(--main-color);
  }
  body .header-filter img,
  body .mob-search img {
    width: 20px;
    height: 20px;
  }
  body .header-center__content > .header-search:last-child {
    display: none !important;
  }
  body .header-center__content > .header-search:not(:last-child) {
    display: block !important;
    position: fixed;
    top: 88px;
    left: 0;
    right: 0;
    z-index: 50;
    background: #fff;
    padding: 8px 12px;
    border-bottom: 1px solid var(--input-basic-border-color);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  }
  body .header-center__content > .header-search:not(:last-child) app-search-autocomplete {
    width: 100%;
  }
  body .header-center__content > .header-search:not(:last-child) app-search-autocomplete > [nbInput] {
    height: 40px !important;
    width: 100% !important;
    border: 1px solid var(--input-basic-border-color) !important;
    border-radius: 8px !important;
    padding: 0 12px !important;
    font-size: 14px;
  }
  body .header-actions {
    flex: 0 0 auto !important;
    gap: 4px !important;
  }
  body .header-actions .header-divider {
    display: none !important;
  }
  body .header-actions .header-icon-btn[routerLink] {
    display: none !important;
  }
  body .header-actions .header-icon-btn {
    width: 36px;
    height: 36px;
    padding: 0 !important;
    border: none !important;
    border-radius: 8px;
  }
  body .header-actions .header-icon-btn:hover {
    background: var(--color-basic-200);
  }
  body .header-actions .header-icon-btn tui-icon {
    font-size: 20px !important;
  }
  body .header-actions app-basket-header .header-cart {
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 0;
    margin: 0;
    transition: background 0.15s;
  }
  body .header-actions app-basket-header .header-cart:hover {
    background: var(--color-basic-200);
  }
  body .header-actions app-basket-header .header-cart__icon {
    margin: 0 !important;
  }
  body .header-actions app-basket-header .header-cart__icon tui-icon {
    font-size: 22px;
    color: var(--main-color);
  }
  body .header-actions app-basket-header .header-cart__info {
    display: none !important;
  }
  body .header-actions .user-action {
    padding-right: 0 !important;
  }
  body .header-actions .user-action button[nbButton] {
    width: 36px !important;
    height: 36px !important;
    min-width: 0 !important;
    padding: 0 !important;
    border-radius: 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 0 !important;
  }
  body .header-actions .user-action button[nbButton] tui-icon {
    font-size: 20px !important;
    margin: 0 !important;
  }
  body .header-actions .user-action button[nbButton] span {
    display: none !important;
  }
  body nb-layout-header nav {
    border-bottom: 1px solid var(--input-basic-border-color);
  }
  body .mobile-menu-icon {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    cursor: pointer;
    margin-right: 4px;
  }
  body .mobile-menu-icon img {
    width: 24px;
    height: 24px;
  }
  body .mobile-menu-icon .menu-open {
    display: none;
  }
  body .mobile-menu-icon .menu-close {
    display: block;
  }
  body nb-sidebar.left.compacted {
    display: none !important;
  }
  body nb-sidebar.left.expanded {
    position: fixed !important;
    top: 88px !important;
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    height: calc(100vh - 88px) !important;
    max-width: 100vw !important;
    z-index: 99 !important;
    background: #fff !important;
    box-shadow: none !important;
  }
  body nb-sidebar.left.expanded .main-container,
  body nb-sidebar.left.expanded .main-container-fixed,
  body nb-sidebar.left.expanded .scrollable,
  body nb-sidebar.left.expanded nb-menu,
  body nb-sidebar.left.expanded .menu-items {
    width: 100% !important;
    max-width: 100vw !important;
    background: #fff !important;
  }
  body nb-sidebar.left.expanded .main-container {
    padding: 16px !important;
  }
  body nb-sidebar.left.expanded .scrollable {
    padding: 0 !important;
    overflow-y: auto;
  }
  body nb-sidebar.left.expanded .sidebar-toggle.sidebar-menu:not(.mobile-menu-icon) {
    display: none !important;
  }
  body nb-sidebar.left.expanded .mobileMenu {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--color-basic-300);
  }
  body nb-sidebar.left.expanded .mobileMenu p {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
  }
  body nb-sidebar.left.expanded nb-menu {
    width: 100%;
  }
  body nb-sidebar.left.expanded nb-menu .menu-item a {
    padding: 12px 8px !important;
    font-size: 16px !important;
  }
  body:has(nb-sidebar.left.expanded) {
    overflow: hidden;
  }
  body .center-block.center-products.checkedFilter .center-block__content {
    padding-left: 0 !important;
    min-height: 100%;
  }
  body .nb-filter {
    position: fixed !important;
    top: 88px !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    transform: none !important;
    width: 100vw !important;
    min-width: 0 !important;
    max-width: 100vw !important;
    height: calc(100vh - 88px) !important;
    max-height: calc(100vh - 88px) !important;
    overflow-y: auto;
    z-index: 100 !important;
    padding: 16px !important;
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
  }
  body .nb-filter,
  body .nb-filter app-filter,
  body .nb-filter .filter-form,
  body .nb-filter .filter-form__row,
  body .nb-filter nb-card,
  body .nb-filter nb-card-body,
  body .nb-filter .ng-select,
  body .nb-filter .ng-select-container {
    background: #fff !important;
  }
  body .nb-filter__top {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    position: sticky;
    top: 0;
    background: #fff;
    padding-bottom: 8px;
    z-index: 1;
  }
  body .nb-filter__top .title {
    font-size: 18px;
    font-weight: 600;
  }
  body .nb-filter__top .close,
  body .nb-filter__top tui-icon[icon=x] {
    width: 32px;
    height: 32px;
    cursor: pointer;
  }
  body .filter-form__row {
    flex-direction: column !important;
    gap: 12px;
  }
  body .filter-form__control-item {
    width: 100% !important;
  }
  body .filter-form__price-block,
  body .filter-form__control-block {
    width: 100% !important;
  }
  body .filter-form__price-block input,
  body .filter-form__control-block input {
    width: 48% !important;
  }
  body #table {
    width: 100% !important;
    border-collapse: collapse;
  }
  body #table > thead {
    display: none;
  }
  body #table > tbody > tr {
    display: flex !important;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    gap: 8px;
    margin: 0 0 16px 0;
    padding: 12px;
    border: 1px solid var(--input-basic-border-color);
    border-radius: 12px;
    background: #fff !important;
  }
  body #table > tbody > tr:nth-child(2n-1) {
    background: #fff !important;
  }
  body #table > tbody > tr > td {
    display: block !important;
    width: 100% !important;
    padding: 4px 0 !important;
    vertical-align: middle;
    position: relative;
    border: none !important;
  }
  body #table > tbody > tr > td:empty {
    display: none !important;
  }
  body #table > tfoot > tr {
    display: none;
  }
  body .responsive-table {
    display: flex !important;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
    align-items: baseline;
  }
  body .responsive-table::before {
    content: attr(data-th);
    font-weight: 700;
    min-width: 40%;
    color: var(--color-basic-700);
  }
  body .responsive-table[data-th=""]::before,
  body .responsive-table:not([data-th])::before {
    display: none;
  }
  body #table > tbody > tr > td[data-th]:not([data-th=""])::before {
    content: attr(data-th);
    display: block;
    font-weight: 700;
    color: var(--color-basic-700);
    margin-bottom: 4px;
    font-size: 13px;
  }
  body #table > tbody > tr > td[data-th]:not([data-th=""]):has(.responsive-table)::before {
    display: none;
  }
  body #table tbody td.display-xs-none,
  body #table thead th.display-xs-none {
    display: none !important;
  }
  body #table .editButtons {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 8px;
  }
  body #table .photo-table,
  body #table .product-list__photo {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 180px;
    height: auto;
    border-radius: 12px;
    background: var(--color-basic-200);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body #table .photo-table img,
  body #table .product-list__photo img {
    max-width: 100%;
    max-height: 220px;
    width: auto !important;
    height: auto !important;
    margin: 0 auto;
    display: block;
    object-fit: contain;
  }
  body #table .photo-table__picture,
  body #table .photo-list__picture {
    width: 100% !important;
    height: 180px !important;
    margin: 0 !important;
  }
  body #table .photo-table__picture img,
  body #table .photo-list__picture img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain;
  }
  body #table .photo-table__picture:hover,
  body #table .photo-list__picture:hover {
    transform: none !important;
    background: transparent !important;
    z-index: auto !important;
  }
  body .responsive-table[data-th=\424\43e\442\43e]::before,
  body .responsive-table.product-list__photo::before {
    display: none !important;
  }
  body .table-products #table > tbody > tr td:first-child {
    order: 0;
  }
  body .table-products #table > tbody > tr td:first-child .responsive-table::before {
    display: none !important;
  }
  body .table-products #table > tbody > tr td:first-child .responsive-table > * {
    max-width: 100% !important;
    width: 100% !important;
  }
  body .table-products #table > tbody > tr td:nth-child(2) {
    order: 1;
  }
  body .table-products #table > tbody > tr td:nth-child(1) {
    order: 1;
  }
  body .table-products #table > tbody > tr td:nth-child(2) {
    order: 2;
  }
  body .table-products #table > tbody > tr td:nth-child(3) {
    order: 3;
  }
  body .table-products #table > tbody > tr td:nth-child(4) {
    order: 4;
  }
  body .table-products #table > tbody > tr td:nth-child(5) {
    order: 5;
  }
  body .table-products #table > tbody > tr td:nth-child(6) {
    order: 6;
  }
  body .table-products #table > tbody > tr td:nth-child(7) {
    order: 7;
  }
  body .table-products #table > tbody > tr td:nth-child(8) {
    order: 8;
  }
  body .table-products #table > tbody > tr td:nth-child(9) {
    order: 9;
  }
  body .table-products #table > tbody > tr td:nth-child(10) {
    order: 10;
  }
  body .table-products #table > tbody > tr td:nth-child(11) {
    order: 11;
  }
  body .table-products #table > tbody > tr td:nth-child(12) {
    order: 12;
  }
  body .table-products #table > tbody > tr td:nth-child(13) {
    order: 13;
  }
  body .table-products #table > tbody > tr td:nth-child(14) {
    order: 14;
  }
  body .table-products #table > tbody > tr td:nth-child(15) {
    order: 15;
  }
  body .table-products #table > tbody > tr td:nth-child(16) {
    order: 16;
  }
  body .table-products #table > tbody > tr td:nth-child(17) {
    order: 17;
  }
  body .table-products .photo-table {
    max-width: 100% !important;
    width: 100% !important;
    min-height: 180px;
    height: auto;
    border-radius: 12px;
  }
  body .table-products .photo-table__picture img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 200px;
  }
  body .table-products .name-table__icons {
    display: none;
  }
  body .cart-table__top {
    justify-content: space-between !important;
    flex-wrap: wrap;
  }
  body .cart-table__block-count {
    margin-right: 0;
  }
  body .cart-table__count {
    width: 80px !important;
  }
  body .basket-grid td:nth-child(1),
  body .basket-grid td:nth-child(2) {
    display: none !important;
  }
  body .basket-grid td:nth-child(5) .responsive-table::before,
  body .basket-grid td:nth-child(11) .responsive-table::before {
    display: none;
  }
  body .basket-grid .btn-remove {
    position: absolute;
    right: 8px;
    top: 8px;
    padding: 6px;
    background: var(--color-basic-300);
    border-radius: 8px;
  }
  body .basket-grid .btn-remove img {
    width: 18px;
    height: 18px;
  }
  body .report-order #table tbody tr td:nth-child(8) {
    display: none;
  }
  body .report-order #table tbody tr td:nth-child(1) {
    order: 1;
  }
  body .report-order #table tbody tr td:nth-child(2) {
    order: 2;
  }
  body .report-order #table tbody tr td:nth-child(3) {
    order: 3;
  }
  body .report-order #table tbody tr td:nth-child(4) {
    order: 4;
  }
  body .report-order #table tbody tr td:nth-child(5) {
    order: 5;
  }
  body .report-order #table tbody tr td:nth-child(6) {
    order: 6;
  }
  body .report-order #table tbody tr td:nth-child(7) {
    order: 7;
  }
  body .report-order #table tbody tr td:nth-child(8) {
    order: 8;
  }
  body .report-order #table tbody tr td:nth-child(9) {
    order: 9;
  }
  body .report-order #table tbody tr td:nth-child(10) {
    order: 10;
  }
  body .report-order #table tbody tr td:nth-child(11) {
    order: 11;
  }
  body .report-order #table tbody tr td:nth-child(12) {
    order: 12;
  }
  body .table-order.single-table #table tbody tr td:nth-child(2) {
    background: var(--color-basic-200);
    min-width: 100% !important;
    border: 0;
  }
  body .table-order.single-table .name-table {
    width: 100%;
  }
  body .table-order.single-table .name-table > * {
    padding: 0;
    margin: 0 !important;
  }
  body .table-shipment #table > thead,
  body .table-payment #table > thead {
    display: table-header-group !important;
  }
  body .table-shipment #table > thead th,
  body .table-payment #table > thead th {
    display: table-cell !important;
  }
  body .table-shipment #table > tbody > tr,
  body .table-payment #table > tbody > tr {
    display: table-row !important;
    flex-wrap: nowrap !important;
    border: none !important;
    padding: 0 !important;
  }
  body .table-shipment #table > tbody > tr > td,
  body .table-payment #table > tbody > tr > td {
    display: table-cell !important;
    width: auto !important;
  }
  body .tab-choose-analogs #table tbody > tr td:last-child {
    width: 100% !important;
  }
  body .code-table__title p,
  body .brand-table__title p {
    background: var(--color-primary-100);
    border-radius: 4px;
    padding: 6px 8px;
    white-space: normal;
  }
  body nb-window .popup,
  body nb-window.cdk-overlay-pane > *,
  body nb-dialog-container .popup,
  body nb-dialog-container.cdk-overlay-pane > * {
    width: 100% !important;
    max-width: 100vw !important;
    min-width: 0 !important;
    height: 100vh;
    max-height: 100vh;
    margin: 0 !important;
    border-radius: 0 !important;
  }
  body nb-window {
    max-width: 100vw !important;
    width: 100vw !important;
    min-width: 0 !important;
    height: 100vh !important;
    max-height: 100vh !important;
    transform: none !important;
    left: 0 !important;
    top: 0 !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch;
  }
  body nb-window.add-offer,
  body nb-window.add-product,
  body nb-window.popup-export-excel,
  body nb-window.small,
  body nb-window.full-screen {
    width: 100vw !important;
    max-width: 100vw !important;
    height: 100vh !important;
    max-height: 100vh !important;
  }
  body nb-window.add-address {
    width: 100vw !important;
    padding: 0 !important;
  }
  body nb-window > nb-card,
  body nb-window .nb-window-content {
    width: 100% !important;
    max-width: 100vw !important;
    min-width: 0 !important;
    min-height: 100vh !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    display: block !important;
    background: #fff;
  }
  body nb-window > nb-card > nb-card-body,
  body nb-dialog-container > nb-card > nb-card-body {
    overflow: visible !important;
    max-height: none !important;
    min-height: 0 !important;
    padding: 8px 0 !important;
  }
  body .productPopup {
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
  }
  body .popup .btn-close,
  body nb-window .btn-close,
  body nb-dialog-container .btn-close {
    position: fixed !important;
    top: 8px !important;
    right: 8px !important;
    width: 32px;
    height: 32px;
    z-index: 1050;
  }
  body nb-window > nb-card > .header,
  body nb-window-header,
  body nb-window .nb-window-header,
  body nb-window > nb-card > nb-card-header {
    position: sticky !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 1050 !important;
    background: #fff !important;
    padding: 4px 8px !important;
    margin: 0 !important;
    border-bottom: 1px solid var(--color-basic-300);
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 8px;
    height: 40px !important;
    min-height: 40px !important;
    overflow: hidden;
  }
  body nb-window > nb-card > .header .title,
  body nb-window > nb-card > .header > h1,
  body nb-window > nb-card > .header > h2,
  body nb-window > nb-card > .header > h3,
  body nb-window > nb-card > .header > h4,
  body nb-window > nb-card > .header > h5,
  body nb-window > nb-card > .header > h6,
  body nb-window-header .title,
  body nb-window-header > h1,
  body nb-window-header > h2,
  body nb-window-header > h3,
  body nb-window-header > h4,
  body nb-window-header > h5,
  body nb-window-header > h6,
  body nb-window .nb-window-header .title,
  body nb-window .nb-window-header > h1,
  body nb-window .nb-window-header > h2,
  body nb-window .nb-window-header > h3,
  body nb-window .nb-window-header > h4,
  body nb-window .nb-window-header > h5,
  body nb-window .nb-window-header > h6,
  body nb-window > nb-card > nb-card-header .title,
  body nb-window > nb-card > nb-card-header > h1,
  body nb-window > nb-card > nb-card-header > h2,
  body nb-window > nb-card > nb-card-header > h3,
  body nb-window > nb-card > nb-card-header > h4,
  body nb-window > nb-card > nb-card-header > h5,
  body nb-window > nb-card > nb-card-header > h6 {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 14px !important;
    font-weight: 600;
    line-height: 1.2 !important;
    margin: 0 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  body nb-window .buttons {
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
    margin: 0 0 0 auto !important;
    display: flex !important;
    align-items: center;
    flex: 0 0 auto;
  }
  body nb-window .buttons button:not(:last-child) {
    display: none !important;
  }
  body nb-window .buttons button:last-child {
    width: 36px !important;
    height: 36px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  body .modal-container-product.productPopup {
    position: fixed !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    max-width: 100vw !important;
    max-height: 100vh !important;
    margin: 0 !important;
    border-radius: 0 !important;
    transform: none !important;
  }
  body .productPopup__header {
    padding: 0 !important;
  }
  body .productPopup__header > p:first-child {
    font-size: 11px !important;
    line-height: 1.4;
    margin: 0 0 8px !important;
    flex-wrap: wrap;
    color: var(--color-basic-600);
  }
  body .productPopup__header h1,
  body .productPopup__header h2 {
    font-size: 18px !important;
    line-height: 1.3 !important;
    margin: 8px 0 !important;
  }
  body .productPopup__center {
    padding-bottom: 0;
    display: block;
  }
  body .productPopup__photo-left {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 16px !important;
    min-height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-basic-200);
    border-radius: 12px;
    overflow: hidden;
  }
  body .productPopup__photo-left .carousel-inner {
    padding: 0;
  }
  body .productPopup__photo-left app-photo-slider,
  body .productPopup__photo-left .slider-container,
  body .productPopup__photo-left .slider-viewport,
  body .productPopup__photo-left .slider-track,
  body .productPopup__photo-left .slide {
    width: 100% !important;
    max-width: 100% !important;
    height: 100%;
  }
  body .productPopup__photo-left img {
    max-width: 100%;
    max-height: 280px;
    width: auto !important;
    height: auto !important;
    object-fit: contain;
    margin: 0 auto;
  }
  body .productPopup__info,
  body .productPopup__info-right {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px;
  }
  body .productPopup__description {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  body .productPopup__description-item {
    width: 100% !important;
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid var(--color-basic-300);
  }
  body .productPopup__description-item:last-child {
    border-bottom: 0;
  }
  body .productPopup__description-item > p {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 4px 0 !important;
    font-size: 12px !important;
    color: var(--color-basic-600);
    line-height: 1.4 !important;
    display: block;
  }
  body .productPopup__description-item > p > span {
    font-size: 13px !important;
    font-weight: 500;
    color: var(--main-color);
    margin-left: 8px;
    word-break: break-word;
    display: inline;
  }
  body .productPopup__bottom .tab-choose {
    padding: 16px 0;
  }
  body .import-popup {
    min-width: 100vw !important;
    max-width: 100vw !important;
    width: 100vw !important;
  }
  body .import-popup .popup {
    width: 100vw;
  }
  body .mat-menu-panel.phone-modal {
    padding: 12px !important;
    max-width: 90vw !important;
  }
  body .cdk-overlay-pane.auto-search,
  body .cdk-overlay-pane > nb-option-list {
    width: 100% !important;
    max-width: 100vw !important;
  }
  body .form-content {
    padding: 0 !important;
    margin: 12px 0 !important;
    width: 100%;
    max-width: 100% !important;
  }
  body .form-content .form-control-group {
    margin: 12px 0;
  }
  body .form-content .form-control-group input,
  body .form-content .form-control-group textarea,
  body .form-content .form-control-group nb-select,
  body .form-content .form-control-group .ng-select {
    width: 100% !important;
    max-width: 100% !important;
  }
  body .form-content__btn {
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 16px;
  }
  body .form-content__btn button {
    min-width: 0 !important;
    width: 100% !important;
  }
  body .form-content .row,
  body formly-field .row {
    flex-direction: column !important;
  }
  body .form-content .row > [class*=col-],
  body formly-field .row > [class*=col-] {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
  body .popup .pass-field {
    display: flex;
    width: 100%;
  }
  body .cdk-overlay-pane.tui-calendar-host,
  body .cdk-overlay-pane[class*=tui-calendar] {
    max-width: 100vw !important;
  }
  body .main-slider {
    height: 320px !important;
  }
  body .main-slider ngb-carousel,
  body .main-slider .carousel-item {
    height: 100%;
  }
  body .main-slider .carousel-item .picsum-img-wrapper img {
    height: auto;
    max-height: 100%;
  }
  body .main-news__content {
    flex-direction: column !important;
  }
  body .main-news__item {
    width: 100% !important;
    margin-bottom: 16px;
    padding: 16px !important;
  }
  body .main-news__photo {
    height: 200px !important;
  }
  body .main-news__photo img {
    max-height: 200px !important;
  }
  body .catalog-tile {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px;
  }
  body .catalog-tile__item,
  body .catalog-tile__item:nth-child(1),
  body .catalog-tile__item:nth-child(2),
  body .catalog-tile__item:nth-child(3),
  body .catalog-tile__item:nth-child(4),
  body .catalog-tile__item:nth-child(5),
  body .catalog-tile__item:nth-child(6),
  body .catalog-tile__item:nth-child(7),
  body .catalog-tile__item:nth-child(8),
  body .catalog-tile__item:nth-child(9) {
    width: auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    height: 140px;
  }
  body .catalog-tile__text {
    width: calc(100% - 16px) !important;
    left: 8px !important;
    bottom: 8px !important;
    background: rgba(255, 255, 255, 0.92);
    padding: 6px 10px;
    border-radius: 6px;
  }
  body .catalog-tile__text p.title {
    font-size: 13px !important;
    line-height: 16px !important;
    margin: 0 !important;
  }
  body .catalog-tile__text p {
    font-size: 12px !important;
    margin: 2px 0 !important;
  }
  body .mailing {
    flex-direction: column !important;
    padding: 12px !important;
    gap: 8px;
    margin: 16px 0 !important;
  }
  body .mailing__text {
    width: 100% !important;
    padding-right: 0 !important;
  }
  body .mailing__text p {
    margin: 0 0 4px 0 !important;
    font-size: 14px !important;
    line-height: 1.3;
  }
  body .mailing__text p:first-child b {
    font-size: 15px;
  }
  body .mailing__text p:last-child {
    font-size: 12px;
    color: var(--color-basic-600);
  }
  body .mailing__form {
    width: 100% !important;
    display: block !important;
    margin: 0 !important;
  }
  body .mailing__form .form-content__all {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 6px;
  }
  body .mailing__form .form-content__all .form-control-group {
    width: 100% !important;
    margin: 0 !important;
  }
  body .mailing__form .form-content__all .form-control-group label {
    font-size: 12px !important;
    margin: 0 0 2px 0 !important;
  }
  body .mailing__form .form-content__all .form-control-group input[nbInput] {
    height: 36px !important;
    font-size: 13px !important;
  }
  body .mailing__form .form-content__all .form-control-group:has(button[type=submit]) {
    margin-top: 4px !important;
  }
  body .mailing__form .form-content__all .form-control-group:has(button[type=submit]) label {
    display: none;
  }
  body .mailing__form .form-content__all .form-control-group:has(button[type=submit]) button {
    height: 36px !important;
    font-size: 13px !important;
    padding: 0 16px !important;
    width: 100% !important;
  }
  body .mailing__form .form-content__text {
    font-size: 11px !important;
    color: var(--color-basic-600);
    margin-top: 4px;
    line-height: 1.3;
  }
  body .main-catalog__title p {
    flex-wrap: wrap !important;
    gap: 4px 12px;
  }
  body .main-catalog__title p a,
  body .main-catalog__title p span {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  body .main-catalog__title p span {
    font-size: 14px !important;
    color: var(--color-basic-600);
  }
  body .catalog-list .catalog-tile,
  body app-catalog-list .catalog-tile {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px;
  }
  body .catalog-list .catalog-tile__item,
  body app-catalog-list .catalog-tile__item {
    width: auto !important;
    min-width: 0;
    max-width: 100%;
  }
  body .menuCatalog,
  body .modal-catalog {
    display: none !important;
  }
  body .openCatalog.is-open .menuCatalog:not([hidden]),
  body .openCatalog:focus-within .menuCatalog:not([hidden]),
  body .openCatalog:hover .menuCatalog:not([hidden]) {
    display: block !important;
    position: fixed !important;
    top: 88px !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    height: calc(100vh - 88px) !important;
    max-height: calc(100vh - 88px) !important;
    background: #fff !important;
    z-index: 100 !important;
    overflow-y: auto !important;
    padding: 16px !important;
    border-radius: 0 !important;
  }
  body .openCatalog.is-open .menuCatalog:not([hidden]) .mat-tree,
  body .openCatalog:focus-within .menuCatalog:not([hidden]) .mat-tree,
  body .openCatalog:hover .menuCatalog:not([hidden]) .mat-tree {
    background: transparent !important;
  }
  body .openCatalog.is-open .menuCatalog:not([hidden]) .mat-tree-node,
  body .openCatalog:focus-within .menuCatalog:not([hidden]) .mat-tree-node,
  body .openCatalog:hover .menuCatalog:not([hidden]) .mat-tree-node {
    min-height: 0 !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
    position: relative;
    border-bottom: 1px solid var(--color-basic-200);
  }
  body .openCatalog.is-open .menuCatalog:not([hidden]) .mat-tree-node a,
  body .openCatalog:focus-within .menuCatalog:not([hidden]) .mat-tree-node a,
  body .openCatalog:hover .menuCatalog:not([hidden]) .mat-tree-node a {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    padding-right: 60px !important;
    margin: 0 !important;
    font-size: 16px !important;
    line-height: 1.3 !important;
    display: block;
    width: 100%;
  }
  body .openCatalog.is-open .menuCatalog:not([hidden]) .mat-tree-node a span,
  body .openCatalog:focus-within .menuCatalog:not([hidden]) .mat-tree-node a span,
  body .openCatalog:hover .menuCatalog:not([hidden]) .mat-tree-node a span {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--color-basic-600);
    font-size: 12px;
    margin-left: 0;
  }
  body .openCatalog.is-open .menuCatalog:not([hidden]) li,
  body .openCatalog:focus-within .menuCatalog:not([hidden]) li,
  body .openCatalog:hover .menuCatalog:not([hidden]) li {
    margin-bottom: 0 !important;
    list-style: none;
    line-height: 1.2;
  }
  body .openCatalog.is-open .menuCatalog:not([hidden]) .mat-tree-node > button,
  body .openCatalog:focus-within .menuCatalog:not([hidden]) .mat-tree-node > button,
  body .openCatalog:hover .menuCatalog:not([hidden]) .mat-tree-node > button {
    position: absolute !important;
    right: 4px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 32px !important;
    height: 32px !important;
    line-height: 1 !important;
    padding: 0 !important;
  }
  body .product-info,
  body app-product {
    border: none !important;
  }
  body .product-info__photo,
  body .product-info__photo-block,
  body app-product__photo,
  body app-product__photo-block {
    width: 100% !important;
    max-width: 100%;
    margin-bottom: 16px;
  }
  body .product-info__info,
  body .product-info__info-right,
  body app-product__info,
  body app-product__info-right {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  body .price-product {
    margin: 16px 0 0 0 !important;
    width: 100%;
  }
  body .price-product__left p.price {
    font-size: 24px !important;
  }
  body .characteristics-product__item {
    width: 100% !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    padding: 8px 12px !important;
    gap: 4px;
  }
  body .characteristics-product__item p {
    width: 100%;
    text-align: left !important;
    word-break: break-word;
    line-height: 1.4;
  }
  body .characteristics-product__item p:first-child {
    font-weight: 600;
    font-size: 12px;
    color: var(--color-basic-600);
    padding-right: 0 !important;
  }
  body .characteristics-product__item p:last-child {
    font-size: 14px;
  }
  body .product-tabs .tab-choose,
  body .product-tabs .nav-tabs,
  body app-product-tabs .tab-choose,
  body app-product-tabs .nav-tabs {
    overflow-x: auto;
    flex-wrap: nowrap !important;
    white-space: nowrap;
  }
  body .product-tabs .tab-choose::-webkit-scrollbar,
  body .product-tabs .nav-tabs::-webkit-scrollbar,
  body app-product-tabs .tab-choose::-webkit-scrollbar,
  body app-product-tabs .nav-tabs::-webkit-scrollbar {
    display: none;
  }
  body .product-tabs .characteristics-description h3,
  body app-product-tabs .characteristics-description h3 {
    font-size: 20px;
    line-height: 24px;
  }
  body .product-tabs .characteristics-description p,
  body app-product-tabs .characteristics-description p {
    font-size: 14px;
    line-height: 24px;
  }
  body .btn-product {
    width: 100%;
    z-index: 8;
    top: 50%;
  }
  body .btn-product .prev-slide {
    left: 0 !important;
  }
  body .btn-product .prev-slide,
  body .btn-product .next-slide {
    width: 40px;
    height: 40px;
  }
  body .table__product-list {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)) !important;
    gap: 8px !important;
    width: 100% !important;
    padding: 0 !important;
  }
  body .table__product-list-item {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 8px !important;
    border: 1px solid var(--input-basic-border-color);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    background: #fff;
  }
  body .table__product-list-item .photo-list,
  body .table__product-list-item .photo-list__picture,
  body .table__product-list-item .photo-table,
  body .table__product-list-item [class*=photo] {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 100px;
  }
  body .table__product-list-item .photo-list__picture {
    height: 120px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-basic-200);
    border-radius: 8px;
    overflow: hidden;
  }
  body .table__product-list-item .photo-list__picture img {
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
    object-fit: contain;
  }
  body .table__product-list-item .name-list,
  body .table__product-list-item .name-table {
    width: 100% !important;
    margin: 8px 0 !important;
  }
  body .table__product-list-item .name-list__title p,
  body .table__product-list-item .name-list__vendor-code,
  body .table__product-list-item .name-table__title p,
  body .table__product-list-item .name-table__vendor-code {
    font-size: 12px !important;
    line-height: 1.3 !important;
    margin: 0 0 4px !important;
  }
  body .table__product-list-item .name-list__title p,
  body .table__product-list-item .name-table__title p {
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  body .table__product-list-item .price-product,
  body .table__product-list-item [class*=price] {
    font-size: 14px !important;
    margin: 4px 0 !important;
  }
  body .table__product-list-item .cart-table,
  body .table__product-list-item .add-to-cart {
    width: 100% !important;
    margin-top: auto;
  }
  body .table__product-list-item .cart-table button,
  body .table__product-list-item .add-to-cart button {
    width: 100% !important;
    font-size: 12px !important;
    padding: 6px 8px !important;
  }
  body .table__product-list-item .cart-table__count {
    width: auto !important;
    flex: 1;
  }
  body .table__product-list-item .name-table__icons,
  body .table__product-list-item .product-markers {
    display: none !important;
  }
  body .basket-title,
  body .basket__top-btn {
    display: block;
  }
  body .basket-title > *,
  body .basket__top-btn > * {
    display: flex;
    margin: 8px 0;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  body .order-title {
    flex-wrap: wrap !important;
  }
  body .order-title .buttons {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    gap: 8px !important;
  }
  body .order-title .buttons button {
    width: 100% !important;
    justify-content: center;
  }
  body .basket-top {
    flex-direction: column !important;
    gap: 8px !important;
    align-items: stretch !important;
  }
  body .basket-top__left,
  body .basket-top__right {
    width: 100% !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 8px !important;
  }
  body .basket-top .form-group__search {
    width: 100% !important;
  }
  body .basket-top button {
    width: 100% !important;
  }
  body .basket-top .total {
    text-align: center;
    font-size: 16px;
    padding: 8px;
    background: var(--color-basic-200);
    border-radius: 12px;
  }
  body grid-gear {
    position: absolute !important;
    top: 8px !important;
    right: 8px !important;
    z-index: 5;
  }
  body .basket-header,
  body app-basket-header {
    width: auto;
  }
  body .basket-header__icon,
  body app-basket-header__icon {
    width: 24px;
    height: 24px;
  }
  body .basket-header__info p:last-child,
  body app-basket-header__info p:last-child {
    display: flex;
  }
  body .basket-header__info p:last-child span,
  body app-basket-header__info p:last-child span {
    margin-left: 4px;
  }
  body .step {
    flex-wrap: wrap;
  }
  body .step__item {
    margin-right: 60px;
    margin-bottom: 24px;
    position: relative;
  }
  body .step__item:after {
    width: 60px;
  }
  body .step__item p {
    font-size: 11px;
    position: relative;
    top: 0;
    left: inherit;
  }
  body .popup-offer .form-content__top,
  body app-popup-offer .form-content__top {
    display: block;
  }
  body .single-order .header,
  body .single-order__header {
    flex-wrap: wrap !important;
  }
  body .single-order__buttons,
  body .single-order .order-title__buttons {
    flex-wrap: wrap;
    gap: 8px;
  }
  body .single-order__buttons button,
  body .single-order .order-title__buttons button {
    margin: 4px 0 !important;
    min-width: 0 !important;
    width: 100%;
  }
  body .single-order .ordered-goods {
    overflow: hidden;
  }
  body .single-order .total-content,
  body .single-order .results,
  body .single-order .total-content__documents,
  body .single-order .order-data,
  body .single-order .total-content__right {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-right: 0 !important;
  }
  body .single-order .total-content {
    flex-direction: column !important;
    flex-wrap: wrap !important;
    gap: 16px;
    padding: 12px !important;
  }
  body .single-order .results__wrapper {
    display: block !important;
  }
  body .single-order .results__item {
    width: 100% !important;
    border-right: 0 !important;
    border-bottom: 1px solid var(--input-basic-border-color);
    padding: 8px 0;
  }
  body .single-order .results__item:last-child {
    border-bottom: 0;
  }
  body .single-order .results__item-title,
  body .single-order .results__item-sum,
  body .single-order .results__item-info {
    text-align: left !important;
  }
  body .single-order .results__item-sum,
  body .single-order .results__item-info {
    font-size: 16px !important;
    line-height: 1.4 !important;
  }
  body .single-order .header {
    width: auto !important;
    margin-left: 0 !important;
  }
  body .order-title {
    flex-wrap: wrap !important;
    gap: 8px;
  }
  body .order-title .buttons,
  body .order-title__buttons {
    width: 100%;
    justify-content: flex-start;
  }
  body .order-top {
    flex-wrap: wrap !important;
    gap: 8px;
    margin: 12px 0;
  }
  body .order-top > * {
    margin-left: 0 !important;
  }
  body .order-data {
    width: 100% !important;
  }
  body .order__button,
  body .single-order__buttons .order__item {
    width: 100%;
    margin-top: 8px;
  }
  body .table-order td * {
    font-size: 15px !important;
  }
  body .total-wrapper {
    padding: 16px 12px;
  }
  body .total-order .subtitle,
  body .total-score .subtitle {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
  }
  body .total-order .subtitle span,
  body .total-score .subtitle span {
    font-size: 16px;
  }
  body .total-content {
    display: block !important;
    order: 2;
    width: 100%;
    margin-top: 16px;
  }
  body .total-content__right {
    margin: 16px 0 0 0 !important;
    width: 100% !important;
  }
  body .results {
    height: auto;
    width: 100%;
    border: none;
    order: 1;
  }
  body .results__item {
    width: 100% !important;
  }
  body .offer-preview__header,
  body .offer-preview__top {
    flex-direction: column !important;
    gap: 8px;
  }
  body .offer-preview .preview-prod__sum p {
    font-size: 20px;
    line-height: 20px;
  }
  body .offer-preview .preview-prod__top {
    display: block;
  }
  body .offer-preview .preview-prod__logo {
    margin-bottom: 20px;
  }
  body .offer-preview .preview-prod__table {
    width: 100%;
    overflow-x: auto;
  }
  body .dept-common .filters-row,
  body .dept-common .header__filters,
  body app-dept-common .filters-row,
  body app-dept-common .header__filters,
  body .acts-common .filters-row,
  body .acts-common .header__filters,
  body app-acts-common .filters-row,
  body app-acts-common .header__filters {
    flex-direction: column !important;
    gap: 8px;
  }
  body .dept-common .filters-row > *,
  body .dept-common .header__filters > *,
  body app-dept-common .filters-row > *,
  body app-dept-common .header__filters > *,
  body .acts-common .filters-row > *,
  body .acts-common .header__filters > *,
  body app-acts-common .filters-row > *,
  body app-acts-common .header__filters > * {
    width: 100% !important;
  }
  body .dept-common .all-table,
  body app-dept-common .all-table,
  body .acts-common .all-table,
  body app-acts-common .all-table {
    margin-top: 12px;
  }
  body .acts-top {
    flex-direction: column !important;
    gap: 8px !important;
    align-items: stretch !important;
  }
  body .acts-top > * {
    width: 100% !important;
    max-width: 100% !important;
  }
  body .act-file .document-item {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  body .act-file .document-item__link {
    word-break: break-word;
  }
  body .notifications-table .all-table grid-gear {
    right: 0;
    top: 0;
  }
  body .notification-item,
  body .notification-page {
    padding: 12px !important;
  }
  body .notification-item__title,
  body .notification-page__title {
    font-size: 16px !important;
  }
  body .notification-item__body,
  body .notification-page__body {
    font-size: 14px;
  }
  body .account-common .nb-card-header,
  body app-account-common .nb-card-header,
  body .company .nb-card-header,
  body app-company .nb-card-header {
    padding: 12px 16px !important;
    font-size: 16px !important;
  }
  body .profile {
    display: block !important;
  }
  body .profile__left {
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 0 16px 0 !important;
    padding: 12px !important;
  }
  body .profile__right {
    width: 100% !important;
    min-width: 0 !important;
  }
  body .notifications {
    max-width: 100% !important;
  }
  body .notifications h1 {
    font-size: 18px !important;
    margin-bottom: 12px;
  }
  body .notifications__head,
  body .notifications__item {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(48px, 1fr));
    gap: 4px;
    align-items: center;
    padding: 8px 4px !important;
  }
  body .notifications__head p,
  body .notifications__item p {
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    text-align: center;
    font-size: 11px !important;
    line-height: 1.3 !important;
  }
  body .notifications__head .notifications__td,
  body .notifications__item .notifications__td {
    width: auto !important;
    min-width: 0 !important;
    text-align: center;
  }
  body .notifications__head .notifications__td p,
  body .notifications__item .notifications__td p {
    font-size: 13px !important;
    text-align: left;
    margin: 0;
  }
  body .notifications__head .notifications__td:first-child,
  body .notifications__item .notifications__td:first-child {
    grid-column: 1/-1;
    text-align: left;
    font-weight: 500;
    margin-bottom: 4px;
  }
  body .notifications__head p:first-child {
    grid-column: 1/-1;
    text-align: left;
    font-size: 12px !important;
  }
  body .company-page {
    display: block !important;
  }
  body .company-page__left,
  body .company-page__balance {
    width: 100% !important;
    padding: 0 !important;
  }
  body .company-page__balance {
    margin-top: 16px;
  }
  body .balance__title {
    font-size: 14px !important;
    margin-bottom: 8px !important;
  }
  body .tokens .token-item,
  body app-tokens .token-item {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 8px;
  }
  body .managers .manager-item {
    padding: 12px !important;
  }
  body .profile-modal {
    top: 50px !important;
    width: auto !important;
    height: auto;
  }
  body .profile-modal .menu-items {
    padding: 0 16px;
  }
  body .profile-modal .menu-item a {
    padding: 0 !important;
    margin: 16px 0 !important;
    font-size: 15px !important;
  }
  body .news-list .news-item,
  body .news-list .news__item,
  body .news-list .main-news__item,
  body app-news .news-item,
  body app-news .news__item,
  body app-news .main-news__item,
  body app-common-news .news-item,
  body app-common-news .news__item,
  body app-common-news .main-news__item,
  body .common-news .news-item,
  body .common-news .news__item,
  body .common-news .main-news__item,
  body .news .news-item,
  body .news .news__item,
  body .news .main-news__item,
  body .main-news__content .news-item,
  body .main-news__content .news__item,
  body .main-news__content .main-news__item {
    flex-direction: column !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 16px !important;
    padding: 12px !important;
  }
  body .news-list .news-item__image,
  body .news-list .main-news__photo,
  body app-news .news-item__image,
  body app-news .main-news__photo,
  body app-common-news .news-item__image,
  body app-common-news .main-news__photo,
  body .common-news .news-item__image,
  body .common-news .main-news__photo,
  body .news .news-item__image,
  body .news .main-news__photo,
  body .main-news__content .news-item__image,
  body .main-news__content .main-news__photo {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 180px;
    margin: 0 0 12px !important;
  }
  body .news-list .news-item__image img,
  body .news-list .main-news__photo img,
  body app-news .news-item__image img,
  body app-news .main-news__photo img,
  body app-common-news .news-item__image img,
  body app-common-news .main-news__photo img,
  body .common-news .news-item__image img,
  body .common-news .main-news__photo img,
  body .news .news-item__image img,
  body .news .main-news__photo img,
  body .main-news__content .news-item__image img,
  body .main-news__content .main-news__photo img {
    max-width: 100%;
    height: auto;
  }
  body .news-list .news-item__content,
  body .news-list .main-news__info,
  body app-news .news-item__content,
  body app-news .main-news__info,
  body app-common-news .news-item__content,
  body app-common-news .main-news__info,
  body .common-news .news-item__content,
  body .common-news .main-news__info,
  body .news .news-item__content,
  body .news .main-news__info,
  body .main-news__content .news-item__content,
  body .main-news__content .main-news__info {
    width: 100% !important;
    padding: 0 !important;
  }
  body .news-list .main-news__title a,
  body .news-list .news-item__title,
  body app-news .main-news__title a,
  body app-news .news-item__title,
  body app-common-news .main-news__title a,
  body app-common-news .news-item__title,
  body .common-news .main-news__title a,
  body .common-news .news-item__title,
  body .news .main-news__title a,
  body .news .news-item__title,
  body .main-news__content .main-news__title a,
  body .main-news__content .news-item__title {
    font-size: 18px !important;
    line-height: 1.3 !important;
    font-weight: 600;
    display: block !important;
    width: 100% !important;
  }
  body .news-list .main-news__descript,
  body .news-list .main-news__descript p,
  body app-news .main-news__descript,
  body app-news .main-news__descript p,
  body app-common-news .main-news__descript,
  body app-common-news .main-news__descript p,
  body .common-news .main-news__descript,
  body .common-news .main-news__descript p,
  body .news .main-news__descript,
  body .news .main-news__descript p,
  body .main-news__content .main-news__descript,
  body .main-news__content .main-news__descript p {
    font-size: 14px !important;
    line-height: 1.5 !important;
    width: 100% !important;
  }
  body .news-list .main-news__date p,
  body app-news .main-news__date p,
  body app-common-news .main-news__date p,
  body .common-news .main-news__date p,
  body .news .main-news__date p,
  body .main-news__content .main-news__date p {
    font-size: 12px !important;
    color: var(--color-basic-600);
  }
  body .stocks__content {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px;
  }
  body .stocks__item {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }
  body .stocks__photo-block {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 12px;
  }
  body .stocks__photo-block img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  body .faq-element {
    padding: 12px !important;
  }
  body .text-page img,
  body app-text-page img {
    max-width: 100% !important;
    height: auto !important;
  }
  body .text-page table,
  body app-text-page table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  body .text-page h1,
  body app-text-page h1 {
    font-size: 22px !important;
  }
  body .text-page h2,
  body app-text-page h2 {
    font-size: 19px !important;
  }
  body .text-page h3,
  body app-text-page h3 {
    font-size: 17px !important;
  }
  body .text-page p,
  body app-text-page p {
    line-height: 1.5;
  }
  body app-breadcrumb,
  body .xng-breadcrumb-root {
    overflow-x: auto;
    white-space: nowrap;
    font-size: 13px;
  }
  body app-breadcrumb::-webkit-scrollbar,
  body .xng-breadcrumb-root::-webkit-scrollbar {
    display: none;
  }
  body .ngx-pagination {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 16px 0 !important;
    padding: 0 !important;
    flex-wrap: nowrap;
  }
  body .ngx-pagination > li:not(.pagination-previous):not(.pagination-next):not(.small-screen) {
    display: none !important;
  }
  body .ngx-pagination > li.small-screen {
    display: block !important;
    font-size: 14px;
    font-weight: 500;
    padding: 0 12px !important;
  }
  body .ngx-pagination > li.pagination-previous,
  body .ngx-pagination > li.pagination-next {
    padding: 0 !important;
  }
  body .ngx-pagination > li.pagination-previous a,
  body .ngx-pagination > li.pagination-previous span,
  body .ngx-pagination > li.pagination-next a,
  body .ngx-pagination > li.pagination-next span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: var(--color-basic-200);
    font-size: 0 !important;
  }
  body .ngx-pagination > li.pagination-previous a:hover,
  body .ngx-pagination > li.pagination-previous span:hover,
  body .ngx-pagination > li.pagination-next a:hover,
  body .ngx-pagination > li.pagination-next span:hover {
    background: var(--color-basic-300);
  }
  body .ngx-pagination .pagination-next a:after,
  body .ngx-pagination .pagination-previous a:after {
    background-size: 14px;
    height: 14px;
    width: 14px;
  }
  body .ngx-pagination > li.disabled {
    opacity: 0.4;
    pointer-events: none;
  }
  body .ngx-pagination-wrapper {
    flex-direction: column !important;
    gap: 12px !important;
    align-items: stretch !important;
    margin-bottom: 16px;
  }
  body .ngx-pagination-wrapper .ngx-pagination-steps,
  body .ngx-pagination-wrapper .ngx-pagination-dropdown,
  body .ngx-pagination-wrapper .ngx-dropdown {
    width: 100% !important;
  }
  body .ngx-pagination-wrapper .ngx-dropdown {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 13px;
    color: var(--color-basic-600);
  }
  body .ngx-pagination-wrapper .ngx-dropdown .ngx-menu,
  body .ngx-pagination-wrapper .ngx-dropdown nb-select,
  body .ngx-pagination-wrapper .ngx-dropdown .select-button {
    font-size: 13px !important;
  }
  body .ngx-pagination-wrapper .ngx-pagination-range {
    width: auto !important;
  }
  body .ngx-pagination-wrapper .ngx-pagination-range-dropdown-button {
    gap: 8px;
  }
  body .ngx-pagination-wrapper .ngx-pagination-range-dropdown-button::before {
    position: static !important;
    width: auto !important;
    right: auto !important;
    top: auto !important;
    text-align: left !important;
    content: "\412\44b\432\43e\434\438\442\44c  \43f\43e";
  }
  body nb-layout-footer {
    background: var(--color-basic-200);
  }
  body nb-layout-footer nav {
    max-width: none !important;
  }
  body nb-layout-footer .footer {
    padding: 16px 12px 12px !important;
    max-width: 480px;
    margin: 0 auto;
  }
  body nb-layout-footer .footer__top,
  body nb-layout-footer .footer__bottom {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
    padding: 0 !important;
  }
  body nb-layout-footer .footer__top {
    margin-bottom: 12px;
  }
  body nb-layout-footer .footer__left {
    width: 100% !important;
    justify-content: center !important;
    margin-bottom: 0;
  }
  body nb-layout-footer .footer__right {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    position: relative;
  }
  body nb-layout-footer .footer__right::before {
    content: "\418\43d\444\43e\440\43c\430\446\438\44f";
    display: block;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--color-basic-600);
    margin-bottom: 4px;
    padding: 0 12px;
  }
  body nb-layout-footer .footer__center,
  body nb-layout-footer .footer__idea {
    margin: 0 !important;
    gap: 0 !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
  body nb-layout-footer .footer__center a,
  body nb-layout-footer .footer__idea a {
    display: block !important;
    padding: 10px 12px !important;
    background: transparent !important;
    border-bottom: 1px solid var(--color-basic-300);
    border-radius: 0 !important;
    font-size: 13px;
    font-weight: 400;
    color: var(--main-color) !important;
    margin: 0 !important;
  }
  body nb-layout-footer .footer__center a:hover,
  body nb-layout-footer .footer__idea a:hover {
    background: rgba(0, 0, 0, 0.03) !important;
  }
  body nb-layout-footer .footer page-link.footer__center {
    display: block !important;
    margin: 0 !important;
    width: 100%;
  }
  body nb-layout-footer .footer page-link.footer__center ul,
  body nb-layout-footer .footer page-link.footer__center ol {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  body nb-layout-footer .footer page-link.footer__center li {
    margin: 0 !important;
    padding: 0;
    display: block;
  }
  body nb-layout-footer .footer page-link.footer__center a {
    display: block;
    padding: 10px 12px;
    background: transparent !important;
    border-bottom: 1px solid var(--color-basic-300);
    border-radius: 0 !important;
    font-size: 13px;
    font-weight: 400;
    color: var(--main-color) !important;
    margin: 0;
  }
  body nb-layout-footer .footer page-link.footer__center a:hover {
    background: rgba(0, 0, 0, 0.03);
  }
  body nb-layout-footer .footer__bottom {
    padding-top: 16px !important;
    margin-top: 16px;
    border-top: 1px solid var(--color-basic-300);
  }
  body nb-layout-footer .footer__bottom-left {
    flex-direction: column !important;
    gap: 0 !important;
    height: auto !important;
    width: 100% !important;
    align-items: stretch !important;
    font-size: 13px !important;
  }
  body nb-layout-footer .footer__phone {
    width: 100% !important;
    text-align: left !important;
    margin: 0 !important;
  }
  body nb-layout-footer .footer__phone p {
    display: none !important;
  }
  body nb-layout-footer .footer__phone a {
    display: flex !important;
    align-items: center;
    gap: 10px;
    padding: 10px 12px !important;
    background: transparent !important;
    border-bottom: 1px solid var(--color-basic-300);
    border-radius: 0 !important;
    font-size: 13px !important;
    font-weight: 500;
    color: var(--main-color) !important;
    line-height: 1.2 !important;
  }
  body nb-layout-footer .footer__phone a:hover {
    background: rgba(0, 0, 0, 0.03) !important;
  }
  body nb-layout-footer .footer__phone a[href^="tel:"]::before {
    content: "\1f4de";
    font-size: 14px;
  }
  body nb-layout-footer .footer__phone a[href^="mailto:"]::before {
    content: "\2709";
    font-size: 16px;
  }
  body nb-layout-footer .footer__bottom-right {
    width: 100% !important;
    text-align: center;
    margin-top: 12px !important;
    padding-top: 12px;
    border-top: 1px solid var(--color-basic-300);
  }
  body nb-layout-footer .footer__develop {
    width: 100% !important;
    text-align: center;
    margin: 0 auto;
  }
  body nb-layout-footer .footer__develop a {
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    color: var(--color-basic-600) !important;
    text-decoration: none;
  }
  body nb-layout-footer .footer__develop a img {
    margin: 0 !important;
    filter: grayscale(1);
    opacity: 0.5;
    width: auto;
    height: 16px;
  }
  body nb-layout-footer .footer__site-name {
    width: 100% !important;
  }
  body nb-layout-footer .footer__site-name p {
    text-align: center;
    font-size: 11px;
    color: var(--color-basic-600);
  }
  body nb-layout-footer .footer-logo {
    display: block;
    text-align: center;
  }
  body nb-layout-footer .footer-logo .logo {
    display: inline-block;
    width: 90px;
    height: auto;
  }
  body .carousel-control-next,
  body .carousel-control-prev {
    width: 40px;
  }
  body #carousel-thumbs .carousel-inner {
    display: none;
  }
  body #carousel-example-generic {
    margin-bottom: 12px;
    z-index: 1;
  }
  body app-photo-slider .next-slide,
  body app-photo-slider .prev-slide {
    width: 40px;
    height: 40px;
  }
  body app-photo-slider .next-slide .fa-angle-left,
  body app-photo-slider .next-slide .fa-angle-right,
  body app-photo-slider .prev-slide .fa-angle-left,
  body app-photo-slider .prev-slide .fa-angle-right {
    font-size: 18px;
  }
  body .hide-on-mobile {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  body .order-top__table .report-order #table tbody tr:nth-child(2n-1) {
    align-items: flex-start;
  }
  body .common-promotion .stocks__item,
  body app-common-promotion .stocks__item {
    width: calc((100% - 60px) / 2);
  }
  body .common-promotion .stocks__photo-block,
  body app-common-promotion .stocks__photo-block {
    height: 200px;
  }
  body .stock-single .stock-single__photo-block,
  body .promotion .stock-single__photo-block,
  body app-promotion .stock-single__photo-block {
    max-width: 100% !important;
    width: 100% !important;
    margin-bottom: 16px;
  }
  body .stock-single .stock-single__photo-block img,
  body .promotion .stock-single__photo-block img,
  body app-promotion .stock-single__photo-block img {
    max-width: 100%;
    height: auto;
  }
  body .stock-single .stock-single__content,
  body .promotion .stock-single__content,
  body app-promotion .stock-single__content {
    flex-direction: column !important;
    flex-wrap: wrap !important;
  }
  body .stock-single .stock-single__description,
  body .promotion .stock-single__description,
  body app-promotion .stock-single__description {
    width: 100% !important;
    margin-top: 12px;
  }
  body .stock-single .stock-single__description p,
  body .promotion .stock-single__description p,
  body app-promotion .stock-single__description p {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media (max-width: 575.98px) {
  body .main-news .main-news__photo,
  body app-main-news .main-news__photo {
    height: 100%;
  }
  body .main-news .main-news__photo img,
  body app-main-news .main-news__photo img {
    max-height: 100%;
  }
  body .common-news .main-news__item,
  body app-common-news .main-news__item {
    width: 100%;
    margin: 0 0 24px;
    flex-wrap: wrap;
  }
  body .common-news .main-news__title a,
  body app-common-news .main-news__title a {
    font-size: 26px;
    line-height: 32px;
  }
  body .common-news .main-news__photo,
  body app-common-news .main-news__photo {
    width: 100%;
    min-height: 70px;
    max-height: none;
    height: auto;
    margin-right: 0;
  }
  body .common-news .main-news__descript p,
  body app-common-news .main-news__descript p {
    -webkit-box-orient: vertical;
    max-height: 100%;
    text-decoration: inherit;
    -webkit-line-clamp: inherit;
  }
  body .common-news .main-news__photo img,
  body app-common-news .main-news__photo img {
    height: auto;
  }
  body .common-news .main-news__info,
  body app-common-news .main-news__info {
    width: 100%;
  }
  body .common-promotion .stocks__item,
  body app-common-promotion .stocks__item {
    width: 100%;
  }
  body .common-promotion .stocks__content,
  body app-common-promotion .stocks__content {
    margin: 0 auto;
  }
  body .common-promotion .stocks__photo-block,
  body app-common-promotion .stocks__photo-block {
    height: auto;
  }
  body .common-promotion .stocks__descript,
  body app-common-promotion .stocks__descript {
    min-height: auto;
    max-height: none;
    -webkit-line-clamp: inherit;
  }
  body .common-promotion .stocks__item .more-stocks,
  body app-common-promotion .stocks__item .more-stocks {
    margin: 0 8px 10px 0;
  }
  body .common-faq .main-news__item,
  body app-common-faq .main-news__item {
    width: 100%;
    margin: 0 0 24px;
    flex-wrap: wrap;
  }
  body .common-faq .main-news__title a,
  body app-common-faq .main-news__title a {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 480px) {
  body .product-tabs .characteristics-description h3,
  body app-product-tabs .characteristics-description h3 {
    font-size: 16px;
    line-height: 20px;
  }
  body .popup-offer .date-delivery__right,
  body app-popup-offer .date-delivery__right {
    width: 100%;
  }
  body .popup-offer .date-delivery,
  body app-popup-offer .date-delivery {
    flex-wrap: wrap;
  }
  body .popup-offer nb-radio-group,
  body app-popup-offer nb-radio-group {
    display: block;
  }
}
@media (max-width: 360px) {
  body .header__left app-modal-catalog .openCatalog button[nbButton] {
    width: 36px !important;
    padding: 0 !important;
    font-size: 0 !important;
  }
  body .header__left app-modal-catalog .openCatalog button[nbButton] tui-icon {
    font-size: 18px !important;
    margin: 0 !important;
  }
  body .top-line {
    font-size: 11px !important;
    padding: 0 8px !important;
  }
  body .top-line__city p {
    font-size: 11px !important;
    max-width: 90px !important;
  }
  body .top-line .header-phone-block {
    font-size: 11px !important;
  }
}
body {
  font-family: "Montserrat", sans-serif;
}
.ds-card {
  background: var(--ds-white);
  border: 1px solid var(--ds-stroke);
  border-radius: var(--ds-radius-card);
  padding: 24px;
}
@media (max-width: 575px) {
  .ds-card {
    padding: 16px;
  }
}
label.is-required::after {
  content: " *";
  color: var(--color-danger-500);
}
h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  margin: 8px 0;
}
nb-dialog-container h1,
nb-window h1 {
  margin-top: 0;
  font-size: 20px;
}
nb-window .alert,
.ngx-table .alert {
  margin: 5px;
  max-width: 600px;
  padding: 3px 10px 4px;
}
.filter-select-custom-description {
  font-size: x-small;
}
.cursor-pointer {
  cursor: pointer !important;
}
.card-body {
  width: 50%;
  position: relative;
}
.header-actions {
  display: flex;
  gap: var(--layout-padding);
}
.header-actions .user-action {
  position: relative;
  padding-right: var(--layout-padding);
}
button:focus {
  outline: none;
}
.tab-content:not([pinned=true]) {
  overflow: hidden !important;
}
a {
  text-decoration: inherit;
}
.example-tree ul,
.example-tree li {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.mat-tree-node {
  min-height: 40px !important;
}
mat-tree-node li .mat-tree-node {
  padding-left: 0;
}
.mat-tree-node button:hover .mat-button-focus-overlay {
  opacity: 0.1 !important;
  top: 6px !important;
  left: 0 !important;
  height: 21px !important;
  width: 21px !important;
}
.mat-focus-indicator {
  position: relative;
}
.mat-focus-indicator:before {
  background: none;
  position: absolute;
  top: 6px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  content: "";
  z-index: 1;
  opacity: 0;
  transition: 0.5s;
}
.mat-focus-indicator:hover:before {
  opacity: 0.5;
}
.mat-focus-indicator.mat-button-disabled:hover:before {
  opacity: 0;
}
.header-center {
  display: flex;
  justify-content: space-between;
  height: 40px;
  align-items: center;
  flex: 1 1 auto;
}
.header-center__content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 12px 8px 16px;
  width: 100%;
  height: 39px;
  border: 1px solid var(--input-basic-border-color);
  box-sizing: border-box;
  border-radius: var(--button-rectangle-border-radius);
}
.logo {
  width: 145px;
  margin-top: 4px;
}
.header-search {
  width: 100%;
}
.header-search app-search-autocomplete {
  width: 100%;
  height: 22px;
}
.header-search app-search-autocomplete > [nbInput].status-basic {
  border-radius: var(--button-rectangle-border-radius);
  height: 22px;
  background-color: var(--color-basic-100) !important;
  border: 0 var(--color-basic-100);
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  display: flex;
  align-items: center;
  color: var(--main-color);
  padding-left: 0;
}
.mob-search {
  display: none;
}
.nb-filter {
  width: 275px;
  min-width: 275px;
  position: absolute;
  background: var(--color-basic-200);
  border-radius: 1rem;
  padding: 17px 16px;
  top: 5px;
  z-index: 7;
}
.nb-filter__top {
  display: flex;
  justify-content: space-between;
}
.nb-filter__top .title {
  font-weight: bold;
  font-size: 16px;
}
.nb-filter__top .close {
  margin: 0;
  cursor: pointer;
}
.mat-tree-node {
  margin-bottom: 0 !important;
}
.all-table {
  position: relative;
}
.all-table grid-gear {
  position: absolute;
  right: 6px;
  top: 3px;
  z-index: 100;
}
.all-table table {
  width: 100%;
}
.cart-table {
  min-width: 110px;
  margin-top: 0;
  border: 0 !important;
  position: relative;
}
.cart-table .packaging {
  font-size: 12px;
  color: var(--color-basic-600);
  padding: 5px 0 0 13px;
}
.cart-table__top {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.cart-table__block-count {
  display: flex;
  margin-right: 8px;
}
.cart-table__count {
  width: 95px;
  height: 32px;
  position: relative;
}
.cart-table__count > * {
  font-size: 0.9rem !important;
  line-height: 1rem !important;
  height: 100% !important;
  border: none;
  font-weight: 600;
  text-align: center;
  padding: 0 !important;
}
.cart-table__count tui-icon {
  font-size: 14px;
  color: var(--main-color);
}
.cart-table__count input[nbInput] {
  width: 100%;
  box-sizing: border-box;
  outline: none;
  font-style: normal;
  border: 1px solid var(--input-basic-border-color) !important;
}
.cart-table__count input[nbInput].withUnit {
  border-radius: var(--button-rectangle-border-radius) 0 0 var(--button-rectangle-border-radius) !important;
}
.cart-table__count button {
  width: 34px !important;
  position: absolute;
  border: none !important;
  background-color: inherit !important;
  padding: 0 !important;
  top: 0;
  bottom: 0;
  outline: none;
  box-shadow: none;
}
.cart-table__count button img {
  max-width: 100%;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
}
.cart-table__count .up-arrow__click {
  right: 0;
}
.cart-table__count .down-arrow__click {
  left: 0;
}
.cart-table__pieces {
  background: var(--input-basic-border-color);
  border-radius: 0 var(--button-rectangle-border-radius) var(--button-rectangle-border-radius) 0;
  width: 32px;
  height: 32px;
  overflow: hidden;
}
.cart-table__pieces p {
  margin: 0;
  text-align: center;
  padding: 7px 0;
  font-size: 12px;
  line-height: 16px;
}
.cart-table__add {
  min-width: 32px;
  min-height: 32px;
}
.cart-table__add button {
  min-width: 32px;
  min-height: 32px;
  border-radius: var(--button-rectangle-border-radius);
  position: relative;
  border: none;
}
.catalog .cart-table__add button tui-icon {
  position: absolute;
  font-size: 1rem;
}
.name-table {
  min-width: 200px;
}
.name-table__vendor-code {
  color: var(--color-basic-600);
}
.name-table__title p {
  white-space: pre-line;
  padding-bottom: 0;
  line-height: 15px;
  margin: 4px 0;
  color: var(--main-color);
  display: -webkit-box;
  overflow: hidden;
  max-height: 55px;
  text-decoration: inherit;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.name-table__icons {
  display: flex;
  justify-content: flex-start;
}
.name-table__icons .item {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.name-table__icons .item img {
  max-width: 100%;
}
.phone-modal {
  padding: 16px;
  display: flex;
  flex-wrap: wrap;
}
.phone-modal h6 {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 4px;
}
.phone-modal h6 small {
  font-weight: normal;
  color: var(--color-basic-700);
}
.phone-modal p {
  font-style: normal;
  margin: 15px 0 -3px 0 !important;
  padding: 0 !important;
  line-height: 1.7;
}
.main-catalog {
  margin-top: 40px;
  margin-bottom: 15px;
}
.main-catalog__title {
  margin-bottom: 15px;
}
.main-catalog__title p {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  display: flex;
}
.main-catalog__title p span {
  margin-left: 15px;
  color: var(--color-basic-600);
}
.nb-layout-header nav {
  display: block !important;
  padding: 0;
  max-width: 1920px;
  margin: 0 auto;
  background-color: var(--color-basic-100);
  height: auto;
  border-bottom: 1px solid var(--input-basic-border-color);
}
.nb-layout-header nav .bottom-line {
  display: flex;
  gap: var(--layout-padding);
  justify-content: space-between;
  padding: var(--layout-padding);
}
.cart-table .ngx-icon.ngx-icon-menu {
  display: none;
}
nb-card.cart-table {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cdk-overlay-pane nb-option-list.position-bottom {
  max-height: 200px;
  overflow: auto;
}
.app-orders-goods nb-card.cart-table {
  margin-top: 0;
}
.mobileMenu {
  display: none;
}
nb-popover .arrow::after {
  display: none;
}
.top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.3rem var(--layout-padding);
  width: 100%;
  background: var(--color-basic-300);
}
.top-line tui-icon {
  font-size: 15px;
}
.top-line__left {
  display: flex;
  align-items: center;
}
.top-line__city {
  gap: 0.5rem;
  display: flex;
  margin-right: 25px;
  align-items: center;
}
.top-line__city:hover {
  cursor: pointer;
}
.top-line p {
  font-style: normal;
  display: flex;
  align-items: center;
  text-align: center;
  margin: 0;
}
.top-line__company {
  display: flex;
  align-items: center;
}
.top-line__company:hover {
  cursor: pointer;
}
.percent {
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #E1699B;
}
.percent.green {
  color: #259325;
}
.top-logo .logo-mobile {
  display: none;
}
.cart-table__mobile {
  display: none;
}
.hidden-list {
  opacity: 0 !important;
  visibility: hidden;
}
.mouse-pointer {
  cursor: pointer;
}
.main-catalog__title p a {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  display: flex;
  color: var(--main-color);
}
.order-title {
  display: flex;
  justify-content: space-between;
}
.order-title .buttons,
.order-title__buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.order-title .buttons button,
.order-title__buttons button {
  width: auto;
  display: flex;
  margin-left: 10px;
}
.order-title .buttons button:hover,
.order-title__buttons button:hover {
  cursor: pointer;
}
.order-title .buttons button img,
.order-title__buttons button img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.order-top {
  display: flex;
  margin: 20px 0;
  justify-content: space-between;
  align-items: flex-end;
}
.order-top > * {
  margin-left: 10px;
}
.order-top > *:first-child {
  margin-left: 0;
}
.import-popup {
  min-width: min(95vw, 1200px) !important;
}
.import-popup .popup {
  width: auto;
}
.code-table .code-table__title p {
  margin: 0;
  padding: 0;
}
.ds-modal-city nb-list-item,
.ds-modal-company nb-list-item {
  cursor: pointer;
}
.ds-modal-city nb-list-item:hover,
.ds-modal-company nb-list-item:hover {
  background: var(--ds-bg-muted);
}
.ds-modal-city nb-list-item.selected,
.ds-modal-company nb-list-item.selected {
  background: var(--ds-bg-muted);
  font-weight: 600;
  border-radius: var(--ds-radius);
}
body .table {
  --bs-table-border-color: var(--ds-stroke);
}
body .table > :not(caption) > * > * {
  border-bottom-width: 1px !important;
}
body .table > thead > tr > th {
  color: var(--ds-text-muted) !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  line-height: 16px;
  text-transform: uppercase;
}
body .ngx-table thead th,
body .ngx-table thead .ngx-table__header {
  color: var(--ds-text-muted) !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  line-height: 16px;
  text-transform: uppercase;
}
body .ngx-table tbody > tr > td {
  border-bottom: 1px solid var(--ds-stroke) !important;
}
.table__product-list-item {
  border-bottom: 1px solid var(--ds-stroke);
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
