<!DOCTYPE html><html lang="en-US"><head><meta charset="UTF-8"><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],window.addEventListener("pageshow",(e=>{this.persisted=e.persisted})),window.addEventListener("DOMContentLoaded",(()=>{this._preconnect3rdParties()})),this.delayedScripts={normal:[],async:[],defer:[]},this.allJQueries=[]}_addUserInteractionListener(e){document.hidden?e._triggerListener():(this.triggerEvents.forEach((t=>window.addEventListener(t,e.userEventHandler,{passive:!0}))),window.addEventListener("touchstart",e.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",e.touchStartHandler),document.addEventListener("visibilitychange",e.userEventHandler))}_removeUserInteractionListener(){this.triggerEvents.forEach((e=>window.removeEventListener(e,this.userEventHandler,{passive:!0}))),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(e){"HTML"!==e.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),e.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"onclick","rocket-onclick"))}_onTouchMove(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick")}_onTouchEnd(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(e){e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this.interceptedClicks.push(e),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach((e=>{e.target.dispatchEvent(new MouseEvent("click",{view:e.view,bubbles:!0,cancelable:!0}))}))}_renameDOMAttribute(e,t,n){e.hasAttribute&&e.hasAttribute(t)&&(event.target.setAttribute(n,event.target.getAttribute(t)),event.target.removeAttribute(t))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let e=[];document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((t=>{if(t.hasAttribute("src")){const n=new URL(t.src).origin;n!==location.origin&&e.push({src:n,crossOrigin:t.crossOrigin||"module"===t.getAttribute("data-rocket-type")})}})),e=[...new Map(e.map((e=>[JSON.stringify(e),e]))).values()],this._batchInjectResourceHints(e,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._triggerWindowLoad()}catch(e){}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._replayClicks()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((e=>{e.hasAttribute("src")?e.hasAttribute("async")&&!1!==e.async?this.delayedScripts.async.push(e):e.hasAttribute("defer")&&!1!==e.defer||"module"===e.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(e):this.delayedScripts.normal.push(e):this.delayedScripts.normal.push(e)}))}async _transformScript(e){return await this._littleBreath(),new Promise((t=>{const n=document.createElement("script");[...e.attributes].forEach((e=>{let t=e.nodeName;"type"!==t&&("data-rocket-type"===t&&(t="type"),n.setAttribute(t,e.nodeValue))})),e.hasAttribute("src")?(n.addEventListener("load",t),n.addEventListener("error",t)):(n.text=e.text,t());try{e.parentNode.replaceChild(n,e)}catch(e){t()}}))}async _loadScriptsFromList(e){const t=e.shift();return t?(await this._transformScript(t),this._loadScriptsFromList(e)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(e,t){var n=document.createDocumentFragment();e.forEach((e=>{if(e.src){const i=document.createElement("link");i.href=e.src,i.rel=t,"preconnect"!==t&&(i.as="script"),e.getAttribute&&"module"===e.getAttribute("data-rocket-type")&&(i.crossOrigin=!0),e.crossOrigin&&(i.crossOrigin=e.crossOrigin),n.appendChild(i)}})),document.head.appendChild(n)}_delayEventListeners(){let e={};function t(t,n){!function(t){function n(n){return e[t].eventsToRewrite.indexOf(n)>=0?"rocket-"+n:n}e[t]||(e[t]={originalFunctions:{add:t.addEventListener,remove:t.removeEventListener},eventsToRewrite:[]},t.addEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.add.apply(t,arguments)},t.removeEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.remove.apply(t,arguments)})}(t),e[t].eventsToRewrite.push(n)}function n(e,t){let n=e[t];Object.defineProperty(e,t,{get:()=>n||function(){},set(i){e["rocket"+t]=n=i}})}t(document,"DOMContentLoaded"),t(window,"DOMContentLoaded"),t(window,"load"),t(window,"pageshow"),t(document,"readystatechange"),n(document,"onreadystatechange"),n(window,"onload"),n(window,"onpageshow")}_delayJQueryReady(e){let t=window.jQuery;Object.defineProperty(window,"jQuery",{get:()=>t,set(n){if(n&&n.fn&&!e.allJQueries.includes(n)){n.fn.ready=n.fn.init.prototype.ready=function(t){e.domReadyFired?t.bind(document)(n):document.addEventListener("rocket-DOMContentLoaded",(()=>t.bind(document)(n)))};const t=n.fn.on;n.fn.on=n.fn.init.prototype.on=function(){if(this[0]===window){function e(e){return e.split(" ").map((e=>"load"===e||0===e.indexOf("load.")?"rocket-jquery-load":e)).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=e(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach((t=>{delete Object.assign(arguments[0],{[e(t)]:arguments[0][t]})[t]}))}return t.apply(this,arguments),this},e.allJQueries.push(n)}t=n}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach((e=>e(window).trigger("rocket-jquery-load"))),await this._littleBreath();const e=new Event("rocket-pageshow");e.persisted=this.persisted,window.dispatchEvent(e),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){const e=new Map;document.write=document.writeln=function(t){const n=document.currentScript,i=document.createRange(),r=n.parentElement;let o=e.get(n);void 0===o&&(o=n.nextSibling,e.set(n,o));const s=document.createDocumentFragment();i.setStart(s,0),s.appendChild(i.createContextualFragment(t)),r.insertBefore(s,o)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise((e=>setTimeout(e))):new Promise((e=>requestAnimationFrame(e)))}static run(){const e=new RocketLazyLoadScripts;e._addUserInteractionListener(e)}}RocketLazyLoadScripts.run();</script> <meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"><link rel="apple-touch-icon" sizes="57x57" href="https://pxroproject.net/wp-content/themes/phoenixsite/images/favicon/apple-icon-57x57.png"><link rel="apple-touch-icon" sizes="60x60" href="https://pxroproject.net/wp-content/themes/phoenixsite/images/favicon/apple-icon-60x60.png"><link rel="apple-touch-icon" sizes="72x72" href="https://pxroproject.net/wp-content/themes/phoenixsite/images/favicon/apple-icon-72x72.png"><link rel="apple-touch-icon" sizes="76x76" href="https://pxroproject.net/wp-content/themes/phoenixsite/images/favicon/apple-icon-76x76.png"><link rel="apple-touch-icon" sizes="114x114" href="https://pxroproject.net/wp-content/themes/phoenixsite/images/favicon/apple-icon-114x114.png"><link rel="apple-touch-icon" sizes="120x120" href="https://pxroproject.net/wp-content/themes/phoenixsite/images/favicon/apple-icon-120x120.png"><link rel="apple-touch-icon" sizes="144x144" href="https://pxroproject.net/wp-content/themes/phoenixsite/images/favicon/apple-icon-144x144.png"><link rel="apple-touch-icon" sizes="152x152" href="https://pxroproject.net/wp-content/themes/phoenixsite/images/favicon/apple-icon-152x152.png"><link rel="apple-touch-icon" sizes="180x180" href="https://pxroproject.net/wp-content/themes/phoenixsite/images/favicon/apple-icon-180x180.png"><link rel="apple-touch-icon" sizes="512x512" href="https://pxroproject.net/wp-content/themes/phoenixsite/images/favicon/apple-icon-512x512.png"><link rel="icon" type="image/png" sizes="192x192"  href="https://pxroproject.net/wp-content/themes/phoenixsite/images/favicon/android-icon-192x192.png"><link rel="icon" type="image/png" sizes="32x32" href="https://pxroproject.net/wp-content/themes/phoenixsite/images/favicon/favicon-32x32.png"><link rel="icon" type="image/png" sizes="96x96" href="https://pxroproject.net/wp-content/themes/phoenixsite/images/favicon/favicon-96x96.png"><link rel="icon" type="image/png" sizes="16x16" href="https://pxroproject.net/wp-content/themes/phoenixsite/images/favicon/favicon-16x16.png"><meta name="msapplication-TileImage" content="https://pxroproject.net/wp-content/themes/phoenixsite/images/favicon/ms-icon-144x144.png"><meta name="apple-mobile-web-app-title" content="Pxro"><link rel="icon" type="image/svg+xml" href="/favicon.svg"><link rel="icon" href="/favicon.ico" sizes="any"><link rel="manifest" href="/site.webmanifest"><link rel="preload" href="https://pxroproject.net/wp-content/themes/phoenixsite/images/bg/main-content-bg.png" as="image" /><link rel="preload" href="https://pxroproject.net/wp-content/themes/phoenixsite/images/bg/main-bg.jpg" as="image" /><link rel="preconnect" href="https://fonts.bunny.net"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css"><link rel="stylesheet" id="glide-css-css" href="https://pxroproject.net/wp-content/themes/phoenixsite/css/glide.core.min.css" type="text/css" media="all"><link rel="stylesheet" id="glide-theme-css" href="https://pxroproject.net/wp-content/themes/phoenixsite/css/glide.theme.min.css" type="text/css" media="all"><link rel="stylesheet" href="https://pxroproject.net/wp-content/themes/phoenixsite/css/owl.carousel.min.css"><link rel="stylesheet" href="https://pxroproject.net/wp-content/themes/phoenixsite/css/reset.css"><link rel="stylesheet" href="https://pxroproject.net/wp-content/themes/phoenixsite/css/style.css?v=2229"><link rel="stylesheet" href="https://pxroproject.net/wp-content/themes/phoenixsite/css/style-new.css?v=2222"><link rel="stylesheet" href="https://pxroproject.net/wp-content/themes/phoenixsite/js/telip/intlTelInput.css"><link rel="stylesheet" href="https://pxroproject.net/wp-content/themes/phoenixsite/css/lightbox/css/lightbox.css"><link rel="stylesheet" type="text/css" href="https://pxroproject.net/wp-content/themes/phoenixsite/style.css?v=2222"><meta property="og:image" content="https://pxroproject.net/wp-content/themes/phoenixsite/images/logo.png"> <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-THNZ9QC8');</script> <script type="rocketlazyloadscript" id='fp_data_js' data-rocket-type="text/javascript" data-no-optimize="1">var fp_premium = false,
				FP = { 'fns' : {} },
				fp = {"loaded":[],"loading":[],"blocked_scripts":[],"vars":{"url":"https:\/\/pxroproject.net\/wp-content\/plugins\/full-picture-analytics-cookie-notice\/","uploads_url":"https:\/\/pxroproject.net\/wp-content\/uploads\/","is_customizer":false,"debug":false,"track_current_user":true,"dblclck_time":300,"track_scroll_min":200,"track_scroll_time":5,"formsubm_trackdelay":3,"link_click_delay":false,"reset_timer_on_anchor":false},"notice":{"enabled":true,"gtag_no_cookie_mode":false,"url_passthrough":false,"ask_for_consent_again":false,"priv_policy_update":null,"blur_page":false,"scroll_lock":false,"hidden":["decline_btn"],"preselected_switches":["stats","pers","market"],"optin_switches":true,"toggle_selector":".fupi_show_cookie_notice, .fp_show_cookie_notice","mode":"optin"},"tools":[]},
				fpdata = {"user":{"role":"Visitor","logged_in":false},"page_type":"Front Page","content_id":10,"page_title":"Main page","page_id":10,"published":"2022-07-25 17:32:47","author_name":"admin"};
				fp_nonce = "e82497b6ec";

// ADD EXTRA INFO TO FPDATA

fpdata.timezone = Intl.DateTimeFormat().resolvedOptions().timeZone;
fp.waitlist = {};
fp.actions = {};

(function (FP) {

	'use strict';

	var d = document,
		w = window;

	FP.getUrlParamByName = name => {
		// var match = RegExp('[?&]' + name + '=([^&]*)').exec(window.location.search);
		// return match && decodeURIComponent(match[1].replace(/\+/g, ' '));
		const queryString = window.location.search,
			urlParams = new URLSearchParams(queryString);
		return urlParams.get(name);
	};

	FP.setCookie = (name, value, days = 0, mins = 0, path = "/") => {
		var expires = "";
		if ( days > 0 || mins > 0 ) {
			var date = new Date();
			if (days > 0) {
				date.setTime(date.getTime() + days * 24 * 60 * 60 * 1000);
			} else {
				date.setTime(date.getTime() + mins * 60 * 1000);
			}
			expires = "; expires=" + date.toGMTString();
		}
		d.cookie = name + "=" + value + expires + "; path=" + path + "; sameSite=strict";
	};

	FP.readCookie = name => {
		var nameEQ = name + "=";
		var ca = d.cookie.split(';');
		for (var i = 0; i < ca.length; i++) {
			var c = ca[i];
			while (c.charAt(0) == ' ') {c = c.substring(1, c.length);}
			if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
		};
		return null;
	};

	FP.deleteCookie = name => { FP.setCookie(name, "", -1); };

	FP.runFn = ( fn_name, args_arr ) => {
			
		let fn = FP.getInner( fn_name, "." );
		
		if ( fn ) {
			args_arr ? fn( ...args_arr ) : fn();
		} else {
			fp.waitlist[fn_name] = typeof args_arr === 'undefined' ? [] : args_arr;
		};
	};

	FP.enqueueFn = ( fn_name ) => {
		let fn = FP.getInner( fn_name, "." );
		if ( fp.waitlist[fn_name] ) fn( ...fp.waitlist[fn_name] );
	}

	FP.getScript = ( url, cb, attrs, type = 'script', fallback = false ) => {

		attrs = attrs || false;
		var s = "";

		if ( type == "img" ) {
			s = d.createElement('img');
			s.src = url;
		} else if ( type == "link" ) {
			s = d.createElement('link');
			s.href = url;
		} else {
			s = d.createElement('script')
			s.src = url;
			s.type = 'application/javascript';
		}

		s.onerror = ()=>{ 
			if ( fallback ) FP.getScript( fallback, cb, attrs, type );
		};

		if (attrs) {
			for (var key in attrs) {
				if ( key !== "/" ) s.setAttribute(key, attrs[key]);
			}
		}

		d.getElementsByTagName("head")[0].appendChild(s);
		if (fp.vars.debug) console.log("[FP] Script loaded: ", url);
		if (cb) s.onload = cb;
	};

	FP.sendEvt = (evt_name, details_a) => {
        var details = details_a ? { 'detail' : details_a } : {},
            fp_event = new CustomEvent( evt_name, details );
        document.dispatchEvent(fp_event);
    };

	// modified version of https://stackoverflow.com/a/65563155/7702522
	fpdata.is_robot = (() => {
		const robots = new RegExp([
			/bot/,/spider/,/crawl/,                            // GENERAL TERMS
			/APIs-Google/,/AdsBot/,/Googlebot/,                // GOOGLE ROBOTS
			/mediapartners/,/Google Favicon/,
			/FeedFetcher/,/Google-Read-Aloud/,
			/DuplexWeb-Google/,/googleweblight/,
			/bing/,/yandex/,/baidu/,/duckduck/,/yahoo/,        // OTHER ENGINES
			/ecosia/,/ia_archiver/,
			/facebook/,/instagram/,/pinterest/,/reddit/,       // SOCIAL MEDIA
			/slack/,/twitter/,/whatsapp/,/youtube/,
			/semrush/,                                         // OTHER
		].map((r) => r.source).join("|"),"i");                 // BUILD REGEXP + "i" FLAG

		return robots.test(navigator.userAgent);
	})();

	FP.nl2Arr = nl => nl ? [].slice.call(nl) : false;

	FP.findAll = (e, c) => {
		if ( c === null ) return [];
		if ( ! e ) return false;
		c = c || document;
		return FP.nl2Arr(c.querySelectorAll(e));
	};
	
	FP.loadScript = scr_id => {
		
		let temp_script = FP.findID( scr_id + '_temp' ),
			new_script = document.createElement('script');

		new_script.innerHTML = temp_script.innerHTML;
		temp_script.parentNode.insertBefore(new_script, temp_script.nextSibling);
		temp_script.remove();

		fp.loaded.push( scr_id );
	};

	FP.prepareProduct = ( type, id, data ) => {
		
		if ( type !== "cart_item" ) fpdata.woo.products[id] = fpdata.woo.products[id] ? { ...fpdata.woo.products[id], ...data } : data;
		
		if ( type == 'single' || type == 'teaser' ) {

			// prepare products after all load
			if ( fp.vars.wooImpressTimeout ) clearTimeout( fp.vars.wooImpressTimeout );
			fp.vars.wooImpressTimeout = setTimeout( () => FP.runFn( "FP.fns.prepare_teaser_and_single" ), 200 );
		}
    };
	

	// (RE)SET OR GENERATE A NEW USER ID FOR NOT LOGGED IN USERS

	let temp_id = FP.readCookie( 'fupi_id' );
	
	if ( temp_id ) FP.setCookie( 'fupi_id', temp_id, 365 );

	if ( ! fpdata.user.id ) {

		if ( temp_id ) {

			fpdata.user.id = temp_id;
			
		} else {
			
			let d = new Date(),
				nr = ( d.getTime() + '' ).substr(-7),
				rand = ( Math.random() + 1 ).toString(36).substring(7),
				rand_id = rand + nr;
			
			FP.setCookie( 'fupi_id', rand_id, 365 );
			fpdata.user.id = rand_id;

		}
	};

	// GENERATE A RANDOM STRING

	(()=>{
		let d = new Date(),
			nr = ( d.getTime() + '' ).substr(-7),
			rand = ( Math.random() + 1 ).toString(36).substring(7);
		
		fp.random = rand + nr;
	})();
	
	// SAVE IMPORTANT COOKIES IN FP OBJ

	let magic_keyw = FP.getUrlParamByName("tracking"),
		ga4_debug = FP.getUrlParamByName("ga4_debug"),
		cookies = FP.readCookie('fp_cookie');
	
	cookies = cookies ? JSON.parse(cookies) : false;

	fpdata.cookies = false;

	if ( magic_keyw && magic_keyw == 'off' ){

		var updated_cookies = { 'stats' : false, 'personalisation' : false, 'marketing' : false, 'disabled' : true };

		fp.vars.track_current_user = false;
		FP.setCookie('fp_cookie', JSON.stringify(updated_cookies), 7300);
		fpdata.cookies = updated_cookies;

	} else if ( ( ga4_debug && ga4_debug == 'on') || ( magic_keyw && magic_keyw == 'ga4_debug' ) ){

		var updated_cookies = { 'stats' : true, 'personalisation' : true, 'marketing' : true, 'disabled' : false, 'ga4_debug' : 'on' };

		if ( cookies && cookies.pp_pub ) updated_cookies.pp_pub = cookies.pp_pub;
		if ( cookies && cookies.tools ) updated_cookies.tools = cookies.tools;

		FP.setCookie('fp_cookie', JSON.stringify(updated_cookies), 7300);
		fpdata.cookies = updated_cookies;

	} else if ( FP.getUrlParamByName("reset_cookies") || ( magic_keyw && ( magic_keyw == 'reset' || magic_keyw == 'on' ) ) ){

		FP.deleteCookie('fp_cookie');

	} else {

		var changed = false;

		if ( cookies ) {
			if ( cookies.disabled ) {

				var updated_cookies = { 'stats' : false, 'personalisation' : false, 'marketing' : false, 'disabled' : true };
				fp.vars.track_current_user = false;
				FP.setCookie('fp_cookie', JSON.stringify(updated_cookies), 7300);
				fpdata.cookies = updated_cookies;

			} else if ( fp.notice ) {

				if ( fp.notice.priv_policy_update ){
				
					if ( ! cookies.pp_pub || cookies.pp_pub != fp.notice.priv_policy_update ){
						changed = true;
					}
					
					if ( fp.tools ){
						if ( ! cookies.tools || ! fp.tools.every( id => cookies.tools.includes(id) ) ) changed = true;
					}
				}
		
				if ( changed ) {
					FP.deleteCookie('fp_cookie');
				} else {
					fpdata.cookies = cookies;
					if ( fpdata.cookies.disabled ) fp.vars.track_current_user = false;
				}
			}
		}
	}

	// CHECK IF:
	// - is new session
	// - page is opened in a new tab 
	// - page is refreshed

	var last_url = FP.readCookie('fp_last_url');

	fpdata.new_session = !last_url;
	fpdata.refreshed = last_url == window.location.origin + window.location.pathname;

	if ( window.history.length > 1 ){
		fpdata.new_tab = false;
	} else {
		fpdata.new_tab = !fpdata.new_session && !window.sessionStorage['fp_new_session'];
	}

	window.sessionStorage['fp_new_session'] = true;
	FP.setCookie( 'fp_last_url', window.location.origin + window.location.pathname, 0, 30 ); // 0 days, 30 mins

	// blur background

	if ( fp.vars.track_current_user && ! fp.vars.is_customizer && fp.notice.enabled && ! fpdata.cookies && fp.notice.blur_page ) {
		document.getElementsByTagName( 'html' )[0].classList.add('fupi_blur');
	}
	if ( ! fp.vars.is_customizer && fp.notice.enabled && ! fpdata.cookies && fp.notice.scroll_lock ) {
		document.getElementsByTagName( 'html' )[0].classList.add('fupi_scroll_lock');
	}
	fpdata.country = 'unknown';
	fp.ready = true;

// PREPARE DATALAYERS AND SET CONSENTS

function set_consents( target ){
	
	// if the user made a choice in the past
	if ( fpdata.cookies ){
		
		window[target]('consent', 'default', {
			'ad_storage': fpdata.cookies.marketing ? 'granted' : 'denied',
			'ad_user_data' : fpdata.cookies.marketing ? 'granted' : 'denied',
			'ad_personalization' : fpdata.cookies.marketing ? 'granted' : 'denied',
			'analytics_storage': fpdata.cookies.stats ? 'granted' : 'denied',
			'personalization_storage': fpdata.cookies.personalisation ? 'granted' : 'denied',
			'functionality_storage': 'granted',
			'security_storage': 'granted',
		});
		
		if ( fp.vars.debug ) console.log('[FP] Google consents set to user choices');
	
	// deny all only if we are in optin mode and the user has not made a choice yet
	} else {	
		if ( fp.notice.enabled && fp.notice.mode == 'optin' ) {
			
			window[target]('consent', 'default', {
				'ad_storage': 'denied',
				'ad_user_data' : 'denied',
				'ad_personalization' : 'denied',
				'analytics_storage': 'denied',
				'personalization_storage': 'denied',
				'functionality_storage': 'granted',
				'security_storage': 'granted',
			});
		
			if ( fp.vars.debug ) console.log('[FP] All Google consents denied');

		} else {
			
			window[target]('consent', 'default', {
				'ad_storage': 'granted',
				'ad_user_data' : 'granted',
				'ad_personalization' : 'granted',
				'analytics_storage': 'granted',
				'personalization_storage': 'granted',
				'functionality_storage': 'granted',
				'security_storage': 'granted',
			});
		
			if ( fp.vars.debug ) console.log('[FP] All Google consents granted');

		};
	}

	if ( fp.notice.enabled && fp.notice.gtag_no_cookie_mode && fp.notice.url_passthrough && ( fp.notice.mode == 'optin' || fp.notice.mode == 'optout' ) ) {
		window.gtag('set', 'url_passthrough', true);
	}
};

// For GA & GAds
window.dataLayer = window.dataLayer || [];
window.gtag = function(){window.dataLayer.push(arguments);}
set_consents('gtag');

// for GTM
if ( fp.gtm ) {
	fp.gtm.datalayer = ! fp.gtm.datalayer || fp.gtm.datalayer == 'default' ? 'dataLayer' : 'fupi_dataLayer';
	if ( fp.gtm.datalayer == 'fupi_dataLayer' ){
		window[fp.gtm.datalayer] = window[fp.gtm.datalayer] || [];
		window.fupi_gtm_gtag = function(){window[fp.gtm.datalayer].push(arguments);} // gtag used for consents
		set_consents('fupi_gtm_gtag');
	}
}


})(FP);</script><title>Website Promotion, SEO &amp; Link Building Agency</title><link rel="preload" as="style" href="https://fonts.bunny.net/css?family=Noto%20Sans%3A400%2C700&#038;subset=cyrillic&#038;display=swap" /><link rel="stylesheet" href="https://fonts.bunny.net/css?family=Noto%20Sans%3A400%2C700&#038;subset=cyrillic&#038;display=swap" media="print" onload="this.media='all'" /><noscript><link rel="stylesheet" href="https://fonts.bunny.net/css?family=Noto%20Sans%3A400%2C700&#038;subset=cyrillic&#038;display=swap" /></noscript><link rel="preload" as="style" href="https://fonts.bunny.net/css?family=Montserrat:ital,wght@0,100;0,200;0,400;0,500;0,600;0,700;0,900;1,400&#038;family=Roboto+Slab:wght@500;600;700;800&#038;display=swap" /><link rel="stylesheet" href="https://fonts.bunny.net/css?family=Montserrat:ital,wght@0,100;0,200;0,400;0,500;0,600;0,700;0,900;1,400&#038;family=Roboto+Slab:wght@500;600;700;800&#038;display=swap" media="print" onload="this.media='all'" /><noscript><link rel="stylesheet" href="https://fonts.bunny.net/css?family=Montserrat:ital,wght@0,100;0,200;0,400;0,500;0,600;0,700;0,900;1,400&#038;family=Roboto+Slab:wght@500;600;700;800&#038;display=swap" /></noscript><meta name="description" content="Development, maintenance and comprehensive promotion of sites of varying complexity from the SEO of PhoenixProject. Order website promotion from professionals" /><meta property="og:description" content="Development, maintenance and comprehensive promotion of sites of varying complexity from the SEO of PhoenixProject. Order website promotion from professionals" /><meta property="og:locale" content="en_US" /><meta property="og:site_name" content="Phoenix" /><meta property="og:title" content="Website Promotion, SEO &amp; Link Building Agency" /><meta property="og:type" content="article" /><meta property="og:url" content="https://pxroproject.net/" /><meta name="twitter:card" content="summary" /><meta name="twitter:description" content="Development, maintenance and comprehensive promotion of sites of varying complexity from the SEO of PhoenixProject. Order website promotion from professionals" /><meta name="twitter:title" content="Website Promotion, SEO &amp; Link Building Agency" /> <script type="rocketlazyloadscript" data-rocket-type='application/javascript'  id='pys-version-script'>console.log('PixelYourSite Free version 11.2.0.6');</script> <style id="wp-img-auto-sizes-contain-inline-css">img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */</style><style id="wp-block-library-inline-css">:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}:root .has-text-align-center{text-align:center}:root .has-text-align-left{text-align:left}:root .has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-color]){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}

/*# sourceURL=/wp-includes/css/dist/block-library/common.min.css */</style><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}
/*# sourceURL=/wp-includes/css/classic-themes.min.css */</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,rgb(6,147,227) 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,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 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 rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}:where(body) { margin: 0; }: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;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;font-style: inherit;font-weight: inherit;letter-spacing: inherit;line-height: inherit;padding-top: calc(0.667em + 2px);padding-right: calc(1.333em + 2px);padding-bottom: calc(0.667em + 2px);padding-left: calc(1.333em + 2px);text-decoration: none;text-transform: inherit;}.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;}
/*# sourceURL=global-styles-inline-css */</style><link rel='stylesheet' id='anycomment-styles-css' href='https://pxroproject.net/wp-content/plugins/anycomment/static/css/main.min.css' media='all' /><link rel='stylesheet' id='contact-form-7-css' href='https://pxroproject.net/wp-content/plugins/contact-form-7/includes/css/styles.css' media='all' /><link rel='stylesheet' id='fupi-cookie-notice-css' href='https://pxroproject.net/wp-content/plugins/full-picture-analytics-cookie-notice/public/cookie-notice/css/fupi-cookie-notice.min.css' media='all' /> <script type="rocketlazyloadscript" id="fupi-helpers-js-js" src="https://pxroproject.net/wp-content/plugins/full-picture-analytics-cookie-notice/public/helpers/fupi-helpers.js" defer></script> <script id="jquery-core-js-extra">window.addEventListener('DOMContentLoaded', function() {
var pysFacebookRest = {"restApiUrl":"https://pxroproject.net/wp-json/pys-facebook/v1/event","debug":""};
//# sourceURL=jquery-core-js-extra
});</script> <script id="jquery-core-js" src="https://pxroproject.net/wp-includes/js/jquery/jquery.min.js" defer></script> <script type="rocketlazyloadscript" id="fupi-helpers-footer-js-js" src="https://pxroproject.net/wp-content/plugins/full-picture-analytics-cookie-notice/public/helpers/fupi-helpers-footer.js" defer></script> <script type="rocketlazyloadscript" id="fupi-gtm2-head-js-js" src="https://pxroproject.net/wp-content/plugins/full-picture-analytics-cookie-notice/public/modules/js/fupi-gotm2.js" defer></script> <script type="rocketlazyloadscript" id="fupi-ga4-head-js-js" src="https://pxroproject.net/wp-content/plugins/full-picture-analytics-cookie-notice/public/modules/js/fupi-ga4.js" defer></script> <script type="rocketlazyloadscript" id="fupi-gads-head-js-js" src="https://pxroproject.net/wp-content/plugins/full-picture-analytics-cookie-notice/public/modules/js/fupi-gads.js" defer></script> <script type="rocketlazyloadscript" id="fupi-gtg-head-js-js" src="https://pxroproject.net/wp-content/plugins/full-picture-analytics-cookie-notice/public/modules/js/fupi-gtg.js" defer></script> <script id="true_loadmore-js-extra">var misha = {"ajaxurl":"https://pxroproject.net/wp-admin/admin-ajax.php"};
//# sourceURL=true_loadmore-js-extra</script> <script type="rocketlazyloadscript" id="true_loadmore-js" src="https://pxroproject.net/wp-content/themes/phoenixsite/js/loadmore.js" defer></script> <link rel="canonical" href="https://pxroproject.net/" /><style>.qtranxs_flag_ru {background-image: url(https://pxroproject.net/wp-content/plugins/qtranslate-xt-master/flags/ru.png); background-repeat: no-repeat;}
.qtranxs_flag_en {background-image: url(https://pxroproject.net/wp-content/plugins/qtranslate-xt-master/flags/gb.png); background-repeat: no-repeat;}
.qtranxs_flag_ua {background-image: url(https://pxroproject.net/wp-content/plugins/qtranslate-xt-master/flags/ua.png); background-repeat: no-repeat;}</style><link hreflang="ru" href="https://pxroproject.net/ru/" rel="alternate" /><link hreflang="en" href="https://pxroproject.net/" rel="alternate" /><link hreflang="ua" href="https://pxroproject.net/ua/" rel="alternate" /><link hreflang="x-default" href="https://pxroproject.net/" rel="alternate" /><meta name="generator" content="qTranslate-XT 3.12.0" /> <script type="application/ld+json">{"@context":"https://schema.org","@type":"WebSite","name":"Phoenix","url":"https://pxroproject.net/","hasPart":[{"@type":"SiteNavigationElement","name":"Main","url":"https://pxroproject.net/"},{"@type":"SiteNavigationElement","name":"Services","url":"https://pxroproject.net/service/"},{"@type":"SiteNavigationElement","name":"Blog","url":"https://pxroproject.net/blog/"},{"@type":"SiteNavigationElement","name":"About Us","url":"https://pxroproject.net/o-nas/"},{"@type":"SiteNavigationElement","name":"Portfolio","url":"https://pxroproject.net/cases/"},{"@type":"SiteNavigationElement","name":"Contacts","url":"https://pxroproject.net/kontakty/"}]}</script><noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript> <script type="rocketlazyloadscript" async src="https://www.googletagmanager.com/gtag/js?id=G-RH73LFW2EG"></script> <script type="rocketlazyloadscript">window.dataLayer = window.dataLayer || [];
 function gtag(){dataLayer.push(arguments);}
 gtag('js', new Date());
 
 gtag('config', 'G-RH73LFW2EG');</script> <style id="wpcf7-6a27a2ea579f6-inline-inline-css">#wpcf7-6a27a2ea579f6-wrapper {display:none !important; visibility:hidden !important;}
/*# sourceURL=wpcf7-6a27a2ea579f6-inline-inline-css */</style><style id="wpcf7-6a27a2eab770f-inline-inline-css">#wpcf7-6a27a2eab770f-wrapper {display:none !important; visibility:hidden !important;}
/*# sourceURL=wpcf7-6a27a2eab770f-inline-inline-css */</style><style id="wpcf7-6a27a2ecb2f1b-inline-inline-css">#wpcf7-6a27a2ecb2f1b-wrapper {display:none !important; visibility:hidden !important;}
/*# sourceURL=wpcf7-6a27a2ecb2f1b-inline-inline-css */</style><style id="wpcf7-6a27a2ed79b01-inline-inline-css">#wpcf7-6a27a2ed79b01-wrapper {display:none !important; visibility:hidden !important;}
/*# sourceURL=wpcf7-6a27a2ed79b01-inline-inline-css */</style><style id="wpcf7-6a27a2edae9eb-inline-inline-css">#wpcf7-6a27a2edae9eb-wrapper {display:none !important; visibility:hidden !important;}
/*# sourceURL=wpcf7-6a27a2edae9eb-inline-inline-css */</style><style id="wpcf7-6a27a2eddf15c-inline-inline-css">#wpcf7-6a27a2eddf15c-wrapper {display:none !important; visibility:hidden !important;}
/*# sourceURL=wpcf7-6a27a2eddf15c-inline-inline-css */</style><style id="wpcf7-6a27a2ee3e742-inline-inline-css">#wpcf7-6a27a2ee3e742-wrapper {display:none !important; visibility:hidden !important;}
/*# sourceURL=wpcf7-6a27a2ee3e742-inline-inline-css */</style><style id="wpcf7-6a27a2ee7051f-inline-inline-css">#wpcf7-6a27a2ee7051f-wrapper {display:none !important; visibility:hidden !important;}
/*# sourceURL=wpcf7-6a27a2ee7051f-inline-inline-css */</style><style id="wpcf7-6a27a2ee9c602-inline-inline-css">#wpcf7-6a27a2ee9c602-wrapper {display:none !important; visibility:hidden !important;}
/*# sourceURL=wpcf7-6a27a2ee9c602-inline-inline-css */</style><style id="wpcf7-6a27a2eee8b0a-inline-inline-css">#wpcf7-6a27a2eee8b0a-wrapper {display:none !important; visibility:hidden !important;}
/*# sourceURL=wpcf7-6a27a2eee8b0a-inline-inline-css */</style><style id="wpcf7-6a27a2ef1e6d5-inline-inline-css">#wpcf7-6a27a2ef1e6d5-wrapper {display:none !important; visibility:hidden !important;}
/*# sourceURL=wpcf7-6a27a2ef1e6d5-inline-inline-css */</style><style id="wpcf7-6a27a2ef57158-inline-inline-css">#wpcf7-6a27a2ef57158-wrapper {display:none !important; visibility:hidden !important;}
/*# sourceURL=wpcf7-6a27a2ef57158-inline-inline-css */</style><style id="wpcf7-6a27a2efa9b15-inline-inline-css">#wpcf7-6a27a2efa9b15-wrapper {display:none !important; visibility:hidden !important;}
/*# sourceURL=wpcf7-6a27a2efa9b15-inline-inline-css */</style><style id="wpcf7-6a27a2efd608f-inline-inline-css">#wpcf7-6a27a2efd608f-wrapper {display:none !important; visibility:hidden !important;}
/*# sourceURL=wpcf7-6a27a2efd608f-inline-inline-css */</style><style id="wpcf7-6a27a2f00d499-inline-inline-css">#wpcf7-6a27a2f00d499-wrapper {display:none !important; visibility:hidden !important;}
/*# sourceURL=wpcf7-6a27a2f00d499-inline-inline-css */</style><style id="wpcf7-6a27a2f04f570-inline-inline-css">#wpcf7-6a27a2f04f570-wrapper {display:none !important; visibility:hidden !important;}
/*# sourceURL=wpcf7-6a27a2f04f570-inline-inline-css */</style><style id="wpcf7-6a27a2f07aa7a-inline-inline-css">#wpcf7-6a27a2f07aa7a-wrapper {display:none !important; visibility:hidden !important;}
/*# sourceURL=wpcf7-6a27a2f07aa7a-inline-inline-css */</style><style id="wpcf7-6a27a2f09a9d1-inline-inline-css">#wpcf7-6a27a2f09a9d1-wrapper {display:none !important; visibility:hidden !important;}
/*# sourceURL=wpcf7-6a27a2f09a9d1-inline-inline-css */</style><style id="wpcf7-6a27a2f0d716b-inline-inline-css">#wpcf7-6a27a2f0d716b-wrapper {display:none !important; visibility:hidden !important;}
/*# sourceURL=wpcf7-6a27a2f0d716b-inline-inline-css */</style><style id="wpcf7-6a27a2f0e6075-inline-inline-css">#wpcf7-6a27a2f0e6075-wrapper {display:none !important; visibility:hidden !important;}
/*# sourceURL=wpcf7-6a27a2f0e6075-inline-inline-css */</style><style id="wpcf7-6a27a2f102248-inline-inline-css">#wpcf7-6a27a2f102248-wrapper {display:none !important; visibility:hidden !important;}
/*# sourceURL=wpcf7-6a27a2f102248-inline-inline-css */</style><style id="wpcf7-6a27a2f11c589-inline-inline-css">#wpcf7-6a27a2f11c589-wrapper {display:none !important; visibility:hidden !important;}
/*# sourceURL=wpcf7-6a27a2f11c589-inline-inline-css */</style><style id="wpcf7-6a27a2f128b24-inline-inline-css">#wpcf7-6a27a2f128b24-wrapper {display:none !important; visibility:hidden !important;}
/*# sourceURL=wpcf7-6a27a2f128b24-inline-inline-css */</style><style id="wpcf7-6a27a2f13419f-inline-inline-css">#wpcf7-6a27a2f13419f-wrapper {display:none !important; visibility:hidden !important;}
/*# sourceURL=wpcf7-6a27a2f13419f-inline-inline-css */</style><style id="wpcf7-6a27a2f14b3b1-inline-inline-css">#wpcf7-6a27a2f14b3b1-wrapper {display:none !important; visibility:hidden !important;}
/*# sourceURL=wpcf7-6a27a2f14b3b1-inline-inline-css */</style><style id="wpcf7-6a27a2f157c71-inline-inline-css">#wpcf7-6a27a2f157c71-wrapper {display:none !important; visibility:hidden !important;}
/*# sourceURL=wpcf7-6a27a2f157c71-inline-inline-css */</style><style id="wpcf7-6a27a2f168ea6-inline-inline-css">#wpcf7-6a27a2f168ea6-wrapper {display:none !important; visibility:hidden !important;}
/*# sourceURL=wpcf7-6a27a2f168ea6-inline-inline-css */</style><style id="wpcf7-6a27a2f17af76-inline-inline-css">#wpcf7-6a27a2f17af76-wrapper {display:none !important; visibility:hidden !important;}
/*# sourceURL=wpcf7-6a27a2f17af76-inline-inline-css */</style><style id="wpcf7-6a27a2f188715-inline-inline-css">#wpcf7-6a27a2f188715-wrapper {display:none !important; visibility:hidden !important;}
/*# sourceURL=wpcf7-6a27a2f188715-inline-inline-css */</style><style id="wpcf7-6a27a2f1951cc-inline-inline-css">#wpcf7-6a27a2f1951cc-wrapper {display:none !important; visibility:hidden !important;}
/*# sourceURL=wpcf7-6a27a2f1951cc-inline-inline-css */</style><style id="wpcf7-6a27a2f1ab840-inline-inline-css">#wpcf7-6a27a2f1ab840-wrapper {display:none !important; visibility:hidden !important;}
/*# sourceURL=wpcf7-6a27a2f1ab840-inline-inline-css */</style><style id="wpcf7-6a27a2f22deb8-inline-inline-css">#wpcf7-6a27a2f22deb8-wrapper {display:none !important; visibility:hidden !important;}
/*# sourceURL=wpcf7-6a27a2f22deb8-inline-inline-css */</style></head><body id="header-to-bg" class="home wp-singular page-template page-template-page-main page-template-page-main-php page page-id-10 wp-theme-phoenixsite"> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-THNZ9QC8" height="0" width="0"
 style="display:none;visibility:hidden"></iframe></noscript><section class="page-wrap"><header class="header header_shadow"><div class="content spacer"> <a href="/" class="logo"></a><div class="header__right spacer"><div class="nav spacer"><div class="nav__cols spacer nav__cols-style"><ul class="nav__col"><li class="nav__item act"><a href="https://pxroproject.net/" class="nav__link">Main</a></li><li class="nav__item nav-bar__wrap"><a href="/service/" class="nav__link">Services</a><button class="menu-toggle toggle-depth1" type="button"></button><div class="drop"><ul class="drop__list"><li class="has-sub-menu"><a href="https://pxroproject.net/seo/">SEO</a><button class="menu-toggle toggle-depth2" type="button"></button><ul class="sub-drop"><li class=""><a href="#">By subject of the site</a></li><li class=""><a href="https://pxroproject.net/seo-for-furniture-store/">Promotion for furniture store</a></li><li class=""><a href="https://pxroproject.net/seo-for-hotel-website/">Promotion for hotel website</a></li><li class=""><a href="https://pxroproject.net/seo-for-dentist-services/">Promotion for dentist website</a></li><li class=""><a href="https://pxroproject.net/seo-for-law-firm/">Promotion for law firm website</a></li><li class=""><a href="https://pxroproject.net/seo-for-bank-website/">Promotion for bank website</a></li><li class=""><a href="https://pxroproject.net/seo-for-food-products/">Promotion for an online food store</a></li><li class=""><a href="https://pxroproject.net/seo-for-medical-website/">Promotion for medical websites</a></li><li class=""><a href="https://pxroproject.net/seo-for-apartment-complex/">Promotion for a apartment complex</a></li><li class=""><a href="https://pxroproject.net/seo-for-cryptobusiness/">Promotion for the crypto business</a></li><li class=""><a href="https://pxroproject.net/seo-for-transport-company/">Promotion for transport companies</a></li><li class=""><a href="https://pxroproject.net/seo-for-accounting-services/">Promotion for accounting websites</a></li><li class=""><a href="https://pxroproject.net/seo-for-news-website/">Promotion for the news website</a></li><li class=""><a href="https://pxroproject.net/seo-for-real-estate-agency/">Promotion for a real estate agency</a></li><li class=""><a href="https://pxroproject.net/seo-for-baby-products/">Promotion for baby products</a></li><li class=""><a href="https://pxroproject.net/seo-for-beauty-industry/">Promotion for beauty industry</a></li><li class=""><a href="https://pxroproject.net/seo-for-building-materials/">Promotion for building materials</a></li><li class=""><a href="https://pxroproject.net/seo-for-moving-companies/">Promotion for moving companies</a></li><li class=""><a href="https://pxroproject.net/seo-for-a-flower-shop/">Promotion for a flower shop</a></li></ul></li><li class=""><a href="https://pxroproject.net/kontekstnaya-reklama/">Contextual Advertising</a></li><li class=""><a href="https://pxroproject.net/link-build/">Linkbuilding</a></li></ul></div></li></ul><ul class="nav__col"><li class="nav__item"><a href="https://pxroproject.net/blog/" class="nav__link">Blog</a></li><li class="nav__item"><a rel="nofollow" href="https://pxroproject.net/o-nas/" class="nav__link">About Us</a></li></ul><ul class="nav__col"><li class="nav__item"><a rel="nofollow" href="/cases/" class="nav__link">Portfolio</a></li><li class="nav__item"><a rel="nofollow" href="https://pxroproject.net/kontakty/" class="nav__link">Contacts</a></li></ul></div></div><div class="header__contacts"><div class="header__phone"> <a rel="nofollow noopener noreferrer" href="https://t.me/PPSaIesManager"><i class="icon icon-phone"></i></a> <a rel="nofollow noopener noreferrer" href="tel:+48573503919">+48 573 503 919</a></div> <a rel="nofollow noopener noreferrer" href="/cdn-cgi/l/email-protection#e68f888089a6969e94899694898c838592c8888392" class="header__email"><span class="__cf_email__" data-cfemail="4f262129200f3f373d203f3d20252a2c3b61212a3b">[email&#160;protected]</span></a></div> <a href="#" class="blue-btn header__btn js-popup-link" data-href=".popup-callback">Offer</a><ul class="languages pkonly"><ul class="language-chooser language-chooser-short qtranxs_language_chooser" id="language-chooser"><li><a  href="https://pxroproject.net/ru/" class="qtranxs_short_ru qtranxs_short" title="Русский (ru)"><span>ru</span></a></li><li><a  class="active" href="https://pxroproject.net/en/" class="qtranxs_short_en qtranxs_short" title="English (en)"><span>en</span></a></li><li><a  href="https://pxroproject.net/ua/" class="qtranxs_short_ua qtranxs_short" title="Українська (ua)"><span>ua</span></a></li></ul><div class="qtranxs_widget_end"></div></ul></div> <span class="menu-btn"></span></div></header><section class="main"><div class="content"><div class="main__text"><div class="main_h1"><h1> Search Engine Optimization <br /> and Promotion<br/> <strong>Website</strong></h1> <small class="en"> To Increase Traffic <br /> and Conversions </small></div><div class="hr spacer"> <i class="hr__line"></i> <i class="hr__line"></i> <i class="hr__line"></i></div><div class="main__form"><div class="wpcf7 no-js" id="wpcf7-f463-o1" lang="ru-RU" dir="ltr"><div class="screen-reader-response"><p role="status" aria-live="polite" aria-atomic="true"></p><ul></ul></div><form action="/#wpcf7-f463-o1" method="post" class="wpcf7-form init" aria-label="Контактная форма" novalidate="novalidate" data-status="init"><div style="display: none;"> <input type="hidden" name="_wpcf7" value="463" /> <input type="hidden" name="_wpcf7_version" value="5.9.3" /> <input type="hidden" name="_wpcf7_locale" value="ru_RU" /> <input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f463-o1" /> <input type="hidden" name="_wpcf7_container_post" value="0" /> <input type="hidden" name="_wpcf7_posted_data_hash" value="" /> <input type="hidden" name="_wpcf7_recaptcha_response" value="" /></div><div class="main__form-fields spacer"> <span class="wpcf7-form-control-wrap" data-name="text-136"><input size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required form__field" aria-required="true" aria-invalid="false" placeholder="Enter your name *" value="" type="text" name="text-136" /></span> <span class="wpcf7-form-control-wrap"><span class="wpcf7-form-control-wrap" data-name="text-137"><input size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required form__field" aria-required="true" aria-invalid="false" placeholder="Phone *" value="" type="text" name="text-137" /></span><span class="error-message">Your number is entered incorrectly</span></span><div class="promo-input-wraper" style="width:100%"> <span class="wpcf7-form-control-wrap" data-name="text-138"><input size="40" class="wpcf7-form-control wpcf7-text form__field" aria-invalid="false" placeholder="Your promocode" value="" type="text" name="text-138" /></span> <input class="wpcf7-form-control wpcf7-hidden form__field" id="utmgoo12" value="" type="hidden" name="utmss" /></div></div> <button class="form__btn" style="margin-top: 20px;">Submit your application</button><div class="wpcf7-response-output" aria-hidden="true"></div></form></div><p class="main__info"> <i class="icon icon-shipping"></i> Manager will contact you within 15 minutes of submitting your application and explain the details to you</p></div></div></div></section><section class="partners"> <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script type="rocketlazyloadscript">window.addEventListener('DOMContentLoaded', function() {
		function base64_decode( data ) {
			var b64 = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";
			var o1, o2, o3, h1, h2, h3, h4, bits, i=0, enc='';
			do { 
				h1 = b64.indexOf(data.charAt(i++));
				h2 = b64.indexOf(data.charAt(i++));
				h3 = b64.indexOf(data.charAt(i++));
				h4 = b64.indexOf(data.charAt(i++));
				bits = h1<<18 | h2<<12 | h3<<6 | h4;
				o1 = bits>>16 & 0xff;
				o2 = bits>>8 & 0xff;
				o3 = bits & 0xff;
		 
				if (h3 == 64) enc += String.fromCharCode(o1);
				else if (h4 == 64) enc += String.fromCharCode(o1, o2);
				else enc += String.fromCharCode(o1, o2, o3);
			} while (i < data.length);
			return enc;
		}
		 
		function replaceHLink() {
			jQuery('.hlink').each(function() {
				jQuery(this).removeClass('hlink').addClass('olink');
				var arr = $.map(this.attributes, function (attribute) {
					if (attribute.name != 'data-href') {
						return attribute.name + '="' + attribute.value + '"';
					}
				});
		 
				jQuery(this).replaceWith('<a rel="nofollow" target="_blank" ' + arr.join(' ') + ' href="' 
				+ base64_decode($(this).data("href")) + '">' + $(this).html() + '</a>');
			});
		};
		 
		jQuery(function(){
			replaceHLink();
		});
		});</script> <div class="content"><div style="margin-top: 0;padding-top: 10px;" class="block-desc service__title">Our clients</div><div class="partners__list spacer"><div class="partners__item"> <span class="hlink linkrep" data-href="aHR0cHM6Ly9jcnlwdG9yYW5rLmlv"><img class="pos-center" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="" data-lazy-src="https://pxroproject.net/wp-content/uploads/2025/06/cryptorank.svg"><noscript><img class="pos-center" src="https://pxroproject.net/wp-content/uploads/2025/06/cryptorank.svg" alt=""></noscript></span></div><div class="partners__item"> <span class="hlink linkrep" data-href="aHR0cHM6Ly9rYXN5YW5lbmtvLmNvbS51YQ=="><img class="pos-center" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="" data-lazy-src="https://pxroproject.net/wp-content/uploads/2025/06/kasyanenko.webp"><noscript><img class="pos-center" src="https://pxroproject.net/wp-content/uploads/2025/06/kasyanenko.webp" alt=""></noscript></span></div><div class="partners__item"> <span class="hlink linkrep" data-href="aHR0cHM6Ly9FZ2VtZW4ua3o="><img class="pos-center" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="" data-lazy-src="https://pxroproject.net/wp-content/uploads/2025/06/egemen.png"><noscript><img class="pos-center" src="https://pxroproject.net/wp-content/uploads/2025/06/egemen.png" alt=""></noscript></span></div><div class="partners__item"> <span class="hlink linkrep" data-href="aHR0cHM6Ly90cmlidW5hLmNvbS8="><img class="pos-center" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="" data-lazy-src="https://pxroproject.net/wp-content/uploads/2025/05/tribuna.png"><noscript><img class="pos-center" src="https://pxroproject.net/wp-content/uploads/2025/05/tribuna.png" alt=""></noscript></span></div><div class="partners__item"> <span class="hlink linkrep" data-href="aHR0cHM6Ly9teXN0YW1wcmVhZHkuY29t"><img class="pos-center" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="" data-lazy-src="https://pxroproject.net/wp-content/uploads/2025/06/mystampready.svg"><noscript><img class="pos-center" src="https://pxroproject.net/wp-content/uploads/2025/06/mystampready.svg" alt=""></noscript></span></div><div class="partners__item"> <span class="hlink linkrep" data-href="aHR0cHM6Ly9vcmF0b3JpY2EudWE="><img class="pos-center" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="" data-lazy-src="https://pxroproject.net/wp-content/uploads/2025/06/oratorica.svg"><noscript><img class="pos-center" src="https://pxroproject.net/wp-content/uploads/2025/06/oratorica.svg" alt=""></noscript></span></div><div class="partners__item"> <span class="hlink linkrep" data-href="aHR0cHM6Ly91bml2aXNpb24ua3o="><img class="pos-center" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="" data-lazy-src="https://pxroproject.net/wp-content/uploads/2025/06/univision-1.png"><noscript><img class="pos-center" src="https://pxroproject.net/wp-content/uploads/2025/06/univision-1.png" alt=""></noscript></span></div><div class="partners__item"> <span class="hlink linkrep" data-href="aHR0cHM6Ly9pbnRyYXZlbC5uZXQ="><img class="pos-center" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="" data-lazy-src="https://pxroproject.net/wp-content/uploads/2025/06/intravel-1.svg"><noscript><img class="pos-center" src="https://pxroproject.net/wp-content/uploads/2025/06/intravel-1.svg" alt=""></noscript></span></div><div class="partners__item"> <span class="hlink linkrep" data-href="aHR0cHM6Ly9rYWx5YW5jaXR5LmluLnVh"><img class="pos-center" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="" data-lazy-src="https://pxroproject.net/wp-content/uploads/2025/06/kalyancity.svg"><noscript><img class="pos-center" src="https://pxroproject.net/wp-content/uploads/2025/06/kalyancity.svg" alt=""></noscript></span></div><div class="partners__item"> <span class="hlink linkrep" data-href="aHR0cHM6Ly93d3cubW92YXZpLmNvbS8="><img class="pos-center" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="" data-lazy-src="https://pxroproject.net/wp-content/uploads/2025/05/movavi.png"><noscript><img class="pos-center" src="https://pxroproject.net/wp-content/uploads/2025/05/movavi.png" alt=""></noscript></span></div><div class="partners__item"> <span class="hlink linkrep" data-href="aHR0cHM6Ly9rYXpwcmF2ZGEua3o="><img class="pos-center" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="" data-lazy-src="https://pxroproject.net/wp-content/uploads/2025/06/kazpravda.png"><noscript><img class="pos-center" src="https://pxroproject.net/wp-content/uploads/2025/06/kazpravda.png" alt=""></noscript></span></div><div class="partners__item"> <span class="hlink linkrep" data-href="aHR0cHM6Ly9BbHlha2EuY29t"><img class="pos-center" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="" data-lazy-src="https://pxroproject.net/wp-content/uploads/2025/06/alyaka.webp"><noscript><img class="pos-center" src="https://pxroproject.net/wp-content/uploads/2025/06/alyaka.webp" alt=""></noscript></span></div><div class="partners__item"> <span class="hlink linkrep" data-href="aHR0cHM6Ly9nb29kd2luLmFt"><img class="pos-center" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="" data-lazy-src="https://pxroproject.net/wp-content/uploads/2025/06/goodwin.svg"><noscript><img class="pos-center" src="https://pxroproject.net/wp-content/uploads/2025/06/goodwin.svg" alt=""></noscript></span></div></div></div></section><section class="services"><div class="content"><h2 class="block-title"> Our promotion <strong>Services</strong></h2><p class="block-desc"> We specialize in promoting <br /> your business with an emphasis on learning more <br /> about your web project and saving you money</p><div class="services__list flex-container"><div class="service col-3"><div class="service__icon"> <i class="icon icon-b-service-1 pos-center"></i></div><p class="service__title"> <a href="https://pxroproject.net/seo/">SEO</a></p><p class="service__desc"> A full cycle of website performance improvement: increasing traffic and conversion rates, enhancing usability and website quality in general</p> <a href="#" data-href=".popup-callback" class="blue-btn service__link js-popup-link">Order service</a></div><div class="service col-3"><div class="service__icon"> <i class="icon icon-b-service-2 pos-center"></i></div><p class="service__title"> Expert Audit</p><p class="service__desc"> Checking the quality of optimization of a website in search engines and compiling a checklist for fixing bugs that impede effective SEO initiatives</p> <a href="#" data-href=".popup-callback" class="blue-btn service__link js-popup-link">Order service</a></div><div class="service col-3"><div class="service__icon"> <i class="icon icon-b-service-3 pos-center"></i></div><p class="service__title"> <a href="https://pxroproject.net/kontekstnaya-reklama/">Contextual Advertising</a></p><p class="service__desc"> Setting up contextual advertising to boost systematic sales and calculating the payback period for advertising campaigns</p> <a href="#" data-href=".popup-callback" class="blue-btn service__link js-popup-link">Order service</a></div><div class="service col-3"><div class="service__icon"> <i class="icon icon-b-service-4 pos-center"></i></div><p class="service__title"> SEO Contractor Review</p><p class="service__desc"> SEO contractor reviewing the quality of work done on search engine optimization of your website</p> <a href="#" data-href=".popup-callback" class="blue-btn service__link js-popup-link">Order service</a></div><div class="service col-3"><div class="service__icon"> <i class="icon icon-b-service-1 pos-center"></i></div><p class="service__title"> Taking Website Out of Filters</p><p class="service__desc"> Prompt identification of reasons for website incurring sanctions and subsequent elimination of them</p> <a href="#" data-href=".popup-callback" class="blue-btn service__link js-popup-link">Order service</a></div><div class="service col-3"><div class="service__icon"> <i class="icon icon-b-service-1 pos-center"></i></div><p class="service__title"> Usability Adjustments</p><p class="service__desc"> Checking the website for usability and identifying bottlenecks using Eye-tracking technology</p> <a href="#" data-href=".popup-callback" class="blue-btn service__link js-popup-link">Order service</a></div></div></div></section><section class="packs" id="tarif"><div class="content"><h2 class="block-title block-title_md"> Search Engine Optimization <br> <strong>+ Contextual Advertising</strong></h2><div class="packs__list spacer"><div class="pack  col-4"><p class="pack__title"> «Starter»</p><p class="pack__desc"> Promotion of websites belonging to family businesses operating in a niche with low competition. Suitable for businesses that are just taking their first steps in the online environment.</p><p class="pack__price"> From <strong>$1 100</strong></p><div class="pack__bottom"><ul class="pack__params"><li> Providing SEO services: 3 hours per day</li><li> PPC optimization: 2 hours per day</li></ul> <a href="#" data-href=".popup-callback" class="pack__link blue-btn js-popup-link">Choose</a></div></div><div class="pack pack_main col-4"><p class="pack__title"> «Domestic»</p><p class="pack__desc"> Suitable for most businesses in the active online promotion phase and with their unique niche in a single subject area.</p><p class="pack__price"> From <strong>$1 420</strong></p><div class="pack__bottom"><ul class="pack__params"><li> Providing SEO services: 6 hours per day</li><li> PPC optimization: 4 hours per day</li></ul> <a href="#" data-href=".popup-callback" class="pack__link blue-btn js-popup-link">Choose</a></div></div><div class="pack  col-4"><p class="pack__title"> «Maximum»</p><p class="pack__desc"> Suitable for e-commerce and corporate websites with online product catalogues operating in a highly competitive environment. It is an excellent choice for large sites and projects with high growth prospects.</p><p class="pack__price"> Starting at <strong>$1 800</strong></p><div class="pack__bottom"><ul class="pack__params"><li> Providing SEO services: 9 hours per day</li><li> PPC optimization: 6 hours per day</li></ul> <a href="#" data-href=".popup-callback" class="pack__link blue-btn js-popup-link">Choose</a></div></div><div class="pack__form col-4"><p class="pack__form-title"> SUBMIT YOUR APPLICATION</p><div class="pack__form-desc"> Can't decide on a package?<br /> <br /> Fill in the form below and our managers will contact you today to help you!</div><div class="pack__form-fields"><div class="wpcf7 no-js" id="wpcf7-f471-o2" lang="ru-RU" dir="ltr"><div class="screen-reader-response"><p role="status" aria-live="polite" aria-atomic="true"></p><ul></ul></div><form action="/#wpcf7-f471-o2" method="post" class="wpcf7-form init" aria-label="Контактная форма" novalidate="novalidate" data-status="init"><div style="display: none;"> <input type="hidden" name="_wpcf7" value="471" /> <input type="hidden" name="_wpcf7_version" value="5.9.3" /> <input type="hidden" name="_wpcf7_locale" value="ru_RU" /> <input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f471-o2" /> <input type="hidden" name="_wpcf7_container_post" value="0" /> <input type="hidden" name="_wpcf7_posted_data_hash" value="" /> <input type="hidden" name="_wpcf7_recaptcha_response" value="" /></div> <span class="wpcf7-form-control-wrap" data-name="text-11"><input size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required form__field" aria-required="true" aria-invalid="false" placeholder="Enter your name *" value="" type="text" name="text-11" /></span> <span class="wpcf7-form-control-wrap"><span class="wpcf7-form-control-wrap" data-name="text-12"><input size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required form__field" aria-required="true" aria-invalid="false" placeholder="Phone *" value="" type="text" name="text-12" /></span><span class="error-message">Your number is entered incorrectly</span></span> <span class="wpcf7-form-control-wrap" data-name="text-13"><input size="40" class="wpcf7-form-control wpcf7-text form__field" aria-invalid="false" placeholder="Enter your email" value="" type="text" name="text-13" /></span> <span class="wpcf7-form-control-wrap" data-name="text-14"><input size="40" class="wpcf7-form-control wpcf7-text form__field" aria-invalid="false" placeholder="Your website" value="" type="text" name="text-14" /></span> <span class="wpcf7-form-control-wrap" data-name="text-15"><input size="40" class="wpcf7-form-control wpcf7-text form__field" aria-invalid="false" placeholder="Project&#039;s budget" value="" type="text" name="text-15" /></span> <input class="wpcf7-form-control wpcf7-hidden form__field" id="utmgoo3" value="" type="hidden" name="utmss" /><div class="promo-input-wraper" style="width:100%"> <span class="wpcf7-form-control-wrap" data-name="text-892"><input size="40" class="wpcf7-form-control wpcf7-text form__field" aria-invalid="false" placeholder="Your promocode" value="" type="text" name="text-892" /></span> <input class="wpcf7-form-control wpcf7-hidden" id="form_time" value="0" type="hidden" name="form_time" /> <span id="wpcf7-6a27a2ea579f6-wrapper" class="wpcf7-form-control-wrap honeypot-7072-wrap" ><input type="hidden" name="honeypot-7072-time-start" value="1780982506"><input type="hidden" name="honeypot-7072-time-check" value="4"><input id="wpcf7-6a27a2ea579f6-field"  class="wpcf7-form-control wpcf7-text" type="text" name="honeypot-7072" value="" size="40" tabindex="-1" autocomplete="new-password" /></span></div> <button class="form__btn">Send</button> <script type="rocketlazyloadscript">window.addEventListener('DOMContentLoaded', function() {
jQuery(document).ready(function () {
jQuery('.agree5').prop('checked', false);
});
});</script><div class="wpcf7-response-output" aria-hidden="true"></div></form></div></div></div></div></div></section><section class="discuss"><div class="content"><h2 class="block-title"> Do you have a unique <br> <strong>web project?</strong></h2><p class="discuss__desc"> We will study your project in detail, identify all the subtleties and pitfalls and form an effective plan for the development of your company with minimal investment.</p><div class="wpcf7 no-js" id="wpcf7-f464-o3" lang="ru-RU" dir="ltr"><div class="screen-reader-response"><p role="status" aria-live="polite" aria-atomic="true"></p><ul></ul></div><form action="/#wpcf7-f464-o3" method="post" class="wpcf7-form init" aria-label="Контактная форма" novalidate="novalidate" data-status="init"><div style="display: none;"> <input type="hidden" name="_wpcf7" value="464" /> <input type="hidden" name="_wpcf7_version" value="5.9.3" /> <input type="hidden" name="_wpcf7_locale" value="ru_RU" /> <input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f464-o3" /> <input type="hidden" name="_wpcf7_container_post" value="0" /> <input type="hidden" name="_wpcf7_posted_data_hash" value="" /> <input type="hidden" name="_wpcf7_recaptcha_response" value="" /></div><div class="discuss__form spacer"><div style="margin-bottom: 15px"> <span class="wpcf7-form-control-wrap"><span class="wpcf7-form-control-wrap" data-name="text-237"><input size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required form__field" aria-required="true" aria-invalid="false" placeholder="Phone *" value="" type="text" name="text-237" /></span><span class="error-message">Your number is entered incorrectly</span></span></div><div style="margin-bottom: 15px"> <span class="wpcf7-form-control-wrap" data-name="text-238"><input size="40" class="wpcf7-form-control wpcf7-text form__field" aria-invalid="false" placeholder="Enter your email" value="" type="text" name="text-238" /></span></div><div style="margin-bottom: 15px"> <span class="wpcf7-form-control-wrap" data-name="text-239"><input size="40" class="wpcf7-form-control wpcf7-text form__field" aria-invalid="false" placeholder="Service / product" value="" type="text" name="text-239" /></span></div><div style="margin-bottom: 15px"> <span class="wpcf7-form-control-wrap" data-name="text-240"><input size="40" class="wpcf7-form-control wpcf7-text form__field" aria-invalid="false" placeholder="Promotion region" value="" type="text" name="text-240" /></span></div><div style="margin-bottom: 15px"> <span class="wpcf7-form-control-wrap" data-name="text-365"><input size="40" class="wpcf7-form-control wpcf7-text form__field" aria-invalid="false" placeholder="Promocode" value="" type="text" name="text-365" /></span> <input class="wpcf7-form-control wpcf7-hidden" value="0" type="hidden" name="form_time" /> <input class="wpcf7-form-control wpcf7-hidden form__field" id="utmgoo11" value="" type="hidden" name="utmss" /> <span id="wpcf7-6a27a2eab770f-wrapper" class="wpcf7-form-control-wrap honeypot-7072-wrap" ><input type="hidden" name="honeypot-7072-time-start" value="1780982506"><input type="hidden" name="honeypot-7072-time-check" value="4"><input id="wpcf7-6a27a2eab770f-field"  class="wpcf7-form-control wpcf7-text" type="text" name="honeypot-7072" value="" size="40" tabindex="-1" autocomplete="new-password" /></span></div> <button class="form__btn">Discuss the project</button></div> <script type="rocketlazyloadscript">window.addEventListener('DOMContentLoaded', function() {
jQuery(document).ready(function () {
jQuery('.agree12').prop('checked', false);
});
});</script><div class="wpcf7-response-output" aria-hidden="true"></div></form></div><div class="discuss__info"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="" data-lazy-src="https://pxroproject.net/wp-content/uploads/2022/07/discuss-users.png"><noscript><img src="https://pxroproject.net/wp-content/uploads/2022/07/discuss-users.png" alt=""></noscript><p class="discuss__info-text"> We have a track record of 1,200+ successful projects</p></div></div></section><section class="cases-slider cases-slider_no-bg"><div class="content"><h2 class="block-title"> Our website <strong>promotion portfolio</strong></h2><p class="block-desc"> Our highest turnover cases at a glance.</p><div class="tabs-wrap"><div class="tabs__list"><div class="tab loaded active" style="position: relative; display: block;"><div class="cases-slides__wrap"><div class="cases-slides owl-carousel"><div class="cases-slide"><div class="cases-slide__photo"> <img class="photo-full-size" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="" data-lazy-src="https://pxroproject.net/wp-content/uploads/2026/06/turanline.png"><noscript><img class="photo-full-size" src="https://pxroproject.net/wp-content/uploads/2026/06/turanline.png" alt=""></noscript> <i class="icon icon-zoom"></i></div> <span class="cases-slide__decor"> <span class="cases-slide__icon"> <i class="icon icon-case-1"></i> </span> </span><div class="cases-slide__bottom"><div class="cases-slide__tab active"> <a rel="nofollow" href="https://pxroproject.net/cases/goods-from-turkey-more-leads-via-google-ads/" class="cases-slide__title"> Goods from Turkey: +75% More Qualified Leads Through Google Ads Optimization </a><p class="cases-slide__desc"><p>Improving advertising effectiveness for a wholesale supply website</p></p><div class="cases-slide__params"><div class="cases-slide__param"><p class="cases-slide__param-title"> Increased conversion rates in display advertising</p><p class="cases-slide__param-desc"> +105%</p></div><div class="cases-slide__param"><p class="cases-slide__param-title"> Increased conversion rates in display advertising</p><p class="cases-slide__param-desc"> -55%</p></div></div></div><div class="cases-slide__tab"> <img class="photo-full-size" src="" alt=""></div></div></div><div class="cases-slide"><div class="cases-slide__photo"> <img class="photo-full-size" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="" data-lazy-src="https://pxroproject.net/wp-content/uploads/2026/05/poisk-raboty-v-moldove.png"><noscript><img class="photo-full-size" src="https://pxroproject.net/wp-content/uploads/2026/05/poisk-raboty-v-moldove.png" alt=""></noscript> <i class="icon icon-zoom"></i></div> <span class="cases-slide__decor"> <span class="cases-slide__icon"> <i class="icon icon-case-1"></i> </span> </span><div class="cases-slide__bottom"><div class="cases-slide__tab active"> <a rel="nofollow" href="https://pxroproject.net/cases/job-search-service-traffic-growth-and-visibility/" class="cases-slide__title"> Job Search Service: 39% Traffic Growth and Improved Visibility in a Competitive Niche </a><p class="cases-slide__desc"><p>Stable Growth in Organic Traffic and Visibility for a Job Aggregator</p></p><div class="cases-slide__params"><div class="cases-slide__param"><p class="cases-slide__param-title"> Organic traffic</p><p class="cases-slide__param-desc"> +39%</p></div><div class="cases-slide__param"><p class="cases-slide__param-title"> Keyword visibility</p><p class="cases-slide__param-desc"> +26%</p></div></div></div><div class="cases-slide__tab"> <img class="photo-full-size" src="" alt=""></div></div></div><div class="cases-slide"><div class="cases-slide__photo"> <img class="photo-full-size" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="" data-lazy-src="https://pxroproject.net/wp-content/uploads/2026/05/strahovanie-vyezzhayushhih.png"><noscript><img class="photo-full-size" src="https://pxroproject.net/wp-content/uploads/2026/05/strahovanie-vyezzhayushhih.png" alt=""></noscript> <i class="icon icon-zoom"></i></div> <span class="cases-slide__decor"> <span class="cases-slide__icon"> <i class="icon icon-case-1"></i> </span> </span><div class="cases-slide__bottom"><div class="cases-slide__tab active"> <a rel="nofollow" href="https://pxroproject.net/cases/insurance-service-seo-and-link-building-growth/" class="cases-slide__title"> Insurance Services Website: Strengthening SEO and Link Building in a Competitive Niche </a><p class="cases-slide__desc"><p>Comprehensive SEO for an Insurance Service, Focused on YMYL and EEAT</p></p><div class="cases-slide__params"><div class="cases-slide__param"><p class="cases-slide__param-title"> Organic traffic</p><p class="cases-slide__param-desc"> +265%</p></div><div class="cases-slide__param"><p class="cases-slide__param-title"> Keyword visibility</p><p class="cases-slide__param-desc"> +32,6%</p></div></div></div><div class="cases-slide__tab"> <img class="photo-full-size" src="" alt=""></div></div></div><div class="cases-slide"><div class="cases-slide__photo"> <img class="photo-full-size" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="" data-lazy-src="https://pxroproject.net/wp-content/uploads/2026/05/podbor-rukovoditelej.png"><noscript><img class="photo-full-size" src="https://pxroproject.net/wp-content/uploads/2026/05/podbor-rukovoditelej.png" alt=""></noscript> <i class="icon icon-zoom"></i></div> <span class="cases-slide__decor"> <span class="cases-slide__icon"> <i class="icon icon-case-1"></i> </span> </span><div class="cases-slide__bottom"><div class="cases-slide__tab active"> <a rel="nofollow" href="https://pxroproject.net/cases/executive-search-service-link-building-growth/" class="cases-slide__title"> Executive Search Service: Systematic Traffic Growth through Link Building </a><p class="cases-slide__desc"><p>Strengthening positions and increasing traffic in the top management recruitment niche</p></p><div class="cases-slide__params"><div class="cases-slide__param"><p class="cases-slide__param-title"> Organic traffic</p><p class="cases-slide__param-desc"> +407%</p></div><div class="cases-slide__param"><p class="cases-slide__param-title"> Keyword visibility</p><p class="cases-slide__param-desc"> +107%</p></div></div></div><div class="cases-slide__tab"> <img class="photo-full-size" src="" alt=""></div></div></div><div class="cases-slide"><div class="cases-slide__photo"> <img class="photo-full-size" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="" data-lazy-src="https://pxroproject.net/wp-content/uploads/2026/05/arenda-gruzovyh-mashin.png"><noscript><img class="photo-full-size" src="https://pxroproject.net/wp-content/uploads/2026/05/arenda-gruzovyh-mashin.png" alt=""></noscript> <i class="icon icon-zoom"></i></div> <span class="cases-slide__decor"> <span class="cases-slide__icon"> <i class="icon icon-case-1"></i> </span> </span><div class="cases-slide__bottom"><div class="cases-slide__tab active"> <a rel="nofollow" href="https://pxroproject.net/cases/car-rental-seo-growth-and-search-visibility/" class="cases-slide__title"> Car Rental Case Study: Scaling Organic Growth and Search Visibility </a><p class="cases-slide__desc"><p>Multiply your growth with basic link building tools</p></p><div class="cases-slide__params"><div class="cases-slide__param"><p class="cases-slide__param-title"> Organic traffic</p><p class="cases-slide__param-desc"> +165%</p></div><div class="cases-slide__param"><p class="cases-slide__param-title"> Keyword visibility</p><p class="cases-slide__param-desc"> +185%</p></div></div></div><div class="cases-slide__tab"> <img class="photo-full-size" src="" alt=""></div></div></div><div class="cases-slide"><div class="cases-slide__photo"> <img class="photo-full-size" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="" data-lazy-src="https://pxroproject.net/wp-content/uploads/2026/05/konsaltingovaya-kompaniya.png"><noscript><img class="photo-full-size" src="https://pxroproject.net/wp-content/uploads/2026/05/konsaltingovaya-kompaniya.png" alt=""></noscript> <i class="icon icon-zoom"></i></div> <span class="cases-slide__decor"> <span class="cases-slide__icon"> <i class="icon icon-case-1"></i> </span> </span><div class="cases-slide__bottom"><div class="cases-slide__tab active"> <a rel="nofollow" href="https://pxroproject.net/cases/b2b-consulting-link-building-seo-growth/" class="cases-slide__title"> B2B Consulting: SEO Growth through Link Building in International Markets </a><p class="cases-slide__desc"><p>Link Building Results for B2B Consulting in the US and UAE Markets</p></p><div class="cases-slide__params"><div class="cases-slide__param"><p class="cases-slide__param-title"> Organic traffic</p><p class="cases-slide__param-desc"> +99%</p></div><div class="cases-slide__param"><p class="cases-slide__param-title"> Keyword visibility</p><p class="cases-slide__param-desc"> +58%</p></div></div></div><div class="cases-slide__tab"> <img class="photo-full-size" src="" alt=""></div></div></div><div class="cases-slide"><div class="cases-slide__photo"> <img class="photo-full-size" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="" data-lazy-src="https://pxroproject.net/wp-content/uploads/2026/04/agregator-aviabiletov.png"><noscript><img class="photo-full-size" src="https://pxroproject.net/wp-content/uploads/2026/04/agregator-aviabiletov.png" alt=""></noscript> <i class="icon icon-zoom"></i></div> <span class="cases-slide__decor"> <span class="cases-slide__icon"> <i class="icon icon-case-1"></i> </span> </span><div class="cases-slide__bottom"><div class="cases-slide__tab active"> <a rel="nofollow" href="https://pxroproject.net/cases/flight-ticket-aggregator-moldova-seo-growth/" class="cases-slide__title"> Flight Ticket Aggregator in Moldova: Growth in Organic Traffic and Visibility </a><p class="cases-slide__desc"><p>SEO Growth for Moldova&#8217;s Airline Aggregator: Increased Traffic and Visibility</p></p><div class="cases-slide__params"><div class="cases-slide__param"><p class="cases-slide__param-title"> Organic traffic</p><p class="cases-slide__param-desc"> +107,9%</p></div><div class="cases-slide__param"><p class="cases-slide__param-title"> Keyword visibility</p><p class="cases-slide__param-desc"> +306,4%</p></div></div></div><div class="cases-slide__tab"> <img class="photo-full-size" src="" alt=""></div></div></div><div class="cases-slide"><div class="cases-slide__photo"> <img class="photo-full-size" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="" data-lazy-src="https://pxroproject.net/wp-content/uploads/2026/04/stroitelnaya-kompaniya.png"><noscript><img class="photo-full-size" src="https://pxroproject.net/wp-content/uploads/2026/04/stroitelnaya-kompaniya.png" alt=""></noscript> <i class="icon icon-zoom"></i></div> <span class="cases-slide__decor"> <span class="cases-slide__icon"> <i class="icon icon-case-1"></i> </span> </span><div class="cases-slide__bottom"><div class="cases-slide__tab active"> <a rel="nofollow" href="https://pxroproject.net/cases/construction-company-czech-republic-seo-growth/" class="cases-slide__title"> Construction Company in the Czech Republic: Growth in Visibility and Redistribution of Top Rankings </a><p class="cases-slide__desc"><p>Increased rankings and targeted traffic in the local competitive construction services niche</p></p><div class="cases-slide__params"><div class="cases-slide__param"><p class="cases-slide__param-title"> Organic traffic</p><p class="cases-slide__param-desc"> +1 668%</p></div><div class="cases-slide__param"><p class="cases-slide__param-title"> Average position growth</p><p class="cases-slide__param-desc"> from 17.8 to 10.3</p></div></div></div><div class="cases-slide__tab"> <img class="photo-full-size" src="" alt=""></div></div></div><div class="cases-slide"><div class="cases-slide__photo"> <img class="photo-full-size" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="" data-lazy-src="https://pxroproject.net/wp-content/uploads/2026/03/besparolnaya-autentifikacziya.png"><noscript><img class="photo-full-size" src="https://pxroproject.net/wp-content/uploads/2026/03/besparolnaya-autentifikacziya.png" alt=""></noscript> <i class="icon icon-zoom"></i></div> <span class="cases-slide__decor"> <span class="cases-slide__icon"> <i class="icon icon-case-1"></i> </span> </span><div class="cases-slide__bottom"><div class="cases-slide__tab active"> <a rel="nofollow" href="https://pxroproject.net/cases/multi-factor-passwordless-auth-seo-growth-cybersecurity/" class="cases-slide__title"> Multi-Factor Passwordless Authentication: Growth in Organic Traffic and Rankings in the Cybersecurity Niche </a><p class="cases-slide__desc"><p>SEO Growth for Passwordless Authentication: Increased Traffic and Improved Rankings</p></p><div class="cases-slide__params"><div class="cases-slide__param"><p class="cases-slide__param-title"> Organic traffic</p><p class="cases-slide__param-desc"> +218%</p></div><div class="cases-slide__param"><p class="cases-slide__param-title"> Average position growth</p><p class="cases-slide__param-desc"> from 33.8 to 7.6</p></div></div></div><div class="cases-slide__tab"> <img class="photo-full-size" src="" alt=""></div></div></div></div></div></div></div></div></section><section class="bl bl_bdt"><div class="content"><h2 class="block-title"> Promotion: <strong>Free</strong> Audit</h2><div class="wpcf7 no-js" id="wpcf7-f465-o4" lang="ru-RU" dir="ltr"><div class="screen-reader-response"><p role="status" aria-live="polite" aria-atomic="true"></p><ul></ul></div><form action="/#wpcf7-f465-o4" method="post" class="wpcf7-form init" aria-label="Контактная форма" novalidate="novalidate" data-status="init"><div style="display: none;"> <input type="hidden" name="_wpcf7" value="465" /> <input type="hidden" name="_wpcf7_version" value="5.9.3" /> <input type="hidden" name="_wpcf7_locale" value="ru_RU" /> <input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f465-o4" /> <input type="hidden" name="_wpcf7_container_post" value="0" /> <input type="hidden" name="_wpcf7_posted_data_hash" value="" /> <input type="hidden" name="_wpcf7_recaptcha_response" value="" /></div><div class="bl__form spacer"><div class="main-sales-form-input"> <span class="wpcf7-form-control-wrap" data-name="text-335"><input size="40" class="wpcf7-form-control wpcf7-text form__field" aria-invalid="false" placeholder="Your website" value="" type="text" name="text-335" /></span></div><div class="main-sales-form-input"> <span class="wpcf7-form-control-wrap" data-name="text-336"><input size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required form__field" aria-required="true" aria-invalid="false" placeholder="Enter your name *" value="" type="text" name="text-336" /></span></div><div class="main-sales-form-input"> <span class="wpcf7-form-control-wrap"><span class="wpcf7-form-control-wrap" data-name="text-337"><input size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required form__field" aria-required="true" aria-invalid="false" placeholder="Phone *" value="" type="text" name="text-337" /></span><span class="error-message">Your number is entered incorrectly</span></span></div><div class="main-sales-form-input"> <span class="wpcf7-form-control-wrap" data-name="text-642"><input size="40" class="wpcf7-form-control wpcf7-text form__field" aria-invalid="false" placeholder="Promocode" value="" type="text" name="text-642" /></span> <input class="wpcf7-form-control wpcf7-hidden form__field" id="utmgoo1" value="" type="hidden" name="utmss" /> <input class="wpcf7-form-control wpcf7-hidden" value="0" type="hidden" name="form_time" /> <span id="wpcf7-6a27a2ecb2f1b-wrapper" class="wpcf7-form-control-wrap honeypot-7072-wrap" ><input type="hidden" name="honeypot-7072-time-start" value="1780982508"><input type="hidden" name="honeypot-7072-time-check" value="4"><input id="wpcf7-6a27a2ecb2f1b-field"  class="wpcf7-form-control wpcf7-text" type="text" name="honeypot-7072" value="" size="40" tabindex="-1" autocomplete="new-password" /></span></div> <button class="form__btn main-sales-form-input">Offer</button></div> <script type="rocketlazyloadscript">window.addEventListener('DOMContentLoaded', function() {
jQuery(document).ready(function () {
jQuery('.agree3').prop('checked', false);
});
});</script><div class="wpcf7-response-output" aria-hidden="true"></div></form></div><p class="bl__info"> Free comparative website audit for those who ordered website promotion service. Duration of audit: from 5 working days</p></div></section><section class="advantages content"><h2 class="block-title"> Advantages <strong>of our team</strong></h2><div class="hr spacer"> <i class="hr__line"></i> <i class="hr__line"></i> <i class="hr__line"></i></div><div class="advantages__list flex-container"><div class="advantage col-3"> <span class="advantage__icon"> <i class="icon icon-advantage-1 pos-center"></i> </span><p class="advantage__title"> Comprehensive approach</p> <i class="advantage__hr"></i><p class="advantage__desc"> We are a full-cycle boutique agency, providing everything from website development to targeted social media advertising.</p></div><div class="advantage col-3"> <span class="advantage__icon"> <i class="icon icon-advantage-2 pos-center"></i> </span><p class="advantage__title"> Transparent and fast communication</p> <i class="advantage__hr"></i><p class="advantage__desc"> Our project managers are always available to support you at every stage.</p></div><div class="advantage col-3"> <span class="advantage__icon"> <i class="icon icon-advantage-3 pos-center"></i> </span><p class="advantage__title"> Deep expertise in competitive niches</p> <i class="advantage__hr"></i><p class="advantage__desc"> We handle projects of any complexity.</p></div><div class="advantage col-3"> <span class="advantage__icon"> <i class="icon icon-advantage-4 pos-center"></i> </span><p class="advantage__title"> High client loyalty</p> <i class="advantage__hr"></i><p class="advantage__desc"> More than 70% of our projects turn into long-term partnerships.</p></div><div class="advantage col-3"> <span class="advantage__icon"> <i class="icon icon-advantage-5 pos-center"></i> </span><p class="advantage__title"> Open to cooperation</p> <i class="advantage__hr"></i><p class="advantage__desc"> We offer a partner program and a bonus system.</p></div><div class="advantage col-3"><div class="advantage__img"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="экспертиза в конкурентных нишах" title="экспертиза в конкурентных нишах" data-lazy-src="https://pxroproject.net/wp-content/themes/phoenixsite/images/advantages6.png" /><noscript><img src ="https://pxroproject.net/wp-content/themes/phoenixsite/images/advantages6.png" alt="экспертиза в конкурентных нишах" title="экспертиза в конкурентных нишах" /></noscript></div><p class="advantage__title"> Risk-free promotion</p> <i class="advantage__hr"></i><p class="advantage__desc"> Our experts use only proven platforms and "white-hat" promotion methods.</p></div></div></section><section class="news-slider content"><h2 class="block-title"> Our <strong>News</strong></h2><div class="news-slides-fourth owl-carousel"><div class="news-slide"><div class="news news_small col-3"> <a href="https://pxroproject.net/blog/what-is-event-count-in-google-analytics/" class="news__photo"> <img class="photo-full-size" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="What Is Event Count in Google Analytics?" data-lazy-src="https://pxroproject.net/wp-content/uploads/2023/10/google-analytics-shortcomings.jpg"><noscript><img class="photo-full-size" src="https://pxroproject.net/wp-content/uploads/2023/10/google-analytics-shortcomings.jpg" alt="What Is Event Count in Google Analytics?"></noscript> </a><div class="news__body"> <a href="https://pxroproject.net/blog/what-is-event-count-in-google-analytics/" class="news__title"> What Is Event Count in Google Analytics? </a><div class="news__desc"> In the era of data-driven decisions, tools that allow a comprehensive understanding of digital metrics are more than necessary. One such tool is...</div></div></div></div><div class="news-slide"><div class="news news_small col-3"> <a href="https://pxroproject.net/blog/when-creating-a-goal-in-google-analytics-which-are-required/" class="news__photo"> <img class="photo-full-size" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="Which Requirements Are Necessary When Creating a Goal in Google Analytics?" data-lazy-src="https://pxroproject.net/wp-content/uploads/2023/10/how-to-set-up-google-analytics-event-tracking-940x470-1.jpg"><noscript><img class="photo-full-size" src="https://pxroproject.net/wp-content/uploads/2023/10/how-to-set-up-google-analytics-event-tracking-940x470-1.jpg" alt="Which Requirements Are Necessary When Creating a Goal in Google Analytics?"></noscript> </a><div class="news__body"> <a href="https://pxroproject.net/blog/when-creating-a-goal-in-google-analytics-which-are-required/" class="news__title"> Which Requirements Are Necessary When Creating a Goal in Google Analytics? </a><div class="news__desc"> Goal setting in Google Analytics is vital for any online business or website aiming to track the effectiveness of their marketing efforts. Utilizing...</div></div></div></div><div class="news-slide"><div class="news news_small col-3"> <a href="https://pxroproject.net/blog/how-to-delete-a-property-in-google-analytics/" class="news__photo"> <img class="photo-full-size" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="How to Delete a Property in Google Analytics: Step-by-Step Guide" data-lazy-src="https://pxroproject.net/wp-content/uploads/2023/10/delete-website-from-google-analytics.webp"><noscript><img class="photo-full-size" src="https://pxroproject.net/wp-content/uploads/2023/10/delete-website-from-google-analytics.webp" alt="How to Delete a Property in Google Analytics: Step-by-Step Guide"></noscript> </a><div class="news__body"> <a href="https://pxroproject.net/blog/how-to-delete-a-property-in-google-analytics/" class="news__title"> How to Delete a Property in Google Analytics: Step-by-Step Guide </a><div class="news__desc"> Monitoring your online platforms through Google&rsquo;s analytics feature can be helpful in crafting strategic business decisions. However, there...</div></div></div></div><div class="news-slide"><div class="news news_small col-3"> <a href="https://pxroproject.net/blog/how-to-add-website-to-google-analytics/" class="news__photo"> <img class="photo-full-size" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="Add Your Website to Google Analytics: A Comprehensive Guide" data-lazy-src="https://pxroproject.net/wp-content/uploads/2023/10/google-analytics-1.webp"><noscript><img class="photo-full-size" src="https://pxroproject.net/wp-content/uploads/2023/10/google-analytics-1.webp" alt="Add Your Website to Google Analytics: A Comprehensive Guide"></noscript> </a><div class="news__body"> <a href="https://pxroproject.net/blog/how-to-add-website-to-google-analytics/" class="news__title"> Add Your Website to Google Analytics: A Comprehensive Guide </a><div class="news__desc"> Are you curious about the performance of your website? Yearning to decipher who&rsquo;s visiting your virtual space, their behavior, and their...</div></div></div></div><div class="news-slide"><div class="news news_small col-3"> <a href="https://pxroproject.net/blog/what-is-remarketing-in-google-analytics/" class="news__photo"> <img class="photo-full-size" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="What is Remarketing in Google Analytics" data-lazy-src="https://pxroproject.net/wp-content/uploads/2023/10/1.png"><noscript><img class="photo-full-size" src="https://pxroproject.net/wp-content/uploads/2023/10/1.png" alt="What is Remarketing in Google Analytics"></noscript> </a><div class="news__body"> <a href="https://pxroproject.net/blog/what-is-remarketing-in-google-analytics/" class="news__title"> What is Remarketing in Google Analytics </a><div class="news__desc"> To navigate the dynamic landscape of today&rsquo;s digital marketing, it&rsquo;s crucial to understand the various tools and strategies readily...</div></div></div></div><div class="news-slide"><div class="news news_small col-3"> <a href="https://pxroproject.net/blog/how-to-get-google-analytics-certification/" class="news__photo"> <img class="photo-full-size" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="How to Get Google Analytics Certification: A Comprehensive Guide" data-lazy-src="https://pxroproject.net/wp-content/uploads/2023/10/google-analytics-certificate-sample.webp"><noscript><img class="photo-full-size" src="https://pxroproject.net/wp-content/uploads/2023/10/google-analytics-certificate-sample.webp" alt="How to Get Google Analytics Certification: A Comprehensive Guide"></noscript> </a><div class="news__body"> <a href="https://pxroproject.net/blog/how-to-get-google-analytics-certification/" class="news__title"> How to Get Google Analytics Certification: A Comprehensive Guide </a><div class="news__desc"> The digital world of marketing is continually evolving, with Google Analytics playing a pivotal role in understanding web traffic and performance....</div></div></div></div><div class="news-slide"><div class="news news_small col-3"> <a href="https://pxroproject.net/blog/which-sources-are-available-in-google-analytics/" class="news__photo"> <img class="photo-full-size" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="Which Sources Are Available in Google Analytics?" data-lazy-src="https://pxroproject.net/wp-content/uploads/2023/10/6267ccefe780446743d393ab_6234a359ff2477c5bdf4b723_hdvlxh9q7wbdt6b5j9i9dcl8ulgrq31nsrpmhafinvbhyzaqgvzcpc8lpxzasxiswncjrhfhergei6nm5idvgz5rjbmezvtm0avjceh95c88oh9yb9997lcuxo1vfdp7yt94hovw.png"><noscript><img class="photo-full-size" src="https://pxroproject.net/wp-content/uploads/2023/10/6267ccefe780446743d393ab_6234a359ff2477c5bdf4b723_hdvlxh9q7wbdt6b5j9i9dcl8ulgrq31nsrpmhafinvbhyzaqgvzcpc8lpxzasxiswncjrhfhergei6nm5idvgz5rjbmezvtm0avjceh95c88oh9yb9997lcuxo1vfdp7yt94hovw.png" alt="Which Sources Are Available in Google Analytics?"></noscript> </a><div class="news__body"> <a href="https://pxroproject.net/blog/which-sources-are-available-in-google-analytics/" class="news__title"> Which Sources Are Available in Google Analytics? </a><div class="news__desc"> Understanding the wealth data driven from different places on your website is a powerful tool for both website owners and marketers. Equipped with...</div></div></div></div><div class="news-slide"><div class="news news_small col-3"> <a href="https://pxroproject.net/blog/what-is-direct-traffic-in-google-analytics/" class="news__photo"> <img class="photo-full-size" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="What is Direct Traffic in Google Analytics" data-lazy-src="https://pxroproject.net/wp-content/uploads/2023/10/istock-1386405756-1024x683-1.jpg"><noscript><img class="photo-full-size" src="https://pxroproject.net/wp-content/uploads/2023/10/istock-1386405756-1024x683-1.jpg" alt="What is Direct Traffic in Google Analytics"></noscript> </a><div class="news__body"> <a href="https://pxroproject.net/blog/what-is-direct-traffic-in-google-analytics/" class="news__title"> What is Direct Traffic in Google Analytics </a><div class="news__desc"> When monitoring the digital sphere, it becomes crucial to comprehend the various types of web traffic that come your way. An often misunderstood...</div></div></div></div><div class="news-slide"><div class="news news_small col-3"> <a href="https://pxroproject.net/blog/which-goals-are-available-in-google-analytics/" class="news__photo"> <img class="photo-full-size" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="Which Goals are available in Google Analytics?" data-lazy-src="https://pxroproject.net/wp-content/uploads/2023/10/download.jpg"><noscript><img class="photo-full-size" src="https://pxroproject.net/wp-content/uploads/2023/10/download.jpg" alt="Which Goals are available in Google Analytics?"></noscript> </a><div class="news__body"> <a href="https://pxroproject.net/blog/which-goals-are-available-in-google-analytics/" class="news__title"> Which Goals are available in Google Analytics? </a><div class="news__desc"> Entering the world of Google&rsquo;s Analytic Tools welcomes you to a vastly insightful landscape. Leveraging this platform not only provides an...</div></div></div></div></div></section><section class="form-block form-block_sec audit"><div class="content"><div class="form-block__left"><div class="form-block__text"> <i class="form-block__logo"></i><div class="hr spacer"> <i class="hr__line"></i> <i class="hr__line"></i> <i class="hr__line"></i></div><p class="form-block__text-title"> Comprehensive audit of your website for free</p><p class="form-block__text-desc"></p></div><div class="counter counter_small"><p class="counter__title">Offer expires in:</p><div class="counter__items"><div class="counter__item counter__item_days"><p class="counter__item-number">00</p><p class="counter__item-desc">days</p></div><div class="counter__item counter__item_hours"><p class="counter__item-number">00</p><p class="counter__item-desc">hours</p></div><div class="counter__item counter__item_minutes"><p class="counter__item-number">00</p><p class="counter__item-desc">minutes</p></div><div class="counter__item counter__item_seconds"><p class="counter__item-number">00</p><p class="counter__item-desc">seconds</p></div></div></div><div class="form form-block__form"><div class="wpcf7 no-js" id="wpcf7-f466-o32" lang="ru-RU" dir="ltr"><div class="screen-reader-response"><p role="status" aria-live="polite" aria-atomic="true"></p><ul></ul></div><form action="/#wpcf7-f466-o32" method="post" class="wpcf7-form init" aria-label="Контактная форма" novalidate="novalidate" data-status="init"><div style="display: none;"> <input type="hidden" name="_wpcf7" value="466" /> <input type="hidden" name="_wpcf7_version" value="5.9.3" /> <input type="hidden" name="_wpcf7_locale" value="ru_RU" /> <input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f466-o32" /> <input type="hidden" name="_wpcf7_container_post" value="0" /> <input type="hidden" name="_wpcf7_posted_data_hash" value="" /> <input type="hidden" name="_wpcf7_recaptcha_response" value="" /></div><div class="form-block__fields spacer_top"> <span class="wpcf7-form-control-wrap" data-name="text-436"><input size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required form__field" aria-required="true" aria-invalid="false" placeholder="Enter your name *" value="" type="text" name="text-436" /></span> <span class="wpcf7-form-control-wrap"><span class="wpcf7-form-control-wrap" data-name="text-437"><input size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required form__field" aria-required="true" aria-invalid="false" placeholder="Phone *" value="" type="text" name="text-437" /></span><span class="error-message">Your number is entered incorrectly</span></span> <span class="wpcf7-form-control-wrap" data-name="text-438"><input size="40" class="wpcf7-form-control wpcf7-text form__field" aria-invalid="false" placeholder="Your website" value="" type="text" name="text-438" /></span> <span class="wpcf7-form-control-wrap" data-name="text-439"><input size="40" class="wpcf7-form-control wpcf7-text form__field" aria-invalid="false" placeholder="Project&#039;s budget" value="" type="text" name="text-439" /></span><div class="promo-input-wraper" style="width:100%"> <input class="wpcf7-form-control wpcf7-hidden form__field" id="utmgoo2" value="" type="hidden" name="utmss" /> <span class="wpcf7-form-control-wrap" data-name="text-121"><input size="40" class="wpcf7-form-control wpcf7-text form__field" aria-invalid="false" placeholder="Your promocode" value="" type="text" name="text-121" /></span> <input class="wpcf7-form-control wpcf7-hidden" value="0" type="hidden" name="form_time" /> <span id="wpcf7-6a27a2f1ab840-wrapper" class="wpcf7-form-control-wrap honeypot-7072-wrap" ><input type="hidden" name="honeypot-7072-time-start" value="1780982513"><input type="hidden" name="honeypot-7072-time-check" value="4"><input id="wpcf7-6a27a2f1ab840-field"  class="wpcf7-form-control wpcf7-text" type="text" name="honeypot-7072" value="" size="40" tabindex="-1" autocomplete="new-password" /></span></div></div> <button class="form__btn">Submit your application</button> <script type="rocketlazyloadscript">window.addEventListener('DOMContentLoaded', function() {
jQuery(document).ready(function () {
jQuery('.agree4').prop('checked', false);
});
});</script><div class="wpcf7-response-output" aria-hidden="true"></div></form></div></div></div></div></section><section class="reviews reviews-main"><div class="content"><div class="reviews__wrap"><h2 class="block-title"> Feedback <strong>about Us</strong></h2><p class="block-desc"> Here are some customer testimonials about our company</p><div class="video-rewies"><div class="content"><div class="reviews__video"><div class="reviews__video_slidesn owl-carousel"><div class="reviews__video_item"><div class="reviews__video_yutube js-video" data-video-id="3hDOmHgrm8A"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" class="video-preview" data-lazy-src="https://pxroproject.net/wp-content/uploads/2026/03/photo_5343611182713083271_x.jpg"><noscript><img src="https://pxroproject.net/wp-content/uploads/2026/03/photo_5343611182713083271_x.jpg" class="video-preview"></noscript><div class="video-play-button"></div></div><div class="reviews__video_content"><p class="reviews__video_name">Анна - руководитель маркетинга</p><p class="reviews__video_position">turanline.com</p><div class="reviews__video_case"> <a href="#" class="pack__link">Смотреть кейс</a></div></div></div><div class="reviews__video_item"><div class="reviews__video_yutube js-video" data-video-id="gEMkldOisJk"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" class="video-preview" data-lazy-src="https://pxroproject.net/wp-content/uploads/2026/03/photo_5343611182713083650_x.jpg"><noscript><img src="https://pxroproject.net/wp-content/uploads/2026/03/photo_5343611182713083650_x.jpg" class="video-preview"></noscript><div class="video-play-button"></div></div><div class="reviews__video_content"><p class="reviews__video_name">Елена - маркетолог</p><p class="reviews__video_position">-</p><div class="reviews__video_case"> <a href="#" class="pack__link">Смотреть кейс</a></div></div></div><div class="reviews__video_item"><div class="reviews__video_yutube js-video" data-video-id="eVHDZQdwUVI"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" class="video-preview" data-lazy-src="https://pxroproject.net/wp-content/uploads/2026/03/photo_5343611182713083669_x.jpg"><noscript><img src="https://pxroproject.net/wp-content/uploads/2026/03/photo_5343611182713083669_x.jpg" class="video-preview"></noscript><div class="video-play-button"></div></div><div class="reviews__video_content"><p class="reviews__video_name">Артем - владелец группы компаний</p><p class="reviews__video_position">s-stavdevelop.com</p><div class="reviews__video_case"> <a href="#" class="pack__link">Смотреть кейс</a></div></div></div></div></div></div></div><div class="reviews__slidern"><div class="reviews__slidesn owl-carousel"><div class="reviewn"> <a data-lightbox="example-1" href="https://pxroproject.net/wp-content/uploads/2025/01/7.png" class="popup-link"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="" data-lazy-src="https://pxroproject.net/wp-content/uploads/2025/01/7.png"><noscript><img src="https://pxroproject.net/wp-content/uploads/2025/01/7.png" alt=""></noscript> </a> <a data-lightbox="example-1" href="https://pxroproject.net/wp-content/uploads/2025/01/6.png" class="popup-link"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="" data-lazy-src="https://pxroproject.net/wp-content/uploads/2025/01/6.png"><noscript><img src="https://pxroproject.net/wp-content/uploads/2025/01/6.png" alt=""></noscript> </a> <a data-lightbox="example-1" href="https://pxroproject.net/wp-content/uploads/2025/01/4-1.png" class="popup-link"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="" data-lazy-src="https://pxroproject.net/wp-content/uploads/2025/01/4-1.png"><noscript><img src="https://pxroproject.net/wp-content/uploads/2025/01/4-1.png" alt=""></noscript> </a> <a data-lightbox="example-1" href="https://pxroproject.net/wp-content/uploads/2025/01/24.png" class="popup-link"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="" data-lazy-src="https://pxroproject.net/wp-content/uploads/2025/01/24.png"><noscript><img src="https://pxroproject.net/wp-content/uploads/2025/01/24.png" alt=""></noscript> </a></div><div class="reviewn"> <a data-lightbox="example-1" href="https://pxroproject.net/wp-content/uploads/2025/01/1.png" class="popup-link"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="" data-lazy-src="https://pxroproject.net/wp-content/uploads/2025/01/1.png"><noscript><img src="https://pxroproject.net/wp-content/uploads/2025/01/1.png" alt=""></noscript> </a> <a data-lightbox="example-1" href="https://pxroproject.net/wp-content/uploads/2025/01/5.png" class="popup-link"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="" data-lazy-src="https://pxroproject.net/wp-content/uploads/2025/01/5.png"><noscript><img src="https://pxroproject.net/wp-content/uploads/2025/01/5.png" alt=""></noscript> </a> <a data-lightbox="example-1" href="" class="popup-link"> <img src="" alt=""> </a> <a data-lightbox="example-1" href="" class="popup-link"> <img src="" alt=""> </a></div><div class="reviewn"> <a data-lightbox="example-1" href="https://pxroproject.net/wp-content/uploads/2025/01/2.png" class="popup-link"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="" data-lazy-src="https://pxroproject.net/wp-content/uploads/2025/01/2.png"><noscript><img src="https://pxroproject.net/wp-content/uploads/2025/01/2.png" alt=""></noscript> </a> <a data-lightbox="example-1" href="https://pxroproject.net/wp-content/uploads/2025/01/3-1.png" class="popup-link"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="" data-lazy-src="https://pxroproject.net/wp-content/uploads/2025/01/3-1.png"><noscript><img src="https://pxroproject.net/wp-content/uploads/2025/01/3-1.png" alt=""></noscript> </a> <a data-lightbox="example-1" href="https://pxroproject.net/wp-content/uploads/2025/01/8.png" class="popup-link"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="" data-lazy-src="https://pxroproject.net/wp-content/uploads/2025/01/8.png"><noscript><img src="https://pxroproject.net/wp-content/uploads/2025/01/8.png" alt=""></noscript> </a> <a data-lightbox="example-1" href="https://pxroproject.net/wp-content/uploads/2025/01/9.png" class="popup-link"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="" data-lazy-src="https://pxroproject.net/wp-content/uploads/2025/01/9.png"><noscript><img src="https://pxroproject.net/wp-content/uploads/2025/01/9.png" alt=""></noscript> </a></div><div class="reviewn"> <a data-lightbox="example-1" href="https://pxroproject.net/wp-content/uploads/2025/01/12.png" class="popup-link"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="" data-lazy-src="https://pxroproject.net/wp-content/uploads/2025/01/12.png"><noscript><img src="https://pxroproject.net/wp-content/uploads/2025/01/12.png" alt=""></noscript> </a> <a data-lightbox="example-1" href="https://pxroproject.net/wp-content/uploads/2025/01/10.png" class="popup-link"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="" data-lazy-src="https://pxroproject.net/wp-content/uploads/2025/01/10.png"><noscript><img src="https://pxroproject.net/wp-content/uploads/2025/01/10.png" alt=""></noscript> </a> <a data-lightbox="example-1" href="" class="popup-link"> <img src="" alt=""> </a> <a data-lightbox="example-1" href="" class="popup-link"> <img src="" alt=""> </a></div><div class="reviewn"> <a data-lightbox="example-1" href="https://pxroproject.net/wp-content/uploads/2025/01/11-1.png" class="popup-link"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="" data-lazy-src="https://pxroproject.net/wp-content/uploads/2025/01/11-1.png"><noscript><img src="https://pxroproject.net/wp-content/uploads/2025/01/11-1.png" alt=""></noscript> </a> <a data-lightbox="example-1" href="https://pxroproject.net/wp-content/uploads/2025/01/13.png" class="popup-link"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="" data-lazy-src="https://pxroproject.net/wp-content/uploads/2025/01/13.png"><noscript><img src="https://pxroproject.net/wp-content/uploads/2025/01/13.png" alt=""></noscript> </a> <a data-lightbox="example-1" href="https://pxroproject.net/wp-content/uploads/2025/01/15.png" class="popup-link"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="" data-lazy-src="https://pxroproject.net/wp-content/uploads/2025/01/15.png"><noscript><img src="https://pxroproject.net/wp-content/uploads/2025/01/15.png" alt=""></noscript> </a> <a data-lightbox="example-1" href="" class="popup-link"> <img src="" alt=""> </a></div><div class="reviewn"> <a data-lightbox="example-1" href="https://pxroproject.net/wp-content/uploads/2025/01/22.png" class="popup-link"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="" data-lazy-src="https://pxroproject.net/wp-content/uploads/2025/01/22.png"><noscript><img src="https://pxroproject.net/wp-content/uploads/2025/01/22.png" alt=""></noscript> </a> <a data-lightbox="example-1" href="https://pxroproject.net/wp-content/uploads/2025/01/14.png" class="popup-link"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="" data-lazy-src="https://pxroproject.net/wp-content/uploads/2025/01/14.png"><noscript><img src="https://pxroproject.net/wp-content/uploads/2025/01/14.png" alt=""></noscript> </a> <a data-lightbox="example-1" href="" class="popup-link"> <img src="" alt=""> </a> <a data-lightbox="example-1" href="" class="popup-link"> <img src="" alt=""> </a></div><div class="reviewn"> <a data-lightbox="example-1" href="https://pxroproject.net/wp-content/uploads/2025/01/27-1.png" class="popup-link"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="" data-lazy-src="https://pxroproject.net/wp-content/uploads/2025/01/27-1.png"><noscript><img src="https://pxroproject.net/wp-content/uploads/2025/01/27-1.png" alt=""></noscript> </a> <a data-lightbox="example-1" href="https://pxroproject.net/wp-content/uploads/2025/01/17.png" class="popup-link"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="" data-lazy-src="https://pxroproject.net/wp-content/uploads/2025/01/17.png"><noscript><img src="https://pxroproject.net/wp-content/uploads/2025/01/17.png" alt=""></noscript> </a> <a data-lightbox="example-1" href="https://pxroproject.net/wp-content/uploads/2025/01/18.png" class="popup-link"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="" data-lazy-src="https://pxroproject.net/wp-content/uploads/2025/01/18.png"><noscript><img src="https://pxroproject.net/wp-content/uploads/2025/01/18.png" alt=""></noscript> </a> <a data-lightbox="example-1" href="https://pxroproject.net/wp-content/uploads/2025/01/19.png" class="popup-link"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="" data-lazy-src="https://pxroproject.net/wp-content/uploads/2025/01/19.png"><noscript><img src="https://pxroproject.net/wp-content/uploads/2025/01/19.png" alt=""></noscript> </a></div><div class="reviewn"> <a data-lightbox="example-1" href="https://pxroproject.net/wp-content/uploads/2025/01/32.png" class="popup-link"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="" data-lazy-src="https://pxroproject.net/wp-content/uploads/2025/01/32.png"><noscript><img src="https://pxroproject.net/wp-content/uploads/2025/01/32.png" alt=""></noscript> </a> <a data-lightbox="example-1" href="https://pxroproject.net/wp-content/uploads/2025/01/20.png" class="popup-link"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="" data-lazy-src="https://pxroproject.net/wp-content/uploads/2025/01/20.png"><noscript><img src="https://pxroproject.net/wp-content/uploads/2025/01/20.png" alt=""></noscript> </a> <a data-lightbox="example-1" href="https://pxroproject.net/wp-content/uploads/2025/01/31.png" class="popup-link"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="" data-lazy-src="https://pxroproject.net/wp-content/uploads/2025/01/31.png"><noscript><img src="https://pxroproject.net/wp-content/uploads/2025/01/31.png" alt=""></noscript> </a> <a data-lightbox="example-1" href="" class="popup-link"> <img src="" alt=""> </a></div><div class="reviewn"> <a data-lightbox="example-1" href="https://pxroproject.net/wp-content/uploads/2025/01/34.png" class="popup-link"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="" data-lazy-src="https://pxroproject.net/wp-content/uploads/2025/01/34.png"><noscript><img src="https://pxroproject.net/wp-content/uploads/2025/01/34.png" alt=""></noscript> </a> <a data-lightbox="example-1" href="https://pxroproject.net/wp-content/uploads/2025/01/21-1.png" class="popup-link"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="" data-lazy-src="https://pxroproject.net/wp-content/uploads/2025/01/21-1.png"><noscript><img src="https://pxroproject.net/wp-content/uploads/2025/01/21-1.png" alt=""></noscript> </a> <a data-lightbox="example-1" href="https://pxroproject.net/wp-content/uploads/2025/01/27-2.png" class="popup-link"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="" data-lazy-src="https://pxroproject.net/wp-content/uploads/2025/01/27-2.png"><noscript><img src="https://pxroproject.net/wp-content/uploads/2025/01/27-2.png" alt=""></noscript> </a> <a data-lightbox="example-1" href="" class="popup-link"> <img src="" alt=""> </a></div><div class="reviewn"> <a data-lightbox="example-1" href="https://pxroproject.net/wp-content/uploads/2025/01/25.png" class="popup-link"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="" data-lazy-src="https://pxroproject.net/wp-content/uploads/2025/01/25.png"><noscript><img src="https://pxroproject.net/wp-content/uploads/2025/01/25.png" alt=""></noscript> </a> <a data-lightbox="example-1" href="https://pxroproject.net/wp-content/uploads/2025/01/26.png" class="popup-link"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="" data-lazy-src="https://pxroproject.net/wp-content/uploads/2025/01/26.png"><noscript><img src="https://pxroproject.net/wp-content/uploads/2025/01/26.png" alt=""></noscript> </a> <a data-lightbox="example-1" href="https://pxroproject.net/wp-content/uploads/2025/01/28.png" class="popup-link"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="" data-lazy-src="https://pxroproject.net/wp-content/uploads/2025/01/28.png"><noscript><img src="https://pxroproject.net/wp-content/uploads/2025/01/28.png" alt=""></noscript> </a> <a data-lightbox="example-1" href="https://pxroproject.net/wp-content/uploads/2025/01/3-1-1.png" class="popup-link"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="" data-lazy-src="https://pxroproject.net/wp-content/uploads/2025/01/3-1-1.png"><noscript><img src="https://pxroproject.net/wp-content/uploads/2025/01/3-1-1.png" alt=""></noscript> </a></div><div class="reviewn"> <a data-lightbox="example-1" href="https://pxroproject.net/wp-content/uploads/2025/01/30.png" class="popup-link"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="" data-lazy-src="https://pxroproject.net/wp-content/uploads/2025/01/30.png"><noscript><img src="https://pxroproject.net/wp-content/uploads/2025/01/30.png" alt=""></noscript> </a> <a data-lightbox="example-1" href="https://pxroproject.net/wp-content/uploads/2025/01/33.png" class="popup-link"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="" data-lazy-src="https://pxroproject.net/wp-content/uploads/2025/01/33.png"><noscript><img src="https://pxroproject.net/wp-content/uploads/2025/01/33.png" alt=""></noscript> </a> <a data-lightbox="example-1" href="https://pxroproject.net/wp-content/uploads/2025/01/29.png" class="popup-link"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="" data-lazy-src="https://pxroproject.net/wp-content/uploads/2025/01/29.png"><noscript><img src="https://pxroproject.net/wp-content/uploads/2025/01/29.png" alt=""></noscript> </a> <a data-lightbox="example-1" href="https://pxroproject.net/wp-content/uploads/2025/01/23.png" class="popup-link"> <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="" data-lazy-src="https://pxroproject.net/wp-content/uploads/2025/01/23.png"><noscript><img src="https://pxroproject.net/wp-content/uploads/2025/01/23.png" alt=""></noscript> </a></div></div></div></div><div class="discount" style="margin-top: 70px;"><div style="margin-bottom:50px;"> <a class="form__btn" href=" https://pxroproject.net/all-reviews/" 
 style="display: flex;
 margin: 0 auto;
 text-decoration: none;
 text-align: center;
 width: fit-content;
 align-items: center;
 padding: 0 30px;"
 > All reviews</a></div><h2 class="block-title"> What kind of discount would you like to receive?</h2><div class="discount__wrap"><div class="discount__line"><div class="discount__line-in"> <i class="discount__line-active"></i><div class="spacer"> <span class="discount__dot active"> <span class="discount__dot-text">5%</span> </span> <span class="discount__dot "> <span class="discount__dot-text">7%</span> </span> <span class="discount__dot "> <span class="discount__dot-text">10%</span> </span> <span class="discount__dot "> <span class="discount__dot-text">15%</span> </span> <span class="discount__dot "> <span class="discount__dot-text">30%</span> </span> <span class="discount__dot "> <span class="discount__dot-text">100%</span> </span></div></div></div></div><div class="discount__infos"><p class="discount__info active"> Smart Payment - a 5% discount. 
The discount is available to customers who have paid for our work at a rate of 3 months or more in advance. 
The discount is available to any client of our company.</p><p class="discount__info "> The right choice - 7% discount.
For our new customers, upon signing the contract no later than 10 days from the date of receipt of the commercial offer.</p><p class="discount__info "> Change of contractor - 10% discount.
Do you want to become our client and leave another company? Then we have good news, you will get a 10% discount.
Available to new clients.</p><p class="discount__info "> Favorable cooperation - 15% discount.
You know how to make decisions quickly and are ready to pay in advance - keep a discount of 15%.
Combination of discounts SMART PAYMENT and RIGHT CHOICE, 5% + 7% = 15% !!!
Available to new clients.</p><p class="discount__info "> Exclusive - 30% discount.
If you want such a discount, call <a href="tel:+48573503919">+48 573 503 919</a>.
The second option is to get a 30% discount to become a client with a budget of more than $2500</p><p class="discount__info "> We appreciate your sense of humor :-)
However, everything is possible, call us at <a href="tel:+48573503919">+48 573 503 919</a> or leave a request, maybe you will advance for free until you get the results.
We have several such satisfied clients in our portfolio.</p></div></div></div></section><section class="media-about-us"><h2 class="block-title" style="margin-bottom:30px"> Mass Media <strong>about us</strong></h2><div class="news-slides-fourth owl-carousel"><div class="news-slide"><div class="news news_small col-3"> <a rel="nofollow" href="https://lawire.com/market-leaders-in-the-web-industry-prnews-io-and-phoenix-project-have-become-partners-to-expand-opportunities/" class="news__photo"> <img class="photo-full-size" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="" data-lazy-src="https://pxroproject.net/wp-content/uploads/2024/01/kenny-eliason-3gznpblimwc-unsplash.png"><noscript><img class="photo-full-size" src="https://pxroproject.net/wp-content/uploads/2024/01/kenny-eliason-3gznpblimwc-unsplash.png" alt=""></noscript> </a><div class="news__body"> <a rel="nofollow" href="https://lawire.com/market-leaders-in-the-web-industry-prnews-io-and-phoenix-project-have-become-partners-to-expand-opportunities/" class="news__title"> Market Leaders in the Web Industry, PRNEWS.IO and Phoenix Project have become Partners to Expand Opportunities </a><div class="news__desc"> The content marketing platform PRNEWS.IO joined forces with the marketing and promotion platform Phoenix Project to provide users with comprehensive solutions for distributing and promoting content, websites, and online projects. The collaboration will also offer attractive financial bonuses through the PRNEWS.IO Rewards Program.</div><div class="media-about-us__link" style="font-size: 12px;"> <a rel="nofollow" href="https://lawire.com/market-leaders-in-the-web-industry-prnews-io-and-phoenix-project-have-become-partners-to-expand-opportunities/" style="display:flex; align-items:center"> Read in full <svg style="margin-left:8px" fill="#0055f8" height="12px" width="12px" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" 
 viewBox="0 0 330 330" xml:space="preserve"> <path id="XMLID_27_" d="M15,180h263.787l-49.394,49.394c-5.858,5.857-5.858,15.355,0,21.213C232.322,253.535,236.161,255,240,255
 s7.678-1.465,10.606-4.394l75-75c5.858-5.857,5.858-15.355,0-21.213l-75-75c-5.857-5.857-15.355-5.857-21.213,0
 c-5.858,5.857-5.858,15.355,0,21.213L278.787,150H15c-8.284,0-15,6.716-15,15S6.716,180,15,180z"/> </svg> </a></div></div></div></div><div class="news-slide"><div class="news news_small col-3"> <a rel="nofollow" href="https://reverbico.com/blog/top-ppc-management-agencies-and-experts/" class="news__photo"> <img class="photo-full-size" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="" data-lazy-src="https://pxroproject.net/wp-content/uploads/2024/04/ppc.jpg"><noscript><img class="photo-full-size" src="https://pxroproject.net/wp-content/uploads/2024/04/ppc.jpg" alt=""></noscript> </a><div class="news__body"> <a rel="nofollow" href="https://reverbico.com/blog/top-ppc-management-agencies-and-experts/" class="news__title"> Top PPC Management Agencies And Experts </a><div class="news__desc"> As for a business, PPC advertising helps you get qualified leads from the first day and increases an ROI of up to 2X. However, only running paid ads won’t bring tangible results unless they are strategically planned, managed, analyzed, and optimized over time</div><div class="media-about-us__link" style="font-size: 12px;"> <a rel="nofollow" href="https://reverbico.com/blog/top-ppc-management-agencies-and-experts/" style="display:flex; align-items:center"> Read in full <svg style="margin-left:8px" fill="#0055f8" height="12px" width="12px" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" 
 viewBox="0 0 330 330" xml:space="preserve"> <path id="XMLID_27_" d="M15,180h263.787l-49.394,49.394c-5.858,5.857-5.858,15.355,0,21.213C232.322,253.535,236.161,255,240,255
 s7.678-1.465,10.606-4.394l75-75c5.858-5.857,5.858-15.355,0-21.213l-75-75c-5.857-5.857-15.355-5.857-21.213,0
 c-5.858,5.857-5.858,15.355,0,21.213L278.787,150H15c-8.284,0-15,6.716-15,15S6.716,180,15,180z"/> </svg> </a></div></div></div></div></div></section><section data-index="11" class="faq content scroll-block"><h2 class="block-title block-title_md">FAQ</h2><div class="faq__block"><div class="faq__photo"></div><div class="faq__list"><div class="faq__item"><div class="faq__top va-middle"><p class="faq__top-title"> What is the primary focus of PhoenixProject's services?</p> <span class="faq__item-btn"></span></div><div class="faq__item-content"><p> PhoenixProject's primary focus is on the development, maintenance, and comprehensive promotion of websites for its clients.</p></div></div><div class="faq__item"><div class="faq__top va-middle"><p class="faq__top-title"> How does PhoenixProject approach the development of websites for its clients?</p> <span class="faq__item-btn"></span></div><div class="faq__item-content"><p> PhoenixProject takes a client-centric approach, working closely with clients to understand their unique needs and goals, and then designing and developing custom websites tailored to those requirements.</p></div></div><div class="faq__item"><div class="faq__top va-middle"><p class="faq__top-title"> What types of maintenance services does PhoenixProject offer for websites?</p> <span class="faq__item-btn"></span></div><div class="faq__item-content"><p> PhoenixProject offers a range of maintenance services, including regular updates, security checks, content management, and technical support to ensure websites run smoothly and securely.</p></div></div><div class="faq__item"><div class="faq__top va-middle"><p class="faq__top-title"> Can you elaborate on the comprehensive promotion services provided by PhoenixProject?</p> <span class="faq__item-btn"></span></div><div class="faq__item-content"><p> PhoenixProject's comprehensive promotion services encompass <a href="https://pxroproject.net/seo/">SEO optimization</a>, social media marketing, <a href ="https://pxroproject.net/link-build/">linkbuilding</a>, pay-per-click advertising, and other strategies to enhance a website's visibility and attract targeted traffic.</p></div></div><div class="faq__item"><div class="faq__top va-middle"><p class="faq__top-title"> How does PhoenixProject differentiate itself from competitors in the web development industry?</p> <span class="faq__item-btn"></span></div><div class="faq__item-content"><p> PhoenixProject distinguishes itself through its commitment to client satisfaction, attention to detail, and a holistic approach that covers every aspect of a website's lifecycle, from development to ongoing maintenance and promotion.</p></div></div></div></div></section><footer class="footer footer-glide"><div class="content spacer footer__content"><div class="footer__left"> <a href="/" class="footer__logo"></a><ul class="languages"><ul class="language-chooser language-chooser-short qtranxs_language_chooser" id="language-chooser"><li><a  href="https://pxroproject.net/ru/" class="qtranxs_short_ru qtranxs_short" title="Русский (ru)"><span>ru</span></a></li><li><a  class="active" href="https://pxroproject.net/en/" class="qtranxs_short_en qtranxs_short" title="English (en)"><span>en</span></a></li><li><a  href="https://pxroproject.net/ua/" class="qtranxs_short_ua qtranxs_short" title="Українська (ua)"><span>ua</span></a></li></ul><div class="qtranxs_widget_end"></div></ul></div><div class="social__list"> <a rel="nofollow noopener noreferrer" href="https://t.me/PPSaIesManager" class="social__link"> <i class="icon-n icon-social-1"></i> </a> <a rel="nofollow noopener noreferrer" href="https://www.facebook.com/PhoenixProjectDigital" class="social__link"> <i class="icon-n icon-social-2"></i> </a> <a rel="nofollow noopener noreferrer" href="https://www.instagram.com/phoenixxprojects/" class="social__link"> <i class="icon-n icon-social-3"></i> </a> <a rel="nofollow noopener noreferrer" href="/" class="social__link"> <i class="icon-n icon-social-4"></i> </a></div><div class="footer__right spacer"> <a rel="nofollow noopener noreferrer" href="tel:+48573503919"
 class="header__phone"> +48 573 503 919 </a></div> <a rel="nofollow noopener noreferrer" href="/cdn-cgi/l/email-protection#e68f888089a6969e94899694898c838592c8888392" class="header__email"> <span class="__cf_email__" data-cfemail="523b3c343d12222a203d22203d383731267c3c3726">[email&#160;protected]</span> </a> <a href="#" class="blue-btn header__btn js-popup-link" data-href=".popup-callback"> Offer </a></div></footer><section class="bottom"><div class="content spacer_top"><div class="site-map"><p class="site-map__title"> About us</p> <i class="site-map__hr"></i><div class="site-map__cols spacer_top"><div class="site-map__col"><ul class="site-map__list"><li> <a rel="nofollow" href="https://pxroproject.net/o-nas/"> About </a></li><li> <a rel="nofollow" href="https://pxroproject.net/kontakty/"> Contacts </a></li><li> <a href="https://pxroproject.net/vakansii/"> Jobs </a></li><li> <a href="https://pxroproject.net/html-sitemap/"> Sitemap </a></li></ul></div><div class="site-map__col"><ul class="site-map__list"><li> <a rel="nofollow" href="/cases/"> Cases </a></li><li> <a href="/service"> Services </a></li><li> <a href="https://pxroproject.net/category/blog/"> Blog </a></li></ul></div></div></div><div class="site-map"><p class="site-map__title"> SEO</p> <i class="site-map__hr"></i><ul class="site-map__list"><li> <a href="https://pxroproject.net/link-build/"> Linkbuilding </a></li></ul></div><div class="site-map"><p class="site-map__title"> Services</p> <i class="site-map__hr"></i><ul class="site-map__list"><li> <a href="https://pxroproject.net/kontekstnaya-reklama/"> Contextual Advertising </a></li><li> <a href="https://pxroproject.net/seo/"> SEO </a></li></ul></div></div><div class="bottom__down"><p class="copyright"> Phoenix Project 2019 -
 2026 <br> Website promotion and creation</p></div></section></section> <i class="menu-overlay"></i><div class="menu"> <span class="menu__close"></span><div class="nav__cols spacer nav__cols-style"><ul class="nav__col"><li class="nav__item act"><a href="https://pxroproject.net/" class="nav__link">Main</a></li><li class="nav__item nav-bar__wrap"><a href="/service/" class="nav__link">Services</a><button class="menu-toggle toggle-depth1" type="button"></button><div class="drop"><ul class="drop__list"><li class="has-sub-menu"><a href="https://pxroproject.net/seo/">SEO</a><button class="menu-toggle toggle-depth2" type="button"></button><ul class="sub-drop"><li class=""><a href="#">By subject of the site</a></li><li class=""><a href="https://pxroproject.net/seo-for-furniture-store/">Promotion for furniture store</a></li><li class=""><a href="https://pxroproject.net/seo-for-hotel-website/">Promotion for hotel website</a></li><li class=""><a href="https://pxroproject.net/seo-for-dentist-services/">Promotion for dentist website</a></li><li class=""><a href="https://pxroproject.net/seo-for-law-firm/">Promotion for law firm website</a></li><li class=""><a href="https://pxroproject.net/seo-for-bank-website/">Promotion for bank website</a></li><li class=""><a href="https://pxroproject.net/seo-for-food-products/">Promotion for an online food store</a></li><li class=""><a href="https://pxroproject.net/seo-for-medical-website/">Promotion for medical websites</a></li><li class=""><a href="https://pxroproject.net/seo-for-apartment-complex/">Promotion for a apartment complex</a></li><li class=""><a href="https://pxroproject.net/seo-for-cryptobusiness/">Promotion for the crypto business</a></li><li class=""><a href="https://pxroproject.net/seo-for-transport-company/">Promotion for transport companies</a></li><li class=""><a href="https://pxroproject.net/seo-for-accounting-services/">Promotion for accounting websites</a></li><li class=""><a href="https://pxroproject.net/seo-for-news-website/">Promotion for the news website</a></li><li class=""><a href="https://pxroproject.net/seo-for-real-estate-agency/">Promotion for a real estate agency</a></li><li class=""><a href="https://pxroproject.net/seo-for-baby-products/">Promotion for baby products</a></li><li class=""><a href="https://pxroproject.net/seo-for-beauty-industry/">Promotion for beauty industry</a></li><li class=""><a href="https://pxroproject.net/seo-for-building-materials/">Promotion for building materials</a></li><li class=""><a href="https://pxroproject.net/seo-for-moving-companies/">Promotion for moving companies</a></li><li class=""><a href="https://pxroproject.net/seo-for-a-flower-shop/">Promotion for a flower shop</a></li></ul></li><li class=""><a href="https://pxroproject.net/kontekstnaya-reklama/">Contextual Advertising</a></li><li class=""><a href="https://pxroproject.net/link-build/">Linkbuilding</a></li></ul></div></li></ul><ul class="nav__col"><li class="nav__item"><a href="https://pxroproject.net/category/blog/" class="nav__link">Blog</a></li><li class="nav__item"><a rel="nofollow" href="https://pxroproject.net/o-nas/" class="nav__link">About Us</a></li></ul><ul class="nav__col"><li class="nav__item"><a rel="nofollow" href="/cases/" class="nav__link">Portfolio</a></li><li class="nav__item"><a rel="nofollow" href="https://pxroproject.net/kontakty/" class="nav__link">Contacts</a></li></ul></div><ul class="languages"><ul class="language-chooser language-chooser-short qtranxs_language_chooser" id="language-chooser"><li><a  href="https://pxroproject.net/ru/" class="qtranxs_short_ru qtranxs_short" title="Русский (ru)"><span>ru</span></a></li><li><a  class="active" href="https://pxroproject.net/en/" class="qtranxs_short_en qtranxs_short" title="English (en)"><span>en</span></a></li><li><a  href="https://pxroproject.net/ua/" class="qtranxs_short_ua qtranxs_short" title="Українська (ua)"><span>ua</span></a></li></ul><div class="qtranxs_widget_end"></div></ul><div class="header__contacts"> <a href="tel:+48573503919" class="header__phone"> <i class="icon-n icon-phone"></i> +48 573 503 919 </a> <a href="/cdn-cgi/l/email-protection#6a03040c052a1a1218051a1805000f091e44040f1e" class="header__email"> <span class="__cf_email__" data-cfemail="84edeae2ebc4f4fcf6ebf4f6ebeee1e7f0aaeae1f0">[email&#160;protected]</span> </a></div> <a href="#" class="blue-btn header__btn js-popup-link" data-href=".popup-callback"> Offer </a></div><div class="overlay"><div class="popup popup-callback"> <span class="popup__close"></span><div class="wpcf7 no-js" id="wpcf7-f6-o33" lang="ru-RU" dir="ltr"><div class="screen-reader-response"><p role="status" aria-live="polite" aria-atomic="true"></p><ul></ul></div><form action="/#wpcf7-f6-o33" method="post" class="wpcf7-form init" aria-label="Контактная форма" novalidate="novalidate" data-status="init"><div style="display: none;"> <input type="hidden" name="_wpcf7" value="6" /> <input type="hidden" name="_wpcf7_version" value="5.9.3" /> <input type="hidden" name="_wpcf7_locale" value="ru_RU" /> <input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f6-o33" /> <input type="hidden" name="_wpcf7_container_post" value="0" /> <input type="hidden" name="_wpcf7_posted_data_hash" value="" /> <input type="hidden" name="_wpcf7_recaptcha_response" value="" /></div><div class="form"><p class="form__title"> Enter your name</p> <span class="wpcf7-form-control-wrap" data-name="text-836"><input size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required form__field" aria-required="true" aria-invalid="false" placeholder="Enter your name *" value="" type="text" name="text-836" /></span> <span class="wpcf7-form-control-wrap"> <span class="wpcf7-form-control-wrap" data-name="text-837"><input size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required form__field" id="phone" aria-required="true" aria-invalid="false" placeholder="Phone *" value="" type="text" name="text-837" /></span><span class="error-message">Your number is entered incorrectly</span></span> <span class="wpcf7-form-control-wrap" data-name="text-838"><input size="40" class="wpcf7-form-control wpcf7-text form__field" aria-invalid="false" placeholder="Enter your email" value="" type="text" name="text-838" /></span> <span class="wpcf7-form-control-wrap" data-name="textarea-925"><textarea cols="40" rows="10" class="wpcf7-form-control wpcf7-textarea form__field form__field_text" aria-invalid="false" placeholder="Comment" name="textarea-925"></textarea></span> <span class="wpcf7-form-control-wrap" data-name="text-327"><input size="40" class="wpcf7-form-control wpcf7-text form__field" aria-invalid="false" placeholder="Promocode" value="" type="text" name="text-327" /></span> <span class="wpcf7-form-control-wrap" data-name="text-328"><input size="40" class="wpcf7-form-control wpcf7-text form__field" aria-invalid="false" placeholder="Your website" value="" type="text" name="text-328" /></span> <input class="wpcf7-form-control wpcf7-hidden" id="receiver" value="" type="hidden" name="hide-receiver" /> <input class="wpcf7-form-control wpcf7-hidden" value="0" type="hidden" name="form_time" /> <input class="wpcf7-form-control wpcf7-hidden form__field" id="utmgoo9" value="" type="hidden" name="utmss" /> <span id="wpcf7-6a27a2f22deb8-wrapper" class="wpcf7-form-control-wrap honeypot-7072-wrap" ><input type="hidden" name="honeypot-7072-time-start" value="1780982514"><input type="hidden" name="honeypot-7072-time-check" value="4"><input id="wpcf7-6a27a2f22deb8-field"  class="wpcf7-form-control wpcf7-text" type="text" name="honeypot-7072" value="" size="40" tabindex="-1" autocomplete="new-password" /></span> <button type="submit" class="form__btn">Submit your application</button></div> <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script type="rocketlazyloadscript">window.addEventListener('DOMContentLoaded', function() {
jQuery(document).ready(function () {
jQuery('.agree').prop('checked', false);
});
});</script><div class="wpcf7-response-output" aria-hidden="true"></div></form></div></div></div><div class="overlay1"><div class="popup popup-success"> <span class="popup__close"></span><div class="form"><p class="form__title"> Thank you for your message. It has been sent successfully.</p></div></div></div><div id="videoModal" class="video-modal"><div class="video-modal__content"> <span class="video-modal__close">&times;</span><div class="video-modal__body"></div></div></div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://pxroproject.net/wp-content/themes/phoenixsite/js/glide.min.js" id="glide-js-js" defer></script> <script src="https://code.jquery.com/jquery-migrate-1.4.1.min.js" defer></script> <script type="rocketlazyloadscript" src="https://pxroproject.net/wp-content/themes/phoenixsite/js/owl.carousel.min.js" defer></script> <script type="rocketlazyloadscript" src="https://pxroproject.net/wp-content/themes/phoenixsite/js/jquery.maskedinput.js" defer></script> <script type="rocketlazyloadscript" src="https://pxroproject.net/wp-content/themes/phoenixsite/js/script.js?v=23" defer></script> <script type="rocketlazyloadscript" src="https://pxroproject.net/wp-content/themes/phoenixsite/js/telip/intlTelInput.min.js" defer></script> <script type="rocketlazyloadscript" src="https://pxroproject.net/wp-content/themes/phoenixsite/js/telip/utils.js" defer></script> <script type="rocketlazyloadscript" src="https://pxroproject.net/wp-content/themes/phoenixsite/css/lightbox/js/lightbox.js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="glide-js-js-after">document.addEventListener('DOMContentLoaded', function () {
		new Glide('.glide', {
			type: 'carousel',
			perView: 3,
			gap: 20,
			autoplay: 5000,
			hoverpause: true,
			breakpoints: {
				1024: { perView: 2 },
				768: { perView: 1 }
			}
		}).mount();
		new Glide('.glide-two', {
			type: 'carousel',
			perView: 1,
			gap: 20
			//autoplay: 5000,
			//hoverpause: true
		}).mount();
	});</script> <script type="rocketlazyloadscript">window.addEventListener('DOMContentLoaded', function() {
    $(function () {
        $("input[name=text-837],input[name=text-137],input[name=text-237],input[name=text-337],input[name=text-437],input[name=text-537],input[name=text-637],input[name=text-737],input[name=text-3],input[name=text-12],input[name=text-23]").intlTelInput({
            defaultCountry: 'auto',
            preferredCountries: ['ua']
        });
    });
    $(document).ready(function () {
        timer.init(new Date(2026, 06, 10));
        $('.filter__else').on('click', function () {
            if ($(this).hasClass('open')) {
                $('.filter__col-else').slideUp();
                $(this).removeClass('open').text('show all');
            } else {
                $('.filter__col-else').slideDown();
                $(this).addClass('open').text('hide');
            }
        });

        $('.links__hidden-btn').on('click', function () {
            if ($(this).hasClass('open')) {
                $('.links__lists').slideUp();
                $(this).removeClass('open').text('Show');
            } else {
                $('.links__lists').slideDown();
                $(this).addClass('open').text('hide');
            }
        });

        $('body').on('click', '.catalog__else-btn:not(.disable)', function () {
            if ($(this).hasClass('open')) {
                $('.catalog__list').removeClass('open');
                $('.product.is-hidden').removeClass('is-hidden').slideUp(500);
                $('.catalog__else').removeClass('open');
                $(this).removeClass('open').text('show else');
            } else {
                $('.catalog__list').addClass('open');
                $('.product:hidden').addClass('is-hidden').slideDown(500);
                $('.catalog__else').addClass('open');
                $(this).addClass('open').text('hide');
            }
        });


        document.addEventListener('wpcf7mailsent', function (event) {

            $('html').height($(window).height()).css('overflow', 'hidden');
            $('.page-wrap').css('overflow', 'scroll');

            $('.overlay1').fadeIn(300,
                function () {
                    $('.popup-success')
                        .css('display', 'block')
                        .stop().animate({ opacity: 1, top: 0 }, 200);

                });
            return false;
        }, false);

    });

});</script> <style></style> <script type="rocketlazyloadscript">// Скрипт для сворачивания содержания 
    const contentItems = document.querySelectorAll('.lwptoc_item'),
        wrapper = document.querySelector('.lwptoc_itemWrap'),
        lwptoc =document.querySelector('.lwptoc');
    let showBtn = document.createElement('div');
    showBtn.className = "links__hidden";
    showBtn.style.zIndex = "11";
    showBtn.innerHTML = '<span class="links__hidden-btn">Show</span>'
    wrapper.insertAdjacentElement('beforeend', showBtn);

    let show = false;

    contentItems.forEach((item, index) => {
        if (index > 6) {
            item.style.display = 'none';
        }

    })

    showBtn.addEventListener('click', () => {
        if (show) {
            contentItems.forEach((item, index) => {
                if (index > 6) {
                    item.style.display = 'none';
                }

            })
            lwptoc.classList.remove('show');
        } else {
            contentItems.forEach(item => {
                item.style.display = 'block';
            })
            lwptoc.classList.add('show');
        }
        show = !show;
    })</script> <script type="rocketlazyloadscript">// Добавление контейнера на таблицы для горизонтального скролла таблиц 
const tables = document.querySelectorAll("table");

tables.forEach((table) => {
  const tableContainer = document.createElement("div");
  tableContainer.className = "table-container";

  table.parentNode.insertBefore(tableContainer, table);

  tableContainer.appendChild(table);
});</script> <script type="rocketlazyloadscript">document.addEventListener('wpcf7mailsent', function(event) {
    setTimeout(() => {
        location = 'https://pxroproject.net/thanks/';
    }, 3000); // Ждём 3 секунды перед редиректом
}, false);</script> <script type="speculationrules">{"prefetch":[{"source":"document","where":{"and":[{"href_matches":"/*"},{"not":{"href_matches":["/wp-*.php","/wp-admin/*","/wp-content/uploads/*","/wp-content/*","/wp-content/plugins/*","/wp-content/themes/phoenixsite/*","/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}</script> <style id="fupi_cookie_css">body{
		--fupi-notice-panel-bg-color: #fff;
		--fupi-notice-panel-round-corners:  0px;
		--fupi-notice-panel-box-shadow: none;
		--fupi-notice-panel-border-width: 0px;
		--fupi-notice-panel-border-color: #ccc; 
		--fupi-notice-txt-color: #555;
		--fupi-notice-p-size: 15px;
		--fupi-notice-h-color: #333;
		--fupi-notice-h-size: 16px;
		--fupi-notice-btn-round-corners:  10px;
		--fupi-notice-btn-txt-size: 15px;
		--fupi-notice-btn-bg-color: #dfdfdf;
		--fupi-notice-btn-bg-color-hover: #e9e9e9;
		--fupi-notice-btn-text-color: #111;
		--fupi-notice-btn-text-color-hover: #111;
		--fupi-notice-cta-bg-color: #0055f8;
		--fupi-notice-cta-bg-color-hover: #2600d3;
		--fupi-notice-cta-txt-color: #fff;
		--fupi-notice-cta-txt-color-hover: #fff;
		--fupi-notice-slider-color: #0055f8;
		--fupi-notice-necessary-slider-color: #6d6e75;
		--fupi-notice-slider-focus-shadow: 0 0 4px #0055f8;
	}</style><aside id="fupi_cookie_notice" class="fupi_hidden  fupi_notice_btn_medium" data-position="bottom_full" data-position_inform="bottom" data-paddings="medium" data-btn_config="config_1" data-headlinetag="p"><div id="fupi_welcome_panel" class="fupi_panel fupi_hidden" role="dialog" aria-label="Cookie noice" aria-modal="true" aria-describedby="fupi_main_descr"><div class="fupi_inner"><div class="fupi_content"><p id="fupi_main_headline" class="fupi_headline">About cookies</p><p id="fupi_main_descr" class="fupi_cookietype_descr"> We use cookies to provide you with access to all site features, as well as for analysis, personalization and improving your experience. In this block you can change cookie settings or accept them by default. To better understand what cookies are and how they are used, please read our <a href="https://pxroproject.net/en/privacy/" class="fupi_privacy_url">privacy policy</a> .</p></div><div class="fupi_buttons"> <button type="button" id="fupi_agree_to_all_cookies_btn" data-classes="fupi_cta" class="fupi_cta "><span id="fupi_agree_text">Accept</span><span id="fupi_ok_text">I understand</span></button> <button type="button" id="fupi_cookie_settings_btn" data-classes="fupi_button" class="fupi_button ">Cookie settings</button> <button type="button" id="fupi_decline_cookies_btn" data-classes="fupi_button" class="fupi_button ">Отклонить</button><p id="fupi_poweredby" class="fupi_poweredBy">Powered by <a href="https://wpfullpicture.com/?utm_source=usersite&utm_medium=poweredby&utm_campaign=free_link" rel="nofollow">WP Full Picture </a></p></div></div></div><div id="fupi_settings_panel" class="fupi_panel fupi_fadeOutDown" role="dialog" aria-label="Cookie settings" aria-modal="true" aria-describedby="fupi_notice_settings_content"><div class="fupi_inner"><div id="fupi_notice_settings_content" class="fupi_content"><div id="fupi_necess_section" class="fupi_section "><div class="flex"><p id="fupi_necess_headline" class="fupi_headline ">Necessary cookies</p> <label id="fupi_necess_switch" class="fupi_faux_switch "> <span id="fupi_necess_headline_s" class="fupi_faux_slider fupi_slider_enabled" aria-hidden="true"></span> </label></div><p id="fupi_necess_descr" class="fupi_cookietype_descr ">The purpose of these cookies is to use information for order processing and verification. In addition to enabling core functionality, these cookies help us ensure the security and efficiency of our website.</p></div><div id="fupi_stats_section" class="fupi_section"><div class="flex"><p id="fupi_stats_headline" class="fupi_headline">Storage of advertising data</p> <label class="fupi_switch"> <span class="fupi_srt">Хранение рекламных данных</span> <input id="fupi_stats_agree" name="fupi_stats_agree" value="stats" type="checkbox" role="switch"/> <span id="fupi_stats_agree_s" class="fupi_slider" aria-hidden="true"></span> </label></div><p id="fupi_stats_descr" class="fupi_cookietype_descr">These data are used to optimize advertising systems. We collect and store information about users’ interactions with advertising content in order to improve the relevance and effectiveness of ads.</p></div><div id="fupi_pers_section" class="fupi_section"><div class="flex"><p id="fupi_pers_headline" class="fupi_headline">Ad personalization</p> <label class="fupi_switch"> <span class="fupi_srt">Персонализация рекламы</span> <input id="fupi_pers_agree" name="fupi_pers_agree" value="personalisation" type="checkbox" role="switch"/> <span id="fupi_pers_agree_s" class="fupi_slider" aria-hidden="true"></span> </label></div><p id="fupi_pers_descr" class="fupi_cookietype_descr">These data allow us to adjust and deliver ads based on your activity and interests on the website. We aim to make advertising as relevant and interesting for you as possible.</p></div><div id="fupi_market_section" class="fupi_section"><div class="flex"><p id="fupi_market_headline" class="fupi_headline">User data for advertising</p> <label class="fupi_switch"> <span class="fupi_srt">Данные о пользователях для рекламы</span> <input id="fupi_marketing_agree" name="fupi_marketing_agree" value="marketing" type="checkbox" role="switch"/> <span id="fupi_marketing_agree_s" class="fupi_slider" aria-hidden="true"></span> </label></div><p id="fupi_market_descr" class="fupi_cookietype_descr">Information including aggregated user data that helps us tailor advertising content. This may include data about age, gender, interests, and on-site behavior, allowing us to create more useful and engaging advertising content.</p></div><div id="fupi_market_section2" class="fupi_section"><div class="flex"><p id="fupi_market_headline2" class="fupi_headline" >Storage of analytics data</p> <label class="fupi_switch"> <span class="fupi_srt">Данные о пользователях для рекламы</span> <input id="fupi_marketing_agree2" name="fupi_marketing_agree" value="marketing2" checked type="checkbox" role="switch"/> <span id="fupi_marketing_agree2_s" class="fupi_slider" aria-hidden="true"></span> </label></div><p id="fupi_market_descr2" class="fupi_cookietype_descr">These data help us analyze user behavior on the website, such as visited pages, session duration, and performed actions. This allows us to improve service quality and optimize the website’s content and interface to enhance the user experience.</p></div></div><div class="fupi_buttons"> <button type="button" id="fupi_agree_to_selected_cookies_btn" data-classes="fupi_cta" class="fupi_cta ">Accept selected</button> <button type="button" id="fupi_return_btn" data-classes="fupi_button" class="fupi_button ">Return</button></div><p class="fupi_poweredBy">Powered by <a href="https://wpfullpicture.com/?utm_source=usersite&utm_medium=poweredby&utm_campaign=free_link" rel="nofollow" aria-hidden="true" id="fupi_poweredBy_link">WP Full Picture </a></p></div></div></aside> <script type="rocketlazyloadscript">document.addEventListener('DOMContentLoaded', function () {
            // Функция для получения gclid из cookie
            function getGclidFromCookie(name) {
                let matches = document.cookie.match(new RegExp(
                    "(?:^|; )" + name.replace(/([\.$?*|{}\(\)\[\]\\\/\+^])/g, '\\$1') + "=([^;]*)"
                ));
                return matches ? decodeURIComponent(matches[1]) : undefined;
            }

            // Получаем gclid
            const gclid = getGclidFromCookie('gclid');

            // Если gclid есть, добавляем скрытое поле во все формы
            if (gclid) {
                document.querySelectorAll('.wpcf7-form-control-wrap').forEach(function (form) {
                    // Проверяем, есть ли уже скрытое поле с gclid, чтобы не дублировать
                    if (!form.querySelector('input[name="gclid"]')) {
                        let gclidField = document.createElement('input');
                        gclidField.setAttribute('type', 'hidden');
                        gclidField.setAttribute('name', 'gclid');
                        gclidField.setAttribute('value', gclid);
                        form.appendChild(gclidField);
                    }
                });
            }
        });</script> <noscript><img height="1" width="1" style="display: none;" src="https://www.facebook.com/tr?id=1015283417840015&ev=PageView&noscript=1&cd%5Bpage_title%5D=Main+page&cd%5Bpost_type%5D=page&cd%5Bpost_id%5D=10&cd%5Bplugin%5D=PixelYourSite&cd%5Buser_role%5D=guest&cd%5Bevent_url%5D=pxroproject.net%2F" alt=""></noscript> <script type="rocketlazyloadscript">const cols = document.querySelectorAll('.wpcf7-form input[name=_wpcf7_container_post]');
    [].forEach.call(cols, (e)=>{
        e.value = 10;
    });
    document.cookie = 'screen=' + screen.width+'x'+screen.height;
    document.addEventListener('wpcf7beforesubmit', function(event) {
            var submitButton = document.querySelector('.wpcf7-submit');
            if (submitButton) {
                submitButton.disabled = true;
                submitButton.classList.add('disabled');
            }
        }, false);

    document.addEventListener('wpcf7submit', function(event) {
        var submitButton = document.querySelector('.wpcf7-submit');
        if (submitButton) {
            submitButton.disabled = false;
            submitButton.classList.remove('disabled');
        }
    }, false);</script> <script id="anycomment-js-bundle-js-extra">var anyCommentApiSettings = {"postId":"10","nonce":"e82497b6ec","locale":"en_US","restUrl":"https://pxroproject.net/wp-json/anycomment/v1/","commentCount":"0","errors":null,"user":null,"urls":{"logout":"https://pxroproject.net/d08bdba767efa70/?action=logout&amp;_wpnonce=d1e14d69c7&redirect_to=https://pxroproject.net/#comments","postUrl":"https://pxroproject.net/"},"post":{"id":10,"permalink":"https://pxroproject.net/","comments_open":false},"rating":{"value":0,"count":0,"hasRated":false},"options":{"limit":20,"isCopyright":false,"socials":{"vkontakte":{"slug":"vkontakte","url":"https://pxroproject.net/wp-json/anycomment/v1/auth/vkontakte?redirect=https://pxroproject.net/","label":"VK","color":"#4a76a8","visible":false},"twitter":{"slug":"twitter","url":"https://pxroproject.net/wp-json/anycomment/v1/auth/twitter?redirect=https://pxroproject.net/","label":"Twitter","color":"#1da1f2","visible":false},"facebook":{"slug":"facebook","url":"https://pxroproject.net/wp-json/anycomment/v1/auth/facebook?redirect=https://pxroproject.net/","label":"Facebook","color":"#3b5998","visible":false},"google":{"slug":"google","url":"https://pxroproject.net/wp-json/anycomment/v1/auth/google?redirect=https://pxroproject.net/","label":"Google","color":"#db4437","visible":false},"github":{"slug":"github","url":"https://pxroproject.net/wp-json/anycomment/v1/auth/github?redirect=https://pxroproject.net/","label":"Github","color":"#24292e","visible":false},"odnoklassniki":{"slug":"odnoklassniki","url":"https://pxroproject.net/wp-json/anycomment/v1/auth/odnoklassniki?redirect=https://pxroproject.net/","label":"Odnoklassniki","color":"#ee8208","visible":false},"twitch":{"slug":"twitch","url":"https://pxroproject.net/wp-json/anycomment/v1/auth/twitch?redirect=https://pxroproject.net/","label":"Twitch","color":"#6441a4","visible":false},"dribbble":{"slug":"dribbble","url":"https://pxroproject.net/wp-json/anycomment/v1/auth/dribbble?redirect=https://pxroproject.net/","label":"Dribbble","color":"#ea4c89","visible":false},"yandex":{"slug":"yandex","url":"https://pxroproject.net/wp-json/anycomment/v1/auth/yandex?redirect=https://pxroproject.net/","label":"Yandex","color":"#f90000","visible":false},"mailru":{"slug":"mailru","url":"https://pxroproject.net/wp-json/anycomment/v1/auth/mailru?redirect=https://pxroproject.net/","label":"Mail.Ru","color":"#005ff9","visible":false},"steam":{"slug":"steam","url":"https://pxroproject.net/wp-json/anycomment/v1/auth/steam?redirect=https://pxroproject.net/","label":"Steam","color":"#171A21","visible":false},"yahoo":{"slug":"yahoo","url":"https://pxroproject.net/wp-json/anycomment/v1/auth/yahoo?redirect=https://pxroproject.net/","label":"Yahoo","color":"#430297","visible":false},"wordpress":{"slug":"wordpress","url":"https://pxroproject.net/d08bdba767efa70/?redirect_to=https%3A%2F%2Fpxroproject.net%2F%23comments","label":"WordPress","visible":false}},"sort_order":"desc","guestInputs":["name","email","website"],"isShowUpdatedInfo":true,"isNotifySubscribers":false,"isShowProfileUrl":false,"isShowImageAttachments":true,"isShowVideoAttachments":false,"isShowTwitterEmbeds":false,"isModerateFirst":true,"userAgreementLink":null,"notifyOnNewComment":false,"intervalCommentsCheck":"10","isLoadOnScroll":true,"isFormTypeAll":false,"isFormTypeGuests":false,"isFormTypeSocials":true,"isFormTypeWordpress":false,"isFileUploadAllowed":false,"isGuestCanUpload":null,"fileMimeTypes":"image/*, .pdf","fileLimit":"5","fileMaxSize":"1.5","fileUploadLimit":"900","isRatingOn":false,"isReadMoreOn":true,"commentRating":"likes","dateFormat":"relative","isEditorOn":true,"editorToolbarOptions":["bold","italic","underline","blockquote","ordered","bullet","link","clean"],"reCaptchaOn":false,"reCaptchaUserAll":false,"reCaptchaUserGuest":true,"reCaptchaUserAuth":false,"reCaptchaSiteKey":null,"reCaptchaTheme":"light","reCaptchaPosition":"bottomright"},"i18":{"error_generic":"Oops, something went wrong...","loading":"Loading...","load_more":"Load more","waiting_moderation":"Waiting moderation","edited":"Edited","button_send":"Send","button_save":"Save","button_reply":"Reply","sorting":"Sorting","sort_by":"Sort by","sort_oldest":"oldest","sort_newest":"newest","reply_to":"reply to","editing":"editing","add_comment":"Your comment...","no_comments":"No comments to display","footer_copyright":"Add Anycomment to your site","reply":"Reply","edit":"Edit","delete":"Delete","comments_closed":"Comments are closed.","subscribed":"Check you email to confirm subscription","subscribe":"Subscribe","subscribe_pre_paragraph":"You may subscribe to new comments for this post by entering your email below:","cancel":"Cancel","quick_login":"Quick Login","guest":"Guest","login":"Login","logout":"Logout","comment_waiting_moderation":"Comment will be shown once reviewed by moderator.","new_comment_was_added":"New comment was added","author":"Author","name":"Name","email":"Email","website":"Website","already_rated":"You have already rated","accept_user_agreement":"I accept the \u003Ca href=\"\" target=\"_blank\" \u003EUser Agreement\u003C/a\u003E","upload_file":"Upload file","file_upload_in_progress":"Uploading...","file_uploaded":"Uploaded!","file_too_big":"File %s is too big","file_limit":"You may upload 5 file(s) at maximum","file_not_selected_or_extension":"No file selected or select proper extension","read_more":"Read more","show_less":"Show less","hide_this_message":"Hide this message","login_with":"Login with","or_as_guest":"or as guest:","comments_count":"Comments:","lighbox_close":"Close (Esc)","lighbox_left_arrow":"Previous (Left arrow key)","lighbox_right_arrow":"Next (Right arrow key)","lighbox_image_count_separator":" of "}};
//# sourceURL=anycomment-js-bundle-js-extra</script> <script type="rocketlazyloadscript" id="anycomment-js-bundle-js" async="async" src="https://pxroproject.net/wp-content/plugins/anycomment/static/js/main.min.js"></script> <script type="rocketlazyloadscript" id="swv-js" src="https://pxroproject.net/wp-content/plugins/contact-form-7/includes/swv/js/index.js" defer></script> <script id="contact-form-7-js-extra">var wpcf7 = {"api":{"root":"https://pxroproject.net/wp-json/","namespace":"contact-form-7/v1"},"cached":"1"};
//# sourceURL=contact-form-7-js-extra</script> <script type="rocketlazyloadscript" id="contact-form-7-js" src="https://pxroproject.net/wp-content/plugins/contact-form-7/includes/js/index.js" defer></script> <script type="rocketlazyloadscript" id="fupi-cookie-notice-js-js" src="https://pxroproject.net/wp-content/plugins/full-picture-analytics-cookie-notice/public/cookie-notice/js/fupi-cookie-notice.js" defer></script> <script type="rocketlazyloadscript" id="fupi-gtm2-footer-js-js" src="https://pxroproject.net/wp-content/plugins/full-picture-analytics-cookie-notice/public/modules/js/fupi-gotm2-footer.js" defer></script> <script type="rocketlazyloadscript" id="fupi-ga4-footer-js-js" src="https://pxroproject.net/wp-content/plugins/full-picture-analytics-cookie-notice/public/modules/js/fupi-ga4-footer.js" defer></script> <script type="rocketlazyloadscript" id="fupi-gads-footer-js-js" src="https://pxroproject.net/wp-content/plugins/full-picture-analytics-cookie-notice/public/modules/js/fupi-gads-footer.js" defer></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}();
//# sourceURL=rocket-browser-checker-js-after</script> <script id="rocket-preload-links-js-extra">var RocketPreloadLinksConfig = {"excludeUris":"/sitemap_index.xml|/post-sitemap.xml|/page-sitemap.xml|/img-sitemap.xml|/site.webmanifest|/(?:.+/)?feed(?:/(?:.+/?)?)?$|/(?:.+/)?embed/|/(index\\.php/)?wp\\-json(/.*|$)|/wp-admin/|/logout/|/d08bdba767efa70/|/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://pxroproject.net","onHoverDelay":"100","rateThrottle":"3"};
//# sourceURL=rocket-preload-links-js-extra</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();
}());

//# sourceURL=rocket-preload-links-js-after</script> <script type="rocketlazyloadscript" id="jquery-bind-first-js" defer src="https://pxroproject.net/wp-content/plugins/pixelyoursite/dist/scripts/jquery.bind-first-0.2.3.min.js"></script> <script type="rocketlazyloadscript" id="js-cookie-pys-js" defer src="https://pxroproject.net/wp-content/plugins/pixelyoursite/dist/scripts/js.cookie-2.1.3.min.js"></script> <script type="rocketlazyloadscript" id="js-tld-js" defer src="https://pxroproject.net/wp-content/plugins/pixelyoursite/dist/scripts/tld.min.js"></script> <script id="pys-js-extra">var pysOptions = {"staticEvents":{"facebook":{"init_event":[{"delay":0,"type":"static","ajaxFire":false,"name":"PageView","pixelIds":["1015283417840015"],"eventID":"b6cc6ee9-511f-46e4-9a68-cfbfa244ae7d","params":{"page_title":"Main page","post_type":"page","post_id":10,"plugin":"PixelYourSite","user_role":"guest","event_url":"pxroproject.net/"},"e_id":"init_event","ids":[],"hasTimeWindow":false,"timeWindow":0,"woo_order":"","edd_order":""}]}},"dynamicEvents":[],"triggerEvents":[],"triggerEventTypes":[],"facebook":{"pixelIds":["1015283417840015"],"advancedMatching":[],"advancedMatchingEnabled":false,"removeMetadata":true,"wooVariableAsSimple":false,"serverApiEnabled":true,"send_external_id":null,"enabled_medical":false,"do_not_track_medical_param":["event_url","post_title","page_title","landing_page","content_name","categories","category_name","tags"],"meta_ldu":false},"debug":"","siteUrl":"https://pxroproject.net","ajaxUrl":"https://pxroproject.net/wp-admin/admin-ajax.php","ajax_event":"74925b568d","enable_remove_download_url_param":"1","cookie_duration":"7","last_visit_duration":"60","enable_success_send_form":"","ajaxForServerEvent":"1","ajaxForServerStaticEvent":"1","useSendBeacon":"1","send_external_id":"1","external_id_expire":"180","track_cookie_for_subdomains":"1","google_consent_mode":"1","gdpr":{"ajax_enabled":false,"all_disabled_by_api":false,"facebook_disabled_by_api":false,"analytics_disabled_by_api":false,"google_ads_disabled_by_api":false,"pinterest_disabled_by_api":false,"bing_disabled_by_api":false,"reddit_disabled_by_api":false,"externalID_disabled_by_api":false,"facebook_prior_consent_enabled":true,"analytics_prior_consent_enabled":true,"google_ads_prior_consent_enabled":null,"pinterest_prior_consent_enabled":true,"bing_prior_consent_enabled":true,"cookiebot_integration_enabled":false,"cookiebot_facebook_consent_category":"marketing","cookiebot_analytics_consent_category":"statistics","cookiebot_tiktok_consent_category":"marketing","cookiebot_google_ads_consent_category":"marketing","cookiebot_pinterest_consent_category":"marketing","cookiebot_bing_consent_category":"marketing","consent_magic_integration_enabled":false,"real_cookie_banner_integration_enabled":false,"cookie_notice_integration_enabled":false,"cookie_law_info_integration_enabled":false,"analytics_storage":{"enabled":true,"value":"granted","filter":false},"ad_storage":{"enabled":true,"value":"granted","filter":false},"ad_user_data":{"enabled":true,"value":"granted","filter":false},"ad_personalization":{"enabled":true,"value":"granted","filter":false}},"cookie":{"disabled_all_cookie":false,"disabled_start_session_cookie":false,"disabled_advanced_form_data_cookie":false,"disabled_landing_page_cookie":false,"disabled_first_visit_cookie":false,"disabled_trafficsource_cookie":false,"disabled_utmTerms_cookie":false,"disabled_utmId_cookie":false},"tracking_analytics":{"TrafficLanding":"https://pxroproject.net/","TrafficUtms":[],"TrafficUtmsId":[]},"GATags":{"ga_datalayer_type":"default","ga_datalayer_name":"dataLayerPYS"},"woo":{"enabled":false},"edd":{"enabled":false},"cache_bypass":"1780982483"};
//# sourceURL=pys-js-extra</script> <script type="rocketlazyloadscript" id="pys-js" defer src="https://pxroproject.net/wp-content/plugins/pixelyoursite/dist/scripts/public.js"></script> <script type="rocketlazyloadscript" id="google-recaptcha-js" src="https://www.google.com/recaptcha/api.js?render=6LfiUKopAAAAAKYwRKKNLhu3lGGu0RVdRifQwZ3U"></script> <script type="rocketlazyloadscript" id="wp-polyfill-js" src="https://pxroproject.net/wp-includes/js/dist/vendor/wp-polyfill.min.js"></script> <script id="wpcf7-recaptcha-js-extra">var wpcf7_recaptcha = {"sitekey":"6LfiUKopAAAAAKYwRKKNLhu3lGGu0RVdRifQwZ3U","actions":{"homepage":"homepage","contactform":"contactform"}};
//# sourceURL=wpcf7-recaptcha-js-extra</script> <script type="rocketlazyloadscript" id="wpcf7-recaptcha-js" src="https://pxroproject.net/wp-content/plugins/contact-form-7/modules/recaptcha/index.js" defer></script> <script>window.lazyLoadOptions={elements_selector:"img[data-lazy-src],.rocket-lazyload",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}};window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(var i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue}
if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue}
images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1}
if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async src="https://pxroproject.net/wp-content/plugins/wp-rocket/assets/js/lazyload/17.5/lazyload.min.js"></script><script type="rocketlazyloadscript">window.onload = function(){ 

	var clickHideBG = document.querySelector('#fupi_cookie_settings_btn'); 
	clickHideBG.addEventListener("click", hideVisibleElem);


	 function hideVisibleElem() {
		 let wpcraftBox2 = document.querySelector('#fupi_cookie_notice');
		 wpcraftBox2.classList.toggle("bg-to-cookie");
		document.querySelector('#header-to-bg').classList.toggle("bg-to-cookie-header");

		 if (wpcraftBox2.classList.contains("fupi_fadeInUp")){
			//wpcraftBox2.classList.toggle("visokaya");
			wpcraftBox2.value = 'Open';
		 } else {
			wpcraftBox2.classList.toggle("bg-to-cookie");
			wpcraftBox2.value = 'Close';
			//wpcraftBox2.classList.toggle("bg-to-cookie");
		 }
	}


	var clickHideBG2 = document.querySelector('#fupi_return_btn');
	clickHideBG2.addEventListener("click", hideVisibleElem2);
	
	 function hideVisibleElem2() {
		 let wpcraftBox21 = document.querySelector('#fupi_cookie_notice');
		 wpcraftBox21.classList.toggle("bg-to-cookie");
		document.querySelector('#header-to-bg').classList.toggle("bg-to-cookie-header");

		 if (wpcraftBox21.classList.contains("fupi_fadeInUp")){
			//wpcraftBox2.classList.toggle("visokaya");
			wpcraftBox21.value = 'Open';
		 } else {
			wpcraftBox21.classList.toggle("bg-to-cookie");
			wpcraftBox21.value = 'Close';
			//wpcraftBox2.classList.toggle("bg-to-cookie");
		 }
	}


	var clickHideBG3 = document.querySelector('#fupi_agree_to_selected_cookies_btn');
	clickHideBG3.addEventListener("click", hideVisibleElem3);
	
	 function hideVisibleElem3() {
		 let wpcraftBox22 = document.querySelector('#fupi_cookie_notice');
		 wpcraftBox22.classList.remove("bg-to-cookie");
		 document.querySelector('#header-to-bg').classList.remove("bg-to-cookie-header");

	}
};</script> <script type="rocketlazyloadscript">window.addEventListener('DOMContentLoaded', function() {
	jQuery(document).ready(function() {
			jQuery('#utmgoo').val(document.getElementById("googleli").textContent)
			jQuery('#utmgoo1').val(document.getElementById("googleli").textContent)
			jQuery('#utmgoo2').val(document.getElementById("googleli").textContent)
			jQuery('#utmgoo3').val(document.getElementById("googleli").textContent)
			jQuery('#utmgoo4').val(document.getElementById("googleli").textContent)
			jQuery('#utmgoo5').val(document.getElementById("googleli").textContent)
			jQuery('#utmgoo6').val(document.getElementById("googleli").textContent)
			jQuery('#utmgoo7').val(document.getElementById("googleli").textContent)
			jQuery('#utmgoo8').val(document.getElementById("googleli").textContent)
			jQuery('#utmgoo9').val(document.getElementById("googleli").textContent)
			jQuery('#utmgoo10').val(document.getElementById("googleli").textContent)
			jQuery('#utmgoo11').val(document.getElementById("googleli").textContent)
			jQuery('#utmgoo12').val(document.getElementById("googleli").textContent)
			jQuery('#utmgoo13').val(document.getElementById("googleli").textContent)
			jQuery('#utmgoo14').val(document.getElementById("googleli").textContent)
	 })
});</script> <div id="googleli" class="googleli" style="display: none;">не определен</div></body></html>
<!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1780982514 -->