body {
  height: 100vh !important;
  overflow: hidden !important;
}

.w-casino,
.w-apparat{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.w-cosino{
  height: 100vh !important;
}

.c-cell, .c-row, .w-apparat-wrap, .w-casino, .w-control, .w-control__button {
  display: flex;
  flex-flow: row wrap;
}

.w-control, .w-info-panel {
  justify-content: space-between;
}

.c-cell, .w-casino, .w-control__button {
  justify-content: center;
}

.c-column {
  width: 75px;
  position: relative;
  top: -320px;
}

.c-cell {
  width: 75px;
  height: 82px;
  align-items: center;
  outline: 1px solid rgba(203, 58, 58, 0.5);
  outline-offset: -2px;
}

.c-row {
  height: 82px;
}

body {
  background: #160410;
  font-family: 'Ubuntu', sans-serif;
}

.w-casino {
  text-transform: uppercase;
}

.w-casino__title {
  padding: 0 50px;
  color: #cb3a3a;
  font-size: 20px;
}

.w-apparat {
  position: relative;
  height: 246px;
}

.w-apparat::before, .w-apparat::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 82px;
  top: -82px;
  bottom: auto;
  left: 0;
  right: auto;
  background: #cb3a3a;
  transform-origin: bottom;
  transform: perspective(5em) rotateX(25deg);
}

.w-apparat::after {
  top: auto;
  bottom: -82px;
  transform-origin: top;
  transform: perspective(5em) rotateX(-25deg);
}

.w-apparat-wrap {
  position: relative;
  height: 100%;
  overflow: hidden;
  z-index: 10;
}

.w-apparat-wrap__dec {
  position: absolute;
  background: linear-gradient(#cb3a3a, transparent) no-repeat top/100% 82px, linear-gradient(transparent 1%, #cb3a3a 99%) no-repeat bottom/100% 82px;
  width: 100%;
  height: 100%;
}

.w-info {
  width: 100%;
  text-align: center;
  font-size: 18px;
}

.w-info__victory {
  background: #cb3a3a;
  color: white;
}

.w-casino {
  width: 375px;
  height: 650px;
  margin: 0 auto;
}

.w-control__button {
  width: 70px;
  height: 70px;
  align-content: center;
  background: #cb3a3a;
  color: #160410;
  border-radius: 50%;
  margin-top: 5px;
  transition: .5s ease;
  cursor: pointer;
  border: none;
  position: relative;
  overflow: hidden;
}

.w-control__button:hover {
  background: #912727;
}

.w-control__button.--waiting {
  overflow: hidden;
  background: linear-gradient(90deg, #cb3a3a 50%, white 0);
}

.w-control__button.--waiting::after {
  content: '';
  position: absolute;
  width: 35px;
  height: 70px;
  top: 0;
  bottom: auto;
  left: 50%;
  right: auto;
  background: #cb3a3a;
  transform-origin: left center;
  animation: waitingRotate 1.6s linear 2, colorToggle 1.6s step-end 1 forwards;
}

.w-info-panel {
  width: 200px;
  margin: 8px;
  display: flex;
  color: white;
}

@keyframes waitingRotate {
  to {
    transform: rotate(180deg);
  }
}

@keyframes colorToggle {
  to {
    background-color: white;
  }
}

.fruit-circle, .coin, .plum, .seven, .waterMelon, .lemon, .apple, .orange, .banan, .chery {
  width: 60px;
  height: 60px;
  position: relative;
  border-radius: 50%;
  border-right: 3px solid #16bb31;
}

.fruit-circle::after, .coin::after, .plum::after, .seven::after, .waterMelon::after, .lemon::after, .apple::after, .orange::after, .banan::after, .chery::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  top: 12px;
  bottom: auto;
  left: 12px;
  right: auto;
  border-radius: 50%;
  background: #ededed;
}

.coin {
  background: #c39724;
  border: 5px solid #afa70e;
}

.coin::after {
  left: 50%;
  margin-left: -6px;
  font-size: 20px;
  color: #f2eb63;
  background: transparent;
  content: '1';
}

.plum {
  background: #610a5a;
  border-color: #050004;
  border-radius: 50% / 50% 30%;
}

.seven {
  border-color: #f01414;
}

.seven::after {
  content: '7';
  text-align: center;
  color: #e42121;
  font-size: 50px;
  left: 0;
  top: 0;
  background: transparent;
  width: 100%;
  height: 100%;
}

.waterMelon {
  background: linear-gradient(transparent 50%, #e42121 0);
  border: 5px solid green;
  border-top: none;
  border-left: none;
  border-right: none;
}

.waterMelon::after {
  background: transparent;
}

.lemon {
  background: #dbed3b;
  border-radius: 50% / 50% 25%;
  border-color: #a1b110;
}

.apple {
  background: #4dea67;
  border-right: 5px solid #16bb31;
}

.orange {
  background: #ff794d;
  border-right: 5px solid #e63900;
}

.bar {
  text-transform: uppercase;
  color: #cb3a3a;
  text-align: center;
  height: 60px;
}

.bar::after {
  content: 'bar';
  width: 100%;
  height: 100%;
  outline: 2px solid #ededed;
  outline-offset: 5px;
  line-height: 60px;
  font-size: 25px;
}

.banan {
  background: linear-gradient(115deg, transparent 40%, #ffe23d 0);
  border-color: #d6b600;
  transform: rotate(25deg);
}

.banan::after {
  top: 7px;
  background: #160410;
  width: 25px;
  height: 55px;
  transform: rotate(20deg);
}

.chery {
  background: #ff4262;
  border-color: #a8001c;
  width: 25px;
  height: 25px;
  align-self: flex-end;
  margin-left: -25px;
  margin-bottom: 5px;
}

.chery::after {
  background: #ff4262;
  border-color: #a8001c;
  width: 25px;
  height: 25px;
  top: 0;
  left: 30px;
  border-right: 3px solid #a8001c;
}

.chery::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 40px;
  top: -40px;
  bottom: auto;
  left: 20px;
  right: auto;
  background: #2c0c0c;
  transform: rotate(15deg);
}

.leaf {
  position: absolute;
  width: 14px;
  height: 10px;
  background: linear-gradient(135deg, #16bb31 50%, #4dea67 0%);
  border-radius: 50% 0 50% 0;
  right: -3px;
  top: -7px;
  transform: rotate(10deg);
}

.c-cell, .c-row, .w-apparat-wrap, .w-casino, .w-control, .w-control__button {
  display: flex;
  flex-flow: row wrap;
}

.w-control, .w-info-panel {
  justify-content: space-between;
}

.c-cell, .w-casino, .w-control__button {
  justify-content: center;
}

.c-column {
  width: 75px;
  position: relative;
  top: -320px;
}

.c-cell {
  width: 75px;
  height: 82px;
  align-items: center;
  outline: 1px solid rgba(203, 58, 58, 0.5);
  outline-offset: -2px;
}

.c-row {
  height: 82px;
}

body {
  background: #160410;
  font-family: 'Ubuntu', sans-serif;
}

.w-casino {
  text-transform: uppercase;
}

.w-casino__title {
  padding: 0 50px;
  color: #cb3a3a;
  font-size: 20px;
}

.w-apparat {
  position: relative;
  height: 246px;
}

.w-apparat::before, .w-apparat::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 82px;
  top: -82px;
  bottom: auto;
  left: 0;
  right: auto;
  background: #cb3a3a;
  transform-origin: bottom;
  transform: perspective(5em) rotateX(25deg);
}

.w-apparat::after {
  top: auto;
  bottom: -82px;
  transform-origin: top;
  transform: perspective(5em) rotateX(-25deg);
}

.w-apparat-wrap {
  position: relative;
  height: 100%;
  overflow: hidden;
  z-index: 10;
}

.w-apparat-wrap__dec {
  position: absolute;
  background: linear-gradient(#cb3a3a, transparent) no-repeat top/100% 82px, linear-gradient(transparent 1%, #cb3a3a 99%) no-repeat bottom/100% 82px;
  width: 100%;
  height: 100%;
}

.w-info {
  width: 100%;
  text-align: center;
  font-size: 18px;
}

.w-info__victory {
  background: #cb3a3a;
  color: white;
}

.w-casino {
  width: 375px;
  height: 650px;
  margin: 0 auto;
}

.w-control__button {
  width: 70px;
  height: 70px;
  align-content: center;
  background: #cb3a3a;
  color: #160410;
  border-radius: 50%;
  margin-top: 5px;
  transition: .5s ease;
  cursor: pointer;
  border: none;
  position: relative;
  overflow: hidden;
}

.w-control__button:hover {
  background: #912727;
}

.w-control__button.--waiting {
  background: linear-gradient(90deg, #cb3a3a 50%, white 0);
}

.w-control__button.--waiting::after {
  content: '';
  position: absolute;
  width: 35px;
  height: 70px;
  top: 0;
  bottom: auto;
  left: 50%;
  right: auto;
  background: #cb3a3a;
  transform-origin: left center;
  animation: waitingRotate 1.6s linear 2, colorToggle 1.6s step-end 1 forwards;
}

.w-info-panel {
  width: 200px;
  margin: 8px;
  display: flex;
  color: white;
}

@keyframes waitingRotate {
  to {
    transform: rotate(180deg);
  }
}

@keyframes colorToggle {
  to {
    background-color: white;
  }
}

.fruit-circle, .coin, .plum, .seven, .waterMelon, .lemon, .apple, .orange, .banan, .chery {
  width: 60px;
  height: 60px;
  position: relative;
  border-radius: 50%;
  border-right: 3px solid #16bb31;
}

.fruit-circle::after, .coin::after, .plum::after, .seven::after, .waterMelon::after, .lemon::after, .apple::after, .orange::after, .banan::after, .chery::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  top: 12px;
  bottom: auto;
  left: 12px;
  right: auto;
  border-radius: 50%;
  background: #ededed;
}

.coin {
  background: #c39724;
  border: 5px solid #afa70e;
}

.coin::after {
  left: 50%;
  margin-left: -6px;
  font-size: 20px;
  color: #f2eb63;
  background: transparent;
  content: '1';
}

.plum {
  background: #610a5a;
  border-color: #050004;
  border-radius: 50% / 50% 30%;
}

.seven {
  border-color: #f01414;
}

.seven::after {
  content: '7';
  text-align: center;
  color: #e42121;
  font-size: 50px;
  left: 0;
  top: 0;
  background: transparent;
  width: 100%;
  height: 100%;
}

.waterMelon {
  background: linear-gradient(transparent 50%, #e42121 0);
  border: 5px solid green;
  border-top: none;
  border-left: none;
  border-right: none;
}

.waterMelon::after {
  background: transparent;
}

.lemon {
  background: #dbed3b;
  border-radius: 50% / 50% 25%;
  border-color: #a1b110;
}

.apple {
  background: #4dea67;
  border-right: 5px solid #16bb31;
}

.orange {
  background: #ff794d;
  border-right: 5px solid #e63900;
}

.bar {
  text-transform: uppercase;
  color: #cb3a3a;
  text-align: center;
  height: 60px;
}

.bar::after {
  content: 'bar';
  width: 100%;
  height: 100%;
  outline: 2px solid #ededed;
  outline-offset: 5px;
  line-height: 60px;
  font-size: 25px;
}

.banan {
  background: linear-gradient(115deg, transparent 40%, #ffe23d 0);
  border-color: #d6b600;
  transform: rotate(25deg);
}

.banan::after {
  top: 7px;
  background: #160410;
  width: 25px;
  height: 55px;
  transform: rotate(20deg);
}

.chery {
  background: #ff4262;
  border-color: #a8001c;
  width: 25px;
  height: 25px;
  align-self: flex-end;
  margin-left: -25px;
  margin-bottom: 5px;
}

.chery::after {
  background: #ff4262;
  border-color: #a8001c;
  width: 25px;
  height: 25px;
  top: 0;
  left: 30px;
  border-right: 3px solid #a8001c;
}

.chery::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 40px;
  top: -40px;
  bottom: auto;
  left: 20px;
  right: auto;
  background: #2c0c0c;
  transform: rotate(15deg);
}

.leaf {
  position: absolute;
  width: 14px;
  height: 10px;
  background: linear-gradient(135deg, #16bb31 50%, #4dea67 0%);
  border-radius: 50% 0 50% 0;
  right: -3px;
  top: -7px;
  transform: rotate(10deg);
}

.c-cell, .c-row, .w-apparat-wrap, .w-casino, .w-control, .w-control__button {
  display: flex;
  flex-flow: row wrap;
}

.w-control, .w-info-panel {
  justify-content: space-between;
}

.c-cell, .w-casino, .w-control__button {
  justify-content: center;
}

.c-column {
  width: 75px;
  position: relative;
  top: -320px;
}

.c-cell {
  width: 75px;
  height: 82px;
  align-items: center;
  outline: 1px solid rgba(203, 58, 58, 0.5);
  outline-offset: -2px;
}

.c-row {
  height: 82px;
}

body {
  background: #160410;
  font-family: 'Ubuntu', sans-serif;
}

.w-casino {
  text-transform: uppercase;
}

.w-casino__title {
  padding: 0 50px;
  color: #cb3a3a;
  font-size: 20px;
}

.w-apparat {
  position: relative;
  height: 246px;
}

.w-apparat::before, .w-apparat::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 82px;
  top: -82px;
  bottom: auto;
  left: 0;
  right: auto;
  background: #cb3a3a;
  transform-origin: bottom;
  transform: perspective(5em) rotateX(25deg);
}

.w-apparat::after {
  top: auto;
  bottom: -82px;
  transform-origin: top;
  transform: perspective(5em) rotateX(-25deg);
}

.w-apparat-wrap {
  position: relative;
  height: 100%;
  overflow: hidden;
  z-index: 10;
}

.w-apparat-wrap__dec {
  position: absolute;
  background: linear-gradient(#cb3a3a, transparent) no-repeat top/100% 82px, linear-gradient(transparent 1%, #cb3a3a 99%) no-repeat bottom/100% 82px;
  width: 100%;
  height: 100%;
}

.w-info {
  width: 100%;
  text-align: center;
  font-size: 18px;
}

.w-info__victory {
  background: #cb3a3a;
  color: white;
}

.w-casino {
  width: 375px;
  height: 650px;
  margin: 0 auto;
}

.w-control__button {
  width: 70px;
  height: 70px;
  align-content: center;
  background: #cb3a3a;
  color: #160410;
  border-radius: 50%;
  margin-top: 5px;
  transition: .5s ease;
  cursor: pointer;
  border: none;
  position: relative;
  overflow: hidden;
}

.w-control__button:hover {
  background: #912727;
}

.w-control__button.--waiting {
  background: linear-gradient(90deg, #cb3a3a 50%, white 0);
}

.w-control__button.--waiting::after {
  content: '';
  position: absolute;
  width: 35px;
  height: 70px;
  top: 0;
  bottom: auto;
  left: 50%;
  right: auto;
  background: #cb3a3a;
  transform-origin: left center;
  animation: waitingRotate 1.6s linear 2, colorToggle 1.6s step-end 1 forwards;
}

.w-info-panel {
  width: 200px;
  margin: 8px;
  display: flex;
  color: white;
}

@keyframes waitingRotate {
  to {
    transform: rotate(180deg);
  }
}

@keyframes colorToggle {
  to {
    background-color: white;
  }
}

.fruit-circle, .coin, .plum, .seven, .waterMelon, .lemon, .apple, .orange, .banan, .chery {
  width: 60px;
  height: 60px;
  position: relative;
  border-radius: 50%;
  border-right: 3px solid #16bb31;
}

.fruit-circle::after, .coin::after, .plum::after, .seven::after, .waterMelon::after, .lemon::after, .apple::after, .orange::after, .banan::after, .chery::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  top: 12px;
  bottom: auto;
  left: 12px;
  right: auto;
  border-radius: 50%;
  background: #ededed;
}

.coin {
  background: #c39724;
  border: 5px solid #afa70e;
}

.coin::after {
  left: 50%;
  margin-left: -6px;
  font-size: 20px;
  color: #f2eb63;
  background: transparent;
  content: '1';
}

.plum {
  background: #610a5a;
  border-color: #050004;
  border-radius: 50% / 50% 30%;
}

.seven {
  border-color: #f01414;
}

.seven::after {
  content: '7';
  text-align: center;
  color: #e42121;
  font-size: 50px;
  left: 0;
  top: 0;
  background: transparent;
  width: 100%;
  height: 100%;
}

.waterMelon {
  background: linear-gradient(transparent 50%, #e42121 0);
  border: 5px solid green;
  border-top: none;
  border-left: none;
  border-right: none;
}

.waterMelon::after {
  background: transparent;
}

.lemon {
  background: #dbed3b;
  border-radius: 50% / 50% 25%;
  border-color: #a1b110;
}

.apple {
  background: #4dea67;
  border-right: 5px solid #16bb31;
}

.orange {
  background: #ff794d;
  border-right: 5px solid #e63900;
}

.bar {
  text-transform: uppercase;
  color: #cb3a3a;
  text-align: center;
  height: 60px;
}

.bar::after {
  content: 'bar';
  width: 100%;
  height: 100%;
  outline: 2px solid #ededed;
  outline-offset: 5px;
  line-height: 60px;
  font-size: 25px;
}

.banan {
  background: linear-gradient(115deg, transparent 40%, #ffe23d 0);
  border-color: #d6b600;
  transform: rotate(25deg);
}

.banan::after {
  top: 7px;
  background: #160410;
  width: 25px;
  height: 55px;
  transform: rotate(20deg);
}

.chery {
  background: #ff4262;
  border-color: #a8001c;
  width: 25px;
  height: 25px;
  align-self: flex-end;
  margin-left: -25px;
  margin-bottom: 5px;
}

.chery::after {
  background: #ff4262;
  border-color: #a8001c;
  width: 25px;
  height: 25px;
  top: 0;
  left: 30px;
  border-right: 3px solid #a8001c;
}

.chery::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 40px;
  top: -40px;
  bottom: auto;
  left: 20px;
  right: auto;
  background: #2c0c0c;
  transform: rotate(15deg);
}

.leaf {
  position: absolute;
  width: 14px;
  height: 10px;
  background: linear-gradient(135deg, #16bb31 50%, #4dea67 0%);
  border-radius: 50% 0 50% 0;
  right: -3px;
  top: -7px;
  transform: rotate(10deg);
}
