Your IP : 18.220.140.29


Current Path : /home/bitrix/ext_www/xn--80atde5a3i.com/include/pages/main/
Upload File :
Current File : /home/bitrix/ext_www/xn--80atde5a3i.com/include/pages/main/service_sec.php

<?
$arGResult = getHighLoadBlockByName("seo_text",array(
    "select" => array("*"),
    "order" => array(),
    "filter" => array("UF_PAGE_URL"=>$_SERVER['REQUEST_URI'])
))[0];

if(!empty($arGResult)) {
    $APPLICATION->SetPageProperty("description", $arGResult["UF_DESC"]);
    $APPLICATION->SetPageProperty("keywords", $arGResult["UF_KEYWORDS"]);
    $APPLICATION->SetPageProperty("title", $arGResult["UF_TITLE"]);
    $APPLICATION->SetTitle($arGResult["UF_TITLE"]);

    $text = CIBlockElement::GetByID($arGResult["UF_TEXT_ID"]);
    if ($ar_res = $text->GetNext())
        $text = $ar_res['PREVIEW_TEXT'];
}
?>

<div class="jtv-service-area">
    <div class="container">
        <div class="row">
            <div class="col col-md-3 col-sm-6 col-xs-12">
                <div class="block-wrapper ship">
                    <div class="text-des">
                        <div class="icon-wrapper"><i class="fa fa-paper-plane"></i></div>
                        <div class="service-wrapper">
                            <h3>Доставка</h3>
                            <p>По всей Украине</p>
                        </div>
                    </div>
                </div>
            </div>
            <div class="col col-md-3 col-sm-6 col-xs-12 ">
                <div class="block-wrapper return">
                    <div class="text-des">
                        <div class="icon-wrapper"><i class="fa fa-rotate-right"></i></div>
                        <div class="service-wrapper">
                            <h3>100% Безопасная оплата</h3>
                            <p>Любым способом</p>
                        </div>
                    </div>
                </div>
            </div>
            <div class="col col-md-3 col-sm-6 col-xs-12">
                <div class="block-wrapper support">
                    <div class="text-des">
                        <div class="icon-wrapper"><i class="fa fa-umbrella"></i></div>
                        <div class="service-wrapper">
                            <h3>Потдержка 24/7</h3>
                            <p>Звоните: <a style="color: #ffc300" href="tel:<? $APPLICATION->IncludeComponent("bitrix:main.include", "", Array(
                                    "AREA_FILE_SHOW" => "file",
                                    "PATH" => SITE_DIR . '/include/header/main_phone_number.php'
                                ));
                                ?>"><? $APPLICATION->IncludeComponent("bitrix:main.include", "", Array(
                                    "AREA_FILE_SHOW" => "file",
                                    "PATH" => SITE_DIR . '/include/header/main_phone_number.php'
                                ));
                                    ?></a></p>
                        </div>
                    </div>
                </div>
            </div>
            <div class="col col-md-3 col-sm-6 col-xs-12">
                <div class="block-wrapper user">
                    <div class="text-des">
                        <div class="icon-wrapper"><i class="fa fa-tags"></i></div>
                        <div class="service-wrapper">
                            <h3>Скидки!</h3>
                            <p>У нас много скидок!</p>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>

<?if(!empty($arGResult)):?>
    <div style="display: none;"><?=$text?></div>
<?endif;?>