*, *:before, *:after {
  box-sizing: content-box;
}

body {
  min-width: 980px;
  margin: 0;
  padding: 0;
}

/*.main_page, .main_body {*/
  /*min-width: 980px;*/
/*}*/

.button.play_one .hover_block, .smoke {
  -webkit-animation-iteration-count: infinite; }

.main_body, .main_html {
  margin: 0;
  padding: 0;
  background: #000; }

.button {
  font-size: 24px;
  line-height: 46px;
  height: 60px;
  display: inline-block;
  border-radius: 30px;
  color: #fefeff;
  text-decoration: none;
  text-shadow: 0 -1px 1px #000;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(48%, #090909), to(#2d2d2d));
  background: linear-gradient(#fff 0, #090909 48%, #2d2d2d 100%);
  cursor: pointer; }

.button .content_button {
  position: absolute;
  z-index: 2;
  height: 46px;
  top: 7px;
  left: 7px;
  border-radius: 30px; }

.button.red {
  width: 182px; }

.button.red .content_button {
  width: 168px;
  background: #cd0000;
  -webkit-box-shadow: inset 0 -21px 16px 3px rgba(0, 0, 0, 0.35);
  box-shadow: inset 0 -21px 16px 3px rgba(0, 0, 0, 0.35); }

.button.red:hover .content_button {
  -webkit-box-shadow: inset 0 0 16px 4px rgba(0, 0, 0, 0.35);
  box-shadow: inset 0 0 16px 4px rgba(0, 0, 0, 0.35); }

.button.red:active .content_button {
  -webkit-box-shadow: inset 0 21px 16px 3px rgba(0, 0, 0, 0.35);
  box-shadow: inset 0 21px 16px 3px rgba(0, 0, 0, 0.35); }

.button.blue {
  width: 317px; }

.button.blue .content_button {
  width: 303px;
  background: #0b80ca;
  -webkit-box-shadow: inset 0 -21px 16px 3px rgba(0, 0, 0, 0.35);
  box-shadow: inset 0 -21px 16px 3px rgba(0, 0, 0, 0.35);
color:#fff;  }

.button.blue:hover .content_button {
  -webkit-box-shadow: inset 0 0 16px 4px rgba(0, 0, 0, 0.35);
  box-shadow: inset 0 0 16px 4px rgba(0, 0, 0, 0.35); }

.button.blue:active .content_button {
  -webkit-box-shadow: inset 0 21px 16px 3px rgba(0, 0, 0, 0.35);
  box-shadow: inset 0 21px 16px 3px rgba(0, 0, 0, 0.35); }

.main_body {
  font-family: 'PT Sans', Arial, sans-sefif; }

.button_block {
  text-align: center;
  width: 700px;
  margin: 40px auto 0;
  padding-bottom: 227px; }

.wrapper12, ul.game_wrapper {
  margin: 0 auto;
  position: relative; }

.button {
  font-family: 'PT Sans'; }

.main_page {
  width: 100%;
  background: url(../images/bg.jpg) 50% 0 no-repeat;
  position: relative;
  overflow: hidden; }

.smoke {
  position: absolute;
  width: 1762px;
  height: 213px;
  bottom: -213px;
  left: 0;
  background: url(../images/smoke.png);
  z-index: 3;
  -webkit-animation-name: smoke_play;
  animation-name: smoke_play;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; }

.wrapper12.play .line.one, .wrapper12.play2 .line.one {
  -webkit-animation-duration: 4s;
  -webkit-animation-fill-mode: forwards; }

@-webkit-keyframes smoke_play {
  0%, 100% {
    bottom: -213px;
    opacity: 0; }
  10% {
    bottom: -173px;
    opacity: 1; }
  70% {
    bottom: -50px;
    opacity: 1; }
  90% {
    bottom: 0;
    opacity: 0; } }
@keyframes smoke_play {
  0%, 100% {
    bottom: -213px;
    opacity: 0; }
  10% {
    bottom: -173px;
    opacity: 1; }
  70% {
    bottom: -50px;
    opacity: 1; }
  90% {
    bottom: 0;
    opacity: 0; } }
.wrapper12 {
  width: 980px; }

ul.game_wrapper {
  padding: 374px 0 0;
  width: 670px;
  height: 364px;
  z-index: 1;
  overflow: hidden; }

ul.game_wrapper li {
  list-style: none;
  display: inline-block;
  width: 121px;
  height: 364px;
  overflow: hidden;
  margin-right: 16px; }

ul.game_wrapper li:last-child {
  margin-right: 0; }

ul.game_wrapper li .line {
  width: 121px;
  height: 9540px;
  position: relative;
  z-index: 2; }

ul.game_wrapper li .line:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 7;
  content: '';
  background: url(../images/shadow.png); }

ul.game_wrapper li .line.one {
  background: url(../images/line1.jpg) repeat-y; }

ul.game_wrapper li .line.two {
  background: url(../images/line2.jpg) repeat-y; }

ul.game_wrapper li .line.three {
  background: url(../images/line3.jpg) repeat-y; }

ul.game_wrapper li .line.four {
  background: url(../images/line4.jpg) repeat-y; }

ul.game_wrapper li .line.five {
  background: url(../images/line5.jpg) repeat-y; }

.wrapper12.play .line.one {
  -webkit-animation-name: play_one;
  animation-name: play_one;
  animation-duration: 4s;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

@-webkit-keyframes play_one {
  0% {
    background-position: 0 0; }
  100%, 50% {
    background-position: 0 -6663px; } }
@keyframes play_one {
  0% {
    background-position: 0 0; }
  100%, 50% {
    background-position: 0 -6663px; } }
.wrapper12.play2 .line.one {
  -webkit-animation-name: play_one2;
  animation-name: play_one2;
  animation-duration: 4s;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

.wrapper12.play .line.two, .wrapper12.play2 .line.two {
  -webkit-animation-duration: 4s;
  -webkit-animation-fill-mode: forwards; }

@-webkit-keyframes play_one2 {
  0% {
    background-position: 0 -6663px; }
  100%, 50% {
    background-position: 0 -11053px; } }
@keyframes play_one2 {
  0% {
    background-position: 0 -6663px; }
  100%, 50% {
    background-position: 0 -11053px; } }
.wrapper12.play .line.two {
  -webkit-animation-name: play_two;
  animation-name: play_two;
  animation-duration: 4s;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

@-webkit-keyframes play_two {
  0% {
    background-position: 0 0; }
  100%, 50% {
    background-position: 0 -7994px; } }
@keyframes play_two {
  0% {
    background-position: 0 0; }
  100%, 50% {
    background-position: 0 -7994px; } }
.wrapper12.play2 .line.two {
  -webkit-animation-name: play_two2;
  animation-name: play_two2;
  animation-duration: 4s;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

.wrapper12.play .line.three, .wrapper12.play2 .line.three {
  -webkit-animation-duration: 4s;
  -webkit-animation-fill-mode: forwards; }

@-webkit-keyframes play_two2 {
  0% {
    background-position: 0 -7994px; }
  100%, 50% {
    background-position: 0 -13980px; } }
@keyframes play_two2 {
  0% {
    background-position: 0 -7994px; }
  100%, 50% {
    background-position: 0 -13980px; } }
.wrapper12.play .line.three {
  -webkit-animation-name: play_three;
  animation-name: play_three;
  animation-duration: 4s;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

@-webkit-keyframes play_three {
  0% {
    background-position: 0 0; }
  100%, 50% {
    background-position: 0 -7464px; } }
@keyframes play_three {
  0% {
    background-position: 0 0; }
  100%, 50% {
    background-position: 0 -7464px; } }
.wrapper12.play2 .line.three {
  -webkit-animation-name: play_three2;
  animation-name: play_three2;
  animation-duration: 4s;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

.wrapper12.play .line.four, .wrapper12.play2 .line.four {
  -webkit-animation-duration: 4s;
  -webkit-animation-fill-mode: forwards; }

@-webkit-keyframes play_three2 {
  0% {
    background-position: 0 -7464px; }
  100%, 50% {
    background-position: 0 -13317px; } }
@keyframes play_three2 {
  0% {
    background-position: 0 -7464px; }
  100%, 50% {
    background-position: 0 -13317px; } }
.wrapper12.play .line.four {
  -webkit-animation-name: play_four;
  animation-name: play_four;
  animation-duration: 4s;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

@-webkit-keyframes play_four {
  0% {
    background-position: 0 0; }
  100%, 50% {
    background-position: 0 -6796px; } }
@keyframes play_four {
  0% {
    background-position: 0 0; }
  100%, 50% {
    background-position: 0 -6796px; } }
.wrapper12.play2 .line.four {
  -webkit-animation-name: play_four2;
  animation-name: play_four2;
  animation-duration: 4s;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

.wrapper12.play .line.five, .wrapper12.play2 .line.five {
  -webkit-animation-duration: 4s;
  -webkit-animation-fill-mode: forwards; }

@-webkit-keyframes play_four2 {
  0% {
    background-position: 0 -6796px; }
  100%, 50% {
    background-position: 0 -11053px; } }
@keyframes play_four2 {
  0% {
    background-position: 0 -6796px; }
  100%, 50% {
    background-position: 0 -11053px; } }
.wrapper12.play .line.five {
  -webkit-animation-name: play_five;
  animation-name: play_five;
  animation-duration: 4s;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

@-webkit-keyframes play_five {
  0% {
    background-position: 0 0; }
  100%, 50% {
    background-position: 0 -7330px; } }
@keyframes play_five {
  0% {
    background-position: 0 0; }
  100%, 50% {
    background-position: 0 -7330px; } }
.wrapper12.play2 .line.five {
  -webkit-animation-name: play_five2;
  animation-name: play_five2;
  animation-duration: 4s;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

@-webkit-keyframes play_five2 {
  0% {
    background-position: 0 -7330px; }
  100%, 50% {
    background-position: 0 -11584px; } }
@keyframes play_five2 {
  0% {
    background-position: 0 -7330px; }
  100%, 50% {
    background-position: 0 -11584px; } }
.wrapper12.play .win_combination ul li, .wrapper12.play2 .win_combination ul li {
  list-style: none;
  width: 121px;
  height: 114px;
  display: inline-block;
  background: url(../images/win_card.jpg) no-repeat;
  vertical-align: top; }

.wrapper12.play .win_combination {
  -webkit-animation-name: show_hide;
  animation-name: show_hide;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2; }

.wrapper12.play .win_combination ul li {
  margin-right: 16px;
  -webkit-animation: blink 1.2s 2 ease-in-out;
  animation: blink 1.2s 2 ease-in-out;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  margin-top: -9px; }

.wrapper12.play .win_combination ul li.one {
  margin-top: 257px; }

.wrapper12.play .win_combination ul li.two {
  margin-top: 124px; }

.wrapper12.play .win_combination ul li:last-child {
  margin-right: 0; }

.wrapper12.play2 .win_combination {
  top: 503px;
  left: 156px;
  -webkit-animation-name: show_hide_shadow;
  animation-name: show_hide_shadow;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  height: 114px;
  -webkit-box-shadow: 0 0 50px 5px rgba(255, 250, 72, 0.75);
  box-shadow: 0 0 50px 5px rgba(255, 250, 72, 0.75); }

.wrapper12.play2 .win_combination ul li {
  margin-right: 16px;
  -webkit-animation: blink .5s 1 ease-in-out;
  animation: blink .5s 1 ease-in-out;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.wrapper12.play2 .win_combination ul li:last-child {
  margin-right: 0; }

.wrapper12.play2 .win_combination ul li.one, .wrapper12.play2 .win_combination ul li.two {
  margin-top: 0; }

.win_combination {
  position: absolute;
  width: 670px;
  display: block;
  left: 156px;
  top: 374px;
  z-index: 4;
  opacity: 0;
  height: 364px;
  overflow: hidden; }

.wrapper12.play .winner, .wrapper12.play2 .winner {
  height: 241px;
  -webkit-animation-duration: 8s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1; }

.win_combination ul {
  margin: 0;
  padding: 0; }

@-webkit-keyframes show_hide_shadow {
  0% {
    opacity: 0;
    -webkit-box-shadow: 0 0 21px 9px rgba(246, 191, 0, 0.73);
    box-shadow: 0 0 21px 9px rgba(246, 191, 0, 0.73); }
  67% {
    opacity: 0;
    -webkit-box-shadow: 0 0 50px 5px rgba(255, 250, 72, 0.75);
    box-shadow: 0 0 50px 5px rgba(255, 250, 72, 0.75); }
  68% {
    opacity: 1;
    -webkit-box-shadow: 0 0 21px 5px rgba(255, 250, 72, 0.75);
    box-shadow: 0 0 21px 5px rgba(255, 250, 72, 0.75); }
  78% {
    opacity: 1;
    -webkit-box-shadow: 0 0 20px 5px rgba(255, 250, 72, 0.75);
    box-shadow: 0 0 20px 5px rgba(255, 250, 72, 0.75); }
  100% {
    opacity: 1;
    -webkit-box-shadow: 0 0 50px 5px rgba(255, 250, 72, 0.75);
    box-shadow: 0 0 50px 5px rgba(255, 250, 72, 0.75); } }
@keyframes show_hide_shadow {
  0% {
    opacity: 0;
    -webkit-box-shadow: 0 0 21px 9px rgba(246, 191, 0, 0.73);
    box-shadow: 0 0 21px 9px rgba(246, 191, 0, 0.73); }
  67% {
    opacity: 0;
    -webkit-box-shadow: 0 0 50px 5px rgba(255, 250, 72, 0.75);
    box-shadow: 0 0 50px 5px rgba(255, 250, 72, 0.75); }
  68% {
    opacity: 1;
    -webkit-box-shadow: 0 0 21px 5px rgba(255, 250, 72, 0.75);
    box-shadow: 0 0 21px 5px rgba(255, 250, 72, 0.75); }
  78% {
    opacity: 1;
    -webkit-box-shadow: 0 0 20px 5px rgba(255, 250, 72, 0.75);
    box-shadow: 0 0 20px 5px rgba(255, 250, 72, 0.75); }
  100% {
    opacity: 1;
    -webkit-box-shadow: 0 0 50px 5px rgba(255, 250, 72, 0.75);
    box-shadow: 0 0 50px 5px rgba(255, 250, 72, 0.75); } }
@-webkit-keyframes show_hide {
  0%, 100%, 67%, 70%, 78%, 89% {
    opacity: 0; }
  72%, 83%, 96% {
    opacity: 1; } }
@keyframes show_hide {
  0%, 100%, 67%, 70%, 78%, 89% {
    opacity: 0; }
  72%, 83%, 96% {
    opacity: 1; } }
@-webkit-keyframes blink {
  0%, 60% {
    opacity: 0; }
  100%, 40% {
    opacity: 1; } }
@keyframes blink {
  0%, 60% {
    opacity: 0; }
  100%, 40% {
    opacity: 1; } }
.wrapper12.play .winner, .wrapper12.play2 .winner {
  width: 391px;
  background: url(../images/winner_one.png) no-repeat;
  position: absolute;
  top: 436px;
  left: 297px;
  opacity: 0;
  -webkit-animation-name: show_winner;
  animation-name: show_winner;
  animation-duration: 8s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  z-index: 10; }

.wrapper12.play2 .winner {
  width: 418px;
  background: url(../images/winner_one.png) no-repeat;
  -webkit-animation-name: show_winner_two;
  animation-name: show_winner_two;
  animation-duration: 8s;
  animation-fill-mode: forwards;
  animate-delay: 4s;
  animation-iteration-count: 1; }

.button.play_one .hover_block, .winner_block {
  background: #223d2f;
  font-weight: 700;
  text-align: center;
  border-radius: 5px; }

.wrapper12.play .button.play_one, .wrapper12.play2 .winner_block {
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards; }

.wrapper12.play .button.play_one {
  -webkit-animation-name: hide_button;
  animation-name: hide_button;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  display: none;
  cursor: none; }

.button.play_one {
  display: inline-block;
  position: relative;
  cursor: pointer; }

.button.play_one .hover_block {
  display: none;
  position: absolute;
  width: 385px;
  padding: 40px 0;
  height: 65px;
  top: -238px;
  left: -102px;
  z-index: 8;
  -webkit-box-shadow: inset 0 0 16px 2px rgba(0, 0, 0, 0.35), 0 1px 18px 9px #fff;
  box-shadow: inset 0 0 16px 2px rgba(0, 0, 0, 0.35), 0 1px 18px 9px #fff;
  font-size: 21px;
  line-height: 30px;
  color: #ef9c06;
  font-family: Arial;
  text-shadow: 0 -2px 3px #000;
  -webkit-animation-name: slide_button;
  animation-name: slide_button;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  animation-iteration-count: infinite; }

.button.play_one:hover .hover_block, .winner_block {
  display: block; }

.button.play_one .hover_block:after {
  position: absolute;
  content: url(../images/arrow_hover.png);
  width: 88px;
  height: 61px;
  bottom: -42px;
  left: 151px; }

@-webkit-keyframes slide_button {
  0%, 100% {
    top: -238px; }
  50% {
    top: -200px; } }
@keyframes slide_button {
  0%, 100% {
    top: -238px; }
  50% {
    top: -200px; } }
.wrapper12 .play_win, .wrapper12.play2 .button.play_one, .wrapper12.play2 .button.play_two {
  display: none;
  cursor: none; }

.wrapper12.play2 .play_win {
  display: inline-block;
  position: absolute;
  left: 330px;
  cursor: pointer; }

.winner_block {
  position: absolute;
  width: 420px;
  padding: 20px 40px;
  opacity: 0;
  height: 260px;
  top: 269px;
  left: 200px;
  z-index: 14;
  font-size: 23px;
  line-height: 34px;
  color: #ef9c06;
  font-family: Arial;
  -webkit-box-shadow: inset 0 0 16px 2px rgba(0, 0, 0, 0.35), 0 1px 18px 11px #fff;
  box-shadow: inset 0 0 16px 2px rgba(0, 0, 0, 0.35), 0 1px 18px 11px #fff; }

.winner_block .blink_rubl {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 10px 10px 0;
  position: relative;
  width: 90px;
  height: 80px;
  background: url(../images/rubl_big.png); }

.winner_block .blink_rubl:after {
  position: absolute;
  top: -29px;
  left: -12px;
  width: 96px;
  height: 11px;
  content: url(../images/star.png);
  z-index: 34;
  -webkit-animation-name: star_blink;
  animation-name: star_blink;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.winner_block span {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px; }

.winner_block:after {
  position: absolute;
  content: url(../images/arrow_hover.png);
  width: 88px;
  height: 61px;
  bottom: -42px;
  left: 216px; }

.winner_block p {
	text-align: center;
  font-size: 16px;
  color: #fff;
  font-family: Arial;
  font-weight: 400;
  line-height: 21px;
  margin: 0; }

.wrapper12.play2 .winner_block {
  -webkit-animation-name: show_winner_block;
  animation-name: show_winner_block;
  animation-iteration-count: 1;
  -webkit-animation-duration: 14s;
  animation-duration: 14s;
  animation-fill-mode: forwards; }

.wrapper12.play .button.play_two, .wrapper12.play2 .button.blue.play_win {
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1; }

@-webkit-keyframes star_blink {
  0%, 100% {
    opacity: 1; }
  50% {
    opacity: 0; } }
@keyframes star_blink {
  0%, 100% {
    opacity: 1; }
  50% {
    opacity: 0; } }
.wrapper12.play2 .button.blue.play_win {
  -webkit-animation-name: show_button;
  animation-name: show_button;
  -webkit-animation-duration: 12s;
  animation-duration: 12s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1; }

.wrapper12 .button.play_two {
  display: none;
  position: relative;
  cursor: none;
  z-index: -12; }

.wrapper12 .button.play_two .hover_block {
  position: absolute;
  width: 258px;
  display: none;
  padding: 25px 15px;
  height: 100px;
  top: -200px;
  left: 20px;
  z-index: 14;
  border-radius: 5px;
  background: #223d2f;
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
  color: #e2e2e2;
  font-family: Arial;
  -webkit-animation-name: slide_button;
  animation-name: slide_button;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-box-shadow: inset 0 0 16px 2px rgba(0, 0, 0, 0.35), 0 1px 18px 9px #fff;
  box-shadow: inset 0 0 16px 2px rgba(0, 0, 0, 0.35), 0 1px 18px 9px #fff; }

.wrapper12 .button.play_two .hover_block span {
  font-size: 21px;
  line-height: 31px;
  color: #ef9c06;
  font-family: Arial;
  font-weight: 700;
  padding-bottom: 8px;
  text-shadow: 0 -2px 3px #000;
  display: block; }

.wrapper12 .button.play_two .hover_block:after {
  position: absolute;
  content: url(../images/arrow_hover.png);
  width: 88px;
  height: 61px;
  bottom: -42px;
  left: 104px; }

.wrapper12 .button.play_two:hover .hover_block {
  display: block; }

.wrapper12 .button.red.play_two .hover_block {
  left: -52px; }

.wrapper12.play .button.play_two {
  display: inline-block;
  margin: 0 15px;
  -webkit-animation-name: show_button;
  animation-name: show_button;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  cursor: pointer; }

@-webkit-keyframes show_button {
  0%, 86% {
    opacity: 0;
    display: none;
    z-index: -10; }
  87% {
    opacity: 0;
    display: none;
    z-index: 10; }
  94% {
    opacity: .7;
    display: none;
    z-index: 10; }
  100% {
    display: inline-block !important;
    opacity: 1 !important;
    z-index: 10; } }
@keyframes show_button {
  0%, 86% {
    opacity: 0;
    display: none;
    z-index: -10; }
  87% {
    opacity: 0;
    display: none;
    z-index: 10; }
  94% {
    opacity: .7;
    display: none;
    z-index: 10; }
  100% {
    display: inline-block !important;
    opacity: 1 !important;
    z-index: 10; } }
@-webkit-keyframes show_winner_block {
  0% {
    opacity: 0;
    top: 360px;
    left: 200px; }
  86% {
    opacity: 0;
    top: 360px;
    left: 231px; }
  100% {
    opacity: 1;
    top: 425px;
    left: 231px; } }
@keyframes show_winner_block {
  0% {
    opacity: 0;
    top: 360px;
    left: 200px; }
  86% {
    opacity: 0;
    top: 360px;
    left: 231px; }
  100% {
    opacity: 1;
    top: 425px;
    left: 231px; } }
@-webkit-keyframes hide_button {
  0%, 89% {
    display: inline-block !important;
    opacity: 1; }
  100% {
    display: none !important;
    opacity: 0; } }
@keyframes hide_button {
  0%, 89% {
    display: inline-block !important;
    opacity: 1; }
  100% {
    display: none !important;
    opacity: 0; } }
@-webkit-keyframes rotate_bonus {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 0; }
  100%, 20%, 90% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1; }
  40%, 70% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
    opacity: 1; } }
@keyframes rotate_bonus {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 0; }
  100%, 20%, 90% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1; }
  40%, 70% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
    opacity: 1; } }
@-webkit-keyframes show_winner {
  0% {
    opacity: 0;
    top: 486px;
    left: 297px; }
  27% {
    opacity: 1;
    top: 436px;
    left: 297px;
    -webkit-transform: scale(1);
    transform: scale(1); }
  47%, 52% {
    opacity: 1;
    top: 436px;
    left: 297px;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  61% {
    opacity: 1;
    top: 296px;
    left: 220px;
    -webkit-transform: scale(1);
    transform: scale(1); }
  99% {
    left: -49px;
    top: 165px;
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes show_winner {
  0% {
    opacity: 0;
    top: 486px;
    left: 297px; }
  27% {
    opacity: 1;
    top: 436px;
    left: 297px;
    -webkit-transform: scale(1);
    transform: scale(1); }
  47%, 52% {
    opacity: 1;
    top: 436px;
    left: 297px;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  61% {
    opacity: 1;
    top: 296px;
    left: 220px;
    -webkit-transform: scale(1);
    transform: scale(1); }
  99% {
    left: -49px;
    top: 165px;
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 0; }
  100% {
    opacity: 0; } }
@-webkit-keyframes show_winner_two {
  0% {
    opacity: 0;
    top: 486px;
    left: 297px; }
  27% {
    opacity: 1;
    top: 436px;
    left: 297px;
    -webkit-transform: scale(1);
    transform: scale(1); }
  47%, 52% {
    opacity: 1;
    top: 436px;
    left: 297px;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  61% {
    opacity: 1;
    top: 296px;
    left: 220px;
    -webkit-transform: scale(1);
    transform: scale(1); }
  99% {
    left: -49px;
    top: 165px;
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes show_winner_two {
  0% {
    opacity: 0;
    top: 486px;
    left: 297px; }
  27% {
    opacity: 1;
    top: 436px;
    left: 297px;
    -webkit-transform: scale(1);
    transform: scale(1); }
  47%, 52% {
    opacity: 1;
    top: 436px;
    left: 297px;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  61% {
    opacity: 1;
    top: 296px;
    left: 220px;
    -webkit-transform: scale(1);
    transform: scale(1); }
  99% {
    left: -49px;
    top: 165px;
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 0; }
  100% {
    opacity: 0; } }
@-webkit-keyframes show_winner2 {
  0%, 64% {
    opacity: 0; }
  100%, 76%, 99% {
    opacity: 1; } }
@keyframes show_winner2 {
  0%, 64% {
    opacity: 0; }
  100%, 76%, 99% {
    opacity: 1; } }
.tablo {
  position: absolute;
  width: 284px;
  height: 75px;
  left: 86px;
  top: 247px;
  border-radius: 2px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(48%, #090909), to(#2d2d2d));
  background: linear-gradient(#fff 0, #090909 48%, #2d2d2d 100%); }

.tablo .tablo_content {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 6;
  top: 7px;
  left: 7px;
  width: 245px;
  height: 57px;
  padding: 5px 20px 0 5px;
  background: #1e473b;
  -webkit-box-shadow: inset 0 3px 21px 0 rgba(0, 0, 0, 0.51);
  box-shadow: inset 0 3px 21px 0 rgba(0, 0, 0, 0.51); }

.tablo .tablo_content .bonus_rubl {
  display: inline-block;
  vertical-align: top;
  width: 90px;
  height: 50px;
  background: #000;
  border: 1px solid #4d6225; }

.tablo .tablo_content .prize_block {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  text-align: right;
  font-size: 20px;
  line-height: 25px;
  color: #ffea00;
  font-family: 'Arial Narrow'; }

.prize_block {
  position: absolute;
  top: 60px; }

.tablo .tablo_content .prize_block .win_prize {
  display: block;
  font-size: 28px;
  color: #fefefe;
  font-family: Arial;
  font-weight: 700;
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.26); }

.bonus_rubl {
  position: relative; }

.bonus_rubl .rubl_win, .bonus_rubl .rubl_win2 {
  width: 43px;
  height: 41px;
  display: block;
  opacity: 0;
  position: absolute;
  z-index: 34;
  top: 5px;
  left: 7px;
  background: url(../images/rubl_small.png); }

.bonus_rubl .rubl_win2 {
  left: 17px;
  z-index: 36; }

.wrapper12.play .rubl_win, .wrapper12.play2 .rubl_win2 {
  -webkit-animation-name: rotate_bonus;
  animation-name: rotate_bonus;
  -webkit-animation-duration: 14s;
  animation-duration: 14s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 11s;
  animation-delay: 11s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

.wrapper12.play2 .rubl_win {
  opacity: 1; }

.winner_money {
  font-size: 36px;
  color: #fff;
  display: none;
  font-family: 'PT Sans', sans-serif;
  font-weight: 600;
  margin-left: 20px; }

@media screen and (max-height: 770px) {
  .main_body {
    margin-top: -204px !important; } }

/*# sourceMappingURL=main.css.map */
