@font-face {
    font-display: swap;
    font-weight: normal;
    font-family: 'Montserrat';
    src: url('../../assets/fonts/Montserrat/Montserrat-Regular.ttf'); 
}
@font-face {
    font-display: swap;
    font-weight: 500;
    font-family: 'Montserrat';
    src: url('../../assets/fonts/Montserrat/Montserrat-Medium.ttf'); 
}
@font-face {
    font-display: swap;
    font-weight: bold;
    font-family: 'Montserrat';
    src: url('../../assets/fonts/Montserrat/Montserrat-Bold.ttf'); 
}
.max-width-2{
    font-family: Montserrat, "Open Sans", sans-serif;
}
.category-title{
    margin-bottom: 0;
    font-weight: bold;
    font-size: 48px;
    line-height: 55px;
    color: #191919;
}
.category-title:before {
    background: #5C5C5C;
    display: block;
    content: '';
    width: 68px;
    height: 3px;
    margin-bottom: 23px;
}
.category-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.category-item {
    width: calc(50% - 60px);
    margin-bottom: 60px;
}
.category-item__image {
    display: block;
    width: 100%;
    height: 214px;
    margin-bottom: 30px;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    background-color: #2B2B2B;
    background: linear-gradient( 91.03deg, rgba(0, 215, 255, 0.14) 28.99%, rgba(18, 148, 219, 0.1) 47.44%, rgba(0, 0, 0, 0.12) 62.33%), #1C1C1C;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
}
.category-item__image:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    box-shadow: inset 20px -30px 100px #2b2b2b;
}
.category-item__image img {
    border-radius: 6px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.category-item__image-title{
    padding: 0 60px;
    text-align: center;
}
.category-item__image:hover{
    color: #fff;
    text-decoration: none;
}
.category-item__post-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.category-item .rubric {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #1FC3B0;
}
.category-item .rubric a {
    display: inline-block;
    color: #1FC3B0;
}
.category-item__post-info-conteiner {
    display: flex;
    align-items: center;
}
.category-item__post-info-conteiner .comments-link {
    margin-right: 30px;
}
.category-item .date-publisher {
    font-size: 14px;
    line-height: 22px;
    color: #9D9D9D;
}
.category-item__title:hover, .category-item__title:focus{
    color: #191919;
    text-decoration: underline;
}
.category-item__title h2 {
    margin: 0 0 25px;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    color: #191919;
}
.single-info-author-img {
    margin-right: 10px;
    min-width: 35px;
    min-height: 35px;
    max-height: 35px;
    max-width: 35px;
}
.single-info-author {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 22px;
    color: #9d9d9d;
}
.single-info-author-name {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #191919;
    text-decoration: none;
}
@media (max-width: 1045px){
    .category-item {
        width: 100%;
    }
}
@media (max-width: 1035px){
    .single-rsp-slk {
        display: none;
    }
}
@media (max-width: 800px){
    .category-item__image-title{
        padding:0 20px;
    }
}
@media (max-width: 530px){
    .category-item__post-info{
        align-items: flex-start;
    }
    .category-item__post-info-conteiner {
        min-width: 120px;
        flex-direction: column-reverse;
        align-items: flex-end;
    }
    .category-item__post-info-conteiner .comments-link {
        margin-right: 0;
    }
    .category-item__image {
        height: 150px;
        font-size: 16px;
    }
}