

/* Start:/local/templates/.default/components/bitrix/news.list/knowledge_base/style.css?17586154912957*/
.int_10 {
    margin: 10px 0 10px;
}

.article {
    /*padding-right: 10px;*/
}

.article, .article * {
    box-sizing: border-box;
}

.article:after,
.article__row:after,
.article__item:after {
    content: '';
    display: table;
    clear: both;
}

.article__item {
    float: left;
    width: calc(100% - 5px);
    height: 222px;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;

}

.article__item:nth-child(even) {
    /*margin-left: 10px;*/
}

.article__img-box {
    float: left;
    margin-right: 20px;
    display: inline-flex;
    align-items: center;

}

.article__img-box a {
    width: 100%;
    height: 100%;
    position: relative;
}

.article__img {
    width: inherit;
    position: absolute;
    transform: translate(-50%,-0%);
    top: 0%;
    left: 50%;
}

.article__desc {
    float: left;
    width: calc(100% - 220px);
    margin-top: 10px;
    height: calc(100% - 10px);
    overflow: hidden;
}

.article__link {
    display: block;
    font-size: 16px;
    color: #1974d1!important;
    margin-bottom: 10px;
}
.article__date {
    display: block;
    color: #aaa;
    margin-bottom: 10px;
}

.article__desc-text {
    font-size: 13px;
    /*max-height: 77px;*/
    max-height: 64px;
    overflow: hidden;
}
.article__img-box {
    width: 176px;
    height: 176px;
    margin: 12px;
}

.pagenation__items{
    margin-left: -8px;
}

@media (max-width: 1260px ) {
    /*.article__item {*/
        /*height: 257px;*/
    /*}*/

    .article__desc-text {
        /*max-height: 112px;*/
    }
    .article__img-box {
        width: 175px;
        height: 175px;
    }
    .article__desc {
        width: calc(100% - 200px);
    }
}

@media (max-width: 991px ) {
    /*.article__item {*/
        /*width: 100%;*/
        /*height: 140px;*/
    /*}*/

    .article__item:nth-child(even) {
        margin-left: 0px;
    }
}
@media (max-width: 767px) {
    .article__desc {
        /*height: auto;*/
        width: calc(100% - 225px);
    }
    .article__item {
        height: 250px;
    }
    .article__desc-text {
        max-height: 115px;
    }
    .article__img-box {
        width: 200px;
        height: 200px;
    }
    .article__desc {
        width: 100%;
    }
    .article__img-box + .article__desc {
        width: calc(100% - 225px);
    }
}


@media (max-width: 479px) {
    .article__item {
        height: 250px;
    }
    .article__desc {
        width: 100%;
        height: calc(100% );
    }
    .article__img-box {
        float: none;
        display: none;
    }
    .pagenation .pagenation__items .pagenation__item{
        font-size: 12px;
        line-height: 30px;
    }
    .article__desc-text{
        max-height: 115px;
    }
    .article__img-box + .article__desc {
        width: 100%;
    }
}

/* End */
/* /local/templates/.default/components/bitrix/news.list/knowledge_base/style.css?17586154912957 */
