.roulette-container {
  position: relative;
  left: -108px;
  width: 17333px;
  height: 145px;
  transform: skew(10deg);
  margin-top: 27px;
}

.pointer-roulette {
  width: 77px;
  height: 243px;
  background: url(../images/pointer.svg);
  position: absolute;
  background-size: cover;
  top: 41.1%;
  left: 50%;
  transform: translate(-50%, -124%);
}

.prize-name {
  position: absolute;
  text-align: center;
  background: #fff;
  border-radius: 20px;
  padding: 5px 23px;
  font-size: 13px;
  bottom: -20px;

  width: 100%;
  -webkit-box-shadow: 0 0 5px 5px #e0eff6;
  box-shadow: 0 0 5px 5px #e0eff6;

}

.price-roulette {
  display: table;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

.rwin {
  width: 99px;
  margin-right: 100px;
  height: 99px;
  display: inline-block;
  border: 5px solid white;
  z-index: 99;
  position: relative;
}

.roulette {
  position: relative;
  max-width: 1074px;
  margin: auto;
  background: linear-gradient(153deg, #f9ab00, #f7bf4b);
  border-radius: 0px 15px 0px 15px;
  transform: skew(-10deg);
  margin-top: 50px;
  overflow: hidden;
  height: 155px;
}

.roulette-pages {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.profile-info_roulette {
  display: flex;
  margin-left: 400px;
}

.roulette-information {
  color: #fff;
  font-size: 20px;
}

.roulette-info-block {
  display: flex;
  margin-top: 10px;
  align-items: center;
  column-gap: 20px;
}

img.roulette-image {
  width: 75px;
  border-radius: 50%;
}

.roulette-balance {
  color: #fff;
  font-size: 16px;
}

.button-roullet {
  width: 200px;
  height: 50px;
  border: none;
  outline: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 115px;
  background: linear-gradient(to right, #f9ab00, #f7bf4b);
  color: white;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0px 0px 10px 1px #f8d486;
  transition: all .3s ease;
}

.button-roullet:hover {
  box-shadow: none;
}

.right-info-roulette {
  display: flex;
  flex-direction: column;
}

.roulette-balance:nth-child(1) {
  padding-bottom: 10px;
}

@media only screen and (max-width: 1880px) {
  .pointer-roulette {
    top: 45.2%;
  }
}

@media only screen and (max-width: 1200px) {
  .roulette {
    max-width: 670px;
  }
  .pointer-roulette {
    top: 45.2%;
  }
  .prizes-block {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  .pointer-roulette {
    top: 41.9%;
  }
}

@media only screen and (max-width: 768px) {
  .pointer-roulette {
    top: 50%;
  }
  .roulette-container {
    margin-top: 52px;
  }
  .rwin {
    width: 53px;
    height: 53px;
  }
  .roulette {
    max-width: 433px;
  }
  .prize_name {
    font-size: 12px;
  }
}

@media only screen and (max-width: 480px) {
  .roulette-container {
    left: 32px;
  }
}