.services__subject-name {
    color: #51a161;
    display: block;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.125rem;
    padding: 10px 0 10px 30px;
    position: relative;
    text-decoration: underline;
}
.services__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;
}

.services__subject-name.active {
    color: #144c32;
}
.services__subject-name.active::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.services__subject-name.active + .services__list {
    display: block;
}

.services__list {
    display: none;
    margin-left: 25px;
}
.services__list::after {
    clear: both;
    content: '';
    display: block;
    visibility: hidden;
}
.services__item {
    float: left;
    margin-bottom: 10px;
}
.services__item:nth-child(2n) {
    margin-right: 0;
}
.services__item p {
    line-height: 1rem;
    margin: 5px 0;
}
.services__dealer-name {
    font-weight: 600;
    padding: 5px 0;
}

.services__contact {
    align-items: center;
    column-gap: 6px;
    display: flex;
}
.services__contact_icon {
    fill: #000;
    height: 16px;
    width: 16px;
}