
@font-face {
  font-family: "Gotham-Normal";
  src: url("fonts/GOTHAM-MEDIUM.TTF") format("truetype"),
    url("fonts/Gotham-Medium.otf");
}
font.Gotham-Normal {
  font-family: "Gotham-Normal";
}

@font-face {
  font-family: "Gotham-Light";
  src: url("fonts/GOTHAM-LIGHT.TTF") format("truetype"),
    url("fonts/Gotham-Light.otf");
}
font.Gotham-Light {
  font-family: "Gotham-Light";
}
.UC-stage-list {
  width: 260px;
  height: 180px;
  position: relative;
  box-sizing: border-box;
  background: rgba(12, 34, 56, 0.9);
  backdrop-filter: blur(6px);
  cursor: pointer;
  border: 1px solid transparent;
  border-bottom: 6px solid #355778;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 15px;
  flex-direction: column;
}
.UC-stage-list:after {
  content: "";
  width: 160px;
  height: 100px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: calc(50% - 160px / 2);
  top: -40px;
}
.UC-stage-list:nth-child(1):after {
  background-image: url('Car/alfa.png');
}
.UC-stage-list div {
  color: #aeb9c4;
  font-size: 20px;
  font-family: "CrystalBetUni-Medium";
  padding-top: 54px;
}
.UC-stage-list span {
  display: block;
  color: #b4babf;
  font-size: 16px;
  font-family: "CrystalNU4-Bold";
  padding: 3px 0 3px 0;
}
.UC-stage-list label {
  display: block;
  color: #b4babf;
  opacity: 0.6;
  font-size: 13px;
  font-family: "CrystalNU4-Regular";
}
#main .UC-stage-list:hover {
  border: 1px solid transparent;
  border-bottom: 6px solid #355778;
}
.UC-stage-list:hover {
  border: 1px solid #ffcc00;
  border-bottom: 6px solid #ffcc00;
}
.UC-stage-list.active {
  border: 1px solid #ffcc00;
  border-bottom: 6px solid #ffcc00;
}
.UC-stage-list.active div {
  color: #ffcc00;
}
.UC-stage-list.active span {
  color: #ffffff;
}
.UC-stage-list.active label {
  color: #ffffff;
  opacity: 1;
}
.UC-stage-liderboard-container {
  width: 868px;
  height: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 28px auto 0;
  gap: 30px;
}
.UC-stage-liderboard {
  display: flex;
  width: 389px;
  height: 562px;
  background-image:  linear-gradient(180deg, rgba(30, 68, 232, 0.3) 0%, rgba(95, 110, 168, 0.3) 52.14%, rgba(50, 58, 75, 0.3) 100%),url(stage.svg);
  background-size: 389px auto;
  background-repeat: no-repeat;
  backdrop-filter: blur(5px);
  border-radius: 30px;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
}

.UC-stage-liderboard-title {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 16px;
    font-family: "CrystalNU4-Regular";
    color: #ffffff;
    margin-bottom: 8px;
    margin-top: 10px;
}
.UC-stage-liderboard-title div {
  font-family: "CrystalBetUni-Medium";
  font-size: 20px;
  line-height: 30px;
  text-shadow: 0px 2px 0px #000000;
}
.UC-stage-liderboard.right .UC-stage-liderboard-title div {
  letter-spacing: 0;
}
#main .UC-stage-liderboard.right .UC-stage-liderboard-title div {
  line-height: 31px;
}
.UC-stage-liderboard.right .UC-stage-liderboard-title {
  letter-spacing: -0.3px;
}
#main .UC-stage-liderboard.right .UC-stage-liderboard-title {
  font-size: 14px;
  letter-spacing: 0.2px;
  left: 0;
}
.UC-stage-liderboard-amount {
  width: 320px;
  height: 70px;
  border-radius: 20px;
  background: url(lederboard-prize-bg.png) no-repeat center;
  background-size: contain;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 32px;
  font-family: "Gotham-Normal";
  margin-bottom: 14px;
  position: relative;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.50);
}
.UC-stage-liderboard-amount font {
  margin-right: 15px;
  letter-spacing: 0.2px;
  margin-top: -3px;
}
#main .UC-stage-liderboard-amount font {
  margin-right: 12px;
  margin-top: 0px;
}
.UC-stage-liderboard.right .UC-stage-liderboard-amount font {
    position: relative;
    left: 55px;
    top: 1px;
    letter-spacing: 0px;
    font-size: 30px;
}
.UC-stage-liderboard-amount span {
  font-family: "CrystalBetUni-Medium";
  font-size: 32px;
  position: relative;
  left: -4px;
}
#main .UC-stage-liderboard.right .UC-stage-liderboard-amount font {
  left: 51px;
  top: 1px;
  letter-spacing: 0px;
  margin-top: 0px;
  font-size: 28px;
  font-family: "Gotham-Bold";
}
#main .UC-stage-liderboard-amount span {
  font-size: 28px;
  left: -1px;
  top: -1px;
}
.UC-stage-liderboard-owl {
  display: block;
  width: 257px;
  height: 50px;
  margin: 0 auto;
  margin-bottom: 8px;
}
.UC-stage-liderboard-owl .owl-stage-outer .owl-stage {
  height: 52px;
}
.UC-stage-liderboard-owl .item {
  width: 80px;
  height: 50px;
  border-radius: 16px;
  border: 1px solid transparent;
  background: rgba(0, 0, 0, 0.3);
  /* backdrop-filter: blur(5px); */
  cursor: pointer;
  font-size: 11px;
  color: #ffffff;
  font-family: "Helvetica_Neue_LT_GEO_65_Medium";
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
}
.UC-stage-liderboard-owl .item.disabled {
  pointer-events: none;
  opacity: 0.8;
}
.UC-stage-liderboard-owl .item font {
  font-family: "Gotham-Light";
  display: block;
  font-size: 18px;
}
.UC-stage-liderboard-owl .item.selected {
  color: #FEDB3E;
  border-radius: 16px;
  background: #1E357D;
  border: 2px solid #FEDB3E;
  backdrop-filter: blur(10px);
}

.UC-stage-liderboard-owl .owl-nav span {
  position: absolute;
  display: block;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  width: 50px;
  height: 50px;
  cursor: pointer;
  top: 0px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.4000000059604645;
}
.UC-stage-liderboard-owl .owl-next span:before {
  content: "\e823";
  font-family: "cb-icons";
  font-size: 7px;
  color: rgba(255, 255, 255, 0.7);
  transform: rotate(90deg);
}
.UC-stage-liderboard-owl .owl-prev span:before {
  content: "\e823";
  font-family: "cb-icons";
  font-size: 7px;
  color: rgba(255, 255, 255, 0.7);
  transform: rotate(-90deg);
}
.UC-stage-liderboard-owl .owl-prev span {
  left: -48px;
}
#main .UC-stage-liderboard-owl .owl-prev span {
  left: -42px;
}
.UC-stage-liderboard-owl .owl-next span {
  right: -48px;
}
#main .UC-stage-liderboard-owl .owl-next span {
  right: -42px;
}
.right .UC-liderboard-container {
  width: 350px;
  margin-top: 7px;
}
.UC-liderboard-container {
  width: 350px;
  height: 228px;
  overflow-y: auto;
  margin: 0 auto;
}
#main .UC-liderboard-container {
  width: 319px;
  margin-top: -3px;
}
#main .right .UC-liderboard-container {
  margin-left: 11px;
}
.UC-liderboard-container::-webkit-scrollbar {
  width: 10px;
}
.UC-liderboard-container::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}

.UC-liderboard-container::-webkit-scrollbar-thumb {
  background:  rgba(255, 255, 255, 0.3);  border-radius: 20px;

}
.UC-liderboard-container::-webkit-scrollbar-thumb:hover {
  opacity: 0.7;
}
.UC-liderboard-list.footer {
  background: #FEDB3E;
  color: #1C1B18;
  margin: 0 auto;
  margin-top: 9px;
  width: 333px;
  position: relative;
  left: -8px;
  border-radius: 10px;
}
.UC-liderboard-list.footer .UC-liderboard-list-row_4 {
  color: #1C1B18;
}
#main .UC-liderboard-list.footer .UC-liderboard-list-row_4 {
  margin-bottom: 0;
}
#main .UC-liderboard-list.footer {
  margin-top: 10px;
  left: -8px;
  width: 304px
}
#main .right .UC-liderboard-list.footer {
  left: -9px;
}
.right .UC-liderboard-list.footer {
  margin-top: 11px;
}
.UC-liderboard-list.footer .UC-liderboard-list-row_4 font {
  display: block;
  color: #000;
}
.UC-liderboard-list-row_4.gell font {
  display: contents;
}
.right .UC-liderboard-list-row_4 font, .left .UC-liderboard-list-row_4 font {
  display: contents !important;
}
.UC-liderboard-list.headertitle .UC-liderboard-list-row_2 {
  font-family: "CrystalNU4-Regular" !important;
  font-size: 12px !important;
  width: 90px;
}
.right .UC-liderboard-list.headertitle .UC-liderboard-list-row_2 {
  padding-left: 2px;
}
.UC-liderboard-list.headertitle {
  height: 30px;
  background: none;
  width: 320px;
  margin: 0 auto;
  font-family: "CrystalNU4-Regular" !important;
  font-size: 12px !important;
  margin-bottom: 1px;
  position: relative;
  left: -12px;
}
.right .UC-liderboard-list.headertitle {
  left: -12px;
  top: 9px;
}
.UC-liderboard-list {
  width: 333px;
  height: 43px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  flex-direction: row;
  color: #ffffff;
  font-size: 15px;
  font-family: "Gotham-Normal";
  margin-bottom: 3px;
}

div.UC-liderboard-list:first-of-type {
  padding-top: 1px;
  position: relative;
}
.right div.UC-liderboard-list:first-of-type {
  padding-top: 2px;
}
#main div.UC-liderboard-list{
  width: 302px;
}
#main .right div.UC-liderboard-list{
  width: 302px;
}
#main .right div.UC-liderboard-list:first-of-type {
  padding-top: 0;
}
.UC-liderboard-list span {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.UC-liderboard-list div {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  text-transform: none;
  position: relative;  
}
#main .right .UC-liderboard-list div {
  top: 0;
}
.en .UC-liderboard-list div{
  text-transform: none;
}
.ru .UC-liderboard-list div{
  text-transform: none;
}
.UC-liderboard-list-row_1 {
  width: 60px;
}
#main .UC-liderboard-list-row_1 {
  width: 45px;
}
.UC-liderboard-list-row_2 {
  width: 75px;
  justify-content: flex-start !important;
  padding-left: 5px;
  font-family: "CrystalBetUni-Medium";
  font-size: 15px;
}
.UC-liderboard-list.footer .UC-liderboard-list-row_2 {
  font-size: 14px;
}
.UC-liderboard-list-row_3 {
  width: 105px;
  margin-left: -3px;
}
.UC-liderboard-list-row_4 {
  width: 90px;
  color: #ffcc00;
}
.UC-liderboard-list.headertitle .UC-liderboard-list-row_4 {
  color: #ffffff;
  left: 12px;
}
.right .UC-liderboard-list.headertitle .UC-liderboard-list-row_4 {
  left: 12px;
}
.UC-liderboard-list.headertitle .UC-liderboard-list-row_3 {
  left: -2px;
  position: relative;
}
.right .UC-liderboard-list.headertitle .UC-liderboard-list-row_3 {
  left: -6px;
}
.UC-liderboard-list-row_4.freespins {
    flex-direction: column;
    text-align: center;
    font-size: 12px;
    font-family: 'CrystalNU4-Regular';
    color: #fff;
}
.UC-liderboard-list-row_4.freespins font {
    font-size: 13px;
    color: #ffcc00;
    display: flex !important;
    gap: 3px;
    align-items: center;
}
.UC-liderboard-list-row_4.freespins font pre{
    font-family: 'CrystalNU4-Regular';
    font-size: 12px;
}
.UC-liderboard-list-row_4.freespins font span{
    font-family: "CrystalBetUni-Medium";
    font-size: 12px;
    margin-left: 2px;
    letter-spacing: -0.8px;
}
#main .UC-liderboard-list-row_4.freespins {
    margin-bottom: 5px;
}
#main .UC-liderboard-list-row_4.freespins > pre{
  font-size: 12px;
  margin: 0px;
  letter-spacing: 0.1px;
  font-family: 'CrystalNU4-Regular';
}
#main .UC-liderboard-list-row_4.freespins font pre{
  margin: 0;
}

.UC-stage-liderboard.right .UC-stage-liderboard-amount:before {
    content: "";
    background-image: url(Car/alfa.png);
    width: 99px;
    height: 54px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 11px;
    top: 7px;
}
#main .UC-stage-liderboard.right .UC-stage-liderboard-amount:before {
    left: 17px;
    top: 6px;
    background-image: url(Car/car_mobV.png);
    width: 87px;
    height: 47px
}
.UC-stage-liderboard.right .UC-stage-liderboard-amount label {
  font-family: "Gotham-Normal";
  font-size: 34px;
  position: relative;
  left: 48px;
  top: -1px;
}
#main .UC-stage-liderboard.right .UC-stage-liderboard-amount label {
  font-size: 28px;
  left: 44px;
  top: 0px;
}
.UC-stage-liderboard.right .UC-stage-liderboard-amount span {
    position: relative;
    left: 46px;
    line-height: 1;
    top: 0px;
}
#main .UC-stage-liderboard.right .UC-stage-liderboard-amount span {
  left: 45px;
  top: 0px;
}
.UC-stage-liderboard.right .UC-stage-liderboard-right > div:nth-child(2) {
  padding: 0 11px;
}
#main .UC-stage-liderboard.right .UC-stage-liderboard-right > div:nth-child(2) {
  padding: 0 10px;
}
.UC-stage-liderboard.right .UC-stage-liderboard-right div font {
  padding-right: 5px;
  font-size: 16px;
}
.UC-stage-liderboard.right.stage1 .UC-stage-liderboard-amount:before {
  background-image: url('Car/alfa.png');
}
.UC-liderboard-list-car {
  width: 59px;
  height: 40px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: inline-block;
  margin-left: -1px;
  margin-top: 1px;
}
#main .right .UC-liderboard-container .UC-liderboard-list-car {
/*  margin-left: 1px;
  margin-top: 3px;
  background-image: url('Car/car_mobV.png');
  width: 63px;
  height: 35px;
*/}
.UC-stage-liderboard.right.stage1 .UC-liderboard-list-car {
    background-image: url(Car/alfa.png);
    width: 71px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: auto 32px;
    background-position: 18px;
}
#body_body .UC-stage-liderboard.right.stage1 .UC-liderboard-list-car {
    background-size: auto 33px;
    background-position: 11px;
}
.UC-stage-liderboard.right.stage1 .UC-liderboard-list-car {
    width: 100%;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 12px;
    font-family: 'CrystalBetUni-Medium';
    line-height: 14px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
.UC-stage-liderboard-right {
  width: fit-content;
  padding: 0 21px;
  height: 47px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  border-radius: 16px;
  border: 2px solid #FEDB3E;
  background: #1E357D;
  backdrop-filter: blur(2px);
  color: #FEDB3E;
  font-size: 12px;
  font-family: 'HelveticaMedium', 'CrystalNU4-Regular';
  position: relative;
  top: 1px;
}

.UC-stage-liderboard-right div:first-child {
    font-size: 12px;
    position: relative;
    top: -2px;
    letter-spacing: 0.2px;
}
.UC-stage-liderboard-right div:nth-child(3) {
  position: relative;
  left: 1px;
  top: -2px;
  letter-spacing: 0.2px;
}
#body_body .UC-stage-liderboard-right {
  height: 50px;
  box-sizing: border-box;
}
.UC-stage-liderboard-bt {
  width: 250px;
  height: 62px;
  background: linear-gradient(180deg, #FDE053 0%, #FFCB00 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 90px auto;
  text-decoration: none;
  color: #262000;
  font-size: 16px;
  font-family: "CrystalBetUni-Medium";
  margin-bottom: 40px;
  margin-top: 61px;
  margin-bottom: 60px;
  border-radius: 10px;
}
#main .UC-stage-list {
  width: 130px;
  height: 130px;
  margin: 0 3.5px;
}
#main .UC-stage-list:after {
  width: 94px;
  height: 59px;
  left: calc(50% - 94px / 2);
  top: -23px;
}
#main .UC-stage-list div {
  font-size: 16px;
  padding-top: 36px;
}
#main .UC-stage-list span {
  text-transform: initial;
  font-size: 13px;
  padding: 3px 0 6px 0;
}
#main .UC-stage-liderboard-title div {
  font-size: 18px;
  text-shadow: 0px 2px 0px #000000;
}
#main .UC-stage-liderboard-title {
  font-size: 14px;
  margin-top: 7px;
  margin-bottom: 6px;
  position: relative;
  line-height: 21px;
}
#main .UC-stage-liderboard-container {
  width: 100%;
  height: initial;
  margin: 0 auto;
  flex-direction: column;
  gap:20px;
}
#main .UC-stage-liderboard {
  width: 340px;
  height: 545px;
  background-image: linear-gradient(180deg, rgba(30, 68, 232, 0.3) 0%, rgba(95, 110, 168, 0.3) 52.14%, rgba(50, 58, 75, 0.3) 100%),url(stage_mob.svg);
  background-size: 340px auto;
  background-repeat: no-repeat;
  backdrop-filter: blur(5px);
  margin: 0px auto 0px auto;
  backdrop-filter: blur(7.5px);
  border-radius: 30px;
}


#main .UC-stage-liderboard-amount {
  width: 300px;
  height: 60px;
  background: url(lederboard-prize-mob-bg.png) no-repeat center;
  background-size: contain;
  font-size: 28px;
  margin-bottom: 17px;
}
#main .right .UC-stage-liderboard-amount {
  margin-bottom: 10px;
}
#main .UC-stage-liderboard-owl {
  display: block;
  width: 264px;
}
#main .UC-stage-liderboard-owl .item {
  width: 80px;
  height: 49px;
}
#main .UC-liderboard-list.headertitle {
  margin-top: 3px;
  left: -6px;
  top: -3px;
}
#main .right .UC-liderboard-list.headertitle {
  margin-top: 13px;
  left: -6px;
  top: -3px;
}
#main .right .UC-liderboard-list.headertitle {
  left: 4px;
  top: 0px;
}
#main .right .headertitle .UC-liderboard-list-row_2 {
  left: 2px;
}
#main .right .UC-liderboard-list.headertitle .UC-liderboard-list-row_3 {
  left: 0;
}
#main .right .headertitle .UC-liderboard-list-row_4 {
  left: -1px;
}
#main .UC-stage-liderboard-bt {
  margin: 30px auto 40px;
  width: 248px;
  height: 62px;
  left: 1px;
  position: relative;
}
.Wheel-footer-links {
  display: none;
}
#ctl00_body_SlotsVIPLeaderboardControl_UpdatePanelPromoDates,
#ctl00_ContentPlaceHolder1_SlotsVIPLeaderboardlControl_UpdatePanelPromoDates {
  overflow: hidden;
  height: 52px;
}
#main .headertitle .UC-liderboard-list-row_1 {
  width: 56px;
}
#main .headertitle .UC-liderboard-list-row_2 {
  width: 72px;
}
#main .headertitle .UC-liderboard-list-row_3 {
  width: 80px;
  margin-left: -3px;
}
#main .headertitle .UC-liderboard-list-row_4 {
  left: -3px;
}
#main.en .UC-stage-liderboard-title,
#main.ru .UC-stage-liderboard-title {
 text-transform: capitalize;
}
#main.en .UC-stage-liderboard-title div,
#main.ru .UC-stage-liderboard-title div {
 text-transform: uppercase;
}
#main.en .UC-stage-liderboard-owl .item,
#main.ru .UC-stage-liderboard-owl .item {
 text-transform: capitalize;
}
.ru #main .UC-stage-list span {
  font-size: 12px;
}
.ru .UC-stage-liderboard-title div {
  font-family: 'CrystalBetUni-Medium';
  text-transform: capitalize;
}
.en .UC-stage-liderboard-title {
  text-transform: capitalize;
}
.en .UC-stage-liderboard-title div {
  text-transform: uppercase;
}
.ru .UC-stage-liderboard-owl .item,
.en .UC-stage-liderboard-owl .item {
  text-transform: capitalize;
}