.contacts .office-card.active {
    background-color: #dce8ff;
    box-shadow: 0 0 0 2px rgba(47, 128, 237, 0.55), 0 10px 28px rgba(47, 128, 237, 0.18);
}

.contacts .office-card {
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.office-contacts__itm .js-show-on-map {
    color: inherit;
    text-decoration: underline;
    text-decoration-color: rgba(0, 0, 0, 0.25);
    text-underline-offset: 2px;
}

.office-contacts__itm .js-show-on-map:hover {
    text-decoration-color: currentColor;
}
