.rulet:after {
  background: url(../images/win_white.png) no-repeat 0 0;
  width: 197px;
  height: 296px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: calc(-320px / 2);
  margin-left: calc(-197px / 2);
  content: "";
  z-index: 2;
}

.rulet {
  height: 490px;;
  position: relative;
  margin-bottom: 30px;
}

.rul {
  height: 141px;
  background: #0b0f19;
  margin: 0 10%;
  position: relative;
  top: 150px;
  overflow: hidden;
}

.rul:after {
  background: url(../images/l.png) no-repeat 0 0,
    url(../images/r.png) no-repeat right 0;
  width: 100%;
  height: 141px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
}

.rul-ul {
  width: 99999px;
  position: relative;
  left: calc(50% - 1000px);
  transition: 9s;
}

.l2 {
  background: url(../images/l2.png) no-repeat 0 0;
  width: 736px;
  height: 519px;
  position: absolute;
  top: -20px;
  left: -50px;
  z-index: 3;
}

.r2 {
  background: url(../images/r2.png) no-repeat 0 0;
  width: 613px;
  height: 509px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}

.open-case-btn {
  margin-bottom: 100px;
}

.open-case-btn a {
  display: inline-block;
  height: 74px;
  border: 5px solid #000000;
  background: #f1f835;
  width: 250px;
  border-radius: 50px;
  margin: 0 50px;
  color: #000000;
  font-size: 18px;
  font-family: ExoSoftLight;
  box-sizing: border-box;
  padding: 9px 0 0 0;
}

.open-case-btn a:hover {
  background: #fff000;
  color: #000000;
  box-shadow: 0 0 30px #fff000;
}

.open-case-btn span {
  font-size: 24px;
  font-family: ExoSoftMedium;
  display: block;
  position: relative;
  top: -4px;
}

.open-case {
  width: 248px !important;
  margin-bottom: 50px;
}

.open-case:hover .case-name {
  opacity: 1;
  transform: translate3d(0, 0px, 0);
}

.open-case:hover .case-wp img {
  transform: translate3d(0, 0px, 0);
}

.case {
  display: inline-block;
  margin: 0 -2px;
  margin-bottom: 40px;
  position: relative;
}

.case-wp {
  text-align: center;
  display: flex;
  justify-content: center;
}

.case-wp img {
  transition: 0.5s;
  max-width: 100%;
  height: auto;
}

.case-name {
  text-align: center;
  font-size: 20px;
  font-family: ExoSoftMedium;
  color: #fff000;
  overflow: hidden;
  padding: 0 25px;
  transition: 0.5s;
}

.case-rub {
  text-align: center;
  font-size: 24px;
  color: #c8d5f2;
  font-family: ExoSoftBold;
  margin: 5px 0 0 0;
  height: 60px;
  overflow: hidden;
}

.case-rub span:after {
  width: 100%;
  height: 1px;
  background: #bcc9e6;
  position: absolute;
  top: 12px;
  left: 0;
  content: "";
  transform: rotate(-12deg);
}

.case-rub span {
  font-size: 18px;
  color: #545f78;
  position: relative;
  top: -2px;
  margin-left: 8px;
}

.case-hover {
  position: absolute;
  z-index: 55;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/*.case-open {
  position: absolute;
  bottom: -5px;
  left: 0px;
  right: 0px;
  font-size: 16px;
  font-family: ExoSoftMedium;
  color: #fff000;
  text-align: center;
  opacity: 0;
  transition: 0.5s;
  transform: translate3d(0, 40px, 0);
  z-index: 33;
}*/

.case:hover .case-wp img {
  transform: translate3d(0, 10px, 0);
}

.case:hover .case-name {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}

.case:hover .case-open {
  opacity: 1;
  transform: translate3d(0, 0px, 0);
}

.case-loop {
  position: relative;
  margin-bottom: -40px;
}
