JSFiddle - React, Tailwind, and code Playground
by Sergey khorev
HTML
<?php
if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true)die();
$this->setFrameMode(true);
?>
<form method="post" class="mt-64" action="/aktualnye-aktsii">
<button type="submit" class="back-button">← Назад</button>
</form>
<div class="detail__wrapper">
<div class="detail__wrapper-item">
<?php if (!empty($arResult['DETAIL_PICTURE'])): ?>
<img src="<?= $arResult['DETAIL_PICTURE']['SRC'] ?>" alt="<?= $arResult['NAME'] ?>">
<?php endif; ?>
</div>
<div class="detail__wrapper-item">
<?php if (!empty($arResult['DETAIL_TEXT'])): ?>
<div class="detail-description">
<?= $arResult['DETAIL_TEXT'] ?>
</div>
<?php endif; ?>
</div>
</div>
<section class="border_banner__block">
<div class="border__banner mt-64">
<div class="border__banner_text">
<h3 class="subtitle green__text">Не пропускай самое важное!</h3>
<p class="medium__text green__text mt-16">Подпишись на Food Power в социальных сетях и будь в курсе всех обновлений и акций!</p>
</div>
<div class="border_banner__buttons">
<button class="button button__text social__button" onclick="window.open('https://t.me/foodpower37', '_blank');">
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.5048 5.97828C20.2217 8.96317 18.9895 16.211 18.3662 19.5561C18.1031 20.9714 17.5799 21.446 17.0767 21.4917C15.9788 21.5918 15.1468 20.7655 14.0861 20.0707C12.425 18.9814 11.4843 18.3038 9.87181 17.2402C8.00768 16.0108 9.21422 15.3361 10.2778 14.2325C10.5551 13.9437 15.387 9.54643 15.4814 9.14902C15.4928 9.09755 15.5042 8.91171 15.3927 8.8145C15.2812 8.71729 15.1182 8.74874 15.001 8.77733C14.8352 8.8145 12.1791 10.57 7.03273 14.0409C6.27793 14.5584 5.5946 14.81 4.98276 14.7986C4.30801 14.7843 3.01285 14.4183 2.04647 14.1038C0.865668 13.7207 -0.0778371 13.5149 0.00507654 12.863C0.0479629 12.5227 0.513997 12.1739 1.40889 11.8194C6.9155...