

/* 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_line/style.css?17343613862867*/
@media screen and (max-width: 999px) {
  ul.left-menu {
    flex-direction: column;
    align-items: flex-start;
    height: fit-content;
    overflow-y: visible;
    overflow-x: hidden;
  }
  ul.left-menu li {
    width: 99%;
  }
  ul.left-menu li._mobile {
    position: sticky;
    bottom: 0;
    left: 0;
    display: flex;
    font-variant: small-caps;
    text-transform: lowercase;
  }
  ul.left-menu:not(.opened) li._mobile span:nth-child(2) {
    display: none;
  }
  ul.left-menu.opened li._mobile span:nth-child(1) {
    display: none;
  }
  ul.left-menu li._mobile::after {
    content: "\25BC";
    width: 60px;
    height: 15px;
    line-height: 15px;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--gray-40);
    border-radius: 20px;
  }
  ul.left-menu.opened li._mobile::after {
    transform: translateX(-50%) rotate(180deg);
  }
  ul.left-menu:not(.opened) li:not(._mobile):not(.selected) {
    opacity: 0;
    display: none;
    transition: all 0.3s linear allow-discrete;
  }
  ul.left-menu.opened li:not(._mobile):not(.selected) {
    opacity: 1;
    display: flex;
  }
}

@media screen and (min-width: 1000px) {
  ul.left-menu {
    flex-direction: row;
    align-items: center;
  }
  ul.left-menu li._mobile {
    display: none;
  }
}

ul.left-menu {
  background-color: var(--gray-10);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 10px;
  position: relative;
}

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::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 2px solid var(--gray-40);
  box-shadow: 0 -3px 6px 0 var(--secondary);
}

ul.left-menu li {
  background: unset;
  border-bottom-width: 3px;
  border-left-width: 1px;
  border-style: solid;
  border-color: transparent;
  cursor: pointer;
  transition: all linear 0.3s;
  color: var(--default-b);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  text-align: center;
  align-items: center;
  margin: 0 10px 5px 0;
  font-size: 1.6rem;
}

ul.left-menu li.selected {
  border-bottom-color: var(--primary);
  color: var(--primary);
  border-top: none;
  pointer-events: none;
  font-weight: bold;
}

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

ul.left-menu li a {
  all: unset;
  color: inherit;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 2px 10px;
}
ul.left-menu li a::after,
a::before {
  all: unset;
}
ul.left-menu li a:hover,
a:active,
a:visited {
  user-select: none;
  text-decoration: none;
}

/* End */
/* /bitrix/components/bitrix/breadcrumb/templates/.default/style.min.css?1628521290467 */
/* /bitrix/components/bitrix/menu/templates/sveden_line/style.css?17343613862867 */
