@media only screen and (max-width: 870px) {
  .book-page .main_title {
    font-size: 26px;
  }
  .book-page__container {
    max-width: calc(100% - 80px);
  }
  .book-page__content_pagination {
    justify-content: space-between;
  }
  .book-page__content_pagination .pagination_left {
    position: static;
    transform: translate(0);
  }
  .review_form {
    padding: 25px;
  }
}
@media only screen and (max-width: 700px) {
  .header {
    padding: 20px 0;
  }
  .header__search {
    display: none;
  }
  .header__right {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .header__logo {
    font-size: 20px;
  }
  .header .search_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: #4867F6;
    transition: 0.3s ease all;
  }
  @keyframes searchActive {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .search_mb.active {
    display: block;
    animation: 0.2s searchActive linear 1;
  }
  @keyframes searchEndActive {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  .search_mb.end-active {
    display: block;
    opacity: 0;
    animation: 0.2s searchEndActive linear 1;
  }
  .reviews {
    padding: 20px;
  }
  .similar-book__head_right .btn_white {
    display: none;
  }
  .similar-book__card a {
    height: 195px;
  }
  .book-swp {
    position: relative;
    padding-bottom: 70px;
  }
  .book-swp__head_right a {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .book-swp .similar-book__card h4, .book-swp .similar-book__card p {
    font-size: 12px;
  }
  .book-swp .similar-book__card_review_rating {
    font-size: 12px;
  }
  .book-swp .similar-book__card_review_count {
    font-size: 10px;
  }
  /*.popular-genres {
    padding-bottom: 70px;
    position: relative;
  }*/
  .popular-genres__head_right a {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .read-book {
    padding-left: 0;
  }
  .read-book__card {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  .login {
    flex-direction: column;
    gap: 68px;
  }
  .login_img {
    max-width: 100%;
    height: 160px;
  }
  .login_img .login_logo {
    width: 89px;
  }
  .login_img .login_table_bg {
    display: none;
  }
  .login_img .login_mobile_bg {
    display: block;
  }
  .login_form {
    padding-left: 0;
  }
  .login_form .login_form_in {
    width: 100%;
    padding: 0 75px 0 75px;
  }
  .login_form form {
    width: 100%;
  }
}
@media only screen and (max-width: 650px) {
  .main_container {
    padding: 0 20px;
  }
  .main_content {
    width: 100%;
  }
  .pagination a:nth-child(5) {
    display: none;
  }
  .authors_alphabet {
    margin: 30px 0 40px 0;
  }
  .action_books {
    gap: 20px;
    margin: 40px 0 50px 0;
  }
  .action_book {
    width: calc(33.3333333333% - 14px);
  }
  .action_book h6, .action_book p {
    font-size: 12px;
    line-height: 14px;
  }
  .action_book p {
    margin: 5px 0 10px 0;
  }
  .action_book .comment h5 {
    font-size: 12px;
    line-height: 14px;
  }
  .action_book .comment span {
    font-size: 10px;
    line-height: 12px;
  }
  .action_book .comment img {
    width: 22px;
    height: 22px;
  }
  .authors_card_title {
    justify-content: space-between;
  }
  .authors_card_books {
    gap: 20px;
  }
  .authors_card_books .action_book {
    width: calc(33.3333333333% - 13px);
  }
  .authors_card_books .action_book:nth-child(n+4) {
    display: none;
  }
  .action_list_cards {
    margin: 40px 0 50px 0;
  }
  .action_list_card {
    padding: 10px;
    gap: 20px;
  }
  .action_list_card_img {
    width: 110px;
  }
  .action_list_card_level {
    top: 10px;
    right: 10px;
  }
  .action_list_card_level h6 {
    width: auto;
    font-size: 20px;
    line-height: 24px;
  }
  .action_list_card_level h6 img {
    transform: translateY(-3px);
    width: 24px;
  }
  .action_list_card_level span {
    font-size: 10px;
    line-height: 12px;
  }
  .action_list_btns {
    gap: 10px;
  }
  .action_list_btns .btn_white {
    width: 50px;
  }
  .action_list_btns .btn_white span {
    display: none;
  }
  .action_list_card_text p {
    display: none;
  }
  .action_list_card_text h6 {
    font-size: 16px;
    line-height: 19px;
  }
  .footer .footer_white_block {
    border-radius: 0 0 60px 60px;
  }
  .book-page__container {
    max-width: calc(100% - 40px);
  }
  .book-page__head {
    margin-bottom: 20px;
  }
  .book-page__content {
    margin-bottom: 25px;
  }
  .book-page__content_pagination .pagination_right {
    gap: 15px;
  }
  .book-page__content_pagination .pagination_right p {
    display: none;
    font-size: 12px;
  }
  .book-page__content_pagination .pagination_right p.sm {
    display: block;
  }
  .review_form {
    padding: 20px;
  }
}
@media only screen and (max-width: 470px) {
  .similar-book {
    display: none;
  }
}
@media only screen and (max-width: 450px) {
  .main_container {
    padding: 0 10px;
  }
  .main_title {
    font-size: 24px;
    line-height: 24px;
  }
  .main_nav__content {
    width: 300px;
  }
  .header__right {
    gap: 20px;
  }
  .header__logo {
    font-size: 16px;
    margin: 0 15px;
  }
  .header .btn_white {
    width: 42px;
    height: 42px;
    padding: 0;
    align-items: center;
    justify-content: center;
  }
  .header .btn_white span {
    display: none;
  }
  .book-cover {
    padding: 20px;
  }
  .book-cover__bg {
    border-radius: 20px;
  }
  .book-cover .btn_white {
    top: 10px;
    right: 10px;
  }
  .book-swp .similar-book__card a {
    height: 235px;
  }
  .book-page .main_title {
    font-size: 24px;
  }
  .book-page__container {
    max-width: calc(100% - 20px);
  }
  .book-page__head {
    margin-bottom: 15px;
  }
  .book-page__head h2 {
    font-size: 14px;
  }
  .book-page__content {
    margin-bottom: 12px;
  }
  .book-page__content_head .theme p {
    padding-right: 6px;
  }
  .book-page__content_head .zoom {
    gap: 0px;
  }
  .book-page__content_head .zoom .pin {
    margin-left: 5px;
  }
  .book-page__content_text p {
    font-size: 14px;
  }
  .book-page__content_pagination .pagination_left p {
    font-size: 12px;
  }
  .book-page__content_pagination .pagination_right {
    gap: 10px;
  }
  .review_form .star_group button {
    width: 30px;
    height: 30px;
  }
  .review_form .star_group button svg {
    width: 30px;
  }
  .login {
    flex-direction: column;
    gap: 64px;
  }
  .login_img {
    height: 110px;
  }
  .login_img .login_logo {
    width: 67px;
  }
  .login_form .login_form_in {
    padding: 0 10px;
  }
  .login_form h6 {
    margin: 15px 0;
    font-size: 24px;
    line-height: 24px;
  }
  .login_form .form_btns {
    transform: translateY(-5px);
    margin-top: 0;
  }
  .action_book {
    width: calc(50% - 10px);
  }
  .authors_card_title {
    justify-content: space-between;
    gap: 10px;
  }
  .authors_card_title h6 {
    font-size: 18px;
    line-height: 21px;
  }
  .authors_card_books .action_book {
    width: calc(50% - 10px);
  }
  .authors_card_books .action_book:nth-child(n+3) {
    display: none;
  }
  .action_list_card_img {
    width: 95px;
  }
  .action_list_card {
    gap: 15px;
  }
  .action_list_card_text {
    gap: 15px;
  }
  .action_list_card_text h6 {
    font-size: 14px;
    line-height: 16px;
    margin-right: 60px;
  }
  .action_list_btns .btn_blue {
    width: 130px;
  }
  .action_list_card_level h6 {
    font-size: 18px;
  }
  .action_list_card_level h6 img {
    width: 23px;
    height: 23px;
    transform: translateY(-2px);
  }
  .categories_lists {
    margin: 40px 0 50px 0;
    gap: 30px;
  }
  .categories_list {
    gap: 30px;
  }
  .categories_block .book_link {
    font-size: 14px;
    line-height: 19px;
  }
}
@media (max-width: 350px) {
  .review_form .star p {
    font-size: 16px;
  }
  .review_form .star {
    gap: 5px;
  }
  .action_list_btns .btn_blue {
    width: 108px;
  }
}
/*# sourceMappingURL=mobile.css.map */