.category-pagination {
    margin: 15px 0 30px 0;
}

.category-pagination ol {
    margin-bottom: 0;
}

.category-title {
    margin-bottom: 30px;
}

.category-title__label {
    background: rgb(255, 239, 193);
    background: linear-gradient(45deg, rgba(255, 239, 193, 1) 0%, rgba(247, 203, 118, 1) 50%, rgba(252, 200, 27, .8) 100%);
    border-radius: 50px;
    padding: 5px 40px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #fe8b1b;
    position: relative;
    margin-left: 15px;
}

.category-title__label:before {
    content: '';
    position: absolute;
    width: 45px;
    height: 54px;
    background-image: url(/assets/base/images/ND2019/category-top-5.png);
    -webkit-background-size: cover;
    background-size: cover;
    left: -15px;
    top: -5px;
}

.category-title__wrapper h1 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #494D5F;
}

.category-section {
    margin-bottom: 30px;
    }
    
    .category-section-result-block{
    padding: 20px;
    background-color: #5E70A5;
    display: flex;
    justify-content: space-between;
    color: #fff;
    align-items: center;
    }
    
    .category-section-result-block__text{
    display: flex;
    align-items: center;
    }
    
    .category-section-result-block__text-count{
    font-size: 42px;
    line-height: 42px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0;
    font-weight: 600;
    }
    .category-section-result-block__text-subcategory{
    margin-bottom: 0;
    margin-left: 15px;
    }
    
    .category-section-result-block__btn{
    color: #fff;
    padding: 10px 15px;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 3px;
    transition: .3s ease all;
    }
    
    .category-section-result-block__btn:hover{
    border-color: #fff;
    background-color: #fff;
    color: #5E70A5;
    }
    
    .category-section h2 {
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 32px;
    font-weight: 600;
    }
    
    
    .category-section__title-wrapper {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }

    .category-section__title-wrapper h2 {
        margin-bottom: 0;
    }



@media (max-width: 767.98px) {
    .category-title__wrapper h1 {
        font-size: 24px;
    }
}

@media (max-width: 575.98px) {
    .category-title {
        padding: 30px 0 15px 0;
        margin-bottom: 0;
    }

    .category-section-result-block__btn {
        width: 175px;
        text-align: center;
    }

    .category-section-result-block__text {
        justify-content: center;
        padding-right: 15px;
    }
}