.book-page-tabs{display:flex;flex-direction:column;gap:24px}.book-page-tabs__chapters{display:flex;flex-direction:column;gap:20px}@media(min-width:992px){.book-page-tabs__chapters{display:grid;grid-template-columns:minmax(320px,420px) minmax(0,1fr);align-items:start;grid-gap:24px;gap:24px}}.book-page-tabs__list{display:flex;flex-direction:column;gap:16px;width:100%}@media(min-width:992px){.book-page-tabs__list{position:-webkit-sticky;position:sticky;top:110px;max-height:calc(100vh - 140px)}}.book-page-tabs__list-search{display:flex;align-items:center;gap:8px}.book-page-tabs__list-search-label{font-size:12px;font-weight:700;line-height:18px;letter-spacing:.08em;text-transform:uppercase;color:#909090}.book-page-tabs__list-search-input{width:100px;padding:12px 14px;border:1px solid rgba(128,128,126,.35);border-radius:12px;background:#1a1a1a;font-size:14px;line-height:20px;color:#f5f5f5}.book-page-tabs__list-search-input::placeholder{color:#80807e}.book-page-tabs__list-search-input:focus{outline:none;border-color:#80807e}.book-page-tabs__list-item-wrapper{position:relative;display:block;width:100%;border:1px solid rgba(0,0,0,0);border-radius:var(--border-radius);text-align:left}.book-page-tabs__list-item-wrapper:hover:before,.book-page-tabs__list-item-wrapper_active:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;margin:-1px;border-radius:6px}.book-page-tabs__list-item-wrapper:hover:before{background:linear-gradient(0deg,var(--second-gradient-color) 0,var(--first-gradient-color) 100%)}@media(min-width:992px){.book-page-tabs__list-item-wrapper_active:before{background:linear-gradient(0deg,var(--second-gradient-color) 0,var(--first-gradient-color) 100%)}}.book-page-tabs__list-item{position:relative;z-index:1;display:flex;min-height:159px;padding:15px;border-radius:6px;background:#2d2d2c}.book-page-tabs__list-item-content{display:flex;flex-direction:column;justify-content:space-between;gap:14px;min-width:0;width:100%;padding-bottom:35px}.book-page-tabs__list-item-header{display:flex;align-items:center;gap:30px}.book-page-tabs__list-item-number{display:flex;justify-content:center;align-items:center;flex-shrink:0;padding:10px 12px;border-radius:6px;background:#050505;font-size:20px;font-weight:700;line-height:20px;color:#e7e7e7}.book-page-tabs__list-item-title{overflow:hidden;flex:1 1 auto;min-width:0;font-size:14px;font-weight:700;line-height:20px;color:#e7e7e7}.book-page-tabs__list-item-description{display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:12px;line-height:18px;color:#e7e7e7}.book-page-tabs__favorite{position:absolute;right:20px;bottom:9px;z-index:2;display:flex;justify-content:center;align-items:center;width:30px;height:30px;border-radius:50%;background:#444}.book-page-tabs__reader{display:none;overflow:hidden;min-width:0;border-radius:32px;background:#000}@media(min-width:992px){.book-page-tabs__reader{display:block}}