

/* Start:/bitrix/templates/demo2023-page/components/bitrix/breadcrumb/bread_crumb/style.css?1705495705692*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #2B2A29;
	line-height: 13px;
	font-size: 2px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	/*white-space: nowrap;*/
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 24px;
	text-decoration: underline;
	color: #334F42;
}
.bx-breadcrumb .bx-breadcrumb-item a,
.bx-breadcrumb .bx-breadcrumb-item a span {
	border-bottom: none; 
	color: #2B2A29;
	text-decoration: none;
}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}




/* End */


/* Start:/bitrix/templates/demo2023-page/components/bitrix/system.pagenavigation/show_more_grid/style.css?1700655096605*/
.load_more {
	position: relative;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #2B2A29;
	margin: 0 auto;
	padding: 4px;
	border-bottom: 3px solid #EEEEEE;
	cursor: pointer;
	text-align: center;
	width: max-content;
}

.load_more:before{
	position: absolute;
	content: '';
	height: 3px;
	bottom: -3px;
	left: 0;
	right: 0;
	width: 33%;
	margin: 0 auto;
	background: #396351;
	transition: 0.5s; 
	-o-transition: 0.5s; 
	-ms-transition: 0.5s; 
	-moz-transition: 0.5s; 
	-webkit-transition: 0.5s; 
}
.load_more:hover:before{
	width: 100%;
}
/* End */


/* Start:/bitrix/templates/demo2023-page/components/bitrix/news/full_news/bitrix/news.list/.default/style.css?17305520032217*/
.news-list{
	font-size: 16px;
	line-height: 19px;
	color: #2B2A29;
}
.news_main{
	grid-column: 1 / 5;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
	column-gap: 3em; 
	padding-bottom: 1em;
}
.news_main img{
	width: 100%;
	max-height: 300px;
	object-fit:cover;
	border-radius: 0.6em;
}
@media all and (min-width: 1920px) {
	.news_main img{
		max-height: 400px;
	}
}

.news_title a{
	text-decoration: none;
}
.news_main .news_title{
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	color: #2B2A29;
}
.news_date{
	color: #7D7D7D;
	margin: 1em 0;
	font-family: 'Roboto';
}

.news_tags span{
	background-color: #F75D2A;
	color: #FFFFFF;
	padding: .5em 1em;
	margin-right: 1em;
	border-radius: 3em;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
}
.news_tags{
	margin: 1em 0
}
.news_tags a{
	text-decoration: none;
}
.news_text{
	font-family: 'Roboto';
	padding: 1.5em 0;
}
.news_detail{
	margin: 1.5em 0;
	font-weight: bold;
}
.news_more{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px,1fr));
	grid-gap: 1em;
}
.news_short > img{
	width: 100%;
	height: 150px;/*200px*/
	object-fit: cover;
	/*object-position: top;*/
	border-radius: 0.6em;
}
.news_short > .news_title{
	margin: 0;
	margin-bottom: 1em;
	font-weight: 700;
	line-height: 20px;
}
.news_detail span{
	background-color: #334F42;
	color: #FFFFFF;
	border-radius: 50%;
	padding: 8px 9px;
	margin-left: 1em;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
}
.news_detail a{
	text-decoration: none;
	color: #2B2A29;
}

/*Загрузить еще*/
/*.load_more {
	width: 200px;
	display: block;
	text-align: center;
	margin: 20px auto;
	padding: 10px;
	position: relative;
	text-decoration: none;
	padding: .2em 1.2em;
	font-size: 1.3em;
	color: #000;
	border-bottom: 2px solid #cdcdcd;
} 
.load_more:before{
	position: absolute;
	content: '';
	height: 2px;
	bottom: -2px;
	left: 0;
	right: 0;
	width: 30%;
	margin: 0 auto;
	background: #054427;
	transition: 0.5s; 
	-o-transition: 0.5s; 
	-ms-transition: 0.5s; 
	-moz-transition: 0.5s; 
	-webkit-transition: 0.5s; 
}
.load_more:hover:before{
	width: 100%;
} 
.noContent {
	display: none;
}*/
/*----------------------------*/

/* End */


/* Start:/bitrix/templates/demo2023-page/components/bitrix/menu/tabs-menu/style.css?1719834020567*/
ul.tabs-menu{
	list-style:none;
	margin: 0;
	padding: 0 0 25px;
}
ul.tabs-menu li{
	display: inline;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #808080;
	border-bottom: 1px solid #C7C7C7;
	padding: 10px 15px 10px 5px;
}
ul.tabs-menu li a{
	color: #808080;
	text-decoration:none;
}
ul.tabs-menu li a:hover{
	color:#5C8E7E;
}
ul.tabs-menu li.selected{
	border-bottom: 3px solid #5C8E7E;
}
ul.tabs-menu li.selected a:visited,
ul.tabs-menu li.selected a:active{
	font-weight: 700;
	color: #5C8E7E;
}

/* End */
/* /bitrix/templates/demo2023-page/components/bitrix/breadcrumb/bread_crumb/style.css?1705495705692 */
/* /bitrix/templates/demo2023-page/components/bitrix/system.pagenavigation/show_more_grid/style.css?1700655096605 */
/* /bitrix/templates/demo2023-page/components/bitrix/news/full_news/bitrix/news.list/.default/style.css?17305520032217 */
/* /bitrix/templates/demo2023-page/components/bitrix/menu/tabs-menu/style.css?1719834020567 */
