/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../../../node_modules/resolve-url-loader/index.js!../../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./scss/pages/_upgrade.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************/
.upgrade-money-content .progress:before, .upgrade-steps-item .icon:before, .upgrade-items:before, .upgrade-main-bottom:before, .upgrade-main-left .item:before,
.upgrade-main-right .item:before, .upgrade-main-left:after,
.upgrade-main-right:after, .upgrade-main-center:before {
  content: "";
  display: block;
  position: absolute;
}

/**
 *  This mixin will crop text in block for needed amount of lines and put ellipsis at the end
 *
 *  @param $font-size font-size property
 *  @param $line-height line-height property
 *  @param $lines-to-show amount of lines to show
 */
.search-block {
  width: 347px;
  height: 48px;
  border-radius: 8px;
  position: relative;
  margin: 0 auto;
  transition: all 0.5s;
  overflow: hidden;
  background: #202028;
}
.search-block::before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  border: 2px solid transparent;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  box-sizing: border-box;
  opacity: 0.08;
  pointer-events: none;
}
.search-block input[type=text] {
  background: transparent;
  border: 0;
  width: 100%;
  height: 100%;
  padding: 0 56px 0 18px;
  font-size: 18px;
  line-height: 24px;
  color: white;
  display: block;
}
.search-block input[type=text].placeholder {
  color: #8a8ca6;
}
.search-block input[type=text]:-moz-placeholder {
  color: #8a8ca6;
}
.search-block input[type=text]::-moz-placeholder {
  color: #8a8ca6;
}
.search-block input[type=text]:-ms-input-placeholder {
  color: #8a8ca6;
}
.search-block input[type=text]::-webkit-input-placeholder {
  color: #8a8ca6;
}
.search-block input[type=text]:focus {
  outline: none;
  border: 0;
}
.search-block input[type=text]:hover.placeholder, .search-block input[type=text]:focus.placeholder {
  color: white;
}
.search-block input[type=text]:hover:-moz-placeholder, .search-block input[type=text]:focus:-moz-placeholder {
  color: white;
}
.search-block input[type=text]:hover::-moz-placeholder, .search-block input[type=text]:focus::-moz-placeholder {
  color: white;
}
.search-block input[type=text]:hover:-ms-input-placeholder, .search-block input[type=text]:focus:-ms-input-placeholder {
  color: white;
}
.search-block input[type=text]:hover::-webkit-input-placeholder, .search-block input[type=text]:focus::-webkit-input-placeholder {
  color: white;
}
.search-block input[type=text]:hover + .btn-search .material-icons, .search-block input[type=text]:focus + .btn-search .material-icons {
  color: white;
}
.search-block .btn-search {
  font-size: 28px;
  line-height: 24px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  margin-top: 2px;
  transition: all 0.5s;
}
.search-block .btn-search:hover {
  opacity: 1;
}
.search-block .btn-search:hover .material-icons {
  color: white;
}
.search-block .material-icons {
  font-size: 28px;
  color: #8a8ca6;
}

.page-contracts .btn-search {
  right: 6px;
}

.page-upgrade {
  user-select: none;
  padding-top: 60px;
  z-index: 3;
  overflow: hidden;
  background-size: contain;
}
@media (max-width: 1280px) {
  .page-upgrade {
    padding-top: 28px;
  }
}
.page-upgrade .scrool {
  overflow-y: hidden;
  overflow: auto;
  height: 597px;
}
@media (max-width: 992px) {
  .page-upgrade .scrool {
    height: 810px;
  }
}
.page-upgrade .case_heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0px 32px 40px;
}
@media (max-width: 767px) {
  .page-upgrade .case_heading {
    justify-content: flex-start;
    gap: 8px;
    margin: 0;
  }
}
.page-upgrade .case_heading_btn {
  border-radius: 8px !important;
  min-height: 44px;
  padding-right: 16px !important;
}
@media (max-width: 767px) {
  .page-upgrade .case_heading_btn {
    min-height: 32px;
    min-width: 32px;
    padding: 0 !important;
    justify-content: center !important;
  }
  .page-upgrade .case_heading_btn span {
    display: none;
  }
}
.page-upgrade .case_heading_title {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .page-upgrade .case_heading_title {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    font-size: 20px;
    line-height: 120%;
  }
}

.upgrade-main-center {
  position: relative;
  width: 456px;
  height: 456px;
  border-radius: 50%;
  padding: 20px;
  top: -5px;
  z-index: 2;
}
@media (max-width: 992px) {
  .upgrade-main-center {
    width: 320px;
    height: 320px;
  }
}
@media (max-width: 350px) {
  .upgrade-main-center {
    transform: scale(0.94);
    min-width: 320px;
  }
}
.upgrade-main-center:before {
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: url(/files/images/f4d51d73a620d1e716a0.svg) no-repeat 50% 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 992px) {
  .upgrade-main-center:before {
    background-size: 100%;
  }
}
.upgrade-main-center .center-wrap {
  background: linear-gradient(#202028, #232c4e);
  box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.upgrade-main-center .center-item {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.upgrade-main-center .load-block {
  width: 800px;
  height: 800px;
  border-radius: 50%;
  transition: all 0.5s;
  top: 0;
  left: 50%;
  transform: translate(-50%, -86%);
  position: absolute;
}
.upgrade-main-center .neon-wrap {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  font-size: 0;
  z-index: 2;
}
.upgrade-main-center .neon-wrap .loose {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -150%);
  opacity: 0;
  transition: all 0.5s;
}
.upgrade-main-center .neon-wrap .loose .material-icons {
  font-size: 120px;
  margin-bottom: 17px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 24px #eb4b4b;
}
.upgrade-main-center .neon-wrap .loose .loose-text {
  font-size: 28px;
  letter-spacing: 0.05em;
  line-height: 24px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 0px 24px #eb4b4b, 0px 0px 32px #eb4b4b;
}
.upgrade-main-center .neon-lines {
  width: 386px;
  height: 386px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  user-select: none;
}
@media (max-width: 992px) {
  .upgrade-main-center .neon-lines {
    width: 264px;
    height: 264px;
  }
}
.upgrade-main-center .neon-lines-left {
  pointer-events: none;
}
.upgrade-main-center .neon-lines-left::before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 200px;
  height: 402px;
  top: -9px;
  left: -7px;
  background: url(/files/images/deddd417db664d69cd84.svg) no-repeat 0 0;
  transition: all 0.3s;
  opacity: 1;
  transform: scale(-1, -1);
}
@media (max-width: 992px) {
  .upgrade-main-center .neon-lines-left::before {
    background: url(/files/images/24b4a2942cdf2bce8cbd.svg) no-repeat 0 0;
    width: 50%;
    height: 100%;
    top: 0px;
    left: 0px;
  }
}
.upgrade-main-center .neon-lines-left::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 256px;
  height: 458px;
  top: -36px;
  left: -36px;
  background: url(/files/images/41c2b6ef37c9b7b25239.svg) no-repeat 0 0;
  transition: all 0.3s;
  opacity: 0;
  transform: scale(-1, -1);
}
@media (max-width: 992px) {
  .upgrade-main-center .neon-lines-left::after {
    background: url(/files/images/28efdf5f21057220d2c5.svg) no-repeat 0 0;
    width: 188px;
    height: 320px;
    top: -29px;
    left: -30px;
  }
}
.upgrade-main-center .neon-lines-left.active:before {
  opacity: 0;
}
.upgrade-main-center .neon-lines-left.active:after {
  opacity: 1;
}
.upgrade-main-center .neon-lines-right {
  pointer-events: none;
}
.upgrade-main-center .neon-lines-right::before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 200px;
  height: 402px;
  top: -9px;
  left: auto;
  right: -7px;
  background: url(/files/images/271c48e9d301c5c4eae1.svg) no-repeat 0 0;
  transition: all 0.3s;
  opacity: 1;
  transform: scale(-1, -1);
}
@media (max-width: 992px) {
  .upgrade-main-center .neon-lines-right::before {
    background: url(/files/images/ea11cb9a5d0add77f773.svg) no-repeat 0 0;
    width: 50%;
    height: 100%;
    top: 0px;
    right: 0px;
  }
}
.upgrade-main-center .neon-lines-right::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 256px;
  height: 458px;
  top: -36px;
  right: -36px;
  left: auto;
  background: url(/files/images/627e3684932b3f2de680.svg) no-repeat 0 0;
  transition: all 0.3s;
  opacity: 0;
  transform: scale(-1, -1);
}
@media (max-width: 992px) {
  .upgrade-main-center .neon-lines-right::after {
    background: url(/files/images/8cfdb7cd9bee135b64e1.svg) no-repeat 0 0;
    width: 188px;
    height: 320px;
    top: -29px;
    right: -30px;
  }
}
.upgrade-main-center .neon-lines-right.active:before {
  opacity: 0;
}
.upgrade-main-center .neon-lines-right.active:after {
  opacity: 1;
}
.upgrade-main-center .neon-lines.reverse-line .neon-lines-left:before {
  background: url(/files/images/271c48e9d301c5c4eae1.svg) no-repeat 0 0;
  transform: scale(1, 1);
}
@media (max-width: 992px) {
  .upgrade-main-center .neon-lines.reverse-line .neon-lines-left:before {
    background: url(/files/images/ea11cb9a5d0add77f773.svg) no-repeat 0 0;
    transform: scale(1, 1);
  }
}
.upgrade-main-center .neon-lines.reverse-line .neon-lines-left:after {
  background: url(/files/images/627e3684932b3f2de680.svg) no-repeat 0 0;
  transform: scale(1, 1);
}
@media (max-width: 992px) {
  .upgrade-main-center .neon-lines.reverse-line .neon-lines-left:after {
    background: url(/files/images/8cfdb7cd9bee135b64e1.svg) no-repeat 0 0;
    transform: scale(1, 1);
  }
}
.upgrade-main-center .neon-lines.reverse-line .neon-lines-right:before {
  background: url(/files/images/deddd417db664d69cd84.svg) no-repeat 0 0;
  transform: scale(1, 1);
}
@media (max-width: 992px) {
  .upgrade-main-center .neon-lines.reverse-line .neon-lines-right:before {
    background: url(/files/images/24b4a2942cdf2bce8cbd.svg) no-repeat 0 0;
    transform: scale(1, 1);
  }
}
.upgrade-main-center .neon-lines.reverse-line .neon-lines-right:after {
  background: url(/files/images/41c2b6ef37c9b7b25239.svg) no-repeat 0 0;
  transform: scale(1, 1);
}
@media (max-width: 992px) {
  .upgrade-main-center .neon-lines.reverse-line .neon-lines-right:after {
    background: url(/files/images/28efdf5f21057220d2c5.svg) no-repeat 0 0;
  }
}
.upgrade-main-center .neon-arrow {
  width: 456px;
  height: 456px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  margin-top: 0;
  pointer-events: none;
  transition: all 2s;
}
@media (max-width: 992px) {
  .upgrade-main-center .neon-arrow {
    width: 100%;
    height: 100%;
  }
}
.upgrade-main-center .neon-arrow::before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  top: -13px;
  left: 0;
  transition: all 0.5s;
  background: url(/files/images/f5909cd465dc3705fe87.svg) no-repeat 0 0;
}
@media (max-width: 992px) {
  .upgrade-main-center .neon-arrow::before {
    width: 100%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-position: 50% 0;
  }
}
.upgrade-main-center .neon-center {
  width: calc(100% - 64px);
  height: calc(100% - 64px);
  border-radius: 50%;
  border: 2px solid rgba(57, 87, 170, 0.5);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}
@media (max-width: 992px) {
  .upgrade-main-center .neon-center {
    width: 216px;
    height: 216px;
  }
}
.upgrade-main-center .neon-center .icon {
  font-size: 48px;
  line-height: 48px;
  color: #fff;
  margin-bottom: 8px;
}
.upgrade-main-center .neon-center .text {
  text-align: center;
  width: 90%;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #fff;
}
.upgrade-main-center .neon-center .percent {
  font-size: 48px;
  color: #ffffff;
  margin-bottom: 8px;
  font-weight: 700;
}
.upgrade-main-center .neon-center .water-animate {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.upgrade-main-center .neon-center .water-animate .water-animate-water-1,
.upgrade-main-center .neon-center .water-animate .water-animate-water-2 {
  width: 690px;
  height: 320px;
  position: absolute;
  top: 303px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/files/images/eb7796f8dbb834cb8fda.svg) no-repeat 0 0;
  z-index: -1;
  transition: all 1s;
}
.upgrade-main-center .neon-center .water-animate .water-animate-water-1 {
  animation: waterAnimate1 2s linear infinite;
  margin-left: 170px;
}
.upgrade-main-center .neon-center .water-animate .water-animate-water-2 {
  background: url(/files/images/437e2a50c431d94c196f.svg) no-repeat 0 0;
  animation: waterAnimate2 2s linear infinite;
  margin-left: -170px;
}
@keyframes waterAnimate1 {
  0% {
    margin-left: 170px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes waterAnimate2 {
  0% {
    margin-left: -170px;
  }
  100% {
    margin-left: 0;
  }
}
.upgrade-main-center.loose .neon-arrow:before {
  top: -30px;
}
.upgrade-main-center.loose .loose img {
  width: 100%;
  height: auto;
}
.upgrade-main-center.loose .neon-lines {
  opacity: 0;
  transform: translate(-50%, -50%) scale(1.5);
}
.upgrade-main-center.loose .neon-center {
  transform: translate(-50%, -20%);
  opacity: 0;
}
.upgrade-main-center.loose .loose {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.upgrade-main-center.loose .neon-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
.upgrade-main-center.loose .neon-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  top: 50%;
  animation: spin 8s linear infinite;
  left: 50%;
  margin-left: -209px;
  margin-top: -209px;
  display: block;
  background: url(/files/images/31a6ef79750199d65a38.png) no-repeat;
  width: 418px;
  height: 418px;
  background-size: 100%;
  z-index: -1;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.upgrade-main-center .win {
  box-shadow: 0 0 30px rgba(255, 198, 0, 0.9), 0 0 10px rgba(255, 198, 0, 0.5);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(255, 198, 0, 0.3) 80%, rgba(255, 198, 0, 0) 100%), radial-gradient(circle at bottom center, rgb(255, 198, 0) 0%, rgba(255, 198, 0, 0) 70%);
}
.upgrade-main-center .loose {
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.9), 0 0 10px rgba(255, 255, 255, 0.5);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0.3) 80%, rgba(255, 255, 255, 0) 100%), radial-gradient(circle at bottom center, rgb(255, 255, 255) 0%, rgba(255, 198, 0, 0) 70%);
}
.upgrade-main-center .loose,
.upgrade-main-center .win {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  opacity: 0;
  transition: all 0.5s;
  border: 10px solid white;
  justify-content: center;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
}
.upgrade-main-center .loose .text,
.upgrade-main-center .win .text {
  margin-bottom: 20px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  position: absolute;
  top: 50px;
}
.upgrade-main-center .loose .in-case-item,
.upgrade-main-center .win .in-case-item {
  width: 77%;
  height: 100px;
  position: relative;
  background: none;
  border-radius: 8px;
  padding: 4px;
  display: flex;
  flex-direction: column;
}
.upgrade-main-center .loose .in-case-item[data-rar=consumer],
.upgrade-main-center .win .in-case-item[data-rar=consumer] {
  background: linear-gradient(180deg, rgba(176, 195, 217, 0.3) 0%, rgba(211, 221, 234, 0.3) 100%), radial-gradient(50% 100% at 43.55% 0%, rgba(176, 195, 217, 0.48) 0%, rgba(176, 195, 217, 0) 100%);
  color: #b0c3d9;
}
.upgrade-main-center .loose .in-case-item[data-rar=military],
.upgrade-main-center .win .in-case-item[data-rar=military] {
  background: linear-gradient(180deg, rgba(75, 105, 255, 0.3) 0%, rgba(117, 150, 255, 0.3) 100%), radial-gradient(50% 100% at 43.55% 0%, rgba(75, 105, 255, 0.48) 0%, rgba(75, 105, 255, 0) 100%);
  color: #4b69ff;
}
.upgrade-main-center .loose .in-case-item[data-rar=industrial],
.upgrade-main-center .win .in-case-item[data-rar=industrial] {
  background: linear-gradient(180deg, rgba(94, 152, 217, 0.3) 0%, rgba(121, 178, 225, 0.3) 100%), radial-gradient(50% 100% at 43.55% 0%, rgba(94, 152, 217, 0.48) 0%, rgba(94, 152, 217, 0) 100%);
  color: #5e98d9;
}
.upgrade-main-center .loose .in-case-item[data-rar=restricted],
.upgrade-main-center .win .in-case-item[data-rar=restricted] {
  background: linear-gradient(180deg, rgba(136, 71, 255, 0.3) 0%, rgba(170, 133, 255, 0.3) 100%), radial-gradient(50% 100% at 43.55% 0%, rgba(136, 71, 255, 0.48) 0%, rgba(136, 71, 255, 0) 100%);
  color: #8847ff;
}
.upgrade-main-center .loose .in-case-item[data-rar=classified],
.upgrade-main-center .win .in-case-item[data-rar=classified] {
  background: linear-gradient(180deg, rgba(211, 44, 230, 0.3) 0%, rgba(226, 59, 250, 0.3) 100%), radial-gradient(50% 100% at 43.55% 0%, rgba(211, 44, 230, 0.48) 0%, rgba(211, 44, 230, 0) 100%);
  color: #d32ce6;
}
.upgrade-main-center .loose .in-case-item[data-rar=covert],
.upgrade-main-center .win .in-case-item[data-rar=covert] {
  background: linear-gradient(180deg, rgba(235, 75, 75, 0.3) 0%, rgba(245, 116, 116, 0.3) 100%), radial-gradient(50% 100% at 43.55% 0%, rgba(235, 75, 75, 0.48) 0%, rgba(235, 75, 75, 0) 100%);
  color: #eb4b4b;
}
.upgrade-main-center .loose .in-case-item[data-rar=legendary],
.upgrade-main-center .win .in-case-item[data-rar=legendary] {
  background: linear-gradient(180deg, rgba(255, 198, 0, 0.3) 0%, rgba(255, 229, 27, 0.3) 100%), radial-gradient(50% 100% at 43.55% 0%, rgba(255, 198, 0, 0.48) 0%, rgba(255, 198, 0, 0) 100%);
  color: #ffc600;
}
.upgrade-main-center .loose .in-case-item .img,
.upgrade-main-center .win .in-case-item .img {
  border: none;
  box-shadow: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  object-fit: contain;
  margin-bottom: 16px;
}
.upgrade-main-center .loose .in-case-item .img::after,
.upgrade-main-center .win .in-case-item .img::after {
  background: none;
  border: none;
}
.upgrade-main-center .loose .in-case-item .img::before,
.upgrade-main-center .win .in-case-item .img::before {
  background: none;
  border: none;
}
.upgrade-main-center .loose .in-case-item .in-case-item-name,
.upgrade-main-center .loose .in-case-item .in-case-item-desc,
.upgrade-main-center .win .in-case-item .in-case-item-name,
.upgrade-main-center .win .in-case-item .in-case-item-desc {
  font-weight: 500;
  font-size: 10px;
  line-height: 140%;
  color: #ffffff;
  text-shadow: none;
  margin-top: auto;
}
.upgrade-main-center .loose {
  background: none;
  padding-top: 0;
}
.upgrade-main-center.win .neon-arrow:before {
  top: -30px;
}
.upgrade-main-center.win .in-case-info {
  margin-bottom: 20%;
}
.upgrade-main-center.win .win {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.upgrade-main-center.win .win img {
  width: 100%;
  height: auto;
}
.upgrade-main-center.win .neon-lines {
  opacity: 0;
  transform: translate(-50%, -50%) scale(1.5);
}
.upgrade-main-center.win .neon-center {
  transform: translate(-50%, -50%);
  opacity: 0;
}
.upgrade-main-center.win .neon-wrap {
  width: 100%;
  height: 100%;
}
.upgrade-main-center.active .neon-center {
  background: linear-gradient(to top, #004c8f 0%, rgba(44, 109, 230, 0) 100%);
}
.upgrade-main-center.active .neon-lines {
  cursor: pointer;
  transition: all 0.5s;
}
.upgrade-main-center.active .neon-lines.change {
  transform: translate(-50%, -50%) rotate(180deg);
}

.upgrade-main-left,
.upgrade-main-right {
  width: 156px;
  aspect-ratio: 1/1;
  background: url(/files/images/f4d51d73a620d1e716a0.svg) no-repeat 0 0;
  border-radius: 18px;
  border: 2.5px solid #202028;
  background: #131318;
  box-shadow: inset 0 0 0 2px rgba(247, 219, 255, 0.12);
  margin-right: 103px;
  position: relative;
}
@media (max-width: 1280px) {
  .upgrade-main-left,
  .upgrade-main-right {
    margin-right: 43px;
  }
}
@media (max-width: 814px) {
  .upgrade-main-left,
  .upgrade-main-right {
    margin-right: 24px;
    margin-top: 340px;
  }
}
@media (max-width: 350px) {
  .upgrade-main-left,
  .upgrade-main-right {
    margin-right: 4px;
  }
}
@media (max-width: 815px) {
  .upgrade-main-left,
  .upgrade-main-right {
    width: 150px;
    position: absolute;
    top: 0;
  }
}
.upgrade-main-left:after,
.upgrade-main-right:after {
  bottom: -69px;
  left: 13px;
  width: 456px;
  height: 206px;
  transition: all 0.3s;
}
.upgrade-main-left .item,
.upgrade-main-right .item {
  width: auto;
  border-radius: 12px;
  margin: 3px;
  overflow: hidden;
  height: -webkit-fill-available;
  position: relative;
}
.upgrade-main-left .item:before,
.upgrade-main-right .item:before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/files/images/f4d51d73a620d1e716a0.svg) no-repeat 50% 50%;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
}
.upgrade-main-left .item .in-case-item,
.upgrade-main-right .item .in-case-item {
  width: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.upgrade-main-left .item .in-case-item .img,
.upgrade-main-right .item .in-case-item .img {
  border-radius: 12px;
  border-width: 3px;
}
.upgrade-main-left .item .in-case-item .img:before, .upgrade-main-left .item .in-case-item .img:after,
.upgrade-main-left .item .in-case-item .img img,
.upgrade-main-right .item .in-case-item .img:before,
.upgrade-main-right .item .in-case-item .img:after,
.upgrade-main-right .item .in-case-item .img img {
  border-radius: 12px;
}
.upgrade-main-left .item .in-case-item .img:before,
.upgrade-main-right .item .in-case-item .img:before {
  border-radius: 14px;
}
.upgrade-main-left .item .in-case-item .img:after,
.upgrade-main-right .item .in-case-item .img:after {
  border-radius: 9px;
}
.upgrade-main-left .item .in-case-item .img:after,
.upgrade-main-right .item .in-case-item .img:after {
  width: 100%;
  height: 100%;
  border-width: 3px;
}
.upgrade-main-left .item .in-case-item .in-case-item-name,
.upgrade-main-right .item .in-case-item .in-case-item-name {
  padding: 0;
  margin-right: 0;
  color: #d6ddff;
}
.upgrade-main-left .item .in-case-item .in-case-item-name:before,
.upgrade-main-right .item .in-case-item .in-case-item-name:before {
  display: none;
}
.upgrade-main-left .item .in-case-item[data-rar="5e98d9"] .in-case-item-name,
.upgrade-main-right .item .in-case-item[data-rar="5e98d9"] .in-case-item-name {
  text-shadow: 0 0 8px #5e98d9;
}
.upgrade-main-left .item .in-case-item[data-rar=eb4b4b] .in-case-item-name,
.upgrade-main-right .item .in-case-item[data-rar=eb4b4b] .in-case-item-name {
  text-shadow: 0 0 8px #eb4b4b;
}
.upgrade-main-left .item .in-case-item .close,
.upgrade-main-right .item .in-case-item .close {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all 0.5s;
  opacity: 0;
}
.upgrade-main-left .item .in-case-item:hover .close,
.upgrade-main-right .item .in-case-item:hover .close {
  opacity: 1;
  transform: translate(-50%, -35px) scale(1.1);
}

@media (max-width: 815px) {
  .upgrade-main-left {
    margin-left: -150px;
  }
}
@media (max-width: 815px) {
  .upgrade-main-left:after {
    width: 108px;
    height: 183px;
    top: calc(100% - 49px);
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 815px) {
  .upgrade-main-left.active:after {
    top: calc(100% - 63px);
    width: 144px;
    height: 229px;
  }
}
.upgrade-main-left.active:before {
  opacity: 1;
}
.upgrade-main-left.active .in-case-item[data-rat="5e98d9"] .img {
  box-shadow: 0px 0px 10px #5e98d9;
}
.upgrade-main-left.active .in-case-item[data-rat="4b69ff"] .img {
  box-shadow: 0px 0px 10px #4b69ff;
}
.upgrade-main-left.active .in-case-item[data-rat=d32ce6] .img {
  box-shadow: 0px 0px 10px #d32ce6;
}
.upgrade-main-left.active .in-case-item[data-rat="8847ff"] .img {
  box-shadow: 0px 0px 10px #8847ff;
}
.upgrade-main-left.active .in-case-item[data-rat=eb4b4b] .img {
  box-shadow: 0px 0px 10px #eb4b4b;
}
.upgrade-main-left.active .item:before {
  display: none;
}

.upgrade-main-right {
  margin-right: 0;
  margin-left: 103px;
}
@media (max-width: 1280px) {
  .upgrade-main-right {
    margin-left: 43px;
  }
}
@media (max-width: 992px) {
  .upgrade-main-right {
    margin-left: 24px;
  }
}
@media (max-width: 350px) {
  .upgrade-main-right {
    margin-left: 4px;
  }
}
@media (max-width: 815px) {
  .upgrade-main-right {
    margin-right: -150px;
  }
}
.upgrade-main-right:after {
  left: auto;
  right: 13px;
  transition: all 0.3s;
}
@media (max-width: 815px) {
  .upgrade-main-right:after {
    width: 108px;
    height: 183px;
    top: calc(100% - 49px);
    left: 50%;
    transform: translateX(-50%);
  }
}
.upgrade-main-right.active:after {
  transition: all 0.3s;
}
@media (max-width: 815px) {
  .upgrade-main-right.active:after {
    top: calc(100% - 63px);
    width: 144px;
    height: 229px;
  }
}
.upgrade-main-right.active:before {
  opacity: 1;
}
.upgrade-main-right.active .in-case-item[data-rat="5e98d9"] .img {
  box-shadow: 0px 0px 10px #5e98d9;
}
.upgrade-main-right.active .in-case-item[data-rat="4b69ff"] .img {
  box-shadow: 0px 0px 10px #4b69ff;
}
.upgrade-main-right.active .in-case-item[data-rat=d32ce6] .img {
  box-shadow: 0px 0px 10px #d32ce6;
}
.upgrade-main-right.active .in-case-item[data-rat="8847ff"] .img {
  box-shadow: 0px 0px 10px #8847ff;
}
.upgrade-main-right.active .in-case-item[data-rat=eb4b4b] .img {
  box-shadow: 0px 0px 10px #eb4b4b;
}

.upgrade-main {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 27px;
}
@media (max-width: 992px) {
  .upgrade-main {
    padding-bottom: 102px;
  }
}
@media (max-width: 815px) {
  .upgrade-main {
    padding-bottom: 304px;
  }
}
.upgrade-main-wrap {
  position: relative;
  background: linear-gradient(180deg, #131318, #1c223f 27%, #131318);
}
@media (max-width: 1280px) {
  .upgrade-main-wrap {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .upgrade-main-wrap {
    padding: 0px 15px;
  }
}
.upgrade-main.not-auth .neon-wrap {
  width: 100%;
  height: 100%;
}
.upgrade-main.not-auth .neon-center {
  background: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 2px solid rgba(57, 87, 170, 0.5);
}
.upgrade-main.not-auth .neon-center .text {
  position: relative;
  bottom: 0;
  color: #c2d3ff;
}
.upgrade-main.not-auth .auth {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 23px;
}
.upgrade-main.not-auth .auth .warning-icon {
  bottom: 125px;
}
.upgrade-main.not-auth .auth span {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #fff6d8;
  margin-bottom: 40px;
}
.upgrade-main.not-auth .auth .btn {
  height: 66px;
  border-radius: 14px;
  background: rgba(211, 44, 230, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffc600;
  min-width: 256px;
  transition: all 0.5s;
}
.upgrade-main.not-auth .auth .btn:hover {
  color: #fff;
  text-shadow: -1px -1px 0 #ffc600, 1px -1px 0 #ffc600, -1px 1px 0 #ffc600, 1px 1px 0 #ffc600, 0px 0px 8px #ffc600;
}
.upgrade-main.null .center-wrap .water-animate-water-1, .upgrade-main.null .center-wrap .water-animate-water-2 {
  top: 185px;
}
@media (max-width: 992px) {
  .upgrade-main.active .upgrade-main-bottom:before {
    width: 88px;
    height: 272px;
    top: -193px;
  }
}
.upgrade-main.active .upgrade-main-bottom .btn-start {
  animation: btn-ligth 1s ease-in-out infinite;
}
.upgrade-main.active .center-wrap .water-animate-water-1, .upgrade-main.active .center-wrap .water-animate-water-2 {
  top: 35px;
}

.upgrade-main-bottom {
  width: fit-content;
  height: 104px;
  border-radius: 8px;
  background-size: 100%;
  padding: 20px 20px 20px 20px;
  align-items: center;
  justify-content: flex-start;
  display: flex;
  position: absolute;
  top: 100%;
  right: 57px;
  margin-top: -130px;
  z-index: 1;
  background: #131318;
  border: 2px solid rgba(247, 219, 255, 0.12);
}
@media (max-width: 992px) {
  .upgrade-main-bottom {
    margin-top: -80px;
    padding: 0;
    border: 0;
    height: 64px;
    right: 4px;
  }
}
.upgrade-main-bottom:before {
  top: -130px;
  left: -196px;
  width: 288px;
  height: 242px;
  transition: all 0.3s;
  z-index: 2;
}
@media (max-width: 992px) {
  .upgrade-main-bottom:before {
    width: 48px;
    height: 224px;
    top: -163px;
    left: 16px;
  }
}
.upgrade-main-bottom .btn {
  padding: 0 36px;
  min-width: auto;
  width: 100%;
  white-space: nowrap;
  z-index: 2;
}
.upgrade-main-bottom .btn span {
  padding-left: 0;
}
@media (max-width: 1024px) {
  .upgrade-main-bottom .btn1 {
    padding: 4px 8px;
  }
}
.upgrade-main-bottom .btn1 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding: 10px;
  border-radius: 4px;
  min-width: 186px;
  color: #482000;
  border: none;
  height: 60px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  cursor: pointer;
  text-decoration: none;
  transition: 0.2s ease-out;
  text-align: center;
  justify-content: center;
}
@media (max-width: 962px) {
  .upgrade-main-bottom .btn1 {
    height: 46px;
    border-radius: 8px;
  }
}
.upgrade-main-bottom .btn1-yellow {
  background: #ffb800;
}
.upgrade-main-bottom .btn1_green {
  background: #089408;
  color: white;
  border: none !important;
  min-width: 146px;
}
.upgrade-main-bottom .btn1_green:hover {
  border: none;
}
.upgrade-main-bottom .btn1-yellow.disabled {
  color: #482000;
  border: 0;
  font-weight: 700;
  min-width: 170px;
  width: 100%;
}
.upgrade-main-bottom .new-game-btn {
  background-image: url(/files/images/58c87cb1bdaa563cc95f.svg);
  width: 60px;
  background-position: center;
  background-repeat: no-repeat;
  min-width: 32px;
  margin-left: 20px;
  background-size: 50%;
}

@keyframes btn-ligth {
  0% {
    color: white;
  }
  50% {
    color: #fff;
  }
}
.upgrade-main-btns {
  display: flex;
  gap: 4px;
  position: absolute;
  bottom: 28px;
  left: 57px;
  background-color: #202028;
  border: 2px solid #363744;
  backdrop-filter: blur(8px);
  border-radius: 8px;
  padding: 6px;
  width: 320px;
}
@media (max-width: 1280px) {
  .upgrade-main-btns {
    min-width: 216px;
  }
}
@media (max-width: 1024px) {
  .upgrade-main-btns {
    bottom: 16px;
    width: min-content;
    backdrop-filter: blur(8px);
    min-width: auto;
    left: 4px;
    height: auto;
  }
}
@media (max-width: 1024px) {
  .upgrade-main-btns {
    bottom: 24px;
  }
}
.upgrade-main-btns a {
  width: calc(50% - 2px);
  height: 92px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .upgrade-main-btns a {
    height: 32px;
    flex-direction: row;
    justify-content: center;
  }
}
.upgrade-main-btns a .icon {
  width: 48px;
  height: 48px;
  position: relative;
  margin-bottom: 2px;
  margin-top: 13px;
  font-size: 24px;
  line-height: 24px;
  color: rgba(195, 195, 195, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .upgrade-main-btns a .icon {
    margin-top: 0;
  }
}
.upgrade-main-btns a .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  opacity: 0;
}
.upgrade-main-btns a .icon img:not(.hover) {
  opacity: 1;
}
.upgrade-main-btns a .text {
  font-size: 16px;
  line-height: 20px;
  color: white;
  transition: all 0.5s;
  text-transform: capitalize;
}
@media (max-width: 1024px) {
  .upgrade-main-btns a .text {
    display: none;
  }
}
.upgrade-main-btns a:hover, .upgrade-main-btns a.active {
  background-color: #47485d;
}
@media (max-width: 992px) {
  .upgrade-main-btns a:hover, .upgrade-main-btns a.active {
    border-radius: 8px;
  }
}
.upgrade-main-btns a:hover .icon, .upgrade-main-btns a.active .icon {
  color: white;
}
.upgrade-main-btns a:hover .icon img.hover, .upgrade-main-btns a.active .icon img.hover {
  opacity: 1;
}
.upgrade-main-btns a:hover .icon img:not(.hover), .upgrade-main-btns a.active .icon img:not(.hover) {
  opacity: 1;
}
.upgrade-main-btns a:hover .text, .upgrade-main-btns a.active .text {
  color: white;
}
.upgrade-main-btns a:hover .in-case-item[data-rat="5e98d9"] .img, .upgrade-main-btns a.active .in-case-item[data-rat="5e98d9"] .img {
  box-shadow: 0px 0px 10px #5e98d9;
}
.upgrade-main-btns a:hover .in-case-item[data-rat="4b69ff"] .img, .upgrade-main-btns a.active .in-case-item[data-rat="4b69ff"] .img {
  box-shadow: 0px 0px 10px #4b69ff;
}
.upgrade-main-btns a:hover .in-case-item[data-rat=d32ce6] .img, .upgrade-main-btns a.active .in-case-item[data-rat=d32ce6] .img {
  box-shadow: 0px 0px 10px #d32ce6;
}
.upgrade-main-btns a:hover .in-case-item[data-rat="8847ff"] .img, .upgrade-main-btns a.active .in-case-item[data-rat="8847ff"] .img {
  box-shadow: 0px 0px 10px #8847ff;
}
.upgrade-main-btns a:hover .in-case-item[data-rat=eb4b4b] .img, .upgrade-main-btns a.active .in-case-item[data-rat=eb4b4b] .img {
  box-shadow: 0px 0px 10px #eb4b4b;
}
.upgrade-main-btns .take-money .take-money-tooltipe {
  background: linear-gradient(to right, #7d36ff 0%, #3900a1 100%);
  position: absolute;
  bottom: -17px;
  left: 50%;
  transform: translate(-50%, -70%);
  font-size: 14px;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 8px;
  height: 20px;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  transition: all 0.3s;
}
.upgrade-main-btns .take-money.disabled {
  opacity: 0.7;
  pointer-events: none;
}
.upgrade-main-btns .take-money.disabled:hover .take-money-tooltipe {
  opacity: 1;
  transform: translate(-50%, 10px);
}

.upgrade-items {
  border-top: 2px solid #202028;
  margin-left: 33px;
  margin-right: 33px;
  display: flex;
  padding-top: 33px;
  position: relative;
}
@media (max-width: 992px) {
  .upgrade-items[data-tab=false] .upgrade-items-user {
    display: block;
  }
  .upgrade-items[data-tab=false] .upgrade-items-shop {
    display: none;
  }
  .upgrade-items[data-tab=true] .upgrade-items-user {
    display: none;
  }
  .upgrade-items[data-tab=true] .upgrade-items-shop {
    display: block;
  }
}
@media (max-width: 992px) {
  .upgrade-items {
    margin-right: 20px;
    margin-left: 20px;
    flex-direction: column;
    padding-top: 0;
  }
}
.upgrade-items-user {
  width: 50%;
  height: 100%;
}
@media (max-width: 992px) {
  .upgrade-items-user {
    width: 100%;
    display: none;
  }
}
.upgrade-items-user.disable {
  pointer-events: none;
  opacity: 0.4;
}
.upgrade-items-user .upgrade-items-content .in-case-item {
  width: calc(25% - 11px);
  cursor: pointer;
  aspect-ratio: 1/1;
}
@media (max-width: 640px) {
  .upgrade-items-user .upgrade-items-content .in-case-item {
    width: calc(33.3% - 11px);
  }
}
.upgrade-items-user .upgrade-items-title {
  border: 2px solid rgba(255, 255, 255, 0.04);
  border-radius: 20px 20px 0px 0px;
  padding: 20px;
}
@media (max-width: 992px) {
  .upgrade-items-user .upgrade-items-title {
    padding: 0;
    border: 0;
    background: none;
  }
}
.upgrade-items-user .upgrade-items-title .search-block {
  width: calc(100% - 74px);
  margin-right: 12px;
  margin-left: 0;
}
.upgrade-items-user .upgrade-items-title .search-block input {
  padding: 0 12px;
}
.upgrade-items-user .upgrade-items-title .search-block .btn-search {
  right: 12px;
}
.upgrade-items-user .upgrade-items-title .search-block:hover .btn-search {
  opacity: 1;
}
.upgrade-items-user .in-case-sort {
  background: #202028;
  border-radius: 8px;
  padding: 8px;
  overflow: hidden;
  position: relative;
  border: 0;
  height: 48px;
}
.upgrade-items-user .in-case-sort > * {
  position: relative;
  z-index: 2;
}
.upgrade-items-user .in-case-sort svg {
  fill: #000;
}
.upgrade-items-user .in-case-sort .icon {
  color: #999;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.upgrade-items-shop {
  width: 50%;
  margin-left: 20px;
}
@media (max-width: 992px) {
  .upgrade-items-shop {
    width: 100%;
    margin-left: 0;
    display: none;
  }
}
.upgrade-items-shop .upgrade-items-title {
  border: 2px solid rgba(255, 255, 255, 0.04);
  border-radius: 20px 20px 0px 0px;
  padding: 20px;
}
@media (max-width: 992px) {
  .upgrade-items-shop .upgrade-items-title {
    padding: 0;
    border: 0;
    background: none;
  }
}
.upgrade-items-shop .upgrade-items-title .search-block {
  width: calc(100% - 74px);
  margin-right: 12px;
  margin-left: 0;
}
.upgrade-items-shop .upgrade-items-title .search-block input {
  padding: 0 12px;
}
.upgrade-items-shop .upgrade-items-title .search-block .btn-search {
  right: 12px;
}
.upgrade-items-shop .upgrade-items-title .search-block:hover .btn-search {
  opacity: 1;
}
.upgrade-items-shop .in-case-sort {
  background: #202028;
  border-radius: 8px;
  padding: 8px;
  overflow: hidden;
  position: relative;
  border: 0;
  height: 48px;
}
.upgrade-items-shop .in-case-sort > * {
  position: relative;
  z-index: 2;
}
.upgrade-items-shop .in-case-sort .icon {
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.upgrade-items-content {
  border: 2px solid rgba(255, 255, 255, 0.04);
  border-radius: 0px 0px 12px 12px;
  overflow: hidden;
  margin-bottom: 40px;
  position: relative;
  height: 552px;
  padding: 8px;
}
@media (max-width: 992px) {
  .upgrade-items-content {
    border: 0;
    background: none;
    padding: 0;
    height: 810px;
  }
}
.upgrade-items-content .infinite-scroll-component__outerdiv .loaderFon {
  left: 0;
  display: flex;
  justify-content: center;
  margin: 0;
  width: 100%;
}
.upgrade-items-content .in-case-wrap {
  margin: 0;
  overflow: auto;
  overflow-y: hidden !important;
}
@media (max-width: 992px) {
  .upgrade-items-content .in-case-wrap {
    padding: 32px 0 0 0;
  }
}
.upgrade-items-content .in-case-wrap::-webkit-scrollbar {
  width: 8px;
}
.upgrade-items-content .in-case-wrap::-webkit-scrollbar-track {
  background: rgba(16, 16, 16, 0.3);
}
.upgrade-items-content .in-case-wrap::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.4);
}
.upgrade-items-content .in-case-item {
  width: calc(25% - 11px);
  margin: 0 4px 8px 4px;
  position: relative;
  cursor: pointer;
  height: auto;
  aspect-ratio: 1/1;
}
@media (max-width: 640px) {
  .upgrade-items-content .in-case-item {
    width: calc(50% - 11px);
  }
}
.upgrade-items-content .in-case-item .in-case-item-wrap {
  position: relative;
  height: 100%;
}
.upgrade-items-content .in-case-item .img-contracts {
  border-radius: 12px;
  background: rgba(45, 1, 126, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(50, 21, 102, 0.8);
  border: 2px solid #d32ce6;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #d8c2ff;
  z-index: 4;
}
.upgrade-items-content .in-case-item .in-case-item-desc {
  text-align: left;
}
.upgrade-items-content .in-case-item .in-case-item-name {
  padding-right: 0;
  margin-right: 0;
  text-align: left;
  min-height: 28px;
}
.upgrade-items-content .in-case-item .in-case-item-name:before {
  display: none;
}
.upgrade-items-content .empty {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #5f4169;
  padding-bottom: 70px;
}
.upgrade-items-content .empty .text {
  margin: 37px 0 32px 0;
}

.upgrade-items-title {
  display: flex;
  flex-wrap: wrap;
  min-height: 44px;
  margin-bottom: 2px;
  position: relative;
}
.upgrade-items-title .title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 24px;
  color: white;
  width: 100%;
  margin-bottom: 28px;
}
@media (max-width: 992px) {
  .upgrade-items-title .title {
    display: none;
  }
}

.upgrade-steps {
  width: 1288px;
  margin: 0 auto 74px auto;
  display: flex;
  align-items: center;
  padding-top: 60px;
}
@media (max-width: 1280px) {
  .upgrade-steps {
    width: 100%;
  }
}
.upgrade-steps-wrap {
  display: flex;
  align-items: center;
  margin: 0 -32px;
}
@media (max-width: 992px) {
  .upgrade-steps-wrap {
    margin: 0;
    padding: 0 20px;
    flex-wrap: wrap;
  }
}
.upgrade-steps-wrap > :nth-child(3) {
  margin-top: -21px;
}
@media (max-width: 480px) {
  .upgrade-steps-wrap > :nth-child(3) {
    margin-top: 0;
  }
}
.upgrade-steps-item {
  width: calc(25% - 64px);
  margin: 0 32px;
  text-align: center;
}
@media (max-width: 992px) {
  .upgrade-steps-item {
    width: calc(50% - 64px);
    margin-bottom: 32px;
  }
}
@media (max-width: 480px) {
  .upgrade-steps-item {
    width: 100%;
    margin-bottom: 24px;
  }
}
.upgrade-steps-item .icon {
  margin-bottom: 48px;
  position: relative;
}
.upgrade-steps-item .icon:before {
  background: -moz-radial-gradient(center, ellipse cover, rgb(73, 18, 187) 0%, rgba(39, 9, 62, 0.1) 60%, rgba(39, 9, 62, 0) 67%);
  background: -webkit-radial-gradient(center, ellipse cover, rgb(73, 18, 187) 0%, rgba(39, 9, 62, 0.1) 60%, rgba(39, 9, 62, 0) 67%);
  background: radial-gradient(ellipse at center, rgb(73, 18, 187) 0%, rgba(39, 9, 62, 0.1) 60%, rgba(39, 9, 62, 0) 67%);
  width: 228px;
  height: 228px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.5;
  margin-top: 45px;
}
.upgrade-steps-item .text {
  font-size: 16px;
  line-height: 20px;
  color: #744e81;
}

.upgrade-money {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s;
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
}
@media (max-width: 375px) {
  .upgrade-money {
    height: 180px;
  }
}
.upgrade-money-wrap {
  height: 100%;
  border-radius: 50%;
}
.upgrade-money-content {
  height: 100%;
  border-radius: 50%;
  display: flex;
  padding: 8px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.upgrade-money-content .cost {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 8px;
  border-radius: 8px;
  color: white;
  border: 2px solid #4e4e4e;
}
.upgrade-money-content .cost .ant-input-number {
  background: none;
  border: 0;
  width: 130px;
}
.upgrade-money-content .cost .ant-input-number:focus {
  border: 0;
}
.upgrade-money-content .cost input {
  background: none;
  border: 0;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  display: block;
  width: 100%;
  padding: 0;
}
.upgrade-money-content .cost input:focus {
  outline: none;
}
.upgrade-money-content .money-title {
  border-radius: 12px;
  height: 60px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  position: relative;
}
.upgrade-money-content .money-title::before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  border: 4px solid transparent;
  border-radius: 12px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  top: 2px;
  left: 2px;
  z-index: -1;
  opacity: 0.2;
  box-sizing: border-box;
}
.upgrade-money-content .money-title .icon {
  -webkit-background-clip: text;
  font-size: 48px;
}
.upgrade-money-content .progress {
  width: calc(100% - 2px);
  height: 8px;
  border-radius: 4px;
  background: #333333;
  position: relative;
}
.upgrade-money-content .progress:before {
  border-radius: 24px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border: 4px solid rgba(38, 4, 55, 0.2);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.upgrade-money-content .progress .progress-divider {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #333333;
}
.upgrade-money-content .progress .progress-divider.left {
  left: 0;
}
.upgrade-money-content .progress .progress-divider.right {
  right: 0;
}
.upgrade-money-content .progress-line {
  position: relative;
  height: 100%;
  width: 0%;
  border-radius: 4px;
  background: #007bff;
}
.upgrade-money-content .progress-line .progress-line-icon {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  margin-left: -10px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: inset 0 0 0 2px #007bff;
  z-index: 2;
}
.upgrade-money-content .progress .progress-label {
  position: absolute;
  top: 100%;
  font-size: 12px;
  color: #B3B5C6;
}
.upgrade-money-content .progress .progress-label.start {
  left: 0;
  transform: translateY(4px);
}
.upgrade-money-content .progress .progress-label.end {
  right: 0;
  transform: translateY(4px);
}
.upgrade-money.active {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  z-index: 2;
}
.upgrade-money.active + .in-case-item {
  opacity: 0;
}

.more-items {
  max-width: 100%;
  display: flex;
  height: 100%;
  align-items: flex-start;
  flex-direction: column;
}
.more-items .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
  width: 100%;
}
.more-items .title span {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 12px;
  padding: 0 8px;
  height: 24px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
.more-items .title .cost {
  height: 26px;
  border-radius: 12px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}
.more-items .items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 4px;
  flex: 1;
}
.more-items .items .top-drop-item {
  margin: 0;
  flex-grow: 1;
  height: auto;
  box-shadow: none;
  border-radius: 8px;
}
.more-items .items .top-drop-item[data-rar=consumer] {
  background: linear-gradient(180deg, rgba(176, 195, 217, 0.3) 0%, rgba(211, 221, 234, 0.3) 100%), radial-gradient(50% 100% at 43.55% 0%, rgba(176, 195, 217, 0.48) 0%, rgba(176, 195, 217, 0) 100%);
  color: #b0c3d9;
}
.more-items .items .top-drop-item:nth-child(5) {
  width: 100%;
  min-width: 100%;
}
.more-items .items .top-drop-item[data-rar=military] {
  background: linear-gradient(180deg, rgba(75, 105, 255, 0.3) 0%, rgba(117, 150, 255, 0.3) 100%), radial-gradient(50% 100% at 43.55% 0%, rgba(75, 105, 255, 0.48) 0%, rgba(75, 105, 255, 0) 100%);
  color: #4b69ff;
}
.more-items .items .top-drop-item[data-rar=industrial] {
  background: linear-gradient(180deg, rgba(94, 152, 217, 0.3) 0%, rgba(121, 178, 225, 0.3) 100%), radial-gradient(50% 100% at 43.55% 0%, rgba(94, 152, 217, 0.48) 0%, rgba(94, 152, 217, 0) 100%);
  color: #5e98d9;
}
.more-items .items .top-drop-item[data-rar=restricted] {
  background: linear-gradient(180deg, rgba(136, 71, 255, 0.3) 0%, rgba(170, 133, 255, 0.3) 100%), radial-gradient(50% 100% at 43.55% 0%, rgba(136, 71, 255, 0.48) 0%, rgba(136, 71, 255, 0) 100%);
  color: #8847ff;
}
.more-items .items .top-drop-item[data-rar=classified] {
  background: linear-gradient(180deg, rgba(211, 44, 230, 0.3) 0%, rgba(226, 59, 250, 0.3) 100%), radial-gradient(50% 100% at 43.55% 0%, rgba(211, 44, 230, 0.48) 0%, rgba(211, 44, 230, 0) 100%);
  color: #d32ce6;
}
.more-items .items .top-drop-item[data-rar=covert] {
  background: linear-gradient(180deg, rgba(235, 75, 75, 0.3) 0%, rgba(245, 116, 116, 0.3) 100%), radial-gradient(50% 100% at 43.55% 0%, rgba(235, 75, 75, 0.48) 0%, rgba(235, 75, 75, 0) 100%);
  color: #eb4b4b;
}
.more-items .items .top-drop-item[data-rar=legendary] {
  background: linear-gradient(180deg, rgba(255, 198, 0, 0.3) 0%, rgba(255, 229, 27, 0.3) 100%), radial-gradient(50% 100% at 43.55% 0%, rgba(255, 198, 0, 0.48) 0%, rgba(255, 198, 0, 0) 100%);
  color: #ffc600;
}
.more-items .items .top-drop-item .drop-img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.more-items .items .top-drop-item:hover .drop-img {
  margin-top: -5px;
}
.more-items .items .top-drop-item::before {
  background: none;
}
.more-items .items .top-drop-item:before {
  background: none;
}
.more-items .items .top-drop-item::after {
  background: none;
}
.more-items .items.single-col {
  flex-direction: column;
}
.more-items .items.single-col .top-drop-item {
  width: 100%;
  min-width: 100%;
}

.upgrade_item > *:not(.close) {
  pointer-events: none;
}

.upgrade-mob-tabs {
  display: none;
}
@media (max-width: 992px) {
  .upgrade-mob-tabs {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
    overflow: hidden;
    background: #202028;
    border-radius: 8px;
    margin-top: -8px;
    padding: 8px;
  }
}
.upgrade-mob-tabs div,
.upgrade-mob-tabs a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 50%;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0.325px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  color: #ccc;
  position: relative;
  cursor: pointer;
}
.upgrade-mob-tabs div:hover, .upgrade-mob-tabs div.active,
.upgrade-mob-tabs a:hover,
.upgrade-mob-tabs a.active {
  color: white;
  background: #131318;
  border-radius: 8px;
}
.upgrade-mob-tabs div:hover::before, .upgrade-mob-tabs div.active::before,
.upgrade-mob-tabs a:hover::before,
.upgrade-mob-tabs a.active::before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: -4px;
  left: 50%;
  margin-left: -4px;
}

.upgrade_item {
  z-index: 5;
  cursor: pointer;
  position: relative;
  background: linear-gradient(180deg, rgba(235, 75, 75, 0.3) 0%, rgba(245, 116, 116, 0.3) 100%), radial-gradient(50% 100% at 43.55% 0%, rgba(235, 75, 75, 0.48) 0%, rgba(235, 75, 75, 0) 100%);
  border-radius: 8px;
  padding: 4px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.upgrade_item .close {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all 0.5s;
  opacity: 0;
}
.upgrade_item:hover .close {
  opacity: 1;
  transform: translate(-50%, -35px) scale(1.1);
}
.upgrade_item_consumer {
  background: linear-gradient(180deg, rgba(176, 195, 217, 0.3) 0%, rgba(211, 221, 234, 0.3) 100%), radial-gradient(50% 100% at 43.55% 0%, rgba(176, 195, 217, 0.48) 0%, rgba(176, 195, 217, 0) 100%);
  color: #b0c3d9;
}
.upgrade_item_military {
  background: linear-gradient(180deg, rgba(75, 105, 255, 0.3) 0%, rgba(117, 150, 255, 0.3) 100%), radial-gradient(50% 100% at 43.55% 0%, rgba(75, 105, 255, 0.48) 0%, rgba(75, 105, 255, 0) 100%);
  color: #4b69ff;
}
.upgrade_item_industrial {
  background: linear-gradient(180deg, rgba(94, 152, 217, 0.3) 0%, rgba(121, 178, 225, 0.3) 100%), radial-gradient(50% 100% at 43.55% 0%, rgba(94, 152, 217, 0.48) 0%, rgba(94, 152, 217, 0) 100%);
  color: #5e98d9;
}
.upgrade_item_restricted {
  background: linear-gradient(180deg, rgba(136, 71, 255, 0.3) 0%, rgba(170, 133, 255, 0.3) 100%), radial-gradient(50% 100% at 43.55% 0%, rgba(136, 71, 255, 0.48) 0%, rgba(136, 71, 255, 0) 100%);
  color: #8847ff;
}
.upgrade_item_classified {
  background: linear-gradient(180deg, rgba(211, 44, 230, 0.3) 0%, rgba(226, 59, 250, 0.3) 100%), radial-gradient(50% 100% at 43.55% 0%, rgba(211, 44, 230, 0.48) 0%, rgba(211, 44, 230, 0) 100%);
  color: #d32ce6;
}
.upgrade_item_covert {
  background: linear-gradient(180deg, rgba(235, 75, 75, 0.3) 0%, rgba(245, 116, 116, 0.3) 100%), radial-gradient(50% 100% at 43.55% 0%, rgba(235, 75, 75, 0.48) 0%, rgba(235, 75, 75, 0) 100%);
  color: #eb4b4b;
}
.upgrade_item_legendary {
  background: linear-gradient(180deg, rgba(255, 198, 0, 0.3) 0%, rgba(255, 229, 27, 0.3) 100%), radial-gradient(50% 100% at 43.55% 0%, rgba(255, 198, 0, 0.48) 0%, rgba(255, 198, 0, 0) 100%);
  color: #ffc600;
}
.upgrade_item_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.upgrade_item_price {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #ffffff;
  padding: 4px 4px 2px;
  background: rgba(19, 19, 24, 0.5);
  border-radius: 4px;
  z-index: 1;
}
.upgrade_item_image {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  margin-left: -4px;
  margin-top: -4px;
  height: 100%;
  border-radius: 8px;
}
.upgrade_item_info {
  display: flex;
  font-size: 14px;
  flex-direction: column;
  z-index: 1;
  margin-top: auto;
}
.upgrade_item_name {
  font-weight: 500;
  font-size: 11px;
  z-index: 1;
  line-height: 140%;
  color: #ffffff;
}

.upgrade_in_trade {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(32, 32, 40, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  color: #b3b5c6;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-out;
  font-size: 16px;
  text-transform: uppercase;
}
.upgrade_in_trade svg {
  margin-bottom: 8px;
  transition: transform 0.3s ease;
}
.upgrade_in_trade:hover svg {
  transform: scale(1.1);
}

.in-case-item.status-5 .upgrade_in_trade {
  opacity: 1;
  pointer-events: auto;
}

.loose_price,
.win_price {
  width: fit-content;
  right: 0;
  position: absolute;
}

.loose_item_info,
.win_item_info {
  text-align: center;
}

.loose_name {
  margin-top: 50%;
  margin-bottom: -350px;
}

.win_name {
  margin-top: 30%;
  margin-bottom: -350px;
}

.price-min-max {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
  padding-top: 12px;
  color: #B3B5C6;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
}
.price-min-max::before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 2px;
  height: 8px;
  opacity: 0.2;
  background: #47a3ff;
  top: 4px;
  left: 0;
}
.price-min-max::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 2px;
  height: 8px;
  opacity: 0.2;
  background: #47a3ff;
  top: 4px;
  left: auto;
  right: 0;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.page-button {
  background-color: #1A1A1A;
  color: #FFFFFF;
  border: none;
  padding: 10px 15px;
  margin: 0 5px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-button.active {
  background-color: #333333;
}

.page-button.disabled {
  background-color: #000000;
  color: #999999;
  cursor: not-allowed;
}

.material-icons {
  font-size: 24px;
}

.more-items .items {
  height: 142px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  gap: 4px;
  overflow: hidden;
  align-items: stretch;
}
.more-items .top-drop-item {
  height: 100%;
  width: auto;
  min-width: 0;
  aspect-ratio: 1/1;
  border-radius: 6px;
  overflow: hidden;
}
.more-items .top-drop-item:nth-child(5) {
  grid-column: 1/-1;
}
.more-items .drop-img {
  position: static !important;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
