

/* Start:/local/templates/.default/components/bitrix/menu/sub-nav/style.css?15519621151101*/
.sub-nav {
  padding-top: 30px; }
  .sub-nav__item {
    position: relative;
    background-color: #333;
    font-size: 12px;
    border-radius: 22px;
    background-clip: padding-box;
    padding: 0 20px;
    line-height: 40px;
    height: 40px;
    color: #fff;
    cursor: pointer;
    font-weight: 900;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 15px;
    text-decoration: none;
    margin-bottom: 10px; }
    .sub-nav__item:hover {
      background-color: #9c1019;
      color: #fff; }
    .sub-nav__item:last-child {
      margin-right: 0; }
    .sub-nav__item_root {
      position: relative;
      margin-right: 30px; }
      .sub-nav__item_root:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: -16px;
        width: 1px;
        background-color: #999; }
    .sub-nav__item_selected {
      background-color: #9c1019;
      color: #fff; }

@media (max-width: 768px) {
  .sub-nav__item {
    width: 100%;
    margin-bottom: 5px;
    text-align: center; }
  .sub-nav_root:after {
    display: none; } }

/* End */
/* /local/templates/.default/components/bitrix/menu/sub-nav/style.css?15519621151101 */
