<!DOCTYPE html>
<html lang="en-GB">

<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.v="1.2.3",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",t=>{this.persisted=t.persisted}),window.addEventListener("DOMContentLoaded",()=>{this._preconnect3rdParties()}),this.delayedScripts={normal:[],async:[],defer:[]},this.trash=[],this.allJQueries=[]}_addUserInteractionListener(t){if(document.hidden){t._triggerListener();return}this.triggerEvents.forEach(e=>window.addEventListener(e,t.userEventHandler,{passive:!0})),window.addEventListener("touchstart",t.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",t.touchStartHandler),document.addEventListener("visibilitychange",t.userEventHandler)}_removeUserInteractionListener(){this.triggerEvents.forEach(t=>window.removeEventListener(t,this.userEventHandler,{passive:!0})),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(t){"HTML"!==t.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),t.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"onclick","rocket-onclick"),this._pendingClickStarted())}_onTouchMove(t){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),t.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"rocket-onclick","onclick"),this._pendingClickFinished()}_onTouchEnd(t){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(t){t.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"rocket-onclick","onclick"),this.interceptedClicks.push(t),t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation(),this._pendingClickFinished()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach(t=>{t.target.dispatchEvent(new MouseEvent("click",{view:t.view,bubbles:!0,cancelable:!0}))})}_waitForPendingClicks(){return new Promise(t=>{this._isClickPending?this._pendingClickFinished=t:t()})}_pendingClickStarted(){this._isClickPending=!0}_pendingClickFinished(){this._isClickPending=!1}_renameDOMAttribute(t,e,r){t.hasAttribute&&t.hasAttribute(e)&&(event.target.setAttribute(r,event.target.getAttribute(e)),event.target.removeAttribute(e))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let t=[];document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(e=>{if(e.hasAttribute("src")){let r=new URL(e.src).origin;r!==location.origin&&t.push({src:r,crossOrigin:e.crossOrigin||"module"===e.getAttribute("data-rocket-type")})}}),t=[...new Map(t.map(t=>[JSON.stringify(t),t])).values()],this._batchInjectResourceHints(t,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(this),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(t){console.error(t)}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._waitForPendingClicks().then(()=>{this._replayClicks()}),this._emptyTrash()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(t=>{t.hasAttribute("data-rocket-src")?t.hasAttribute("async")&&!1!==t.async?this.delayedScripts.async.push(t):t.hasAttribute("defer")&&!1!==t.defer||"module"===t.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(t):this.delayedScripts.normal.push(t):this.delayedScripts.normal.push(t)})}async _transformScript(t){return new Promise((await this._littleBreath(),navigator.userAgent.indexOf("Firefox/")>0||""===navigator.vendor)?e=>{let r=document.createElement("script");[...t.attributes].forEach(t=>{let e=t.nodeName;"type"!==e&&("data-rocket-type"===e&&(e="type"),"data-rocket-src"===e&&(e="src"),r.setAttribute(e,t.nodeValue))}),t.text&&(r.text=t.text),r.hasAttribute("src")?(r.addEventListener("load",e),r.addEventListener("error",e)):(r.text=t.text,e());try{t.parentNode.replaceChild(r,t)}catch(i){e()}}:async e=>{function r(){t.setAttribute("data-rocket-status","failed"),e()}try{let i=t.getAttribute("data-rocket-type"),n=t.getAttribute("data-rocket-src");t.text,i?(t.type=i,t.removeAttribute("data-rocket-type")):t.removeAttribute("type"),t.addEventListener("load",function r(){t.setAttribute("data-rocket-status","executed"),e()}),t.addEventListener("error",r),n?(t.removeAttribute("data-rocket-src"),t.src=n):t.src="data:text/javascript;base64,"+window.btoa(unescape(encodeURIComponent(t.text)))}catch(s){r()}})}async _loadScriptsFromList(t){let e=t.shift();return e&&e.isConnected?(await this._transformScript(e),this._loadScriptsFromList(t)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(t,e){var r=document.createDocumentFragment();t.forEach(t=>{let i=t.getAttribute&&t.getAttribute("data-rocket-src")||t.src;if(i){let n=document.createElement("link");n.href=i,n.rel=e,"preconnect"!==e&&(n.as="script"),t.getAttribute&&"module"===t.getAttribute("data-rocket-type")&&(n.crossOrigin=!0),t.crossOrigin&&(n.crossOrigin=t.crossOrigin),t.integrity&&(n.integrity=t.integrity),r.appendChild(n),this.trash.push(n)}}),document.head.appendChild(r)}_delayEventListeners(t){let e={};function r(t,r){!function t(r){!e[r]&&(e[r]={originalFunctions:{add:r.addEventListener,remove:r.removeEventListener},eventsToRewrite:[]},r.addEventListener=function(){arguments[0]=i(arguments[0]),e[r].originalFunctions.add.apply(r,arguments)},r.removeEventListener=function(){arguments[0]=i(arguments[0]),e[r].originalFunctions.remove.apply(r,arguments)});function i(t){return e[r].eventsToRewrite.indexOf(t)>=0?"rocket-"+t:t}}(t),e[t].eventsToRewrite.push(r)}function i(t,e){let r=t[e];Object.defineProperty(t,e,{get:()=>r||function(){},set(i){t["rocket"+e]=r=i}})}r(document,"DOMContentLoaded"),r(window,"DOMContentLoaded"),r(window,"load"),r(window,"pageshow"),r(document,"readystatechange"),i(document,"onreadystatechange"),i(window,"onload"),i(window,"onpageshow")}_delayJQueryReady(t){let e;function r(r){if(r&&r.fn&&!t.allJQueries.includes(r)){r.fn.ready=r.fn.init.prototype.ready=function(e){return t.domReadyFired?e.bind(document)(r):document.addEventListener("rocket-DOMContentLoaded",()=>e.bind(document)(r)),r([])};let i=r.fn.on;r.fn.on=r.fn.init.prototype.on=function(){if(this[0]===window){function t(t){return t.split(" ").map(t=>"load"===t||0===t.indexOf("load.")?"rocket-jquery-load":t).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=t(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach(e=>{let r=arguments[0][e];delete arguments[0][e],arguments[0][t(e)]=r})}return i.apply(this,arguments),this},t.allJQueries.push(r)}e=r}r(window.jQuery),Object.defineProperty(window,"jQuery",{get:()=>e,set(t){r(t)}})}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(t=>t(window).trigger("rocket-jquery-load")),await this._littleBreath();let t=new Event("rocket-pageshow");t.persisted=this.persisted,window.dispatchEvent(t),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){let t=new Map;document.write=document.writeln=function(e){let r=document.currentScript;r||console.error("WPRocket unable to document.write this: "+e);let i=document.createRange(),n=r.parentElement,s=t.get(r);void 0===s&&(s=r.nextSibling,t.set(r,s));let a=document.createDocumentFragment();i.setStart(a,0),a.appendChild(i.createContextualFragment(e)),n.insertBefore(a,s)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise(t=>setTimeout(t)):new Promise(t=>requestAnimationFrame(t))}_emptyTrash(){this.trash.forEach(t=>t.remove())}static run(){let t=new RocketLazyLoadScripts;t._addUserInteractionListener(t)}}RocketLazyLoadScripts.run();</script>
    
    <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
	<style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style>
	<link rel="alternate" href="https://togetthere.info/en/" hreflang="en" />
<link rel="alternate" href="https://togetthere.info/" hreflang="he" />
<link rel="alternate" href="https://togetthere.info/ru/" hreflang="ru" />

	<!-- This site is optimized with the Yoast SEO Premium plugin v25.8 (Yoast SEO v25.8) - https://yoast.com/wordpress/plugins/seo/ -->
	<title>Services in Slovakia from professionals | Togetthere Consulting Agency</title>
	<meta name="description" content="Professional advice on moving and adapting to Slovakia ✅ Services in Slovakia from Together immigration ▶️ Help with preparing documents, obtaining visas, opening bank accounts and much more ✅ Experienced lawyers who are ready to answer any of your questions ☎️ +421903717975" />
	<link rel="canonical" href="https://togetthere.info/en/" />
	<meta property="og:locale" content="en_GB" />
	<meta property="og:locale:alternate" content="he_IL" />
	<meta property="og:locale:alternate" content="ru_RU" />
	<meta property="og:type" content="website" />
	<meta property="og:title" content="Home" />
	<meta property="og:description" content="Professional advice on moving and adapting to Slovakia ✅ Services in Slovakia from Together immigration ▶️ Help with preparing documents, obtaining visas, opening bank accounts and much more ✅ Experienced lawyers who are ready to answer any of your questions ☎️ +421903717975" />
	<meta property="og:url" content="https://togetthere.info/en/" />
	<meta property="og:site_name" content="Togetthere" />
	<meta property="article:modified_time" content="2025-06-22T13:05:02+00:00" />
	<meta name="twitter:card" content="summary_large_image" />
	<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://togetthere.info/en/","url":"https://togetthere.info/en/","name":"Services in Slovakia from professionals | Togetthere Consulting Agency","isPartOf":{"@id":"https://togetthere.info/en/#website"},"about":{"@id":"https://togetthere.info/en/#organization"},"datePublished":"2024-03-16T11:32:57+00:00","dateModified":"2025-06-22T13:05:02+00:00","description":"Professional advice on moving and adapting to Slovakia ✅ Services in Slovakia from Together immigration ▶️ Help with preparing documents, obtaining visas, opening bank accounts and much more ✅ Experienced lawyers who are ready to answer any of your questions ☎️ +421903717975","breadcrumb":{"@id":"https://togetthere.info/en/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https://togetthere.info/en/"]}]},{"@type":"BreadcrumbList","@id":"https://togetthere.info/en/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home"}]},{"@type":"WebSite","@id":"https://togetthere.info/en/#website","url":"https://togetthere.info/en/","name":"Togetthere","description":"","publisher":{"@id":"https://togetthere.info/en/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://togetthere.info/en/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https://togetthere.info/en/#organization","name":"Togetthere","url":"https://togetthere.info/en/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https://togetthere.info/en/#/schema/logo/image/","url":"https://togetthere.info/wp-content/uploads/2024/03/logo.png","contentUrl":"https://togetthere.info/wp-content/uploads/2024/03/logo.png","width":144,"height":51,"caption":"Togetthere"},"image":{"@id":"https://togetthere.info/en/#/schema/logo/image/"}}]}</script>
	<!-- / Yoast SEO Premium plugin. -->


<link rel='dns-prefetch' href='//cdn.jsdelivr.net' />
<link rel="alternate" type="application/rss+xml" title="Togetthere &raquo; Feed" href="https://togetthere.info/en/feed/" />
<link rel="alternate" type="application/rss+xml" title="Togetthere &raquo; Comments Feed" href="https://togetthere.info/en/comments/feed/" />
<script type="rocketlazyloadscript">
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/togetthere.info\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.7.2"}};
/*! This file is auto-generated */
!function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings);
</script>
<link rel='stylesheet' id='sbi_styles-css' href='https://togetthere.info/wp-content/cache/background-css/togetthere.info/wp-content/plugins/instagram-feed-pro/css/sbi-styles.min.css?ver=6.8.1&wpr_t=1781261242' media='all' />
<style id='wp-emoji-styles-inline-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>
<link rel='stylesheet' id='wp-block-library-css' href='https://togetthere.info/wp-includes/css/dist/block-library/style.min.css?ver=6.7.2' media='all' />
<style id='classic-theme-styles-inline-css'>
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
</style>
<style id='global-styles-inline-css'>
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--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--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.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;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}
</style>
<link data-minify="1" rel='stylesheet' id='contact-form-7-css' href='https://togetthere.info/wp-content/cache/min/1/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=1781183081' media='all' />
<link rel='stylesheet' id='cmplz-general-css' href='https://togetthere.info/wp-content/plugins/complianz-gdpr/assets/css/cookieblocker.min.css?ver=1732010308' media='all' />
<link rel='stylesheet' id='togetthere-style-css' href='https://togetthere.info/wp-content/themes/togetthere/style.css?ver=1.0.0' media='all' />
<link data-minify="1" rel='stylesheet' id='fancybox-css' href='https://togetthere.info/wp-content/cache/min/1/npm/@fancyapps/ui/dist/fancybox.css?ver=1781183081' media='all' />
<link data-minify="1" rel='stylesheet' id='searchwp-live-search-css' href='https://togetthere.info/wp-content/cache/min/1/wp-content/plugins/searchwp-live-ajax-search/assets/styles/style.css?ver=1781183081' media='all' />
<script src="https://togetthere.info/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script>
<script src="https://togetthere.info/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script>
<link rel="https://api.w.org/" href="https://togetthere.info/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://togetthere.info/wp-json/wp/v2/pages/9" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://togetthere.info/xmlrpc.php?rsd" />
<meta name="generator" content="WordPress 6.7.2" />
<link rel='shortlink' href='https://togetthere.info/' />
<link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://togetthere.info/wp-json/oembed/1.0/embed?url=https%3A%2F%2Ftogetthere.info%2Fen%2F" />
<link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://togetthere.info/wp-json/oembed/1.0/embed?url=https%3A%2F%2Ftogetthere.info%2Fen%2F&#038;format=xml" />
			<style>.cmplz-hidden {
					display: none !important;
				}</style><meta name="bmi-version" content="2.0.0" />      <script type="rocketlazyloadscript" defer data-rocket-type="text/javascript" id="bmip-js-inline-remove-js">
        function objectToQueryString(obj){
          return Object.keys(obj).map(key => key + '=' + obj[key]).join('&');
        }

        function globalBMIKeepAlive() {
          let xhr = new XMLHttpRequest();
          let data = { action: "bmip_keepalive", token: "bmip", f: "refresh" };
          let url = 'https://togetthere.info/wp-admin/admin-ajax.php' + '?' + objectToQueryString(data);
          xhr.open('POST', url, true);
          xhr.setRequestHeader("X-Requested-With", "XMLHttpRequest");
          xhr.onreadystatechange = function () {
            if (xhr.readyState === 4) {
              let response;
              if (response = JSON.parse(xhr.responseText)) {
                if (typeof response.status != 'undefined' && response.status === 'success') {
                  //setTimeout(globalBMIKeepAlive, 3000);
                } else {
                  //setTimeout(globalBMIKeepAlive, 20000);
                }
              }
            }
          };

          xhr.send(JSON.stringify(data));
        }

        document.querySelector('#bmip-js-inline-remove-js').remove();
      </script>
      <link rel="icon" href="https://togetthere.info/wp-content/uploads/2024/11/cropped-icon-32x32.png" sizes="32x32" />
<link rel="icon" href="https://togetthere.info/wp-content/uploads/2024/11/cropped-icon-192x192.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://togetthere.info/wp-content/uploads/2024/11/cropped-icon-180x180.png" />
<meta name="msapplication-TileImage" content="https://togetthere.info/wp-content/uploads/2024/11/cropped-icon-270x270.png" />
<noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript>	<link rel="icon" href="https://togetthere.info/wp-content/themes/togetthere/img/favicon.png">
    <link data-minify="1" rel="stylesheet" href="https://togetthere.info/wp-content/cache/min/1/wp-content/themes/togetthere/css/libs/swiper-bundle.min.css?ver=1781183081">
    <link rel="stylesheet" href="https://togetthere.info/wp-content/themes/togetthere/css/libs/aos.min.css">
    <link rel="stylesheet" href="https://togetthere.info/wp-content/themes/togetthere/css/libs/magnific-popup.min.css">
    <link rel="stylesheet" href="https://togetthere.info/wp-content/themes/togetthere/css/libs/select2.min.css">
    <link data-minify="1" rel="stylesheet" href="https://togetthere.info/wp-content/cache/background-css/togetthere.info/wp-content/cache/min/1/wp-content/themes/togetthere/css/style.min.css?ver=1781183081&wpr_t=1781261242">
	<link data-minify="1" rel="stylesheet" href="https://togetthere.info/wp-content/cache/min/1/npm/intl-tel-input@21.1.3/build/css/intlTelInput.css?ver=1781183081">
	<link data-minify="1" rel="stylesheet" href="https://togetthere.info/wp-content/cache/min/1/wp-content/themes/togetthere/css/mystyle.css?ver=1781183081">
	<link data-minify="1" rel="stylesheet" href="https://togetthere.info/wp-content/cache/min/1/wp-content/themes/togetthere/css/layout.css?ver=1781183081">

<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
	window.dataLayer = window.dataLayer || [];
	dataLayer.push({ 'lang_vers': 'en/'});
</script>

	<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
		(function(c,l,a,r,i,t,y){
			c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
			t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
			y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
		})(window, document, "clarity", "script", "dplyzb9e3e");
	</script>

	<!-- 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-M57SMMQ');</script>
	<!-- End Google Tag Manager -->

			<!-- Google tag (gtag.js) -->
		<script type="rocketlazyloadscript" async data-rocket-src="https://www.googletagmanager.com/gtag/js?id=G-QKJ28WLB9L"></script>
		<script type="rocketlazyloadscript">
		  window.dataLayer = window.dataLayer || [];
		  function gtag(){dataLayer.push(arguments);}
		  gtag('js', new Date());

		  gtag('config', 'G-QKJ28WLB9L');
		</script>	 
	
<script type="rocketlazyloadscript">
document.addEventListener('DOMContentLoaded', function() {
    // Функция для получения значения куки по имени
    function getCookie(name) {
        const value = `; ${document.cookie}`;
        const parts = value.split(`; ${name}=`);
        if (parts.length === 2) return parts.pop().split(';').shift();
    }

    // Функция для проверки значений куки с таймаутом
    function checkCookies() {
        const gaCookie = getCookie('_ga');
        const gaSessionCookie = getCookie(`_ga_${'QKJ28WLB9L'}`); // Получаем куку _ga_KEY

        if (gaCookie) {
            const gaCookieParts = gaCookie.split('.');
            if (gaCookieParts.length > 2) {
                const extractedGaClientId = gaCookieParts[2] + '.' + gaCookieParts[3]; // Получаем нужную часть
                // Заполняем скрытые инпуты значением куки по атрибуту name, только если они пустые или содержат 'none'
                const gaClientIdInputs = document.querySelectorAll('input[name="ga_client_id_save"]');
                gaClientIdInputs.forEach(input => {
                    if (input.value === '' || input.value === 'none') {
                        input.value = extractedGaClientId; // Устанавливаем извлеченное значение
                    }
                });
            }
        }

        // Проверяем и устанавливаем значение куки _ga_KEY
        if (gaSessionCookie) {
            const gaSessionParts = gaSessionCookie.split('.');
            if (gaSessionParts.length > 2) {
                const extractedGaSessionId = gaSessionParts[2]; // Получаем нужную часть
                // Заполняем скрытые инпуты значением куки по атрибуту name, только если они пустые или содержат 'none'
                const gaSessionIdInputs = document.querySelectorAll('input[name="ga_session_id_save"]');
                gaSessionIdInputs.forEach(input => {
                    if (input.value === '' || input.value === 'none') {
                        input.value = extractedGaSessionId; // Устанавливаем извлеченное значение
                    }
                });
            }
        }
    }

    setTimeout(checkCookies, 2000);
});
</script>


<style id="wpr-lazyload-bg"></style><style id="wpr-lazyload-bg-exclusion"></style>
<noscript>
<style id="wpr-lazyload-bg-nostyle">:root{--wpr-bg-a61a28aa-801d-4540-87ac-13dbe63dc025: url('../../../../../../../plugins/instagram-feed-pro/img/sbi-sprite.png');}:root{--wpr-bg-2420a4e5-6652-49fc-a4de-8f76ff17f367: url('../../../../../../../plugins/instagram-feed-pro/img/sbi-sprite.png');}:root{--wpr-bg-9695bf0f-2531-43c4-8095-c0b547af1ced: url('../../../../../../../plugins/instagram-feed-pro/img/small-logo.png');}:root{--wpr-bg-9adeee99-b6bc-4925-8971-e5d9bc666a06: url('../../../../../../../plugins/instagram-feed-pro/img/sbi-sprite.png');}:root{--wpr-bg-b8f3279b-77d5-40c6-8a64-851f40b0696d: url('../../../../../../../../../../../themes/togetthere/img/select-arrow.svg');}:root{--wpr-bg-761ca830-4988-4c64-9d0a-517de1dcc3d7: url('../../../../../../../../../../../themes/togetthere/img/breadcrumb-arrow.svg');}:root{--wpr-bg-a28fadbc-1942-4b6c-a5df-e883569db49c: url('../../../../../../../../../../../themes/togetthere/img/step_arrow.svg');}:root{--wpr-bg-aff9dd33-7614-4fd9-ac49-cc670543ddfb: url('../../../../../../../../../../../themes/togetthere/img/calc1.jpg');}:root{--wpr-bg-07be78db-2a96-4039-b005-bb468c6a3db1: url('../../../../../../../../../../../themes/togetthere/img/calc2.jpg');}:root{--wpr-bg-2b9f5887-699f-433d-98e5-d8afe7d6fb92: url('../../../../../../../../../../../themes/togetthere/img/compare_sk.jpg');}:root{--wpr-bg-9776a4e5-05a0-4126-87c1-352d2f26bb0a: url('../../../../../../../../../../../themes/togetthere/img/compare_is.jpg');}:root{--wpr-bg-900957e5-3eec-4597-a968-9203fbdab5e9: url('../../../../../../../../../../../themes/togetthere/img/compare_is.jpg');}:root{--wpr-bg-1c036b4c-94b5-4598-bc61-0dc20d45a06f: url('../../../../../../../../../../../themes/togetthere/img/compare_sk.jpg');}:root{--wpr-bg-62fce65c-d6e7-4b27-bca0-7d1e60c31dbf: url('../../../../../../../../../../../themes/togetthere/img/select-arrow.svg');}</style>
</noscript>
<script type="application/javascript">const rocket_pairs = [{"selector":".sbi_lb-loader span","style":":root{--wpr-bg-a61a28aa-801d-4540-87ac-13dbe63dc025: url('..\/..\/..\/..\/..\/..\/..\/plugins\/instagram-feed-pro\/img\/sbi-sprite.png');}","hash":"a61a28aa-801d-4540-87ac-13dbe63dc025"},{"selector":".sbi_lb-nav span","style":":root{--wpr-bg-2420a4e5-6652-49fc-a4de-8f76ff17f367: url('..\/..\/..\/..\/..\/..\/..\/plugins\/instagram-feed-pro\/img\/sbi-sprite.png');}","hash":"2420a4e5-6652-49fc-a4de-8f76ff17f367"},{"selector":".sb_instagram_header .sbi_header_img_hover i","style":":root{--wpr-bg-9695bf0f-2531-43c4-8095-c0b547af1ced: url('..\/..\/..\/..\/..\/..\/..\/plugins\/instagram-feed-pro\/img\/small-logo.png');}","hash":"9695bf0f-2531-43c4-8095-c0b547af1ced"},{"selector":".sb_instagram_header.sbi_story .sbi_header_img_hover .sbi_new_logo","style":":root{--wpr-bg-9adeee99-b6bc-4925-8971-e5d9bc666a06: url('..\/..\/..\/..\/..\/..\/..\/plugins\/instagram-feed-pro\/img\/sbi-sprite.png');}","hash":"9adeee99-b6bc-4925-8971-e5d9bc666a06"},{"selector":".select","style":":root{--wpr-bg-b8f3279b-77d5-40c6-8a64-851f40b0696d: url('..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/themes\/togetthere\/img\/select-arrow.svg');}","hash":"b8f3279b-77d5-40c6-8a64-851f40b0696d"},{"selector":".breadcrumbs-item","style":":root{--wpr-bg-761ca830-4988-4c64-9d0a-517de1dcc3d7: url('..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/themes\/togetthere\/img\/breadcrumb-arrow.svg');}","hash":"761ca830-4988-4c64-9d0a-517de1dcc3d7"},{"selector":".instruct__step-icon","style":":root{--wpr-bg-a28fadbc-1942-4b6c-a5df-e883569db49c: url('..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/themes\/togetthere\/img\/step_arrow.svg');}","hash":"a28fadbc-1942-4b6c-a5df-e883569db49c"},{"selector":".calc__col__header.salad","style":":root{--wpr-bg-aff9dd33-7614-4fd9-ac49-cc670543ddfb: url('..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/themes\/togetthere\/img\/calc1.jpg');}","hash":"aff9dd33-7614-4fd9-ac49-cc670543ddfb"},{"selector":".calc__col__header.brown","style":":root{--wpr-bg-07be78db-2a96-4039-b005-bb468c6a3db1: url('..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/themes\/togetthere\/img\/calc2.jpg');}","hash":"07be78db-2a96-4039-b005-bb468c6a3db1"},{"selector":".compare__table .slovakia","style":":root{--wpr-bg-2b9f5887-699f-433d-98e5-d8afe7d6fb92: url('..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/themes\/togetthere\/img\/compare_sk.jpg');}","hash":"2b9f5887-699f-433d-98e5-d8afe7d6fb92"},{"selector":".compare__table .israel","style":":root{--wpr-bg-9776a4e5-05a0-4126-87c1-352d2f26bb0a: url('..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/themes\/togetthere\/img\/compare_is.jpg');}","hash":"9776a4e5-05a0-4126-87c1-352d2f26bb0a"},{"selector":".compare__slider__top-half.bg-israel","style":":root{--wpr-bg-900957e5-3eec-4597-a968-9203fbdab5e9: url('..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/themes\/togetthere\/img\/compare_is.jpg');}","hash":"900957e5-3eec-4597-a968-9203fbdab5e9"},{"selector":".compare__slider__top-half.bg-slovakia","style":":root{--wpr-bg-1c036b4c-94b5-4598-bc61-0dc20d45a06f: url('..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/themes\/togetthere\/img\/compare_sk.jpg');}","hash":"1c036b4c-94b5-4598-bc61-0dc20d45a06f"},{"selector":"html[dir=rtl] .select","style":":root{--wpr-bg-62fce65c-d6e7-4b27-bca0-7d1e60c31dbf: url('..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/themes\/togetthere\/img\/select-arrow.svg');}","hash":"62fce65c-d6e7-4b27-bca0-7d1e60c31dbf"}]; const rocket_excluded_pairs = [];</script></head>

<body data-cmplz=1 class="home page-template page-template-home page-template-home-php page page-id-9 no-sidebar">

	<!-- Google Tag Manager (noscript) -->
	<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M57SMMQ"
	height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
	<!-- End Google Tag Manager (noscript) -->

<script type="rocketlazyloadscript">
		jQuery(document).ready(function($){
			$('input[name="id_type_in_cpm"]').val(13);			
		});
</script>

<script type="rocketlazyloadscript" data-rocket-src="/sbjs/sourcebuster.min.js" id="sbjs" defer></script>

<script type="rocketlazyloadscript">
	sbjs.init({
		lifetime: 6,            // months — first-touch attribution window
		session_length: 30,     // minutes
		domain: {
			host: 'togetthere.info',
			isolate: false
		},
		referrals: [
			{ host: 't.co',                medium: 'social', display: 'twitter.com' },
			{ host: 'plus.url.google.com', display: 'plus.google.com' }
		],
		callback: placeData
	});

	function placeData(sb) {
		var uip = "10.5.0.100";

		var sourcebuster = 'First type: ' + sb.first.typ
			+ '; First utm_source: ' + sb.first.src
			+ '; First utm_medium: ' + sb.first.mdm
			+ '; First utm_campaign: ' + sb.first.cmp
			+ '; First utm_content: ' + sb.first.cnt
			+ '; First utm_term: ' + sb.first.trm
			+ ';<br \/><br \/> Current type: ' + sb.current.typ
			+ '; Current utm_source: ' + sb.current.src
			+ '; Current utm_medium: ' + sb.current.mdm
			+ '; Current utm_campaign: ' + sb.current.cmp
			+ '; Current utm_content: ' + sb.current.cnt
			+ '; Current utm_term: ' + sb.current.trm
			+ ';<br \/><br \/> First visit date: ' + sb.first_add.fd
			+ '; First entrance point: ' + sb.first_add.ep
			+ '; First referer: ' + sb.first_add.rf
			+ '; Current visit date: ' + sb.current_add.fd
			+ '; Current entrance point: ' + sb.current_add.ep
			+ '; Current referer: ' + sb.current_add.rf
			+ ';<br \/><br \/> Pages seen: ' + sb.session.pgs
			+ '; Current page: ' + sb.session.cpg
			+ '; Visits: ' + sb.udata.vst
			+ '; IP: ' + uip
			+ '; User agent: ' + sb.udata.uag
			+ ';<br \/>';

		jQuery(document).ready(function () {
			jQuery('.sourcebuster').val(sourcebuster);
		});
	}
</script>

<button type="button" class="dropdown page-contents">
    <div class="page-contents-inner">
        <div class="page-contents-btn dropdown-btn">
            <svg xmlns="http://www.w3.org/2000/svg" width="30" height="24" viewBox="0 0 30 24" fill="none">
                <path d="M28.5 11.718L10.5 11.718M28.5 2.71796L10.5 2.71796M28.5 20.718L10.5 20.718M4.5 11.718C4.5 12.5464 3.82843 13.218 3 13.218C2.17157 13.218 1.5 12.5464 1.5 11.718C1.5 10.8895 2.17157 10.218 3 10.218C3.82843 10.218 4.5 10.8895 4.5 11.718ZM4.5 2.71796C4.5 3.54638 3.82843 4.21796 3 4.21796C2.17157 4.21796 1.5 3.54638 1.5 2.71796C1.5 1.88953 2.17157 1.21796 3 1.21796C3.82843 1.21796 4.5 1.88953 4.5 2.71796ZM4.5 20.718C4.5 21.5464 3.82843 22.218 3 22.218C2.17157 22.218 1.5 21.5464 1.5 20.718C1.5 19.8895 2.17157 19.218 3 19.218C3.82843 19.218 4.5 19.8895 4.5 20.718Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
            </svg>
        </div>

        <div class="page-contents-body dropdown-body">
            <div class="page-contents-title">Page Contents</div>
            <div class="page-contents-list">
                <div id="misidebarlinks"></div>
            </div>
        </div>
    </div>
</button>

<div class="page-wrapper">

    <header class="header header-height">
    <div class="container">
        <div class="header-inner">
<!--            <a href="/">-->
<!--                <img src="--><!--/img/logo.png" alt="logo" class="header-logo">-->
<!--            </a>-->

			
			
			<div class="header__select">
					<div class="header__select-current">
							<a href="https://togetthere.info/en/" class="header__select-item">
									<img width="163" height="46" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20163%2046'%3E%3C/svg%3E" alt="" class="" data-lazy-src="https://togetthere.info/wp-content/themes/togetthere/img/logo_immigration.png"><noscript><img width="163" height="46" src="https://togetthere.info/wp-content/themes/togetthere/img/logo_immigration.png" alt="" class=""></noscript>
							</a>
							<svg class="header__select-arrow" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="20" height="14">
									<path d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/>
							</svg>
					</div>

					<div class="header__select-dropdown">
																<a href="https://togetthere.info/en/" class="header__select-item current">
											<img width="163" height="46" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20163%2046'%3E%3C/svg%3E" alt="" class="" data-lazy-src="https://togetthere.info/wp-content/themes/togetthere/img/logo_immigration.png"><noscript><img width="163" height="46" src="https://togetthere.info/wp-content/themes/togetthere/img/logo_immigration.png" alt="" class=""></noscript>
									</a>
																<a href="https://togetthere.info/en/estate/real-estate-in-slovakia/" class="header__select-item ">
											<img width="122" height="47" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20122%2047'%3E%3C/svg%3E" alt="" class="" data-lazy-src="https://togetthere.info/wp-content/themes/togetthere/img/logo_estate.png"><noscript><img width="122" height="47" src="https://togetthere.info/wp-content/themes/togetthere/img/logo_estate.png" alt="" class=""></noscript>
									</a>
																<a href="https://togetthere.info/en/education/" class="header__select-item ">
											<img width="163" height="46" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20163%2046'%3E%3C/svg%3E" alt="" class="" data-lazy-src="https://togetthere.info/wp-content/themes/togetthere/img/logo_education.png"><noscript><img width="163" height="46" src="https://togetthere.info/wp-content/themes/togetthere/img/logo_education.png" alt="" class=""></noscript>
									</a>
												</div>
			</div>


            <!-- NAVIGATION -->
                            <nav aria-label="Головна навігація">
                    <ul class="header__nav"><li class="header__nav-item dropdown header__nav__dropdown"><a href="https://togetthere.info/en/about-us/" data-header-menu-id="17">About us</a></li><li class="header__nav-item dropdown header__nav__dropdown"><a href="#" data-header-menu-id="516">Services</a><ul class="dropdown-body header__nav__dropdown-body"><li class="header__nav-item dropdown header__nav__dropdown"><a href="https://togetthere.info/en/residence-permit-slovakia/" data-header-menu-id="517">Obtaining a residence permit</a><ul class="dropdown-body header__nav__dropdown-body"><li class="header__nav-item dropdown header__nav__dropdown"><a href="https://togetthere.info/en/slovakia-business-residence-permit/" data-header-menu-id="10872">Residence permit in Slovakia through business</a></li><li class="header__nav-item dropdown header__nav__dropdown"><a href="https://togetthere.info/en/student-residence-permit-in-slovakia/" data-header-menu-id="10871">Student Residence Permit in Slovakia</a></li><li class="header__nav-item dropdown header__nav__dropdown"><a href="https://togetthere.info/en/residence-permit-in-slovakia-through-real-estate-investment/" data-header-menu-id="10870">Residence Permit in Slovakia Through Real Estate Investment</a></li><li class="header__nav-item dropdown header__nav__dropdown"><a href="https://togetthere.info/en/work-visa-in-slovakia/" data-header-menu-id="10869">Residence Permit in Slovakia for Work</a></li><li class="header__nav-item dropdown header__nav__dropdown"><a href="https://togetthere.info/en/residence-permit-for-eu-citizens-in-slovakia/" data-header-menu-id="10868">Obtaining a Residence Permit in Slovakia for EU Citizens</a></li></ul></li><li class="header__nav-item dropdown header__nav__dropdown"><a href="https://togetthere.info/en/slovakia-residence-permit-renewal/" data-header-menu-id="10923">Extension of Residence Permit in Slovakia</a><ul class="dropdown-body header__nav__dropdown-body"><li class="header__nav-item dropdown header__nav__dropdown"><a href="https://togetthere.info/en/extension-of-residence-permit-for-zivnost-in-slovakia/" data-header-menu-id="10975">Extension of Residence Permit for Zivnost in Slovakia</a></li><li class="header__nav-item dropdown header__nav__dropdown"><a href="https://togetthere.info/en/extension-of-residence-permit-for-s-r-o-in-slovakia/" data-header-menu-id="10974">Extension of Residence Permit for S.R.O in Slovakia</a></li><li class="header__nav-item dropdown header__nav__dropdown"><a href="https://togetthere.info/en/extension-of-residence-permit-in-slovakia-for-family-reunification/" data-header-menu-id="10973">Extension of Residence Permit in Slovakia for Family Reunification</a></li></ul></li><li class="header__nav-item dropdown header__nav__dropdown"><a href="https://togetthere.info/en/slovakia-citizenship/" data-header-menu-id="11020">Obtaining Slovak Citizenship</a><ul class="dropdown-body header__nav__dropdown-body"><li class="header__nav-item dropdown header__nav__dropdown"><a href="https://togetthere.info/en/slovak-citizenship-by-ancestry/" data-header-menu-id="11021">Slovak Citizenship by Descent</a></li><li class="header__nav-item dropdown header__nav__dropdown"><a href="https://togetthere.info/en/citizenship-for-residents-of-slovakia/" data-header-menu-id="11024">Citizenship for Residents of Slovakia</a></li><li class="header__nav-item dropdown header__nav__dropdown"><a href="https://togetthere.info/en/restoration-of-slovak-citizenship-for-the-first-generation/" data-header-menu-id="11033">Restoration of Slovak Citizenship for the First Generation</a></li></ul></li><li class="header__nav-item dropdown header__nav__dropdown"><a href="https://togetthere.info/en/opening-a-bank-account-in-slovakia/" data-header-menu-id="11118">Opening a Bank Account in Slovakia</a></li><li class="header__nav-item dropdown header__nav__dropdown"><a href="https://togetthere.info/en/business-in-slovakia/" data-header-menu-id="11129">Starting a Business in Slovakia</a><ul class="dropdown-body header__nav__dropdown-body"><li class="header__nav-item dropdown header__nav__dropdown"><a href="https://togetthere.info/en/business-support-in-slovakia/" data-header-menu-id="11238">Business Support in Slovakia</a></li><li class="header__nav-item dropdown header__nav__dropdown"><a href="https://togetthere.info/en/opening-a-sole-proprietorship-in-slovakia/" data-header-menu-id="11248">Opening a Sole Proprietorship in Slovakia</a></li><li class="header__nav-item dropdown header__nav__dropdown"><a href="https://togetthere.info/en/company-registration-in-slovakia/" data-header-menu-id="11266">Opening a Company in Slovakia</a></li></ul></li><li class="header__nav-item dropdown header__nav__dropdown"><a href="https://togetthere.info/en/lawyer-in-slovakia/" data-header-menu-id="11281">Legal Services in Slovakia</a></li><li class="header__nav-item dropdown header__nav__dropdown"><a href="https://togetthere.info/en/accounting-services-in-slovakia/" data-header-menu-id="11298">Accounting Services in Slovakia</a><ul class="dropdown-body header__nav__dropdown-body"><li class="header__nav-item dropdown header__nav__dropdown"><a href="https://togetthere.info/en/accounting-solutions-in-slovakia/" data-header-menu-id="11311">Accounting Solutions in Slovakia</a></li><li class="header__nav-item dropdown header__nav__dropdown"><a href="https://togetthere.info/en/consultation-on-individual-immigration-requests-to-slovakia/" data-header-menu-id="11504">Consultation on Individual Immigration Requests to Slovakia</a></li><li class="header__nav-item dropdown header__nav__dropdown"><a href="https://togetthere.info/en/tax-consultations-in-slovakia/" data-header-menu-id="11507">Tax Consultations in Slovakia</a></li><li class="header__nav-item dropdown header__nav__dropdown"><a href="https://togetthere.info/en/legal-support-for-transactions-in-slovakia/" data-header-menu-id="11321">Legal Support for Transactions in Slovakia</a></li></ul></li><li class="header__nav-item dropdown header__nav__dropdown"><a href="https://togetthere.info/en/estate/real-estate-in-slovakia/" data-header-menu-id="87240">Real Estate in Slovakia</a></li><li class="header__nav-item dropdown header__nav__dropdown"><a href="https://togetthere.info/en/education-in-slovakia/" data-header-menu-id="11386">Education in Slovakia</a></li><li class="header__nav-item dropdown header__nav__dropdown"><a href="https://togetthere.info/en/other-services-in-slovakia/" data-header-menu-id="11884">Other services in Slovakia</a><ul class="dropdown-body header__nav__dropdown-body"><li class="header__nav-item dropdown header__nav__dropdown"><a href="https://togetthere.info/en/personal-manager-services-in-slovakia/" data-header-menu-id="11887">Personal Manager Services in Slovakia</a></li><li class="header__nav-item dropdown header__nav__dropdown"><a href="https://togetthere.info/en/pre-relocation-tour-to-slovakia/" data-header-menu-id="9835">Pre-relocation tour to Slovakia</a></li></ul></li></ul></li><li class="header__nav-item dropdown header__nav__dropdown"><a href="https://togetthere.info/en/relocation/" data-header-menu-id="6674">Reviews</a></li><li class="header__nav-item dropdown header__nav__dropdown"><a href="https://togetthere.info/en/blog/" data-header-menu-id="84">Blog</a></li><li class="header__nav-item dropdown header__nav__dropdown"><a href="/en/prices/" data-header-menu-id="11515">Prices</a></li><li class="header__nav-item dropdown header__nav__dropdown"><a href="https://togetthere.info/en/contacts/" data-header-menu-id="66">Contacts</a></li></ul>                </nav>
                        <!-- NAVIGATION END -->

							<a href="tel:+421903717975" class="header-phone">+421903717975</a>
			

            <div class="header-search-hide" style="position: relative;">
                <!--<div class="input-wrap header-input-wrap relative-input-wrap">-->
<div class="input-wrap relative-input-wrap">
	<form role="search" method="get" id="searchform" class="searchform" action="https://togetthere.info/en/">
				<input type="text" class="input header-input" value="" name="s" data-swplive="true" data-swpengine="default" data-swpconfig="default" id="s" placeholder="Enter text to search">
		<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25" fill="none" class="searchbtn">
			<path d="M11.6641 19.1729C16.0823 19.1729 19.6641 15.5912 19.6641 11.1729C19.6641 6.75466 16.0823 3.17294 11.6641 3.17294C7.24578 3.17294 3.66406 6.75466 3.66406 11.1729C3.66406 15.5912 7.24578 19.1729 11.6641 19.1729Z" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
			<path d="M21.6645 21.1729L17.3145 16.8229" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
		</svg>
		<input type="submit" id="searchsubmit" value="Search" style="display:none;"/>
	</form>
</div>
                <div id="search_results_div"></div>
            </div>


            <div class="header__icons">
<!--                <a href="--><!--" class="header__icons-item icon-spin">-->
<!--                    <svg xmlns="http://www.w3.org/2000/svg" width="22" height="19" viewBox="0 0 22 19" fill="none">-->
<!--                        <path d="M20.0378 0.827438C20.0378 0.827438 21.9804 0.0699382 21.8185 1.90958C21.7646 2.66709 21.2789 5.31834 20.9012 8.18604L19.6061 16.6809C19.6061 16.6809 19.4982 17.9253 18.5268 18.1418C17.5555 18.3582 16.0985 17.3843 15.8287 17.1678C15.6128 17.0055 11.7815 14.5707 10.4324 13.3803C10.0547 13.0557 9.62297 12.4064 10.4864 11.6489L16.1525 6.23819C16.8 5.58889 17.4476 4.07389 14.7494 5.91354L7.19468 11.0537C7.19468 11.0537 6.33128 11.5948 4.71243 11.1078L1.20484 10.0257C1.20484 10.0257 -0.0902697 9.21409 2.1222 8.40244C7.51848 5.85939 14.1559 3.26224 20.0378 0.827438Z" fill="#1C1B29"/>-->
<!--                    </svg>-->
<!--                </a>-->

                <a href="https://api.whatsapp.com/send?phone=421903717975" class="header__icons-item icon-spin" target="_blank">
                    <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25" fill="none">
                        <path d="M0.328125 24.1729L2.01512 18.0099C0.974125 16.2059 0.427125 14.1609 0.428125 12.0639C0.431125 5.50794 5.76613 0.172943 12.3211 0.172943C15.5021 0.173943 18.4881 1.41294 20.7341 3.66094C22.9791 5.90894 24.2151 8.89694 24.2141 12.0749C24.2111 18.6319 18.8761 23.9669 12.3211 23.9669C10.3311 23.9659 8.37012 23.4669 6.63312 22.5189L0.328125 24.1729ZM6.92512 20.3659C8.60112 21.3609 10.2011 21.9569 12.3171 21.9579C17.7651 21.9579 22.2031 17.5239 22.2061 12.0729C22.2081 6.61094 17.7911 2.18294 12.3251 2.18094C6.87312 2.18094 2.43813 6.61494 2.43613 12.0649C2.43513 14.2899 3.08713 15.9559 4.18213 17.6989L3.18313 21.3469L6.92512 20.3659ZM18.3121 14.9019C18.2381 14.7779 18.0401 14.7039 17.7421 14.5549C17.4451 14.4059 15.9841 13.6869 15.7111 13.5879C15.4391 13.4889 15.2411 13.4389 15.0421 13.7369C14.8441 14.0339 14.2741 14.7039 14.1011 14.9019C13.9281 15.0999 13.7541 15.1249 13.4571 14.9759C13.1601 14.8269 12.2021 14.5139 11.0671 13.5009C10.1841 12.7129 9.58712 11.7399 9.41412 11.4419C9.24112 11.1449 9.39612 10.9839 9.54412 10.8359C9.67812 10.7029 9.84112 10.4889 9.99012 10.3149C10.1411 10.1429 10.1901 10.0189 10.2901 9.81994C10.3891 9.62194 10.3401 9.44794 10.2651 9.29894C10.1901 9.15094 9.59612 7.68794 9.34912 7.09294C9.10713 6.51394 8.86213 6.59194 8.68013 6.58294L8.11013 6.57294C7.91213 6.57294 7.59012 6.64694 7.31812 6.94494C7.04612 7.24294 6.27812 7.96094 6.27812 9.42394C6.27812 10.8869 7.34312 12.2999 7.49112 12.4979C7.64012 12.6959 9.58612 15.6979 12.5671 16.9849C13.2761 17.2909 13.8301 17.4739 14.2611 17.6109C14.9731 17.8369 15.6211 17.8049 16.1331 17.7289C16.7041 17.6439 17.8911 17.0099 18.1391 16.3159C18.3871 15.6209 18.3871 15.0259 18.3121 14.9019Z" fill="#1C1B29"/>
                    </svg>
                </a>
												
				<button class="header__lang"><div class="header__lang-inner"><a href="https://togetthere.info/en/" class="header__lang-item current"><img width="16" height="11" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2016%2011'%3E%3C/svg%3E" alt="en" data-lazy-src="/wp-content/plugins/polylang/flags/gb_big.png" /><noscript><img width="16" height="11" src="/wp-content/plugins/polylang/flags/gb_big.png" alt="en" /></noscript></a><a href="https://togetthere.info/" class="header__lang-item"><img width="16" height="11" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2016%2011'%3E%3C/svg%3E" alt="he" data-lazy-src="/wp-content/plugins/polylang/flags/il_big.png" /><noscript><img width="16" height="11" src="/wp-content/plugins/polylang/flags/il_big.png" alt="he" /></noscript></a><a href="https://togetthere.info/ru/" class="header__lang-item"><img width="16" height="11" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2016%2011'%3E%3C/svg%3E" alt="ru" data-lazy-src="/wp-content/plugins/polylang/flags/ru_big.png" /><noscript><img width="16" height="11" src="/wp-content/plugins/polylang/flags/ru_big.png" alt="ru" /></noscript></a></div></button>				
                            </div>

            <div class="header-right">
                <a href="#popup_callback_1" data-effect="mfp-move-from-top" data-popup-inline class="btn header-callback shine-anim">
                    <svg xmlns="http://www.w3.org/2000/svg" width="22" height="23" viewBox="0 0 22 23" fill="none">
                        <path d="M21.0004 16.0929V19.0929C21.0016 19.3715 20.9445 19.6471 20.8329 19.9023C20.7214 20.1575 20.5577 20.3865 20.3525 20.5748C20.1473 20.7631 19.905 20.9064 19.6412 20.9957C19.3773 21.0849 19.0978 21.118 18.8204 21.0929C15.7433 20.7586 12.7874 19.7071 10.1904 18.0229C7.77425 16.4876 5.72576 14.4391 4.19042 12.0229C2.5004 9.41415 1.44866 6.44394 1.12042 3.35295C1.09543 3.07642 1.1283 2.79771 1.21692 2.53457C1.30555 2.27144 1.44799 2.02964 1.63519 1.82457C1.82238 1.6195 2.05023 1.45566 2.30421 1.34347C2.5582 1.23128 2.83276 1.17321 3.11042 1.17295H6.11042C6.59573 1.16817 7.06621 1.34003 7.43418 1.65648C7.80215 1.97294 8.0425 2.4124 8.11042 2.89295C8.23704 3.85301 8.47187 4.79568 8.81042 5.70295C8.94497 6.06087 8.97408 6.44986 8.89433 6.82383C8.81457 7.19779 8.62928 7.54106 8.36042 7.81295L7.09042 9.08295C8.51398 11.5865 10.5869 13.6594 13.0904 15.0829L14.3604 13.8129C14.6323 13.5441 14.9756 13.3588 15.3495 13.279C15.7235 13.1993 16.1125 13.2284 16.4704 13.3629C17.3777 13.7015 18.3204 13.9363 19.2804 14.0629C19.7662 14.1315 20.2098 14.3762 20.527 14.7504C20.8441 15.1247 21.0126 15.6025 21.0004 16.0929Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                    </svg>
                    <span>Back call</span>
                </a>


				<button type="button" class="droplist header__socials">

					<div class="header__socials-item droplist__btn header__socials-btn ">
						<svg width="52" height="54" viewBox="0 0 52 54" fill="none" xmlns="http://www.w3.org/2000/svg">
							<path d="M12.6667 16.6667H26M12.6667 26H34M12.6667 42V48.228C12.6667 49.6489 12.6667 50.3594 12.9579 50.7243C13.2113 51.0417 13.5954 51.2263 14.0014 51.2258C14.4683 51.2253 15.0231 50.7815 16.1327 49.8939L22.4939 44.8049C23.7934 43.7653 24.4431 43.2455 25.1666 42.8759C25.8085 42.5479 26.4918 42.3083 27.1979 42.1633C27.9938 42 28.8259 42 30.49 42H37.2C41.6804 42 43.9206 42 45.6319 41.128C47.1372 40.3611 48.3611 39.1372 49.1281 37.6319C50 35.9206 50 33.6804 50 29.2V14.8C50 10.3196 50 8.07937 49.1281 6.36808C48.3611 4.86278 47.1372 3.63893 45.6319 2.87195C43.9206 2 41.6804 2 37.2 2H14.8C10.3196 2 8.07937 2 6.36808 2.87195C4.86278 3.63893 3.63893 4.86278 2.87195 6.36808C2 8.07937 2 10.3196 2 14.8V31.3333C2 33.8133 2 35.0532 2.27259 36.0705C3.01233 38.8313 5.16871 40.9877 7.92945 41.7274C8.94678 42 10.1867 42 12.6667 42Z" stroke="white" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"></path>
						</svg>
					</div>

					<div class="droplist__menu anim-from-top header__socials__menu">
						<div class="droplist__menu-inner header__socials__menu-inner">

							<a href="#popup_callback_1" data-effect="mfp-move-from-top" data-popup-inline class="header__socials-item">
								<svg xmlns="http://www.w3.org/2000/svg" fill="white" height="36" width="36" version="1.1" id="Capa_1" viewBox="0 0 492.014 492.014" xml:space="preserve">
                                    <path id="XMLID_151_" d="M339.277,459.566H34.922V32.446h304.354v105.873l32.446-32.447V16.223C371.723,7.264,364.458,0,355.5,0   H18.699C9.739,0,2.473,7.264,2.473,16.223v459.568c0,8.959,7.265,16.223,16.226,16.223H355.5c8.958,0,16.223-7.264,16.223-16.223   V297.268l-32.446,32.447V459.566z"/>
									<path id="XMLID_150_" d="M291.446,71.359H82.751c-6.843,0-12.396,5.553-12.396,12.398c0,6.844,5.553,12.397,12.396,12.397h208.694   c6.845,0,12.397-5.553,12.397-12.397C303.843,76.912,298.29,71.359,291.446,71.359z"/>
									<path id="XMLID_149_" d="M303.843,149.876c0-6.844-5.553-12.398-12.397-12.398H82.751c-6.843,0-12.396,5.554-12.396,12.398   c0,6.845,5.553,12.398,12.396,12.398h208.694C298.29,162.274,303.843,156.722,303.843,149.876z"/>
									<path id="XMLID_148_" d="M274.004,203.6H82.751c-6.843,0-12.396,5.554-12.396,12.398c0,6.845,5.553,12.397,12.396,12.397h166.457   L274.004,203.6z"/>
									<path id="XMLID_147_" d="M204.655,285.79c1.678-5.618,4.076-11.001,6.997-16.07h-128.9c-6.843,0-12.396,5.553-12.396,12.398   c0,6.844,5.553,12.398,12.396,12.398h119.304L204.655,285.79z"/>
									<path id="XMLID_146_" d="M82.751,335.842c-6.843,0-12.396,5.553-12.396,12.398c0,6.843,5.553,12.397,12.396,12.397h108.9   c-3.213-7.796-4.044-16.409-1.775-24.795H82.751z"/>
									<path id="XMLID_145_" d="M479.403,93.903c-6.496-6.499-15.304-10.146-24.48-10.146c-9.176,0-17.982,3.647-24.471,10.138   L247.036,277.316c-5.005,5.003-8.676,11.162-10.703,17.942l-14.616,48.994c-0.622,2.074-0.057,4.318,1.477,5.852   c1.122,1.123,2.624,1.727,4.164,1.727c0.558,0,1.13-0.08,1.688-0.249l48.991-14.618c6.782-2.026,12.941-5.699,17.943-10.702   l183.422-183.414c6.489-6.49,10.138-15.295,10.138-24.472C489.54,109.197,485.892,100.392,479.403,93.903z"/>
                                </svg>
							</a>

														<a href="tel:+421903717975" class="header__socials-item">
								<svg xmlns="http://www.w3.org/2000/svg" width="22" height="23" viewBox="0 0 22 23" fill="none">
									<path d="M21.0004 16.0929V19.0929C21.0016 19.3715 20.9445 19.6471 20.8329 19.9023C20.7214 20.1575 20.5577 20.3865 20.3525 20.5748C20.1473 20.7631 19.905 20.9064 19.6412 20.9957C19.3773 21.0849 19.0978 21.118 18.8204 21.0929C15.7433 20.7586 12.7874 19.7071 10.1904 18.0229C7.77425 16.4876 5.72576 14.4391 4.19042 12.0229C2.5004 9.41415 1.44866 6.44394 1.12042 3.35295C1.09543 3.07642 1.1283 2.79771 1.21692 2.53457C1.30555 2.27144 1.44799 2.02964 1.63519 1.82457C1.82238 1.6195 2.05023 1.45566 2.30421 1.34347C2.5582 1.23128 2.83276 1.17321 3.11042 1.17295H6.11042C6.59573 1.16817 7.06621 1.34003 7.43418 1.65648C7.80215 1.97294 8.0425 2.4124 8.11042 2.89295C8.23704 3.85301 8.47187 4.79568 8.81042 5.70295C8.94497 6.06087 8.97408 6.44986 8.89433 6.82383C8.81457 7.19779 8.62928 7.54106 8.36042 7.81295L7.09042 9.08295C8.51398 11.5865 10.5869 13.6594 13.0904 15.0829L14.3604 13.8129C14.6323 13.5441 14.9756 13.3588 15.3495 13.279C15.7235 13.1993 16.1125 13.2284 16.4704 13.3629C17.3777 13.7015 18.3204 13.9363 19.2804 14.0629C19.7662 14.1315 20.2098 14.3762 20.527 14.7504C20.8441 15.1247 21.0126 15.6025 21.0004 16.0929Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
								</svg>
							</a>
														
							<a href="https://api.whatsapp.com/send?phone=421903717975" class="header__socials-item" target="_blank">
								<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25" fill="none">
									<path fill="white" d="M0.328125 24.1729L2.01512 18.0099C0.974125 16.2059 0.427125 14.1609 0.428125 12.0639C0.431125 5.50794 5.76613 0.172943 12.3211 0.172943C15.5021 0.173943 18.4881 1.41294 20.7341 3.66094C22.9791 5.90894 24.2151 8.89694 24.2141 12.0749C24.2111 18.6319 18.8761 23.9669 12.3211 23.9669C10.3311 23.9659 8.37012 23.4669 6.63312 22.5189L0.328125 24.1729ZM6.92512 20.3659C8.60112 21.3609 10.2011 21.9569 12.3171 21.9579C17.7651 21.9579 22.2031 17.5239 22.2061 12.0729C22.2081 6.61094 17.7911 2.18294 12.3251 2.18094C6.87312 2.18094 2.43813 6.61494 2.43613 12.0649C2.43513 14.2899 3.08713 15.9559 4.18213 17.6989L3.18313 21.3469L6.92512 20.3659ZM18.3121 14.9019C18.2381 14.7779 18.0401 14.7039 17.7421 14.5549C17.4451 14.4059 15.9841 13.6869 15.7111 13.5879C15.4391 13.4889 15.2411 13.4389 15.0421 13.7369C14.8441 14.0339 14.2741 14.7039 14.1011 14.9019C13.9281 15.0999 13.7541 15.1249 13.4571 14.9759C13.1601 14.8269 12.2021 14.5139 11.0671 13.5009C10.1841 12.7129 9.58712 11.7399 9.41412 11.4419C9.24112 11.1449 9.39612 10.9839 9.54412 10.8359C9.67812 10.7029 9.84112 10.4889 9.99012 10.3149C10.1411 10.1429 10.1901 10.0189 10.2901 9.81994C10.3891 9.62194 10.3401 9.44794 10.2651 9.29894C10.1901 9.15094 9.59612 7.68794 9.34912 7.09294C9.10713 6.51394 8.86213 6.59194 8.68013 6.58294L8.11013 6.57294C7.91213 6.57294 7.59012 6.64694 7.31812 6.94494C7.04612 7.24294 6.27812 7.96094 6.27812 9.42394C6.27812 10.8869 7.34312 12.2999 7.49112 12.4979C7.64012 12.6959 9.58612 15.6979 12.5671 16.9849C13.2761 17.2909 13.8301 17.4739 14.2611 17.6109C14.9731 17.8369 15.6211 17.8049 16.1331 17.7289C16.7041 17.6439 17.8911 17.0099 18.1391 16.3159C18.3871 15.6209 18.3871 15.0259 18.3121 14.9019Z"></path>
								</svg>
							</a>
							
						</div>
					</div>

				</button>

                <button type="button" class="burger" aria-label="Menu" aria-controls="mobile-sidebar" aria-expanded="false">
                    <span></span>
                    <span></span>
                    <span></span>
                </button>
            </div>


        </div>
    </div>
</header>

<div class="header-height"></div>

<aside id="mobile-sidebar" class="sidebar" role="dialog" aria-modal="true" aria-label="Menu" aria-hidden="true" tabindex="-1">
    <div class="sidebar-inner">

        <!-- NAVIGATION -->
        <ul class="header__nav sidebar-show sidebar-list sidebar-item"><li class="header__nav-item"><a class="" href="https://togetthere.info/en/about-us/">About us</a></li><li class="header__nav-item submenu has-children"><input id="sidebar_submenu_516" class="submenu-input" type="checkbox"><div class="submenu-label"><a href="#">Services</a>
                                <label class="submenu-arrow" for="sidebar_submenu_516">
                                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path d="M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"/></svg>                                 
                                </label>
                              </div><ul class="submenu-list"><li class="header__nav-item submenu has-children"><input id="sidebar_submenu_517" class="submenu-input" type="checkbox"><div class="submenu-label"><a href="https://togetthere.info/en/residence-permit-slovakia/">Obtaining a residence permit</a>
                                <label class="submenu-arrow" for="sidebar_submenu_517">
                                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path d="M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"/></svg>                                 
                                </label>
                              </div><ul class="submenu-list"><li class="header__nav-item"><a class="" href="https://togetthere.info/en/slovakia-business-residence-permit/">Residence permit in Slovakia through business</a></li><li class="header__nav-item"><a class="" href="https://togetthere.info/en/student-residence-permit-in-slovakia/">Student Residence Permit in Slovakia</a></li><li class="header__nav-item"><a class="" href="https://togetthere.info/en/residence-permit-in-slovakia-through-real-estate-investment/">Residence Permit in Slovakia Through Real Estate Investment</a></li><li class="header__nav-item"><a class="" href="https://togetthere.info/en/work-visa-in-slovakia/">Residence Permit in Slovakia for Work</a></li><li class="header__nav-item"><a class="" href="https://togetthere.info/en/residence-permit-for-eu-citizens-in-slovakia/">Obtaining a Residence Permit in Slovakia for EU Citizens</a></li></ul></li><li class="header__nav-item submenu has-children"><input id="sidebar_submenu_10923" class="submenu-input" type="checkbox"><div class="submenu-label"><a href="https://togetthere.info/en/slovakia-residence-permit-renewal/">Extension of Residence Permit in Slovakia</a>
                                <label class="submenu-arrow" for="sidebar_submenu_10923">
                                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path d="M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"/></svg>                                 
                                </label>
                              </div><ul class="submenu-list"><li class="header__nav-item"><a class="" href="https://togetthere.info/en/extension-of-residence-permit-for-zivnost-in-slovakia/">Extension of Residence Permit for Zivnost in Slovakia</a></li><li class="header__nav-item"><a class="" href="https://togetthere.info/en/extension-of-residence-permit-for-s-r-o-in-slovakia/">Extension of Residence Permit for S.R.O in Slovakia</a></li><li class="header__nav-item"><a class="" href="https://togetthere.info/en/extension-of-residence-permit-in-slovakia-for-family-reunification/">Extension of Residence Permit in Slovakia for Family Reunification</a></li></ul></li><li class="header__nav-item submenu has-children"><input id="sidebar_submenu_11020" class="submenu-input" type="checkbox"><div class="submenu-label"><a href="https://togetthere.info/en/slovakia-citizenship/">Obtaining Slovak Citizenship</a>
                                <label class="submenu-arrow" for="sidebar_submenu_11020">
                                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path d="M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"/></svg>                                 
                                </label>
                              </div><ul class="submenu-list"><li class="header__nav-item"><a class="" href="https://togetthere.info/en/slovak-citizenship-by-ancestry/">Slovak Citizenship by Descent</a></li><li class="header__nav-item"><a class="" href="https://togetthere.info/en/citizenship-for-residents-of-slovakia/">Citizenship for Residents of Slovakia</a></li><li class="header__nav-item"><a class="" href="https://togetthere.info/en/restoration-of-slovak-citizenship-for-the-first-generation/">Restoration of Slovak Citizenship for the First Generation</a></li></ul></li><li class="header__nav-item"><a class="" href="https://togetthere.info/en/opening-a-bank-account-in-slovakia/">Opening a Bank Account in Slovakia</a></li><li class="header__nav-item submenu has-children"><input id="sidebar_submenu_11129" class="submenu-input" type="checkbox"><div class="submenu-label"><a href="https://togetthere.info/en/business-in-slovakia/">Starting a Business in Slovakia</a>
                                <label class="submenu-arrow" for="sidebar_submenu_11129">
                                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path d="M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"/></svg>                                 
                                </label>
                              </div><ul class="submenu-list"><li class="header__nav-item"><a class="" href="https://togetthere.info/en/business-support-in-slovakia/">Business Support in Slovakia</a></li><li class="header__nav-item"><a class="" href="https://togetthere.info/en/opening-a-sole-proprietorship-in-slovakia/">Opening a Sole Proprietorship in Slovakia</a></li><li class="header__nav-item"><a class="" href="https://togetthere.info/en/company-registration-in-slovakia/">Opening a Company in Slovakia</a></li></ul></li><li class="header__nav-item"><a class="" href="https://togetthere.info/en/lawyer-in-slovakia/">Legal Services in Slovakia</a></li><li class="header__nav-item submenu has-children"><input id="sidebar_submenu_11298" class="submenu-input" type="checkbox"><div class="submenu-label"><a href="https://togetthere.info/en/accounting-services-in-slovakia/">Accounting Services in Slovakia</a>
                                <label class="submenu-arrow" for="sidebar_submenu_11298">
                                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path d="M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"/></svg>                                 
                                </label>
                              </div><ul class="submenu-list"><li class="header__nav-item"><a class="" href="https://togetthere.info/en/accounting-solutions-in-slovakia/">Accounting Solutions in Slovakia</a></li><li class="header__nav-item"><a class="" href="https://togetthere.info/en/consultation-on-individual-immigration-requests-to-slovakia/">Consultation on Individual Immigration Requests to Slovakia</a></li><li class="header__nav-item"><a class="" href="https://togetthere.info/en/tax-consultations-in-slovakia/">Tax Consultations in Slovakia</a></li><li class="header__nav-item"><a class="" href="https://togetthere.info/en/legal-support-for-transactions-in-slovakia/">Legal Support for Transactions in Slovakia</a></li></ul></li><li class="header__nav-item"><a class="" href="https://togetthere.info/en/estate/real-estate-in-slovakia/">Real Estate in Slovakia</a></li><li class="header__nav-item"><a class="" href="https://togetthere.info/en/education-in-slovakia/">Education in Slovakia</a></li><li class="header__nav-item submenu has-children"><input id="sidebar_submenu_11884" class="submenu-input" type="checkbox"><div class="submenu-label"><a href="https://togetthere.info/en/other-services-in-slovakia/">Other services in Slovakia</a>
                                <label class="submenu-arrow" for="sidebar_submenu_11884">
                                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path d="M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"/></svg>                                 
                                </label>
                              </div><ul class="submenu-list"><li class="header__nav-item"><a class="" href="https://togetthere.info/en/personal-manager-services-in-slovakia/">Personal Manager Services in Slovakia</a></li><li class="header__nav-item"><a class="" href="https://togetthere.info/en/pre-relocation-tour-to-slovakia/">Pre-relocation tour to Slovakia</a></li></ul></li></ul></li><li class="header__nav-item"><a class="" href="https://togetthere.info/en/relocation/">Reviews</a></li><li class="header__nav-item"><a class="" href="https://togetthere.info/en/blog/">Blog</a></li><li class="header__nav-item"><a class="" href="/en/prices/">Prices</a></li><li class="header__nav-item"><a class="" href="https://togetthere.info/en/contacts/">Contacts</a></li></ul>        <!-- NAVIGATION END -->

<!--		<nav class="header__nav sidebar-show sidebar-item">-->
<!--				--><!--    <div class="menu__nav__item--><!-- --><!--dropdown header__nav__dropdown --><!--">-->
<!--        --><!--            <div href="--><!--" class="header__nav-item">--><!--</div>-->
<!--        --><!--            <span class="header__nav-item">--><!--</span>-->
<!--        --><!---->
<!--        --><!--                <div class="menu__nav__item submenu-item dropdown-body header__nav__dropdown-body">-->
<!--                    <a href="--><!--" class="header__nav-item header__nav__dropdown-item">--><!--</a>-->
<!--                </div>-->
<!--                --><!--    </div>-->
<!--    --><!--        </nav>-->

        <a href="tel:+421903717975" class="header-phone sidebar-show sidebar-item">+421903717975</a>

        <div class="header__icons sidebar-show sidebar-item">
            
            <a href="https://api.whatsapp.com/send?phone=421903717975" class="header__icons-item icon-spin">
                <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25" fill="none">
                    <path d="M0.328125 24.1729L2.01512 18.0099C0.974125 16.2059 0.427125 14.1609 0.428125 12.0639C0.431125 5.50794 5.76613 0.172943 12.3211 0.172943C15.5021 0.173943 18.4881 1.41294 20.7341 3.66094C22.9791 5.90894 24.2151 8.89694 24.2141 12.0749C24.2111 18.6319 18.8761 23.9669 12.3211 23.9669C10.3311 23.9659 8.37012 23.4669 6.63312 22.5189L0.328125 24.1729ZM6.92512 20.3659C8.60112 21.3609 10.2011 21.9569 12.3171 21.9579C17.7651 21.9579 22.2031 17.5239 22.2061 12.0729C22.2081 6.61094 17.7911 2.18294 12.3251 2.18094C6.87312 2.18094 2.43813 6.61494 2.43613 12.0649C2.43513 14.2899 3.08713 15.9559 4.18213 17.6989L3.18313 21.3469L6.92512 20.3659ZM18.3121 14.9019C18.2381 14.7779 18.0401 14.7039 17.7421 14.5549C17.4451 14.4059 15.9841 13.6869 15.7111 13.5879C15.4391 13.4889 15.2411 13.4389 15.0421 13.7369C14.8441 14.0339 14.2741 14.7039 14.1011 14.9019C13.9281 15.0999 13.7541 15.1249 13.4571 14.9759C13.1601 14.8269 12.2021 14.5139 11.0671 13.5009C10.1841 12.7129 9.58712 11.7399 9.41412 11.4419C9.24112 11.1449 9.39612 10.9839 9.54412 10.8359C9.67812 10.7029 9.84112 10.4889 9.99012 10.3149C10.1411 10.1429 10.1901 10.0189 10.2901 9.81994C10.3891 9.62194 10.3401 9.44794 10.2651 9.29894C10.1901 9.15094 9.59612 7.68794 9.34912 7.09294C9.10713 6.51394 8.86213 6.59194 8.68013 6.58294L8.11013 6.57294C7.91213 6.57294 7.59012 6.64694 7.31812 6.94494C7.04612 7.24294 6.27812 7.96094 6.27812 9.42394C6.27812 10.8869 7.34312 12.2999 7.49112 12.4979C7.64012 12.6959 9.58612 15.6979 12.5671 16.9849C13.2761 17.2909 13.8301 17.4739 14.2611 17.6109C14.9731 17.8369 15.6211 17.8049 16.1331 17.7289C16.7041 17.6439 17.8911 17.0099 18.1391 16.3159C18.3871 15.6209 18.3871 15.0259 18.3121 14.9019Z" fill="#1C1B29"/>
                </svg>
            </a>

            
            <button class="header__lang"><div class="header__lang-inner"><a href="https://togetthere.info/en/" class="header__lang-item current"><img width="16" height="11" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2016%2011'%3E%3C/svg%3E" alt="en" data-lazy-src="/wp-content/plugins/polylang/flags/gb_big.png" /><noscript><img width="16" height="11" src="/wp-content/plugins/polylang/flags/gb_big.png" alt="en" /></noscript></a><a href="https://togetthere.info/" class="header__lang-item"><img width="16" height="11" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2016%2011'%3E%3C/svg%3E" alt="he" data-lazy-src="/wp-content/plugins/polylang/flags/il_big.png" /><noscript><img width="16" height="11" src="/wp-content/plugins/polylang/flags/il_big.png" alt="he" /></noscript></a><a href="https://togetthere.info/ru/" class="header__lang-item"><img width="16" height="11" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2016%2011'%3E%3C/svg%3E" alt="ru" data-lazy-src="/wp-content/plugins/polylang/flags/ru_big.png" /><noscript><img width="16" height="11" src="/wp-content/plugins/polylang/flags/ru_big.png" alt="ru" /></noscript></a></div></button>

<!--            <button class="header__lang">-->
<!--                    <span class="header__lang-btn">-->
<!--                        <img class="header__lang-flag" src="--><!--/img/flags/uk.jpg" alt="">-->
<!--                    </span>-->
<!---->
<!--                <span class="header__lang__dropdown">-->
<!--                        <a href="#" class="header__lang__dropdown-item">-->
<!--                            <img src="--><!--/img/flags/isr.jpg" alt="Hebrew">-->
<!--                        </a>-->
<!--                        <a href="#" class="header__lang__dropdown-item">-->
<!--                            <img src="--><!--/img/flags/sa.jpg" alt="Arabic">-->
<!--                        </a>-->
<!--                    </span>-->
<!--            </button>-->
        </div>

		<div class="mobs">
			<!--<div class="input-wrap header-input-wrap relative-input-wrap">-->
<div class="input-wrap relative-input-wrap">
	<form role="search" method="get" id="searchform" class="searchform" action="https://togetthere.info/en/">
				<input type="text" class="input header-input" value="" name="s" data-swplive="true" data-swpengine="default" data-swpconfig="default" id="s" placeholder="Enter text to search">
		<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25" fill="none" class="searchbtn">
			<path d="M11.6641 19.1729C16.0823 19.1729 19.6641 15.5912 19.6641 11.1729C19.6641 6.75466 16.0823 3.17294 11.6641 3.17294C7.24578 3.17294 3.66406 6.75466 3.66406 11.1729C3.66406 15.5912 7.24578 19.1729 11.6641 19.1729Z" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
			<path d="M21.6645 21.1729L17.3145 16.8229" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
		</svg>
		<input type="submit" id="searchsubmit" value="Search" style="display:none;"/>
	</form>
</div>		</div>
        
        <a href="#popup_callback_1" data-effect="mfp-move-from-top" data-popup-inline class="btn header-callback sidebar-show sidebar-item shine-anim">
            <svg xmlns="http://www.w3.org/2000/svg" width="22" height="23" viewBox="0 0 22 23" fill="none">
                <path d="M21.0004 16.0929V19.0929C21.0016 19.3715 20.9445 19.6471 20.8329 19.9023C20.7214 20.1575 20.5577 20.3865 20.3525 20.5748C20.1473 20.7631 19.905 20.9064 19.6412 20.9957C19.3773 21.0849 19.0978 21.118 18.8204 21.0929C15.7433 20.7586 12.7874 19.7071 10.1904 18.0229C7.77425 16.4876 5.72576 14.4391 4.19042 12.0229C2.5004 9.41415 1.44866 6.44394 1.12042 3.35295C1.09543 3.07642 1.1283 2.79771 1.21692 2.53457C1.30555 2.27144 1.44799 2.02964 1.63519 1.82457C1.82238 1.6195 2.05023 1.45566 2.30421 1.34347C2.5582 1.23128 2.83276 1.17321 3.11042 1.17295H6.11042C6.59573 1.16817 7.06621 1.34003 7.43418 1.65648C7.80215 1.97294 8.0425 2.4124 8.11042 2.89295C8.23704 3.85301 8.47187 4.79568 8.81042 5.70295C8.94497 6.06087 8.97408 6.44986 8.89433 6.82383C8.81457 7.19779 8.62928 7.54106 8.36042 7.81295L7.09042 9.08295C8.51398 11.5865 10.5869 13.6594 13.0904 15.0829L14.3604 13.8129C14.6323 13.5441 14.9756 13.3588 15.3495 13.279C15.7235 13.1993 16.1125 13.2284 16.4704 13.3629C17.3777 13.7015 18.3204 13.9363 19.2804 14.0629C19.7662 14.1315 20.2098 14.3762 20.527 14.7504C20.8441 15.1247 21.0126 15.6025 21.0004 16.0929Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
            </svg>
            <span>Back call</span>
        </a>

    </div>
</aside>
<main class="content">

<div class="marquee" data-direction="left">
	<div class="marquee-inner">
				<span class="marquee-item">All types of documents for life and adaptation in Slovakia. Contact a consultant right now</span>
				<span class="marquee-item">Start a business in Slovakia with Togetthere experts! Accounting and legal support</span>
				<span class="marquee-item">Moving to Slovakia? We'll do it all for you! Get a residence permit, mortgage, education, work with Togetthere</span>
			</div>
</div> 

<section class="intro">
    <div class="container">
        <div class="intro-inner">
            <div class="intro-blocks" data-aos="fade-up">
                <div class="intro-blocks-inner">
                    <div class="swiper-container">
                        <div class="swiper-wrapper">
							                            <div class="intro-block swiper-slide active" data-slider-block="0">
                                <div class="intro-title">
                                    Your path to Slovak citizenship:                                </div>
                                <div class="intro-subtitle">
                                    Comprehensive solution                                </div>
								                                <div class="intro__tiles">
                                    									<a href="https://togetthere.info/en/residence-permit-in-slovakia-through-business/" class="intro__tiles-item brown">
										<div class="intro__tiles-icon">
											<svg width="45" height="52" viewBox="0 0 45 52" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M5.66671 7.33333C5.66671 5.49238 7.15909 4 9.00004 4C10.841 4 12.3334 5.49238 12.3334 7.33333C12.3334 9.17428 10.841 10.6667 9.00004 10.6667C7.15909 10.6667 5.66671 9.17428 5.66671 7.33333ZM9.00004 0C4.94995 0 1.66671 3.28325 1.66671 7.33333C1.66671 11.3834 4.94995 14.6667 9.00004 14.6667C13.0501 14.6667 16.3334 11.3834 16.3334 7.33333C16.3334 3.28325 13.0501 0 9.00004 0ZM29.6667 7.33333C29.6667 5.49238 31.1591 4 33 4C34.841 4 36.3334 5.49238 36.3334 7.33333C36.3334 9.17428 34.841 10.6667 33 10.6667C31.1591 10.6667 29.6667 9.17428 29.6667 7.33333ZM33 0C28.95 0 25.6667 3.28325 25.6667 7.33333C25.6667 11.3834 28.95 14.6667 33 14.6667C37.0501 14.6667 40.3334 11.3834 40.3334 7.33333C40.3334 3.28325 37.0501 0 33 0ZM0.856536 19.318C1.23546 18.9031 1.77146 18.6667 2.33338 18.6667H15.6667C16.2286 18.6667 16.7646 18.9031 17.1436 19.318C17.5225 19.7329 17.7094 20.2881 17.6585 20.8477L14.9918 50.1811C14.8982 51.2112 14.0345 52 13 52H5.00005C3.96564 52 3.10191 51.2112 3.00826 50.1811L0.341595 20.8477C0.290721 20.2881 0.477611 19.7329 0.856536 19.318ZM4.52345 22.6667L6.82648 48H11.1736L13.4766 22.6667H4.52345ZM26.3334 18.6667C25.3668 18.6667 24.5386 19.3579 24.3657 20.3089L21.699 34.9756C21.5929 35.559 21.7512 36.1595 22.1312 36.6148C22.5112 37.0701 23.0737 37.3333 23.6667 37.3333H25.8403L27.0083 50.1811C27.1019 51.2112 27.9657 52 29.0001 52H37.0001C38.0345 52 38.8982 51.2112 38.9918 50.1811L40.1598 37.3333H42.3334C42.9264 37.3333 43.4889 37.0701 43.8689 36.6148C44.2489 36.1595 44.4072 35.559 44.3011 34.9756L41.6345 20.3089C41.4616 19.3579 40.6333 18.6667 39.6667 18.6667H26.3334ZM26.0631 33.3333L28.0025 22.6667H37.9976L39.937 33.3333H38.3334C37.299 33.3333 36.4353 34.1221 36.3416 35.1523L35.1736 48H30.8265L29.6585 35.1523C29.5649 34.1221 28.7011 33.3333 27.6667 33.3333H26.0631Z" fill="#97C680"></path>
</svg>										</div>
										<div class="intro__tiles-text">Citizenship by descent</div>
									</a>
																		<a href="https://togetthere.info/en/citizenship-for-residents-of-slovakia/" class="intro__tiles-item salad">
										<div class="intro__tiles-icon">
											<svg width="37" height="37" viewBox="0 0 37 37" fill="none" xmlns="http://www.w3.org/2000/svg">
                                    <path d="M5.19922 7.78345C4.99211 7.78345 4.82422 7.95134 4.82422 8.15845V29.1584C4.82422 29.3656 4.99211 29.5334 5.19922 29.5334H32.1992C32.4063 29.5334 32.5742 29.3656 32.5742 29.1584V8.15845C32.5742 7.95134 32.4063 7.78345 32.1992 7.78345H5.19922ZM2.57422 8.15845C2.57422 6.7087 3.74947 5.53345 5.19922 5.53345H32.1992C33.649 5.53345 34.8242 6.7087 34.8242 8.15845V29.1584C34.8242 30.6082 33.649 31.7834 32.1992 31.7834H5.19922C3.74947 31.7834 2.57422 30.6082 2.57422 29.1584V8.15845Z" fill="#BA7B56"></path>
                                    <path d="M9.32422 16.4084C9.32422 14.1303 11.1711 12.2834 13.4492 12.2834C15.7274 12.2834 17.5742 14.1303 17.5742 16.4084C17.5742 18.6866 15.7274 20.5334 13.4492 20.5334C11.1711 20.5334 9.32422 18.6866 9.32422 16.4084ZM13.4492 14.5334C12.4137 14.5334 11.5742 15.3729 11.5742 16.4084C11.5742 17.444 12.4137 18.2834 13.4492 18.2834C14.4847 18.2834 15.3242 17.444 15.3242 16.4084C15.3242 15.3729 14.4847 14.5334 13.4492 14.5334Z" fill="#BA7B56"></path>
                                    <path d="M7.82422 23.9084C7.82422 20.8019 10.3426 18.2834 13.4492 18.2834C16.5558 18.2834 19.0742 20.8019 19.0742 23.9084C19.0742 24.5298 18.5705 25.0334 17.9492 25.0334C17.3279 25.0334 16.8242 24.5298 16.8242 23.9084C16.8242 22.0445 15.3132 20.5334 13.4492 20.5334C11.5853 20.5334 10.0742 22.0445 10.0742 23.9084C10.0742 24.5298 9.57054 25.0334 8.94922 25.0334C8.3279 25.0334 7.82422 24.5298 7.82422 23.9084Z" fill="#BA7B56"></path>
                                    <path d="M20.5742 15.6584C20.5742 15.0371 21.0779 14.5334 21.6992 14.5334H27.6992C28.3205 14.5334 28.8242 15.0371 28.8242 15.6584C28.8242 16.2798 28.3205 16.7834 27.6992 16.7834H21.6992C21.0779 16.7834 20.5742 16.2798 20.5742 15.6584Z" fill="#BA7B56"></path>
                                    <path d="M22.0742 21.6584C22.0742 21.0371 22.5779 20.5334 23.1992 20.5334H27.6992C28.3205 20.5334 28.8242 21.0371 28.8242 21.6584C28.8242 22.2798 28.3205 22.7834 27.6992 22.7834H23.1992C22.5779 22.7834 22.0742 22.2798 22.0742 21.6584Z" fill="#BA7B56"></path>
                                </svg>										</div>
										<div class="intro__tiles-text">Citizenship for Slovak residents</div>
									</a>
																		<a href="https://togetthere.info/en/restoration-of-slovak-citizenship-for-the-first-generation/" class="intro__tiles-item gray">
										<div class="intro__tiles-icon">
											<svg class="stroke-only" width="58" height="50" viewBox="0 0 58 50" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M39.6666 48V44.8C39.6666 40.3195 39.6666 38.0793 38.7946 36.368C38.0277 34.8627 36.8038 33.6389 35.2985 32.8719C33.5872 32 31.347 32 26.8666 32H15.1333C10.6528 32 8.41262 32 6.70133 32.8719C5.19603 33.6389 3.97219 34.8627 3.2052 36.368C2.33325 38.0793 2.33325 40.3195 2.33325 44.8V48M39.6666 7.99996L44.9999 13.3333L55.6666 2.66663M30.3333 12C30.3333 17.1546 26.1546 21.3333 20.9999 21.3333C15.8453 21.3333 11.6666 17.1546 11.6666 12C11.6666 6.8453 15.8453 2.66663 20.9999 2.66663C26.1546 2.66663 30.3333 6.8453 30.3333 12Z" stroke="#97C680" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"></path>
</svg>										</div>
										<div class="intro__tiles-text">Restoration of citizenship for the first generation</div>
									</a>
																		<a href="https://togetthere.info/en/why-immigrate-to-slovakia/" class="intro__tiles-item purple">
										<div class="intro__tiles-icon">
											<svg xmlns="http://www.w3.org/2000/svg" width="24" height="33" viewBox="0 0 24 33" fill="none">
                                                <path fill-rule="evenodd" clip-rule="evenodd" d="M0.375 6.16003C0.375 5.53871 0.87868 5.03503 1.5 5.03503H22.5C23.1213 5.03503 23.625 5.53871 23.625 6.16003V31.66C23.625 32.2814 23.1213 32.785 22.5 32.785H1.5C0.87868 32.785 0.375 32.2814 0.375 31.66V6.16003ZM2.625 7.28503V30.535H21.375V7.28503H2.625Z" fill="#1C1B29"></path>
                                                <path fill-rule="evenodd" clip-rule="evenodd" d="M18.6831 0.765999C18.9618 0.97883 19.1253 1.30941 19.1253 1.66004V6.16004C19.1253 6.78136 18.6216 7.28504 18.0003 7.28504C17.379 7.28504 16.8753 6.78136 16.8753 6.16004V3.13295L1.79629 7.2454C1.19686 7.40888 0.578403 7.05548 0.414923 6.45605C0.251443 5.85662 0.604848 5.23817 1.20428 5.07468L17.7043 0.574685C18.0426 0.482428 18.4045 0.553168 18.6831 0.765999Z" fill="#1C1B29"></path>
                                                <path fill-rule="evenodd" clip-rule="evenodd" d="M12 14.785C10.9645 14.785 10.125 15.6245 10.125 16.66C10.125 17.6956 10.9645 18.535 12 18.535C13.0355 18.535 13.875 17.6956 13.875 16.66C13.875 15.6245 13.0355 14.785 12 14.785ZM7.875 16.66C7.875 14.3819 9.72183 12.535 12 12.535C14.2782 12.535 16.125 14.3819 16.125 16.66C16.125 18.9382 14.2782 20.785 12 20.785C9.72183 20.785 7.875 18.9382 7.875 16.66Z" fill="#1C1B29"></path>
                                                <path fill-rule="evenodd" clip-rule="evenodd" d="M7.875 24.16C7.875 23.5387 8.37868 23.035 9 23.035H15C15.6213 23.035 16.125 23.5387 16.125 24.16C16.125 24.7814 15.6213 25.285 15 25.285H9C8.37868 25.285 7.875 24.7814 7.875 24.16Z" fill="#1C1B29"></path>
                                            </svg>										</div>
										<div class="intro__tiles-text">Advantages of the Slovak passport</div>
									</a>
									                                </div>
								                            </div>
							                            <div class="intro-block swiper-slide active" data-slider-block="1">
                                <div class="intro-title">
                                    A step towards a residence permit (temporary or permanent) in Slovakia                                </div>
                                <div class="intro-subtitle">
                                    A simple and reliable process                                </div>
								                                <div class="intro__tiles">
                                    									<a href="https://togetthere.info/en/residence-permit-in-slovakia-through-business/" class="intro__tiles-item brown">
										<div class="intro__tiles-icon">
											<svg class="stroke-only" width="58" height="58" viewBox="0 0 58 58" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M10.3337 34.3333H45.3623C48.0632 34.3333 49.4136 34.3333 50.4887 33.8297C51.4357 33.3861 52.2315 32.6739 52.7769 31.7817C53.3961 30.7688 53.5452 29.4266 53.8435 26.7423L55.4035 12.7022C55.4946 11.8823 55.5401 11.4723 55.4083 11.155C55.2925 10.8763 55.0856 10.6452 54.8214 10.4993C54.5206 10.3333 54.1082 10.3333 53.2832 10.3333H9.00041M2.33337 2.33325H5.66254C6.36821 2.33325 6.72104 2.33325 6.99708 2.46745C7.24009 2.58559 7.44147 2.77478 7.57454 3.00995C7.7257 3.27708 7.74771 3.62923 7.79172 4.33351L10.2084 42.9997C10.2524 43.7039 10.2744 44.0561 10.4255 44.3232C10.5586 44.5584 10.76 44.7476 11.003 44.8657C11.279 44.9999 11.6319 44.9999 12.3375 44.9999H47.6667M17 54.3333H17.0267M41 54.3333H41.0267M18.3334 54.3333C18.3334 55.0696 17.7364 55.6666 17 55.6666C16.2637 55.6666 15.6667 55.0696 15.6667 54.3333C15.6667 53.5969 16.2637 52.9999 17 52.9999C17.7364 52.9999 18.3334 53.5969 18.3334 54.3333ZM42.3334 54.3333C42.3334 55.0696 41.7364 55.6666 41 55.6666C40.2637 55.6666 39.6667 55.0696 39.6667 54.3333C39.6667 53.5969 40.2637 52.9999 41 52.9999C41.7364 52.9999 42.3334 53.5969 42.3334 54.3333Z" stroke="#97C680" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"></path>
</svg>										</div>
										<div class="intro__tiles-text">Temporary residence permit for starting a business in Slovakia</div>
									</a>
																		<a href="https://togetthere.info/en/student-residence-permit-in-slovakia/" class="intro__tiles-item salad">
										<div class="intro__tiles-icon">
											<svg class="stroke-only" width="58" height="51" viewBox="0 0 58 51" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M42.3334 31.6667V23.6518C42.3334 23.1732 42.3334 22.9339 42.2605 22.7226C42.1961 22.5358 42.0909 22.3656 41.9526 22.2244C41.7962 22.0648 41.5822 21.9577 41.1541 21.7437L29 15.6667M7.66671 18.3333V36.4843C7.66671 37.4761 7.66671 37.972 7.82142 38.4061C7.9582 38.79 8.18111 39.1374 8.47305 39.4216C8.80328 39.7432 9.2541 39.9498 10.1556 40.363L27.2223 48.1852C27.8763 48.485 28.2033 48.6348 28.5439 48.694C28.8457 48.7464 29.1544 48.7464 29.4562 48.694C29.7968 48.6348 30.1238 48.485 30.7778 48.1852L47.8444 40.363C48.746 39.9498 49.1968 39.7432 49.527 39.4216C49.819 39.1374 50.0419 38.79 50.1787 38.4061C50.3334 37.972 50.3334 37.4761 50.3334 36.4843V18.3333M2.33337 15.6667L28.046 2.81037C28.3958 2.63546 28.5707 2.54801 28.7542 2.51359C28.9167 2.4831 29.0834 2.4831 29.2459 2.51359C29.4294 2.54801 29.6043 2.63546 29.9541 2.81037L55.6667 15.6667L29.9541 28.523C29.6043 28.6979 29.4294 28.7853 29.2459 28.8198C29.0834 28.8503 28.9167 28.8503 28.7542 28.8198C28.5707 28.7853 28.3958 28.6979 28.046 28.523L2.33337 15.6667Z" stroke="#97C680" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"></path>
</svg>										</div>
										<div class="intro__tiles-text">Temporary residence permit for students in Slovakia</div>
									</a>
																		<a href="https://togetthere.info/en/residence-permit-in-slovakia-through-real-estate-investment/" class="intro__tiles-item gray">
										<div class="intro__tiles-icon">
											<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_2652_1526)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.3335 15.3334C1.3335 14.2288 2.22893 13.3334 3.3335 13.3334H40.6668C41.7714 13.3334 42.6668 14.2288 42.6668 15.3334V60.6667C42.6668 61.7713 41.7714 62.6667 40.6668 62.6667H3.3335C2.22893 62.6667 1.3335 61.7713 1.3335 60.6667V15.3334ZM5.3335 17.3334V58.6667H38.6668V17.3334H5.3335Z" fill="#97C680"></path>
<path fill-rule="evenodd" clip-rule="evenodd" d="M33.8813 5.74398C34.3767 6.12234 34.6673 6.71005 34.6673 7.33339V15.3334C34.6673 16.438 33.7719 17.3334 32.6673 17.3334C31.5628 17.3334 30.6673 16.438 30.6673 15.3334V9.95189L3.86023 17.2629C2.79458 17.5536 1.6951 16.9253 1.40447 15.8596C1.11384 14.794 1.74211 13.6945 2.80776 13.4039L32.1411 5.40386C32.7425 5.23985 33.3859 5.36561 33.8813 5.74398Z" fill="#97C680"></path>
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.0002 30.6667C20.1592 30.6667 18.6668 32.1591 18.6668 34C18.6668 35.841 20.1592 37.3334 22.0002 37.3334C23.8411 37.3334 25.3335 35.841 25.3335 34C25.3335 32.1591 23.8411 30.6667 22.0002 30.6667ZM14.6668 34C14.6668 29.95 17.9501 26.6667 22.0002 26.6667C26.0503 26.6667 29.3335 29.95 29.3335 34C29.3335 38.0501 26.0503 41.3334 22.0002 41.3334C17.9501 41.3334 14.6668 38.0501 14.6668 34Z" fill="#97C680"></path>
<path  fill-rule="evenodd" clip-rule="evenodd" d="M14.6668 47.3334C14.6668 46.2288 15.5623 45.3334 16.6668 45.3334H27.3335C28.4381 45.3334 29.3335 46.2288 29.3335 47.3334C29.3335 48.4379 28.4381 49.3334 27.3335 49.3334H16.6668C15.5623 49.3334 14.6668 48.4379 14.6668 47.3334Z" fill="#97C680"></path>
<path class="stroke-only" d="M62.667 9C62.667 9 60.662 6.26822 59.0332 4.63824C57.4043 3.00827 55.1534 2 52.667 2C47.6964 2 43.667 6.02944 43.667 11C43.667 15.9706 47.6964 20 52.667 20C56.7701 20 60.2319 17.2543 61.3152 13.5M62.667 9V3M62.667 9H56.667" stroke="#97C680" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"></path>
</g>
<defs>
<clipPath id="clip0_2652_1526">
<rect width="64" height="64" fill="white"></rect>
</clipPath>
</defs>
</svg>										</div>
										<div class="intro__tiles-text">Permanent residence through investment</div>
									</a>
																		<a href="https://togetthere.info/en/residence-permit-in-slovakia-for-work/" class="intro__tiles-item purple">
										<div class="intro__tiles-icon">
											<svg class="stroke-only" width="52" height="59" viewBox="0 0 52 59" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M11.3333 50.3335H7.33333C4.38781 50.3335 2 47.9457 2 45.0002V7.66683C2 4.72131 4.38781 2.3335 7.33333 2.3335H44.6667C47.6122 2.3335 50 4.72131 50 7.66683V45.0002C50 47.9457 47.6122 50.3335 44.6667 50.3335H40.6667M26 47.6668C30.4183 47.6668 34 44.0851 34 39.6668C34 35.2486 30.4183 31.6668 26 31.6668C21.5817 31.6668 18 35.2486 18 39.6668C18 44.0851 21.5817 47.6668 26 47.6668ZM26 47.6668L26.0572 47.6663L17.5431 56.1803L10.0007 48.6379L18.0524 40.5861M26 47.6668L34.5142 56.1803L42.0566 48.6379L34.0049 40.5861M18 13.0002H34M12.6667 22.3335H39.3333" stroke="#97C680" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"></path>
</svg>										</div>
										<div class="intro__tiles-text">Temporary residence permit for employed professionals</div>
									</a>
									                                </div>
								                            </div>
							                            <div class="intro-block swiper-slide active" data-slider-block="2">
                                <div class="intro-title">
                                    Investment in Slovak real estate                                </div>
                                <div class="intro-subtitle">
                                    Buying and renting made easy                                </div>
								                                <div class="intro__tiles">
                                    									<a href="https://togetthere.info/en/rental-properties/" class="intro__tiles-item brown">
										<div class="intro__tiles-icon">
											<svg class="stroke-only" width="58" height="55" viewBox="0 0 58 55" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M21.0002 52.7371V33.0037C21.0002 31.5103 21.0002 30.7635 21.2908 30.1931C21.5465 29.6913 21.9544 29.2834 22.4562 29.0277C23.0266 28.7371 23.7734 28.7371 25.2668 28.7371H32.7335C34.227 28.7371 34.9737 28.7371 35.5441 29.0277C36.0459 29.2834 36.4539 29.6913 36.7095 30.1931C37.0002 30.7635 37.0002 31.5103 37.0002 33.0037V52.7371M2.3335 22.0704L26.4402 3.99039C27.3582 3.30188 27.8172 2.95762 28.3213 2.82491C28.7663 2.70778 29.234 2.70778 29.679 2.82491C30.1831 2.95762 30.6422 3.30188 31.5602 3.99039L55.6668 22.0704M7.66684 18.0704V44.2037C7.66684 47.1907 7.66684 48.6842 8.24814 49.825C8.75946 50.8285 9.57536 51.6444 10.5789 52.1558C11.7198 52.7371 13.2132 52.7371 16.2002 52.7371H41.8002C44.7871 52.7371 46.2806 52.7371 47.4215 52.1558C48.425 51.6444 49.2409 50.8285 49.7522 49.825C50.3335 48.6842 50.3335 47.1907 50.3335 44.2037V18.0704L34.1202 5.91039C32.2841 4.53336 31.3661 3.84484 30.3579 3.57943C29.4679 3.34516 28.5325 3.34516 27.6425 3.57943C26.6342 3.84484 25.7162 4.53336 23.8802 5.91039L7.66684 18.0704Z" stroke="#97C680" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"></path>
</svg>										</div>
										<div class="intro__tiles-text">Housing rental in Bratislava and its suburbs</div>
									</a>
																		<a href="https://togetthere.info/en/residential-real-estate-services-in-slovakia/" class="intro__tiles-item salad">
										<div class="intro__tiles-icon">
											<svg class="stroke-only" width="58" height="53" viewBox="0 0 58 53" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M17.0002 24.0704H9.26683C7.77336 24.0704 7.02662 24.0704 6.45619 24.361C5.95442 24.6167 5.54647 25.0247 5.29081 25.5264C5.00016 26.0969 5.00016 26.8436 5.00016 28.3371V50.7371M41.0002 24.0704H48.7335C50.227 24.0704 50.9737 24.0704 51.5441 24.361C52.0459 24.6167 52.4539 25.0247 52.7095 25.5264C53.0002 26.0969 53.0002 26.8436 53.0002 28.3371V50.7371M41.0002 50.7371V11.2704C41.0002 8.28345 41.0002 6.78997 40.4189 5.64911C39.9075 4.64558 39.0916 3.82968 38.0881 3.31836C36.9473 2.73706 35.4538 2.73706 32.4668 2.73706H25.5335C22.5465 2.73706 21.0531 2.73706 19.9122 3.31836C18.9087 3.82968 18.0928 4.64558 17.5815 5.64911C17.0002 6.78997 17.0002 8.28345 17.0002 11.2704V50.7371M55.6668 50.7371H2.3335M26.3335 13.4037H31.6668M26.3335 24.0704H31.6668M26.3335 34.7371H31.6668" stroke="#97C680" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"></path>
</svg>										</div>
										<div class="intro__tiles-text">Property acquisition in Slovakia</div>
									</a>
																		<a href="https://togetthere.info/en/legal-support-for-transactions-in-slovakia/" class="intro__tiles-item gray">
										<div class="intro__tiles-icon">
											<svg class="stroke-only" width="52" height="52" viewBox="0 0 52 52" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M40.6667 23.3333H27.3333M40.6667 34H27.3333M40.6667 12.6667H27.3333M18 2L18 50M14.8 2H37.2C41.6804 2 43.9206 2 45.6319 2.87195C47.1372 3.63893 48.3611 4.86278 49.1281 6.36808C50 8.07937 50 10.3196 50 14.8V37.2C50 41.6804 50 43.9206 49.1281 45.6319C48.3611 47.1372 47.1372 48.3611 45.6319 49.1281C43.9206 50 41.6804 50 37.2 50H14.8C10.3196 50 8.07937 50 6.36808 49.1281C4.86278 48.3611 3.63893 47.1372 2.87195 45.6319C2 43.9206 2 41.6804 2 37.2V14.8C2 10.3196 2 8.07937 2.87195 6.36808C3.63893 4.86278 4.86278 3.63893 6.36808 2.87195C8.07937 2 10.3196 2 14.8 2Z" stroke="#97C680" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"></path>
</svg>										</div>
										<div class="intro__tiles-text">Legal and accounting support in real estate</div>
									</a>
																		<a href="https://togetthere.info/en/purchasing-real-estate-in-europe-and-particularly-in-slovakia/" class="intro__tiles-item purple">
										<div class="intro__tiles-icon">
											<svg class="stroke-only" width="58" height="55" viewBox="0 0 58 55" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M3.66777 31.4038H19.6678M38.3344 31.4038H54.3344M29.0011 15.4038V52.7371M29.0011 15.4038C32.683 15.4038 35.6678 12.419 35.6678 8.7371M29.0011 15.4038C25.3192 15.4038 22.3344 12.419 22.3344 8.7371M7.66777 52.7371L50.3344 52.7371M7.66777 8.73712L22.3344 8.7371M22.3344 8.7371C22.3344 5.0552 25.3192 2.07043 29.0011 2.07043C32.683 2.07043 35.6678 5.0552 35.6678 8.7371M35.6678 8.7371L50.3344 8.7371M20.6823 34.9674C19.6138 39.0587 15.9827 42.0704 11.6678 42.0704C7.35283 42.0704 3.72178 39.0587 2.65327 34.9674C2.56596 34.6331 2.52231 34.466 2.5181 33.7981C2.51552 33.3887 2.66767 32.4447 2.79874 32.0569C3.01258 31.4242 3.24405 31.067 3.707 30.3528L11.6678 18.0704L19.6285 30.3528C20.0915 31.067 20.323 31.4242 20.5368 32.0569C20.6679 32.4447 20.82 33.3887 20.8174 33.7981C20.8132 34.466 20.7696 34.6331 20.6823 34.9674ZM55.3489 34.9674C54.2804 39.0587 50.6494 42.0704 46.3344 42.0704C42.0195 42.0704 38.3885 39.0587 37.3199 34.9674C37.2326 34.6331 37.189 34.466 37.1848 33.7981C37.1822 33.3887 37.3343 32.4447 37.4654 32.0569C37.6793 31.4242 37.9107 31.067 38.3737 30.3528L46.3344 18.0704L54.2952 30.3528C54.7582 31.067 54.9896 31.4242 55.2035 32.0569C55.3345 32.4447 55.4867 33.3887 55.4841 33.7981C55.4799 34.466 55.4362 34.6331 55.3489 34.9674Z" stroke="#97C680" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"></path>
</svg>										</div>
										<div class="intro__tiles-text">Advantages of purchasing real estate in Slovakia</div>
									</a>
									                                </div>
								                            </div>
							                            <div class="intro-block swiper-slide active" data-slider-block="3">
                                <div class="intro-title">
                                    Starting your own business in Slovakia and the EU                                </div>
                                <div class="intro-subtitle">
                                    Step-by-step guide                                </div>
								                                <div class="intro__tiles">
                                    									<a href="https://togetthere.info/en/opening-a-sole-proprietorship-in-slovakia/" class="intro__tiles-item brown">
										<div class="intro__tiles-icon">
											<svg width="52" height="58" viewBox="0 0 52 58" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M26 4.33325C21.2135 4.33325 17.3333 8.21345 17.3333 12.9999C17.3333 17.7864 21.2135 21.6666 26 21.6666C30.7865 21.6666 34.6667 17.7864 34.6667 12.9999C34.6667 8.21345 30.7865 4.33325 26 4.33325ZM13.3333 12.9999C13.3333 6.00431 19.0044 0.333252 26 0.333252C32.9956 0.333252 38.6667 6.00431 38.6667 12.9999C38.6667 19.9955 32.9956 25.6666 26 25.6666C19.0044 25.6666 13.3333 19.9955 13.3333 12.9999ZM0 55.6666C0 41.3072 11.6406 29.6666 26 29.6666C40.3594 29.6666 52 41.3072 52 55.6666C52 56.7712 51.1046 57.6666 50 57.6666C48.8954 57.6666 48 56.7712 48 55.6666C48 44.4514 39.6079 35.1962 28.7607 33.8381L33.2449 48.4117C33.4396 49.0444 33.3086 49.7324 32.8951 50.2493L27.5618 56.916C27.1822 57.3904 26.6076 57.6666 26 57.6666C25.3925 57.6666 24.8178 57.3904 24.4383 56.916L19.105 50.2493C18.6914 49.7324 18.5605 49.0444 18.7551 48.4117L23.2393 33.8381C12.3922 35.1961 4 44.4514 4 55.6666C4 56.7712 3.10457 57.6666 2 57.6666C0.895431 57.6666 0 56.7712 0 55.6666ZM26 52.465L29.1106 48.5768L26 38.4673L22.8894 48.5768L26 52.465Z" fill="#97C680"></path>
</svg>										</div>
										<div class="intro__tiles-text">Sole proprietorship (Živnosť) in Slovakia</div>
									</a>
																		<a href="https://togetthere.info/en/opening-a-company-in-slovakia/" class="intro__tiles-item salad">
										<div class="intro__tiles-icon">
											<svg class="stroke-only" width="58" height="58" viewBox="0 0 58 58" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M38.3334 6.33337V2.33337M48.8383 9.1618L51.6667 6.33337M51.6941 19.6667H55.6941M55.535 31.6667C54.1971 45.1422 42.8276 55.6667 29 55.6667C14.2724 55.6667 2.33337 43.7276 2.33337 29C2.33337 15.1724 12.8578 3.80297 26.3334 2.46504M29 18.3334H39.6667V29M38.6525 18.3334C32.3743 27.207 22.0303 33 10.3334 33C7.65896 33 5.05529 32.6972 2.55477 32.1239" stroke="#97C680" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"></path>
</svg>										</div>
										<div class="intro__tiles-text">Setting up a corporate company in Slovakia</div>
									</a>
																		<a href="https://togetthere.info/en/legal-services-in-slovakia/" class="intro__tiles-item gray">
										<div class="intro__tiles-icon">
											<svg class="stroke-only" width="52" height="53" viewBox="0 0 52 53" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7.33333 18.7371V40.0704M19.3333 18.7371V40.0704M32.6667 18.7371V40.0704M44.6667 18.7371V40.0704M2 44.3371L2 46.4704C2 47.9639 2 48.7106 2.29065 49.281C2.54631 49.7828 2.95426 50.1908 3.45603 50.4464C4.02646 50.7371 4.77319 50.7371 6.26667 50.7371H45.7333C47.2268 50.7371 47.9735 50.7371 48.544 50.4464C49.0457 50.1908 49.4537 49.7828 49.7094 49.281C50 48.7106 50 47.9639 50 46.4704V44.3371C50 42.8436 50 42.0969 49.7094 41.5264C49.4537 41.0247 49.0457 40.6167 48.544 40.3611C47.9735 40.0704 47.2268 40.0704 45.7333 40.0704H6.26667C4.77319 40.0704 4.02646 40.0704 3.45603 40.3611C2.95426 40.6167 2.54631 41.0247 2.29065 41.5264C2 42.0969 2 42.8436 2 44.3371ZM25.0744 2.94276L5.3411 7.32794C4.14893 7.59286 3.55285 7.72533 3.10791 8.04588C2.71544 8.32863 2.40727 8.71279 2.2164 9.15725C2 9.66114 2 10.2718 2 11.493L2 14.4704C2 15.9639 2 16.7106 2.29065 17.281C2.54631 17.7828 2.95426 18.1908 3.45603 18.4464C4.02646 18.7371 4.77319 18.7371 6.26667 18.7371H45.7333C47.2268 18.7371 47.9735 18.7371 48.544 18.4464C49.0457 18.1908 49.4537 17.7828 49.7094 17.281C50 16.7106 50 15.9639 50 14.4704V11.493C50 10.2718 50 9.66114 49.7836 9.15725C49.5927 8.7128 49.2846 8.32863 48.8921 8.04588C48.4471 7.72533 47.8511 7.59287 46.6589 7.32794L26.9256 2.94276C26.5802 2.866 26.4075 2.82762 26.2329 2.81232C26.0779 2.79873 25.9221 2.79873 25.767 2.81232C25.5925 2.82762 25.4198 2.866 25.0744 2.94276Z" stroke="#97C680" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"></path>
</svg>										</div>
										<div class="intro__tiles-text">Legal and accounting support for your business</div>
									</a>
																		<a href="https://togetthere.info/en/opening-a-bank-account-in-europe/" class="intro__tiles-item purple">
										<div class="intro__tiles-icon">
											<svg class="stroke-only" width="58" height="50" viewBox="0 0 58 50" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M39.6666 48V44.8C39.6666 40.3195 39.6666 38.0793 38.7946 36.368C38.0277 34.8627 36.8038 33.6389 35.2985 32.8719C33.5872 32 31.347 32 26.8666 32H15.1333C10.6528 32 8.41262 32 6.70133 32.8719C5.19603 33.6389 3.97219 34.8627 3.2052 36.368C2.33325 38.0793 2.33325 40.3195 2.33325 44.8V48M39.6666 7.99996L44.9999 13.3333L55.6666 2.66663M30.3333 12C30.3333 17.1546 26.1546 21.3333 20.9999 21.3333C15.8453 21.3333 11.6666 17.1546 11.6666 12C11.6666 6.8453 15.8453 2.66663 20.9999 2.66663C26.1546 2.66663 30.3333 6.8453 30.3333 12Z" stroke="#97C680" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"></path>
</svg>										</div>
										<div class="intro__tiles-text">Advantages of doing business in the European Union</div>
									</a>
									                                </div>
								                            </div>
							                            <div class="intro-block swiper-slide active" data-slider-block="4">
                                <div class="intro-title">
                                    Academic education in Slovakia                                </div>
                                <div class="intro-subtitle">
                                    Your key to success in the European Union                                </div>
								                                <div class="intro__tiles">
                                    									<a href="https://togetthere.info/en/education-in-slovakia/" class="intro__tiles-item brown">
										<div class="intro__tiles-icon">
											<svg class="stroke-only" width="52" height="59" viewBox="0 0 52 59" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M11.3333 50.3335H7.33333C4.38781 50.3335 2 47.9457 2 45.0002V7.66683C2 4.72131 4.38781 2.3335 7.33333 2.3335H44.6667C47.6122 2.3335 50 4.72131 50 7.66683V45.0002C50 47.9457 47.6122 50.3335 44.6667 50.3335H40.6667M26 47.6668C30.4183 47.6668 34 44.0851 34 39.6668C34 35.2486 30.4183 31.6668 26 31.6668C21.5817 31.6668 18 35.2486 18 39.6668C18 44.0851 21.5817 47.6668 26 47.6668ZM26 47.6668L26.0572 47.6663L17.5431 56.1803L10.0007 48.6379L18.0524 40.5861M26 47.6668L34.5142 56.1803L42.0566 48.6379L34.0049 40.5861M18 13.0002H34M12.6667 22.3335H39.3333" stroke="#97C680" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"></path>
</svg>										</div>
										<div class="intro__tiles-text">European education</div>
									</a>
																		<a href="https://togetthere.info/en/university-selection-in-slovakia/" class="intro__tiles-item salad">
										<div class="intro__tiles-icon">
											<svg class="stroke-only" width="58" height="51" viewBox="0 0 58 51" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M42.3334 31.6667V23.6518C42.3334 23.1732 42.3334 22.9339 42.2605 22.7226C42.1961 22.5358 42.0909 22.3656 41.9526 22.2244C41.7962 22.0648 41.5822 21.9577 41.1541 21.7437L29 15.6667M7.66671 18.3333V36.4843C7.66671 37.4761 7.66671 37.972 7.82142 38.4061C7.9582 38.79 8.18111 39.1374 8.47305 39.4216C8.80328 39.7432 9.2541 39.9498 10.1556 40.363L27.2223 48.1852C27.8763 48.485 28.2033 48.6348 28.5439 48.694C28.8457 48.7464 29.1544 48.7464 29.4562 48.694C29.7968 48.6348 30.1238 48.485 30.7778 48.1852L47.8444 40.363C48.746 39.9498 49.1968 39.7432 49.527 39.4216C49.819 39.1374 50.0419 38.79 50.1787 38.4061C50.3334 37.972 50.3334 37.4761 50.3334 36.4843V18.3333M2.33337 15.6667L28.046 2.81037C28.3958 2.63546 28.5707 2.54801 28.7542 2.51359C28.9167 2.4831 29.0834 2.4831 29.2459 2.51359C29.4294 2.54801 29.6043 2.63546 29.9541 2.81037L55.6667 15.6667L29.9541 28.523C29.6043 28.6979 29.4294 28.7853 29.2459 28.8198C29.0834 28.8503 28.9167 28.8503 28.7542 28.8198C28.5707 28.7853 28.3958 28.6979 28.046 28.523L2.33337 15.6667Z" stroke="#97C680" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"></path>
</svg>										</div>
										<div class="intro__tiles-text">University studies</div>
									</a>
																		<a href="https://togetthere.info/en/selection-of-primary-schools-and-kindergartens-in-slovakia/" class="intro__tiles-item gray">
										<div class="intro__tiles-icon">
											<svg width="58" height="56" viewBox="0 0 58 56" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M44.1056 0.877965C44.8956 0.482978 45.8511 0.652932 46.4564 1.29609L57.1231 12.6294C57.4723 13.0004 57.6667 13.4907 57.6667 14.0002V20.6668C57.6667 21.3031 57.364 21.9013 56.8514 22.2782C56.3388 22.6551 55.6774 22.7655 55.0702 22.5758L45.7936 19.6768C44.16 22.3335 43.6667 25.5987 43.6667 28.5002C43.6667 30.1274 43.822 31.5666 43.9776 32.5975C44.0552 33.1113 44.1322 33.5194 44.1884 33.7936C44.2165 33.9306 44.2394 34.0338 44.2544 34.0997L44.2709 34.1701L44.2737 34.1817C44.4226 34.7789 44.2886 35.4125 43.9098 35.8976C43.5308 36.3831 42.9492 36.6668 42.3334 36.6668H15.6667C14.9642 36.6668 14.3132 36.2982 13.9517 35.6958L15.6667 34.6668C13.9517 35.6958 13.952 35.6963 13.9517 35.6958L13.9489 35.691L13.9445 35.6838L13.9316 35.662L13.8894 35.5894C13.8542 35.5284 13.8052 35.4422 13.7443 35.3321C13.6227 35.112 13.4536 34.796 13.2529 34.3946C12.8519 33.5927 12.3225 32.4448 11.794 31.0357C10.7426 28.232 9.66671 24.3184 9.66671 20.0002C9.66671 18.8956 10.5621 18.0002 11.6667 18.0002H31.1667C31.2487 17.4112 31.3715 16.7159 31.5553 15.9501C32.1017 13.6731 33.2103 10.6816 35.4815 8.0319C37.6027 5.55721 39.7261 3.7865 41.3291 2.62879C42.1314 2.04931 42.8063 1.62131 43.2896 1.33365C43.5313 1.18976 43.7254 1.08078 43.864 1.00533C43.9333 0.967607 43.9888 0.938246 44.0293 0.91708L44.079 0.891448L44.0952 0.883196L44.1011 0.880204L44.1056 0.877965C44.1061 0.877716 44.1056 0.877965 45 2.66682L44.1056 0.877965ZM44.6417 5.2042C44.356 5.39046 44.0297 5.61245 43.671 5.87151C42.274 6.88047 40.3974 8.44309 38.5186 10.6351C36.7898 12.652 35.8984 14.9938 35.4448 16.8836C35.2198 17.8211 35.1081 18.6246 35.0529 19.1855C35.0254 19.4652 35.0122 19.6825 35.0058 19.8234C35.0026 19.8937 35.0012 19.9448 35.0006 19.9749L35.0001 20.004C34.9994 21.108 34.1042 22.0002 33 22.0002H13.7548C14.0073 24.9091 14.7651 27.5667 15.5394 29.6312C16.011 30.8888 16.4815 31.9076 16.8306 32.6057C16.8409 32.6264 16.8511 32.6467 16.8612 32.6668H39.9474C39.7979 31.5468 39.6667 30.1077 39.6667 28.5002C39.6667 24.8144 40.3565 19.9364 43.4383 16.0841C43.9531 15.4406 44.81 15.1787 45.5966 15.4245L53.6667 17.9464V14.7933L44.6417 5.2042ZM35.0001 20.004C35 20.0047 35 20.0062 35.0001 20.004ZM17.3831 33.6402C17.3833 33.6406 17.3833 33.6406 17.3831 33.6402Z" fill="#97C680"></path>
<path fill-rule="evenodd" clip-rule="evenodd" d="M36.2307 32.8206C37.2503 32.3958 38.4212 32.8779 38.8461 33.8975L45.5127 49.8975C45.9376 50.9171 45.4554 52.0881 44.4358 52.5129C43.4162 52.9378 42.2453 52.4556 41.8204 51.436L35.1538 35.436C34.7289 34.4164 35.2111 33.2455 36.2307 32.8206Z" fill="#97C680"></path>
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.7691 32.8206C22.7887 33.2455 23.2709 34.4164 22.8461 35.436L16.1794 51.436C15.7546 52.4556 14.5836 52.9378 13.564 52.5129C12.5444 52.0881 12.0623 50.9171 12.4871 49.8975L19.1538 33.8975C19.5786 32.8779 20.7495 32.3958 21.7691 32.8206Z" fill="#97C680"></path>
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.33337 45.3334C0.919161 46.7476 0.919998 46.7485 0.920866 46.7493L0.922758 46.7512L0.927107 46.7555L0.938063 46.7663L0.969036 46.7965C0.993722 46.8202 1.0265 46.8514 1.06745 46.8894C1.14936 46.9654 1.26398 47.0688 1.412 47.1957C1.70803 47.4494 2.13772 47.797 2.70643 48.2065C3.84408 49.0256 5.53747 50.0919 7.82859 51.1493C12.4185 53.2678 19.3706 55.3334 29 55.3334C38.6295 55.3334 45.5815 53.2678 50.1715 51.1493C52.4626 50.0919 54.156 49.0256 55.2937 48.2065C55.8624 47.797 56.2921 47.4494 56.5881 47.1957C56.7361 47.0688 56.8507 46.9654 56.9326 46.8894C56.9736 46.8514 57.0064 46.8202 57.031 46.7965L57.062 46.7663L57.073 46.7555L57.0773 46.7512L57.0792 46.7493C57.0801 46.7485 57.0809 46.7476 55.6667 45.3334L57.0792 46.7493C57.8603 45.9683 57.862 44.7002 57.0809 43.9192C56.302 43.1403 55.0404 43.1382 54.2588 43.9129C54.2581 43.9136 54.2569 43.9147 54.2553 43.9163L54.212 43.9571C54.1676 43.9983 54.0921 44.0668 53.9849 44.1586C53.7705 44.3424 53.4294 44.6198 52.9564 44.9603C52.0107 45.6412 50.5375 46.5749 48.4953 47.5175C44.4185 49.3991 38.0373 51.3334 29 51.3334C19.9628 51.3334 13.5815 49.3991 9.50482 47.5175C7.46261 46.5749 5.98934 45.6412 5.04365 44.9603C4.5707 44.6198 4.22956 44.3424 4.01517 44.1586C3.90797 44.0668 3.8325 43.9983 3.7881 43.9571L3.74607 43.9177M3.74607 43.9177L3.74257 43.9142C2.96102 43.1396 1.69807 43.1403 0.919161 43.9192C0.138112 44.7002 0.139817 45.9683 0.920866 46.7493L2.33337 45.3334" fill="#97C680"></path>
<path fill-rule="evenodd" clip-rule="evenodd" d="M0.333374 12.0001C0.333374 10.8955 1.2288 10.0001 2.33337 10.0001C6.07706 10.0001 8.96204 11.1337 10.9143 13.0859C12.8512 15.0228 13.6667 17.564 13.6667 20.0001C13.6667 21.1046 12.7713 22.0001 11.6667 22.0001C10.5621 22.0001 9.66671 21.1047 9.66671 20.0002C9.66671 18.4362 9.14893 16.9774 8.08583 15.9143C7.03804 14.8665 5.25635 14.0001 2.33337 14.0001C1.2288 14.0001 0.333374 13.1047 0.333374 12.0001Z" fill="#97C680"></path>
</svg>										</div>
										<div class="intro__tiles-text">Selection of primary schools and kindergartens</div>
									</a>
																		<a href="https://togetthere.info/en/registration-in-institutions-in-slovakia/" class="intro__tiles-item purple">
										<div class="intro__tiles-icon">
											<svg class="stroke-only" width="64" height="65" viewBox="0 0 64 65" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M34.6668 19.4037L31.6921 13.4542C30.8359 11.7419 30.4078 10.8857 29.7692 10.2602C29.2044 9.70701 28.5237 9.28632 27.7764 9.02855C26.9313 8.73706 25.974 8.73706 24.0596 8.73706H13.8668C10.8799 8.73706 9.38641 8.73706 8.24555 9.31836C7.24202 9.82968 6.42612 10.6456 5.91479 11.6491C5.3335 12.79 5.3335 14.2834 5.3335 17.2704V19.4037M5.3335 19.4037H45.8668C50.3473 19.4037 52.5875 19.4037 54.2988 20.2757C55.804 21.0427 57.0279 22.2665 57.7949 23.7718C58.6668 25.4831 58.6668 27.7233 58.6668 32.2037V43.9371C58.6668 48.4175 58.6668 50.6577 57.7949 52.369C57.0279 53.8743 55.804 55.0981 54.2988 55.8651C52.5875 56.7371 50.3473 56.7371 45.8668 56.7371H18.1335C13.6531 56.7371 11.4129 56.7371 9.70157 55.8651C8.19628 55.0981 6.97243 53.8743 6.20544 52.369C5.3335 50.6577 5.3335 48.4175 5.3335 43.9371V19.4037ZM24.0002 38.0704L29.3335 43.4037L41.3335 31.4037" stroke="#97C680" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"></path>
</svg>										</div>
										<div class="intro__tiles-text">Registration in institutions</div>
									</a>
									                                </div>
								                            </div>
							                        </div>
                        <div class="slider-controls">
                            <div class="slider-btn slider-btn-prev">
                                <svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22" fill="none">
                                    <path d="M20.3335 11.1855H1.66683" stroke="#969BB9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
                                    <path d="M11 1.85254L1.66667 11.1859L11 20.5192" stroke="#969BB9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
                                </svg>
                            </div>

                            <div class="swiper-pagination"></div>

                            <div class="slider-btn slider-btn-next">
                                <svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22" fill="none">
                                    <path d="M1.6665 11.1855H20.3332" stroke="#969BB9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
                                    <path d="M11 1.85254L20.3333 11.1859L11 20.5192" stroke="#969BB9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
                                </svg>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
            <div class="intro__slider" data-aos="fade-up" data-aos-delay="500">
                <div class="swiper-container">
                    <div class="swiper-wrapper">
                        						<div class="swiper-slide intro__slider-item">
                            <div class="intro__slider__img-wrapper">
                                <img width="1120" height="740" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201120%20740'%3E%3C/svg%3E" alt="img" class="img" data-lazy-src="https://togetthere.info/wp-content/uploads/2024/03/1.jpg"><noscript><img width="1120" height="740" src="https://togetthere.info/wp-content/uploads/2024/03/1.jpg" alt="img" class="img"></noscript>
                            </div>
                            <div class="intro__slider-box">
                                <div class="intro__slider-title">Your way to life in Slovakia</div>
                            </div>
                        </div>
												<div class="swiper-slide intro__slider-item">
                            <div class="intro__slider__img-wrapper">
                                <img width="970" height="641" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20970%20641'%3E%3C/svg%3E" alt="img" class="img" data-lazy-src="https://togetthere.info/wp-content/uploads/2024/03/4-scaled.jpg"><noscript><img width="970" height="641" src="https://togetthere.info/wp-content/uploads/2024/03/4-scaled.jpg" alt="img" class="img"></noscript>
                            </div>
                            <div class="intro__slider-box">
                                <div class="intro__slider-title">Temporary residence permits</div>
                            </div>
                        </div>
												<div class="swiper-slide intro__slider-item">
                            <div class="intro__slider__img-wrapper">
                                <img width="970" height="641" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20970%20641'%3E%3C/svg%3E" alt="img" class="img" data-lazy-src="https://togetthere.info/wp-content/uploads/2024/03/222.jpg"><noscript><img width="970" height="641" src="https://togetthere.info/wp-content/uploads/2024/03/222.jpg" alt="img" class="img"></noscript>
                            </div>
                            <div class="intro__slider-box">
                                <div class="intro__slider-title">Investments</div>
                            </div>
                        </div>
												<div class="swiper-slide intro__slider-item">
                            <div class="intro__slider__img-wrapper">
                                <img width="1120" height="740" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201120%20740'%3E%3C/svg%3E" alt="img" class="img" data-lazy-src="https://togetthere.info/wp-content/uploads/2024/03/5.jpg"><noscript><img width="1120" height="740" src="https://togetthere.info/wp-content/uploads/2024/03/5.jpg" alt="img" class="img"></noscript>
                            </div>
                            <div class="intro__slider-box">
                                <div class="intro__slider-title">Business establishment</div>
                            </div>
                        </div>
												<div class="swiper-slide intro__slider-item">
                            <div class="intro__slider__img-wrapper">
                                <img width="1120" height="740" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201120%20740'%3E%3C/svg%3E" alt="img" class="img" data-lazy-src="https://togetthere.info/wp-content/uploads/2024/03/3.jpg"><noscript><img width="1120" height="740" src="https://togetthere.info/wp-content/uploads/2024/03/3.jpg" alt="img" class="img"></noscript>
                            </div>
                            <div class="intro__slider-box">
                                <div class="intro__slider-title">Education</div>
                            </div>
                        </div>
						                    </div>
                    <div class="swiper-pagination"></div>
                </div>
            </div>

        </div>
    </div>
</section>

<div class="form-section form-type-4" data-aos="fade-up">
    <div class="container">
        <div class="form-section-inner">
            <div class="form-box green">
                <div class="form-title">
                    Leave a request for a free consultation                </div>

                <div class="form-arrow">
                    <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
                        <path d="M1.85352 11.9832H22.8535" stroke="#1C1B29" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                        <path d="M12.3535 1.48315L22.8535 11.9832L12.3535 22.4832" stroke="#1C1B29" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                    </svg>
                </div>
            </div>

            <div class="form-box grow-2-5">
                
<div class="wpcf7 no-js" id="wpcf7-f9024-o1" lang="en-GB" dir="ltr">
<div class="screen-reader-response"><p role="status" aria-live="polite" aria-atomic="true"></p> <ul></ul></div>
<form action="/en/#wpcf7-f9024-o1" method="post" class="wpcf7-form init" aria-label="Contact form" novalidate="novalidate" data-status="init">
<div style="display: none;">
<input type="hidden" name="_wpcf7" value="9024" />
<input type="hidden" name="_wpcf7_version" value="5.9.3" />
<input type="hidden" name="_wpcf7_locale" value="en_GB" />
<input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f9024-o1" />
<input type="hidden" name="_wpcf7_container_post" value="0" />
<input type="hidden" name="_wpcf7_posted_data_hash" value="" />
<input type="hidden" name="gclid" value="" />
<input type="hidden" name="utm_source" value="direct" />
<input type="hidden" name="utm_medium" value="none" />
<input type="hidden" name="utm_campaign" value="none" />
<input type="hidden" name="utm_term" value="none" />
<input type="hidden" name="utm_content" value="none" />
<input type="hidden" name="ga_client_id_save" value="none" />
<input type="hidden" name="ga_session_id_save" value="none" />
<input type="hidden" name="_wpcf7_recaptcha_response" value="" />
</div>
<div class="form-inner">
	<div class="form-wrap">
		<div class="input-wrap order-1">
			<label for="form_name" class="input-label form-input-label">Your name</label>
			<span class="wpcf7-form-control-wrap" data-name="your-name"><input size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required input form-input form_name_input" id="form_name" autocomplete="name" aria-required="true" aria-invalid="false" value="" type="text" name="your-name" /></span>
		</div>
		<div class="input-wrap order-1">
			<label for="form_email" class="input-label form-input-label">Your E-mail</label>
<span class="wpcf7-form-control-wrap" data-name="your-email"><input size="40" class="wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email input form-input form_email_input" id="form_email" autocomplete="email" aria-required="true" aria-invalid="false" value="" type="email" name="your-email" /></span>
		</div>
		<div class="input-wrap">
			<label for="form_phone" class="input-label form-input-label">Your phone</label>
<span class="wpcf7-form-control-wrap" data-name="your-tel"><input size="40" maxlength="15" minlength="12" class="wpcf7-form-control wpcf7-tel wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-tel input form-input phone_field form_phone_input" id="form_phone" autocomplete="tel" aria-required="true" aria-invalid="false" value="" type="tel" name="your-tel" /></span>

		</div>
		<div class="input-wrap">
			<label for="form_select" class="input-label form-input-label popup-form-input-label">Subject of your request</label>
<select id="form_select_c4pwuzOUlWVDdMys" name="id_type_in_cpm" class="wpcf7-form-control wpcf7-select input form-select default-select-single"><option value="">Select a topic</option><option value="20">Obtaining a residence permit</option><option value="21">Extension of Residence Permit</option><option value="22">Obtaining Slovak Citizenship</option><option value="24">Opening Bank Accounts in Slovakia</option><option value="23">Starting a business</option><option value="25">Legal Services in Slovakia</option><option value="26">Accounting services in Slovakia</option><option value="27">Real estate in Slovakia</option><option value="28">Education in Slovakia</option><option value="29">Other services</option></select>
		</div>
		<button class="btn shine-anim form-grid-btn">
			<svg xmlns="http://www.w3.org/2000/svg" width="19" height="14" viewBox="0 0 19 14" fill="none">
				<path d="M17.209 1.90015L6.20898 12.9001L1.20898 7.90015" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
			</svg>
			<span>Send</span>
		</button>
		<div class="form-caution">
                            <div class="form__privacy">
                                <div class="form__privacy-item">
<span class="wpcf7-form-control-wrap" data-name="agree1"><span class="wpcf7-form-control wpcf7-checkbox wpcf7-validates-as-required" id="agree1"><span class="wpcf7-list-item first last"><label><input type="checkbox" name="agree1[]" value="I agree with the company&#039;s privacy policy" /><span class="wpcf7-list-item-label">I agree with the company&#039;s privacy policy</span></label></span></span></span>

                                </div>

                                <div class="form__privacy-item">
<span class="wpcf7-form-control-wrap" data-name="agree2"><span class="wpcf7-form-control wpcf7-checkbox" id="agree2"><span class="wpcf7-list-item first last"><label><input type="checkbox" name="agree2[]" value="I agree to the processing of my personal data by the company" checked="checked" /><span class="wpcf7-list-item-label">I agree to the processing of my personal data by the company</span></label></span></span></span>
                                </div>
                            </div>
		</div>
	</div>
</div>
<input class="m0 gclid_field" type="hidden" id="gclid_field1" name="gclid_field" value="">
<input type="hidden" name="sourcebuster" value="" class="sourcebuster"><div class="wpcf7-response-output" aria-hidden="true"></div>
</form>
</div>
                </form>
            </div>

        </div>
    </div>
</div>


<section class="solve">
    <div class="container">
        <div class="solve-inner">

            <h2 class="section-title">What issues can we solve for you?</h2>

            <div class="solve__tabs-wrapper">
                <div class="solve__nav">
                    <div class="swiper-container">
                        <div class="swiper-wrapper">
                                                            <div class="solve__nav-item swiper-slide" data-tab-btn="tab_1">Banks of Slovakia</div>
                                                            <div class="solve__nav-item swiper-slide" data-tab-btn="tab_2">Businnes</div>
                                                            <div class="solve__nav-item swiper-slide" data-tab-btn="tab_3">Health</div>
                                                            <div class="solve__nav-item swiper-slide" data-tab-btn="tab_4">Real Estate</div>
                                                            <div class="solve__nav-item swiper-slide" data-tab-btn="tab_5">Documents</div>
                                                            <div class="solve__nav-item swiper-slide" data-tab-btn="tab_6">Education</div>
                                                            <div class="solve__nav-item swiper-slide" data-tab-btn="tab_7">Accompaniment</div>
                                                            <div class="solve__nav-item swiper-slide" data-tab-btn="tab_8">Family and Pets</div>
                                                            <div class="solve__nav-item swiper-slide" data-tab-btn="tab_9">Job</div>
                                                    </div>
                    </div>
                </div>
                <div class="solve__tabs">
                                        <div data-solve-tab-id="tab_1" class="solve-tab" style="display: block;">

                        <div class="solve__grid">
                                                            <div class="solve__grid__item " data-dropdown-parent data-aos="zoom-in" data-item-index="0">
                                    <div class="solve__grid__item-flex">

                                        <div class="solve__grid__item-icon">
                                            <svg width="58" height="45" viewBox="0 0 58 45" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M39.6667 37L45 42.3334L55.6667 31.6667M55.6667 15.6667H2.33337M55.6667 21V10.8667C55.6667 7.87976 55.6667 6.38629 55.0854 5.24543C54.5741 4.2419 53.7582 3.426 52.7547 2.91468C51.6138 2.33337 50.1203 2.33337 47.1334 2.33337H10.8667C7.87976 2.33337 6.38629 2.33337 5.24543 2.91467C4.24189 3.426 3.426 4.24189 2.91467 5.24542C2.33337 6.38629 2.33337 7.87976 2.33337 10.8667V31.1334C2.33337 34.1203 2.33337 35.6138 2.91467 36.7547C3.426 37.7582 4.24189 38.5741 5.24542 39.0854C6.38629 39.6667 7.87976 39.6667 10.8667 39.6667H29" stroke="#97C680" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
</svg>                                        </div>

                                        <div class="solve__grid__item-main">
                                            <div class="solve__grid__item-title">Opening Bank Accounts in Slovakia</div>
                                            <div class="solve__grid__item__text">
                                                We assist in selecting the right bank, prepare the necessary documents, and provide support throughout the process of opening both personal and business accounts.                                                                                            </div>

                                            <div class="solve__grid__item-footer">
                                                
                                                                                            </div>
                                        </div>

                                    </div>
                                </div>
                                                            <div class="solve__grid__item " data-dropdown-parent data-aos="zoom-in" data-item-index="1">
                                    <div class="solve__grid__item-flex">

                                        <div class="solve__grid__item-icon">
                                            <svg width="50" height="58" viewBox="0 0 50 58" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M45.3334 30.3334V15.1334C45.3334 10.653 45.3334 8.41274 44.4615 6.70145C43.6945 5.19615 42.4706 3.97231 40.9653 3.20532C39.254 2.33337 37.0138 2.33337 32.5334 2.33337H15.4667C10.9863 2.33337 8.74612 2.33337 7.03482 3.20532C5.52953 3.97231 4.30568 5.19615 3.5387 6.70145C2.66675 8.41274 2.66675 10.653 2.66675 15.1334V42.8667C2.66675 47.3471 2.66675 49.5873 3.5387 51.2986C4.30568 52.8039 5.52953 54.0278 7.03482 54.7948C8.74612 55.6667 10.9863 55.6667 15.4667 55.6667H24.0001M29.3334 26.3334H13.3334M18.6667 37H13.3334M34.6667 15.6667H13.3334M30.6667 47.6667L36.0001 53L48.0001 41" stroke="#97C680" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
</svg>                                        </div>

                                        <div class="solve__grid__item-main">
                                            <div class="solve__grid__item-title">Compliance with Banking Standards in Slovakia</div>
                                            <div class="solve__grid__item__text">
                                                We assist with money transfers to Slovakia and bank account management, ensuring full compliance with banking standards.                                                                                            </div>

                                            <div class="solve__grid__item-footer">
                                                
                                                                                            </div>
                                        </div>

                                    </div>
                                </div>
                                                            <div class="solve__grid__item " data-dropdown-parent data-aos="zoom-in" data-item-index="2">
                                    <div class="solve__grid__item-flex">

                                        <div class="solve__grid__item-icon">
                                            <svg width="58" height="58" viewBox="0 0 58 58" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M38.3334 6.33337V2.33337M48.8383 9.1618L51.6667 6.33337M51.6941 19.6667H55.6941M55.535 31.6667C54.1971 45.1422 42.8276 55.6667 29 55.6667C14.2724 55.6667 2.33337 43.7276 2.33337 29C2.33337 15.1724 12.8578 3.80297 26.3334 2.46504M29 18.3334H39.6667V29M38.6525 18.3334C32.3743 27.207 22.0303 33 10.3334 33C7.65896 33 5.05529 32.6972 2.55477 32.1239" stroke="#97C680" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
</svg>                                        </div>

                                        <div class="solve__grid__item-main">
                                            <div class="solve__grid__item-title">Opening Investment Accounts</div>
                                            <div class="solve__grid__item__text">
                                                We provide assistance in opening investment accounts and preparing the necessary documents. We offer guidance throughout the process and help select suitable investment instruments.                                                                                            </div>

                                            <div class="solve__grid__item-footer">
                                                
                                                                                            </div>
                                        </div>

                                    </div>
                                </div>
                                                            <div class="solve__grid__item " data-dropdown-parent data-aos="zoom-in" data-item-index="3">
                                    <div class="solve__grid__item-flex">

                                        <div class="solve__grid__item-icon">
                                            <svg width="58" height="58" viewBox="0 0 58 58" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M20.9999 6.33337V2.33337M10.495 10.4951L7.66659 7.66671M10.495 31.6667L7.66659 34.4951M31.6666 10.4951L34.495 7.66671M6.33325 21H2.33325M19.6666 19.6667L30.6295 53.7408L38.3333 46.0371L47.9629 55.6667L55.6666 47.963L46.037 38.3334L53.7407 30.6297L19.6666 19.6667Z" stroke="#97C680" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
</svg>                                        </div>

                                        <div class="solve__grid__item-main">
                                            <div class="solve__grid__item-title">Training in Online Banking</div>
                                            <div class="solve__grid__item__text">
                                                We provide clients with training in online banking, including activating services, paying bills, and setting up standing orders for automatic payments.                                                                                            </div>

                                            <div class="solve__grid__item-footer">
                                                
                                                                                            </div>
                                        </div>

                                    </div>
                                </div>
                                                    </div>

                        
                    </div>
                                        <div data-solve-tab-id="tab_2" class="solve-tab" style="display: none;">

                        <div class="solve__grid">
                                                            <div class="solve__grid__item " data-dropdown-parent data-aos="zoom-in" data-item-index="0">
                                    <div class="solve__grid__item-flex">

                                        <div class="solve__grid__item-icon">
                                            <svg width="58" height="58" viewBox="0 0 58 58" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M10.3337 34.3333H45.3623C48.0632 34.3333 49.4136 34.3333 50.4887 33.8297C51.4357 33.3861 52.2315 32.6739 52.7769 31.7817C53.3961 30.7688 53.5452 29.4266 53.8435 26.7423L55.4035 12.7022C55.4946 11.8823 55.5401 11.4723 55.4083 11.155C55.2925 10.8763 55.0856 10.6452 54.8214 10.4993C54.5206 10.3333 54.1082 10.3333 53.2832 10.3333H9.00041M2.33337 2.33325H5.66254C6.36821 2.33325 6.72104 2.33325 6.99708 2.46745C7.24009 2.58559 7.44147 2.77478 7.57454 3.00995C7.7257 3.27708 7.74771 3.62923 7.79172 4.33351L10.2084 42.9997C10.2524 43.7039 10.2744 44.0561 10.4255 44.3232C10.5586 44.5584 10.76 44.7476 11.003 44.8657C11.279 44.9999 11.6319 44.9999 12.3375 44.9999H47.6667M17 54.3333H17.0267M41 54.3333H41.0267M18.3334 54.3333C18.3334 55.0696 17.7364 55.6666 17 55.6666C16.2637 55.6666 15.6667 55.0696 15.6667 54.3333C15.6667 53.5969 16.2637 52.9999 17 52.9999C17.7364 52.9999 18.3334 53.5969 18.3334 54.3333ZM42.3334 54.3333C42.3334 55.0696 41.7364 55.6666 41 55.6666C40.2637 55.6666 39.6667 55.0696 39.6667 54.3333C39.6667 53.5969 40.2637 52.9999 41 52.9999C41.7364 52.9999 42.3334 53.5969 42.3334 54.3333Z" stroke="#97C680" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
</svg>                                        </div>

                                        <div class="solve__grid__item-main">
                                            <div class="solve__grid__item-title">Business Support</div>
                                            <div class="solve__grid__item__text">
                                                Regular task execution, staff recruitment, and addressing daily operational issues.                                                                                            </div>

                                            <div class="solve__grid__item-footer">
                                                
                                                                                            </div>
                                        </div>

                                    </div>
                                </div>
                                                            <div class="solve__grid__item " data-dropdown-parent data-aos="zoom-in" data-item-index="1">
                                    <div class="solve__grid__item-flex">

                                        <div class="solve__grid__item-icon">
                                            <svg width="52" height="52" viewBox="0 0 52 52" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M40.6667 23.3333H27.3333M40.6667 34H27.3333M40.6667 12.6667H27.3333M18 2L18 50M14.8 2H37.2C41.6804 2 43.9206 2 45.6319 2.87195C47.1372 3.63893 48.3611 4.86278 49.1281 6.36808C50 8.07937 50 10.3196 50 14.8V37.2C50 41.6804 50 43.9206 49.1281 45.6319C48.3611 47.1372 47.1372 48.3611 45.6319 49.1281C43.9206 50 41.6804 50 37.2 50H14.8C10.3196 50 8.07937 50 6.36808 49.1281C4.86278 48.3611 3.63893 47.1372 2.87195 45.6319C2 43.9206 2 41.6804 2 37.2V14.8C2 10.3196 2 8.07937 2.87195 6.36808C3.63893 4.86278 4.86278 3.63893 6.36808 2.87195C8.07937 2 10.3196 2 14.8 2Z" stroke="#97C680" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
</svg>                                        </div>

                                        <div class="solve__grid__item-main">
                                            <div class="solve__grid__item-title">Accounting Solutions</div>
                                            <div class="solve__grid__item__text">
                                                We assist with various issues related to your company or sole proprietorship, including VAT registration, EORI registration, and licensing.                                                                                            </div>

                                            <div class="solve__grid__item-footer">
                                                
                                                                                            </div>
                                        </div>

                                    </div>
                                </div>
                                                            <div class="solve__grid__item " data-dropdown-parent data-aos="zoom-in" data-item-index="2">
                                    <div class="solve__grid__item-flex">

                                        <div class="solve__grid__item-icon">
                                            <svg width="52" height="52" viewBox="0 0 52 52" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M40.6667 11.3333L11.3333 40.6667M16.6667 22V11.3333M11.3333 16.6667H22M30 35.3333H40.6667M14.8 50H37.2C41.6804 50 43.9206 50 45.6319 49.1281C47.1372 48.3611 48.3611 47.1372 49.1281 45.6319C50 43.9206 50 41.6804 50 37.2V14.8C50 10.3196 50 8.07937 49.1281 6.36808C48.3611 4.86278 47.1372 3.63893 45.6319 2.87195C43.9206 2 41.6804 2 37.2 2H14.8C10.3196 2 8.07937 2 6.36808 2.87195C4.86278 3.63893 3.63893 4.86278 2.87195 6.36808C2 8.07937 2 10.3196 2 14.8V37.2C2 41.6804 2 43.9206 2.87195 45.6319C3.63893 47.1372 4.86278 48.3611 6.36808 49.1281C8.07937 50 10.3196 50 14.8 50Z" stroke="#97C680" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
</svg>                                        </div>

                                        <div class="solve__grid__item-main">
                                            <div class="solve__grid__item-title">Accounting Support for Businesses</div>
                                            <div class="solve__grid__item__text">
                                                We provide consultations and full-cycle accounting services for your business, including Zivnost and S.R.O.                                                                                            </div>

                                            <div class="solve__grid__item-footer">
                                                
                                                                                            </div>
                                        </div>

                                    </div>
                                </div>
                                                            <div class="solve__grid__item " data-dropdown-parent data-aos="zoom-in" data-item-index="3">
                                    <div class="solve__grid__item-flex">

                                        <div class="solve__grid__item-icon">
                                            <svg width="58" height="52" viewBox="0 0 58 52" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M55.6667 18H2.33337M34.3334 40.6667L41 34L34.3334 27.3333M23.6667 27.3333L17 34L23.6667 40.6667M2.33337 14.8L2.33337 37.2C2.33337 41.6804 2.33337 43.9206 3.20532 45.6319C3.97231 47.1372 5.19615 48.3611 6.70145 49.128C8.41274 50 10.653 50 15.1334 50H42.8667C47.3471 50 49.5873 50 51.2986 49.1281C52.8039 48.3611 54.0278 47.1372 54.7948 45.6319C55.6667 43.9206 55.6667 41.6804 55.6667 37.2V14.8C55.6667 10.3196 55.6667 8.07937 54.7948 6.36808C54.0278 4.86278 52.8039 3.63894 51.2986 2.87195C49.5873 2 47.3471 2 42.8667 2L15.1334 2C10.653 2 8.41275 2 6.70145 2.87195C5.19615 3.63893 3.97231 4.86278 3.20532 6.36808C2.33337 8.07937 2.33337 10.3196 2.33337 14.8Z" stroke="#97C680" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
</svg>                                        </div>

                                        <div class="solve__grid__item-main">
                                            <div class="solve__grid__item-title">Web Development</div>
                                            <div class="solve__grid__item__text">
                                                We collaborate on a regular basis with a web studio to offer web solutions, including web design, technical support, and consultations provided by a project manager from our company.                                                                                            </div>

                                            <div class="solve__grid__item-footer">
                                                
                                                                                            </div>
                                        </div>

                                    </div>
                                </div>
                                                            <div class="solve__grid__item mobile-hide" data-dropdown-parent data-aos="zoom-in" data-item-index="4">
                                    <div class="solve__grid__item-flex">

                                        <div class="solve__grid__item-icon">
                                            <svg width="52" height="54" viewBox="0 0 52 54" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12.6667 16.6667H26M12.6667 26H34M12.6667 42V48.228C12.6667 49.6489 12.6667 50.3594 12.9579 50.7243C13.2113 51.0417 13.5954 51.2263 14.0014 51.2258C14.4683 51.2253 15.0231 50.7815 16.1327 49.8939L22.4939 44.8049C23.7934 43.7653 24.4431 43.2455 25.1666 42.8759C25.8085 42.5479 26.4918 42.3083 27.1979 42.1633C27.9938 42 28.8259 42 30.49 42H37.2C41.6804 42 43.9206 42 45.6319 41.128C47.1372 40.3611 48.3611 39.1372 49.1281 37.6319C50 35.9206 50 33.6804 50 29.2V14.8C50 10.3196 50 8.07937 49.1281 6.36808C48.3611 4.86278 47.1372 3.63893 45.6319 2.87195C43.9206 2 41.6804 2 37.2 2H14.8C10.3196 2 8.07937 2 6.36808 2.87195C4.86278 3.63893 3.63893 4.86278 2.87195 6.36808C2 8.07937 2 10.3196 2 14.8V31.3333C2 33.8133 2 35.0532 2.27259 36.0705C3.01233 38.8313 5.16871 40.9877 7.92945 41.7274C8.94678 42 10.1867 42 12.6667 42Z" stroke="#97C680" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
</svg>                                        </div>

                                        <div class="solve__grid__item-main">
                                            <div class="solve__grid__item-title">Consulting for Individual Requests</div>
                                            <div class="solve__grid__item__text">
                                                We provide support in developing business plans, conduct business model calculations, perform market research, and offer services on a monthly basis.                                                                                            </div>

                                            <div class="solve__grid__item-footer">
                                                
                                                                                            </div>
                                        </div>

                                    </div>
                                </div>
                                                            <div class="solve__grid__item mobile-hide" data-dropdown-parent data-aos="zoom-in" data-item-index="5">
                                    <div class="solve__grid__item-flex">

                                        <div class="solve__grid__item-icon">
                                            <svg width="42" height="42" viewBox="0 0 42 42" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M39.6666 2.33325L2.33325 39.6666M12.9999 7.66659C12.9999 10.6121 10.6121 12.9999 7.66659 12.9999C4.72107 12.9999 2.33325 10.6121 2.33325 7.66659C2.33325 4.72107 4.72107 2.33325 7.66659 2.33325C10.6121 2.33325 12.9999 4.72107 12.9999 7.66659ZM39.6666 34.3333C39.6666 37.2788 37.2788 39.6666 34.3333 39.6666C31.3877 39.6666 28.9999 37.2788 28.9999 34.3333C28.9999 31.3877 31.3877 28.9999 34.3333 28.9999C37.2788 28.9999 39.6666 31.3877 39.6666 34.3333Z" stroke="#97C680" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
</svg>                                        </div>

                                        <div class="solve__grid__item-main">
                                            <div class="solve__grid__item-title">Tax Consultations</div>
                                            <div class="solve__grid__item__text">
                                                We provide professional tax consultations on Slovak and European Union legislation.                                                                                            </div>

                                            <div class="solve__grid__item-footer">
                                                
                                                                                            </div>
                                        </div>

                                    </div>
                                </div>
                                                            <div class="solve__grid__item mobile-hide" data-dropdown-parent data-aos="zoom-in" data-item-index="6">
                                    <div class="solve__grid__item-flex">

                                        <div class="solve__grid__item-icon">
                                            <svg width="58" height="58" viewBox="0 0 58 58" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M10.3337 34.3333H45.3623C48.0632 34.3333 49.4136 34.3333 50.4887 33.8297C51.4357 33.3861 52.2315 32.6739 52.7769 31.7817C53.3961 30.7688 53.5452 29.4266 53.8435 26.7423L55.4035 12.7022C55.4946 11.8823 55.5401 11.4723 55.4083 11.155C55.2925 10.8763 55.0856 10.6452 54.8214 10.4993C54.5206 10.3333 54.1082 10.3333 53.2832 10.3333H9.00041M2.33337 2.33325H5.66254C6.36821 2.33325 6.72104 2.33325 6.99708 2.46745C7.24009 2.58559 7.44147 2.77478 7.57454 3.00995C7.7257 3.27708 7.74771 3.62923 7.79172 4.33351L10.2084 42.9997C10.2524 43.7039 10.2744 44.0561 10.4255 44.3232C10.5586 44.5584 10.76 44.7476 11.003 44.8657C11.279 44.9999 11.6319 44.9999 12.3375 44.9999H47.6667M17 54.3333H17.0267M41 54.3333H41.0267M18.3334 54.3333C18.3334 55.0696 17.7364 55.6666 17 55.6666C16.2637 55.6666 15.6667 55.0696 15.6667 54.3333C15.6667 53.5969 16.2637 52.9999 17 52.9999C17.7364 52.9999 18.3334 53.5969 18.3334 54.3333ZM42.3334 54.3333C42.3334 55.0696 41.7364 55.6666 41 55.6666C40.2637 55.6666 39.6667 55.0696 39.6667 54.3333C39.6667 53.5969 40.2637 52.9999 41 52.9999C41.7364 52.9999 42.3334 53.5969 42.3334 54.3333Z" stroke="#97C680" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
</svg>                                        </div>

                                        <div class="solve__grid__item-main">
                                            <div class="solve__grid__item-title">Business Formation</div>
                                            <div class="solve__grid__item__text">
                                                We provide professional support for establishing various types of businesses, including Zivnost, S.R.O., joint-stock companies, and investment accounts.                                                                                            </div>

                                            <div class="solve__grid__item-footer">
                                                
                                                                                            </div>
                                        </div>

                                    </div>
                                </div>
                                                            <div class="solve__grid__item mobile-hide" data-dropdown-parent data-aos="zoom-in" data-item-index="7">
                                    <div class="solve__grid__item-flex">

                                        <div class="solve__grid__item-icon">
                                            <svg width="58" height="58" viewBox="0 0 58 58" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4.16458 38.7202L9.25311 35.7827C9.52873 35.6236 9.85217 35.5683 10.165 35.6269L20.177 37.5007C20.9998 37.6546 21.7593 37.0212 21.7556 36.1842L21.7166 27.4118C21.7156 27.1734 21.7784 26.9392 21.8986 26.7334L26.9512 18.0832C27.2142 17.633 27.1906 17.0708 26.8909 16.6442L18.3837 4.53507M47.6672 9.95739C33.0005 17 41 26.3334 43.6672 27.6667C48.6727 30.169 55.6336 30.3332 55.6336 30.3332C55.6554 29.8915 55.6666 29.447 55.6666 28.9999C55.6666 14.2723 43.7275 2.33325 28.9999 2.33325C14.2723 2.33325 2.33325 14.2723 2.33325 28.9999C2.33325 43.7275 14.2723 55.6666 28.9999 55.6666C29.447 55.6666 29.8915 55.6556 30.3333 55.6338M41.6873 55.506L33.2426 33.2426L55.506 41.6873L45.6336 45.6336L41.6873 55.506Z" stroke="#97C680" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
</svg>                                        </div>

                                        <div class="solve__grid__item-main">
                                            <div class="solve__grid__item-title">Business Relocation to Slovakia</div>
                                            <div class="solve__grid__item__text">
                                                We assist with relocating an existing business to Slovakia and establishing subsidiary companies.                                                                                            </div>

                                            <div class="solve__grid__item-footer">
                                                
                                                                                            </div>
                                        </div>

                                    </div>
                                </div>
                                                    </div>

                                                    <button class="btn shine-anim solve__grid-load">
                                <span>Show more</span>
                                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
                                    <path d="M0 224c0 17.7 14.3 32 32 32s32-14.3 32-32c0-53 43-96 96-96l160 0 0 32c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l64-64c12.5-12.5 12.5-32.8 0-45.3l-64-64c-9.2-9.2-22.9-11.9-34.9-6.9S320 19.1 320 32l0 32L160 64C71.6 64 0 135.6 0 224zm512 64c0-17.7-14.3-32-32-32s-32 14.3-32 32c0 53-43 96-96 96l-160 0 0-32c0-12.9 7.8-24.6-19.8-29.6s-25.7-2.2-34.9 6.9l-64 64c-12.5 12.5-12.5 32.8 0 45.3l64 64c9.2 9.2 22.9 11.9 34.9 6.9s19.8-16.6 19.8-29.6l0-32 160 0c88.4 0 160-71.6 160-160z"/>
                                </svg>
                            </button>
                        
                    </div>
                                        <div data-solve-tab-id="tab_3" class="solve-tab" style="display: none;">

                        <div class="solve__grid">
                                                            <div class="solve__grid__item " data-dropdown-parent data-aos="zoom-in" data-item-index="0">
                                    <div class="solve__grid__item-flex">

                                        <div class="solve__grid__item-icon">
                                            <svg width="52" height="58" viewBox="0 0 52 58" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M18 46.3333H34M12.6667 36.9999H39.3333M7.33333 2.33325H44.6667C47.6122 2.33325 50 4.98638 50 8.25918V49.7407C50 53.0135 47.6122 55.6666 44.6667 55.6666H7.33333C4.38781 55.6666 2 53.0135 2 49.7407V8.25918C2 4.98638 4.38781 2.33325 7.33333 2.33325ZM25.9936 13.5651C24.1275 11.4874 21.0158 10.9285 18.6777 12.831C16.3397 14.7336 16.0105 17.9146 17.8466 20.1647C19.6827 22.4149 25.9936 27.6666 25.9936 27.6666C25.9936 27.6666 32.3045 22.4149 34.1406 20.1647C35.9767 17.9146 35.6877 14.7136 33.3095 12.831C30.9313 10.9485 27.8597 11.4874 25.9936 13.5651Z" stroke="#97C680" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
</svg>                                        </div>

                                        <div class="solve__grid__item-main">
                                            <div class="solve__grid__item-title">Additional Private Insurance</div>
                                            <div class="solve__grid__item__text">
                                                We provide assistance and arrangements for additional insurance, including life, health, accident, as well as car and property insurance.                                                                                            </div>

                                            <div class="solve__grid__item-footer">
                                                
                                                                                            </div>
                                        </div>

                                    </div>
                                </div>
                                                            <div class="solve__grid__item " data-dropdown-parent data-aos="zoom-in" data-item-index="1">
                                    <div class="solve__grid__item-flex">

                                        <div class="solve__grid__item-icon">
                                            <svg width="52" height="59" viewBox="0 0 52 59" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.0647 8.53242C26.7096 4.88752 32.6192 4.88752 36.2641 8.53242C39.909 12.1773 39.909 18.0868 36.2641 21.7317L34.0838 23.912C33.3028 24.693 32.0364 24.693 31.2554 23.912C30.4743 23.131 30.4743 21.8646 31.2554 21.0836L33.4357 18.9033C35.5185 16.8205 35.5185 13.4436 33.4357 11.3609C31.3529 9.27805 27.976 9.27804 25.8931 11.3609L8.92266 28.3314L16.4651 35.8739L22.4165 29.9224C23.1975 29.1414 24.4639 29.1413 25.245 29.9223C26.026 30.7033 26.0261 31.9697 25.2451 32.7507L18.8221 39.1737C18.8221 39.1737 18.8221 39.1737 18.8221 39.1737C17.5203 40.4755 15.4099 40.4753 14.1082 39.1739L4.81469 29.8803C3.95942 29.0248 3.9593 27.6381 4.81457 26.7826L23.0647 8.53242Z" fill="#97C680"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M39.0932 5.70412C38.0519 4.66275 36.3634 4.66275 35.3221 5.70412L34.3792 6.64696L38.1505 10.4182L39.0932 9.4754C40.1346 8.43402 40.1347 6.74552 39.0932 5.70412ZM32.4936 2.8757C35.0971 0.272218 39.3182 0.272227 41.9217 2.87573C44.5252 5.47917 44.5253 9.70028 41.9217 12.3038C41.9217 12.3038 41.9217 12.3038 41.9217 12.3038L39.5648 14.6608C39.1897 15.0359 38.681 15.2466 38.1505 15.2466C37.6201 15.2466 37.1114 15.0359 36.7363 14.6608L30.1366 8.06117C29.7615 7.6861 29.5508 7.17739 29.5508 6.64695C29.5508 6.11651 29.7615 5.6078 30.1366 5.23273L32.4936 2.8757C32.4936 2.87571 32.4937 2.87569 32.4936 2.8757Z" fill="#97C680"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.97983 28.2174C8.51027 28.2174 9.01898 28.4281 9.39405 28.8032L15.9937 35.4029C16.7747 36.184 16.7747 37.4503 15.9936 38.2313L10.3368 43.8881C9.55579 44.6692 8.28947 44.6692 7.50842 43.8881L0.908714 37.2885C0.533637 36.9135 0.322919 36.4047 0.322917 35.8743C0.322914 35.3439 0.533627 34.8352 0.9087 34.4601L6.56561 28.8032C6.94068 28.4281 7.44939 28.2174 7.97983 28.2174ZM5.15135 35.8743L8.92261 39.6455L11.751 36.8171L7.97981 33.0458L5.15135 35.8743Z" fill="#97C680"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M31.5511 24.5601C29.989 22.998 27.4563 22.998 25.8942 24.5601C24.3321 26.1222 24.3321 28.6548 25.8942 30.2169C27.4563 31.779 29.989 31.779 31.5511 30.2169C33.1132 28.6548 33.1132 26.1222 31.5511 24.5601ZM23.0658 21.7316C26.19 18.6074 31.2553 18.6074 34.3795 21.7316C37.5037 24.8558 37.5037 29.9212 34.3795 33.0454C31.2553 36.1695 26.19 36.1695 23.0658 33.0454C19.9416 29.9212 19.9416 24.8558 23.0658 21.7316Z" fill="#97C680"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M0.585787 23.2524C1.36684 22.4713 2.63317 22.4713 3.41421 23.2524L20.3847 40.2229C21.1658 41.004 21.1658 42.2703 20.3847 43.0513C19.6037 43.8324 18.3374 43.8324 17.5563 43.0513L0.585786 26.0808C-0.195262 25.2997 -0.195262 24.0334 0.585787 23.2524Z" fill="#97C680"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.33333 56.6666C5.33333 55.562 6.22876 54.6666 7.33333 54.6666H50C51.1046 54.6666 52 55.562 52 56.6666C52 57.7712 51.1046 58.6666 50 58.6666H7.33333C6.22876 58.6666 5.33333 57.7712 5.33333 56.6666Z" fill="#97C680"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M33.3334 27.3333C33.3334 26.2287 34.2289 25.3333 35.3334 25.3333C42.0495 25.3333 48.0001 31.8624 48.0001 40.6666C48.0001 49.6775 41.1817 54.7823 37.3677 57.6378C37.0755 57.8566 36.8009 58.0622 36.5484 58.2553C35.6709 58.9263 34.4157 58.7589 33.7447 57.8815C33.0738 57.0041 33.2411 55.7489 34.1185 55.0779C34.3576 54.8951 34.6033 54.709 34.854 54.5191C38.8055 51.5266 44.0001 47.5925 44.0001 40.6666C44.0001 33.4708 39.2841 29.3333 35.3334 29.3333C34.2289 29.3333 33.3334 28.4378 33.3334 27.3333Z" fill="#97C680"/>
</svg>                                        </div>

                                        <div class="solve__grid__item-main">
                                            <div class="solve__grid__item-title">Medical Examination</div>
                                            <div class="solve__grid__item__text">
                                                We assist in selecting doctors and clinics, scheduling medical examinations, and providing support throughout the entire process.                                                                                            </div>

                                            <div class="solve__grid__item-footer">
                                                
                                                                                            </div>
                                        </div>

                                    </div>
                                </div>
                                                            <div class="solve__grid__item " data-dropdown-parent data-aos="zoom-in" data-item-index="2">
                                    <div class="solve__grid__item-flex">

                                        <div class="solve__grid__item-icon">
                                            <svg width="52" height="59" viewBox="0 0 52 59" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M25.4512 0.0800896C25.8173 -0.0267458 26.2063 -0.0266955 26.5723 0.0802344L50.5608 7.08776C51.4137 7.33692 52 8.11895 52 9.00753V23.3782C52 39.3439 41.7827 53.5179 26.6357 58.5648C26.2254 58.7015 25.7818 58.7015 25.3714 58.5648C10.2205 53.518 0 39.341 0 23.3716V9.00753C0 8.11875 0.586513 7.33661 1.43969 7.08761L25.4512 0.0800896ZM4 10.5073V23.3716C4 37.3957 12.8349 49.8705 26.0034 54.5522C39.1681 49.8705 48 37.3987 48 23.3782V10.5069L26.0113 4.08351L4 10.5073Z" fill="#97C680"/>
<path d="M25.933 15.933C27.0376 15.933 27.933 16.8284 27.933 17.933V39.2663C27.933 40.3709 27.0376 41.2663 25.933 41.2663C24.8284 41.2663 23.933 40.3709 23.933 39.2663V17.933C23.933 16.8284 24.8284 15.933 25.933 15.933Z" fill="#97C680"/>
<path d="M13.2663 28.5997C13.2663 27.4951 14.1618 26.5997 15.2663 26.5997H36.5997C37.7042 26.5997 38.5997 27.4951 38.5997 28.5997C38.5997 29.7042 37.7042 30.5997 36.5997 30.5997H15.2663C14.1618 30.5997 13.2663 29.7042 13.2663 28.5997Z" fill="#97C680"/>
</svg>                                        </div>

                                        <div class="solve__grid__item-main">
                                            <div class="solve__grid__item-title">Medical Insurance</div>
                                            <div class="solve__grid__item__text">
                                                We provide support and assistance in resolving issues related to free medical and social insurance, including submitting the necessary documents.                                                                                            </div>

                                            <div class="solve__grid__item-footer">
                                                
                                                                                            </div>
                                        </div>

                                    </div>
                                </div>
                                                            <div class="solve__grid__item " data-dropdown-parent data-aos="zoom-in" data-item-index="3">
                                    <div class="solve__grid__item-flex">

                                        <div class="solve__grid__item-icon">
                                            <svg width="56" height="50" viewBox="0 0 56 50" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M0.666504 18.3333C0.666504 15.7559 2.75586 13.6666 5.33317 13.6666H50.6665C53.2439 13.6666 55.3332 15.7559 55.3332 18.3333V44.9999C55.3332 47.5773 53.2439 49.6666 50.6665 49.6666H5.3332C2.75589 49.6666 0.666544 47.5773 0.666544 44.9999L0.666504 18.3333ZM5.33317 17.6666C4.96496 17.6666 4.6665 17.965 4.6665 18.3333L4.66654 44.9999C4.66654 45.3681 4.96501 45.6666 5.3332 45.6666H50.6665C51.0347 45.6666 51.3332 45.3682 51.3332 44.9999V18.3333C51.3332 17.965 51.0347 17.6666 50.6665 17.6666H5.33317Z" fill="#97C680"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.6665 2.33325C12.6665 1.22868 13.5619 0.333252 14.6665 0.333252H41.3332C42.4377 0.333252 43.3332 1.22868 43.3332 2.33325V15.6666C43.3332 16.7712 42.4377 17.6666 41.3332 17.6666H14.6665C13.5619 17.6666 12.6665 16.7712 12.6665 15.6666V2.33325ZM16.6665 4.33325V13.6666H39.3332V4.33325H16.6665Z" fill="#97C680"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.3332 31.6666C19.3332 30.562 20.2286 29.6666 21.3332 29.6666H34.6665C35.7711 29.6666 36.6665 30.562 36.6665 31.6666C36.6665 32.7712 35.7711 33.6666 34.6665 33.6666H21.3332C20.2286 33.6666 19.3332 32.7712 19.3332 31.6666Z" fill="#97C680"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.9998 22.9999C29.1044 22.9999 29.9998 23.8953 29.9998 24.9999V38.3333C29.9998 39.4378 29.1044 40.3333 27.9998 40.3333C26.8953 40.3333 25.9998 39.4378 25.9998 38.3333V24.9999C25.9998 23.8953 26.8953 22.9999 27.9998 22.9999Z" fill="#97C680"/>
</svg>                                        </div>

                                        <div class="solve__grid__item-main">
                                            <div class="solve__grid__item-title">Registration with a Family Doctor</div>
                                            <div class="solve__grid__item__text">
                                                We help you find a primary care physician, schedule an appointment with a family doctor, and provide assistance from our specialist during the process.                                                                                            </div>

                                            <div class="solve__grid__item-footer">
                                                
                                                                                            </div>
                                        </div>

                                    </div>
                                </div>
                                                            <div class="solve__grid__item mobile-hide" data-dropdown-parent data-aos="zoom-in" data-item-index="4">
                                    <div class="solve__grid__item-flex">

                                        <div class="solve__grid__item-icon">
                                            <svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.3335 25.3334C3.3335 16.1287 10.7954 8.66675 20.0002 8.66675C24.7141 8.66675 28.9705 10.6251 32.0002 13.7673C35.0298 10.6251 39.2863 8.66675 44.0002 8.66675C53.2049 8.66675 60.6668 16.1287 60.6668 25.3334C60.6668 33.435 55.9116 40.9155 50.2547 46.6284C44.5783 52.3608 37.6511 56.6647 32.6309 58.333C32.2214 58.469 31.7789 58.469 31.3694 58.333C26.3493 56.6647 19.4221 52.3608 13.7457 46.6284C8.08875 40.9155 3.3335 33.435 3.3335 25.3334ZM20.0002 12.6667C13.0046 12.6667 7.3335 18.3378 7.3335 25.3334C7.3335 31.8985 11.2449 38.418 16.588 43.8139C21.6578 48.9338 27.7095 52.7273 32.0002 54.3153C36.2909 52.7273 42.3425 48.9338 47.4123 43.8139C52.7554 38.418 56.6668 31.8985 56.6668 25.3334C56.6668 18.3379 50.9957 12.6667 44.0002 12.6667C39.7178 12.6667 35.9311 14.79 33.6354 18.05C33.2608 18.582 32.6508 18.8985 32.0002 18.8985C31.3495 18.8985 30.7395 18.582 30.3649 18.05C28.0692 14.79 24.2825 12.6667 20.0002 12.6667Z" fill="#97C680"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M32.0003 24.0083C33.1049 24.0083 34.0003 24.9037 34.0003 26.0083L34.0003 41.0933C34.0003 42.1978 33.1049 43.0933 32.0003 43.0933C30.8957 43.0933 30.0003 42.1978 30.0003 41.0933V26.0083C30.0003 24.9037 30.8957 24.0083 32.0003 24.0083Z" fill="#97C680"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.4578 33.5508C22.4578 32.4462 23.3532 31.5508 24.4578 31.5508L39.5427 31.5507C40.6472 31.5507 41.5427 32.4461 41.5427 33.5507C41.5427 34.6552 40.6473 35.5507 39.5427 35.5507L24.4578 35.5508C23.3533 35.5508 22.4578 34.6554 22.4578 33.5508Z" fill="#97C680"/>
</svg>                                        </div>

                                        <div class="solve__grid__item-main">
                                            <div class="solve__grid__item-title">Private Medical Insurance</div>
                                            <div class="solve__grid__item__text">
                                                We assist in selecting and arranging suitable private insurance and help with interactions with the insurance company.                                                                                            </div>

                                            <div class="solve__grid__item-footer">
                                                
                                                                                            </div>
                                        </div>

                                    </div>
                                </div>
                                                    </div>

                                                    <button class="btn shine-anim solve__grid-load">
                                <span>Show more</span>
                                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
                                    <path d="M0 224c0 17.7 14.3 32 32 32s32-14.3 32-32c0-53 43-96 96-96l160 0 0 32c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l64-64c12.5-12.5 12.5-32.8 0-45.3l-64-64c-9.2-9.2-22.9-11.9-34.9-6.9S320 19.1 320 32l0 32L160 64C71.6 64 0 135.6 0 224zm512 64c0-17.7-14.3-32-32-32s-32 14.3-32 32c0 53-43 96-96 96l-160 0 0-32c0-12.9 7.8-24.6-19.8-29.6s-25.7-2.2-34.9 6.9l-64 64c-12.5 12.5-12.5 32.8 0 45.3l64 64c9.2 9.2 22.9 11.9 34.9 6.9s19.8-16.6 19.8-29.6l0-32 160 0c88.4 0 160-71.6 160-160z"/>
                                </svg>
                            </button>
                        
                    </div>
                                        <div data-solve-tab-id="tab_4" class="solve-tab" style="display: none;">

                        <div class="solve__grid">
                                                            <div class="solve__grid__item " data-dropdown-parent data-aos="zoom-in" data-item-index="0">
                                    <div class="solve__grid__item-flex">

                                        <div class="solve__grid__item-icon">
                                            <svg width="58" height="55" viewBox="0 0 58 55" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M21.0002 52.7371V33.0037C21.0002 31.5103 21.0002 30.7635 21.2908 30.1931C21.5465 29.6913 21.9544 29.2834 22.4562 29.0277C23.0266 28.7371 23.7734 28.7371 25.2668 28.7371H32.7335C34.227 28.7371 34.9737 28.7371 35.5441 29.0277C36.0459 29.2834 36.4539 29.6913 36.7095 30.1931C37.0002 30.7635 37.0002 31.5103 37.0002 33.0037V52.7371M2.3335 22.0704L26.4402 3.99039C27.3582 3.30188 27.8172 2.95762 28.3213 2.82491C28.7663 2.70778 29.234 2.70778 29.679 2.82491C30.1831 2.95762 30.6422 3.30188 31.5602 3.99039L55.6668 22.0704M7.66684 18.0704V44.2037C7.66684 47.1907 7.66684 48.6842 8.24814 49.825C8.75946 50.8285 9.57536 51.6444 10.5789 52.1558C11.7198 52.7371 13.2132 52.7371 16.2002 52.7371H41.8002C44.7871 52.7371 46.2806 52.7371 47.4215 52.1558C48.425 51.6444 49.2409 50.8285 49.7522 49.825C50.3335 48.6842 50.3335 47.1907 50.3335 44.2037V18.0704L34.1202 5.91039C32.2841 4.53336 31.3661 3.84484 30.3579 3.57943C29.4679 3.34516 28.5325 3.34516 27.6425 3.57943C26.6342 3.84484 25.7162 4.53336 23.8802 5.91039L7.66684 18.0704Z" stroke="#97C680" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
</svg>                                        </div>

                                        <div class="solve__grid__item-main">
                                            <div class="solve__grid__item-title">Property Rental</div>
                                            <div class="solve__grid__item__text">
                                                We help you find rental housing that matches your budget and requirements, providing support at every stage — from signing the lease agreement to obtaining proof of residence at the address.                                                                                            </div>

                                            <div class="solve__grid__item-footer">
                                                
                                                                                            </div>
                                        </div>

                                    </div>
                                </div>
                                                            <div class="solve__grid__item " data-dropdown-parent data-aos="zoom-in" data-item-index="1">
                                    <div class="solve__grid__item-flex">

                                        <div class="solve__grid__item-icon">
                                            <svg width="64" height="65" viewBox="0 0 64 65" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M5.3335 32.7371C5.3335 47.4647 17.2726 59.4038 32.0002 59.4038C36.4184 59.4038 40.0002 55.822 40.0002 51.4038V50.0704C40.0002 48.832 40.0002 48.2128 40.0686 47.6929C40.5412 44.103 43.3661 41.2782 46.956 40.8055C47.4758 40.7371 48.095 40.7371 49.3335 40.7371H50.6668C55.0851 40.7371 58.6668 37.1554 58.6668 32.7371C58.6668 18.0095 46.7278 6.07043 32.0002 6.07043C17.2726 6.07043 5.3335 18.0095 5.3335 32.7371Z" stroke="#97C680" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M18.6668 35.4038C20.1396 35.4038 21.3335 34.2099 21.3335 32.7371C21.3335 31.2643 20.1396 30.0704 18.6668 30.0704C17.1941 30.0704 16.0002 31.2643 16.0002 32.7371C16.0002 34.2099 17.1941 35.4038 18.6668 35.4038Z" stroke="#97C680" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M42.6668 24.7371C44.1396 24.7371 45.3335 23.5432 45.3335 22.0704C45.3335 20.5977 44.1396 19.4038 42.6668 19.4038C41.1941 19.4038 40.0002 20.5977 40.0002 22.0704C40.0002 23.5432 41.1941 24.7371 42.6668 24.7371Z" stroke="#97C680" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M26.6668 22.0704C28.1396 22.0704 29.3335 20.8765 29.3335 19.4038C29.3335 17.931 28.1396 16.7371 26.6668 16.7371C25.1941 16.7371 24.0002 17.931 24.0002 19.4038C24.0002 20.8765 25.1941 22.0704 26.6668 22.0704Z" stroke="#97C680" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
</svg>                                        </div>

                                        <div class="solve__grid__item-main">
                                            <div class="solve__grid__item-title">Interior Design</div>
                                            <div class="solve__grid__item__text">
                                                We offer interior and exterior design services for properties. Our specialists provide guidance and oversee the implementation of the design project.                                                                                            </div>

                                            <div class="solve__grid__item-footer">
                                                
                                                                                            </div>
                                        </div>

                                    </div>
                                </div>
                                                            <div class="solve__grid__item " data-dropdown-parent data-aos="zoom-in" data-item-index="2">
                                    <div class="solve__grid__item-flex">

                                        <div class="solve__grid__item-icon">
                                            <svg width="58" height="55" viewBox="0 0 58 55" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M21.0002 52.7371V33.0037C21.0002 31.5103 21.0002 30.7635 21.2908 30.1931C21.5465 29.6913 21.9544 29.2834 22.4562 29.0277C23.0266 28.7371 23.7734 28.7371 25.2668 28.7371H32.7335C34.227 28.7371 34.9737 28.7371 35.5441 29.0277C36.0459 29.2834 36.4539 29.6913 36.7095 30.1931C37.0002 30.7635 37.0002 31.5103 37.0002 33.0037V52.7371M2.3335 22.0704L26.4402 3.99039C27.3582 3.30188 27.8172 2.95762 28.3213 2.82491C28.7663 2.70778 29.234 2.70778 29.679 2.82491C30.1831 2.95762 30.6422 3.30188 31.5602 3.99039L55.6668 22.0704M7.66684 18.0704V44.2037C7.66684 47.1907 7.66684 48.6842 8.24814 49.825C8.75946 50.8285 9.57536 51.6444 10.5789 52.1558C11.7198 52.7371 13.2132 52.7371 16.2002 52.7371H41.8002C44.7871 52.7371 46.2806 52.7371 47.4215 52.1558C48.425 51.6444 49.2409 50.8285 49.7522 49.825C50.3335 48.6842 50.3335 47.1907 50.3335 44.2037V18.0704L34.1202 5.91039C32.2841 4.53336 31.3661 3.84484 30.3579 3.57943C29.4679 3.34516 28.5325 3.34516 27.6425 3.57943C26.6342 3.84484 25.7162 4.53336 23.8802 5.91039L7.66684 18.0704Z" stroke="#97C680" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
</svg>                                        </div>

                                        <div class="solve__grid__item-main">
                                            <div class="solve__grid__item-title">Residential Real Estate</div>
                                            <div class="solve__grid__item__text">
                                                We assist you in selecting residential properties, including both secondary housing and new builds from developers, and provide support throughout the transaction process.                                                                                            </div>

                                            <div class="solve__grid__item-footer">
                                                
                                                                                            </div>
                                        </div>

                                    </div>
                                </div>
                                                            <div class="solve__grid__item " data-dropdown-parent data-aos="zoom-in" data-item-index="3">
                                    <div class="solve__grid__item-flex">

                                        <div class="solve__grid__item-icon">
                                            <svg width="58" height="53" viewBox="0 0 58 53" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M17.0002 24.0704H9.26683C7.77336 24.0704 7.02662 24.0704 6.45619 24.361C5.95442 24.6167 5.54647 25.0247 5.29081 25.5264C5.00016 26.0969 5.00016 26.8436 5.00016 28.3371V50.7371M41.0002 24.0704H48.7335C50.227 24.0704 50.9737 24.0704 51.5441 24.361C52.0459 24.6167 52.4539 25.0247 52.7095 25.5264C53.0002 26.0969 53.0002 26.8436 53.0002 28.3371V50.7371M41.0002 50.7371V11.2704C41.0002 8.28345 41.0002 6.78997 40.4189 5.64911C39.9075 4.64558 39.0916 3.82968 38.0881 3.31836C36.9473 2.73706 35.4538 2.73706 32.4668 2.73706H25.5335C22.5465 2.73706 21.0531 2.73706 19.9122 3.31836C18.9087 3.82968 18.0928 4.64558 17.5815 5.64911C17.0002 6.78997 17.0002 8.28345 17.0002 11.2704V50.7371M55.6668 50.7371H2.3335M26.3335 13.4037H31.6668M26.3335 24.0704H31.6668M26.3335 34.7371H31.6668" stroke="#97C680" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
</svg>                                        </div>

                                        <div class="solve__grid__item-main">
                                            <div class="solve__grid__item-title">Real Estate Investments</div>
                                            <div class="solve__grid__item__text">
                                                We provide professional support in selecting properties, calculating potential returns, and managing other aspects of real estate investments.                                                                                            </div>

                                            <div class="solve__grid__item-footer">
                                                
                                                                                            </div>
                                        </div>

                                    </div>
                                </div>
                                                            <div class="solve__grid__item mobile-hide" data-dropdown-parent data-aos="zoom-in" data-item-index="4">
                                    <div class="solve__grid__item-flex">

                                        <div class="solve__grid__item-icon">
                                            <svg width="58" height="58" viewBox="0 0 58 58" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M21.0002 20.7371H21.0268M37.0002 36.7371H37.0268M39.6668 18.0704L18.3335 39.4038M21.5386 51.6728C22.4126 51.5572 23.2955 51.7942 23.9917 52.3305L27.2003 54.7927C28.261 55.6075 29.7364 55.6075 30.7941 54.7927L34.1242 52.2357C34.7463 51.7587 35.5315 51.5483 36.3077 51.652L40.4733 52.2002C41.7976 52.375 43.0745 51.6372 43.5871 50.4017L45.1899 46.5262C45.4892 45.8003 46.0639 45.2255 46.7898 44.9263L50.665 43.3234C51.9005 42.8137 52.6382 41.5338 52.4634 40.2094L51.936 36.1947C51.8205 35.3206 52.0575 34.4377 52.5938 33.7414L55.0558 30.5326C55.8705 29.4719 55.8705 27.9964 55.0558 26.9386L52.4989 23.6084C52.0219 22.9862 51.8116 22.201 51.9153 21.4247L52.4634 17.2589C52.6382 15.9345 51.9005 14.6575 50.665 14.1449L46.7898 12.542C46.0639 12.2427 45.4892 11.6679 45.1899 10.942L43.5871 7.06659C43.0775 5.83107 41.7976 5.09331 40.4733 5.26812L36.3077 5.81626C35.5315 5.92292 34.7464 5.71255 34.1271 5.23849L30.7971 2.68153C29.7364 1.86674 28.261 1.86674 27.2033 2.68153L23.8732 5.23849C23.251 5.71255 22.4659 5.92292 21.6897 5.82218L17.5241 5.27405C16.1997 5.09924 14.9228 5.837 14.4103 7.07252L12.8104 10.948C12.5082 11.6709 11.9334 12.2457 11.2105 12.5479L7.3353 14.1479C6.09985 14.6605 5.36213 15.9375 5.53693 17.2619L6.08503 21.4277C6.18577 22.2039 5.97541 22.9891 5.50138 23.6084L2.94456 26.9386C2.12981 27.9993 2.12981 29.4749 2.94456 30.5326L5.50138 33.8629C5.97838 34.4851 6.18873 35.2703 6.08503 36.0465L5.53693 40.2123C5.36213 41.5367 6.09985 42.8137 7.3353 43.3263L11.2105 44.9292C11.9364 45.2285 12.5112 45.8033 12.8104 46.5292L14.4132 50.4046C14.9228 51.6402 16.2027 52.3779 17.527 52.2031L21.5386 51.6728ZM22.3335 20.7371C22.3335 21.4735 21.7365 22.0704 21.0002 22.0704C20.2638 22.0704 19.6668 21.4735 19.6668 20.7371C19.6668 20.0007 20.2638 19.4038 21.0002 19.4038C21.7365 19.4038 22.3335 20.0007 22.3335 20.7371ZM38.3335 36.7371C38.3335 37.4735 37.7365 38.0704 37.0002 38.0704C36.2638 38.0704 35.6668 37.4735 35.6668 36.7371C35.6668 36.0007 36.2638 35.4038 37.0002 35.4038C37.7365 35.4038 38.3335 36.0007 38.3335 36.7371Z" stroke="#97C680" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
</svg>                                        </div>

                                        <div class="solve__grid__item-main">
                                            <div class="solve__grid__item-title">Mortgage</div>
                                            <div class="solve__grid__item__text">
                                                We provide comprehensive support, assist in calculating the required amount for obtaining a mortgage, and work with banks to arrange a mortgage loan.                                                                                            </div>

                                            <div class="solve__grid__item-footer">
                                                
                                                                                            </div>
                                        </div>

                                    </div>
                                </div>
                                                            <div class="solve__grid__item mobile-hide" data-dropdown-parent data-aos="zoom-in" data-item-index="5">
                                    <div class="solve__grid__item-flex">

                                        <div class="solve__grid__item-icon">
                                            <svg width="58" height="58" viewBox="0 0 58 58" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M21.0002 20.7371H21.0268M37.0002 36.7371H37.0268M39.6668 18.0704L18.3335 39.4038M21.5386 51.6728C22.4126 51.5572 23.2955 51.7942 23.9917 52.3305L27.2003 54.7927C28.261 55.6075 29.7364 55.6075 30.7941 54.7927L34.1242 52.2357C34.7463 51.7587 35.5315 51.5483 36.3077 51.652L40.4733 52.2002C41.7976 52.375 43.0745 51.6372 43.5871 50.4017L45.1899 46.5262C45.4892 45.8003 46.0639 45.2255 46.7898 44.9263L50.665 43.3234C51.9005 42.8137 52.6382 41.5338 52.4634 40.2094L51.936 36.1947C51.8205 35.3206 52.0575 34.4377 52.5938 33.7414L55.0558 30.5326C55.8705 29.4719 55.8705 27.9964 55.0558 26.9386L52.4989 23.6084C52.0219 22.9862 51.8116 22.201 51.9153 21.4247L52.4634 17.2589C52.6382 15.9345 51.9005 14.6575 50.665 14.1449L46.7898 12.542C46.0639 12.2427 45.4892 11.6679 45.1899 10.942L43.5871 7.06659C43.0775 5.83107 41.7976 5.09331 40.4733 5.26812L36.3077 5.81626C35.5315 5.92292 34.7464 5.71255 34.1271 5.23849L30.7971 2.68153C29.7364 1.86674 28.261 1.86674 27.2033 2.68153L23.8732 5.23849C23.251 5.71255 22.4659 5.92292 21.6897 5.82218L17.5241 5.27405C16.1997 5.09924 14.9228 5.837 14.4103 7.07252L12.8104 10.948C12.5082 11.6709 11.9334 12.2457 11.2105 12.5479L7.3353 14.1479C6.09985 14.6605 5.36213 15.9375 5.53693 17.2619L6.08503 21.4277C6.18577 22.2039 5.97541 22.9891 5.50138 23.6084L2.94456 26.9386C2.12981 27.9993 2.12981 29.4749 2.94456 30.5326L5.50138 33.8629C5.97838 34.4851 6.18873 35.2703 6.08503 36.0465L5.53693 40.2123C5.36213 41.5367 6.09985 42.8137 7.3353 43.3263L11.2105 44.9292C11.9364 45.2285 12.5112 45.8033 12.8104 46.5292L14.4132 50.4046C14.9228 51.6402 16.2027 52.3779 17.527 52.2031L21.5386 51.6728ZM22.3335 20.7371C22.3335 21.4735 21.7365 22.0704 21.0002 22.0704C20.2638 22.0704 19.6668 21.4735 19.6668 20.7371C19.6668 20.0007 20.2638 19.4038 21.0002 19.4038C21.7365 19.4038 22.3335 20.0007 22.3335 20.7371ZM38.3335 36.7371C38.3335 37.4735 37.7365 38.0704 37.0002 38.0704C36.2638 38.0704 35.6668 37.4735 35.6668 36.7371C35.6668 36.0007 36.2638 35.4038 37.0002 35.4038C37.7365 35.4038 38.3335 36.0007 38.3335 36.7371Z" stroke="#97C680" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
</svg>                                        </div>

                                        <div class="solve__grid__item-main">
                                            <div class="solve__grid__item-title">Mortgage for Foreign Citizens</div>
                                            <div class="solve__grid__item__text">
                                                We provide full support, assist in calculating the required overseas income, and collaborate with Slovak banks to arrange mortgage loans for non-residents.                                                                                            </div>

                                            <div class="solve__grid__item-footer">
                                                
                                                                                            </div>
                                        </div>

                                    </div>
                                </div>
                                                            <div class="solve__grid__item mobile-hide" data-dropdown-parent data-aos="zoom-in" data-item-index="6">
                                    <div class="solve__grid__item-flex">

                                        <div class="solve__grid__item-icon">
                                            <svg width="52" height="53" viewBox="0 0 52 53" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7.33333 18.7371V40.0704M19.3333 18.7371V40.0704M32.6667 18.7371V40.0704M44.6667 18.7371V40.0704M2 44.3371L2 46.4704C2 47.9639 2 48.7106 2.29065 49.281C2.54631 49.7828 2.95426 50.1908 3.45603 50.4464C4.02646 50.7371 4.77319 50.7371 6.26667 50.7371H45.7333C47.2268 50.7371 47.9735 50.7371 48.544 50.4464C49.0457 50.1908 49.4537 49.7828 49.7094 49.281C50 48.7106 50 47.9639 50 46.4704V44.3371C50 42.8436 50 42.0969 49.7094 41.5264C49.4537 41.0247 49.0457 40.6167 48.544 40.3611C47.9735 40.0704 47.2268 40.0704 45.7333 40.0704H6.26667C4.77319 40.0704 4.02646 40.0704 3.45603 40.3611C2.95426 40.6167 2.54631 41.0247 2.29065 41.5264C2 42.0969 2 42.8436 2 44.3371ZM25.0744 2.94276L5.3411 7.32794C4.14893 7.59286 3.55285 7.72533 3.10791 8.04588C2.71544 8.32863 2.40727 8.71279 2.2164 9.15725C2 9.66114 2 10.2718 2 11.493L2 14.4704C2 15.9639 2 16.7106 2.29065 17.281C2.54631 17.7828 2.95426 18.1908 3.45603 18.4464C4.02646 18.7371 4.77319 18.7371 6.26667 18.7371H45.7333C47.2268 18.7371 47.9735 18.7371 48.544 18.4464C49.0457 18.1908 49.4537 17.7828 49.7094 17.281C50 16.7106 50 15.9639 50 14.4704V11.493C50 10.2718 50 9.66114 49.7836 9.15725C49.5927 8.7128 49.2846 8.32863 48.8921 8.04588C48.4471 7.72533 47.8511 7.59287 46.6589 7.32794L26.9256 2.94276C26.5802 2.866 26.4075 2.82762 26.2329 2.81232C26.0779 2.79873 25.9221 2.79873 25.767 2.81232C25.5925 2.82762 25.4198 2.866 25.0744 2.94276Z" stroke="#97C680" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
</svg>                                        </div>

                                        <div class="solve__grid__item-main">
                                            <div class="solve__grid__item-title">Commercial Real Estate</div>
                                            <div class="solve__grid__item__text">
                                                We develop a plan and assist you in selecting and purchasing commercial properties.                                                                                            </div>

                                            <div class="solve__grid__item-footer">
                                                
                                                                                            </div>
                                        </div>

                                    </div>
                                </div>
                                                            <div class="solve__grid__item mobile-hide" data-dropdown-parent data-aos="zoom-in" data-item-index="7">
                                    <div class="solve__grid__item-flex">

                                        <div class="solve__grid__item-icon">
                                            <svg width="64" height="65" viewBox="0 0 64 65" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M34.6668 19.4037L31.6921 13.4542C30.8359 11.7419 30.4078 10.8857 29.7692 10.2602C29.2044 9.70701 28.5237 9.28632 27.7764 9.02855C26.9313 8.73706 25.974 8.73706 24.0596 8.73706H13.8668C10.8799 8.73706 9.38641 8.73706 8.24555 9.31836C7.24202 9.82968 6.42612 10.6456 5.91479 11.6491C5.3335 12.79 5.3335 14.2834 5.3335 17.2704V19.4037M5.3335 19.4037H45.8668C50.3473 19.4037 52.5875 19.4037 54.2988 20.2757C55.804 21.0427 57.0279 22.2665 57.7949 23.7718C58.6668 25.4831 58.6668 27.7233 58.6668 32.2037V43.9371C58.6668 48.4175 58.6668 50.6577 57.7949 52.369C57.0279 53.8743 55.804 55.0981 54.2988 55.8651C52.5875 56.7371 50.3473 56.7371 45.8668 56.7371H18.1335C13.6531 56.7371 11.4129 56.7371 9.70157 55.8651C8.19628 55.0981 6.97243 53.8743 6.20544 52.369C5.3335 50.6577 5.3335 48.4175 5.3335 43.9371V19.4037ZM24.0002 38.0704L29.3335 43.4037L41.3335 31.4037" stroke="#97C680" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
</svg>                                        </div>

                                        <div class="solve__grid__item-main">
                                            <div class="solve__grid__item-title">Registration with Authorities</div>
                                            <div class="solve__grid__item__text">
                                                We assist you in completing all necessary registrations with relevant authorities after purchasing property.                                                                                            </div>

                                            <div class="solve__grid__item-footer">
                                                
                                                                                            </div>
                                        </div>

                                    </div>
                                </div>
                                                            <div class="solve__grid__item mobile-hide" data-dropdown-parent data-aos="zoom-in" data-item-index="8">
                                    <div class="solve__grid__item-flex">

                                        <div class="solve__grid__item-icon">
                                            <svg width="55" height="58" viewBox="0 0 55 58" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M44.6667 8.7371C44.6667 9.97618 44.6667 10.5957 44.5642 11.1109C44.1434 13.2266 42.4895 14.8805 40.3738 15.3013C39.8586 15.4038 39.2391 15.4038 38 15.4038H8.66667C7.42759 15.4038 6.80805 15.4038 6.29285 15.3013C4.17717 14.8805 2.52331 13.2266 2.10248 11.1109C2 10.5957 2 9.97618 2 8.7371C2 7.49802 2 6.87848 2.10248 6.36329C2.52331 4.2476 4.17717 2.59375 6.29285 2.17291C6.80805 2.07043 7.42759 2.07043 8.66667 2.07043H38C39.2391 2.07043 39.8586 2.07043 40.3738 2.17291C42.4895 2.59375 44.1434 4.2476 44.5642 6.36329C44.6667 6.87848 44.6667 7.49802 44.6667 8.7371ZM44.6667 8.7371C47.1517 8.7371 48.3942 8.7371 49.3743 9.14308C50.6811 9.68438 51.7194 10.7226 52.2607 12.0295C52.6667 13.0096 52.6667 14.2521 52.6667 16.7371V17.5371C52.6667 20.524 52.6667 22.0175 52.0854 23.1584C51.574 24.1619 50.7582 24.9778 49.7546 25.4891C48.6138 26.0704 47.1203 26.0704 44.1333 26.0704H34.5333C31.5464 26.0704 30.0529 26.0704 28.9121 26.6517C27.9085 27.1631 27.0926 27.979 26.5813 28.9825C26 30.1233 26 31.6168 26 34.6038V36.7371M24.9333 55.4038H27.0667C28.5601 55.4038 29.3069 55.4038 29.8773 55.1131C30.3791 54.8575 30.787 54.4495 31.0427 53.9477C31.3333 53.3773 31.3333 52.6306 31.3333 51.1371V41.0038C31.3333 39.5103 31.3333 38.7636 31.0427 38.1931C30.787 37.6914 30.3791 37.2834 29.8773 37.0278C29.3069 36.7371 28.5601 36.7371 27.0667 36.7371H24.9333C23.4399 36.7371 22.6931 36.7371 22.1227 37.0278C21.6209 37.2834 21.213 37.6914 20.9573 38.1931C20.6667 38.7636 20.6667 39.5103 20.6667 41.0038V51.1371C20.6667 52.6306 20.6667 53.3773 20.9573 53.9477C21.213 54.4495 21.6209 54.8575 22.1227 55.1131C22.6931 55.4038 23.4399 55.4038 24.9333 55.4038Z" stroke="#97C680" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
</svg>                                        </div>

                                        <div class="solve__grid__item-main">
                                            <div class="solve__grid__item-title">Apartment Renovations</div>
                                            <div class="solve__grid__item__text">
                                                We provide property renovation services, with supervision by a foreman and architect, ensuring oversight at every stage of the process.                                                                                            </div>

                                            <div class="solve__grid__item-footer">
                                                
                                                                                            </div>
                                        </div>

                                    </div>
                                </div>
                                                            <div class="solve__grid__item mobile-hide" data-dropdown-parent data-aos="zoom-in" data-item-index="9">
                                    <div class="solve__grid__item-flex">

                                        <div class="solve__grid__item-icon">
                                            <svg width="58" height="55" viewBox="0 0 58 55" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M3.66777 31.4038H19.6678M38.3344 31.4038H54.3344M29.0011 15.4038V52.7371M29.0011 15.4038C32.683 15.4038 35.6678 12.419 35.6678 8.7371M29.0011 15.4038C25.3192 15.4038 22.3344 12.419 22.3344 8.7371M7.66777 52.7371L50.3344 52.7371M7.66777 8.73712L22.3344 8.7371M22.3344 8.7371C22.3344 5.0552 25.3192 2.07043 29.0011 2.07043C32.683 2.07043 35.6678 5.0552 35.6678 8.7371M35.6678 8.7371L50.3344 8.7371M20.6823 34.9674C19.6138 39.0587 15.9827 42.0704 11.6678 42.0704C7.35283 42.0704 3.72178 39.0587 2.65327 34.9674C2.56596 34.6331 2.52231 34.466 2.5181 33.7981C2.51552 33.3887 2.66767 32.4447 2.79874 32.0569C3.01258 31.4242 3.24405 31.067 3.707 30.3528L11.6678 18.0704L19.6285 30.3528C20.0915 31.067 20.323 31.4242 20.5368 32.0569C20.6679 32.4447 20.82 33.3887 20.8174 33.7981C20.8132 34.466 20.7696 34.6331 20.6823 34.9674ZM55.3489 34.9674C54.2804 39.0587 50.6494 42.0704 46.3344 42.0704C42.0195 42.0704 38.3885 39.0587 37.3199 34.9674C37.2326 34.6331 37.189 34.466 37.1848 33.7981C37.1822 33.3887 37.3343 32.4447 37.4654 32.0569C37.6793 31.4242 37.9107 31.067 38.3737 30.3528L46.3344 18.0704L54.2952 30.3528C54.7582 31.067 54.9896 31.4242 55.2035 32.0569C55.3345 32.4447 55.4867 33.3887 55.4841 33.7981C55.4799 34.466 55.4362 34.6331 55.3489 34.9674Z" stroke="#97C680" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
</svg>                                        </div>

                                        <div class="solve__grid__item-main">
                                            <div class="solve__grid__item-title">Legal Support for Transactions</div>
                                            <div class="solve__grid__item__text">
                                                We verify all parties involved in the agreement, including lawyers, to ensure integrity and a clean business reputation. We draft contracts and provide support at every stage of the transaction.                                                                                            </div>

                                            <div class="solve__grid__item-footer">
                                                
                                                                                            </div>
                                        </div>

                                    </div>
                                </div>
                                                    </div>

                                                    <button class="btn shine-anim solve__grid-load">
                                <span>Show more</span>
                                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
                                    <path d="M0 224c0 17.7 14.3 32 32 32s32-14.3 32-32c0-53 43-96 96-96l160 0 0 32c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l64-64c12.5-12.5 12.5-32.8 0-45.3l-64-64c-9.2-9.2-22.9-11.9-34.9-6.9S320 19.1 320 32l0 32L160 64C71.6 64 0 135.6 0 224zm512 64c0-17.7-14.3-32-32-32s-32 14.3-32 32c0 53-43 96-96 96l-160 0 0-32c0-12.9 7.8-24.6-19.8-29.6s-25.7-2.2-34.9 6.9l-64 64c-12.5 12.5-12.5 32.8 0 45.3l64 64c9.2 9.2 22.9 11.9 34.9 6.9s19.8-16.6 19.8-29.6l0-32 160 0c88.4 0 160-71.6 160-160z"/>
                                </svg>
                            </button>
                        
                    </div>
                                        <div data-solve-tab-id="tab_5" class="solve-tab" style="display: none;">

                        <div class="solve__grid">
                                                            <div class="solve__grid__item " data-dropdown-parent data-aos="zoom-in" data-item-index="0">
                                    <div class="solve__grid__item-flex">

                                        <div class="solve__grid__item-icon">
                                            <svg width="58" height="50" viewBox="0 0 58 50" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M39.6666 48V44.8C39.6666 40.3195 39.6666 38.0793 38.7946 36.368C38.0277 34.8627 36.8038 33.6389 35.2985 32.8719C33.5872 32 31.347 32 26.8666 32H15.1333C10.6528 32 8.41262 32 6.70133 32.8719C5.19603 33.6389 3.97219 34.8627 3.2052 36.368C2.33325 38.0793 2.33325 40.3195 2.33325 44.8V48M39.6666 7.99996L44.9999 13.3333L55.6666 2.66663M30.3333 12C30.3333 17.1546 26.1546 21.3333 20.9999 21.3333C15.8453 21.3333 11.6666 17.1546 11.6666 12C11.6666 6.8453 15.8453 2.66663 20.9999 2.66663C26.1546 2.66663 30.3333 6.8453 30.3333 12Z" stroke="#97C680" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
</svg>                                        </div>

                                        <div class="solve__grid__item-main">
                                            <div class="solve__grid__item-title">Acquiring Permanent Residence (PR)</div>
                                            <div class="solve__grid__item__text">
                                                We assist in obtaining permanent residence based on residency duration, citizenship, or investments.                                                                                            </div>

                                            <div class="solve__grid__item-footer">
                                                
                                                                                            </div>
                                        </div>

                                    </div>
                                </div>
                                                            <div class="solve__grid__item " data-dropdown-parent data-aos="zoom-in" data-item-index="1">
                                    <div class="solve__grid__item-flex">

                                        <div class="solve__grid__item-icon">
                                            <svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_2652_1526)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.3335 15.3334C1.3335 14.2288 2.22893 13.3334 3.3335 13.3334H40.6668C41.7714 13.3334 42.6668 14.2288 42.6668 15.3334V60.6667C42.6668 61.7713 41.7714 62.6667 40.6668 62.6667H3.3335C2.22893 62.6667 1.3335 61.7713 1.3335 60.6667V15.3334ZM5.3335 17.3334V58.6667H38.6668V17.3334H5.3335Z" fill="#97C680"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M33.8813 5.74398C34.3767 6.12234 34.6673 6.71005 34.6673 7.33339V15.3334C34.6673 16.438 33.7719 17.3334 32.6673 17.3334C31.5628 17.3334 30.6673 16.438 30.6673 15.3334V9.95189L3.86023 17.2629C2.79458 17.5536 1.6951 16.9253 1.40447 15.8596C1.11384 14.794 1.74211 13.6945 2.80776 13.4039L32.1411 5.40386C32.7425 5.23985 33.3859 5.36561 33.8813 5.74398Z" fill="#97C680"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.0002 30.6667C20.1592 30.6667 18.6668 32.1591 18.6668 34C18.6668 35.841 20.1592 37.3334 22.0002 37.3334C23.8411 37.3334 25.3335 35.841 25.3335 34C25.3335 32.1591 23.8411 30.6667 22.0002 30.6667ZM14.6668 34C14.6668 29.95 17.9501 26.6667 22.0002 26.6667C26.0503 26.6667 29.3335 29.95 29.3335 34C29.3335 38.0501 26.0503 41.3334 22.0002 41.3334C17.9501 41.3334 14.6668 38.0501 14.6668 34Z" fill="#97C680"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.6668 47.3334C14.6668 46.2288 15.5623 45.3334 16.6668 45.3334H27.3335C28.4381 45.3334 29.3335 46.2288 29.3335 47.3334C29.3335 48.4379 28.4381 49.3334 27.3335 49.3334H16.6668C15.5623 49.3334 14.6668 48.4379 14.6668 47.3334Z" fill="#97C680"/>
<path d="M62.667 9C62.667 9 60.662 6.26822 59.0332 4.63824C57.4043 3.00827 55.1534 2 52.667 2C47.6964 2 43.667 6.02944 43.667 11C43.667 15.9706 47.6964 20 52.667 20C56.7701 20 60.2319 17.2543 61.3152 13.5M62.667 9V3M62.667 9H56.667" stroke="#97C680" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
</g>
<defs>
<clipPath id="clip0_2652_1526">
<rect width="64" height="64" fill="white"/>
</clipPath>
</defs>
</svg>                                        </div>

                                        <div class="solve__grid__item-main">
                                            <div class="solve__grid__item-title">Acquiring Slovak Citizenship</div>
                                            <div class="solve__grid__item__text">
                                                We provide assistance in obtaining Slovak citizenship based on various grounds: origin, residency, or restoration.                                                                                            </div>

                                            <div class="solve__grid__item-footer">
                                                
                                                                                            </div>
                                        </div>

                                    </div>
                                </div>
                                                            <div class="solve__grid__item " data-dropdown-parent data-aos="zoom-in" data-item-index="2">
                                    <div class="solve__grid__item-flex">

                                        <div class="solve__grid__item-icon">
                                            <svg width="58" height="58" viewBox="0 0 58 58" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M33.0786 19.2717C31.5521 20.3599 29.6841 21 27.6666 21C22.5119 21 18.3333 16.8214 18.3333 11.6667C18.3333 6.51205 22.5119 2.33337 27.6666 2.33337C31.0079 2.33337 33.9391 4.08915 35.5879 6.72842M12.9999 50.5658H19.9607C20.8683 50.5658 21.7703 50.6738 22.6501 50.8898L30.005 52.6771C31.6008 53.0658 33.2633 53.1036 34.8758 52.7904L43.0079 51.2083C45.156 50.7899 47.1321 49.7612 48.6808 48.2547L54.4343 42.6579C56.0773 41.0623 56.0773 38.4732 54.4343 36.8749C52.955 35.4359 50.6125 35.2739 48.9389 36.4942L42.2335 41.3863C41.2732 42.0883 40.1048 42.4663 38.903 42.4663H32.4279L36.5494 42.4661C38.8725 42.4661 40.7542 40.6356 40.7542 38.3758V37.5578C40.7542 35.6814 39.4414 34.0453 37.5708 33.5917L31.2095 32.0447C30.1743 31.7936 29.1141 31.6667 28.0483 31.6667C25.4755 31.6667 20.8183 33.7969 20.8183 33.7969L12.9999 37.0664M50.3333 14.3334C50.3333 19.488 46.1546 23.6667 40.9999 23.6667C35.8453 23.6667 31.6666 19.488 31.6666 14.3334C31.6666 9.17872 35.8453 5.00004 40.9999 5.00004C46.1546 5.00004 50.3333 9.17872 50.3333 14.3334ZM2.33325 35.9334L2.33325 51.4C2.33325 52.8935 2.33325 53.6402 2.6239 54.2107C2.87956 54.7124 3.28751 55.1204 3.78928 55.3761C4.35971 55.6667 5.10644 55.6667 6.59992 55.6667H8.73325C10.2267 55.6667 10.9735 55.6667 11.5439 55.3761C12.0457 55.1204 12.4536 54.7125 12.7093 54.2107C12.9999 53.6403 12.9999 52.8935 12.9999 51.4V35.9334C12.9999 34.4399 12.9999 33.6932 12.7093 33.1227C12.4536 32.621 12.0457 32.213 11.5439 31.9574C10.9735 31.6667 10.2267 31.6667 8.73325 31.6667L6.59992 31.6667C5.10645 31.6667 4.35971 31.6667 3.78928 31.9574C3.28751 32.213 2.87956 32.621 2.6239 33.1227C2.33325 33.6932 2.33325 34.4399 2.33325 35.9334Z" stroke="#97C680" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
</svg>                                        </div>

                                        <div class="solve__grid__item-main">
                                            <div class="solve__grid__item-title">Assistance with State Benefits</div>
                                            <div class="solve__grid__item__text">
                                                We provide support in applying for various state benefits.                                                                                            </div>

                                            <div class="solve__grid__item-footer">
                                                
                                                                                            </div>
                                        </div>

                                    </div>
                                </div>
                                                            <div class="solve__grid__item " data-dropdown-parent data-aos="zoom-in" data-item-index="3">
                                    <div class="solve__grid__item-flex">

                                        <div class="solve__grid__item-icon">
                                            <svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M13.3335 34.6666H21.3335M5.3335 24L10.6668 26.6666L14.0552 16.5015C14.7546 14.4033 15.1043 13.3542 15.7529 12.5786C16.3257 11.8937 17.0613 11.3635 17.8922 11.0367C18.8331 10.6666 19.939 10.6666 22.1506 10.6666H41.8497C44.0614 10.6666 45.1672 10.6666 46.1081 11.0367C46.9391 11.3635 47.6746 11.8937 48.2474 12.5786C48.896 13.3542 49.2457 14.4033 49.9451 16.5015L53.3335 26.6666L58.6668 24M42.6668 34.6666H50.6668M18.1335 26.6666H45.8668C50.3473 26.6666 52.5875 26.6666 54.2988 27.5386C55.8041 28.3056 57.0279 29.5294 57.7949 31.0347C58.6668 32.746 58.6668 34.9862 58.6668 39.4666V46.6666C58.6668 47.9057 58.6668 48.5252 58.5644 49.0404C58.1435 51.1561 56.4897 52.81 54.374 53.2308C53.8588 53.3333 53.2392 53.3333 52.0002 53.3333H50.6668C47.7213 53.3333 45.3335 50.9455 45.3335 48C45.3335 47.2636 44.7365 46.6666 44.0002 46.6666H20.0002C19.2638 46.6666 18.6668 47.2636 18.6668 48C18.6668 50.9455 16.279 53.3333 13.3335 53.3333H12.0002C10.7611 53.3333 10.1415 53.3333 9.62635 53.2308C7.51066 52.81 5.85681 51.1561 5.43597 49.0404C5.3335 48.5252 5.3335 47.9057 5.3335 46.6666V39.4666C5.3335 34.9862 5.3335 32.746 6.20544 31.0347C6.97243 29.5294 8.19628 28.3056 9.70157 27.5386C11.4129 26.6666 13.6531 26.6666 18.1335 26.6666Z" stroke="#97C680" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
</svg>                                        </div>

                                        <div class="solve__grid__item-main">
                                            <div class="solve__grid__item-title">Automotive Services</div>
                                            <div class="solve__grid__item__text">
                                                We assist with car rentals for short or long-term use and provide support with financing and purchasing vehicles.                                                                                            </div>

                                            <div class="solve__grid__item-footer">
                                                
                                                                                            </div>
                                        </div>

                                    </div>
                                </div>
                                                            <div class="solve__grid__item mobile-hide" data-dropdown-parent data-aos="zoom-in" data-item-index="4">
                                    <div class="solve__grid__item-flex">

                                        <div class="solve__grid__item-icon">
                                            <svg width="58" height="52" viewBox="0 0 58 52" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M55.6668 20.6667H2.3335M26.3335 44.6667L47.1335 44.6667C50.1204 44.6667 51.6139 44.6667 52.7548 44.0854C53.7583 43.574 54.5742 42.7581 55.0855 41.7546C55.6668 40.6138 55.6668 39.1203 55.6668 36.1333V15.8667C55.6668 12.8797 55.6668 11.3863 55.0855 10.2454C54.5742 9.24186 53.7583 8.42596 52.7548 7.91464C51.6139 7.33333 50.1204 7.33333 47.1335 7.33333H42.3335M26.3335 44.6667L31.6668 50M26.3335 44.6667L31.6668 39.3333M15.6668 44.6667H10.8668C7.87988 44.6667 6.38641 44.6667 5.24555 44.0854C4.24202 43.574 3.42612 42.7581 2.91479 41.7546C2.3335 40.6138 2.3335 39.1203 2.3335 36.1333V15.8667C2.3335 12.8797 2.3335 11.3862 2.9148 10.2454C3.42612 9.24185 4.24202 8.42596 5.24555 7.91463C6.38641 7.33333 7.87988 7.33333 10.8668 7.33333H31.6668M31.6668 7.33333L26.3335 12.6667M31.6668 7.33333L26.3335 2" stroke="#97C680" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
</svg>                                        </div>

                                        <div class="solve__grid__item-main">
                                            <div class="solve__grid__item-title">Exchange and Acquisition of Slovak Driver's Licenses</div>
                                            <div class="solve__grid__item__text">
                                                We help prepare the necessary documents and accompany you in obtaining or exchanging your driver’s license for a Slovak one.                                                                                            </div>

                                            <div class="solve__grid__item-footer">
                                                
                                                                                            </div>
                                        </div>

                                    </div>
                                </div>
                                                            <div class="solve__grid__item mobile-hide" data-dropdown-parent data-aos="zoom-in" data-item-index="5">
                                    <div class="solve__grid__item-flex">

                                        <div class="solve__grid__item-icon">
                                            <svg width="42" height="58" viewBox="0 0 42 58" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M0.333252 10.3334C0.333252 9.2288 1.22868 8.33337 2.33325 8.33337H39.6666C40.7712 8.33337 41.6666 9.2288 41.6666 10.3334V55.6667C41.6666 56.7713 40.7712 57.6667 39.6666 57.6667H2.33325C1.22868 57.6667 0.333252 56.7713 0.333252 55.6667V10.3334ZM4.33325 12.3334V53.6667H37.6666V12.3334H4.33325Z" fill="#97C680"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M32.8811 0.743978C33.3765 1.12234 33.6671 1.71005 33.6671 2.33339V10.3334C33.6671 11.438 32.7717 12.3334 31.6671 12.3334C30.5625 12.3334 29.6671 11.438 29.6671 10.3334V4.95189L2.85999 12.2629C1.79434 12.5536 0.694858 11.9253 0.404226 10.8596C0.113595 9.79398 0.74187 8.6945 1.80752 8.40386L31.1409 0.403864C31.7422 0.239851 32.3857 0.365612 32.8811 0.743978Z" fill="#97C680"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.9999 25.6667C19.159 25.6667 17.6666 27.1591 17.6666 29C17.6666 30.841 19.159 32.3334 20.9999 32.3334C22.8409 32.3334 24.3333 30.841 24.3333 29C24.3333 27.1591 22.8409 25.6667 20.9999 25.6667ZM13.6666 29C13.6666 24.95 16.9498 21.6667 20.9999 21.6667C25.05 21.6667 28.3333 24.95 28.3333 29C28.3333 33.0501 25.05 36.3334 20.9999 36.3334C16.9498 36.3334 13.6666 33.0501 13.6666 29Z" fill="#97C680"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.6666 42.3334C13.6666 41.2288 14.562 40.3334 15.6666 40.3334H26.3333C27.4378 40.3334 28.3333 41.2288 28.3333 42.3334C28.3333 43.4379 27.4378 44.3334 26.3333 44.3334H15.6666C14.562 44.3334 13.6666 43.4379 13.6666 42.3334Z" fill="#97C680"/>
</svg>                                        </div>

                                        <div class="solve__grid__item-main">
                                            <div class="solve__grid__item-title">Obtaining a residence permit</div>
                                            <div class="solve__grid__item__text">
                                                We help to obtain a residence permit in Slovakia for various purposes: business, study, investment, work.                                                                                            </div>

                                            <div class="solve__grid__item-footer">
                                                
                                                                                            </div>
                                        </div>

                                    </div>
                                </div>
                                                            <div class="solve__grid__item mobile-hide" data-dropdown-parent data-aos="zoom-in" data-item-index="6">
                                    <div class="solve__grid__item-flex">

                                        <div class="solve__grid__item-icon">
                                            <svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_2652_1526)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.3335 15.3334C1.3335 14.2288 2.22893 13.3334 3.3335 13.3334H40.6668C41.7714 13.3334 42.6668 14.2288 42.6668 15.3334V60.6667C42.6668 61.7713 41.7714 62.6667 40.6668 62.6667H3.3335C2.22893 62.6667 1.3335 61.7713 1.3335 60.6667V15.3334ZM5.3335 17.3334V58.6667H38.6668V17.3334H5.3335Z" fill="#97C680"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M33.8813 5.74398C34.3767 6.12234 34.6673 6.71005 34.6673 7.33339V15.3334C34.6673 16.438 33.7719 17.3334 32.6673 17.3334C31.5628 17.3334 30.6673 16.438 30.6673 15.3334V9.95189L3.86023 17.2629C2.79458 17.5536 1.6951 16.9253 1.40447 15.8596C1.11384 14.794 1.74211 13.6945 2.80776 13.4039L32.1411 5.40386C32.7425 5.23985 33.3859 5.36561 33.8813 5.74398Z" fill="#97C680"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.0002 30.6667C20.1592 30.6667 18.6668 32.1591 18.6668 34C18.6668 35.841 20.1592 37.3334 22.0002 37.3334C23.8411 37.3334 25.3335 35.841 25.3335 34C25.3335 32.1591 23.8411 30.6667 22.0002 30.6667ZM14.6668 34C14.6668 29.95 17.9501 26.6667 22.0002 26.6667C26.0503 26.6667 29.3335 29.95 29.3335 34C29.3335 38.0501 26.0503 41.3334 22.0002 41.3334C17.9501 41.3334 14.6668 38.0501 14.6668 34Z" fill="#97C680"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.6668 47.3334C14.6668 46.2288 15.5623 45.3334 16.6668 45.3334H27.3335C28.4381 45.3334 29.3335 46.2288 29.3335 47.3334C29.3335 48.4379 28.4381 49.3334 27.3335 49.3334H16.6668C15.5623 49.3334 14.6668 48.4379 14.6668 47.3334Z" fill="#97C680"/>
<path d="M62.667 9C62.667 9 60.662 6.26822 59.0332 4.63824C57.4043 3.00827 55.1534 2 52.667 2C47.6964 2 43.667 6.02944 43.667 11C43.667 15.9706 47.6964 20 52.667 20C56.7701 20 60.2319 17.2543 61.3152 13.5M62.667 9V3M62.667 9H56.667" stroke="#97C680" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
</g>
<defs>
<clipPath id="clip0_2652_1526">
<rect width="64" height="64" fill="white"/>
</clipPath>
</defs>
</svg>                                        </div>

                                        <div class="solve__grid__item-main">
                                            <div class="solve__grid__item-title">Obtaining a Slovak Passport</div>
                                            <div class="solve__grid__item__text">
                                                We handle the application process for obtaining a Slovak passport.                                                                                            </div>

                                            <div class="solve__grid__item-footer">
                                                
                                                                                            </div>
                                        </div>

                                    </div>
                                </div>
                                                            <div class="solve__grid__item mobile-hide" data-dropdown-parent data-aos="zoom-in" data-item-index="7">
                                    <div class="solve__grid__item-flex">

                                        <div class="solve__grid__item-icon">
                                            <svg width="42" height="58" viewBox="0 0 42 58" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M0.333252 10.3334C0.333252 9.2288 1.22868 8.33337 2.33325 8.33337H39.6666C40.7712 8.33337 41.6666 9.2288 41.6666 10.3334V55.6667C41.6666 56.7713 40.7712 57.6667 39.6666 57.6667H2.33325C1.22868 57.6667 0.333252 56.7713 0.333252 55.6667V10.3334ZM4.33325 12.3334V53.6667H37.6666V12.3334H4.33325Z" fill="#97C680"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M32.8811 0.743978C33.3765 1.12234 33.6671 1.71005 33.6671 2.33339V10.3334C33.6671 11.438 32.7717 12.3334 31.6671 12.3334C30.5625 12.3334 29.6671 11.438 29.6671 10.3334V4.95189L2.85999 12.2629C1.79434 12.5536 0.694858 11.9253 0.404226 10.8596C0.113595 9.79398 0.74187 8.6945 1.80752 8.40386L31.1409 0.403864C31.7422 0.239851 32.3857 0.365612 32.8811 0.743978Z" fill="#97C680"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.9999 25.6667C19.159 25.6667 17.6666 27.1591 17.6666 29C17.6666 30.841 19.159 32.3334 20.9999 32.3334C22.8409 32.3334 24.3333 30.841 24.3333 29C24.3333 27.1591 22.8409 25.6667 20.9999 25.6667ZM13.6666 29C13.6666 24.95 16.9498 21.6667 20.9999 21.6667C25.05 21.6667 28.3333 24.95 28.3333 29C28.3333 33.0501 25.05 36.3334 20.9999 36.3334C16.9498 36.3334 13.6666 33.0501 13.6666 29Z" fill="#97C680"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.6666 42.3334C13.6666 41.2288 14.562 40.3334 15.6666 40.3334H26.3333C27.4378 40.3334 28.3333 41.2288 28.3333 42.3334C28.3333 43.4379 27.4378 44.3334 26.3333 44.3334H15.6666C14.562 44.3334 13.6666 43.4379 13.6666 42.3334Z" fill="#97C680"/>
</svg>                                        </div>

                                        <div class="solve__grid__item-main">
                                            <div class="solve__grid__item-title">Obtaining Residence Permits While Awaiting Citizenship</div>
                                            <div class="solve__grid__item__text">
                                                We assist in submitting your visa application and support you throughout the process — including documentation, translations, appointments, and more.                                                                                             </div>

                                            <div class="solve__grid__item-footer">
                                                
                                                                                            </div>
                                        </div>

                                    </div>
                                </div>
                                                            <div class="solve__grid__item mobile-hide" data-dropdown-parent data-aos="zoom-in" data-item-index="8">
                                    <div class="solve__grid__item-flex">

                                        <div class="solve__grid__item-icon">
                                            <svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_2652_1526)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.3335 15.3334C1.3335 14.2288 2.22893 13.3334 3.3335 13.3334H40.6668C41.7714 13.3334 42.6668 14.2288 42.6668 15.3334V60.6667C42.6668 61.7713 41.7714 62.6667 40.6668 62.6667H3.3335C2.22893 62.6667 1.3335 61.7713 1.3335 60.6667V15.3334ZM5.3335 17.3334V58.6667H38.6668V17.3334H5.3335Z" fill="#97C680"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M33.8813 5.74398C34.3767 6.12234 34.6673 6.71005 34.6673 7.33339V15.3334C34.6673 16.438 33.7719 17.3334 32.6673 17.3334C31.5628 17.3334 30.6673 16.438 30.6673 15.3334V9.95189L3.86023 17.2629C2.79458 17.5536 1.6951 16.9253 1.40447 15.8596C1.11384 14.794 1.74211 13.6945 2.80776 13.4039L32.1411 5.40386C32.7425 5.23985 33.3859 5.36561 33.8813 5.74398Z" fill="#97C680"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.0002 30.6667C20.1592 30.6667 18.6668 32.1591 18.6668 34C18.6668 35.841 20.1592 37.3334 22.0002 37.3334C23.8411 37.3334 25.3335 35.841 25.3335 34C25.3335 32.1591 23.8411 30.6667 22.0002 30.6667ZM14.6668 34C14.6668 29.95 17.9501 26.6667 22.0002 26.6667C26.0503 26.6667 29.3335 29.95 29.3335 34C29.3335 38.0501 26.0503 41.3334 22.0002 41.3334C17.9501 41.3334 14.6668 38.0501 14.6668 34Z" fill="#97C680"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.6668 47.3334C14.6668 46.2288 15.5623 45.3334 16.6668 45.3334H27.3335C28.4381 45.3334 29.3335 46.2288 29.3335 47.3334C29.3335 48.4379 28.4381 49.3334 27.3335 49.3334H16.6668C15.5623 49.3334 14.6668 48.4379 14.6668 47.3334Z" fill="#97C680"/>
<path d="M62.667 9C62.667 9 60.662 6.26822 59.0332 4.63824C57.4043 3.00827 55.1534 2 52.667 2C47.6964 2 43.667 6.02944 43.667 11C43.667 15.9706 47.6964 20 52.667 20C56.7701 20 60.2319 17.2543 61.3152 13.5M62.667 9V3M62.667 9H56.667" stroke="#97C680" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
</g>
<defs>
<clipPath id="clip0_2652_1526">
<rect width="64" height="64" fill="white"/>
</clipPath>
</defs>
</svg>                                        </div>

                                        <div class="solve__grid__item-main">
                                            <div class="solve__grid__item-title">Residence Permit Extension</div>
                                            <div class="solve__grid__item__text">
                                                We help extend residence permits for various reasons: business, company (S.R.O), or family reunification.                                                                                            </div>

                                            <div class="solve__grid__item-footer">
                                                
                                                                                            </div>
                                        </div>

                                    </div>
                                </div>
                                                    </div>

                                                    <button class="btn shine-anim solve__grid-load">
                                <span>Show more</span>
                                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
                                    <path d="M0 224c0 17.7 14.3 32 32 32s32-14.3 32-32c0-53 43-96 96-96l160 0 0 32c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l64-64c12.5-12.5 12.5-32.8 0-45.3l-64-64c-9.2-9.2-22.9-11.9-34.9-6.9S320 19.1 320 32l0 32L160 64C71.6 64 0 135.6 0 224zm512 64c0-17.7-14.3-32-32-32s-32 14.3-32 32c0 53-43 96-96 96l-160 0 0-32c0-12.9 7.8-24.6-19.8-29.6s-25.7-2.2-34.9 6.9l-64 64c-12.5 12.5-12.5 32.8 0 45.3l64 64c9.2 9.2 22.9 11.9 34.9 6.9s19.8-16.6 19.8-29.6l0-32 160 0c88.4 0 160-71.6 160-160z"/>
                                </svg>
                            </button>
                        
                    </div>
                                        <div data-solve-tab-id="tab_6" class="solve-tab" style="display: none;">

                        <div class="solve__grid">
                                                            <div class="solve__grid__item " data-dropdown-parent data-aos="zoom-in" data-item-index="0">
                                    <div class="solve__grid__item-flex">

                                        <div class="solve__grid__item-icon">
                                            <svg width="52" height="59" viewBox="0 0 52 59" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M11.3333 50.3335H7.33333C4.38781 50.3335 2 47.9457 2 45.0002V7.66683C2 4.72131 4.38781 2.3335 7.33333 2.3335H44.6667C47.6122 2.3335 50 4.72131 50 7.66683V45.0002C50 47.9457 47.6122 50.3335 44.6667 50.3335H40.6667M26 47.6668C30.4183 47.6668 34 44.0851 34 39.6668C34 35.2486 30.4183 31.6668 26 31.6668C21.5817 31.6668 18 35.2486 18 39.6668C18 44.0851 21.5817 47.6668 26 47.6668ZM26 47.6668L26.0572 47.6663L17.5431 56.1803L10.0007 48.6379L18.0524 40.5861M26 47.6668L34.5142 56.1803L42.0566 48.6379L34.0049 40.5861M18 13.0002H34M12.6667 22.3335H39.3333" stroke="#97C680" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
</svg>                                        </div>

                                        <div class="solve__grid__item-main">
                                            <div class="solve__grid__item-title">Diploma Recognition</div>
                                            <div class="solve__grid__item__text">
                                                We assist with diploma nostrification, passing necessary exams, and professional licensing.                                                                                            </div>

                                            <div class="solve__grid__item-footer">
                                                
                                                                                            </div>
                                        </div>

                                    </div>
                                </div>
                                                            <div class="solve__grid__item " data-dropdown-parent data-aos="zoom-in" data-item-index="1">
                                    <div class="solve__grid__item-flex">

                                        <div class="solve__grid__item-icon">
                                            <svg width="52" height="59" viewBox="0 0 52 59" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M11.3333 50.3335H7.33333C4.38781 50.3335 2 47.9457 2 45.0002V7.66683C2 4.72131 4.38781 2.3335 7.33333 2.3335H44.6667C47.6122 2.3335 50 4.72131 50 7.66683V45.0002C50 47.9457 47.6122 50.3335 44.6667 50.3335H40.6667M26 47.6668C30.4183 47.6668 34 44.0851 34 39.6668C34 35.2486 30.4183 31.6668 26 31.6668C21.5817 31.6668 18 35.2486 18 39.6668C18 44.0851 21.5817 47.6668 26 47.6668ZM26 47.6668L26.0572 47.6663L17.5431 56.1803L10.0007 48.6379L18.0524 40.5861M26 47.6668L34.5142 56.1803L42.0566 48.6379L34.0049 40.5861M18 13.0002H34M12.6667 22.3335H39.3333" stroke="#97C680" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
</svg>                                        </div>

                                        <div class="solve__grid__item-main">
                                            <div class="solve__grid__item-title">Document Preparation for Educational Admission</div>
                                            <div class="solve__grid__item__text">
                                                Translation and preparation of the necessary documents for admission to gymnasiums, schools, or language courses.                                                                                            </div>

                                            <div class="solve__grid__item-footer">
                                                
                                                                                            </div>
                                        </div>

                                    </div>
                                </div>
                                                            <div class="solve__grid__item " data-dropdown-parent data-aos="zoom-in" data-item-index="2">
                                    <div class="solve__grid__item-flex">

                                        <div class="solve__grid__item-icon">
                                            <svg width="58" height="56" viewBox="0 0 58 56" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M44.1056 0.877965C44.8956 0.482978 45.8511 0.652932 46.4564 1.29609L57.1231 12.6294C57.4723 13.0004 57.6667 13.4907 57.6667 14.0002V20.6668C57.6667 21.3031 57.364 21.9013 56.8514 22.2782C56.3388 22.6551 55.6774 22.7655 55.0702 22.5758L45.7936 19.6768C44.16 22.3335 43.6667 25.5987 43.6667 28.5002C43.6667 30.1274 43.822 31.5666 43.9776 32.5975C44.0552 33.1113 44.1322 33.5194 44.1884 33.7936C44.2165 33.9306 44.2394 34.0338 44.2544 34.0997L44.2709 34.1701L44.2737 34.1817C44.4226 34.7789 44.2886 35.4125 43.9098 35.8976C43.5308 36.3831 42.9492 36.6668 42.3334 36.6668H15.6667C14.9642 36.6668 14.3132 36.2982 13.9517 35.6958L15.6667 34.6668C13.9517 35.6958 13.952 35.6963 13.9517 35.6958L13.9489 35.691L13.9445 35.6838L13.9316 35.662L13.8894 35.5894C13.8542 35.5284 13.8052 35.4422 13.7443 35.3321C13.6227 35.112 13.4536 34.796 13.2529 34.3946C12.8519 33.5927 12.3225 32.4448 11.794 31.0357C10.7426 28.232 9.66671 24.3184 9.66671 20.0002C9.66671 18.8956 10.5621 18.0002 11.6667 18.0002H31.1667C31.2487 17.4112 31.3715 16.7159 31.5553 15.9501C32.1017 13.6731 33.2103 10.6816 35.4815 8.0319C37.6027 5.55721 39.7261 3.7865 41.3291 2.62879C42.1314 2.04931 42.8063 1.62131 43.2896 1.33365C43.5313 1.18976 43.7254 1.08078 43.864 1.00533C43.9333 0.967607 43.9888 0.938246 44.0293 0.91708L44.079 0.891448L44.0952 0.883196L44.1011 0.880204L44.1056 0.877965C44.1061 0.877716 44.1056 0.877965 45 2.66682L44.1056 0.877965ZM44.6417 5.2042C44.356 5.39046 44.0297 5.61245 43.671 5.87151C42.274 6.88047 40.3974 8.44309 38.5186 10.6351C36.7898 12.652 35.8984 14.9938 35.4448 16.8836C35.2198 17.8211 35.1081 18.6246 35.0529 19.1855C35.0254 19.4652 35.0122 19.6825 35.0058 19.8234C35.0026 19.8937 35.0012 19.9448 35.0006 19.9749L35.0001 20.004C34.9994 21.108 34.1042 22.0002 33 22.0002H13.7548C14.0073 24.9091 14.7651 27.5667 15.5394 29.6312C16.011 30.8888 16.4815 31.9076 16.8306 32.6057C16.8409 32.6264 16.8511 32.6467 16.8612 32.6668H39.9474C39.7979 31.5468 39.6667 30.1077 39.6667 28.5002C39.6667 24.8144 40.3565 19.9364 43.4383 16.0841C43.9531 15.4406 44.81 15.1787 45.5966 15.4245L53.6667 17.9464V14.7933L44.6417 5.2042ZM35.0001 20.004C35 20.0047 35 20.0062 35.0001 20.004ZM17.3831 33.6402C17.3833 33.6406 17.3833 33.6406 17.3831 33.6402Z" fill="#97C680"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M36.2307 32.8206C37.2503 32.3958 38.4212 32.8779 38.8461 33.8975L45.5127 49.8975C45.9376 50.9171 45.4554 52.0881 44.4358 52.5129C43.4162 52.9378 42.2453 52.4556 41.8204 51.436L35.1538 35.436C34.7289 34.4164 35.2111 33.2455 36.2307 32.8206Z" fill="#97C680"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.7691 32.8206C22.7887 33.2455 23.2709 34.4164 22.8461 35.436L16.1794 51.436C15.7546 52.4556 14.5836 52.9378 13.564 52.5129C12.5444 52.0881 12.0623 50.9171 12.4871 49.8975L19.1538 33.8975C19.5786 32.8779 20.7495 32.3958 21.7691 32.8206Z" fill="#97C680"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.33337 45.3334C0.919161 46.7476 0.919998 46.7485 0.920866 46.7493L0.922758 46.7512L0.927107 46.7555L0.938063 46.7663L0.969036 46.7965C0.993722 46.8202 1.0265 46.8514 1.06745 46.8894C1.14936 46.9654 1.26398 47.0688 1.412 47.1957C1.70803 47.4494 2.13772 47.797 2.70643 48.2065C3.84408 49.0256 5.53747 50.0919 7.82859 51.1493C12.4185 53.2678 19.3706 55.3334 29 55.3334C38.6295 55.3334 45.5815 53.2678 50.1715 51.1493C52.4626 50.0919 54.156 49.0256 55.2937 48.2065C55.8624 47.797 56.2921 47.4494 56.5881 47.1957C56.7361 47.0688 56.8507 46.9654 56.9326 46.8894C56.9736 46.8514 57.0064 46.8202 57.031 46.7965L57.062 46.7663L57.073 46.7555L57.0773 46.7512L57.0792 46.7493C57.0801 46.7485 57.0809 46.7476 55.6667 45.3334L57.0792 46.7493C57.8603 45.9683 57.862 44.7002 57.0809 43.9192C56.302 43.1403 55.0404 43.1382 54.2588 43.9129C54.2581 43.9136 54.2569 43.9147 54.2553 43.9163L54.212 43.9571C54.1676 43.9983 54.0921 44.0668 53.9849 44.1586C53.7705 44.3424 53.4294 44.6198 52.9564 44.9603C52.0107 45.6412 50.5375 46.5749 48.4953 47.5175C44.4185 49.3991 38.0373 51.3334 29 51.3334C19.9628 51.3334 13.5815 49.3991 9.50482 47.5175C7.46261 46.5749 5.98934 45.6412 5.04365 44.9603C4.5707 44.6198 4.22956 44.3424 4.01517 44.1586C3.90797 44.0668 3.8325 43.9983 3.7881 43.9571L3.74607 43.9177M3.74607 43.9177L3.74257 43.9142C2.96102 43.1396 1.69807 43.1403 0.919161 43.9192C0.138112 44.7002 0.139817 45.9683 0.920866 46.7493L2.33337 45.3334" fill="#97C680"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M0.333374 12.0001C0.333374 10.8955 1.2288 10.0001 2.33337 10.0001C6.07706 10.0001 8.96204 11.1337 10.9143 13.0859C12.8512 15.0228 13.6667 17.564 13.6667 20.0001C13.6667 21.1046 12.7713 22.0001 11.6667 22.0001C10.5621 22.0001 9.66671 21.1047 9.66671 20.0002C9.66671 18.4362 9.14893 16.9774 8.08583 15.9143C7.03804 14.8665 5.25635 14.0001 2.33337 14.0001C1.2288 14.0001 0.333374 13.1047 0.333374 12.0001Z" fill="#97C680"/>
</svg>                                        </div>

                                        <div class="solve__grid__item-main">
                                            <div class="solve__grid__item-title">Preschool Selection</div>
                                            <div class="solve__grid__item__text">
                                                We assist in finding and selecting preschools with various focuses and education in Slovak or English. We accompany you through the admission process in both public and private institutions, considering your preferences and requirements to find the best option for your child.                                                                                            </div>

                                            <div class="solve__grid__item-footer">
                                                
                                                                                            </div>
                                        </div>

                                    </div>
                                </div>
                                                            <div class="solve__grid__item " data-dropdown-parent data-aos="zoom-in" data-item-index="3">
                                    <div class="solve__grid__item-flex">

                                        <div class="solve__grid__item-icon">
                                            <svg width="58" height="58" viewBox="0 0 58 58" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M0.333252 2.33325C0.333252 1.22868 1.22868 0.333252 2.33325 0.333252H55.6666C56.7712 0.333252 57.6666 1.22868 57.6666 2.33325C57.6666 3.43782 56.7712 4.33325 55.6666 4.33325H2.33325C1.22868 4.33325 0.333252 3.43782 0.333252 2.33325Z" fill="#97C680"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.3333 4.33325C9.96506 4.33325 9.66659 4.63173 9.66659 4.99992V52.9999C9.66659 53.3681 9.96506 53.6666 10.3333 53.6666H47.6666C48.0348 53.6666 48.3333 53.3681 48.3333 52.9999V4.99992C48.3333 4.63173 48.0348 4.33325 47.6666 4.33325H10.3333ZM5.66659 4.99992C5.66659 2.42259 7.75592 0.333252 10.3333 0.333252H47.6666C50.2439 0.333252 52.3333 2.42259 52.3333 4.99992V52.9999C52.3333 55.5772 50.2439 57.6666 47.6666 57.6666H10.3333C7.75592 57.6666 5.66659 55.5772 5.66659 52.9999V4.99992Z" fill="#97C680"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.6666 39.6666C21.6666 38.562 22.562 37.6666 23.6666 37.6666H34.3333C35.4378 37.6666 36.3333 38.562 36.3333 39.6666V55.6666C36.3333 56.7712 35.4378 57.6666 34.3333 57.6666H23.6666C22.562 57.6666 21.6666 56.7712 21.6666 55.6666V39.6666ZM25.6666 41.6666V53.6666H32.3333V41.6666H25.6666Z" fill="#97C680"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.9999 12.9999C14.9999 11.8953 15.8953 10.9999 16.9999 10.9999H19.6666C20.7712 10.9999 21.6666 11.8953 21.6666 12.9999C21.6666 14.1045 20.7712 14.9999 19.6666 14.9999H16.9999C15.8953 14.9999 14.9999 14.1045 14.9999 12.9999Z" fill="#97C680"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.9999 20.9999C14.9999 19.8953 15.8953 18.9999 16.9999 18.9999H19.6666C20.7712 18.9999 21.6666 19.8953 21.6666 20.9999C21.6666 22.1045 20.7712 22.9999 19.6666 22.9999H16.9999C15.8953 22.9999 14.9999 22.1045 14.9999 20.9999Z" fill="#97C680"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M25.6666 12.9999C25.6666 11.8953 26.562 10.9999 27.6666 10.9999H30.3333C31.4378 10.9999 32.3333 11.8953 32.3333 12.9999C32.3333 14.1045 31.4378 14.9999 30.3333 14.9999H27.6666C26.562 14.9999 25.6666 14.1045 25.6666 12.9999Z" fill="#97C680"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M25.6666 20.9999C25.6666 19.8953 26.562 18.9999 27.6666 18.9999H30.3333C31.4378 18.9999 32.3333 19.8953 32.3333 20.9999C32.3333 22.1045 31.4378 22.9999 30.3333 22.9999H27.6666C26.562 22.9999 25.6666 22.1045 25.6666 20.9999Z" fill="#97C680"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M36.3333 12.9999C36.3333 11.8953 37.2287 10.9999 38.3333 10.9999H40.9999C42.1045 10.9999 42.9999 11.8953 42.9999 12.9999C42.9999 14.1045 42.1045 14.9999 40.9999 14.9999H38.3333C37.2287 14.9999 36.3333 14.1045 36.3333 12.9999Z" fill="#97C680"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M36.3333 20.9999C36.3333 19.8953 37.2287 18.9999 38.3333 18.9999H40.9999C42.1045 18.9999 42.9999 19.8953 42.9999 20.9999C42.9999 22.1045 42.1045 22.9999 40.9999 22.9999H38.3333C37.2287 22.9999 36.3333 22.1045 36.3333 20.9999Z" fill="#97C680"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M0.333252 55.6666C0.333252 54.562 1.22868 53.6666 2.33325 53.6666H55.6666C56.7712 53.6666 57.6666 54.562 57.6666 55.6666C57.6666 56.7712 56.7712 57.6666 55.6666 57.6666H2.33325C1.22868 57.6666 0.333252 56.7712 0.333252 55.6666Z" fill="#97C680"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.8306 37.959C18.7866 33.0458 23.6177 29.6666 28.9997 29.6666C34.3816 29.6666 39.2127 33.0458 40.1687 37.959C40.6006 40.1805 38.7098 41.6666 36.9997 41.6666H34.333C33.2284 41.6666 32.333 40.7712 32.333 39.6666C32.333 38.562 33.2287 37.6666 34.3333 37.6666H35.909C34.9374 35.4594 32.3514 33.6666 28.9997 33.6666C25.648 33.6666 23.0619 35.4594 22.0903 37.6666H23.6666C24.7712 37.6666 25.6663 38.562 25.6663 39.6666C25.6663 40.7712 24.7709 41.6666 23.6663 41.6666H20.9997C19.2895 41.6666 17.3988 40.1805 17.8306 37.959Z" fill="#97C680"/>
</svg>                                        </div>

                                        <div class="solve__grid__item-main">
                                            <div class="solve__grid__item-title">Personalization</div>
                                            <div class="solve__grid__item__text">
                                                We provide recommendations for selecting schools based on your preferences and accompany you throughout the application and enrollment process, ensuring full-cycle support at all stages.                                                                                            </div>

                                            <div class="solve__grid__item-footer">
                                                
                                                                                            </div>
                                        </div>

                                    </div>
                                </div>
                                                            <div class="solve__grid__item mobile-hide" data-dropdown-parent data-aos="zoom-in" data-item-index="4">
                                    <div class="solve__grid__item-flex">

                                        <div class="solve__grid__item-icon">
                                            <svg width="52" height="50" viewBox="0 0 52 50" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M0 2.33325C0 1.22868 0.895431 0.333252 2 0.333252H50C51.1046 0.333252 52 1.22868 52 2.33325C52 3.43782 51.1046 4.33325 50 4.33325H2C0.895431 4.33325 0 3.43782 0 2.33325Z" fill="#97C680"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M0 47.6666C0 46.562 0.895431 45.6666 2 45.6666H50C51.1046 45.6666 52 46.562 52 47.6666C52 48.7712 51.1046 49.6666 50 49.6666H2C0.895431 49.6666 0 48.7712 0 47.6666Z" fill="#97C680"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M26.8281 8.51236C27.8337 8.96943 28.2783 10.1551 27.8212 11.1607L14.4879 40.494C14.0308 41.4996 12.8451 41.9442 11.8396 41.4872C10.834 41.0301 10.3893 39.8444 10.8464 38.8388L24.1798 9.50548C24.6368 8.49992 25.8225 8.05528 26.8281 8.51236Z" fill="#97C680"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M16 30.3333C16 29.2287 16.8954 28.3333 18 28.3333H34C35.1046 28.3333 36 29.2287 36 30.3333C36 31.4378 35.1046 32.3333 34 32.3333H18C16.8954 32.3333 16 31.4378 16 30.3333Z" fill="#97C680"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M25.1729 8.51236C26.1784 8.05528 27.3641 8.49992 27.8212 9.50548L41.1546 38.8388C41.6116 39.8444 41.167 41.0301 40.1614 41.4872C39.1559 41.9442 37.9702 41.4996 37.5131 40.494L24.1798 11.1607C23.7227 10.1551 24.1673 8.96943 25.1729 8.51236Z" fill="#97C680"/>
</svg>                                        </div>

                                        <div class="solve__grid__item-main">
                                            <div class="solve__grid__item-title">Slovak and English Language Courses</div>
                                            <div class="solve__grid__item__text">
                                                We help you enroll in language courses that suit your level and goals — whether you're looking to study in Slovak or English.                                                                                            </div>

                                            <div class="solve__grid__item-footer">
                                                
                                                                                            </div>
                                        </div>

                                    </div>
                                </div>
                                                            <div class="solve__grid__item mobile-hide" data-dropdown-parent data-aos="zoom-in" data-item-index="5">
                                    <div class="solve__grid__item-flex">

                                        <div class="solve__grid__item-icon">
                                            <svg width="52" height="50" viewBox="0 0 52 50" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M0 2.33325C0 1.22868 0.895431 0.333252 2 0.333252H50C51.1046 0.333252 52 1.22868 52 2.33325C52 3.43782 51.1046 4.33325 50 4.33325H2C0.895431 4.33325 0 3.43782 0 2.33325Z" fill="#97C680"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M0 47.6666C0 46.562 0.895431 45.6666 2 45.6666H50C51.1046 45.6666 52 46.562 52 47.6666C52 48.7712 51.1046 49.6666 50 49.6666H2C0.895431 49.6666 0 48.7712 0 47.6666Z" fill="#97C680"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M26.8281 8.51236C27.8337 8.96943 28.2783 10.1551 27.8212 11.1607L14.4879 40.494C14.0308 41.4996 12.8451 41.9442 11.8396 41.4872C10.834 41.0301 10.3893 39.8444 10.8464 38.8388L24.1798 9.50548C24.6368 8.49992 25.8225 8.05528 26.8281 8.51236Z" fill="#97C680"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M16 30.3333C16 29.2287 16.8954 28.3333 18 28.3333H34C35.1046 28.3333 36 29.2287 36 30.3333C36 31.4378 35.1046 32.3333 34 32.3333H18C16.8954 32.3333 16 31.4378 16 30.3333Z" fill="#97C680"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M25.1729 8.51236C26.1784 8.05528 27.3641 8.49992 27.8212 9.50548L41.1546 38.8388C41.6116 39.8444 41.167 41.0301 40.1614 41.4872C39.1559 41.9442 37.9702 41.4996 37.5131 40.494L24.1798 11.1607C23.7227 10.1551 24.1673 8.96943 25.1729 8.51236Z" fill="#97C680"/>
</svg>                                        </div>

                                        <div class="solve__grid__item-main">
                                            <div class="solve__grid__item-title">Slovak Language Course B1 for Citizenship</div>
                                            <div class="solve__grid__item__text">
                                                A specialized course to prepare for the written dictation and oral interview.                                                                                            </div>

                                            <div class="solve__grid__item-footer">
                                                
                                                                                            </div>
                                        </div>

                                    </div>
                                </div>
                                                            <div class="solve__grid__item mobile-hide" data-dropdown-parent data-aos="zoom-in" data-item-index="6">
                                    <div class="solve__grid__item-flex">

                                        <div class="solve__grid__item-icon">
                                            <svg width="58" height="51" viewBox="0 0 58 51" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M42.3334 31.6667V23.6518C42.3334 23.1732 42.3334 22.9339 42.2605 22.7226C42.1961 22.5358 42.0909 22.3656 41.9526 22.2244C41.7962 22.0648 41.5822 21.9577 41.1541 21.7437L29 15.6667M7.66671 18.3333V36.4843C7.66671 37.4761 7.66671 37.972 7.82142 38.4061C7.9582 38.79 8.18111 39.1374 8.47305 39.4216C8.80328 39.7432 9.2541 39.9498 10.1556 40.363L27.2223 48.1852C27.8763 48.485 28.2033 48.6348 28.5439 48.694C28.8457 48.7464 29.1544 48.7464 29.4562 48.694C29.7968 48.6348 30.1238 48.485 30.7778 48.1852L47.8444 40.363C48.746 39.9498 49.1968 39.7432 49.527 39.4216C49.819 39.1374 50.0419 38.79 50.1787 38.4061C50.3334 37.972 50.3334 37.4761 50.3334 36.4843V18.3333M2.33337 15.6667L28.046 2.81037C28.3958 2.63546 28.5707 2.54801 28.7542 2.51359C28.9167 2.4831 29.0834 2.4831 29.2459 2.51359C29.4294 2.54801 29.6043 2.63546 29.9541 2.81037L55.6667 15.6667L29.9541 28.523C29.6043 28.6979 29.4294 28.7853 29.2459 28.8198C29.0834 28.8503 28.9167 28.8503 28.7542 28.8198C28.5707 28.7853 28.3958 28.6979 28.046 28.523L2.33337 15.6667Z" stroke="#97C680" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
</svg>                                        </div>

                                        <div class="solve__grid__item-main">
                                            <div class="solve__grid__item-title">University Selection</div>
                                            <div class="solve__grid__item__text">
                                                We help you find the universities and study programs that best match your needs, including admission requirements and chances of acceptance.                                                                                             </div>

                                            <div class="solve__grid__item-footer">
                                                
                                                                                            </div>
                                        </div>

                                    </div>
                                </div>
                                                    </div>

                                                    <button class="btn shine-anim solve__grid-load">
                                <span>Show more</span>
                                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
                                    <path d="M0 224c0 17.7 14.3 32 32 32s32-14.3 32-32c0-53 43-96 96-96l160 0 0 32c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l64-64c12.5-12.5 12.5-32.8 0-45.3l-64-64c-9.2-9.2-22.9-11.9-34.9-6.9S320 19.1 320 32l0 32L160 64C71.6 64 0 135.6 0 224zm512 64c0-17.7-14.3-32-32-32s-32 14.3-32 32c0 53-43 96-96 96l-160 0 0-32c0-12.9 7.8-24.6-19.8-29.6s-25.7-2.2-34.9 6.9l-64 64c-12.5 12.5-12.5 32.8 0 45.3l64 64c9.2 9.2 22.9 11.9 34.9 6.9s19.8-16.6 19.8-29.6l0-32 160 0c88.4 0 160-71.6 160-160z"/>
                                </svg>
                            </button>
                        
                    </div>
                                        <div data-solve-tab-id="tab_7" class="solve-tab" style="display: none;">

                        <div class="solve__grid">
                                                            <div class="solve__grid__item " data-dropdown-parent data-aos="zoom-in" data-item-index="0">
                                    <div class="solve__grid__item-flex">

                                        <div class="solve__grid__item-icon">
                                            <svg width="58" height="57" viewBox="0 0 58 57" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.8908 15.6692C28.5626 15.2214 29.4378 15.2214 30.1096 15.6692L46.1096 26.3359C46.666 26.7068 47.0002 27.3313 47.0002 28V35.3333H53.0002C55.5775 35.3333 57.6668 37.4226 57.6668 40V52C57.6668 54.5774 55.5775 56.6667 53.0002 56.6667H2.3335C1.22893 56.6667 0.333496 55.7712 0.333496 54.6667V40C0.333496 37.4226 2.42285 35.3333 5.00016 35.3333H11.0002V28C11.0002 27.3313 11.3344 26.7068 11.8908 26.3359L27.8908 15.6692ZM15.0002 29.0704V37.3333C15.0002 38.4379 14.1047 39.3333 13.0002 39.3333H5.00016C4.63195 39.3333 4.3335 39.6318 4.3335 40V52.6667H53.0002C53.3684 52.6667 53.6668 52.3682 53.6668 52V40C53.6668 39.6318 53.3684 39.3333 53.0002 39.3333H45.0002C43.8956 39.3333 43.0002 38.4379 43.0002 37.3333V29.0704L29.0002 19.737L15.0002 29.0704Z" fill="#97C680"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M29.0002 2C30.1047 2 31.0002 2.89543 31.0002 4V17.3333C31.0002 18.4379 30.1047 19.3333 29.0002 19.3333C27.8956 19.3333 27.0002 18.4379 27.0002 17.3333V4C27.0002 2.89543 27.8956 2 29.0002 2Z" fill="#97C680"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M30.0074 0.643216C32.0662 -0.180305 34.766 0.107021 38.1096 2.33607C40.766 4.10702 42.0662 3.8197 42.5074 3.64322C42.7861 3.53174 42.9812 3.36492 43.1073 3.22474C43.1698 3.1553 43.2099 3.09828 43.2286 3.06973C43.2315 3.06525 43.2338 3.06162 43.2355 3.05893C43.6614 2.25981 44.5741 1.84461 45.4597 2.05367C46.3624 2.26678 47.0002 3.07261 47.0002 4.00017V12.0002C47.0002 12.3107 46.9279 12.6169 46.789 12.8946L45.0002 12.0002C46.789 12.8946 46.7883 12.896 46.7876 12.8974L46.7861 12.9004L46.783 12.9066L46.776 12.9202L46.7593 12.9519C46.747 12.9751 46.7321 13.0024 46.7146 13.0332C46.6796 13.0947 46.6338 13.1711 46.5764 13.2587C46.4623 13.4333 46.2993 13.6575 46.0805 13.9006C45.6442 14.3854 44.9643 14.9686 43.9929 15.3571C41.9341 16.1806 39.2343 15.8933 35.8908 13.6643C33.2343 11.8933 31.9341 12.1806 31.4929 12.3571C31.2143 12.4686 31.0192 12.6354 30.893 12.7756C30.8305 12.845 30.7904 12.9021 30.7718 12.9306C30.7688 12.9351 30.7665 12.9387 30.7648 12.9414C30.3389 13.7405 29.4263 14.1557 28.5407 13.9467C27.6379 13.7336 27.0002 12.9277 27.0002 12.0002V4C27.0002 3.68951 27.0725 3.38345 27.2113 3.10574L29.0002 4.00017C27.2113 3.10574 27.212 3.10433 27.2127 3.1029L27.2142 3.09995L27.2173 3.09376L27.2243 3.08018L27.241 3.04839C27.2533 3.02519 27.2682 2.99798 27.2858 2.96718C27.3208 2.90565 27.3666 2.82929 27.4239 2.74161C27.538 2.56703 27.7011 2.3428 27.9198 2.09974C28.3562 1.61492 29.0361 1.03174 30.0074 0.643216ZM31.0002 4.66731V8.34564C32.9097 7.95355 35.2789 8.44898 38.1096 10.3361C40.766 12.107 42.0662 11.8197 42.5074 11.6432C42.7167 11.5595 42.8789 11.4445 43.0002 11.333V7.6547C41.0906 8.04679 38.7214 7.55136 35.8908 5.66427C33.2343 3.89332 31.9341 4.18064 31.4929 4.35712C31.2836 4.44087 31.1214 4.55585 31.0002 4.66731Z" fill="#97C680"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.6668 37.3333C21.6668 36.2288 22.5623 35.3333 23.6668 35.3333H34.3335C35.4381 35.3333 36.3335 36.2288 36.3335 37.3333V54.6667C36.3335 55.7712 35.4381 56.6667 34.3335 56.6667C33.2289 56.6667 32.3335 55.7712 32.3335 54.6667V39.3333H25.6668V54.6667C25.6668 55.7712 24.7714 56.6667 23.6668 56.6667C22.5623 56.6667 21.6668 55.7712 21.6668 54.6667V37.3333Z" fill="#97C680"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.0002 54.6667C19.0002 53.5621 19.8956 52.6667 21.0002 52.6667H37.0002C38.1047 52.6667 39.0002 53.5621 39.0002 54.6667C39.0002 55.7712 38.1047 56.6667 37.0002 56.6667H21.0002C19.8956 56.6667 19.0002 55.7712 19.0002 54.6667Z" fill="#97C680"/>
</svg>                                        </div>

                                        <div class="solve__grid__item-main">
                                            <div class="solve__grid__item-title">Odidenec Support</div>
                                            <div class="solve__grid__item__text">
                                                We provide communication and guidance throughout the process of applying for benefits.                                                                                            </div>

                                            <div class="solve__grid__item-footer">
                                                
                                                                                            </div>
                                        </div>

                                    </div>
                                </div>
                                                            <div class="solve__grid__item " data-dropdown-parent data-aos="zoom-in" data-item-index="1">
                                    <div class="solve__grid__item-flex">

                                        <div class="solve__grid__item-icon">
                                            <svg width="52" height="58" viewBox="0 0 52 58" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M26 4.33325C21.2135 4.33325 17.3333 8.21345 17.3333 12.9999C17.3333 17.7864 21.2135 21.6666 26 21.6666C30.7865 21.6666 34.6667 17.7864 34.6667 12.9999C34.6667 8.21345 30.7865 4.33325 26 4.33325ZM13.3333 12.9999C13.3333 6.00431 19.0044 0.333252 26 0.333252C32.9956 0.333252 38.6667 6.00431 38.6667 12.9999C38.6667 19.9955 32.9956 25.6666 26 25.6666C19.0044 25.6666 13.3333 19.9955 13.3333 12.9999ZM0 55.6666C0 41.3072 11.6406 29.6666 26 29.6666C40.3594 29.6666 52 41.3072 52 55.6666C52 56.7712 51.1046 57.6666 50 57.6666C48.8954 57.6666 48 56.7712 48 55.6666C48 44.4514 39.6079 35.1962 28.7607 33.8381L33.2449 48.4117C33.4396 49.0444 33.3086 49.7324 32.8951 50.2493L27.5618 56.916C27.1822 57.3904 26.6076 57.6666 26 57.6666C25.3925 57.6666 24.8178 57.3904 24.4383 56.916L19.105 50.2493C18.6914 49.7324 18.5605 49.0444 18.7551 48.4117L23.2393 33.8381C12.3922 35.1961 4 44.4514 4 55.6666C4 56.7712 3.10457 57.6666 2 57.6666C0.895431 57.6666 0 56.7712 0 55.6666ZM26 52.465L29.1106 48.5768L26 38.4673L22.8894 48.5768L26 52.465Z" fill="#97C680"/>
</svg>                                        </div>

                                        <div class="solve__grid__item-main">
                                            <div class="solve__grid__item-title">Personal Manager Services</div>
                                            <div class="solve__grid__item__text">
                                                We offer personal manager-assistant services to help you address any issues in Slovakia and simplify your adaptation process.                                                                                            </div>

                                            <div class="solve__grid__item-footer">
                                                
                                                                                            </div>
                                        </div>

                                    </div>
                                </div>
                                                            <div class="solve__grid__item " data-dropdown-parent data-aos="zoom-in" data-item-index="2">
                                    <div class="solve__grid__item-flex">

                                        <div class="solve__grid__item-icon">
                                            <svg width="55" height="55" viewBox="0 0 55 55" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M29.0002 4.33325C24.9501 4.33325 21.6668 7.6165 21.6668 11.6666C21.6668 15.7167 24.9501 18.9999 29.0002 18.9999C33.0503 18.9999 36.3335 15.7167 36.3335 11.6666C36.3335 7.6165 33.0503 4.33325 29.0002 4.33325ZM17.6668 11.6666C17.6668 5.40736 22.7409 0.333252 29.0002 0.333252C35.2594 0.333252 40.3335 5.40736 40.3335 11.6666C40.3335 17.9258 35.2594 22.9999 29.0002 22.9999C22.7409 22.9999 17.6668 17.9258 17.6668 11.6666Z" fill="#97C680"/>
<path d="M26.3335 32.3333C13.9553 32.3333 4.3335 41.204 4.3335 51.6666C4.3335 52.7712 3.43807 53.6666 2.3335 53.6666C1.22893 53.6666 0.333496 52.7712 0.333496 51.6666C0.333496 38.5649 12.2021 28.3333 26.3335 28.3333C27.4381 28.3333 28.3335 29.2287 28.3335 30.3333C28.3335 31.4378 27.4381 32.3333 26.3335 32.3333Z" fill="#97C680"/>
<path d="M44.2499 29.7535L43.6668 31.6666L43.0838 29.7535C43.4639 29.6376 43.8698 29.6376 44.2499 29.7535ZM43.6668 52.9999C42.6259 54.7077 42.6251 54.7072 42.6243 54.7067L42.6182 54.703L42.6072 54.6962L42.575 54.6761C42.5491 54.6598 42.5145 54.6378 42.4718 54.61C42.3865 54.5545 42.2685 54.476 42.1226 54.3743C41.831 54.1712 41.4266 53.875 40.9471 53.4853C39.9903 52.7077 38.7223 51.5479 37.4539 50.0017C34.9145 46.9061 32.3335 42.2059 32.3335 35.9333C32.3335 35.2948 32.5914 34.8058 32.7928 34.5142C32.9994 34.2151 33.2442 33.9811 33.4499 33.8087C33.8611 33.4641 34.3662 33.1602 34.8507 32.9019C35.8385 32.375 37.0989 31.8507 38.2882 31.3976C39.4927 30.9387 40.69 30.5284 41.5815 30.2341C42.0285 30.0865 42.4015 29.9671 42.6638 29.8843C42.795 29.8429 42.8986 29.8106 42.9701 29.7885L43.0527 29.763L43.0838 29.7535C43.084 29.7534 43.0838 29.7535 43.6668 31.6666C44.2499 29.7535 44.2497 29.7534 44.2499 29.7535L44.2809 29.763L44.3636 29.7885C44.4351 29.8106 44.5387 29.8429 44.6699 29.8843C44.9321 29.9671 45.3052 30.0865 45.7522 30.2341C46.6437 30.5284 47.841 30.9387 49.0455 31.3976C50.2348 31.8507 51.4952 32.375 52.483 32.9019C52.9675 33.1602 53.4726 33.4641 53.8838 33.8087C54.0894 33.9811 54.3343 34.2151 54.5409 34.5142C54.7423 34.8058 55.0002 35.2948 55.0002 35.9333C55.0002 42.2059 52.4191 46.9061 49.8798 50.0017C48.6114 51.5479 47.3434 52.7077 46.3865 53.4853C45.9071 53.875 45.5027 54.1712 45.2111 54.3743C45.0651 54.476 44.9472 54.5545 44.8618 54.61C44.8191 54.6378 44.7846 54.6598 44.7587 54.6761L44.7265 54.6962L44.7154 54.703L44.7112 54.7056C44.7104 54.7061 44.7078 54.7077 43.6668 52.9999ZM43.6668 52.9999L42.6243 54.7067C43.2636 55.0964 44.0685 55.0973 44.7078 54.7077L43.6668 52.9999ZM43.6668 50.539C43.7303 50.4889 43.796 50.4363 43.8638 50.3812C44.6569 49.7366 45.7223 48.763 46.7872 47.4648C48.8138 44.9943 50.8026 41.3986 50.9864 36.6498C50.8818 36.5862 50.7541 36.5131 50.6006 36.4313C49.8385 36.0248 48.7655 35.5714 47.6215 35.1355C46.4927 34.7055 45.3566 34.3159 44.4981 34.0324C44.1749 33.9257 43.8926 33.8345 43.6668 33.7626C43.4411 33.8345 43.1588 33.9257 42.8355 34.0324C41.977 34.3159 40.841 34.7055 39.7122 35.1355C38.5681 35.5714 37.4952 36.0248 36.733 36.4313C36.5796 36.5131 36.4519 36.5862 36.3473 36.6498C36.5311 41.3986 38.5199 44.9943 40.5465 47.4648C41.6114 48.763 42.6767 49.7366 43.4699 50.3812C43.5377 50.4363 43.6034 50.4889 43.6668 50.539Z" fill="#97C680"/>
</svg>                                        </div>

                                        <div class="solve__grid__item-main">
                                            <div class="solve__grid__item-title">Police Assistance</div>
                                            <div class="solve__grid__item__text">
                                                Our specialists accompany you to the migration police, helping with address changes and resolving other concerns.                                                                                            </div>

                                            <div class="solve__grid__item-footer">
                                                
                                                                                            </div>
                                        </div>

                                    </div>
                                </div>
                                                            <div class="solve__grid__item " data-dropdown-parent data-aos="zoom-in" data-item-index="3">
                                    <div class="solve__grid__item-flex">

                                        <div class="solve__grid__item-icon">
                                            <svg width="52" height="55" viewBox="0 0 52 55" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M2 52.9999H50M10 44.9999V23.6666M20.6667 44.9999V23.6666M31.3333 44.9999V23.6666M42 44.9999V23.6666M47.3333 15.6666L27.1307 3.03993C26.7205 2.78357 26.5154 2.65539 26.2954 2.60541C26.101 2.56122 25.899 2.56122 25.7046 2.60541C25.4846 2.65539 25.2795 2.78357 24.8693 3.03993L4.66667 15.6666H47.3333Z" stroke="#97C680" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
</svg>                                        </div>

                                        <div class="solve__grid__item-main">
                                            <div class="solve__grid__item-title">Tax Office Assistance</div>
                                            <div class="solve__grid__item__text">
                                                We ensure communication, guidance, and resolution of various issues with the tax authorities.                                                                                            </div>

                                            <div class="solve__grid__item-footer">
                                                
                                                                                            </div>
                                        </div>

                                    </div>
                                </div>
                                                    </div>

                        
                    </div>
                                        <div data-solve-tab-id="tab_8" class="solve-tab" style="display: none;">

                        <div class="solve__grid">
                                                            <div class="solve__grid__item " data-dropdown-parent data-aos="zoom-in" data-item-index="0">
                                    <div class="solve__grid__item-flex">

                                        <div class="solve__grid__item-icon">
                                            <svg width="45" height="52" viewBox="0 0 45 52" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M5.66671 7.33333C5.66671 5.49238 7.15909 4 9.00004 4C10.841 4 12.3334 5.49238 12.3334 7.33333C12.3334 9.17428 10.841 10.6667 9.00004 10.6667C7.15909 10.6667 5.66671 9.17428 5.66671 7.33333ZM9.00004 0C4.94995 0 1.66671 3.28325 1.66671 7.33333C1.66671 11.3834 4.94995 14.6667 9.00004 14.6667C13.0501 14.6667 16.3334 11.3834 16.3334 7.33333C16.3334 3.28325 13.0501 0 9.00004 0ZM29.6667 7.33333C29.6667 5.49238 31.1591 4 33 4C34.841 4 36.3334 5.49238 36.3334 7.33333C36.3334 9.17428 34.841 10.6667 33 10.6667C31.1591 10.6667 29.6667 9.17428 29.6667 7.33333ZM33 0C28.95 0 25.6667 3.28325 25.6667 7.33333C25.6667 11.3834 28.95 14.6667 33 14.6667C37.0501 14.6667 40.3334 11.3834 40.3334 7.33333C40.3334 3.28325 37.0501 0 33 0ZM0.856536 19.318C1.23546 18.9031 1.77146 18.6667 2.33338 18.6667H15.6667C16.2286 18.6667 16.7646 18.9031 17.1436 19.318C17.5225 19.7329 17.7094 20.2881 17.6585 20.8477L14.9918 50.1811C14.8982 51.2112 14.0345 52 13 52H5.00005C3.96564 52 3.10191 51.2112 3.00826 50.1811L0.341595 20.8477C0.290721 20.2881 0.477611 19.7329 0.856536 19.318ZM4.52345 22.6667L6.82648 48H11.1736L13.4766 22.6667H4.52345ZM26.3334 18.6667C25.3668 18.6667 24.5386 19.3579 24.3657 20.3089L21.699 34.9756C21.5929 35.559 21.7512 36.1595 22.1312 36.6148C22.5112 37.0701 23.0737 37.3333 23.6667 37.3333H25.8403L27.0083 50.1811C27.1019 51.2112 27.9657 52 29.0001 52H37.0001C38.0345 52 38.8982 51.2112 38.9918 50.1811L40.1598 37.3333H42.3334C42.9264 37.3333 43.4889 37.0701 43.8689 36.6148C44.2489 36.1595 44.4072 35.559 44.3011 34.9756L41.6345 20.3089C41.4616 19.3579 40.6333 18.6667 39.6667 18.6667H26.3334ZM26.0631 33.3333L28.0025 22.6667H37.9976L39.937 33.3333H38.3334C37.299 33.3333 36.4353 34.1221 36.3416 35.1523L35.1736 48H30.8265L29.6585 35.1523C29.5649 34.1221 28.7011 33.3333 27.6667 33.3333H26.0631Z" fill="#97C680"/>
</svg>                                        </div>

                                        <div class="solve__grid__item-main">
                                            <div class="solve__grid__item-title">Change in Family Status</div>
                                            <div class="solve__grid__item__text">
                                                We assist in notifying the Slovak government about marriage, divorce, or death.                                                                                            </div>

                                            <div class="solve__grid__item-footer">
                                                
                                                                                            </div>
                                        </div>

                                    </div>
                                </div>
                                                            <div class="solve__grid__item " data-dropdown-parent data-aos="zoom-in" data-item-index="1">
                                    <div class="solve__grid__item-flex">

                                        <div class="solve__grid__item-icon">
                                            <svg width="64" height="58" viewBox="0 0 64 58" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M6.3593 20.4673C9.78965 9.81871 19.8339 0.333008 32 0.333008C44.1595 0.333008 54.1991 9.81001 57.6348 20.4491C57.6452 20.4813 57.7113 20.6462 58.1765 21.014C58.3999 21.1907 58.6579 21.3713 58.9856 21.5982L59.0376 21.6342C59.3378 21.842 59.6893 22.0854 60.0384 22.3518C60.7834 22.9204 61.6287 23.6746 62.2764 24.7395C62.9403 25.8309 63.3333 27.1427 63.3333 28.7331C63.3333 30.319 62.9451 31.623 62.2724 32.7001C61.6158 33.7515 60.7597 34.4701 60.0144 34.9984C59.6627 35.2477 59.3099 35.4718 59.0139 35.6599L58.9705 35.6875C58.6476 35.8928 58.4021 36.0505 58.1921 36.2047C57.8659 36.4442 57.783 36.5656 57.7687 36.5901C54.4607 47.4525 44.3143 57.1331 32 57.1331C19.7314 57.1331 9.61672 47.5128 6.27026 36.717C6.25988 36.696 6.1835 36.5675 5.82393 36.3016C5.61057 36.1438 5.36239 35.9829 5.03695 35.774L4.99987 35.7502C4.69996 35.5577 4.34268 35.3284 3.98628 35.0727C3.23615 34.5347 2.37939 33.8053 1.72349 32.7406C1.05275 31.6518 0.666626 30.3351 0.666626 28.7331C0.666626 27.128 1.05589 25.8062 1.72117 24.7079C2.37134 23.6345 3.2211 22.8818 3.97081 22.3176C4.32564 22.0505 4.68226 21.8084 4.98506 21.6028L5.0273 21.5742C5.35582 21.3511 5.61228 21.1753 5.83439 21.0028C6.29561 20.6448 6.35223 20.4892 6.3593 20.4673ZM32 4.33301C21.9647 4.33301 13.1962 12.2893 10.1666 21.6938C9.7853 22.8774 8.94819 23.6494 8.28727 24.1625C7.94832 24.4256 7.5866 24.6713 7.27448 24.8833L7.25999 24.8931C6.9369 25.1125 6.65161 25.3062 6.37619 25.5135C5.82392 25.9292 5.42024 26.3217 5.14247 26.7802C4.87981 27.2139 4.66663 27.8108 4.66663 28.7331C4.66663 29.6582 4.87921 30.2369 5.12914 30.6426C5.39392 31.0724 5.7798 31.4366 6.31752 31.8223C6.58887 32.0169 6.87046 32.1977 7.19306 32.4048L7.20365 32.4116C7.50892 32.6076 7.86703 32.8375 8.20236 33.0855C8.85949 33.5715 9.71773 34.3284 10.0902 35.5304C13.0427 45.0586 21.8743 53.1331 32 53.1331C42.1676 53.1331 51.0287 45.0031 53.9445 35.4173C54.3108 34.2131 55.1727 33.4592 55.8249 32.9804C56.1608 32.7338 56.5196 32.5057 56.8246 32.3118L56.8398 32.3022C57.1569 32.1006 57.4338 31.9246 57.7013 31.7351C58.2374 31.3551 58.619 30.9986 58.8797 30.5812C59.1245 30.1894 59.3333 29.6307 59.3333 28.7331C59.3333 27.8398 59.1235 27.2531 58.8591 26.8183C58.5784 26.357 58.1696 25.9574 57.6116 25.5315C57.3382 25.3228 57.0557 25.1273 56.7379 24.9071L56.7082 24.8866C56.3946 24.6694 56.0338 24.4192 55.6955 24.1516C55.0372 23.6311 54.2081 22.8542 53.8283 21.6783C50.7939 12.2817 42.0295 4.33301 32 4.33301Z" fill="#97C680"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M30 2.33301C30 1.22844 30.8954 0.333008 32 0.333008C44.1595 0.333008 54.1991 9.81001 57.6348 20.4491C57.9742 21.5002 57.3973 22.6275 56.3462 22.967C55.295 23.3064 54.1678 22.7295 53.8283 21.6783C50.7939 12.2817 42.0295 4.33301 32 4.33301C30.8954 4.33301 30 3.43758 30 2.33301Z" fill="#97C680"/>
<path d="M25.4669 25.7995C25.4669 26.9012 25.168 27.8685 24.7197 28.5409C24.2684 29.218 23.718 29.5328 23.2002 29.5328C22.6825 29.5328 22.1321 29.218 21.6808 28.5409C21.2325 27.8685 20.9336 26.9012 20.9336 25.7995C20.9336 24.6976 21.2325 23.7304 21.6808 23.058C22.1321 22.3809 22.6825 22.0661 23.2002 22.0661C23.718 22.0661 24.2684 22.3809 24.7197 23.058C25.168 23.7304 25.4669 24.6976 25.4669 25.7995Z" fill="#97C680"/>
<path d="M43.0658 25.7994C43.0658 26.9012 42.7669 27.8685 42.3186 28.5409C41.8673 29.218 41.3169 29.5328 40.7992 29.5328C40.2814 29.5328 39.731 29.218 39.2797 28.5409C38.8314 27.8685 38.5325 26.9012 38.5325 25.7994C38.5325 24.6976 38.8314 23.7304 39.2797 23.058C39.731 22.3809 40.2814 22.0661 40.7992 22.0661C41.3169 22.0661 41.8673 22.3809 42.3186 23.058C42.7669 23.7304 43.0658 24.6976 43.0658 25.7994Z" fill="#97C680"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M24.664 39.3336C27.2385 41.0665 29.688 41.9329 32.0125 41.9329C34.3345 41.9329 36.6368 41.0684 38.9192 39.3392" fill="#97C680"/>
<path d="M23.0048 38.2168C23.6216 37.3005 24.8644 37.0577 25.7807 37.6744C28.1336 39.2582 30.1991 39.9329 32.0125 39.9329C33.805 39.9329 35.6939 39.2736 37.7114 37.745C38.5918 37.078 39.8463 37.251 40.5133 38.1314C41.1803 39.0119 41.0073 40.2663 40.1269 40.9333C37.5796 42.8632 34.864 43.9329 32.0125 43.9329C29.1769 43.9329 26.3433 42.8749 23.5472 40.9927C22.6308 40.376 22.388 39.1331 23.0048 38.2168Z" fill="#97C680"/>
<path d="M42.0297 3.28555C43.1238 3.13384 44.1337 3.8978 44.2854 4.9919C44.5 6.53928 44.3923 8.0323 43.8285 9.38325C43.2563 10.754 42.2753 11.8314 40.9952 12.6205C38.5573 14.1231 34.934 14.6661 30.5046 14.59C29.4002 14.571 28.5203 13.6603 28.5393 12.5559C28.5583 11.4515 29.469 10.5716 30.5734 10.5906C34.8263 10.6637 37.2447 9.87616 38.6666 8.99983M42.0297 3.28555C41.1055 3.41616 41.219 5.61057 40.677 6.79107L42.0297 3.28555ZM40.677 6.79107C40.4085 7.3759 40.6415 6.83696 40.1371 7.84259L40.677 6.79107ZM40.1371 7.84259C39.7244 8.22073 38.6246 8.98652 38.6666 8.99983L40.1371 7.84259Z" fill="#97C680"/>
</svg>                                        </div>

                                        <div class="solve__grid__item-main">
                                            <div class="solve__grid__item-title">Child Registration</div>
                                            <div class="solve__grid__item__text">
                                                We notify the government about the birth of children, assist with document preparation, and help select private hospitals for childbirth.                                                                                            </div>

                                            <div class="solve__grid__item-footer">
                                                
                                                                                            </div>
                                        </div>

                                    </div>
                                </div>
                                                            <div class="solve__grid__item " data-dropdown-parent data-aos="zoom-in" data-item-index="2">
                                    <div class="solve__grid__item-flex">

                                        <div class="solve__grid__item-icon">
                                            <svg width="45" height="52" viewBox="0 0 45 52" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M5.66671 7.33333C5.66671 5.49238 7.15909 4 9.00004 4C10.841 4 12.3334 5.49238 12.3334 7.33333C12.3334 9.17428 10.841 10.6667 9.00004 10.6667C7.15909 10.6667 5.66671 9.17428 5.66671 7.33333ZM9.00004 0C4.94995 0 1.66671 3.28325 1.66671 7.33333C1.66671 11.3834 4.94995 14.6667 9.00004 14.6667C13.0501 14.6667 16.3334 11.3834 16.3334 7.33333C16.3334 3.28325 13.0501 0 9.00004 0ZM29.6667 7.33333C29.6667 5.49238 31.1591 4 33 4C34.841 4 36.3334 5.49238 36.3334 7.33333C36.3334 9.17428 34.841 10.6667 33 10.6667C31.1591 10.6667 29.6667 9.17428 29.6667 7.33333ZM33 0C28.95 0 25.6667 3.28325 25.6667 7.33333C25.6667 11.3834 28.95 14.6667 33 14.6667C37.0501 14.6667 40.3334 11.3834 40.3334 7.33333C40.3334 3.28325 37.0501 0 33 0ZM0.856536 19.318C1.23546 18.9031 1.77146 18.6667 2.33338 18.6667H15.6667C16.2286 18.6667 16.7646 18.9031 17.1436 19.318C17.5225 19.7329 17.7094 20.2881 17.6585 20.8477L14.9918 50.1811C14.8982 51.2112 14.0345 52 13 52H5.00005C3.96564 52 3.10191 51.2112 3.00826 50.1811L0.341595 20.8477C0.290721 20.2881 0.477611 19.7329 0.856536 19.318ZM4.52345 22.6667L6.82648 48H11.1736L13.4766 22.6667H4.52345ZM26.3334 18.6667C25.3668 18.6667 24.5386 19.3579 24.3657 20.3089L21.699 34.9756C21.5929 35.559 21.7512 36.1595 22.1312 36.6148C22.5112 37.0701 23.0737 37.3333 23.6667 37.3333H25.8403L27.0083 50.1811C27.1019 51.2112 27.9657 52 29.0001 52H37.0001C38.0345 52 38.8982 51.2112 38.9918 50.1811L40.1598 37.3333H42.3334C42.9264 37.3333 43.4889 37.0701 43.8689 36.6148C44.2489 36.1595 44.4072 35.559 44.3011 34.9756L41.6345 20.3089C41.4616 19.3579 40.6333 18.6667 39.6667 18.6667H26.3334ZM26.0631 33.3333L28.0025 22.6667H37.9976L39.937 33.3333H38.3334C37.299 33.3333 36.4353 34.1221 36.3416 35.1523L35.1736 48H30.8265L29.6585 35.1523C29.5649 34.1221 28.7011 33.3333 27.6667 33.3333H26.0631Z" fill="#97C680"/>
</svg>                                        </div>

                                        <div class="solve__grid__item-main">
                                            <div class="solve__grid__item-title">Family Reunification</div>
                                            <div class="solve__grid__item__text">
                                                We provide professional assistance in the family reunification process in Slovakia, ensuring legal and administrative support at every stage.                                                                                            </div>

                                            <div class="solve__grid__item-footer">
                                                
                                                                                            </div>
                                        </div>

                                    </div>
                                </div>
                                                            <div class="solve__grid__item " data-dropdown-parent data-aos="zoom-in" data-item-index="3">
                                    <div class="solve__grid__item-flex">

                                        <div class="solve__grid__item-icon">
                                            <svg width="53" height="50" viewBox="0 0 53 50" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M34.625 0L34.125 1.3125L28.625 16H13.25C11.4219 16 9.6875 16.5156 8.25 17.4375L3.4375 12.5625L0.5625 15.4375L5.4375 20.25C4.51563 21.6875 4 23.4219 4 25.25C4 26.2578 4.17188 27.2891 4.5 28.25L5.9375 32.4375L4.0625 39.5L4 39.75V50H8V40.25L9.9375 32.9375L10.0625 32.3125L9.875 31.75L8.25 26.9375C8.07031 26.3984 8 25.8203 8 25.25C8 22.3125 10.3125 20 13.25 20H29.3125L36 26.5625V20.9375L32.375 17.375L36.5 6.3125L37 7.0625L37.5625 8H41.3125L47.4375 12.625L45.75 16H38V27.75L36.125 33.375L36 33.6875V40.25L38 48.25V50H42V47.75L40 39.75V34.25L41.875 28.625L42 28.3125V20H48.25L52.5625 11.375L51.1875 10.375L42.6875 4H39.8125L37.875 0.9375L37.3125 0H34.625ZM14.4375 30L12 39.75V50H16V40.25L17.5625 34H19.4375C20.1406 34.4688 22.625 36 26 36H28V40.25L30 48.25V50H34V47.75L32 39.75V32H26C23.875 32 21.125 30.3125 21.125 30.3125L20.625 30H14.4375Z" fill="#97C680"/>
</svg>                                        </div>

                                        <div class="solve__grid__item-main">
                                            <div class="solve__grid__item-title">Importing Animals to Slovakia</div>
                                            <div class="solve__grid__item__text">
                                                We assist with the necessary documentation and transportation of animals to Slovakia, as well as their registration.                                                                                            </div>

                                            <div class="solve__grid__item-footer">
                                                
                                                                                            </div>
                                        </div>

                                    </div>
                                </div>
                                                            <div class="solve__grid__item mobile-hide" data-dropdown-parent data-aos="zoom-in" data-item-index="4">
                                    <div class="solve__grid__item-flex">

                                        <div class="solve__grid__item-icon">
                                            <svg width="38" height="58" viewBox="0 0 38 58" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.33341 17.6668C4.96522 17.6668 4.66675 17.9653 4.66675 18.3335V47.6668C4.66675 48.035 4.96522 48.3335 5.33341 48.3335H32.6667C33.0349 48.3335 33.3334 48.035 33.3334 47.6668V18.3335C33.3334 17.9653 33.0349 17.6668 32.6667 17.6668H5.33341ZM0.666748 18.3335C0.666748 15.7562 2.75609 13.6668 5.33341 13.6668H32.6667C35.2441 13.6668 37.3334 15.7562 37.3334 18.3335V47.6668C37.3334 50.2442 35.2441 52.3335 32.6667 52.3335H5.33341C2.75609 52.3335 0.666748 50.2442 0.666748 47.6668V18.3335Z" fill="#97C680"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.6667 15.6668C14.7713 15.6668 15.6667 16.5623 15.6667 17.6668V48.776C15.6667 49.8806 14.7713 50.776 13.6667 50.776C12.5622 50.776 11.6667 49.8806 11.6667 48.776V17.6668C11.6667 16.5623 12.5622 15.6668 13.6667 15.6668Z" fill="#97C680"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.00008 48.3335C10.1047 48.3335 11.0001 49.2289 11.0001 50.3335V55.6668C11.0001 56.7714 10.1047 57.6668 9.00008 57.6668C7.89551 57.6668 7.00008 56.7714 7.00008 55.6668V50.3335C7.00008 49.2289 7.89551 48.3335 9.00008 48.3335Z" fill="#97C680"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M29.0001 48.3335C30.1046 48.3335 31.0001 49.2289 31.0001 50.3335V55.6668C31.0001 56.7714 30.1046 57.6668 29.0001 57.6668C27.8955 57.6668 27.0001 56.7714 27.0001 55.6668V50.3335C27.0001 49.2289 27.8955 48.3335 29.0001 48.3335Z" fill="#97C680"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M24.3334 15.6668C25.438 15.6668 26.3334 16.5623 26.3334 17.6668V48.776C26.3334 49.8806 25.438 50.776 24.3334 50.776C23.2288 50.776 22.3334 49.8806 22.3334 48.776V17.6668C22.3334 16.5623 23.2288 15.6668 24.3334 15.6668Z" fill="#97C680"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.3334 2.3335C10.3334 1.22893 11.2288 0.333496 12.3334 0.333496H25.6667C26.7713 0.333496 27.6667 1.22893 27.6667 2.3335C27.6667 3.43807 26.7713 4.3335 25.6667 4.3335H12.3334C11.2288 4.3335 10.3334 3.43807 10.3334 2.3335Z" fill="#97C680"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.0001 0.333496C20.1046 0.333496 21.0001 1.22893 21.0001 2.3335V15.6668C21.0001 16.7714 20.1046 17.6668 19.0001 17.6668C17.8955 17.6668 17.0001 16.7714 17.0001 15.6668V2.3335C17.0001 1.22893 17.8955 0.333496 19.0001 0.333496Z" fill="#97C680"/>
</svg>                                        </div>

                                        <div class="solve__grid__item-main">
                                            <div class="solve__grid__item-title">Relocation of Parents</div>
                                            <div class="solve__grid__item__text">
                                                We help with documentation for relocating close relatives, including parents and children, based on custody grounds.                                                                                            </div>

                                            <div class="solve__grid__item-footer">
                                                
                                                                                            </div>
                                        </div>

                                    </div>
                                </div>
                                                    </div>

                                                    <button class="btn shine-anim solve__grid-load">
                                <span>Show more</span>
                                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
                                    <path d="M0 224c0 17.7 14.3 32 32 32s32-14.3 32-32c0-53 43-96 96-96l160 0 0 32c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l64-64c12.5-12.5 12.5-32.8 0-45.3l-64-64c-9.2-9.2-22.9-11.9-34.9-6.9S320 19.1 320 32l0 32L160 64C71.6 64 0 135.6 0 224zm512 64c0-17.7-14.3-32-32-32s-32 14.3-32 32c0 53-43 96-96 96l-160 0 0-32c0-12.9 7.8-24.6-19.8-29.6s-25.7-2.2-34.9 6.9l-64 64c-12.5 12.5-12.5 32.8 0 45.3l64 64c9.2 9.2 22.9 11.9 34.9 6.9s19.8-16.6 19.8-29.6l0-32 160 0c88.4 0 160-71.6 160-160z"/>
                                </svg>
                            </button>
                        
                    </div>
                                        <div data-solve-tab-id="tab_9" class="solve-tab" style="display: none;">

                        <div class="solve__grid">
                                                            <div class="solve__grid__item " data-dropdown-parent data-aos="zoom-in" data-item-index="0">
                                    <div class="solve__grid__item-flex">

                                        <div class="solve__grid__item-icon">
                                            <svg width="52" height="58" viewBox="0 0 52 58" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M26 4.33325C21.2135 4.33325 17.3333 8.21345 17.3333 12.9999C17.3333 17.7864 21.2135 21.6666 26 21.6666C30.7865 21.6666 34.6667 17.7864 34.6667 12.9999C34.6667 8.21345 30.7865 4.33325 26 4.33325ZM13.3333 12.9999C13.3333 6.00431 19.0044 0.333252 26 0.333252C32.9956 0.333252 38.6667 6.00431 38.6667 12.9999C38.6667 19.9955 32.9956 25.6666 26 25.6666C19.0044 25.6666 13.3333 19.9955 13.3333 12.9999ZM0 55.6666C0 41.3072 11.6406 29.6666 26 29.6666C40.3594 29.6666 52 41.3072 52 55.6666C52 56.7712 51.1046 57.6666 50 57.6666C48.8954 57.6666 48 56.7712 48 55.6666C48 44.4514 39.6079 35.1962 28.7607 33.8381L33.2449 48.4117C33.4396 49.0444 33.3086 49.7324 32.8951 50.2493L27.5618 56.916C27.1822 57.3904 26.6076 57.6666 26 57.6666C25.3925 57.6666 24.8178 57.3904 24.4383 56.916L19.105 50.2493C18.6914 49.7324 18.5605 49.0444 18.7551 48.4117L23.2393 33.8381C12.3922 35.1961 4 44.4514 4 55.6666C4 56.7712 3.10457 57.6666 2 57.6666C0.895431 57.6666 0 56.7712 0 55.6666ZM26 52.465L29.1106 48.5768L26 38.4673L22.8894 48.5768L26 52.465Z" fill="#97C680"></path>
</svg>                                        </div>

                                        <div class="solve__grid__item-main">
                                            <div class="solve__grid__item-title">Assistance with Work Residence Permit (Employment-Based)</div>
                                            <div class="solve__grid__item__text">
                                                We help collect all required documents to obtain a work permit and residence permit through employment (including applications to the Úrad práce and the police).                                                                                            </div>

                                            <div class="solve__grid__item-footer">
                                                
                                                                                            </div>
                                        </div>

                                    </div>
                                </div>
                                                            <div class="solve__grid__item " data-dropdown-parent data-aos="zoom-in" data-item-index="1">
                                    <div class="solve__grid__item-flex">

                                        <div class="solve__grid__item-icon">
                                            <svg width="52" height="54" viewBox="0 0 52 54" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12.6667 16.6667H26M12.6667 26H34M12.6667 42V48.228C12.6667 49.6489 12.6667 50.3594 12.9579 50.7243C13.2113 51.0417 13.5954 51.2263 14.0014 51.2258C14.4683 51.2253 15.0231 50.7815 16.1327 49.8939L22.4939 44.8049C23.7934 43.7653 24.4431 43.2455 25.1666 42.8759C25.8085 42.5479 26.4918 42.3083 27.1979 42.1633C27.9938 42 28.8259 42 30.49 42H37.2C41.6804 42 43.9206 42 45.6319 41.128C47.1372 40.3611 48.3611 39.1372 49.1281 37.6319C50 35.9206 50 33.6804 50 29.2V14.8C50 10.3196 50 8.07937 49.1281 6.36808C48.3611 4.86278 47.1372 3.63893 45.6319 2.87195C43.9206 2 41.6804 2 37.2 2H14.8C10.3196 2 8.07937 2 6.36808 2.87195C4.86278 3.63893 3.63893 4.86278 2.87195 6.36808C2 8.07937 2 10.3196 2 14.8V31.3333C2 33.8133 2 35.0532 2.27259 36.0705C3.01233 38.8313 5.16871 40.9877 7.92945 41.7274C8.94678 42 10.1867 42 12.6667 42Z" stroke="#97C680" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"></path>
</svg>                                        </div>

                                        <div class="solve__grid__item-main">
                                            <div class="solve__grid__item-title">Employer Negotiations and Interview Scheduling</div>
                                            <div class="solve__grid__item__text">
                                                We negotiate on your behalf, help you reach agreements on conditions, and schedule interviews. If necessary, we can also be present at the contract signing.                                                                                            </div>

                                            <div class="solve__grid__item-footer">
                                                
                                                                                            </div>
                                        </div>

                                    </div>
                                </div>
                                                            <div class="solve__grid__item " data-dropdown-parent data-aos="zoom-in" data-item-index="2">
                                    <div class="solve__grid__item-flex">

                                        <div class="solve__grid__item-icon">
                                            <svg width="52" height="58" viewBox="0 0 52 58" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M26 4.33325C21.2135 4.33325 17.3333 8.21345 17.3333 12.9999C17.3333 17.7864 21.2135 21.6666 26 21.6666C30.7865 21.6666 34.6667 17.7864 34.6667 12.9999C34.6667 8.21345 30.7865 4.33325 26 4.33325ZM13.3333 12.9999C13.3333 6.00431 19.0044 0.333252 26 0.333252C32.9956 0.333252 38.6667 6.00431 38.6667 12.9999C38.6667 19.9955 32.9956 25.6666 26 25.6666C19.0044 25.6666 13.3333 19.9955 13.3333 12.9999ZM0 55.6666C0 41.3072 11.6406 29.6666 26 29.6666C40.3594 29.6666 52 41.3072 52 55.6666C52 56.7712 51.1046 57.6666 50 57.6666C48.8954 57.6666 48 56.7712 48 55.6666C48 44.4514 39.6079 35.1962 28.7607 33.8381L33.2449 48.4117C33.4396 49.0444 33.3086 49.7324 32.8951 50.2493L27.5618 56.916C27.1822 57.3904 26.6076 57.6666 26 57.6666C25.3925 57.6666 24.8178 57.3904 24.4383 56.916L19.105 50.2493C18.6914 49.7324 18.5605 49.0444 18.7551 48.4117L23.2393 33.8381C12.3922 35.1961 4 44.4514 4 55.6666C4 56.7712 3.10457 57.6666 2 57.6666C0.895431 57.6666 0 56.7712 0 55.6666ZM26 52.465L29.1106 48.5768L26 38.4673L22.8894 48.5768L26 52.465Z" fill="#97C680"></path>
</svg>                                        </div>

                                        <div class="solve__grid__item-main">
                                            <div class="solve__grid__item-title">Job Search in Slovakia (Shortage Professions)</div>
                                            <div class="solve__grid__item__text">
                                                We help you find jobs in professions that are in high demand. We negotiate with employers, adapt and distribute your resume. We accompany you through all stages — from the first vacancy to signing the employment contract.                                                                                            </div>

                                            <div class="solve__grid__item-footer">
                                                
                                                                                            </div>
                                        </div>

                                    </div>
                                </div>
                                                            <div class="solve__grid__item " data-dropdown-parent data-aos="zoom-in" data-item-index="3">
                                    <div class="solve__grid__item-flex">

                                        <div class="solve__grid__item-icon">
                                            <svg width="42" height="58" viewBox="0 0 42 58" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M0.333252 10.3334C0.333252 9.2288 1.22868 8.33337 2.33325 8.33337H39.6666C40.7712 8.33337 41.6666 9.2288 41.6666 10.3334V55.6667C41.6666 56.7713 40.7712 57.6667 39.6666 57.6667H2.33325C1.22868 57.6667 0.333252 56.7713 0.333252 55.6667V10.3334ZM4.33325 12.3334V53.6667H37.6666V12.3334H4.33325Z" fill="#97C680"></path>
<path fill-rule="evenodd" clip-rule="evenodd" d="M32.8811 0.743978C33.3765 1.12234 33.6671 1.71005 33.6671 2.33339V10.3334C33.6671 11.438 32.7717 12.3334 31.6671 12.3334C30.5625 12.3334 29.6671 11.438 29.6671 10.3334V4.95189L2.85999 12.2629C1.79434 12.5536 0.694858 11.9253 0.404226 10.8596C0.113595 9.79398 0.74187 8.6945 1.80752 8.40386L31.1409 0.403864C31.7422 0.239851 32.3857 0.365612 32.8811 0.743978Z" fill="#97C680"></path>
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.9999 25.6667C19.159 25.6667 17.6666 27.1591 17.6666 29C17.6666 30.841 19.159 32.3334 20.9999 32.3334C22.8409 32.3334 24.3333 30.841 24.3333 29C24.3333 27.1591 22.8409 25.6667 20.9999 25.6667ZM13.6666 29C13.6666 24.95 16.9498 21.6667 20.9999 21.6667C25.05 21.6667 28.3333 24.95 28.3333 29C28.3333 33.0501 25.05 36.3334 20.9999 36.3334C16.9498 36.3334 13.6666 33.0501 13.6666 29Z" fill="#97C680"></path>
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.6666 42.3334C13.6666 41.2288 14.562 40.3334 15.6666 40.3334H26.3333C27.4378 40.3334 28.3333 41.2288 28.3333 42.3334C28.3333 43.4379 27.4378 44.3334 26.3333 44.3334H15.6666C14.562 44.3334 13.6666 43.4379 13.6666 42.3334Z" fill="#97C680"></path>
</svg>                                        </div>

                                        <div class="solve__grid__item-main">
                                            <div class="solve__grid__item-title">Resume Preparation and Market Adaptation</div>
                                            <div class="solve__grid__item__text">
                                                We optimize your CV according to the expectations of Slovak companies. We write resumes tailored to employer requirements, provide translations, and prepare motivation letters.                                                                                            </div>

                                            <div class="solve__grid__item-footer">
                                                
                                                                                            </div>
                                        </div>

                                    </div>
                                </div>
                                                    </div>

                        
                    </div>
                                    </div>
            </div>
        </div>
    </div>
</section>




<div class="form-section form-equal-type" data-aos="fade-up">
    <div class="container">
        <div class="form-section-inner">
            <div class="form-box green">
                <div class="form-title">
                    Leave a request for a free consultation                </div>
                <div class="form-subtitle">
                    Fill out the form and we will consult you for free and answer all your questions                </div>
                <div class="form-arrow">
                    <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
                        <path d="M1.85352 11.9832H22.8535" stroke="#1C1B29" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                        <path d="M12.3535 1.48315L22.8535 11.9832L12.3535 22.4832" stroke="#1C1B29" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                    </svg>
                </div>
            </div>
            <div class="form-box">
			
<div class="wpcf7 no-js" id="wpcf7-f9755-o2" lang="en-GB" dir="ltr">
<div class="screen-reader-response"><p role="status" aria-live="polite" aria-atomic="true"></p> <ul></ul></div>
<form action="/en/#wpcf7-f9755-o2" method="post" class="wpcf7-form init" aria-label="Contact form" novalidate="novalidate" data-status="init">
<div style="display: none;">
<input type="hidden" name="_wpcf7" value="9755" />
<input type="hidden" name="_wpcf7_version" value="5.9.3" />
<input type="hidden" name="_wpcf7_locale" value="en_GB" />
<input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f9755-o2" />
<input type="hidden" name="_wpcf7_container_post" value="0" />
<input type="hidden" name="_wpcf7_posted_data_hash" value="" />
<input type="hidden" name="gclid" value="" />
<input type="hidden" name="utm_source" value="direct" />
<input type="hidden" name="utm_medium" value="none" />
<input type="hidden" name="utm_campaign" value="none" />
<input type="hidden" name="utm_term" value="none" />
<input type="hidden" name="utm_content" value="none" />
<input type="hidden" name="ga_client_id_save" value="none" />
<input type="hidden" name="ga_session_id_save" value="none" />
<input type="hidden" name="_wpcf7_recaptcha_response" value="" />
</div>
<div class="form-inner">
	<div class="form-grid">
		<div class="input-wrap">
			<label for="form_name" class="input-label form-input-label">Name</label>
			<span class="wpcf7-form-control-wrap" data-name="your-name"><input size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required input form-input form_name_input" autocomplete="name" aria-required="true" aria-invalid="false" value="" type="text" name="your-name" /></span>
		</div>

		<div class="input-wrap">
			<label for="form_phone" class="input-label form-input-label">Phone</label>
			<span class="wpcf7-form-control-wrap" data-name="your-tel"><input size="40" maxlength="15" minlength="12" class="wpcf7-form-control wpcf7-tel wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-tel input form-input phone_field form_phone_input" autocomplete="tel" aria-required="true" aria-invalid="false" value="" type="tel" name="your-tel" /></span>
		</div>

		<div class="form-caution">
                            <div class="form__privacy">
                                <div class="form__privacy-item">
<span class="wpcf7-form-control-wrap" data-name="agree1"><span class="wpcf7-form-control wpcf7-checkbox wpcf7-validates-as-required agree1"><span class="wpcf7-list-item first last"><label><input type="checkbox" name="agree1[]" value="I agree with the company&#039;s &#039;privacy policy&#039;" /><span class="wpcf7-list-item-label">I agree with the company&#039;s &#039;privacy policy&#039;</span></label></span></span></span>
                                </div>

                                <div class="form__privacy-item">
<span class="wpcf7-form-control-wrap" data-name="agree2"><span class="wpcf7-form-control wpcf7-checkbox agree2"><span class="wpcf7-list-item first last"><label><input type="checkbox" name="agree2[]" value="I agree to the processing of my personal data by the company" checked="checked" /><span class="wpcf7-list-item-label">I agree to the processing of my personal data by the company</span></label></span></span></span>
                                </div>
                            </div>
		</div>

		<button class="btn shine-anim form-grid-btn">
			<svg xmlns="http://www.w3.org/2000/svg" width="19" height="14" viewBox="0 0 19 14" fill="none">
				<path d="M17.209 1.90015L6.20898 12.9001L1.20898 7.90015" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
			</svg>
			<span>Send</span>
		</button>
	</div>
</div>
<input class="wpcf7-form-control wpcf7-hidden" value="" type="hidden" name="id_type_in_cpm" />
<input class="m0 gclid_field" type="hidden" id="gclid_field1" name="gclid_field" value="">
<input type="hidden" name="sourcebuster" value="" class="sourcebuster"><div class="wpcf7-response-output" aria-hidden="true"></div>
</form>
</div>
            </div>
        </div>
    </div>
</div>

<section class="instruct">
    <div class="container">
        <div class="instruct-inner">
            <h2 class="section-title">How we solve your issues: <span class="light">Step-by-step instructions</span></h2>

            <div class="instruct-main">

				                <div data-aos="fade-right" class="instruct__item custom-dropdown-parent salad 1">

                    <div class="instruct__item-top custom-dropdown-top">
                        <div class="instruct__item-flex">
                            <div class="instruct__item-icon default-icon">
								<svg xmlns="http://www.w3.org/2000/svg" width="24" height="33" viewBox="0 0 24 33" fill="none">
                                                <path fill-rule="evenodd" clip-rule="evenodd" d="M0.375 6.16003C0.375 5.53871 0.87868 5.03503 1.5 5.03503H22.5C23.1213 5.03503 23.625 5.53871 23.625 6.16003V31.66C23.625 32.2814 23.1213 32.785 22.5 32.785H1.5C0.87868 32.785 0.375 32.2814 0.375 31.66V6.16003ZM2.625 7.28503V30.535H21.375V7.28503H2.625Z" fill="#1C1B29"></path>
                                                <path fill-rule="evenodd" clip-rule="evenodd" d="M18.6831 0.765999C18.9618 0.97883 19.1253 1.30941 19.1253 1.66004V6.16004C19.1253 6.78136 18.6216 7.28504 18.0003 7.28504C17.379 7.28504 16.8753 6.78136 16.8753 6.16004V3.13295L1.79629 7.2454C1.19686 7.40888 0.578403 7.05548 0.414923 6.45605C0.251443 5.85662 0.604848 5.23817 1.20428 5.07468L17.7043 0.574685C18.0426 0.482428 18.4045 0.553168 18.6831 0.765999Z" fill="#1C1B29"></path>
                                                <path fill-rule="evenodd" clip-rule="evenodd" d="M12 14.785C10.9645 14.785 10.125 15.6245 10.125 16.66C10.125 17.6956 10.9645 18.535 12 18.535C13.0355 18.535 13.875 17.6956 13.875 16.66C13.875 15.6245 13.0355 14.785 12 14.785ZM7.875 16.66C7.875 14.3819 9.72183 12.535 12 12.535C14.2782 12.535 16.125 14.3819 16.125 16.66C16.125 18.9382 14.2782 20.785 12 20.785C9.72183 20.785 7.875 18.9382 7.875 16.66Z" fill="#1C1B29"></path>
                                                <path fill-rule="evenodd" clip-rule="evenodd" d="M7.875 24.16C7.875 23.5387 8.37868 23.035 9 23.035H15C15.6213 23.035 16.125 23.5387 16.125 24.16C16.125 24.7814 15.6213 25.285 15 25.285H9C8.37868 25.285 7.875 24.7814 7.875 24.16Z" fill="#1C1B29"></path>
                                            </svg>                            </div>

                            <div class="instruct__item-title">Temporary Residence</div>
                        </div>

                        <svg class="instruct__item-arrow" xmlns="http://www.w3.org/2000/svg" width="36" height="37" viewBox="0 0 36 37" fill="none">
                            <path d="M18 7.68408L18 28.6841" stroke="#1C1B29" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                            <path d="M7.5 18.1841L18 28.6841L28.5 18.1841" stroke="#1C1B29" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                        </svg>
                    </div>

                    <div class="instruct__steps custom-dropdown-body" style="display: none">
                        <div class="instruct__steps-inner">
							<div class="instruct__steps-col">                                <div class="instruct__step">
                                    <div class="instruct__step-top">
                                        <div class="instruct__step-icon">
                                            <svg xmlns="http://www.w3.org/2000/svg" width="32" height="33" viewBox="0 0 32 33" fill="none">
                                                <path d="M13 21.0288L8.38712 25.6994C7.74368 26.3508 7.42196 26.6766 7.14543 26.6996C6.90552 26.7195 6.67062 26.623 6.51394 26.4403C6.33333 26.2296 6.33333 25.7718 6.33333 24.8561V22.5162C6.33333 21.6948 5.66061 21.1004 4.84781 20.9813V20.9813C2.88061 20.6931 1.33566 19.1482 1.04751 17.181C1 16.8566 1 16.4696 1 15.6955V8.72881C1 6.20857 1 4.94845 1.49047 3.98585C1.9219 3.13912 2.61031 2.45071 3.45704 2.01928C4.41965 1.52881 5.67976 1.52881 8.2 1.52881H19.3C21.8202 1.52881 23.0804 1.52881 24.043 2.01928C24.8897 2.45071 25.5781 3.13912 26.0095 3.98585C26.5 4.94845 26.5 6.20857 26.5 8.72881V15.0288M26.5 31.5288L23.2354 29.2591C22.7765 28.9401 22.547 28.7806 22.2973 28.6675C22.0757 28.5671 21.8426 28.494 21.6034 28.4499C21.3338 28.4002 21.0543 28.4002 20.4954 28.4002H17.8C16.1198 28.4002 15.2798 28.4002 14.638 28.0733C14.0735 27.7856 13.6146 27.3267 13.327 26.7622C13 26.1205 13 25.2804 13 23.6002V19.8288C13 18.1487 13 17.3086 13.327 16.6668C13.6146 16.1024 14.0735 15.6434 14.638 15.3558C15.2798 15.0288 16.1198 15.0288 17.8 15.0288H26.2C27.8802 15.0288 28.7202 15.0288 29.362 15.3558C29.9265 15.6434 30.3854 16.1024 30.673 16.6668C31 17.3086 31 18.1487 31 19.8288V23.9002C31 25.2981 31 25.997 30.7716 26.5483C30.4672 27.2834 29.8831 27.8674 29.1481 28.1719C28.5967 28.4002 27.8978 28.4002 26.5 28.4002V31.5288Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
                                            </svg>                                        </div>

                                        <div class="instruct__step-title"><span class="number">1.</span> Initial consultation</div>
                                    </div>
                                    <div class="instruct__step-text">
                                        We start by identifying your relocation needs. We provide information on various opportunities, all stages of the residence permit (TRP) process, and details about a preliminary tour before relocation.                                    </div>
                                </div>
								                                <div class="instruct__step">
                                    <div class="instruct__step-top">
                                        <div class="instruct__step-icon">
                                            <svg xmlns="http://www.w3.org/2000/svg" width="30" height="29" viewBox="0 0 30 29" fill="none">
                                                <path d="M28.5 24.576L26.9998 26.2171C26.2042 27.0872 25.1252 27.576 24.0002 27.576C22.8752 27.576 21.7962 27.0872 21.0006 26.2171C20.2038 25.3487 19.125 24.8611 18.0003 24.8611C16.8756 24.8611 15.7967 25.3487 15 26.2171M1.5 27.576H4.01181C4.74559 27.576 5.11247 27.576 5.45774 27.4931C5.76384 27.4196 6.05648 27.2984 6.32489 27.1339C6.62764 26.9484 6.88707 26.689 7.40593 26.1701L26.25 7.32602C27.4927 6.08338 27.4927 4.06866 26.25 2.82602C25.0074 1.58338 22.9927 1.58338 21.75 2.82602L2.90589 21.6701C2.38703 22.189 2.12761 22.4484 1.94208 22.7512C1.77759 23.0196 1.65638 23.3122 1.58289 23.6183C1.5 23.9636 1.5 24.3305 1.5 25.0643V27.576Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
                                            </svg>                                        </div>

                                        <div class="instruct__step-title"><span class="number">2.</span> Start of cooperation</div>
                                    </div>
                                    <div class="instruct__step-text">
                                        We sign a service agreement and conduct a more detailed consultation via Zoom. During this session, we discuss the nuances of each stage of the process and provide you with a list of required documents.                                    </div>
                                </div>
								                                <div class="instruct__step">
                                    <div class="instruct__step-top">
                                        <div class="instruct__step-icon">
                                            <svg xmlns="http://www.w3.org/2000/svg" width="33" height="33" viewBox="0 0 33 33" fill="none">
                                                <path d="M1.875 16.5287L16.3383 23.7603C16.5351 23.8587 16.6335 23.9079 16.7367 23.9273C16.8281 23.9444 16.9219 23.9444 17.0133 23.9273C17.1165 23.9079 17.2149 23.8587 17.4117 23.7603L31.875 16.5287M1.875 24.0287L16.3383 31.2603C16.5351 31.3587 16.6335 31.4079 16.7367 31.4273C16.8281 31.4444 16.9219 31.4444 17.0133 31.4273C17.1165 31.4079 17.2149 31.3587 17.4117 31.2603L31.875 24.0287M1.875 9.02866L16.3383 1.79699C16.5351 1.6986 16.6335 1.64941 16.7367 1.63005C16.8281 1.6129 16.9219 1.6129 17.0133 1.63005C17.1165 1.64941 17.2149 1.6986 17.4117 1.79699L31.875 9.02866L17.4117 16.2603C17.2149 16.3587 17.1165 16.4079 17.0133 16.4273C16.9219 16.4444 16.8281 16.4444 16.7367 16.4273C16.6335 16.4079 16.5351 16.3587 16.3383 16.2603L1.875 9.02866Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
                                            </svg>                                        </div>

                                        <div class="instruct__step-title"><span class="number">3.</span> Collection of necessary documents</div>
                                    </div>
                                    <div class="instruct__step-text">
                                        With a power of attorney, we register you as an entrepreneur or establish a company for you in Slovakia. We provide you with a legal address, submit documents for opening bank accounts and registering your residence. Additionally, we prepare official translations of all required documents into Slovak and schedule your appointment with the immigration police.                                    </div>
                                </div>
								</div><div class="instruct__steps-col">                                <div class="instruct__step">
                                    <div class="instruct__step-top">
                                        <div class="instruct__step-icon">
                                            <svg xmlns="http://www.w3.org/2000/svg" width="33" height="33" viewBox="0 0 33 33" fill="none">
                                                <path d="M5.80859 19.9583C3.03155 21.1834 1.30859 22.8906 1.30859 24.7788C1.30859 28.5067 8.02432 31.5288 16.3086 31.5288C24.5929 31.5288 31.3086 28.5067 31.3086 24.7788C31.3086 22.8906 29.5856 21.1834 26.8086 19.9583M25.3086 10.5288C25.3086 16.6244 18.5586 19.5288 16.3086 24.0288C14.0586 19.5288 7.30859 16.6244 7.30859 10.5288C7.30859 5.55825 11.338 1.52881 16.3086 1.52881C21.2792 1.52881 25.3086 5.55825 25.3086 10.5288ZM17.8086 10.5288C17.8086 11.3572 17.137 12.0288 16.3086 12.0288C15.4802 12.0288 14.8086 11.3572 14.8086 10.5288C14.8086 9.70038 15.4802 9.02881 16.3086 9.02881C17.137 9.02881 17.8086 9.70038 17.8086 10.5288Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
                                            </svg>                                        </div>

                                        <div class="instruct__step-title"><span class="number">4.</span> First visit to Bratislava</div>
                                    </div>
                                    <div class="instruct__step-text">
                                        You arrive in Bratislava for 7 days. During this time, under the guidance of our staff, several important tasks requiring your presence will be completed. You will receive preliminary consultations for each stage. Necessary documents will be prepared, and bank accounts will be opened. Accompanied by a lawyer, you will submit your application to the immigration police.                                    </div>
                                </div>
								                                <div class="instruct__step">
                                    <div class="instruct__step-top">
                                        <div class="instruct__step-icon">
                                            <svg xmlns="http://www.w3.org/2000/svg" width="27" height="33" viewBox="0 0 27 33" fill="none">
                                                <path d="M16.3086 1.98047V8.17628C16.3086 9.01636 16.3086 9.4364 16.4721 9.75727C16.6159 10.0395 16.8454 10.269 17.1276 10.4128C17.4485 10.5763 17.8685 10.5763 18.7086 10.5763H24.9044M19.3086 26.3262L17.0586 24.0762M16.3086 1.57617H8.50859C5.98836 1.57617 4.72824 1.57617 3.76564 2.06664C2.91891 2.49807 2.23049 3.18649 1.79906 4.03321C1.30859 4.99582 1.30859 6.25594 1.30859 8.77617V24.3762C1.30859 26.8964 1.30859 28.1565 1.79906 29.1191C2.23049 29.9659 2.91891 30.6543 3.76564 31.0857C4.72824 31.5762 5.98836 31.5762 8.50859 31.5762H18.1086C20.6288 31.5762 21.8889 31.5762 22.8515 31.0857C23.6983 30.6543 24.3867 29.9659 24.8181 29.1191C25.3086 28.1565 25.3086 26.8964 25.3086 24.3762V10.5762L16.3086 1.57617ZM18.5586 20.3262C18.5586 23.2257 16.2081 25.5762 13.3086 25.5762C10.4091 25.5762 8.05859 23.2257 8.05859 20.3262C8.05859 17.4267 10.4091 15.0762 13.3086 15.0762C16.2081 15.0762 18.5586 17.4267 18.5586 20.3262Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
                                            </svg>                                        </div>

                                        <div class="instruct__step-title"><span class="number">5.</span> Document review by the police</div>
                                    </div>
                                    <div class="instruct__step-text">
                                        The police review your application within 90 days. If there are any issues with the documents, our lawyer will communicate with the police and keep you informed. Once the process is completed, we receive your residence cards and invite you to Slovakia for a medical examination.                                    </div>
                                </div>
								                                <div class="instruct__step">
                                    <div class="instruct__step-top">
                                        <div class="instruct__step-icon">
                                            <svg xmlns="http://www.w3.org/2000/svg" width="33" height="30" viewBox="0 0 33 30" fill="none">
                                                <path d="M10.3086 28.6465V7.64648C10.3086 6.25153 10.3086 5.55405 10.4619 4.9818C10.878 3.42888 12.091 2.21592 13.6439 1.79982C14.2162 1.64648 14.9136 1.64648 16.3086 1.64648C17.7036 1.64648 18.401 1.64648 18.9733 1.79982C20.5262 2.21592 21.7392 3.42888 22.1553 4.9818C22.3086 5.55405 22.3086 6.25153 22.3086 7.64648V17.3965M22.3086 23.3965V28.6465M8.50859 28.6465H24.1086C26.6288 28.6465 27.8889 28.6465 28.8516 28.156C29.6983 27.7246 30.3867 27.0362 30.8181 26.1894C31.3086 25.2268 31.3086 23.9667 31.3086 21.4465V14.8465C31.3086 12.3262 31.3086 11.0661 30.8181 10.1035C30.3867 9.2568 29.6983 8.56839 28.8516 8.13696C27.8889 7.64648 26.6288 7.64648 24.1086 7.64648H8.50859C5.98836 7.64648 4.72824 7.64648 3.76564 8.13696C2.91891 8.56839 2.23049 9.2568 1.79906 10.1035C1.30859 11.0661 1.30859 12.3262 1.30859 14.8465V21.4465C1.30859 23.9667 1.30859 25.2268 1.79906 26.1894C2.23049 27.0362 2.91891 27.7246 3.76564 28.156C4.72824 28.6465 5.98836 28.6465 8.50859 28.6465ZM17.5086 23.3965H24.8586C25.2786 23.3965 25.4887 23.3965 25.6491 23.3147C25.7902 23.2428 25.9049 23.1281 25.9769 22.987C26.0586 22.8265 26.0586 22.6165 26.0586 22.1965V18.5965C26.0586 18.1764 26.0586 17.9664 25.9769 17.806C25.9049 17.6649 25.7902 17.5501 25.6491 17.4782C25.4887 17.3965 25.2786 17.3965 24.8586 17.3965H17.5086C17.0886 17.3965 16.8785 17.3965 16.7181 17.4782C16.577 17.5501 16.4622 17.6649 16.3903 17.806C16.3086 17.9664 16.3086 18.1764 16.3086 18.5965V22.1965C16.3086 22.6165 16.3086 22.8265 16.3903 22.987C16.4622 23.1281 16.577 23.2428 16.7181 23.3147C16.8785 23.3965 17.0886 23.3965 17.5086 23.3965Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
                                            </svg>                                        </div>

                                        <div class="instruct__step-title"><span class="number">6.</span> Arrival in the country as a European cardholder</div>
                                    </div>
                                    <div class="instruct__step-text">
                                        You travel to Slovakia for a couple of days within a month, undergo a medical examination, after which your documents are sent to the police. From there, you can choose when to make your final move. We are always ready to assist you with adapting to life in Slovakia, including finding accommodation, educational institutions, and much more.                                    </div>
                                </div>
								</div>                        </div>

                    </div>

                </div>
				                <div data-aos="fade-right" class="instruct__item custom-dropdown-parent brown 1">

                    <div class="instruct__item-top custom-dropdown-top">
                        <div class="instruct__item-flex">
                            <div class="instruct__item-icon default-icon">
								<svg width="37" height="37" viewBox="0 0 37 37" fill="none" xmlns="http://www.w3.org/2000/svg">
                                    <path d="M5.19922 7.78345C4.99211 7.78345 4.82422 7.95134 4.82422 8.15845V29.1584C4.82422 29.3656 4.99211 29.5334 5.19922 29.5334H32.1992C32.4063 29.5334 32.5742 29.3656 32.5742 29.1584V8.15845C32.5742 7.95134 32.4063 7.78345 32.1992 7.78345H5.19922ZM2.57422 8.15845C2.57422 6.7087 3.74947 5.53345 5.19922 5.53345H32.1992C33.649 5.53345 34.8242 6.7087 34.8242 8.15845V29.1584C34.8242 30.6082 33.649 31.7834 32.1992 31.7834H5.19922C3.74947 31.7834 2.57422 30.6082 2.57422 29.1584V8.15845Z" fill="#BA7B56"></path>
                                    <path d="M9.32422 16.4084C9.32422 14.1303 11.1711 12.2834 13.4492 12.2834C15.7274 12.2834 17.5742 14.1303 17.5742 16.4084C17.5742 18.6866 15.7274 20.5334 13.4492 20.5334C11.1711 20.5334 9.32422 18.6866 9.32422 16.4084ZM13.4492 14.5334C12.4137 14.5334 11.5742 15.3729 11.5742 16.4084C11.5742 17.444 12.4137 18.2834 13.4492 18.2834C14.4847 18.2834 15.3242 17.444 15.3242 16.4084C15.3242 15.3729 14.4847 14.5334 13.4492 14.5334Z" fill="#BA7B56"></path>
                                    <path d="M7.82422 23.9084C7.82422 20.8019 10.3426 18.2834 13.4492 18.2834C16.5558 18.2834 19.0742 20.8019 19.0742 23.9084C19.0742 24.5298 18.5705 25.0334 17.9492 25.0334C17.3279 25.0334 16.8242 24.5298 16.8242 23.9084C16.8242 22.0445 15.3132 20.5334 13.4492 20.5334C11.5853 20.5334 10.0742 22.0445 10.0742 23.9084C10.0742 24.5298 9.57054 25.0334 8.94922 25.0334C8.3279 25.0334 7.82422 24.5298 7.82422 23.9084Z" fill="#BA7B56"></path>
                                    <path d="M20.5742 15.6584C20.5742 15.0371 21.0779 14.5334 21.6992 14.5334H27.6992C28.3205 14.5334 28.8242 15.0371 28.8242 15.6584C28.8242 16.2798 28.3205 16.7834 27.6992 16.7834H21.6992C21.0779 16.7834 20.5742 16.2798 20.5742 15.6584Z" fill="#BA7B56"></path>
                                    <path d="M22.0742 21.6584C22.0742 21.0371 22.5779 20.5334 23.1992 20.5334H27.6992C28.3205 20.5334 28.8242 21.0371 28.8242 21.6584C28.8242 22.2798 28.3205 22.7834 27.6992 22.7834H23.1992C22.5779 22.7834 22.0742 22.2798 22.0742 21.6584Z" fill="#BA7B56"></path>
                                </svg>                            </div>

                            <div class="instruct__item-title">Citizenship</div>
                        </div>

                        <svg class="instruct__item-arrow" xmlns="http://www.w3.org/2000/svg" width="36" height="37" viewBox="0 0 36 37" fill="none">
                            <path d="M18 7.68408L18 28.6841" stroke="#1C1B29" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                            <path d="M7.5 18.1841L18 28.6841L28.5 18.1841" stroke="#1C1B29" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                        </svg>
                    </div>

                    <div class="instruct__steps custom-dropdown-body" style="display: none">
                        <div class="instruct__steps-inner">
							<div class="instruct__steps-col">                                <div class="instruct__step">
                                    <div class="instruct__step-top">
                                        <div class="instruct__step-icon">
                                            <svg xmlns="http://www.w3.org/2000/svg" width="32" height="33" viewBox="0 0 32 33" fill="none">
                                                <path d="M13 21.0288L8.38712 25.6994C7.74368 26.3508 7.42196 26.6766 7.14543 26.6996C6.90552 26.7195 6.67062 26.623 6.51394 26.4403C6.33333 26.2296 6.33333 25.7718 6.33333 24.8561V22.5162C6.33333 21.6948 5.66061 21.1004 4.84781 20.9813V20.9813C2.88061 20.6931 1.33566 19.1482 1.04751 17.181C1 16.8566 1 16.4696 1 15.6955V8.72881C1 6.20857 1 4.94845 1.49047 3.98585C1.9219 3.13912 2.61031 2.45071 3.45704 2.01928C4.41965 1.52881 5.67976 1.52881 8.2 1.52881H19.3C21.8202 1.52881 23.0804 1.52881 24.043 2.01928C24.8897 2.45071 25.5781 3.13912 26.0095 3.98585C26.5 4.94845 26.5 6.20857 26.5 8.72881V15.0288M26.5 31.5288L23.2354 29.2591C22.7765 28.9401 22.547 28.7806 22.2973 28.6675C22.0757 28.5671 21.8426 28.494 21.6034 28.4499C21.3338 28.4002 21.0543 28.4002 20.4954 28.4002H17.8C16.1198 28.4002 15.2798 28.4002 14.638 28.0733C14.0735 27.7856 13.6146 27.3267 13.327 26.7622C13 26.1205 13 25.2804 13 23.6002V19.8288C13 18.1487 13 17.3086 13.327 16.6668C13.6146 16.1024 14.0735 15.6434 14.638 15.3558C15.2798 15.0288 16.1198 15.0288 17.8 15.0288H26.2C27.8802 15.0288 28.7202 15.0288 29.362 15.3558C29.9265 15.6434 30.3854 16.1024 30.673 16.6668C31 17.3086 31 18.1487 31 19.8288V23.9002C31 25.2981 31 25.997 30.7716 26.5483C30.4672 27.2834 29.8831 27.8674 29.1481 28.1719C28.5967 28.4002 27.8978 28.4002 26.5 28.4002V31.5288Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
                                            </svg>                                        </div>

                                        <div class="instruct__step-title"><span class="number">1.</span> Initial consultation</div>
                                    </div>
                                    <div class="instruct__step-text">
                                        We begin by sending you an initial questionnaire, reviewing your available documents, and assessing the likelihood of obtaining citizenship through ancestry based on specific criteria.                                    </div>
                                </div>
								                                <div class="instruct__step">
                                    <div class="instruct__step-top">
                                        <div class="instruct__step-icon">
                                            <svg xmlns="http://www.w3.org/2000/svg" width="30" height="29" viewBox="0 0 30 29" fill="none">
                                                <path d="M28.5 24.576L26.9998 26.2171C26.2042 27.0872 25.1252 27.576 24.0002 27.576C22.8752 27.576 21.7962 27.0872 21.0006 26.2171C20.2038 25.3487 19.125 24.8611 18.0003 24.8611C16.8756 24.8611 15.7967 25.3487 15 26.2171M1.5 27.576H4.01181C4.74559 27.576 5.11247 27.576 5.45774 27.4931C5.76384 27.4196 6.05648 27.2984 6.32489 27.1339C6.62764 26.9484 6.88707 26.689 7.40593 26.1701L26.25 7.32602C27.4927 6.08338 27.4927 4.06866 26.25 2.82602C25.0074 1.58338 22.9927 1.58338 21.75 2.82602L2.90589 21.6701C2.38703 22.189 2.12761 22.4484 1.94208 22.7512C1.77759 23.0196 1.65638 23.3122 1.58289 23.6183C1.5 23.9636 1.5 24.3305 1.5 25.0643V27.576Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
                                            </svg>                                        </div>

                                        <div class="instruct__step-title"><span class="number">2.</span> Start of cooperation</div>
                                    </div>
                                    <div class="instruct__step-text">
                                        We sign a service agreement. Our company’s lawyer thoroughly examines your case, orders any missing documents, and provides an analytical report on the possibility of obtaining citizenship.                                    </div>
                                </div>
								                                <div class="instruct__step">
                                    <div class="instruct__step-top">
                                        <div class="instruct__step-icon">
                                            <svg xmlns="http://www.w3.org/2000/svg" width="33" height="33" viewBox="0 0 33 33" fill="none">
                                                <path d="M1.875 16.5287L16.3383 23.7603C16.5351 23.8587 16.6335 23.9079 16.7367 23.9273C16.8281 23.9444 16.9219 23.9444 17.0133 23.9273C17.1165 23.9079 17.2149 23.8587 17.4117 23.7603L31.875 16.5287M1.875 24.0287L16.3383 31.2603C16.5351 31.3587 16.6335 31.4079 16.7367 31.4273C16.8281 31.4444 16.9219 31.4444 17.0133 31.4273C17.1165 31.4079 17.2149 31.3587 17.4117 31.2603L31.875 24.0287M1.875 9.02866L16.3383 1.79699C16.5351 1.6986 16.6335 1.64941 16.7367 1.63005C16.8281 1.6129 16.9219 1.6129 17.0133 1.63005C17.1165 1.64941 17.2149 1.6986 17.4117 1.79699L31.875 9.02866L17.4117 16.2603C17.2149 16.3587 17.1165 16.4079 17.0133 16.4273C16.9219 16.4444 16.8281 16.4444 16.7367 16.4273C16.6335 16.4079 16.5351 16.3587 16.3383 16.2603L1.875 9.02866Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
                                            </svg>                                        </div>

                                        <div class="instruct__step-title"><span class="number">3.</span> Collection of necessary documents</div>
                                    </div>
                                    <div class="instruct__step-text">
                                        Some documents are requested from you, while others are obtained by us independently based on your authorization. We compile the necessary documentation for submission to the Slovak Ministry of Interior.                                    </div>
                                </div>
								</div><div class="instruct__steps-col">                                <div class="instruct__step">
                                    <div class="instruct__step-top">
                                        <div class="instruct__step-icon">
                                            <svg xmlns="http://www.w3.org/2000/svg" width="33" height="33" viewBox="0 0 33 33" fill="none">
                                                <path d="M5.80859 19.9583C3.03155 21.1834 1.30859 22.8906 1.30859 24.7788C1.30859 28.5067 8.02432 31.5288 16.3086 31.5288C24.5929 31.5288 31.3086 28.5067 31.3086 24.7788C31.3086 22.8906 29.5856 21.1834 26.8086 19.9583M25.3086 10.5288C25.3086 16.6244 18.5586 19.5288 16.3086 24.0288C14.0586 19.5288 7.30859 16.6244 7.30859 10.5288C7.30859 5.55825 11.338 1.52881 16.3086 1.52881C21.2792 1.52881 25.3086 5.55825 25.3086 10.5288ZM17.8086 10.5288C17.8086 11.3572 17.137 12.0288 16.3086 12.0288C15.4802 12.0288 14.8086 11.3572 14.8086 10.5288C14.8086 9.70038 15.4802 9.02881 16.3086 9.02881C17.137 9.02881 17.8086 9.70038 17.8086 10.5288Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
                                            </svg>                                        </div>

                                        <div class="instruct__step-title"><span class="number">4.</span> First visit to Bratislava</div>
                                    </div>
                                    <div class="instruct__step-text">
                                        We recommend submitting your citizenship application in Slovakia personally, as this often shortens the process and allows for better oversight during both the submission and review stages. You travel to Slovakia for 7 days, during which we file your residency application with the immigration police and simultaneously submit your citizenship application. Alternatively, depending on the conditions for obtaining citizenship, it may be possible to apply through the Slovak consulate in your home country.                                    </div>
                                </div>
								                                <div class="instruct__step">
                                    <div class="instruct__step-top">
                                        <div class="instruct__step-icon">
                                            <svg xmlns="http://www.w3.org/2000/svg" width="27" height="33" viewBox="0 0 27 33" fill="none">
                                                <path d="M16.3086 1.98047V8.17628C16.3086 9.01636 16.3086 9.4364 16.4721 9.75727C16.6159 10.0395 16.8454 10.269 17.1276 10.4128C17.4485 10.5763 17.8685 10.5763 18.7086 10.5763H24.9044M19.3086 26.3262L17.0586 24.0762M16.3086 1.57617H8.50859C5.98836 1.57617 4.72824 1.57617 3.76564 2.06664C2.91891 2.49807 2.23049 3.18649 1.79906 4.03321C1.30859 4.99582 1.30859 6.25594 1.30859 8.77617V24.3762C1.30859 26.8964 1.30859 28.1565 1.79906 29.1191C2.23049 29.9659 2.91891 30.6543 3.76564 31.0857C4.72824 31.5762 5.98836 31.5762 8.50859 31.5762H18.1086C20.6288 31.5762 21.8889 31.5762 22.8515 31.0857C23.6983 30.6543 24.3867 29.9659 24.8181 29.1191C25.3086 28.1565 25.3086 26.8964 25.3086 24.3762V10.5762L16.3086 1.57617ZM18.5586 20.3262C18.5586 23.2257 16.2081 25.5762 13.3086 25.5762C10.4091 25.5762 8.05859 23.2257 8.05859 20.3262C8.05859 17.4267 10.4091 15.0762 13.3086 15.0762C16.2081 15.0762 18.5586 17.4267 18.5586 20.3262Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
                                            </svg>                                        </div>

                                        <div class="instruct__step-title"><span class="number">5.</span> Document review by the police</div>
                                    </div>
                                    <div class="instruct__step-text">
                                        By law, the citizenship process can take up to 2 years, but in practice, it is often faster. We actively monitor and manage the process, and if any deficiencies in your documents are identified, our lawyer liaises with the Ministry of Interior and keeps you updated.                                    </div>
                                </div>
								                                <div class="instruct__step">
                                    <div class="instruct__step-top">
                                        <div class="instruct__step-icon">
                                            <svg xmlns="http://www.w3.org/2000/svg" width="33" height="30" viewBox="0 0 33 30" fill="none">
                                                <path d="M10.3086 28.6465V7.64648C10.3086 6.25153 10.3086 5.55405 10.4619 4.9818C10.878 3.42888 12.091 2.21592 13.6439 1.79982C14.2162 1.64648 14.9136 1.64648 16.3086 1.64648C17.7036 1.64648 18.401 1.64648 18.9733 1.79982C20.5262 2.21592 21.7392 3.42888 22.1553 4.9818C22.3086 5.55405 22.3086 6.25153 22.3086 7.64648V17.3965M22.3086 23.3965V28.6465M8.50859 28.6465H24.1086C26.6288 28.6465 27.8889 28.6465 28.8516 28.156C29.6983 27.7246 30.3867 27.0362 30.8181 26.1894C31.3086 25.2268 31.3086 23.9667 31.3086 21.4465V14.8465C31.3086 12.3262 31.3086 11.0661 30.8181 10.1035C30.3867 9.2568 29.6983 8.56839 28.8516 8.13696C27.8889 7.64648 26.6288 7.64648 24.1086 7.64648H8.50859C5.98836 7.64648 4.72824 7.64648 3.76564 8.13696C2.91891 8.56839 2.23049 9.2568 1.79906 10.1035C1.30859 11.0661 1.30859 12.3262 1.30859 14.8465V21.4465C1.30859 23.9667 1.30859 25.2268 1.79906 26.1894C2.23049 27.0362 2.91891 27.7246 3.76564 28.156C4.72824 28.6465 5.98836 28.6465 8.50859 28.6465ZM17.5086 23.3965H24.8586C25.2786 23.3965 25.4887 23.3965 25.6491 23.3147C25.7902 23.2428 25.9049 23.1281 25.9769 22.987C26.0586 22.8265 26.0586 22.6165 26.0586 22.1965V18.5965C26.0586 18.1764 26.0586 17.9664 25.9769 17.806C25.9049 17.6649 25.7902 17.5501 25.6491 17.4782C25.4887 17.3965 25.2786 17.3965 24.8586 17.3965H17.5086C17.0886 17.3965 16.8785 17.3965 16.7181 17.4782C16.577 17.5501 16.4622 17.6649 16.3903 17.806C16.3086 17.9664 16.3086 18.1764 16.3086 18.5965V22.1965C16.3086 22.6165 16.3086 22.8265 16.3903 22.987C16.4622 23.1281 16.577 23.2428 16.7181 23.3147C16.8785 23.3965 17.0886 23.3965 17.5086 23.3965Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
                                            </svg>                                        </div>

                                        <div class="instruct__step-title"><span class="number">6.</span> Obtaining citizenship</div>
                                    </div>
                                    <div class="instruct__step-text">
                                        Once the citizenship certificate is issued, you can apply for a 10-year passport, as well as an international passport if desired.                                    </div>
                                </div>
								</div>                        </div>

                    </div>

                </div>
				                <div data-aos="fade-right" class="instruct__item custom-dropdown-parent purple 1">

                    <div class="instruct__item-top custom-dropdown-top">
                        <div class="instruct__item-flex">
                            <div class="instruct__item-icon default-icon">
								<svg class="stroke-only" xmlns="http://www.w3.org/2000/svg" width="34" height="24" viewBox="0 0 34 24" fill="none">
                                    <path d="M20 7.68408H16.25C15.0074 7.68408 14 8.69144 14 9.93408C14 11.1767 15.0074 12.1841 16.25 12.1841H17.75C18.9926 12.1841 20 13.1914 20 14.4341C20 15.6767 18.9926 16.6841 17.75 16.6841H14M17 6.18408V7.68408M17 16.6841V18.1841M26 12.1841H26.015M8 12.1841H8.015M2 6.48408L2 17.8841C2 19.5642 2 20.4043 2.32698 21.0461C2.6146 21.6105 3.07354 22.0695 3.63803 22.3571C4.27976 22.6841 5.11984 22.6841 6.8 22.6841L27.2 22.6841C28.8802 22.6841 29.7202 22.6841 30.362 22.3571C30.9265 22.0695 31.3854 21.6105 31.673 21.0461C32 20.4043 32 19.5642 32 17.8841V6.48408C32 4.80393 32 3.96385 31.673 3.32211C31.3854 2.75763 30.9265 2.29868 30.362 2.01106C29.7202 1.68408 28.8802 1.68408 27.2 1.68408L6.8 1.68408C5.11984 1.68408 4.27976 1.68408 3.63803 2.01106C3.07354 2.29868 2.6146 2.75762 2.32698 3.32211C2 3.96385 2 4.80392 2 6.48408ZM26.75 12.1841C26.75 12.5983 26.4142 12.9341 26 12.9341C25.5858 12.9341 25.25 12.5983 25.25 12.1841C25.25 11.7699 25.5858 11.4341 26 11.4341C26.4142 11.4341 26.75 11.7699 26.75 12.1841ZM8.75 12.1841C8.75 12.5983 8.41421 12.9341 8 12.9341C7.58579 12.9341 7.25 12.5983 7.25 12.1841C7.25 11.7699 7.58579 11.4341 8 11.4341C8.41421 11.4341 8.75 11.7699 8.75 12.1841Z" stroke="#1C1B29" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round"></path>
                                </svg>                            </div>

                            <div class="instruct__item-title">Starting a business</div>
                        </div>

                        <svg class="instruct__item-arrow" xmlns="http://www.w3.org/2000/svg" width="36" height="37" viewBox="0 0 36 37" fill="none">
                            <path d="M18 7.68408L18 28.6841" stroke="#1C1B29" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                            <path d="M7.5 18.1841L18 28.6841L28.5 18.1841" stroke="#1C1B29" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                        </svg>
                    </div>

                    <div class="instruct__steps custom-dropdown-body" style="display: none">
                        <div class="instruct__steps-inner">
							<div class="instruct__steps-col">                                <div class="instruct__step">
                                    <div class="instruct__step-top">
                                        <div class="instruct__step-icon">
                                            <svg xmlns="http://www.w3.org/2000/svg" width="32" height="33" viewBox="0 0 32 33" fill="none">
                                                <path d="M13 21.0288L8.38712 25.6994C7.74368 26.3508 7.42196 26.6766 7.14543 26.6996C6.90552 26.7195 6.67062 26.623 6.51394 26.4403C6.33333 26.2296 6.33333 25.7718 6.33333 24.8561V22.5162C6.33333 21.6948 5.66061 21.1004 4.84781 20.9813V20.9813C2.88061 20.6931 1.33566 19.1482 1.04751 17.181C1 16.8566 1 16.4696 1 15.6955V8.72881C1 6.20857 1 4.94845 1.49047 3.98585C1.9219 3.13912 2.61031 2.45071 3.45704 2.01928C4.41965 1.52881 5.67976 1.52881 8.2 1.52881H19.3C21.8202 1.52881 23.0804 1.52881 24.043 2.01928C24.8897 2.45071 25.5781 3.13912 26.0095 3.98585C26.5 4.94845 26.5 6.20857 26.5 8.72881V15.0288M26.5 31.5288L23.2354 29.2591C22.7765 28.9401 22.547 28.7806 22.2973 28.6675C22.0757 28.5671 21.8426 28.494 21.6034 28.4499C21.3338 28.4002 21.0543 28.4002 20.4954 28.4002H17.8C16.1198 28.4002 15.2798 28.4002 14.638 28.0733C14.0735 27.7856 13.6146 27.3267 13.327 26.7622C13 26.1205 13 25.2804 13 23.6002V19.8288C13 18.1487 13 17.3086 13.327 16.6668C13.6146 16.1024 14.0735 15.6434 14.638 15.3558C15.2798 15.0288 16.1198 15.0288 17.8 15.0288H26.2C27.8802 15.0288 28.7202 15.0288 29.362 15.3558C29.9265 15.6434 30.3854 16.1024 30.673 16.6668C31 17.3086 31 18.1487 31 19.8288V23.9002C31 25.2981 31 25.997 30.7716 26.5483C30.4672 27.2834 29.8831 27.8674 29.1481 28.1719C28.5967 28.4002 27.8978 28.4002 26.5 28.4002V31.5288Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
                                            </svg>                                        </div>

                                        <div class="instruct__step-title"><span class="number">1.</span> Initial consultation</div>
                                    </div>
                                    <div class="instruct__step-text">
                                        We begin with an initial consultation to understand the type of business you wish to establish, whether it requires licensing, and other factors to consider when choosing the legal structure of your business. Based on the information gathered, we will recommend the most suitable option.                                    </div>
                                </div>
								                                <div class="instruct__step">
                                    <div class="instruct__step-top">
                                        <div class="instruct__step-icon">
                                            <svg xmlns="http://www.w3.org/2000/svg" width="30" height="29" viewBox="0 0 30 29" fill="none">
                                                <path d="M28.5 24.576L26.9998 26.2171C26.2042 27.0872 25.1252 27.576 24.0002 27.576C22.8752 27.576 21.7962 27.0872 21.0006 26.2171C20.2038 25.3487 19.125 24.8611 18.0003 24.8611C16.8756 24.8611 15.7967 25.3487 15 26.2171M1.5 27.576H4.01181C4.74559 27.576 5.11247 27.576 5.45774 27.4931C5.76384 27.4196 6.05648 27.2984 6.32489 27.1339C6.62764 26.9484 6.88707 26.689 7.40593 26.1701L26.25 7.32602C27.4927 6.08338 27.4927 4.06866 26.25 2.82602C25.0074 1.58338 22.9927 1.58338 21.75 2.82602L2.90589 21.6701C2.38703 22.189 2.12761 22.4484 1.94208 22.7512C1.77759 23.0196 1.65638 23.3122 1.58289 23.6183C1.5 23.9636 1.5 24.3305 1.5 25.0643V27.576Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
                                            </svg>                                        </div>

                                        <div class="instruct__step-title"><span class="number">2.</span> Start of cooperation</div>
                                    </div>
                                    <div class="instruct__step-text">
                                        Once you decide to collaborate with us, we will sign a service agreement. If necessary, we will involve lawyers, accountants, and other specialists required for the subsequent registration of your business.                                    </div>
                                </div>
								                                <div class="instruct__step">
                                    <div class="instruct__step-top">
                                        <div class="instruct__step-icon">
                                            <svg xmlns="http://www.w3.org/2000/svg" width="33" height="33" viewBox="0 0 33 33" fill="none">
                                                <path d="M1.875 16.5287L16.3383 23.7603C16.5351 23.8587 16.6335 23.9079 16.7367 23.9273C16.8281 23.9444 16.9219 23.9444 17.0133 23.9273C17.1165 23.9079 17.2149 23.8587 17.4117 23.7603L31.875 16.5287M1.875 24.0287L16.3383 31.2603C16.5351 31.3587 16.6335 31.4079 16.7367 31.4273C16.8281 31.4444 16.9219 31.4444 17.0133 31.4273C17.1165 31.4079 17.2149 31.3587 17.4117 31.2603L31.875 24.0287M1.875 9.02866L16.3383 1.79699C16.5351 1.6986 16.6335 1.64941 16.7367 1.63005C16.8281 1.6129 16.9219 1.6129 17.0133 1.63005C17.1165 1.64941 17.2149 1.6986 17.4117 1.79699L31.875 9.02866L17.4117 16.2603C17.2149 16.3587 17.1165 16.4079 17.0133 16.4273C16.9219 16.4444 16.8281 16.4444 16.7367 16.4273C16.6335 16.4079 16.5351 16.3587 16.3383 16.2603L1.875 9.02866Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
                                            </svg>                                        </div>

                                        <div class="instruct__step-title"><span class="number">3.</span> Collection of necessary documents</div>
                                    </div>
                                    <div class="instruct__step-text">
                                        Depending on the chosen legal structure, we will prepare all necessary documents. This includes assisting you in registering a legal address, drafting the articles of association or founding agreement, and gathering other required documents for business registration.                                    </div>
                                </div>
								</div><div class="instruct__steps-col">                                <div class="instruct__step">
                                    <div class="instruct__step-top">
                                        <div class="instruct__step-icon">
                                            <svg xmlns="http://www.w3.org/2000/svg" width="33" height="33" viewBox="0 0 33 33" fill="none">
                                                <path d="M5.80859 19.9583C3.03155 21.1834 1.30859 22.8906 1.30859 24.7788C1.30859 28.5067 8.02432 31.5288 16.3086 31.5288C24.5929 31.5288 31.3086 28.5067 31.3086 24.7788C31.3086 22.8906 29.5856 21.1834 26.8086 19.9583M25.3086 10.5288C25.3086 16.6244 18.5586 19.5288 16.3086 24.0288C14.0586 19.5288 7.30859 16.6244 7.30859 10.5288C7.30859 5.55825 11.338 1.52881 16.3086 1.52881C21.2792 1.52881 25.3086 5.55825 25.3086 10.5288ZM17.8086 10.5288C17.8086 11.3572 17.137 12.0288 16.3086 12.0288C15.4802 12.0288 14.8086 11.3572 14.8086 10.5288C14.8086 9.70038 15.4802 9.02881 16.3086 9.02881C17.137 9.02881 17.8086 9.70038 17.8086 10.5288Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
                                            </svg>                                        </div>

                                        <div class="instruct__step-title"><span class="number">4.</span> Business registration</div>
                                    </div>
                                    <div class="instruct__step-text">
                                        After preparing all necessary documents, we will assist you in registering your business with the Commercial Court. This includes submitting the application, paying the required fees, and providing the necessary documentation.                                    </div>
                                </div>
								                                <div class="instruct__step">
                                    <div class="instruct__step-top">
                                        <div class="instruct__step-icon">
                                            <svg xmlns="http://www.w3.org/2000/svg" width="27" height="33" viewBox="0 0 27 33" fill="none">
                                                <path d="M16.3086 1.98047V8.17628C16.3086 9.01636 16.3086 9.4364 16.4721 9.75727C16.6159 10.0395 16.8454 10.269 17.1276 10.4128C17.4485 10.5763 17.8685 10.5763 18.7086 10.5763H24.9044M19.3086 26.3262L17.0586 24.0762M16.3086 1.57617H8.50859C5.98836 1.57617 4.72824 1.57617 3.76564 2.06664C2.91891 2.49807 2.23049 3.18649 1.79906 4.03321C1.30859 4.99582 1.30859 6.25594 1.30859 8.77617V24.3762C1.30859 26.8964 1.30859 28.1565 1.79906 29.1191C2.23049 29.9659 2.91891 30.6543 3.76564 31.0857C4.72824 31.5762 5.98836 31.5762 8.50859 31.5762H18.1086C20.6288 31.5762 21.8889 31.5762 22.8515 31.0857C23.6983 30.6543 24.3867 29.9659 24.8181 29.1191C25.3086 28.1565 25.3086 26.8964 25.3086 24.3762V10.5762L16.3086 1.57617ZM18.5586 20.3262C18.5586 23.2257 16.2081 25.5762 13.3086 25.5762C10.4091 25.5762 8.05859 23.2257 8.05859 20.3262C8.05859 17.4267 10.4091 15.0762 13.3086 15.0762C16.2081 15.0762 18.5586 17.4267 18.5586 20.3262Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
                                            </svg>                                        </div>

                                        <div class="instruct__step-title"><span class="number">5.</span> Opening bank accounts</div>
                                    </div>
                                    <div class="instruct__step-text">
                                        Once your business is registered, we will help you open business bank accounts. We will prepare the required documents and assist you in selecting the right bank.                                    </div>
                                </div>
								                                <div class="instruct__step">
                                    <div class="instruct__step-top">
                                        <div class="instruct__step-icon">
                                            <svg xmlns="http://www.w3.org/2000/svg" width="33" height="30" viewBox="0 0 33 30" fill="none">
                                                <path d="M10.3086 28.6465V7.64648C10.3086 6.25153 10.3086 5.55405 10.4619 4.9818C10.878 3.42888 12.091 2.21592 13.6439 1.79982C14.2162 1.64648 14.9136 1.64648 16.3086 1.64648C17.7036 1.64648 18.401 1.64648 18.9733 1.79982C20.5262 2.21592 21.7392 3.42888 22.1553 4.9818C22.3086 5.55405 22.3086 6.25153 22.3086 7.64648V17.3965M22.3086 23.3965V28.6465M8.50859 28.6465H24.1086C26.6288 28.6465 27.8889 28.6465 28.8516 28.156C29.6983 27.7246 30.3867 27.0362 30.8181 26.1894C31.3086 25.2268 31.3086 23.9667 31.3086 21.4465V14.8465C31.3086 12.3262 31.3086 11.0661 30.8181 10.1035C30.3867 9.2568 29.6983 8.56839 28.8516 8.13696C27.8889 7.64648 26.6288 7.64648 24.1086 7.64648H8.50859C5.98836 7.64648 4.72824 7.64648 3.76564 8.13696C2.91891 8.56839 2.23049 9.2568 1.79906 10.1035C1.30859 11.0661 1.30859 12.3262 1.30859 14.8465V21.4465C1.30859 23.9667 1.30859 25.2268 1.79906 26.1894C2.23049 27.0362 2.91891 27.7246 3.76564 28.156C4.72824 28.6465 5.98836 28.6465 8.50859 28.6465ZM17.5086 23.3965H24.8586C25.2786 23.3965 25.4887 23.3965 25.6491 23.3147C25.7902 23.2428 25.9049 23.1281 25.9769 22.987C26.0586 22.8265 26.0586 22.6165 26.0586 22.1965V18.5965C26.0586 18.1764 26.0586 17.9664 25.9769 17.806C25.9049 17.6649 25.7902 17.5501 25.6491 17.4782C25.4887 17.3965 25.2786 17.3965 24.8586 17.3965H17.5086C17.0886 17.3965 16.8785 17.3965 16.7181 17.4782C16.577 17.5501 16.4622 17.6649 16.3903 17.806C16.3086 17.9664 16.3086 18.1764 16.3086 18.5965V22.1965C16.3086 22.6165 16.3086 22.8265 16.3903 22.987C16.4622 23.1281 16.577 23.2428 16.7181 23.3147C16.8785 23.3965 17.0886 23.3965 17.5086 23.3965Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
                                            </svg>                                        </div>

                                        <div class="instruct__step-title"><span class="number">6.</span> Accounting support for businesses</div>
                                    </div>
                                    <div class="instruct__step-text">
                                        We also offer accounting support for your business. As part of this service, we will manage your bookkeeping, reconcile and record received invoices, and submit reports and declarations.                                    </div>
                                </div>
								</div>                        </div>

                    </div>

                </div>
				                <div data-aos="fade-right" class="instruct__item custom-dropdown-parent gray 1">

                    <div class="instruct__item-top custom-dropdown-top">
                        <div class="instruct__item-flex">
                            <div class="instruct__item-icon default-icon">
								<svg xmlns="http://www.w3.org/2000/svg" width="34" height="31" viewBox="0 0 34 31" fill="none">
                                    <path fill-rule="evenodd" clip-rule="evenodd" d="M0.875 29.8613C0.875 29.24 1.37868 28.7363 2 28.7363H32C32.6213 28.7363 33.125 29.24 33.125 29.8613C33.125 30.4826 32.6213 30.9863 32 30.9863H2C1.37868 30.9863 0.875 30.4826 0.875 29.8613Z" fill="#1C1B29"></path>
                                    <path fill-rule="evenodd" clip-rule="evenodd" d="M6.5 18.9863C6.29289 18.9863 6.125 19.1542 6.125 19.3613V28.3613C6.125 28.5684 6.29289 28.7363 6.5 28.7363H9.5C9.70711 28.7363 9.875 28.5684 9.875 28.3613V19.3613C9.875 19.1542 9.70711 18.9863 9.5 18.9863H6.5ZM3.875 19.3613C3.875 17.9116 5.05025 16.7363 6.5 16.7363H9.5C10.9497 16.7363 12.125 17.9116 12.125 19.3613V28.3613C12.125 29.8111 10.9497 30.9863 9.5 30.9863H6.5C5.05025 30.9863 3.875 29.8111 3.875 28.3613V19.3613Z" fill="#1C1B29"></path>
                                    <path fill-rule="evenodd" clip-rule="evenodd" d="M6.875 23.8613C6.875 23.24 7.37868 22.7363 8 22.7363H8.75C9.37132 22.7363 9.875 23.24 9.875 23.8613C9.875 24.4826 9.37132 24.9863 8.75 24.9863H8C7.37868 24.9863 6.875 24.4826 6.875 23.8613Z" fill="#1C1B29"></path>
                                    <path fill-rule="evenodd" clip-rule="evenodd" d="M12.5 2.48633C12.2929 2.48633 12.125 2.65422 12.125 2.86133V28.3613C12.125 28.5684 12.2929 28.7363 12.5 28.7363H27.5C27.7071 28.7363 27.875 28.5684 27.875 28.3613V2.86133C27.875 2.65422 27.7071 2.48633 27.5 2.48633H12.5ZM9.875 2.86133C9.875 1.41158 11.0503 0.236328 12.5 0.236328H27.5C28.9497 0.236328 30.125 1.41158 30.125 2.86133V28.3613C30.125 29.8111 28.9497 30.9863 27.5 30.9863H12.5C11.0503 30.9863 9.875 29.8111 9.875 28.3613V2.86133Z" fill="#1C1B29"></path>
                                    <path d="M18.5 5.86133H15.5V8.86133H18.5V5.86133Z" fill="#1C1B29"></path>
                                    <path d="M24.5 5.86133H21.5V8.86133H24.5V5.86133Z" fill="#1C1B29"></path>
                                    <path d="M18.5 11.1113H15.5V14.1113H18.5V11.1113Z" fill="#1C1B29"></path>
                                    <path d="M24.5 11.1113H21.5V14.1113H24.5V11.1113Z" fill="#1C1B29"></path>
                                    <path d="M24.5 16.3613H21.5V19.3613H24.5V16.3613Z" fill="#1C1B29"></path>
                                    <path d="M24.5 21.6113H21.5V24.6113H24.5V21.6113Z" fill="#1C1B29"></path>
                                </svg>                            </div>

                            <div class="instruct__item-title">Real estate</div>
                        </div>

                        <svg class="instruct__item-arrow" xmlns="http://www.w3.org/2000/svg" width="36" height="37" viewBox="0 0 36 37" fill="none">
                            <path d="M18 7.68408L18 28.6841" stroke="#1C1B29" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                            <path d="M7.5 18.1841L18 28.6841L28.5 18.1841" stroke="#1C1B29" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                        </svg>
                    </div>

                    <div class="instruct__steps custom-dropdown-body" style="display: none">
                        <div class="instruct__steps-inner">
							<div class="instruct__steps-col">                                <div class="instruct__step">
                                    <div class="instruct__step-top">
                                        <div class="instruct__step-icon">
                                            <svg xmlns="http://www.w3.org/2000/svg" width="32" height="33" viewBox="0 0 32 33" fill="none">
                                                <path d="M13 21.0288L8.38712 25.6994C7.74368 26.3508 7.42196 26.6766 7.14543 26.6996C6.90552 26.7195 6.67062 26.623 6.51394 26.4403C6.33333 26.2296 6.33333 25.7718 6.33333 24.8561V22.5162C6.33333 21.6948 5.66061 21.1004 4.84781 20.9813V20.9813C2.88061 20.6931 1.33566 19.1482 1.04751 17.181C1 16.8566 1 16.4696 1 15.6955V8.72881C1 6.20857 1 4.94845 1.49047 3.98585C1.9219 3.13912 2.61031 2.45071 3.45704 2.01928C4.41965 1.52881 5.67976 1.52881 8.2 1.52881H19.3C21.8202 1.52881 23.0804 1.52881 24.043 2.01928C24.8897 2.45071 25.5781 3.13912 26.0095 3.98585C26.5 4.94845 26.5 6.20857 26.5 8.72881V15.0288M26.5 31.5288L23.2354 29.2591C22.7765 28.9401 22.547 28.7806 22.2973 28.6675C22.0757 28.5671 21.8426 28.494 21.6034 28.4499C21.3338 28.4002 21.0543 28.4002 20.4954 28.4002H17.8C16.1198 28.4002 15.2798 28.4002 14.638 28.0733C14.0735 27.7856 13.6146 27.3267 13.327 26.7622C13 26.1205 13 25.2804 13 23.6002V19.8288C13 18.1487 13 17.3086 13.327 16.6668C13.6146 16.1024 14.0735 15.6434 14.638 15.3558C15.2798 15.0288 16.1198 15.0288 17.8 15.0288H26.2C27.8802 15.0288 28.7202 15.0288 29.362 15.3558C29.9265 15.6434 30.3854 16.1024 30.673 16.6668C31 17.3086 31 18.1487 31 19.8288V23.9002C31 25.2981 31 25.997 30.7716 26.5483C30.4672 27.2834 29.8831 27.8674 29.1481 28.1719C28.5967 28.4002 27.8978 28.4002 26.5 28.4002V31.5288Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
                                            </svg>                                        </div>

                                        <div class="instruct__step-title"><span class="number">1.</span> Initial consultation</div>
                                    </div>
                                    <div class="instruct__step-text">
                                        We start with an initial consultation to understand your needs, budget, purchasing goals, mortgage requirements, specific preferences, and whether you prefer remote property searches or in-person visits.                                    </div>
                                </div>
								                                <div class="instruct__step">
                                    <div class="instruct__step-top">
                                        <div class="instruct__step-icon">
                                            <svg xmlns="http://www.w3.org/2000/svg" width="30" height="29" viewBox="0 0 30 29" fill="none">
                                                <path d="M28.5 24.576L26.9998 26.2171C26.2042 27.0872 25.1252 27.576 24.0002 27.576C22.8752 27.576 21.7962 27.0872 21.0006 26.2171C20.2038 25.3487 19.125 24.8611 18.0003 24.8611C16.8756 24.8611 15.7967 25.3487 15 26.2171M1.5 27.576H4.01181C4.74559 27.576 5.11247 27.576 5.45774 27.4931C5.76384 27.4196 6.05648 27.2984 6.32489 27.1339C6.62764 26.9484 6.88707 26.689 7.40593 26.1701L26.25 7.32602C27.4927 6.08338 27.4927 4.06866 26.25 2.82602C25.0074 1.58338 22.9927 1.58338 21.75 2.82602L2.90589 21.6701C2.38703 22.189 2.12761 22.4484 1.94208 22.7512C1.77759 23.0196 1.65638 23.3122 1.58289 23.6183C1.5 23.9636 1.5 24.3305 1.5 25.0643V27.576Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
                                            </svg>                                        </div>

                                        <div class="instruct__step-title"><span class="number">2.</span> Start of cooperation</div>
                                    </div>
                                    <div class="instruct__step-text">
                                        Once you decide to work with us, we will sign a service agreement. Following this, you will complete a detailed questionnaire, and we will schedule a Zoom meeting to discuss your requirements further.                                    </div>
                                </div>
								</div>                        </div>

                    </div>

                </div>
				            </div>
        </div>
    </div>
</section> 
<section class="packages">
    <div class="container">
        <div class="packages-inner">
            <h2 class="section-title">Cost of service packages</h2>

            <div class="packages-grid">
                <div data-aos="zoom-in" class="packages__item">
                    <div class="packages__item-col">
                        <div class="packages__item-title">Residence permit (RP)</div>
                        <div class="packages__item-footer">
                            <div class="packages__item-price">
                                <div class="packages__item-left">
                                    <small>from</small>
                                    <span>2500 €</span>
                                </div>
                                                            </div>

                            <div class="packages__item-btns">
															<a href="" class="btn secondary">
							                                    <span>About the service</span>
                                    <span class="btn-icon">
                                        <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none">
                                            <path d="M1.21973 6H10.5531" stroke="#97C680" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                                            <path d="M5.88623 1.3335L10.5529 6.00016L5.88623 10.6668" stroke="#97C680" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                                        </svg>
                                    </span>
                                </a>

															<a href="/en/prices#price_item_1" class="btn secondary">
							                                    <span>About the price</span>
                                    <span class="btn-icon">
                                        <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none">
                                            <path d="M1.21973 6H10.5531" stroke="#97C680" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                                            <path d="M5.88623 1.3335L10.5529 6.00016L5.88623 10.6668" stroke="#97C680" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                                        </svg>
                                    </span>
                                </a>
                            </div>
                        </div>
                    </div>

                    <ul class="simple-list price__item__list">
                       <li>Preliminary consultation and clarification of needs</li>
                       <li>Full support in preparing the necessary documents</li>
                       <li>Support by an employee at all stages of processes</li>
                       <li>Submission to the immigration police accompanied by a lawyer</li>
                    </ul>

                </div>

                <div data-aos="zoom-in" class="packages__item">
                    <div class="packages__item-col">
                        <div class="packages__item-title">Citizenship by descent</div>
                        <div class="packages__item-footer">
                            <div class="packages__item-price">
                                <div class="packages__item-left">
                                    <small>from</small>
                                    <span>2000 €</span>
                                </div>
								                            </div>

                            <div class="packages__item-btns">
                                
															<a href="" class="btn secondary">
															
                                    <span>About the service</span>

                                    <span class="btn-icon">
                                        <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none">
                                            <path d="M1.21973 6H10.5531" stroke="#97C680" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                                            <path d="M5.88623 1.3335L10.5529 6.00016L5.88623 10.6668" stroke="#97C680" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                                        </svg>
                                    </span>
                                </a>

															<a href="/en/prices#price_item_3" class="btn secondary">
							                                    <span>About the price</span>

                                    <span class="btn-icon">
                                        <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none">
                                            <path d="M1.21973 6H10.5531" stroke="#97C680" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                                            <path d="M5.88623 1.3335L10.5529 6.00016L5.88623 10.6668" stroke="#97C680" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                                        </svg>
                                    </span>
                                </a>

                            </div>
                        </div>
                    </div>

                    <ul class="simple-list price__item__list">
                       <li>Consultation and assessment of eligibility for citizenship would be beneficial.</li>
                       <li>Analysis of family lineage and retrieval of documents required for submitting an application.</li>
                       <li>Preparing the necessary documents for submitting an application.</li>
                       <li>Support and submission of documents to the Ministry of the Interior.</li>
                    </ul>

                </div>

                <div data-aos="zoom-in" class="packages__item">
                    <div class="packages__item-col">
                        <div class="packages__item-title">Starting a business</div>
                        <div class="packages__item-footer">
                            <div class="packages__item-price">
                                <div class="packages__item-left">
                                    <small>from</small>
                                    <span>700 €</span>
                                </div>

                                                            </div>

                            <div class="packages__item-btns">
                                
															<a href="" class="btn secondary">
															
                                    <span>About the service</span>

                                    <span class="btn-icon">
                                        <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none">
                                            <path d="M1.21973 6H10.5531" stroke="#97C680" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                                            <path d="M5.88623 1.3335L10.5529 6.00016L5.88623 10.6668" stroke="#97C680" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                                        </svg>
                                    </span>
                                </a>

															<a href="/en/prices#price_item_7" class="btn secondary">
							                                    <span>About the price</span>

                                    <span class="btn-icon">
                                        <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none">
                                            <path d="M1.21973 6H10.5531" stroke="#97C680" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                                            <path d="M5.88623 1.3335L10.5529 6.00016L5.88623 10.6668" stroke="#97C680" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                                        </svg>
                                    </span>
                                </a>

                            </div>
                        </div>
                    </div>

                    <ul class="simple-list price__item__list">
                       <li>Consultation to determine the type of company.</li>
                       <li>Preparation of necessary documents for business registration</li>
                       <li>Business registration in the Commercial Court of Slovakia</li>
                       <li>Full support at all stages of business opening</li>
                    </ul>

                </div>


                <div data-aos="zoom-in" class="packages__item">
                    <div class="packages__item-col">
                        <div class="packages__item-title special">
                            <div class="packages__item-title--inner">
                                <span>Assistance in resolving issues</span>
                                <div class="star-wrapper">
                                    <svg xmlns="http://www.w3.org/2000/svg" width="31" height="30" viewBox="0 0 31 30" fill="none">
                                        <path d="M14.5197 2.7155C14.8654 2.01509 15.0383 1.66488 15.2729 1.55299C15.4771 1.45564 15.7143 1.45564 15.9185 1.55299C16.1532 1.66488 16.326 2.01509 16.6718 2.7155L19.9518 9.36045C20.0539 9.56722 20.1049 9.67061 20.1795 9.75089C20.2455 9.82196 20.3247 9.87955 20.4127 9.92045C20.512 9.96666 20.6261 9.98333 20.8543 10.0167L28.1912 11.0891C28.9638 11.202 29.3501 11.2585 29.5289 11.4472C29.6844 11.6114 29.7576 11.837 29.728 12.0612C29.6939 12.3189 29.4143 12.5913 28.8549 13.1361L23.5479 18.3052C23.3824 18.4663 23.2997 18.5469 23.2463 18.6427C23.1991 18.7276 23.1688 18.8208 23.1571 18.9173C23.1439 19.0262 23.1634 19.14 23.2024 19.3676L24.4546 26.6687C24.5867 27.4388 24.6528 27.8238 24.5286 28.0523C24.4207 28.2511 24.2287 28.3905 24.0063 28.4317C23.7506 28.4791 23.4049 28.2973 22.7134 27.9336L16.1543 24.4843C15.9499 24.3768 15.8477 24.3231 15.7401 24.3019C15.6447 24.2833 15.5467 24.2833 15.4514 24.3019C15.3437 24.3231 15.2416 24.3768 15.0372 24.4843L8.47809 27.9336C7.78658 28.2973 7.44082 28.4791 7.18516 28.4317C6.96273 28.3905 6.77079 28.2511 6.66281 28.0523C6.5387 27.8238 6.60474 27.4388 6.73681 26.6687L7.98903 19.3676C8.02807 19.14 8.04759 19.0262 8.03438 18.9173C8.02269 18.8208 7.99237 18.7276 7.94511 18.6427C7.89174 18.5469 7.80902 18.4663 7.64358 18.3051L2.33654 13.1361C1.7772 12.5913 1.49753 12.3189 1.46349 12.0612C1.43388 11.837 1.50703 11.6114 1.66258 11.4472C1.84136 11.2585 2.22766 11.202 3.00027 11.0891L10.3372 10.0167C10.5653 9.98333 10.6794 9.96666 10.7788 9.92045C10.8667 9.87955 10.9459 9.82196 11.012 9.75089C11.0866 9.67061 11.1376 9.56722 11.2397 9.36045L14.5197 2.7155Z" stroke="#BA7B56" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"/>
                                    </svg>
                                </div>
                            </div>
                        </div>
                        <div class="packages__item-footer">
                            <div class="packages__item-price">
                                <div class="packages__item-left">
                                    <small>from</small>
                                    <span>600 € <small>per year</small></span>
                                </div>

                                <span>|</span>

                                <div class="packages__item-right">
                                    <span>1,5</span> €/день                                </div>
                            </div>

                            <div class="packages__item-btns">
															<a href="" class="btn secondary">
															
                                    <span>About the service</span>

                                    <span class="btn-icon">
                                        <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none">
                                            <path d="M1.21973 6H10.5531" stroke="#97C680" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                                            <path d="M5.88623 1.3335L10.5529 6.00016L5.88623 10.6668" stroke="#97C680" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                                        </svg>
                                    </span>
                                </a>

															<a href="/en/prices#price_item_4" class="btn secondary">
							                                    <span>About the price</span>

                                    <span class="btn-icon">
                                        <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none">
                                            <path d="M1.21973 6H10.5531" stroke="#97C680" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                                            <path d="M5.88623 1.3335L10.5529 6.00016L5.88623 10.6668" stroke="#97C680" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                                        </svg>
                                    </span>
                                </a>

                            </div>
                        </div>
                    </div>

                    <ul class="simple-list price__item__list">
                        <li>Personal manager for consultation on various issues online</li>
                        <li>Selection of schools, kindergartens, and universities</li>
                        <li>Registration with treating physicians, private insurance, etc.</li>
                        <li>Consulting on business, accounting and real estate issues</li>
                    </ul>

                </div>

            </div>
        </div>
    </div>
</section>


<section class="reviews" id="anchor_reviews">
    <div class="container">
        <div class="reviews-inner">
            <h2 class="section-title">Reviews</h2>
            <div class="reviews-slider">
                <div data-src="https://cdn.trustindex.io/loader.js?80d09d2622a38676c326c909076"></div>                            </div>
        </div>
    </div>
</section>

<section class="assure">
    <div class="container">
        <div class="assure-inner">
            <h2 class="section-title">What do people encounter when they decide to relocate to Slovakia?</h2>

            <div class="assure-main">

                <div class="assure-col">
                    <p class="assure-text max-width">
                        <strong>Choosing the right company for migration</strong> is not only about paperwork.                    </p>

					                    <div class="video assure-video" data-aos="zoom-out">
						
                        <div class="video-thumbnail">
                            <img width="787" height="446" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20787%20446'%3E%3C/svg%3E" alt="thumbnail" class="img video-img" data-lazy-src="/wp-content/uploads/video/home-togetthere-HE.png"><noscript><img width="787" height="446" src="/wp-content/uploads/video/home-togetthere-HE.png" alt="thumbnail" class="img video-img"></noscript>
                            <div class="video-play">
                                <svg xmlns="http://www.w3.org/2000/svg" width="35" height="41" viewBox="0 0 35 41" fill="none">
                                    <path d="M34.4399 20.2313L0.164595 40.0202L0.164596 0.442452L34.4399 20.2313Z" fill="white"/>
                                </svg>
                            </div>
                        </div>

                        						
						<video width="788" height="442" controls>
							<source src="/wp-content/uploads/video/home-togetthere-HE.mp4" type="video/mp4">
						</video>						

                    </div>

                </div>
                <div class="assure-col">
                    <p class="assure-text">
                        If you think that in a new country, after obtaining a residence permit, you will be completely independent, then <span class="green-text">that is not true at all!</span>                    </p>
                    <p class="assure-text small">
                        Even before moving, you will encounter many questions that are only indirectly related to immigration, but you will still need answers to them. Then, during the move, you will need to: find housing, open bank accounts, rent or buy a car, seek advice on tax matters, business details, and register with health authorities...                    </p>

                    <div class="assure__tiles">
                        <div data-aos="zoom-in" class="assure__tiles-item brown">
                            <div class="assure__tiles-emote">
                                <svg xmlns="http://www.w3.org/2000/svg" width="33" height="33" viewBox="0 0 33 33" fill="none">
                                    <path d="M22.7095 22.8491C22.7095 22.8491 20.4595 19.8491 16.7095 19.8491C12.9595 19.8491 10.7095 22.8491 10.7095 22.8491M21.2095 12.3491H21.2245M12.2095 12.3491H12.2245M31.7095 16.8491C31.7095 25.1334 24.9937 31.8491 16.7095 31.8491C8.4252 31.8491 1.70947 25.1334 1.70947 16.8491C1.70947 8.56485 8.4252 1.84912 16.7095 1.84912C24.9937 1.84912 31.7095 8.56485 31.7095 16.8491ZM21.9595 12.3491C21.9595 12.7633 21.6237 13.0991 21.2095 13.0991C20.7953 13.0991 20.4595 12.7633 20.4595 12.3491C20.4595 11.9349 20.7953 11.5991 21.2095 11.5991C21.6237 11.5991 21.9595 11.9349 21.9595 12.3491ZM12.9595 12.3491C12.9595 12.7633 12.6237 13.0991 12.2095 13.0991C11.7953 13.0991 11.4595 12.7633 11.4595 12.3491C11.4595 11.9349 11.7953 11.5991 12.2095 11.5991C12.6237 11.5991 12.9595 11.9349 12.9595 12.3491Z" stroke="#BA7B56" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"/>
                                </svg>
                            </div>
                            <p>If you don’t speak the language, all of this could become a significant barrier.</p>
                        </div>

                        <div data-aos="zoom-in" class="assure__tiles-item salad">
                            <div class="assure__tiles-emote">
                                <svg xmlns="http://www.w3.org/2000/svg" width="34" height="33" viewBox="0 0 34 33" fill="none">
                                    <path d="M10.9507 19.8491C10.9507 19.8491 13.2007 22.8491 16.9507 22.8491C20.7007 22.8491 22.9507 19.8491 22.9507 19.8491M21.4507 12.3491H21.4657M12.4507 12.3491H12.4657M31.9507 16.8491C31.9507 25.1334 25.235 31.8491 16.9507 31.8491C8.66641 31.8491 1.95068 25.1334 1.95068 16.8491C1.95068 8.56485 8.66641 1.84912 16.9507 1.84912C25.235 1.84912 31.9507 8.56485 31.9507 16.8491ZM22.2007 12.3491C22.2007 12.7633 21.8649 13.0991 21.4507 13.0991C21.0365 13.0991 20.7007 12.7633 20.7007 12.3491C20.7007 11.9349 21.0365 11.5991 21.4507 11.5991C21.8649 11.5991 22.2007 11.9349 22.2007 12.3491ZM13.2007 12.3491C13.2007 12.7633 12.8649 13.0991 12.4507 13.0991C12.0365 13.0991 11.7007 12.7633 11.7007 12.3491C11.7007 11.9349 12.0365 11.5991 12.4507 11.5991C12.8649 11.5991 13.2007 11.9349 13.2007 12.3491Z" stroke="#97C680" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"/>
                                </svg>
                            </div>
                            <p>We will support you at every stage and strive to earn your trust, making your move as stress-free and comfortable as possible.</p>
                        </div>
                    </div>

                    <a href="#popup_callback_1" data-effect="mfp-move-from-top" data-popup-inline class="btn shine-anim wide assure-btn">
                        <svg xmlns="http://www.w3.org/2000/svg" width="19" height="14" viewBox="0 0 19 14" fill="none">
                            <path d="M17.209 1.90015L6.20898 12.9001L1.20898 7.90015" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
                        </svg>
                        <span>Free consultation</span>
                    </a>
                </div>
            </div>
        </div>
    </div>
</section>


<section class="materials">
    <div class="container">
        <div class="materials-inner">
            <div class="materials-top">
                <h2 class="section-title">Useful materials</h2>
                <div class="materials-btns">
                    					                </div>
            </div>
            <div class="materials-main">
                <div data-aos="fade-up" data-tab-id="articles_slider" class="materials__articles articles-slider" style="display: block">
                    <div class="swiper-container">
						<div class="swiper-wrapper">
															<div class="swiper-slide">
									<div class="article__block">
										<a href="https://togetthere.info/en/studying-at-comenius-university-a-gateway-to-a-european-career-in-slovakia/" class="article__block-top">
											<div class="article__block__img-wrapper">
												<img width="487" height="250" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20487%20250'%3E%3C/svg%3E" alt="article img" class="img" data-lazy-src="https://togetthere.info/wp-content/uploads/2026/05/206-487x250.jpg"><noscript><img width="487" height="250" src="https://togetthere.info/wp-content/uploads/2026/05/206-487x250.jpg" alt="article img" class="img"></noscript>
											</div>
											<div class="article__block-title">Studying at Comenius University - A Gateway to a European Career in Slovakia</div>
										</a>
										<div class="article__block-bot">
											<div class="article__block-footer">
												<a href="https://togetthere.info/en/studying-at-comenius-university-a-gateway-to-a-european-career-in-slovakia/" class="simple-btn">
													<span>Read in full</span>
													<span class="simple-btn-icon">
													<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none">
														<path d="M1.3335 6H10.6668" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
														<path d="M6 1.33337L10.6667 6.00004L6 10.6667" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
													</svg>
												</span>
												</a>
												<div class="article__block-date">
													<svg xmlns="http://www.w3.org/2000/svg" width="17" height="19" viewBox="0 0 17 19" fill="none">
														<path d="M13.8534 2.7041H2.18669C1.26621 2.7041 0.52002 3.45029 0.52002 4.37077V16.0374C0.52002 16.9579 1.26621 17.7041 2.18669 17.7041H13.8534C14.7738 17.7041 15.52 16.9579 15.52 16.0374V4.37077C15.52 3.45029 14.7738 2.7041 13.8534 2.7041Z" stroke="#969BB9" stroke-linecap="round" stroke-linejoin="round"/>
														<path d="M11.3535 1.03809V4.37142" stroke="#969BB9" stroke-linecap="round" stroke-linejoin="round"/>
														<path d="M4.68652 1.03809V4.37142" stroke="#969BB9" stroke-linecap="round" stroke-linejoin="round"/>
														<path d="M0.52002 7.7041H15.52" stroke="#969BB9" stroke-linecap="round" stroke-linejoin="round"/>
													</svg>
													<span>25.05.2026</span>
												</div>
											</div>
										</div>
									</div>
								</div>
															<div class="swiper-slide">
									<div class="article__block">
										<a href="https://togetthere.info/en/how-to-safely-buy-property-in-slovakia-avoiding-common-pitfalls-for-foreigners/" class="article__block-top">
											<div class="article__block__img-wrapper">
												<img width="487" height="250" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20487%20250'%3E%3C/svg%3E" alt="article img" class="img" data-lazy-src="https://togetthere.info/wp-content/uploads/2026/05/205-487x250.jpg"><noscript><img width="487" height="250" src="https://togetthere.info/wp-content/uploads/2026/05/205-487x250.jpg" alt="article img" class="img"></noscript>
											</div>
											<div class="article__block-title">How to Safely Buy Property in Slovakia: Avoiding Common Pitfalls for Foreigners</div>
										</a>
										<div class="article__block-bot">
											<div class="article__block-footer">
												<a href="https://togetthere.info/en/how-to-safely-buy-property-in-slovakia-avoiding-common-pitfalls-for-foreigners/" class="simple-btn">
													<span>Read in full</span>
													<span class="simple-btn-icon">
													<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none">
														<path d="M1.3335 6H10.6668" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
														<path d="M6 1.33337L10.6667 6.00004L6 10.6667" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
													</svg>
												</span>
												</a>
												<div class="article__block-date">
													<svg xmlns="http://www.w3.org/2000/svg" width="17" height="19" viewBox="0 0 17 19" fill="none">
														<path d="M13.8534 2.7041H2.18669C1.26621 2.7041 0.52002 3.45029 0.52002 4.37077V16.0374C0.52002 16.9579 1.26621 17.7041 2.18669 17.7041H13.8534C14.7738 17.7041 15.52 16.9579 15.52 16.0374V4.37077C15.52 3.45029 14.7738 2.7041 13.8534 2.7041Z" stroke="#969BB9" stroke-linecap="round" stroke-linejoin="round"/>
														<path d="M11.3535 1.03809V4.37142" stroke="#969BB9" stroke-linecap="round" stroke-linejoin="round"/>
														<path d="M4.68652 1.03809V4.37142" stroke="#969BB9" stroke-linecap="round" stroke-linejoin="round"/>
														<path d="M0.52002 7.7041H15.52" stroke="#969BB9" stroke-linecap="round" stroke-linejoin="round"/>
													</svg>
													<span>25.05.2026</span>
												</div>
											</div>
										</div>
									</div>
								</div>
															<div class="swiper-slide">
									<div class="article__block">
										<a href="https://togetthere.info/en/residence-permit-for-eu-citizens-in-slovakia-registration-process-and-local-rights/" class="article__block-top">
											<div class="article__block__img-wrapper">
												<img width="487" height="250" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20487%20250'%3E%3C/svg%3E" alt="article img" class="img" data-lazy-src="https://togetthere.info/wp-content/uploads/2026/05/204-487x250.jpg"><noscript><img width="487" height="250" src="https://togetthere.info/wp-content/uploads/2026/05/204-487x250.jpg" alt="article img" class="img"></noscript>
											</div>
											<div class="article__block-title">Residence Permit for EU Citizens in Slovakia - Registration Process and Local Rights</div>
										</a>
										<div class="article__block-bot">
											<div class="article__block-footer">
												<a href="https://togetthere.info/en/residence-permit-for-eu-citizens-in-slovakia-registration-process-and-local-rights/" class="simple-btn">
													<span>Read in full</span>
													<span class="simple-btn-icon">
													<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none">
														<path d="M1.3335 6H10.6668" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
														<path d="M6 1.33337L10.6667 6.00004L6 10.6667" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
													</svg>
												</span>
												</a>
												<div class="article__block-date">
													<svg xmlns="http://www.w3.org/2000/svg" width="17" height="19" viewBox="0 0 17 19" fill="none">
														<path d="M13.8534 2.7041H2.18669C1.26621 2.7041 0.52002 3.45029 0.52002 4.37077V16.0374C0.52002 16.9579 1.26621 17.7041 2.18669 17.7041H13.8534C14.7738 17.7041 15.52 16.9579 15.52 16.0374V4.37077C15.52 3.45029 14.7738 2.7041 13.8534 2.7041Z" stroke="#969BB9" stroke-linecap="round" stroke-linejoin="round"/>
														<path d="M11.3535 1.03809V4.37142" stroke="#969BB9" stroke-linecap="round" stroke-linejoin="round"/>
														<path d="M4.68652 1.03809V4.37142" stroke="#969BB9" stroke-linecap="round" stroke-linejoin="round"/>
														<path d="M0.52002 7.7041H15.52" stroke="#969BB9" stroke-linecap="round" stroke-linejoin="round"/>
													</svg>
													<span>25.05.2026</span>
												</div>
											</div>
										</div>
									</div>
								</div>
															<div class="swiper-slide">
									<div class="article__block">
										<a href="https://togetthere.info/en/why-starting-a-business-in-slovakia-is-a-strategic-move-for-global-expansion/" class="article__block-top">
											<div class="article__block__img-wrapper">
												<img width="487" height="250" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20487%20250'%3E%3C/svg%3E" alt="article img" class="img" data-lazy-src="https://togetthere.info/wp-content/uploads/2026/05/203-487x250.jpg"><noscript><img width="487" height="250" src="https://togetthere.info/wp-content/uploads/2026/05/203-487x250.jpg" alt="article img" class="img"></noscript>
											</div>
											<div class="article__block-title">Why Starting a Business in Slovakia is a Strategic Move for Global Expansion</div>
										</a>
										<div class="article__block-bot">
											<div class="article__block-footer">
												<a href="https://togetthere.info/en/why-starting-a-business-in-slovakia-is-a-strategic-move-for-global-expansion/" class="simple-btn">
													<span>Read in full</span>
													<span class="simple-btn-icon">
													<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none">
														<path d="M1.3335 6H10.6668" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
														<path d="M6 1.33337L10.6667 6.00004L6 10.6667" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
													</svg>
												</span>
												</a>
												<div class="article__block-date">
													<svg xmlns="http://www.w3.org/2000/svg" width="17" height="19" viewBox="0 0 17 19" fill="none">
														<path d="M13.8534 2.7041H2.18669C1.26621 2.7041 0.52002 3.45029 0.52002 4.37077V16.0374C0.52002 16.9579 1.26621 17.7041 2.18669 17.7041H13.8534C14.7738 17.7041 15.52 16.9579 15.52 16.0374V4.37077C15.52 3.45029 14.7738 2.7041 13.8534 2.7041Z" stroke="#969BB9" stroke-linecap="round" stroke-linejoin="round"/>
														<path d="M11.3535 1.03809V4.37142" stroke="#969BB9" stroke-linecap="round" stroke-linejoin="round"/>
														<path d="M4.68652 1.03809V4.37142" stroke="#969BB9" stroke-linecap="round" stroke-linejoin="round"/>
														<path d="M0.52002 7.7041H15.52" stroke="#969BB9" stroke-linecap="round" stroke-linejoin="round"/>
													</svg>
													<span>22.05.2026</span>
												</div>
											</div>
										</div>
									</div>
								</div>
															<div class="swiper-slide">
									<div class="article__block">
										<a href="https://togetthere.info/en/quick-guide-to-company-registration-in-slovakia-from-documents-to-vat-number/" class="article__block-top">
											<div class="article__block__img-wrapper">
												<img width="487" height="250" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20487%20250'%3E%3C/svg%3E" alt="article img" class="img" data-lazy-src="https://togetthere.info/wp-content/uploads/2026/05/202-487x250.jpg"><noscript><img width="487" height="250" src="https://togetthere.info/wp-content/uploads/2026/05/202-487x250.jpg" alt="article img" class="img"></noscript>
											</div>
											<div class="article__block-title">Quick Guide to Company Registration in Slovakia: From Documents to VAT Number</div>
										</a>
										<div class="article__block-bot">
											<div class="article__block-footer">
												<a href="https://togetthere.info/en/quick-guide-to-company-registration-in-slovakia-from-documents-to-vat-number/" class="simple-btn">
													<span>Read in full</span>
													<span class="simple-btn-icon">
													<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none">
														<path d="M1.3335 6H10.6668" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
														<path d="M6 1.33337L10.6667 6.00004L6 10.6667" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
													</svg>
												</span>
												</a>
												<div class="article__block-date">
													<svg xmlns="http://www.w3.org/2000/svg" width="17" height="19" viewBox="0 0 17 19" fill="none">
														<path d="M13.8534 2.7041H2.18669C1.26621 2.7041 0.52002 3.45029 0.52002 4.37077V16.0374C0.52002 16.9579 1.26621 17.7041 2.18669 17.7041H13.8534C14.7738 17.7041 15.52 16.9579 15.52 16.0374V4.37077C15.52 3.45029 14.7738 2.7041 13.8534 2.7041Z" stroke="#969BB9" stroke-linecap="round" stroke-linejoin="round"/>
														<path d="M11.3535 1.03809V4.37142" stroke="#969BB9" stroke-linecap="round" stroke-linejoin="round"/>
														<path d="M4.68652 1.03809V4.37142" stroke="#969BB9" stroke-linecap="round" stroke-linejoin="round"/>
														<path d="M0.52002 7.7041H15.52" stroke="#969BB9" stroke-linecap="round" stroke-linejoin="round"/>
													</svg>
													<span>22.05.2026</span>
												</div>
											</div>
										</div>
									</div>
								</div>
															<div class="swiper-slide">
									<div class="article__block">
										<a href="https://togetthere.info/en/the-path-to-slovakia-citizenship-requirements-timeline-and-legal-nuances/" class="article__block-top">
											<div class="article__block__img-wrapper">
												<img width="487" height="250" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20487%20250'%3E%3C/svg%3E" alt="article img" class="img" data-lazy-src="https://togetthere.info/wp-content/uploads/2026/05/201-487x250.jpg"><noscript><img width="487" height="250" src="https://togetthere.info/wp-content/uploads/2026/05/201-487x250.jpg" alt="article img" class="img"></noscript>
											</div>
											<div class="article__block-title">The Path to Slovakia Citizenship: Requirements, Timeline, and Legal Nuances</div>
										</a>
										<div class="article__block-bot">
											<div class="article__block-footer">
												<a href="https://togetthere.info/en/the-path-to-slovakia-citizenship-requirements-timeline-and-legal-nuances/" class="simple-btn">
													<span>Read in full</span>
													<span class="simple-btn-icon">
													<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none">
														<path d="M1.3335 6H10.6668" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
														<path d="M6 1.33337L10.6667 6.00004L6 10.6667" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
													</svg>
												</span>
												</a>
												<div class="article__block-date">
													<svg xmlns="http://www.w3.org/2000/svg" width="17" height="19" viewBox="0 0 17 19" fill="none">
														<path d="M13.8534 2.7041H2.18669C1.26621 2.7041 0.52002 3.45029 0.52002 4.37077V16.0374C0.52002 16.9579 1.26621 17.7041 2.18669 17.7041H13.8534C14.7738 17.7041 15.52 16.9579 15.52 16.0374V4.37077C15.52 3.45029 14.7738 2.7041 13.8534 2.7041Z" stroke="#969BB9" stroke-linecap="round" stroke-linejoin="round"/>
														<path d="M11.3535 1.03809V4.37142" stroke="#969BB9" stroke-linecap="round" stroke-linejoin="round"/>
														<path d="M4.68652 1.03809V4.37142" stroke="#969BB9" stroke-linecap="round" stroke-linejoin="round"/>
														<path d="M0.52002 7.7041H15.52" stroke="#969BB9" stroke-linecap="round" stroke-linejoin="round"/>
													</svg>
													<span>21.05.2026</span>
												</div>
											</div>
										</div>
									</div>
								</div>
															<div class="swiper-slide">
									<div class="article__block">
										<a href="https://togetthere.info/en/investing-in-real-estate-in-slovakia-residential-vs-commercial-properties/" class="article__block-top">
											<div class="article__block__img-wrapper">
												<img width="487" height="250" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20487%20250'%3E%3C/svg%3E" alt="article img" class="img" data-lazy-src="https://togetthere.info/wp-content/uploads/2026/05/200-487x250.jpg"><noscript><img width="487" height="250" src="https://togetthere.info/wp-content/uploads/2026/05/200-487x250.jpg" alt="article img" class="img"></noscript>
											</div>
											<div class="article__block-title">Investing in Real Estate in Slovakia: Residential vs Commercial Properties</div>
										</a>
										<div class="article__block-bot">
											<div class="article__block-footer">
												<a href="https://togetthere.info/en/investing-in-real-estate-in-slovakia-residential-vs-commercial-properties/" class="simple-btn">
													<span>Read in full</span>
													<span class="simple-btn-icon">
													<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none">
														<path d="M1.3335 6H10.6668" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
														<path d="M6 1.33337L10.6667 6.00004L6 10.6667" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
													</svg>
												</span>
												</a>
												<div class="article__block-date">
													<svg xmlns="http://www.w3.org/2000/svg" width="17" height="19" viewBox="0 0 17 19" fill="none">
														<path d="M13.8534 2.7041H2.18669C1.26621 2.7041 0.52002 3.45029 0.52002 4.37077V16.0374C0.52002 16.9579 1.26621 17.7041 2.18669 17.7041H13.8534C14.7738 17.7041 15.52 16.9579 15.52 16.0374V4.37077C15.52 3.45029 14.7738 2.7041 13.8534 2.7041Z" stroke="#969BB9" stroke-linecap="round" stroke-linejoin="round"/>
														<path d="M11.3535 1.03809V4.37142" stroke="#969BB9" stroke-linecap="round" stroke-linejoin="round"/>
														<path d="M4.68652 1.03809V4.37142" stroke="#969BB9" stroke-linecap="round" stroke-linejoin="round"/>
														<path d="M0.52002 7.7041H15.52" stroke="#969BB9" stroke-linecap="round" stroke-linejoin="round"/>
													</svg>
													<span>21.05.2026</span>
												</div>
											</div>
										</div>
									</div>
								</div>
															<div class="swiper-slide">
									<div class="article__block">
										<a href="https://togetthere.info/en/real-estate-in-slovakia-why-bratislava-is-becoming-a-hotspot-for-foreign-investors/" class="article__block-top">
											<div class="article__block__img-wrapper">
												<img width="487" height="250" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20487%20250'%3E%3C/svg%3E" alt="article img" class="img" data-lazy-src="https://togetthere.info/wp-content/uploads/2026/05/199-487x250.jpg"><noscript><img width="487" height="250" src="https://togetthere.info/wp-content/uploads/2026/05/199-487x250.jpg" alt="article img" class="img"></noscript>
											</div>
											<div class="article__block-title">Real Estate in Slovakia: Why Bratislava is Becoming a Hotspot for Foreign Investors</div>
										</a>
										<div class="article__block-bot">
											<div class="article__block-footer">
												<a href="https://togetthere.info/en/real-estate-in-slovakia-why-bratislava-is-becoming-a-hotspot-for-foreign-investors/" class="simple-btn">
													<span>Read in full</span>
													<span class="simple-btn-icon">
													<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none">
														<path d="M1.3335 6H10.6668" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
														<path d="M6 1.33337L10.6667 6.00004L6 10.6667" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
													</svg>
												</span>
												</a>
												<div class="article__block-date">
													<svg xmlns="http://www.w3.org/2000/svg" width="17" height="19" viewBox="0 0 17 19" fill="none">
														<path d="M13.8534 2.7041H2.18669C1.26621 2.7041 0.52002 3.45029 0.52002 4.37077V16.0374C0.52002 16.9579 1.26621 17.7041 2.18669 17.7041H13.8534C14.7738 17.7041 15.52 16.9579 15.52 16.0374V4.37077C15.52 3.45029 14.7738 2.7041 13.8534 2.7041Z" stroke="#969BB9" stroke-linecap="round" stroke-linejoin="round"/>
														<path d="M11.3535 1.03809V4.37142" stroke="#969BB9" stroke-linecap="round" stroke-linejoin="round"/>
														<path d="M4.68652 1.03809V4.37142" stroke="#969BB9" stroke-linecap="round" stroke-linejoin="round"/>
														<path d="M0.52002 7.7041H15.52" stroke="#969BB9" stroke-linecap="round" stroke-linejoin="round"/>
													</svg>
													<span>21.05.2026</span>
												</div>
											</div>
										</div>
									</div>
								</div>
															<div class="swiper-slide">
									<div class="article__block">
										<a href="https://togetthere.info/en/top-5-benefits-of-holding-a-slovak-residence-permit-for-international-entrepreneurs/" class="article__block-top">
											<div class="article__block__img-wrapper">
												<img width="487" height="250" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20487%20250'%3E%3C/svg%3E" alt="article img" class="img" data-lazy-src="https://togetthere.info/wp-content/uploads/2026/05/198-487x250.jpg"><noscript><img width="487" height="250" src="https://togetthere.info/wp-content/uploads/2026/05/198-487x250.jpg" alt="article img" class="img"></noscript>
											</div>
											<div class="article__block-title">Top 5 Benefits of Holding a Slovak Residence Permit for International Entrepreneurs</div>
										</a>
										<div class="article__block-bot">
											<div class="article__block-footer">
												<a href="https://togetthere.info/en/top-5-benefits-of-holding-a-slovak-residence-permit-for-international-entrepreneurs/" class="simple-btn">
													<span>Read in full</span>
													<span class="simple-btn-icon">
													<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none">
														<path d="M1.3335 6H10.6668" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
														<path d="M6 1.33337L10.6667 6.00004L6 10.6667" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
													</svg>
												</span>
												</a>
												<div class="article__block-date">
													<svg xmlns="http://www.w3.org/2000/svg" width="17" height="19" viewBox="0 0 17 19" fill="none">
														<path d="M13.8534 2.7041H2.18669C1.26621 2.7041 0.52002 3.45029 0.52002 4.37077V16.0374C0.52002 16.9579 1.26621 17.7041 2.18669 17.7041H13.8534C14.7738 17.7041 15.52 16.9579 15.52 16.0374V4.37077C15.52 3.45029 14.7738 2.7041 13.8534 2.7041Z" stroke="#969BB9" stroke-linecap="round" stroke-linejoin="round"/>
														<path d="M11.3535 1.03809V4.37142" stroke="#969BB9" stroke-linecap="round" stroke-linejoin="round"/>
														<path d="M4.68652 1.03809V4.37142" stroke="#969BB9" stroke-linecap="round" stroke-linejoin="round"/>
														<path d="M0.52002 7.7041H15.52" stroke="#969BB9" stroke-linecap="round" stroke-linejoin="round"/>
													</svg>
													<span>21.05.2026</span>
												</div>
											</div>
										</div>
									</div>
								</div>
															<div class="swiper-slide">
									<div class="article__block">
										<a href="https://togetthere.info/en/residence-permit-in-slovakia-main-steps-for-obtaining-legal-status/" class="article__block-top">
											<div class="article__block__img-wrapper">
												<img width="487" height="250" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20487%20250'%3E%3C/svg%3E" alt="article img" class="img" data-lazy-src="https://togetthere.info/wp-content/uploads/2026/05/197-487x250.jpg"><noscript><img width="487" height="250" src="https://togetthere.info/wp-content/uploads/2026/05/197-487x250.jpg" alt="article img" class="img"></noscript>
											</div>
											<div class="article__block-title">Residence Permit in Slovakia: Main Steps for Obtaining Legal Status</div>
										</a>
										<div class="article__block-bot">
											<div class="article__block-footer">
												<a href="https://togetthere.info/en/residence-permit-in-slovakia-main-steps-for-obtaining-legal-status/" class="simple-btn">
													<span>Read in full</span>
													<span class="simple-btn-icon">
													<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none">
														<path d="M1.3335 6H10.6668" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
														<path d="M6 1.33337L10.6667 6.00004L6 10.6667" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
													</svg>
												</span>
												</a>
												<div class="article__block-date">
													<svg xmlns="http://www.w3.org/2000/svg" width="17" height="19" viewBox="0 0 17 19" fill="none">
														<path d="M13.8534 2.7041H2.18669C1.26621 2.7041 0.52002 3.45029 0.52002 4.37077V16.0374C0.52002 16.9579 1.26621 17.7041 2.18669 17.7041H13.8534C14.7738 17.7041 15.52 16.9579 15.52 16.0374V4.37077C15.52 3.45029 14.7738 2.7041 13.8534 2.7041Z" stroke="#969BB9" stroke-linecap="round" stroke-linejoin="round"/>
														<path d="M11.3535 1.03809V4.37142" stroke="#969BB9" stroke-linecap="round" stroke-linejoin="round"/>
														<path d="M4.68652 1.03809V4.37142" stroke="#969BB9" stroke-linecap="round" stroke-linejoin="round"/>
														<path d="M0.52002 7.7041H15.52" stroke="#969BB9" stroke-linecap="round" stroke-linejoin="round"/>
													</svg>
													<span>21.05.2026</span>
												</div>
											</div>
										</div>
									</div>
								</div>
													</div>
                    </div>
					                    <div class="slider-controls">
                        <div class="slider-btn slider-btn-prev">
                            <svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22" fill="none">
                                <path d="M20.3335 11.1855H1.66683" stroke="#969BB9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                                <path d="M11 1.85254L1.66667 11.1859L11 20.5192" stroke="#969BB9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                            </svg>
                        </div>
                        <div class="slider-btn slider-btn-next">
                            <svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22" fill="none">
                                <path d="M1.6665 11.1855H20.3332" stroke="#969BB9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                                <path d="M11 1.85254L20.3333 11.1859L11 20.5192" stroke="#969BB9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                            </svg>
                        </div>
                    </div>
					                </div>

				            </div>
        </div>
    </div>
</section>

<section class="cool" data-aos="fade-up">
    <div class="container">
        <div class="cool-inner">
            <div class="cool-main" data-dropdown-parent>

                <div class="cool__img-wrapper">
                    <img width="1709" height="344" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201709%20344'%3E%3C/svg%3E" alt="bg" class="cool__img img" data-lazy-src="https://togetthere.info/wp-content/themes/togetthere/img/cool_bg.jpg"><noscript><img width="1709" height="344" src="https://togetthere.info/wp-content/themes/togetthere/img/cool_bg.jpg" alt="bg" class="cool__img img"></noscript>
                </div>

                <div class="cool-flex">
                    <div data-aos="zoom-out" data-aos-delay="500">
                        <svg class="cool-emblem" xmlns="http://www.w3.org/2000/svg" width="181" height="228" viewBox="0 0 181 228" fill="none">
                            <path d="M43.0758 149.229C50.0024 149.229 56.5014 152.994 62.2736 159.701C69.756 144.34 79.6756 134.994 90.5358 134.994C101.482 134.994 111.487 144.513 118.969 160.09C124.827 153.167 131.454 149.229 138.466 149.229C146.889 149.229 154.714 154.854 161.298 164.503C165.959 156.672 169.721 148.97 172.885 141.701C184.857 114.614 177.033 21.5853 175.194 1.42188H5.53534C3.65404 21.5853 -4.1277 114.614 7.80145 141.701C11.0937 149.143 14.9418 157.104 19.8161 165.152C26.4862 155.071 34.4817 149.229 43.0758 149.229Z" stroke="white" stroke-width="2"/>
                            <path d="M97.808 136.378C97.808 131.575 97.808 117.642 97.808 101.806C100.373 101.806 110.379 101.806 121.88 101.806C135.263 101.806 144.114 107.777 144.114 107.777V78.8296C139.325 82.9835 121.88 85.5364 121.88 85.5364H97.808C97.808 76.7094 97.808 68.0556 97.808 60.7864C101.229 60.7864 106.188 60.7864 112.645 60.7864C126.028 60.7864 134.878 66.7575 134.878 66.7575V37.7672C130.089 41.921 112.645 44.4739 112.645 44.4739H97.808C97.808 44.3441 97.808 44.2143 97.808 44.1277C97.808 27.8153 102.469 9.55566 102.469 9.55566H77.4986C80.235 15.5268 82.8859 43.8681 82.8859 43.8681V44.4739H67.8355C67.8355 44.4739 50.3908 41.921 45.602 37.7672V66.7575C45.602 66.7575 54.4527 60.7864 67.8355 60.7864C74.4201 60.7864 79.4654 60.7864 82.8859 60.7864V85.5364H58.1725C58.1725 85.5364 40.7277 82.9835 35.939 78.8296V107.777C35.939 107.777 44.7896 101.806 58.1725 101.806C70.4009 101.806 81.0901 101.806 82.8432 101.806V136.551C85.3231 135.512 87.8885 134.95 90.5394 134.95C93.0193 134.95 95.4564 135.469 97.808 136.378Z" stroke="white" stroke-width="2"/>
                            <path d="M138.509 149.231C131.454 149.231 124.827 153.168 119.012 160.091C113.197 148.019 105.886 139.582 97.8046 136.423C95.453 135.471 93.0158 134.995 90.5359 134.995C87.9278 134.995 85.3624 135.558 82.8397 136.596C75.0152 139.885 67.9604 148.062 62.2737 159.745C56.5015 153.038 50.0025 149.274 43.0759 149.274C34.4818 149.274 26.4863 155.159 19.7734 165.24C33.0708 187.091 53.8506 209.981 90.6214 226.423C127.392 209.981 148.129 186.745 161.384 164.505C154.757 154.812 146.932 149.231 138.509 149.231Z" stroke="white" stroke-width="2"/>
                        </svg>
                    </div>
                    <div class="cool-col">
                        <div class="cool-text" data-dropdown-body data-dropdown-id="cool" data-dropdown-opened="false">
                            <p>Many people want to change their country of residence, and this happens for a variety of reasons. However, it is not as simple as it seems, as it requires a thorough study of the matter, certain knowledge, and the ability to communicate with official representatives of state institutions. If you are interested in professional <b>services in Slovakia</b>, trust the specialists of our company Togetthere.</p>
<h2>Services in Slovakia: Features</h2>
<p>The specialists of our company have extensive experience in this field. They perform their work competently, quickly, and with guarantees. Moreover, by contacting us, you receive:</p>
<ul>
<li aria-level="1">individual solutions;</li>
<li aria-level="1">a comprehensive approach;</li>
<li aria-level="1">affordable <b>services in Slovakia</b>;</li>
<li aria-level="1">consultations;</li>
<li aria-level="1">a wide range of services;</li>
<li aria-level="1">a professional approach.</li>
</ul>
<p>Our specialists handle tasks of any level of complexity. Everything depends on the client&#8217;s requirements.</p>
<h2>How much do services in Slovakia cost?</h2>
<p>Every client is interested in knowing how much they need to spend to receive professional services. The answer is simple: it all depends on the complexity of the task.</p>
<p>The price includes:</p>
<ul>
<li aria-level="1">the type of services;</li>
<li aria-level="1">the time required to complete them;</li>
<li aria-level="1">the client&#8217;s requirements.</li>
</ul>
<p>Contact our specialists to learn more about the pricing process. Contact information is provided on the website.</p>
<p>Please note: Calls are accepted according to the company&#8217;s working hours. Trust the professionals.</p>
                        </div>
                        <button class="btn secondary up-down" data-dropdown-custom="custom-text-active" data-dropdown-btn data-dropdown-for="cool" data-dropdown-parent-toggle data-dropdown-opened="false">
                            <span class="text-show">Read more</span>
                            <span class="text-hide">Collapse</span>
                            <span class="btn-icon">
                            <svg xmlns="http://www.w3.org/2000/svg" width="12" height="13" viewBox="0 0 12 13" fill="none">
                                <path d="M6 1.72949L6 11.0628" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                                <path d="M10.6665 6.39648L5.99984 11.0632L1.33317 6.39648" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                            </svg>
							</span>
                        </button>
                    </div>
                </div>



            </div>


        </div>
    </div>
</section>

</main>

<footer class="footer">
    <div class="container">
        <div class="footer-inner">

            <div class="footer-col">
                <a class="footer-logo-wrapper" href="/en/">
                    <img width="96" height="33" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2096%2033'%3E%3C/svg%3E" alt="logo" class="footer-logo" data-lazy-src="https://togetthere.info/wp-content/themes/togetthere/img/footer_logo.png"><noscript><img width="96" height="33" src="https://togetthere.info/wp-content/themes/togetthere/img/footer_logo.png" alt="logo" class="footer-logo"></noscript>
                </a>

                <div class="footer-text">
                    <div>
                        <p>Our company provides professional legal consultations on moving to Slovakia.</p>
<p>&nbsp;</p>
<p>We help our clients with paperwork, obtaining visas, opening bank accounts and much more.</p>
<p>&nbsp;</p>
<p>Our team consists of experienced lawyers who are ready to answer any of your questions and help you make your move to Slovakia as comfortable and safe as possible.</p>
                    </div>
                </div>
            </div>
            <div class="footer-col">
                <div class="footer-title">Menu</div>

<!--				<div class="footer-list">-->
                    <ul class="footer-list footer-nav-list"><li class="footer-link"><a class="dropdown-btn" href="https://togetthere.info/en/about-us/">About us</a></li><li class="footer-link submenu has-children"><input id="submenu_516" class="submenu-input" type="checkbox"><div class="footer-link submenu-label">
                                            <a href="#">Services</a>
                                            <label class="submenu-arrow in-footer" for="submenu_516">
                                            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path d="M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"/></svg>                                 
                                            </label>
                                            
                                          </div><ul class="submenu-list"><li class="footer-link submenu has-children"><input id="submenu_517" class="submenu-input" type="checkbox"><div class="footer-link submenu-label">
                                            <a href="https://togetthere.info/en/residence-permit-slovakia/">Obtaining a residence permit</a>
                                            <label class="submenu-arrow in-footer" for="submenu_517">
                                            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path d="M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"/></svg>                                 
                                            </label>
                                            
                                          </div><ul class="submenu-list"><li class="footer-link"><a class="dropdown-btn" href="https://togetthere.info/en/slovakia-business-residence-permit/">Residence permit in Slovakia through business</a></li><li class="footer-link"><a class="dropdown-btn" href="https://togetthere.info/en/student-residence-permit-in-slovakia/">Student Residence Permit in Slovakia</a></li><li class="footer-link"><a class="dropdown-btn" href="https://togetthere.info/en/residence-permit-in-slovakia-through-real-estate-investment/">Residence Permit in Slovakia Through Real Estate Investment</a></li><li class="footer-link"><a class="dropdown-btn" href="https://togetthere.info/en/work-visa-in-slovakia/">Residence Permit in Slovakia for Work</a></li><li class="footer-link"><a class="dropdown-btn" href="https://togetthere.info/en/residence-permit-for-eu-citizens-in-slovakia/">Obtaining a Residence Permit in Slovakia for EU Citizens</a></li></ul></li><li class="footer-link submenu has-children"><input id="submenu_10923" class="submenu-input" type="checkbox"><div class="footer-link submenu-label">
                                            <a href="https://togetthere.info/en/slovakia-residence-permit-renewal/">Extension of Residence Permit in Slovakia</a>
                                            <label class="submenu-arrow in-footer" for="submenu_10923">
                                            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path d="M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"/></svg>                                 
                                            </label>
                                            
                                          </div><ul class="submenu-list"><li class="footer-link"><a class="dropdown-btn" href="https://togetthere.info/en/extension-of-residence-permit-for-zivnost-in-slovakia/">Extension of Residence Permit for Zivnost in Slovakia</a></li><li class="footer-link"><a class="dropdown-btn" href="https://togetthere.info/en/extension-of-residence-permit-for-s-r-o-in-slovakia/">Extension of Residence Permit for S.R.O in Slovakia</a></li><li class="footer-link"><a class="dropdown-btn" href="https://togetthere.info/en/extension-of-residence-permit-in-slovakia-for-family-reunification/">Extension of Residence Permit in Slovakia for Family Reunification</a></li></ul></li><li class="footer-link submenu has-children"><input id="submenu_11020" class="submenu-input" type="checkbox"><div class="footer-link submenu-label">
                                            <a href="https://togetthere.info/en/slovakia-citizenship/">Obtaining Slovak Citizenship</a>
                                            <label class="submenu-arrow in-footer" for="submenu_11020">
                                            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path d="M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"/></svg>                                 
                                            </label>
                                            
                                          </div><ul class="submenu-list"><li class="footer-link"><a class="dropdown-btn" href="https://togetthere.info/en/slovak-citizenship-by-ancestry/">Slovak Citizenship by Descent</a></li><li class="footer-link"><a class="dropdown-btn" href="https://togetthere.info/en/citizenship-for-residents-of-slovakia/">Citizenship for Residents of Slovakia</a></li><li class="footer-link"><a class="dropdown-btn" href="https://togetthere.info/en/restoration-of-slovak-citizenship-for-the-first-generation/">Restoration of Slovak Citizenship for the First Generation</a></li></ul></li><li class="footer-link"><a class="dropdown-btn" href="https://togetthere.info/en/opening-a-bank-account-in-slovakia/">Opening a Bank Account in Slovakia</a></li><li class="footer-link submenu has-children"><input id="submenu_11129" class="submenu-input" type="checkbox"><div class="footer-link submenu-label">
                                            <a href="https://togetthere.info/en/business-in-slovakia/">Starting a Business in Slovakia</a>
                                            <label class="submenu-arrow in-footer" for="submenu_11129">
                                            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path d="M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"/></svg>                                 
                                            </label>
                                            
                                          </div><ul class="submenu-list"><li class="footer-link"><a class="dropdown-btn" href="https://togetthere.info/en/business-support-in-slovakia/">Business Support in Slovakia</a></li><li class="footer-link"><a class="dropdown-btn" href="https://togetthere.info/en/opening-a-sole-proprietorship-in-slovakia/">Opening a Sole Proprietorship in Slovakia</a></li><li class="footer-link"><a class="dropdown-btn" href="https://togetthere.info/en/company-registration-in-slovakia/">Opening a Company in Slovakia</a></li></ul></li><li class="footer-link"><a class="dropdown-btn" href="https://togetthere.info/en/lawyer-in-slovakia/">Legal Services in Slovakia</a></li><li class="footer-link submenu has-children"><input id="submenu_11298" class="submenu-input" type="checkbox"><div class="footer-link submenu-label">
                                            <a href="https://togetthere.info/en/accounting-services-in-slovakia/">Accounting Services in Slovakia</a>
                                            <label class="submenu-arrow in-footer" for="submenu_11298">
                                            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path d="M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"/></svg>                                 
                                            </label>
                                            
                                          </div><ul class="submenu-list"><li class="footer-link"><a class="dropdown-btn" href="https://togetthere.info/en/accounting-solutions-in-slovakia/">Accounting Solutions in Slovakia</a></li><li class="footer-link"><a class="dropdown-btn" href="https://togetthere.info/en/consultation-on-individual-immigration-requests-to-slovakia/">Consultation on Individual Immigration Requests to Slovakia</a></li><li class="footer-link"><a class="dropdown-btn" href="https://togetthere.info/en/tax-consultations-in-slovakia/">Tax Consultations in Slovakia</a></li><li class="footer-link"><a class="dropdown-btn" href="https://togetthere.info/en/legal-support-for-transactions-in-slovakia/">Legal Support for Transactions in Slovakia</a></li></ul></li><li class="footer-link"><a class="dropdown-btn" href="https://togetthere.info/en/estate/real-estate-in-slovakia/">Real Estate in Slovakia</a></li><li class="footer-link"><a class="dropdown-btn" href="https://togetthere.info/en/education-in-slovakia/">Education in Slovakia</a></li><li class="footer-link submenu has-children"><input id="submenu_11884" class="submenu-input" type="checkbox"><div class="footer-link submenu-label">
                                            <a href="https://togetthere.info/en/other-services-in-slovakia/">Other services in Slovakia</a>
                                            <label class="submenu-arrow in-footer" for="submenu_11884">
                                            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path d="M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"/></svg>                                 
                                            </label>
                                            
                                          </div><ul class="submenu-list"><li class="footer-link"><a class="dropdown-btn" href="https://togetthere.info/en/personal-manager-services-in-slovakia/">Personal Manager Services in Slovakia</a></li><li class="footer-link"><a class="dropdown-btn" href="https://togetthere.info/en/pre-relocation-tour-to-slovakia/">Pre-relocation tour to Slovakia</a></li></ul></li></ul></li><li class="footer-link"><a class="dropdown-btn" href="https://togetthere.info/en/relocation/">Reviews</a></li><li class="footer-link"><a class="dropdown-btn" href="https://togetthere.info/en/blog/">Blog</a></li><li class="footer-link"><a class="dropdown-btn" href="/en/prices/">Prices</a></li><li class="footer-link"><a class="dropdown-btn" href="https://togetthere.info/en/contacts/">Contacts</a></li>
                            <div class="footer__socials mob">
                                <a href="https://www.facebook.com/togetthere.isr/" target="_blank" class="footer__socials-item icon-spin">
                                    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
                                        <path d="M512 256C512 114.6 397.4 0 256 0S0 114.6 0 256C0 376 82.7 476.8 194.2 504.5V334.2H141.4V256h52.8V222.3c0-87.1 39.4-127.5 125-127.5c16.2 0 44.2 3.2 55.7 6.4V172c-6-.6-16.5-1-29.6-1c-42 0-58.2 15.9-58.2 57.2V256h83.6l-14.4 78.2H287V510.1C413.8 494.8 512 386.9 512 256h0z"/>
                                    </svg>
                                </a>
                                <a href="https://www.instagram.com/slovakia_togetthere/" target="_blank" class="footer__socials-item icon-spin">
                                    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
                                        <path d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"/>
                                    </svg>
                                </a>
                            </div>
                            
                            </ul>
<!--                </div>-->
            </div>
            <div class="footer-col">
                <div class="footer-title">Contacts</div>

                <div class="footer-list">
                    <a class="ltr" href="tel:+421903717975">+421903717975</a>
                    <a href="mailto:info@togetthere.info">info@togetthere.info</a>
                    <a href="https://www.waze.com/uk/live-map/directions/sk/bratislavsky-kraj/mlynske-nivy-78?navigate=yes&to=place.Ei1NbHluc2vDqSBuaXZ5IDc4LCA4MjEgMDUgQnJhdGlzbGF2YSwgU2xvdmFraWEiMBIuChQKEgmz5p9J14hsRxH-W9PvxQuMJxBOKhQKEgnxJTt2JYlsRxGqnjdbUdel4g" class="footer-contact-btn uppercase" target="_blank">
                        Mlynské nivy 78C, 821 05 Bratislava                        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
                            <path d="M502.2 201.7C516.7 287.5 471.2 369.6 389 409.8c13 34.1-12.4 70.2-48.3 70.2a51.7 51.7 0 0 1 -51.6-49c-6.4 .2-64.2 0-76.3-.6A51.7 51.7 0 0 1 159 479.9c-33.9-1.4-58-34.8-47-67.9-37.2-13.1-72.5-34.9-99.6-70.8-13-17.3-.5-41.8 20.8-41.8 46.3 0 32.2-54.2 43.2-110.3C94.8 95.2 193.1 32 288.1 32c102.5 0 197.2 70.7 214.1 169.7zM373.5 388.3c42-19.2 81.3-56.7 96.3-102.1 40.5-123.1-64.2-228-181.7-228-83.5 0-170.3 55.4-186.1 136-9.5 48.9 5 131.4-68.8 131.4C58.2 358.6 91.6 378.1 127 389.5c24.7-21.8 63.9-15.5 79.8 14.3 14.2 1 79.2 1.2 87.9 .8a51.7 51.7 0 0 1 78.8-16.4zM205.1 187.1c0-34.7 50.8-34.8 50.8 0s-50.8 34.7-50.8 0zm116.6 0c0-34.7 50.9-34.8 50.9 0s-50.9 34.8-50.9 0zm-122.6 70.7c-3.4-16.9 22.2-22.2 25.6-5.2l.1 .3c4.1 21.4 29.9 44 64.1 43.1 35.7-.9 59.3-22.2 64.1-42.8 4.5-16.1 28.6-10.4 25.5 6-5.2 22.2-31.2 62-91.5 62.9-42.6 0-80.9-27.8-87.9-64.3z"/>
                        </svg>
                    </a>
                                        <a href="https://api.whatsapp.com/send?phone=972508154463" target="_blank" class="footer-contact-btn uppercase">
                        <span>write to a specialist</span>
                        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
                            <path d="M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7 .9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z"/>
                        </svg>
                    </a>

                    <div class="footer__socials">
                        <a href="https://www.facebook.com/togetthere.isr/" target="_blank" class="footer__socials-item icon-spin">
                            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
                                <path d="M512 256C512 114.6 397.4 0 256 0S0 114.6 0 256C0 376 82.7 476.8 194.2 504.5V334.2H141.4V256h52.8V222.3c0-87.1 39.4-127.5 125-127.5c16.2 0 44.2 3.2 55.7 6.4V172c-6-.6-16.5-1-29.6-1c-42 0-58.2 15.9-58.2 57.2V256h83.6l-14.4 78.2H287V510.1C413.8 494.8 512 386.9 512 256h0z"/>
                            </svg>
                        </a>
                        <a href="https://www.instagram.com/slovakia_togetthere/" target="_blank" class="footer__socials-item icon-spin">
                            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
                                <path d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"/>
                            </svg>
                        </a>
                                            </div>
                </div>

            </div>
            <div class="footer-col">
                <div class="footer-title">Opening hours</div>

                <div class="footer-schedule footer-list">
                    <div class="uppercase">Mon-Fri &nbsp;&nbsp;|&nbsp;&nbsp; 9:00-18:00</div>
                    <div class="uppercase">Sat, Sun. &nbsp;&nbsp;|&nbsp;&nbsp; Weekends</div>
                </div>

                <div class="footer-list">				
											<a href="/en/privacy-policy/" class="footer-link green">Privacy Policy</a>
					                    <a href="/en/sitemap/" class="footer-link green">Sitemap</a>
                </div>
            </div>

        </div>
    </div>
</footer>



<div class="popup popup-callback-type popup-with-icon mfp-with-anim mfp-hide" id="popup_callback_1">
    <div class="popup-inner">
        <button title="Close (Esc)" type="button" class="mfp-close">×</button>

        <div class="popup-header">
            <div class="popup-icon">
                <svg xmlns="http://www.w3.org/2000/svg" width="30" height="29" viewBox="0 0 30 29" fill="none">
                    <path d="M28.3339 21.06V25.06C28.3354 25.4313 28.2593 25.7989 28.1106 26.1391C27.9618 26.4793 27.7436 26.7848 27.47 27.0358C27.1964 27.2868 26.8733 27.4779 26.5216 27.5969C26.1698 27.7159 25.7971 27.7601 25.4272 27.7266C21.3243 27.2808 17.3832 25.8788 13.9206 23.6333C10.699 21.5862 7.96768 18.8549 5.92056 15.6333C3.6672 12.1549 2.26489 8.19463 1.82723 4.0733C1.79391 3.70459 1.83773 3.33298 1.9559 2.98213C2.07406 2.63128 2.26399 2.30889 2.51358 2.03546C2.76318 1.76204 3.06697 1.54358 3.40562 1.394C3.74426 1.24441 4.11035 1.16698 4.48056 1.16663H8.48056C9.12764 1.16026 9.75495 1.3894 10.2456 1.81134C10.7362 2.23328 11.0567 2.81923 11.1472 3.45997C11.3161 4.74006 11.6292 5.99694 12.0806 7.20663C12.26 7.68387 12.2988 8.20252 12.1924 8.70114C12.0861 9.19976 11.839 9.65745 11.4806 10.02L9.78723 11.7133C11.6853 15.0514 14.4492 17.8152 17.7872 19.7133L19.4806 18.02C19.8431 17.6615 20.3008 17.4144 20.7994 17.3081C21.298 17.2018 21.8167 17.2406 22.2939 17.42C23.5036 17.8714 24.7605 18.1845 26.0406 18.3533C26.6883 18.4447 27.2798 18.7709 27.7026 19.27C28.1254 19.769 28.3501 20.4061 28.3339 21.06Z" stroke="#97C680" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                </svg>
            </div>
            <div class="popup-title">Back call</div>
            <div class="popup-subtitle">Please provide your contact information and the manager will contact you shortly:</div>
        </div>
        <div class="popup-body tac">
            <div class="popup-form">
			
<div class="wpcf7 no-js" id="wpcf7-f9026-o3" lang="en-GB" dir="ltr">
<div class="screen-reader-response"><p role="status" aria-live="polite" aria-atomic="true"></p> <ul></ul></div>
<form action="/en/#wpcf7-f9026-o3" method="post" class="wpcf7-form init" aria-label="Contact form" novalidate="novalidate" data-status="init">
<div style="display: none;">
<input type="hidden" name="_wpcf7" value="9026" />
<input type="hidden" name="_wpcf7_version" value="5.9.3" />
<input type="hidden" name="_wpcf7_locale" value="en_GB" />
<input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f9026-o3" />
<input type="hidden" name="_wpcf7_container_post" value="0" />
<input type="hidden" name="_wpcf7_posted_data_hash" value="" />
<input type="hidden" name="gclid" value="" />
<input type="hidden" name="utm_source" value="direct" />
<input type="hidden" name="utm_medium" value="none" />
<input type="hidden" name="utm_campaign" value="none" />
<input type="hidden" name="utm_term" value="none" />
<input type="hidden" name="utm_content" value="none" />
<input type="hidden" name="ga_client_id_save" value="none" />
<input type="hidden" name="ga_session_id_save" value="none" />
<input type="hidden" name="_wpcf7_recaptcha_response" value="" />
</div>
<div class="popup-form-inner">
                    <div class="input-wrap">
                        <label for="popup_form_name_1" class="input-label form-input-label popup-form-input-label">Your name</label><span class="wpcf7-form-control-wrap" data-name="your-name"><input size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required input form-input form_name_input" id="popup_form_name_1" autocomplete="name" aria-required="true" aria-invalid="false" value="" type="text" name="your-name" /></span>
                    </div>
                    <div class="input-wrap">
                        <label for="form_email" class="input-label form-input-label popup-form-input-label">Your email</label><span class="wpcf7-form-control-wrap" data-name="your-email"><input size="40" class="wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email input form-input form_email_input" autocomplete="email" aria-required="true" aria-invalid="false" value="" type="email" name="your-email" /></span>
                    </div>
                    <div class="input-wrap">
                        <label for="form_select" class="input-label form-input-label popup-form-input-label">Subject of your request</label><select id="form_select_MaT4Ikx305i8Ny9O" name="id_type_in_cpm" class="wpcf7-form-control wpcf7-select input form-select default-select-single"><option value="">Select a topic</option><option value="20">Obtaining a residence permit</option><option value="21">Extension of Residence Permit</option><option value="22">Obtaining Slovak Citizenship</option><option value="24">Opening Bank Accounts in Slovakia</option><option value="23">Starting a business</option><option value="25">Legal Services in Slovakia</option><option value="26">Accounting services in Slovakia</option><option value="27">Real estate in Slovakia</option><option value="28">Education in Slovakia</option><option value="29">Other services</option></select>
                    </div>
                    <div class="input-wrap">
                        <label for="popup_form_phone_2" class="input-label form-input-label popup-form-input-label">Your phone</label><span class="wpcf7-form-control-wrap" data-name="your-tel"><input size="40" maxlength="15" minlength="12" class="wpcf7-form-control wpcf7-tel wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-tel input form-input phone_field form_phone_input" id="popup_form_phone_2" autocomplete="tel" aria-required="true" aria-invalid="false" value="" type="tel" name="your-tel" /></span>
                    </div>
                    <button class="btn shine-anim popup-form-btn">
                        <svg xmlns="http://www.w3.org/2000/svg" width="19" height="14" viewBox="0 0 19 14" fill="none">
                            <path d="M17.209 1.90015L6.20898 12.9001L1.20898 7.90015" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
                        </svg>
                        <span>Send</span>
                    </button>

                    <div class="popup-form-caution form-caution">
                            <div class="form__privacy">
                                <div class="form__privacy-item">
<span class="wpcf7-form-control-wrap" data-name="agree1"><span class="wpcf7-form-control wpcf7-checkbox wpcf7-validates-as-required agree1"><span class="wpcf7-list-item first last"><label><input type="checkbox" name="agree1[]" value="I agree with the company&#039;s &#039;privacy policy&#039;" /><span class="wpcf7-list-item-label">I agree with the company&#039;s &#039;privacy policy&#039;</span></label></span></span></span>
                                </div>

                                <div class="form__privacy-item">
<span class="wpcf7-form-control-wrap" data-name="agree2"><span class="wpcf7-form-control wpcf7-checkbox agree2"><span class="wpcf7-list-item first last"><label><input type="checkbox" name="agree2[]" value="I agree to the processing of my personal data by the company" checked="checked" /><span class="wpcf7-list-item-label">I agree to the processing of my personal data by the company</span></label></span></span></span>
                                </div>
                            </div>
                    </div>
                </div>
<input class="m0 gclid_field" type="hidden" id="gclid_field1" name="gclid_field" value="">
<input type="hidden" name="sourcebuster" value="" class="sourcebuster"><div class="wpcf7-response-output" aria-hidden="true"></div>
</form>
</div>
			
			</div>
        </div>
    </div>
</div>
<div class="popup popup-callback-type popup-with-icon mfp-with-anim mfp-hide" id="popup_callback_2">
    <div class="popup-inner">
        <button title="Close (Esc)" type="button" class="mfp-close">×</button>

        <div class="popup-header">
            <div class="popup-icon">
                <svg xmlns="http://www.w3.org/2000/svg" width="30" height="29" viewBox="0 0 30 29" fill="none">
                    <path d="M28.3339 21.06V25.06C28.3354 25.4313 28.2593 25.7989 28.1106 26.1391C27.9618 26.4793 27.7436 26.7848 27.47 27.0358C27.1964 27.2868 26.8733 27.4779 26.5216 27.5969C26.1698 27.7159 25.7971 27.7601 25.4272 27.7266C21.3243 27.2808 17.3832 25.8788 13.9206 23.6333C10.699 21.5862 7.96768 18.8549 5.92056 15.6333C3.6672 12.1549 2.26489 8.19463 1.82723 4.0733C1.79391 3.70459 1.83773 3.33298 1.9559 2.98213C2.07406 2.63128 2.26399 2.30889 2.51358 2.03546C2.76318 1.76204 3.06697 1.54358 3.40562 1.394C3.74426 1.24441 4.11035 1.16698 4.48056 1.16663H8.48056C9.12764 1.16026 9.75495 1.3894 10.2456 1.81134C10.7362 2.23328 11.0567 2.81923 11.1472 3.45997C11.3161 4.74006 11.6292 5.99694 12.0806 7.20663C12.26 7.68387 12.2988 8.20252 12.1924 8.70114C12.0861 9.19976 11.839 9.65745 11.4806 10.02L9.78723 11.7133C11.6853 15.0514 14.4492 17.8152 17.7872 19.7133L19.4806 18.02C19.8431 17.6615 20.3008 17.4144 20.7994 17.3081C21.298 17.2018 21.8167 17.2406 22.2939 17.42C23.5036 17.8714 24.7605 18.1845 26.0406 18.3533C26.6883 18.4447 27.2798 18.7709 27.7026 19.27C28.1254 19.769 28.3501 20.4061 28.3339 21.06Z" stroke="#97C680" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                </svg>
            </div>
            <div class="popup-title">Back call</div>
            <div class="popup-subtitle">Please provide your contact information and the manager will contact you shortly:</div>
        </div>

        <div class="popup-body">
			<div class="popup-form">
				
<div class="wpcf7 no-js" id="wpcf7-f364-o4" lang="en-GB" dir="ltr">
<div class="screen-reader-response"><p role="status" aria-live="polite" aria-atomic="true"></p> <ul></ul></div>
<form action="/en/#wpcf7-f364-o4" method="post" class="wpcf7-form init" aria-label="Contact form" novalidate="novalidate" data-status="init">
<div style="display: none;">
<input type="hidden" name="_wpcf7" value="364" />
<input type="hidden" name="_wpcf7_version" value="5.9.3" />
<input type="hidden" name="_wpcf7_locale" value="en_GB" />
<input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f364-o4" />
<input type="hidden" name="_wpcf7_container_post" value="0" />
<input type="hidden" name="_wpcf7_posted_data_hash" value="" />
<input type="hidden" name="gclid" value="" />
<input type="hidden" name="utm_source" value="direct" />
<input type="hidden" name="utm_medium" value="none" />
<input type="hidden" name="utm_campaign" value="none" />
<input type="hidden" name="utm_term" value="none" />
<input type="hidden" name="utm_content" value="none" />
<input type="hidden" name="ga_client_id_save" value="none" />
<input type="hidden" name="ga_session_id_save" value="none" />
<input type="hidden" name="_wpcf7_recaptcha_response" value="" />
</div>
<div class="popup-form-inner">
                    <div class="input-wrap">
                        <label for="popup_form_name_1" class="input-label form-input-label popup-form-input-label">Как к вам обращаться?</label><span class="wpcf7-form-control-wrap" data-name="your-name"><input size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required input form-input form_name_input" autocomplete="name" aria-required="true" aria-invalid="false" value="" type="text" name="your-name" /></span>
                    </div>
                    <div class="input-wrap">
                        <label for="form_email" class="input-label form-input-label popup-form-input-label">Ваш email</label><span class="wpcf7-form-control-wrap" data-name="your-email"><input size="40" class="wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email input form-input form_email_input" autocomplete="email" aria-required="true" aria-invalid="false" value="" type="email" name="your-email" /></span>
                    </div>
                    <div class="input-wrap">
                        <label for="form_select" class="input-label form-input-label popup-form-input-label">Тема вашего обращения</label><select id="form_select_eTBJtoZ57QqpMKRH" name="id_type_in_cpm" class="wpcf7-form-control wpcf7-select input form-select default-select-single"><option value="">Select a topic</option><option value="20">Obtaining a residence permit</option><option value="21">Extension of Residence Permit</option><option value="22">Obtaining Slovak Citizenship</option><option value="24">Opening Bank Accounts in Slovakia</option><option value="23">Starting a business</option><option value="25">Legal Services in Slovakia</option><option value="26">Accounting services in Slovakia</option><option value="27">Real estate in Slovakia</option><option value="28">Education in Slovakia</option><option value="29">Other services</option></select>
                    </div>
                    <div class="input-wrap">
                        <label for="popup_form_phone_2" class="input-label form-input-label popup-form-input-label">Введите телефон</label><span class="wpcf7-form-control-wrap" data-name="your-tel"><input size="40" maxlength="15" minlength="12" class="wpcf7-form-control wpcf7-tel wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-tel input form-input phone_field form_phone_input" autocomplete="tel" aria-required="true" aria-invalid="false" value="" type="tel" name="your-tel" /></span>
                    </div>
                    <button class="btn shine-anim popup-form-btn">
                        <svg xmlns="http://www.w3.org/2000/svg" width="19" height="14" viewBox="0 0 19 14" fill="none">
                            <path d="M17.209 1.90015L6.20898 12.9001L1.20898 7.90015" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
                        </svg>
                        <span>Отправить заявку</span>
                    </button>

                    <div class="popup-form-caution form-caution">
                            <div class="form__privacy">
                                <div class="form__privacy-item">
<span class="wpcf7-form-control-wrap" data-name="agree1"><span class="wpcf7-form-control wpcf7-checkbox wpcf7-validates-as-required agree1"><span class="wpcf7-list-item first last"><label><input type="checkbox" name="agree1[]" value="Я согласен с &#039;политикой конфиденциальности&#039; компании" /><span class="wpcf7-list-item-label">Я согласен с &#039;политикой конфиденциальности&#039; компании</span></label></span></span></span>
                                </div>

                                <div class="form__privacy-item">
<span class="wpcf7-form-control-wrap" data-name="agree2"><span class="wpcf7-form-control wpcf7-checkbox agree2"><span class="wpcf7-list-item first last"><label><input type="checkbox" name="agree2[]" value="Я согласен с обработкой компанией моих персональных данных" checked="checked" /><span class="wpcf7-list-item-label">Я согласен с обработкой компанией моих персональных данных</span></label></span></span></span>
                                </div>
                            </div>
                    </div>
                </div>
<input class="m0 gclid_field" type="hidden" id="gclid_field1" name="gclid_field" value="">
<input type="hidden" name="sourcebuster" value="" class="sourcebuster"><div class="wpcf7-response-output" aria-hidden="true"></div>
</form>
</div>
			</div>
        </div>
    </div>
</div>

<div class="popup popup-question-type popup-with-icon mfp-with-anim mfp-hide" id="popup_question">
    <div class="popup-inner tac">
        <button title="Close (Esc)" type="button" class="mfp-close">×</button>

        <div class="popup-header">
            <div class="popup-icon">
                <svg width="27" height="28" viewBox="0 0 27 28" fill="none" xmlns="http://www.w3.org/2000/svg">
                    <path d="M11.1908 8.83631C11.4257 8.16848 11.8894 7.60534 12.4997 7.24663C13.1101 6.88793 13.8277 6.7568 14.5254 6.87649C15.2232 6.99617 15.8561 7.35894 16.312 7.90054C16.7679 8.44214 17.0175 9.12762 17.0164 9.83557C17.0164 11.8341 14.0186 12.8333 14.0186 12.8333M14.0573 16.8333H14.0706M11.0574 23.1L13.0041 25.6956C13.2936 26.0815 13.4383 26.2745 13.6158 26.3436C13.7712 26.404 13.9436 26.404 14.0991 26.3436C14.2765 26.2745 14.4213 26.0815 14.7108 25.6956L16.6574 23.1C17.0483 22.5788 17.2437 22.3183 17.4821 22.1193C17.7999 21.8541 18.1752 21.6664 18.5781 21.5713C18.8803 21.5 19.206 21.5 19.8574 21.5C21.7212 21.5 22.6531 21.5 23.3882 21.1955C24.3683 20.7895 25.147 20.0108 25.5529 19.0307C25.8574 18.2956 25.8574 17.3638 25.8574 15.5V7.9C25.8574 5.65979 25.8574 4.53968 25.4214 3.68404C25.038 2.93139 24.426 2.31947 23.6734 1.93597C22.8177 1.5 21.6976 1.5 19.4574 1.5H8.25742C6.01721 1.5 4.89711 1.5 4.04146 1.93597C3.28881 2.31947 2.67689 2.93139 2.2934 3.68404C1.85742 4.53968 1.85742 5.65979 1.85742 7.9V15.5C1.85742 17.3638 1.85742 18.2956 2.1619 19.0307C2.56788 20.0108 3.34658 20.7895 4.32669 21.1955C5.06177 21.5 5.99366 21.5 7.85742 21.5C8.50886 21.5 8.83458 21.5 9.13676 21.5713C9.53968 21.6664 9.91491 21.8541 10.2327 22.1193C10.4711 22.3183 10.6666 22.5788 11.0574 23.1Z" stroke="#97C680" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                </svg>
            </div>
            <div class="popup-title">Ask your question to a specialist</div>
        </div>

        <div class="popup-body">
			<div class="popup-form">
				
<div class="wpcf7 no-js" id="wpcf7-f9022-o5" lang="en-GB" dir="ltr">
<div class="screen-reader-response"><p role="status" aria-live="polite" aria-atomic="true"></p> <ul></ul></div>
<form action="/en/#wpcf7-f9022-o5" method="post" class="wpcf7-form init" aria-label="Contact form" novalidate="novalidate" data-status="init">
<div style="display: none;">
<input type="hidden" name="_wpcf7" value="9022" />
<input type="hidden" name="_wpcf7_version" value="5.9.3" />
<input type="hidden" name="_wpcf7_locale" value="en_GB" />
<input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f9022-o5" />
<input type="hidden" name="_wpcf7_container_post" value="0" />
<input type="hidden" name="_wpcf7_posted_data_hash" value="" />
<input type="hidden" name="gclid" value="" />
<input type="hidden" name="utm_source" value="direct" />
<input type="hidden" name="utm_medium" value="none" />
<input type="hidden" name="utm_campaign" value="none" />
<input type="hidden" name="utm_term" value="none" />
<input type="hidden" name="utm_content" value="none" />
<input type="hidden" name="ga_client_id_save" value="none" />
<input type="hidden" name="ga_session_id_save" value="none" />
<input type="hidden" name="_wpcf7_recaptcha_response" value="" />
</div>
<div class="popup-form-inner tac">
	<div class="input-wrap">
		<label for="popup_form_name_1" class="input-label form-input-label popup-form-input-label">Your name</label><span class="wpcf7-form-control-wrap" data-name="your-name"><input size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required input form-input form_name_input" autocomplete="name" aria-required="true" aria-invalid="false" value="" type="text" name="your-name" /></span>
	</div>
	<div class="input-wrap">
			<label for="form_email" class="input-label form-input-label">Your E-mail</label>
<span class="wpcf7-form-control-wrap" data-name="your-email"><input size="40" class="wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email input form-input form_email_input" autocomplete="email" aria-required="true" aria-invalid="false" value="" type="email" name="your-email" /></span>
		</div>
	<div class="input-wrap">
		<label for="popup_question_textarea" class="input-label form-input-label popup-form-input-label">Your question</label><span class="wpcf7-form-control-wrap" data-name="textarea-text"><textarea cols="40" rows="10" class="wpcf7-form-control wpcf7-textarea wpcf7-validates-as-required textarea input form-input form-textarea" id="popup_question_textarea" autocomplete="name" aria-required="true" aria-invalid="false" name="textarea-text"></textarea></span>
	</div>
	<button class="btn shine-anim popup-form-btn">
		<svg xmlns="http://www.w3.org/2000/svg" width="19" height="14" viewBox="0 0 19 14" fill="none">
			<path d="M17.209 1.90015L6.20898 12.9001L1.20898 7.90015" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
		</svg>
		<span>Send</span>
	</button>
	<div class="popup-form-caution form-caution">
                            <div class="form__privacy">
                                <div class="form__privacy-item">
<span class="wpcf7-form-control-wrap" data-name="agree1"><span class="wpcf7-form-control wpcf7-checkbox wpcf7-validates-as-required agree1"><span class="wpcf7-list-item first last"><label><input type="checkbox" name="agree1[]" value="I agree with the company&#039;s &#039;privacy policy&#039;" /><span class="wpcf7-list-item-label">I agree with the company&#039;s &#039;privacy policy&#039;</span></label></span></span></span>
                                </div>

                                <div class="form__privacy-item">
<span class="wpcf7-form-control-wrap" data-name="agree2"><span class="wpcf7-form-control wpcf7-checkbox agree2"><span class="wpcf7-list-item first last"><label><input type="checkbox" name="agree2[]" value="I agree to the processing of my personal data by the company" checked="checked" /><span class="wpcf7-list-item-label">I agree to the processing of my personal data by the company</span></label></span></span></span>
                                </div>
                            </div>
	</div>
</div>
<input class="m0 gclid_field" type="hidden" id="gclid_field1" name="gclid_field" value="">
<input type="hidden" name="sourcebuster" value="" class="sourcebuster"><div class="wpcf7-response-output" aria-hidden="true"></div>
</form>
</div>
			</div>
        </div>
    </div>
</div>


<div class="popup popup-payment-type mfp-with-anim mfp-hide" id="popup_payment">
    <div class="popup-inner">
        <button title="Close (Esc)" type="button" class="mfp-close">×</button>
        <div class="popup-header">
			<div class="popup-title">How to Buy</div>
			<div class="popup-subtitle">Payment for property purchased from the developer can be made in several ways:</div>
        </div>
        <div class="popup-body">
            <div class="popup__payment">
				<div class="popup__payment__row">
					<div class="popup__payment__row-title">Full Payment:</div>
					<div class="popup__payment__row-subtitle">The client pays the full cost of the property in one lump sum payment.</div>
					<div class="popup__payment__row-main">
						<div class="popup__payment__row__item">
							<div class="popup__payment__row__item-icon">
                                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 25 25" fill="none">
                                    <path d="M8 11.5278H5.1C4.53995 11.5278 4.25992 11.5278 4.04601 11.6368C3.85785 11.7327 3.70487 11.8857 3.60899 12.0738C3.5 12.2878 3.5 12.5678 3.5 13.1278V21.5278M17 11.5278H19.9C20.4601 11.5278 20.7401 11.5278 20.954 11.6368C21.1422 11.7327 21.2951 11.8857 21.391 12.0738C21.5 12.2878 21.5 12.5678 21.5 13.1278V21.5278M17 21.5278V6.72783C17 5.60773 17 5.04767 16.782 4.61985C16.5903 4.24353 16.2843 3.93757 15.908 3.74582C15.4802 3.52783 14.9201 3.52783 13.8 3.52783H11.2C10.0799 3.52783 9.51984 3.52783 9.09202 3.74582C8.71569 3.93757 8.40973 4.24353 8.21799 4.61985C8 5.04767 8 5.60773 8 6.72783V21.5278M22.5 21.5278H2.5M11.5 7.52783H13.5M11.5 11.5278H13.5M11.5 15.5278H13.5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                                </svg>
							</div>
							<div class="popup__payment__row__item-text">Property Selection</div>
						</div>
						<svg class="popup__payment__row__item-arrow" xmlns="http://www.w3.org/2000/svg" width="100" height="6" viewBox="0 0 100 6" fill="none">
							<path d="M0 3.09937L5 5.98612V0.212614L0 3.09937ZM5.76923 3.59937H9.61539V2.59937H5.76923V3.59937ZM13.4615 3.59937H17.3077V2.59937H13.4615V3.59937ZM21.1538 3.59937H25V2.59937H21.1538V3.59937ZM28.8462 3.59937H32.6923V2.59937H28.8462V3.59937ZM36.5385 3.59937H40.3846V2.59937H36.5385V3.59937ZM44.2308 3.59937H48.0769V2.59937H44.2308V3.59937ZM51.9231 3.59937H55.7692V2.59937H51.9231V3.59937ZM59.6154 3.59937H63.4615V2.59937H59.6154V3.59937ZM67.3077 3.59937H71.1538V2.59937H67.3077V3.59937ZM75 3.59937H78.8461V2.59937H75V3.59937ZM82.6923 3.59937H86.5385V2.59937H82.6923V3.59937ZM90.3846 3.59937H94.2308V2.59937H90.3846V3.59937ZM98.0769 3.59937H100V2.59937H98.0769V3.59937Z" fill="#040048"/>
						</svg>
						<div class="popup__payment__row__item">
							<div class="popup__payment__row__item-icon">
                                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 25 25" fill="none">
                                    <path d="M14.5 9.09936H12C11.1716 9.09936 10.5 9.77094 10.5 10.5994C10.5 11.4278 11.1716 12.0994 12 12.0994H13C13.8284 12.0994 14.5 12.7709 14.5 13.5994C14.5 14.4278 13.8284 15.0994 13 15.0994H10.5M12.5 8.09936V9.09936M12.5 15.0994V16.0994M18.5 12.0994H18.51M6.5 12.0994H6.51M2.5 8.29937L2.5 15.8994C2.5 17.0195 2.5 17.5795 2.71799 18.0073C2.90973 18.3837 3.21569 18.6896 3.59202 18.8814C4.01984 19.0994 4.57989 19.0994 5.7 19.0994L19.3 19.0994C20.4201 19.0994 20.9802 19.0994 21.408 18.8814C21.7843 18.6896 22.0903 18.3837 22.282 18.0073C22.5 17.5795 22.5 17.0195 22.5 15.8994V8.29937C22.5 7.17926 22.5 6.61921 22.282 6.19139C22.0903 5.81506 21.7843 5.5091 21.408 5.31735C20.9802 5.09937 20.4201 5.09937 19.3 5.09937L5.7 5.09937C4.5799 5.09937 4.01984 5.09937 3.59202 5.31735C3.2157 5.5091 2.90973 5.81506 2.71799 6.19138C2.5 6.61921 2.5 7.17926 2.5 8.29937ZM19 12.0994C19 12.3755 18.7761 12.5994 18.5 12.5994C18.2239 12.5994 18 12.3755 18 12.0994C18 11.8232 18.2239 11.5994 18.5 11.5994C18.7761 11.5994 19 11.8232 19 12.0994ZM7 12.0994C7 12.3755 6.77614 12.5994 6.5 12.5994C6.22386 12.5994 6 12.3755 6 12.0994C6 11.8232 6.22386 11.5994 6.5 11.5994C6.77614 11.5994 7 11.8232 7 12.0994Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
                                </svg>
							</div>
							<div class="popup__payment__row__item-text">Full Payment</div>
						</div>
						<svg class="popup__payment__row__item-arrow" xmlns="http://www.w3.org/2000/svg" width="100" height="6" viewBox="0 0 100 6" fill="none">
							<path d="M0 3.09937L5 5.98612V0.212614L0 3.09937ZM5.76923 3.59937H9.61539V2.59937H5.76923V3.59937ZM13.4615 3.59937H17.3077V2.59937H13.4615V3.59937ZM21.1538 3.59937H25V2.59937H21.1538V3.59937ZM28.8462 3.59937H32.6923V2.59937H28.8462V3.59937ZM36.5385 3.59937H40.3846V2.59937H36.5385V3.59937ZM44.2308 3.59937H48.0769V2.59937H44.2308V3.59937ZM51.9231 3.59937H55.7692V2.59937H51.9231V3.59937ZM59.6154 3.59937H63.4615V2.59937H59.6154V3.59937ZM67.3077 3.59937H71.1538V2.59937H67.3077V3.59937ZM75 3.59937H78.8461V2.59937H75V3.59937ZM82.6923 3.59937H86.5385V2.59937H82.6923V3.59937ZM90.3846 3.59937H94.2308V2.59937H90.3846V3.59937ZM98.0769 3.59937H100V2.59937H98.0769V3.59937Z" fill="#040048"/>
						</svg>
						<div class="popup__payment__row__item">
							<div class="popup__payment__row__item-icon">
<!--                                                                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 122.88 92.65">-->
<!--                                                                    <g><path style="fill-rule:evenodd;clip-rule:evenodd;" fill="white" d="M0,39.37h24.83v44.18H0V39.37L0,39.37z M81.73,0c12.2,0,22.11,9.89,22.11,22.11c0,12.2-9.89,22.11-22.11,22.11 c-12.2,0-22.11-9.89-22.11-22.11C59.63,9.91,69.52,0,81.73,0L81.73,0z M84.34,27.57c0-0.83-0.2-1.48-0.61-1.95 c-0.41-0.47-1.13-0.92-2.16-1.33c-1.02-0.42-1.97-0.84-2.84-1.27c-0.87-0.43-1.62-0.93-2.25-1.5c-0.63-0.56-1.11-1.22-1.45-1.96 c-0.33-0.74-0.5-1.64-0.5-2.7c0-1.77,0.6-3.23,1.79-4.37c1.19-1.15,2.78-1.82,4.77-2V8.1h2.5v2.44c1.91,0.28,3.42,1.07,4.51,2.36 c1.09,1.29,1.65,2.93,1.65,4.92h-5.31c0-1.09-0.21-1.92-0.63-2.51c-0.42-0.58-1.01-0.88-1.79-0.88c-0.69,0-1.23,0.22-1.61,0.65 c-0.38,0.43-0.57,1.03-0.57,1.8c0,0.78,0.22,1.39,0.66,1.84c0.44,0.46,1.15,0.89,2.12,1.31c0.98,0.41,1.89,0.84,2.76,1.29 c0.86,0.45,1.61,0.95,2.24,1.51c0.63,0.57,1.12,1.23,1.47,1.98c0.36,0.75,0.54,1.66,0.54,2.71c0,1.79-0.57,3.25-1.7,4.38 c-1.14,1.13-2.68,1.79-4.64,1.98v2.22h-2.49v-2.24c-2.28-0.24-4.04-1.02-5.25-2.35c-1.22-1.32-1.83-3.07-1.83-5.24H79 c0,1.2,0.26,2.1,0.79,2.73c0.52,0.62,1.28,0.93,2.25,0.93c0.71,0,1.27-0.21,1.68-0.64C84.13,28.89,84.34,28.3,84.34,27.57 L84.34,27.57L84.34,27.57z M29.83,79.84V42.91h16.61c7.04,1.26,14.08,5.08,21.12,9.51h12.9c5.84,0.35,8.9,6.27,3.22,10.16 c-4.52,3.32-10.49,3.13-16.61,2.58c-4.22-0.21-4.4,5.46,0,5.48c1.53,0.12,3.19-0.24,4.64-0.24c7.64-0.01,13.92-1.47,17.77-7.5 l1.93-4.51l19.19-9.51c9.6-3.16,16.42,6.88,9.35,13.87c-13.9,10.11-28.15,18.43-42.73,25.15c-10.59,6.44-21.18,6.22-31.76,0 L29.83,79.84L29.83,79.84z"></path></g>-->
<!--                                                                </svg>-->
<!--                                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 122.88 111.2">-->
<!--                                    <g><path fill="white" d="M84.36,0L50.83,32.84l8.18,4.3l25.13-26.39l25.57,26.39l8.18-4.3L84.36,0L84.36,0z M0,66.75l35.32-1.86 l1.57,39.45l-35.32,1.85L0,66.75L0,66.75z M41.22,100.86l-1.31-32.97l14.83-0.59c6.33,0.88,12.76,4.04,19.2,7.75l11.52-0.46 c5.23,0.11,8.17,5.28,3.24,8.96c-3.92,3.12-9.26,3.17-14.74,2.89c-3.77-0.04-3.74,5.03,0.19,4.9c1.37,0.05,2.84-0.33,4.14-0.38 c6.82-0.28,12.38-1.8,15.6-7.33l1.57-4.1l16.8-9.18c8.46-3.16,14.16,4.81,8.09,11.3c-12.05,9.52-23.74,18.21-36.51,24.73 c-9.23,6.13-18.69,6.31-28.37,1.13L41.22,100.86L41.22,100.86z M60.8,38L60.8,38l23.59-23.6L107.91,38h0v23.16H90.73V44.8h-12.9 v16.36l-17.04,0V38L60.8,38z"></path></g>-->
<!--                                </svg>-->
                                <svg xmlns="http://www.w3.org/2000/svg" fill="#ffffff" viewBox="0 0 24 24">
                                    <path d="M2,21h8a1,1,0,0,0,0-2H3.071A7.011,7.011,0,0,1,10,13a5.044,5.044,0,1,0-3.377-1.337A9.01,9.01,0,0,0,1,20,1,1,0,0,0,2,21ZM10,5A3,3,0,1,1,7,8,3,3,0,0,1,10,5Zm13,8.5v5a.5.5,0,0,1-.5.5h-1v2L19,19H14.5a.5.5,0,0,1-.5-.5v-5a.5.5,0,0,1,.5-.5h8A.5.5,0,0,1,23,13.5Z"></path>
                                </svg>
							</div>
							<div class="popup__payment__row__item-text">Transfer of Property Rights</div>
						</div>
						<div class="popup__payment__row__item">
							<div class="popup__payment__row__item-icon">
                                <svg width="100px" height="100px" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
                                    <path d="M18,22H6a3.00328,3.00328,0,0,1-3-3V9a.999.999,0,0,1,.3999-.7998l8-6a.99757.99757,0,0,1,1.2002,0L19,7V6a1,1,0,0,1,2,0V9a.99982.99982,0,0,1-1.6001.7998L12,4.25,5,9.5V19a1.001,1.001,0,0,0,1,1H18a1.001,1.001,0,0,0,1-1V14a1,1,0,0,1,2,0v5A3.00328,3.00328,0,0,1,18,22Z" style="fill:white"/>
                                    <path d="M9.17139,17.85723a1,1,0,0,1-.707-1.707L14.12158,10.493A.99989.99989,0,0,1,15.53564,11.907L9.87842,17.56426A.99676.99676,0,0,1,9.17139,17.85723Z" style="fill:white"/>
                                    <circle cx="9" cy="11" r="1" style="fill:white"/>
                                    <circle cx="15" cy="17" r="1" style="fill:white"/>
                                </svg>
							</div>
							<div class="popup__payment__row__item-text">Preliminary mortgage planning based on socio-economic status.</div>
						</div>
					</div>
					<div class="popup__payment__row-subtext">You do not need to be a citizen or have a residence permit in the country; anyone interested can purchase property.</div>
				</div>
                <div class="popup__payment__row">
					<div class="popup__payment__row-title">Mortgage for Živnost Owners and Residents of Slovakia</div>
					<div class="popup__payment__row-subtitle">If you have a Živnost and a business residence permit, you can obtain a mortgage after 1.6 years from the date of registration, provided you show the corresponding profit for the tax year. Please note: your contributions to social and health insurance may increase significantly. Contact a consultant for guidance.</div>
                    <div class="popup__payment__row-main">
						<div class="popup__payment__row__item">
							<div class="popup__payment__row__item-icon">
                                <svg xmlns="http://www.w3.org/2000/svg" fill="white" width="128px" height="128px" version="1.1" viewBox="144 144 512 512">
                                    <g fill-rule="evenodd">
                                        <path d="m451.17 323.98c-5.0078-1.7695-10.328-2.6992-15.742-2.6992h-70.848c-12.523 0-24.535 4.9766-33.402 13.832-8.8555 8.8633-13.832 20.875-13.832 33.402v49.934c-5.0078-1.7695-10.328-2.6992-15.742-2.6992h-51.168c-12.523 0-24.535 4.9766-33.402 13.832-8.8555 8.8633-13.832 20.875-13.832 33.402v125.95h-7.8711c-8.6914 0-15.742 7.0547-15.742 15.742 0 8.6914 7.0547 15.742 15.742 15.742h409.34c8.6914 0 15.742-7.0547 15.742-15.742 0-8.6914-7.0547-15.742-15.742-15.742h-7.8711v-299.14c0-12.523-4.9766-24.535-13.832-33.402-8.8633-8.8555-20.875-13.832-33.402-13.832h-51.168c-12.523 0-24.535 4.9766-33.402 13.832-8.8555 8.8633-13.832 20.875-13.832 33.402v34.188zm-133.82 264.95v-125.95c0-4.1719-1.6602-8.1797-4.6133-11.133s-6.957-4.6133-11.133-4.6133h-51.168c-4.1719 0-8.1797 1.6602-11.133 4.6133s-4.6133 6.957-4.6133 11.133v125.95zm133.82 0v-220.42c0-4.1719-1.6602-8.1797-4.6133-11.133-2.9531-2.9531-6.957-4.6133-11.133-4.6133h-70.848c-4.1719 0-8.1797 1.6602-11.133 4.6133s-4.6133 6.957-4.6133 11.133v220.42zm31.488 0h77.973l-77.973-36.203zm0-70.918 82.656 38.375v-20.387l-82.656-38.375zm0-55.105 82.656 38.375v-20.387l-82.656-38.375zm0-55.105 82.656 38.375v-24.324l-82.656-38.375zm0-59.039 82.656 38.375v-22.355l-82.656-38.375zm9.9492-73.609c-1.9844 0.78906-3.8008 1.9766-5.3359 3.5117-2.9531 2.9531-4.6133 6.957-4.6133 11.133v1.8984l82.656 38.375v-21.16l-72.707-33.754z"/>
                                        <path d="m318.09 231.35-133.89 133.9c-6.1484 6.1406-6.1484 16.121 0 22.262 6.1406 6.1484 16.121 6.1484 22.262 0l133.9-133.89-6.7461 20.223c-2.7461 8.2422 1.7148 17.168 9.957 19.918 8.2422 2.7461 17.168-1.7148 19.918-9.957l27.828-83.5c1.8906-5.6523 0.41797-11.895-3.8008-16.105-4.2109-4.2188-10.453-5.6914-16.105-3.8008l-83.5 27.828c-8.2422 2.7461-12.707 11.676-9.957 19.918 2.7461 8.2422 11.676 12.707 19.918 9.957l20.223-6.7461z"/>
                                    </g>
                                </svg>
							</div>
							<div class="popup__payment__row__item-text">Preliminary Mortgage Amount Planning</div>
						</div>

						<svg class="popup__payment__row__item-arrow" xmlns="http://www.w3.org/2000/svg" width="100" height="6" viewBox="0 0 100 6" fill="none">
							<path d="M0 3.09937L5 5.98612V0.212614L0 3.09937ZM5.76923 3.59937H9.61539V2.59937H5.76923V3.59937ZM13.4615 3.59937H17.3077V2.59937H13.4615V3.59937ZM21.1538 3.59937H25V2.59937H21.1538V3.59937ZM28.8462 3.59937H32.6923V2.59937H28.8462V3.59937ZM36.5385 3.59937H40.3846V2.59937H36.5385V3.59937ZM44.2308 3.59937H48.0769V2.59937H44.2308V3.59937ZM51.9231 3.59937H55.7692V2.59937H51.9231V3.59937ZM59.6154 3.59937H63.4615V2.59937H59.6154V3.59937ZM67.3077 3.59937H71.1538V2.59937H67.3077V3.59937ZM75 3.59937H78.8461V2.59937H75V3.59937ZM82.6923 3.59937H86.5385V2.59937H82.6923V3.59937ZM90.3846 3.59937H94.2308V2.59937H90.3846V3.59937ZM98.0769 3.59937H100V2.59937H98.0769V3.59937Z" fill="#040048"/>
						</svg>

						<div class="popup__payment__row__item">
							<div class="popup__payment__row__item-icon">
                                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 25 25" fill="none">
                                    <path d="M20.5 21.0994C20.5 19.7038 20.5 19.006 20.3278 18.4382C19.94 17.1598 18.9395 16.1594 17.6611 15.7716C17.0933 15.5994 16.3956 15.5994 15 15.5994H10C8.60444 15.5994 7.90665 15.5994 7.33886 15.7716C6.06045 16.1594 5.06004 17.1598 4.67224 18.4382C4.5 19.006 4.5 19.7038 4.5 21.0994M17 7.59937C17 10.0846 14.9853 12.0994 12.5 12.0994C10.0147 12.0994 8 10.0846 8 7.59937C8 5.11408 10.0147 3.09937 12.5 3.09937C14.9853 3.09937 17 5.11408 17 7.59937Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                                </svg>
							</div>
							<div class="popup__payment__row__item-text">Assessment of Opportunities According to Socio-Economic Status and Your Income</div>
						</div>

						<svg class="popup__payment__row__item-arrow" xmlns="http://www.w3.org/2000/svg" width="100" height="6" viewBox="0 0 100 6" fill="none">
							<path d="M0 3.09937L5 5.98612V0.212614L0 3.09937ZM5.76923 3.59937H9.61539V2.59937H5.76923V3.59937ZM13.4615 3.59937H17.3077V2.59937H13.4615V3.59937ZM21.1538 3.59937H25V2.59937H21.1538V3.59937ZM28.8462 3.59937H32.6923V2.59937H28.8462V3.59937ZM36.5385 3.59937H40.3846V2.59937H36.5385V3.59937ZM44.2308 3.59937H48.0769V2.59937H44.2308V3.59937ZM51.9231 3.59937H55.7692V2.59937H51.9231V3.59937ZM59.6154 3.59937H63.4615V2.59937H59.6154V3.59937ZM67.3077 3.59937H71.1538V2.59937H67.3077V3.59937ZM75 3.59937H78.8461V2.59937H75V3.59937ZM82.6923 3.59937H86.5385V2.59937H82.6923V3.59937ZM90.3846 3.59937H94.2308V2.59937H90.3846V3.59937ZM98.0769 3.59937H100V2.59937H98.0769V3.59937Z" fill="#040048"/>
						</svg>

						<div class="popup__payment__row__item">
							<div class="popup__payment__row__item-icon">
                                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 25 25" fill="none">
                                    <path d="M8 11.5278H5.1C4.53995 11.5278 4.25992 11.5278 4.04601 11.6368C3.85785 11.7327 3.70487 11.8857 3.60899 12.0738C3.5 12.2878 3.5 12.5678 3.5 13.1278V21.5278M17 11.5278H19.9C20.4601 11.5278 20.7401 11.5278 20.954 11.6368C21.1422 11.7327 21.2951 11.8857 21.391 12.0738C21.5 12.2878 21.5 12.5678 21.5 13.1278V21.5278M17 21.5278V6.72783C17 5.60773 17 5.04767 16.782 4.61985C16.5903 4.24353 16.2843 3.93757 15.908 3.74582C15.4802 3.52783 14.9201 3.52783 13.8 3.52783H11.2C10.0799 3.52783 9.51984 3.52783 9.09202 3.74582C8.71569 3.93757 8.40973 4.24353 8.21799 4.61985C8 5.04767 8 5.60773 8 6.72783V21.5278M22.5 21.5278H2.5M11.5 7.52783H13.5M11.5 11.5278H13.5M11.5 15.5278H13.5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                                </svg>
							</div>
							<div class="popup__payment__row__item-text">Property Selection</div>
						</div>

                        <svg class="popup__payment__row__item-arrow" xmlns="http://www.w3.org/2000/svg" width="100" height="6" viewBox="0 0 100 6" fill="none">
                            <path d="M0 3.09937L5 5.98612V0.212614L0 3.09937ZM5.76923 3.59937H9.61539V2.59937H5.76923V3.59937ZM13.4615 3.59937H17.3077V2.59937H13.4615V3.59937ZM21.1538 3.59937H25V2.59937H21.1538V3.59937ZM28.8462 3.59937H32.6923V2.59937H28.8462V3.59937ZM36.5385 3.59937H40.3846V2.59937H36.5385V3.59937ZM44.2308 3.59937H48.0769V2.59937H44.2308V3.59937ZM51.9231 3.59937H55.7692V2.59937H51.9231V3.59937ZM59.6154 3.59937H63.4615V2.59937H59.6154V3.59937ZM67.3077 3.59937H71.1538V2.59937H67.3077V3.59937ZM75 3.59937H78.8461V2.59937H75V3.59937ZM82.6923 3.59937H86.5385V2.59937H82.6923V3.59937ZM90.3846 3.59937H94.2308V2.59937H90.3846V3.59937ZM98.0769 3.59937H100V2.59937H98.0769V3.59937Z" fill="#040048"/>
                        </svg>

                        <div class="popup__payment__row__item">
                            <div class="popup__payment__row__item-icon">
                                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 25 25" fill="none">
                                    <path d="M5.54395 9.52785V17.5279M10.0439 9.52785V17.5279M15.0439 9.52785V17.5279M19.5439 9.52785V17.5279M3.54395 19.1279L3.54395 19.9279C3.54395 20.4879 3.54395 20.7679 3.65294 20.9818C3.74881 21.17 3.90179 21.323 4.08995 21.4189C4.30387 21.5279 4.58389 21.5279 5.14395 21.5279H19.9439C20.504 21.5279 20.784 21.5279 20.9979 21.4189C21.1861 21.323 21.3391 21.17 21.435 20.9818C21.5439 20.7679 21.5439 20.4879 21.5439 19.9279V19.1279C21.5439 18.5678 21.5439 18.2878 21.435 18.0739C21.3391 17.8857 21.1861 17.7327 20.9979 17.6368C20.784 17.5279 20.504 17.5279 19.9439 17.5279H5.14395C4.58389 17.5279 4.30387 17.5279 4.08995 17.6368C3.90179 17.7327 3.74881 17.8857 3.65294 18.0739C3.54395 18.2878 3.54395 18.5678 3.54395 19.1279ZM12.1969 3.60498L4.79686 5.24943C4.3498 5.34877 4.12627 5.39845 3.95941 5.51866C3.81224 5.62468 3.69667 5.76875 3.62509 5.93542C3.54395 6.12438 3.54395 6.35336 3.54395 6.81133L3.54395 7.92785C3.54395 8.4879 3.54395 8.76793 3.65294 8.98184C3.74881 9.17 3.90179 9.32298 4.08995 9.41886C4.30387 9.52785 4.58389 9.52785 5.14395 9.52785H19.9439C20.504 9.52785 20.784 9.52785 20.9979 9.41886C21.1861 9.32298 21.3391 9.17 21.435 8.98184C21.5439 8.76793 21.5439 8.4879 21.5439 7.92785V6.81133C21.5439 6.35336 21.5439 6.12438 21.4628 5.93542C21.3912 5.76875 21.2757 5.62469 21.1285 5.51866C20.9616 5.39845 20.7381 5.34877 20.291 5.24943L12.891 3.60498C12.7615 3.5762 12.6967 3.56181 12.6313 3.55607C12.5732 3.55097 12.5147 3.55097 12.4566 3.55607C12.3911 3.56181 12.3264 3.5762 12.1969 3.60498Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                                </svg>
                            </div>
                            <div class="popup__payment__row__item-text">Preliminary Approval from the Bank</div>
                        </div>

                        <svg class="popup__payment__row__item-arrow" xmlns="http://www.w3.org/2000/svg" width="100" height="6" viewBox="0 0 100 6" fill="none">
                            <path d="M0 3.09937L5 5.98612V0.212614L0 3.09937ZM5.76923 3.59937H9.61539V2.59937H5.76923V3.59937ZM13.4615 3.59937H17.3077V2.59937H13.4615V3.59937ZM21.1538 3.59937H25V2.59937H21.1538V3.59937ZM28.8462 3.59937H32.6923V2.59937H28.8462V3.59937ZM36.5385 3.59937H40.3846V2.59937H36.5385V3.59937ZM44.2308 3.59937H48.0769V2.59937H44.2308V3.59937ZM51.9231 3.59937H55.7692V2.59937H51.9231V3.59937ZM59.6154 3.59937H63.4615V2.59937H59.6154V3.59937ZM67.3077 3.59937H71.1538V2.59937H67.3077V3.59937ZM75 3.59937H78.8461V2.59937H75V3.59937ZM82.6923 3.59937H86.5385V2.59937H82.6923V3.59937ZM90.3846 3.59937H94.2308V2.59937H90.3846V3.59937ZM98.0769 3.59937H100V2.59937H98.0769V3.59937Z" fill="#040048"/>
                        </svg>

                        <div class="popup__payment__row__item">
                            <div class="popup__payment__row__item-icon">
                                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 122.88 92.65">
                                    <g><path style="fill-rule:evenodd;clip-rule:evenodd;" fill="white" d="M0,39.37h24.83v44.18H0V39.37L0,39.37z M81.73,0c12.2,0,22.11,9.89,22.11,22.11c0,12.2-9.89,22.11-22.11,22.11 c-12.2,0-22.11-9.89-22.11-22.11C59.63,9.91,69.52,0,81.73,0L81.73,0z M84.34,27.57c0-0.83-0.2-1.48-0.61-1.95 c-0.41-0.47-1.13-0.92-2.16-1.33c-1.02-0.42-1.97-0.84-2.84-1.27c-0.87-0.43-1.62-0.93-2.25-1.5c-0.63-0.56-1.11-1.22-1.45-1.96 c-0.33-0.74-0.5-1.64-0.5-2.7c0-1.77,0.6-3.23,1.79-4.37c1.19-1.15,2.78-1.82,4.77-2V8.1h2.5v2.44c1.91,0.28,3.42,1.07,4.51,2.36 c1.09,1.29,1.65,2.93,1.65,4.92h-5.31c0-1.09-0.21-1.92-0.63-2.51c-0.42-0.58-1.01-0.88-1.79-0.88c-0.69,0-1.23,0.22-1.61,0.65 c-0.38,0.43-0.57,1.03-0.57,1.8c0,0.78,0.22,1.39,0.66,1.84c0.44,0.46,1.15,0.89,2.12,1.31c0.98,0.41,1.89,0.84,2.76,1.29 c0.86,0.45,1.61,0.95,2.24,1.51c0.63,0.57,1.12,1.23,1.47,1.98c0.36,0.75,0.54,1.66,0.54,2.71c0,1.79-0.57,3.25-1.7,4.38 c-1.14,1.13-2.68,1.79-4.64,1.98v2.22h-2.49v-2.24c-2.28-0.24-4.04-1.02-5.25-2.35c-1.22-1.32-1.83-3.07-1.83-5.24H79 c0,1.2,0.26,2.1,0.79,2.73c0.52,0.62,1.28,0.93,2.25,0.93c0.71,0,1.27-0.21,1.68-0.64C84.13,28.89,84.34,28.3,84.34,27.57 L84.34,27.57L84.34,27.57z M29.83,79.84V42.91h16.61c7.04,1.26,14.08,5.08,21.12,9.51h12.9c5.84,0.35,8.9,6.27,3.22,10.16 c-4.52,3.32-10.49,3.13-16.61,2.58c-4.22-0.21-4.4,5.46,0,5.48c1.53,0.12,3.19-0.24,4.64-0.24c7.64-0.01,13.92-1.47,17.77-7.5 l1.93-4.51l19.19-9.51c9.6-3.16,16.42,6.88,9.35,13.87c-13.9,10.11-28.15,18.43-42.73,25.15c-10.59,6.44-21.18,6.22-31.76,0 L29.83,79.84L29.83,79.84z"></path></g>
                                </svg>
                            </div>
                            <div class="popup__payment__row__item-text">Making a Full or Partial Down Payment</div>
                        </div>
						
                        <svg class="popup__payment__row__item-arrow" xmlns="http://www.w3.org/2000/svg" width="100" height="6" viewBox="0 0 100 6" fill="none">
                            <path d="M0 3.09937L5 5.98612V0.212614L0 3.09937ZM5.76923 3.59937H9.61539V2.59937H5.76923V3.59937ZM13.4615 3.59937H17.3077V2.59937H13.4615V3.59937ZM21.1538 3.59937H25V2.59937H21.1538V3.59937ZM28.8462 3.59937H32.6923V2.59937H28.8462V3.59937ZM36.5385 3.59937H40.3846V2.59937H36.5385V3.59937ZM44.2308 3.59937H48.0769V2.59937H44.2308V3.59937ZM51.9231 3.59937H55.7692V2.59937H51.9231V3.59937ZM59.6154 3.59937H63.4615V2.59937H59.6154V3.59937ZM67.3077 3.59937H71.1538V2.59937H67.3077V3.59937ZM75 3.59937H78.8461V2.59937H75V3.59937ZM82.6923 3.59937H86.5385V2.59937H82.6923V3.59937ZM90.3846 3.59937H94.2308V2.59937H90.3846V3.59937ZM98.0769 3.59937H100V2.59937H98.0769V3.59937Z" fill="#040048"/>
                        </svg>

                        <div class="popup__payment__row__item">
                            <div class="popup__payment__row__item-icon">
                                <!-- hand and on top there is a house -->
                                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 122.88 111.2">
                                    <g><path fill="white" d="M84.36,0L50.83,32.84l8.18,4.3l25.13-26.39l25.57,26.39l8.18-4.3L84.36,0L84.36,0z M0,66.75l35.32-1.86 l1.57,39.45l-35.32,1.85L0,66.75L0,66.75z M41.22,100.86l-1.31-32.97l14.83-0.59c6.33,0.88,12.76,4.04,19.2,7.75l11.52-0.46 c5.23,0.11,8.17,5.28,3.24,8.96c-3.92,3.12-9.26,3.17-14.74,2.89c-3.77-0.04-3.74,5.03,0.19,4.9c1.37,0.05,2.84-0.33,4.14-0.38 c6.82-0.28,12.38-1.8,15.6-7.33l1.57-4.1l16.8-9.18c8.46-3.16,14.16,4.81,8.09,11.3c-12.05,9.52-23.74,18.21-36.51,24.73 c-9.23,6.13-18.69,6.31-28.37,1.13L41.22,100.86L41.22,100.86z M60.8,38L60.8,38l23.59-23.6L107.91,38h0v23.16H90.73V44.8h-12.9 v16.36l-17.04,0V38L60.8,38z"></path></g>
                                </svg>
                            </div>
                            <div class="popup__payment__row__item-text">Transfer of Mortgage Funds to the Seller</div>
                        </div>						

                        <svg class="popup__payment__row__item-arrow" xmlns="http://www.w3.org/2000/svg" width="100" height="6" viewBox="0 0 100 6" fill="none">
                            <path d="M0 3.09937L5 5.98612V0.212614L0 3.09937ZM5.76923 3.59937H9.61539V2.59937H5.76923V3.59937ZM13.4615 3.59937H17.3077V2.59937H13.4615V3.59937ZM21.1538 3.59937H25V2.59937H21.1538V3.59937ZM28.8462 3.59937H32.6923V2.59937H28.8462V3.59937ZM36.5385 3.59937H40.3846V2.59937H36.5385V3.59937ZM44.2308 3.59937H48.0769V2.59937H44.2308V3.59937ZM51.9231 3.59937H55.7692V2.59937H51.9231V3.59937ZM59.6154 3.59937H63.4615V2.59937H59.6154V3.59937ZM67.3077 3.59937H71.1538V2.59937H67.3077V3.59937ZM75 3.59937H78.8461V2.59937H75V3.59937ZM82.6923 3.59937H86.5385V2.59937H82.6923V3.59937ZM90.3846 3.59937H94.2308V2.59937H90.3846V3.59937ZM98.0769 3.59937H100V2.59937H98.0769V3.59937Z" fill="#040048"/>
                        </svg>

                        <div class="popup__payment__row__item">
                            <div class="popup__payment__row__item-icon">
                                <svg xmlns="http://www.w3.org/2000/svg" fill="#ffffff" viewBox="0 0 24 24">
                                    <path d="M2,21h8a1,1,0,0,0,0-2H3.071A7.011,7.011,0,0,1,10,13a5.044,5.044,0,1,0-3.377-1.337A9.01,9.01,0,0,0,1,20,1,1,0,0,0,2,21ZM10,5A3,3,0,1,1,7,8,3,3,0,0,1,10,5Zm13,8.5v5a.5.5,0,0,1-.5.5h-1v2L19,19H14.5a.5.5,0,0,1-.5-.5v-5a.5.5,0,0,1,.5-.5h8A.5.5,0,0,1,23,13.5Z"></path>
                                </svg>
                            </div>
                            <div class="popup__payment__row__item-text">Transfer of Property Rights</div>
                        </div>	

                    </div>
                </div>

				<div class="popup__payment__row">
					<div class="popup__payment__row-title">Mortgage for SRO Owners and Residents of Slovakia</div>
					<div class="popup__payment__row-subtitle">If you have an SRO and a business residence permit, you can obtain a mortgage after 1.6 years from the date of registration, showing the corresponding profit for the tax year. The profit calculation for the mortgage for an SRO differs from the calculation for an employee or a Zivnost owner. Contact a consultant.</div>
				</div>

                <div class="popup__payment__row">
                    <div class="popup__payment__row-title">Mortgage for Employees and Residents of Slovakia</div>
                    <div class="popup__payment__row-subtitle">If you have a residence permit for work, after 6 months of employment, showing the corresponding profit, you can also obtain a mortgage. It is necessary to consider income and stability, work experience, and type of employment contract. Contact a consultant.</div>
                    <div class="popup__payment__row-main">
                        <div class="popup__payment__row__item">
                            <div class="popup__payment__row__item-icon">
                                <svg xmlns="http://www.w3.org/2000/svg" fill="white" width="128px" height="128px" version="1.1" viewBox="144 144 512 512">
                                    <g fill-rule="evenodd">
                                        <path d="m451.17 323.98c-5.0078-1.7695-10.328-2.6992-15.742-2.6992h-70.848c-12.523 0-24.535 4.9766-33.402 13.832-8.8555 8.8633-13.832 20.875-13.832 33.402v49.934c-5.0078-1.7695-10.328-2.6992-15.742-2.6992h-51.168c-12.523 0-24.535 4.9766-33.402 13.832-8.8555 8.8633-13.832 20.875-13.832 33.402v125.95h-7.8711c-8.6914 0-15.742 7.0547-15.742 15.742 0 8.6914 7.0547 15.742 15.742 15.742h409.34c8.6914 0 15.742-7.0547 15.742-15.742 0-8.6914-7.0547-15.742-15.742-15.742h-7.8711v-299.14c0-12.523-4.9766-24.535-13.832-33.402-8.8633-8.8555-20.875-13.832-33.402-13.832h-51.168c-12.523 0-24.535 4.9766-33.402 13.832-8.8555 8.8633-13.832 20.875-13.832 33.402v34.188zm-133.82 264.95v-125.95c0-4.1719-1.6602-8.1797-4.6133-11.133s-6.957-4.6133-11.133-4.6133h-51.168c-4.1719 0-8.1797 1.6602-11.133 4.6133s-4.6133 6.957-4.6133 11.133v125.95zm133.82 0v-220.42c0-4.1719-1.6602-8.1797-4.6133-11.133-2.9531-2.9531-6.957-4.6133-11.133-4.6133h-70.848c-4.1719 0-8.1797 1.6602-11.133 4.6133s-4.6133 6.957-4.6133 11.133v220.42zm31.488 0h77.973l-77.973-36.203zm0-70.918 82.656 38.375v-20.387l-82.656-38.375zm0-55.105 82.656 38.375v-20.387l-82.656-38.375zm0-55.105 82.656 38.375v-24.324l-82.656-38.375zm0-59.039 82.656 38.375v-22.355l-82.656-38.375zm9.9492-73.609c-1.9844 0.78906-3.8008 1.9766-5.3359 3.5117-2.9531 2.9531-4.6133 6.957-4.6133 11.133v1.8984l82.656 38.375v-21.16l-72.707-33.754z"/>
                                        <path d="m318.09 231.35-133.89 133.9c-6.1484 6.1406-6.1484 16.121 0 22.262 6.1406 6.1484 16.121 6.1484 22.262 0l133.9-133.89-6.7461 20.223c-2.7461 8.2422 1.7148 17.168 9.957 19.918 8.2422 2.7461 17.168-1.7148 19.918-9.957l27.828-83.5c1.8906-5.6523 0.41797-11.895-3.8008-16.105-4.2109-4.2188-10.453-5.6914-16.105-3.8008l-83.5 27.828c-8.2422 2.7461-12.707 11.676-9.957 19.918 2.7461 8.2422 11.676 12.707 19.918 9.957l20.223-6.7461z"/>
                                    </g>
                                </svg>
                            </div>
                            <div class="popup__payment__row__item-text">Preliminary Mortgage Amount Planning</div>
                        </div>

                        <svg class="popup__payment__row__item-arrow" xmlns="http://www.w3.org/2000/svg" width="100" height="6" viewBox="0 0 100 6" fill="none">
                            <path d="M0 3.09937L5 5.98612V0.212614L0 3.09937ZM5.76923 3.59937H9.61539V2.59937H5.76923V3.59937ZM13.4615 3.59937H17.3077V2.59937H13.4615V3.59937ZM21.1538 3.59937H25V2.59937H21.1538V3.59937ZM28.8462 3.59937H32.6923V2.59937H28.8462V3.59937ZM36.5385 3.59937H40.3846V2.59937H36.5385V3.59937ZM44.2308 3.59937H48.0769V2.59937H44.2308V3.59937ZM51.9231 3.59937H55.7692V2.59937H51.9231V3.59937ZM59.6154 3.59937H63.4615V2.59937H59.6154V3.59937ZM67.3077 3.59937H71.1538V2.59937H67.3077V3.59937ZM75 3.59937H78.8461V2.59937H75V3.59937ZM82.6923 3.59937H86.5385V2.59937H82.6923V3.59937ZM90.3846 3.59937H94.2308V2.59937H90.3846V3.59937ZM98.0769 3.59937H100V2.59937H98.0769V3.59937Z" fill="#040048"/>
                        </svg>

                        <div class="popup__payment__row__item">
                            <div class="popup__payment__row__item-icon">
                                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 25 25" fill="none">
                                    <path d="M20.5 21.0994C20.5 19.7038 20.5 19.006 20.3278 18.4382C19.94 17.1598 18.9395 16.1594 17.6611 15.7716C17.0933 15.5994 16.3956 15.5994 15 15.5994H10C8.60444 15.5994 7.90665 15.5994 7.33886 15.7716C6.06045 16.1594 5.06004 17.1598 4.67224 18.4382C4.5 19.006 4.5 19.7038 4.5 21.0994M17 7.59937C17 10.0846 14.9853 12.0994 12.5 12.0994C10.0147 12.0994 8 10.0846 8 7.59937C8 5.11408 10.0147 3.09937 12.5 3.09937C14.9853 3.09937 17 5.11408 17 7.59937Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                                </svg>
                            </div>
							<div class="popup__payment__row__item-text">Assessment of Opportunities According to Socio-Economic Status and Your Income</div>
                        </div>

                        <svg class="popup__payment__row__item-arrow" xmlns="http://www.w3.org/2000/svg" width="100" height="6" viewBox="0 0 100 6" fill="none">
                            <path d="M0 3.09937L5 5.98612V0.212614L0 3.09937ZM5.76923 3.59937H9.61539V2.59937H5.76923V3.59937ZM13.4615 3.59937H17.3077V2.59937H13.4615V3.59937ZM21.1538 3.59937H25V2.59937H21.1538V3.59937ZM28.8462 3.59937H32.6923V2.59937H28.8462V3.59937ZM36.5385 3.59937H40.3846V2.59937H36.5385V3.59937ZM44.2308 3.59937H48.0769V2.59937H44.2308V3.59937ZM51.9231 3.59937H55.7692V2.59937H51.9231V3.59937ZM59.6154 3.59937H63.4615V2.59937H59.6154V3.59937ZM67.3077 3.59937H71.1538V2.59937H67.3077V3.59937ZM75 3.59937H78.8461V2.59937H75V3.59937ZM82.6923 3.59937H86.5385V2.59937H82.6923V3.59937ZM90.3846 3.59937H94.2308V2.59937H90.3846V3.59937ZM98.0769 3.59937H100V2.59937H98.0769V3.59937Z" fill="#040048"/>
                        </svg>

                        <div class="popup__payment__row__item">
                            <div class="popup__payment__row__item-icon">
                                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 25 25" fill="none">
                                    <path d="M8 11.5278H5.1C4.53995 11.5278 4.25992 11.5278 4.04601 11.6368C3.85785 11.7327 3.70487 11.8857 3.60899 12.0738C3.5 12.2878 3.5 12.5678 3.5 13.1278V21.5278M17 11.5278H19.9C20.4601 11.5278 20.7401 11.5278 20.954 11.6368C21.1422 11.7327 21.2951 11.8857 21.391 12.0738C21.5 12.2878 21.5 12.5678 21.5 13.1278V21.5278M17 21.5278V6.72783C17 5.60773 17 5.04767 16.782 4.61985C16.5903 4.24353 16.2843 3.93757 15.908 3.74582C15.4802 3.52783 14.9201 3.52783 13.8 3.52783H11.2C10.0799 3.52783 9.51984 3.52783 9.09202 3.74582C8.71569 3.93757 8.40973 4.24353 8.21799 4.61985C8 5.04767 8 5.60773 8 6.72783V21.5278M22.5 21.5278H2.5M11.5 7.52783H13.5M11.5 11.5278H13.5M11.5 15.5278H13.5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                                </svg>
                            </div>
                            <div class="popup__payment__row__item-text">Property Selection</div>
                        </div>

                        <svg class="popup__payment__row__item-arrow" xmlns="http://www.w3.org/2000/svg" width="100" height="6" viewBox="0 0 100 6" fill="none">
                            <path d="M0 3.09937L5 5.98612V0.212614L0 3.09937ZM5.76923 3.59937H9.61539V2.59937H5.76923V3.59937ZM13.4615 3.59937H17.3077V2.59937H13.4615V3.59937ZM21.1538 3.59937H25V2.59937H21.1538V3.59937ZM28.8462 3.59937H32.6923V2.59937H28.8462V3.59937ZM36.5385 3.59937H40.3846V2.59937H36.5385V3.59937ZM44.2308 3.59937H48.0769V2.59937H44.2308V3.59937ZM51.9231 3.59937H55.7692V2.59937H51.9231V3.59937ZM59.6154 3.59937H63.4615V2.59937H59.6154V3.59937ZM67.3077 3.59937H71.1538V2.59937H67.3077V3.59937ZM75 3.59937H78.8461V2.59937H75V3.59937ZM82.6923 3.59937H86.5385V2.59937H82.6923V3.59937ZM90.3846 3.59937H94.2308V2.59937H90.3846V3.59937ZM98.0769 3.59937H100V2.59937H98.0769V3.59937Z" fill="#040048"/>
                        </svg>

                        <div class="popup__payment__row__item">
                            <div class="popup__payment__row__item-icon">
                                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 25 25" fill="none">
                                    <path d="M5.54395 9.52785V17.5279M10.0439 9.52785V17.5279M15.0439 9.52785V17.5279M19.5439 9.52785V17.5279M3.54395 19.1279L3.54395 19.9279C3.54395 20.4879 3.54395 20.7679 3.65294 20.9818C3.74881 21.17 3.90179 21.323 4.08995 21.4189C4.30387 21.5279 4.58389 21.5279 5.14395 21.5279H19.9439C20.504 21.5279 20.784 21.5279 20.9979 21.4189C21.1861 21.323 21.3391 21.17 21.435 20.9818C21.5439 20.7679 21.5439 20.4879 21.5439 19.9279V19.1279C21.5439 18.5678 21.5439 18.2878 21.435 18.0739C21.3391 17.8857 21.1861 17.7327 20.9979 17.6368C20.784 17.5279 20.504 17.5279 19.9439 17.5279H5.14395C4.58389 17.5279 4.30387 17.5279 4.08995 17.6368C3.90179 17.7327 3.74881 17.8857 3.65294 18.0739C3.54395 18.2878 3.54395 18.5678 3.54395 19.1279ZM12.1969 3.60498L4.79686 5.24943C4.3498 5.34877 4.12627 5.39845 3.95941 5.51866C3.81224 5.62468 3.69667 5.76875 3.62509 5.93542C3.54395 6.12438 3.54395 6.35336 3.54395 6.81133L3.54395 7.92785C3.54395 8.4879 3.54395 8.76793 3.65294 8.98184C3.74881 9.17 3.90179 9.32298 4.08995 9.41886C4.30387 9.52785 4.58389 9.52785 5.14395 9.52785H19.9439C20.504 9.52785 20.784 9.52785 20.9979 9.41886C21.1861 9.32298 21.3391 9.17 21.435 8.98184C21.5439 8.76793 21.5439 8.4879 21.5439 7.92785V6.81133C21.5439 6.35336 21.5439 6.12438 21.4628 5.93542C21.3912 5.76875 21.2757 5.62469 21.1285 5.51866C20.9616 5.39845 20.7381 5.34877 20.291 5.24943L12.891 3.60498C12.7615 3.5762 12.6967 3.56181 12.6313 3.55607C12.5732 3.55097 12.5147 3.55097 12.4566 3.55607C12.3911 3.56181 12.3264 3.5762 12.1969 3.60498Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                                </svg>
                            </div>
                            <div class="popup__payment__row__item-text">Preliminary Approval from the Bank</div>

                        </div>
						
                        <svg class="popup__payment__row__item-arrow" xmlns="http://www.w3.org/2000/svg" width="100" height="6" viewBox="0 0 100 6" fill="none">
                            <path d="M0 3.09937L5 5.98612V0.212614L0 3.09937ZM5.76923 3.59937H9.61539V2.59937H5.76923V3.59937ZM13.4615 3.59937H17.3077V2.59937H13.4615V3.59937ZM21.1538 3.59937H25V2.59937H21.1538V3.59937ZM28.8462 3.59937H32.6923V2.59937H28.8462V3.59937ZM36.5385 3.59937H40.3846V2.59937H36.5385V3.59937ZM44.2308 3.59937H48.0769V2.59937H44.2308V3.59937ZM51.9231 3.59937H55.7692V2.59937H51.9231V3.59937ZM59.6154 3.59937H63.4615V2.59937H59.6154V3.59937ZM67.3077 3.59937H71.1538V2.59937H67.3077V3.59937ZM75 3.59937H78.8461V2.59937H75V3.59937ZM82.6923 3.59937H86.5385V2.59937H82.6923V3.59937ZM90.3846 3.59937H94.2308V2.59937H90.3846V3.59937ZM98.0769 3.59937H100V2.59937H98.0769V3.59937Z" fill="#040048"/>
                        </svg>

                        <div class="popup__payment__row__item">
                            <div class="popup__payment__row__item-icon">
                                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 122.88 92.65">
                                    <g><path style="fill-rule:evenodd;clip-rule:evenodd;" fill="white" d="M0,39.37h24.83v44.18H0V39.37L0,39.37z M81.73,0c12.2,0,22.11,9.89,22.11,22.11c0,12.2-9.89,22.11-22.11,22.11 c-12.2,0-22.11-9.89-22.11-22.11C59.63,9.91,69.52,0,81.73,0L81.73,0z M84.34,27.57c0-0.83-0.2-1.48-0.61-1.95 c-0.41-0.47-1.13-0.92-2.16-1.33c-1.02-0.42-1.97-0.84-2.84-1.27c-0.87-0.43-1.62-0.93-2.25-1.5c-0.63-0.56-1.11-1.22-1.45-1.96 c-0.33-0.74-0.5-1.64-0.5-2.7c0-1.77,0.6-3.23,1.79-4.37c1.19-1.15,2.78-1.82,4.77-2V8.1h2.5v2.44c1.91,0.28,3.42,1.07,4.51,2.36 c1.09,1.29,1.65,2.93,1.65,4.92h-5.31c0-1.09-0.21-1.92-0.63-2.51c-0.42-0.58-1.01-0.88-1.79-0.88c-0.69,0-1.23,0.22-1.61,0.65 c-0.38,0.43-0.57,1.03-0.57,1.8c0,0.78,0.22,1.39,0.66,1.84c0.44,0.46,1.15,0.89,2.12,1.31c0.98,0.41,1.89,0.84,2.76,1.29 c0.86,0.45,1.61,0.95,2.24,1.51c0.63,0.57,1.12,1.23,1.47,1.98c0.36,0.75,0.54,1.66,0.54,2.71c0,1.79-0.57,3.25-1.7,4.38 c-1.14,1.13-2.68,1.79-4.64,1.98v2.22h-2.49v-2.24c-2.28-0.24-4.04-1.02-5.25-2.35c-1.22-1.32-1.83-3.07-1.83-5.24H79 c0,1.2,0.26,2.1,0.79,2.73c0.52,0.62,1.28,0.93,2.25,0.93c0.71,0,1.27-0.21,1.68-0.64C84.13,28.89,84.34,28.3,84.34,27.57 L84.34,27.57L84.34,27.57z M29.83,79.84V42.91h16.61c7.04,1.26,14.08,5.08,21.12,9.51h12.9c5.84,0.35,8.9,6.27,3.22,10.16 c-4.52,3.32-10.49,3.13-16.61,2.58c-4.22-0.21-4.4,5.46,0,5.48c1.53,0.12,3.19-0.24,4.64-0.24c7.64-0.01,13.92-1.47,17.77-7.5 l1.93-4.51l19.19-9.51c9.6-3.16,16.42,6.88,9.35,13.87c-13.9,10.11-28.15,18.43-42.73,25.15c-10.59,6.44-21.18,6.22-31.76,0 L29.83,79.84L29.83,79.84z"></path></g>
                                </svg>
                            </div>
                            <div class="popup__payment__row__item-text">Making a Full or Partial Down Payment</div>

                        </div>		

                        <svg class="popup__payment__row__item-arrow" xmlns="http://www.w3.org/2000/svg" width="100" height="6" viewBox="0 0 100 6" fill="none">
                            <path d="M0 3.09937L5 5.98612V0.212614L0 3.09937ZM5.76923 3.59937H9.61539V2.59937H5.76923V3.59937ZM13.4615 3.59937H17.3077V2.59937H13.4615V3.59937ZM21.1538 3.59937H25V2.59937H21.1538V3.59937ZM28.8462 3.59937H32.6923V2.59937H28.8462V3.59937ZM36.5385 3.59937H40.3846V2.59937H36.5385V3.59937ZM44.2308 3.59937H48.0769V2.59937H44.2308V3.59937ZM51.9231 3.59937H55.7692V2.59937H51.9231V3.59937ZM59.6154 3.59937H63.4615V2.59937H59.6154V3.59937ZM67.3077 3.59937H71.1538V2.59937H67.3077V3.59937ZM75 3.59937H78.8461V2.59937H75V3.59937ZM82.6923 3.59937H86.5385V2.59937H82.6923V3.59937ZM90.3846 3.59937H94.2308V2.59937H90.3846V3.59937ZM98.0769 3.59937H100V2.59937H98.0769V3.59937Z" fill="#040048"/>
                        </svg>

                        <div class="popup__payment__row__item">
                            <div class="popup__payment__row__item-icon">
                                <!-- hand and on top there is a house -->
                                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 122.88 111.2">
                                    <g><path fill="white" d="M84.36,0L50.83,32.84l8.18,4.3l25.13-26.39l25.57,26.39l8.18-4.3L84.36,0L84.36,0z M0,66.75l35.32-1.86 l1.57,39.45l-35.32,1.85L0,66.75L0,66.75z M41.22,100.86l-1.31-32.97l14.83-0.59c6.33,0.88,12.76,4.04,19.2,7.75l11.52-0.46 c5.23,0.11,8.17,5.28,3.24,8.96c-3.92,3.12-9.26,3.17-14.74,2.89c-3.77-0.04-3.74,5.03,0.19,4.9c1.37,0.05,2.84-0.33,4.14-0.38 c6.82-0.28,12.38-1.8,15.6-7.33l1.57-4.1l16.8-9.18c8.46-3.16,14.16,4.81,8.09,11.3c-12.05,9.52-23.74,18.21-36.51,24.73 c-9.23,6.13-18.69,6.31-28.37,1.13L41.22,100.86L41.22,100.86z M60.8,38L60.8,38l23.59-23.6L107.91,38h0v23.16H90.73V44.8h-12.9 v16.36l-17.04,0V38L60.8,38z"></path></g>
                                </svg>
                            </div>
                            <div class="popup__payment__row__item-text">Transfer of Mortgage Funds to the Seller</div>

                        </div>		
						
                        <svg class="popup__payment__row__item-arrow" xmlns="http://www.w3.org/2000/svg" width="100" height="6" viewBox="0 0 100 6" fill="none">
                            <path d="M0 3.09937L5 5.98612V0.212614L0 3.09937ZM5.76923 3.59937H9.61539V2.59937H5.76923V3.59937ZM13.4615 3.59937H17.3077V2.59937H13.4615V3.59937ZM21.1538 3.59937H25V2.59937H21.1538V3.59937ZM28.8462 3.59937H32.6923V2.59937H28.8462V3.59937ZM36.5385 3.59937H40.3846V2.59937H36.5385V3.59937ZM44.2308 3.59937H48.0769V2.59937H44.2308V3.59937ZM51.9231 3.59937H55.7692V2.59937H51.9231V3.59937ZM59.6154 3.59937H63.4615V2.59937H59.6154V3.59937ZM67.3077 3.59937H71.1538V2.59937H67.3077V3.59937ZM75 3.59937H78.8461V2.59937H75V3.59937ZM82.6923 3.59937H86.5385V2.59937H82.6923V3.59937ZM90.3846 3.59937H94.2308V2.59937H90.3846V3.59937ZM98.0769 3.59937H100V2.59937H98.0769V3.59937Z" fill="#040048"/>
                        </svg>

                        <div class="popup__payment__row__item">
                            <div class="popup__payment__row__item-icon">
                                <svg xmlns="http://www.w3.org/2000/svg" fill="#ffffff" viewBox="0 0 24 24">
                                    <path d="M2,21h8a1,1,0,0,0,0-2H3.071A7.011,7.011,0,0,1,10,13a5.044,5.044,0,1,0-3.377-1.337A9.01,9.01,0,0,0,1,20,1,1,0,0,0,2,21ZM10,5A3,3,0,1,1,7,8,3,3,0,0,1,10,5Zm13,8.5v5a.5.5,0,0,1-.5.5h-1v2L19,19H14.5a.5.5,0,0,1-.5-.5v-5a.5.5,0,0,1,.5-.5h8A.5.5,0,0,1,23,13.5Z"></path>
                                </svg>
                            </div>
                            <div class="popup__payment__row__item-text">Transfer of Property Rights</div>

                        </div>							

                    </div>
                </div>

                <div class="popup__payment__row">
					<div class="popup__payment__row-title">Mortgage for EU Citizens and OECD Countries</div>
					<div class="popup__payment__row-subtitle">If you are a citizen of an EU or OECD country, you can also obtain a mortgage in Slovakia based on your income from your home country. However, your earnings must meet the bank's criteria. The mortgage amount may be lower compared to that of a resident of Slovakia.</div>
                    <div class="popup__payment__row-main">
                        <div class="popup__payment__row__item">
                            <div class="popup__payment__row__item-icon">
                                <svg fill="white" width="128px" height="128px" version="1.1" viewBox="144 144 512 512" xmlns="http://www.w3.org/2000/svg">
                                    <g fill-rule="evenodd">
                                        <path d="m329.15 368.51c21.734 0 39.359-17.625 39.359-39.359v-124.38c0-11.43-4.9688-22.301-13.617-29.789-8.6523-7.4766-20.129-10.824-31.449-9.1641-0.070312 0.007813-0.14062 0.015626-0.20312 0.03125-80.703 12.941-144.48 76.738-157.12 157.48-0.007813 0.054688-0.015625 0.10156-0.023438 0.15625-1.6445 11.234 1.6758 22.625 9.1016 31.219 7.3984 8.5664 18.152 13.492 29.465 13.523 33.418 0.27734 91.898 0.27734 124.49 0.27734zm0-31.488c-32.527 0-90.914 0-124.25-0.26953-0.039062 0-0.085937-0.007812-0.125-0.007812-2.2109 0-4.3047-0.95312-5.7539-2.6289-1.418-1.6367-2.0625-3.8086-1.7773-5.9531 10.57-67.281 63.676-120.37 130.86-131.2 2.2344-0.30078 4.4961 0.37109 6.2031 1.8438 1.7305 1.4961 2.7227 3.6758 2.7227 5.9609v124.39c0 4.3438-3.5273 7.8711-7.8711 7.8711z"/>
                                        <path d="m604.16 414.63c-3.1406 44.367-20.453 84.844-47.43 116.93-5.5898 6.6523-4.7227 16.594 1.9297 22.184s16.586 4.7305 22.176-1.9219c31.133-37.039 51.113-83.766 54.734-134.97 0.60547-8.668-5.9258-16.199-14.594-16.816-8.668-0.61328-16.207 5.9258-16.816 14.594z"/>
                                        <path d="m415.74 387.36v-191.52c90.82 6.9102 165.22 73.25 184.22 160.29 1.8516 8.4844 10.25 13.871 18.734 12.02 8.4922-1.8516 13.879-10.25 12.027-18.742-21.93-100.44-107.77-176.99-212.76-184.98-0.054688 0-0.10938-0.007812-0.16406-0.007812-8.6914-0.57422-17.23 2.4883-23.594 8.4375-6.3516 5.9609-9.957 14.281-9.957 22.996v188.4c-40.406 0-147.47 0.015625-188.44 0.085938-8.6602 0-16.957 3.5898-22.891 9.9258-5.9336 6.3281-8.9805 14.84-8.4219 23.508 0 0.054687 0.007812 0.10937 0.007812 0.15625 9.1797 122.05 111.1 218.23 235.49 218.23 50.168 0 96.699-15.672 134.96-42.391 7.0234-4.9023 8.8398-14.523 4.0859-21.648l-123.31-184.77zm-23.617 28.387v188.78c2.6055 0.10156 5.2344 0.14844 7.8711 0.14844 2.6367 0 5.2578-0.046875 7.8711-0.14844v-172.24l-11.035-16.539zm-31.488 185.15v-185.14h-15.742v181.42c5.1719 1.4414 10.422 2.6836 15.742 3.7227zm78.719-121.43v121.42c5.3203-1.0391 10.57-2.2812 15.742-3.7305v-94.094zm-125.95 106.04v-169.75h-15.742v161.36 0.17188c5.1094 2.9531 10.359 5.6992 15.742 8.2109zm173.18-35.258v35.234c5.9609-2.793 11.762-5.8555 17.383-9.1875zm-220.42 4.6211v-139.09h-15.742v123.95c4.9766 5.3203 10.234 10.383 15.742 15.145zm-47.23-139.06-23.012 0.023437c2.1797 28.613 10.258 55.594 23.012 79.703z"/>
                                    </g>
                                </svg>
                            </div>
                            <div class="popup__payment__row__item-text">Preliminary mortgage planning based on the borrower's income.</div>
                        </div>

                        <svg class="popup__payment__row__item-arrow" xmlns="http://www.w3.org/2000/svg" width="100" height="6" viewBox="0 0 100 6" fill="none">
                            <path d="M0 3.09937L5 5.98612V0.212614L0 3.09937ZM5.76923 3.59937H9.61539V2.59937H5.76923V3.59937ZM13.4615 3.59937H17.3077V2.59937H13.4615V3.59937ZM21.1538 3.59937H25V2.59937H21.1538V3.59937ZM28.8462 3.59937H32.6923V2.59937H28.8462V3.59937ZM36.5385 3.59937H40.3846V2.59937H36.5385V3.59937ZM44.2308 3.59937H48.0769V2.59937H44.2308V3.59937ZM51.9231 3.59937H55.7692V2.59937H51.9231V3.59937ZM59.6154 3.59937H63.4615V2.59937H59.6154V3.59937ZM67.3077 3.59937H71.1538V2.59937H67.3077V3.59937ZM75 3.59937H78.8461V2.59937H75V3.59937ZM82.6923 3.59937H86.5385V2.59937H82.6923V3.59937ZM90.3846 3.59937H94.2308V2.59937H90.3846V3.59937ZM98.0769 3.59937H100V2.59937H98.0769V3.59937Z" fill="#040048"/>
                        </svg>

                        <div class="popup__payment__row__item">
                            <div class="popup__payment__row__item-icon">
                                <!-- circle and in the center % mark -->
                                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 25 25" fill="none">
                                    <path d="M9.2666 9.95654H9.2766M15.2666 15.9565H15.2766M16.2666 8.95654L8.2666 16.9565M9.4685 21.5574C9.79625 21.5141 10.1273 21.603 10.3884 21.8041L11.5917 22.7274C11.9894 23.0329 12.5427 23.0329 12.9393 22.7274L14.1881 21.7685C14.4214 21.5896 14.7158 21.5107 15.0069 21.5496L16.569 21.7552C17.0656 21.8207 17.5445 21.5441 17.7367 21.0808L18.3378 19.6275C18.45 19.3553 18.6655 19.1397 18.9377 19.0275L20.3909 18.4264C20.8542 18.2353 21.1309 17.7553 21.0653 17.2586L20.8676 15.7531C20.8242 15.4254 20.9131 15.0943 21.1142 14.8332L22.0375 13.6299C22.343 13.2321 22.343 12.6788 22.0375 12.2821L21.0786 11.0333C20.8998 10.7999 20.8209 10.5055 20.8598 10.2144L21.0653 8.65222C21.1309 8.15557 20.8542 7.67669 20.3909 7.48447L18.9377 6.88338C18.6655 6.77116 18.45 6.55561 18.3378 6.28339L17.7367 4.8301C17.5456 4.36678 17.0656 4.09012 16.569 4.15568L15.0069 4.36123C14.7158 4.40122 14.4214 4.32234 14.1892 4.14457L12.9404 3.1857C12.5427 2.88016 11.9894 2.88016 11.5928 3.1857L10.344 4.14457C10.1107 4.32234 9.81625 4.40122 9.52516 4.36345L7.96307 4.1579C7.46645 4.09234 6.9876 4.369 6.79539 4.83232L6.19544 6.28562C6.08212 6.55672 5.86658 6.77227 5.59549 6.8856L4.14228 7.48558C3.67898 7.6778 3.40234 8.15668 3.46789 8.65333L3.67343 10.2155C3.7112 10.5066 3.63232 10.801 3.45456 11.0333L2.49575 12.2821C2.19022 12.6799 2.19022 13.2332 2.49575 13.6299L3.45456 14.8787C3.63343 15.112 3.71231 15.4065 3.67343 15.6976L3.46789 17.2598C3.40234 17.7564 3.67898 18.2353 4.14228 18.4275L5.59549 19.0286C5.86769 19.1408 6.08323 19.3564 6.19544 19.6286L6.7965 21.0819C6.9876 21.5452 7.46756 21.8219 7.96418 21.7563L9.4685 21.5574ZM9.7666 9.95654C9.7666 10.2327 9.54274 10.4565 9.2666 10.4565C8.99046 10.4565 8.7666 10.2327 8.7666 9.95654C8.7666 9.6804 8.99046 9.45654 9.2666 9.45654C9.54274 9.45654 9.7666 9.6804 9.7666 9.95654ZM15.7666 15.9565C15.7666 16.2327 15.5427 16.4565 15.2666 16.4565C14.9905 16.4565 14.7666 16.2327 14.7666 15.9565C14.7666 15.6804 14.9905 15.4565 15.2666 15.4565C15.5427 15.4565 15.7666 15.6804 15.7666 15.9565Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                                </svg>
                            </div>
                            <div class="popup__payment__row__item-text">Preliminary property selection to assess the percentage of the approved mortgage amount.</div>
                        </div>

                        <svg class="popup__payment__row__item-arrow" xmlns="http://www.w3.org/2000/svg" width="100" height="6" viewBox="0 0 100 6" fill="none">
                            <path d="M0 3.09937L5 5.98612V0.212614L0 3.09937ZM5.76923 3.59937H9.61539V2.59937H5.76923V3.59937ZM13.4615 3.59937H17.3077V2.59937H13.4615V3.59937ZM21.1538 3.59937H25V2.59937H21.1538V3.59937ZM28.8462 3.59937H32.6923V2.59937H28.8462V3.59937ZM36.5385 3.59937H40.3846V2.59937H36.5385V3.59937ZM44.2308 3.59937H48.0769V2.59937H44.2308V3.59937ZM51.9231 3.59937H55.7692V2.59937H51.9231V3.59937ZM59.6154 3.59937H63.4615V2.59937H59.6154V3.59937ZM67.3077 3.59937H71.1538V2.59937H67.3077V3.59937ZM75 3.59937H78.8461V2.59937H75V3.59937ZM82.6923 3.59937H86.5385V2.59937H82.6923V3.59937ZM90.3846 3.59937H94.2308V2.59937H90.3846V3.59937ZM98.0769 3.59937H100V2.59937H98.0769V3.59937Z" fill="#040048"/>
                        </svg>

                        <div class="popup__payment__row__item">
                            <div class="popup__payment__row__item-icon">
                                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 25 25" fill="none">
                                    <path d="M5.54395 9.52785V17.5279M10.0439 9.52785V17.5279M15.0439 9.52785V17.5279M19.5439 9.52785V17.5279M3.54395 19.1279L3.54395 19.9279C3.54395 20.4879 3.54395 20.7679 3.65294 20.9818C3.74881 21.17 3.90179 21.323 4.08995 21.4189C4.30387 21.5279 4.58389 21.5279 5.14395 21.5279H19.9439C20.504 21.5279 20.784 21.5279 20.9979 21.4189C21.1861 21.323 21.3391 21.17 21.435 20.9818C21.5439 20.7679 21.5439 20.4879 21.5439 19.9279V19.1279C21.5439 18.5678 21.5439 18.2878 21.435 18.0739C21.3391 17.8857 21.1861 17.7327 20.9979 17.6368C20.784 17.5279 20.504 17.5279 19.9439 17.5279H5.14395C4.58389 17.5279 4.30387 17.5279 4.08995 17.6368C3.90179 17.7327 3.74881 17.8857 3.65294 18.0739C3.54395 18.2878 3.54395 18.5678 3.54395 19.1279ZM12.1969 3.60498L4.79686 5.24943C4.3498 5.34877 4.12627 5.39845 3.95941 5.51866C3.81224 5.62468 3.69667 5.76875 3.62509 5.93542C3.54395 6.12438 3.54395 6.35336 3.54395 6.81133L3.54395 7.92785C3.54395 8.4879 3.54395 8.76793 3.65294 8.98184C3.74881 9.17 3.90179 9.32298 4.08995 9.41886C4.30387 9.52785 4.58389 9.52785 5.14395 9.52785H19.9439C20.504 9.52785 20.784 9.52785 20.9979 9.41886C21.1861 9.32298 21.3391 9.17 21.435 8.98184C21.5439 8.76793 21.5439 8.4879 21.5439 7.92785V6.81133C21.5439 6.35336 21.5439 6.12438 21.4628 5.93542C21.3912 5.76875 21.2757 5.62469 21.1285 5.51866C20.9616 5.39845 20.7381 5.34877 20.291 5.24943L12.891 3.60498C12.7615 3.5762 12.6967 3.56181 12.6313 3.55607C12.5732 3.55097 12.5147 3.55097 12.4566 3.55607C12.3911 3.56181 12.3264 3.5762 12.1969 3.60498Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                                </svg>
                            </div>
                            <div class="popup__payment__row__item-text">Preliminary Approval from the Bank</div>
                        </div>

                        <svg class="popup__payment__row__item-arrow" xmlns="http://www.w3.org/2000/svg" width="100" height="6" viewBox="0 0 100 6" fill="none">
                            <path d="M0 3.09937L5 5.98612V0.212614L0 3.09937ZM5.76923 3.59937H9.61539V2.59937H5.76923V3.59937ZM13.4615 3.59937H17.3077V2.59937H13.4615V3.59937ZM21.1538 3.59937H25V2.59937H21.1538V3.59937ZM28.8462 3.59937H32.6923V2.59937H28.8462V3.59937ZM36.5385 3.59937H40.3846V2.59937H36.5385V3.59937ZM44.2308 3.59937H48.0769V2.59937H44.2308V3.59937ZM51.9231 3.59937H55.7692V2.59937H51.9231V3.59937ZM59.6154 3.59937H63.4615V2.59937H59.6154V3.59937ZM67.3077 3.59937H71.1538V2.59937H67.3077V3.59937ZM75 3.59937H78.8461V2.59937H75V3.59937ZM82.6923 3.59937H86.5385V2.59937H82.6923V3.59937ZM90.3846 3.59937H94.2308V2.59937H90.3846V3.59937ZM98.0769 3.59937H100V2.59937H98.0769V3.59937Z" fill="#040048"/>
                        </svg>

                        <div class="popup__payment__row__item">
                            <div class="popup__payment__row__item-icon">
<!--                                calendar with check mark in the center-->
<!--                                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 25 25" fill="none">-->
<!--                                    <path d="M21.248 10.5278H3.24805M16.248 2.52783V6.52783M8.24805 2.52783V6.52783M9.24805 16.5278L11.248 18.5278L15.748 14.0278M8.04805 22.5278H16.448C18.1282 22.5278 18.9683 22.5278 19.61 22.2009C20.1745 21.9132 20.6334 21.4543 20.9211 20.8898C21.248 20.2481 21.248 19.408 21.248 17.7278V9.32783C21.248 7.64767 21.248 6.8076 20.9211 6.16586C20.6334 5.60137 20.1745 5.14243 19.61 4.85481C18.9683 4.52783 18.1282 4.52783 16.448 4.52783H8.04805C6.36789 4.52783 5.52781 4.52783 4.88608 4.85481C4.32159 5.14243 3.86265 5.60137 3.57503 6.16586C3.24805 6.8076 3.24805 7.64767 3.24805 9.32783V17.7278C3.24805 19.408 3.24805 20.2481 3.57503 20.8898C3.86265 21.4543 4.32159 21.9132 4.88608 22.2009C5.52781 22.5278 6.36789 22.5278 8.04805 22.5278Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>-->
<!--                                </svg>-->
                                <svg fill="white" width="128px" height="128px" version="1.1" viewBox="144 144 512 512" xmlns="http://www.w3.org/2000/svg">
                                    <g>
                                        <path d="m274.05 206.87c-4.6172 0-8.3984 3.7773-8.3984 8.3984v54.41l50.383-35.016v-19.395c0-4.6172-3.7773-8.3984-8.3984-8.3984z"/>
                                        <path d="m593.71 331.39-188.93-131.41c-2.8555-2.0156-6.7188-2.0156-9.5742 0l-188.93 131.41c-11.418 7.9766-14.273 23.68-6.2969 35.098 3.8633 5.543 9.5742 9.2383 16.207 10.41 1.5117 0.25 3.0234 0.33594 4.5352 0.33594 5.0391 0 10.078-1.5117 14.273-4.4492l165-114.78 165 114.79c5.457 3.7773 12.176 5.2891 18.809 4.1133 6.6328-1.1758 12.344-4.8711 16.207-10.41 3.0234-4.3672 4.5352-9.4062 4.5352-14.359 0-7.9766-3.7812-15.785-10.832-20.742z"/>
                                        <path d="m400 278.5-155.43 108.07c-6.0469 4.1992-13.434 6.8008-20.906 7.3906l-0.003907 173.98c0 18.559 15.031 33.586 33.586 33.586h42.992l0.003906-112.68c0-11.922 9.7422-21.664 21.664-21.664h57.434c11.922 0 21.664 9.7422 21.664 21.664v112.69h141.74c18.559 0 33.586-15.031 33.586-33.586v-173.9c-7.4727-0.58594-14.695-3.1055-20.906-7.4727zm34.594 123.18c0 3.6953-3.0234 6.7188-6.7188 6.7188h-53.738c-3.6953 0-6.7188-3.0234-6.7188-6.7188v-53.738c0-3.7773 3.0234-6.8008 6.7188-6.8008h53.738c3.6953 0 6.7188 3.0234 6.7188 6.8008z"/>
                                    </g>
                                </svg>
                            </div>
                            <div class="popup__payment__row__item-text">Selection of the property you wish to purchase.</div>
                        </div>

                        <svg class="popup__payment__row__item-arrow" xmlns="http://www.w3.org/2000/svg" width="100" height="6" viewBox="0 0 100 6" fill="none">
                            <path d="M0 3.09937L5 5.98612V0.212614L0 3.09937ZM5.76923 3.59937H9.61539V2.59937H5.76923V3.59937ZM13.4615 3.59937H17.3077V2.59937H13.4615V3.59937ZM21.1538 3.59937H25V2.59937H21.1538V3.59937ZM28.8462 3.59937H32.6923V2.59937H28.8462V3.59937ZM36.5385 3.59937H40.3846V2.59937H36.5385V3.59937ZM44.2308 3.59937H48.0769V2.59937H44.2308V3.59937ZM51.9231 3.59937H55.7692V2.59937H51.9231V3.59937ZM59.6154 3.59937H63.4615V2.59937H59.6154V3.59937ZM67.3077 3.59937H71.1538V2.59937H67.3077V3.59937ZM75 3.59937H78.8461V2.59937H75V3.59937ZM82.6923 3.59937H86.5385V2.59937H82.6923V3.59937ZM90.3846 3.59937H94.2308V2.59937H90.3846V3.59937ZM98.0769 3.59937H100V2.59937H98.0769V3.59937Z" fill="#040048"/>
                        </svg>

                        <div class="popup__payment__row__item">
                            <div class="popup__payment__row__item-icon">
                                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 122.88 92.65">
                                    <g><path style="fill-rule:evenodd;clip-rule:evenodd;" fill="white" d="M0,39.37h24.83v44.18H0V39.37L0,39.37z M81.73,0c12.2,0,22.11,9.89,22.11,22.11c0,12.2-9.89,22.11-22.11,22.11 c-12.2,0-22.11-9.89-22.11-22.11C59.63,9.91,69.52,0,81.73,0L81.73,0z M84.34,27.57c0-0.83-0.2-1.48-0.61-1.95 c-0.41-0.47-1.13-0.92-2.16-1.33c-1.02-0.42-1.97-0.84-2.84-1.27c-0.87-0.43-1.62-0.93-2.25-1.5c-0.63-0.56-1.11-1.22-1.45-1.96 c-0.33-0.74-0.5-1.64-0.5-2.7c0-1.77,0.6-3.23,1.79-4.37c1.19-1.15,2.78-1.82,4.77-2V8.1h2.5v2.44c1.91,0.28,3.42,1.07,4.51,2.36 c1.09,1.29,1.65,2.93,1.65,4.92h-5.31c0-1.09-0.21-1.92-0.63-2.51c-0.42-0.58-1.01-0.88-1.79-0.88c-0.69,0-1.23,0.22-1.61,0.65 c-0.38,0.43-0.57,1.03-0.57,1.8c0,0.78,0.22,1.39,0.66,1.84c0.44,0.46,1.15,0.89,2.12,1.31c0.98,0.41,1.89,0.84,2.76,1.29 c0.86,0.45,1.61,0.95,2.24,1.51c0.63,0.57,1.12,1.23,1.47,1.98c0.36,0.75,0.54,1.66,0.54,2.71c0,1.79-0.57,3.25-1.7,4.38 c-1.14,1.13-2.68,1.79-4.64,1.98v2.22h-2.49v-2.24c-2.28-0.24-4.04-1.02-5.25-2.35c-1.22-1.32-1.83-3.07-1.83-5.24H79 c0,1.2,0.26,2.1,0.79,2.73c0.52,0.62,1.28,0.93,2.25,0.93c0.71,0,1.27-0.21,1.68-0.64C84.13,28.89,84.34,28.3,84.34,27.57 L84.34,27.57L84.34,27.57z M29.83,79.84V42.91h16.61c7.04,1.26,14.08,5.08,21.12,9.51h12.9c5.84,0.35,8.9,6.27,3.22,10.16 c-4.52,3.32-10.49,3.13-16.61,2.58c-4.22-0.21-4.4,5.46,0,5.48c1.53,0.12,3.19-0.24,4.64-0.24c7.64-0.01,13.92-1.47,17.77-7.5 l1.93-4.51l19.19-9.51c9.6-3.16,16.42,6.88,9.35,13.87c-13.9,10.11-28.15,18.43-42.73,25.15c-10.59,6.44-21.18,6.22-31.76,0 L29.83,79.84L29.83,79.84z"></path></g>
                                </svg>
                            </div>
                            <div class="popup__payment__row__item-text">Making a Full or Partial Down Payment</div>
                        </div>

                        <svg class="popup__payment__row__item-arrow" xmlns="http://www.w3.org/2000/svg" width="100" height="6" viewBox="0 0 100 6" fill="none">
                            <path d="M0 3.09937L5 5.98612V0.212614L0 3.09937ZM5.76923 3.59937H9.61539V2.59937H5.76923V3.59937ZM13.4615 3.59937H17.3077V2.59937H13.4615V3.59937ZM21.1538 3.59937H25V2.59937H21.1538V3.59937ZM28.8462 3.59937H32.6923V2.59937H28.8462V3.59937ZM36.5385 3.59937H40.3846V2.59937H36.5385V3.59937ZM44.2308 3.59937H48.0769V2.59937H44.2308V3.59937ZM51.9231 3.59937H55.7692V2.59937H51.9231V3.59937ZM59.6154 3.59937H63.4615V2.59937H59.6154V3.59937ZM67.3077 3.59937H71.1538V2.59937H67.3077V3.59937ZM75 3.59937H78.8461V2.59937H75V3.59937ZM82.6923 3.59937H86.5385V2.59937H82.6923V3.59937ZM90.3846 3.59937H94.2308V2.59937H90.3846V3.59937ZM98.0769 3.59937H100V2.59937H98.0769V3.59937Z" fill="#040048"/>
                        </svg>

                        <div class="popup__payment__row__item">
                            <div class="popup__payment__row__item-icon">
                                <!-- hand and on top there is a house -->
                                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 122.88 111.2">
                                    <g><path fill="white" d="M84.36,0L50.83,32.84l8.18,4.3l25.13-26.39l25.57,26.39l8.18-4.3L84.36,0L84.36,0z M0,66.75l35.32-1.86 l1.57,39.45l-35.32,1.85L0,66.75L0,66.75z M41.22,100.86l-1.31-32.97l14.83-0.59c6.33,0.88,12.76,4.04,19.2,7.75l11.52-0.46 c5.23,0.11,8.17,5.28,3.24,8.96c-3.92,3.12-9.26,3.17-14.74,2.89c-3.77-0.04-3.74,5.03,0.19,4.9c1.37,0.05,2.84-0.33,4.14-0.38 c6.82-0.28,12.38-1.8,15.6-7.33l1.57-4.1l16.8-9.18c8.46-3.16,14.16,4.81,8.09,11.3c-12.05,9.52-23.74,18.21-36.51,24.73 c-9.23,6.13-18.69,6.31-28.37,1.13L41.22,100.86L41.22,100.86z M60.8,38L60.8,38l23.59-23.6L107.91,38h0v23.16H90.73V44.8h-12.9 v16.36l-17.04,0V38L60.8,38z"></path></g>
                                </svg>
                            </div>
                            <div class="popup__payment__row__item-text">Transfer of Mortgage Funds to the Seller</div>
                        </div>

                        <svg class="popup__payment__row__item-arrow" xmlns="http://www.w3.org/2000/svg" width="100" height="6" viewBox="0 0 100 6" fill="none">
                            <path d="M0 3.09937L5 5.98612V0.212614L0 3.09937ZM5.76923 3.59937H9.61539V2.59937H5.76923V3.59937ZM13.4615 3.59937H17.3077V2.59937H13.4615V3.59937ZM21.1538 3.59937H25V2.59937H21.1538V3.59937ZM28.8462 3.59937H32.6923V2.59937H28.8462V3.59937ZM36.5385 3.59937H40.3846V2.59937H36.5385V3.59937ZM44.2308 3.59937H48.0769V2.59937H44.2308V3.59937ZM51.9231 3.59937H55.7692V2.59937H51.9231V3.59937ZM59.6154 3.59937H63.4615V2.59937H59.6154V3.59937ZM67.3077 3.59937H71.1538V2.59937H67.3077V3.59937ZM75 3.59937H78.8461V2.59937H75V3.59937ZM82.6923 3.59937H86.5385V2.59937H82.6923V3.59937ZM90.3846 3.59937H94.2308V2.59937H90.3846V3.59937ZM98.0769 3.59937H100V2.59937H98.0769V3.59937Z" fill="#040048"/>
                        </svg>

                        <div class="popup__payment__row__item">
                            <div class="popup__payment__row__item-icon">
                                <svg xmlns="http://www.w3.org/2000/svg" fill="#ffffff" viewBox="0 0 24 24">
                                    <path d="M2,21h8a1,1,0,0,0,0-2H3.071A7.011,7.011,0,0,1,10,13a5.044,5.044,0,1,0-3.377-1.337A9.01,9.01,0,0,0,1,20,1,1,0,0,0,2,21ZM10,5A3,3,0,1,1,7,8,3,3,0,0,1,10,5Zm13,8.5v5a.5.5,0,0,1-.5.5h-1v2L19,19H14.5a.5.5,0,0,1-.5-.5v-5a.5.5,0,0,1,.5-.5h8A.5.5,0,0,1,23,13.5Z"></path>
                                </svg>
                            </div>
                            <div class="popup__payment__row__item-text">Transfer of Property Rights</div>
                        </div>

                    </div>
                </div>
				
                <div class="popup__payment__row">
					<div class="popup__payment__row-title">Loan for Initial Capital for EU Citizens and OECD Countries</div>
					<div class="popup__payment__row-subtitle">If you wish to purchase property abroad but lack sufficient personal capital, even though the property offers promising returns, we will provide you with solutions to obtain a loan in your country for any purpose.</div>
                    <div class="popup__payment__row-main">
                        <div class="popup__payment__row__item">
                            <div class="popup__payment__row__item-icon">
                                <svg xmlns="http://www.w3.org/2000/svg" fill="white" width="128px" height="128px" version="1.1" viewBox="144 144 512 512">
                                    <g fill-rule="evenodd">
                                        <path d="m451.17 323.98c-5.0078-1.7695-10.328-2.6992-15.742-2.6992h-70.848c-12.523 0-24.535 4.9766-33.402 13.832-8.8555 8.8633-13.832 20.875-13.832 33.402v49.934c-5.0078-1.7695-10.328-2.6992-15.742-2.6992h-51.168c-12.523 0-24.535 4.9766-33.402 13.832-8.8555 8.8633-13.832 20.875-13.832 33.402v125.95h-7.8711c-8.6914 0-15.742 7.0547-15.742 15.742 0 8.6914 7.0547 15.742 15.742 15.742h409.34c8.6914 0 15.742-7.0547 15.742-15.742 0-8.6914-7.0547-15.742-15.742-15.742h-7.8711v-299.14c0-12.523-4.9766-24.535-13.832-33.402-8.8633-8.8555-20.875-13.832-33.402-13.832h-51.168c-12.523 0-24.535 4.9766-33.402 13.832-8.8555 8.8633-13.832 20.875-13.832 33.402v34.188zm-133.82 264.95v-125.95c0-4.1719-1.6602-8.1797-4.6133-11.133s-6.957-4.6133-11.133-4.6133h-51.168c-4.1719 0-8.1797 1.6602-11.133 4.6133s-4.6133 6.957-4.6133 11.133v125.95zm133.82 0v-220.42c0-4.1719-1.6602-8.1797-4.6133-11.133-2.9531-2.9531-6.957-4.6133-11.133-4.6133h-70.848c-4.1719 0-8.1797 1.6602-11.133 4.6133s-4.6133 6.957-4.6133 11.133v220.42zm31.488 0h77.973l-77.973-36.203zm0-70.918 82.656 38.375v-20.387l-82.656-38.375zm0-55.105 82.656 38.375v-20.387l-82.656-38.375zm0-55.105 82.656 38.375v-24.324l-82.656-38.375zm0-59.039 82.656 38.375v-22.355l-82.656-38.375zm9.9492-73.609c-1.9844 0.78906-3.8008 1.9766-5.3359 3.5117-2.9531 2.9531-4.6133 6.957-4.6133 11.133v1.8984l82.656 38.375v-21.16l-72.707-33.754z"/>
                                        <path d="m318.09 231.35-133.89 133.9c-6.1484 6.1406-6.1484 16.121 0 22.262 6.1406 6.1484 16.121 6.1484 22.262 0l133.9-133.89-6.7461 20.223c-2.7461 8.2422 1.7148 17.168 9.957 19.918 8.2422 2.7461 17.168-1.7148 19.918-9.957l27.828-83.5c1.8906-5.6523 0.41797-11.895-3.8008-16.105-4.2109-4.2188-10.453-5.6914-16.105-3.8008l-83.5 27.828c-8.2422 2.7461-12.707 11.676-9.957 19.918 2.7461 8.2422 11.676 12.707 19.918 9.957l20.223-6.7461z"/>
                                    </g>
                                </svg>
                            </div>
                            <div class="popup__payment__row__item-text">Preliminary planning for loan availability in your country.</div>

                        </div>

                        <svg class="popup__payment__row__item-arrow" xmlns="http://www.w3.org/2000/svg" width="100" height="6" viewBox="0 0 100 6" fill="none">
                            <path d="M0 3.09937L5 5.98612V0.212614L0 3.09937ZM5.76923 3.59937H9.61539V2.59937H5.76923V3.59937ZM13.4615 3.59937H17.3077V2.59937H13.4615V3.59937ZM21.1538 3.59937H25V2.59937H21.1538V3.59937ZM28.8462 3.59937H32.6923V2.59937H28.8462V3.59937ZM36.5385 3.59937H40.3846V2.59937H36.5385V3.59937ZM44.2308 3.59937H48.0769V2.59937H44.2308V3.59937ZM51.9231 3.59937H55.7692V2.59937H51.9231V3.59937ZM59.6154 3.59937H63.4615V2.59937H59.6154V3.59937ZM67.3077 3.59937H71.1538V2.59937H67.3077V3.59937ZM75 3.59937H78.8461V2.59937H75V3.59937ZM82.6923 3.59937H86.5385V2.59937H82.6923V3.59937ZM90.3846 3.59937H94.2308V2.59937H90.3846V3.59937ZM98.0769 3.59937H100V2.59937H98.0769V3.59937Z" fill="#040048"/>
                        </svg>

                        <div class="popup__payment__row__item">
                            <div class="popup__payment__row__item-icon">
                                <svg width="128px" height="128px" viewBox="0 0 192 192" xmlns="http://www.w3.org/2000/svg" fill="none">
                                    <path stroke="white" stroke-linecap="round" stroke-linejoin="round" stroke-width="12" d="M68 89h56m-56 24h56m-56 24h36"/>
                                    <path fill="white" fill-rule="evenodd" d="M52 28a2 2 0 0 0-2 2v132a2 2 0 0 0 2 2h88a2 2 0 0 0 2-2V62h-28a6 6 0 0 1-6-6V28H52Zm68 8.485L133.515 50H120V36.485ZM38 30c0-7.732 6.268-14 14-14h62c1.591 0 3.117.632 4.243 1.757l34 34A6 6 0 0 1 154 56v106c0 7.732-6.268 14-14 14H52c-7.732 0-14-6.268-14-14V30Z" clip-rule="evenodd"/>
                                </svg>
                            </div>
							<div class="popup__payment__row__item-text">Collection of documents and submission to the financial authorities in your country.</div>
                        </div>

                        <svg class="popup__payment__row__item-arrow" xmlns="http://www.w3.org/2000/svg" width="100" height="6" viewBox="0 0 100 6" fill="none">
                            <path d="M0 3.09937L5 5.98612V0.212614L0 3.09937ZM5.76923 3.59937H9.61539V2.59937H5.76923V3.59937ZM13.4615 3.59937H17.3077V2.59937H13.4615V3.59937ZM21.1538 3.59937H25V2.59937H21.1538V3.59937ZM28.8462 3.59937H32.6923V2.59937H28.8462V3.59937ZM36.5385 3.59937H40.3846V2.59937H36.5385V3.59937ZM44.2308 3.59937H48.0769V2.59937H44.2308V3.59937ZM51.9231 3.59937H55.7692V2.59937H51.9231V3.59937ZM59.6154 3.59937H63.4615V2.59937H59.6154V3.59937ZM67.3077 3.59937H71.1538V2.59937H67.3077V3.59937ZM75 3.59937H78.8461V2.59937H75V3.59937ZM82.6923 3.59937H86.5385V2.59937H82.6923V3.59937ZM90.3846 3.59937H94.2308V2.59937H90.3846V3.59937ZM98.0769 3.59937H100V2.59937H98.0769V3.59937Z" fill="#040048"/>
                        </svg>

                        <div class="popup__payment__row__item">
                            <div class="popup__payment__row__item-icon">
                                <svg fill="white" width="128px" height="128px" version="1.1" viewBox="144 144 512 512" xmlns="http://www.w3.org/2000/svg">
                                    <g fill-rule="evenodd">
                                        <path d="m329.15 368.51c21.734 0 39.359-17.625 39.359-39.359v-124.38c0-11.43-4.9688-22.301-13.617-29.789-8.6523-7.4766-20.129-10.824-31.449-9.1641-0.070312 0.007813-0.14062 0.015626-0.20312 0.03125-80.703 12.941-144.48 76.738-157.12 157.48-0.007813 0.054688-0.015625 0.10156-0.023438 0.15625-1.6445 11.234 1.6758 22.625 9.1016 31.219 7.3984 8.5664 18.152 13.492 29.465 13.523 33.418 0.27734 91.898 0.27734 124.49 0.27734zm0-31.488c-32.527 0-90.914 0-124.25-0.26953-0.039062 0-0.085937-0.007812-0.125-0.007812-2.2109 0-4.3047-0.95312-5.7539-2.6289-1.418-1.6367-2.0625-3.8086-1.7773-5.9531 10.57-67.281 63.676-120.37 130.86-131.2 2.2344-0.30078 4.4961 0.37109 6.2031 1.8438 1.7305 1.4961 2.7227 3.6758 2.7227 5.9609v124.39c0 4.3438-3.5273 7.8711-7.8711 7.8711z"/>
                                        <path d="m604.16 414.63c-3.1406 44.367-20.453 84.844-47.43 116.93-5.5898 6.6523-4.7227 16.594 1.9297 22.184s16.586 4.7305 22.176-1.9219c31.133-37.039 51.113-83.766 54.734-134.97 0.60547-8.668-5.9258-16.199-14.594-16.816-8.668-0.61328-16.207 5.9258-16.816 14.594z"/>
                                        <path d="m415.74 387.36v-191.52c90.82 6.9102 165.22 73.25 184.22 160.29 1.8516 8.4844 10.25 13.871 18.734 12.02 8.4922-1.8516 13.879-10.25 12.027-18.742-21.93-100.44-107.77-176.99-212.76-184.98-0.054688 0-0.10938-0.007812-0.16406-0.007812-8.6914-0.57422-17.23 2.4883-23.594 8.4375-6.3516 5.9609-9.957 14.281-9.957 22.996v188.4c-40.406 0-147.47 0.015625-188.44 0.085938-8.6602 0-16.957 3.5898-22.891 9.9258-5.9336 6.3281-8.9805 14.84-8.4219 23.508 0 0.054687 0.007812 0.10937 0.007812 0.15625 9.1797 122.05 111.1 218.23 235.49 218.23 50.168 0 96.699-15.672 134.96-42.391 7.0234-4.9023 8.8398-14.523 4.0859-21.648l-123.31-184.77zm-23.617 28.387v188.78c2.6055 0.10156 5.2344 0.14844 7.8711 0.14844 2.6367 0 5.2578-0.046875 7.8711-0.14844v-172.24l-11.035-16.539zm-31.488 185.15v-185.14h-15.742v181.42c5.1719 1.4414 10.422 2.6836 15.742 3.7227zm78.719-121.43v121.42c5.3203-1.0391 10.57-2.2812 15.742-3.7305v-94.094zm-125.95 106.04v-169.75h-15.742v161.36 0.17188c5.1094 2.9531 10.359 5.6992 15.742 8.2109zm173.18-35.258v35.234c5.9609-2.793 11.762-5.8555 17.383-9.1875zm-220.42 4.6211v-139.09h-15.742v123.95c4.9766 5.3203 10.234 10.383 15.742 15.145zm-47.23-139.06-23.012 0.023437c2.1797 28.613 10.258 55.594 23.012 79.703z"/>
                                    </g>
                                </svg>
                            </div>
							<div class="popup__payment__row__item-text">Preliminary mortgage planning based on the borrower's income.</div>
                        </div>

                        <svg class="popup__payment__row__item-arrow" xmlns="http://www.w3.org/2000/svg" width="100" height="6" viewBox="0 0 100 6" fill="none">
                            <path d="M0 3.09937L5 5.98612V0.212614L0 3.09937ZM5.76923 3.59937H9.61539V2.59937H5.76923V3.59937ZM13.4615 3.59937H17.3077V2.59937H13.4615V3.59937ZM21.1538 3.59937H25V2.59937H21.1538V3.59937ZM28.8462 3.59937H32.6923V2.59937H28.8462V3.59937ZM36.5385 3.59937H40.3846V2.59937H36.5385V3.59937ZM44.2308 3.59937H48.0769V2.59937H44.2308V3.59937ZM51.9231 3.59937H55.7692V2.59937H51.9231V3.59937ZM59.6154 3.59937H63.4615V2.59937H59.6154V3.59937ZM67.3077 3.59937H71.1538V2.59937H67.3077V3.59937ZM75 3.59937H78.8461V2.59937H75V3.59937ZM82.6923 3.59937H86.5385V2.59937H82.6923V3.59937ZM90.3846 3.59937H94.2308V2.59937H90.3846V3.59937ZM98.0769 3.59937H100V2.59937H98.0769V3.59937Z" fill="#040048"/>
                        </svg>

                        <div class="popup__payment__row__item">
                            <div class="popup__payment__row__item-icon">
                                <!-- circle and in the center % mark -->
                                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 25 25" fill="none">
                                    <path d="M9.2666 9.95654H9.2766M15.2666 15.9565H15.2766M16.2666 8.95654L8.2666 16.9565M9.4685 21.5574C9.79625 21.5141 10.1273 21.603 10.3884 21.8041L11.5917 22.7274C11.9894 23.0329 12.5427 23.0329 12.9393 22.7274L14.1881 21.7685C14.4214 21.5896 14.7158 21.5107 15.0069 21.5496L16.569 21.7552C17.0656 21.8207 17.5445 21.5441 17.7367 21.0808L18.3378 19.6275C18.45 19.3553 18.6655 19.1397 18.9377 19.0275L20.3909 18.4264C20.8542 18.2353 21.1309 17.7553 21.0653 17.2586L20.8676 15.7531C20.8242 15.4254 20.9131 15.0943 21.1142 14.8332L22.0375 13.6299C22.343 13.2321 22.343 12.6788 22.0375 12.2821L21.0786 11.0333C20.8998 10.7999 20.8209 10.5055 20.8598 10.2144L21.0653 8.65222C21.1309 8.15557 20.8542 7.67669 20.3909 7.48447L18.9377 6.88338C18.6655 6.77116 18.45 6.55561 18.3378 6.28339L17.7367 4.8301C17.5456 4.36678 17.0656 4.09012 16.569 4.15568L15.0069 4.36123C14.7158 4.40122 14.4214 4.32234 14.1892 4.14457L12.9404 3.1857C12.5427 2.88016 11.9894 2.88016 11.5928 3.1857L10.344 4.14457C10.1107 4.32234 9.81625 4.40122 9.52516 4.36345L7.96307 4.1579C7.46645 4.09234 6.9876 4.369 6.79539 4.83232L6.19544 6.28562C6.08212 6.55672 5.86658 6.77227 5.59549 6.8856L4.14228 7.48558C3.67898 7.6778 3.40234 8.15668 3.46789 8.65333L3.67343 10.2155C3.7112 10.5066 3.63232 10.801 3.45456 11.0333L2.49575 12.2821C2.19022 12.6799 2.19022 13.2332 2.49575 13.6299L3.45456 14.8787C3.63343 15.112 3.71231 15.4065 3.67343 15.6976L3.46789 17.2598C3.40234 17.7564 3.67898 18.2353 4.14228 18.4275L5.59549 19.0286C5.86769 19.1408 6.08323 19.3564 6.19544 19.6286L6.7965 21.0819C6.9876 21.5452 7.46756 21.8219 7.96418 21.7563L9.4685 21.5574ZM9.7666 9.95654C9.7666 10.2327 9.54274 10.4565 9.2666 10.4565C8.99046 10.4565 8.7666 10.2327 8.7666 9.95654C8.7666 9.6804 8.99046 9.45654 9.2666 9.45654C9.54274 9.45654 9.7666 9.6804 9.7666 9.95654ZM15.7666 15.9565C15.7666 16.2327 15.5427 16.4565 15.2666 16.4565C14.9905 16.4565 14.7666 16.2327 14.7666 15.9565C14.7666 15.6804 14.9905 15.4565 15.2666 15.4565C15.5427 15.4565 15.7666 15.6804 15.7666 15.9565Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                                </svg>
                            </div>
                            <div class="popup__payment__row__item-text">Preliminary property selection to assess the percentage of the approved mortgage amount.</div>

                        </div>

                        <svg class="popup__payment__row__item-arrow" xmlns="http://www.w3.org/2000/svg" width="100" height="6" viewBox="0 0 100 6" fill="none">
                            <path d="M0 3.09937L5 5.98612V0.212614L0 3.09937ZM5.76923 3.59937H9.61539V2.59937H5.76923V3.59937ZM13.4615 3.59937H17.3077V2.59937H13.4615V3.59937ZM21.1538 3.59937H25V2.59937H21.1538V3.59937ZM28.8462 3.59937H32.6923V2.59937H28.8462V3.59937ZM36.5385 3.59937H40.3846V2.59937H36.5385V3.59937ZM44.2308 3.59937H48.0769V2.59937H44.2308V3.59937ZM51.9231 3.59937H55.7692V2.59937H51.9231V3.59937ZM59.6154 3.59937H63.4615V2.59937H59.6154V3.59937ZM67.3077 3.59937H71.1538V2.59937H67.3077V3.59937ZM75 3.59937H78.8461V2.59937H75V3.59937ZM82.6923 3.59937H86.5385V2.59937H82.6923V3.59937ZM90.3846 3.59937H94.2308V2.59937H90.3846V3.59937ZM98.0769 3.59937H100V2.59937H98.0769V3.59937Z" fill="#040048"/>
                        </svg>

                        <div class="popup__payment__row__item">
                            <div class="popup__payment__row__item-icon">
                                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 25 25" fill="none">
                                    <path d="M5.54395 9.52785V17.5279M10.0439 9.52785V17.5279M15.0439 9.52785V17.5279M19.5439 9.52785V17.5279M3.54395 19.1279L3.54395 19.9279C3.54395 20.4879 3.54395 20.7679 3.65294 20.9818C3.74881 21.17 3.90179 21.323 4.08995 21.4189C4.30387 21.5279 4.58389 21.5279 5.14395 21.5279H19.9439C20.504 21.5279 20.784 21.5279 20.9979 21.4189C21.1861 21.323 21.3391 21.17 21.435 20.9818C21.5439 20.7679 21.5439 20.4879 21.5439 19.9279V19.1279C21.5439 18.5678 21.5439 18.2878 21.435 18.0739C21.3391 17.8857 21.1861 17.7327 20.9979 17.6368C20.784 17.5279 20.504 17.5279 19.9439 17.5279H5.14395C4.58389 17.5279 4.30387 17.5279 4.08995 17.6368C3.90179 17.7327 3.74881 17.8857 3.65294 18.0739C3.54395 18.2878 3.54395 18.5678 3.54395 19.1279ZM12.1969 3.60498L4.79686 5.24943C4.3498 5.34877 4.12627 5.39845 3.95941 5.51866C3.81224 5.62468 3.69667 5.76875 3.62509 5.93542C3.54395 6.12438 3.54395 6.35336 3.54395 6.81133L3.54395 7.92785C3.54395 8.4879 3.54395 8.76793 3.65294 8.98184C3.74881 9.17 3.90179 9.32298 4.08995 9.41886C4.30387 9.52785 4.58389 9.52785 5.14395 9.52785H19.9439C20.504 9.52785 20.784 9.52785 20.9979 9.41886C21.1861 9.32298 21.3391 9.17 21.435 8.98184C21.5439 8.76793 21.5439 8.4879 21.5439 7.92785V6.81133C21.5439 6.35336 21.5439 6.12438 21.4628 5.93542C21.3912 5.76875 21.2757 5.62469 21.1285 5.51866C20.9616 5.39845 20.7381 5.34877 20.291 5.24943L12.891 3.60498C12.7615 3.5762 12.6967 3.56181 12.6313 3.55607C12.5732 3.55097 12.5147 3.55097 12.4566 3.55607C12.3911 3.56181 12.3264 3.5762 12.1969 3.60498Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                                </svg>
                            </div>
                            <div class="popup__payment__row__item-text">Preliminary Approval from the Bank</div>
                        </div>

                        <svg class="popup__payment__row__item-arrow" xmlns="http://www.w3.org/2000/svg" width="100" height="6" viewBox="0 0 100 6" fill="none">
                            <path d="M0 3.09937L5 5.98612V0.212614L0 3.09937ZM5.76923 3.59937H9.61539V2.59937H5.76923V3.59937ZM13.4615 3.59937H17.3077V2.59937H13.4615V3.59937ZM21.1538 3.59937H25V2.59937H21.1538V3.59937ZM28.8462 3.59937H32.6923V2.59937H28.8462V3.59937ZM36.5385 3.59937H40.3846V2.59937H36.5385V3.59937ZM44.2308 3.59937H48.0769V2.59937H44.2308V3.59937ZM51.9231 3.59937H55.7692V2.59937H51.9231V3.59937ZM59.6154 3.59937H63.4615V2.59937H59.6154V3.59937ZM67.3077 3.59937H71.1538V2.59937H67.3077V3.59937ZM75 3.59937H78.8461V2.59937H75V3.59937ZM82.6923 3.59937H86.5385V2.59937H82.6923V3.59937ZM90.3846 3.59937H94.2308V2.59937H90.3846V3.59937ZM98.0769 3.59937H100V2.59937H98.0769V3.59937Z" fill="#040048"/>
                        </svg>

                        <div class="popup__payment__row__item">
                            <div class="popup__payment__row__item-icon">
                                <svg fill="white" width="128px" height="128px" version="1.1" viewBox="144 144 512 512" xmlns="http://www.w3.org/2000/svg">
                                    <g>
                                        <path d="m274.05 206.87c-4.6172 0-8.3984 3.7773-8.3984 8.3984v54.41l50.383-35.016v-19.395c0-4.6172-3.7773-8.3984-8.3984-8.3984z"/>
                                        <path d="m593.71 331.39-188.93-131.41c-2.8555-2.0156-6.7188-2.0156-9.5742 0l-188.93 131.41c-11.418 7.9766-14.273 23.68-6.2969 35.098 3.8633 5.543 9.5742 9.2383 16.207 10.41 1.5117 0.25 3.0234 0.33594 4.5352 0.33594 5.0391 0 10.078-1.5117 14.273-4.4492l165-114.78 165 114.79c5.457 3.7773 12.176 5.2891 18.809 4.1133 6.6328-1.1758 12.344-4.8711 16.207-10.41 3.0234-4.3672 4.5352-9.4062 4.5352-14.359 0-7.9766-3.7812-15.785-10.832-20.742z"/>
                                        <path d="m400 278.5-155.43 108.07c-6.0469 4.1992-13.434 6.8008-20.906 7.3906l-0.003907 173.98c0 18.559 15.031 33.586 33.586 33.586h42.992l0.003906-112.68c0-11.922 9.7422-21.664 21.664-21.664h57.434c11.922 0 21.664 9.7422 21.664 21.664v112.69h141.74c18.559 0 33.586-15.031 33.586-33.586v-173.9c-7.4727-0.58594-14.695-3.1055-20.906-7.4727zm34.594 123.18c0 3.6953-3.0234 6.7188-6.7188 6.7188h-53.738c-3.6953 0-6.7188-3.0234-6.7188-6.7188v-53.738c0-3.7773 3.0234-6.8008 6.7188-6.8008h53.738c3.6953 0 6.7188 3.0234 6.7188 6.8008z"/>
                                    </g>
                                </svg>
                            </div>
							<div class="popup__payment__row__item-text">Selection of the property you wish to purchase.</div>
                        </div>

                        <svg class="popup__payment__row__item-arrow" xmlns="http://www.w3.org/2000/svg" width="100" height="6" viewBox="0 0 100 6" fill="none">
                            <path d="M0 3.09937L5 5.98612V0.212614L0 3.09937ZM5.76923 3.59937H9.61539V2.59937H5.76923V3.59937ZM13.4615 3.59937H17.3077V2.59937H13.4615V3.59937ZM21.1538 3.59937H25V2.59937H21.1538V3.59937ZM28.8462 3.59937H32.6923V2.59937H28.8462V3.59937ZM36.5385 3.59937H40.3846V2.59937H36.5385V3.59937ZM44.2308 3.59937H48.0769V2.59937H44.2308V3.59937ZM51.9231 3.59937H55.7692V2.59937H51.9231V3.59937ZM59.6154 3.59937H63.4615V2.59937H59.6154V3.59937ZM67.3077 3.59937H71.1538V2.59937H67.3077V3.59937ZM75 3.59937H78.8461V2.59937H75V3.59937ZM82.6923 3.59937H86.5385V2.59937H82.6923V3.59937ZM90.3846 3.59937H94.2308V2.59937H90.3846V3.59937ZM98.0769 3.59937H100V2.59937H98.0769V3.59937Z" fill="#040048"/>
                        </svg>

                        <div class="popup__payment__row__item">
                            <div class="popup__payment__row__item-icon">
                                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 122.88 92.65">
                                    <g><path style="fill-rule:evenodd;clip-rule:evenodd;" fill="white" d="M0,39.37h24.83v44.18H0V39.37L0,39.37z M81.73,0c12.2,0,22.11,9.89,22.11,22.11c0,12.2-9.89,22.11-22.11,22.11 c-12.2,0-22.11-9.89-22.11-22.11C59.63,9.91,69.52,0,81.73,0L81.73,0z M84.34,27.57c0-0.83-0.2-1.48-0.61-1.95 c-0.41-0.47-1.13-0.92-2.16-1.33c-1.02-0.42-1.97-0.84-2.84-1.27c-0.87-0.43-1.62-0.93-2.25-1.5c-0.63-0.56-1.11-1.22-1.45-1.96 c-0.33-0.74-0.5-1.64-0.5-2.7c0-1.77,0.6-3.23,1.79-4.37c1.19-1.15,2.78-1.82,4.77-2V8.1h2.5v2.44c1.91,0.28,3.42,1.07,4.51,2.36 c1.09,1.29,1.65,2.93,1.65,4.92h-5.31c0-1.09-0.21-1.92-0.63-2.51c-0.42-0.58-1.01-0.88-1.79-0.88c-0.69,0-1.23,0.22-1.61,0.65 c-0.38,0.43-0.57,1.03-0.57,1.8c0,0.78,0.22,1.39,0.66,1.84c0.44,0.46,1.15,0.89,2.12,1.31c0.98,0.41,1.89,0.84,2.76,1.29 c0.86,0.45,1.61,0.95,2.24,1.51c0.63,0.57,1.12,1.23,1.47,1.98c0.36,0.75,0.54,1.66,0.54,2.71c0,1.79-0.57,3.25-1.7,4.38 c-1.14,1.13-2.68,1.79-4.64,1.98v2.22h-2.49v-2.24c-2.28-0.24-4.04-1.02-5.25-2.35c-1.22-1.32-1.83-3.07-1.83-5.24H79 c0,1.2,0.26,2.1,0.79,2.73c0.52,0.62,1.28,0.93,2.25,0.93c0.71,0,1.27-0.21,1.68-0.64C84.13,28.89,84.34,28.3,84.34,27.57 L84.34,27.57L84.34,27.57z M29.83,79.84V42.91h16.61c7.04,1.26,14.08,5.08,21.12,9.51h12.9c5.84,0.35,8.9,6.27,3.22,10.16 c-4.52,3.32-10.49,3.13-16.61,2.58c-4.22-0.21-4.4,5.46,0,5.48c1.53,0.12,3.19-0.24,4.64-0.24c7.64-0.01,13.92-1.47,17.77-7.5 l1.93-4.51l19.19-9.51c9.6-3.16,16.42,6.88,9.35,13.87c-13.9,10.11-28.15,18.43-42.73,25.15c-10.59,6.44-21.18,6.22-31.76,0 L29.83,79.84L29.83,79.84z"></path></g>
                                </svg>
                            </div>
                            <div class="popup__payment__row__item-text">Making a Full or Partial Down Payment</div>
                        </div>
						
                        <svg class="popup__payment__row__item-arrow" xmlns="http://www.w3.org/2000/svg" width="100" height="6" viewBox="0 0 100 6" fill="none">
                            <path d="M0 3.09937L5 5.98612V0.212614L0 3.09937ZM5.76923 3.59937H9.61539V2.59937H5.76923V3.59937ZM13.4615 3.59937H17.3077V2.59937H13.4615V3.59937ZM21.1538 3.59937H25V2.59937H21.1538V3.59937ZM28.8462 3.59937H32.6923V2.59937H28.8462V3.59937ZM36.5385 3.59937H40.3846V2.59937H36.5385V3.59937ZM44.2308 3.59937H48.0769V2.59937H44.2308V3.59937ZM51.9231 3.59937H55.7692V2.59937H51.9231V3.59937ZM59.6154 3.59937H63.4615V2.59937H59.6154V3.59937ZM67.3077 3.59937H71.1538V2.59937H67.3077V3.59937ZM75 3.59937H78.8461V2.59937H75V3.59937ZM82.6923 3.59937H86.5385V2.59937H82.6923V3.59937ZM90.3846 3.59937H94.2308V2.59937H90.3846V3.59937ZM98.0769 3.59937H100V2.59937H98.0769V3.59937Z" fill="#040048"/>
                        </svg>

                        <div class="popup__payment__row__item">
                            <div class="popup__payment__row__item-icon">
                                <!-- hand and on top there is a house -->
                                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 122.88 111.2">
                                    <g><path fill="white" d="M84.36,0L50.83,32.84l8.18,4.3l25.13-26.39l25.57,26.39l8.18-4.3L84.36,0L84.36,0z M0,66.75l35.32-1.86 l1.57,39.45l-35.32,1.85L0,66.75L0,66.75z M41.22,100.86l-1.31-32.97l14.83-0.59c6.33,0.88,12.76,4.04,19.2,7.75l11.52-0.46 c5.23,0.11,8.17,5.28,3.24,8.96c-3.92,3.12-9.26,3.17-14.74,2.89c-3.77-0.04-3.74,5.03,0.19,4.9c1.37,0.05,2.84-0.33,4.14-0.38 c6.82-0.28,12.38-1.8,15.6-7.33l1.57-4.1l16.8-9.18c8.46-3.16,14.16,4.81,8.09,11.3c-12.05,9.52-23.74,18.21-36.51,24.73 c-9.23,6.13-18.69,6.31-28.37,1.13L41.22,100.86L41.22,100.86z M60.8,38L60.8,38l23.59-23.6L107.91,38h0v23.16H90.73V44.8h-12.9 v16.36l-17.04,0V38L60.8,38z"></path></g>
                                </svg>
                            </div>
                            <div class="popup__payment__row__item-text">Transfer of Mortgage Funds to the Seller</div>
                        </div>	

                        <svg class="popup__payment__row__item-arrow" xmlns="http://www.w3.org/2000/svg" width="100" height="6" viewBox="0 0 100 6" fill="none">
                            <path d="M0 3.09937L5 5.98612V0.212614L0 3.09937ZM5.76923 3.59937H9.61539V2.59937H5.76923V3.59937ZM13.4615 3.59937H17.3077V2.59937H13.4615V3.59937ZM21.1538 3.59937H25V2.59937H21.1538V3.59937ZM28.8462 3.59937H32.6923V2.59937H28.8462V3.59937ZM36.5385 3.59937H40.3846V2.59937H36.5385V3.59937ZM44.2308 3.59937H48.0769V2.59937H44.2308V3.59937ZM51.9231 3.59937H55.7692V2.59937H51.9231V3.59937ZM59.6154 3.59937H63.4615V2.59937H59.6154V3.59937ZM67.3077 3.59937H71.1538V2.59937H67.3077V3.59937ZM75 3.59937H78.8461V2.59937H75V3.59937ZM82.6923 3.59937H86.5385V2.59937H82.6923V3.59937ZM90.3846 3.59937H94.2308V2.59937H90.3846V3.59937ZM98.0769 3.59937H100V2.59937H98.0769V3.59937Z" fill="#040048"/>
                        </svg>

                        <div class="popup__payment__row__item">
                            <div class="popup__payment__row__item-icon">
                                <svg xmlns="http://www.w3.org/2000/svg" fill="#ffffff" viewBox="0 0 24 24">
                                    <path d="M2,21h8a1,1,0,0,0,0-2H3.071A7.011,7.011,0,0,1,10,13a5.044,5.044,0,1,0-3.377-1.337A9.01,9.01,0,0,0,1,20,1,1,0,0,0,2,21ZM10,5A3,3,0,1,1,7,8,3,3,0,0,1,10,5Zm13,8.5v5a.5.5,0,0,1-.5.5h-1v2L19,19H14.5a.5.5,0,0,1-.5-.5v-5a.5.5,0,0,1,.5-.5h8A.5.5,0,0,1,23,13.5Z"></path>
                                </svg>
                            </div>
                            <div class="popup__payment__row__item-text">Transfer of Property Rights</div>
                        </div>							

                    </div>
                </div>				

            </div>
        </div>
    </div>
</div>
<script type="rocketlazyloadscript">
/*
  Accordion behavior for .popup__payment__row
  - Smooth height animation
  - Moves non-title content into .acc-panel
  - Supports single-open mode
  - Accessible: ARIA + keyboard
*/
(function () {
  var root = document.getElementById('popup_payment');
  if (!root) return;

  var rows = root.querySelectorAll('.popup__payment__row');
  var singleOpen = true;

  rows.forEach(function (row, idx) {
    var title = row.querySelector('.popup__payment__row-title');
    if (!title) return;

    var panel = row.querySelector('.acc-panel');
    if (!panel) {
      panel = document.createElement('div');
      panel.className = 'acc-panel';
      panel.id = 'acc-panel-' + idx;

      var children = Array.from(row.children);
      children.forEach(function (el) {
        if (!el.classList.contains('popup__payment__row-title')) {
          panel.appendChild(el);
        }
      });

      title.insertAdjacentElement('afterend', panel);
    }

    // ARIA
    title.setAttribute('role', 'button');
    title.setAttribute('tabindex', '0');
    title.setAttribute('aria-controls', panel.id);
    title.setAttribute('aria-expanded', 'false');

    var isAnimating = false;

    function openRow() {
      if (row.classList.contains('is-open') || isAnimating) return;

      if (singleOpen) {
        rows.forEach(function (r) {
          if (r !== row) closeRow(r);
        });
      }

      isAnimating = true;
      panel.removeAttribute('data-acc-auto');
      panel.style.height = panel.scrollHeight + 'px';
      row.classList.add('is-open');
      title.setAttribute('aria-expanded', 'true');

      panel.addEventListener('transitionend', function te(e) {
        if (e.propertyName === 'height') {
          panel.style.height = 'auto';
          panel.setAttribute('data-acc-auto', '1');
          isAnimating = false;
          panel.removeEventListener('transitionend', te);
        }
      });
    }

    function closeRow(targetRow) {
      var r = targetRow || row;
      var t = r.querySelector('.popup__payment__row-title');
      var p = r.querySelector('.acc-panel');

      if (!r.classList.contains('is-open')) return;

      var h = p.scrollHeight;
      p.style.height = h + 'px';
      p.removeAttribute('data-acc-auto');

      requestAnimationFrame(function () {
        p.style.height = '0px';
      });

      r.classList.remove('is-open');
      if (t) t.setAttribute('aria-expanded', 'false');
    }

    function toggleRow() {
      if (row.classList.contains('is-open')) closeRow();
      else openRow();
    }

    title.addEventListener('click', toggleRow);
    title.addEventListener('keydown', function (e) {
      if (e.key === 'Enter' || e.key === ' ') {
        e.preventDefault();
        toggleRow();
      }
    });
  });

})();
</script>




<!-- Calculator popup form -->
<div class="popup popup-callback-type popup-with-icon mfp-with-anim mfp-hide" id="popup_calculator">
    <div class="popup-inner">
        <button title="Close (Esc)" type="button" class="mfp-close">×</button>

        <div class="popup-header">
            <div class="popup-icon">
                <svg xmlns="http://www.w3.org/2000/svg" width="30" height="29" viewBox="0 0 30 29" fill="none">
                    <path d="M28.3339 21.06V25.06C28.3354 25.4313 28.2593 25.7989 28.1106 26.1391C27.9618 26.4793 27.7436 26.7848 27.47 27.0358C27.1964 27.2868 26.8733 27.4779 26.5216 27.5969C26.1698 27.7159 25.7971 27.7601 25.4272 27.7266C21.3243 27.2808 17.3832 25.8788 13.9206 23.6333C10.699 21.5862 7.96768 18.8549 5.92056 15.6333C3.6672 12.1549 2.26489 8.19463 1.82723 4.0733C1.79391 3.70459 1.83773 3.33298 1.9559 2.98213C2.07406 2.63128 2.26399 2.30889 2.51358 2.03546C2.76318 1.76204 3.06697 1.54358 3.40562 1.394C3.74426 1.24441 4.11035 1.16698 4.48056 1.16663H8.48056C9.12764 1.16026 9.75495 1.3894 10.2456 1.81134C10.7362 2.23328 11.0567 2.81923 11.1472 3.45997C11.3161 4.74006 11.6292 5.99694 12.0806 7.20663C12.26 7.68387 12.2988 8.20252 12.1924 8.70114C12.0861 9.19976 11.839 9.65745 11.4806 10.02L9.78723 11.7133C11.6853 15.0514 14.4492 17.8152 17.7872 19.7133L19.4806 18.02C19.8431 17.6615 20.3008 17.4144 20.7994 17.3081C21.298 17.2018 21.8167 17.2406 22.2939 17.42C23.5036 17.8714 24.7605 18.1845 26.0406 18.3533C26.6883 18.4447 27.2798 18.7709 27.7026 19.27C28.1254 19.769 28.3501 20.4061 28.3339 21.06Z" stroke="#97C680" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                </svg>
            </div>
            <div class="popup-title">Back call</div>
            <div class="popup-subtitle">Please provide your contact information and the manager will contact you shortly:</div>
        </div>

        <div class="popup-body">
			<div class="popup-form">
                
<div class="wpcf7 no-js" id="wpcf7-f9021-o6" lang="en-GB" dir="ltr">
<div class="screen-reader-response"><p role="status" aria-live="polite" aria-atomic="true"></p> <ul></ul></div>
<form action="/en/#wpcf7-f9021-o6" method="post" class="wpcf7-form init" aria-label="Contact form" novalidate="novalidate" data-status="init">
<div style="display: none;">
<input type="hidden" name="_wpcf7" value="9021" />
<input type="hidden" name="_wpcf7_version" value="5.9.3" />
<input type="hidden" name="_wpcf7_locale" value="en_GB" />
<input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f9021-o6" />
<input type="hidden" name="_wpcf7_container_post" value="0" />
<input type="hidden" name="_wpcf7_posted_data_hash" value="" />
<input type="hidden" name="gclid" value="" />
<input type="hidden" name="utm_source" value="direct" />
<input type="hidden" name="utm_medium" value="none" />
<input type="hidden" name="utm_campaign" value="none" />
<input type="hidden" name="utm_term" value="none" />
<input type="hidden" name="utm_content" value="none" />
<input type="hidden" name="ga_client_id_save" value="none" />
<input type="hidden" name="ga_session_id_save" value="none" />
<input type="hidden" name="_wpcf7_recaptcha_response" value="" />
</div>
<div class="popup-form-inner">
		<div class="input-wrap">
			<label for="form_name" class="input-label form-input-label">Enter your name</label>
			<span class="wpcf7-form-control-wrap" data-name="your-name"><input size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required input form-input" autocomplete="name" aria-required="true" aria-invalid="false" value="" type="text" name="your-name" /></span>
		</div>
		<div class="input-wrap">
			<label for="form_email" class="input-label form-input-label">Your E-mail</label>
<span class="wpcf7-form-control-wrap" data-name="your-email"><input size="40" class="wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email input form-input form_email_input" autocomplete="email" aria-required="true" aria-invalid="false" value="" type="email" name="your-email" /></span>
		</div>
		<div class="input-wrap">
			<label for="form_phone" class="input-label form-input-label">Enter your phone</label>
			<span class="wpcf7-form-control-wrap" data-name="your-tel"><input size="40" maxlength="15" minlength="12" class="wpcf7-form-control wpcf7-tel wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-tel input form-input phone_field" autocomplete="tel" aria-required="true" aria-invalid="false" value="" type="tel" name="your-tel" /></span>
		</div>

		<button class="btn shine-anim form-grid-btn">
			<svg xmlns="http://www.w3.org/2000/svg" width="19" height="14" viewBox="0 0 19 14" fill="none">
				<path d="M17.209 1.90015L6.20898 12.9001L1.20898 7.90015" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
			</svg>
			<span>Send</span>
		</button>

		<div class="popup-form-caution form-caution">
                            <div class="form__privacy">
                                <div class="form__privacy-item">
<span class="wpcf7-form-control-wrap" data-name="agree1"><span class="wpcf7-form-control wpcf7-checkbox wpcf7-validates-as-required agree1"><span class="wpcf7-list-item first last"><label><input type="checkbox" name="agree1[]" value="I agree with the company&#039;s &#039;privacy policy&#039;" /><span class="wpcf7-list-item-label">I agree with the company&#039;s &#039;privacy policy&#039;</span></label></span></span></span>
                                </div>

                                <div class="form__privacy-item">
<span class="wpcf7-form-control-wrap" data-name="agree2"><span class="wpcf7-form-control wpcf7-checkbox agree2"><span class="wpcf7-list-item first last"><label><input type="checkbox" name="agree2[]" value="I agree to the processing of my personal data by the company" checked="checked" /><span class="wpcf7-list-item-label">I agree to the processing of my personal data by the company</span></label></span></span></span>
                                </div>
                            </div>
		</div>

<input class="wpcf7-form-control wpcf7-hidden" id="calculator_year" value="calculator_year" type="hidden" name="my-hidden-field" />

<input class="wpcf7-form-control wpcf7-hidden" id="total_price" value="total_price" type="hidden" name="my-hidden-field" />


</div><div class="wpcf7-response-output" aria-hidden="true"></div>
</form>
</div>
			</div>
        </div>
    </div>
</div>
<!-- End Calculator popup form -->


	<script src="https://cdn.jsdelivr.net/npm/intl-tel-input@21.1.3/build/js/intlTelInput.min.js"></script>
	<script>
		
		
			var phoneInputs = document.querySelectorAll(".phone_field");
			phoneInputs.forEach(function(input) {
				var iti = window.intlTelInput(input, {
					utilsScript: "https://cdn.jsdelivr.net/npm/intl-tel-input@21.1.3/build/js/utils.js",
					nationalMode: true,  // Устанавливаем nationalMode в true
					autoPlaceholder: "aggressive"  // Устанавливаем autoPlaceholder в "aggressive"
				});
				
				iti.setCountry("sk");
				
				// Установка значения в поле ввода
				var phoneNumber = '+' + iti.getSelectedCountryData().dialCode;
				input.value = phoneNumber;

				// Функция установки значения в поле ввода
				function setPhoneNumber() {
					var phoneNumber = '+' + iti.getSelectedCountryData().dialCode;
					input.value = phoneNumber;
				}

				// Обработчик события изменения страны
				/*iti.promise.then(function() {
					iti.listen("countrychange", setPhoneNumber);
				});*/

				// Обработчик события фокуса (клика в поле)
				input.addEventListener("focus", function() {
					setPhoneNumber();
					// Перемещаем курсор в конец поля ввода
					input.setSelectionRange(input.value.length, input.value.length);
				});

				// Обработчик события очистки поля
				input.addEventListener("input", function() {
					if (input.value.trim() === '') {
						setPhoneNumber();
					}
				});	
			});
		
	</script>	
	
	</div>


<script src="https://togetthere.info/wp-content/themes/togetthere/js/libs/jquery-3.6.0.min.js"></script>
<script src="https://togetthere.info/wp-content/themes/togetthere/js/libs/jquery.marquee.min.js"></script>
<script data-minify="1" src="https://togetthere.info/wp-content/cache/min/1/wp-content/themes/togetthere/js/libs/swiper-bundle.js?ver=1781183081" defer></script>
<script data-minify="1" src="https://togetthere.info/wp-content/cache/min/1/wp-content/themes/togetthere/js/libs/aos.js?ver=1781183081" defer></script>
<script src="https://togetthere.info/wp-content/themes/togetthere/js/libs/jquery.magnific-popup.min.js"></script>
<script src="https://togetthere.info/wp-content/themes/togetthere/js/libs/select2.min.js" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.youtube.com/iframe_api?_v=944830d88c472915c3ebf861c2e20102" defer></script>
<script data-minify="1" src="https://togetthere.info/wp-content/cache/min/1/wp-content/themes/togetthere/js/app.js?ver=1781183081" defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://togetthere.info/wp-content/cache/min/1/wp-content/themes/togetthere/js/libs/vue/vue.js?ver=1781183081" defer></script>



<!-- Global site tag (gtag.js) - Google Analytics -->
<script type="rocketlazyloadscript" async data-rocket-src="https://www.googletagmanager.com/gtag/js?id=UA-180680414-1"></script>
<script type="rocketlazyloadscript">
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-180680414-1');
</script>	


<script type="rocketlazyloadscript">

	function getParam(p) {
	var match = RegExp('[?&]' + p + '=([^&]*)').exec(window.location.search);
	return match && decodeURIComponent(match[1].replace(/\+/g, ' '));
	}

	function getExpiryRecord(value) {
	var expiryPeriod = 90 * 24 * 60 * 60 * 1000; // окончание 90-дневного периода в миллисекундах

	var expiryDate = new Date().getTime() + expiryPeriod;
	return {
	value: value,
	expiryDate: expiryDate
	};
	}

	function addGclid() {
	var gclidParam = getParam('gclid');
	var gclidFormFields = ['gclid_field1']; // укажите все возможные идентификаторы GCLID полей формы
	var gclidRecord = null;
	var currGclidFormField;

	var gclsrcParam = getParam('gclsrc');
	var isGclsrcValid = !gclsrcParam || gclsrcParam.indexOf('aw') !== -1;

	gclidFormFields.forEach(function (field) {
	if (document.getElementById(field)) {
	currGclidFormField = document.getElementById(field);
	}
	});

	if (gclidParam && isGclsrcValid) {
	gclidRecord = getExpiryRecord(gclidParam);
	localStorage.setItem('gclid', JSON.stringify(gclidRecord));
	}

	var gclid = gclidRecord || JSON.parse(localStorage.getItem('gclid'));
	var isGclidValid = gclid && new Date().getTime() < gclid.expiryDate;

	if (currGclidFormField && isGclidValid) {
	currGclidFormField.value = gclid.value;
	}
	}

	window.addEventListener('load', addGclid);



	if(localStorage.getItem('gclid')){
		var gclid = JSON.parse(localStorage.getItem('gclid'));
		var gclidcookie = gclid.value;
	}
	
	var url_string = window.location.href;
	var url = new URL(url_string);
	var gclidurl = url.searchParams.get("gclid");	

	//console.log(gclidcookie);

	if(gclidcookie!=undefined){
		jQuery(".gclid_field").val(gclidcookie);
	}

	if(gclidurl!=null){
		jQuery(".gclid_field").val(gclidurl);
	}
	

	if(gclid!=null&&gclidcookie==undefined){

		jQuery(".gclid_field").filter(function() {
			return this.value;
		}).addClass('withgclid');

		var val = jQuery('.withgclid').val();

		jQuery(".gclid_field").filter(function() {
			return !this.value;
		}).val(val); 		
		
	}	

</script>

<script type="rocketlazyloadscript">
jQuery(document).ready(function($) {
    $('#agree1 .wpcf7-list-item-label, .agree1 .wpcf7-list-item-label').html('I agree with the company`s <a href="/en/privacy-policy/" class="underline" target="_blank">privacy policy</a>');
});

/*document.addEventListener('DOMContentLoaded', function () {
    document.addEventListener('wpcf7mailsent', function (event) {
        let popup = event.target.closest('.popup'); // Определяем, из какого попапа отправлена форма
        if (!popup) return;

        let eventType = '';

        if (popup.id === 'popup_callback_1') {
            let button = document.querySelector('[href="#popup_callback_1"].popup_contact_open');

            if (button) {
                let btnText = button.textContent.trim();

                if (btnText.includes('купить') || btnText.includes('Buy') || btnText.includes('לקנות')) {
                    eventType = 'pokupka';
                } else if (btnText.includes('связаться') || btnText.includes('Contact') || btnText.includes('ליצור קשר')) {
                    eventType = 'arenda';
                } else if (btnText.includes('желаю как эта') || btnText.includes('I wish like this') || btnText.includes('רוצה כזה')) {
                    eventType = 'hochuNedvizhimost';
                }
            }
        }

        if (eventType) {
            //dataLayer.push({'event': eventType});
            console.log('dataLayer.push:', eventType); // Для отладки в консоли
        }
    }, false);
});*/

document.addEventListener('DOMContentLoaded', function () {
    let activeEvent = ''; // Храним тип события

    document.querySelectorAll('.popup_contact_open').forEach(function (button) {
        button.addEventListener('click', function () {
            activeEvent = this.getAttribute('data-event') || '';
        });
    });

    document.addEventListener('wpcf7mailsent', function () {
        if (activeEvent) {
            dataLayer.push({'event': activeEvent});
            console.log('dataLayer.push:', activeEvent); // Для отладки
            activeEvent = ''; // Сбрасываем после отправки
        }
    }, false);
});


</script>

<script>
jQuery(document).ready(function($) {
			$('.box-select-default').select2({
				dropdownCssClass: 'box-select-dropdown'
			});
			$('.box-select-checkboxes').select2({
					width: '100%',
					closeOnSelect: false,
				dropdownCssClass: 'box-select-dropdown'
			})
			$('.box-select-default.grey').select2({
					width: '100%',
					closeOnSelect: false,
				dropdownCssClass: 'box-select-dropdown-grey'
			})

			$('.box-questions .video-play').on('click', function (){
				$(this).parent().hide() // hide thumbnail
				$('.box-questions video').trigger('play')
			});

			$('.box-employee-info .box-employee-info_btn').on('click', function (e){
				e.preventDefault();
				$('.box-employee-info_top').slideUp(500);
				$('.box-employee-info_bottom').slideDown(500);
			});

			$('.box-employee-info .link').on('click', function (e){
				e.preventDefault();
				$('.box-employee-info_bottom').slideUp(500);
				$('.box-employee-info_top').slideDown(500);
			});
});
/*$('.box-select-default').on('select2:select', function (e) { 
    $(this).parent().find('.select2-search__field').attr('placeholder', $(this).data('selected'));
});
$('.box-select-default').on('select2:unselect', function (e) { 

	if ( $(this).parent().find('.select2-selection__rendered li').length > 0 ){
		$(this).parent().find('.select2-search__field').attr('placeholder', $(this).data('selected'));
	}
});*/

jQuery(document).ready(function($) {
    $('.box-select-default').on('select2:select', function (e) {
        $(this).parent().find('.select2-search__field')
            .attr('placeholder', $(this).data('selected'));
    });

    $('.box-select-default').on('select2:unselect', function (e) {
        if ($(this).parent().find('.select2-selection__rendered li').length > 0) {
            $(this).parent().find('.select2-search__field')
                .attr('placeholder', $(this).data('selected'));
        } else {
            $(this).parent().find('.select2-search__field')
                .attr('placeholder', $(this).data('placeholder'));
        }
    });

    $('.box-select-default').each(function() {
        var $select = $(this);
        var $search = $select.parent().find('.select2-search__field');

        if ($select.find('option:selected').length > 0) {
            $search.attr('placeholder', $select.data('selected'));
        } else {
            $search.attr('placeholder', $select.data('placeholder'));
        }
    });
});




</script>


<script type="rocketlazyloadscript">
$('.faq-page .video-play').on('click', function (){
	$(this).parent().hide() // hide thumbnail
	$('.faq-page video').trigger('play')
});

let playlist_slider_slides = $('.playlist-slider .swiper-container .swiper-slide').length
let playlist_slider_slides_per_view = 3
let playlist_slider_loop =  playlist_slider_slides > playlist_slider_slides_per_view

let playlist_slider = new Swiper('.playlist-slider .swiper-container', {
	loop: playlist_slider_loop,
	slidesPerGroup: 1,
	slidesPerView: playlist_slider_slides_per_view,
	spaceBetween: 30,
	allowTouchMove: true,
	mousewheelControl: true,
	updateOnWindowResize: true,
	// grabCursor: true,

	navigation:{
		nextEl: '.playlist-slider .slider-btn-next',
		prevEl: '.playlist-slider .slider-btn-prev',
	},

	breakpoints: {
		0: {
			slidesPerView: 1,
			loop: playlist_slider_slides > 1,
		},
		580: {
			slidesPerView: 2,
			loop: playlist_slider_slides > 2,
		},
		1000: {
			slidesPerView: 3,
			loop: playlist_slider_loop,
		},

	},

});


let reviews_slider_slides = $('.google-reviews-slider .swiper-container .swiper-slide').length
let reviews_slider_slides_per_view = 3
let reviews_slider_loop =  reviews_slider_slides > reviews_slider_slides_per_view

let reviews_slider = new Swiper('.google-reviews-slider .swiper-container', {
	loop: reviews_slider_loop,
	slidesPerGroup: 1,
	slidesPerView: reviews_slider_slides_per_view,
	spaceBetween: 30,
	allowTouchMove: true,
	mousewheelControl: true,
	updateOnWindowResize: true,

	navigation:{
		nextEl: '.google-reviews-slider .slider-btn-next',
		prevEl: '.google-reviews-slider .slider-btn-prev',
	},

	autoplay: {
		delay: 5000,
		// pauseOnMouseEnter: true,
	},
	on: {
		init: function (){
			$('.google-reviews-slider .swiper-container').css("opacity", 1)
		},
	},
	breakpoints: {
		0: {
			slidesPerView: 1,
			loop: reviews_slider_slides > 1,
		},
		660: {
			slidesPerView: 2,
			loop: reviews_slider_slides > 2,
		},
		1000: {
			slidesPerView: 3,
			loop: reviews_slider_slides > 3,
		},
		1400: {
			slidesPerView: reviews_slider_slides_per_view,
			loop: reviews_slider_loop,
		},

	},
})

$('.google-reviews-slider .swiper-container').mouseenter(function(){
	reviews_slider.autoplay.pause();
});

$('.google-reviews-slider .swiper-container').mouseleave(function(){
	reviews_slider.autoplay.run();
});
</script>


<!-- Consent Management powered by Complianz | GDPR/CCPA Cookie Consent https://wordpress.org/plugins/complianz-gdpr -->
<div id="cmplz-cookiebanner-container"><div class="cmplz-cookiebanner cmplz-hidden banner-1 banner-a optin cmplz-bottom-right cmplz-categories-type-view-preferences" aria-modal="true" data-nosnippet="true" role="dialog" aria-live="polite" aria-labelledby="cmplz-header-1-optin" aria-describedby="cmplz-message-1-optin">
	<div class="cmplz-header">
		<div class="cmplz-logo"></div>
		<div class="cmplz-title" id="cmplz-header-1-optin">Manage Consent</div>
		<div class="cmplz-close" tabindex="0" role="button" aria-label="Close dialogue">
			<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="times" class="svg-inline--fa fa-times fa-w-11" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 352 512"><path fill="currentColor" d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"></path></svg>
		</div>
	</div>

	<div class="cmplz-divider cmplz-divider-header"></div>
	<div class="cmplz-body">
		<div class="cmplz-message" id="cmplz-message-1-optin">To provide the best experience, we use technologies such as cookies to store and/or access device information. Consenting to these technologies allows us to process data such as browsing behavior or unique IDs on this site. Not consenting or withdrawing consent may negatively impact certain features and functions.</div>
		<!-- categories start -->
		<div class="cmplz-categories">
			<details class="cmplz-category cmplz-functional" >
				<summary>
						<span class="cmplz-category-header">
							<span class="cmplz-category-title">Functional</span>
							<span class='cmplz-always-active'>
								<span class="cmplz-banner-checkbox">
									<input type="checkbox"
										   id="cmplz-functional-optin"
										   data-category="cmplz_functional"
										   class="cmplz-consent-checkbox cmplz-functional"
										   size="40"
										   value="1"/>
									<label class="cmplz-label" for="cmplz-functional-optin" tabindex="0"><span class="screen-reader-text">Functional</span></label>
								</span>
								Always active							</span>
							<span class="cmplz-icon cmplz-open">
								<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"  height="18" ><path d="M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z"/></svg>
							</span>
						</span>
				</summary>
				<div class="cmplz-description">
					<span class="cmplz-description-functional">The technical storage or access is strictly necessary for the legitimate purpose of enabling the use of a specific service explicitly requested by the subscriber or user, or for the sole purpose of carrying out the transmission of a communication over an electronic communications network.</span>
				</div>
			</details>

			<details class="cmplz-category cmplz-preferences" >
				<summary>
						<span class="cmplz-category-header">
							<span class="cmplz-category-title">Preferences</span>
							<span class="cmplz-banner-checkbox">
								<input type="checkbox"
									   id="cmplz-preferences-optin"
									   data-category="cmplz_preferences"
									   class="cmplz-consent-checkbox cmplz-preferences"
									   size="40"
									   value="1"/>
								<label class="cmplz-label" for="cmplz-preferences-optin" tabindex="0"><span class="screen-reader-text">Preferences</span></label>
							</span>
							<span class="cmplz-icon cmplz-open">
								<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"  height="18" ><path d="M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z"/></svg>
							</span>
						</span>
				</summary>
				<div class="cmplz-description">
					<span class="cmplz-description-preferences">The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.</span>
				</div>
			</details>

			<details class="cmplz-category cmplz-statistics" >
				<summary>
						<span class="cmplz-category-header">
							<span class="cmplz-category-title">Statistics</span>
							<span class="cmplz-banner-checkbox">
								<input type="checkbox"
									   id="cmplz-statistics-optin"
									   data-category="cmplz_statistics"
									   class="cmplz-consent-checkbox cmplz-statistics"
									   size="40"
									   value="1"/>
								<label class="cmplz-label" for="cmplz-statistics-optin" tabindex="0"><span class="screen-reader-text">Statistics</span></label>
							</span>
							<span class="cmplz-icon cmplz-open">
								<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"  height="18" ><path d="M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z"/></svg>
							</span>
						</span>
				</summary>
				<div class="cmplz-description">
					<span class="cmplz-description-statistics">The technical storage or access used exclusively for statistical purposes.</span>
					<span class="cmplz-description-statistics-anonymous">The technical storage or access used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance by your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot typically be used to identify you.</span>
				</div>
			</details>
			<details class="cmplz-category cmplz-marketing" >
				<summary>
						<span class="cmplz-category-header">
							<span class="cmplz-category-title">Marketing</span>
							<span class="cmplz-banner-checkbox">
								<input type="checkbox"
									   id="cmplz-marketing-optin"
									   data-category="cmplz_marketing"
									   class="cmplz-consent-checkbox cmplz-marketing"
									   size="40"
									   value="1"/>
								<label class="cmplz-label" for="cmplz-marketing-optin" tabindex="0"><span class="screen-reader-text">Marketing</span></label>
							</span>
							<span class="cmplz-icon cmplz-open">
								<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"  height="18" ><path d="M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z"/></svg>
							</span>
						</span>
				</summary>
				<div class="cmplz-description">
					<span class="cmplz-description-marketing">The technical storage or access is required to create user profiles to send advertising, or to track the user across a website or multiple websites for similar marketing purposes.</span>
				</div>
			</details>
		</div><!-- categories end -->
			</div>

	<div class="cmplz-links cmplz-information">
		<a class="cmplz-link cmplz-manage-options cookie-statement" href="#" data-relative_url="#cmplz-manage-consent-container">Manage options</a>
		<a class="cmplz-link cmplz-manage-third-parties cookie-statement" href="#" data-relative_url="#cmplz-cookies-overview">Manage services</a>
		<a class="cmplz-link cmplz-manage-vendors tcf cookie-statement" href="#" data-relative_url="#cmplz-tcf-wrapper">Manage {vendor_count} vendors</a>
		<a class="cmplz-link cmplz-external cmplz-read-more-purposes tcf" target="_blank" rel="noopener noreferrer nofollow" href="https://cookiedatabase.org/tcf/purposes/">Read more about these purposes</a>
			</div>

	<div class="cmplz-divider cmplz-footer"></div>

	<div class="cmplz-buttons">
		<button class="cmplz-btn cmplz-accept">Accept</button>
		<button class="cmplz-btn cmplz-deny">Deny</button>
		<button class="cmplz-btn cmplz-view-preferences">View preferences</button>
		<button class="cmplz-btn cmplz-save-preferences">Save preferences</button>
		<a class="cmplz-btn cmplz-manage-options tcf cookie-statement" href="#" data-relative_url="#cmplz-manage-consent-container">View preferences</a>
			</div>

	<div class="cmplz-links cmplz-documents">
		<a class="cmplz-link cookie-statement" href="#" data-relative_url="">{title}</a>
		<a class="cmplz-link privacy-statement" href="#" data-relative_url="">{title}</a>
		<a class="cmplz-link impressum" href="#" data-relative_url="">{title}</a>
			</div>

</div>
</div>
					<div id="cmplz-manage-consent" data-nosnippet="true"><button class="cmplz-btn cmplz-hidden cmplz-manage-consent manage-consent-1">Manage consent</button>

</div>
	<script type="rocketlazyloadscript">
		jQuery(document).ready(function($){
				
			$('.box-questions .video-play').on('click', function (){
				$(this).parent().hide() // hide thumbnail
				$('.box-questions video').trigger('play')
			});			

			/*
			document.addEventListener('wpcf7submit', function(event) {
				// Получаем значения полей
				var form_phone_input = jQuery('.form_phone_input').val();
				var form_email_input = jQuery('.form_email_input').val();
				var hasError = false;

				// Удаляем старые сообщения об ошибках
				jQuery('.wpcf7-not-valid-tip').remove();

				function validateEmail(item) {
					var filter = /^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/;
					return filter.test(item);
				}

				// Проверяем email
				if (!validateEmail(form_email_input)) {
					jQuery('.form_email_input').after('<span class="wpcf7-not-valid-tip" aria-hidden="true">Поле заполнено с ошибкой</span>');
					hasError = true;
				}

				// Если есть ошибка, отменяем отправку формы
				if (hasError) {
					event.preventDefault();
					return false;
				}
			}, false);
			*/
			
			var currentLanguage = "en";
			var current_postid = "9";
			
			jQuery(document).ready(function($) {
				// Когда страница загружена
				$('.wpcf7 form').each(function() {
					// Проверяем, есть ли уже поле с языком, чтобы не добавлять его повторно
					if ($(this).find('input[name="current_language"]').length === 0) {
						// Добавляем скрытое поле с языком в конец формы
						$(this).append('<input type="hidden" name="current_language" value="' + currentLanguage + '">');
						$(this).append('<input type="hidden" name="current_postid" value="' + current_postid + '">');
					}					
				});
			});	
			
			var pageuri = "https://togetthere.info/en/";
			
			jQuery(document).ready(function($) {
				// Когда страница загружена
				$('#popup_question .wpcf7 form').each(function() {
					if ($(this).find('input[name="pageuri"]').length === 0) {
						// Добавляем скрытое поле с языком в конец формы
						$(this).append('<input type="hidden" name="pageuri" value="' + pageuri + '">');
					}					
				});
			});				
			
						
			jQuery(document).on('input', '.form_name_input', function () {
				var that = this;
				var res = /[^а-яА-ЯїЇєЄіІёЁא-תа-яa-zA-Z ]/g.exec(that.value);
				that.value = that.value.replace(res, '');
			});
			jQuery(document).on('input', '.form_phone_input', function () {
				var that = this;
			var res = /[^0-9+)(]/g.exec(that.value);
				that.value = that.value.replace(res, '');
			});		
			jQuery(document).on('input', '.form_email_input', function () {
				var that = this;
				var res = /[^0-9-()+@.a-zA-Z!#$%&'*+-=?^_`{|}~]/g.exec(that.value);
				that.value = that.value.replace(res, '');
			});							
						
			
			//клик по поиску
			jQuery('.searchbtn').click(function(){
				jQuery('#searchsubmit').trigger('click');
			});
			//сортировка статей с добавлением якоря
			jQuery('#art_block_sort').change(function(){
				var order = jQuery(this).val();
				url = location.protocol + '//' + location.host + location.pathname;
				if(order=='date'){
					document.location = url+"#sort_anchor";
				}else{
					document.location = url+"?q="+order+"#sort_anchor";
				}
			});
			
			jQuery(document).ready(function($){
				//сортировка статей с добавлением якоря
				jQuery('#art_block_sort').change(function(){
					var order = jQuery(this).val();
					url = location.protocol + '//' + location.host + location.pathname;
					if(order=='date'){
						document.location = url+"#sort_anchor";
					}else{
						document.location = url+"?q="+order+"#sort_anchor";
					}
				});
				//опускаем якорем к селекту статей
				if (window.location.href.indexOf("sort_anchor") > -1) {
					jQuery([document.documentElement, document.body]).animate({
						scrollTop: jQuery("#sort_anchor").offset().top - 120
					}, 1000);		
				}
				jQuery(".hmenu").on("click", function (event) {
					let href = jQuery(this).attr('href');
					let id = href.includes("#") ? href.substring(href.lastIndexOf("#")) : ""; // Извлекаем идентификатор после символа # (если есть)
					if (id) {
						let top = jQuery(id).offset().top - 100;
						jQuery('body,html').animate({scrollTop: top}, 1000);
					}
				});	
			});			
			
			/*bar h*/
			var leos_settings = {"headers_map":["h1","h2","h3"],"slick_support":"","ajax_url":"https:\/\/togetthere.dev-sbitsoft.com\/wp-admin\/admin-ajax.php"};
			var map = $('.headers-map .map-nav');
			var html = '<ul class="simple-list">';
			//var counter = 1;
			if (leos_settings.headers_map !== '') {
				leos_settings.headers_map.forEach(function(el) {
                    let elements = $('body').find(el);
                    elements.each(function(index, item) {

                        item = $(item)

                        // skip iteration if we there's no-anchor class in title or its parent
                        if(item.hasClass('no-anchor') || item.parent().hasClass('no-anchor')){
                            return true
                        }

                        item.attr('id', `anchor_${el}_${index}`);
                        let title = item.text();
                        if (title.length > 0) {
                            html += `<li data-el="${el}"><a rel="noindex nofollow" class="map-nav-link" href="#anchor_${el}_${index}">${title}</a></li>`;
                        }
                    });
				});
			}

			html += '</ul>';		
			jQuery('#misidebarlinks').append(html);
			if (map.length > 0) {
				map.append(html);
				jQuery('.headers-map').removeClass('hide')
			}
			// jQuery(document).on('click', '.map-nav-link', function(e) {
			// 	e.preventDefault();
			// 	var elToScroll = jQuery(this).attr('data-href')
			// 	jQuery([document.documentElement, document.body]).animate({
			// 		scrollTop: jQuery(elToScroll).offset().top - 120
			// 	}, 500)
			// });
			// jQuery(document).on('click', '.scroll_to_form', function(e) {
			// 	e.preventDefault();
			// 	var elToScroll = jQuery("#email_b_block");
			// 	jQuery([document.documentElement, document.body]).animate({
			// 		scrollTop: jQuery(elToScroll).offset().top - 130
			// 	}, 500)
			// });
			
		});
	</script>	

<script type="rocketlazyloadscript">
document.addEventListener("DOMContentLoaded", function () {
  const loadMoreBtn = document.getElementById("load-more-gallery");
  const grid = document.getElementById("gallery-grid");

  if (!loadMoreBtn || !grid) return;

  loadMoreBtn.addEventListener("click", function () {
    const offset = parseInt(grid.dataset.offset);
    const total = parseInt(grid.dataset.total);
    const postId = parseInt(grid.dataset.postId);
    const btnText = loadMoreBtn.querySelector('.btn-text');
    const btnLoader = loadMoreBtn.querySelector('.btn-loader');

    // Показываем лоадер
    btnText.style.display = 'none';
    btnLoader.style.display = 'inline-block';
    loadMoreBtn.disabled = true;

    fetch(`/wp-admin/admin-ajax.php?action=load_gallery_images&offset=${offset}&post_id=${postId}`)
      .then(response => response.text())
      .then(html => {
        grid.insertAdjacentHTML("beforeend", html);
        const newOffset = offset + 5;
        grid.setAttribute("data-offset", newOffset);
        if (newOffset >= total) {
          loadMoreBtn.style.display = "none";
        }
      })
      .catch(error => {
        console.error('Ошибка подгрузки:', error);
      })
      .finally(() => {
        // Скрываем лоадер, возвращаем кнопку
        btnText.style.display = 'inline-block';
        btnLoader.style.display = 'none';
        loadMoreBtn.disabled = false;
      });
  });
});
</script>





			<script>
		document.addEventListener('DOMContentLoaded', function() {
				// Language detection — если используешь Polylang
				let lang = document.documentElement.lang || 'ru';
				if (typeof pll_current_language === 'function') {
						lang = pll_current_language();
				}

				// Сопоставление языков с value в селекте
				const langToValue = {
						'ru': '27', // Недвижимость в Словакии
						'en': '27', // Real estate in Slovakia
						'he': '27'  // נדל״ן בסלובקיה
				};

				// При клике по любой ссылке с data-cardid
				document.querySelectorAll('a[data-cardid]').forEach(function(btn) {
						btn.addEventListener('click', function() {
								const valueToSelect = langToValue[lang] || '27'; // fallback

								// Подождём, пока попап появится
								setTimeout(function() {
										const select = document.querySelector('.popup-form-inner select[name="id_type_in_cpm"]');
										if (!select) return;

										// Устанавливаем значение
										select.value = valueToSelect;

										// Обновляем Select2 интерфейс, если он используется
										if (typeof jQuery !== 'undefined' && jQuery(select).data('select2')) {
												jQuery(select).val(valueToSelect).trigger('change.select2');
										}
								}, 400);
						});
				});
		});
		</script>
    <script type="rocketlazyloadscript">
    document.addEventListener('DOMContentLoaded', function () {

        document.addEventListener('wpcf7beforesubmit', function(event) {
            const form = event.target;
            const select = form.querySelector('select.form-select');
            const inputWrap = select?.closest('.input-wrap');

            if (!select || !inputWrap) return;

            const existingTip = inputWrap.querySelector('.wpcf7-not-valid-tip');
            if (existingTip) existingTip.remove();

            if (!select.value || select.value === "0") {
                // Блокируем отправку
                event.preventDefault?.(); // на всякий случай
                event.detail.apiRequest = null; // прерываем ajax-запрос CF7

                // Показ сообщения через 0.5 секунды
                setTimeout(() => {
                    if (!inputWrap.querySelector('.wpcf7-not-valid-tip')) {
                        const tip = document.createElement('span');
                        tip.className = 'wpcf7-not-valid-tip';
                        tip.setAttribute('aria-hidden', 'true');
                        tip.textContent = 'Please fill in this field';
                        inputWrap.appendChild(tip);
                    }
                }, 500);
            }
        });
    });
    </script>
    <!-- Custom Feeds for Instagram JS -->
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
var sbiajaxurl = "https://togetthere.info/wp-admin/admin-ajax.php";

</script>
        <style>
            .searchwp-live-search-results {
                opacity: 0;
                transition: opacity .25s ease-in-out;
                -moz-transition: opacity .25s ease-in-out;
                -webkit-transition: opacity .25s ease-in-out;
                height: 0;
                overflow: hidden;
                z-index: 9999995; /* Exceed SearchWP Modal Search Form overlay. */
                position: absolute;
                display: none;
            }

            .searchwp-live-search-results-showing {
                display: block;
                opacity: 1;
                height: auto;
                overflow: auto;
            }

            .searchwp-live-search-no-results {
                padding: 3em 2em 0;
                text-align: center;
            }

            .searchwp-live-search-no-min-chars:after {
                content: "keep typing";
                display: block;
                text-align: center;
                padding: 2em 2em 0;

            }
			.black{color:#000;}
        </style>
                <script type="rocketlazyloadscript">
            var _SEARCHWP_LIVE_AJAX_SEARCH_BLOCKS = true;
            var _SEARCHWP_LIVE_AJAX_SEARCH_ENGINE = 'default';
            var _SEARCHWP_LIVE_AJAX_SEARCH_CONFIG = 'default';
        </script>
        <script src="https://togetthere.info/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=5.9.3" id="swv-js"></script>
<script id="contact-form-7-js-extra">
var wpcf7 = {"api":{"root":"https:\/\/togetthere.info\/wp-json\/","namespace":"contact-form-7\/v1"},"cached":"1"};
</script>
<script src="https://togetthere.info/wp-content/plugins/contact-form-7/includes/js/index.js?ver=5.9.3" id="contact-form-7-js"></script>
<script type="rocketlazyloadscript" 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 id="rocket-preload-links-js-extra">
var RocketPreloadLinksConfig = {"excludeUris":"\/npm\/intl-tel-input@21.1.3\/build\/js\/intlTelInput.min.js\/|\/npm\/intl-tel-input@21.1.3\/build\/js\/utils.js\/|\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$|\/(?:.+\/)?embed\/|\/(index.php\/)?(.*)wp-json(\/.*|$)|\/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:\/\/togetthere.info","onHoverDelay":"100","rateThrottle":"3"};
</script>
<script type="rocketlazyloadscript" 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 id="rocket_lazyload_css-js-extra">
var rocket_lazyload_css_data = {"threshold":"300"};
</script>
<script id="rocket_lazyload_css-js-after">
!function o(n,c,a){function s(t,e){if(!c[t]){if(!n[t]){var r="function"==typeof require&&require;if(!e&&r)return r(t,!0);if(u)return u(t,!0);throw(r=new Error("Cannot find module '"+t+"'")).code="MODULE_NOT_FOUND",r}r=c[t]={exports:{}},n[t][0].call(r.exports,function(e){return s(n[t][1][e]||e)},r,r.exports,o,n,c,a)}return c[t].exports}for(var u="function"==typeof require&&require,e=0;e<a.length;e++)s(a[e]);return s}({1:[function(e,t,r){"use strict";!function(){const r="undefined"==typeof rocket_pairs?[]:rocket_pairs,e="undefined"==typeof rocket_excluded_pairs?[]:rocket_excluded_pairs;e.map(t=>{var e=t.selector;const r=document.querySelectorAll(e);r.forEach(e=>{e.setAttribute("data-rocket-lazy-bg-".concat(t.hash),"excluded")})});const o=document.querySelector("#wpr-lazyload-bg");var t=rocket_lazyload_css_data.threshold||300;const n=new IntersectionObserver(e=>{e.forEach(t=>{if(t.isIntersecting){const e=r.filter(e=>t.target.matches(e.selector));e.map(t=>{t&&(o.innerHTML+=t.style,t.elements.forEach(e=>{n.unobserve(e),e.setAttribute("data-rocket-lazy-bg-".concat(t.hash),"loaded")}))})}})},{rootMargin:t+"px"});function c(){0<(0<arguments.length&&void 0!==arguments[0]?arguments[0]:[]).length&&r.forEach(t=>{try{const e=document.querySelectorAll(t.selector);e.forEach(e=>{"loaded"!==e.getAttribute("data-rocket-lazy-bg-".concat(t.hash))&&"excluded"!==e.getAttribute("data-rocket-lazy-bg-".concat(t.hash))&&(n.observe(e),(t.elements||(t.elements=[])).push(e))})}catch(e){console.error(e)}})}c();const a=function(){const o=window.MutationObserver;return function(e,t){if(e&&1===e.nodeType){const r=new o(t);return r.observe(e,{attributes:!0,childList:!0,subtree:!0}),r}}}();t=document.querySelector("body"),a(t,c)}()},{}]},{},[1]);
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://togetthere.info/wp-content/cache/min/1/wp-content/themes/togetthere/js/navigation.js?ver=1781183081" id="togetthere-navigation-js" defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://togetthere.info/wp-content/cache/min/1/npm/@fancyapps/ui/dist/fancybox.umd.js?ver=1781183081" id="fancybox-js" defer></script>
<script type="rocketlazyloadscript" id="fancybox-js-after">
Fancybox.bind("[data-fancybox=\"estate-gallery\"]", {});
</script>
<script id="custom_js-js-extra">
var ajax_object = {"ajax_url":"https:\/\/togetthere.info\/wp-admin\/admin-ajax.php","real_estate_url":"https:\/\/togetthere.info\/en\/real-estate\/","labels":{"types":["Apartment","House","Land","Commercial"],"regions":["Bratislava region","Trnava region","Trencin Region","Nitra region","Zilina region","Banska Bystrica Region","Pre\u0161ov region","Ko\u0161ice region"],"sections":{"locations":"Locations","listings":"Real estate listings","projects":"Projects","articles":"Articles"},"tags":{"rent":"Rent","sale":"Sale","new_build":"New build","secondary":"Secondary","garage":"Garage","rooms":"rooms","to":"to","from":"from"},"found":"Found","not_found":"Nothing found","recent":"Recent searches"},"locations":[{"key":"region","value":0,"title":"Bratislava region","priority":30,"names":["Bratislavsk\u00fd kraj","\u0431\u0440\u0430\u0442\u0438\u0441\u043b\u0430\u0432","bratislava","\u0431\u0440\u0430\u0442"]},{"key":"location_district","value":"Bratislava I","title":"Bratislava I","priority":10,"names":["Bratislava I"]},{"key":"location_borough","value":"Star\u00e9 Mesto","title":"Star\u00e9 Mesto","priority":0,"names":["Star\u00e9 Mesto"]},{"key":"location_district","value":"Bratislava II","title":"Bratislava II","priority":10,"names":["Bratislava II"]},{"key":"location_borough","value":"Ru\u017einov","title":"Ru\u017einov","priority":0,"names":["Ru\u017einov","Ruzinov","\u0420\u0443\u0436\u0438\u043d\u043e\u0432"]},{"key":"location_borough","value":"Vraku\u0148a","title":"Vraku\u0148a","priority":0,"names":["Vraku\u0148a"]},{"key":"location_borough","value":"Podunajsk\u00e9 Biskupice","title":"Podunajsk\u00e9 Biskupice","priority":0,"names":["Podunajsk\u00e9 Biskupice"]},{"key":"location_district","value":"Bratislava III","title":"Bratislava III","priority":10,"names":["Bratislava III"]},{"key":"location_borough","value":"Nov\u00e9 Mesto","title":"Nov\u00e9 Mesto","priority":0,"names":["Nov\u00e9 Mesto"]},{"key":"location_borough","value":"Ra\u010da","title":"Ra\u010da","priority":0,"names":["Ra\u010da"]},{"key":"location_borough","value":"Vajnory","title":"Vajnory","priority":0,"names":["Vajnory"]},{"key":"location_district","value":"Bratislava IV","title":"Bratislava IV","priority":10,"names":["Bratislava IV"]},{"key":"location_borough","value":"Karlova Ves","title":"Karlova Ves","priority":0,"names":["Karlova Ves"]},{"key":"location_borough","value":"D\u00fabravka","title":"D\u00fabravka","priority":0,"names":["D\u00fabravka"]},{"key":"location_borough","value":"Lama\u010d","title":"Lama\u010d","priority":0,"names":["Lama\u010d"]},{"key":"location_borough","value":"Dev\u00edn","title":"Dev\u00edn","priority":0,"names":["Dev\u00edn"]},{"key":"location_borough","value":"Dev\u00ednska Nov\u00e1 Ves","title":"Dev\u00ednska Nov\u00e1 Ves","priority":0,"names":["Dev\u00ednska Nov\u00e1 Ves"]},{"key":"location_borough","value":"Z\u00e1horsk\u00e1 Bystrica","title":"Z\u00e1horsk\u00e1 Bystrica","priority":0,"names":["Z\u00e1horsk\u00e1 Bystrica"]},{"key":"location_district","value":"Bratislava V","title":"Bratislava V","priority":10,"names":["Bratislava V"]},{"key":"location_borough","value":"Petr\u017ealka","title":"Petr\u017ealka","priority":0,"names":["Petr\u017ealka","Petrzalka","\u041f\u0435\u0442\u0440\u0436\u0430\u043b\u043a\u0430"]},{"key":"location_borough","value":"Jarovce","title":"Jarovce","priority":0,"names":["Jarovce"]},{"key":"location_borough","value":"Rusovce","title":"Rusovce","priority":0,"names":["Rusovce"]},{"key":"location_borough","value":"\u010cunovo","title":"\u010cunovo","priority":0,"names":["\u010cunovo"]},{"key":"location_district","value":"Malacky","title":"Malacky","priority":10,"names":["Malacky"]},{"key":"location_city","value":"Malacky","title":"Malacky","priority":20,"names":["Malacky"]},{"key":"location_city","value":"Stupava","title":"Stupava","priority":20,"names":["Stupava"]},{"key":"location_district","value":"Pezinok","title":"Pezinok","priority":10,"names":["Pezinok"]},{"key":"location_city","value":"Pezinok","title":"Pezinok","priority":20,"names":["Pezinok"]},{"key":"location_city","value":"Modra","title":"Modra","priority":20,"names":["Modra"]},{"key":"location_city","value":"Sv\u00e4t\u00fd Jur","title":"Sv\u00e4t\u00fd Jur","priority":20,"names":["Sv\u00e4t\u00fd Jur"]},{"key":"location_district","value":"Senec","title":"Senec","priority":10,"names":["Senec"]},{"key":"location_city","value":"Senec","title":"Senec","priority":20,"names":["Senec"]},{"key":"region","value":1,"title":"Trnava region","priority":30,"names":["Trnavsk\u00fd kraj","\u0442\u0440\u043d\u0430\u0432","\u0442\u0430\u0440\u043d\u0430\u0432","\u0442\u0430\u0440\u043d\u0430\u0432\u0430","\u0442\u0430\u0440\u043d\u0430\u0432\u0435","trnava"]},{"key":"location_district","value":"Dunajsk\u00e1 Streda","title":"Dunajsk\u00e1 Streda","priority":10,"names":["Dunajsk\u00e1 Streda"]},{"key":"location_district","value":"Galanta","title":"Galanta","priority":10,"names":["Galanta"]},{"key":"location_district","value":"Hlohovec","title":"Hlohovec","priority":10,"names":["Hlohovec"]},{"key":"location_district","value":"Pie\u0161\u0165any","title":"Pie\u0161\u0165any","priority":10,"names":["Pie\u0161\u0165any"]},{"key":"location_district","value":"Senica","title":"Senica","priority":10,"names":["Senica"]},{"key":"location_district","value":"Skalica","title":"Skalica","priority":10,"names":["Skalica"]},{"key":"location_district","value":"Trnava","title":"Trnava","priority":10,"names":["Trnava","\u0422\u0430\u0440\u043d\u0430\u0432\u0430","\u0422\u0430\u0440\u043d\u0430\u0432\u0435","\u0442\u0430\u0440\u043d\u0430\u0432"]},{"key":"region","value":2,"title":"Trencin Region","priority":30,"names":["Tren\u010diansky kraj","\u0442\u0440\u0435\u043d\u0447","tren\u010d","trencin"]},{"key":"location_district","value":"B\u00e1novce nad Bebravou","title":"B\u00e1novce nad Bebravou","priority":10,"names":["B\u00e1novce nad Bebravou"]},{"key":"location_district","value":"Ilava","title":"Ilava","priority":10,"names":["Ilava"]},{"key":"location_district","value":"Myjava","title":"Myjava","priority":10,"names":["Myjava"]},{"key":"location_district","value":"Nov\u00e9 Mesto nad V\u00e1hom","title":"Nov\u00e9 Mesto nad V\u00e1hom","priority":10,"names":["Nov\u00e9 Mesto nad V\u00e1hom"]},{"key":"location_district","value":"Partiz\u00e1nske","title":"Partiz\u00e1nske","priority":10,"names":["Partiz\u00e1nske"]},{"key":"location_district","value":"Pova\u017esk\u00e1 Bystrica","title":"Pova\u017esk\u00e1 Bystrica","priority":10,"names":["Pova\u017esk\u00e1 Bystrica"]},{"key":"location_district","value":"Prievidza","title":"Prievidza","priority":10,"names":["Prievidza"]},{"key":"location_district","value":"P\u00fachov","title":"P\u00fachov","priority":10,"names":["P\u00fachov"]},{"key":"location_district","value":"Tren\u010d\u00edn","title":"Tren\u010d\u00edn","priority":10,"names":["Tren\u010d\u00edn"]},{"key":"region","value":3,"title":"Nitra region","priority":30,"names":["Nitriansky kraj","\u043d\u0438\u0442\u0440","nitra"]},{"key":"location_district","value":"Kom\u00e1rno","title":"Kom\u00e1rno","priority":10,"names":["Kom\u00e1rno"]},{"key":"location_district","value":"Levice","title":"Levice","priority":10,"names":["Levice"]},{"key":"location_district","value":"Nitra","title":"Nitra","priority":10,"names":["Nitra"]},{"key":"location_district","value":"Nov\u00e9 Z\u00e1mky","title":"Nov\u00e9 Z\u00e1mky","priority":10,"names":["Nov\u00e9 Z\u00e1mky"]},{"key":"location_district","value":"\u0160a\u013ea","title":"\u0160a\u013ea","priority":10,"names":["\u0160a\u013ea"]},{"key":"location_district","value":"Topo\u013e\u010dany","title":"Topo\u013e\u010dany","priority":10,"names":["Topo\u013e\u010dany"]},{"key":"location_district","value":"Zlat\u00e9 Moravce","title":"Zlat\u00e9 Moravce","priority":10,"names":["Zlat\u00e9 Moravce"]},{"key":"region","value":4,"title":"Zilina region","priority":30,"names":["\u017dilinsk\u00fd kraj","\u0436\u0438\u043b\u0438\u043d","\u017eilina","zilina"]},{"key":"location_district","value":"Byt\u010da","title":"Byt\u010da","priority":10,"names":["Byt\u010da"]},{"key":"location_district","value":"\u010cadca","title":"\u010cadca","priority":10,"names":["\u010cadca"]},{"key":"location_district","value":"Doln\u00fd Kub\u00edn","title":"Doln\u00fd Kub\u00edn","priority":10,"names":["Doln\u00fd Kub\u00edn"]},{"key":"location_district","value":"Kysuck\u00e9 Nov\u00e9 Mesto","title":"Kysuck\u00e9 Nov\u00e9 Mesto","priority":10,"names":["Kysuck\u00e9 Nov\u00e9 Mesto"]},{"key":"location_district","value":"Liptovsk\u00fd Mikul\u00e1\u0161","title":"Liptovsk\u00fd Mikul\u00e1\u0161","priority":10,"names":["Liptovsk\u00fd Mikul\u00e1\u0161"]},{"key":"location_district","value":"Martin","title":"Martin","priority":10,"names":["Martin"]},{"key":"location_district","value":"N\u00e1mestovo","title":"N\u00e1mestovo","priority":10,"names":["N\u00e1mestovo"]},{"key":"location_district","value":"Ru\u017eomberok","title":"Ru\u017eomberok","priority":10,"names":["Ru\u017eomberok"]},{"key":"location_district","value":"Tur\u010dianske Teplice","title":"Tur\u010dianske Teplice","priority":10,"names":["Tur\u010dianske Teplice"]},{"key":"location_district","value":"Tvrdo\u0161\u00edn","title":"Tvrdo\u0161\u00edn","priority":10,"names":["Tvrdo\u0161\u00edn"]},{"key":"location_district","value":"\u017dilina","title":"\u017dilina","priority":10,"names":["\u017dilina"]},{"key":"region","value":5,"title":"Banska Bystrica Region","priority":30,"names":["Banskobystrick\u00fd kraj","\u0431\u0430\u043d\u0441\u043a","bansk"]},{"key":"location_district","value":"Bansk\u00e1 Bystrica","title":"Bansk\u00e1 Bystrica","priority":10,"names":["Bansk\u00e1 Bystrica"]},{"key":"location_district","value":"Bansk\u00e1 \u0160tiavnica","title":"Bansk\u00e1 \u0160tiavnica","priority":10,"names":["Bansk\u00e1 \u0160tiavnica"]},{"key":"location_district","value":"Brezno","title":"Brezno","priority":10,"names":["Brezno"]},{"key":"location_district","value":"Detva","title":"Detva","priority":10,"names":["Detva"]},{"key":"location_district","value":"Krupina","title":"Krupina","priority":10,"names":["Krupina"]},{"key":"location_district","value":"Lu\u010denec","title":"Lu\u010denec","priority":10,"names":["Lu\u010denec"]},{"key":"location_district","value":"Polt\u00e1r","title":"Polt\u00e1r","priority":10,"names":["Polt\u00e1r"]},{"key":"location_district","value":"Rev\u00faca","title":"Rev\u00faca","priority":10,"names":["Rev\u00faca"]},{"key":"location_district","value":"Rimavsk\u00e1 Sobota","title":"Rimavsk\u00e1 Sobota","priority":10,"names":["Rimavsk\u00e1 Sobota"]},{"key":"location_district","value":"Ve\u013ek\u00fd Krt\u00ed\u0161","title":"Ve\u013ek\u00fd Krt\u00ed\u0161","priority":10,"names":["Ve\u013ek\u00fd Krt\u00ed\u0161"]},{"key":"location_district","value":"Zvolen","title":"Zvolen","priority":10,"names":["Zvolen"]},{"key":"location_district","value":"\u017darnovica","title":"\u017darnovica","priority":10,"names":["\u017darnovica"]},{"key":"location_district","value":"\u017diar nad Hronom","title":"\u017diar nad Hronom","priority":10,"names":["\u017diar nad Hronom"]},{"key":"region","value":6,"title":"Pre\u0161ov region","priority":30,"names":["Pre\u0161ovsk\u00fd kraj","\u043f\u0440\u0435\u0448\u043e\u0432","pre\u0161ov","presov"]},{"key":"location_district","value":"Bardejov","title":"Bardejov","priority":10,"names":["Bardejov"]},{"key":"location_district","value":"Humenn\u00e9","title":"Humenn\u00e9","priority":10,"names":["Humenn\u00e9"]},{"key":"location_district","value":"Ke\u017emarok","title":"Ke\u017emarok","priority":10,"names":["Ke\u017emarok"]},{"key":"location_district","value":"Levo\u010da","title":"Levo\u010da","priority":10,"names":["Levo\u010da"]},{"key":"location_district","value":"Medzilaborce","title":"Medzilaborce","priority":10,"names":["Medzilaborce"]},{"key":"location_district","value":"Poprad","title":"Poprad","priority":10,"names":["Poprad"]},{"key":"location_district","value":"Pre\u0161ov","title":"Pre\u0161ov","priority":10,"names":["Pre\u0161ov"]},{"key":"location_district","value":"Sabinov","title":"Sabinov","priority":10,"names":["Sabinov"]},{"key":"location_district","value":"Snina","title":"Snina","priority":10,"names":["Snina"]},{"key":"location_district","value":"Star\u00e1 \u013dubov\u0148a","title":"Star\u00e1 \u013dubov\u0148a","priority":10,"names":["Star\u00e1 \u013dubov\u0148a"]},{"key":"location_district","value":"Stropkov","title":"Stropkov","priority":10,"names":["Stropkov"]},{"key":"location_district","value":"Svidn\u00edk","title":"Svidn\u00edk","priority":10,"names":["Svidn\u00edk"]},{"key":"location_district","value":"Vranov nad Top\u013eou","title":"Vranov nad Top\u013eou","priority":10,"names":["Vranov nad Top\u013eou"]},{"key":"region","value":7,"title":"Ko\u0161ice region","priority":30,"names":["Ko\u0161ick\u00fd kraj","\u043a\u043e\u0448\u0438\u0446","ko\u0161ice","kosice"]},{"key":"location_district","value":"Gelnica","title":"Gelnica","priority":10,"names":["Gelnica"]},{"key":"location_district","value":"Ko\u0161ice I","title":"Ko\u0161ice I","priority":10,"names":["Ko\u0161ice I"]},{"key":"location_borough","value":"Sever","title":"Sever","priority":0,"names":["Sever"]},{"key":"location_borough","value":"\u0164ahanovce","title":"\u0164ahanovce","priority":0,"names":["\u0164ahanovce","Tahanovce","\u0422\u044f\u0433\u0430\u043d\u043e\u0432\u0446\u0435"]},{"key":"location_borough","value":"S\u00eddlisko \u0164ahanovce","title":"S\u00eddlisko \u0164ahanovce","priority":0,"names":["S\u00eddlisko \u0164ahanovce"]},{"key":"location_borough","value":"Kave\u010dany","title":"Kave\u010dany","priority":0,"names":["Kave\u010dany"]},{"key":"location_borough","value":"D\u017eung\u013ea","title":"D\u017eung\u013ea","priority":0,"names":["D\u017eung\u013ea"]},{"key":"location_district","value":"Ko\u0161ice II","title":"Ko\u0161ice II","priority":10,"names":["Ko\u0161ice II"]},{"key":"location_borough","value":"Z\u00e1pad","title":"Z\u00e1pad","priority":0,"names":["Z\u00e1pad"]},{"key":"location_borough","value":"S\u00eddlisko KVP","title":"S\u00eddlisko KVP","priority":0,"names":["S\u00eddlisko KVP"]},{"key":"location_borough","value":"Myslava","title":"Myslava","priority":0,"names":["Myslava"]},{"key":"location_borough","value":"Pere\u0161","title":"Pere\u0161","priority":0,"names":["Pere\u0161"]},{"key":"location_borough","value":"\u0160aca","title":"\u0160aca","priority":0,"names":["\u0160aca"]},{"key":"location_borough","value":"Lun\u00edk IX","title":"Lun\u00edk IX","priority":0,"names":["Lun\u00edk IX"]},{"key":"location_borough","value":"Lorin\u010d\u00edk","title":"Lorin\u010d\u00edk","priority":0,"names":["Lorin\u010d\u00edk"]},{"key":"location_borough","value":"Po\u013eov","title":"Po\u013eov","priority":0,"names":["Po\u013eov"]},{"key":"location_district","value":"Ko\u0161ice III","title":"Ko\u0161ice III","priority":10,"names":["Ko\u0161ice III"]},{"key":"location_borough","value":"Dargovsk\u00fdch hrdinov","title":"Dargovsk\u00fdch hrdinov","priority":0,"names":["Dargovsk\u00fdch hrdinov"]},{"key":"location_borough","value":"Ko\u0161ick\u00e1 Nov\u00e1 Ves","title":"Ko\u0161ick\u00e1 Nov\u00e1 Ves","priority":0,"names":["Ko\u0161ick\u00e1 Nov\u00e1 Ves"]},{"key":"location_district","value":"Ko\u0161ice IV","title":"Ko\u0161ice IV","priority":10,"names":["Ko\u0161ice IV"]},{"key":"location_borough","value":"Juh","title":"Juh","priority":0,"names":["Juh"]},{"key":"location_borough","value":"Nad jazerom","title":"Nad jazerom","priority":0,"names":["Nad jazerom"]},{"key":"location_borough","value":"Kr\u00e1sna","title":"Kr\u00e1sna","priority":0,"names":["Kr\u00e1sna"]},{"key":"location_borough","value":"Barca","title":"Barca","priority":0,"names":["Barca"]},{"key":"location_borough","value":"\u0160ebastovce","title":"\u0160ebastovce","priority":0,"names":["\u0160ebastovce"]},{"key":"location_borough","value":"Vy\u0161n\u00e9 Op\u00e1tske","title":"Vy\u0161n\u00e9 Op\u00e1tske","priority":0,"names":["Vy\u0161n\u00e9 Op\u00e1tske"]},{"key":"location_district","value":"Ko\u0161ice-okolie","title":"Ko\u0161ice-okolie","priority":10,"names":["Ko\u0161ice-okolie"]},{"key":"location_district","value":"Michalovce","title":"Michalovce","priority":10,"names":["Michalovce"]},{"key":"location_district","value":"Ro\u017e\u0148ava","title":"Ro\u017e\u0148ava","priority":10,"names":["Ro\u017e\u0148ava"]},{"key":"location_district","value":"Sobrance","title":"Sobrance","priority":10,"names":["Sobrance"]},{"key":"location_district","value":"Spi\u0161sk\u00e1 Nov\u00e1 Ves","title":"Spi\u0161sk\u00e1 Nov\u00e1 Ves","priority":10,"names":["Spi\u0161sk\u00e1 Nov\u00e1 Ves"]},{"key":"location_district","value":"Trebi\u0161ov","title":"Trebi\u0161ov","priority":10,"names":["Trebi\u0161ov"]}]};
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://togetthere.info/wp-content/cache/min/1/wp-content/themes/togetthere/js/myajax.js?ver=1781183081" id="custom_js-js" defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://togetthere.info/wp-content/cache/min/1/wp-content/themes/togetthere/js/sb_filter.js?ver=1781183081" id="sb_filter-js" defer></script>
<script id="quick_search-js-extra">
var quick_search_ajax_object = {"ajax_url":"https:\/\/togetthere.info\/wp-admin\/admin-ajax.php","real_estate_url":"https:\/\/togetthere.info\/en\/real-estate\/","labels":{"types":["Apartment","House","Land","Commercial"],"regions":["Bratislava region","Trnava region","Trencin Region","Nitra region","Zilina region","Banska Bystrica Region","Pre\u0161ov region","Ko\u0161ice region"],"sections":{"locations":"Locations","listings":"Real estate listings","projects":"Projects","articles":"Articles"},"tags":{"rent":"Rent","sale":"Sale","new_build":"New build","secondary":"Secondary","garage":"Garage","rooms":"rooms","to":"to","from":"from"},"found":"Found","not_found":"Nothing found","recent":"Recent searches"},"locations":[{"key":"region","value":0,"title":"Bratislava region","priority":30,"names":["Bratislavsk\u00fd kraj","\u0431\u0440\u0430\u0442\u0438\u0441\u043b\u0430\u0432","bratislava","\u0431\u0440\u0430\u0442"]},{"key":"location_district","value":"Bratislava I","title":"Bratislava I","priority":10,"names":["Bratislava I"]},{"key":"location_borough","value":"Star\u00e9 Mesto","title":"Star\u00e9 Mesto","priority":0,"names":["Star\u00e9 Mesto"]},{"key":"location_district","value":"Bratislava II","title":"Bratislava II","priority":10,"names":["Bratislava II"]},{"key":"location_borough","value":"Ru\u017einov","title":"Ru\u017einov","priority":0,"names":["Ru\u017einov","Ruzinov","\u0420\u0443\u0436\u0438\u043d\u043e\u0432"]},{"key":"location_borough","value":"Vraku\u0148a","title":"Vraku\u0148a","priority":0,"names":["Vraku\u0148a"]},{"key":"location_borough","value":"Podunajsk\u00e9 Biskupice","title":"Podunajsk\u00e9 Biskupice","priority":0,"names":["Podunajsk\u00e9 Biskupice"]},{"key":"location_district","value":"Bratislava III","title":"Bratislava III","priority":10,"names":["Bratislava III"]},{"key":"location_borough","value":"Nov\u00e9 Mesto","title":"Nov\u00e9 Mesto","priority":0,"names":["Nov\u00e9 Mesto"]},{"key":"location_borough","value":"Ra\u010da","title":"Ra\u010da","priority":0,"names":["Ra\u010da"]},{"key":"location_borough","value":"Vajnory","title":"Vajnory","priority":0,"names":["Vajnory"]},{"key":"location_district","value":"Bratislava IV","title":"Bratislava IV","priority":10,"names":["Bratislava IV"]},{"key":"location_borough","value":"Karlova Ves","title":"Karlova Ves","priority":0,"names":["Karlova Ves"]},{"key":"location_borough","value":"D\u00fabravka","title":"D\u00fabravka","priority":0,"names":["D\u00fabravka"]},{"key":"location_borough","value":"Lama\u010d","title":"Lama\u010d","priority":0,"names":["Lama\u010d"]},{"key":"location_borough","value":"Dev\u00edn","title":"Dev\u00edn","priority":0,"names":["Dev\u00edn"]},{"key":"location_borough","value":"Dev\u00ednska Nov\u00e1 Ves","title":"Dev\u00ednska Nov\u00e1 Ves","priority":0,"names":["Dev\u00ednska Nov\u00e1 Ves"]},{"key":"location_borough","value":"Z\u00e1horsk\u00e1 Bystrica","title":"Z\u00e1horsk\u00e1 Bystrica","priority":0,"names":["Z\u00e1horsk\u00e1 Bystrica"]},{"key":"location_district","value":"Bratislava V","title":"Bratislava V","priority":10,"names":["Bratislava V"]},{"key":"location_borough","value":"Petr\u017ealka","title":"Petr\u017ealka","priority":0,"names":["Petr\u017ealka","Petrzalka","\u041f\u0435\u0442\u0440\u0436\u0430\u043b\u043a\u0430"]},{"key":"location_borough","value":"Jarovce","title":"Jarovce","priority":0,"names":["Jarovce"]},{"key":"location_borough","value":"Rusovce","title":"Rusovce","priority":0,"names":["Rusovce"]},{"key":"location_borough","value":"\u010cunovo","title":"\u010cunovo","priority":0,"names":["\u010cunovo"]},{"key":"location_district","value":"Malacky","title":"Malacky","priority":10,"names":["Malacky"]},{"key":"location_city","value":"Malacky","title":"Malacky","priority":20,"names":["Malacky"]},{"key":"location_city","value":"Stupava","title":"Stupava","priority":20,"names":["Stupava"]},{"key":"location_district","value":"Pezinok","title":"Pezinok","priority":10,"names":["Pezinok"]},{"key":"location_city","value":"Pezinok","title":"Pezinok","priority":20,"names":["Pezinok"]},{"key":"location_city","value":"Modra","title":"Modra","priority":20,"names":["Modra"]},{"key":"location_city","value":"Sv\u00e4t\u00fd Jur","title":"Sv\u00e4t\u00fd Jur","priority":20,"names":["Sv\u00e4t\u00fd Jur"]},{"key":"location_district","value":"Senec","title":"Senec","priority":10,"names":["Senec"]},{"key":"location_city","value":"Senec","title":"Senec","priority":20,"names":["Senec"]},{"key":"region","value":1,"title":"Trnava region","priority":30,"names":["Trnavsk\u00fd kraj","\u0442\u0440\u043d\u0430\u0432","\u0442\u0430\u0440\u043d\u0430\u0432","\u0442\u0430\u0440\u043d\u0430\u0432\u0430","\u0442\u0430\u0440\u043d\u0430\u0432\u0435","trnava"]},{"key":"location_district","value":"Dunajsk\u00e1 Streda","title":"Dunajsk\u00e1 Streda","priority":10,"names":["Dunajsk\u00e1 Streda"]},{"key":"location_district","value":"Galanta","title":"Galanta","priority":10,"names":["Galanta"]},{"key":"location_district","value":"Hlohovec","title":"Hlohovec","priority":10,"names":["Hlohovec"]},{"key":"location_district","value":"Pie\u0161\u0165any","title":"Pie\u0161\u0165any","priority":10,"names":["Pie\u0161\u0165any"]},{"key":"location_district","value":"Senica","title":"Senica","priority":10,"names":["Senica"]},{"key":"location_district","value":"Skalica","title":"Skalica","priority":10,"names":["Skalica"]},{"key":"location_district","value":"Trnava","title":"Trnava","priority":10,"names":["Trnava","\u0422\u0430\u0440\u043d\u0430\u0432\u0430","\u0422\u0430\u0440\u043d\u0430\u0432\u0435","\u0442\u0430\u0440\u043d\u0430\u0432"]},{"key":"region","value":2,"title":"Trencin Region","priority":30,"names":["Tren\u010diansky kraj","\u0442\u0440\u0435\u043d\u0447","tren\u010d","trencin"]},{"key":"location_district","value":"B\u00e1novce nad Bebravou","title":"B\u00e1novce nad Bebravou","priority":10,"names":["B\u00e1novce nad Bebravou"]},{"key":"location_district","value":"Ilava","title":"Ilava","priority":10,"names":["Ilava"]},{"key":"location_district","value":"Myjava","title":"Myjava","priority":10,"names":["Myjava"]},{"key":"location_district","value":"Nov\u00e9 Mesto nad V\u00e1hom","title":"Nov\u00e9 Mesto nad V\u00e1hom","priority":10,"names":["Nov\u00e9 Mesto nad V\u00e1hom"]},{"key":"location_district","value":"Partiz\u00e1nske","title":"Partiz\u00e1nske","priority":10,"names":["Partiz\u00e1nske"]},{"key":"location_district","value":"Pova\u017esk\u00e1 Bystrica","title":"Pova\u017esk\u00e1 Bystrica","priority":10,"names":["Pova\u017esk\u00e1 Bystrica"]},{"key":"location_district","value":"Prievidza","title":"Prievidza","priority":10,"names":["Prievidza"]},{"key":"location_district","value":"P\u00fachov","title":"P\u00fachov","priority":10,"names":["P\u00fachov"]},{"key":"location_district","value":"Tren\u010d\u00edn","title":"Tren\u010d\u00edn","priority":10,"names":["Tren\u010d\u00edn"]},{"key":"region","value":3,"title":"Nitra region","priority":30,"names":["Nitriansky kraj","\u043d\u0438\u0442\u0440","nitra"]},{"key":"location_district","value":"Kom\u00e1rno","title":"Kom\u00e1rno","priority":10,"names":["Kom\u00e1rno"]},{"key":"location_district","value":"Levice","title":"Levice","priority":10,"names":["Levice"]},{"key":"location_district","value":"Nitra","title":"Nitra","priority":10,"names":["Nitra"]},{"key":"location_district","value":"Nov\u00e9 Z\u00e1mky","title":"Nov\u00e9 Z\u00e1mky","priority":10,"names":["Nov\u00e9 Z\u00e1mky"]},{"key":"location_district","value":"\u0160a\u013ea","title":"\u0160a\u013ea","priority":10,"names":["\u0160a\u013ea"]},{"key":"location_district","value":"Topo\u013e\u010dany","title":"Topo\u013e\u010dany","priority":10,"names":["Topo\u013e\u010dany"]},{"key":"location_district","value":"Zlat\u00e9 Moravce","title":"Zlat\u00e9 Moravce","priority":10,"names":["Zlat\u00e9 Moravce"]},{"key":"region","value":4,"title":"Zilina region","priority":30,"names":["\u017dilinsk\u00fd kraj","\u0436\u0438\u043b\u0438\u043d","\u017eilina","zilina"]},{"key":"location_district","value":"Byt\u010da","title":"Byt\u010da","priority":10,"names":["Byt\u010da"]},{"key":"location_district","value":"\u010cadca","title":"\u010cadca","priority":10,"names":["\u010cadca"]},{"key":"location_district","value":"Doln\u00fd Kub\u00edn","title":"Doln\u00fd Kub\u00edn","priority":10,"names":["Doln\u00fd Kub\u00edn"]},{"key":"location_district","value":"Kysuck\u00e9 Nov\u00e9 Mesto","title":"Kysuck\u00e9 Nov\u00e9 Mesto","priority":10,"names":["Kysuck\u00e9 Nov\u00e9 Mesto"]},{"key":"location_district","value":"Liptovsk\u00fd Mikul\u00e1\u0161","title":"Liptovsk\u00fd Mikul\u00e1\u0161","priority":10,"names":["Liptovsk\u00fd Mikul\u00e1\u0161"]},{"key":"location_district","value":"Martin","title":"Martin","priority":10,"names":["Martin"]},{"key":"location_district","value":"N\u00e1mestovo","title":"N\u00e1mestovo","priority":10,"names":["N\u00e1mestovo"]},{"key":"location_district","value":"Ru\u017eomberok","title":"Ru\u017eomberok","priority":10,"names":["Ru\u017eomberok"]},{"key":"location_district","value":"Tur\u010dianske Teplice","title":"Tur\u010dianske Teplice","priority":10,"names":["Tur\u010dianske Teplice"]},{"key":"location_district","value":"Tvrdo\u0161\u00edn","title":"Tvrdo\u0161\u00edn","priority":10,"names":["Tvrdo\u0161\u00edn"]},{"key":"location_district","value":"\u017dilina","title":"\u017dilina","priority":10,"names":["\u017dilina"]},{"key":"region","value":5,"title":"Banska Bystrica Region","priority":30,"names":["Banskobystrick\u00fd kraj","\u0431\u0430\u043d\u0441\u043a","bansk"]},{"key":"location_district","value":"Bansk\u00e1 Bystrica","title":"Bansk\u00e1 Bystrica","priority":10,"names":["Bansk\u00e1 Bystrica"]},{"key":"location_district","value":"Bansk\u00e1 \u0160tiavnica","title":"Bansk\u00e1 \u0160tiavnica","priority":10,"names":["Bansk\u00e1 \u0160tiavnica"]},{"key":"location_district","value":"Brezno","title":"Brezno","priority":10,"names":["Brezno"]},{"key":"location_district","value":"Detva","title":"Detva","priority":10,"names":["Detva"]},{"key":"location_district","value":"Krupina","title":"Krupina","priority":10,"names":["Krupina"]},{"key":"location_district","value":"Lu\u010denec","title":"Lu\u010denec","priority":10,"names":["Lu\u010denec"]},{"key":"location_district","value":"Polt\u00e1r","title":"Polt\u00e1r","priority":10,"names":["Polt\u00e1r"]},{"key":"location_district","value":"Rev\u00faca","title":"Rev\u00faca","priority":10,"names":["Rev\u00faca"]},{"key":"location_district","value":"Rimavsk\u00e1 Sobota","title":"Rimavsk\u00e1 Sobota","priority":10,"names":["Rimavsk\u00e1 Sobota"]},{"key":"location_district","value":"Ve\u013ek\u00fd Krt\u00ed\u0161","title":"Ve\u013ek\u00fd Krt\u00ed\u0161","priority":10,"names":["Ve\u013ek\u00fd Krt\u00ed\u0161"]},{"key":"location_district","value":"Zvolen","title":"Zvolen","priority":10,"names":["Zvolen"]},{"key":"location_district","value":"\u017darnovica","title":"\u017darnovica","priority":10,"names":["\u017darnovica"]},{"key":"location_district","value":"\u017diar nad Hronom","title":"\u017diar nad Hronom","priority":10,"names":["\u017diar nad Hronom"]},{"key":"region","value":6,"title":"Pre\u0161ov region","priority":30,"names":["Pre\u0161ovsk\u00fd kraj","\u043f\u0440\u0435\u0448\u043e\u0432","pre\u0161ov","presov"]},{"key":"location_district","value":"Bardejov","title":"Bardejov","priority":10,"names":["Bardejov"]},{"key":"location_district","value":"Humenn\u00e9","title":"Humenn\u00e9","priority":10,"names":["Humenn\u00e9"]},{"key":"location_district","value":"Ke\u017emarok","title":"Ke\u017emarok","priority":10,"names":["Ke\u017emarok"]},{"key":"location_district","value":"Levo\u010da","title":"Levo\u010da","priority":10,"names":["Levo\u010da"]},{"key":"location_district","value":"Medzilaborce","title":"Medzilaborce","priority":10,"names":["Medzilaborce"]},{"key":"location_district","value":"Poprad","title":"Poprad","priority":10,"names":["Poprad"]},{"key":"location_district","value":"Pre\u0161ov","title":"Pre\u0161ov","priority":10,"names":["Pre\u0161ov"]},{"key":"location_district","value":"Sabinov","title":"Sabinov","priority":10,"names":["Sabinov"]},{"key":"location_district","value":"Snina","title":"Snina","priority":10,"names":["Snina"]},{"key":"location_district","value":"Star\u00e1 \u013dubov\u0148a","title":"Star\u00e1 \u013dubov\u0148a","priority":10,"names":["Star\u00e1 \u013dubov\u0148a"]},{"key":"location_district","value":"Stropkov","title":"Stropkov","priority":10,"names":["Stropkov"]},{"key":"location_district","value":"Svidn\u00edk","title":"Svidn\u00edk","priority":10,"names":["Svidn\u00edk"]},{"key":"location_district","value":"Vranov nad Top\u013eou","title":"Vranov nad Top\u013eou","priority":10,"names":["Vranov nad Top\u013eou"]},{"key":"region","value":7,"title":"Ko\u0161ice region","priority":30,"names":["Ko\u0161ick\u00fd kraj","\u043a\u043e\u0448\u0438\u0446","ko\u0161ice","kosice"]},{"key":"location_district","value":"Gelnica","title":"Gelnica","priority":10,"names":["Gelnica"]},{"key":"location_district","value":"Ko\u0161ice I","title":"Ko\u0161ice I","priority":10,"names":["Ko\u0161ice I"]},{"key":"location_borough","value":"Sever","title":"Sever","priority":0,"names":["Sever"]},{"key":"location_borough","value":"\u0164ahanovce","title":"\u0164ahanovce","priority":0,"names":["\u0164ahanovce","Tahanovce","\u0422\u044f\u0433\u0430\u043d\u043e\u0432\u0446\u0435"]},{"key":"location_borough","value":"S\u00eddlisko \u0164ahanovce","title":"S\u00eddlisko \u0164ahanovce","priority":0,"names":["S\u00eddlisko \u0164ahanovce"]},{"key":"location_borough","value":"Kave\u010dany","title":"Kave\u010dany","priority":0,"names":["Kave\u010dany"]},{"key":"location_borough","value":"D\u017eung\u013ea","title":"D\u017eung\u013ea","priority":0,"names":["D\u017eung\u013ea"]},{"key":"location_district","value":"Ko\u0161ice II","title":"Ko\u0161ice II","priority":10,"names":["Ko\u0161ice II"]},{"key":"location_borough","value":"Z\u00e1pad","title":"Z\u00e1pad","priority":0,"names":["Z\u00e1pad"]},{"key":"location_borough","value":"S\u00eddlisko KVP","title":"S\u00eddlisko KVP","priority":0,"names":["S\u00eddlisko KVP"]},{"key":"location_borough","value":"Myslava","title":"Myslava","priority":0,"names":["Myslava"]},{"key":"location_borough","value":"Pere\u0161","title":"Pere\u0161","priority":0,"names":["Pere\u0161"]},{"key":"location_borough","value":"\u0160aca","title":"\u0160aca","priority":0,"names":["\u0160aca"]},{"key":"location_borough","value":"Lun\u00edk IX","title":"Lun\u00edk IX","priority":0,"names":["Lun\u00edk IX"]},{"key":"location_borough","value":"Lorin\u010d\u00edk","title":"Lorin\u010d\u00edk","priority":0,"names":["Lorin\u010d\u00edk"]},{"key":"location_borough","value":"Po\u013eov","title":"Po\u013eov","priority":0,"names":["Po\u013eov"]},{"key":"location_district","value":"Ko\u0161ice III","title":"Ko\u0161ice III","priority":10,"names":["Ko\u0161ice III"]},{"key":"location_borough","value":"Dargovsk\u00fdch hrdinov","title":"Dargovsk\u00fdch hrdinov","priority":0,"names":["Dargovsk\u00fdch hrdinov"]},{"key":"location_borough","value":"Ko\u0161ick\u00e1 Nov\u00e1 Ves","title":"Ko\u0161ick\u00e1 Nov\u00e1 Ves","priority":0,"names":["Ko\u0161ick\u00e1 Nov\u00e1 Ves"]},{"key":"location_district","value":"Ko\u0161ice IV","title":"Ko\u0161ice IV","priority":10,"names":["Ko\u0161ice IV"]},{"key":"location_borough","value":"Juh","title":"Juh","priority":0,"names":["Juh"]},{"key":"location_borough","value":"Nad jazerom","title":"Nad jazerom","priority":0,"names":["Nad jazerom"]},{"key":"location_borough","value":"Kr\u00e1sna","title":"Kr\u00e1sna","priority":0,"names":["Kr\u00e1sna"]},{"key":"location_borough","value":"Barca","title":"Barca","priority":0,"names":["Barca"]},{"key":"location_borough","value":"\u0160ebastovce","title":"\u0160ebastovce","priority":0,"names":["\u0160ebastovce"]},{"key":"location_borough","value":"Vy\u0161n\u00e9 Op\u00e1tske","title":"Vy\u0161n\u00e9 Op\u00e1tske","priority":0,"names":["Vy\u0161n\u00e9 Op\u00e1tske"]},{"key":"location_district","value":"Ko\u0161ice-okolie","title":"Ko\u0161ice-okolie","priority":10,"names":["Ko\u0161ice-okolie"]},{"key":"location_district","value":"Michalovce","title":"Michalovce","priority":10,"names":["Michalovce"]},{"key":"location_district","value":"Ro\u017e\u0148ava","title":"Ro\u017e\u0148ava","priority":10,"names":["Ro\u017e\u0148ava"]},{"key":"location_district","value":"Sobrance","title":"Sobrance","priority":10,"names":["Sobrance"]},{"key":"location_district","value":"Spi\u0161sk\u00e1 Nov\u00e1 Ves","title":"Spi\u0161sk\u00e1 Nov\u00e1 Ves","priority":10,"names":["Spi\u0161sk\u00e1 Nov\u00e1 Ves"]},{"key":"location_district","value":"Trebi\u0161ov","title":"Trebi\u0161ov","priority":10,"names":["Trebi\u0161ov"]}]};
</script>
<script type="rocketlazyloadscript" id="quick_search-js-before">
window._qsRealEstatePage="https:\/\/togetthere.info\/en\/real-estate\/";
window._qsSearchPage="https:\/\/togetthere.info\/en\/";
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://togetthere.info/wp-content/cache/min/1/wp-content/themes/togetthere/js/quick-search.js?ver=1781183081" id="quick_search-js" defer></script>
<script id="estate_favorites-js-extra">
var estateFavorites = {"ajax_url":"https:\/\/togetthere.info\/wp-admin\/admin-ajax.php","nonce":"565ce97fd3","favorites_url":"https:\/\/togetthere.info\/en\/estate\/favorites\/","labels":{"add":"Add to favorites","remove":"Remove from favorites","empty":"No favorite properties yet","removed":"Property was removed from favorites","load_error":"Failed to load favorite properties"}};
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://togetthere.info/wp-content/cache/min/1/wp-content/themes/togetthere/js/estate-favorites.js?ver=1781183081" id="estate_favorites-js" defer></script>
<script id="swp-live-search-client-js-extra">
var searchwp_live_search_params = [];
searchwp_live_search_params = {"ajaxurl":"https:\/\/togetthere.info\/wp-admin\/admin-ajax.php","origin_id":9,"config":{"default":{"engine":"default","parent_el":"#search_results_div","input":{"delay":300,"min_chars":3},"results":{"position":"bottom","width":"auto","offset":{"x":0,"y":0}},"spinner":{"lines":12,"length":8,"width":3,"radius":8,"scale":1,"corners":1,"color":"#424242","fadeColor":"transparent","speed":1,"rotate":0,"animation":"searchwp-spinner-line-fade-quick","direction":1,"zIndex":2000000000,"className":"spinner","top":"50%","left":"50%","shadow":"0 0 1px transparent","position":"absolute"}}},"msg_no_config_found":"No valid SearchWP Live Search configuration found!","aria_instructions":"When autocomplete results are available use up and down arrows to review and enter to go to the desired page. Touch device users, explore by touch or with swipe gestures."};;
</script>
<script type="rocketlazyloadscript" data-rocket-src="https://togetthere.info/wp-content/plugins/searchwp-live-ajax-search/assets/javascript/dist/script.min.js?ver=1.7.2" id="swp-live-search-client-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.google.com/recaptcha/api.js?render=6Ldv6CgqAAAAAAMcMpXTTji3uouiZMXuFzAXIcuP&amp;ver=3.0" id="google-recaptcha-js"></script>
<script type="rocketlazyloadscript" data-rocket-src="https://togetthere.info/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0" id="wp-polyfill-js"></script>
<script id="wpcf7-recaptcha-js-extra">
var wpcf7_recaptcha = {"sitekey":"6Ldv6CgqAAAAAAMcMpXTTji3uouiZMXuFzAXIcuP","actions":{"homepage":"homepage","contactform":"contactform"}};
</script>
<script src="https://togetthere.info/wp-content/plugins/contact-form-7/modules/recaptcha/index.js?ver=5.9.3" id="wpcf7-recaptcha-js"></script>
<script id="cmplz-cookiebanner-js-extra">
var complianz = {"prefix":"cmplz_","user_banner_id":"1","set_cookies":[],"block_ajax_content":"","banner_version":"32","version":"7.1.5","store_consent":"","do_not_track_enabled":"","consenttype":"optin","region":"eu","geoip":"","dismiss_timeout":"","disable_cookiebanner":"","soft_cookiewall":"","dismiss_on_scroll":"","cookie_expiry":"365","url":"https:\/\/togetthere.info\/wp-json\/complianz\/v1\/","locale":"lang=en&locale=en_GB","set_cookies_on_root":"","cookie_domain":"","current_policy_id":"27","cookie_path":"\/","categories":{"statistics":"statistics","marketing":"marketing"},"tcf_active":"","placeholdertext":"Click to accept {category} cookies and enable this content","css_file":"https:\/\/togetthere.info\/wp-content\/uploads\/complianz\/css\/banner-{banner_id}-{type}.css?v=32","page_links":{"eu":{"cookie-statement":{"title":"","url":"https:\/\/togetthere.info\/en\/"},"privacy-statement":{"title":"Privacy Statement","url":"https:\/\/togetthere.info\/en\/privacy-policy-estate\/"}}},"tm_categories":"","forceEnableStats":"","preview":"","clean_cookies":"","aria_label":"Click to accept {category} cookies and enable this content"};
</script>
<script type="rocketlazyloadscript" defer data-rocket-src="https://togetthere.info/wp-content/plugins/complianz-gdpr/cookiebanner/js/complianz.min.js?ver=1732010308" id="cmplz-cookiebanner-js"></script>
<script type="rocketlazyloadscript" id="cmplz-cookiebanner-js-after">
document.addEventListener("cmplz_enable_category", function () {
                document.querySelectorAll('[data-rocket-lazyload]').forEach(obj => {
                    if (obj.hasAttribute('data-lazy-src')) {
                        obj.setAttribute('src', obj.getAttribute('data-lazy-src'));
                    }
                });
            });
        
		
</script>
<script src="https://cdn.trustindex.io/loader.js" id="trustindex-loader-js-js" async data-wp-strategy="async"></script>
<script type="rocketlazyloadscript">
(function() {
				var expirationDate = new Date();
				expirationDate.setTime( expirationDate.getTime() + 31536000 * 1000 );
				document.cookie = "pll_language=en; expires=" + expirationDate.toUTCString() + "; path=/; secure; SameSite=Lax";
			}());

</script>
<script>window.lazyLoadOptions=[{elements_selector:"img[data-lazy-src],.rocket-lazyload,iframe[data-lazy-src]",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()}}}}}},{elements_selector:".rocket-lazyload",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,}];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://togetthere.info/wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.min.js"></script><!-- 02.10.26 First -->
</body>
</html>

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