.poi .b-intro__description {
    border-top: 1px solid #e0e1e2;
    padding-top: 28px;
    margin-top: 0px;
}

.acreal-item__half {
    padding-right: 30px;
}

.b-map__acreal-filter {
    padding:1.55rem 3rem 3rem;
}

.acreal__address {
    line-height: 1.875rem;
    color: #000;
    border-bottom: 1px dashed #000;
    transition: all .15s ease;
}

.acreal__address:hover {
    opacity: .6;
    border-color: rgba(0,0,0,.6);
}

@media screen and (max-width: 1000px) {
    .acreal__address {
        font-size: 18px;
        border-bottom: 0;
    }
}

@media screen and (max-width: 1000px) {
    .acreal__address {
        display: inline;
        line-height: 1.6666;
    }
}

.acreal__subway {
    margin-top: 22px;
}

.acreal-search__inner:after {
    background: none;
    height: 6.15rem;
}

.acreal__input_container {
    height: 0px;
    background: none;
}

.acreal__input_container:after {
    background: none;
}

@media screen and (max-width: 1000px){
    .b-map-search .button-invert {
        top: 37px;
    }

    .b-switch-m--map {
        top: 15px;
    }

    .b-map-search__inner:after {
        height: 74px;
    }
}
