@charset "utf-8";

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@font-face {
    font-family: 'RobotoRegular';
    src: url('../fonts/RobotoRegular.eot');
    src: url('../fonts/RobotoRegular.eot') format('embedded-opentype'),
        url('../fonts/RobotoRegular.woff') format('woff'),
        url('../fonts/RobotoRegular.ttf') format('truetype'),
        url('../fonts/RobotoRegular.svg#RobotoRegular') format('svg');
}

@font-face {
    font-family: 'RobotoMedium';
    src: url('../fonts/RobotoMedium.eot');
    src: url('../fonts/RobotoMedium.eot') format('embedded-opentype'),
        url('../fonts/RobotoMedium.woff') format('woff'),
        url('../fonts/RobotoMedium.ttf') format('truetype'),
        url('../fonts/RobotoMedium.svg#RobotoMedium') format('svg');
}

@font-face {
    font-family: 'RobotoBold';
    src: url('../fonts/RobotoBold.eot');
    src: url('../fonts/RobotoBold.eot') format('embedded-opentype'),
        url('../fonts/RobotoBold.woff') format('woff'),
        url('../fonts/RobotoBold.ttf') format('truetype');
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?t12414');
    src: url('../fonts/icomoon.eot?t12414#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?t12414') format('truetype'),
        url('../fonts/icomoon.woff?t12414') format('woff'),
        url('../fonts/icomoon.svg?t12414#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: 'RobotoRegular', 'Arial';
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

b {
    font-family: "RobotoBold", Arial;
}

/*b.red,
a.red{
    color: #d40000;
}*/
.tooltip {
    cursor: default;
}

a.tooltip {
    cursor: pointer;
}

table {
    border-collapse: collapse;
}

input::-webkit-input-placeholder {
    color: #99A0A9;
}

input:-moz-placeholder {
    color: #99A0A9;
}

table.rows {
    border-collapse: collapse;
    width: 100%;
    margin: 20px auto 0 auto;
    border: 1px solid #F3F3F3;
}

table.rows th,
table.rows td {
    height: 34px;
    border: 0px solid #F3F3F3;
    padding: 5px;
}

table.rows th {
    background-color: #eeeeee;
}

table.rows td.num {
    width: 40px;
}

table tr:nth-child(2n) {
    background-color: #FFF;
}

table tr:nth-child(2n+1) {
    background-color: #F3F3F3;
}

table tr td:last-child {
    /*text-align: center;*/
}

input[type="text"],
input[type="password"] {
    font-size: 14px;
    padding: 0;
}

input[type="text"]:focus,
select:focus,
textarea:focus {
    outline: none;
}

input,
select {
    outline: none;
}

select {
    height: 22px;
    border: 1px solid #c8c8c8;
}

/* clearfix */
.clearfix:after {
    visibility: hidden;
    display: block;
    content: ".";
    font-size: 0px;
    clear: both;
    height: 0;
}

*+html .clearfix {
    zoom: 1;
}

/* IE7 */
* html .clearfix {
    zoom: 1;
}

/* IE6 */

.clear {
    clear: both;
}

html,
body {
    height: 100%;
    /*overflow: hidden;*/
}

body {
    color: #383B3F;
    background: #f5f5f5;
    min-width: 1000px;
    position: relative;
    overflow: hidden;
    background-color: #f5f5f5;
    /* background-image: url('../i/back.jpg'); */
    background-position: 50% 100%;
    background-size: auto;
    background-repeat: no-repeat;
    /*background-image: url("../images/noise.png");*/
}

form {
    text-align: center;
}

a {
    color: #383B3F;
}

.grey a {
    color: #b2b9c1;
}

a:hover {
    text-decoration: none;
}

input,
select {
    /*padding: 5px 0px;*/
    /*margin-top: 5px;*/
}

a img {
    border: 0 none;
}

h2 {
    font-size: 18px;
    font-family: "RobotoBold";
    margin-top: 5px;
    padding: 0px;
}

.b-block {
    max-width: 1100px;
}

.b-debug-info {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-color: #383B3F;
    color: #FFF;
    padding: 4px 10px;
}

canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.chartjs-tooltip {
    opacity: 1;
    position: absolute;
    background: rgba(0, 0, 0, .5);
    color: #FFF;
    border-radius: 3px;
    line-height: 16px;
    width: auto;
    text-align: center;
    height: 20px;
    display: block;
    font-size: 10px;
    margin-left: -4px;
    margin-top: -12px;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    pointer-events: none;
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
    padding: 2px;
    border-radius: 100px;
}

.chartjs-tooltip#tooltip-total {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: auto;
    padding: 2px 8px;
}

.chartjs-tooltip-key {
    display: inline-block;
    width: 10px;
    height: 10px;
}

small.grey,
small.gray {
    color: #b2b9c1;
    font-size: 12px;
}

small.block {
    display: block;
}

.hide {
    display: none;
}

[class^="icon-"]:before,
[class*=" icon-"]:before,
.b-icon:before,
.b-tool:before,
.fancybox-close:before,
.b-back:before,
.select2-selection__arrow:before,
.b-checkbox input[type="checkbox"]:not(.any)+label:after,
.icon-rub-regular:after,
.icon-rub-bold:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:not(.icon-notify),
[class*=" icon-"]:not(.icon-notify) {
    text-decoration: none;
}

.icon-order:before,
.icon-config:before,
.icon-prompt:before {
    content: "\e921";
}

.icon-stat:before,
.icon-stats:before {
    content: "\e922";
}

.icon-competitor:before,
.icon-list:before,
.b-tool-list:before,
.icon-task:before {
    content: "\e923";
}

.icon-opt:before {
    content: "\e917";
}

.icon-notify:before {
    content: "\e91e";
}

.icon-airplane-landing:before {
    content: "\e91c";
}

.icon-airplane-takeoff:before {
    content: "\e91d";
}

.icon-airplane-landing:before,
.icon-airplane-takeoff:before,
.icon-notify:before {
    color: #373b3f;
    font-size: 18px;
    margin: -10px 10px -10px 0px;
    position: relative;
    top: 2px;
    display: inline-block;
}

.icon-return:before {
    content: "\e91a";
}

.icon-dictionary:before {
    content: "\e919";
}

.icon-arrow-down:before,
.select2-selection__arrow:before {
    content: "\e918";
    color: #b2b9c1;
}

/*.icon-follower:before {
    content: "\e917";
}*/
.icon-cogwheel:before,
.b-tool-update:before,
.icon-settings:before {
    content: "\e916";
}

.icon-xls:before {
    content: "\e900";
    color: #1ca004;
}

.icon-pdf:before {
    content: "\e901";
    color: #C80909;
}

.icon-back:before,
.b-back:before {
    content: "\e902";
    color: #ec8f1e;
}

.icon-check:before,
.b-checkbox input[type="checkbox"]:not(.any)+label:after {
    content: "\e905" !important;
}

.icon-rub-bold:after {
    content: "\e908";
}

.icon-rub-regular:after {
    content: "\e909";
}

.icon-search:before {
    content: "\e90a";
    color: #99a0a9;
}

.icon-add1:before {
    content: "\e90b";
    color: #fff;
}

.icon-delete:before,
.b-tool-delete:before {
    content: "\e90c";
}

.icon-card:before {
    content: "\e90d";
    color: #3179d3;
}

.icon-bill:before,
.icon-log:before {
    content: "\e90f";
}

.icon-logout:before {
    content: "\e910";
}

.icon-payment:before,
.icon-order:before {
    content: "\e911";
}

.icon-user:before,
.icon-admin:before,
.icon-refer:before,
.icon-follower:before,
.icon-account:before {
    content: "\e912";
}

.b-tool-order:before {
    content: "\e924";
}

.icon-Tracking:before {
    content: "\e925";
}

.b-tool-copy:before {
    content: "\e92c";
}

.b-tool-message:before,
.icon-message:before {
    content: "\e92d";
}

.icon-add:before {
    content: "\e915";
}

.icon-menu-4:before,
.icon-menu:before {
    content: "\e914";
}

.icon-video:before {
    content: "\e903";
}

.icon-playlist:before {
    content: "\e903";
}

.icon-plus:before {
    content: "\e904";
}

.icon-close:before {
    content: "\e906";
}

.icon-download:before {
    content: "\e907";
}

.icon-refresh:before {
    content: "\e90e";
}

.icon-refresh:before {
    content: "\e90e";
}

.icon-help:before {
    content: "\e91b";
}

.icon-star-filled:before,
.icon-star-empty.active:before {
    content: "\e920";
}

.icon-star-empty:before {
    content: "\e91f";
}

.icon-wa:before {
    content: "\e926";
}

.icon-tg:before {
    content: "\e927";
}

.icon-ig:before {
    content: "\e928";
}

.icon-vk:before {
    content: "\e929";
}

.icon-calendar:before {
    content: "\e92a";
}

.icon-source:before {
    content: "\e92b";
}








h1,
h2,
h3,
h4,
h5,
h6 {
    color: #383B3F;
}

h1,
h1 span,
h2 {
    font-family: "RobotoBold";
    font-size: 32px;
    line-height: 40px;
}

h1 {
    margin-bottom: 25px;
}

h2 {
    font-size: 24px;
    line-height: 32px;
}

h3,
h3 span {
    font-family: "RobotoBold";
    font-size: 24px;
    line-height: 32px;
}

h4,
h4 span {
    font-family: "RobotoBold";
    font-size: 20px;
    line-height: 28px;
}

h5,
h5 span {
    font-family: "RobotoBold";
    font-size: 16px;
    line-height: 24px;
}

*.grey,
*.gray {
    color: #b2b9c1;
}

.dark *.grey,
.dark *.gray {
    opacity: 0.7;
}

a.b-back {
    margin-bottom: 6px;
    display: inline-block;
    color: #EC8F1E;
    text-decoration: underline;
    padding-left: 22px;
}

a.b-back:before {
    position: absolute;
    left: 0px;
    top: 2px;
    font-size: 16px;
}

a.b-back:hover {
    text-decoration: none;
}

.b-burger {
    display: none;
}

.a_img {
    text-decoration: none;
    margin: 0px 5px;
}

.ui-draggable-dragging {
    z-index: 100;
}

.hidden {
    display: none !important;
}

.b-header {
    color: #FFF;
    background-color: #383B3F;
    position: relative;
    width: 75px;
    /* box-shadow: 0 0 20px rgba(0,0,0,0.5); */
    overflow: auto;
    padding: 0px;
    padding-top: 12px;
    height: 100%;
    float: left;
}

.b-header a {
    color: #FFF;
}

.b-header h3 {
    font-size: 16px;
    font-family: "RobotoBold";
    text-align: center;
    margin-top: 8px;
    margin-bottom: 14px;
    color: #FFF;
    line-height: 24px;
    margin-top: 0px;
    margin-bottom: 12px;
}

.b-menu-tile {
    padding-bottom: 12px;
    width: 75px;
    display: block;
    text-align: center;
    text-decoration: none;
}

.b-table:not(.full) .cut p {
    white-space: nowrap;
    /* Запрещаем перенос строк */
    overflow: hidden;
    /* Обрезаем все, что не помещается в область */
    text-overflow: ellipsis;
    /* Добавляем многоточие */
}

.ellipsis {
    white-space: nowrap;
    /* Запрещаем перенос строк */
    overflow: hidden;
    /* Обрезаем все, что не помещается в область */
    text-overflow: ellipsis;
    /* Добавляем многоточие */
}

.b-badge {
    position: absolute;
    top: 8px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 1;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 10px 26px rgba(0, 0, 0, .22);
    pointer-events: none;
}

.b-badge-play {
    display: block;
    color: #FFF;
    left: 50%;
    /* margin-left: -20px; */
    width: 40px;
    text-align: center;
    line-height: 40px;
    padding-left: 4px;
    height: 40px;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, .40);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
    font-size: 16px;
}

.b-user-tile {
    display: none;
    margin-bottom: 6px;
    height: 75px;
    background-position: 50% 133%;
    background-repeat: no-repeat;
    background-image: url('../i/man.svg');
    background-size: 67px;
    background-color: rgba(255, 255, 255, 0.3);
}

.b-menu-tile span.b-icon {
    margin-top: 0px;
    width: 35px;
    height: 35px;
    display: inline-block;
    margin-bottom: 6px;
    -webkit-mask-position: 50% 50%;
    mask-position: 50% 50%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    opacity: 0.5;
    /*background-color: #FFF;*/
    /*-webkit-mask-size: contain;*/
    /*mask-size: contain;*/
}

.b-menu-tile span.b-icon:before {
    font-size: 35px;
}

.b-menu-tile:hover span.b-icon {
    opacity: 1;
}

.b-menu-tile.active span.b-icon {
    opacity: 1;
    color: #EC8F1E;
}

.b-menu-tile span.b-personal-icon {
    font-size: 24px;
}

.b-menu-tile span.b-out-icon:before {
    font-size: 28px;
}

.b-menu-tile span.b-pretension-icon {
    width: 29px;
}

.b-menu-tile span.b-law-icon {
    width: 29px;
}

.b-menu-tile span.b-execution-icon {}

.b-menu-tile span.b-dept-icon {
    width: 29px;
}

.b-menu-tile span.b-user-icon {}

.b-menu-tile span.b-section-icon {
    width: 29px;
}

.b-menu-tile p {
    font-family: "RobotoRegular";
    opacity: 0.7;
    font-size: 12px;
    line-height: 1;
    text-decoration: none;
}

.b-menu-tile:hover p {
    opacity: 1;
}

.b-menu-tile.active p {
    opacity: 1;
    color: #EC8F1E;
}

.modules {
    padding: 15px 0;
    text-align: left;
    float: left;
}

.modules li {
    list-style: none;
    float: left;
}

.b-menu-item {
    position: relative;
}

.modules li a {
    display: block;
    padding: 8px 15px;
    text-decoration: none;
    font-size: 14px;
    color: #FFF;
    position: relative;
}

.modules a.b-menu-accordeon:after {
    position: absolute;
    content: "s";
    font-size: 0px;
    width: 14px;
    height: 14px;
    right: 10px;
    top: 50%;
    margin-top: -7px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../i/arrow-right.svg');
}

.trans .modules a.b-menu-accordeon:after {
    -webkit-transition: -webkit-transform 150ms ease-out;
    -moz-transition: transform 150ms ease-out;
    -ms-transition: -ms-transform 150ms ease-out;
    -o-transition: -o-transform 150ms ease-out;
    transition: transform 150ms ease-out;
}

.modules a.b-menu-accordeon.opened:after {
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    -o-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}

.modules li a:hover {
    background-color: #301A0D;
    cursor: pointer;
}

.active a {
    background-color: #D26A44 !important;
}

a.opened {
    /*background-color: #301A0D;*/
}

.b-submenu {
    /*  z-index: 100;
            position: absolute;
            left: 100%;
            top: 0px;
            padding-left: 20px;*/
    overflow: hidden;
    visibility: hidden;
    max-height: 0px;
    /*background: #301A0D;*/
}

.trans .b-submenu {
    -webkit-transition: visibility 300ms ease-out, opacity 300ms ease-out, max-height 300ms ease-out;
    -moz-transition: visibility 300ms ease-out, opacity 300ms ease-out, max-height 300ms ease-out;
    -ms-transition: visibility 300ms ease-out, opacity 300ms ease-out, max-height 300ms ease-out;
    -o-transition: visibility 300ms ease-out, opacity 300ms ease-out, max-height 300ms ease-out;
    transition: visibility 300ms ease-out, opacity 300ms ease-out, max-height 300ms ease-out;
}

.b-submenu li {}

.b-submenu li a {
    white-space: nowrap;
    padding-left: 35px;
}

.b-submenu li a:before {
    position: absolute;
    content: "s";
    font-size: 0px;
    width: 6px;
    height: 6px;
    border-radius: 100px;
    left: 15px;
    top: 50%;
    margin-top: -3px;
    background: #FFF;
}

.opened+.b-submenu {
    visibility: visible;
    max-height: 600px;
}

.trans .opened+.b-submenu {
    -webkit-transition: visibility 300ms ease-out, opacity 300ms ease-out, max-height 300ms ease-in;
    -moz-transition: visibility 300ms ease-out, opacity 300ms ease-out, max-height 300ms ease-in;
    -ms-transition: visibility 300ms ease-out, opacity 300ms ease-out, max-height 300ms ease-in;
    -o-transition: visibility 300ms ease-out, opacity 300ms ease-out, max-height 300ms ease-in;
    transition: visibility 300ms ease-out, opacity 300ms ease-out, max-height 300ms ease-in;
}

.b-first-col td:first-child {
    width: 120px;
    max-width: 120px;
    min-width: 120px;
}

.b-image-link {
    position: relative;
    display: inline-block;
}

.b-image-link span {
    position: absolute;
    left: 3px;
    top: 3px;
    font-size: 10px;
    line-height: 14px;
    text-decoration: none;
    background: #000;
    color: #FFF;
    display: block;
    border-radius: 100px;
    width: 14px;
    height: 14px;
    text-align: center;
}

.b-soc {}

.b-soc.b-p-l {
    position: relative;
}

.b-soc span.icon {
    font-size: 16px;
    margin-bottom: -3px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}

.b-soc.b-p-l span.icon {
    position: absolute;
    top: 0px;
    left: 0px;
}

.b-soc span.icon.icon-wa {}

.b-soc span.icon.icon-tg {
    font-size: 13px;
}

.b-soc span.icon.icon-ig {}

.b-soc span.icon.icon-vk {
    font-size: 11px;
}

.b-soc a {
    display: inline-block;
    vertical-align: middle;
}

.b-soc.b-p-l a {
    display: block;
    padding-left: 20px;
}

.b-material {
    line-height: 20px;
}

.b-material h2 {
    margin-bottom: 16px;
}

.b-material-row {
    margin-bottom: 16px;
}

.b-material-row {
    /*padding: 10px 0px;*/
    padding-bottom: 10px;
    border-bottom: 1px solid #DDD;
}

.b-material-name {
    width: 120px;
    float: left;
    padding-top: 20px;
}

.b-material-name b {}

.b-material-cols {
    float: left;
}

.b-material-block {
    float: left;
    width: 150px;
    /*text-align: center;*/
    margin-right: 16px;
    /*background-color: #fff;*/
}

.b-material-block p {}

.b-material-block p i {
    font-size: 0px;
    line-height: 0px;
}

.good-sort.active {
    text-decoration: none;
    padding-right: 15px;
    position: relative;
}

.good-sort.active:after {
    position: absolute;
    content: "▼";
}

.good-sort.active.up:after {
    content: "▲";
}

.main {
    margin-left: 75px;
    position: relative;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 24px;
    padding-top: 24px;
    font-size: 14px;
    /* text-align: center; */
    overflow-y: auto;
    overflow-x: visible;
    height: 100%;
}

.b-main-center {
    display: inline-block;
    position: relative;
    min-width: 100%;
}

.adm-title {
    text-align: center;
    height: 0px;
    position: relative;
    top: -25px;
}

.adm-title h3 {
    display: inline-block;
    position: relative;
    top: 21px;
    font-size: 16px;
}

h1.b-with-nav {
    margin-top: 30px;
}

.b-table-mobile-scroll {
    max-width: calc(100vw - 75px);
    overflow-y: visible;
    overflow-x: auto;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: -16px;
    width: calc(100vw - 75px);
    margin-right: -16px;
    padding-bottom: 16px;
}

.b-table {
    width: 100%;
    border: #452716;
    border-radius: 5px;
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.05);
}

.b-table tr {
    /*background-color: transparent !important;*/
    border-bottom: 1px solid #EEF0F3;
    -webkit-transition: background-color 300ms ease-out;
    -o-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
}

.b-table h3 {
    line-height: 24px;
}

@-webkit-keyframes highlight {
    0% {
        background-color: #ffe2bf;
    }

    60% {
        background-color: #ffe2bf;
    }

    100% {
        background-color: none;
    }
}

@-moz-keyframes highlight {
    0% {
        background-color: #ffe2bf;
    }

    60% {
        background-color: #ffe2bf;
    }

    100% {
        background-color: none;
    }
}

@-o-keyframes highlight {
    0% {
        background-color: #ffe2bf;
    }

    60% {
        background-color: #ffe2bf;
    }

    100% {
        background-color: none;
    }
}

@keyframes highlight {
    0% {
        background-color: #ffe2bf;
    }

    60% {
        background-color: #ffe2bf;
    }

    100% {
        background-color: none;
    }
}

.b-table tr.highlight {
    -webkit-animation: highlight 3000ms ease-out 1;
    -o-animation: highlight 3000ms ease-out 1;
    animation: highlight 3000ms ease-out 1;
}

/*.b-table tr.highlight{
        background-color: rgb(236, 143, 30, 0.5) !important;
    }*/
.b-table tr.b-filter>td {
    position: relative;
    background-color: #383B3F !important;
    padding: 3px 1px;
}

.b-table tr.b-filter>td:first-child {
    padding: 3px 1px 3px 2px;
}

.b-table tr.b-filter>td input:nth-child(n+2) {
    margin-top: 3px !important;
}

.b-table tr.b-filter>td span.select2-container {
    width: calc(100% - 12px) !important;
}

.b-table tr.b-filter>td span.select2-container:nth-child(n+3) {
    margin-top: 3px !important;
}

.b-total {
    text-align: right;
    margin-top: 14px;
}

.b-total-row {}

.b-total-name {
    vertical-align: middle;
    display: inline;
    margin-right: 10px;
}

.b-total-bold {
    vertical-align: middle;
    display: inline;
    font-size: 20px;
    font-family: "RobotoBold";
}

.b-table tr.b-total td .b-total-bold {}

.b-table tr.b-exist {
    /*border: 4px solid #452716;*/
    background-color: #FFC9B5 !important;
}

.b-table tr.red td:not([rowspan]):not(.no-highlight) {
    background-color: #ffe0e0;
}

.b-table tr.red:hover td:not([rowspan]):not(.no-highlight) {
    background-color: #f9d9d9;
}

.b-table tr td.red {
    color: #d00;
}

.b-table tr td.green {
    color: #090;
}

.b-list-image {
    height: 100px;
}

.b-td-images {
    display: flex;
    flex-wrap: nowrap;
    /* принудительно в одну строку */
    gap: 4px;
    /* расстояние между картинками */
    align-items: center;
    ;
}

td .b-list-image {
    flex: 0 0 auto;
    /* не растягивать и не сжимать */
    display: inline-flex;
    display: table-cell;
}

.b-edit-form-photo {
    width: 150px;
    display: block;
    margin-bottom: 16px;
}

.b-photo-input {
    width: 700px;
}

.b-photo-input-left {
    width: calc(100% - 170px);
    margin-right: 20px;
    float: left;
}

.b-photo-input-right {
    width: 150px;
    float: left;
}

.b-table tr.grey td {
    background-color: #f5f5f5;
    color: #898e96;
}

.b-table tr.green td {
    background-color: #9f9;
}

.b-table tr.b-filter td select,
.b-table tr.b-filter td input {
    margin: 0px !important;
    border-radius: 5px;
    background-color: #ffffff;
    border: none !important;
    padding: 5px 11px;
    font-size: 14px;
    display: block;
    width: 100%;
}

.b-table tr:nth-child(2n+2) {
    background-color: #FFF;
}

.b-table tr:nth-child(2n+1) {
    background-color: #FBFBFB;
}

.b-table th,
.b-table th a {
    font-size: 12px;
    text-transform: uppercase;
    font-family: "RobotoBold", Arial;
    color: #b2b9c1;
    text-align: left;
    letter-spacing: 1px;
}

.b-table th {
    padding: 10px 14px;
    border-right: 1px solid #EEF0F3;
}

.b-table th:last-child,
.b-table th.b-checkbox {
    border-right: none;
}

.b-table th.b-checkbox {
    width: 30px;
    max-width: 30px;
    min-width: 30px;
}

.b-table td {
    padding: 8px 14px;
    text-align: left;
    vertical-align: top;
}

.b-filter td {
    vertical-align: middle;
}

.b-table.b-overflow-table td {
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
    /*overflow: hidden;*/
    /*max-width: 150px;*/
}

.icon-rub-bold:after,
.icon-rub-regular:after {
    position: relative;
    margin-left: 4px;
    bottom: 1px;
}

h3.icon-rub-bold:after {
    font-size: 19px;
}

h4.icon-rub-bold:after {
    font-size: 16px;
}

td.icon-rub-regular:after {
    font-size: 10px;
    right: 1px;
}

.b-right-price.icon-rub-regular:after {
    font-size: 10px;
    margin-left: 0;
}

.b-table .b-big-row td {
    padding: 12px 14px 16px;
}

.b-table .b-big-row label {
    margin-top: 0px;
}

.b-table:not(.b-stat-table) tr:not(.b-big-row):hover td:not([rowspan]),
.b-table:not(.b-stat-table) td.hover {
    background-color: #EEE;
}

.vtop {
    vertical-align: top;
}

.b-table td.b-empty {
    background-color: #B27C5E;
}

.b-table td.b-not-valid {
    background-color: #FD0101;
}

.b-table td.b-overwrite {
    background-color: #FF8A5F;
}

.b-table td.b-new-variant {
    background-color: #48E048;
}

.b-import-preview-table tr td {
    text-align: center;
}

.b-table tr td div {
    /* border-top: 1px solid #452716; */
}

.b-table tr td div:first-child {
    /* border-top: 0px; */
}

.b-filter-popup h2 {
    margin-bottom: 10px;
}

table tr.b-brown td {
    background-color: #383B3F !important;
}

.b-brown a {
    color: #FFF;
    display: block;
    width: 100%;
    height: 24px;
    line-height: 24px;
}

table tr.b-brown:hover {
    background-color: #383B3F !important;
}

.align-center {
    text-align: center !important;
}

.b-table tr.dark td {
    background-color: #383B3F !important;
    color: #FFF !important;
}

.b-clear-filter {
    font-size: 14px;
    color: #FFF;
    text-decoration: underline;
}

.b-clear-filter:hover {
    text-decoration: none;
}

.b-butt {
    margin-top: 15px;
    background-color: #EC8F1E;
    display: inline-block;
    padding: 16px 24px 19px;
    color: #FFF;
    text-decoration: none;
    letter-spacing: 0.5px;
    font-size: 14px;
}

.b-center-butt {
    text-align: center;
}

.b-butt.b-top-butt {
    float: right;
}

.b-butt:hover {
    background-color: #E1820E;
}

.b-butt:active {
    background-color: #CD7408;
}

.b-butt.icon-add {}

.b-butt.icon-add:before {
    margin-right: 10px;
    font-size: 14px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.b-top-butt {
    position: absolute;
    right: 0px;
    top: -23px;
}

.b-section-nav .b-top-butt {
    position: relative;
    margin-top: 0px;
    height: 54px;
    top: 0px;
}

.b-top-butt.b-with-nav {
    top: 12px;
}

.b-left-butt {
    position: absolute;
    left: 0px;
    top: -19px;
}

.b-left-butt span {
    display: inline-block;
    margin-top: 25px;
    margin-right: 20px;
}

.b-btn:hover .b-progress-bar[data-complete="true"],
.b-btn:active .b-progress-bar[data-complete="true"] {
    background-color: #178803 !important;
    -webkit-transition: all 0ms ease-out;
    -moz-transition: all 0ms ease-out;
    -ms-transition: all 0ms ease-out;
    -o-transition: all 0ms ease-out;
    transition: all 0ms ease-out;
}

.b-btn:active .b-progress-bar[data-complete="true"] {
    background-color: #137202 !important;
}

.fancybox-skin {
    /*background-color: #FFF;*/
    border-radius: 0px;
    color: #434343;
}

.b-popup {
    background-color: #f5f5f5;
    padding: 15px 24px 20px 24px !important;
    border-radius: 0px;
}

.b-popup .b-clear-filter {
    color: #434343;
    margin-left: 16px;
}

table.b-table {
    text-align: left;
}

table.b-table.rounded {
    border-radius: 12px;
    overflow: hidden;
}

table.b-table td {
    position: relative;
    text-align: left;
}

table.b-table.b-middle td {
    vertical-align: middle;
}

table.b-table tr.b-title td {
    background-color: #eaeef5 !important;
    /* color: #FFF !important; */
    font-family: "RobotoBold";
}

.b-popup p {
    font-size: 16px;
    margin-bottom: 8px;
}

.b-popup h3 {
    font-size: 16px;
}

.b-popup b {
    /* font-size: 16px; */
}

.b-popup table tr td:last-child {
    text-align: left;
}

.b-refresh-button-cont {
    display: none;
}

.fancybox-slide .b-popup-delete {
    max-width: 660px;
    padding: 30px 44px !important;
}

.fancybox-slide .b-popup-delete h1 {
    padding: 0px 30px 0px 0px;
}

.fancybox-wrap {
    margin-bottom: 30px;
}

.fancybox-inner,
.fancybox-outer {
    height: auto !important;
    overflow: visible !important;
}

.fancybox-close {
    top: 10px;
    right: 10px;
    background: transparent;
    -webkit-mask-image: url(../i/close.svg);
    mask-image: url(../i/close.svg);
    -webkit-mask-position: 50% 50%;
    mask-position: 50% 50%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 16px;
    mask-size: 20px;
    background-color: #b2b9c1;
}

.fancybox-close:hover {
    background-color: #383B3F;
}

.fancybox-slide h1 {
    /* text-align: center; */
    padding: 10px 40px 6px 0px;
}

.fancybox-slide h2 {
    text-align: center;
}

.b-popup h2 {
    text-align: left;
    margin-bottom: 16px;
}

.fancybox-slide .row {
    position: relative;
    text-align: left;
    margin-bottom: 15px;
}

.checkbox-row input[type="checkbox"] {
    float: left;
    width: auto;
    margin-left: 10px;
    margin-top: 4px;
}

.checkbox-row label {
    float: left;
    display: inline-block !important;
}

.fancybox-slide span.required {
    /*display: none;*/
    color: #c10000;
}

.fancybox-slide label {
    display: block;
    margin-bottom: 5px;
}

.fancybox-slide input[type="radio"]+label,
.fancybox-slide input[type="checkbox"]+label {
    display: inline-block;
    padding-left: 5px;
    margin-right: 0px;
    max-width: calc(100% - 16px);
    vertical-align: top;
}

.line-inputs {
    padding-top: 5px;
}

.line-item {
    display: inline-block;
    vertical-align: middle;
}

.line-item input[type="radio"],
.line-item input[type="checkbox"] {
    margin-top: 5px;
    margin-right: 4px;
}

.fancybox-slide .line-inputs input[type="radio"]+label,
.fancybox-slide .line-inputs input[type="checkbox"]+label {
    margin-right: 20px;
}

.fancybox-slide input[type="radio"],
.fancybox-slide input[type="checkbox"] {
    cursor: pointer;
}

.fancybox-slide input[type="text"],
.fancybox-slide input[type="number"],
.fancybox-slide input[type="submit"],
.fancybox-slide input[type="button"],
.fancybox-slide input[type="password"],
.fancybox-slide select {
    border-radius: 0px;
    background-color: #FFF;
    border: 1px solid #e6e6e6;
    padding: 10px 16px;
    font-size: 14px;
    display: block;
    width: 100%;
}

.fancybox-slide select {
    width: auto;
    height: 32px;
}

.fancybox-slide textarea {
    /*margin-top: 5px;*/
    border-radius: 5px;
    background-color: #FFF;
    border: 1px solid #e6e6e6;
    padding: 5px 10px;
    font-size: 14px;
    width: 100%;
    resize: vertical;
    min-height: 101px;
}

.select2-container-multi .select2-choices {
    min-height: 31px;
}

.select2-container-multi .select2-choices .select2-search-field input {
    border: none !important;
    padding: 3px 12px;
}

.fancybox-slide .select2-choices,
.fancybox-slide .select2-choice {
    border-radius: 0px;
    background: #FFF;
    border: none;
    padding: 0px;
    font-size: 14px;
    display: block;
    width: 100%;
    border: 1px solid #e6e6e6;
}

.b-filter .select2-choice,
.b-filter .select2-choices {
    border: 0px;
}

.fancybox-slide .select2-choices,
.b-filter .select2-choices {
    padding: 1px 0 1px;
    max-width: 100%;
    min-width: 265px;
}

.b-filter .select2-container {
    /*max-width: 350px;*/
    margin-top: 0;
}

.b-filter .select2-container .select2-selection--single {
    height: 29px;
}

.b-filter .select2-container--default .select2-selection--single {
    border: none;
}

.b-filter .select2-container .select2-choice>.select2-chosen {
    padding: 5px 6px;
}

.b-filter .select2-container--default .select2-selection--single .select2-selection__clear {
    right: -3px;
    color: #FFF;
    margin-top: -14px;
}

textarea.b-settings-textarea {
    height: 250px;
}

.fancybox-slide .texts-row {
    /*width: 420px;*/
    /*display: inline-block;*/
}

.fancybox-slide .texts-input {
    /*width: 800px;*/
}

.fancybox-slide .texts-textarea {
    /*width: 800px;*/
}

.fancybox-slide .buttons {
    text-align: center;
    margin-top: 32px;
    font-size: 0px;
}

.fancybox-slide .buttons input[type='submit'],
.fancybox-slide .buttons input[type='button'] {
    border: 0px;
    cursor: pointer;
    margin: 0px auto;
    letter-spacing: 0.5px;
    height: auto;
    width: auto;
    min-width: 125px;
    font-family: "RobotoBold";
    border-radius: 0px;
    background-color: #EC8F1E;
    display: inline-block;
    padding: 16px 24px;
    font-size: 14px;
    color: #FFF;
    /* border: 1px solid #EC8F1E; */
    text-decoration: none;
}

.fancybox-slide .buttons input[type='submit'] {
    background-color: #1CA004;
}

.fancybox-slide .buttons input[type='submit']:hover {
    background-color: #178104;
}

.fancybox-slide .buttons input[type='button'] {
    background-color: #b2b9c1;
}

.fancybox-slide .buttons input[type='button']:hover {
    background-color: #B8BEC6;
}

.fancybox-slide .buttons input[type='submit']:first-child,
.fancybox-slide .buttons input[type='button']:first-child {
    margin: 0px 18px 0px 0px;
}

.fancybox-slide .buttons input[type='submit']:last-child,
.fancybox-slide .buttons input[type='button']:last-child {
    margin: 0px;
}

.fancybox-slide .b-popup-delete input[type='button'] {
    width: 100px;
}

.fancybox-slide .buttons .blocked {
    background-color: #ABABAB !important;
    color: #DADADA !important;
}

.fancybox-slide .buttons .blocked:hover {
    cursor: default !important;
    background-color: #ABABAB !important;
    color: #DADADA !important;
}

label.error {
    position: absolute;
    right: 5px;
    top: 0px;
    color: #c10000;
    background: #FFF;
    padding-left: 5px;
}

.b-popup label.error {
    background: #f5f5f5;
}

.without-error-labels input.error {
    border-color: #D26A44;
}

.without-error-labels label.error {
    display: none !important;
}

.b-full-width {
    width: 712px;
}

.b-to-datepicker {
    position: relative;
}

.b-to-datepicker #ui-datepicker-div {
    position: absolute !important;
    left: 0px !important;
    top: 31px !important;
}

.b-popup-form {
    margin-top: 15px;
    width: 100%;
    max-width: 750px;
    min-width: 650px;
    /* padding: 0px 16px; */
}

.b-popup-form-big {
    min-width: 960px;
}

.b-popup-form .select2-container {
    width: 100% !important;
    margin-top: 0px;
    height: 50px;
}

.select2-container {
    text-align: left;
}

.select2-dropdown {
    margin-top: -9px;
}

.b-popup-form .select2-selection {
    border-radius: 0px;
    background-color: #FFF;
    border: 1px solid #e6e6e6;
    height: 41px;
}

.b-popup-form .select2-selection__clear {
    right: 0px;
    margin-top: -18px !important;
    margin-right: 38px !important;
}

.b-popup-form .select2-selection__rendered {
    line-height: 41px !important;
    padding-left: 16px !important;
}

.b-popup-form .select2-selection__arrow {
    margin-top: -16px !important;
}

.b-law-form {
    min-width: 716px;
}

.b-full-width .row {}

.row label {
    cursor: pointer;
}

.b-input>label:not(.error),
.b-label-block label {
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "RobotoBold", Arial;
    color: #b2b9c1;
    text-align: left;
    letter-spacing: 1px;
    padding-left: 16px;
    line-height: 20px;
}

.b-label-block label {
    cursor: default;
}

.b-input>label span {
    font-family: "RobotoBold", Arial;
    font-size: 12px;
}

.b-input>label span.required {
    color: #C80909;
}

.b-popup .b-input>label:not(.error) {
    color: rgba(133, 145, 165, 0.72);
}

.b-label-block>* {
    display: inline-block;
    vertical-align: middle;
}

.b-label-block>label {
    padding-left: 0px;
    margin-top: 2px;
    margin-right: 8px;
}

.b-full-width .row input,
.b-full-width .row select,
.b-full-width .row textarea {
    width: 100%;
}

.row-half {
    position: relative;
    float: left;
    width: calc(50% - 8px);
    margin-right: 16px;
}

.row-half:nth-child(2n) {
    margin-right: 0px;
}

.row-three {
    position: relative;
    float: left;
    width: calc(100%/3 - 8px);
    margin-right: 12px;
}

.row-fourth {
    position: relative;
    float: left;
    width: calc(25% - 9px);
    margin-right: 12px;
}

.row-five {
    position: relative;
    float: left;
    width: calc(20% - 10px);
    margin-right: 12px;
}

.row .row-half:last-child,
.row .row-fourth:last-child,
.row .row-five:last-child,
.row .row-three:last-child {
    margin-right: 0px;
}

.row-three:nth-child(5n) {
    margin-right: 0px;
}

.row-fourth:nth-child(4n) {
    margin-right: 0px;
}

.row-five:nth-child(5n) {
    margin-right: 0px;
}

input.b-checkbox {
    margin-right: 10px;
    margin-top: 3px;
    float: left;
    display: inline;
    width: auto;
}

.b-circle {
    width: 10px;
    height: 10px;
    margin-top: 1px;
    background-color: #452716;
    border-radius: 50%;
    display: inline-block;
}

.double-list {}

.double-list .left {
    float: left;
}

.double-list .left label {
    text-align: center;
}

.double-list ul {
    padding: 5px 5px 4px 5px;
    width: 300px;
    /*min-height: 150px;*/
    height: 300px;
    overflow-y: auto;
    border: 1px solid #452716 !important;
    border-radius: 5px;
    background-color: #FFF5D1;
    /*float: left;*/
}

.double-list .left:first-child {
    margin-right: 20px;
}

.double-list .left:last-child {}

.double-list ul li {
    cursor: move;
    position: relative;
    list-style: none;
    padding: 5px 10px;
    /*margin-bottom: 5px;*/
    color: #FFF;
    background-color: #452716;
    border: 0px solid #FFF;
    border-bottom: 1px solid #FFF;
    font-size: 14px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    font-family: "RobotoRegular";
    /*text-shadow: 0 1px 1px rgba(0,0,0,0.5);*/
}

.double-list ul li.ui-sortable-helper {
    background-color: #D26A44;
    border-bottom: 1px solid #D26A44;
}

.double-list ul li:hover {
    background-color: #D26A44;
}

.double-list ul:first-child li {}

.double-list ul:last-child li {}

.double-list .left:last-child ul li span,
.b-variants li span {
    border-radius: 50%;
    background-color: #FFF;
    color: #452716;
    height: 20px;
    padding-top: 0;
    width: 20px;
    text-align: center;
    display: block;
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 18px;
    text-shadow: 0 0px 0px rgba(0, 0, 0, 0.5);
}

.double-list .left:last-child ul li span:after,
.b-variants li span:after {
    content: "×";
    position: relative;
    top: -2px;
    font-size: 18px;
}

.double-list .left:last-child ul li span:hover,
.b-variants li span:hover {
    cursor: pointer;
    background-color: #452716;
    color: #FFF;
}

.b-variants {
    padding-top: 1px;
    max-height: 300px;
    overflow-y: auto;
}

.b-variants li {
    cursor: move;
    position: relative;
    list-style: none;
    padding: 5px 10px;
    color: #452716;
    border: 1px solid #452716;
    background-color: #FFF5D1;
    margin-top: -1px;
    font-size: 14px;
    font-family: "RobotoRegular";
}

.b-variants li.ui-sortable-helper {}

.b-variants li:first-child {}

.b-variants li p {}

.b-variants li span {
    cursor: pointer;
    background-color: #FFF5D1;
}

.b-variant-cont {
    width: 486px;
}

.b-variant-cont input[type="text"] {
    width: 350px;
    display: inline-block;
}

.b-variant-cont textarea {
    padding: 5px 40px 5px 10px;
    display: none;
    width: 320px;
    margin-right: 4px;
    float: left;
    height: 100px;
}

.b-variant-cont .b-variant-add {
    padding: 7px 0px 6px;
    position: relative;
    top: 1px;
    display: inline-block;
    width: 100px;
    background-color: #452716;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    margin-left: 10px;
    color: #FFF;
}

.b-variant-cont .clearfix {
    position: relative;
}

.b-variant-cont .b-set-input {
    border-radius: 0px 4px 4px 0px;
    cursor: pointer;
    display: block;
    position: absolute;
    right: 115px;
    top: 2px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url('../images/menu.png');
    width: 35px;
    height: 30px;
    background-size: 24px;
}

.b-variant-cont .b-set-single {
    top: 1px;
    display: none;
    border-radius: 0px 4px 0px 0px;
}

.b-variant-cont .b-set-input:hover {
    background-color: #D26A44;
}

.autocomplete {
    /* position: absolute; */
    /* left: 0px; */
    /* top: 0px; */
    /* z-index: -1; */
}

.label {
    cursor: pointer;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    background-image: url('../images/triangle-black.jpg');
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-size: 8px;
}

.b-convert {
    margin-bottom: 32px;
}

.b-tool-cont {
    font-size: 0px;
}

.b-inline-checkbox {
    display: inline-block;
}

.b-marker {
    position: relative;
    width: 0px;
    display: inline-block;
    height: 18px;
}

.b-marker:before {
    position: absolute;
    content: "*";
    font-size: 0px;
    width: 6px;
    height: 6px;
    border-radius: 100px;
    left: -13px;
    top: 50%;
    margin-top: -3px;
    background: #000;
    color: #000;
}

.b-order-table .b-marker:before {
    left: 7px;
    font-size: 20px;
    width: 0px;
    height: auto;
    line-height: 18px;
    margin-top: -8px;
    background: transparent !important;
}

.b-order-table .site-num {
    color: #b2b9c1;
    font-size: 16px;
    line-height: 16px;
    margin-left: 6px;
}

.b-marker.red:before {
    background: #C80909;
    color: #C80909;
}

.b-marker.green:before {
    background: #1CA004;
    color: #1CA004;
}

.b-marker.grey:before,
.b-marker.gray:before {
    background: #b2b9c1;
    color: #b2b9c1;
}

.b-tool {
    width: 23px;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 3px 0px;
    background-size: 23px;
    background-position: 50%;
    background-repeat: no-repeat;
    text-decoration: none;
    color: #b2b9c1;
}

.b-tool:before {
    font-size: 23px;
}

.b-tool:hover {
    color: #383B3F;
}

.b-tool-update:before,
.b-tool-copy:before {
    font-size: 23px;
}

.b-tool-note {
    position: relative;
    top: 2px;
}

.b-tool-people {}

.b-tool-location {
    background-image: url("../i/location.svg");
}

.b-tool-add {}

.b-tool-order:before {}

.b-tool-queue {
    background-image: url("../images/archive-back.png");
}

.b-tool-delete {}

.b-tool-refresh {
    background-image: url("../images/refresh.png");
}

.b-tool-edit {
    background-image: url("../images/menu.png");
}

.b-tool-view {}

.b-tool-out {
    background-image: url("../images/out.svg");
}

.b-tool-list {
    background-image: url("../images/list.png");
}

.b-login {
    background-color: #452716;
    position: absolute;
    left: 50%;
    margin-left: -200px;
    margin-top: -110px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.7);
    width: 400px;
    top: 50%;
    border-radius: 5px;
}

.b-login h2 {
    color: #FFF;
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.5);
    text-align: center;
    font-size: 20px;
    margin-top: 15px;
}

.b-login .row {}

.b-login .submit {
    padding-bottom: 10px;
    padding-top: 10px;
}

.b-login label {
    display: none;
}

.b-login input {
    padding: 5px 10px;
    font-size: 14px;
    background-color: #FFF;
    border-radius: 5px;
    margin-bottom: 10px;
    border: 1px solid #81350A;
}

.b-login input[type="submit"] {
    padding: 5px 20px;
}

.b-login input[type="submit"]:hover {
    cursor: pointer;
    background-color: #D26A44;
    color: #FFF;
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.5);
}

.green {
    color: #1CA004;
}

.orange {
    color: #EC8F1E;
}

.red {
    color: #C80909;
}

.bold {
    font-family: 'RobotoBold', 'Arial';
}

.blue {
    color: #3179D3;
}

.b-text-title {
    padding-top: 30px;
}

.b-text {
    /*margin-top: 20px;*/
    line-height: 22px;
    max-width: 800px;
    width: 100%;
    display: inline-block;
    text-align: left;
    font-size: 14px;
    position: relative;
    /*background-color: #fff;*/
    /*padding: 10px 20px;*/
}

.b-text-big * {
    font-size: 16px;
    line-height: 24px;
}

.b-text ul li {
    list-style: none;
    padding-left: 25px;
    position: relative;
}

.b-text ul li:before {
    position: absolute;
    content: "s";
    font-size: 0px;
    width: 6px;
    height: 6px;
    left: 0px;
    top: 10px;
    background-color: #EC8F1E;
    border-radius: 10px;
}

/* .b-text span{
            -webkit-transition: top 50ms ease-out, box-shadow 50ms ease-out;
               -moz-transition: top 50ms ease-out, box-shadow 50ms ease-out;
                -ms-transition: top 50ms ease-out, box-shadow 50ms ease-out;
                 -o-transition: top 50ms ease-out, box-shadow 50ms ease-out;
                    transition: top 50ms ease-out, box-shadow 50ms ease-out;
        }*/
.b-text span.hover {
    position: relative;
    top: 0px;
    z-index: 10;
    cursor: pointer;
    background-color: #FF9C77;
    border-radius: 4px;
    padding: 3px 5px;
    margin: 0px -5px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid #D0673F;
}

.b-text span:active {
    top: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.translate-mode .b-text span:active {
    box-shadow: none;
    top: 0px;
}

.b-text span.active {
    border-bottom: 3px solid #452716;
}

.b-text span.translate-hover {
    color: #D0673F;
    cursor: pointer;
    border-bottom: 3px solid #D0673F;
}

.b-text span.translate {
    border-bottom: 3px solid #D0673F;
}

.b-text img {
    max-width: 100%;
    box-shadow: 0px 0px 0px 4px #d8d8d8;
}

.b-bubble {
    z-index: 999;
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    /*padding: 5px 10px;*/
    width: 100px;
    overflow: hidden;
    text-align: center;
    height: 38px;
    color: #FFF;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.b-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    background-color: rgba(69, 39, 22, 0.92);
    border-radius: 3px;
    height: 30px;
}

.b-corner {
    position: absolute;
    bottom: 0px;
    height: 8px;
    /*left: 50%;*/
    margin-left: -15px;
    width: 30px;
    overflow: hidden;
}

.b-corner span {
    height: 20px;
    left: 50%;
    margin-left: -10px;
    width: 20px;
    display: block;
    top: -18px;
    position: absolute;
    background-color: rgba(69, 39, 22, 0.92);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.b-bubble-p {
    position: absolute;
    left: 50%;
    width: 1000px;
    margin-left: -500px;
    text-align: center;
}

.b-bubble p {
    display: inline-block;
    margin: 4px auto;
}

.b-top-menu {
    display: none;
    z-index: 1000;
    position: fixed;
    top: 0px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    padding: 5px 0px 5px;
    max-width: 800px;
    width: 100%;
    /*display: inline-block;*/
    text-align: cel;
    background-color: #452716;
}

.b-edit {
    display: inline-block;
}

.b-top-menu span {
    float: left;
    color: #FFF;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    margin-top: 1px;
    margin-right: 10px;
}

.switcher {
    float: left;
    width: 67px;
    height: 18px;
    background-color: silver;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    border-radius: 100px;
    padding: 2px;
    box-shadow: inset 0px 3px 10px 0px rgba(0, 0, 0, 0.4);
    font-family: sans-serif;
    font-size: 14px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    background-size: 28px 28px;
    position: relative;
    background-color: #FFF;
    /*margin-right: 10px;*/
}

.rail {
    position: absolute;
    top: 2px;
    left: -34px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    cursor: pointer;
}

.state1 {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    display: inline-block;
    height: 24px;
    position: relative;
    top: -4px;
    left: -2px;
    padding-left: 5px;
    color: #FFF;

}

.state2 {
    display: inline-block;
    height: 24px;
    position: relative;
    top: -4px;
    left: 1px;
    color: #452716;

}

.slider {
    display: inline-block;
    height: 18px;
    width: 18px;
    position: relative;
    border-radius: 100px;
    background-color: #ccc;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 1px 1px rgba(255, 255, 255, 0.7);
}

.ch {
    display: none;
}

.switcher.checked .rail {
    left: 13px;
}

.switcher.checked {
    background-color: #D26A44;
    box-shadow: inset 0px 3px 10px 0px rgba(0, 0, 0, 0.4);
}

.switcher:hover {
    /*background-image: url('../images/toggle_back.png');*/
    background-image: -webkit-gradient(linear, left top, right bottom,
            color-stop(0%, rgba(69, 39, 22, 0)),
            color-stop(25%, rgba(69, 39, 22, 0)),
            color-stop(25%, rgba(69, 39, 22, .1)),
            color-stop(50%, rgba(69, 39, 22, .1)),
            color-stop(50%, rgba(69, 39, 22, 0)),
            color-stop(75%, rgba(69, 39, 22, 0)),
            color-stop(75%, rgba(69, 39, 22, .1)),
            color-stop(100%, rgba(69, 39, 22, .1)));
}

.switcher.checked:hover {
    /*background-image: url('../images/toggle_back.png');*/
    background-image: -webkit-gradient(linear, left top, right bottom,
            color-stop(0%, rgba(255, 255, 255, 0)),
            color-stop(25%, rgba(255, 255, 255, 0)),
            color-stop(25%, rgba(255, 255, 255, .15)),
            color-stop(50%, rgba(255, 255, 255, .15)),
            color-stop(50%, rgba(255, 255, 255, 0)),
            color-stop(75%, rgba(255, 255, 255, 0)),
            color-stop(75%, rgba(255, 255, 255, .15)),
            color-stop(100%, rgba(255, 255, 255, .15)));
}

.b-image-cont {
    padding: 10px;
    border: 1px solid #452716;
    background-color: #FFF5D1;
    /*margin-top: 5px;*/
    min-height: 120px;
    border-radius: 5px;
}

.b-input-image {
    display: none !important;
}

.b-logo-image .b-image-wrap {
    text-align: center;
}

.b-logo-image .b-input-image-img {
    display: inline-block;
    width: 150px;
}

.b-input-image-add {
    cursor: pointer;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url('../images/add.png');
    background-size: 84px;
    width: 420px;
    height: 120px;
    opacity: 0.5;
}

.b-input-image-add:hover {
    opacity: 1;
}

.b-input-image-img {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 120px;
    width: 420px;
}

.b-image-cancel {
    display: none;
    cursor: pointer;
    position: absolute;
    right: 6px;
    top: 0px;
    text-decoration: underline;
}

.b-image-cancel:hover {
    text-decoration: none;
}

.b-image-controls {
    position: absolute;
    left: 50%;
    margin-left: -61px;
    bottom: 1px;
    border: 1px solid #452716;
    border-radius: 5px 5px 0px 0px;
    border-bottom: 0px;
    opacity: 0;
}

.b-image-nav {
    cursor: pointer;
    opacity: 0;
    float: left;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    background-color: #FFF5D1;
    background-size: 40px 40px;
}

.b-image-cont:hover .b-image-nav {
    opacity: 0.5;
}

.b-image-cont:hover .b-image-controls {
    opacity: 1;
}

.b-image-cont .b-image-nav:hover {
    opacity: 1;
}

.b-image-edit {
    border-right: 1px solid #452716;
    border-radius: 5px 0px 0px 0px;
    background-image: url('../images/edit.png');
}

.b-image-delete {
    border-left: 1px solid #452716;
    margin-left: -1px;
    border-radius: 0px 5px 0px 0px;
    background-image: url('../images/delete.png');
}

.b-save-buttons {
    display: none;
}

.upload {
    border: 1px solid #e6e6e6;
    padding: 15px 20px;
    border-radius: 5px;
    background: #FFF;
    width: 100%;
    /* -webkit-transform: translateY(-400px);
       -moz-transform: translateY(-400px);
        -ms-transform: translateY(-400px);
         -o-transform: translateY(-400px);
            transform: translateY(-400px);
    -webkit-transition: all 300ms cubic-bezier(.16,1.23,.48,1.11);
       -moz-transition: all 300ms cubic-bezier(.16,1.23,.48,1.11);
        -ms-transition: all 300ms cubic-bezier(.16,1.23,.48,1.11);
         -o-transition: all 300ms cubic-bezier(.16,1.23,.48,1.11);
            transition: all 300ms cubic-bezier(.16,1.23,.48,1.11);*/
}

.upload-show {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.upload-hide {
    -webkit-transform: translateY(-400px);
    -moz-transform: translateY(-400px);
    -ms-transform: translateY(-400px);
    -o-transform: translateY(-400px);
    transform: translateY(-400px);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.b-upload-overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99998;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.b-upload-overlay-show {
    opacity: 1;
}

.upload h3 {
    text-align: center;
    font-family: "RobotoBold";
}

.b-accordion {
    width: 420px;
    margin-top: 15px;
}

.ui-state-default {
    outline: none !important;
    border: 1px solid #452716;
    background-color: #452716;
    color: #FFF;
}

.ui-accordion .ui-accordion-header {
    padding: 7px 10px;
    margin-top: 10px;
    font-size: 14px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.ui-state-active {
    border: 1px solid #452716;
}

.ui-widget-content {
    border: 1px solid #452716;
    background-color: #FFF;
}

.ui-accordion .ui-accordion-icons {
    padding-left: 10px;
}

.ui-accordion .ui-accordion-content {
    padding: 0px;
}

.b-selectable li {
    list-style: none;
    padding: 7px 10px;
    position: relative;
    border-top: 1px solid #452716;
    background-color: #FFF;
}

.b-selectable li:nth-child(1) {
    border-top: 0px;
}

.b-selectable li:hover {
    cursor: pointer;
    background-color: #FFF;
}

.b-selectable li.active {
    background-color: #D26A44;
    color: #FFF;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.b-selectable li.blocked {
    cursor: default;
}

.ui-front li {
    padding: 5px 10px !important;
}

.ui-front li:last-child {
    border-radius: 0px 0px 3px 3px;
}

.ui-front li.ui-state-focus {
    border: 0px;
    margin: 0px;
    background: #4c8bf7;
    color: #FFF;
    font-weight: normal;
}

.ui-front li:hover {
    border: 0px;
    background-color: #f5f5f5;
    /*color: #FFF;*/
    margin: 0px;
}

.ui-front {
    z-index: 99999;
    border-radius: 5px;
    border-top: 0px;
}

li.ui-autocomplete-category {
    font-weight: 900;
    padding: 10px 10px !important;
    color: #D26A44;
    border-top: 1px solid #452716;
}

li.ui-autocomplete-category:hover {
    background-color: transparent;
    border-top: 1px solid #452716;
    color: #D26A44;
}

.ui-front li:first-child {
    border-top: 0px !important;
}

.ui-autocomplete {
    text-align: left;
}

.autocomplete-cont {
    position: relative;
}

.b-popup .autocomplete-cont label.error,
.b-popup .b-to-datepicker label.error {
    top: -24px;
}

.ui-autocomplete {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

.import-list {}

.import-list .left {
    float: left;
}

.import-list .left label {
    text-align: center;
}

.import-list ul {
    padding: 5px 5px 4px 5px;
    width: 300px;
    /*min-height: 150px;*/
    /*height: 300px;*/
    overflow-y: auto;
    border: 1px solid #452716 !important;
    border-radius: 5px;
    background-color: #FFF5D1;
    /*float: left;*/
}

.import-list .left:first-child {
    margin-right: 20px;
}

.import-list .left:last-child {}

.import-list ul li {
    cursor: move;
    position: relative;
    list-style: none;
    padding: 5px 10px;
    /*margin-bottom: 5px;*/
    color: #FFF;
    background-color: #452716;
    border: 0px solid #FFF;
    border-bottom: 1px solid #FFF;
    font-size: 14px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    font-family: "RobotoRegular";
    /*text-shadow: 0 1px 1px rgba(0,0,0,0.5);*/
}

.import-list ul li.ui-sortable-helper {
    background-color: #D26A44;
    border-bottom: 1px solid #D26A44;
}

.import-list ul li:hover {
    background-color: #D26A44;
}

.import-list ul:first-child li {}

.import-list ul:last-child li {}

.import-list .left:last-child ul li span {
    border-radius: 50%;
    background-color: #FFF;
    color: #452716;
    height: 20px;
    padding-top: 0;
    width: 20px;
    text-align: center;
    display: block;
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 18px;
    text-shadow: 0 0px 0px rgba(0, 0, 0, 0.5);
}

.import-list .left:last-child ul li span:after {
    content: "×";
    position: relative;
    top: -2px;
    font-size: 18px;
}

.import-list .left:last-child ul li span:hover {
    cursor: pointer;
    background-color: #452716;
    color: #FFF;
}

.b-accordeon {}

.b-accordeon-header {
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.b-accordeon-header:after {
    position: absolute;
    content: "▼";
    font-size: 12px;
    line-height: 25px;
    width: 25px;
    height: 25px;
    right: -35px;
    top: 50%;
    margin-top: -12px;
    color: #b2b9c1;
}

.b-accordeon-header.opened:after {
    content: "▲";
}

.b-accordeon-body {
    visibility: hidden;
    max-height: 0;
    opacity: 0;
    -webkit-transition: max-height 300ms ease-out, opacity 300ms ease-out, visibility 300ms ease-out;
    -o-transition: max-height 300ms ease-out, opacity 300ms ease-out, visibility 300ms ease-out;
    transition: max-height 300ms ease-out, opacity 300ms ease-out, visibility 300ms ease-out;
}

.b-accordeon-header.opened+.b-accordeon-body {
    opacity: 1;
    visibility: visible;
    max-height: 500px;
    -webkit-transition: max-height 300ms ease-in, opacity 300ms ease-out, visibility 300ms ease-out;
    -o-transition: max-height 300ms ease-in, opacity 300ms ease-out, visibility 300ms ease-out;
    transition: max-height 300ms ease-in, opacity 300ms ease-out, visibility 300ms ease-out;
}

.qtip-content {
    text-align: left;
    padding: 7px 24px;
}

.qtip-dark {
    background-color: #383B3F;
    border-color: #383B3F;
}

.b-import {
    /*display: none;*/
}

.progress {
    margin-top: 25px;
    height: 30px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #FFF;
    border: 1px solid #452716;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 15px;
    line-height: 30px;
    color: #FFF;
    text-align: center;
    background-color: #452716;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.ready .progress-bar {
    background-color: #2CCA2C;
    color: #452716;
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
}

.b-log {
    padding: 20px;
    text-align: left;
    /*width: 100%;*/
    overflow: auto;
    height: 387px;
    background-color: #FFF;
    border: 1px solid #452716;
    border-radius: 4px;
}

.b-log li {
    margin-bottom: 10px;
    list-style: none;
}

.b-log li.error {
    color: #c00;
}

.b-log li.success {
    color: #452716;
}

.b-link-back {
    position: relative;
    left: 0px;
    top: -24px;
    float: left;
    padding-left: 22px;
    height: 0px;
}

.b-link-back:before {
    position: absolute;
    content: "←";
    width: 0px;
    height: 0px;
    left: 0px;
    top: 0px;
}

.b-get-xls {
    margin-bottom: 10px;
    border: 2px solid #452716;
    border-radius: 10px;
    /*padding: 20px;*/
    height: 200px;
    width: 200px;
    text-align: center;
    margin-top: 20px;
    display: inline-block;
    background-size: 120px;
}

.b-get-xls img {
    width: 120px;
    margin-top: 20px;
}

.b-import-image {
    opacity: 0.3;
}

.b-import-image.active {
    opacity: 1;
}

.b-get-xls span {
    text-decoration: underline;
    margin-top: 15px;
    display: inline-block;
}

.b-get-xls:hover span {
    text-decoration: none;
}

.b-import-butt {
    float: none;
}

.b-debug {
    position: absolute;
    font-size: 10px;
    text-align: right;
    right: 10px;
    bottom: 10px;
}

.b-interpreter-preview {
    width: 600px;
}

.b-interpreter-preview .row p {}

.b-interpreter-preview .row div {
    background-color: #FFF;
    border: 1px solid #452716;
    padding: 10px;
}

#import-table {
    display: inline-block;
}

#import-table tr:first-child {
    color: #FFF;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    background-color: #D26A44;
}

#import-table tr:nth-child(n+2) {
    background-color: #FFF;
}

#import-table tr:nth-child(2n+3) {
    background-color: #FFF;
}

#import-table tr td:nth-child(1) {
    color: #FFF;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    background-color: #D26A44;
}

#import-table tr td,
#import-table tr th {
    padding: 10px;
}

.inst {
    width: 870px;
    margin: 20px auto;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
}

.b-queue-list {
    width: 100%;
    padding-top: 25px;
}

.b-queue-list li {
    font-size: 0px;
    width: 215px;
    height: 215px;
    background-color: #FFF;
    float: left;
    margin: 0px 1.5% 25px;
    list-style: none;
    position: relative;
}

.b-queue-list li:after {
    opacity: 0;
    position: absolute;
    content: "Удалить";
    font-size: 30px;
    line-height: 25px;
    width: 100%;
    height: 25px;
    left: 0px;
    color: #FFF;
    top: 50%;
    margin-top: -13px;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.b-queue-list li:before {
    opacity: 0;
    position: absolute;
    content: ".";
    font-size: 0px;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.b-queue-list li:hover:after,
.b-queue-list li:hover:before {
    cursor: pointer;
    opacity: 1;
}

.b-queue-list li.remove {
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    opacity: 0;
    margin-left: -50%;
}

.b-queue-list li.delete {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    opacity: 0;
}

.b-queue-list li img {
    max-width: 100%;

    max-height: 100%;
}

.b-queue-list li span {
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFF;
    font-size: 25px;
    width: 60px;
    height: 60px;
    line-height: 60px;
}

ul.yiiPager {
    margin-top: 25px;
    display: inline-block;
    margin-bottom: 25px;
    float: left;
    margin-right: 15px;
}

ul.yiiPager+.b-lot-count {
    margin-top: 31px;
}

ul.yiiPager .page a,
ul.yiiPager .first a,
ul.yiiPager .last a,
ul.yiiPager .previous a,
ul.yiiPager .next a {
    background-color: transparent;
    border: 1px solid #383B3F;
    padding: 10px;
    display: inline-block;
    color: #434343;
    text-shadow: none;
}

ul.yiiPager .page:hover a,
ul.yiiPager .first:hover a,
ul.yiiPager .last:hover a,
ul.yiiPager .previous:hover a,
ul.yiiPager .next:hover a {
    background-color: #EC8F1E;
    border: 1px solid #EC8F1E;
    color: #FFF;
    cursor: pointer;
}

ul.yiiPager .selected a {
    border: 1px solid #383B3F !important;
    cursor: default !important;
    background-color: #383B3F !important;
    color: #FFF !important;
}

ul.yiiPager .first,
ul.yiiPager .last {
    display: inline-block;
}

.b-lot-count {
    margin-left: 0px;
    display: inline-block;
    margin-top: 15px;
    float: left;
}

.tright,
.tr {
    text-align: right !important;
}

.tcenter,
.tc {
    text-align: center !important;
}

.tleft,
.tl {
    text-align: left !important;
}

.b-section-nav {
    position: fixed;
    top: 0px;
    left: 0px;
    margin-left: 91px;
    box-sizing: border-box;
    width: calc(100% - 91px);
    min-width: 1113px;
    z-index: 999;
    padding-right: 16px;
}

.b-section-nav-back {
    background-color: #ffffff;
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.03);
    border-top: 0px;
    height: 54px;
    position: relative;
    z-index: 11;
}

.b-section-nav h1 {
    margin-bottom: 0;
    line-height: 32px;
    padding: 10px 24px 12px;
    font-size: 24px;
    border-right: 1px solid #EEF0F3;
    display: inline-block;
}

.b-section-nav .b-link,
.b-section-nav span {
    display: block;
    padding: 5px 20px 6px;
}

.b-section-menu {
    /* border-left: 1px solid #ebeef5; */
}

.b-section-menu+span {
    margin-left: 30px;
}

.b-section-menu .b-tool-settings {
    float: left;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 4px;
}

.b-section-menu select {
    margin-top: 3px;
}

.b-section-menu>li {
    float: left;
    list-style: none;
    position: relative;
}

.b-section-menu>li>a {
    cursor: pointer;
    /*color: #FFF;*/
    display: block;
    padding: 5px 19px 6px;
    text-decoration: none;
    border-right: 1px solid #ebeef5;
    float: left;
    color: #383B3F;
}

.b-section-menu>li>a.active {
    background-color: #383B3F !important;
    color: #FFF;
}

.b-section-menu>li:last-child>a {
    /*border-right: 0;*/
}

.b-section-menu>li:hover>a,
.b-section-menu>li:hover .b-section-submenu li:hover a {
    background-color: #EC8F1E;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.b-section-menu .b-section-submenu {
    text-align: left;
    display: none;
    position: absolute;
    left: 0px;
    top: 30px;
    background-color: #FFF5D1;
    /*border: 1px solid #E8DEB8;*/
    box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.3);
}

.b-section-menu>li:hover .b-section-submenu {
    display: block;
}

.b-section-menu .b-section-submenu li {
    list-style: none;
}

.b-section-menu .b-section-submenu li a {
    padding: 5px 20px;
    display: block;
    border-top: 1px solid #E8DEB8;
    text-decoration: none;
}

.b-section-actions {
    background-color: #FBFDFF;
    height: 54px;
    padding-top: 17px;
    padding-left: 14px;
    position: absolute;
    width: 100%;
    z-index: 10;
    top: 54px;
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid #EEF0F3;
    -webkit-transition: -webkit-transform 250ms ease-out, opacity 250ms ease-out, visibility 250ms ease-out;
    -moz-transition: -moz-transform 250ms ease-out, opacity 250ms ease-out, visibility 250ms ease-out;
    -ms-transition: -ms-transform 250ms ease-out, opacity 250ms ease-out, visibility 250ms ease-out;
    -o-transition: -o-transform 250ms ease-out, opacity 250ms ease-out, visibility 250ms ease-out;
    transition: transform 250ms ease-out, opacity 250ms ease-out, visibility 250ms ease-out;
    -webkit-transform: translateY(-54px);
    -moz-transform: translateY(-54px);
    -ms-transform: translateY(-54px);
    -o-transform: translateY(-54px);
    transform: translateY(-54px);
    opacity: 0;
    visibility: hidden;
}

.b-section-actions.show {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

.b-section-actions .b-checkbox {
    display: inline-block;
    vertical-align: middle;
}

.b-section-actions .b-checkbox input[type="checkbox"]+label:before {
    background-color: transparent;
    border: 1px solid #e7e9ea;
}

.b-section-actions .b-icon-btn {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 1px;
    margin-left: 5px;
    margin-right: 15px;
}

.b-icon-btn.icon-card:before {
    margin-right: 8px;
    font-size: 16px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    color: #3179D3;
}

.b-icon-btn.icon-card:hover {
    color: #3179D3;
}

.b-icon-btn.icon-bill:before {
    margin-right: 8px;
    font-size: 20px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    color: #EC8F1E;
}

.b-icon-btn.icon-bill:hover {
    color: #EC8F1E;
}

.b-icon-btn.icon-return:before {
    margin-right: 8px;
    font-size: 18px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    color: #C80909;
}

.b-icon-btn.icon-return:hover {
    color: #C80909;
}

.b-change-action-btn {
    display: inline-block;
    vertical-align: top;
}

.b-section-content {
    margin-top: 46px;
}

.b-inline-tab-cont {
    margin-bottom: 11px;
    padding-top: 0px;
    display: inline-block;
    margin-left: 24px;
    vertical-align: middle;
}

.b-inline-tab {
    margin-right: 12px;
    display: inline-block;
}

.b-inline-tab.current {
    text-decoration: none;
    color: #a5adb7;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 7px;
    width: 30px;
    height: 30px;
    background: transparent;
}

.ui-datepicker .ui-datepicker-prev {
    left: 8px;
}

.ui-datepicker .ui-datepicker-prev .ui-icon,
.ui-datepicker .ui-datepicker-next .ui-icon {
    -webkit-mask-image: url("../i/arrow-right.svg");
    mask-image: url("../i/arrow-right.svg");
    background-color: #383B3F;
    width: 15px;
    height: 15px;
}

.ui-datepicker .ui-datepicker-prev .ui-icon {
    -webkit-transform: scale(-1, 1) translateX(1px);
    -moz-transform: scale(-1, 1) translateX(1px);
    -ms-transform: scale(-1, 1) translateX(1px);
    -o-transform: scale(-1, 1) translateX(1px);
    transform: scale(-1, 1) translateX(1px);
}

.ui-datepicker .ui-datepicker-next {
    right: 8px;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    border: 0px;
    background: #383B3F;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev:hover .ui-icon,
.ui-datepicker .ui-datepicker-next:hover .ui-icon {
    background: #FFF;
}

.b-to-datepicker #ui-datepicker-div {
    width: 100%;
    max-width: 400px;
    min-width: 250px;
}

.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: 0px;
    padding: 0px;
}

.ui-datepicker .ui-datepicker-title {
    padding: 10px 0px;
    border-top: 0px;
}

.ui-datepicker .ui-datepicker-title span {
    color: #434343;
    font-family: "RobotoBold";
}

.ui-widget-content {
    border: none;
    box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.2);
    background-color: #FFF;
    padding: 0px;
}

.ui-datepicker table {
    margin: 0px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 0px;
    background: transparent;
}

table tr:nth-child(2n),
table tr:nth-child(2n+1) {
    background: transparent;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    background: #383B3F;
    color: #FFF !important;
}

.ui-datepicker th {
    background: #383B3F;
    color: #FFF;
    padding: 10px !important;
}

.ui-datepicker td {
    padding: 0px;
}

td.ui-datepicker-today {
    background: #87909c;
}

.ui-datepicker td.ui-datepicker-today a {
    color: #FFF;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    color: #383B3F;
    padding: 10px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    text-align: center;
}

.ui-datepicker td a:hover {
    color: #FFF;
    background: #EC8F1E;
    color: #FFF;
    border: 0px;
}

.no-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.b-add-good-cont {
    padding-top: 10px;
    padding-bottom: 24px;
}

.b-items-mobile-border b {
    display: block;
}

.b-items-mobile-border p {
    border-bottom: 1px solid #EEF0F3;
    padding: 10px 12px 10px;
}

.b-filter .b-to-datepicker,
.b-table tr.b-filter input.date {
    display: inline-block;
    vertical-align: middle;
    /*max-width: 95px;*/
    border: 0px;
}

.filter-separator {
    vertical-align: middle;
    display: inline-block;
    color: #FFF;
    padding: 0px 5px;
}

.fancybox-slide .buttons input[type='button'].add-new-inputs {
    margin-left: 0px;
}

.b-doc-file {
    position: relative;
    display: block;
    padding-left: 30px;
    margin-bottom: 10px;
}

.b-table-docs {
    margin-top: 7px;
}

.b-table-docs .b-doc-file,
.b-inline-docs .b-doc-file {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
}

.b-inline-docs .b-doc-file {
    margin-right: 5px;
    margin-left: 5px;
}

.b-doc {
    position: relative;
    padding-left: 0px;
    display: inline;
}

.removed .b-doc {
    text-decoration: line-through;
}

.b-doc:before {
    position: absolute;
    content: "s";
    font-size: 0px;
    width: 20px;
    height: 20px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url('../i/file.svg');
    left: -30px;
    top: 0px;
}

.b-download {
    display: inline-block;
    margin-left: 8px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 16px;
    background-image: url('../i/download.svg');
}

.b-download:hover {
    opacity: 0.7;
}

.b-file-remove {
    display: inline-block;
    margin-left: 8px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 10px;
    background-image: url('../i/close.svg');
}

.removed .b-file-remove {
    background-size: 15px;
    background-image: url('../i/refresh.svg');
}

.b-file-remove:hover {
    opacity: 0.7;
}

.b-two-cols {}

.b-two-cols .b-col {
    width: calc(50% - 12px);
    display: inline-block;
    vertical-align: top;
}

.b-two-cols .b-col:first-child {
    margin-right: 20px;
}

.select2-drop {
    z-index: 99998;
    min-width: 300px;
    box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.2);
    border: none;
}

.fancybox-close-small {
    top: 8px;
    right: 8px;
}

.b-stat-table {}

.b-stat-table tr {}

.b-stat-table td,
.b-stat-table th {
    padding-right: 6px;
    white-space: nowrap;
}

.b-stat-table th {
    border-right: 0px;
}

.b-tile {
    width: 100%;
    background-color: #FFF;
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.05);
    text-align: left;
    margin-bottom: 16px;
    display: block;
    line-height: 22px;
    border-radius: 12px;
}

.b-tile.dark {
    background-color: #383B3F;
}

.b-tile.dark * {
    color: #FFF;
}

.b-tile h3 {
    /*margin-bottom: 6px;*/
}

.b-help a.b-tile h3 {
    /*font-family: "RobotoRegular";*/
    float: none;
}

.b-help a.b-tile {
    text-decoration: none;
}

.b-help a.b-tile:hover h3 {
    text-decoration: underline;
}

.b-help a.b-tile p {
    margin-top: 4px;
}

.b-tile-header {
    text-align: left;
    padding: 14px 20px 16px;
}

.b-grey-upper {
    font-size: 12px;
    text-transform: uppercase;
    font-family: "RobotoBold", Arial;
    color: #b2b9c1;
    text-align: left;
    letter-spacing: 1px;
}

.b-tile-title-link,
.b-tile-title-link * {
    text-decoration: none;
}

.b-tile-header a:hover h3 {
    text-decoration: underline;
}

.b-tile-title-link {
    float: left;
}

/*.b-tile-header-date{
            float: left;
        }*/
.b-tile-header-right {
    float: right;
}

.b-tile-header-right .b-tool-delete {
    margin-left: 20px;
    margin-top: 12px;
}

.b-tile .b-table {
    box-shadow: none;
    border-top: 1px solid #EEF0F3;
}

.b-tile .b-table tr {}

.b-tile .b-table th {}

.b-tile-table {}

.b-tile-table tr {}

.b-tile-table td {
    min-width: 160px;
    padding-right: 16px;
}

.b-tile-table td:last-child {
    padding-right: 0px;
}

.b-tile-table .b-tile {
    position: relative;
    margin-bottom: 0px;
}

.b-salary-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.b-mark-salary {
    right: 18px;
    bottom: 16px;
    position: absolute;
    background: #383B3F;
    color: #FFF;
    width: 24px;
    height: 24px;
    line-height: 25px;
    border-radius: 100px;
    text-align: center;
    font-size: 12px;
}

.b-tool-mark {
    background: #383B3F;
    color: #FFF;
    display: inline-block;
    margin-left: 6px;
    margin-top: 1px;
    position: relative;
    top: 1px;
    width: 23px;
    height: 23px;
    line-height: 25px;
    border-radius: 100px;
    text-align: center;
    font-size: 12px;
}

.b-calendar-left {
    width: calc(100% - 100px);
    float: left;
}

.b-calendar-right {
    float: right;
    margin-right: 11px;
}

.b-calendar-right .icon-calendar {
    font-size: 32px;
    margin-bottom: 4px;
    text-align: center;
    margin-top: 14px;
}

.b-calendar-right p {
    text-align: center;
}

.b-stat {}

.b-stat .h4 {
    /*margin-top: 16px;*/
    margin-bottom: 10px;
}

.b-order-form {}

.b-order-form-left {
    display: inline-block;
    vertical-align: top;
    width: calc(60% - 20px);
}

.b-form {
    text-align: left;
}

.b-hor-input {
    position: relative;
    border-bottom: 1px solid #EEF0F3;
    padding: 10px 16px 10px;
}

.b-hor-input-grey {
    background: #fafafa;
    border-bottom: 1px solid #e6e7ea;
}

.b-hor-input.not-valid {
    background: #ffe8e8;
}

.b-hor-input:last-child {
    border-bottom: none;
}

.b-hor-input-left,
.b-hor-input-right {
    display: inline-block;
    vertical-align: top;
}

.b-hor-input .select2-container--default .select2-selection--single {
    background: transparent;
}

.b-hor-input-left {
    width: calc(35% - 16px);
    margin-right: 11px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.reverse .b-hor-input-left {
    width: calc(65% - 16px);
}

.b-hor-input-left label {
    cursor: default;
    padding-left: 0px !important;
}

.b-hor-input-right {
    width: 65%;
    position: relative;
}

.reverse .b-hor-input-right {
    width: 35%;
}

.b-hor-input-right .b-checkbox {
    display: inline-block;
}

.b-hor-input-right input:not([type="checkbox"]):not([type="radio"]),
.b-hor-input-right textarea {
    border: none;
    width: 100%;
    padding: 12px 0px;
    margin: -10px 0px -11px;
    max-width: 400px;
    border-bottom: 1px solid #EEF0F3;
    background-color: transparent;
}

.b-hor-input-grey input:not([type="checkbox"]):not([type="radio"]),
.b-hor-input-grey textarea {
    border-bottom: 1px solid #e6e7ea;
}

.b-hor-input-right input.date,
.b-hor-input-right input.small {
    max-width: 90px !important;
}

.b-hor-input-right textarea {
    resize: none;
    vertical-align: top;
    max-width: 100%;
    border-radius: 0;
}

.b-hor-input-right input:not([type="checkbox"]):not([type="radio"]):focus,
.b-hor-input-right textarea:focus {
    border: none !important;
    border-bottom: 1px solid #383B3F !important;
}

.b-hor-input .select2-container {
    width: auto !important;
    margin: -10px 20px -11px 0px;
    vertical-align: top;
}

.b-hor-input .select2-container .select2-choice {
    border: none;
    padding-left: 0px;
    background: transparent;
    padding-right: 17px;
}

.b-hor-input .select2-container .select2-choice>.select2-chosen {
    padding-left: 0px;
    padding: 10px 0px;
    line-height: 20px;
}

.b-hor-input .select2-arrow b {
    display: none !important;
}

.b-hor-input .select2-arrow:before {
    font-size: 7px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 50%;
    margin-left: -12px;
}

.b-hor-input label.error {
    background: transparent;
}

.b-hor-input .select2-container--default .select2-selection--single {
    border: none;
    height: auto;
    margin-bottom: 1px;
}

.b-hor-input .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 10px 0px;
    line-height: 20px;
    width: auto;
    margin-right: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    width: 24px;
    margin-right: -15px;
    color: #c80a08;
    top: 50%;
    position: absolute;
    margin-top: -15px;
}

.b-hor-input .select2-container--default .select2-selection--single .select2-selection__clear {
    right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 34px;
    top: 50%;
    margin-top: -13px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:before {
    font-size: 7px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 50%;
    margin-left: -6px;
}

.select2-search--dropdown {
    padding: 7px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #EEF0F3;
    font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-results__option {
    padding: 5px 12px 6px;
    margin: 0;
}

.select2-container--default .select2-results__option--selected {
    background-color: #FFF;
    color: #383B3F;
}

.select2-container--default .select2-results__option img {
    height: 30px;
    margin-right: 10px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
}

.select2-container--default .select2-results__option span {
    display: inline-block;
    vertical-align: middle;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #f5f5f5;
    color: #383B3F;
}

.select2-container--default .select2-selection--single .select2-selection__rendered img {
    height: 30px;
    margin-right: 10px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
}

.select2-container--default .select2-selection--single .select2-selection__rendered span {
    display: inline-block;
    /*vertical-align: middle;*/
}

.select2-container {
    margin-top: 10px;
}

.select2-dropdown {
    min-width: 300px;
    box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.2);
    border: none;
    z-index: 100000;
}

.b-order-form-main {
    margin-bottom: 28px;
}

.b-order-form-person {
    margin-bottom: 18px;
}

.b-order-form-good {}

.b-order-form-good h2 span {
    font-size: 24px;
    line-height: 32px;
    font-family: "RobotoBold";
}

.b-order-form-good.remove {}

.b-order-form-good.remove .select2-selection__arrow,
.b-order-form-good.remove .select2-selection__clear {
    display: none;
}

.b-order-form-good.remove h2,
.b-order-form-good.remove .b-hor-input * {
    color: #b2b9c1 !important;
}

.b-order-form-good.remove h2 {
    text-decoration: line-through;
}

.b-order-form-good.remove .b-hor-input:after {
    z-index: 10;
    content: "s";
    font-size: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.b-order-form-good.remove .b-radio input[type="radio"]:checked+label:after {
    background-color: #b2b9c1 !important;
}

.b-order-form-good h5,
.b-order-form-main h5 {
    display: inline-block;
    margin-left: 16px;
    margin-bottom: 10px;
}

.b-order-form-good .b-return-btn {
    display: none;
}

.b-order-form-good.remove .b-remove-btn {
    display: none;
}

.b-order-form-good.remove .b-return-btn {
    display: block;
}

.b-order-form-fio {
    padding: 16px;
    font-size: 0px;
    position: relative;
}

.b-order-form-fio label.error {
    right: 120px;
    top: 24px;
}

.b-order-form-fio .b-resize-input {
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
}

.b-order-form-fio input,
.b-order-form-fio .input-buffer {
    font-size: 24px;
    line-height: 32px;
    font-family: "RobotoBold";
    border: none;
}

.input-buffer {
    position: absolute;
    /*top: -1000px;*/
    /*left: -1000px;*/
    visibility: hidden;
    white-space: nowrap;
}

.b-order-form-fio input::-webkit-input-placeholder {
    color: #b2b9c1;
}

.b-order-form-fio input:-moz-placeholder {
    color: #b2b9c1;
}

.b-order-form-fio h2 .b-checkbox {
    display: inline-block;
    vertical-align: middle;
    top: -2px;
    position: relative;
}

.b-order-form-right {
    width: calc(40% - 40px);
    margin-left: 36px;
    display: inline-block;
    vertical-align: top;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.b-checkbox-inputs {
    margin-top: 32px;
}

.b-good-categories-popup {
    width: 900px;
}

.b-good-select-categories {
    position: relative;
    display: block;
    margin-right: -24px;
}

.b-good-select-category {
    width: calc(50% - 24px);
    padding-bottom: 20px;
    float: left;
    margin-right: 24px;
}

.b-good-select-items {}

a.b-good-select-item {
    display: block;
    padding: 10px 16px 11px;
    border: 1px solid #DBDDDF;
    background-color: #fff;
    margin-top: -1px;
    text-decoration: none;
}

a.b-good-select-item:hover {
    background-color: #EEF0F3;
}

input.b-checkbox-input {
    float: left;
    vertical-align: top;
    width: 300px !important;
    margin-left: 12px;
    margin-right: 16px;
    margin-top: -10px;
    margin-bottom: 20px;
}

input.b-checkbox-input-sort {
    width: 120px !important;
}

input.b-checkbox-input-small {
    width: 140px !important;
}

.b-price-row {
    padding: 12px 16px 16px;
    text-align: right;
}

.b-radio {}

.b-hor-input .b-radio {
    display: inline-block;
    vertical-align: top;
    margin-right: 16px;
}

.b-radio input[type="radio"],
.b-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    margin-bottom: 0;
}

.b-radio input[type="radio"]+label,
.b-checkbox input[type="checkbox"]+label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    line-height: 16px;
}

.b-table .b-checkbox input[type="checkbox"]+label {
    padding-left: 20px;
    margin-right: -10px;
}

.b-filter .b-checkbox input+input[type="checkbox"]+label {
    margin-top: 8px;
    display: block;
    padding-bottom: 8px;
    margin-left: 5px;
}

.b-filter .b-checkbox input[type="checkbox"]+label {
    color: #FFF;
    padding-left: 30px;
}

.b-radio input[type="radio"]+label:before,
.b-checkbox input[type="checkbox"]+label:before {
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #e6e6e6;
    background-color: #ffffff;
    border-radius: 4px;
}

.b-radio input[type="radio"]+label:before {
    border-radius: 13px;
}

.b-radio input[type="radio"]:checked+label:after {
    background-color: #383B3F !important;
}

.b-radio input[type="radio"]:checked+label {}

.b-radio input[type="radio"]+label:after {
    top: 5px;
    left: 5px;
    height: 10px;
    width: 10px;
    border-radius: 10px;
}

.fancybox-inner .b-checkbox {
    margin-bottom: 5px;
}

.b-checkbox input[type="checkbox"]:not(.any)+label:after {
    top: 3px;
    left: 3px;
    height: 10px;
    width: 10px;
    border-radius: 10px;
    color: transparent;
}

.b-checkbox input[type="checkbox"].any+label:after {
    top: 9px;
    left: 4px;
    height: 2px;
    width: 12px;
    border-radius: 10px;
    background-color: #383B3F;
}

.b-checkbox input[type="checkbox"]:not(.any):checked+label:after {
    color: #383B3F;
}

.b-radio input[type="radio"]+label:before,
.b-radio input[type="radio"]+label:after,
.b-checkbox input[type="checkbox"]+label:before,
.b-checkbox input[type="checkbox"]+label:after {
    content: ' ';
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.b-table td.b-checkbox input[type="checkbox"]+label {
    top: 2px;
}

.b-order-form-right .b-tile {}

.b-right-tile-block {}

.b-right-tile-top-block {
    font-family: 'RobotoBold';
    font-size: 32px;
    color: #383B3F;
    letter-spacing: 0;
    line-height: 40px;
    padding: 21px 32px;
    border-bottom: 1px solid #EEF0F3;
}

.b-right-tile-middle-block {
    padding: 27px 32px 34px;
    border-bottom: 1px solid #EEF0F3;
}

.b-right-tile-block-string {}

.b-right-tile-block-string:not(:last-child) {
    margin-bottom: 24px;
}

.b-right-tile-block-string .b-count {
    font-family: 'RobotoBold';
    font-size: 80px;
    color: #383B3F;
    letter-spacing: 0;
    line-height: 80px;
    margin-right: 16px;
}

.b-right-tile-block-string .b-count-text {
    font-family: 'RobotoMedium';
    font-size: 32px;
    color: #b2b9c1;
    letter-spacing: 0;
    line-height: 40px;
}

.b-right-tile-bottom-block {
    padding: 32px;
}

.b-success-payment-popup .b-right-tile-bottom-block {
    text-align: center;
}

.b-right-tile-bottom-block .b-btn {
    display: inline-block;
    text-decoration: none;
    padding: 18px 24px;
    background: #b2b9c1;
    margin-bottom: 16px;
    position: relative;
}

.b-btn-text-cont {
    display: none;
    text-decoration: none;
    position: relative;
}

.b-right-tile-bottom-block .b-btn.no-bottom-text {
    margin-bottom: 0;
}

.b-right-tile-bottom-block .b-btn-green {
    background: #1CA004;
    margin-bottom: 0;
}

.b-right-tile-bottom-block .b-btn-green:hover {
    background: #178803;
}

.b-action-block {
    position: relative;
    text-align: center;
    padding-top: 14px;
}

.b-action-block .b-preloader {
    height: 54px;
    position: relative;
    display: none;
}

.b-action-block.preloader .b-preloader {
    display: inline-block;
}

.b-action-block .b-btn {
    margin-top: 0px;
}

.b-action-block.preloader .b-btn {
    display: none;
}

.b-success-text {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    color: rgb(28, 160, 4);
    font-size: 16px;
}

.b-right-tile-bottom-block .b-btn-text-cont:before,
.b-action-block .b-preloader:before {
    position: absolute;
    content: '';
    background: url('../i/preloader.svg');
    width: 50px;
    height: 50px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.b-right-tile-bottom-block .b-btn-text-cont:before {
    display: none;
}

.b-action-block .b-preloader:before {
    left: -25px;
}

.b-right-tile-bottom-block.preloader .b-btn-text-cont:before {
    display: block;
}

.b-right-tile-bottom-block.preloader span {
    color: #383B3F;
    padding-left: 35px;
    display: none;
}

.b-right-tile-bottom-block.preloader span.process {
    display: block;
}

.b-right-tile-bottom-block.preloader span:before {
    visibility: hidden;
}

.b-progress-bar {
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: width .3s ease-out, background-color .3s;
    -o-transition: width .3s ease-out, background-color .3s;
    transition: width .3s ease-out, background-color .3s;
}

.b-right-tile-bottom-block.preloader .b-btn,
.b-right-tile-bottom-block.success .b-btn,
.b-right-tile-bottom-block.error .b-btn {
    display: none;
}

.b-right-tile-bottom-block.preloader .b-btn-text-cont,
.b-right-tile-bottom-block.success .b-btn-text-cont,
.b-right-tile-bottom-block.error .b-btn-text-cont {
    display: block;
}

.b-right-tile-bottom-block .b-btn-text-cont span {
    display: none;
}

.b-right-tile-bottom-block.preloader .b-btn-text-cont,
.b-right-tile-bottom-block.success .b-btn-text-cont,
.b-right-tile-bottom-block.error .b-btn-text-cont {
    display: inline-block;
}

.b-right-tile-bottom-block.preloader .b-btn-text-cont span.process,
.b-right-tile-bottom-block.success .b-btn-text-cont span.success,
.b-right-tile-bottom-block.error .b-btn-text-cont span.error {
    display: block;
}

.b-right-tile-bottom-block.preloader .b-btn-text-cont span.process {
    padding-left: 60px;
}

.b-right-tile-bottom-block.success .b-btn-text-cont span.success {
    padding-left: 25px;
}

.b-right-tile-bottom-block.success .b-btn-text-cont span.success {
    padding-left: 35px;
}

.b-right-tile-bottom-block.success .b-btn-text-cont span.success:before,
.b-success-text span:before {
    color: rgb(28, 160, 4);
    font-size: 20px;
    top: -3px;
    left: 0;
    position: absolute;
}

.b-success-text span:before {
    top: 0px;
}

.b-right-tile-bottom-block.preloader .b-right-tile-block-bottom-text,
.b-right-tile-bottom-block.success .b-right-tile-block-bottom-text,
.b-right-tile-bottom-block.error .b-right-tile-block-bottom-text {
    display: none;
}

.b-right-tile-bottom-block.success span {
    color: rgb(28, 160, 4);
}

.b-right-tile-bottom-block.error span {
    color: rgb(178, 16, 16);
}

.b-right-tile-bottom-block.success .b-btn span.success {
    display: block;
}

.b-right-tile-bottom-block .b-btn.success span.success:before {}

.b-right-tile-bottom-block.error span.error {
    display: block;
    padding-left: 40px;
}

.b-right-tile-bottom-block.error span.error:before {
    position: absolute;
    content: '';
    width: 30px;
    height: 4px;
    background-color: rgb(178, 16, 16);
    left: -2px;
    top: 50%;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    -o-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
}

.b-right-tile-bottom-block.error span.error:after {
    position: absolute;
    content: '';
    width: 30px;
    height: 4px;
    background-color: rgb(178, 16, 16);
    left: 0;
    top: 50%;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    -ms-transform: rotate(-45deg) translateY(-50%);
    -o-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
}

.b-right-tile-bottom-block .b-btn span {
    font-family: 'RobotoMedium';
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0.5px;
    line-height: 18px;
    position: relative;
    padding-left: 25px;
    -webkit-transition: padding .2s;
    -o-transition: padding .2s;
    transition: padding .2s;
}

.b-right-tile-bottom-block .b-btn span:before {
    position: absolute;
    left: 0;
    top: 3px;
}

.b-right-tile-block-bottom-text {
    font-family: 'RobotoRegular';
    font-size: 14px;
    color: #99A0A9;
    line-height: 18px;
}

.b-right-tile-block-bottom-text a {
    font-family: RobotoRegular;
    font-size: 14px;
    color: #99A0A9;
    line-height: 18px;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

.b-right-tile-block-bottom-text a:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-bottom: 1px dashed #C3C7CB;
}

.b-right-tile-block-bottom-text a:hover:after {
    border-color: transparent;
}

.b-right-tile-block-bottom-text.hide {
    visibility: hidden;
}

.b-good-action-btn {}

.b-remove-btn:hover {
    color: #C80909;
}

.b-return-btn:hover {
    color: #1a3ade;
}

.b-order-form-fio .b-good-action-btn {
    margin-top: 8px;
}

.b-good-action-btn:before {
    margin-right: 8px;
    font-size: 16px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.b-remove-btn:before {
    color: #C80909;
}

.b-return-btn:before {
    color: #1a3ade;
}

.b-add-good-cont {
    padding-top: 16px;
}

.b-add-btn {}

.b-add-btn:hover {
    color: #1CA004;
}

.b-add-btn:before {
    margin-right: 10px;
    font-size: 14px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    color: #1CA004;
}

.b-add-good-cont .b-add-btn {}

div.notifyjs-bootstrap-base {
    border-radius: 0px;
    border: none !important;
    background-color: #383B3F;
    /*background-color: rgb(56 59 63 / 73%);*/
    text-shadow: none;
    padding: 12px 16px 14px 16px;
    background-image: none;
    color: #FFF;
}

div.notifyjs-bootstrap-error {
    /*color: #FFF;
    background-image: url('../i/error.svg');
    background-position: 14px 14px;*/
}

.b-good-filter {}

.b-good-filter .select2-container {
    width: calc(100% - 122px) !important;
    display: inline-block;
}

.b-good-filter .b-checkbox {
    display: inline-block;
    width: 90px;
    margin-left: 16px;
    display: inline-block;
}

.b-payment-inputs>div {
    display: inline-block;
}

.b-right-price {
    float: right;
}

.b-right-price input {
    text-align: right;
    width: 50px !important;
}

.icon-pdf,
.icon-xls {
    padding-left: 28px;
    position: relative;
    text-decoration: underline;
}

.icon-pdf:hover,
.icon-xls:hover {
    text-decoration: none;
}

.icon-pdf:before,
.icon-xls:before {
    font-size: 20px;
    left: 0px;
    position: absolute;
}

.b-success-payment-popup {
    max-width: 520px;
    width: 100%;
    overflow: hidden;
    padding: 0;
}

.b-notify-popup {
    max-width: 760px;
}

.b-success-payment-popup h1 {
    padding: 0;
    margin-bottom: 0;
}

.b-success-payment-popup h1:before {
    color: #1CA004;
    font-size: 30px;
    margin-right: 18px;
}

.b-success-payment-popup .b-right-tile-middle-block {
    padding-bottom: 32px;
}

.b-popup-payment-text,
.b-popup-payment-text span {
    font-size: 16px;
    color: #383B3F;
    line-height: 24px;
}

.b-popup-payment-text .bold {
    font-family: 'RobotoBold';
}

.b-right-tile-block h2 {
    margin-top: 0;
}

.b-right-tile-block h2+.b-btn {
    margin-top: 16px;
}

.b-right-tile-block-string:not(:last-child).b-popup-payment-text {
    margin-bottom: 8px;
}

.b-popup-right-tile-bottom-block {
    padding: 32px;
    padding-bottom: 36px;
}

.b-right-tile-bottom-block .b-btn span.b-btn-popup-text {
    padding-left: 0;
}

.b-profile-item {
    min-width: 200px;
}

.b-profile-item img {
    border-radius: 50px;
    width: 44px;
    float: left;
}

.b-profile-info {
    margin-left: 10px;
    float: left;
    width: calc(100% - 54px);
}

.b-profile-info h5 {}

.b-profile-info p {}

.completed {
    text-decoration: line-through;
    color: #b2b9c1;
}

.ui-datepicker-week-end {
    background-color: #eee;
}

/* ----- бабл ----- */
.b-select-bubble {
    position: absolute;
    top: 23px;
    margin-top: 42px;
    z-index: 100;
    width: 300px;
    padding: 12px;
    background-color: #fff;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
}

.b-select-bubble:before {
    content: ".";
    font-size: 0px;
    height: 20px;
    left: 27px;
    margin-left: -10px;
    width: 20px;
    display: block;
    top: -8px;
    position: absolute;
    background-color: rgb(255 255 255);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.b-select-bubble ul li {
    list-style: none;
    margin-bottom: 10px;
}

.b-select-bubble ul li:last-child {
    margin-bottom: 0;
}

/* ----- Попап с собаками ----- */

.b-popup-dogs {
    width: 800px;
}

.b-popup-dogs-list {
    margin-bottom: 10px;
}

.b-popup-dogs-item {
    position: relative;
    margin-bottom: 24px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(133, 145, 165, 0.72);
}

.b-popup-dogs-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.b-popup-dogs-item .icon-delete {
    position: absolute;
    top: -4px;
    right: 0;
}

.b-popup-dogs-item .icon-delete:last-child {
    color: #c80a08;
    font-size: 16px;
}

.b-popup-dogs-item .select2-container {
    width: 100% !important;
    margin-top: 0;
}

.b-popup-dogs-item .select2-container--default .select2-selection--single {
    border: 1px solid #e6e6e6;
    border-radius: 0;
}

.b-popup-dogs-item .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 10px 16px;
    line-height: 20px;
    width: auto;
    margin-right: 40px;
}

.b-popup-dogs-item .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 34px;
    top: 50%;
    margin-top: -13px;
}

.b-popup-dogs-item .select2-container--default .select2-selection--single .select2-selection__clear {
    right: -6px;
    top: 52%;
}

.b-popup-dogs-item .select2-container .select2-selection--single {
    height: auto;
}

.b-popup-dogs-item.remove {
    display: none;
}

.fancybox-slide .b-popup-dogs textarea {
    border-radius: 0;
    padding: 10px 16px;
    min-height: 114px;
}

.b-hor-input-dogs .b-hor-input-right {
    position: relative;
}

.dogs-btn {
    padding: 10px;
    position: absolute;
    top: -10px;
    left: -10px;
}

.dogs-btn.right-btn {
    left: auto;
    right: -10px;
}

.b-input-dog {
    float: left;
    width: calc(50% - 8px) !important;
    margin-right: 16px;
}

.b-input-dog:last-child {
    margin-right: 0;
}

.b-input-breed {
    margin-bottom: 10px;
}

/* ----- drag'n'drop заказов ----- */

.b-drag-status-list {
    width: 20%;
    padding-right: 20px;
    float: left;
}

.b-drag-status-list h2 {
    margin-bottom: 30px;
}

.b-drag-order-list {
    min-height: 100vh;
}

.b-drag-order-item {
    list-style: none;
    background-color: #ddd;
    padding: 12px;
    margin-bottom: 20px;
    cursor: pointer;
}

.sortable-chosen {
    opacity: 0.5 !important;
}

.sortable-drag {}

.sortable-ghost {}

.b-drag-order-item.highlight {
    -webkit-animation: highlight 2500ms ease-out 1;
    -o-animation: highlight 2500ms ease-out 1;
    animation: highlight 2500ms ease-out 1;
}


@media screen and (max-width: 1440px) {
    .b-right-tile-block-string .b-count.hundreds {
        font-size: 70px;
        line-height: 70px;
    }
}

@media screen and (max-width: 1250px) {
    .b-two-cols {}

    .b-two-cols .b-col {
        width: 100%;
    }

    .b-two-cols .b-col:first-child {
        margin-right: 0px;
    }

    .b-right-tile-block-string .b-count {
        font-size: 70px;
        line-height: 70px;
    }

    .b-right-tile-block-string .b-count-text {
        font-size: 28px;
        line-height: 36px;
    }

    .b-right-tile-block-string .b-count.hundreds {
        font-size: 60px;
        line-height: 60px;
    }
}

@media screen and (max-width: 1100px) {
    .b-right-tile-block-string .b-count {
        font-size: 60px;
        line-height: 60px;
    }

    .b-right-tile-block-string .b-count-text {
        font-size: 24px;
        line-height: 32px;
    }

    .b-right-tile-block-string .b-count.hundreds {
        font-size: 50px;
        line-height: 50px;
    }
}

@media screen and (max-height: 610px) {
    /*.b-header{
        width: 100px;
    }*/
}