html {
    scroll-behavior: smooth;
}

.body_white {background-color: #fff!important;}

.mainContainer,
.mainContainer *,
.mainContainer :after,
.mainContainer :before,
.authorizationPopup * {
    box-sizing:border-box
}

.mainContainer .h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 24px;
    padding: 0;
    line-height: 1.2;
}

.h2_arrow {
    position: relative;
}

.h2_arrow {
    position: relative;
    display: inline-block;
}

.h2_arrow:after {
    content: '';
    position: absolute;
    right: -35px;
    top: 54%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url('../images/new_design/arrow-blue.svg') no-repeat 0 0;
    background-size: cover;
}

.mainContainer .h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 24px;
    padding: 0;
}

.mainContainer ul {
    list-style-type: none;
}

.mainContainer {
    font-size: 14px;
    font-family: Arial, sans-serif;
    color: #000;
    display: flex;
    width: 100%;
    position: relative;
    background: #fff;
}

.mainContainer button,
.mainContainer select,
.mainContainer input,
.mainContainer textarea {
    font-family: Arial, sans-serif;
    outline: none;
}

/*Мобильное меню*/
.mainContainer_mobileMenu {
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.mobileOverlay {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.3);
    z-index: 0;
}

.mainContainer_mobileMenu .mobileOverlay{
    display: block;
}

.mainContainer_mobileMenu .mainContainer__menu {
    height: 100vh;
    overflow-y: scroll;
    border-radius: 0;
    z-index: 10;
}

.mainContainer_mobileMenu .menuList_mobToggle{
    display: block;
}


.mainContainer__menu {
    flex: 0 0 250px;
    width: 250px;
    background: #FFE4CC;
    min-height: 100vh;
    position: relative;
    padding: 30px 25px;
}

.mainContainer__menuBtn {
    display: none;
    cursor: pointer;
}

.mainContainer__content {
    position: relative;
    width: calc(100% - 250px);
    padding: 20px 30px 90px 60px;
    box-sizing: border-box;
}

.mainContainer__topBanner {
    margin-bottom: 20px;
    height: auto;
    width: 100%;
    max-width: 1300px;
}

.mainContainer__wrap {
    width: 100%;
    max-width: 1300px;
}

.logotype {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.logotype__link {
    position: relative;
    z-index: 1;
}

.logotype__img_mob {
    display: none;
}

.menuList {
    position: relative;
    margin-bottom: 40px;
}

.menuList_border {
    position: relative;
    padding-top: 20px;
}

.menuList_border:before {
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #5976DB;
    opacity: .4;
}

.menuList__item {
    margin-bottom: 20px;
    color: #575757;
}

.menuList__item_title {
    color: #575757;
    font-weight: bold;
    position: relative;
    padding-left: 15px;
}

.menuList__item_title:before {
    content:'';
    position: absolute;
    left: 0;
    top: 42%;
    opacity: .8;
    transform: translateY(-50%);
    width: 10px;
    height: 12.5px;
    background: url('../images/new_design/book-icon.svg') no-repeat 0 0;
    background-size: cover;
}

.menuList__item_titleFeedBack {
    padding-left: 17px;
}

.menuList__item_titleFeedBack:before {
    width: 12px;
    height: 10.5px;
    background: url('../images/new_design/email-icon.svg') no-repeat 0 0;
    background-size: cover;
}

.menuList__item_toggle {
    cursor: pointer;
    color: #5976DB;
    position: relative;
}

.menuList__item_toggle:after {
    content:'';
    position: absolute;
    left: 80px;
    top: 40%;
    border: 4px solid transparent; border-top: 4px solid #5976DB;
}

.menuList__item_toggle.active:after {
    top: 15%;
    border: 4px solid transparent; border-bottom: 4px solid #5976DB;
}

.menuList__item:last-child {
    margin-bottom: 0;
}

.menuList__item a{
    margin-bottom: 20px;
    color: #575757;
    font-size: 14px;
    transition: color .3s ease;
    text-decoration: none;
}

.menuList__item a:hover {
    color: #000;
    text-decoration: none;
}

.menuList__item_toggle, .menuList__item_link a, .menuList__item .ref, .ref, .link, .bookInfo__categoryLink{
    text-decoration: none;
    color: #5976DB;
}

.menuList__item_toggle:hover, .menuList__item_link a:hover, .menuList__item .ref:hover, .ref:hover, .link:hover, .bookInfo__categoryLink:hover{
    color: #7A91E2;
    text-decoration: none;
}

.searchForm {
    position: relative;
    margin-bottom: 26px;
}

.searchForm__input {
    display: block;
    width: 100%;
    height: 32px;
    border: none;
    font-size: 14px;
    background: #fff;
    color: #575757;
    outline: none;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 0 24px 0 7px;
    transition: all 0.3s ease 0s;
}

.searchForm__button {
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
    cursor: pointer;
    display: block;
    padding: 0;
    color: transparent;
    border: none;
    outline: none;
    width: 18px;
    height: 18px;
    background: url('../images/new_design/search-icon.svg') no-repeat 0 0;
    background-size: cover;
}

.authMenu {
    padding: 0 20px;
    position: absolute;
    width: 100%;
    height: auto;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}

.authMenu__btn {
    color: #575757;
    font-size: 12px;
}

.authMenu__btn_single {
    margin: 0 auto;
    padding: 0 15px 0 16px;
    position: relative;
}

.authMenu__btn_single:before {
    content:'';
    position: absolute;
    left: 0;
    top: 50%;
    opacity: .8;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background: url('../images/new_design/user-icon.svg') no-repeat 0 0;
    background-size: cover;
}

.authMenu__btn:hover {
    color: #575757;
}

.authorizationPopup {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    z-index: 999;
    width: 290px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 2px 10px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    padding: 24px 20px;
}

.authorizationPopup__title {
    color: #000;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 23px;
}

.authorizationPopup__close {
    width: 23px;
    height: 23px;
    background: url('../images/new_design/close-icon.svg') no-repeat 0 0;
    background-size: cover;
    position: absolute;
    top: 20px;
    right: 15px;
    cursor: pointer;
    opacity: .6;
    transition: opacity .3s ease;
}

.authorizationPopup__close:hover {
    opacity: .4;
}

.authorizationForm__controls {
    margin-bottom: 20px;
}

.authorizationForm__register .ref {
    text-decoration: none;
    margin-right: 17px;
}

.authorizationForm__register .ref:hover {
    text-decoration: none;
}

/*Инпуты, кнопки*/
.formInputRow {
    display: flex;
    column-gap: 20px;
}

.formInput {
    margin-bottom: 20px;
}

.formInput_mb {
    margin-bottom: 0;
}

.formInput__field {
    width: 100%;
    height: 44px;
    font-size: 16px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 10px;
    color:#000;
    transition: border .3s ease;
}

.formInput__field_small {
    height: 32px;
    padding: 0 5px;
    border-radius: 5px;
}

.formInput__field:focus {
    border: 1px solid #575757;
}

.formInput__field::placeholder {
    color: #999;
    opacity: 1;
}

.formInput__field_textArea {
    resize: vertical;
    width:100%;
    padding: 10px;
    min-height: 100px;
    display: block;
}

.btn {
    display:inline-block;
    font-weight:700;
    text-align:center;
    outline:none;
    border:none;
    cursor:pointer;
    user-select:none;
    border-radius: 8px;
    padding: 12px 32px;
    font-size: 16px;
    text-decoration: none;
    transition: all .3s ease;
    position: relative;
}

.btn_small {
    padding: 7px 16px;
    border-radius: 5px;
    font-weight: normal;
}

.btn_blue {
    background: #5976DB;
    color: #fff;
}

.btn_blue:hover {
    background: #7A91E2;
    color: #fff;
}

.btn_grey {
    background: #F0F0F0;
    color: #575757;
}

.btn_grey:hover {
    background: #E1E1E1;
    color: #000;
}

.btn_icon {
    padding: 12px 32px 12px 50px;
}

.btn_icon:before {
    position: absolute;
    content: '';
    left: 32px;
    top: 50%;
    transform: translateY(-50%);
    width: 13px;
    height: 13px;
    background-size: cover;
}

.btn_arrowLeft.btn_icon:before {
    background: url('../images/new_design/arrow-left-black.svg') no-repeat 0 0;
    opacity: .65;
    transition: opacity .3s ease;
}

.btn_arrowLeft:hover.btn_icon:before {
    opacity: 1;
}

.btn_mid {
    min-width:160px;
}

.btn_full {
    width: 100%;
}

.errorText {font-size: 12px; color: red; margin-top: 4px}

/*Radio button*/
.formInput__radioLabel {
    cursor: pointer;
}

.formInput__radio {
    width: 0;
    height: 0;
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.formInput__radioBtn {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #ffffff;
    border: 1px solid #959595;
    border-radius: 16px;
    vertical-align: text-top;
    margin-right: 1px;
}

.formInput__radioBtn::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #878787;
    border-radius: 8px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 0.3s ease-in;
}

.formInput__radio:checked + .formInput__radioBtn::before {
    transform: translate(-50%, -50%) scale(1);
}

.formInput__radio:focus + .formInput__radioBtn {
    background: #FFE4CC;
}

/*Breadcrumbs*/
.breadcrumbsList {
    font-size: 14px;
    color: #000;
    list-style-type: none;
    margin-bottom: 28px;
}

.breadcrumbsList__item {position: relative;display: inline-block;color: #909090;padding-right: 16px;}
.breadcrumbsList__item:after {content: "\\";position: absolute;bottom: 0;right: 4px;}
.breadcrumbsList__item:last-child {padding-right: 0;}
.breadcrumbsList__item:last-child:after {display:none;}
.breadcrumbsList__item, .breadcrumbsList__item a{color: #999;transition: color .3s ease;text-decoration: none;}
.breadcrumbsList__item a:hover{color: #575757;}


/*Share socials*/
.shareSocials {
    position: relative;
    top: 30px;
    padding: 7px 0;
    transition: all .3s ease;
}
.shareSocials .shareSocials .label {
    line-height: 30px;
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    margin: 0 13px 3px 0;
}
.shareSocials .addthis_inline_share_toolbox_6cdz {
    display: inline-block;
    vertical-align: top;
}
.shareSocials .at-resp-share-element .at-share-btn {
    margin: 0 4px 5px;
}

/*Страница книги*/
.bookInfo {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px
}

.bookInfo__desc {
    width: calc(100% - 330px);
}

.bookInfo__imageWrap {width: 300px;margin-right:30px;height: auto;}

.bookInfo__cover {position: relative; margin-bottom: 13px;}

.bookInfo__image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,.1);
}

/*.bookInfo__share {*/
    /*position: absolute;*/
    /*right: 0;*/
    /*top: -55px;*/
    /*height: 40px;*/
    /*overflow: hidden;*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*align-items: flex-end;*/
/*}*/

/*.bookInfo__share:hover .bookInfo__shareTitle, .bookInfo__share:hover .shareSocials{*/
    /*top: -18px;*/
/*}*/

/*.bookInfo__shareTitle {*/
    /*position: relative;*/
    /*color: #5976DB;*/
    /*font-size: 14px;*/
    /*cursor: pointer;*/
    /*padding-left: 34px;*/
    /*transition: top .3s ease;*/
    /*top: 12px;*/
/*}*/

/*.bookInfo__shareTitle:before {*/
    /*content: '';*/
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    /*width: 24px;*/
    /*height: 24px;*/
    /*background: url('../images/new_design/share-icon.svg') no-repeat 0 0;*/
    /*background-size: cover;*/
/*}*/

.bookInfo__title {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.3;
    color:#000;
    padding: 0 0 20px 0;
}

.bookInfo__title_mob, .bookInfo__author_mob {
    display: none;
}

.bookInfo__author {
    margin-bottom: 33px;
}

.bookInfo__author a{
    color: #5976DB;
    text-decoration: none;
    font-size: 20px;
    transition: color .3s ease;
}

.bookInfo__author a:hover{
    color: #7A91E2;
    text-decoration: none;
}

.bookInfo__row_type {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
}

.bookInfo__row_info {
    margin-bottom: 40px;
    font-size: 16px;
}

.bookInfo__bookType {
    display: inline-block;
    padding: 3px 12px;
    border-radius: 20px;
    background: #DEE4F8;
    color: #5976DB;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .5px;
    margin: 0 20px 10px 0;
}

.bookInfo__bookType_audio{
    background: #FFE4CC;
    color: #FF7A00;
}

.bookInfo__rating {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 29px;
    margin-right: 20px;
    font-size: 14px;
}

.bookInfo__rating:before {
    content:'';
    position: absolute;
    left: 0;
    top: 46%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url('../images/new_design/star-icon.svg') no-repeat 0 0;
    background-size: cover;
}

.bookInfo__ratingNumber {
    margin-right: 4px;
    color: #5976DB;
}

.bookInfo__ratingVotes {
    color: #999;
}

.bookInfo__reviews {
    position: relative;
    font-size: 14px;
    color: #999;
    padding-left: 32px;
    margin-bottom: 10px;
}

.bookInfo__reviews:before {
    content:'';
    position: absolute;
    left: 0;
    top: 46%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url('../images/new_design/review-icon.svg') no-repeat 0 0;
    background-size: cover;
}

.bookInfo__categoryName {
    color: #575757;
    margin-bottom: 16px;
}

.bookInfo__categoryName:last-child {
    margin-bottom: 0;
}

.bookInfo__categoryTxt {
    color: #000;
}

/* Табы */
.tabMenu {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.tabMenu__item {
    padding: 12px 14px;
    border-radius: 8px;
    font-size: 16px;
    color: #5976DB;
    cursor: pointer;
    transition: color .3s ease;
}

.tabMenu__item_active {
    background-color: #FFE4CC;
    color: #575757;
    cursor: default;
}

.tabMenu__line {
    width: auto;
    height: 1px;
    background-color: #5976DB;
    opacity: .4;
    flex: 1 auto;
    margin-left: 22px;
}

.tabMenu__reviewsCount {
    color: #999999;
}

.bookDescription {
    margin-bottom: 40px;
    max-width: 940px;
}

.bookDescription p {
    font-size: 16px;
    line-height: 24px;
    padding: 0;
}

.mainContainer .litresWidgets .h3 {
    margin-bottom: 10px;
}

.mainContainer .bookInfo__audioPlayer .h3{
    margin-bottom: 20px;
}


.availableFormats {
    margin-bottom: 50px;
}

.availableFormats__list {
    column-count: 3;
    max-width: 525px;
    padding-top: 3px;
}

.availableFormats__item {
    position: relative;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 30px;
    padding-left: 35px;
}

.availableFormats__item:before {
    content:'';
    position: absolute;
    left: 0;
    top: -3px;
    width: 24px;
    height: 24px;
    background: url('../images/new_design/download-icon.svg') no-repeat 0 0;
    background-size: cover;
}

.readOnline {
    margin-bottom: 60px;
    max-width: 940px;
}

.mainContainer .book_readers_iframe {
    max-width: none;
    padding: 0;
}

.reviewsBlock {
    margin-bottom: 45px;
}

.reviewsBlock__list {
    padding-top: 12px;
}

.reviewsBlock__item {
    font-size: 16px;
    margin-bottom: 32px;
}

.reviewsBlock__item:last-child {
    margin-bottom: 0;
}

.reviewsBlock__author {
    display: flex;
    margin-bottom: 3px;
}

.reviewsBlock__userName {
    font-weight: bold;
    margin-right: 4px;

}

.reviewsBlock__desk {
    color: #575757;
    line-height: 24px;
}

.reviewForm {
    max-width: 940px;
}

.formInput__field_review {
    width: 340px;
}

.reviewForm__captchaFake {
    color: white;
    background: #ccc;
    border-radius: 8px;
    height: 44px;
    width: 160px;
    margin-right: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Aудиоплеер */
.bookInfo__audioPlayer {
    position: relative;
    margin: 20px 0 0;
}
.bookInfo__audioPlayer .b_audio .buttons-line-wrapper {
    display: flex;
    align-items: center;
}

.bookInfo__audioPlayer .b_audio .buttons-line-wrapper {
    padding-top: 10px;
}

.bookInfo__audioPlayer .b_audio .audioplayer-wrapper {
    max-width: 420px;
    height: 120px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: -10px;
}

.bookInfo__audioPlayer #current-chapter, .bookInfo__audioPlayer #chapters-list {
    max-width: 420px;
}

.bookInfo__audioPlayer .chapter-wrapper {
    padding: 14px 10px;
}

.bookInfo__audioPlayer #timeline-slider {
    position: relative;
}

.bookInfo__audioPlayer #timeline-slider:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 6px;
    border-radius: 10px;
    background: #ededed;
}

.bookInfo__audioPlayer .downloadAudio {
    margin-top: 10px;
}

.popup_audio_buy {
    top: 200px!important;
    left: 0!important;
}

/* Читать онлайн */
.readBookContainer {
    max-width: 874px;
    font-size: 16px;
    line-height: 1.2;
    position: relative;
    margin-bottom: 40px;
}

.readBookContainer__txt {
    padding: 0 30px 0 0;
}

.readBookContainer__end {
    margin-bottom: 40px;
}

.paginationBlockArrows {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.paginationBlockArrows__prev, .paginationBlockArrows__next {
    position: absolute;
    top: 40vh;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #b0b0b0;
    opacity: .4;
    transition: opacity .3s ease;
}

.paginationBlockArrows__prev:hover, .paginationBlockArrows__next:hover {
    opacity: 1;
}

.paginationBlockArrows__prev {
    left: -45px;
}

.paginationBlockArrows__next {
    right: -10px;
}

.paginationBlockArrows__prev:after, .paginationBlockArrows__next:after {
    content:'';
    position: absolute;
    top: 50%;
    left: 52%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 16px;
    background: url('../images/new_design/arrow-grey.svg') no-repeat 0 0;
    background-size: cover;
    opacity: .6;
}

.paginationBlockArrows__prev:after {
    left: 48%;
    transform: translate(-50%, -50%)
    scale(-1, 1);
}

/*Пагинация*/
.paginationBlock {
    position:relative;
    margin: 0 0 20px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.paginationBlock_reviews {
    margin: 32px 0 0 0;
}

.paginationBlock_reviews .paginationBlock__pages{
    margin: 0;
}

.paginationBlock_bottom {
    margin: 0 0 30px;
}

.paginationBlock__pages {
    margin: 0 60px 10px 0;
}

.paginationBlock__pages > *{
    padding:8px 12px;
    margin:0 -2.4px;
    display:inline-block;
    vertical-align:top;
    font-size:16px;
    line-height:1;
}

.paginationBlock__link {
    text-decoration: none;
    color: #575757;
    transition: color .3s ease;
}

.paginationBlock__link:hover {
    color: #000;
}

.paginationBlock__pageActive {
    position: relative;
    z-index: 1;
    color: #575757;
}

.paginationBlock__pageActive:before{
    content:'';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    background:#FFE4CC;
    border-radius: 5px;
    z-index: -1;
}

/*Пагинация по инпут*/
.pagesInput__controls {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 10px;
}

.pagesInput__input {
    width: 60px;
    margin-right: 10px;
}

.pagesInput__txt, .pagesInput__count{
    color: #575757;
    font-size: 14px;
}

.pagesInput__txt {
    margin-right: 6px;
}

.pagesInput__btn {
    margin-right: 10px;
}

/*Настройки чтения*/
.readSettings {
    position: relative;
    margin-bottom: 20px;
}

.readSettings__btn {
    font-size: 16px;
    cursor: pointer;
    position: relative;
    margin-bottom: 20px;
    color: #5976DB;
    font-weight: bold;
    padding-left: 20px;
    transition: color .3s ease;
}

.readSettings__btn:hover {
    color:#7A91E2;
}

.readSettings__btn:before {
    content: '';
    position: absolute;
    left: 0;
    top: 45%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url('../images/new_design/gear-icon.svg') no-repeat 0 0;
    background-size: cover;
}

.readSettings__block {
    display: none;
    max-width: 280px;
    width: 100%;
    padding: 20px 20px 28px 20px;
    background-color: white;
    box-shadow: 0 2px 10px rgba(13, 6, 84, 0.35);
    border-radius: 8px;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: 2;
}

.readSettings__block_active {
    display: block;
}

/* range */
.inputRangeBlock{
    margin-top: 20px;
}

.inputRangeBlock:first-child{
    margin-top: 0;
}

.inputRangeBlock__txt {
    margin-bottom: 16px;
}

.inputRangeBlock__control {
    position: relative;
}

.inputRangeBlock__control:before, .inputRangeBlock__control:after {
    position: absolute;
    font-size: 12px;
    color: #cbcbcb;
    top: -12px;
}

.inputRangeBlock__control:before {
    content: 'меньше';
    left: 0;
}

.inputRangeBlock__control:after {
    content: 'больше';
    right: 0;
}

.inputRange {
    cursor: pointer;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    background-clip: padding-box;
    vertical-align: top;
    outline: 0;
    -webkit-appearance: none;
    -moz-apperance: none;
    background: transparent;
    width: 100%;
    height: 3px;
}

.inputRange:focus,.inputRange::-moz-focus-inner {
    outline: 0
}

.inputRange::-webkit-slider-runnable-track {
    height: 3px
}

.inputRange::-webkit-slider-thumb {
    box-shadow: 0 1px 5px rgba(0,0,0,0.8);
    border: 0 none;
    height: 18px;
    width: 18px;
    border-radius: 9px;
    background: #fff;
    -webkit-appearance: none;
    margin-top: -7.5px
}

.inputRange::-webkit-slider-thumb:active {
    background: #FFE4CC;
}

.inputRange_chrome {
    margin-top: 11px;
    background-image: -webkit-gradient(linear,left top,right top,color-stop(1,#cfcbe4))
}

.inputRange::-moz-range-track {
    width: 100%;
    height: 3px;
    background: #cfcbe4;
    border-radius: 0;
    border-width: 7.5px 0;
    border-color: transparent
}

.inputRange::-moz-range-thumb {
    box-shadow: 0 1px 5px rgba(0,0,0,0.5);
    border: 0 none;
    height: 18px;
    width: 18px;
    border-radius: 9px;
    background: #fff
}

.inputRange::-moz-range-progress {
    height: 3px;
    background: #cfcbe4;
}

.inputRange::-ms-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    border-width: 10.5px 0;
    color: transparent
}

.inputRange::-ms-fill-lower {
    background: #FFE4CC;
}

.inputRange::-ms-fill-upper {
    background: #cfcbe4;
}

.inputRange::-ms-thumb {
    box-shadow: 0 1px 5px rgba(0,0,0,0.8);
    border: 0 none;
    height: 18px;
    width: 18px;
    border-radius: 9px;
    background: #fff
}

.inputRange::-ms-tooltip {
    display: none
}

.titleLink, .titleLink:hover  {
    text-decoration: none;
    color: #000;
}

.similarBook {
    margin-top: 60px;
    width: 100%;
}

.similarBook__wrap {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 10px;
}

.similarBook__list {
    margin: 0 -8px;
    display: flex;
    flex-wrap: wrap;
    width: max-content;
}

.similarBook__item{
    width: 182px;
    height: auto;
    margin: 0 8px;
    font-size: 16px;
}

.similarBook__imgWrap {
    background: #f4f4f4;
    height:260px;
    border-radius: 8px;
    overflow: hidden;
    display:flex;
    align-items: center;
    border: 1px solid #efeeee;
    margin-bottom: 15px;
}

.similarBook__imgLink {
    width: 100%;
    height: auto;
    display: block;
    transition: opacity .3s ease
}

.similarBook__imgLink:hover {
    opacity: .85;
}

.similarBook__img {
    width: 100%;
    height: auto;
}

.similarBook__name {
    margin-bottom: 15px;
}

.similarBook__link {
    text-decoration: none;
    color:#5976DB;
}

.similarBook__link:hover{
    text-decoration: none;
    color:#7A91E2;
}

.similarBook__author .similarBook__link, .similarBook__author .similarBook__link:hover{
    color:#575757;
}

.filterLang {
    margin-bottom: 40px;
}

.filterLang_alph {
    margin-bottom: 20px;
}

.filterLang__link {
    color: #909090;
    padding-right: 22px;
}

.filterLang__link:last-child {
    padding-right: 0;
}

.filterLang__link:hover{
    color: #575757;
    text-decoration: none;
}

.filterLang__link_current {
    text-decoration: none;
    pointer-events: none;
    color: #000;
}

.filterLang__link_current:hover{
    color: #000;
}

.mainTitle {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.3;
    color:#000;
    padding: 0;
    margin-bottom: 30px;
}

.mainTitle_filter {
    margin-bottom: 20px;
}

.mainTitle_error {
    margin-bottom: 10px;
}

.mainTitle_cards_btns {
    margin-bottom: 0;
}

.cardsTitleWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.cardsControls {
    margin-bottom: 40px;
}

.cardsControls_mb {
    margin-bottom: 0;
}

.cardsControls__buttons {
    display: flex;
}

.cardsControls__button {
    width: 30px;
    height: 30px;
    border-radius: 4px;
    background-color: #F0F0F0;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
}

.cardsControls__button:hover.cardsControls__button:after {
    opacity: 1;
}

.cardsControls__button:after {
    content:'';
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: .7;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    transition: opacity .3s ease;
}

.cardsControls__button_rows.cardsControls__button:after{
    background-image: url('../images/new_design/cards-row-icon.svg');
}

.cardsControls__button_tiles.cardsControls__button:after{
    width: 18px;
    height: 18px;
    background-image: url('../images/new_design/cards-tiles-icon.svg');
}

.cardsControls__button:last-child {
    margin-right: 0;
}

.cardsControls__button_active {
    background-color: #FFE4CC;
}

.cardsControls__button_active.cardsControls__button:after{
    opacity:1;
}

.bookCardsList {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 20px;
}

.bookCardsList_mb {
    margin: 0 -10px 0;
}

/* Карточка книги */
.bookCard {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.bookCard_hidden {
    display: none;
}

.bookCard:after {
    content: '';
    position: absolute;
    right: 10px;
    bottom: 0;
    width: calc(100% - 20px);
    height: 1px;
    background-color: #D9D9D9;
}

.bookCard__wrap {
    display: flex;
}

.bookCard__image {
    width: 175px;
    height: auto;
    position: relative;
    margin: 0 20px 20px 0;
}

.bookCard__image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    background: #F9F9F9;
    color: transparent;
    border: 1px solid rgba(0,0,0,.1);
}

.bookCard__desc {
    flex: 1;
}

.bookCard__title {
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 22px;
    padding-bottom: 0;
}

.bookCard__title a, bookCard__title a:hover {
    color: #000;
    text-decoration: none;
}

.bookCard__author {
    margin-bottom: 15px;
}

.bookCard__authorLink{
    font-size: 18px;
    font-weight: bold;
    color: #5A76DB;
    text-decoration: none;
    transition: color .3s ease;
}

.bookCard__authorLink:hover{
    color: #7A91E2;
    text-decoration: none;
}

.bookCard__authorLink_name:hover {
    color: #5A76DB;
}

.bookCard__rating {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 29px;
    font-size: 14px;
    margin-bottom: 20px;
}

.bookCard__rating:before {
    content:'';
    position: absolute;
    left: 0;
    top: 46%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url('../images/new_design/star-icon.svg') no-repeat 0 0;
    background-size: cover;
}

.bookCard__rating_zero:before {
    background: url('../images/icons/star-grey.svg') no-repeat 0 0;
    background-size: contain;
    width: 21px;
}

.bookCard__ratingNumber {
    margin-right: 4px;
    color: #5976DB;
}

.bookCard__rating_zero .bookCard__ratingNumber {
    color: #999;
}

.bookInfo__ratingVotes {
    color: #999;
}

.bookCard__txt {
    font-size: 14px;
    line-height: 21px;
    padding-bottom: 20px;
    position: relative;
}

.bookCard__txt_mob {
    display: none;
}

/*Версия без описания*/
.bookCardsList_tiles .bookCard {
    width: 264px;
    height: auto;
    margin-bottom: 20px;
}

.bookCardsList_tiles .bookCard:hover .bookCard__desc {
    top: 0;
}

.bookCardsList_tiles .bookCard__rating {
    margin-bottom: 0;
}

.bookCardsList_tiles .bookCard__txt {
    display: none;
}

.bookCardsList_tiles .bookCard__wrap {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.bookCardsList_tiles .bookCard__image {
    width: 264px;
    height: 346px;
    margin: 0;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,.1);
    background: #EFEFEF;
}

.bookCardsList_tiles .bookCard__image img{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 0;
    border: none;
}

.bookCardsList_tiles .bookCard__image a{
    z-index: 0;
}

.bookCardsList_tiles .bookCard__desc {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: -100%;
    background-color: rgba(73, 96, 176, 0.95);
    padding: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: top .4s ease-in-out;
    z-index: 1;
}

.bookCardsList_tiles .bookCard:after {
    display: none;
}

.bookCardsList_tiles .bookCard__title a, .bookCardsList_tiles bookCard__title a:hover,
.bookCardsList_tiles .bookCard__authorLink, .bookCardsList_tiles .bookCard__authorLink:hover, .bookCardsList_tiles .bookCard__authorLink_name:hover,
.bookCardsList_tiles .bookCard__ratingNumber, .bookCardsList_tiles {
    color: #FFF;
}

.bookCardsList_tiles .bookCard__title {
    margin-bottom: 12px;
}

.bookCardsList_tiles .bookCard__title a {
    font-size: 20px;
}

.bookCardsList_tiles .bookCard__rating:before {
    background: url('../images/new_design/star-white-icon.svg') no-repeat 0 0;
    background-size: cover;
}

.bookCardsList_tiles .bookCard__title, .bookCardsList_tiles .bookCard__author {
    text-align: center;
}

.bookCard__addDate {
    font-size: 13px;
    color: #d7d7d7;
    position: relative;
    top: -5px;
    margin-top: auto;
}

.bookCard__addDate_tile {
    display: none;
}

.bookCardsList_tiles .bookCard__addDate{
    display: none;
}

.bookCardsList_tiles .bookCard__addDate_tile{
    top: 0;
    margin-top: 15px;
    display: inline-block;
    color: white;
}

/*Кнопка 'показать еще'*/
.moreCardsBtn {
    text-align: center;
    margin-bottom: 20px;
}

.moreCardsBtn__txt {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #5976DB;
    padding-left: 20px;
    cursor: pointer;
}

.moreCardsBtn__txt:after {
    position: absolute;
    content: '';
    top: 1px;
    left: 0;
    width: 14px;
    height: 15px;
    background: url('../images/new_design/arrow-round-icon.svg') no-repeat 0 0;
    background-size: cover;
    transition: transform 0.6s ease-in-out 0s;
}

.moreCardsBtn:hover .moreCardsBtn__txt:after {
    transform: rotate(360deg);
}

/*Обертка для скролла блоков*/
.scrollXWrapper {
    width: 100%;
    height: auto;
    position: relative;
}

.scrollXWrapper:after {
    position: absolute;
    top: 0;
    right: -0.9%;
    z-index: 1;
    width: 35px;
    height: 95%;
    background: linear-gradient(90deg,#fff 50%,hsla(0,0%,100%,0));
    transform: scaleX(-1);
    content: "";
}

.scrollXWrapper_authors:after {
    height: 85%;
}

/*Список авторов - скролл*/
.scrollAuthors {
    width: 100%;
    height: 70px;
    position: relative;
    overflow: hidden;
    overflow-x: auto;
}

.scrollAuthors__wrap {
    width: max-content;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    margin: 0 -10px;
}

.scrollAuthors__item {
    width: 220px;
    padding: 0 10px;
    display: flex;
    align-items: center;
}

.scrollAuthors__imgWrap {
    position: relative;
    display: block;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    margin-right: 10px;
}

.scrollAuthors__imgWrap:before {
    content:'';
    position: absolute;
    top: 50%;
    left: 62%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    background: url('../images/new_design/writer-icon.svg') no-repeat 0 0;
    background-size: cover;
    border-radius: 8px;
}

.scrollAuthors__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    display: block;
    color: transparent;
}

.scrollAuthors__link {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #575757;
    text-decoration: none;
    width: calc(100% - 50px);
}

.scrollAuthors__link:hover {
    color: #000;
    text-decoration: none;
}

/*Список книг - скролл*/
.scrollCards {
    position: relative;
    overflow: auto;
    margin-bottom: 40px;
}

.scrollCards__wrap {
    display: flex;
    width: fit-content;
    padding-bottom: 20px;

}

.scrollCard {
    width: 312px;
    height: auto;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    padding: 20px;
    margin-right: 20px;
}

.scrollCard:last-child {
    margin-right: 0;
}

.scrollCard__info {
    display: flex;
    margin-bottom: 8px;
}

.scrollCard__imgWrap {
    width: 104px;
    height: 145px;
    position: relative;
    border-radius: 8px;
    margin-right: 10px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,.07);
    background: #EFEFEF;
    color: transparent;
}

.scrollCard__imgWrap:hover {
    color: transparent;
}

.scrollCard__img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 0;
    border: none;
}

.scrollCard__desc {
    flex: 1;
}

.scrollCard__title {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    display: block;
    margin-bottom: 15px;
}

.scrollCard__title:hover {
    color: #000;
    text-decoration: none;
}

.scrollCard__author {
    font-size: 14px;
    font-weight: bold;
    color: #5A76DB;
    text-decoration: none;
    display: block;
    margin-bottom: 15px;
}

.scrollCard__author:hover {
    color: #5A76DB;
    text-decoration: none;
}

.scrollCard__rating {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 18px;
    font-size: 14px;
}

.scrollCard__rating:before {
    content:'';
    position: absolute;
    left: 0;
    top: 45%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background: url('../images/new_design/star-icon.svg') no-repeat 0 0;
    background-size: cover;
}

.scrollCard__rating_zero:before {
    background: url('../images/icons/star-grey.svg') no-repeat 0 0;
    background-size: contain;
}

.scrollCard__ratingNumber {
    margin-right: 3px;
    color: #5976DB;
}

.scrollCard__rating_zero .scrollCard__ratingNumber {
    color: #999;
}

/*.scrollCard__ratingVotes {*/
    /*color: #999;*/
/*}*/

.scrollCard__text {
    font-size: 14px;
    line-height: 22px;
    color: #000;
}

/*Стилизация скроллбара*/
/* Firefox */
.scrollbar {
    scrollbar-width: thin;
    scrollbar-color: #C5C5C5 #F4F4F4;
}

/* Chrome, Edge и Safari */
.scrollbar::-webkit-scrollbar {
    height: 8px;
}

.scrollbar::-webkit-scrollbar-track {
    background: #F4F4F4;
    border-radius: 4px;
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color: #C5C5C5;
    border-radius: 20px;
}

/* Книги Литрес на главной */
.slider_litres_title {margin-top: 40px;}
.slider_litres_title, .slider_litres_wrap{display: none;}
.slider_litres_title.active, .slider_litres_wrap.active{display: block;}


.menuSorts {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
}

.menuSorts .filterLang {
    margin: 0 60px 10px 0;
}

.menuSorts__days {
    margin-bottom: 10px;
}

/*Сортировка по числу*/
.counter__controls {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 16px;
}

.counter__input {
    width: 60px;
    margin-right: 6px;
}

.counter__txt {
    color: #575757;
    font-size: 14px;
    margin-right: 6px;
}

.counter__txt_days, .counter__controlsInput, .counter__controlsRadios {
    margin-right: 10px;
}

.counter__controlsWrap, .counter__controls_top .counter__btn {
    margin-bottom: 10px;
}

.counter__controlsWrap, .counter__controlsInput {
    display: flex;
    align-items: center;
}

.counter__controlsRadios {
    color: #575757;
    font-size: 14px;
}

.counter__controlsRadios_hidden {
    display: none;
}

.counter__controlsRadios label:first-child {
    margin-right: 10px;
}

/*Accordion*/
.accordion {
    width: 100%;
    max-width: 900px;
    height: auto;
}

.accordion_faq {
    margin-top: -10px;
}

.accordion_questions .accordion__title {
    position: relative;
    padding-left: 32px;
}

.accordion_questions .accordion__title:before{
    content:'';
    position: absolute;
    top: 3px;
    left: 0;
    width: 20px;
    height: 20px;
    background: url('../images/new_design/question-icon.svg') no-repeat 0 0;
    background-size: cover;
}

.accordion__item_active .accordion__desc {
    grid-template-rows: 1fr;
}

.accordion__item_active .accordion__button:after {
    transform: rotate(180deg);
}

.accordion__button {
    display: block;
    position: relative;
    padding: 23px 40px 23px 0;
    border-bottom: 1px solid #5976DB;
    cursor: pointer;
}

.accordion__button:after {
    content:'';
    position: absolute;
    right: 28px;
    top: 34px;
    width: 13px;
    height: 9px;
    background: url('../images/new_design/arrow-down-blue.svg') no-repeat 0 0;
    background-size: cover;
    transition: transform .3s ease;
}


.accordion__title {
    font-size: 20px;
    font-weight: bold;
    display: block;
    line-height: 26px;
}

.accordion__desc {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.5s ease-out;
}

.accordion__descWrap {
    overflow: hidden;
}

.accordion__txt {
    font-size: 16px;
    margin: 24px 0 0 0;
    padding: 0 0 0 42px;
    line-height: 24px;
    color: #575757;
}

.accordion__txt:last-child {
    margin: 24px 0 24px;
}

.alphabetType {
    margin-bottom: 32px;
}

.alphabetType__link {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #5976DB;
    text-decoration: none;
    margin: 0 1px 8px 0;
}

.alphabetType__link:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    border: 1px solid #5976DB;
    transition: border-color .3s ease;
}

.alphabetType__link:hover {
    text-decoration: none;
    color: #5976DB;
}

.alphabetType__link:hover.alphabetType__link:after{
    border-color: transparent;
}

.alphabetType__link_current {
    color: #000;
}

.alphabetType__link_current, .alphabetType__link_current:hover{
    text-decoration: none;
    pointer-events: none;
}

.alphabetType__link_current.alphabetType__link:after{
    display: none;
}

.libraryAuthors {
    margin: 0 0 30px 0;
    column-count: 2;
    column-gap: 20px;
}

.libraryAuthors_mb {
    margin: 0;
}

.libraryAuthors__item {
    padding: 10px 20px;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    cursor: pointer;
    transition: box-shadow .3s ease;
    text-decoration: none;
}

.libraryAuthors__item:hover {
    box-shadow: 2px 2px 2.5px 0 rgba(157,157,157,0.25);
    text-decoration: none;
}

.libraryAuthors__item:hover .libraryAuthors__name{
    color: #5976DB;
}

.libraryAuthors__name {
    display: inline-block;
    color: #575757;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    transition: color .3s ease;
}

.libraryAuthors__views {
    font-size: 14px;
    color: #979797;
}

.libraryGenres {
    column-count: 2;
    column-gap: 20px;
}

.libraryGenres__item {
    display: block;
    padding: 10px 20px;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    margin-bottom: 10px;
    transition: box-shadow .3s ease, color .3s ease;;
    text-decoration: none;
    color: #575757;
    font-size: 16px;
    font-weight: bold;
}

.libraryGenres__item:hover {
    box-shadow: 2px 2px 2.5px 0 rgba(157,157,157,0.25);
    text-decoration: none;
    color: #5976DB;
}

.advicesList {
    margin-bottom: 40px;
    max-width: 1060px;
}

.advicesList__item {
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    border: 1px solid #D9D9D9;
    font-size: 14px;
    color: #575757;
    transition: color .3s ease, box-shadow .3s ease;
    line-height: 22px;
}

.advicesList__item::after {
    content: "";
    clear: both;
    display: block;
}

.advicesList__item:hover {
    box-shadow: 2px 2px 2.5px 0 rgba(157,157,157,0.25);
    text-decoration: none;
    color: #000;
}

.advicesList__img {
    float: left;
    border-radius: 8px;
    margin-right: 15px;
}

.advicesList__emptyTxt {
    font-size: 16px;
    font-weight: bold;
    color: #575757;
}

.privacyList {
    width: 100%;
    max-width: 920px;
}

.privacyList__title {
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 20px;
    padding: 0;
}
.privacyList__item {
    margin-bottom: 40px;
}

.privacyList__subItem {
    margin-bottom: 20px;
}

.privacyList__subItem a, .privacyList__subItem a:hover{
    color: #000;
    text-decoration: none;
}

.privacyList__item:last-child, .privacyList__subItem:last-child{
    margin-bottom: 0;
}

.privacyList__itemList {
    padding-left: 20px;
    font-size: 16px;
    line-height: 24px;
}

.rateBlock {
    margin-bottom: 10px;
    padding-bottom: 0!important;
}

.rateBlock div {
    padding-bottom: 0!important;
}

.rateBlock_new {
    margin-right: 20px;
    margin-bottom: 0;
    position: relative;
 }

.rateBlock__title {
    font-size: 12px;
    color: #575757;
    margin-bottom: 6px;
    font-weight: bold;
    line-height: 1!important;
}

.rateBlock_new .rateBlock__title, .rateBlock_new .rateBlock__ratingWord {
    display: none;
}

.rateBlock_new .rateBlock__ratingCounter {
    font-size: 14px;
    color: #5976DB;
}

.rateBlock_new .rateBlock__ratingCounter_zero {
    color: #999;
}

.rateBlock__list {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.rateBlock_new .rateBlock__list {
    margin-bottom: 10px;
}

.rateBlock__item {
    width: 20px!important;
    height: auto;
    display: inline-block;
    cursor: pointer;
    margin-right: 2.5px;
}

.rateBlock__rating {
    font-size: 12px;
    color: #000;
    margin-left: 5px;
}

/*.rateBlock__votes {*/
    /*font-size: 14px;*/
    /*color: #999;*/
    /*padding-left: 5px;*/
    /*display: none;*/
/*}*/

/*.rateBlock_new .rateBlock__votes {*/
    /*display: block;*/
/*}*/

.rateBlock__notice {
    font-size: 12px;
    color: #575757;
    line-height: 1.2;
}

.rateBlock_new .rateBlock__notice {
    position: absolute;
    white-space: nowrap;
    bottom: -17px;
    left: 0;
}

.rateReviewNotice {
    margin: 0 0 10px 0;
    padding: 5px 8px;
    border-radius: 5px;
    background-color: #FEF5EA;
    font-size: 11px;
    color: #000;
    display: none;
}

.rateReviewNotice_new {
    margin: 0 0 15px 0;
    padding: 6px 10px;
    border-radius: 8px;
    background-color: #FEF5EA;
    font-size: 14px;
    color: #575757;
}

.errorBlock {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.errorBlock__img {
    position: relative;
    width: 300px;
    height: auto;
    margin-right: 20px;
    background-color: #F0F0F0;
}

.errorBlock__desk {
    flex: 1;
}

.errorBlock__img:before {
    content: '';
    position: absolute;
    width: 176px;
    height: 114px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url('../images/new_design/book-404.svg') no-repeat 0 0;
    background-size: cover;
}

.errorBlock__txt {
    font-size: 16px;
    margin-bottom: 40px;
}

.feedbackBlock__subtitle {
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.feedbackBlock__text {
    font-size: 16px;
    line-height: 24px;
}

.feedbackBlock__mailWrap {
    white-space: nowrap;
}

.feedbackBlock__mail {
    position: relative;
    display: inline-block;
    color: #5976DB;
    text-decoration: none;
    padding-left: 16px;
    margin-left: 4px;
}

.feedbackBlock__mail:hover {
    color: #7A91E2;
}

.feedbackBlock__mail:before {
    content:'';
    position: absolute;
    left: 0;
    top: 54%;
    transform: translateY(-50%);
    width: 12px;
    height: 11px;
    background: url('../images/new_design/email-icon-blue.svg') no-repeat 0 0;
    background-size: cover;
    transition: opacity .3s ease;
}

.feedbackBlock__mail:hover.feedbackBlock__mail:before{
    opacity: .8;
}

.formBgBlock {
    padding: 20px;
    background-color: #F8FAFE;
    border: 1px solid #E0E1E1;
    border-radius: 8px;
}

.formBgBlock_mb {
    padding: 20px 20px 0 20px;
}

.restoreForm {
    max-width: 620px;
}
.restoreForm__row { display: flex; align-items: center;}
.restoreForm__input {width:100%; max-width:360px;margin: 0 20px 20px 0;}
.restoreForm__btn {margin-bottom: 20px;}

.registerForm {
    width: 100%;
    max-width: 890px;
}

.registerForm__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.registerForm__input {
    width: 50%;
    padding: 0 10px;
}

.registerForm__input_full {
    width: 100%;
}

.registerForm__input .error {
    border: 1px solid #B22D2D;
}

.registerForm .error_message {
    font-size: 10px;
    color: #B22D2D;
    margin-bottom: -10px;
    margin-top: 2px;
}

.advancedSearchForm {
    margin-bottom: 60px;
}

.advancedSearchForm__words {
    color:#5976DB;
}

.advancedSearchForm__row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.advancedSearchForm__input {
    width: calc(100% - 392px);
    margin: 0 20px 20px 0;
}

.advancedSearchForm__controls {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    min-width: 372px;
}

.advancedSearchForm__radios {
    margin-right: 20px;
    color: #575757;
}

.advancedSearchForm__radios label:first-child {
    margin-right: 10px;
}

.advancedSearchResults {
    font-size: 18px;
    line-height: 26px;
}

.advancedSearchAuthor {
    margin: 0 0 10px 10px;
    width: 100%;
}

.advancedSearchAuthor:last-child {
    margin: 0 0 0 10px;
}

.mainContainer__bottomBanner {
    margin-top: 40px;
    width: 100%;
    height: auto;
}

.rtbBanner_mobile {
    display: none;
}

/*tooltip модерация отзыва*/
.reviewFormNote {margin-top: 15px;display: none;}
.reviewFormNote__txt {position: relative;font-size: 14px;padding: 8px 10px;border-radius: 5px;background: #FFE4CC;display: inline-block;color: #575757;}
.reviewFormNote__txt:before {content:'';position:absolute;left: 8px;top: -8px;width: 0;height: 0;border-style: solid;border-width: 0 10px 12px 10px;border-color: transparent transparent #FFE4CC transparent;}

/*Стикер черновик*/
.coverSticker {
     position: absolute;
     left: 1px;
     bottom: 10px;
     padding: 1px 4px;
     font-size: 13px;
     font-weight: bold;
     z-index: 1;
     white-space: nowrap;
}

.bookCardsList_tiles .coverSticker, .scrollCard__imgWrap .coverSticker{
    left: 0;
}

.coverSticker_draft {
    background-color: #f09101;
    color: white;
}

/*Media*/
@media screen and (max-width:1300px) {
    .mainContainer__menu {
        flex: 0 0 200px;
        width: 200px;
        padding: 30px 20px;
    }

    .mainContainer__content {
        width: calc(100% - 200px);
        padding: 20px 30px 90px;
    }

    .readBookContainer__txt {
        padding: 0 10px 0 10px;
    }

    .paginationBlockArrows__prev {
        left: -25px;
    }

    .paginationBlockArrows__next {
        right: -25px;
    }

    .paginationBlock__pages {
        margin: 0 20px 10px 0;
    }

    .bookCard {
        width: 100%;
    }

    .bookCardsList_tiles .bookCard {
        width: 252px;
    }

    .bookCardsList_tiles .bookCard__image {
        width: 252px;
        height: 330px;
    }

    .bookCardsList_tiles .bookCard__title a {
        font-size: 18px;
    }

    .bookCardsList_tiles .bookCard__authorLink {
        font-size: 16px;
    }

    .libraryAuthors, .libraryGenres {
        column-count: 1;
        column-gap: 0;
    }

    .libraryAuthors__item:last-child, .libraryGenres__item:last-child {
        margin-bottom: 0;
    }

    .errorBlock__img {
        width: 250px;
    }

    .errorBlock__img:before {
        width: 168px;
        height: 110px;
    }
}

@media screen and (max-width:1060px){
    .bookInfo__desc {
        display: flex;
        flex-direction: column;
    }

    /*.bookInfo__share {*/
        /*position: static;*/
        /*top: initial;*/
        /*display: block;*/
        /*overflow: visible;*/
        /*height: auto;*/
        /*order: 2;*/
    /*}*/

    /*.bookInfo__shareTitle {*/
        /*display: block;*/
        /*color: #999;*/
    /*}*/

    /*.bookInfo__share:hover .bookInfo__shareTitle, .bookInfo__share:hover .shareSocials{*/
        /*top: initial;*/
    /*}*/

    /*.bookInfo__shareTitle {*/
        /*top: initial;*/
        /*padding-left: 0;*/
    /*}*/

    /*.bookInfo__shareTitle:before {*/
        /*display: none;*/
    /*}*/

    /*.bookInfo__shareTitle:after {*/
        /*content:':';*/
    /*}*/

    /*.shareSocials {*/
        /*position: relative;*/
        /*top: initial;*/
        /*padding: 7px 0 0;*/
        /*margin-left: -4px;*/
    /*}*/

    .bookInfo__row_type {
        margin-bottom: 20px;
    }

    .inputRangeBlock_mobNone {
        display: none;
    }

    .bookCardsList_tiles .bookCard__mobButton, .bookCardsList_tiles .bookCard__hideButton {
        display: block;
        position: absolute;
        width: 40px;
        height: 40px;
        top: 5px;
        right: 5px;
        border-radius: 100%;
        background: white;
        cursor: pointer;
    }

    .bookCardsList_tiles .bookCard__hideButton {
        background: rgba(255, 255, 255, .3);
    }

    .bookCardsList_tiles .bookCard__mobButton:after {
        content:'';
        width: 24px;
        height: 23px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background: url('../images/new_design/info-icon.svg') no-repeat 0 0;
        background-size: cover;
    }

    .bookCardsList_tiles .bookCard__hideButton:after {
        content:'';
        width: 24px;
        height: 24px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background: url('../images/new_design/close-icon.svg') no-repeat 0 0;
        background-size: cover;
        z-index: 3;
    }

    .bookCardsList_tiles .bookCard:hover .bookCard__desc {
        top: -100%;
    }

    .bookCardsList_tiles .bookCard_infoActive.bookCard:hover .bookCard__desc {
        top: 0;
    }

    .bookCardsList_tiles .bookCard_infoActive .bookCard__desc {
        top: 0;
        z-index: 2;
    }

    .formInput__field_review {
        width: 240px;
    }

    .accordion__txt {
        padding: 0;
        line-height: 22px;
    }

    .accordion__button:after {
        right: 0;
    }

    .advancedSearchForm {
        margin-bottom: 40px;
    }

    .advancedSearchResults {
        font-size: 16px;
        line-height: 24px;
    }
}

@media screen and (max-width:940px) {
    .advancedSearchForm__input {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .bookInfo__imageWrap {
        margin-right: 15px;
    }

    .bookInfo__desc {
        width: calc(100% - 315px);
    }
}

@media screen and (max-width:820px) {
    .bookInfo__title {
        font-size: 24px;
    }

    .mainTitle {
        font-size: 24px;
    }

    .errorBlock__img {
        width: 220px;
    }

    .errorBlock__img:before {
        width: 152px;
        height: 98px;
    }
}


@media screen and (max-width:768px){
    .mainContainer {
        display: block;
        padding: 0 16px;
    }

    .mainContainer__menu {
        width: 100%;
        border-radius: 0 0 8px 8px;
        padding: 8px 10px 10px;
        min-height: auto;
    }

    .mainContainer__menuBtn {
        position: absolute;
        left: 10px;
        top: 20px;
        display: block;
        width: 20px;
        height: 18px;
    }

    /*мобильное меню*/
    .burger__bottom,
    .burger__footer,
    .burger__topper {
        position:relative;
        display:block;
        width:100%;
        height:2px;
        background:#5976DB;
        border:none;
        border-radius:4px 4px 4px 4px;
        transition:all .2s,top .2s;
        transition-delay:.1s,0s
    }

    .burger__topper {
        top:0
    }

    .burger__bottom {
        top:4px
    }

    .burger__footer {
        top:8px
    }

    .mainContainer_mobileMenu .burger__topper {
        top:4px;
        transform:rotate(-45deg);
    }

    .mainContainer_mobileMenu .burger__bottom {
        top:2px;
        opacity:0;
    }

    .mainContainer_mobileMenu .burger__footer {
        opacity:1;
        top:0;
        transform:rotate(45deg);
    }

    /*мобильное меню*/
    .menuList {
        margin-bottom: 20px;
    }

    .menuList_mobNone, .menuList_mobToggle {
        display: none;
    }

    .menuList__item_title {
        padding-left: 0;
    }

    .menuList__item_title:before {
        display: none;
    }

    .logotype__img {
        display: none;
    }

    .logotype__img_mob {
        display: block;
        width: 100%;
        height: auto;
    }

    .logotype {
        width: 110px;
        height: auto;
        margin: 0 auto 10px;
    }

    .authMenu {
        padding: 0;
        top: 7px;
        right: 10px;
        left: initial;
        transform: none;
        flex-direction: column;
        width: auto;
    }

    .authMenu__btn {
        display: block;
        margin-bottom: 3px;
    }

    .authMenu__btn_single {
        margin: 12px 0 0 0;
        padding: 0 0 0 16px;
    }

    .mainContainer__content {
        position: relative;
        width: 100%;
        padding: 20px 0 90px;
    }

    .searchForm {
        margin-bottom: 0;
    }

    .menuList_main {
        margin-top: 20px;
    }

    .readBookContainer {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .readBookContainer__txt {
        padding: 0;
    }

    .paginationBlockArrows {
        display: none;
    }
    .formInputRow {
        flex-direction: column;
    }

    .formInput__field_review {
        width: 100%;
    }

    .rtbBanner_desktop {
        display: none;
    }

    .rtbBanner_mobile {
        display: block;
    }
}

@media screen and (max-width:530px){

    .cardsTitleWrap {
        margin-bottom: 10px;
    }

    .mainTitle {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .mainTitle_cards_btns, .mainTitle_error {
        margin-bottom: 10px;
    }

    .bookInfo__imageWrap {
        margin-right: 0;
        width: 100%;
    }

    .bookInfo__desc {
        width: auto;
    }

    .bookInfo__title {
        font-size: 20px;
        padding: 0 0 12px;
        display: none;
    }

    .bookInfo__author {
        margin-bottom: 20px;
        display: none;
    }

    .bookInfo__author a {
        font-size: 16px;
    }

    .bookInfo__title_mob, .bookInfo__author_mob {
        display: block;
    }

    .bookInfo__image {
        max-width: 300px;
    }

    .bookInfo__row_type {
        margin-bottom: 15px;
    }

    .bookInfo__row_info {
        margin-bottom: 0;
    }

    .tabMenu__line {
        display: none;
    }

    /*.bookInfo__shareTitle {*/
        /*font-size: 13px;*/
    /*}*/

    /*.shareSocials {*/
        /*padding: 5px 0 0;*/
    /*}*/

    /*.shareSocials .at-style-responsive .at-share-btn {*/
        /*padding: 2px;*/
    /*}*/

    .pagesInput__count {
        display: none;
    }

    .filterLang {
        display: none;
    }

    .cardsControls {
        margin-bottom: 30px;
    }

    .cardsControls_mb {
        margin-bottom: 0;
    }

    .cardsTitleWrap .cardsControls_mb {
        margin-bottom: 10px;
    }

    .bookCard__image {
        width: 102px;
        margin: 0 15px 15px 0;
    }

    .bookCard__desc {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: -24px;
    }

    .bookCard__title {
        margin-bottom: 14px;
        line-height: 18px;
    }

    .bookCard__title a {
        font-size: 18px;
    }

    .bookCard__authorLink{
        font-size: 14px;
    }

    .bookCard__rating {
        margin-bottom: 0;
    }

    .bookCardsList_tiles .bookCard__desc {
        margin-top: 0;
    }

    .bookCardsList_tiles .bookCard__title {
        font-size: 18px;
        margin-bottom: 15px;
        line-height: 24px;
    }

    .bookCard__txt {
        display: none;
    }

    .bookCard__txt_mob {
        display: block;
    }

    .menuSorts {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 20px;
    }

    .menuSorts__days {
        margin-bottom: 0;
    }

    .counter__input {
        width: 35px;
        margin-right: 5px;
    }

    .counter__input_top {
        width: 60px;
    }

    .counter__txt {
        margin-right: 5px;
    }

    .counter__txt_mbCaps {
        text-transform: capitalize;
    }

    .counter__txt_mbNone {display: none;}

    .counter__controls_top {
        align-items: flex-start;
    }

    .counter__controlsWrap {
        flex-direction: column;
        align-items: flex-start;
    }

    .counter__controlsInput {
        margin-bottom: 10px;
    }

    .counter__controlsRadios {
        margin-right: 0;
    }

    .accordion__button {
        padding: 17px 14px 17px 0;
    }

    .accordion__button:after {
        top: 27px;
    }

    .accordion_questions .accordion__title:before {
        display: none;
    }

    .accordion__title {
        font-size: 18px;
    }

    .accordion_questions .accordion__title {
        padding-left: 0;
    }

    .accordion__txt {
        font-size: 14px;
        margin: 20px 0 0 0;
    }

    .accordion__txt:last-child {
        margin: 20px 0 0;
    }

    .alphabetType {
        margin-bottom: 18px;
    }

    .alphabetType__link {
        font-size: 16px;
        margin: 0 5px 12px 0;
    }

    .libraryAuthors__item {
        padding: 5px 10px;
        flex-direction: column;
        justify-content: flex-start;
    }

    .libraryAuthors__name {
        margin-bottom: 2px;
        font-size: 14px;
    }

    .libraryGenres__item {
        padding: 10px;
        font-size: 14px;
    }

    .advicesList__item {
        padding: 0 0 20px 0;
        border-radius: 0;
        margin-bottom: 20px;
        border: none;
        border-bottom: 1px solid #D9D9D9;
    }

    .advicesList__img {
        width: 78px;
        height: 126px;
        margin-right: 12px;
    }

    .advicesList__emptyTxt {
        font-size: 14px;
        font-weight: normal;
    }

    .privacyList__title {
        font-size: 16px;
        line-height: 24px;
    }

    .privacyList__subItem {
        font-size: 14px;
        line-height: 22px;
    }

    .privacyList__item {
        margin-bottom: 30px;
    }

    .privacyList__itemList {
        padding-left: 0;
    }

    .errorBlock {
        margin-bottom: 40px;
    }

    .errorBlock__img {
        width: 100%;
        height: 125px;
        margin: 0 0 20px 0;
    }
    .errorBlock__txt {
        margin-bottom: 20px;
    }

    .feedbackBlock__subtitle, .feedbackBlock__text, .feedbackBlock__link {
        font-size: 14px;
        line-height: 22px;
    }

    .feedbackBlock__subtitle {
        margin-bottom: 10px;
    }

    .feedbackBlock__mail {
        padding-left: 13px;
        margin-left: 2px;
    }

    .feedbackBlock__mail:before {
        top: 52%;
        width: 10px;
        height: 8px;
    }

    .formBgBlock {
        padding: 20px 10px;
    }

    .formBgBlock_mb {
        padding: 20px 10px 0 10px;
    }

    .restoreForm__row { display: block;}
    .restoreForm__input {max-width:none;margin: 0 0 20px 0;}

    .registerForm__row {
        display: block;
        margin: 0;
    }

    .registerForm__input {
        width: 100%;
        padding: 0;
    }

    .advancedSearchForm {
        margin-bottom: 20px;
    }

    .advancedSearchForm__controls {
        min-width: auto;
        justify-content: space-between;
        width: 100%;
    }

    .advancedSearchForm__controls .radio {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .advancedSearchForm__radios {
        margin-right: 0;
    }

    .advancedSearchForm__radios label:first-child {
        margin: 0 10px 10px 0;
    }

    .advancedSearchResults {
        font-size: 14px;
        line-height: 22px;
    }

    .bookInfo__audioPlayer {
        margin: 20px 0 25px 0;
    }
}

@media screen and (max-width:378px){
    .tabMenu {
        margin-bottom: 20px;
    }

    .availableFormats__list {
        column-count: 2;
    }

    .availableFormats__item {
        margin-bottom: 27px;
    }

    .availableFormats {
        margin-bottom: 18px;
    }

    .readOnline {
        margin-bottom: 40px;
    }

    .reviewsBlock {
        margin-bottom: 35px;
    }

    .reviewForm__captcha {
        width: 100%;
        margin-bottom: 20px;
    }

    .reviewForm__captchaFake {
        margin-right: 0;
        width: 100%;
    }

    .reviewForm__btn {
        width: 100%;
    }

    .shareSocials .at-style-responsive .at-share-btn {
        padding: 0;
    }

    .bookCardsList_tiles {
        justify-content: center;
    }

    .bookCardsList_tiles .bookCard {
        width: 180px;
        padding: 0 5px;
        margin-bottom: 10px;
    }

    .bookCardsList_tiles .bookCard__image {
        width: 170px;
        height: 240px;
    }

    .bookCardsList_tiles .bookCard__title {
        margin-bottom: 10px;
    }

    .bookCardsList_tiles .bookCard__title a {
        font-size: 16px;
    }

    .bookCardsList_tiles .bookCard__authorLink {
        font-size: 14px;
    }

    .bookCardsList_tiles .bookCard__mobButton {
        width: 28px;
        height: 28px;
    }

    .bookCardsList_tiles .bookCard__mobButton:after {
        width: 16px;
        height: 15px;
    }

    .bookCardsList_tiles .bookCard__hideButton {
        width: 15px;
        height: 15px;
        top: 5px;
        right: 5px;
        background: none;
    }

    .bookCardsList_tiles .bookCard__hideButton:after {
        width: 16px;
        height: 16px;
        background: url('../images/new_design/close-white-icon.svg') no-repeat 0 0;
        background-size: cover;
    }

    .scrollCard {
        width: 280px;
        padding: 12px;
    }

    .scrollXWrapper:after {
        right: -3%;
        width: 20px;
    }

    .moreCardsBtn__txt {
        font-size: 14px;
        padding-left: 14px;
    }

    .moreCardsBtn__txt:after {
        top: 1.1px;
        width: 11px;
        height: 12px;
    }
}

@media screen and (max-width:345px) {
    .tabMenu__item {
        padding: 12px 8px;
    }
}