div#dealers {
    padding: 0 0 40px !important;
}
ul.dealerslist {
}

.filterwh_tab .sel select {
    padding: 7px 10px;
    border: 1px solid #aaa;
    border-radius: 5px;
}

.dealerslist_item_td {
    padding: 7px 10px;
    background: #fff;
    color: #0d3c80;
    width: 50% !important;
    display: block;
}

.dealerslist_item_td * {
    color: #0d3c80 !important;
}

li.dealerslist_item {
    border-bottom: 1px solid #777 !important;
}

a.dealerslist_item_lnk {
    padding-left: 0;
}

.dealerslist_item_td {}

.dealerslist_item_tr {
    display: flex;
}

form.filterwh.filters.js-form {
    padding: 15px 20px;
}

.filterwh_tab {
    align-items: center;
}
.filterwh_tab .sel select {
    padding: 7px 10px;
    border: 1px solid #aaa;
    border-radius: 5px;
}
.filterwh{
    position: relative;
    background: #f0f0f0;
    padding: 50px 50px 70px;
}
    .filterwh_tab{
		display: flex;
		position: relative;
		width: 100%;
		justify-content: space-between;
    }
        .filterwh_tab .sel{
        }
        .filterwh_tab .sel:nth-child(2) select,.filterwh_tab .sel:nth-child(3) select{
            border-left: none;
        }
    .filterwh .catalog_item_more{
        display: block;
        margin: 10px auto 0;
}
.dealers_region {
    display: none;
    margin: 45px 0 45px 0;
}
    .dealers_region p{
        font-weight: 400;
        color: #333;
        font-size: 25px;
    }
    .dealers_region a{
        text-decoration: none;
        font: 18px 'proxima', sans-serif;
        margin-left: 20px;
    }

.dealers{
    position: relative;
    font:400 20px  'roboto',sans-serif;
    color: #333;
    margin: 33px 0;
}
    .dealers a,.dealers a:visited{
        color: #333;
        text-decoration: none;
        margin-left: 9px;
        font-size: 15px;
    }
    .dealers a:hover{
        text-decoration: underline;
    }
    .dealers span{
        font-weight: 500;
    }
.dealerslist{
    position: relative;
    list-style: none;
    margin-bottom: 75px;
}
    .dealerslist_item{
        display: block;
        width: 100%;
        position: relative;
        line-height: 49px;
        border-bottom: 1px solid #707070;
    }
    .dealerslist_item:last-child{
        border: none;
    }
    .dealerslist_item_td{
        vertical-align: middle;
        display: table-cell;
        width: 19%;
        position: relative;
    }
    .dealerslist_item_tr{
        background: #515151;
    }
    .dealerslist_item.open .dealerslist_item_tr{
        background: #04a35b;
    }
    .dealerslist_item_td.mini{
        width: 2%;
    }
    .dealerslist_item_td.small{
        width: 10%;
    }
    .dealerslist_item_td.half{
        width: 63%;
        vertical-align: top;
    }
    .dealerslist_item_td.half:after{
        width: 0;
    }
        .dealerslist_item_name{
            color: #fff;
            font-weight: 300;
            font-size: 15px;
            padding-left: 32px;
            line-height: 1.3em;
        }
        a.dealerslist_item_lnk{
            color: #72a3ed;
            padding-left: 32px;
            font-size: 15px;
            display: block;
            line-height: 1.3em;
        }
        a.dealerslist_item_lnk:hover{
            text-decoration: underline;
        }
        .dealerslist_item.open a.dealerslist_item_lnk{
            color: #fff;
        }
            .dealerslist_item.open .dealerslist_item_td:after{
                background: #fff;
            }
            .dealerslist_item.open .dealerslist_item_btn{
                background-position:   right top;
            }
        .dealerslist_item_btn{
            display: inline-block;
            cursor: pointer;
            border: none;
            position: relative;
            background: url(../images/icons/where.png) left top no-repeat;
            width: 34px;
            height: 34px;
            text-indent: -9999px;
            overflow: hidden;
            vertical-align: middle;
        }
        .dealerslist_item_btn.open{
            background-position:   right top;
        }
    .dealerslist_item_det{
        position: relative;
        padding: 14px;
        display: none;
        background: #fff;
        border: 1px solid #d7d7d7;
        line-height: 1.4em;
    }
.mapp{
    width: 95%;
}
.dealerslist_item_ttl{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 23px;
}
.dealerslist_item_ttl.mod{
    margin-top: 18px;
    margin-bottom: 9px;
}