@import url(https://fonts.googleapis.com/css?family=Fira+Sans:300,400,600,700,900&display=swap&subset=latin-ext);
/* //@charset "UTF-8"; */

*{
  box-sizing: border-box;
  outline: none;
}
.snow-animation{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 3;
	overflow: hidden;
  pointer-events: none;

}
.snowflake{
	position: absolute;
	left:0;
	top:0;
  color:#face02;
  pointer-events: none;
}
.snowflake:nth-child(4n+4){
  filter: blur(2px);
}
body{
  font-family: 'Fira Sans';
}
.container{
  margin:0 auto;
  max-width: 320px;
  padding: 33px;
  color: #858585;
  text-align: center;
  position: relative;
  z-index:
}
h1,h2{
  margin:0;
}
h1 {
  margin: 0 0 15px 0;
  font-family: 'Fira Sans';
  font-size: 26px;
  line-height: 36px;
  font-weight: 900;
  letter-spacing: 0.54px;
  text-align: center;
  color: #80c242;
}

h2 {
  font-size: 18px;
	line-height: 22px;
	font-weight: 900;
	color: #858585;
	text-align: center;
	margin-bottom: 25px;
  margin-top: 5px;
}
h3{
  font-size: 13px;
  font-weight: 800;
  line-height: 1.23;
  text-align: center;
  color: #858585;
  margin-bottom: 25px;
}
p{
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.25px;
  margin-bottom: 20px;
}
a{
  cursor: pointer;
  color:black;
  text-decoration: none;
}
strong{
  font-weight: bold;
}
.color-green{
    color: #80c242;
}
.page{
  top:0;
  left:0;
  position: absolute;
  width: 100%;
  z-index: 0;
  opacity: 0;
}
.page.active{
  z-index: 2;
  opacity: 1;
  transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
}
.play{
  width: 107px;
  height: 76px;
  display: block;
  margin: 0 auto;
  background: url(../images/play.png) no-repeat 50% 0%;
  background-size: 100% auto;
  font-size: 14px;
  font-weight: 900;
  padding-top: 12px;
  text-transform: uppercase;
  line-height: 1.14;
  letter-spacing: 0.29px;
  text-align: center;
  color: #80c242;
  cursor: pointer;
}
.play:active{
  padding-top: 25px;
  background-position: 50% 100%;
}
.one-line{
  padding-top: 18px;
}
.one-line:active{
  padding-top: 30px;
}
h2.color-green{
  margin:0 auto 30px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.22;
  text-align: center;
  color: #80c242;
  max-width: 320px;
}
.result{
  text-align: center;
  margin:0 auto 30px;
}
.result img{
  display: inline-block;
  margin: 0 10px;
  vertical-align: top;
  max-width: 21%;
}
.again{
  font-size: 12px;
  font-weight: 800;
  line-height: 1.17;
  text-align: center;
  color: #80c242;
  display: block;
  margin-top: 15px;
}
.page-title{
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 9.33px;
  text-align: center;
  text-transform: uppercase;
  color: #9f9e9e;
  margin-bottom: 30px;
}
.thanks-title{
  font-size: 26px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 32px;
  letter-spacing: normal;
  text-align: center;
  color: #80c242;
  margin-bottom: 90px;
}
.slot-text{
  position: absolute;
  top: 170px;
  left: 57px;
  width: 135px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.23;
  text-align: center;
  color: #858585;
}
.slot-pull{
  position: absolute;
  top: 170px;
  right: 0;
  width: 37px;
  height: 116px;
  cursor: pointer;
  z-index: 2;
}
.slot-pull:active ~ .slot-machine-bg{
  background-position: 100% 0;
}
.slot-machine{
  position: relative;
  width: 100%;
  height: 500px;
}
.slot-machine-bg{
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 500px;
  background: url(../images/slot-machine.png) no-repeat 0% 0%;
  background-size: 200% auto;
  z-index: 1;
}
.slot-bottom{
  display: none;
  position: absolute;
  bottom:0;
  left:0;
  z-index: 2;
  width: 100%;
}
.slot-slots{
  position: absolute;
  top: 280px;
  left: 44px;
  z-index: 2;
}
.slot-slots > div{
  display: inline-block;
  height: 70px;
  width: 47px;
  margin-right: 8px;
}
.slot-slots .slotMachineContainer > div{
  display: flex;
  display: -webkit-flex;
  height: 70px;
  width: 47px;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  -webkit-align-content: center;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.slot-slots img{
  max-width: 95%;
}
@media (min-width:768px) {
  .container{
    max-width: 620px;
  }
  .slot-machine-bg,
  .slot-machine{
    height: 650px;
    width: 350px;
    margin:0 auto;
  }
  .slot-machine-bg{
    background-size: 700px auto;
  }
  .slot-text{
    top: 230px;
    left: 78px;
    width: 190px;
    height: 106px;
    font-size: 15px;
  }
  .slot-slots{
    top: 387px;
    left: 63px;
  }
  .slot-slots > div{
    display: inline-block;
    height: 95px;
    width: 58px;
    margin-right: 19px;
  }
  .slot-slots .slotMachineContainer > div {
    height: 95px;
    width: 58px;
  }
  .slot-pull{
    top: 235px;
    width: 40px;
    height: 158px;
  }
  .result img{
    margin: 0 30px;
    max-height: 125px;
  }
}
