

declare (strict_types=1);
namespace ElementorProDeps\DI;

use ElementorProDeps\DI\Definition\ArrayDefinitionExtension;
use ElementorProDeps\DI\Definition\EnvironmentVariableDefinition;
use ElementorProDeps\DI\Definition\Helper\AutowireDefinitionHelper;
use ElementorProDeps\DI\Definition\Helper\CreateDefinitionHelper;
use ElementorProDeps\DI\Definition\Helper\FactoryDefinitionHelper;
use ElementorProDeps\DI\Definition\Reference;
use ElementorProDeps\DI\Definition\StringDefinition;
use ElementorProDeps\DI\Definition\ValueDefinition;
if (!\function_exists('ElementorProDeps\\DI\\value')) {
    /**
     * Helper for defining a value.
     *
     * @param mixed $value
     */
    function value($value) : ValueDefinition
    {
        return new ValueDefinition($value);
    }
}
if (!\function_exists('ElementorProDeps\\DI\\create')) {
    /**
     * Helper for defining an object.
     *
     * @param string|null $className Class name of the object.
     *                               If null, the name of the entry (in the container) will be used as class name.
     */
    function create(string $className = null) : CreateDefinitionHelper
    {
        return new CreateDefinitionHelper($className);
    }
}
if (!\function_exists('ElementorProDeps\\DI\\autowire')) {
    /**
     * Helper for autowiring an object.
     *
     * @param string|null $className Class name of the object.
     *                               If null, the name of the entry (in the container) will be used as class name.
     */
    function autowire(string $className = null) : AutowireDefinitionHelper
    {
        return new AutowireDefinitionHelper($className);
    }
}
if (!\function_exists('ElementorProDeps\\DI\\factory')) {
    /**
     * Helper for defining a container entry using a factory function/callable.
     *
     * @param callable $factory The factory is a callable that takes the container as parameter
     *                          and returns the value to register in the container.
     */
    function factory($factory) : FactoryDefinitionHelper
    {
        return new FactoryDefinitionHelper($factory);
    }
}
if (!\function_exists('ElementorProDeps\\DI\\decorate')) {
    /**
     * Decorate the previous definition using a callable.
     *
     * Example:
     *
     *     'foo' => decorate(function ($foo, $container) {
     *         return new CachedFoo($foo, $container->get('cache'));
     *     })
     *
     * @param callable $callable The callable takes the decorated object as first parameter and
     *                           the container as second.
     */
    function decorate($callable) : FactoryDefinitionHelper
    {
        return new FactoryDefinitionHelper($callable, \true);
    }
}
if (!\function_exists('ElementorProDeps\\DI\\get')) {
    /**
     * Helper for referencing another container entry in an object definition.
     */
    function get(string $entryName) : Reference
    {
        return new Reference($entryName);
    }
}
if (!\function_exists('ElementorProDeps\\DI\\env')) {
    /**
     * Helper for referencing environment variables.
     *
     * @param string $variableName The name of the environment variable.
     * @param mixed $defaultValue The default value to be used if the environment variable is not defined.
     */
    function env(string $variableName, $defaultValue = null) : EnvironmentVariableDefinition
    {
        // Only mark as optional if the default value was *explicitly* provided.
        $isOptional = 2 === \func_num_args();
        return new EnvironmentVariableDefinition($variableName, $isOptional, $defaultValue);
    }
}
if (!\function_exists('ElementorProDeps\\DI\\add')) {
    /**
     * Helper for extending another definition.
     *
     * Example:
     *
     *     'log.backends' => DI\add(DI\get('My\Custom\LogBackend'))
     *
     * or:
     *
     *     'log.backends' => DI\add([
     *         DI\get('My\Custom\LogBackend')
     *     ])
     *
     * @param mixed|array $values A value or an array of values to add to the array.
     *
     * @since 5.0
     */
    function add($values) : ArrayDefinitionExtension
    {
        if (!\is_array($values)) {
            $values = [$values];
        }
        return new ArrayDefinitionExtension($values);
    }
}
if (!\function_exists('ElementorProDeps\\DI\\string')) {
    /**
     * Helper for concatenating strings.
     *
     * Example:
     *
     *     'log.filename' => DI\string('{app.path}/app.log')
     *
     * @param string $expression A string expression. Use the `{}` placeholders to reference other container entries.
     *
     * @since 5.0
     */
    function string(string $expression) : StringDefinition
    {
        return new StringDefinition($expression);
    }
}
{"id":14326,"date":"2025-10-04T22:21:09","date_gmt":"2025-10-04T22:21:09","guid":{"rendered":"https:\/\/kolbepezeshk.ir\/?p=14326"},"modified":"2025-10-05T17:07:31","modified_gmt":"2025-10-05T17:07:31","slug":"skachat-stavki-na-sport-prilozheniia-bukmekerskikh-kontor-bk-besplatno-2025","status":"publish","type":"post","link":"https:\/\/kolbepezeshk.ir\/?p=14326","title":{"rendered":"&#8220;\u0441\u043a\u0430\u0447\u0430\u0442\u044c \u0421\u0442\u0430\u0432\u043a\u0438 \u041d\u0430 \u0421\u043f\u043e\u0440\u0442: \u041f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0411\u0443\u043a\u043c\u0435\u043a\u0435\u0440\u0441\u043a\u0438\u0445 \u041a\u043e\u043d\u0442\u043e\u0440 \u0411\u043a \u0411\u0435\u0441\u043f\u043b\u0430\u0442\u043d\u043e 2025"},"content":{"rendered":"<p><meta name=\"description\" content=\"\u041d\u0430 Android \u0440\u043e\u0437\u044b\u0441\u043a\u0438 \u0431\u0443\u043a\u043c\u0435\u043a\u0435\u0440\u0441\u043a\u0438\u0445 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0439 \u0436\u0435 Play Market \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440 \u0431\u044b\u0442\u044c \u0431\u0435\u0441\u043f\u043e\u043b\u0435\u0437\u043d\u044b\u043c, \u0436\u0435 \u043a\u0430\u043a Google \u0437\u0430\u043f\u0440\u0435\u0449\u0430\u0435\u0442 \u0438\u0445 \u043d\u0430\u043f\u0440\u044f\u043c\u0443\u044e.\"\/><\/p>\n<h1>\u0411\u0443\u043a\u043c\u0435\u043a\u0435\u0440\u0441\u043a\u0430\u044f \u041a\u043e\u043d\u0442\u043e\u0440\u0430 Betboom \u0421\u0442\u0430\u0432\u043a\u0438 \u041d\u0430 \u0421\u043f\u043e\u0440\u0442 \u041e\u043d\u043b\u0430\u0439\u043d \u0412 \u0435\u0432\u0440\u043e\u043f\u044b!<\/h1>\n<div id=\"toc\" style=\"background: #f9f9f9;border: 1px solid #aaa;display: table;margin-bottom: 1em;padding: 1em;width: 350px;\">\n<p class=\"toctitle\" style=\"font-weight: 700;text-align: center;\">Content<\/p>\n<ul class=\"toc_list\">\n<li><a href=\"#toc-0\">\u043f\u0440\u0435\u0438\u043c\u0443\u0449\u0435\u0441\u0442\u0432\u0430 \u041f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0439<\/a><\/li>\n<li><a href=\"#toc-1\">\u0421\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0430 \u0434\u043b\u044f \u0421\u0442\u0430\u0432\u043e\u043a&#8221;<\/a><\/li>\n<li><a href=\"#toc-2\">\u0418\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u044f: \u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u041c\u043e\u0431\u0438\u043b\u044c\u043d\u044b\u0435 \u041f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0411\u0443\u043a\u043c\u0435\u043a\u0435\u0440\u0441\u043a\u0438\u0445 \u041a\u043e\u043d\u0442\u043e\u0440 \u0441 \u041e\u0444\u0438\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u0421\u0430\u0439\u0442\u0430<\/a><\/li>\n<li><a href=\"#toc-3\">\u0434\u0434\u044f \u0427\u0435\u0433\u043e \u0421\u043a\u0430\u0447\u0438\u0432\u0430\u0442\u044c \u041f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0411\u043a<\/a><\/li>\n<li><a href=\"#toc-4\">\u00ab\u043c\u0438\u043b\u0430\u043d\u00bb \u0417\u0430\u0431\u0435\u0440\u0435\u0442 \u0434\u0430\u0436\u0435 \u041a\u0443\u0431\u043e\u043a \u0418\u0442\u0430\u043b\u0438\u0438<\/a><\/li>\n<li><a href=\"#toc-5\">\u0423 \u043a\u0442\u043e \u0411\u043e\u043b\u044c\u0448\u0435 \u0412\u0441\u0435\u0445 \u0411\u0443\u043a\u043c\u0435\u043a\u0435\u0440\u0441\u043a\u0438\u0445 \u0411\u043e\u043d\u0443\u0441\u043e\u0432 \u0417\u0430 \u041c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0435 \u041f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435?<\/a><\/li>\n<li><a href=\"#toc-6\">\u0436\u0435 \u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u041f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0411\u043a \u041d\u0430 \u0410\u043d\u0434\u0440\u043e\u0438\u0434<\/a><\/li>\n<li><a href=\"#toc-7\">\u0422\u043e\u043f 5 \u041f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0439 \u0411\u0443\u043a\u043c\u0435\u043a\u0435\u0440\u043e\u0432 \u041d\u0430 \u0410\u043d\u0434\u0440\u043e\u0438\u0434 \u0434\u043b\u044f \u0421\u0442\u0430\u0432\u043e\u043a \u041d\u0430 \u0421\u043f\u043e\u0440\u0442<\/a><\/li>\n<li><a href=\"#toc-8\">\u041c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u044b \u041e \u0411\u0443\u043a\u043c\u0435\u043a\u0435\u0440\u0430\u0445<\/a><\/li>\n<li><a href=\"#toc-9\">\u0413\u0434\u0435 \u0421\u043a\u0430\u0447\u0430\u0442\u044c \u041f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u044b \u0414\u043b\u044f \u0421\u0442\u0430\u0432\u043e\u043a \u043e\u0442 \u041b\u0443\u0447\u0448\u0438\u0445 \u0411\u0443\u043a\u043c\u0435\u043a\u0435\u0440\u043e\u0432<\/a><\/li>\n<li><a href=\"#toc-10\">\u00ab\u043c\u0438\u043b\u0430\u043d\u00bb<\/a><\/li>\n<li><a href=\"#toc-11\">\u0422\u043e\u043f \u041f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0439 \u0434\u043b\u044f \u0421\u0442\u0430\u0432\u043e\u043a<\/a><\/li>\n<li><a href=\"#toc-12\">\u041a\u0430\u043a\u043e\u0435 \u041f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u043a\u0430\u043a\u043e\u0435 \u041d\u0430\u0434\u0435\u0436\u043d\u043e\u0435 \u0414\u043b\u044f \u0440\u0430\u0431\u043e\u0442\u0435?<\/a><\/li>\n<li><a href=\"#toc-13\">\u041a\u0430\u043a \u0421\u043a\u0430\u0447\u0430\u0442\u044c 1win \u2014 \u0411\u0443\u043a\u043c\u0435\u043a\u0435\u0440\u0441\u043a\u0443\u044e \u041f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0443 \u041d\u0430 \u0421\u043c\u0430\u0440\u0442\u0444\u043e\u043d<\/a><\/li>\n<li><a href=\"#toc-14\">\u041a\u0430\u043a\u0438\u0435 \u041a\u043e\u044d\u0444\u0444\u0438\u0446\u0438\u0435\u043d\u0442\u044b \u0418\u0433\u0440\u043e\u043a \u0423\u0432\u0438\u0434\u0438\u0442 \u0412 \u043a\u0443\u0431\u0443\u0440\u043e\u0432 \u0418 \u041b\u0430\u0439\u0432 \u043f\u043e\u0441\u043b\u0435 \u0422\u043e\u0433\u043e, \u041a\u0430\u043a \u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442 \u0412\u0435\u0440\u0441\u0438\u044e \u041f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u043e\u0434\u043d\u043e\u0433\u043e Google Playmarket?<\/a><\/li>\n<li><a href=\"#toc-15\">\u041b\u0443\u0447\u0448\u0435\u0435 \u041f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0414\u043b\u044f \u0421\u0442\u0430\u0432\u043e\u043a \u0432 \u0421\u043f\u043e\u0440\u0442 \u0412 \u0435\u0432\u0440\u043e\u043f\u0435<\/a><\/li>\n<li><a href=\"#toc-16\">\u0424\u043e\u043d\u0431\u0435\u0442<\/a><\/li>\n<li><a href=\"#toc-17\">\u041f\u043e\u0447\u0435\u043c\u0443 \u0412 Google Play \u0421\u0435\u0433\u043e\u0434\u043d\u044f \u043d\u0435 \u041f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0439 \u0411\u0443\u043a\u043c\u0435\u043a\u0435\u0440\u0430 \u0438 \u0410\u043d\u0434\u0440\u043e\u0438\u0434?<\/a><\/li>\n<li><a href=\"#toc-18\">\u041f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0411\u0443\u043a\u043c\u0435\u043a\u0435\u0440\u043e\u0432 \u0414\u043b\u044f \u0421\u0442\u0430\u0432\u043e\u043a: \u0420\u0435\u0439\u0442\u0438\u043d\u0433 Betonmobile<\/a><\/li>\n<li><a href=\"#toc-19\">\u041b\u0443\u0447\u0448\u0438\u0435 \u041f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0411\u0443\u043a\u043c\u0435\u043a\u0435\u0440\u0441\u043a\u0438\u0445 \u041a\u043e\u043d\u0442\u043e\u0440 2025<\/a><\/li>\n<li><a href=\"#toc-20\">&#8220;\u0441\u043a\u0430\u0447\u0430\u0442\u044c \u0421\u0442\u0430\u0432\u043a\u0438 \u041d\u0430 \u0421\u043f\u043e\u0440\u0442: \u041f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0411\u0443\u043a\u043c\u0435\u043a\u0435\u0440\u043e\u0432<\/a><\/li>\n<li><a href=\"#toc-21\">\u041a\u0430\u043a\u0438\u0435 \u0414\u0430\u043d\u043d\u044b\u0435 \u041d\u0443\u0436\u043d\u044b \u0414\u043b\u044f \u0432\u043e\u0437\u043b\u0435 \u0412 \u0410\u043a\u043a\u0430\u0443\u043d\u0442 \u0411\u043a \u0412 \u0412\u0435\u0440\u0441\u0438\u0438 \u041f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f?<\/a><\/li>\n<li><a href=\"#toc-22\"> \u043d\u0430\u043f\u0440\u0430\u0448\u0438\u0432\u0430\u0435\u0442\u0441\u044f<\/a><\/li>\n<li><a href=\"#toc-23\">\u041a\u0430\u043a \u0438\u0437\u043d\u043e\u0432\u043b\u044f\u0442\u044c \u041f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0411\u0443\u043a\u043c\u0435\u043a\u0435\u0440\u0441\u043a\u043e\u0439 \u041a\u043e\u043d\u0442\u043e\u0440\u044b \u0420\u043e\u0441\u0441\u0438\u0438?<\/a><\/li>\n<li><a href=\"#toc-24\">\u041b\u0435\u043e\u043d<\/a><\/li>\n<li><a href=\"#toc-32\">Win \u0421\u043a\u0430\u0447\u0430\u0442\u044c \u0432\u043e\u043f\u0440\u0435\u043a\u0438 \u041f\u0440\u044f\u043c\u044b\u043c \u0421\u0441\u044b\u043b\u043a\u0430\u043c \u041e\u0431\u0437\u043e\u0440\u044b \u041f\u0440\u043e\u0433\u0440\u0430\u043c\u043c<\/a><\/li>\n<li><a href=\"#toc-33\">\u041c\u0438\u043b\u0430\u043d \u2014 \u0411\u043e\u043b\u043e\u043d\u044c\u044f: \u0421\u0442\u0430\u0432\u043a\u0430 (\u043a 1 \u0442\u043e\u043b\u044c\u043a\u043e \u041f\u0440\u043e\u0433\u043d\u043e\u0437 \u041d\u0430 \u0444\u0438\u043d\u0430\u043b \u041a\u0443\u0431\u043a\u0430 \u0418\u0442\u0430\u043b\u0438\u0438 14 \u041c\u0430\u044f 2025 \u0433\u043e\u0434\u0430<\/a><\/li>\n<\/ul>\n<\/div>\n<p>\u0418\u0433\u0440\u043e\u043a\u0443 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b \u0431\u0435\u0441\u043f\u043b\u0430\u0442\u043d\u044b\u0435 \u0432\u0438\u0434\u0435\u043e\u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0438\u0438, \u0431\u044b\u0441\u0442\u0440\u044b\u0439 \u0440\u0430\u0441\u0447\u0435\u0442 \u0441\u0442\u0430\u0432\u043a\u0438 \u043f\u043e \u0431\u044b\u0441\u0442\u0440\u043e \u043c\u0430\u0442\u0447\u0430, \u043e\u0433\u0440\u043e\u043c\u043d\u044b\u0439 \u0432\u044b\u0431\u0440\u0430\u0442\u044c \u0441\u043e\u0431\u044b\u0442\u0438\u0439, \u0443\u0434\u043e\u0431\u043d\u044b\u0435 \u0431\u0430\u043d\u043a\u043e\u0432\u0441\u043a\u0438\u0435 \u043c\u0435\u0442\u043e\u0434\u044b, \u043a\u0440\u0443\u0433\u043b\u043e\u0441\u0443\u0442\u043e\u0447\u043d\u044b\u0439 \u0441\u0430\u043f\u043f\u043e\u0440\u0442 \u0438 \u043f\u0440\u043e\u0447. \u0416\u0435 \u0440\u043e\u0441\u043f\u0438\u0441\u0438 \u043d\u0430 \u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u043e\u0439 \u043c\u0430\u0442\u0447 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0430 \u0432\u0435\u0440\u0442\u0438\u043a\u0430\u043b\u044c\u043d\u0430\u044f \u0438 \u0433\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u044c\u043d\u0430\u044f \u043d\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u044f, \u2014 \u0432\u0441\u0435 \u0432\u0438\u0434\u044b \u0441\u0442\u0430\u0432\u043e\u043a \u043f\u043e\u043a\u0430\u0437\u0430\u043d\u044b \u0432\u0435\u0440\u0445\u0430 \u0432\u043d\u0438\u0437; \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u0430\u044f \u0440\u043e\u0441\u043f\u0438\u0441\u044c \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0430 \u0433\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u044c\u043d\u043e \u2014 \u0441\u043b\u0435\u0432\u0430 \u043d\u0430\u043f\u0440\u0430\u0432\u043e. \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043b\u0438 \u0444\u0438\u043b\u044c\u0442\u0440, \u043c\u043e\u0436\u043d\u043e \u0441\u043e\u0432\u0435\u0440\u0448\u0438\u0442\u044c \u0444\u0438\u043b\u044c\u0442\u0440\u0430\u0446\u0438\u044e \u043d\u0443\u0436\u043d\u044b\u0445 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043e\u0432.<\/p>\n<ul>\n<li>\u0422\u0430\u043a\u0436\u0435 \u043e\u0442\u043a\u0440\u043e\u0432\u0435\u043d\u0438\u0435\u043c \u0441\u0442\u0430\u043b\u0430 \u0438\u0433\u0440\u0430 \u041b\u0443\u043a\u0438 \u0419\u043e\u0432\u0438\u0447, \u0434\u0430\u0432\u043d\u043e \u0441\u0432\u043e\u0438\u043c\u0438 \u0441\u043f\u0438\u0441\u0430\u043d\u043d\u043e\u0433\u043e.<\/li>\n<li>\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435, \u043a\u043b\u0438\u0435\u043d\u0442 \u0438\u043c\u0435\u0435\u0442 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u044c \u0432\u043d\u043e\u0441\u0438\u0442\u044c \u0434\u0435\u043f\u043e\u0437\u0438\u0442, \u0441\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0442\u044c \u0438\u0441\u0442\u043e\u0440\u0438\u044e \u0440\u0430\u043d\u0435\u0435 \u0437\u0430\u043a\u043b\u044e\u0447\u0435\u043d\u043d\u044b\u0445 \u043f\u0430\u0440\u0438, \u043f\u0440\u043e\u0441\u043c\u0430\u0442\u0440\u0438\u0432\u0430\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0438\u0433\u0440 \u0438 \u0432\u0441\u0442\u0443\u043f\u0430\u0442\u044c \u0441\u043e \u0441\u043b\u0443\u0436\u0431\u043e\u0439 \u043f\u043e\u043c\u043e\u0449\u0438.<\/li>\n<li>\u0414\u0430\u0432\u0430\u0439\u0442\u0435 \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u043c, \u043a\u0430\u043a\u0438\u0435 \u043f\u0440\u0435\u0438\u043c\u0443\u0449\u0435\u0441\u0442\u0432\u0430 \u0438 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0438 \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u044e\u0442 \u0442\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f.<\/li>\n<\/ul>\n<p>\u041c\u043d\u0435 \u043c\u043e\u0436\u043d\u043e \u0432\u043e\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u0438 \u043b\u044e\u0431\u043e\u0439 \u043c\u043e\u043c\u0435\u043d\u0442 \u0430 \u0441\u043e\u0432\u0435\u0440\u0448\u0435\u043d\u043d\u043e \u0431\u0435\u0441\u043f\u043b\u0430\u0442\u043d\u043e. \u041e\u0434\u043d\u043e\u0438\u0437, \u0443 \u0411\u041a \u041b\u0435\u043e\u043d \u043a\u043b\u0438\u0435\u043d\u0442 \u0441\u043c\u043e\u0436\u0435\u0442 \u0441\u043a\u0430\u0447\u0430\u0442\u044c \u0441\u0442\u0430\u0432\u043a\u0438 \u043d\u0430 \u0441\u043f\u043e\u0440\u0442 \u0441 \u0444\u0440\u0438\u0431\u0435\u0442\u043e\u043c \u043f\u0438\u043f\u043f\u0430\u0440\u0434\u043e\u043c \u0441\u0430\u0439\u0442\u0430 \u0438 \u0437\u0430\u0438\u043c\u0435\u0442\u044c 500 RUB. \u0412 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u043c \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u0438 \u0434\u043e\u043b\u0436\u043d\u043e \u0440\u0430\u0437\u0434\u0430\u0432\u0430\u0442\u044c \u0444\u0440\u0438\u0431\u0435\u0442\u044b \u0430 \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0442\u044c \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0435 \u0431\u043e\u043d\u0443\u0441\u044b \u043d\u0430 \u043e\u0442\u0434\u0435\u043b\u044c\u043d\u044b\u0435 \u043b\u0438\u0433\u0438 \u0438\u043b\u0438 \u0447\u0435\u043c\u043f\u0438\u043e\u043d\u0430\u0442\u044b. \u041d\u043e \u0438 1 win \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0441\u043a\u0430\u0447\u0430\u0442\u044c \u043d\u043e\u0440\u043c\u0430\u043b\u0438\u0437\u0430\u0442\u043e\u0440\u0441\u043a\u043e\u0439 \u043d\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u0441\u044f \u2013 \u0435\u0433\u043e \u0437\u0434\u0435\u0441\u044c \u0432\u043e\u0432\u0441\u0435 \u043d\u0435\u0442. \u041a \u0441\u043b\u043e\u0432\u0435\u0447\u043a\u0443, \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0441\u0430\u0439\u0442\u044b \u043f\u0440\u0435\u0434\u043b\u0430\u0433\u0430\u043b\u043e\u0441\u044c \u0441\u043a\u0430\u0447\u0430\u0442\u044c \u0412\u0430\u043d \u0412\u0438\u043d \u0441 \u0438\u0445 \u0441\u0430\u0439\u0442\u0430, \u043d\u043e \u043d\u0435 \u0445\u043e\u0442\u0435\u043b\u043e\u0441\u044c \u0434\u043e\u0432\u0435\u0440\u044f\u0442\u044c \u0442\u0430\u043a\u0438\u043c \u043f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d\u0438\u044f\u043c\u0438, \u0442\u0430\u043a \u043a\u0430\u043a \u0442\u0430\u043a \u043c\u043e\u0448\u0435\u043d\u043d\u0438\u0447\u0435\u0441\u0442\u0432\u043e.<\/p>\n<h2 id=\"toc-0\">\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u044c \u041f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0439<\/h2>\n<p>\u0421\u043a\u0430\u0447\u0430\u0442\u044c \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0441\u0442\u0430\u0432\u043a\u0438 \u043d\u0430 \u0441\u043f\u043e\u0440\u0442 \u043c\u043e\u0436\u043d\u043e \u0441 \u043e\u0444\u0438\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u0441\u0430\u0439\u0442\u0430 \u0431\u0443\u043a\u043c\u0435\u043a\u0435\u0440\u0441\u043a\u043e\u0439 \u043a\u043e\u043d\u0442\u043e\u0440\u044b. \u041a\u0430\u0436\u0434\u0443\u044e \u0442\u0430\u043a\u043e\u0435 \u0441\u043a\u0430\u0447\u0430\u043d\u043d\u043e\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0441\u0442\u0430\u0432\u043a\u0438 \u043d\u0430 \u0441\u043f\u043e\u0440\u0442 \u0441 \u0432\u044b\u0432\u043e\u0434\u043e\u043c \u0434\u0435\u043d\u0435\u0436\u0435\u043a, \u043f\u043e\u044d\u0442\u043e\u043c\u0443, \u0438\u0433\u0440\u0430\u044f \u043f\u0440\u043e\u0448\u043b\u043e \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435, \u043d\u0430\u0434\u043e \u043d\u0435 \u0442\u043e\u043b\u044c\u043a\u043e \u0441\u0434\u0435\u043b\u0430\u043d\u043e \u0441\u0442\u0430\u0432\u043a\u0438, \u043d\u043e, \u0440\u0435\u0433\u0440\u0435\u0441\u0441\u043d\u043e\u0439 \u0432\u0432\u043e\u0434\u0438\u0442\u044c \u0438 \u0432\u044b\u0432\u0435\u043b \u0434\u0435\u043d\u044c\u0433\u0438. \u041a\u0430\u043a \u0432\u0438\u0434\u0438\u0442\u0435, \u0441\u043a\u0430\u0447\u0430\u0442\u044c 1 win \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u043d\u0430 \u043c\u043e\u043c\u0435\u043d\u0442 \u043c\u043e\u043c\u0435\u043d\u0442 \u043d\u0435 \u0442\u043e\u043b\u044c\u043a\u043e \u0442\u043e \u043f\u0440\u043e\u0441\u0442\u043e. \u0422\u043e\u043b\u044c\u043a\u043e \u0434\u0435\u043b\u043e \u0432 \u0444\u0430\u043a\u0442\u0435, \u0447\u0442\u043e \u0431\u0443\u043a\u043c\u0435\u043a\u0435\u0440\u0441\u043a\u0430\u044f \u043a\u043e\u043d\u0442\u043e\u0440\u0430 \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442 \u043d\u0435 \u0442\u043e\u043b\u044c\u043a\u043e \u0434\u0430\u0432\u043d\u043e, \u0430 \u043a\u043e\u043d\u0435\u0447\u043d\u043e \u043e\u043d\u0430 \u0435\u0449\u0435 \u043d\u043e \u0443\u0441\u043f\u0435\u043b\u0430 \u043f\u043e\u0437\u0430\u0431\u043e\u0442\u0438\u0442\u044c\u0441\u044f \u043e\u0431 \u0442\u043e\u043c, \u0447\u0442\u043e \u0437\u0430\u0434\u0435\u0439\u0441\u0442\u0432\u043e\u0432\u0430\u0442\u044c \u043d\u043e\u0432\u044b\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u044b. \u0425\u043e\u0442\u044f \u0432 \u0441\u043a\u043e\u0440\u043e\u043c \u0434\u043e\u043b\u0433\u043e\u0435 \u0432\u044b \u0443\u0436\u0435 \u0441\u043c\u043e\u0433\u0443\u0442 \u0441\u043a\u0430\u0447\u0430\u0442\u044c \u0438\u0445 \u0441 \u043d\u0430\u0448\u0435\u0433\u043e \u0441\u0430\u0439\u0442\u0430. \u0418 \u0441\u0435\u0439\u0447\u0430\u0441 \u0435\u0434\u0438\u043d\u0441\u0442\u0432\u0435\u043d\u043d\u0430\u044f \u043f\u0435\u0440\u0441\u043f\u0435\u043a\u0442\u0438\u0432\u0430 \u2013 \u044d\u0442\u043e \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f \u0441\u0430\u0439\u0442\u0430 <a href=\"https:\/\/mostbet.neorusedu.ru\/\" target=\"_blank\" rel=\"noopener\">mostbet<\/a>.<\/p>\n<ul>\n<li>\u041c\u0430\u0442\u0435\u0440\u0438\u0430\u043b \u0431\u0443\u0434\u0435\u0442 \u043f\u043e\u043b\u0435\u0437\u0435\u043d, \u0436\u0435 \u043d\u043e\u0432\u0438\u0447\u043a\u0430\u043c, \u0442\u0430\u043a \u0438 \u043e\u043f\u044b\u0442\u043d\u044b\u043c \u0431\u0435\u0442\u0442\u043e\u0440\u0430\u043c.<\/li>\n<li>\u0423\u0441\u043e\u0432\u0435\u0440\u0448\u0435\u043d\u0441\u0442\u0432\u043e \u0442\u043e\u0433\u043e, \u0447\u0442\u043e\u0431\u044b \u0441\u043a\u0430\u0447\u0430\u0442\u044c \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435, \u0438\u0433\u0440\u043e\u043a \u0434\u043e\u043b\u0436\u0435\u043d \u0443\u043a\u0430\u0437\u0430\u0442\u044c \u043d\u043e\u043c\u0435\u0440 \u0441\u0432\u043e\u0435\u0433\u043e \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0433\u043e \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u0430, \u0443\u043a\u0430\u0437\u0430\u0442\u044c, \u0447\u0442\u043e \u0437\u0430\u0440\u0443\u0445\u043e\u043c \u043d\u0435 \u0440\u043e\u0431\u043e\u0442, \u0438 \u043b\u0438\u0448\u044c \u043f\u043e\u0441\u043b\u0435 \u0447\u0442\u043e\u0431\u044b \u043e\u043d \u043f\u043e\u043b\u0443\u0447\u0438\u0442 \u0441\u0441\u044b\u043b\u043a\u0443 \u0434\u043b\u044f \u0441\u043a\u0430\u0447\u0438\u0432\u0430\u043d\u0438\u044f \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f.<\/li>\n<li>\u0416\u0435 \u0432\u0438\u0434\u043d\u043e \u043d\u0430 \u043a\u0430\u0440\u0442\u0438\u043d\u043a\u0435 \u043d\u0430 \u0441\u0430\u0439\u0442\u0435 \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u043e\u0432\u0430\u043b\u0430 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u044b, \u043d\u043e \u043d\u0435\u0442 \u0443\u043f\u0440\u043e\u0449\u0435\u043d\u043d\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f.<\/li>\n<li>\u0412\u0441\u0435 \u0441\u0434\u0435\u043b\u0430\u043d\u043d\u044b\u0435 \u0438\u0433\u0440\u043e\u043a\u043e\u043c \u0441\u0442\u0430\u0432\u043a\u0438, \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u044e\u0442\u0441\u044f \u0430 \u0440\u0430\u0437\u0434\u0435\u043b\u0435 \u00ab\u0418\u0441\u0442\u043e\u0440\u0438\u044f \u0441\u0442\u0430\u0432\u043e\u043a\u00bb.<\/li>\n<\/ul>\n<p>\u0421\u0442\u0440\u0430\u043d\u0438\u0446\u044b \u0433\u0440\u0443\u0437\u044f\u0442\u0441\u044f \u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e \u0434\u043e\u043b\u0433\u043e, \u0430 \u0441\u0430\u0439\u0442 \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442 \u043c\u0435\u0434\u043b\u0435\u043d\u043d\u043e \u0432 \u0441\u0442\u0430\u0440\u044b\u0445 \u043a\u043e\u043c\u043f\u044c\u044e\u0442\u0435\u0440\u0430\u0445 \u0436\u0435 \u0441\u043b\u0430\u0431\u043e\u043c \u0418\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u0435. \u041a\u0430\u043a \u043e\u0431\u044a\u044f\u0441\u043d\u044f\u0435\u0442\u0441\u044f \u0442\u0435\u043c, \u0442\u043e\u043b\u044c\u043a\u043e \u0432 \u0434\u0435\u0441\u043a\u0442\u043e\u043f\u043d\u043e\u0439 \u0432\u0435\u0440\u0441\u0438\u0438 1\u0445\u0421\u0442\u0430\u0432\u043a\u0430 \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0435 \u043d\u0430\u0445\u043e\u0434\u0438\u0442\u0441\u044f \u043e\u0447\u0435\u043d\u044c \u043c\u0430\u043b\u043e \u0440\u0430\u0437\u043b\u0438\u0447\u043d\u043e\u0439 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438. \u0420\u0430\u0431\u043e\u0442\u0430\u044e \u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e \u0431\u044b\u0441\u0442\u0440\u043e \u0430 \u043f\u043e\u0442\u0440\u0435\u0431\u043b\u044f\u0435\u0442 \u043c\u0435\u043d\u044c\u0448\u0435 \u0436\u0438\u0437\u043d\u0435\u043d\u043d\u043e\u0439, \u0447\u0442\u043e \u043d\u0435\u043c\u0430\u043b\u043e\u0432\u0430\u0436\u043d\u043e \u0443\u0441\u043e\u0432\u0435\u0440\u0448\u0435\u043d\u0441\u0442\u0432\u043e \u0440\u0430\u0431\u043e\u0442\u044b \u0441 \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u044b\u043c \u0433\u0430\u0434\u0436\u0435\u0442\u043e\u043c. \u0421\u0441\u044b\u043b\u043a\u0438 \u0434\u0434\u044f \u0441\u043a\u0430\u0447\u0438\u0432\u0430\u043d\u0438\u044f \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0439 \u043f\u043e\u0442\u043e\u043c\u0443 \u043d\u0430\u0445\u043e\u0434\u044f\u0442\u0441\u044f \u043d\u0430 \u043b\u0438\u0447\u043d\u044b\u0445 \u0441\u0430\u0439\u0442\u0430\u0445 \u0431\u0443\u043a\u043c\u0435\u043a\u0435\u0440\u0441\u043a\u0438\u0445 \u043a\u043e\u043d\u0442\u043e\u0440. \u041d\u0430\u0438\u0431\u043e\u043b\u0435\u0435 \u043f\u0440\u043e\u0441\u0442\u043e\u0439 \u043f\u0443\u0442\u0435\u043c \u2013 \u0437\u0430\u0439\u0442\u0438 \u0430 \u0441\u0430\u0439\u0442 \u0431\u0443\u043a\u043c\u0435\u043a\u0435\u0440\u0430 \u0441\u043e \u0441\u0432\u043e\u0435\u0433\u043e \u0441\u043c\u0430\u0440\u0442\u0444\u043e\u043d\u0430. \u0411\u0430\u043d\u043d\u0435\u0440 \u0441 \u043f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u043c \u0441\u043a\u0430\u0447\u0430\u0442\u044c \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0434\u043b\u044f \u043c\u043e\u0435\u0439 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b \u043f\u043e\u0442\u043e\u043c\u0443 \u043e\u0442\u043e\u0431\u0440\u0430\u0437\u0438\u0442\u0441\u044f \u043d\u0430 \u0447\u0435\u0442\u0432\u0435\u0440\u0442\u043e\u043c \u044d\u043a\u0440\u0430\u043d\u0435.<\/p>\n<h3 id=\"toc-1\">\u0421\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0430 \u0434\u043b\u0438 \u0421\u0442\u0430\u0432\u043e\u043a&#8221;<\/h3>\n<p>\u041f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 1\u0445\u0421\u0442\u0430\u0432\u043a\u0430 \u0438\u043c\u0435\u0435\u0442 \u0437\u0430\u043c\u0435\u0447\u0430\u0442\u0435\u043b\u044c\u043d\u0443\u044e \u0444\u0443\u043d\u043a\u0446\u0438\u044e PlayZone, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043b\u0438 \u043a\u043e\u0442\u043e\u0440\u0443\u044e, \u043c\u043e\u0436\u043d\u043e \u0434\u0435\u043b\u0430\u0442\u044c \u0441\u0442\u0430\u0432\u043a\u0438 \u043d\u0430 \u043d\u0430\u0441\u0442\u0430\u043b\u043e \u0441\u043e\u0431\u044b\u0442\u0438\u0435, \u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u043f\u0440\u043e\u0438\u0441\u0445\u043e\u0434\u0438\u043b\u043e \u0432 \u043c\u0430\u0442\u0447\u0435. \u0412\u0441\u0435\u0433\u0434\u0430 \u0434\u0438\u0437\u0430\u0439\u043d \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u0434\u0438\u0437\u0430\u0439\u043d\u0443 \u043a\u043b\u0430\u0441\u0441\u043e\u043e\u0431\u0440\u0430\u0437\u0443\u044e\u0449\u0435\u0433\u043e \u0441\u0430\u0439\u0442\u0430 \u043a\u043e\u043d\u0442\u043e\u0440\u044b, \u0438 \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d \u043e\u043d \u0432 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0435\u0439 \u0446\u0432\u0435\u0442\u043e\u0432\u043e\u0439 \u0433\u0430\u043c\u043c\u0435. \u041d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, \u0432 1\u0445\u0421\u0442\u0430\u0432\u043a\u0430 \u043f\u0440\u0435\u043e\u0431\u043b\u0430\u0434\u0430\u044e\u0442 \u0433\u043e\u043b\u0443\u0431\u044b\u0435 \u043e\u0442\u0442\u0435\u043d\u043e\u043a, \u0430 \u0432 \u041f\u0430\u0440\u0438\u043c\u0430\u0442\u0447 \u2013 \u0447\u0435\u0440\u043d\u043e-\u0436\u0435\u043b\u0442\u044b\u0435, \u043e\u0442\u0442\u0435\u043d\u043e\u043a \u0424\u043e\u043d\u0431\u0435\u0442\u0430 \u2013 \u043a\u0440\u0430\u0441\u043d\u044b\u0439 \u0438 \u0442. \u0437\u0431\u043e\u0431.<\/p>\n<ul>\n<li>\u0411\u0430\u043d\u043d\u0435\u0440 \u0441 \u043f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u043c \u0441\u043a\u0430\u0447\u0430\u0442\u044c \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0434\u043b\u044f \u0442\u0432\u043e\u0435\u0439 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b \u043f\u043e\u0442\u043e\u043c\u0443 \u043e\u0442\u043e\u0431\u0440\u0430\u0437\u0438\u0442\u0441\u044f \u043d\u0430 \u0442\u0440\u0435\u0442\u044c\u0435\u043c \u044d\u043a\u0440\u0430\u043d\u0435.<\/li>\n<li>\u041f\u0440\u043e\u0435\u043a\u0442\u00a0\u0424\u0443\u0442\u0431\u043e\u043b-\u043f\u0440\u043e\u0433\u043d\u043e\u0437\u044b. ru \u043d\u0435 \u043f\u0440\u0438\u043d\u0438\u043c\u0430\u0435\u0448\u044c \u0441\u0442\u0430\u0432\u043a\u0438 \u0438 \u043d\u0435 \u043f\u0440\u043e\u0432\u043e\u0434\u0438\u0442 \u043d\u0438\u043a\u0430\u043a\u0438\u0435 \u0438\u0433\u0440\u044b \u043d\u0430 \u0434\u0435\u043d\u044c\u0433\u0438.<\/li>\n<li>\u0425\u043e\u0440\u043e\u0448\u0435\u0435 \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u043c\u043e\u0433\u0443\u0442 \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0442\u044c \u043a\u043b\u0438\u0435\u043d\u0442\u0443 \u0442\u043e\u043b\u044c\u043a\u043e \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0438, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0438\u043c\u0435\u044e\u0442\u0441\u044f \u043d\u0430 \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u043c \u0441\u0430\u0439\u0442\u0435 \u0411\u041a.<\/li>\n<li>\u041f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u043a\u0430\u043a \u0434\u043b\u044f \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u044c\u043d\u044b\u043c \u043a\u043e\u043c\u043f\u044c\u044e\u0442\u0435\u0440\u0430, \u0442\u0430\u043a \u0430 \u0434\u043b\u044f \u0441\u043c\u0430\u0440\u0442\u0444\u043e\u043d\u043e\u0432 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u043e \u043e\u0431\u043b\u0435\u0433\u0447\u0430\u044e\u0442 \u0436\u0438\u0437\u043d\u044c \u0431\u0435\u0442\u0442\u0435\u0440\u0443.<\/li>\n<li>\u0411\u0443\u043a\u043c\u0435\u043a\u0435\u0440 1\u0445\u0421\u0442\u0430\u0432\u043a\u0430 \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u043b\u0435\u0433\u0430\u043b\u044c\u043d\u044b\u043c \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u043c \u0430\u043d\u0430\u043b\u043e\u0433\u043e\u043c \u0437\u043d\u0430\u043c\u0435\u043d\u0438\u0442\u043e\u0439 \u043e\u0444\u0444\u0448\u043e\u0440\u043d\u043e\u0439 \u043a\u043e\u043d\u0442\u043e\u0440\u044b 1xbet, \u0445\u043e\u0442\u044f \u043e\u0444\u0438\u0446\u0438\u0430\u043b\u044c\u043d\u043e \u0438 \u044e\u0440\u0438\u0434\u0438\u0447\u0435\u0441\u043a\u0438 \u044d\u0442\u0438 \u0447\u0435\u0442\u044b\u0440\u0435 \u043a\u043e\u043d\u0442\u043e\u0440\u044b \u043d\u0435 \u0441\u0432\u044f\u0437\u0430\u043d\u043d\u0443\u044e.<\/li>\n<\/ul>\n<p>\u0414\u0435\u043b\u0430\u0442\u044c \u0441\u0442\u0430\u0432\u043a\u0438 \u043d\u0430 cybersport \u0432\u044b\u0433\u043e\u0434\u043d\u043e \u0443 \u0431\u0443\u043a\u043c\u0435\u043a\u0435\u0440\u043e\u0432 \u0411\u0435\u0442\u0411\u0443\u043c, \u0424\u043e\u043d\u0431\u0435\u0442, \u041b\u0435\u043e\u043d, \u041f\u0430\u0440\u0438, \u0412\u0438\u043d\u043b\u0430\u0439\u043d. \u0418\u043d\u043e\u0433\u0434\u0430 \u0431\u0443\u043a\u043c\u0435\u043a\u0435\u0440\u0441\u043a\u0438\u0435 \u043a\u043e\u043d\u0442\u043e\u0440\u044b \u0432\u044b\u0434\u0430\u044e\u0442 \u0432 \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u043c \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0438 \u0434\u0435\u043f\u043e\u0437\u0438\u0442\u043d\u044b\u0435 \u0438 \u0431\u0435\u0437\u0434\u0435\u043f\u043e\u0437\u0438\u0442\u043d\u044b\u0435 \u0431\u043e\u043d\u0443\u0441\u044b \u043d\u0430 \u043a\u0438\u0431\u0435\u0440, \u0442\u043e\u043f\u043e\u0432\u044b\u0435 \u0442\u0443\u0440\u043d\u0438\u0440\u044b \u0438 \u043b\u0438\u0433\u0438 (\u0444\u0440\u0438\u0431\u0435\u0442\u044b, \u043f\u043e\u0432\u044b\u0448\u0435\u043d\u043d\u044b\u0435&#8221; &#8220;\u043a\u0444\u044b, \u043d\u043e\u0432\u044b\u0435 \u043a\u043e\u043d\u043a\u0443\u0440\u0441\u044b). \u0418 \u043e\u0431\u0437\u043e\u0440\u0430\u0445 \u0438 \u0440\u0435\u0439\u0442\u0438\u043d\u0433\u0430\u0445 Betonmobile \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u0435\u0435 \u0441\u043c\u043e\u0442\u0440\u0438\u043c \u043b\u0435\u0433\u0430\u043b\u044c\u043d\u044b\u0435 \u0431\u0443\u043a\u043c\u0435\u043a\u0435\u0440\u0441\u043a\u0438\u0435 \u043a\u043e\u043d\u0442\u043e\u0440\u044b \u0441 \u043b\u0438\u0446\u0435\u043d\u0437\u0438\u0435\u0439. \u0418\u0433\u0440\u043e\u043a\u0438 \u043c\u043e\u0433\u0443\u0442 \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e \u0441\u0442\u0430\u0432\u0438\u043b\u0438\u0441\u044c \u043d\u0430 \u043a\u0438\u0431\u0435\u0440\u0441\u043f\u043e\u0440\u0442 \u0442\u0430\u043a\u0436\u0435 sport \u0447\u0435\u0440\u0435\u0437 \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u044b\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f, \u0437\u0430\u0431\u0438\u0440\u0430\u0442\u044c \u0444\u0440\u0438\u0431\u0435\u0442\u044b.<\/p>\n<h3 id=\"toc-2\">\u0418\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u044f: \u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u041c\u043e\u0431\u0438\u043b\u044c\u043d\u044b\u0435 \u041f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0411\u0443\u043a\u043c\u0435\u043a\u0435\u0440\u0441\u043a\u0438\u0445 \u041a\u043e\u043d\u0442\u043e\u0440 \u0441 \u041e\u0444\u0438\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u0421\u0430\u0439\u0442\u0430<\/h3>\n<p>\u0414\u0430\u0432\u0430\u0439\u0442\u0435 \u0440\u0430\u0441\u0441\u043c\u043e\u0442\u0440\u0438\u043c, \u043a\u0430\u043a\u0438\u0435 \u043f\u0440\u0435\u0438\u043c\u0443\u0449\u0435\u0441\u0442\u0432\u0430 \u0438 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0438 \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u044e\u0442 \u0442\u0430\u043a\u0438\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f. \u041d\u0430 live-\u0441\u0442\u0430\u0432\u043a\u0438 \u0432 \u0444\u0443\u0442\u0431\u043e\u043b\u0435 \u0430 \u043f\u0440\u043e\u0447\u0438\u0445 \u0434\u0438\u0441\u0446\u0438\u043f\u043b\u0438\u043d\u0430\u0445 \u0441\u043c\u043e\u0433\u0443\u0442 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0442\u0435 \u0442\u043e\u043b\u044c\u043a\u043e \u043a\u0444\u044b, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043e\u0441\u0442\u0430\u0432\u0430\u043b\u0438\u0441\u044c \u043d\u0430 \u0434\u0435\u0441\u043a\u0442\u043e\u043f\u0435. \u0412\u0435\u0440\u0441\u0438\u044f \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0438\u0437 Google \u043d\u0435 \u043e\u0442\u043b\u0438\u0447\u0430\u0435\u0442\u0441\u044f \u0432\u043e\u043f\u0440\u0435\u043a\u0438 \u0444\u0443\u043d\u043a\u0446\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u043e\u0441\u0442\u0438. \u041d\u0435 \u0441\u043b\u0435\u0434\u043e\u0432\u0430\u043b\u043e \u0438\u0441\u043a\u0430\u0442\u044c \u0440\u0435\u0441\u0443\u0440\u0441\u044b \u0436\u0435 \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u0435, \u0433\u0434\u0435 \u043f\u0440\u0435\u0434\u043b\u0430\u0433\u0430\u044e\u0442 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043e\u0447\u043d\u044b\u0439 \u0444\u0430\u0439\u043b \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f. \u041d\u0430\u043a\u043e\u043d\u0435\u0446, \u0432 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0438 \u0432\u044b\u0434\u0430\u044e\u0442 \u0444\u0440\u0438\u0431\u0435\u0442\u044b  \u0432 sport \u0438 \u043a\u0438\u0431\u0435\u0440\u0441\u043f\u043e\u0440\u0442 (\u043f\u043e\u0441\u043b\u0435 \u0432\u0435\u0440\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438 \u2014 \u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f \u0441\u0432\u0435\u0434\u0435\u043d\u0438\u044f \u0441\u0435\u043c\u0440\u044f\u0443\u0438 \u0441\u0435\u0431\u0435).<\/p>\n<ul>\n<li>\u041d\u043e, \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u043c\u043e\u0436\u0435\u0442 \u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u043e \u0438 \u0448\u0443\u0441\u0442\u0440\u043e \u0440\u0430\u0431\u043e\u0442\u0430\u0442\u044c, \u043f\u043e\u0436\u0430\u043b\u0443\u0439, \u043a\u0430\u043a \u043e\u0434\u0438\u043d \u0438\u0437 \u0431\u043e\u043b\u0435\u0435 \u0432\u0430\u0436\u043d\u044b\u0445 \u043a\u0440\u0438\u0442\u0435\u0440\u0438\u0435\u0432, \u043a\u043e\u0442\u043e\u0440\u044b\u043c \u0441\u043b\u0435\u0434\u0443\u0435\u0442 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u043e\u0432\u0430\u0442\u044c \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435.<\/li>\n<li>\u0421 \u0431\u0443\u043a\u043c\u0435\u043a\u0435\u0440\u0441\u043a\u0438\u043c \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u043c, \u0432\u044b \u043d\u0435 \u0432 \u0446\u0435\u043d\u0442\u0440\u0435 \u0441\u043e\u0431\u044b\u0442\u0438\u0439 \u0438 \u0433\u043e\u0442\u043e\u0432\u044b \u0441\u0434\u0435\u043b\u0430\u043b\u0438 \u0441\u0442\u0430\u0432\u043a\u0438, \u043a\u043e\u0433\u0434\u0430 \u043b\u044e\u0431\u043e\u0439 \u0438 \u0433\u0434\u0435 \u0443\u0433\u043e\u0434\u043d\u043e.<\/li>\n<li>\u0421\u0442\u0440\u0430\u043d\u0438\u0446\u044b \u0433\u0440\u0443\u0437\u044f\u0442\u0441\u044f \u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e \u0434\u043e\u043b\u0433\u043e, \u0430 \u0441\u0430\u0439\u0442 \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442 \u043c\u0435\u0434\u043b\u0435\u043d\u043d\u043e \u0430 \u0441\u0442\u0430\u0440\u044b\u0445 \u043a\u043e\u043c\u043f\u044c\u044e\u0442\u0435\u0440\u0430\u0445 \u0430 \u0441\u043b\u0430\u0431\u043e\u043c \u0418\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u0435.<\/li>\n<li>\u041d\u0430\u0439\u0442\u0438 \u0441\u0441\u044b\u043b\u043a\u0443 \u0430 \u0441\u043a\u0430\u0447\u0438\u0432\u0430\u043d\u0438\u0435 \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u044b\u0445 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0439 \u043d\u0430 \u0441\u0430\u0439\u0442\u0435 \u0411\u041a \u00ab\u0422\u0435\u043d\u043d\u0438\u0441\u0438\u00bb, \u0441\u0445\u043e\u0434\u0443 \u043d\u0430\u0439\u0434\u0443\u0442 \u043d\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u0441\u044f.<\/li>\n<li>\u0412\u044b \u0441\u043c\u043e\u0433\u0443 \u043d\u0430\u0439\u0442\u0438 \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u044b\u0435 \u0431\u0443\u043a\u043c\u0435\u043a\u0435\u0440\u0441\u043a\u0438\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0432 App Store \u0431\u0435\u0437 \u043a\u0430\u043a\u0438\u0445-\u043b\u0438\u0431\u043e \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u0439.<\/li>\n<li>\u041f\u0440\u0438 \u044d\u0442\u043e\u043c \u0441\u0430\u043c\u0443 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044e \u043d\u0430\u0434\u043e \u043f\u0440\u043e\u0439\u0442\u0438 \u0447\u0435\u0440\u0435\u0437 \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435.<\/li>\n<\/ul>\n<p>\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u0435 \u0441\u0432\u044f\u0437\u0430\u043d\u043e \u0441\u043e \u043f\u043e\u043b\u0438\u0442\u0438\u043a\u043e\u0439 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b, \u043d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043d\u043e\u0439 \u043d\u0430 \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u0435 \u0440\u0430\u0431\u043e\u0442\u0443 \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u044b\u0445 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0439 \u0431\u0443\u043a\u043c\u0435\u043a\u0435\u0440\u0441\u043a\u0438\u0445 \u043a\u043e\u043d\u0442\u043e\u0440 \u0438 \u043a\u0430\u0437\u0438\u043d\u043e. \u041f\u043e\u0434\u0432\u043e\u0434\u044f \u0438\u0442\u043e\u0433 \u0441\u043a\u0430\u0437\u0430\u043d\u043d\u043e\u0435, \u043c\u043e\u0436\u043d\u043e \u043f\u0440\u0438\u0437\u043d\u0430\u0442\u044c, \u0447\u0442\u043e \u043b\u0443\u0447\u0448\u0438\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0430\u043d\u044b \u0443 \u0432\u0435\u0434\u0443\u0449\u0438\u0445 \u043d\u0430\u0448\u0438\u0445 \u043b\u0435\u0433\u0430\u043b\u044c\u043d\u044b\u0445 \u0411\u041a, \u0438\u0445 \u043d\u0430\u0445\u043e\u0434\u044f\u0442\u0441\u044f \u0432 \u0432\u0435\u0440\u0445\u043d\u044f\u044f \u0447\u0430\u0441\u0442\u0438 \u0440\u0435\u0439\u0442\u0438\u043d\u0433\u0430. \u0411\u041a \u0412\u0443\u043b\u043a\u0430\u043d\u0431\u0435\u0442 \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u043e\u0434\u043d\u043e\u0439 \u043c\u043e\u043b\u043e\u0434\u043e\u0439 \u043b\u0435\u0433\u0430\u043b\u044c\u043d\u043e\u0439 \u0440\u043e\u0441\u0441\u0438\u0438 \u043a\u043e\u043d\u0442\u043e\u0440\u043e\u0439, \u043a\u043e\u0442\u043e\u0440\u0430\u044f \u043e\u0441\u0435\u043d\u044c\u044e 2021 \u0433\u043e\u0434\u0430 \u043f\u0440\u0430\u0437\u0434\u043d\u0443\u0435\u0442 \u0441\u0432\u043e\u044e \u043f\u0435\u0440\u0432\u0443\u044e \u0437\u043d\u0430\u043c\u0435\u043d\u0430\u0442\u0435\u043b\u044c\u043d\u0430\u044f \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043e\u0432\u0430\u043d\u0438\u044f. \u041e\u0442\u0447\u0430\u0441\u0442\u0438 \u043a\u0430\u043a \u043e\u0431\u044a\u044f\u0441\u043d\u044f\u0435\u0442\u0441\u044f \u0438 \u0447\u0435\u043c \u0444\u0430\u043a\u0442\u043e\u043c, \u0447\u0442\u043e \u0430 \u0412\u0443\u043b\u043a\u0430\u043d\u0431\u0435\u0442 \u043d\u0435\u0442 \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f. \u041b\u0438\u0433\u0430 \u0421\u0442\u0430\u0432\u043e\u043a \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0430\u043b\u0430 \u0441\u0442\u0438\u043b\u044c\u043d\u043e\u0435, \u0443\u0434\u043e\u0431\u043d\u0435\u0435 \u0438 \u0431\u044b\u0441\u0442\u0440\u043e\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0441 \u043f\u043e\u043b\u043d\u044b\u043c \u0444\u0443\u043d\u043a\u0446\u0438\u043e\u043d\u0430\u043b\u043e\u043c \u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u043d\u044b\u043c\u0438 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u044f\u0445. \u0418\u0433\u0440\u043e\u043a\u0443 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0430 \u0444\u0443\u043d\u043a\u0446\u0438\u044f \u00ab\u0423\u043c\u043d\u044b\u0439 \u043a\u0443\u043f\u043e\u043d\u00bb, \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u043d\u0430\u044f \u0441\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0430, \u0431\u043e\u043b\u044c\u0448\u043e\u0435 \u043c\u043d\u043e\u0436\u0435\u0441\u0442\u0432\u043e \u0432\u0438\u0434\u0435\u043e\u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0438\u0439 \u043c\u0430\u0442\u0447\u0435\u0439.<\/p>\n<h2 id=\"toc-3\">\u0434\u043b\u0438 \u0427\u0435\u0433\u043e \u0421\u043a\u0430\u0447\u0438\u0432\u0430\u0442\u044c \u041f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0411\u043a<\/h2>\n<p>\u041d\u0430\u0439\u0442\u0438 \u0441\u0441\u044b\u043b\u043a\u0443 \u0430 \u0441\u043a\u0430\u0447\u0438\u0432\u0430\u043d\u0438\u0435 \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u044b\u0445 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0439 \u043d\u0430 \u0441\u0430\u0439\u0442\u0435 \u0411\u041a \u00ab\u0422\u0435\u043d\u043d\u0438\u0441\u0438\u00bb, \u0441\u0445\u043e\u0434\u0443 \u043d\u0430\u0439\u0434\u0435\u043c \u043d\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u0441\u044f. \u041f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0441\u043e\u0445\u0440\u0430\u043d\u044f\u044e\u0442 \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u0439 \u0444\u0443\u043d\u043a\u0446\u0438\u043e\u043d\u0430\u043b \u0441\u0430\u0439\u0442\u0430, \u0440\u0430\u0431\u043e\u0442\u0430\u044e\u0442 \u043f\u0440\u043e\u0432\u043e\u0440\u043d\u043e, \u043f\u043e\u0442\u0440\u0435\u0431\u043b\u044f\u044e\u0442 \u043c\u0430\u043b\u043e \u044d\u043d\u0435\u0440\u0433\u0438\u0438. \u0412\u0442\u043e\u0440\u043e\u0439 \u0432\u0430\u0436\u043d\u044b\u0439 \u043c\u043e\u043c\u0435\u043d\u0442 \u2013 \u044d\u0442\u043e \u0444\u0443\u043d\u043a\u0446\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f. \u0425\u043e\u0440\u043e\u0448\u0435\u0435 \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0434\u043e\u043b\u0436\u043d\u043e \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0442\u044c \u043a\u043b\u0438\u0435\u043d\u0442\u0443 \u0432\u0441\u0435 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0438, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0438\u043c\u0435\u044e\u0442\u0441\u044f \u043d\u0430 \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u043c \u0441\u0430\u0439\u0442\u0435 \u0411\u041a. \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435, \u043a\u043b\u0438\u0435\u043d\u0442 \u0434\u043e\u043b\u0436\u0435\u043d \u0438\u043c\u0435\u0442\u044c \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u044c \u0434\u0430\u0436\u0435 \u0442\u043e\u043b\u044c\u043a\u043e \u0437\u0430\u043a\u043b\u044e\u0447\u0430\u0442\u044c \u043f\u0430\u0440\u0438, \u043d\u043e \u0438 \u043f\u043e\u043f\u043e\u043b\u043d\u044f\u0442\u044c \u0441\u0432\u043e\u0439 \u0438\u0433\u0440\u043e\u0432\u043e\u0439 \u0431\u0430\u043b\u0430\u043d\u0441, \u0432\u044b\u0432\u043e\u0434\u0438\u0442\u044c \u0434\u0435\u043d\u044c\u0433\u0438, \u0432\u0441\u0442\u0443\u043f\u0430\u0442\u044c \u0441\u043e \u0441\u043b\u0443\u0436\u0431\u043e\u0439 \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u0438 \u043f\u0440\u043e\u0447. \u0411\u041a \u0411\u0412\u0418\u041d \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0435\u0434\u0438\u043d\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u043c \u043c\u0438\u0440\u043e\u0432\u044b\u043c&#8221; &#8220;\u0431\u0440\u0435\u043d\u0434\u043e\u043c \u0432 \u043c\u0438\u0440\u0435 \u0431\u0435\u0442\u0442\u0438\u043d\u0433\u0430, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u043f\u043e\u0441\u0447\u0438\u0442\u0430\u043b \u043d\u0435\u0446\u0435\u043b\u0435\u0441\u043e\u043e\u0431\u0440\u0430\u0437\u043d\u043e \u0441\u0434\u0435\u043b\u0430\u0442\u044c \u0440\u0443\u0441\u0441\u043a\u043e\u044f\u0437\u044b\u0447\u043d\u044b\u0439 \u043b\u0435\u0433\u0430\u043b\u044c\u043d\u044b\u0439 \u0432\u0430\u0440\u0438\u0430\u043d\u0442 \u0441\u0432\u043e\u0435\u0433\u043e \u0441\u0430\u0439\u0442\u0430.<\/p>\n<p>\u041c\u043e\u0431\u0438\u043b\u044c\u043d\u044b\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0431\u0443\u043a\u043c\u0435\u043a\u0435\u0440\u0441\u043a\u0438\u0445 \u043a\u043e\u043d\u0442\u043e\u0440 \u0434\u0434\u044f \u0441\u0442\u0430\u0432\u043e\u043a \u043d\u0430 \u0444\u0443\u0442\u0431\u043e\u043b, \u043a\u0438\u0431\u0435\u0440\u0441\u043f\u043e\u0440\u0442, \u0445\u043e\u043a\u043a\u0435\u0439, \u0442\u0435\u043d\u043d\u0438\u0441, \u0431\u0430\u0441\u043a\u0435\u0442\u0431\u043e\u043b \u0441\u043e\u0437\u0434\u0430\u043d\u044b \u0434\u0434\u044f \u0442\u043e\u0433\u043e, \u0447\u0442\u043e\u0431\u044b \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442\u044c \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0443\u0434\u043e\u0431\u043d\u043e\u0439 \u0442\u043e\u043b\u044c\u043a\u043e \u0444\u0443\u043d\u043a\u0446\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u043e\u0439 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u043e\u0439. \u041f\u0440\u043e\u0435\u043a\u0442 \u0424\u0443\u0442\u0431\u043e\u043b-\u043f\u0440\u043e\u0433\u043d\u043e\u0437\u044b. ru \u043d\u0435 \u043f\u0440\u0438\u043d\u0438\u043c\u0430\u044e \u0441\u0442\u0430\u0432\u043a\u0438 \u0438 \u043d\u043e \u043f\u0440\u043e\u0432\u043e\u0434\u0438\u0442 \u043d\u0438\u043a\u0430\u043a\u0438\u0435 \u0438\u0433\u0440\u044b \u043d\u0430 \u0434\u0435\u043d\u044c\u0433\u0438. \u0422\u0430\u043a\u0436\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u043e\u0432 \u0441\u043e \u0441\u0430\u0439\u0442\u0430, \u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e \u0443\u043a\u0430\u0437\u044b\u0432\u0430\u0439\u0442\u0435 \u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a \u0441 \u0433\u0438\u043f\u0435\u0440\u0441\u0441\u044b\u043b\u043a\u043e\u0439. \u041c\u043d\u043e\u0433\u0438\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0435 \u0431\u0443\u043a\u043c\u0435\u043a\u0435\u0440\u0441\u043a\u0438\u0435 \u043a\u043e\u043d\u0442\u043e\u0440\u044b \u043d\u0435 \u0430 \u0430\u0434\u0430\u043f\u0442\u0438\u0440\u043e\u0432\u0430\u043b\u0438 \u0441\u0432\u043e\u0438 \u0441\u0430\u0439\u0442\u044b \u0434\u043b\u044f \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u044b\u0445 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432, \u043d\u043e \u0438 \u0432\u044b\u043f\u0443\u0441\u0442\u0438\u043b\u0438 \u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0434\u0434\u044f iOS \u0438 Android.<\/p>\n<h3 id=\"toc-4\">\u00ab\u043c\u0438\u043b\u0430\u043d\u00bb \u0417\u0430\u0431\u0435\u0440\u0435\u0442 \u0434\u0430\u0436\u0435 \u041a\u0443\u0431\u043e\u043a \u0418\u0442\u0430\u043b\u0438\u0438<\/h3>\n<p>\u0414\u0440. \u0435., \u0441\u043a\u0430\u0447\u0430\u0442\u044c \u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u043c\u043e\u0436\u0435\u0442 \u043b\u044e\u0431\u043e\u0439 \u0436\u0435\u043b\u0430\u044e\u0449\u0435\u043c\u0443, \u0434\u0430\u0436\u0435 \u0435\u0441\u043b\u0438 \u0437\u0430\u0440\u0443\u0445\u043e\u043c \u043d\u0435 \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u043d \u0436\u0435 \u043a\u043e\u043d\u0442\u043e\u0440\u0435. \u041f\u0440\u0438 \u0438\u043c\u0435\u043d\u043d\u043e \u0441\u0430\u043c\u0443 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044e \u043d\u0430\u0434\u043e \u043f\u0440\u043e\u0439\u0442\u0438 \u0447\u0435\u0440\u0435\u0437 \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435. \u0427\u0435\u0440\u0435\u0437 \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u043c\u043e\u0436\u043d\u043e \u043f\u043e\u043f\u043e\u043b\u043d\u044f\u0442\u044c \u0434\u0435\u043f\u043e\u0437\u0438\u0442\u043d\u044b\u0439 \u0441\u0447\u0435\u0442 \u0438\u0433\u0440\u043e\u043a\u0430 \u0438 \u0441\u043d\u0438\u043c\u0430\u0442\u044c \u043a\u0432\u0430\u0440\u043f\u043b\u0430\u0442\u0443. \u0421\u043a\u0430\u0447\u0430\u0442\u044c \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 Winline \u0438 \u0434\u0440\u0443\u0433\u0438\u0445 \u0431\u0443\u043a\u043c\u0435\u043a\u0435\u0440\u0441\u043a\u0438\u0445 \u043a\u043e\u043d\u0442\u043e\u0440 \u0438\u0437 \u0426\u0423\u041f\u0418\u0421 \u0441\u0435\u0433\u043e\u0434\u043d\u044f \u043f\u0440\u0435\u0434\u043b\u0430\u0433\u0430\u044e\u0442 \u0432 \u0434\u0435\u0441\u043a\u0442\u043e\u043f\u043d\u044b\u0445 (\u043f\u043e\u043b\u043d\u043e\u0432\u0435\u0441\u043d\u044b\u0445) \u0430 \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u044b\u0445 \u0441\u0430\u0439\u0442\u0430\u0445 \u0431\u0443\u043a\u043c\u0435\u043a\u0435\u0440\u043e\u0432 \u0438\u043b\u0438 \u0432 \u043e\u0444\u0438\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0445 \u043c\u0430\u0433\u0430\u0437\u0438\u043d\u0430\u0445 \u0434\u043b\u044f \u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u043e\u0439 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432. \u041c\u043e\u0431\u0438\u043b\u044c\u043d\u044b\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0424\u043e\u043d\u0431\u0435\u0442 \u0441\u043e\u0445\u0440\u0430\u043d\u044f\u044e\u0442 \u043f\u043e\u043b\u043d\u043e\u0435 \u0444\u0443\u043d\u043a\u0446\u0438\u043e\u043d\u0430\u043b \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u0433\u043e \u0441\u0430\u0439\u0442\u0430.<\/p>\n<ul>\n<li>\u0417\u0434\u0435\u0441\u044c \u0430 \u0438\u043c\u0435\u0435\u0442\u0441\u044f \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u044c \u043f\u043e\u0439\u0442\u0438 \u0432 \u043f\u0440\u043e\u0444\u0438\u043b\u044c \u0438\u0433\u0440\u043e\u043a\u0430, \u043f\u043e\u043b\u0443\u0447\u0430\u0442\u044c \u0441\u0438\u0441\u0442\u0435\u043c\u043d\u044b\u0435 \u043e\u043f\u043e\u0432\u0435\u0449\u0435\u043d\u0438\u044f, \u0434\u0435\u043b\u0430\u0442\u044c \u043f\u043e\u043f\u0443\u043b\u044f\u0440\u043d\u044b\u0435 \u0441\u0442\u0430\u0432\u043a\u0438.<\/li>\n<li>\u0412 \u043f\u043e\u0434\u043e\u0431\u043d\u043e\u0439 \u0432\u0430\u0436\u043d\u043e\u0435 \u043c\u0430\u0442\u0447\u0430 \u043d\u0430 \u043f\u0435\u0440\u0432\u044b\u0439 \u043f\u043b\u0430\u043d \u0432\u044b\u0445\u043e\u0434\u0438\u0442 \u043b\u0438\u0434\u0435\u0440\u0441\u043a\u0438\u0435 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0435 \u0438 \u0434\u0443\u0445\u0430 \u043f\u043e\u0431\u0435\u0434\u0438\u0442\u0435\u043b\u0435\u0439, \u00ab\u041c\u0438\u043b\u0430\u043d\u00bb \u043d\u0438\u043a\u0442\u043e, \u043a\u0430\u043a \u0432\u044b\u0438\u0433\u0440\u044b\u0432\u0430\u0442\u044c \u0442\u0443\u0440\u043d\u0438\u0440\u044b, \u0432 \u0435\u0433\u043e \u0441\u043e\u0441\u0442\u0430\u0432\u0435 \u043e\u0441\u0442\u0430\u043b\u043e\u0441\u044c \u043f\u043e\u043b\u043e\u0432\u0438\u043d\u0430 \u0442\u0440\u0438\u0443\u043c\u0444\u0430\u0442\u043e\u0440\u043e\u0432 \u0421\u0435\u0440\u0438\u0438 \u0410.<\/li>\n<li>\u0415\u0441\u043b\u0438 \u0443 \u043a\u043b\u0438\u0435\u043d\u0442\u0430 \u043d\u0430 \u0441\u0447\u0435\u0442\u0443 \u043e\u0442\u0440\u0438\u0446\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u043c \u0431\u0430\u043b\u0430\u043d\u0441, \u043e\u043d \u0438\u043b\u0438 \u043f\u0440\u043e\u0441\u043c\u0430\u0442\u0440\u0438\u0432\u0430\u0442\u044c \u0432\u0438\u0434\u0435\u043e\u0442\u0440\u044f\u043d\u0441\u043b\u044f\u0446\u0438\u0438 \u0447\u0435\u0440\u0435\u0437 \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435.<\/li>\n<li>\u041a\u043e\u0442\u043e\u0440\u044b\u0435 \u043c\u043e\u0433\u0443\u0442 \u0431\u044b\u0442\u044c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u044b, \u0435\u0441\u043b\u0438 \u0432\u044b \u043d\u0435 \u0445\u043e\u0442\u0438\u0442\u0435 \u0438\u043b\u0438 \u0434\u0430\u0436\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u0443\u0441\u0442\u0430\u043d\u0430\u0432\u043b\u0438\u0432\u0430\u0442\u044c \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435.<\/li>\n<\/ul>\n<p>\u041f\u043e\u0441\u043b\u0435 \u0442\u043e\u0433\u043e, \u043a\u0430\u043a \u0438\u0433\u0440\u043e\u043a \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0438\u043b\u0441\u044f \u0441\u043e \u0441\u0432\u043e\u0438\u043c \u0432\u044b\u0431\u043e\u0440\u043e\u043c, \u0441\u0434\u0435\u043b\u0430\u043d\u044b \u0441\u0442\u0430\u0432\u043a\u0430 \u043f\u043e\u043c\u0435\u0449\u0430\u0435\u0442\u0441\u044f \u0432 \u043a\u043e\u0440\u0437\u0438\u043d\u0443, \u0438\u0437 \u043e\u0434\u043d\u0430 \u0443\u0436\u0435 \u043e\u043d\u0430 \u043f\u043e\u0442\u043e\u043c \u043e\u0444\u043e\u0440\u043c\u043b\u044f\u0435\u0442\u0441\u044f, \u043a\u0430\u043a, \u0442\u0430\u043a\u0436\u0435, \u043d\u0430 \u0441\u0430\u0439\u0442\u0435 \u043f\u0440\u0438\u043b\u0430\u0432\u043e\u043a \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0441\u044f \u043f\u043e\u043a\u0443\u043f\u043a\u0430 \u0442\u043e\u0432\u0430\u0440\u0430. \u0412 \u0441\u043b\u0443\u0447\u0430\u0435, \u043a\u043e\u0433\u0434\u0430 \u0438\u0433\u0440\u043e\u043a \u043f\u043b\u0430\u043d\u0438\u0440\u0443\u0435\u0442 \u0438\u0433\u0440\u0430\u0442\u044c \u044d\u043a\u0441\u043f\u0440\u0435\u0441\u0441-\u0441\u0442\u0430\u0432\u043a\u0443 \u0438\u043b\u0438 \u0441\u0438\u0441\u0442\u0435\u043c\u0443, \u0435\u043c\u0443 \u043d\u0443\u0436\u043d\u043e \u043f\u0440\u043e\u0445\u043e\u0434\u0438\u0442 \u043f\u043e&#8221; &#8220;\u0441\u0441\u044b\u043b\u043a\u0435 \u00ab\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0432 \u043a\u0443\u043f\u043e\u043d\u00bb, \u043f\u043e\u0441\u043b\u0435 \u0447\u0435\u0433\u043e \u0441\u0442\u0430\u0432\u043a\u0430 \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u0441\u044f \u0432 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044e \u00ab\u041a\u0443\u043f\u043e\u043d\u00bb. \u041f\u043e\u0441\u043b\u0435 \u0447\u0442\u043e\u0431\u044b, \u043a\u0430\u043a \u0432\u044b\u0431\u043e\u0440 \u0441\u0434\u0435\u043b\u0430\u043d\u0430, \u0432 \u0440\u0430\u0437\u0434\u0435\u043b\u0435 \u00ab\u041a\u043e\u0440\u0437\u0438\u043d\u0430\u00bb \u0438\u0433\u0440\u043e\u043a \u0434\u043e\u043b\u0436\u0435\u043d \u0434\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0434\u0435\u043d\u0435\u0436\u043d\u044b\u0439 \u0440\u0430\u0437\u043c\u0435\u0440 \u0441\u0442\u0430\u0432\u043a\u0438. \u0414\u043b\u044f \u0431\u043e\u043b\u044c\u0448\u0435\u0433\u043e \u0443\u0434\u043e\u0431\u043d\u043e \u043c\u043e\u0436\u043d\u043e \u0432\u043e\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u0444\u0443\u043d\u043a\u0446\u0438\u0435\u0439 \u00ab\u0441\u0442\u0430\u0432\u043a\u0430 \u0432 \u043e\u0434\u0438\u043d \u043a\u043b\u0438\u043a\u00bb, \u0432 \u043e\u0434\u043d\u0430 \u0443\u0436\u0435 \u0437\u0430\u0440\u0430\u043d\u0435\u0435 \u043d\u0435\u044f\u0441\u043d\u0430 \u0441\u0443\u043c\u043c\u0430 \u0441\u0442\u0430\u0432\u043a\u0438.<\/p>\n<h2 id=\"toc-5\">\u0423 \u043a\u043e\u043c\u0443 \u0411\u043e\u043b\u044c\u0448\u0435 \u0412\u0441\u0435\u0445 \u0411\u0443\u043a\u043c\u0435\u043a\u0435\u0440\u0441\u043a\u0438\u0445 \u0411\u043e\u043d\u0443\u0441\u043e\u0432 \u0417\u0430 \u041c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0435 \u041f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435?<\/h2>\n<p>\u041d\u0435\u0441\u043c\u043e\u0442\u0440\u044f \u0432 \u043d\u0430\u043b\u0438\u0447\u0438\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0439, \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u044b\u0435 \u0432\u0435\u0440\u0441\u0438\u0438 \u0441\u0430\u0439\u0442\u043e\u0432 \u0442\u043e\u043b\u044c\u043a\u043e \u043e\u0441\u0442\u0430\u044e\u0442\u0441\u044f \u0430\u043a\u0442\u0443\u0430\u043b\u044c\u043d\u044b\u043c\u0438. \u041a\u043e\u0442\u043e\u0440\u044b\u0435 \u043c\u043e\u0433\u0443\u0442 \u0431\u044b\u0442\u044c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u044b, \u0435\u0441\u043b\u0438 \u0432\u044b \u0442\u043e\u043b\u044c\u043a\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0438\u043b\u0438 \u0442\u043e\u043b\u044c\u043a\u043e \u043c\u043e\u0436\u0435\u0442\u0435 \u0443\u0441\u0442\u0430\u043d\u0430\u0432\u043b\u0438\u0432\u0430\u0442\u044c \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435. \u041e\u0434\u043d\u0430\u043a\u043e, \u0441\u0442\u043e\u0438\u0442 \u0437\u043d\u0430\u0442\u044c, \u0447\u0442\u043e \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0432\u0441\u0435\u0433\u0434\u0430 \u0431\u043e\u043b\u0435\u0435 \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u044b\u0435 \u0442\u043e\u043b\u044c\u043a\u043e \u0443\u0434\u043e\u0431\u043d\u044b\u0435. \u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u043e\u0442\u043e \u0431\u0443\u043a\u043c\u0435\u043a\u0435\u0440\u0430 \u043d\u0430 \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u044b\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0443\u0441\u0442\u0430\u043d\u0430\u0432\u043b\u0438\u0432\u0430\u044e\u0442\u0441\u044f \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438. \u0415\u0441\u0442\u044c \u041f\u041e, \u0441\u043a\u0430\u0447\u0430\u0432 \u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u043c\u043e\u0436\u043d\u043e \u0432\u0438\u0434\u0435\u043b \u0444\u0443\u0442\u0431\u043e\u043b \u0438 \u0442\u043e\u043f\u043e\u0432\u044b\u0435 \u043b\u0438\u0433\u0438 \u0432 \u0442\u0430\u043a\u043e\u043c \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0435 \u043f\u0440\u044f\u043c\u043e \u0432 \u044d\u043a\u0440\u0430\u043d\u0435 \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0433\u043e \u0433\u0430\u0434\u0436\u0435\u0442\u0430. \u0420\u0435\u0441\u0443\u0440\u0441 \u043e\u043f\u0442\u0438\u043c\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u043d, \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u044c \u0445\u043e\u0440\u043e\u0448\u0430\u044f, \u043f\u043e\u044d\u0442\u043e\u043c\u0443 \u0432 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0435 \u043d\u0438\u0447\u0435\u0433\u043e \u0434\u0430\u0436\u0435 \u043b\u0430\u0433\u0430\u0435\u0442.<\/p>\n<p>\u041e\u043d\u0438 \u0438\u043c\u0435\u044e\u0442 \u043c\u0430\u0441\u0441\u0443 \u043f\u0440\u0435\u0438\u043c\u0443\u0449\u0435\u0441\u0442\u0432, \u0441\u0440\u0435\u0434\u0438 \u0438\u0445 \u0431\u043e\u043b\u0435\u0435 \u0431\u044b\u0441\u0442\u0440\u0430\u044f \u0440\u0430\u0431\u043e\u0442\u043e\u0439 \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u0430 \u0438 \u043a\u043e\u043c\u043f\u044c\u044e\u0442\u0435\u0440\u0430, \u0430 \u0442\u0430\u043a\u0436\u0435 \u044d\u043a\u043e\u043d\u043e\u043c\u0438\u044f \u0442\u0440\u0430\u0444\u0438\u043a\u0430. \u0412 \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u0441\u0442\u0430\u0442\u044c\u0435 \u0440\u0430\u0441\u0441\u043c\u043e\u0442\u0440\u0438\u043c, \u0430 \u0441\u043a\u0430\u0447\u0430\u0442\u044c 1 win, \u0438 \u0447\u0442\u043e \u0434\u043b\u044f \u044d\u0442\u043e\u0433\u043e \u043f\u043e\u043d\u0430\u0434\u043e\u0431\u0438\u0442\u0441\u044f. \u0414\u043b\u0438 \u0432\u0445\u043e\u0434\u0430 \u0432 \u0430\u043a\u043a\u0430\u0443\u043d\u0442 \u0438 \u0441\u0442\u0430\u0432\u043e\u043a \u0430 \u0441\u043f\u043e\u0440\u0442 \u043d\u0443\u0436\u043d\u044b \u0434\u0430\u043d\u043d\u044b\u0435 \u2014 \u043b\u043e\u0433\u0438\u043d (ID \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f) \u0438 \u043f\u0430\u0440\u043e\u043b\u044c. \u0422\u0435\u0445\u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430 \u043f\u043e\u043c\u043e\u0436\u0435\u0442 \u0443\u0437\u043d\u0430\u0435\u0448\u044c \u0441\u0432\u0435\u0434\u0435\u043d\u0438\u044f \u0438 \u0432\u0435\u0440\u043d\u0443\u0442\u044c \u0434\u043e\u0441\u0442\u0443\u043f\u044b. \u0412\u044b \u043c\u043e\u0436\u0435\u0448\u044c \u043d\u0430\u0439\u0442\u0438 \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u044b\u0435 \u0431\u0443\u043a\u043c\u0435\u043a\u0435\u0440\u0441\u043a\u0438\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0432 App Store \u0431\u0435\u0437 \u043a\u0430\u043a\u0438\u0445-\u043b\u0438\u0431\u043e \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u0439. \u042d\u0442\u0438 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u043f\u0440\u043e\u0445\u043e\u0434\u044f\u0442 \u0441\u0442\u0440\u043e\u0433\u0443\u044e \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0443 \u043d\u0430 \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u044c, \u043d\u043e \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u043c\u043e\u0433\u0443\u0442 \u0443\u0432\u0435\u0440\u0435\u043d\u044b \u0432 \u0435\u0433\u043e \u043d\u0430\u0434\u0435\u0436\u043d\u043e\u0441\u0442\u0438.<\/p>\n<h3 id=\"toc-6\">\u0442\u043e\u043b\u044c\u043a\u043e \u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u041f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0411\u043a \u041d\u0430 \u0410\u043d\u0434\u0440\u043e\u0438\u0434<\/h3>\n<p>\u0411\u043e\u043b\u044c\u0448\u0430\u044f \u0447\u0430\u0441\u0442\u044c \u0443\u0441\u0438\u043b\u0438\u0439 IT-\u043e\u0442\u0434\u0435\u043b\u043e\u0432&#8221; &#8220;\u043d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u044b \u043d\u0430 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0435 \u0438 \u0443\u0441\u043e\u0432\u0435\u0440\u0448\u0435\u043d\u0441\u0442\u0432\u043e\u0432\u0430\u043d\u0438\u0435 \u043b\u0443\u0447\u0448\u0438\u0445 \u0431\u0443\u043a\u043c\u0435\u043a\u0435\u0440\u0441\u043a\u0438\u0445 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0439. \u041d\u0430 \u0431\u043e\u0436\u0435\u0442\u0435\u0445\u043e\u0432\u043e\u0439 \u044d\u043a\u0440\u0430\u043d\u0435 \u0441\u043c\u0430\u0440\u0442\u0444\u043e\u043d\u0430 \u0432\u043e\u0437\u043d\u0438\u043a\u043d\u0435\u0442 \u0438\u043a\u043e\u043d\u043a\u0430 \u0434\u043b\u044f \u0431\u044b\u0441\u0442\u0440\u043e\u0433\u043e \u0438 \u043f\u0440\u043e\u0441\u0442\u043e\u0433\u043e \u0437\u0430\u043f\u0443\u0441\u043a\u0430 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0431\u0443\u043a\u043c\u0435\u043a\u0435\u0440\u0441\u043a\u043e\u0439 \u043a\u043e\u043d\u0442\u043e\u0440\u044b \u0438\u0437 \u0440\u0435\u0439\u0442\u0438\u043d\u0433\u0430 \u043b\u0438\u0446\u0435\u043d\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0445. \u0412 \u043f\u043e\u0434\u043e\u0431\u043d\u043e\u0439 \u0432\u0430\u0436\u043d\u043e \u043c\u0430\u0442\u0447\u0430 \u043d\u0430 \u043f\u0435\u0440\u0432\u044b\u0439 \u043f\u043b\u0430\u043d \u0432\u044b\u0445\u043e\u0434\u0438\u0442 \u043b\u0438\u0434\u0435\u0440\u0441\u043a\u0438\u0435 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0435 \u0438 \u0438\u043f\u043e\u0441\u0442\u0430\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u0430\u044f \u043f\u043e\u0431\u0435\u0434\u0438\u0442\u0435\u043b\u0435\u0439, \u00ab\u041c\u0438\u043b\u0430\u043d\u00bb \u043d\u0438\u043a\u0442\u043e, \u043a\u0430\u043a \u0432\u044b\u0438\u0433\u0440\u044b\u0432\u0430\u0442\u044c \u0442\u0443\u0440\u043d\u0438\u0440\u044b, \u0432 \u0435\u0433\u043e \u0441\u043e\u0441\u0442\u0430\u0432\u0435 \u043e\u0441\u0442\u0430\u043b\u043e\u0441\u044c \u043f\u043e\u043b\u043e\u0432\u0438\u043d\u0430 \u0442\u0440\u0438\u0443\u043c\u0444\u0430\u0442\u043e\u0440\u043e\u0432 \u0421\u0435\u0440\u0438\u0438 \u0410. \u041f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u043a\u0430\u043a \u0434\u043b\u044f \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u044c\u043d\u044b\u0435 \u043a\u043e\u043c\u043f\u044c\u044e\u0442\u0435\u0440\u0430, \u0442\u0430\u043a \u0442\u043e\u043b\u044c\u043a\u043e \u0434\u043b\u044f \u0441\u043c\u0430\u0440\u0442\u0444\u043e\u043d\u043e\u0432 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u043e \u043e\u0431\u043b\u0435\u0433\u0447\u0430\u044e\u0442 \u0436\u0438\u0437\u043d\u044c \u0431\u0435\u0442\u0442\u0435\u0440\u0443.<\/p>\n<p>\u0416\u0435\u043b\u0430\u0442\u0435\u043b\u044c\u043d\u043e \u043f\u0440\u0438\u043a\u0438\u0434\u044b\u0432\u0430\u0442, \u043a\u043e\u0433\u0434\u0430 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u043f\u043e\u043b\u0434\u0435\u043b\u0430 \u0430\u043d\u043e\u043d\u0441\u0438\u0440\u043e\u0432\u0430\u043d\u043e \u043e\u0444\u0438\u0446\u0438\u0430\u043b\u044c\u043d\u043e, \u0442\u043e\u043b\u044c\u043a\u043e \u043e\u043d\u043e \u043f\u043e\u044f\u0432\u0438\u0442\u0441\u044f \u043d\u0430 \u043e\u0444\u0438\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u043c \u0441\u0430\u0439\u0442\u0435 \u0431\u0443\u043a\u043c\u0435\u043a\u0435\u0440\u0441\u043a\u043e\u0439 \u043a\u043e\u043d\u0442\u043e\u0440\u044b. \u0421\u043b\u0435\u0434\u0443\u0435\u0442 \u0443\u0447\u0438\u0442\u044b\u0432\u0430\u044f&#8221; &#8220;\u0442\u043e\u043b\u044c\u043a\u043e \u0441\u043e\u0432\u0441\u0435\u043c \u043e\u0431\u044b\u0447\u043d\u044b\u0439 \u0444\u043e\u0440\u043c\u0430\u0442 \u0434\u043b\u044f \u0441\u043a\u0430\u0447\u0438\u0432\u0430\u043d\u0438\u044f \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u043d\u0430 \u0441\u0430\u0439\u0442\u0435 \u0411\u0438\u043d\u0433\u043e \u0411\u0443\u043c. \u0423\u0441\u043e\u0432\u0435\u0440\u0448\u0435\u043d\u0441\u0442\u0432\u043e \u0442\u043e\u0433\u043e, \u0447\u0442\u043e\u0431\u044b \u0441\u043a\u0430\u0447\u0430\u0442\u044c \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435, \u0438\u0433\u0440\u043e\u043a \u0434\u043e\u043b\u0436\u0435\u043d \u0443\u043a\u0430\u0437\u0430\u0442\u044c \u043d\u043e\u043c\u0435\u0440 \u0441\u0432\u043e\u0435\u0433\u043e \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0433\u043e \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u0430, \u0443\u043a\u0430\u0437\u0430\u0442\u044c, \u0447\u0442\u043e \u0437\u0430\u0440\u0443\u0445\u043e\u043c \u043d\u0435 \u0440\u043e\u0431\u043e\u0442, \u0442\u043e\u043b\u044c\u043a\u043e \u043b\u0438\u0448\u044c \u043f\u043e\u0441\u043b\u0435 \u0442\u043e\u0433\u043e \u043e\u043d \u043f\u043e\u043b\u0443\u0447\u0438\u0442 \u0441\u0441\u044b\u043b\u043a\u0443 \u0434\u043b\u044f \u0441\u043a\u0430\u0447\u0438\u0432\u0430\u043d\u0438\u044f \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f. \u0421\u043e\u0432\u0435\u0440\u0448\u0435\u043d\u043d\u043e \u043d\u0435\u043f\u043e\u043d\u044f\u0442\u043d\u043e \u043f\u043e \u043a\u0430\u043a\u0438\u043c \u043f\u0440\u0438\u0447\u0438\u043d\u0430\u043c \u0441\u043e\u0437\u0434\u0430\u043d\u0430 \u0442\u0430\u043a\u0430\u044f \u0441\u043b\u043e\u0436\u043d\u0430\u044f \u043f\u0440\u043e\u0446\u0435\u0434\u0443\u0440\u0430 \u0441\u043a\u0430\u0447\u0438\u0432\u0430\u043d\u0438\u044f \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f. \u0411\u041a \u0412\u0438\u043d\u043b\u0430\u0439\u043d \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0430\u043b\u0430 \u043e\u0447\u0435\u043d\u044c \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0434\u043b\u044f \u0410\u043d\u0434\u0440\u043e\u0438\u0434 \u0438 iOS. \u0421\u043a\u0430\u0447\u0430\u0442\u044c \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u043c\u043e\u0436\u043d\u043e \u0441 \u0432\u0430\u0436\u043d\u0435\u0439\u0448\u0435\u0439 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b winline \u2013 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0435 \u043f\u0438\u043a\u0442\u043e\u0433\u0440\u0430\u043c\u043c\u044b \u0440\u043e\u0431\u043e\u0442\u0430 \u0438 \u043d\u0430\u0434\u043a\u0443\u0448\u0435\u043d\u043d\u043e\u0433\u043e \u044f\u0431\u043b\u043e\u043a\u0430 \u043d\u0430\u0445\u043e\u0434\u044f\u0442\u0441\u044f \u0432 \u043b\u0435\u0432\u043e\u043c \u043c\u0435\u043d\u044e, \u0432 \u043b\u0435\u0432\u0443\u044e \u0447\u0430\u0441\u0442\u0438 \u044d\u043a\u0440\u0430\u043d\u0430.<\/p>\n<h2 id=\"toc-7\">\u0422\u043e\u043f 5 \u041f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0439 \u0411\u0443\u043a\u043c\u0435\u043a\u0435\u0440\u043e\u0432 \u041d\u0430 \u0410\u043d\u0434\u0440\u043e\u0438\u0434 \u0443\u0441\u043e\u0432\u0435\u0440\u0448\u0435\u043d\u0441\u0442\u0432\u043e \u0421\u0442\u0430\u0432\u043e\u043a \u041d\u0430 \u0421\u043f\u043e\u0440\u0442<\/h2>\n<p>\u0422\u0430\u043a\u0436\u0435 \u043e\u0442\u043a\u0440\u043e\u0432\u0435\u043d\u0438\u0435\u043c \u0441\u0442\u0430\u043b\u0430 \u0438\u0433\u0440\u0430 \u041b\u0443\u043a\u0438 \u0419\u043e\u0432\u0438\u0447, \u0434\u0430\u0432\u043d\u043e \u0434\u0440\u0443\u0433\u0438\u043c\u0438 \u0441\u043f\u0438\u0441\u0430\u043d\u043d\u043e\u0433\u043e. \u0421 \u0431\u0443\u043a\u043c\u0435\u043a\u0435\u0440\u0441\u043a\u0438\u043c \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u043c, \u0432\u044b \u0440\u0430\u043d\u044c\u0448\u0435 \u0432 \u0446\u0435\u043d\u0442\u0440\u0435 \u0441\u043e\u0431\u044b\u0442\u0438\u0439 \u0438 \u0433\u043e\u0442\u043e\u0432\u044b \u0434\u0435\u043b\u0430\u0442\u044c \u0441\u0442\u0430\u0432\u043a\u0438, \u043a\u043e\u0433\u0434\u0430 \u043b\u044e\u0431\u043e\u0433\u043e \u0438 \u0433\u0434\u0435 \u043b\u044e\u0431\u043e\u0433\u043e. \u0412 \u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e\u0441\u0442\u0438 \u043e\u0442 \u0440\u0435\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438 \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a \u0433\u0430\u0434\u0436\u0435\u0442\u0430 \u0438 \u043e\u0441\u043e\u0431\u0435\u043d\u043d\u043e\u0441\u0442\u0435\u0439 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b \u043c\u043e\u0436\u0435\u0442 \u043f\u043e\u043d\u0430\u0434\u043e\u0431\u044f\u0442\u0441\u044f \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0435 \u043f\u043e\u043b\u0438\u0442\u0438\u043a\u0438 \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 \u0434\u043b\u044f \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0430 \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u043c \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0435. \u0412\u0430\u0436\u043d\u0435\u0435&#8221; &#8220;\u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044c \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0443 \u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0443 \u0443\u0442\u0438\u043b\u0438\u0442\u044b \u0431\u0443\u043a\u043c\u0435\u043a\u0435\u0440\u0430 \u0438\u0437 \u043d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u044b\u0445 \/ \u0441\u0442\u043e\u0440\u043e\u043d\u043d\u0438\u0445 \u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u043e\u0432. \u041f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0434\u0434\u044f \u0441\u0442\u0430\u0432\u043e\u043a \u043e\u0442 \u0431\u0443\u043a\u043c\u0435\u043a\u0435\u0440\u0430 \u2014 \u044d\u0442\u043e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u044b\u0439 \u043f\u0440\u043e\u0434\u0443\u043a\u0442, \u0441\u043e\u0437\u0434\u0430\u043d\u043d\u044b\u0439 \u044d\u043e\u0442\u0435\u0445\u043e\u0432\u0441\u043a\u0438\u0439 \u0434\u043b\u044f \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0433\u043e \u0442\u0438\u043f\u043e\u0432 \u0433\u0430\u0434\u0436\u0435\u0442\u043e\u0432 \u2013 \u0440\u0430\u0431\u043e\u0442\u0430\u044e\u0449\u0438\u0445 \u043f\u043e\u0434 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u043c\u0438 \u0441\u0438\u0441\u0442\u0435\u043c\u0430\u043c\u0438 iOS (iPhone) \u0442\u0430\u043a\u0436\u0435 Android.&#8221;<\/p>\n<ul>\n<li>\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u043e\u0441\u0442\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u0431\u0443\u043a\u043c\u0435\u043a\u0435\u0440\u0430 \u043d\u0430 \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u044b\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0443\u0441\u0442\u0430\u043d\u0430\u0432\u043b\u0438\u0432\u0430\u044e\u0442\u0441\u044f \u043c\u0430\u0448\u0438\u043d\u0430\u043b\u044c\u043d\u043e.<\/li>\n<li>\u041e\u0434\u043d\u0430\u043a\u043e \u0438 1 win \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0441\u043a\u0430\u0447\u0430\u0442\u044c \u043d\u043e\u0440\u043c\u0430\u043b\u0438\u0437\u0430\u0442\u043e\u0440\u0441\u043a\u043e\u0439 \u043d\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u0441\u044f \u2013 \u0435\u0433\u043e \u0437\u0434\u0435\u0441\u044c \u0432\u043e\u0432\u0441\u0435 \u043d\u0435\u0442.<\/li>\n<li>\u0421\u043e\u0432\u0435\u0440\u0448\u0435\u043d\u043d\u043e \u043d\u0435\u043f\u043e\u043d\u044f\u0442\u043d\u043e \u043d\u043e\u0443\u043d\u0441\u043e\u043c \u043a\u0430\u043a\u0438\u043c \u043f\u0440\u0438\u0447\u0438\u043d\u0430\u043c \u0441\u043e\u0437\u0434\u0430\u043d\u0430 \u0442\u0430\u043a\u0430\u044f \u0441\u043b\u043e\u0436\u043d\u0430\u044f \u043f\u0440\u043e\u0446\u0435\u0434\u0443\u0440\u0430 \u0441\u043a\u0430\u0447\u0438\u0432\u0430\u043d\u0438\u044f \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f.<\/li>\n<li>\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043b\u0438 \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 1\u0445\u0421\u0442\u0430\u0432\u043a\u0430, \u043a\u043b\u0438\u0435\u043d\u0442 \u0438\u043c\u0435\u0435\u0442 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u044c \u043d\u0435 \u0442\u043e\u043b\u044c\u043a\u043e \u0434\u0435\u043b\u0430\u0442\u044c \u0441\u0442\u0430\u0432\u043a\u0438 \u0432 \u043f\u0440\u0435\u043c\u0430\u0442\u0447\u0435 \u0438\u043b\u0438 \u043b\u0430\u0439\u0432\u0435, \u0434\u0430\u0436\u0435 \u043f\u0440\u043e\u0445\u043e\u0434\u0438\u0442\u044c \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044e \u0438 \u0411\u041a, \u0435\u0441\u043b\u0438 \u0435\u0435 \u0435\u0449\u0435 \u043d\u0435\u0442.<\/li>\n<li>\u0418 \u0440\u043e\u0441\u043f\u0438\u0441\u0438 \u043d\u0430 \u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u043e\u0433\u043e \u043c\u0430\u0442\u0447 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0430 \u0432\u0435\u0440\u0442\u0438\u043a\u0430\u043b\u044c\u043d\u0430\u044f \u0438 \u0433\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u044c\u043d\u0430\u044f \u043d\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u044f, \u2014 \u0432\u0441\u0435 \u0432\u0438\u0434\u0430 \u0441\u0442\u0430\u0432\u043e\u043a \u043f\u043e\u043a\u0430\u0437\u0430\u043d\u044b \u0441\u0432\u0435\u0440\u0445\u0443 \u0432\u043d\u0438\u0437; \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u0430\u044f \u0440\u043e\u0441\u043f\u0438\u0441\u044c \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0430 \u0433\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u044c\u043d\u043e \u2014 \u0441\u043b\u0435\u0432\u0430 \u043d\u0430\u043f\u0440\u0430\u0432\u043e.<\/li>\n<li>\u041f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 1\u0445\u0421\u0442\u0430\u0432\u043a\u0430 \u0438\u043c\u0435\u0435\u0442 \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u0443\u044e \u0444\u0443\u043d\u043a\u0446\u0438\u044e PlayZone, \u043f\u0440\u0438\u043c\u0435\u043d\u044f\u0442\u044c \u043a\u043e\u0442\u043e\u0440\u0443\u044e, \u043c\u043e\u0436\u043d\u043e \u0441\u0434\u0435\u043b\u0430\u043b\u0438 \u0441\u0442\u0430\u0432\u043a\u0438 \u043d\u0430 \u043d\u0443\u0436\u043d\u043e \u0441\u043e\u0431\u044b\u0442\u0438\u0435, \u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u043f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u043e \u0432 \u043c\u0430\u0442\u0447\u0435.<\/li>\n<\/ul>\n<p>\u0417\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0443 \u0430\u043f\u0433\u0440\u0435\u0439\u0434\u043e\u0432 \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u044b\u0445 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0439 \u0436\u0435 \u0434\u0435\u043f\u043e\u0437\u0438\u0442 \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0438 \u0432\u044b\u0434\u0430\u044e\u0442 \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u0444\u0440\u0438\u0431\u0435\u0442. \u041a\u043b\u0430\u0441\u0441\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u0431\u0435\u0442\u0442\u0438\u043d\u0433 \u0432 \u044d\u0442\u043e\u0439 \u043a\u043e\u043d\u0442\u043e\u0440\u0435 \u0440\u0435\u0447\u044c \u0432 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0435 \u00ab\u0432\u0442\u043e\u0440\u043e\u0433\u043e \u043f\u043b\u0430\u043d\u0430\u00bb. \u041f\u0440\u0438\u043c\u0435\u0447\u0430\u0442\u0435\u043b\u044c\u043d\u043e, \u043d\u0435 \u0413\u0413\u0431\u0435\u0442. \u0440\u0443 \u043f\u0443\u0441\u0442\u0438\u043b \u043d\u0430 \u0441\u0432\u043e\u0439 \u0441\u0430\u0439\u0442 \u0442\u043e\u043b\u044c\u043a\u043e \u0436\u0438\u0442\u0435\u043b\u0435\u0439 \u0415\u0432\u0440\u043e\u043f\u0435. \u041d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u043c\u0435\u0441\u044f\u0446\u0435\u0432 \u043d\u0430\u0437\u0430\u0434 \u0431\u044b\u043b \u0437\u0430\u043f\u0443\u0449\u0435\u043d \u043e\u0444\u0444\u0448\u043e\u0440\u043d\u044b\u0439 \u0430\u043d\u0430\u043b\u043e\u0433 \u0441\u0430\u0439\u0442\u0430, \u0431\u0435\u0439\u0441\u0438\u0431\u0446\u0435\u043c \u043f\u043e\u043b\u043d\u043e\u0441\u0442\u044c\u044e \u0438\u0434\u0435\u043d\u0442\u0438\u0447\u0435\u043d \u043b\u0435\u0433\u0430\u043b\u044c\u043d\u043e\u0439 \u0432\u0435\u0440\u0441\u0438\u0438 \u0413\u0413\u0431\u0435\u0442, \u0434\u0430\u0436\u0435 \u0438\u043c\u0435\u0435\u0442 \u0431\u043e\u043b\u0435\u0435 \u0433\u0440\u043e\u043c\u0430\u0434\u043d\u0443\u044e \u043b\u0438\u043d\u0435\u0439\u043a\u0443 \u0440\u0430\u0437\u043b\u0438\u0447\u043d\u044b\u0445 \u0438\u0433\u0440. \u041d\u0438 \u043d\u0430 \u043b\u0435\u0433\u0430\u043b\u044c\u043d\u043e\u043c, \u043d\u0438 \u043d\u0430 \u043e\u0444\u0444\u0448\u043e\u0440\u043d\u043e\u043c \u0441\u0430\u0439\u0442\u0430\u0445 \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u044b\u0445 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0439 \u043d\u0435\u0442.<\/p>\n<h3 id=\"toc-8\">\u041c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u044b \u041e \u0411\u0443\u043a\u043c\u0435\u043a\u0435\u0440\u0430\u0445<\/h3>\n<p>\u0411\u0443\u043a\u043c\u0435\u043a\u0435\u0440\u0441\u043a\u0438\u0435 \u043a\u043e\u043d\u0442\u043e\u0440\u044b \u0438\u0437 \u0440\u0435\u0439\u0442\u0438\u043d\u0433\u0430 \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u044e\u0442 \u043e\u0431\u0435 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0438. \u0421\u0442\u043e\u0438\u0442 \u0430\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043e\u0431\u0437\u043e\u0440\u044b \u0441 \u043f\u043b\u044e\u0441\u0430\u043c\u0438 \u0438 \u043c\u0438\u043d\u0443\u0441\u0430\u043c\u0438, \u044d\u0442\u043e\u0433\u043e \u043f\u0440\u0438\u043d\u044f\u0442\u044c \u0440\u0435\u0448\u0435\u043d\u0438\u0435. \u0416\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u0411\u041a \u0441\u0442\u0430\u0432\u043a\u0438 \u043d\u0430 \u0441\u043f\u043e\u0440\u0442 \u0438\u043c\u0435\u044e\u0442 \u043f\u043e\u0441\u043b\u0435 \u0432\u043d\u0435\u0441\u0435\u043d\u0438\u044f \u0434\u0435\u043f\u043e\u0437\u0438\u0442\u0430. \u0422\u0440\u0435\u0442\u0438\u0439 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0439 \u043c\u043e\u043c\u0435\u043d\u0442 \u2013 \u044d\u0442\u043e \u0443\u0434\u043e\u0431\u0441\u0442\u0432\u043e \u043d\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0438, \u0438 \u043f\u0440\u043e\u0441\u0442\u043e\u0442\u0430 \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430. \u0425\u043e\u0440\u043e\u0448\u0435\u0435 \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u0432 \u043f\u0430\u0440\u0443 \u043a\u0430\u0441\u0430\u043d\u0438\u0439 \u044d\u043a\u0440\u0430\u043d\u0430 \u043d\u0430\u0439\u0442\u0438 \u043d\u0443\u0436\u043d\u043e\u0435 \u043c\u0435\u043d\u044e \u0438\u043b\u0438 \u0432\u043a\u043b\u0430\u0434\u043a\u0443. \u0414\u043b\u0438 \u0431\u0443\u043a\u043c\u0435\u043a\u0435\u0440\u043e\u0432 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u2013 \u044d\u0442\u043e \u043f\u0440\u044f\u043c\u043e\u0439 \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u043a\u043b\u0438\u0435\u043d\u0442\u0430\u043c, \u043e\u0447\u0435\u043d\u044c \u0432\u0430\u0436\u043d\u044b\u0439 \u043f\u0440\u0438 \u0441\u0442\u0430\u0432\u043a\u0430\u0445 \u0432 \u0440\u0435\u0436\u0438\u043c\u0435 Live.<\/p>\n<ul>\n<li>\u041f\u043e\u0441\u043b\u0435 \u0442\u043e\u0433\u043e, \u0436\u0435 \u0432\u044b\u0431\u0440\u0430\u043d \u043d\u0443\u0436\u043d\u044b\u0439 \u0441\u0432\u0435\u0442\u043b\u043e\u043a\u0430\u0448\u0442\u0430\u043d\u043e\u0432\u044b\u0439 \u0441\u043f\u043e\u0440\u0442\u0430, \u0432 \u043f\u0435\u0440\u0432\u0443\u044e \u043e\u0447\u0435\u0440\u0435\u0434\u044c \u043f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u044e\u0442\u0441\u044f \u0442\u0430\u043a\u0438\u0435 \u043f\u043e\u043f\u0443\u043b\u044f\u0440\u043d\u044b\u0435 \u0447\u0435\u043c\u043f\u0438\u043e\u043d\u0430\u0442\u044b.<\/li>\n<li>\u041d\u0430 Android \u0440\u043e\u0437\u044b\u0441\u043a\u0438 \u0431\u0443\u043a\u043c\u0435\u043a\u0435\u0440\u0441\u043a\u0438\u0445 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0439 \u0430 Play Market \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440 \u0431\u044b\u0442\u044c \u0431\u0435\u0441\u043f\u043e\u043b\u0435\u0437\u043d\u044b\u043c, \u0430 \u043a\u0430\u043a Google \u0437\u0430\u043f\u0440\u0435\u0449\u0430\u0435\u0442 \u0438\u0445 \u043d\u0430\u043f\u0440\u044f\u043c\u0443\u044e.<\/li>\n<li>\u041f\u043e\u0441\u043b\u0435 \u0442\u043e\u0433\u043e, \u043a\u0430\u043a \u043d\u0443\u0436\u043d\u044b\u0439 \u0447\u0435\u043c\u043f\u0438\u043e\u043d\u0430\u0442 \u0432\u044b\u0431\u0440\u0430\u043d\u044b, \u0438\u0433\u0440\u043e\u043a\u0443 \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b\u0435 \u0441\u0442\u0430\u0432\u043a\u0438.<\/li>\n<li>\u0412\u0441\u0435&#8221; &#8220;\u0432\u0438\u0434\u043e\u0432 \u0441\u043f\u043e\u0440\u0442\u0430 \u0440\u0430\u0437\u0431\u0438\u0442\u044b \u043f\u043e \u0438\u0445 \u043f\u043e\u043f\u0443\u043b\u044f\u0440\u043d\u043e\u0441\u0442\u0438 \u0438 \u0441\u0433\u0440\u0443\u043f\u043f\u0438\u0440\u043e\u0432\u0430\u043d\u044b \u043f\u043e \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f\u043c.<\/li>\n<li>\u0420\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u0442\u0441\u044f \u0437\u0430\u0433\u0440\u0443\u0436\u0430\u0442\u044c \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f (APK) \u0442\u043e\u043b\u044c\u043a\u043e \u0441 \u0434\u0435\u043b\u043e\u0432\u044b\u0445 \u0441\u0430\u0439\u0442\u043e\u0432 \u0431\u0443\u043a\u043c\u0435\u043a\u0435\u0440\u043e\u0432.<\/li>\n<li>\u0427\u0435\u0440\u0435\u0437 \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u043c\u043e\u0436\u043d\u043e \u043f\u043e\u043f\u043e\u043b\u043d\u044f\u0442\u044c \u0434\u0435\u043f\u043e\u0437\u0438\u0442\u043d\u044b\u0439 \u0441\u0447\u0435\u0442 \u0438\u0433\u0440\u043e\u043a\u0430 \u0438 \u0441\u043d\u0438\u043c\u0430\u0442\u044c \u0434\u0435\u043d\u044c\u0433\u0438.<\/li>\n<\/ul>\n<p>&#8220;\u041c\u043e\u0431\u0438\u043b\u044c\u043d\u044b\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0434\u043b\u044f \u0441\u0442\u0430\u0432\u043e\u043a \u043d\u0430 \u0441\u043f\u043e\u0440\u0442 \u0441\u0442\u0430\u043b\u0438 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043e\u043c \u0432\u043e \u043d\u0435\u043c\u043d\u043e\u0433\u043e\u0447\u0438\u0441\u043b\u0435\u043d\u043d\u044b\u0445 \u0431\u0443\u043a\u043c\u0435\u043a\u0435\u0440\u0441\u043a\u0438\u0445 \u043a\u043e\u043d\u0442\u043e\u0440\u0430\u0445. \u0412 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0435\u0435 \u0432\u0440\u0435\u043c\u044f \u043f\u043e\u043b\u0441\u043b\u043e\u0432\u0430 \u043e\u0434\u043d\u0430 \u043c\u0430\u043b\u043e-\u043c\u0430\u043b\u044c\u0441\u043a\u0438 \u0441\u0435\u0440\u044c\u0435\u0437\u043d\u043e \u0431\u0443\u043a\u043c\u0435\u043a\u0435\u0440\u0441\u043a\u0430\u044f \u043a\u043e\u043d\u0442\u043e\u0440\u0430 \u043d\u043e \u043e\u0431\u0445\u043e\u0434\u0438\u0442\u0441\u044f \u0431\u0435\u0437 \u044d\u0442\u043e\u0433\u043e \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f. \u041f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0434\u043b\u044f \u0441\u0442\u0430\u0432\u043e\u043a \u0434\u0430\u0435\u0442 \u0440\u044f\u0434 \u0441\u0435\u0440\u044c\u0435\u0437\u043d\u044b\u0445 \u043f\u0440\u0435\u0438\u043c\u0443\u0449\u0435\u0441\u0442\u0432\u0430\u043c\u0438 \u043a\u043b\u0438\u0435\u043d\u0442\u0443, \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u044f \u0438 \u0434\u0435\u043b\u0430\u0442\u044c \u0441\u0442\u0430\u0432\u043a\u0438 \u0438\u0437 \u043b\u044e\u0431\u043e\u0439 \u0442\u043e\u0447\u043a\u0438 \u0437\u0435\u043c\u043d\u043e\u0433\u043e \u0448\u0430\u0440\u0430, \u0433\u0434\u0435 \u043d\u0435 \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u0430\u044f \u0441\u0432\u044f\u0437\u044c. \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435, \u0441\u0442\u0430\u0432\u043a\u0438 \u043d\u0430 \u0441\u043f\u043e\u0440\u0442 \u043d\u0430 \u0440\u0435\u0430\u043b\u044c\u043d\u044b\u0435 \u0434\u0435\u043d\u044c\u0433\u0438 \u0441\u0442\u0430\u043b\u043e \u0434\u0435\u043b\u0430\u0442\u044c \u043d\u0430\u043c\u043d\u043e\u0433\u043e \u0445\u0443\u0436\u0435 \u0438 \u0443\u0434\u043e\u0431\u043d\u0435\u0435. \u0416\u0435 \u044d\u0442\u043e\u0442 \u0441\u0442\u0430\u0442\u044c\u0435 \u043f\u0440\u0438\u0432\u043e\u0434\u044f\u0442\u0441\u044f \u043b\u0443\u0447\u0448\u0438\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0434\u043b\u044f \u0441\u0442\u0430\u0432\u043e\u043a, \u0438\u0437\u0443\u0447\u0438\u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0435, \u0447\u0438\u0442\u0430\u0442\u0435\u043b\u044c \u043c\u043e\u0436\u0435\u0442 \u043f\u043e\u043d\u044f\u0442\u044c, \u043a\u0430\u043a\u043e\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0434\u043b\u044f \u0441\u0442\u0430\u0432\u043e\u043a \u043b\u0443\u0447\u0448\u0435. \u041c\u0430\u0442\u0435\u0440\u0438\u0430\u043b \u0431\u0443\u0434\u0435\u0442 \u043f\u043e\u043b\u0435\u0437\u0435\u043d, \u043a\u0430\u043a \u043d\u043e\u0432\u0438\u0447\u043a\u0430\u043c, \u0442\u0430\u043a \u0438 \u043e\u043f\u044b\u0442\u043d\u044b\u043c \u0431\u0435\u0442\u0442\u043e\u0440\u0430\u043c.<\/p>\n<h2 id=\"toc-9\">\u0413\u0434\u0435 \u0421\u043a\u0430\u0447\u0430\u0442\u044c \u041f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u044b \u0414\u043b\u044f \u0421\u0442\u0430\u0432\u043e\u043a \u043e\u0442\u043e \u041b\u0443\u0447\u0448\u0438\u0445 \u0411\u0443\u043a\u043c\u0435\u043a\u0435\u0440\u043e\u0432<\/h2>\n<p>\u0415\u0441\u043b\u0438 \u0438\u0433\u0440\u043e\u043a \u0445\u043e\u0447\u0435\u0442 \u0438\u0437\u0443\u0447\u0438\u0442\u044c \u0440\u043e\u0441\u043f\u0438\u0441\u044c, \u043e\u043d \u0434\u043e\u043b\u0436\u0435\u043d \u0438\u0434\u0442\u0438 \u00ab\u0432\u043d\u0443\u0442\u0440\u044c\u00bb \u043b\u0438\u043d\u0438\u0438 \u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e\u0441\u0442\u0438 \u043c\u0430\u0442\u0447\u0430. \u0420\u0430\u0437\u043b\u0438\u0447\u043d\u044b\u0435 \u0444\u0438\u043b\u044c\u0442\u0440\u044b \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u044e\u0442 \u0431\u044b\u0441\u0442\u0440\u043e \u043d\u0430\u0439\u0434\u0435\u043c \u043d\u0443\u0436\u043d\u043e\u0435 \u0441\u043f\u043e\u0440\u0442\u0438\u0432\u043d\u043e\u0435 \u0441\u043e\u0431\u044b\u0442\u0438\u0435. \u0412\u0441\u0435&#8221; &#8220;\u0432\u0438\u0434\u044b \u0441\u043f\u043e\u0440\u0442\u0430 \u0440\u0430\u0437\u0431\u0438\u0442\u044b \u043f\u043e \u0438\u0445 \u043f\u043e\u043f\u0443\u043b\u044f\u0440\u043d\u043e\u0441\u0442\u0438 \u0442\u043e\u043b\u044c\u043a\u043e \u0441\u0433\u0440\u0443\u043f\u043f\u0438\u0440\u043e\u0432\u0430\u043d\u044b \u043f\u043e \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f\u043c. \u0415\u0441\u043b\u0438 \u0443 \u043a\u043b\u0438\u0435\u043d\u0442\u0430 \u043d\u0430 \u0441\u0447\u0435\u0442\u0443 \u043e\u0442\u0440\u0438\u0446\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e \u0431\u0430\u043b\u0430\u043d\u0441, \u043e\u043d \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440 \u043f\u0440\u043e\u0441\u043c\u0430\u0442\u0440\u0438\u0432\u0430\u0442\u044c \u0432\u0438\u0434\u0435\u043e\u0442\u0440\u044f\u043d\u0441\u043b\u044f\u0446\u0438\u0438 \u0447\u0435\u0440\u0435\u0437 \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435.<\/p>\n<ul>\n<li>\u0412 \u0441\u043b\u0443\u0447\u0430\u0435, \u0442\u043e\u043b\u044c\u043a\u043e \u0438\u0433\u0440\u043e\u043a \u043f\u043b\u0430\u043d\u0438\u0440\u0443\u0435\u0442 \u0438\u0433\u0440\u0430\u0442\u044c \u044d\u043a\u0441\u043f\u0440\u0435\u0441\u0441-\u0441\u0442\u0430\u0432\u043a\u0443 \u0438\u043b\u0438 \u0441\u0438\u0441\u0442\u0435\u043c\u0443, \u0435\u043c\u0443 \u043d\u0443\u0436\u043d\u043e \u043f\u0440\u043e\u0448\u043b\u043e \u043f\u043e&#8221; &#8220;\u0441\u0441\u044b\u043b\u043a\u0435 \u00ab\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0432 \u043a\u0443\u043f\u043e\u043d\u00bb, \u043f\u043e\u0441\u043b\u0435 \u0447\u0435\u0433\u043e \u0441\u0442\u0430\u0432\u043a\u0430 \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u0441\u044f \u0432 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044e \u00ab\u041a\u0443\u043f\u043e\u043d\u00bb.<\/li>\n<li>\u0413\u0433. \u0435., \u0441\u043a\u0430\u0447\u0430\u0442\u044c \u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u043c\u043e\u0436\u0435\u0442 \u043b\u044e\u0431\u043e\u0439 \u0436\u0435\u043b\u0430\u044e\u0449\u0438\u0439, \u0434\u0430\u0436\u0435 \u0435\u0441\u043b\u0438 \u0431\u0438\u043b\u044c\u0437\u0435\u0440\u0430 \u043d\u0435 \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u043d \u0432 \u043a\u043e\u043d\u0442\u043e\u0440\u0435.<\/li>\n<li>\u0415\u0441\u043b\u0438 \u0438\u0433\u0440\u043e\u043a \u0445\u043e\u0447\u0435\u0442 \u0438\u0437\u0443\u0447\u0438\u0442\u044c \u0440\u043e\u0441\u043f\u0438\u0441\u044c, \u043e\u043d \u0434\u043e\u043b\u0436\u0435\u043d \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c\u0441\u044f \u00ab\u0432\u043d\u0443\u0442\u0440\u044c\u00bb \u043b\u0438\u043d\u0438\u0438 \u0443\u0447\u0435\u0442\u043e\u043c \u043c\u0430\u0442\u0447\u0430.<\/li>\n<li>\u0422\u0430\u043a\u0436\u0435, \u0443 \u0411\u041a \u041b\u0435\u043e\u043d \u043a\u043b\u0438\u0435\u043d\u0442 \u0441\u043c\u043e\u0436\u0435\u0442 \u0441\u043a\u0430\u0447\u0430\u0442\u044c \u0441\u0442\u0430\u0432\u043a\u0438 \u043d\u0430 \u0441\u043f\u043e\u0440\u0442 \u0441 \u0444\u0440\u0438\u0431\u0435\u0442\u043e\u043c \u043f\u0438\u043f\u043f\u0430\u0440\u0434\u043e\u043c \u0441\u0430\u0439\u0442\u0430 \u0438 \u043f\u0440\u0438\u043e\u0431\u0440\u0435\u0441\u0442\u0438 500 RUB.<\/li>\n<li>\u0422\u0430\u043a \u0432\u0430\u0436\u043d\u043e, \u0443\u0447\u0438\u0442\u044b\u0432\u0430\u044f, \u043d\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u043f\u043e\u0442\u0440\u0435\u0431\u0443\u0435\u0442 \u043d\u0430\u0448\u0438 \u043b\u0438\u0447\u043d\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435 \u0430 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u043e \u0441\u0443\u043c\u043c\u0430\u0445 \u0434\u043b\u044f \u043f\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f \u0441\u0447\u0435\u0442\u0430.<\/li>\n<li>\u0412\u0438\u043d\u043b\u0430\u0439\u043d \u0443\u0434\u0435\u043b\u0438\u043b\u0430 \u043e\u0447\u0435\u043d\u044c \u0431\u043e\u043b\u044c\u0448\u0435 \u0432\u043d\u0438\u043c\u0430\u043d\u0438\u044f \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0435 \u043c\u043e\u0438\u0445 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0439.<\/li>\n<\/ul>\n<p>\u0412 \u043b\u0438\u043d\u0438\u0438 \u0411\u041a \u0411\u0412\u0418\u041d \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u044b \u0441\u043b\u0438\u0448\u043a\u043e\u043c 30 \u0442\u044b\u0441\u044f\u0447 \u0440\u044b\u043d\u043a\u043e\u0432 \u043a\u0430\u0436\u0434\u044b\u0439 \u0434\u0435\u043d\u044c, \u0438 90 \u0432\u0438\u0434\u0430\u0445 \u0441\u043f\u043e\u0440\u0442\u0430. \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0411\u0412\u0418\u041d, \u0431\u0435\u0442\u0442\u043e\u0440 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0442 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u044c \u0437\u0430\u043a\u043b\u044e\u0447\u0430\u0442\u044c \u043f\u0430\u0440\u0438 \u0432 \u0434\u0432\u0430 \u043a\u043b\u0438\u043a\u0430, \u0441\u0442\u0430\u0432\u043a\u0438 \u0432 \u0440\u0435\u0436\u0438\u043c\u0435 \u0440\u0435\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0434\u0430\u0435\u043c \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u044c \u0431\u044b\u0441\u0442\u0440\u043e \u043e\u0442\u0432\u0435\u0447\u0430\u0442\u044c \u043d\u0430 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u043f\u043e \u0445\u043e\u0434\u0443 \u043c\u0430\u0442\u0447\u0430. \u0423\u0441\u043e\u0432\u0435\u0440\u0448\u0435\u043d\u0441\u0442\u0432\u043e \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u043f\u0440\u0435\u0434\u0443\u0441\u043c\u043e\u0442\u0440\u0435\u043d\u044b \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0435 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0438, \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0435 \u0431\u043e\u043d\u0443\u0441\u044b, \u0430\u043a\u0446\u0438\u0438 \u0438 \u043f\u0440\u0438\u0437\u044b. \u041c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 1\u0445\u0421\u0442\u0430\u0432\u043a\u0430 \u0441\u043a\u0430\u0447\u0438\u0432\u0430\u0435\u0442\u0441\u044f \u0430 \u043e\u0434\u0438\u043d \u043a\u043b\u0438\u043a, \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 \u0437\u0430\u043d\u0438\u043c\u0430\u0435\u0442 \u0432\u0441\u0435\u0433\u043e \u043d\u0435\u043c\u043d\u043e\u0433\u043e \u043c\u0438\u043d\u0443\u0442. \u041f\u043e\u0441\u043b\u0435 \u0442\u043e\u043b\u044c\u043a\u043e, \u043a\u0430\u043a \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u043f\u043e\u043b\u0434\u0435\u043b\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043e, \u043a\u043b\u0438\u0435\u043d\u0442 \u043f\u043e\u043b\u0443\u0447\u0430\u0442 \u043f\u043e\u043b\u043d\u044b\u0439 \u0444\u0443\u043d\u043a\u0446\u0438\u043e\u043d\u0430\u043b \u0441\u0430\u0439\u0442\u0430 1\u0445\u0421\u0442\u0430\u0432\u043a\u0430. \u041e\u0444\u0438\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0439 \u0434\u0435\u0441\u043a\u0442\u043e\u043f\u043d\u044b\u0439 \u0432\u0430\u0440\u0438\u0430\u043d\u0442 \u0441\u0430\u0439\u0442\u0430 1\u0445\u0421\u0442\u0430\u0432\u043a\u0430 \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u043e\u0447\u0435\u043d\u044c \u00ab\u0442\u044f\u0436\u0435\u043b\u044b\u043c\u00bb.<\/p>\n<h2 id=\"toc-10\">\u00ab\u043c\u0438\u043b\u0430\u043d\u00bb<\/h2>\n<p>\u041e\u0431\u0437\u043e\u0440\u044b \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u044b\u0445 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0439 \u0441\u043c\u043e\u0433\u0443\u0442 \u043f\u043e\u043d\u044f\u0442\u044c, \u0447\u0442\u043e \u0441\u043e\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0444\u0443\u043d\u043a\u0446\u0438\u0439 \u0434\u043b\u044f \u0441\u0442\u0430\u0432\u043e\u043a \u043d\u0430 \u0441\u043f\u043e\u0440\u0442 \u0430 \u043b\u0438\u043d\u0438\u0438 \u0438 \u0438 \u043b\u0430\u0439\u0432 \u043f\u0440\u0430\u043a\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u043e\u0434\u0438\u043d\u0430\u043a\u043e\u0432\u044b. \u041d\u043e application \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0442 \u0431\u043e\u043b\u044c\u0448\u0435 \u043f\u0440\u0435\u0438\u043c\u0443\u0449\u0435\u0441\u0442\u0432 (\u0432\u043a\u043b\u044e\u0447\u0430\u044f \u0444\u0440\u0438\u0431\u0435\u0442\u044b \u2014 \u0431\u043e\u043d\u0443\u0441 \u0437\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0443 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0411\u041a). \u0421\u0441\u044b\u043b\u043a\u0438 \u0430 \u0441\u043a\u0430\u0447\u0438\u0432\u0430\u043d\u0438\u0435 \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u044b\u0445 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0439 \u0411\u041a \u041b\u0435\u043e\u043d \u043d\u0430\u0445\u043e\u0434\u0438\u043c\u0441\u044f \u0432 \u043f\u0440\u0430\u0432\u043e\u0439 \u043a\u043e\u043b\u043e\u043d\u043a\u0435 \u0434\u0435\u0441\u043a\u0442\u043e\u043f\u043d\u043e\u0433\u043e \u0441\u0430\u0439\u0442\u0430 leon. ru. \u0412 \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u043c \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0438 \u0411\u041a \u041b\u0435\u043e\u043d \u043c\u043e\u0436\u043d\u043e \u0441\u0434\u0435\u043b\u0430\u0442\u044c \u0441\u0442\u0430\u0432\u043a\u0443 \u043d\u0430 \u043b\u044e\u0431\u043e\u0435 \u0441\u043e\u0431\u044b\u0442\u0438\u0435, \u043f\u0440\u0438\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0435\u0435 \u0432 \u043b\u0438\u043d\u0438\u0438 \u043a\u043e\u043d\u0442\u043e\u0440\u044b, \u043a\u0430\u043a \u0432\u043f\u043b\u043e\u0442\u044c \u043d\u0430\u0447\u0430\u043b\u0430 \u043c\u0430\u0442\u0447\u0430, \u0430 \u0438 \u0432\u043e \u0432\u043e \u043c\u0430\u0442\u0447\u0430 \u2014 \u043b\u0430\u0439\u0432 \u0441\u0442\u0430\u0432\u043a\u0438. \u0412 \u0411\u041a \u041b\u0435\u043e\u043d \u043e\u0434\u043d\u0438 \u043e\u0434\u043d\u043e\u0433\u043e \u0441\u0430\u043c\u044b\u0445 \u0432\u044b\u0441\u043e\u043a\u0438\u0445 \u043a\u043e\u044d\u0444\u0444\u0438\u0446\u0438\u0435\u043d\u0442\u043e\u0432 \u043d\u0430 \u0444\u0443\u0442\u0431\u043e\u043b\u044c\u043d\u044b\u0435 \u043c\u0430\u0442\u0447\u0438.<\/p>\n<p>\u0421\u0430\u0439\u0442\u044b \u0441\u0434\u0435\u043b\u0430\u043d \u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e \u0432 \u0441\u043f\u043e\u0440\u043d\u0443\u044e \u0447\u0435\u0440\u043d\u043e\u0439 \u0446\u0432\u0435\u0442\u043e\u0432\u043e\u0439 \u0433\u0430\u043c\u043c\u0435, \u043f\u043b\u043e\u0445\u043e \u0432\u043e\u0441\u043f\u0440\u0438\u043d\u0438\u043c\u0430\u044e\u0442\u0441\u044f, \u0441\u043e \u0442\u0440\u0443\u0434\u043e\u043c \u0447\u0438\u0442\u0430\u044e\u0442\u0441\u044f, \u043f\u0440\u0438 \u044d\u0442\u043e\u043c \u0447\u0430\u0441\u0442\u043e \u0432\u0438\u0441\u043d\u0443\u0442, \u0438 \u0442\u043e\u0440\u043c\u043e\u0437\u044f\u0442. \u041d\u043e\u0443\u043d\u0441\u043e\u043c \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e \u043b\u0438\u043d\u0438\u044f \u0436\u0435 \u043f\u0440\u0435\u043c\u0430\u0442\u0447\u0435 \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0430 \u043f\u043e \u0432\u0438\u0434\u0430\u043c \u0441\u043f\u043e\u0440\u0442\u0430, \u043d\u043e \u0435\u0435 \u043c\u043e\u0436\u043d\u043e \u043e\u0442\u0444\u0438\u043b\u044c\u0442\u0440\u043e\u0432\u0430\u0442\u044c \u043f\u043e \u043d\u0443\u0436\u043d\u044b\u043c \u0441\u043e\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f\u043c. \u041f\u043e\u0441\u043b\u0435 \u0442\u043e\u0433\u043e, \u0436\u0435 \u0432\u044b\u0431\u0440\u0430\u043d \u043d\u0443\u0436\u043d\u044b\u0439 \u0441\u0432\u0435\u0442\u043b\u043e\u043a\u0430\u0448\u0442\u0430\u043d\u043e\u0432\u044b\u0439 \u0441\u043f\u043e\u0440\u0442\u0430, \u0432 \u043f\u0435\u0440\u0432\u0443\u044e \u043e\u0447\u0435\u0440\u0435\u0434\u044c \u043f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u044e\u0442\u0441\u044f \u044d\u0442\u0438 \u043f\u043e\u043f\u0443\u043b\u044f\u0440\u043d\u044b\u0435 \u0447\u0435\u043c\u043f\u0438\u043e\u043d\u0430\u0442\u044b. \u0418 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430\u0445 \u043b\u0438\u0447\u043d\u043e\u0433\u043e \u043a\u0430\u0431\u0438\u043d\u0435\u0442\u0435 \u0438\u0433\u0440\u043e\u043a \u0438\u043c\u0435\u0435\u0442 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u044c \u0434\u043e\u0431\u0430\u0432\u043b\u044f\u0442\u044c \u0438\u043b\u0438 \u0443\u0434\u0430\u043b\u044f\u0442\u044c \u043d\u0443\u0436\u043d\u044b\u0435 \u0435\u043c\u0443 \u0441\u043e\u0440\u0435\u0432\u043d\u043e\u0432\u0430\u043d\u0438\u044f. \u041f\u043e\u0441\u043b\u0435 \u0442\u043e\u0433\u043e, \u043a\u0430\u043a \u043d\u0443\u0436\u043d\u044b\u0439 \u0447\u0435\u043c\u043f\u0438\u043e\u043d\u0430\u0442 \u0432\u044b\u0431\u0440\u0430\u043d\u043e, \u0438\u0433\u0440\u043e\u043a\u0443 \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0438\u043c\u0435\u044e\u0449\u0438\u0435\u0441\u044f \u0441\u0442\u0430\u0432\u043a\u0438.<\/p>\n<h3 id=\"toc-11\">\u0422\u043e\u043f \u041f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0439 \u0434\u043b\u0438 \u0421\u0442\u0430\u0432\u043e\u043a<\/h3>\n<p>\u041d\u0430 Android \u043f\u043e\u0438\u0441\u043a\u043e\u0432 \u0431\u0443\u043a\u043c\u0435\u043a\u0435\u0440\u0441\u043a\u0438\u0445 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0439 \u0438 Play Market \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u0431\u0435\u0441\u043f\u043e\u043b\u0435\u0437\u043d\u044b\u043c, \u0436\u0435 \u043a\u0430\u043a Google \u0437\u0430\u043f\u0440\u0435\u0449\u0430\u0435\u0442 \u0438\u0445 \u043d\u0430\u043f\u0440\u044f\u043c\u0443\u044e. \u0418\u0434\u0435\u0430\u043b\u0435 \u0437\u0430\u0433\u0440\u0443\u0436\u0430\u0442\u044c \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f (APK) \u0442\u043e\u043b\u044c\u043a\u043e \u0441 \u043b\u0438\u0447\u043d\u044b\u0445 \u0441\u0430\u0439\u0442\u043e\u0432 \u0431\u0443\u043a\u043c\u0435\u043a\u0435\u0440\u043e\u0432. \u042d\u0442\u043e \u0432\u0430\u0436\u043d\u043e, \u0443\u0447\u0438\u0442\u044b\u0432\u0430\u044f, \u043d\u043e \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u043f\u043e\u0442\u0440\u0435\u0431\u0443\u0435\u0442 \u0432\u0430\u0448\u0438 \u043b\u0438\u0447\u043d\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435 \u0438 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u043e \u0441\u0443\u043c\u043c\u0430\u0445 \u0434\u043b\u044f \u043f\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f \u0441\u0447\u0435\u0442\u0430.<\/p>\n<ul>\n<li>\u0418\u0433\u0440\u043e\u043a\u0438 \u043c\u043e\u0433\u0443\u0442 \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e \u043f\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u044b \u043d\u0430 \u043a\u0438\u0431\u0435\u0440\u0441\u043f\u043e\u0440\u0442 \u043e\u0434\u043d\u043e\u0438\u0437 sport \u0447\u0435\u0440\u0435\u0437 \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u044b\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f, \u0437\u0430\u0431\u0438\u0440\u0430\u0442\u044c \u0444\u0440\u0438\u0431\u0435\u0442\u044b.<\/li>\n<li>\u041f\u043e\u0441\u043b\u0435 \u0442\u043e\u0433\u043e, \u0436\u0435 \u0438\u0433\u0440\u043e\u043a \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0438\u043b\u0441\u044f \u0438 \u0441\u0432\u043e\u0438\u043c \u0432\u044b\u0431\u043e\u0440\u043e\u043c, \u0441\u0434\u0435\u043b\u0430\u043d\u0430 \u0441\u0442\u0430\u0432\u043a\u0430 \u043f\u043e\u043c\u0435\u0449\u0430\u0435\u0442\u0441\u044f \u0438 \u043a\u043e\u0440\u0437\u0438\u043d\u0443, \u0438\u0437 \u043a\u043e\u0442\u043e\u0440\u043e\u0439 \u0443\u0436\u0435 \u043e\u043d\u0430 \u0437\u0430\u0442\u0435\u043c \u043e\u0444\u043e\u0440\u043c\u043b\u044f\u0435\u0442\u0441\u044f, \u043a\u0430\u043a, \u0442\u0430\u043a\u0436\u0435, \u043d\u0430 \u0441\u0430\u0439\u0442\u0435 \u043f\u043e\u0434\u0441\u043e\u0431\u043a\u0443 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0441\u044f \u043f\u043e\u043a\u0443\u043f\u043a\u0430 \u0442\u043e\u0432\u0430\u0440\u0430.<\/li>\n<li>\u041c\u043e\u0431\u0438\u043b\u044c\u043d\u044b\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0431\u0443\u043a\u043c\u0435\u043a\u0435\u0440\u0441\u043a\u0438\u0445 \u043a\u043e\u043d\u0442\u043e\u0440 \u0434\u043b\u0438 \u0441\u0442\u0430\u0432\u043e\u043a \u043d\u0430 \u0444\u0443\u0442\u0431\u043e\u043b, \u043a\u0438\u0431\u0435\u0440\u0441\u043f\u043e\u0440\u0442, \u0445\u043e\u043a\u043a\u0435\u0439, \u0442\u0435\u043d\u043d\u0438\u0441, \u0431\u0430\u0441\u043a\u0435\u0442\u0431\u043e\u043b \u0441\u043e\u0437\u0434\u0430\u043d\u044b \u0434\u043b\u0438 \u0442\u043e\u0433\u043e, \u0447\u0442\u043e\u0431\u044b \u0438\u043c\u0435\u0442\u044c \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0443\u0434\u043e\u0431\u043d\u043e\u0439 \u0430 \u0444\u0443\u043d\u043a\u0446\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u043e\u0439 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u043e\u0439.<\/li>\n<li>\u0417\u0430\u0447\u0430\u0441\u0442\u0443\u044e \u0431\u0443\u043a\u043c\u0435\u043a\u0435\u0440\u0441\u043a\u0438\u0435 \u043a\u043e\u043d\u0442\u043e\u0440\u044b \u0432\u044b\u0434\u0430\u044e\u0442 \u0432 \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u043c \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0438 \u0434\u0435\u043f\u043e\u0437\u0438\u0442\u043d\u044b\u0435 \u0438 \u0431\u0435\u0437\u0434\u0435\u043f\u043e\u0437\u0438\u0442\u043d\u044b\u0435 \u0431\u043e\u043d\u0443\u0441\u044b \u043d\u0430 \u043a\u0438\u0431\u0435\u0440, \u0442\u043e\u043f\u043e\u0432\u044b\u0435 \u0442\u0443\u0440\u043d\u0438\u0440\u044b \u0442\u043e\u043b\u044c\u043a\u043e \u043b\u0438\u0433\u0438 (\u0444\u0440\u0438\u0431\u0435\u0442\u044b, \u043f\u043e\u0432\u044b\u0448\u0435\u043d\u043d\u044b\u0435&#8221; &#8220;\u043a\u0444\u044b, \u043d\u043e\u0432\u044b\u0435 \u043a\u043e\u043d\u043a\u0443\u0440\u0441\u044b).<\/li>\n<li>\u041d\u043e\u0443\u043d\u0441\u043e\u043c \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e \u043b\u0438\u043d\u0438\u044f \u0430 \u043f\u0440\u0435\u043c\u0430\u0442\u0447\u0435 \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0430 \u0441\u0443\u0434\u044f \u0432\u0438\u0434\u0430\u043c \u0441\u043f\u043e\u0440\u0442\u0430, \u043d\u0435 \u0435\u0435 \u043c\u043e\u0436\u043d\u043e \u043e\u0442\u0444\u0438\u043b\u044c\u0442\u0440\u043e\u0432\u0430\u0442\u044c \u043f\u043e \u043d\u0443\u0436\u043d\u044b\u043c \u0441\u043e\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f\u043c.<\/li>\n<\/ul>\n<p>\u0412\u043e-\u043f\u0435\u0440\u0432\u044b\u0445, \u0441\u0442\u0430\u0440\u0442\u043e\u0432\u043e\u0439 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0435\u0439 \u043d\u0430 \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u043c \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0438 1\u0445\u0421\u0442\u0430\u0432\u043a\u0430 \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u0441\u043e \u0441\u0442\u0430\u0432\u043a\u0430\u043c\u0438 \u0432 \u043f\u043e\u043f\u0443\u043b\u044f\u0440\u043d\u044b\u0435 \u0441\u043e\u0431\u044b\u0442\u0438\u044f. \u0416\u0435 \u043b\u0435\u0432\u043e\u043c \u0432\u0435\u0440\u0445\u043d\u0435\u043c \u043d\u0430\u043f\u0440\u043e\u0442\u0438\u0432 \u043d\u0430\u0445\u043e\u0434\u0438\u0442\u0441\u044f \u043f\u0438\u043a\u0442\u043e\u0433\u0440\u0430\u043c\u043c\u0430, \u043d\u043e\u0443\u043d\u0441\u043e\u043c \u043a\u043e\u0442\u043e\u0440\u043e\u0439 \u043c\u043e\u0436\u043d\u043e \u0440\u0430\u0441\u043a\u0440\u044b\u043b\u0438 \u0432\u0441\u044e \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0443\u044e \u043b\u0438\u043d\u0438\u044e \u043a\u043e\u043d\u0442\u043e\u0440\u044b. \u0417\u0434\u0435\u0441\u044c \u0436\u0435 \u0438\u043c\u0435\u0435\u0442\u0441\u044f \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u044c \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c\u0441\u044f \u0432 \u043f\u0440\u043e\u0444\u0438\u043b\u044c \u0438\u0433\u0440\u043e\u043a\u0430, \u043f\u043e\u043b\u0443\u0447\u0430\u0442\u044c \u0441\u0438\u0441\u0442\u0435\u043c\u043d\u044b\u0435 \u043e\u043f\u043e\u0432\u0435\u0449\u0435\u043d\u0438\u044f, \u0434\u0435\u043b\u0430\u0442\u044c \u043f\u043e\u043f\u0443\u043b\u044f\u0440\u043d\u044b\u0435 \u0441\u0442\u0430\u0432\u043a\u0438.<\/p>\n<h3 id=\"toc-12\">\u041a\u0430\u043a\u043e\u0435 \u041f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u043a\u0430\u043a\u043e\u0435 \u041d\u0430\u0434\u0435\u0436\u043d\u043e\u0435 \u0414\u043b\u044f \u0440\u0430\u0431\u043e\u0442\u043e\u0439?<\/h3>\n<p>\u041f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435, \u043a\u0430\u043a \u0438 \u0433\u043b\u0430\u0432\u043d\u043e\u0439 \u0441\u0430\u0439\u0442, \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u043e \u0438 \u0442\u0435\u043c\u043d\u043e-\u0431\u043e\u0440\u0434\u043e\u0432\u044b\u0445 \u0442\u043e\u043d\u0430\u0445, \u0442\u043e\u043b\u044c\u043a\u043e \u0441\u043c\u043e\u0442\u0440\u0438\u0442\u0441\u044f \u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e \u0441\u0442\u0438\u043b\u044c\u043d\u043e. \u0421\u0435\u0433\u043e\u0434\u043d\u044f \u0432\u0441\u0435 \u0447\u0435\u043c \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439 \u043f\u0440\u0435\u0434\u043f\u043e\u0447\u0438\u0442\u0430\u044e\u0442 \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u044b\u0435 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 \u0434\u043b\u044f \u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u0432 \u0418\u043d\u0442\u0435\u0440\u043d\u0435\u0442, \u0430 \u0431\u0443\u043a\u043c\u0435\u043a\u0435\u0440\u0441\u043a\u0438\u0435 \u043a\u043e\u043d\u0442\u043e\u0440\u044b \u043d\u043e \u043e\u0441\u0442\u0430\u044e\u0442\u0441\u044f \u0432 \u0441\u0442\u043e\u0440\u043e\u043d \u043e\u0442 \u044d\u0442\u043e\u0439 \u0442\u0435\u043d\u0434\u0435\u043d\u0446\u0438\u0438. \u041e\u043d\u0438 \u043f\u0440\u0435\u0434\u043b\u0430\u0433\u0430\u044e\u0442 \u0443\u0434\u043e\u0431\u043d\u0443\u044e \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u044b\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f, \u0438\u0445 \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u044e\u0442 \u0434\u0435\u043b\u0430\u0442\u044c \u0441\u0442\u0430\u0432\u043a\u0438 \u043d\u0430 \u0441\u043f\u043e\u0440\u0442 \u043f\u0440\u044f\u043c\u043e \u0441 \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u0430.<\/p>\n<ul>\n<li>\u041d\u043e\u0443\u043d\u0441\u043e\u043c \u043d\u0435\u043f\u043e\u043d\u044f\u0442\u043d\u044b\u043c \u043f\u0440\u0438\u0447\u0438\u043d\u0430\u043c \u0436\u0435 \u0411\u041a \u041e\u043b\u0438\u043c\u043f \u0441\u0441\u044b\u043b\u043a\u0443 \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u043f\u0438\u043f\u043f\u0430\u0440\u0434\u043e\u043c \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u044b\u043c \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u043c \u043f\u043e\u043c\u0435\u0441\u0442\u0438\u043b\u0438 \u0432 \u0441\u0430\u043c\u044b\u0439 \u0432\u0437\u0430\u0438\u043c\u043e\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u043d\u0438\u0438 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b, \u0438 \u0434\u043e\u0448\u0435\u043b \u0434\u043e \u043d\u0435\u0435 \u0434\u0430\u0436\u0435 \u0442\u0430\u043a \u043f\u0440\u043e\u0441\u0442\u043e.<\/li>\n<li>\u0411\u041a 1\u0445\u0421\u0442\u0430\u0432\u043a\u0430 \u0440\u0430\u0431\u043e\u0442\u0430\u044e \u043f\u043e \u043b\u0438\u0446\u0435\u043d\u0437\u0438\u0438 \u211617 \u0424\u041d\u0421 \u0420\u0424, \u0441\u0430\u043c\u0430 \u0431\u044b\u043b\u0430 \u043e\u0444\u043e\u0440\u043c\u043b\u0435\u043d\u0430 \u0438 2010 \u0433\u043e\u0434\u0443.<\/li>\n<li>\u0412 \u043b\u0438\u043d\u0438\u0438 \u0411\u041a \u0411\u0412\u0418\u041d \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u044b \u0431\u043e\u043b\u0435\u0435 30 \u0442\u044b\u0441\u044f\u0447 \u0440\u044b\u043d\u043a\u043e\u0432 \u043a\u0430\u0436\u0434\u044b\u0439 \u0434\u0435\u043d\u044c, \u0436\u0435 90 \u0432\u0438\u0434\u0430\u0445 \u0441\u043f\u043e\u0440\u0442\u0430.<\/li>\n<\/ul>\n<p>\u041c\u043d\u043e\u0433\u0438\u0435 \u043e\u043f\u044b\u0442\u043d\u044b\u0435 \u0431\u0435\u0442\u0442\u043e\u0440\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f, \u0430 \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442 \u0434\u043b\u044f \u043e\u043f\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u043e\u0433\u043e \u0437\u0430\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u044f \u043f\u0430\u0440\u0438. \u041c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u044d\u0442\u043e \u0434\u0435\u043b\u0430\u0442\u044c \u0432 \u043a\u0430\u043a\u043e\u0439 \u0442\u043e\u0447\u043a\u0435, \u0433\u0434\u0435 \u0440\u0430\u0437\u0432\u0435 \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0435 \u043f\u043e\u043a\u0440\u044b\u0442\u0438\u0435. \u041e\u0434\u043d\u0430\u043a\u043e, \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u043c\u043e\u0433\u0443\u0442 \u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u043e \u0438 \u043f\u0440\u043e\u0432\u043e\u0440\u043d\u043e \u0440\u0430\u0431\u043e\u0442\u0430\u0442\u044c, \u043f\u043e\u0436\u0430\u043b\u0443\u0439, \u0442\u043e\u043b\u044c\u043a\u043e \u043e\u0434\u0438\u043d \u0438\u0437 \u043c\u0435\u043d\u0435\u0435 \u0432\u0430\u0436\u043d\u044b\u0445 \u043a\u0440\u0438\u0442\u0435\u0440\u0438\u0435\u0432, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0441\u043b\u0435\u0434\u0443\u0435\u0442 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u043e\u0432\u0430\u0442\u044c \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435.<\/p>\n<h2 id=\"toc-13\">\u041a\u0430\u043a \u0421\u043a\u0430\u0447\u0430\u0442\u044c 1win \u2014 \u0411\u0443\u043a\u043c\u0435\u043a\u0435\u0440\u0441\u043a\u0443\u044e \u041f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0443 \u041d\u0430 \u0421\u043c\u0430\u0440\u0442\u0444\u043e\u043d<\/h2>\n<p>\u041f\u043e \u0432\u0435\u0440\u0441\u0438\u0438 \u043c\u0435\u0436\u0434\u0443\u043d\u0430\u0440\u043e\u0434\u043d\u043e\u0439 \u043f\u0440\u0435\u043c\u0438\u0438 \u0432 \u043e\u0431\u043b\u0430\u0441\u0442\u0438 \u0441\u043f\u043e\u0440\u0442\u0430 \u0438 \u0431\u0443\u043a\u043c\u0435\u043a\u0435\u0440\u0441\u0442\u0432\u0430 \u00ab\u0420\u0411\u00bb \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u00ab\u041b\u0438\u0433\u0430 \u0421\u0442\u0430\u0432\u043e\u043a\u00bb \u043f\u043e\u0431\u0435\u0434\u0438\u043b\u043e \u0432 \u043d\u043e\u043c\u0438\u043d\u0430\u0446\u0438\u0438 \u00ab\u041b\u0443\u0447\u0448\u0435\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0433\u043e\u0434\u0430\u00bb. \u0412\u0441\u0435 \u0441\u0434\u0435\u043b\u0430\u043d\u043d\u044b\u0435 \u0438\u0433\u0440\u043e\u043a\u043e\u043c \u0441\u0442\u0430\u0432\u043a\u0438, \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u044e\u0442\u0441\u044f \u0436\u0435 \u0440\u0430\u0437\u0434\u0435\u043b\u0435 \u00ab\u0418\u0441\u0442\u043e\u0440\u0438\u044f \u0441\u0442\u0430\u0432\u043e\u043a\u00bb. \u0418\u0433\u0440\u043e\u043a \u0438\u043c\u0435\u0435\u0442 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0438  \u0434\u043e\u0441\u0440\u043e\u0447\u043d\u043e \u0440\u0430\u0441\u0441\u0447\u0438\u0442\u0430\u0442\u044c \u0441\u0442\u0430\u0432\u043a\u0443 (\u043a\u044d\u0448\u0430\u0443\u0442) \u0438\u043b\u0438 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0438\u0442\u044c \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u043a\u044d\u0448\u0430\u0443\u0442, \u0442\u0430\u043a\u0436\u0435 \u0434\u043e\u0441\u0442\u0438\u0436\u0435\u043d\u0438\u0438 \u043d\u0443\u0436\u043d\u044b\u0445 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043e\u0432 \u0441\u0442\u0430\u0432\u043a\u0438&#8221; &#8220;\u0436\u0435 \u0440\u0435\u0436\u0438\u043c\u0435 \u043b\u0430\u0439\u0432.<\/p>\n<p>\u041e\u0434\u043d\u0430\u043a\u043e \u0435\u0441\u0442\u044c \u043e\u0434\u0438\u043d \u043d\u044e\u0430\u043d\u0441 \u2013 \u043a \u0441\u043e\u0436\u0430\u043b\u0435\u043d\u0438\u044e, \u043d\u0430 \u0434\u0430\u043d\u043d\u044b\u0439 \u043c\u043e\u043c\u0435\u043d\u0442 \u043d\u0435\u043b\u044c\u0437\u044f \u0441\u043a\u0430\u0447\u0430\u0442\u044c 1 win \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435. \u041d\u043e \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u0438 \u043e\u0431\u0435\u0449\u0430\u044e\u0442, \u0447\u0442\u043e \u0432 \u043f\u0440\u0438\u0431\u044b\u0442\u0438\u0438 \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0430 \u00ab\u0432\u044b\u0439\u0434\u0435\u0442 \u0432 \u0441\u0432\u0435\u0442\u00bb. \u0422\u043e\u043b\u044c\u043a\u043e \u0432\u0438\u0434\u043d\u043e \u043d\u0430 \u043a\u0430\u0440\u0442\u0438\u043d\u043a\u0435 \u043d\u0430 \u0441\u0430\u0439\u0442\u0435 \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u043e\u0432\u0430\u043b\u0430 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u044b, \u043d\u043e \u043d\u0435\u0442 \u0443\u043f\u0440\u043e\u0449\u0435\u043d\u043d\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f. \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043b\u0438 \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 1\u0445\u0421\u0442\u0430\u0432\u043a\u0430, \u043a\u043b\u0438\u0435\u043d\u0442 \u0438\u043c\u0435\u0435\u0442 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u044c\u044e \u043d\u0435 \u0442\u043e\u043b\u044c\u043a\u043e \u0441\u0434\u0435\u043b\u0430\u043b\u0438 \u0441\u0442\u0430\u0432\u043a\u0438 \u0432 \u043f\u0440\u0435\u043c\u0430\u0442\u0447\u0435 \u0438\u043b\u0438 \u043b\u0430\u0439\u0432\u0435, \u043d\u043e \u043f\u0440\u043e\u0445\u043e\u0434\u0438\u0442\u044c \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044e \u0436\u0435 \u0411\u041a, \u0435\u0441\u043b\u0438 \u0431\u0435\u043b\u043a\u0438\u0441\u0441\u0443 \u0435\u0449\u0435 \u043d\u0435\u0442.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u0411\u0443\u043a\u043c\u0435\u043a\u0435\u0440\u0441\u043a\u0430\u044f \u041a\u043e\u043d\u0442\u043e\u0440\u0430 Betboom \u0421\u0442\u0430\u0432\u043a\u0438 \u041d\u0430 \u0421\u043f\u043e\u0440\u0442 \u041e\u043d\u043b\u0430\u0439\u043d \u0412 \u0435\u0432\u0440\u043e\u043f\u044b! Content \u043f\u0440\u0435\u0438\u043c\u0443\u0449\u0435\u0441\u0442\u0432\u0430 \u041f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0439 \u0421\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0430 \u0434\u043b\u044f \u0421\u0442\u0430\u0432\u043e\u043a&#8221; \u0418\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u044f: \u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u041c\u043e\u0431\u0438\u043b\u044c\u043d\u044b\u0435 \u041f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0411\u0443\u043a\u043c\u0435\u043a\u0435\u0440\u0441\u043a\u0438\u0445 \u041a\u043e\u043d\u0442\u043e\u0440 \u0441 \u041e\u0444\u0438\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u0421\u0430\u0439\u0442\u0430 \u0434\u0434\u044f \u0427\u0435\u0433\u043e \u0421\u043a\u0430\u0447\u0438\u0432\u0430\u0442\u044c \u041f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0411\u043a \u00ab\u043c\u0438\u043b\u0430\u043d\u00bb \u0417\u0430\u0431\u0435\u0440\u0435\u0442 \u0434\u0430\u0436\u0435 \u041a\u0443\u0431\u043e\u043a \u0418\u0442\u0430\u043b\u0438\u0438 \u0423 \u043a\u0442\u043e \u0411\u043e\u043b\u044c\u0448\u0435 \u0412\u0441\u0435\u0445 \u0411\u0443\u043a\u043c\u0435\u043a\u0435\u0440\u0441\u043a\u0438\u0445 \u0411\u043e\u043d\u0443\u0441\u043e\u0432 \u0417\u0430 \u041c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0435 \u041f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435? \u0436\u0435 \u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u041f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0411\u043a \u041d\u0430 \u0410\u043d\u0434\u0440\u043e\u0438\u0434 \u0422\u043e\u043f 5 \u041f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0439 \u0411\u0443\u043a\u043c\u0435\u043a\u0435\u0440\u043e\u0432 \u041d\u0430 \u0410\u043d\u0434\u0440\u043e\u0438\u0434 [&hellip;]<\/p>\n","protected":false},"author":36,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-14326","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/kolbepezeshk.ir\/index.php?rest_route=\/wp\/v2\/posts\/14326","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kolbepezeshk.ir\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kolbepezeshk.ir\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kolbepezeshk.ir\/index.php?rest_route=\/wp\/v2\/users\/36"}],"replies":[{"embeddable":true,"href":"https:\/\/kolbepezeshk.ir\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=14326"}],"version-history":[{"count":1,"href":"https:\/\/kolbepezeshk.ir\/index.php?rest_route=\/wp\/v2\/posts\/14326\/revisions"}],"predecessor-version":[{"id":14327,"href":"https:\/\/kolbepezeshk.ir\/index.php?rest_route=\/wp\/v2\/posts\/14326\/revisions\/14327"}],"wp:attachment":[{"href":"https:\/\/kolbepezeshk.ir\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=14326"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kolbepezeshk.ir\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=14326"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kolbepezeshk.ir\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=14326"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}