.tabs-btns{margin-bottom:32px}.tabs-btns ul{display:flex;flex-direction:row;font-size:0;justify-content:flex-start}.tabs-btns li{flex:0 1 50%}.tabs__btn{background:transparent;border:1px solid #2455db;border-radius:0;border-right-width:0;box-sizing:border-box;color:#2455db;cursor:pointer;font-size:16px;width:100%}.tabs__btn.btn:hover{background-color:#e8e6e3}.tabs__btn_nowrap{white-space:nowrap}.tabs__btn_first{border-radius:8px 0 0 8px}.tabs__btn_last{border-radius:0 8px 8px 0;border-right-width:1px}.tabs__btn_active{background:#2455db;color:#fff}.tabs__btn_active.btn:hover{background-color:#0043f1}.tab,.tabs__books-count{display:none}.tab_active{display:block}@media (min-width:414px){.tabs__books-count{display:inline}}