<?php 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="contacts-top-block block" id="<?=$arParams['SECTION_ID'];?>">
    <div class="contacts-top-block__content container">
        <div class="contacts-top-block__body light-blue _mobile-cover">
            <div class="row">
                <div class="col-12 col-lg-6">
                    <div class="contacts-top-block__text-content">
                        <h2 class="contacts-top-block__title block__title"><?=$arParams['~TITLE'];?></h2>
                        <div class="contacts-top-block__subtitle"><?=$arParams['~SUB_TITLE'];?></div>
                        <a class="contacts-top-block__btn btn btn_arrow" target="_blank" rel="nofollow noopener noreferrer" href="https://prodoctorov.ru/moskva/set/1578-stomatologiya-doktor-smayl/#doctor-details-top">Почитать отзывы</a>
                    </div>
                    <div class="contacts-top-block__certs">
                        <?php if($arParams['IMG']):?>
                        <div class="contacts-top-block__cert pic-wrapper">
                            <img class="_center" src="<?=$arParams['IMG'];?>" alt="<?=$arParams['~TITLE'];?>" data-fancybox="contacts-certs-gallery" loading="lazy">
                        </div>
                        <?php endif;?>
                        <?php if($arParams['IMG2']):?>
                        <div class="contacts-top-block__cert pic-wrapper">
                            <img class="_center" src="<?=$arParams['IMG2'];?>" alt="<?=$arParams['~TITLE'];?>" data-fancybox="contacts-certs-gallery" loading="lazy">
                        </div>
                        <?php endif;?>
                    </div>
                </div>
            </div>
        </div>
    </div>
</section>