/* Minification failed. Returning unminified contents.
(36,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(420,28): run-time error CSS1039: Token not allowed after unary operator: '-scrollbar-compensate'
(433,28): run-time error CSS1039: Token not allowed after unary operator: '-scrollbar-compensate'
(1446,40): run-time error CSS1030: Expected identifier, found ','
(1446,62): run-time error CSS1031: Expected selector, found ')'
(1446,62): run-time error CSS1025: Expected comma or open brace, found ')'
 */
/*Common*/
table {
    border-collapse: collapse;
}

.sizing-border-box, .sizing-border-box * {
    box-sizing: border-box;
}

.d-flex {
    display: flex;
}

.mr-auto, .mx-auto {
    margin-right: auto !important;
}

.custom-file-input ~ .custom-file-label::after {
    content: "Выбрать";
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}

.mr-3 {
    margin-right: 1em;
}

.h-100-form,
.h-100-form body, .h-100-form form {
    height: 100%;
}

.dropdown-menu {
    --bs-dropdown-link-active-bg: #3AA8DF;
}

.img-substandard {
    height: 10px;
    padding-left: 0.5em;
}

.ui-dialog {
    padding: 0 !important;
    /* По аналогии с Bootstrap modal */
    z-index: 1200 !important;
}

    .ui-dialog.no-titlebar {
        border-radius: 6px;
    }

    .ui-dialog.dlg-wait{
        z-index: 10000 !important;
    }

.ui-dialog-titlebar-close {
    width: 25px !important;
    height: 25px !important;
    margin-top: -12px !important;
}

.ui-dialog-buttonpane {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.ui-widget-header {
  background-color: white !important;
  border: none !important;
  font-size: 18px;
  padding-top: 15px !important;
}

.ui-dialog-titlebar-close {
  background-color: white !important;
  border: none !important;
}

.ui-icon-closethick {
  width: 26px !important;
  height: 26px !important;
  background-image: url(/img/svg/fi-rr-cross.svg) !important;
  background-position: 0px, 0px !important;
  top: 30% !important;
  left: 0% !important;
  margin-top: -4px !important;
}

.ui-dialog .ui-dialog-buttonpane{
  border-top:none;
}

@media (max-width: 375px) {
  .ui-dialog .ui-dialog-content {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
}

.ui-draggable .ui-dialog-titlebar {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.flat-button-wrap {
    white-space: normal;
}

.flat-button,
input.flat-button,
input:focus.flat-button,
input:active.flat-button {
    background-color: #FAFAFA;
    border: solid 1px #007CC2;
    color: #007CC2;
    font-size: 14px;
    cursor: pointer;
}

    .flat-button.dxm-hovered {
        background-color: #CBCBCB !important;
    }

.ui-button.ui-corner-all {
    border: 1px solid #009bdc;
    border-radius: 6px;
    background-color: #009bdc;
    font-size: 14px;
    color: #fff;
    transition: all .25s;
}

    .ui-button.ui-corner-all.ui-button-icon-only {
        border: 1px solid #c5c5c5;
        background: #f6f6f6;
        font-weight: normal;
        color: #454545;
    }

.no-select {
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.width-50-percent {
    width: 50%;
    max-width: 50%;
}


.m-auto {
    margin: 0 auto;
}

.d-block {
    display: block;
}

.d-inline {
    display: inline;
}

.form-group {
    margin-bottom: 1rem;
}

.lk__list-link_registration {
    border-radius: 0 !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
}

.lk .lk__menu.lk__menu_is-open .lk__logout:hover {
    background-color: #EFF6FA;
}


.hidden,
.d-none {
    display: none
}

.goods-info-link {
    color: #009bdc;
    cursor: pointer;
}

.goods-info-external-link {
    color: darkorange;
    cursor: pointer;
}

.secondary-button {
    border: solid 1px gray;
    color: gray;
    cursor: pointer;
}

    .secondary-button:active {
        border: 1px solid #009bdc;
        background: #009bdc;
        color: #fff;
    }

.primary-button {
    border: 1px solid #009bdc;
    background: #009bdc;
    color: #fff;
    cursor: pointer;
}

    .primary-button:hover, .primary-button:focus {
        border: 1px solid #0088CC;
        background: #0088CC;
        color: #fff;
    }

    .primary-button:active {
        border: 1px solid #009bdc;
        background: #fafafa;
        color: #009bdc;
    }

    .flat-button.aspNetDisabled,
    .flat-button:disabled,
    .flat-button.dxbDisabled,
    .primary-button:disabled,
    .secondary-button:disabled {
        border: solid 1px gray !important;
        color: gray !important;
        cursor: not-allowed;
    }

.flat-button.dxbButtonHover, .flat-button.dxbButton {
    background: none;
    border-radius: 4px;
}

INPUT[type="text"]:disabled,
INPUT[type="password"]:disabled {
    cursor: not-allowed;
    color: rgb(51, 51, 51);
}

.i-border {
    box-sizing: border-box;
    border: 1px solid #9f9f9f;
    padding: 0.3em;
}

    .i-border-box INPUT[type="text"]:active,
    .i-border-box INPUT[type="text"]:hover,
    .i-border-box INPUT[type="text"]:focus,
    .i-border:active, i-border:hover, i-border:focus,
    .i-border-box SELECT:active,
    .i-border-box SELECT:hover,
    .i-border-box SELECT:focus {
        border: 1px solid #009bdc;
        box-shadow: none;
    }

.i-border-box .dxeFocused {
    border: 1px solid #009bdc !important;
}

    .i-border-box .dxeFocused.dxeRadioButtonList {
        border: none !important;
    }

.i-border-box .dxeButtonEdit,
.i-border-box .dxeButton,
.sizing-border-box .dxeButtonEdit,
.sizing-border-box .dxeButton {
    box-sizing: initial;
}

.user-catalog-marker {
    /*AA*/
    /*font-size: 1.8em;*/
    cursor: pointer;
}

    .user-catalog-marker.card-fpx__btn-favorites {
        color: #9FA7B6;
    }

.user-catalog-marker.included {
    color: #009bdc;
}

    .user-catalog-marker.disabled {
        color: #9F9F9F;
        cursor: not-allowed;
    }

INPUT.flat-button, BUTTON.flat-button {
    padding: 0.25em 0.75em;
    cursor: pointer;
    border-radius: 6px;
}

.form-row {
    padding-top: 1em;
    display: flex;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

    .form-row:first-child {
        padding-top: 0;
    }

    .form-row > div {
        flex: 1;
    }

        .form-row > div.form-caption {
            position: relative;
            width: 100%;
            font-size: 16px;
            font-weight: 400;
            color: #9fa7b6;
            align-content: center;
        }

            .form-row > div.form-caption .dxeBase {
                font-family: "Roboto", sans-serif !important;
                font-size: 16px;
            }

    .form-row > .form-input-control {
        flex: 2;
    }

.form-row-flex-0 > div {
    flex: 0;
}

.flex-0 {
    flex: 0;
}
/*Header*/
.ms-options {
    color: #000 !important;
    width: 200px !important;
    height: 600px !important
}

    .ms-options ul {
        padding: 0 !important;
        text-align: left;
        margin-left: 0
    }

        .ms-options ul label {
            padding-left: 25px !important
        }

.wrap-advanced-select {
    width: 107px;
    display: none;
    position: relative;
}

.wrap-advanced-subgroup .ms-options {
    width: 400px !important
}

.ms-options-wrap button {
    height: 20px;
    padding: 0 0 0 3px !important
}

.ms-options > ul input[type="checkbox"] {
    top: 3px !important
}

.ui-dialog-content {
    padding: .5em
}

.ui-widget-content a, .ui-widget-content a:visited {
    color: #009bdc !important
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

.confirm-storage .confirm-button {
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
}

#current-storage-info .current-storage-actions {
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-content:center;
}

.ui-noscroll,
.ui-noscroll-2,
.ui-noscroll-3,
.ui-noscroll-4,
.ui-noscroll-5,
.ui-noscroll-6,
.ui-noscroll-7,
.ui-noscroll-8,
.ui-noscroll-9,
.loader-noscroll {
  overflow: hidden;
  padding-right: calc(var(--scrollbar-compensate, 0px));
}

.ui-noscroll .header.header_down,
.ui-noscroll-2 .header.header_down,
.ui-noscroll-3 .header.header_down,
.ui-noscroll-4 .header.header_down,
.ui-noscroll-5 .header.header_down,
.ui-noscroll-6 .header.header_down,
.ui-noscroll-7 .header.header_down,
.ui-noscroll-8 .header.header_down,
.ui-noscroll-9 .header.header_down,
.loader-noscroll .header.header_down {
  padding-right: calc(var(--scrollbar-compensate, 0px));
}

.frame-dialog{
  overflow:none;
}

.bonus-panel {
    font-size: 11px;
    color: white;
    float: right;
}

    .bonus-panel .lp-bonus-status A, .bonus-panel .lp-bonus-status A:visited {
        text-decoration: underline;
        color: white;
    }

    .bonus-panel .lp-panel-activation A, .bonus-panel .lp-panel-activation A:visited {
        color: white;
        text-decoration: none;
        display: block;
    }

    .bonus-panel .lp-panel-activation {
        cursor: pointer;
        max-width: 245px;
        text-align: left;
        border: solid white 1px;
        padding: 2px;
    }

        .bonus-panel .lp-panel-activation .lp-gift-icon {
            float: left;
            height: 35px;
            width: 35px;
            margin-right: 2px;
        }

    .bonus-panel .lp-panel-activation, .bonus-panel .lp-bonus-status {
        margin: 8px 8px 4px 0px;
    }

    .bonus-panel .lp-bonus-status {
        min-width: 135px;
    }

        .bonus-panel .lp-bonus-status .lp-gift-icon {
            float: left;
            height: 25px;
            width: 25px;
            margin-right: 2px;
        }
/*SearchResults*/
.panel-filters-wrap > .catalog__checkbox-wrap {
    margin-bottom: 20px;
}

    .panel-filters-wrap > .catalog__checkbox-wrap:last-child {
        margin-bottom: 0;
    }

.catalog__filter-block-mob .catalog__filter-collapsible-list {
    border-radius: 0;
    border-top: none;
}

.catalog__filter-collapsible-list {
    margin-bottom: 6px;
}

.catalog__filter-block-mob [mnf-filter-content].catalog__filter-scroll-wrap {
    display: flex;
    flex-wrap: wrap;
}

.client-article-link {
    border-bottom: dashed 1px #009bdc;
    cursor: pointer;
    text-align: center;
    color: #009bdc;
}

.hidden-row {
    display: none;
}
/*
.search-result img {
    max-height: 25px;
    max-width: 25px;
}

    .search-result img.text {
        max-height: none;
        max-width: none;
    }

.tooltip img.text {
    vertical-align: bottom;
    height: 12px;
}

.search-result .goods-image {
    min-width: 30px;
}
*/
.pnl-name-comment-remains {
    overflow: hidden;
    max-height: 49px;
}

    .pnl-name-comment-remains h1 {
        font-size: 100%;
        margin: 0;
        color: black;
        font-weight: normal;
    }

.pnl-remains-note {
    overflow: hidden;
    max-height: 49px;
    max-width: 200px;
}

.part-row-detail-request-page .pnl-name-comment-remains {
    max-height: none;
}

.part-row-detail-request-page img {
    max-height: 50px;
    max-width: 50px;
}

.td-action-link .action-label > img {
    width: 3em;
    max-height: 3em;
    max-width: 3em;
}

.td-action-link .action-label-2 {
    width: 6em;
}

.td-action-link .action-label-3 {
    width: 9em;
}

.td-action-link .action-label-4 {
    width: 12em;
}

.td-action-link .action-label-5 {
    width: 15em;
}

.trading-action-link > img {
    width: 3em;
    max-height: 3em;
    max-width: 3em;
}

.td-action-link {
    position: relative;
}

    .td-action-link .action-name {
        min-width: 50px;
        margin-right: 3em;
    }

    .td-action-link .action-name-2 {
        margin-right: 6em;
    }

    .td-action-link .action-name-3 {
        margin-right: 9em;
    }

    .td-action-link .action-name-4 {
        margin-right: 12em;
    }

    .td-action-link .action-name-5 {
        margin-right: 15em;
    }

    .td-action-link .action-label {
        position: absolute;
        top: 5px;
        right: 0;
        text-align: right;
    }

.analogs-result > .search-warning {
    font-weight: 600;
    font-size: 120%;
    color: #009bdc;
}

.page-content .search-result TR TD {
    max-width: none;
}

.storage-nearest-delivery .wrapper {
    white-space: pre-line;
    padding-left: 1em;
    font-style: italic;
}

TD.storage-group-header {
    max-height: none;
    min-height: 49px;
}
/*LoyaltyProgramRegistration*/
.lp-btn-registration, .lp-btn-logon {
    padding: 1em;
    font-weight: bold;
}
/*MasterpassEnjoyDialog*/
.edit-dialog .margin-bottom, .masterpass-enjoy-dialog .margin-bottom, .masterpass-confirm-code-dialog .margin-bottom, .change-password-dialog .margin-bottom, .masterpass-info-dialog .margin-bottom, .edit-phone-dialog .margin-bottom {
    margin-bottom: 1em;
}

.masterpass-info-dialog .important {
    font-weight: bold
}

.masterpass-info-dialog .mp-title {
    text-align: center;
}

.masterpass-enjoy-dialog .mp-title {
    margin-bottom: 1em;
    font-weight: bold;
    font-size: 115%;
    text-align: center;
}

.edit-dialog LABEL[FOR], .masterpass-enjoy-dialog LABEL[FOR], .change-password-dialog LABEL[FOR], .edit-phone-dialog LABEL[FOR], .edit-email-dialog LABEL[FOR] {
    font-weight: bold;
    display: inline-block;
}

.masterpass-enjoy-dialog LABEL[FOR], .edit-phone-dialog LABEL[FOR] {
}

.change-password-dialog div.validation-errors {
    color: red;
}

.change-password-dialog INPUT[type='password'] {
    font-weight: bold;
    padding: 0.5em;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.masterpass-confirm-code-dialog LABEL[FOR] {
    font-weight: bold;
    display: inline-block;
}

.edit-dialog INPUT[type='text'], .masterpass-enjoy-dialog INPUT[type='text'], .edit-phone-dialog INPUT[type='text'], .edit-email-dialog INPUT[type='text'] {
    font-weight: bold;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.edit-email-dialog INPUT[type='text'] {
    width: calc(100% - 70px);
}

.masterpass-enjoy-dialog .flat-button, .masterpass-confirm-code-dialog .flat-button, .change-password-dialog .flat-button, .masterpass-info-dialog .flat-button {
    font-weight: bold;
    padding: 0.5em;
    margin-left: 90px;
    width: 160px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.masterpass-confirm-code-dialog .flat-button, .change-password-dialog .flat-button, .masterpass-info-dialog .flat-button {
    margin-left: 0;
    width: auto;
}

.masterpass-info-dialog .flat-button {
    width: 70px;
}

.change-password-dialog .flat-button, .masterpass-info-dialog .flat-button {
    display: block;
    margin: auto;
}

.masterpass-confirm-code-dialog .primary-button {
    margin-right: 1em;
}

.masterpass-enjoy-dialog .mp-logo, .masterpass-info-dialog .mp-logo {
    position: absolute;
    right: 0;
    bottom: 0;
    padding-right: 0.5em;
    padding-bottom: 0.5em;
}

    .masterpass-enjoy-dialog .mp-logo img, .masterpass-info-dialog .mp-logo img {
        vertical-align: middle;
        height: 30px;
    }

.masterpass-confirm-code-dialog INPUT[type='text'] {
    font-weight: bold;
    padding: 0.5em;
    width: 70px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.rbru__ps-logo-small {
    height: 22px;
    margin-right: 11px;
}

.sberbank__ps-logo-small {
    height: 37px;
    margin-right: 11px;
}

.user-catalog-container .user-catalog-item {
    border: 1px solid #9F9F9F;
    padding: .5em .3em;
    cursor: pointer;
    background-color: white;
    margin-bottom: .5em;
}

    .user-catalog-container .user-catalog-item:hover {
        background-color: #CFE7F3;
    }

    .user-catalog-container .user-catalog-item.current {
        font-weight: bold;
        font-style: italic;
        cursor: not-allowed;
    }

    .user-catalog-container .user-catalog-item.new {
        font-style: italic;
    }

    .user-catalog-container .user-catalog-item .button {
        font-size: 120%;
        vertical-align: middle;
    }

.user-catalog-container-scroll {
    overflow-y: auto;
}

.edit-user-catalog-dialog LABEL[FOR] {
}

.edit-user-catalog-dialog LABEL {
    font-weight: bold;
}

.reorder-user-catalog-dialog LABEL {
    display: block;
    cursor: pointer;
    padding: 0.3em 0;
}

.edit-user-catalog-dialog INPUT[type='text'] {
}

.user-catalog-item-delete-dialog LABEL {
    display: block;
    padding: .5em .3em;
    cursor: pointer;
}

.no-titlebar .ui-dialog-titlebar {
    display: none;
}

.font-90 {
    font-size: 90%
}

.font-125 {
    font-size: 125%;
}

.qtip {
    max-width: 350px;
    font-size: 12px;
    line-height: initial;
}

.qtip-tip, .qtip-content {
    font-size: 12px;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.dialog.info-dialog {
    padding: 0.5em;
}
/*GoodsInfo*/
.goods-unit-info .part-name {
    padding: 0.5em;
    font-weight: bold;
}

.goods-unit-info .part-info-table td {
    border-bottom: solid 1px #9F9F9F;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
}

.goods-unit-info .cell-value {
    padding-right: 1em;
    padding-left: 1em;
}

.goods-unit-info IMG {
    width: 100%;
    height: auto;
}

.storage-group-toggler > .material-icons {
    font-weight: bold;
    font-size: 140%;
    color: #0088cc;
    cursor: pointer;
}

.social-signin {
    display: inline-block;
    max-width: 46px;
    padding: 8px 8px 8px 0;
}

    .social-signin.social-signin-7 {
        max-width: 66px;
    }

.social-signin-item {
    padding: 1px;
    display: inline-block;
}

    .social-signin-item img {
        width: 20px;
        height: 20px;
    }

.custom-control {
    position: relative;
    display: block;
    min-height: 1rem;
    padding-left: 1.5rem;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    cursor: pointer;
    padding-top: 0.15rem;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #009bdc;
    background-color: #009bdc;
}

.custom-control-label::before {
    position: absolute;
    top: .15rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #9F9F9F solid 1px;
}

.custom-control-label::after {
    position: absolute;
    top: .15rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.large-checkbox .custom-control-label::after, .large-checkbox .custom-control-label::before {
    width: 0.9rem;
    height: 0.9rem;
    top: 0.2rem;
}

.large-checkbox .custom-control-label {
    padding-top: 0.2rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 7'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.large-checkbox .custom-control-label::after {
    background-size: 60% 60%;
}

.dxeButtonEdit, .dxpnlControl, .dxmLite, .dxtcLite {
    font-family: "Roboto", sans-serif !important;
    font-size: 14px;
}

.dxeErrorCell {
    font-weight: 600;
    color: #dc3545;
    font-size: 80%;
    font-family: "Roboto", sans-serif !important;
}

.dxeInvalid {
    border-color: #dc3545 !important;
}

    .dxeInvalid:focus-within {
        box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
    }

.dxpc-header {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.dxpc-mainDiv {
    border-radius: 6px;
}

table.dxeButtonEdit, table.dxeTextBox, table.dxeMemo {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 4px;
    border: 1px solid #ced4da;
    color: #545454;
}

input.dxeEditArea {
    color: #545454 !important;
}

.dxbButton, .custom-input, .dxeTextBox TD.dxic, .dxeButtonEdit TD.dxic {
    padding: 0.375rem 0.75rem;
}

.custom-input {
    border: 1px solid;
}

.dxeMemoEditArea {
    border-radius: 4px;
}

.custom-input, .dxbButton, .dxeCalendarButton {
    border-radius: 4px;
    border-color: #ced4da;
}

.dxpcDropDown .dxbButton {
    padding: 0.25rem;
    background: white;
}

.dxeCalendarButton {
    background: white;
}

.dxeButtonEdit .dxeButtonEditButton {
    border-right: none;
    border-top: none;
    border-bottom: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background: none;
    border-left-color: #ced4da;
}
/*grid pager*/
.custom-pager-container {
    display: flex;
    align-items: center;
}

    .custom-pager-container > div {
        padding-right: 4px;
        padding-left: 4px;
    }

.custom-pager-goto, .custom-pager-size {
    display: flex;
    align-items: center;
}

    .custom-pager-size > div {
        padding-right: 8px;
        white-space: nowrap
    }

        .custom-pager-size > div:last-child {
            padding-right: 0;
        }

.custom-pager-message {
    flex-grow: 1;
}

.custom-pager-button {
    background: white;
}

    .custom-pager-button.dxbDisabled {
        background: #F5F5F5;
    }

.custom-pager-goto-box, .custom-pager-combo-size {
}

.custom-pager-goto-box {
    width: 50px;
}

.custom-pager-combo-size {
    width: 70px;
}

.custom-pager-button.dxbButton div.dxb {
    padding: 0;
}

.custom-pager-button.dxbButton div.dxbf {
    border: none;
    background-color: white;
    box-shadow: 0 0 5px rgba(0, 136, 204, 0.5);
}

.data-wrap {
    word-wrap: break-word;
    white-space: normal;
}

.data-no-wrap {
    overflow: hidden;
    white-space: nowrap;
}

.data-overflow-ellipsis {
    text-overflow: ellipsis;
}

.td-search-results-goods {
    vertical-align: top;
}

.external-storages-remains-online {
    padding: 0 !important;
}

.table.remains-details {
    width: 100%;
}

.position-relative {
    position: relative !important;
}

[data-sort] {
    cursor: pointer;
}

.arrow {
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    margin: 0 5px;
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.col-title-wrapper {
    display: inline-flex;
    align-items: center;
}

.col-arrow {
    padding-left: 0.25rem;
}

    .col-arrow .fa-sort {
        color: grey;
    }

.search-page-content-wrapper {
    display: flex;
    flex-direction: row;
}

    .search-page-content-wrapper > #mainContent {
        float: none;
        width: auto;
        min-width: 1250px;
    }

    .search-page-content-wrapper > #panels {
        flex: 1 1 auto;
    }

    .search-page-content-wrapper.vertical {
        flex-direction: column;
    }

.st-rating {
    display: flex;
    align-items: center;
}

    .st-rating IMG {
        height: 20px;
    }

#clientData .saldo-tomorrow {
    background-color: White;
    border: solid 1px Yellow;
    font-weight: bold;
    padding: 4px !important;
}

    #clientData .saldo-tomorrow .saldopanel-max-debts, #clientData .saldo-tomorrow .saldopanel-balance {
        color: black !important;
    }

#clientData .saldopanel-balance-tomorrow, #clientData .saldopanel-balance-with-delay {
    color: red !important;
}

#clientData .saldo-tomorrow .saldopanel-overpayment {
    color: green !important;
}

.delivery-table TD {
    border: 1px solid gray;
    padding: 5px;
}
/*Новый дизайн*/
.header__wallet-bonus-right A, .header__wallet-bonus-right A:active, .header__wallet-bonus-right A:hover {
    color: #fff
}

.header__wallet-button.saldo-delay-tomorrow, .header__wallet-button.saldo-delay, .header__wallet-button.saldo-delay svg:first-child, .header__wallet-button.saldo-delay-tomorrow svg:first-child {
    color: #FD3333
}

.header__wallet-button.saldo-overpayment, .header__wallet-button.saldo-overpayment svg:first-child {
    color: #50BA4D
}

.header__wallet-bonus-right A {
    font-size: 90%;
}

.right-float {
    float: right;
}

.dxbs-pager .pagination {
    width: auto;
}

.dxpcLite, .dxdpLite {
    font-family: "Roboto", sans-serif !important;
    font-size: 16px;
}

.remains-status-green {
    color: #50BA4D !important;
}

.remains-status-red {
    color: #FD3333 !important;
}

.remains-status-blue {
    color: #0057BE !important;
}

.remains-status-orange {
    color: #FF9900 !important;
}

.remains-status-bg-green {
    background-color: #EEF9EE !important;
}

.remains-status-bg-red {
    background-color: #FFEBEB !important;
}

.remains-status-bg-blue {
    background-color: #E6EFF9 !important;
}

.remains-status-bg-orange {
    background-color: #FFF5E6 !important;
}

.remains-status-bg-none {
    background-color: initial !important;
}

.search-result__table-logo .mnf-name {
    margin-top: 1em;
    font-weight: bold;
}

    .search-result__table-logo .mnf-name > span {
        text-decoration: underline;
    }

    .search-result__table-logo .mnf-name > a {
        text-decoration: underline;
    }

.search-result__table-col .mnf-name > span {
    font-weight: bold;
    text-decoration: underline;
}

.search-result__table-col .mnf-name > a {
    font-weight: bold;
    text-decoration: underline;
}

.search-result__table-col .mnf-name {
    font-weight: bold;
    text-decoration: underline;
}

@media (max-width: 700px) {

    .search-result__table-logo .mnf-name {
        margin-top: 0;
        margin-right: 0.5em;
    }

    .search-result__table-col .mnf-no {
        display: inline-block;
    }
}

.message-block {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
    padding: 12px;
    background-color: rgba(0, 155, 220, 0.0509803922);
    border-left: 4px solid #009BDC;
    border-radius: 10px;
}

.message-block-warning {
    background-color: rgba(253, 51, 51, 0.0509803922);
    border-color: #FD3333;
}

.ui-kit-btn {
    width: initial;
    max-width: initial;
}

label.error .checkbox-block__label::before {
    color: #fd3333;
    border-color: #fd3333;
}

.catalog__right-block.first-level-search {
    width: 100%;
    margin-left: 0;
}

.remains-delivery-info {
    display: inline-flex;
    flex-direction: column;
}

@media(min-width:701px){
    .remains-delivery-info {
        min-width: 87px;
    }
}

.delivery-info-details {
}

    .delivery-info-details A {
        color: #6c757d;
        text-decoration: underline;
    }

.dialog-button {
    padding: 5px 20px 5px !important;
    font-size: 12px !important;
}

.dialog-buttons-container {
    display: flex;
    gap: 10px;
    width: 100%;
    justify-content: end;
}

.dxbs-tabs .nav-tabs {
    border-bottom: none;
}

.in-cart-qty {
    position: absolute;
    right: 0;
    top: -5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    background-color: #50ba4d;
    height: 18px;
    min-width: 18px;
    font-size: 12px;
    font-weight: bold;
    padding: 0 3px;
}

    .in-cart-qty:empty {
        display: none;
    }

.search-result__cart-btn {
    position: relative;
}

.counter__value.cart-input {
    pointer-events: initial;
}

#attendantPartsTable TR.search-result__detail-title, #attendantPartsTable TR.search-result__order-title-block {
    display: table-row;
    cursor: initial;
}

#attendantPartsTable TR.search-result__order-title-block {
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    color: #233440;
}

    #attendantPartsTable TR.search-result__order-title-block td {
        vertical-align: middle;
    }

#attendantPartsTable TR {
    cursor: pointer
}

.header a:hover:not(.search-help-sample,.header__login_active), .footer a:hover {
  color: #fff;
  text-decoration: none;
}

a.header__login_active:hover {
    color: #0057be;
}

.search-result__button {
    color: #fff !important;
}

.header__subnav-item:hover {
    color: #020813 !important;
}

.header__catalog-main-link:hover, .header__catalog-link:hover, .header__link-show-more:hover {
    color: #020813 !important;
}

.specialist__card-avatar img {
    border-radius: 50%;
}

.ui-widget input, .ui-widget select, .ui-widget textarea {
    font-size: 14px;
}

LABEL.required-lbl:after {
    content: "*";
    font-weight: bold;
    color: red;
}

SPAN.required-asterisk:before {
    content: "* ";
    font-weight: bold;
    color: red;
}

.center-text {
    text-align: center;
}

.right-text {
    text-align: right;
}

.no-wrap {
    white-space: nowrap;
}

.full-width {
    width: 100%;
}
/*TODO перегнать временно стары гриды в 16-й (14-й) шрифт*/
.dxeBase, .dxpnlControl, .dxgvControl, .dxeEditArea, .dxeEditAreaSys, .dxeListBox, .dxeMemoEditArea, .dxeCalendar, .dxeCalendarButton, .dxeTextBox, .dxbButton, .dxlpLoadingPanel, .dxlpLoadingPanelWithContent, .custom-input {
    font-size: 14px !important;
    font-family: "Roboto", sans-serif;
}

.dxgv .flat-button {
    white-space: normal;
    font-size: 14px;
}

label.dxeBase, span.dxeBase {
    font-size: 14px;
    color: #9fa7b6;
}

ul.dynatree-container {
    font-size: 16px !important;
    font-family: "Roboto", sans-serif;
}

span.dynatree-connector {
    display: none !important;
}

span.dynatree-icon {
    display: none !important;
}

.dynatree-title {
    padding: 0.2em 0;
    max-width: 300px;
    white-space: normal;
}

.dynatree-active .dynatree-title {
    border-color: #009BDC !important;
    background-color: #009BDC !important;
    color: #fff !important;
}

IMG[src$='collapse_13.png'], IMG[src$='expand_13.png'] {
    width: 13px;
    max-width: 13px;
    height: 13px;
}

.required {
    color: #fd3333;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-radius: 6px;
}

.select2-search--dropdown {
    padding-left: 7px;
}

.dxbButton.button {
    background: #009bdc;
    font-family: "Roboto", sans-serif;
}

.dxbButtonHover.button {
    background: #00adf6;
}

.button.dxbDisabled {
    color: #9fa7b6;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
}

.breadcrumbs__list {
    flex-wrap: wrap;
    row-gap: 5px;
}

.search-result__detail-item {
    cursor: pointer;
}

    .search-result__detail-item:hover {
        background-color: #CFE7F3;
    }

.header__catalog-item {
    -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
    page-break-inside: avoid; /* Firefox */
    break-inside: avoid; /* IE 10+ */
    break-inside: avoid-column;
}
/* Исправление кривого отображения кнопки "Подробнее" при длинном Наименовании */
.search-result__detail-item .search-result__detail-col {
    word-break: break-word;
}

.header__search-form {
    margin-bottom: 0px;
}

.btn-link {
    color: #009BDC;
}

.dxgvControl a, a, a.page-link {
    color: #009BDC;
}

.page-item.active .page-link {
    background-color: #009BDC;
    border-color: #009BDC;
}

.dxbs-listbox > ul > li > .dropdown-item {
    font-size: 14px;
    white-space: normal;
    word-break: break-word;
}

.dxbs-calendar .btn-toolbar > .btn {
    font-size: 14px;
    margin-bottom: 15px;
}

.dxbs-calendar .dxbs-month-table .dxbs-day {
    font-size: 14px;
}

.dxbs-calendar > .calendar-row > .calendar-view > .card-body > .dxbs-month-table > tbody > .text-center > .dxbs-calendar-dow {
    font-size: 14px;
}

.page-item.active .page-link {
    z-index: initial;
}

.btn.dropdown-toggle {
    z-index: initial;
}

.catalogues {
    display: block !important;
}

.catalogue-item {
    width: 100% !important;
    max-width: 400px;
}

.form-control {
    font-size: 14px;
}

.selected-grid-item {
    background-color: #f7fbfc;
}

th.dxbs-header-indent {
    visibility: hidden;
}

.dxbs-gridview .card {
    height: auto;
}

.dxbs-footer-row {
    background-color: #F5F5F5 !important;
}

.dxbs-gridview,
.dxbs-gridview .btn,
.dxbs-gridview .form-control,
.dxbs-gridview .dropdown-menu,
.dxbs-gridview .form-control-plaintext,
.dxbs-toolbar,
.dxbs-toolbar .btn,
.dxbs-toolbar .dropdown-menu {
    font-size: 14px;
}

.dxbs-fl .form-group {
    margin-bottom: 8px;
}

.dxbs-fl .dxbs-fl-cpt {
    padding-bottom: 0;
    padding-top: 0;
}

.dxbs-nlb{
    width:45px !important;
}

    .dxbs-nlb .dxbs-button{
        border: 1px solid
    }


    .dxbs-fl .dxbs-fl-ctrl {
        padding-top: 0;
        padding-bottom: 0;
    }

.dxbs-gridview TR.dxbs-group-row > td:last-child {
    width: 100%;
}

.dxbs-gridview > .card > .card-body{
    padding:0.7rem;
}

.dxgvADT .dxgvADCC,
.dxgvADT .dxgvADDC {
    padding: 0.375rem !important;
}

.dxbs-gridview div.card-body[id$="DXAFooterPanel"] {
    display: none;
}

.dxbs-pager > .pagination,
.dxbs-pager > .page-size {
    padding-bottom: 5px;
    padding-top: 5px;
}

.dxbs-fl .dxbs-cmd-cb.form-check,
.dxbs-cmd-cb.form-check {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

    .dxbs-cmd-cell > .form-check > .form-check-input,
    .dxbs-cmd-cb.form-check > .form-check-input,
    .form-check-input {
        width: 20px !important;
        height: 20px !important;
        cursor: pointer;
    }

    .dxbs-cmd-cell > .form-check > .form-check-input {
        float: none;
    }

.dropdown-menu {
    z-index: 2000;
}

.dxEditors_edtDropDown {
    background: no-repeat url(/img/svg/caret-down-solid.svg);
    background-size: contain;
    height: 0;
    width: 0;
    padding: 5px;
}

.dxeListBoxItem {
    padding-top: 6px;
    padding-bottom: 6px;
}

.page-content-wrapper {
    margin-bottom: 1em;
}

.rating-dialog-update-date {
    width: 100%;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #DEDEDE;
}

.rating-dialog-label-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.rating-dialog-color-box {
    width: 16px;
    height: 16px;
    display: inline-block;
}

    .rating-dialog-color-box.success {
        background: #009bdc;
    }

    .rating-dialog-color-box.reject {
        background: #ff8c00;
    }

.dxbs-gridview > .card .dxbs-table > tbody > tr > td {
    vertical-align: middle;
    white-space: normal;
}

.lk__container {
    max-width: 1900px;
    padding-left: 30px;
    padding-right: 30px;
}

.lk__menu {
    height: 100%;
}

.lk__body {
    height: 100%;
}

@media (max-width: 1024px) {
    .lk__menu-wrapper {
        height: 100%;
        max-height: initial;
    }
}

.sberpay-button {
    background: #21A038;
    height: 50px;
    font-size: 17px;
    border: 1px solid #21A038;
}

    .sberpay-button:active,
    .sberpay-button:hover
    {
        background: #21A038;
    }

    .sberpay-button:focus::before {
        border-color: #21A038 !important;
    }

    .tpay-button {
        background: #FFDD2D;
        height: 50px;
        font-size: 17px;
        color: #000;
        border: 1px solid #FFDD2D;
    }

    .tpay-button:active,
    .tpay-button:hover {
        background: #FFDD2D;
    }

        .tpay-button:focus::before {
            border-color: #FFDD2D !important;
        }

    .tpay-qr-code{
        width:200px;
        height:200px;
    }

/*Тулбар грида*/
.dxbs-toolbar > .btn-group > button.btn:not(:disabled):not(.disabled), .dxbs-toolbar > .btn-group > button.btn:not(:disabled):not(.disabled):focus, .dxbs-toolbar > .btn-group > .btn-group > button.btn:not(:disabled):not(.disabled), .dxbs-toolbar > .btn-group > .btn-group > button.btn:not(:disabled):not(.disabled):focus {
    background-color: #009bdc;
    border-color: #009bdc;
}

    .dxbs-toolbar > .btn-group > button.btn:not(:disabled):not(.disabled):hover, .dxbs-toolbar > .btn-group > .btn-group > button.btn:not(:disabled):not(.disabled):hover {
        background-color: #00adf6;
    }

    .dxbs-toolbar > .btn-group > button.btn:not(:disabled):not(.disabled).active, .dxbs-toolbar > .btn-group > .btn-group > button.btn:not(:disabled):not(.disabled).active {
        background-color: #fff;
        color: #233440;
    }

.c-icon-delete {
    color: #FD3333;
}

.dxbs-toolbar > .btn-group {
    column-gap: 3px;
}

.button-uc {
    cursor: pointer;
}

.header__catalog-tab_blue {
    font-weight: 700;
    color: #00ADF6;
}

.dealer-check-mark {
    background-image: url('/Images/dealer-check-mark.svg');
    background-repeat: no-repeat;
    background-size: 12px 12px;
    width: 12px;
    height: 12px;
    margin-left: 3px;
    margin-top: -3px;
}

.rating-green {
    color: #50BA4D;
}

.rating-red {
    color: #FD3333;
}

.rating-yellow {
    color: #FF9900;
}

.rating-gray {
    color: #9FA7B6;
}

.search-result__table_third .search-result__table-body {
    cursor: pointer;
}

    .search-result__table_third .search-result__table-body:hover {
        background-color: #CFE7F3;
    }

.manufacturers-catalogs__caption > a {
    color: #233440;
    text-decoration: none;
}

.manufacturers-catalogs__caption > a:visited {
    color: #233440;
}

.manufacturers-catalogs__item:hover .manufacturers-catalogs__caption > a {
    color: #00adf6;
    transition: .35s;
    text-decoration: none;
}

a.button:hover {
    text-decoration: none;
}

a.pagination__btn:hover {
    text-decoration: none;
}

@media (max-width: 1024px) {
    .lk__menu {
        top: 0;
    }
}

.search-bar__extended .input span i.fa-info-circle, .search-bar__extended-info i.fa-info-circle {
    color: #777;
}

.price_quantity_action{
    color:darkorange;
}

.price-sale-action {
    color: orangered;
}

.catalog-action-label {
    height: 32px;
    background: url('/Images/action-labels.png');
    background-repeat: no-repeat;
    margin-bottom: 5px;
}

.catalog-action-label.omega-club-label {
    background-position: 0 0;
    width: 165px;
}

.catalog-action-label.warranty-24-label {
    background-position: -165px 0;
    width: 125px;
}

.catalog-action-label.best-price-label {
    background-position: -290px 0;
    width: 185px;
}

.catalog-action-label.sale-label {
    background-position: -475px 0;
    width: 130px;
}

.catalog-action-label.seasonal-goods-label {
    background-position: -605px 0;
    width: 150px;
}

.catalog-action-label.special-offer-label {
    background-position: -755px 0;
    width: 160px;
}

.catalog-action-label.bestseller-label {
    background-position: -915px 0;
    width: 125px;
}

.catalog-action-label.exclusive-label {
    background-position: -1040px 0;
    width: 125px;
}

.catalog-more-button {
    text-align: center;
}

.catalog-more-button:hover {
    text-decoration: none;
    color: #ffffff;
 }

@media(min-width: 400px) {
    .catalog-more-button {
        padding: 5px 30px 5px;
    }
}

@media(max-width: 768px) {
    .catalog-more-button {
        font-size: 13px;
    }
}

@media(min-width: 1200px) {
    .catalog__list_row .catalog__item {
        min-height: 231px;
    }
}

.catalog__sort-wrap .select2-selection__rendered {
    margin-right: 0;
}

/* Корректное отображние чекбокса с многострочным текстом */
.catalog__checkbox-wrap .checkbox-block__label::after {
    top: initial;
}

/* Корректное отображение при ресайзе */
@media(min-width: 851px) {
    .catalog__left-block {
        display: block !important;
    }
}

.policy-container > div:last-child {
    padding-left: 15px;
}

@media(max-width: 1050px) {
    .policy-container {
        flex-direction: column-reverse;
    }

        .policy-container > div {
            width: 100%;
        }

            .policy-container > div:last-child {
                padding-left: 0px;
            }
}


.dxeButtonEdit.dxeReadOnly {
    background-color: #e9ecef;
}

.dxeButtonEdit.dxeReadOnly .dxeEditArea {
    background-color: #e9ecef;
}

.filter-parameter-description {
    color: #009bdc;
}

.supplier-request-form .select2.select2-container .select2-selection__rendered {
    color: #444 !important;
}

.form__item-separator {
    margin-bottom: 0px;
}

.supplier-request-form .input.error .select2.select2-container .select2-selection--single {
    color: #FD3333;
    border-color: #FD3333;
}

.catalogs-banner-container {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

.catalogs-banner-container img {
    border-radius: 10px;
}

.catalogs-description-container {
    padding-bottom: 45px;
}

.reject-master-custom-checkbox input {
    appearance: none;
}

.reject-master-custom-checkbox input::before {
    flex-shrink: 0;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    border: 1px solid #ced4da;
    transition: 0.35s all;
}

.reject-master-custom-checkbox input:checked::before {
    background-color: #009BDC;
    border-color: rgba(0, 155, 220, 0.3);
}

.reject-master-custom-checkbox:hover input::before {
    border-color: #00ADF6;
}

.reject-master-custom-checkbox input::after {
    position: absolute;
    top: 6px;
    left: 2px;
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(/img/content/checkbox-white.svg);
    background-size: 16px 16px;
    opacity: 0;
    transition: 0.35s all;
}

.reject-master-custom-checkbox input:checked::after {
    opacity: 1;
    background-image: url(/img/content/checkbox-white.svg) !important;
}

.reject-master-custom-checkbox:hover input::after {
    opacity: 1;
    background-image: url("/img/content/checkbox-blue.svg");
}

.scale-buttons {
    gap: 10px;
}

    .scale-buttons button {
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 6px;
        background-color: #EFF6FA;
        cursor: pointer;
    }

.top-sell-top-popular-container img.banner-lg,
.top-sell-top-popular-container img.banner-md,
.top-sell-top-popular-container img.banner-sm,
.top-sell-top-popular-container img.banner-xs {
    display: none;
}

@media (min-width: 1251px) {
    .top-sell-top-popular-container img.banner-lg {
        display: block;
    }
}

@media (min-width: 1026px) and (max-width: 1250px) {
    .top-sell-top-popular-container img.banner-md {
        display: block;
    }
}

@media (min-width: 785px) and (max-width: 1025px) {
    .top-sell-top-popular-container img.banner-sm {
        display: block;
    }
}

@media (max-width: 784px) {
    .top-sell-top-popular-container img.banner-xs {
        display: block;
    }
}

/* Стили для карточек */
.top-sell-top-popular-container .card-fpx__btn-favorites-row {
    font-size: 13px;
}

.top-sell-top-popular-container .card-fpx__btn-favorites-row::after {
    content: "В избранное";
    color: #020813;
}

.top-sell-top-popular-container .card-fpx__btn-favorites-row.included::after {
    content: "Убрать из избранного";
    color: #020813;
}

.top-sell-top-popular-container .card-fpx__btn.add-to-cart-btn {
    position: relative;
}

.top-sell-top-popular-container .user-catalog-marker.included {
}

.top-sell-top-popular-container .add-expected-goods-button {
    height: 36px;
    font-size: 14px;
}

.top-sell-top-popular-container .in-cart-qty {
    right: -8px;
    top: -8px;
    line-height: 0;
}

.top-sell-top-popular-container .card-fpx__tags {
    z-index: 1;
}

.top-sell-top-popular-container .card-fpx__icons img,
.top-sell-top-popular-container .card-fpx__icons svg {
    margin-bottom: 5px;
}

.top-sell-top-popular-container .catalog__list_row .card-fpx__icons svg,
.top-sell-top-popular-container .catalog__list_row .card-fpx__icons img {
    margin-bottom: 0;
    margin-right: 5px;
}

@media (max-width: 768px) {
    .top-sell-top-popular-container .card-fpx__icons img,
    .top-sell-top-popular-container .card-fpx__icons svg {
        width: 24px;
        height: 24px;
        margin-bottom: 3px;
    }

    .top-sell-top-popular-container .catalog__list_row .card-fpx__icons img,
    .top-sell-top-popular-container .catalog__list_row .card-fpx__icons svg {
        margin-bottom: 4px;
        margin-right: 4px;
    }
}

.site-info-card-fpx__title {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Ограничиваем до 2 строк */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; /* Добавляет "..." */
    white-space: normal;
}

.card-catalog-container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
}

.card-catalog {
    border-radius: 4px;
    overflow: hidden;
    background-color: #fff;
    text-align: center;
    transition: transform 0.2s;
    justify-items: center;
}

    .card-catalog img {
        border-radius: 6px;
        width: 90%;
        height: 200px;
        display: block;
        margin-top: 10px;
    }

        .card-catalog img:hover {
            box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.3);
        }

    .card-catalog .card-catalog-title {
        font-size: 16px;
        font-weight: bold;
        color: #333;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* Ограничиваем до 2 строк */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; /* Добавляет "..." */
        white-space: normal;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 15px;
    }

    .card-catalog:hover .card-catalog-title {
        color: #00ADF6;
    }

.link-catalog {
    max-width: 250px;
    max-height: 40px;
}

@media (max-width: 1440px) {
    .card-catalog-container {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media (max-width: 1200px) {
    .card-catalog-container {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 945px) {
    .card-catalog-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 590px) {
    .card-catalog-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 370px) {
    .card-catalog-container {
        grid-template-columns: repeat(1, 1fr);
    }
}

.catalog_banner img.banner-lg,
.catalog_banner img.banner-sm {
    display: none;
}

@media (min-width: 769px) {
    .catalog_banner img.banner-lg {
        display: block;
    }
}

@media (max-width: 768px) {
    .catalog_banner img.banner-sm {
        display: block;
    }
}

.catalog_banner img {
    height: 250px;
    border-radius: 10px;
}

.top-popular__container {
    display: flex;
    justify-content: center;
}

@media (max-width: 1250px) {
    .top-popular__container {
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 1024px) {
    .top-popular__container {
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 364px) {
    .top-popular__container {
        display: block;
        justify-content: center;
    }
}

.catalog__list_6:not(.catalog__list_row) .card-fpx__btn-favorites-row {
    display: none;
}

.catalog__list_6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 80px 24px;
    margin-bottom: 40px;
}

@media (max-width: 1520px) {
    .catalog__list_6 {
        grid-template-columns: repeat(5, 1fr);
        grid-gap: 80px 8px;
    }
}

@media (max-width: 1338px) {
    .catalog__list_6 {
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 80px 8px;
    }
}

@media (max-width: 1032px) {
    .catalog__list_6 {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 80px 8px;
    }
}

@media (max-width: 785px) {
    .catalog__list_6 {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 80px 8px;
    }
}

@media (max-width: 510px) {
    .catalog__list_6 {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 40px 8px;
    }
}

.catalog__list_7:not(.catalog__list_row) .card-fpx__btn-favorites-row {
    display: none;
}

.catalog__list_7 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 80px 24px;
    margin-bottom: 40px;
}

@media (max-width: 1546px) {
    .catalog__list_7 {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 80px 8px;
    }
}

@media (max-width: 1192px) {
    .catalog__list_7 {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 80px 8px;
    }
}

.top-sell-block__list {
    display: grid;
    grid-template-columns: 387px auto;
    grid-template-rows: repeat(2, auto);
    gap: 20px;
}

@media (max-width: 948px) {
    .top-sell-block__list {
        grid-template-columns: 1fr;
    }

    .catalog__list_7 {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 80px 8px;
    }
}

@media (max-width: 785px) {
    .catalog__list_7 {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 80px 8px;
    }
}

@media (max-width: 510px) {
    .catalog__list_7 {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 40px 8px;
    }
}

.top-sell-banner {
    display: flex;
    justify-content: center;
}

.top-sell-banner a img {
    border-radius: 10px;
}

    .top-sell-banner img.banner-lg,
    .top-sell-banner img.banner-sm {
        display: none;
    }

@media (min-width: 521px) {
    .top-sell-banner img.banner-lg {
        display: block;
        width: 100%;
        height: 709px;
    }
}

@media (max-width: 520px) {
    .top-sell-banner img.banner-sm {
        display: block;
        width: 340px;
        height: 230px;
    }
}

.static-banner-section {
    display: flex;
    justify-content: center;
}

.static-banner-section-vertical {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 24px 24px;
    margin-bottom: 24px;
}

    .static-banner-section-vertical a img {
        border-radius: 10px;
    }

@media (max-width: 1025px) {
    .static-banner-section-vertical {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 15px 15px;
        margin-bottom: 15px;
    }
}

    .static-banner-section-vertical img.banner-lg,
    .static-banner-section-vertical img.banner-sm {
        display: none;
    }

@media (min-width: 586px) {
    .static-banner-section-vertical img.banner-lg {
        display: block;
        width: 100%;
        height: 285px;
    }
}

@media (max-width: 585px) {
    .static-banner-section-vertical img.banner-sm {
        display: block;
        width: 100%;
        height: 230px;
    }
}

.static-banner-section-horizontal {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px 24px;
    margin-bottom: 40px;
}

    .static-banner-section-horizontal a img {
        border-radius: 10px;
    }

@media (max-width: 1025px) {
    .static-banner-section-horizontal {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 15px 15px;
    }
}

.static-banner-section-horizontal img.banner-lg,
.static-banner-section-horizontal img.banner-sm {
    display: none;
}

@media (min-width: 682px) {
    .static-banner-section-horizontal img.banner-lg {
        display: block;
        width: 100%;
        height: 185px;
    }
}

@media (max-width: 683px) {
    .static-banner-section-horizontal img.banner-sm {
        display: block;
        width: 100%;
        height: 160px;
    }
}

.main-banner {
    display: flex;
    width: 100%;
    justify-content: center;
}

.main-banners {
    max-width: 1400px;
    display: flex;
    margin: 20px auto;
    gap: 12px;
    padding: 0 15px;
}

.main-banners-large{
    display: grid;
    max-width: 692px;
}

.main-banners-small {
    flex: 0 0 21%;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

    .main-banners-small a img {
        border-radius: 10px;
        width: 100%;
    }

/*@media (max-width: 1210px) {
    .main-banners {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .main-banners-large {
        grid-column: 1;
    }

    .main-banners-small {
        display: none;
  
}
}*/

@media (min-width: 1211px) {
    .main-banners-small img.banner-lg {
        display: block;
    }
}

@media (max-width: 1210px) {
    .main-banners-small img.banner-lg {
        display: none;
    }
}

.pagination-main-slider__prev {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.8) !important;
    border: none;
    border-radius: 50%;
    color: #741F7E !important;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: all 0.3s ease;
}

.pagination-main-slider__next {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.8) !important;
    border: none;
    border-radius: 50%;
    color: #741F7E !important;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: all 0.3s ease;
}

.top-popular-slide a img {
    border-radius: 10px;
}

.search-bar__suggestion {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #FFF;
    margin-top: 5px;
    border-radius: 6px 6px;
    display: flex;
    flex-direction:column;
    overflow:hidden;
}

.search-bar__help {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #FFF;
    margin-top: 5px;
    border-radius: 6px 6px;
    display: flex;
    flex-direction: column;
    color: #020813;
}

.search-bar__suggestion__inner {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 400px;
}

@media (max-width: 576px) {
    .search-bar__suggestion__inner {
        max-height: 100%;
        height: 100%;
        overflow-y: auto;
        padding-bottom: 80px;
    }

    .search-bar__suggestion,
    .search-bar__help {
        position: fixed;
        top: 55px;
        left: 0;
        width: 100%;
        margin-top: 0;
        border-radius: 0;
        height: 100%;
    }
}


    .search-bar__help .row:not(:last-child) {
        border-bottom: solid 1px rgba(0, 0, 0, 0.15);
    }

.search-bar__help .row {
    margin-left: 0;
    margin-right: 0;
}

.search-bar__help .row .col {
    margin-top: 10px;
    margin-bottom: 10px;
}

.search-bar__help .row a:hover {
    color: rgba(0, 124, 176, 1);
}

.search-bar__suggestion-row {
    padding: 10px 15px;
    font-size: 14px;
    color: #000;
    border-radius: 6px 6px;
    line-height: 1;
}

.search-bar__suggestion-row .history-icon {
    min-width: 16px;
    width: 16px;
    height: 16px;
}

.search-bar__suggestion-row.search-bar__vin, .search-bar__suggestion-row.search-bar__data {
    color: #00000099;
    padding-left: 0;
    padding-right: 0;
}

.search-bar__suggestion-row:hover {
    cursor: pointer;
    color: #009BDC;
}

.search-bar__suggestion-row:hover.search-bar__vin, .search-bar__suggestion-row:hover.search-bar__data {
    color: #000000;
}

.cookie__disclaimer {
    margin-left: 60px;
    color: #ffffff;
}

.catalog-btn-disabled {
    color: gray !important;
    cursor: not-allowed;
}

@media (max-width: 1024px) {
    .cookie__disclaimer {
        margin-left: 0;
    }
}

.group-subgroup-container a {
    display: block;
    padding-left: 15px;
    padding-bottom: 6px;
    color: #020813;
    text-decoration: none;
    font-size: 14px;
}

    .group-subgroup-container a:first-child {
        font-weight: bold;
        padding-left: 0;
        padding-bottom: 6px;
        margin-top: -8px;
        color: inherit;
        text-decoration: none;
        font-size: 15px;
    }

.group-subgroup-text-filter-element {
    margin-bottom: 5px !important;
}

.filter-btn-text {
    position: relative; /* чтобы бейдж позиционировался относительно текста */
    display: inline-block;
}

.filter-badge {
    position: absolute;
    top: -8px; /* поднимаем над текстом */
    right: -18px; /* смещаем вправо от текста */
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    background-color: #FD3333;
    color: white;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    box-shadow: 0 0 0 2px #FAFAFA; /* обводка в цвет фона кнопки */
}

.link-view-more {
    max-width: 250px;
    max-height: 40px;
}

.custom-pagination {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.group-subgroup__list {
    border: 1px solid rgba(159, 167, 182, 0.3);
    border-radius: 10px;
    padding-right: 6px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 6px;
}

.group-subgroup__list-item:not(:last-child) {
    border-bottom: 1px solid rgba(159, 167, 182, 0.3);
}

.group-subgroup__list-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    color: #020813;
    padding-left: 15px;
    padding-bottom: 0px;
    transition: background-color 0.3s linear, color 0.3s linear;
}

    .group-subgroup__list-link:hover:not(:active) {
        background-color: #EFF6FA;
        color: #009BDC;
    }

    .group-subgroup__list-link.group-subgroup__list-link_reverse {
        justify-content: flex-start;
    }

        .group-subgroup__list-link.group-subgroup__list-link_reverse i {
            margin-right: 16px;
            margin-left: 0;
        }

    .group-subgroup__list-link.group-subgroup__list-link_active {
        background-color: #FAFAFA;
    }

    .group-subgroup__list-link svg {
        width: 10px;
        min-width: 10px;
        height: 10px;
    }

    .group-subgroup__list-link i {
        min-width: 20px;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #dedede;
        margin-left: 12px;
    }

.group-subgroup__sub-menu {
    padding: 5px 15px;
}

.group-subgroup__sub-menu-link {
    display: flex;
    align-items: center;
    padding: 3px 15px;
    color: #020813;
    transition: background-color 0.3s linear, color 0.3s linear;
}

    .group-subgroup__sub-menu-link:hover:not(:active) {
        color: #009BDC;
        background-color: #EFF6FA;
    }

        .group-subgroup__sub-menu-link:hover:not(:active) svg {
            color: #009BDC;
        }

    .group-subgroup__sub-menu-link svg {
        width: 12px;
        min-width: 12px;
        height: 12px;
        margin-right: 12px;
        color: #0057BE;
        transition: color 0.3s linear;
    }

.group-subgroup__filter-scroll-wrap {
    max-height: 345px;
    overflow: auto;
}

    .group-subgroup__filter-scroll-wrap::-webkit-scrollbar {
        width: 4px;
    }

    .group-subgroup__filter-scroll-wrap::-webkit-scrollbar-track {
        background-color: #ffffff;
    }

    .group-subgroup__filter-scroll-wrap::-webkit-scrollbar-thumb {
        background-color: #DEDEDE;
    }

.group-subgroup__sub-menu-link_active {
    color: #009BDC !important;
    background-color: #EFF6FA;
}

.btn-show-all {
    font-size: 14px;
    display: block;
    padding: 5px 0 0 20px;
    text-decoration: none;
}


.banner-row {
    margin: 20px auto;
    display: flex;
    gap: 12px;
    padding: 0 15px;
    max-width: 1576px;
}

.main-slider {
    flex: 0 0 58%;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.slider-wrapper {
    display: flex;
    height: 100%;
    transition: transform 0.5s ease;
}

.main-slides {
    display: flex;
    min-width: 100%;
    height: 100%;
}

.main-slider .slide picture img,
.main-slider .slide A {
    user-select: none;
    -webkit-user-drag: none; /* Safari */
}

.slider-prev,
.slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.8) !important;
    border: none;
    border-radius: 50%;
    color: #000 !important;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: all 0.3s ease;
}

.slider-prev {
    left: 15px;
}

.slider-next {
    right: 15px;
}

.slider-indicator {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 10;
}

@media (max-width: 1209px) {
    .banner-row {
        flex-wrap: wrap;
    }

    .main-slider {
        flex: 0 0 100% !important;
        width: 100%;
    }

    .static-banner {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .main-slider {
        min-height: 250px !important;
    }

    .slider-prev, .slider-next {
        width: 32px !important;
        height: 32px !important;
        font-size: 16px !important;
    }

    .slider-indicator {
        bottom: 12px !important;
    }
}

.slider-prev:hover, .slider-next:hover {
    background: rgba(255,255,255,0.9) !important;
    transform: translateY(-50%) scale(1.1) !important;
}

.indicator-dot {
    cursor: pointer;
}

    .indicator-dot:hover {
        background: rgba(255, 255, 255, 0.7) !important;
    }

.bottom-line-tab .dxbs-tabs .nav-tabs {
    border-bottom: 1px solid #ccc;
}

.bottom-line-tab .nav-tabs .nav-link.active {
    border-color: transparent;
    border-bottom: 2px solid #007bff;
    background-color: transparent;
    color: black;
    font-weight: 500;
    margin-bottom: -2px;
}

.bottom-line-tab .nav-tabs .nav-link:focus:not(.active),
.bottom-line-tab .nav-tabs .nav-link:hover:not(.active) {
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    margin-bottom: -2px;
}

.bottom-line-tab .nav-link {
  color: black;
}

.share-qr-code-btn {
    display: flex;
    padding-top: 0.4em;
    justify-content: center;
    align-items: center;
}

.mb10 {
  margin-bottom: 10px;
}

.loaderAlt {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  position: fixed;
  inset: 0;
  z-index: 2000;
  pointer-events: none;
}

.loaderAlt.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  background: #00000010;
}

.loader-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loader-img {
    width: 50vw;
    max-width: 400px;
    height: auto;
}

@media(orientation: landscape){
    .loader-img {
        width: 40vw;
    }
}

