.header-offices {
    padding: 10px 0 15px;
}

.header-offices .name {
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
}
.header-offices .name__point a {
    display: block;
    position: relative;
    padding-left: 28px;
}
.header-offices .name__point a::before {
    content: '';
    width: 22px;
    height: 22px;
    display: block;
    position: absolute;
    left: 0;
    background: url("/local/templates/main15/img/ico/delivery_point_ico.svg") no-repeat;
    background-size: contain;
}
.header-offices .phone {
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
}
.header-offices .small-phone {
	font-size: 19px;
}
.header-offices .a-phone{
    display: block;
}
.header-offices .name a, .header-offices .a-phone{color: #2e373e;}
.header-offices .a-phone:hover{text-decoration: underline;}
.ie8 .header-offices .phone {
    font-size: 18px;
}
.header-offices .phone .fa {
    font-size: 14px;
    color: #abadaf;
}
.header-offices .fa {
    margin-right: 5px;
}
.header-offices .icon {
    width: 16px;
    height: 12px;
    margin-bottom: -1px;
}
.header-offices .office-one .invisible{
    display: none;
}
.header-offices .office-only-phone .phone{
   font-size: 30px;
    line-height: 34px;
}
.header-offices .office-only-phone .phone .fa{
    font-size: 22px;
}

@media (min-width: 768px) {
    .header-offices .name {
        float: left;
    }
    .header-offices .phone {
        float: right;
    }
    .header-offices .office-one .name,
    .header-offices .office-one .phone{
        float: none;
    }
    .header-offices .a-phone {
        float: right;
    }
    .header-offices .a-phone .phone{
        float: none;
    }
}


/*Extra small*/
@media (max-width: 767px) {
    .header-offices {
        padding: 0;
        border-top: 1px solid #cfcfcf;
        border-bottom: 1px solid #cfcfcf;
    }
    .header-offices .row {
        padding: 12px 19px;
    }
    .header-offices .row:not(:last-of-type) {
        border-bottom: 1px solid #cfcfcf;
    }
    .header-offices .office-only-phone .phone{
        font-size: 20px;
        line-height: 25px;
    }
    .header-offices .office-only-phone .phone .fa{
        font-size: 14px;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    .header-offices .row {
        float: left;
        width: 50%;
    }
    .header-offices .row:nth-of-type(odd) {
        border-bottom: none;
        border-right: 1px solid #cfcfcf;
    }
    .header-offices .row:last-of-type(even) {
        border-left: 1px solid #cfcfcf;
        margin: 0 1px 0 -1px;
    }
}