

/* Start:/local/templates/bigmag/components/bitrix/breadcrumb/.default/style.css?1715762479515*/
.bx_breadcrumb{
	display: flex;
    flex-wrap: wrap;
	align-items: center;
	margin-bottom: 40px;
	margin-top: -30px;
}
.bx_breadcrumb_item{
	float: left;
    font-weight: 500;
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
}
.bx_breadcrumb_item > a {
    display: inline-block;
    color: rgba(76, 81, 96, 0.53);
    text-decoration: none;
    margin-right: 5px;
}
.bx_breadcrumb_item > span {
    display: inline-block;
    font-weight: 600;
    color: var(--bs-black-color, #232323);
}
/* End */


/* Start:/local/templates/bigmag/components/bitrix/system.pagenavigation/.default/style.css?1715762479558*/
.navigation{
	text-align: center;
	margin: 16px 0 10px;
}
.navigation_list{
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
	padding: 0;
	margin: 0;
}
.navigation_link{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	font-weight: 400;
	font-size: 25px;
	line-height: 43px;
	color: rgba(35, 35, 35, 0.7);
	text-decoration: none;
	margin: 0 5px;
}
a.navigation_link:hover,
.navigation_link.is_active{
	color: #fff;
	background: var(--bs-main-color);
	border-radius: 50%;
}
/* End */


/* Start:/local/templates/bigmag/components/bitrix/news/news/bitrix/news.list/.default/style.css?17157624791903*/
.news_item{
	position: relative;
	display: inline-block;
	width: 100%;
	line-height: 1;
	text-decoration: none;
	overflow: hidden;
	margin-bottom: 20px;
}
.news_item_image{
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: 1s;
}
.news_item:hover .news_item_image{
	transform: scale(1.1);
	transition: 1s;
}
.news_item{
	height: 159px;
}
.news_item:first-child{
	height: 228px;
}
.news_item_inner{
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
	box-sizing: border-box;
	padding: 10px;
	z-index: 1;
}
.news_item_name{
	font-family: 'Halvar';
	font-weight: 500;
	font-size: 12px;
	line-height: 13px;
	color: #FFFFFF;
	margin-bottom: 15px;
}
.news_item_desc{
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 22px;
}
.news_item_date{
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: rgba(255, 255, 255, 0.7);
}
.news_item_show{
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: rgba(255, 255, 255, 0.7);
}
@media(min-width: 576px) {
	.news_item_name{
		font-size: 16px;
		line-height: 18px;
	}
}
@media(min-width: 768px) {
	.news_item{
		height: 230px;
	}
	.news_item:first-child{
		height: 286px;
	}
}
@media(min-width: 992px) {
	.news_item,
	.news_item:first-child{
		height: 350px;
	}
	.news_item_name{
		font-size: 20px;
		line-height: 22px;
	}
}
@media(min-width: 1200px) {
	.news_item,
	.news_item:first-child{
		height: 506px;
		margin-bottom: 24px;
	}
	.news_item_inner{
		padding: 30px;
	}
	.news_item_name{
		font-size: 25px;
		line-height: 28px;
		margin-bottom: 10px;
	}
	.news_item_date{
		margin-right: 30px;
	}
}
/* End */
/* /local/templates/bigmag/components/bitrix/breadcrumb/.default/style.css?1715762479515 */
/* /local/templates/bigmag/components/bitrix/system.pagenavigation/.default/style.css?1715762479558 */
/* /local/templates/bigmag/components/bitrix/news/news/bitrix/news.list/.default/style.css?17157624791903 */
