/* projects/compob2b-customer/src/styles.scss */
body nb-dialog-container .popup,
body nb-window {
  padding: 35px;
}
body nb-window.small {
  min-width: auto !important;
  max-width: 460px;
  padding: 30px 0;
}
body nb-window.small nb-card-header {
  position: relative;
}
body nb-window.small nb-card-header .buttons {
  position: absolute;
  top: 10px;
  right: 20px;
}
.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;
  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 .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 tui-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;
}
.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);
}
.manufacturer-site-link {
  color: #8b8aa8;
  font-weight: normal;
}
.product-certificate__item {
  color: #333092;
  text-decoration: inherit;
  margin-bottom: 15px;
  display: flex;
  font-style: normal;
  gap: 0.5em;
}
.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;
}
tui-icon {
  font-size: 1rem;
}
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;
  border-left: 1px solid var(--color-basic-400);
  padding: 0 var(--layout-padding);
}
button:focus {
  outline: none;
}
.tab-content:not([pinned=true]) {
  overflow: hidden !important;
}
a {
  text-decoration: inherit;
}
.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-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;
}
.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;
}
.mob-search {
  display: none;
}
.header__left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: var(--layout-padding);
  gap: var(--layout-padding);
}
.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%;
}
.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 tui-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 tui-icon {
  position: absolute;
  font-size: 1rem;
}
.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;
  -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: #8B8AA8;
}
.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);
}
.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;
  height: 30px;
  padding: 0 var(--layout-padding);
  width: 100%;
  background: var(--color-primary-100);
  color: #333092;
  margin-top: -7px;
}
.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;
  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;
}
.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;
  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);
}
.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.css.map */
