.map_wraper {
    width: 100%;
    border-top: 1px solid #cdcdcd;
    clear: both;
}

.map_wraper .col1 {
    width: 35%;
    box-sizing: border-box;
    float: left;
}

.map_wraper .col1 {
    height: 694px;
    overflow-y: scroll;
}




.map_wraper .col2 {
    width: 65%;
    box-sizing: border-box;
    float: left;
}

.contact_wraper .btn--blue {
    background-color: #023e84;
    border-color: #5991dc;
    color: #fff !important;
}

.contact_wraper .btn--blue:hover {
    background-color: #5991dc;
    color: #fff;
}

.search_item_info {
    padding-left: 45px;
}

.search_item_name {
    display: inline-block;
    font-weight: 600;
    margin-left: 0;
}

.search_item_icon {
    float: left;
    margin-top: unset !important;
    margin-block-start: 1em;
    padding-right: 5px;
}

#map {
    height: 694px;
}

.search_item {
    margin-right: 30px;
    padding: 15px 0;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    margin-right: 30px;
    padding: 15px 0 20px 0;
    margin-top: -1px;
}

.contact_wraper input, .contact_wraper select, .contact_wraper .contact_search {
    width: 340px;
}

#filter_form_contact {
    display: flex;
    gap: 25px;
    margin-bottom: 15px;
}