html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #222;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
.intro {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
}
.intro {
  display: none;
  opacity: 0;
}
.intro-cont.run .intro-lensflare {
  animation: intro-lensflare 1.5s ease-out forwards;
}
.intro-cont.run .intro-text-turn-slot {
  animation: intro-text-anim 1.5s 0.25s ease-out forwards;
}
.intro-cont.run .intro-text-get-bonus {
  animation: intro-text-anim 1.5s 0.5s ease-out forwards;
}
.intro-lensflare {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.1);
  opacity: 0;
}
@media (orientation: portrait) {
  .intro-lensflare {
    top: 34%;
  }
}
.intro-cont {
  width: 1260px;
  height: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (orientation: portrait) {
  .intro-cont {
    width: 1020px;
    height: 440px;
  }
}
.intro-text-turn-slot {
  width: 992px;
  height: 130px;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%) scale(0.1);
  opacity: 0;
}
.intro-text-get-bonus {
  width: 1230px;
  height: 130px;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%) scale(0.1);
  opacity: 0;
}
@media (orientation: portrait) {
  .intro-text-get-bonus {
    width: 680px;
    height: 270px;
  }
}
.intro-text-get {
  position: absolute;
  top: 0;
  left: 0;
}
@media (orientation: portrait) {
  .intro-text-get {
    left: 50%;
    transform: translateX(-50%);
  }
}
.intro-text-bonus {
  position: absolute;
  top: 0;
  right: 0;
}
@media (orientation: portrait) {
  .intro-text-bonus {
    top: auto;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
  }
}
.intro-text-turn {
  position: absolute;
  top: 0;
  left: 0;
}
.intro-text-slot {
  position: absolute;
  top: 0;
  right: 0;
}
@-moz-keyframes intro-text-anim {
  20% {
    opacity: 1;
    transform: translateX(-50%) scale(0.85);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) scale(1);
  }
}
@-webkit-keyframes intro-text-anim {
  20% {
    opacity: 1;
    transform: translateX(-50%) scale(0.85);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) scale(1);
  }
}
@-o-keyframes intro-text-anim {
  20% {
    opacity: 1;
    transform: translateX(-50%) scale(0.85);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) scale(1);
  }
}
@keyframes intro-text-anim {
  20% {
    opacity: 1;
    transform: translateX(-50%) scale(0.85);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) scale(1);
  }
}
@-moz-keyframes intro-lensflare {
  20% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.85);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
@-webkit-keyframes intro-lensflare {
  20% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.85);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
@-o-keyframes intro-lensflare {
  20% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.85);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes intro-lensflare {
  20% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.85);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
.slot-mask {
  position: absolute;
  width: 790px;
  height: 519px;
  top: 305px;
  left: 390px;
  overflow: hidden;
  transition: opacity 0.5s ease;
}
.slot-column {
  position: absolute;
  top: -519px;
  transition: transform 0.5s ease;
}
.slot-column-pos {
  transform: translateY(-25px);
}
.slot-column-1.jump {
  animation: column-jump 3s ease-in-out infinite;
}
.slot-column-2.jump {
  animation: column-jump 3s ease-in-out infinite;
}
.slot-column-3.jump {
  animation: column-jump 3s ease-in-out infinite;
}
.slot-column-4.jump {
  animation: column-jump 3s ease-in-out infinite;
}
.slot-column-5.jump {
  animation: column-jump 3s ease-in-out infinite;
}
.slot-lights {
  position: absolute;
  width: 790px;
  height: 519px;
  top: 250px;
  left: 390px;
}
.column-rgb {
  position: absolute;
  top: 30px;
  left: 0;
  transform-origin: 50% 0;
  transform: scaleY(0.1);
  opacity: 0;
  transition: transform ease-in-out 0.5s, opacity ease 0.3s;
}
.column-rgb.anim {
  transform: scaleY(1);
  opacity: 1;
}
.scene-lights {
  position: absolute;
  top: 0;
  left: 0;
}
.scene-lights-rgb {
  position: absolute;
  top: -12px;
  left: -45px;
  opacity: 0;
  transition: opacity 0.35s ease;
}
.scene-lights-rgb.anim {
  opacity: 1;
}
.col-rgb {
  position: absolute;
  top: 0;
}
.column-glow {
  width: 300px;
  height: 750px;
  position: absolute;
  top: -63px;
  left: -80px;
  transform: scaleX(0.8) scaleY(1.2);
}
.column-glow.anim {
  background: url("../images/col-glow.png") no-repeat;
  animation: column-glow 1s steps(25) infinite;
}
.slot-combo {
  position: absolute;
  top: 305px;
  left: 547px;
  width: 474px;
  height: 519px;
  opacity: 0;
}
.slot-combo.combo-show {
  transition: opacity 0.35s ease;
  opacity: 1;
}
.slot-combo.combo-show .el-glow {
  animation: el-glow-anim 1s steps(19) infinite;
}
.slot-combo.combo-show .hat-anim {
  animation: hat-anim 1.3s steps(29) infinite;
}
.hat-anim {
  width: 138px;
  height: 138px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/el-hat.png");
}
.el-glow {
  width: 170px;
  height: 170px;
  position: absolute;
  top: -16px;
  left: -16px;
  background: url("../images/el-glow.png");
}
.combo-1-1 {
  top: 17.5px;
  left: 10px;
}
.combo-1-2 {
  top: 17.5px;
  left: 168px;
}
.combo-1-3 {
  top: 17.5px;
  left: 326px;
}
.combo-2-1 {
  top: 190.5px;
  left: 10px;
}
.combo-2-2 {
  top: 190.5px;
  left: 168px;
}
.combo-2-3 {
  top: 190.5px;
  left: 326px;
}
.combo-3-1 {
  top: 363.5px;
  left: 10px;
}
.combo-3-2 {
  top: 363.5px;
  left: 168px;
}
.combo-3-3 {
  top: 363.5px;
  left: 326px;
}
.slot-column-1,
.combo-1,
.col-rgb-1 {
  left: 10px;
}
.slot-column-2,
.combo-2,
.col-rgb-2 {
  left: 168px;
}
.slot-column-3,
.combo-3,
.col-rgb-3 {
  left: 326px;
}
.slot-column-4,
.combo-4,
.col-rgb-4 {
  left: 484px;
}
.slot-column-5,
.combo-5,
.col-rgb-5 {
  left: 642px;
}
.slot-element-1 {
  position: absolute;
  top: 17.5px;
  left: 0;
}
.slot-element-2 {
  position: absolute;
  top: 190.5px;
  left: 0;
}
.slot-element-3 {
  position: absolute;
  top: 363.5px;
  left: 0;
}
.slot-element-4 {
  position: absolute;
  top: 536.5px;
  left: 0;
}
.slot-element-5 {
  position: absolute;
  top: 709.5px;
  left: 0;
}
.slot-element-6 {
  position: absolute;
  top: 882.5px;
  left: 0;
}
.slot-column-moving {
  display: block;
  animation: column-moving 0.15s linear infinite;
}
.slot-column-end {
  animation: column-back 0.2s ease-in-out forwards;
}
@-moz-keyframes column-jump {
  0%,
  80%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  90% {
    transform: translate3d(0, 20px, 0);
  }
}
@-webkit-keyframes column-jump {
  0%,
  80%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  90% {
    transform: translate3d(0, 20px, 0);
  }
}
@-o-keyframes column-jump {
  0%,
  80%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  90% {
    transform: translate3d(0, 20px, 0);
  }
}
@keyframes column-jump {
  0%,
  80%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  90% {
    transform: translate3d(0, 20px, 0);
  }
}
@-moz-keyframes column-glow {
  100% {
    background-position-x: -7500px;
  }
}
@-webkit-keyframes column-glow {
  100% {
    background-position-x: -7500px;
  }
}
@-o-keyframes column-glow {
  100% {
    background-position-x: -7500px;
  }
}
@keyframes column-glow {
  100% {
    background-position-x: -7500px;
  }
}
@-moz-keyframes hat-anim {
  100% {
    background-position-x: -4002px;
  }
}
@-webkit-keyframes hat-anim {
  100% {
    background-position-x: -4002px;
  }
}
@-o-keyframes hat-anim {
  100% {
    background-position-x: -4002px;
  }
}
@keyframes hat-anim {
  100% {
    background-position-x: -4002px;
  }
}
@-moz-keyframes el-glow-anim {
  100% {
    background-position-x: -3230px;
  }
}
@-webkit-keyframes el-glow-anim {
  100% {
    background-position-x: -3230px;
  }
}
@-o-keyframes el-glow-anim {
  100% {
    background-position-x: -3230px;
  }
}
@keyframes el-glow-anim {
  100% {
    background-position-x: -3230px;
  }
}
@-moz-keyframes combo-anim {
  0%,
  100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes combo-anim {
  0%,
  100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}
@-o-keyframes combo-anim {
  0%,
  100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}
@keyframes combo-anim {
  0%,
  100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}
@-moz-keyframes column-up {
  100% {
    transform: translateY(-100px);
  }
}
@-webkit-keyframes column-up {
  100% {
    transform: translateY(-100px);
  }
}
@-o-keyframes column-up {
  100% {
    transform: translateY(-100px);
  }
}
@keyframes column-up {
  100% {
    transform: translateY(-100px);
  }
}
@-moz-keyframes column-moving {
  100% {
    transform: translateY(414px);
  }
}
@-webkit-keyframes column-moving {
  100% {
    transform: translateY(414px);
  }
}
@-o-keyframes column-moving {
  100% {
    transform: translateY(414px);
  }
}
@keyframes column-moving {
  100% {
    transform: translateY(414px);
  }
}
@-moz-keyframes column-back {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes column-back {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0);
  }
}
@-o-keyframes column-back {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes column-back {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0);
  }
}
.popup {
  display: none;
  opacity: 0;
}
.popup {
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.popup-1,
.popup-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup-window {
  width: 630px;
  height: 690px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popup-text-try-again {
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popup-text-bonus {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translate(-50%, 0%);
}
.pot-cont {
  width: 400px;
  height: 400px;
  position: absolute;
  top: 216px;
  left: 50%;
  transform: translate(-50%, 0%);
}
.pot {
  background: url("../images/pot.png");
  width: 400px;
  height: 400px;
  position: absolute;
  top: 0;
  left: 0;
  animation: pot 0.75s steps(3) infinite;
}
.pot-shine {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pot-light {
  position: absolute;
  top: -390px;
  left: 50%;
  transform: translate(-50%, 0%);
  transform-origin: 50% 100%;
  animation: pot-light 3s ease-in-out infinite;
}
.popup-btn#turn-btn {
  display: block;
  position: absolute;
  top: 460px;
  left: 50%;
  transform-origin: 50% 0;
  transform: translateX(-50%);
}
.popup-btn#get-btn {
  display: block;
  position: absolute;
  top: 570px;
  left: 50%;
  transform-origin: 50% 0;
  transform: translateX(-50%);
}
.popup-1 {
  display: block;
}
.popup-2 {
  display: none;
}
@-moz-keyframes pot {
  50% {
    background-position-x: -1200px;
  }
  0%,
  100% {
    background-position-x: 0;
  }
}
@-webkit-keyframes pot {
  50% {
    background-position-x: -1200px;
  }
  0%,
  100% {
    background-position-x: 0;
  }
}
@-o-keyframes pot {
  50% {
    background-position-x: -1200px;
  }
  0%,
  100% {
    background-position-x: 0;
  }
}
@keyframes pot {
  50% {
    background-position-x: -1200px;
  }
  0%,
  100% {
    background-position-x: 0;
  }
}
@-moz-keyframes pot-light {
  50% {
    transform: translate(-50%, 0%) rotate(-5deg);
  }
  0%,
  100% {
    transform: translate(-50%, 0%) rotate(5deg);
  }
}
@-webkit-keyframes pot-light {
  50% {
    transform: translate(-50%, 0%) rotate(-5deg);
  }
  0%,
  100% {
    transform: translate(-50%, 0%) rotate(5deg);
  }
}
@-o-keyframes pot-light {
  50% {
    transform: translate(-50%, 0%) rotate(-5deg);
  }
  0%,
  100% {
    transform: translate(-50%, 0%) rotate(5deg);
  }
}
@keyframes pot-light {
  50% {
    transform: translate(-50%, 0%) rotate(-5deg);
  }
  0%,
  100% {
    transform: translate(-50%, 0%) rotate(5deg);
  }
}
.el-clm {
  background: url("../images/elements.png") no-repeat -10px -10px;
  width: 138px;
  height: 138px;
}
.el-dmn {
  background: url("../images/elements.png") no-repeat -10px -168px;
  width: 138px;
  height: 138px;
}
.el-hat {
  background: url("../images/elements.png") no-repeat -10px -326px;
  width: 138px;
  height: 138px;
}
.el-hrt {
  background: url("../images/elements.png") no-repeat -10px -484px;
  width: 138px;
  height: 138px;
}
.el-spd {
  background: url("../images/elements.png") no-repeat -10px -642px;
  width: 138px;
  height: 138px;
}
.intro-lensflare {
  background: url("../images/intro.png") no-repeat -10px -10px;
  width: 2100px;
  height: 662px;
}
.intro-text-get {
  background: url("../images/intro.png") no-repeat -10px -692px;
  width: 641px;
  height: 150px;
}
.intro-text-bonus {
  background: url("../images/intro.png") no-repeat -671px -692px;
  width: 593px;
  height: 150px;
}
.intro-text-turn {
  background: url("../images/intro.png") no-repeat -1284px -692px;
  width: 521px;
  height: 150px;
}
.intro-text-slot {
  background: url("../images/intro.png") no-repeat -10px -862px;
  width: 478px;
  height: 150px;
}
.snd-off {
  background: url("../images/main.png") no-repeat -10px -10px;
  width: 30px;
  height: 36px;
}
.snd-on {
  background: url("../images/main.png") no-repeat -60px -10px;
  width: 30px;
  height: 36px;
}
.coin-2 {
  background: url("../images/main.png") no-repeat -110px -10px;
  width: 111px;
  height: 122px;
}
.coin-4 {
  background: url("../images/main.png") no-repeat -241px -10px;
  width: 115px;
  height: 125px;
}
.coin-1 {
  background: url("../images/main.png") no-repeat -376px -10px;
  width: 106px;
  height: 147px;
}
.coin-5 {
  background: url("../images/main.png") no-repeat -502px -10px;
  width: 156px;
  height: 161px;
}
.coin-3 {
  background: url("../images/main.png") no-repeat -678px -10px;
  width: 134px;
  height: 176px;
}
.coin-6 {
  background: url("../images/main.png") no-repeat -832px -10px;
  width: 219px;
  height: 219px;
}
.bush {
  background: url("../images/main.png") no-repeat -1071px -10px;
  width: 914px;
  height: 350px;
}
.clouds {
  background: url("../images/main.png") no-repeat -10px -380px;
  width: 2256px;
  height: 377px;
}
.shadow {
  background: url("../images/pers.png") no-repeat -10px -10px;
  width: 540px;
  height: 198px;
}
.hat-cover {
  background: url("../images/pers.png") no-repeat -10px -228px;
  width: 270px;
  height: 254px;
}
.hat-fields {
  background: url("../images/pers.png") no-repeat -10px -502px;
  width: 270px;
  height: 254px;
}
.hat-back {
  background: url("../images/pers.png") no-repeat -570px -10px;
  width: 270px;
  height: 254px;
}
.guitar {
  background: url("../images/pers.png") no-repeat -300px -228px;
  width: 160px;
  height: 352px;
}
.body {
  background: url("../images/pers.png") no-repeat -480px -284px;
  width: 266px;
  height: 190px;
}
.cape {
  background: url("../images/pers.png") no-repeat -480px -494px;
  width: 266px;
  height: 190px;
}
.mouth-smile-big {
  background: url("../images/pers.png") no-repeat -300px -704px;
  width: 248px;
  height: 152px;
}
.head {
  background: url("../images/pers.png") no-repeat -10px -776px;
  width: 248px;
  height: 152px;
}
.mouth-smile {
  background: url("../images/pers.png") no-repeat -568px -704px;
  width: 248px;
  height: 152px;
}
.mouth-cool {
  background: url("../images/pers.png") no-repeat -766px -284px;
  width: 248px;
  height: 152px;
}
.legs {
  background: url("../images/pers.png") no-repeat -860px -10px;
  width: 194px;
  height: 135px;
}
.hand-left-2 {
  background: url("../images/pers.png") no-repeat -766px -456px;
  width: 88px;
  height: 130px;
}
.hand-arm-left {
  background: url("../images/pers.png") no-repeat -836px -606px;
  width: 88px;
  height: 130px;
}
.hand-left-1 {
  background: url("../images/pers.png") no-repeat -874px -456px;
  width: 88px;
  height: 130px;
}
.hand-right {
  background: url("../images/pers.png") no-repeat -300px -600px;
  width: 82px;
  height: 80px;
}
.pot-shine {
  background: url("../images/popup.png") no-repeat -10px -10px;
  width: 898px;
  height: 980px;
}
.pot-light {
  background: url("../images/popup.png") no-repeat -928px -10px;
  width: 958px;
  height: 553px;
}
.popup-text-bonus {
  background: url("../images/bonus.png");
  width: 661px;
  height: 216px;
  background-size: contain;
  background-repeat: no-repeat;
}
.popup-text-try-again {
  background: url("../images/popup.png") no-repeat -928px -819px;
  width: 498px;
  height: 212px;
}
.slot-bg {
  background: url("../images/slot.png") no-repeat -10px -10px;
  width: 1580px;
  height: 930px;
}
.column-rgb {
  background: url("../images/slot.png") no-repeat -1610px -10px;
  width: 138px;
  height: 688px;
}
.scene-lights-rgb {
  background: url("../images/slot.png") no-repeat -1610px -718px;
  width: 328px;
  height: 108px;
}
.scene-lights {
  background: url("../images/slot.png") no-repeat -1768px -10px;
  width: 140px;
  height: 57px;
}
.btn-text-turn {
  background: url("../images/slot.png") no-repeat -1768px -87px;
  width: 156px;
  height: 26px;
}
.btn-text-get {
  background: url("../images/slot.png") no-repeat -1768px -133px;
  width: 156px;
  height: 24px;
}
.btn-hover {
  background: url("../images/slot.png") no-repeat -1610px -846px;
  width: 292px;
  height: 98px;
}
.btn-normal {
  background: url("../images/slot.png") no-repeat -10px -960px;
  width: 292px;
  height: 98px;
}
body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #000;
  overflow: hidden;
  user-select: none;
}
.bg {
  background: url("../images/bg.png");
  width: 1920px;
  height: 1080px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 50% 50%;
}
.clouds-cont {
  width: 2256px;
  height: 377px;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
}
.clouds-anim {
  width: 4512px;
  height: 377px;
  position: absolute;
  top: 0;
  left: 0;
  animation: clouds 40s linear infinite;
}
.clouds-1 {
  position: absolute;
  top: 0;
  left: 0;
}
.clouds-2 {
  position: absolute;
  top: 0;
  left: 2256px;
}
.main-cont {
  width: 1400px;
  height: 920px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.5s ease;
}
@media (orientation: portrait) {
  .main-cont {
    width: 900px;
    height: 1500px;
  }
}
.logo {
  display: block;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}
@media (orientation: portrait) {
  .logo {
    top: 120px;
    transform: translateX(-50%) scale(1.5);
  }
}
.slot-cont {
  width: 900px;
  height: 540px;
  position: absolute;
  top: 180px;
  left: 50%;
  transform: translateX(-50%);
}
@media (orientation: portrait) {
  .slot-cont {
    top: 360px;
    transform-origin: 50% 0;
    transform: translateX(-50%) scale(0.9);
  }
}
.slot-bg {
  position: absolute;
  top: -284px;
  left: -338px;
}
.btn {
  width: 292px;
  height: 98px;
  position: absolute;
  cursor: pointer;
}
.btn-default,
.btn-hover {
  position: absolute;
  top: 0;
  left: 0;
}
.btn-hover {
  opacity: 0;
  animation: btn-anim 1.5s ease-in-out infinite;
}
.btn-hover:hover {
  opacity: 1;
  animation: none;
}
.btn-text {
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.main-btn {
  top: 690px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
@media (orientation: portrait) {
  .main-btn {
    top: 834px;
    transform: translateX(-50%) scale(1.35);
  }
}
.main-btn.disabled {
  animation: none;
  pointer-events: none;
  filter: brightness(0.75);
}
.main-btn.disabled .btn-hover {
  animation: none;
}
.preloader {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.preload {
  width: 1px;
  height: 1px;
  position: absolute;
  z-index: -10;
  opacity: 0;
  overflow: hidden;
}
.show {
  display: block;
  animation: show 0.5s ease forwards;
}
.show2 {
  display: block;
  animation: show 1s ease forwards;
}
.hide {
  animation: hide 0.5s ease forwards;
}
.ryan-cont {
  position: absolute;
  width: 604px;
  height: 640px;
  top: 380px;
  left: -70px;
}
@media (orientation: portrait) {
  .ryan-cont {
    top: 980px;
    left: 70px;
    transform-origin: 0 0;
    transform: scale(1.2);
    z-index: -5;
  }
}
.hat-front,
.hat-back {
  position: absolute;
  top: 0;
  left: 7px;
  transform-origin: 123px 206px;
}
.hat-front.anim,
.hat-back.anim {
  animation: hat 5s 0.2s ease-in-out infinite;
}
.hat-front.anim-rock,
.hat-back.anim-rock {
  animation: hat-rock 0.5s 0.2s ease-in-out infinite;
}
.hat-cover,
.hat-fields {
  position: absolute;
  top: 0;
  left: 0;
}
.head {
  position: absolute;
  top: 185px;
  left: 0;
}
.mouth-cool,
.mouth-smile,
.mouth-smile-big {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.mouth-smile.anim {
  animation: smile 9s 3s step-end infinite;
}
.mouth-smile-big.anim {
  animation: smile 9s step-end infinite;
}
.head-cont {
  position: absolute;
  top: 0;
  left: 77px;
  width: 276px;
  height: 343px;
  transform-origin: 111px 317px;
}
.head-cont.anim {
  animation: head 5s ease-in-out infinite;
}
.head-cont.anim-rock {
  animation: head-rock 0.5s ease-in-out infinite;
}
.body {
  position: absolute;
  top: 292px;
  left: 128px;
}
.hand-arm-left,
.hand-left-1,
.hand-left-2 {
  position: absolute;
  top: 195px;
  left: 326px;
  animation: arm-left 5s ease-in-out infinite;
}
.hand-arm-left.anim {
  animation: arm-left 4s ease-in-out infinite;
}
.hand-left-1.anim {
  animation: hand-left 2.4s step-end infinite, arm-left 4s ease-in-out infinite;
}
.hand-left-2.anim {
  animation: hand-left 2.4s -1.2s step-end infinite,
    arm-left 4s ease-in-out infinite;
}
.guitar {
  position: absolute;
  top: 73px;
  left: 254px;
}
.hand-right {
  position: absolute;
  top: 324px;
  left: 245px;
  transform-origin: 15px 38px;
}
.hand-right.anim {
  animation: hand-right 0.35s ease-in-out infinite;
}
.legs {
  position: absolute;
  top: 380px;
  left: 157px;
}
.cape {
  position: absolute;
  top: 300px;
  left: 139px;
}
.shadow {
  position: absolute;
  left: 30px;
  top: 417px;
}
.body-cont,
.cape-cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: 260px 390px;
}
.body-cont.anim-1,
.cape-cont.anim-1 {
  animation: hat-rock 0.5s ease-in-out infinite;
}
.body-cont.anim-2,
.cape-cont.anim-2 {
  animation: head-rock 0.5s ease-in-out infinite;
}
.snd {
  width: 52px;
  height: 52px;
  border-radius: 26px;
  background: #266732;
  display: none;
  cursor: pointer;
  position: fixed;
  top: 8px;
  left: 10px;
  transform-origin: 0 0;
}
.snd:hover {
  background: #338e46;
}
.snd-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bushes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transform-origin: 0 0;
}
.bush.left {
  position: absolute;
  bottom: -170px;
  left: -560px;
  transform: scaleX(-1);
}
.bush.right {
  position: absolute;
  bottom: -170px;
  right: -560px;
}
.coins {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.coin-1 {
  position: absolute;
  top: 150px;
  left: -70px;
}
@media (orientation: portrait) {
  .coin-1 {
    top: 280px;
    left: -70px;
  }
}
.coin-2 {
  position: absolute;
  top: 790px;
  left: 400px;
}
@media (orientation: portrait) {
  .coin-2 {
    top: 880px;
    left: 40px;
  }
}
.coin-3 {
  position: absolute;
  top: 370px;
  left: 1390px;
}
@media (orientation: portrait) {
  .coin-3 {
    top: 1190px;
    left: 680px;
  }
}
.coin-4 {
  position: absolute;
  top: 660px;
  left: 1060px;
}
@media (orientation: portrait) {
  .coin-4 {
    top: 500px;
    left: 860px;
  }
}
.coin-5 {
  position: absolute;
  top: -80px;
  left: 1090px;
}
@media (orientation: portrait) {
  .coin-5 {
    top: -100px;
    left: 660px;
  }
}
.coin-6 {
  position: absolute;
  top: 500px;
  left: -350px;
}
@media (orientation: portrait) {
  .coin-6 {
    display: none;
  }
}
.coin-1 {
  animation: el-anim 6.13s -2.82s ease-in-out infinite;
}
.coin-2 {
  animation: el-anim 6.61s -0.28s ease-in-out infinite;
}
.coin-3 {
  animation: el-anim 6.31s -1s ease-in-out infinite;
}
.coin-4 {
  animation: el-anim 6.73s -0.88s ease-in-out infinite;
}
.coin-5 {
  animation: el-anim 6.97s -1.93s ease-in-out infinite;
}
.coin-6 {
  animation: el-anim 5.21s -0.89s ease-in-out infinite;
}
@-moz-keyframes clouds {
  100% {
    transform: translate3d(-2256px, 0, 0);
  }
}
@-webkit-keyframes clouds {
  100% {
    transform: translate3d(-2256px, 0, 0);
  }
}
@-o-keyframes clouds {
  100% {
    transform: translate3d(-2256px, 0, 0);
  }
}
@keyframes clouds {
  100% {
    transform: translate3d(-2256px, 0, 0);
  }
}
@-moz-keyframes btn-anim {
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes btn-anim {
  50% {
    opacity: 1;
  }
}
@-o-keyframes btn-anim {
  50% {
    opacity: 1;
  }
}
@keyframes btn-anim {
  50% {
    opacity: 1;
  }
}
@-moz-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes smile {
  33% {
    opacity: 0;
  }
  66% {
    opacity: 1;
  }
}
@-webkit-keyframes smile {
  33% {
    opacity: 0;
  }
  66% {
    opacity: 1;
  }
}
@-o-keyframes smile {
  33% {
    opacity: 0;
  }
  66% {
    opacity: 1;
  }
}
@keyframes smile {
  33% {
    opacity: 0;
  }
  66% {
    opacity: 1;
  }
}
@-moz-keyframes head {
  0%,
  20%,
  60%,
  100% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  70%,
  90% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
}
@-webkit-keyframes head {
  0%,
  20%,
  60%,
  100% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  70%,
  90% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
}
@-o-keyframes head {
  0%,
  20%,
  60%,
  100% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  70%,
  90% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
}
@keyframes head {
  0%,
  20%,
  60%,
  100% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  70%,
  90% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
}
@-moz-keyframes hat {
  0%,
  20%,
  60%,
  100% {
    transform: rotate3d(0, 0, 1, -2deg);
  }
  70%,
  90% {
    transform: rotate3d(0, 0, 1, 2deg);
  }
}
@-webkit-keyframes hat {
  0%,
  20%,
  60%,
  100% {
    transform: rotate3d(0, 0, 1, -2deg);
  }
  70%,
  90% {
    transform: rotate3d(0, 0, 1, 2deg);
  }
}
@-o-keyframes hat {
  0%,
  20%,
  60%,
  100% {
    transform: rotate3d(0, 0, 1, -2deg);
  }
  70%,
  90% {
    transform: rotate3d(0, 0, 1, 2deg);
  }
}
@keyframes hat {
  0%,
  20%,
  60%,
  100% {
    transform: rotate3d(0, 0, 1, -2deg);
  }
  70%,
  90% {
    transform: rotate3d(0, 0, 1, 2deg);
  }
}
@-moz-keyframes head-rock {
  0%,
  80%,
  100% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
}
@-webkit-keyframes head-rock {
  0%,
  80%,
  100% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
}
@-o-keyframes head-rock {
  0%,
  80%,
  100% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
}
@keyframes head-rock {
  0%,
  80%,
  100% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
}
@-moz-keyframes hat-rock {
  0%,
  80%,
  100% {
    transform: rotate3d(0, 0, 1, -2deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, 2deg);
  }
}
@-webkit-keyframes hat-rock {
  0%,
  80%,
  100% {
    transform: rotate3d(0, 0, 1, -2deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, 2deg);
  }
}
@-o-keyframes hat-rock {
  0%,
  80%,
  100% {
    transform: rotate3d(0, 0, 1, -2deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, 2deg);
  }
}
@keyframes hat-rock {
  0%,
  80%,
  100% {
    transform: rotate3d(0, 0, 1, -2deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, 2deg);
  }
}
@-moz-keyframes hand-left {
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes hand-left {
  50% {
    opacity: 0;
  }
}
@-o-keyframes hand-left {
  50% {
    opacity: 0;
  }
}
@keyframes hand-left {
  50% {
    opacity: 0;
  }
}
@-moz-keyframes arm-left {
  0%,
  33% {
    transform: translate3d(0, 0, 0);
  }
  38%,
  65% {
    transform: translate3d(6px, -12px, 0);
  }
  70%,
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes arm-left {
  0%,
  33% {
    transform: translate3d(0, 0, 0);
  }
  38%,
  65% {
    transform: translate3d(6px, -12px, 0);
  }
  70%,
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes arm-left {
  0%,
  33% {
    transform: translate3d(0, 0, 0);
  }
  38%,
  65% {
    transform: translate3d(6px, -12px, 0);
  }
  70%,
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes arm-left {
  0%,
  33% {
    transform: translate3d(0, 0, 0);
  }
  38%,
  65% {
    transform: translate3d(6px, -12px, 0);
  }
  70%,
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes hand-right {
  0%,
  100% {
    transform: rotate3d(0, 0, 1, -8deg);
  }
  50% {
    transform: rotate3d(0, 0, 1, 8deg);
  }
}
@-webkit-keyframes hand-right {
  0%,
  100% {
    transform: rotate3d(0, 0, 1, -8deg);
  }
  50% {
    transform: rotate3d(0, 0, 1, 8deg);
  }
}
@-o-keyframes hand-right {
  0%,
  100% {
    transform: rotate3d(0, 0, 1, -8deg);
  }
  50% {
    transform: rotate3d(0, 0, 1, 8deg);
  }
}
@keyframes hand-right {
  0%,
  100% {
    transform: rotate3d(0, 0, 1, -8deg);
  }
  50% {
    transform: rotate3d(0, 0, 1, 8deg);
  }
}
@-moz-keyframes el-anim {
  50% {
    transform: translate3d(0, 30px, 0);
  }
}
@-webkit-keyframes el-anim {
  50% {
    transform: translate3d(0, 30px, 0);
  }
}
@-o-keyframes el-anim {
  50% {
    transform: translate3d(0, 30px, 0);
  }
}
@keyframes el-anim {
  50% {
    transform: translate3d(0, 30px, 0);
  }
}
