

/* Start:/local/templates/bstil/components/bitrix/news/template1/bitrix/news.list/.default/style.css?17652733291535*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}


.bwngc-block {
	position: relative;
	transition: all 0.3s ease;
}


.bwngc-block .image-link {
	display: block;
	text-decoration: none;
	border: none !important;
}


.bwngc-block img {
	transition: transform 0.3s ease;
	display: block;
	width: 100%;
}

.bwngc-block:hover img {
	transform: scale(1.05);
}


.bwngc-block .text-link {
	border: 1px solid #DBDBDB;
	display: flex;
	justify-content: center;
	cursor: pointer;
	text-decoration: none;
	transition: all 0.3s ease;
	position: relative;
	color: inherit;
	margin-top: 10px;
	padding: 8px 0;
}

.bwngc-block .text-link::after {
	content: '';
	position: absolute;
	width: 0;
	height: 2px;
	bottom: 0;
	left: 50%;
	background-color: #d4af37;
	transition: all 0.3s ease;
	transform: translateX(-50%);
}

.bwngc-block:hover .text-link {
	color: #d4af37;
	border-color: transparent;
}

.bwngc-block:hover .text-link::after {
	width: 100%;
}


.bwng-button-show p {
	color: #333;
	text-decoration: none !important;
	letter-spacing: 0.5px;
	padding: 10px 0;
	position: relative;
	transition: all 0.3s ease;
	display: inline-block;
}

.bwng-button-show p::after {
	content: '';
	position: absolute;
	width: 0;
	height: 2px;
	bottom: 0;
	left: 50%;
	background-color: #d4af37;
	transition: all 0.3s ease;
	transform: translateX(-50%);
}

.bwng-button-show:hover p {
	color: #d4af37;
}

.bwng-button-show:hover p::after {
	width: 100%;
}

/* End */
/* /local/templates/bstil/components/bitrix/news/template1/bitrix/news.list/.default/style.css?17652733291535 */
