#map{
    height: 768px;
    width: 100%;
    padding: 0;
    margin: 0;
}
#map_controls{
    height: 100%;
    max-height: 768px;
}
#map_controls ul{
    list-style-type: none;
    display: block;
    overflow: auto;
    height: calc(100% - 60px);
    padding-left: 0;
}
#map_controls ul li{
    display: block;
    margin-bottom: 25px;
    cursor: pointer;
}
#map_controls ul li p.title{
    color: #2F89FC;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2; 
    margin-bottom: 10px;
}
#map_controls ul li p.desc{
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
}
#map_controls #vegasInput{
    width: 100%;
    height: 34px;
    padding: 10px;
    padding-left: 40px;
    background: #EAF6FD;
    background-image: url('/bitrix/templates/eshop_bootstrap_v4/images/icon/search.svg');
    background-position: 5px center;
    background-repeat: no-repeat;
    outline: none;
    border: none;
    margin-bottom: 25px;
}

@media (max-width: 767px){
    #map_controls{
        max-height: 450px;
        margin-bottom: 30px;
    }
    #map{
        max-height: 450px;
    }
}