<div class="video_card" data-js-unit="ui/VideoCard">
        <div class="thumb_rel" data-block="thumb">
            <div class="play_btn" data-block="play"></div>
			
            <table class="thumb"><tr><td valign="middle">
                <img data-block="image" width="100%">				
            </td></tr></table>
        </div>
		
        <div class="video" data-block="video">
            <iframe frameborder="0" allowfullscreen width="100%" height="100%"></iframe>
        </div>				
    </div>
   
		Сторінка тимчасово недоступна
        
    <div class="popup-root" data-js-unit="AjaxWindow" data-js-unit-options="{"model":"custom"}">
        <div class="popup__content">
            <span class="icon-cross icon_size_normal popup__close" data-role="close"></span>
            <div data-ajax-url="/Page/PageCard/Card" data-js-unit="AjaxUnit" data-js-unit-options="{"errorAction":"alert"}" data-ajax="ajax-window-loader" data-ajax-data="">
                <div data-state="initial">
                </div>
                <div data-state="loading" style="display: none;">
                    <div class="popup-body">
                        <div class="h1 text-center">Завантаження ...</div>
                    </div>
                </div>
                <div data-state="success" style="display: none;">
                </div>
            </div>            
        </div>
        <script type="text" data-js-unit-on="open">
            this.$root.show();
            $.scrollLock();
            $('body').toggleClass('overf');
            //this.$root.find('.popup__container').show();
            this.load();
        </script>
        <script type="text" data-js-unit-on="close">
            $.scrollLock();
            $('body').toggleClass('overf');
            //this.$root.fadeOut('fast');
            //$('body').removeClass('modal-scroll');
        </script>
    </div>