.pricetag {
    background-color: #936E50;
    padding: 2px;
}

.oeibSmall {
    position: absolute;
    background: #fff;
    cursor: default;
    z-index: 1051;
   width: 290px;
}
.infoW {
    font-family: 'open_sansregular', sans-serif, Arial;
    color: #333;
    padding: 0 1px;
}
.propImg {
    position: relative;
}
.propBg {
    position: absolute;
    z-index: 2;
    height: 40px;
    left: 0;
    bottom: 0;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
}
.paWrapper {
    padding: 5px 10px 0;
}
ul.propFeat {
    list-style-type: none;
    margin: 0;
    padding: 10px 10px 0 10px;
}
.infoButtons {
    padding: 10px;
}
#map-result-loader {
    position: absolute !important;
    bottom: 15%;
}
.propPrice {
    position: absolute;
    left: 10px;
    bottom: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    line-height: 12px;
    z-index: 3;
}
.propType {
    background-color: #ffffff;
    font-size: 10px;
    line-height: 11px;
    color: #0e0608;
    padding: 2px 4px;
    border-radius: 2px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    text-transform: uppercase;
    z-index: 3;
}
.btn-gray {
    background-color: #999;
    color: #fff;
}
.propTitle {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
}
.propAddress {
    white-space: nowrap;
    overflow: hidden;
    color: #999;
    font-size: 11px;
    line-height: 11px;
}

.popup-content {
    font-size: 12px;
}
.popup-content__pic-wrap {
    max-width: 121px;
    min-height: 110px;
}
.popup-content__txt {
    max-width: calc(100% - 121px);
    padding: 12px 6px 6px 15px;
}
.popup-content__title {
    margin-bottom: 15px;
}
.popup-content__add-info {
}
.popup-content__price {
    margin-bottom: 5px;
}
.popup-content__item {
    padding: 0 4px 0 0;
    margin: 0 4px 4px 0;
}
.popup-content__item:after {
    right: -2px;
    height: 80%;
    margin: auto;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(255, 255, 255, 0.15);
}
.popup-content__item:last-child {
    margin: 0;
    padding: 0;
}

.popup-content__row,
.color-6 {
    color: rgba(255, 255, 255, 0.6);
}
.after-el:after,
.before-el:before,
.marker-2:after,
.popup-content__item:after,
.breadcrumbs__item:not(:last-child):after {
    content: "";
    position: absolute;
}
.color-4,
.popup-content__price,
.popup-content__title {
    color: var(--3-color);
}
.hero__col-1-item:last-child:after,
.hero__slide-item:last-child:after,
.popup-content__item:last-child:after {
    content: none;
}
.mapboxgl-popup-content {
    position: relative;
    background: var(--12-color);
    border-radius: 4px;
    padding: 0;
    pointer-events: auto;
    overflow: hidden;
}