* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	user-select: none;
}

body {
	font-family: 'Anton', sans-serif;
}

#adArea {
	overflow: hidden;
	position: relative;
	color: #fff;
	background-clip: content-box;
	cursor: pointer;
	border: 1px solid black;
	font-size: 14px;
	line-height: 1.3;
}

#adsArea * {
	box-sizing: border-box;
}

#preloader {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 101;
	background: #fff;
}

.linePreloader {
	width: 150px;
	height: 10px;
	background: linear-gradient(to right, #e3e3e3, #000);
	background-color: #fff;
	margin: auto;
	border-radius: 10px;
	background-size: 20%;
	background-repeat: repeat-y;
	background-position: -20% 0;
	animation: scroll 1.2s ease-in-out infinite;
	position: relative;
	top: 48%;
}

@keyframes scroll {
	50% {
		background-size: 80%;
	}

	100% {
		background-position: 125% 0;
	}
}

.abs {
	position: absolute;
}

.opacity0 {
	opacity: 0;
}

.noDisplay {
	display: none;
}

.noevent {
	pointer-events: none;
	touch-action: none;
	user-select: none;
}

.poslt {
	left: 0;
	top: 0;
}

.adsize {
	width: 320px;
	height: 480px;
}

.mw {
	max-width: 100%;
}

.drag_icon{
	left: 25%;
    bottom: 50px;
    width: 160px;
    /* margin-left: -70px; */
	/* animation: touchAnimation 3s ease-in-out infinite; */
	touch-action: none;
	z-index: 9999;
}

/* .has-click .drag-icon {
    display: none;
} */

@keyframes touchAnimation {

	0% {
		transform: translateX(0) translateY(0);
	}

	50% {
		transform: translateX(70px) translateY(0px);
	}

	100% {
		transform: translateX(0px) translateY(0px);
	}
}

.drag {
    left: 50%;
    bottom: 40px;
    width: 120px;
    height: 100px;
    margin-left: -50px;
    /* border: 1px solid #3d1010; */
}

/* .arrow {
    left: 50%;
    bottom: 50px;
    width: 160px;
    margin-left: -70px;
} */

.drag img {
	max-width: 100%;
}

.touch-area {
    width: 80px;
    height: 40px;
    margin-top: 20px;
    margin-left: 20px;
    /* border: 1px solid red; */
}

.cta {
	transform-origin: center bottom;
}

.biscuit-pack {
	transform-origin: center bottom;
	left: 100px;
}

.ribon_1 {
	transform-origin: 22px 0;
}

.ribon_2 {
	transform-origin: 290px 0;
}

.cans,
.can_3 {
	transform: scale(0);
}

.pot_1 {
	transform: scale(0);
}

.last_frame {
	left: -320px;
}

.prize_1 {
	left: -30px;
}

.ribon {
	top: -50px;
}

#timeLeft {
	width: 50px;
	left: 50%;
	margin-left: -30px;
	top: 135px;
	text-align: center;
	font-size: 20px;
	color: #faa719;
	vertical-align: baseline;
	letter-spacing: 1px;
	/* border: 1px solid red; */
}

#timeLeft span {font-size: 16px;}

#score {
	width: 50px;
	left: 50%;
	margin-left: -30px;
	top: 170px;
	text-align: center;
	font-size: 20px;
	color: #faa719;
	vertical-align: baseline;
	letter-spacing: 1px;
	/* border: 1px solid red; */
}

.form_holder {
	position: absolute;
	text-align: left;
	left: 100%;
	top: 220px;
	width: 260px;
}

.thakyou {
	text-align: center;
	font-size: 22px;
	top: 360px;
	left: 0;
	width: 100%;
	transform: scale(0);
	padding-left: 90px;
}

.input_field {
	width: 260px;
	border: 1px solid #a7b4bb;
	outline: 0;
	padding: 4px 15px;
	margin-bottom: 10px;
	background-color: #fff;
	height: 40px;
	font-size: 14px;
	font-weight: 300;
	color: #393939;
	border-radius: 20px;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
	text-align: left;
}

.send_btn {
	display: inline-block;
	margin-left: 70px;
}

.send_btn img {
	max-width: 130px;
}

.input_field.has_error {
	border-color: #ff3620;
}

.error_messages {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 101;
	text-align: center;
	width: 100%;
}

.error {
	color: #ff3620;
	/* font-size: 10px; */
	padding: 5px 10px;
	background: #ffe7ea;
	width: 100%;
}

.hide {
	display: none;
}

.pn_1_inst img,
.pn_2_inst img,
.pn_3_inst img,
.pn_4_inst img
 {
	max-width: 70px;
}

.pn_5_inst img,
.pn_6_inst img,
.pn_7_inst img
 {
	max-width: 40px;
}

.pn_1_inst,
.pn_2_inst,
.pn_3_inst,
.pn_4_inst,
.pn_5_inst,
.pn_6_inst,
.pn_7_inst
 {
	/* left: -100px;
	top: -100px; */
	visibility: hidden;
}

.hit_el .pn_1_inst,
.hit_el .pn_2_inst,
.hit_el .pn_3_inst,
.hit_el .pn_4_inst,
.hit_el .pn_5_inst,
.hit_el .pn_6_inst,
.hit_el .pn_7_inst
{
	visibility: visible;
	opacity: 1;
}

.hit_el .abs{
	/* border: 1px solid red; */
}

.fruits_1 {
	left: -20px;
	transform-origin: 0 90px;
}

.fruits_2 {
	left: 20px;
	transform-origin: 300px 90px;
}

.minus {
    left: 40px;
    bottom: 90px;
    max-width: 30px;
	z-index: 9999999;
}

.point_5 {
    left: 30px;
    bottom: 80px;
    max-width: 60px;
	z-index: 9999999;
}

.refresh {
	max-width: 40px;
	left: -100px;
	bottom: 55px;
}
.refresh_2 {
    max-width: 150px;
    left: 85px;
    top: 228px;
}
.cta {
	max-width: 40px;
	right: -100px;
	bottom: 55px;
}