

/* Start:/local/templates/bq_aliot_s1/components/bitrix/catalog.section.list/flat/style.css?17513903471396*/
.news_list_wrap {
    padding-bottom: 20px;
    margin-top: 20px;
}

.news_list_wrap .news_list_ul,
.b_news_list_page.b_etalon_page .news_list_wrap .news_list_ul {
    display: flex;
    flex-wrap: wrap;
    counter-reset: unset;
    overflow: unset;
    list-style: none;
}
.news_list_wrap .news_list_ul
{
    margin: 0 -15px;
}
.news_list_wrap .news_list_ul .news_list_item {
    width: 33.3%;
    position: relative;
    margin: 0 0 20px;
    padding: 0 15px;
    list-style: none;
}

.news_list_wrap .news_list_ul .news_list_item::before,
.b_news_list_page.b_etalon_page .news_list_wrap .news_list_ul .news_list_item::before {
    content: none;
}

.news_list_wrap .news_list_ul .news_list_item .news_list_item_img {
    display: block;
    width: 100%;
    min-height: 300px;
    background-color: transparent;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

.news_list_wrap .news_list_ul .news_list_item .news_list_item_title {
    display: block;
    width: 100%;
    color: #000;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    text-align: center;
}

@media (max-width: 1199px) {
    .news_list_wrap .news_list_ul .news_list_item {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .news_list_wrap .news_list_ul .news_list_item {
        float: unset;
        width: 100%;
    }
}
/* End */
/* /local/templates/bq_aliot_s1/components/bitrix/catalog.section.list/flat/style.css?17513903471396 */
