.dacha_all_cnt {
    display:inline-block;
    width:100%;
    min-height:397px;
}
.dacha_all_map_div {
    font-family: Roboto, Tahoma, Arial, sans-serif;
    float:left;
    width:100%;
    height:397px;
}
.dacha_popup {
     width:100%;
}
.dacha_popup_header {
    padding-bottom:10px;
    color: #e47129 !important;
    font-size: 18px !important;
    font-weight:300 !important;
    display: inline-block;
    max-width:220px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow:hidden;
}
.dacha_popup_cats {
    display: inline-block;
    padding-right:5px;
    margin:0;
    width:100%;
    max-height:50px !important;
    overflow-y:scroll;
    color:#000 !important;
    font-size:13px;
    line-height:1.4;
}
.dacha_popup_cats::-webkit-scrollbar {
    width:5px;
}
.dacha_popup_cats::-webkit-scrollbar-thumb {
    background:#999999;
}
.dacha_popup_cat {
    color:#000 !important;
}
.dacha_popup_cat:hover {
    color: #e47129 !important;
}

.dacha_all_cnt .leaflet-popup-content-wrapper {
    overflow: hidden;
    padding: 0;
    min-width: 60px;
    min-height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color:#000 !important;
    font-size:13px;
    background-color:#fff;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    max-height:280px !important;
    max-width:360px !important;
    opacity:0.95;
}