/home/bdqbpbxa/demo-subdomains/u-pod.goodface.com.ua/wp-content/themes/upod/505.php
<?php
  get_header();
  $lang = pll_current_language();
?>

<main>
	<section class="error-section -white-block">
		<div class="container">
			<div class="error-content animation">
				<h1 class="title">
          505
        </h1>
				<p class="text">
          <?php
            $title = '505-title-' . $lang;
            the_field($title, 'option');
          ?>
        </p>
				<p class="description">
          <?php
            $subtitle = '505-subtitle-' . $lang;
            the_field($subtitle, 'option');
          ?>
        </p>
				<div class="button-container">
          <?php
            $button = '505-button-' . $lang;
            $button_obj = the_field($button, 'option');
          ?>
					<a href="<?php echo $button_obj['link']; ?>" class="button -big -dark"><?php echo $button_obj['text']; ?></a>
				</div>
				
				<picture id="error-cloud-3">
					<source srcset="<?php echo get_template_directory_uri();?>/assets/img/error/cloud-1.png" media="(max-width: 740px)">
					<img src="<?php echo get_template_directory_uri();?>/assets/img/error/cloud-3.png" alt="505 - UPOD.com.ua">
				</picture>
			</div>
		</div>
	</section>

<?php
  get_footer();
?>