<!DOCTYPE html>
<html lang="uk">
<head><meta charset="UTF-8"><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],window.addEventListener("pageshow",(e=>{this.persisted=e.persisted})),window.addEventListener("DOMContentLoaded",(()=>{this._preconnect3rdParties()})),this.delayedScripts={normal:[],async:[],defer:[]},this.allJQueries=[]}_addUserInteractionListener(e){document.hidden?e._triggerListener():(this.triggerEvents.forEach((t=>window.addEventListener(t,e.userEventHandler,{passive:!0}))),window.addEventListener("touchstart",e.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",e.touchStartHandler),document.addEventListener("visibilitychange",e.userEventHandler))}_removeUserInteractionListener(){this.triggerEvents.forEach((e=>window.removeEventListener(e,this.userEventHandler,{passive:!0}))),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(e){"HTML"!==e.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),e.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"onclick","rocket-onclick"))}_onTouchMove(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick")}_onTouchEnd(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(e){e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this.interceptedClicks.push(e),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach((e=>{e.target.dispatchEvent(new MouseEvent("click",{view:e.view,bubbles:!0,cancelable:!0}))}))}_renameDOMAttribute(e,t,n){e.hasAttribute&&e.hasAttribute(t)&&(event.target.setAttribute(n,event.target.getAttribute(t)),event.target.removeAttribute(t))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let e=[];document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((t=>{if(t.hasAttribute("src")){const n=new URL(t.src).origin;n!==location.origin&&e.push({src:n,crossOrigin:t.crossOrigin||"module"===t.getAttribute("data-rocket-type")})}})),e=[...new Map(e.map((e=>[JSON.stringify(e),e]))).values()],this._batchInjectResourceHints(e,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._triggerWindowLoad()}catch(e){}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._replayClicks()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((e=>{e.hasAttribute("src")?e.hasAttribute("async")&&!1!==e.async?this.delayedScripts.async.push(e):e.hasAttribute("defer")&&!1!==e.defer||"module"===e.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(e):this.delayedScripts.normal.push(e):this.delayedScripts.normal.push(e)}))}async _transformScript(e){return await this._littleBreath(),new Promise((t=>{const n=document.createElement("script");[...e.attributes].forEach((e=>{let t=e.nodeName;"type"!==t&&("data-rocket-type"===t&&(t="type"),n.setAttribute(t,e.nodeValue))})),e.hasAttribute("src")?(n.addEventListener("load",t),n.addEventListener("error",t)):(n.text=e.text,t());try{e.parentNode.replaceChild(n,e)}catch(e){t()}}))}async _loadScriptsFromList(e){const t=e.shift();return t?(await this._transformScript(t),this._loadScriptsFromList(e)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(e,t){var n=document.createDocumentFragment();e.forEach((e=>{if(e.src){const i=document.createElement("link");i.href=e.src,i.rel=t,"preconnect"!==t&&(i.as="script"),e.getAttribute&&"module"===e.getAttribute("data-rocket-type")&&(i.crossOrigin=!0),e.crossOrigin&&(i.crossOrigin=e.crossOrigin),n.appendChild(i)}})),document.head.appendChild(n)}_delayEventListeners(){let e={};function t(t,n){!function(t){function n(n){return e[t].eventsToRewrite.indexOf(n)>=0?"rocket-"+n:n}e[t]||(e[t]={originalFunctions:{add:t.addEventListener,remove:t.removeEventListener},eventsToRewrite:[]},t.addEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.add.apply(t,arguments)},t.removeEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.remove.apply(t,arguments)})}(t),e[t].eventsToRewrite.push(n)}function n(e,t){let n=e[t];Object.defineProperty(e,t,{get:()=>n||function(){},set(i){e["rocket"+t]=n=i}})}t(document,"DOMContentLoaded"),t(window,"DOMContentLoaded"),t(window,"load"),t(window,"pageshow"),t(document,"readystatechange"),n(document,"onreadystatechange"),n(window,"onload"),n(window,"onpageshow")}_delayJQueryReady(e){let t=window.jQuery;Object.defineProperty(window,"jQuery",{get:()=>t,set(n){if(n&&n.fn&&!e.allJQueries.includes(n)){n.fn.ready=n.fn.init.prototype.ready=function(t){e.domReadyFired?t.bind(document)(n):document.addEventListener("rocket-DOMContentLoaded",(()=>t.bind(document)(n)))};const t=n.fn.on;n.fn.on=n.fn.init.prototype.on=function(){if(this[0]===window){function e(e){return e.split(" ").map((e=>"load"===e||0===e.indexOf("load.")?"rocket-jquery-load":e)).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=e(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach((t=>{delete Object.assign(arguments[0],{[e(t)]:arguments[0][t]})[t]}))}return t.apply(this,arguments),this},e.allJQueries.push(n)}t=n}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach((e=>e(window).trigger("rocket-jquery-load"))),await this._littleBreath();const e=new Event("rocket-pageshow");e.persisted=this.persisted,window.dispatchEvent(e),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){const e=new Map;document.write=document.writeln=function(t){const n=document.currentScript,i=document.createRange(),r=n.parentElement;let o=e.get(n);void 0===o&&(o=n.nextSibling,e.set(n,o));const s=document.createDocumentFragment();i.setStart(s,0),s.appendChild(i.createContextualFragment(t)),r.insertBefore(s,o)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise((e=>setTimeout(e))):new Promise((e=>requestAnimationFrame(e)))}static run(){const e=new RocketLazyLoadScripts;e._addUserInteractionListener(e)}}RocketLazyLoadScripts.run();</script>

<link rel="profile" href="http://gmpg.org/xfn/11">
<link rel="pingback" href="https://tvoeshop.com/xmlrpc.php">

<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
<link rel="alternate" href="https://tvoeshop.com/ru/product/samostijnyj-strybok-z-parashutom-u-lvovi/" hreflang="ru" />
<link rel="alternate" href="https://tvoeshop.com/product/samostijnyj-strybok-z-parashutom-u-lvovi/" hreflang="uk" />
<script type="rocketlazyloadscript">window._wca = window._wca || [];</script>

	<!-- This site is optimized with the Yoast SEO plugin v19.2 - https://yoast.com/wordpress/plugins/seo/ -->
	<title>Стрибок з парашутом Львів: ✔️ вартість 1500, ✔️ самостійний прижок, Цунів</title><link rel="preload" as="style" href="https://fonts.googleapis.com/css?family=Montserrat%3A400%2C300%2C700%7CPoppins%3A400%7CRusso%20One%3A400%2C900%7CRoboto%3A400%7CMontserrat%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CGriffy%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRusso%20One%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;subset=latin%2Ccyrillic,cyrillic&#038;display=swap" /><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat%3A400%2C300%2C700%7CPoppins%3A400%7CRusso%20One%3A400%2C900%7CRoboto%3A400%7CMontserrat%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CGriffy%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRusso%20One%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;subset=latin%2Ccyrillic,cyrillic&#038;display=swap" media="print" onload="this.media='all'" /><noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat%3A400%2C300%2C700%7CPoppins%3A400%7CRusso%20One%3A400%2C900%7CRoboto%3A400%7CMontserrat%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CGriffy%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRusso%20One%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;subset=latin%2Ccyrillic,cyrillic&#038;display=swap" /></noscript><link rel="stylesheet" href="https://tvoeshop.com/wp-content/cache/min/1/15f426ea70b6bb26952edc3d9d759da9.css" media="all" data-minify="1" />
	<meta name="description" content="Стрибок з парашутом у Львові - ⭐ здійсни свою дитячу мрію! Або подаруй ⏩ таку можливість близьким! ЗАМОВЛЯЙ!" />
	<link rel="canonical" href="https://tvoeshop.com/product/samostijnyj-strybok-z-parashutom-u-lvovi/" />
	<meta property="og:locale" content="uk_UA" />
	<meta property="og:locale:alternate" content="ru_RU" />
	<meta property="og:type" content="article" />
	<meta property="og:title" content="Стрибок з парашутом Львів: ✔️ вартість 1500, ✔️ самостійний прижок, Цунів" />
	<meta property="og:description" content="Стрибок з парашутом у Львові - ⭐ здійсни свою дитячу мрію! Або подаруй ⏩ таку можливість близьким! ЗАМОВЛЯЙ!" />
	<meta property="og:url" content="https://tvoeshop.com/product/samostijnyj-strybok-z-parashutom-u-lvovi/" />
	<meta property="og:site_name" content="Твоє" />
	<meta property="article:modified_time" content="2022-10-16T19:29:36+00:00" />
	<meta property="og:image" content="https://tvoeshop.com/wp-content/uploads/2020/10/img_9427.jpg" />
	<meta property="og:image:width" content="1200" />
	<meta property="og:image:height" content="600" />
	<meta property="og:image:type" content="image/jpeg" />
	<meta name="author" content="admin" />
	<meta name="twitter:card" content="summary_large_image" />
	<meta name="twitter:label1" content="Прибл. час читання" />
	<meta name="twitter:data1" content="2 хвилини" />
	<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebSite","@id":"https://tvoeshop.com/#website","url":"https://tvoeshop.com/","name":"Твоє","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://tvoeshop.com/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"uk"},{"@type":"ImageObject","inLanguage":"uk","@id":"https://tvoeshop.com/product/samostijnyj-strybok-z-parashutom-u-lvovi/#primaryimage","url":"https://tvoeshop.com/wp-content/uploads/2020/10/img_9427.jpg","contentUrl":"https://tvoeshop.com/wp-content/uploads/2020/10/img_9427.jpg","width":1200,"height":600,"caption":"Processed with VSCO with a6 preset"},{"@type":"WebPage","@id":"https://tvoeshop.com/product/samostijnyj-strybok-z-parashutom-u-lvovi/#webpage","url":"https://tvoeshop.com/product/samostijnyj-strybok-z-parashutom-u-lvovi/","name":"Стрибок з парашутом Львів: ✔️ вартість 1500, ✔️ самостійний прижок, Цунів","isPartOf":{"@id":"https://tvoeshop.com/#website"},"primaryImageOfPage":{"@id":"https://tvoeshop.com/product/samostijnyj-strybok-z-parashutom-u-lvovi/#primaryimage"},"datePublished":"2020-10-27T18:59:55+00:00","dateModified":"2022-10-16T19:29:36+00:00","description":"Стрибок з парашутом у Львові - ⭐ здійсни свою дитячу мрію! Або подаруй ⏩ таку можливість близьким! ЗАМОВЛЯЙ!","breadcrumb":{"@id":"https://tvoeshop.com/product/samostijnyj-strybok-z-parashutom-u-lvovi/#breadcrumb"},"inLanguage":"uk","potentialAction":[{"@type":"ReadAction","target":["https://tvoeshop.com/product/samostijnyj-strybok-z-parashutom-u-lvovi/"]}]},{"@type":"BreadcrumbList","@id":"https://tvoeshop.com/product/samostijnyj-strybok-z-parashutom-u-lvovi/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"ТвоЄ","item":"https://tvoeshop.com/"},{"@type":"ListItem","position":2,"name":"Каталог","item":"https://tvoeshop.com/shop/"},{"@type":"ListItem","position":3,"name":"Львів","item":"https://tvoeshop.com/foto/lviv/"},{"@type":"ListItem","position":4,"name":"Самостійний стрибок з парашутом"}]}]}</script>
	<!-- / Yoast SEO plugin. -->


<link rel='dns-prefetch' href='//stats.wp.com' />
<link rel='dns-prefetch' href='//ajax.googleapis.com' />
<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link rel='dns-prefetch' href='//www.googletagmanager.com' />
<link rel='dns-prefetch' href='//www.facebook.com' />
<link href='https://fonts.gstatic.com' crossorigin rel='preconnect' />
<link rel="alternate" type="application/rss+xml" title="Твоє &raquo; стрічка" href="https://tvoeshop.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="Твоє &raquo; Канал коментарів" href="https://tvoeshop.com/comments/feed/" />
<link rel="alternate" type="application/rss+xml" title="Твоє &raquo; Самостійний стрибок з парашутом Канал коментарів" href="https://tvoeshop.com/product/samostijnyj-strybok-z-parashutom-u-lvovi/feed/" />
<style type="text/css">
img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 0.07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}
</style>
	

<style id='wp-block-library-inline-css' type='text/css'>
.has-text-align-justify{text-align:justify;}
</style>





<style id='global-styles-inline-css' type='text/css'>
body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');--wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');--wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');--wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');--wp--preset--duotone--midnight: url('#wp-duotone-midnight');--wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');--wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');--wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
</style>





<style id='woocommerce-inline-inline-css' type='text/css'>
.woocommerce form .form-row .required { visibility: visible; }
</style>














<link rel='stylesheet' id='elementor-post-1-css'  href='https://tvoeshop.com/wp-content/uploads/elementor/css/post-1.css?ver=1659446299' type='text/css' media='all' />





<link rel='stylesheet' id='elementor-global-css'  href='https://tvoeshop.com/wp-content/uploads/elementor/css/global.css?ver=1659446300' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-58309-css'  href='https://tvoeshop.com/wp-content/uploads/elementor/css/post-58309.css?ver=1659446300' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-40997-css'  href='https://tvoeshop.com/wp-content/uploads/elementor/css/post-40997.css?ver=1659446301' type='text/css' media='all' />

<style id='jet-woo-builder-inline-css' type='text/css'>
@font-face {
			font-family: "WooCommerce";
			src: url("https://tvoeshop.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot");
			src: url("https://tvoeshop.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"),
				url("https://tvoeshop.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"),
				url("https://tvoeshop.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"),
				url("https://tvoeshop.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
			font-weight: normal;
			font-style: normal;
			}
</style>



<link rel='stylesheet' id='elementor-post-1850-css'  href='https://tvoeshop.com/wp-content/uploads/elementor/css/post-1850.css?ver=1664573857' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-60854-css'  href='https://tvoeshop.com/wp-content/uploads/elementor/css/post-60854.css?ver=1660599913' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-45574-css'  href='https://tvoeshop.com/wp-content/uploads/elementor/css/post-45574.css?ver=1659446303' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-44960-css'  href='https://tvoeshop.com/wp-content/uploads/elementor/css/post-44960.css?ver=1659446303' type='text/css' media='all' />






<script type='text/javascript' src='https://tvoeshop.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.0' id='jquery-core-js'></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://tvoeshop.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2' id='jquery-migrate-js'></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://tvoeshop.com/wp-content/plugins/jet-smart-filters/assets/vendors/air-datepicker/air-datepicker.min.js?ver=2.2.3' id='air-datepicker-js'></script>
<script defer type='text/javascript' src='https://stats.wp.com/s-202242.js' id='woocommerce-analytics-js'></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='https://tvoeshop.com/wp-content/cache/min/1/wp-content/themes/kava-child/js/hide_shipping_fields.js?ver=1665757874' id='hide_shipping_fields-js'></script>
<link rel="https://api.w.org/" href="https://tvoeshop.com/wp-json/" /><link rel="alternate" type="application/json" href="https://tvoeshop.com/wp-json/wp/v2/product/1351" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://tvoeshop.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://tvoeshop.com/wp-includes/wlwmanifest.xml" /> 
<meta name="generator" content="WordPress 6.0.3" />
<meta name="generator" content="WooCommerce 6.6.1" />
<link rel='shortlink' href='https://tvoeshop.com/?p=1351' />
<link rel="alternate" type="application/json+oembed" href="https://tvoeshop.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Ftvoeshop.com%2Fproduct%2Fsamostijnyj-strybok-z-parashutom-u-lvovi%2F" />
<link rel="alternate" type="text/xml+oembed" href="https://tvoeshop.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Ftvoeshop.com%2Fproduct%2Fsamostijnyj-strybok-z-parashutom-u-lvovi%2F&#038;format=xml" />

<!-- This website runs the Product Feed PRO for WooCommerce by AdTribes.io plugin - version 11.6.7 -->
<!-- Markup (JSON-LD) structured in schema.org ver.4.8.1 START -->
<script type="application/ld+json">
{
    "@context": "https://schema.org",
    "@type": "Organization",
    "name": "ТвоЄ",
    "url": "https://www.tvoeshop.com/",
    "logo": "https://www.tvoeshop.com/wp-content/uploads/2018/09/tvoe-logo.png",
    "contactPoint": [
        {
            "@type": "ContactPoint",
            "telephone": " +38 (098) 575 5156",
            "contactType": "customer service",
            "email": "tvoeshop.presents@gmail.com",
            "areaServed": [
                "UA"
            ],
            "availableLanguage": [
                "Українсьнкий"
            ]
        }
    ],
    "sameAs": [
        "https://www.facebook.com/sertyficaty.tvoe/"
    ]
}
</script>
<script type="application/ld+json">
{
    "@context": "https://schema.org",
    "@type": "Organization",
    "name": "ТвоЄ",
    "url": "https://www.tvoeshop.com/",
    "logo": "https://www.tvoeshop.com/wp-content/uploads/2018/09/tvoe-logo.png",
    "contactPoint": [
        {
            "@type": "ContactPoint",
            "telephone": " +38 (098) 575 5156",
            "contactType": "customer service",
            "email": "tvoeshop.presents@gmail.com",
            "areaServed": [
                "UA"
            ],
            "availableLanguage": [
                "Українсьнкий"
            ]
        }
    ],
    "sameAs": [
        "https://www.facebook.com/sertyficaty.tvoe/"
    ]
}
</script>
<!-- Markup (JSON-LD) structured in schema.org END -->


<!-- Saphali Lite Version -->
<meta name="generator" content="Saphali Lite 1.8.13" />

<!-- Google Tag Manager --> 
<script type="rocketlazyloadscript">(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': 
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], 
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); 
})(window,document,'script','dataLayer','GTM-PF78VVX');</script> 
<!-- End Google Tag Manager -->
<!-- Facebook Pixel Code -->
<script type="rocketlazyloadscript">
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window,document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
 fbq('init', '1058670391580028'); 
fbq('track', 'PageView');
</script>
<noscript>
 <img height="1" width="1" 
src="https://www.facebook.com/tr?id=1058670391580028&ev=PageView
&noscript=1"/>
</noscript>
<!-- End Facebook Pixel Code -->
<!-- Meta Pixel Code -->
<script type="rocketlazyloadscript">
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '3088537501456360');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=3088537501456360&ev=PageView&noscript=1"
/></noscript>
<!-- End Meta Pixel Code --><style>img#wpstats{display:none}</style>
		<noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript>
	<link rel="icon" href="https://tvoeshop.com/wp-content/uploads/2021/11/cropped-tvoe-32x32.jpg" sizes="32x32" />
<link rel="icon" href="https://tvoeshop.com/wp-content/uploads/2021/11/cropped-tvoe-192x192.jpg" sizes="192x192" />
<link rel="apple-touch-icon" href="https://tvoeshop.com/wp-content/uploads/2021/11/cropped-tvoe-180x180.jpg" />
<meta name="msapplication-TileImage" content="https://tvoeshop.com/wp-content/uploads/2021/11/cropped-tvoe-270x270.jpg" />
		<style type="text/css" id="wp-custom-css">
			.em-ribbon {
	display: none
}
table.variations{
	display:none;
}
#cart-punkt {
	display: none !important;
}

.sc-1s18q3d-1.sc-8eqc3y-1.dxiAcZ{
	display:none
}

.elementor-element-de48dec .elementor-shortcode > span > span > span > a {
    display: none;
}

.elementor-element-de48dec .elementor-shortcode > span > span > span  {
    font-size: 0;
}
.elementor-element-de48dec .elementor-shortcode > span > span > span span  {
    font-size: 16px;
}

.elementor-element-3d300d2 .elementor-shortcode > span > span > span > a {
    display: none;
}
.elementor-element-3d300d2 .elementor-shortcode > span > span > span  {
    font-size: 0;
}
.elementor-element-3d300d2 .elementor-shortcode > span > span > span span  {
    font-size: 16px;
}


body {
	overflow-x:hidden
}

.elementor-26538 .elementor-element.elementor-element-bb7e256 {
    min-height: 61px;
}
.elementor-858 .elementor-element.elementor-element-bb7e256 {
	min-height: 61px;
}

.elementor-858 .elementor-element.elementor-element-36bec2e .quantity .qty {
	display: none;
}
body.archive.tax-product_cat>div#page>div#content>div.site-content__wrap.container>div.row>div.col-md-push-3{
	left: 0%;
}
body.archive.tax-product_cat>div#page>div#content>div.site-content__wrap.container>div.row>div.col-md-9{
	flex: 0 0 100%;
	max-width: 100%;
}
body.archive.tax-product_cat>div#page>div#content>div.site-content__wrap.container>div.row>aside#secondary{
	display:none;
}
#colophon {
	content-visibility:auto
}
a.xcp-btn {
	color: #fff;
	background-color: #49A046;
	font-family: Russo One;
}
a.xcp-btn:hover{
	color: #fff;
	background-color: #EC4F3F;
}

.awooc-custom-order-button.button.alt.no-stock-no-price:not(.no-margin), .awooc-custom-order-button.button.alt.show-add-to-card  {
    color: #ffffff;
}

.awooc-custom-order-button.button.alt.no-stock-no-price:not(.no-margin), .awooc-custom-order-button.button.alt.show-add-to-card{
	width: 98.4%;
	margin-left: 0;
	background: #EC4F3F;
	border-radius: 30px;
	border: solid 3px #fff;
	font-size: 12px;
	font-weight: 500;
	font-family: "Russo One";
}
.awooc-custom-order-button.button.alt.no-stock-no-price:not(.no-margin), .awooc-custom-order-button.button.alt.show-add-to-card:hover{
	background: #49A046;
}
.woocommerce .awooc-custom-order-wrap .wpcf7-form-control.wpcf7-submit{
	background-color: #EC4F3F;
}

body:not(.page-template-fullwidth-content) .site-content {
    margin-top: -5px;
}

.breadcrumbs_content{
	display:none
}

.woocommerce-Reviews .stars span a {
	color: #008CDD;
}

.woocommerce-Reviews .stars.selected a:not(.active) {
	color: #008CDD;
}
.woocommerce-Reviews .stars.selected a.active ~ a {
    color: #e7e8e8;
}
.woocommerce-Reviews .stars span a:hover {
	color: #008CDD;
}

.woocommerce-Reviews input[type="submit"] {
	background: #FFEF27;
	width: 208px;
	font-family: "Montserrat", Sans-serif;
  font-weight: 600;
	font-size: 16px;
}

.woocommerce-checkout .item-pack .hidden_translits {
	display: none !important;
}

.woocommerce-checkout footer {
		display: none !important;
}

@media (max-width: 425px) {
	.woocommerce-checkout #__telerWdTriggerContent {
		display: none !important;
	}

	.home #__telerWdTriggerContent, .page-id-26920 #__telerWdTriggerContent  {
		display: none !important;
	}
}		</style>
		<noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript></head>

<body class="product-template-default single single-product postid-1351 theme-kava woocommerce woocommerce-page woocommerce-no-js lang-uk layout-fullwidth blog-creative woocommerce-active elementor-default elementor-kit-1"><!-- Google Tag Manager (noscript) --> 
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PF78VVX" 
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> 
<!-- End Google Tag Manager (noscript) -->
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-dark-grayscale"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 0.49803921568627" /><feFuncG type="table" tableValues="0 0.49803921568627" /><feFuncB type="table" tableValues="0 0.49803921568627" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-grayscale"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 1" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0 1" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-purple-yellow"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.54901960784314 0.98823529411765" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0.71764705882353 0.25490196078431" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-blue-red"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 1" /><feFuncG type="table" tableValues="0 0.27843137254902" /><feFuncB type="table" tableValues="0.5921568627451 0.27843137254902" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-midnight"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 0" /><feFuncG type="table" tableValues="0 0.64705882352941" /><feFuncB type="table" tableValues="0 1" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-magenta-yellow"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.78039215686275 1" /><feFuncG type="table" tableValues="0 0.94901960784314" /><feFuncB type="table" tableValues="0.35294117647059 0.47058823529412" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-purple-green"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.65098039215686 0.40392156862745" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0.44705882352941 0.4" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-blue-orange"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.098039215686275 1" /><feFuncG type="table" tableValues="0 0.66274509803922" /><feFuncB type="table" tableValues="0.84705882352941 0.41960784313725" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><div id="page" class="site">
	<a class="skip-link screen-reader-text" href="#content">Skip to content</a>
	<header id="masthead" class="site-header ">
				<div data-elementor-type="jet_header" data-elementor-id="58309" class="elementor elementor-58309">
									<section class="elementor-section elementor-top-section elementor-element elementor-element-219c2f6 elementor-section-height-min-height elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="219c2f6" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;6d0307e&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;background_background&quot;:&quot;classic&quot;,&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;],&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-4d99b8a" data-id="4d99b8a" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-cf7f294 elementor-view-default elementor-widget elementor-widget-icon" data-id="cf7f294" data-element_type="widget" data-widget_type="icon.default">
				<div class="elementor-widget-container">
					<div class="elementor-icon-wrapper">
			<a class="elementor-icon" href="/">
			<svg xmlns="http://www.w3.org/2000/svg" id="Logo" width="101.475" height="35.003" viewBox="0 0 101.475 35.003"><rect id="Rectangle_2530" data-name="Rectangle 2530" width="4.318" height="21.59" transform="translate(8.636 0.297)" fill="#fff"></rect><rect id="Rectangle_2531" data-name="Rectangle 2531" width="21.59" height="4.048" transform="translate(0 0.297)" fill="#fff"></rect><path id="Path_3408" data-name="Path 3408" d="M965.823,314.9h28.26v3.778h-28.26a6.768,6.768,0,0,0,6.535,4.856h21.725v4.047h-21.86A10.795,10.795,0,0,1,972.359,306h21.725v4.048H972.359A6.768,6.768,0,0,0,965.823,314.9Z" transform="translate(-892.609 -305.697)" fill="#fff"></path><path id="Path_3409" data-name="Path 3409" d="M295.857,563.282a2.968,2.968,0,0,1,0,4.087,3.453,3.453,0,0,1-2.178.993v2.218h-1v-2.218a3.458,3.458,0,0,1-2.179-.993,2.968,2.968,0,0,1,0-4.087,3.45,3.45,0,0,1,2.179-.993V560.07h1v2.219A3.466,3.466,0,0,1,295.857,563.282Zm-5.174,2.043a1.917,1.917,0,0,0,.53,1.367,2.39,2.39,0,0,0,1.462.688V563.27a2.337,2.337,0,0,0-1.462.678,1.93,1.93,0,0,0-.53,1.378Zm3,2.055a2.367,2.367,0,0,0,1.457-.688,2.045,2.045,0,0,0,0-2.733,2.364,2.364,0,0,0-1.457-.689Z" transform="translate(-284.52 -535.578)" fill="#fff"></path><path id="Path_3410" data-name="Path 3410" d="M386.689,583.151H387.7v5.839h-1.013v-1a2.477,2.477,0,0,1-2.2,1.157,2.8,2.8,0,0,1-2.086-.894,3.183,3.183,0,0,1,0-4.356,2.794,2.794,0,0,1,2.086-.9,2.472,2.472,0,0,1,2.2,1.156Zm-2.075,5.01a2,2,0,0,0,1.48-.6,2.16,2.16,0,0,0,0-2.978,2.106,2.106,0,0,0-2.951,0,2.163,2.163,0,0,0,0,2.978A1.982,1.982,0,0,0,384.615,588.161Z" transform="translate(-367.632 -556.323)" fill="#fff"></path><path id="Path_3411" data-name="Path 3411" d="M467.671,566.588a2.857,2.857,0,0,1-2.133-.857,3.007,3.007,0,0,1-.839-2.2,4.908,4.908,0,0,1,.437-2.3,3.845,3.845,0,0,1,1.789-1.458q.245-.117.667-.3c.286-.125.491-.22.623-.286a3.566,3.566,0,0,0,.443-.268,1.228,1.228,0,0,0,.367-.373,1.552,1.552,0,0,0,.181-.476l.815.467a2.148,2.148,0,0,1-.1.344,1.187,1.187,0,0,1-.169.3c-.073.1-.138.182-.19.251a1.084,1.084,0,0,1-.274.228c-.128.082-.221.143-.279.182a3,3,0,0,1-.338.175l-.328.161c-.058.028-.19.082-.39.164s-.327.134-.373.157a3.982,3.982,0,0,0-1.159.689,1.993,1.993,0,0,0-.53.887,2.213,2.213,0,0,1,.929-.684,3,3,0,0,1,1.119-.222,2.58,2.58,0,0,1,2.62,2.674,2.626,2.626,0,0,1-.815,1.968A2.9,2.9,0,0,1,467.671,566.588Zm-1.363-1.5a1.915,1.915,0,0,0,1.363.514,1.883,1.883,0,0,0,1.346-.5,1.665,1.665,0,0,0,.53-1.261,1.714,1.714,0,0,0-.507-1.279,1.821,1.821,0,0,0-1.333-.5,2.121,2.121,0,0,0-1.346.476,1.508,1.508,0,0,0-.6,1.244A1.713,1.713,0,0,0,466.308,565.092Z" transform="translate(-442.876 -533.769)" fill="#fff"></path><path id="Path_3412" data-name="Path 3412" d="M548.215,583a2.792,2.792,0,0,1,2.086.894,3.183,3.183,0,0,1,0,4.356,2.791,2.791,0,0,1-2.086.894,2.469,2.469,0,0,1-2.2-1.157v3.34H545v-8.173h1.014v1A2.467,2.467,0,0,1,548.215,583Zm-.129,5.162a1.982,1.982,0,0,0,1.468-.6,2.16,2.16,0,0,0,0-2.978,2.106,2.106,0,0,0-2.951,0,2.163,2.163,0,0,0,0,2.978,2,2,0,0,0,1.483.6Z" transform="translate(-515.531 -556.322)" fill="#fff"></path><path id="Path_3413" data-name="Path 3413" d="M634.16,584.61h.815v5.839h-1v-4.1l-3.228,4.1h-.816V584.61h1V588.7Z" transform="translate(-592.375 -557.782)" fill="#fff"></path><path id="Path_3414" data-name="Path 3414" d="M711.469,590.449h-1.258l-2.657-2.768v2.768H706.54V584.61h1.014v2.581l2.517-2.581h1.305l-2.786,2.826Z" transform="translate(-661.691 -557.782)" fill="#fff"></path><path id="Path_3415" data-name="Path 3415" d="M771.791,583.151H772.8v5.839h-1.013v-1a2.477,2.477,0,0,1-2.2,1.157,2.791,2.791,0,0,1-2.085-.894,3.181,3.181,0,0,1,0-4.356,2.792,2.792,0,0,1,2.085-.895,2.472,2.472,0,0,1,2.2,1.156Zm-2.07,5.01a2,2,0,0,0,1.48-.6,2.163,2.163,0,0,0,0-2.978,2.107,2.107,0,0,0-2.951,0,2.163,2.163,0,0,0,0,2.978A1.982,1.982,0,0,0,769.722,588.161Z" transform="translate(-716.07 -556.323)" fill="#fff"></path><path id="Path_3416" data-name="Path 3416" d="M884.313,586.513a1.926,1.926,0,0,0,.717,1.215,2.225,2.225,0,0,0,1.392.432,1.82,1.82,0,0,0,1.678-.857l.857.49a2.843,2.843,0,0,1-2.564,1.32,3.045,3.045,0,0,1-2.255-.87,2.993,2.993,0,0,1-.868-2.2,3.024,3.024,0,0,1,.851-2.2,2.935,2.935,0,0,1,2.2-.876,2.685,2.685,0,0,1,2.095.905,3.268,3.268,0,0,1,.775,2.633Zm2.016-2.581a1.942,1.942,0,0,0-2.018,1.694H888.2a1.937,1.937,0,0,0-.652-1.262A1.862,1.862,0,0,0,886.328,583.932Z" transform="translate(-821.595 -556.298)" fill="#fff"></path><path id="Path_3417" data-name="Path 3417" d="M971.4,584.61v5.839h-.991v-4.24l-1.853,2.99h-.127l-1.853-2.99v4.24h-1V584.61h1.088l1.83,2.951,1.829-2.951Z" transform="translate(-896.059 -557.782)" fill="#fff"></path><path id="Path_3418" data-name="Path 3418" d="M1051.615,587.919a3.108,3.108,0,1,1,.9-2.184A2.982,2.982,0,0,1,1051.615,587.919Zm-2.179-.1a1.992,1.992,0,0,0,1.468-.6,2.146,2.146,0,0,0,0-2.967,2.094,2.094,0,0,0-2.924,0,2.146,2.146,0,0,0,0,2.967A1.976,1.976,0,0,0,1049.436,587.815Z" transform="translate(-969.1 -555.988)" fill="#fff"></path><path id="Path_3419" data-name="Path 3419" d="M1136.517,589.48h.952v2.534h-1v-1.565h-4.847V584.61h1.014v4.87h2.866v-4.87h1.014Z" transform="translate(-1046.3 -557.782)" fill="#fff"></path><path id="Path_3420" data-name="Path 3420" d="M1210.8,560.482a.666.666,0,0,1-.489-.2.653.653,0,0,1-.2-.476.667.667,0,0,1,.2-.485.654.654,0,0,1,.489-.2.638.638,0,0,1,.476.2.666.666,0,0,1,.2.485.653.653,0,0,1-.2.476A.646.646,0,0,1,1210.8,560.482Zm-.513,6.9v-5.839h1.014v5.839Z" transform="translate(-1117.317 -534.717)" fill="#fff"></path><path id="Path_3421" data-name="Path 3421" d="M1250.569,567.844h.816v5.839h-1v-4.1l-3.228,4.1h-.815v-5.839h1v4.094Zm-3.275-.876v-.888h3.147v.888Z" transform="translate(-1150.098 -541.016)" fill="#fff"></path><path id="Path_3422" data-name="Path 3422" d="M500.4,316.254a5.644,5.644,0,0,0,2.416-1.9,4.86,4.86,0,0,0,.857-2.869,4.67,4.67,0,0,0-2.2-4.125,10.967,10.967,0,0,0-6.118-1.456H484.92v21.595H495.8q4.238,0,6.4-1.578a5.227,5.227,0,0,0,2.157-4.489A5.007,5.007,0,0,0,500.4,316.254Zm-10.717-6.67h5.236q3.878,0,3.877,2.629c0,2.177-1.986,2.553-3.777,2.608h-5.336Zm5.722,14.232h-5.722V318.54h7.213a2.661,2.661,0,0,1,2.468,1.55,3.05,3.05,0,0,1,.155,1.016Q499.514,323.815,495.4,323.815Z" transform="translate(-461.171 -305.607)" fill="#fff"></path><path id="Path_3423" data-name="Path 3423" d="M716.122,307.074a6.951,6.951,0,1,1,.018,13.893h-.023a6.952,6.952,0,1,1-.018-13.893h.023m0-4.253h-.034a11.2,11.2,0,1,0,.029,22.4h.035a11.2,11.2,0,1,0-.03-22.4Z" transform="translate(-659.944 -302.82)" fill="#fff"></path></svg>			</a>
		</div>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-2d1bfb5" data-id="2d1bfb5" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-76f9f72 elementor-nav-menu__align-left elementor-nav-menu--dropdown-tablet elementor-nav-menu__text-align-aside elementor-nav-menu--toggle elementor-nav-menu--burger elementor-widget elementor-widget-nav-menu" data-id="76f9f72" data-element_type="widget" data-settings="{&quot;layout&quot;:&quot;horizontal&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;fas fa-caret-down\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;toggle&quot;:&quot;burger&quot;}" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
						<nav migration_allowed="1" migrated="0" role="navigation" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-underline e--animation-fade">
				<ul id="menu-1-76f9f72" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-44429"><a href="https://tvoeshop.com/" class="elementor-item">Головна</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-44470"><a href="https://tvoeshop.com/about/" class="elementor-item">Про нас</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-44477"><a href="https://tvoeshop.com/cooperation/" class="elementor-item">Співпраця</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-44482"><a href="https://tvoeshop.com/korporatyvnym-kliyentam/" class="elementor-item">Корпоративним клієнтам</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-55626"><a href="https://tvoeshop.com/prosto-skorystatys/" class="elementor-item">Як це працює</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-67703"><a href="https://tvoeshop.com/blog/" class="elementor-item">Блог</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-44493"><a href="https://tvoeshop.com/contact/" class="elementor-item">Контакти</a></li>
</ul>			</nav>
					<div class="elementor-menu-toggle" role="button" tabindex="0" aria-label="Menu Toggle" aria-expanded="false">
			<i aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--open eicon-menu-bar"></i><i aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--close eicon-close"></i>			<span class="elementor-screen-only">Меню</span>
		</div>
			<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" role="navigation" aria-hidden="true">
				<ul id="menu-2-76f9f72" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-44429"><a href="https://tvoeshop.com/" class="elementor-item" tabindex="-1">Головна</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-44470"><a href="https://tvoeshop.com/about/" class="elementor-item" tabindex="-1">Про нас</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-44477"><a href="https://tvoeshop.com/cooperation/" class="elementor-item" tabindex="-1">Співпраця</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-44482"><a href="https://tvoeshop.com/korporatyvnym-kliyentam/" class="elementor-item" tabindex="-1">Корпоративним клієнтам</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-55626"><a href="https://tvoeshop.com/prosto-skorystatys/" class="elementor-item" tabindex="-1">Як це працює</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-67703"><a href="https://tvoeshop.com/blog/" class="elementor-item" tabindex="-1">Блог</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-44493"><a href="https://tvoeshop.com/contact/" class="elementor-item" tabindex="-1">Контакти</a></li>
</ul>			</nav>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-52f7c61" data-id="52f7c61" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-0661e24 elementor-align-left elementor-widget__width-initial elementor-widget elementor-widget-button" data-id="0661e24" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
					<div class="elementor-button-wrapper">
			<a href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQ5MTkwIiwidG9nZ2xlIjpmYWxzZX0%3D" class="elementor-button-link elementor-button elementor-size-sm" role="button">
						<span class="elementor-button-content-wrapper">
							<span class="elementor-button-icon elementor-align-icon-left">
				<i aria-hidden="true" class="fas fa-search"></i>			</span>
						<span class="elementor-button-text"></span>
		</span>
					</a>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-819a93a toggle-icon--bag-medium elementor-widget__width-initial elementor-menu-cart--empty-indicator-hide elementor-menu-cart--items-indicator-bubble elementor-menu-cart--cart-type-side-cart elementor-menu-cart--show-remove-button-yes elementor-widget elementor-widget-woocommerce-menu-cart" data-id="819a93a" data-element_type="widget" id="cart_header" data-settings="{&quot;cart_type&quot;:&quot;side-cart&quot;,&quot;open_cart&quot;:&quot;click&quot;}" data-widget_type="woocommerce-menu-cart.default">
				<div class="elementor-widget-container">
					<div class="elementor-menu-cart__wrapper">
							<div class="elementor-menu-cart__toggle_wrapper">
					<div class="elementor-menu-cart__container elementor-lightbox" aria-hidden="true">
						<div class="elementor-menu-cart__main" aria-hidden="true">
							<div class="elementor-menu-cart__close-button"></div>
							<div class="widget_shopping_cart_content">
															</div>
						</div>
					</div>
							<div class="elementor-menu-cart__toggle elementor-button-wrapper">
			<a id="elementor-menu-cart__toggle_button" href="#" class="elementor-menu-cart__toggle_button elementor-button elementor-size-sm" aria-expanded="false">
				<span class="elementor-button-text"><span class="woocommerce-Price-amount amount"><bdi>0&nbsp;<span class="woocommerce-Price-currencySymbol">₴</span></bdi></span></span>
				<span class="elementor-button-icon" data-counter="0">
					<i class="eicon-bag-medium"></i>					<span class="elementor-screen-only">Кошик</span>
				</span>
			</a>
		</div>
						</div>
					</div> <!-- close elementor-menu-cart__wrapper -->
				</div>
				</div>
				<div class="elementor-element elementor-element-aeeef05 elementor-widget__width-auto elementor-widget elementor-widget-jet-wishlist-count-button" data-id="aeeef05" data-element_type="widget" data-widget_type="jet-wishlist-count-button.default">
				<div class="elementor-widget-container">
			<div class="jet-wishlist-count-button jet-cw"><div class="jet-wishlist-count-button__wrapper">
			<a href="https://tvoeshop.com/wishlist/" class="jet-wishlist-count-button__link jet-wishlist-count-button--icon-left jet-wishlist-count-button--count-top-right" data-widget-type="jet-wishlist-count-button" data-widget-id="aeeef05">
				<div class="jet-wishlist-count-button__content">
					<span class="jet-wishlist-count-button__icon jet-cw-icon"><i aria-hidden="true" class="far fa-heart"></i></span><span class="jet-wishlist-count-button__label"></span><div class="jet-wishlist-count-button__count"><span>0</span></div>				</div>
			</a>

			</div></div>		</div>
				</div>
				<div class="elementor-element elementor-element-c359efd elementor-align-left elementor-mobile-align-center elementor-tablet-align-left elementor-widget__width-auto elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="c359efd" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="tel:+380985755156">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-phone-alt"></i>						</span>
										<span class="elementor-icon-list-text">+38 (098) 575 5156</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
				<div class="elementor-element elementor-element-ee99d50 elementor-align-center elementor-widget__width-auto elementor-widget elementor-widget-button" data-id="ee99d50" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
					<div class="elementor-button-wrapper">
			<a href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQ1NTc0IiwidG9nZ2xlIjpmYWxzZX0%3D" class="elementor-button-link elementor-button elementor-size-sm" role="button">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-text">АКТИВУЙ СЕРТИФІКАТ</span>
		</span>
					</a>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-22ea701 elementor-nav-menu__align-center elementor-nav-menu--dropdown-none elementor-widget__width-auto elementor-widget elementor-widget-nav-menu" data-id="22ea701" data-element_type="widget" data-settings="{&quot;layout&quot;:&quot;horizontal&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;fas fa-caret-down\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;}}" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
						<nav migration_allowed="1" migrated="0" role="navigation" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-none">
				<ul id="menu-1-22ea701" class="elementor-nav-menu"><li class="lang-item lang-item-206 lang-item-ru lang-item-first menu-item menu-item-type-custom menu-item-object-custom menu-item-36131-ru"><a href="https://tvoeshop.com/ru/product/samostijnyj-strybok-z-parashutom-u-lvovi/" hreflang="ru-RU" lang="ru-RU" class="elementor-item">RU</a></li>
<li class="lang-item lang-item-201 lang-item-uk current-lang menu-item menu-item-type-custom menu-item-object-custom menu-item-36131-uk"><a href="https://tvoeshop.com/product/samostijnyj-strybok-z-parashutom-u-lvovi/" hreflang="uk" lang="uk" class="elementor-item">UA</a></li>
</ul>			</nav>
					<div class="elementor-menu-toggle" role="button" tabindex="0" aria-label="Menu Toggle" aria-expanded="false">
			<i aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--open eicon-menu-bar"></i><i aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--close eicon-close"></i>			<span class="elementor-screen-only">Меню</span>
		</div>
			<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" role="navigation" aria-hidden="true">
				<ul id="menu-2-22ea701" class="elementor-nav-menu"><li class="lang-item lang-item-206 lang-item-ru lang-item-first menu-item menu-item-type-custom menu-item-object-custom menu-item-36131-ru"><a href="https://tvoeshop.com/ru/product/samostijnyj-strybok-z-parashutom-u-lvovi/" hreflang="ru-RU" lang="ru-RU" class="elementor-item" tabindex="-1">RU</a></li>
<li class="lang-item lang-item-201 lang-item-uk current-lang menu-item menu-item-type-custom menu-item-object-custom menu-item-36131-uk"><a href="https://tvoeshop.com/product/samostijnyj-strybok-z-parashutom-u-lvovi/" hreflang="uk" lang="uk" class="elementor-item" tabindex="-1">UA</a></li>
</ul>			</nav>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-0920176 elementor-section-height-min-height elementor-hidden-desktop elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="0920176" data-element_type="section" id="header_home" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;6d0307e&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;background_background&quot;:&quot;classic&quot;,&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-568268a elementor-hidden-desktop elementor-hidden-tablet" data-id="568268a" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<section class="elementor-section elementor-inner-section elementor-element elementor-element-2f4322e elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="2f4322e" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;0522e7b&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-9fcaf1c" data-id="9fcaf1c" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-14ec734 elementor-widget-mobile__width-initial elementor-view-default elementor-widget elementor-widget-icon" data-id="14ec734" data-element_type="widget" data-widget_type="icon.default">
				<div class="elementor-widget-container">
					<div class="elementor-icon-wrapper">
			<a class="elementor-icon" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQ5MTA2IiwidG9nZ2xlIjpmYWxzZX0%3D">
			<i aria-hidden="true" class="fas fa-bars"></i>			</a>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-d30632b elementor-align-left elementor-mobile-align-center elementor-tablet-align-left elementor-widget__width-initial elementor-hidden-desktop elementor-hidden-tablet elementor-widget-mobile__width-initial elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="d30632b" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="tel:+380985755156">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-phone-alt"></i>						</span>
										<span class="elementor-icon-list-text"></span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-0964679" data-id="0964679" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-6cf0c36 elementor-widget-mobile__width-initial elementor-view-default elementor-widget elementor-widget-icon" data-id="6cf0c36" data-element_type="widget" data-widget_type="icon.default">
				<div class="elementor-widget-container">
					<div class="elementor-icon-wrapper">
			<a class="elementor-icon" href="/">
			<svg xmlns="http://www.w3.org/2000/svg" id="Logo" width="101.475" height="35.003" viewBox="0 0 101.475 35.003"><rect id="Rectangle_2530" data-name="Rectangle 2530" width="4.318" height="21.59" transform="translate(8.636 0.297)" fill="#fff"></rect><rect id="Rectangle_2531" data-name="Rectangle 2531" width="21.59" height="4.048" transform="translate(0 0.297)" fill="#fff"></rect><path id="Path_3408" data-name="Path 3408" d="M965.823,314.9h28.26v3.778h-28.26a6.768,6.768,0,0,0,6.535,4.856h21.725v4.047h-21.86A10.795,10.795,0,0,1,972.359,306h21.725v4.048H972.359A6.768,6.768,0,0,0,965.823,314.9Z" transform="translate(-892.609 -305.697)" fill="#fff"></path><path id="Path_3409" data-name="Path 3409" d="M295.857,563.282a2.968,2.968,0,0,1,0,4.087,3.453,3.453,0,0,1-2.178.993v2.218h-1v-2.218a3.458,3.458,0,0,1-2.179-.993,2.968,2.968,0,0,1,0-4.087,3.45,3.45,0,0,1,2.179-.993V560.07h1v2.219A3.466,3.466,0,0,1,295.857,563.282Zm-5.174,2.043a1.917,1.917,0,0,0,.53,1.367,2.39,2.39,0,0,0,1.462.688V563.27a2.337,2.337,0,0,0-1.462.678,1.93,1.93,0,0,0-.53,1.378Zm3,2.055a2.367,2.367,0,0,0,1.457-.688,2.045,2.045,0,0,0,0-2.733,2.364,2.364,0,0,0-1.457-.689Z" transform="translate(-284.52 -535.578)" fill="#fff"></path><path id="Path_3410" data-name="Path 3410" d="M386.689,583.151H387.7v5.839h-1.013v-1a2.477,2.477,0,0,1-2.2,1.157,2.8,2.8,0,0,1-2.086-.894,3.183,3.183,0,0,1,0-4.356,2.794,2.794,0,0,1,2.086-.9,2.472,2.472,0,0,1,2.2,1.156Zm-2.075,5.01a2,2,0,0,0,1.48-.6,2.16,2.16,0,0,0,0-2.978,2.106,2.106,0,0,0-2.951,0,2.163,2.163,0,0,0,0,2.978A1.982,1.982,0,0,0,384.615,588.161Z" transform="translate(-367.632 -556.323)" fill="#fff"></path><path id="Path_3411" data-name="Path 3411" d="M467.671,566.588a2.857,2.857,0,0,1-2.133-.857,3.007,3.007,0,0,1-.839-2.2,4.908,4.908,0,0,1,.437-2.3,3.845,3.845,0,0,1,1.789-1.458q.245-.117.667-.3c.286-.125.491-.22.623-.286a3.566,3.566,0,0,0,.443-.268,1.228,1.228,0,0,0,.367-.373,1.552,1.552,0,0,0,.181-.476l.815.467a2.148,2.148,0,0,1-.1.344,1.187,1.187,0,0,1-.169.3c-.073.1-.138.182-.19.251a1.084,1.084,0,0,1-.274.228c-.128.082-.221.143-.279.182a3,3,0,0,1-.338.175l-.328.161c-.058.028-.19.082-.39.164s-.327.134-.373.157a3.982,3.982,0,0,0-1.159.689,1.993,1.993,0,0,0-.53.887,2.213,2.213,0,0,1,.929-.684,3,3,0,0,1,1.119-.222,2.58,2.58,0,0,1,2.62,2.674,2.626,2.626,0,0,1-.815,1.968A2.9,2.9,0,0,1,467.671,566.588Zm-1.363-1.5a1.915,1.915,0,0,0,1.363.514,1.883,1.883,0,0,0,1.346-.5,1.665,1.665,0,0,0,.53-1.261,1.714,1.714,0,0,0-.507-1.279,1.821,1.821,0,0,0-1.333-.5,2.121,2.121,0,0,0-1.346.476,1.508,1.508,0,0,0-.6,1.244A1.713,1.713,0,0,0,466.308,565.092Z" transform="translate(-442.876 -533.769)" fill="#fff"></path><path id="Path_3412" data-name="Path 3412" d="M548.215,583a2.792,2.792,0,0,1,2.086.894,3.183,3.183,0,0,1,0,4.356,2.791,2.791,0,0,1-2.086.894,2.469,2.469,0,0,1-2.2-1.157v3.34H545v-8.173h1.014v1A2.467,2.467,0,0,1,548.215,583Zm-.129,5.162a1.982,1.982,0,0,0,1.468-.6,2.16,2.16,0,0,0,0-2.978,2.106,2.106,0,0,0-2.951,0,2.163,2.163,0,0,0,0,2.978,2,2,0,0,0,1.483.6Z" transform="translate(-515.531 -556.322)" fill="#fff"></path><path id="Path_3413" data-name="Path 3413" d="M634.16,584.61h.815v5.839h-1v-4.1l-3.228,4.1h-.816V584.61h1V588.7Z" transform="translate(-592.375 -557.782)" fill="#fff"></path><path id="Path_3414" data-name="Path 3414" d="M711.469,590.449h-1.258l-2.657-2.768v2.768H706.54V584.61h1.014v2.581l2.517-2.581h1.305l-2.786,2.826Z" transform="translate(-661.691 -557.782)" fill="#fff"></path><path id="Path_3415" data-name="Path 3415" d="M771.791,583.151H772.8v5.839h-1.013v-1a2.477,2.477,0,0,1-2.2,1.157,2.791,2.791,0,0,1-2.085-.894,3.181,3.181,0,0,1,0-4.356,2.792,2.792,0,0,1,2.085-.895,2.472,2.472,0,0,1,2.2,1.156Zm-2.07,5.01a2,2,0,0,0,1.48-.6,2.163,2.163,0,0,0,0-2.978,2.107,2.107,0,0,0-2.951,0,2.163,2.163,0,0,0,0,2.978A1.982,1.982,0,0,0,769.722,588.161Z" transform="translate(-716.07 -556.323)" fill="#fff"></path><path id="Path_3416" data-name="Path 3416" d="M884.313,586.513a1.926,1.926,0,0,0,.717,1.215,2.225,2.225,0,0,0,1.392.432,1.82,1.82,0,0,0,1.678-.857l.857.49a2.843,2.843,0,0,1-2.564,1.32,3.045,3.045,0,0,1-2.255-.87,2.993,2.993,0,0,1-.868-2.2,3.024,3.024,0,0,1,.851-2.2,2.935,2.935,0,0,1,2.2-.876,2.685,2.685,0,0,1,2.095.905,3.268,3.268,0,0,1,.775,2.633Zm2.016-2.581a1.942,1.942,0,0,0-2.018,1.694H888.2a1.937,1.937,0,0,0-.652-1.262A1.862,1.862,0,0,0,886.328,583.932Z" transform="translate(-821.595 -556.298)" fill="#fff"></path><path id="Path_3417" data-name="Path 3417" d="M971.4,584.61v5.839h-.991v-4.24l-1.853,2.99h-.127l-1.853-2.99v4.24h-1V584.61h1.088l1.83,2.951,1.829-2.951Z" transform="translate(-896.059 -557.782)" fill="#fff"></path><path id="Path_3418" data-name="Path 3418" d="M1051.615,587.919a3.108,3.108,0,1,1,.9-2.184A2.982,2.982,0,0,1,1051.615,587.919Zm-2.179-.1a1.992,1.992,0,0,0,1.468-.6,2.146,2.146,0,0,0,0-2.967,2.094,2.094,0,0,0-2.924,0,2.146,2.146,0,0,0,0,2.967A1.976,1.976,0,0,0,1049.436,587.815Z" transform="translate(-969.1 -555.988)" fill="#fff"></path><path id="Path_3419" data-name="Path 3419" d="M1136.517,589.48h.952v2.534h-1v-1.565h-4.847V584.61h1.014v4.87h2.866v-4.87h1.014Z" transform="translate(-1046.3 -557.782)" fill="#fff"></path><path id="Path_3420" data-name="Path 3420" d="M1210.8,560.482a.666.666,0,0,1-.489-.2.653.653,0,0,1-.2-.476.667.667,0,0,1,.2-.485.654.654,0,0,1,.489-.2.638.638,0,0,1,.476.2.666.666,0,0,1,.2.485.653.653,0,0,1-.2.476A.646.646,0,0,1,1210.8,560.482Zm-.513,6.9v-5.839h1.014v5.839Z" transform="translate(-1117.317 -534.717)" fill="#fff"></path><path id="Path_3421" data-name="Path 3421" d="M1250.569,567.844h.816v5.839h-1v-4.1l-3.228,4.1h-.815v-5.839h1v4.094Zm-3.275-.876v-.888h3.147v.888Z" transform="translate(-1150.098 -541.016)" fill="#fff"></path><path id="Path_3422" data-name="Path 3422" d="M500.4,316.254a5.644,5.644,0,0,0,2.416-1.9,4.86,4.86,0,0,0,.857-2.869,4.67,4.67,0,0,0-2.2-4.125,10.967,10.967,0,0,0-6.118-1.456H484.92v21.595H495.8q4.238,0,6.4-1.578a5.227,5.227,0,0,0,2.157-4.489A5.007,5.007,0,0,0,500.4,316.254Zm-10.717-6.67h5.236q3.878,0,3.877,2.629c0,2.177-1.986,2.553-3.777,2.608h-5.336Zm5.722,14.232h-5.722V318.54h7.213a2.661,2.661,0,0,1,2.468,1.55,3.05,3.05,0,0,1,.155,1.016Q499.514,323.815,495.4,323.815Z" transform="translate(-461.171 -305.607)" fill="#fff"></path><path id="Path_3423" data-name="Path 3423" d="M716.122,307.074a6.951,6.951,0,1,1,.018,13.893h-.023a6.952,6.952,0,1,1-.018-13.893h.023m0-4.253h-.034a11.2,11.2,0,1,0,.029,22.4h.035a11.2,11.2,0,1,0-.03-22.4Z" transform="translate(-659.944 -302.82)" fill="#fff"></path></svg>			</a>
		</div>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-0197b8c" data-id="0197b8c" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-7bb46a2 elementor-widget__width-initial elementor-hidden-desktop elementor-hidden-tablet elementor-widget-mobile__width-initial elementor-widget elementor-widget-jet-wishlist-count-button" data-id="7bb46a2" data-element_type="widget" data-widget_type="jet-wishlist-count-button.default">
				<div class="elementor-widget-container">
			<div class="jet-wishlist-count-button jet-cw"><div class="jet-wishlist-count-button__wrapper">
			<a href="https://tvoeshop.com/wishlist/" class="jet-wishlist-count-button__link jet-wishlist-count-button--icon-left jet-wishlist-count-button--count-top-right" data-widget-type="jet-wishlist-count-button" data-widget-id="7bb46a2">
				<div class="jet-wishlist-count-button__content">
					<span class="jet-wishlist-count-button__icon jet-cw-icon"><i aria-hidden="true" class="far fa-heart"></i></span><span class="jet-wishlist-count-button__label"></span><div class="jet-wishlist-count-button__count"><span>0</span></div>				</div>
			</a>

			</div></div>		</div>
				</div>
				<div class="elementor-element elementor-element-93fc11d toggle-icon--bag-light elementor-widget__width-initial elementor-hidden-desktop elementor-hidden-tablet elementor-widget-mobile__width-initial elementor-menu-cart--items-indicator-bubble elementor-menu-cart--cart-type-side-cart elementor-menu-cart--show-remove-button-yes elementor-widget elementor-widget-woocommerce-menu-cart" data-id="93fc11d" data-element_type="widget" id="cart_header" data-settings="{&quot;cart_type&quot;:&quot;side-cart&quot;,&quot;open_cart&quot;:&quot;click&quot;}" data-widget_type="woocommerce-menu-cart.default">
				<div class="elementor-widget-container">
					<div class="elementor-menu-cart__wrapper">
							<div class="elementor-menu-cart__toggle_wrapper">
					<div class="elementor-menu-cart__container elementor-lightbox" aria-hidden="true">
						<div class="elementor-menu-cart__main" aria-hidden="true">
							<div class="elementor-menu-cart__close-button"></div>
							<div class="widget_shopping_cart_content">
															</div>
						</div>
					</div>
							<div class="elementor-menu-cart__toggle elementor-button-wrapper">
			<a id="elementor-menu-cart__toggle_button" href="#" class="elementor-menu-cart__toggle_button elementor-button elementor-size-sm" aria-expanded="false">
				<span class="elementor-button-text"><span class="woocommerce-Price-amount amount"><bdi>0&nbsp;<span class="woocommerce-Price-currencySymbol">₴</span></bdi></span></span>
				<span class="elementor-button-icon" data-counter="0">
					<i class="eicon-bag-light"></i>					<span class="elementor-screen-only">Кошик</span>
				</span>
			</a>
		</div>
						</div>
					</div> <!-- close elementor-menu-cart__wrapper -->
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<div class="elementor-element elementor-element-79996db elementor-widget elementor-widget-jet-search" data-id="79996db" data-element_type="widget" data-widget_type="jet-search.default">
				<div class="elementor-widget-container">
			<div class="elementor-jet-search jet-blocks"><div class="jet-search"><form role="search" method="get" class="jet-search__form" action="https://tvoeshop.com/">
	<label class="jet-search__label">
		<input type="search" class="jet-search__field" placeholder="Шукай, бо Твоє тут точно є!" value="" name="s" />
	</label>
		<button type="submit" class="jet-search__submit"><span class="jet-search__submit-icon jet-blocks-icon"><i aria-hidden="true" class="fas fa-search"></i></span></button>
				<input type="hidden" name="post_type" value="product" />
		<input type="hidden" name="lang" value="uk" /></form></div></div>		</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-81013d8 elementor-hidden-mobile" data-id="81013d8" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-d96d0a4 elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-widget elementor-widget-jet-search" data-id="d96d0a4" data-element_type="widget" data-widget_type="jet-search.default">
				<div class="elementor-widget-container">
			<div class="elementor-jet-search jet-blocks"><div class="jet-search"><div class="jet-search__popup jet-search__popup--full-screen jet-search__popup--move-up-effect">
	<div class="jet-search__popup-content"><form role="search" method="get" class="jet-search__form" action="https://tvoeshop.com/">
	<label class="jet-search__label">
		<input type="search" class="jet-search__field" placeholder="" value="" name="s" />
	</label>
		<button type="submit" class="jet-search__submit"><span class="jet-search__submit-icon jet-blocks-icon"><i aria-hidden="true" class="fas fa-search"></i></span></button>
				<input type="hidden" name="post_type" value="product" />
		<input type="hidden" name="lang" value="uk" /></form><button type="button" class="jet-search__popup-close"><span class="jet-search__popup-close-icon jet-blocks-icon"><i aria-hidden="true" class="fas fa-times"></i></span></button></div>
</div>
<div class="jet-search__popup-trigger-container">
	<button type="button" class="jet-search__popup-trigger"><span class="jet-search__popup-trigger-icon jet-blocks-icon"><i aria-hidden="true" class="fas fa-search"></i></span></button>
</div></div></div>		</div>
				</div>
				<div class="elementor-element elementor-element-9d74718 toggle-icon--bag-medium elementor-widget__width-initial elementor-menu-cart--empty-indicator-hide elementor-menu-cart--items-indicator-bubble elementor-menu-cart--cart-type-side-cart elementor-menu-cart--show-remove-button-yes elementor-widget elementor-widget-woocommerce-menu-cart" data-id="9d74718" data-element_type="widget" id="cart_header" data-settings="{&quot;cart_type&quot;:&quot;side-cart&quot;,&quot;open_cart&quot;:&quot;click&quot;}" data-widget_type="woocommerce-menu-cart.default">
				<div class="elementor-widget-container">
					<div class="elementor-menu-cart__wrapper">
							<div class="elementor-menu-cart__toggle_wrapper">
					<div class="elementor-menu-cart__container elementor-lightbox" aria-hidden="true">
						<div class="elementor-menu-cart__main" aria-hidden="true">
							<div class="elementor-menu-cart__close-button"></div>
							<div class="widget_shopping_cart_content">
															</div>
						</div>
					</div>
							<div class="elementor-menu-cart__toggle elementor-button-wrapper">
			<a id="elementor-menu-cart__toggle_button" href="#" class="elementor-menu-cart__toggle_button elementor-button elementor-size-sm" aria-expanded="false">
				<span class="elementor-button-text"><span class="woocommerce-Price-amount amount"><bdi>0&nbsp;<span class="woocommerce-Price-currencySymbol">₴</span></bdi></span></span>
				<span class="elementor-button-icon" data-counter="0">
					<i class="eicon-bag-medium"></i>					<span class="elementor-screen-only">Кошик</span>
				</span>
			</a>
		</div>
						</div>
					</div> <!-- close elementor-menu-cart__wrapper -->
				</div>
				</div>
				<div class="elementor-element elementor-element-c30da30 elementor-widget__width-initial elementor-widget elementor-widget-jet-wishlist-count-button" data-id="c30da30" data-element_type="widget" data-widget_type="jet-wishlist-count-button.default">
				<div class="elementor-widget-container">
			<div class="jet-wishlist-count-button jet-cw"><div class="jet-wishlist-count-button__wrapper">
			<a href="https://tvoeshop.com/wishlist/" class="jet-wishlist-count-button__link jet-wishlist-count-button--icon-left jet-wishlist-count-button--count-top-right" data-widget-type="jet-wishlist-count-button" data-widget-id="c30da30">
				<div class="jet-wishlist-count-button__content">
					<span class="jet-wishlist-count-button__icon jet-cw-icon"><i aria-hidden="true" class="far fa-heart"></i></span><span class="jet-wishlist-count-button__label"></span><div class="jet-wishlist-count-button__count"><span>0</span></div>				</div>
			</a>

			</div></div>		</div>
				</div>
				<div class="elementor-element elementor-element-fd4abb4 elementor-align-left elementor-mobile-align-center elementor-tablet-align-left elementor-widget__width-initial elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="fd4abb4" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="tel:+380985755156">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-phone-alt"></i>						</span>
										<span class="elementor-icon-list-text">+38 (098) 575 5156</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
				<div class="elementor-element elementor-element-a281b93 elementor-align-center elementor-widget__width-initial elementor-hidden-desktop elementor-hidden-mobile elementor-widget elementor-widget-button" data-id="a281b93" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
					<div class="elementor-button-wrapper">
			<a href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQ1NTc0IiwidG9nZ2xlIjpmYWxzZX0%3D" class="elementor-button-link elementor-button elementor-size-sm" role="button">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-text">АКТИВУЙ СЕРТИФІКАТ</span>
		</span>
					</a>
		</div>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-1f3d0e8 elementor-hidden-mobile" data-id="1f3d0e8" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-71074d9 jet-nav-align-center jet-nav-tablet-align-space-between jet-nav-mobile-align-space-between elementor-widget elementor-widget-jet-nav-menu" data-id="71074d9" data-element_type="widget" data-widget_type="jet-nav-menu.default">
				<div class="elementor-widget-container">
			<nav class="jet-nav-wrap jet-mobile-menu jet-mobile-menu--default" data-mobile-layout="default">
<div class="jet-nav__mobile-trigger jet-nav-mobile-trigger-align-left">
	<span class="jet-nav__mobile-trigger-open jet-blocks-icon"><i aria-hidden="true" class="fas fa-bars"></i></span>	<span class="jet-nav__mobile-trigger-close jet-blocks-icon"><i aria-hidden="true" class="fas fa-times"></i></span></div><div class="menu-main-container"><div class="jet-nav jet-nav--horizontal"><div class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home jet-nav__item-44429 jet-nav__item"><a href="https://tvoeshop.com/" class="menu-item-link menu-item-link-depth-0 menu-item-link-top"><span class="jet-nav-link-text">Головна</span></a></div>
<div class="menu-item menu-item-type-post_type menu-item-object-page jet-nav__item-44470 jet-nav__item"><a href="https://tvoeshop.com/about/" class="menu-item-link menu-item-link-depth-0 menu-item-link-top"><span class="jet-nav-link-text">Про нас</span></a></div>
<div class="menu-item menu-item-type-post_type menu-item-object-page jet-nav__item-44477 jet-nav__item"><a href="https://tvoeshop.com/cooperation/" class="menu-item-link menu-item-link-depth-0 menu-item-link-top"><span class="jet-nav-link-text">Співпраця</span></a></div>
<div class="menu-item menu-item-type-post_type menu-item-object-page jet-nav__item-44482 jet-nav__item"><a href="https://tvoeshop.com/korporatyvnym-kliyentam/" class="menu-item-link menu-item-link-depth-0 menu-item-link-top"><span class="jet-nav-link-text">Корпоративним клієнтам</span></a></div>
<div class="menu-item menu-item-type-custom menu-item-object-custom jet-nav__item-55626 jet-nav__item"><a href="https://tvoeshop.com/prosto-skorystatys/" class="menu-item-link menu-item-link-depth-0 menu-item-link-top"><span class="jet-nav-link-text">Як це працює</span></a></div>
<div class="menu-item menu-item-type-post_type menu-item-object-page jet-nav__item-67703 jet-nav__item"><a href="https://tvoeshop.com/blog/" class="menu-item-link menu-item-link-depth-0 menu-item-link-top"><span class="jet-nav-link-text">Блог</span></a></div>
<div class="menu-item menu-item-type-post_type menu-item-object-page jet-nav__item-44493 jet-nav__item"><a href="https://tvoeshop.com/contact/" class="menu-item-link menu-item-link-depth-0 menu-item-link-top"><span class="jet-nav-link-text">Контакти</span></a></div>
</div></div></nav>		</div>
				</div>
					</div>
		</div>
							</div>
		</section>
							</div>
			</header><!-- #masthead -->
		<div id="content" class="site-content ">

				<div class="site-content__wrap container">
			<div class="row">
			<div id="primary" class="col-xs-12">
			<main id="main" class="site-main">
		
					
			<div class="woocommerce-notices-wrapper"></div>
<div id="product-1351" class="product type-product post-1351 status-publish first instock product_cat-aktyvnyj-vidpochynok product_cat-bez-kategorii product_cat-ekstremalni product_cat-nebesni has-post-thumbnail shipping-taxable purchasable product-type-variable has-default-attributes" >
			<div data-elementor-type="jet-woo-builder" data-elementor-id="1850" class="elementor elementor-1850">
									<section class="elementor-section elementor-top-section elementor-element elementor-element-05f12b3 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="05f12b3" data-element_type="section" id="v" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;a8ed95a&quot;,&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-c9d67ba" data-id="c9d67ba" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-e384e85 elementor-widget__width-auto elementor-hidden-tablet elementor-absolute elementor-hidden-desktop elementor-widget elementor-widget-jet-wishlist-button" data-id="e384e85" data-element_type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="jet-wishlist-button.default">
				<div class="elementor-widget-container">
			<div class="jet-wishlist-button jet-cw"><div class="jet-wishlist-button__container">
			<a href="#" class="jet-wishlist-button__link jet-wishlist-button__link--icon-bottom" data-widget-type="jet-wishlist-button" data-product-id="1351" data-widget-id="e384e85">
				<div class="jet-wishlist-button__plane jet-wishlist-button__plane-normal"></div>
				<div class="jet-wishlist-button__plane jet-wishlist-button__plane-added"></div>
				<div class="jet-wishlist-button__state jet-wishlist-button__state-normal">
					<span class="jet-wishlist-button__icon jet-cw-icon"><i aria-hidden="true" class="fas fa-heart"></i></span><span class="jet-wishlist-button__label"></span>				</div>
				<div class="jet-wishlist-button__state jet-wishlist-button__state-added">
					<span class="jet-wishlist-button__icon jet-cw-icon"><i aria-hidden="true" class="fas fa-heart"></i></span><span class="jet-wishlist-button__label"></span>				</div>
			</a>

			</div></div>		</div>
				</div>
				<div class="elementor-element elementor-element-fc1e270 slider-product elementor-pagination-position-inside elementor-arrows-position-inside elementor-widget elementor-widget-image-carousel" data-id="fc1e270" data-element_type="widget" data-settings="{&quot;slides_to_show&quot;:&quot;1&quot;,&quot;navigation&quot;:&quot;both&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;speed&quot;:500}" data-widget_type="image-carousel.default">
				<div class="elementor-widget-container">
					<div class="elementor-image-carousel-wrapper swiper-container" dir="ltr">
			<div class="elementor-image-carousel swiper-wrapper swiper-image-stretch">
								<div class="swiper-slide"><a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="fc1e270" data-elementor-lightbox-title="https://tvoeshop.com/product/samostijnyj-strybok-z-parashutom-u-lvovi/" e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDg5MjYsInVybCI6Imh0dHBzOlwvXC90dm9lc2hvcC5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjBcLzEwXC8xOTcwLTAxLTIwLTAxMjY1OTM5MV8zXzExem9uLndlYnAiLCJzbGlkZXNob3ciOiJmYzFlMjcwIn0%3D" href="https://tvoeshop.com/wp-content/uploads/2020/10/1970-01-20-012659391_3_11zon.webp"><figure class="swiper-slide-inner"><img width="1200" height="600" class="swiper-slide-image" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201200%20600'%3E%3C/svg%3E" alt="https://tvoeshop.com/product/samostijnyj-strybok-z-parashutom-u-lvovi/" data-lazy-src="https://tvoeshop.com/wp-content/uploads/2020/10/1970-01-20-012659391_3_11zon.webp" /><noscript><img width="1200" height="600" class="swiper-slide-image" src="https://tvoeshop.com/wp-content/uploads/2020/10/1970-01-20-012659391_3_11zon.webp" alt="https://tvoeshop.com/product/samostijnyj-strybok-z-parashutom-u-lvovi/" /></noscript></figure></a></div><div class="swiper-slide"><a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="fc1e270" data-elementor-lightbox-title="https://tvoeshop.com/product/samostijnyj-strybok-z-parashutom-u-lvovi/" e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDg5MjcsInVybCI6Imh0dHBzOlwvXC90dm9lc2hvcC5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjBcLzEwXC8xOTcwLTAxLTIwLTAxMjY1OTM5NV80XzExem9uLndlYnAiLCJzbGlkZXNob3ciOiJmYzFlMjcwIn0%3D" href="https://tvoeshop.com/wp-content/uploads/2020/10/1970-01-20-012659395_4_11zon.webp"><figure class="swiper-slide-inner"><img width="1200" height="600" class="swiper-slide-image" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201200%20600'%3E%3C/svg%3E" alt="https://tvoeshop.com/product/samostijnyj-strybok-z-parashutom-u-lvovi/" data-lazy-src="https://tvoeshop.com/wp-content/uploads/2020/10/1970-01-20-012659395_4_11zon.webp" /><noscript><img width="1200" height="600" class="swiper-slide-image" src="https://tvoeshop.com/wp-content/uploads/2020/10/1970-01-20-012659395_4_11zon.webp" alt="https://tvoeshop.com/product/samostijnyj-strybok-z-parashutom-u-lvovi/" /></noscript></figure></a></div><div class="swiper-slide"><a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="fc1e270" data-elementor-lightbox-title="https://tvoeshop.com/product/samostijnyj-strybok-z-parashutom-u-lvovi/" e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDg5MjksInVybCI6Imh0dHBzOlwvXC90dm9lc2hvcC5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjBcLzEwXC8xOTcwLTAxLTIwLTAxMjY1OTM2MDBfMl8xMXpvbi53ZWJwIiwic2xpZGVzaG93IjoiZmMxZTI3MCJ9" href="https://tvoeshop.com/wp-content/uploads/2020/10/1970-01-20-0126593600_2_11zon.webp"><figure class="swiper-slide-inner"><img width="1200" height="600" class="swiper-slide-image" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201200%20600'%3E%3C/svg%3E" alt="https://tvoeshop.com/product/samostijnyj-strybok-z-parashutom-u-lvovi/" data-lazy-src="https://tvoeshop.com/wp-content/uploads/2020/10/1970-01-20-0126593600_2_11zon.webp" /><noscript><img width="1200" height="600" class="swiper-slide-image" src="https://tvoeshop.com/wp-content/uploads/2020/10/1970-01-20-0126593600_2_11zon.webp" alt="https://tvoeshop.com/product/samostijnyj-strybok-z-parashutom-u-lvovi/" /></noscript></figure></a></div><div class="swiper-slide"><a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="fc1e270" data-elementor-lightbox-title="https://tvoeshop.com/product/samostijnyj-strybok-z-parashutom-u-lvovi/" e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTQ4MDIsInVybCI6Imh0dHBzOlwvXC90dm9lc2hvcC5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjBcLzEwXC9pbWdfMTgwMy5qcGciLCJzbGlkZXNob3ciOiJmYzFlMjcwIn0%3D" href="https://tvoeshop.com/wp-content/uploads/2020/10/img_1803.jpg"><figure class="swiper-slide-inner"><img width="1200" height="600" class="swiper-slide-image" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201200%20600'%3E%3C/svg%3E" alt="https://tvoeshop.com/product/samostijnyj-strybok-z-parashutom-u-lvovi/" data-lazy-src="https://tvoeshop.com/wp-content/uploads/2020/10/img_1803.jpg" /><noscript><img width="1200" height="600" class="swiper-slide-image" src="https://tvoeshop.com/wp-content/uploads/2020/10/img_1803.jpg" alt="https://tvoeshop.com/product/samostijnyj-strybok-z-parashutom-u-lvovi/" /></noscript></figure></a></div>			</div>
												<div class="swiper-pagination"></div>
													<div class="elementor-swiper-button elementor-swiper-button-prev">
						<i aria-hidden="true" class="eicon-chevron-left"></i>						<span class="elementor-screen-only">Попереднє</span>
					</div>
					<div class="elementor-swiper-button elementor-swiper-button-next">
						<i aria-hidden="true" class="eicon-chevron-right"></i>						<span class="elementor-screen-only">Наступне</span>
					</div>
									</div>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-73db12e" data-id="73db12e" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-57a335d elementor-widget elementor-widget-spacer" data-id="57a335d" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
					<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-f86845b elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-jet-breadcrumbs" data-id="f86845b" data-element_type="widget" data-widget_type="jet-breadcrumbs.default">
				<div class="elementor-widget-container">
			<div class="elementor-jet-breadcrumbs jet-blocks">
		<div class="jet-breadcrumbs">
		<div class="jet-breadcrumbs__content">
		<div class="jet-breadcrumbs__wrap"><div class="jet-breadcrumbs__item"><a href="https://tvoeshop.com/" class="jet-breadcrumbs__item-link is-home" rel="home" title="ТвоЄ">ТвоЄ</a></div>
			 <div class="jet-breadcrumbs__item"><div class="jet-breadcrumbs__item-sep"><span>/</span></div></div> <div class="jet-breadcrumbs__item"><a href="https://tvoeshop.com/shop/" class="jet-breadcrumbs__item-link" rel="tag" title="Каталог">Каталог</a></div>
			 <div class="jet-breadcrumbs__item"><div class="jet-breadcrumbs__item-sep"><span>/</span></div></div> <div class="jet-breadcrumbs__item"><a href="https://tvoeshop.com/product-category/bez-kategorii/" class="jet-breadcrumbs__item-link" rel="tag" title="Без категорії">Без категорії</a></div>
			 <div class="jet-breadcrumbs__item"><div class="jet-breadcrumbs__item-sep"><span>/</span></div></div> <div class="jet-breadcrumbs__item"><span class="jet-breadcrumbs__item-target">Самостійний стрибок з парашутом</span></div>
		</div>
		</div>
		</div></div>		</div>
				</div>
				<div class="elementor-element elementor-element-25eeeaf elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="25eeeaf" data-element_type="widget" id="title_popup_pay_single" data-widget_type="jet-listing-dynamic-field.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><h1 class="jet-listing-dynamic-field__content">Самостійний стрибок з парашутом у Львові</h1></div></div>		</div>
				</div>
				<div class="elementor-element elementor-element-1848c1d elementor-hidden-desktop elementor-hidden-tablet elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="1848c1d" data-element_type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
					<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
				</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-415eb29 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="415eb29" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;d0222c6&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-cb76101" data-id="cb76101" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-483de78 elementor-widget__width-auto elementor-view-default elementor-widget elementor-widget-icon" data-id="483de78" data-element_type="widget" data-widget_type="icon.default">
				<div class="elementor-widget-container">
					<div class="elementor-icon-wrapper">
			<div class="elementor-icon">
			<i aria-hidden="true" class="fas fa-map-marker-alt"></i>			</div>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-1974493 elementor-widget__width-initial elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1974493" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Львів</div></div></div>		</div>
				</div>
				<div class="elementor-element elementor-element-279a169 elementor-widget elementor-widget-heading" data-id="279a169" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<div class="elementor-heading-title elementor-size-default">Місто</div>		</div>
				</div>
				<div class="elementor-element elementor-element-287124a elementor-widget__width-initial elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile jet-smart-filter-group-position-column elementor-widget elementor-widget-jet-smart-filters-select" data-id="287124a" data-element_type="widget" data-widget_type="jet-smart-filters-select.default">
				<div class="elementor-widget-container">
			<div class="jet-smart-filters-select jet-filter " data-indexer-rule="show" data-show-counter="" data-change-counter="always"><div class="jet-select" data-query-type="tax_query" data-query-var="city" data-smart-filter="select" data-filter-id="1178" data-apply-type="ajax" data-content-provider="jet-engine" data-additional-providers="" data-query-id="default" data-active-label="citys" data-layout-options="{&quot;show_label&quot;:&quot;&quot;,&quot;display_options&quot;:{&quot;show_items_label&quot;:false,&quot;show_decorator&quot;:false,&quot;filter_image_size&quot;:&quot;full&quot;,&quot;show_counter&quot;:false}}" data-query-var-suffix="">
	
	
		<select
			class="jet-select__control"
			name="city"
		>
		
					<option
				value=""
				data-label="Місто"
				data-counter-prefix="("
				data-counter-suffix=")"
							>Місто</option>
						<option
				value="577"
				data-label="Вінниця"
				data-counter-prefix="("
				data-counter-suffix=")"
							>Вінниця</option>
						<option
				value="187"
				data-label="Дрогобич"
				data-counter-prefix="("
				data-counter-suffix=")"
							>Дрогобич</option>
						<option
				value="88"
				data-label="Ів.Франківськ"
				data-counter-prefix="("
				data-counter-suffix=")"
							>Ів.Франківськ</option>
						<option
				value="176"
				data-label="Коломия"
				data-counter-prefix="("
				data-counter-suffix=")"
							>Коломия</option>
						<option
				value="90"
				data-label="Луцьк"
				data-counter-prefix="("
				data-counter-suffix=")"
							>Луцьк</option>
						<option
				value="87"
				data-label="Львів"
				data-counter-prefix="("
				data-counter-suffix=")"
							>Львів</option>
						<option
				value="172"
				data-label="Рівне"
				data-counter-prefix="("
				data-counter-suffix=")"
							>Рівне</option>
						<option
				value="89"
				data-label="Тернопіль"
				data-counter-prefix="("
				data-counter-suffix=")"
							>Тернопіль</option>
						<option
				value="535"
				data-label="Ужгород"
				data-counter-prefix="("
				data-counter-suffix=")"
							>Ужгород</option>
						<option
				value="196"
				data-label="Хмельницький"
				data-counter-prefix="("
				data-counter-suffix=")"
							>Хмельницький</option>
						<option
				value="445"
				data-label="Чернівці"
				data-counter-prefix="("
				data-counter-suffix=")"
							>Чернівці</option>
			</select>

	
</div>
</div>		</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3f7744b" data-id="3f7744b" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-91f8310 elementor-widget__width-initial elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-view-default elementor-widget elementor-widget-icon" data-id="91f8310" data-element_type="widget" data-widget_type="icon.default">
				<div class="elementor-widget-container">
					<div class="elementor-icon-wrapper">
			<div class="elementor-icon">
			<svg xmlns="http://www.w3.org/2000/svg" width="21.429" height="30" viewBox="0 0 21.429 30"><path id="Icon_material-touch-app" data-name="Icon material-touch-app" d="M13.2,16.271V10.929a3.571,3.571,0,0,1,7.143,0v5.343a6.429,6.429,0,1,0-7.143,0Zm14.057,6.614-6.486-3.229A2.012,2.012,0,0,0,20,19.5H18.911V10.929a2.143,2.143,0,0,0-4.286,0V26.271l-4.9-1.029a2.5,2.5,0,0,0-.343-.043,1.6,1.6,0,0,0-1.129.471L7.125,26.814l7.057,7.057A2.15,2.15,0,0,0,15.7,34.5h9.7a2.081,2.081,0,0,0,2.057-1.829l1.071-7.529a2.053,2.053,0,0,0-1.271-2.257Z" transform="translate(-7.125 -4.5)" fill="#fff" opacity="0.4"></path></svg>			</div>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-00fda55 elementor-widget__width-initial elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="00fda55" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"></div></div></div>		</div>
				</div>
				<div class="elementor-element elementor-element-5ff2419 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-heading" data-id="5ff2419" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<div class="elementor-heading-title elementor-size-default">Скористались</div>		</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-a9800de" data-id="a9800de" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-111375c elementor-widget__width-auto elementor-view-default elementor-widget elementor-widget-icon" data-id="111375c" data-element_type="widget" data-widget_type="icon.default">
				<div class="elementor-widget-container">
					<div class="elementor-icon-wrapper">
			<div class="elementor-icon">
			<i aria-hidden="true" class="fas fa-star"></i>			</div>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-1aa4154 elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1aa4154" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">5</div></div></div>		</div>
				</div>
				<div class="elementor-element elementor-element-c155019 elementor-widget elementor-widget-heading" data-id="c155019" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<div class="elementor-heading-title elementor-size-default">Оцінили</div>		</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<div class="elementor-element elementor-element-06dc292 elementor-widget elementor-widget-spacer" data-id="06dc292" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
					<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-a3d09d4 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="a3d09d4" data-element_type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
					<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
				</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-585889b elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="585889b" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;53b72ea&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-849eac1" data-id="849eac1" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-4daa4f2 elementor-widget__width-initial elementor-view-default elementor-widget elementor-widget-icon" data-id="4daa4f2" data-element_type="widget" data-widget_type="icon.default">
				<div class="elementor-widget-container">
					<div class="elementor-icon-wrapper">
			<div class="elementor-icon">
			<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50"><g id="Group_9302" data-name="Group 9302" transform="translate(-1185 -430)"><circle id="Ellipse_1" data-name="Ellipse 1" cx="25" cy="25" r="25" transform="translate(1185 430)" fill="rgba(0,43,70,0.2)"></circle><g id="calendar" transform="translate(1197 414.012)"><path id="Path_15344" data-name="Path 15344" d="M.673,161.8h17.61a.674.674,0,0,0,.432-.156c.169-.142,4.028-3.47,4.263-10.654H4.064C3.83,157.509.277,160.574.24,160.6A.677.677,0,0,0,.673,161.8Z" transform="translate(0 -114.749)" fill="#fff"></path><path id="Path_15345" data-name="Path 15345" d="M109.264,32.339h-3.378v-.676a.676.676,0,1,0-1.351,0v.676h-3.423v-.676a.676.676,0,0,0-1.351,0v.676H96.381v-.676a.676.676,0,0,0-1.351,0v.676H91.652a.669.669,0,0,0-.676.676v2.027h18.963V33.015A.669.669,0,0,0,109.264,32.339Z" transform="translate(-86.939)" fill="#fff"></path><path id="Path_15346" data-name="Path 15346" d="M106.511,302.918a2.033,2.033,0,0,1-1.3.472H90.977v2.027a.675.675,0,0,0,.676.676h17.612a.675.675,0,0,0,.676-.676v-7.574A13.391,13.391,0,0,1,106.511,302.918Z" transform="translate(-86.94 -255.104)" fill="#fff"></path></g></g></svg>			</div>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-165dc37 elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="165dc37" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Недоступно під час воєнного стану</div></div></div>		</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-535d8d4" data-id="535d8d4" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-34f958e elementor-widget__width-initial elementor-view-default elementor-widget elementor-widget-icon" data-id="34f958e" data-element_type="widget" data-widget_type="icon.default">
				<div class="elementor-widget-container">
					<div class="elementor-icon-wrapper">
			<div class="elementor-icon">
			<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50"><g id="Group_9308" data-name="Group 9308" transform="translate(-1566 -432)"><circle id="Ellipse_132" data-name="Ellipse 132" cx="25" cy="25" r="25" transform="translate(1566 432)" fill="rgba(0,43,70,0.2)"></circle><g id="pregnant" transform="translate(1521.5 446)"><g id="Group_9297" data-name="Group 9297" transform="translate(68.983 10.93)"><path id="Path_15357" data-name="Path 15357" d="M245.647,240c-.69,0-.95.864-.961.9a.593.593,0,0,1-.612.457.631.631,0,0,1-.606-.462c-.009-.033-.27-.9-.959-.9a.982.982,0,0,0-.937,1.071c0,.754.682,1.362,2.1,2.558l.407.345.407-.344c.955-.805,2.1-1.706,2.1-2.559A.982.982,0,0,0,245.647,240Z" transform="translate(-241.57 -240)" fill="none"></path></g><g id="Group_9299" data-name="Group 9299" transform="translate(61 0)"><path id="Path_15358" data-name="Path 15358" d="M78,12.8a7.37,7.37,0,0,0-4.236-6.742,2.731,2.731,0,0,0,.313-1.241,2.676,2.676,0,0,0-1.783-2.549l-.833-.287A7.181,7.181,0,0,1,68.655.2a.652.652,0,0,0-.463-.2H64.269a.655.655,0,0,0-.62.461l-.678,2.1A5.364,5.364,0,0,0,63.4,6.83a4.055,4.055,0,0,1-.594,4.679,7.2,7.2,0,0,0-.656,8.659l1.58,2.532a.649.649,0,0,0,.544.3h7.846a.664.664,0,0,0,.654-.674,6.668,6.668,0,0,0-.422-2.311A7.3,7.3,0,0,0,78,12.8Zm-5.275,2.875c-.262.228-.542.472-.835.734a.64.64,0,0,1-.857,0c-.294-.263-.573-.505-.836-.734-1.529-1.329-2.634-2.29-2.634-3.755A2.364,2.364,0,0,1,69.84,9.434a2.1,2.1,0,0,1,1.622.764,2.1,2.1,0,0,1,1.622-.764,2.364,2.364,0,0,1,2.276,2.489C75.36,13.494,74.011,14.56,72.725,15.678Z" transform="translate(-61)" fill="#fff"></path></g></g></g></svg>			</div>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-4495f7e elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="4495f7e" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Не рекомендується вагітним</div></div></div>		</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-4936fb1 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="4936fb1" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;53b72ea&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-2ec959c" data-id="2ec959c" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-15699ae elementor-widget__width-initial elementor-view-default elementor-widget elementor-widget-icon" data-id="15699ae" data-element_type="widget" data-widget_type="icon.default">
				<div class="elementor-widget-container">
					<div class="elementor-icon-wrapper">
			<div class="elementor-icon">
			<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50"><g id="Group_9303" data-name="Group 9303" transform="translate(-1185 -545)"><circle id="Ellipse_131" data-name="Ellipse 131" cx="25" cy="25" r="25" transform="translate(1185 545)" fill="rgba(0,43,70,0.2)"></circle><g id="shirt" transform="translate(1198.5 556.486)"><g id="Group_9295" data-name="Group 9295" transform="translate(0 2.514)"><path id="Path_15347" data-name="Path 15347" d="M115.652,485.594h12.827v-.8H115.652Z" transform="translate(-110.565 -462.594)" fill="#fff"></path><path id="Path_15348" data-name="Path 15348" d="M18.279,4.3a2.06,2.06,0,0,0-.7-.356l-2.453-.711a.415.415,0,0,1-.18-.107l-.606-.614a6.141,6.141,0,0,1-2.844.737,6.141,6.141,0,0,1-2.844-.737l-.606.614a.415.415,0,0,1-.18.107l-2.453.71a2.061,2.061,0,0,0-.7.356L0,7.982,2.86,12.33l.8-.645L1.588,8.543a.425.425,0,0,1,.118-.581.412.412,0,0,1,.575.114l2.027,3.081.278-.226a.412.412,0,0,1,.44-.051.422.422,0,0,1,.236.38V23.906H17.739V11.26a.422.422,0,0,1,.236-.38.412.412,0,0,1,.44.051l.278.226L20.72,8.076A.413.413,0,0,1,21.3,7.96a.425.425,0,0,1,.116.583l-2.067,3.142.8.645L23,7.982Z" transform="translate(0 -2.514)" fill="#fff"></path></g></g></g></svg>			</div>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-9e45642 elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9e45642" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Форма одягу - зручна</div></div></div>		</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-5129e8a" data-id="5129e8a" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-6d6d2b4 elementor-widget__width-initial elementor-view-default elementor-widget elementor-widget-icon" data-id="6d6d2b4" data-element_type="widget" data-widget_type="icon.default">
				<div class="elementor-widget-container">
					<div class="elementor-icon-wrapper">
			<div class="elementor-icon">
			<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50"><g id="Group_9307" data-name="Group 9307" transform="translate(-1566 -545)"><circle id="Ellipse_133" data-name="Ellipse 133" cx="25" cy="25" r="25" transform="translate(1566 545)" fill="rgba(0,43,70,0.2)"></circle><g id="crowd-of-users" transform="translate(1577.5 548.543)"><path id="Path_15359" data-name="Path 15359" d="M43.952,34.659a3.106,3.106,0,0,1,1.24.257,3.093,3.093,0,0,1,.587-1.672,3.648,3.648,0,0,0-.747-.077H42.609a3.652,3.652,0,0,0-.745.077,3.1,3.1,0,0,1,.589,1.8A3.1,3.1,0,0,1,43.952,34.659Z" transform="translate(-30.3 -15.617)" fill="#fff"></path><circle id="Ellipse_129" data-name="Ellipse 129" cx="2.854" cy="2.854" r="2.854" transform="translate(10.665 11.457)" fill="#fff"></circle><path id="Path_15360" data-name="Path 15360" d="M58.5,36.279a2.63,2.63,0,1,0-2.628-2.669,3.259,3.259,0,0,1,1.517,2.42A2.61,2.61,0,0,0,58.5,36.279Z" transform="translate(-40.426 -14.035)" fill="#fff"></path><path id="Path_15361" data-name="Path 15361" d="M25.53,31.019a2.629,2.629,0,1,0,1.4,4.853A3.257,3.257,0,0,1,28.152,33.8c0-.049.007-.1.007-.148A2.629,2.629,0,0,0,25.53,31.019Z" transform="translate(-16.568 -14.035)" fill="#fff"></path><path id="Path_15362" data-name="Path 15362" d="M71.82,23.88a3.258,3.258,0,0,1,1.516,2.42,2.628,2.628,0,1,0-1.516-2.42Z" transform="translate(-51.93 -7.158)" fill="#fff"></path><circle id="Ellipse_130" data-name="Ellipse 130" cx="2.63" cy="2.63" r="2.63" transform="translate(11.024 19.805)" fill="#fff"></circle><path id="Path_15363" data-name="Path 15363" d="M61.035,51.019H58.82a3.241,3.241,0,0,1-1,2.257,4,4,0,0,1,2.858,3.829v.841a9.051,9.051,0,0,0,3.529-.742l.176-.089H64.4V54.386A3.37,3.37,0,0,0,61.035,51.019Z" transform="translate(-41.814 -28.211)" fill="#fff"></path><path id="Path_15364" data-name="Path 15364" d="M76.979,41.289H74.765a3.241,3.241,0,0,1-1,2.257,4,4,0,0,1,2.857,3.829v.841a9.041,9.041,0,0,0,3.529-.742l.176-.089h.019V44.656A3.371,3.371,0,0,0,76.979,41.289Z" transform="translate(-53.346 -21.363)" fill="#fff"></path><path id="Path_15365" data-name="Path 15365" d="M22.93,53.275a3.243,3.243,0,0,1-1-2.244c-.082-.006-.163-.013-.247-.013H19.452a3.371,3.371,0,0,0-3.367,3.367v2.729l.007.042.188.059a15.786,15.786,0,0,0,3.792.713V57.1A4,4,0,0,1,22.93,53.275Z" transform="translate(-11.632 -28.211)" fill="#fff"></path><path id="Path_15366" data-name="Path 15366" d="M38.653,61H36.421a3.371,3.371,0,0,0-3.367,3.367V67.1l.007.043.188.059a15.335,15.335,0,0,0,4.578.738,9.4,9.4,0,0,0,4-.751L42,67.1h.018V64.37A3.369,3.369,0,0,0,38.653,61Z" transform="translate(-23.883 -35.48)" fill="#fff"></path><path id="Path_15367" data-name="Path 15367" d="M9.445,26.856a2.614,2.614,0,0,0,1.111-.249,3.259,3.259,0,0,1,1.516-2.421,2.629,2.629,0,1,0-2.627,2.67Z" transform="translate(-4.962 -7.383)" fill="#fff"></path><path id="Path_15368" data-name="Path 15368" d="M6.581,43.854a3.242,3.242,0,0,1-1-2.258H3.367A3.371,3.371,0,0,0,0,44.963v2.729H.019l.176.089a9.056,9.056,0,0,0,3.529.742v-.841A4,4,0,0,1,6.581,43.854Z" transform="translate(0 -21.584)" fill="#fff"></path><path id="Path_15369" data-name="Path 15369" d="M23.644,18.425a3.549,3.549,0,0,1,1.256-.285,3.111,3.111,0,0,1,1.525.4,2.645,2.645,0,0,0,.286-.332,3.349,3.349,0,0,1-.364-3.46,2.577,2.577,0,0,0-1.74-.669,2.605,2.605,0,0,0-2.513,1.927A3.128,3.128,0,0,1,23.644,18.425Z" transform="translate(-15.987 -1.908)" fill="#fff"></path><path id="Path_15370" data-name="Path 15370" d="M59.117,18.057a2.6,2.6,0,0,0,.32.409,3.107,3.107,0,0,1,1.385-.328,3.9,3.9,0,0,1,1.216.221,3.133,3.133,0,0,1,1.74-2.543,2.6,2.6,0,0,0-4.342-.927,3.336,3.336,0,0,1-.319,3.168Z" transform="translate(-42.778 -1.906)" fill="#fff"></path></g></g></svg>			</div>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-c91f9bd elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="c91f9bd" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Проходить у групі</div></div></div>		</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-bc9ba6f elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="bc9ba6f" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;53b72ea&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-ac81963" data-id="ac81963" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-261a866 elementor-widget__width-initial elementor-view-default elementor-widget elementor-widget-icon" data-id="261a866" data-element_type="widget" data-widget_type="icon.default">
				<div class="elementor-widget-container">
					<div class="elementor-icon-wrapper">
			<div class="elementor-icon">
			<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50"><g id="Group_9304" data-name="Group 9304" transform="translate(-1185 -669)"><circle id="Ellipse_135" data-name="Ellipse 135" cx="25" cy="25" r="25" transform="translate(1185 669)" fill="rgba(0,43,70,0.2)"></circle><g id="cloudy" transform="translate(1196 647.025)"><path id="Path_15338" data-name="Path 15338" d="M170.555,38.234a.812.812,0,0,0,.812-.812V35.786a.812.812,0,1,0-1.625,0v1.636A.812.812,0,0,0,170.555,38.234Z" transform="translate(-160.455)" fill="#fff"></path><path id="Path_15339" data-name="Path 15339" d="M2.635,133.9l-1.417-.818a.812.812,0,0,0-.812,1.407l1.417.818a.812.812,0,0,0,.812-1.407Z" transform="translate(0 -92.427)" fill="#fff"></path><path id="Path_15340" data-name="Path 15340" d="M1.834,313.977l-1.417.818a.813.813,0,0,0,.407,1.516c.368,0,.461-.178,1.822-.927a.812.812,0,0,0-.812-1.407Z" transform="translate(-0.011 -263.045)" fill="#fff"></path><path id="Path_15341" data-name="Path 15341" d="M314.54,135.3l1.417-.818a.812.812,0,1,0-.812-1.407l-1.417.818a.812.812,0,0,0,.812,1.407Z" transform="translate(-296.166 -92.427)" fill="#fff"></path><path id="Path_15342" data-name="Path 15342" d="M69.6,134.528a7.714,7.714,0,0,1,6.586-6.268,6.495,6.495,0,1,0-9.692,8.643A6.216,6.216,0,0,1,69.6,134.528Z" transform="translate(-61.237 -85.669)" fill="#fff"></path><path id="Path_15343" data-name="Path 15343" d="M122.9,200.78A6.092,6.092,0,0,0,111.164,203a4.581,4.581,0,0,0,.518,9.132c12.78-.013,12.081.033,12.3-.036A5.686,5.686,0,0,0,122.9,200.78Z" transform="translate(-101.027 -152.164)" fill="#fff"></path></g></g></svg>			</div>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-efea8c6 elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="efea8c6" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Залежить від погоди</div></div></div>		</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-7f05c2d" data-id="7f05c2d" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-bf7f685 elementor-widget__width-initial elementor-view-default elementor-widget elementor-widget-icon" data-id="bf7f685" data-element_type="widget" data-widget_type="icon.default">
				<div class="elementor-widget-container">
					<div class="elementor-icon-wrapper">
			<div class="elementor-icon">
			<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50"><g id="Group_9306" data-name="Group 9306" transform="translate(-1566 -669)"><circle id="Ellipse_134" data-name="Ellipse 134" cx="25" cy="25" r="25" transform="translate(1566 669)" fill="rgba(0,43,70,0.2)"></circle><g id="age-limit" transform="translate(1577 680)"><path id="Path_15349" data-name="Path 15349" d="M217.59,259.842a1.357,1.357,0,1,0,1.357,1.357A1.358,1.358,0,0,0,217.59,259.842Z" transform="translate(-204.43 -245.659)" fill="#fff"></path><path id="Path_15350" data-name="Path 15350" d="M227.664,203.961a.763.763,0,1,0-.763-.763A.764.764,0,0,0,227.664,203.961Z" transform="translate(-214.505 -191.376)" fill="#fff"></path><path id="Path_15351" data-name="Path 15351" d="M14,0A14,14,0,1,0,28,14,13.992,13.992,0,0,0,14,0ZM8.534,17.75a.82.82,0,1,1-1.641,0V11.124H6.122a.82.82,0,0,1,0-1.641H7.714a.82.82,0,0,1,.82.82Zm4.624.767a2.976,2.976,0,0,1-1.9-5.254,2.389,2.389,0,1,1,3.809,0A2.976,2.976,0,0,1,13.158,18.516Zm8.72-5.533H20.784v1.1a.82.82,0,1,1-1.641,0v-1.1H18.05a.82.82,0,0,1,0-1.641h1.094V10.25a.82.82,0,0,1,1.641,0v1.093h1.094a.82.82,0,0,1,0,1.641Z" fill="#fff"></path></g></g></svg>			</div>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-d0f368c elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="d0f368c" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Доступно з 18 років</div></div></div>		</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-d37f561 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="d37f561" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;53b72ea&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-0f445da" data-id="0f445da" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-bb1032c elementor-widget__width-initial elementor-view-default elementor-widget elementor-widget-icon" data-id="bb1032c" data-element_type="widget" data-widget_type="icon.default">
				<div class="elementor-widget-container">
					<div class="elementor-icon-wrapper">
			<div class="elementor-icon">
			<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50"><g id="Group_9305" data-name="Group 9305" transform="translate(-1185 -741)"><circle id="Ellipse_136" data-name="Ellipse 136" cx="25" cy="25" r="25" transform="translate(1185 741)" fill="rgba(0,43,70,0.2)"></circle><g id="_001---Degree" data-name="001---Degree" transform="translate(1194.018 730.951)"><path id="Shape" d="M17.7,32.05a10.7,10.7,0,0,1,.386,2.437,3.8,3.8,0,0,0-3.728.337,13.715,13.715,0,0,0-.368-2.778q.973.02,2,.02C16.572,32.066,17.14,32.059,17.7,32.05ZM16.522,40.4A2.606,2.606,0,1,1,19.2,37.8,2.642,2.642,0,0,1,16.522,40.4ZM.992,35.713a14.238,14.238,0,0,1,.536-4.429,14.238,14.238,0,0,1,.536,4.429,14.238,14.238,0,0,1-.536,4.429A14.238,14.238,0,0,1,.992,35.713ZM2.61,40.23a16.832,16.832,0,0,0,.523-4.518,16.836,16.836,0,0,0-.523-4.518,96.524,96.524,0,0,0,10.261.825,13.066,13.066,0,0,1,.437,3.694c0,.076,0,.147,0,.22a3.524,3.524,0,0,0-.172,3.414l-.024.055a95.878,95.878,0,0,0-10.5.829ZM14.6,44.049l-.391-.875a.541.541,0,0,0-.7-.271l-.9.388,1.256-2.929a3.776,3.776,0,0,0,1.892,1.006ZM19.539,42.9a.541.541,0,0,0-.7.271l-.4.866-1.148-2.674a3.78,3.78,0,0,0,1.893-1.006l1.253,2.918Zm10.8-2.527a89.08,89.08,0,0,0-10.389-.938l-.038-.09a3.553,3.553,0,0,0-.722-4.109,14.127,14.127,0,0,0-.382-3.21,91.823,91.823,0,0,0,11.532-.981,11.987,11.987,0,0,1,.643,4.664A12.04,12.04,0,0,1,30.339,40.376Z" transform="translate(0)" fill="#fff"></path></g></g></svg>			</div>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-0e19557 elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-widget elementor-widget-heading" data-id="0e19557" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<div class="elementor-heading-title elementor-size-default">Використати до 30.04.2023</div>		</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<div class="elementor-element elementor-element-e6ec8ae elementor-hidden-mobile elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="e6ec8ae" data-element_type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
					<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-e43659c elementor-widget elementor-widget-html" data-id="e43659c" data-element_type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
			<style>.dropdown .select-product>span:nth-child(4)>i {
    font-size: 23px !important;
    margin-left: 0px !important;
    margin-top: -5px !important;
    color: #002B46 !important;
}</style>		</div>
				</div>
				<div class="elementor-element elementor-element-f6f2325 elementor-widget elementor-widget-jet-single-add-to-cart" data-id="f6f2325" data-element_type="widget" data-widget_type="jet-single-add-to-cart.default">
				<div class="elementor-widget-container">
			<div class="elementor-jet-single-add-to-cart jet-woo-builder"><div class="jet-woo-builder-single-ajax-add-to-cart"  >
<form class="variations_form cart" action="https://tvoeshop.com/product/samostijnyj-strybok-z-parashutom-u-lvovi/" method="post" enctype='multipart/form-data' data-product_id="1351" data-product_variations="[{&quot;attributes&quot;:{&quot;attribute_pa_kilkist-osib&quot;:&quot;1-osoba&quot;,&quot;attribute_pa_tryvalist&quot;:&quot;6-god&quot;},&quot;availability_html&quot;:&quot;&quot;,&quot;backorders_allowed&quot;:false,&quot;dimensions&quot;:{&quot;length&quot;:&quot;&quot;,&quot;width&quot;:&quot;&quot;,&quot;height&quot;:&quot;&quot;},&quot;dimensions_html&quot;:&quot;\u041d\u0435\u0432\u0456\u0434\u043e\u043c\u043e&quot;,&quot;display_price&quot;:2100,&quot;display_regular_price&quot;:2100,&quot;image&quot;:{&quot;title&quot;:&quot;https:\/\/tvoeshop.com\/product\/samostijnyj-strybok-z-parashutom-u-lvovi\/&quot;,&quot;caption&quot;:&quot;Processed with VSCO with a6 preset&quot;,&quot;url&quot;:&quot;https:\/\/tvoeshop.com\/wp-content\/uploads\/2020\/10\/img_9427.jpg&quot;,&quot;alt&quot;:&quot;https:\/\/tvoeshop.com\/product\/samostijnyj-strybok-z-parashutom-u-lvovi\/&quot;,&quot;src&quot;:&quot;https:\/\/tvoeshop.com\/wp-content\/uploads\/2020\/10\/img_9427-600x300.jpg&quot;,&quot;srcset&quot;:&quot;https:\/\/tvoeshop.com\/wp-content\/uploads\/2020\/10\/img_9427-600x300.jpg 600w, https:\/\/tvoeshop.com\/wp-content\/uploads\/2020\/10\/img_9427-300x150.jpg 300w, https:\/\/tvoeshop.com\/wp-content\/uploads\/2020\/10\/img_9427-1024x512.jpg 1024w, https:\/\/tvoeshop.com\/wp-content\/uploads\/2020\/10\/img_9427-768x384.jpg 768w, https:\/\/tvoeshop.com\/wp-content\/uploads\/2020\/10\/img_9427.jpg 1200w&quot;,&quot;sizes&quot;:&quot;(max-width: 600px) 100vw, 600px&quot;,&quot;full_src&quot;:&quot;https:\/\/tvoeshop.com\/wp-content\/uploads\/2020\/10\/img_9427.jpg&quot;,&quot;full_src_w&quot;:1200,&quot;full_src_h&quot;:600,&quot;gallery_thumbnail_src&quot;:&quot;https:\/\/tvoeshop.com\/wp-content\/uploads\/2020\/10\/img_9427-100x100.jpg&quot;,&quot;gallery_thumbnail_src_w&quot;:100,&quot;gallery_thumbnail_src_h&quot;:100,&quot;thumb_src&quot;:&quot;https:\/\/tvoeshop.com\/wp-content\/uploads\/2020\/10\/img_9427-300x300.jpg&quot;,&quot;thumb_src_w&quot;:300,&quot;thumb_src_h&quot;:300,&quot;src_w&quot;:600,&quot;src_h&quot;:300},&quot;image_id&quot;:47138,&quot;is_downloadable&quot;:false,&quot;is_in_stock&quot;:true,&quot;is_purchasable&quot;:true,&quot;is_sold_individually&quot;:&quot;no&quot;,&quot;is_virtual&quot;:false,&quot;max_qty&quot;:&quot;&quot;,&quot;min_qty&quot;:1,&quot;price_html&quot;:&quot;&quot;,&quot;sku&quot;:&quot;&quot;,&quot;variation_description&quot;:&quot;&quot;,&quot;variation_id&quot;:49812,&quot;variation_is_active&quot;:true,&quot;variation_is_visible&quot;:true,&quot;weight&quot;:&quot;&quot;,&quot;weight_html&quot;:&quot;\u041d\u0435\u0432\u0456\u0434\u043e\u043c\u043e&quot;}]">
	
		
				<div class="dropdown">
					<div class="select-product"><span><i class="fas fa-coins"></i>2100 ₴</span><span >
						<i class="fas fa-users"></i>
						1 особа
						</span><span>
						<i class="fas fa-clock"></i>
						6 год</span><span>
						<i class="fas fa-sort-down"></i>
						</span></div>
						<ul class="dropdown-menu dropdown-product_menu"><li id="49812" class="active" data-count="1-osoba" data-time="6-god"><span><i class="fas fa-coins"></i>2100 ₴</span><span><i class="fas fa-users"></i>1 особа</span><span><i class="fas fa-clock"></i>6 год</span></li>
					</ul>
					</div>				<table class="variations" cellspacing="0" style="display:none;">
			<tbody>
									<tr>
						<td class="label"><label for="pa_kilkist-osib">Кількість осіб</label></td>
						<td class="value">
							<select id="pa_kilkist-osib" class="" name="attribute_pa_kilkist-osib" data-attribute_name="attribute_pa_kilkist-osib" data-show_option_none="yes"><option value="">Виберіть опцію</option><option value="1-osoba"  selected='selected'>1 особа</option></select>							
						</td>
					</tr>
									<tr>
						<td class="label"><label for="pa_tryvalist">Тривалість</label></td>
						<td class="value">
							<select id="pa_tryvalist" class="" name="attribute_pa_tryvalist" data-attribute_name="attribute_pa_tryvalist" data-show_option_none="yes"><option value="">Виберіть опцію</option><option value="6-god"  selected='selected'>6 год</option></select><a class="reset_variations" href="#">Очистити</a>							
						</td>
					</tr>
							</tbody>
		</table>

				<div class="single_variation_wrap" style="display:none;">
			<div class="woocommerce-variation single_variation"></div><div class="woocommerce-variation-add-to-cart variations_button">
	
		<div class="quantity">
				<label class="screen-reader-text" for="quantity_634f5f0491390">Самостійний стрибок з парашутом кількість</label>
		<input
			type="number"
			id="quantity_634f5f0491390"
			class="input-text qty text"
			step="1"
			min="1"
			max=""
			name="quantity"
			value="1"
			title="К-ть"
			size="4"
			placeholder=""
			inputmode="numeric"
			autocomplete="off"
		/>
			</div>
	
	<button type="submit" class="single_add_to_cart_button button alt">Подарувати</button>

	
	<input type="hidden" name="add-to-cart" value="1351" />
	<input type="hidden" name="product_id" value="1351" />
	<input type="hidden" name="variation_id" class="variation_id" value="0" />
</div>
		</div>
						
				
	  





		
	
	</form>
</div></div>		</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-9af3384 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="9af3384" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;25c019b&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-2ad5ce9 elementor-hidden-tablet elementor-hidden-mobile" data-id="2ad5ce9" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-3a7c825 elementor-widget__width-auto elementor-view-default elementor-widget elementor-widget-icon" data-id="3a7c825" data-element_type="widget" data-widget_type="icon.default">
				<div class="elementor-widget-container">
					<div class="elementor-icon-wrapper">
			<div class="elementor-icon">
			<svg xmlns="http://www.w3.org/2000/svg" id="mouse_scroll_down" data-name="mouse scroll down" width="30" height="50" viewBox="0 0 30 50"><g id="&#x41F;&#x440;&#x44F;&#x43C;&#x43E;&#x443;&#x433;&#x43E;&#x43B;&#x44C;&#x43D;&#x438;&#x43A;_4480" data-name="&#x41F;&#x440;&#x44F;&#x43C;&#x43E;&#x443;&#x433;&#x43E;&#x43B;&#x44C;&#x43D;&#x438;&#x43A; 4480" fill="none" stroke="#fff" stroke-width="2"><rect width="30" height="50" rx="15" stroke="none"></rect><rect x="1" y="1" width="28" height="48" rx="14" fill="none"></rect></g><rect id="&#x41F;&#x440;&#x44F;&#x43C;&#x43E;&#x443;&#x433;&#x43E;&#x43B;&#x44C;&#x43D;&#x438;&#x43A;_4481" data-name="&#x41F;&#x440;&#x44F;&#x43C;&#x43E;&#x443;&#x433;&#x43E;&#x43B;&#x44C;&#x43D;&#x438;&#x43A; 4481" width="2" height="14" rx="1" transform="translate(14 7)" fill="#fff"></rect></svg>			</div>
		</div>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-027b883" data-id="027b883" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
								<section class="elementor-section elementor-inner-section elementor-element elementor-element-bbf70a2 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="bbf70a2" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;2418741&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-902bf3e elementor-hidden-mobile" data-id="902bf3e" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-bd91ca3 elementor-widget__width-inherit elementor-widget-mobile__width-inherit elementor-hidden-mobile elementor-hidden-desktop elementor-hidden-tablet elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="bd91ca3" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"></div></div></div>		</div>
				</div>
				<div class="elementor-element elementor-element-2ef9aa6 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-hidden-mobile elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="2ef9aa6" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">2100 грн.</div></div></div>		</div>
				</div>
				<div class="elementor-element elementor-element-0ae341f elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-hidden-tablet elementor-hidden-mobile elementor-hidden-desktop elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0ae341f" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"></div></div></div>		</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-996f59a" data-id="996f59a" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-c65ee2b elementor-widget__width-initial elementor-widget elementor-widget-jet-button" data-id="c65ee2b" data-element_type="widget" data-widget_type="jet-button.default">
				<div class="elementor-widget-container">
			<div class="elementor-jet-button jet-elements"><div class="jet-button__container">
	<a class="jet-button__instance jet-button__instance--icon-left hover-effect-1" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYxNTYwIiwidG9nZ2xlIjpmYWxzZX0%3D">
		<div class="jet-button__plane jet-button__plane-normal"></div>
		<div class="jet-button__plane jet-button__plane-hover"></div>
		<div class="jet-button__state jet-button__state-normal">
			<span class="jet-button__icon jet-elements-icon"><svg xmlns="http://www.w3.org/2000/svg" width="19.5" height="21.5" viewBox="0 0 19.5 21.5">  <path id="uc0u1050 u1086 u1085 u1090 u1091 u1088 _3450" data-name="u1050 u1086 u1085 u1090 u1091 u1088  3450" d="M7.5,3l-3,4V21a2,2,0,0,0,2,2h14a2,2,0,0,0,2-2V7l-3-4Z" transform="translate(-3.75 -2.25)" fill="none" stroke="#002b46" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path>  <path id="uc0u1050 u1086 u1085 u1090 u1091 u1088 _3451" data-name="u1050 u1086 u1085 u1090 u1091 u1088  3451" d="M4.5,9h18" transform="translate(-3.75 -4.244)" fill="none" stroke="#002b46" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path>  <path id="uc0u1050 u1086 u1085 u1090 u1091 u1088 _3452" data-name="u1050 u1086 u1085 u1090 u1091 u1088  3452" d="M20.011,15A4.006,4.006,0,1,1,12,15" transform="translate(-6.256 -6.253)" fill="none" stroke="#002b46" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path></svg></span><span class="jet-button__label">Купити</span>		</div>
		<div class="jet-button__state jet-button__state-hover">
			<span class="jet-button__icon jet-elements-icon"><svg xmlns="http://www.w3.org/2000/svg" width="19.5" height="21.5" viewBox="0 0 19.5 21.5">  <path id="uc0u1050 u1086 u1085 u1090 u1091 u1088 _3450" data-name="u1050 u1086 u1085 u1090 u1091 u1088  3450" d="M7.5,3l-3,4V21a2,2,0,0,0,2,2h14a2,2,0,0,0,2-2V7l-3-4Z" transform="translate(-3.75 -2.25)" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path>  <path id="uc0u1050 u1086 u1085 u1090 u1091 u1088 _3451" data-name="u1050 u1086 u1085 u1090 u1091 u1088  3451" d="M4.5,9h18" transform="translate(-3.75 -4.244)" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path>  <path id="uc0u1050 u1086 u1085 u1090 u1091 u1088 _3452" data-name="u1050 u1086 u1085 u1090 u1091 u1088  3452" d="M20.011,15A4.006,4.006,0,1,1,12,15" transform="translate(-6.256 -6.253)" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path></svg></span><span class="jet-button__label">Купить</span>		</div>
	</a>
</div>
</div>		</div>
				</div>
				<div class="elementor-element elementor-element-abd5541 elementor-widget__width-auto elementor-hidden-mobile elementor-widget elementor-widget-jet-wishlist-button" data-id="abd5541" data-element_type="widget" data-widget_type="jet-wishlist-button.default">
				<div class="elementor-widget-container">
			<div class="jet-wishlist-button jet-cw"><div class="jet-wishlist-button__container">
			<a href="#" class="jet-wishlist-button__link jet-wishlist-button__link--icon-bottom" data-widget-type="jet-wishlist-button" data-product-id="1351" data-widget-id="abd5541">
				<div class="jet-wishlist-button__plane jet-wishlist-button__plane-normal"></div>
				<div class="jet-wishlist-button__plane jet-wishlist-button__plane-added"></div>
				<div class="jet-wishlist-button__state jet-wishlist-button__state-normal">
					<span class="jet-wishlist-button__icon jet-cw-icon"><i aria-hidden="true" class="fas fa-heart"></i></span><span class="jet-wishlist-button__label"></span>				</div>
				<div class="jet-wishlist-button__state jet-wishlist-button__state-added">
					<span class="jet-wishlist-button__icon jet-cw-icon"><i aria-hidden="true" class="fas fa-heart"></i></span><span class="jet-wishlist-button__label"></span>				</div>
			</a>

			</div></div>		</div>
				</div>
				<div class="elementor-element elementor-element-a56fc03 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-hidden-tablet elementor-hidden-mobile elementor-hidden-desktop elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="a56fc03" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"></div></div></div>		</div>
				</div>
				<div class="elementor-element elementor-element-dc2a258 elementor-add-to-cart--align-right elementor-widget__width-initial elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-wc-add-to-cart" data-id="dc2a258" data-element_type="widget" data-widget_type="wc-add-to-cart.default">
				<div class="elementor-widget-container">
					<div class="elementor-button-wrapper">
			<a rel="nofollow" href="https://tvoeshop.com/product/samostijnyj-strybok-z-parashutom-u-lvovi/" data-quantity="1" data-product_id="1351" class="product_type_variable add_to_cart_button elementor-button elementor-size-sm" role="button">
						<span class="elementor-button-content-wrapper">
							<span class="elementor-button-icon elementor-align-icon-left">
				<svg xmlns="http://www.w3.org/2000/svg" width="32.000000pt" height="32.000000pt" viewBox="0 0 32.000000 32.000000" preserveAspectRatio="xMidYMid meet"><g transform="translate(0.000000,32.000000) scale(0.100000,-0.100000)" fill="#000000" stroke="none"><path d="M144 275 c-4 -9 -19 -15 -40 -15 -32 0 -39 -7 -35 -37 1 -6 -8 -14 -19 -18 -24 -7 -26 -33 -5 -61 8 -10 15 -40 15 -66 l0 -48 110 0 110 0 0 70 0 69 -57 3 -58 3 50 19 c28 11 51 20 53 21 1 1 -3 16 -9 33 -9 26 -15 31 -34 26 -12 -3 -26 -1 -29 5 -10 16 -46 13 -52 -4z m31 -15 c-3 -5 -11 -10 -16 -10 -6 0 -7 5 -4 10 3 6 11 10 16 10 6 0 7 -4 4 -10z m65 -21 c0 -16 -71 -42 -82 -31 -7 7 0 16 18 26 34 18 64 21 64 5z m-130 -3 c0 -3 -4 -8 -10 -11 -5 -3 -10 -1 -10 4 0 6 5 11 10 11 6 0 10 -2 10 -4z m30 -37 c0 -13 -68 -42 -80 -34 -17 10 -11 21 18 32 36 14 62 15 62 2z m20 -99 l0 -50 -40 0 -40 0 0 43 c0 52 4 57 47 57 l33 0 0 -50z m100 0 l0 -50 -40 0 -40 0 0 50 0 50 40 0 40 0 0 -50z"></path></g></svg>			</span>
						<span class="elementor-button-text">ПОДАРУВАТИ</span>
		</span>
					</a>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-fd95c76 elementor-widget__width-inherit elementor-widget-mobile__width-auto elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="fd95c76" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"></div></div></div>		</div>
				</div>
					</div>
		</div>
							</div>
		</section>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-3beacdc mob-fixed elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3beacdc" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;fea4aad&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-161c65a" data-id="161c65a" data-element_type="column">
			<div class="elementor-widget-wrap">
									</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-4d3a854" data-id="4d3a854" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
									</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-f50c5be elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="f50c5be" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;87dd1ff&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-daad740" data-id="daad740" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<section class="elementor-section elementor-inner-section elementor-element elementor-element-3a56662 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3a56662" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;9589fa1&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-b726aea" data-id="b726aea" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-3bcc8d6 elementor-widget elementor-widget-heading" data-id="3bcc8d6" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<div class="elementor-heading-title elementor-size-default">Опис сертифікату</div>		</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<div class="elementor-element elementor-element-65f515d elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="65f515d" data-element_type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
					<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-45ad000 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="45ad000" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;25c019b&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0f83c95" data-id="0f83c95" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-f6b37f6 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-heading" data-id="f6b37f6" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<div class="elementor-heading-title elementor-size-default">Про враження</div>		</div>
				</div>
				<div class="elementor-element elementor-element-5239b28 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-jet-single-content" data-id="5239b28" data-element_type="widget" data-widget_type="jet-single-content.default">
				<div class="elementor-widget-container">
			<div class="elementor-jet-single-content jet-woo-builder"><div class="jet-single-content"><p><strong>Стрибок з парашутом Львів</strong> &#8211; неймовірне враження, коли не можеш вимовити ні слова, дух захоплює від висоти, всі відчуття загостренні, зосереджені на цьому моменті, відчуваєш як адреналін зашкалює &#8211; ти… летиш! Сертифікат на стрибок з парашутом у Львові &#8211; екстремальне враження запам’ятається назавжди. Незабутній досвід такої події у Львові &#8211; ідеальний подарунок для сміливих людей:</p>
<ul>
<li>зробити крок у невідомість,</li>
<li>відчути вільне падіння до автоматичного відкриття парашута,</li>
<li>отримати порцію адреналіну, драйву,</li>
<li>згрупуватись та приземлитись.</li>
</ul>
<p>Хочете здивувати подарунком? Тоді, обирайте сертифікат на прижок з парашутом Львів.</p>
<p><iframe title="YouTube video player" src="https://www.youtube.com/embed/7j0Tz5lAWtY" width="560" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p>
<h2>Спорядження для самостійного стрибка з парашутом</h2>
<p>Отримавши зелене світло для найочікуванішої миті події, наступним кроком буде &#8211; фіксація обладнання. Він має прилягати дуже щільно до тіла, щоб уникнути випадіння із парашутної системи.</p>
<p>В комплект парашутиста входить:</p>
<ul>
<li>рюкзак з основним парашутом &#8211; закріплюється на плечах, фіксується на грудях, ногах;</li>
<li>сумка для складання парашута;</li>
<li>кріпиться запасний парашут;</li>
<li>парашутно-мотоциклетний шолом &#8211; для захисту голови.</li>
</ul>
<p>Медогляд пройшли, інструктаж зрозуміли, технічні моменти відпрацювали, екіпірування одягнули &#8211; що далі? А далі &#8211; в небо над містом Львів! Перед вильотом інструктор розставляє парашутистів по вазі &#8211; першими стрибають особи з більшою вагою. Літак підіймається на висоту 800 м, роблячи кола над аеродромом. Це все відбувається досить швидко &#8211; може закласти вуха. Вся комунікація між інструктором і парашутистам ведеться жестами або звуковими сигналами сирени.</p>
<p>Тож, необхідно уважно стежити за сигналами інструктора.</p>
<p>Він показує учасникам жестами черговість стрибка, відкриває двері літака, кидає пристрілочний парашут (для визначення напрямку, сили вітру). 2 коротких сигнали дають знати &#8211; готовність № 1. Парашутисти у визначеному порядку наближаються до відкритих дверей, руки схрещені на грудях, звук довгої сирени, поплескування по плечу і&#8230;стрибок у невідомість. Вільне падіння триває 3 сек.</p>
<p>Розкриття парашуту відбувається автоматично. Відчувається динамічний ривок &#8211; це означає система розкрилася. Швидкість падіння значно зменшується, починається плавний політ.</p>
<p>У цей момент вражає абсолютна тиша &#8211; тільки ви і цілий світ під ногами! 3 незабутніх хвилин у житті, щоб насолодитись краєвидами, бути присутнім в цьому моменті, кайфувати від свого шаленого вчинку. Коли адреналін в крові ще зашкалює переживаєш просто неймовірні емоції &#8211; ось заради чого варто наважитись на стрибок.</p>
<p><strong><em>Дивуй подарунками від фабрики емоцій &#8220;ТвоЄ&#8221;!</em></strong></p>
</div></div>		</div>
				</div>
				<div class="elementor-element elementor-element-2ecf6ac elementor-widget__width-initial elementor-absolute elementor-hidden-mobile elementor-widget elementor-widget-image" data-id="2ecf6ac" data-element_type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img width="191" height="191" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20191%20191'%3E%3C/svg%3E" class="attachment-full size-full" alt="" data-lazy-srcset="https://tvoeshop.com/wp-content/uploads/2021/10/sticker-1-1.png 191w, https://tvoeshop.com/wp-content/uploads/2021/10/sticker-1-1-150x150.png 150w, https://tvoeshop.com/wp-content/uploads/2021/10/sticker-1-1-100x100.png 100w" data-lazy-sizes="(max-width: 191px) 100vw, 191px" data-lazy-src="https://tvoeshop.com/wp-content/uploads/2021/10/sticker-1-1.png" /><noscript><img width="191" height="191" src="https://tvoeshop.com/wp-content/uploads/2021/10/sticker-1-1.png" class="attachment-full size-full" alt="" srcset="https://tvoeshop.com/wp-content/uploads/2021/10/sticker-1-1.png 191w, https://tvoeshop.com/wp-content/uploads/2021/10/sticker-1-1-150x150.png 150w, https://tvoeshop.com/wp-content/uploads/2021/10/sticker-1-1-100x100.png 100w" sizes="(max-width: 191px) 100vw, 191px" /></noscript>															</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-ed75710 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="ed75710" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;cf650cd&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-9ef83ef" data-id="9ef83ef" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-db169b5 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="db169b5" data-element_type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
					<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-f890157 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-heading" data-id="f890157" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<div class="elementor-heading-title elementor-size-default">Як відбувається враження?</div>		</div>
				</div>
				<div class="elementor-element elementor-element-7fed110 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="7fed110" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"><h2><strong><em>Як відбувається самостійний стрибок з парашутом у Львові</em></strong></h2>
<p>Учасник враження прибуває на аеродром Цунів поблизу м. Львів. Можливий трансфер зі Львова до аеродрому. Коли майбутні парашутисти опинились на локації, перше, що необхідно зробити - пройти медогляд. Лікар на аеродромі “Цунів” проведе загальний огляд, розпитає про основні протипокази, зробить заміри пульсу, тиску. Тож, перш ніж наважитись на такий екстрим важливо бути впевненим у своєму здоров’ї.</p>
<p>Для того, щоб самостійного стрибнути з парашутом типу “купол” біля м. Львів потрібно ретельно підготуватись. Тих, для кого таке враження вперше, називають “першоразниками”. Інструктаж триває близько 3 год, на якому сертифіковані інструктори:</p>
<ul>
<li>проведуть ознайомлення з основними елементами даної системи;</li>
<li>детально пояснять техніку виконання, управління парашутом, приземлення;</li>
<li>проведуть відпрацювання технічних моментів на спец. тренажері на землі;</li>
<li>дадуть загальні рекомендації.</li>
</ul>
<p>Тільки після цього власник сертифікату “ТВОЄ” Львів допускається до виконання самостійного стрибка з парашутом.</p>
</div></div></div>		</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-bde2266 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="bde2266" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;cf650cd&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f0c38ac" data-id="f0c38ac" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-0f71627 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="0f71627" data-element_type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
					<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-c02e447 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-heading" data-id="c02e447" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<div class="elementor-heading-title elementor-size-default">Де проводиться?</div>		</div>
				</div>
				<div class="elementor-element elementor-element-4e3d070 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="4e3d070" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"><p><span style="font-weight: 400">Самостійний стрибок з парашутом здійснюється на аеродромі “Цунів”, що за 25 км від м. Львова.</span></p>
</div></div></div>		</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-6ae39e1 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="6ae39e1" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;333aaae&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c2e078e" data-id="c2e078e" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-216c8b1 elementor-widget__width-initial elementor-widget elementor-widget-image" data-id="216c8b1" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img width="406" height="423" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20406%20423'%3E%3C/svg%3E" class="attachment-full size-full" alt="" data-lazy-srcset="https://tvoeshop.com/wp-content/uploads/2021/10/vasya@2x-1.png 406w, https://tvoeshop.com/wp-content/uploads/2021/10/vasya@2x-1-288x300.png 288w" data-lazy-sizes="(max-width: 406px) 100vw, 406px" data-lazy-src="https://tvoeshop.com/wp-content/uploads/2021/10/vasya@2x-1.png" /><noscript><img width="406" height="423" src="https://tvoeshop.com/wp-content/uploads/2021/10/vasya@2x-1.png" class="attachment-full size-full" alt="" srcset="https://tvoeshop.com/wp-content/uploads/2021/10/vasya@2x-1.png 406w, https://tvoeshop.com/wp-content/uploads/2021/10/vasya@2x-1-288x300.png 288w" sizes="(max-width: 406px) 100vw, 406px" /></noscript>															</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-fd52500 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="fd52500" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;a45f750&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2730280" data-id="2730280" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<section class="elementor-section elementor-inner-section elementor-element elementor-element-ce82902 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="ce82902" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;614a3d3&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8899d0c" data-id="8899d0c" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-a54731c elementor-widget elementor-widget-heading" data-id="a54731c" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<div class="elementor-heading-title elementor-size-default">Місце проведення</div>		</div>
				</div>
				<div class="elementor-element elementor-element-8aafef4 elementor-widget__width-initial elementor-view-default elementor-widget elementor-widget-icon" data-id="8aafef4" data-element_type="widget" data-widget_type="icon.default">
				<div class="elementor-widget-container">
					<div class="elementor-icon-wrapper">
			<div class="elementor-icon">
			<i aria-hidden="true" class="fas fa-map-marker-alt"></i>			</div>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-e1bb699 elementor-widget__width-initial elementor-widget-tablet__width-initial elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="e1bb699" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Львів</div></div></div>		</div>
				</div>
				<div class="elementor-element elementor-element-6baebe0 elementor-widget__width-initial elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile jet-smart-filter-group-position-column elementor-widget elementor-widget-jet-smart-filters-select" data-id="6baebe0" data-element_type="widget" data-widget_type="jet-smart-filters-select.default">
				<div class="elementor-widget-container">
			<div class="jet-smart-filters-select jet-filter " data-indexer-rule="show" data-show-counter="" data-change-counter="always"><div class="jet-select" data-query-type="tax_query" data-query-var="city" data-smart-filter="select" data-filter-id="1178" data-apply-type="ajax" data-content-provider="jet-engine" data-additional-providers="" data-query-id="default" data-active-label="citys" data-layout-options="{&quot;show_label&quot;:&quot;&quot;,&quot;display_options&quot;:{&quot;show_items_label&quot;:false,&quot;show_decorator&quot;:false,&quot;filter_image_size&quot;:&quot;full&quot;,&quot;show_counter&quot;:false}}" data-query-var-suffix="">
	
	
		<select
			class="jet-select__control"
			name="city"
		>
		
					<option
				value=""
				data-label="Місто"
				data-counter-prefix="("
				data-counter-suffix=")"
							>Місто</option>
						<option
				value="577"
				data-label="Вінниця"
				data-counter-prefix="("
				data-counter-suffix=")"
							>Вінниця</option>
						<option
				value="187"
				data-label="Дрогобич"
				data-counter-prefix="("
				data-counter-suffix=")"
							>Дрогобич</option>
						<option
				value="88"
				data-label="Ів.Франківськ"
				data-counter-prefix="("
				data-counter-suffix=")"
							>Ів.Франківськ</option>
						<option
				value="176"
				data-label="Коломия"
				data-counter-prefix="("
				data-counter-suffix=")"
							>Коломия</option>
						<option
				value="90"
				data-label="Луцьк"
				data-counter-prefix="("
				data-counter-suffix=")"
							>Луцьк</option>
						<option
				value="87"
				data-label="Львів"
				data-counter-prefix="("
				data-counter-suffix=")"
							>Львів</option>
						<option
				value="172"
				data-label="Рівне"
				data-counter-prefix="("
				data-counter-suffix=")"
							>Рівне</option>
						<option
				value="89"
				data-label="Тернопіль"
				data-counter-prefix="("
				data-counter-suffix=")"
							>Тернопіль</option>
						<option
				value="535"
				data-label="Ужгород"
				data-counter-prefix="("
				data-counter-suffix=")"
							>Ужгород</option>
						<option
				value="196"
				data-label="Хмельницький"
				data-counter-prefix="("
				data-counter-suffix=")"
							>Хмельницький</option>
						<option
				value="445"
				data-label="Чернівці"
				data-counter-prefix="("
				data-counter-suffix=")"
							>Чернівці</option>
			</select>

	
</div>
</div>		</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-43560b9" data-id="43560b9" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-bf990b2 elementor-widget__width-initial elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="bf990b2" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"><p><span style="font-weight: 400">Самостійний стрибок з парашутом здійснюється на аеродромі “Цунів”, що за 25 км від м. Львова.</span></p>
</div></div></div>		</div>
				</div>
				<div class="elementor-element elementor-element-c389931 elementor-widget__width-initial elementor-widget elementor-widget-jet-listing-dynamic-link" data-id="c389931" data-element_type="widget" data-widget_type="jet-listing-dynamic-link.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-link"><a href="https://g.page/Tsuniv?share" class="jet-listing-dynamic-link__link" target="_blank"><span class="jet-listing-dynamic-link__label">Переглянути на карті</span></a></div>		</div>
				</div>
				<div class="elementor-element elementor-element-50e7d15 elementor-widget__width-initial elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="50e7d15" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"></div></div></div>		</div>
				</div>
					</div>
		</div>
							</div>
		</section>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-6f52dae elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="6f52dae" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;0356e95&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2b7b129" data-id="2b7b129" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<section class="elementor-section elementor-inner-section elementor-element elementor-element-2e161ad elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="2e161ad" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;b75c593&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-04e7260" data-id="04e7260" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-6004ba9 elementor-widget elementor-widget-heading" data-id="6004ba9" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<div class="elementor-heading-title elementor-size-default">Саме так виглядатиме твій подарунок!</div>		</div>
				</div>
				<div class="elementor-element elementor-element-b4e379a elementor-widget elementor-widget-text-editor" data-id="b4e379a" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p>Подаруй емоцію у стильній коробочці чи тубусі! Кольорова гамма емоцій обов’язково викличе посмішку в тебе або в близької людини =)</p>						</div>
				</div>
				<div class="elementor-element elementor-element-a9ba18f elementor-align-left elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-button" data-id="a9ba18f" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
					<div class="elementor-button-wrapper">
			<a href="#" class="elementor-button-link elementor-button elementor-size-sm" role="button">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-text">Натисніть тут</span>
		</span>
					</a>
		</div>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-97fd3d1" data-id="97fd3d1" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-05af847 elementor-widget__width-initial elementor-absolute elementor-widget elementor-widget-image" data-id="05af847" data-element_type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img width="192" height="192" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20192%20192'%3E%3C/svg%3E" class="attachment-large size-large" alt="" data-lazy-srcset="https://tvoeshop.com/wp-content/uploads/2021/10/sticker-1.png 192w, https://tvoeshop.com/wp-content/uploads/2021/10/sticker-1-150x150.png 150w, https://tvoeshop.com/wp-content/uploads/2021/10/sticker-1-100x100.png 100w" data-lazy-sizes="(max-width: 192px) 100vw, 192px" data-lazy-src="https://tvoeshop.com/wp-content/uploads/2021/10/sticker-1.png" /><noscript><img width="192" height="192" src="https://tvoeshop.com/wp-content/uploads/2021/10/sticker-1.png" class="attachment-large size-large" alt="" srcset="https://tvoeshop.com/wp-content/uploads/2021/10/sticker-1.png 192w, https://tvoeshop.com/wp-content/uploads/2021/10/sticker-1-150x150.png 150w, https://tvoeshop.com/wp-content/uploads/2021/10/sticker-1-100x100.png 100w" sizes="(max-width: 192px) 100vw, 192px" /></noscript>															</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-8a9cbe3 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="8a9cbe3" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;b75c593&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4aada58" data-id="4aada58" data-element_type="column">
			<div class="elementor-widget-wrap">
									</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-5095752" data-id="5095752" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-ad3c4d6 elementor-widget elementor-widget-spacer" data-id="ad3c4d6" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
					<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-896afed elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="896afed" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;87dd1ff&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b918f8f" data-id="b918f8f" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-558d220 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="558d220" data-element_type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
					<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
				</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-8257a96 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="8257a96" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;9589fa1&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-90ef515" data-id="90ef515" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-c4f223a elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-heading" data-id="c4f223a" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<div class="elementor-heading-title elementor-size-default">Відгуки</div>		</div>
				</div>
				<div class="elementor-element elementor-element-1402819 elementor-widget elementor-widget-jet-single-reviews-form" data-id="1402819" data-element_type="widget" data-widget_type="jet-single-reviews-form.default">
				<div class="elementor-widget-container">
			<div class="elementor-jet-single-reviews-form jet-woo-builder"><div id="reviews" class="woocommerce-Reviews">
	<div id="comments">
		<h2 class="woocommerce-Reviews-title">
			4 відгуки для <span>Самостійний стрибок з парашутом</span>		</h2>

					<ol class="commentlist">
				<li class="review even thread-even depth-1" id="li-comment-30">

	<div id="comment-30" class="comment_container">

		<img alt='' src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2060%2060'%3E%3C/svg%3E" data-lazy-srcset='https://secure.gravatar.com/avatar/5feab5a4e897b83cd2df0c84b71e671f?s=120&#038;d=mm&#038;r=g 2x' class='avatar avatar-60 photo' height='60' width='60' data-lazy-src="https://secure.gravatar.com/avatar/5feab5a4e897b83cd2df0c84b71e671f?s=60&#038;d=mm&#038;r=g" /><noscript><img alt='' src='https://secure.gravatar.com/avatar/5feab5a4e897b83cd2df0c84b71e671f?s=60&#038;d=mm&#038;r=g' srcset='https://secure.gravatar.com/avatar/5feab5a4e897b83cd2df0c84b71e671f?s=120&#038;d=mm&#038;r=g 2x' class='avatar avatar-60 photo' height='60' width='60' /></noscript>
		<div class="comment-text">

			<div class="star-rating" role="img" aria-label="Оцінено в 5 з 5"><span style="width:100%">Оцінено в <strong class="rating">5</strong> з 5</span></div>
	<p class="meta">
		<strong class="woocommerce-review__author">Дарина </strong>
				<span class="woocommerce-review__dash">&ndash;</span> <time class="woocommerce-review__published-date" datetime="2020-12-10T09:48:04+02:00">10.12.2020</time>
	</p>

	<div class="description"><p>Дуже дякуємо за можливість подарувати незабутні враження близькій людині!<br />
Чоловік був в захваті!<br />
Сподобалося нереально!</p>
</div>
		</div>
	</div>
</li><!-- #comment-## -->
<li class="review odd alt thread-odd thread-alt depth-1" id="li-comment-153">

	<div id="comment-153" class="comment_container">

		<img alt='' src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2060%2060'%3E%3C/svg%3E" data-lazy-srcset='https://secure.gravatar.com/avatar/45cc513d18ea428cf71f7faf12996252?s=120&#038;d=mm&#038;r=g 2x' class='avatar avatar-60 photo' height='60' width='60' data-lazy-src="https://secure.gravatar.com/avatar/45cc513d18ea428cf71f7faf12996252?s=60&#038;d=mm&#038;r=g" /><noscript><img alt='' src='https://secure.gravatar.com/avatar/45cc513d18ea428cf71f7faf12996252?s=60&#038;d=mm&#038;r=g' srcset='https://secure.gravatar.com/avatar/45cc513d18ea428cf71f7faf12996252?s=120&#038;d=mm&#038;r=g 2x' class='avatar avatar-60 photo' height='60' width='60' /></noscript>
		<div class="comment-text">

			<div class="star-rating" role="img" aria-label="Оцінено в 5 з 5"><span style="width:100%">Оцінено в <strong class="rating">5</strong> з 5</span></div>
	<p class="meta">
		<strong class="woocommerce-review__author">Іванка </strong>
				<span class="woocommerce-review__dash">&ndash;</span> <time class="woocommerce-review__published-date" datetime="2021-02-24T17:25:18+02:00">24.02.2021</time>
	</p>

	<div class="description"><p>Завжди мріяла! Враження незабутні, дякую Вам))</p>
</div>
		</div>
	</div>
</li><!-- #comment-## -->
<li class="review even thread-even depth-1" id="li-comment-773">

	<div id="comment-773" class="comment_container">

		<img alt='' src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2060%2060'%3E%3C/svg%3E" data-lazy-srcset='https://secure.gravatar.com/avatar/a133eaa77b7fc2360c1bd66f22fe8375?s=120&#038;d=mm&#038;r=g 2x' class='avatar avatar-60 photo' height='60' width='60' data-lazy-src="https://secure.gravatar.com/avatar/a133eaa77b7fc2360c1bd66f22fe8375?s=60&#038;d=mm&#038;r=g" /><noscript><img alt='' src='https://secure.gravatar.com/avatar/a133eaa77b7fc2360c1bd66f22fe8375?s=60&#038;d=mm&#038;r=g' srcset='https://secure.gravatar.com/avatar/a133eaa77b7fc2360c1bd66f22fe8375?s=120&#038;d=mm&#038;r=g 2x' class='avatar avatar-60 photo' height='60' width='60' /></noscript>
		<div class="comment-text">

			<div class="star-rating" role="img" aria-label="Оцінено в 5 з 5"><span style="width:100%">Оцінено в <strong class="rating">5</strong> з 5</span></div>
	<p class="meta">
		<strong class="woocommerce-review__author">Slavik </strong>
				<span class="woocommerce-review__dash">&ndash;</span> <time class="woocommerce-review__published-date" datetime="2021-07-24T09:41:54+02:00">24.07.2021</time>
	</p>

	<div class="description"><p>Я не знаю, де ще можна пережити таку палітру емоцій , як під час стрибка !<br />
Це настільки круто , що хочеться повторювати це ще раз і ще раз ! Афігенна послуга , рекомендую 👌🏻</p>
</div>
		</div>
	</div>
</li><!-- #comment-## -->
<li class="review odd alt thread-odd thread-alt depth-1" id="li-comment-800">

	<div id="comment-800" class="comment_container">

		<img alt='' src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2060%2060'%3E%3C/svg%3E" data-lazy-srcset='https://secure.gravatar.com/avatar/cb6ee0089682aea678f3901542803411?s=120&#038;d=mm&#038;r=g 2x' class='avatar avatar-60 photo' height='60' width='60' data-lazy-src="https://secure.gravatar.com/avatar/cb6ee0089682aea678f3901542803411?s=60&#038;d=mm&#038;r=g" /><noscript><img alt='' src='https://secure.gravatar.com/avatar/cb6ee0089682aea678f3901542803411?s=60&#038;d=mm&#038;r=g' srcset='https://secure.gravatar.com/avatar/cb6ee0089682aea678f3901542803411?s=120&#038;d=mm&#038;r=g 2x' class='avatar avatar-60 photo' height='60' width='60' /></noscript>
		<div class="comment-text">

			<div class="star-rating" role="img" aria-label="Оцінено в 5 з 5"><span style="width:100%">Оцінено в <strong class="rating">5</strong> з 5</span></div>
	<p class="meta">
		<strong class="woocommerce-review__author">Nastya </strong>
				<span class="woocommerce-review__dash">&ndash;</span> <time class="woocommerce-review__published-date" datetime="2021-07-25T12:48:07+02:00">25.07.2021</time>
	</p>

	<div class="description"><p>Момент стрибка &#8211; це як новий день народження . Так страшно було , але коли зробила отой останній важливий крок , забула про все на світі 🙈 Усі дрібні буденні проблеми стали такими неважливими , тільки я і небо , в моменті ❤️ Щастя словами не передати , надзвичайно вдячна🥰</p>
</div>
		</div>
	</div>
</li><!-- #comment-## -->
			</ol>

						</div>

			<div id="review_form_wrapper">
			<div id="review_form">
					<div id="respond" class="comment-respond">
		<span id="reply-title" class="comment-reply-title">Додати відгук <small><a rel="nofollow" id="cancel-comment-reply-link" href="/product/samostijnyj-strybok-z-parashutom-u-lvovi/#respond" style="display:none;">Скасувати відповідь</a></small></span><form action="https://tvoeshop.com/wp-comments-post.php" method="post" id="commentform" class="comment-form" novalidate><p class="comment-notes"><span id="email-notes">Ваша e-mail адреса не оприлюднюватиметься.</span> <span class="required-field-message" aria-hidden="true">Обов’язкові поля позначені <span class="required" aria-hidden="true">*</span></span></p><div class="comment-form-rating"><label for="rating">Ваша оцінка&nbsp;<span class="required">*</span></label><select name="rating" id="rating" required>
						<option value="">Оцінка&hellip;</option>
						<option value="5">Ідеально</option>
						<option value="4">Добре</option>
						<option value="3">Нормально</option>
						<option value="2">Задовільно</option>
						<option value="1">Дуже погано</option>
					</select></div><p class="comment-form-comment"><label for="comment">Ваш відгук&nbsp;<span class="required">*</span></label><textarea id="comment" name="comment" cols="45" rows="8" required></textarea></p><p class="comment-form-author"><label for="author">Ім&#039;я&nbsp;<span class="required">*</span></label><input id="author" name="author" type="text" value="" size="30" required /></p>
<p class="comment-form-email"><label for="email">Email&nbsp;<span class="required">*</span></label><input id="email" name="email" type="email" value="" size="30" required /></p>
<p class="comment-form-cookies-consent"><input id="wp-comment-cookies-consent" name="wp-comment-cookies-consent" type="checkbox" value="yes" /> <label for="wp-comment-cookies-consent">Зберегти моє ім'я, e-mail, та адресу сайту в цьому браузері для моїх подальших коментарів.</label></p>
<p class="form-submit"><input name="submit" type="submit" id="submit" class="submit" value="Надіслати" /> <input type='hidden' name='comment_post_ID' value='1351' id='comment_post_ID' />
<input type='hidden' name='comment_parent' id='comment_parent' value='0' />
</p><p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="474984356f" /></p><p style="display: none !important;"><label>&#916;<textarea name="ak_hp_textarea" cols="45" rows="8" maxlength="100"></textarea></label><input type="hidden" id="ak_js_1" name="ak_js" value="117"/><script type="rocketlazyloadscript">document.getElementById( "ak_js_1" ).setAttribute( "value", ( new Date() ).getTime() );</script></p></form>	</div><!-- #respond -->
				</div>
		</div>
	
	<div class="clear"></div>
</div>
</div>		</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-f55f740 elementor-hidden-mobile" data-id="f55f740" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-461ae66 elementor-widget elementor-widget-image" data-id="461ae66" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img width="526" height="546" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20526%20546'%3E%3C/svg%3E" class="attachment-large size-large" alt="" data-lazy-srcset="https://tvoeshop.com/wp-content/uploads/2021/10/vasya@2x@2x.png 526w, https://tvoeshop.com/wp-content/uploads/2021/10/vasya@2x@2x-289x300.png 289w" data-lazy-sizes="(max-width: 526px) 100vw, 526px" data-lazy-src="https://tvoeshop.com/wp-content/uploads/2021/10/vasya@2x@2x.png" /><noscript><img width="526" height="546" src="https://tvoeshop.com/wp-content/uploads/2021/10/vasya@2x@2x.png" class="attachment-large size-large" alt="" srcset="https://tvoeshop.com/wp-content/uploads/2021/10/vasya@2x@2x.png 526w, https://tvoeshop.com/wp-content/uploads/2021/10/vasya@2x@2x-289x300.png 289w" sizes="(max-width: 526px) 100vw, 526px" /></noscript>															</div>
				</div>
					</div>
		</div>
							</div>
		</section>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-33ae4c9 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="33ae4c9" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;87dd1ff&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-012c3a0" data-id="012c3a0" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-d9bbc9d elementor-widget elementor-widget-jet-single-sharing" data-id="d9bbc9d" data-element_type="widget" data-widget_type="jet-single-sharing.default">
				<div class="elementor-widget-container">
			<div class="elementor-jet-single-sharing jet-woo-builder"></div>		</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-d7f2e86 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="d7f2e86" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;a3a5d11&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-217adf2" data-id="217adf2" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-64fd9b2 elementor-widget elementor-widget-heading" data-id="64fd9b2" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<span class="elementor-heading-title elementor-size-default">Ці пропозиції точно твоє</span>		</div>
				</div>
				<div class="elementor-element elementor-element-e34b314 elementor-widget elementor-widget-jet-listing-grid" data-id="e34b314" data-element_type="widget" data-settings="{&quot;columns&quot;:&quot;3&quot;,&quot;columns_mobile&quot;:&quot;1&quot;,&quot;columns_tablet&quot;:&quot;2&quot;}" data-widget_type="jet-listing-grid.default">
				<div class="elementor-widget-container">
			<div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-3 grid-col-tablet-2 grid-col-mobile-1 jet-listing-grid--1418"  data-nav="{&quot;enabled&quot;:false,&quot;type&quot;:null,&quot;more_el&quot;:null,&quot;query&quot;:[],&quot;widget_settings&quot;:{&quot;lisitng_id&quot;:1418,&quot;posts_num&quot;:3,&quot;columns&quot;:3,&quot;columns_tablet&quot;:2,&quot;columns_mobile&quot;:1,&quot;is_archive_template&quot;:&quot;&quot;,&quot;post_status&quot;:[&quot;publish&quot;],&quot;use_random_posts_num&quot;:&quot;&quot;,&quot;max_posts_num&quot;:9,&quot;not_found_message&quot;:&quot;No data was found&quot;,&quot;is_masonry&quot;:false,&quot;equal_columns_height&quot;:&quot;&quot;,&quot;use_load_more&quot;:&quot;&quot;,&quot;load_more_id&quot;:&quot;&quot;,&quot;load_more_type&quot;:&quot;click&quot;,&quot;use_custom_post_types&quot;:&quot;&quot;,&quot;custom_post_types&quot;:[],&quot;hide_widget_if&quot;:&quot;&quot;,&quot;carousel_enabled&quot;:&quot;&quot;,&quot;slides_to_scroll&quot;:&quot;1&quot;,&quot;arrows&quot;:&quot;true&quot;,&quot;arrow_icon&quot;:&quot;fa fa-angle-left&quot;,&quot;dots&quot;:&quot;&quot;,&quot;autoplay&quot;:&quot;true&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;true&quot;,&quot;center_mode&quot;:&quot;&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;speed&quot;:500,&quot;inject_alternative_items&quot;:&quot;&quot;,&quot;injection_items&quot;:[],&quot;scroll_slider_enabled&quot;:&quot;&quot;,&quot;scroll_slider_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;custom_query&quot;:false,&quot;custom_query_id&quot;:&quot;&quot;,&quot;_element_id&quot;:&quot;&quot;}}" data-page="1" data-pages="22" data-listing-source="posts"><div class="jet-listing-grid__item jet-listing-dynamic-post-74569" data-post-id="74569" >		<div data-elementor-type="jet-listing-items" data-elementor-id="1418" class="elementor elementor-1418">
									<section class="elementor-section elementor-top-section elementor-element elementor-element-0a670ae elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="0a670ae" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;07d5f56&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-00fea35" data-id="00fea35" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
								<section class="elementor-section elementor-inner-section elementor-element elementor-element-e49f61d elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="e49f61d" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;0b1431c&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-e93e6c1" data-id="e93e6c1" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-0b771c0 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0b771c0" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">TOP</div></div></div>		</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-48a5255" data-id="48a5255" data-element_type="column">
			<div class="elementor-widget-wrap">
									</div>
		</div>
							</div>
		</section>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-1f3f033 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="1f3f033" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;98e1168&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-4daf8aa" data-id="4daf8aa" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-fbe7875 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="fbe7875" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><i class="jet-listing-dynamic-field__icon fas fa-location-arrow" aria-hidden="true"></i><div class="jet-listing-dynamic-field__content">Львів</div></div></div>		</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-296e933" data-id="296e933" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-1980059 elementor-widget elementor-widget-jet-listing-dynamic-link" data-id="1980059" data-element_type="widget" data-widget_type="jet-listing-dynamic-link.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-link"><a href="https://tvoeshop.com/product/podarunkovyj-sertyfikat-na-sumu/" class="jet-listing-dynamic-link__link"><span class="jet-listing-dynamic-link__label">Детальніше</span></a></div>		</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-9d58855" data-id="9d58855" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-c05a408 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="c05a408" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><i class="jet-listing-dynamic-field__icon fas fa-cloud-sun" aria-hidden="true"></i><div class="jet-listing-dynamic-field__content"></div></div></div>		</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-48e6c39 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="48e6c39" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;98e1168&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-682608c" data-id="682608c" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-6385dc8 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="6385dc8" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><i class="jet-listing-dynamic-field__icon fas fa-coins" aria-hidden="true"></i><div class="jet-listing-dynamic-field__content">1000 грн</div></div></div>		</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-9756f33" data-id="9756f33" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-d321124 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="d321124" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><i class="jet-listing-dynamic-field__icon fas fa-users" aria-hidden="true"></i><div class="jet-listing-dynamic-field__content">1 особа</div></div></div>		</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-7e881a7" data-id="7e881a7" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-08a47f4 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="08a47f4" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><i class="jet-listing-dynamic-field__icon fas fa-user-clock" aria-hidden="true"></i><div class="jet-listing-dynamic-field__content"></div></div></div>		</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-da0480d elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="da0480d" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;_id&quot;:&quot;b574352&quot;,&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-73a329f" data-id="73a329f" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<section class="elementor-section elementor-inner-section elementor-element elementor-element-b6ea1c3 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="b6ea1c3" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;_id&quot;:&quot;0b1431c&quot;,&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-c92cf81" data-id="c92cf81" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-ae79b7a elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="ae79b7a" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">TOP</div></div></div>		</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-b8aab18" data-id="b8aab18" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-386f7cc elementor-widget__width-auto elementor-widget elementor-widget-jet-wishlist-button" data-id="386f7cc" data-element_type="widget" data-widget_type="jet-wishlist-button.default">
				<div class="elementor-widget-container">
			<div class="jet-wishlist-button jet-cw"><div class="jet-wishlist-button__container">
			<a href="#" class="jet-wishlist-button__link jet-wishlist-button__link--icon-right" data-widget-type="jet-wishlist-button" data-product-id="74569" data-widget-id="386f7cc">
				<div class="jet-wishlist-button__plane jet-wishlist-button__plane-normal"></div>
				<div class="jet-wishlist-button__plane jet-wishlist-button__plane-added"></div>
				<div class="jet-wishlist-button__state jet-wishlist-button__state-normal">
					<span class="jet-wishlist-button__icon jet-cw-icon"><i aria-hidden="true" class="far fa-heart"></i></span><span class="jet-wishlist-button__label"></span>				</div>
				<div class="jet-wishlist-button__state jet-wishlist-button__state-added">
					<span class="jet-wishlist-button__icon jet-cw-icon"><i aria-hidden="true" class="fas fa-heart"></i></span><span class="jet-wishlist-button__label"></span>				</div>
			</a>

			</div></div>		</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<div class="elementor-element elementor-element-32e0b2e elementor-widget elementor-widget-jet-listing-dynamic-image" data-id="32e0b2e" data-element_type="widget" data-widget_type="jet-listing-dynamic-image.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-image"><a href="https://tvoeshop.com/product/podarunkovyj-sertyfikat-na-sumu/" class="jet-listing-dynamic-image__link"><img width="600" height="300" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20600%20300'%3E%3C/svg%3E" class="attachment-woocommerce_single size-woocommerce_single wp-post-image" alt="podarunkovyj-sertyfikat-na-sumu" loading="lazy" data-lazy-srcset="https://tvoeshop.com/wp-content/uploads/2022/09/univ-600x300.jpg 600w, https://tvoeshop.com/wp-content/uploads/2022/09/univ-300x150.jpg 300w, https://tvoeshop.com/wp-content/uploads/2022/09/univ-1024x512.jpg 1024w, https://tvoeshop.com/wp-content/uploads/2022/09/univ-768x384.jpg 768w, https://tvoeshop.com/wp-content/uploads/2022/09/univ.jpg 1200w" data-lazy-sizes="(max-width: 600px) 100vw, 600px" data-lazy-src="https://tvoeshop.com/wp-content/uploads/2022/09/univ-600x300.jpg" /><noscript><img width="600" height="300" src="https://tvoeshop.com/wp-content/uploads/2022/09/univ-600x300.jpg" class="attachment-woocommerce_single size-woocommerce_single wp-post-image" alt="podarunkovyj-sertyfikat-na-sumu" loading="lazy" srcset="https://tvoeshop.com/wp-content/uploads/2022/09/univ-600x300.jpg 600w, https://tvoeshop.com/wp-content/uploads/2022/09/univ-300x150.jpg 300w, https://tvoeshop.com/wp-content/uploads/2022/09/univ-1024x512.jpg 1024w, https://tvoeshop.com/wp-content/uploads/2022/09/univ-768x384.jpg 768w, https://tvoeshop.com/wp-content/uploads/2022/09/univ.jpg 1200w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></div>		</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-8dbeba8 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default" data-id="8dbeba8" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;_id&quot;:&quot;3768fa7&quot;,&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-2342b73" data-id="2342b73" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-c0601ed elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="c0601ed" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><i class="jet-listing-dynamic-field__icon fas fa-map-marker-alt" aria-hidden="true"></i><div class="jet-listing-dynamic-field__content">Львів</div></div></div>		</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-c5316e4" data-id="c5316e4" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-f4e5afe elementor-widget__width-initial elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-heading" data-id="f4e5afe" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<div class="elementor-heading-title elementor-size-default">скористались</div>		</div>
				</div>
				<div class="elementor-element elementor-element-8167596 elementor-widget__width-initial elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="8167596" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"></div></div></div>		</div>
				</div>
				<div class="elementor-element elementor-element-4d58227 elementor-widget__width-initial elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-heading" data-id="4d58227" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<div class="elementor-heading-title elementor-size-default">разів</div>		</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<div class="elementor-element elementor-element-235422f elementor-widget__width-inherit name_event_listing elementor-widget elementor-widget-jet-listing-dynamic-link" data-id="235422f" data-element_type="widget" data-widget_type="jet-listing-dynamic-link.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-link"><a href="https://tvoeshop.com/product/podarunkovyj-sertyfikat-na-sumu/" class="jet-listing-dynamic-link__link"><span class="jet-listing-dynamic-link__label">Подарунковий сертифікат на суму</span></a></div>		</div>
				</div>
				<div class="elementor-element elementor-element-e350824 elementor-widget__width-inherit elementor-widget elementor-widget-jet-listing-dynamic-link" data-id="e350824" data-element_type="widget" data-widget_type="jet-listing-dynamic-link.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-link"><a href="https://tvoeshop.com/product/podarunkovyj-sertyfikat-na-sumu/" class="jet-listing-dynamic-link__link"><span class="jet-listing-dynamic-link__label">Емоції без жодних обмежень, враження, про які мріяли усе життя, нові вміння, незабутні спогади, неоціненний досвід - все це дарувати не можна, а треба!</span></a></div>		</div>
				</div>
				<div class="elementor-element elementor-element-8941544 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="8941544" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Емоції без жодних обмежень, враження, про які мріяли усе життя, нові вміння, незабутні спогади, неоціненний досвід - все це дарувати не можна, а треба!</div></div></div>		</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-8ecfd1c elementor-section-full_width three_col_item_product elementor-section-height-default elementor-section-height-default" data-id="8ecfd1c" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;_id&quot;:&quot;de21ac9&quot;,&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-84c3750" data-id="84c3750" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-6db906c elementor-widget-mobile__width-initial elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="6db906c" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><i class="jet-listing-dynamic-field__icon fas fa-coins" aria-hidden="true"></i><div class="jet-listing-dynamic-field__content">1000 грн</div></div></div>		</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-e21b681" data-id="e21b681" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-bc56c06 elementor-widget-mobile__width-initial elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="bc56c06" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><i class="jet-listing-dynamic-field__icon fas fa-users" aria-hidden="true"></i><div class="jet-listing-dynamic-field__content">1 особа</div></div></div>		</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-ecab476" data-id="ecab476" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-45ceaf9 elementor-widget-mobile__width-initial elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="45ceaf9" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><i class="jet-listing-dynamic-field__icon fas fa-user-clock" aria-hidden="true"></i><div class="jet-listing-dynamic-field__content">60 хв</div></div></div>		</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-8cfa059 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="8cfa059" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;af219e9&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-004f4f7" data-id="004f4f7" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-604671d elementor-hidden-mobile elementor-widget elementor-widget-jet-single-add-to-cart" data-id="604671d" data-element_type="widget" data-widget_type="jet-single-add-to-cart.default">
				<div class="elementor-widget-container">
			<div class="elementor-jet-single-add-to-cart jet-woo-builder"><div class="jet-woo-builder-single-ajax-add-to-cart"  >
<form class="variations_form cart" action="https://tvoeshop.com/product/podarunkovyj-sertyfikat-na-sumu/" method="post" enctype='multipart/form-data' data-product_id="74569" data-product_variations="[{&quot;attributes&quot;:{&quot;attribute_pa_kilkist-osib&quot;:&quot;1-osoba&quot;,&quot;attribute_pa_tryvalist&quot;:&quot;1-god&quot;},&quot;availability_html&quot;:&quot;&quot;,&quot;backorders_allowed&quot;:false,&quot;dimensions&quot;:{&quot;length&quot;:&quot;&quot;,&quot;width&quot;:&quot;&quot;,&quot;height&quot;:&quot;&quot;},&quot;dimensions_html&quot;:&quot;\u041d\u0435\u0432\u0456\u0434\u043e\u043c\u043e&quot;,&quot;display_price&quot;:1000,&quot;display_regular_price&quot;:1000,&quot;image&quot;:{&quot;title&quot;:&quot;podarunkovyj-sertyfikat-na-sumu&quot;,&quot;caption&quot;:&quot;&quot;,&quot;url&quot;:&quot;https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/09\/univ.jpg&quot;,&quot;alt&quot;:&quot;podarunkovyj-sertyfikat-na-sumu&quot;,&quot;src&quot;:&quot;https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/09\/univ-600x300.jpg&quot;,&quot;srcset&quot;:&quot;https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/09\/univ-600x300.jpg 600w, https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/09\/univ-300x150.jpg 300w, https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/09\/univ-1024x512.jpg 1024w, https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/09\/univ-768x384.jpg 768w, https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/09\/univ.jpg 1200w&quot;,&quot;sizes&quot;:&quot;(max-width: 600px) 100vw, 600px&quot;,&quot;full_src&quot;:&quot;https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/09\/univ.jpg&quot;,&quot;full_src_w&quot;:1200,&quot;full_src_h&quot;:600,&quot;gallery_thumbnail_src&quot;:&quot;https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/09\/univ-100x100.jpg&quot;,&quot;gallery_thumbnail_src_w&quot;:100,&quot;gallery_thumbnail_src_h&quot;:100,&quot;thumb_src&quot;:&quot;https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/09\/univ-300x300.jpg&quot;,&quot;thumb_src_w&quot;:300,&quot;thumb_src_h&quot;:300,&quot;src_w&quot;:600,&quot;src_h&quot;:300},&quot;image_id&quot;:74576,&quot;is_downloadable&quot;:false,&quot;is_in_stock&quot;:true,&quot;is_purchasable&quot;:true,&quot;is_sold_individually&quot;:&quot;no&quot;,&quot;is_virtual&quot;:false,&quot;max_qty&quot;:&quot;&quot;,&quot;min_qty&quot;:1,&quot;price_html&quot;:&quot;&lt;span class=\&quot;price\&quot;&gt;&lt;span class=\&quot;woocommerce-Price-amount amount\&quot;&gt;&lt;bdi&gt;1000&amp;nbsp;&lt;span class=\&quot;woocommerce-Price-currencySymbol\&quot;&gt;\u20b4&lt;\/span&gt;&lt;\/bdi&gt;&lt;\/span&gt;&lt;\/span&gt;&quot;,&quot;sku&quot;:&quot;&quot;,&quot;variation_description&quot;:&quot;&quot;,&quot;variation_id&quot;:74581,&quot;variation_is_active&quot;:true,&quot;variation_is_visible&quot;:true,&quot;weight&quot;:&quot;&quot;,&quot;weight_html&quot;:&quot;\u041d\u0435\u0432\u0456\u0434\u043e\u043c\u043e&quot;},{&quot;attributes&quot;:{&quot;attribute_pa_kilkist-osib&quot;:&quot;1-osoba&quot;,&quot;attribute_pa_tryvalist&quot;:&quot;1-god&quot;},&quot;availability_html&quot;:&quot;&quot;,&quot;backorders_allowed&quot;:false,&quot;dimensions&quot;:{&quot;length&quot;:&quot;&quot;,&quot;width&quot;:&quot;&quot;,&quot;height&quot;:&quot;&quot;},&quot;dimensions_html&quot;:&quot;\u041d\u0435\u0432\u0456\u0434\u043e\u043c\u043e&quot;,&quot;display_price&quot;:1500,&quot;display_regular_price&quot;:1500,&quot;image&quot;:{&quot;title&quot;:&quot;podarunkovyj-sertyfikat-na-sumu&quot;,&quot;caption&quot;:&quot;&quot;,&quot;url&quot;:&quot;https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/09\/univ.jpg&quot;,&quot;alt&quot;:&quot;podarunkovyj-sertyfikat-na-sumu&quot;,&quot;src&quot;:&quot;https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/09\/univ-600x300.jpg&quot;,&quot;srcset&quot;:&quot;https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/09\/univ-600x300.jpg 600w, https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/09\/univ-300x150.jpg 300w, https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/09\/univ-1024x512.jpg 1024w, https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/09\/univ-768x384.jpg 768w, https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/09\/univ.jpg 1200w&quot;,&quot;sizes&quot;:&quot;(max-width: 600px) 100vw, 600px&quot;,&quot;full_src&quot;:&quot;https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/09\/univ.jpg&quot;,&quot;full_src_w&quot;:1200,&quot;full_src_h&quot;:600,&quot;gallery_thumbnail_src&quot;:&quot;https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/09\/univ-100x100.jpg&quot;,&quot;gallery_thumbnail_src_w&quot;:100,&quot;gallery_thumbnail_src_h&quot;:100,&quot;thumb_src&quot;:&quot;https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/09\/univ-300x300.jpg&quot;,&quot;thumb_src_w&quot;:300,&quot;thumb_src_h&quot;:300,&quot;src_w&quot;:600,&quot;src_h&quot;:300},&quot;image_id&quot;:74576,&quot;is_downloadable&quot;:false,&quot;is_in_stock&quot;:true,&quot;is_purchasable&quot;:true,&quot;is_sold_individually&quot;:&quot;no&quot;,&quot;is_virtual&quot;:false,&quot;max_qty&quot;:&quot;&quot;,&quot;min_qty&quot;:1,&quot;price_html&quot;:&quot;&lt;span class=\&quot;price\&quot;&gt;&lt;span class=\&quot;woocommerce-Price-amount amount\&quot;&gt;&lt;bdi&gt;1500&amp;nbsp;&lt;span class=\&quot;woocommerce-Price-currencySymbol\&quot;&gt;\u20b4&lt;\/span&gt;&lt;\/bdi&gt;&lt;\/span&gt;&lt;\/span&gt;&quot;,&quot;sku&quot;:&quot;&quot;,&quot;variation_description&quot;:&quot;&quot;,&quot;variation_id&quot;:74580,&quot;variation_is_active&quot;:true,&quot;variation_is_visible&quot;:true,&quot;weight&quot;:&quot;&quot;,&quot;weight_html&quot;:&quot;\u041d\u0435\u0432\u0456\u0434\u043e\u043c\u043e&quot;},{&quot;attributes&quot;:{&quot;attribute_pa_kilkist-osib&quot;:&quot;1-osoba&quot;,&quot;attribute_pa_tryvalist&quot;:&quot;1-god&quot;},&quot;availability_html&quot;:&quot;&quot;,&quot;backorders_allowed&quot;:false,&quot;dimensions&quot;:{&quot;length&quot;:&quot;&quot;,&quot;width&quot;:&quot;&quot;,&quot;height&quot;:&quot;&quot;},&quot;dimensions_html&quot;:&quot;\u041d\u0435\u0432\u0456\u0434\u043e\u043c\u043e&quot;,&quot;display_price&quot;:2000,&quot;display_regular_price&quot;:2000,&quot;image&quot;:{&quot;title&quot;:&quot;podarunkovyj-sertyfikat-na-sumu&quot;,&quot;caption&quot;:&quot;&quot;,&quot;url&quot;:&quot;https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/09\/univ.jpg&quot;,&quot;alt&quot;:&quot;podarunkovyj-sertyfikat-na-sumu&quot;,&quot;src&quot;:&quot;https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/09\/univ-600x300.jpg&quot;,&quot;srcset&quot;:&quot;https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/09\/univ-600x300.jpg 600w, https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/09\/univ-300x150.jpg 300w, https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/09\/univ-1024x512.jpg 1024w, https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/09\/univ-768x384.jpg 768w, https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/09\/univ.jpg 1200w&quot;,&quot;sizes&quot;:&quot;(max-width: 600px) 100vw, 600px&quot;,&quot;full_src&quot;:&quot;https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/09\/univ.jpg&quot;,&quot;full_src_w&quot;:1200,&quot;full_src_h&quot;:600,&quot;gallery_thumbnail_src&quot;:&quot;https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/09\/univ-100x100.jpg&quot;,&quot;gallery_thumbnail_src_w&quot;:100,&quot;gallery_thumbnail_src_h&quot;:100,&quot;thumb_src&quot;:&quot;https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/09\/univ-300x300.jpg&quot;,&quot;thumb_src_w&quot;:300,&quot;thumb_src_h&quot;:300,&quot;src_w&quot;:600,&quot;src_h&quot;:300},&quot;image_id&quot;:74576,&quot;is_downloadable&quot;:false,&quot;is_in_stock&quot;:true,&quot;is_purchasable&quot;:true,&quot;is_sold_individually&quot;:&quot;no&quot;,&quot;is_virtual&quot;:false,&quot;max_qty&quot;:&quot;&quot;,&quot;min_qty&quot;:1,&quot;price_html&quot;:&quot;&lt;span class=\&quot;price\&quot;&gt;&lt;span class=\&quot;woocommerce-Price-amount amount\&quot;&gt;&lt;bdi&gt;2000&amp;nbsp;&lt;span class=\&quot;woocommerce-Price-currencySymbol\&quot;&gt;\u20b4&lt;\/span&gt;&lt;\/bdi&gt;&lt;\/span&gt;&lt;\/span&gt;&quot;,&quot;sku&quot;:&quot;&quot;,&quot;variation_description&quot;:&quot;&quot;,&quot;variation_id&quot;:74579,&quot;variation_is_active&quot;:true,&quot;variation_is_visible&quot;:true,&quot;weight&quot;:&quot;&quot;,&quot;weight_html&quot;:&quot;\u041d\u0435\u0432\u0456\u0434\u043e\u043c\u043e&quot;},{&quot;attributes&quot;:{&quot;attribute_pa_kilkist-osib&quot;:&quot;1-osoba&quot;,&quot;attribute_pa_tryvalist&quot;:&quot;1-god&quot;},&quot;availability_html&quot;:&quot;&quot;,&quot;backorders_allowed&quot;:false,&quot;dimensions&quot;:{&quot;length&quot;:&quot;&quot;,&quot;width&quot;:&quot;&quot;,&quot;height&quot;:&quot;&quot;},&quot;dimensions_html&quot;:&quot;\u041d\u0435\u0432\u0456\u0434\u043e\u043c\u043e&quot;,&quot;display_price&quot;:2500,&quot;display_regular_price&quot;:2500,&quot;image&quot;:{&quot;title&quot;:&quot;podarunkovyj-sertyfikat-na-sumu&quot;,&quot;caption&quot;:&quot;&quot;,&quot;url&quot;:&quot;https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/09\/univ.jpg&quot;,&quot;alt&quot;:&quot;podarunkovyj-sertyfikat-na-sumu&quot;,&quot;src&quot;:&quot;https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/09\/univ-600x300.jpg&quot;,&quot;srcset&quot;:&quot;https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/09\/univ-600x300.jpg 600w, https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/09\/univ-300x150.jpg 300w, https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/09\/univ-1024x512.jpg 1024w, https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/09\/univ-768x384.jpg 768w, https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/09\/univ.jpg 1200w&quot;,&quot;sizes&quot;:&quot;(max-width: 600px) 100vw, 600px&quot;,&quot;full_src&quot;:&quot;https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/09\/univ.jpg&quot;,&quot;full_src_w&quot;:1200,&quot;full_src_h&quot;:600,&quot;gallery_thumbnail_src&quot;:&quot;https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/09\/univ-100x100.jpg&quot;,&quot;gallery_thumbnail_src_w&quot;:100,&quot;gallery_thumbnail_src_h&quot;:100,&quot;thumb_src&quot;:&quot;https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/09\/univ-300x300.jpg&quot;,&quot;thumb_src_w&quot;:300,&quot;thumb_src_h&quot;:300,&quot;src_w&quot;:600,&quot;src_h&quot;:300},&quot;image_id&quot;:74576,&quot;is_downloadable&quot;:false,&quot;is_in_stock&quot;:true,&quot;is_purchasable&quot;:true,&quot;is_sold_individually&quot;:&quot;no&quot;,&quot;is_virtual&quot;:false,&quot;max_qty&quot;:&quot;&quot;,&quot;min_qty&quot;:1,&quot;price_html&quot;:&quot;&lt;span class=\&quot;price\&quot;&gt;&lt;span class=\&quot;woocommerce-Price-amount amount\&quot;&gt;&lt;bdi&gt;2500&amp;nbsp;&lt;span class=\&quot;woocommerce-Price-currencySymbol\&quot;&gt;\u20b4&lt;\/span&gt;&lt;\/bdi&gt;&lt;\/span&gt;&lt;\/span&gt;&quot;,&quot;sku&quot;:&quot;&quot;,&quot;variation_description&quot;:&quot;&quot;,&quot;variation_id&quot;:74578,&quot;variation_is_active&quot;:true,&quot;variation_is_visible&quot;:true,&quot;weight&quot;:&quot;&quot;,&quot;weight_html&quot;:&quot;\u041d\u0435\u0432\u0456\u0434\u043e\u043c\u043e&quot;},{&quot;attributes&quot;:{&quot;attribute_pa_kilkist-osib&quot;:&quot;1-osoba&quot;,&quot;attribute_pa_tryvalist&quot;:&quot;1-god&quot;},&quot;availability_html&quot;:&quot;&quot;,&quot;backorders_allowed&quot;:false,&quot;dimensions&quot;:{&quot;length&quot;:&quot;&quot;,&quot;width&quot;:&quot;&quot;,&quot;height&quot;:&quot;&quot;},&quot;dimensions_html&quot;:&quot;\u041d\u0435\u0432\u0456\u0434\u043e\u043c\u043e&quot;,&quot;display_price&quot;:3000,&quot;display_regular_price&quot;:3000,&quot;image&quot;:{&quot;title&quot;:&quot;podarunkovyj-sertyfikat-na-sumu&quot;,&quot;caption&quot;:&quot;&quot;,&quot;url&quot;:&quot;https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/09\/univ.jpg&quot;,&quot;alt&quot;:&quot;podarunkovyj-sertyfikat-na-sumu&quot;,&quot;src&quot;:&quot;https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/09\/univ-600x300.jpg&quot;,&quot;srcset&quot;:&quot;https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/09\/univ-600x300.jpg 600w, https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/09\/univ-300x150.jpg 300w, https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/09\/univ-1024x512.jpg 1024w, https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/09\/univ-768x384.jpg 768w, https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/09\/univ.jpg 1200w&quot;,&quot;sizes&quot;:&quot;(max-width: 600px) 100vw, 600px&quot;,&quot;full_src&quot;:&quot;https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/09\/univ.jpg&quot;,&quot;full_src_w&quot;:1200,&quot;full_src_h&quot;:600,&quot;gallery_thumbnail_src&quot;:&quot;https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/09\/univ-100x100.jpg&quot;,&quot;gallery_thumbnail_src_w&quot;:100,&quot;gallery_thumbnail_src_h&quot;:100,&quot;thumb_src&quot;:&quot;https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/09\/univ-300x300.jpg&quot;,&quot;thumb_src_w&quot;:300,&quot;thumb_src_h&quot;:300,&quot;src_w&quot;:600,&quot;src_h&quot;:300},&quot;image_id&quot;:74576,&quot;is_downloadable&quot;:false,&quot;is_in_stock&quot;:true,&quot;is_purchasable&quot;:true,&quot;is_sold_individually&quot;:&quot;no&quot;,&quot;is_virtual&quot;:false,&quot;max_qty&quot;:&quot;&quot;,&quot;min_qty&quot;:1,&quot;price_html&quot;:&quot;&lt;span class=\&quot;price\&quot;&gt;&lt;span class=\&quot;woocommerce-Price-amount amount\&quot;&gt;&lt;bdi&gt;3000&amp;nbsp;&lt;span class=\&quot;woocommerce-Price-currencySymbol\&quot;&gt;\u20b4&lt;\/span&gt;&lt;\/bdi&gt;&lt;\/span&gt;&lt;\/span&gt;&quot;,&quot;sku&quot;:&quot;&quot;,&quot;variation_description&quot;:&quot;&quot;,&quot;variation_id&quot;:74572,&quot;variation_is_active&quot;:true,&quot;variation_is_visible&quot;:true,&quot;weight&quot;:&quot;&quot;,&quot;weight_html&quot;:&quot;\u041d\u0435\u0432\u0456\u0434\u043e\u043c\u043e&quot;}]">
	
		
				<div class="dropdown">
					<div class="select-product"><span><i class="fas fa-coins"></i>1000 ₴</span><span >
						<i class="fas fa-users"></i>
						1 особа
						</span><span>
						<i class="fas fa-clock"></i>
						1 год</span><span>
						<i class="fas fa-sort-down"></i>
						</span></div>
						<ul class="dropdown-menu dropdown-product_menu"><li id="74581" class="active" data-count="1-osoba" data-time="1-god"><span><i class="fas fa-coins"></i>1000 ₴</span><span><i class="fas fa-users"></i>1 особа</span><span><i class="fas fa-clock"></i>1 год</span></li><li data-count="1-osoba" data-time="1-god"><span><i class="fas fa-coins"></i>1500 ₴</span><span><i class="fas fa-users"></i>1 особа</span><span><i class="fas fa-clock"></i>1 год</span></li><li data-count="1-osoba" data-time="1-god"><span><i class="fas fa-coins"></i>2000 ₴</span><span><i class="fas fa-users"></i>1 особа</span><span><i class="fas fa-clock"></i>1 год</span></li><li data-count="1-osoba" data-time="1-god"><span><i class="fas fa-coins"></i>2500 ₴</span><span><i class="fas fa-users"></i>1 особа</span><span><i class="fas fa-clock"></i>1 год</span></li><li data-count="1-osoba" data-time="1-god"><span><i class="fas fa-coins"></i>3000 ₴</span><span><i class="fas fa-users"></i>1 особа</span><span><i class="fas fa-clock"></i>1 год</span></li>
					</ul>
					</div>				<table class="variations" cellspacing="0" style="display:none;">
			<tbody>
									<tr>
						<td class="label"><label for="pa_kilkist-osib">Кількість осіб</label></td>
						<td class="value">
							<select id="pa_kilkist-osib" class="" name="attribute_pa_kilkist-osib" data-attribute_name="attribute_pa_kilkist-osib" data-show_option_none="yes"><option value="">Виберіть опцію</option><option value="1-osoba"  selected='selected'>1 особа</option></select>							
						</td>
					</tr>
									<tr>
						<td class="label"><label for="pa_tryvalist">Тривалість</label></td>
						<td class="value">
							<select id="pa_tryvalist" class="" name="attribute_pa_tryvalist" data-attribute_name="attribute_pa_tryvalist" data-show_option_none="yes"><option value="">Виберіть опцію</option><option value="1-god"  selected='selected'>1 год</option></select><a class="reset_variations" href="#">Очистити</a>							
						</td>
					</tr>
							</tbody>
		</table>

				<div class="single_variation_wrap" style="display:none;">
			<div class="woocommerce-variation single_variation"></div><div class="woocommerce-variation-add-to-cart variations_button">
	
		<div class="quantity">
				<label class="screen-reader-text" for="quantity_634f5f051dfed">Подарунковий сертифікат на суму кількість</label>
		<input
			type="number"
			id="quantity_634f5f051dfed"
			class="input-text qty text"
			step="1"
			min="1"
			max=""
			name="quantity"
			value="1"
			title="К-ть"
			size="4"
			placeholder=""
			inputmode="numeric"
			autocomplete="off"
		/>
			</div>
	
	<button type="submit" class="single_add_to_cart_button button alt">Подарувати</button>

	
	<input type="hidden" name="add-to-cart" value="74569" />
	<input type="hidden" name="product_id" value="74569" />
	<input type="hidden" name="variation_id" class="variation_id" value="0" />
</div>
		</div>
						
				
	  





		
	
	</form>
</div></div>		</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-14f0f79" data-id="14f0f79" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-2944aa7 pay_btn_listing elementor-widget elementor-widget-jet-button" data-id="2944aa7" data-element_type="widget" data-widget_type="jet-button.default">
				<div class="elementor-widget-container">
			<div class="elementor-jet-button jet-elements"><div class="jet-button__container">
	<a class="jet-button__instance jet-button__instance--icon-left hover-effect-1" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYwODU0IiwidG9nZ2xlIjpmYWxzZX0%3D">
		<div class="jet-button__plane jet-button__plane-normal"></div>
		<div class="jet-button__plane jet-button__plane-hover"></div>
		<div class="jet-button__state jet-button__state-normal">
			<span class="jet-button__icon jet-elements-icon"><i aria-hidden="true" class="fas fa-shopping-bag"></i></span><span class="jet-button__label">КУПИТИ</span>		</div>
		<div class="jet-button__state jet-button__state-hover">
			<span class="jet-button__icon jet-elements-icon"><i aria-hidden="true" class="fas fa-shopping-bag"></i></span><span class="jet-button__label">КУПИТИ</span>		</div>
	</a>
</div>
</div>		</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<div class="elementor-element elementor-element-88ce837 elementor-align-center elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-button" data-id="88ce837" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
					<div class="elementor-button-wrapper">
			<a href="#" class="elementor-button-link elementor-button elementor-size-sm" role="button">
						<span class="elementor-button-content-wrapper">
							<span class="elementor-button-icon elementor-align-icon-left">
				<i aria-hidden="true" class="fas fa-gift"></i>			</span>
						<span class="elementor-button-text">Подарувати</span>
		</span>
					</a>
		</div>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
							</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-73052" data-post-id="73052" >		<div data-elementor-type="jet-listing-items" data-elementor-id="1418" class="elementor elementor-1418">
									<section class="elementor-section elementor-top-section elementor-element elementor-element-0a670ae elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="0a670ae" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;07d5f56&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-00fea35" data-id="00fea35" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
								<section class="elementor-section elementor-inner-section elementor-element elementor-element-e49f61d elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="e49f61d" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;0b1431c&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-e93e6c1" data-id="e93e6c1" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
									</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-48a5255" data-id="48a5255" data-element_type="column">
			<div class="elementor-widget-wrap">
									</div>
		</div>
							</div>
		</section>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-1f3f033 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="1f3f033" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;98e1168&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-4daf8aa" data-id="4daf8aa" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-fbe7875 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="fbe7875" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><i class="jet-listing-dynamic-field__icon fas fa-location-arrow" aria-hidden="true"></i><div class="jet-listing-dynamic-field__content">Львів</div></div></div>		</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-296e933" data-id="296e933" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-1980059 elementor-widget elementor-widget-jet-listing-dynamic-link" data-id="1980059" data-element_type="widget" data-widget_type="jet-listing-dynamic-link.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-link"><a href="https://tvoeshop.com/product/aviatrenazher-litaka-socata-tbm-900-lviv/" class="jet-listing-dynamic-link__link"><span class="jet-listing-dynamic-link__label">Детальніше</span></a></div>		</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-9d58855" data-id="9d58855" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-c05a408 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="c05a408" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><i class="jet-listing-dynamic-field__icon fas fa-cloud-sun" aria-hidden="true"></i><div class="jet-listing-dynamic-field__content"></div></div></div>		</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-48e6c39 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="48e6c39" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;98e1168&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-682608c" data-id="682608c" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-6385dc8 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="6385dc8" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><i class="jet-listing-dynamic-field__icon fas fa-coins" aria-hidden="true"></i><div class="jet-listing-dynamic-field__content">1000 грн</div></div></div>		</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-9756f33" data-id="9756f33" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-d321124 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="d321124" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><i class="jet-listing-dynamic-field__icon fas fa-users" aria-hidden="true"></i><div class="jet-listing-dynamic-field__content">1 особа</div></div></div>		</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-7e881a7" data-id="7e881a7" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-08a47f4 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="08a47f4" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><i class="jet-listing-dynamic-field__icon fas fa-user-clock" aria-hidden="true"></i><div class="jet-listing-dynamic-field__content"></div></div></div>		</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-da0480d elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="da0480d" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;_id&quot;:&quot;b574352&quot;,&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-73a329f" data-id="73a329f" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<section class="elementor-section elementor-inner-section elementor-element elementor-element-b6ea1c3 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="b6ea1c3" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;_id&quot;:&quot;0b1431c&quot;,&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-c92cf81" data-id="c92cf81" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
									</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-b8aab18" data-id="b8aab18" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-386f7cc elementor-widget__width-auto elementor-widget elementor-widget-jet-wishlist-button" data-id="386f7cc" data-element_type="widget" data-widget_type="jet-wishlist-button.default">
				<div class="elementor-widget-container">
			<div class="jet-wishlist-button jet-cw"><div class="jet-wishlist-button__container">
			<a href="#" class="jet-wishlist-button__link jet-wishlist-button__link--icon-right" data-widget-type="jet-wishlist-button" data-product-id="73052" data-widget-id="386f7cc">
				<div class="jet-wishlist-button__plane jet-wishlist-button__plane-normal"></div>
				<div class="jet-wishlist-button__plane jet-wishlist-button__plane-added"></div>
				<div class="jet-wishlist-button__state jet-wishlist-button__state-normal">
					<span class="jet-wishlist-button__icon jet-cw-icon"><i aria-hidden="true" class="far fa-heart"></i></span><span class="jet-wishlist-button__label"></span>				</div>
				<div class="jet-wishlist-button__state jet-wishlist-button__state-added">
					<span class="jet-wishlist-button__icon jet-cw-icon"><i aria-hidden="true" class="fas fa-heart"></i></span><span class="jet-wishlist-button__label"></span>				</div>
			</a>

			</div></div>		</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<div class="elementor-element elementor-element-32e0b2e elementor-widget elementor-widget-jet-listing-dynamic-image" data-id="32e0b2e" data-element_type="widget" data-widget_type="jet-listing-dynamic-image.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-image"><a href="https://tvoeshop.com/product/aviatrenazher-litaka-socata-tbm-900-lviv/" class="jet-listing-dynamic-image__link"><img width="600" height="300" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20600%20300'%3E%3C/svg%3E" class="attachment-woocommerce_single size-woocommerce_single wp-post-image" alt="aviatrenazher-litaka-socata-tbm-900-lviv" loading="lazy" data-lazy-srcset="https://tvoeshop.com/wp-content/uploads/2022/08/img_2811-600x300.jpg 600w, https://tvoeshop.com/wp-content/uploads/2022/08/img_2811-300x150.jpg 300w, https://tvoeshop.com/wp-content/uploads/2022/08/img_2811-1024x512.jpg 1024w, https://tvoeshop.com/wp-content/uploads/2022/08/img_2811-768x384.jpg 768w, https://tvoeshop.com/wp-content/uploads/2022/08/img_2811.jpg 1200w" data-lazy-sizes="(max-width: 600px) 100vw, 600px" data-lazy-src="https://tvoeshop.com/wp-content/uploads/2022/08/img_2811-600x300.jpg" /><noscript><img width="600" height="300" src="https://tvoeshop.com/wp-content/uploads/2022/08/img_2811-600x300.jpg" class="attachment-woocommerce_single size-woocommerce_single wp-post-image" alt="aviatrenazher-litaka-socata-tbm-900-lviv" loading="lazy" srcset="https://tvoeshop.com/wp-content/uploads/2022/08/img_2811-600x300.jpg 600w, https://tvoeshop.com/wp-content/uploads/2022/08/img_2811-300x150.jpg 300w, https://tvoeshop.com/wp-content/uploads/2022/08/img_2811-1024x512.jpg 1024w, https://tvoeshop.com/wp-content/uploads/2022/08/img_2811-768x384.jpg 768w, https://tvoeshop.com/wp-content/uploads/2022/08/img_2811.jpg 1200w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></div>		</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-8dbeba8 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default" data-id="8dbeba8" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;_id&quot;:&quot;3768fa7&quot;,&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-2342b73" data-id="2342b73" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-c0601ed elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="c0601ed" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><i class="jet-listing-dynamic-field__icon fas fa-map-marker-alt" aria-hidden="true"></i><div class="jet-listing-dynamic-field__content">Львів</div></div></div>		</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-c5316e4" data-id="c5316e4" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-f4e5afe elementor-widget__width-initial elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-heading" data-id="f4e5afe" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<div class="elementor-heading-title elementor-size-default">скористались</div>		</div>
				</div>
				<div class="elementor-element elementor-element-8167596 elementor-widget__width-initial elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="8167596" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"></div></div></div>		</div>
				</div>
				<div class="elementor-element elementor-element-4d58227 elementor-widget__width-initial elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-heading" data-id="4d58227" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<div class="elementor-heading-title elementor-size-default">разів</div>		</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<div class="elementor-element elementor-element-235422f elementor-widget__width-inherit name_event_listing elementor-widget elementor-widget-jet-listing-dynamic-link" data-id="235422f" data-element_type="widget" data-widget_type="jet-listing-dynamic-link.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-link"><a href="https://tvoeshop.com/product/aviatrenazher-litaka-socata-tbm-900-lviv/" class="jet-listing-dynamic-link__link"><span class="jet-listing-dynamic-link__label">Авіатренажер літака Socata TBM- 900</span></a></div>		</div>
				</div>
				<div class="elementor-element elementor-element-e350824 elementor-widget__width-inherit elementor-widget elementor-widget-jet-listing-dynamic-link" data-id="e350824" data-element_type="widget" data-widget_type="jet-listing-dynamic-link.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-link"><a href="https://tvoeshop.com/product/aviatrenazher-litaka-socata-tbm-900-lviv/" class="jet-listing-dynamic-link__link"><span class="jet-listing-dynamic-link__label">Авіатренажер літака Socata TBM-900 у Львові - це особлива можливість торкнутись неба, опанувати круте вміння, відчути інтригу, пристрасний запал.</span></a></div>		</div>
				</div>
				<div class="elementor-element elementor-element-8941544 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="8941544" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Авіатренажер літака Socata TBM-900 у Львові - це особлива можливість торкнутись неба, опанувати круте вміння, відчути інтригу, пристрасний запал.</div></div></div>		</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-8ecfd1c elementor-section-full_width three_col_item_product elementor-section-height-default elementor-section-height-default" data-id="8ecfd1c" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;_id&quot;:&quot;de21ac9&quot;,&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-84c3750" data-id="84c3750" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-6db906c elementor-widget-mobile__width-initial elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="6db906c" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><i class="jet-listing-dynamic-field__icon fas fa-coins" aria-hidden="true"></i><div class="jet-listing-dynamic-field__content">1000 грн</div></div></div>		</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-e21b681" data-id="e21b681" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-bc56c06 elementor-widget-mobile__width-initial elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="bc56c06" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><i class="jet-listing-dynamic-field__icon fas fa-users" aria-hidden="true"></i><div class="jet-listing-dynamic-field__content">1 особа</div></div></div>		</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-ecab476" data-id="ecab476" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-45ceaf9 elementor-widget-mobile__width-initial elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="45ceaf9" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><i class="jet-listing-dynamic-field__icon fas fa-user-clock" aria-hidden="true"></i><div class="jet-listing-dynamic-field__content">20 хв</div></div></div>		</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-8cfa059 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="8cfa059" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;af219e9&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-004f4f7" data-id="004f4f7" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-604671d elementor-hidden-mobile elementor-widget elementor-widget-jet-single-add-to-cart" data-id="604671d" data-element_type="widget" data-widget_type="jet-single-add-to-cart.default">
				<div class="elementor-widget-container">
			<div class="elementor-jet-single-add-to-cart jet-woo-builder"><div class="jet-woo-builder-single-ajax-add-to-cart"  >
<form class="variations_form cart" action="https://tvoeshop.com/product/aviatrenazher-litaka-socata-tbm-900-lviv/" method="post" enctype='multipart/form-data' data-product_id="73052" data-product_variations="[{&quot;attributes&quot;:{&quot;attribute_pa_kilkist-osib&quot;:&quot;1-osoba&quot;,&quot;attribute_pa_tryvalist&quot;:&quot;20-hvylyn&quot;},&quot;availability_html&quot;:&quot;&quot;,&quot;backorders_allowed&quot;:false,&quot;dimensions&quot;:{&quot;length&quot;:&quot;&quot;,&quot;width&quot;:&quot;&quot;,&quot;height&quot;:&quot;&quot;},&quot;dimensions_html&quot;:&quot;\u041d\u0435\u0432\u0456\u0434\u043e\u043c\u043e&quot;,&quot;display_price&quot;:1000,&quot;display_regular_price&quot;:1000,&quot;image&quot;:{&quot;title&quot;:&quot;aviatrenazher-litaka-socata-tbm-900-lviv&quot;,&quot;caption&quot;:&quot;&quot;,&quot;url&quot;:&quot;https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/08\/img_2811.jpg&quot;,&quot;alt&quot;:&quot;aviatrenazher-litaka-socata-tbm-900-lviv&quot;,&quot;src&quot;:&quot;https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/08\/img_2811-600x300.jpg&quot;,&quot;srcset&quot;:&quot;https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/08\/img_2811-600x300.jpg 600w, https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/08\/img_2811-300x150.jpg 300w, https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/08\/img_2811-1024x512.jpg 1024w, https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/08\/img_2811-768x384.jpg 768w, https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/08\/img_2811.jpg 1200w&quot;,&quot;sizes&quot;:&quot;(max-width: 600px) 100vw, 600px&quot;,&quot;full_src&quot;:&quot;https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/08\/img_2811.jpg&quot;,&quot;full_src_w&quot;:1200,&quot;full_src_h&quot;:600,&quot;gallery_thumbnail_src&quot;:&quot;https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/08\/img_2811-100x100.jpg&quot;,&quot;gallery_thumbnail_src_w&quot;:100,&quot;gallery_thumbnail_src_h&quot;:100,&quot;thumb_src&quot;:&quot;https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/08\/img_2811-300x300.jpg&quot;,&quot;thumb_src_w&quot;:300,&quot;thumb_src_h&quot;:300,&quot;src_w&quot;:600,&quot;src_h&quot;:300},&quot;image_id&quot;:73068,&quot;is_downloadable&quot;:false,&quot;is_in_stock&quot;:true,&quot;is_purchasable&quot;:true,&quot;is_sold_individually&quot;:&quot;no&quot;,&quot;is_virtual&quot;:false,&quot;max_qty&quot;:&quot;&quot;,&quot;min_qty&quot;:1,&quot;price_html&quot;:&quot;&lt;span class=\&quot;price\&quot;&gt;&lt;span class=\&quot;woocommerce-Price-amount amount\&quot;&gt;&lt;bdi&gt;1000&amp;nbsp;&lt;span class=\&quot;woocommerce-Price-currencySymbol\&quot;&gt;\u20b4&lt;\/span&gt;&lt;\/bdi&gt;&lt;\/span&gt;&lt;\/span&gt;&quot;,&quot;sku&quot;:&quot;&quot;,&quot;variation_description&quot;:&quot;&quot;,&quot;variation_id&quot;:73062,&quot;variation_is_active&quot;:true,&quot;variation_is_visible&quot;:true,&quot;weight&quot;:&quot;&quot;,&quot;weight_html&quot;:&quot;\u041d\u0435\u0432\u0456\u0434\u043e\u043c\u043e&quot;},{&quot;attributes&quot;:{&quot;attribute_pa_kilkist-osib&quot;:&quot;1-osoba&quot;,&quot;attribute_pa_tryvalist&quot;:&quot;40-hvylyn&quot;},&quot;availability_html&quot;:&quot;&quot;,&quot;backorders_allowed&quot;:false,&quot;dimensions&quot;:{&quot;length&quot;:&quot;&quot;,&quot;width&quot;:&quot;&quot;,&quot;height&quot;:&quot;&quot;},&quot;dimensions_html&quot;:&quot;\u041d\u0435\u0432\u0456\u0434\u043e\u043c\u043e&quot;,&quot;display_price&quot;:1500,&quot;display_regular_price&quot;:1500,&quot;image&quot;:{&quot;title&quot;:&quot;aviatrenazher-litaka-socata-tbm-900-lviv&quot;,&quot;caption&quot;:&quot;&quot;,&quot;url&quot;:&quot;https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/08\/img_2811.jpg&quot;,&quot;alt&quot;:&quot;aviatrenazher-litaka-socata-tbm-900-lviv&quot;,&quot;src&quot;:&quot;https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/08\/img_2811-600x300.jpg&quot;,&quot;srcset&quot;:&quot;https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/08\/img_2811-600x300.jpg 600w, https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/08\/img_2811-300x150.jpg 300w, https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/08\/img_2811-1024x512.jpg 1024w, https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/08\/img_2811-768x384.jpg 768w, https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/08\/img_2811.jpg 1200w&quot;,&quot;sizes&quot;:&quot;(max-width: 600px) 100vw, 600px&quot;,&quot;full_src&quot;:&quot;https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/08\/img_2811.jpg&quot;,&quot;full_src_w&quot;:1200,&quot;full_src_h&quot;:600,&quot;gallery_thumbnail_src&quot;:&quot;https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/08\/img_2811-100x100.jpg&quot;,&quot;gallery_thumbnail_src_w&quot;:100,&quot;gallery_thumbnail_src_h&quot;:100,&quot;thumb_src&quot;:&quot;https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/08\/img_2811-300x300.jpg&quot;,&quot;thumb_src_w&quot;:300,&quot;thumb_src_h&quot;:300,&quot;src_w&quot;:600,&quot;src_h&quot;:300},&quot;image_id&quot;:73068,&quot;is_downloadable&quot;:false,&quot;is_in_stock&quot;:true,&quot;is_purchasable&quot;:true,&quot;is_sold_individually&quot;:&quot;no&quot;,&quot;is_virtual&quot;:false,&quot;max_qty&quot;:&quot;&quot;,&quot;min_qty&quot;:1,&quot;price_html&quot;:&quot;&lt;span class=\&quot;price\&quot;&gt;&lt;span class=\&quot;woocommerce-Price-amount amount\&quot;&gt;&lt;bdi&gt;1500&amp;nbsp;&lt;span class=\&quot;woocommerce-Price-currencySymbol\&quot;&gt;\u20b4&lt;\/span&gt;&lt;\/bdi&gt;&lt;\/span&gt;&lt;\/span&gt;&quot;,&quot;sku&quot;:&quot;&quot;,&quot;variation_description&quot;:&quot;&quot;,&quot;variation_id&quot;:73063,&quot;variation_is_active&quot;:true,&quot;variation_is_visible&quot;:true,&quot;weight&quot;:&quot;&quot;,&quot;weight_html&quot;:&quot;\u041d\u0435\u0432\u0456\u0434\u043e\u043c\u043e&quot;},{&quot;attributes&quot;:{&quot;attribute_pa_kilkist-osib&quot;:&quot;1-osoba&quot;,&quot;attribute_pa_tryvalist&quot;:&quot;60-hvylyn&quot;},&quot;availability_html&quot;:&quot;&quot;,&quot;backorders_allowed&quot;:false,&quot;dimensions&quot;:{&quot;length&quot;:&quot;&quot;,&quot;width&quot;:&quot;&quot;,&quot;height&quot;:&quot;&quot;},&quot;dimensions_html&quot;:&quot;\u041d\u0435\u0432\u0456\u0434\u043e\u043c\u043e&quot;,&quot;display_price&quot;:1800,&quot;display_regular_price&quot;:1800,&quot;image&quot;:{&quot;title&quot;:&quot;aviatrenazher-litaka-socata-tbm-900-lviv&quot;,&quot;caption&quot;:&quot;&quot;,&quot;url&quot;:&quot;https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/08\/img_2811.jpg&quot;,&quot;alt&quot;:&quot;aviatrenazher-litaka-socata-tbm-900-lviv&quot;,&quot;src&quot;:&quot;https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/08\/img_2811-600x300.jpg&quot;,&quot;srcset&quot;:&quot;https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/08\/img_2811-600x300.jpg 600w, https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/08\/img_2811-300x150.jpg 300w, https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/08\/img_2811-1024x512.jpg 1024w, https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/08\/img_2811-768x384.jpg 768w, https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/08\/img_2811.jpg 1200w&quot;,&quot;sizes&quot;:&quot;(max-width: 600px) 100vw, 600px&quot;,&quot;full_src&quot;:&quot;https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/08\/img_2811.jpg&quot;,&quot;full_src_w&quot;:1200,&quot;full_src_h&quot;:600,&quot;gallery_thumbnail_src&quot;:&quot;https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/08\/img_2811-100x100.jpg&quot;,&quot;gallery_thumbnail_src_w&quot;:100,&quot;gallery_thumbnail_src_h&quot;:100,&quot;thumb_src&quot;:&quot;https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/08\/img_2811-300x300.jpg&quot;,&quot;thumb_src_w&quot;:300,&quot;thumb_src_h&quot;:300,&quot;src_w&quot;:600,&quot;src_h&quot;:300},&quot;image_id&quot;:73068,&quot;is_downloadable&quot;:false,&quot;is_in_stock&quot;:true,&quot;is_purchasable&quot;:true,&quot;is_sold_individually&quot;:&quot;no&quot;,&quot;is_virtual&quot;:false,&quot;max_qty&quot;:&quot;&quot;,&quot;min_qty&quot;:1,&quot;price_html&quot;:&quot;&lt;span class=\&quot;price\&quot;&gt;&lt;span class=\&quot;woocommerce-Price-amount amount\&quot;&gt;&lt;bdi&gt;1800&amp;nbsp;&lt;span class=\&quot;woocommerce-Price-currencySymbol\&quot;&gt;\u20b4&lt;\/span&gt;&lt;\/bdi&gt;&lt;\/span&gt;&lt;\/span&gt;&quot;,&quot;sku&quot;:&quot;&quot;,&quot;variation_description&quot;:&quot;&quot;,&quot;variation_id&quot;:73064,&quot;variation_is_active&quot;:true,&quot;variation_is_visible&quot;:true,&quot;weight&quot;:&quot;&quot;,&quot;weight_html&quot;:&quot;\u041d\u0435\u0432\u0456\u0434\u043e\u043c\u043e&quot;}]">
	
		
				<div class="dropdown">
					<div class="select-product"><span><i class="fas fa-coins"></i>1000 ₴</span><span >
						<i class="fas fa-users"></i>
						1 особа
						</span><span>
						<i class="fas fa-clock"></i>
						20 хвилин</span><span>
						<i class="fas fa-sort-down"></i>
						</span></div>
						<ul class="dropdown-menu dropdown-product_menu"><li id="73062" class="active" data-count="1-osoba" data-time="20-hvylyn"><span><i class="fas fa-coins"></i>1000 ₴</span><span><i class="fas fa-users"></i>1 особа</span><span><i class="fas fa-clock"></i>20 хвилин</span></li><li data-count="1-osoba" data-time="40-hvylyn"><span><i class="fas fa-coins"></i>1500 ₴</span><span><i class="fas fa-users"></i>1 особа</span><span><i class="fas fa-clock"></i>40 хвилин</span></li><li data-count="1-osoba" data-time="60-hvylyn"><span><i class="fas fa-coins"></i>1800 ₴</span><span><i class="fas fa-users"></i>1 особа</span><span><i class="fas fa-clock"></i>60 хвилин</span></li>
					</ul>
					</div>				<table class="variations" cellspacing="0" style="display:none;">
			<tbody>
									<tr>
						<td class="label"><label for="pa_kilkist-osib">Кількість осіб</label></td>
						<td class="value">
							<select id="pa_kilkist-osib" class="" name="attribute_pa_kilkist-osib" data-attribute_name="attribute_pa_kilkist-osib" data-show_option_none="yes"><option value="">Виберіть опцію</option><option value="1-osoba"  selected='selected'>1 особа</option></select>							
						</td>
					</tr>
									<tr>
						<td class="label"><label for="pa_tryvalist">Тривалість</label></td>
						<td class="value">
							<select id="pa_tryvalist" class="" name="attribute_pa_tryvalist" data-attribute_name="attribute_pa_tryvalist" data-show_option_none="yes"><option value="">Виберіть опцію</option><option value="20-hvylyn"  selected='selected'>20 хвилин</option><option value="40-hvylyn" >40 хвилин</option><option value="60-hvylyn" >60 хвилин</option></select><a class="reset_variations" href="#">Очистити</a>							
						</td>
					</tr>
							</tbody>
		</table>

				<div class="single_variation_wrap" style="display:none;">
			<div class="woocommerce-variation single_variation"></div><div class="woocommerce-variation-add-to-cart variations_button">
	
		<div class="quantity">
				<label class="screen-reader-text" for="quantity_634f5f055333c">Авіатренажер літака Socata TBM- 900 кількість</label>
		<input
			type="number"
			id="quantity_634f5f055333c"
			class="input-text qty text"
			step="1"
			min="1"
			max=""
			name="quantity"
			value="1"
			title="К-ть"
			size="4"
			placeholder=""
			inputmode="numeric"
			autocomplete="off"
		/>
			</div>
	
	<button type="submit" class="single_add_to_cart_button button alt">Подарувати</button>

	
	<input type="hidden" name="add-to-cart" value="73052" />
	<input type="hidden" name="product_id" value="73052" />
	<input type="hidden" name="variation_id" class="variation_id" value="0" />
</div>
		</div>
						
				
	  





		
	
	</form>
</div></div>		</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-14f0f79" data-id="14f0f79" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-2944aa7 pay_btn_listing elementor-widget elementor-widget-jet-button" data-id="2944aa7" data-element_type="widget" data-widget_type="jet-button.default">
				<div class="elementor-widget-container">
			<div class="elementor-jet-button jet-elements"><div class="jet-button__container">
	<a class="jet-button__instance jet-button__instance--icon-left hover-effect-1" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYwODU0IiwidG9nZ2xlIjpmYWxzZX0%3D">
		<div class="jet-button__plane jet-button__plane-normal"></div>
		<div class="jet-button__plane jet-button__plane-hover"></div>
		<div class="jet-button__state jet-button__state-normal">
			<span class="jet-button__icon jet-elements-icon"><i aria-hidden="true" class="fas fa-shopping-bag"></i></span><span class="jet-button__label">КУПИТИ</span>		</div>
		<div class="jet-button__state jet-button__state-hover">
			<span class="jet-button__icon jet-elements-icon"><i aria-hidden="true" class="fas fa-shopping-bag"></i></span><span class="jet-button__label">КУПИТИ</span>		</div>
	</a>
</div>
</div>		</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<div class="elementor-element elementor-element-88ce837 elementor-align-center elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-button" data-id="88ce837" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
					<div class="elementor-button-wrapper">
			<a href="#" class="elementor-button-link elementor-button elementor-size-sm" role="button">
						<span class="elementor-button-content-wrapper">
							<span class="elementor-button-icon elementor-align-icon-left">
				<i aria-hidden="true" class="fas fa-gift"></i>			</span>
						<span class="elementor-button-text">Подарувати</span>
		</span>
					</a>
		</div>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
							</div>
		</div><div class="jet-listing-grid__item jet-listing-dynamic-post-69321" data-post-id="69321" >		<div data-elementor-type="jet-listing-items" data-elementor-id="1418" class="elementor elementor-1418">
									<section class="elementor-section elementor-top-section elementor-element elementor-element-0a670ae elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="0a670ae" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;07d5f56&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-00fea35" data-id="00fea35" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
								<section class="elementor-section elementor-inner-section elementor-element elementor-element-e49f61d elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="e49f61d" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;0b1431c&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-e93e6c1" data-id="e93e6c1" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-0b771c0 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0b771c0" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">NEW</div></div></div>		</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-48a5255" data-id="48a5255" data-element_type="column">
			<div class="elementor-widget-wrap">
									</div>
		</div>
							</div>
		</section>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-1f3f033 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="1f3f033" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;98e1168&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-4daf8aa" data-id="4daf8aa" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-fbe7875 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="fbe7875" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><i class="jet-listing-dynamic-field__icon fas fa-location-arrow" aria-hidden="true"></i><div class="jet-listing-dynamic-field__content">Львів</div></div></div>		</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-296e933" data-id="296e933" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-1980059 elementor-widget elementor-widget-jet-listing-dynamic-link" data-id="1980059" data-element_type="widget" data-widget_type="jet-listing-dynamic-link.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-link"><a href="https://tvoeshop.com/product/katannya-na-dzhetbordah-lviv/" class="jet-listing-dynamic-link__link"><span class="jet-listing-dynamic-link__label">Детальніше</span></a></div>		</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-9d58855" data-id="9d58855" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-c05a408 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="c05a408" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><i class="jet-listing-dynamic-field__icon fas fa-cloud-sun" aria-hidden="true"></i><div class="jet-listing-dynamic-field__content"></div></div></div>		</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-48e6c39 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="48e6c39" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;98e1168&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-682608c" data-id="682608c" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-6385dc8 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="6385dc8" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><i class="jet-listing-dynamic-field__icon fas fa-coins" aria-hidden="true"></i><div class="jet-listing-dynamic-field__content">1600 грн</div></div></div>		</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-9756f33" data-id="9756f33" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-d321124 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="d321124" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><i class="jet-listing-dynamic-field__icon fas fa-users" aria-hidden="true"></i><div class="jet-listing-dynamic-field__content">1 особа</div></div></div>		</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-7e881a7" data-id="7e881a7" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-08a47f4 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="08a47f4" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><i class="jet-listing-dynamic-field__icon fas fa-user-clock" aria-hidden="true"></i><div class="jet-listing-dynamic-field__content"></div></div></div>		</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-da0480d elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="da0480d" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;_id&quot;:&quot;b574352&quot;,&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-73a329f" data-id="73a329f" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<section class="elementor-section elementor-inner-section elementor-element elementor-element-b6ea1c3 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="b6ea1c3" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;_id&quot;:&quot;0b1431c&quot;,&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-c92cf81" data-id="c92cf81" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-ae79b7a elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="ae79b7a" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">NEW</div></div></div>		</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-b8aab18" data-id="b8aab18" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-386f7cc elementor-widget__width-auto elementor-widget elementor-widget-jet-wishlist-button" data-id="386f7cc" data-element_type="widget" data-widget_type="jet-wishlist-button.default">
				<div class="elementor-widget-container">
			<div class="jet-wishlist-button jet-cw"><div class="jet-wishlist-button__container">
			<a href="#" class="jet-wishlist-button__link jet-wishlist-button__link--icon-right" data-widget-type="jet-wishlist-button" data-product-id="69321" data-widget-id="386f7cc">
				<div class="jet-wishlist-button__plane jet-wishlist-button__plane-normal"></div>
				<div class="jet-wishlist-button__plane jet-wishlist-button__plane-added"></div>
				<div class="jet-wishlist-button__state jet-wishlist-button__state-normal">
					<span class="jet-wishlist-button__icon jet-cw-icon"><i aria-hidden="true" class="far fa-heart"></i></span><span class="jet-wishlist-button__label"></span>				</div>
				<div class="jet-wishlist-button__state jet-wishlist-button__state-added">
					<span class="jet-wishlist-button__icon jet-cw-icon"><i aria-hidden="true" class="fas fa-heart"></i></span><span class="jet-wishlist-button__label"></span>				</div>
			</a>

			</div></div>		</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<div class="elementor-element elementor-element-32e0b2e elementor-widget elementor-widget-jet-listing-dynamic-image" data-id="32e0b2e" data-element_type="widget" data-widget_type="jet-listing-dynamic-image.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-image"><a href="https://tvoeshop.com/product/katannya-na-dzhetbordah-lviv/" class="jet-listing-dynamic-image__link"><img width="600" height="300" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20600%20300'%3E%3C/svg%3E" class="attachment-woocommerce_single size-woocommerce_single wp-post-image" alt="katannya-na-dzhetbordah-lviv" loading="lazy" data-lazy-srcset="https://tvoeshop.com/wp-content/uploads/2022/07/img_9712-600x300.jpg 600w, https://tvoeshop.com/wp-content/uploads/2022/07/img_9712-300x150.jpg 300w, https://tvoeshop.com/wp-content/uploads/2022/07/img_9712-1024x512.jpg 1024w, https://tvoeshop.com/wp-content/uploads/2022/07/img_9712-768x384.jpg 768w, https://tvoeshop.com/wp-content/uploads/2022/07/img_9712.jpg 1200w" data-lazy-sizes="(max-width: 600px) 100vw, 600px" data-lazy-src="https://tvoeshop.com/wp-content/uploads/2022/07/img_9712-600x300.jpg" /><noscript><img width="600" height="300" src="https://tvoeshop.com/wp-content/uploads/2022/07/img_9712-600x300.jpg" class="attachment-woocommerce_single size-woocommerce_single wp-post-image" alt="katannya-na-dzhetbordah-lviv" loading="lazy" srcset="https://tvoeshop.com/wp-content/uploads/2022/07/img_9712-600x300.jpg 600w, https://tvoeshop.com/wp-content/uploads/2022/07/img_9712-300x150.jpg 300w, https://tvoeshop.com/wp-content/uploads/2022/07/img_9712-1024x512.jpg 1024w, https://tvoeshop.com/wp-content/uploads/2022/07/img_9712-768x384.jpg 768w, https://tvoeshop.com/wp-content/uploads/2022/07/img_9712.jpg 1200w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a></div>		</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-8dbeba8 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default" data-id="8dbeba8" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;_id&quot;:&quot;3768fa7&quot;,&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-2342b73" data-id="2342b73" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-c0601ed elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="c0601ed" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><i class="jet-listing-dynamic-field__icon fas fa-map-marker-alt" aria-hidden="true"></i><div class="jet-listing-dynamic-field__content">Львів</div></div></div>		</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-c5316e4" data-id="c5316e4" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-f4e5afe elementor-widget__width-initial elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-heading" data-id="f4e5afe" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<div class="elementor-heading-title elementor-size-default">скористались</div>		</div>
				</div>
				<div class="elementor-element elementor-element-8167596 elementor-widget__width-initial elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="8167596" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"></div></div></div>		</div>
				</div>
				<div class="elementor-element elementor-element-4d58227 elementor-widget__width-initial elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-heading" data-id="4d58227" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<div class="elementor-heading-title elementor-size-default">разів</div>		</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<div class="elementor-element elementor-element-235422f elementor-widget__width-inherit name_event_listing elementor-widget elementor-widget-jet-listing-dynamic-link" data-id="235422f" data-element_type="widget" data-widget_type="jet-listing-dynamic-link.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-link"><a href="https://tvoeshop.com/product/katannya-na-dzhetbordah-lviv/" class="jet-listing-dynamic-link__link"><span class="jet-listing-dynamic-link__label">Катання на джетбордах</span></a></div>		</div>
				</div>
				<div class="elementor-element elementor-element-e350824 elementor-widget__width-inherit elementor-widget elementor-widget-jet-listing-dynamic-link" data-id="e350824" data-element_type="widget" data-widget_type="jet-listing-dynamic-link.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-link"><a href="https://tvoeshop.com/product/katannya-na-dzhetbordah-lviv/" class="jet-listing-dynamic-link__link"><span class="jet-listing-dynamic-link__label">Катання на джетбордах – чудовий універсальний подарунок, аби здивувати близьких, друзів, колег в м. Львів, адже це поєднання активного відпочинку і екстриму!</span></a></div>		</div>
				</div>
				<div class="elementor-element elementor-element-8941544 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="8941544" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Катання на джетбордах – чудовий універсальний подарунок, аби здивувати близьких, друзів, колег в м. Львів, адже це поєднання активного відпочинку і екстриму!</div></div></div>		</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-8ecfd1c elementor-section-full_width three_col_item_product elementor-section-height-default elementor-section-height-default" data-id="8ecfd1c" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;_id&quot;:&quot;de21ac9&quot;,&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-84c3750" data-id="84c3750" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-6db906c elementor-widget-mobile__width-initial elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="6db906c" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><i class="jet-listing-dynamic-field__icon fas fa-coins" aria-hidden="true"></i><div class="jet-listing-dynamic-field__content">1600 грн</div></div></div>		</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-e21b681" data-id="e21b681" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-bc56c06 elementor-widget-mobile__width-initial elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="bc56c06" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><i class="jet-listing-dynamic-field__icon fas fa-users" aria-hidden="true"></i><div class="jet-listing-dynamic-field__content">1 особа</div></div></div>		</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-ecab476" data-id="ecab476" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-45ceaf9 elementor-widget-mobile__width-initial elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="45ceaf9" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><i class="jet-listing-dynamic-field__icon fas fa-user-clock" aria-hidden="true"></i><div class="jet-listing-dynamic-field__content">20 хв</div></div></div>		</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-8cfa059 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="8cfa059" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;af219e9&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-004f4f7" data-id="004f4f7" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-604671d elementor-hidden-mobile elementor-widget elementor-widget-jet-single-add-to-cart" data-id="604671d" data-element_type="widget" data-widget_type="jet-single-add-to-cart.default">
				<div class="elementor-widget-container">
			<div class="elementor-jet-single-add-to-cart jet-woo-builder"><div class="jet-woo-builder-single-ajax-add-to-cart"  >
<form class="variations_form cart" action="https://tvoeshop.com/product/katannya-na-dzhetbordah-lviv/" method="post" enctype='multipart/form-data' data-product_id="69321" data-product_variations="[{&quot;attributes&quot;:{&quot;attribute_pa_kilkist-osib&quot;:&quot;1-osoba&quot;,&quot;attribute_pa_tryvalist&quot;:&quot;20-hvylyn&quot;},&quot;availability_html&quot;:&quot;&quot;,&quot;backorders_allowed&quot;:false,&quot;dimensions&quot;:{&quot;length&quot;:&quot;&quot;,&quot;width&quot;:&quot;&quot;,&quot;height&quot;:&quot;&quot;},&quot;dimensions_html&quot;:&quot;\u041d\u0435\u0432\u0456\u0434\u043e\u043c\u043e&quot;,&quot;display_price&quot;:1600,&quot;display_regular_price&quot;:1600,&quot;image&quot;:{&quot;title&quot;:&quot;katannya-na-dzhetbordah-lviv&quot;,&quot;caption&quot;:&quot;&quot;,&quot;url&quot;:&quot;https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/07\/img_9712.jpg&quot;,&quot;alt&quot;:&quot;katannya-na-dzhetbordah-lviv&quot;,&quot;src&quot;:&quot;https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/07\/img_9712-600x300.jpg&quot;,&quot;srcset&quot;:&quot;https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/07\/img_9712-600x300.jpg 600w, https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/07\/img_9712-300x150.jpg 300w, https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/07\/img_9712-1024x512.jpg 1024w, https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/07\/img_9712-768x384.jpg 768w, https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/07\/img_9712.jpg 1200w&quot;,&quot;sizes&quot;:&quot;(max-width: 600px) 100vw, 600px&quot;,&quot;full_src&quot;:&quot;https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/07\/img_9712.jpg&quot;,&quot;full_src_w&quot;:1200,&quot;full_src_h&quot;:600,&quot;gallery_thumbnail_src&quot;:&quot;https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/07\/img_9712-100x100.jpg&quot;,&quot;gallery_thumbnail_src_w&quot;:100,&quot;gallery_thumbnail_src_h&quot;:100,&quot;thumb_src&quot;:&quot;https:\/\/tvoeshop.com\/wp-content\/uploads\/2022\/07\/img_9712-300x300.jpg&quot;,&quot;thumb_src_w&quot;:300,&quot;thumb_src_h&quot;:300,&quot;src_w&quot;:600,&quot;src_h&quot;:300},&quot;image_id&quot;:69325,&quot;is_downloadable&quot;:false,&quot;is_in_stock&quot;:true,&quot;is_purchasable&quot;:true,&quot;is_sold_individually&quot;:&quot;no&quot;,&quot;is_virtual&quot;:false,&quot;max_qty&quot;:&quot;&quot;,&quot;min_qty&quot;:1,&quot;price_html&quot;:&quot;&quot;,&quot;sku&quot;:&quot;&quot;,&quot;variation_description&quot;:&quot;&quot;,&quot;variation_id&quot;:69322,&quot;variation_is_active&quot;:true,&quot;variation_is_visible&quot;:true,&quot;weight&quot;:&quot;&quot;,&quot;weight_html&quot;:&quot;\u041d\u0435\u0432\u0456\u0434\u043e\u043c\u043e&quot;}]">
	
		
				<div class="dropdown">
					<div class="select-product"><span><i class="fas fa-coins"></i>1600 ₴</span><span >
						<i class="fas fa-users"></i>
						1 особа
						</span><span>
						<i class="fas fa-clock"></i>
						20 хвилин</span><span>
						<i class="fas fa-sort-down"></i>
						</span></div>
						<ul class="dropdown-menu dropdown-product_menu"><li id="69322" class="active" data-count="1-osoba" data-time="20-hvylyn"><span><i class="fas fa-coins"></i>1600 ₴</span><span><i class="fas fa-users"></i>1 особа</span><span><i class="fas fa-clock"></i>20 хвилин</span></li>
					</ul>
					</div>				<table class="variations" cellspacing="0" style="display:none;">
			<tbody>
									<tr>
						<td class="label"><label for="pa_kilkist-osib">Кількість осіб</label></td>
						<td class="value">
							<select id="pa_kilkist-osib" class="" name="attribute_pa_kilkist-osib" data-attribute_name="attribute_pa_kilkist-osib" data-show_option_none="yes"><option value="">Виберіть опцію</option><option value="1-osoba"  selected='selected'>1 особа</option></select>							
						</td>
					</tr>
									<tr>
						<td class="label"><label for="pa_tryvalist">Тривалість</label></td>
						<td class="value">
							<select id="pa_tryvalist" class="" name="attribute_pa_tryvalist" data-attribute_name="attribute_pa_tryvalist" data-show_option_none="yes"><option value="">Виберіть опцію</option><option value="20-hvylyn"  selected='selected'>20 хвилин</option></select><a class="reset_variations" href="#">Очистити</a>							
						</td>
					</tr>
							</tbody>
		</table>

				<div class="single_variation_wrap" style="display:none;">
			<div class="woocommerce-variation single_variation"></div><div class="woocommerce-variation-add-to-cart variations_button">
	
		<div class="quantity">
				<label class="screen-reader-text" for="quantity_634f5f0586216">Катання на джетбордах кількість</label>
		<input
			type="number"
			id="quantity_634f5f0586216"
			class="input-text qty text"
			step="1"
			min="1"
			max=""
			name="quantity"
			value="1"
			title="К-ть"
			size="4"
			placeholder=""
			inputmode="numeric"
			autocomplete="off"
		/>
			</div>
	
	<button type="submit" class="single_add_to_cart_button button alt">Подарувати</button>

	
	<input type="hidden" name="add-to-cart" value="69321" />
	<input type="hidden" name="product_id" value="69321" />
	<input type="hidden" name="variation_id" class="variation_id" value="0" />
</div>
		</div>
						
				
	  





		
	
	</form>
</div></div>		</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-14f0f79" data-id="14f0f79" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-2944aa7 pay_btn_listing elementor-widget elementor-widget-jet-button" data-id="2944aa7" data-element_type="widget" data-widget_type="jet-button.default">
				<div class="elementor-widget-container">
			<div class="elementor-jet-button jet-elements"><div class="jet-button__container">
	<a class="jet-button__instance jet-button__instance--icon-left hover-effect-1" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjYwODU0IiwidG9nZ2xlIjpmYWxzZX0%3D">
		<div class="jet-button__plane jet-button__plane-normal"></div>
		<div class="jet-button__plane jet-button__plane-hover"></div>
		<div class="jet-button__state jet-button__state-normal">
			<span class="jet-button__icon jet-elements-icon"><i aria-hidden="true" class="fas fa-shopping-bag"></i></span><span class="jet-button__label">КУПИТИ</span>		</div>
		<div class="jet-button__state jet-button__state-hover">
			<span class="jet-button__icon jet-elements-icon"><i aria-hidden="true" class="fas fa-shopping-bag"></i></span><span class="jet-button__label">КУПИТИ</span>		</div>
	</a>
</div>
</div>		</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<div class="elementor-element elementor-element-88ce837 elementor-align-center elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-button" data-id="88ce837" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
					<div class="elementor-button-wrapper">
			<a href="#" class="elementor-button-link elementor-button elementor-size-sm" role="button">
						<span class="elementor-button-content-wrapper">
							<span class="elementor-button-icon elementor-align-icon-left">
				<i aria-hidden="true" class="fas fa-gift"></i>			</span>
						<span class="elementor-button-text">Подарувати</span>
		</span>
					</a>
		</div>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
							</div>
		</div></div></div>		</div>
				</div>
				<div class="elementor-element elementor-element-53ff2da elementor-widget__width-initial elementor-absolute elementor-widget elementor-widget-image" data-id="53ff2da" data-element_type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img width="195" height="195" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20195%20195'%3E%3C/svg%3E" class="attachment-large size-large" alt="" data-lazy-srcset="https://tvoeshop.com/wp-content/uploads/2021/10/sticker7.png 195w, https://tvoeshop.com/wp-content/uploads/2021/10/sticker7-150x150.png 150w, https://tvoeshop.com/wp-content/uploads/2021/10/sticker7-100x100.png 100w" data-lazy-sizes="(max-width: 195px) 100vw, 195px" data-lazy-src="https://tvoeshop.com/wp-content/uploads/2021/10/sticker7.png" /><noscript><img width="195" height="195" src="https://tvoeshop.com/wp-content/uploads/2021/10/sticker7.png" class="attachment-large size-large" alt="" srcset="https://tvoeshop.com/wp-content/uploads/2021/10/sticker7.png 195w, https://tvoeshop.com/wp-content/uploads/2021/10/sticker7-150x150.png 150w, https://tvoeshop.com/wp-content/uploads/2021/10/sticker7-100x100.png 100w" sizes="(max-width: 195px) 100vw, 195px" /></noscript>															</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-9131107 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="9131107" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;1fadc09&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c7ff526" data-id="c7ff526" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-cbb8853 elementor-widget elementor-widget-heading" data-id="cbb8853" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<div class="elementor-heading-title elementor-size-default">Отримайте швидку відповідь</div>		</div>
				</div>
				<div class="elementor-element elementor-element-a65b115 elementor-widget__width-initial elementor-absolute elementor-widget elementor-widget-image" data-id="a65b115" data-element_type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img width="192" height="192" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20192%20192'%3E%3C/svg%3E" class="attachment-large size-large" alt="" data-lazy-srcset="https://tvoeshop.com/wp-content/uploads/2021/10/sticker-5.png 192w, https://tvoeshop.com/wp-content/uploads/2021/10/sticker-5-150x150.png 150w, https://tvoeshop.com/wp-content/uploads/2021/10/sticker-5-100x100.png 100w" data-lazy-sizes="(max-width: 192px) 100vw, 192px" data-lazy-src="https://tvoeshop.com/wp-content/uploads/2021/10/sticker-5.png" /><noscript><img width="192" height="192" src="https://tvoeshop.com/wp-content/uploads/2021/10/sticker-5.png" class="attachment-large size-large" alt="" srcset="https://tvoeshop.com/wp-content/uploads/2021/10/sticker-5.png 192w, https://tvoeshop.com/wp-content/uploads/2021/10/sticker-5-150x150.png 150w, https://tvoeshop.com/wp-content/uploads/2021/10/sticker-5-100x100.png 100w" sizes="(max-width: 192px) 100vw, 192px" /></noscript>															</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-22e3068 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="22e3068" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;65ceed6&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-de3ee07" data-id="de3ee07" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-3ecf9d8 elementor-widget elementor-widget-image" data-id="3ecf9d8" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img width="1024" height="91" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201024%2091'%3E%3C/svg%3E" class="attachment-large size-large" alt="" data-lazy-srcset="https://tvoeshop.com/wp-content/uploads/2021/10/group-8660-1024x91.png 1024w, https://tvoeshop.com/wp-content/uploads/2021/10/group-8660-300x27.png 300w, https://tvoeshop.com/wp-content/uploads/2021/10/group-8660-768x68.png 768w, https://tvoeshop.com/wp-content/uploads/2021/10/group-8660-600x53.png 600w, https://tvoeshop.com/wp-content/uploads/2021/10/group-8660.png 1370w" data-lazy-sizes="(max-width: 1024px) 100vw, 1024px" data-lazy-src="https://tvoeshop.com/wp-content/uploads/2021/10/group-8660-1024x91.png" /><noscript><img width="1024" height="91" src="https://tvoeshop.com/wp-content/uploads/2021/10/group-8660-1024x91.png" class="attachment-large size-large" alt="" srcset="https://tvoeshop.com/wp-content/uploads/2021/10/group-8660-1024x91.png 1024w, https://tvoeshop.com/wp-content/uploads/2021/10/group-8660-300x27.png 300w, https://tvoeshop.com/wp-content/uploads/2021/10/group-8660-768x68.png 768w, https://tvoeshop.com/wp-content/uploads/2021/10/group-8660-600x53.png 600w, https://tvoeshop.com/wp-content/uploads/2021/10/group-8660.png 1370w" sizes="(max-width: 1024px) 100vw, 1024px" /></noscript>															</div>
				</div>
				<div class="elementor-element elementor-element-b6fb141 elementor-widget elementor-widget-jet-accordion" data-id="b6fb141" data-element_type="widget" data-widget_type="jet-accordion.default">
				<div class="elementor-widget-container">
					<div class="jet-accordion" data-settings="{&quot;collapsible&quot;:false,&quot;ajaxTemplate&quot;:false,&quot;switchScrolling&quot;:false}" role="tablist">
			<div class="jet-accordion__inner">
				<div class="jet-accordion__item jet-toggle jet-toggle-move-up-effect ">
							<div id="jet-toggle-control-1911" class="jet-toggle__control elementor-menu-anchor" data-toggle="1" role="tab" aria-controls="jet-toggle-content-1911" aria-expanded="false" data-template-id="false">
								<div class="jet-toggle__label-icon jet-toggle-icon-position-right"><span class="jet-toggle__icon icon-normal jet-tabs-icon"><i aria-hidden="true" class="fas fa-plus"></i></span><span class="jet-toggle__icon icon-active jet-tabs-icon"><i aria-hidden="true" class="fas fa-minus"></i></span></div><div class="jet-toggle__label-text">Коли відбуваються стрибки?</div>							</div>
							<div id="jet-toggle-content-1911" class="jet-toggle__content" data-toggle="1" role="tabpanel" aria-hidden="true" data-template-id="false">
								<div class="jet-toggle__content-inner">Подія проводиться в суботу, неділю. 
Навчання починаються о 9.00 год. ранку. 
Збір на аеродромі «Цунів» біля Львова о 09:00.
Якщо необхідний трансфер, &#8211; збір о 08:00 на Приміському вокзалі, заправка БРСМ навпроти ТЦ Скриня (вул.Городоцька, 118).
Подія може бути перенесена у зв’язку з несприятливими погодними умовами:
●вітер понад 6 м/с,
●гроза,
●розмита злітно-посадкова смуга.</div>
							</div>
						</div><div class="jet-accordion__item jet-toggle jet-toggle-move-up-effect ">
							<div id="jet-toggle-control-1912" class="jet-toggle__control elementor-menu-anchor" data-toggle="2" role="tab" aria-controls="jet-toggle-content-1912" aria-expanded="false" data-template-id="false">
								<div class="jet-toggle__label-icon jet-toggle-icon-position-right"><span class="jet-toggle__icon icon-normal jet-tabs-icon"><i aria-hidden="true" class="fas fa-plus"></i></span><span class="jet-toggle__icon icon-active jet-tabs-icon"><i aria-hidden="true" class="fas fa-minus"></i></span></div><div class="jet-toggle__label-text">Кому можна стрибати з парашутом?</div>							</div>
							<div id="jet-toggle-content-1912" class="jet-toggle__content" data-toggle="2" role="tabpanel" aria-hidden="true" data-template-id="false">
								<div class="jet-toggle__content-inner">●Допустима вага для стрибка з парашутом &#8211; від 42 до 100 кг. 
●Дітям з 14 років. 
●Дітям з 8 до 14 років за письмової згоди, присутності обох батьків.
●До 18-ти років обов’язкова присутність 1-го з батьків.</div>
							</div>
						</div><div class="jet-accordion__item jet-toggle jet-toggle-move-up-effect ">
							<div id="jet-toggle-control-1913" class="jet-toggle__control elementor-menu-anchor" data-toggle="3" role="tab" aria-controls="jet-toggle-content-1913" aria-expanded="false" data-template-id="false">
								<div class="jet-toggle__label-icon jet-toggle-icon-position-right"><span class="jet-toggle__icon icon-normal jet-tabs-icon"><i aria-hidden="true" class="fas fa-plus"></i></span><span class="jet-toggle__icon icon-active jet-tabs-icon"><i aria-hidden="true" class="fas fa-minus"></i></span></div><div class="jet-toggle__label-text">Яка форма одягу?</div>							</div>
							<div id="jet-toggle-content-1913" class="jet-toggle__content" data-toggle="3" role="tabpanel" aria-hidden="true" data-template-id="false">
								<div class="jet-toggle__content-inner">Одяг повинен бути комфортним, відповідати таким вимогам:
●светри, кофти, куртки з довгими рукавами, але без капюшона;
●довгі штанини без звисаючих елементів;
Головне &#8211; зручне взуття на твердій підошві:
●закритого типу;
●товстою підошвою,
●без танкеток, каблуків;
●найкраще &#8211; з фіксацією гомілкостоп.</div>
							</div>
						</div><div class="jet-accordion__item jet-toggle jet-toggle-move-up-effect ">
							<div id="jet-toggle-control-1914" class="jet-toggle__control elementor-menu-anchor" data-toggle="4" role="tab" aria-controls="jet-toggle-content-1914" aria-expanded="false" data-template-id="false">
								<div class="jet-toggle__label-icon jet-toggle-icon-position-right"><span class="jet-toggle__icon icon-normal jet-tabs-icon"><i aria-hidden="true" class="fas fa-plus"></i></span><span class="jet-toggle__icon icon-active jet-tabs-icon"><i aria-hidden="true" class="fas fa-minus"></i></span></div><div class="jet-toggle__label-text">Як добратись до аеродрому «Цунів»?</div>							</div>
							<div id="jet-toggle-content-1914" class="jet-toggle__content" data-toggle="4" role="tabpanel" aria-hidden="true" data-template-id="false">
								<div class="jet-toggle__content-inner">1) Автомобілем. Місто Городок, після в’їзду, приблизно через 5 км, поворот направо (вказівник аеродром Цунів, вказівник на Страдч) далі через 4 км поворот ліворуч на ґрунтову дорогу (вказівник аеродром Цунів). 
2) Електричкою. Відправлення з Приміського вокзалу, напрямок Львів-Мостиська, станція Затока. Перейти залізничну колію, лісову смугу, далі через поле в сторону ангарів (приблизно 25 хв). 
3) Маршрутне таксі. Маршрутне таксі №140 з Приміського вокзалу, м. Городок, далі таксі або пішки 6 км.</div>
							</div>
						</div>								</div>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-3617d0b elementor-widget elementor-widget-elementor-faq-schema" data-id="3617d0b" data-element_type="widget" data-widget_type="elementor-faq-schema.default">
				<div class="elementor-widget-container">
			                                    <script type="application/ld+json">
                    {
                        "@context": "https://schema.org",
                        "@type": "FAQPage",
                        "mainEntity": [
                         {
                            "@type": "Question",
                            "name": "Чи можливо обміняти сертифікат на іншу послугу?",
                            "acceptedAnswer": {
                                "@type": "Answer",
                                "text": "&lt;p&gt;Так, звісно. Кожен з нас – це унікальна особистість. Ми розуміємо це і хочемо, щоб наші враження сподобалися Вам і залишили приємну нотку у Вашому житті. Тому Ви можете провести заміну сертифікату на інше враження, розділити його на кілька вражень або ж обрати дорожче враження.&lt;/p&gt;"
                            }
                                                    },
                                             {
                            "@type": "Question",
                            "name": "Як забрати сертифікат?",
                            "acceptedAnswer": {
                                "@type": "Answer",
                                "text": "&lt;p&gt;Сертифікати  є у 2 варіантах:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Електронний – сертифікат, що надійде Вам на пошту протягом 30 хвилин після замовлення.&lt;/li&gt;&lt;li&gt;Пластиковий варіант – сертифікат у формі пластикової картки у брендованому конверті, в  подарунковій коробочці з наповненням або подарунковому тубусі.&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;Забрати сертифікат Ви зможете за вказаними адресами у своєму місті або його доставить кур’єр. Також надсилаємо сертифікати Новою Поштою.&lt;/p&gt;"
                            }
                                                    },
                                             {
                            "@type": "Question",
                            "name": "Скільки часу дійсний сертифікат?",
                            "acceptedAnswer": {
                                "@type": "Answer",
                                "text": "&lt;p&gt;Термін дії сертифікату 6 місяців. Протягом вказаного терміну Вам необхідно зателефонувати нам для активації сертифіката або активувати його на сайті.&lt;/p&gt;"
                            }
                                                    },
                                             {
                            "@type": "Question",
                            "name": "Чи можна оформити сертифікат на місці?",
                            "acceptedAnswer": {
                                "@type": "Answer",
                                "text": "&lt;p&gt;Так, звісно. Ми чекатимемо на Вас на наших точках видачі:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;місто Львів, вулиця Куліша, 22&lt;/li&gt;&lt;li&gt;місто Івано-Франківськ, вул. Берегова, 9а&lt;/li&gt;&lt;li&gt;місто Луцьк, вул. Огієнка, 2а&lt;/li&gt;&lt;li&gt;місто Рівне, вул. Соборна, 34&lt;/li&gt;&lt;li&gt;місто Дрогобич, пл. Ринок, 1&lt;/li&gt;&lt;li&gt;місто Тернопіль, вул. Валова, 14&lt;/li&gt;&lt;li&gt;місто Хмельницький, вул. Кам’янецька, 54&lt;/li&gt;&lt;li&gt;місто Ужгород, вул. Фединця, 23&lt;/li&gt;&lt;/ul&gt;"
                            }
                                                    },
                                             {
                            "@type": "Question",
                            "name": "Якщо я подарую сертифікат на сезонну послугу, а людина не встигне його використати?",
                            "acceptedAnswer": {
                                "@type": "Answer",
                                "text": "&lt;p&gt;Найголовніше в такій ситуації – активувати сертифікат протягом зазначеного терміну його дії, щоб ми внесли Вас у чергу на наступний сезон.&lt;/p&gt;"
                            }
                                                    }
                    ]
                    }
                </script>
                    		</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-73abe03 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="73abe03" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;b6d709e&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-38caae2" data-id="38caae2" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
					<div class="elementor-background-overlay"></div>
								<div class="elementor-element elementor-element-3d3f0ae elementor-widget__width-initial elementor-absolute elementor-widget elementor-widget-image" data-id="3d3f0ae" data-element_type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img width="526" height="546" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20526%20546'%3E%3C/svg%3E" class="attachment-large size-large" alt="" data-lazy-srcset="https://tvoeshop.com/wp-content/uploads/2021/10/vasya@2x@2x.png 526w, https://tvoeshop.com/wp-content/uploads/2021/10/vasya@2x@2x-289x300.png 289w" data-lazy-sizes="(max-width: 526px) 100vw, 526px" data-lazy-src="https://tvoeshop.com/wp-content/uploads/2021/10/vasya@2x@2x.png" /><noscript><img width="526" height="546" src="https://tvoeshop.com/wp-content/uploads/2021/10/vasya@2x@2x.png" class="attachment-large size-large" alt="" srcset="https://tvoeshop.com/wp-content/uploads/2021/10/vasya@2x@2x.png 526w, https://tvoeshop.com/wp-content/uploads/2021/10/vasya@2x@2x-289x300.png 289w" sizes="(max-width: 526px) 100vw, 526px" /></noscript>															</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-66 elementor-top-column elementor-element elementor-element-3c6f487" data-id="3c6f487" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
					<div class="elementor-background-overlay"></div>
								<section class="elementor-section elementor-inner-section elementor-element elementor-element-09402a1 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="09402a1" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;c6a42f7&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-06f7866" data-id="06f7866" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-5cfea6a elementor-widget elementor-widget-heading" data-id="5cfea6a" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<div class="elementor-heading-title elementor-size-default">Твоє від тебе<br> не втече!</div>		</div>
				</div>
				<div class="elementor-element elementor-element-47685e3 elementor-widget elementor-widget-text-editor" data-id="47685e3" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p>Не знаєш що замовити?<br />Заповни форму та очікуй найближчим часом дзвінок від наших спеціалістів!</p>						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-f4da71d" data-id="f4da71d" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-1cae2f5 elementor-button-align-stretch elementor-widget elementor-widget-form" data-id="1cae2f5" data-element_type="widget" data-settings="{&quot;step_next_label&quot;:&quot;\u0414\u0430\u043b\u0456&quot;,&quot;step_previous_label&quot;:&quot;\u041f\u043e\u043f\u0435\u0440\u0435\u0434\u043d\u0456\u0439&quot;,&quot;button_width&quot;:&quot;100&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}" data-widget_type="form.default">
				<div class="elementor-widget-container">
					<form class="elementor-form" method="post" name="Нова форма">
			<input type="hidden" name="post_id" value="1850"/>
			<input type="hidden" name="form_id" value="1cae2f5"/>
			<input type="hidden" name="referer_title" value="Стрибок з парашутом Львів: ✔️ вартість 1500, ✔️ самостійний прижок, Цунів" />

							<input type="hidden" name="queried_id" value="1351"/>
			
			<div class="elementor-form-fields-wrapper elementor-labels-above">
								<div class="elementor-field-type-tel elementor-field-group elementor-column elementor-field-group-name elementor-col-100 elementor-field-required elementor-mark-required">
												<label for="form-field-name" class="elementor-field-label">
								Номер телефону							</label>
								<input size="1" type="tel" name="form_fields[name]" id="form-field-name" class="elementor-field elementor-size-sm  elementor-field-textual" placeholder="+380 xx xxx xx xx" required="required" aria-required="true" pattern="[0-9()#&amp;+*-=.]+" title="Лише цифри та символи телефону (#, -, *, і т.д.) приймаються.">

						</div>
								<div class="elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons">
					<button type="submit" class="elementor-button elementor-size-sm">
						<span >
															<span class=" elementor-button-icon">
																										</span>
																						<span class="elementor-button-text">Надіслати</span>
													</span>
					</button>
				</div>
			</div>
		</form>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-13b61df elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="13b61df" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;7bfd6cc&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-638610d" data-id="638610d" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-7bd2ee1 elementor-widget elementor-widget-image" data-id="7bd2ee1" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img width="1600" height="272" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201600%20272'%3E%3C/svg%3E" class="attachment-full size-full" alt="" data-lazy-srcset="https://tvoeshop.com/wp-content/uploads/2021/10/group-8495@2x.png 1600w, https://tvoeshop.com/wp-content/uploads/2021/10/group-8495@2x-300x51.png 300w, https://tvoeshop.com/wp-content/uploads/2021/10/group-8495@2x-1024x174.png 1024w, https://tvoeshop.com/wp-content/uploads/2021/10/group-8495@2x-768x131.png 768w, https://tvoeshop.com/wp-content/uploads/2021/10/group-8495@2x-1536x261.png 1536w, https://tvoeshop.com/wp-content/uploads/2021/10/group-8495@2x-2048x348.png 2048w, https://tvoeshop.com/wp-content/uploads/2021/10/group-8495@2x-600x102.png 600w" data-lazy-sizes="(max-width: 1600px) 100vw, 1600px" data-lazy-src="https://tvoeshop.com/wp-content/uploads/2021/10/group-8495@2x.png" /><noscript><img width="1600" height="272" src="https://tvoeshop.com/wp-content/uploads/2021/10/group-8495@2x.png" class="attachment-full size-full" alt="" srcset="https://tvoeshop.com/wp-content/uploads/2021/10/group-8495@2x.png 1600w, https://tvoeshop.com/wp-content/uploads/2021/10/group-8495@2x-300x51.png 300w, https://tvoeshop.com/wp-content/uploads/2021/10/group-8495@2x-1024x174.png 1024w, https://tvoeshop.com/wp-content/uploads/2021/10/group-8495@2x-768x131.png 768w, https://tvoeshop.com/wp-content/uploads/2021/10/group-8495@2x-1536x261.png 1536w, https://tvoeshop.com/wp-content/uploads/2021/10/group-8495@2x-2048x348.png 2048w, https://tvoeshop.com/wp-content/uploads/2021/10/group-8495@2x-600x102.png 600w" sizes="(max-width: 1600px) 100vw, 1600px" /></noscript>															</div>
				</div>
					</div>
		</div>
							</div>
		</section>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-a4bf042 elementor-hidden-mobile elementor-hidden-desktop elementor-hidden-tablet elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible" data-id="a4bf042" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;0a358d7&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;animation&quot;:&quot;fadeInUp&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f53f78b" data-id="f53f78b" data-element_type="column">
			<div class="elementor-widget-wrap">
									</div>
		</div>
							</div>
		</section>
							</div>
		</div>


		
		</main><!-- #main -->
	</div><!-- #primary -->
	
	
			</div>
			</div>
		

	</div><!-- #content -->

	<footer id="colophon" class="site-footer ">
				<div data-elementor-type="jet_footer" data-elementor-id="40997" class="elementor elementor-40997">
									<section class="elementor-section elementor-top-section elementor-element elementor-element-c6696e4 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="c6696e4" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;bd1012c&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;background_background&quot;:&quot;gradient&quot;}">
						<div class="elementor-container elementor-column-gap-custom">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7f97a9b" data-id="7f97a9b" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<section class="elementor-section elementor-inner-section elementor-element elementor-element-9bda724 elementor-section-height-min-height elementor-section-full_width elementor-section-height-default" data-id="9bda724" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;b00cc95&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-789f173" data-id="789f173" data-element_type="column">
			<div class="elementor-widget-wrap">
									</div>
		</div>
							</div>
		</section>
				<div class="elementor-element elementor-element-022f14d elementor-view-default elementor-widget elementor-widget-icon" data-id="022f14d" data-element_type="widget" data-widget_type="icon.default">
				<div class="elementor-widget-container">
					<div class="elementor-icon-wrapper">
			<div class="elementor-icon">
			<svg xmlns="http://www.w3.org/2000/svg" id="Logo" width="101.475" height="35.003" viewBox="0 0 101.475 35.003"><rect id="Rectangle_2530" data-name="Rectangle 2530" width="4.318" height="21.59" transform="translate(8.636 0.297)" fill="#fff"></rect><rect id="Rectangle_2531" data-name="Rectangle 2531" width="21.59" height="4.048" transform="translate(0 0.297)" fill="#fff"></rect><path id="Path_3408" data-name="Path 3408" d="M965.823,314.9h28.26v3.778h-28.26a6.768,6.768,0,0,0,6.535,4.856h21.725v4.047h-21.86A10.795,10.795,0,0,1,972.359,306h21.725v4.048H972.359A6.768,6.768,0,0,0,965.823,314.9Z" transform="translate(-892.609 -305.697)" fill="#fff"></path><path id="Path_3409" data-name="Path 3409" d="M295.857,563.282a2.968,2.968,0,0,1,0,4.087,3.453,3.453,0,0,1-2.178.993v2.218h-1v-2.218a3.458,3.458,0,0,1-2.179-.993,2.968,2.968,0,0,1,0-4.087,3.45,3.45,0,0,1,2.179-.993V560.07h1v2.219A3.466,3.466,0,0,1,295.857,563.282Zm-5.174,2.043a1.917,1.917,0,0,0,.53,1.367,2.39,2.39,0,0,0,1.462.688V563.27a2.337,2.337,0,0,0-1.462.678,1.93,1.93,0,0,0-.53,1.378Zm3,2.055a2.367,2.367,0,0,0,1.457-.688,2.045,2.045,0,0,0,0-2.733,2.364,2.364,0,0,0-1.457-.689Z" transform="translate(-284.52 -535.578)" fill="#fff"></path><path id="Path_3410" data-name="Path 3410" d="M386.689,583.151H387.7v5.839h-1.013v-1a2.477,2.477,0,0,1-2.2,1.157,2.8,2.8,0,0,1-2.086-.894,3.183,3.183,0,0,1,0-4.356,2.794,2.794,0,0,1,2.086-.9,2.472,2.472,0,0,1,2.2,1.156Zm-2.075,5.01a2,2,0,0,0,1.48-.6,2.16,2.16,0,0,0,0-2.978,2.106,2.106,0,0,0-2.951,0,2.163,2.163,0,0,0,0,2.978A1.982,1.982,0,0,0,384.615,588.161Z" transform="translate(-367.632 -556.323)" fill="#fff"></path><path id="Path_3411" data-name="Path 3411" d="M467.671,566.588a2.857,2.857,0,0,1-2.133-.857,3.007,3.007,0,0,1-.839-2.2,4.908,4.908,0,0,1,.437-2.3,3.845,3.845,0,0,1,1.789-1.458q.245-.117.667-.3c.286-.125.491-.22.623-.286a3.566,3.566,0,0,0,.443-.268,1.228,1.228,0,0,0,.367-.373,1.552,1.552,0,0,0,.181-.476l.815.467a2.148,2.148,0,0,1-.1.344,1.187,1.187,0,0,1-.169.3c-.073.1-.138.182-.19.251a1.084,1.084,0,0,1-.274.228c-.128.082-.221.143-.279.182a3,3,0,0,1-.338.175l-.328.161c-.058.028-.19.082-.39.164s-.327.134-.373.157a3.982,3.982,0,0,0-1.159.689,1.993,1.993,0,0,0-.53.887,2.213,2.213,0,0,1,.929-.684,3,3,0,0,1,1.119-.222,2.58,2.58,0,0,1,2.62,2.674,2.626,2.626,0,0,1-.815,1.968A2.9,2.9,0,0,1,467.671,566.588Zm-1.363-1.5a1.915,1.915,0,0,0,1.363.514,1.883,1.883,0,0,0,1.346-.5,1.665,1.665,0,0,0,.53-1.261,1.714,1.714,0,0,0-.507-1.279,1.821,1.821,0,0,0-1.333-.5,2.121,2.121,0,0,0-1.346.476,1.508,1.508,0,0,0-.6,1.244A1.713,1.713,0,0,0,466.308,565.092Z" transform="translate(-442.876 -533.769)" fill="#fff"></path><path id="Path_3412" data-name="Path 3412" d="M548.215,583a2.792,2.792,0,0,1,2.086.894,3.183,3.183,0,0,1,0,4.356,2.791,2.791,0,0,1-2.086.894,2.469,2.469,0,0,1-2.2-1.157v3.34H545v-8.173h1.014v1A2.467,2.467,0,0,1,548.215,583Zm-.129,5.162a1.982,1.982,0,0,0,1.468-.6,2.16,2.16,0,0,0,0-2.978,2.106,2.106,0,0,0-2.951,0,2.163,2.163,0,0,0,0,2.978,2,2,0,0,0,1.483.6Z" transform="translate(-515.531 -556.322)" fill="#fff"></path><path id="Path_3413" data-name="Path 3413" d="M634.16,584.61h.815v5.839h-1v-4.1l-3.228,4.1h-.816V584.61h1V588.7Z" transform="translate(-592.375 -557.782)" fill="#fff"></path><path id="Path_3414" data-name="Path 3414" d="M711.469,590.449h-1.258l-2.657-2.768v2.768H706.54V584.61h1.014v2.581l2.517-2.581h1.305l-2.786,2.826Z" transform="translate(-661.691 -557.782)" fill="#fff"></path><path id="Path_3415" data-name="Path 3415" d="M771.791,583.151H772.8v5.839h-1.013v-1a2.477,2.477,0,0,1-2.2,1.157,2.791,2.791,0,0,1-2.085-.894,3.181,3.181,0,0,1,0-4.356,2.792,2.792,0,0,1,2.085-.895,2.472,2.472,0,0,1,2.2,1.156Zm-2.07,5.01a2,2,0,0,0,1.48-.6,2.163,2.163,0,0,0,0-2.978,2.107,2.107,0,0,0-2.951,0,2.163,2.163,0,0,0,0,2.978A1.982,1.982,0,0,0,769.722,588.161Z" transform="translate(-716.07 -556.323)" fill="#fff"></path><path id="Path_3416" data-name="Path 3416" d="M884.313,586.513a1.926,1.926,0,0,0,.717,1.215,2.225,2.225,0,0,0,1.392.432,1.82,1.82,0,0,0,1.678-.857l.857.49a2.843,2.843,0,0,1-2.564,1.32,3.045,3.045,0,0,1-2.255-.87,2.993,2.993,0,0,1-.868-2.2,3.024,3.024,0,0,1,.851-2.2,2.935,2.935,0,0,1,2.2-.876,2.685,2.685,0,0,1,2.095.905,3.268,3.268,0,0,1,.775,2.633Zm2.016-2.581a1.942,1.942,0,0,0-2.018,1.694H888.2a1.937,1.937,0,0,0-.652-1.262A1.862,1.862,0,0,0,886.328,583.932Z" transform="translate(-821.595 -556.298)" fill="#fff"></path><path id="Path_3417" data-name="Path 3417" d="M971.4,584.61v5.839h-.991v-4.24l-1.853,2.99h-.127l-1.853-2.99v4.24h-1V584.61h1.088l1.83,2.951,1.829-2.951Z" transform="translate(-896.059 -557.782)" fill="#fff"></path><path id="Path_3418" data-name="Path 3418" d="M1051.615,587.919a3.108,3.108,0,1,1,.9-2.184A2.982,2.982,0,0,1,1051.615,587.919Zm-2.179-.1a1.992,1.992,0,0,0,1.468-.6,2.146,2.146,0,0,0,0-2.967,2.094,2.094,0,0,0-2.924,0,2.146,2.146,0,0,0,0,2.967A1.976,1.976,0,0,0,1049.436,587.815Z" transform="translate(-969.1 -555.988)" fill="#fff"></path><path id="Path_3419" data-name="Path 3419" d="M1136.517,589.48h.952v2.534h-1v-1.565h-4.847V584.61h1.014v4.87h2.866v-4.87h1.014Z" transform="translate(-1046.3 -557.782)" fill="#fff"></path><path id="Path_3420" data-name="Path 3420" d="M1210.8,560.482a.666.666,0,0,1-.489-.2.653.653,0,0,1-.2-.476.667.667,0,0,1,.2-.485.654.654,0,0,1,.489-.2.638.638,0,0,1,.476.2.666.666,0,0,1,.2.485.653.653,0,0,1-.2.476A.646.646,0,0,1,1210.8,560.482Zm-.513,6.9v-5.839h1.014v5.839Z" transform="translate(-1117.317 -534.717)" fill="#fff"></path><path id="Path_3421" data-name="Path 3421" d="M1250.569,567.844h.816v5.839h-1v-4.1l-3.228,4.1h-.815v-5.839h1v4.094Zm-3.275-.876v-.888h3.147v.888Z" transform="translate(-1150.098 -541.016)" fill="#fff"></path><path id="Path_3422" data-name="Path 3422" d="M500.4,316.254a5.644,5.644,0,0,0,2.416-1.9,4.86,4.86,0,0,0,.857-2.869,4.67,4.67,0,0,0-2.2-4.125,10.967,10.967,0,0,0-6.118-1.456H484.92v21.595H495.8q4.238,0,6.4-1.578a5.227,5.227,0,0,0,2.157-4.489A5.007,5.007,0,0,0,500.4,316.254Zm-10.717-6.67h5.236q3.878,0,3.877,2.629c0,2.177-1.986,2.553-3.777,2.608h-5.336Zm5.722,14.232h-5.722V318.54h7.213a2.661,2.661,0,0,1,2.468,1.55,3.05,3.05,0,0,1,.155,1.016Q499.514,323.815,495.4,323.815Z" transform="translate(-461.171 -305.607)" fill="#fff"></path><path id="Path_3423" data-name="Path 3423" d="M716.122,307.074a6.951,6.951,0,1,1,.018,13.893h-.023a6.952,6.952,0,1,1-.018-13.893h.023m0-4.253h-.034a11.2,11.2,0,1,0,.029,22.4h.035a11.2,11.2,0,1,0-.03-22.4Z" transform="translate(-659.944 -302.82)" fill="#fff"></path></svg>			</div>
		</div>
				</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-4523c2f elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="4523c2f" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;2af9e53&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-de6d194" data-id="de6d194" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-164a111 elementor-widget__width-initial elementor-absolute elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-image" data-id="164a111" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:100,&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img width="311" height="378" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20311%20378'%3E%3C/svg%3E" class="attachment-large size-large" alt="" data-lazy-srcset="https://tvoeshop.com/wp-content/uploads/2021/10/sgruppyrovat-9893-1.png 311w, https://tvoeshop.com/wp-content/uploads/2021/10/sgruppyrovat-9893-1-247x300.png 247w" data-lazy-sizes="(max-width: 311px) 100vw, 311px" data-lazy-src="https://tvoeshop.com/wp-content/uploads/2021/10/sgruppyrovat-9893-1.png" /><noscript><img width="311" height="378" src="https://tvoeshop.com/wp-content/uploads/2021/10/sgruppyrovat-9893-1.png" class="attachment-large size-large" alt="" srcset="https://tvoeshop.com/wp-content/uploads/2021/10/sgruppyrovat-9893-1.png 311w, https://tvoeshop.com/wp-content/uploads/2021/10/sgruppyrovat-9893-1-247x300.png 247w" sizes="(max-width: 311px) 100vw, 311px" /></noscript>															</div>
				</div>
				<div class="elementor-element elementor-element-859e509 elementor-shape-circle e-grid-align-mobile-center elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons" data-id="859e509" data-element_type="widget" data-widget_type="social-icons.default">
				<div class="elementor-widget-container">
					<div class="elementor-social-icons-wrapper elementor-grid">
							<span class="elementor-grid-item">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-repeater-item-d0945cd" href="https://www.facebook.com/sertyficaty.tvoe" target="_blank">
						<span class="elementor-screen-only">Facebook-f</span>
						<i class="fab fa-facebook-f"></i>					</a>
				</span>
							<span class="elementor-grid-item">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-9da4c69" href="https://instagram.com/tvoeshop_?utm_medium=copy_link" target="_blank">
						<span class="elementor-screen-only">Instagram</span>
						<i class="fab fa-instagram"></i>					</a>
				</span>
							<span class="elementor-grid-item">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-telegram-plane elementor-repeater-item-84e5519" href="https://telegram.me/tvoe_tg" target="_blank">
						<span class="elementor-screen-only">Telegram-plane</span>
						<i class="fab fa-telegram-plane"></i>					</a>
				</span>
							<span class="elementor-grid-item">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-viber elementor-repeater-item-ca066e0" href="viber://chat?number=380985755156" target="_blank">
						<span class="elementor-screen-only">Viber</span>
						<i class="fab fa-viber"></i>					</a>
				</span>
							<span class="elementor-grid-item">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-tiktok elementor-repeater-item-ea9c970" href="https://vm.tiktok.com/ZM8GFnyBT/" target="_blank">
						<span class="elementor-screen-only">Tiktok</span>
						<i class="fab fa-tiktok"></i>					</a>
				</span>
							<span class="elementor-grid-item">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-6c205d2" href="https://www.google.com/url?q=https://www.youtube.com/channel/UC_KvS0WtjCmjU5oKUiAoQHw&#038;sa=D&#038;source=editors&#038;ust=1642508599881041&#038;usg=AOvVaw1_wlVO6GSLoEnDqTVC8EX0" target="_blank">
						<span class="elementor-screen-only">Youtube</span>
						<i class="fab fa-youtube"></i>					</a>
				</span>
					</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-105591e elementor-widget elementor-widget-jet-tabs" data-id="105591e" data-element_type="widget" data-settings="{&quot;tabs_position&quot;:&quot;top&quot;}" data-widget_type="jet-tabs.default">
				<div class="elementor-widget-container">
					<div class="jet-tabs jet-tabs-position-top jet-tabs-move-up-effect " data-settings="{&quot;activeIndex&quot;:0,&quot;event&quot;:&quot;click&quot;,&quot;autoSwitch&quot;:false,&quot;autoSwitchDelay&quot;:3000,&quot;ajaxTemplate&quot;:false,&quot;tabsPosition&quot;:&quot;top&quot;,&quot;switchScrolling&quot;:false}" role="tablist">
			<div class="jet-tabs__control-wrapper">
				<div id="jet-tabs-control-1711" class="jet-tabs__control jet-tabs__control-icon-left elementor-menu-anchor active-tab" data-tab="1" tabindex="1711" role="tab" aria-controls="jet-tabs-content-1711" aria-expanded="true" data-template-id="41016"><div class="jet-tabs__control-inner"><div class="jet-tabs__label-text">Львів</div></div></div><div id="jet-tabs-control-1712" class="jet-tabs__control jet-tabs__control-icon-left elementor-menu-anchor " data-tab="2" tabindex="1712" role="tab" aria-controls="jet-tabs-content-1712" aria-expanded="false" data-template-id="44314"><div class="jet-tabs__control-inner"><div class="jet-tabs__label-text">Івано-Франківськ</div></div></div><div id="jet-tabs-control-1713" class="jet-tabs__control jet-tabs__control-icon-left elementor-menu-anchor " data-tab="3" tabindex="1713" role="tab" aria-controls="jet-tabs-content-1713" aria-expanded="false" data-template-id="44327"><div class="jet-tabs__control-inner"><div class="jet-tabs__label-text">Луцьк</div></div></div><div id="jet-tabs-control-1714" class="jet-tabs__control jet-tabs__control-icon-left elementor-menu-anchor " data-tab="4" tabindex="1714" role="tab" aria-controls="jet-tabs-content-1714" aria-expanded="false" data-template-id="44337"><div class="jet-tabs__control-inner"><div class="jet-tabs__label-text">Дрогобич</div></div></div><div id="jet-tabs-control-1715" class="jet-tabs__control jet-tabs__control-icon-left elementor-menu-anchor " data-tab="5" tabindex="1715" role="tab" aria-controls="jet-tabs-content-1715" aria-expanded="false" data-template-id="44344"><div class="jet-tabs__control-inner"><div class="jet-tabs__label-text">Рівне</div></div></div><div id="jet-tabs-control-1716" class="jet-tabs__control jet-tabs__control-icon-left elementor-menu-anchor " data-tab="6" tabindex="1716" role="tab" aria-controls="jet-tabs-content-1716" aria-expanded="false" data-template-id="44351"><div class="jet-tabs__control-inner"><div class="jet-tabs__label-text">Тернопіль</div></div></div><div id="jet-tabs-control-1717" class="jet-tabs__control jet-tabs__control-icon-left elementor-menu-anchor " data-tab="7" tabindex="1717" role="tab" aria-controls="jet-tabs-content-1717" aria-expanded="false" data-template-id="46044"><div class="jet-tabs__control-inner"><div class="jet-tabs__label-text">Хмельницький</div></div></div><div id="jet-tabs-control-1718" class="jet-tabs__control jet-tabs__control-icon-left elementor-menu-anchor " data-tab="8" tabindex="1718" role="tab" aria-controls="jet-tabs-content-1718" aria-expanded="false" data-template-id="19168"><div class="jet-tabs__control-inner"><div class="jet-tabs__label-text">Ужгород</div></div></div><div id="jet-tabs-control-1719" class="jet-tabs__control jet-tabs__control-icon-left elementor-menu-anchor " data-tab="9" tabindex="1719" role="tab" aria-controls="jet-tabs-content-1719" aria-expanded="false" data-template-id="19961"><div class="jet-tabs__control-inner"><div class="jet-tabs__label-text">Вінниця</div></div></div><div id="jet-tabs-control-17110" class="jet-tabs__control jet-tabs__control-icon-left elementor-menu-anchor " data-tab="10" tabindex="17110" role="tab" aria-controls="jet-tabs-content-17110" aria-expanded="false" data-template-id="20248"><div class="jet-tabs__control-inner"><div class="jet-tabs__label-text">Чернівці</div></div></div><div id="jet-tabs-control-17111" class="jet-tabs__control jet-tabs__control-icon-left elementor-menu-anchor " data-tab="11" tabindex="17111" role="tab" aria-controls="jet-tabs-content-17111" aria-expanded="false" data-template-id="33205"><div class="jet-tabs__control-inner"><div class="jet-tabs__label-text">Подарунки за віком</div></div></div><div id="jet-tabs-control-17112" class="jet-tabs__control jet-tabs__control-icon-left elementor-menu-anchor " data-tab="12" tabindex="17112" role="tab" aria-controls="jet-tabs-content-17112" aria-expanded="false" data-template-id="16284"><div class="jet-tabs__control-inner"><div class="jet-tabs__label-text">Подарунки</div></div></div>			</div>
			<div class="jet-tabs__content-wrapper">
				<div id="jet-tabs-content-1711" class="jet-tabs__content active-content" data-tab="1" role="tabpanel" aria-hidden="false" data-template-id="41016">		<div data-elementor-type="page" data-elementor-id="41016" class="elementor elementor-41016">
									<section class="elementor-section elementor-top-section elementor-element elementor-element-b756f2f elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="b756f2f" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;_id&quot;:&quot;f711749&quot;,&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-a757ccc" data-id="a757ccc" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-f64fcbc elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="f64fcbc" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/lviv/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-circle"></i>						</span>
										<span class="elementor-icon-list-text">Всі сертифікати у Львові</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/lviv/active-lviv/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-circle"></i>						</span>
										<span class="elementor-icon-list-text">Активний відпочинок у Львові</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/lviv/water-lviv/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-circle"></i>						</span>
										<span class="elementor-icon-list-text">Водний відпочинок у Львові</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/lviv/extreme-lviv/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-circle"></i>						</span>
										<span class="elementor-icon-list-text">Екстрим у Львові</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/lviv/krasa-lviv/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-circle"></i>						</span>
										<span class="elementor-icon-list-text">Краса у Львові</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/lviv/mayster-klasy-lviv/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-circle"></i>						</span>
										<span class="elementor-icon-list-text">Майстер-класи у Львові</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/lviv/sky-lviv/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-circle"></i>						</span>
										<span class="elementor-icon-list-text">Небесний відпочинок у Львові</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/lviv/relax-lviv/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-circle"></i>						</span>
										<span class="elementor-icon-list-text">Релакс у Львові</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/lviv/development-lviv/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-circle"></i>						</span>
										<span class="elementor-icon-list-text">Розвиваючий відпочинок у Львові</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/lviv/romantic-lviv/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-circle"></i>						</span>
										<span class="elementor-icon-list-text">Романтика у Львові</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/lviv/family-lviv/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-circle"></i>						</span>
										<span class="elementor-icon-list-text">Сімейний відпочинок у Львові</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-b752bfc" data-id="b752bfc" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-53a9462 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="53a9462" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/lviv/dlya-batkiv-lviv/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для батьків у Львові</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/lviv/dlya-bosa-lviv/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для боса у Львові</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/lviv/dlya-dytyny-lviv/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для дитини у Львові</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/lviv/dlya-divchyny-lviv/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для дівчини у Львові</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/lviv/dlya-druga-lviv/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для друга у Львові</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/lviv/dlya-druzhyny-lviv/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для дружини у Львові</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/lviv/dlya-kolektyvu-lviv/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для колективу у Львові</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/lviv/dlya-mamy-lviv/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для мами у Львові</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/lviv/dlya-podrugy-lviv/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для подруги у Львові</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/lviv/dlya-tata-lviv/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для тата у Львові</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/lviv/dlya-hlopczya-lviv/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для хлопця у Львові</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/lviv/dlya-cholovika-lviv/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для чоловіка у Львові</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-23ef418" data-id="23ef418" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-f830ef1 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="f830ef1" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/fish-spa-lviv/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-circle"></i>						</span>
										<span class="elementor-icon-list-text">Fish-spa</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/samostijnyj-strybok-z-parashutom-u-lvovi/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-circle"></i>						</span>
										<span class="elementor-icon-list-text">Самостійний стрибок з парашутом</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/polit-na-litaku-socata-tb-20-lviv/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-circle"></i>						</span>
										<span class="elementor-icon-list-text">Ознайомчий політ на літаку Socata TB-20</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/majster-klas-z-prygotuvannya-koktejliv-lviv/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-circle"></i>						</span>
										<span class="elementor-icon-list-text">Майстер-клас з приготування коктейлів</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/masazh-dlya-zakohanyh-lviv/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-circle"></i>						</span>
										<span class="elementor-icon-list-text">Масаж для закоханих</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/masazh-v-chotyry-ruky-lviv/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-circle"></i>						</span>
										<span class="elementor-icon-list-text">Масаж в чотири руки</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/?post_type=product&#038;p=1495">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-circle"></i>						</span>
										<span class="elementor-icon-list-text">Spa-стоун масаж</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/parnyj-seans-glybokoyi-medytacziyi-joga-nidry-lviv/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-circle"></i>						</span>
										<span class="elementor-icon-list-text">Парний сеанс глибокої медитації йога нідри</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/degustacziya-alkogolyu-lviv/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-circle"></i>						</span>
										<span class="elementor-icon-list-text">Дегустація алкоголю</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/majster-klas-z-tverku-lviv/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-circle"></i>						</span>
										<span class="elementor-icon-list-text">Майстер-клас з тверку</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/simejna-fotosesiya-lviv/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-circle"></i>						</span>
										<span class="elementor-icon-list-text">Сімейна фотосесія</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/rozslablyayuchyj-masazh-lviv/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-circle"></i>						</span>
										<span class="elementor-icon-list-text">Розслабляючий масаж</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
							</div>
		</div><div id="jet-tabs-content-1712" class="jet-tabs__content " data-tab="2" role="tabpanel" aria-hidden="true" data-template-id="44314">		<div data-elementor-type="page" data-elementor-id="44314" class="elementor elementor-44314">
									<section class="elementor-section elementor-top-section elementor-element elementor-element-16bdf05 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="16bdf05" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;_id&quot;:&quot;f711749&quot;,&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-a53debc" data-id="a53debc" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-fd7b3a9 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="fd7b3a9" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/ivano-frankivsk/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-circle"></i>						</span>
										<span class="elementor-icon-list-text">Всі сертифікати в Івано-Франківську</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/ivano-frankivsk/active-frankivsk/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-circle"></i>						</span>
										<span class="elementor-icon-list-text">Активний відпочинок в Івано-Франківську</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/ivano-frankivsk/water-frankivsk/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-circle"></i>						</span>
										<span class="elementor-icon-list-text">Водний відпочинок в Івано-Франківську</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/ivano-frankivsk/extreme-frankivsk/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-circle"></i>						</span>
										<span class="elementor-icon-list-text">Екстрим в Івано-Франківську</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/ivano-frankivsk/krasa-frankivsk/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-circle"></i>						</span>
										<span class="elementor-icon-list-text">Краса в Івано-Франківську</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/ivano-frankivsk/mayster-klasy-frankivsk/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-circle"></i>						</span>
										<span class="elementor-icon-list-text">Майстер-класи в Івано-Франківську</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/ivano-frankivsk/sky-frankivsk/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-circle"></i>						</span>
										<span class="elementor-icon-list-text">Небесний відпочинок в Івано-Франківську</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/ivano-frankivsk/relax-frankivsk/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-circle"></i>						</span>
										<span class="elementor-icon-list-text">Релакс в Івано-Франківську</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/ivano-frankivsk/development-frankivsk/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-circle"></i>						</span>
										<span class="elementor-icon-list-text">Розвиваючий відпочинок в Івано-Франківську</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/ivano-frankivsk/romantic-frankivsk/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-circle"></i>						</span>
										<span class="elementor-icon-list-text">Романтика в Івано-Франківську</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/ivano-frankivsk/family-frankivsk/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-circle"></i>						</span>
										<span class="elementor-icon-list-text">Сімейний відпочинок в Івано-Франківську</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-463a6c3" data-id="463a6c3" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-3bc6eb0 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="3bc6eb0" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/ivano-frankivsk/dlya-batkiv-frankivsk/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для батьків в Івано-Франківську</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/ivano-frankivsk/dlya-bosa-frankivsk/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для боса в Івано-Франківську</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/ivano-frankivsk/dlya-dytyny-frankivsk/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для дитини в Івано-Франківську</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/ivano-frankivsk/dlya-divchyny-frankivsk/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для дівчини в Івано-Франківську</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/ivano-frankivsk/dlya-druga-frankivsk/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для друга в Івано-Франківську</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/ivano-frankivsk/dlya-druzhyny-frankivsk/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для дружини в Івано-Франківську</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/ivano-frankivsk/dlya-kolektyvu-frankivsk/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для колективу в Івано-Франківську</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/ivano-frankivsk/dlya-mamy-frankivsk/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для мами в Івано-Франківську</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/ivano-frankivsk/dlya-podrugy-frankivsk/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для подруги в Івано-Франківську</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/ivano-frankivsk/dlya-tata-frankivsk/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для тата в Івано-Франківську</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/ivano-frankivsk/dlya-hlopczya-frankivsk/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для хлопця в Івано-Франківську</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/ivano-frankivsk/dlya-cholovika-frankivsk/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для чоловіка в Івано-Франківську</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-30e3e69" data-id="30e3e69" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-72c78af elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="72c78af" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/polit-nad-goverloyu-frankivsk/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-circle"></i>						</span>
										<span class="elementor-icon-list-text">Політ над Говерлою</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/polit-nad-goroyu-pip-ivan-frankivsk/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-circle"></i>						</span>
										<span class="elementor-icon-list-text">Політ над горою Піп Іван</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/fotosesiya-frankivsk/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-circle"></i>						</span>
										<span class="elementor-icon-list-text">Фотосесія</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/polit-nad-karpatamy-frankivsk/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-circle"></i>						</span>
										<span class="elementor-icon-list-text">Політ над Карпатами</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/samostijnyj-strybok-iz-parashutom-frankivsk/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-circle"></i>						</span>
										<span class="elementor-icon-list-text">Самостійний стрибок із парашутом</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/tandem-strybok-iz-parashutom-frankivsk/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-circle"></i>						</span>
										<span class="elementor-icon-list-text">Тандем-стрибок із парашутом</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/polit-na-litaku-cessna-frankivsk/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-circle"></i>						</span>
										<span class="elementor-icon-list-text">Політ на літаку Cessna</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/polit-na-litaku-advantic-wt-10-frankivsk/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-circle"></i>						</span>
										<span class="elementor-icon-list-text">Політ на літаку Advantic WT-10</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/intelektualno-rozvazhalna-gra-mindgame-lviv/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-circle"></i>						</span>
										<span class="elementor-icon-list-text">Інтелектуально-розважальна гра Mind Game</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/seans-tatu-frankivsk/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-circle"></i>						</span>
										<span class="elementor-icon-list-text">Сеанс тату</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/progulyanka-na-konyah-frankivsk/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-circle"></i>						</span>
										<span class="elementor-icon-list-text">Прогулянка на конях</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/lazertag-frankivsk/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-circle"></i>						</span>
										<span class="elementor-icon-list-text">Лазертаг</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
							</div>
		</div><div id="jet-tabs-content-1713" class="jet-tabs__content " data-tab="3" role="tabpanel" aria-hidden="true" data-template-id="44327">		<div data-elementor-type="page" data-elementor-id="44327" class="elementor elementor-44327">
									<section class="elementor-section elementor-top-section elementor-element elementor-element-e593235 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="e593235" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;_id&quot;:&quot;f711749&quot;,&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-567346c" data-id="567346c" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-cab32cf elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="cab32cf" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/lutsk/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Всі сертифікати у Луцьку</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/lutsk/active-lutsk/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Активний відпочинок у Луцьку</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/lutsk/water-lutsk/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Водний відпочинок у Луцьку</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/lutsk/extreme-lutsk/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Екстрим у Луцьку</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/lutsk/krasa-lutsk/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Краса у Луцьку</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/lutsk/mayster-klasy-lutsk/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Майстер-класи у Луцьку</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/lutsk/sky-lutsk/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Небесний відпочинок у Луцьку</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/lutsk/relax-lutsk/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Релакс у Луцьку</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/lutsk/development-lutsk/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Розвиваючий відпочинок у Луцьку</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/lutsk/romantic-lutsk/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Романтика у Луцьку</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/lutsk/family-lutsk/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Сімейний відпочинок у Луцьку</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-ac2fe46" data-id="ac2fe46" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-5cbcaa7 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="5cbcaa7" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/lutsk/dlya-batkiv-lutsk/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для батьків у Луцьку</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/lutsk/dlya-bosa-lutsk/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для боса у Луцьку</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/lutsk/dlya-dytyny-lutsk/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для дитини у Луцьку</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/lutsk/dlya-divchyny-lutsk/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для дівчини у Луцьку</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/lutsk/dlya-druga-lutsk/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для друга у Луцьку</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/lutsk/dlya-druzhyny-lutsk/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для дружини у Луцьку</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/lutsk/dlya-kolektyvu-lutsk/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для колективу у Луцьку</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/lutsk/dlya-mamy-lutsk/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для мами у Луцьку</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/lutsk/dlya-podrugy-lutsk/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для подруги у Луцьку</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/lutsk/dlya-tata-lutsk/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для тата у Луцьку</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/lutsk/dlya-hlopczya-lutsk/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для хлопця у Луцьку</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/lutsk/dlya-cholovika-lutsk/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для чоловіка у Луцьку</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-d6b4e04" data-id="d6b4e04" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-fc3d96e elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="fc3d96e" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/majster-klas-z-olijnogo-zhyvopys-lutsk/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Майстер-клас з олійного живопису</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/masazh-povnyj-relaks-lutsk/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Масаж "Повний релакс"</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/polit-na-litaku-socata-lutsk/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Політ на літаку Socata над Луцьком</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/majster-klas-z-dajvingu-lutsk/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Майстер-клас з дайвінгу</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/majster-klas-po-rozpysu-po-tkanyni-lutsk/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Майстер-клас по розпису по тканині</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/majster-klas-iz-goncharstva-lutsk/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Майстер-клас із гончарства</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/majster-klas-z-malyuvannya-pastellyu-lutsk/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Майстер-клас з малювання пастеллю</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/relaksuyuchyj-launzh-lutsk/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Релаксуючий лаунж</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/majster-klas-z-salsy-lutsk/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Майстер-клас з сальси</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/majster-klas-z-lipky-glynoyu-lutsk/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Майстер-клас з ліпки глиною</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/majster-klas-z-bachaty-lutsk/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Майстер-клас з бачати</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/majster-klas-z-malyuvannya-portretu-lutsk/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Майстер-клас з малювання портрету</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
							</div>
		</div><div id="jet-tabs-content-1714" class="jet-tabs__content " data-tab="4" role="tabpanel" aria-hidden="true" data-template-id="44337">		<div data-elementor-type="page" data-elementor-id="44337" class="elementor elementor-44337">
									<section class="elementor-section elementor-top-section elementor-element elementor-element-ef88fdc elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="ef88fdc" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;_id&quot;:&quot;f711749&quot;,&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-b20fab4" data-id="b20fab4" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-7e9e704 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="7e9e704" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/drogobych/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Всі сертифікати у Дрогобичі</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/drogobych/aktyvnyj-vidpochynok/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Активний відпочинок у Дрогобичі</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/drogobych/vodnyy/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Відпочинок на воді у Дрогобичі</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/drogobych/ekstremalni/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Екстрим у Дрогобичі</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/drogobych/krasa/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Краса у Дрогобичі</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/drogobych/majster-klasy/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Майстер-класи у Дрогобичі</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/drogobych/relaks-u-drogobychi/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text"> Релакс у Дрогобичі</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/drogobych/rozvyvayuchyj-vidpochynok-u-drogobychi/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Розвиваючий відпочинок у Дрогобичі</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/drogobych/romantyka-u-drogobychi/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Романтика у Дрогобичі</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/drogobych/simejnyj-vidpochynok-u-drogobychi/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Сімейний відпочинок у Дрогобичі</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-c7b6881" data-id="c7b6881" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-4fe6b5e elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="4fe6b5e" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/drogobych/podarunky-dlya-batkiv-u-drogobychi/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для батьків у  Дрогобичі</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/drogobych/podarki-dlya-bossa-v-drogobych/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для боса у  Дрогобичі</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/drogobych/podarunky-dlya-dytyny-u-drogobychi/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для дитини у  Дрогобичі</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/drogobych/dlya-divchyny/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для дівчини у  Дрогобичі</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/drogobych/podarunky-dlya-druga-u-drogobychi/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для друга у Дрогобичі</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/drogobych/podarunky-dlya-druzhyny-u-drogobychi/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для дружини у Дрогобичі</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/drogobych/podarunky-dlya-kolektyvu-u-drogobychi/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для колективу у Дрогобичі</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/drogobych/podarunky-dlya-mamy-u-drogobychi/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для мами у Дрогобичі</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/drogobych/podarunky-dlya-podrugy-u-drogobychi/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для подруги у Дрогобичі</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/drogobych/podarunky-dlya-tata-u-drogobychi/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для тата у  Дрогобичі</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/drogobych/podarunky-dlya-hlopczya-u-drogobychi/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для хлопця у Дрогобичі</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/drogobych/podarunky-dlya-cholovika-u-drogobychi/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для чоловіка у Дрогобичі</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-197e3b2" data-id="197e3b2" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-62ecd06 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="62ecd06" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/urok-z-stryp-plastyky-drohobych/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Урок з стрип-пластики</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/romantychna-vecherya-drohobych/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Романтична вечеря</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/parna-joga-drohobych/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Парна йога</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/majster-klas-z-tancziv-drohobych/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Майстер-клас з танців</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/polit-na-litaku-drohobych/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Політ на літаку</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/majster-klas-z-ekstrym-vodinnya-dzhypa-drohobych/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Майстер-клас з екстрим-водіння джипа</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/progulyanka-na-kvadroczyklah-drohobych/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Прогулянка на квадроциклах</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/tur-na-dzhypah-drohobych/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Тур на джипах</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/majster-klas-z-jogy-drohobych/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Майстер-клас з йоги</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
							</div>
		</div><div id="jet-tabs-content-1715" class="jet-tabs__content " data-tab="5" role="tabpanel" aria-hidden="true" data-template-id="44344">		<div data-elementor-type="page" data-elementor-id="44344" class="elementor elementor-44344">
									<section class="elementor-section elementor-top-section elementor-element elementor-element-f716b0e elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="f716b0e" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;_id&quot;:&quot;f711749&quot;,&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}">
						<div class="elementor-container elementor-column-gap-extended">
					<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-db4d944" data-id="db4d944" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-f00ffdb elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="f00ffdb" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/rivne/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Всі сертифікати у Рівному</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/rivne/aktyvnyj-vidpochynok/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Активний відпочинок у Рівному</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/rivne/vodnyy/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Відпочинок на воді у Рівному</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/rivne/ekstremalni/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Екстрим у Рівному</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/rivne/krasa/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Краса у Рівному</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/rivne/majster-klasy/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Майстер-класи у Рівному</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/rivne/relaksu-u-rivnomu/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Релаксу у Рівному</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/rivne/rozvyvayuchyj-vidpochynok-u-rivnomu/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text"> Розвиваючий відпочинок у Рівному</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/rivne/romantyka-u-rivnomu/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Романтика у Рівному</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/rivne/simejnyj-vidpochynok-u-rivnomu/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Сімейний відпочинок у Рівному</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-1d22446" data-id="1d22446" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-34bfe1b elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="34bfe1b" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/rivne/podarunky-dlya-batkiv-u-rivnomu/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для батьків у Рівному</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/rivne/podarunky-dlya-bosa-u-rivnomu/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для боса у Рівному</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/rivne/podarunky-dlya-dytyny-u-rivnomu/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для дитини у Рівному</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/rivne/dlya-divchyny/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунок для дівчини у Рівному</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/rivne/podarunky-dlya-druga-u-rivnomu/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для друга у Рівному</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/rivne/dlya-cholovika/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для чоловіка у Рівному</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/rivne/podarunky-dlya-druzhyny-u-rivnomu/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для дружини у Рівному</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/rivne/podarunky-dlya-kolektyvu-u-rivnomu/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для колективу у Рівному</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/rivne/podarunky-dlya-mamy-u-rivnomu/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для мами у Рівному</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/rivne/podarunky-dlya-podrugy-u-rivnomu/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для подруги у Рівному</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/rivne/podarunky-dlya-tata-u-rivnomu/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для тата у Рівному</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/rivne/podarunky-dlya-hlopczya-u-rivnomu/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для хлопця у Рівному</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/rivne/dlya-cholovika/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для чоловіка у Рівному</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-448d1cd" data-id="448d1cd" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-bdc4fd9 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="bdc4fd9" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/kartyng-rivne/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Картинг</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/duel-na-kartah-rivne/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Дуель на картах</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://www.tvoeshop.com/product/healthy-den-rivne/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Healthy день</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://www.tvoeshop.com/product/beauty-den-rivne/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Beauty день</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/fotosesiya-rivne/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Фотосесія</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/kvest-kimnata-rivne/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Квест-кімната</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/tandem-strybok-z-parashutom-rivne/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Тандем-стрибок з парашутом</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/samostijnyj-strybok-z-parashutom-rivne/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Самостійний стрибок з парашутом</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/polit-na-planeri-rivne/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Політ на планері</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
							</div>
		</div><div id="jet-tabs-content-1716" class="jet-tabs__content " data-tab="6" role="tabpanel" aria-hidden="true" data-template-id="44351">		<div data-elementor-type="page" data-elementor-id="44351" class="elementor elementor-44351">
									<section class="elementor-section elementor-top-section elementor-element elementor-element-409f4fd elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="409f4fd" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;_id&quot;:&quot;f711749&quot;,&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}">
						<div class="elementor-container elementor-column-gap-extended">
					<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-54cafca" data-id="54cafca" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-ea9f99f elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="ea9f99f" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/ternopil/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Всі сертифікати у Тернополі</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/ternopil/aktyvnyj-vidpochynok-u-ternopoli/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Активний відпочинок у Тернополі</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/ternopil/vidpochynok-na-vodi-u-ternopoli/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Відпочинок на воді у Тернополі</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/ternopil/ekstremalnyj-vidpochynok-u-ternopoli/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Екстрим у Тернополі</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/ternopil/poslugy-krasy-u-ternopoli/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Краса у Тернополі</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/ternopil/majster-klasy-u-ternopoli/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Майстер-класи у Тернополі</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/ternopil/relaksu-u-ternopoli/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Релаксу у Тернополі</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/ternopil/rozvyvayuchyj-vidpochynok-u-ternopoli/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Розвиваючий відпочинок у Тернополі</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/ternopil/romantyka-u-ternopoli/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Романтика у Тернополі</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/ternopil/simejnyj-vidpochynok-u-ternopoli/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Сімейний відпочинок у Тернополі</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-f86bfc8" data-id="f86bfc8" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-408f38a elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="408f38a" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/ternopil/podarunok-dlya-divchyny-u-ternopoli/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для дівчини у Тернополі</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/ternopil/podarunok-dlya-cholovika-u-ternopoli/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для чоловіка у Тернополі</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/ternopil/podarunok-dlya-batkiv-u-ternopoli/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунок для батьків  у Тернополі</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/ternopil/podarunok-dlya-bosa-u-ternopoli/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунок для боса у Тернополі</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/ternopil/podarunok-dlya-dytyny-u-ternopoli/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунок для дитини у Тернополі</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/ternopil/podarunok-dlya-druga-u-ternopoli/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунок для друга у Тернополі</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/ternopil/podarunok-dlya-druzhyny-u-ternopoli/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунок для дружини у Тернополі</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/ternopil/podarunok-dlya-kolektyvu-u-ternopoli/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунок для колективу у Тернополі</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/ternopil/podarunok-dlya-mamy-u-ternopoli/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунок для мами у Тернополі</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/ternopil/podarunok-dlya-podrugy-u-ternopoli/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунок для подруги у Тернополі</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/ternopil/podarunok-dlya-tata-u-ternopoli/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунок для тата у Тернополі</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/ternopil/podarunok-dlya-hlopczya-u-ternopoli/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунок для хлопця у Тернополі</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-63717fb" data-id="63717fb" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-91aff76 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="91aff76" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/polit-na-povitryanij-kuli-nad-ternopolem/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Політ на повітряній кулі над Тернополем</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/polit-na-litaku-cessna-177-ternopil/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Політ на літаку Cessna-17</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/polit-na-paratrajku-ternopil/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Політ на паратрайку</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/polit-na-paraplani-ternopil/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Політ на параплані</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/tur-v-chornobyl-lviv/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Тур в Чорнобиль</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/roup-dzhamping/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Роуп-джампінг</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/polit-na-paraplani-ternopil/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Політ на паратрайку</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/parne-zanyattya-z-jogy-ternopil/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Парне заняття з йоги</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/abonement-na-zanyattya-z-jogy-ternopil/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Абонемент на йогу</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/pohid-v-barbershop-khmelnytskyy/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Похід в барбершоп</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/majster-klas-iz-vygotovlennya-keramiky-uzhhorod/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Майстер-клас із виготовлення кераміки</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/fotosesiya-ta-zjomka-video-ternopil/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Фотосесія та зйомка відео</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/zapys-pisni-ternopil/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Запис пісні</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
							</div>
		</div><div id="jet-tabs-content-1717" class="jet-tabs__content " data-tab="7" role="tabpanel" aria-hidden="true" data-template-id="46044">		<div data-elementor-type="page" data-elementor-id="46044" class="elementor elementor-46044">
									<section class="elementor-section elementor-top-section elementor-element elementor-element-8f9c5e6 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="8f9c5e6" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;_id&quot;:&quot;f711749&quot;,&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-b32c7c8" data-id="b32c7c8" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-2de4e62 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="2de4e62" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/hmelnyczk/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Всі подарунки у Хмельницькому</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/hmelnyczk/aktyvnyj-vidpochynok-u-hmelnyczkomu/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Активний відпочинок у Хмельницькому</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/hmelnyczk/vidpochynok-na-vodi-u-hmelnyczkomu/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Водний відпочинок у Хмельницькому</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/hmelnyczk/ekstremalnyj-vidpochynok-u-hmelnyczkomu/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Екстрим у Хмельницькому</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/hmelnyczk/poslugy-krasy-u-hmelnyczkomu/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Краса у Хмельницькому</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/hmelnyczk/majster-klasy-u-hmelnyczkomu/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Майстер-класи у Хмельницькому</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/hmelnyczk/nebesnyj-vidpochynok-u-hmelnyczkomu/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Небесний відпочинок у Хмельницькому</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/hmelnyczk/relaks-u-hmelnyczkomu/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Релакс у Хмельницькому</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/hmelnyczk/rozvyvayuchyj-vidpochynok-u-hmelnyczkomu/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Розвиваючий відпочинок у Хмельницькому</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/hmelnyczk/romantyka-u-hmelnyczkomu/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Романтика у Хмельницькому</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/hmelnyczk/simejnyj-vidpochynok-u-hmelnyczkomu/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Сімейний відпочинок у Хмельницькому</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-30299b5" data-id="30299b5" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-cdf731a elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="cdf731a" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/hmelnyczk/podarunok-dlya-divchyny-u-hmelnyczkomu/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунок для дівчини у Хмельницькому </span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/hmelnyczk/podarunok-dlya-cholovika-u-hmelnyczkomu/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунок для чоловіка  у Хмельницькому</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/hmelnyczk/podarunok-dlya-batkiv-u-hmelnyczkomu/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунок для батьків у Хмельницькому</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/hmelnyczk/podarunok-dlya-bosa-u-hmelnyczkomu/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунок для боса у Хмельницькому</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/hmelnyczk/podarunok-dlya-dytyny-u-hmelnyczkomu/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунок для дитини у Хмельницькому</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/hmelnyczk/podarunok-dlya-druga-u-hmelnyczkomu/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунок для друга у Хмельницькому</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/hmelnyczk/podarunok-dlya-druzhyny-u-hmelnyczkomu/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунок для дружини у Хмельницькому</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/hmelnyczk/podarunok-dlya-kolektyvu-u-hmelnyczkomu/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунок для колективу у Хмельницькому</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/hmelnyczk/podarunok-dlya-mamy-u-hmelnyczkomu/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунок для мами у Хмельницькому</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/hmelnyczk/podarunok-dlya-podrugy-u-hmelnyczkomu/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунок для подруги у Хмельницькому</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/hmelnyczk/podarunok-dlya-tata-u-hmelnyczkomu/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунок для тата у Хмельницькому</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/hmelnyczk/podarunok-dlya-hlopczya-u-hmelnyczkomu/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунок для хлопця у Хмельницькому</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-978cf6d" data-id="978cf6d" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-f9df4f4 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="f9df4f4" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/kurs-yizdy-na-motoczykli-khmelnytskyy/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Курс їзди на мотоциклі</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/spa-programa-relaks-khmelnytskyy/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">SPA-програма “Релакс”</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/polit-na-paraplani-khmelnytskyy/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Політ на параплані</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/polit-na-litaku-cessna-172-khmelnytskyy/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Політ на літаку Cessna 172</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/polit-na-litaku-khmelnytskyy/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Політ на літаку</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/?post_type=product&#038;p=16137">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Тайський масаж</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/pohid-v-barbershop-khmelnytskyy/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Похід в барбершоп</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://www.tvoeshop.com/product/spa-programa-shokoladnyj-relaks-khmelnytskyy/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">SPA-програма “Шоколадний релакс”</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/majster-klas-u-tehniczi-flyuyid-art-khmelnytskyy/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Майстер-клас у техніці флюїд-арт</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/majster-klas-z-lipky-glynoyu-khmelnytskyy/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Майстер-клас з ліпки глиною</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/majster-klas-zi-stvorennya-kartyny-spyrtovymy-chornylamy-khmelnytskyy/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Майстер-клас зі створення картини спиртовими чорнилами</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/product/majster-klas-z-goncharstva-khmelnytskyy/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Майстер-клас з гончарства</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
							</div>
		</div><div id="jet-tabs-content-1718" class="jet-tabs__content " data-tab="8" role="tabpanel" aria-hidden="true" data-template-id="19168">		<div data-elementor-type="page" data-elementor-id="19168" class="elementor elementor-19168">
									<section class="elementor-section elementor-top-section elementor-element elementor-element-cd49a5f elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="cd49a5f" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;_id&quot;:&quot;f711749&quot;,&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}">
						<div class="elementor-container elementor-column-gap-extended">
					<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-66dd14a" data-id="66dd14a" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-1fbd6d6 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="1fbd6d6" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/uzhgorod/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Всі сертифікати в Ужгороді</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/uzhgorod/aktyvnyj-vidpochynok-v-uzhgorodi/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Активний відпочинок в Ужгороді</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/uzhgorod/vodnyj-vidpochynok-v-uzhgorodi/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Водний відпочинок в Ужгороді</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/uzhgorod/ekstrym-v-uzhgorodi/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Екстрим в Ужгороді</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/uzhgorod/krasa-v-uzhgorodi/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Краса в Ужгороді</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/uzhgorod/majster-klasy-v-uzhgorodi/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Майстер-класи в Ужгороді</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/uzhgorod/relaks-v-uzhgorodi/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Релакс в Ужгороді</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/uzhgorod/rozvyvayuchyj-vidpochynok-v-uzhgorodi/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Розвиваючий відпочинок в Ужгороді</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/uzhgorod/romantyka-v-uzhgorodi/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Романтика в Ужгороді</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/uzhgorod/simejnyj-vidpochynok-v-uzhgorodi/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Сімейний відпочинок в Ужгороді</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-ab9339a" data-id="ab9339a" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-c3e9a0e elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="c3e9a0e" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/uzhgorod/podarunky-dlya-batkiv-v-uzhgorodi/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для батьків в Ужгороді</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/uzhgorod/podarunky-dlya-bosa-v-uzhgorodi/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для боса в Ужгороді</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/uzhgorod/podarunky-dlya-dytyny-v-uzhgorodi/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для дитини в Ужгороді</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/ternopil/simejnyj-vidpochynok-u-ternopoli/podarunky-dlya-divchyny-v-uzhgorodi/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для дівчини в Ужгороді</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/uzhgorod/podarunky-dlya-druga-v-uzhgorodi/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для друга в Ужгороді</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/uzhgorod/podarunky-dlya-druzhyny-v-uzhgorodi/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для дружини в Ужгороді</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/uzhgorod/podarunky-dlya-kolektyvu-v-uzhgorodi/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для колективу в Ужгороді</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/uzhgorod/podarunky-dlya-mamy-v-uzhgorodi/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для мами в Ужгороді</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/uzhgorod/podarunky-dlya-podrugy-v-uzhgorodi/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для подруги в Ужгороді</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/uzhgorod/podarunky-dlya-tata-v-uzhgorodi/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для тата в Ужгороді</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/uzhgorod/podarunky-dlya-hlopczya-v-uzhgorodi/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для хлопця в Ужгороді</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/uzhgorod/podarunky-dlya-cholovika-v-uzhgorodi/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для чоловіка в Ужгороді</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-59c0da6" data-id="59c0da6" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-a4aa567 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="a4aa567" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="https://www.tvoeshop.com/product/majster-klas-iz-vygotovlennya-keramiky-uzhhorod/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Майстер-клас із виготовлення кераміки</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://www.tvoeshop.com/product/pejntbol-uzhhorod/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Пейнтбол в Ужгороді</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://www.tvoeshop.com/product/polit-na-motodeltaplani-uzhhorod/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Політ на мотодельтаплані в Ужгороді</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://www.tvoeshop.com/product/polit-na-paraplani-nad-borzhavoyu-uzhhorod/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Політ на параплані над Боржавою</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
							</div>
		</div><div id="jet-tabs-content-1719" class="jet-tabs__content " data-tab="9" role="tabpanel" aria-hidden="true" data-template-id="19961">		<div data-elementor-type="page" data-elementor-id="19961" class="elementor elementor-19961">
									<section class="elementor-section elementor-top-section elementor-element elementor-element-b30bffc elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="b30bffc" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;_id&quot;:&quot;f711749&quot;,&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}">
						<div class="elementor-container elementor-column-gap-extended">
					<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-5d7bedb" data-id="5d7bedb" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-c402745 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="c402745" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/vinnyczya/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Всі сертифікати в Вінниці</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/vinnyczya/aktyvnyj-vidpochynok-u-vinnyczi/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Активний відпочинок у Вінниці</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/vinnyczya/vodnyj-vidpochynok-u-vinnyczi/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Водний відпочинок у Вінниці</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/vinnyczya/ekstrym-u-vinnyczi/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Екстрим у Вінниці</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/vinnyczya/krasa-u-vinnyczi/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Краса у Вінниці</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/vinnyczya/majster-klasy-u-vinnyczi/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Майстер-класи у Вінниці</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/vinnyczya/relaks-u-vinnyczi/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Релакс у Вінниці</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/vinnyczya/rozvyvayuchyj-vidpochynok-u-vinnyczi/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Розвиваючий відпочинок у Вінниці</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/vinnyczya/romantyka-u-vinnyczi/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Романтика у Вінниці</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/vinnyczya/simejnyj-vidpochynok-u-vinnyczi/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Сімейний відпочинок у Вінниці</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-d913ae8" data-id="d913ae8" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-e49651f elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="e49651f" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/vinnyczya/podarunky-dlya-batkiv-u-vinnyczi/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для батьків у Вінниці</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/vinnyczya/podarunky-dlya-bosa-u-vinnyczi/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для боса у Вінниці</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/vinnyczya/podarunky-dlya-dytyny-u-vinnyczi/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для дитини у Вінниці</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/vinnyczya/podarunky-dlya-divchyny-u-vinnyczi/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для дівчини у Вінниці</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/vinnyczya/podarunky-dlya-druga-u-vinnyczi/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для друга у Вінниці</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/vinnyczya/podarunky-dlya-druzhyny-u-vinnyczi/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для дружини у Вінниці</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/vinnyczya/podarunky-dlya-kolektyvu-u-vinnyczi/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для колективу у Вінниці</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/vinnyczya/podarunky-dlya-mamy-u-vinnyczi/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для мами у Вінниці</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/vinnyczya/podarunky-dlya-podrugy-u-vinnyczi/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для подруги у Вінниці</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/vinnyczya/podarunky-dlya-tata-u-vinnyczi/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для тата у Вінниці</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/vinnyczya/podarunky-dlya-hlopczya-u-vinnyczi/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для хлопця у Вінниці</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/mukachevo/podarunky-dlya-cholovika-u-mukachevi/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для чоловіка у Вінниці</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-dd9337c" data-id="dd9337c" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-31c62e1 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="31c62e1" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="https://www.tvoeshop.com/product/zolote-obgortannya-vinnytsya-2/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Золоте обгортання</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://www.tvoeshop.com/product/masazh-sahara-vinnytsya/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Масаж Sahara</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://www.tvoeshop.com/product/marokkanskyj-masazh-vinnytsya/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Марокканський масаж</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://www.tvoeshop.com/product/romantychnyj-spa-weekend-vinnytsya/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Романтичний SPA-WEEKEND</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://www.tvoeshop.com/product/spa-programa-apelsynovyj-hamam-vinnytsya/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">SPA-програма “Апельсиновий хамам”</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://www.tvoeshop.com/product/yavanskyj-lulur-vinnytsya/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Яванський лулур</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://www.tvoeshop.com/product/aromamasazh-vinnytsya/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Аромамасаж</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://www.tvoeshop.com/product/masazh-v-4-ruky-vinnytsya/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Масаж в 4 руки</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://www.tvoeshop.com/product/majster-klas-strilby-z-5-ty-vydiv-zbroyi-vinnytsya/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Майстер-клас стрільби з 5-ти видів зброї</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
							</div>
		</div><div id="jet-tabs-content-17110" class="jet-tabs__content " data-tab="10" role="tabpanel" aria-hidden="true" data-template-id="20248">		<div data-elementor-type="page" data-elementor-id="20248" class="elementor elementor-20248">
									<section class="elementor-section elementor-top-section elementor-element elementor-element-c73da2f elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="c73da2f" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;_id&quot;:&quot;f711749&quot;,&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}">
						<div class="elementor-container elementor-column-gap-extended">
					<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-f07df37" data-id="f07df37" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-0c36527 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="0c36527" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/chernivczi/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Всі сертифікати у Чернівцях</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/chernivczi/aktyvnyj-vidpochynok-u-chernivczyah/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Активний відпочинок у Чернівцях</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/chernivczi/vidpochynok-na-vodi-u-chernivczyah/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Водний відпочинок у Чернівцях</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/chernivczi/ekstrym-u-chernivczyah/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Екстрим у Чернівцях</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/chernivczi/krasa-u-chernivczyah/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Краса у Чернівцях</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/chernivczi/majster-klasy-u-chernivczyah/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Майстер-класи у Чернівцях</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/chernivczi/relaks-u-chernivczyah/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Релакс у Чернівцях</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/chernivczi/rozvyvayuchyj-vidpochynok-u-chernivczyah/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Розвиваючий відпочинок у Чернівцях</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/chernivczi/romantyka-u-chernivczyah/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Романтика у Чернівцях</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/chernivczi/simejnyj-vidpochynok-u-chernivczyah/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Сімейний відпочинок у Чернівцях</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-093127e" data-id="093127e" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-1900b43 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="1900b43" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/chernivczi/podarunky-dlya-batkiv-u-chernivczyah/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для батьків у Чернівцях</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/chernivczi/podarunky-dlya-bosa-u-chernivczyah/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для боса у Чернівцях</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/chernivczi/podarunky-dlya-dytyny-u-chernivczyah/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для дитини у Чернівцях</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/chernivczi/podarunky-dlya-divchyny-u-chernivczyah/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для дівчини у Чернівцях</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/chernivczi/podarunky-dlya-druga-u-chernivczyah/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для друга у Чернівцях</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/chernivczi/podarunky-dlya-druzhyny-u-chernivczyah/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для дружини у Чернівцях</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/chernivczi/podarunky-dlya-kolektyvu-u-chernivczyah/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для колективу у Чернівцях</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/chernivczi/podarunky-dlya-mamy-u-chernivczyah/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для мами у Чернівцях</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/chernivczi/podarunky-dlya-podrugy-u-chernivczyah/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для подруги у Чернівцях</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/chernivczi/podarunky-dlya-tata-u-chernivczyah/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для тата у Чернівцях</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/chernivczi/podarunky-dlya-hlopczya-u-chernivczyah/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для хлопця у Чернівцях</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/chernivczi/podarunky-dlya-cholovika-u-chernivczyah/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для чоловіка у Чернівцях</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-cc53c5b" data-id="cc53c5b" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-bf5973d elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="bf5973d" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="https://www.tvoeshop.com/product/rozslablyayuchyj-masazh-chernivtsi/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Розслабляючий масаж</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://www.tvoeshop.com/product/tajskyj-masazh-chernivtsi/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Тайський масаж</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://www.tvoeshop.com/product/spa-dlya-podrug-chernivtsi/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">SPA для подруг</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://www.tvoeshop.com/product/pohid-u-barbershop-chernivtsi/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Похід у барбершоп</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://www.tvoeshop.com/product/spa-programa-adam-i-yeva-chernivtsi/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">SPA-програма "Адам і Єва" </span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://www.tvoeshop.com/product/spa-programa-tet-a-tet-chernivtsi/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">SPA-програма "Тет-а-тет"</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://www.tvoeshop.com/product/spa-programa-kokosovyj-raj-chernivtsi/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">SPA-програма "Кокосовий рай"</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://www.tvoeshop.com/product/duel-na-kartah-chernivtsi/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Дуель на картах</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://www.tvoeshop.com/product/spa-programa-shokoladni-obijmy-chernivtsi/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">SPA-програма “Шоколадні обійми”</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
							</div>
		</div><div id="jet-tabs-content-17111" class="jet-tabs__content " data-tab="11" role="tabpanel" aria-hidden="true" data-template-id="33205">		<div data-elementor-type="page" data-elementor-id="33205" class="elementor elementor-33205">
									<section class="elementor-section elementor-top-section elementor-element elementor-element-44322c9 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="44322c9" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;_id&quot;:&quot;f711749&quot;,&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-123b9a8" data-id="123b9a8" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-16a5548 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="16a5548" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunok-na-18-rokiv/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки на 18 років</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunok-na-19-rokiv/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки на 19 років</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunok-na-20-rokiv/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки на 20 років</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunok-na-21-rik/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки на 21 рік</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunok-na-22-roky/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки на 22 роки</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunok-na-23-roky/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки на 23 роки</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunok-na-24-roky/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки на 24 роки</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunok-na-25-rokiv/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки на 25 років</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunok-na-26-rokiv/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки на 26 років</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunok-na-27-rokiv/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки на 27 років</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunok-na-28-rokiv/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки на 28 років</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunok-na-29-rokiv/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки на 29 років</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunok-na-30-rokiv/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки на 30 років</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunok-na-31-rik/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки на 31 рік</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunok-na-32-roky/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки на 32 роки</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunok-na-33-roky/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки на 33 роки</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunok-na-34-roky/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки на 34 роки</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunok-na-35-rokiv/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки на 35 років</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-a5f88d4" data-id="a5f88d4" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-8ecbc87 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="8ecbc87" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunok-na-36-rokiv/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки на 36 років</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunok-na-37-rokiv/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки на 37 років</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunok-na-38-rokiv/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки на 38 років</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunok-na-39-rokiv/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки на 39 років</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunok-na-40-rokiv/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки на 40 років</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunok-na-41-rik/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки на 41 рік</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunok-na-42-roky/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки на 42 роки</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunok-na-43-roky/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки на 43 роки</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunok-na-44-roky/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки на 44 роки</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunok-na-45-rokiv/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки на 45 років</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunok-na-46-rokiv/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки на 46 років</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunok-na-47-rokiv/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки на 47 років</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunok-na-48-rokiv/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки на 48 років</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunok-na-49-rokiv/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки на 49 років</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunok-na-50-rokiv/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки на 50 років</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunok-na-51-rik/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунок на 51 рік</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunok-na-52-roky/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунок на 52 роки</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunok-na-53-roky/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунок на 53 роки</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-0892404" data-id="0892404" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-e5c04b4 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="e5c04b4" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunok-na-54-roky/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунок на 54 роки</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunok-na-55-rokiv/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунок на 55 років</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunok-na-56-rokiv/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунок на 56 років</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunok-na-57-rokiv/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунок на 57 років</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunok-na-58-rokiv/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунок на 58 років</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunok-na-59-rokiv/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунок на 59 років</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunok-na-60-rokiv/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунок на 60 років</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunok-na-61-rik/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунок на 61 рік</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunok-na-62-roky/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунок на 62 роки</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunok-na-63-roky/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунок на 63 роки</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunok-na-64-roky/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунок на 64 роки</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunok-na-65-rokiv/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунок на 65 років</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunok-na-66-rokiv/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунок на 66 років</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunok-na-67-rokiv/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунок на 67 років</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunok-na-68-rokiv/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунок на 68 років</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunok-na-69-rokiv/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунок на 69 років</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunok-na-70-rokiv/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунок на 70 років</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
							</div>
		</div><div id="jet-tabs-content-17112" class="jet-tabs__content " data-tab="12" role="tabpanel" aria-hidden="true" data-template-id="16284">		<div data-elementor-type="page" data-elementor-id="16284" class="elementor elementor-16284">
									<section class="elementor-section elementor-top-section elementor-element elementor-element-6445fc9 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="6445fc9" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;_id&quot;:&quot;f711749&quot;,&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-975a885" data-id="975a885" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-a50bd6e elementor-widget elementor-widget-heading" data-id="a50bd6e" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<div class="elementor-heading-title elementor-size-default">Міста</div>		</div>
				</div>
				<div class="elementor-element elementor-element-9b4f86d elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="9b4f86d" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunky-lviv/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text"> Подарунки у Львові</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunky-luczk/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки у Луцьку</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunky-ivano-frankivsk/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки в Івано-Франківську</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky-drogobych/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки в Дрогобичі</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunky-rivne/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки у Рівному</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunky-ternopil/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки в Тернополі</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunky-u-hmelnyczkomu/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки в Хмельницькому</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunky-uzhgorod/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки в Ужгороді</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunky-mukachevo/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки в Мукачево</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunky-vinnyczya/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки в Вінниця</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky-chernivczyah/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки в Чернівцях</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-54ae1eb" data-id="54ae1eb" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-107b316 elementor-widget elementor-widget-heading" data-id="107b316" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<div class="elementor-heading-title elementor-size-default">Подарунки</div>		</div>
				</div>
				<div class="elementor-element elementor-element-b46940f elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="b46940f" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunky-na-den-profesiyi/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки на День професії</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunok-na-den-narodzhennya-kompaniyi/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунок на День народження компанії</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunky-na-den-zakohanyh/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки на День закоханих</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunky-na-den-zahysnyka/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки на День захисника </span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunky-na-yuvilej/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки на ювілей</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunky-na-richnyczyu/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки на річницю</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunky-na-den-narodzhennya/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки на День народження</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunky-na-den-materi/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки на День матері </span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunky-na-8-bereznya/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки на 8 березня</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunky-na-mykolaya/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки на Миколая</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunky-na-rizdvo/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки на Різдво</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunky-na-novyj-rik/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки на Новий рік</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-68c2a4f" data-id="68c2a4f" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-fd37367 elementor-widget elementor-widget-heading" data-id="fd37367" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<div class="elementor-heading-title elementor-size-default">Для кого</div>		</div>
				</div>
				<div class="elementor-element elementor-element-16ca910 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="16ca910" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunky-dlya-ditej/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки для дітей</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunok-hlopczyu/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки хлопцю</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunok-divchyni/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки дівчині</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunok-choloviku/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки чоловіку</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/podarunky/podarunok-druzhyni-zhinczi/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-dot-circle"></i>						</span>
										<span class="elementor-icon-list-text">Подарунки жінці</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
							</div>
		</div>			</div>
		</div>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-0f4ceb3 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="0f4ceb3" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;bb2fb27&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-934b4e3" data-id="934b4e3" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-89609a2 elementor-align-left elementor-mobile-align-center elementor-tablet-align-left elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="89609a2" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="tel:+380985755156">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-phone-alt"></i>						</span>
										<span class="elementor-icon-list-text">+38 (098) 575 5156</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="mailto:tvoeshop.presents@gmail.com">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-envelope"></i>						</span>
										<span class="elementor-icon-list-text">tvoeshop.presents@gmail.com</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
				<div class="elementor-element elementor-element-189e000 elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="189e000" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p>Пн-Нд 10:00-19:00</p>						</div>
				</div>
				<div class="elementor-element elementor-element-31ce0f4 elementor-widget__width-initial elementor-widget elementor-widget-image" data-id="31ce0f4" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img width="1600" height="470" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201600%20470'%3E%3C/svg%3E" class="attachment-full size-full" alt="" data-lazy-srcset="https://tvoeshop.com/wp-content/uploads/2018/09/visa-and-mastercard-2ebf0a974e1c6b4657bb4a86c0d542cd3e14a3814a1e9e757f37f3b69d62a21f.png 1600w, https://tvoeshop.com/wp-content/uploads/2018/09/visa-and-mastercard-2ebf0a974e1c6b4657bb4a86c0d542cd3e14a3814a1e9e757f37f3b69d62a21f-300x88.png 300w, https://tvoeshop.com/wp-content/uploads/2018/09/visa-and-mastercard-2ebf0a974e1c6b4657bb4a86c0d542cd3e14a3814a1e9e757f37f3b69d62a21f-1024x301.png 1024w, https://tvoeshop.com/wp-content/uploads/2018/09/visa-and-mastercard-2ebf0a974e1c6b4657bb4a86c0d542cd3e14a3814a1e9e757f37f3b69d62a21f-768x226.png 768w, https://tvoeshop.com/wp-content/uploads/2018/09/visa-and-mastercard-2ebf0a974e1c6b4657bb4a86c0d542cd3e14a3814a1e9e757f37f3b69d62a21f-1536x451.png 1536w, https://tvoeshop.com/wp-content/uploads/2018/09/visa-and-mastercard-2ebf0a974e1c6b4657bb4a86c0d542cd3e14a3814a1e9e757f37f3b69d62a21f-600x176.png 600w" data-lazy-sizes="(max-width: 1600px) 100vw, 1600px" data-lazy-src="https://tvoeshop.com/wp-content/uploads/2018/09/visa-and-mastercard-2ebf0a974e1c6b4657bb4a86c0d542cd3e14a3814a1e9e757f37f3b69d62a21f.png" /><noscript><img width="1600" height="470" src="https://tvoeshop.com/wp-content/uploads/2018/09/visa-and-mastercard-2ebf0a974e1c6b4657bb4a86c0d542cd3e14a3814a1e9e757f37f3b69d62a21f.png" class="attachment-full size-full" alt="" srcset="https://tvoeshop.com/wp-content/uploads/2018/09/visa-and-mastercard-2ebf0a974e1c6b4657bb4a86c0d542cd3e14a3814a1e9e757f37f3b69d62a21f.png 1600w, https://tvoeshop.com/wp-content/uploads/2018/09/visa-and-mastercard-2ebf0a974e1c6b4657bb4a86c0d542cd3e14a3814a1e9e757f37f3b69d62a21f-300x88.png 300w, https://tvoeshop.com/wp-content/uploads/2018/09/visa-and-mastercard-2ebf0a974e1c6b4657bb4a86c0d542cd3e14a3814a1e9e757f37f3b69d62a21f-1024x301.png 1024w, https://tvoeshop.com/wp-content/uploads/2018/09/visa-and-mastercard-2ebf0a974e1c6b4657bb4a86c0d542cd3e14a3814a1e9e757f37f3b69d62a21f-768x226.png 768w, https://tvoeshop.com/wp-content/uploads/2018/09/visa-and-mastercard-2ebf0a974e1c6b4657bb4a86c0d542cd3e14a3814a1e9e757f37f3b69d62a21f-1536x451.png 1536w, https://tvoeshop.com/wp-content/uploads/2018/09/visa-and-mastercard-2ebf0a974e1c6b4657bb4a86c0d542cd3e14a3814a1e9e757f37f3b69d62a21f-600x176.png 600w" sizes="(max-width: 1600px) 100vw, 1600px" /></noscript>															</div>
				</div>
				<div class="elementor-element elementor-element-5db726e elementor-align-left elementor-mobile-align-center elementor-widget elementor-widget-button" data-id="5db726e" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
					<div class="elementor-button-wrapper">
			<a href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQ1NTc0IiwidG9nZ2xlIjpmYWxzZX0%3D" class="elementor-button-link elementor-button elementor-size-sm" role="button">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-text">АКТИВУЙ СЕРТИФІКАТ</span>
		</span>
					</a>
		</div>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-c5623b5" data-id="c5623b5" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-309b775 elementor-widget elementor-widget-heading" data-id="309b775" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<p class="elementor-heading-title elementor-size-default">КАРТА САЙТУ</p>		</div>
				</div>
				<div class="elementor-element elementor-element-8b78e6f elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="8b78e6f" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="https://www.tvoeshop.com/about/">

											<span class="elementor-icon-list-text">Про нас</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
										<span class="elementor-icon-list-text">Відгуки</span>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://www.tvoeshop.com/korporatyvnym-kliyentam/">

											<span class="elementor-icon-list-text">Корпоративним клієнтам</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://www.tvoeshop.com/how-it-works/">

											<span class="elementor-icon-list-text">Як це працює</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/blog/">

											<span class="elementor-icon-list-text">Блог</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://www.tvoeshop.com/contact/">

											<span class="elementor-icon-list-text">Контакти</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-605d79b" data-id="605d79b" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-937860f elementor-widget elementor-widget-heading" data-id="937860f" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<p class="elementor-heading-title elementor-size-default">ПОСЛУГИ</p>		</div>
				</div>
				<div class="elementor-element elementor-element-c307af9 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="c307af9" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="https://www.tvoeshop.com/cooperation/">

											<span class="elementor-icon-list-text">Співпраця</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-a258b3e" data-id="a258b3e" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-3b2edcb elementor-widget elementor-widget-heading" data-id="3b2edcb" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<p class="elementor-heading-title elementor-size-default">НАШІ ПРОЄКТИ</p>		</div>
				</div>
				<div class="elementor-element elementor-element-6e3da5e elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="6e3da5e" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="https://extremepro.club/">

											<span class="elementor-icon-list-text">Пейнтбол Луцьк</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://mindgame.ua/">

											<span class="elementor-icon-list-text">MindGame</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://mem-pro.events/">

											<span class="elementor-icon-list-text">MEM</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-c647232 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="c647232" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;411139e&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-1216717" data-id="1216717" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-9e5a7a9 elementor-widget elementor-widget-text-editor" data-id="9e5a7a9" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p>© 2022 Всі права захищенні ТВО<span style="color: #3bd9c8;">Є</span>.</p>						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-57771bb" data-id="57771bb" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-db89da2 elementor-align-center elementor-mobile-align-left elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="db89da2" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/privacy/">

											<span class="elementor-icon-list-text">Політика конфіденційності</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-798b83e" data-id="798b83e" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-3668d72 elementor-align-center elementor-mobile-align-left elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="3668d72" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="https://tvoeshop.com/dohovir-publichnoi-oferty/">

											<span class="elementor-icon-list-text">Договір приєднання до публічної оферти</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-85d1bd9" data-id="85d1bd9" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-48d885f elementor-align-center elementor-mobile-align-left elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="48d885f" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<span class="elementor-icon-list-icon">
							<svg xmlns="http://www.w3.org/2000/svg" width="14.958" height="18.078" viewBox="0 0 14.958 18.078"><path id="Path_3397" data-name="Path 3397" d="M18.89,16.116a14.022,14.022,0,0,1-5.129-.966,13.988,13.988,0,0,1-2.691-1.413l-.022-.014A14.027,14.027,0,0,1,4.921,3.461,14.013,14.013,0,0,0,4,8.469q0,.369.019.734c.009.172.022.343.037.513a13.91,13.91,0,0,0,.326,2.014c.03.126,0,0,.03.126A11.585,11.585,0,0,0,8.321,14.4a13.979,13.979,0,0,1-3.68-1.726A14,14,0,0,0,6.456,16.4c.115.167.049.08.171.242a10.6,10.6,0,0,0,3.031,1.1,13.931,13.931,0,0,1-2.58-.5,14.07,14.07,0,0,0,5.577,4.2c.084.035.168.07.253.1q.617-.289,1.2-.635a14.1,14.1,0,0,0,4.85-4.789Z" transform="translate(-4 -3.461)" fill="#3bd9c8"></path></svg>						</span>
										<span class="elementor-icon-list-text">Розроблено у VORONIN STUDIO. 2021</span>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
					</div>
		</div>
							</div>
		</section>
							</div>
			</footer><!-- #colophon -->

</div><!-- #page -->

<script type="rocketlazyloadscript">
	
	if ( jQuery('body').hasClass('home') || jQuery('body').hasClass('page-id-26920') || jQuery('body').hasClass('page-id-45508') || ( jQuery('body').hasClass('page') && jQuery('button').hasClass('single_add_to_cart_button') ) ) {
		
		jQuery(document).on("click", '.pay_btn_listing a', function(event) { 
			window.setTimeout( send_to_popup_2, 100, jQuery(this).closest('.jet-listing-grid__item').find('.name_event_listing .jet-listing-dynamic-link__label').html() ); 
		});
		
		function send_to_popup_2(name_event) {
			jQuery('#form-field-form_input_name_event').val(name_event);
			jQuery('#title_popup_pay .elementor-heading-title').html(name_event);
		}
		
	}
	
	
	
	
	
	
	jQuery(document).ready(function () {
		
		console.log('1');
		
		if ( jQuery('body').hasClass('single-product') || jQuery('body').hasClass('home') || jQuery('body').hasClass('page-id-26920') ) {
			
			console.log('2');
			
			jQuery( ".single_add_to_cart_button" ).click(function() {
			  
				document.getElementById("cart_header").addEventListener("DOMSubtreeModified", function() {
					//window.location.href = 'https://tvoeshop.com/checkout/';
					if ( jQuery('body').hasClass('lang-ru') ) {
						jQuery(location).attr('href', 'https://tvoeshop.com/ru/checkout/');
					} else {
						jQuery(location).attr('href', 'https://tvoeshop.com/checkout/');
					}
					console.log('3');
        		});
				
			});
			
		}
		
		if ( jQuery('body').hasClass('home') || jQuery('body').hasClass('page-id-26920') || jQuery('body').hasClass('page-id-45508') ) {
			console.log('2');
			
			jQuery( "#morebutton" ).click(function() {
			  
				document.getElementById("cart_header").addEventListener("DOMSubtreeModified", function() {
					//window.location.href = 'https://tvoeshop.com/checkout/';
					if ( jQuery('body').hasClass('lang-ru') ) {
						jQuery(location).attr('href', 'https://tvoeshop.com/ru/checkout/');
					} else {
						jQuery(location).attr('href', 'https://tvoeshop.com/checkout/');
					}
					console.log('3');
        		});
				
			});
			
			jQuery( "#filter_btn_on" ).click(function() {
				jQuery( "#light_filter" ).show();
				jQuery( "#header_home" ).css('z-index', '0');
			});
			jQuery( "#close_popup_filter" ).click(function() {
				jQuery( "#light_filter" ).hide();
				jQuery( "#header_home" ).css('z-index', '10');
			});
			
			jQuery( "#sortirovka_on" ).click(function() {
				jQuery( "#sortirovka_popup" ).show();
			});
			jQuery( "#close_sortirovka" ).click(function() {
				jQuery( "#sortirovka_popup" ).hide();
			});
			
			jQuery( "#sort_popul" ).click(function() {
				jQuery( "#sortirovka_select .jet-sorting-select" ).find('option:contains("Популярные")').prop('selected', true);
				jQuery('#pokazat_knopka_sort button').trigger('click');
			});
			jQuery( "#sort_novinki" ).click(function() {
				jQuery( "#sortirovka_select .jet-sorting-select" ).find('option:contains("Новинки")').prop('selected', true);
				jQuery('#pokazat_knopka_sort button').trigger('click');
			});
			jQuery( "#sort_deshevih" ).click(function() {
				jQuery( '#sortirovka_select .jet-sorting-select option:contains("от Дешевых")' ).prop('selected', true);
				jQuery('#pokazat_knopka_sort button').trigger('click');
			});
			jQuery( "#sort_dorogih" ).click(function() {
				jQuery( '#sortirovka_select .jet-sorting-select option:contains("от Дорогих")' ).prop('selected', true);
				jQuery('#pokazat_knopka_sort button').trigger('click');
			});
			
		}
		
		if ( jQuery('body').hasClass('page') && jQuery('button').hasClass('single_add_to_cart_button')  ) {
			
			console.log('2');
			
			jQuery( ".single_add_to_cart_button" ).click(function() {
			  
				document.getElementById("cart_header").addEventListener("DOMSubtreeModified", function() {
					//window.location.href = 'https://tvoeshop.com/checkout/';
					if ( jQuery('body').hasClass('lang-ru') ) {
						jQuery(location).attr('href', 'https://tvoeshop.com/ru/checkout/');
					} else {
						jQuery(location).attr('href', 'https://tvoeshop.com/checkout/');
					}
					console.log('3');
        		});
				
			});
			
		}
		
		if ( jQuery('body').hasClass('page') && jQuery('div').hasClass('morebutton')  ) {
			
			jQuery( "#morebutton" ).click(function() {
			  
				document.getElementById("cart_header").addEventListener("DOMSubtreeModified", function() {
					//window.location.href = 'https://tvoeshop.com/checkout/';
					if ( jQuery('body').hasClass('lang-ru') ) {
						jQuery(location).attr('href', 'https://tvoeshop.com/ru/checkout/');
					} else {
						jQuery(location).attr('href', 'https://tvoeshop.com/checkout/');
					}
					console.log('3');
        		});
				
			});
			
		}
		
		jQuery( "#cart_header" ).click(function() {
			console.log('click');
			if ( jQuery('body').hasClass('lang-ru') ) {
				jQuery(location).attr('href', 'https://tvoeshop.com/ru/checkout/');
			} else {
				jQuery(location).attr('href', 'https://tvoeshop.com/checkout/');
			}
		});
		
		if ( jQuery('div').hasClass('pay_btn_listing') ) {
			
			jQuery( ".pay_btn_listing a" ).click(function() {
				window.setTimeout( send_to_popup, 100, jQuery(this).closest('.jet-listing-grid__item').find('.name_event_listing .jet-listing-dynamic-link__label').html() ); 
			});
			
			function send_to_popup(name_event) {
			  	jQuery('#form-field-form_input_name_event').val(name_event);
				jQuery('#title_popup_pay .elementor-heading-title').html(name_event);
			}
			
		}	
		
		if ( jQuery('body').hasClass('single-product') ) {
			jQuery( "#pay_btn_single a" ).click(function() {
				window.setTimeout( send_to_popup, 100, jQuery('#title_popup_pay_single .jet-listing-dynamic-field__content').html() ); 
			});
			function send_to_popup(name_event) {
			  	jQuery('#form-field-form_input_name_event').val(name_event);
				jQuery('#title_popup_pay .elementor-heading-title').html(name_event);
			}
		}
		
	});

</script>
<script type="rocketlazyloadscript">
jQuery('#formProductBuy .single_add_to_cart_button').click(function() {
  fbq('track', 'AddToCart');
});
jQuery(document).on('click', '#btnSendOneClick', function () {
    fbq('track', 'Lead');
});
</script><div class="jet-compare-message jet-compare-message--max-items" style="display: none">You can`t add more product in compare</div>		<div data-elementor-type="popup" data-elementor-id="49190" class="elementor elementor-49190 elementor-location-popup" data-elementor-settings="{&quot;entrance_animation&quot;:&quot;fadeInDown&quot;,&quot;exit_animation&quot;:&quot;fadeIn&quot;,&quot;entrance_animation_duration&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.40000000000000002220446049250313080847263336181640625,&quot;sizes&quot;:[]},&quot;timing&quot;:[]}">
								<section class="elementor-section elementor-top-section elementor-element elementor-element-e2605bc elementor-section-height-full elementor-section-items-top elementor-section-boxed elementor-section-height-default" data-id="e2605bc" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;a243c47&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5d7e68f" data-id="5d7e68f" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-1de7314 elementor-widget elementor-widget-jet-ajax-search" data-id="1de7314" data-element_type="widget" data-widget_type="jet-ajax-search.default">
				<div class="elementor-widget-container">
			<div class="elementor-jet-ajax-search jet-search">
<div class="jet-ajax-search" data-settings="{&quot;search_source&quot;:[&quot;product&quot;],&quot;search_taxonomy&quot;:&quot;&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;limit_query&quot;:10,&quot;limit_query_tablet&quot;:&quot;&quot;,&quot;limit_query_mobile&quot;:&quot;&quot;,&quot;limit_query_in_result_area&quot;:25,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;,&quot;sentence&quot;:&quot;&quot;,&quot;results_area_width_by&quot;:&quot;fields_holder&quot;,&quot;thumbnail_visible&quot;:&quot;yes&quot;,&quot;thumbnail_size&quot;:&quot;medium&quot;,&quot;thumbnail_placeholder&quot;:{&quot;url&quot;:&quot;https:\/\/tvoeshop.com\/wp-content\/plugins\/elementor\/assets\/images\/placeholder.png&quot;,&quot;id&quot;:&quot;&quot;},&quot;post_content_source&quot;:&quot;content&quot;,&quot;post_content_custom_field_key&quot;:&quot;&quot;,&quot;post_content_length&quot;:20,&quot;show_product_price&quot;:&quot;yes&quot;,&quot;show_product_rating&quot;:&quot;&quot;,&quot;show_result_new_tab&quot;:&quot;&quot;,&quot;bullet_pagination&quot;:&quot;&quot;,&quot;number_pagination&quot;:&quot;&quot;,&quot;navigation_arrows&quot;:&quot;&quot;,&quot;navigation_arrows_type&quot;:&quot;&quot;,&quot;show_title_related_meta&quot;:&quot;&quot;,&quot;meta_title_related_position&quot;:&quot;&quot;,&quot;title_related_meta&quot;:&quot;&quot;,&quot;show_content_related_meta&quot;:&quot;&quot;,&quot;meta_content_related_position&quot;:&quot;&quot;,&quot;content_related_meta&quot;:&quot;&quot;,&quot;negative_search&quot;:&quot;&lt;p&gt;&lt;img src=\&quot;https:\/\/tvoeshop.com\/wp-content\/uploads\/2021\/10\/sgruppyrovat-10773.png\&quot; width=\&quot;377\&quot; height=\&quot;377\&quot; align=\&quot;top\&quot; \/&gt;\u041d\u0430 \u0436\u0430\u043b\u044c \u0442\u0430\u043a\u043e\u0457 \u0435\u043c\u043e\u0446\u0456\u0457 \u0449\u0435 \u043d\u0435\u043c\u0430\u0454&lt;\/p&gt;&quot;,&quot;server_error&quot;:&quot;&lt;p&gt;&lt;img src=\&quot;https:\/\/tvoeshop.com\/wp-content\/uploads\/2021\/10\/sgruppyrovat-10773.png\&quot; width=\&quot;377\&quot; height=\&quot;377\&quot; align=\&quot;top\&quot; \/&gt;\u041d\u0430 \u0436\u0430\u043b\u044c \u0442\u0430\u043a\u043e\u0457 \u0435\u043c\u043e\u0446\u0456\u0457 \u0449\u0435 \u043d\u0435\u043c\u0430\u0454&lt;\/p&gt;&quot;,&quot;catalog_visibility&quot;:&quot;&quot;}">
<form class="jet-ajax-search__form" method="get" action="https://tvoeshop.com/" role="search" target="">
	<div class="jet-ajax-search__fields-holder">
		<div class="jet-ajax-search__field-wrapper">
						<input class="jet-ajax-search__field" type="search" placeholder="Шукай, бо Твоє тут точно є!" value="" name="s" autocomplete="off" />
			<input type="hidden" value="{&quot;search_source&quot;:&quot;product&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}" name="jet_ajax_search_settings" />

							<input type="hidden" value="product" name="post_type" />
					</div>
			</div>
	</form>

<div class="jet-ajax-search__results-area">
	<div class="jet-ajax-search__results-holder">
		<div class="jet-ajax-search__results-header">
			
<button class="jet-ajax-search__results-count"><span></span> Знайдено емоцій</button>
			<div class="jet-ajax-search__navigation-holder"></div>
		</div>
		<div class="jet-ajax-search__results-list">
			<div class="jet-ajax-search__results-list-inner"></div>
		</div>
		<div class="jet-ajax-search__results-footer">
						<div class="jet-ajax-search__navigation-holder"></div>
		</div>
	</div>
	<div class="jet-ajax-search__message"></div>
	
<div class="jet-ajax-search__spinner-holder">
	<div class="jet-ajax-search__spinner">
		<div class="rect rect-1"></div>
		<div class="rect rect-2"></div>
		<div class="rect rect-3"></div>
		<div class="rect rect-4"></div>
		<div class="rect rect-5"></div>
	</div>
</div>
</div>
</div>
</div>		</div>
				</div>
					</div>
		</div>
							</div>
		</section>
						</div>
				<div data-elementor-type="popup" data-elementor-id="45574" class="elementor elementor-45574 elementor-location-popup" data-elementor-settings="{&quot;triggers&quot;:[],&quot;timing&quot;:[]}">
								<section class="elementor-section elementor-top-section elementor-element elementor-element-8669f4e elementor-section-height-min-height elementor-section-content-bottom elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="8669f4e" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;b14117b&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-96baad4" data-id="96baad4" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-3795f9e elementor-widget__width-initial elementor-absolute elementor-widget-mobile__width-initial elementor-widget elementor-widget-heading" data-id="3795f9e" data-element_type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">Активуй сертифікат!</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-fc5ef3a elementor-button-align-center elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-widget-tablet__width-initial elementor-widget elementor-widget-form" data-id="fc5ef3a" data-element_type="widget" data-settings="{&quot;step_next_label&quot;:&quot;\u0414\u0430\u043b\u0456&quot;,&quot;step_previous_label&quot;:&quot;\u041f\u043e\u043f\u0435\u0440\u0435\u0434\u043d\u0456\u0439&quot;,&quot;button_width&quot;:&quot;100&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}" data-widget_type="form.default">
				<div class="elementor-widget-container">
					<form class="elementor-form" method="post" name="Залиш заявку">
			<input type="hidden" name="post_id" value="45574"/>
			<input type="hidden" name="form_id" value="fc5ef3a"/>
			<input type="hidden" name="referer_title" value="Стрибок з парашутом Львів: ✔️ вартість 1500, ✔️ самостійний прижок, Цунів" />

							<input type="hidden" name="queried_id" value="1351"/>
			
			<div class="elementor-form-fields-wrapper elementor-labels-above">
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-certificate elementor-col-100 elementor-md-100 elementor-field-required elementor-mark-required">
												<label for="form-field-certificate" class="elementor-field-label">
								Введіть номер сертифікату							</label>
														<input size="1" type="text" name="form_fields[certificate]" id="form-field-certificate" class="elementor-field elementor-size-sm  elementor-field-textual" required="required" aria-required="true">
											</div>
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-name elementor-col-100 elementor-md-100 elementor-field-required elementor-mark-required">
												<label for="form-field-name" class="elementor-field-label">
								Ваше ім’я							</label>
														<input size="1" type="text" name="form_fields[name]" id="form-field-name" class="elementor-field elementor-size-sm  elementor-field-textual" required="required" aria-required="true">
											</div>
								<div class="elementor-field-type-tel elementor-field-group elementor-column elementor-field-group-phone elementor-col-100 elementor-md-100 elementor-field-required elementor-mark-required">
												<label for="form-field-phone" class="elementor-field-label">
								Номер телефону							</label>
								<input size="1" type="tel" name="form_fields[phone]" id="form-field-phone" class="elementor-field elementor-size-sm  elementor-field-textual" placeholder="+38 0ХХ ХХХ ХХ ХХ" required="required" aria-required="true" pattern="[0-9()#&amp;+*-=.]+" title="Лише цифри та символи телефону (#, -, *, і т.д.) приймаються.">

						</div>
								<div class="elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons">
					<button type="submit" class="elementor-button elementor-size-sm">
						<span >
															<span class=" elementor-button-icon">
																										</span>
																						<span class="elementor-button-text">ВІДПРАВИТИ</span>
													</span>
					</button>
				</div>
			</div>
		</form>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
						</div>
				<div data-elementor-type="popup" data-elementor-id="49106" class="elementor elementor-49106 elementor-location-popup" data-elementor-settings="{&quot;entrance_animation&quot;:&quot;fadeInLeft&quot;,&quot;exit_animation&quot;:&quot;fadeInLeft&quot;,&quot;entrance_animation_duration&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.40000000000000002220446049250313080847263336181640625,&quot;sizes&quot;:[]},&quot;timing&quot;:[]}">
								<section class="elementor-section elementor-top-section elementor-element elementor-element-73ace0ad elementor-section-height-min-height elementor-section-items-stretch elementor-section-content-middle elementor-section-boxed elementor-section-height-default" data-id="73ace0ad" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;_id&quot;:&quot;3789478&quot;,&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-25793b44" data-id="25793b44" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<section class="elementor-section elementor-inner-section elementor-element elementor-element-82cc59d elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="82cc59d" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;353d7b8&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-46a009e" data-id="46a009e" data-element_type="column">
			<div class="elementor-widget-wrap">
									</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-060f024" data-id="060f024" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-0300e8b elementor-widget elementor-widget-image" data-id="0300e8b" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img width="89" height="31" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2089%2031'%3E%3C/svg%3E" class="attachment-large size-large" alt="" data-lazy-src="https://tvoeshop.com/wp-content/uploads/2021/12/logo.svg" /><noscript><img width="89" height="31" src="https://tvoeshop.com/wp-content/uploads/2021/12/logo.svg" class="attachment-large size-large" alt="" /></noscript>															</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-71734c0" data-id="71734c0" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-26f06471 elementor-nav-menu__align-center elementor-nav-menu--dropdown-none elementor-widget elementor-widget-nav-menu" data-id="26f06471" data-element_type="widget" data-settings="{&quot;layout&quot;:&quot;horizontal&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;fas fa-caret-down\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;}}" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
						<nav migration_allowed="1" migrated="0" role="navigation" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-none">
				<ul id="menu-1-26f06471" class="elementor-nav-menu"><li class="lang-item lang-item-206 lang-item-ru lang-item-first menu-item menu-item-type-custom menu-item-object-custom menu-item-36131-ru"><a href="https://tvoeshop.com/ru/product/samostijnyj-strybok-z-parashutom-u-lvovi/" hreflang="ru-RU" lang="ru-RU" class="elementor-item">RU</a></li>
<li class="lang-item lang-item-201 lang-item-uk current-lang menu-item menu-item-type-custom menu-item-object-custom menu-item-36131-uk"><a href="https://tvoeshop.com/product/samostijnyj-strybok-z-parashutom-u-lvovi/" hreflang="uk" lang="uk" class="elementor-item">UA</a></li>
</ul>			</nav>
					<div class="elementor-menu-toggle" role="button" tabindex="0" aria-label="Menu Toggle" aria-expanded="false">
			<i aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--open eicon-menu-bar"></i><i aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--close eicon-close"></i>			<span class="elementor-screen-only">Меню</span>
		</div>
			<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" role="navigation" aria-hidden="true">
				<ul id="menu-2-26f06471" class="elementor-nav-menu"><li class="lang-item lang-item-206 lang-item-ru lang-item-first menu-item menu-item-type-custom menu-item-object-custom menu-item-36131-ru"><a href="https://tvoeshop.com/ru/product/samostijnyj-strybok-z-parashutom-u-lvovi/" hreflang="ru-RU" lang="ru-RU" class="elementor-item" tabindex="-1">RU</a></li>
<li class="lang-item lang-item-201 lang-item-uk current-lang menu-item menu-item-type-custom menu-item-object-custom menu-item-36131-uk"><a href="https://tvoeshop.com/product/samostijnyj-strybok-z-parashutom-u-lvovi/" hreflang="uk" lang="uk" class="elementor-item" tabindex="-1">UA</a></li>
</ul>			</nav>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<div class="elementor-element elementor-element-72054dd elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="72054dd" data-element_type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
					<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-ec5ae29 elementor-widget elementor-widget-heading" data-id="ec5ae29" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<div class="elementor-heading-title elementor-size-default"><a href="https://tvoeshop.com/">Каталог емоцій</a></div>		</div>
				</div>
				<div class="elementor-element elementor-element-467b0c5 elementor-widget elementor-widget-heading" data-id="467b0c5" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<div class="elementor-heading-title elementor-size-default"><a href="https://tvoeshop.com/about/">Про нас</a></div>		</div>
				</div>
				<div class="elementor-element elementor-element-2a69f0e elementor-widget elementor-widget-heading" data-id="2a69f0e" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<div class="elementor-heading-title elementor-size-default"><a href="https://tvoeshop.com/korporatyvnym-kliyentam/">Корпоративні клієнти</a></div>		</div>
				</div>
				<div class="elementor-element elementor-element-cf1b908 elementor-widget elementor-widget-heading" data-id="cf1b908" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<div class="elementor-heading-title elementor-size-default"><a href="https://tvoeshop.com/how-it-works/">Як це працює</a></div>		</div>
				</div>
				<div class="elementor-element elementor-element-b14ac0d elementor-widget elementor-widget-heading" data-id="b14ac0d" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<div class="elementor-heading-title elementor-size-default"><a href="https://tvoeshop.com/cooperation/">Співпраця</a></div>		</div>
				</div>
				<div class="elementor-element elementor-element-d7778c5 elementor-widget elementor-widget-heading" data-id="d7778c5" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<div class="elementor-heading-title elementor-size-default"><a href="https://tvoeshop.com/contact/">Контакти</a></div>		</div>
				</div>
				<div class="elementor-element elementor-element-bd612d3 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="bd612d3" data-element_type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
					<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-61e8f02 elementor-mobile-align-center elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="61e8f02" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="tel:+380985755156">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-phone-alt"></i>						</span>
										<span class="elementor-icon-list-text">+38 098 575 5156</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
				<div class="elementor-element elementor-element-0a6ddb2 elementor-shape-circle e-grid-align-mobile-center elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons" data-id="0a6ddb2" data-element_type="widget" data-widget_type="social-icons.default">
				<div class="elementor-widget-container">
					<div class="elementor-social-icons-wrapper elementor-grid">
							<span class="elementor-grid-item">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-repeater-item-d0945cd" href="https://www.facebook.com/sertyficaty.tvoe" target="_blank">
						<span class="elementor-screen-only">Facebook-f</span>
						<i class="fab fa-facebook-f"></i>					</a>
				</span>
							<span class="elementor-grid-item">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-9da4c69" href="https://instagram.com/tvoeshop_?utm_medium=copy_link" target="_blank">
						<span class="elementor-screen-only">Instagram</span>
						<i class="fab fa-instagram"></i>					</a>
				</span>
							<span class="elementor-grid-item">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-telegram-plane elementor-repeater-item-84e5519" href="https://telegram.me/tvoe_tg" target="_blank">
						<span class="elementor-screen-only">Telegram-plane</span>
						<i class="fab fa-telegram-plane"></i>					</a>
				</span>
							<span class="elementor-grid-item">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-viber elementor-repeater-item-ca066e0" href="viber://chat?number=380985755156" target="_blank">
						<span class="elementor-screen-only">Viber</span>
						<i class="fab fa-viber"></i>					</a>
				</span>
							<span class="elementor-grid-item">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-tiktok elementor-repeater-item-ea9c970" href="https://vm.tiktok.com/ZM8GFnyBT/" target="_blank">
						<span class="elementor-screen-only">Tiktok</span>
						<i class="fab fa-tiktok"></i>					</a>
				</span>
					</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-614ee51 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="614ee51" data-element_type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
					<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-3af3d72 elementor-mobile-align-center elementor-widget elementor-widget-button" data-id="3af3d72" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
					<div class="elementor-button-wrapper">
			<a href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjQ1NTc0IiwidG9nZ2xlIjpmYWxzZX0%3D" class="elementor-button-link elementor-button elementor-size-sm" role="button">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-text">АКТИВУЙ СЕРТИФІКАТ</span>
		</span>
					</a>
		</div>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
						</div>
				<div data-elementor-type="popup" data-elementor-id="61560" class="elementor elementor-61560 elementor-location-popup" data-elementor-settings="{&quot;timing&quot;:[]}">
								<section class="elementor-section elementor-top-section elementor-element elementor-element-211123b elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="211123b" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;1de5036&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c90c15f" data-id="c90c15f" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-7b832b2 elementor-widget elementor-widget-heading" data-id="7b832b2" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<div class="elementor-heading-title elementor-size-default">Самостійний стрибок з парашутом</div>		</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-f315668 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="f315668" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;f356fa3&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-5c67b9a" data-id="5c67b9a" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-559b006 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-position-top elementor-vertical-align-top elementor-widget elementor-widget-image-box" data-id="559b006" data-element_type="widget" data-widget_type="image-box.default">
				<div class="elementor-widget-container">
			<div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><img width="1200" height="600" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201200%20600'%3E%3C/svg%3E" class="attachment-full size-full" alt="https://tvoeshop.com/product/samostijnyj-strybok-z-parashutom-u-lvovi/" data-lazy-src="https://tvoeshop.com/wp-content/uploads/2020/10/img_9427.jpg" /><noscript><img width="1200" height="600" src="https://tvoeshop.com/wp-content/uploads/2020/10/img_9427.jpg" class="attachment-full size-full" alt="https://tvoeshop.com/product/samostijnyj-strybok-z-parashutom-u-lvovi/" /></noscript></figure><div class="elementor-image-box-content"><p class="elementor-image-box-description">Самостійний стрибок з парашутом</p></div></div>		</div>
				</div>
				<div class="elementor-element elementor-element-14df9bb elementor-widget-mobile__width-initial elementor-widget__width-initial elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="14df9bb" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><i class="jet-listing-dynamic-field__icon fas fa-coins" aria-hidden="true"></i><div class="jet-listing-dynamic-field__content">2100 грн.</div></div></div>		</div>
				</div>
				<div class="elementor-element elementor-element-c9a0dd2 elementor-widget-mobile__width-initial elementor-widget__width-initial elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="c9a0dd2" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><i class="jet-listing-dynamic-field__icon fas fa-users" aria-hidden="true"></i><div class="jet-listing-dynamic-field__content">1 особа</div></div></div>		</div>
				</div>
				<div class="elementor-element elementor-element-f017d67 elementor-widget__width-initial elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="f017d67" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><i class="jet-listing-dynamic-field__icon fas fa-user-clock" aria-hidden="true"></i><div class="jet-listing-dynamic-field__content">6 годин</div></div></div>		</div>
				</div>
				<div class="elementor-element elementor-element-c935e56 elementor-widget elementor-widget-heading" data-id="c935e56" data-element_type="widget" id="title_popup_pay" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<div class="elementor-heading-title elementor-size-default">Купить</div>		</div>
				</div>
				<div class="elementor-element elementor-element-0ccb5bb elementor-button-align-center elementor-widget elementor-widget-form" data-id="0ccb5bb" data-element_type="widget" data-settings="{&quot;step_next_label&quot;:&quot;\u0414\u0430\u043b\u0456&quot;,&quot;step_previous_label&quot;:&quot;\u041f\u043e\u043f\u0435\u0440\u0435\u0434\u043d\u0456\u0439&quot;,&quot;step_type&quot;:&quot;none&quot;,&quot;button_width&quot;:&quot;100&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}" data-widget_type="form.default">
				<div class="elementor-widget-container">
					<form class="elementor-form" method="post" name="Залиш заявку">
			<input type="hidden" name="post_id" value="61560"/>
			<input type="hidden" name="form_id" value="0ccb5bb"/>
			<input type="hidden" name="referer_title" value="Стрибок з парашутом Львів: ✔️ вартість 1500, ✔️ самостійний прижок, Цунів" />

							<input type="hidden" name="queried_id" value="1351"/>
			
			<div class="elementor-form-fields-wrapper elementor-labels-above">
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-name elementor-col-100 elementor-md-100 elementor-field-required elementor-mark-required">
												<label for="form-field-name" class="elementor-field-label">
								Ваше имя							</label>
														<input size="1" type="text" name="form_fields[name]" id="form-field-name" class="elementor-field elementor-size-sm  elementor-field-textual" required="required" aria-required="true">
											</div>
								<div class="elementor-field-type-tel elementor-field-group elementor-column elementor-field-group-email elementor-col-100 elementor-md-100 elementor-field-required elementor-mark-required">
												<label for="form-field-email" class="elementor-field-label">
								Телефон							</label>
								<input size="1" type="tel" name="form_fields[email]" id="form-field-email" class="elementor-field elementor-size-sm  elementor-field-textual" placeholder="+38 0ХХ ХХХ ХХ ХХ" required="required" aria-required="true" pattern="[0-9()#&amp;+*-=.]+" title="Лише цифри та символи телефону (#, -, *, і т.д.) приймаються.">

						</div>
								<div class="elementor-field-type-hidden elementor-field-group elementor-column elementor-field-group-form_input_name_event elementor-col-100">
													<input size="1" type="hidden" name="form_fields[form_input_name_event]" id="form-field-form_input_name_event" class="elementor-field elementor-size-sm  elementor-field-textual">
											</div>
								<div class="elementor-field-type-select elementor-field-group elementor-column elementor-field-group-field_954da39 elementor-col-100 elementor-field-required elementor-mark-required">
												<label for="form-field-field_954da39" class="elementor-field-label">
								Как связаться							</label>
								<div class="elementor-field elementor-select-wrapper ">
			<select name="form_fields[field_954da39]" id="form-field-field_954da39" class="elementor-field-textual elementor-size-sm" required="required" aria-required="true">
									<option value="Звонок">Звонок</option>
									<option value="Telegram">Telegram</option>
									<option value="Viber">Viber</option>
									<option value="Instagram Direct">Instagram Direct</option>
							</select>
		</div>
						</div>
								<div class="elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons">
					<button type="submit" class="elementor-button elementor-size-sm">
						<span >
															<span class=" elementor-button-icon">
																										</span>
																						<span class="elementor-button-text">Хочу</span>
													</span>
					</button>
				</div>
			</div>
		</form>
				</div>
				</div>
				<div class="elementor-element elementor-element-1087901 popup-form elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-shortcode" data-id="1087901" data-element_type="widget" data-widget_type="shortcode.default">
				<div class="elementor-widget-container">
					<div class="elementor-shortcode"><div role="form" class="wpcf7" id="wpcf7-f12962-o1" lang="en-US" dir="ltr">
<div class="screen-reader-response"><p role="status" aria-live="polite" aria-atomic="true"></p> <ul></ul></div>
<form action="/product/samostijnyj-strybok-z-parashutom-u-lvovi/#wpcf7-f12962-o1" method="post" class="wpcf7-form init" novalidate="novalidate" data-status="init">
<div style="display: none;">
<input type="hidden" name="_wpcf7" value="12962" />
<input type="hidden" name="_wpcf7_version" value="5.6" />
<input type="hidden" name="_wpcf7_locale" value="en_US" />
<input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f12962-o1" />
<input type="hidden" name="_wpcf7_container_post" value="0" />
<input type="hidden" name="_wpcf7_posted_data_hash" value="" />
</div>
<p><span class="wpcf7-form-control-wrap" data-name="awooc-text"><input type="text" name="awooc-text" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required" aria-required="true" aria-invalid="false" placeholder="Ваше ім&#039;я" /></span><br />
<span class="wpcf7-form-control-wrap" data-name="awooc-tel"><input type="tel" name="awooc-tel" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-tel wpcf7-validates-as-required wpcf7-validates-as-tel" aria-required="true" aria-invalid="false" placeholder="Ваш телефон" /></span><br />
<input type="submit" value="Надіслати" class="wpcf7-form-control has-spinner wpcf7-submit" id="btnSendOneClick" /></p>
<p style="display: none !important;"><label>&#916;<textarea name="_wpcf7_ak_hp_textarea" cols="45" rows="8" maxlength="100"></textarea></label><input type="hidden" id="ak_js_2" name="_wpcf7_ak_js" value="201"/><script type="rocketlazyloadscript">document.getElementById( "ak_js_2" ).setAttribute( "value", ( new Date() ).getTime() );</script></p><div class="wpcf7-response-output" aria-hidden="true"></div></form></div></div>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
					</div>
		</div>
							</div>
		</section>
						</div>
				<div data-elementor-type="popup" data-elementor-id="60854" class="elementor elementor-60854 elementor-location-popup" data-elementor-settings="{&quot;triggers&quot;:[],&quot;timing&quot;:[]}">
								<section class="elementor-section elementor-top-section elementor-element elementor-element-211123b elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="211123b" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;1de5036&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c90c15f" data-id="c90c15f" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-7b832b2 elementor-widget elementor-widget-heading" data-id="7b832b2" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<div class="elementor-heading-title elementor-size-default">Самостійний стрибок з парашутом</div>		</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-f315668 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="f315668" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;f356fa3&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-5c67b9a" data-id="5c67b9a" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-559b006 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-position-top elementor-vertical-align-top elementor-widget elementor-widget-image-box" data-id="559b006" data-element_type="widget" data-widget_type="image-box.default">
				<div class="elementor-widget-container">
			<div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><img width="1200" height="600" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201200%20600'%3E%3C/svg%3E" class="attachment-full size-full" alt="https://tvoeshop.com/product/samostijnyj-strybok-z-parashutom-u-lvovi/" data-lazy-src="https://tvoeshop.com/wp-content/uploads/2020/10/img_9427.jpg" /><noscript><img width="1200" height="600" src="https://tvoeshop.com/wp-content/uploads/2020/10/img_9427.jpg" class="attachment-full size-full" alt="https://tvoeshop.com/product/samostijnyj-strybok-z-parashutom-u-lvovi/" /></noscript></figure><div class="elementor-image-box-content"><p class="elementor-image-box-description">Самостійний стрибок з парашутом</p></div></div>		</div>
				</div>
				<div class="elementor-element elementor-element-14df9bb elementor-widget-mobile__width-initial elementor-widget__width-initial elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="14df9bb" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><i class="jet-listing-dynamic-field__icon fas fa-coins" aria-hidden="true"></i><div class="jet-listing-dynamic-field__content">2100 грн.</div></div></div>		</div>
				</div>
				<div class="elementor-element elementor-element-c9a0dd2 elementor-widget-mobile__width-initial elementor-widget__width-initial elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="c9a0dd2" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><i class="jet-listing-dynamic-field__icon fas fa-users" aria-hidden="true"></i><div class="jet-listing-dynamic-field__content">1 особа</div></div></div>		</div>
				</div>
				<div class="elementor-element elementor-element-f017d67 elementor-widget__width-initial elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="f017d67" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default">
				<div class="elementor-widget-container">
			<div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><i class="jet-listing-dynamic-field__icon fas fa-user-clock" aria-hidden="true"></i><div class="jet-listing-dynamic-field__content">6 годин</div></div></div>		</div>
				</div>
				<div class="elementor-element elementor-element-c935e56 elementor-widget elementor-widget-heading" data-id="c935e56" data-element_type="widget" id="title_popup_pay" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<div class="elementor-heading-title elementor-size-default">Купити</div>		</div>
				</div>
				<div class="elementor-element elementor-element-0ccb5bb elementor-button-align-center elementor-widget elementor-widget-form" data-id="0ccb5bb" data-element_type="widget" data-settings="{&quot;step_next_label&quot;:&quot;\u0414\u0430\u043b\u0456&quot;,&quot;step_previous_label&quot;:&quot;\u041f\u043e\u043f\u0435\u0440\u0435\u0434\u043d\u0456\u0439&quot;,&quot;step_type&quot;:&quot;none&quot;,&quot;button_width&quot;:&quot;100&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}" data-widget_type="form.default">
				<div class="elementor-widget-container">
					<form class="elementor-form" method="post" name="Залиш заявку">
			<input type="hidden" name="post_id" value="60854"/>
			<input type="hidden" name="form_id" value="0ccb5bb"/>
			<input type="hidden" name="referer_title" value="Стрибок з парашутом Львів: ✔️ вартість 1500, ✔️ самостійний прижок, Цунів" />

							<input type="hidden" name="queried_id" value="1351"/>
			
			<div class="elementor-form-fields-wrapper elementor-labels-above">
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-name elementor-col-100 elementor-md-100 elementor-field-required elementor-mark-required">
												<label for="form-field-name" class="elementor-field-label">
								Ваше ім'я							</label>
														<input size="1" type="text" name="form_fields[name]" id="form-field-name" class="elementor-field elementor-size-sm  elementor-field-textual" required="required" aria-required="true">
											</div>
								<div class="elementor-field-type-tel elementor-field-group elementor-column elementor-field-group-email elementor-col-100 elementor-md-100 elementor-field-required elementor-mark-required">
												<label for="form-field-email" class="elementor-field-label">
								Телефон							</label>
								<input size="1" type="tel" name="form_fields[email]" id="form-field-email" class="elementor-field elementor-size-sm  elementor-field-textual" placeholder="+38 0ХХ ХХХ ХХ ХХ" required="required" aria-required="true" pattern="[0-9()#&amp;+*-=.]+" title="Лише цифри та символи телефону (#, -, *, і т.д.) приймаються.">

						</div>
								<div class="elementor-field-type-hidden elementor-field-group elementor-column elementor-field-group-form_input_name_event elementor-col-100">
													<input size="1" type="hidden" name="form_fields[form_input_name_event]" id="form-field-form_input_name_event" class="elementor-field elementor-size-sm  elementor-field-textual">
											</div>
								<div class="elementor-field-type-select elementor-field-group elementor-column elementor-field-group-field_92e2596 elementor-col-100 elementor-field-required elementor-mark-required">
												<label for="form-field-field_92e2596" class="elementor-field-label">
								Як зв'язатися							</label>
								<div class="elementor-field elementor-select-wrapper ">
			<select name="form_fields[field_92e2596]" id="form-field-field_92e2596" class="elementor-field-textual elementor-size-sm" required="required" aria-required="true">
									<option value="Дзвінок">Дзвінок</option>
									<option value="Telegram">Telegram</option>
									<option value="Viber">Viber</option>
									<option value="Instagram Direct">Instagram Direct</option>
							</select>
		</div>
						</div>
								<div class="elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons">
					<button type="submit" class="elementor-button elementor-size-sm">
						<span >
															<span class=" elementor-button-icon">
																										</span>
																						<span class="elementor-button-text">Хочу</span>
													</span>
					</button>
				</div>
			</div>
		</form>
				</div>
				</div>
				<div class="elementor-element elementor-element-1087901 popup-form elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-shortcode" data-id="1087901" data-element_type="widget" data-widget_type="shortcode.default">
				<div class="elementor-widget-container">
					<div class="elementor-shortcode"><div role="form" class="wpcf7" id="wpcf7-f12962-o2" lang="en-US" dir="ltr">
<div class="screen-reader-response"><p role="status" aria-live="polite" aria-atomic="true"></p> <ul></ul></div>
<form action="/product/samostijnyj-strybok-z-parashutom-u-lvovi/#wpcf7-f12962-o2" method="post" class="wpcf7-form init" novalidate="novalidate" data-status="init">
<div style="display: none;">
<input type="hidden" name="_wpcf7" value="12962" />
<input type="hidden" name="_wpcf7_version" value="5.6" />
<input type="hidden" name="_wpcf7_locale" value="en_US" />
<input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f12962-o2" />
<input type="hidden" name="_wpcf7_container_post" value="0" />
<input type="hidden" name="_wpcf7_posted_data_hash" value="" />
</div>
<p><span class="wpcf7-form-control-wrap" data-name="awooc-text"><input type="text" name="awooc-text" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required" aria-required="true" aria-invalid="false" placeholder="Ваше ім&#039;я" /></span><br />
<span class="wpcf7-form-control-wrap" data-name="awooc-tel"><input type="tel" name="awooc-tel" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-tel wpcf7-validates-as-required wpcf7-validates-as-tel" aria-required="true" aria-invalid="false" placeholder="Ваш телефон" /></span><br />
<input type="submit" value="Надіслати" class="wpcf7-form-control has-spinner wpcf7-submit" id="btnSendOneClick" /></p>
<p style="display: none !important;"><label>&#916;<textarea name="_wpcf7_ak_hp_textarea" cols="45" rows="8" maxlength="100"></textarea></label><input type="hidden" id="ak_js_3" name="_wpcf7_ak_js" value="50"/><script type="rocketlazyloadscript">document.getElementById( "ak_js_3" ).setAttribute( "value", ( new Date() ).getTime() );</script></p><div class="wpcf7-response-output" aria-hidden="true"></div></form></div></div>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
					</div>
		</div>
							</div>
		</section>
						</div>
				<div data-elementor-type="popup" data-elementor-id="44960" class="elementor elementor-44960 elementor-location-popup" data-elementor-settings="{&quot;entrance_animation&quot;:&quot;fadeInUp&quot;,&quot;exit_animation&quot;:&quot;fadeInUp&quot;,&quot;entrance_animation_duration&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.5,&quot;sizes&quot;:[]},&quot;triggers&quot;:[],&quot;timing&quot;:[]}">
								<section class="elementor-section elementor-top-section elementor-element elementor-element-5fb7c54 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="5fb7c54" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;0c4d134&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;background_background&quot;:&quot;classic&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-bccf6fd" data-id="bccf6fd" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
					<div class="elementor-background-overlay"></div>
								<div class="elementor-element elementor-element-1468851 elementor-view-default elementor-widget elementor-widget-icon" data-id="1468851" data-element_type="widget" data-widget_type="icon.default">
				<div class="elementor-widget-container">
					<div class="elementor-icon-wrapper">
			<div class="elementor-icon elementor-animation-grow">
			<svg xmlns="http://www.w3.org/2000/svg" id="up_arrow" data-name="up arrow" width="40" height="40" viewBox="0 0 40 40"><g id="&#x41F;&#x440;&#x44F;&#x43C;&#x43E;&#x443;&#x433;&#x43E;&#x43B;&#x44C;&#x43D;&#x438;&#x43A;_2689" data-name="&#x41F;&#x440;&#x44F;&#x43C;&#x43E;&#x443;&#x433;&#x43E;&#x43B;&#x44C;&#x43D;&#x438;&#x43A; 2689" fill="#3bd9c8" stroke="#fff" stroke-width="2"><rect width="40" height="40" rx="20" stroke="none"></rect><rect x="1" y="1" width="38" height="38" rx="19" fill="none"></rect></g><g id="&#x421;&#x433;&#x440;&#x443;&#x43F;&#x43F;&#x438;&#x440;&#x43E;&#x432;&#x430;&#x442;&#x44C;_8645" data-name="&#x421;&#x433;&#x440;&#x443;&#x43F;&#x43F;&#x438;&#x440;&#x43E;&#x432;&#x430;&#x442;&#x44C; 8645" transform="translate(-990.5 -940.5)"><path id="Icon_ionic-ios-arrow-up" data-name="Icon ionic-ios-arrow-up" d="M12.689,13.491,17.6,18.409a.929.929,0,0,0,1.312-1.316l-5.569-5.572a.927.927,0,0,0-1.281-.027l-5.607,5.6A.929.929,0,0,0,7.77,18.405Z" transform="translate(997.813 945.534)" fill="#002b46"></path></g></svg>			</div>
		</div>
				</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-3cfe0fb elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3cfe0fb" data-element_type="section" data-settings="{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;14e0dea&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-8fd4b14" data-id="8fd4b14" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-493a02e elementor-widget elementor-widget-heading" data-id="493a02e" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">Miсто</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-d6ede99 elementor-widget elementor-widget-jet-smart-filters-checkboxes" data-id="d6ede99" data-element_type="widget" data-widget_type="jet-smart-filters-checkboxes.default">
				<div class="elementor-widget-container">
			<div class="jet-smart-filters-checkboxes jet-filter " data-indexer-rule="show" data-show-counter="" data-change-counter="always"><div class="jet-checkboxes-list" data-query-type="tax_query" data-query-var="city" data-smart-filter="checkboxes" data-filter-id="49526" data-apply-type="ajax" data-content-provider="jet-engine" data-additional-providers="" data-query-id="default" data-active-label="" data-layout-options="{&quot;show_label&quot;:&quot;&quot;,&quot;display_options&quot;:{&quot;show_items_label&quot;:false,&quot;show_decorator&quot;:&quot;yes&quot;,&quot;filter_image_size&quot;:&quot;full&quot;,&quot;show_counter&quot;:false}}" data-query-var-suffix="is_custom_checkbox"><div class="jet-filter-items-scroll" style="max-height:290px"><div class="jet-filter-items-scroll-container"><div class="jet-checkboxes-list-wrapper"><div class="jet-checkboxes-list__row jet-filter-row">
	<label class="jet-checkboxes-list__item">
		<input
			type="checkbox"
			class="jet-checkboxes-list__input"
			name="city"
			value="191"
			data-label="Борислав"
					>
		<div class="jet-checkboxes-list__button">
							<span class="jet-checkboxes-list__decorator"><i class="jet-checkboxes-list__checked-icon fa fa-check"></i></span>
						<span class="jet-checkboxes-list__label">Борислав</span>
					</div>
	</label>
</div><div class="jet-checkboxes-list__row jet-filter-row">
	<label class="jet-checkboxes-list__item">
		<input
			type="checkbox"
			class="jet-checkboxes-list__input"
			name="city"
			value="577"
			data-label="Вінниця"
					>
		<div class="jet-checkboxes-list__button">
							<span class="jet-checkboxes-list__decorator"><i class="jet-checkboxes-list__checked-icon fa fa-check"></i></span>
						<span class="jet-checkboxes-list__label">Вінниця</span>
					</div>
	</label>
</div><div class="jet-checkboxes-list__row jet-filter-row">
	<label class="jet-checkboxes-list__item">
		<input
			type="checkbox"
			class="jet-checkboxes-list__input"
			name="city"
			value="187"
			data-label="Дрогобич"
					>
		<div class="jet-checkboxes-list__button">
							<span class="jet-checkboxes-list__decorator"><i class="jet-checkboxes-list__checked-icon fa fa-check"></i></span>
						<span class="jet-checkboxes-list__label">Дрогобич</span>
					</div>
	</label>
</div><div class="jet-checkboxes-list__row jet-filter-row">
	<label class="jet-checkboxes-list__item">
		<input
			type="checkbox"
			class="jet-checkboxes-list__input"
			name="city"
			value="807"
			data-label="Житомир"
					>
		<div class="jet-checkboxes-list__button">
							<span class="jet-checkboxes-list__decorator"><i class="jet-checkboxes-list__checked-icon fa fa-check"></i></span>
						<span class="jet-checkboxes-list__label">Житомир</span>
					</div>
	</label>
</div><div class="jet-checkboxes-list__row jet-filter-row">
	<label class="jet-checkboxes-list__item">
		<input
			type="checkbox"
			class="jet-checkboxes-list__input"
			name="city"
			value="88"
			data-label="Ів.Франківськ"
					>
		<div class="jet-checkboxes-list__button">
							<span class="jet-checkboxes-list__decorator"><i class="jet-checkboxes-list__checked-icon fa fa-check"></i></span>
						<span class="jet-checkboxes-list__label">Ів.Франківськ</span>
					</div>
	</label>
</div><div class="jet-checkboxes-list__row jet-filter-row">
	<label class="jet-checkboxes-list__item">
		<input
			type="checkbox"
			class="jet-checkboxes-list__input"
			name="city"
			value="176"
			data-label="Коломия"
					>
		<div class="jet-checkboxes-list__button">
							<span class="jet-checkboxes-list__decorator"><i class="jet-checkboxes-list__checked-icon fa fa-check"></i></span>
						<span class="jet-checkboxes-list__label">Коломия</span>
					</div>
	</label>
</div><div class="jet-checkboxes-list__row jet-filter-row">
	<label class="jet-checkboxes-list__item">
		<input
			type="checkbox"
			class="jet-checkboxes-list__input"
			name="city"
			value="90"
			data-label="Луцьк"
					>
		<div class="jet-checkboxes-list__button">
							<span class="jet-checkboxes-list__decorator"><i class="jet-checkboxes-list__checked-icon fa fa-check"></i></span>
						<span class="jet-checkboxes-list__label">Луцьк</span>
					</div>
	</label>
</div><div class="jet-checkboxes-list__row jet-filter-row">
	<label class="jet-checkboxes-list__item">
		<input
			type="checkbox"
			class="jet-checkboxes-list__input"
			name="city"
			value="87"
			data-label="Львів"
					>
		<div class="jet-checkboxes-list__button">
							<span class="jet-checkboxes-list__decorator"><i class="jet-checkboxes-list__checked-icon fa fa-check"></i></span>
						<span class="jet-checkboxes-list__label">Львів</span>
					</div>
	</label>
</div><div class="jet-checkboxes-list__row jet-filter-row">
	<label class="jet-checkboxes-list__item">
		<input
			type="checkbox"
			class="jet-checkboxes-list__input"
			name="city"
			value="571"
			data-label="Пилипець"
					>
		<div class="jet-checkboxes-list__button">
							<span class="jet-checkboxes-list__decorator"><i class="jet-checkboxes-list__checked-icon fa fa-check"></i></span>
						<span class="jet-checkboxes-list__label">Пилипець</span>
					</div>
	</label>
</div><div class="jet-checkboxes-list__row jet-filter-row">
	<label class="jet-checkboxes-list__item">
		<input
			type="checkbox"
			class="jet-checkboxes-list__input"
			name="city"
			value="177"
			data-label="Прип'ять"
					>
		<div class="jet-checkboxes-list__button">
							<span class="jet-checkboxes-list__decorator"><i class="jet-checkboxes-list__checked-icon fa fa-check"></i></span>
						<span class="jet-checkboxes-list__label">Прип'ять</span>
					</div>
	</label>
</div><div class="jet-checkboxes-list__row jet-filter-row">
	<label class="jet-checkboxes-list__item">
		<input
			type="checkbox"
			class="jet-checkboxes-list__input"
			name="city"
			value="172"
			data-label="Рівне"
					>
		<div class="jet-checkboxes-list__button">
							<span class="jet-checkboxes-list__decorator"><i class="jet-checkboxes-list__checked-icon fa fa-check"></i></span>
						<span class="jet-checkboxes-list__label">Рівне</span>
					</div>
	</label>
</div><div class="jet-checkboxes-list__row jet-filter-row">
	<label class="jet-checkboxes-list__item">
		<input
			type="checkbox"
			class="jet-checkboxes-list__input"
			name="city"
			value="9079"
			data-label="Світязь"
					>
		<div class="jet-checkboxes-list__button">
							<span class="jet-checkboxes-list__decorator"><i class="jet-checkboxes-list__checked-icon fa fa-check"></i></span>
						<span class="jet-checkboxes-list__label">Світязь</span>
					</div>
	</label>
</div><div class="jet-checkboxes-list__row jet-filter-row">
	<label class="jet-checkboxes-list__item">
		<input
			type="checkbox"
			class="jet-checkboxes-list__input"
			name="city"
			value="189"
			data-label="Східниця"
					>
		<div class="jet-checkboxes-list__button">
							<span class="jet-checkboxes-list__decorator"><i class="jet-checkboxes-list__checked-icon fa fa-check"></i></span>
						<span class="jet-checkboxes-list__label">Східниця</span>
					</div>
	</label>
</div><div class="jet-checkboxes-list__row jet-filter-row">
	<label class="jet-checkboxes-list__item">
		<input
			type="checkbox"
			class="jet-checkboxes-list__input"
			name="city"
			value="89"
			data-label="Тернопіль"
					>
		<div class="jet-checkboxes-list__button">
							<span class="jet-checkboxes-list__decorator"><i class="jet-checkboxes-list__checked-icon fa fa-check"></i></span>
						<span class="jet-checkboxes-list__label">Тернопіль</span>
					</div>
	</label>
</div><div class="jet-checkboxes-list__row jet-filter-row">
	<label class="jet-checkboxes-list__item">
		<input
			type="checkbox"
			class="jet-checkboxes-list__input"
			name="city"
			value="188"
			data-label="Трускавець"
					>
		<div class="jet-checkboxes-list__button">
							<span class="jet-checkboxes-list__decorator"><i class="jet-checkboxes-list__checked-icon fa fa-check"></i></span>
						<span class="jet-checkboxes-list__label">Трускавець</span>
					</div>
	</label>
</div><div class="jet-checkboxes-list__row jet-filter-row">
	<label class="jet-checkboxes-list__item">
		<input
			type="checkbox"
			class="jet-checkboxes-list__input"
			name="city"
			value="535"
			data-label="Ужгород"
					>
		<div class="jet-checkboxes-list__button">
							<span class="jet-checkboxes-list__decorator"><i class="jet-checkboxes-list__checked-icon fa fa-check"></i></span>
						<span class="jet-checkboxes-list__label">Ужгород</span>
					</div>
	</label>
</div><div class="jet-checkboxes-list__row jet-filter-row">
	<label class="jet-checkboxes-list__item">
		<input
			type="checkbox"
			class="jet-checkboxes-list__input"
			name="city"
			value="196"
			data-label="Хмельницький"
					>
		<div class="jet-checkboxes-list__button">
							<span class="jet-checkboxes-list__decorator"><i class="jet-checkboxes-list__checked-icon fa fa-check"></i></span>
						<span class="jet-checkboxes-list__label">Хмельницький</span>
					</div>
	</label>
</div><div class="jet-checkboxes-list__row jet-filter-row">
	<label class="jet-checkboxes-list__item">
		<input
			type="checkbox"
			class="jet-checkboxes-list__input"
			name="city"
			value="445"
			data-label="Чернівці"
					>
		<div class="jet-checkboxes-list__button">
							<span class="jet-checkboxes-list__decorator"><i class="jet-checkboxes-list__checked-icon fa fa-check"></i></span>
						<span class="jet-checkboxes-list__label">Чернівці</span>
					</div>
	</label>
</div><div class="jet-checkboxes-list__row jet-filter-row">
	<label class="jet-checkboxes-list__item">
		<input
			type="checkbox"
			class="jet-checkboxes-list__input"
			name="city"
			value="186"
			data-label="Яремче"
					>
		<div class="jet-checkboxes-list__button">
							<span class="jet-checkboxes-list__decorator"><i class="jet-checkboxes-list__checked-icon fa fa-check"></i></span>
						<span class="jet-checkboxes-list__label">Яремче</span>
					</div>
	</label>
</div></div></div></div></div>
</div>		</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-d3277af" data-id="d3277af" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-d00cf96 elementor-widget elementor-widget-heading" data-id="d00cf96" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">Для кого</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-abfa1fd elementor-widget elementor-widget-jet-smart-filters-checkboxes" data-id="abfa1fd" data-element_type="widget" data-widget_type="jet-smart-filters-checkboxes.default">
				<div class="elementor-widget-container">
			<div class="jet-smart-filters-checkboxes jet-filter " data-indexer-rule="show" data-show-counter="" data-change-counter="always"><div class="jet-checkboxes-list" data-query-type="tax_query" data-query-var="dlya-kogo" data-smart-filter="checkboxes" data-filter-id="49531" data-apply-type="ajax" data-content-provider="jet-engine" data-additional-providers="" data-query-id="default" data-active-label="" data-layout-options="{&quot;show_label&quot;:&quot;&quot;,&quot;display_options&quot;:{&quot;show_items_label&quot;:false,&quot;show_decorator&quot;:&quot;yes&quot;,&quot;filter_image_size&quot;:&quot;full&quot;,&quot;show_counter&quot;:false}}" data-query-var-suffix="is_custom_checkbox"><div class="jet-filter-items-scroll" style="max-height:290px"><div class="jet-filter-items-scroll-container"><div class="jet-checkboxes-list-wrapper"><div class="jet-checkboxes-list__row jet-filter-row">
	<label class="jet-checkboxes-list__item">
		<input
			type="checkbox"
			class="jet-checkboxes-list__input"
			name="dlya-kogo"
			value="107"
			data-label="для батьків"
					>
		<div class="jet-checkboxes-list__button">
							<span class="jet-checkboxes-list__decorator"><i class="jet-checkboxes-list__checked-icon fa fa-check"></i></span>
						<span class="jet-checkboxes-list__label">для батьків</span>
					</div>
	</label>
</div><div class="jet-checkboxes-list__row jet-filter-row">
	<label class="jet-checkboxes-list__item">
		<input
			type="checkbox"
			class="jet-checkboxes-list__input"
			name="dlya-kogo"
			value="111"
			data-label="для боса"
					>
		<div class="jet-checkboxes-list__button">
							<span class="jet-checkboxes-list__decorator"><i class="jet-checkboxes-list__checked-icon fa fa-check"></i></span>
						<span class="jet-checkboxes-list__label">для боса</span>
					</div>
	</label>
</div><div class="jet-checkboxes-list__row jet-filter-row">
	<label class="jet-checkboxes-list__item">
		<input
			type="checkbox"
			class="jet-checkboxes-list__input"
			name="dlya-kogo"
			value="110"
			data-label="для дитини"
					>
		<div class="jet-checkboxes-list__button">
							<span class="jet-checkboxes-list__decorator"><i class="jet-checkboxes-list__checked-icon fa fa-check"></i></span>
						<span class="jet-checkboxes-list__label">для дитини</span>
					</div>
	</label>
</div><div class="jet-checkboxes-list__row jet-filter-row">
	<label class="jet-checkboxes-list__item">
		<input
			type="checkbox"
			class="jet-checkboxes-list__input"
			name="dlya-kogo"
			value="102"
			data-label="для дівчини"
					>
		<div class="jet-checkboxes-list__button">
							<span class="jet-checkboxes-list__decorator"><i class="jet-checkboxes-list__checked-icon fa fa-check"></i></span>
						<span class="jet-checkboxes-list__label">для дівчини</span>
					</div>
	</label>
</div><div class="jet-checkboxes-list__row jet-filter-row">
	<label class="jet-checkboxes-list__item">
		<input
			type="checkbox"
			class="jet-checkboxes-list__input"
			name="dlya-kogo"
			value="108"
			data-label="для друга"
					>
		<div class="jet-checkboxes-list__button">
							<span class="jet-checkboxes-list__decorator"><i class="jet-checkboxes-list__checked-icon fa fa-check"></i></span>
						<span class="jet-checkboxes-list__label">для друга</span>
					</div>
	</label>
</div><div class="jet-checkboxes-list__row jet-filter-row">
	<label class="jet-checkboxes-list__item">
		<input
			type="checkbox"
			class="jet-checkboxes-list__input"
			name="dlya-kogo"
			value="103"
			data-label="для дружини"
					>
		<div class="jet-checkboxes-list__button">
							<span class="jet-checkboxes-list__decorator"><i class="jet-checkboxes-list__checked-icon fa fa-check"></i></span>
						<span class="jet-checkboxes-list__label">для дружини</span>
					</div>
	</label>
</div><div class="jet-checkboxes-list__row jet-filter-row">
	<label class="jet-checkboxes-list__item">
		<input
			type="checkbox"
			class="jet-checkboxes-list__input"
			name="dlya-kogo"
			value="112"
			data-label="для колективу"
					>
		<div class="jet-checkboxes-list__button">
							<span class="jet-checkboxes-list__decorator"><i class="jet-checkboxes-list__checked-icon fa fa-check"></i></span>
						<span class="jet-checkboxes-list__label">для колективу</span>
					</div>
	</label>
</div><div class="jet-checkboxes-list__row jet-filter-row">
	<label class="jet-checkboxes-list__item">
		<input
			type="checkbox"
			class="jet-checkboxes-list__input"
			name="dlya-kogo"
			value="105"
			data-label="для мами"
					>
		<div class="jet-checkboxes-list__button">
							<span class="jet-checkboxes-list__decorator"><i class="jet-checkboxes-list__checked-icon fa fa-check"></i></span>
						<span class="jet-checkboxes-list__label">для мами</span>
					</div>
	</label>
</div><div class="jet-checkboxes-list__row jet-filter-row">
	<label class="jet-checkboxes-list__item">
		<input
			type="checkbox"
			class="jet-checkboxes-list__input"
			name="dlya-kogo"
			value="109"
			data-label="для подруги"
					>
		<div class="jet-checkboxes-list__button">
							<span class="jet-checkboxes-list__decorator"><i class="jet-checkboxes-list__checked-icon fa fa-check"></i></span>
						<span class="jet-checkboxes-list__label">для подруги</span>
					</div>
	</label>
</div><div class="jet-checkboxes-list__row jet-filter-row">
	<label class="jet-checkboxes-list__item">
		<input
			type="checkbox"
			class="jet-checkboxes-list__input"
			name="dlya-kogo"
			value="106"
			data-label="для тата"
					>
		<div class="jet-checkboxes-list__button">
							<span class="jet-checkboxes-list__decorator"><i class="jet-checkboxes-list__checked-icon fa fa-check"></i></span>
						<span class="jet-checkboxes-list__label">для тата</span>
					</div>
	</label>
</div><div class="jet-checkboxes-list__row jet-filter-row">
	<label class="jet-checkboxes-list__item">
		<input
			type="checkbox"
			class="jet-checkboxes-list__input"
			name="dlya-kogo"
			value="101"
			data-label="для хлопця"
					>
		<div class="jet-checkboxes-list__button">
							<span class="jet-checkboxes-list__decorator"><i class="jet-checkboxes-list__checked-icon fa fa-check"></i></span>
						<span class="jet-checkboxes-list__label">для хлопця</span>
					</div>
	</label>
</div><div class="jet-checkboxes-list__row jet-filter-row">
	<label class="jet-checkboxes-list__item">
		<input
			type="checkbox"
			class="jet-checkboxes-list__input"
			name="dlya-kogo"
			value="104"
			data-label="для чоловіка"
					>
		<div class="jet-checkboxes-list__button">
							<span class="jet-checkboxes-list__decorator"><i class="jet-checkboxes-list__checked-icon fa fa-check"></i></span>
						<span class="jet-checkboxes-list__label">для чоловіка</span>
					</div>
	</label>
</div></div></div></div></div>
</div>		</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-2e7edd2" data-id="2e7edd2" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-e574967 elementor-widget elementor-widget-heading" data-id="e574967" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">Категорiя</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-022e807 elementor-widget elementor-widget-jet-smart-filters-checkboxes" data-id="022e807" data-element_type="widget" data-widget_type="jet-smart-filters-checkboxes.default">
				<div class="elementor-widget-container">
			<div class="jet-smart-filters-checkboxes jet-filter " data-indexer-rule="show" data-show-counter="" data-change-counter="always"><div class="jet-checkboxes-list" data-query-type="tax_query" data-query-var="product_cat" data-smart-filter="checkboxes" data-filter-id="49534" data-apply-type="ajax" data-content-provider="jet-engine" data-additional-providers="" data-query-id="default" data-active-label="" data-layout-options="{&quot;show_label&quot;:&quot;&quot;,&quot;display_options&quot;:{&quot;show_items_label&quot;:false,&quot;show_decorator&quot;:&quot;yes&quot;,&quot;filter_image_size&quot;:&quot;full&quot;,&quot;show_counter&quot;:false}}" data-query-var-suffix="is_custom_checkbox"><div class="jet-filter-items-scroll" style="max-height:290px"><div class="jet-filter-items-scroll-container"><div class="jet-checkboxes-list-wrapper"><div class="jet-checkboxes-list__row jet-filter-row">
	<label class="jet-checkboxes-list__item">
		<input
			type="checkbox"
			class="jet-checkboxes-list__input"
			name="product_cat"
			value="73"
			data-label="Без категорії"
					>
		<div class="jet-checkboxes-list__button">
							<span class="jet-checkboxes-list__decorator"><i class="jet-checkboxes-list__checked-icon fa fa-check"></i></span>
						<span class="jet-checkboxes-list__label">Без категорії</span>
					</div>
	</label>
</div><div class="jet-checkboxes-list__row jet-filter-row">
	<label class="jet-checkboxes-list__item">
		<input
			type="checkbox"
			class="jet-checkboxes-list__input"
			name="product_cat"
			value="113"
			data-label="Активний відпочинок"
					>
		<div class="jet-checkboxes-list__button">
							<span class="jet-checkboxes-list__decorator"><i class="jet-checkboxes-list__checked-icon fa fa-check"></i></span>
						<span class="jet-checkboxes-list__label">Активний відпочинок</span>
					</div>
	</label>
</div><div class="jet-checkboxes-list__row jet-filter-row">
	<label class="jet-checkboxes-list__item">
		<input
			type="checkbox"
			class="jet-checkboxes-list__input"
			name="product_cat"
			value="131"
			data-label="Водні"
					>
		<div class="jet-checkboxes-list__button">
							<span class="jet-checkboxes-list__decorator"><i class="jet-checkboxes-list__checked-icon fa fa-check"></i></span>
						<span class="jet-checkboxes-list__label">Водні</span>
					</div>
	</label>
</div><div class="jet-checkboxes-list__row jet-filter-row">
	<label class="jet-checkboxes-list__item">
		<input
			type="checkbox"
			class="jet-checkboxes-list__input"
			name="product_cat"
			value="124"
			data-label="Екстрeмальні"
					>
		<div class="jet-checkboxes-list__button">
							<span class="jet-checkboxes-list__decorator"><i class="jet-checkboxes-list__checked-icon fa fa-check"></i></span>
						<span class="jet-checkboxes-list__label">Екстрeмальні</span>
					</div>
	</label>
</div><div class="jet-checkboxes-list__row jet-filter-row">
	<label class="jet-checkboxes-list__item">
		<input
			type="checkbox"
			class="jet-checkboxes-list__input"
			name="product_cat"
			value="133"
			data-label="Краса"
					>
		<div class="jet-checkboxes-list__button">
							<span class="jet-checkboxes-list__decorator"><i class="jet-checkboxes-list__checked-icon fa fa-check"></i></span>
						<span class="jet-checkboxes-list__label">Краса</span>
					</div>
	</label>
</div><div class="jet-checkboxes-list__row jet-filter-row">
	<label class="jet-checkboxes-list__item">
		<input
			type="checkbox"
			class="jet-checkboxes-list__input"
			name="product_cat"
			value="126"
			data-label="Майстер-класи"
					>
		<div class="jet-checkboxes-list__button">
							<span class="jet-checkboxes-list__decorator"><i class="jet-checkboxes-list__checked-icon fa fa-check"></i></span>
						<span class="jet-checkboxes-list__label">Майстер-класи</span>
					</div>
	</label>
</div><div class="jet-checkboxes-list__row jet-filter-row">
	<label class="jet-checkboxes-list__item">
		<input
			type="checkbox"
			class="jet-checkboxes-list__input"
			name="product_cat"
			value="130"
			data-label="Небесні"
					>
		<div class="jet-checkboxes-list__button">
							<span class="jet-checkboxes-list__decorator"><i class="jet-checkboxes-list__checked-icon fa fa-check"></i></span>
						<span class="jet-checkboxes-list__label">Небесні</span>
					</div>
	</label>
</div><div class="jet-checkboxes-list__row jet-filter-row">
	<label class="jet-checkboxes-list__item">
		<input
			type="checkbox"
			class="jet-checkboxes-list__input"
			name="product_cat"
			value="125"
			data-label="Релаксуючі"
					>
		<div class="jet-checkboxes-list__button">
							<span class="jet-checkboxes-list__decorator"><i class="jet-checkboxes-list__checked-icon fa fa-check"></i></span>
						<span class="jet-checkboxes-list__label">Релаксуючі</span>
					</div>
	</label>
</div><div class="jet-checkboxes-list__row jet-filter-row">
	<label class="jet-checkboxes-list__item">
		<input
			type="checkbox"
			class="jet-checkboxes-list__input"
			name="product_cat"
			value="127"
			data-label="Розвиваючі"
					>
		<div class="jet-checkboxes-list__button">
							<span class="jet-checkboxes-list__decorator"><i class="jet-checkboxes-list__checked-icon fa fa-check"></i></span>
						<span class="jet-checkboxes-list__label">Розвиваючі</span>
					</div>
	</label>
</div><div class="jet-checkboxes-list__row jet-filter-row">
	<label class="jet-checkboxes-list__item">
		<input
			type="checkbox"
			class="jet-checkboxes-list__input"
			name="product_cat"
			value="128"
			data-label="Романтичні"
					>
		<div class="jet-checkboxes-list__button">
							<span class="jet-checkboxes-list__decorator"><i class="jet-checkboxes-list__checked-icon fa fa-check"></i></span>
						<span class="jet-checkboxes-list__label">Романтичні</span>
					</div>
	</label>
</div><div class="jet-checkboxes-list__row jet-filter-row">
	<label class="jet-checkboxes-list__item">
		<input
			type="checkbox"
			class="jet-checkboxes-list__input"
			name="product_cat"
			value="129"
			data-label="Сімейні"
					>
		<div class="jet-checkboxes-list__button">
							<span class="jet-checkboxes-list__decorator"><i class="jet-checkboxes-list__checked-icon fa fa-check"></i></span>
						<span class="jet-checkboxes-list__label">Сімейні</span>
					</div>
	</label>
</div></div></div></div></div>
</div>		</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-9b8fc6a" data-id="9b8fc6a" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-ad6744a elementor-widget elementor-widget-heading" data-id="ad6744a" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">Цiна</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-b055078 elementor-widget elementor-widget-jet-smart-filters-range" data-id="b055078" data-element_type="widget" data-widget_type="jet-smart-filters-range.default">
				<div class="elementor-widget-container">
			<div class="jet-smart-filters-range jet-filter " data-indexer-rule="show" data-show-counter="" data-change-counter="always">
<div class="jet-range" data-query-type="meta_query" data-query-var="cina" data-smart-filter="range" data-filter-id="49550" data-apply-type="ajax" data-content-provider="" data-additional-providers="" data-query-id="default" data-active-label="" data-layout-options="{&quot;show_label&quot;:&quot;&quot;,&quot;display_options&quot;:{&quot;show_items_label&quot;:false,&quot;show_decorator&quot;:false,&quot;filter_image_size&quot;:&quot;full&quot;,&quot;show_counter&quot;:false}}" data-query-var-suffix="range" data-format="{&quot;thousands_sep&quot;:&quot;&quot;,&quot;decimal_sep&quot;:&quot;.&quot;,&quot;decimal_num&quot;:0}">
	<div class="jet-range__slider">
		<div class="jet-range__slider__track">
			<div class="jet-range__slider__track__range"></div>
		</div>
		<input type="range" class="jet-range__slider__input jet-range__slider__input--min" step="1" min="0" max="196000" value="0" tabindex="-1">
		<input type="range" class="jet-range__slider__input jet-range__slider__input--max" step="1" min="0" max="196000" value="196000" tabindex="-1">
	</div>
		<div class="jet-range__values">
		<span class="jet-range__values-prefix"></span><span class="jet-range__values-min">0</span><span class="jet-range__values-suffix"></span> — <span class="jet-range__values-prefix"></span><span class="jet-range__values-max">196000</span><span class="jet-range__values-suffix"></span>
	</div>
	</div></div>		</div>
				</div>
				<div class="elementor-element elementor-element-d490c4f elementor-widget elementor-widget-jet-smart-filters-checkboxes" data-id="d490c4f" data-element_type="widget" data-widget_type="jet-smart-filters-checkboxes.default">
				<div class="elementor-widget-container">
			<div class="jet-smart-filters-checkboxes jet-filter " data-indexer-rule="show" data-show-counter="" data-change-counter="always"><div class="jet-checkboxes-list" data-query-type="tax_query" data-query-var="cinovyj-diapazon" data-smart-filter="checkboxes" data-filter-id="49547" data-apply-type="ajax" data-content-provider="jet-engine" data-additional-providers="" data-query-id="default" data-active-label="" data-layout-options="{&quot;show_label&quot;:&quot;&quot;,&quot;display_options&quot;:{&quot;show_items_label&quot;:false,&quot;show_decorator&quot;:&quot;yes&quot;,&quot;filter_image_size&quot;:&quot;full&quot;,&quot;show_counter&quot;:false}}" data-query-var-suffix="is_custom_checkbox"><div class="jet-filter-items-scroll" style="max-height:290px"><div class="jet-filter-items-scroll-container"><div class="jet-checkboxes-list-wrapper"><div class="jet-checkboxes-list__row jet-filter-row">
	<label class="jet-checkboxes-list__item">
		<input
			type="checkbox"
			class="jet-checkboxes-list__input"
			name="cinovyj-diapazon"
			value="8937"
			data-label="1000"
					>
		<div class="jet-checkboxes-list__button">
							<span class="jet-checkboxes-list__decorator"><i class="jet-checkboxes-list__checked-icon fa fa-check"></i></span>
						<span class="jet-checkboxes-list__label">1000</span>
					</div>
	</label>
</div><div class="jet-checkboxes-list__row jet-filter-row">
	<label class="jet-checkboxes-list__item">
		<input
			type="checkbox"
			class="jet-checkboxes-list__input"
			name="cinovyj-diapazon"
			value="9594"
			data-label="12 000"
					>
		<div class="jet-checkboxes-list__button">
							<span class="jet-checkboxes-list__decorator"><i class="jet-checkboxes-list__checked-icon fa fa-check"></i></span>
						<span class="jet-checkboxes-list__label">12 000</span>
					</div>
	</label>
</div><div class="jet-checkboxes-list__row jet-filter-row">
	<label class="jet-checkboxes-list__item">
		<input
			type="checkbox"
			class="jet-checkboxes-list__input"
			name="cinovyj-diapazon"
			value="8973"
			data-label="1600"
					>
		<div class="jet-checkboxes-list__button">
							<span class="jet-checkboxes-list__decorator"><i class="jet-checkboxes-list__checked-icon fa fa-check"></i></span>
						<span class="jet-checkboxes-list__label">1600</span>
					</div>
	</label>
</div><div class="jet-checkboxes-list__row jet-filter-row">
	<label class="jet-checkboxes-list__item">
		<input
			type="checkbox"
			class="jet-checkboxes-list__input"
			name="cinovyj-diapazon"
			value="115"
			data-label="200 до 500"
					>
		<div class="jet-checkboxes-list__button">
							<span class="jet-checkboxes-list__decorator"><i class="jet-checkboxes-list__checked-icon fa fa-check"></i></span>
						<span class="jet-checkboxes-list__label">200 до 500</span>
					</div>
	</label>
</div><div class="jet-checkboxes-list__row jet-filter-row">
	<label class="jet-checkboxes-list__item">
		<input
			type="checkbox"
			class="jet-checkboxes-list__input"
			name="cinovyj-diapazon"
			value="8927"
			data-label="500"
					>
		<div class="jet-checkboxes-list__button">
							<span class="jet-checkboxes-list__decorator"><i class="jet-checkboxes-list__checked-icon fa fa-check"></i></span>
						<span class="jet-checkboxes-list__label">500</span>
					</div>
	</label>
</div><div class="jet-checkboxes-list__row jet-filter-row">
	<label class="jet-checkboxes-list__item">
		<input
			type="checkbox"
			class="jet-checkboxes-list__input"
			name="cinovyj-diapazon"
			value="116"
			data-label="500 до 1000"
					>
		<div class="jet-checkboxes-list__button">
							<span class="jet-checkboxes-list__decorator"><i class="jet-checkboxes-list__checked-icon fa fa-check"></i></span>
						<span class="jet-checkboxes-list__label">500 до 1000</span>
					</div>
	</label>
</div><div class="jet-checkboxes-list__row jet-filter-row">
	<label class="jet-checkboxes-list__item">
		<input
			type="checkbox"
			class="jet-checkboxes-list__input"
			name="cinovyj-diapazon"
			value="9083"
			data-label="800 до 2000"
					>
		<div class="jet-checkboxes-list__button">
							<span class="jet-checkboxes-list__decorator"><i class="jet-checkboxes-list__checked-icon fa fa-check"></i></span>
						<span class="jet-checkboxes-list__label">800 до 2000</span>
					</div>
	</label>
</div><div class="jet-checkboxes-list__row jet-filter-row">
	<label class="jet-checkboxes-list__item">
		<input
			type="checkbox"
			class="jet-checkboxes-list__input"
			name="cinovyj-diapazon"
			value="8977"
			data-label="950"
					>
		<div class="jet-checkboxes-list__button">
							<span class="jet-checkboxes-list__decorator"><i class="jet-checkboxes-list__checked-icon fa fa-check"></i></span>
						<span class="jet-checkboxes-list__label">950</span>
					</div>
	</label>
</div><div class="jet-checkboxes-list__row jet-filter-row">
	<label class="jet-checkboxes-list__item">
		<input
			type="checkbox"
			class="jet-checkboxes-list__input"
			name="cinovyj-diapazon"
			value="117"
			data-label="від 1000 до 2000"
					>
		<div class="jet-checkboxes-list__button">
							<span class="jet-checkboxes-list__decorator"><i class="jet-checkboxes-list__checked-icon fa fa-check"></i></span>
						<span class="jet-checkboxes-list__label">від 1000 до 2000</span>
					</div>
	</label>
</div><div class="jet-checkboxes-list__row jet-filter-row">
	<label class="jet-checkboxes-list__item">
		<input
			type="checkbox"
			class="jet-checkboxes-list__input"
			name="cinovyj-diapazon"
			value="118"
			data-label="від 2000 до 4000"
					>
		<div class="jet-checkboxes-list__button">
							<span class="jet-checkboxes-list__decorator"><i class="jet-checkboxes-list__checked-icon fa fa-check"></i></span>
						<span class="jet-checkboxes-list__label">від 2000 до 4000</span>
					</div>
	</label>
</div><div class="jet-checkboxes-list__row jet-filter-row">
	<label class="jet-checkboxes-list__item">
		<input
			type="checkbox"
			class="jet-checkboxes-list__input"
			name="cinovyj-diapazon"
			value="9603"
			data-label="від 400 до 500"
					>
		<div class="jet-checkboxes-list__button">
							<span class="jet-checkboxes-list__decorator"><i class="jet-checkboxes-list__checked-icon fa fa-check"></i></span>
						<span class="jet-checkboxes-list__label">від 400 до 500</span>
					</div>
	</label>
</div><div class="jet-checkboxes-list__row jet-filter-row">
	<label class="jet-checkboxes-list__item">
		<input
			type="checkbox"
			class="jet-checkboxes-list__input"
			name="cinovyj-diapazon"
			value="119"
			data-label="від 4000 до 6000"
					>
		<div class="jet-checkboxes-list__button">
							<span class="jet-checkboxes-list__decorator"><i class="jet-checkboxes-list__checked-icon fa fa-check"></i></span>
						<span class="jet-checkboxes-list__label">від 4000 до 6000</span>
					</div>
	</label>
</div><div class="jet-checkboxes-list__row jet-filter-row">
	<label class="jet-checkboxes-list__item">
		<input
			type="checkbox"
			class="jet-checkboxes-list__input"
			name="cinovyj-diapazon"
			value="134"
			data-label="від 6000"
					>
		<div class="jet-checkboxes-list__button">
							<span class="jet-checkboxes-list__decorator"><i class="jet-checkboxes-list__checked-icon fa fa-check"></i></span>
						<span class="jet-checkboxes-list__label">від 6000</span>
					</div>
	</label>
</div></div></div></div></div>
</div>		</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-1683874" data-id="1683874" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-d8de421 elementor-widget elementor-widget-heading" data-id="d8de421" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">Сортування</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-3ebc303 elementor-widget elementor-widget-jet-smart-filters-sorting" data-id="3ebc303" data-element_type="widget" data-widget_type="jet-smart-filters-sorting.default">
				<div class="elementor-widget-container">
			<div class="jet-smart-filters-sorting jet-filter">
	<div class="jet-sorting jet-sorting--flex-column"  data-smart-filter="sorting" data-query-type="sort" data-query-var="standard" data-content-provider="jet-engine" data-additional-providers="" data-query-id="default" data-apply-type="ajax">
				<select
			class="jet-sorting-select"
			name="select-name"
		>
							<option value="">Sort...</option>
														<option
					value="{&quot;orderby&quot;:&quot;title&quot;,&quot;order&quot;:&quot;ASC&quot;}"
									>By title from lowest to highest</option>
											<option
					value="{&quot;orderby&quot;:&quot;title&quot;,&quot;order&quot;:&quot;DESC&quot;}"
									>By title from highest to lowest</option>
											<option
					value="{&quot;orderby&quot;:&quot;date&quot;,&quot;order&quot;:&quot;ASC&quot;}"
									>By date from lowest to highest</option>
											<option
					value="{&quot;orderby&quot;:&quot;date&quot;,&quot;order&quot;:&quot;DESC&quot;}"
									>By date from highest to lowest</option>
					</select>
	</div>
</div>
		</div>
				</div>
				<div class="elementor-element elementor-element-9124eae elementor-widget elementor-widget-jet-smart-filters-apply-button" data-id="9124eae" data-element_type="widget" data-widget_type="jet-smart-filters-apply-button.default">
				<div class="elementor-widget-container">
			<div class="jet-smart-filters-apply-button jet-filter"><div class="apply-filters"  data-content-provider="jet-engine" data-query-id="default" data-additional-providers="" data-apply-type="ajax" data-redirect="">
	<button
		type="button"
		class="apply-filters__button"
	>Показати</button>
</div></div>		</div>
				</div>
					</div>
		</div>
							</div>
		</section>
						</div>
		<script type="text/template" id="tmpl-variation-template">
	<div class="woocommerce-variation-description">{{{ data.variation.variation_description }}}</div>
	<div class="woocommerce-variation-price">{{{ data.variation.price_html }}}</div>
	<div class="woocommerce-variation-availability">{{{ data.variation.availability_html }}}</div>
</script>
<script type="text/template" id="tmpl-unavailable-variation-template">
	<p>На жаль, цей товар недоступний. Будь ласка, виберіть інше поєднання.</p>
</script>

<div class="pswp" tabindex="-1" role="dialog" aria-hidden="true">
	<div class="pswp__bg"></div>
	<div class="pswp__scroll-wrap">
		<div class="pswp__container">
			<div class="pswp__item"></div>
			<div class="pswp__item"></div>
			<div class="pswp__item"></div>
		</div>
		<div class="pswp__ui pswp__ui--hidden">
			<div class="pswp__top-bar">
				<div class="pswp__counter"></div>
				<button class="pswp__button pswp__button--close" aria-label="Зачинити (Esc)"></button>
				<button class="pswp__button pswp__button--share" aria-label="Поділитись"></button>
				<button class="pswp__button pswp__button--fs" aria-label="На повний екран"></button>
				<button class="pswp__button pswp__button--zoom" aria-label="Збільшити/зменшити"></button>
				<div class="pswp__preloader">
					<div class="pswp__preloader__icn">
						<div class="pswp__preloader__cut">
							<div class="pswp__preloader__donut"></div>
						</div>
					</div>
				</div>
			</div>
			<div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap">
				<div class="pswp__share-tooltip"></div>
			</div>
			<button class="pswp__button pswp__button--arrow--left" aria-label="Попереднє (стрілка вліво)"></button>
			<button class="pswp__button pswp__button--arrow--right" aria-label="Наступне (стрілка вправо)"></button>
			<div class="pswp__caption">
				<div class="pswp__caption__center"></div>
			</div>
		</div>
	</div>
</div>
	<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
		(function () {
			var c = document.body.className;
			c = c.replace(/woocommerce-no-js/, 'woocommerce-js');
			document.body.className = c;
		})();
	</script>
	<script type="text/html" id="tmpl-jet-ajax-search-results-item">
<div class="jet-ajax-search__results-item">
	<a class="jet-ajax-search__item-link" href="{{{data.link}}}" target="{{{data.link_target_attr}}}">
		{{{data.thumbnail}}}
		<div class="jet-ajax-search__item-content-wrapper">
			{{{data.before_title}}}
			<div class="jet-ajax-search__item-title">{{{data.title}}}</div>
			{{{data.after_title}}}
			{{{data.before_content}}}
			<div class="jet-ajax-search__item-content">{{{data.content}}}</div>
			{{{data.after_content}}}
			{{{data.rating}}}
			{{{data.price}}}
		</div>
	</a>
</div>
</script><link rel='stylesheet' id='elementor-post-1418-css'  href='https://tvoeshop.com/wp-content/uploads/elementor/css/post-1418.css?ver=1659446305' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-41016-css'  href='https://tvoeshop.com/wp-content/uploads/elementor/css/post-41016.css?ver=1659446306' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-44314-css'  href='https://tvoeshop.com/wp-content/uploads/elementor/css/post-44314.css?ver=1659446306' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-44327-css'  href='https://tvoeshop.com/wp-content/uploads/elementor/css/post-44327.css?ver=1659446306' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-44337-css'  href='https://tvoeshop.com/wp-content/uploads/elementor/css/post-44337.css?ver=1659446307' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-44344-css'  href='https://tvoeshop.com/wp-content/uploads/elementor/css/post-44344.css?ver=1659446307' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-44351-css'  href='https://tvoeshop.com/wp-content/uploads/elementor/css/post-44351.css?ver=1659446307' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-46044-css'  href='https://tvoeshop.com/wp-content/uploads/elementor/css/post-46044.css?ver=1659446307' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-19168-css'  href='https://tvoeshop.com/wp-content/uploads/elementor/css/post-19168.css?ver=1659446307' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-19961-css'  href='https://tvoeshop.com/wp-content/uploads/elementor/css/post-19961.css?ver=1659446308' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-20248-css'  href='https://tvoeshop.com/wp-content/uploads/elementor/css/post-20248.css?ver=1659446308' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-33205-css'  href='https://tvoeshop.com/wp-content/uploads/elementor/css/post-33205.css?ver=1659446308' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-16284-css'  href='https://tvoeshop.com/wp-content/uploads/elementor/css/post-16284.css?ver=1659446308' type='text/css' media='all' />

<link rel='stylesheet' id='elementor-post-49190-css'  href='https://tvoeshop.com/wp-content/uploads/elementor/css/post-49190.css?ver=1659446308' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-49106-css'  href='https://tvoeshop.com/wp-content/uploads/elementor/css/post-49106.css?ver=1662441115' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-61560-css'  href='https://tvoeshop.com/wp-content/uploads/elementor/css/post-61560.css?ver=1660599928' type='text/css' media='all' />

<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://tvoeshop.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.1' id='jquery-ui-core-js'></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://tvoeshop.com/wp-includes/js/jquery/ui/datepicker.min.js?ver=1.13.1' id='jquery-ui-datepicker-js'></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' id='jquery-ui-datepicker-js-after'>
jQuery(function(jQuery){jQuery.datepicker.setDefaults({"closeText":"\u0417\u0430\u043a\u0440\u0438\u0442\u0438","currentText":"\u0421\u044c\u043e\u0433\u043e\u0434\u043d\u0456","monthNames":["\u0421\u0456\u0447\u0435\u043d\u044c","\u041b\u044e\u0442\u0438\u0439","\u0411\u0435\u0440\u0435\u0437\u0435\u043d\u044c","\u041a\u0432\u0456\u0442\u0435\u043d\u044c","\u0422\u0440\u0430\u0432\u0435\u043d\u044c","\u0427\u0435\u0440\u0432\u0435\u043d\u044c","\u041b\u0438\u043f\u0435\u043d\u044c","\u0421\u0435\u0440\u043f\u0435\u043d\u044c","\u0412\u0435\u0440\u0435\u0441\u0435\u043d\u044c","\u0416\u043e\u0432\u0442\u0435\u043d\u044c","\u041b\u0438\u0441\u0442\u043e\u043f\u0430\u0434","\u0413\u0440\u0443\u0434\u0435\u043d\u044c"],"monthNamesShort":["\u0421\u0456\u0447","\u041b\u044e\u0442","\u0411\u0435\u0440","\u041a\u0432\u0456","\u0422\u0440\u0430","\u0427\u0435\u0440","\u041b\u0438\u043f","\u0421\u0435\u0440","\u0412\u0435\u0440","\u0416\u043e\u0432","\u041b\u0438\u0441","\u0413\u0440\u0443"],"nextText":"\u0414\u0430\u043b\u0456","prevText":"\u041f\u043e\u043f\u0435\u0440\u0435\u0434\u043d\u0456\u0439","dayNames":["\u041d\u0435\u0434\u0456\u043b\u044f","\u041f\u043e\u043d\u0435\u0434\u0456\u043b\u043e\u043a","\u0412\u0456\u0432\u0442\u043e\u0440\u043e\u043a","\u0421\u0435\u0440\u0435\u0434\u0430","\u0427\u0435\u0442\u0432\u0435\u0440","\u041f\u2019\u044f\u0442\u043d\u0438\u0446\u044f","\u0421\u0443\u0431\u043e\u0442\u0430"],"dayNamesShort":["\u041d\u0434","\u041f\u043d","\u0412\u0442","\u0421\u0440","\u0427\u0442","\u041f\u0442","\u0421\u0431"],"dayNamesMin":["\u041d\u0434","\u041f\u043d","\u0412\u0442","\u0421\u0440","\u0427\u0442","\u041f\u0442","\u0421\u0431"],"dateFormat":"dd.mm.yy","firstDay":1,"isRTL":false});});
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='https://tvoeshop.com/wp-content/cache/min/1/wp-content/plugins/faq-schema-for-elementor/assets/js/elementor-schema.js?ver=1665757874' id='elementor-faq-schema-js'></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://tvoeshop.com/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.13.9' id='regenerator-runtime-js'></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://tvoeshop.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0' id='wp-polyfill-js'></script>
<script type='text/javascript' id='contact-form-7-js-extra'>
/* <![CDATA[ */
var wpcf7 = {"api":{"root":"https:\/\/tvoeshop.com\/wp-json\/","namespace":"contact-form-7\/v1"},"cached":"1"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='https://tvoeshop.com/wp-content/cache/min/1/wp-content/plugins/contact-form-7/includes/js/index.js?ver=1665757874' id='contact-form-7-js'></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://tvoeshop.com/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.7.0-wc.6.6.1' id='jquery-blockui-js'></script>
<script type='text/javascript' id='wc-add-to-cart-js-extra'>
/* <![CDATA[ */
var wc_add_to_cart_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%&elementor_page_id=1351","i18n_view_cart":"\u041f\u0435\u0440\u0435\u0433\u043b\u044f\u043d\u0443\u0442\u0438 \u043a\u043e\u0448\u0438\u043a","cart_url":"https:\/\/tvoeshop.com\/checkout\/","is_cart":"","cart_redirect_after_add":"no"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://tvoeshop.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=6.6.1' id='wc-add-to-cart-js'></script>
<script type='text/javascript' src='https://tvoeshop.com/wp-content/plugins/woocommerce/assets/js/zoom/jquery.zoom.min.js?ver=1.7.21-wc.6.6.1' id='zoom-js'></script>
<script type='text/javascript' src='https://tvoeshop.com/wp-content/plugins/woocommerce/assets/js/flexslider/jquery.flexslider.min.js?ver=2.7.2-wc.6.6.1' id='flexslider-js'></script>
<script type='text/javascript' src='https://tvoeshop.com/wp-content/plugins/woocommerce/assets/js/photoswipe/photoswipe.min.js?ver=4.1.1-wc.6.6.1' id='photoswipe-js'></script>
<script type='text/javascript' src='https://tvoeshop.com/wp-content/plugins/woocommerce/assets/js/photoswipe/photoswipe-ui-default.min.js?ver=4.1.1-wc.6.6.1' id='photoswipe-ui-default-js'></script>
<script type='text/javascript' id='wc-single-product-js-extra'>
/* <![CDATA[ */
var wc_single_product_params = {"i18n_required_rating_text":"\u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u043e\u0446\u0456\u043d\u0456\u0442\u044c","review_rating_required":"yes","flexslider":{"rtl":false,"animation":"slide","smoothHeight":true,"directionNav":false,"controlNav":"thumbnails","slideshow":false,"animationSpeed":500,"animationLoop":false,"allowOneSlide":false},"zoom_enabled":"1","zoom_options":[],"photoswipe_enabled":"1","photoswipe_options":{"shareEl":false,"closeOnScroll":false,"history":false,"hideAnimationDuration":0,"showAnimationDuration":0},"flexslider_enabled":"1"};
/* ]]> */
</script>
<script type='text/javascript' src='https://tvoeshop.com/wp-content/plugins/woocommerce/assets/js/frontend/single-product.min.js?ver=6.6.1' id='wc-single-product-js'></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://tvoeshop.com/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4-wc.6.6.1' id='js-cookie-js'></script>
<script type='text/javascript' id='woocommerce-js-extra'>
/* <![CDATA[ */
var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%&elementor_page_id=1351"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://tvoeshop.com/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=6.6.1' id='woocommerce-js'></script>
<script type='text/javascript' id='wc-cart-fragments-js-extra'>
/* <![CDATA[ */
var wc_cart_fragments_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%&elementor_page_id=1351","cart_hash_key":"wc_cart_hash_4a4974ea75bacb5d80614a62af1da580","fragment_name":"wc_fragments_4a4974ea75bacb5d80614a62af1da580","request_timeout":"5000"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://tvoeshop.com/wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js?ver=6.6.1' id='wc-cart-fragments-js'></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' id='wc-cart-fragments-js-after'>
		jQuery( 'body' ).bind( 'wc_fragments_refreshed', function() {
			var jetpackLazyImagesLoadEvent;
			try {
				jetpackLazyImagesLoadEvent = new Event( 'jetpack-lazy-images-load', {
					bubbles: true,
					cancelable: true
				} );
			} catch ( e ) {
				jetpackLazyImagesLoadEvent = document.createEvent( 'Event' )
				jetpackLazyImagesLoadEvent.initEvent( 'jetpack-lazy-images-load', true, true );
			}
			jQuery( 'body' ).get( 0 ).dispatchEvent( jetpackLazyImagesLoadEvent );
		} );
		
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' id='rocket-browser-checker-js-after'>
"use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}();
</script>
<script type='text/javascript' id='rocket-preload-links-js-extra'>
/* <![CDATA[ */
var RocketPreloadLinksConfig = {"excludeUris":"\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$|\/(?:.+\/)?embed\/|\/checkout\/|\/ru\/checkout\/|\/checkout\/|\/ru\/checkout\/|\/my-account\/|\/ru\/my-account\/|\/wc-api\/v(.*)|\/(index\\.php\/)?wp\\-json(\/.*|$)|\/wp-admin\/|\/logout\/|\/sshvte\/|\/refer\/|\/go\/|\/recommend\/|\/recommends\/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"https:\/\/tvoeshop.com","onHoverDelay":"100","rateThrottle":"3"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' id='rocket-preload-links-js-after'>
(function() {
"use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run();
}());
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://tvoeshop.com/wp-includes/js/comment-reply.min.js?ver=6.0.3' id='comment-reply-js'></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://tvoeshop.com/wp-content/plugins/jet-woo-builder/assets/js/ajax-single-add-to-cart.min.js?ver=1.11.4' id='jet-woo-builder-ajax-single-add-to-cart-js'></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://tvoeshop.com/wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js?ver=1.0.1' id='smartmenus-js'></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://tvoeshop.com/wp-includes/js/hoverIntent.min.js?ver=1.10.2' id='hoverIntent-js'></script>
<script type='text/javascript' id='jet-engine-frontend-js-extra'>
/* <![CDATA[ */
var JetEngineSettings = {"ajaxurl":"https:\/\/tvoeshop.com\/wp-admin\/admin-ajax.php","mapPopupTimeout":"400"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='https://tvoeshop.com/wp-content/cache/min/1/wp-content/plugins/jet-engine/assets/js/frontend.js?ver=1665757874' id='jet-engine-frontend-js'></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://tvoeshop.com/wp-includes/js/underscore.min.js?ver=1.13.3' id='underscore-js'></script>
<script type='text/javascript' id='wp-util-js-extra'>
/* <![CDATA[ */
var _wpUtilSettings = {"ajax":{"url":"\/wp-admin\/admin-ajax.php"}};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://tvoeshop.com/wp-includes/js/wp-util.min.js?ver=6.0.3' id='wp-util-js'></script>
<script type='text/javascript' id='wc-add-to-cart-variation-js-extra'>
/* <![CDATA[ */
var wc_add_to_cart_variation_params = {"wc_ajax_url":"\/?wc-ajax=%%endpoint%%&elementor_page_id=1351","i18n_no_matching_variations_text":"\u041d\u0430 \u0436\u0430\u043b\u044c, \u043d\u0435\u043c\u0430\u0454 \u0442\u043e\u0432\u0430\u0440\u0456\u0432, \u044f\u043a\u0456 \u0431 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0430\u043b\u0438 \u0432\u0430\u0448\u043e\u043c\u0443 \u0432\u0438\u0431\u043e\u0440\u0443. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0432\u0438\u0431\u0435\u0440\u0456\u0442\u044c \u0456\u043d\u0448\u0435 \u043f\u043e\u0454\u0434\u043d\u0430\u043d\u043d\u044f.","i18n_make_a_selection_text":"\u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430 \u043e\u0431\u0435\u0440\u0456\u0442\u044c \u043e\u043f\u0446\u0456\u0457 \u0442\u043e\u0432\u0430\u0440\u0443, \u043f\u0435\u0440\u0448 \u043d\u0456\u0436 \u0434\u043e\u0434\u0430\u0432\u0430\u0442\u0438 \u0446\u0435\u0439 \u0442\u043e\u0432\u0430\u0440 \u0434\u043e \u043a\u043e\u0448\u0438\u043a\u0430.","i18n_unavailable_text":"\u041d\u0430 \u0436\u0430\u043b\u044c, \u0446\u0435\u0439 \u0442\u043e\u0432\u0430\u0440 \u043d\u0435\u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0438\u0439. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0432\u0438\u0431\u0435\u0440\u0456\u0442\u044c \u0456\u043d\u0448\u0435 \u043f\u043e\u0454\u0434\u043d\u0430\u043d\u043d\u044f."};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://tvoeshop.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart-variation.min.js?ver=6.6.1' id='wc-add-to-cart-variation-js'></script>
<script type='text/javascript' id='jet-smart-filters-js-extra'>
/* <![CDATA[ */
var JetSmartFilterSettings = {"ajaxurl":"https:\/\/tvoeshop.com\/wp-admin\/admin-ajax.php","siteurl":"https:\/\/tvoeshop.com","selectors":{"epro-archive-products":{"selector":".elementor-widget-wc-archive-products .elementor-widget-container","action":"replace","inDepth":false,"idPrefix":"#"},"epro-archive":{"selector":".elementor-widget-archive-posts .elementor-widget-container","action":"replace","inDepth":false,"idPrefix":"#"},"epro-portfolio":{"selector":".elementor-widget-portfolio","action":"insert","inDepth":false,"idPrefix":"#"},"epro-posts":{"selector":".elementor-widget-posts .elementor-widget-container","action":"replace","inDepth":false,"idPrefix":"#"},"epro-products":{"selector":".elementor-widget-woocommerce-products .elementor-widget-container","action":"replace","inDepth":false,"idPrefix":"#"},"jet-engine-calendar":{"selector":".elementor-widget-jet-listing-calendar > .elementor-widget-container","action":"insert","inDepth":false,"idPrefix":"#"},"jet-engine":{"selector":".jet-listing-grid.jet-listing","action":"replace","inDepth":true,"idPrefix":"#"},"jet-woo-products-grid":{"selector":".elementor-jet-woo-products.jet-woo-builder","action":"insert","inDepth":true,"idPrefix":"#"},"jet-woo-products-list":{"selector":".elementor-jet-woo-products-list.jet-woo-builder","action":"insert","inDepth":true,"idPrefix":"#"},"woocommerce-archive":{"selector":".jet-woo-products-wrapper","action":"insert","inDepth":false,"idPrefix":"#"},"woocommerce-shortcode":{"selector":"body .woocommerce[class*=\"columns\"]","action":"replace","inDepth":false,"idPrefix":"."}},"queries":{"jet-engine":{"default":{"post_status":["publish"],"post_type":"product","posts_per_page":"3","paged":"1","ignore_sticky_posts":"1","tax_query":[{"taxonomy":"product_cat","field":"term_id","terms":["73","113","124","130"],"operator":"IN"}],"meta_query":[{"key":"_misto","value":"\u041b\u044c\u0432\u0456\u0432","compare":"LIKE","type":"CHAR"}]}}},"settings":{"jet-engine":{"default":{"lisitng_id":"1418","columns":"3","columns_tablet":"2","columns_mobile":"1","post_status":["publish"],"use_random_posts_num":"","posts_num":3,"max_posts_num":9,"not_found_message":"No data was found","is_masonry":"","equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"","_element_id":""}}},"misc":{"week_start":"1","url_type":"plain"},"props":{"jet-engine":{"default":{"found_posts":66,"max_num_pages":22,"page":1}}},"extra_props":[],"templates":{"active_filter":"<% if ($label) { %><div class=\"jet-active-filter__label\"><% $label %><\/div><% } %><% if ($value) { %><div class=\"jet-active-filter__val\"><% $value %><\/div><% } %><div class=\"jet-active-filter__remove\">&times;<\/div>","active_tag":"<% if ($label) { %><div class=\"jet-active-tag__label\"><% $label %><\/div><% } %><% if ($value) { %><div class=\"jet-active-tag__val\"><% $value %><\/div><% } %><div class=\"jet-active-tag__remove\">&times;<\/div>","pagination_item":"<div class=\"jet-filters-pagination__link\"><% $value %><\/div>","pagination_item_dots":"<div class=\"jet-filters-pagination__dots\">&hellip;<\/div>"},"datePickerData":{"closeText":"Done","prevText":"Prev","nextText":"Next","currentText":"Today","monthNames":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"dayNames":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"dayNamesShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"dayNamesMin":["Su","Mo","Tu","We","Th","Fr","Sa"],"weekHeader":"Wk"}};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='https://tvoeshop.com/wp-content/cache/min/1/wp-content/plugins/jet-smart-filters/assets/js/public.js?ver=1665757875' id='jet-smart-filters-js'></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://tvoeshop.com/wp-includes/js/imagesloaded.min.js?ver=4.1.4' id='imagesloaded-js'></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://tvoeshop.com/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.7.2' id='elementor-pro-webpack-runtime-js'></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://tvoeshop.com/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.6.6' id='elementor-webpack-runtime-js'></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://tvoeshop.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.6.6' id='elementor-frontend-modules-js'></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://tvoeshop.com/wp-includes/js/dist/hooks.min.js?ver=c6d64f2cb8f5c6bb49caca37f8828ce3' id='wp-hooks-js'></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://tvoeshop.com/wp-includes/js/dist/i18n.min.js?ver=ebee46757c6a411e38fd079a7ac71d94' id='wp-i18n-js'></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' id='wp-i18n-js-after'>
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' id='elementor-pro-frontend-js-before'>
var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/tvoeshop.com\/wp-admin\/admin-ajax.php","nonce":"1b38ea10ae","urls":{"assets":"https:\/\/tvoeshop.com\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/tvoeshop.com\/wp-json\/"},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"}},"woocommerce":{"menu_cart":{"cart_page_url":"https:\/\/tvoeshop.com\/checkout\/","checkout_page_url":"https:\/\/tvoeshop.com\/checkout\/","fragments_nonce":"0588587d87"}},"facebook_sdk":{"lang":"uk","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/tvoeshop.com\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}};
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://tvoeshop.com/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.7.2' id='elementor-pro-frontend-js'></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://tvoeshop.com/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js?ver=4.0.2' id='elementor-waypoints-js'></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' id='elementor-frontend-js-before'>
var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"\u041f\u043e\u0434\u0456\u043b\u0438\u0442\u0438\u0441\u044f \u0432 Facebook","shareOnTwitter":"\u041f\u043e\u0434\u0456\u043b\u0438\u0442\u0438\u0441\u044f \u0432 Twitter","pinIt":"\u041f\u0440\u0438\u043a\u0440\u0456\u043f\u0438\u0442\u0438","download":"\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438","downloadImage":"\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f","fullscreen":"\u041f\u043e\u0432\u043d\u0438\u0439 \u0435\u043a\u0440\u0430\u043d","zoom":"\u0417\u0431\u0456\u043b\u044c\u0448\u0438\u0442\u0438","share":"\u041f\u043e\u0434\u0456\u043b\u0438\u0442\u0438\u0441\u044f","playVideo":"\u0412\u0456\u0434\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u0432\u0456\u0434\u0435\u043e","previous":"\u041f\u043e\u043f\u0435\u0440\u0435\u0434\u043d\u0454","next":"\u041d\u0430\u0441\u0442\u0443\u043f\u043d\u0435","close":"\u0417\u0430\u043a\u0440\u0438\u0442\u0438"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"\u041c\u043e\u0431\u0456\u043b\u044c\u043d\u0438\u0439","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Extra","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"\u041f\u043b\u0430\u043d\u0448\u0435\u0442","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Extra","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"\u041d\u043e\u0443\u0442\u0431\u0443\u043a","value":1919,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"\u0428\u0438\u0440\u043e\u043a\u0438\u0439 \u0435\u043a\u0440\u0430\u043d","value":2400,"default_value":2400,"direction":"min","is_enabled":false}}},"version":"3.6.6","is_static":false,"experimentalFeatures":{"e_dom_optimization":true,"e_optimized_assets_loading":true,"a11y_improvements":true,"e_import_export":true,"e_hidden_wordpress_widgets":true,"landing-pages":true,"elements-color-picker":true,"favorite-widgets":true,"admin-top-bar":true,"page-transitions":true,"notes":true,"form-submissions":true,"e_scroll_snap":true},"urls":{"assets":"https:\/\/tvoeshop.com\/wp-content\/plugins\/elementor\/assets\/"},"settings":{"page":[],"editorPreferences":[]},"kit":{"active_breakpoints":["viewport_mobile","viewport_tablet","viewport_laptop"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description","woocommerce_notices_elements":[]},"post":{"id":1351,"title":"%D0%A1%D1%82%D1%80%D0%B8%D0%B1%D0%BE%D0%BA%20%D0%B7%20%D0%BF%D0%B0%D1%80%D0%B0%D1%88%D1%83%D1%82%D0%BE%D0%BC%20%D0%9B%D1%8C%D0%B2%D1%96%D0%B2%3A%20%E2%9C%94%EF%B8%8F%20%D0%B2%D0%B0%D1%80%D1%82%D1%96%D1%81%D1%82%D1%8C%201500%2C%20%E2%9C%94%EF%B8%8F%20%D1%81%D0%B0%D0%BC%D0%BE%D1%81%D1%82%D1%96%D0%B9%D0%BD%D0%B8%D0%B9%20%D0%BF%D1%80%D0%B8%D0%B6%D0%BE%D0%BA%2C%20%D0%A6%D1%83%D0%BD%D1%96%D0%B2","excerpt":"","featuredImage":"https:\/\/tvoeshop.com\/wp-content\/uploads\/2020\/10\/img_9427-1024x512.jpg"}};
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://tvoeshop.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.6.6' id='elementor-frontend-js'></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://tvoeshop.com/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?ver=3.7.2' id='pro-elements-handlers-js'></script>
<script type='text/javascript' id='jet-blocks-js-extra'>
/* <![CDATA[ */
var JetHamburgerPanelSettings = {"ajaxurl":"https:\/\/tvoeshop.com\/wp-admin\/admin-ajax.php","isMobile":"false","templateApiUrl":"https:\/\/tvoeshop.com\/wp-json\/jet-blocks-api\/v1\/elementor-template","devMode":"false"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://tvoeshop.com/wp-content/plugins/jet-blocks/assets/js/jet-blocks.min.js?ver=1.3.0' id='jet-blocks-js'></script>
<script type='text/javascript' id='jet-cw-js-extra'>
/* <![CDATA[ */
var JetCWSettings = {"ajaxurl":"https:\/\/tvoeshop.com\/wp-admin\/admin-ajax.php","widgets":{"wishlist":{"a.jet-wishlist-count-button__link%5Bdata-widget-id%3D%22aeeef05%22%5D":{"settings":{"button_icon_position":"left","use_button_icon":"yes","button_icon":"&lt;i aria-hidden=&quot;true&quot; class=&quot;far fa-heart&quot;&gt;&lt;\/i&gt;","button_label":"","show_count":"yes","hide_empty_count":"","count_format":"%s","count_position":"top-right","_widget_id":"aeeef05"},"type":"jet-wishlist-count-button"},"a.jet-wishlist-count-button__link%5Bdata-widget-id%3D%227bb46a2%22%5D":{"settings":{"button_icon_position":"left","use_button_icon":"yes","button_icon":"&lt;i aria-hidden=&quot;true&quot; class=&quot;far fa-heart&quot;&gt;&lt;\/i&gt;","button_label":"","show_count":"yes","hide_empty_count":"","count_format":"%s","count_position":"top-right","_widget_id":"7bb46a2"},"type":"jet-wishlist-count-button"},"a.jet-wishlist-count-button__link%5Bdata-widget-id%3D%22c30da30%22%5D":{"settings":{"button_icon_position":"left","use_button_icon":"yes","button_icon":"&lt;i aria-hidden=&quot;true&quot; class=&quot;far fa-heart&quot;&gt;&lt;\/i&gt;","button_label":"","show_count":"yes","hide_empty_count":"","count_format":"%s","count_position":"top-right","_widget_id":"c30da30"},"type":"jet-wishlist-count-button"},"a.jet-wishlist-button__link%5Bdata-product-id%3D%22%7Bpid%7D%22%5D%5Bdata-widget-id%3D%22e384e85%22%5D":{"settings":{"button_icon_position":"bottom","use_button_icon":"yes","button_icon_normal":"&lt;i aria-hidden=&quot;true&quot; class=&quot;fas fa-heart&quot;&gt;&lt;\/i&gt;","button_label_normal":"","use_as_remove_button":"","button_icon_added":"&lt;i aria-hidden=&quot;true&quot; class=&quot;fas fa-heart&quot;&gt;&lt;\/i&gt;","button_label_added":"","_widget_id":"e384e85"},"type":"jet-wishlist-button"},"a.jet-wishlist-button__link%5Bdata-product-id%3D%22%7Bpid%7D%22%5D%5Bdata-widget-id%3D%22abd5541%22%5D":{"settings":{"button_icon_position":"bottom","use_button_icon":"yes","button_icon_normal":"&lt;i aria-hidden=&quot;true&quot; class=&quot;fas fa-heart&quot;&gt;&lt;\/i&gt;","button_label_normal":"","use_as_remove_button":"","button_icon_added":"&lt;i aria-hidden=&quot;true&quot; class=&quot;fas fa-heart&quot;&gt;&lt;\/i&gt;","button_label_added":"","_widget_id":"abd5541"},"type":"jet-wishlist-button"},"a.jet-wishlist-button__link%5Bdata-product-id%3D%22%7Bpid%7D%22%5D%5Bdata-widget-id%3D%22386f7cc%22%5D":{"settings":{"button_icon_position":"right","use_button_icon":"yes","button_icon_normal":"&lt;i aria-hidden=&quot;true&quot; class=&quot;far fa-heart&quot;&gt;&lt;\/i&gt;","button_label_normal":"","use_as_remove_button":"yes","button_icon_added":"&lt;i aria-hidden=&quot;true&quot; class=&quot;fas fa-heart&quot;&gt;&lt;\/i&gt;","button_label_added":"","_widget_id":"386f7cc"},"type":"jet-wishlist-button"}}},"compareMaxItems":"3","compareItemsCount":"0","wishlistItemsCount":"0"};
var JetCWSettings = {"ajaxurl":"https:\/\/tvoeshop.com\/wp-admin\/admin-ajax.php","widgets":{"wishlist":{"a.jet-wishlist-count-button__link%5Bdata-widget-id%3D%22aeeef05%22%5D":{"settings":{"button_icon_position":"left","use_button_icon":"yes","button_icon":"&lt;i aria-hidden=&quot;true&quot; class=&quot;far fa-heart&quot;&gt;&lt;\/i&gt;","button_label":"","show_count":"yes","hide_empty_count":"","count_format":"%s","count_position":"top-right","_widget_id":"aeeef05"},"type":"jet-wishlist-count-button"},"a.jet-wishlist-count-button__link%5Bdata-widget-id%3D%227bb46a2%22%5D":{"settings":{"button_icon_position":"left","use_button_icon":"yes","button_icon":"&lt;i aria-hidden=&quot;true&quot; class=&quot;far fa-heart&quot;&gt;&lt;\/i&gt;","button_label":"","show_count":"yes","hide_empty_count":"","count_format":"%s","count_position":"top-right","_widget_id":"7bb46a2"},"type":"jet-wishlist-count-button"},"a.jet-wishlist-count-button__link%5Bdata-widget-id%3D%22c30da30%22%5D":{"settings":{"button_icon_position":"left","use_button_icon":"yes","button_icon":"&lt;i aria-hidden=&quot;true&quot; class=&quot;far fa-heart&quot;&gt;&lt;\/i&gt;","button_label":"","show_count":"yes","hide_empty_count":"","count_format":"%s","count_position":"top-right","_widget_id":"c30da30"},"type":"jet-wishlist-count-button"},"a.jet-wishlist-button__link%5Bdata-product-id%3D%22%7Bpid%7D%22%5D%5Bdata-widget-id%3D%22e384e85%22%5D":{"settings":{"button_icon_position":"bottom","use_button_icon":"yes","button_icon_normal":"&lt;i aria-hidden=&quot;true&quot; class=&quot;fas fa-heart&quot;&gt;&lt;\/i&gt;","button_label_normal":"","use_as_remove_button":"","button_icon_added":"&lt;i aria-hidden=&quot;true&quot; class=&quot;fas fa-heart&quot;&gt;&lt;\/i&gt;","button_label_added":"","_widget_id":"e384e85"},"type":"jet-wishlist-button"},"a.jet-wishlist-button__link%5Bdata-product-id%3D%22%7Bpid%7D%22%5D%5Bdata-widget-id%3D%22abd5541%22%5D":{"settings":{"button_icon_position":"bottom","use_button_icon":"yes","button_icon_normal":"&lt;i aria-hidden=&quot;true&quot; class=&quot;fas fa-heart&quot;&gt;&lt;\/i&gt;","button_label_normal":"","use_as_remove_button":"","button_icon_added":"&lt;i aria-hidden=&quot;true&quot; class=&quot;fas fa-heart&quot;&gt;&lt;\/i&gt;","button_label_added":"","_widget_id":"abd5541"},"type":"jet-wishlist-button"},"a.jet-wishlist-button__link%5Bdata-product-id%3D%22%7Bpid%7D%22%5D%5Bdata-widget-id%3D%22386f7cc%22%5D":{"settings":{"button_icon_position":"right","use_button_icon":"yes","button_icon_normal":"&lt;i aria-hidden=&quot;true&quot; class=&quot;far fa-heart&quot;&gt;&lt;\/i&gt;","button_label_normal":"","use_as_remove_button":"yes","button_icon_added":"&lt;i aria-hidden=&quot;true&quot; class=&quot;fas fa-heart&quot;&gt;&lt;\/i&gt;","button_label_added":"","_widget_id":"386f7cc"},"type":"jet-wishlist-button"}}},"compareMaxItems":"3","compareItemsCount":"0","wishlistItemsCount":"0"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://tvoeshop.com/wp-content/plugins/jet-compare-wishlist/assets/js/jet-cw.min.js?ver=1.4.3' id='jet-cw-js'></script>
<script type='text/javascript' id='jet-elements-js-extra'>
/* <![CDATA[ */
var jetElements = {"ajaxUrl":"https:\/\/tvoeshop.com\/wp-admin\/admin-ajax.php","isMobile":"false","templateApiUrl":"https:\/\/tvoeshop.com\/wp-json\/jet-elements-api\/v1\/elementor-template","devMode":"false","messages":{"invalidMail":"Please specify a valid e-mail"}};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://tvoeshop.com/wp-content/plugins/jet-elements/assets/js/jet-elements.min.js?ver=2.6.1' id='jet-elements-js'></script>
<script type='text/javascript' id='jet-tabs-frontend-js-extra'>
/* <![CDATA[ */
var JetTabsSettings = {"ajaxurl":"https:\/\/tvoeshop.com\/wp-admin\/admin-ajax.php","isMobile":"false","templateApiUrl":"https:\/\/tvoeshop.com\/wp-json\/jet-tabs-api\/v1\/elementor-template","devMode":"false"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://tvoeshop.com/wp-content/plugins/jet-tabs/assets/js/jet-tabs-frontend.min.js?ver=2.1.15' id='jet-tabs-frontend-js'></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='https://tvoeshop.com/wp-content/cache/min/1/wp-content/plugins/jet-tricks/assets/js/lib/tippy/popperjs.js?ver=1665757874' id='jet-tricks-popperjs-js'></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='https://tvoeshop.com/wp-content/cache/min/1/wp-content/plugins/jet-tricks/assets/js/lib/tippy/tippy-bundle.js?ver=1665757874' id='jet-tricks-tippy-bundle-js'></script>
<script type='text/javascript' id='jet-tricks-frontend-js-extra'>
/* <![CDATA[ */
var JetTricksSettings = {"elements_data":{"sections":{"219c2f6":{"view_more":false,"particles":"false","particles_json":null},"0920176":{"view_more":false,"particles":"false","particles_json":null},"2f4322e":{"view_more":false,"particles":"false","particles_json":null},"05f12b3":{"view_more":false,"particles":"false","particles_json":null},"415eb29":{"view_more":false,"particles":"false","particles_json":null},"585889b":{"view_more":false,"particles":"false","particles_json":null},"4936fb1":{"view_more":false,"particles":"false","particles_json":null},"bc9ba6f":{"view_more":false,"particles":"false","particles_json":null},"d37f561":{"view_more":false,"particles":"false","particles_json":null},"9af3384":{"view_more":false,"particles":"false","particles_json":null},"bbf70a2":{"view_more":false,"particles":"false","particles_json":null},"3beacdc":{"view_more":false,"particles":"false","particles_json":null},"f50c5be":{"view_more":false,"particles":"false","particles_json":null},"3a56662":{"view_more":false,"particles":"false","particles_json":null},"45ad000":{"view_more":false,"particles":"false","particles_json":null},"ed75710":{"view_more":false,"particles":"false","particles_json":null},"bde2266":{"view_more":false,"particles":"false","particles_json":null},"6ae39e1":{"view_more":false,"particles":"false","particles_json":null},"fd52500":{"view_more":false,"particles":"false","particles_json":null},"ce82902":{"view_more":false,"particles":"false","particles_json":null},"6f52dae":{"view_more":false,"particles":"false","particles_json":null},"2e161ad":{"view_more":false,"particles":"false","particles_json":null},"8a9cbe3":{"view_more":false,"particles":"false","particles_json":null},"896afed":{"view_more":false,"particles":"false","particles_json":null},"8257a96":{"view_more":false,"particles":"false","particles_json":null},"33ae4c9":{"view_more":false,"particles":"false","particles_json":null},"d7f2e86":{"view_more":false,"particles":"false","particles_json":null},"0a670ae":{"view_more":false,"particles":"false","particles_json":null},"e49f61d":{"view_more":false,"particles":"false","particles_json":null},"1f3f033":{"view_more":false,"particles":"false","particles_json":null},"48e6c39":{"view_more":false,"particles":"false","particles_json":null},"da0480d":{"view_more":false,"particles":"false","particles_json":null},"b6ea1c3":{"view_more":false,"particles":"false","particles_json":null},"8dbeba8":{"view_more":false,"particles":"false","particles_json":null},"8ecfd1c":{"view_more":false,"particles":"false","particles_json":null},"8cfa059":{"view_more":false,"particles":"false","particles_json":null},"9131107":{"view_more":false,"particles":"false","particles_json":null},"22e3068":{"view_more":false,"particles":"false","particles_json":null},"73abe03":{"view_more":false,"particles":"false","particles_json":null},"09402a1":{"view_more":false,"particles":"false","particles_json":null},"13b61df":{"view_more":false,"particles":"false","particles_json":null},"a4bf042":{"view_more":false,"particles":"false","particles_json":null},"c6696e4":{"view_more":false,"particles":"false","particles_json":null},"9bda724":{"view_more":false,"particles":"false","particles_json":null},"4523c2f":{"view_more":false,"particles":"false","particles_json":null},"b756f2f":{"view_more":false,"particles":"false","particles_json":null},"16bdf05":{"view_more":false,"particles":"false","particles_json":null},"e593235":{"view_more":false,"particles":"false","particles_json":null},"ef88fdc":{"view_more":false,"particles":"false","particles_json":null},"f716b0e":{"view_more":false,"particles":"false","particles_json":null},"409f4fd":{"view_more":false,"particles":"false","particles_json":null},"8f9c5e6":{"view_more":false,"particles":"false","particles_json":null},"cd49a5f":{"view_more":false,"particles":"false","particles_json":null},"b30bffc":{"view_more":false,"particles":"false","particles_json":null},"c73da2f":{"view_more":false,"particles":"false","particles_json":null},"44322c9":{"view_more":false,"particles":"false","particles_json":null},"6445fc9":{"view_more":false,"particles":"false","particles_json":null},"0f4ceb3":{"view_more":false,"particles":"false","particles_json":null},"c647232":{"view_more":false,"particles":"false","particles_json":null},"e2605bc":{"view_more":false,"particles":"false","particles_json":null},"8669f4e":{"view_more":false,"particles":"false","particles_json":null},"73ace0ad":{"view_more":false,"particles":"false","particles_json":null},"82cc59d":{"view_more":false,"particles":"false","particles_json":null},"211123b":{"view_more":false,"particles":"false","particles_json":null},"f315668":{"view_more":false,"particles":"false","particles_json":null},"5fb7c54":{"view_more":false,"particles":"false","particles_json":null},"3cfe0fb":{"view_more":false,"particles":"false","particles_json":null}},"columns":[],"widgets":{"cf7f294":[],"76f9f72":[],"0661e24":[],"819a93a":[],"aeeef05":[],"c359efd":[],"ee99d50":[],"22ea701":[],"14ec734":[],"d30632b":[],"6cf0c36":[],"7bb46a2":[],"93fc11d":[],"79996db":[],"d96d0a4":[],"9d74718":[],"c30da30":[],"fd4abb4":[],"a281b93":[],"71074d9":[],"e384e85":[],"fc1e270":[],"57a335d":[],"f86845b":[],"25eeeaf":[],"1848c1d":[],"483de78":[],"1974493":[],"279a169":[],"287124a":[],"91f8310":[],"00fda55":[],"5ff2419":[],"111375c":[],"1aa4154":[],"c155019":[],"06dc292":[],"a3d09d4":[],"4daa4f2":[],"165dc37":[],"34f958e":[],"4495f7e":[],"15699ae":[],"9e45642":[],"6d6d2b4":[],"c91f9bd":[],"261a866":[],"efea8c6":[],"bf7f685":[],"d0f368c":[],"bb1032c":[],"0e19557":[],"e6ec8ae":[],"e43659c":[],"f6f2325":[],"3a7c825":[],"bd91ca3":[],"2ef9aa6":[],"0ae341f":[],"c65ee2b":[],"abd5541":[],"a56fc03":[],"dc2a258":[],"fd95c76":[],"8cda6d8":[],"3bcc8d6":[],"65f515d":[],"f6b37f6":[],"5239b28":[],"2ecf6ac":[],"db169b5":[],"f890157":[],"7fed110":[],"0f71627":[],"c02e447":[],"4e3d070":[],"216c8b1":[],"a54731c":[],"8aafef4":[],"e1bb699":[],"6baebe0":[],"bf990b2":[],"c389931":[],"50e7d15":[],"6004ba9":[],"b4e379a":[],"a9ba18f":[],"05af847":[],"ad3c4d6":[],"558d220":[],"c4f223a":[],"1402819":[],"461ae66":[],"d9bbc9d":[],"64fd9b2":[],"e34b314":[],"0b771c0":[],"4eedffe":[],"fbe7875":[],"1980059":[],"c05a408":[],"6385dc8":[],"d321124":[],"08a47f4":[],"ae79b7a":[],"d6c4076":[],"386f7cc":[],"32e0b2e":[],"c0601ed":[],"f4e5afe":[],"8167596":[],"4d58227":[],"235422f":[],"e350824":[],"8941544":[],"6db906c":[],"bc56c06":[],"45ceaf9":[],"702776b":[],"604671d":[],"2944aa7":[],"0f2ab39":[],"88ce837":[],"53ff2da":[],"cbb8853":[],"a65b115":[],"3ecf9d8":[],"b6fb141":[],"3617d0b":[],"3d3f0ae":[],"5cfea6a":[],"47685e3":[],"1cae2f5":[],"7bd2ee1":[],"022f14d":[],"164a111":[],"859e509":[],"105591e":[],"f64fcbc":[],"53a9462":[],"f830ef1":[],"fd7b3a9":[],"3bc6eb0":[],"72c78af":[],"cab32cf":[],"5cbcaa7":[],"fc3d96e":[],"7e9e704":[],"4fe6b5e":[],"62ecd06":[],"f00ffdb":[],"34bfe1b":[],"bdc4fd9":[],"ea9f99f":[],"408f38a":[],"91aff76":[],"2de4e62":[],"cdf731a":[],"f9df4f4":[],"1fbd6d6":[],"c3e9a0e":[],"a4aa567":[],"c402745":[],"e49651f":[],"31c62e1":[],"0c36527":[],"1900b43":[],"bf5973d":[],"16a5548":[],"8ecbc87":[],"e5c04b4":[],"a50bd6e":[],"9b4f86d":[],"107b316":[],"b46940f":[],"fd37367":[],"16ca910":[],"89609a2":[],"189e000":[],"31ce0f4":[],"5db726e":[],"309b775":[],"8b78e6f":[],"937860f":[],"c307af9":[],"3b2edcb":[],"6e3da5e":[],"9e5a7a9":[],"db89da2":[],"3668d72":[],"48d885f":[],"1de7314":[],"3795f9e":[],"fc5ef3a":[],"0300e8b":[],"26f06471":[],"72054dd":[],"ec5ae29":[],"467b0c5":[],"2a69f0e":[],"cf1b908":[],"b14ac0d":[],"d7778c5":[],"bd612d3":[],"61e8f02":[],"0a6ddb2":[],"614ee51":[],"3af3d72":[],"7b832b2":[],"559b006":[],"14df9bb":[],"c9a0dd2":[],"f017d67":[],"c935e56":[],"0ccb5bb":[],"1087901":[],"1468851":[],"493a02e":[],"d6ede99":[],"d00cf96":[],"abfa1fd":[],"e574967":[],"022e807":[],"ad6744a":[],"b055078":[],"d490c4f":[],"d8de421":[],"3ebc303":[],"9124eae":[]}}};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='https://tvoeshop.com/wp-content/cache/min/1/wp-content/plugins/jet-tricks/assets/js/jet-tricks-frontend.js?ver=1665757874' id='jet-tricks-frontend-js'></script>
<script type='text/javascript' id='jet-woo-builder-js-extra'>
/* <![CDATA[ */
var jetWooBuilderData = {"ajax_url":"https:\/\/tvoeshop.com\/wp-admin\/admin-ajax.php","products":"{\"page\":0,\"product\":\"samostijnyj-strybok-z-parashutom-u-lvovi\",\"post_type\":\"product\",\"name\":\"samostijnyj-strybok-z-parashutom-u-lvovi\",\"error\":\"\",\"m\":\"\",\"p\":0,\"post_parent\":\"\",\"subpost\":\"\",\"subpost_id\":\"\",\"attachment\":\"\",\"attachment_id\":0,\"pagename\":\"\",\"page_id\":0,\"second\":\"\",\"minute\":\"\",\"hour\":\"\",\"day\":0,\"monthnum\":0,\"year\":0,\"w\":0,\"category_name\":\"\",\"tag\":\"\",\"cat\":\"\",\"tag_id\":\"\",\"author\":\"\",\"author_name\":\"\",\"feed\":\"\",\"tb\":\"\",\"paged\":0,\"meta_key\":\"\",\"meta_value\":\"\",\"preview\":\"\",\"s\":\"\",\"sentence\":\"\",\"title\":\"\",\"fields\":\"\",\"menu_order\":\"\",\"embed\":\"\",\"category__in\":[],\"category__not_in\":[],\"category__and\":[],\"post__in\":[],\"post__not_in\":[],\"post_name__in\":[],\"tag__in\":[],\"tag__not_in\":[],\"tag__and\":[],\"tag_slug__in\":[],\"tag_slug__and\":[],\"post_parent__in\":[],\"post_parent__not_in\":[],\"author__in\":[],\"author__not_in\":[],\"tax_query\":[{\"taxonomy\":\"language\",\"field\":\"term_taxonomy_id\",\"terms\":201,\"operator\":\"IN\"}],\"update_post_term_cache\":true,\"ignore_sticky_posts\":false,\"suppress_filters\":false,\"cache_results\":true,\"lazy_load_term_meta\":true,\"update_post_meta_cache\":true,\"posts_per_page\":10,\"nopaging\":false,\"comments_per_page\":\"50\",\"no_found_rows\":false,\"order\":\"DESC\"}"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://tvoeshop.com/wp-content/plugins/jet-woo-builder/assets/js/jet-woo-builder.min.js?ver=1.11.4' id='jet-woo-builder-js'></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://tvoeshop.com/wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.min.js?ver=3.7.2' id='e-sticky-js'></script>
<script type='text/javascript' id='jet-search-js-extra'>
/* <![CDATA[ */
var jetSearchSettings = {"ajaxurl":"https:\/\/tvoeshop.com\/wp-admin\/admin-ajax.php","action":"jet_ajax_search","nonce":"b890a65f20"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='https://tvoeshop.com/wp-content/cache/min/1/wp-content/plugins/jet-search/assets/js/jet-search.js?ver=1665757874' id='jet-search-js'></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript'>
(function() {
				var expirationDate = new Date();
				expirationDate.setTime( expirationDate.getTime() + 31536000 * 1000 );
				document.cookie = "pll_language=uk; expires=" + expirationDate.toUTCString() + "; path=/; secure; SameSite=Lax";
			}());
</script>
<!-- WooCommerce JavaScript -->
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
jQuery(function($) { 
_wca.push({
			'_en': 'woocommerceanalytics_product_view',
			'pi': '1351',
			'pn': 'Самостійний стрибок з парашутом',
			'pc': 'Активний відпочинок/Без категорії/Екстрeмальні/Небесні',
			'pp': '2100',
			'pt': 'variable','blog_id': '200786808', 'ui': 'null', 'url': 'https://tvoeshop.com', 'woo_version': '6.6.1', 'cart_page_contains_cart_block': '0', 'cart_page_contains_cart_shortcode': '0', 'checkout_page_contains_checkout_block': '0', 'checkout_page_contains_checkout_shortcode': '1', 
		});
 });
</script>
        <script type="rocketlazyloadscript" data-rocket-type="text/javascript">
            jQuery(window).ready(function($) {
                'use strict';
                $.datepicker.setDefaults({
                    closeText: 'Закрити',
                    prevText: '<Пред',
                    nextText: 'След>',
                    currentText: 'Сегодня',
                    monthNames: ['Січень', 'Лютий', 'Березень', 'Квітень', 'Травень', 'Червень', 'Липень', 'Серпень', 'Вересень', 'Жовтень', 'Листопад', 'Грудень'],
                    monthNamesShort: ['Янв', 'Фев', 'Мар', 'Апр', 'Май', 'Июн', 'Июл', 'Авг', 'Сен', 'Окт', 'Ноя', 'Дек'],
                    dayNames: ['воскресенье', 'понедельник', 'вторник', 'среда', 'четверг', 'пятница', 'суббота'],
                    dayNamesShort: ['нед', 'пнд', 'втр', 'срд', 'чтв', 'птн', 'сбт'],
                    dayNamesMin: ['Нд', 'Пн', 'Вт', 'Ср', 'Чт', 'Пт', 'Сб'],
                    weekHeader: 'Нед',
                    dateFormat: 'yy-mm-dd',
                    firstDay: 1,
                    showAnim: 'slideDown',
                    isRTL: false,
                    showMonthAfterYear: false,
                    yearSuffix: ''
                });

                $('.calendar, .datepicker').datepicker({
                    dateFormat: 'yy-mm-dd'
                });
            });
        </script>
    <script src='https://stats.wp.com/e-202242.js' defer></script>
<script>
	_stq = window._stq || [];
	_stq.push([ 'view', {v:'ext',j:'1:11.1',blog:'200786808',post:'1351',tz:'2',srv:'tvoeshop.com'} ]);
	_stq.push([ 'clickTrackerInit', '200786808', '1351' ]);
</script>
<script>window.lazyLoadOptions={elements_selector:"img[data-lazy-src],.rocket-lazyload",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}};window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(var i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue}
if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue}
images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1}
if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async src="https://tvoeshop.com/wp-content/plugins/wp-rocket/assets/js/lazyload/17.5/lazyload.min.js"></script>



<html>
  <head>
    <title>Executive Anvil</title>
  </head>
  <body>
  <div>
    <div itemtype="https://schema.org/Product" itemscope>
      <meta itemprop="mpn" content="925872" />
      <meta itemprop="name" content="Executive Anvil" />
      <link itemprop="image" href="https://www.tvoeshop.com/wp-content/uploads/2018/09/tvoe-logo.png" />
      <link itemprop="image" href="https://www.tvoeshop.com/wp-content/uploads/2021/08/pidposluga-zapas-2-strybok-z-parashutom-static-line-ivano-frankivsk-.jpg" />
      <link itemprop="image" href="https://www.tvoeshop.com/wp-content/uploads/2021/08/golovna-2-strybok-z-parashutom-static-line-ivano-frankivsk-.jpeg" />
      <meta itemprop="description" content="Подарунок для любителів яскравих емоцій й адреналіну! Не знаєте, що таке дрифт? А серію фільмів «Форсаж» дивилися? Так ось, цей автоспорт успішно підкорюють у Львові! Сертифікат «ТвоЄ» дозволяє перебувати в авто з професійним гонщиком під час виконання маневрів. І хлопцям, і дівчатам незабутні враження гарантовані!" />
      <div itemprop="offers" itemtype="https://schema.org/AggregateOffer" itemscope>
        <meta itemprop="lowPrice" content="300" />
        <meta itemprop="highPrice" content="30.000" />
        <meta itemprop="offerCount" content="6" />
        <meta itemprop="priceCurrency" content="UAN" />
      </div>
      <div itemprop="aggregateRating" itemtype="https://schema.org/AggregateRating" itemscope>
        <meta itemprop="reviewCount" content="589" />
        <meta itemprop="ratingValue" content="4.8" />
      </div>
      <div itemprop="review" itemtype="https://schema.org/Review" itemscope>
        <div itemprop="author" itemtype="https://schema.org/Person" itemscope>
          <meta itemprop="name" content="Fred Benson" />
        </div>
        <div itemprop="reviewRating" itemtype="https://schema.org/Rating" itemscope>
          <meta itemprop="ratingValue" content="4" />
          <meta itemprop="bestRating" content="5" />
        </div>
      </div>
      <meta itemprop="sku" content="0985755156" />
      <div itemprop="brand" itemtype="https://schema.org/Brand" itemscope>
        <meta itemprop="name" content="ACME" />
      </div>
    </div>
  </div>

 


<div id="cart-punkt">
    

<p class="top__label-cart">Твій кошик &bull;<span class="close__mini-cart">&times;</span></p>
<div class="empty__mini-cart">
<p>Уууупс...</p>
<div>
<img width="526" height="546" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20526%20546'%3E%3C/svg%3E" alt="Vasya" data-lazy-src="https://tvoeshop.com/wp-content/uploads/2021/10/vasya@2x@2x.png"><noscript><img width="526" height="546" src="https://tvoeshop.com/wp-content/uploads/2021/10/vasya@2x@2x.png" alt="Vasya"></noscript>
	<p class="woocommerce-mini-cart__empty-message">Немає товарів у кошику.</p>
  </div>
  </div>
	<a href="https://tvoeshop.com" class="add__emotion-button">Додати ще емоцій</a>

<script type="rocketlazyloadscript">
	  jQuery(document).ready(function ($) {
    
    $('.elementor-menu-cart__toggle_button').on('click', function(event) {
      event.preventDefault();
        if ($(window).width() < 900) {
  
            // console.log("<900")
            let url = "/checkout/";
            $(location).attr('href', url);
        } else {
          // console.log(">900")
            $('#cart-punkt').toggleClass('widget_shopping_cart-open');
            $("body").css("overflow-y", "hidden");
        }
    });
    $('.close__mini-cart').on('click', function() {
        $('#cart-punkt').removeClass('widget_shopping_cart-open');
        $("body").css("overflow-y", "auto")
    });
    $(document).mouseup(function(e) {
        var div = $("#cart-punkt");
        if (!div.is(e.target) && div.has(e.target).length === 0) {
            $('#cart-punkt').removeClass('widget_shopping_cart-open');
        }
    });
});
  </script>
</div>

<script>class RocketElementorAnimation{constructor(){this.deviceMode=document.createElement("span"),this.deviceMode.id="elementor-device-mode",this.deviceMode.setAttribute("class","elementor-screen-only"),document.body.appendChild(this.deviceMode)}_detectAnimations(){let t=getComputedStyle(this.deviceMode,":after").content.replace(/"/g,"");this.animationSettingKeys=this._listAnimationSettingsKeys(t),document.querySelectorAll(".elementor-invisible[data-settings]").forEach(t=>{const e=t.getBoundingClientRect();if(e.bottom>=0&&e.top<=window.innerHeight)try{this._animateElement(t)}catch(t){}})}_animateElement(t){const e=JSON.parse(t.dataset.settings),i=e._animation_delay||e.animation_delay||0,n=e[this.animationSettingKeys.find(t=>e[t])];if("none"===n)return void t.classList.remove("elementor-invisible");t.classList.remove(n),this.currentAnimation&&t.classList.remove(this.currentAnimation),this.currentAnimation=n;let s=setTimeout(()=>{t.classList.remove("elementor-invisible"),t.classList.add("animated",n),this._removeAnimationSettings(t,e)},i);window.addEventListener("rocket-startLoading",function(){clearTimeout(s)})}_listAnimationSettingsKeys(t="mobile"){const e=[""];switch(t){case"mobile":e.unshift("_mobile");case"tablet":e.unshift("_tablet");case"desktop":e.unshift("_desktop")}const i=[];return["animation","_animation"].forEach(t=>{e.forEach(e=>{i.push(t+e)})}),i}_removeAnimationSettings(t,e){this._listAnimationSettingsKeys().forEach(t=>delete e[t]),t.dataset.settings=JSON.stringify(e)}static run(){const t=new RocketElementorAnimation;requestAnimationFrame(t._detectAnimations.bind(t))}}document.addEventListener("DOMContentLoaded",RocketElementorAnimation.run);</script></body>
</html>

<!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1666146055 -->