.phone, .f-link{  
    font-size: 20px;
    font-family: 'FuturaPT',Arial,sans-serif;
    line-height: 1;
    font-weight: 400;
    color: #000000 !important;
    text-decoration: underline !important;
    margin-bottom: -7px;
}
.phone:hover, .f-link:hover{
    text-decoration: none !important;
}
.social-box{
    display: flex;
    justify-content: flex-start;
}
.social-box__item{
    width: 70px;
    height: 70px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.social-box__item.fb{
    background-image: url('');
}
.social-box__item.inst{
    background-image: url('');
}