.content.flex{
    position: relative;
}
.breadcrumb.abs{
    position: absolute;
    left: 15px;
    width: 100%;
    top: 0;
    margin: 40px 0 40px;
}
/*.content > section{
    margin: 0;
}*/
.content > section.breadcrumb.abs {
    margin: 20px 0 20px;
}
.content > section.breadcrumb:not(.abs) {   
    position: relative;
    top: -35px;
}
.breadcrumb + .content_section.white-bg {
    top: -25px;
    position: relative;
}
.book_info_content.production-item i::after{
    content: ',';
}
.book_info_content.production-item i:last-child::after{
    content: none;
}
.production-title{
    color: #000;
    width: 105px;
    float: left;
}

.search_hint.is_item{
    padding-left: 90px;
    position: relative;
    height: 110px;
    margin: 10px 0;
}
.search_hint_img{
    position: absolute;
    width: 80px;
    height: 110px;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
    left: 0;
}
.search_hint .rating_block{
    position: absolute;
    bottom: 5px;
}

.search_form .search_input{
    padding-right: 50px;
}

@media (max-width: 914px) {
    .search_hint .rating_block{
        display: none;
    }
    .search_hint.is_item{
        height: auto;
        min-height: 110px;
    }
}