@font-face {
    font-family: 'Golos UI Regular';
    src: url('../fonts/Golos-UI_Regular.ttf');
}
@font-face {
    font-family: 'Golos UI Bold';
    src: url('../fonts/Golos-UI_Bold.ttf');
}
@font-face {
    font-family: 'Golos UI Medium';
    src: url('../fonts/Golos-UI_Medium.ttf');
}
body {
    overflow: hidden;
    font-family: 'Golos UI Regular';
    display: flex;
    flex-direction: row;
    height: 100vh;
}
#main {
    overflow-y: auto;
    overflow-x: hidden;
    justify-content: space-between;
}

#main::-webkit-scrollbar, .select2-results__options::-webkit-scrollbar, .custom-scroll::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
#main::-webkit-scrollbar-button, .select2-results__options::-webkit-scrollbar-button, .custom-scroll::-webkit-scrollbar-button {
    height: 0;
}
#main::-webkit-scrollbar-track, .select2-results__options::-webkit-scrollbar-track, .custom-scroll::-webkit-scrollbar-track {
    background-color: transparent;
}
#main::-webkit-scrollbar-thumb, .select2-results__options::-webkit-scrollbar-thumb, .custom-scroll::-webkit-scrollbar-thumb {
    background-color: rgba(140, 148, 165, 1);
    border: 3px solid transparent;
    background-clip: padding-box;
    border-radius: 5px;
}
#main::-webkit-scrollbar-thumb:hover, .select2-results__options::-webkit-scrollbar-thumb:hover, .custom-scroll::-webkit-scrollbar-thumb:hover {
    border: 1px solid transparent;
}
#main::-webkit-resizer, .select2-results__options::-webkit-resizer, .custom-scroll::-webkit-resizer {
    height: 0;
}

#main > .wrapper {
    padding: 15px 114px;
}
#footer > .wrapper, #header .wrapper {
    width: 100%;
    padding: 5px 114px;
}
footer {
    background-color: #60687A;
    color: #fff;
    margin-top: 20px;
}
.bottom-block + footer {
    margin-top: 8px;
}
nav.top-panel {
    background: #FFFFFF;
    box-shadow: inset 0 -1px 0 rgba(140, 148, 165, 0.3);
}
[class^="ri-"] {
    vertical-align: bottom;
}
.ri-arrow-down-s-fill {
    transform: scaleX(0.7) scaleY(1.3);
}
.bold {
    font-family: 'Golos UI Bold';
}

.btn {
    font-family: 'Golos UI Medium'!important;
    padding: 8px 0;
    font-size: 18px!important;
    line-height: 24px;
    height: 44px;
    width: 164px;
}
.btn.full-width {
    width: 220px;
}
.btn.btn-width-auto {
    width: auto;
    padding: 8px 15px;
}
.btn.btn-disabled {
    pointer-events: none;
    background: #e8f2fb!important;
    color: #c5d0dd!important;
}
.btn.input-disabled, .input-disabled .btn {
    background: #c7cbd3!important;
}
.btn-success {
    background: #f47a55!important;
    border: none!important;
    color: #fff!important;
}
.btn-success:hover {
    background: #e37253!important;
    border: none!important;
}
.btn-success:focus, .btn-success:active, .btn-success:focus-visible {
    background: #f47a55!important;
    border: none!important;
}
.btn-white {
    background-color: #fff!important;
    border: 1px solid #8bbce9!important;
    color: #1a6bbf!important;
}
.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white:focus-visible {
    background: #dfe9f1!important;
    border: 1px solid #7fb4e6!important;
    color: #1b6fc6!important;
}
.btn-blue {
    background: #e7f1fa!important;
    border: none!important;
    color: #040614!important;
}
.btn-blue:hover {
    background: #d2e5f6!important;
    border: none!important;
}
.btn-blue:focus, .btn-blue:active, .btn-blue:focus-visible {
    background: #e8f2fb!important;
    border: none!important;
}
.btn-default {
    background: transparent!important;
    border: none!important;
    color: rgba(27, 111, 198, 1)!important;
}
.btn-default:hover {
    background: #ecedf0!important;
    border: none!important;
}
.btn-default:focus, .btn-default:active, .btn-default:focus-visible {
    background: #d9dbe0!important;
    border: none!important;
}
.btn-remove {
    background: #ffdfdf!important;
    border: none!important;
    color: #fc231f!important;
    height: 44px;
    width: 44px;
}
.btn-remove i {
    font-size: 25px;
}
.btn-add {
    border-color: transparent;
    color: #040614;
    background-color: rgba(23, 121, 211, 0.1);
    border-radius: 8px;
}
.btn-add:hover,
.btn-add:focus,
.btn-add:target,
.btn-add:active {
    background-color: #fff;
    border-color: rgba(23, 121, 211, 0.1);
    color: #040614;
}
.modal-close-btn {
    border: none;
    background: transparent;
    color: #8C94A5;
    top: 10px!important;
    font-size: 20px!important;
}
.ui-dialog {
    max-width: calc(100% - 272px);
}
.ui-dialog-titlebar {
    background: #fff;
    border: none;
    cursor: default!important;
    padding: 0 1em!important;
}
.system-modal-title {
    font-weight: bold;
    margin-bottom: 15px;
}
.system-message {
    padding: 0.5em 1em 2em 1em!important;
}

/* все цвета плейсхолдеров */
*::-webkit-input-placeholder {
    color: #8C94A5!important;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: #8C94A5!important;
    opacity: 1;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #8C94A5!important;
    opacity: 1;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: #8C94A5!important;
}
*::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #8C94A5!important;
}
*::placeholder {
    /* modern browser */
    color: #8C94A5!important;
}
/* --- */

.text-right {
    text-align: right!important;
}
.hidden {
    display: none!important;
}
.no-border {
    border: 1px solid transparent;
}

.custom-tabs .nav.nav-tabs {
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.custom-tabs .nav.nav-tabs .nav-link {
    border-top: none;
    border-left: none;
    border-right: none;
    color: #999;
    cursor: pointer;
}
.custom-tabs .nav.nav-tabs .nav-link.active,
.custom-tabs .nav.nav-tabs .nav-link:focus,
.custom-tabs .nav.nav-tabs .nav-link:target,
.custom-tabs .nav.nav-tabs .nav-link:hover {
    border-bottom: 3px solid #f47a55;
    color: #333;
}
.custom-tabs .nav.nav-tabs .nav-link.active {
    font-weight: bold;
}

.gray-tabs {
    border-radius: 8px;
    background-color: rgba(0, 14, 51, 0.15);
    border-bottom: none!important;
    padding: 2px;
}
.gray-tabs .nav-item {
    width: 33%;
    text-align: center;
}
.gray-tabs .nav-item a {
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: normal;
    color: #040614!important;
}
.gray-tabs .nav-item a.active, .gray-tabs .nav-item a:hover {
    background-color: #fff;
    border-bottom: none!important;
    font-weight: normal!important;
    color: #040614!important;
}

.accordion-header,
.accordion-header+.remove-btn {
    margin: 15px 0;
}
.accordion-header .accordion-button {
    font-size: 22px;
    font-weight: bold;
    margin-left: -21px;
}
.accordion-header .accordion-button.small {
    font-size: 20px;
}
.accordion-header .accordion-button.main-button {
    font-size: 28px;
    margin-left: -23px;
}
.accordion-header .accordion-button.main-button i {
    margin-right: 5px;
}
.accordion-header .accordion-button i {
    margin-right: 10px;
}

.form-width {
    width: 70%;
}

.help-block {
    color: rgba(252, 41, 37, 1);
}

.form-group {
    margin: 5px 0;
}
.form-group .control-label {
    margin: 0 0 5px 10px;
}
.bold-label .control-label {
    font-family: 'Golos UI Medium';
    font-weight: 500;
    font-size: 16px;
}
.form-group .form-control,
.form-group .select2 .select2-selection {
    color: #040614;
    background-color: rgba(0, 14, 51, 0.07);
    padding: 0.375rem 0.75rem;
    border: 2px solid transparent;
    height: 44px;
    transition: none;
}
.form-group .form-control:hover,
.form-group .form-control:focus-visible {
    background-color: rgba(0, 14, 51, 0.07);
    border: 2px solid rgba(23, 121, 211, 0.5);
}
.form-group .select2 .select2-selection:hover,
.form-group .select2 .select2-selection:focus-visible {
    border: 2px solid rgba(23, 121, 211, 0.5);
}
.form-group .form-control:focus,
.form-group .select2 .select2-selection:focus {
    background-color: #fff;
    border: 2px solid rgba(23, 121, 211, 0.5);
    box-shadow: none;
}
.disabled-field .form-group.has-error .form-control,
.disabled-field .form-group.has-error .select2 .select2-selection,
.disabled-field .form-group .form-control:focus,
.disabled-field .form-group .select2 .select2-selection:focus,
.disabled-field .form-group .form-control:hover,
.disabled-field .form-group .select2 .select2-selection:hover,
.disabled-field .form-group .form-control:focus-visible,
.disabled-field .form-group .select2 .select2-selection:focus-visible {
    border: 2px solid transparent;
}
.form-group.has-error .form-control,
.form-group.has-error .select2 .select2-selection {
    border: 2px solid #FC2925;
}
.form-group .form-check {
    padding-left: 4px;
}
.form-control {
    border: none;
}
.form-group .select2 .select2-selection__clear {
    margin-right: 20px;
}
.form-group .form-control[readonly] {
    pointer-events: none;
}
.form-group .form-control.hasDatepicker {
    background-image: url('../images/calendar.svg');
    background-repeat: no-repeat;
    background-position: right center;
    background-origin: content-box;
}
.form-group select.form-control,
.form-group .select2 .select2-selection {
    background-image: url('../images/arrow-down.svg');
    background-repeat: no-repeat;
    background-position: right center;
    background-origin: content-box;
    box-shadow: none;
}
.form-group select.form-control.no-icon,
.form-group .select2 .select2-selection.no-icon {
    background-image: none;
}
.form-group .select2-selection__placeholder {
    color: #8C94A5!important;
}
.select2-results__option--highlighted {
    background: rgba(241, 244, 247, 1)!important;
    color: rgba(4, 6, 20, 1)!important;
}
.checkbox-list .form-group > div:not(.help-block) {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid rgba(140, 148, 165, 0.3);
    padding: 10px;
}
.checkbox-list.flex-column .form-group > div {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.checkbox-list .form-group > div label {
    flex: 0 0 auto;
    width: 50%;
    margin-bottom: 10px;
}
.checkbox-list .product-year-item label {
    width: 100%!important;
}
.checkbox-list .form-group label input[type="checkbox"],
.checkbox-list .form-group label input[type="radio"] {
    padding: 10px;
    margin: 0 5px;
}
input[type="checkbox"],
input[type="radio"] {
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    transform: scale(1.5);
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.grid-view {
    margin-bottom: 70px;
}
.grid-view .table {
    border-left-color: #fff;
    border-right-color: #fff;
    --bs-table-striped-bg: #fff;
}
.grid-view thead a,
.grid-view thead a:hover,
.grid-view thead a:active,
.grid-view thead a:focus,
.grid-view thead a:target {
    text-decoration: none;
    color: #040614;
}
.grid-view thead th {
    white-space: pre;
    vertical-align: baseline;
}
.grid-view thead input:not(.select2-search__field) {
    border: none;
    background-image: url('../images/search.svg');
    background-repeat: no-repeat;
    background-position: left center;
    padding: 4px 20px;
}
.grid-view thead select,
.grid-view thead .select2 {
    border: none;
    background-image: url('../images/arrow-down-grey.svg');
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0 20px;
}
.grid-view thead .select2-search.select2-search--inline {
    padding: 0 0.75rem;
}
.grid-view thead input.no-background {
    background-image: none;
}
.grid-view thead .clear-btn {
    position: absolute;
    margin-top: -30px;
    background: #fff;
    padding: 2px 4px;
}
.grid-view thead .hasDatepicker {
    background-image: url('../images/calendar-grey.svg')!important;
}
.grid-view thead .select2 {
    padding-left: 15px;
}
.grid-view thead .select2,
.grid-view thead .select2 .select2-selection {
    border: none;
    box-shadow: none;
}
.grid-view thead .select2-selection__rendered * {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 0.375rem 0.75rem;
    color: #9aa0ad;
}
.grid-view thead .select2-selection__rendered .select2-selection__placeholder {
    padding-left: 0;
}
.grid-view .select2-container .select2-selection--multiple {
    min-height: auto;
}
.grid-view .select2-container .select2-selection__rendered {
    padding: 0;
}
.grid-view .select2-selection__arrow {
    display: none;
}
.grid-view thead .select2 .select2-search__field {
    width: 100%!important;
    font-size: 1rem;
    vertical-align: sub;
}
.grid-view thead input:focus,
.grid-view thead select:focus {
    border: none;
    box-shadow: none;
}
.grid-view td,
.grid-view th {
    cursor: pointer;
    background-color: #fff;
    --bs-table-accent-bg: #fff!important;
}
.grid-view .summary-container {
    margin-left: 10px;
    color: #8C94A5;
}
.grid-view .pagination {
    display: inline-flex;
    float: right;
    margin: 0;
}
.grid-view .pagination .page-item.next .page-link,
.grid-view .pagination .page-item.prev .page-link {
    color: #1B6FC6;
}
.grid-view .pagination .page-item .page-link {
    padding: 0 10px;
    border: none;
    background-color: #fff;
    color: #040614;
}
.grid-view .pagination .page-item.active .page-link {
    font-weight: bold;
}
.kv-float-header {
    z-index: 1;
}
.clickable-rows tbody tr:not(.kv-expand-detail-row):hover,
.clickable-rows tbody tr:not(.kv-expand-detail-row):hover td,
.tr-gray,
.tr-gray td {
    background-color: #f1f4f7!important;
    --bs-table-accent-bg: #f1f4f7!important;
    --bs-table-striped-bg: #f1f4f7!important;
}
.clickable-rows .kv-state-disabled,
.clickable-rows .kv-state-disabled:hover {
    cursor: default;
    background: #fff;
    opacity: 1;
}
.rc-handle {
    cursor: default;
}
.kv-grid-wrapper {
    height: auto;
    margin-bottom: 10px;
}
/*.product-index .kv-grid-wrapper {
    height: 67vh;
    margin-bottom: 10px;
}
.dictionary-index .kv-grid-wrapper {
    height: 65vh;
}*/
.kv-expand-icon-cell .fa {
    vertical-align: text-top;
}
.kv-expand-detail-row.table-info {
    border-color: #fff;
    border-bottom: 1px solid #dee2e6;
}
.kv-expand-detail-row > td {
    padding: 0;
}
.kv-expand-detail-row table {
    margin: 0;
}
.pagination {
    margin-top: 15px;
}
.input-disabled {
    pointer-events: none;
}
.per-page-container {
    margin-left: 10px;
}
.per-page-btn {
    vertical-align: baseline;
    width: 50px;
}
.per-page-btn .dropdown-toggle.show {
    background-color: #edeef1;
}
.per-page-btn .dropdown-menu {
    min-width: 60px;
    width: 60px;
    transform: translate(-10px, 44px)!important;
}
.per-page-btn .dropdown-menu .dropdown-item {
    padding: 4px 6px!important;
    font-size: 18px;
}
.per-page-btn .dropdown-menu .dropdown-item i {
    margin-left: 3px;
    color: #1B6FC6;
}
.per-page-btn .btn,
.per-page-btn .btn:hover,
.per-page-btn .btn:active,
.per-page-btn .btn:focus {
    padding: 0;
    color: #1B6FC6;
    border: none;
    font-weight: bold;
}

.select2-dropdown.select2-dropdown--below {
    min-width: 250px!important;
}
.select2-search--dropdown {
    padding: 16px;
}
.select2-search--dropdown .select2-search__field {
    border: none!important;
    background: #f8f9fa!important;
    box-shadow: none!important;
    padding: 10px;
}
.select2-results__option {
    padding: 10px 16px!important;
}
.select2-container--krajee-bs5 .select2-results__option[aria-selected=true] {
    background-color: #fff!important;
    background-image: url(../images/check-blue.svg)!important;
    background-size: 24px!important;
    background-repeat: no-repeat!important;
    background-position: right center!important;
}
.select2-container--krajee-bs5 .select2-results__option[aria-selected=true].select2-results__option--highlighted {
    background-color: rgba(241, 244, 247, 1)!important;
}

.grid-view-settings {
    padding: 0 16px 5px 16px;
    width: 100%;
}
.grid-view-settings.bordered {
    padding: 0 16px 12px 16px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}
.grid-view-settings a {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
}
.grid-view-settings a,
.grid-view-settings label {
    font-family: 'Golos UI Medium';
    font-size: 16px;
    text-decoration: none;
    color: #1B6FC6;
    margin-left: 10px;
    cursor: pointer;
}
.grid-view-settings li {
    display: inline-block;
}
.grid-view-settings a.active,
.grid-view-settings a.active i {
    color: #F47A55!important;
}
.grid-view-settings a i,
.grid-view-settings label i {
    color: #1B6FC6!important;
    vertical-align: bottom;
    margin-right: 5px;
}
.grid-view-settings input[type="text"] {
    width: 70%;
    display: inline-block;
}
.grid-view-settings .form-control  {
    color: #8C94A5;
    background-color: #F8F9FA;
    border: none;
}

.right-sidebar {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
}
.right-sidebar.show {
    display: flex;
    justify-content: flex-end;
}
.right-sidebar .close-btn {
    color: #fff;
    flex: 0 1 auto;
    margin-right: 10px;
}
.right-sidebar .right-sidebar-content {
    width: 450px;
    max-width: 90%;
    height: 100vh;
    background: #fff;
    flex: 0 1 auto;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
}
.right-sidebar .right-sidebar-content .container {
    padding: 32px 48px;
    flex: 0 1 auto;
}
.right-sidebar .right-sidebar-content .bottom-buttons {
    padding: 15px 48px;
    flex: 0 1 auto;
}
.right-sidebar .scrollable-block {
    overflow-y: auto;
    overflow-x: hidden;
    height: 75vh;
    font-size: 14px;
    padding: 10px 0;
}
.right-sidebar .scrollable-block .row {
    padding: 0 10px 15px 0;
}
.right-sidebar .search-block {
    margin: 15px 0;
}
.right-sidebar .search-block input {
    background-color: #F8F9FA;
}
.right-sidebar .bottom-buttons {
    border-top: 1px solid rgba(0, 23, 41, 0.12);
}
.right-sidebar .bottom-buttons a {
    margin-right: 10px;
}
.right-sidebar .close-arrow {
    text-decoration: none;
    margin-right: 5px;
    display: none;
}

.main-content {
    width: calc(100% - 272px); /* вся ширина минус левое меню */
}
.left-menu.short + .main-content {
    width: calc(100% - 62px);
}
.left-menu {
    background-color: #040614;
    color: #fff;
    z-index: 9999;
    padding: 15px 5px;
    width: 272px;
}
.left-menu .short-visible {
    display: none;
}
.left-menu.short {
    width: 62px;
}
.left-menu.short .short-hidden {
    display: none!important;
}
.left-menu.short .short-visible, .left-menu.short .menu-link i {
    display: block!important;
}
.left-menu.short + .main-content {
    width: 100%;
}
.left-menu .logo-text {
    font-size: 13px;
    margin-left: 10px;
    display: inline-block;
}
.left-menu a {
    color: #DDDFE4;
    text-decoration: none;
}
.left-menu .menu-items .menu-link {
    align-items: center;
    padding: 5px;
    width: 100%;
    color: #DDDFE4;
    cursor: pointer;
}
.left-menu .menu-items li {
    padding: 1rem 0;
}
.left-menu .menu-items li:hover {
    background-color: rgba(23, 121, 211, 0.1);
}
.left-menu .menu-items li:hover .img, .left-menu .menu-items li:hover .label {
    color: #fff;
}
.left-menu .menu-items .menu-link i:not(.img) {
    float: right;
    margin-top: 8px;
}
.left-menu .menu-items .menu-link .img {
    font-size: 24pt;
    color: #8C94A5;
}
.left-menu .menu-items .menu-link .img + .label {
    margin: 0;
    vertical-align: middle;
}
.left-menu .menu-items .active .img, .left-menu .menu-items .active .label {
    color: #F47A55;
}
.left-menu .collapse-btn {
    padding: 7px;
    position: absolute;
    bottom: 10px;
    left: 15px;
}
.left-menu .collapse-btn i {
    margin-right: 10px;
}
.left-menu .menu-list {
    height: 82vh;
    overflow-y: auto;
}
.search-product-list .kv-grid-table tr td img {
    max-width: 100px;
    max-height: 100px;
}
.search-product-list .search-image {
    background-color: #F1F4F7;
    min-height: 65px;
    min-width: 65px;
    height: auto;
    width: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 6px;
}
.search-product-list .table .custom-checkbox {
    margin: 0 10px;
}

.fake-tabs a {
    display: inline-block;
}
.right-sidebar-content .scrollable-block input[type="checkbox"] {
    margin: 0 10px;
}

.page-caption {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 40px;
}
.modal-caption {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.checkbox-list {
    padding-top: 10px;
}
.product-year-container {
    padding: 10px 0!important;
}
.product-year-item {
    width: 20%;
    padding: 0 5px;
}
.product-year-item:first-child {
    padding-left: 0;
}
.product-year-item:last-child {
    padding-right: 0;
}
.required .control-label:after, .control-label.required:after {
    content: " *";
    color: red;
}
.pull-right {
    float: right;
}
.site-about {
    font-size: 18px;
}
.site-about .left-col {
    width: 70%;
}
.site-about .right-col {
    width: 30%;
    font-size: 16px;
}
.site-about .about-title {
    display: block;
    font-family: 'Golos UI Medium';
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #1B6FC6;
    margin-top: 0;
    margin-bottom: 1rem;
    text-decoration: none;
}
.site-about .about-instructions {
    font-family: 'Golos UI Medium';
    font-weight: 500;
    font-size: 18px;
}
.site-about .about-link {
    text-decoration: none;
    color: #1569CF;
}
.site-about .about-link i {
    font-size: 20px;
}
.fake-colspan-header,
.fake-colspan-values {
    display: flex;
    justify-content: space-between;
}
.fake-colspan-header {
    color: rgba(0, 14, 51, 0.3);
}
.fake-colspan-header .fake-colspan-item,
.fake-colspan-values .fake-colspan-item {
    flex: 0 1 auto;
    width: 90px;
    text-align: center;
}
.fake-colspan-header.field-amount .fake-colspan-item,
.fake-colspan-values.field-amount .fake-colspan-item {
    width: 150px;
}

/* --- Стили для виджета загрузки материалов на базе plupload.js --- */
.file-widget .file-item {
    border-radius: 8px;
    padding: 0 20px;
    margin-bottom: 10px;
    background: #F1F4F7;
}
.file-widget .file-item .btn {
    background: transparent;
    color: #1B6FC6;
}
.file-widget .file-item.add-file-item {
    background: transparent;
    border: 1px dashed #8C94A5;
}
.file-widget .icon {
    font-size: 45px;
    color: #1B6FC6;
    text-decoration: none;
}
.file-widget .file-item.add-file-item .icon {
    color: #1B6FC6;
}
.file-widget .file-info .blue-text {
    cursor: pointer;
    color: #1B6FC6;
}
.file-widget .file-info {
    width: 90%;
    padding-left: 10px;
}
.file-widget .file-info .file-name {
    font-weight: 400;
    font-size: 18px;
    color: #040614;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.file-widget .file-info .file-size {
    font-weight: 400;
    font-size: 14px;
    color: #8C94A5;
    margin: 0;
}
.file-widget .remove-btn-container i, .file-widget .download-btn-container i {
    font-size: 25px;
}
.file-widget .download-btn-container .btn, .file-widget .remove-btn-container .btn {
    width: 40px;
}
.file-widget .moxie-shim {
    z-index: -1!important;
}
/* --- /// --- */
.tooltip-inner {
    text-align: left;
    min-width: 350px;
    background: #5d6476;
}
[data-popper-placement="top"] .tooltip-arrow:before {
    border-top-color: #5d6476!important;
}
[data-popper-placement="right"] .tooltip-arrow:before {
    border-right-color: #5d6476!important;
}
[data-popper-placement="bottom"] .tooltip-arrow:before {
    border-bottom-color: #5d6476!important;
}
[data-popper-placement="left"] .tooltip-arrow:before {
    border-left-color: #5d6476!important;
}
.order-form .radio-tooltip {
    margin-left: 10px;
    color: rgba(0, 14, 51, 0.3);
    border-radius: 50%;
}
.order-form .radio-tooltip:hover {
    background: #d9dbe0;
    color: #8c94a5;
    cursor: pointer;
}

.bottom-block {
    padding-top: 5px;
    padding-bottom: 6px;
    border-top: 1px solid #e9edeb;
    background: #fff;
    z-index: 2;
}
.bottom-block.fixed {
    position: fixed;
}
.bottom-block .content {
    border-top: 1px solid #c1c1c1;
}
.bottom-block .content > * {
    margin: 15px 114px;
}
.bottom-block .form-bottom-buttons > * {
    margin-right: 15px;
}

/* --- Кастомизация датапикера --- */
.ui-datepicker.ui-widget.ui-widget-content {
    font-family: 'Golos UI Regular';
    font-weight: 500;
}
.ui-datepicker-prev span, .ui-datepicker-next span {
    background-image: none !important;
}
.ui-datepicker-prev span.ui-icon,
.ui-datepicker-next span.ui-icon {
    width: 9px;
    height: 19px;
    display: block;
    text-indent: 0;
    overflow: hidden;
    background-repeat: no-repeat;
}
.ui-datepicker-prev span:before {
    content: "\f104";
    font-family: "FontAwesome";
}
.ui-datepicker-next span:before {
    content: "\f105";
    font-family: "FontAwesome";
}
.ui-datepicker-header {
    background: #fff;
    border: none;
}
.ui-datepicker-header * {
    color: #1B6FC6;
    font-weight: 500!important;
    font-size: 16px;
}
.ui-datepicker-header a {
    top: 0;
}
.ui-datepicker-header a.ui-datepicker-prev {
    top: 0;
    left: 0;
}
.ui-datepicker-header a.ui-datepicker-next {
    top: 0;
    right: 0;
}
.ui-datepicker-header a.ui-state-hover {
    background: #fff;
    border: none;
    cursor: pointer;
}
.ui-datepicker-title {
    line-height: 1!important;
    margin-top: 7px!important;
}
.ui-datepicker-calendar th {
    color: #8C94A5;
}
.ui-datepicker-calendar th span {
    font-weight: 400!important;
    font-size: 16px;
}
.ui-datepicker-calendar td a, .ui-datepicker-calendar .ui-datepicker-unselectable .ui-state-default {
    text-align: center;
    border: 1px solid transparent!important;
    background: #fff!important;
    color: #040614!important;
    border-radius: 30px!important;
    width: 30px!important;
    height: 30px!important;
    font-weight: 400!important;
    font-size: 16px;
}
.ui-datepicker-calendar td a.ui-state-highlight {
    background: #fff!important;
}
.ui-datepicker-calendar td a.ui-state-active {
    background: #040614!important;
    color: #fff!important;
}
.ui-datepicker-calendar td a.ui-state-hover {
    background-color: #edeeef!important;
    border-radius: 50%!important;
}
.ui-datepicker-calendar td a.ui-state-highlight, .ui-datepicker-calendar td a.ui-state-highlight.ui-state-active {
    color: #F47A55!important;
}
.ui-datepicker-calendar td a:active, .ui-datepicker-calendar td a:focus, .ui-datepicker-calendar td a:target {
    border: 1px solid #8c94a5!important;
}
.ui-datepicker-unselectable .ui-state-default {
    border: none!important;
    background: transparent!important;
}
/* --- /// --- */

.answer-form .accordion-button {
    margin-left: 0!important;
}
.answer-form .select2-selection--multiple {
    min-height: 36px!important;
    padding: 0 0.75rem!important;
}
.answer-form .select2-search--inline {
    display: none;
}
.answer-form .select2-selection__choice {
    border-radius: 15px!important;
    padding: 5px 10px!important;
}
.answer-form .select2-selection__choice__remove {
    margin-top: 2px;
}
.answer-form .select2-selection__choice {
    background: #fff!important;
}
.answer-form .select2-search__field {
    margin-left: 0!important;
}
.answer-form .select2-selection {
    height: auto!important;
}
.answer-form .select2-selection__rendered {
    white-space: initial!important;
}

#customer .preloader { /* прелоадер для полей при загрузке данных из апи */
    position: absolute;
    margin-top: -34px;
    margin-left: 5px;
}
#customer .disabled-field {
    padding: 0;
}
#customer .disabled-field .control-label {
    margin-left: 13px;
}
#customer .accordion-header .accordion-button {
    margin-left: -30px;
}

.menu-collapse-btn {
    display: none;
    position: absolute;
    left: 10px;
    bottom: 70px;
    background: #F47A55;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    border: none;
    font-size: 30px;
    z-index: 2;
}

#gisp-header .header-gisp {
    position: relative!important;
}

/* кнопка выбора и отмены выбранного в шапке таблицы на странице "Поиск аналогичной продукции" */
.checkbox-collapse {
    position: absolute;
    z-index: 2;
    margin-top: 10px;
    margin-left: 10px;
}
.checkbox-collapse .empty {
    display: block;
    height: 20px;
    width: 20px;
}
.checkbox-collapse .selected {
    display: none;
    height: 20px;
    width: 20px;
}
.checkbox-collapse.selected .empty {
    display: none;
}
.checkbox-collapse.selected .selected {
    display: block;
}
.characteristic-eye {
    cursor: pointer;
    font-size: 24px;
    text-decoration: none;
}
.disabled-field .control-label {
    color: #60687A;
}
.disabled-field input, .disabled-field select {
    background-color: transparent!important;
    color: #040614!important;
}

#pjax-search-product-page .nav-tabs.text-right {
    border: none;
}

.custom-checkbox {
    width: auto!important;
    margin: 0!important;
    vertical-align: sub;
}
.custom-checkbox input {
    display: none;
}
.custom-checkbox span {
    position: inherit;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.custom-checkbox .checkbox-default {
    display: block;
    background-image: url(../images/checkbox.svg);
}
.custom-checkbox:hover .checkbox-default {
    background-image: url(../images/checkbox-hover.svg);
}
.custom-checkbox .checkbox-checked {
    display: none;
    background-image: url(../images/checkbox-check.png);
}
.custom-checkbox:hover .checkbox-checked {
    background-image: url(../images/checkbox-check-hover.png);
}
.custom-checkbox input:checked + .checkbox-default {
    display: none;
}
.custom-checkbox input:checked + .checkbox-default + .checkbox-checked {
    display: block;
}
.has-error .custom-checkbox .checkbox-default {
    display: block;
    background-image: url(../images/checkbox-error.svg);
}

.custom-radio {
    width: auto!important;
    margin: 0!important;
    vertical-align: sub;
}
.custom-radio input {
    display: none;
}
.custom-radio span {
    position: inherit;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.custom-radio .radio-default {
    display: block;
    background-image: url(../images/radio.svg);
}
.custom-radio:hover .radio-default {
    background-image: url(../images/radio-hover.svg);
}
.custom-radio .radio-checked {
    display: none;
    background-image: url(../images/radio-check.png);
}
.custom-radio:hover .radio-checked {
    background-image: url(../images/radio-check-hover.png);
}
.custom-radio input:checked + .radio-default {
    display: none;
}
.custom-radio input:checked + .radio-default + .radio-checked {
    display: block;
}

.status-dot {
    width: 9px;
    height: 9px;
    position: inherit;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #fff;
    margin-right: 5px;
}

.fix-col {
    position: sticky;
    width: 5em;
    right: 0;
    top: auto;
}
.fix-col:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-left: 1px solid #d1d4db;
}
.fix-col .select2 {
    z-index: 2;
}

.with-eraser {
    position: relative;
}
.input-erase {
    display: none;
    position: absolute;
    top: 4px;
    right: 12px;
    background: #fff;
}
.input-erase i {
    color: #8c94a5;
    font-size: 24px;
}
.with-eraser .form-control:active + .input-erase,
.with-eraser .form-control:focus + .input-erase,
.with-eraser .form-control + .input-erase:active {
    display: block;
    cursor: pointer;
}

#footer .container, #header .container, .header-gisp__container {
    padding-left: 0;
    padding-right: 0;
    padding-inline: 0!important;
}

.info-message {
    background: #F4FAFB;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    flex-direction: row;
}
.info-message .icon {
    color: #1B6FC6;
    font-size: 20px;
    margin-right: 7px;
    margin-top: -3px;
}
.info-message .text-message {
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}
.info-message .text-message p {
    margin-bottom: 8px;
    line-height: 20px;
}
.info-message.absolute {
    position: absolute;
    right: 10px;
    top: 120px;
    width: 534px;
}
.info-message.absolute .icon {
    font-size: 24px;
}
.info-message .ri-close-line.icon {
    cursor: pointer;
    color: #A6AEBA;
}
.status-badge {
    height: 22px;
    border-radius: 4px;
    padding: 1px 4px 0 4px;
    font-size: 14px;
    font-weight: 400;
}
.status-badge i {
    margin-right: 4px;
}
.personal-data-modal {
    padding: 24px 48px;
    font-size: 18px;
}
.personal-data-modal p {
    margin: 0;
}
.personal-data-modal a {
    text-decoration: none;
    color: #1b6fc6;
}
.personal-data-modal a:hover {
    text-decoration: underline;
}
.personal-data-modal .caption {
    font-size: 24px;
    font-weight: 700;
}
.personal-data-modal .info-text {
    margin: 24px 0 24px 0;
}
.agree-text {
    margin-left: 7px;
    margin-top: -3px;
}
#gisp-header .header-gisp__navigate-btn {
    padding: 16px 0!important;
}
#gisp-header .header-gisp__navigate-btn svg {
    margin-left: -10px;
}
.kv-grid-table thead td {
    vertical-align: middle;
}