#book-chapter-container [product="для_сертификации"] {
	display: none
}

#book-chapter-container div[id] {
	padding-top: 52px;
	margin-top: -52px;
}

#book-chapter-container div[id] p,
#book-chapter-container div[id] li {
	line-height: 26px;
	font-weight: 300;
	color: #343536;
}

#book-chapter-container div[id] > h1,
#book-chapter-container div[id] > h2,
#book-chapter-container div[id] > h3,
#book-chapter-container div[id] > h4,
#book-chapter-container div[id] > h5 {
	clear: both;
}

#book-chapter-container div[id] > h1 {
	font-size: 26px;
}

#book-chapter-container div[id] > h2 {
	font-size: 22px;
	margin: 10px 0 5px;
}

#book-chapter-container div[id] > h3 {
	margin-top: 16px;
	margin-bottom: 8px;
	font-size: 20px;
}

#book-chapter-container div[id] > h4 {
	font-size: 18px;
}

#book-chapter-container div[id] > h5 {
	font-size: 18px;
}

.nav-chapter-siblings {
	font-size: 16px;
	padding: 10px 0 20px;
	clear: both;
}

.prev-chapter-link,
.next-chapter-link {
	text-decoration: none;
}

.prev-chapter-link::before {
	content: "\2329";
	color: #778899;
	margin-right: 5px;
}

.next-chapter-link::after {
	content: "\232a";
	color: #778899;
	margin-left: 5px;
}

#book_index_view .indent {
	display: none;
}

#book_index_view .icon.none {
	display: none;
}

#book_index_view .expand-icon,
#book_index_view .expand-icon-none {
	position: absolute;
	right: 0;
	top: 1px;
	display: block;
	text-align: center;
}

.node-book_index_view--child::before {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	content: '\221F';
	margin-right: 5px;
	color: #D5D5D5;
}

.typical-expand-icon::before {
	display: block;
	content: "\232A";
	color: #6b6b6b;
	-webkit-transition: -webkit-transform .2s ease-in-out;
	-ms-transition: -ms-transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
}

.typical-expand-icon--expanded::before {
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.node-book_index_view {
	padding: 2px 20px 2px 15px;
	position: relative;
	background-color: transparent;
	border: 1px solid transparent;
	transition: all 0.2s;
}

.node-book_index_view:hover {
	color: #9f0412;
	text-shadow: 1px 1px 3px #b6b6b6;
}

/*
.node-book_index_view[data-depth='0'] {
	font-weight: 600;
	font-size: 110%;
}*/
.node-book_index_view.node-selected {
	font-weight: 600;
	color: inherit;
}

/* DITA ELEMENTS */

.el-screen {
	font-family: 'Crystal4', sans-serif;
}

.el-screen--2026 {
	font-family: 'Crystal4_2026', 'Crystal4', sans-serif;
}

.el-screen--epson {
	font-family: 'Epson1', 'Crystal4', sans-serif;
}

.el-fig__host--right {
	float: right;
	clear: right;
}

.el-fig {
	border: 1px solid lightgrey;
	margin: 5px;
	text-align: center;
	/*max-height: 30vw;*/

	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.el-fig > figcaption {
	user-select: text;
	font-size: 1.1em;
	background-color: #ccc;
	margin-top: 5px;
	margin-bottom: 5px;
}

@media (min-width: 768px) {
	.el-fig {
		max-width: 30%;
		max-width: 30vw;
	}
}

.el-fig > img {
	max-width: 100%;
	max-height: 100%;
	max-height: 28vw;
}

.el-note {
	width: 100%;
	display: block;
	clear: both;
	padding: 5px 2px 2px;
	margin: 10px 0;
}

.el-note__body {
	background-color: #ffffff;
	padding: 5px 2px 5px 10px;
}

.el-note__title {
	padding: 2px 10px;
	color: #ffffff;
}

.el-note__title-icon {
	margin-right: 10px
}

.el-note__title-icon-image {
	width: 16px;
	vertical-align: top;
	margin-right: 10px;
}

.el-note__title-text {
	text-transform: uppercase;
	font-weight: 500;
}

.el-note--danger {
	background-color: #e45f3e;
}

.el-note--alert {
	background-color: #ead047;
}

.el-note--warning {
	background-color: #0b7cb4;
}

.el-note--info {
	background-color: #b0b2b5;
}

.el-note--with-image {
	padding-left: 60px;
	position: relative;
}

.el-note__image {
	position: absolute;
	top: 12px;
	left: 10px;
}

.alert-danger > .el-note__image {
	left: 5px;
}

.el-note--with-image > .el-note__content {
	padding-left: 5px;
	border-left: 2px solid #856404;
	min-height: 40px;
}

.el-table__title {
	font-style: italic;
	font-size: 15px;
}

.el-table__host {
	max-width: 100%;
	overflow-x: auto;
}

body.is-zooming .el-table__host {
	overflow-x: initial;
}

.el-example {
	border: 1px solid #d3d3d3;
	margin: 4px 0;
	padding: 10px;
	background-color: #f9f9f9;
}

.el-example__header {
	font-weight: bold;
	font-size: 13px;
	margin: 0 0 4px 0;
}

code.el-codeblock {
	display: block;
	white-space: pre-wrap;
	border: 1px solid #d3d3d3;
	border-radius: 0;
	margin: 4px 0;
	padding: 10px;
	background-color: #f9f9f9;
	color: unset;
}

.book-index li > p {
	display: inline;
	margin: 0;
	padding: 0;
}

.book-header__title {
	margin: 0;
	font-size: 26px;
}

.book-header__meta-info {
	float: right;
	color: #008f86;
	padding-top: 5px;
}

.book-header__meta-info > span,
.book-header__meta-info > strong {
	display: block;
	font-size: 18px;
}

.book-header__meta-info > strong {
	margin-bottom: 10px
}

h6, .h6 {
	font-size: 15px;
}

#link-bspa-toggle {
	color: inherit;
	text-decoration: none;
}

.link-bspa-text {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.link-bspa-toggler {
	display: inline-block;
	padding: 4px 24px 4px 4px;
	background-color: #B3B3B3;
	transition: background-color .2s, padding-left .2s, padding-right .2s;
	height: 24px;
	width: 44px;
	vertical-align: middle;
	border-radius: 4px;
}

.link-bspa-toggler::before {
	content: '';
	display: block;
	border-radius: 3px;
	height: 16px;
	width: 16px;
	background-color: #FFFFFF;
}

.link-bspa-toggler--active {
	background-color: #008E85;
	padding: 4px 4px 4px 24px;
}
