
@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: 68px auto 0;
  left: -1px;
  gap: 60px;
}
.UC-stage-liderboard {
  display: flex;
  width: 376px;
    height: 596px;
  background-image: url('stage.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  backdrop-filter: blur(5px);
}
.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: 3px;
    margin-top: 19px;
}
.UC-stage-liderboard-title div {
  font-family: "CrystalBetUni-Medium";
  font-size: 20px;
  line-height: 18px;
}
.UC-stage-liderboard.right .UC-stage-liderboard-title div {
  letter-spacing: 0;
}
#main .UC-stage-liderboard.right .UC-stage-liderboard-title div {
  line-height: 21px;
}
.UC-stage-liderboard.right .UC-stage-liderboard-title {
  letter-spacing: -0.3px;
}
#main .UC-stage-liderboard.right .UC-stage-liderboard-title {
  top: -1px;
  font-size: 15px;
  letter-spacing: 0.2px;
  left: 0;
}
.UC-stage-liderboard-amount {
  width: 320px;
  height: 70px;
  border-radius: 10px;
  /*background: linear-gradient(180deg, #E9C17A 0%, #6C4526 121.43%);*/
  background: #202ABF;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 36px;
  font-family: "Gotham-Normal";
  margin-bottom: 23px;
  position: relative;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.50);
}
.UC-stage-liderboard-amount font {
  margin-right: 11px;
  letter-spacing: 0.4px;
  margin-top: -1px;
}
.UC-stage-liderboard.right .UC-stage-liderboard-amount font {
    position: relative;
    left: 38px;
    top: 1px;
    letter-spacing: 0px;
    font-size: 34px;
}
.UC-stage-liderboard-amount span {
  font-family: "CrystalBetUni-Medium";
  font-size: 36px;
  position: relative;
  left: -1px;
}
#main .UC-stage-liderboard.right .UC-stage-liderboard-amount font {
  left: 31px;
  top: 2px;
  letter-spacing: 0px;
  margin-top: 0px;
  font-size: 26px;
}
#main .UC-stage-liderboard-amount span {
  font-size: 26px;
  left: -2px;
  top: -1px;
}
.UC-stage-liderboard-owl {
  display: block;
  width: 257px;
  height: 50px;
  margin: 0 auto;
}
.UC-stage-liderboard-owl .owl-stage-outer .owl-stage {
  height: 52px;
}
.UC-stage-liderboard-owl .item {
  width: 79px;
  height: 49px;
border-radius: 4px;
border: 1px solid #000CFF;
background: #13187C;
backdrop-filter: blur(2px);
  cursor: pointer;
  font-size: 12px;
  color: #ffffff;
  font-family: "CrystalNU4-Bold";
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.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: #FC0;
border-radius: 4px;
border: 1px solid var(--Yellow-Dark, #FC0);
background: #13197C;
backdrop-filter: blur(2px);
}
.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: 304px;
  overflow: hidden;
  margin-top: 6px;
}
.UC-liderboard-container {
  width: 321px;
  height: 228px;
  overflow-y: auto;
  margin: 0 auto;
}
#main .UC-liderboard-container {
  width: 319px;
  margin-top: -3px;
}
#main .right .UC-liderboard-container {
  margin-top: 3px;
  margin-left: 28px;
}
.UC-liderboard-container::-webkit-scrollbar {
  width: 10px;
}
.UC-liderboard-container::-webkit-scrollbar-track {
  background: rgba(72, 88, 82, 0.65);
  opacity: 0.7;
  backdrop-filter: blur(2px);
  border-radius: 2px;
  /*background: rgba(0, 11, 7, 0.70);*/
}
.UC-liderboard-container::-webkit-scrollbar-thumb {
  background: #13187C;
  border-radius: 2px;
}
.UC-liderboard-container::-webkit-scrollbar-thumb:hover {
  opacity: 0.7;
}
.UC-liderboard-list.footer {
  background: #7F7989;
  margin: 0 auto;
  margin-top: 9px;
  width: 304px;
  position: relative;
  left: -8px;
  border-radius: 4px;
}
#main .UC-liderboard-list.footer {
  margin-top: 9px;
  left: -8px;
}
#main .right .UC-liderboard-list.footer {
  left: 4px;
}
.right .UC-liderboard-list.footer {
  left: initial;
  margin-top: 11px;
}
.UC-liderboard-list.footer .UC-liderboard-list-row_4 font {
  display: block;
}
.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;
}
.right .UC-liderboard-list.headertitle .UC-liderboard-list-row_2 {
  padding-left: 2px;
}
.UC-liderboard-list.headertitle {
  height: 30px;
  background: none;
  width: 304px;
  margin: 0 auto;
  font-family: "CrystalNU4-Regular" !important;
  font-size: 12px !important;
  margin-top: 18px;
  margin-bottom: 1px;
  position: relative;
  left: -8px;
}
.right .UC-liderboard-list.headertitle {
  left: 2px;
  top: 8px;
}
.UC-liderboard-list {
  width: 304px;
  height: 44px;
  border-radius: 4px;
  background: #13197C;
  display: flex;
  align-items: center;
  flex-direction: row;
  color: #ffffff;
  font-size: 15px;
  font-family: "Gotham-Normal";
  margin-bottom: 2px;
}
div.UC-liderboard-list:first-of-type {
  padding-top: 1px;
  position: relative;
}
.right div.UC-liderboard-list:first-of-type {
  padding-top: 2px;
}
#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;
}
.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: 80px;
  margin-left: -3px;
}
.UC-liderboard-list-row_4 {
  width: 90px;
  color: #ffcc00;
}
.UC-liderboard-list.headertitle .UC-liderboard-list-row_4 {
  color: #ffffff;
}
.right .UC-liderboard-list.headertitle .UC-liderboard-list-row_4 {
  left: -6px;
}
.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;
}
.UC-stage-liderboard.right .UC-stage-liderboard-amount:before {
    content: "";
    background-image: url(Car/alfa.png);
    width: 80px;
    height: 60px;
    background-size: auto 50px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 14px;
    top: 5px;
}
#main .UC-stage-liderboard.right .UC-stage-liderboard-amount:before {
    left: 20px;
    top: 6px;
    background-image: url(Car/car_mobV.png);
    width: 80px;
    height: 50px;
}
.UC-stage-liderboard.right .UC-stage-liderboard-amount label {
  font-family: "Gotham-Normal";
  font-size: 34px;
  position: relative;
    left: 34px;
    top: 0px;
}
#main .UC-stage-liderboard.right .UC-stage-liderboard-amount label {
  font-size: 26px;
  left: 22px;
  top: 1px;
}
.UC-stage-liderboard.right .UC-stage-liderboard-amount span {
    position: relative;
    left: 33px;
    line-height: 1;
    top: 0px;
}
#main .UC-stage-liderboard.right .UC-stage-liderboard-amount span {
  left: 33px;
  top: 2px;
}
.UC-stage-liderboard.right .UC-stage-liderboard-right > div:nth-child(2) {
  padding: 0 11px;
}
.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: 36px;
    background-repeat: no-repeat;
    background-size: auto 36px;
    background-position: 15px;*/
}
#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 15px;
  height: 43px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
border-radius: 4px;
border: 1px solid #000CFF;
background: #13187C;
backdrop-filter: blur(2px);
  color: #FC0;
  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: -1px;
    letter-spacing: 0.2px;
}
.UC-stage-liderboard-right div:nth-child(3) {
  position: relative;
  left: -1px;
  letter-spacing: 0.2px;
}
#body_body .UC-stage-liderboard-right {
  height: 43px;
}
.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: 69px;
  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;
}
#main .UC-stage-liderboard-title {
  font-size: 14px;
  margin-top: 7px;
  position: relative;
}
#main .UC-stage-liderboard-container {
  width: 100%;
  height: initial;
  margin: 14px auto 0 2px;
  flex-direction: column;
  gap:20px;
}
#main .UC-stage-liderboard {
    width: 352px;
    height: 548px;
    background-image: url(stage_mob.svg);
    background-size: 341px auto;
    background-repeat: no-repeat;
    margin: 0px auto 0px auto;
    backdrop-filter: blur(0px);
}
#main .UC-stage-liderboard-amount {
  width: 300px;
  height: 60px;
  font-size: 26px;
  margin-bottom: 22px;
}
#main .UC-stage-liderboard-owl {
  display: block;
  width: 264px;
}
#main .UC-stage-liderboard-owl .item {
  width: 83px;
  height: 49px;
}
#main .UC-liderboard-list.headertitle {
  margin-top: 13px;
  left: -6px;
  top: -3px;
}
#main .right .UC-liderboard-list.headertitle {
  left: 4px;
  top: 4px;
}
#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;
}