.subdomen-region .subdomen-city span:after {
    content: "";
    display: inline-block;
    height: 1em;
    min-height: 9px;
    width: 14px;
    background: url(../img/accordeon-marker-open.svg) no-repeat right bottom;
}
.subdomen-region .subdomen-city span {
    border-bottom: 1px dashed #18335b;
    line-height: 1em;
    text-decoration: none;
    color: #355a82;
}

.subdomen-region .subdomen-city span:hover {
    color: #16254d;
}
