.category-description {
    font-size: .9rem;
    line-height: 1.35;
    color: #555;
    font-weight: 300;
}
.filter {
    text-align: right;
    justify-content: space-between;
    padding: 0;
    margin-top: 35px;
    background: #f7f7f7;
    padding: 10px 6%;
    margin: 25px -6%;
}
.category-header__right{
	margin-top: 25px;
}
.category-header__right {
    margin-top: 0;
}
.category-header {
    align-items: center;
    justify-content: space-between;
}
.filter__name{
    display: none;
}
.filter {
    text-align: left;
    justify-content: flex-start;
    font-family: 'Roboto Condensed', sans-serif;
    border-bottom: 1px solid #f7f7f7;
    border-top: 1px solid #f7f7f7;
    background: #fff;
}
.sort > li a {
    color: #353535;
    font-size: 1rem;
}
.sort > li.asc a, .sort > li.desc a {
    color: #008ed5;
    font-size: 1.25rem;
}
.fixed_label:before, .fixed_label:after{
    display: none;
}

.category--page .navigation{
    display: flex;
    align-items: flex-start;
    
}
.page_next-prev * {
    float: none;
    
}
.page_next-prev > span > * {
    float: none;
    padding: 0;
}
.page_next-prev svg{
    fill: #3e9bd9;
    transition: .3s all;
}
.page_next svg{
    transform: rotate(180deg);
    opacity: .8;
}
.page_next svg:hover{
    opacity: 1;
}
.pages {
    text-align: left;
    margin-left: 12%;
}
.pages span, .pages a{
    padding: 5px 7px;
}
.pages span {
    background: #3e9bd9;
    color: #fff;
}

/*pro*/
.shortstory__pro-type{
    color: #fff;
    background: #318ed4;
    padding: 3px 5px;
    text-align: center;
    font-weight: 500;
    font-size: .9rem;
    border-radius: 3px;
    margin-bottom: 10px;
    position: absolute;
right: 0;
z-index: 1;
top: 10px;
}

/*neformat*/

.category-header.flex .category-header__right{
    margin-top: 25px;
}
.category-header__photo img{
    width: 100%;
}
.category-header__photo{
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 25px;
}
.category-header__left--text{
    width: calc(75% - 25px);
}
ю