/* миша */
.app:has(.client.client_x19),
.app:has(.client.client_t14) {
	max-height: calc(100% - 5px);
	margin-top: 5px;
}

.client.client_x19,
.client.client_t14 {
	overflow: initial;
	max-height: 100%;

	.header--fake,
	.footer--fake {
		display: none;
	}
	.footer--fixed,
	.header--fixed {
		opacity: 1;
		position: static;
	}

	.footer__body {
		z-index: 1;
	}

	.header__offset {
		display: none;
	}

	.client-header {
		min-height: auto;
	}


	.sticky_header,
	.sticky_footer {
		position: sticky;
		background: #ffffffe3;
		/*padding-left: 18px;*/
		z-index: 11;
	}
	.sticky_header {top: 0}
	.sticky_footer {bottom: 0}
}



/* поверх миши */
.client.client_x19,
.client.client_t14 {
	display: flex;
	flex-direction: column;
	width: 990px;
	margin: 0 auto;

	.footer--fixed {
		margin-top: auto;
	}
}