

/* Start:/local/templates/main/components/bitrix/news.list/promo/style.css?16976367391577*/
.promo-list {
	display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 30px 1fr 30px 1fr 30px;
    grid-template-columns: 2fr 1fr 1fr;
    grid-gap: 30px;
	margin-bottom:35px;
}

@media screen and (max-width:1100px) {
	.promo-list {
		-ms-grid-columns: 1fr 30px 1fr 30px;
		grid-template-columns: repeat(2,1fr);
	}
}

.promo-list_item {
	position:relative;
	height: 100%;
    max-height: 545px;
}

.promo-list_item img {
	width:100%;
	height: 100%;
}

.promo-item_content {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 316px;
    max-height: 316px;
	width:100%;
	height:100%;
	background: #ba251dd1;
}

.promo-item_border {
	position: absolute;
    border: 1px solid #ffffff80;
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
}

.promo-item_content .promo-title {
	display: inline-table;
	color:#fff;
	font-weight:700;
	font-size:16px;
	text-transform:uppercase;
	text-align:center;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}

.promo-item_content .promo-text {
	font-size:35px;
}

.promo-item_content .promo-time {
	position: absolute;
	color:#ffffff;
	font-size:16px;
    bottom: 40px;
    left: 0;
    right: 0;
    text-align: center;
}

.promo-item_title .promo-title {
	position: absolute;
    bottom: 60px;
    left: 24px;
    right: 48px;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}

.promo-item_title .promo-time {
	position: absolute;
    font-size: 16px;
    bottom: 26px;
    left: 24px;
    color: #fff;
    font-weight: 400;
}
/* End */
/* /local/templates/main/components/bitrix/news.list/promo/style.css?16976367391577 */
