label.checkbox{
	display: block;
	overflow: hidden;
	margin-bottom: 5px;
}

.isGroup {
    cursor:pointer;
}
.dilerItem {
    width:100%;
}
.dilerItem.isGroup {
    background: #eee;
}

.bannerBlock{
	float: right;
	width: calc(33.33333% - 14px);
	position: relative;
	z-index: 100;
	margin-top: 25px;
}
.bannerBlock-mob{
	display: none;
	float: none;
}
.bannerBlock img,
.bannerBlock-mob img{
	width: auto;
	height: auto;
}
@media(max-width: 1200px){
	.bannerBlock-mob{
		display: block;
	}
	.bannerBlock{
		display: none;
	}
}

#city_checkboxes{
	padding-right: 30px;
	
}
#city_checkboxes .list{
	max-height: 490px;
	background: white;
	overflow: hidden;
	overflow-y: auto;
}
#city_checkboxes .list::-webkit-scrollbar {
    width: 10px;
    top: 10px;
}
#city_checkboxes .list::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 20px;
}
#city_checkboxes .list::-webkit-scrollbar-thumb {
    
    border-radius: 20px;
    background-color: lightgrey;
}
#city_checkboxes .alphabet{
	position: absolute;
	top: 15px;
	right: 10px;
}
#city_checkboxes .alphabet span{
	display: block;
	text-align: center;
	color: lightgrey;
	font-size: 12px;
}
#city_checkboxes .alphabet span.active{
	color: var(--bwt-dark-blue);
	transition: .4s;
	cursor: pointer;
}
#city_checkboxes .alphabet span.active:hover{
	color: var(--bwt-pink);
}
#city_checkboxes .city_search input{
	max-width: 90%;
	margin-bottom: 10px;
	font-size: 12px;
}
.isGroup_arrow{
	transform:rotate(-90deg);
	margin-left: 20px;
	transition: .4s;
}
.dealers__item.notfound{
	display: none !important;
}

.dealers__direction {
	display: flex;
	flex-flow: wrap;
}

.direction_item {
	background: #f7f8f8;
    padding: 5px 10px;
    border-radius: 10px;
    margin-right: 8px;
	margin-bottom: 8px;
}
.section-dealers-goToList{
	cursor: pointer;
}