Advertisement
Guest User

Untitled

a guest
Dec 12th, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 444.77 KB | None | 0 0
  1.  
  2. <!DOCTYPE html>
  3.             <!--[if IE 8 ]>    <html lang="ru-RU" class="ie ie8"> <![endif]-->
  4.             <!--[if IE 9 ]>    <html lang="ru-RU" class="ie ie9"> <![endif]-->
  5.             <!--[if (gt IE 9)|!(IE)]><!--> <html lang="ru-RU"><!--<![endif]-->
  6.         <head><meta charset="utf-8"/><title>Все фильмы - самый полный каталог кино- и мультфильмов - Кино Mail.Ru</title><meta name="description" content="Все фильмы: самый полный каталог кино- и мультфильмов - по жанрам, по году выпуска в прокат, по странам"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><meta name="robots" content="noindex"/><link rel="shortcut icon" href="https://afisha.mail.ru/favicon.ico?v2"/><link rel="canonical" href="https://afisha.mail.ru/cinema/all/"/><link rel="image_src" href="https://afisha.mail.ru/img/v2/shar/cinema_all.png?v2"/><meta property="og:image" content="https://afisha.mail.ru/img/v2/shar/cinema_all.png?v2"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta name="twitter:image:src" content="https://afisha.mail.ru/img/v2/shar/cinema_all.png?v2"/><meta name="mrc__share_title" content="Каталог фильмов и мультфильмов на Кино Mail.Ru"/><meta property="og:title" content="Каталог фильмов и мультфильмов на Кино Mail.Ru"/><meta name="twitter:title" content="Каталог фильмов и мультфильмов на Кино Mail.Ru"/><meta name="mrc__share_description" content="Поиск фильмов по жанрам, году выпуска и по странам"/><meta property="og:description" content="Поиск фильмов по жанрам, году выпуска и по странам"/><meta name="twitter:description" content="Поиск фильмов по жанрам, году выпуска и по странам"/><meta property="og:site_name" content="Кино Mail.Ru"/><meta name="theme-color" content="#168DE2"/><meta property="og:url" content="https://afisha.mail.ru/cinema/all/"/><meta property="og:type" content="website"/><meta name="twitter:card" content="summary_large_image"/><meta name="twitter:domain" content="afisha.mail.ru"/><meta name="twitter:site" content="@kino_mailru"/><link href="/rss/news/" rel="alternate" title="Новости — Кино Mail.Ru" type="application/rss+xml"/><meta name="mailru-verification" content="06414092614abd72"/><meta property="fb:app_id" content="767446473285171"/><meta property="fb:pages" content="244057642287701"/><link rel="apple-touch-startup-image" href="https://afisha.mail.ru/apple-touch-icon.png"/><link rel="apple-touch-icon-precomposed" href="https://afisha.mail.ru/apple-touch-icon-precomposed.png"/><link rel="apple-touch-icon" href="https://afisha.mail.ru/apple-touch-icon.png"/><link rel="apple-touch-icon" sizes="72x72" href="https://afisha.mail.ru/apple-touch-icon-ipad.png"/><link rel="apple-touch-icon" sizes="114x114" href="https://afisha.mail.ru/apple-touch-icon-retina.png"/><link rel="stylesheet" href="/-/f5035fc9/bem/web/web.bundles/common/_common.css"/><!-- user agent: Windows --><link rel="stylesheet" href="/-/38fa2a79/bem/web/web.bundles/common/_common.deg.css"/><script type="text/javascript">var jsProfiler = new Array(); jsProfiler.push((new Date()).getTime());</script>
  7.                 <!--[if lt IE 9]>
  8.                     <script src="/js/common/vendor/html5.js"></script>
  9.                 <![endif]-->
  10.                 <script>(function (window) {
  11.     "use strict";
  12.  
  13.     var OPTIONS = window.SCREEN_SIZE_OPTIONS || {};
  14.     // wrapper + options.padding * 2
  15.     var sizeList = [980,1220,1340];
  16.     var nameList = ['small', 'medium', 'large'];
  17.     var sizesLength = sizeList.length;
  18.     var isBranding = false;
  19.     var htmlElement = document.documentElement;
  20.     var lastState, className;
  21.     var options = {
  22.         padding: 20,
  23.         sideWidth: 140,
  24.         largeSideWidth: 240,
  25.         bannerStub: sizeList[0],
  26.         minBranding: OPTIONS.minBranding || sizeList[1],
  27.         maxBranding: 1920,
  28.         classRe: /\s*screen_(\S+)/gi,
  29.         classPrefix: 'screen_'
  30.     };
  31.  
  32.     // ширина экрана для больших ушей, когда они полностью помещаются для самого большого экрана
  33.     var widthForLargeSide = sizeList[sizeList.length - 1] + (options.largeSideWidth + options.padding) * 2;
  34.  
  35.     function screenSize(branding) {
  36.         var windowWidth = window.innerWidth;
  37.         var actualWidth = windowWidth;
  38.         var sideWidth, canBranding, canBrandingStub, size, result, state;
  39.  
  40.         // запоминаем состояние последнего вызова, например screenSize(true) в слоте п-брендинга
  41.         if (typeof branding === 'boolean') {
  42.             isBranding = branding;
  43.         }
  44.  
  45.         if (isBranding) {
  46.             sideWidth = windowWidth > widthForLargeSide && options.largeSideWidth || options.sideWidth;
  47.  
  48.             // используем 20 отступы по бокам под брендирование
  49.             if (sideWidth) {
  50.                 actualWidth -= (sideWidth + options.padding) * 2;
  51.             }
  52.         }
  53.  
  54.         canBranding = windowWidth >= options.minBranding && windowWidth <= options.maxBranding;
  55.  
  56.         // не показываем брендинг на экраны меньше 1024 и больше 1900
  57.         if (!canBranding) {
  58.             actualWidth = windowWidth;
  59.         }
  60.  
  61.         canBrandingStub = actualWidth >= options.bannerStub && actualWidth < options.minBranding;
  62.  
  63.         // подбираем экран под окно пользователя с учетом брендинга
  64.         for (var sizeNo = 1; sizeNo < sizesLength; sizeNo++) {
  65.             if (actualWidth < sizeList[sizeNo]) {
  66.                 size = nameList[sizeNo - 1];
  67.                 break;
  68.             }
  69.         }
  70.  
  71.         if (!size) {
  72.             size = nameList[nameList.length - 1];
  73.         }
  74.  
  75.         state = [size, isBranding, canBranding, canBrandingStub, sideWidth].join();
  76.  
  77.         if (lastState != state) {
  78.             lastState = state;
  79.  
  80.             className = htmlElement.className.replace(options.classRe, '').split(' ');
  81.             className.push(options.classPrefix + size);
  82.  
  83.             if (isBranding) {
  84.                 className.push(options.classPrefix + 'branding-p_need');
  85.                 if (canBranding) {
  86.                     className.push(options.classPrefix + 'branding-p');
  87.                     className.push(options.classPrefix + 'branding-p_' + sideWidth);
  88.                 } else if (canBrandingStub) {
  89.                     className.push(options.classPrefix + 'branding-p_banner-stub');
  90.                 }
  91.             }
  92.  
  93.             htmlElement.className = className.join(' ');
  94.             try {
  95.                 window.dispatchEvent(new Event('resize'));
  96.             } catch (ex) {}
  97.         }
  98.     }
  99.  
  100.     /**
  101.      * Создает функцию, игнорирующую вызовы происходящие чаще заданого интервала
  102.      * @param originalFn функция, частоту вызова которой необходимо ограничить
  103.      * @param [timeout = 100] интервал
  104.      * @param [callImmediately = false] флаг, указывающий что функция должна выполняться в начале группы вызовов
  105.      * @returns {Function}
  106.      */
  107.     function debounce (originalFn, timeout, callImmediately) {
  108.         var timer = null;
  109.         return function debounced () {
  110.             var context = this,
  111.                 args = arguments;
  112.  
  113.             function delayed () {
  114.                 if (!callImmediately) {
  115.                     originalFn.apply(context, args);
  116.                 }
  117.                 timer = null;
  118.             }
  119.  
  120.             if (timer !== null) {
  121.                 clearTimeout(timer);
  122.             } else if (callImmediately) {
  123.                 originalFn.apply(context, args);
  124.             }
  125.             timer = setTimeout(delayed, timeout || 100);
  126.         };
  127.     }
  128.  
  129.     screenSize();
  130.     window.screenSize = screenSize;
  131.     if (window.addEventListener) {
  132.         window.addEventListener("resize", debounce(screenSize), false);
  133.     } else if (window.attachEvent) {
  134.         window.attachEvent("onresize", debounce(screenSize));
  135.     }
  136. })(this);
  137. </script></head>
  138.                    
  139.                    
  140.                         <body class="js-module" data-module="RelapModel" data-csrf-token="AG_vm61go8lBR9hnsMybEk0U">
  141.                    
  142.                     <div class="js-popup_gallery"><div class="js-popup_blocks"></div></div><a name="top" id="top"></a><!--rb: 21522?_SITEZONE=33-->
  143.  <!--/rb: 21522?_SITEZONE=33--><!--rb: 21523?_SITEZONE=33-->  <script>
  144. !function(a,b){"use strict";function i(){return b.location.hostname.split(".").slice(0,-2).reverse().reduce(function(a,b){return b in h&&(a=h[b]),a},"cprojects")}function j(a){var b=k(a),c=!1;for(var e in d)if(d.hasOwnProperty(e)&&(c=d[e]===!0?!!b[e]:b[e]===d[e]))break;return c}function k(a){var b;do b=a.ownerNode,a=a.parentStyleSheet;while(!b&&a);return b}function l(a){var b=[];return a.media&&a.media.length&&"print"===a.media[0]||!a.cssRules||Array.prototype.slice.call(a.cssRules).reduce(function(a,b){return b.styleSheet?Array.prototype.push.apply(a,l(b.styleSheet)):b.selectorText&&a.push(b),a},b),b}function m(){return Array.prototype.slice.call(document.styleSheets).reduce(function(a,b){return Array.prototype.push.apply(a,l(b)),a},[])}function n(){if(!("getNameSpace"in b))return void setTimeout(n,50);var a=b.getNameSpace("ru.mail.cpf"),c=a.Tools;c.restoreVisibility||c.checkVisibility||(c.restoreVisibility=u,c.checkVisibility=t,a.Basic.moduleOpts.setParams("Slot.mimic",{options:{mimic:{setup:{force:!0,broker:{timeout:3e4}}}}}))}function o(a,b,c){a.children().length?(b.data("SpringsContainer").initGroups(),c()):setTimeout(o.bind(null,a,b,c),300)}function p(a,b){var c={},d=b.filter(function(b){return g(a,b.selectorText)});return d.length&&d.forEach(function(a){var b=a.parentStyleSheet;if(!b||j(b))f.reduce(function(b,c){return c in a.style&&""!==a.style[c]&&(b[c]=a.style[c]),b},c);else for(var d=a.parentStyleSheet.cssRules;d.length;)b.deleteRule(0)}),c}function q(a,d){var k,g=d.get(0),h=!0,i=g.tagName.toLowerCase(),j=-1===c.indexOf(i);if(j&&!d.is(":visible")){"getComputedStyle"in b&&(k=b.getComputedStyle(g));var l=p(g,a.rules);f.forEach(function(a){var b=l[a];b||(b="function"==typeof e[a]?e[a](g):e[a]),k&&b===k[a]||r(g,a,b)}),d.is(":visible")||(h=!1,a.report.push(g))}return h}function r(a,b,c){a.style.setProperty?a.style.setProperty(b,c,"important"):a.style.setAttribute(b,c)}function s(a,b){return q(a,b),b.data("SpringsContainer")||b.attr("data-module")&&b.attr("data-module").search(/(:?^|,\s?)SpringsContainer\.?/)>0?new Promise(o.bind(null,a.target,b)):Promise.resolve()}function t(c){return a=a||b.jQuery,c=c instanceof a?c:a(c),c.is(":visible")}function u(c){a=a||b.jQuery,c=c instanceof a?c:a(c);var d=[],e=m(),f={target:c,report:d,rules:e},g=s.bind(null,f),h=q.bind(null,f),j=function(b){b.children().not("style").toArray().forEach(function(b){var c=a(b),d=!0;c.is(":visible")||(d=h(c)),d&&j(c)})},k=c.parents().toArray().reverse();return k.push(c.get(0)),k.reduce(function(b,c){return b.then(function(){return g(a(c))})},Promise.resolve()).then(function(){j(c)}).then(function(){d=d.reduce(function(a,b){return b.className&&a.push(b.className),a},[]),d.length&&((new Image).src=["https://cprojects.radar.imgsmail.ru/update?p=",i(),"&data=",d.join(","),"&t=mimic&v=1&i=redisplay_fail:1,","hidden_count:"+d.length,"&rnd=",Math.random()].join(""))})}b._mimic=!0;var c=["script","style","head","meta"],d={href:!0,id:"b-context.sheet"},e={display:function(a){var b="block";if(/^(:?textarea|acronym|strong|select|object|button|small|label|input|time|span|samp|code|cite|abbr|var|sup|sub|map|kbd|img|dfn|big|bdo|tt|em|br|q|i|b|a)$/i.test(a.tagName))b="inline";else switch(a.tagName.toLowerCase()){case"table":b="table";break;case"td":b="table-cell";break;case"tr":b="table-row"}return b},visibility:"visible",width:"auto",height:"auto","max-width":"none","max-height":"none"},f=Object.keys(e),g=Function.call.bind(Element.prototype.matchesSelector||Element.prototype.mozMatchesSelector||Element.prototype.webkitMatchesSelector||Element.prototype.msMatchesSelector||Element.prototype.oMatchesSelector),h={afisha:"afisha",auto:"auto",cars:"cars",deti:"deti",health:"health",horo:"lady",lady:"lady",news:"news",pogoda:"pogoda",realty:"realty",tv:"tv"};n()}(window.jQuery,window);
  145. </script> <!--/rb: 21523?_SITEZONE=33--><!--rb: 38218?_SITEZONE=33--> <script type="text/javascript">window._logJsErrors = true;</script> <!--/rb: 21523?_SITEZONE=33--><script src="/-/00f18daf/js/cmpld/kino/web/errors.js"></script><div class="layout layout_afisha"><!--rb:4431 fullscreen:on--><!-- rb: 4431 --><!-- /rb: 4431 --><!--/rb:4431 fullscreen:on--><div class="js-counters counters"><!--rb: 1928--> <!-- mr_counter type="tns" src="//www.tns-counter.ru/V13a****mail_ru/ru/UTF-8/tmsec=mail_afisha/" -->
  146. <!-- tns-counter.ru -->
  147. <script language="JavaScript" type="text/javascript">
  148.  var img = new Image();
  149.  img.src = '//www.tns-counter.ru/V13a***R>' + document.referrer.replace(/\*/g,'%2a') + '*mail_ru/ru/UTF-8/tmsec=mail_afisha/' + Math.round(Math.random() * 1000000000);
  150. </script>
  151. <noscript>
  152.  <img src="//www.tns-counter.ru/V13a****mail_ru/ru/UTF-8/tmsec=mail_afisha/" width="1" height="1" alt="">
  153. </noscript>
  154. <!-- end of tns-counter.ru -->
  155. <!-- /mr_counter -->
  156.  
  157.  <!--/rb: 1928--></div><div class="p-portal-headline"> <script>this.__PortalRegions = {
  158.         effRegion: {
  159.             levels: 3,
  160.  
  161.             currentLevel: 2,
  162.  
  163.             level1: 188,
  164.             level2: 106,
  165.             level3: null,
  166.             level1Name: "Москва",
  167.             level2Name: "Самара",
  168.             level3Name: "",
  169.  
  170.             id: 106,
  171.             parentId: 188,
  172.             grandId: null,
  173.  
  174.             name: "Самара",
  175.             parentName: "Москва",
  176.             grandName: "null"  
  177.         },
  178.         ipRegion: {
  179.             levels: 3,
  180.  
  181.             currentLevel: 2,
  182.  
  183.             level1: 188,
  184.             level2: 106,
  185.             level3: null,
  186.             level1Name: "Москва",
  187.             level2Name: "Самара",
  188.             level3Name: "",
  189.  
  190.             id: 106,
  191.             parentId: 188,
  192.             grandId: null,
  193.  
  194.             name: "Самара",
  195.             parentName: "Москва",
  196.             grandName: ""  
  197.         }
  198.     };
  199. </script>      
  200.  
  201. <!--noindex-->
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211. <style>.x-ph{position:relative;z-index:1003;margin:0;padding:0;font:12px/16px HelveticaNeue,Arial,sans-serif;white-space:nowrap;text-align:left;background:#fff;height:28px;*zoom:1}.x-ph .w-x-ph{width:100%;border-collapse:collapse;background:#fff}.x-ph .w-x-ph,.x-ph .w-x-ph__col{padding:0;margin:0;border:0;border-spacing:0;font:12px/16px HelveticaNeue,Arial,sans-serif}.x-ph .w-x-ph__col{height:28px;vertical-align:top;white-space:nowrap}.x-ph .w-x-ph__col_left{width:1%;padding-right:20px;text-align:left}.x-ph .w-x-ph__col_right{text-align:right}.x-ph__menu{position:relative;z-index:1004;display:inline-block;padding-right:2px;font:12px/16px HelveticaNeue,Arial,sans-serif;vertical-align:top}.w-x-ph__menu__placeholder{position:absolute;top:100%;left:50%;width:0;height:0;font:0/0 a}.x-ph__menu__button,.x-ph__menu__button:link,.x-ph__menu__button:visited,.x-ph__menu__button:hover,.x-ph__menu__button:active,.x-ph__menu__button:focus{position:relative;z-index:1005;display:inline-block;width:100%;padding:6px 0 5px;border-right:1px solid #fff;border-left:1px solid #fff;font:12px/16px HelveticaNeue,Arial,sans-serif;text-decoration:none;cursor:pointer;outline:none}.x-ph-ff.x-ph-win .x-ph__menu__button,.x-ph-ff.x-ph-win .x-ph__menu__button:link,.x-ph-ff.x-ph-win .x-ph__menu__button:visited,.x-ph-ff.x-ph-win .x-ph__menu__button:hover,.x-ph-ff.x-ph-win .x-ph__menu__button:active,.x-ph-ff.x-ph-win .x-ph__menu__button:focus{padding-top:5px;padding-bottom:6px;height:17px}.x-ph__menu__button__text,.x-ph__menu_open .x-ph__menu__button:hover .x-ph__menu__button__text{display:inline-block;width:100%;padding:0 14px 0 6px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:#1378bf;font-style:normal;text-decoration:none;overflow:hidden;text-overflow:ellipsis;text-align:left;vertical-align:top}.x-ph__menu__button:hover .x-ph__menu__button__text,.x-ph__menu__button:focus .x-ph__menu__button__text,.x-ph__menu__button:active .x-ph__menu__button__text,.x-ph__menu_open .x-ph__menu__button:focus .x-ph__menu__button__text,.x-ph__menu_open .x-ph__menu__button:active .x-ph__menu__button__text{color:#f26d00}.x-ph__menu__button__icon,.x-ph__menu_open .x-ph__menu__button:hover .x-ph__menu__button__icon{position:absolute;right:5px;top:13px;width:0;height:0;border-width:4px;border-style:solid;border-color:#1378bf #fff #fff;font:0/0 a}.x-ph__menu__button:hover .x-ph__menu__button__icon,.x-ph__menu__button:focus .x-ph__menu__button__icon,.x-ph__menu__button:active .x-ph__menu__button__icon,.x-ph__menu_open .x-ph__menu__button:focus .x-ph__menu__button__icon,.x-ph__menu_open .x-ph__menu__button:active .x-ph__menu__button__icon{border-color:#f26d00 #fff #fff}.w-x-ph__menu__button__shadow{position:absolute;z-index:1007;top:0;opacity:0;width:50px;height:0;background:#fff;-webkit-box-shadow:0 4px 15px rgba(0,0,0,.2);-moz-box-shadow:0 4px 15px rgba(0,0,0,.2);box-shadow:0 4px 15px rgba(0,0,0,.2)}.x-ph__link{display:inline-block;padding:6px;margin-right:6px;*padding:5px 6px 7px;*zoom:1;text-decoration:none;white-space:nowrap;outline:none;font:12px/16px HelveticaNeue,Arial,sans-serif}.x-ph__link,a.x-ph__link{color:#1378bf}.x-ph__link:hover,a.x-ph__link:hover{color:#f26d00;text-decoration:none}.x-ph__link:hover .x-ph__link__text,a.x-ph__link:hover .x-ph__link__text{color:#f26d00}.x-ph__link_ext,a.x-ph__link_ext,.x-ph__link_ext:hover,a.x-ph__link_ext:hover{text-decoration:none}.x-ph__link__text{text-decoration:none;font-style:normal;cursor:pointer}.x-ph__link__balloon{display:none;overflow:hidden;margin-bottom:-4px;margin-left:3px;padding:1px 3px;min-width:9px;height:13px;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;background-color:#ffa930;color:#fff;vertical-align:baseline;text-align:center;font-weight:400;font-style:normal;font-size:11px;line-height:13px;cursor:pointer;-webkit-animation-duration:500ms;-moz-animation-duration:500ms;animation-duration:500ms;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;animation-fill-mode:both}.x-ph-ff.x-ph-mac .x-ph__link__balloon,.x-ph-opera .x-ph__link__balloon{line-height:14px}.x-ph__link_ext .x-ph__link__balloon{display:inline-block;*display:inline;*zoom:1}.x-ph-ios .x-ph__link__balloon{margin-bottom:-5px;padding:0 3px 2px}.x-ph__link_first{margin-left:14px}.x-ph__link_last{margin-right:12px}.x-ph__link_ext{padding-right:1px}.x-ph__link_selected{font-weight:700}.x-ph-ff.x-ph-win .x-ph__link{padding:5px 6px 7px}.x-ph__auth__link_icon{position:relative;overflow:hidden;padding:0 6px!important;width:16px;height:28px;vertical-align:top;text-indent:30px}.x-ph__auth__link_icon,.x-ph__auth__link_icon:hover{color:#fff!important}.x-ph__auth__link_icon:after{position:absolute;top:2px;left:2px;display:block!important}.w-x-ph__link{display:inline-block;vertical-align:top}.x-ph__auth{width:100%}.x-ph__auth,.w-x-ph__auth__col{margin:0;padding:0;border:0;border-spacing:0;font:12px/16px HelveticaNeue,Arial,sans-serif}.w-x-ph__auth__col{vertical-align:top;text-align:right;white-space:nowrap}.w-x-ph__auth__col_left{width:99%}.w-x-ph__auth__col_right{padding-right:2px}.x-ph__auth__user{position:relative;display:block;width:100%;min-width:100px;height:28px;overflow:hidden}.w-x-ph__auth__user_inner{position:absolute;right:0;text-align:left;max-width:100%}.x-ph__auth__user__text{color:#000;display:inline-block;padding:6px 10px 6px 0;_padding:5px 10px 7px 0;font:12px/16px HelveticaNeue,Arial,sans-serif}.x-ph__auth__user__fade{position:absolute;top:0;right:-6px;width:16px;height:28px;overflow:hidden;background:url("https://img.imgsmail.ru/ph/0.45.3/auth/fade2.png") repeat-y 0 0;_display:none}.x-ph__auth__link,.x-ph__auth__link:link,.x-ph__auth__link:visited,.x-ph__auth__link:hover,.x-ph__auth__link:active,.x-ph__auth__link:focus{font:12px/16px HelveticaNeue,Arial,sans-serif}.w-x-ph__auth__dropdown{position:relative;display:block;min-width:100px;width:100%;height:1px;text-align:right}.w-x-ph__auth__dropdown__inner{position:absolute;right:6px;width:100%;min-width:100px;text-align:right}.x-ph__menu_auth{max-width:100%}.x-ph__menu__button_auth,.x-ph__menu__button_auth:link,.x-ph__menu__button_auth:visited,.x-ph__menu__button_auth:hover,.x-ph__menu__button_auth:active,.x-ph__menu__button_auth:focus{max-width:100%}.x-ph__menu__button__text_auth{position:relative}.x-ph__menu__button__text_auth,.x-ph__menu_open .x-ph__menu__button:hover .x-ph__menu__button__text_auth{max-width:560px}.x-ph__menu_auth_unread .x-ph__menu__button__text_auth,.x-ph__menu_auth_unread.x-ph__menu_open .x-ph__menu__button:hover .x-ph__menu__button__text_auth{padding-left:14px}.x-ph__menu__button_auth__unread{display:none;position:absolute;left:4px;top:12px;width:6px;height:6px;background:#ffa930;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.x-ph__menu_auth_unread .x-ph__menu__button_auth__unread{display:block}.x-ph__menu_open .x-ph__menu__button .x-ph__menu__button__text,.x-ph__menu_open .x-ph__menu__button:hover .x-ph__menu__button__text,.x-ph__menu_open .x-ph__menu__button:focus .x-ph__menu__button__text,.x-ph__menu_open .x-ph__menu__button:active .x-ph__menu__button__text{color:#333}.x-ph__menu_open .x-ph__menu__button .x-ph__menu__button__icon,.x-ph__menu_open .x-ph__menu__button:hover .x-ph__menu__button__icon,.x-ph__menu_open .x-ph__menu__button:focus .x-ph__menu__button__icon,.x-ph__menu_open .x-ph__menu__button:active .x-ph__menu__button__icon{border-color:#333 #fff #fff}.x-ph__menu__button_auth__unread{background-position:0 -133px}.x-ph__menu__button__text__icon,.x-ph__auth_list__item__info__social{display:inline-block;overflow:hidden;width:16px;height:16px;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;vertical-align:top}.x-ph__menu__button__text__icon:after,.x-ph__auth_list__item__info__social:after{margin:-4px 0 0 -4px}</style><div class="x-ph portal-headline" id="portal-headline"><table class="w-x-ph" cellspacing="0"><tr><td class="w-x-ph__col w-x-ph__col_left"><a href="https://r.mail.ru/n201603676?sz=33&amp;rnd=714479725" rel="nofollow" class="x-ph__link x-ph__link_first">Mail.Ru</a><a id="ph_mail" href="https://r.mail.ru/n215030520?sz=33&amp;rnd=714479725" rel="nofollow" class="x-ph__link"><span class="x-ph__link__text">Почта</span><i class="x-ph__link__balloon" id="g_mail_events"></i></a><a id="ph_my" rel="nofollow" style="" class="x-ph__link" href="https://r.mail.ru/n201603677?sz=33&amp;rnd=714479725"><span class="x-ph__link__text">Мой Мир</span><i class="x-ph__link__balloon" id="g_my_events"></i></a><span class="w-x-ph__link" style=""><a rel="nofollow" class="x-ph__link" href="https://r.mail.ru/n165232950?sz=33&amp;rnd=714479725"><span class="x-ph__link__text">Одноклассники</span><i class="x-ph__link__balloon" id="g_ok_events"></i></a><span id="PH_bub:ok" class="x-ph-bub__placeholder"></span></span><a class="x-ph__link" href="https://r.mail.ru/n215030521?sz=33&amp;rnd=714479725" rel="nofollow" style=""><span class="x-ph__link__text">Игры</span><i class="x-ph__link__balloon" id="g_games_events"></i></a><a href="https://r.mail.ru/n80587420?sz=33&amp;rnd=714479725" rel="nofollow" style="" class="x-ph__link"><span class="x-ph__link__text">Знакомства</span><i class="x-ph__link__balloon" id="g_love_events"></i></a><a href="https://r.mail.ru/n211729279?sz=33&amp;rnd=714479725" rel="nofollow" style="" class="x-ph__link">Новости</a><a href="https://r.mail.ru/n80587422?sz=33&amp;rnd=714479725" rel="nofollow" style="" class="x-ph__link">Поиск</a><a id="PH_allProjects" class="x-ph__link" href="https://r.mail.ru/n201603678?sz=33&amp;rnd=714479725" rel="nofollow">Все проекты</a><span class="x-ph__menu" id="PH_projectsMenu" style="display:none;"><i class="w-x-ph__menu__button__shadow w-x-ph__menu__button__shadow_left"></i><i class="w-x-ph__menu__button__shadow w-x-ph__menu__button__shadow_right"></i><a rel="nofollow" class="x-ph__menu__button" id="PH_projectsMenu_button" href="#"><i class="x-ph__menu__button__icon"></i><i class="x-ph__menu__button__text">Все проекты</i></a></span></td><td class="w-x-ph__col w-x-ph__col_right"><div id="PH_authView" style="display:none"><table class="x-ph__auth" cellspacing="0"><tr><td class="w-x-ph__auth__col w-x-ph__auth__col_left"><span id="PH_singleuser" class="x-ph__auth__user"><span class="w-x-ph__auth__user_inner"><span id="PH_user-email_disabled" class="x-ph__auth__user__text"></span><span class="x-ph__auth__user__fade"></span></span></span><div id="PH_miltiuser" style="display:none;" class="w-x-ph__auth__dropdown"><div class="w-x-ph__auth__dropdown__inner"><div class="x-ph__menu x-ph__menu_auth" id="PH_authMenu"><i class="w-x-ph__menu__button__shadow w-x-ph__menu__button__shadow_left"></i><i class="w-x-ph__menu__button__shadow w-x-ph__menu__button__shadow_right"></i><span class="x-ph__menu__button x-ph__menu__button_auth" id="PH_authMenu_button"><i class="x-ph__menu__button_auth__unread" title=""></i><i class="x-ph__menu__button__icon x-ph__menu__button__icon_auth"></i><i class="x-ph__menu__button__text x-ph__menu__button__text_auth" id="PH_user-email"></i></span></div></div></div></td><td class="w-x-ph__auth__col w-x-ph__auth__col_right"><a id="PH_logoutLink" class="x-ph__link x-ph__link_last x-ph__auth__link" href="https://r.mail.ru/cls1074201/auth.mail.ru/cgi-bin/logout?next=1&lang=ru_RU&Page=https%3A%2F%2Fafisha.mail.ru%2Fcinema%2Fall%2F%3Fyear%3D2000" title="выход" rel="nofollow" xname="clb1074201">выход</a></td></tr></table></div><div id="PH_noAuthView" style=""><table class="x-ph__auth" cellspacing="0"><tr><td class="w-x-ph__auth__col w-x-ph__auth__col_right"><a id="PH_regLink" class="x-ph__link x-ph__auth__link" rel="nofollow" href="https://r.mail.ru/cls557693/r.mail.ru/clb1126011/e.mail.ru/signup?from=navi&lang=ru_RU&siteid=30&amp;rnd=714479725">Регистрация</a><a class="x-ph__link x-ph__link_last x-ph__auth__link" href="https://r.mail.ru/cls951827/e.mail.ru/login?lang=ru_RUhttp%3A%2F%2Fafisha.mail.ru%2Fcinema%2Fall%2F%3Fyear%3D2000" rel="nofollow" id="PH_authLink" xname="clb951827">Вход</a></td></tr></table></div></td></tr></table></div><div id="PH_innerHTML" style="display:none;"></div><!--[if IE 7]><script>var ____________ie7 = true;</script><![endif]--><!--[if IE 8]><script>var ____________ie8 = true;</script><![endif]--><script>
  212.             if (!window.__PHS) var __PHS = {};
  213.  
  214.             (function (s) {
  215.                 s.exp = {};
  216.                
  217.                 s.lang = "ru_RU";
  218.                 s.eid = '';
  219.                 s.siteid = '30';
  220.                 s.pv = '2';
  221.                 s.region = 'Самара';
  222.                 s.loginLink = 'https://r.mail.ru/cls951827/e.mail.ru/login?lang=ru_RUhttp%3A%2F%2Fafisha.mail.ru%2Fcinema%2Fall%2F%3Fyear%3D2000';
  223.                 s.authFormExtDomainsEnabled = false;
  224.                 s.portalAuthEnabled = true;
  225.                 s.disableGamesCounter = false;
  226.                 s.loginLinkXName = 'clb1126067';
  227.                 s.registerBackUrl = false;
  228.                 s.bizLinks = false;
  229.                 s.loveCounter = true;
  230.                 s.mailEvents = false;
  231.                 s.disableIFCheck = false;
  232.                 s.mailSplashUpdate = false;
  233.                 s.settingsText = false;
  234.                 s.settingsPage = false;
  235.                 s.showPassword = false;
  236.                 s.loginFromProject = false;
  237.                 s.pauseUpdate = false;
  238.                 s.pauseUpdateTime = 0;
  239.                 s.authGate = true;
  240.                 s.authGateJS = 'https://img.imgsmail.ru/ag/l.js';
  241.                
  242.                 if (!s.socialAuth) s.socialAuth = false;s.externalJS = 'https://img.imgsmail.ru/ph/0.45.3/external.min.js';s.projectsMenu={projects:[{name:'auto',href:'https://r.mail.ru/n211729280?sz=33&rnd=714479725'},{name:'horo',href:'https://r.mail.ru/n211729282?sz=33&rnd=714479725'},{name:'deti',href:'https://r.mail.ru/n211729283?sz=33&rnd=714479725'},{name:'dobro',href:'https://r.mail.ru/n115576139?sz=33&rnd=714479725'},{name:'health',href:'https://r.mail.ru/n211729284?sz=33&rnd=714479725'},{name:'calendar',href:'https://r.mail.ru/n153067946?sz=33&rnd=714479725'},{name:'afisha',href:'https://r.mail.ru/n211729281?sz=33&rnd=714479725'},{name:'lady',href:'https://r.mail.ru/n211729285?sz=33&rnd=714479725'},{name:'realty',href:'https://r.mail.ru/n211729286?sz=33&rnd=714479725'},{name:'cloud',href:'https://r.mail.ru/n118990170?sz=33&rnd=714479725'},{name:'answer',href:'https://r.mail.ru/n80587424?sz=33&rnd=714479725'},{name:'pogoda',href:'https://r.mail.ru/n211729287?sz=33&rnd=714479725'},{name:'sport',href:'https://r.mail.ru/n211729288?sz=33&rnd=714479725'},{name:'tv',href:'https://r.mail.ru/n211729289?sz=33&rnd=714479725'},{name:'torg',href:'https://r.mail.ru/n112250836?sz=33&rnd=714479725'},{name:'cars',href:'https://r.mail.ru/n211729290?sz=33&rnd=714479725'},{name:'hitech',href:'https://r.mail.ru/n211729291?sz=33&rnd=714479725'},{href:'undefined'},{name:'bizmail',href:'https://r.mail.ru/n165232951?sz=33&rnd=714479725'},{name:'edumail',href:'https://r.mail.ru/n165232952?sz=33&rnd=714479725'},{name:'raiting',href:'https://r.mail.ru/n107086375?sz=33&rnd=714479725'},{name:'target',href:'https://r.mail.ru/n193391144?sz=33&rnd=714479725',target:'_blank'}],apps:[{name:'mobileapps',href:'https://r.mail.ru/n211729292?sz=33&rnd=714479725'},{name:'agent',href:'https://r.mail.ru/n94823798?sz=33&rnd=714479725'},{name:'amigo',href:'https://r.mail.ru/n118990169?sz=33&rnd=714479725'},{name:'icq',href:'https://r.mail.ru/n94823799?sz=33&rnd=714479725'}]};
  243.             })(window.__PHS);(function(e,q){function ba(a,d){return a.bind.apply(a,D.call(arguments,1))}function M(a){for(var a=a||{},d=1,b=arguments.length;d<b;d++){var f=arguments[d],e;for(e in f)f.hasOwnProperty(e)&&(a[e]=f[e])}return a}function ca(a,d){for(var b in d)Object.prototype.hasOwnProperty.call(d,b)&&!Object.prototype.hasOwnProperty.call(a,b)&&(a[b]=d[b]);return a}function N(a){return document.getElementById(a)}function da(a,d,b,f){var e="",h=[],j=0;if("string"===typeof a)h.push([a,d]),j+=d,"object"==typeof b&&(f=
  244. b,b=y);else{for(var k in a)a.hasOwnProperty(k)&&(h.push([k,a[k]]),j+=a[k]);"string"==typeof d?(f=b,b=d):"object"==typeof d&&(f=d,b=y)}void 0===b&&(b=y);a=0;for(d=h.length;a<d;a++)h[a]=h[a].join(":");"object"==typeof f&&("string"==typeof f.rlog&&f.rlog.length&&Array.isArray(f.rlog_message)&&f.rlog_message.length)&&(e="&rlog="+f.rlog+"&rlog_message="+f.rlog_message.join(",")+(f.email?"&email="+f.email:""));(new Image).src="//stat.radar.imgsmail.ru/update?p=headline&t="+b+"&v="+j+"&i="+h.join(",")+(document.referrer?
  245. "&r="+escape(document.referrer):"")+e+"&rnd="+Math.random()}function ea(a,d,b){function f(){a();h||(e=E(f,d))}var e,h;b&&a();e=E(f,d);return function(){h=!0;O(e)}}function fa(a){a.stopPropagation?a.stopPropagation():a.cancelBubble=!0;a.preventDefault?a.preventDefault():a.returnValue=!1}function ga(a){a.preventDefault?a.preventDefault():a.returnValue=!1}function P(a,d,b,f){if(d)if(d.addEventListener)d[a?"addEventListener":"removeEventListener"](b,f,!1);else d[a?"attachEvent":"detachEvent"]("on"+b,
  246. f)}function w(a){return a&&1==a.nodeType}function Q(a){(function(){for(var a,b=arguments,f=b.length;f--;){a=b[f].split(",");for(var r=a.length;r--;){var h=a[r],j=void 0,k=parseInt(1E9*Math.random()),i=void 0;if(j=h.match(/^(?:cl([bn])|([adgin]))(\d+)(?:sz(\d+))?/))j[1]?i="s"+j[1]:"n"==j[2]?i="nc":("i"==j[2]&&(k=null),i=j[2]),i+=j[3]+".gif?",j[4]&&(i+="sz="+j[4]),k&&(i+="&rnd="+k),e.settings.eid&&(i+="&test_id="+e.settings.eid),(new Image).src="//rs.mail.ru/"+i}}})(a)}function ha(a){P(1,a,"mousedown",
  247. function(a){a||(a=window.event);for(a=a.target||a.srcElement;a;)a.getAttribute&&a.getAttribute("xname")&&Q(a.getAttribute("xname")),a=a.parentNode})}function ia(a,d){var b;b=w(d)?function(a,d){return a==d}:function(a,d){return z(a,d)};for(var f=a.parentNode;f;){if(b(f,d))return f;f=f.parentNode}return!1}function ja(a){for(;a.firstChild;)a.removeChild(a.firstChild)}function z(a,d){return w(a)&&A?a.classList.contains(d):!!~(" "+a.className+" ").indexOf(" "+d+" ")}function F(a,d){if(w(a))if(A)for(var d=
  248. d.split(" "),b=0;b<d.length;b++)a.classList.add(d[b]);else!z(a,d)&&(a.className+=" "+d)}function R(a,d){w(a)&&(A?a.classList.remove(d):a.className=a.className.replace(RegExp("(^|\\s)"+d+"(\\s|$)","g"),"$1"))}function ka(a,d){if(!w(a))return A?a.classList.toggle(d):z(a,d)?(R(a,d),!1):(F(a,d),!0)}function la(a){return"string"!==typeof a||!a?null:(new Function("return "+a))()}function ma(){return!!b.SCookie.getGlobal(S)}function B(a,d,b){if(void 0!==d){var f,b=b||{};null===d&&(d="",b.expires=-1);d+=
  249. "";document.cookie=a+"="+d+(b.expires&&(f="number"==typeof b.expires&&(f=new Date),f.setTime(f.getTime()+864E5*b.expires),f||"toUTCString"in b.expires&&b.expires)&&"; expires="+f.toUTCString()||"")+(b.path?"; path="+b.path:"")+(b.domain?"; domain="+b.domain:"")+(b.secure?"; secure":"");return d}if(""!==(document.cookie||""))return d=(document.cookie.match(RegExp("(?:^| )"+a+"\\=(\\S*)(?:; |$)"))||[])[1],void 0===d?void 0:d}function T(){this._invocations=[];this._context=this._fn=null}function v(){}
  250. function G(a){this._node=b.byId(a);this._container=this._node.parentNode}function na(a){this._counters=a;for(var b in this._counters)this._counters.hasOwnProperty(b)&&(this._counters[b]=new G(this._counters[b]));this.update=function(a,b){if("string"==typeof a){var d={};d[a]=b;this.update(d)}else for(d in a)a.hasOwnProperty(d)&&(this._counters[d].update(a[d]),this._counters[d]._isAnim=e.activeUser())}}function n(a){n.__all.push(this);this._opts=a;this._open=this._open.bind(this);this._baseClass=a.baseClass;
  251. this._rootNode=a.rootNode;this._dropdown=a.dropdown;this._button=a.button;this._openCounter=a.openCounter||null;this._hideTimeout=null;this._orientation=this._opts.orientation;this._openClass=this._baseClass+"_open";this._rightClass=this._openClass+"_right";this._leftClass=this._openClass+"_left";this._inited=!!this._dropdown;this._triggerHideOnInit=this._triggerShowOnInit=!1;b.event(1,this._button,"click",this.show.bind(this))}function s(a,b){b=b||{};this._url=a;this._encoding=b.encoding;this._JSONPCallbackParam=
  252. b.JSONPCallbackParam||"callback";this._xhrEnabled=b.xhrEnabled||!1;this._processing=!1;this._requestSource=b.requestSource;this._xhr2Supported=!1;try{XMLHttpRequest&&"withCredentials"in new XMLHttpRequest&&(this._xhr2Supported=!0)}catch(c){}}function oa(a){function d(){h!==(h=location.hash.replace(/^#/,"")||null)&&f()}this._userEmail=a.userEmail;this.____user=this._userEmail.innerHTML||void 0;var c="string"==typeof this.____user&&this.____user.length;this._user=e.settings.loginFromProject&&"mail"==
  253. b.project&&c?this.____user:null;this._updateByTimeout=a.updateByTimeout;this.updateLastRequest=0;this._noAuthView=a.noAuthView;this._authView=a.authView;this.updateAccountInfo();var f=b.bind(this.updateAccountInfo,this),r=!1;if(!this._updateByTimeout)if(window.jsHistory&&window.jsHistory.change)window.jsHistory.change(function(){r&&f();r=!0});else if("onhashchange"in window)b.event(1,window,"hashchange",f);else{var h=location.hash.replace(/^#/,"")||null;b.setIntervalByTimeout(d,50)}}function U(a,
  254. b){var c=document.createElement("script"),f=document.getElementsByTagName("head")[0];"undefined"!==typeof b&&(c.defer="defer",c.async="async");c.type="text/javascript";c.src=a;!("opera"in window)||"complete"===document.readyState?f.appendChild(c):window.addEventListener("DOMContentLoaded",function(){f.appendChild(c)},!1)}var t=window.console||{};t.log=t.log||function(){};t.time=t.time||function(){};t.timeEnd=t.timeEnd||function(){};t.time("headline.inline.js");if(!e){var b={};q.swaDomain="//portal.mail.ru";
  255. q.authDomain="https://auth.mail.ru";/^https?:\/\/[^/]*?\.dev\.mail\.ru($|\/\S*)/i.test(location.href)?(q.swaDomain="//portal.dev.mail.ru",q.authDomain="https://auth.dev.mail.ru"):/^https?:\/\/[^/]*?\.devmail\.ru($|\/\S*)/i.test(location.href)&&(q.swaDomain="//portal.devmail.ru",q.authDomain="https://auth.devmail.ru");q.swaTest&&(q.swaDomain="//portal.test.mail.ru",q.authDomain="https://test.auth.mail.ru");e={_:b,experiments:q.exp};delete q.exp;e.settings=q;var D=Array.prototype.slice;void 0===Function.prototype.bind&&
  256. (Function.prototype.bind=function(a){var b=D.call(arguments,1),c=this;return function(){return c.apply(a,b.concat(D.call(arguments,0)))}});Array.isArray||(Array.isArray=function(a){return"[object Array]"===Object.prototype.toString.call(a)});var y="afisha",E=window.setTimeout,O=window.clearTimeout,x=N("portal-headline"),H=!1,A="classList"in document.documentElement,pa=Array.prototype.indexOf?function(a,b){return Array.prototype.indexOf.call(a,b)}:function(a,b){for(var c=0,f=a.length;c<f;c++)if(a[c]==
  257. b)return c;return-1},V=window.devicePixelRatio,qa=void 0!=document.createElement("div").style.backgroundSize&&1<V,S="s_c",W={},ra=function(a){return a.replace(/([A-Z])/g,function(a,b){return"-"+b.toLowerCase()}).replace(/^ms-/,"-ms-")},sa=function(a){return a.replace(/([a-z])-([a-z])/g,function(a,b,f){return b+f.toUpperCase()}).replace(/^-/,"")},X=function(a,b){var c=a.charAt(0).toUpperCase()+a.slice(1);a:{var c=(a+" "+ta.join(c+" ")+c).split(" "),f;b:if(f=c.length,"CSS"in window&&"supports"in window.CSS){for(;f--;)if(window.CSS.supports(ra(c[f]),
  258. b)){f=!0;break b}f=!1}else f=void 0;if(void 0!==f)c=f;else{var e,h;e=c.length;for(f=0;f<e;f++)if(h=c[f],~(""+h).indexOf("-")&&(h=sa(h)),void 0!==ua[h]){c=!0;break a}c=!1}}return c},ta=["Moz","O","ms","Webkit"],m=[],p=[],ua=function(){return"function"!==typeof document.createElement?document.createElement(arguments[0]):"svg"===document.documentElement.nodeName.toLowerCase()?document.createElementNS.call(document,"http://www.w3.org/2000/svg",arguments[0]):document.createElement.apply(document,arguments)}("testelem").style,
  259. l=navigator.userAgent;-1!=l.indexOf("Firefox")?p.push("ff"):-1!=l.indexOf("Opera")?p.push("opera"):-1!=l.indexOf("Chrome/40")&&p.push("chrome40");if(-1!=l.indexOf("iPad")||-1!=l.indexOf("iPhone")||-1!=l.indexOf("iPod"))p.push("ios"),H=!0;-1!=l.indexOf("Mac OS")&&!H?p.push("mac"):-1!=l.indexOf("Windows")?p.push("win"):p.push("not-desk");"ontouchstart"in window?p.push("touch"):p.push("no-touch");m.push({name:"csstransforms",fn:function(){return-1===navigator.userAgent.indexOf("Android 2.")&&X("transform",
  260. "scale(1)",!0)},options:void 0});l=X("boxShadow","1px 1px",!0);m.push({name:"boxshadow",fn:l,options:void 0});var u,C,I,J;for(J in m)if(m.hasOwnProperty(J)){l=[];u=m[J];u.name&&l.push(u.name.toLowerCase());u="function"===typeof u.fn?u.fn():u.fn;for(C=0;C<l.length;C++)I=l[C],W[I]=u,p.push((u?"":"no-")+I)}F(x,"x-ph-"+p.join(" x-ph-"));var m=1*new Date+"",va=m.substring(m.length-2),m=b,p=y,wa=/\s*(\S+)\s*/g,xa=!/\[native\s+code\]/i.test(document.getElementsByClass+""),ya=/\./g;M(m,{timers:{},percent:function(a){return va<
  261. a},supports:W,extend:M,append:ca,dpr:V,retina:qa,project:p,setTimeout:function(a,b){return E(a,b)},clearTimeout:function(a){return O(a)},rootNode:x,byId:N,byClassName:function(a,b,c){var f,e;"string"===typeof a&&(c=b,b=a,a=document);c=c||"";if(!a||null==b)return[];b=b.replace(/\s+/ig,".");"."!=b[0]&&(b="."+b);if("querySelectorAll"in a){c=a.querySelectorAll(c+b);if(xa){f=-1;for(a=[];e=c[++f];)a.push(e);return a}return c}c=a.getElementsByTagName(c||"*");b&&(b=b.replace(ya," "),b=RegExp(b.replace(wa,
  262. "(?=(^|.*\\s)$1(\\s|$))")));f=-1;for(a=[];e=c[++f];)1===e.nodeType&&(!b||b.test(e.className))&&a.push(e);return a},radar:da,bind:ba,setIntervalByTimeout:ea,eventCancel:fa,eventPreventDefault:ga,event:P,isNode:w,emptyNode:ja,count:Q,countEl:ha,hasParent:ia,hasClass:z,removeClass:R,addClass:F,toggleClass:ka,ArrayIndexOf:pa,parseJson:la,isCorp:ma,isCorpCookie:S,iOs:H});var g={_S_cookie_set_get_remove:function(a,b,c,f){var e,h=RegExp("(^|\\|)("+c+"=)(.*?)(\\||$)"),j={domain:b,expires:365,path:"/"};if(c){b=
  263. B(a)||"";e=(b.match(h)||[])[3];var k=null;void 0!==f?(B(a,void 0!==e||null===f?k=b.replace(h,null===f?function(a,b,d,c,f,e,h){return 0===h.indexOf(a)?"":f}:"$1$2"+f+"$4"):(b?b+"|":"")+c+"="+f,j),""===k&&B(a,null,j)):f=e;return f}},_throw_noValue_Error:function(){throw Error("need value");},__prefix:null,__domain:".mail.ru",setProject:function(a,b){if(!a||!b)throw Error("project is not valid");"."!==b.substr(0,1)&&(b="."+b);g.__prefix=a;g.__domain=b},_getPrefix:function(a){a||(a={});a.prefix=a.prefix||
  264. g.__prefix;a.domain=a.domain||g.__domain;if(!a.prefix||!a.domain)throw Error("run setProject before");return a},getGlobal:function(a){return g._S_cookie_set_get_remove("s",g.__domain,a)},setGlobal:function(a,b){void 0===b&&g._throw_noValue_Error();g._S_cookie_set_get_remove("s",g.__domain,a,b);return g.getGlobal(a)},removeGlobal:function(a){var b=g.getGlobal(a);g._S_cookie_set_get_remove("s",g.__domain,a,null);return b},getLocal:function(a,b){b=g._getPrefix(b);return g._S_cookie_set_get_remove("s_"+
  265. b.prefix,b.domain,a)},setLocal:function(a,b,c){c=g._getPrefix(c);void 0===b&&g._throw_noValue_Error();g._S_cookie_set_get_remove("s_"+c.prefix,c.domain,a,b);return g.getLocal(a,c)},removeLocal:function(a,b){var b=g._getPrefix(b),c=g.getLocal(a,b);g._S_cookie_set_get_remove("s_"+b.prefix,b.domain,a,null);return c}};try{var K=window.location.host;".devmail.ru"==K.substring(K.length-11,K.length)&&(g.__domain=".devmail.ru")}catch(za){}b.SCookie=g;T.prototype={getQuery:function(){var a=this.invoke.bind(this);
  266. a.replace=this.replace.bind(this);return a},invoke:function(){this._fn?this._fn.apply(this._context,arguments):this._invocations.push(arguments)},replace:function(a,b){if(!this._fn){for(var b=b||window,c=0,f=this._invocations.length;c<f;c++)a.apply(b,this._invocations[c]);delete this._invocations;this._fn=a;this._context=b}}};b.extend(b,{DeferredQuery:T});v.prototype={emit:function(a,b,c){function f(){--h||c&&c()}void 0==b&&(b={});var e=this.listeners(a);if(e)for(var e=e.slice(),a=new v.Event(a,b),
  267. h=e.length,b=0,j=h;b<j;b++){var k=e[b];if("function"===typeof k)try{k.call(this,a,f)}catch(g){f()}}else c&&c()},listeners:function(a){return this._events&&this._events[a]&&this._events[a].length&&this._events[a]},addListener:function(a,b){if("function"!==typeof b)throw Error("invalid argument");this._events||(this._events={});this._events[a]||(this._events[a]=[]);this._events[a].push(b);this.emit("newlistener",{type:a});return this},once:function(a,b){function c(){this.removeListener(a,c);b.apply(this,
  268. arguments)}if("function"!==typeof b)throw Error("invalid argument");this.on(a,c);return this},removeListener:function(a,d){if("function"!==typeof d)throw Error("invalid argument");if(!this._events[a])return this;var c=this._events[a],f=b.ArrayIndexOf(c,d);if(0>f)return this;c.splice(f,1);0===c.length&&delete this._events[a];return this}};v.prototype.on=v.prototype.addListener;v.Event=function(a,b){this.type=a;this.data=b};v.relay=function(a,b,c){for(var f=0,e=a.length;f<e;f++){var h=a[f];b.on(h,function(a){return function(){c.emit(a)}}(h))}};
  269. b.EventEmitter=v;(function(){function a(){var a=d();a.id++;a=a.id;4095<a&&(a=0);c(a);a=d();return a.id}function d(){var a=g.getGlobal(q),b;if(!a)return c(0,0,{id:0,current:0}),{id:0,current:0};b=parseInt(a.substr(0,3),16);a=parseInt(a.substr(3,6),16);return{id:b,current:a}}function c(a,b,c){(c=c||d())||(c={});void 0!==a&&(c.id=a);c.id=void 0!=c.id&&c.id.toString(16);switch(c.id.length){case 1:c.id="00"+c.id;break;case 2:c.id="0"+c.id}void 0!==b&&(c.current=b);c.current=void 0!=c.current&&c.current.toString(16);
  270. switch(c.current.length){case 1:c.current="00"+c.current;break;case 2:c.current="0"+c.current}g.setGlobal(q,c.id+c.current)}function f(a,f){function g(a){j!==a&&(j=a,e.emit("visibilitychange",{hidden:a,visible:!a}))}var i;if(f)i=f.hidden,g(i);else if(i="focus"==a.type||"focusin"==a.type?!1:"blur"==a.type||"focusout"==a.type?!0:!!document[r],"focusout"==a.type)h=b.setTimeout(function(){h=void 0;g(i)},0);else if("focusin"==a.type)void 0!==h?b.clearTimeout(h):g(i),h=void 0;else if((n||p)&&!k)if(i)h=
  271. b.setTimeout(function(){h=void 0;try{d().current===m||g(i)}catch(a){b.radar("cookieError",1)}},200);else{try{d().current!==m&&(c(void 0,m),g(i))}catch(l){b.radar("cookieError",1)}b.clearTimeout(h);h=void 0}else g(i)}var r,h,j=!1,k,i={hidden:"visibilitychange",mozHidden:"mozvisibilitychange",webkitHidden:"webkitvisibilitychange",msHidden:"msvisibilitychange",oHidden:"ovisibilitychange"};for(r in i)if(i.hasOwnProperty(r)&&r in document){k=i[r];break}var i=navigator.userAgent,l=-1<i.indexOf("iPad")||
  272. -1<i.indexOf("iPhone")||-1<i.indexOf("iPod"),n=!k&&-1<i.indexOf("Opera"),p=0<i.indexOf("Safari")&&-1===i.indexOf("Chrome"),q="t";try{if((n||l||p)&&!k){var m=a();c(void 0,m)}}catch(u){b.radar("cookieError",1)}if(k)b.event(1,document,k,f);else if(window.eval&&eval("/*@cc_on!@*/false"))b.event(1,document,"focusin",f),b.event(1,document,"focusout",f);else if(l){var s=new Date,t=function(){b.clearTimeout(50);b.setTimeout(t,50);var a=new Date;100<a.getTime()-s.getTime()&&d().current!==m&&(c(void 0,m),j=
  273. !1,f({},{hidden:!0}),j=!0,f({},{hidden:!1}));s=a};b.setTimeout(t,50)}else b.event(1,window,"focus",f),b.event(1,window,"blur",f)})();G.prototype={visibleClass:"x-ph__link_ext",show:function(){b.addClass(this._container,this.visibleClass);b.clearTimeout(this._animTimeout);b.clearTimeout(this._animResetTimeout);this._anim&&this._isAnim&&(this._animTimeout=b.setTimeout(function(){b.addClass(this._node,"x-ph-animated_flash");this._animResetTimeout=b.setTimeout(function(){b.removeClass(this._node,"x-ph-animated_flash")}.bind(this),
  274. 1E3)}.bind(this),100))},hide:function(){b.removeClass(this._container,this.visibleClass)},value:function(a){void 0!==a&&(this._node.innerHTML=this.prepare(a));return parseInt(this._node.innerHTML,10)||void 0},prepare:function(a){a=parseInt(a);return 0<a?a:0},update:function(a){var d=this.value();b.clearTimeout(this._updateTimeout);this._updateTimeout=b.setTimeout(function(){a=this.value(a);if(void 0!==d&&a>d||e.activeUser()!=this._isAnim)this._anim=!0;this[a?"show":"hide"]();this._anim=!1}.bind(this),
  275. 100)}};b.Counters=na;b.Counter=G;n.__all=[];n.resetShowOnInit=function(a){for(var b=0,c=n.__all.length;b<c;b++){var f=n.__all[b];if(!a||f!==a)f._triggerShowOnInit=!1,f._triggerHideOnInit=!1}};n.hideAll=function(){for(var a=0,b=n.__all.length;a<b;a++){var c=n.__all[a];c._triggerShowOnInit=!1;c._triggerHideOnInit=!1;c.hide()}};b.extend(n.prototype,b.EventEmitter.prototype,{init:function(a){!this._dropdown&&a&&(this._dropdown=a,this._rootNode.appendChild(a),this._inited=!0,this._triggerShowOnInit&&this.show(),
  276. this._triggerHideOnInit&&this.hide(),this._triggerHideOnInit=this._triggerShowOnInit=!1)},_mouseIn:function(){b.clearTimeout(this._hideTimeout)},_mouseOut:function(){b.clearTimeout(this._hideTimeout);this._hideTimeout=b.setTimeout(this.hide.bind(this),4E3)},isVisible:function(){return b.hasClass(this._rootNode,this._openClass)},show:function(a){b.clearTimeout(this._hideTimeout);a&&b.eventPreventDefault(a);this._inited?this.isVisible()||this.emit("show",{},function(){this.__toggle(!0)}.bind(this)):
  277. (this._triggerShowOnInit=!0,n.resetShowOnInit(this))},hide:function(){this._inited?this.isVisible()&&this.emit("hide",{},function(){this.__toggle(!1)}.bind(this)):this._triggerShowOnInit=!this._triggerShowOnInit},_hideOther:function(){for(var a=0,b=n.__all.length;a<b;a++){var c=n.__all[a];c!=this&&c.isVisible()&&c.hide();c._triggerShowOnInit=!1}},_click:function(a){var d=a.target||a.srcElement;d==this._dropdown||b.hasParent(d,this._dropdown)?this.emit("click",{clickEvent:a},b.bind(this.hide,this)):
  278. "click"==a.type&&(b.hasParent(d,this._rootNode)&&b.eventPreventDefault(a),this.hide())},_open:function(){b.clearTimeout(this._openTimeout);this._openTimeout=b.setTimeout(function(){if(this._orientation)b.addClass(this._rootNode,this._openClass),b.addClass(this._rootNode,this["_"+this._orientation+"Class"]);else{var a=this._dropdown.clientWidth,d=this._rootNode.offsetLeft,c=a+(this._rootNode.offsetParent==b.rootNode?d:1E4),f=document.body.offsetWidth;b.addClass(this._rootNode,this._openClass);b.removeClass(this._rootNode,
  279. c<=f?this._rightClass:this._leftClass);b.addClass(this._rootNode,c>f?this._rightClass:this._leftClass);this._dropdown.style.right=d+this._rootNode.clientWidth<a&&c>f?-(a-(d+this._rootNode.clientWidth)+10)+"px":""}a=function(){if(window.URL||window.webkitURL)this._dropdown.style.width=this._dropdown.clientWidth+1+"px",this._dropdown.style.width=null}.bind(this);a();b.setTimeout(a,0)}.bind(this),0)},__toggle:function(a){b.clearTimeout(this.__eventsTimeout);this.__eventsTimeout=b.setTimeout(function(){b.event(a,
  280. document,"click",this.__click||(this.__click=this._click.bind(this)));b.event(a,this._rootNode,"mouseout",this.__mouseOut||(this.__mouseOut=this._mouseOut.bind(this)));b.event(a,this._rootNode,"mouseover",this.__mouseIn||(this.__mouseIn=this._mouseIn.bind(this)))}.bind(this),10);a?(this._openCounter&&b.count(this._openCounter),"block"!==this._dropdown.style.display&&(this._dropdown.style.display="block"),this._open(),b.event(1,window,"resize",this._open)):(b.removeClass(this._rootNode,this._openClass),
  281. b.removeClass(this._rootNode,this._leftClass),b.removeClass(this._rootNode,this._rightClass),b.event(0,window,"resize",this._open))}});b.Menu=n;var Y=document.getElementsByTagName("head")[0];s.prototype={get:function(a){a=b.extend({encoding:this._encoding,params:{},complete:function(){}},a);this.cancel();return this[this._isXHR2()?"_getXHR":"_getScript"](this._url,a)},_isXHR2:function(){return this._xhrEnabled&&this._xhr2Supported},_getUrl:function(a,b){var c=!!~a.indexOf("?");b.rnd=(new Date).getTime();
  282. for(var f in b)if(b.hasOwnProperty(f)){var e=b[f];"function"==typeof e&&(e=e(b));void 0!==e&&(a+=(c?"&":"?")+f+"="+encodeURIComponent(e),c=!0)}return a},_getXHR:function(a,d){var c=new XMLHttpRequest;this._processing=!0;b.clearTimeout(this._xhrTimeout);d.timeout&&(this._xhrTimeout=b.setTimeout(function(){this._processing&&(b.clearTimeout(this._xhrTimeout),this._processing=!1,this.cancel(),d.complete({status:"error",errorType:"timeout"}))}.bind(this),d.timeout));c.onreadystatechange=function(){if(this._processing){var a;
  283. if(4===c.readyState){b.clearTimeout(this._xhrTimeout);this._processing=!1;if(200==c.status){var e;try{e=b.parseJson(c.responseText)}catch(h){a=h}}!a&&200==c.status?(a=e,a.error&&!a.errorType&&(a.errorType="serverError")):a=a?{status:"error",errorType:"parseError"}:200!=c.status?{status:"error",errorType:"netError"}:{status:"error"};this._requestSource&&(a.requestSource=this._requestSource);d.complete(a)}}}.bind(this);c.open("get",this._getUrl(a,d.params),!0);c.withCredentials=!0;c.send(null);this._xhr=
  284. c},_getScript:function(a,d){function c(){Y.appendChild(g);b.setTimeout(function(){Y.removeChild(g)},6E4)}var e=this._cbName="__PHJSONPCallback_"+s.getUuid(),g=document.createElement("script"),h,j=d.timeout;d.params[this._JSONPCallbackParam]=e;a=this._getUrl(a,d.params);window[e]=function(a){b.clearTimeout(h);window[e]=s.__PHEmptyCallback;this._cbName=null;this._processing=!1;this._requestSource&&(a.requestSource=this._requestSource);a.error&&!a.errorType&&(a.errorType="serverError");"cancel"!=a.status&&
  285. d.complete(a)}.bind(this);g.defer="defer";g.async="async";g.type="text/javascript";d.encoding&&(g.charset=d.encoding);g.src=a;!("opera"in window)||"complete"===document.readyState?(this._processing=!0,c()):window.addEventListener("DOMContentLoaded",b.bind(function(){this._processing=!0;c()},this),!1);j&&(h=b.setTimeout(b.bind(function(){window[this._cbName]({status:"error",errorType:"timeout"})},this),j))},isProcessing:function(){return this._processing},cancel:function(){this._isXHR2()?this._cancelXHR():
  286. this._cancelScript()},_cancelXHR:function(){this._xhr&&this._xhr.abort()},_cancelScript:function(){this._cbName&&window[this._cbName]&&window[this._cbName]({status:"cancel"})}};s.__uuid=0;s.getUuid=function(){return s.__uuid++};s.__PHEmptyCallback=function(){};b.extend(b,{Transport:s});b.AccountManager=oa;b.extend(b.AccountManager.prototype,b.EventEmitter.prototype,{activeUser:function(){return this._user},updateLogin:function(a,b){this._user=a;this._userEmail.innerHTML=this.drawName(a,b);a?(this._noAuthView.style.display=
  287. "none",this._authView.style.display=""):(this._authView.style.display="none",this._noAuthView.style.display="")},isCorp:b.isCorp,isCorpCookie:b.isCorpCookie,setCorp:function(a){for(var d=0,c=a.length;d<c;d++)if("corp.mail.ru"===a[d].split("@")[1])return b.SCookie.setGlobal(this.isCorpCookie,(new Date).getTime()),!0;if((a=b.SCookie.getGlobal(this.isCorpCookie))&&(new Date).getTime()>1*a+864E5)return b.SCookie.removeGlobal(this.isCorpCookie),!1},drawName:function(a,d){var c="";"string"!=typeof d?(this._userEmail.className=
  288. e.settings.multiAuthEnabled?"x-ph__menu__button__text x-ph__menu__button__text_auth":"x-ph__auth__user__text",c=a):(b.addClass(this._userEmail,"x-ph-ico x-ph-ico_"+this.getSocialId(a)+"_small"),c="&nbsp;"+d);return c},getSocialId:function(a){a=a.match(/^[0-9]+@(vk|ok|fb)$/);return null==a?void 0:a[1]}});var Z=!1;b.extend(b.AccountManager.prototype,{updateCounters:function(a){var d={},a=a||{};if("mail"!=b.project&&!("home"==b.project&&e.settings.mailSplashUpdate)||!Z&&"mail"==b.project&&!e.settings.mailEvents)d.mail=
  289. a.mail_cnt||0;Z=!0;d.my=a.my_cnt||0;e.settings.disableGamesCounter||(d.games=a.games_cnt||0);this.updateNotifier(a);b.counters.update(d)},updateNotifier:function(a){var d=b.byId("PH_authMenu"),a=a.mail_notifier?parseInt(a.mail_notifier,10):0;b[(0==a?"remove":"add")+"Class"](d,"x-ph__menu_auth_unread")},_sendError:function(a){var d={updateError:1},c={rlog:"navidata_errors",email:e.activeUser(),rlog_message:[]};a.errorType&&(d["updateError_"+a.errorType]=1,c.rlog_message.push(a.errorType));a.requestSource&&
  290. (d["updateError_"+a.requestSource]=1,c.rlog_message.push(a.requestSource),a.errorType&&(d["updateError_"+a.errorType+"_"+a.requestSource]=1,c.rlog_message.push(a.errorType)));b.radar(d,c);this.emit("updateError")},_PHUpdater:function(a,d,c){function f(a){"ok"!=b.project&&e.settings.portalAuthEnabled&&this.updateLogin(k,l);this.updateCounters(h);"function"===typeof a&&a()}var g=a.status,d=d||function(){};if("error"==g)this._sendError(a),d();else{var h=a.data,j=h.action,k=h.email,i=b.bind(f,this),l=
  291. "undefined"!==typeof h.soc_name?h.soc_name:void 0;this.setCorp(h.list||[]);e.settings.portalAuthEnabled?"switch"==j?"disabled"==g?c?(b.radar({disabledUser:1,disabledUserRestore:1}),d()):(this.emit("disabledUser"),e.emit("disabledUser",a.data,function(){b.radar({disabledUser:1,disabledUserSendToLogin:1});window.location="https://e.mail.ru/login?fail=1&d1&page="+encodeURIComponent(location.href)+"&email="+encodeURIComponent(k)})):"ok"==g&&k!=this.activeUser()?(this.emit("authChange"),e.listeners("authChange")?
  292. (b.radar("authChange",1),!k||void 0!==h.mail_cnt?e.emit("authChange",a.data,function(){i(d)}):this.loadAccountInfo(b.bind(function(a){"error"==a.status?(this._sendError(a),d()):(h=b.extend(a.data,h),e.emit("authChange",h,function(){i(d)}))},this),k)):c?(b.radar("authChangeReloadDis",1),!k||void 0!==h.mail_cnt?i(d):this.loadAccountInfo(b.bind(function(a){"error"==a.status?(this._sendError(a),d()):(h=b.extend(a.data,h),i(d))},this),k)):(b.radar("authChangeReload",1),b.setTimeout(function(){location.reload()},
  293. 10))):"noauth"==g&&k!=this.activeUser()?("home"===b.project&&(g=[],g.push("headlineAuthLost"),g.push("mpop="+(e.cookie("Mpop")?"1":"0")),g.push("activeEmail="+this.activeUser()),g.push("newEmail="+k),(new Image).src="//gstat.imgsmail.ru/gstat?ua=1&logme="+encodeURIComponent(g.join(";"))+"&rnd="+(new Date).getTime()+Math.random()),b.radar("authLost",1),this.emit("authLost"),e.emit("authLost",a.data,function(){a.status="ok";a.data.action="switch";this._PHUpdater(a,d,c)}.bind(this))):(b.radar("authRestore",
  294. 1),"function"===typeof d&&d()):"list"==j&&("____user"in this&&(this.____user!==k&&"mail"===b.project&&((new Image).src="//gstat.imgsmail.ru/gstat?logme="+encodeURIComponent("headlineFail;headlineEmail="+k+";projectEmail="+this.____user)+"&rnd="+(new Date).getTime()+Math.random(),j={userMismatch:1},j["userMismatch_"+(k?"":"no")+"HeadlineUser"]=1,j["userMismatch_"+(this.____user?"":"no")+"ProjectUser"]=1,j["userMismatch_"+(this.____user?"":"no")+"PUser_"+(k?"":"no")+"HUser"]=1,b.radar(j)),delete this.____user),
  295. null===this.activeUser()?(e.settings.enableUpdateRadars&&b.radar("update",1),this.emit("update"),e.emit("update",a.data,function(){i(d)})):k==this.activeUser()?((j=e.cookie("Mpop"))&&("ok"==g&&this.activeUser()&&-1==j.indexOf(this.activeUser()))&&b.count("d1409289"),e.settings.enableUpdateRadars&&b.radar("update",1),this.emit("update"),e.emit("update",a.data,function(){i(d)})):(a.data.action="switch",this._PHUpdater(a,d,!0))):(e.settings.enableUpdateRadars&&b.radar("update",1),this.emit("update"),
  296. e.emit("update",a.data,function(){i(d)}))}}});b.extend(b.AccountManager.prototype,{_authTransport:new b.Transport(e.settings.authDomain+"/cgi-bin/auth?mac=1",{JSONPCallbackParam:"JSONP_call",xhrEnabled:!0,requestSource:"auth"}),switchAccount:function(a,b,c){var e={};if(a){e.Login=a;var g=this.updateResume(b||function(){});this._authTransport.get({params:e,complete:function(a){this._PHUpdater(a,g,c)}.bind(this),timeout:3E4})}},_logoutTransport:new b.Transport(e.settings.authDomain+"/cgi-bin/logout?mac=1",
  297. {JSONPCallbackParam:"JSONP_call",xhrEnabled:!0,requestSource:"logout"}),logoutAccount:function(a,b){var c={};if(a&&a!==this.activeUser())c.Login=a;else throw Error("Can not logout. Not active account expected.");this._logoutTransport.get({params:c,complete:b})}});var L=!1,$;b.extend(b.AccountManager.prototype,{_accountInfoTransport:new b.Transport(e.settings.swaDomain+"/NaviData?mac=1&gamescnt=1&Socials=1",{JSONPCallbackParam:"JSONP_call",xhrEnabled:!0,requestSource:"accountInfo"}),loadAccountInfo:function(a,
  298. b){var c={};if(b=!e.settings.multiAuthEnabled?void 0:b||this.activeUser())c.Login=b;this._accountInfoTransport.get({params:c,complete:function(b){"function"===typeof a&&a(b)},timeout:3E4})},updateAccountInfo:function(a,b){if(!L){var c=+new Date;if(this._updateByTimeout||!this._updateByTimeout&&this.updateLastRequest<c-this.updateRequestTimeout||b)!this._updateByTimeout&&this.updateLastRequest&&((new Image).src="//rs.mail.ru/d"+"557693".replace("%","")+".gif?"+c),this.updateLastRequest=c,c=this.updateResume(function(b){this._PHUpdater(b,
  299. a)}.bind(this)),this.loadAccountInfo(c)}},updateRequestTimeout:6E4,updateReset:function(a){this._updateByTimeout&&(a?(a=this.updateRequestTimeout-(new Date).getTime()+this.updateLastRequest,0>a&&(a=0)):a=this.updateRequestTimeout,b.clearTimeout(this._listAccountTimeout),this._listAccountTimeout=b.setTimeout(b.bind(this.updateAccountInfo,this),a))},updateResume:function(a){if(this._updateByTimeout){var d=this._accountInfoTransport.isProcessing();this._accountInfoTransport.cancel();this.updateReset();
  300. var c=!1;this.once("authChange",function(a,b){c=!0;"function"===typeof b&&b()})}return b.bind(function(b){this._updateByTimeout&&(d?c?this.updateReset():this.updateAccountInfo():c?this.updateReset():this.updateReset(!0));"function"==typeof a&&a(b)},this)},pauseUpdate:function(a,b){a?$=setTimeout(function(){L=!0},b):(clearTimeout($),L=!1)}});b.SCookie[(b.retina?"set":"remove")+"Global"]("rt",1);b.SCookie[(b.retina?"set":"remove")+"Global"]("dpr",b.dpr);e.settings.enableUpdateRadars=b.percent(1);e.settings.authFormEnabled=
  301. e.settings.multiAuthEnabled=e.settings.portalAuthEnabled;b.rbCounters={projectMenuOpen:"d556856"};x=!1;if(~navigator.userAgent.indexOf("Opera")&&(!~navigator.userAgent.indexOf("Opera/9.8")||~navigator.userAgent.indexOf("Version/10")||~navigator.userAgent.indexOf("Version/11")||~navigator.userAgent.indexOf("Opera/10")||~navigator.userAgent.indexOf("Opera 10"))||window.____________ie7||~navigator.userAgent.indexOf("Firefox/3."))e.settings.multiAuthEnabled=!1,e.settings.authFormEnabled=!1,
  302. x=!0;b.byId("PH_singleuser").style.display=e.settings.multiAuthEnabled?"none":"block";b.byId("PH_miltiuser").style.display=e.settings.multiAuthEnabled?"block":"none";e.settings.projectsMenuEnabled=!1;x||(e.settings.projectsMenuEnabled=!0,b.byId("PH_projectsMenu").style.display="inline-block",b.byId("PH_allProjects").style.display="none",b.projectsMenuOpen=(new b.DeferredQuery).getQuery(),b.event(1,b.byId("PH_projectsMenu_button"),"click",b.projectsMenuOpen));e.settings.bizLinks&&(b.byId("PH_projectsMenu").style.display=
  303. "none",b.byId("PH_allProjects").style.display="none");b.countEl(b.byId("PH_logoutLink"));b.countEl(b.byId("PH_loginLink")||b.byId("PH_authLink"));b.extend(e,b.EventEmitter.prototype,{cookie:B});if(~navigator.userAgent.toLowerCase().indexOf("iphone")||~navigator.userAgent.toLowerCase().indexOf("ipad")||~navigator.userAgent.toLowerCase().indexOf("ipod")||~navigator.userAgent.toLowerCase().indexOf("android"))document.body.style.cursor="pointer";e.cookie.s={};b.extend(e.cookie.s,{getLocal:g.getLocal,
  304. setLocal:g.setLocal,removeLocal:g.removeLocal,getGlobal:g.getGlobal,setGlobal:g.setGlobal,removeGlobal:g.removeGlobal,setProject:g.setProject});var aa="mail"!==b.project;b.accountManager=new b.AccountManager({noAuthView:b.byId("PH_noAuthView"),authView:b.byId("PH_authView"),userEmail:b.byId(e.settings.multiAuthEnabled?"PH_user-email":"PH_user-email_disabled"),updateByTimeout:aa});b.counters=new b.Counters({mail:"g_mail_events",my:"g_my_events",ok:"g_ok_events",games:"g_games_events",love:"g_love_events"});
  305. e.updateCounter=function(a){"sting"===typeof a||"number"===typeof a||void 0===a||null===a?b.counters._counters[b.project]&&b.counters.update(b.project,a):b.counters.update(a);aa||b.accountManager.updateAccountInfo()};"mail"==b.project&&window.jQuery&&window.jQuery(window).bind("updatemessagescount",function(a,b){e.updateCounter(b)});e.isMultiAuth=function(){return e.settings.multiAuthEnabled};e.activeUser=function(){if(e.settings.portalAuthEnabled){var a=b.accountManager.activeUser();return null===
  306. a?b.accountManager.____user:a}return b.byId("PH_user-email_disabled").innerHTML||void 0};e.settings.portalAuthEnabled&&(e.isCorp=function(){var a=e.activeUser();return"corp.mail.ru"==(a&&a.split("@")[1])},e.switchAccount=function(a,d){b.accountManager.switchAccount(a,d)},e.logoutAccount=function(a,d){b.accountManager.logoutAccount(a,function(){b.accountManager.loadAccountsList(d)})});e.settings.multiAuthEnabled&&(e.loadAccountsList=(new b.DeferredQuery).getQuery(),e.on("visibilitychange",function(a){a.data.hidden?
  307. e.settings.pauseUpdate&&b.accountManager.pauseUpdate(!0,e.settings.pauseUpdateTime||36E5):(null!==b.accountManager.activeUser()&&b.accountManager.activeUser()?b.accountManager.switchAccount(b.accountManager.activeUser(),null,!0):b.accountManager.updateAccountInfo(function(){},!0),e.settings.pauseUpdate&&b.accountManager.pauseUpdate())}));b.authMenu=new b.Menu({baseClass:"x-ph__menu",orientation:"right",rootNode:b.byId("PH_authMenu"),button:b.byId("PH_authMenu_button"),openCounter:"home"==b.project?
  308. "d1126003":"mail"==b.project?"d1126002":"my"==b.project?"d1270901":"d1126005"});e.authMenu=new b.EventEmitter;e.authForm=new b.EventEmitter;e.settings.multiAuthEnabled&&(e.authMenu.show=b.authMenu.show.bind(b.authMenu),e.authMenu.hide=b.authMenu.hide.bind(b.authMenu));e.settings.authFormEnabled?(b.showQuery=(new b.DeferredQuery).getQuery(),e.authForm.show=function(){b.timers.render=1*new Date;b.showQuery.apply(this,arguments)},e.authForm.hide=(new b.DeferredQuery).getQuery(),e.authForm.insert=(new b.DeferredQuery).getQuery(),
  309. e.authForm.isVisible=function(){return!1}):(e.authForm.show=function(a){var d=[];a||(a={});a.login&&a.domain&&d.push("email="+a.login+"@"+a.domain);d.push("page="+encodeURIComponent(a.successPage?a.successPage:"mail"==b.project||"home"==b.project?"https://e.mail.ru/messages/inbox?back=1":window.location.href));window.location="https://e.mail.ru/login?"+d.join("&")},e.authForm.hide=function(){},e.authForm.isVisible=function(){return b.authForm?b.authForm.isVisible():!1});b.authLinkClickHandler=function(a){e.listeners("loginRequest")?
  310. (b.eventPreventDefault(a),e.emit("loginRequest")):e.settings.authFormEnabled&&(b.eventPreventDefault(a),e.authForm.show())};b.event(1,b.byId("PH_authLink"),"click",b.authLinkClickHandler);b.registerLinkClickHandler=function(a){e.listeners("registerRequest")&&(b.eventPreventDefault(a),e.authForm.hide(),e.emit("registerRequest"))};b.event(1,b.byId("PH_regLink"),"click",b.registerLinkClickHandler);e.isAuthFormEnabled=function(){return e.settings.authFormEnabled};if(e.settings.projectsMenuEnabled||e.settings.multiAuthEnabled||
  311. e.settings.authFormEnabled)e.settings.authGate&&U(e.settings.authGateJS),U(e.settings.externalJS,!0);window.__PH=e;t.timeEnd("headline.inline.js")}})(window.__PH,window.__PHS);
  312. </script><!--/noindex-->
  313.                 <div id="pm-add_button0" onclick="return {
  314.     text: 'Рекомендации',
  315.     href: 'https://afisha.mail.ru/user/recommended/',
  316.    
  317.     attrs: {
  318.         name: 'clb20200782'
  319.     }
  320. }" style="display: none;"></div>
  321.                 <div id="pm-add_button1" onclick="return {
  322.     text: 'Календарь выхода сериалов',
  323.     href: 'https://afisha.mail.ru/series/soon/',
  324.    
  325.     attrs: {
  326.         name: 'clb23081964'
  327.     }
  328. }" style="display: none;"></div>
  329.                 <div id="pm-add_button2" onclick="return {
  330.     text: 'Фильмы онлайн',
  331.     href: 'https://afisha.mail.ru/cinema/online/',
  332.    
  333.     attrs: {
  334.         name: 'clb20381357'
  335.     }
  336. }" style="display: none;"></div>
  337.             <textarea style="display:none;" id="banner_2803">  </textarea><textarea style="display:none;" id="banner_4983">  </textarea><img src="https://rs.mail.ru/d6794193.gif" style="width:0;height:0;position:absolute;" alt=""/><link rel="stylesheet" type="text/css" href="//img.imgsmail.ru/p/pm/d/0.1.39/full.css?1"/><style>.portal-menu{position:relative;z-index:110;}</style><script src="//img.imgsmail.ru/p/pm/d/0.1.39/full.min.js?1"></script><div id="portal-menu" class="portal-menu"><div class="pm-css-checker" id="pm-css-checker" style="display: none;"></div><div id="portal-menu__toolbar" class="portal-menu__toolbar w-pm-menu"><div class="portal-menu_width"><div class="pm-menu"><div class="pm-menu__left"><div class="pm-menu__left__inner"></div></div><div class="pm-menu__center"><div class="pm-menu__center__inner"><i class="pm-menu__center__inner__leg" style="visibility: hidden">s</i></div></div></div></div><div id="w-pm-menu__shadow" class="w-pm-menu__shadow"></div></div><div id="portal-menu__submenu" class="portal-menu__submenu w-pm-menu w-pm-menu_submenu" style="display: none;"><div class="portal-menu_width"><div class="pm-menu pm-menu_submenu"><div class="pm-menu__center pm-menu__center_submenu"><div class="pm-menu__center__inner pm-menu__center__inner_submenu"><i class="pm-menu__center__inner__leg pm-menu__center__inner__leg_submenu" style="visibility: hidden">s</i></div></div></div></div><div class="w-pm-menu__shadow"></div></div></div><script>__PM.init();</script><script>window.__PMS = {submenu: true};</script><script>var oPortalHeadline = {
  338.             logo: {
  339.                 image: 'https://afisha.mail.ru/img/v2/kino_at_mailru.png',
  340.                 image_x2: 'https://afisha.mail.ru/img/v2/kino_at_mailru@2x.png',
  341.                 width: 164,
  342.                 title: 'Кино Mail.Ru',
  343.                 href: 'https://afisha.mail.ru',
  344.                 attrs: {
  345.                     name: 'clb6794193'
  346.                 }
  347.             },
  348.             toolbar: {
  349.                 items: [
  350.                     {
  351.                         type: 'group',
  352.                         collapsible: true,
  353.                         items: (function () {
  354.                             var addButtonBlocks = ['pm-add_button0', 'pm-add_button1', 'pm-add_button2'];
  355.                             var addButtons = [];
  356.                             var buttonRefElement, buttonConfig;
  357.                             for (var idx = 0; idx < addButtonBlocks.length; idx++) {
  358.                                 buttonRefElement = document.getElementById(addButtonBlocks[idx]);
  359.                                 if (buttonRefElement && buttonRefElement.onclick) {
  360.                                     try {
  361.                                         buttonConfig = buttonRefElement.onclick();
  362.                                     } catch (ex) {}
  363.                                     if (buttonConfig) {
  364.                                         addButtons.push(buttonConfig);
  365.                                     }
  366.                                 }
  367.                             }
  368.                             return addButtons;
  369.                         }())
  370.                     },
  371.                     {
  372.                         type: 'spacer',
  373.                         flex: 1
  374.                     },
  375.                     {
  376.                         type: 'banner',
  377.                         slot: [document.getElementById('banner_2803').value]
  378.                     },
  379.                     {
  380.                         type: 'banner',
  381.                         slot: [document.getElementById('banner_4983').value]
  382.                     },{
  383.                         type: 'button',
  384.                         iconCls: 'pm-uh-rating',
  385.                         numbers: 0,
  386.                         href: 'https://afisha.mail.ru/user/ratings/cinema/',
  387.                         attrs: {
  388.                             name: 'clb18426049'
  389.                         }
  390.                     },{
  391.                         type: 'button',
  392.                         iconCls: 'pm-uh-bookmark',
  393.                         numbers: 0,
  394.                         href: 'https://afisha.mail.ru/user/favorites/',
  395.                         attrs: {
  396.                             name: 'clb16611312'
  397.                         }
  398.                     },{
  399.                         type: 'separator'
  400.                     },
  401.                     {
  402.                         formName: 'searchAfisha',
  403.                         type: 'search',
  404.                         name: 'search',
  405.                         placeholder: 'Поиск по сайту',
  406.                         autofocus: false,
  407.                         width: 205,
  408.                         inputName: 'q',
  409.                         searchUrl: '//afisha.mail.ru/search/',
  410.                         method: 'get',
  411.                         expandable: 'true',
  412.                         autocomplete: 'off',
  413.                         suggests: {
  414.                             searchInternet: true
  415.                         },
  416.                         flexible: true,
  417.                         flex: 1,
  418.                         inputs: {
  419.                             'region_id':70}
  420.                     }                  
  421.                 ]
  422.             },submenu: {
  423.                 items: [
  424.                     {
  425.                         type: 'group',
  426.                         collapsible: true,
  427.                         items: [{
  428.                                     href: 'https://afisha.mail.ru/msk/cinema/',
  429.                                     text: 'Фильмы',
  430.                                     current: 'true',
  431.                                     attrs: {name: 'clb6794291'},
  432.                                     dropdown: {
  433.                                         "items": [{
  434.                                                 href: 'https://afisha.mail.ru/msk/cinema/kinoafisha/',
  435.                                                 text: 'Киноафиша',
  436.                                                 current: '',
  437.                                                 attrs: {name: 'clb7376748'}
  438.                                             },{
  439.                                                 href: 'https://afisha.mail.ru/cinema/online/',
  440.                                                 text: 'Фильмы онлайн',
  441.                                                 current: '',
  442.                                                 attrs: {name: 'clb7376768'}
  443.                                             },{
  444.                                                 href: 'https://afisha.mail.ru/cinema/top/',
  445.                                                 text: 'Лучшие фильмы',
  446.                                                 current: '',
  447.                                                 attrs: {name: 'clb7376797'}
  448.                                             },{
  449.                                                 href: 'https://afisha.mail.ru/cinema/soon/#soon',
  450.                                                 text: 'Календарь кинопремьер',
  451.                                                 current: '',
  452.                                                 attrs: {name: 'clb7376846'}
  453.                                             },{
  454.                                                 href: 'https://afisha.mail.ru/cinema/selections/',
  455.                                                 text: 'Подборки фильмов',
  456.                                                 current: '',
  457.                                                 attrs: {name: 'clb7376862'}
  458.                                             },{
  459.                                                 href: 'https://afisha.mail.ru/awards/',
  460.                                                 text: 'Премии',
  461.                                                 current: '',
  462.                                                 attrs: {name: ''}
  463.                                             },{
  464.                                                 href: 'https://afisha.mail.ru/msk/cinema/places/',
  465.                                                 text: 'Кинотеатры',
  466.                                                 current: '',
  467.                                                 attrs: {name: 'clb7376876'}
  468.                                             },{
  469.                                                 href: 'https://afisha.mail.ru/msk/cinema/articles/',
  470.                                                 text: 'Новости',
  471.                                                 current: '',
  472.                                                 attrs: {name: 'clb7376976'}
  473.                                             },]
  474.                                     }
  475.                                 },{
  476.                                     href: 'https://afisha.mail.ru/msk/series/',
  477.                                     text: 'Сериалы',
  478.                                     current: '',
  479.                                     attrs: {name: 'clb6794356'},
  480.                                     dropdown: {
  481.                                         "items": [{
  482.                                                 href: 'https://afisha.mail.ru/series/top/',
  483.                                                 text: 'Лучшие сериалы',
  484.                                                 current: '',
  485.                                                 attrs: {name: 'clb7377009'}
  486.                                             },{
  487.                                                 href: 'https://afisha.mail.ru/series/online/',
  488.                                                 text: 'Сериалы онлайн',
  489.                                                 current: '',
  490.                                                 attrs: {name: 'clb7377021'}
  491.                                             },{
  492.                                                 href: 'https://afisha.mail.ru/series/selections/',
  493.                                                 text: 'Подборки сериалов',
  494.                                                 current: '',
  495.                                                 attrs: {name: 'clb7377031'}
  496.                                             },{
  497.                                                 href: 'https://afisha.mail.ru/series/soon/',
  498.                                                 text: 'Календарь премьер',
  499.                                                 current: '',
  500.                                                 attrs: {name: ''}
  501.                                             },{
  502.                                                 href: 'https://afisha.mail.ru/series/all/',
  503.                                                 text: 'Все сериалы',
  504.                                                 current: '',
  505.                                                 attrs: {name: 'clb7377037'}
  506.                                             },{
  507.                                                 href: 'https://afisha.mail.ru/msk/series/articles/',
  508.                                                 text: 'Новости',
  509.                                                 current: '',
  510.                                                 attrs: {name: 'clb7377080'}
  511.                                             },]
  512.                                     }
  513.                                 },{
  514.                                     href: 'https://afisha.mail.ru/msk/tvshow/',
  515.                                     text: 'Телешоу',
  516.                                     current: '',
  517.                                     attrs: {name: 'clb6794385'},
  518.                                     dropdown: {
  519.                                         "items": [{
  520.                                                 href: 'https://afisha.mail.ru/tvshow/top/',
  521.                                                 text: 'Лучшие телешоу',
  522.                                                 current: '',
  523.                                                 attrs: {name: 'clb7377085'}
  524.                                             },{
  525.                                                 href: 'https://afisha.mail.ru/tvshow/online/',
  526.                                                 text: 'Телешоу онлайн',
  527.                                                 current: '',
  528.                                                 attrs: {name: 'clb7377117'}
  529.                                             },{
  530.                                                 href: 'https://afisha.mail.ru/tvshow/all/',
  531.                                                 text: 'Все телешоу',
  532.                                                 current: '',
  533.                                                 attrs: {name: 'clb7377109'}
  534.                                             },{
  535.                                                 href: 'https://afisha.mail.ru/msk/tvshow/articles/',
  536.                                                 text: 'Новости',
  537.                                                 current: '',
  538.                                                 attrs: {name: 'clb7377125'}
  539.                                             },]
  540.                                     }
  541.                                 },{
  542.                                     href: 'https://tv.mail.ru/',
  543.                                     text: 'Телепрограмма',
  544.                                     current: '',
  545.                                     attrs: {name: 'clb6794395'},
  546.                                     dropdown: {
  547.                                         "items": [{
  548.                                                 href: 'https://tv.mail.ru/region/central/',
  549.                                                 text: 'Центральные',
  550.                                                 current: '',
  551.                                                 attrs: {name: ''}
  552.                                             },{
  553.                                                 href: 'https://tv.mail.ru/region/local/',
  554.                                                 text: 'Местные',
  555.                                                 current: '',
  556.                                                 attrs: {name: ''}
  557.                                             },{
  558.                                                 href: 'https://tv.mail.ru/region/sport/',
  559.                                                 text: 'Спортивные',
  560.                                                 current: '',
  561.                                                 attrs: {name: ''}
  562.                                             },{
  563.                                                 href: 'https://tv.mail.ru/region/movies_series/',
  564.                                                 text: 'Фильмы и Сериалы',
  565.                                                 current: '',
  566.                                                 attrs: {name: ''}
  567.                                             },{
  568.                                                 href: 'https://tv.mail.ru/region/news/',
  569.                                                 text: 'Новостные',
  570.                                                 current: '',
  571.                                                 attrs: {name: ''}
  572.                                             },{
  573.                                                 href: 'https://tv.mail.ru/region/channel/',
  574.                                                 text: 'Все каналы',
  575.                                                 current: '',
  576.                                                 attrs: {name: ''}
  577.                                             },]
  578.                                     }
  579.                                 },{
  580.                                     href: 'https://afisha.mail.ru/stars/',
  581.                                     text: 'Звёзды',
  582.                                     current: '',
  583.                                     attrs: {name: 'clb6794413'},
  584.                                     dropdown: {
  585.                                         "items": [{
  586.                                                 href: 'https://afisha.mail.ru/msk/stars/articles/',
  587.                                                 text: 'Новости',
  588.                                                 current: '',
  589.                                                 attrs: {name: 'clb7377130'}
  590.                                             },{
  591.                                                 href: 'https://afisha.mail.ru/person/birthday/',
  592.                                                 text: 'Сегодня родились',
  593.                                                 current: '',
  594.                                                 attrs: {name: 'clb7377139'}
  595.                                             },{
  596.                                                 href: 'https://afisha.mail.ru/stars/selections/',
  597.                                                 text: 'Рейтинги',
  598.                                                 current: '',
  599.                                                 attrs: {name: ''}
  600.                                             },]
  601.                                     }
  602.                                 },]
  603.                     },
  604.                 ]
  605.             }};__PM.draw(oPortalHeadline, function(menuItems){
  606.    
  607.                 var itemsList = menuItems.toolbar.items[1].itemsByName;
  608.    
  609.                 itemsList.search.on('submit', function(){
  610.                     var sCountId = '6753205';
  611.                     var sFieldValue = this.input.el.value;
  612.                     if(sFieldValue.length > 0 && sCountId) {
  613.                         (new Image()).src = 'https://rs.mail.ru/sb' + sCountId + '.gif?r=' + Math.random();
  614.                     }
  615.                 });
  616.                 itemsList.search.input.on('click', function(){
  617.                     (new Image()).src = 'https://rs.mail.ru/sb22795289.gif?r=' + Math.random();
  618.                 });
  619.         });</script></div><!-- rb: 40920?_SITEZONE=33 --><!-- /rb: 40920?_SITEZONE=33 --><!-- rb: 39139?_SITEZONE=33 --><!-- /rb: 39139?_SITEZONE=33 --><div class=" js-module" data-module="StickyPanel.TopButton"><a class="button button_color_dark margin_bottom_20 margin_left_20 hidden_all js-stickypanel-topbutton__container" name="clb21261896" data-counter="21261896" href="#top"><span class="button__inner"><i class="icon icon_arrow_up-pointer button__icon button__icon_left"></i><div class="button__text">Наверх</div></span></a></div><div class="subsubmenu-block"><!--rb: 6389-->
  620.                                                
  621.                                               <!--/rb: 6389--><!-- rb: 46032?_SITEZONE=5 --><!-- /rb: 46032?_SITEZONE=5 --><div class="js-module" data-module="SpringsContainer"><div class="block block_collapse_hor"><div class="wrapper"><div class="cols"><div class="cols__wrapper"><div class="cols__column cols__column_small_14 cols__column_medium_14 cols__column_large_14 cols__column_sidebar"><div class="cols__inner"><div class="sticky-springs js-springs__top"><div class="js-springs__group"><div class="pc-mimic js-module" data-module="Slot.mimic.1491" data-id="1491" data-sitezone="5"><div class="rbtopblock sticky-springs__item js-springs__item rb_1491 js-track_click margin_bottom_30" data-rb="1491" data-params="Клик по баннеру,banner_240x400 - rb 1491"><div class="rb rb_sh"><div id="banner_240x400" class="banner_240x400"><div class="rb_spring" name="clb7292816"><img src="https://rs.mail.ru/d7292816.gif" style="width:0;height:0;position:absolute;" alt=""/><!--index--><div class="js-slot__content"></div><!--/index--></div></div></div></div></div><!--noindex--><div class="sticky-springs__item js-springs__item js-track_click" data-rb="6277" data-params="Клик по баннеру,anons - rb 6277"><!--rb: 6277 sitezone: 5--><img src="https://rs.mail.ru/d17172493.gif?sz=5&amp;rnd=302989031&ts=1481522129&sz=5" style="width:0;height:0;position:absolute;visibility:hidden;" alt=""/>
  622.  
  623.  
  624.  
  625.  
  626.  
  627.  
  628.  
  629.  
  630. <div class="rb_body">
  631.  
  632. <div class="blockright_online__title">
  633. <a name="clb17172493sz5" class="rb_h4" href="https://afisha.mail.ru/cinema/selections/">Подборки фильмов</a>
  634. </div>
  635.  
  636.  
  637. <div class="blockright_online__items">
  638. <div class="blockright_online__item">
  639. <a name="clb17172493sz5" href="https://afisha.mail.ru/cinema/selection/506_beregite_vash_mozg_luchshie_filmi_golovolomki_v_istorii_kino/" class="blockright_online__item__img" style="background-image:url(https://r.mradx.net/img/DC/B09AD5.jpg)"></a>
  640. <div class="blockright_online__item__name"><a name="clb17172493sz5" href="https://afisha.mail.ru/cinema/selection/506_beregite_vash_mozg_luchshie_filmi_golovolomki_v_istorii_kino/">Лучшие фильмы-головоломки</a></div>
  641. </div>
  642. </div>
  643.  
  644.  
  645. </div><!--/rb: 6277--></div><div class="sticky-springs__item js-springs__item" data-rb="3417"><div class="pc-mimic js-module margin_bottom_30" data-module="Slot.mimic.3417" data-id="3417" data-sitezone="5"></div></div><div class="sticky-springs__item js-springs__item js-track_click" data-rb="4867" data-params="Клик по баннеру,obmen - rb 4867"><!--rb: 4867 sitezone: 5--><div class="rb_body">
  646. <a name="clb22051815" href="https://lady.mail.ru" class="rb_h4" target="_blank" >Новости о звездах</a>
  647.  
  648.  
  649. <div class="rb_content">
  650. <a name="clb22051815" href="https://lady.mail.ru/article/493344-elene-letuchej-nanjali-ohranu-iz-za-ugroz/" target="_blank" class="rb_img" style="background-image: url(https://r.mradx.net/pictures/47/A7B091.jpg); width: 75px; height: 75px;"></a>
  651. <div class="rb_text"><a name="clb22051815" href="https://lady.mail.ru/article/493344-elene-letuchej-nanjali-ohranu-iz-za-ugroz/" target="_blank" >Елене Летучей наняли охрану из-за угроз</a></div></div>
  652. <div class="rb_content">
  653. <a name="clb22051815" href="https://lady.mail.ru/article/493282-stiven-tajler-zhenitsja-na-assistentke-kotoraja-mladshe-ego-na-40-let/" target="_blank" class="rb_img" style="background-image: url(https://r.mradx.net/pictures/23/D26B8D.jpg); width: 75px; height: 75px;"></a>
  654. <div class="rb_text"><a name="clb22051815" href="https://lady.mail.ru/article/493282-stiven-tajler-zhenitsja-na-assistentke-kotoraja-mladshe-ego-na-40-let/" target="_blank" >Стивен Тайлер женится на девушке, которая младше его на 40 лет</a></div></div>
  655. <div class="rb_content">
  656. <a name="clb22051815" href="https://lady.mail.ru/article/493274-sobchak-i-gljuk-oza-na-blagotvoritelnom-vechere-bondarchuk-foto/" target="_blank" class="rb_img" style="background-image: url(https://r.mradx.net/pictures/BF/BC10A2.jpg); width: 75px; height: 75px;"></a>
  657. <div class="rb_text"><a name="clb22051815" href="https://lady.mail.ru/article/493274-sobchak-i-gljuk-oza-na-blagotvoritelnom-vechere-bondarchuk-foto/" target="_blank" >Собчак и Глюк&rsquo;oZa на благотворительном вечере Бондарчук (фото)</a></div></div>
  658. </div><!--/rb: 4867--></div><div class="sticky-springs__item js-springs__item" data-rb="4869"><!--rb: 4869 sitezone: 5-->
  659.  
  660.  
  661.  
  662.  
  663.  
  664.  
  665.  
  666.  
  667.  
  668.  
  669. <div class="rb_body">
  670. <a href="https://r.mail.ru/n241741290?&amp;rnd=152045881" class="rb_h4" target="_blank" >Недвижимость</a>
  671. <div class="rb_content">
  672. <a href="https://r.mail.ru/n241741291?&amp;rnd=152045881" target="_blank" class="rb_img" style="background-image: url(https://r.mradx.net/img/74/C4631D.jpg); width: 75px; height: 75px;"></a>
  673. <div class="rb_text"><a href="https://r.mail.ru/n241741291?&amp;rnd=152045881" target="_blank" >Как оформить кухню в стиле кантри</a></div></div>
  674. <div class="rb_content">
  675. <a href="https://r.mail.ru/n241741292?&amp;rnd=152045881" target="_blank" class="rb_img" style="background-image: url(https://r.mradx.net/img/7B/4F700E.jpg); width: 75px; height: 75px;"></a>
  676. <div class="rb_text"><a href="https://r.mail.ru/n241741292?&amp;rnd=152045881" target="_blank" >Как сделать планировку типовой квартиры удобной?</a></div></div>
  677. <div class="rb_content">
  678. <a href="https://r.mail.ru/n241741293?&amp;rnd=152045881" target="_blank" class="rb_img" style="background-image: url(https://r.mradx.net/img/F3/BF7FD0.jpg); width: 75px; height: 75px;"></a>
  679. <div class="rb_text"><a href="https://r.mail.ru/n241741293?&amp;rnd=152045881" target="_blank" >Как выбрать плинтус для пола &mdash; правила и советы</a></div></div>
  680. </div><!--/rb: 4869--></div><!--/noindex--></div></div></div></div><div class="cols__column cols__column_small_32 cols__column_medium_43 cols__column_large_47"><div class="cols__inner"><div class="title"><span class="cell"><h1 class="title__title">Каталог фильмов</h1></span></div><div class="margin_bottom_40"></div></div></div></div></div></div></div><div class="line"></div><div class="block block_collapse_bottom block_suggest block_collapse_top js-track_visibility" data-counter="8426271"><div class="wrapper js-suggest" onclick="return {&quot;Suggest&quot;:{&quot;url&quot;:&quot;/ajax/suggest_afisha/?region_id=70&quot;}}"><div class="cols"><div class="cols__wrapper"><div class="cols__column cols__column_small_32 cols__column_medium_43 cols__column_large_47"><div class="cols__inner"><div class="js-track_visibility" data-counter="8555534"></div><div class="bigsearch bigsearch_incut margin_bottom_20"><form class="form" action="/search/" method="get"><span class="cell cell_full padding_right_10"><div class="input input_icon_left input_icon input_icon_left"><div class="input__inner"><div class="input__icon"><i class="icon icon_zoom"></i></div><div class="input__container"><input class="input__field js-suggest__input" placeholder="Введите название фильма, сериала или телешоу" type="text" name="q" autocomplete="off"/><span class="input__decorator"></span></div><div class="p-fullsearch__suggest js-suggest__list"></div></div></div></span><span class="cell cell_right"><button class="button"><span class="button__inner"><div class="button__text">Найти</div></span></button></span><input class="" value="70" type="hidden" name="region_id"/></form></div></div></div></div></div></div></div><div class="js-module" data-module="AsyncList.Landing" data-view="AsyncListView.Landing"><form class="js-module js-async-list__form" method="GET" data-module="FormControllerModel.onlineVideo" data-view="FormControllerView.onlineVideo" action="/landing/cinema/form_response/"><div class="block block_collapse_top block_separated_bottom"><div class="wrapper"><div class="cols"><div class="cols__wrapper"><div class="cols__column cols__column_small_32 cols__column_medium_43 cols__column_large_47"><div class="cols__inner"><div class="hdr"><div class="hdr__wrapper"><span class="hdr__text"><span class="hdr__inner">Поиск по параметрам</span></span></div><div class="filter filter_inline margin_left_20"><div class="filter__list"><a class="filter__item filter__item_active js-tab__btn" href="/cinema/all/"><span class="filter__text">Фильм</span></a><a class="filter__item js-tab__btn" href="/series/all/"><span class="filter__text">Сериал</span></a><a class="filter__item js-tab__btn" href="/tvshow/all/"><span class="filter__text">Телешоу</span></a></div></div></div><div class="input-group input-group_fixed"><div class="input-group__item"><div class="dropdown dropdown_year js-module" data-module="Dropdown.RangeSlider"><div class="dropdown__field js-dropdown__button"><div class="dropdown__text js-range__title">Год выхода</div><i class="icon icon_dropdown dropdown__icon dropdown__icon_field"></i></div><div class="dropdown__box js-module__range" data-module="RangeSlider.year" data-from="1890" data-to="2020"><div class="pc-form-line"><div class="pc-form-line__inner"><div class="pc-form-line__myline js-range-slider__line"></div><div class="pc-form-line__slider pc-form-line__slider_from js-range-slider__drag"><b class="pc-form-line__slider-txtfrom js-range-slider__value"></b></div><div class="pc-form-line__slider pc-form-line__slider_to js-range-slider__drag"><b class="pc-form-line__slider-txtto js-range-slider__value"></b></div><input type="hidden" data-type="range" class="js-range-slider__input" name="year" value="2000"/><input type="hidden" data-type="range" class="js-range-slider__input" name="year" value="2020"/></div><div class="pc-form-line__steps"><div class="pc-form-line__step">1890</div><div class="pc-form-line__step pc-form-line__step_bg pc-form-line__step_small"></div><div class="pc-form-line__step">1904</div><div class="pc-form-line__step pc-form-line__step_bg pc-form-line__step_small"></div><div class="pc-form-line__step">1919</div><div class="pc-form-line__step pc-form-line__step_bg pc-form-line__step_small"></div><div class="pc-form-line__step">1933</div><div class="pc-form-line__step pc-form-line__step_bg pc-form-line__step_small"></div><div class="pc-form-line__step">1948</div><div class="pc-form-line__step pc-form-line__step_bg pc-form-line__step_small"></div><div class="pc-form-line__step">1962</div><div class="pc-form-line__step pc-form-line__step_bg pc-form-line__step_small"></div><div class="pc-form-line__step">1977</div><div class="pc-form-line__step pc-form-line__step_bg pc-form-line__step_small"></div><div class="pc-form-line__step">1991</div><div class="pc-form-line__step pc-form-line__step_bg pc-form-line__step_small"></div><div class="pc-form-line__step">2006</div><div class="pc-form-line__step pc-form-line__step_bg pc-form-line__step_small"></div><div class="pc-form-line__step">2020</div></div></div></div></div></div><div class="input-group__item"><span name=""><div class="dropdown dropdown_scroll js-module" data-module="Dropdown.Genre"><div class="dropdown__field js-dropdown__button"><div class="dropdown__text js-genre__title">Все жанры</div><i class="icon icon_dropdown dropdown__icon dropdown__icon_field"></i></div><div class="dropdown__box js-scrollable"><div class="dropdown__inner dropdown__inner_dark dropdown__inner_collapse js-scrollable__view"><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="genre_id" value="" checked="checked" data-title="Все жанры" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real js-check-all"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Все жанры</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="genre_id" value="1" checked="checked" data-title="драма" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">драма</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="genre_id" value="3" checked="checked" data-title="комедия" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">комедия</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="genre_id" value="2" checked="checked" data-title="мелодрама" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">мелодрама</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="genre_id" value="4" checked="checked" data-title="триллер" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">триллер</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="genre_id" value="8" checked="checked" data-title="боевик" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">боевик</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="genre_id" value="15" checked="checked" data-title="криминал" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">криминал</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="genre_id" value="23" checked="checked" data-title="ужасы" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">ужасы</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="genre_id" value="20" checked="checked" data-title="приключения" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">приключения</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="genre_id" value="21" checked="checked" data-title="семейный" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">семейный</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="genre_id" value="25" checked="checked" data-title="фэнтези" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">фэнтези</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="genre_id" value="24" checked="checked" data-title="фантастика" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">фантастика</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="genre_id" value="13" checked="checked" data-title="документальный" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">документальный</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="genre_id" value="16" checked="checked" data-title="короткометражный" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">короткометражный</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="genre_id" value="10" checked="checked" data-title="военный" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">военный</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="genre_id" value="19" checked="checked" data-title="мюзикл" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">мюзикл</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="genre_id" value="14" checked="checked" data-title="исторический" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">исторический</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="genre_id" value="7" checked="checked" data-title="биография" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">биография</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="genre_id" value="17" checked="checked" data-title="музыкальный" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">музыкальный</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="genre_id" value="9" checked="checked" data-title="вестерн" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">вестерн</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="genre_id" value="18" checked="checked" data-title="мультфильмы" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">мультфильмы</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="genre_id" value="133" checked="checked" data-title="спорт" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">спорт</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="genre_id" value="11" checked="checked" data-title="детектив" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">детектив</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="genre_id" value="12" checked="checked" data-title="детский" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">детский</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="genre_id" value="6" checked="checked" data-title="аниме" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">аниме</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="genre_id" value="22" checked="checked" data-title="трагикомедия" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">трагикомедия</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="genre_id" value="238" checked="checked" data-title="эротика" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">эротика</span></div></div></div><div class="scroll scroll_large js-scrollbar dropdown__scroll" data-type="vertical"><div class="scroll__track"><div class="scroll__track__box js-scrollbar__track"><div class="scroll__track__drag-wrap js-scrollbar__track__drag__point"><div class="scroll__track__drag js-scrollbar__track__drag"></div></div></div></div></div></div></div></span></div><div class="input-group__item"><span name=""><div class="dropdown dropdown_scroll js-module" data-module="Dropdown.Genre"><div class="dropdown__field js-dropdown__button"><div class="dropdown__text js-genre__title">Все страны</div><i class="icon icon_dropdown dropdown__icon dropdown__icon_field"></i></div><div class="dropdown__box js-scrollable"><div class="dropdown__inner dropdown__inner_dark dropdown__inner_collapse js-scrollable__view"><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="" checked="checked" data-title="Все страны" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real js-check-all"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Все страны</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="2" checked="checked" data-title="США" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">США</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="1" checked="checked" data-title="Россия" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Россия</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="3" checked="checked" data-title="СССР" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">СССР</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="226" checked="checked" data-title="Франция" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Франция</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="197" checked="checked" data-title="Великобритания" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Великобритания</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="24" checked="checked" data-title="Беларусь" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Беларусь</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="55" checked="checked" data-title="Германия" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Германия</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="59" checked="checked" data-title="Гонконг" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Гонконг</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="75" checked="checked" data-title="Индия" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Индия</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="82" checked="checked" data-title="Испания" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Испания</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="83" checked="checked" data-title="Италия" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Италия</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="86" checked="checked" data-title="Казахстан" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Казахстан</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="89" checked="checked" data-title="Канада" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Канада</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="218" checked="checked" data-title="Украина" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Украина</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="252" checked="checked" data-title="Япония" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Япония</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="5" checked="checked" data-title="Австралия" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Австралия</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="169" checked="checked" data-title="Польша" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Польша</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="26" checked="checked" data-title="Бельгия" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Бельгия</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="237" checked="checked" data-title="Швеция" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Швеция</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="65" checked="checked" data-title="Дания" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Дания</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="144" checked="checked" data-title="Нидерланды" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Нидерланды</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="95" checked="checked" data-title="Китай" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Китай</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="236" checked="checked" data-title="Швейцария" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Швейцария</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="234" checked="checked" data-title="Чешская Республика" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Чешская Республика</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="131" checked="checked" data-title="Мексика" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Мексика</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="41" checked="checked" data-title="Венгрия" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Венгрия</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="80" checked="checked" data-title="Ирландия" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Ирландия</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="254" checked="checked" data-title="Южная Корея" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Южная Корея</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="34" checked="checked" data-title="Бразилия" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Бразилия</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="224" checked="checked" data-title="Финляндия" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Финляндия</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="16" checked="checked" data-title="Аргентина" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Аргентина</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="6" checked="checked" data-title="Австрия" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Австрия</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="175" checked="checked" data-title="Румыния" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Румыния</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="149" checked="checked" data-title="Норвегия" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Норвегия</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="247" checked="checked" data-title="Южная Африка" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Южная Африка</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="170" checked="checked" data-title="Португалия" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Португалия</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="29" checked="checked" data-title="Болгария" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Болгария</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="253" checked="checked" data-title="Югославия" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Югославия</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="147" checked="checked" data-title="Новая Зеландия" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Новая Зеландия</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="204" checked="checked" data-title="Таиланд" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Таиланд</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="74" checked="checked" data-title="Израиль" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Израиль</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="62" checked="checked" data-title="Греция" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Греция</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="79" checked="checked" data-title="Иран" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Иран</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="81" checked="checked" data-title="Исландия" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Исландия</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="215" checked="checked" data-title="Турция" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Турция</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="195" checked="checked" data-title="Словакия" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Словакия</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="116" checked="checked" data-title="Люксембург" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Люксембург</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="205" checked="checked" data-title="Тайвань (Китай)" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Тайвань (Китай)</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="235" checked="checked" data-title="Чили" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Чили</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="192" checked="checked" data-title="Сингапур" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Сингапур</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="109" checked="checked" data-title="Латвия" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Латвия</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="190" checked="checked" data-title="Сербия" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Сербия</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="245" checked="checked" data-title="Эстония" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Эстония</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="97" checked="checked" data-title="Колумбия" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Колумбия</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="105" checked="checked" data-title="Куба" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Куба</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="17" checked="checked" data-title="Армения" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Армения</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="63" checked="checked" data-title="Грузия" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Грузия</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="115" checked="checked" data-title="Литва" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Литва</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="223" checked="checked" data-title="Филиппины" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Филиппины</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="230" checked="checked" data-title="Хорватия" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Хорватия</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="196" checked="checked" data-title="Словения" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Словения</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="70" checked="checked" data-title="Египет" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Египет</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="150" checked="checked" data-title="ОАЭ" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">ОАЭ</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="76" checked="checked" data-title="Индонезия" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Индонезия</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="9" checked="checked" data-title="Алжир" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Алжир</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="167" checked="checked" data-title="Перу" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Перу</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="220" checked="checked" data-title="Уругвай" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Уругвай</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="128" checked="checked" data-title="Марокко" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Марокко</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="42" checked="checked" data-title="Венесуэла" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Венесуэла</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="32" checked="checked" data-title="Босния и Герцеговина" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Босния и Герцеговина</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="111" checked="checked" data-title="Ливан" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Ливан</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="45" checked="checked" data-title="Вьетнам" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Вьетнам</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="123" checked="checked" data-title="Малайзия" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Малайзия</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="213" checked="checked" data-title="Тунис" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Тунис</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="136" checked="checked" data-title="Монголия" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Монголия</span></div></div><div class="checkbox checkbox_block checkbox_small checkbox_colored dropdown__item js-genre__control"><label class="checkbox__side checkbox__label"><input name="country_id" value="7" checked="checked" data-title="Азербайджан" data-type="checkboxSwitchGroup" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Азербайджан</span></div></div></div><div class="scroll scroll_large js-scrollbar dropdown__scroll" data-type="vertical"><div class="scroll__track"><div class="scroll__track__box js-scrollbar__track"><div class="scroll__track__drag-wrap js-scrollbar__track__drag__point"><div class="scroll__track__drag js-scrollbar__track__drag"></div></div></div></div></div></div></div></span></div></div><div class="margin_top_20"><div class="tbl tbl_width_full margin_top_20"><span class="cell"><span class="margin_right_20"><div class="checkbox checkbox_colored"><label class="checkbox__side checkbox__label"><input name="type" value="total" data-type="checkbox_online" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Можно смотреть онлайн</span></div></div></span><span class="margin_right_20"><div class="checkbox checkbox_colored"><label class="checkbox__side checkbox__label"><input name="type" value="online" data-type="checkbox_online" type="checkbox" class="checkbox__real"/><span class="checkbox__field"><i class="icon icon_check checkbox__icon"></i></span></label><div class="checkbox__inner"><span class="checkbox__text">Только бесплатные</span></div></div></span></span></div></div></div></div></div></div></div></div></form><a name="list"></a><div class="js-async-list__cont js-module" data-module="FavoriteEvent.Switch" onclick="return {&quot;FavoriteEvent&quot;:{&quot;options&quot;:{&quot;rubricId&quot;:&quot;1&quot;}}}"><div class="block block_separated_bottom"><div class="wrapper"><div class="cols"><div class="cols__wrapper"><div class="cols__column cols__column_small_32 cols__column_medium_43 cols__column_large_47"><div class="cols__inner"><div class="p-sorting">Сортировать по: <span class=""><span class="p-sorting__item p-sorting__item_active"><span class="p-sorting__item__link"><u>количеству голосов</u><i class="icon icon_size_10 icon_arrow_bottom margin_left_5"></i></span></span></span><span class=""><span class="p-sorting__item"><a class="p-sorting__item__link" href="/cinema/all/?order=rate_val&amp;year=2000&amp;year=2020#list"><u>рейтингу</u><i class="icon icon_size_10 icon_arrow_bottom margin_left_5"></i></a></span></span><span class=""><span class="p-sorting__item"><a class="p-sorting__item__link" href="/cinema/all/?order=name&amp;year=2000&amp;year=2020#list"><u>названию</u><i class="icon icon_size_10 icon_arrow_bottom margin_left_5"></i></a></span></span></div></div></div></div></div></div></div><div class="block"><div class="wrapper"><div class="cols clearin js-rating"><div class="cols__wrapper"><div class="cols__column cols__column_small_32 cols__column_medium_43 cols__column_large_47"><div class="cols__inner"><div class="cols cols_percent cols_margin"><div class="cols__wrapper"><div class="cols__column cols__column_small_percent-100 cols__column_medium_percent-50 cols__column_large_percent-50"><div class="cols__inner"><div class="js-track_visibility" data-counter="8555618"></div><div class="p-itemevent-small p-itemevent-small_small margin_bottom_30"><div class="cols"><div class="cols__wrapper"><div class="cols__column cols__column_small_6 cols__column_medium_6 cols__column_large_6"><div class="cols__inner"><div class="p-poster p-poster_x-small p-poster_left margin_bottom_20 margin_right_20"><a href="/cinema/movies/709388_1_1/?autoplay=1#watch#watch" class="schildonline js-hint" data-content="Смотреть онлайн бесплатно"><span class="schildonline__icon"><i></i></span></a><a class="p-poster__img" href="/cinema/movies/709388_1_1/" style="background-image: url(https://pic.afisha.mail.ru/2996666/)"></a><div class="p-rate-flag p-rate-flag_new p-rate-flag_position_bottom-left p-rate-flag_left"><div class="p-rate-flag__inner"><i class="icon icon_star margin_right_5 p-rate-flag__icon"></i><span class="p-rate-flag__text">8.7</span></div></div></div></div></div><div class="cols__column cols__column_small_26 cols__column_medium_15 cols__column_large_17"><div class="cols__inner"><span class="text text_block text_fixed text_light_large"><a href="/cinema/movies/709388_1_1/">1+1</a></span><span class="text text_block text_fixed text_light_small color_gray margin_bottom_5">Intouchables</span><div class="margin_top_5"><a href="/cinema/all/fra/" class="p_link_black">Франция</a>, <a href="/cinema/all/2011/" class="p_link_black">2011</a>, <a href="/cinema/all/drama/" class="p_link_black">драма</a>, <a href="/cinema/all/komedija/" class="p_link_black">комедия</a>, <a href="/cinema/all/biografija/" class="p_link_black">биография</a></div><a class="button button_watch_sm button_watch margin_top_10 js-favorite-switch" data-id="709388" href="#"><svg class="loader loader_button button__loader" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-10 -10 220 220"><defs><linearGradient id="transparent" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop></linearGradient><linearGradient id="one" gradientUnits="objectBoundingBox" x1="1" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .33)"></stop></linearGradient><linearGradient id="two" gradientUnits="objectBoundingBox" x1="1" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .33)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .66)"></stop></linearGradient><linearGradient id="three" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .66)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="four" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="1" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="five" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="1" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient></defs><g fill="none" stroke-width="40" transform="translate(100,100)"><path d="M 81.6,-40 A 90,90 0 0,1 81.6,40" stroke="url(#transparent)"></path><path d="M 81.6,40 A 90,90 0 0,1 0,90" stroke="url(#one)"></path><path d="M 0,90 A 90,90 0 0,1 -81.6,40" stroke="url(#two)"></path><path d="M -81.6,40 A 90,90 0 0,1 -81.6,-40" stroke="url(#three)"></path><path d="M -81.6,-40 A 90,90 0 0,1 0,-90" stroke="url(#four)"></path><path d="M 0,-90 A 90,90 0 0,1 81.6,-40" stroke="url(#five)" stroke-linecap="round"></path></g></svg><span class="button__inner"><i class="icon icon_flag margin_right_10 button__icon button__icon_left"></i><div class="button__text">Хочу посмотреть</div></span></a><div class="rate-voter"><div class="js-rating__container" data-entity-id="709388" data-entity-type="event" data-rating-type="rate"><div class="voter voter_small js-track_click" data-params="Оценка,1+1"><div class="voter__title">Оценить</div><div class="voter__rate">71318 уже оценили</div><div class="voter__stars"><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="1">1</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="2">2</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="3">3</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="4">4</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="5">5</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="6">6</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="7">7</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="8">8</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="9">9</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="10">10</a></li></div></div></div></div></div></div></div></div></div></div></div><div class="cols__column cols__column_small_percent-100 cols__column_medium_percent-50 cols__column_large_percent-50"><div class="cols__inner"><div class="p-itemevent-small p-itemevent-small_small margin_bottom_30"><div class="cols"><div class="cols__wrapper"><div class="cols__column cols__column_small_6 cols__column_medium_6 cols__column_large_6"><div class="cols__inner"><div class="p-poster p-poster_x-small p-poster_left margin_bottom_20 margin_right_20"><a href="/cinema/movies/751203_legenda_17/?autoplay=1#watch#watch" class="schildonline js-hint" data-content="Смотреть онлайн бесплатно"><span class="schildonline__icon"><i></i></span></a><a class="p-poster__img" href="/cinema/movies/751203_legenda_17/" style="background-image: url(https://pic.afisha.mail.ru/3000481/)"></a><div class="p-rate-flag p-rate-flag_new p-rate-flag_position_bottom-left p-rate-flag_left"><div class="p-rate-flag__inner"><i class="icon icon_star margin_right_5 p-rate-flag__icon"></i><span class="p-rate-flag__text">7.9</span></div></div></div></div></div><div class="cols__column cols__column_small_26 cols__column_medium_15 cols__column_large_17"><div class="cols__inner"><span class="text text_block text_fixed text_light_large"><a href="/cinema/movies/751203_legenda_17/">Легенда №17</a></span><div class="margin_top_5"><a href="/cinema/all/rus/" class="p_link_black">Россия</a>, <a href="/cinema/all/2013/" class="p_link_black">2013</a>, <a href="/cinema/all/drama/" class="p_link_black">драма</a>, <a href="/cinema/all/biografija/" class="p_link_black">биография</a>, <a href="/cinema/all/sport/" class="p_link_black">спорт</a></div><a class="button button_watch_sm button_watch margin_top_10 js-favorite-switch" data-id="751203" href="#"><svg class="loader loader_button button__loader" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-10 -10 220 220"><defs><linearGradient id="transparent" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop></linearGradient><linearGradient id="one" gradientUnits="objectBoundingBox" x1="1" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .33)"></stop></linearGradient><linearGradient id="two" gradientUnits="objectBoundingBox" x1="1" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .33)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .66)"></stop></linearGradient><linearGradient id="three" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .66)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="four" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="1" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="five" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="1" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient></defs><g fill="none" stroke-width="40" transform="translate(100,100)"><path d="M 81.6,-40 A 90,90 0 0,1 81.6,40" stroke="url(#transparent)"></path><path d="M 81.6,40 A 90,90 0 0,1 0,90" stroke="url(#one)"></path><path d="M 0,90 A 90,90 0 0,1 -81.6,40" stroke="url(#two)"></path><path d="M -81.6,40 A 90,90 0 0,1 -81.6,-40" stroke="url(#three)"></path><path d="M -81.6,-40 A 90,90 0 0,1 0,-90" stroke="url(#four)"></path><path d="M 0,-90 A 90,90 0 0,1 81.6,-40" stroke="url(#five)" stroke-linecap="round"></path></g></svg><span class="button__inner"><i class="icon icon_flag margin_right_10 button__icon button__icon_left"></i><div class="button__text">Хочу посмотреть</div></span></a><div class="rate-voter"><div class="js-rating__container" data-entity-id="751203" data-entity-type="event" data-rating-type="rate"><div class="voter voter_small js-track_click" data-params="Оценка,Легенда №17"><div class="voter__title">Оценить</div><div class="voter__rate">45271 уже оценил</div><div class="voter__stars"><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="1">1</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="2">2</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="3">3</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="4">4</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="5">5</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="6">6</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="7">7</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="8">8</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="9">9</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="10">10</a></li></div></div></div></div></div></div></div></div></div></div></div><div class="cols__column cols__column_small_percent-100 cols__column_medium_percent-50 cols__column_large_percent-50"><div class="cols__inner"><div class="p-itemevent-small p-itemevent-small_small margin_bottom_30"><div class="cols"><div class="cols__wrapper"><div class="cols__column cols__column_small_6 cols__column_medium_6 cols__column_large_6"><div class="cols__inner"><div class="p-poster p-poster_x-small p-poster_left margin_bottom_20 margin_right_20"><a href="/cinema/movies/507516_hatiko_samyj_vernyj_drug/?autoplay=1#watch#watch" class="schildonline js-hint" data-content="Смотреть онлайн бесплатно"><span class="schildonline__icon"><i></i></span></a><a class="p-poster__img" href="/cinema/movies/507516_hatiko_samyj_vernyj_drug/" style="background-image: url(https://pic.afisha.mail.ru/2994153/)"></a><div class="p-rate-flag p-rate-flag_new p-rate-flag_position_bottom-left p-rate-flag_left"><div class="p-rate-flag__inner"><i class="icon icon_star margin_right_5 p-rate-flag__icon"></i><span class="p-rate-flag__text">8.3</span></div></div></div></div></div><div class="cols__column cols__column_small_26 cols__column_medium_15 cols__column_large_17"><div class="cols__inner"><span class="text text_block text_fixed text_light_large"><a href="/cinema/movies/507516_hatiko_samyj_vernyj_drug/">Хатико: Самый верный друг</a></span><span class="text text_block text_fixed text_light_small color_gray margin_bottom_5">Hachi: A Dog's Tale</span><div class="margin_top_5"><a href="/cinema/all/usa/" class="p_link_black">США</a>, <a href="/cinema/all/gbr/" class="p_link_black">Великобритания</a>, <a href="/cinema/all/2009/" class="p_link_black">2009</a>, <a href="/cinema/all/drama/" class="p_link_black">драма</a>, <a href="/cinema/all/semejnyj/" class="p_link_black">семейный</a></div><a class="button button_watch_sm button_watch margin_top_10 js-favorite-switch" data-id="507516" href="#"><svg class="loader loader_button button__loader" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-10 -10 220 220"><defs><linearGradient id="transparent" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop></linearGradient><linearGradient id="one" gradientUnits="objectBoundingBox" x1="1" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .33)"></stop></linearGradient><linearGradient id="two" gradientUnits="objectBoundingBox" x1="1" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .33)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .66)"></stop></linearGradient><linearGradient id="three" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .66)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="four" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="1" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="five" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="1" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient></defs><g fill="none" stroke-width="40" transform="translate(100,100)"><path d="M 81.6,-40 A 90,90 0 0,1 81.6,40" stroke="url(#transparent)"></path><path d="M 81.6,40 A 90,90 0 0,1 0,90" stroke="url(#one)"></path><path d="M 0,90 A 90,90 0 0,1 -81.6,40" stroke="url(#two)"></path><path d="M -81.6,40 A 90,90 0 0,1 -81.6,-40" stroke="url(#three)"></path><path d="M -81.6,-40 A 90,90 0 0,1 0,-90" stroke="url(#four)"></path><path d="M 0,-90 A 90,90 0 0,1 81.6,-40" stroke="url(#five)" stroke-linecap="round"></path></g></svg><span class="button__inner"><i class="icon icon_flag margin_right_10 button__icon button__icon_left"></i><div class="button__text">Хочу посмотреть</div></span></a><div class="rate-voter"><div class="js-rating__container" data-entity-id="507516" data-entity-type="event" data-rating-type="rate"><div class="voter voter_small js-track_click" data-params="Оценка,Хатико: Самый верный друг"><div class="voter__title">Оценить</div><div class="voter__rate">42663 уже оценили</div><div class="voter__stars"><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="1">1</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="2">2</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="3">3</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="4">4</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="5">5</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="6">6</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="7">7</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="8">8</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="9">9</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="10">10</a></li></div></div></div></div></div></div></div></div></div></div></div><div class="cols__column cols__column_small_percent-100 cols__column_medium_percent-50 cols__column_large_percent-50"><div class="cols__inner"><div class="p-itemevent-small p-itemevent-small_small margin_bottom_30"><div class="cols"><div class="cols__wrapper"><div class="cols__column cols__column_small_6 cols__column_medium_6 cols__column_large_6"><div class="cols__inner"><div class="p-poster p-poster_x-small p-poster_left margin_bottom_20 margin_right_20"><a href="/cinema/movies/519802_avatar/#watch#watch" class="schildonline js-hint" data-content="Смотреть онлайн за 49 р."><span class="schildonline__icon"><i></i></span><span class="schildonline__price">49 р.</span></a><a class="p-poster__img" href="/cinema/movies/519802_avatar/" style="background-image: url(https://pic.afisha.mail.ru/2994298/)"></a><div class="p-rate-flag p-rate-flag_new p-rate-flag_position_bottom-left p-rate-flag_left"><div class="p-rate-flag__inner"><i class="icon icon_star margin_right_5 p-rate-flag__icon"></i><span class="p-rate-flag__text">8.2</span></div></div></div></div></div><div class="cols__column cols__column_small_26 cols__column_medium_15 cols__column_large_17"><div class="cols__inner"><span class="text text_block text_fixed text_light_large"><a href="/cinema/movies/519802_avatar/">Аватар</a></span><span class="text text_block text_fixed text_light_small color_gray margin_bottom_5">Avatar</span><div class="margin_top_5"><a href="/cinema/all/usa/" class="p_link_black">США</a>, <a href="/cinema/all/gbr/" class="p_link_black">Великобритания</a>, <a href="/cinema/all/2009/" class="p_link_black">2009</a>, <a href="/cinema/all/drama/" class="p_link_black">драма</a>, <a href="/cinema/all/boevik/" class="p_link_black">боевик</a>, <a href="/cinema/all/prikljuchenija/" class="p_link_black">приключения</a>, <a href="/cinema/all/fantastika/" class="p_link_black">фантастика</a></div><a class="button button_watch_sm button_watch margin_top_10 js-favorite-switch" data-id="519802" href="#"><svg class="loader loader_button button__loader" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-10 -10 220 220"><defs><linearGradient id="transparent" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop></linearGradient><linearGradient id="one" gradientUnits="objectBoundingBox" x1="1" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .33)"></stop></linearGradient><linearGradient id="two" gradientUnits="objectBoundingBox" x1="1" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .33)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .66)"></stop></linearGradient><linearGradient id="three" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .66)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="four" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="1" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="five" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="1" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient></defs><g fill="none" stroke-width="40" transform="translate(100,100)"><path d="M 81.6,-40 A 90,90 0 0,1 81.6,40" stroke="url(#transparent)"></path><path d="M 81.6,40 A 90,90 0 0,1 0,90" stroke="url(#one)"></path><path d="M 0,90 A 90,90 0 0,1 -81.6,40" stroke="url(#two)"></path><path d="M -81.6,40 A 90,90 0 0,1 -81.6,-40" stroke="url(#three)"></path><path d="M -81.6,-40 A 90,90 0 0,1 0,-90" stroke="url(#four)"></path><path d="M 0,-90 A 90,90 0 0,1 81.6,-40" stroke="url(#five)" stroke-linecap="round"></path></g></svg><span class="button__inner"><i class="icon icon_flag margin_right_10 button__icon button__icon_left"></i><div class="button__text">Хочу посмотреть</div></span></a><div class="rate-voter"><div class="js-rating__container" data-entity-id="519802" data-entity-type="event" data-rating-type="rate"><div class="voter voter_small js-track_click" data-params="Оценка,Аватар"><div class="voter__title">Оценить</div><div class="voter__rate">39821 уже оценил</div><div class="voter__stars"><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="1">1</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="2">2</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="3">3</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="4">4</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="5">5</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="6">6</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="7">7</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="8">8</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="9">9</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="10">10</a></li></div></div></div></div></div></div></div></div></div></div></div><div class="cols__column cols__column_small_percent-100 cols__column_medium_percent-50 cols__column_large_percent-50"><div class="cols__inner"><div class="p-itemevent-small p-itemevent-small_small margin_bottom_30"><div class="cols"><div class="cols__wrapper"><div class="cols__column cols__column_small_6 cols__column_medium_6 cols__column_large_6"><div class="cols__inner"><div class="p-poster p-poster_x-small p-poster_left margin_bottom_20 margin_right_20"><a href="/cinema/movies/624202_gladiator/#watch#watch" class="schildonline js-hint" data-content="Смотреть онлайн за 49 р."><span class="schildonline__icon"><i></i></span><span class="schildonline__price">49 р.</span></a><a class="p-poster__img" href="/cinema/movies/624202_gladiator/" style="background-image: url(https://pic.afisha.mail.ru/2995346/)"></a><div class="p-rate-flag p-rate-flag_new p-rate-flag_position_bottom-left p-rate-flag_left"><div class="p-rate-flag__inner"><i class="icon icon_star margin_right_5 p-rate-flag__icon"></i><span class="p-rate-flag__text">8.5</span></div></div></div></div></div><div class="cols__column cols__column_small_26 cols__column_medium_15 cols__column_large_17"><div class="cols__inner"><span class="text text_block text_fixed text_light_large"><a href="/cinema/movies/624202_gladiator/">Гладиатор</a></span><span class="text text_block text_fixed text_light_small color_gray margin_bottom_5">Gladiator</span><div class="margin_top_5"><a href="/cinema/all/usa/" class="p_link_black">США</a>, <a href="/cinema/all/gbr/" class="p_link_black">Великобритания</a>, <a href="/cinema/all/2000/" class="p_link_black">2000</a>, <a href="/cinema/all/drama/" class="p_link_black">драма</a>, <a href="/cinema/all/boevik/" class="p_link_black">боевик</a></div><a class="button button_watch_sm button_watch margin_top_10 js-favorite-switch" data-id="624202" href="#"><svg class="loader loader_button button__loader" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-10 -10 220 220"><defs><linearGradient id="transparent" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop></linearGradient><linearGradient id="one" gradientUnits="objectBoundingBox" x1="1" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .33)"></stop></linearGradient><linearGradient id="two" gradientUnits="objectBoundingBox" x1="1" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .33)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .66)"></stop></linearGradient><linearGradient id="three" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .66)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="four" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="1" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="five" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="1" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient></defs><g fill="none" stroke-width="40" transform="translate(100,100)"><path d="M 81.6,-40 A 90,90 0 0,1 81.6,40" stroke="url(#transparent)"></path><path d="M 81.6,40 A 90,90 0 0,1 0,90" stroke="url(#one)"></path><path d="M 0,90 A 90,90 0 0,1 -81.6,40" stroke="url(#two)"></path><path d="M -81.6,40 A 90,90 0 0,1 -81.6,-40" stroke="url(#three)"></path><path d="M -81.6,-40 A 90,90 0 0,1 0,-90" stroke="url(#four)"></path><path d="M 0,-90 A 90,90 0 0,1 81.6,-40" stroke="url(#five)" stroke-linecap="round"></path></g></svg><span class="button__inner"><i class="icon icon_flag margin_right_10 button__icon button__icon_left"></i><div class="button__text">Хочу посмотреть</div></span></a><div class="rate-voter"><div class="js-rating__container" data-entity-id="624202" data-entity-type="event" data-rating-type="rate"><div class="voter voter_small js-track_click" data-params="Оценка,Гладиатор"><div class="voter__title">Оценить</div><div class="voter__rate">37910 уже оценили</div><div class="voter__stars"><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="1">1</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="2">2</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="3">3</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="4">4</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="5">5</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="6">6</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="7">7</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="8">8</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="9">9</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="10">10</a></li></div></div></div></div></div></div></div></div></div></div></div><div class="cols__column cols__column_small_percent-100 cols__column_medium_percent-50 cols__column_large_percent-50"><div class="cols__inner"><div class="p-itemevent-small p-itemevent-small_small margin_bottom_30"><div class="cols"><div class="cols__wrapper"><div class="cols__column cols__column_small_6 cols__column_medium_6 cols__column_large_6"><div class="cols__inner"><div class="p-poster p-poster_x-small p-poster_left margin_bottom_20 margin_right_20"><a href="/cinema/movies/751266_seichas_menya_vidno/?autoplay=1#watch#watch" class="schildonline js-hint" data-content="Смотреть онлайн бесплатно"><span class="schildonline__icon"><i></i></span></a><a class="p-poster__img" href="/cinema/movies/751266_seichas_menya_vidno/" style="background-image: url(https://pic.afisha.mail.ru/3000491/)"></a><div class="p-rate-flag p-rate-flag_new p-rate-flag_position_bottom-left p-rate-flag_left"><div class="p-rate-flag__inner"><i class="icon icon_star margin_right_5 p-rate-flag__icon"></i><span class="p-rate-flag__text">8</span></div></div></div></div></div><div class="cols__column cols__column_small_26 cols__column_medium_15 cols__column_large_17"><div class="cols__inner"><span class="text text_block text_fixed text_light_large"><a href="/cinema/movies/751266_seichas_menya_vidno/">Иллюзия обмана</a></span><span class="text text_block text_fixed text_light_small color_gray margin_bottom_5">Now You See Me</span><div class="margin_top_5"><a href="/cinema/all/usa/" class="p_link_black">США</a>, <a href="/cinema/all/fra/" class="p_link_black">Франция</a>, <a href="/cinema/all/2013/" class="p_link_black">2013</a>, <a href="/cinema/all/triller/" class="p_link_black">триллер</a>, <a href="/cinema/all/kriminal/" class="p_link_black">криминал</a></div><a class="button button_watch_sm button_watch margin_top_10 js-favorite-switch" data-id="751266" href="#"><svg class="loader loader_button button__loader" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-10 -10 220 220"><defs><linearGradient id="transparent" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop></linearGradient><linearGradient id="one" gradientUnits="objectBoundingBox" x1="1" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .33)"></stop></linearGradient><linearGradient id="two" gradientUnits="objectBoundingBox" x1="1" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .33)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .66)"></stop></linearGradient><linearGradient id="three" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .66)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="four" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="1" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="five" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="1" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient></defs><g fill="none" stroke-width="40" transform="translate(100,100)"><path d="M 81.6,-40 A 90,90 0 0,1 81.6,40" stroke="url(#transparent)"></path><path d="M 81.6,40 A 90,90 0 0,1 0,90" stroke="url(#one)"></path><path d="M 0,90 A 90,90 0 0,1 -81.6,40" stroke="url(#two)"></path><path d="M -81.6,40 A 90,90 0 0,1 -81.6,-40" stroke="url(#three)"></path><path d="M -81.6,-40 A 90,90 0 0,1 0,-90" stroke="url(#four)"></path><path d="M 0,-90 A 90,90 0 0,1 81.6,-40" stroke="url(#five)" stroke-linecap="round"></path></g></svg><span class="button__inner"><i class="icon icon_flag margin_right_10 button__icon button__icon_left"></i><div class="button__text">Хочу посмотреть</div></span></a><div class="rate-voter"><div class="js-rating__container" data-entity-id="751266" data-entity-type="event" data-rating-type="rate"><div class="voter voter_small js-track_click" data-params="Оценка,Иллюзия обмана"><div class="voter__title">Оценить</div><div class="voter__rate">35397 уже оценили</div><div class="voter__stars"><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="1">1</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="2">2</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="3">3</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="4">4</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="5">5</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="6">6</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="7">7</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="8">8</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="9">9</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="10">10</a></li></div></div></div></div></div></div></div></div></div></div></div><div class="cols__column cols__column_small_percent-100 cols__column_medium_percent-50 cols__column_large_percent-50"><div class="cols__inner"><div class="p-itemevent-small p-itemevent-small_small margin_bottom_30"><div class="cols"><div class="cols__wrapper"><div class="cols__column cols__column_small_6 cols__column_medium_6 cols__column_large_6"><div class="cols__inner"><div class="p-poster p-poster_x-small p-poster_left margin_bottom_20 margin_right_20"><a href="/cinema/movies/586450_nachalo/#watch#watch" class="schildonline js-hint" data-content="Смотреть онлайн за 69 р."><span class="schildonline__icon"><i></i></span><span class="schildonline__price">69 р.</span></a><a class="p-poster__img" href="/cinema/movies/586450_nachalo/" style="background-image: url(https://pic.afisha.mail.ru/2994584/)"></a><div class="p-rate-flag p-rate-flag_new p-rate-flag_position_bottom-left p-rate-flag_left"><div class="p-rate-flag__inner"><i class="icon icon_star margin_right_5 p-rate-flag__icon"></i><span class="p-rate-flag__text">8.4</span></div></div></div></div></div><div class="cols__column cols__column_small_26 cols__column_medium_15 cols__column_large_17"><div class="cols__inner"><span class="text text_block text_fixed text_light_large"><a href="/cinema/movies/586450_nachalo/">Начало</a></span><span class="text text_block text_fixed text_light_small color_gray margin_bottom_5">Inception</span><div class="margin_top_5"><a href="/cinema/all/usa/" class="p_link_black">США</a>, <a href="/cinema/all/gbr/" class="p_link_black">Великобритания</a>, <a href="/cinema/all/2010/" class="p_link_black">2010</a>, <a href="/cinema/all/triller/" class="p_link_black">триллер</a>, <a href="/cinema/all/boevik/" class="p_link_black">боевик</a>, <a href="/cinema/all/detektiv/" class="p_link_black">детектив</a>, <a href="/cinema/all/prikljuchenija/" class="p_link_black">приключения</a>, <a href="/cinema/all/fantastika/" class="p_link_black">фантастика</a></div><a class="button button_watch_sm button_watch margin_top_10 js-favorite-switch" data-id="586450" href="#"><svg class="loader loader_button button__loader" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-10 -10 220 220"><defs><linearGradient id="transparent" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop></linearGradient><linearGradient id="one" gradientUnits="objectBoundingBox" x1="1" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .33)"></stop></linearGradient><linearGradient id="two" gradientUnits="objectBoundingBox" x1="1" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .33)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .66)"></stop></linearGradient><linearGradient id="three" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .66)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="four" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="1" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="five" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="1" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient></defs><g fill="none" stroke-width="40" transform="translate(100,100)"><path d="M 81.6,-40 A 90,90 0 0,1 81.6,40" stroke="url(#transparent)"></path><path d="M 81.6,40 A 90,90 0 0,1 0,90" stroke="url(#one)"></path><path d="M 0,90 A 90,90 0 0,1 -81.6,40" stroke="url(#two)"></path><path d="M -81.6,40 A 90,90 0 0,1 -81.6,-40" stroke="url(#three)"></path><path d="M -81.6,-40 A 90,90 0 0,1 0,-90" stroke="url(#four)"></path><path d="M 0,-90 A 90,90 0 0,1 81.6,-40" stroke="url(#five)" stroke-linecap="round"></path></g></svg><span class="button__inner"><i class="icon icon_flag margin_right_10 button__icon button__icon_left"></i><div class="button__text">Хочу посмотреть</div></span></a><div class="rate-voter"><div class="js-rating__container" data-entity-id="586450" data-entity-type="event" data-rating-type="rate"><div class="voter voter_small js-track_click" data-params="Оценка,Начало"><div class="voter__title">Оценить</div><div class="voter__rate">29501 уже оценил</div><div class="voter__stars"><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="1">1</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="2">2</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="3">3</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="4">4</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="5">5</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="6">6</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="7">7</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="8">8</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="9">9</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="10">10</a></li></div></div></div></div></div></div></div></div></div></div></div><div class="cols__column cols__column_small_percent-100 cols__column_medium_percent-50 cols__column_large_percent-50"><div class="cols__inner"><div class="p-itemevent-small p-itemevent-small_small margin_bottom_30"><div class="cols"><div class="cols__wrapper"><div class="cols__column cols__column_small_6 cols__column_medium_6 cols__column_large_6"><div class="cols__inner"><div class="p-poster p-poster_x-small p-poster_left margin_bottom_20 margin_right_20"><a href="/cinema/movies/624233_piraty_karibskogo_morja_prokljatie_chernoj_zhemchuzhiny/?autoplay=1#watch#watch" class="schildonline js-hint" data-content="Смотреть онлайн бесплатно"><span class="schildonline__icon"><i></i></span></a><a class="p-poster__img" href="/cinema/movies/624233_piraty_karibskogo_morja_prokljatie_chernoj_zhemchuzhiny/" style="background-image: url(https://pic.afisha.mail.ru/2995351/)"></a><div class="p-rate-flag p-rate-flag_new p-rate-flag_position_bottom-left p-rate-flag_left"><div class="p-rate-flag__inner"><i class="icon icon_star margin_right_5 p-rate-flag__icon"></i><span class="p-rate-flag__text">8.2</span></div></div></div></div></div><div class="cols__column cols__column_small_26 cols__column_medium_15 cols__column_large_17"><div class="cols__inner"><span class="text text_block text_fixed text_light_large"><a href="/cinema/movies/624233_piraty_karibskogo_morja_prokljatie_chernoj_zhemchuzhiny/">Пираты Карибского моря: Проклятие Черной жемчужины</a></span><span class="text text_block text_fixed text_light_small color_gray margin_bottom_5">Pirates of the Caribbean: The Curse of the Black Pearl</span><div class="margin_top_5"><a href="/cinema/all/usa/" class="p_link_black">США</a>, <a href="/cinema/all/2003/" class="p_link_black">2003</a>, <a href="/cinema/all/boevik/" class="p_link_black">боевик</a>, <a href="/cinema/all/prikljuchenija/" class="p_link_black">приключения</a>, <a href="/cinema/all/fentezi/" class="p_link_black">фэнтези</a></div><a class="button button_watch_sm button_watch margin_top_10 js-favorite-switch" data-id="624233" href="#"><svg class="loader loader_button button__loader" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-10 -10 220 220"><defs><linearGradient id="transparent" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop></linearGradient><linearGradient id="one" gradientUnits="objectBoundingBox" x1="1" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .33)"></stop></linearGradient><linearGradient id="two" gradientUnits="objectBoundingBox" x1="1" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .33)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .66)"></stop></linearGradient><linearGradient id="three" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .66)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="four" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="1" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="five" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="1" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient></defs><g fill="none" stroke-width="40" transform="translate(100,100)"><path d="M 81.6,-40 A 90,90 0 0,1 81.6,40" stroke="url(#transparent)"></path><path d="M 81.6,40 A 90,90 0 0,1 0,90" stroke="url(#one)"></path><path d="M 0,90 A 90,90 0 0,1 -81.6,40" stroke="url(#two)"></path><path d="M -81.6,40 A 90,90 0 0,1 -81.6,-40" stroke="url(#three)"></path><path d="M -81.6,-40 A 90,90 0 0,1 0,-90" stroke="url(#four)"></path><path d="M 0,-90 A 90,90 0 0,1 81.6,-40" stroke="url(#five)" stroke-linecap="round"></path></g></svg><span class="button__inner"><i class="icon icon_flag margin_right_10 button__icon button__icon_left"></i><div class="button__text">Хочу посмотреть</div></span></a><div class="rate-voter"><div class="js-rating__container" data-entity-id="624233" data-entity-type="event" data-rating-type="rate"><div class="voter voter_small js-track_click" data-params="Оценка,Пираты Карибского моря: Проклятие Черной жемчужины"><div class="voter__title">Оценить</div><div class="voter__rate">28464 уже оценили</div><div class="voter__stars"><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="1">1</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="2">2</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="3">3</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="4">4</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="5">5</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="6">6</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="7">7</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="8">8</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="9">9</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="10">10</a></li></div></div></div></div></div></div></div></div></div></div></div><div class="cols__column cols__column_small_percent-100 cols__column_medium_percent-50 cols__column_large_percent-50"><div class="cols__inner"><div class="p-itemevent-small p-itemevent-small_small margin_bottom_30"><div class="cols"><div class="cols__wrapper"><div class="cols__column cols__column_small_6 cols__column_medium_6 cols__column_large_6"><div class="cols__inner"><div class="p-poster p-poster_x-small p-poster_left margin_bottom_20 margin_right_20"><a href="/cinema/movies/625924_wall_e/?autoplay=1#watch#watch" class="schildonline js-hint" data-content="Смотреть онлайн бесплатно"><span class="schildonline__icon"><i></i></span></a><a class="p-poster__img" href="/cinema/movies/625924_wall_e/" style="background-image: url(https://pic.afisha.mail.ru/2995528/)"></a><div class="p-rate-flag p-rate-flag_new p-rate-flag_position_bottom-left p-rate-flag_left"><div class="p-rate-flag__inner"><i class="icon icon_star margin_right_5 p-rate-flag__icon"></i><span class="p-rate-flag__text">8.2</span></div></div></div></div></div><div class="cols__column cols__column_small_26 cols__column_medium_15 cols__column_large_17"><div class="cols__inner"><span class="text text_block text_fixed text_light_large"><a href="/cinema/movies/625924_wall_e/">ВАЛЛ·И</a></span><span class="text text_block text_fixed text_light_small color_gray margin_bottom_5">WALL&#183;E</span><div class="margin_top_5"><a href="/cinema/all/usa/" class="p_link_black">США</a>, <a href="/cinema/all/2008/" class="p_link_black">2008</a>, <a href="/cinema/all/multiplikacionnyj/" class="p_link_black">мультфильмы</a>, <a href="/cinema/all/prikljuchenija/" class="p_link_black">приключения</a>, <a href="/cinema/all/semejnyj/" class="p_link_black">семейный</a>, <a href="/cinema/all/fantastika/" class="p_link_black">фантастика</a></div><a class="button button_watch_sm button_watch margin_top_10 js-favorite-switch" data-id="625924" href="#"><svg class="loader loader_button button__loader" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-10 -10 220 220"><defs><linearGradient id="transparent" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop></linearGradient><linearGradient id="one" gradientUnits="objectBoundingBox" x1="1" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .33)"></stop></linearGradient><linearGradient id="two" gradientUnits="objectBoundingBox" x1="1" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .33)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .66)"></stop></linearGradient><linearGradient id="three" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .66)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="four" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="1" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="five" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="1" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient></defs><g fill="none" stroke-width="40" transform="translate(100,100)"><path d="M 81.6,-40 A 90,90 0 0,1 81.6,40" stroke="url(#transparent)"></path><path d="M 81.6,40 A 90,90 0 0,1 0,90" stroke="url(#one)"></path><path d="M 0,90 A 90,90 0 0,1 -81.6,40" stroke="url(#two)"></path><path d="M -81.6,40 A 90,90 0 0,1 -81.6,-40" stroke="url(#three)"></path><path d="M -81.6,-40 A 90,90 0 0,1 0,-90" stroke="url(#four)"></path><path d="M 0,-90 A 90,90 0 0,1 81.6,-40" stroke="url(#five)" stroke-linecap="round"></path></g></svg><span class="button__inner"><i class="icon icon_flag margin_right_10 button__icon button__icon_left"></i><div class="button__text">Хочу посмотреть</div></span></a><div class="rate-voter"><div class="js-rating__container" data-entity-id="625924" data-entity-type="event" data-rating-type="rate"><div class="voter voter_small js-track_click" data-params="Оценка,ВАЛЛ·И"><div class="voter__title">Оценить</div><div class="voter__rate">27753 уже оценили</div><div class="voter__stars"><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="1">1</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="2">2</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="3">3</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="4">4</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="5">5</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="6">6</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="7">7</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="8">8</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="9">9</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="10">10</a></li></div></div></div></div></div></div></div></div></div></div></div><div class="cols__column cols__column_small_percent-100 cols__column_medium_percent-50 cols__column_large_percent-50"><div class="cols__inner"><div class="p-itemevent-small p-itemevent-small_small margin_bottom_30"><div class="cols"><div class="cols__wrapper"><div class="cols__column cols__column_small_6 cols__column_medium_6 cols__column_large_6"><div class="cols__inner"><div class="p-poster p-poster_x-small p-poster_left margin_bottom_20 margin_right_20"><a href="/cinema/movies/491714_vlastelin_kolec_vozvraschenie_korolja/#watch#watch" class="schildonline js-hint" data-content="Смотреть онлайн за 69 р."><span class="schildonline__icon"><i></i></span><span class="schildonline__price">69 р.</span></a><a class="p-poster__img" href="/cinema/movies/491714_vlastelin_kolec_vozvraschenie_korolja/" style="background-image: url(https://pic.afisha.mail.ru/2993996/)"></a><div class="p-rate-flag p-rate-flag_new p-rate-flag_position_bottom-left p-rate-flag_left"><div class="p-rate-flag__inner"><i class="icon icon_star margin_right_5 p-rate-flag__icon"></i><span class="p-rate-flag__text">8.3</span></div></div></div></div></div><div class="cols__column cols__column_small_26 cols__column_medium_15 cols__column_large_17"><div class="cols__inner"><span class="text text_block text_fixed text_light_large"><a href="/cinema/movies/491714_vlastelin_kolec_vozvraschenie_korolja/">Властелин колец: Возвращение короля</a></span><span class="text text_block text_fixed text_light_small color_gray margin_bottom_5">The Lord of the Rings: The Return of the King</span><div class="margin_top_5"><a href="/cinema/all/usa/" class="p_link_black">США</a>, <a href="/cinema/all/nzl/" class="p_link_black">Новая Зеландия</a>, <a href="/cinema/all/2003/" class="p_link_black">2003</a>, <a href="/cinema/all/prikljuchenija/" class="p_link_black">приключения</a>, <a href="/cinema/all/fentezi/" class="p_link_black">фэнтези</a></div><a class="button button_watch_sm button_watch margin_top_10 js-favorite-switch" data-id="491714" href="#"><svg class="loader loader_button button__loader" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-10 -10 220 220"><defs><linearGradient id="transparent" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop></linearGradient><linearGradient id="one" gradientUnits="objectBoundingBox" x1="1" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .33)"></stop></linearGradient><linearGradient id="two" gradientUnits="objectBoundingBox" x1="1" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .33)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .66)"></stop></linearGradient><linearGradient id="three" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .66)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="four" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="1" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="five" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="1" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient></defs><g fill="none" stroke-width="40" transform="translate(100,100)"><path d="M 81.6,-40 A 90,90 0 0,1 81.6,40" stroke="url(#transparent)"></path><path d="M 81.6,40 A 90,90 0 0,1 0,90" stroke="url(#one)"></path><path d="M 0,90 A 90,90 0 0,1 -81.6,40" stroke="url(#two)"></path><path d="M -81.6,40 A 90,90 0 0,1 -81.6,-40" stroke="url(#three)"></path><path d="M -81.6,-40 A 90,90 0 0,1 0,-90" stroke="url(#four)"></path><path d="M 0,-90 A 90,90 0 0,1 81.6,-40" stroke="url(#five)" stroke-linecap="round"></path></g></svg><span class="button__inner"><i class="icon icon_flag margin_right_10 button__icon button__icon_left"></i><div class="button__text">Хочу посмотреть</div></span></a><div class="rate-voter"><div class="js-rating__container" data-entity-id="491714" data-entity-type="event" data-rating-type="rate"><div class="voter voter_small js-track_click" data-params="Оценка,Властелин колец: Возвращение короля"><div class="voter__title">Оценить</div><div class="voter__rate">27507 уже оценили</div><div class="voter__stars"><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="1">1</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="2">2</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="3">3</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="4">4</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="5">5</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="6">6</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="7">7</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="8">8</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="9">9</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="10">10</a></li></div></div></div></div></div></div></div></div></div></div></div><div class="cols__column cols__column_small_percent-100 cols__column_medium_percent-50 cols__column_large_percent-50"><div class="cols__inner"><div class="js-track_visibility" data-counter="8555594"></div><div class="p-itemevent-small p-itemevent-small_small margin_bottom_30"><div class="cols"><div class="cols__wrapper"><div class="cols__column cols__column_small_6 cols__column_medium_6 cols__column_large_6"><div class="cols__inner"><div class="p-poster p-poster_x-small p-poster_left margin_bottom_20 margin_right_20"><a href="/cinema/movies/491481_igry_razuma/#watch#watch" class="schildonline js-hint" data-content="Смотреть онлайн за 49 р."><span class="schildonline__icon"><i></i></span><span class="schildonline__price">49 р.</span></a><a class="p-poster__img" href="/cinema/movies/491481_igry_razuma/" style="background-image: url(https://pic.afisha.mail.ru/2993986/)"></a><div class="p-rate-flag p-rate-flag_new p-rate-flag_position_bottom-left p-rate-flag_left"><div class="p-rate-flag__inner"><i class="icon icon_star margin_right_5 p-rate-flag__icon"></i><span class="p-rate-flag__text">8.3</span></div></div></div></div></div><div class="cols__column cols__column_small_26 cols__column_medium_15 cols__column_large_17"><div class="cols__inner"><span class="text text_block text_fixed text_light_large"><a href="/cinema/movies/491481_igry_razuma/">Игры разума</a></span><span class="text text_block text_fixed text_light_small color_gray margin_bottom_5">A Beautiful Mind</span><div class="margin_top_5"><a href="/cinema/all/usa/" class="p_link_black">США</a>, <a href="/cinema/all/2001/" class="p_link_black">2001</a>, <a href="/cinema/all/drama/" class="p_link_black">драма</a>, <a href="/cinema/all/biografija/" class="p_link_black">биография</a></div><a class="button button_watch_sm button_watch margin_top_10 js-favorite-switch" data-id="491481" href="#"><svg class="loader loader_button button__loader" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-10 -10 220 220"><defs><linearGradient id="transparent" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop></linearGradient><linearGradient id="one" gradientUnits="objectBoundingBox" x1="1" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .33)"></stop></linearGradient><linearGradient id="two" gradientUnits="objectBoundingBox" x1="1" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .33)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .66)"></stop></linearGradient><linearGradient id="three" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .66)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="four" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="1" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="five" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="1" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient></defs><g fill="none" stroke-width="40" transform="translate(100,100)"><path d="M 81.6,-40 A 90,90 0 0,1 81.6,40" stroke="url(#transparent)"></path><path d="M 81.6,40 A 90,90 0 0,1 0,90" stroke="url(#one)"></path><path d="M 0,90 A 90,90 0 0,1 -81.6,40" stroke="url(#two)"></path><path d="M -81.6,40 A 90,90 0 0,1 -81.6,-40" stroke="url(#three)"></path><path d="M -81.6,-40 A 90,90 0 0,1 0,-90" stroke="url(#four)"></path><path d="M 0,-90 A 90,90 0 0,1 81.6,-40" stroke="url(#five)" stroke-linecap="round"></path></g></svg><span class="button__inner"><i class="icon icon_flag margin_right_10 button__icon button__icon_left"></i><div class="button__text">Хочу посмотреть</div></span></a><div class="rate-voter"><div class="js-rating__container" data-entity-id="491481" data-entity-type="event" data-rating-type="rate"><div class="voter voter_small js-track_click" data-params="Оценка,Игры разума"><div class="voter__title">Оценить</div><div class="voter__rate">27161 уже оценил</div><div class="voter__stars"><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="1">1</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="2">2</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="3">3</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="4">4</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="5">5</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="6">6</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="7">7</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="8">8</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="9">9</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="10">10</a></li></div></div></div></div></div></div></div></div></div></div></div><div class="cols__column cols__column_small_percent-100 cols__column_medium_percent-50 cols__column_large_percent-50"><div class="cols__inner"><div class="p-itemevent-small p-itemevent-small_small margin_bottom_30"><div class="cols"><div class="cols__wrapper"><div class="cols__column cols__column_small_6 cols__column_medium_6 cols__column_large_6"><div class="cols__inner"><div class="p-poster p-poster_x-small p-poster_left margin_bottom_20 margin_right_20"><a href="/cinema/movies/786856_pyatdesyat_ottenkov_serogo/#watch#watch" class="schildonline js-hint" data-content="Смотреть онлайн за 149 р."><span class="schildonline__icon"><i></i></span><span class="schildonline__price">149 р.</span></a><a class="p-poster__img" href="/cinema/movies/786856_pyatdesyat_ottenkov_serogo/" style="background-image: url(https://pic.afisha.mail.ru/4357934/)"></a><div class="p-rate-flag p-rate-flag_new p-rate-flag_position_bottom-left p-rate-flag_left"><div class="p-rate-flag__inner"><i class="icon icon_star margin_right_5 p-rate-flag__icon"></i><span class="p-rate-flag__text">4.8</span></div></div></div></div></div><div class="cols__column cols__column_small_26 cols__column_medium_15 cols__column_large_17"><div class="cols__inner"><span class="text text_block text_fixed text_light_large"><a href="/cinema/movies/786856_pyatdesyat_ottenkov_serogo/">Пятьдесят оттенков серого</a></span><span class="text text_block text_fixed text_light_small color_gray margin_bottom_5">Fifty Shades of Grey</span><div class="margin_top_5"><a href="/cinema/all/usa/" class="p_link_black">США</a>, <a href="/cinema/all/2015/" class="p_link_black">2015</a>, <a href="/cinema/all/drama/" class="p_link_black">драма</a>, <a href="/cinema/all/melodrama/" class="p_link_black">мелодрама</a>, <a href="/cinema/all/erotika/" class="p_link_black">эротика</a></div><a class="button button_watch_sm button_watch margin_top_10 js-favorite-switch" data-id="786856" href="#"><svg class="loader loader_button button__loader" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-10 -10 220 220"><defs><linearGradient id="transparent" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop></linearGradient><linearGradient id="one" gradientUnits="objectBoundingBox" x1="1" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .33)"></stop></linearGradient><linearGradient id="two" gradientUnits="objectBoundingBox" x1="1" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .33)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .66)"></stop></linearGradient><linearGradient id="three" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .66)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="four" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="1" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="five" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="1" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient></defs><g fill="none" stroke-width="40" transform="translate(100,100)"><path d="M 81.6,-40 A 90,90 0 0,1 81.6,40" stroke="url(#transparent)"></path><path d="M 81.6,40 A 90,90 0 0,1 0,90" stroke="url(#one)"></path><path d="M 0,90 A 90,90 0 0,1 -81.6,40" stroke="url(#two)"></path><path d="M -81.6,40 A 90,90 0 0,1 -81.6,-40" stroke="url(#three)"></path><path d="M -81.6,-40 A 90,90 0 0,1 0,-90" stroke="url(#four)"></path><path d="M 0,-90 A 90,90 0 0,1 81.6,-40" stroke="url(#five)" stroke-linecap="round"></path></g></svg><span class="button__inner"><i class="icon icon_flag margin_right_10 button__icon button__icon_left"></i><div class="button__text">Хочу посмотреть</div></span></a><div class="rate-voter"><div class="js-rating__container" data-entity-id="786856" data-entity-type="event" data-rating-type="rate"><div class="voter voter_small js-track_click" data-params="Оценка,Пятьдесят оттенков серого"><div class="voter__title">Оценить</div><div class="voter__rate">27150 уже оценили</div><div class="voter__stars"><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="1">1</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="2">2</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="3">3</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="4">4</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="5">5</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="6">6</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="7">7</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="8">8</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="9">9</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="10">10</a></li></div></div></div></div></div></div></div></div></div></div></div><div class="cols__column cols__column_small_percent-100 cols__column_medium_percent-50 cols__column_large_percent-50"><div class="cols__inner"><div class="p-itemevent-small p-itemevent-small_small margin_bottom_30"><div class="cols"><div class="cols__wrapper"><div class="cols__column cols__column_small_6 cols__column_medium_6 cols__column_large_6"><div class="cols__inner"><div class="p-poster p-poster_x-small p-poster_left margin_bottom_20 margin_right_20"><a href="/cinema/movies/774776_divergent/?autoplay=1#watch#watch" class="schildonline js-hint" data-content="Смотреть онлайн бесплатно"><span class="schildonline__icon"><i></i></span></a><a class="p-poster__img" href="/cinema/movies/774776_divergent/" style="background-image: url(https://pic.afisha.mail.ru/3002652/)"></a><div class="p-rate-flag p-rate-flag_new p-rate-flag_position_bottom-left p-rate-flag_left"><div class="p-rate-flag__inner"><i class="icon icon_star margin_right_5 p-rate-flag__icon"></i><span class="p-rate-flag__text">7.4</span></div></div></div></div></div><div class="cols__column cols__column_small_26 cols__column_medium_15 cols__column_large_17"><div class="cols__inner"><span class="text text_block text_fixed text_light_large"><a href="/cinema/movies/774776_divergent/">Дивергент</a></span><span class="text text_block text_fixed text_light_small color_gray margin_bottom_5">Divergent</span><div class="margin_top_5"><a href="/cinema/all/usa/" class="p_link_black">США</a>, <a href="/cinema/all/2014/" class="p_link_black">2014</a>, <a href="/cinema/all/melodrama/" class="p_link_black">мелодрама</a>, <a href="/cinema/all/boevik/" class="p_link_black">боевик</a>, <a href="/cinema/all/prikljuchenija/" class="p_link_black">приключения</a>, <a href="/cinema/all/fantastika/" class="p_link_black">фантастика</a></div><a class="button button_watch_sm button_watch margin_top_10 js-favorite-switch" data-id="774776" href="#"><svg class="loader loader_button button__loader" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-10 -10 220 220"><defs><linearGradient id="transparent" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop></linearGradient><linearGradient id="one" gradientUnits="objectBoundingBox" x1="1" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .33)"></stop></linearGradient><linearGradient id="two" gradientUnits="objectBoundingBox" x1="1" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .33)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .66)"></stop></linearGradient><linearGradient id="three" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .66)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="four" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="1" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="five" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="1" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient></defs><g fill="none" stroke-width="40" transform="translate(100,100)"><path d="M 81.6,-40 A 90,90 0 0,1 81.6,40" stroke="url(#transparent)"></path><path d="M 81.6,40 A 90,90 0 0,1 0,90" stroke="url(#one)"></path><path d="M 0,90 A 90,90 0 0,1 -81.6,40" stroke="url(#two)"></path><path d="M -81.6,40 A 90,90 0 0,1 -81.6,-40" stroke="url(#three)"></path><path d="M -81.6,-40 A 90,90 0 0,1 0,-90" stroke="url(#four)"></path><path d="M 0,-90 A 90,90 0 0,1 81.6,-40" stroke="url(#five)" stroke-linecap="round"></path></g></svg><span class="button__inner"><i class="icon icon_flag margin_right_10 button__icon button__icon_left"></i><div class="button__text">Хочу посмотреть</div></span></a><div class="rate-voter"><div class="js-rating__container" data-entity-id="774776" data-entity-type="event" data-rating-type="rate"><div class="voter voter_small js-track_click" data-params="Оценка,Дивергент"><div class="voter__title">Оценить</div><div class="voter__rate">26093 уже оценили</div><div class="voter__stars"><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="1">1</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="2">2</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="3">3</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="4">4</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="5">5</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="6">6</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="7">7</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="8">8</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="9">9</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="10">10</a></li></div></div></div></div></div></div></div></div></div></div></div><div class="cols__column cols__column_small_percent-100 cols__column_medium_percent-50 cols__column_large_percent-50"><div class="cols__inner"><div class="p-itemevent-small p-itemevent-small_small margin_bottom_30"><div class="cols"><div class="cols__wrapper"><div class="cols__column cols__column_small_6 cols__column_medium_6 cols__column_large_6"><div class="cols__inner"><div class="p-poster p-poster_x-small p-poster_left margin_bottom_20 margin_right_20"><a href="/cinema/movies/708416_malefisenta/?autoplay=1#watch#watch" class="schildonline js-hint" data-content="Смотреть онлайн бесплатно"><span class="schildonline__icon"><i></i></span></a><a class="p-poster__img" href="/cinema/movies/708416_malefisenta/" style="background-image: url(https://pic.afisha.mail.ru/2786450/)"></a><div class="p-rate-flag p-rate-flag_new p-rate-flag_position_bottom-left p-rate-flag_left"><div class="p-rate-flag__inner"><i class="icon icon_star margin_right_5 p-rate-flag__icon"></i><span class="p-rate-flag__text">7.5</span></div></div></div></div></div><div class="cols__column cols__column_small_26 cols__column_medium_15 cols__column_large_17"><div class="cols__inner"><span class="text text_block text_fixed text_light_large"><a href="/cinema/movies/708416_malefisenta/">Малефисента</a></span><span class="text text_block text_fixed text_light_small color_gray margin_bottom_5">Maleficent</span><div class="margin_top_5"><a href="/cinema/all/usa/" class="p_link_black">США</a>, <a href="/cinema/all/gbr/" class="p_link_black">Великобритания</a>, <a href="/cinema/all/2014/" class="p_link_black">2014</a>, <a href="/cinema/all/melodrama/" class="p_link_black">мелодрама</a>, <a href="/cinema/all/triller/" class="p_link_black">триллер</a>, <a href="/cinema/all/boevik/" class="p_link_black">боевик</a>, <a href="/cinema/all/prikljuchenija/" class="p_link_black">приключения</a>, <a href="/cinema/all/semejnyj/" class="p_link_black">семейный</a>, <a href="/cinema/all/fentezi/" class="p_link_black">фэнтези</a></div><a class="button button_watch_sm button_watch margin_top_10 js-favorite-switch" data-id="708416" href="#"><svg class="loader loader_button button__loader" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-10 -10 220 220"><defs><linearGradient id="transparent" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop></linearGradient><linearGradient id="one" gradientUnits="objectBoundingBox" x1="1" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .33)"></stop></linearGradient><linearGradient id="two" gradientUnits="objectBoundingBox" x1="1" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .33)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .66)"></stop></linearGradient><linearGradient id="three" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .66)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="four" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="1" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="five" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="1" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient></defs><g fill="none" stroke-width="40" transform="translate(100,100)"><path d="M 81.6,-40 A 90,90 0 0,1 81.6,40" stroke="url(#transparent)"></path><path d="M 81.6,40 A 90,90 0 0,1 0,90" stroke="url(#one)"></path><path d="M 0,90 A 90,90 0 0,1 -81.6,40" stroke="url(#two)"></path><path d="M -81.6,40 A 90,90 0 0,1 -81.6,-40" stroke="url(#three)"></path><path d="M -81.6,-40 A 90,90 0 0,1 0,-90" stroke="url(#four)"></path><path d="M 0,-90 A 90,90 0 0,1 81.6,-40" stroke="url(#five)" stroke-linecap="round"></path></g></svg><span class="button__inner"><i class="icon icon_flag margin_right_10 button__icon button__icon_left"></i><div class="button__text">Хочу посмотреть</div></span></a><div class="rate-voter"><div class="js-rating__container" data-entity-id="708416" data-entity-type="event" data-rating-type="rate"><div class="voter voter_small js-track_click" data-params="Оценка,Малефисента"><div class="voter__title">Оценить</div><div class="voter__rate">25986 уже оценили</div><div class="voter__stars"><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="1">1</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="2">2</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="3">3</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="4">4</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="5">5</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="6">6</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="7">7</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="8">8</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="9">9</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="10">10</a></li></div></div></div></div></div></div></div></div></div></div></div><div class="cols__column cols__column_small_percent-100 cols__column_medium_percent-50 cols__column_large_percent-50"><div class="cols__inner"><div class="p-itemevent-small p-itemevent-small_small margin_bottom_30"><div class="cols"><div class="cols__wrapper"><div class="cols__column cols__column_small_6 cols__column_medium_6 cols__column_large_6"><div class="cols__inner"><div class="p-poster p-poster_x-small p-poster_left margin_bottom_20 margin_right_20"><a class="p-poster__img" href="/cinema/movies/774071_mezhzvezdnii/" style="background-image: url(https://pic.afisha.mail.ru/3387434/)"></a><div class="p-rate-flag p-rate-flag_new p-rate-flag_position_bottom-left p-rate-flag_left"><div class="p-rate-flag__inner"><i class="icon icon_star margin_right_5 p-rate-flag__icon"></i><span class="p-rate-flag__text">8.2</span></div></div></div></div></div><div class="cols__column cols__column_small_26 cols__column_medium_15 cols__column_large_17"><div class="cols__inner"><span class="text text_block text_fixed text_light_large"><a href="/cinema/movies/774071_mezhzvezdnii/">Интерстеллар</a></span><span class="text text_block text_fixed text_light_small color_gray margin_bottom_5">Interstellar</span><div class="margin_top_5"><a href="/cinema/all/usa/" class="p_link_black">США</a>, <a href="/cinema/all/gbr/" class="p_link_black">Великобритания</a>, <a href="/cinema/all/2014/" class="p_link_black">2014</a>, <a href="/cinema/all/drama/" class="p_link_black">драма</a>, <a href="/cinema/all/prikljuchenija/" class="p_link_black">приключения</a>, <a href="/cinema/all/fantastika/" class="p_link_black">фантастика</a></div><a class="button button_watch_sm button_watch margin_top_10 js-favorite-switch" data-id="774071" href="#"><svg class="loader loader_button button__loader" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-10 -10 220 220"><defs><linearGradient id="transparent" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop></linearGradient><linearGradient id="one" gradientUnits="objectBoundingBox" x1="1" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .33)"></stop></linearGradient><linearGradient id="two" gradientUnits="objectBoundingBox" x1="1" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .33)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .66)"></stop></linearGradient><linearGradient id="three" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .66)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="four" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="1" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="five" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="1" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient></defs><g fill="none" stroke-width="40" transform="translate(100,100)"><path d="M 81.6,-40 A 90,90 0 0,1 81.6,40" stroke="url(#transparent)"></path><path d="M 81.6,40 A 90,90 0 0,1 0,90" stroke="url(#one)"></path><path d="M 0,90 A 90,90 0 0,1 -81.6,40" stroke="url(#two)"></path><path d="M -81.6,40 A 90,90 0 0,1 -81.6,-40" stroke="url(#three)"></path><path d="M -81.6,-40 A 90,90 0 0,1 0,-90" stroke="url(#four)"></path><path d="M 0,-90 A 90,90 0 0,1 81.6,-40" stroke="url(#five)" stroke-linecap="round"></path></g></svg><span class="button__inner"><i class="icon icon_flag margin_right_10 button__icon button__icon_left"></i><div class="button__text">Хочу посмотреть</div></span></a><div class="rate-voter"><div class="js-rating__container" data-entity-id="774071" data-entity-type="event" data-rating-type="rate"><div class="voter voter_small js-track_click" data-params="Оценка,Интерстеллар"><div class="voter__title">Оценить</div><div class="voter__rate">25209 уже оценили</div><div class="voter__stars"><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="1">1</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="2">2</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="3">3</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="4">4</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="5">5</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="6">6</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="7">7</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="8">8</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="9">9</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="10">10</a></li></div></div></div></div></div></div></div></div></div></div></div><div class="cols__column cols__column_small_percent-100 cols__column_medium_percent-50 cols__column_large_percent-50"><div class="cols__inner"><div class="p-itemevent-small p-itemevent-small_small margin_bottom_30"><div class="cols"><div class="cols__wrapper"><div class="cols__column cols__column_small_6 cols__column_medium_6 cols__column_large_6"><div class="cols__inner"><div class="p-poster p-poster_x-small p-poster_left margin_bottom_20 margin_right_20"><a href="/cinema/movies/514731_zakonoposlushnyj_grazhdanin/?autoplay=1#watch#watch" class="schildonline js-hint" data-content="Смотреть онлайн бесплатно"><span class="schildonline__icon"><i></i></span></a><a class="p-poster__img" href="/cinema/movies/514731_zakonoposlushnyj_grazhdanin/" style="background-image: url(https://pic.afisha.mail.ru/2994239/)"></a><div class="p-rate-flag p-rate-flag_new p-rate-flag_position_bottom-left p-rate-flag_left"><div class="p-rate-flag__inner"><i class="icon icon_star margin_right_5 p-rate-flag__icon"></i><span class="p-rate-flag__text">8.1</span></div></div></div></div></div><div class="cols__column cols__column_small_26 cols__column_medium_15 cols__column_large_17"><div class="cols__inner"><span class="text text_block text_fixed text_light_large"><a href="/cinema/movies/514731_zakonoposlushnyj_grazhdanin/">Законопослушный гражданин</a></span><span class="text text_block text_fixed text_light_small color_gray margin_bottom_5">Law Abiding Citizen</span><div class="margin_top_5"><a href="/cinema/all/usa/" class="p_link_black">США</a>, <a href="/cinema/all/2009/" class="p_link_black">2009</a>, <a href="/cinema/all/drama/" class="p_link_black">драма</a>, <a href="/cinema/all/triller/" class="p_link_black">триллер</a>, <a href="/cinema/all/kriminal/" class="p_link_black">криминал</a></div><a class="button button_watch_sm button_watch margin_top_10 js-favorite-switch" data-id="514731" href="#"><svg class="loader loader_button button__loader" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-10 -10 220 220"><defs><linearGradient id="transparent" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop></linearGradient><linearGradient id="one" gradientUnits="objectBoundingBox" x1="1" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .33)"></stop></linearGradient><linearGradient id="two" gradientUnits="objectBoundingBox" x1="1" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .33)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .66)"></stop></linearGradient><linearGradient id="three" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .66)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="four" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="1" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="five" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="1" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient></defs><g fill="none" stroke-width="40" transform="translate(100,100)"><path d="M 81.6,-40 A 90,90 0 0,1 81.6,40" stroke="url(#transparent)"></path><path d="M 81.6,40 A 90,90 0 0,1 0,90" stroke="url(#one)"></path><path d="M 0,90 A 90,90 0 0,1 -81.6,40" stroke="url(#two)"></path><path d="M -81.6,40 A 90,90 0 0,1 -81.6,-40" stroke="url(#three)"></path><path d="M -81.6,-40 A 90,90 0 0,1 0,-90" stroke="url(#four)"></path><path d="M 0,-90 A 90,90 0 0,1 81.6,-40" stroke="url(#five)" stroke-linecap="round"></path></g></svg><span class="button__inner"><i class="icon icon_flag margin_right_10 button__icon button__icon_left"></i><div class="button__text">Хочу посмотреть</div></span></a><div class="rate-voter"><div class="js-rating__container" data-entity-id="514731" data-entity-type="event" data-rating-type="rate"><div class="voter voter_small js-track_click" data-params="Оценка,Законопослушный гражданин"><div class="voter__title">Оценить</div><div class="voter__rate">25145 уже оценили</div><div class="voter__stars"><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="1">1</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="2">2</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="3">3</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="4">4</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="5">5</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="6">6</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="7">7</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="8">8</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="9">9</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="10">10</a></li></div></div></div></div></div></div></div></div></div></div></div><div class="cols__column cols__column_small_percent-100 cols__column_medium_percent-50 cols__column_large_percent-50"><div class="cols__inner"><div class="p-itemevent-small p-itemevent-small_small margin_bottom_30"><div class="cols"><div class="cols__wrapper"><div class="cols__column cols__column_small_6 cols__column_medium_6 cols__column_large_6"><div class="cols__inner"><div class="p-poster p-poster_x-small p-poster_left margin_bottom_20 margin_right_20"><a href="/cinema/movies/709011_velikii_getsbi/#watch#watch" class="schildonline js-hint" data-content="Смотреть онлайн за 69 р."><span class="schildonline__icon"><i></i></span><span class="schildonline__price">69 р.</span></a><a class="p-poster__img" href="/cinema/movies/709011_velikii_getsbi/" style="background-image: url(https://pic.afisha.mail.ru/2996659/)"></a><div class="p-rate-flag p-rate-flag_new p-rate-flag_position_bottom-left p-rate-flag_left"><div class="p-rate-flag__inner"><i class="icon icon_star margin_right_5 p-rate-flag__icon"></i><span class="p-rate-flag__text">7.9</span></div></div></div></div></div><div class="cols__column cols__column_small_26 cols__column_medium_15 cols__column_large_17"><div class="cols__inner"><span class="text text_block text_fixed text_light_large"><a href="/cinema/movies/709011_velikii_getsbi/">Великий Гэтсби</a></span><span class="text text_block text_fixed text_light_small color_gray margin_bottom_5">The Great Gatsby</span><div class="margin_top_5"><a href="/cinema/all/usa/" class="p_link_black">США</a>, <a href="/cinema/all/aus/" class="p_link_black">Австралия</a>, <a href="/cinema/all/2013/" class="p_link_black">2013</a>, <a href="/cinema/all/drama/" class="p_link_black">драма</a>, <a href="/cinema/all/melodrama/" class="p_link_black">мелодрама</a></div><a class="button button_watch_sm button_watch margin_top_10 js-favorite-switch" data-id="709011" href="#"><svg class="loader loader_button button__loader" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-10 -10 220 220"><defs><linearGradient id="transparent" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop></linearGradient><linearGradient id="one" gradientUnits="objectBoundingBox" x1="1" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .33)"></stop></linearGradient><linearGradient id="two" gradientUnits="objectBoundingBox" x1="1" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .33)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .66)"></stop></linearGradient><linearGradient id="three" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .66)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="four" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="1" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="five" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="1" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient></defs><g fill="none" stroke-width="40" transform="translate(100,100)"><path d="M 81.6,-40 A 90,90 0 0,1 81.6,40" stroke="url(#transparent)"></path><path d="M 81.6,40 A 90,90 0 0,1 0,90" stroke="url(#one)"></path><path d="M 0,90 A 90,90 0 0,1 -81.6,40" stroke="url(#two)"></path><path d="M -81.6,40 A 90,90 0 0,1 -81.6,-40" stroke="url(#three)"></path><path d="M -81.6,-40 A 90,90 0 0,1 0,-90" stroke="url(#four)"></path><path d="M 0,-90 A 90,90 0 0,1 81.6,-40" stroke="url(#five)" stroke-linecap="round"></path></g></svg><span class="button__inner"><i class="icon icon_flag margin_right_10 button__icon button__icon_left"></i><div class="button__text">Хочу посмотреть</div></span></a><div class="rate-voter"><div class="js-rating__container" data-entity-id="709011" data-entity-type="event" data-rating-type="rate"><div class="voter voter_small js-track_click" data-params="Оценка,Великий Гэтсби"><div class="voter__title">Оценить</div><div class="voter__rate">24834 уже оценили</div><div class="voter__stars"><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="1">1</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="2">2</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="3">3</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="4">4</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="5">5</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="6">6</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="7">7</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="8">8</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="9">9</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="10">10</a></li></div></div></div></div></div></div></div></div></div></div></div><div class="cols__column cols__column_small_percent-100 cols__column_medium_percent-50 cols__column_large_percent-50"><div class="cols__inner"><div class="p-itemevent-small p-itemevent-small_small margin_bottom_30"><div class="cols"><div class="cols__wrapper"><div class="cols__column cols__column_small_6 cols__column_medium_6 cols__column_large_6"><div class="cols__inner"><div class="p-poster p-poster_x-small p-poster_left margin_bottom_20 margin_right_20"><a href="/cinema/movies/491713_vlastelin_kolec_dve_kreposti/#watch#watch" class="schildonline js-hint" data-content="Смотреть онлайн за 69 р."><span class="schildonline__icon"><i></i></span><span class="schildonline__price">69 р.</span></a><a class="p-poster__img" href="/cinema/movies/491713_vlastelin_kolec_dve_kreposti/" style="background-image: url(https://pic.afisha.mail.ru/2993995/)"></a><div class="p-rate-flag p-rate-flag_new p-rate-flag_position_bottom-left p-rate-flag_left"><div class="p-rate-flag__inner"><i class="icon icon_star margin_right_5 p-rate-flag__icon"></i><span class="p-rate-flag__text">8.3</span></div></div></div></div></div><div class="cols__column cols__column_small_26 cols__column_medium_15 cols__column_large_17"><div class="cols__inner"><span class="text text_block text_fixed text_light_large"><a href="/cinema/movies/491713_vlastelin_kolec_dve_kreposti/">Властелин колец: Две крепости</a></span><span class="text text_block text_fixed text_light_small color_gray margin_bottom_5">The Lord of the Rings: The Two Towers</span><div class="margin_top_5"><a href="/cinema/all/usa/" class="p_link_black">США</a>, <a href="/cinema/all/nzl/" class="p_link_black">Новая Зеландия</a>, <a href="/cinema/all/2002/" class="p_link_black">2002</a>, <a href="/cinema/all/boevik/" class="p_link_black">боевик</a>, <a href="/cinema/all/prikljuchenija/" class="p_link_black">приключения</a>, <a href="/cinema/all/fentezi/" class="p_link_black">фэнтези</a></div><a class="button button_watch_sm button_watch margin_top_10 js-favorite-switch" data-id="491713" href="#"><svg class="loader loader_button button__loader" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-10 -10 220 220"><defs><linearGradient id="transparent" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop></linearGradient><linearGradient id="one" gradientUnits="objectBoundingBox" x1="1" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .33)"></stop></linearGradient><linearGradient id="two" gradientUnits="objectBoundingBox" x1="1" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .33)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .66)"></stop></linearGradient><linearGradient id="three" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .66)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="four" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="1" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="five" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="1" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient></defs><g fill="none" stroke-width="40" transform="translate(100,100)"><path d="M 81.6,-40 A 90,90 0 0,1 81.6,40" stroke="url(#transparent)"></path><path d="M 81.6,40 A 90,90 0 0,1 0,90" stroke="url(#one)"></path><path d="M 0,90 A 90,90 0 0,1 -81.6,40" stroke="url(#two)"></path><path d="M -81.6,40 A 90,90 0 0,1 -81.6,-40" stroke="url(#three)"></path><path d="M -81.6,-40 A 90,90 0 0,1 0,-90" stroke="url(#four)"></path><path d="M 0,-90 A 90,90 0 0,1 81.6,-40" stroke="url(#five)" stroke-linecap="round"></path></g></svg><span class="button__inner"><i class="icon icon_flag margin_right_10 button__icon button__icon_left"></i><div class="button__text">Хочу посмотреть</div></span></a><div class="rate-voter"><div class="js-rating__container" data-entity-id="491713" data-entity-type="event" data-rating-type="rate"><div class="voter voter_small js-track_click" data-params="Оценка,Властелин колец: Две крепости"><div class="voter__title">Оценить</div><div class="voter__rate">24785 уже оценили</div><div class="voter__stars"><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="1">1</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="2">2</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="3">3</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="4">4</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="5">5</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="6">6</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="7">7</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="8">8</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="9">9</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="10">10</a></li></div></div></div></div></div></div></div></div></div></div></div><div class="cols__column cols__column_small_percent-100 cols__column_medium_percent-50 cols__column_large_percent-50"><div class="cols__inner"><div class="p-itemevent-small p-itemevent-small_small margin_bottom_30"><div class="cols"><div class="cols__wrapper"><div class="cols__column cols__column_small_6 cols__column_medium_6 cols__column_large_6"><div class="cols__inner"><div class="p-poster p-poster_x-small p-poster_left margin_bottom_20 margin_right_20"><a href="/cinema/movies/757474_gran_buduschego/#watch#watch" class="schildonline js-hint" data-content="Смотреть онлайн за 69 р."><span class="schildonline__icon"><i></i></span><span class="schildonline__price">69 р.</span></a><a class="p-poster__img" href="/cinema/movies/757474_gran_buduschego/" style="background-image: url(https://pic.afisha.mail.ru/2845383/)"></a><div class="p-rate-flag p-rate-flag_new p-rate-flag_position_bottom-left p-rate-flag_left"><div class="p-rate-flag__inner"><i class="icon icon_star margin_right_5 p-rate-flag__icon"></i><span class="p-rate-flag__text">8.1</span></div></div></div></div></div><div class="cols__column cols__column_small_26 cols__column_medium_15 cols__column_large_17"><div class="cols__inner"><span class="text text_block text_fixed text_light_large"><a href="/cinema/movies/757474_gran_buduschego/">Грань будущего</a></span><span class="text text_block text_fixed text_light_small color_gray margin_bottom_5">The Edge of Tomorrow</span><div class="margin_top_5"><a href="/cinema/all/usa/" class="p_link_black">США</a>, <a href="/cinema/all/aus/" class="p_link_black">Австралия</a>, <a href="/cinema/all/2014/" class="p_link_black">2014</a>, <a href="/cinema/all/boevik/" class="p_link_black">боевик</a>, <a href="/cinema/all/prikljuchenija/" class="p_link_black">приключения</a>, <a href="/cinema/all/fantastika/" class="p_link_black">фантастика</a></div><a class="button button_watch_sm button_watch margin_top_10 js-favorite-switch" data-id="757474" href="#"><svg class="loader loader_button button__loader" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-10 -10 220 220"><defs><linearGradient id="transparent" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop></linearGradient><linearGradient id="one" gradientUnits="objectBoundingBox" x1="1" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .33)"></stop></linearGradient><linearGradient id="two" gradientUnits="objectBoundingBox" x1="1" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .33)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .66)"></stop></linearGradient><linearGradient id="three" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .66)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="four" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="1" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="five" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="1" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient></defs><g fill="none" stroke-width="40" transform="translate(100,100)"><path d="M 81.6,-40 A 90,90 0 0,1 81.6,40" stroke="url(#transparent)"></path><path d="M 81.6,40 A 90,90 0 0,1 0,90" stroke="url(#one)"></path><path d="M 0,90 A 90,90 0 0,1 -81.6,40" stroke="url(#two)"></path><path d="M -81.6,40 A 90,90 0 0,1 -81.6,-40" stroke="url(#three)"></path><path d="M -81.6,-40 A 90,90 0 0,1 0,-90" stroke="url(#four)"></path><path d="M 0,-90 A 90,90 0 0,1 81.6,-40" stroke="url(#five)" stroke-linecap="round"></path></g></svg><span class="button__inner"><i class="icon icon_flag margin_right_10 button__icon button__icon_left"></i><div class="button__text">Хочу посмотреть</div></span></a><div class="rate-voter"><div class="js-rating__container" data-entity-id="757474" data-entity-type="event" data-rating-type="rate"><div class="voter voter_small js-track_click" data-params="Оценка,Грань будущего"><div class="voter__title">Оценить</div><div class="voter__rate">24457 уже оценили</div><div class="voter__stars"><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="1">1</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="2">2</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="3">3</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="4">4</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="5">5</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="6">6</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="7">7</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="8">8</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="9">9</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="10">10</a></li></div></div></div></div></div></div></div></div></div></div></div><div class="cols__column cols__column_small_percent-100 cols__column_medium_percent-50 cols__column_large_percent-50"><div class="cols__inner"><div class="p-itemevent-small p-itemevent-small_small margin_bottom_30"><div class="cols"><div class="cols__wrapper"><div class="cols__column cols__column_small_6 cols__column_medium_6 cols__column_large_6"><div class="cols__inner"><div class="p-poster p-poster_x-small p-poster_left margin_bottom_20 margin_right_20"><a href="/cinema/movies/491712_vlastelin_kolec_bratstvo_kolca/#watch#watch" class="schildonline js-hint" data-content="Смотреть онлайн за 69 р."><span class="schildonline__icon"><i></i></span><span class="schildonline__price">69 р.</span></a><a class="p-poster__img" href="/cinema/movies/491712_vlastelin_kolec_bratstvo_kolca/" style="background-image: url(https://pic.afisha.mail.ru/2993994/)"></a><div class="p-rate-flag p-rate-flag_new p-rate-flag_position_bottom-left p-rate-flag_left"><div class="p-rate-flag__inner"><i class="icon icon_star margin_right_5 p-rate-flag__icon"></i><span class="p-rate-flag__text">8.3</span></div></div></div></div></div><div class="cols__column cols__column_small_26 cols__column_medium_15 cols__column_large_17"><div class="cols__inner"><span class="text text_block text_fixed text_light_large"><a href="/cinema/movies/491712_vlastelin_kolec_bratstvo_kolca/">Властелин колец: Братство кольца</a></span><span class="text text_block text_fixed text_light_small color_gray margin_bottom_5">The Lord of the Rings: The Fellowship of the Ring</span><div class="margin_top_5"><a href="/cinema/all/usa/" class="p_link_black">США</a>, <a href="/cinema/all/nzl/" class="p_link_black">Новая Зеландия</a>, <a href="/cinema/all/2001/" class="p_link_black">2001</a>, <a href="/cinema/all/boevik/" class="p_link_black">боевик</a>, <a href="/cinema/all/prikljuchenija/" class="p_link_black">приключения</a>, <a href="/cinema/all/fentezi/" class="p_link_black">фэнтези</a></div><a class="button button_watch_sm button_watch margin_top_10 js-favorite-switch" data-id="491712" href="#"><svg class="loader loader_button button__loader" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-10 -10 220 220"><defs><linearGradient id="transparent" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop></linearGradient><linearGradient id="one" gradientUnits="objectBoundingBox" x1="1" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .33)"></stop></linearGradient><linearGradient id="two" gradientUnits="objectBoundingBox" x1="1" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .33)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .66)"></stop></linearGradient><linearGradient id="three" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .66)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="four" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="1" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="five" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="1" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient></defs><g fill="none" stroke-width="40" transform="translate(100,100)"><path d="M 81.6,-40 A 90,90 0 0,1 81.6,40" stroke="url(#transparent)"></path><path d="M 81.6,40 A 90,90 0 0,1 0,90" stroke="url(#one)"></path><path d="M 0,90 A 90,90 0 0,1 -81.6,40" stroke="url(#two)"></path><path d="M -81.6,40 A 90,90 0 0,1 -81.6,-40" stroke="url(#three)"></path><path d="M -81.6,-40 A 90,90 0 0,1 0,-90" stroke="url(#four)"></path><path d="M 0,-90 A 90,90 0 0,1 81.6,-40" stroke="url(#five)" stroke-linecap="round"></path></g></svg><span class="button__inner"><i class="icon icon_flag margin_right_10 button__icon button__icon_left"></i><div class="button__text">Хочу посмотреть</div></span></a><div class="rate-voter"><div class="js-rating__container" data-entity-id="491712" data-entity-type="event" data-rating-type="rate"><div class="voter voter_small js-track_click" data-params="Оценка,Властелин колец: Братство кольца"><div class="voter__title">Оценить</div><div class="voter__rate">23780 уже оценили</div><div class="voter__stars"><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="1">1</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="2">2</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="3">3</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="4">4</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="5">5</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="6">6</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="7">7</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="8">8</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="9">9</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="10">10</a></li></div></div></div></div></div></div></div></div></div></div></div><div class="cols__column cols__column_small_percent-100 cols__column_medium_percent-50 cols__column_large_percent-50"><div class="cols__inner"><div class="js-track_visibility" data-counter="8555624"></div><div class="p-itemevent-small p-itemevent-small_small margin_bottom_30"><div class="cols"><div class="cols__wrapper"><div class="cols__column cols__column_small_6 cols__column_medium_6 cols__column_large_6"><div class="cols__inner"><div class="p-poster p-poster_x-small p-poster_left margin_bottom_20 margin_right_20"><a href="/cinema/movies/623448_shrek/?autoplay=1#watch#watch" class="schildonline js-hint" data-content="Смотреть онлайн бесплатно"><span class="schildonline__icon"><i></i></span></a><a class="p-poster__img" href="/cinema/movies/623448_shrek/" style="background-image: url(https://pic.afisha.mail.ru/2995287/)"></a><div class="p-rate-flag p-rate-flag_new p-rate-flag_position_bottom-left p-rate-flag_left"><div class="p-rate-flag__inner"><i class="icon icon_star margin_right_5 p-rate-flag__icon"></i><span class="p-rate-flag__text">8</span></div></div></div></div></div><div class="cols__column cols__column_small_26 cols__column_medium_15 cols__column_large_17"><div class="cols__inner"><span class="text text_block text_fixed text_light_large"><a href="/cinema/movies/623448_shrek/">Шрек</a></span><span class="text text_block text_fixed text_light_small color_gray margin_bottom_5">Shrek</span><div class="margin_top_5"><a href="/cinema/all/usa/" class="p_link_black">США</a>, <a href="/cinema/all/2001/" class="p_link_black">2001</a>, <a href="/cinema/all/komedija/" class="p_link_black">комедия</a>, <a href="/cinema/all/multiplikacionnyj/" class="p_link_black">мультфильмы</a>, <a href="/cinema/all/prikljuchenija/" class="p_link_black">приключения</a>, <a href="/cinema/all/semejnyj/" class="p_link_black">семейный</a>, <a href="/cinema/all/fentezi/" class="p_link_black">фэнтези</a></div><a class="button button_watch_sm button_watch margin_top_10 js-favorite-switch" data-id="623448" href="#"><svg class="loader loader_button button__loader" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-10 -10 220 220"><defs><linearGradient id="transparent" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop></linearGradient><linearGradient id="one" gradientUnits="objectBoundingBox" x1="1" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .33)"></stop></linearGradient><linearGradient id="two" gradientUnits="objectBoundingBox" x1="1" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .33)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .66)"></stop></linearGradient><linearGradient id="three" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .66)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="four" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="1" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="five" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="1" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient></defs><g fill="none" stroke-width="40" transform="translate(100,100)"><path d="M 81.6,-40 A 90,90 0 0,1 81.6,40" stroke="url(#transparent)"></path><path d="M 81.6,40 A 90,90 0 0,1 0,90" stroke="url(#one)"></path><path d="M 0,90 A 90,90 0 0,1 -81.6,40" stroke="url(#two)"></path><path d="M -81.6,40 A 90,90 0 0,1 -81.6,-40" stroke="url(#three)"></path><path d="M -81.6,-40 A 90,90 0 0,1 0,-90" stroke="url(#four)"></path><path d="M 0,-90 A 90,90 0 0,1 81.6,-40" stroke="url(#five)" stroke-linecap="round"></path></g></svg><span class="button__inner"><i class="icon icon_flag margin_right_10 button__icon button__icon_left"></i><div class="button__text">Хочу посмотреть</div></span></a><div class="rate-voter"><div class="js-rating__container" data-entity-id="623448" data-entity-type="event" data-rating-type="rate"><div class="voter voter_small js-track_click" data-params="Оценка,Шрек"><div class="voter__title">Оценить</div><div class="voter__rate">23131 уже оценил</div><div class="voter__stars"><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="1">1</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="2">2</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="3">3</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="4">4</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="5">5</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="6">6</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="7">7</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="8">8</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="9">9</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="10">10</a></li></div></div></div></div></div></div></div></div></div></div></div><div class="cols__column cols__column_small_percent-100 cols__column_medium_percent-50 cols__column_large_percent-50"><div class="cols__inner"><div class="p-itemevent-small p-itemevent-small_small margin_bottom_30"><div class="cols"><div class="cols__wrapper"><div class="cols__column cols__column_small_6 cols__column_medium_6 cols__column_large_6"><div class="cols__inner"><div class="p-poster p-poster_x-small p-poster_left margin_bottom_20 margin_right_20"><a href="/cinema/movies/626436_lednikovyj_period/#watch#watch" class="schildonline js-hint" data-content="Смотреть онлайн за 79 р."><span class="schildonline__icon"><i></i></span><span class="schildonline__price">79 р.</span></a><a class="p-poster__img" href="/cinema/movies/626436_lednikovyj_period/" style="background-image: url(https://pic.afisha.mail.ru/2995635/)"></a><div class="p-rate-flag p-rate-flag_new p-rate-flag_position_bottom-left p-rate-flag_left"><div class="p-rate-flag__inner"><i class="icon icon_star margin_right_5 p-rate-flag__icon"></i><span class="p-rate-flag__text">8.1</span></div></div></div></div></div><div class="cols__column cols__column_small_26 cols__column_medium_15 cols__column_large_17"><div class="cols__inner"><span class="text text_block text_fixed text_light_large"><a href="/cinema/movies/626436_lednikovyj_period/">Ледниковый период</a></span><span class="text text_block text_fixed text_light_small color_gray margin_bottom_5">Ice Age</span><div class="margin_top_5"><a href="/cinema/all/usa/" class="p_link_black">США</a>, <a href="/cinema/all/2002/" class="p_link_black">2002</a>, <a href="/cinema/all/komedija/" class="p_link_black">комедия</a>, <a href="/cinema/all/multiplikacionnyj/" class="p_link_black">мультфильмы</a>, <a href="/cinema/all/prikljuchenija/" class="p_link_black">приключения</a>, <a href="/cinema/all/semejnyj/" class="p_link_black">семейный</a></div><a class="button button_watch_sm button_watch margin_top_10 js-favorite-switch" data-id="626436" href="#"><svg class="loader loader_button button__loader" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-10 -10 220 220"><defs><linearGradient id="transparent" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop></linearGradient><linearGradient id="one" gradientUnits="objectBoundingBox" x1="1" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .33)"></stop></linearGradient><linearGradient id="two" gradientUnits="objectBoundingBox" x1="1" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .33)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .66)"></stop></linearGradient><linearGradient id="three" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .66)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="four" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="1" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="five" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="1" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient></defs><g fill="none" stroke-width="40" transform="translate(100,100)"><path d="M 81.6,-40 A 90,90 0 0,1 81.6,40" stroke="url(#transparent)"></path><path d="M 81.6,40 A 90,90 0 0,1 0,90" stroke="url(#one)"></path><path d="M 0,90 A 90,90 0 0,1 -81.6,40" stroke="url(#two)"></path><path d="M -81.6,40 A 90,90 0 0,1 -81.6,-40" stroke="url(#three)"></path><path d="M -81.6,-40 A 90,90 0 0,1 0,-90" stroke="url(#four)"></path><path d="M 0,-90 A 90,90 0 0,1 81.6,-40" stroke="url(#five)" stroke-linecap="round"></path></g></svg><span class="button__inner"><i class="icon icon_flag margin_right_10 button__icon button__icon_left"></i><div class="button__text">Хочу посмотреть</div></span></a><div class="rate-voter"><div class="js-rating__container" data-entity-id="626436" data-entity-type="event" data-rating-type="rate"><div class="voter voter_small js-track_click" data-params="Оценка,Ледниковый период"><div class="voter__title">Оценить</div><div class="voter__rate">22388 уже оценили</div><div class="voter__stars"><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="1">1</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="2">2</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="3">3</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="4">4</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="5">5</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="6">6</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="7">7</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="8">8</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="9">9</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="10">10</a></li></div></div></div></div></div></div></div></div></div></div></div><div class="cols__column cols__column_small_percent-100 cols__column_medium_percent-50 cols__column_large_percent-50"><div class="cols__inner"><div class="p-itemevent-small p-itemevent-small_small margin_bottom_30"><div class="cols"><div class="cols__wrapper"><div class="cols__column cols__column_small_6 cols__column_medium_6 cols__column_large_6"><div class="cols__inner"><div class="p-poster p-poster_x-small p-poster_left margin_bottom_20 margin_right_20"><a href="/cinema/movies/626615_pojmaj_menja_esli_smozhesh/#watch#watch" class="schildonline js-hint" data-content="Смотреть онлайн за 39 р."><span class="schildonline__icon"><i></i></span><span class="schildonline__price">39 р.</span></a><a class="p-poster__img" href="/cinema/movies/626615_pojmaj_menja_esli_smozhesh/" style="background-image: url(https://pic.afisha.mail.ru/2995668/)"></a><div class="p-rate-flag p-rate-flag_new p-rate-flag_position_bottom-left p-rate-flag_left"><div class="p-rate-flag__inner"><i class="icon icon_star margin_right_5 p-rate-flag__icon"></i><span class="p-rate-flag__text">8.3</span></div></div></div></div></div><div class="cols__column cols__column_small_26 cols__column_medium_15 cols__column_large_17"><div class="cols__inner"><span class="text text_block text_fixed text_light_large"><a href="/cinema/movies/626615_pojmaj_menja_esli_smozhesh/">Поймай меня, если сможешь</a></span><span class="text text_block text_fixed text_light_small color_gray margin_bottom_5">Catch Me If You Can</span><div class="margin_top_5"><a href="/cinema/all/usa/" class="p_link_black">США</a>, <a href="/cinema/all/can/" class="p_link_black">Канада</a>, <a href="/cinema/all/2002/" class="p_link_black">2002</a>, <a href="/cinema/all/drama/" class="p_link_black">драма</a>, <a href="/cinema/all/komedija/" class="p_link_black">комедия</a>, <a href="/cinema/all/biografija/" class="p_link_black">биография</a>, <a href="/cinema/all/kriminal/" class="p_link_black">криминал</a></div><a class="button button_watch_sm button_watch margin_top_10 js-favorite-switch" data-id="626615" href="#"><svg class="loader loader_button button__loader" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-10 -10 220 220"><defs><linearGradient id="transparent" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop></linearGradient><linearGradient id="one" gradientUnits="objectBoundingBox" x1="1" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .33)"></stop></linearGradient><linearGradient id="two" gradientUnits="objectBoundingBox" x1="1" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .33)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .66)"></stop></linearGradient><linearGradient id="three" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .66)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="four" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="1" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="five" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="1" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient></defs><g fill="none" stroke-width="40" transform="translate(100,100)"><path d="M 81.6,-40 A 90,90 0 0,1 81.6,40" stroke="url(#transparent)"></path><path d="M 81.6,40 A 90,90 0 0,1 0,90" stroke="url(#one)"></path><path d="M 0,90 A 90,90 0 0,1 -81.6,40" stroke="url(#two)"></path><path d="M -81.6,40 A 90,90 0 0,1 -81.6,-40" stroke="url(#three)"></path><path d="M -81.6,-40 A 90,90 0 0,1 0,-90" stroke="url(#four)"></path><path d="M 0,-90 A 90,90 0 0,1 81.6,-40" stroke="url(#five)" stroke-linecap="round"></path></g></svg><span class="button__inner"><i class="icon icon_flag margin_right_10 button__icon button__icon_left"></i><div class="button__text">Хочу посмотреть</div></span></a><div class="rate-voter"><div class="js-rating__container" data-entity-id="626615" data-entity-type="event" data-rating-type="rate"><div class="voter voter_small js-track_click" data-params="Оценка,Поймай меня если сможешь"><div class="voter__title">Оценить</div><div class="voter__rate">22304 уже оценили</div><div class="voter__stars"><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="1">1</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="2">2</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="3">3</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="4">4</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="5">5</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="6">6</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="7">7</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="8">8</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="9">9</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="10">10</a></li></div></div></div></div></div></div></div></div></div></div></div><div class="cols__column cols__column_small_percent-100 cols__column_medium_percent-50 cols__column_large_percent-50"><div class="cols__inner"><div class="p-itemevent-small p-itemevent-small_small margin_bottom_30"><div class="cols"><div class="cols__wrapper"><div class="cols__column cols__column_small_6 cols__column_medium_6 cols__column_large_6"><div class="cols__inner"><div class="p-poster p-poster_x-small p-poster_left margin_bottom_20 margin_right_20"><a href="/cinema/movies/622923_dnevnik_pamjati/#watch#watch" class="schildonline js-hint" data-content="Смотреть онлайн за 69 р."><span class="schildonline__icon"><i></i></span><span class="schildonline__price">69 р.</span></a><a class="p-poster__img" href="/cinema/movies/622923_dnevnik_pamjati/" style="background-image: url(https://pic.afisha.mail.ru/2995186/)"></a><div class="p-rate-flag p-rate-flag_new p-rate-flag_position_bottom-left p-rate-flag_left"><div class="p-rate-flag__inner"><i class="icon icon_star margin_right_5 p-rate-flag__icon"></i><span class="p-rate-flag__text">8.3</span></div></div></div></div></div><div class="cols__column cols__column_small_26 cols__column_medium_15 cols__column_large_17"><div class="cols__inner"><span class="text text_block text_fixed text_light_large"><a href="/cinema/movies/622923_dnevnik_pamjati/">Дневник памяти</a></span><span class="text text_block text_fixed text_light_small color_gray margin_bottom_5">The Notebook</span><div class="margin_top_5"><a href="/cinema/all/usa/" class="p_link_black">США</a>, <a href="/cinema/all/2004/" class="p_link_black">2004</a>, <a href="/cinema/all/drama/" class="p_link_black">драма</a>, <a href="/cinema/all/melodrama/" class="p_link_black">мелодрама</a></div><a class="button button_watch_sm button_watch margin_top_10 js-favorite-switch" data-id="622923" href="#"><svg class="loader loader_button button__loader" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-10 -10 220 220"><defs><linearGradient id="transparent" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop></linearGradient><linearGradient id="one" gradientUnits="objectBoundingBox" x1="1" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .33)"></stop></linearGradient><linearGradient id="two" gradientUnits="objectBoundingBox" x1="1" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .33)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .66)"></stop></linearGradient><linearGradient id="three" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .66)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="four" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="1" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="five" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="1" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient></defs><g fill="none" stroke-width="40" transform="translate(100,100)"><path d="M 81.6,-40 A 90,90 0 0,1 81.6,40" stroke="url(#transparent)"></path><path d="M 81.6,40 A 90,90 0 0,1 0,90" stroke="url(#one)"></path><path d="M 0,90 A 90,90 0 0,1 -81.6,40" stroke="url(#two)"></path><path d="M -81.6,40 A 90,90 0 0,1 -81.6,-40" stroke="url(#three)"></path><path d="M -81.6,-40 A 90,90 0 0,1 0,-90" stroke="url(#four)"></path><path d="M 0,-90 A 90,90 0 0,1 81.6,-40" stroke="url(#five)" stroke-linecap="round"></path></g></svg><span class="button__inner"><i class="icon icon_flag margin_right_10 button__icon button__icon_left"></i><div class="button__text">Хочу посмотреть</div></span></a><div class="rate-voter"><div class="js-rating__container" data-entity-id="622923" data-entity-type="event" data-rating-type="rate"><div class="voter voter_small js-track_click" data-params="Оценка,Дневник памяти"><div class="voter__title">Оценить</div><div class="voter__rate">22233 уже оценили</div><div class="voter__stars"><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="1">1</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="2">2</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="3">3</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="4">4</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="5">5</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="6">6</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="7">7</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="8">8</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="9">9</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="10">10</a></li></div></div></div></div></div></div></div></div></div></div></div><div class="cols__column cols__column_small_percent-100 cols__column_medium_percent-50 cols__column_large_percent-50"><div class="cols__inner"><div class="p-itemevent-small p-itemevent-small_small margin_bottom_30"><div class="cols"><div class="cols__wrapper"><div class="cols__column cols__column_small_6 cols__column_medium_6 cols__column_large_6"><div class="cols__inner"><div class="p-poster p-poster_x-small p-poster_left margin_bottom_20 margin_right_20"><a class="p-poster__img" href="/cinema/movies/647665_effekt_babochki/" style="background-image: url(https://pic.afisha.mail.ru/2996271/)"></a><div class="p-rate-flag p-rate-flag_new p-rate-flag_position_bottom-left p-rate-flag_left"><div class="p-rate-flag__inner"><i class="icon icon_star margin_right_5 p-rate-flag__icon"></i><span class="p-rate-flag__text">8</span></div></div></div></div></div><div class="cols__column cols__column_small_26 cols__column_medium_15 cols__column_large_17"><div class="cols__inner"><span class="text text_block text_fixed text_light_large"><a href="/cinema/movies/647665_effekt_babochki/">Эффект бабочки</a></span><span class="text text_block text_fixed text_light_small color_gray margin_bottom_5">The Butterfly Effect</span><div class="margin_top_5"><a href="/cinema/all/usa/" class="p_link_black">США</a>, <a href="/cinema/all/can/" class="p_link_black">Канада</a>, <a href="/cinema/all/2004/" class="p_link_black">2004</a>, <a href="/cinema/all/triller/" class="p_link_black">триллер</a>, <a href="/cinema/all/fantastika/" class="p_link_black">фантастика</a></div><a class="button button_watch_sm button_watch margin_top_10 js-favorite-switch" data-id="647665" href="#"><svg class="loader loader_button button__loader" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-10 -10 220 220"><defs><linearGradient id="transparent" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop></linearGradient><linearGradient id="one" gradientUnits="objectBoundingBox" x1="1" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .33)"></stop></linearGradient><linearGradient id="two" gradientUnits="objectBoundingBox" x1="1" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .33)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .66)"></stop></linearGradient><linearGradient id="three" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .66)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="four" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="1" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="five" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="1" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient></defs><g fill="none" stroke-width="40" transform="translate(100,100)"><path d="M 81.6,-40 A 90,90 0 0,1 81.6,40" stroke="url(#transparent)"></path><path d="M 81.6,40 A 90,90 0 0,1 0,90" stroke="url(#one)"></path><path d="M 0,90 A 90,90 0 0,1 -81.6,40" stroke="url(#two)"></path><path d="M -81.6,40 A 90,90 0 0,1 -81.6,-40" stroke="url(#three)"></path><path d="M -81.6,-40 A 90,90 0 0,1 0,-90" stroke="url(#four)"></path><path d="M 0,-90 A 90,90 0 0,1 81.6,-40" stroke="url(#five)" stroke-linecap="round"></path></g></svg><span class="button__inner"><i class="icon icon_flag margin_right_10 button__icon button__icon_left"></i><div class="button__text">Хочу посмотреть</div></span></a><div class="rate-voter"><div class="js-rating__container" data-entity-id="647665" data-entity-type="event" data-rating-type="rate"><div class="voter voter_small js-track_click" data-params="Оценка,Эффект бабочки"><div class="voter__title">Оценить</div><div class="voter__rate">21970 уже оценили</div><div class="voter__stars"><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="1">1</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="2">2</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="3">3</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="4">4</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="5">5</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="6">6</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="7">7</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="8">8</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="9">9</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="10">10</a></li></div></div></div></div></div></div></div></div></div></div></div><div class="cols__column cols__column_small_percent-100 cols__column_medium_percent-50 cols__column_large_percent-50"><div class="cols__inner"><div class="p-itemevent-small p-itemevent-small_small margin_bottom_30"><div class="cols"><div class="cols__wrapper"><div class="cols__column cols__column_small_6 cols__column_medium_6 cols__column_large_6"><div class="cols__inner"><div class="p-poster p-poster_x-small p-poster_left margin_bottom_20 margin_right_20"><a href="/cinema/movies/752054_hobbit_pustosh_smauga/#watch#watch" class="schildonline js-hint" data-content="Смотреть онлайн за 69 р."><span class="schildonline__icon"><i></i></span><span class="schildonline__price">69 р.</span></a><a class="p-poster__img" href="/cinema/movies/752054_hobbit_pustosh_smauga/" style="background-image: url(https://pic.afisha.mail.ru/3000534/)"></a><div class="p-rate-flag p-rate-flag_new p-rate-flag_position_bottom-left p-rate-flag_left"><div class="p-rate-flag__inner"><i class="icon icon_star margin_right_5 p-rate-flag__icon"></i><span class="p-rate-flag__text">8.1</span></div></div></div></div></div><div class="cols__column cols__column_small_26 cols__column_medium_15 cols__column_large_17"><div class="cols__inner"><span class="text text_block text_fixed text_light_large"><a href="/cinema/movies/752054_hobbit_pustosh_smauga/">Хоббит: Пустошь Смауга</a></span><span class="text text_block text_fixed text_light_small color_gray margin_bottom_5">The Hobbit: The Desolation of Smaug</span><div class="margin_top_5"><a href="/cinema/all/usa/" class="p_link_black">США</a>, <a href="/cinema/all/nzl/" class="p_link_black">Новая Зеландия</a>, <a href="/cinema/all/2013/" class="p_link_black">2013</a>, <a href="/cinema/all/prikljuchenija/" class="p_link_black">приключения</a>, <a href="/cinema/all/fentezi/" class="p_link_black">фэнтези</a></div><a class="button button_watch_sm button_watch margin_top_10 js-favorite-switch" data-id="752054" href="#"><svg class="loader loader_button button__loader" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-10 -10 220 220"><defs><linearGradient id="transparent" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop></linearGradient><linearGradient id="one" gradientUnits="objectBoundingBox" x1="1" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .33)"></stop></linearGradient><linearGradient id="two" gradientUnits="objectBoundingBox" x1="1" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .33)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .66)"></stop></linearGradient><linearGradient id="three" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .66)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="four" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="1" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="five" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="1" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient></defs><g fill="none" stroke-width="40" transform="translate(100,100)"><path d="M 81.6,-40 A 90,90 0 0,1 81.6,40" stroke="url(#transparent)"></path><path d="M 81.6,40 A 90,90 0 0,1 0,90" stroke="url(#one)"></path><path d="M 0,90 A 90,90 0 0,1 -81.6,40" stroke="url(#two)"></path><path d="M -81.6,40 A 90,90 0 0,1 -81.6,-40" stroke="url(#three)"></path><path d="M -81.6,-40 A 90,90 0 0,1 0,-90" stroke="url(#four)"></path><path d="M 0,-90 A 90,90 0 0,1 81.6,-40" stroke="url(#five)" stroke-linecap="round"></path></g></svg><span class="button__inner"><i class="icon icon_flag margin_right_10 button__icon button__icon_left"></i><div class="button__text">Хочу посмотреть</div></span></a><div class="rate-voter"><div class="js-rating__container" data-entity-id="752054" data-entity-type="event" data-rating-type="rate"><div class="voter voter_small js-track_click" data-params="Оценка,Хоббит: Пустошь Смауга"><div class="voter__title">Оценить</div><div class="voter__rate">21593 уже оценили</div><div class="voter__stars"><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="1">1</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="2">2</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="3">3</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="4">4</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="5">5</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="6">6</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="7">7</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="8">8</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="9">9</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="10">10</a></li></div></div></div></div></div></div></div></div></div></div></div><div class="cols__column cols__column_small_percent-100 cols__column_medium_percent-50 cols__column_large_percent-50"><div class="cols__inner"><div class="p-itemevent-small p-itemevent-small_small margin_bottom_30"><div class="cols"><div class="cols__wrapper"><div class="cols__column cols__column_small_6 cols__column_medium_6 cols__column_large_6"><div class="cols__inner"><div class="p-poster p-poster_x-small p-poster_left margin_bottom_20 margin_right_20"><a href="/cinema/movies/611162_oblasti_tmy/?autoplay=1#watch#watch" class="schildonline js-hint" data-content="Смотреть онлайн бесплатно"><span class="schildonline__icon"><i></i></span></a><a class="p-poster__img" href="/cinema/movies/611162_oblasti_tmy/" style="background-image: url(https://pic.afisha.mail.ru/2994928/)"></a><div class="p-rate-flag p-rate-flag_new p-rate-flag_position_bottom-left p-rate-flag_left"><div class="p-rate-flag__inner"><i class="icon icon_star margin_right_5 p-rate-flag__icon"></i><span class="p-rate-flag__text">8.1</span></div></div></div></div></div><div class="cols__column cols__column_small_26 cols__column_medium_15 cols__column_large_17"><div class="cols__inner"><span class="text text_block text_fixed text_light_large"><a href="/cinema/movies/611162_oblasti_tmy/">Области тьмы</a></span><span class="text text_block text_fixed text_light_small color_gray margin_bottom_5">Limitless</span><div class="margin_top_5"><a href="/cinema/all/usa/" class="p_link_black">США</a>, <a href="/cinema/all/2011/" class="p_link_black">2011</a>, <a href="/cinema/all/triller/" class="p_link_black">триллер</a>, <a href="/cinema/all/detektiv/" class="p_link_black">детектив</a>, <a href="/cinema/all/fantastika/" class="p_link_black">фантастика</a></div><a class="button button_watch_sm button_watch margin_top_10 js-favorite-switch" data-id="611162" href="#"><svg class="loader loader_button button__loader" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-10 -10 220 220"><defs><linearGradient id="transparent" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop></linearGradient><linearGradient id="one" gradientUnits="objectBoundingBox" x1="1" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .33)"></stop></linearGradient><linearGradient id="two" gradientUnits="objectBoundingBox" x1="1" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .33)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .66)"></stop></linearGradient><linearGradient id="three" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .66)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="four" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="1" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="five" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="1" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient></defs><g fill="none" stroke-width="40" transform="translate(100,100)"><path d="M 81.6,-40 A 90,90 0 0,1 81.6,40" stroke="url(#transparent)"></path><path d="M 81.6,40 A 90,90 0 0,1 0,90" stroke="url(#one)"></path><path d="M 0,90 A 90,90 0 0,1 -81.6,40" stroke="url(#two)"></path><path d="M -81.6,40 A 90,90 0 0,1 -81.6,-40" stroke="url(#three)"></path><path d="M -81.6,-40 A 90,90 0 0,1 0,-90" stroke="url(#four)"></path><path d="M 0,-90 A 90,90 0 0,1 81.6,-40" stroke="url(#five)" stroke-linecap="round"></path></g></svg><span class="button__inner"><i class="icon icon_flag margin_right_10 button__icon button__icon_left"></i><div class="button__text">Хочу посмотреть</div></span></a><div class="rate-voter"><div class="js-rating__container" data-entity-id="611162" data-entity-type="event" data-rating-type="rate"><div class="voter voter_small js-track_click" data-params="Оценка,Области тьмы"><div class="voter__title">Оценить</div><div class="voter__rate">21578 уже оценили</div><div class="voter__stars"><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="1">1</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="2">2</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="3">3</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="4">4</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="5">5</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="6">6</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="7">7</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="8">8</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="9">9</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="10">10</a></li></div></div></div></div></div></div></div></div></div></div></div><div class="cols__column cols__column_small_percent-100 cols__column_medium_percent-50 cols__column_large_percent-50"><div class="cols__inner"><div class="p-itemevent-small p-itemevent-small_small margin_bottom_30"><div class="cols"><div class="cols__wrapper"><div class="cols__column cols__column_small_6 cols__column_medium_6 cols__column_large_6"><div class="cols__inner"><div class="p-poster p-poster_x-small p-poster_left margin_bottom_20 margin_right_20"><a class="p-poster__img" href="/cinema/movies/532397_ostrov_prokljatyh/" style="background-image: url(https://pic.afisha.mail.ru/3220736/)"></a><div class="p-rate-flag p-rate-flag_new p-rate-flag_position_bottom-left p-rate-flag_left"><div class="p-rate-flag__inner"><i class="icon icon_star margin_right_5 p-rate-flag__icon"></i><span class="p-rate-flag__text">8.2</span></div></div></div></div></div><div class="cols__column cols__column_small_26 cols__column_medium_15 cols__column_large_17"><div class="cols__inner"><span class="text text_block text_fixed text_light_large"><a href="/cinema/movies/532397_ostrov_prokljatyh/">Остров проклятых</a></span><span class="text text_block text_fixed text_light_small color_gray margin_bottom_5">Shutter Island</span><div class="margin_top_5"><a href="/cinema/all/usa/" class="p_link_black">США</a>, <a href="/cinema/all/2010/" class="p_link_black">2010</a>, <a href="/cinema/all/drama/" class="p_link_black">драма</a>, <a href="/cinema/all/triller/" class="p_link_black">триллер</a>, <a href="/cinema/all/detektiv/" class="p_link_black">детектив</a></div><a class="button button_watch_sm button_watch margin_top_10 js-favorite-switch" data-id="532397" href="#"><svg class="loader loader_button button__loader" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-10 -10 220 220"><defs><linearGradient id="transparent" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop></linearGradient><linearGradient id="one" gradientUnits="objectBoundingBox" x1="1" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .33)"></stop></linearGradient><linearGradient id="two" gradientUnits="objectBoundingBox" x1="1" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .33)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .66)"></stop></linearGradient><linearGradient id="three" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .66)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="four" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="1" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="five" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="1" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient></defs><g fill="none" stroke-width="40" transform="translate(100,100)"><path d="M 81.6,-40 A 90,90 0 0,1 81.6,40" stroke="url(#transparent)"></path><path d="M 81.6,40 A 90,90 0 0,1 0,90" stroke="url(#one)"></path><path d="M 0,90 A 90,90 0 0,1 -81.6,40" stroke="url(#two)"></path><path d="M -81.6,40 A 90,90 0 0,1 -81.6,-40" stroke="url(#three)"></path><path d="M -81.6,-40 A 90,90 0 0,1 0,-90" stroke="url(#four)"></path><path d="M 0,-90 A 90,90 0 0,1 81.6,-40" stroke="url(#five)" stroke-linecap="round"></path></g></svg><span class="button__inner"><i class="icon icon_flag margin_right_10 button__icon button__icon_left"></i><div class="button__text">Хочу посмотреть</div></span></a><div class="rate-voter"><div class="js-rating__container" data-entity-id="532397" data-entity-type="event" data-rating-type="rate"><div class="voter voter_small js-track_click" data-params="Оценка,Остров проклятых"><div class="voter__title">Оценить</div><div class="voter__rate">21166 уже оценили</div><div class="voter__stars"><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="1">1</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="2">2</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="3">3</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="4">4</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="5">5</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="6">6</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="7">7</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="8">8</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="9">9</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="10">10</a></li></div></div></div></div></div></div></div></div></div></div></div><div class="cols__column cols__column_small_percent-100 cols__column_medium_percent-50 cols__column_large_percent-50"><div class="cols__inner"><div class="p-itemevent-small p-itemevent-small_small margin_bottom_30"><div class="cols"><div class="cols__wrapper"><div class="cols__column cols__column_small_6 cols__column_medium_6 cols__column_large_6"><div class="cols__inner"><div class="p-poster p-poster_x-small p-poster_left margin_bottom_20 margin_right_20"><a href="/cinema/movies/710159_zheleznii_chelovek_3/#watch#watch" class="schildonline js-hint" data-content="Смотреть онлайн за 49 р."><span class="schildonline__icon"><i></i></span><span class="schildonline__price">49 р.</span></a><a class="p-poster__img" href="/cinema/movies/710159_zheleznii_chelovek_3/" style="background-image: url(https://pic.afisha.mail.ru/2996686/)"></a><div class="p-rate-flag p-rate-flag_new p-rate-flag_position_bottom-left p-rate-flag_left"><div class="p-rate-flag__inner"><i class="icon icon_star margin_right_5 p-rate-flag__icon"></i><span class="p-rate-flag__text">7.8</span></div></div></div></div></div><div class="cols__column cols__column_small_26 cols__column_medium_15 cols__column_large_17"><div class="cols__inner"><span class="text text_block text_fixed text_light_large"><a href="/cinema/movies/710159_zheleznii_chelovek_3/">Железный человек 3</a></span><span class="text text_block text_fixed text_light_small color_gray margin_bottom_5">Iron Man 3</span><div class="margin_top_5"><a href="/cinema/all/usa/" class="p_link_black">США</a>, <a href="/cinema/all/chn/" class="p_link_black">Китай</a>, <a href="/cinema/all/2013/" class="p_link_black">2013</a>, <a href="/cinema/all/triller/" class="p_link_black">триллер</a>, <a href="/cinema/all/boevik/" class="p_link_black">боевик</a>, <a href="/cinema/all/fantastika/" class="p_link_black">фантастика</a></div><a class="button button_watch_sm button_watch margin_top_10 js-favorite-switch" data-id="710159" href="#"><svg class="loader loader_button button__loader" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-10 -10 220 220"><defs><linearGradient id="transparent" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop></linearGradient><linearGradient id="one" gradientUnits="objectBoundingBox" x1="1" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .33)"></stop></linearGradient><linearGradient id="two" gradientUnits="objectBoundingBox" x1="1" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .33)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .66)"></stop></linearGradient><linearGradient id="three" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .66)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="four" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="1" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="five" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="1" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient></defs><g fill="none" stroke-width="40" transform="translate(100,100)"><path d="M 81.6,-40 A 90,90 0 0,1 81.6,40" stroke="url(#transparent)"></path><path d="M 81.6,40 A 90,90 0 0,1 0,90" stroke="url(#one)"></path><path d="M 0,90 A 90,90 0 0,1 -81.6,40" stroke="url(#two)"></path><path d="M -81.6,40 A 90,90 0 0,1 -81.6,-40" stroke="url(#three)"></path><path d="M -81.6,-40 A 90,90 0 0,1 0,-90" stroke="url(#four)"></path><path d="M 0,-90 A 90,90 0 0,1 81.6,-40" stroke="url(#five)" stroke-linecap="round"></path></g></svg><span class="button__inner"><i class="icon icon_flag margin_right_10 button__icon button__icon_left"></i><div class="button__text">Хочу посмотреть</div></span></a><div class="rate-voter"><div class="js-rating__container" data-entity-id="710159" data-entity-type="event" data-rating-type="rate"><div class="voter voter_small js-track_click" data-params="Оценка,Железный человек 3"><div class="voter__title">Оценить</div><div class="voter__rate">20350 уже оценили</div><div class="voter__stars"><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="1">1</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="2">2</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="3">3</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="4">4</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="5">5</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="6">6</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="7">7</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="8">8</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="9">9</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="10">10</a></li></div></div></div></div></div></div></div></div></div></div></div><div class="cols__column cols__column_small_percent-100 cols__column_medium_percent-50 cols__column_large_percent-50"><div class="cols__inner"><div class="p-itemevent-small p-itemevent-small_small margin_bottom_30"><div class="cols"><div class="cols__wrapper"><div class="cols__column cols__column_small_6 cols__column_medium_6 cols__column_large_6"><div class="cols__inner"><div class="p-poster p-poster_x-small p-poster_left margin_bottom_20 margin_right_20"><a href="/cinema/movies/418654_ja__legenda/#watch#watch" class="schildonline js-hint" data-content="Смотреть онлайн за 49 р."><span class="schildonline__icon"><i></i></span><span class="schildonline__price">49 р.</span></a><a class="p-poster__img" href="/cinema/movies/418654_ja__legenda/" style="background-image: url(https://pic.afisha.mail.ru/2993569/)"></a><div class="p-rate-flag p-rate-flag_new p-rate-flag_position_bottom-left p-rate-flag_left"><div class="p-rate-flag__inner"><i class="icon icon_star margin_right_5 p-rate-flag__icon"></i><span class="p-rate-flag__text">8</span></div></div></div></div></div><div class="cols__column cols__column_small_26 cols__column_medium_15 cols__column_large_17"><div class="cols__inner"><span class="text text_block text_fixed text_light_large"><a href="/cinema/movies/418654_ja__legenda/">Я — легенда</a></span><span class="text text_block text_fixed text_light_small color_gray margin_bottom_5">I Am Legend</span><div class="margin_top_5"><a href="/cinema/all/usa/" class="p_link_black">США</a>, <a href="/cinema/all/2007/" class="p_link_black">2007</a>, <a href="/cinema/all/drama/" class="p_link_black">драма</a>, <a href="/cinema/all/triller/" class="p_link_black">триллер</a>, <a href="/cinema/all/fantastika/" class="p_link_black">фантастика</a></div><a class="button button_watch_sm button_watch margin_top_10 js-favorite-switch" data-id="418654" href="#"><svg class="loader loader_button button__loader" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-10 -10 220 220"><defs><linearGradient id="transparent" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop></linearGradient><linearGradient id="one" gradientUnits="objectBoundingBox" x1="1" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .33)"></stop></linearGradient><linearGradient id="two" gradientUnits="objectBoundingBox" x1="1" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .33)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .66)"></stop></linearGradient><linearGradient id="three" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .66)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="four" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="1" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="five" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="1" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient></defs><g fill="none" stroke-width="40" transform="translate(100,100)"><path d="M 81.6,-40 A 90,90 0 0,1 81.6,40" stroke="url(#transparent)"></path><path d="M 81.6,40 A 90,90 0 0,1 0,90" stroke="url(#one)"></path><path d="M 0,90 A 90,90 0 0,1 -81.6,40" stroke="url(#two)"></path><path d="M -81.6,40 A 90,90 0 0,1 -81.6,-40" stroke="url(#three)"></path><path d="M -81.6,-40 A 90,90 0 0,1 0,-90" stroke="url(#four)"></path><path d="M 0,-90 A 90,90 0 0,1 81.6,-40" stroke="url(#five)" stroke-linecap="round"></path></g></svg><span class="button__inner"><i class="icon icon_flag margin_right_10 button__icon button__icon_left"></i><div class="button__text">Хочу посмотреть</div></span></a><div class="rate-voter"><div class="js-rating__container" data-entity-id="418654" data-entity-type="event" data-rating-type="rate"><div class="voter voter_small js-track_click" data-params="Оценка,Я — легенда"><div class="voter__title">Оценить</div><div class="voter__rate">20210 уже оценили</div><div class="voter__stars"><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="1">1</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="2">2</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="3">3</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="4">4</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="5">5</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="6">6</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="7">7</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="8">8</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="9">9</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="10">10</a></li></div></div></div></div></div></div></div></div></div></div></div><div class="cols__column cols__column_small_percent-100 cols__column_medium_percent-50 cols__column_large_percent-50"><div class="cols__inner"><div class="p-itemevent-small p-itemevent-small_small margin_bottom_30"><div class="cols"><div class="cols__wrapper"><div class="cols__column cols__column_small_6 cols__column_medium_6 cols__column_large_6"><div class="cols__inner"><div class="p-poster p-poster_x-small p-poster_left margin_bottom_20 margin_right_20"><a href="/cinema/movies/349514_prestizh/#watch#watch" class="schildonline js-hint" data-content="Смотреть онлайн за 49 р."><span class="schildonline__icon"><i></i></span><span class="schildonline__price">49 р.</span></a><a class="p-poster__img" href="/cinema/movies/349514_prestizh/" style="background-image: url(https://pic.afisha.mail.ru/2993239/)"></a><div class="p-rate-flag p-rate-flag_new p-rate-flag_position_bottom-left p-rate-flag_left"><div class="p-rate-flag__inner"><i class="icon icon_star margin_right_5 p-rate-flag__icon"></i><span class="p-rate-flag__text">8.3</span></div></div></div></div></div><div class="cols__column cols__column_small_26 cols__column_medium_15 cols__column_large_17"><div class="cols__inner"><span class="text text_block text_fixed text_light_large"><a href="/cinema/movies/349514_prestizh/">Престиж</a></span><span class="text text_block text_fixed text_light_small color_gray margin_bottom_5">The Prestige</span><div class="margin_top_5"><a href="/cinema/all/usa/" class="p_link_black">США</a>, <a href="/cinema/all/gbr/" class="p_link_black">Великобритания</a>, <a href="/cinema/all/2006/" class="p_link_black">2006</a>, <a href="/cinema/all/drama/" class="p_link_black">драма</a>, <a href="/cinema/all/triller/" class="p_link_black">триллер</a></div><a class="button button_watch_sm button_watch margin_top_10 js-favorite-switch" data-id="349514" href="#"><svg class="loader loader_button button__loader" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-10 -10 220 220"><defs><linearGradient id="transparent" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop></linearGradient><linearGradient id="one" gradientUnits="objectBoundingBox" x1="1" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .33)"></stop></linearGradient><linearGradient id="two" gradientUnits="objectBoundingBox" x1="1" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .33)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .66)"></stop></linearGradient><linearGradient id="three" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .66)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="four" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="1" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="five" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="1" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient></defs><g fill="none" stroke-width="40" transform="translate(100,100)"><path d="M 81.6,-40 A 90,90 0 0,1 81.6,40" stroke="url(#transparent)"></path><path d="M 81.6,40 A 90,90 0 0,1 0,90" stroke="url(#one)"></path><path d="M 0,90 A 90,90 0 0,1 -81.6,40" stroke="url(#two)"></path><path d="M -81.6,40 A 90,90 0 0,1 -81.6,-40" stroke="url(#three)"></path><path d="M -81.6,-40 A 90,90 0 0,1 0,-90" stroke="url(#four)"></path><path d="M 0,-90 A 90,90 0 0,1 81.6,-40" stroke="url(#five)" stroke-linecap="round"></path></g></svg><span class="button__inner"><i class="icon icon_flag margin_right_10 button__icon button__icon_left"></i><div class="button__text">Хочу посмотреть</div></span></a><div class="rate-voter"><div class="js-rating__container" data-entity-id="349514" data-entity-type="event" data-rating-type="rate"><div class="voter voter_small js-track_click" data-params="Оценка,Престиж"><div class="voter__title">Оценить</div><div class="voter__rate">19994 уже оценили</div><div class="voter__stars"><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="1">1</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="2">2</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="3">3</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="4">4</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="5">5</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="6">6</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="7">7</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="8">8</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="9">9</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="10">10</a></li></div></div></div></div></div></div></div></div></div></div></div><div class="cols__column cols__column_small_percent-100 cols__column_medium_percent-50 cols__column_large_percent-50"><div class="cols__inner"><div class="p-itemevent-small p-itemevent-small_small margin_bottom_30"><div class="cols"><div class="cols__wrapper"><div class="cols__column cols__column_small_6 cols__column_medium_6 cols__column_large_6"><div class="cols__inner"><div class="p-poster p-poster_x-small p-poster_left margin_bottom_20 margin_right_20"><a href="/cinema/movies/624228_izgoj/#watch#watch" class="schildonline js-hint" data-content="Смотреть онлайн за 39 р."><span class="schildonline__icon"><i></i></span><span class="schildonline__price">39 р.</span></a><a class="p-poster__img" href="/cinema/movies/624228_izgoj/" style="background-image: url(https://pic.afisha.mail.ru/2995349/)"></a><div class="p-rate-flag p-rate-flag_new p-rate-flag_position_bottom-left p-rate-flag_left"><div class="p-rate-flag__inner"><i class="icon icon_star margin_right_5 p-rate-flag__icon"></i><span class="p-rate-flag__text">8.1</span></div></div></div></div></div><div class="cols__column cols__column_small_26 cols__column_medium_15 cols__column_large_17"><div class="cols__inner"><span class="text text_block text_fixed text_light_large"><a href="/cinema/movies/624228_izgoj/">Изгой</a></span><span class="text text_block text_fixed text_light_small color_gray margin_bottom_5">Cast Away</span><div class="margin_top_5"><a href="/cinema/all/usa/" class="p_link_black">США</a>, <a href="/cinema/all/2000/" class="p_link_black">2000</a>, <a href="/cinema/all/drama/" class="p_link_black">драма</a>, <a href="/cinema/all/prikljuchenija/" class="p_link_black">приключения</a></div><a class="button button_watch_sm button_watch margin_top_10 js-favorite-switch" data-id="624228" href="#"><svg class="loader loader_button button__loader" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-10 -10 220 220"><defs><linearGradient id="transparent" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop></linearGradient><linearGradient id="one" gradientUnits="objectBoundingBox" x1="1" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .33)"></stop></linearGradient><linearGradient id="two" gradientUnits="objectBoundingBox" x1="1" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .33)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .66)"></stop></linearGradient><linearGradient id="three" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .66)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="four" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="1" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="five" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="1" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient></defs><g fill="none" stroke-width="40" transform="translate(100,100)"><path d="M 81.6,-40 A 90,90 0 0,1 81.6,40" stroke="url(#transparent)"></path><path d="M 81.6,40 A 90,90 0 0,1 0,90" stroke="url(#one)"></path><path d="M 0,90 A 90,90 0 0,1 -81.6,40" stroke="url(#two)"></path><path d="M -81.6,40 A 90,90 0 0,1 -81.6,-40" stroke="url(#three)"></path><path d="M -81.6,-40 A 90,90 0 0,1 0,-90" stroke="url(#four)"></path><path d="M 0,-90 A 90,90 0 0,1 81.6,-40" stroke="url(#five)" stroke-linecap="round"></path></g></svg><span class="button__inner"><i class="icon icon_flag margin_right_10 button__icon button__icon_left"></i><div class="button__text">Хочу посмотреть</div></span></a><div class="rate-voter"><div class="js-rating__container" data-entity-id="624228" data-entity-type="event" data-rating-type="rate"><div class="voter voter_small js-track_click" data-params="Оценка,Изгой"><div class="voter__title">Оценить</div><div class="voter__rate">19532 уже оценили</div><div class="voter__stars"><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="1">1</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="2">2</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="3">3</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="4">4</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="5">5</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="6">6</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="7">7</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="8">8</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="9">9</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="10">10</a></li></div></div></div></div></div></div></div></div></div></div></div><div class="cols__column cols__column_small_percent-100 cols__column_medium_percent-50 cols__column_large_percent-50"><div class="cols__inner"><div class="p-itemevent-small p-itemevent-small_small margin_bottom_30"><div class="cols"><div class="cols__wrapper"><div class="cols__column cols__column_small_6 cols__column_medium_6 cols__column_large_6"><div class="cols__inner"><div class="p-poster p-poster_x-small p-poster_left margin_bottom_20 margin_right_20"><a href="/cinema/movies/770160_strazhi_galaktiki/?autoplay=1#watch#watch" class="schildonline js-hint" data-content="Смотреть онлайн бесплатно"><span class="schildonline__icon"><i></i></span></a><a class="p-poster__img" href="/cinema/movies/770160_strazhi_galaktiki/" style="background-image: url(https://pic.afisha.mail.ru/3079799/)"></a><div class="p-rate-flag p-rate-flag_new p-rate-flag_position_bottom-left p-rate-flag_left"><div class="p-rate-flag__inner"><i class="icon icon_star margin_right_5 p-rate-flag__icon"></i><span class="p-rate-flag__text">7.8</span></div></div></div></div></div><div class="cols__column cols__column_small_26 cols__column_medium_15 cols__column_large_17"><div class="cols__inner"><span class="text text_block text_fixed text_light_large"><a href="/cinema/movies/770160_strazhi_galaktiki/">Стражи Галактики</a></span><span class="text text_block text_fixed text_light_small color_gray margin_bottom_5">Guardians of the Galaxy</span><div class="margin_top_5"><a href="/cinema/all/usa/" class="p_link_black">США</a>, <a href="/cinema/all/gbr/" class="p_link_black">Великобритания</a>, <a href="/cinema/all/2014/" class="p_link_black">2014</a>, <a href="/cinema/all/boevik/" class="p_link_black">боевик</a>, <a href="/cinema/all/prikljuchenija/" class="p_link_black">приключения</a>, <a href="/cinema/all/fantastika/" class="p_link_black">фантастика</a></div><a class="button button_watch_sm button_watch margin_top_10 js-favorite-switch" data-id="770160" href="#"><svg class="loader loader_button button__loader" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-10 -10 220 220"><defs><linearGradient id="transparent" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop></linearGradient><linearGradient id="one" gradientUnits="objectBoundingBox" x1="1" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .33)"></stop></linearGradient><linearGradient id="two" gradientUnits="objectBoundingBox" x1="1" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .33)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .66)"></stop></linearGradient><linearGradient id="three" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .66)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="four" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="1" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="five" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="1" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient></defs><g fill="none" stroke-width="40" transform="translate(100,100)"><path d="M 81.6,-40 A 90,90 0 0,1 81.6,40" stroke="url(#transparent)"></path><path d="M 81.6,40 A 90,90 0 0,1 0,90" stroke="url(#one)"></path><path d="M 0,90 A 90,90 0 0,1 -81.6,40" stroke="url(#two)"></path><path d="M -81.6,40 A 90,90 0 0,1 -81.6,-40" stroke="url(#three)"></path><path d="M -81.6,-40 A 90,90 0 0,1 0,-90" stroke="url(#four)"></path><path d="M 0,-90 A 90,90 0 0,1 81.6,-40" stroke="url(#five)" stroke-linecap="round"></path></g></svg><span class="button__inner"><i class="icon icon_flag margin_right_10 button__icon button__icon_left"></i><div class="button__text">Хочу посмотреть</div></span></a><div class="rate-voter"><div class="js-rating__container" data-entity-id="770160" data-entity-type="event" data-rating-type="rate"><div class="voter voter_small js-track_click" data-params="Оценка,Стражи Галактики"><div class="voter__title">Оценить</div><div class="voter__rate">19289 уже оценили</div><div class="voter__stars"><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="1">1</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="2">2</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="3">3</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="4">4</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="5">5</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="6">6</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="7">7</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="8">8</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="9">9</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="10">10</a></li></div></div></div></div></div></div></div></div></div></div></div><div class="cols__column cols__column_small_percent-100 cols__column_medium_percent-50 cols__column_large_percent-50"><div class="cols__inner"><div class="p-itemevent-small p-itemevent-small_small margin_bottom_30"><div class="cols"><div class="cols__wrapper"><div class="cols__column cols__column_small_6 cols__column_medium_6 cols__column_large_6"><div class="cols__inner"><div class="p-poster p-poster_x-small p-poster_left margin_bottom_20 margin_right_20"><a href="/cinema/movies/625159_odinnadcat_druzej_oushena/#watch#watch" class="schildonline js-hint" data-content="Смотреть онлайн за 69 р."><span class="schildonline__icon"><i></i></span><span class="schildonline__price">69 р.</span></a><a class="p-poster__img" href="/cinema/movies/625159_odinnadcat_druzej_oushena/" style="background-image: url(https://pic.afisha.mail.ru/2995444/)"></a><div class="p-rate-flag p-rate-flag_new p-rate-flag_position_bottom-left p-rate-flag_left"><div class="p-rate-flag__inner"><i class="icon icon_star margin_right_5 p-rate-flag__icon"></i><span class="p-rate-flag__text">8.1</span></div></div></div></div></div><div class="cols__column cols__column_small_26 cols__column_medium_15 cols__column_large_17"><div class="cols__inner"><span class="text text_block text_fixed text_light_large"><a href="/cinema/movies/625159_odinnadcat_druzej_oushena/">Одиннадцать друзей Оушена</a></span><span class="text text_block text_fixed text_light_small color_gray margin_bottom_5">Ocean&#39;s Eleven</span><div class="margin_top_5"><a href="/cinema/all/usa/" class="p_link_black">США</a>, <a href="/cinema/all/2001/" class="p_link_black">2001</a>, <a href="/cinema/all/triller/" class="p_link_black">триллер</a>, <a href="/cinema/all/kriminal/" class="p_link_black">криминал</a></div><a class="button button_watch_sm button_watch margin_top_10 js-favorite-switch" data-id="625159" href="#"><svg class="loader loader_button button__loader" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-10 -10 220 220"><defs><linearGradient id="transparent" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop></linearGradient><linearGradient id="one" gradientUnits="objectBoundingBox" x1="1" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .33)"></stop></linearGradient><linearGradient id="two" gradientUnits="objectBoundingBox" x1="1" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .33)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .66)"></stop></linearGradient><linearGradient id="three" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .66)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="four" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="1" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="five" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="1" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient></defs><g fill="none" stroke-width="40" transform="translate(100,100)"><path d="M 81.6,-40 A 90,90 0 0,1 81.6,40" stroke="url(#transparent)"></path><path d="M 81.6,40 A 90,90 0 0,1 0,90" stroke="url(#one)"></path><path d="M 0,90 A 90,90 0 0,1 -81.6,40" stroke="url(#two)"></path><path d="M -81.6,40 A 90,90 0 0,1 -81.6,-40" stroke="url(#three)"></path><path d="M -81.6,-40 A 90,90 0 0,1 0,-90" stroke="url(#four)"></path><path d="M 0,-90 A 90,90 0 0,1 81.6,-40" stroke="url(#five)" stroke-linecap="round"></path></g></svg><span class="button__inner"><i class="icon icon_flag margin_right_10 button__icon button__icon_left"></i><div class="button__text">Хочу посмотреть</div></span></a><div class="rate-voter"><div class="js-rating__container" data-entity-id="625159" data-entity-type="event" data-rating-type="rate"><div class="voter voter_small js-track_click" data-params="Оценка,Одиннадцать друзей Оушена"><div class="voter__title">Оценить</div><div class="voter__rate">18994 уже оценили</div><div class="voter__stars"><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="1">1</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="2">2</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="3">3</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="4">4</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="5">5</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="6">6</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="7">7</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="8">8</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="9">9</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="10">10</a></li></div></div></div></div></div></div></div></div></div></div></div><div class="cols__column cols__column_small_percent-100 cols__column_medium_percent-50 cols__column_large_percent-50"><div class="cols__inner"><div class="p-itemevent-small p-itemevent-small_small margin_bottom_30"><div class="cols"><div class="cols__wrapper"><div class="cols__column cols__column_small_6 cols__column_medium_6 cols__column_large_6"><div class="cols__inner"><div class="p-poster p-poster_x-small p-poster_left margin_bottom_20 margin_right_20"><a href="/cinema/movies/789099_kuhnya_v_parizhe/?autoplay=1#watch#watch" class="schildonline js-hint" data-content="Смотреть онлайн бесплатно"><span class="schildonline__icon"><i></i></span></a><a class="p-poster__img" href="/cinema/movies/789099_kuhnya_v_parizhe/" style="background-image: url(https://pic.afisha.mail.ru/2787942/)"></a><div class="p-rate-flag p-rate-flag_new p-rate-flag_position_bottom-left p-rate-flag_left"><div class="p-rate-flag__inner"><i class="icon icon_star margin_right_5 p-rate-flag__icon"></i><span class="p-rate-flag__text">7</span></div></div></div></div></div><div class="cols__column cols__column_small_26 cols__column_medium_15 cols__column_large_17"><div class="cols__inner"><span class="text text_block text_fixed text_light_large"><a href="/cinema/movies/789099_kuhnya_v_parizhe/">Кухня в Париже</a></span><div class="margin_top_5"><a href="/cinema/all/rus/" class="p_link_black">Россия</a>, <a href="/cinema/all/2014/" class="p_link_black">2014</a>, <a href="/cinema/all/komedija/" class="p_link_black">комедия</a></div><a class="button button_watch_sm button_watch margin_top_10 js-favorite-switch" data-id="789099" href="#"><svg class="loader loader_button button__loader" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-10 -10 220 220"><defs><linearGradient id="transparent" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop></linearGradient><linearGradient id="one" gradientUnits="objectBoundingBox" x1="1" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .33)"></stop></linearGradient><linearGradient id="two" gradientUnits="objectBoundingBox" x1="1" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .33)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .66)"></stop></linearGradient><linearGradient id="three" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .66)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="four" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="1" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="five" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="1" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient></defs><g fill="none" stroke-width="40" transform="translate(100,100)"><path d="M 81.6,-40 A 90,90 0 0,1 81.6,40" stroke="url(#transparent)"></path><path d="M 81.6,40 A 90,90 0 0,1 0,90" stroke="url(#one)"></path><path d="M 0,90 A 90,90 0 0,1 -81.6,40" stroke="url(#two)"></path><path d="M -81.6,40 A 90,90 0 0,1 -81.6,-40" stroke="url(#three)"></path><path d="M -81.6,-40 A 90,90 0 0,1 0,-90" stroke="url(#four)"></path><path d="M 0,-90 A 90,90 0 0,1 81.6,-40" stroke="url(#five)" stroke-linecap="round"></path></g></svg><span class="button__inner"><i class="icon icon_flag margin_right_10 button__icon button__icon_left"></i><div class="button__text">Хочу посмотреть</div></span></a><div class="rate-voter"><div class="js-rating__container" data-entity-id="789099" data-entity-type="event" data-rating-type="rate"><div class="voter voter_small js-track_click" data-params="Оценка,Кухня в Париже"><div class="voter__title">Оценить</div><div class="voter__rate">18832 уже оценили</div><div class="voter__stars"><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="1">1</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="2">2</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="3">3</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="4">4</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="5">5</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="6">6</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="7">7</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="8">8</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="9">9</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="10">10</a></li></div></div></div></div></div></div></div></div></div></div></div><div class="cols__column cols__column_small_percent-100 cols__column_medium_percent-50 cols__column_large_percent-50"><div class="cols__inner"><div class="p-itemevent-small p-itemevent-small_small margin_bottom_30"><div class="cols"><div class="cols__wrapper"><div class="cols__column cols__column_small_6 cols__column_medium_6 cols__column_large_6"><div class="cols__inner"><div class="p-poster p-poster_x-small p-poster_left margin_bottom_20 margin_right_20"><a href="/cinema/movies/620930_garri_potter_i_dary_smerti_chast_2/#watch#watch" class="schildonline js-hint" data-content="Смотреть онлайн за 69 р."><span class="schildonline__icon"><i></i></span><span class="schildonline__price">69 р.</span></a><a class="p-poster__img" href="/cinema/movies/620930_garri_potter_i_dary_smerti_chast_2/" style="background-image: url(https://pic.afisha.mail.ru/2995046/)"></a><div class="p-rate-flag p-rate-flag_new p-rate-flag_position_bottom-left p-rate-flag_left"><div class="p-rate-flag__inner"><i class="icon icon_star margin_right_5 p-rate-flag__icon"></i><span class="p-rate-flag__text">8.1</span></div></div></div></div></div><div class="cols__column cols__column_small_26 cols__column_medium_15 cols__column_large_17"><div class="cols__inner"><span class="text text_block text_fixed text_light_large"><a href="/cinema/movies/620930_garri_potter_i_dary_smerti_chast_2/">Гарри Поттер и Дары Смерти: Часть II</a></span><span class="text text_block text_fixed text_light_small color_gray margin_bottom_5">Harry Potter and the Deathly Hallows: Part 2</span><div class="margin_top_5"><a href="/cinema/all/usa/" class="p_link_black">США</a>, <a href="/cinema/all/gbr/" class="p_link_black">Великобритания</a>, <a href="/cinema/all/2011/" class="p_link_black">2011</a>, <a href="/cinema/all/drama/" class="p_link_black">драма</a>, <a href="/cinema/all/prikljuchenija/" class="p_link_black">приключения</a>, <a href="/cinema/all/fentezi/" class="p_link_black">фэнтези</a></div><a class="button button_watch_sm button_watch margin_top_10 js-favorite-switch" data-id="620930" href="#"><svg class="loader loader_button button__loader" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-10 -10 220 220"><defs><linearGradient id="transparent" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop></linearGradient><linearGradient id="one" gradientUnits="objectBoundingBox" x1="1" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .33)"></stop></linearGradient><linearGradient id="two" gradientUnits="objectBoundingBox" x1="1" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .33)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .66)"></stop></linearGradient><linearGradient id="three" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .66)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="four" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="1" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="five" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="1" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient></defs><g fill="none" stroke-width="40" transform="translate(100,100)"><path d="M 81.6,-40 A 90,90 0 0,1 81.6,40" stroke="url(#transparent)"></path><path d="M 81.6,40 A 90,90 0 0,1 0,90" stroke="url(#one)"></path><path d="M 0,90 A 90,90 0 0,1 -81.6,40" stroke="url(#two)"></path><path d="M -81.6,40 A 90,90 0 0,1 -81.6,-40" stroke="url(#three)"></path><path d="M -81.6,-40 A 90,90 0 0,1 0,-90" stroke="url(#four)"></path><path d="M 0,-90 A 90,90 0 0,1 81.6,-40" stroke="url(#five)" stroke-linecap="round"></path></g></svg><span class="button__inner"><i class="icon icon_flag margin_right_10 button__icon button__icon_left"></i><div class="button__text">Хочу посмотреть</div></span></a><div class="rate-voter"><div class="js-rating__container" data-entity-id="620930" data-entity-type="event" data-rating-type="rate"><div class="voter voter_small js-track_click" data-params="Оценка,Гарри Поттер и Дары Смерти: Часть II"><div class="voter__title">Оценить</div><div class="voter__rate">18534 уже оценили</div><div class="voter__stars"><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="1">1</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="2">2</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="3">3</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="4">4</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="5">5</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="6">6</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="7">7</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="8">8</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="9">9</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="10">10</a></li></div></div></div></div></div></div></div></div></div></div></div><div class="cols__column cols__column_small_percent-100 cols__column_medium_percent-50 cols__column_large_percent-50"><div class="cols__inner"><div class="p-itemevent-small p-itemevent-small_small margin_bottom_30"><div class="cols"><div class="cols__wrapper"><div class="cols__column cols__column_small_6 cols__column_medium_6 cols__column_large_6"><div class="cols__inner"><div class="p-poster p-poster_x-small p-poster_left margin_bottom_20 margin_right_20"><a href="/cinema/movies/425395_zagadochnaja_istorija_bendzhamina_battona/#watch#watch" class="schildonline js-hint" data-content="Смотреть онлайн за 69 р."><span class="schildonline__icon"><i></i></span><span class="schildonline__price">69 р.</span></a><a class="p-poster__img" href="/cinema/movies/425395_zagadochnaja_istorija_bendzhamina_battona/" style="background-image: url(https://pic.afisha.mail.ru/7279117/)"></a><div class="p-rate-flag p-rate-flag_new p-rate-flag_position_bottom-left p-rate-flag_left"><div class="p-rate-flag__inner"><i class="icon icon_star margin_right_5 p-rate-flag__icon"></i><span class="p-rate-flag__text">8</span></div></div></div></div></div><div class="cols__column cols__column_small_26 cols__column_medium_15 cols__column_large_17"><div class="cols__inner"><span class="text text_block text_fixed text_light_large"><a href="/cinema/movies/425395_zagadochnaja_istorija_bendzhamina_battona/">Загадочная история Бенджамина Баттона</a></span><span class="text text_block text_fixed text_light_small color_gray margin_bottom_5">The Curious Case of Benjamin Button</span><div class="margin_top_5"><a href="/cinema/all/usa/" class="p_link_black">США</a>, <a href="/cinema/all/2008/" class="p_link_black">2008</a>, <a href="/cinema/all/drama/" class="p_link_black">драма</a>, <a href="/cinema/all/melodrama/" class="p_link_black">мелодрама</a>, <a href="/cinema/all/fantastika/" class="p_link_black">фантастика</a></div><a class="button button_watch_sm button_watch margin_top_10 js-favorite-switch" data-id="425395" href="#"><svg class="loader loader_button button__loader" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-10 -10 220 220"><defs><linearGradient id="transparent" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop></linearGradient><linearGradient id="one" gradientUnits="objectBoundingBox" x1="1" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .33)"></stop></linearGradient><linearGradient id="two" gradientUnits="objectBoundingBox" x1="1" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .33)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .66)"></stop></linearGradient><linearGradient id="three" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .66)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="four" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="1" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="five" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="1" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient></defs><g fill="none" stroke-width="40" transform="translate(100,100)"><path d="M 81.6,-40 A 90,90 0 0,1 81.6,40" stroke="url(#transparent)"></path><path d="M 81.6,40 A 90,90 0 0,1 0,90" stroke="url(#one)"></path><path d="M 0,90 A 90,90 0 0,1 -81.6,40" stroke="url(#two)"></path><path d="M -81.6,40 A 90,90 0 0,1 -81.6,-40" stroke="url(#three)"></path><path d="M -81.6,-40 A 90,90 0 0,1 0,-90" stroke="url(#four)"></path><path d="M 0,-90 A 90,90 0 0,1 81.6,-40" stroke="url(#five)" stroke-linecap="round"></path></g></svg><span class="button__inner"><i class="icon icon_flag margin_right_10 button__icon button__icon_left"></i><div class="button__text">Хочу посмотреть</div></span></a><div class="rate-voter"><div class="js-rating__container" data-entity-id="425395" data-entity-type="event" data-rating-type="rate"><div class="voter voter_small js-track_click" data-params="Оценка,Загадочная история Бенджамина Баттона"><div class="voter__title">Оценить</div><div class="voter__rate">18514 уже оценили</div><div class="voter__stars"><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="1">1</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="2">2</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="3">3</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="4">4</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="5">5</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="6">6</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="7">7</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="8">8</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="9">9</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="10">10</a></li></div></div></div></div></div></div></div></div></div></div></div><div class="cols__column cols__column_small_percent-100 cols__column_medium_percent-50 cols__column_large_percent-50"><div class="cols__inner"><div class="p-itemevent-small p-itemevent-small_small margin_bottom_30"><div class="cols"><div class="cols__wrapper"><div class="cols__column cols__column_small_6 cols__column_medium_6 cols__column_large_6"><div class="cols__inner"><div class="p-poster p-poster_x-small p-poster_left margin_bottom_20 margin_right_20"><a href="/cinema/movies/719314_holodnoe_serdtse/?autoplay=1#watch#watch" class="schildonline js-hint" data-content="Смотреть онлайн бесплатно"><span class="schildonline__icon"><i></i></span></a><a class="p-poster__img" href="/cinema/movies/719314_holodnoe_serdtse/" style="background-image: url(https://pic.afisha.mail.ru/2997001/)"></a><div class="p-rate-flag p-rate-flag_new p-rate-flag_position_bottom-left p-rate-flag_left"><div class="p-rate-flag__inner"><i class="icon icon_star margin_right_5 p-rate-flag__icon"></i><span class="p-rate-flag__text">7.9</span></div></div></div></div></div><div class="cols__column cols__column_small_26 cols__column_medium_15 cols__column_large_17"><div class="cols__inner"><span class="text text_block text_fixed text_light_large"><a href="/cinema/movies/719314_holodnoe_serdtse/">Холодное сердце</a></span><span class="text text_block text_fixed text_light_small color_gray margin_bottom_5">Frozen</span><div class="margin_top_5"><a href="/cinema/all/usa/" class="p_link_black">США</a>, <a href="/cinema/all/2013/" class="p_link_black">2013</a>, <a href="/cinema/all/komedija/" class="p_link_black">комедия</a>, <a href="/cinema/all/multiplikacionnyj/" class="p_link_black">мультфильмы</a>, <a href="/cinema/all/prikljuchenija/" class="p_link_black">приключения</a>, <a href="/cinema/all/semejnyj/" class="p_link_black">семейный</a>, <a href="/cinema/all/fentezi/" class="p_link_black">фэнтези</a></div><a class="button button_watch_sm button_watch margin_top_10 js-favorite-switch" data-id="719314" href="#"><svg class="loader loader_button button__loader" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-10 -10 220 220"><defs><linearGradient id="transparent" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop></linearGradient><linearGradient id="one" gradientUnits="objectBoundingBox" x1="1" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .33)"></stop></linearGradient><linearGradient id="two" gradientUnits="objectBoundingBox" x1="1" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .33)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .66)"></stop></linearGradient><linearGradient id="three" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .66)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="four" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="1" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="five" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="1" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient></defs><g fill="none" stroke-width="40" transform="translate(100,100)"><path d="M 81.6,-40 A 90,90 0 0,1 81.6,40" stroke="url(#transparent)"></path><path d="M 81.6,40 A 90,90 0 0,1 0,90" stroke="url(#one)"></path><path d="M 0,90 A 90,90 0 0,1 -81.6,40" stroke="url(#two)"></path><path d="M -81.6,40 A 90,90 0 0,1 -81.6,-40" stroke="url(#three)"></path><path d="M -81.6,-40 A 90,90 0 0,1 0,-90" stroke="url(#four)"></path><path d="M 0,-90 A 90,90 0 0,1 81.6,-40" stroke="url(#five)" stroke-linecap="round"></path></g></svg><span class="button__inner"><i class="icon icon_flag margin_right_10 button__icon button__icon_left"></i><div class="button__text">Хочу посмотреть</div></span></a><div class="rate-voter"><div class="js-rating__container" data-entity-id="719314" data-entity-type="event" data-rating-type="rate"><div class="voter voter_small js-track_click" data-params="Оценка,Холодное сердце"><div class="voter__title">Оценить</div><div class="voter__rate">18390 уже оценили</div><div class="voter__stars"><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="1">1</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="2">2</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="3">3</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="4">4</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="5">5</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="6">6</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="7">7</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="8">8</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="9">9</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="10">10</a></li></div></div></div></div></div></div></div></div></div></div></div><div class="cols__column cols__column_small_percent-100 cols__column_medium_percent-50 cols__column_large_percent-50"><div class="cols__inner"><div class="p-itemevent-small p-itemevent-small_small margin_bottom_30"><div class="cols"><div class="cols__wrapper"><div class="cols__column cols__column_small_6 cols__column_medium_6 cols__column_large_6"><div class="cols__inner"><div class="p-poster p-poster_x-small p-poster_left margin_bottom_20 margin_right_20"><a href="/cinema/movies/800334_lyusi/#watch#watch" class="schildonline js-hint" data-content="Смотреть онлайн за 149 р."><span class="schildonline__icon"><i></i></span><span class="schildonline__price">149 р.</span></a><a class="p-poster__img" href="/cinema/movies/800334_lyusi/" style="background-image: url(https://pic.afisha.mail.ru/3240096/)"></a><div class="p-rate-flag p-rate-flag_new p-rate-flag_position_bottom-left p-rate-flag_left"><div class="p-rate-flag__inner"><i class="icon icon_star margin_right_5 p-rate-flag__icon"></i><span class="p-rate-flag__text">7.3</span></div></div></div></div></div><div class="cols__column cols__column_small_26 cols__column_medium_15 cols__column_large_17"><div class="cols__inner"><span class="text text_block text_fixed text_light_large"><a href="/cinema/movies/800334_lyusi/">Люси</a></span><span class="text text_block text_fixed text_light_small color_gray margin_bottom_5">Lucy</span><div class="margin_top_5"><a href="/cinema/all/fra/" class="p_link_black">Франция</a>, <a href="/cinema/all/2014/" class="p_link_black">2014</a>, <a href="/cinema/all/boevik/" class="p_link_black">боевик</a>, <a href="/cinema/all/fantastika/" class="p_link_black">фантастика</a></div><a class="button button_watch_sm button_watch margin_top_10 js-favorite-switch" data-id="800334" href="#"><svg class="loader loader_button button__loader" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-10 -10 220 220"><defs><linearGradient id="transparent" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop></linearGradient><linearGradient id="one" gradientUnits="objectBoundingBox" x1="1" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .33)"></stop></linearGradient><linearGradient id="two" gradientUnits="objectBoundingBox" x1="1" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .33)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .66)"></stop></linearGradient><linearGradient id="three" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .66)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="four" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="1" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="five" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="1" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient></defs><g fill="none" stroke-width="40" transform="translate(100,100)"><path d="M 81.6,-40 A 90,90 0 0,1 81.6,40" stroke="url(#transparent)"></path><path d="M 81.6,40 A 90,90 0 0,1 0,90" stroke="url(#one)"></path><path d="M 0,90 A 90,90 0 0,1 -81.6,40" stroke="url(#two)"></path><path d="M -81.6,40 A 90,90 0 0,1 -81.6,-40" stroke="url(#three)"></path><path d="M -81.6,-40 A 90,90 0 0,1 0,-90" stroke="url(#four)"></path><path d="M 0,-90 A 90,90 0 0,1 81.6,-40" stroke="url(#five)" stroke-linecap="round"></path></g></svg><span class="button__inner"><i class="icon icon_flag margin_right_10 button__icon button__icon_left"></i><div class="button__text">Хочу посмотреть</div></span></a><div class="rate-voter"><div class="js-rating__container" data-entity-id="800334" data-entity-type="event" data-rating-type="rate"><div class="voter voter_small js-track_click" data-params="Оценка,Люси"><div class="voter__title">Оценить</div><div class="voter__rate">18383 уже оценили</div><div class="voter__stars"><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="1">1</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="2">2</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="3">3</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="4">4</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="5">5</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="6">6</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="7">7</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="8">8</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="9">9</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="10">10</a></li></div></div></div></div></div></div></div></div></div></div></div><div class="cols__column cols__column_small_percent-100 cols__column_medium_percent-50 cols__column_large_percent-50"><div class="cols__inner"><div class="p-itemevent-small p-itemevent-small_small margin_bottom_30"><div class="cols"><div class="cols__wrapper"><div class="cols__column cols__column_small_6 cols__column_medium_6 cols__column_large_6"><div class="cols__inner"><div class="p-poster p-poster_x-small p-poster_left margin_bottom_20 margin_right_20"><a href="/cinema/movies/839765_vozvraschenets/#watch#watch" class="schildonline js-hint" data-content="Смотреть онлайн за 79 р."><span class="schildonline__icon"><i></i></span><span class="schildonline__price">79 р.</span></a><a class="p-poster__img" href="/cinema/movies/839765_vozvraschenets/" style="background-image: url(https://pic.afisha.mail.ru/6261389/)"></a><div class="p-rate-flag p-rate-flag_new p-rate-flag_position_bottom-left p-rate-flag_left"><div class="p-rate-flag__inner"><i class="icon icon_star margin_right_5 p-rate-flag__icon"></i><span class="p-rate-flag__text">7.8</span></div></div></div></div></div><div class="cols__column cols__column_small_26 cols__column_medium_15 cols__column_large_17"><div class="cols__inner"><span class="text text_block text_fixed text_light_large"><a href="/cinema/movies/839765_vozvraschenets/">Выживший</a></span><span class="text text_block text_fixed text_light_small color_gray margin_bottom_5">The Revenant</span><div class="margin_top_5"><a href="/cinema/all/usa/" class="p_link_black">США</a>, <a href="/cinema/all/hkg/" class="p_link_black">Гонконг</a>, <a href="/cinema/all/can/" class="p_link_black">Канада</a>, <a href="/cinema/all/twn/" class="p_link_black">Тайвань (Китай)</a>, <a href="/cinema/all/2015/" class="p_link_black">2015</a>, <a href="/cinema/all/drama/" class="p_link_black">драма</a>, <a href="/cinema/all/triller/" class="p_link_black">триллер</a>, <a href="/cinema/all/vestern/" class="p_link_black">вестерн</a>, <a href="/cinema/all/prikljuchenija/" class="p_link_black">приключения</a></div><a class="button button_watch_sm button_watch margin_top_10 js-favorite-switch" data-id="839765" href="#"><svg class="loader loader_button button__loader" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-10 -10 220 220"><defs><linearGradient id="transparent" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop></linearGradient><linearGradient id="one" gradientUnits="objectBoundingBox" x1="1" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .33)"></stop></linearGradient><linearGradient id="two" gradientUnits="objectBoundingBox" x1="1" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .33)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .66)"></stop></linearGradient><linearGradient id="three" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .66)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="four" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="1" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="five" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="1" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient></defs><g fill="none" stroke-width="40" transform="translate(100,100)"><path d="M 81.6,-40 A 90,90 0 0,1 81.6,40" stroke="url(#transparent)"></path><path d="M 81.6,40 A 90,90 0 0,1 0,90" stroke="url(#one)"></path><path d="M 0,90 A 90,90 0 0,1 -81.6,40" stroke="url(#two)"></path><path d="M -81.6,40 A 90,90 0 0,1 -81.6,-40" stroke="url(#three)"></path><path d="M -81.6,-40 A 90,90 0 0,1 0,-90" stroke="url(#four)"></path><path d="M 0,-90 A 90,90 0 0,1 81.6,-40" stroke="url(#five)" stroke-linecap="round"></path></g></svg><span class="button__inner"><i class="icon icon_flag margin_right_10 button__icon button__icon_left"></i><div class="button__text">Хочу посмотреть</div></span></a><div class="rate-voter"><div class="js-rating__container" data-entity-id="839765" data-entity-type="event" data-rating-type="rate"><div class="voter voter_small js-track_click" data-params="Оценка,Выживший"><div class="voter__title">Оценить</div><div class="voter__rate">18147 уже оценили</div><div class="voter__stars"><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="1">1</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="2">2</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="3">3</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="4">4</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="5">5</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="6">6</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="7">7</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="8">8</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="9">9</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="10">10</a></li></div></div></div></div></div></div></div></div></div></div></div><div class="cols__column cols__column_small_percent-100 cols__column_medium_percent-50 cols__column_large_percent-50"><div class="cols__inner"><div class="p-itemevent-small p-itemevent-small_small margin_bottom_30"><div class="cols"><div class="cols__wrapper"><div class="cols__column cols__column_small_6 cols__column_medium_6 cols__column_large_6"><div class="cols__inner"><div class="p-poster p-poster_x-small p-poster_left margin_bottom_20 margin_right_20"><a href="/cinema/movies/431487_millioner_iz_truschob/?autoplay=1#watch#watch" class="schildonline js-hint" data-content="Смотреть онлайн бесплатно"><span class="schildonline__icon"><i></i></span></a><a class="p-poster__img" href="/cinema/movies/431487_millioner_iz_truschob/" style="background-image: url(https://pic.afisha.mail.ru/2993655/)"></a><div class="p-rate-flag p-rate-flag_new p-rate-flag_position_bottom-left p-rate-flag_left"><div class="p-rate-flag__inner"><i class="icon icon_star margin_right_5 p-rate-flag__icon"></i><span class="p-rate-flag__text">7.7</span></div></div></div></div></div><div class="cols__column cols__column_small_26 cols__column_medium_15 cols__column_large_17"><div class="cols__inner"><span class="text text_block text_fixed text_light_large"><a href="/cinema/movies/431487_millioner_iz_truschob/">Миллионер из трущоб</a></span><span class="text text_block text_fixed text_light_small color_gray margin_bottom_5">Slumdog Millionaire</span><div class="margin_top_5"><a href="/cinema/all/usa/" class="p_link_black">США</a>, <a href="/cinema/all/gbr/" class="p_link_black">Великобритания</a>, <a href="/cinema/all/2008/" class="p_link_black">2008</a>, <a href="/cinema/all/drama/" class="p_link_black">драма</a>, <a href="/cinema/all/melodrama/" class="p_link_black">мелодрама</a></div><a class="button button_watch_sm button_watch margin_top_10 js-favorite-switch" data-id="431487" href="#"><svg class="loader loader_button button__loader" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-10 -10 220 220"><defs><linearGradient id="transparent" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop></linearGradient><linearGradient id="one" gradientUnits="objectBoundingBox" x1="1" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .33)"></stop></linearGradient><linearGradient id="two" gradientUnits="objectBoundingBox" x1="1" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .33)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .66)"></stop></linearGradient><linearGradient id="three" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .66)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="four" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="1" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="five" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="1" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient></defs><g fill="none" stroke-width="40" transform="translate(100,100)"><path d="M 81.6,-40 A 90,90 0 0,1 81.6,40" stroke="url(#transparent)"></path><path d="M 81.6,40 A 90,90 0 0,1 0,90" stroke="url(#one)"></path><path d="M 0,90 A 90,90 0 0,1 -81.6,40" stroke="url(#two)"></path><path d="M -81.6,40 A 90,90 0 0,1 -81.6,-40" stroke="url(#three)"></path><path d="M -81.6,-40 A 90,90 0 0,1 0,-90" stroke="url(#four)"></path><path d="M 0,-90 A 90,90 0 0,1 81.6,-40" stroke="url(#five)" stroke-linecap="round"></path></g></svg><span class="button__inner"><i class="icon icon_flag margin_right_10 button__icon button__icon_left"></i><div class="button__text">Хочу посмотреть</div></span></a><div class="rate-voter"><div class="js-rating__container" data-entity-id="431487" data-entity-type="event" data-rating-type="rate"><div class="voter voter_small js-track_click" data-params="Оценка,Миллионер из трущоб"><div class="voter__title">Оценить</div><div class="voter__rate">18140 уже оценили</div><div class="voter__stars"><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="1">1</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="2">2</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="3">3</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="4">4</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="5">5</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="6">6</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="7">7</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="8">8</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="9">9</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="10">10</a></li></div></div></div></div></div></div></div></div></div></div></div><div class="cols__column cols__column_small_percent-100 cols__column_medium_percent-50 cols__column_large_percent-50"><div class="cols__inner"><div class="p-itemevent-small p-itemevent-small_small margin_bottom_30"><div class="cols"><div class="cols__wrapper"><div class="cols__column cols__column_small_6 cols__column_medium_6 cols__column_large_6"><div class="cols__inner"><div class="p-poster p-poster_x-small p-poster_left margin_bottom_20 margin_right_20"><a href="/cinema/movies/623425_garri_potter_i_filosofskij_kamen/#watch#watch" class="schildonline js-hint" data-content="Смотреть онлайн за 69 р."><span class="schildonline__icon"><i></i></span><span class="schildonline__price">69 р.</span></a><a class="p-poster__img" href="/cinema/movies/623425_garri_potter_i_filosofskij_kamen/" style="background-image: url(https://pic.afisha.mail.ru/7211048/)"></a><div class="p-rate-flag p-rate-flag_new p-rate-flag_position_bottom-left p-rate-flag_left"><div class="p-rate-flag__inner"><i class="icon icon_star margin_right_5 p-rate-flag__icon"></i><span class="p-rate-flag__text">8.1</span></div></div></div></div></div><div class="cols__column cols__column_small_26 cols__column_medium_15 cols__column_large_17"><div class="cols__inner"><span class="text text_block text_fixed text_light_large"><a href="/cinema/movies/623425_garri_potter_i_filosofskij_kamen/">Гарри Поттер и философский камень</a></span><span class="text text_block text_fixed text_light_small color_gray margin_bottom_5">Harry Potter and the Sorcerer's Stone</span><div class="margin_top_5"><a href="/cinema/all/usa/" class="p_link_black">США</a>, <a href="/cinema/all/gbr/" class="p_link_black">Великобритания</a>, <a href="/cinema/all/2001/" class="p_link_black">2001</a>, <a href="/cinema/all/prikljuchenija/" class="p_link_black">приключения</a>, <a href="/cinema/all/semejnyj/" class="p_link_black">семейный</a>, <a href="/cinema/all/fentezi/" class="p_link_black">фэнтези</a></div><a class="button button_watch_sm button_watch margin_top_10 js-favorite-switch" data-id="623425" href="#"><svg class="loader loader_button button__loader" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-10 -10 220 220"><defs><linearGradient id="transparent" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop></linearGradient><linearGradient id="one" gradientUnits="objectBoundingBox" x1="1" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .33)"></stop></linearGradient><linearGradient id="two" gradientUnits="objectBoundingBox" x1="1" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .33)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .66)"></stop></linearGradient><linearGradient id="three" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .66)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="four" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="1" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="five" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="1" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient></defs><g fill="none" stroke-width="40" transform="translate(100,100)"><path d="M 81.6,-40 A 90,90 0 0,1 81.6,40" stroke="url(#transparent)"></path><path d="M 81.6,40 A 90,90 0 0,1 0,90" stroke="url(#one)"></path><path d="M 0,90 A 90,90 0 0,1 -81.6,40" stroke="url(#two)"></path><path d="M -81.6,40 A 90,90 0 0,1 -81.6,-40" stroke="url(#three)"></path><path d="M -81.6,-40 A 90,90 0 0,1 0,-90" stroke="url(#four)"></path><path d="M 0,-90 A 90,90 0 0,1 81.6,-40" stroke="url(#five)" stroke-linecap="round"></path></g></svg><span class="button__inner"><i class="icon icon_flag margin_right_10 button__icon button__icon_left"></i><div class="button__text">Хочу посмотреть</div></span></a><div class="rate-voter"><div class="js-rating__container" data-entity-id="623425" data-entity-type="event" data-rating-type="rate"><div class="voter voter_small js-track_click" data-params="Оценка,Гарри Поттер и философский камень"><div class="voter__title">Оценить</div><div class="voter__rate">17963 уже оценили</div><div class="voter__stars"><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="1">1</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="2">2</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="3">3</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="4">4</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="5">5</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="6">6</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="7">7</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="8">8</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="9">9</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="10">10</a></li></div></div></div></div></div></div></div></div></div></div></div><div class="cols__column cols__column_small_percent-100 cols__column_medium_percent-50 cols__column_large_percent-50"><div class="cols__inner"><div class="p-itemevent-small p-itemevent-small_small margin_bottom_30"><div class="cols"><div class="cols__wrapper"><div class="cols__column cols__column_small_6 cols__column_medium_6 cols__column_large_6"><div class="cols__inner"><div class="p-poster p-poster_x-small p-poster_left margin_bottom_20 margin_right_20"><a href="/cinema/movies/636489_hobbit_nezhdannoe_puteshestvie/#watch#watch" class="schildonline js-hint" data-content="Смотреть онлайн за 69 р."><span class="schildonline__icon"><i></i></span><span class="schildonline__price">69 р.</span></a><a class="p-poster__img" href="/cinema/movies/636489_hobbit_nezhdannoe_puteshestvie/" style="background-image: url(https://pic.afisha.mail.ru/2996029/)"></a><div class="p-rate-flag p-rate-flag_new p-rate-flag_position_bottom-left p-rate-flag_left"><div class="p-rate-flag__inner"><i class="icon icon_star margin_right_5 p-rate-flag__icon"></i><span class="p-rate-flag__text">8.1</span></div></div></div></div></div><div class="cols__column cols__column_small_26 cols__column_medium_15 cols__column_large_17"><div class="cols__inner"><span class="text text_block text_fixed text_light_large"><a href="/cinema/movies/636489_hobbit_nezhdannoe_puteshestvie/">Хоббит: Нежданное путешествие</a></span><span class="text text_block text_fixed text_light_small color_gray margin_bottom_5">The Hobbit: An Unexpected Journey</span><div class="margin_top_5"><a href="/cinema/all/usa/" class="p_link_black">США</a>, <a href="/cinema/all/nzl/" class="p_link_black">Новая Зеландия</a>, <a href="/cinema/all/2012/" class="p_link_black">2012</a>, <a href="/cinema/all/prikljuchenija/" class="p_link_black">приключения</a>, <a href="/cinema/all/fentezi/" class="p_link_black">фэнтези</a></div><a class="button button_watch_sm button_watch margin_top_10 js-favorite-switch" data-id="636489" href="#"><svg class="loader loader_button button__loader" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-10 -10 220 220"><defs><linearGradient id="transparent" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop></linearGradient><linearGradient id="one" gradientUnits="objectBoundingBox" x1="1" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .33)"></stop></linearGradient><linearGradient id="two" gradientUnits="objectBoundingBox" x1="1" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .33)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .66)"></stop></linearGradient><linearGradient id="three" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .66)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="four" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="1" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="five" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="1" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient></defs><g fill="none" stroke-width="40" transform="translate(100,100)"><path d="M 81.6,-40 A 90,90 0 0,1 81.6,40" stroke="url(#transparent)"></path><path d="M 81.6,40 A 90,90 0 0,1 0,90" stroke="url(#one)"></path><path d="M 0,90 A 90,90 0 0,1 -81.6,40" stroke="url(#two)"></path><path d="M -81.6,40 A 90,90 0 0,1 -81.6,-40" stroke="url(#three)"></path><path d="M -81.6,-40 A 90,90 0 0,1 0,-90" stroke="url(#four)"></path><path d="M 0,-90 A 90,90 0 0,1 81.6,-40" stroke="url(#five)" stroke-linecap="round"></path></g></svg><span class="button__inner"><i class="icon icon_flag margin_right_10 button__icon button__icon_left"></i><div class="button__text">Хочу посмотреть</div></span></a><div class="rate-voter"><div class="js-rating__container" data-entity-id="636489" data-entity-type="event" data-rating-type="rate"><div class="voter voter_small js-track_click" data-params="Оценка,Хоббит: Нежданное путешествие"><div class="voter__title">Оценить</div><div class="voter__rate">17846 уже оценили</div><div class="voter__stars"><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="1">1</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="2">2</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="3">3</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="4">4</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="5">5</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="6">6</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="7">7</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="8">8</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="9">9</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="10">10</a></li></div></div></div></div></div></div></div></div></div></div></div><div class="cols__column cols__column_small_percent-100 cols__column_medium_percent-50 cols__column_large_percent-50"><div class="cols__inner"><div class="p-itemevent-small p-itemevent-small_small margin_bottom_30"><div class="cols"><div class="cols__wrapper"><div class="cols__column cols__column_small_6 cols__column_medium_6 cols__column_large_6"><div class="cols__inner"><div class="p-poster p-poster_x-small p-poster_left margin_bottom_20 margin_right_20"><a href="/cinema/movies/648922_mstiteli/#watch#watch" class="schildonline js-hint" data-content="Смотреть онлайн за 49 р."><span class="schildonline__icon"><i></i></span><span class="schildonline__price">49 р.</span></a><a class="p-poster__img" href="/cinema/movies/648922_mstiteli/" style="background-image: url(https://pic.afisha.mail.ru/2996321/)"></a><div class="p-rate-flag p-rate-flag_new p-rate-flag_position_bottom-left p-rate-flag_left"><div class="p-rate-flag__inner"><i class="icon icon_star margin_right_5 p-rate-flag__icon"></i><span class="p-rate-flag__text">7.9</span></div></div></div></div></div><div class="cols__column cols__column_small_26 cols__column_medium_15 cols__column_large_17"><div class="cols__inner"><span class="text text_block text_fixed text_light_large"><a href="/cinema/movies/648922_mstiteli/">Мстители</a></span><span class="text text_block text_fixed text_light_small color_gray margin_bottom_5">The Avengers</span><div class="margin_top_5"><a href="/cinema/all/usa/" class="p_link_black">США</a>, <a href="/cinema/all/2012/" class="p_link_black">2012</a>, <a href="/cinema/all/boevik/" class="p_link_black">боевик</a>, <a href="/cinema/all/prikljuchenija/" class="p_link_black">приключения</a>, <a href="/cinema/all/fantastika/" class="p_link_black">фантастика</a></div><a class="button button_watch_sm button_watch margin_top_10 js-favorite-switch" data-id="648922" href="#"><svg class="loader loader_button button__loader" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-10 -10 220 220"><defs><linearGradient id="transparent" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop></linearGradient><linearGradient id="one" gradientUnits="objectBoundingBox" x1="1" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .33)"></stop></linearGradient><linearGradient id="two" gradientUnits="objectBoundingBox" x1="1" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .33)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .66)"></stop></linearGradient><linearGradient id="three" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .66)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="four" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="1" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="five" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="1" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient></defs><g fill="none" stroke-width="40" transform="translate(100,100)"><path d="M 81.6,-40 A 90,90 0 0,1 81.6,40" stroke="url(#transparent)"></path><path d="M 81.6,40 A 90,90 0 0,1 0,90" stroke="url(#one)"></path><path d="M 0,90 A 90,90 0 0,1 -81.6,40" stroke="url(#two)"></path><path d="M -81.6,40 A 90,90 0 0,1 -81.6,-40" stroke="url(#three)"></path><path d="M -81.6,-40 A 90,90 0 0,1 0,-90" stroke="url(#four)"></path><path d="M 0,-90 A 90,90 0 0,1 81.6,-40" stroke="url(#five)" stroke-linecap="round"></path></g></svg><span class="button__inner"><i class="icon icon_flag margin_right_10 button__icon button__icon_left"></i><div class="button__text">Хочу посмотреть</div></span></a><div class="rate-voter"><div class="js-rating__container" data-entity-id="648922" data-entity-type="event" data-rating-type="rate"><div class="voter voter_small js-track_click" data-params="Оценка,Мстители"><div class="voter__title">Оценить</div><div class="voter__rate">17743 уже оценили</div><div class="voter__stars"><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="1">1</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="2">2</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="3">3</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="4">4</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="5">5</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="6">6</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="7">7</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="8">8</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="9">9</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="10">10</a></li></div></div></div></div></div></div></div></div></div></div></div><div class="cols__column cols__column_small_percent-100 cols__column_medium_percent-50 cols__column_large_percent-50"><div class="cols__inner"><div class="p-itemevent-small p-itemevent-small_small margin_bottom_30"><div class="cols"><div class="cols__wrapper"><div class="cols__column cols__column_small_6 cols__column_medium_6 cols__column_large_6"><div class="cols__inner"><div class="p-poster p-poster_x-small p-poster_left margin_bottom_20 margin_right_20"><a href="/cinema/movies/522098_sherlok_holms/#watch#watch" class="schildonline js-hint" data-content="Смотреть онлайн за 49 р."><span class="schildonline__icon"><i></i></span><span class="schildonline__price">49 р.</span></a><a class="p-poster__img" href="/cinema/movies/522098_sherlok_holms/" style="background-image: url(https://pic.afisha.mail.ru/2994314/)"></a><div class="p-rate-flag p-rate-flag_new p-rate-flag_position_bottom-left p-rate-flag_left"><div class="p-rate-flag__inner"><i class="icon icon_star margin_right_5 p-rate-flag__icon"></i><span class="p-rate-flag__text">8</span></div></div></div></div></div><div class="cols__column cols__column_small_26 cols__column_medium_15 cols__column_large_17"><div class="cols__inner"><span class="text text_block text_fixed text_light_large"><a href="/cinema/movies/522098_sherlok_holms/">Шерлок Холмс</a></span><span class="text text_block text_fixed text_light_small color_gray margin_bottom_5">Sherlock Holmes</span><div class="margin_top_5"><a href="/cinema/all/usa/" class="p_link_black">США</a>, <a href="/cinema/all/deu/" class="p_link_black">Германия</a>, <a href="/cinema/all/gbr/" class="p_link_black">Великобритания</a>, <a href="/cinema/all/2009/" class="p_link_black">2009</a>, <a href="/cinema/all/komedija/" class="p_link_black">комедия</a>, <a href="/cinema/all/triller/" class="p_link_black">триллер</a>, <a href="/cinema/all/boevik/" class="p_link_black">боевик</a>, <a href="/cinema/all/detektiv/" class="p_link_black">детектив</a>, <a href="/cinema/all/prikljuchenija/" class="p_link_black">приключения</a></div><a class="button button_watch_sm button_watch margin_top_10 js-favorite-switch" data-id="522098" href="#"><svg class="loader loader_button button__loader" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-10 -10 220 220"><defs><linearGradient id="transparent" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop></linearGradient><linearGradient id="one" gradientUnits="objectBoundingBox" x1="1" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .33)"></stop></linearGradient><linearGradient id="two" gradientUnits="objectBoundingBox" x1="1" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .33)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .66)"></stop></linearGradient><linearGradient id="three" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .66)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="four" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="1" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="five" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="1" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient></defs><g fill="none" stroke-width="40" transform="translate(100,100)"><path d="M 81.6,-40 A 90,90 0 0,1 81.6,40" stroke="url(#transparent)"></path><path d="M 81.6,40 A 90,90 0 0,1 0,90" stroke="url(#one)"></path><path d="M 0,90 A 90,90 0 0,1 -81.6,40" stroke="url(#two)"></path><path d="M -81.6,40 A 90,90 0 0,1 -81.6,-40" stroke="url(#three)"></path><path d="M -81.6,-40 A 90,90 0 0,1 0,-90" stroke="url(#four)"></path><path d="M 0,-90 A 90,90 0 0,1 81.6,-40" stroke="url(#five)" stroke-linecap="round"></path></g></svg><span class="button__inner"><i class="icon icon_flag margin_right_10 button__icon button__icon_left"></i><div class="button__text">Хочу посмотреть</div></span></a><div class="rate-voter"><div class="js-rating__container" data-entity-id="522098" data-entity-type="event" data-rating-type="rate"><div class="voter voter_small js-track_click" data-params="Оценка,Шерлок Холмс"><div class="voter__title">Оценить</div><div class="voter__rate">17727 уже оценили</div><div class="voter__stars"><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="1">1</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="2">2</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="3">3</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="4">4</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="5">5</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="6">6</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="7">7</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="8">8</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="9">9</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="10">10</a></li></div></div></div></div></div></div></div></div></div></div></div><div class="cols__column cols__column_small_percent-100 cols__column_medium_percent-50 cols__column_large_percent-50"><div class="cols__inner"><div class="p-itemevent-small p-itemevent-small_small margin_bottom_30"><div class="cols"><div class="cols__wrapper"><div class="cols__column cols__column_small_6 cols__column_medium_6 cols__column_large_6"><div class="cols__inner"><div class="p-poster p-poster_x-small p-poster_left margin_bottom_20 margin_right_20"><a href="/cinema/movies/637319_zhizn_pi/#watch#watch" class="schildonline js-hint" data-content="Смотреть онлайн за 49 р."><span class="schildonline__icon"><i></i></span><span class="schildonline__price">49 р.</span></a><a class="p-poster__img" href="/cinema/movies/637319_zhizn_pi/" style="background-image: url(https://pic.afisha.mail.ru/2996086/)"></a><div class="p-rate-flag p-rate-flag_new p-rate-flag_position_bottom-left p-rate-flag_left"><div class="p-rate-flag__inner"><i class="icon icon_star margin_right_5 p-rate-flag__icon"></i><span class="p-rate-flag__text">7.8</span></div></div></div></div></div><div class="cols__column cols__column_small_26 cols__column_medium_15 cols__column_large_17"><div class="cols__inner"><span class="text text_block text_fixed text_light_large"><a href="/cinema/movies/637319_zhizn_pi/">Жизнь Пи</a></span><span class="text text_block text_fixed text_light_small color_gray margin_bottom_5">Life of Pi</span><div class="margin_top_5"><a href="/cinema/all/usa/" class="p_link_black">США</a>, <a href="/cinema/all/2012/" class="p_link_black">2012</a>, <a href="/cinema/all/drama/" class="p_link_black">драма</a>, <a href="/cinema/all/prikljuchenija/" class="p_link_black">приключения</a>, <a href="/cinema/all/fentezi/" class="p_link_black">фэнтези</a></div><a class="button button_watch_sm button_watch margin_top_10 js-favorite-switch" data-id="637319" href="#"><svg class="loader loader_button button__loader" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-10 -10 220 220"><defs><linearGradient id="transparent" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop></linearGradient><linearGradient id="one" gradientUnits="objectBoundingBox" x1="1" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .33)"></stop></linearGradient><linearGradient id="two" gradientUnits="objectBoundingBox" x1="1" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .33)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .66)"></stop></linearGradient><linearGradient id="three" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .66)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="four" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="1" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="five" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="1" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient></defs><g fill="none" stroke-width="40" transform="translate(100,100)"><path d="M 81.6,-40 A 90,90 0 0,1 81.6,40" stroke="url(#transparent)"></path><path d="M 81.6,40 A 90,90 0 0,1 0,90" stroke="url(#one)"></path><path d="M 0,90 A 90,90 0 0,1 -81.6,40" stroke="url(#two)"></path><path d="M -81.6,40 A 90,90 0 0,1 -81.6,-40" stroke="url(#three)"></path><path d="M -81.6,-40 A 90,90 0 0,1 0,-90" stroke="url(#four)"></path><path d="M 0,-90 A 90,90 0 0,1 81.6,-40" stroke="url(#five)" stroke-linecap="round"></path></g></svg><span class="button__inner"><i class="icon icon_flag margin_right_10 button__icon button__icon_left"></i><div class="button__text">Хочу посмотреть</div></span></a><div class="rate-voter"><div class="js-rating__container" data-entity-id="637319" data-entity-type="event" data-rating-type="rate"><div class="voter voter_small js-track_click" data-params="Оценка,Жизнь Пи"><div class="voter__title">Оценить</div><div class="voter__rate">17457 уже оценили</div><div class="voter__stars"><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="1">1</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="2">2</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="3">3</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="4">4</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="5">5</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="6">6</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="7">7</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="8">8</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="9">9</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="10">10</a></li></div></div></div></div></div></div></div></div></div></div></div><div class="cols__column cols__column_small_percent-100 cols__column_medium_percent-50 cols__column_large_percent-50"><div class="cols__inner"><div class="p-itemevent-small p-itemevent-small_small margin_bottom_30"><div class="cols"><div class="cols__wrapper"><div class="cols__column cols__column_small_6 cols__column_medium_6 cols__column_large_6"><div class="cols__inner"><div class="p-poster p-poster_x-small p-poster_left margin_bottom_20 margin_right_20"><a href="/cinema/movies/772615_gorko/?autoplay=1#watch#watch" class="schildonline js-hint" data-content="Смотреть онлайн бесплатно"><span class="schildonline__icon"><i></i></span></a><a class="p-poster__img" href="/cinema/movies/772615_gorko/" style="background-image: url(https://pic.afisha.mail.ru/3002289/)"></a><div class="p-rate-flag p-rate-flag_new p-rate-flag_position_bottom-left p-rate-flag_left"><div class="p-rate-flag__inner"><i class="icon icon_star margin_right_5 p-rate-flag__icon"></i><span class="p-rate-flag__text">6</span></div></div></div></div></div><div class="cols__column cols__column_small_26 cols__column_medium_15 cols__column_large_17"><div class="cols__inner"><span class="text text_block text_fixed text_light_large"><a href="/cinema/movies/772615_gorko/">Горько!</a></span><div class="margin_top_5"><a href="/cinema/all/rus/" class="p_link_black">Россия</a>, <a href="/cinema/all/2013/" class="p_link_black">2013</a>, <a href="/cinema/all/komedija/" class="p_link_black">комедия</a></div><a class="button button_watch_sm button_watch margin_top_10 js-favorite-switch" data-id="772615" href="#"><svg class="loader loader_button button__loader" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-10 -10 220 220"><defs><linearGradient id="transparent" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop></linearGradient><linearGradient id="one" gradientUnits="objectBoundingBox" x1="1" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .33)"></stop></linearGradient><linearGradient id="two" gradientUnits="objectBoundingBox" x1="1" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .33)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .66)"></stop></linearGradient><linearGradient id="three" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .66)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="four" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="1" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="five" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="1" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient></defs><g fill="none" stroke-width="40" transform="translate(100,100)"><path d="M 81.6,-40 A 90,90 0 0,1 81.6,40" stroke="url(#transparent)"></path><path d="M 81.6,40 A 90,90 0 0,1 0,90" stroke="url(#one)"></path><path d="M 0,90 A 90,90 0 0,1 -81.6,40" stroke="url(#two)"></path><path d="M -81.6,40 A 90,90 0 0,1 -81.6,-40" stroke="url(#three)"></path><path d="M -81.6,-40 A 90,90 0 0,1 0,-90" stroke="url(#four)"></path><path d="M 0,-90 A 90,90 0 0,1 81.6,-40" stroke="url(#five)" stroke-linecap="round"></path></g></svg><span class="button__inner"><i class="icon icon_flag margin_right_10 button__icon button__icon_left"></i><div class="button__text">Хочу посмотреть</div></span></a><div class="rate-voter"><div class="js-rating__container" data-entity-id="772615" data-entity-type="event" data-rating-type="rate"><div class="voter voter_small js-track_click" data-params="Оценка,Горько!"><div class="voter__title">Оценить</div><div class="voter__rate">17300 уже оценили</div><div class="voter__stars"><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="1">1</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="2">2</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="3">3</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="4">4</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="5">5</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="6">6</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="7">7</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="8">8</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="9">9</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="10">10</a></li></div></div></div></div></div></div></div></div></div></div></div><div class="cols__column cols__column_small_percent-100 cols__column_medium_percent-50 cols__column_large_percent-50"><div class="cols__inner"><div class="p-itemevent-small p-itemevent-small_small margin_bottom_30"><div class="cols"><div class="cols__wrapper"><div class="cols__column cols__column_small_6 cols__column_medium_6 cols__column_large_6"><div class="cols__inner"><div class="p-poster p-poster_x-small p-poster_left margin_bottom_20 margin_right_20"><a class="p-poster__img" href="/cinema/movies/345170_ostrov/" style="background-image: url(https://pic.afisha.mail.ru/2993209/)"></a><div class="p-rate-flag p-rate-flag_new p-rate-flag_position_bottom-left p-rate-flag_left"><div class="p-rate-flag__inner"><i class="icon icon_star margin_right_5 p-rate-flag__icon"></i><span class="p-rate-flag__text">8.1</span></div></div></div></div></div><div class="cols__column cols__column_small_26 cols__column_medium_15 cols__column_large_17"><div class="cols__inner"><span class="text text_block text_fixed text_light_large"><a href="/cinema/movies/345170_ostrov/">Остров</a></span><div class="margin_top_5"><a href="/cinema/all/rus/" class="p_link_black">Россия</a>, <a href="/cinema/all/2006/" class="p_link_black">2006</a>, <a href="/cinema/all/drama/" class="p_link_black">драма</a></div><a class="button button_watch_sm button_watch margin_top_10 js-favorite-switch" data-id="345170" href="#"><svg class="loader loader_button button__loader" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-10 -10 220 220"><defs><linearGradient id="transparent" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop></linearGradient><linearGradient id="one" gradientUnits="objectBoundingBox" x1="1" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .33)"></stop></linearGradient><linearGradient id="two" gradientUnits="objectBoundingBox" x1="1" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .33)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .66)"></stop></linearGradient><linearGradient id="three" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .66)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="four" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="1" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="five" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="1" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient></defs><g fill="none" stroke-width="40" transform="translate(100,100)"><path d="M 81.6,-40 A 90,90 0 0,1 81.6,40" stroke="url(#transparent)"></path><path d="M 81.6,40 A 90,90 0 0,1 0,90" stroke="url(#one)"></path><path d="M 0,90 A 90,90 0 0,1 -81.6,40" stroke="url(#two)"></path><path d="M -81.6,40 A 90,90 0 0,1 -81.6,-40" stroke="url(#three)"></path><path d="M -81.6,-40 A 90,90 0 0,1 0,-90" stroke="url(#four)"></path><path d="M 0,-90 A 90,90 0 0,1 81.6,-40" stroke="url(#five)" stroke-linecap="round"></path></g></svg><span class="button__inner"><i class="icon icon_flag margin_right_10 button__icon button__icon_left"></i><div class="button__text">Хочу посмотреть</div></span></a><div class="rate-voter"><div class="js-rating__container" data-entity-id="345170" data-entity-type="event" data-rating-type="rate"><div class="voter voter_small js-track_click" data-params="Оценка,Остров"><div class="voter__title">Оценить</div><div class="voter__rate">17254 уже оценили</div><div class="voter__stars"><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="1">1</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="2">2</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="3">3</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="4">4</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="5">5</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="6">6</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="7">7</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="8">8</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="9">9</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="10">10</a></li></div></div></div></div></div></div></div></div></div></div></div><div class="cols__column cols__column_small_percent-100 cols__column_medium_percent-50 cols__column_large_percent-50"><div class="cols__inner"><div class="p-itemevent-small p-itemevent-small_small margin_bottom_30"><div class="cols"><div class="cols__wrapper"><div class="cols__column cols__column_small_6 cols__column_medium_6 cols__column_large_6"><div class="cols__inner"><div class="p-poster p-poster_x-small p-poster_left margin_bottom_20 margin_right_20"><a href="/cinema/movies/623424_garri_potter_i_uznik_azkabana/#watch#watch" class="schildonline js-hint" data-content="Смотреть онлайн за 69 р."><span class="schildonline__icon"><i></i></span><span class="schildonline__price">69 р.</span></a><a class="p-poster__img" href="/cinema/movies/623424_garri_potter_i_uznik_azkabana/" style="background-image: url(https://pic.afisha.mail.ru/2995279/)"></a><div class="p-rate-flag p-rate-flag_new p-rate-flag_position_bottom-left p-rate-flag_left"><div class="p-rate-flag__inner"><i class="icon icon_star margin_right_5 p-rate-flag__icon"></i><span class="p-rate-flag__text">8.1</span></div></div></div></div></div><div class="cols__column cols__column_small_26 cols__column_medium_15 cols__column_large_17"><div class="cols__inner"><span class="text text_block text_fixed text_light_large"><a href="/cinema/movies/623424_garri_potter_i_uznik_azkabana/">Гарри Поттер и узник Азкабана</a></span><span class="text text_block text_fixed text_light_small color_gray margin_bottom_5">Harry Potter and the Prisoner of Azkaban</span><div class="margin_top_5"><a href="/cinema/all/usa/" class="p_link_black">США</a>, <a href="/cinema/all/gbr/" class="p_link_black">Великобритания</a>, <a href="/cinema/all/2004/" class="p_link_black">2004</a>, <a href="/cinema/all/prikljuchenija/" class="p_link_black">приключения</a>, <a href="/cinema/all/semejnyj/" class="p_link_black">семейный</a>, <a href="/cinema/all/fentezi/" class="p_link_black">фэнтези</a></div><a class="button button_watch_sm button_watch margin_top_10 js-favorite-switch" data-id="623424" href="#"><svg class="loader loader_button button__loader" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-10 -10 220 220"><defs><linearGradient id="transparent" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop></linearGradient><linearGradient id="one" gradientUnits="objectBoundingBox" x1="1" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .33)"></stop></linearGradient><linearGradient id="two" gradientUnits="objectBoundingBox" x1="1" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .33)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .66)"></stop></linearGradient><linearGradient id="three" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .66)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="four" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="1" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="five" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="1" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient></defs><g fill="none" stroke-width="40" transform="translate(100,100)"><path d="M 81.6,-40 A 90,90 0 0,1 81.6,40" stroke="url(#transparent)"></path><path d="M 81.6,40 A 90,90 0 0,1 0,90" stroke="url(#one)"></path><path d="M 0,90 A 90,90 0 0,1 -81.6,40" stroke="url(#two)"></path><path d="M -81.6,40 A 90,90 0 0,1 -81.6,-40" stroke="url(#three)"></path><path d="M -81.6,-40 A 90,90 0 0,1 0,-90" stroke="url(#four)"></path><path d="M 0,-90 A 90,90 0 0,1 81.6,-40" stroke="url(#five)" stroke-linecap="round"></path></g></svg><span class="button__inner"><i class="icon icon_flag margin_right_10 button__icon button__icon_left"></i><div class="button__text">Хочу посмотреть</div></span></a><div class="rate-voter"><div class="js-rating__container" data-entity-id="623424" data-entity-type="event" data-rating-type="rate"><div class="voter voter_small js-track_click" data-params="Оценка,Гарри Поттер и узник Азкабана"><div class="voter__title">Оценить</div><div class="voter__rate">17159 уже оценили</div><div class="voter__stars"><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="1">1</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="2">2</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="3">3</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="4">4</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="5">5</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="6">6</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="7">7</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="8">8</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="9">9</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="10">10</a></li></div></div></div></div></div></div></div></div></div></div></div><div class="cols__column cols__column_small_percent-100 cols__column_medium_percent-50 cols__column_large_percent-50"><div class="cols__inner"><div class="p-itemevent-small p-itemevent-small_small margin_bottom_30"><div class="cols"><div class="cols__wrapper"><div class="cols__column cols__column_small_6 cols__column_medium_6 cols__column_large_6"><div class="cols__inner"><div class="p-poster p-poster_x-small p-poster_left margin_bottom_20 margin_right_20"><a href="/cinema/movies/480704_vverh/#watch#watch" class="schildonline js-hint" data-content="Смотреть онлайн за 49 р."><span class="schildonline__icon"><i></i></span><span class="schildonline__price">49 р.</span></a><a class="p-poster__img" href="/cinema/movies/480704_vverh/" style="background-image: url(https://pic.afisha.mail.ru/2993877/)"></a><div class="p-rate-flag p-rate-flag_new p-rate-flag_position_bottom-left p-rate-flag_left"><div class="p-rate-flag__inner"><i class="icon icon_star margin_right_5 p-rate-flag__icon"></i><span class="p-rate-flag__text">8</span></div></div></div></div></div><div class="cols__column cols__column_small_26 cols__column_medium_15 cols__column_large_17"><div class="cols__inner"><span class="text text_block text_fixed text_light_large"><a href="/cinema/movies/480704_vverh/">Вверх</a></span><span class="text text_block text_fixed text_light_small color_gray margin_bottom_5">Up</span><div class="margin_top_5"><a href="/cinema/all/usa/" class="p_link_black">США</a>, <a href="/cinema/all/2009/" class="p_link_black">2009</a>, <a href="/cinema/all/drama/" class="p_link_black">драма</a>, <a href="/cinema/all/komedija/" class="p_link_black">комедия</a>, <a href="/cinema/all/multiplikacionnyj/" class="p_link_black">мультфильмы</a>, <a href="/cinema/all/prikljuchenija/" class="p_link_black">приключения</a>, <a href="/cinema/all/semejnyj/" class="p_link_black">семейный</a>, <a href="/cinema/all/fentezi/" class="p_link_black">фэнтези</a></div><a class="button button_watch_sm button_watch margin_top_10 js-favorite-switch" data-id="480704" href="#"><svg class="loader loader_button button__loader" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-10 -10 220 220"><defs><linearGradient id="transparent" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop></linearGradient><linearGradient id="one" gradientUnits="objectBoundingBox" x1="1" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .33)"></stop></linearGradient><linearGradient id="two" gradientUnits="objectBoundingBox" x1="1" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .33)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .66)"></stop></linearGradient><linearGradient id="three" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .66)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="four" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="1" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="five" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="1" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient></defs><g fill="none" stroke-width="40" transform="translate(100,100)"><path d="M 81.6,-40 A 90,90 0 0,1 81.6,40" stroke="url(#transparent)"></path><path d="M 81.6,40 A 90,90 0 0,1 0,90" stroke="url(#one)"></path><path d="M 0,90 A 90,90 0 0,1 -81.6,40" stroke="url(#two)"></path><path d="M -81.6,40 A 90,90 0 0,1 -81.6,-40" stroke="url(#three)"></path><path d="M -81.6,-40 A 90,90 0 0,1 0,-90" stroke="url(#four)"></path><path d="M 0,-90 A 90,90 0 0,1 81.6,-40" stroke="url(#five)" stroke-linecap="round"></path></g></svg><span class="button__inner"><i class="icon icon_flag margin_right_10 button__icon button__icon_left"></i><div class="button__text">Хочу посмотреть</div></span></a><div class="rate-voter"><div class="js-rating__container" data-entity-id="480704" data-entity-type="event" data-rating-type="rate"><div class="voter voter_small js-track_click" data-params="Оценка,Вверх"><div class="voter__title">Оценить</div><div class="voter__rate">16842 уже оценили</div><div class="voter__stars"><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="1">1</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="2">2</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="3">3</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="4">4</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="5">5</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="6">6</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="7">7</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="8">8</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="9">9</a></li><li class="voter__stars__item js-rating__star"><a href="#" class="voter__stars__item__set" data="10">10</a></li></div></div></div></div></div></div></div></div></div></div></div></div></div><div class="sticky-springs sticky-springs_bottom js-springs__bottom"></div></div></div></div></div></div></div><div class="block block_collapse rb_6274 block_springs_active "><div class="rb_6274"><div class="line"></div></div><!--index--><!--rb: 6274-->  <!--/rb: 6274--><!--/index-->  <style>.rb_6274{display:none;}</style>  </div><div class="block block_collapse"><section class="p-pager"><div class="wrapper"><div class="p-pager__list"><a href="/cinema/all/?year=2000&amp;year=2020" class="p-pager__list__item p-pager__list__item_activ">1</a><a href="/cinema/all/?year=2000&amp;year=2020&amp;page=2" class="p-pager__list__item">2</a><a href="/cinema/all/?year=2000&amp;year=2020&amp;page=3" class="p-pager__list__item">3</a><a href="/cinema/all/?year=2000&amp;year=2020&amp;page=4" class="p-pager__list__item">4</a><a href="/cinema/all/?year=2000&amp;year=2020&amp;page=5" class="p-pager__list__item">5</a><a href="/cinema/all/?year=2000&amp;year=2020&amp;page=6" class="p-pager__list__item">6</a><a href="/cinema/all/?year=2000&amp;year=2020&amp;page=7" class="p-pager__list__item">7</a><a href="/cinema/all/?year=2000&amp;year=2020&amp;page=8" class="p-pager__list__item">8</a><a href="/cinema/all/?year=2000&amp;year=2020&amp;page=9" class="p-pager__list__item">9</a>...<a href="/cinema/all/?year=2000&amp;year=2020&amp;page=532" class="p-pager__list__item">532</a>&nbsp;</div></div></section></div></div></div><div class="block block_separated_top"><div class="wrapper"><div class="sharelist js-module" data-module="Shares" data-tweet="Каталог фильмов и мультфильмов на Кино Mail.Ru" onclick=""><span class="sharelist__text">Поделиться с друзьями:</span><div class="sharelist__items"><a class="share share_square share_vk js-shares_btn js-track_click" name="clb6756368" data-params="Соц. кнопки,vk" onclick="(function(e){new Image().src='https://ad.mail.ru/i1052.gif'})(event);return true;" data-share="vk" href="#"><div class="share__button"><i class="icon icon_social icon_social_vk"></i></div></a><a class="share share_square share_fb js-shares_btn js-track_click" name="clb6756348" data-params="Соц. кнопки,fb" onclick="(function(e){new Image().src='https://ad.mail.ru/i1052.gif'})(event);return true;" data-share="fb" href="#"><div class="share__button"><i class="icon icon_social icon_social_fb"></i></div></a><a class="share share_square share_ok js-shares_btn js-track_click" name="clb6756342" data-params="Соц. кнопки,ok" onclick="(function(e){new Image().src='https://ad.mail.ru/i1052.gif'})(event);return true;" data-share="ok" href="#"><div class="share__button"><i class="icon icon_social icon_social_ok"></i></div></a><a class="share share_square share_my js-shares_btn js-track_click" name="clb6756216" data-params="Соц. кнопки,my" onclick="(function(e){new Image().src='https://ad.mail.ru/i1052.gif'})(event);return true;" data-share="my" href="#"><div class="share__button"><i class="icon icon_social icon_social_my"></i></div></a><a class="share share_square share_tw js-shares_btn js-track_click" name="clb6756353" data-params="Соц. кнопки,tw" onclick="(function(e){new Image().src='https://ad.mail.ru/i1052.gif'})(event);return true;" data-share="tw" href="#"><div class="share__button"><i class="icon icon_social icon_social_tw"></i></div></a></div></div></div></div></div><!--rb: 6390--> <div id="doubleformat_down">
  681. </div> <!--/rb: 6390--><div class="block block_separated_top block_separated_bottom block_collapse js-viewing-history"><section class="userhistory wrap-control js-track_visibility " name="clb6797146" data-counter="6797146"><div class="hdr margin_left_20"><div class="hdr__wrapper"><span class="hdr__text"><span class="hdr__inner">История моих просмотров</span></span></div><div class="userhistory__hdr" name="clb6797154"><div class="userhistory__hide userhistory__control_hide"><a href="#" class="userhistory__hide__link js-viewing-history_hide"><i class="icon icon_hide icon_size_22 margin_right_5"></i><u>Скрыть</u></a></div><div class="userhistory__hide userhistory__control_show"><a href="#" class="userhistory__hide__link js-viewing-history_show"><i class="icon icon_show icon_size_22 margin_right_5"></i><u>Показать</u></a></div></div></div><div class="slider js-slider"><div class="control control_prev control_small control_absolute js-slider__prev" name="clb7473950"><i class="icon icon_control_previous icon_size_36"></i></div><div class="control control_next control_small control_absolute js-slider__next" name="clb7473950"><i class="icon icon_control_next icon_size_36"></i></div><div class="slider__wrapper"><div class="slider__content js-slider__content"><div class="slider__items"><div class="userhistory__gradient"></div><div class="userhistory__items"><div class="userhistory__items__wrapper js-viewing-history_container js-slider__items"><div class="slider__item"><article class="userhistory__item loading"></article></div></div></div></div></div></div></div></section></div><footer class="footer js-track_visibility" data-counter="9454628"><div class="footer__bottom"><div class="footer__inner"><nav><menu class="footer__menu"><li class="footer__menu__list"><div class="footer__menu__list__item footer__menu__list__item_rub"><a href="https://afisha.mail.ru/msk/cinema/" class="footer__menu__list__item__link">Фильмы</a></div><div class="footer__menu__list__item"><a href="https://afisha.mail.ru/msk/cinema/kinoafisha/" class="footer__menu__list__item__link">Киноафиша</a></div><div class="footer__menu__list__item"><a href="https://afisha.mail.ru/cinema/online/" class="footer__menu__list__item__link">Фильмы онлайн</a></div><div class="footer__menu__list__item"><a href="https://afisha.mail.ru/cinema/top/" class="footer__menu__list__item__link">Лучшие фильмы</a></div><div class="footer__menu__list__item"><a href="https://afisha.mail.ru/cinema/soon/#soon" class="footer__menu__list__item__link">Календарь кинопремьер</a></div><div class="footer__menu__list__item"><a href="https://afisha.mail.ru/cinema/selections/" class="footer__menu__list__item__link">Подборки фильмов</a></div><div class="footer__menu__list__item"><a href="https://afisha.mail.ru/awards/" class="footer__menu__list__item__link">Премии</a></div><div class="footer__menu__list__item"><a href="https://afisha.mail.ru/msk/cinema/places/" class="footer__menu__list__item__link">Кинотеатры</a></div><div class="footer__menu__list__item"><a href="https://afisha.mail.ru/msk/cinema/articles/" class="footer__menu__list__item__link">Новости</a></div></li><li class="footer__menu__list"><div class="footer__menu__list__item footer__menu__list__item_rub"><a href="https://afisha.mail.ru/msk/series/" class="footer__menu__list__item__link">Сериалы</a></div><div class="footer__menu__list__item"><a href="https://afisha.mail.ru/series/top/" class="footer__menu__list__item__link">Лучшие сериалы</a></div><div class="footer__menu__list__item"><a href="https://afisha.mail.ru/series/online/" class="footer__menu__list__item__link">Сериалы онлайн</a></div><div class="footer__menu__list__item"><a href="https://afisha.mail.ru/series/selections/" class="footer__menu__list__item__link">Подборки сериалов</a></div><div class="footer__menu__list__item"><a href="https://afisha.mail.ru/series/soon/" class="footer__menu__list__item__link">Календарь премьер</a></div><div class="footer__menu__list__item"><a href="https://afisha.mail.ru/series/all/" class="footer__menu__list__item__link">Все сериалы</a></div><div class="footer__menu__list__item"><a href="https://afisha.mail.ru/msk/series/articles/" class="footer__menu__list__item__link">Новости</a></div></li><li class="footer__menu__list"><div class="footer__menu__list__item footer__menu__list__item_rub"><a href="https://afisha.mail.ru/msk/tvshow/" class="footer__menu__list__item__link">Телешоу</a></div><div class="footer__menu__list__item"><a href="https://afisha.mail.ru/tvshow/top/" class="footer__menu__list__item__link">Лучшие телешоу</a></div><div class="footer__menu__list__item"><a href="https://afisha.mail.ru/tvshow/online/" class="footer__menu__list__item__link">Телешоу онлайн</a></div><div class="footer__menu__list__item"><a href="https://afisha.mail.ru/tvshow/all/" class="footer__menu__list__item__link">Все телешоу</a></div><div class="footer__menu__list__item"><a href="https://afisha.mail.ru/msk/tvshow/articles/" class="footer__menu__list__item__link">Новости</a></div></li><li class="footer__menu__list"><div class="footer__menu__list__item footer__menu__list__item_rub"><a href="https://tv.mail.ru/" class="footer__menu__list__item__link">Телепрограмма</a></div><div class="footer__menu__list__item"><a href="https://tv.mail.ru/region/central/" class="footer__menu__list__item__link">Центральные</a></div><div class="footer__menu__list__item"><a href="https://tv.mail.ru/region/local/" class="footer__menu__list__item__link">Местные</a></div><div class="footer__menu__list__item"><a href="https://tv.mail.ru/region/sport/" class="footer__menu__list__item__link">Спортивные</a></div><div class="footer__menu__list__item"><a href="https://tv.mail.ru/region/movies_series/" class="footer__menu__list__item__link">Фильмы и Сериалы</a></div><div class="footer__menu__list__item"><a href="https://tv.mail.ru/region/news/" class="footer__menu__list__item__link">Новостные</a></div><div class="footer__menu__list__item"><a href="https://tv.mail.ru/region/channel/" class="footer__menu__list__item__link">Все каналы</a></div></li><li class="footer__menu__list footer__menu__list_hide"><div class="footer__menu__list__item footer__menu__list__item_rub"><a href="https://afisha.mail.ru/stars/" class="footer__menu__list__item__link">Звёзды</a></div><div class="footer__menu__list__item"><a href="https://afisha.mail.ru/msk/stars/articles/" class="footer__menu__list__item__link">Новости</a></div><div class="footer__menu__list__item"><a href="https://afisha.mail.ru/person/birthday/" class="footer__menu__list__item__link">Сегодня родились</a></div><div class="footer__menu__list__item"><a href="https://afisha.mail.ru/stars/selections/" class="footer__menu__list__item__link">Рейтинги</a></div></li><li class="footer__menu__list footer__menu__list_right"><!--noindex--><div class="footer__menu__list__item footer__menu__list__item_rub">Подпишитесь на&nbsp;нас</div><div class="footer__social"><a href="https://vk.com/kino_mail_ru" class="share share_vk" target="_blank"><span class="share__button"><i class="icon icon_social icon_social_vk"></i></span></a><a href="https://www.facebook.com/kinomailru" class="share share_fb" target="_blank"><span class="share__button"><i class="icon icon_social icon_social_fb"></i></span></a><a href="https://twitter.com/kino_mailru" class="share share_tw" target="_blank"><span class="share__button"><i class="icon icon_social icon_social_tw"></i></span></a><a href="https://afisha.mail.ru/rss/news/" class="share share_rss" target="_blank"><span class="share__button"><i class="icon icon_social icon_social_rss"></i></span></a></div><!--/noindex--></li></menu></nav><div class="clear"></div><!--noindex--><div class="footer__foot"><div class="footer__foot__copyright"> &#169; <a name="cln9082" href="https://r.mail.ru/n216381006?&amp;rnd=653417930" class="mf_w">Mail.Ru</a>, 1999&mdash;2016 </div><div class="footer__foot__links"><a href="https://afisha.mail.ru/go-mobile/cinema/all/?year=2000&year=2020" class="js-go_mobile footer__foot__links__item" data-cookie="afisha_site">Мобильная версия</a><a href="https://afisha.mail.ru/backend/" class="footer__foot__links__item">Редакция</a><a href="https://afisha.mail.ru/policy/" class="footer__foot__links__item">Условия использования материалов</a><a href="https://sales.mail.ru/ru/russia/kino/latest/" class="footer__foot__links__item">Реклама</a><a href="https://afisha.mail.ru/#feedback" class="footer__foot__links__item js-show_form" data-module="AsyncForms.Feedback">Обратная связь</a></div></div><!--/noindex--></div></div></footer></div><div class="js-counters counters"><!--rb: 6372--> <img src="https://rs.mail.ru/d6939566.gif?rnd=134779004&ts=1481522129" style="width:0;height:0;position:absolute;visibility:hidden;" alt=""/><img src="https://ad.mail.ru/i1585.gif" style="width:0;height:0;position:absolute;visibility:hidden;" alt=""/>
  682. <!-- mr_counter type="liru" personal="afisha-tv/afisha/desktop" -->
  683. <!--LiveInternet counter--><script type="text/javascript"><!--
  684. new Image().src = "//counter.yadro.ru/hit;afisha-tv/afisha/desktop?r"+
  685. escape(document.referrer)+((typeof(screen)=="undefined")?"":
  686. ";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth?
  687. screen.colorDepth:screen.pixelDepth))+";u"+escape(document.URL)+
  688. ";"+Math.random();//--></script><!--/LiveInternet-->
  689. <!-- /mr_counter -->
  690.  
  691.  
  692. <!-- mr_counter type="rbmail" src="//ad.mail.ru/i42.gif" -->
  693. <img src="//ad.mail.ru/i42.gif" border="0" height="1" width="1" alt="" style="position:absolute; left:-9999px;">
  694. <!-- /mr_counter -->
  695.  
  696. <!-- mr_counter type="googl" id="UA-38019871-1" -->
  697. <script>
  698.   (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  699.   (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  700.   m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  701.   })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
  702.  
  703.   ga('create', 'UA-38019871-1', 'afisha.mail.ru');
  704.   ga('require', 'displayfeatures');
  705.   ga('send', 'pageview');
  706.  
  707. </script>
  708. <!-- /mr_counter -->
  709.  
  710. <!-- mr_counter type="rbmail" src="https://sb.scorecardresearch.com/b?c1=2&c2=9999305&ns__t=" -->
  711. <!-- Begin comScore Tag -->
  712. <script>
  713. try {
  714. (function(w,d,s) {
  715.     s = w.encodeURIComponent || escape;
  716.     new Image().src = "http" + ((d.URL.charAt(4) == "s") ? "s://sb" : "://b") + ".scorecardresearch.com/b?c1=2&c2=9999305&ns__t=" + +(new Date) + "&ns_c=" + (d.characterSet || d.defaultCharset || "") + "&c7=" + s(d.URL) + "&c9=" + s(d.referrer);
  717. })(window,document);
  718. } catch(e) {}
  719. </script>
  720. <!-- End comScore Tag -->
  721. <!-- /mr_counter -->
  722.  
  723. <!-- mr_counter type="topmail" domain="top-fwz1.mail.ru" id="87520" --><!-- /mr_counter -->
  724. <!-- mr_counter type="topmail" domain="top-fwz1.mail.ru" id="2664990" --><!-- /mr_counter -->
  725. <!-- mr_counter type="topmail" domain="top-fwz1.mail.ru" id="2665072" --><!-- /mr_counter -->
  726. <!-- mr_counter type="topmail" domain="top-fwz1.mail.ru" id="2664987" --><!-- /mr_counter -->
  727. <!-- Rating@Mail.ru counter -->
  728. <script type="text/javascript">
  729. var _tmr = _tmr || [];
  730. _tmr.push({id: "87520", type: 'pageView', start: (new Date()).getTime()});
  731. _tmr.push({id: "2664990", type: "pageView", start: (new Date()).getTime()});
  732. _tmr.push({id: "2665072", type: "pageView", start: (new Date()).getTime()});
  733. _tmr.push({id: "2664987", type: "pageView", start: (new Date()).getTime()});
  734. (function (d, w) {
  735. var ts = d.createElement("script"); ts.type = "text/javascript"; ts.async = true;
  736. ts.src = (d.location.protocol == "https:" ? "https:" : "http:") + "//top-fwz1.mail.ru/js/code.js";
  737. var f = function () {var s = d.getElementsByTagName("script")[0]; s.parentNode.insertBefore(ts, s);};
  738. if (w.opera == "[object Opera]") { d.addEventListener("DOMContentLoaded", f, false); } else { f(); }
  739. })(document, window);
  740. </script><noscript><div style="position:absolute;left:-10000px;">
  741. <img src="//top-fwz1.mail.ru/counter?id=87520;js=na;r=https%3A%2F%2Fafisha.mail.ru%2Fcinema%2Fall%2F%3Forder%3Drate_val%26year%3D2000%26year%3D2020" style="border:0;" height="1" width="1" alt="Рейтинг@Mail.ru" />
  742. <img src="//top-fwz1.mail.ru/counter?id=2664990;js=na;r=https%3A%2F%2Fafisha.mail.ru%2Fcinema%2Fall%2F%3Forder%3Drate_val%26year%3D2000%26year%3D2020" style="border:0;" height="1" width="1" alt="Рейтинг@Mail.ru" />
  743. <img src="//top-fwz1.mail.ru/counter?id=2665072;js=na;r=https%3A%2F%2Fafisha.mail.ru%2Fcinema%2Fall%2F%3Forder%3Drate_val%26year%3D2000%26year%3D2020" style="border:0;" height="1" width="1" alt="Рейтинг@Mail.ru" />
  744. <img src="//top-fwz1.mail.ru/counter?id=2664987;js=na;r=https%3A%2F%2Fafisha.mail.ru%2Fcinema%2Fall%2F%3Forder%3Drate_val%26year%3D2000%26year%3D2020" style="border:0;" height="1" width="1" alt="Рейтинг@Mail.ru" />
  745. </div></noscript>
  746. <!-- //Rating@Mail.ru counter -->
  747.  
  748.  
  749.  
  750.  <!--/rb: 6372--><noscript><img src="https://rs.mail.ru/d3671252.gif" style="width:0;height:0;position:absolute;" alt=""/></noscript><!--Rating@Mail.ru counter--><script type="text/javascript">
  751.                                 var _tmr = _tmr || [];
  752.                                 _tmr.push({id: "2599024",  type: "pageView", start: (new Date()).getTime()});
  753.                                 (function (d, w) {
  754.                                  var ts = d.createElement("script"); ts.type = "text/javascript"; ts.async = true;
  755.                                  ts.src = (d.location.protocol == "https:" ? "https:" : "http:") + "//top-fwz1.mail.ru/js/code.js";
  756.                                  var f = function () {var s = d.getElementsByTagName("script")[0]; s.parentNode.insertBefore(ts, s);};
  757.                                  if (w.opera == "[object Opera]") { d.addEventListener("DOMContentLoaded", f, false); } else { f(); }
  758.                                 })(document, window);
  759.                                 </script><noscript><div style="position:absolute;left:-10000px;">
  760.                                 <img src="//top-fwz1.mail.ru/counter?id=2599024;js=na" style="border:0;" height="1" width="1" alt="Рейтинг@Mail.ru" />
  761.                                 </div></noscript><!--//Rating@Mail.ru counter--><!--Rating@Mail.ru counter--><script type="text/javascript">
  762.                                 var _tmr = _tmr || [];
  763.                                 _tmr.push({id: "2599861",  type: "pageView", start: (new Date()).getTime()});
  764.                                 (function (d, w) {
  765.                                  var ts = d.createElement("script"); ts.type = "text/javascript"; ts.async = true;
  766.                                  ts.src = (d.location.protocol == "https:" ? "https:" : "http:") + "//top-fwz1.mail.ru/js/code.js";
  767.                                  var f = function () {var s = d.getElementsByTagName("script")[0]; s.parentNode.insertBefore(ts, s);};
  768.                                  if (w.opera == "[object Opera]") { d.addEventListener("DOMContentLoaded", f, false); } else { f(); }
  769.                                 })(document, window);
  770.                                 </script><noscript><div style="position:absolute;left:-10000px;">
  771.                                 <img src="//top-fwz1.mail.ru/counter?id=2599861;js=na" style="border:0;" height="1" width="1" alt="Рейтинг@Mail.ru" />
  772.                                 </div></noscript><!--//Rating@Mail.ru counter--></div><!--rb: 3 cln count-->
  773.  
  774. <script type="text/javascript" >
  775. //<![CDATA[
  776. (function(w, d) {
  777.        if (w.rb_counter) return;
  778.        function h() {
  779.                var n, a = arguments;
  780.                for(var i=a.length;i--;){
  781.                        n = a[i].split(',');
  782.                        for(var j=n.length;j--;){
  783.                                c(n[j]);
  784.                        }
  785.                }
  786.        }
  787.        function c(n) {
  788.                var m, r = parseInt(Math.random()*1E9), s;
  789.                if (!(m = n.match(/^(?:cl([bn])|([adgin]))(\d+)(?:sz(\d+))?/))) return;
  790.                if (m[1]) {
  791.                        s = "s" + m[1];
  792.                }
  793.                else if(m[2] == "n") {
  794.                        s = "nc";
  795.                }
  796.                else if(m[2]=="i") {
  797.                        r = null;
  798.                        s = m[2];
  799.                }
  800.                else {
  801.                        s = m[2];
  802.                }
  803.                s += m[3] + ".gif?";
  804.                if (m[4]) s += "sz=" + m[4];
  805.                if (r) s += "&rnd=" + r;
  806.                (new Image).src = "//rs.mail.ru/" + s;
  807.        }
  808.        (function(o, e, fn) {
  809.                if (o.addEventListener) o.addEventListener(e, fn, false);
  810.                else if (o.attachEvent) o.attachEvent('on' + e, fn);
  811.                else o['on' + e] = fn;
  812.        })(d, 'mousedown', function(e) {
  813.                var n;
  814.                e = e || w.event;
  815.                e = e.target || e.srcElement;
  816.                while (e.parentNode){
  817.                        if (e.getAttribute && (n = e.getAttribute('name')) && (n = n.toString())){
  818.                                h(n);
  819.                        }
  820.                        e = e.parentNode;
  821.                }
  822.        });
  823.        w.rb_counter = h;
  824. })(window, document);
  825. //]]>
  826. </script>
  827.  
  828.  
  829.  
  830.  
  831.  <!--/rb: 3 cln count-->  </div><div class="overlay js-popup"><div class="overlay__box js-popup_close"><a class="overlay__close overlay__close_hidden js-popup_close" href="#"><i class="icon icon_close"></i></a><div class="overlay__cell"><div class="overlay__inner"><div class="overlay__loader js-popup_loader loading"><svg class="loader loader_large" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-10 -10 220 220"><defs><linearGradient id="transparent" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop></linearGradient><linearGradient id="one" gradientUnits="objectBoundingBox" x1="1" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 0)" stop-opacity="0"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .33)"></stop></linearGradient><linearGradient id="two" gradientUnits="objectBoundingBox" x1="1" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .33)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, .66)"></stop></linearGradient><linearGradient id="three" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, .66)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="four" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="1" y2="0"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient><linearGradient id="five" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="1" y2="1"><stop offset="0%" stop-color="rgba(234, 255, 0, 1)"></stop><stop offset="100%" stop-color="rgba(234, 255, 0, 1)"></stop></linearGradient></defs><g fill="none" stroke-width="40" transform="translate(100,100)"><path d="M 81.6,-40 A 90,90 0 0,1 81.6,40" stroke="url(#transparent)"></path><path d="M 81.6,40 A 90,90 0 0,1 0,90" stroke="url(#one)"></path><path d="M 0,90 A 90,90 0 0,1 -81.6,40" stroke="url(#two)"></path><path d="M -81.6,40 A 90,90 0 0,1 -81.6,-40" stroke="url(#three)"></path><path d="M -81.6,-40 A 90,90 0 0,1 0,-90" stroke="url(#four)"></path><path d="M 0,-90 A 90,90 0 0,1 81.6,-40" stroke="url(#five)" stroke-linecap="round"></path></g></svg></div><div class="overlay__content js-popup_blocks"></div><div class="overlay__side js-popup_banner" data-module="Slot.mimic.1491" data-id="1491"><div style="background: rgba(229, 162, 99, 1); width: 240px; height: 400px"></div></div></div></div></div></div><div class="p-tooltip js-tooltip"><div class="js-tooltip__balloon"><div class="p-tooltip__arrow"></div><div class="p-tooltip__text js-tooltip__content"></div></div></div><div class="js-module-opts" onclick="return {&quot;common&quot;:{&quot;viewingHistory&quot;:{&quot;recent&quot;:null},&quot;userRegion&quot;:{&quot;id&quot;:&quot;70&quot;}}}"></div><script src="/-/711eb67b/js/cmpld/kino/web/common.js"></script><script src="/-/d126e733/js/cmpld/kino/web/slider.js"></script><script src="/-/d802155c/js/cmpld/kino/web/viewingHistory.js"></script><script src="/-/c03bbc66/js/cmpld/kino/web/auth.js"></script><script src="/-/bcca1f1b/js/cmpld/kino/web/misc.js"></script><script src="/-/cc7b095d/js/cmpld/kino/web/shares.js"></script><script src="/-/1c747eca/js/cmpld/kino/web/tabs-tpls.js"></script><script src="/-/9e0e5e83/js/cmpld/kino/web/tooltip.js"></script><script src="/-/7b10ff0c/js/cmpld/kino/web/favorite.js"></script><script src="/-/19c42ec4/js/cmpld/kino/web/tabs.js"></script><script src="/-/17599d12/js/cmpld/kino/web/rangeSlider.js"></script><script src="/-/c844d812/js/cmpld/kino/web/radioCheckbox.js"></script><script src="/-/6a0d28d9/js/cmpld/kino/web/ct-landing.js"></script><script src="/-/aa22164d/js/cmpld/kino/web/landing.js"></script><script src="/-/bddc12ea/js/cmpld/kino/web/async-list.js"></script><script src="/-/54492282/js/cmpld/kino/web/suggest.js"></script><script src="/-/05e81ef8/js/cmpld/kino/web/rating.js"></script><script src="/-/69484e62/js/cmpld/kino/web/forms.js"></script><script src="/-/bff77a95/js/cmpld/kino/web/scroll.js"></script><script src="/-/fab16c2c/js/cmpld/kino/web/validation.js"></script><script src="/-/062eecf0/js/cmpld/kino/web/popup.js"></script><script src="/-/c3e7f97f/js/cmpld/kino/web/async-forms.js"></script><script src="/-/f9cad476/js/cmpld/kino/web/send-feedback-popup.js"></script><script src="/-/dd48e374/js/cmpld/kino/web/initAsyncForms.js"></script><script src="/-/776d59da/js/common/vendor/skrollr.min.js"></script><script src="/-/a2e514f5/js/cmpld/kino/web/parallax.js"></script><script>$('.js-track_visibility').initScrollCounter('data-counter', true);</script>    
  832.             </body>
  833.             </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement