.bs-nav_theme_realty {

    display: flex;
    list-style: none;
    flex-direction: row;
    padding: 0;
    margin: 0;

    .bs-nav__link {
        background-color: transparent;
        position: relative;
        text-decoration: none;
        vertical-align: top;
        white-space: nowrap;
        transition: background-color .3s ease;
        font-size: 13px;
        padding: 8px 10px;
    }
}

.bs-navbar_color_primary .bs-nav__link {
    color: #fff;
    font-weight: 700;
    border-radius: 3px;
    padding: 6px 10px;

    &.link_hovered {
        background: rgba(0,0,0,.1);
        color: inherit;
    }

    &.bs-nav__link_type_object-add {
        background: gold;
        color: #000;
        font-weight: 400;
        margin-left: 5px;
        margin-right: 5px;

        &.link_hovered, &:hover {
            background: #ffee90;
        }
    }

    .bs-nav__link_icon {
        fill: #FFF;
    }
}
