html, body {
	height: 100%;
}
.page[preloader]:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	background-color: rgba(255,255,255,0.8);
	display: flex;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 120px;
	background-image: url(../images/readable-preloader.gif);
	opacity: 1;
	-webkit-animation: fadeInPreloader 0.5s ease-in;
    -moz-animation: fadeInPreloader 0.5s ease-in;
    -o-animation: fadeInPreloader 0.5s ease-in;
    animation: fadeInPreloader 0.5s ease-in;
}

.page.preloader-in[preloader]:before {
	-webkit-animation: fadeInPreloader 1s ease-in;
    -moz-animation: fadeInPreloader 1s ease-in;
    -o-animation: fadeInPreloader 1s ease-in;
    animation: fadeInPreloader 1s ease-in;
}
.page.preloader-out[preloader]:before {
	-webkit-animation: fadeOutPreloader 1s ease-in;
    -moz-animation: fadeOutPreloader 1s ease-in;
    -o-animation: fadeOutPreloader 1s ease-in;
    animation: fadeOutPreloader 1s ease-in;
}

.page[hidden] {
	display: none;
}

.layout-book-page.layout-book-page-new {
	max-width: 1400px;
}

#book-readable {
	font-family: 'Times New Roman', Times, serif;
	font-size: 1.4rem;
	padding-bottom: 0;
	margin-bottom: 1rem;
	/*
	-webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;*/
			-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-smoothing: antialiased;
}

/*
#book-readable .book-readable-new {
	max-width: 1000px;
}
	*/

#book-readable .book-readable-new h1,
#book-readable .book-readable-new h2,
#book-readable .book-readable-new h3,
#book-readable .book-readable-new h4 {
	font-family: 'Times New Roman', Times, serif;
}

#book-readable .book-readable-new h1,
#book-readable .book-readable-new h2,
#book-readable .book-readable-new h3,
#book-readable .book-readable-new h4,
#book-readable .book-readable-new span,
#book-readable .book-readable-new ul,
#book-readable .book-readable-new li {
	color: #000000;
	padding-left: 2.6rem;
}

#book-readable .book-readable-new p {
	color: #000000;
	text-indent: 2.6rem;
}

#book-readable .book-readable-new p[data-element-type='photoText'],
#book-readable .book-readable-new li[data-element-type='photoText'] {
	text-indent: 0rem;
	font-size: 1.3rem;
	font-weight: 500;
	text-align: left;
	font-style: italic;
	width: 100%;
}

#book-readable .book-readable-new p,
#book-readable .book-readable-new li {
	text-align: justify;
	display: inline-block;
	font-size: 1.3rem;
}

#book-readable .book-readable-new ul {
	margin: 0;
	padding: 0;
}

.book-readable-new div:has(h1) { 
	h1 {
		margin-bottom: 1.6rem;
	}
}
.book-readable-new div:has(h2) { 
	h2 {
		margin-bottom: 1.4rem;
	}
}
.book-readable-new div:has(h3) { 
	h3 {
		margin-bottom: 1.2rem;
	}
}
.book-readable-new div:has(img) { 
	img {
		margin-top: 1rem;
	}
}

#book-readable .book-readable-new li {
	margin-top: 0.6rem;
	/*margin-bottom: 1.2rem;*/
	margin-left: 1.6rem;
	position: relative;
}

#book-readable .book-readable-new div.row {
	margin-top: 1rem;
}

#book-readable .book-readable-new li::before {
	content: '•';
	position: absolute;
	left: 1.4rem;
	top: 0;
}

#book-readable .book-readable-new table {
	width: calc(100% - 1.6rem);
	border: 1px solid #000;
	font-size: 1rem;
	text-align: center;
	color: #000;
	margin-top: 1.6rem;
	margin-bottom: 1.6rem;
	margin-left: 1.6rem;
	
}

#book-readable .book-readable-new table th {
	background-color: rgba(0,0,0,0.08);
}
#book-readable .book-readable-new table th,
#book-readable .book-readable-new table td {
	height: 36px;
	padding: 6px 12px;
	line-height: 1.2rem;
}

#book-readable .book-readable-new table th + th,
#book-readable .book-readable-new table td + td {
	border-left: 1px solid #000;
}


.book-readable-new div:has(> p) + div:has(> p) { 
	p {
		margin-top: 0.6rem;
	}
}
.book-readable-new div:has(> p) + div.row { 
	div.row {
		margin-top: 0.6rem;
		margin-bottom: 0.6rem;
	}
}

.book-readable-new div:has(img) + div:has(h1) { 
	h1 { margin-top: 1rem; }
}
.book-readable-new div:has(img) + div:has(h2) { 
	h2 { margin-top: 1rem; }
}
.book-readable-new div:has(img) + div:has(h3) { 
	h3 { margin-top: 1rem; }
}
.book-readable-new div:has(li) + div:has(h1),
.book-readable-new div:has(table) + div:has(h1),
.book-readable-new div:has(p) + div:has(h1) { 
	h1 { margin-top: 2rem; }
}
.book-readable-new div:has(li) + div:has(h2),
.book-readable-new div:has(table) + div:has(h2),
.book-readable-new div:has(p) + div:has(h2) { 
	h2 { margin-top: 1.8rem; }
}
.book-readable-new div:has(li) + div:has(h3),
.book-readable-new div:has(table) + div:has(h3),
.book-readable-new div:has(p) + div:has(h3) { 
	h3 { margin-top: 1.6rem; }
}
.book-readable-new div:has(li) + div:has(h4),
.book-readable-new div:has(table) + div:has(h4),
.book-readable-new div:has(p) + div:has(h4) { 
	h4 { margin-top: 1.6rem; }
}
#book-readable-new .book-readable-new div:has(h1) + div:has(li) { 
	li { margin-top: 0.2rem; }
}
#book-readable-new .book-readable-new div:has(h2) + div:has(li) { 
	li { margin-top: 0.2rem; }
}
#book-readable-new .book-readable-new div:has(h3) + div:has(li) { 
	li { margin-top: 0.2rem; }
}
#book-readable-new .book-readable-new div:has(h4) + div:has(li) { 
	li { margin-top: 0.2rem; }
}

/*
#book-readable div.u-paragraph:has(> div.u-chapter) + div.u-paragraph { 
	> div.u-paragraph {
		margin-top: 1rem;
	}
}
*/










/***********************************************************/

#book-readable > div:last-child,
#book-readable.book-playing {
	padding-bottom: 50px;
}

#book-readable div.u-paragraph,
#book-readable div.u-speech {
	color: #000;
}
#book-readable p {
	font-size: 1.4rem;
	padding-bottom: 0;
	margin-bottom: 0rem;
	line-height: 2.2rem;
	text-align: left;
}

#book-readable div.u-section {
	font-size: 2.2rem;
	font-weight: 800;
	margin-top: 2rem;
	display: inline-block;
	text-indent: 0;
}

#book-readable div.u-subsection {
	font-size: 2rem;
	font-weight: 800;
	margin-top: 2rem;
	display: inline-block;
	text-indent: 0;
}

#book-readable div.u-chapter {
	font-size: 1.8rem;
	font-weight: 600;
	margin-top: 2rem;
	display: inline-block;
	text-indent: 0;
} 

#book-readable p {
	display: inline; 
}

#book-readable p.u-sentence {
	text-align: justify;
}

#book-readable p.u-speech {
	text-align: justify;
}

#book-readable div.u-speech:first-child div > span:first-child::before {
	position: relative;
	content: '— ';
}

#book-readable div.u-paragraph div.u-section [align=justify],
#book-readable div.u-paragraph div.u-subsection [align=justify],
#book-readable div.u-paragraph div.u-chapter [align=justify],
#book-readable div.u-paragraph div.u-paragraph [align=justify] {
	text-align: left;
}

/*
#book-readable div.u-speech:first-child span:first-child > span::before {
	content: '';
}
	*/

#book-readable div.u-paragraph > div.u-paragraph {
	font-size: 1.6rem;
	font-weight: 600;
	margin-bottom: 1.2rem;
	margin-top: 2rem;
    display: inline-block;
	text-indent: 0;
	text-align: justify;
	color: #000;
}

#book-readable div[align=right] {
	margin-bottom: 2rem;
}

#book-readable [data-readable-paragraph]:first-child div.u-section {
	margin-top: 0rem;
}
#book-readable [data-readable-paragraph]:first-child div.u-subsection {
	margin-top: 0rem;
}
#book-readable [data-readable-paragraph]:first-child div.u-chapter {
	margin-top: 0rem;
}
#book-readable [data-readable-paragraph]:first-child div.u-paragraph {
	margin-top: 0rem;
}

#book-readable div.u-paragraph:has(> div.u-section) + div.u-paragraph { 
	> div.u-section {
		margin-top: 0.4rem;
	}
}
#book-readable div.u-paragraph:has(> div.u-section) + div.u-paragraph { 
	> div.u-subsection {
		margin-top: 0.4rem;
	}
}
#book-readable div.u-paragraph:has(> div.u-section) + div.u-paragraph { 
	> div.u-paragraph {
		margin-top: 0.4rem;
	}
}
#book-readable div.u-paragraph:has(> div.u-subsection) + div.u-paragraph { 
	> div.u-chapter {
		margin-top: 0.4rem;
	}
}
#book-readable div.u-paragraph:has(> div.u-chapter) + div.u-paragraph { 
	> div.u-paragraph {
		margin-top: 1rem;
	}
}
#book-readable div.u-paragraph:has(> div.u-paragraph) + div.u-paragraph { 
	> div.u-paragraph {
		margin-top: 0.4rem;
	}
}

#book-readable div.u-paragraph:has(> div.u-chapter) + div.u-paragraph { 
	> div.u-sentence {
		margin-top: 1rem;
	}
}

#book-readable div.u-paragraph:has(> div.u-paragraph) + div.u-paragraph { 
	> div.u-sentence {
		margin-top: 1rem;
	}
}

#book-readable div.u-paragraph:has(> div.u-sentence) { 
	text-align: justify;
}

#book-readable div.u-paragraph:has(> div.u-speech) { 
	text-align: justify;
}

#book-readable .style-subject-13 div.u-paragraph:has(> div.u-section),
#book-readable .style-subject-13 div.u-paragraph:has(> div.u-subsection),
#book-readable .style-subject-13 div.u-paragraph:has(> div.u-chapter),
#book-readable .style-subject-13 div.u-paragraph:has(> div.u-paragraph) {
	text-align: center;
}

#book-readable .style-subject-13 div.u-paragraph div.u-section [align=justify],
#book-readable .style-subject-13 div.u-paragraph div.u-subsection [align=justify],
#book-readable .style-subject-13 div.u-paragraph div.u-chapter [align=justify],
#book-readable .style-subject-13 div.u-paragraph div.u-paragraph [align=justify] {
	text-align: center;
}

#book-readable .style-subject-20 div[align=justify] img {
	display: inline;
	transform: scale(1.1);
}

#book-readable div.u-paragraph {
	margin-bottom: 0.6rem;
	text-indent: 1.8rem;
}

#book-readable p.u-sentence {
	margin-top: 2rem;
	display: inline;
	margin-block-start: 0;
	margin-block-end: 0;
	text-align: justify;
}

#book-readable p.u-speech {
	text-align: justify;
}

#book-readable span.hl:first-child {
	padding-left: 0.25rem;
}
#book-readable span.hl:last-child { 
	padding-right: 0.25rem;
}


#book-readable .u-paragraph p.u-sentence > span.hl:first-child {
	border-radius: 4px 0 0 4px;
}
#book-readable .u-paragraph p.u-sentence > span.hl:last-child {
	border-radius: 0 4px 4px 0;
}
	

#book-readable.book-readable {
	opacity: 0;
}

#book-readable.book-readable-show {
	opacity: 1;
	-webkit-animation: fadeInReadable 1.2s ease-in;
    -moz-animation: fadeInReadable 1.2s ease-in;
    -o-animation: fadeInReadable 1.2s ease-in;
    animation: fadeInReadable 1.2s ease-in;
}

@-webkit-keyframes fadeInReadable {
    0% { opacity: 0 }
    1% { opacity: 0 }
    100% { opacity: 1 }
}
@-moz-keyframes fadeInReadable {
    0% { opacity: 0 }
    1% { opacity: 0 }
    100% { opacity: 1 }
}
@-o-keyframes fadeInReadable {
    0% { opacity: 0 }
    1% { opacity: 0 }
    100% { opacity: 1 }
}
@keyframes fadeInReadable {
    0% { opacity: 0 }
    1% { opacity: 0 }
    100% { opacity: 1 }
}

@-webkit-keyframes fadeInPreloader {
    0% { opacity: 0 }
    1% { opacity: 0 }
    100% { opacity: 1 }
}
@-moz-keyframes fadeInPreloader {
    0% { opacity: 0 }
    1% { opacity: 0 }
    100% { opacity: 1 }
}
@-o-keyframes fadeInPreloader {
    0% { opacity: 0 }
    1% { opacity: 0 }
    100% { opacity: 1 }
}
@keyframes fadeInPreloader {
    0% { opacity: 0 }
    1% { opacity: 0 }
    100% { opacity: 1 }
}

@-webkit-keyframes fadeOutPreloader {
    0% { opacity: 1 }
    1% { opacity: 1 }
    100% { opacity: 0 }
}
@-moz-keyframes fadeOutPreloader {
    0% { opacity: 1 }
    1% { opacity: 1 }
    100% { opacity: 0 }
}
@-o-keyframes fadeOutPreloader {
    0% { opacity: 1 }
    1% { opacity: 1 }
    100% { opacity: 0 }
}
@keyframes fadeOutPreloader {
    0% { opacity: 1 }
    1% { opacity: 1 }
    100% { opacity: 0 }
}

.page-workspace .play .is-pause {
	display: none;
}
.page-workspace.page-workspace-hear .play .is-play {
	display: none;
}
.page-workspace.page-workspace-hear.page-workspace-hear-pause .play .is-play {
	display: flex !important;
}

.page-workspace.page-workspace-hear .play .is-pause {
	display: flex;
}
.page-workspace.page-workspace-hear.page-workspace-hear-pause .play .is-pause {
	display: none !important;
}

.page-workspace .play span {
	opacity: 0;
}
.page-workspace .play:hover span {
	opacity: 1;
}

.page-workspace .playing-controls {
	display: none;
}
.page-workspace .playing-controls .control-play-button {
	display: none;
}

.page-workspace-hear .playing-controls {
	display: block;
}
.page-workspace-hear .readable-controls {
	display: none;
}

.page-workspace-hear .playing-controls .control-pause-button { 
	display: block;
}
.page-workspace-hear .playing-controls .control-play-button {
	display: none;
}
.page-workspace-hear.page-workspace-hear-pause .playing-controls .control-pause-button {
	display: none !important;
}
.page-workspace-hear.page-workspace-hear-pause .playing-controls .control-play-button {
	display: block !important;
}

/*** FIX POSITIONS ***/
.page-workspace-hear .layout-swiper-button.left {
	left: calc(50% - 265px); 
}
.page-workspace-hear .layout-swiper-button.right {
	left: calc(50% + 265px);
}
.page-workspace-hear .swiper-button-prev,
.page-workspace-hear .swiper-button-next {
	top: 16px;
}
.page-workspace-hear .hintLeft,
.page-workspace-hear .hintRight {
	top: 10px; 
}

.hl {
	background: rgba(255,255,255,0); 
	transition: background 1s; 
}

.hl[highlight] {
	background: rgba(150,180,220,0.17);
}

.bookmarks-follow {
	transition: top 1s;
}

.page-workspace .hintCenter {
	right: 10px;
	top: 4px;
}

.page-workspace .hintCenter-input {
	text-align: center;
	margin-left: 0;
	width: auto;
}

.page-workspace .book-info-block > .book-info {
	border-radius: 0 0 10px 10px;
}

.book-info hr {
	margin-top: 0;
	margin-bottom: 1rem;
}

.book-info h4 {
	margin-bottom: 1rem;
}

div.book-block-navi {
	display: flex;
	align-items: flex-end;
}
ul.book-info-navi {
	display: flex;
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}
ul.book-info-navi li {
	padding: 12px 0px 8px 0;
	transition: all 0.5s;
}
ul.book-info-navi li + li {
	margin-left: 26px;
}
.book-info-navi-links span.badge {
	display: inline-block;
	margin-left: 6px;
	font-weight: 500;
}

ul.book-info-navi li {
	cursor: pointer;
	border-bottom: 3px solid transparent;
	font-weight: 500;
}
ul.book-info-navi li:hover {
	border-bottom: 3px solid #dedede;
}
ul.book-info-navi li.book-info-navi-links-active {
	border-bottom: 3px solid #2C70C4;
	color: #2C70C4;
}

.book-info-blocks-contents,
.book-info-blocks-favorites {
	display: none;
}
.book-info-blocks-contents.active,
.book-info-blocks-favorites.active {
	display: block;
}

.book-info-without-favorites {
	text-align: center;
    font-size: 1.1rem;
    line-height: 1.4;
    color: rgba(0, 0, 0, 0.3);
}

.page-workspace .layout-swiper-progressbar {
	z-index: 10;
}

.page-workspace .swiper-progressbar-text {
	width: 100%;
	text-align: center;
	font-size: 0.8rem;
	text-shadow: 0px 2px 3px rgba(0,0,0,0.5);
	padding-left: 0;
  -webkit-background-clip: text;
     -moz-background-clip: text;
          background-clip: text;
}

.page-workspace .swiper-pagination-progressbar-fill {
	border-radius: 0;
}

.page-workspace .layout-info .accordion-button::after {
	display: none !important;
  }

.page-workspace .book-list-sections-statistics { 
	font-size: 0.8rem;
}

@media screen and (max-width: 659px) {
	.page-workspace .book-list-sections-statistics { 
		display: flex;
		flex-direction: column;
	}
}

.bookmark-list-item {
	border: 1px solid #dde0e3;
	border-radius: 5px;
	background-color: transparent;
	transition: all 0.5s;
}

.bookmark-list-item:hover {
	background-color: #9A9EA41A;
}

.bookmark-list-item + .bookmark-list-item {
	margin-top: 8px;
}

.bookmark-list-item div.row {
	align-items: center;
}

.bookmark-list-item-buttons {
	display: flex;
}

.bookmark-list-item:hover .bookmark-list-item-buttons div {
	opacity: 1;
}

.page-workspace .chaptersLayout {
	padding: 0;
}

.book-list-sections-page-bookmark,
.book-list-sections-page-read,
.book-list-sections-page-listen {
	width: 40px;
	height: 40px;
	background-color: #ececec;
	border-radius: 3px;
	margin-right: 14px;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	opacity: 0;
	transition: background 1s, opacity 1s;
}

@media screen and (max-width: 659px) {
	.book-list-sections-page-bookmark,
	.book-list-sections-page-read,
	.book-list-sections-page-listen {
		opacity: 1;
	}
}

.bookmark-list-item i {
	background-color: #F7C32E1A;
	color: #F7C32E;
	border-radius: 99px;
	padding: 14px 16px;
}

.book-list-sections-page-bookmark { 
	background-image: url(../aimg/icon-section-trash-default.png);
	background-color: rgba(0, 0, 0, 0.25);
}

.book-list-sections-page-bookmark:hover { 
	background-image: url(../aimg/icon-section-trash-active.png);
	background-color: rgba(0, 0, 0, 0.5);
}

.book-list-sections-page-read { 
	background-image: url(../aimg/icon-section-read.png);
	background-color: rgba(12, 188, 135, 0.5);
}

.book-list-sections-page-listen {
	background-image: url(../aimg/icon-section-play.png);
	background-color: rgba(44, 112, 196, 0.5);
}

.book-list-sections-page-read:hover { 
	background-color: rgba(12, 188, 135, 1);
}

.book-list-sections-page-listen:hover {
	background-color: rgba(44, 112, 196, 1);
}

.book-section-block-is-hover:hover .book-list-sections-page-read,
.book-section-block-is-hover:hover .book-list-sections-page-listen {
	opacity: 1;
}

.book-list-sections-page-count {
	line-height: 40px;
}

.icons-sections {
	display: inline-block;
	width: 18px;
	height: 18px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 12px;
	position: relative;
	top: 4px;
	margin-right: 2px !important;
	transition: background 1s;
	margin-right: 16px;
}
.icon-section-time {
	background-image: url(../aimg/icon-section-time-default.png);
}
.icon-section-count {
	background-image: url(../aimg/icon-section-count-default.png);
}
.icon-section-voice {
	background-image: url(../aimg/icon-section-voice-default.png);
}
.book-section-block-is-hover:hover .icon-section-time {
	background-image: url(../aimg/icon-section-time-active.png);
}
.book-section-block-is-hover:hover .icon-section-count {
	background-image: url(../aimg/icon-section-count-active.png);
}
.book-section-block-is-hover:hover .icon-section-voice {
	background-image: url(../aimg/icon-section-voice-active.png);
}

span.note {
	font-size: 0.7rem;
    border-radius: 99px;
    color: #000000;
    padding: 2px;
    position: relative;
    top: -9px;
    cursor: default;
    border: 1px solid #000000;
    margin-right: 6px;
    font-weight: 700;
}

.js-choice-speekers-options[aria-disabled=true] {
	display: none;
}
.choices__item--selectable {
	display: flex;
    justify-content: center;
}
.choices__list--single .choices__item {
	height: 24px;
}

@media screen and (max-width: 560px) {
	.page-workspace .swiper-progressbar-text {
		padding-left: 12px;
		padding-right: 12px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	#book-readable p {
		font-size: 0.8rem;
	}
	
	#book-readable div.u-section {
		font-size: 1.2rem;
	}
	
	#book-readable div.u-subsection {
		font-size: 1rem;
		font-weight: 800;
		margin-top: 2rem;
		display: inline-block;
		text-indent: 0;
	}
	
	#book-readable div.u-chapter {
		font-size: 0.9rem;
		font-weight: 600;
		margin-top: 2rem;
		display: inline-block;
		text-indent: 0;
	} 

	#book-readable div.u-sentence {
		font-size: 0.9rem;
		line-height: 1.4;
	}

	#book-readable div.u-speech {
		font-size: 0.9rem;
		line-height: 1.4;
	}

	#book-readable div.u-paragraph {
		margin-bottom: 0.6rem;
		text-indent: 1.2rem;
	}
}

.book-progress-title-sections {
	background-color: #fff;
    color: #495057;
    padding: 3px 10px;
    border-radius: 99px;
    margin-right: 10px;
	text-shadow: 0px 2px 3px rgba(255, 255, 255, 0.5);
}