.customerTableWrapper {
	display: none;
}
.dopModText {
	text-align: center;
}
.modBtns {
	text-align: center;
}

.modBtns a {
	margin: 0 10px;
	min-width: 110px;
}
.registry__group > select {
	min-width: 220px;
}
@media (max-width: 991.98px) {
	.registry__group.js-filter-close > select {
		display: none;
	}

	.nav-panel {
		position: static;
	}

	.list-dense.list-dense--scroll {
		overflow: hidden;
		max-height: none;
	}

	.nav-panel ul.die-nav__list {
		display: none;
	}

	.nav-panel .list-dense {
		margin: 0;
	}

	.info-block__btn-download {
		width: 100%;
		margin: 20px 0px;
	}

	.card-reestr__list {
		margin-left: 0;
	}
}

.actRes,
.listRes,
.downloadActCompare,
.downloadListCompare,
.actFormSendOk,
.addFormSendOk,
.addObjFormSendOk {
	display: none;
}

.ui-widget.ui-widget-content {
	padding: 5px;
	border: 1px solid #d4d7dc;
}

.lk-table__comment,
.lk-table__clear,
.lk-table__star {
	position: relative;
}

.lk-table__comment:hover:after,
.lk-table__clear:hover:after,
.lk-table__star:hover:after {
	display: block;
}

.lk-table__comment::after,
.lk-table__clear::after,
.lk-table__star::after {
	position: absolute;
	right: 0;
	z-index: 100;
	display: none;
	padding: 8px 12px;
	border-radius: 2px 2px 2px 2px;
	background: #585f67;
	color: #fff;
	content: attr(data-message);
	text-align: center;
	text-align: right;
	text-align: center;
	letter-spacing: 0.02em;
	font-weight: 500;
	font-style: normal;
	font-size: 14px;
	font-family: Manrope;
	line-height: 21px;
	opacity: 0.93;
}

.lk-table__comment::after {
	/* !left: -329%; */
	top: -400%;
	width: 106px;
}

.lk-table__clear::after {
	/* !left: -208%; */
	top: -280%;
}

.lk-table__star::after {
	/* !left: -635%; */
	top: -270%;
	width: 200px;
}

/* .lk__table {
  !overflow: visible;
} */

.protocols__list {
	flex: 1;
}

.error404 {
	display: block;
	margin: 0 auto;
	color: #e6e9ed;
	text-align: center;
	font-weight: 600;
	font-style: normal;
	font-size: 140px;
	font-family: "Montserrat";
	line-height: 171px;
}
.error-title {
	text-align: center;
}

.error-message {
	color: #435465;
	text-align: center;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	font-family: Manrope;
	line-height: 30px;
}

.reestCount {
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 18px;
}

.add-btn:after {
	content: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.40206 7.15386L6.40206 12.2782L7.15341 12.2782L7.15341 7.15386L12.2783 7.15386V6.4025L7.15341 6.4025L7.15341 1.2782L6.40206 1.2782V6.4025H1.27832L1.27832 7.15386H6.40206Z' fill='%232F5CC5' stroke='%232F5CC5'/%3E%3C/svg%3E%0A");
	display: inline-block;
	margin-right: 5px;
	cursor: pointer;
}

.backToRado {
	display: inline-block;
	float: right;
	margin-top: 20px;
	padding: 10px 25px;
	border-radius: 50px;
	background: #e5ebfb;
	color: var(--color-accent);
	font-weight: 700;
	font-size: 15px;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.sidebar__hidden {
	position: fixed;
	bottom: 20px;
}

.rp .header__home .btn__enter {
	background: #4da0ad;
	color: #fff;
}
.rp .header__home .menu__icon {
	background: #4da0ad;
}

.rp .header__logo {
	line-height: 22px;
}

.rp .header__logo span {
	width: 180px;
}

@media (min-width: 1205px) {
	.rp .header__logo {
		margin-right: 0px;
	}
}

.lk__navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 25px 0;
}

.lk__navigation li {
	overflow: hidden;
	border: 1px solid #d4d7dc;
	color: #585f67;
}

.lk__navigation li:first-child {
	border-radius: 5px 0 0 5px;
}

.lk__navigation li:last-child {
	border-radius: 0 5px 5px 0;
}

.lk__navigation li.active {
	background: var(--color-accent);
	color: #fff;
}

.lk__navigation li a {
	display: block;
	padding: 10px 25px;
	color: inherit;
	font-weight: 600;
}
.lk-table__group--column-2 {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

.lk-table__group--row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.lk__table--main thead td,
.lk__table--main thead th {
	padding: 10px 15px;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #d4d7dc;
	text-align: left;
	white-space: nowrap;
}

.lk__table--main thead tr:first-child th:first-child {
	border-top-left-radius: 5px;
}

.lk__table--main tbody input[type="number"],
.lk__table--main tbody input[type="text"] {
	padding: 2px 10px;
	max-height: 28px;
	border-radius: 3px;
}
.lk__table--right {
	text-align: right;
}
.lk__table--main tbody input[type="number"] {
	width: 60px;

	-moz-appearance: textfield;
}
.lk__table--main .pagination {
	margin: 5px 0 25px;
	text-align: left;
}
.lk__table--count {
	color: var(--color-accent);
}
.dolCol.lk__table--right,
.primCol.lk__table--right {
	text-align: right;
}
.fileCalculation {
	margin-top: 15px;
	max-width: 510px;
}

.monthSel,
.yearSel {
	min-width: 120px;
}
.lk-table__group.nameFilterGroup {
	padding-top: 0;
}

.container__full {
	margin: 0 auto;
	padding: 0 50px;
	width: 100%;
}

.tableReg .table__header-nested {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
}

.tableReg .table__header-top {
	position: sticky;
	top: 0;
	z-index: 99;
	display: grid;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	text-align: center;

	grid-template-columns: none;
}

.tableReg .table__header-nested > span {
	border-bottom: 1px solid #d4d7dc;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 46px;
	padding: 5px 10px;
}
/* .tableReg .table__header-top span:not(:last-child):after {
    display: none;
} */

.tableReg .table__header-nested > span:not(:last-child):after {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	height: 100%;
	border-left: 1px solid #d4d7dc;
	content: "";
}

.tableReg .table__header-top {
	border-bottom: none;
}

.tableReg .table__group,
.tableReg .table__group a.filter,
.tableReg .table__group span {
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
}

.tableReg .table__group a.filter,
.tableReg .table__group span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.tableReg .table__group span {
	padding: 7px 10px;
	height: 100%;
	text-align: left;
}
.tableReg .table__group {
	position: relative;
	display: grid;
	height: 100%;
}

.tableReg .table__group a.sortBlock {
	color: var(--color-primary);
}

.tableReg .table__group a.filter::after {
	margin-left: 5px;
	content: url("data:image/svg+xml,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='20' height='20' rx='3' fill='%23'/%3E%3Cpath d='M10 13.618l5-6.183H5l5 6.183z' fill='%232F5CC5'/%3E%3C/svg%3E");
}

.table-sorting {
	display: flex;
	flex-wrap: wrap;
	flex-wrap: wrap-reverse;
	justify-content: center;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	padding-right: 0 !important;
}

.table-sorting[data-point]::after {
	margin: 0;
}

.table-sorting > .filter::after {
	content: url("data:image/svg+xml,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='20' height='20' rx='3' fill='%23'/%3E%3Cpath d='M10 13.618l5-6.183H5l5 6.183z' fill='%232F5CC5'/%3E%3C/svg%3E");
	margin: 0 !important;
}

.tableReg [data-point]::after {
	background-color: #fff;
}

.tableReg .table__header-top span:last-child {
	text-align: left;
}

.tableReg.registry__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px;
	margin: 0;
}

.tableReg.registry__info > span {
	display: block;
	margin: 0;
	font-weight: 600;
	font-weight: 700;
	font-size: 14px;
}

.lk__table {
	overflow: auto;
	margin-top: 30px;
	max-height: 650px;
	scrollbar-color: var(--color-accent) #d4d7dc;
	scrollbar-width: thin;
}

.tableReg.lk__table {
	max-height: 700px;
}


.tableReg .main-mla {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-left: auto;
}

@media (min-width: 991.98px) {
	.tableReg .registry__group {
		-webkit-box-align: end;
		align-items: flex-end;
		-ms-flex-align: end;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 20px;
		padding-left: 20px;
	}
}

.tableReg .btn__clear.btn__clear--white {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	padding: 15px;
	min-width: 43px;
	height: 43px;
	border: 0;
	background: #fff;
	color: var(--color-accent);
	font-weight: 700;
	font-size: 13px;
}

.tableReg .btn__clear::before {
	content: url("data:image/svg+xml,%3Csvg width='10' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='8.696' width='1.845' height='12.297' rx='.922' transform='rotate(45 8.696 0)' fill='%232F5CC4'/%3E%3Crect x='10' y='8.696' width='1.845' height='12.297' rx='.922' transform='rotate(135 10 8.696)' fill='%232F5CC4'/%3E%3C/svg%3E");
	line-height: 0;
}
.tableReg .btn__clear--white::before {
	margin-right: 5px;
}

.tableReg .main-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
}

.tableReg .main-group input {
	min-width: auto !important;
}

.tableReg .registry__group.js-group-hidden {
	display: none;
}

.tableReg [data-point]:focus::before,
[data-point]:hover::before {
	top: -5px;
}

/* .tableReg .table {
  margin-bottom: 10px;
  min-width: 100%;
  1width: -webkit-max-content;
  1width: -moz-max-content;
  1width: max-content;
  border: 1px solid #d4d7dc;
  border-radius: 5px;
} */

.tableReg .registry__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	align-items: baseline;
	-ms-flex-align: baseline;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
}
.table__group--5,
.tableReg .table__group--5 {
	grid-template-columns: 60% 40%;
}

@media (min-width: 1205px) {
	/*.table__group--3.dopGroup
	{
	    grid-template-columns: 33% 33% 33%
	}	*/
	.table__group--5,
	.tableReg .table__group--5 {
		grid-template-columns: repeat(5, minmax(80px, 1fr));
	}
	.tableReg .table__group--5-last {
		grid-template-columns: repeat(5, minmax(140px, 1fr));
	}
	.tableReg .table__group:after {
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		border-left: 1px solid #d4d7dc;
		content: "";
	}
	.dopGroup > span::after,
	.dopGroup > .table__group:after {
		content: none !important;
	}
	.tableReg .table__btn,
	.tableReg .table__header {
		display: grid;
		-webkit-box-align: center;
		align-items: center;
		-ms-flex-align: center;

		/*grid-template-columns: minmax(45%, -webkit-min-content) minmax(20%, -webkit-max-content)
        minmax(25%, -webkit-max-content) minmax(10%, -webkit-max-content);
        grid-template-columns: minmax(45%, min-content) minmax(20%, max-content) minmax(25%, max-content)
        minmax(10%, max-content)*/

		grid-template-columns:
			minmax(45%, -webkit-min-content) minmax(20%, -webkit-max-content)
			minmax(35%, -webkit-max-content);
		grid-template-columns: minmax(45%, min-content) minmax(20%, max-content) minmax(
				35%,
				max-content
			);
	}

	.tableReg .table__header-top {
		/*grid-template-columns: minmax(45%, -webkit-min-content) minmax(20%, -webkit-max-content)
        minmax(25%, -webkit-max-content) minmax(10%, -webkit-max-content);
        grid-template-columns: minmax(45%, min-content) minmax(20%, max-content) minmax(25%, max-content)
        minmax(10%, max-content);*/
	}

	.tableReg .table-column-grid {
		grid-template-columns:
			minmax(40%, min-content) minmax(10%, 1fr)
			minmax(38%, 690px);
	}

	.tableReg .table__header-top.rpTable {
		grid-template-columns:
			minmax(42%, -webkit-min-content) minmax(20%, -webkit-max-content)
			minmax(6%, -webkit-max-content) minmax(22%, -webkit-max-content) minmax(10%, -webkit-max-content);
		grid-template-columns:
			minmax(42%, min-content) minmax(20%, max-content) minmax(6%, max-content)
			minmax(22%, max-content) minmax(10%, max-content);
	}

	.tableReg .rpTableItem .table__btn,
	.tableReg .rpTableItem .table__header {
		display: grid;
		-webkit-box-align: center;
		align-items: center;
		-ms-flex-align: center;

		grid-template-columns:
			minmax(42%, -webkit-min-content) minmax(20%, -webkit-max-content)
			minmax(6%, -webkit-max-content) minmax(22%, -webkit-max-content) minmax(10%, -webkit-max-content);
		grid-template-columns:
			minmax(42%, min-content) minmax(20%, max-content) minmax(6%, max-content)
			minmax(22%, max-content) minmax(10%, max-content);
	}

	.tableReg .table__content {
		display: none !important;
	}
}

@media (max-width: 1500px) {
	.tableReg .table {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
	}
}

@media (max-width: 1380px) {
	.tableReg .registry__btn {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
	}
}

@media (max-width: 1205px) {
	.tableReg .table .hidden {
		display: none;
	}

	.lk__table--reestr .table__header-top {
		display:none;
	}
}

/* @media (min-width:992px) {
	.tableReg select[name=region]
	{
		max-width:215px;
	}
} */
/* @media (max-width: 991px) {
  .tableReg .registry__group.js-filter-close > label:not(:first-child) {
    !display: none;
  }
} */

@media (max-width: 768px) {
	.container__full {
		padding: 0 15px;
	}

	.tableReg .registry__btn .btn__accent {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		margin-bottom: 10px;
	}
	.tableReg .registry__btn .main-mla {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0;
	}
}

.usersTable a.filter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	color: var(--color-primary);
}

.usersTable a.filter::after {
	margin-left: 5px;
	content: url("data:image/svg+xml,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='20' height='20' rx='3' fill='%23fff'/%3E%3Cpath d='M10 13.618l5-6.183H5l5 6.183z' fill='%232F5CC5'/%3E%3C/svg%3E");
	line-height: 0;
}

.form__label:not(:last-child) {
	margin-top: 5px;
}

.objTable tr th,
.driversTable tr th {
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #d4d7dc;
}

.objTable tr:last-child th:first-child,
.driversTable tr:last-child th:first-child {
	border-bottom-left-radius: 0px;
}

.form__label.withTitle[data-title]::after {
	margin-top: 5px;
	color: #585f67;
	content: attr(data-title);
	font-weight: 400;
	font-size: 14px;
	line-height: 1.2;
}

.objectError {
	display: none;
}

.lk-table__link {
	color: var(--color-accent);
}

.form__file {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	color: #585f67;
}

.form__file label {
	margin-right: 20px;
	cursor: pointer;
}

.input-file__upload {
	position: absolute;
	z-index: -1;
	overflow: hidden;
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
}

.lk-table--toggle .link {
	color: var(--color-accent);
	cursor: pointer;
}
.lk-table--toggle .hidden,
.sidebar.hidden .sidebar__link > span {
	display: none;
}

.lk-table__list {
	display: inline-block;
	margin: 0 0 15px;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

.lk-table__list li {
	padding: 5px 60px 5px 0;
}

.lk-table--toggle .close td,
.lk-table__content {
	background: #f6f9fc;
}

.lk-table__content .table__close {
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

@media (min-width: 767.98px) {
	.home-header__body__wide {
		padding: 50px 30px 50px 0;
		width: 70%;
	}
}

.group1Col {
	max-width: 100px;
}

.registry__group.savedDocsFilter > * {
	margin-right: 20px;
}

.findBySavedDocs {
	margin-top: 5px;
}

.subButtons > * {
	margin: 5px;
}

.table__submenu {
	position: relative;
}
.table__submenu--link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	color: var(--color-accent);
	cursor: pointer;
}
.table__submenu--link::after {
	display: block;
	margin-left: 8px;
	width: 0;
	height: 0;
	border-width: 4px 4px 0;
	border-style: solid;
	border-color: var(--color-accent) transparent transparent transparent;
	background-color: #fff;
	content: "";
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.table__submenu ul {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1;
	display: none;
	margin: 0;
	padding: 7px 0;
	width: 100%;
	border: 1px solid #d4d7dc;
	border-radius: 0 0 5px 5px;
	background-color: #fff;
}

.table__submenu ul li a {
	display: block;
	padding: 6px 14px;
	color: #0b2540;
}
.table__submenu.active ul {
	display: block;
}
.table__submenu.active .table__submenu--link::after {
	border-width: 0 4px 4px;
	border-color: transparent transparent var(--color-accent) transparent;
}

.botAddMargin {
	margin-bottom: 85px;
}

.lk-table__group--label label {
	margin: 5px 15px;
	font-weight: 400;
}
.lk-table__group--label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -5px -15px;
}

.ui__icon {
	display: inline-block;
	padding: 0;
	width: 52px;
	height: 44px;
	border: 0;
	border-radius: 5px;
	background: #e8efff;
	background-position: center;
	background-size: 20px;
	background-repeat: no-repeat;
}

.ui__icon--download {
	background-image: url(../img/lk/download.svg);
}

.ui__icon--act {
	background-image: url(../img/lk/act.svg);
}

.ui__icon--list {
	background-image: url(../img/lk/list.svg);
}

.ui__icon--mail {
	background-image: url(../img/lk/mail.svg);
}

.box-list__date,
.box-list__icon {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.box-list__date {
	padding-right: 55px;
	text-align: right;
}

.box-list__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.box-list__icon > :not(:last-child) {
	margin-right: 9px;
}

[data-label] {
	position: relative;
}

[data-label]::after,
[data-label]::before {
	position: absolute;
	top: 5px;
	left: 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	pointer-events: none;
}

[data-label]:focus::after,
[data-label]:focus::before,
[data-label]:hover::after,
[data-label]:hover::before {
	top: 0;
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

[data-label]::before {
	padding: 2px 11px 4px;
	max-width: 200px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	border: 1px solid #d4d7dc;
	border-radius: 2px;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 3px rgba(26, 61, 142, 0.1);
	box-shadow: 0 2px 3px rgba(26, 61, 142, 0.1);
	color: #142e48;
	content: attr(data-label);
	text-align: center;
	letter-spacing: 0.02em;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
	-webkit-transform: translate(-50%, calc(-100% - 13px));
	-ms-transform: translate(-50%, calc(-100% - 13px));
	transform: translate(-50%, calc(-100% - 13px));
}

[data-label]::after {
	display: block;
	width: 0;
	height: 0;
	border-width: 6px 5px 0;
	border-style: solid;
	border-color: #fff transparent transparent;
	content: "";
	-webkit-filter: drop-shadow(0 2px 3px #dddfe4);
	filter: drop-shadow(0 2px 3px #dddfe4);
	-webkit-transform: translate(-50%, calc(-100% - 9px));
	-ms-transform: translate(-50%, calc(-100% - 9px));
	transform: translate(-50%, calc(-100% - 9px));
}

.lk-table__group--label.emptyPad {
	margin-top: 10px;
}

.limitCol {
	width: 80px;
}

.tableRegFront .table-fixed__group {
	z-index: 1;
	display: grid;
	height: 100%;
	grid-template-columns: repeat(2, 1fr);
}

.tableRegFront .table__header-top .table-fixed__group {
	background: #f2f6ff;
}

.tableRegFront .table__item .table-fixed__group {
	background: #fff;
}

.tableRegFront[data-simplebar] .table {
	/* margin: 10px 0 0 0; */
}

.tableRegFront.lk__table .simplebar-track {
	/* top: -12px; */
	top: 0;
}

.simplebar-track.simplebar-vertical {
	top: 0 !important;
	/* right: -15px; */
	right: 0;
}

@media (min-width: 1205px) {
	.tableRegFront .table__group--4 {
		grid-template-columns: 360px repeat(3, 1fr);
	}
	.tableRegFront .table__group--4-5 {
		grid-template-columns: 340px repeat(4, minmax(auto, 1fr));
		/* grid-template-columns: 340px 360px 70px 90px 150px 90px;  */
		display: grid;
	}
	.tableRegFront .table-fixed {
		position: -webkit-sticky;
		position: sticky;
		left: 0;
		border-right: 1px solid #d4d7dc;
	}
	.tableRegFront .table-fixed__group {
		grid-template-columns: minmax(240px, 1fr) 1fr;
	}
}

.tableRegFront.lk__table:not(.lk__table--personal-osno):not(.lk__table--personal-usno) {
	overflow: visible;
}

@media (max-width: 1205px) {
	.tableRegFront .table__group > span:first-child {
		color: var(--color-accent);
	}
}

.lk-table__group--full {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 0;
	width: 100%;
}

.lk-table__group--full .form__label {
	padding: 0;
}
.nameFilterGroup .lk-table__right {
	display: inline-block;
}

.tabs {
	width: 100%;
	margin-bottom: 40px;
}

.tabs__list {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin: 0;
	border: 1px solid #d4d7dc;
	border-radius: 5px;
}

.tabs__list li {
	padding: 12px 24px;
	color: #0b2540;
	font-weight: 700;
	opacity: 0.5;
	cursor: pointer;
}

.tabs__list li.active {
	background: rgba(209, 223, 255, 0.5);
	color: var(--color-accent);
	opacity: 1;
}

.tabs__content {
	margin: 25px 0 10px;
	position: relative;
}

a.btn__clear.btn__clear--service {position: absolute;left: -55px;top: 35px;}

.serviceBlock .tabs__content {
	margin-left: 55px;
}

.is_tab {
	display: none;
}
.is_tab.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

[data-placeholder] {
	position: relative;
	width: inherit;
}

[data-placeholder]::after {
	position: absolute;
	top: 50%;
	right: 12px;
	padding-left: 5px;
	background-color: #fff;
	color: #585f67;
	content: attr(data-placeholder);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.label-thin,
[data-placeholder]::after {
	font-weight: 400;
	font-size: 14px;
}

.label-group {
	color: #0b2540;
	font-weight: 400;
	font-size: 15px;
}

.label-group > input {
	margin-left: 10px;
}

.periodBlock {
	margin-bottom: 20px;
}

.serviceNds {
	margin-top: 20px;
}

._modal-big ._modal-content {
	padding: 80px 40px;
	max-width: 90%;
	width: 100%;
}

.btn__border {
	padding: 9.9px 24px;
	border: 1px solid var(--color-accent);
	border-radius: 5px;
	background-color: #fff;
	color: var(--color-accent);
	font-weight: 700;
	font-size: 15px;
}

._modal-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: 30px;
}

._modal-frame {
	overflow: scroll;
	max-height: 715px;
	border: 1px solid #d4d7dc;
	border-radius: 5px;
	scrollbar-color: var(--color-accent) #d4d7dc;
	scrollbar-width: thin;
}

._modal-frame::-webkit-scrollbar-track {
	border-radius: 5px;
	background-color: #e8efff;
}

._modal-frame::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color: var(--color-accent);
}

._modal-frame::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

.addDocBtn {
	margin-top: 10px;
}
.addDocBtn:disabled {
	opacity: 0.5;
}
.createDocText {
	display: none;
	margin-left: 10px;
}
.createDocText.vis {
	display: inline-block;
}
.infoDiv {
	margin: 10px 0px 0;
	font-weight: 600;
}

.hover-submenu {
	bottom: calc(100% + 7px);
	z-index: 5;
	visibility: hidden;
	padding: 10px;
	border-radius: 2px;
	-webkit-box-shadow: 0 2px 3px rgba(26, 61, 142, 0.1);
	box-shadow: 0 2px 3px rgba(26, 61, 142, 0.1);
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: translate(-50%, 10px);
	-ms-transform: translate(-50%, 10px);
	transform: translate(-50%, 10px);
}

.hover-submenu::after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.95);
	content: "";
}

.hover-submenu,
.hover-submenu::before {
	position: absolute;
	left: 50%;
	border: 1px solid #d4d7dc;
}

.hover-submenu::before {
	bottom: -5px;
	z-index: -1;
	display: block;
	width: 10px;
	height: 10px;
	background-color: #fff;
	content: "";
	-webkit-transform: translateX(-50%) rotate(135deg);
	-ms-transform: translateX(-50%) rotate(135deg);
	transform: translateX(-50%) rotate(135deg);
}

.hover-submenu--hover {
	position: relative;
	color: #2f5cc5;
}

.hover-submenu--hover:hover {
	color: #1a3d8e;
}

.hover-submenu--hover:hover .hover-submenu {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.hover-submenu .btn__light {
	padding: 5px 20px;
	font-weight: 600;
	font-size: 14px;
}

.lk__table tr th {
	padding-top: 20px;
	padding-bottom: 20px;
}

.lk-table__action-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.action-btn__enter {
	background-size: 14px;
}

.action-btn__close,
.action-btn__enter {
	display: block;
	width: 34px;
	height: 34px;
	border-radius: 3.86364px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.action-btn__enter {
	background-color: #ddf3eb;
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='12' viewBox='0 0 14 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 7.36957L4.33871 10.5L12.5 1.5' stroke='%230C9C68' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.action-btn__enter:hover {
	background-color: #bbe0d2;
}

.action-btn__full {
	width: 43px;
	height: 43px;
}

.action-btn__close {
	background-color: #fee9e9;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L11 11' stroke='%23FC5E5E' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M11 1L1 11' stroke='%23FC5E5E' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
	background-size: 12px;
}

.action-btn__close:hover {
	background-color: #ffd2d2;
}

.action-list-btn,
.label-status {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
}

.action-list-btn > a,
.action-list-btn > button,
.label-status::before {
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.label-status::before {
	display: block;
	margin-right: 7px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	content: "";
	line-height: 0;
}

.label-status--formed::before {
	background-color: #d4d7dc;
}

.label-status--signed::before {
	background-color: #0c9c68;
}

.label-status--error::before {
	background-color: #fc5e5e;
}

.label-status--certain::before {
	width: 11px;
	height: 9px;
	border-radius: 0;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 13 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 6.86957L3.83871 10L12 1' stroke='%232F5CC4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.label-status--certain-psfl::before {
	width: 17px;
	height: 9px;
	border-radius: 0;
	background-image: url("data:image/svg+xml,<svg viewBox='0 0 13 11' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1 6.86957L3.83871 10L12 1' stroke='%23edb117' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}

.action-list-btn {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: 0 -7px;
}

.action-list-btn > a,
.action-list-btn > button {
	margin: 0 7px;
	padding: 0;
	width: 15px;
	height: 15px;
	border: 0;
	background-color: transparent;
}

.action-list-btn--act {
	background-image: url(../img/lk/act.svg);
}

.action-list-btn--list {
	background-image: url(../img/lk/list.svg);
}

.action-list-btn--mail {
	background-image: url(../img/lk/mail.svg);
}

.action-list-btn--edit {
	background-image: url(../img/lk/edit.svg);
}

.action-list-btn--edit[disabled] {
	opacity: 0.6;
}


.action-list-btn--clear {
	background-image: url(../img/lk/clear.svg);
}

[data-message] {
	position: relative;
}

[data-message]::after {
	position: absolute;
	right: 0;
	bottom: calc(100% + 5px);
	z-index: 10;
	visibility: hidden;
	padding: 8px 12px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	border-radius: 2px;
	background: #585f67;
	color: #fff;
	content: attr(data-message);
	text-align: center;
	font-weight: 500;
	opacity: 0;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

[data-message]:hover::after {
	visibility: visible;
	opacity: 0.93;
}

.downloadSverkaExcel,.downloadActExcel,.clearCActDocs,.clearCListDocs,.clearCActDocs,.clearUListDocs,.clearUActDocs,.clearCListDocsConsolidated,.clearCActDocsAct {
	cursor: pointer;
}

.chat__info {
	display: none;
}

.nochat .chat__header,
.nochat .chat__window,
.nochat .chat__textarea {
	display: none !important;
}

.nochat .chat__info {
	display: block;
}

.chat__count {
	height: 21px;
}

.active.chatMenuItem .chat__count {
	display: none;
}

.registry__content .tableReg .simplebar-track.simplebar-horizontal {
	visibility: visible !important;
}

.registry__content .tableReg .simplebar-scrollbar::before {
	opacity: 1;
}

.lk__table tr th.colAction {
	width: 130px;
}

.lk__table tr th.colInn {
	width: 200px;
}

.lk-table__button a + button,
.lk-table__button button + a {
	margin-left: 10px;
}

.vsb-menu {
	cursor: pointer;
	z-index: 1000;
	display: block;
	visibility: hidden;
	position: absolute; /*Don't change*/

	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #d4d7dc;
	border-top: 0;
	border-radius: 0 0 5px 5px;
	font-size: 15px;
	width: 100%;
	overflow: hidden;
}

.vsb-menu ul {
	margin: 0px;
	padding-bottom: 0px;
}

.vsb-main button {


	min-width: 120px;
	border-radius: 5px;
	width: 100%;
	text-align: left;
	z-index: 1;
	color: #333;

	border: 1px solid #d4d7dc;
	background-color: #ffffff;
	padding: 12px 16px;
	max-height: 43px;
	height: 43px;
	line-height: 20px;
	font-size: 14px;
	word-wrap: break-word;
	overflow: hidden;
	transition: all 0.3s ease;
}

.vsb-main button:hover {
	border-color: var(--color-accent);
}

.vsb-main .title {
	margin-right: 6px;
	user-select: none;
	white-space: nowrap;
	display: flex;
	overflow: hidden;
	color: rgba(0, 0, 0, 0.8);
}

.vsb-main .title.short {
	color: #000;
}

.vsb-menu li {
	font-size: 15px;
	background-color: #fff;
	min-height: 1.2em;
	padding: 0.3em 0.6em 0.3em 0.6em;
	margin: 0;
}

.vsb-menu :not(.multi) li.active {
	background: #f5f8fb;
}

.caret {
	display: inline-block;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 !important;
	width: 10px;
	height: 6px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='4' viewBox='0 0 7 4' fill='none'%3E%3Cpath d='M0 0L3.5 4L7 0H0Z' fill='%23585F67'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
}

#filter-table.table {
	border: 0 !important;
}

.tableRegFront.lk__table {
	/*border: 1px solid #D4D7DC;*/
	border-radius: 5px;
	padding: 0 20px;
}

/* 05.04.2022 */
/*custom new*/
.btn__light--tsvet {
	display: flex;
	align-items: center;
}
.btn__light--tsvet span {
	width: 22px;
	height: 6px;
	margin-left: 9px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 22 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='22' width='6' height='6' rx='3' transform='rotate(90 22 0)' fill='%23DA234F'/%3E%3Crect x='14' width='6' height='6' rx='3' transform='rotate(90 14 0)' fill='%23FFC961'/%3E%3Crect x='6' width='6' height='6' rx='3' transform='rotate(90 6 0)' fill='%230C9C68'/%3E%3C/svg%3E");
}

.instruction {
	max-width: 990px;
	padding: 0 15px;
	margin: 50px auto;
	font-size: 15px;
	text-align: left;
}
.instruction h2 {
	text-align: center;
	font-weight: 600;
	font-size: 30px;
	margin-bottom: 40px;
}
.instruction p {
	font-weight: 400;
	font-size: 17px;
	line-height: 176%;
}
.instruction strong {
	font-weight: 700;
	font-size: 17px;
	line-height: 176%;
}

.instruction-table table th {
	background-color: #f2f6ff;
}

.instruction-table table td {
	vertical-align: text-top;
}

.instruction-table table td,
.instruction-table table th {
	border-width: 0px 0px 1px 1px;
}

.instruction-table table td:first-child,
.instruction-table table th:first-child {
	border-width: 0px 0px 1px 0;
}

.instruction-table table tr:hover {
	background-color: transparent;
}

.instruction-table .instruction-table__status > p {
	margin: 0;
	font-size: inherit;
	padding: 3px 9px;
	width: max-content;
	border-radius: 3px;
	text-align: center;
	background-color: var(--color-bg);
	color: var(--color);
	line-height: 20px;
	text-align: left;
}
.instruction-table .filter-status::before {
	width: 6px;
	height: 6px;
	flex: 0 0 6px;
	margin-right: 6px;
}

.instruction-list {
	font-size: 17px;
	margin: 20px 0;
}
.instruction-list li {
	display: flex;
	align-items: center;
}
.instruction-list li + li {
	margin-top: 20px;
}
.instruction-list li::before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 6px;
	height: 6px;
	flex: 0 0 6px;
	margin-right: 12px;
	background-color: var(--color);
}

.instruction-info {
	font-weight: 700;
	font-size: 17px;
	line-height: 176%;
	padding: 26px 42px 36px 42px;
	background-color: #e5ebfb;
	border-radius: 4px;
}

.instruction-gen {
	background-color: #ffffff;
	border: 1px solid #e6e9ed;
	border-radius: 5px;
	padding: 40px;
}
.instruction-gen h3 {
	margin: 0 0 20px 0;
	font-weight: 700;
	font-size: 18px;
}
.instruction-ul {
	font-weight: 400;
	font-size: 16px;
}
.instruction-ul li {
	position: relative;
	padding-left: 15px;
}
.instruction-ul li + li {
	margin-top: 5px;
}
.instruction-ul li::before {
	position: absolute;
	top: 8px;
	left: 0;
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 4px;
	height: 4px;
	background-color: #000;
	line-height: inherit;
	vertical-align: middle;
}
/*custom_new_end*/
/*style*/
div.news-list {
	word-wrap: break-word;
}
div.news-list img.preview_picture {
	float: left;
	margin: 0 4px 6px 0;
}
.news-date-time {
	color: #486daa;
}
.registry__data {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.registry__info .registry__data span {
	margin: 0;
}

.registry__info .registry__data a {
	color: var(--color-accent);
	border-bottom: 1px solid currentColor;
}

.registry__info .registry__data a.active {
	color: #585f67;
}

.table-hint {
	position: relative;
	cursor: pointer;
}

.table-hint svg {
	width: 16px;
	height: 16px;
}

.table-hint[data-hint]:hover::before {
	position: absolute;
	bottom: calc(100% - 5px);
	right: 10px;
	z-index: 100;
	padding: 5px 10px;
	max-width: 50vw;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	border-radius: 2px;
	background: #585f67;
	color: #fff;
	content: attr(data-hint);
	text-align: left;
	opacity: 0.93;
	pointer-events: none;
}

.table-status {
	margin: 0;
	font-weight: 400;
	min-width: 46px;
	border-radius: 3px;
	padding: 3px 9px;
	text-align: center;
	background-color: var(--color-bg);
	color: var(--color);
}

.table-status--low {
	--color: #da234f;
	--color-bg: rgba(218, 35, 79, 0.1);
}
.table-status--middle {
	--color: #edb117;
	--color-bg: rgba(237, 177, 23, 0.1);
}
.table-status--high {
	--color: #0c9c68;
	--color-bg: rgba(12, 156, 104, 0.1);
}
.table-status--null {
	--color: #585f67;
	--color-bg: #f4f4f4;
}
/*style_end*/
/* modal */
.modal {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	visibility: hidden;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	cursor: pointer;
	-webkit-transition: all var(--transition-time);
	-o-transition: all var(--transition-time);
	transition: all var(--transition-time);
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.5);
	--transition-time: 0.3s;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-ms-flex-wrap: wrap;
}

.modal-container {
	font-family: "Montserrat", sans-serif;
	position: relative;
	max-width: 1028px;
	width: 100%;
	margin: 50px auto;
	padding: 50px;
	cursor: default;
	border-radius: 5px;
	background-color: #fff;
}

.modal-close {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 24px;
	height: 24px;
	cursor: pointer;
	border: 0;
	background: 0 0;
}

.modal-close:after,
.modal-close:before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 1px;
	height: 24px;
	margin: 0 auto;
	content: "";
	-webkit-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	border-radius: 5px;
	background-color: #242424;
}

.modal-close:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.modal-close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.modal-close:hover:after,
.modal-close:hover:before {
	background-color: #000;
}

.modal.open {
	visibility: visible;
	opacity: 1;
}

.modal-content h3 {
	font-weight: 600;
	font-size: 28px;
	line-height: 34px;
	margin: 0 0 40px 0;
}

.modal-effect--1 .modal-container {
	-webkit-transition: all var(--transition-time);
	-o-transition: all var(--transition-time);
	transition: all var(--transition-time);
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
}

.modal-effect--1.open .modal-container {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.list-table {
	background-color: #ffffff;
	border: 1px solid #d4d7dc;
	border-radius: 5px;
}
.list-table li {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(90px, max-content));
	gap: 10px 22px;
	align-items: start;
	padding: 22px 20px;
}
.list-table li:not(:last-child) {
	border-bottom: 1px solid #d4d7dc;
}
.list-table__text h4 {
	font-weight: 600;
	font-size: 18px;
	margin: 0 0 8px 0;
}
.list-table__text p {
	font-weight: 400;
	font-size: 16px;
	margin: 0;
}
.list-table__label {
	padding: 3px 9.5px;
	border-radius: 3px;
	background-color: var(--color-bg);
	color: var(--color);
	text-align: center;
}

.info-modal-footer {
	margin-top: 22px;
}
.info-modal-footer ul {
	font-weight: 400;
	font-size: 15px;
	line-height: 147%;
	color: #585f67;
}
.info-modal-footer ul li a {
	text-decoration: underline;
}

@media (max-width: 1134px) {
	.modal-container {
		max-width: 95%;
		margin: 10px auto;
		padding: 20px;
	}
}
@media (max-width: 768px) {
	.list-table li {
		grid-template-columns: 1fr;
	}
}
/* modal_end */

.status-span.table-status
{
	display:inline
}

.table.tablev2 {
	margin-bottom: 0;
}

.table__group--4-4 {
	grid-template-columns: repeat(4, minmax(100px, 1fr));
}
.table__group--3-3 {
	grid-template-columns: repeat(3, minmax(80px, 1fr));
}
.table__header--last {
	justify-content: center;
	flex-direction: row !important;
	align-items: center;
	border-left: 1px solid #d4d7dc;
	background-color: #dee8ff;
	color: var(--color-primary);
	margin-left: -1px;
}
.table__header--last a {
	color: var(--color-primary);
}
.table__content p {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}


.container__full {
	padding: 0 25px;
}
.table-status {
	justify-content: center;
}
@media (min-width: 1205px) {
	.tableReg .tablev2 .table-column-grid {
		/* grid-template-columns:
			minmax(48%, min-content)
			minmax(24%, 630px)
			minmax(22%, 520px)
			minmax(6%, 120px); */
		grid-template-columns:
			minmax(42%, min-content)
			minmax(30%, 620px)
			minmax(22%, 510px)
			minmax(6%, 120px);
		font-size: 13px;
	}
	.tableRegFront .tablev2 .table-fixed__group {
		grid-template-columns: minmax(200px, min-content) auto;
		/* grid-template-columns: minmax(235px, min-content) auto; */

	}
	.tableRegFront .tablev2  .table__group--4-5 {
		grid-template-columns: 300px repeat(4, minmax(auto, 1fr));
		/* grid-template-columns: 300px repeat(4, minmax(auto, 1fr)); */
	}
}

.tableReg .table-sorting
{
	max-width:25px;
}


.table-button-action {
	display: inline-flex;
	border: 1px solid #d4d7dc;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 20px;
}
}

.table-button-action > button {
	padding: 10px 20px;
	border: none;
	background-color: #fff;
	font-weight: 700;
	font-size: 13px;
	color: #585f67;
}

.table-button-action > button.active {
	background-color: var(--color-accent);
	color: #fff;
}

.table__group--end .table-status {
	margin: 0 auto;
}

.lk__table--reestr.column__usno .table-column-grid {
	grid-template-columns:
			minmax(13%, 130px)
		    minmax(28%, min-content)
		    minmax(45%, 265px)
		    minmax(8%, 325px)
	!important;
}
.lk__table--reestr.column__osno .table-column-grid {
	grid-template-columns:
			minmax(13%, 130px)
		    minmax(37%, min-content)
		    minmax(37%, 265px)
		    minmax(8%, 325px)
	!important;
}
.tableReg .table-column-grid.table-column-grid-new {
	grid-template-columns: minmax(20%, 130px) minmax(80%, min-content) !important;
}

.lk__table--reestr .table-column-grid {
	display: grid;
}

@media (min-width: 1205px) {
	.tableReg .tablev3 .table-column-grid {
		/* grid-template-columns:
			minmax(48%, min-content)
			minmax(24%, 630px)
			minmax(22%, 520px)
			minmax(6%, 120px); */
		grid-template-columns:
			minmax(42%, min-content)
			minmax(30%, 620px)
			minmax(22%, 510px)
			minmax(6%, 120px);
		font-size: 13px;
	}


	.tableRegFront .tablev3  .table__group--4-5 {
		grid-template-columns: 300px repeat(4, minmax(auto, 1fr));
		/* grid-template-columns: 300px repeat(4, minmax(auto, 1fr)); */
	}

	.tableReg.lk__table--usn .table-column-grid {
		grid-template-columns:
			minmax(42%, min-content)
			minmax(19%, 265px)
			minmax(32%, 425px)
			minmax(7%, 130px);
	}
	.lk__table--personal-osno .table-column-grid {
		grid-template-columns:
			minmax(8%, 130px)
		    minmax(36%, min-content)
		    minmax(34%, 265px)
		    minmax(14%, 130px)
		    minmax(8%, 130px)
		!important;
	}
	.lk__table--personal-usno .table-column-grid {
		grid-template-columns:
			minmax(35%, min-content)
			minmax(35%, 265px)
			minmax(10%, 325px)
			minmax(5%, 130px)
		!important;
	}
	.lk__table--customer-usn .table-column-grid {
		grid-template-columns:
		   minmax(42%, min-content)
		   minmax(15%, 265px)
		   minmax(28%, 425px)
		   minmax(4%, 130px)
		   minmax(0%, 130px)
		!important
	}
	.lk__table--customer-osno .table-column-grid {
		grid-template-columns:
			minmax(38%, min-content)
			minmax(34%, 620px)
			minmax(14%, 510px)
			minmax(6%, 120px)
			minmax(0%, 120px)
		!important
	}
	.tablev3 .table__group--2-2 {
		grid-template-columns: 420px repeat(2, minmax(auto, 1fr));
	}
	.tableRegFront .tablev3 .table-fixed__group {
		grid-template-columns: minmax(200px, min-content) auto;
	}

	.tableRegFront .tablev3 .table__group--4 {
		grid-template-columns: 330px repeat(3, 1fr);
	}
}


.tableRegFront.lk__table .simplebar-track {
	top: -14px;
	!bottom: -14px;
	pointer-events: auto;
}
.simplebar-track.simplebar-vertical {
	right: -14px;
}

.tableRegFront .tablev3 [data-point] {
	padding: 0 !important;
	margin-left: 4px;
}
.tableRegFront .tablev3 [data-point]:hover::before {
	content: none;
	padding: 0;
	margin-left: 4px;
}
.tableRegFront .tablev3 .table-hint {
	padding-left: 6px !important;
}
.tableRegFront .tablev3 .status-span > .table-hint {
	margin-left: 5px;
}

input.btn__accent[disabled] {
	background: #e3e3e3;
	color: #6a6a6a;
}

input.btn__accent[disabled]:hover {
	border: 1px solid transparent;
	cursor: default !important;
}

#customerTable th
{
	background: #F2F6FF;
}

#customerTable th, #customerTable td
{
	border-width: 0 1px 1px 0px;
}

.customerDateTd
{
	width:250px
}

.customerInnTd
{
	width:130px
}

.customerAllCount
{
	font-weight:700
}

.customerTableBottom
{
	display:flex;
	justify-content: space-between;
	align-items: center;
	margin:20px 0 5px;
}

.pagination
{
	margin:0 auto;
	margin-top: 30px;
}

a.text-link {
	color: var(--color-accent);
	font-weight: 500;
}

.tableSpan
{
	display:none;
}

@media (max-width: 520px) {
	#customerTableWrap
	{
		border: none;
	}
	#customerTable tr
	{
		display:block;
		margin-bottom:10px;
	}
	#customerTable td
	{
		display:block;
		width:100%;
		max-width:100%;
		border-width: 1px 1px 0px;
	}

	#customerTable  tr td:last-child
	{

		border-width: 1px 1px 1px;
		border-right:1px solid #D4D7DC;
	}

	#customerTable tr td:first-child
	{
		font-weight:700;
	}


	#customerTable .tableItemFirst
	{
		display:none;
	}

	.tableSpan
	{
		display:inline-block;
		margin-right:5px;
	}

	.customerTableBottom
	{
		display:block;
	}
	.customerAllCount
	{
		margin-bottom:10px;
	}
}

.cabinetTable .table
{
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.editFormSendOk
{
	display:none;
}

.updateUserData
{
	background:none;
	background-image: url("../img/lk/edit_grey.svg");
	background-position:center center;
	background-repeat:no-repeat;
	padding: 0;
	width: 16px;
	height: 16px;
	border: 0;
}

.updateUserData:hover
{
	background-image: url("../img/lk/edit.svg");
}


.dropdown-objects .dropdown-objects__label::after {
	content: '';
	position:absolute;
	width: 10px;
	height: 10px;
	content: url("data:image/svg+xml,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='20' height='20' rx='3' fill='%23'/%3E%3Cpath d='M10 13.618l5-6.183H5l5 6.183z' fill='%232F5CC5'/%3E%3C/svg%3E");
}

.dropdown-objects {
	position:relative;
	cursor: default;
	display: inline-block;
}

.dropdown-objects:hover {

	color: #2f5cc5;
}

.dropdown-objects ul.dropdown-objects__list {
	display: none;
}

.dropdown-objects__label {
	display: inline-block;
}

.dropdown-objects:hover ul.dropdown-objects__list {
	display: block;
	top: 10px;
	left: -10px;
	position: absolute;
	background: #F2F6FF;
	padding: 8px 10px;
	border-radius: 8px;
	border: 1px solid #d4d7dc;
	z-index: 1000;
}

.dropdown-objects li.dropdown-objects__item {
	margin-bottom: 5px;
}

ul.dropdown-objects__list-off {
	display: none;
}

.act-icon {
	position: relative;
}
.act-icon input:disabled {
	background: #dddddd;
}

.act-icon input:disabled+label {
	content:  url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 6H19' stroke='%236a6a6a' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 18H19' stroke='%236a6a6a' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 12H19' stroke='%236a6a6a' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.act-icon label {
	position: absolute;
	content:  url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 6H19' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 18H19' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 12H19' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	width: 24px;
	cursor: pointer;
	height: 24px;
	top: 9px;
	left: 13px;
}

.act-icon input {
	width: 43px;
	color: transparent !important;
}
.send-svodList-modal,
.send-svod-modal,
.send-act-modal {
	height: 43px;
	padding: 7px 12px;
	content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.1 20.7C14.1 21 13.1 21.2 12 21.2C6.9 21.2 2.8 17.1 2.8 11.9C2.8 6.80001 6.9 2.70001 12.1 2.70001C17.2 2.70001 21.3 6.80001 21.3 12C21.3 12.6 21.3 13 21.3 13C21.3 14.7 19.9 16.1 18.2 16.1C16.5 16.1 15.1 14.7 15.1 13V8.90001' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 15.1C10.2 15.1 8.90001 13.7 8.90001 12.1V12C8.90001 10.3 10.3 9 11.9 9H12C13.7 9 15 10.4 15 12C15.1 13.7 13.7 15.1 12 15.1Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.loader-icon {
	text-align: center;
}
.loader-icon svg{
	width: 100px;
	height: 100px;
	margin: 20px;
	display:inline-block;
}
