.bs-navbar_theme_realty {

    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    height: 44px;
    padding-left: 1rem;
    padding-right: 1rem;

    &.bs-navbar_color_ligth {
        background-color: #fff;
        color: #212529;
        height: 38px;
    }

    &.bs-navbar_color_primary {
        color: rgba(255,255,255,.9);
        background-color: #465b85;
    }

    &.bs-navbar_size_m {
        padding: .4rem 1rem;
    }

    &.bs-navbar_size_l {
        padding: .6rem 1rem;
    }

    &.bs-navbar_size_xl {
        padding: .8rem 1rem;
    }

    .bs-navbar__bs-container {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .bs-navbar__bs-container-fluid {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .bs-navbar__logo {
        font-size: 0;
        display: inline-block;
        width: 150px;
        min-width: 150px;
        height: 40px;
        background: url(../../../../blocks/theme.blocks/bs-navbar/i/logo.svg) left 2px no-repeat;
        background-size: 100% auto;
        line-height: inherit;
        white-space: nowrap;
        position: relative;
    }

    .bs-navbar__link_logo {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    &.bs-navbar_color_ligth .bs-navbar__text {
        color: #353535;
        font-size: 13px;
    }
}



