<?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="block" id="<?=$arParams['SECTION_ID'];?>">
    <div class="container">
        <div class="row flex-row-reverse align-items-center">
            <div class="col-12 col-lg-6">
                <div class="prothesis-block__text-container wrap-container">
                    <h2 class="prothesis-block__title block__title"><?=$arParams['TITLE'];?></h2>
                    <div class="prothesis-block__text wrap-block" data-wrap-height="176">
                        <?=$arParams['~TEXT'];?>
                    </div>
                    <div class="wrap-btn" style="display: none;"></div>
                </div>
            </div>
            <div class="col-12 col-lg-6">
                <div class="prothesis-block__pic-container">
                    <div class="prothesis-block__pic pic-wrapper"><img src="<?=$arParams['IMG'];?>" alt="<?=$arParams['TITLE'];?>"></div>
                </div>
            </div>
        </div>
    </div>
</section>
