.header__phone:hover {
    padding-left: 0 !important;
}
@media screen and (max-width: 990px) {
    .header__phone{
        display: none;
    }
    .header__contact_phone{
        display: none;
    }
}