.google-map {
    height: 620px;
    width: 100%;
}
#dealers-json {
    display: none;
}

.dealer-map-info-window {
    font: 400 normal .875rem/1.125rem 'Arial',serif;
    max-width: 500px;
}
.dealer-map-info-window p {
    margin: 10px 0;
}
.dealer-map-info-window .dealer-name {
   font-size: 1rem;
   line-height: 1.25rem;
}

.dealers {
	padding: 0 20px;
}
.dealers__subject-item {
	display:inline-block;
	width: 49%;
}
.dealers__subject-name {
    color: #51a161;
	cursor: pointer;
    display: block;
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 1.375rem;
	padding: 10px 0 10px 30px;
	position: relative;
}
.dealers__subject-name::before {
    background: #c8c9c9 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAJCAMAAAAxZj1mAAAAPFBMVEUAAABEh1FIj1ZLlVpKklhIj1ZKklhPnV5NmVxLlFlIj1ZNmVxAfkxAfkxCg09RoWFMl1tRoGFQn2BBgk6nAPNFAAAADnRSTlMAFBZUVBXp6atUFKqpqlUBZS0AAABBSURBVHjaPcrbDsAgDAJQ3NTq7q3//6+TpvG8AAm4xhPGjVS/UBPQ7XXWMZ3Krg10CIcUkB9tR2jKUygiG5acPX77rwM1o97WywAAAABJRU5ErkJggg==)
                no-repeat 50%;
    display: block;
    content: '';
    height: 20px;
    left: 0;
    margin-right: 10px;
    position: absolute;
    top: 10px;
    transition: .3s;
    vertical-align: baseline;
    width: 20px;
}
.dealers__subject-name.active {
    color: #144c32;
}
.dealers__subject-name.active::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}


.dealers__list {
	display: none;
    margin-bottom: 25px;
}
.dealers__subject-name.active + .dealers__list {
    display: block;
}
.dealers__list::after {
    clear: both;
    content: '';
    display: block;
    visibility: hidden;
}
.dealers__item {
    float: left;
    margin-bottom: 10px;
    margin-right: 40px;
    width: 570px;
}
.dealers__item:nth-child(2n) {
    margin-right: 0;
}
.dealers__item p {
	font-size: 1rem;
    line-height: 1.125rem;
    margin: 5px 0;
}
.dealers__dealer-name {
    font-weight: 600;
    padding: 5px 0;
}

.dealers__contact {
    align-items: center;
    column-gap: 6px;
    display: flex;
}
.dealers__contact_icon {
    fill: #000;
    height: 16px;
    width: 16px;
}