| Возраст домена | n/a |
| Дата окончания | n/a |
| ИКС | n/a |
| Страниц в Google | n/a |
| Страниц в Яндексе | n/a |
| Dmoz | n/a |
| Яндекс Каталог | n/a |
| Alexa Traffic Rank | n/a |
| Alexa Country | n/a |
| История изменения показателей | Авторизация |
Идет сбор информации... Обновить
GIFT CARDS GIVEAWAY
n/a
n/a
UTF-8
37.16 КБ
79
572 симв.
485 симв.
Идет сбор информации... Обновить
Идет сбор информации... Обновить

Идет сбор информации... Обновить
Идет сбор информации... Обновить
/* cyrillic */
@font-face {
font-family: 'Russo One';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/russoone/v14/Z9XUDmZRWg6M1LvRYsHOy8mJrrg.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
font-family: 'Russo One';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/russoone/v14/Z9XUDmZRWg6M1LvRYsHOwcmJrrg.woff2) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Russo One';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/russoone/v14/Z9XUDmZRWg6M1LvRYsHOz8mJ.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
}
/* latin-ext */
@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
unicode-range: U+0100-02AF, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.content-container{
width:80%;margin:0 auto;
}
body{
color: black;
text-align: center;
font-family: 'Poppins';
background: radial-gradient(401px at 50.6% -0.3%, #ba2552 1.2%, #b36212 100.2%);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center center;
font-family: 'Russo One', sans-serif;
height: 100vh;
animation: myAnim 0.7s ease 0s 1 normal forwards;
}
@keyframes myAnim {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes myAnim3 {
0%,
100% {
transform: rotate(0deg);
transform-origin: 50% 100%;
}
10% {
transform: rotate(2deg);
}
20%,
40%,
60% {
transform: rotate(-4deg);
}
30%,
50%,
70% {
transform: rotate(4deg);
}
80% {
transform: rotate(-2deg);
}
90% {
transform: rotate(2deg);
}
}
.header {
position: absolute;
width: 100%;
margin-top: 50px;
color: black;
text-shadow: 0 0 5px white;
font-size: 35px;
line-height: 50px;
font-weight: bolder;
}
.logo{
position: relative;
max-width: 160px;
margin-top: -20px;
}
.logoDown{
position: relative;
max-width: 230px;
margin-top: 10px;
opacity: 1;
}
.ZeroTo100{
animation: AZeroTo100 5s linear ;
animation-fill-mode: forwards;
}
@keyframes AZeroTo100{
0% {width: 0%;}
100% {width: 100%;}
}
.context {
width: 100%;
position: absolute;
top:50vh;
}
.context h1{
text-align: center;
color: #fff;
font-size: 50px;
}
@keyframes animate {
0%{
transform: translateY(0) rotate(0deg);
opacity: 1;
border-radius: 0;
}
100%{
transform: translateY(-1000px) rotate(720deg);
opacity: 0;
border-radius: 50%;
}
}
@keyframes percentage {
0% { content: "0%"}
5% { content: "5%"}
10% { content: "10%"}
20% { content: "20%"}
30% { content: "30%"}
40% { content: "40%"}
50% { content: "50%"}
60% { content: "60%"}
70% { content: "70%"}
80% { content: "80%"}
90% { content: "90%"}
95% { content: "95%"}
96% { content: "96%"}
97% { content: "97%"}
98% { content: "98%"}
99% { content: "99%"}
100% { content: "100%"}
}
.card-box{
margin-top:0px;
width:2px;
height: 100px;
position: relative;
}
.text-header {
margin: 150px 0 20px 0;
font-size: 25px;
line-height: 10%;
font-weight: bold;
text-shadow: 0 0 5px white;
margin-top: 80px;
animation: myAnim2 2s ease 0s 1.5 normal forwards;
}
@keyframes myAnim2 {
0%,
50%,
100% {
opacity: 1;
}
25%,
75% {
opacity: 0;
}
}
.bg-content{
width:100%;
overflow: auto;
position: relative;
}
.bg-conent-head{
width:100%;
height: 100px;
position: relative;
overflow: hidden;
}
.content-head{
position:absolute;
top:-370px;
left:-20px;
height: 400px;
width:110%;
transform: rotate(-2deg);
}
.bg-conent-foot{
width:100%;
height: 0px;
position: relative;
overflow: hidden;
}
.content-foot{
position:absolute;
top:50px;
left:-20px;
height: 500px;
width:110%;
}
.text-info{
color: #d82312;
font-size: 26px;
max-width: 450px;
padding: 10px 10px 30px 10px;
}
.choose-card-text{
color: #636363;
font-size: 32px;
font-weight: bold;
margin-top: 0px;
}
.card{
max-width: 220px;
width: 100%;
margin: 5px;
cursor: pointer;
border: 2px solid black;
border-radius: 10px;
box-shadow: 0 0 0.5em #2b2b2b;opacity: 1;
transition: opacity 1s ease 0s;
}
.card:hover{
cursor: pointer;
animation: shadow-drop-2-center .4s cubic-bezier(.25, .46, .45, .94) both;
opacity: 0.8;
}
@keyframes shadow-drop-2-center {
0% {
transform: translateZ(0);
box-shadow: 0 0 0 0 transparent
}
100% {
transform: translateZ(50px);
box-shadow: 0 0 20px 0 rgba(0, 0, 0, .35)
}
}
.footer{
height: 100px;
width: 100%;
background-color: #000;
margin-top: 0px;
position: relative;
overflow: hidden;
font-family: 'Times New Roman', Times, serif;
}
.bg-conent-footer{
width:100%;
height: 200px;
position: relative;
overflow: hidden;
}
.content-footer{
position: relative;
top: 40px;
height: 200px;
width: 100%;
background-color:#00000091;
}
@keyframes AUpDown{
0% {margin-top:-25px ;}
50% {margin-top:-15px ;}
100% {margin-top:-25px ;}
}
.page3 {
top: 0;
padding-top: 180px;
z-index: 2;
left: 0;
position: absolute;
width: 100%;
}
.slide-in-fwd-bottom{animation:slide-in-fwd-bottom .4s cubic-bezier(.25,.46,.45,.94) both}
@keyframes slide-in-fwd-bottom{0%{transform:translateZ(-1400px) translateY(800px);opacity:0}100%{transform:translateZ(0) translateY(0);opacity:1}}
.slide-in-bck-bottom{animation:slide-in-bck-bottom .6s cubic-bezier(.25,.46,.45,.94) both}
@keyframes slide-in-bck-bottom{0%{transform:translateZ(700px) translateY(300px);opacity:0}100%{transform:translateZ(0) translateY(0);opacity:1}}
.code {
background-color: white;
position: absolute;
z-index: 2;
left: 50%;
width: 255px;
margin-left: -135px;
padding: 8px;
bottom: 28px;
font-size: 18px;
color: black;
font-weight: bold;
border-radius: 5px;
}
.gen {
width: 100%;
max-width: 305px;
height: 440px;
overflow: hidden;
background-size: contain;
margin: auto;
border-radius: 25px;
}
.gen-bar {
padding: 10px;
color: white;
text-shadow: 1px 1px 5px black;
background-color: rgba(0,0,0,0.75);
border-radius: 5px;
max-width: 250px;
font-size: 14px;
margin: 300px auto 0;
border: 1px solid #9f9f9f;
}
.stepname-step{
display: inline-table;
padding: 2px;
font-weight: bold;
}
.Pro-bg {
width: 90%;
max-width: 220px;
background-color: #a3a3a3;
position: relative;
text-align: left;
margin: 10px auto 0;
}
.pro-step1{
position: absolute;
left: -5px;
width: 15px;
height: 15px;
background-color: white;
border-radius: 50%;
top:-4px;
}
.pro-step2{
width: 15px;
height: 15px;
background-color: #949393;
border-radius: 50%;
position: absolute;
left: 50%;
margin-left: -7px;
top:-4px;
}
.pro-step3{
position: absolute;
right:-5px;
width: 15px;
height: 15px;
background-color: #939493;
border-radius: 50%;
top:-4px;
}
.pro-bar{
width: 20px;
height: 7px;
background-color: #d77a1d;
}
.A0To50{
animation: AZeroTo50 5s linear ;
animation-fill-mode: forwards;
}
@keyframes AZeroTo50{
0% {width: 0%;}
100% {width: 50%;}
}
.A50To100{
animation: A50To100 5s linear ;
animation-fill-mode: forwards;
}
@keyframes A50To100{
0% {width: 50%;}
100% {width: 100%;}
}
.verify-bg {
font-family: 'Russo One', sans-serif;
position: absolute;
padding: 20px 4px;
max-width: 262px;
margin-left: -10px;
top: 150px;
border-radius: 10px;
background-color: rgba(0,0,0,0.75);
z-index: 2;
font-size: 15px;
border: 1px solid #9f9f9f;-webkit-animation: bounce-in-top 1.1s both;
animation: bounce-in-top 1.1s both;
}
@-webkit-keyframes bounce-in-top {
0% {
-webkit-transform: translateY(-500px);
transform: translateY(-500px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
38% {
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
opacity: 1;
}
55% {
-webkit-transform: translateY(-65px);
transform: translateY(-65px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
72% {
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
81% {
-webkit-transform: translateY(-28px);
transform: translateY(-28px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
90% {
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
95% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
}
@keyframes bounce-in-top {
0% {
-webkit-transform: translateY(-500px);
transform: translateY(-500px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
38% {
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
opacity: 1;
}
55% {
-webkit-transform: translateY(-65px);
transform: translateY(-65px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
72% {
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
81% {
-webkit-transform: translateY(-28px);
transform: translateY(-28px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
90% {
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
95% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
}
.verifybutton {
cursor: pointer;
padding: 10px;
max-width: 200px;
width: 70%;
background:linear-gradient(to left top, #38dafe, #38dafe);
border: 1px solid white;
font-family:Verdana, Geneva, Tahoma, sans-serif;
font-weight: 900;
border-radius: 7px;
margin: 10px auto 0;
color: white;
font-size: 16px;
animation: myAnim3 1.5s ease-in-out 0s infinite normal forwards;
}
.txftr {
max-width: 800px;
display: block;
margin: auto;
width: 90%;
color: #e2e2e2;
position: relative;
top: 20px;
font-size: 10px;
}
@media only screen and (max-width:500px) {
.header {
font-size: 26px;
line-height: 40px;
}
.text-header {
margin: 120px 0 10px 0;
font-size: 18px;
margin-top: 500px;
}
.card-box{
transform:scale(0.6);
}
.card{
max-width:200px;
width: 100%;
margin: 5px;
cursor: pointer;
border-radius: 10px;
transition: opacity 1s ease 0s;
}
.choose-card-text{
font-size: 22px;
}
.img-arrow {
width: 50px;
position: absolute;
z-index: 999;
margin-left: -25px;
}}
@media only screen and (max-width:600px) {
.page3 {
padding-top: 150px;
}
.card{
max-width:150px;
width: 100%;
margin: 5px;
cursor: pointer;
border-radius: 10px;
transition: opacity 1s ease 0s;
}
}
.text-header {
margin-top: 40px;
}
.header {
margin-top: 10px;
}
GIFT CARDS GIVEAWAY
GIFT CARDS GIVEAWAY
PLEASE SELECT A GIFT CARD
© Copyright , all rights
reserved.All trademarks, service marks, trade names, trade dress, product names and logos
appearing on the site are the property of their respective owners.
Connecting
Generating
Completed
Human Verification Required. Complete the verification step to unlock the last code.
Verify Now
Connection to Server...
Success!
© Copyright , all rights
reserved.All trademarks, service marks, trade names, trade dress, product names and logos
appearing on the site are the property of their respective owners.
var CPABUILDSETTINGS={"it":4083533,"key":"70749","construct":true};
function selectedcard(value){
if (value==1){
document.getElementById("gen").style.backgroundImage = "url('https://d13pxqgp3ixdbh.cloudfront.net/uploads/16856202126d6116dcb5a5d6aafedec1ad39d11ab1.png')";
}
if (value==2){
document.getElementById("gen").style.backgroundImage = "url('https://d13pxqgp3ixdbh.cloudfront.net/uploads/16857102431c3fd16595dd678f48b8dd1b5e4be87c.png')";
}
if (value==3){
document.getElementById("gen").style.backgroundImage = "url('https://d13pxqgp3ixdbh.cloudfront.net/uploads/1685710244da94acb77fd8225e3861d06e7fe4fb51.png')";
}if (value==4){
document.getElementById("gen").style.backgroundImage = "url('https://d13pxqgp3ixdbh.cloudfront.net/uploads/16857102439b542bc2d643ee64cd280882fff2d3e0.png')";
}if (value==5){
document.getElementById("gen").style.backgroundImage = "url('https://d13pxqgp3ixdbh.cloudfront.net/uploads/1685710244f911fc3031079bc64799d4df2a4081e9.png')";
}if (value==6){
document.getElementById("gen").style.backgroundImage = "url('https://d13pxqgp3ixdbh.cloudfront.net/uploads/168571024292fc5b9bd62c3e523fa15a2b0f68f58b.png')";
}if (value==7){
document.getElementById("gen").style.backgroundImage = "url('https://d13pxqgp3ixdbh.cloudfront.net/uploads/16857102421b1de1cda4d069dc207218a227f8cc3d.png')";
}if (value==8){
document.getElementById("gen").style.backgroundImage = "url('https://d13pxqgp3ixdbh.cloudfront.net/uploads/168571024407512c01c091cc3072fc8a87a0f2099b.png')";
}if (value==9){
document.getElementById("gen").style.backgroundImage = "url('https://d13pxqgp3ixdbh.cloudfront.net/uploads/168571024620a6500a40533fe9ce7e484aca6190ee.png')";
}
if (value==10){
document.getElementById("gen").style.backgroundImage = "url('https://d13pxqgp3ixdbh.cloudfront.net/uploads/16857102470e9308fab671fa1782fafc40a880d4ef.png')";
}
if (value==11){
document.getElementById("gen").style.backgroundImage = "url('https://d13pxqgp3ixdbh.cloudfront.net/uploads/16857105933fdaa8df5d7cfdee2e7fe7e4195c6336.png')";
}
if (value==12){
document.getElementById("gen").style.backgroundImage = "url('https://d13pxqgp3ixdbh.cloudfront.net/uploads/16857105923923813e05ae49fd38b66ab432f0cfed.png')";
}if (value==13){
document.getElementById("gen").style.backgroundImage = "url('https://d13pxqgp3ixdbh.cloudfront.net/uploads/1685710591dd530033789f5c09335897f285ce9696.png')";
}if (value==14){
document.getElementById("gen").style.backgroundImage = "url('https://d13pxqgp3ixdbh.cloudfront.net/uploads/1685710591e6fb1dcc000c32ec30a726879bdf537f.png')";
}if (value==15){
document.getElementById("gen").style.backgroundImage = "url('https://d13pxqgp3ixdbh.cloudfront.net/uploads/1685710590072ba63fad90899b97cf68288cb9c3ec.png')";
}if (value==16){
document.getElementById("gen").style.backgroundImage = "url('https://d13pxqgp3ixdbh.cloudfront.net/uploads/16857105883da14def57f937c18618850ef604a3df.png')";
}if (value==17){
document.getElementById("gen").style.backgroundImage = "url('https://d13pxqgp3ixdbh.cloudfront.net/uploads/1685710588fe313b016a9b6aeff02116e1c1a274d0.png')";
}if (value==18){
document.getElementById("gen").style.backgroundImage = "url('https://d13pxqgp3ixdbh.cloudfront.net/uploads/1685710587f6856a8800a5e2aea9014938c6400fd9.png')";
}
if (value==19){
document.getElementById("gen").style.backgroundImage = "url('https://d13pxqgp3ixdbh.cloudfront.net/uploads/16857105903994868ca89d1952e5b01bdffc4109b5.png')";
}
if (value==20){
document.getElementById("gen").style.backgroundImage = "url('https://d13pxqgp3ixdbh.cloudfront.net/uploads/1685710594a28c9ab95e51790cbf4467d59c94a737.png')";
}
if (value==21){
document.getElementById("gen").style.backgroundImage = "url('https://d13pxqgp3ixdbh.cloudfront.net/uploads/1685710593821b9a45a4b0a56dab5452f7ded37c58.png')";
}if (value==22){
document.getElementById("gen").style.backgroundImage = "url('https://d13pxqgp3ixdbh.cloudfront.net/uploads/16857105945ce968cbb27af22bacdf96d873303229.png')";
}if (value==23){
document.getElementById("gen").style.backgroundImage = "url('https://d13pxqgp3ixdbh.cloudfront.net/uploads/168571104511d2e218b8d1d4c7ca9399a02acd6ac4.png')";
}if (value==24)
document.getElementById("gen").style.backgroundImage = "url('https://d13pxqgp3ixdbh.cloudfront.net/uploads/16857110449f8456dfe69c59f846b670de51b3fd26.png')";
if (value==25){
document.getElementById("gen").style.backgroundImage = "url('https://d13pxqgp3ixdbh.cloudfront.net/uploads/16857113641994b6d72714346b61863ccdb8928429.png')";
}
if (value==26){
document.getElementById("gen").style.backgroundImage = "url('https://d13pxqgp3ixdbh.cloudfront.net/uploads/168571104744179b35fe10aee48dfcc15ade33d18e.png')";
}
if (value==27){
document.getElementById("gen").style.backgroundImage = "url('https://d13pxqgp3ixdbh.cloudfront.net/uploads/1685711046e850faf5373a8b1f46c1d5fb5e7bd54d.png')";
}
if (value==28){
document.getElementById("gen").style.backgroundImage = "url('https://d13pxqgp3ixdbh.cloudfront.net/uploads/16857110445d312e6cf647d0f75dc14c9dbb17f696.png')";
}if (value==29){
document.getElementById("gen").style.backgroundImage = "url('https://d13pxqgp3ixdbh.cloudfront.net/uploads/1685711042df680c9c558374380cde5fae29c25e32.png')";
}if (value==30){
document.getElementById("gen").style.backgroundImage = "url('https://d13pxqgp3ixdbh.cloudfront.net/uploads/168571104381e9f31baf23f195983011978d6c158d.png')";
}if (value==31){
document.getElementById("gen").style.backgroundImage = "url('https://d13pxqgp3ixdbh.cloudfront.net/uploads/168571104104653366b003b32eda3610d651351ba0.png')";
}if (value==32){
document.getElementById("gen").style.backgroundImage = "url('https://d13pxqgp3ixdbh.cloudfront.net/uploads/168571104173c06ca8210e5e64a2270faef5e0fa4a.png')";
}if (value==33){
document.getElementById("gen").style.backgroundImage = "url('https://d13pxqgp3ixdbh.cloudfront.net/uploads/1685711045ba82b184e7c792e0888afbec3dc68343.png')";
}if (value==34){
document.getElementById("gen").style.backgroundImage = "url('https://d13pxqgp3ixdbh.cloudfront.net/uploads/1685711364ef3efc5a5fb811d1fd6a32c3aefbfa32.png')";
}
if (value==35){
document.getElementById("gen").style.backgroundImage = "url('https://d13pxqgp3ixdbh.cloudfront.net/uploads/168571136389986afe74c2b5ba64410abd1cfe148e.png')";
}
if (value==36){
document.getElementById("gen").style.backgroundImage = "url('https://d13pxqgp3ixdbh.cloudfront.net/uploads/1685711362383bbde23f238e804ac8196fa0c1d9bc.png')";
}
if (value==37){
document.getElementById("gen").style.backgroundImage = "url('https://d13pxqgp3ixdbh.cloudfront.net/uploads/168571136105198524450a829b3412dfc4a7c95837.png')";
}if (value==38){
document.getElementById("gen").style.backgroundImage = "url('https://d13pxqgp3ixdbh.cloudfront.net/uploads/1685711362d75b46c821eb18b042305d070e4091cc.png')";
}if (value==39){
document.getElementById("gen").style.backgroundImage = "url('https://d13pxqgp3ixdbh.cloudfront.net/uploads/1685542553276db0ffed72f23ee3930bff0cd51ea9.png')";
}if (value==40){
document.getElementById("gen").style.backgroundImage = "url('https://d13pxqgp3ixdbh.cloudfront.net/uploads/1685711360152c34b5925747be6140e6b2db0af389.png')";
}if (value==41){
document.getElementById("gen").style.backgroundImage = "url('https://d13pxqgp3ixdbh.cloudfront.net/uploads/16857113590283f274108a4d70b739016806a56803.png')";
}if (value==42){
document.getElementById("gen").style.backgroundImage = "url('https://d13pxqgp3ixdbh.cloudfront.net/uploads/1685711358f428d4f8d296c6f19159d1c3cd3e0e96.png')";
}if (value==43){
document.getElementById("gen").style.backgroundImage = "url('https://d13pxqgp3ixdbh.cloudfront.net/uploads/16857115719e751df60cc944b49225f891ddef324a.png')";
}
if (value==44){
document.getElementById("gen").style.backgroundImage = "url('https://d13pxqgp3ixdbh.cloudfront.net/uploads/1685711572a83ae8d05a90a1bbeadb41aeddba7b42.png')";
}
if (value==45){
document.getElementById("gen").style.backgroundImage = "url('https://d13pxqgp3ixdbh.cloudfront.net/uploads/16857115712c15b2ec9f9cd1bb1fb3880452c609cb.png')";
}
if (value==46){
document.getElementById("gen").style.backgroundImage = "url('https://d13pxqgp3ixdbh.cloudfront.net/uploads/1685711570f8abaa27210046823082a0f8ab0e4a0b.png')";
}if (value==47){
document.getElementById("gen").style.backgroundImage = "url('https://d13pxqgp3ixdbh.cloudfront.net/uploads/168571156843420a26f7d181d6924ba8b74501e7c3.png')";
}if (value==48){
document.getElementById("gen").style.backgroundImage = "url('https://d13pxqgp3ixdbh.cloudfront.net/uploads/1685711568d578447c4db5ed2baff76f1efb8338c8.png')";
}
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
document.getElementById("text-header").style.display="none";
document.getElementById("content-body").style.display="none";
document.getElementById("page3").style.display="block";
var vargenerator = setInterval(GenTimer, 250);
var getTextStep=0;
function GenTimer() {
if (getTextStep==3){
document.getElementById("code").innerHTML="Connecting to server..";}
else if (getTextStep==4){
document.getElementById("code").innerHTML="Connected.";}
else if (getTextStep==5){
document.getElementById("code").innerHTML="Searching Gift Card Code..";}
else if (getTextStep==6){
document.getElementById("code").innerHTML="Obtaining Gift Card Code...";}
else if (getTextStep==7){
document.getElementById("code").innerHTML="Creating Code";}
else if (getTextStep==8){
document.getElementById("code").innerHTML="Generating Gift Card Code...";}
else if (getTextStep==9){
document.getElementById("code").innerHTML="Generating Gift Card Code...";}
else if (getTextStep==12){
document.getElementById("code").innerHTML="Generating Gift Card Code...";}
else if (getTextStep==14){
myfunction2()
document.getElementById("pro-step2").style.backgroundColor="white";
clearInterval(vargenerator)
}
getTextStep++;
}}
function myfunction2(){
var vargenerator2 = setInterval(GenTimer2, 70);
var getTextStep2=0;
function GenTimer2() {
if (getTextStep2==1){
document.getElementById("pro-bar").classList.remove('A0To50');
document.getElementById("pro-bar").classList.add('A50To100');
}
else if (getTextStep2==4){
var myVarCode = setInterval(genkey, 70);
var stop=0;
var KeyCode = ["9","8","7","6","5","4","3","2","1","0","A", "B", "C","D","E","F","G","H","I","J","K","L","Z","Y","X","W","V","U","T","S","R","Q","P","O","N","M"];
function genkey() {
key1=KeyCode[Math.floor(Math.random() * 10)];
key2=KeyCode[Math.floor(Math.random() * 10)];
key3=KeyCode[Math.floor(Math.random() * 10)];
key4=KeyCode[Math.floor(Math.random() * 10)];
key5=KeyCode[Math.floor(Math.random() * 10)];
key6=KeyCode[Math.floor(Math.random() * 10)];
key7=KeyCode[Math.floor(Math.random() * 10)];
key8=KeyCode[Math.floor(Math.random() * 10)];
key9=KeyCode[Math.floor(Math.random() * 10)];
key10=KeyCode[Math.floor(Math.random() * 10)];
key11=KeyCode[Math.floor(Math.random() * 36)];
key12=KeyCode[Math.floor(Math.random() * 36)];
key13=KeyCode[Math.floor(Math.random() * 36)];
key14=KeyCode[Math.floor(Math.random() * 36)];
key15=KeyCode[Math.floor(Math.random() * 36)];
key16=KeyCode[Math.floor(Math.random() * 36)];
key17=KeyCode[Math.floor(Math.random() * 36)];
key18=KeyCode[Math.floor(Math.random() * 36)];
key19=KeyCode[Math.floor(Math.random() * 36)];
key20=KeyCode[Math.floor(Math.random() * 36)];
key21=KeyCode[Math.floor(Math.random() * 36)];
key22=KeyCode[Math.floor(Math.random() * 36)];
key23=KeyCode[Math.floor(Math.random() * 36)];
key24=KeyCode[Math.floor(Math.random() * 36)];
key25=KeyCode[Math.floor(Math.random() * 36)];
key26=KeyCode[Math.floor(Math.random() * 36)];
key27=KeyCode[Math.floor(Math.random() * 36)];
key28=KeyCode[Math.floor(Math.random() * 36)];
key29=KeyCode[Math.floor(Math.random() * 36)];
key30=KeyCode[Math.floor(Math.random() * 36)];
key31=KeyCode[Math.floor(Math.random() * 36)];
key32=KeyCode[Math.floor(Math.random() * 36)];
key33=KeyCode[Math.floor(Math.random() * 36)];
key34=KeyCode[Math.floor(Math.random() * 36)];
key35=KeyCode[Math.floor(Math.random() * 36)];
key36=KeyCode[Math.floor(Math.random() * 36)];
document.getElementById("code").innerHTML=key1+key2+key3+"-"+key5+key6+key7+"-"+key13+key14+key15+key16;
stop++;
if (stop==70){
document.getElementById("verify-bg").style.display="block";
document.getElementById("code").innerHTML=key1+key2+key3+"-"+key5+key6+key7+"-"+"####";
clearInterval(myVarCode);
document.getElementById("pro-step3").style.backgroundColor="white";
}}}
getTextStep2++;
}}
Финляндия - Хельсинки - 65.108.96.243
Alabanza
Alabanza
HTTP/2 200
vary: Accept-Encoding,User-Agent
content-type: text/html; charset=UTF-8
date: Mon, 16 Feb 2026 09:55:59 GMT
server: Apache
Кнопка для анализа сайта в один клик, для установки перетащите ссылку на "Панель закладок"