@media (max-width: 768px) {
    .t-phone__link:before {
        content: '+';
        padding-right: 5px;
    }
}