

/* 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/catalog.section.list/menu-section-page/style.css?1699512013543*/
.sect-tabs-menu {
  border-radius: 6px;
  padding: 0;
  margin: 0;
}
.sect-tabs-menu li.tab {
  position: relative;
  background: #F2F2F2;
  padding: 15px 20px;
  cursor: pointer;
  list-style: none;
  margin-bottom: 4px;
  border-radius: 6px;
}
.sect-tabs-menu a{
	text-decoration: none;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
}
.sect-tabs-menu a li.tab{
	color: #2B2A29;
}
.sect-tabs-menu a li.active{
	font-family: 'Montserrat';
	color: #FFFFFF;
}
.sect-tabs-menu li.active {
  background: #5A756C;
  border-radius: 6px;
}
/* End */


/* Start:/bitrix/templates/demo2023-page/components/bitrix/news/section-item-test/bitrix/news.list/.default/style.css?17442717034614*/
.tabs-sect-items{
	display: grid;
	grid-template-columns: 350px 1fr;
	grid-gap: 4em;
}
.tab-container {
  display: grid;
  grid-template-columns: 1fr 1.7fr;
  grid-column-gap: 3em;
  font-family: 'Montserrat';
  color: #2B2A29;
  padding: 4em 0;
}
.sect-tabs-menu {
  border-radius: 6px;
  padding: 0;
  margin: 0;
}
.sect-tabs-menu li.tab {
  position: relative;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #2B2A29;
  background: #F2F2F2;
  padding: 15px 20px;
  cursor: pointer;
  list-style: none;
  margin-bottom: 4px;
  border-radius: 6px;
}
.sect-tabs-menu li.active {
  background: #5A756C;
  border-radius: 6px;
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
}

/*---Фильтр по годам---*/
.filter-block{
	padding: 6px 0 30px;
	display: flex;
    flex-wrap: wrap;
    grid-gap: 24px 6px;
}
.filter-block span{
  /*background: #5C8E7E;*/
  background: #F2F2F2;
  padding: 6px 24px;
  border-radius: 30px;
}
.filter-block a{
  /*color: #FFFFFF;*/
  color: #2B2A29;
  font-family: 'Roboto';
  font-weight: 400;
  text-decoration: none;
}
.filter-block a.active{
  color: #FFFFFF;
}
.filter-block a.active span{
  background: #5C8E7E;
}

/*------------------------*/

.description-dep > img{
	width: 100%;
}
.img-desc{
	text-align: center;
}
.doc-item{
	padding-bottom: 30px;
}
.doc-item a{
  display: grid;
  grid-template-columns: 60px auto;
  column-gap: 10px;
  align-content: space-between;
  padding-bottom: 10px;
}
.doc-item p{
	margin:0
}

.doc-item a[href$=".pdf"] .icon-doc-green-file,
.doc-item a[href$=".PDF"] .icon-doc-green-file{
	background: url('/images/template/file-type/pdf-green.png') no-repeat;
	background-size: cover;
	height: 60px;
}
.doc-item a[href$=".txt"] .icon-doc-green-file,
.doc-item a[href$=".TXT"] .icon-doc-green-file{
	background: url('/images/template/file-type/txt-green.png') no-repeat;
	background-size: cover;
	height: 60px;
}
.doc-item a[href$=".doc"] .icon-doc-green-file, .doc-item a[href$=".docx"] .icon-doc-green-file,
.doc-item a[href$=".DOC"] .icon-doc-green-file, .doc-item a[href$=".DOCX"] .icon-doc-green-file{
	background: url('/images/template/file-type/doc-green.png') no-repeat;
	background-size: cover;
	height: 60px;
}
.doc-item a[href$=".rtf"] .icon-doc-green-file,
.doc-item a[href$=".RTF"] .icon-doc-green-file{
	background: url('/images/template/file-type/rtf-green.png') no-repeat;
	background-size: cover;
	height: 60px;
}
.doc-item a[href$=".ppt"] .icon-doc-green-file, .doc-item a[href$=".pptx"] .icon-doc-green-file,
.doc-item a[href$=".PPT"] .icon-doc-green-file, .doc-item a[href$=".PPTX"] .icon-doc-green-file{
	background: url('/images/template/file-type/ppt-green.png') no-repeat;
	background-size: cover;
	height: 60px;
}
.doc-item a[href$=".xls"] .icon-doc-green-file, .doc-item a[href$=".xlsx"] .icon-doc-green-file,
.doc-item a[href$=".XLS"] .icon-doc-green-file, .doc-item a[href$=".XLSX"] .icon-doc-green-file{
	background: url('/images/template/file-type/xls-green.png') no-repeat;
	background-size: cover;
	height: 60px;
}
.doc-item a[href$=".zip"] .icon-doc-green-file,
.doc-item a[href$=".ZIP"] .icon-doc-green-file{
	background: url('/images/template/file-type/zip-green.png') no-repeat;
	background-size: cover;
	height: 60px;
}
.doc-item a[href$=".rar"] .icon-doc-green-file,
.doc-item a[href$=".RAR"] .icon-doc-green-file{
	background: url('/images/template/file-type/rar-green.png') no-repeat;
	background-size: cover;
	height: 60px;
}

.doc-item .icon-doc-green-file,
.icon-doc-green-file{
	background: url('/images/template/file-type/icon-green.png') no-repeat;
	background-size: cover;
	height: 60px;
   
}
.doc-item a{
	text-decoration: none;
}
.doc-item .doc-info {
  border-top: 1px solid #DEDEDE;
  margin-top: 7px;
  padding-top: 4px;
  grid-column-end: 3;
  text-align: right;
  color: #7D7D7D;
}
.doc-item .size-doc{
  margin-left: 3em;
}

.info-sect-menu {
  font-family: 'Roboto';
  color: #2B2A29;
}
.hidden {
  display: none;
}
p.read-more{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  color: #2B2A29;
}
p.read-more span{
  background: #334F42;
  color: #FFFFFF;
  border-radius: 50%;
  padding: 8px 9px;
  margin-left: 1em;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
}
p.read-more a{
  text-decoration: none;
}
/*---PHOTOGALLERY---*/
.container-photo {
    display: flex;
    gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
}
.photo-info img {
    width: 150px;
    height: 150px;
    border-radius: 6px;
    object-fit: cover;
}

/*-------END--------*/
/* End */


/* Start:/bitrix/templates/demo2023-page/components/bitrix/system.pagenavigation/show_more_list/style.css?1701085740605*/
.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 */
/* /bitrix/templates/demo2023-page/components/bitrix/breadcrumb/bread_crumb/style.css?1705495705692 */
/* /bitrix/templates/demo2023-page/components/bitrix/catalog.section.list/menu-section-page/style.css?1699512013543 */
/* /bitrix/templates/demo2023-page/components/bitrix/news/section-item-test/bitrix/news.list/.default/style.css?17442717034614 */
/* /bitrix/templates/demo2023-page/components/bitrix/system.pagenavigation/show_more_list/style.css?1701085740605 */
