.nb-page {
    padding-bottom: 10px;
}
.nb-crumbs {
    background: none;
    padding-left: 0;
    margin: 18px 0 22px;
    font-size: 13px;
}

.nb-band {
    background-color: #0d2340;
    background-image: -webkit-linear-gradient(315deg, rgba(13, 35, 64, 0.94) 0%, rgba(13, 35, 64, 0.86) 45%, rgba(16, 42, 74, 0.66) 100%),
                      url('/static/css/cobrands/fdc/img/neighborhood-landing-6191b6dd4e32a1d43090dfda78486206.jpg');
    background-image: linear-gradient(100deg, rgba(13, 35, 64, 0.94) 0%, rgba(13, 35, 64, 0.86) 45%, rgba(16, 42, 74, 0.66) 100%),
                      url('/static/css/cobrands/fdc/img/neighborhood-landing-6191b6dd4e32a1d43090dfda78486206.jpg');
    background-size: auto, cover;
    background-position: center center, center 38%;
    background-repeat: no-repeat, no-repeat;
    border-bottom: 3px solid #15b4e9;
    padding: 34px 0 28px;
}

.nb-band--state {
    background-image: -webkit-linear-gradient(315deg, rgba(13, 35, 64, 0.94) 0%, rgba(13, 35, 64, 0.86) 45%, rgba(16, 42, 74, 0.66) 100%),
                      url('/static/css/cobrands/fdc/img/suburban-neighborhood-aerial-d4f8417687ef505baf9c5707efdef177.jpg');
    background-image: linear-gradient(100deg, rgba(13, 35, 64, 0.94) 0%, rgba(13, 35, 64, 0.86) 45%, rgba(16, 42, 74, 0.66) 100%),
                      url('/static/css/cobrands/fdc/img/suburban-neighborhood-aerial-d4f8417687ef505baf9c5707efdef177.jpg');
}

.nb-band--city,
.nb-band--hood {
    background-image: -webkit-linear-gradient(315deg, rgba(13, 35, 64, 0.94) 0%, rgba(13, 35, 64, 0.86) 45%, rgba(16, 42, 74, 0.66) 100%),
                      url('/static/css/cobrands/fdc/img/residential-cul-de-sac-aerial-6bd0da0aac93cfb9d49e089d5b27de88.jpg');
    background-image: linear-gradient(100deg, rgba(13, 35, 64, 0.94) 0%, rgba(13, 35, 64, 0.86) 45%, rgba(16, 42, 74, 0.66) 100%),
                      url('/static/css/cobrands/fdc/img/residential-cul-de-sac-aerial-6bd0da0aac93cfb9d49e089d5b27de88.jpg');
}

.nb-band__eyebrow {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #15b4e9;
    margin: 0 0 6px;
}

.nb-band__title {
    font-size: 36px;
    line-height: 1.15;
    color: #fff;
    margin: 0 0 8px;
    letter-spacing: -0.5px;
}

.nb-band__sub {
    color: rgba(255, 255, 255, 0.78);
    font-size: 15px;
    line-height: 1.6;
    max-width: 560px;
    margin-bottom: 20px;
}

.nb-stats {
    list-style: none;
    margin: 26px 0 0;
    padding: 18px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.nb-stats li {
    margin-right: 52px;
}

.nb-stats li:last-child {
    margin-right: 0;
}

.nb-stats__n {
    display: block;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.1;
    color: #15b4e9;
    font-variant-numeric: tabular-nums;
}

.nb-stats__l {
    display: block;
    font-size: 12px;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.62);
    margin-top: 3px;
}

.nb-map {
    height: 460px;
    width: 100%;
    background: #e8edf2;
    position: relative;
}

.nb-map--focused {
    height: 560px;
}

.nb-map-caption {
    background: #f5f8fc;
    border-bottom: 1px solid #e4eaf2;
    padding: 10px 0;
    font-size: 13px;
    color: #6b7c93;
}

.nb-map-caption .glyphicon {
    color: #15b4e9;
    margin-right: 6px;
    font-size: 12px;
}

.nb-map__dot {
    cursor: pointer;
    -webkit-transition: fill .12s ease;
    transition: fill .12s ease;
}

.nb-map .leaflet-label {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    background: #0d2340;
    border: 0;
    border-radius: 4px;
    box-shadow: none;
    padding: 4px 9px;
}

.nb-map .leaflet-label:before,
.nb-map .leaflet-label-right:before {
    border-right-color: #0d2340;
}

.nb-map .leaflet-label-left:after {
    border-left-color: #0d2340;
}

.nb-regions {
    margin-bottom: 10px;
}

.nb-region {
    margin-bottom: 24px;
}

.nb-region__list {
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 18px;
    -moz-column-gap: 18px;
    column-gap: 18px;
}

.nb-region__list li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.nb-region__list a {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px;
    padding: 7px 2px;
    border-bottom: 1px solid #e4eaf2;
    color: #1a2b45;
    font-size: 14px;
    text-decoration: none;
    transition: color .15s ease;
}

.nb-region__list a:hover,
.nb-region__list a:focus {
    color: #15b4e9;
    text-decoration: none;
}

.nb-region__name {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nb-region__count {
    flex-shrink: 0;
    font-size: 12px;
    color: #6b7c93;
    font-variant-numeric: tabular-nums;
}

.nb-cities,
.nb-hoods {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.nb-cities > [class*="col-"],
.nb-hoods > [class*="col-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.nb-cities .bf-city-card,
.nb-hoods .bf-city-card {
    width: 100%;
}

.nb-cities {
    margin-bottom: 22px;
}

.nb-city-card__name {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nb-city-card__meta {
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 9px;
    font-size: 12px;
    font-weight: 400;
    color: #6b7c93;
    font-variant-numeric: tabular-nums;
    margin-left: 12px;
}

.nb-hoods {
    margin-bottom: 26px;
}

.nb-hood-card__name {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nb-hood-card__count {
    flex-shrink: 0;
    min-width: 30px;
    margin-left: 12px;
    padding: 1px 8px;
    border-radius: 10px;
    background: #e8f6fd;
    color: #0f7ba6;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    font-variant-numeric: tabular-nums;
}

.nb-hood-card:hover .nb-hood-card__count,
.nb-hood-card:focus .nb-hood-card__count {
    background: #15b4e9;
    color: #fff;
}

.nb-map__area {
    cursor: pointer;
}

.nb-rest {
    margin-bottom: 30px;
}

.nb-rest__toggle {
    display: block;
    width: 100%;
    text-align: left;
    padding: 12px 16px;
    background: #f5f8fc;
    border: 1px solid #e4eaf2;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #0d2340;
}

.nb-rest__toggle:hover,
.nb-rest__toggle:focus {
    background: #eef3f9;
}

.nb-rest__toggle .glyphicon {
    font-size: 11px;
    color: #15b4e9;
    margin-right: 9px;
}

.nb-rest__list {
    display: none;
    padding: 16px 4px 0;
}

.nb-rest__list.is-open {
    display: block;
}

.nb-rest__list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.nb-rest__list li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    padding: 4px 0;
}

.nb-rest__list a {
    font-size: 13px;
    color: #6b7c93;
}

.nb-rest__list a:hover,
.nb-rest__list a:focus {
    color: #15b4e9;
}

.nb-listings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 26px;
}

.nb-listings > [class*="col-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 767px) {
    .nb-listings > [class*="col-"],
    .nb-cities > [class*="col-"],
    .nb-hoods > [class*="col-"] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.nb-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-bottom: 22px;
    background: #fff;
    border: 1px solid #e4eaf2;
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
    -webkit-transition: box-shadow .18s ease, border-color .18s ease, -webkit-transform .18s ease;
    transition: box-shadow .18s ease, border-color .18s ease, transform .18s ease;
}

.nb-card:hover,
.nb-card:focus {
    text-decoration: none;
    border-color: #cfe0ee;
    box-shadow: 0 8px 24px rgba(13, 35, 64, 0.14);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.nb-card__media {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 75%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #e8edf2;
    overflow: hidden;
}

.nb-card__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    -webkit-transition: -webkit-transform .35s ease;
    transition: transform .35s ease;
}

.nb-card:hover .nb-card__img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}

.nb-card__badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    padding: 4px 10px;
    border-radius: 4px;
    background: #0d2340;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1.5;
    white-space: nowrap;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}

.nb-card__badge--pre     { background: #1190ba; }
.nb-card__badge--auction { background: #f55a53; }
.nb-card__badge--other   { background: #15b4e9; }

.nb-card__photos {
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 2;
    padding: 3px 8px;
    border-radius: 4px;
    background: rgba(13, 35, 64, 0.78);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.5;
}

.nb-card__photos i {
    font-size: 10px;
    margin-right: 3px;
}

.nb-card__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 13px 16px 15px;
}

.nb-card__price {
    display: block;
    min-height: 27px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    color: #1a2b45;
    font-variant-numeric: tabular-nums;
}

.nb-card__pricenote {
    font-size: 11px;
    font-weight: 700;
    color: #6b7c93;
    margin-left: 6px;
    letter-spacing: .06em;
}

.nb-card__noprice {
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.55;
    color: #6b7c93;
}

.nb-card__addr {
    display: block;
    min-height: 40px;
    margin-top: 7px;
    font-size: 14px;
    line-height: 1.4;
    color: #3d4f66;
}

.nb-card__street {
    display: block;
    font-weight: 600;
    color: #1a2b45;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nb-card:hover .nb-card__street,
.nb-card:focus .nb-card__street {
    color: #1190ba;
}

.nb-card__place {
    display: block;
    color: #6b7c93;
    font-size: 13px;
}

.nb-card__specs {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    column-gap: 9px;
    row-gap: 1px;
    min-height: 22px;
    margin-top: auto;
    padding-top: 10px;
    border-top: 1px solid #f0f3f7;
    font-size: 13px;
    color: #6b7c93;
    line-height: 1.6;
}

.nb-card__specs--empty {
    min-height: 0;
    padding-top: 0;
    border-top: none;
}

.nb-card__type {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .05em;
    color: #3d4f66;
}

.nb-card__figures {
    display: flex;
    align-items: baseline;
    white-space: nowrap;
}

.nb-card__spec {
    margin-left: 9px;
    padding-left: 9px;
    border-left: 1px solid #dfe6ef;
    white-space: nowrap;
}

.nb-card__figures > .nb-card__spec:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
}

.nb-card__spec b {
    color: #15b4e9;
    font-weight: 700;
}

.nb-card__spec i {
    color: #8fa0b4;
    font-size: 12px;
    margin-left: 2px;
}

.nb-card__extra {
    display: block;
    min-height: 20px;
    margin-top: 7px;
    font-size: 12px;
    color: #6b7c93;
    line-height: 1.7;
}

.nb-card__extraitem + .nb-card__extraitem {
    margin-left: 8px;
    padding-left: 8px;
    border-left: 1px solid #dfe6ef;
}

.nb-card__extraitem b {
    color: #1a2b45;
    font-weight: 700;
}

.nb-card__extraitem--auction b {
    color: #d8443d;
}

.nb-card__extraitem--auction i {
    color: #f55a53;
    margin-right: 3px;
}

@media (prefers-reduced-motion: reduce) {
    .nb-card,
    .nb-card__img {
        -webkit-transition: none;
        transition: none;
    }
    .nb-card:hover {
        -webkit-transform: none;
        transform: none;
    }
    .nb-card:hover .nb-card__img {
        -webkit-transform: none;
        transform: none;
    }
}

.nb-elsewhere {
    margin-bottom: 8px;
}

.nb-elsewhere__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nb-elsewhere__list li + li {
    margin-top: 2px;
}

.nb-elsewhere__list a {
    display: block;
    padding: 8px 0;
    font-size: 14px;
    color: #1a2b45;
    text-decoration: none;
    border-bottom: 1px solid #e4eaf2;
}

.nb-elsewhere__list li:last-child a {
    border-bottom: none;
}

.nb-elsewhere__list a:hover,
.nb-elsewhere__list a:focus {
    color: #15b4e9;
    text-decoration: none;
}

.nb-elsewhere__list .glyphicon {
    color: #15b4e9;
    font-size: 12px;
    margin-right: 9px;
}

.nb-note {
    border-top: 2px solid #f0f3f7;
    padding-top: 20px;
    margin-bottom: 34px;
}

.nb-note p {
    font-size: 14px;
    line-height: 1.7;
    color: #6b7c93;
    max-width: 760px;
    margin: 0;
}

.nb-empty {
    background: #f5f8fc;
    border: 1px solid #e4eaf2;
    border-left: 3px solid #f55a53;
    border-radius: 8px;
    padding: 20px 22px;
    margin: 10px 0 40px;
}

.nb-empty p {
    font-size: 15px;
    color: #3d4f66;
    margin: 0 0 6px;
}

.nb-empty p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .nb-map,
    .nb-map--focused {
        height: 320px;
    }

    .nb-rest__list ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .nb-region__list {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .nb-band {
        padding: 26px 0 22px;
        background-image: -webkit-linear-gradient(315deg, rgba(13, 35, 64, 0.93) 0%, rgba(13, 35, 64, 0.9) 100%),
                          url('/static/css/cobrands/fdc/img/neighborhood-landing-6191b6dd4e32a1d43090dfda78486206.jpg');
        background-image: linear-gradient(135deg, rgba(13, 35, 64, 0.93) 0%, rgba(13, 35, 64, 0.9) 100%),
                          url('/static/css/cobrands/fdc/img/neighborhood-landing-6191b6dd4e32a1d43090dfda78486206.jpg');
    }

    .nb-band__title {
        font-size: 27px;
    }

    .nb-stats li {
        margin-right: 30px;
    }

    .nb-stats__n {
        font-size: 22px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .nb-map__dot {
        -webkit-transition: none;
        transition: none;
    }
}

.nb-pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 6px;
    margin: 4px 0 30px;
    padding-top: 18px;
    border-top: 1px solid #e4eaf2;
}

.nb-pager__step {
    padding: 7px 13px;
    border: 1px solid #e4eaf2;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #1a2b45;
    text-decoration: none;
    white-space: nowrap;
}

.nb-pager__step:hover,
.nb-pager__step:focus {
    border-color: #15b4e9;
    color: #15b4e9;
    text-decoration: none;
}

.nb-pager__step.is-off {
    color: #b8c3d1;
    border-color: #f0f3f7;
}

.nb-pager__step .glyphicon {
    font-size: 10px;
}

.nb-pager__pages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4px;
    margin: 0 6px;
}

.nb-pager__page {
    min-width: 34px;
    padding: 7px 8px;
    border-radius: 6px;
    font-size: 13px;
    text-align: center;
    color: #1a2b45;
    text-decoration: none;
    font-variant-numeric: tabular-nums;
}

.nb-pager__page:hover,
.nb-pager__page:focus {
    background: #f5f8fc;
    color: #15b4e9;
    text-decoration: none;
}

.nb-pager__page.is-current {
    background: #0d2340;
    color: #fff;
    font-weight: 700;
}

.nb-slab {
    margin: 36px 0 34px;
    padding: 46px 0 48px;
    background-color: #0b1c33;
    background-image: -webkit-linear-gradient(290deg, #0b1c33 0%, #102a4b 100%);
    background-image: linear-gradient(160deg, #0b1c33 0%, #102a4b 100%);
    border-top: 3px solid #15b4e9;
}

.nb-slab .bf-section-title {
    color: #ffffff;
}

.nb-slab .bf-section-sub {
    color: rgba(255, 255, 255, 0.62);
    font-weight: 400;
    max-width: 700px;
}

.nb-facts,
.nb-around {
    margin: 0;
}

.nb-facts__sheet {
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.035);
    overflow: hidden;
}

.nb-fact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.nb-fact:first-child {
    border-top: none;
}

.nb-fact__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: rgba(21, 180, 233, 0.14);
    color: #3fc9f5;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
}

.nb-fact__icon .glyphicon {
    font-size: 16px;
    vertical-align: -2px;
}

.nb-fact--risk .nb-fact__icon {
    background: rgba(245, 90, 83, 0.15);
    color: #ff8b85;
}

.nb-fact__body {
    display: block;
    min-width: 0;
}

.nb-fact__label {
    display: block;
    margin: 3px 0 9px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.56);
}

.nb-fact__chips {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 6px;
}

.nb-chip {
    display: inline-block;
    padding: 5px 11px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.06);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;
    color: #e7eef7;
}

.nb-chip--risk {
    border-color: rgba(245, 90, 83, 0.36);
    background: rgba(245, 90, 83, 0.14);
    color: #ff958f;
}

.nb-facts__foot {
    margin: 14px 0 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.56);
    max-width: 640px;
}

.nb-around__col {
    margin-bottom: 14px;
}

.nb-around__label {
    margin: 0 0 2px;
    padding-bottom: 9px;
    border-bottom: 2px solid #15b4e9;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: #ffffff;
}

.nb-around__label i {
    color: #3fc9f5;
    margin-right: 7px;
    font-size: 13px;
}

.nb-around__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nb-around__list li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    color: #d9e3ef;
}

.nb-around__list li:last-child {
    border-bottom: none;
}

@media (max-width: 767px) {
    .nb-facts__sheet {
        border-radius: 8px;
    }

    .nb-fact {
        gap: 11px;
        padding: 13px 13px;
    }

    .nb-fact__icon {
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 14px;
    }

    .nb-fact__icon .glyphicon {
        font-size: 14px;
    }

    .nb-fact__chips {
        display: block;
    }

    .nb-chip,
    .nb-chip--risk {
        display: inline;
        padding: 0;
        border: none;
        background: none;
        font-size: 13.5px;
        line-height: 1.6;
    }

    .nb-chip:not(:last-child):after {
        content: " \00b7 ";
        color: rgba(255, 255, 255, 0.34);
    }

    .nb-slab {
        margin: 28px 0 26px;
        padding: 34px 0 36px;
    }

    .nb-around__col + .nb-around__col {
        margin-top: 6px;
    }

    .nb-around__list li {
        padding: 7px 0;
        font-size: 13.5px;
    }
}

.nb-market {
    margin: 4px 0 38px;
}

.nb-market > .bf-section-sub {
    max-width: 760px;
}

.nb-market__stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}

.nb-market__stat {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 190px;
    flex: 1 1 190px;
    padding: 16px 18px;
    border: 1px solid #e4eaf2;
    border-radius: 10px;
    background: #fff;
}

.nb-market__label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #6b7c93;
}

.nb-market__figure {
    display: block;
    margin-top: 6px;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.15;
    color: #0d2340;
    font-variant-numeric: tabular-nums;
}

.nb-market__unit {
    font-size: 14px;
    font-weight: 600;
    color: #6b7c93;
}

.nb-market__figure--up    { color: #1190ba; }
.nb-market__figure--down  { color: #f55a53; }
.nb-market__figure--flat  { color: #6b7c93; }

.nb-market__arrow {
    font-size: 21px;
    line-height: 1;
}

.nb-market__range {
    margin-top: 12px;
    padding: 18px 20px 14px;
    border: 1px solid #e4eaf2;
    border-radius: 10px;
    background: #fff;
}

.nb-market__track {
    position: relative;
    height: 6px;
    margin: 16px 0 0;
    border-radius: 3px;
    background: -webkit-linear-gradient(left, #d7e6f2, #15b4e9);
    background: linear-gradient(to right, #d7e6f2, #15b4e9);
}

.nb-market__marker {
    position: absolute;
    top: 50%;
    width: 14px;
    height: 14px;
    margin: -7px 0 0 -7px;
    border: 3px solid #0d2340;
    border-radius: 50%;
    background: #fff;
}

.nb-market__ends {
    position: relative;
    height: 42px;
    margin-top: 9px;
}

.nb-market__end {
    position: absolute;
    top: 0;
    font-size: 14px;
    line-height: 1.3;
    white-space: nowrap;
    color: #1a2b45;
}

.nb-market__end b {
    display: block;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
}

.nb-market__endlabel {
    display: block;
    font-size: 11px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #6b7c93;
}

.nb-market__end--top {
    right: 0;
    text-align: right;
}

.nb-market__end--mid {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    color: #0d2340;
}

.nb-market__end--mid .nb-market__endlabel {
    color: #1190ba;
    font-weight: 700;
}

@media (max-width: 600px) {
    .nb-market__figure {
        font-size: 23px;
    }

    .nb-market__track {
        display: none;
    }

    .nb-market__ends {
        height: auto;
    }

    .nb-market__end,
    .nb-market__end--mid,
    .nb-market__end--top {
        position: static;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        gap: 10px;
        padding: 8px 0;
        border-bottom: 1px solid #eef2f7;
        text-align: left;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .nb-market__end--top {
        border-bottom: none;
    }

    .nb-market__end b {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.nb-nearby {
    margin: 4px 0 34px;
}

.nb-nearby > .bf-section-sub {
    max-width: 760px;
}
