@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");*{margin:0;padding:0;box-sizing:border-box;font-family:Roboto,sans-serif}body{max-width:100%;overflow-x:hidden}.bold{font-weight:bolder}a{text-decoration:none;color:inherit}ul{list-style:none}button{cursor:pointer;outline:none;border:none;background-color:transparent}button:active{transform:translateY(1px)}button:disabled{cursor:not-allowed;opacity:.65}.row{max-width:1070px;width:100%;margin:0 auto;padding:0 24px}.container{padding:40px 0;width:100%}.loader{border:3px solid #f3f3f3;border-top-color:#2a9d8f;border-radius:50%;width:16px;height:16px;animation:spin .8s linear infinite;display:inline-block}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.btn{background-color:#2bd97c;color:#032b41;width:100%;height:40px;border-radius:4px;font-size:16px;transition:background-color .2s;display:flex;align-items:center;justify-content:center;min-width:180px}.btn:hover:not(:disabled){background-color:#20ba68}.btn:active{transform:translateY(1px)}.btn.guest__btn--wrapper{position:relative;display:flex;background-color:#3a579d;color:#fff;justify-content:center}.btn.guest__btn--wrapper:hover{background-color:#25396b!important}.btn.google__btn--wrapper{position:relative;display:flex;background-color:#4285f4;color:#fff;justify-content:center}.btn.google__btn--wrapper:hover{background-color:#3367d6!important}.home__cta--btn{max-width:300px;display:flex;align-items:center;justify-content:center}.section__title{font-size:32px;color:#032b41;text-align:center;margin-bottom:32px;font-weight:700}nav{height:80px}.nav__wrapper{display:flex;justify-content:space-between;align-items:center;max-width:1070px;width:100%;height:100%;margin:0 auto;padding:0 24px}.nav__list--wrapper{display:flex;gap:24px}.nav__img--mask{max-width:200px}.nav__img{width:100%;height:100%}.nav__list{cursor:not-allowed;color:#032b41;transition:color .1s}.nav__list--login:hover{color:#2bd97c}.nav__list--login{cursor:pointer}.wrapper{position:relative;display:flex;flex-direction:column;margin-left:200px;width:calc(100% / 200px);transition:all .3s}.wrapper__full{margin-left:0;width:100%}.auth{position:relative;max-width:400px;background-color:#fff;border-radius:8px;box-shadow:0 0 10px rgba(0,0,0,.2)}.auth,.auth__wrapper{width:100%;z-index:9999}.auth__wrapper{position:fixed;top:0;left:0;height:100%;background-color:rgba(0,0,0,.75);display:flex;flex-direction:column;align-items:center;justify-content:center;visibility:hidden}.modal--open .auth__wrapper{visibility:visible}.auth__content{padding:48px 32px 24px}.auth__title{text-align:center;font-size:20px;font-weight:700;color:#032b41;margin-bottom:24px}.auth__error{color:#f56c6c;margin-bottom:16px}.auth__separator{display:flex;align-items:center;margin:16px 0}.auth__separator--text{margin:0 24px;font-size:14px;color:#394547;font-weight:500}.auth__separator:after,.auth__separator:before{content:"";display:block;flex-grow:1;height:1px;background:#bac8ce}.auth__main--form{display:flex;flex-direction:column;gap:16px}.auth__main--input{height:40px;border:2px solid #bac8ce;border-radius:4px;color:#394547;padding:0 12px}.auth__forgot--password{font-size:14px;width:-moz-fit-content;width:fit-content;margin:0 auto 16px;cursor:pointer}.auth__forgot--password,.auth__switch--btn{text-align:center;color:#116be9;font-weight:300}.auth__switch--btn{height:40px;background-color:#f1f6f4;width:100%;border-radius:0 0 4px 4px;font-size:16px}.auth__close--btn{position:absolute;top:12px;right:12px;display:flex;cursor:pointer;transition:opacity .2s}.auth__close--btn svg{width:28px;height:28px}.google__icon--mask{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:4px;background-color:#fff;position:absolute;left:2px}.google__icon--mask svg,.guest__icon--mask svg{width:24px;height:24px}.guest__icon--mask{background-color:transparent}.search__background{background-color:#fff;border-bottom:1px solid #e1e7ea;height:80px;z-index:1}.search__wrapper{position:relative;display:flex;align-items:center;justify-content:space-between;padding:0 32px;max-width:1070px;margin:0 auto;height:100%}.search__content{gap:24px;max-width:340px}.search,.search__content,.search__input--wrapper{display:flex;align-items:center;width:100%}.search__input--wrapper{position:relative;gap:8px}.search__input{height:40px;width:100%;padding:0 16px;outline:none;background-color:#f1f6f4;color:#042330;border:2px solid #e1e7ea;border-radius:8px}.search__icon{display:flex;align-items:center;position:absolute;height:100%;right:8px;justify-content:flex-end;border-left:2px solid #e1e7ea;padding-left:8px}.search__icon svg{width:24px;height:24px;color:#03314b}.search__books--wrapper{display:flex;flex-direction:column;max-width:440px;width:100%;max-height:640px;margin-left:auto;overflow-y:auto;padding:16px;position:absolute;top:104px;right:24px;background-color:#fff;border:1px solid #e1e7ea;box-shadow:0 0 6px 0 rgba(0,0,0,.14)}.search__book--link{display:flex;align-items:center;padding:16px;gap:24px;height:120px;border-bottom:1px solid #e1e7ea}.search__book--title{font-size:16px;font-weight:500;color:#032b41;margin-bottom:8px}.search__book--author{font-size:14px;font-weight:300;color:#6b757b;margin-bottom:8px}.sidebar,.sidebar--opened{background-color:#f7faf9;width:200px;min-width:200px;position:fixed;top:0;left:0;height:100vh;z-index:1000;transition:all .3s}.sidebar--opened{transform:translateX(0)!important;width:80%}.sidebar__overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#3a4649;transition:opacity .4s ease 0s;z-index:10;opacity:.65;pointer-events:auto}.sidebar__overlay--hidden{opacity:0;pointer-events:none}.sidebar__toggle--btn{display:none;align-items:center;justify-content:center;cursor:pointer}.sidebar__toggle--btn svg{width:24px;height:24px}.sidebar__logo{display:flex;align-items:center;justify-content:center;height:60px;padding-top:16px;max-width:160px;margin:0 auto}.sidebar__wrapper{display:flex;flex-direction:column;justify-content:space-between;height:calc(100vh - 60px);padding-bottom:20px;overflow-y:auto}.sidebar__logo img{width:100%;height:40px}.sidebar__top{flex:1 1;margin-top:40px}.sidebar__link--wrapper{display:flex;align-items:center;height:56px;color:#032b41;margin-bottom:8px;cursor:pointer}.sidebar__link--not-allowed{cursor:not-allowed}.sidebar__link--wrapper:hover{background-color:#f0efef}.sidebar__font--size-icon--active{border-bottom:3px solid #2bd97c}.sidebar__link--line{width:5px;height:100%;background-color:transparent;margin-right:16px}.sidebar__icon--wrapper{display:flex;align-items:center;justify-content:center;margin-right:8px}.sidebar__icon--wrapper svg{width:24px;height:24px}.active--tab{background-color:#2bd97c}.sidebar__font--size-wrapper{display:flex;margin-left:24px;gap:8px}.sidebar__font--size-icon{display:flex;align-items:center;justify-content:center;cursor:pointer;width:32px;height:32px}.sidebar__font--size-wrapper:hover{background-color:transparent;cursor:default}.sidebar__font--size-icon-small{width:20px;height:20px}.sidebar__font--size-icon-medium{width:24px;height:24px}.sidebar__font--size-icon-large{width:28px;height:28px}.sidebar__font--size-icon-xlarge{width:32px;height:32px}.sidebar__link--wrapper:last-child{margin-bottom:0}.landing__wrapper{display:flex}.landing__content{width:100%}.landing__image--mask{width:100%;display:flex;justify-content:flex-end}.landing__image--mask img{width:100%;height:100%;max-width:400px}.landing__content__title{color:#032b41;font-size:40px;font-weight:700;margin-bottom:24px}.landing__content__subtitle{color:#394547;font-size:20px;font-weight:300;margin-bottom:24px;line-height:1.5}.features__wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:96px}.features{display:flex;flex-direction:column;align-items:center;text-align:center}.features__icon{display:flex;justify-content:center;margin-bottom:8px;color:#032b41}.features__icon svg{width:60px;height:60px}.features__title{font-size:24px;color:#032b41;margin-bottom:16px;font-weight:500}.features__sub--title{font-size:18px;color:#394547;font-weight:300}.statistics__heading{font-size:32px;font-weight:500;margin-bottom:16px}.statistics__heading:last-child{margin-bottom:0}.statistics__heading--active{color:#2bd97c}.statistics__wrapper{display:flex;gap:80px;margin-bottom:96px}.statistics__wrapper:last-child{margin-bottom:0}.statistics__content--header{width:100%;display:flex;flex-direction:column;justify-content:center}.statistics__content--header:nth-child(2){align-items:flex-end}.statistics__content--details{width:100%;display:flex;flex-direction:column;justify-content:center;gap:24px;background-color:#f1f6f4;padding:40px 24px}.statistics__data{display:flex;gap:16px}.statistics__data--number{color:#0365f2;font-size:20px;font-weight:600;margin-top:4px}.statistics__data--title{font-size:20px;font-weight:300;color:#394547}.reviews__wrapper{max-width:600px;margin:0 auto}.review{background-color:#fff3d7;padding:16px;margin-bottom:32px;border-radius:4px;font-weight:300}.review__header{color:#032b41;display:flex;gap:8px;margin-bottom:8px}.review__body{color:#394547;letter-spacing:.3px;line-height:1.4}.review__stars{display:flex}.review__stars svg{width:16px;height:16px;fill:#0564f1}.reviews__btn--wrapper{display:flex;justify-content:center}.numbers{background-color:#d7e9ff;display:flex;flex-direction:column;align-items:center;text-align:center;padding:24px 24px 40px;border-radius:12px}.numbers__wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.numbers__icon{display:flex;align-items:center;height:60px;gap:4px;color:#0365f2}.numbers__icon-svg{width:48px;height:48px}.numbers__star--icon-svg{width:20px;height:20px}.numbers__title{font-size:40px;color:#032b41;font-weight:600;margin-bottom:16px}.numbers__sub--title{color:#394547;font-weight:300}.for-you__title{font-size:22px;font-weight:700;color:#032b41;margin-bottom:16px}.for-you__sub--title{font-weight:300;color:#394547;margin-bottom:16px}.book__pill{background-color:#032b41;width:-moz-fit-content;width:fit-content;height:18px;padding:0 8px;position:absolute;top:0;right:0;color:#fff;font-size:10px;display:flex;align-items:center;border-radius:20px}.selected__book{display:flex;justify-content:space-between;width:calc((100% / 3) * 2);background-color:#fbefd6;border-radius:4px;padding:24px;margin-bottom:24px;gap:24px}.selected__book--sub-title{color:#032b41;width:40%}.selected__book--line{width:1px;background-color:#bac8ce}.selected__book--content{display:flex;gap:16px;width:60%}.book__image--wrapper{width:172px;height:172px}.book__image{width:100%;height:100%}.selected__book--text{width:100%}.selected__book--title{font-weight:600;color:#032b41;margin-bottom:8px}.selected__book--author{font-size:14px;color:#394547;margin-bottom:16px}.selected__book--duration-wrapper{display:flex;align-items:center;gap:8px}.selected__book--icon{display:flex;align-items:center;width:40px;min-width:40px;height:40px}.selected__book--icon svg{width:100%;height:100%;background-color:#000;color:#fff;display:flex;justify-content:center;border-radius:50%;align-items:center;padding:4px 4px 4px 6px}.selected__book--duration{font-size:14px;font-weight:500;color:#032b41}.for-you__recommended--books{display:flex;gap:16px;margin-bottom:32px}.swiper-pagination-bullet-active{background:#20ba68!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:-3px!important}.swiper-slide:hover{background-color:#f1f6f4}.recommended__books--skeleton-wrapper{width:100%;display:flex;gap:24px;overflow-x:hidden;margin-bottom:32px}.recommended__books--skeleton{min-width:200px;width:200px}.hover--effect:hover{background-color:#f1f6f4}.for-you__recommended--books-link{padding:32px 12px 12px;text-decoration:none;border-radius:4px;max-width:200px;width:100%}.recommended__book--title{font-weight:700;color:#032b41;margin-bottom:8px}.recommended__book--author{font-size:14px;color:#6b757b;font-weight:300;margin-bottom:8px}.recommended__book--sub-title{font-size:14px;color:#394547;margin-bottom:8px}.recommended__book--details-wrapper{display:flex;gap:8px}.recommended__book--details{display:flex;align-items:center;gap:4px;font-size:14px;font-weight:300;color:#6b757b}.recommended__book--details-icon{display:flex;width:16px;height:16px}.finished__books--block-wrapper{background-color:#f1f6f4;max-width:-moz-fit-content;max-width:fit-content;display:flex;flex-direction:column;align-items:center;gap:8px;padding:32px;border-radius:12px;margin:0 auto 56px;text-align:center}.finished__books--title{color:#042330;font-weight:600;font-size:18px}.finished__books--sub-title{color:#394547}.inner__wrapper{display:flex;gap:16px}.inner__book{width:100%}.inner-book__title{font-size:32px}.inner-book__author,.inner-book__title{color:#032b41;margin-bottom:16px;font-weight:600}.inner-book__sub--title{font-size:20px;color:#032b41;margin-bottom:16px;font-weight:300}.inner-book__wrapper{border-top:1px solid #e1e7ea;border-bottom:1px solid #e1e7ea;padding:16px 0;margin-bottom:24px}.inner-book__description--wrapper{display:flex;flex-wrap:wrap;max-width:400px;row-gap:12px}.inner-book__description{display:flex;align-items:center;width:50%;color:#032b41;font-weight:500;font-size:14px}.inner-book__icon{display:flex;height:24px;width:24px;margin-right:4px}.inner-book__icon svg{width:100%;height:100%}.inner-book__read--btn-wrapper{display:flex;gap:16px;margin-bottom:24px}.inner-book__read--btn{display:flex;align-items:center;justify-content:center;width:144px;height:48px;background-color:#032b41;color:#fff;font-size:16px;border-radius:4px;cursor:pointer;gap:8px;transition:opacity .2s}.inner-book__read--icon{display:flex}.inner-book__read--icon svg{height:24px;width:24px}.inner-book__bookmark{display:flex;align-items:center;gap:8px;color:#0365f2;font-weight:500;cursor:pointer;margin-bottom:40px;font-size:18px;transition:color .2s}.inner-book__bookmark--icon{display:flex;width:20px;height:20px}.inner-book__bookmark--icon svg{width:100%;height:100%}.inner-book__tags--wrapper{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:16px}.inner-book__tag{background-color:#f1f6f4;padding:0 16px;height:48px;display:flex;align-items:center;cursor:not-allowed;color:#032b41;font-weight:500;border-radius:4px;transition:background-color .2s}.inner-book__book--description{color:#032b41;margin-bottom:16px;line-height:1.5}.inner-book__secondary--title{font-size:18px;color:#032b41;margin-bottom:16px;font-weight:600}.inner-book__author--description{color:#032b41;line-height:1.5}.summary{position:relative;width:100%;overflow-y:auto;height:calc(100vh - 160px)}.audio__book--summary{white-space:pre-line;padding:24px;max-width:800px;margin:0 auto}.audio__book--summary-title{color:#032b41;font-size:24px;border-bottom:1px solid #e1e7ea;margin-bottom:32px;padding-bottom:16px;line-height:1.5;font-weight:700}.audio__book--summary-text{white-space:pre-line;line-height:1.4;color:#032b41}.audio__wrapper{width:100%;height:80px;margin-top:auto;display:flex;align-items:center;justify-content:space-between;background-color:#042330;padding:0 40px;position:fixed;bottom:0;left:0;z-index:9998}.audio__track--wrapper{display:flex;gap:12px}.audio__wrapper>div{width:calc(100% / 3)}.audio__track--image-mask{display:flex;max-width:48px}.audio__track--details-wrapper{color:#fff;font-size:14px;display:flex;flex-direction:column;gap:4px;justify-content:center}.audio__track--author{color:#bac8ce}.audio__controls{gap:24px}.audio__controls,.audio__controls--btn{display:flex;align-items:center;justify-content:center}.audio__controls--btn{border-radius:50%;cursor:pointer}.audio__controls--btn svg{width:28px;height:28px;stroke:#fff;color:#fff;transition:all .2s}.audio__controls--btn-play{background-color:#fff;width:40px;height:40px}.audio__controls--btn-play svg{color:#042330}.audio__controls--play-icon{margin-left:4px}.audio__progress--wrapper{display:flex;align-items:center;gap:16px}.audio__time{color:#fff;font-size:14px}.audio__progress--bar{border-radius:8px;height:4px;max-width:300px;width:100%;cursor:pointer;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.audio__progress--bar::-webkit-slider-thumb{-webkit-appearance:none;height:12px;width:12px;background:#fff;border-radius:50%;cursor:pointer;box-shadow:0 0 2px rgba(0,0,0,.2)}.audio__book--spinner{display:flex;justify-content:center;align-items:center;height:100%;width:100%}.audio__book--spinner svg{animation:spinner .75s linear infinite;width:64px;height:64px;color:#042330}@keyframes spinner{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.plan{width:100%}.plan__header--wrapper{position:relative;text-align:center;width:100%;padding-top:48px;margin-bottom:24px}.plan__header--wrapper:before{content:"";position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;background-color:#032b41;border-bottom-right-radius:16rem;border-bottom-left-radius:16rem}.plan__header{max-width:1000px;margin:0 auto;color:#fff;padding:0 24px}.plan__title{font-size:48px;font-weight:700;margin-bottom:40px}.plan__sub--title{font-size:20px;margin-bottom:32px}.plan__img--mask{display:flex;justify-content:center;max-width:340px;margin:0 auto;border-radius:180px 180px 0 0;overflow:hidden}.plan__img--mask img{width:100%;height:100%}.plan__features--wrapper{display:grid;grid-template-columns:repeat(3,1fr);justify-items:center;text-align:center;grid-gap:24px;gap:24px;max-width:800px;margin:0 auto 56px}.plan__features--icon{display:flex;justify-content:center;color:#032b41;margin-bottom:12px}.plan__features--icon svg{width:60px;height:60px}.plan__features--text{color:#394547;line-height:1.5}.plan__card{display:flex;gap:24px;padding:24px;background-color:#f1f6f4;border:4px solid #bac8ce;border-radius:4px;cursor:pointer;max-width:680px;margin:0 auto}.plan__card--circle{position:relative;width:24px;height:24px;border-radius:50%;border:2px solid #000;display:flex;align-items:center;justify-content:center}.plan__card--dot{position:absolute;width:6px;height:6px;background-color:#000;border-radius:50%}.plan__card--title{font-size:18px;font-weight:600;color:#032b41;margin-bottom:8px}.plan__card--price{font-size:24px;font-weight:700;color:#032b41;margin-bottom:8px}.plan__card--separator,.plan__card--text{color:#6b757b;font-size:14px}.plan__card--separator{display:flex;align-items:center;gap:8px;max-width:240px;margin:24px auto}.plan__card--separator:after,.plan__card--separator:before{content:"";flex-grow:1;height:1px;background:#bac8ce}.plan__card--active{border:4px solid #2be080}.plan__card--cta{background:#fff;position:-webkit-sticky;position:sticky;bottom:0;z-index:1;padding:32px 0;display:flex;flex-direction:column;align-items:center;gap:16px}.plan__disclaimer{font-size:12px;color:#6b757b;text-align:center}.accordion__card{border-bottom:1px solid #ddd;margin-bottom:8px;overflow:hidden}.accordion__header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;padding:24px 0;gap:8px}.accordion__title{font-weight:500;font-size:24px;position:relative;margin-bottom:0;color:#032b41;transition:.3s}.accordion__icon{width:24px;min-width:24px;height:24px;transition:transform .3s}.accordion__icon--rotate{transform:rotate(180deg)}.collapse{position:relative;height:0;overflow:hidden;transition:height .35s ease}.collapse.show{height:auto}.accordion__body{min-height:1px;padding-bottom:24px;color:#394547;line-height:1.5}.skeleton-box{background-color:#e0e0e0;position:relative;overflow:hidden;height:1em}.skeleton-box:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.6),transparent);animation:shimmer 1.5s infinite}@keyframes shimmer{to{left:100%}}.section__title.page__title{text-align:left;border-bottom:1px solid #e1e7ea;padding-bottom:16px}.setting__content{display:flex;flex-direction:column;align-items:flex-start;gap:8px;margin-bottom:32px;border-bottom:1px solid #e1e7ea;padding-bottom:24px}.setting__content:last-child{margin-bottom:0;border-bottom:none}.btn.settings__upgrade--btn{width:-moz-fit-content;width:fit-content}.settings__sub--title{font-size:18px;font-weight:700;color:#032b41}.settings__login--wrapper{max-width:460px;display:flex;flex-direction:column;align-items:center;margin:0 auto}.settings__login--wrapper img{width:100%;height:100%}.settings__login--text{font-size:24px;font-weight:700;color:#032b41;text-align:center;margin-bottom:16px}.btn.settings__login--btn{width:100px}#footer{background-color:rgb(241 246 244)}.footer__top--wrapper{position:relative;display:flex;justify-content:space-between;font-size:14px;margin:32px auto 64px}.footer__block{z-index:1}.footer__link--title{font-weight:600;margin-bottom:16px;font-size:18px;color:#032b41}.footer__social--link-wrapper{display:flex;align-items:center;gap:16px;margin-bottom:16px}.footer__social--link{display:flex}.footer__link--wrapper{margin-bottom:12px;line-height:1}.footer__link{color:#394547;font-size:14px;cursor:not-allowed}.footer__link--wrapper:last-child{margin-bottom:0}.footer__social--text{margin-bottom:4px}.footer__social--text b{font-weight:500}.footer__review--wrapper{display:flex;gap:8px;margin-bottom:8px}.footer__social--img-wrapper{display:flex;align-items:center;gap:8px}.footer__social--img{display:flex}.footer__copyright--wrapper{display:flex;justify-content:center;align-items:center}.footer__copyright{color:#032b41;font-weight:500}@media (max-width:1200px){.selected__book{width:100%}}@media (max-width:992px){.inner-book--img-wrapper{display:flex;justify-content:center}.inner__wrapper{flex-direction:column;gap:32px}.inner__book{order:1}}@media (max-width:768px){.landing__content{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:540px;margin:0 auto}.sidebar__wrapper{height:calc(-240px + 100vh)!important}.selected__book{width:100%;flex-direction:column;gap:24px}.selected__book--content,.selected__book--text{width:100%}.selected__book--sub-title{width:100%;font-size:14px}.sidebar{transform:translateX(-100%)}.sidebar__toggle--btn{display:flex}.wrapper{margin-left:0;width:100%}.audio__wrapper{height:180px;padding:16px 24px;flex-direction:column}.audio__wrapper>div{width:100%;justify-content:center}.landing__image--mask{display:none}.landing__content__title{font-size:24px}.features__wrapper{grid-template-columns:1fr}.statistics__wrapper{flex-direction:column;gap:32px;margin-bottom:32px}.statistics__heading{font-size:24px}.footer__top--wrapper{flex-direction:column;gap:32px}.numbers__wrapper{grid-template-columns:1fr}.statistics__content--details-second{order:1}.statistics__content--header-second{align-items:flex-start}.statistics__data--title{font-size:16px}.section__title{font-size:24px}.features__title{font-size:20px}.features__sub--title{font-size:14px}.features__icon svg{width:48px;height:48px}.review__body{font-size:14px}.numbers__wrapper{gap:24px}.numbers__title{font-size:32px}.numbers__sub--title{font-size:14px}.remove--tablet{display:none}.inner-book__title{font-size:24px}.audio__book--summary-text,.audio__book--summary-title,.inner-book__author,.inner-book__author--description,.inner-book__book--description,.inner-book__tag{font-size:14px}.inner-book__sub--title{font-size:18px}.inner-book__bookmark{font-size:16px}.summary{height:calc(100vh - 260px)}}@media (max-width:576px){.nav__list--mobile{display:none}.selected__book{padding:16px}}@media (max-width:440px){.for-you__recommended--books-link{text-align:center}.recommended__book--details-wrapper,.swiper-slide{justify-content:center}.swiper-slide{display:flex!important;align-items:center}}