.map .street {
    font-size: 14px;
   
    line-height: 30px;
}
.map .property {
    padding: 10px 0;
}
.map .gray {
    font-weight: 400;
    color: #777;
}
.map .price {
    font-size: 16px;
}
.map .property:not(:last-child) {
    border-bottom: 1px solid #EAEAEA;
}
.map img {
    width: auto;
    height: 100px;
}
.pluso-more {
    display: none !important;
}

.header_phone{
text-align: center;
}

@media (min-width: 768px){
.footer_phone .number{
    margin: 0 -5px;
}
}

.catalog_detail .photos_thumbs .photos_thumbs_items .item img{
    height: 68px;
}


.catalog_detail .properties .property .black a{
    /*text-decoration: underline;*/
}

#content a {
    color: #0b86df;
}
.bx_filter .bx_filter_popup_result a {
    color: #fff !important;
}
#footer .areas .col-sm-4 {
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

.iframe_pay{
width: 100%;
height: auto;
min-height: 700px;
border: none;
}
#content .filter a {
    color: #FFD300;
}
#content .filter a:hover {
    border: 1px solid;
    background: #ffd300;
    color: #000;
} 
.price .sale_price {
    margin-right: 10px;
    font-size: 13px !important;
    position: relative;
    color: rgb(144, 144, 144) !important;
}
.sale_price::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: rgb(144, 144, 144);
    top: 50%;
}

.image_hover {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    overflow: hidden;
    opacity: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    transition: 0.7s;
}

.image_hover:hover {
    opacity: 1;
}

.push_plz {
    position: absolute;
    top: 33%;
    text-transform: uppercase;
    color: #ffd300;
    bottom: 0;
    left: 0;
    right: 0;
}

.see_more {
    position: absolute;
    top: 40%;
    bottom: 0;
    left: 0;
    right: 0;
}
.map a {
    background: #ff1b1b !important;
    color: #ffffff !important;
}
.map a:hover, .map a:focus {
    background: #353535 !important;
    color: #ffd300 !important;
    border: 1px solid !important;
}

#header .number .fa-viber {
    color: #7d539f;
}

#header .number .fa-whatsapp {
    color: #49c759;
}
.footer_banner {
	text-align: right;
}
@media (max-width: 767px) {
	.footer_banner {
		text-align: center;
	}
}