

/* Start:/bitrix/templates/aspro_max/components/bitrix/news/.default_news1/bitrix/news.list/.default/style.css?17543759042137*/
.news-list-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.news-item {
    overflow: hidden;
    width: 33.3333333333%;
    height: 500px;
    padding: 12px;
    position: relative;
}
.news-item>a {
    color:  var(--color-white);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0 12px 24px 12px;
}
.news-item>a:hover {
    color:  var(--color-white);
}
.news-item>::after {
    background: linear-gradient(0deg, rgba(0,0,0,0.5872724089635855) 0%, rgba(0,0,0,0) 63%, rgba(0,0,0,0) 100%);
    content: '';
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.name_new {
    font-family: Cormorant Garamond;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px; 
    text-align: center;
    z-index: 2;
}
.date_new {
    font-family: Jost;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    z-index: 2;
}
.show-more-container {
    display: flex;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 70px;
}
.show-more-container button {
    width: 327px;
    height: 44px;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    background-color: var(--color-white);
    border: 1px solid var(--color-gray-300);
    cursor: pointer;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
@media (max-width: 850px) {
    .news-item {
        width: 50%;
    }
}
@media (max-width: 600px) {
    .news-list-container {
        margin: 0 -8px;
    }
    .news-item {
        width: 100%;
        height: 431px;
        padding: 8px;
    }
	.show-more-container {
		padding-bottom: 20px;
		padding-top: 8px;
	}
    .show-more-container button {
        width: 100%;
    }
}
/* End */
/* /bitrix/templates/aspro_max/components/bitrix/news/.default_news1/bitrix/news.list/.default/style.css?17543759042137 */
