/*.service-list li {
    margin-bottom: 24px;
}*/

.header-link {
    color: #777;
    transition: 0.2s;
}
.header-link:hover {
    color: #5E5E5E;
}

#allrecords .contacts-line a {
    color: #0C74C0;
    transition: 0.2s;
    border-bottom: 1px solid rgba(34, 34, 34, 0.15);
}
#allrecords .contacts-line a:hover {
    color: #095790;
    border-bottom-color: rgba(8, 8, 8, 0.15);
}
