.items__pager > .pager {
    text-align: center;
}

.search-more {
    margin: 0 auto 3em auto;
    text-align: center;
    font-size: large;
    font-weight: bold;
}

.search-more a {
    text-decoration: underline;
    padding: 10px 20px 10px 20px;
    background-color: #e9e9e9;
}

.highlight {
    padding: 3px;
    color: #fff;
    background-color: #747474;
}

.category-item {
    justify-content: unset;

}

.nanobar {
    position: absolute;
    height: 2px;
}

.nanobar .bar {
    background: #122b62;
    border-radius: 2px;
    box-shadow: 0 0 5px #59d;
    margin: 0 auto;
}

.svg-loading:after {
    content: '';
    display: block;
    height: 80px;
    width: 100%;
    background: url("../images/preloader.svg") 50% no-repeat;
    background-size: contain;
    margin-top: 10px;
}

.svg-loading {
    padding-bottom: 20px;
}

.catalog-item .width-100 {
    width: 100%;
}

.books-container .book-default-image {
    background: url("../images/icon-book-blue.png");
}

.request_response {
    margin: auto;
    margin-left: 0;
    color: #1a3e8d;
}

#form-request .r-row .width-5 {
    width: calc(100% / 5 - 40px);
}

.panel .search-form .svg-fill .svg-icon svg {
    fill: #122b62;
}
