

/* Start:/bitrix/templates/template.main_v2_1/components/ma/news.list/news-list.sidebar/style.css?16518999152289*/
.b-news-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
.b-news-list_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 551px;
	margin: 0 0 30px 0;
}
.b-news-list_item_pic {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 218px;
	height: 218px;
	margin: 0 19px 0 0;
}
.b-news-list_item_text {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: auto;
	margin: 0;
	font-size: 0;
}
.b-news-list_item_date {
	display: inline-block;
	font-size: 16px;
	line-height: 1;
	text-transform: lowercase;
	padding: 5px 6px 3px;
	background: #febf01;
	margin-bottom: 2px;
}
.b-news-list_item_title {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.6;
}
.b-news-list_item_title a,
.b-news-list_item_title a:visited,
.b-news-list_item_title a:hover,
.b-news-list_item_title a:active {
	font-weight: bold;
	color: #242424; 
	text-decoration: none;
}
.b-news-list_item_desc {
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 30px;
}
.b-news-list_item_link {
    font-size: 16px;
    position: absolute;
    bottom: 0;
}
.b-btn-read-all {
    width: 100%;
}

.b-btn-read-all .g-button {
    float: right;
    margin-right: 54px;
    padding: 10px 22px;
}
@media (max-width: 767px) {
	.b-news-list {
		margin-left: -30px;
	}
	.b-news-list_item {
		width: calc(50% - 30px);
		margin-left: 30px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.b-news-list_item_pic {
		margin-right: 0;
		margin-bottom: 20px;
		width: auto;
		height: auto;
	}
	.b-news-list_item_text {
		width: auto;
	}
	.b-news-list_item_title {
		font-size: 20px;
		line-height: 26px;
	}
	.b-btn-read-all {
	    text-align: center;
	}
	.b-btn-read-all .g-button {
	    float: none;
	    margin: 0 0 0 15px;
	}
}

@media (max-width: 375px) {
	.b-news-list_item {
		width: calc(100% - 30px);
	}
	.b-news-list_item_pic img {
		width: 100%;
		height: auto;
	}
	.b-news-list_item_title {
		font-size: 18px;
		line-height: 24px;
	}
	.b-news-list_item_link {
	    position: relative;
	}

	.b-news-list_item_desc {
	    margin-bottom: 10px;
	}
}
/* End */
/* /bitrix/templates/template.main_v2_1/components/ma/news.list/news-list.sidebar/style.css?16518999152289 */
