

/* Start:/local/templates/gourji2015/components/bitrix/news/news/bitrix/news.list/.default/style.css?16999797911366*/
.new-news-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.new-news-list__item {
    width: 25%;
    padding: 0 10px 20px;
}
.new-news-list__item-inner {
    position: relative;
    border: 1px solid #dfdfdf;
    text-align: center;
    padding: 20px;
    font-size: 14px;
    color: #002948;
    overflow: hidden;
}
.new-news-list__link {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 100%;
}
.new-news-list__img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%,-50%);
}
.new-news-list__item .hightext {
    height: 36px;
    overflow: hidden;
}
.new-news-list__item .news_review {
    height: 36px;
    overflow: hidden;
}
.new-news-list__item .news_box_data {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.new-news-list__item-inner .news_btn {
    display: block;
    margin-top: 20px;
}

@media screen and (max-width: 1023px) {
    .new-news-list__item {
        width: 33.33%;
    }
}
@media screen and (max-width: 767px) {
    .new-news-list__item {
        width: 50%;
    }
}
@media screen and (max-width: 440px) {
    .new-news-list__item {
        width: 100%;
    }
}
.pagination {
    float: none !important;
}
/* End */
/* /local/templates/gourji2015/components/bitrix/news/news/bitrix/news.list/.default/style.css?16999797911366 */
