@charset "UTF-8";

/* projects/compob2b-customer/src/styles.scss */
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;
}
.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;
}
.form-content.file-type label {
  font-size: 16px !important;
  text-align: center;
  display: block;
}
.form-content.file-type input {
  display: none;
}
.form-content.file-type small {
  display: block;
  margin-top: 8px;
}
.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;
}
.table-basket-num span {
  display: inline-block;
  font-size: 14px;
  color: #151723;
  padding-left: 25px;
  position: relative;
  line-height: 17px;
  min-width: 66px;
  text-align: left;
}
.table-basket-num span:before {
  content: "\41d\435\442";
}
.table-basket-num span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 14px;
  background: url(/assets/images/catalog/icon-indicator.png) 0 0 no-repeat;
}
.table-basket-num.little span:before {
  content: "\41c\430\43b\43e";
}
.table-basket-num.little span:after {
  background-position: 0 -17px;
}
.table-basket-num.many span:before {
  content: "\41c\43d\43e\433\43e";
}
.table-basket-num.many span:after {
  background-position: 0 -34px;
}
.table-basket-num.available1 span:before,
.table-basket-num.available2 span:before {
  content: "\41c\430\43b\43e";
}
.table-basket-num.available3 span:before {
  content: "\414\43e\441\442\430\442\43e\447\43d\43e";
}
.table-basket-num.available4 span:before,
.table-basket-num.available5 span:before {
  content: "\41c\43d\43e\433\43e";
}
.table-basket-num.available1 span:after,
.product-nal.available1 span:after {
  background-position: 0 -14px;
}
.table-basket-num.available2 span:after,
.product-nal.available2 span:after {
  background-position: 0 -28px;
}
.table-basket-num.available3 span:after,
.product-nal.available3 span:after {
  background-position: 0 -42px;
}
.table-basket-num.available4 span:after,
.product-nal.available4 span:after {
  background-position: 0 -56px;
}
.table-basket-num.available5 span:after,
.product-nal.available5 span:after {
  background-position: 0 -70px;
}
app-modal-product {
  margin-top: -15px;
}
.cursor {
  cursor: pointer;
}
.productPopup {
  max-width: 1080px;
  min-height: 200px;
  margin-top: -20px;
}
.productPopup .product-list-tab {
  padding-left: 0;
}
.productPopup__header {
  border-bottom: 1px solid var(--input-basic-border-color);
  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 nb-icon {
  width: 16px;
  height: 16px;
  margin-left: 5px;
}
.productPopup__header h2 {
  margin: 0 0 10px 0;
  font-size: 24px;
}
.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__info {
  position: relative;
  display: flex;
  box-sizing: border-box;
  border-top: 1px solid var(--input-basic-border-color);
  padding: 22px 0 0;
  margin-top: 22px;
  gap: 20px;
  align-items: center;
}
.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: 16px;
  color: #8b8aa8;
  font-size: 12px;
}
.productPopup__description-item p span,
.productPopup__description-item p a {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: var(--color-basic-800);
  display: block;
}
.productPopup__description-item .brand span {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #F47B20;
}
.productPopup__bottom nb-tabset {
  margin-top: 20px;
}
.productPopup__bottom nb-tabset nb-tab {
  padding: 20px 0 0 20px;
}
.productPopup__bottom .tabset {
  border: none;
}
.productPopup__bottom .tabset .tab-link {
  border-bottom: 3px solid #BFBDF4;
  text-transform: inherit;
  font-weight: bold;
  font-size: 16px;
  color: #7C7B9D;
  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 {
  color: #0F0D3F;
  border-bottom: 3px solid #F47B20;
}
.more {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 22px;
  color: #2E3134;
}
.more span {
  color: #333092;
  margin: 0 5px;
  font-weight: 600;
}
.warehouses-info p.title {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #0F0D3F;
}
.warehouses-info p {
  color: #4D4C67;
  margin-bottom: 5px;
}
.warehouses-info p span {
  color: #4D4C67;
  margin: 0 5px;
}
.characteristics-description h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  color: #0F0D3F;
  margin: 0 0 12px 0;
}
@media (max-width: 767px) {
  .characteristics-description h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 480px) {
  .characteristics-description h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
.characteristics-description p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #4D4C67;
  margin: 12px 0;
}
@media (max-width: 767px) {
  .characteristics-description p {
    font-size: 14px;
    line-height: 24px;
  }
}
.characteristics-product {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.characteristics-product__item {
  width: 49%;
  padding: 12px 20px;
  display: flex;
  justify-content: space-between;
}
.characteristics-product__item p {
  margin: 0;
}
.characteristics-product__item p:last-child {
  text-align: right;
}
.characteristics-product__item:nth-child(4n+1),
.characteristics-product__item:nth-child(4n+2) {
  background: var(--color-primary-100);
}
@media (max-width: 1023px) {
  .productPopup__photo-left {
    width: 38%;
    margin: 0 auto;
  }
  .warehouses-info {
    margin-top: 0;
    width: 100%;
    padding-right: 0;
    border-right: 0;
    order: 2;
    padding-bottom: 0;
  }
  .productPopup__right {
    width: 100%;
  }
  .productPopup {
    max-width: 700px;
  }
  .productPopup__center {
    padding-bottom: 0;
  }
  .productPopup__info {
    flex-wrap: wrap;
  }
  app-add-to-cart {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .productPopup__info {
    margin-top: 0;
    padding-top: 5px;
  }
  .characteristics-product__item {
    width: 100%;
  }
  .productPopup__center {
    display: block;
  }
  .productPopup {
    width: 85%;
  }
}
@media (max-width: 576px) {
  .tabset {
    flex-wrap: wrap;
  }
  .productPopup__description-item p {
    width: 48%;
    padding-right: 10px;
  }
  .productPopup__info {
    padding: 26px 0;
  }
  .productPopup__bottom {
    margin-top: 20px;
  }
  .warehouses-info {
    margin-top: 0;
    position: relative;
    width: 100%;
    top: 0;
    order: 1;
  }
  .productPopup__right {
    order: 2;
  }
  .productPopup__info {
    padding: 26px 0 0;
  }
}
@media (max-width: 360px) {
  .productPopup__description-item {
    display: block;
  }
}
.manufacturer-site-link {
  color: #8b8aa8;
  font-weight: normal;
}
.product-certificate__item {
  color: #333092;
  text-decoration: inherit;
  margin-bottom: 15px;
  display: flex;
  font-style: normal;
}
.product-certificate__item .icon {
  display: inline-block;
  font-size: 1.5rem;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  flex-shrink: 0;
  -webkit-user-select: none;
  user-select: none;
  width: 18px;
  height: 18px;
  margin-right: 6px;
}
.product-certificate__item .icon path {
  fill: #333092;
}
.all-items-btn {
  text-align: center;
  margin-top: 1em;
}
.productAccordion nb-accordion-item-header {
  padding: 16px 45px;
}
.productAccordion nb-accordion-item-header .expansion-indicator {
  left: 15px;
  width: 20px;
  height: 20px;
  background-image: url(/assets/images/product/add.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.productAccordion nb-accordion-item-header .expansion-indicator svg {
  display: none;
}
.productAccordion.collapsed nb-accordion-item-header .expansion-indicator {
  left: 15px;
  width: 20px;
  height: 20px;
  background-image: url(/assets/images/product/add.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.productAccordion.expanded nb-accordion-item-header .expansion-indicator {
  left: 15px;
  width: 20px;
  height: 20px;
  background-image: url(/assets/images/product/del.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.productAccordion nb-accordion-item-body .item-body {
  padding: 0;
}
.productAccordion nb-accordion-item-header .expansion-indicator svg {
  display: none;
}
.productAccordion .text-muted {
  margin-left: 15px;
  font-weight: normal;
  opacity: 0.5;
}
.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;
}
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;
}
nb-layout-footer {
  box-shadow: none !important;
}
.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;
  border-left: 1px solid var(--color-basic-400);
  padding: 0 var(--layout-padding);
}
.popover-card {
  background: none !important;
  border: none !important;
  margin-bottom: 0 !important;
}
button:focus {
  outline: none;
}
.tab-content:not([pinned=true]) {
  overflow: hidden !important;
}
a {
  text-decoration: inherit;
}
a.noDecoration {
  text-decoration: none;
}
.search-outline {
  position: absolute;
  right: 5px;
  top: 10px;
}
.example-tree-invisible {
  display: none;
}
.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-phone-block,
.header-location-block {
  align-items: center;
}
.header-center__content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 12px 8px 16px;
  width: 100%;
  height: 40px;
  border: 1px solid var(--input-basic-border-color);
  box-sizing: border-box;
  border-radius: var(--button-rectangle-border-radius);
}
.header-center app-modal-catalog,
.header-filter {
  border-radius: 2px;
  margin-right: 12px;
}
.header__new-right {
  display: flex;
  width: auto;
  flex: 1 1 auto;
  align-items: center;
}
.logo {
  width: 112px;
  height: 24px;
  margin-top: 5px;
}
.header-filter {
  height: 24px;
  width: 24px;
  margin: 0 16px 0 0;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header-filter .count-filter {
  background: var(--button-filled-primary-background-color);
  font-size: 12px;
  line-height: 18px;
  color: var(--button-filled-primary-text-color);
  padding: 0;
  border-radius: 50%;
  position: absolute;
  width: 18px;
  height: 18px;
  top: -2px;
  right: -6px;
  text-align: center;
}
.header-search {
  width: 100%;
  border-left: 1px solid var(--input-basic-border-color) !important;
  border-radius: 2px;
}
.header-search app-search-autocomplete {
  width: 100%;
  height: 22px;
}
.header-search app-search-autocomplete > [nbInput].status-basic {
  border-radius: 2px;
  height: 22px;
  background-color: #fff;
  border: 0 #fff;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  display: flex;
  align-items: center;
  color: var(--main-color);
  padding-left: 16px;
}
.layout-fixed-footer {
  display: none !important;
}
nb-layout-header.fixed ~ .layout-container {
  padding-top: 95px !important;
}
.mob-search {
  display: none;
}
.header-phone-block p {
  font-size: 12px;
  line-height: 16px;
  margin: 0;
  font-style: normal;
  font-weight: 600;
  color: var(--main-color);
}
.header-location-block p {
  margin: 0;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: var(--main-color);
}
.header-location-block:hover {
  cursor: pointer;
}
.header-location-block img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  margin-top: -2px;
}
.header-phone-block,
.header-location-block {
  display: flex;
  position: relative;
  width: auto;
  justify-content: center;
}
.header-location-block nb-icon {
  margin-left: 8px;
}
.header-select-group {
  display: flex;
  width: 70%;
  justify-content: space-around;
}
.header-location-block nb-icon {
  margin-top: 0;
  width: 24px;
  text-align: center;
}
.header-location-block:after {
  width: 1px;
  height: 41px;
  top: 10px;
  background: var(--input-basic-border-color);
  position: absolute;
  right: -12px;
  content: "";
}
.header__left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: var(--layout-padding);
  gap: var(--layout-padding);
}
nb-sidebar {
  background: none;
  box-shadow: none;
  width: 80px !important;
}
nb-layout-header.fixed ~ .layout-container nb-sidebar.left.expanded .main-container {
  background: #fff !important;
  z-index: 999;
  border-right: 1px solid var(--color-primary-200);
  padding: 5px;
}
nb-sidebar.left.compacted {
  max-width: 80px !important;
  z-index: 555;
}
nb-sidebar.left.compacted .main-container {
  width: 80px !important;
  max-width: 80px !important;
}
nb-sidebar.left.compacted .scrollable {
  overflow-y: inherit;
  overflow-x: inherit;
  flex: 1;
  max-width: 80px !important;
}
nb-layout .layout .layout-container nb-sidebar.fixed,
nb-layout .layout .layout-container nb-sidebar .main-container-fixed {
  top: 98px;
}
.sidebar-toggle.sidebar-menu {
  margin: 14px 28px 0;
  width: 24px;
  padding-bottom: 24px;
  display: flex;
  position: relative;
}
.sidebar-toggle.sidebar-menu:after {
  width: 48px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: -13px;
  content: "";
  background: var(--input-basic-border-color);
}
.left.expanded .sidebar-toggle.sidebar-menu:after {
  width: 100%;
}
.sidebar-toggle.sidebar-menu.mobile-menu-icon {
  display: none;
}
nb-sidebar.left.expanded .scrollable {
  padding: 15px;
}
nb-sidebar.left.expanded .sidebar-toggle.sidebar-menu {
  display: none;
}
nb-layout .layout {
  background-color: #fff !important;
}
nb-sidebar .scrollable {
  padding: 0;
}
nb-menu .menu-item {
  border-bottom: 0 !important;
}
nb-menu .menu-item a {
  color: var(--menu-text-color) !important;
  cursor: pointer !important;
}
nb-menu .menu-item a:hover {
  background: var(--color-primary-100) !important;
}
nb-menu .menu-item .menu-title {
  display: flex;
}
.center-block {
  display: flex;
  justify-content: space-between;
}
.nb-filter {
  width: 275px;
  min-width: 275px;
  position: absolute;
  background: var(--color-basic-200);
  border-radius: 1rem;
  padding: 17px 16px;
  top: 5px;
  overflow-y: auto;
  max-height: calc(100vh - 155px) !important;
  min-height: calc(100vh - 155px) !important;
  z-index: 7;
}
.nb-filter__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.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%;
}
.mytischi-table {
  min-width: 60px;
  position: relative;
}
.mytischi-table__count {
  display: flex;
  justify-content: flex-start;
}
.mytischi-table__count .with-hover {
  cursor: pointer !important;
}
.mytischi-table__count p {
  margin-right: 5px;
  margin-bottom: 0;
}
.mytischi-table__count img {
  width: 13px;
  height: 15px;
  margin-top: -2px;
}
.mytischi-table__day p {
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 14px;
  color: #7C7B9D;
  padding-bottom: 0;
  margin: 0;
}
.cart-table {
  min-width: 110px;
  margin-top: 0;
  border: 0 !important;
  position: relative;
}
.cart-table .packaging {
  font-size: 12px;
  color: #7C7B9D;
  padding: 5px 0 0 13px;
}
.cart-table__top {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  align-items: center;
}
.cart-table__block-count {
  display: flex;
  margin-right: 8px;
}
.cart-table__count {
  width: 95px;
  height: 32px;
  position: relative;
}
.cart-table__count nb-icon {
  font-size: 14px;
  color: var(--main-color);
}
.cart-table__count input[nbInput] {
  width: 100%;
  padding: 7px 13px 7px;
  height: 32px;
  border: 1px solid var(--input-basic-border-color) !important;
  border-right: 0;
  box-sizing: border-box;
  border-radius: 8px 0px 0px 8px;
  outline: none;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: var(--main-color);
}
.cart-table__count button {
  width: 16px !important;
  position: absolute;
  border: none !important;
  background-color: inherit !important;
  padding: 0 !important;
  top: 50%;
  transform: translateY(-50%);
  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: 10px;
}
.cart-table__count .down-arrow__click {
  left: 10px;
}
.cart-table__pieces {
  background: var(--input-basic-border-color);
  border-radius: 0px 8px 8px 0px;
  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;
}
.notCatalog .cart-table__add {
  display: flex;
  gap: 10px;
}
.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 nb-icon {
  width: 16px !important;
  height: 16px !important;
  position: absolute;
}
.center-block__content {
  width: 100%;
  position: relative;
}
.price-table {
  min-width: 80px;
  position: relative;
}
.price-table__text {
  display: flex;
  justify-content: flex-start;
}
.price-table__text p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 15px;
  color: var(--main-color);
  margin-right: 5px;
  margin-bottom: 0;
}
.price-table__text img {
  width: 16px;
  height: 16px;
}
.price-table__text img.not-active {
  width: 13px;
  height: 15px;
}
.price-table__old p {
  font-size: 10px;
  line-height: 16px;
  text-decoration-line: line-through;
  color: #828282;
  margin: 0;
}
.name-table {
  min-width: 200px;
}
.name-table__vendor-code {
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 14px;
  color: #7C7B9D;
}
.name-table__title p {
  white-space: pre-line;
  padding-bottom: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  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;
  -o-text-overflow: ellipsis;
  -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;
}
nb-icon.expand-state g[data-name=chevron-left] {
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}
nb-icon.expand-state g[data-name=chevron-down] {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}
.center-block.center-products.checkedFilter .center-block__content {
  padding-left: 296px;
}
nb-layout-footer nav {
  justify-content: center;
  display: block !important;
  padding: 0 !important;
  border: 0 !important;
  width: 100% !important;
}
.footer {
  padding: 10px 0;
}
.footer .logo {
  width: 123px;
  height: 27px;
}
.footer .footer-logo {
  width: 123px;
}
.footer__top {
  padding: 10px 0;
  align-items: center;
}
.footer__logo {
  width: 123px;
  height: 27px;
  margin-right: 24px;
}
.footer__bottom {
  padding: 10px 0;
}
@media (max-width: 576px) {
  .footer__bottom {
    flex-wrap: wrap;
  }
}
.footer__left {
  display: flex;
  align-items: center;
  height: 58px;
}
@media (max-width: 1023px) {
  .footer__left {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .footer__left {
    width: 25%;
  }
}
.footer__left p {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: #8B8AA8;
  margin: 0 24px;
}
@media (max-width: 576px) {
  .footer__left p {
    display: none;
  }
}
.footer__top,
.footer__bottom {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.footer__site-name {
  width: 300px;
}
.footer__site-name p {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  color: #FFFFFF;
  opacity: 0.3;
  text-align: center;
  margin-bottom: 0;
}
.footer__develop-text {
  display: none;
}
@media (max-width: 576px) {
  .footer__develop-text {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #8B8AA8;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .footer__bottom-right {
    text-align: center;
    margin: 0 auto;
    padding-top: 24px;
    border-top: 1px solid var(--input-basic-border-color);
    width: 100%;
  }
}
.footer__develop {
  width: 90px;
  text-align: right;
}
@media (max-width: 576px) {
  .footer__develop {
    width: 100%;
    text-align: right;
    display: flex;
    justify-content: center;
  }
}
.footer__develop a {
  text-decoration: inherit;
  transition: 0.5s;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #D3D3DE !important;
}
@media (max-width: 576px) {
  .footer__develop a img {
    margin-left: 10px;
  }
}
.footer__develop a:hover {
  cursor: pointer;
}
.footer__zero {
  width: 156px;
}
@media (max-width: 576px) {
  .footer__bottom-center {
    width: 33%;
  }
}
.footer__bottom-center p {
  display: none;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  align-items: center;
  color: #D3D3DE;
  margin: 0;
}
@media (max-width: 576px) {
  .footer__bottom-center p {
    display: block;
    text-align: center;
  }
}
.footer__right {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1023px) {
  .footer__right {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .footer__right {
    width: 75%;
  }
}
.footer__bottom-left {
  display: flex;
}
@media (max-width: 576px) {
  .footer__bottom-left {
    width: 66%;
    justify-content: space-between;
  }
}
.footer__bottom-left .footer__phone p {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
  color: #D3D3DE;
  margin: 0 0 2px 0;
}
.footer__bottom-left .footer__phone a {
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 26px;
  display: flex;
  align-items: center;
  color: var(--main-color) !important;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  margin: 2px 16px 0 0;
}
@media (max-width: 576px) {
  .footer__bottom-left .footer__phone a {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: var(--main-color);
  }
}
.footer__idea,
.footer__center {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 20px;
  gap: 0 20px;
}
.footer__idea a:hover,
.footer__center a:hover {
  text-decoration: underline;
}
.footer__social {
  display: flex;
  width: 220px;
  margin: 0 auto;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .footer__social {
    margin-top: 0;
    justify-content: flex-start;
  }
}
.footer__social a {
  width: 24px;
  height: 24px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
  display: block;
  margin: 0;
  border-radius: 50%;
  position: relative;
  transition: 0.5s;
}
@media (max-width: 576px) {
  .footer__social a {
    margin: 0 30px;
  }
  .footer__social a:first-child {
    margin-left: -5px;
  }
  .footer__social a:last-child {
    margin-right: 0;
  }
}
.footer__social a:hover {
  border: 1px solid #fff;
}
.footer__social a:last-child {
  margin-right: 0;
}
.footer__social a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
nb-card.not-bg {
  background: inherit !important;
  border: none;
}
.main-catalog {
  margin-top: 40px;
  margin-bottom: 15px;
}
.main-catalog__title {
  margin-bottom: 15px;
}
.main-catalog__title p {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  display: flex;
}
.main-catalog__title p span {
  margin-left: 15px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  display: flex;
  align-items: center;
  color: #8B8AA8;
  padding-top: 5px;
}
.nb-layout-header nav {
  height: 95px;
  padding: 0;
  max-width: 1920px;
  margin: 0 auto;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--layout-padding);
}
.custom-file {
  background: #FEF6F0;
  border-radius: var(--button-rectangle-border-radius);
  height: 158px;
}
.custom-file * {
  cursor: pointer;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: inherit;
}
.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;
}
nb-layout-header.fixed ~ .layout-container nb-sidebar.left.compacted .main-container .sidebar-toggle.sidebar-menu .menu-close {
  display: block;
}
nb-layout-header.fixed ~ .layout-container nb-sidebar.left.compacted .main-container .sidebar-toggle.sidebar-menu .menu-open {
  display: none;
}
nb-layout-header.fixed ~ .layout-container nb-sidebar .main-container {
  background: inherit;
}
nb-layout-header.fixed ~ .layout-container nb-sidebar.left.expanded .main-container .sidebar-toggle.sidebar-menu .menu-close {
  display: none;
}
nb-layout-header.fixed ~ .layout-container nb-sidebar.left.expanded .main-container .sidebar-toggle.sidebar-menu .menu-open {
  display: block;
}
.mobileMenu {
  display: none;
}
nb-popover .arrow::after {
  display: none;
}
.top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px;
  padding: 0 var(--layout-padding);
  width: 100%;
  background: var(--color-primary-100);
  color: #333092;
  margin-top: -7px;
}
.top-line__left {
  display: flex;
  align-items: center;
}
.top-line__city {
  display: flex;
  margin-right: 25px;
  align-items: center;
}
.top-line__city:hover {
  cursor: pointer;
}
.top-line__city nb-icon {
  margin: 0 5px 0 0;
}
.top-line p {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
  color: #333092;
  text-align: center;
  margin: 0;
}
.top-line__company {
  display: flex;
  align-items: center;
}
.top-line__company:hover {
  cursor: pointer;
}
.price-table__text .percent {
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #E1699B;
}
.price-table__text .percent.green {
  color: #259325;
}
.top-logo .logo-mobile {
  display: none;
}
.cart-table__mobile {
  display: none;
}
.center-block {
  position: relative;
}
.hidden-list {
  opacity: 0 !important;
  visibility: hidden;
}
.mouse-pointer {
  cursor: pointer;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #0F0D3F;
}
.main-catalog__title p a {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  display: flex;
  color: var(--main-color);
}
.offer-table-tab {
  padding: 0 !important;
}
.order-modal {
  padding: 16.5px;
}
.single-new__back {
  margin: 10px 0;
}
.single-new__back a {
  margin: 0 0 0 10px;
  font-style: normal;
  text-decoration: inherit;
}
.single-new__back img {
  width: 16px;
  height: 16px;
}
.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: center;
}
.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;
}
#table tbody > tr:nth-child(2n-1) {
  background: var(--color-primary-100);
}

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