

/* 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/menu/link-bottom/style.css?17701174761254*/
/*---Заголовок блока раздела---*/
.section-container-header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #D4D4D4;
	margin-bottom: 20px;
}
.section-container-header-title{
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
}
.arrow-title {
  color: #AEAEAE;
  padding: 8px;
  border: 1px solid #AEAEAE;
  border-radius: 6px;
  cursor: pointer;
}
.section-container-header-arrows{
  margin: 20px 0;
  height: 100%;
  padding: 10px 0;
}
/*-----------------------------*/
.menu-items {
  display: flex;
  gap: 10px;
  overflow: hidden;
  scroll-behavior: smooth;
  overflow-x: auto;
  /*white-space: nowrap;*/
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.menu-items::-webkit-scrollbar {
  display: none;
}
.menu-item{
  background: #3a5241;
  color: #FFFFFF;
  border-radius: 6px;
  position: relative;
  width: 360px;
  padding: 25px 20px;
  display: grid;
  align-content: center;
}
.menu-item-title > a{
  color: #FFFFFF;
  text-decoration: none;
}
.menu-item-title{
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}
@media all and (max-width: 768px){
  .menu-item{
    width: 80%;
  }
}
/* End */
/* /bitrix/templates/demo2023-page/components/bitrix/breadcrumb/bread_crumb/style.css?1705495705692 */
/* /bitrix/templates/demo2023-page/components/bitrix/menu/link-bottom/style.css?17701174761254 */
