.header_theme_realty {
    flex: 0 0 auto;

    .header__bs-navbar_white .bs-nav__item {
        display: flex;

        .bs-nav__link:visited {
            color: inherit;
        }

        .bs-nav__link {
            line-height: 38px;
            color: #212529;
            padding-top: 0;
            padding-bottom: 0;
        }

        .bs-nav__link.link_hovered,
        .bs-nav__link:hover {
            background: rgba(0,0,0,.1);
        }

        .bs-nav__icon {
            fill: #e45723;

            &.icon_glyph_location-arrow {
                fill: #157ee1;
            }
        }

    }
}


