

/* Start:/bitrix/components/bitrix/breadcrumb/templates/.default/style.min.css?1628521290467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/bitrix/components/bitrix/menu/templates/sveden/style.css?17294172781523*/
ul.left-menu {
  background-color: var(--gray-40);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-top: 10px;
  position: relative;
  flex-direction: row;
  align-items: center;
}

ul.left-menu::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 2px solid var(--primary);
  box-shadow: 0 3px 6px 0 var(--secondary);
}

ul.left-menu  li {
  background: unset;
  border-bottom-width: 5px;
  border-left-width: 1px;
  border-style: solid;
  border-color: var(--gray-10);
  cursor: pointer;
  transition: all linear 0.3s;
  color: var(--default-b);
  width: 350px;
  height: 125px;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 2px;
  margin: 5px;
  text-transform: uppercase;
  font-size: 1.7rem;
  font-weight: bold;
}

ul.left-menu  li:nth-child(even) {
  background-color: var(--gray-4);
  border-color: var(--gray-4);
}

ul.left-menu  li:nth-child(odd) {
  background-color: var(--gray-10);
  border-color: var(--gray-10);
}

ul.left-menu  li.selected {
  width: 98%;
  height: 60px;
  font-size: 2.1rem;
  border-bottom-color: var(--primary);
  color: var(--primary);
  background-color: var(--default-w);
  border-top: none;
  pointer-events: none;
}

ul.left-menu  li:hover {
  border-bottom-color: var(--primary);
  color: var(--primary);
  background-color: var(--default-w);
}

ul.left-menu  li  a {
  color: inherit;
}

/* End */
/* /bitrix/components/bitrix/breadcrumb/templates/.default/style.min.css?1628521290467 */
/* /bitrix/components/bitrix/menu/templates/sveden/style.css?17294172781523 */
