*, ::after, ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.page_theme_realty {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: #212529;
  background-color: #f5f5f5;
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  min-width: 920px; }

.bs-container {
  min-width: 960px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 992px) {
    .bs-container {
      max-width: 960px; } }

@media (min-width: 1200px) {
    .bs-container {
      max-width: 1140px; } }

.bs-navbar_theme_realty {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 44px;
  padding-left: 1rem;
  padding-right: 1rem; }

.bs-navbar_theme_realty.bs-navbar_color_ligth {
    background-color: #fff;
    color: #212529; }

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

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

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

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

.bs-navbar_theme_realty .bs-navbar__bs-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.bs-navbar_theme_realty .bs-navbar__bs-container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.bs-navbar_theme_realty .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_theme_realty .bs-navbar__link_logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.link {
    -ms-touch-action: manipulation;
        touch-action: manipulation;
}

.link_disabled {
        pointer-events: none;
    }

.bs-nav_theme_realty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0;
  margin: 0; }

.bs-nav_theme_realty .bs-nav__link {
    background-color: transparent;
    position: relative;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    -webkit-transition: background-color .3s ease;
    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; }

.bs-navbar_color_primary .bs-nav__link.link_hovered {
    background: rgba(0, 0, 0, 0.1);
    color: inherit; }

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

.popup {
    position: absolute;
}

.z-index-group_level_0 {
        z-index: 1000;
    }

.z-index-group_level_1 {
        z-index: 2000;
    }

.z-index-group_level_2 {
        z-index: 3000;
    }

.z-index-group_level_3 {
        z-index: 4000;
    }

.z-index-group_level_4 {
        z-index: 5000;
    }

.z-index-group_level_5 {
        z-index: 6000;
    }

.z-index-group_level_6 {
        z-index: 7000;
    }

.z-index-group_level_7 {
        z-index: 8000;
    }

.z-index-group_level_8 {
        z-index: 9000;
    }

.z-index-group_level_9 {
        z-index: 10000;
    }

.icon {
    display: inline-block;

    text-align: center;

    background: 50% no-repeat;
}

/* Hack for correct baseline positioning */

.icon:empty:after {
        visibility: hidden;

        content: '\00A0';
    }

/*
     * Чтобы иконка правильно позиционировалась внутри блочного контекста,
     * нужно прописать родителю свойство line-height со значением, равным высоте иконки
     */

.icon > img,
    .icon > svg {
        margin: -5.15em 0 -5em; /* 0.15 — magic number, empirically found */

        vertical-align: middle;
    }

.input {
    -ms-touch-action: manipulation;
        touch-action: manipulation;
}

.button {
    -ms-touch-action: manipulation;
        touch-action: manipulation;
}