The issue is that when Let’s Encrypt tries to validate the challenge file located at http://biokinet.belozersky.msu.ru/.well-known/acme-challenge/Uuw_5KuQjBlyc52RwfnRTt6kqYoCpJCi-iTQjNov9KM, your web server is returning a 403 Forbidden page instead of the file contents. There could be any number of reasons, but it is 100% related to your apache configurations. Could you post these? I’m more familiar with nginx myself, but there are a lot of people here who are very familiar with apache and would be able to help you fix the config issues.
My httpd.conf has a standard contents:
Include /etc/apache2/uid.conf
Include /etc/apache2/server-tuning.conf
ErrorLog /var/log/apache2/error_log
Include /etc/apache2/sysconfig.d/loadmodule.conf
Include /etc/apache2/listen.conf
Include /etc/apache2/mod_log_config.conf
Include /etc/apache2/sysconfig.d/global.conf
Include /etc/apache2/mod_status.conf
Include /etc/apache2/mod_info.conf
Include /etc/apache2/mod_usertrack.conf
Include /etc/apache2/mod_autoindex-defaults.conf
TypesConfig /etc/apache2/mime.types
Include /etc/apache2/mod_mime-defaults.conf
Include /etc/apache2/errors.conf
Include /etc/apache2/ssl-global.conf
<Directory />
Options None
AllowOverride None
Order deny,allow
Deny from all
</Directory>
AccessFileName .htaccess
<Files ~ “^.ht”>
Order allow,deny
Deny from all
</Files>
DirectoryIndex index.html index.html.var
Include /etc/apache2/default-server.conf
Include /etc/apache2/sysconfig.d/include.conf
IncludeOptional /etc/apache2/vhosts.d/*.conf