body {
  height: 100%;
}
body .ps__rail-x,
body .ps__rail-y {
  opacity: 0.75;
}
body legend {
  padding: 0;
  border: 0;
}
body .page-content,
body .content {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
body .ps__thumb-x,
body .ps__thumb-y {
  pointer-events: auto;
}
body .ps {
  overflow: hidden !important;
}

a {
  color: #2196f3;
}

a:hover {
  color: #0a6ebd;
  text-decoration: none;
}

h6 {
  font-size: 1rem;
}

[data-name=WORK_POSITION] .main-ui-square-search-item[type=text] {
  border: 0;
  outline: none;
}

.main-user-consent-request {
  max-width: 100%;
}

.sidebar-content {
  z-index: 100;
}

.label-confidential {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.perfectscroll {
  position: relative;
  max-height: 192px;
}

.upload-file {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.upload-file:hover .action.btn {
  background-color: #2a3140;
}
.upload-file .input-file {
  width: 100%;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  min-height: 2.25003rem;
  border: 0;
  cursor: pointer;
  z-index: 10;
}
.upload-file .filename {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #999;
  padding: 0.4375rem 0.875rem;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #ddd;
  border-right: 0;
  background-color: #fff;
  text-align: left;
  word-break: break-word;
  border-top-left-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
}
.upload-file .action.btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/*.popup-window-buttons .btn-link {*/
/*  float: right;*/
/*}*/

.content .sotbit_cabinet {
  padding-top: 0;
}

.sotbit_cabinet .gadgetholder {
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main-ui-filter-save-for-all {
  cursor: pointer;
}

#save-for-all {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.page-content {
  
}

.header-elements-toggle.text-default.d-md-none {
  display: none;
}

.login-form .create_account-captcha .captha_text.text-muted {
  height: 36px;
  margin-right: 0;
}

.create_account-captcha .captha_text.text-muted > img {
  max-height: 36px;
  max-width: 150px;
}

.registration-form-wrapper .bx-authform > div {
  width: 20rem;
}

body input[type=text] {
  display: block;
  padding: 0.4375rem 0.875rem;
  font-size: 0.8125rem;
  line-height: 1.5385;
  color: #333;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ddd;
  border-radius: 0.1875rem;
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.list-icons .list-icons-item {
  font-weight: normal;
  margin-left: 3px;
  width: 19px;
  height: 19px;
}

body .breadcrumb {
  padding-bottom: 0.625rem;
}

body .button-ok,
body .button-cancel {
  background-color: #3e495f;
  color: #fff;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.4375rem 0.875rem;
  font-size: 0.8125rem;
  line-height: 1.5385;
  border-radius: 0.1875rem;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

body .button-ok:hover,
body .button-cancel:hover,
body .button-ok:active,
body .button-cancel:active {
  background-color: #2a3140;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.4375rem 0.875rem;
  font-size: 0.8125rem;
  line-height: 1.5385;
  border-radius: 0.1875rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  cursor: pointer;
}

.breadcrumb .breadcrumb-item {
  padding: 0.625rem 0 0 0;
}

.breadcrumb-item + .breadcrumb-item::before {
  padding-left: 0.625rem;
}

.cart_header {
  margin: 0 1rem;
}

.cart_header .navbar-nav-link {
  padding: 0.875rem 1.6rem;
}

.cart_header .badge {
  right: 0.6rem;
}

.sidebar-user .media .bx-user-info-anchor-cell > img {
  border-radius: 100%;
}

.header_logout {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.header_logout > a {
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.header_logout > a:hover {
  color: #ededed;
}

.card .nav-sidebar .nav-item.your_manager {
  margin-bottom: 1rem;
}

.col-sm-19.sm-padding-right-no.blank_right-side {
  margin-top: 30px;
}

.validation-invalid-label {
  cursor: pointer;
}

.card-title.appeals-messages-title {
  color: #fff;
}

.form-check:hover > label {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.form-check:hover > label {
  color: #999;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.personal_list_order {
  background-color: #fff;
}

[type=reset], [type=submit], button, html body [type=button] {
  -webkit-appearance: none;
}

/*.popup-window-buttons .popup-window-button {*/
/*  background-color: #3e495f;*/
/*  color: #fff;*/
/*  -webkit-transition: all 0.2s ease-in-out;*/
/*  transition: all 0.2s ease-in-out;*/
/*  font-weight: normal;*/
/*  display: inline-block;*/
/*  text-align: center;*/
/*  white-space: nowrap;*/
/*  vertical-align: middle;*/
/*  -webkit-user-select: none;*/
/*     -moz-user-select: none;*/
/*      -ms-user-select: none;*/
/*          user-select: none;*/
/*  padding: 0.4375rem 0.875rem;*/
/*  border-radius: 0.1875rem;*/
/*  min-width: 170px;*/
/*  text-transform: none;*/
/*  font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;*/
/*  -webkit-box-shadow: none;*/
/*  box-shadow: none;*/
/*  border: 1px solid transparent;*/
/*  line-height: 1.5385;*/
/*  height: auto;*/
/*}*/

/*.popup-window-buttons .popup-window-button.popup-window-button-link {*/
/*  padding: 0;*/
/*  background: none;*/
/*  font-weight: 400;*/
/*  color: #2196f3;*/
/*}*/

/*.popup-window-buttons .popup-window-button.popup-window-button-link:hover {*/
/*  color: #0a6ebd;*/
/*  background: none;*/
/*}*/

/*.popup-window-buttons .popup-window-button:hover,*/
/*.popup-window-buttons .popup-window-button:active {*/
/*  background-color: #2a3140;*/
/*  color: #fff;*/
/*  font-weight: normal;*/
/*  min-width: 170px;*/
/*}*/

.main-ui-filter-search.main-ui-filter-theme-default > input {
  margin-left: 1rem;
}

.uniform-uploader .action.btn {
  background-color: #2196f3;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.uniform-uploader.hover .action.btn {
  background-color: #0a6ebd;
}

.btn.btn_b2b {
  background-color: #3e495f;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: normal;
}

.btn.btn_save.popup-window-button {
  background-color: #3e495f;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: normal;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.btn_save.popup-window-button:active {
  background-color: #2a3140;
  color: #fff;
  font-weight: normal;
}

.btn.btn_save.popup-window-button:hover {
  background-color: #2a3140;
  color: #fff;
  font-weight: normal;
}

.btn.btn_b2b:hover, .btn.btn_b2b:active {
  background-color: #2a3140;
  color: #fff;
  font-weight: normal;
}

.main-ui-filter-find.btn.btn_b2b,
.main-ui-filter-save.btn.btn_b2b {
  min-width: 170px;
}

.bx-yandex-view-layout {
  max-width: 500px;
  max-height: 500px;
}

.map-wrapper {
  max-height: 520px;
}

.data {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.data td {
  text-align: left;
  vertical-align: top;
  width: 50%;
}
.data .map {
  width: 40%;
  padding: 0 25px 0 0;
  min-width: 400px;
}
.data .store {
  width: 60%;
  padding: 0;
}
.data .store table td {
  border-bottom: 1px solid #ccc;
}
.data .store table td.last {
  border-bottom: none;
}
.data table td {
  width: auto;
  padding: 10px 3px 10px;
}
.data .name {
  font-weight: bold;
  font-size: 12px;
}
.data .image_cell,
.data .image {
  width: 120px;
  text-align: center !important;
  vertical-align: middle;
}
.data input[type=radio] {
  display: none;
}
.data .view_map {
  -webkit-box-shadow: 3px 3px 4px rgba(180, 188, 191, 0.5);
  box-shadow: 3px 3px 4px rgba(180, 188, 191, 0.5);
}
.data .ora-storelist {
  height: 400px;
  overflow: auto;
}

.modal-manager-image {
  margin-top: 0.3rem;
}

body div[id^=wait_] {
  background-image: none !important;
}

.pace-demo .theme_xbox .pace_activity, .pace-demo .theme_xbox .pace_activity::before,
.pace-demo .theme_xbox .pace_activity::after {
  border-top-color: #3e495f;
}

.index_checkout-promocode-total_text.promocod_economy h6:first-child {
  margin-right: 0.3rem;
}

.index_checkout-promocode-total_text.promocod_economy h6 {
  margin-bottom: 0;
}

.navbar.fixed-top {
  z-index: 994;
  position: relative;
  top: 0 !important;
}

.navbar-brand {
  width: 90px;
  height: 100%;
  padding: 10px 10px 10px 0;
}

.modal_manager_icon {
  display: none;
}

.sidebar-xs .nav-sidebar .modal_manager_icon {
  display: block;
  margin-right: 0;
  cursor: pointer;
}

.sidebar-xs .nav-sidebar .modal_manager_icon .nav-link i {
  margin-right: 0;
}

.sidebar-xs .nav-item.your_manager {
  display: none;
}

.navbar-brand .header_logo {
  width: 90px;
  height: 30px;
}

.footer_sotbit_logo {
  margin-right: 1rem;
  margin-bottom: 3px;
  display: none;
}

.header-elements a.cart-in-header:focus, .header-elements a.cart-in-header:hover {
  color: #fff;
}

.header-elements .cart-in-header > i {
  font-size: 20px;
}

.header-elements .cart-in-header > i > span {
  background-color: #fe7a4f;
  border-radius: 100%;
  color: #fff;
  position: absolute;
  bottom: 16px;
  left: 15px;
  height: 21px;
  min-width: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #252b38;
  text-align: center;
  top: -11px;
  font-size: 11px;
  padding: 0 2px;
}

.datatable-scroll {
  width: 100%;
  overflow-x: auto;
  position: relative;
}

.display_block {
  display: block;
}

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

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.form-group .form-control.touchspin-empty {
  max-width: 55px;
  text-align: center;
}

.uniform-uploader .filename {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* registration */
.chouse-company {
  padding-bottom: 15px;
}

.content-wrapper.content_no_padding {
  padding: 0;
}

/* ===================== FILE INPUT ===================== */
.file-area {
  width: 100%;
  position: relative;
  color: #455a64;
}

.file-area input[type=file] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
  border-radius: 0.1875rem;
}

.file-area .file-dummy {
  width: 100%;
  padding: 30px;
  background: rgba(69, 90, 100, 0.2);
  border: 2px dashed rgba(69, 90, 100, 0.2);
  text-align: center;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  border-radius: 15px;
}

.file-area .file-dummy .success {
  display: none;
}

.file-area:hover .file-dummy {
  background: rgba(69, 90, 100, 0.1);
}

.file-area input[type=file]:focus + .file-dummy {
  outline: 2px solid rgba(0, 0, 0, 0.5);
}

.file-area input[type=file]:valid + .file-dummy {
  border-color: rgba(69, 90, 100, 0.4);
  background-color: rgba(69, 90, 100, 0.3);
}

.file-area input[type=file]:valid + .file-dummy .success {
  display: inline-block;
}

.file-area input[type=file]:valid + .file-dummy .default {
  display: none;
}

/* end registration */
/* for company*/
.card-bitrix-cabinet {
  height: auto;
}

/* end for company */
/* ===============================================================blank product */
.blank_product_table .datatable-header {
  /*display: none;*/
}

.card-body.blank_product-search form > div {
  margin: 0;
}

.blank_product_table .input-group.bootstrap-touchspin {
  width: 115px;
}

.blank_product_table .input-group.bootstrap-touchspin input {
  text-align: center;
  padding: 0.4rem 0.4rem;
}

.blank_product_table .icon-checkmark3.mr-2 {
  color: #00B02A;
}

.blank_product_table .icon-zoomin3.mr-2 {
  color: #2a3140;
}

.card-body.blank_product_table-add_cart {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  bottom: 0;
  background: #fff;
  z-index: 3;
}

.blank_product_table-add_cart.add_cart_fixed {
  position: unset;
  width: auto;
}

.blank_product_table-add_cart-total .number {
  margin-right: 30px;
}

.blank_product_table-add_cart .add_cart-button button {
  min-width: 170px;
}

.blank_product_table tbody::before {
  content: " ";
  display: block;
  line-height: 1em;
  color: transparent;
  height: 25px;
  border: none;
}

.blank_product_table .table tbody + tbody {
  border-top: 1px solid #ddd;
}

.btnBlock__authToLink {
  padding-left: 20px;
  color: #26a69a;
  font-size: 14px;
}

.btnBlock__authToLink:hover {
  color: #19736a;
}

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

@media (max-width: 358px) {
  .btnBlock__authToLink {
    padding-left: 0;
    padding-top: 10px;
  }

  .card-body .btnBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
/* end blank product */
/* ======================================================================================================index blank*/
.header-elements .cart-in-header {
  color: #fff;
}

.collapse.navbar-collapse {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.row-under-modifications .btn.add_to_cart:hover {
  background-color: #2a3140;
  color: #fff;
}

@-webkit-keyframes fixAddToCart {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-animation-duration: 0s;
    animation-duration: 0s;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
  }
}

@keyframes fixAddToCart {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-animation-duration: 0s;
    animation-duration: 0s;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
  }
}
.fixed-add-cart-animation {
  -webkit-animation: fixAddToCart 1s;
  animation: fixAddToCart 1s;
}

.fixed-add-cart-animation {
  position: fixed;
  z-index: 4;
  bottom: -2px;
}

.row-under-modifications.fixed-add-cart-animation {
  -webkit-box-shadow: 0 -1px 10px 3px #ededed;
  box-shadow: 0 -1px 10px 3px #ededed;
  border-top: 1px solid #ededed;
}

.row-under-modifications-fixed {
  position: unset;
}

@media (max-width: 405px) {
  .pagination-flat .page-link {
    min-width: 35px;
    padding: 0;
    margin-left: 0;
  }
}
/* categories and filters */
/* ======================================================================================================index checkout*/
.alert-warning {
  color: #000;
  background-color: #ededed;
  border-color: #fe7a4f;
  border-radius: 0.1rem;
  padding: 0 0.4rem;
}

.btn.btn-primary.b2b_detail_order__second__tab__btn {
  margin-bottom: 0.6rem;
}

/* =======================================================================================================company*/
.index_company-modal-colums {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.index_company-modal-colums .form-check {
  width: 50%;
}

.company-modal_check_all {
  margin-bottom: 1rem;
}

.company-modal_check_all span {
  margin-right: 0.5rem;
}

/*.popup-window-buttons .form-check {*/
/*  margin-bottom: 0;*/
/*}*/

/*.popup-window-buttons > div {*/
/*  display: -webkit-box;*/
/*  display: -moz-box;*/
/*  display: -ms-flexbox;*/
/*  display: flex;*/
/*}*/

/*.popup-window-buttons .btn_save {*/
/*  width: 170px;*/
/*  background: #3e495f;*/
/*  color: #fff;*/
/*}*/

/*.popup-window-buttons .btn_save:hover {*/
/*  background: #2a3140;*/
/*  color: #fff;*/
/*}*/

.company-modal-undo {
  padding: 0 0.87rem;
  cursor: pointer;
}

.company-modal-undo:hover {
  color: #2a3140;
}

.index_company-buttons .btn-primary {
  min-width: 170px;
  height: 36px;
  background: #3e495f;
  color: #fff;
}

.index_company-buttons .btn.btn-light.btn-ladda {
  margin-top: 0.1rem;
  min-width: 170px;
}

.nav-sidebar .nav-link i {
  min-width: 22px;
}

@media screen and (max-width: 600px) {
  /*.popup-window-buttons {*/
  /*  -webkit-box-orient: vertical;*/
  /*  -webkit-box-direction: normal;*/
  /*     -moz-box-orient: vertical;*/
  /*     -moz-box-direction: normal;*/
  /*      -ms-flex-direction: column;*/
  /*          flex-direction: column;*/
  /*}*/

  /*.popup-window-buttons .popup-window-buttons_btns {*/
  /*  margin-left: 0;*/
  /*  margin-top: 1rem;*/
  /*}*/

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

  .index_company-buttons .btn {
    margin-top: 0.3rem;
  }

  .index_company-buttons .btn.btn-light.btn-ladda {
    margin-top: 0.3rem;
  }
}
/*****-======================================================================*/
@media screen and (max-width: 440px) {
  .content {
    padding: 0 0 1.25rem 0;
  }
}
/* ============================================================================================== login_registration*/
.card.support_page {
  padding: 1rem;
}

@media screen and (max-width: 500px) {
  .support_page-main_table {
    margin-bottom: 1rem;
  }

  .support_page-main_table .main-grid-panel-wrap tr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .support_page-main_table .main-grid-panel-wrap .main-ui-pagination-arrows .main-ui-pagination-arrow {
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 992px) {
  #navbar-footer .nav-item > a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.main-ui-filter-popup-field-list .main-ui-filter-field-list-item .main-ui-select-inner-label::before {
  top: 0;
  left: -16px;
  color: #455a64;
  border-radius: 0.125rem;
  -webkit-transition: border-color ease-in-out 0.15s, color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, color ease-in-out 0.15s;
  border: 0.125rem solid #455a64;
  display: inline-block;
  text-align: center;
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  background: none;
}

.main-ui-filter-popup-field-list .main-ui-filter-field-list-item.main-ui-select-inner-item.main-ui-checked .main-ui-select-inner-label::before {
  top: 0;
  left: -16px;
  color: #455a64;
  border-radius: 0.125rem;
  border: 0.125rem solid #455a64;
  display: inline-block;
  text-align: center;
  width: 1.25rem;
  height: 1.25rem;
  content: "\e600";
  font-family: icomoon;
  font-size: 1rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: opacity ease-in-out 0.15s;
  transition: opacity ease-in-out 0.15s;
}

@media screen and (max-width: 767px) {
  .sidebar-mobile-main .sidebar-main,
  .sidebar-mobile-main .sidebar-main .sidebar-content {
    padding-top: 0 !important;
  }

  .navbar-collapse.collapsing {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

}
@media (min-width: 768px) {
  .sidebar-xs .page-content .sidebar-main.sidebar-fixed {
    z-index: 993;
  }
}
.btn.btn-light.wrap_content_btn {
  white-space: normal;
}

.card .fade:not(.show),
.card .tab-pane:not(.show) {
  width: 0;
  height: 0;
  overflow: hidden;
}

.card .tab-content > .tab-pane {
  display: block;
}

.badge-b2b {
  color: #fff;
  background-color: #3e495f;
}

.badge.border-left-b2b {
  border-left-color: #3e495f;
}

.navbar.navbar-b2b-mainpage {
  border-top: 0px;
}

.navbar-light.navbar-b2b-mainpage .navbar-nav-link {
  color: #333333;
}

.navbar-light.navbar-b2b-mainpage .navbar-nav-link.active.show,
.navbar-light.navbar-b2b-mainpage .navbar-nav-link.active {
  color: #ffffff;
  background-color: #3e495f;
}

.navbar .navbar__sidebar-toggle-control {
  margin-left: -14px;
  padding-right: 20px;
}

#navbar-footer .nav-item > a {
  padding: 0.6rem 1rem;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.btn-to-top {
  position: absolute;
  bottom: 4rem;
  right: 1.25rem;
  -ms-flex-item-align: end;
  align-self: flex-end;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  transition: all .15s ease-in-out;
}

.btn-to-top-visible {
  visibility: visible;
  opacity: 1;
}

.navbar-b2b-mainpage .navbar-collapse {
  justify-content: start;
}

.select2-dropdown {
  z-index: 990 !important;
}

.bg-main {
  background-color: #3e495f!important;
}


button.close {
  font-size: 1.37506rem
}

.modal-content {
  border-radius: .3125rem;
}

.select2-selection--multiple .select2-selection__choice {
  background-color: #3e495f !important;
}

.select2-selection--multiple .select2-selection__choice:hover {
  background-color: #2a3140 !important;
}

a.disabled,
button.disabled,
button:disabled {
  opacity: 0.5;
}

.fixed-top {
  z-index: 1000 !important;
}

a.main-link.b2b-main-link {
  text-decoration: none;
  cursor: pointer;
  color: #3e495f;
  font-weight: 400;
  line-height: 1.5385;
  border: none;
  font-size: 13px;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

a.main-link.b2b-main-link:hover {
  color: #ff7043;
}

.b2b_table__footer {
  position: sticky;
  left: 0;
  bottom: 0;
  border-top: 1px solid #e3e3e3;
  padding: 8px 20px;
  text-align: end;
  background-color: #f3f3f3;
  z-index: 99;
}

.b2b_table__footer-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 500px) {
  .basket .basket__tool-bar {
    padding-left: 14px;
    padding-right: 14px;
  }

  .search-group__input {
    width: 100%;
  }

  .basket .multibasket__wrapper {
    width: 140px;
  }

}

.b2b_badge{
  font-size: 11px;
  padding: 5px 5px;
  border-radius: 2px;
  margin-right: 6px;
}

.b2b_badge.green {
  background-color: rgba(75, 150, 105, 0.2);
  color: rgba(75, 150, 105);
}

.b2b_badge.orange {
  background-color: rgba(245, 136, 89, 0.2);
  color: rgba(245, 136, 89);
}

.b2b_badge.blue {
  background-color: rgba(12, 140, 255, 0.2);
  color: rgba(12, 140, 255);
}

.card>.table-bordered tbody td:nth-child(2){
  min-width:300px;
}

.blank-zakaza-detail__main .ui-ears-wrapper{
  display: block;
}

.blank-zakaza__scroll-wrapper .ui-ears-wrapper{
  display: block;
  max-height: unset;
  max-width: unset;
}

.ui-ear-left {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2249%22%20height%3D%2294%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20opacity%3D%221%22%3E%3Cpath%20fill%3D%22%23525C69%22%20d%3D%22M2%200c25.957%200%2047%2021.043%2047%2047S27.957%2094%202%2094c-.67%200-1.337-.014-2-.042V.042C.663.014%201.33%200%202%200z%22/%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M11.838%2045.462l11.618-11.618a1%201%200%20011.414%200l1.71%201.71a1%201%200%20010%201.414l-9.247%209.246%209.247%209.248a1%201%200%20010%201.414l-1.71%201.71a1%201%200%2001-1.414%200L11.838%2046.968a.996.996%200%2001-.29-.648v-.21a.996.996%200%2001.29-.648z%22/%3E%3C/g%3E%3C/svg%3E);
}

.ui-ear-right {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2249%22%20height%3D%2294%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20opacity%3D%221%22%3E%3Cpath%20fill%3D%22%23525C69%22%20d%3D%22M49%2093.958c-.663.028-1.33.042-2%20.042C21.043%2094%200%2072.957%200%2047S21.043%200%2047%200c.67%200%201.337.014%202%20.042v93.916z%22/%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M31.667%2046.215l-9.247%209.247a1%201%200%20000%201.414l1.71%201.71a1%201%200%20001.414%200l11.618-11.618a.997.997%200%2000.292-.753.997.997%200%2000-.292-.753L25.544%2033.844a1%201%200%2000-1.414%200l-1.71%201.71a1%201%200%20000%201.414l9.247%209.247z%22/%3E%3C/g%3E%3C/svg%3E);
}

#cover-div {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  width: 100%;
  height: 100%;
  background-color: gray;
  opacity: 0.3;
}

.modal-dialog-currency{
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  margin-left: 39%;
  margin-top: 13%;
  z-index: 6000;
}

.modal-footer{
  justify-content: center;
}

.modal-body{
  text-align: center;
}

.curs_bank{
  position:absolute;
  color:#fff;
  right: 25%;
  top: 15px;	
}

.navbar .navbar-brand {
	position: absolute;
	left:40px;
}

.auth-company-change {
	display: flex;
    justify-content: center;
}

@media screen and (min-width: 768px) {
	.auth-company-change {
		margin-left: 60px;
	}
}
