.contacts-table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.contacts-table th,
.contacts-table td {
    padding: 2.6rem;
    border: .1rem solid #d8d8d8;
    vertical-align: middle;
}

.contacts-table__name {
    color: #191e27;
    font-weight: 700;
    display: block;
    font-size: 1.8rem;
    line-height: 2.8rem;
}

.contacts-table__position {
    display: block;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: rgba(25, 30, 39, .6);
}

.contacts-table__phone {
    text-align: center;
    white-space: nowrap;
    display: block;
}

.contacts-table__phone:hover {
    opacity: .7;
}

.contacts-table__department,
.contacts-table__department_center {
    color: #191e27;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 3.2rem;
}

.contacts-table__department_center {
    text-align: center
}

.mobile .contacts-table tr + tr {
    padding-top: 0 !important;
}

.mobile .contacts-table td {
    padding: 2.6rem !important;
}

.mobile .contacts-table__department,
.mobile .contacts-table__department_center {
    font-size: 2rem;
    line-height: 3rem;
}

.mobile .contacts-table__phone {
    white-space: normal;
}

.mobile .contacts-table {
    border-top: .1rem solid #d8d8d8;
}
