Advertisement
Igor150195

Untitled

Mar 22nd, 2023
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.75 KB | None | 0 0
  1. <div class="cert-contacts block_padding">
  2. <div class="cert-contacts__inner block_width wow fadeInUp" data-wow-delay="0.1s" data-wow-offset="200">
  3. <?php if(get_field('title_sdt6545565611')): ?>
  4. <div class="cert-contacts__left">
  5. <div class="cert-contacts__title"><?php echo get_field('title_sdt6545565611'); ?></div>
  6. <div class="cert-contacts__icon">
  7. <img src="<?php echo get_template_directory_uri() . '/assets/'; ?>images/cert_contacts_icon.svg" alt="">
  8. </div>
  9. </div>
  10. <?php endif; ?>
  11. <?php if (have_rows( 'items_sdt6545565611') ): ?>
  12. <div class="cert-contacts__right">
  13. <div class="cert-contacts__rules">
  14. <?php foreach( get_field('items_sdt6545565611') as $row): ?>
  15. <div class="cert-contacts__rule">
  16. <div class="cert-contacts__text">
  17. <?php echo $row['text_block']; ?>
  18. </div>
  19. <div class="cert-contacts__btn">
  20. <a href="#" data-remodal-target="cert_contacts_1">
  21. <span><?php echo $row['link_text']; ?></span>
  22. <svg width="16" height="20" viewBox="0 0 16 20" fill="none" xmlns="http://www.w3.org/2000/svg">
  23. <path d="M5.91875 18.0093L11.5354 12.2446C11.6021 12.1759 11.6492 12.1016 11.6768 12.0215C11.7048 11.9415 11.7188 11.8557 11.7188 11.7642C11.7188 11.6727 11.7048 11.5869 11.6768 11.5068C11.6492 11.4268 11.6021 11.3524 11.5354 11.2838L5.91875 5.50191C5.76319 5.34178 5.56875 5.26172 5.33542 5.26172C5.10208 5.26172 4.90208 5.3475 4.73542 5.51907C4.56875 5.69064 4.48542 5.8908 4.48542 6.11956C4.48542 6.34832 4.56875 6.54848 4.73542 6.72005L9.63542 11.7642L4.73542 16.8083C4.57986 16.9684 4.50208 17.1656 4.50208 17.3999C4.50208 17.6346 4.58542 17.8377 4.75208 18.0093C4.91875 18.1808 5.11319 18.2666 5.33542 18.2666C5.55764 18.2666 5.75208 18.1808 5.91875 18.0093Z" fill="#2D5D85"/>
  24. </svg>
  25. </a>
  26. </div>
  27. <div class="remodal text_remodal" data-remodal-id="cert_contacts_1" role="dialog" data-remodal-options="hashTracking: false">
  28. <button data-remodal-action="close" class="remodal-close-btn">
  29. <svg width="66" height="66" viewBox="0 0 66 66" fill="none" xmlns="http://www.w3.org/2000/svg">
  30. <path fill-rule="evenodd" clip-rule="evenodd" d="M17.5598 17.5598C18.1136 17.0061 19.0114 17.0061 19.5652 17.5598L33 30.9947L46.4348 17.5598C46.9886 17.0061 47.8864 17.0061 48.4402 17.5598C48.9939 18.1136 48.9939 19.0114 48.4402 19.5652L35.0053 33L48.4402 46.4348C48.9939 46.9886 48.9939 47.8864 48.4402 48.4402C47.8864 48.9939 46.9886 48.9939 46.4348 48.4402L33 35.0053L19.5652 48.4402C19.0114 48.9939 18.1136 48.9939 17.5598 48.4402C17.0061 47.8864 17.0061 46.9886 17.5598 46.4348L30.9947 33L17.5598 19.5652C17.0061 19.0114 17.0061 18.1136 17.5598 17.5598Z" fill="black"/>
  31. </svg>
  32. </button>
  33. <div class="remodal-title">
  34. Правила рассмотрения
  35. жалоб, претензий
  36. и апелляций
  37. </div>
  38. <div class="remodal-text">
  39. Тестовый текст Тестовый текст Тестовый текст Тестовый текст Тестовый текст Тестовый текст Тестовый текст Тестовый текст Тестовый текст Тестовый текст Тестовый текст Тестовый текст Тестовый текст Тестовый текст Тестовый текст Тестовый текст Тестовый текст Тестовый текст Тестовый текст Тестовый текст Тестовый текст Тестовый текст Тестовый текст Тестовый текст Тестовый текст Тестовый текст Тестовый текст Тестовый текст Тестовый текст Тестовый текст Тестовый текст Тестовый текст Тестовый текст Тестовый текст Тестовый текст Тестовый текст Тестовый текст Тестовый текст Тестовый текст
  40. </div>
  41. </div>
  42. </div>
  43. <?php endforeach; ?>
  44. </div>
  45. </div>
  46. <?php endif; ?>
  47. </div>
  48. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement