.header_phonenum{
    margin: 0 35px;
    display: flex;
    align-items: center;
}
.header_phonenum a{
    margin: 0 10px;
}
.header__dropdown-phone-title{
    color: #212121;
    font-size: 0.94em;
    font-weight: 400;
    white-space: nowrap;
}
.header__dropdown-phone-title-block{
    display: flex;
    margin-top: 10px;
}
@media (max-width:1200px){
    .header_phonenum{
        flex-direction:column;
    }
}