html, body {
	width: 100%;
	height:100%;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	color: #ffffff;
	font-family: 'Poppins', sans-serif!important;
	min-width: 430px !important;
}
body {
	background: linear-gradient(0deg, #7F335A 24.73%, #4F2959 99.15%);
	min-width: 430px;
	min-height: 400px;
}
.b-section {
	min-width: 430px;
	padding: 0;
}
#wrapper {
	overflow: hidden;
}
.b-halloween-top {
	position: absolute;
	width: 100%;
	display: block;
	top: 0;
	left: 0;
	text-align: center;
}
.b-halloween-top__stars {
	position: absolute;
	display: block;
	width: 100%;
	top: 0;
	left: 0;
	background: url("../i/stars.svg") 0 50% no-repeat;
	height: 542px;
}
.b-halloween-top__logo {
	width: 352px;
	height: 134px;
	background: url("../i/halloween.svg") 50% 50% no-repeat;
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -176px;
}
.b-halloween-top__text, .b-halloween-top__result1, .b-halloween-top__result2 {
	padding-top: 190px;
	position: relative;
	display: inline-block;
	width: 768px;
	max-width: 90%;
	text-align: center;
	font-size: 18px;
	line-height: 179%;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	margin: 0 auto;
}
.b-halloween-top__result1, .b-halloween-top__result2 {
	display: none;
	z-index: 20;
}
.b-halloween-top__text p {
	margin-top: 14px;
}
.b-halloween-top__text span {
	color: #ffd600;
}
.b-halloween-top__result1 span, .b-halloween-top__result2 span {
	font-weight: bold;
	color: #ffd600;
}
.b-halloween-top__btn {
	display: block;
	position: relative;
	margin: 30px auto 0;
	background: linear-gradient(180deg, #FFC700 0%, #FF9408 100%);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	height: 54px;
	line-height: 54px;
	width: 400px;
	box-sizing: border-box;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	text-shadow: none;
}
.b-halloween-top__btn:hover {
	background: linear-gradient(180deg, #FFC700 0%, #fa7500 100%);
}
.b-halloween-top__bat1 {
	position: absolute;
	display: block;
	top: 300px;
	left: 50%;
	margin-left: -560px;
}
.b-halloween-top__bat1 .bat-body {
	width: 52px;
	height: 89px;
	background: url(../i/bat1_body.svg) 50% 50% no-repeat;
	position: absolute;
	display: block;
	background-size: 100%;
}
.b-halloween-top__bat1 .l-wing {
	width: 132px;
	height: 90px;
	background: url(../i/bat1_l-wing.svg) 50% 50% no-repeat;
	position: absolute;
	display: block;
	background-size: 100%;
	left: -112px;
	top: -24px;
	animation: l-wing1-fly 0.75s ease-in infinite;
}
@keyframes l-wing1-fly {
	0% { transform: rotate(0deg);
	}
	30% { transform: rotate(-25deg);
		top: 0;
	}
	100% {  transform: rotate(0deg)
	}
}

.b-halloween-top__bat1 .r-wing {
	width: 58px;
	height: 145px;
	background: url(../i/bat1_r-wing.svg) 50% 50% no-repeat;
	position: absolute;
	display: block;
	background-size: 100%;
	top: -96px;
	left: 32px;
	animation: r-wing1-fly 0.75s ease-in infinite;
}
@keyframes r-wing1-fly {
	0% { transform: rotate(0deg);
		top: -96px;
		left: 32px;
	}
	30% { transform: rotate(25deg);
		top: -80px;
		left: 50px;
	}
	100% {  transform: rotate(0deg);
		top: -96px;
		left: 32px;
	}
}
.b-halloween-top__bat2 {
	position: absolute;
	display: block;
	top: 170px;
	right: 50%;
	margin-right: -480px;
}
.b-halloween-top__bat2 .bat-body {
	width: 21px;
	height: 43px;
	background: url(../i/bat2_body.svg) 50% 50% no-repeat;
	position: absolute;
	display: block;
	background-size: 100%;
}
.b-halloween-top__bat2 .l-wing {
	width: 37px;
	height: 63px;
	background: url(../i/bat2_l-wing.svg) 50% 50% no-repeat;
	position: absolute;
	display: block;
	background-size: 100%;
	left: -32px;
	top: -39px;
	animation: l-wing2-fly 0.75s ease-in infinite;
	animation-delay: 0.35s;
}
@keyframes l-wing2-fly {
	0% { transform: rotate(0deg);
		left: -32px;
		top: -39px;
	}
	30% { transform: rotate(-25deg);
		top: -30px;
		left: -39px;
	}
	100% {  transform: rotate(0deg);
		left: -32px;
		top: -39px;
	}
}
.b-halloween-top__bat2 .r-wing {
	width: 54px;
	height: 49px;
	background: url(../i/bat2_r-wing.svg) 50% 50% no-repeat;
	position: absolute;
	display: block;
	background-size: 100%;
	top: -20px;
	left: 15px;
	animation: r-wing2-fly 0.75s ease-in infinite;
	animation-delay: 0.35s;
}
@keyframes r-wing2-fly {
	0% { transform: rotate(0deg);
	}
	30% { transform: rotate(25deg);
		top: -10px;
		left: 17px;
	}
	100% {  transform: rotate(0deg);
	}
}

.b-halloween-bottom {
	position: absolute;
	width: 100%;
	display: block;
	bottom: 0;
	left: 0;
}
.b-halloween-bottom__bg {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 835px;
	background: url("../i/bottom.svg") 50% 100% no-repeat;
}
.b-halloween-bottom__ghost_1 {
	width: 280px;
	height: 246px;
	position: absolute;
	bottom: 75px;
	left: 50%;
	margin-left: -716px;
	background: url("../i/ghost1.svg");
}
.b-halloween-bottom__ghost_2 {
	width: 400px;
	height: 400px;
	position: absolute;
	bottom: 98px;
	left: 50%;
	margin-left: 380px;
	background: url("../i/ghost2.svg");
}
.b-halloween-bottom__pumpkin1 {
	position: absolute;
	width: 341px;
	height: 282px;
	background: url("../i/pumpkin1.png");
	bottom: 20px;
	left: 50%;
	margin-left: -380px;
}
.b-halloween-bottom__pumpkin1_active {
	position: absolute;
	width: 341px;
	height: 282px;
	background: url("../i/pumpkin1_h.png");
	opacity: 0;
}
.b-halloween-bottom__pumpkin2 {
	position: absolute;
	width: 341px;
	height: 294px;
	background: url("../i/pumpkin2.png");
	bottom: 64px;
	left: 50%;
	margin-left: -170px;
}
.b-halloween-bottom__pumpkin2_active {
	position: absolute;
	width: 341px;
	height: 294px;
	background: url("../i/pumpkin2_h.png");
	opacity: 0;
}
.b-halloween-bottom__pumpkin3 {
	position: absolute;
	width: 341px;
	height: 282px;
	background: url("../i/pumpkin3.png");
	bottom: 9px;
	left: 50%;
	margin-left: 44px;
}
.b-halloween-bottom__pumpkin3_active {
	position: absolute;
	width: 341px;
	height: 282px;
	background: url("../i/pumpkin3_h.png");
	opacity: 0;
}
.b-halloween-bottom__pumpkin path:hover {
	cursor: pointer;
}
.b-halloween-bottom__pumpkin_maps {
	position: absolute;
	bottom: 24px;
	left: 50%;
	opacity: 0;
	height: 335px;
	z-index: 10;
}
.b-halloween-bottom__pumpkin_maps svg {
	position: absolute;
	width: 706px;
	height: 335px;
	top: 0;
	left: -350px;
}
.b-halloween-bottom__pumpkin_maps path {
	cursor: pointer;
}
/*.b-halloween-bottom__pumpkin_maps path:hover {
	fill: transparent;
}*/