

/* 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/news.list/municipal_services/style.css?17701193482315*/
h1{
	font-weight: 700;
	font-size: 35px;
	line-height: 43px;
}
h3{
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
}
@media (max-width: 768px) {
	h1{
		font-size: 20px;
		line-height: 24px;
	}
	h3{
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
	}
}

.news-item{
	padding: 10px 0;
}
.box-menu{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px,1fr));
  grid-gap: 5px 10px;
  padding: 0;
}
.box-menu-item{
  background: #efefef; 
  border-radius: 6px;
  padding: 20px 35px;
  list-style: none;
	display: grid;
	grid-template-columns: 40px auto;
    grid-column-gap: 35px;
	align-items: center;
}
.box-menu-item h2{
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
	color: #2B2A29;
	margin: 0;
}
.box-menu-item /*> div*/ > a{
  font-weight: 600;
  color: #2B2A29;
  text-decoration: none;
}
@media all and (max-width: 576px){
	.box-menu {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
	}
}

/*---Спойлер---*/

.open-menu-button[type='checkbox'] {
	display: none;
}
.open-menu > .open-menu-button ~ .open-menu-body {
	transform-origin: top center;
	transition: all .3s;
}
.open-menu > .open-menu-button:not(:checked) ~ .open-menu-body {
	opacity: 0;
	max-height: 0;
	transform: scaleY(0);
	overflow: hidden;
}
.open-menu > .open-menu-button:checked ~ .open-menu-body {
	opacity: 1;
	transform: scaleY(1);
	overflow: auto;
}
.open-menu > .open-menu-button:not(:checked) ~ label .arrow-open-menu:after { 
	content: "\22C1";
}
.open-menu > .open-menu-button:checked ~ label .arrow-open-menu:after { 
	content: "\22C0";
}
/*--------------------------------------*/
.spoiler-menu details.open-menu-button{
	overflow:hidden;
	padding-bottom:8px;
}
summary {
	outline: none;
	list-style: none;
	cursor: pointer;
}
summary::marker,
summary::-webkit-details-marker {
	display: none
}
summary::-moz-list-bullet{
	list-style-type:none;
}
details > summary .arrow-open-menu:after {  
	position: relative;
	display: inline-block;
	content: "";
	width: 14px;
	height: 22px;
	background: url("/images/template/demo23/arrow-bottom-black.png") no-repeat;
	background-position: 0 50%;  
	transition: transform .5s;
	vertical-align: middle;
	margin-left: 12px;
}
details[open] > summary .arrow-open-menu:after {
	transform: rotate(180deg);
}

/* End */
/* /bitrix/templates/demo2023-page/components/bitrix/breadcrumb/bread_crumb/style.css?1705495705692 */
/* /bitrix/templates/demo2023-page/components/bitrix/news.list/municipal_services/style.css?17701193482315 */
