.navigation {
     display:block;
    width:100%;
    justify-content: space-between;
    margin: 0;
    border-top: 1px solid #ebf1f6;
    border-bottom: 1px solid #ebf1f6;
    align-items: center;
    padding: 0;
    box-sizing: border-box;
}

.navigation .info{
    width:100%;
    text-align:center;
    padding:15px 0;

}

.navigation::after {
    display: none !important;
}
.navigation > ul {
    display: flex;
    margin: 0;
    padding: 0;
}
.navigation > ul > li {
    list-style: none;
}
.navigation > ul > li > span,
.navigation > ul > li > a {
    height: 35px;
    min-width: 35px;
    padding: 0 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0a76d2;
    text-decoration: none;
    border: 2px solid #0a76d2;
    margin-right: 10px;
    font-weight: bold;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    transition: background-color .5s ease;
    -webkit-transition: background-color .5s ease;
    -moz-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    box-sizing: border-box;
}
.navigation > ul > li > span {
    background-color: #0a76d2;
    color: #bde6ff;
}

.navigation > ul > li:last-child span,
.navigation > ul > li:last-child a{
    margin-right: 0;
}

.bookreader-go-page {
    display: flex;
}
.input-bookreader-go-page {
    width: 100px !important;
    margin-right: 15px;
}

.btn-book {
    height: 46px;
    padding: 0 30px;
    color: #fff;
    border: 0;
    background-color: #0a76d2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 17px;
    cursor: pointer;
    transition: background-color .3s ease;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    display: inline-flex;
    text-decoration: none;
    align-items: center;
    position: relative;
    text-align: center;
    justify-content: center;
    white-space: nowrap;
}

@media screen and (max-width: 992px) {
	.menu_block {
		height: 56px;
	}

.content-page-book{
    width:calc(100% - 30px);
    display:block;
    margin:0 auto 30px;
    text-align:center;
}
.content-page-book p{
    width:calc(100% - 0px);
    display:block;
    margin:0 auto;
}

.book-title{
    margin:30px 0;
    text-align:center;
    font-size:25px;
    font-weight:bold;
}
.book-page,
.book-id{
display:none;
}

.navigation{
  display:block;
    width:100%;
}
.navigation ul{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
}
.navigation .info{
    width:100%;
    text-align:center;
    padding:15px 0;

}
.bookreader-go-page{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
}




}