@media(max-width: 1900px) {
	body {
		zoom: .9;
		height: 100%;
		min-height: 100%;
	}

	html {
		height: 100vh;
	}

	.lk__inner {
		min-height: 100%;
	}
}

@media(max-width: 1700px) {
	body {
		zoom: .8;
	}
}

@media(max-width: 1400px) {
	body {
		zoom: .7;
	}
}

@media(max-width: 1024px) {
	body {
		zoom: 1;
	}

	.pc-show {
		display: none;
	}

	.mb-show {
		display: flex;
		gap: 6px;
	}

	.enter-form {
		max-width: calc(100% - 30px);
	}

	.enter-form__head {
		padding: 14px 28px;
	}

	.enter-form__title {
		font-size: 25px;
		line-height: 34px;
	}

	.enter-form__inner {
		padding: 24px 28px 33px;
	}

	.lk__inner {
		padding: 22px 15px;
		flex-direction: column;
		gap: 22px;
	}

	.lk__sidebar {
		width: 100%;
		min-height: min-content;
	}

	.lk__sidebar__top {
		flex-direction: row-reverse;
		justify-content: space-between;
	}

	.lk__sidebar__menu {
		display: none;
	}

	.lk__sidebar__text {
		display: none;
	}

	.lk__notifications {
		display: none;
	}

	.lk__sidebar__info {
		max-width: 264px;
	}

	.sidebar__menu-toggle {
		width: 29px;
		height: 29px;
		min-width: 29px;
		background-size: cover;
	}

	.lk__content {
		border-bottom: 4px solid rgb(234, 234, 234);
		border-top: 4px solid rgb(234, 234, 234);
		border-radius: 14px;
		padding: 24px 20px;
	}

	.lk__content-top {
		align-items: flex-start;
		margin-bottom: 20px;
	}

	h1.lk__title {
		font-size: 24px;
		font-weight: 600;
		line-height: 26px;
	}

	.lk__title {
		font-size: 20px;
		font-weight: 600;
		line-height: 26px;
	}

	.lk__light-switch {
		gap: 7px;
	}

	.lk__light-toggle {
		width: 53px;
		height: 27px;
	}

	.lk__light-toggle span {
		width: 23.14px;
		height: 22.62px;
		background-size: 14.18px;
	}

	.lk__logo img {
		width: 70px;
		height: 35px;
	}

	.lk__main {
	}

	.lk__filter {
		flex-direction: column;
		gap: 7px;
		margin-bottom: 30px;
	}

	.lk__filter-input {
		width: 100%;
	}

	.lk__filter-input input[type="text"] {
		width: 100%;
		height: 58px;
		padding: 34px 12px 13px;
	}

	.lk__filter-input input[type="submit"] {
		width: 60px;
		height: 58px;
		min-width: 60px;
	}

	.lk__filter-input span {
		top: 13px;
		left: 12px;
		font-size: 14px;
	}

	.lk__filter-checkboxes {
		margin-top: 7px;
	}

	.lk__filter-checkbox {
		font-size: 14px;
		line-height: 24px;
	}

	.lk__filter-checkbox:before {
	}

	.lk__table-top {
		flex-direction: column;
		gap: 15px;
		margin-bottom: 14px;
	}

	.lk__table__title {
	}

	.lk__table__subtitle {
		font-size: 15px;
		line-height: 25px;
	}

	.lk__table-btn {
		width: 140px;
		height: 42px;
		font-size: 14px;
		line-height: 15px;
	}

	.lk__table-row {
		flex-direction: column;
	}

	.lk__table-item {
		padding: 12px 13px;
		border: 1px solid rgb(223, 228, 239);
		border-radius: 8px;
		background: rgb(255, 255, 255);
		width: 100%;
	}

	.table-item__header {
		position: relative;
		padding-right: 30px;
		display: flex;
		flex-wrap: wrap;
		gap: 7px 14px;
		font-size: 12px;
		font-weight: 400;
		line-height: 9px;
	}

	.table-item__date {
		width: 100%;
		color: rgb(153, 153, 153);
	}

	.table-item__type {
		color: rgb(27, 91, 163);
		font-weight: 600;
	}

	.table-item__order {
		color: #666666;
	}

	.table-item__order b {
		font-weight: 600;
		color: #424242;
	}

	.table-item__content {
		display: none;
	}

	.table-item__header:after {
		content: '';
		display: block;
		position: absolute;
		width: 22px;
		height: 22px;
		border: 1px solid rgb(223, 228, 239);
		border-radius: 50px;
		background: rgb(248, 250, 254);
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		background-image: url(/img/new/down.svg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: 18px;
		transition: all .5s;
		box-sizing: border-box;
	}

	.lk__table-item.active .table-item__header:after {
		transform: translateY(-50%) rotate(180deg);
	}

	.lk__table-item.active .table-item__content {
		display: flex;
	}

	.table-item__separation {
		border-bottom: 1px dashed rgba(0, 0, 0, 0.16);
	}

	.table-item__content {
		padding-top: 12px;
		gap: 12px;
		font-size: 12px;
		font-weight: 400;
		line-height: 9px;
		color: #666666;
		flex-direction: column;
	}

	.table-item__content b {
		font-weight: 600;
		color: #424242;
	}

	.table-item__resultы {
	}

	.table-item__results {
		display: flex;
		line-height: 20px;
		gap: 18px;
	}

	.table-item__result {
		display: flex;
		flex-direction: column;
	}

	.table-item__result b {
		color: #1B5BA3;
	}

	.lk__table-result {
		margin-top: 12px;
		display: flex;
		flex-direction: column;
		gap: 12px;
		font-size: 13px;
		font-weight: 400;
		line-height: 10px;
	}

	.lk__table-result b {
		font-weight: 600;
		color: #424242;
	}

	.table-result__item {
		color: #666666;
	}

	.table-result__item.finale {
		font-weight: 600;
		color: #424242;
		margin-top: 6px;
	}

	.table-result__item.finale b {
		color: #1B5BA3;
	}
}
