@charset "utf-8";

@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Regular.ttf);
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Bold.ttf);
  font-weight: 700;
  font-display: swap;
}



body {
	position: relative;
	background: rgba(0,0,0,1.00);
  font-family: Roboto;
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
	color: rgba(255,255,255,1.00);
	text-align: center;
  word-break: break-word;
  background: url('../images/bg-main.png') no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  padding: 0px;
}

img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}



/* Titles Type */

h1, h2, .title {
	display: block;
	position: relative;
  width: 100%;
	font-family: Roboto;
	text-align: center;
  color: rgba(255,255,255,1.00);
}

h1, .title.general {
	font-size: 18px;
	line-height: 25px;
  font-weight: 400;
}

h2, .title.high {
  font-size: 6vh;
	line-height: 6vh;
  font-weight: 700;
}

h2 > span, .title.high > span {
  font-size: 8vh;
	line-height: 8vh;
  color: rgba(255,212,102,1.00);
}

.text {
  position: relative;
	font-family: Roboto;
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
	color: rgba(255,255,255,1.00);
	text-align: left;
}



/* Button */

.button {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
  font-family: Roboto;
	font-weight: 700;
	font-size: 30px;
	line-height: 70px;
	text-align: center;
  text-transform: uppercase;
	color: rgba(255,255,255,1.00);
	white-space: nowrap;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border-bottom: 10px solid rgba(222,20,68,1.00);
  background-color: rgba(253,45,94,1.00);
  text-shadow: 0px 1px rgba(0,0,0,0.40);
  padding: 0px;
  margin: 0px auto;
}

.button:hover {
  opacity: 0.7;
}



/* Header */

.header {
	display: block;
  position: absolute;
	width: 100%;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
}

.header__logo {
  display: block;
  position: relative;
  height: 9vh;
  padding: 20px 0px 0px 0px;
  margin: 0px;
}

.header__logo > img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  margin: 0px auto;
}

.header__logo:hover > img {
  opacity: 0.50;
}



/* Main */

.main, .start, .calc, .bonus {
  display: block;
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
  padding-top: 9vh;
}

.main__image {
  position: relative;
  height: 35vh;
  z-index: -2;
}

.main-image__left {
  position: absolute;
  top: 0;
  left: -15px;
  width: 65%;
  max-height: none;
}

.main-image__right {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 55%;
  max-height: none;
}

.main-image__center {
  position: relative;
  width: auto;
  height: 100%;
  padding: 25px 0px;
}

.image__wolf-head {
  padding: 0px 60px;
  z-index: 1;
}

.image__wing-left,
.image__wing-right {
  position: absolute;
  top: -20px;
  max-height: 75%;
}

.image__wing-left {
  right: 50%;
}

.image__wing-right {
  left: 50%;
}

.main__fg {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url('../images/main-fg.png') no-repeat bottom center;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
  z-index: -1;
}

.main__logo {
  height: 30vh;
}

.main__shaker {
  height: 18vh;
}

.main__title {
  padding: 10px;
}



/* Main */

.start {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 150px;
  min-height: 0px;
  background-color: rgba(0,0,0,0.75);
}

.start__text {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 25px;
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
  text-align: center;
  margin: auto;
}



/* Calc */

.calc {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(253,45,94,1.00);
  opacity: 0;
}

.calc__logo {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 70%;
  height: auto;
  margin: auto;
}



/* Bonus */

.bonus__fg {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url('../images/bonus-fg.png') no-repeat bottom center;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
  z-index: -1;
}

.bonus__title {
  padding-top: -webkit-calc((100vh - 100vw) / 6);
  padding-top: -moz-calc((100vh - 100vw) / 6);
  padding-top: calc((100vh - 100vw) / 6);
}

.bonus__image {
  display: block;
  position: relative;
  height: -webkit-calc(100vh - 9vh - ((100vh - 100vw) / 6) - 6vh - 8vh - 10vh - 130px);
  height: -moz-calc(100vh - 9vh - ((100vh - 100vw) / 6) - 6vh - 8vh - 10vh - 130px);
  height: calc(100vh - 9vh - ((100vh - 100vw) / 6) - 6vh - 8vh - 10vh - 130px);
  max-height: 315px;
}

.bonus__image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(255,255,255,1.00);
  opacity: 0;
}

.bonus-image__star-bg {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: 100%;
  margin: auto;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.bonus-image__text {
  display: block;
  position: absolute;
  top: -webkit-calc(50% - (((100vh - 100vw) / 4.5) / 2));
  top: -moz-calc(50% - (((100vh - 100vw) / 4.5) / 2));
  top: calc(50% - (((100vh - 100vw) / 4.5) / 2));
  left: 0;
  right: 0;
  font-size: -webkit-calc((100vh - 100vw) / 4.5);
  font-size: -moz-calc((100vh - 100vw) / 4.5);
  font-size: calc((100vh - 100vw) / 4.5);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: rgba(96,51,9,1.00);
}

.bonus__text {
  display: block;
  top: -3vh;
  font-size: 5vh;
  font-weight: 700;
  line-height: 5vh;
  text-transform: uppercase;
  text-align: center;
}

.bonus-button__wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px;
}



/* Bonus 200 spins */

.bonus__big-bonus {
  font-size: 25vw;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: rgba(255,243,115,1.00);
  text-shadow: 0px -2px rgba(255,247,164,1.00), 0px 2px rgba(0,0,0,1.00);
}

.bonus200 .bonus__image {
  height: -webkit-calc(100vh - 9vh - ((100vh - 100vw) / 6) - 6vh - 8vh - 8vh - ((100vh - 100vw) / 5) - 130px);
  height: -moz-calc(100vh - 9vh - ((100vh - 100vw) / 6) - 6vh - 8vh - 8vh - ((100vh - 100vw) / 5) - 130px);
  height: calc(100vh - 9vh - ((100vh - 100vw) / 6) - 6vh - 8vh - 8vh - ((100vh - 100vw) / 5) - 130px);
  max-height: 40vw;
}

.bonus200 .bonus-image__text {
  top: -webkit-calc(50% - 5vw);
  top: -moz-calc(50% - 5vw);
  top: calc(50% - 5vw);
  font-size: 10vw;
  line-height: 0.5;
  text-transform: uppercase;
}

.bonus200 .bonus-image__text span {
  font-size: 4vw;
}

.bonus__stars {
  position: relative;
  height: 8vh;
  margin: 2vh 0px;
}

.bonus200 .bonus__stars > .bonus-image__star {
  display: block;
  position: absolute;
}

.bonus__stars > .bonus-image__star.left {
  bottom: 5%;
  right: -webkit-calc(50% + 6vh);
  right: -moz-calc(50% + 6vh);
  right: calc(50% + 6vh);
  max-height: 50%;
}

.bonus__stars > .bonus-image__star.center {
  position: relative;
}

.bonus__stars > .bonus-image__star.right {
  bottom: 5%;
  left: -webkit-calc(50% + 6vh);
  left: -moz-calc(50% + 6vh);
  left: calc(50% + 6vh);
  max-height: 50%;
}

.bonus200 .bonus__image > .bonus-image__star {
  display: block;
  position: absolute;
}

.bonus__image > .bonus-image__star.left {
  top: 30%;
  left: 18vw;
  max-height: 40%;
}

.bonus__image > .bonus-image__star.right {
  top: 30%;
  right: 18vw;
  max-height: 40%;
}

.bonus-image__wing-left {
  position: absolute;
  bottom: 15%;
  right: 45%;
  max-height: 150%;
}

.bonus-image__wing-right {
  position: absolute;
  bottom: 15%;
  left: 45%;
  max-height: 150%;
}



/* Fial */

.bonus-fail .bonus__text {
  text-transform: none;
}

.bonus-fail .bonus__text > span {
  color: rgba(255,243,115,1.00);
}

.bonus-fail .bonus-image__text {
  top: -webkit-calc(50% - 4vw);
  top: -moz-calc(50% - 4vw);
  top: calc(50% - 4vw);
  font-size: 8vw;
}

.bonus-fail .bonus-image__wing-left {
  top: 40%;
  bottom: auto;
  right: 60%;
  max-height: 75%;
}

.bonus-fail .bonus-image__wing-right {
  top: 40%;
  bottom: auto;
  left: 60%;
  max-height: 75%;
}

.bonus__promo {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  max-height: 200px;
  font-size: 28px;
  line-height: 50px;
  background-color: rgba(0,0,0,0.75);
  padding: 50px;
  margin: auto;
}

.bonus__promo > strong {
  font-size: 40px;
}
