.office-select {
    white-space: nowrap;
}
.office-select .item {
    margin-left: 30px;
}
@media (min-width: 1200px) {
    .office-select .item {
        margin-left: 34px;
    }
}
.office-select .item a:not(.tel) {
    color:#818698;
    transition: all 300ms ease;
    text-decoration: none !important;
}
.office-select .item a:not(.tel):hover {
    color:#165AB7;
}
.office-select .item a.office-name:before {
    content: "\f114";
}
.office-select .item a.contacts-link:before {
    content: "\f137";
}
.office-select .item a.search:before {
    content: "\f139";
}