<?if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true)die();
/** @var array $arParams */
/** @var array $arResult */
/** @global CMain $APPLICATION */
/** @global CUser $USER */
/** @global CDatabase $DB */
/** @var CBitrixComponentTemplate $this */
/** @var string $templateName */
/** @var string $templateFile */
/** @var string $templateFolder */
/** @var string $componentPath */
/** @var CBitrixComponent $component */
$this->setFrameMode(true);
?>
<section class="advice-block block light-grey" id="<?=$arParams['SECTION_ID'];?>">
    <div class="advice-block__content container">
        <div class="row">
            <div class="col-12 col-lg-7">
                <div class="advice-block__text-container wrap-container">
                    <div class="advice-block__text-header">
                        <div class="advice-block__text-title">
                            <h2 class="advice-block__title block__title"><?=$arParams['TITLE'];?></h2>
                            <h3 class="advice-block__subtitle"><?=$arParams['SUB_TITLE'];?></h3>
                        </div>
                    </div>
                    <div class="advice-block__text wrap-block" data-wrap-height="132">
                        <?=$arParams['~TEXT'];?>
                    </div>
                    <div class="wrap-btn"></div>
                </div>
            </div>
            <div class="col-12 col-lg-5">
                <div class="advice-block__video video">
                    <div class="video__preview pic-wrapper" <?php if($arParams['LINK']):?>data-fancybox data-src="<?=$arParams['LINK'];?>"<?php endif;?>>
                        <img class="_center" src="<?= $arParams['IMG'];?>" alt="<?=$arParams['TITLE'];?>">
                        <?php if($arParams['LINK']):?>
                        <button class="video__play-btn"><img src="/local/templates/DoctorSmile_2022/img/icons/play-btn.svg" alt="PLAY"></button>
                        <?php endif;?>
                    </div>
                </div>
            </div>
        </div>
    </div>
</section>