For some unknown reason, the acme.sh dns_yandex
plugin you seem to be using does not appear to have saved the token it needs. While it's unclear to me how that could have happened, here are some ideas (untested as I don't use that plugin).
Run these commands:
export PDD_Token=<your token>
(where <your token>
is replaced with your actual token value)
then run the renew command again from the same shell session:
acme.sh --renew -d vadim.com.ru
The yandex acme.sh plugin should save the token automatically and reuse it on subsequent renewals. If that does not happen there may be a bug in the plugin code, but I can't see an obvious problem.
If the above has not resolved your issue, you can do some further diagnosis: acme.sh should save your token in your account config, usually located at
~/.acme.sh/account.conf
after running the above commands, there should be a line
PDD_Token=<your token>