/home/bdqbpbxa/demo-subdomains/uvitme.goodface.com.ua/wp-content/themes/uvitme/front-page.php
<?php 
  get_header(); 
  $current_lang = pll_current_language();
?>
	<section class="main-section">
		<div class="container padding">
			<div class="main-section__header-block animation">
				<h1 class="main-section__header h1">
					<?php the_field('main_changing_title'); ?>
					<div class="change-words">
						<?php $words = get_field('main_changing_words');
						if ($words) : foreach ($words as $i => $word) : ?>
								<div class="<?php echo $i == 0 ? 'active' : ''; ?>"><?php echo $word['main_changing_word']; ?></div>
						<?php endforeach;
						endif; ?>
					</div>
				</h1>

				<p class="main-section__header-description body-regular">
					<?php $first = get_field('main_first');
					echo $first['main_first_text']; ?>
				</p>

				<div class="main-section__btn-box">
					<div class="js-gtm main-section__btn btn-big__fill open-pop-up" data-label="hero" data-event="consult">
						<p><?php echo $first['main_first_button']; ?></p>
					</div>
				</div>
			</div>

			<div class="main-section__img-block">
				<div class="main-section__img-box">
					<video id="the-video" muted autoplay playsinline loop preload="metadata" data-video="<?php echo $first['main_first_video1']; ?>" data-video-mob="<?php echo $first['main_first_video2']; ?>"></video>
				</div>
			</div>
		</div>
	</section>

	<section class="control-section">
		<div class="control-section__img">
			<picture>
				<source srcset="<?php $second = get_field('main_second'); echo $second['main_second_small_image']; ?>" media="(max-width: 1250px)">
				<img src="<?php echo $second['main_second_big_image']; ?>" alt="image">
			</picture>
		</div>

		<div class="container animation">
			<div class="control-section__text">
				<h2 class="h2"><?php echo $second['main_second_title']; ?></h2>
				<div class="control-text__description">
					<p><?php echo $second['main_second_subtitle']; ?></p>
					<em><?php echo $second['main_second_text']; ?></em>
				</div>
			</div>
		</div>
	</section>

	<section class="approach-section">
		<div class="container padding animation">
			<h2 class="h1">
				<?php $third = get_field('main_third');
				echo $third['main_third_title']; ?>
			</h2>

			<div class="approach-section__content-block">
				<?php $approaches = $third['main_third_approaches'];
				if ($approaches) : foreach ($approaches as $i => $approach) : ?>
						<div class="approach-block__box <?php echo $i == 0 ? 'red' : ''; ?> animation">
							<div class="approach-box__img-header">
								<img src="<?php echo $approach['main_third_approach_icon']; ?>" alt="">
								<p><?php echo $approach['main_third_approach_type']; ?></p>
							</div>

							<h3 class="h2">
								<?php echo $approach['main_third_approach_title']; ?>
							</h3>

							<div class="approach-box__text body-regular">
								<p><?php echo $approach['main_third_approach_text']; ?></p>
							</div>

							<p class="approach-box__more-btn body-small">
								<?php pll_e('Читать полностью'); ?>
							</p>
						</div>
				<?php endforeach;
				endif; ?>
			</div>

			<div class="js-gtm approach-section__btn btn-big__fill open-pop-up animation" data-label="approach" data-event="consult">
				<p><?php echo $third['main_third_button']; ?></p>
			</div>
		</div>
	</section>

	<section class="section color-section eighth-section">
		<div class="container padding">
			<div class="row">
				<div class="col double">
					<p class="heading heading2 black-color"><?php if ('uk' == pll_current_language()): echo 'Про комплекс'; elseif ('en' == pll_current_language()): echo 'About complex'; endif; ?></p>
										
					<p class="text text1 black-color medium"><?php if ('uk' == pll_current_language()): echo 'Ми спеціально використовуємо дрібні гранули в комплексах. Носієм діючих компонентів в гранулах є натуральна клітковина. Окремі мікронутрієнти вбудовуються в натуральну водну гідроколоїдну біоматрицю, а потім гранулюються. Вони розподіляються по усій поверхні кишечника і поступово вивільняють мікронутрієнти.'; elseif ('en' == pll_current_language()): echo 'We specially use small granules in complexes. The carrier of the active components in the granules is natural fiber. Individual micronutrients are embedded in a natural aqueous hydrocolloid biomatrix and then granulated. They are distributed over the entire surface of the intestines and gradually release micronutrients.'; endif; ?></p>
					<p class="text text1 black-color"><?php if ('uk' == pll_current_language()): echo 'Цей метод ідентичний тому, як вітаміни абсорбуються з овочів і фруктів, і радикально відрізняється від того, як ми засвоюємо звичайні капсули і драже. Наприклад, коли ми приймаємо капсулу, пік концентрації речовини настає впродовж 4-годинного циклу, за яким йде припинення засвоєння компонентів і відсутність ефекту упродовж подальших 20 годин. Гранули ж діють впродовж 12 годин. Гранули не містять: ГМО, глютен, барвники, алергени, ароматизатори, стимулятори, анаболічні стероїди і важкі метали.'; elseif ('en' == pll_current_language()): echo 'This method is identical to how vitamins are absorbed from vegetables and fruits, and is radically different from how we absorb ordinary capsules and dragees. For example, when we take a capsule, the peak concentration of the substance occurs during a 4-hour cycle, followed by the cessation of absorption of the components and no effect during the next 20 hours. Granules work for 12 hours. Granules do not contain: GMOs, gluten, dyes, allergens, flavorings, stimulants, anabolic steroids and heavy metals.'; endif; ?></p>
				</div>
			</div>
		</div>
		<p class="heading heading2 black-color"><?php if ('uk' == pll_current_language()): echo 'Про комплекс'; elseif ('en' == pll_current_language()): echo 'О комплексе'; endif; ?></p>
		<picture class="image">
			<source srcset="<?php echo get_template_directory_uri(); ?>/img/about-complex.png" media="(max-width: 767px)">
			<img src="<?php echo get_template_directory_uri(); ?>/img/about-complex.png" alt="image">
		</picture>
	</section>

	<section id="how-do-section" class="how-do-section">
		<div class="container animation">
			<h2 class="h1">
				<?php $fourth = get_field('main_fourth');
				echo $fourth['main_fourth_title']; ?>
			</h2>

			<div class="how-do-section__content-block">
				<?php $stages = $fourth['main_fourth_stages'];
				if ($stages) : foreach ($stages as $i => $stage) : ?>
						<div class="how-do-block__content-box animation">
							<div class="how-do-box__img-box">
								<img src="<?php echo $stage['main_fourth_stage_image']; ?>" alt="">
								<div class="how-do-box-img__bg"></div>
							</div>

							<div class="how-do-box__text-box">
								<h3>
									<strong><?php echo $i + 1; ?>.</strong> <?php echo $stage['main_fourth_stage_name']; ?>
								</h3>

								<p><?php echo $stage['main_fourth_stage_description']; ?></p>

								<?php $stage_logos = $stage['main_fourth_stage_logos'];
								if ($stage_logos) : ?>
									<div class="how-do-text-box__logo-box">
										<?php foreach ($stage_logos as $stage_logo) : ?>
											<div class="how-do-text-box__logo">
												<img src="<?php echo $stage_logo; ?>" alt="">
											</div>
										<?php endforeach; ?>
									</div>
								<?php endif; ?>
							</div>
						</div>
				<?php endforeach;
				endif; ?>
			</div>
		</div>
	</section>

	<section class="info-section">
		<div class="container info-section__main-container animation">
			<h2 class="h1">
				<?php $fifth = get_field('main_fifth');
				echo $fifth['main_fifth_title']; ?>
			</h2>

			<div class="info-section__info-block">
				<?php $advantages = $fifth['main_fifth_advantages'];
				if ($advantages) : foreach ($advantages as $advantage) : ?>
						<div class="info-section__info-box animation">
							<div class="info-section__img">
								<img src="<?php echo $advantage['main_fifth_advantage_icon']; ?>" alt="">
							</div>

							<div class="info-section__text">
								<h3>
									<?php echo $advantage['main_fifth_advantage_name']; ?>
								</h3>

								<p>
									<?php echo $advantage['main_fifth_advantage_description']; ?>
								</p>
							</div>
						</div>
				<?php endforeach;
				endif; ?>
			</div>
		</div>
	</section>

	<section class="right-form-section">
		<div class="container info-section__form-container animation">
			<div class="info-form__text-block">
				<h2 class="h2">
					<?php echo $fifth['main_fifth_form_title']; ?>
				</h2>

				<p class="info-form__header-description body-regular">
					<?php echo $fifth['main_fifth_form_text']; ?>
				</p>

				<div class="js-form-wrapper info-form__form" data-triggered="startProgramm">
					<?php if ('en' == pll_current_language()) : echo do_shortcode('[contact-form-7 id="17"]');
					elseif ('uk' == pll_current_language()) : echo do_shortcode('[contact-form-7 id="178"]');
					endif; ?>
				</div>
			</div>
		</div>

		<div class="info-form__img">
			<picture>
				<source srcset="<?php echo $fifth['main_fifth_form_small_image']; ?>" media="(max-width: 1250px)">
				<img src="<?php echo $fifth['main_fifth_form_big_image']; ?>" alt="image">
			</picture>
		</div>
	</section>

	<section class="features-section">
		<div class="container animation">
			<h2 class="h1">
				<?php $sixth = get_field('main_sixth');
				echo $sixth['main_sixth_title']; ?>
			</h2>

			<div class="features-section__content-block">
				<?php $features = $sixth['main_sixth_features'];
				if ($features) : foreach ($features as $feature) : ?>
						<div class="features-content__box animation">
							<div class="features-content__img">
								<img src="<?php echo $feature['main_sixth_feature_icon']; ?>" alt="">
							</div>

							<p><?php echo $feature['main_sixth_feature_name']; ?></p>
						</div>
				<?php endforeach;
				endif; ?>

				<p class="features-content__description h3 animation">
					<?php echo $sixth['main_sixth_subtitle']; ?>
				</p>

				<div class="js-gtm features-content__btn btn-big__fill open-pop-up animation" data-label="features" data-event="consult">
					<p><?php echo $sixth['main_sixth_button']; ?></p>
				</div>
			</div>
		</div>
	</section>

	<section class="video-section">
		<div class="container padding">
			<div class="video-section__text-block animation">
				<h3 class="h2">
					<?php $seventh = get_field('main_seventh');
					echo $seventh['main_seventh_title']; ?>
				</h3>

				<div class="video-text__box">
					<strong>
						<?php echo $seventh['main_seventh_subtitle']; ?>
					</strong>

					<p>
						<?php echo $seventh['main_seventh_text']; ?>
					</p>
				</div>

				<a href="<?php global $certificates;
							echo $certificates; ?>" target="_blank" class="video-section__btn btn-big__border">
					<p><?php echo $seventh['main_seventh_buton']; ?></p>
				</a>
			</div>

			<div class="video-section__video-block open-video animation">
				<img src="<?php echo $seventh['main_seventh_poster']; ?>" alt="">
				<div class="video-poster__btn">
						<svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
							<path id="path-1"
							      d="M80 40C80 62.0914 62.0914 80 40 80C17.9086 80 0 62.0914 0 40C0 17.9086 17.9086 0 40 0C62.0914 0 80 17.9086 80 40Z"
							      fill="#D8261E"/>
							<path id="path-2" d="M52 40.5001L33.25 51.3254L33.25 29.6748L52 40.5001Z" fill="white"/>
						</svg>

						<!-- <p><?php // echo $seventh['main_seventh_link']; ?></p> -->
					</div>
			</div>
		</div>
	</section>

	<section id="questions-section" class="questions-section">
		<div class="container animation">
			<h2 class="h1">
				<?php $eighth = get_field('main_eighth');
				echo $eighth['main_eighth_title']; ?>
			</h2>

			<div class="questions-section__block">
				<?php $questions = $eighth['main_eighth_questions_answers'];
				$visible_questions = array_slice($questions, 0, 5);
				if ($visible_questions) : foreach ($visible_questions as $visible_question) : ?>
						<div class="questions-section__box">
							<div class="questions-box__question">
								<p class="body-regular">
									<?php echo $visible_question['main_eighth_questions']; ?>
								</p>
								<div class="questions-box__lines">
									<div class="questions-line"></div>
									<div class="questions-line two"></div>
								</div>
							</div>

							<div class="questions-box__answer">
								<p>
									<?php echo $visible_question['main_eighth_answers']; ?>
								</p>
							</div>
						</div>
				<?php endforeach;
				endif; ?>
				<?php if (count($questions) > 5) : ?>
					<div class="questions-block__hidden-questions">
						<?php $hidden_questions = array_slice($questions, 5);
						if ($hidden_questions) : foreach ($hidden_questions as $hidden_question) : ?>
								<div class="questions-section__box">
									<div class="questions-box__question">
										<p class="body-regular">
											<?php echo $hidden_question['main_eighth_questions']; ?>
										</p>
										<div class="questions-box__lines">
											<div class="questions-line"></div>
											<div class="questions-line two"></div>
										</div>
									</div>

									<div class="questions-box__answer">
										<p>
											<?php echo $hidden_question['main_eighth_answers']; ?>
										</p>
									</div>
								</div>
						<?php endforeach;
						endif; ?>
					</div>
				<?php endif; ?>
				<div class="questions-block__btns">
					<?php if (count($questions) > 5) : ?>
						<div class="questions-block__btn btn-big__border open-more-questions">
							<p><?php pll_e('Показать все вопросы'); ?></p>
						</div>
					<?php endif; ?>
					<div class="js-gtm questions-block__btn btn-big__border open-pop-up-question" data-label="faq" data-event="ask">
						<p><?php echo $eighth['main_eighth_button']; ?></p>
					</div>
				</div>
			</div>

		</div>
	</section>

	<section id="slider-section" class="slider-section">
		<div class="container animation">
			<h2 class="h1">
				<?php $ninth = get_field('main_ninth');
				echo $ninth['main_ninth_title']; ?>
			</h2>

			<div class="slider animation">
				<?php $slider = $ninth['main_ninth_reviews'];
				if ($slider) : foreach ($slider as $slide) : ?>
						<div class="slide">
							<div class="slide-content">
								<div class="slide__left-box">
									<div class="slide__text">
										<?php echo $slide['main_ninth_review_content']; ?>
									</div>

									<div class="slide__info">
										<p class="slide__name h3">
											<?php echo $slide['main_ninth_review_author_name']; ?>
										</p>
										<?php if ($slide['main_ninth_review_author_network']) : ?>
											<a href="<?php echo $slide['main_ninth_review_author_link']; ?>" target="_blank" class="slide__social <?php if ($slide['main_ninth_review_author_network'] == 'fb') : ?> facebook<?php endif; ?><?php if ($slide['main_ninth_review_author_network'] == 'ig') : ?> insta<?php endif; ?> body-regular">
												<?php echo $slide['main_ninth_review_author_profile']; ?>
											</a>
										<?php endif; ?>
									</div>
								</div>

								<div class="slide__right-box">
									<div class="slide__img-box">
										<div class="slide__img">
											<img src="<?php echo $slide['main_ninth_review_image1']; ?>" alt="">
										</div>
									</div>
									<?php if ($slide['main_ninth_review_image2']) : ?>
										<div class="slide__img-box">
											<div class="slide__img">
												<img src="<?php echo $slide['main_ninth_review_image2']; ?>" alt="">
											</div>
										</div>
									<?php endif; ?>
								</div>
							</div>
						</div>
				<?php endforeach;
				endif; ?>

			</div>

			<div class="slider__btns animation">
				<div class="slider__dots-block">
					<div class="dots-slider">
						<?php if ($slider) : foreach ($slider as $slide) : ?>
								<div class="dots-slide">
									<div class="slider__dot">
										<div class="dot__user">
											<img src="<?php echo $slide['main_ninth_review_author_photo']; ?>" alt="">
											<div class="dot__circle">
												<svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
													<circle cx="40" cy="40" r="38" stroke="url(#paint0_linear)" stroke-width="4" stroke-dasharray="0, 239" />
													<defs>
														<linearGradient id="paint0_linear" x1="40" y1="0" x2="40" y2="80" gradientUnits="userSpaceOnUse">
															<stop stop-color="#D8261E" />
															<stop offset="1" stop-color="#FF4D00" />
														</linearGradient>
													</defs>
												</svg>
											</div>
										</div>
									</div>
								</div>
						<?php endforeach;
						endif; ?>
					</div>
					<?php if ($slider && count($slider) > 4) : ?>
						<div class="slider__dots-number"></div>
					<?php endif; ?>
				</div>
				<?php if ($slider && count($slider) > 1) : ?>
					<div class="slider__arrows-block">
						<a class="arrow prev-arrow">
							<svg width="26" height="22" viewBox="0 0 26 22" fill="transparent" xmlns="http://www.w3.org/2000/svg">
								<path d="M6.36 12.185H25.75V9.315H6.36L15.425 0.25H11.4L0.9 10.75L11.4 21.25H15.425L6.36 12.185Z" fill="#202020" />
							</svg>
						</a>
						<a class="arrow next-arrow">
							<svg width="26" height="22" viewBox="0 0 26 22" fill="transparent" xmlns="http://www.w3.org/2000/svg">
								<path d="M19.64 12.185H0.25V9.315H19.64L10.575 0.25H14.6L25.1 10.75L14.6 21.25H10.575L19.64 12.185Z" fill="#202020" />
							</svg>
						</a>
					</div>
				<?php endif; ?>
			</div>
		</div>
	</section>

	<section id="fourteenth-section" class="section fourteenth-section">
			<div class="container padding animation">
				<p class="heading heading1 black-color center">
          <?php 
						$lang_crutch =  '';

						if ($current_lang == 'uk') {
							$lang_crutch = $current_lang;
						} else {
							$lang_crutch = 'ru';
						}

            $price_block = get_field('price-block-' . $lang_crutch, 'option');

            echo $price_block['title']; 
          ?>
        </p>
				<div class="row">
					<div class="col triple">
						<div class="programm">
							<p class="heading heading2 black-color center"><?php echo $price_block['tarif-1-title'] ?></p>
							<ul class="numbers">
								<li class="<?php echo $price_block['tarif-1-not-active'] ? '' : 'hidden'; ?>">
									<span class="heading heading2 black-color center"><?php echo $price_block['tarif-1-blood']['parameters']; ?></span>
									<span class="text text1 black-color center"><?php echo $price_block['tarif-1-blood']['description']; ?></span>
								</li>
								<li>
									<span class="heading heading2 black-color center"><?php echo $price_block['tarif-1-components']['parameters']; ?></span>
									<span class="text text1 black-color center"><?php echo $price_block['tarif-1-components']['description']; ?></span>
								</li>
							</ul>
							<ul class="list">
                <?php foreach ($price_block['tarif-1-list'] as $item): ?>
								  <li class="<?php echo $item['active'] ? '' : 'hidden'; ?>"><?php echo $item['text']; ?></li>
                <?php endforeach; ?>
							</ul>
							<div class="image">
								<img src="<?php echo $price_block['tarif-1-image']; ?>" alt="image">
							</div>
							<div class="amount">
								<p class="heading heading3 black-color normal center line-through show"><?php echo $price_block['prices']['tarif-1']['old']; ?></p>
								<p class="heading heading2 black-color center"><?php echo $price_block['prices']['tarif-1']['new']; ?></p>
                <p class="subtitle black-color center"><?php echo $price_block['tarif-1-admission-deadline']; ?></p>
							</div>
							<a href="<?php echo $price_block['tarif-1-link']; ?>" target="_blank" class="js-gtm button stroke-button" data-label="ULight" data-event="startProgram">
                <?php echo $price_block['button-text']; ?> →
              </a>
							<a href="<?php echo $price_block['tarif-1-link']; ?>" target="_blank" class="js-gtm link red-link" data-label="ULight" data-event="installments">
                <?php echo $price_block['installment-plan']; ?>
              </a>
						</div>
					</div>
					<div class="col triple">
						<div class="programm top-programm">
							<div class="text text1 white-color label"><?php echo $price_block['tarif-2-label'] ?></div>
							<p class="heading heading2 black-color center"><?php echo $price_block['tarif-2-title'] ?></p>
							<ul class="numbers">
								<li class="<?php echo $price_block['tarif-2-not-active'] ? '' : 'hidden'; ?>">
									<span class="heading heading2 black-color center"><?php echo $price_block['tarif-2-blood']['parameters']; ?></span>
									<span class="text text1 black-color center"><?php echo $price_block['tarif-2-blood']['description']; ?></span>
								</li>
								<li>
									<span class="heading heading2 black-color center"><?php echo $price_block['tarif-2-components']['parameters']; ?></span>
									<span class="text text1 black-color center"><?php echo $price_block['tarif-2-components']['description']; ?></span>
								</li>
							</ul>
							<ul class="list">
                <?php foreach ($price_block['tarif-2-list'] as $item): ?>
								  <li class="<?php echo $item['active'] ? '' : 'hidden'; ?>"><?php echo $item['text']; ?></li>
                <?php endforeach; ?>
							</ul>
							<div class="image">
								<img src="<?php echo $price_block['tarif-2-image']; ?>" alt="image">
							</div>
							<div class="amount">
								<p class="heading heading3 black-color normal center line-through"><?php echo $price_block['prices']['tarif-2']['old']; ?></p>
								<p class="heading heading2 black-color center"><?php echo $price_block['prices']['tarif-2']['new']; ?></p>
                <p class="subtitle black-color center"><?php echo $price_block['tarif-2-admission-deadline']; ?></p>
							</div>
							<a href="<?php echo $price_block['tarif-2-link']; ?>" target="_blank" class="js-gtm button stroke-button" data-label="UPro" data-event="startProgram">
                <?php echo $price_block['button-text']; ?> →
              </a>
							<a href="<?php echo $price_block['tarif-2-link']; ?>" target="_blank" class="js-gtm link red-link" data-label="UPro" data-event="installments">
                <?php echo $price_block['installment-plan']; ?>
              </a>
						</div>
					</div>
					<div class="col triple">
						<div class="programm">
            <p class="heading heading2 black-color center"><?php echo $price_block['tarif-3-title'] ?></p>
							<ul class="numbers">
								<li class="<?php echo $price_block['tarif-3-not-active'] ? '' : 'hidden'; ?>">
									<span class="heading heading2 black-color center"><?php echo $price_block['tarif-3-blood']['parameters']; ?></span>
									<span class="text text1 black-color center"><?php echo $price_block['tarif-3-blood']['description']; ?></span>
								</li>
								<li>
									<span class="heading heading2 black-color center"><?php echo $price_block['tarif-3-components']['parameters']; ?></span>
									<span class="text text1 black-color center"><?php echo $price_block['tarif-3-components']['description']; ?></span>
								</li>
							</ul>
							<ul class="list">
                <?php foreach ($price_block['tarif-3-list'] as $item): ?>
								  <li class="<?php echo $item['active'] ? '' : 'hidden'; ?>"><?php echo $item['text']; ?></li>
                <?php endforeach; ?>
							</ul>
							<div class="image">
								<img src="<?php echo $price_block['tarif-3-image']; ?>" alt="image">
							</div>
							<div class="amount">
								<p class="heading heading3 black-color normal center line-through show"><?php echo $price_block['prices']['tarif-3']['old']; ?></p>
								<p class="heading heading2 black-color center"><?php echo $price_block['prices']['tarif-3']['new']; ?></p>
                <p class="subtitle black-color center"><?php echo $price_block['tarif-3-admission-deadline']; ?></p>
							</div>
							<a href="<?php echo $price_block['tarif-3-link']; ?>" target="_blank" class="js-gtm button stroke-button" data-label="UBasic" data-event="startProgram">
                <?php echo $price_block['button-text']; ?> →
              </a>
							<a href="<?php echo $price_block['tarif-3-link']; ?>" target="_blank" class="js-gtm link red-link" data-label="UBasic" data-event="installments">
                <?php echo $price_block['installment-plan']; ?>
              </a>
						</div>
					</div>
				</div>
			</div>
		</section>

	<section class="left-form-section">
		<div class="form-section__img">
			<picture>
				<source srcset="<?php $tenth = get_field('main_tenth');
								echo $tenth['main_tenth_form_small_image']; ?>" media="(max-width: 1250px)">
				<img src="<?php echo $tenth['main_tenth_form_big_image']; ?>" alt="image">
			</picture>
			<div class="main-img-block__text-box">
				<div class="main-img-block__text">

					<div class="circular">
						<svg viewBox="0 0 100 100">
							<path d="M 0,50 a 50,50 0 1,1 0,1 z" id="circle" />
							<text>
								<textPath xlink:href="#circle">
									<?php echo $first['main_first_circle']; ?>
								</textPath>
							</text>
						</svg>
					</div>

				</div>
				<div class="main-img-block__img">
					<img src="<?php echo $first['main_first_icon']; ?>" alt="" style="border-radius: 5px;">
				</div>
			</div>
		</div>

		<div class="container form-section__form-container animation">
			<div class="info-form__text-block">
				<h2 class="main-section__header h1">
					<?php the_field('main_changing_title'); ?>
					<div class="change-words">
						<?php $words = get_field('main_changing_words');
						if ($words) : foreach ($words as $i => $word) : ?>
								<div class="<?php echo $i == 0 ? 'active' : ''; ?>"><?php echo $word['main_changing_word']; ?></div>
						<?php endforeach;
						endif; ?>
					</div>
				</h2>

				<div class="js-form-wrapper info-form__form" data-triggered="consult_bottom">
					<?php if ('en' == pll_current_language()) : echo do_shortcode('[contact-form-7 id="18"]');
					elseif ('uk' == pll_current_language()) : echo do_shortcode('[contact-form-7 id="179"]');
					endif; ?>
				</div>
			</div>
		</div>
	</section>
	<form id="amoforms_form" style="display:none;" class="amoforms-form amoforms-view-form" action="https://forms.amocrm.ru/queue/add" method="POST" enctype="multipart/form-data" style="height: 374px;">
                              
							  <div class="amoforms__fields__container amoforms__fields__container_text amoforms__fields__container_inside">
						  <div class="amoforms__fields__container__inner amoforms__fields__container__inner_text  amoforms__fields__container__inner_inside ">
								  <div class="amoforms__field__name amoforms__field__name_text" title="ФИО">
										  <label class="amoforms__field__name-label">
									<div>ФИО</div>
								  </label>
										<span class="amoforms__field__required" style="display: none">*</span>
							  </div>
							
							<div class="amoforms__field__control amoforms__field__control_text js-amoforms-border-radius js-amoforms-field-height">
						
									  <input type="text" id="amoname" name="fields[name_1]" placeholder="ФИО" class="amoforms_placeholder js-form-changes-skip text-input js-amoforms-font js-amoforms-color ">      
										</div>
										</div>
						</div>
																
								<div class="amoforms__fields__container amoforms__fields__container_multitext amoforms__fields__container_inside">
						  <div class="amoforms__fields__container__inner amoforms__fields__container__inner_multitext  amoforms__fields__container__inner_inside ">
								  <div class="amoforms__field__name amoforms__field__name_multitext" title="Телефон">
										  <label class="amoforms__field__name-label">
									<div>Телефон</div>
								  </label>
										<span class="amoforms__field__required" style="display: none">*</span>
							  </div>
							
							<div class="amoforms__field__control amoforms__field__control_multitext js-amoforms-border-radius js-amoforms-field-height">
						
										
						<input type="tel" id="amotel" class="amoforms_placeholder js-form-changes-skip text-input js-amoforms-font js-amoforms-color  amoforms-validate_phone" name="fields[257025_1][367229]" placeholder="Телефон">      
										</div>
										</div>
						</div>
																
							  <div class="amoforms__fields__container amoforms__fields__container_text amoforms__fields__container_inside">
						  <div class="amoforms__fields__container__inner amoforms__fields__container__inner_text  amoforms__fields__container__inner_inside ">
								  <div class="amoforms__field__name amoforms__field__name_text" title="Примечание">
										  <label class="amoforms__field__name-label">
									<div>Примечание</div>
								  </label>
										<span class="amoforms__field__required" style="display: none">*</span>
							  </div>
							
							<div class="amoforms__field__control amoforms__field__control_text js-amoforms-border-radius js-amoforms-field-height">
						
									  <input type="text" id="amotext" name="fields[note_2]" placeholder="Примечание" class="amoforms_placeholder js-form-changes-skip text-input js-amoforms-font js-amoforms-color ">      
										</div>
										</div>
						</div>
										  
								<input type="hidden" name="form_id" id="form_id" value="748987">
								<input type="hidden" name="hash" value="f671b6c3627c5ff1720f685b378ca086">
								<input type="hidden" name="user_origin" id="user_origin" value="{&quot;datetime&quot;:&quot;Fri Mar 12 2021 09:02:01 GMT+0300 (Москва, стандартное время)&quot;,&quot;referer&quot;:&quot;https://uvitme.amocrm.ru/&quot;}">
						
								
												  
								<div class="amoforms__fields__submit">
								  <div class="amoforms__submit-button__flex amoforms__submit-button__flex_left">
									
									<button class="amoforms__submit-button amoforms__submit-button_rounded  text-input js-form-changes-skip js-amoforms-font js-amoforms-field-height" type="submit" id="button_submit" style="color: #FFFFFF;
										background-color: #d8261e;
										border-radius: 53px;
																		">
									  <span class="amoforms__spinner-icon"></span>
									  <span class="amoforms__submit-button-text">Отправить</span>
									</button>
								  </div>
								</div>
								<div id="amoforms__fields__error-required"></div>
								<div id="amoforms__fields__error-typo"></div>
								<input type="hidden" id="amoform_iframe_lang" value="ru">
								<input type="hidden" id="amoform_modal_button_color" value="rgba(0, 0, 0, 0)">
								<input type="hidden" id="amoform_modal_button_bg_color" value="#FF597C">
								<input type="hidden" id="amoform_modal_button_text" value="Заполнить форму">
								<input type="hidden" id="amoform_display" value="Y">
							  <input id="visitor_uid" type="hidden" name="visitor_uid" value="956ff5e8-52a4-4f0d-86c7-34c26de8351a"></form>
<?php get_footer(); ?>