.nav-container {
    border-bottom: 1px solid #e5e7eb;
    padding: 0.5rem 0;
    margin-bottom: 1rem;
}

.nav-links {
    display: flex;
    gap: 1.5rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.notice-new-header-info {
    color: #333333;
    font-size: 14px;
    line-height: 1;
}

.notice-new-header-info:last-of-type {
    margin-right: 0;
}

.notice-new-header-info.number {
    font-weight: 600;
}

.notice-new-header {
    margin-bottom: 15px;
}
.notice-request-header .notice-new-header {
    width: 325px;
}
.notice-request-header.rejected .notice-new-header {
    margin-bottom: 0;
}
.notice-new-header-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.nav-link {
    color: #6b7280;
    text-decoration: none;
    padding: 0.5rem 0;
    position: relative;
}

.disabled {
    color: #9ca3af;
    pointer-events: none;
    cursor: default;
}

.reauc-price-page .request-price-offer-form .form-item:first-of-type {
    width: 360px;
}

.lot-container {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #ddd;
}
.restrictions-section {
    margin-top: 20px;
    padding: 15px;
    border-top: 1px solid #ddd;
}
.restriction-item {
    margin: 10px 0;
    padding: 10px;
    background: #f5f5f5;
    border-radius: 4px;
}
.button-group {
    margin-top: 20px;
    display: flex;
    gap: 10px;
}

html,
body {
    height: 100%;
}

body {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    overflow-x: hidden;
}

body {
    margin: 0;
}

button,
select {
    font-size: 16px
}

a,
a:hover {
    color: #2193b0;
    text-decoration: none !important;
}

::placeholder {
    color: #adadad;
}

input:read-only {
    background: #e6e6e6;
}

h1 {
    font-size: 32px !important;
}

/*************all*******************/

.fs_10 {
    font-size: 10px;
}

.fs_12 {
    font-size: 12px;
}

.fs_14 {
    font-size: 14px;
}

.fs_16 {
    font-size: 16px;
}

.fs_18 {
    font-size: 18px;
}

.fs_24 {
    font-size: 24px;
}

.fs_32 {
    font-size: 32px;
}

.fw_500 {
    font-weight: 500;
}

.fw_600 {
    font-weight: 600;
}

.green {
    color: #36A982;
}

.grey {
    color: #767C8C;
}

.wht {
    color: #fff;
}

.red {
    color: #F60004;
}

.blue {
    color: #2D9CDB;
}

.yellow {
    color: #F0AD4E;
}

.w_5 {
    width: 5%;
}

.w_10 {
    width: 10%;
}

.w_15 {
    width: 15%;
}

.w_20 {
    width: 20%;
}

.w_25 {
    width: 25%;
}

.w_30 {
    width: 30%;
}

.w_35 {
    width: 35%;
}

.w_40 {
    width: 40%;
}

.w_45 {
    width: 45%;
}

.w_50 {
    width: 50%;
}

.w_55 {
    width: 55%;
}

.w_60 {
    width: 60%;
}

.w_70 {
    width: 70%;
}

.w_80 {
    width: 80%;
}

.w_85 {
    width: 85%;
}

.w_90 {
    width: 90%;
}

.w_95 {
    width: 95%;
}

.w_100 {
    width: 100%;
}

.dsp_fl {
    display: flex;
}

.mrg_a {
    margin: auto;
}

.wrapper {
    max-width: 1140px;
    margin: auto;
    display: flex;
}

.text_centre {
    text-align: center;
}

.text_right {
    text-align: right;
}

.text_left {
    text-align: left;
}

.border-t {
    border-top: 0.5px solid #dedede;
}

.border-b {
    border-bottom: 0.5px solid #dedede;
}

.border-r {
    border-right: 0.5px solid #dedede;
}

.border-l {
    border-left: 0.5px solid #dedede;
}

.padding-t-10 {
    padding-top: 10px;
}

.padding-b-10 {
    padding-bottom: 10px;
}

.padding-r-10 {
    padding-right: 10px;
}

.padding-l-10 {
    padding-left: 10px;
}

.margin-t-10 {
    margin-top: 10px;
}

.margin-b-10 {
    margin-bottom: 10px;
}

.margin-r-10 {
    margin-right: 10px;
}

.margin-l-10 {
    margin-left: 10px;
}

.margin-l-30 {
    margin-left: 30px !important;
}

.w-100 {
    width: 100%;
}

/**************calendar*******************/

input[type="date"] {
    position: relative;
    padding: 10px;
}

input[type=date]:invalid::-webkit-datetime-edit {
    color: #adadad;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    color: transparent;
    background: none;
    z-index: 1;
}

input[type="date"]:before {
    color: transparent;
    background: none;
    display: block;
    content: url('../img/calendar.png');
    width: 5px;
    height: 20px;
    position: absolute;
    top: 4px;
    right: 25px;
    color: #999;
}

/********************lk-header***********************/

.page-header {
    background: #d9d9d9;
}

.block-header {
    display: flex;
    width: 100%;
    margin: 10px 0;
}

.block-header-b2 .komp-name {
    font-size: 32px;
}

.block-header-b3 {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.block-header-b3 .date {
    font-size: 14px;
    color: #555555;
}

.block-header-b3 span {
    display: block;
    position: absolute;
    color: #fff;
    top: 20px;
    font-size: 12px;
    margin-left: 16px;
    background: #1875F0;
    text-align: center;
    padding: 1px 6px;
    border-radius: 3px;
}

.block-header-b4 {
    display: flex;
    justify-content: space-around;
}

/********************lk-sidebar***********************/


.logo-sidebar {
    border: 2px solid #2D9CDB;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0px 7px 4px 0px #2D9CDB;
}

.logo-sidebar p {
    margin: 5px 0;
}

.logo-sidebar-b1 img {
    border-radius: 12px;
    height: 55px;
    width: 55px;
}


.sidebar-menu {
    margin: 25px 0 0 15px;
}

.sidebar-menu a {
    color: #0c687f;
    font-size: 16px;
}

.sidebar-menu .menu-item-2 a {
    font-size: 14px;
}

.sidebar-menu .menu-item {
    margin: 5px 0;
}

.sidebar-menu .menu-item a:hover {
    font-weight: 600;
    text-shadow: #0c687fa1 3px 3px 5px;
    text-decoration: none;
}

.sidebar-menu .menu-item-active {
    font-weight: 600;
    text-shadow: #0c687fa1 3px 3px 5px;
}

.sidebar-menu .menu-item .menu-item-2 {
    margin-left: 10px;
    font-size: 14px;
}

.sidebar-info-b1,
.sidebar-info-b2,
.sidebar-info-b3,
.sidebar-info-b4 {
    display: flex;
    flex-direction: column;
    margin: 25px 0 0 0;

}

.sidebar-info {
    margin: 25px 0 0 15px;
}

.sidebar-info p,
.sidebar-info a {
    margin: 0;
}

.sidebar-akc {
    margin: 25px 0 0 15px;
}

/**************lk-cotent******************/

.status_wht {
    color: #000000;
    background: #0000000a;
    padding: 10px 20px;
    border: 1px solid #9E9E9E;
    border-radius: 25px;
}

.status_red {
    color: #ffffff;
    background: #ff5b5b;
    padding: 8px 20px;
    border: 1px solid #9E9E9E;
    border-radius: 25px;
    font-size: 14px;
}

.status_geen {
    color: #ffffff;
    background: #36A982;
    padding: 8px 20px;
    border: 1px solid #9E9E9E;
    border-radius: 25px;
    font-size: 14px;
}

/**************lk-table******************/

.qw-image {
    cursor: pointer;
}

.qw-image:hover .qw-window {
    display: block;
}

.qw-window {
    position: absolute;
    max-width: 320px;
    background: #D9D9D9;
    padding: 10px;
    border-radius: 15px;
    /*margin: -140px 0 0 0;*/
    display: none;
}

.lk-table-line {
    align-items: center;
    gap: 10px;
}

.lk-table-line-head {
    align-items: stretch;
}

.lk-table-line p {
    margin: 0.5rem 0;
}

.lk-table-buttons {
    margin: 20px 0 20px;
    display: flex;
    justify-content: center;
}

.lk-table-buttons2 {
    margin: 50px 0 20px;
}

.lk-table-buttons3 {
    margin: 40px 0 20px;
    display: flex;
    justify-content: center;
}

.lk-table-cotir {
    margin: 5px 0 30px;
}

.lk-block-num-str {
    margin: 40px 20px;
}

.lk-block-num-str .lk-table-line {
    justify-content: center;
}

.lk-block-num-str .num-str {
    padding: 13px;
    border: 1px solid #DDDDDD;
    border-radius: 35px;
    display: block;
    min-width: 55px;
    text-align: center;
}

.lk-block-num-str .num-str:hover {
    color: #fff;
    border: 1px solid #2D9CDB;
    background: #2D9CDB;
}

.lk-table-line-end {
    display: flex;
    justify-content: space-evenly;
}

.line-btn {
    display: flex;
    grid-gap: 15px;
    justify-content: flex-end;
    align-items: center;
}

.lk-table .p-m-0 p {
    margin: 0;
}

.lk-table .table-line-2 {
    margin: 20px 0;
}

.lk-table .table-block-2 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 15px;
    margin-top: 10px;
}

.lk-table .table-block-3 {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}

.lk-table .table-block-4 {
    display: flex;
    align-items: center;
}

.lk-table .table-block-4 p {
    margin: 0 3px 0 0;
}

/********************************/

.lk-page-content {
    margin: 10px 0;
}

.lk-content {
    margin: 0 0 0 15px;
}

.lk-content label,
.lk-content main-chk {
    margin: 0.1rem 0;
    display: flex;
    align-items: center;
}

.lk-content input {
    width: 18px;
    height: 18px;
}

.lk-content label p {
    margin: 0;
}

.lk-block-wht {
    background: #fff;
}

.lk-block-bgr {
    background: #f8f8f8;
}

.lk-block-bgr2 {
    background: #e7e7e7;
}

.lk-block-bgr2 .lk-block-title {
    justify-content: center;
    margin: 10px 0;
}

.lk-block-bgr2 .lk-block-title .lk-title {
    font-size: 24px;
}

.lk-block-border {
    border: 0.5px solid #dedede;
    padding: 10px 10px;
    margin: 1px 0;
}

.lk-block-border2 {
    border: 0.5px solid #dedede;
    padding: 10px 10px;
    margin: 5px 0 1px;
}

.lk-prof-tab {
    margin-bottom: 10px;
    box-shadow: 0px 2px 2px 0px #00000040;
}

.lk-prof {
    align-items: center;
}

.lk-prof-3 {
    justify-content: end;
    align-items: center;
    grid-gap: 20px;
}

.lk-tab {
    margin: 10px 0 0;
    padding: 10px 0 0 0;
    justify-content: flex-start;
    grid-gap: 40px;
    border-top: 0.5px solid #dedede;
}

.lk-tab2 {
    margin: 10px 0 10px;
    justify-content: flex-start;
    grid-gap: 20px;
}

.lk-tab a,
.lk-tab2 a {
    color: #000;
    margin: 0;
    font-size: 15px;
    text-transform: uppercase;
    padding-bottom: 3px;
    cursor: pointer;
}

.lk-tab2 a {
    text-transform: none;
}

.lk-tab-passive a {
    border-bottom: 2px solid #d3d3d3;
}

.lk-tab-passive a:hover {
    border-bottom: 2px solid #2D9CDB;
}

.lk-tab-active a {
    color: #2D9CDB;
    border-bottom: 2px solid #2D9CDB;
}

.lk-block-adress {
    flex-direction: column;
}

/**************lk-block******************/

.lk-block-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0;
}

.lk-title {
    font-size: 18px;
}

.akkredit-link {
    text-decoration: underline !important;

}

.lk-block-akkredit .lk-block-title,
.lk-block-synchro .lk-block-title {
    margin: 10px 0;
}

.lk-block-akkredit-title,
.lk-block-synchro-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

/*
.lk-block-akkredit-title::after, .lk-block-synchro-title::after {
	display: inline-block;
	margin-right: 1em;
	vertical-align: 0em;
	content: "";
	border-top: .6em solid;
	border-right: .4em solid transparent;
	border-bottom: 0;
	border-left: .4em solid transparent;
}*/
.lk-block-synchro-title::after,
.lk-block-akkredit-title::after,
.admin_select_wht_btn .dropdown-toggle::after {
    background: url('data:image/svg+xml,<svg width="12" height="8" viewBox="0 0 12 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.316587 0.947846C0.752587 0.501846 1.35959 0.466846 1.89259 0.947846L5.80059 4.69485L9.70859 0.947846C10.2416 0.466846 10.8496 0.501846 11.2826 0.947846C11.7186 1.39285 11.6906 2.14485 11.2826 2.56285C10.8766 2.98085 6.58759 7.06485 6.58759 7.06485C6.37059 7.28785 6.08559 7.39985 5.80059 7.39985C5.51559 7.39985 5.23059 7.28785 5.01159 7.06485C5.01159 7.06485 0.724587 2.98085 0.316587 2.56285C-0.091413 2.14485 -0.119413 1.39285 0.316587 0.947846Z" fill="black"/></svg>');
    width: 12px;
    height: 6px;
    margin: 0 4px;
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    display: block;
    border: 0;
}

.admin_select_wht_btn .dropdown-toggle::after {
    margin: 0 11px;
}

.lk-block-title.open .lk-block-synchro-title::after,
.lk-block-title.open .lk-block-akkredit-title::after {
    transform: rotate(180deg);
}

.synchro-form {
    margin: 20px 0 15px;
    align-items: center;
}

.synchro-form .synchro-form-field {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 5% 0 0;
}

.synchro-form .synchro-form-field input {
    width: 75%;
}

.synchro-form .synchro-form-field p {
    margin-bottom: 0;
}

.synchro-form .synchro-form-field p::after {
    content: "*";
    color: red;
    font-size: 16px;
    margin: 0 5px;
}

.red-star-input label {
    width: 100%;
}

.red-star-input label::after {
    content: "*";
    color: red;
    font-size: 16px;
    margin: -15px 0 10px 3px;
}

.lk-block1-2 {
    display: flex;
    flex-direction: column;
}

.lk-block2-1 p {
    text-align: justify;
}

.lk-block2-2-1 {
    flex-direction: column;
}

.lk-block2-2-1,
.lk-block2-2-2 {
    border-right: 0.5px solid #dedede;
    padding: 10px;
}

.lk-block-akkredit2-2-3 {
    padding: 10px;
}

.lk-block-akkredit2-2-3 .btn_blue {
    margin: 1rem 0 0;
}

.lk-block-akkredit-link1 {
    flex-direction: column;
    padding: 0.5rem 0;
    border-top: 0.5px solid #dedede;
    border-bottom: 0.5px solid #dedede;
}

.lk-block-akkredit-link1 a {
    margin: 0.2rem 0;
}

.lk-block-akkredit-link2 {
    flex-direction: row;
    align-items: center;
    padding: 0.5rem 0;
    border-top: 0.5px solid #dedede;
    border-bottom: 0.5px solid #dedede;
}

.lk-block-akkredit-link2 .btn_green {
    width: 100%;
}

.lk-block2-3 {
    margin: 1rem 0;
    padding: 0 10px;
}

.lk-block2-3 p {
    margin: 0.5rem 0;
}

.lk-block2-3 .new-input span {
    font-size: 12px;
}

.lk-block2-3 .new-input span::before {
    font-size: 16px;
}

.new-input-reglament {
    display: none !important;
}

.new-input-223 input[name="223"]:checked ~ .new-input-reglament {
    display: flex !important;
}

.lk-block2-3 .btn_blue {
    margin: 1rem auto 0;
}

.block-hidden {
    display: none;
}

/**********************************/

.lk2-1-block1-1 {
    display: flex;
    justify-content: flex-end;
}

.lk2-1-block1-2 {
    margin: 15px 0 0;
}

.lk2-1-block1-2 input {
    width: -webkit-fill-available;
    padding: 10px;
}

.lk2-1-block1-3 {
    display: flex;
    justify-content: space-between;
    margin: 15px 0 0;
}

.lk2-1-block1-4 {
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
}

.lk2-1-block1-4-1 {
    align-items: center;
}

/**************sotr-block******************/

.sotr-input input {
    height: 33px;
    padding: 5px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    font-size: 14px;
    text-align: left;
    width: 100%;
}

.sotr-content .lk-table-line {
    margin: 15px 0;
    grid-gap: 15px;
}

.sotr-content-users .lk-table-line p {
    margin: 0;
    color: rgba(73, 109, 153, 1);
}

.sotr-content-users .lk-table-line span,
.sotr-tab .lk-table-line span {
    color: #999999;
}

.sotr-content-users,
.sotr-tab {
    margin-top: 5px;
    border-radius: 4px;
}

.sotr-tab,
.alerts-tab {
    padding-left: 20px;
}

.sotr-tab2 {
    padding-right: 20px;
}

.sotr-tab-content {
    margin: 15px 0;
}

.sotr-tab-content .lk-title,
.sotr-tab-content .lk-table-line p {
    font-size: 14px;
}

.sotr-tab-content .lk-title {
    margin: 10px 0;
}

.sotr-tab-content .lk-table-line p {
    margin: 5px 0;
}

/**************publsv-block******************/

.publsv textarea {
    width: 100%;
    min-height: 200px;
}

.publsv .lk-table-buttons {
    display: flex;
    justify-content: center;
    grid-gap: 20px;
}

.publsv-up-img {
    margin-bottom: 15px;
}

.publsv-up-img a {
    margin: 0 10px;
}

.publsv-up-img img {
    max-width: 150px;
    max-height: 150px;
}

.publsv-info {
    margin-top: 15px;
}

.publsv-info .lk-table {
    margin-bottom: 20px;
}

.publsv-info p {
    margin-bottom: 5px;
}

.publsv-info input {
    height: 35px;
    padding: 5px 10px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    font-size: 14px;
    text-align: left;
    width: 100%;
}

/**************alerts-block******************/

.alerts-tab {
    border-radius: 4px;
    margin: 1px 0 5px;
}

.alerts-tab-input input {
    height: 45px;
    padding: 5px;
    margin-bottom: 15px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    font-size: 16px;
    text-align: left;
    width: 100%;
}

.alerts-tab-input11::after {
    display: inline-block;
    position: relative;
    float: right;
    left: -15px;
    top: -42px;
    margin-right: 1em;
    vertical-align: 0em;
    content: "";
    border-top: .6em solid;
    border-right: .4em solid transparent;
    border-bottom: 0;
    border-left: .4em solid transparent;
}

.alerts-tab-input2 input {
    height: 35px;
    padding: 5px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    font-size: 14px;
    text-align: left;
    width: 100%;
}

.alerts-tab-input-calendar {
    display: flex;
    position: relative;
    justify-content: space-between;
    gap: 10px;
}

.alerts-tab-input-calendar label {
    position: absolute;
    z-index: 5;
    top: 5px;
    left: 10px;
}

.alerts-tab-input-calendar input {
    width: 100%;
    padding: 0 0 0 30px;
}

/*.alerts-tab-input2 input::after {
    content: "*";
    color: red;
    font-size: 16px;
    margin: 0 5px;
}*/
.alerts-tab .lk-block-title,
.sotr-tab .lk-block-title {
    margin: 0;
}

.alerts-tab-content {
    margin-top: 10px;
}

.alerts-tab-content .lk-title {
    color: #9E9E9E;
}

.alerts-tab-content .lk-table-line {
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    margin: 2px 0;
}

.alerts-tab-content .lk-table-line p {
    margin-left: 10px;
}

/**************svorg-block******************/

.svorg-content .lk-table-line {
    margin: 5px 0;
    padding: 10px;
    border: 0.5px solid #dedede;
}

.svorg-content .lk-table-line p {
    margin: 0;
}

/**************popup******************/

.popup {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    /*overflow: hidden;*/
    position: fixed;
    top: 0px;
}

.popup-content {
    display: flex;
    min-height: 5vh;
    width: 100%;
    align-items: center;
}

.popup-form {
    width: 60%;
    height: max-content;
    padding: 30px;
    margin: 2% auto;
    background: #ffffff;
    border-radius: 15px;
    text-align: center;
    border: 1px solid #d8d8d8;
}

.popup-form input {
    height: 35px;
    padding: 5px;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    font-size: 14px;
    text-align: left;
    width: 100%;
}

.popup-q .lk-block-title {
    justify-content: center;
}

.popup-q .lk-block-title .lk-title span {
    font-weight: 600;
}

.popup-form .lk-table-line {
    margin-bottom: 10px;
}

.red-star::after {
    content: "*";
    color: red;
    font-size: 16px;
    margin: 0 5px;
}

.popup-block2 {
    margin: 30px 0;
    border-top: 0.5px solid #dedede;
    border-bottom: 0.5px solid #dedede;
}

.popup-title .lk-title {
    max-width: 100%;
    word-wrap: break-word;
    color: #999999;
}

.popup-line {
    grid-gap: 5px;
}

.popup-form .lk-table-buttons,
.popup-form .lk-table-buttons2 {
    display: flex;
    justify-content: space-evenly;
}

.popup-form .lk-table-buttons2 button {
    width: auto;
    min-width: 100px;
    width: 30%;
    display: flex;
    justify-content: space-evenly;
    gap: 10px;
}

.popup-form-wide {
    width: 600px;
    /* Укажите нужную ширину */
    max-width: 90%;
    /* Чтобы не выходило за границы экрана */
}

.popup-form .checkbox-flag input[type=checkbox]:checked + .checkbox-flag-switch {
    background: #2D9CDB;
}

.popup-form .admin_select_wht_btn button {
    border-radius: 5px;
    text-align: left;
    padding: 7px 5px;
    width: 100%;
    border: 0.5px solid #dedede;
    background: #fff;
}

.popup-form .admin_select_wht_btn:hover,
.popup-form .admin_select_wht_btn:focus {
    background: #e9ecef;
}

.popup-form .admin_select_wht_btn .show > .btn-light.dropdown-toggle {
    background: #e9ecef;
}

.popup-form .admin_select_wht_btn .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-size: 14px;
}

.popup-form .admin_select_wht_btn .bootstrap-select .dropdown-menu {
    padding: 0;
}

.popup-form .admin_select_wht_btn .bootstrap-select .dropdown-menu li a {
    margin: 0;
    padding: .25rem 0.5rem;
}

/**************lk-admin-block******************/

.popup-ep {
    padding: 30px 60px;
}

.popup-ep .lk-table {
    margin-top: 20px;
}

.popup-ep .ep-buttons button {
    width: 40%;
}

.ep-table p {
    margin: 0;
}

.ep-table-in {
    align-items: center;
}

.ep-table .lk-table-line {
    padding: 5px;
    margin-bottom: 0px;
}

.ep-table-line .lk-table-line:nth-child(2n) {
    background: #f8f8f8;
}

/**************lk-admin-block******************/

.lk-block-akkredit-admin-title {
    margin: 5px 0;
}

.lk-block-akkredit-admin-content .lk-table p,
a {
    font-size: 13px;
}

.lk-block-akkredit-admin-content .lk-table .lk-table-line {
    border-bottom: 0.5px solid #dedede;
}

.lk-block-user-content .lk-table .lk-table-line {
    border-bottom: 0.5px solid #dedede;
    padding: 5px 0;
}

.lk-block-akkredit-admin-content .lk-table .lk-table-line:last-child,
.lk-block-user-content .lk-table .lk-table-line:last-child {
    border-bottom: none;
}

.lk-block-akkredit-admin-content a:hover {
    color: #138aa8;
    text-shadow: #204d5863 2px 2px 5px;
}

.lk-block-user-content .lk-table p,
a {
    font-size: 13px;
}

.lk-block-user-content {
    padding: 0 10px;
}

.lk-block-user-content .tag {
    display: flex;
    flex-wrap: wrap;
}

.lk-block-user-content .tag p {
    width: fit-content;
    color: #fff;
    padding: 3px 5px;
    border-radius: 3px;
    margin: 3px 5px;
}

.lk-block-user-content .tag-green {
    background: #36A982;
}

.lk-block-user-content .tag-yellow {
    background: #F0AD4E;
}

.lk-block-user-content .tag-blue {
    background: #2193b0;
}

.lk-block-user-company .lk-table,
.lk-block-user-company .lk-block-title {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 0.5px solid #dedede;
}

.lk-block-user-company .lk-table:last-child {
    border-bottom: none;
}

.lk-block-user-company,
button {
    font-size: 14px;
}

.lk-block-user-company input {
    height: 30px;
    padding: 5px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    font-size: 16px;
    text-align: left;
    width: 100%;
}

.lk-block-user-company .checkbox-flag .checkbox-flag-switch {
    border-radius: 10% / 25%;
}

.lk-block-user-company .checkbox-flag .checkbox-flag-switch:before {
    border-radius: 15%;
}

.lk-block-user-company-role {
    justify-content: space-between;
}

.lk-block-user-company-role .form-custom-checkbox > span::before {
    width: 1.3em;
    height: 1.3em;
}

.lk-block-user-company .admin_select_wht_btn button,
.select-1 .admin_select_wht_btn button {
    border-radius: 5px;
    text-align: left;
    padding: 5px;
    width: 100%;
    border: 0.5px solid #dedede;
    background: #fff;
}

.select-w90 {
    width: 90%;
}

.select-2 {
    margin: 0 0 20px;
}

.lk-block-user-company .admin_select_wht_btn:hover,
.lk-block-user-company .admin_select_wht_btn:focus,
.select-1 .admin_select_wht_btn:hover,
.select-1 .admin_select_wht_btn:focus {
    background: #e9ecef;
}

.lk-block-user-company .admin_select_wht_btn .show > .btn-light.dropdown-toggle,
.select-1 .admin_select_wht_btn .show > .btn-light.dropdown-toggle {
    background: #e9ecef;
}

.lk-block-user-company .admin_select_wht_btn .bootstrap-select .dropdown-toggle .filter-option-inner-inner,
.select-1 .admin_select_wht_btn .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-size: 14px;
}

.select-2 .admin_select_wht_btn .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-size: 16px;
}

.lk-block-user-company .admin_select_wht_btn .bootstrap-select .dropdown-menu,
.select-1 .admin_select_wht_btn .bootstrap-select .dropdown-menu {
    padding: 0;
}

.lk-block-user-company .admin_select_wht_btn .bootstrap-select .dropdown-menu li a,
.select-1 .admin_select_wht_btn .bootstrap-select .dropdown-menu li a {
    margin: 0;
    padding: .25rem 0.5rem;
}

.lk-block-user-company-end {
    padding: 30px;
    margin-bottom: 25px;
}

/******dropdown********/

.dropdown:hover .dropdown-content {
    display: block;
}

.dropbtn {
    background-color: #ffffff;
    color: #000;
    padding: 10px 15px 10px 15px;
    border: none;
    cursor: pointer;
    border: 0.5px solid #dedede;
    border-radius: 4px;
}

.dropbtn:after {
    content: '';
    display: block;
    float: right;
    height: 8px;
    width: 12px;
    margin: 5px 5px 5px 10px;
    background: url(../img/arrow_down.png);
    background-repeat: no-repeat;
}

.dropbtn .tab-btn {
    display: none;
}

.dropbtn .tab-btn-active {
    display: block;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    min-width: 100%;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.reg-form-in1 .dropdown-content {
    margin-top: -5px;
}

.reg-form-in1 .dropdown-content a {
    color: #2D9CDB;
    padding: 10px 20px;
    border: 0.5px solid #2D9CDB;
    border-radius: 4px;
}

.reg-form-in1 .dropdown-content a:hover {
    color: #fff;
    background-color: #2D9CDB;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #E5E5E5 !important;
    color: #212529 !important;
}

/******** LOGIN ************/

.login-content {
    display: flex;
    min-height: 100vh;
    width: 100%;
}

.login-form {
    min-width: 600px;
    padding: 50px 40px;
    margin: auto;
    background: #ffffff;
    border-radius: 15px;
    text-align: center;
}

.login-form button {
    margin: auto;
    min-width: 280px;
}

.login-form-in1,
.login-form-in2 {
    display: flex;
    flex-direction: column;
    width: 80%;

}

.login-form-in1 {
    border: 1px solid #EFEFEF;
    padding: 20px 10px;
    margin: auto;
}

.login-form-in1-1 {
    margin: 10px 0;
    display: flex;
    justify-content: space-around;
}

.login-form-in1-1 label {
    color: #9F9999;
    display: flex;
    align-items: center;
}

.login-form-in1-1 input {
    width: 15px;
    height: 15px;
}

.login-form-in1-1 p {
    margin: -5px 0 0 0;
}

.login-form-in2 {
    margin: 15px auto;
}

.login-form-in2 a {
    margin: 15px auto;
}

.login-form input {
    background: #ffffff;
    border: 1px solid #EFEFEF;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
}

.login-form input:focus {
    outline: none !important;
    border: 1px solid #cecece;
}

.page-footer {
    background: #EFF8FA;
    color: #fff;
    border-top: 1px solid #D4E1E4;
}

.page-footer p {
    margin: 0;
}

.page-footer-in {
    width: 100%;
}

.page-footer-in,
.page-footer-in-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0;
}

/******** REG ************/

.page {
    background: #8e8e8e;
}

.reg-content,
.login-content {
    display: flex;
    min-height: 100vh;
    width: 100%;
    align-items: center;
}

.reg-form,
.login-form {
    width: 60%;
    height: max-content;
    padding: 50px 20px;
    margin: 2% auto;
    background: #ffffff;
    border-radius: 15px;
    text-align: center;
    border: 1px solid #d8d8d8;
}

.reg-form-in,
.login-form-in {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: 10px auto;
}

.tab-nav {
    margin-top: 120px;
    margin-bottom: -225px;
}

.reg-form-pole1 {
    margin: -225px auto 140px;
}

/******** login ************/
.login-form a,
.login-form a:hover {
    color: #2D9CDB;
}

.login-form-border {
    border: 1px solid #d8d8d8;
}

.login-form-pad {
    padding: 15px;
}

.login-form-in-1 {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.login-form-sbr .login-form-in-1 {
    justify-content: space-evenly;
}

.login-form-sbr .login-form-in-1 button {
    width: 30%;
}

.login-form-auto {
    margin: 20px 0;
}

/**************tab***************/

.tab-panel {
    display: none;
}

.tab-panel-show {
    display: block;
}

/**************dropdown-custom***************/

.reg_select_wht_btn button {
    border-radius: 5px;
    text-align: left;
    padding: 15px 20px;
    width: 100%;
    border: 0.5px solid #dedede;
    background: #fff;
}

.reg_select_wht_btn:hover,
.reg_select_wht_btn:focus {
    background: #e9ecef;
}

.reg_select_wht_btn .show > .btn-light.dropdown-toggle {
    background: #e9ecef;
}

.reg_select_wht_btn .dropdown-menu {
    border: 1px solid rgb(149 149 149);
    padding: 0;
    margin: 0;
    box-shadow: 1px 1px 3px 1px rgb(0 0 0 / 20%);
}

.reg_select_wht_btn .dropdown-item {
    padding: 15px 20px;
}

.reg_select_wht_btn button:hover,
.reg_select_wht_btn button:focus {
    border: 0.5px solid #bbbbbb;
}

.reg_select_wht_btn .dropdown-menu .active {
    background: #e9ecef;
    color: #000;
}

.reg_select_wht_btn .dropdown-item.active,
.reg_select_wht_btn .dropdown-item:active {
    background: #e9ecef;
    color: #000;
}

/******** login select************/

.login-form-in select {
    overflow: auto;
    border: none;
    margin-top: 20px;
    width: 100%;
}

.login-form-in select option {
    width: 100%;
    font-size: 14px;
    color: #555555;
    padding: 3px 0 3px 10px;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
}

.login-form-in select option:hover,
.login-form-in select option:focus,
.login-form-in select option:checked {
    background: #e5e5e5;
}

/**************checkbox***************/

.new-input {
    display: flex;
    align-items: center;
    margin: 5px 0 20px;
}

.new-input span {
    margin: 0;
    color: #8e8e8e;
    margin: 0 5px;
}

.lk-page-content .new-input span {
    color: #000000;
    margin: 0;
}

.new-input span a {
    margin: 0 5px;
}

.checkbox {
    margin-bottom: 0.2em;
}

.form-custom-checkbox {
    margin-bottom: 0;
}

.form-custom-checkbox > input {
    position: absolute;
    z-index: 5;
    opacity: 0;
}

.form-custom-checkbox > span {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

.form-custom-checkbox > span::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #9F9999;
    border-radius: 10%;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 85% 85%;
}

.lk-page-content .form-custom-checkbox > span::before {
    border: 1px solid #000000;
}

.form-custom-checkbox > input:not(:disabled):not(:checked) + span:hover::before {
    border-color: #b9b9b9;
}

.lk-page-content .form-custom-checkbox > input:not(:disabled):not(:checked) + span:hover::before {
    border-color: #000000;
}

.form-custom-checkbox > input:focus:not(:checked) + span::before {
    border-color: #b9b9b9;
}

.lk-page-content .form-custom-checkbox > input:focus:not(:checked) + span::before {
    border-color: #000000;
}

.form-custom-checkbox > input:checked + span::before {
    border-color: #b9b9b9;
    background-image: url("../img/galka.png");
}

.form-custom-checkbox > input:indeterminate + span::before {
    border-color: #b9b9b9;
    background-image: url("../img/galka.png");
}

.lk-page-content .form-custom-checkbox > input:checked + span::before {
    border-color: #000000;
}

.form-custom-checkbox > input:disabled + span::before {
    background-color: #e9ecef;
}

.checkbox-button {
    cursor: pointer;
}

.checkbox-button span {
    display: none;
}

/**************checkbox-flag***************/

.checkbox-flag {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    margin-right: 10px;
    position: relative;
    vertical-align: middle;
    font-size: 14px;
    user-select: none;
}

.checkbox-flag .checkbox-flag-switch {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 56px;
    height: 28px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 25%/50%;
    vertical-align: top;
    background: #eee;
    transition: .2s;
}

.checkbox-flag .checkbox-flag-switch:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: white;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    transition: .15s;
}

.checkbox-flag input[type=checkbox] {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.checkbox-flag input[type=checkbox]:not(:disabled):active + .checkbox-flag-switch:before {
    box-shadow: inset 0 0 2px rgba(0, 0, 0, .3);
}

.checkbox-flag input[type=checkbox]:checked + .checkbox-flag-switch {
    background: #36A982;
}

.checkbox-flag input[type=checkbox]:checked + .checkbox-flag-switch:before {
    transform: translateX(28px);
}

.checkbox-flag input[type="checkbox"]:not(:disabled) + .checkbox-flag-switch {
    cursor: pointer;
    border-color: rgba(0, 0, 0, .3);
}

.checkbox-flag input[type=checkbox]:disabled + .checkbox-flag-switch {
    filter: grayscale(70%);
    border-color: rgba(0, 0, 0, .1);
}

.checkbox-flag input[type=checkbox]:disabled + .checkbox-flag-switch:before {
    background: #eee;
}

.checkbox-flag.focused .checkbox-flag-switch:before {
    box-shadow: inset 0px 0px 4px #ff5623;
}

/**************text field reg***************/

.reg-form-field-text,
.login-form-field-text {
    display: flex;
    flex-direction: column;
}

.reg-form-field-text input,
.login-form-field-text input {
    border: 1px solid #d8d8d8;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 16px;
    text-align: left;
}

.reg-form-field-text input:focus,
.login-form-field-text input:focus {
    background: #ffffff;
    outline: none !important;
    border: 1px solid #cecece;
}

/**************text field login***************/

.login-form-field-text input {
    text-align: center;
}

/**************error***************/

.reg-form-field-text .reg-error-field,
.reg-form-field-text .reg-error-field:focus {
    border: 1px solid #EB5757;
}

.reg-form-field-text .reg-error-field::placeholder {
    color: #EB5757;
}

.reg-error-text {
    display: none;
    color: #EB5757;
    text-align: left;
    margin-bottom: 10px;
}

.login-form,
.reg-error-text {
    text-align: center;
}

/**************reg buttons***************/

.reg_status_wht {
    color: #000000;
    padding: 15px 20px;
    border: 1px solid #ececec;
    text-align: center;
    margin-bottom: 5px;
}

.reg_status_blue {
    color: #2D9CDB;
    padding: 15px 20px;
    border: 1px solid #2D9CDB;
    text-align: center;
    border-radius: 20px;
    margin-bottom: 10px;
}

.reg_status_blue:hover {
    color: #fff;
    background-color: #2D9CDB;
    text-decoration: none;
}

.reg-form-button {
    display: flex;
    justify-content: space-evenly;
    margin-top: 5%;
    margin-bottom: 5%;
}

.reg-form-button button {
    width: 40%;
}

/**************login buttons***************/
.login-form-button {
    margin: 20px 0;
}

.login-form-button button {
    margin: auto;
    min-width: 70%;
}

/***************buttons*******************/

.btn_all {
    padding: 10px 20px;
    border-radius: 17px;
    border: 1px solid #2D9CDB;
    width: max-content;
    box-shadow: 0px 2px 2px 0px #00000040;
}

.btn_all:hover {
    cursor: pointer;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.btn_wht {
    color: #000000;
    background: linear-gradient(0deg, rgb(227 227 227) 0%, rgb(251 251 251) 53%);
    border: 1px solid #a6a6a6;
}

.btn_wht:hover {
    color: #000000;
    background: linear-gradient(0deg, rgb(197 197 197) 0%, rgb(244 244 244) 53%);
    border: 1px solid #a6a6a6;
}

.btn_wht_admin {
    padding: 3px 10px;
}

.btn_wht_blue {
    color: #2D9CDB;
    background: #fff;
    border: 1px solid #2D9CDB;
}

.btn_wht_blue:hover {
    color: #107dba;
    background: linear-gradient(0deg, rgb(246 246 246) 0%, rgb(255 255 255) 53%);
    border: 1px solid #107dba;
}

.btn_green {
    color: #fff;
    background: linear-gradient(0deg, rgba(54, 169, 130, 1) 0%, rgb(80 191 154) 53%);
    border: 1px solid #36A982;
}

.btn_green:hover {
    background: linear-gradient(0deg, rgb(47 137 106) 0%, rgb(80 191 154) 53%);
}

.btn_green_admin,
.btn_blue_admin,
.btn_red_admin2 {
    padding: 3px 20px;
}

.btn_blue {
    color: #fff;
    background: linear-gradient(0deg, rgb(16 131 197) 0%, rgb(0 177 213) 53%);
}

.btn_blue:hover {
    background: linear-gradient(0deg, rgb(16 127 192) 10%, rgb(0 169 204) 53%);
}

.btn_red2 {
    color: #fff;
    font-size: 14px;
    margin: 0.5rem 0;
    padding: 5px 15px;
    background: linear-gradient(0deg, rgb(238 66 66) 0%, rgb(255 123 123) 53%);
    border: 1px solid #ff5b5b;
}

.btn_red_admin {
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 5px 15px;
    background: linear-gradient(0deg, rgb(219 66 66) 0%, rgba(255, 91, 91, 1) 53%);
    border: 1px solid #ff5b5b;
}

.btn_red_admin:hover {
    background: linear-gradient(0deg, rgb(177 54 54) 0%, rgba(255, 91, 91, 1) 53%);
}

.btn_arr::after {
    display: inline-block;
    margin-left: 1.5em;
    vertical-align: 0em;
    content: "";
    border-top: .6em solid;
    border-right: .4em solid transparent;
    border-bottom: 0;
    border-left: .4em solid transparent;
}

@media(max-width: 576px) {

    /******** REG ************/
    .reg-form {
        width: 100%;
        padding: 0;
        margin: 2%;
    }

    .reg-form-in {
        width: 90%;
    }

    .reg-form-in .reg-form-custom-checkbox > span {
        display: block;
    }

    .reg-form-button {
        justify-content: space-between;
    }

    .reg-form-button button {
        font-size: 14px;
        width: 48%;
    }
}

.lk-prof .dsp_fl > div {
    height: 46px;
    display: flex;
    align-items: center;
}

.lk-table-line .w_s {
    position: relative;
}

.lk-table-line .w_s:after {
    position: absolute;
    content: '*';
    display: block;
    top: -10px;
    right: -10px;
    color: red;
    line-height: 11px;
}

.lk-block1-2 > .lk-table > .lk-table-line .w_40 {
    text-indent: 14px;
}

.lk-block1-2 > .lk-table.noind > .lk-table-line .w_40 {
    text-indent: 0;
}

.alerts-tab-content .lk-table-line.lk-table-line-first {
    border: 0;
    color: rgba(158, 158, 158, 1);
}

.alerts-tab-content {
    margin: 0 0 -11px 0;
}

.alerts-tab-content .lk-table {
    margin: 0 -9px 0 -18px;
}

.lk-block-bgr .lk-table .lk-table-line.dsp_fl.lk-table-line-ffirst {
    text-align: center;
}

.lk-page-content .lk-block-wht > .lk-block1-2:nth-child(even) {
    background: rgba(0, 0, 0, 0.02);
}

.lk-block-num-str .num-str {
    min-width: 36px;
    width: 36px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    font-size: 13px;
}

.lk-page-content .lk-block-wht > .lk-block1-2 .btn_all {
    width: 100%;
}

.popup-content .lk-table-line.dsp_fl .dropdown.bootstrap-select .dropdown-menu li:first-child {
    display: none !important;
}

.popup-content .popup-form .admin_select_wht_btn button.disabled {
    background: #e6e6e6 !important;
    opacity: 1;
    color: rgb(84, 84, 84);
    border: 1px solid #d8d8d8;
}

.svorg-content.lk-block-bgr .lk-table-line .btn_all {
    width: 100%;
    padding: 5px;
}

.lk-page-content .lk-block1-1,
.lk-page-content .lk-block3-1 {
    margin-right: 2px;
}

.lk-page-content .btn_green_admin,
.lk-page-content .btn_blue_admin,
.lk-page-content .btn_red_admin2m,
.lk-page-content .btn_red2 {
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 33px;
}

.lk-page-content .btn_red2 {
    min-width: 140px;
}

.lbb2_tit {
    background: none;
    border: 0;
    font-weight: 700;
    font-size: 36px;
}

.lbb3_tit {
    font-weight: 700;
    font-size: 20px;
}

.lbb4_tit {
    font-weight: 400;
    font-size: 20px;
    padding: 0;
    margin: 0;
    background: none;
    border: 0;
}

.lbb4_tit .lk-block-title {
    justify-content: initial;
    margin: 10px 0 0;
}

.lk-page-content .lbw_pad_b .lk-block-border {
    padding: 0px 10px;
}

.lk-page-content .lbw_pad_t .lk-block-border {
    padding: 0px 10px;
}

.popup_doc .form-custom-checkbox > input {
    width: 26px;
}

.popup_doc .lk-table {
    text-align: left;
    font-size: 14px;
    line-height: 30px;
}

.popup_doc .lk-block-title {
    justify-content: center;
}

.popup_doc .new-input span {
    color: #000;
    font-weight: bold;
}

.popup_doc .lk-table-buttons2 {
    justify-content: center;
}

.popup_doc .lk-table-buttons2 button {
    padding: 0;
    display: flex;
    align-items: center;
    margin: 0 21px;
    height: 30px;
    justify-content: center;
}

.popup_doc .btn_blue {
    width: 220px !important;
}

.popup_doc .btn_gray {
    width: 96px !important;
    backgroudnd: rgba(217, 217, 217, 1);
    border: 1px solid rgba(158, 158, 158, 1);
}

.popup_doc .lk-block {
    display: flex;
    width: 248px;
    margin: 0 0 7px;
}

.popup_doc .lk-block button {
    height: 25px;
    padding: 0;
    display: flex;
    align-items: center;
    width: 78px;
    font-size: 12px;
    justify-content: center;
}

.lk-table-buttons.ltb_left {
    justify-content: flex-start;
}

.bta_right {
    justify-content: flex-end;
    display: flex;
}

.wrapper_nbg {
    background: rgba(250, 250, 250, 1);
}

.wrapper_nbg .lk-block-border {
    border: 0;
}

.wrapper_nbg .lk-block-bgr {
    background: none;
}


/* Новые Стили от 12.02.2025 */

/* lk2-fin-3.html */
.tooltip_item {
    position: relative;
}

.tooltip_item_after {
    background-image: url(../img/info.svg);
    height: 12px;
    width: 12px;
    position: absolute;
    left: 96px;
    bottom: 1px;
    transform: translateY(-100%);
}

.tooltip_wrap {
    position: relative;
    padding-top: 1.55em;
    display: flex;
    align-items: center;
}

.tooltip_item_text {
    background: #D9D9D9;
    position: absolute;
    border-radius: 11px;
    min-width: 451px;
    max-width: 451px;
    padding: 2px 12.5px;
    left: 90px;
    top: -15px;
    line-height: 1;
    display: none;
}

.tooltip_item_text.visible {
    display: block;
}

.tooltip_item_text span {
    z-index: 1;
    position: relative;
}

.tooltip_item_text::before {
    content: '';
    background-image: url(../img/triangle.svg);
    height: 14px;
    width: 41px;
    position: absolute;
    left: 4px;
    bottom: -7px;
    z-index: 0;
}

.tooltip_wrap .btn_blue {
    margin-left: 38px;
}

.tooltip_item_after:hover + .tooltip_item_text {
    display: block;
}

.fin_btns {
    display: flex;
    align-items: center;
    justify-content: flex-end;

    padding-right: 10px;
}

.fin_btns a:last-of-type {
    margin-left: 5px;
}

.fl_strt {
    align-items: flex-start;
}

.popup-form-small {
    width: 550px;
}

.popup-form-small .lk-title {
    margin-bottom: 20px;
}

.btn_full .btn_all {
    width: 100%;
}

.lk-block-title.text_center {
    justify-content: center;
}

.popup-new {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.popup-new .popup-form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 550px;
}

.popup-new .popup-form-xs {
    width: 365px;
    padding: 10px;
}

.popup-new .lk-block-title {
    margin-bottom: 20px;
}

.br {
    display: block;
}

.popup-new .mt_25 {
    margin-top: 25px;
}

.no_mtb.lk-table-line p {
    margin-top: 0;
    margin-bottom: 0;
}

.fs_13 {
    font-size: 13px;
}

.lk-block-synchro-title::after,
.lk-block-akkredit-title::after,
.admin_select_wht_btn .dropdown-toggle::after {
    height: 8px;
    background-size: contain;
    margin: 0;
    padding-right: 5px;
}

.admin_select_wht_btn {
    min-width: 50px;
}

.red-star-input {
    padding-right: 10px;
}

.red-star-input label::after {
    position: absolute;
    right: -10px;
    top: 5px;
}

.red-star-input label {
    position: relative;
}

.alerts-tab.open .lk-title::after {
    transform: rotate(180deg);
}

/* Стили Карточки Извещения */

.page.grey-bg {
    background-color: white !important;
    min-height: 100vh;
}

.card-white {
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.5);
    background: #FFFFFF;
    border-radius: 10px;
    border-width: 1px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    padding: 20px;
    position: relative;
}

.notice-info-name {
    font-size: 14px;
}

.notice-draft-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.notice-draft-block .notice-info-row {
    display: flex;
}

.notice-draft-block .notice-info-text.left {
    min-width: 180px;
    display: block;
}

.notice-draft-date-wrap {
    display: flex;
    align-items: center;
    width: 100%;
}

.notice-draft-date-time {
    width: 125px;
    font-size: 12px;
    color: #656565;
    margin-right: 24px;
    text-align: right;
}

.notice-draft-date-time:last-of-type {
    margin-right: 0;
}

.notice-draft-block-top {
    padding-bottom: 10px;
}

.lot-pos-info-draft {
    align-items: flex-start;
}

.request-doc-status {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.request-doc-status.certified {
    background-image: url(../img/award.svg);
    width: 13px;
    height: 18px;
}

.request-doc-status.certified {
    position: relative;
}

.request-doc-status.certified:hover {
    cursor: pointer;
}

.request-doc-status.certified:hover .doc-tooltip {
    display: block;
    transition: all ease-in 0.5s;
}

.doc-tooltip {
    background-image: url(../img/tooltip-bg.svg);
    width: 192px;
    height: 160px;
    padding-left: 35px;
    padding-top: 5px;
    background-size: contain;
    background-repeat: no-repeat;
    right: -5px;
    top: 50%;
    transform: translate(100%, -50%);
    position: absolute;
    display: none;
    transition: all ease-out 0.5s;
}

.doc-tooltip .paragraph-xs-text,
.doc-tooltip .subheading-xs-text {
    word-break: keep-all;
    white-space: nowrap;
}

.request-doc-status.certified:hover .doc-tooltip {
    display: block;
    transition: all ease-in 0.5s;
}

.paragraph-xs-text {
    color: #4A4A4A;
    font-size: 10px;
    font-weight: 400;
    display: block;
}

.subheading-xs-text {
    color: #4A4A4A;
    font-size: 10px;
    font-weight: 600;
    display: block;
}

.notice-content {
    margin: 0 auto;
    width: 868px;
}

.notice-left-title {
    color: #496D99;
    font-size: 14px;
    line-height: 1.1;
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

.notice-left-title:last-of-type {
    margin-bottom: 0;
}

.notice-header {
    margin-bottom: 10px;
}

.notice-info-item {
    margin-bottom: 10px;
    position: relative;
}

.notice-info-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.1;
    color: #333333;
}

.notice-info-text.right {
    font-weight: 600;
}

.notice-info-text.bottom {
    font-size: 14px;
    font-weight: 600;
}

.notice-info-text.top {
    color: #8A8989;
    margin-bottom: 2px;
    display: block;
}

.notice-time {
    position: relative;
    padding-left: 30px;
}

.notice-time::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../img/clock-history.svg);
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.notice-info-time {
    color: #36A982;
    font-weight: 600;
}

.notice-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 25px;
}

.notice-bottom {
    padding-top: 14px;
    border-top: 1px solid #DEDEDE;
}

.notice-info-items {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.notice-info-items .notice-info-row {
    margin-right: 10px;
}

.notice-info-items .notice-info-row:last-of-type {
    margin-right: 0;
}

.notice-info-text.time {
    color: #8A8989;
    font-weight: 600;
    font-size: 12px;
}

.notice-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.notice-bottom-type {
    display: flex;
    align-items: center;
}

.notice-bottom-type .notice-info-text {
    margin-right: 30px;
}

.notice-bottom-type .notice-info-text:last-of-type {
    margin-right: 0;
}

.notice-info-text.bulk {
    padding-left: 22px;
    position: relative;
}

.notice-info-text.bulk::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../img/people.svg);
    width: 14px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.notice-bottom .notice-info-row {
    display: flex;
    align-items: center;
}

.notice-right {
    min-width: 296px;
}

.notice-header-top {
    min-height: 30px;
    display: flex;
    align-items: center;
}

.notice-tag {
    background: #F2F2F2;
    border-radius: 16.5px;
    border: 1px solid #9E9E9E;
    padding: 0 7px;
    font-weight: 400;
    font-size: 12px;
    line-height: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 19px;
    margin-right: 10px;
    line-height: 0.1;
    margin-bottom: 5px;
}

.notice-tag:last-of-type {
    margin-right: 0;
}

.notice-header-tags {
    margin-left: 20px;
}

.select-1 .admin_select_wht_btn:hover {
    background: none;
}

.notice-info-item.details .notice-info-text.left {
    min-width: 100px;
}

.notice-content .btn_all {
	margin: 0;
	height: 29px;
	padding: 0 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0.3;
}

.notice-content .btn_all {
	padding-top: 0;
	padding-bottom: 2px;
	line-height: normal;
	font-size: 16px !important;
}
.notice-content {
    margin: 0 auto;
    padding: 45px 0;
    width: 868px;
}

.btn_absolute .btn_all {
    position: absolute;
    margin-top: 6px;
}

.notice-new-header-info {
    color: #333333;
    font-size: 14px;
    line-height: 1;
}

.notice-new-header-info:last-of-type {
    margin-right: 0;
}

.notice-new-header-info.number {
    font-weight: 600;
}

.notice-new-header {
    margin-bottom: 15px;
}

.notice-new-title {
    font-size: 14px;
    font-weight: 600;
    color: #4A4A4A;
    margin-bottom: 15px;
}

.notice-stage {
    background: #FAFAFA;
    padding: 16px 26px;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-bottom: 10px;
}

.notice-stage-info {
    color: #333333;
    font-size: 12px;
}

.notice-stage-info.stage {
    font-weight: 600;
    color: #2D9CDB;
}

.notice-tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.notice-tabs-item {
    font-size: 15px;
    line-height: 2;
    color: #4A4A4A ;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}


.notice-tabs-item.active {
    color: #2D9CDB;
    border-bottom-color: #2D9CDB;
}



.notice-tabs-content-item.active {
    display: block;
}

.notice-new-block {
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 25px;
    padding-top: 25px;
}

.notice-print-block {
    padding-bottom: 25px;
    padding-top: 25px;
}

.add-bottom-border {
    border-bottom: 1px solid #DEDEDE;
}

.form-item {
    display: flex;
    align-items: center;
}

.form-item-label {
    color: #4A4A4A;
    font-size: 12px;
    min-width: 182px;
    max-width: 185px;
}

.form-item.required .form-item-label {
    position: relative;
}

.form-item-label {
    margin-bottom: 0;
}

.form-item.required .form-item-label::after {
    content: '*';
    color: #ED1212;
    position: absolute;
    margin-top: -3px;
}

.form-item-input {
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    font-size: 14px;
    color: #4A4A4A;
    width: 100%;
    padding: 0 10px;
    height: 30px;
}

.notice-new-block .notice-info-item:last-of-type {
    margin-bottom: 0;
}

.notice-new-block-title {
    font-size: 14px;
    color: #2D9CDB;
    font-weight: 600;
    margin-bottom: 12px;
    display: block;
    line-height: 1;
}

.notice-right-info .notice-info-row {
    display: flex;
    flex-direction: column;
}

.notice-info-date .notice-info-text.top {
    margin-bottom: 7px;
}

.notice-info-text.grey {
    color: #8A8989;
}

.notice-info-row {
    line-height: 1.2;
}

.notice-header-row .notice-info-text {
    font-size: 14px;
}

.notice-new-block .notice-info-row {
    margin-bottom: 5px;
}

.notice-new-block .notice-info-row:last-of-type {
    margin-bottom: 0;
}

.notice-new-btn {
    display: flex;
    justify-content: flex-end;
}

.btn.btn-edit {
    height: 24px;
    width: 24px;
    background-image: url(../img/edit.svg);
    background-size: contain;
    background-position: center;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
}
.btn.btn-delete {
    height: 24px;
    width: 24px;
    background-image: url(../img/delete.svg);
    background-size: contain;
    background-position: center;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    position: absolute;
    right: 0;
    top: 30px;
}

.notice-new-edit-wrap {
    position: relative;
    margin-bottom: 48px;
}

.notice-new-edit-wrap:last-of-type {
    margin-bottom: 0;
}

.notice-content .dropdown.bootstrap-select.dropup .dropdown-toggle::after,
.notice-content .dropdown.bootstrap-select.dropup.show .dropdown-toggle::after {
    border: none;
}

.notice-content .dropdown.bootstrap-select.dropup.show .dropdown-toggle::after {
    transform: rotate(180deg);
}

.notice-content button.btn.dropdown-toggle.btn-light {
    border: 1px solid #CCCCCC;
    background: #FFFFFF;
    font-size: 16px;
    color: #4A4A4A;
    font-weight: 600;
}

.notice-action-right {
    display: flex;
    align-items: center;
}

.notice-action {
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.notice-action-right .btn_green {
    margin-right: 22px;
}

.notice-action-right .btn_green:last-of-type {
    margin-right: 0;
}

.popup-window {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    overflow-x: hidden;
}

.popup-window-wrap {
    width: 608px;
    top: 50%;
    left: 50%;
    position: absolute;
    box-sizing: border-box;
    width: calc(100vw - 40px);
    transform: translate(-50%, -50%)
}

.popup-window-form {
    width: 100%;
    padding: 25px 35px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 15px 0px #00000080;
    border-radius: 6px;
    overflow-x: hidden;
}

.popup-window-heading {
    font-size: 14px;
    color: #4A4A4A;
    display: block;
    margin-bottom: 30px;
    font-weight: 600;
}

.popup-window-subheading {
    font-size: 14px;
    color: #4A4A4A;
    display: block;
    font-weight: 400;
    padding-bottom: 30px;
}

.popup-notice .form-item-label {
    word-break: keep-all;
    line-height: 1;
    margin-right: 5px;
}

.popup-window-form .form-item-input {
    font-size: 12px;
}

.form-item-dropdown {
    width: 100%;
}

.form-item-dropdown button.btn.dropdown-toggle.btn-light {
    font-size: 12px;
    font-weight: 400;
}

.form-item-tel {
    color: #333333;
    font-size: 12px;
    font-weight: 400;
}

.form-item-tel.tel-code {
    position: absolute;
    transform: translateX(-100%);
    padding-right: 10px;
}

.form-item-phone-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.form-item-input.tel-num {
    width: 200px;
    margin-right: 8px;
    text-align: center;
}

.form-item-input.tel-code {
    width: 90px;
    margin-left: 8px;
}

.popup-notice .notice-action {
    justify-content: center;
}

.popup-notice .notice-action .btn_all {
    min-width: 175px;
    margin-right: 25px;
}

.popup-notice .notice-action .btn_all:last-of-type {
    margin-right: 0;
}

.pd-10.notice-new-block {
    padding: 10px 0 10px;
}

.notice-contact-title {
    font-size: 14px;
    color: #999999;
    display: block;
    margin-bottom: 12px;
}

.notice-tabs-item:hover {
    cursor: pointer;
}

.form-stage-wrap .form-item-label {
    font-size: 14px;
    color: #4A4A4A;
    font-weight: 500;
    min-width: 415px;
    margin-right: 5px;
}

.form-stage-wrap input:read-only {
    background: #FFFFFF;
}

.form-stage-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.form-item-calendar {
    min-width: 136px;
    position: relative;
    height: 30px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    font-size: 12px;
    color: #4A4A4A;
}

.form-stage-inputs {
    display: flex;
    align-items: center;
}

.form-item-calendar-label {
    position: absolute;
    left: 7px;
    color: #656565;
    font-size: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.form-item-calendar-input {
    position: absolute;
    background: transparent;
    border: none;
    outline: none;
    font-size: 12px;
    color: #656565;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    width: calc(100% - 25px);
    left: 25px;
}

.form-item-calendar-input[type="date"]:before {
    content: '';
    background-image: url(../img/calendar.svg);
    height: 20px;
    width: 20px;
    top: 50%;
    transform: translateY(-50%);
    right: 7px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.form-item-calendar-input[type="date"] {
    padding: 0;
}

.form-stage-inputs .form-item-input {
    width: 136px;
    font-size: 12px;
}

.form-stage-inputs .form-item-calendar {
    margin-left: 20px;
}

.notice-action .btn_all {
    min-width: 170px;
}

.notice-toggle-wrap {
    display: flex;
    align-items: center;
}

.notice-toggler .checkbox-flag {
    margin: 0;
}

.notice-toggler .checkbox-flag .checkbox-flag-switch {
    background: #9E9E9E;
    border-color: #CCCCCC;
}

.notice-lot-heading {
    color: #333333;
    font-size: 14px;
    display: block;
    margin-bottom: 12px;
}

.notice-lot-number {
    color: #333333;
    font-size: 14px;
    font-weight: 600;
}

.notice-edit-heading {
    position: relative;
    padding-top: 30px;
}

.notice-edit-heading .form-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.notice-edit-heading .btn-edit {
    position: initial;
}

.notice-lot-position {
    display: flex;
    padding-top: 15px;
    align-items: center;
}

.notice-lot-position-heading {
    font-size: 14px;
    color: #4A4A4A;
    display: block;
    margin-right: 12px;
    font-weight: 600;
}

.notice-lot-position-number {
    color: #2D9CDB;
    font-size: 12px;
    font-weight: 600;
}

.notice-lot-info-btn {
    display: flex;
    justify-content: flex-end;
}

.notice-lot-info .form-item-label {
    width: 225px;
    min-width: 225px;
}

.notice-lot-info .form-item-dropdown button.btn.dropdown-toggle.btn-light,
.notice-lot-info .form-item-input {
    width: 142px;
    font-size: 12px;
    font-weight: 600;
}

.notice-lot-toggle {
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.notice-lot-toggle .notice-toggle-text {
    width: auto;
    min-width: auto;
}

.notice-lot-toggle .notice-toggler {
    margin-left: 16px;
    margin-right: 16px;
}

.form-item-input.lot-percent {
    width: 70px;
}

.lot-percent-wrap {
    position: relative;
}

.lot-percent-after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    font-weight: 600;
    font-size: 14px;
    color: #4A4A4A;
}

.lot-percent-divider {
    background: #DEDEDE;
    height: 1px;
    width: 5px;
    margin-right: 7px;
    margin-left: 7px;
    display: block;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.notice-new-block.lot-about {
    padding-top: 15px;
}


.radio-group {
    display: flex;
    align-items: center;
    gap: 20px;
}

.radio-group input {
    display: none;
}

.radio-group label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 12px;
    color: #000000;
    margin-bottom: 0;
}

.radio-group label::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #CCCCCC;
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
}

.radio-group input:checked + label::before {
    border-color: #4A4A4A;
    background-color: #4A4A4A;
    box-shadow: inset 0 0 0 2.5px white;
}

.notice-lot-option {
    margin-bottom: 20px;
}

.notice-lot-option:last-of-type {
    margin-bottom: 0;
}

.notice-action-top {
    padding-top: 12px;
    display: flex;
    justify-content: flex-end;
}

.notice-doc-item {
    display: flex;
    align-items: center;
}

.notice-doc-item .notice-doc-status {
    display: none;
}

.notice-doc-item.signed .notice-doc-status {
    display: block;
}

.notice-doc-item.signed .btn-doc-sign {
    display: none;
}

.btn-doc-sign {
    width: 100%;
}

.notice-doc-status {
    color: #36A982;
    font-size: 12px;
}

.btn-delete-doc {
    background-image: url(../img/delete.svg);
    width: 13px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
}
.btn-delete-pur {
    background-image: url(../img/delete.svg);
    width: 24px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    position: absolute;
    right: 0;
    top: 30px;
}

.notice-doc-name {
    color: #506D8F;
    font-size: 12px;
    min-width: 212px;
    margin-right: 5px;
}

.notice-doc-item {
    min-height: 26px;
}

.notice-doc-item:last-of-type {
    margin-bottom: 0;
}

.notice-document-block .form-stage-wrap {
    display: block;
}

.notice-doc-size {
    font-size: 12px;
    color: #4A4A4A;
    min-width: 130px;
    margin-right: 5px;
}

.notice-doc-sign {
    min-width: 100px;
    width: 100px;
    margin-right: 20px;
    text-align: center;
}

.notice-document-block .form-item-label {
    margin-right: 0;
    margin-bottom: 10px;
}

.notice-docs-wrap {
    margin-bottom: 40px;
}

.notice-doc-action {
    display: flex;
    align-items: center;
}

.notice-doc-action .btn_blue {
    font-size: 12px;
    padding-left: 3px;
    padding-right: 3px;
    margin-right: 15px;
}

.notice-document-block .form-stage-wrap {
    margin-bottom: 0;
}

.notice-events-wrap {
    min-height: 180px;
}

.notice-events-table {
    width: calc(100% + 40px);
    margin-left: -20px;
    border-collapse: collapse;
    font-size: 12px;
    color: #4A4A4A;
}

.notice-events-table thead {
    background-color: #FAFAFA;
    font-weight: 600;
    text-align: left;
}

.notice-events-table td {
    padding: 2px 15px;
}

.notice-events-table th {
    padding: 7px 15px;
}

.notice-events-table td:first-of-type,
.notice-events-table th:first-of-type {
    width: 165px;
}

.notice-events-table td:last-of-type,
.notice-events-table th:last-of-type {
    width: 155px;
}

.notice-events-table td {
    border-bottom: 1px solid #DEDEDE;
}

.lot-pos-heading {
    color: #4A4A4A;
    width: 420px;
    font-size: 12px;
    font-weight: 600;
    line-height: 2;
}

.los-pos-tooltip .tooltip_item_after {
    right: -6px;
    top: -4px;
    transform: none;
    left: auto;
}

.los-pos-tooltip .tooltip_item_text {
    top: -15px;
    right: 25px;
    left: auto;
    transform: translate(100%, -100%);
}

.los-pos-tooltip .tooltip_item_text {
    font-size: 8px;
}

.tooltip_item_text {
    min-width: 400px;
    max-width: 400px;
}

.lot-pos-info {
    display: flex;
    align-items: center;
}

.los-pos-tooltip {
    margin-right: 20px;
    padding-top: 0;
    margin-bottom: 20px;
}

.lot-pos {
    margin-top: 12px;
}

.lot-search-tags {
    display: flex;
    align-items: center;
}

.lot-search-tag {
    width: 35%;
    border: 1px solid #CCCCCC;
    font-size: 12px;
    color: #656565;
    height: 22px;
    line-height: 1;
    border-radius: 4px;
    padding: 0 7px;
    margin-right: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.lot-pos-table {
    width: 100%;
}

.lot-pos-table-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.lot-pos-table-top .btn_all {
    font-size: 13px;
    padding: 0 8px;
}

.lot-pos-tr {
    border-bottom: 1px solid #DEDEDE;
}
.tooltip-custom-text-wrap {
    background: #D9D9D9;
    position: absolute;
    border-radius: 5px;
    padding: 4px 12.5px;
    width: 450px;
    top: -18px;
    right: 18px;
    transform: translate(100%, -100%);
    display: none;
}
.tooltip-custom-text-wrap::before {
    content: '';
    background-image: url(../img/triangle.svg);
    height: 14px;
    width: 41px;
    position: absolute;
    left: 1px;
    bottom: -8px;
    z-index: 0;
}
.tooltip-custom-text {
    line-height: 1;
    font-size: 12px;
    color: #333333;
    position: relative;
    z-index: 1;
}
.tooltip-custom-icon:hover + .tooltip-custom-text-wrap {
    display: flex;
}
.tooltip-custom-text.sm-size {
    font-size: 8px;
    color: #333333;
    font-weight: 400;
}
.lot-pos-tooltip .tooltip-custom-text-wrap {
    width: 400px;
}
.tooltip-lots .tooltip-custom-text-wrap {
    width: 400px;
    right: 10px;
}
.tooltip-custom-text-wrap.sm-size {
    width: 290px;
}
.tooltip-custom-label {
    position: relative;
    display: inline-block;
}
.tooltip-custom-label {
     margin-bottom: 0;
}
.lot-pos-tooltip .tooltip-custom-label {
    color: #4A4A4A;
    font-size: 12px;
    font-weight: 600;
    width: 420px;
    line-height: 2;
    margin-right: 15px;
}
.lot-pos-table th,
.lot-pos-table td {
    color: #000000;
    font-size: 10px;
    font-weight: 400;
}

.lot-pos-table tr {
    border-top: 1px solid #DEDEDE;
    vertical-align: top;
}

.lot-pos-table tr:last-of-type {
    border-bottom: 1px solid #DEDEDE;
}

.lot-pos-table th,
.lot-pos-table td {
    padding-top: 7px;
    padding-bottom: 7px;
}

.lot-pos-table th,
.lot-pos-table td {
    line-height: 1.1;
}

.lot-pos-table td p {
    margin-bottom: 0;
}

.lot-pos-table td:nth-of-type(2) p,
.lot-pos-table td:nth-of-type(3) p,
.lot-pos-table td:nth-of-type(10) p {
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    /*overflow: hidden;*/
    display: -webkit-box;
}


.lot-pos-table th:first-of-type,
.lot-pos-table td:first-of-type {
    min-width: 20px;
    text-align: center;
}

.lot-pos-table th:nth-of-type(2),
.lot-pos-table td:nth-of-type(2) {
    min-width: 140px;
    max-width: 140px;
    word-break: break-all;
    padding-left: 10px;
}

.lot-pos-table th:nth-of-type(3),
.lot-pos-table td:nth-of-type(3) {
    min-width: 130px;
    max-width: 130px;
    word-break: break-all;
    padding-left: 15px;
}


.lot-pos-table th:nth-of-type(4),
.lot-pos-table td:nth-of-type(4) {
    min-width: 60px;
    max-width: 60px;
    padding-left: 15px;
}


.lot-pos-table th:nth-of-type(5),
.lot-pos-table td:nth-of-type(5) {
    min-width: 55px;
    max-width: 55px;
    padding-left: 10px;
}


.lot-pos-table th:nth-of-type(6),
.lot-pos-table td:nth-of-type(6) {
    width: 75px;
    padding-left: 5px;
}


.lot-pos-table th:nth-of-type(7),
.lot-pos-table td:nth-of-type(7) {
    width: 60px;
    padding-left: 8px;
}


.lot-pos-table th:nth-of-type(8),
.lot-pos-table td:nth-of-type(8) {
    width: 70px;
    padding-left: 8px;
}


.lot-pos-table th:nth-of-type(9),
.lot-pos-table td:nth-of-type(9) {
    width: 95px;
    padding-left: 10px;
}


.lot-pos-table th:nth-of-type(10),
.lot-pos-table td:nth-of-type(10) {
    min-width: 85px;
    max-width: 85px;
    padding-left: 8px;
    word-break: break-all;
}

.lot-pos-table th:last-of-type,
.lot-pos-table td:last-of-type {
    padding-right: 0;
    min-width: 25px;
    max-width: 25px;
}

.lot-requirements span {
    display: block;
}

.lot-pos-table td .btn {
    display: block;
}

.btn.btn-lot {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
}

.btn.btn-lot:last-of-type {
    margin-bottom: 0;
}

.btn-lot-edit {
    background-image: url(../img/edit.svg);
    width: 23px;
    height: 23px;
}

.btn-lot-doc {
    background-image: url(../img/files.svg);
    width: 16px;
    height: 16px;
}

.btn-lot-delete {
    background-image: url(../img/delete.svg);
    width: 16px;
    height: 16px;
}
.btn-lot-delete-right {
    background-image: url(../img/delete.svg);
    width: 16px;
    height: 16px;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
    margin-left: auto; /* Прижимает кнопку вправо в flex-контейнере */
}

.require-forbid {
    color: #FF5B5B;
}

.require-limit {
    color: #F0AD4E;
}

.require-exception {
    color: #000000;
}

.lot-pos-notice {
    color: #FF5B5B;
    font-size: 10px;
    line-height: 1.1;
    padding-top: 12px;
    margin-bottom: 12px;
}

.lot-pos-pagination {
    display: flex;
    align-items: center;
    margin-top: 15px;
    flex-wrap: wrap;
    justify-content: center;
}
.lot-pos-pagination-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
/* Стили для элементов списка (li) */
.lot-pos-pagination-item {
    margin: 0 4px;
}

/* Стили для кнопок страниц */
.lot-pos-pagination-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DDDDDD;
    font-size: 12px;
    color: #333333;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
}
/* Стили для активной страницы */
.lot-pos-pagination-item.active .lot-pos-pagination-link {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
}
/* Стили для кнопок навигации (предыдущая/следующая) */
.lot-pos-pagination-nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DDDDDD;
    font-size: 12px;
    color: #333333;
    height: 18px;
    padding: 0 5px;
    border-radius: 4px;
    margin: 0 6px;
    cursor: pointer;
    background-color: white;
}
/* Стили для отключенных кнопок навигации */
.lot-pos-pagination-nav.disabled {
    color: #ccc;
    border-color: #eee;
    cursor: not-allowed;
}
/* Стили для многоточия в пагинации */
.lot-pos-pagination-item.ellipsis {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #666;
    margin: 0 4px;
}
/* Стили для текста показывающего диапазон страниц */
.lot-pos-pagination-info {
    margin: 0 10px;
    font-size: 12px;
    color: #666;
}
.lot-pos-pagination-link:last-of-type {
    margin-right: 0;
}

.lot-pos-pagination-link.current {
    background: #2D9CDB;
    color: #FFFFFF;
}
tr[data-page]:not([data-page="1"]) {
    display: none !important;
}

.notice-lot-info-btn {
    display: flex;
    align-items: center;
}

.notice-lot-info-btn .btn_all {
    margin-right: 15px;
}

.notice-lot-info-btn .btn_all:last-of-type {
    margin-right: 0;
}

.notice-lot-position-number:hover {
    cursor: pointer;
}

.bootstrap-select .dropdown-menu li a {
    padding: .375rem .75rem;
}

.invalid {
    border: 2px solid #FF5B5B;
}

.ui-datepicker-trigger {
    cursor: pointer;
}

.date-time-input {
    min-width: 175px;
    max-width: 175px;
    position: relative;
    height: 30px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    font-size: 12px;
    color: #4A4A4A;
    position: relative;
    display: inline-flex;
    align-items: center;
    padding-left: 5px;
    margin-right: 20px;
}

.date-time-input label {
    margin: 0;
    padding: 0;
    font-size: 12px;
}

.date-time-input:last-of-type {
    margin-right: 0;
}

.date-time-input input {
    outline: none;
    border: none;
    height: 100%;
    width: calc(100% - 40px);
    left: 0;
    top: 0;
    margin-left: 20px;
    position: absolute;
    background-color: transparent;
}

.date-time-input .ui-datepicker-trigger {
    position: absolute;
    background-image: url(../img/calendar.svg);
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    outline: none;
    border: none;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    margin: 0;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
}


.popup-clarification-request .popup-window-wrap {
    width: 868px;
}

.clarification-request-wrap {
    border-bottom: 1px solid #DEDEDE;
    padding: 15px 0;
}

.clarification-request-header .popup-window-heading {
    margin-bottom: 8px;
}

.clarification-request-header {
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 20px;
}

.clarification-request-wrap {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.clarification-request-item {
    width: calc(50% - 20px);
    padding-right: 10px;
}

.clarification-request-details {
    margin-bottom: 10px;
}

.clarification-request-term-date {
    font-weight: 600;
}

.clarification-request-docs .notice-doc-size {
    text-align: right;
    min-width: 50px;
    width: 50px;
}

.clarification-request-docs .notice-doc-item {
    justify-content: space-between;
}

.request-docs-details {
    display: flex;
    align-items: center;
}

.clarification-request-term.expired {
    color: #FF5B5B;
}

.clarification-request-term {
    min-height: 16px;
}

.clarification-request-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.clarification-request-content-wrap {
    height: 100%;
}

.clarification-request-content-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.request-docs-edit .subheading-sm-text {
    margin-bottom: 18px;
}

.request-docs-edit .btn_all {
    font-size: 12px;
    min-width: 144px;
}

.clarification-request-action {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-top: 18px;
    margin-bottom: 10px;
}

.clarification-request-action .btn_all {
    margin-right: 14px;
}

.clarification-request-action .btn_all:last-of-type {
    margin-right: 0;
}

.clarification-request-content .form-item-label {
    min-width: auto;
    max-width: 100%;
    display: inline-block;
}

.clarification-request-textarea {
    display: block;
    margin-bottom: 5px;
}

.clarification-request-textarea .textarea-item {
    height: 80px;
    margin-top: 5px;
    padding: 5px 10px;
}

.clarification-request-send {
    display: block;
}

.clarification-request-send-btn {
    justify-content: flex-end;
    display: flex;
    padding-top: 25px;
    padding-bottom: 10px;
}

.form-item-label.clarification-request-term {
    min-width: auto;
    max-width: 100%;
    margin-right: 20px;
}

.security-type-item {
    padding-top: 20px;
}

.security-type-inner {
    display: flex;
    align-items: flex-start;
}

.custom-checkbox {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #4A4A4A;
}

.custom-checkbox input[type="checkbox"] {
    display: none;
}

.custom-checkbox input[type="checkbox"] + .checkbox-label {
    position: relative;
    padding-right: 25px;
}

.custom-checkbox input[type="checkbox"]:checked + .checkbox-label::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../img/check.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    border: 1px solid #c5c5c5;
    border-radius: 2px;
}

.custom-checkbox .checkbox-label {
    cursor: pointer;
}

.custom-checkbox input[type="checkbox"]:not(:checked) + .checkbox-label::before {
    border-radius: 2px;
    content: '';
    border: 1px solid #c5c5c5;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: white;
}

.custom-checkbox.no-dif span {
    word-break: keep-all;
}

.custom-checkbox.no-dif {
    margin-left: 20px;
    min-width: 174px;
}

.checkbox-align-left.custom-checkbox input[type="checkbox"]:not(:checked) + .checkbox-label::before {
    left: 0;
    right: auto;
}

.checkbox-align-left.custom-checkbox input[type="checkbox"] + .checkbox-label {
    padding-right: 0;
    padding-left: 25px;
}

.checkbox-align-left.custom-checkbox input[type="checkbox"]:checked + .checkbox-label::before {
    left: 0;
    right: auto;
}

.security-type-extra {
    margin-left: 20px;
}

.security-type-conditions .checkbox-align-left {
    margin-bottom: 8px;
}

.security-type-conditions .checkbox-align-left:last-of-type {
    margin-bottom: 0;
}

.security-type-general .form-item-input,
.security-type-general .form-item-dropdown button.btn.dropdown-toggle.btn-light {
    width: 110px;
}
.form-item-textarea.required .form-item-label {
    margin-right: 0;
}
.form-item-textarea.required .form-item-label::after {
    right: 8px;
    top: 0;
}
.form-item-label.label-small {
    min-width: 100px;
    max-width: 100px;
}

.security-type-conditions .form-item-textarea {
    height: 72px;
    width: 355px;
    resize: none;
    padding: 5px 10px;
    font-weight: 400;
}
.new-input {
    display: flex;
    align-items: center;
    margin: 5px 0 20px;
}

.new-input span {
    margin: 0;
    color: #8e8e8e;
    margin: 0 5px;
}

.lk-page-content .new-input span {
    color: #000000;
    margin: 0;
}

.new-input span a {
    margin: 0 5px;
}

.checkbox {
    margin-bottom: 0.2em;
}

.form-custom-checkbox {
    margin-bottom: 0;
}

.form-custom-checkbox > input {
    position: absolute;
    z-index: 5;
    opacity: 0;
}

.form-custom-checkbox > span {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

.form-custom-checkbox > span::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #9F9999;
    border-radius: 10%;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 85% 85%;
}

.lk-page-content .form-custom-checkbox > span::before {
    border: 1px solid #000000;
}

.form-custom-checkbox > input:not(:disabled):not(:checked) + span:hover::before {
    border-color: #b9b9b9;
}

.lk-page-content .form-custom-checkbox > input:not(:disabled):not(:checked) + span:hover::before {
    border-color: #000000;
}

.form-custom-checkbox > input:focus:not(:checked) + span::before {
    border-color: #b9b9b9;
}

.lk-page-content .form-custom-checkbox > input:focus:not(:checked) + span::before {
    border-color: #000000;
}

.form-custom-checkbox > input:checked + span::before {
    border-color: #b9b9b9;
    background-image: url("../img/galka.png");
}

.form-custom-checkbox > input:indeterminate + span::before {
    border-color: #b9b9b9;
    background-image: url("../img/galka.png");
}

.lk-page-content .form-custom-checkbox > input:checked + span::before {
    border-color: #000000;
}

.form-custom-checkbox > input:disabled + span::before {
    background-color: #e9ecef;
}

.checkbox-button {
    cursor: pointer;
}

.checkbox-button span {
    display: none;
}

/**************checkbox-flag***************/

.checkbox-flag {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    margin-right: 10px;
    position: relative;
    vertical-align: middle;
    font-size: 14px;
    user-select: none;
}

.checkbox-flag .checkbox-flag-switch {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 56px;
    height: 28px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 25%/50%;
    vertical-align: top;
    background: #eee;
    transition: .2s;
}

.checkbox-flag .checkbox-flag-switch:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: white;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    transition: .15s;
}

.checkbox-flag input[type=checkbox] {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.checkbox-flag input[type=checkbox]:not(:disabled):active + .checkbox-flag-switch:before {
    box-shadow: inset 0 0 2px rgba(0, 0, 0, .3);
}

.checkbox-flag input[type=checkbox]:checked + .checkbox-flag-switch {
    background: #36A982;
}

.checkbox-flag input[type=checkbox]:checked + .checkbox-flag-switch:before {
    transform: translateX(28px);
}

.checkbox-flag input[type="checkbox"]:not(:disabled) + .checkbox-flag-switch {
    cursor: pointer;
    border-color: rgba(0, 0, 0, .3);
}

.checkbox-flag input[type=checkbox]:disabled + .checkbox-flag-switch {
    filter: grayscale(70%);
    border-color: rgba(0, 0, 0, .1);
}

.checkbox-flag input[type=checkbox]:disabled + .checkbox-flag-switch:before {
    background: #eee;
}

.checkbox-flag.focused .checkbox-flag-switch:before {
    box-shadow: inset 0px 0px 4px #ff5623;
}

.notice-info-toggle .notice-info-toggle-content {
    display: none;
}


.notice-info-toggle .notice-new-block-title {
    position: relative;
}

.notice-info-toggle .notice-new-block-title::after {
    position: absolute;
    background-image: url(../img/arrow-down.svg);
    width: 12px;
    height: 7px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.notice-info-toggle.open .notice-new-block-title::after {
    transform: translateY(-50%) rotate(180deg);
}

.notice-info-toggle .notice-new-block-title:hover {
    cursor: pointer;
}

.notice-info-toggle.open .notice-info-toggle-content {
    display: block;
}

.notice-info-row {
    margin-bottom: 0;
}

.notice-new-edit .notice-info-row {
    display: flex;
    align-items: center;
}

.notice-new-edit .notice-info-row-name {
    display: block;
    align-items: flex-start;
}

.notice-info-text.left {
    margin-right: 3px;
}

.notice-info-row-name .notice-info-text.left {
    margin-right: 0;
}
.notice-stage-right {
    display: flex;
    align-items: center;
}

.notice-stage-right .btn_all {
    margin-right: 10px;
}
.notice-stage-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
}
.notice-stage-right .btn_all:last-of-type {
    margin-right: 0;
}
.btn-action-top {
    display: flex;
    align-items: flex-start;
}

.btn-action-top .btn_all {
    margin-right: 15px !important;
}

/*.btn-action-top .btn_all:last-of-type {
    margin-right: 0;
}*/

button.btn.dropdown-toggle.btn-light {
    outline: none !important;
}

.dropdown-menu {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

button.btn.dropdown-toggle.btn-light {
    box-shadow: none !important;
}

.popup-window .popup-window-heading {
    margin-bottom: 30px;
}

.auction-step-inner {
    display: flex;
    align-items: center;
}

.form-item-input.lot-sum {
    width: 150px;
}

.notice-action-top .btn_lot_delete {
    font-size: 16px;
    margin-bottom: 20px;
}

.notice-items-multiple .notice-tabs-content-inner:last-of-type .notice-action-top {
    padding-bottom: 20px;
    border-bottom: 1px solid #DEDEDE;
}

.security-type-item,
.auction-step-wrap {
    display: none;
}

.btn_lot_add {
    min-width: 170px;
}

.form-item.required.empty {
    border-left: 3px solid red;
    padding-left: 5px;
}

.input-err-text {
    display: none;
}

.input-empty {
    position: relative;
}

.input-empty .form-item-input {
    border-color: #FF5B5B;
}

.input-empty .input-err-text {
    right: 44px;
    bottom: -12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 24px;
    border-radius: 30.3px;
    padding-top: 7px;
    padding-right: 4px;
    padding-bottom: 7px;
    padding-left: 4px;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
    background-color: #FF5B5B;
    border: 1px solid #9E9E9E;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.divider {
    background: #D7D7D7;
    height: 1px;
    width: 100%;
    margin: 20px auto;
    display: block;
}

.notice-action-right .btn_blue_admin {
    margin-right: 0;
}

button.btn.dropdown-toggle.btn-light {
    border: 1px solid #CCCCCC;
    background: #FFFFFF;
    font-size: 16px;
    color: #4A4A4A;
    font-weight: 600;
}

/* Подача заявки */
/* С НДС*/
.notice-new-title-left {
    font-weight: normal;
}

.request-header {
    margin-bottom: 35px;
}

.request-header .notice-new-title {
    margin-bottom: 0;
}

.notice-action-right {
    justify-content: flex-end;
}

.request-price-offer-form {
    display: flex;
    align-items: center;
}

.request-price-offer-form .form-item {
    display: block;
    width: auto;
}

.request-price-offer-form .form-item:first-of-type {
    width: 195px;
    margin-right: 30px;
}

.request-price-offer-form .form-item:nth-of-type(2) {
    width: 90px;
}

.request-price-offer-form .form-item-label {
    min-width: auto;
    max-width: fit-content;
    font-size: 12px;
    font-weight: normal;
    color: #4A4A4A;
    margin: 0;
    line-height: 1.5;
}

.request-new-block {
    padding-top: 25px;
}

.notice-request-item .notice-tabs {
    justify-content: flex-start;
}

.notice-request-item .notice-tabs-item {
    margin-right: 20px;
}

.notice-request-item .requests-subtabs-item {
    margin-right: 15px;
}

.notice-request-item .notice-tabs-item:last-of-type {
    margin-right: 0;
}

.requests-subtabs-content-item {
    display: none;
}

.requests-subtabs-content-item.active {
    display: block;
}

.request-lot-pos-header {
    display: flex;
    align-items: center;
    padding-bottom: 25px;
}

.request-lot-pos-header .fs_10 {
    margin-right: 5px;
}

.request-lot-pos-header .radio-group .form-item-label {
    min-width: auto;
    max-width: 100%;
}

.request-lot-pos-header .radio-group {
    gap: 30px;
}

.form-item-sm .admin_select_wht_btn.form-item-dropdown.full-width-dropdown {
    height: 20px;
    width: 100%;
}

.form-item-sm .form-item-dropdown button.btn.dropdown-toggle.btn-light {
    padding: 0 4px;
    color: #000;
}

.form-item-required {
    position: relative;
}

.form-item-required::after {
    content: '*';
    color: #ED1212;
    position: absolute;
    right: -4px;
    top: -4px;
    padding: 0;
    margin: 0;
    line-height: 1;
    font-size: 10px;
}

.form-item-sm {
    height: 20px;
    font-size: 12px;
}

input.form-item-sm {
    padding-left: 7px;
    padding-right: 7px;
}

.form-item-sm .bootstrap-select > .dropdown-toggle:after {
    right: 4px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.request-table th:nth-of-type(n),
.request-table td:nth-of-type(n) {
    padding: 4px 10px 4px 0;
}


.request-table th:nth-of-type(2),
.request-table td:nth-of-type(2) {
    min-width: 113px;
    width: 113px;
}

.request-table th:nth-of-type(3),
.request-table td:nth-of-type(3) {
    min-width: 50px;
    width: 50px;
    padding-right: 5px;
}

.request-table th:nth-of-type(4),
.request-table td:nth-of-type(4) {
    min-width: 130px;
    width: 130px;
}

.request-table th:nth-of-type(5),
.request-table td:nth-of-type(5) {
    min-width: 150px;
    width: 150px;
}

.request-table th:nth-of-type(6),
.request-table td:nth-of-type(6) {
    min-width: 75px;
    width: 75px;
    padding-right: 12px;
}

.request-table th:nth-of-type(7),
.request-table td:nth-of-type(7) {
    min-width: 85px;
    width: 85px;
    padding-right: 12px;
}

.request-table th:nth-of-type(8),
.request-table td:nth-of-type(8) {
    min-width: 135px;
    width: 135px;
}

.request-table th:nth-of-type(9),
.request-table td:nth-of-type(9) {
    min-width: 80px;
    width: 80px;
    padding-right: 10px;
}

.request-lot-pos-nds {
    width: 60px;
}

.request-table-info {
    margin-top: 4px;
}

.form-item-sm .form-item-label {
    margin-right: 8px;
}

.request-table-info span {
    word-break: keep-all;
    white-space: nowrap;
    display: inline;
}

.request-table input,
.request-table input:disabled {
    color: #000000;
}

.request-table th {
    height: 43px;
}

.request-table .subheading-sm-text {
    color: #000000;
    margin-bottom: 10px;
}

.request-action {
    display: flex;
    align-items: center;
    padding-top: 24px;
    gap: 30px;
}

.request-action button {
    font-size: 16px;
}

.request-action-right {
    justify-content: flex-end;
}

.no-nds.request-table {
    margin-top: 10px;
}

.no-nds.request-table th:nth-of-type(5),
.no-nds.request-table td:nth-of-type(5) {
    padding-left: 40px;
    padding-right: 40px;
    min-width: 220px;
}

.notice-request-offer.no-nds .notice-request-price {
    justify-content: flex-start;
}

.request-action-ltr {
    justify-content: space-between;
}

.request-action-ltr-right {
    display: flex;
    align-items: center;
    gap: 30px;
}

#requestDocsDownload {
    display: none;
}

.request-header-auction .notice-new-title {
    margin-bottom: 4px;
}

.request-header-auction {
    margin-bottom: 15px;
}

.request-price-offer-form .form-item-label {
    margin-bottom: 5px;
}


.checkbox-align-center.custom-checkbox input[type="checkbox"]:checked + .checkbox-label::before,
.checkbox-align-center.custom-checkbox input[type="checkbox"]:not(:checked) + .checkbox-label::before {
    position: relative;
    display: flex;
}

.checkbox-align-center.custom-checkbox input[type="checkbox"] + .checkbox-label {
    padding-right: 0;
}

.request-td-num p {
    text-align: left;
    display: block;
    padding-bottom: 5px;
}

.request-history-table {
    width: calc(100% + 40px);
    margin-left: -20px;
    border-bottom: 1px solid #DEDEDE
}

.request-history-table th {
    font-weight: 400;
    font-size: 12px;
    line-height: 32px;
    letter-spacing: 0%;
    background: #FAFAFA;
    color: #4A4A4A;
}

.request-history-table td {
    font-weight: 400;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 0%;
    padding: 8px 0;
    color: #4A4A4A;
}

.request-history-table tbody tr {
    border-bottom: none;
}

.request-history-table .org-separator td {
    border-bottom: 1px solid #DEDEDE;
    height: 1px;
    padding: 0;
}

.td-pos-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;

    &:last-of-type {
        margin-bottom: 0;
    }
}

.request-history-table-pos tbody tr {
    border-bottom: 1px solid #DEDEDE;
}

.request-history-table-pos tbody tr:first-of-type td {
    padding-top: 23px;
}

.td-pos-item-sum,
.td-pos-item-text {
    flex: 1;
}

.td-pos-item-info {
    color: #4A4A4A;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5;
}

.td-pos-item-info-wrap {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.td-pos-item-info:first-of-type {
    margin-right: 30px;
}

.td-pos-item-info:nth-of-type(2) {
    width: calc(100% - 200px);
}

.td-pos-item-info-right {
    font-weight: 600;
}

.lk-request-lot,
.lk-request-item {
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    padding: 10px;
}

.lk-notice-requests {
    display: none;
}

.request-table td.request-td-status,
.request-table th.request-td-status {
    min-width: auto;
    width: auto;
    font-weight: 600;
}

.lk-request-item .request-table tr:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
}

.text-red {
    color: red;
    font-weight: bold;
}

.lk-request-item-status {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lk-request-item-content .notice-new-title {
    margin-bottom: 0;
}

.lk-request-lot,
.lk-request-item {
    margin-bottom: 20px;
}

.lk-request-lot:last-of-type,
.lk-request-item:last-of-type {
    margin-bottom: 0;
}

.request-table-lots .request-table-pos-row td {
    text-align: left;
    padding-top: 8px;
    padding-bottom: 8px;
}

.request-table-lots .request-table-pos-row td .subheading-sm-text {
    margin-bottom: 0;
}

.request-table-lots td:first-of-type {
    text-align: left;
}

.request-table-lots-num-wrap {
    margin-bottom: 5px;
}

.request-table-lots-org,
.request-table-lots-num {
    font-weight: 600;
}

.request-table-lots-org {
    color: #2D9CDB;
}

.request-table-lots {
    margin-bottom: 20px;
}

.lk-request-lot {
    position: relative;
}

.lk-request-lot-action {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.lk-request-lot-table-content {
    display: none;
}

.lk-request-lot .request-header-auction {
    cursor: pointer;
}

.lk-request-lot {
    padding-bottom: 20px;
}

.notice-request-table-sortby:hover {
    cursor: pointer;
}

.notice-request-table-sortby {
    margin-top: 5px;
    display: inline-flex;
    margin-bottom: 5px;
}

.notice-request-table-sortby.open::after {
    transform: translate(100%, -40%) rotate(180deg);
}

.lot-pos-table.notice-request-table {
    display: none;
}

.lot-pos-table.notice-request-table.shown {
    display: block;
}

.text-blue {
    color: #2D9CDB;
}

.request-clarification-item:hover {
    cursor: pointer;
}

.request-clarification-item.requests {
    display: flex;
    align-items: center;
}

.clarification-request-term-date.valid {
    color: #36A982;
}

.clarification-request-send-btn .btn_all,
.clarification-request-action .btn_all {
    min-width: 135px;
    width: auto;
}

.clarification-request-docs-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.clarification-request-docs-item {
    min-width: 135px;
}

.clarification-request-docs-item .btn_all {
    padding-left: 8px;
    padding-right: 8px;
    min-width: 135px;
}

.clarification-request-docs-item .notice-doc-name {
    min-width: 200px;
    max-width: 100%;
    margin-right: 0;
}

.clarification-request-docs-item .notice-doc-sign {
    min-width: 100%;
    max-width: 100%;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    margin-bottom: 25px;
}

.clarification-request-docs-item .clarification-request-docs {
    margin-bottom: 25px;
}

.form-select {
    display: none;
}

.form-select-wrap {
    position: relative;
    font-size: 12px;
    color: #555
}

.tooltip-icon {
    background: #cc7e17;
    width: 12px;
    min-width: 12px;
    height: 12px;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: -3px;
    right: -8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0)
}

.tooltip-icon:hover {
    cursor: help
}

.tooltip-text {
    position: relative
}

.tooltip-item {
    position: relative
}

.tooltip-content {
    display: none;
    width: 200px;
    position: absolute;
    right: 0;
    top: -10px;
    padding: 5px;
    background: #d9d9d9;
    border-radius: 10px;
    -webkit-transform: translate(100%, -100%);
    -ms-transform: translate(100%, -100%);
    transform: translate(100%, -100%)
}

.tooltip-content::before {
    content: "";
    background-image: url(../img/tiangle.svg);
    width: 23px;
    height: 16px;
    position: absolute;
    left: -8px;
    bottom: 0;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%)
}

.tooltip-content-text {
    color: #333;
    font-size: 10px
}

.full-width {
    width: 100%
}

.custom-select-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    padding: 0 25px 0 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 600;
}

.custom-select-box::after {
    position: absolute;
    width: 11.6px;
    height: 6.8px;
    content: "";
    right: 7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/arrow-down.svg) center/contain no-repeat
}

.custom-select-box.open::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.custom-select-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    z-index: 2;
    max-height: 200px;
    overflow-y: auto;
    background: #fff;
    padding: 0;
}

.custom-select-option {
    padding: 8px 10px;
    cursor: pointer;
    line-height: 1;
}

.custom-select-option:hover {
    background-color: #f5f5f5
}

.request-lot-pos-nds .custom-select-box {
    width: calc(100% - 4px);
    height: 100%;
    padding: 0 4px;
    color: #000;
    font-size: 12px;
    min-height: 20px;
}

.request-lot-pos-country .custom-select-box {
    width: calc(100% - 4px);
    height: 100%;
    padding: 0 4px;
    color: #000;
    font-size: 12px;
    min-height: 20px;
}

.request-lot-pos-country .custom-select-box::after {
    right: 4px;
}

.request-lot-pos-nds .custom-select-box::after {
    right: 4px;
}

.request-lot-pos-nds .custom-select-option {
    padding: 4px;
    color: #000;
    font-size: 12px;
}

.subheading-sm-text.form-item-required {
    display: inline-flex;
}

.subheading-sm-text.form-item-required::after {
    top: 0;
}

/* Разъяснения */

.request-clarify-heading {
    margin-bottom: 5px;
}

.request-clarify-content {
    margin-bottom: 12px;
}

.request-clarify-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.request-clarify-action.right {
    justify-content: flex-end;
}

.request-clarify-action:last-of-type {
    margin-bottom: 0;
}

.request-clarify-action .btn_all {
    min-width: 150px;
}

.notice-doc-sign .notice-doc-status {
    display: none;
}

.request-clarify-content .notice-doc-name {
    min-width: 185px;
    max-width: 100%;
}

.request-clarify-content .notice-doc-sign {
    margin-right: 0;
    min-width: 150px;
}

.notice-doc-item {
    margin-bottom: 6px;
}

.notice-doc-item:last-of-type {
    margin-bottom: 0;
}

.request-clarify-content .notice-doc-item {
    justify-content: space-between;
}

.request-clarify-content-docs {
    padding-top: 10px;
}

.lk-request-clarify .paragraph-xs-text,
.lk-request-clarify .paragraph-text {
    color: #8A8989;
}


.no-btn.notice-doc-item .notice-doc-name {
    min-width: auto;
    max-width: 100%;
}

.no-btn.notice-doc-item {
    justify-content: flex-start;
}


.lk-request-clarify .request-clarify-action:last-of-type {
    margin-bottom: 0;
}

.lk-request-clarify .clarification-request-item {
    padding-right: 0;
}

.lk-request-clarify .request-clarify-content {
    margin-bottom: 0;
}


.notice-new-header {
    position: relative;
}

.notice-header-action-right {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
}

.notice-header-action-right .btn_all {
    margin-right: 12px;
}

.notice-header-action-right .btn_all:last-of-type {
    margin-right: 0;
}

.no-clarify-requests.clarification-request-wrap {
    border-bottom: none;
    padding-bottom: 0;
}


.lk-request-clarify .request-clarify-action {
    padding-top: 16px;
}

.request-clarify-action-bottom {
    padding-top: 16px;
    width: calc(50% - 20px);
}

.clarify-multiple .clarification-request-content-wrap {
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.clarify-multiple .clarification-request-content-wrap:last-of-type {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

/*
.request-clarify-client-action {
	display: flex;
	justify-content: flex-end;
}

.clarification-client-content .request-clarify-action {
	margin-bottom: 0;
}

.clarification-client-content .clarification-request-item {
	padding-right: 0;
}

.clarification-client-content .notice-doc-item {
	width: 100%;
}
*/


/* Аукцион */

.auction-heading {
    color: #4A4A4A;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    display: block;
    padding-bottom: 6px;
    border-bottom: 1px solid #DEDEDE;
    margin-bottom: 10px;
}

.auction-content .notice-tabs {
    justify-content: flex-start;
}

.auction-content .notice-tabs .notice-tabs-item {
    margin-right: 15px;
}

.auction-content .notice-tabs .notice-tabs-item:last-of-type {
    margin-right: 0;
}

.auction-tabs-content-inner {
    padding-top: 30px;
}

.auction-table th {
    font-weight: 400;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #4A4A4A;
}

.auction-table.table thead th {
    border-bottom: 1px solid #dee2e6;
    border-top: none;
    padding-top: 0;
    padding-bottom: 6px;
}

.auction-table td {
    font-size: 12px;
    color: #4A4A4A;
}

.auction-table.table tbody td {
    border-bottom: 1px solid #dee2e6;
}

.auction-table .auction-table-lot,
.auction-table .auction-table-lot-number {
    color: #506D8F;
    font-weight: 600;
}

.auction-table .auction-table-lot-number {
    white-space: nowrap;
}

.auction-table .auction-table-participants,
.auction-table .auction-table-nmc,
.auction-table .auction-table-timer,
.auction-table .auction-table-price {
    text-align: right;
    white-space: nowrap;
}

.auction-table-current .auction-table-lot {
    max-width: 290px;
}

.auction-heading.hall {
    border-bottom: none;
}

.auction-info-heading {
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #2D9CDB;
    display: block;
    margin-bottom: 8px;
}

.auction-info-text {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
    min-height: 21px;
}

.auction-info-text:last-of-type {
    margin-bottom: 0;
}

.auction-info-text .plain-text {
    margin-right: 6px;
    min-width: 126px;
}

.auction-info-item.general {
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 8px;
}

.auction-info-wrap {
    padding-top: 18px;
    display: flex;
    align-items: flex-start;
}

.auction-info-table {
    margin-left: 110px;
    min-width: 295px;
}

.bid-table.table td {
    padding-top: 3px;
    padding-bottom: 3px;
}

.bid-table.auction-table.table tbody td {
    border: none;
}

.table.auction-table {
    margin-bottom: 0;
}

.auction-info-participants {
    justify-content: space-between;
}

.auction-info-participants .auction-info-table {
    margin-left: 0;
}

.auction-table.table thead th:first-of-type,
.auction-table.table tbody td:first-of-type {
    padding-left: 0;
}

.auction-tabs-content-inner .lot-pos-pagination {
    padding-top: 10px;
}

.custom-select-box.disabled {
    opacity: 0.6;
    pointer-events: none;
    background-color: #f5f5f5;
}

.custom-select-options.disabled {
    display: none !important;
}

.protocol-item {
    padding-top: 10px;
    padding-bottom: 10px;
}

.protocol-item-heading {
    font-weight: 400;
    font-size: 15px;
    line-height: 32px;
    letter-spacing: 0%;
    display: block;
    font-weight: 600;
    color: #4A4A4A;
}

.protocol-item-heading.published {
    color: #2D9CDB;
}

.protocol-item-draft {
    font-weight: 400;
}

.protocol-item-heading.no-protocols {
    font-weight: normal;
}

.protocol-item-stage,
.notice-stage-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.protocol-item-stage {
    border-bottom: 1px solid #D9D9D9;
}

.protocol-item-stage-left {
    display: flex;
    align-items: center;
}

.protocol-item-status {
    margin-left: 40px;
}

.protocol-item.empty {
    padding-bottom: 0;
}

.protocol-item-date .form-item-label {
    font-weight: normal;
    min-width: auto;
    margin-right: 25px;
    white-space: nowrap;
}

.protocol-item-date .form-stage-wrap {
    margin-bottom: 5px;
}

.protocol-item-options .checkbox-label {
    font-size: 14px;
}

.protocol-item-options .custom-checkbox {
    margin-bottom: 6px;
}

.protocol-item-options .custom-checkbox:last-of-type {
    margin-bottom: 0;
}

.protocol-item-wrap .protocol-item-heading {
    margin-bottom: 10px;
}

.protocol-item-wrap {
    border-bottom: 1px solid #D9D9D9;
}

.protocol-docs-btns .btn_blue {
    margin-bottom: 20px;
}

.request-lot-pos-form .form-item:nth-of-type(2) {
    width: auto;
    margin-right: 30px;
}

.request-lot-pos-form .form-item:last-of-type {
    width: 90px;
}

.request-sent-pos-top .form-item-label {
    min-width: auto;
    max-width: 100%;
    width: auto;
    margin-right: 0;
    font-size: 11px;
}

.request-sent-pos-top {
    padding-bottom: 20px;
    padding-top: 0;
}

.lot-pos-table.notice-request-sent-table {
    display: block;
}

.notice-request-sent-table.notice-request-table th:last-of-type,
.notice-request-sent-table.notice-request-table td:last-of-type {
    min-width: 45px;
    width: 45px;
    padding-right: 0px;
}

.notice-request-sent-table.notice-request-table th:nth-of-type(6),
.notice-request-sent-table.notice-request-table td:nth-of-type(6) {
    min-width: 155px;
    width: 155px;
}

.notice-request-sent-table.notice-request-table th:nth-of-type(7),
.notice-request-sent-table.notice-request-table td:nth-of-type(7) {
    min-width: 98px;
    width: 98px;
}

.notice-request-sent-table.notice-request-table th:nth-of-type(8),
.notice-request-sent-table.notice-request-table td:nth-of-type(8) {
    min-width: 95px;
    width: 95px;
    padding-right: 10px;
}

.request-lot-pos-country {
    margin-bottom: 5px;
}

.require-more-details:hover {
    cursor: pointer;
}

.lot-exception-popup .popup-window-subheading,
.lot-exception-popup .popup-window-heading {
    margin-bottom: 0;
    padding-bottom: 0;
}

.lot-exception-popup .pd-10.notice-new-block {
    border-bottom: none;
}

.lot-exception-popup .notice-action {
    display: flex;
    justify-content: center;
}

.form-select-wrap.full-width {
    width: 100%;
}

.text-bold {
    font-weight: 600;
}

.form-item-horizontal {
    display: block;
}

.form-item-horizontal .form-item-label {
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    min-width: 100%;
    margin-bottom: 5px;
    display: block;
}

.form-item-horizontal {
    margin-bottom: 15px;
}

.protocol-select .custom-select-box {
    line-height: 1;
    font-weight: normal;
    display: table-cell;
    vertical-align: middle;
}

.protocol-select .custom-select-box .text-bold {
    padding-left: 3px;
}

.form-select-wrap.protocol-select {
    display: table;
}

.protocol-textarea-wrap {
    display: block;
    margin-top: 12px;
}

.protocol-textarea-wrap .form-item-textarea {
    width: 490px;
}

.protocol-textarea-wrap .form-item-textarea textarea {
    width: 100%;
    height: 62px;
}

.protocol-textarea-wrap .form-item-label {
    min-width: 100%;
    width: auto;
    font-size: 14px;
    margin-bottom: 5px;
}

.popup-notice .notice-action-justify {
    justify-content: space-between;
}

.popup-notice .protocol-textarea-wrap .form-item-textarea {
    width: 100%;
}

.protocol-item-complete .form-item-label {
    margin-right: 10px;
}

.protocol-item .notice-docs-wrap:last-of-type {
    margin-bottom: 0;
}

.card-customer .notice-inner {
    margin-bottom: 0;
    align-items: stretch;
}

.notice-info-item:last-of-type {
    margin-bottom: 0;
}

.btn-delete {
    background-image: url(../img/remove.svg);
    width: 21.5px;
    height: 23px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
}

.card-customer .btn-delete {
    position: absolute;
    right: 20px;
    top: 27px;
}

.notice-multiple-content .wrapper {
    display: block;
}

.notice-multiple-content .card-customer {
    margin-bottom: 55px;
}

.card-customer .notice-header-top {
    min-height: auto;
    display: block;
    margin-bottom: 5px;
}

.card-customer .notice-right-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
}


.card-customer {
    height: 150px;
}

.card-customer .notice-info-text.top {
    line-height: 1;
    margin-bottom: 0;
}

.plan-heading {
    color: #4A4A4A;
    margin-bottom: 20px;
    font-weight: 600;
}

.plan-header-btn {
    display: flex;
    justify-content: flex-end;
}

.plan-form-item {
    display: block;
    margin-bottom: 15px;
}

.plan-form-item .form-item-label {
    font-size: 14px;
    font-weight: 600;
    color: #4A4A4A;
    margin-bottom: 8px;
}

.plan-info-header-left {
    font-size: 16px;
    color: #4A4A4A;
}

.plan-info-header-right {
    font-size: 16px;
    font-weight: 600;
}

.plan-info-header {
    margin-bottom: 10px;
}

.plan-info-item-left {
    font-size: 14px;
    color: #4A4A4A;
}

.plan-info-item-right {
    font-size: 14px;
    color: #4A4A4A;
    font-weight: 600;
}


.status-accepted,
.text-green {
    color: #36A982;
}

.status-awaiting,
.text-orange {
    color: #F0AD4E;
}

.status-rejected,
.text-red {
    color: #FF5B5B;
}

.status-expired {
    color: #FF5B5B;
}

.status-processing,
.text-blue {
    color: #2D9CDB;
}

.plan-info-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.plan-error {
    color: red;
    font-size: 13px;
    margin-top: 10px;
}

.plan-import-wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    background-color: #fff;
    padding: 24px;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.25);
    width: 100%;
    max-width: 420px;
    height: fit-content;
}

.reject-contract-conflict-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    background-color: #fff;
    padding: 24px;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.25);
    width: 100%;
    max-width: 420px;
    height: fit-content;
}


.plan-customer-wrap {
    display: flex;
    align-items: flex-start;
    width: 100%;
    justify-content: space-between;
}

.plan-customer-info {
    min-width: 830px;
    width: 830px;
}

.wrapper-plans {
    max-width: 1260px;
}

.plan-import-wrap .plan-heading {
    margin-bottom: 28px;
    display: block;
}

.plan-import-wrap .form-item {
    margin-bottom: 32px;
}

.plan-import-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.plan-import-action .btn_wht_admin {
    min-width: 140px;
}

.plan-header-open {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.plan-header-open .plan-heading {
    margin-bottom: 0;
}

.plan-new .plan-heading {
    margin-bottom: 12px;
}

.plan-open-wrap {
    align-items: flex-end;
}

.plan-open-wrap .plan-new {
    margin-bottom: 172px;
}

.plan-info-docs .notice-doc-name {
    display: block;
    min-width: auto;
    max-width: auto;
}

.plan-pos-search {
    margin-bottom: 20px;
}

.plan-pos-info {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.plan-pos-info .form-item-label {
    min-width: 225px;
    max-width: 225px;
    font-size: 14px;
    margin-right: 15px;
}

.plan-pos-info .date-time-input {
    min-width: 135px;
    max-width: 135px;
}

.plan-pos-info .date-time-input input::placeholder {
    opacity: 0;
}

.plan-pos-info .checkbox-label {
    min-width: 215px;
}

.plan-pos-info .custom-checkbox {
    font-size: 14px;
    margin-left: 15px;
}

.price-input-group {
    display: flex;
    align-items: center;
    gap: 20px;
}

.price-input-group .form-item-input {
    min-width: 135px;
    max-width: 135px;
    padding-left: 25px;
}

.form-item-price-text {
    position: absolute;
    font-size: 12px;
    padding-left: 10px;
    color: #4A4A4A;
}

.plan-pos-info .select-purchase-method {
    width: calc(100% - 15px);
}

.plan-pos-info .select-purchase-method .form-select-wrap {
    width: 292px;
}


.plan-lot-table {
    display: block;
}

.plan-lot-table th:nth-of-type(2),
.plan-lot-table td:nth-of-type(2) {
    min-width: 110px;
}

.plan-lot-table th:nth-of-type(3),
.plan-lot-table td:nth-of-type(3) {
    min-width: 90px;
}

.plan-lot-table th:nth-of-type(4),
.plan-lot-table td:nth-of-type(4) {
    min-width: 120px;
}

.plan-lot-table th:nth-of-type(5),
.plan-lot-table td:nth-of-type(5) {
    min-width: 50px;
}

.plan-lot-table th:nth-of-type(6),
.plan-lot-table td:nth-of-type(6) {
    min-width: 50px;
    max-width: 50px;
}

.plan-lot-table th:nth-of-type(7),
.plan-lot-table td:nth-of-type(7) {
    min-width: 80px;
    max-width: 80px;
}

.plan-lot-table th:nth-of-type(9),
.plan-lot-table td:nth-of-type(9) {
    min-width: 110px;
    max-width: 110px;
}

.plan-lot-table th:last-of-type,
.plan-lot-table td:last-of-type {
    min-width: 54px;
}

.td-text-bold {
    font-weight: 600;
}

.plan-lot-table td {
    padding-bottom: 8px;
}

.plan-lot-table {
    margin-bottom: 10px;
}

.notice-doc-empty {
    color: #8A8989;
    font-size: 12px;
    font-weight: 600;
}

.lot-parameters {
    padding-top: 16px;
}

.lot-parameters-heading {
    margin-bottom: 5px;
}

.lot-parameters .form-stage-wrap .form-item-label {
    font-size: 12px;
    min-width: 235px;
}

.lot-parameters-subheading {
    margin-bottom: 12px;
}

.parameters-table td,
.parameters-table th {
    width: 50%;
}

.parameters-table td span {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0%;
    color: #4A4A4A;
}

.parameters-table thead th {
    background: #F4F4F4;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #4A4A4A;
}

.parameters-table.table thead th {
    border-top: none;
    border-bottom-width: 1px;
}

.parameters-table.table thead th:first-of-type,
.parameters-table.table thead th:nth-of-type(2) {
    border-right: 1px solid #E0E0E0;
}

.parameters-table.table tr td:first-of-type,
.parameters-table.table tr td:nth-of-type(2) {
    border-right: 1px solid #E0E0E0;
}

.parameters-table td.parameters-td-empty span {
    color: #CCCCCC;
}

.parameters-table tr:last-of-type td {
    border-bottom: 1px solid #E0E0E0;
}

.parameters-table .btn-edit {
    position: initial;
}

.parameters-td-action {
    display: flex;
    align-items: center;
}

td.parameters-td-action,
th.parameters-td-action {
    min-width: 80px;
}

.parameters-table th:last-of-type {
    background: transparent;
    border: none;
}

.parameters-table tr td:last-of-type {
    border: none;
}

.parameters-table td {
    vertical-align: middle !important;
}

.notice-action .btn_all:nth-of-type(2),
.notice-action .btn_all:last-of-type {
    margin-right: 0;
}

.lot-parameters-action {
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 20px;
    padding-top: 0;
}

.lot-parameters-item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.lot-parameters-item-header .notice-lot-heading {
    margin-bottom: 0;
}

.lot-parameters-item-header .btn_all {
    min-width: 170px;
}

.lot-parameters-extra {
    display: flex;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #DEDEDE;
}

.lot-parameters-extra .lot-parameters-subheading {
    margin-bottom: 0;
    margin-right: 4px;
}

.lot-parameters-single {
    border-top: 1px solid #DEDEDE;
    padding-top: 15px;
    margin-top: 20px;
}

.popup-parameters .popup-window-wrap {
    width: 825px;
}

.popup-parameters-heading {
    color: #2D9CDB;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 20px;
    display: block;
}

.parameters-tabs-content-item {
    display: none;
}

.parameters-tabs-content-item.active {
    display: block;
}

.parameters-tabs-header {
    display: flex;
    align-items: center;
}

.parameters-tab {
    color: #4A4A4A;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #CCCCCC;
    margin-right: 24px;
}

.parameters-tab.active {
    color: #2D9CDB;
    border-color: #2D9CDB;
}

.parameters-tab:hover {
    cursor: pointer;
}

.parameters-tab:last-of-type {
    margin-right: 0;
}

.parameters-tabs-content {
    padding-top: 30px;
}

.form-item-parameters {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.form-item-parameters .form-item-label {
    font-weight: normal;
    font-size: 14px;
}

.popup-parameters-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 185px;
    padding-right: 25px;
    margin-bottom: 36px;
}

.popup-parameters .checkbox-align-left.custom-checkbox input[type="checkbox"] + .checkbox-label {
    padding-left: 30px;
    min-height: 20px;
}

.parameters-select .custom-select-box {
    font-weight: normal;
}


.custom-select-option:hover {
    background: #2D9CDB52;
}

.parameter-type-input {
    width: 100%;
    display: none;
}

.parameter-type-input.selected {
    display: block;
}

.parameter-type-input .form-item-textarea textarea {
    height: 112px;
    width: 100%;
}

.form-item-parameters-select {
    align-items: flex-start;
}

.parameter-type-date .custom-checkbox {
    margin-bottom: 20px;
}

#paramDateRange {
    display: none;
}

.form-item-parameters-select.date-selected {
    align-items: flex-end;
}

.form-item-parameters-select.date-selected .form-item-label {
    padding-bottom: 7px;
}

.date-time-input.required {
    position: relative;
}

.date-time-input.required::after {
    position: absolute;
    content: '*';
    color: #EF3030;
    right: -10px;
    top: -7px;
}

.parameter-type-custom-inner .form-item-label {
    font-size: 12px;
    min-width: 100px;
    max-width: 100px;
    text-align: right;
    margin-right: 15px;
}

.parameter-type-custom-inner {
    padding-left: 70px;
    margin-bottom: 25px;
    display: none;
}

.parameter-type-custom-inner.open {
    display: block;
}

.parameter-type-custom-inner .form-item-parameters {
    margin-bottom: 8px;
}

.parameter-type-custom-inner .btn_all {
    margin-left: 115px;
    padding-left: 8px;
    padding-right: 8px;
}

.table-add-param-text {
    font-size: 12px;
    color: #4A4A4A;
    display: block;
}

.table-add-param-text.lightgrey {
    color: #E0E0E0;
}

.td-add-param-quantity {
    text-align: center;
}

.popup-parameters .lot-parameters-action {
    padding-bottom: 0;
    border-bottom: none;
    padding-right: 80px;
}

.popup-parameters .parameters-table tr:nth-of-type(2) td {
    background: #499CCC80;
}

.popup-parameters .parameters-table tr:nth-of-type(2) td:nth-of-type(3) {
    background: transparent;
}

.param-set-popup {
    position: absolute;
    right: 0;
    top: 0;
    width: 485px;
    border: 1px solid #4A4A4A;
    max-height: 622px;
    height: auto;
    overflow-y: scroll;
}

.param-set-popup-heading {
    color: #4A4A4A;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    display: block;
    margin-bottom: 28px;
    text-align: center;
    box-shadow: none;
}

.param-set-arrow {
    position: absolute;
    left: 22px;
    top: 32px;
    background-image: url(../img/arr-lg-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 15px;
    height: 20px;
}

.popup-parameters-table {
    min-height: 570px;
}

.popup-parameters {
    overflow-y: scroll;
}

.param-set-block {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 15px;
}

.param-new-set-block .form-item-label {
    font-size: 11px;
}

.param-new-set-block .form-item {
    margin-bottom: 3px;
}

.param-new-set-block .form-item-input,
.param-new-set-block .parameter-type-input .form-item-textarea textarea,
.param-new-set-block .parameters-select .custom-select-box,
.param-new-set-block .form-select-wrap {
    font-size: 10px;
}

.param-new-set-block .popup-parameters-options {
    margin-left: 0;
    padding-right: 0;
}

.param-new-set-block .checkbox-align-left.custom-checkbox input[type="checkbox"] + .checkbox-label {
    font-size: 10px;
    display: flex;
    align-items: center;
}

.param-set-popup {
    padding: 20px;
}

.param-set-popup .popup-parameters-options {
    margin-top: 15px;
    margin-bottom: 15px;
}

.param-new-set-block .parameter-type-input .form-item-textarea textarea,
.param-new-set-block .form-item-input,
.param-new-set-block .custom-select-box {
    height: 20px;
}

.param-new-set-block .parameter-type-input .form-item-textarea textarea {
    padding-top: 2px;
    padding-bottom: 0;
}

.parameter-type-text {
    display: block;
}

.parameter-type-number,
.parameter-type-date,
.parameter-type-custom {
    display: none;
}

.parameter-set-action .btn_blue_admin {
    margin-bottom: 35px;
}

.param-item-wrap {
    display: flex;
    align-items: center;
}

.param-set-popup .btn-delete {
    width: 15px;
    min-width: 15px;
    height: 15px;
    margin: 0;
    padding: 0;
    margin-left: 10px;
}

.param-set-block .form-item-input {
    min-width: 230px !important;
    width: 230px !important;
}

.param-set-block .form-select-wrap,
.param-set-block .form-item-textarea {
    min-width: 230px;
    width: 230px;
}


.param-set-wrap {
    height: 307px;
    overflow-y: scroll;
}

/* The main scrollbar container - creates our border */
.param-set-wrap::-webkit-scrollbar {
    width: 10px;
    /* Extra space for border */
}

/* The track - will show our border */
.param-set-wrap::-webkit-scrollbar-track {
    background: transparent;
    border: 1px solid #CCCCCC;
    border-radius: 6px;
    margin: 1px;
    /* Ensures border is fully visible */
}

/* The moving thumb part */
.param-set-wrap::-webkit-scrollbar-thumb {
    background: #CCCCCC;
    border-radius: 6px;
    width: 4px;
    margin: 2px;
    /* Centers the thumb and creates border effect */
}

/* Firefox fallback */
.param-set-wrap {
    scrollbar-width: thin;
    scrollbar-color: #CCCCCC transparent;
}

.parameter-type-textarea .form-item-textarea textarea {
    font-size: 10px;
    height: auto;
    min-height: 20px;
}

.btn-request-text {
    font-size: 16px;
    color: #FFFFFF;
}

.notice-content .btn_all.btn-request {
    padding-right: 1px;
}

.notice-content .request-sent-num-wrap {
    margin-top: -1px;
}

.notice-new-title-flex {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.plan-lot-table-incomplete th:nth-of-type(n),
.plan-lot-table-incomplete td:nth-of-type(n) {
    width: auto;
    min-width: auto;
    max-width: 100%;
    word-break: break-word;
}

.plan-lot-table-incomplete th.plan-col-nmc,
.plan-lot-table-incomplete td.plan-col-nmc {
    min-width: 100px;
}

.plan-lot-table-incomplete th.plan-col-period,
.plan-lot-table-incomplete td.plan-col-period {
    min-width: 155px;
}

.plan-lot-table-incomplete th.plan-col-method,
.plan-lot-table-incomplete td.plan-col-method {
    min-width: 235px;
}

.plan-lot-table-incomplete th.plan-col-smps,
.plan-lot-table-incomplete td.plan-col-smps {
    min-width: 50px;
}

.plan-col-action .btn_blue {
    font-size: 16px;
    padding: 0 5px;
    margin-left: auto;
}

.plan-col-action .subheading-sm-text {
    margin-bottom: 5px;
}

.plan-col-action {
    text-align: right;
}


.plan-lot-table .plan-row-action {
    border-top: none;
}

.plan-lot-table .plan-row-action td {
    padding-top: 0;
}

.popup-purchases-plans .popup-window-wrap {
    width: auto;
}

.plan-pos-heading {
    font-size: 14px;
    color: #4A4A4A;
    font-weight: 600;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-content {
    background: white;
    padding: 2rem;
    border-radius: 10px;
    width: 500px;
    max-width: 90%;
}

.hidden {
    display: none;
}

.plan-pos-info-wrap {
    margin-bottom: 25px;
}

.plan-pos-info-item {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.plan-pos-info-item:last-of-type {
    margin-bottom: 0;
}

.plan-pos-info-left {
    width: 210px;
    margin-right: 35px;
    color: #4A4A4A;
    font-size: 12px;
    font-weight: 600;
}

.plan-pos-info-right {
    color: #4A4A4A;
    font-size: 12px;
}

.plan-pos-wrap .plan-pos-heading {
    margin-bottom: 12px;
    display: block;
}

.plan-lot-table th {
    font-weight: 600;
    color: #4A4A4A;
}

.plan-lot-table td {
    color: #4A4A4A;
}

.plan-lot-table-incomplete th,
.plan-lot-table-incomplete td {
    font-size: 12px;
}

.plan-lot-table-incomplete th.plan-col-quantity,
.plan-lot-table-incomplete td.plan-col-quantity,
.plan-lot-table-incomplete th.plan-col-unit,
.plan-lot-table-incomplete td.plan-col-unit {
    min-width: 70px;
}

.plan-lot-table-incomplete th.plan-col-nat-mode,
.plan-lot-table-incomplete td.plan-col-nat-mode,
.plan-lot-table-incomplete th.plan-col-more-info,
.plan-lot-table-incomplete td.plan-col-more-info {
    min-width: 98px;
}

.plan-lot-table-incomplete th.plan-col-obj-type,
.plan-lot-table-incomplete td.plan-col-obj-type {
    min-width: 100px;
}

.plan-pos-item {
    margin-bottom: 70px;
}

.plan-pos-item.empty {
    display: block;
}

.plan-pos-info-table {
    display: flex;
    align-items: flex-start;
}

.plan-pos-info-th,
.plan-pos-info-td {
    display: block;
}

.plan-pos-info-table-left {
    min-width: 75px;
}

.plan-pos-info-table-right {
    text-align: right;
}

.plan-pos-info-td,
.plan-pos-info-th {
    font-size: 12px;
    color: #4A4A4A;
    display: block;
}

.plan-pos-info-th {
    font-weight: 600;
}

.plan-pos-info-item.has-table {
    align-items: flex-start;
}

.plan-lot-table th.plan-col-number,
.plan-lot-table td.plan-col-number {
    min-width: 35px;
}

.btn_blue_reverse {
    color: #2D9CDB;
    background: #FFFFFF;
}

.btn_blue_reverse:hover {
    color: #2D9CDB;
    background: #FFFFFF;
}

.commerce-lot-item.open .commerce-lot-item-content {
    display: block;
}

.plan-pos-info-wrap {
    display: flex;
    align-items: flex-start;
}

.plan-pos-info-wrap .plan-pos-info-left {
    width: 100%;
}

.plan-pos-info-wrap .plan-pos-info-right {
    min-width: 200px;
    padding-right: 18px;
}

.plan-pos-info-wrap .checkbox-align-right {
    justify-content: flex-end;
    margin-bottom: 10px;
}

.plan-pos-info-wrap .btn_all {
    margin-left: auto;
    margin-top: 15px;
    font-size: 16px;
}

.btn_blue_reverse {
    color: #2D9CDB;
    background: #FFFFFF;
}

.btn_blue_reverse:hover {
    color: #2D9CDB;
    background: #FFFFFF;
}

.plan-pos-info-wrap-column {
    margin-bottom: 25px;
}

.lot-pos-plan-info {
    margin-top: 25px;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.btn-refresh {
    background-image: url(../img/arrow-clockwise.svg);
    width: 22px;
    height: 22px;
}

.lot-pos-plan-info .btn {
    position: initial;
    display: block;
}

.lot-popup .form-select-wrap {
    width: 100%;
}

.lot-popup .plan-info-header-left .text-blue {
    font-weight: 600;
}

.lot-popup .custom-select-box {
    font-weight: 400;
}

.lot-popup-pos {
    max-height: 400px;
    overflow-y: scroll;
}

.lot-pos-info-item {
    display: flex;
    align-items: flex-start;
    padding-top: 6px;
    padding-bottom: 10px;
    border-bottom: 1px solid #D7D7D7;
}

.lot-pos-info-item-left {
    margin-right: 5px;
    min-width: 20px;
}

.plan-col-action .text-blue {
    margin-bottom: 10px;
}

.lot-popup-alert {
    margin-top: 10px;
}

.plan-col-action .text-blue {
    margin-bottom: 10px;
}
.button-row {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.nav-action {
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    width: 256px;
    background: #FFFFFF;
    position: absolute;
    right: 0;
    top: 55px;
    display: none;
}

.nav-action.open {
    display: block;
}

.nav-action-link {
    font-size: 12px;
    color: #333333;
    display: block;
    padding: 8px;
}

.nav-action-link:hover {
    color: #333333;
    background: #2D9CDB52;
}

.btn_orange_admin {
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 5px 15px;
    border: 1px solid #9E9E9E;
    background: rgb(240, 173, 78);
}

.btn_orange {
    font-size: 16px;
}

.btn_nav {
    background-image: url(../img/menu.svg);
    width: 30px;
    height: 24px;
    border: none;
    outline: none;
    background-color: transparent;
}

.input-flat {
    border: none;
    background: transparent;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center; /* Центрирование текста */
}

.short-input {
    width: 80px; /* около 5 символов */
    height: 26px;
}

.full-input {
    width: calc(17ch + 10px); /* под 17 символов */
    height: 26px;
    line-height: 26px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    background: white;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 2px 4px;
    box-sizing: border-box;
}

.input-flat:focus {
    outline: none;
    border-bottom: 1px solid #aaa;
    background: #f9f9f9;
}

.hidden-row {
    display: none;
}

/* Timer - Unique Styles */
.reauction-timer-container {
    display: inline-block;
    font-weight: 600;
    font-size: 12px;
    color: #36A982;
    position: relative;
    padding-left: 30px;
}

.reauction-timer-container::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.51496 1.01896C8.34401 1.00635 8.17225 1 8 1V0C8.19684 0 8.39314 0.00726199 8.58851 0.0216722L8.51496 1.01896ZM10.5193 1.46905C10.1985 1.34533 9.86912 1.2454 9.53371 1.17008L9.75281 0.194382C10.1361 0.280463 10.5126 0.394665 10.8792 0.536055L10.5193 1.46905ZM11.889 2.17971C11.7458 2.08402 11.5994 1.99388 11.4503 1.90939L11.9432 1.0393C12.1136 1.13586 12.2809 1.23888 12.4446 1.34824C12.6082 1.4576 12.7674 1.5727 12.9219 1.69322L12.3066 2.48158C12.1715 2.37612 12.0322 2.27541 11.889 2.17971ZM13.7231 3.96934C13.5252 3.68829 13.3068 3.42218 13.0697 3.17321L13.794 2.48368C14.0649 2.76821 14.3145 3.07233 14.5407 3.39353L13.7231 3.96934ZM14.4672 5.32122C14.4012 5.16208 14.3296 5.00583 14.2526 4.85271L15.1458 4.40311C15.2339 4.5781 15.3157 4.75667 15.391 4.93853C15.4664 5.12039 15.5348 5.30453 15.5962 5.49054L14.6467 5.80423C14.5929 5.64147 14.5331 5.48035 14.4672 5.32122ZM14.9979 7.82822C14.9895 7.48455 14.9557 7.14197 14.8969 6.80326L15.8822 6.63231C15.9494 7.01939 15.9879 7.41092 15.9976 7.80367L14.9979 7.82822ZM14.8655 9.36563C14.8991 9.1967 14.9264 9.02699 14.9474 8.85687L15.9398 8.97929C15.9159 9.17372 15.8847 9.36766 15.8463 9.56072C15.8079 9.75378 15.7625 9.94489 15.7102 10.1337L14.7464 9.867C14.7922 9.70179 14.8319 9.53457 14.8655 9.36563ZM13.914 11.745C14.0979 11.4546 14.2602 11.151 14.3995 10.8367L15.3137 11.2419C15.1545 11.6011 14.969 11.9481 14.7588 12.28L13.914 11.745ZM12.9497 12.9497C13.0715 12.828 13.1885 12.702 13.3005 12.5722L14.0577 13.2254C13.9297 13.3737 13.796 13.5177 13.6569 13.6569L12.9497 12.9497Z' fill='%2336A982'/%3E%3Cpath d='M8 1C6.84884 1 5.71545 1.2839 4.70022 1.82655C3.68499 2.3692 2.81926 3.15386 2.17971 4.11101C1.54016 5.06816 1.14654 6.16827 1.03371 7.31388C0.920872 8.45949 1.09231 9.61525 1.53284 10.6788C1.97337 11.7423 2.66939 12.6808 3.55924 13.4111C4.4491 14.1414 5.50533 14.6409 6.63437 14.8655C7.7634 15.0901 8.9304 15.0327 10.032 14.6986C11.1336 14.3644 12.1358 13.7637 12.9497 12.9497L13.6569 13.6569C12.7266 14.5871 11.5812 15.2736 10.3223 15.6555C9.06332 16.0374 7.7296 16.1029 6.43928 15.8463C5.14895 15.5896 3.94183 15.0187 2.92485 14.1841C1.90787 13.3495 1.11242 12.2769 0.608962 11.0615C0.105501 9.846 -0.0904317 8.52514 0.0385204 7.21586C0.167473 5.90659 0.617329 4.64933 1.34824 3.55544C2.07915 2.46155 3.06856 1.5648 4.22882 0.94463C5.38909 0.324457 6.68439 0 8 0V1Z' fill='%2336A982'/%3E%3Cpath d='M7.5 3C7.77614 3 8 3.22386 8 3.5V8.70984L11.2481 10.5659C11.4878 10.7029 11.5711 11.0083 11.4341 11.2481C11.2971 11.4878 10.9917 11.5711 10.7519 11.4341L7.25193 9.43412C7.09614 9.3451 7 9.17943 7 9V3.5C7 3.22386 7.22386 3 7.5 3Z' fill='%2336A982'/%3E%3C/svg%3E");
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.reauction-timer-text {
    display: inline;
    font-weight: 600;
    font-size: 12px;
    color: #36A982;
}

.price-offer-wrap {
    display: flex;
    align-items: stretch;
}

.price-offer-item {
    width: 190px;
    margin-right: 18px;
}

.price-offer-item:last-of-type {
    margin-right: 0;
}

.price-offer-item .paragraph-text {
    text-align: center;
    margin-bottom: 6px;
}

.price-offer-item .form-item-input {
    text-align: center;
}

.price-offer-item .tooltip-custom-icon {
    right: 30px;
}

.price-offer-percent {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.price-offer-percent .paragraph-xs-text {
    margin-right: 8px;
}

.price-offer-excel span {
    font-size: 12px;
    color: #506D8F;
    border-bottom: 1px solid;
}

.price-offer-excel img {
    width: 21px;
    margin-left: 8px;
}

.price-offer-excel {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.price-offer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.price-offer-table th:first-of-type {
    text-align: center;
}

.price-offer-table th {
    background-color: transparent !important;
    border: none !important;
    font-weight: normal !important;
}

.price-offer-table th:first-of-type,
.price-offer-table tr td:first-of-type {
    width: 65px;
    min-width: 65px;
    max-width: 65px;
}

.price-offer-table tr td:first-of-type span {
    word-wrap: break-word;
    white-space: break-spaces;
}

.price-offer-table th:nth-of-type(2),
.price-offer-table tr td:nth-of-type(2) {
    width: 280px;
    min-width: 280px;
}

.price-offer-table th:nth-of-type(3),
.price-offer-table tr td:nth-of-type(3) {
    width: 60px;
    min-width: 60px;
}


.price-offer-table th:nth-of-type(4),
.price-offer-table tr td:nth-of-type(4) {
    width: 80px;
    min-width: 80px;
}

.price-offer-table tr td:nth-of-type(4) {
    text-align: right;
}

.price-offer-table th:nth-of-type(5),
.price-offer-table tr td:nth-of-type(5) {
    width: 100px;
    min-width: 100px;
    text-align: center;
}

.price-offer-table th:nth-of-type(6),
.price-offer-table tr td:nth-of-type(6) {
    width: 90px;
    min-width: 90px;
    text-align: center;
}

.price-offer-table th:last-of-type,
.price-offer-table tr td:last-of-type {
    width: 105px;
    min-width: 105px;
    text-align: center;
}

.price-offer-table tr td {
    background: #EDEDED !important;
}

.price-offer-table tr td.white {
    background: #FFFFFF !important;
}

.price-offer-table tr td.green {
    background: #D8E4BC !important;
}

.lot-pos-pagination-lg {
    justify-content: center;
}

.lot-pos-pagination-lg .lot-pos-pagination-link {
    width: 38px;
    height: 38px;
}

.lot-pos-pagination-link.link-blue {
    color: #2D9CDB;
}

.price-offer-item.value-sent .form-item-input {
    background: none;
    border: none;
}

.org-popup:hover {
    cursor: pointer;
}

.popup-org .popup-window-heading {
    font-size: 16px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #DEDEDE;
}

.popup-org .notice-request-price {
    margin-bottom: 8px;
}

.popup-org .notice-action {
    justify-content: center;
    border-top: 1px solid #DEDEDE;
    margin-top: 20px;
}

.extra-params {
    padding-top: 20px;
}

.extra-params-table.table {
    width: 665px;
    margin-left: auto;
    margin-right: auto;
}

.extra-params-table th:nth-of-type(n) {
    background: #DCDCDC;
    border: 1px solid #E0E0E0;
}

.extra-params-table th:nth-of-type(3) {
    text-align: center;
}

.extra-params-table td:nth-of-type(3) {
    min-width: 160px;
}

.extra-params-table tr td:nth-of-type(n) {
    border: 1px solid #E0E0E0;
    background: #EFEFEF;
}

.extra-params-table tr td:nth-of-type(3) {
    background: #FFFFFF;
}

.modal-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 10000;
}

.modal-card {
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 20px 30px;
    position: relative;
    z-index: 10001;
    max-width: 400px;
    width: fit-content;
    text-align: center;
}

.modal-inner-wrap {
    padding: 10px 0;
}
.disclamer-text {
    color: #0080FF;
    font-size: 16px;
    margin-bottom: 0;
}

.disclamer-icon {
    width: 20px;
    margin-right: 10px;
}

.disclamer-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.disclamer-text-price {
    font-weight: bold;
}

.protocol-item-options {
    /*display: grid;*/
    grid-auto-flow: column;
    grid-template-rows: repeat(3, auto);
    grid-auto-columns: 50%;
    gap: 0.75rem 2rem;
}

.re-auction-lots .protocol-item-options {
    display: none;
}

.protocol-contract-item.open .protocol-contract-content.protocol-commerce-content {
    padding-top: 20px;
    align-items: flex-start;
}

.protocol-notify-offer.open .protocol-contract-content,
.protocol-notify-offer .protocol-contract-content {
    padding-top: 20px;
    align-items: flex-start;
}

.protocol-contract-item.open .protocol-notify,
.protocol-notify {
    width: 100%;
    display: block;
}

.form-item-textarea .notify-textarea {
    width: 100%;
    min-height: 145px;
    font-weight: 500;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 0%;
    color: #000;
}

/* Приглашения */
.invite-status-text {
    display: block;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 28px;
    line-height: 100%;
    text-align: center;
}

.multiple-invite-status-text {
    display: block;
    margin-bottom: 30px;
    font-weight: 600;
    line-height: 100%;
    text-align: center;
}

.multiple-invite-status-text.status-rejected {
    border-bottom: none;
}

.status-default {
    color: #4A4A4A;
}

.invite-status-text.status-rejected {
    border-bottom: none;
}

.invite-status-action {
    display: flex;
    justify-content: flex-end;
}

.invite-status-action.centered {
    justify-content: center;
    gap: 14px;
}

.invite-card {
    box-shadow: none;
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.notice-stage-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.invite-lot-heading {
    font-size: 18px;
    line-height: 100%;
    color: #4A4A4A;
    position: relative;
}

.invite-lot-heading::after {
    background-image: url(../img/arrow-down.svg);
    width: 16px;
    height: 9px;
    position: absolute;
    content: '';
    right: 0;
    top: 4px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.invite-lot-name {
    font-weight: 600;
}

.invite-lot {
    margin-bottom: 50px;
}

.invite-lot-content {
    display: none;
    padding: 20px 0;
}

.invite-lot.open .invite-lot-heading::after {
    transform: rotate(180deg);
}

.invite-lot.open .invite-lot-content {
    display: block;
}

.invite-lot-content-heading {
    color: #333333;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    display: block;
    margin-bottom: 12px;
}

.invite-tr {
    display: flex;
    align-items: center;
}

.invite-thead {
    background: #FAFAFA;
}

.invite-th {
    color: #4A4A4A;
    font-size: 16px;
}


.invite-th-check,
.invite-td-check {
    min-width: 25px;
    max-width: 25px;
}

.invite-th-date,
.invite-td-date {
    min-width: 145px;
    max-width: 145px;
    text-align: center;
}

.invite-th-name,
.invite-td-name {
    min-width: 240px;
    max-width: 240px;
    text-align: center;
}

.invite-td {
    color: #4A4A4A;
    font-size: 16px;
}

.invite-td-name {
    color: #496D99;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0%;
}

.invite-th-inn,
.invite-td-inn {
    text-align: center;
    min-width: 135px;
    max-width: 135px;
}

.invite-email-item {
    display: block;
    word-break: break-all;
}

.invite-content {
    width: 1140px;
}

.invite-th-email,
.invite-td-email {
    min-width: 133px;
    max-width: 133px;
    text-align: center;
}


.invite-th-result,
.invite-td-result {
    display: block;
    text-align: center;
    min-width: 200px;
    max-width: 200px;
}

.invite-result {
    font-weight: 600;
}

.btn-refresh {
    background-image: url(../img/arrow-counterclockwise.svg);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/*.invite-tr {
    justify-content: space-between;
}*/

.invite-tbody.invite-tr {
    padding: 6px 0;
}

.invite-td-action,
.invite-th-action {
    min-width: 30px;
}

.invite-td-name.empty {
    font-weight: normal;
    color: #4A4A4A;
    font-size: 16px;
}

.invite-td-action,
.invite-td-result {
    display: flex;
    align-items: center;
    justify-content: center;
}

.invite-table {
    margin-bottom: 20px;
}

.invite-doc-template {
    color: #506D8F;
    font-size: 16px;
    border-bottom: 1px solid;
}

.invite-files-heading {
    font-size: 16px;
    font-weight: 600;
    color: #2D9CDB;
    display: block;
    margin-bottom: 12px;
}

.invite-files-wrap {
    display: flex;
    align-items: flex-start;
}

.invite-files {
    min-width: 515px;
}

.invite-lot-content .request-action {
    margin-bottom: 35px;
}

.invite-files .notice-docs-wrap {
    margin-bottom: 20px;
}

.invite-template {
    width: 475px;
    min-width: 475px;
}

.invite-template .form-item-textarea {
    width: 100%;
}

.invite-template-textarea {
    border: 1px solid #CCCCCC;
    width: 100%;
}

.invite-template-textarea p {
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    color: #4A4A4A;
    margin-bottom: 20px;
}

.invite-template-textarea p:last-of-type {
    margin-bottom: 0;
}

.invite-files-wrap {
    justify-content: space-between;
}

.invite-list-excel {
    display: flex;
    margin-top: 35px;
    margin-bottom: 40px;
    align-items: center;
}

.invite-list-excel img {
    width: 37px;
    margin-right: 20px;
}

.invite-list-excel-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #4A4A4A;
}

.invite-lot-heading {
    cursor: pointer;
}

.invite-search-inputs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px 38px;
}

.invite-search-input {
    width: calc(50% - 19px);
}

.invite-search-input input {
    width: 100%;
    border: 1px solid #CCCCCC;
    text-align: center;
    font-size: 14px;
    height: 36px;
    border-radius: 4px;
}

.invite-search-input input::placeholder {
    color: #CCCCCC;
}

.invite-search {
    margin-bottom: 30px;
}

.invite-search .invite-lot-content-heading {
    text-align: left;
}


.invite-table-found .invite-td-name,
.invite-table-found .invite-th-name {
    min-width: 494px;
}

.invite-td-okved,
.invite-th-okved {
    min-width: 80px;
    max-width: 80px;
    text-align: left;
}

.invite-table-found .invite-td-email,
.invite-table-found .invite-th-email {
    text-align: left;
}

.invite-search-wrap {
    margin-bottom: 30px;
}

.invite-lot-add-item .checkbox-label {
    font-weight: 600;
    font-size: 14px;
}

.invite-lot-add-item {
    margin-bottom: 10px;
}

.invite-lot-add-item .checkbox-label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.invite-files-heading.template {
    position: relative;
    display: inline-flex;
}

.invite-template .invite-template-textarea {
    display: none;
}

.invite-template.open .invite-template-textarea {
    display: block;
}

.invite-lot-add-heading:hover {
    cursor: pointer;
}

.invite-lot-add {
    text-align: center;
}

.invite-lot-add-heading {
    position: relative;
    display: inline-flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.invite-lot-add-heading::after {
    background-image: url(../img/arrow-down.svg);
    width: 16px;
    height: 9px;
    position: absolute;
    content: '';
    right: -60px;
    top: 7px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.invite-files-heading.template::after {
    background-image: url(../img/arrow-down.svg);
    width: 12px;
    height: 7px;
    position: absolute;
    content: '';
    right: -60px;
    top: 11px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.invite-files-heading.template {
    cursor: pointer;
}

.invite-template.open .invite-files-heading.template::after {
    transform: rotate(180deg);
}

.invite-lot-add {
    display: none;
}

.invite-lot-add.shown {
    display: block;
}

.invite-lot-add .invite-lot-add-items {
    display: none;
}

.invite-lot-add.open .invite-lot-add-items {
    display: block;
}

.invite-lot-add.open .invite-lot-add-heading::after {
    transform: rotate(180deg);
}

.invite-lot-heading-invite {
    margin-top: 12px;
    margin-bottom: 12px;
    text-align: center;
    font-size: 21px;
}

.invite-search-cat-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 12px 0;
}

.invite-search-cat-item {
    color: #656565;
    font-size: 12px;
    border-radius: 4px;
    margin-right: 40px;
    cursor: pointer;
    display: inline-block;
}

.invite-search-cat-item:last-of-type {
    margin-right: 0;
}

.pagination-invite {
    margin: 20px 0 10px;
    justify-content: center;
}

/* ===== Reauction lot timer ===== */
.lk-request-item-content .notice-title-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.lk-request-item-content .request-timer-status {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 6px 0 8px 0;
}

.lk-request-item-content .lot-reauc-timer {
    display: inline-block;
    font-weight: 600;
    font-size: 12px;
    color: #36A982;
    position: relative;
    padding-left: 30px;
}

.lk-request-item-content .lot-reauc-timer::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../img/clock-history.svg);
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.lk-request-item-content .lot-reauc-status {
    font-weight: 600;
    font-size: 14px;
}

.lk-request-item-content .lot-reauc-status.approved { color: #36A982; }
.lk-request-item-content .lot-reauc-status.awaiting { color: #F0AD4E; }
.lk-request-item-content .lot-reauc-status.rejected { color: #767C8C; }

.lk-request-item-content .notice-title-right-wrap {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
/* ===== Participant bids reauction status ===== */
.page-bids .pb-reauc-status {
    display: inline-block;
    margin-left: 16px;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    background: transparent;
}
.page-bids .pb-reauc-right { float: right; }

.page-bids.pb-lot--improved { background: #36A98226; border: 1px solid #36A982; }
.page-bids.pb-lot--not-improved { background: #EF8C8C4D; border: 1px solid #FF9393; }

.page-bids .pb-reauc-status--improved { color: #36A982; }
.page-bids .pb-reauc-status--not-improved { color: #FF5B5B; }

/* Новые стили Заявки */
.request-timer-status {
    display: flex;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 8px;
}

.request-lot-item.unimproved {
    background: #EF8C8C4D;
    border-color: #FF9393;
}

.request-lot-item.improved {
    background: #36A98226;
    border-color: #36A982;
}

.request-lot-item {
    position: relative;
}

.notice-new-header {
    margin-bottom: 0;
}

.request-info-flex {
    display: flex;
    align-items: center;
}

.request-info-action {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.request-info-right .notice-request-status {
    text-align: right;
    display: block;
}

.requests-list-wrap .request-lot-item {
    margin-bottom: 24px;
}

.requests-list-wrap .request-lot-item:last-of-type {
    margin-bottom: 0;
}

.request-renegotiation .notice-request-status.rejected {
    border-bottom: none;
}

.request-renegotiation.unread {
    outline: 3px solid #F0AD4E;
}

.request-history-table.participant th:nth-of-type(1),
.request-history-table.participant td:nth-of-type(1) {
    width: 180px;
}

.request-history-table.participant th:nth-of-type(2),
.request-history-table.participant td:nth-of-type(2) {
    width: 180px;
}

.request-history-table.participant th:nth-of-type(3),
.request-history-table.participant td:nth-of-type(3) {
    width: 200px;
}

/* История изменений для Заказчика */

.request-history-table.client th:first-of-type,
.request-history-table.client td:first-of-type {
    width: 140px;
    min-width: 140px;
}

.request-history-table.client th:nth-of-type(2),
.request-history-table.client td:nth-of-type(2) {
    width: 120px;
    min-width: 120px;
}

.request-history-table.client th:nth-of-type(3),
.request-history-table.client td:nth-of-type(3) {
    width: 140px;
    min-width: 140px;
}

.request-history-table.client th:nth-of-type(4),
.request-history-table.client td:nth-of-type(4) {
    width: 205px;
    min-width: 205px;
}

.request-history-table.client th:nth-of-type(5),
.request-history-table.client td:nth-of-type(5) {
    width: 135px;
    min-width: 135px;
}

.form-stage-hint {
            font-size: 12px;
            color: #6c757d;
            font-style: italic;
}

/* Календарь */
/* === Общие стили календаря === */
.ui-datepicker {
    font-family: 'Inter', sans-serif;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 7.7px;
    box-shadow: 0 3.1px 7.7px rgba(0, 0, 0, 0.1);
    width: 386px;
}

/* === Заголовок календаря (месяц + год) === */
.ui-datepicker-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #000000;
    font-weight: 900;
    font-size: 18.5px;
    line-height: 100%;
    text-transform: capitalize;
}

/* === Скрываем стандартные select, делаем их как текст === */
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    font: inherit;
    color: #000000;
    font-weight: 900;
    font-size: 18.5px;
    line-height: 100%;
    text-align: center;
    cursor: default;
}

/* Чтобы select не выглядел кликабельным */
.ui-datepicker select.ui-datepicker-month:focus,
.ui-datepicker select.ui-datepicker-year:focus {
    outline: none;
}

/* === Стили стрелок навигации (← и →) === */
.ui-datepicker-prev,
.ui-datepicker-next {
    top: 10px;
    width: 23.1px;
    height: 23.1px;
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
    background: rgba(0, 0, 0, 0.05);
}

/* === Стили дней недели и дат === */
.ui-datepicker-calendar th {
    font-weight: 600;
    color: #000000;
    font-size: 10.8px;
}

.ui-datepicker th {
    width: 49.2px;
    min-width: 49.2px;
    height: 49.2px;
}

.ui-datepicker-calendar td a {
    color: #000000;
    text-align: center;
    transition: background 0.2s, color 0.2s;
    text-decoration: none;
    font-size: 12px;
    height: 49.2px;
    width: 49.2px;
    align-items: center;
    display: inline-flex;
    justify-content: center;
}

.ui-datepicker-calendar td a:hover {
    background: #e7e7e7;
}

.ui-datepicker-calendar .ui-state-active {
    background: #000;
    color: #fff;
}

#ui-datepicker-div.ui-widget.ui-widget-content {
    width: 386px;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    background: #FFFFFF !important;
    border: 1px solid #D5D4DF !important;
}

.ui-datepicker td {
    padding: 0;
}

.ui-datepicker table {
    border-spacing: 0 !important;
    margin: 0 !important;
    font-size: 12px;
}

.ui-datepicker table {
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    width: 100% !important;
}

.ui-datepicker td {
    padding: 0 !important;
}

.ui-datepicker {
    font-family: 'Inter', sans-serif;
}

.ui-datepicker table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.ui-datepicker td,
.ui-datepicker th {
    padding: 0;
    margin: 0;
    border: none;
    vertical-align: middle;
}

.ui-datepicker td a,
.ui-datepicker td span {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 1;
    margin: 0;
    padding: 6.2px 0;
    text-align: center;
    box-sizing: border-box;
}

.ui-datepicker td,
.ui-datepicker td a {
    border: none;
}

.ui-datepicker tbody {
    border-collapse: collapse;
    border-spacing: 0;
}

.ui-datepicker td {
    height: 49.2px;
    width: 49.2px;
}

.ui-datepicker td a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ui-datepicker-calendar .ui-state-active,
.ui-state-highlight,
.ui-widget-content .ui-state-highlight {
    background: #45539D !important;
    font-weight: 600 !important;
    color: #FFFFFF !important;
}

td.ui-datepicker-other-month .ui-priority-secondary,
td.ui-datepicker-other-month .ui-widget-content .ui-priority-secondary {
    opacity: 1 !important;
    background: #F2F3F7 !important;
    color: #A8A8A8 !important;
}

.ui-widget-header .ui-icon {
    display: none !important;
}

a.ui-datepicker-prev.ui-corner-all,
a.ui-datepicker-next.ui-corner-all {
    border-radius: 0 !important;
    background-image: url(../img/ui-next.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10.8px;
    height: 35.4px;
    width: 35.4px;
}

.ui-datepicker .ui-datepicker-header {
    height: 35.4px;
    background: none;
    border: none;
}

a.ui-datepicker-prev.ui-corner-all {
    transform: rotate(180deg);
}

a.ui-datepicker-prev.ui-corner-all {
    right: 64px;
    left: initial;
}

select.ui-datepicker-year {
    width: 100px !important;
}

.ui-datepicker .ui-datepicker-title {
    text-align: left !important;
    margin: 0 !important;
}

.ui-datepicker-title {
    justify-content: flex-start;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    text-align: left;
}

.ui-datepicker select.ui-datepicker-month {
    width: auto !important;
}

.ui-datepicker-title {
    height: 35.4px;
}

.ui-datepicker-unselectable.ui-state-disabled {
    opacity: 1 !important;
}

.ui-datepicker-unselectable.ui-state-disabled span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #F2F3F7 !important;
    color: #A8A8A8 !important;
}

#ui-datepicker-div.ui-widget.ui-widget-content {
    border-radius: 12.3px;
    border: none;
    box-shadow: 0px 77px 61.5px 0px #00000012;

}

button.btn.btn-edit {
    position: initial;
    display: block;
}

.popup-window-heading.align-center {
    text-align: center;
}

.popup-window .popup-window-heading {
    margin-bottom: 10px;
    font-size: 16px;
}

.popup-window .popup-draft-saved {
    width: 418px !important;
}

.notice-info-flex {
    display: flex;
    align-items: flex-start;
}

.notice-info-flex .notice-info-text.right {
    display: flex;
    align-items: flex-start;
}

.notice-info-selected .notice-info-row-left {
    margin-right: 10px;
}

.notice-info-rows .notice-info-flex {
    margin-bottom: 8px;
    border-bottom: 1px solid #D7D7D7;
    padding-bottom: 8px;
}

.notice-info-rows .notice-info-flex:last-of-type {
    margin-bottom: 0;
    border-bottom: none;
}

.popup-notice .lot-pos-pagination {
    margin-top: 20px;
}

 .views-button-container {
     margin: 15px 0;
     text-align: center;
 }


.statistics-content {
    margin: 20px 0;
}

.statistics-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.statistics-item {
    flex: 1;
    min-width: 250px;
    margin: 5px 10px;
}

.statistics-label {
    font-weight: bold;
    color: #333;
}

.statistics-value {
    font-weight: bold;
    color: #007bff;
    margin-left: 5px;
}

.statistics-table-container {
    margin-top: 20px;
    max-height: 400px;
    overflow-y: auto;
}

.statistics-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.statistics-table th,
.statistics-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

.statistics-table th {
    background-color: #f5f5f5;
    font-weight: bold;
    position: sticky;
    top: 0;
}

.statistics-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.loading, .no-data {
    text-align: center;
    color: #666;
    font-style: italic;
}

.popup-views-statistics .popup-window-form {
    max-width: 1400px;
    width: 95vw;
    max-height: 90vh;
}

.popup-views-statistics .popup-window-wrap {
    max-width: none;
    width: auto;
}

.popup-views-statistics {
    background: rgba(0, 0, 0, 0.7);
}

@media (max-width: 1400px) {
    .statistics-table-container {
        max-height: 400px;
    }

    .statistics-table {
        font-size: 13px;
    }

    .statistics-table th,
    .statistics-table td {
        padding: 8px 10px;
    }
}

.statistics-table-container::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.statistics-table-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.statistics-table-container::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px;
}

.statistics-table-container::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

.views-inline {
    display: flex;
    align-items: center;
    gap: 6px;
}

.views-eye-icon {
    width: 14px;
    height: 14px;
    display: inline-block;
    background-image: url("../img/eye-icon.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.views-label {
    font-size: 14px;
    color: #333;
}

.views-count {
    font-size: 14px;
    font-weight: 600;
    color: #007bff;
}

.views-count.clickable {
    cursor: pointer;
    text-decoration: underline;
}

.modal-card-save-modal {
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 8px 25px; /* Уменьшил верхний/нижний padding (было 25px) */
    position: relative;
    z-index: 10001;
    max-width: 420px;
    width: fit-content;
    min-height: 100px; /* Уменьшил минимальную высоту (было 200px) */
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.btn-pdf-doc {
    background-image: url(../img/filetype-pdf.svg);
    width: 23px;
    height: 23px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
}

.tender-tariff-element {
    margin-bottom: 1.5em;
    margin-top: 1.5em;
}

.tender-tariff-element .space-down {
    margin-bottom: 2em;
}

.tender-tariff-span {
    font-weight: 700;
    margin-right: 1.5em;
}

.tariff-payer-label {
    font-size: 14px !important;
    margin-right: 10em;
}

.horizontal-divider {
    border-bottom: 1px solid #DEDEDE;
    margin: 20px 0;
    width: 100%;
}

.dropdown-tariff-menu {
    width: 100%;
}

.hidden {
    display: none !important;
}

.tooltip-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.tooltip-content-tariff {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: 130%;
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: white;
    padding: 12px 16px;
    border-radius: 6px;
    width: max-content;
    max-width: 600px;
    z-index: 1000;
    transition: opacity 0.3s ease;
    font-size: 0.9em;
    line-height: 1.4;
}

.tooltip-row {
    margin: 6px 0;
}

.tooltip-container:hover .tooltip-content-tariff {
    visibility: visible;
    opacity: 1;
}

.tooltip-content-tariff::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -6px;
    border-width: 6px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}

.warning-message {
    color: #d32f2f;
    font-weight: 700;
    margin: 15px 0;
    line-height: 1.5;
}

.warning-message a {
    color: #1976d2;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: underline !important;
}


.warning-message .clickable-amount {
    color: #1976d2;
    text-decoration: underline;
    cursor: pointer;
    font-weight: 700;
}

.warning-message .clickable-amount:hover {
    text-decoration: underline;
    opacity: 0.8;
}

.btn-disabled {
    background-color: #cccccc !important;
    border-color: #bbbbbb !important;
    cursor: not-allowed;
    opacity: 0.7;
}


.page-breadcrumbs-item {
    color: #2D9CDB;
    font-size: 12px;
    border-bottom: 1px solid;
    margin-right: 10px;
}

.page-breadcrumbs-item:last-of-type {
    margin-right: 0;
}

.page-breadcrumbs {
    margin-bottom: 10px;
}

.form-item validation-item {
    position: relative;
}

.validation-tender-error {
    color: #fff;
    background-color: red;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 14px;

    position: absolute;
    top: 40%;
    right: 0;
    transform: translateX(-20%);
    margin-top: 6px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    z-index: 10;
}

.notice-info-row.new-top-line {
    position: absolute;
    right: 25px;
    text-align: right;
    font-size: 12px;
    white-space: nowrap;
}

.notice-info-text.eds-notice {
    color: #333;
    font-weight: 500;
    font-size: 12px;
}

.eds-link {
    color: #3498db;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px dashed #3498db;
    padding-bottom: 1px;
    transition: all 0.3s ease;
    font-size: 11px;
}

.eds-link:hover {
    color: #2980b9;
    border-bottom: 1px solid #2980b9;
    text-decoration: none;
}

/* Переопределяем старый размер */
.notice-info-row.new-top-line .notice-info-text {
    font-size: 12px !important;
    font-weight: 600;
    color: #333;
}

/* Красная версия */
.text-red .notice-info-text.eds-notice {
    color: #d9534f;
    font-size: 12px;
}

.text-red .eds-link {
    color: #d9534f;
    border-bottom-color: #d9534f;
    font-size: 12px;
}

.text-red .eds-link:hover {
    color: #c9302c;
    border-bottom-color: #c9302c;
}

.btn_all:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
}
