.user_profile-toolbar.only_info .user_profile-toolbar-body-info {
  width: 100%;
  margin: 0px 25px;
  background: #1b1d21;
  padding: 45px 50px;
  border-radius: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 1100px) {
  .user_profile-toolbar.only_info .user_profile-toolbar-body-info {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media (max-width: 700px) {
  .user_profile-toolbar.only_info .user_profile-toolbar-body-info {
    width: 100%;
    margin-bottom: 30px;
    padding: 25px 15px;
  }
}

.user_profile-toolbar.only_info .user_profile-toolbar-body-info .user_profile-avatar-image img {
  border-radius: 15px;
  width: 133px;
  height: 133px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 0px;
}

.user_profile-toolbar.only_info .user_profile-toolbar-body-info .user_profile-avatar-name {
  font-size: 31px;
  font-family: "Geometria";
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 0.806;
  text-align: center;
  display: block;
  margin-top: 11px;
}

@media (max-width: 1200px) {
  .user_profile-toolbar.only_info .user_profile-toolbar-body-info .user_profile-avatar-name {
    font-size: 25px;
  }
}

.nav_user_logged {
  list-style: none;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media (max-width: 1169px) {
  .nav_user_logged {
    margin-top: 20px;
  }
}

.nav_user_logged .balance {
  border-radius: 0px 15px 15px 0px;
}

.nav_user_logged li {
  position: relative;
  line-height: 70px;
  background: #1f2127;
}

.nav_user_logged li:nth-child(1) {
  border-radius: 50px 0px 0px 50px;
}

.nav_user_logged li:nth-child(2) {
  border-radius: 0px 50px 50px 0px;
}

.nav_user_logged li:nth-child(2):after {
  display: none;
}

@media (max-width: 540px) {
  .nav_user_logged li.balance {
    /* width: auto !important; */
    padding: 10px;
  }
}

@media (max-width: 540px) {
  .nav_user_logged li {
    line-height: 70px;
  }
}

.nav_user_logged li:after {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  border-radius: 15px;
  content: '';
  position: absolute;
  top: -15px;
  opacity: 0.3;
  width: 180px;
  height: 90px;
  z-index: -1;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.nav_user_logged li:first-child :after {
  left: -15px;
}

.nav_user_logged li .nav_user_logged_name {
  border-radius: 15px;
  padding: 0px 30px 0px 70px;
  position: relative;
  font-size: 21px;
  font-family: "Geometria";
  color: white;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  -webkit-transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  width: 240px;
}

.nav_user_logged li .nav_user_logged_name span {
  z-index: 2;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
}

@media (max-width: 1350px) {
  .nav_user_logged li .nav_user_logged_name {
    width: 225px;
  }
}

@media (max-width: 1310px) {
  .nav_user_logged li .nav_user_logged_name {
    padding: 0px 15px 0px 70px;
    font-size: 18px;
  }
}

@media (max-width: 1220px) {
  .nav_user_logged li .nav_user_logged_name {
    width: 196px;
  }
}

@media (max-width: 540px) {
  .nav_user_logged li .nav_user_logged_name {
    font-size: 14px;
    width: 150px;
  }
}

.nav_user_logged li .nav_user_logged_name:before {
  border-radius: 15px;
  z-index: 2;
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 1;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient-linear(to right, #F51A43 0%, #6922F3 100%);
  background-image: linear-gradient(to right, #F51A43 0%, #6922F3 100%);
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.nav_user_logged li .nav_user_logged_name:after {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  border-radius: 15px;
  content: '';
  position: absolute;
  left: -5px;
  top: -10px;
  width: 91px;
  height: 91px;

  opacity: 0.15;
  z-index: 1;
  -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.nav_user_logged li .nav_user_logged_name img {
  z-index: 2;
  position: absolute;
  left: 30px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  -webkit-transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out, opacity .2s ease-in-out;
  transition: transform .2s ease-in-out, opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.nav_user_logged li .nav_user_logged_name img:nth-child(2) {
  opacity: 0;
}

.nav_user_logged li .user_balance {
  font-family: 'Geometria', sans-serif;
  text-align: left;
  font-weight: 700;
  padding: .6rem .8rem;
  white-space: nowrap;
  line-height: 1.1;
  background-color: #1f2127;
  border-radius: 0 25px 25px 0;
}

.nav_user_logged li .user_balance .user_balance-title {
  font-size: .55rem;
  font-weight: 700;
  color: #F51A43;
  display: block;
  text-transform: uppercase;
}

.nav_user_logged li .user_balance .user_balance-amount {
  font-size: 1rem;
  color: white;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.nav_user_logged li .user_balance .user_balance-deposit {
  font-size: .6rem;
  color: #a2ff00;
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  -o-transition: color .1s ease-in-out;
  transition: color .1s ease-in-out;

  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.nav_user_logged li .user_balance .user_balance-deposit:hover {
  color: white;
}

@media (max-width: 1350px) {
  .nav_user_logged li .user_balance {
    padding: 0px 15px;
  }
}

@media (max-width: 540px) {
  .nav_user_logged li .user_balance span {
    font-size: .55rem;
  }

  .nav_user_logged li .user_balance {
    width: 100px;
  }
}

.error_page-area {
  padding: 160px 0px 210px;
  background-color: #191b1f;
}

.error_page-area .error_text {
  position: relative;
  text-align: center;
  max-width: 550px;
  margin: auto;
  font-size: 80px;
  font-family: "Geometria";
  color: #323741;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.175;
}

.error_page-area .error_text span {
  background-color: #2AA5A0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#3F1C80), to(#FF1B41));
  background-image: linear-gradient(to top, #3F1C80 0%, #FF1B41 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  font-size: 128px;
}

@media (max-width: 768px) {
  .error_page-area .error_text span {
    font-size: 100px;
  }
}

@media (max-width: 768px) {
  .error_page-area .error_text {
    font-size: 60px;
  }
}

.error_page-area .error_text:after {
  content: "";
  width: 194px;
  height: 180px;
  position: absolute;
  right: -180px;
  bottom: -40px;
  background: url(../images/bg/giveaway__item_footer_image_after.png);
  z-index: 1;
  pointer-events: none;
}

@media (max-width: 768px) {
  .error_page-area .error_text:after {
    right: -140px;
  }
}

.error_page-area .error_text:before {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  left: -61px;
  top: -66px;
  background: url(../images/icons/circle_icon2.png);
  z-index: 11;
}

@media (max-width: 768px) {
  .error_page-area .error_text:before {
    left: 0px;
  }
}

.swiper-button-prev,
.swiper-button-next {
  display: none !important;
}

.new-cases .new-cases__items .new-cases__item:hover,
.unbox_receive .unbox_receive__items .unbox_receive__item:hover,
.event-cases .event-cases__items .event-cases__item:hover {
  background-color: #242434;
  border: 2px solid #6922F3;
  transition: .2s ease-in-out;
}

.new-cases .new-cases__items .new-cases__item .new-cases__item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.new-cases .new-cases__items .new-cases__item-tag {
  background: linear-gradient(to right, #F51A43, #6922F3);
  padding: .75rem .75rem;
  border-radius: 5px;
  line-height: 0;
}

.new-cases .new-cases__items .new-cases__item-tag span {
  font-weight: bolder;
  font-size: .7rem;
  color: white;
  text-transform: uppercase;
}

.new-cases .new-cases__items .new-cases__item-price span {
  font-weight: bold;
  font-size: .8rem;
  color: white;
  background-color: #15191c;
  padding: .35rem .75rem;
  border-radius: 5px;
}

.new-cases .new-cases__items .new-cases__item-title {
  background-color: #15191c;
  padding: .55rem .75rem;
  border-radius: 5px;
}

.new-cases .new-cases__items .new-cases__item .new-cases__item-title span {
  font-weight: bolder;
  background: white;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.new-cases .new-cases__items .new-cases__item:hover .new-cases__item-title span,
.unbox_receive .unbox_receive__items .unbox_receive__item:hover .unbox_receive__item-title span {
  background: linear-gradient(to right, #F51A43, #6922F3);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #F51A43;
  transition: .2s ease-in-out;
}

/**/

.event-cases .event-cases__items .event-cases__item-content .event-cases__item-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.event-cases .event-cases__items .event-cases__item-content .event-cases__item-header .event-cases__item-price span {
  font-weight: bold;
  font-size: .8rem;
  color: white;
  background-color: #15191c;
  padding: .35rem .75rem;
  border-radius: 5px;
}

.event-cases .event-cases__items .event-cases__item .event-cases__item-title {
  background-color: #15191c;
  padding: .55rem .75rem;
  border-radius: 5px;
}

.event-cases .event-cases__items .event-cases__item .event-cases__item-title span {
  font-weight: bolder;
  background: white;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.event-cases .event-cases__items .event-cases__item:hover .event-cases__item-title span {
  background: linear-gradient(to right, #F51A43, #6922F3);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #F51A43;
  transition: .2s ease-in-out;
}

.unbox_receive .unbox_receive__items .unbox_receive__item-content .unbox_receive__item-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.unbox_receive .unbox_receive__items .unbox_receive__item-content .unbox_receive__item-header .unbox_receive__item-price span {
  font-weight: bold;
  font-size: .8rem;
  color: white;
  background-color: #15191c;
  padding: .35rem .75rem;
  border-radius: 5px;
}

.unbox_receive .unbox_receive__items .unbox_receive__item .unbox_receive__item-title {
  background-color: #15191c;
  padding: .55rem .75rem;
  border-radius: 5px;
}

.unbox_receive .unbox_receive__items .unbox_receive__item .unbox_receive__item-title span {
  font-weight: bolder;
  background: white;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.recent-open-cases .recent-open-cases__items .recent-open-cases__item .recent-open-cases__item-image {
  display: block;
  margin: auto
}

.recent-open-cases .recent-open-cases__items .recent-open-cases__item {
  flex-direction: column;
  padding: 10px;
  background-image: linear-gradient(transparent 35%, #1d2340);
}

.recent-open-cases .recent-open-cases__items .recent-open-cases__item .recent-open-cases__item-image img {
  display: block;
  margin: auto;
  width: 70px;
  object-fit: contain;
  -o-object-fit: contain;
  filter: brightness(1.5);
}

.recent-open-cases .recent-open-cases__items .recent-open-cases__item.product .recent-open-cases__item-image img {
  width: 50px;
}

.recent-open-cases .recent-open-cases__items .recent-open-cases__item .recent-open-cases__item-title {
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  font-size: .6rem;
}

.recent-open-cases .recent-open-cases__items .recent-open-cases__item .recent-open-cases__item-text {
  text-align: center;
}

.recent-open-cases__user {
  flex-direction: column;
}

.recent-open-cases .recent-open-cases__items .recent-open-cases__item .recent-open-cases__user img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 5px;
  margin: 0 auto;
  display: block;
}

.recent-open-cases .recent-open-cases__items .recent-open-cases__item span {
  max-width: calc(100% - 15px);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
}

.recent-open-cases .recent-open-cases__items .recent-open-cases__item .recent-open-cases__user {
  font-size: .8rem;
  font-weight: normal;
}

/* Aplica el degradado en el lado izquierdo */
.recent-open-cases .recent-open-cases__items.swiper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15%;
  height: 100%;
  background: linear-gradient(to right, rgb(17 21 22), transparent 75%, transparent 25%, rgb(17 17 20 / 0%));
  pointer-events: none;
  z-index: 2;
}

/* Aplica el degradado en el lado derecho */
.recent-open-cases .recent-open-cases__items.swiper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 15%;
  height: 100%;
  background: linear-gradient(to left, rgb(17 21 22), transparent 75%, transparent 25%, rgb(17 17 20 / 0%));
  pointer-events: none;
  z-index: 2;
}

.recent-open-cases .recent-open-cases__items .recent-open-cases__item .recent-open-cases__item-logo {
  position: absolute;
  top: 20px;
  left: 40px
}

.items_in_case__item-image img {
  filter: brightness(1.5);
}

.items_in_case__item-image::before {
  display: none;
}

/* .items_in_case__item-image>div>svg {
  width: 125px;
} */

.recent-open-cases__item-bgimage {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: -40%;
  left: 30%;
}

.reviews .slider-reviews-item .reviews__item-rating span {
  color: #F51A43;
}

.balance_page-payment_methods-item-card {
  margin: 0px 17px 30px;
  width: calc((100% / 4) - 34px);
}

.balance_page-payment_methods-item {
  height: 132px;
  border-radius: 15px;
  border: 2px solid #2b2d34;
  background: #1d1f24;
  cursor: pointer;
  position: relative;
}

.balance_page-payment_methods-item-card p {
  font-size: .9rem;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  margin-top: 10px;
}

.balance_page-payment_methods-item:hover {
  border: 2px solid #652bf3;
  transition: border .3s ease-in-out;
}

.balance_page-area .balance_page-main-block .balance_page-payment .balance_page-payment-body .balance_page-payment_methods .balance_page-payment_methods-item img {
  width: 175px;
}

.balance_page-area .balance_page-main-block .balance_page-payment .balance_page-payment-body .balance_page-payment_methods .balance_page-payment_methods-item.active img {
  filter: none;
}

.balance_page-payment_methods-item:hover img {
  transform: scale(1.1);
  transition: transform .1s ease-in-out;
}

.items_in_case__item-image .items_in_case__item-logo {
  position: absolute;
  top: 25px;
  left: 80px
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
  background-color: #6922F3 !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-deny {
  background-color: #F51A43 !important;
}

@media screen and (max-width: 414px) {
  .balance_page-payment_methods-item-card {
    margin: 0px 17px 30px;
    width: calc((100% / 2) - 34px);
  }

  .balance_page-area .balance_page-main-block .balance_page-payment .balance_page-payment-body .balance_page-payment_methods .balance_page-payment_methods-item {
    width: calc((100% / 1) - 10px);
  }

  .recent-open-cases__item-image img {
    width: 80px;
  }

  .recent-open-cases .recent-open-cases__items .recent-open-cases__item .recent-open-cases__item-logo {
    top: 30px;
    left: 30px
  }

  .items_in_case__item-image .items_in_case__item-logo {
    left: 10px;
  }
}