.header-phone {
    font-size: 1.35rem;
    font-weight: 700;
     color: #2C355E;
    text-decoration: none;
    letter-spacing: 0.01em;
    white-space: nowrap;
}

.header-phone:hover {
    color: #00A2E9;
}
.header-max-link{
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.2s;
}

.header-max-link:hover{
    opacity:1;
    transform:translateY(-1px);
}

.header-max-icon{
    width:32px;
    height:32px;
    display:block;

}

.header-email {
    font-size: 13px;
    line-height: 1.2;

    text-decoration: none;
    margin-top: 3px;
}

.header-email:hover {
    opacity: 1;
    border-bottom: 1px solid #00A2E9;
      color: #00A2E9;
}