.contacts-block {}
.contacts-block__item {
    margin-bottom: 24px;
}
.contacts-block__group {
    margin-right: 16px;
}
.contacts-block__helper {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.2;
    color: #888;
    margin-bottom: 4px;
}
.contacts-block__text {
    font-weight: normal;
    color: #000;
    font-size: 16px;
    line-height: 1.4;
}
.contacts-block__text a:not([class]) {
    color: #EA072B;
    border-bottom: 1px solid rgb(234, 7, 43, 0.5);
}
.contacts-block__text a:not([class]):hover {
    border-color: transparent;
}
.contacts-block__text + .contacts-block__text {
    margin-top: 4px;
}
.contacts-block__online {
    flex: 0 0 auto;
    margin-right: 0 !important;
}