.weapons-top-line-box {
  max-height: 115px;
  min-height: 95px;
  position: relative;
  z-index: 1000
}

@media (max-width : 767px) {
  .weapons-top-line-box {
    min-height: 80px
  }
}

@media (min-width: 768px) {
  .weapons-top-line-box {
    margin-top: 66px
  }
}

.weapons-top-line-box:after {
  content: "";
  display: block;
  clear: both;
  padding-top: 6.5%
}

.weapons-top-line-box .main-row {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: flex-start
}

@media (max-width : 767px) {
  .weapons-top-line-box .main-row {
    align-items: stretch
  }
}

.weapons-top-line-box .weapons-main {
  height: 100%;
  flex: 1;
  background: #1A1824;
  padding: 0
}

@media (max-width : 767px) {
  .weapons-top-line-box .weapons-main {
    background: none;
    padding: 0
  }
}

.weapons-top-line-box .weapons-items-list {
  width: 100%;
  position: relative;
  height: 100%;
  overflow: hidden
}

.weapons-top-line-box .weapons-items-list .list-holder {
  width: 100%;
  height: 100%
}

.weapons-top-line-box .weapons-items-list .list-scroller {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end
}

.weapons-top-line-box .weapons-items-list .scroll-item {
  transform: translateZ(0);
  flex-shrink: 0;
  padding-right: 5px;
  width: 9%;
  text-align: left;
  max-width: 150px;
  min-width: 120px;
  height: 100%
}

@media (max-width : 767px) {
  .weapons-top-line-box .weapons-items-list .scroll-item {
    width: 35%;
    max-width: 120px
  }
}

.weapons-top-line-box .weapons-items-list .scroll-item:first-child {
  margin-right: 8px
}

@media (max-width : 767px) {
  .weapons-top-line-box ._weapon-item .item-desc {
    bottom: 11%
  }

  .weapons-top-line-box ._weapon-item .weapon-type {
    font-size: 7px
  }

  .weapons-top-line-box ._weapon-item .weapon-name {
    font-size: 8px
  }
}

.weapons-top-line-box ._weapon-item:hover .weapon-pic {
  transform: scale(.7);
  opacity: 0;
  visibility: hidden
}

.weapons-top-line-box ._weapon-item:hover .item-desc {
  transform: translateY(50%);
  opacity: 0;
  visibility: hidden
}

.weapons-top-line-box ._weapon-item:hover .glow {
  opacity: 0;
  visibility: hidden
}

.weapons-top-line-box ._weapon-item:hover .user-infobox,
.weapons-top-line-box ._weapon-item:hover .case-pic-holder .pic {
  transform: translateY(0);
  opacity: 1
}

.weapons-top-line-box ._weapon-item:hover .case-pic-holder .case-glow {
  transform: scale(1);
  opacity: .5
}

.weapons-top-line-box ._weapon-item:hover .win-by-pic span {
  transform: translateY(0);
  opacity: 1
}

.weapons-top-line-box ._weapon-item .skin-user-info {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 5px;
  overflow: hidden;
  z-index: 4
}

.weapons-top-line-box ._weapon-item .user-infobox {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 7%;
  left: 12px;
  right: 10px;
  z-index: 6;
  opacity: 0;
  transform: translateY(100%);
  transition: all .2s ease;
  transition-delay: .05s;
  will-change: transform
}

.weapons-top-line-box ._weapon-item .user-infobox:hover span {
  color: #ccc
}

.weapons-top-line-box ._weapon-item .user-infobox .ava {
  border-radius: 8px;
  display: block;
  width: 20%;
  background: #585974;
  position: relative;
  overflow: hidden;
  border: 1px solid #585974
}

.weapons-top-line-box ._weapon-item .user-infobox .ava img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute
}

.weapons-top-line-box ._weapon-item .user-infobox .ava:after {
  content: "";
  display: block;
  clear: both;
  padding-top: 100%
}

.weapons-top-line-box ._weapon-item .user-infobox span {
  transition: all .2s ease;
  color: #fff
}

.weapons-top-line-box ._weapon-item .user-infobox .username {
  flex: 1;
  overflow: hidden;
  font-size: 1.5rem;
  padding-left: 5%
}

.weapons-top-line-box ._weapon-item .weapon-pic {
  transition: all .2s ease;
  will-change: transform;
  z-index: 4
}

.weapons-top-line-box ._weapon-item .item-desc {
  will-change: transform;
  transition: all .2s ease
}

.weapons-top-line-box ._weapon-item .glow {
  transition: all .2s ease
}

.weapons-top-line-box ._weapon-item .win-by-pic {
  position: absolute;
  bottom: 0;
  top: 10%;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  padding: 0 11%
}

.weapons-top-line-box ._weapon-item .win-by-pic span {
  display: inline-block;
  position: relative;
  transform: translateY(20%);
  opacity: 0;
  transition: all .3s ease;
  max-width: 113px;
  width: 100%
}

.weapons-top-line-box ._weapon-item .win-by-pic span:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 30%;
  left: 15%;
  right: 15%;
  bottom: 0%;
  background: #FA9EF9;
  border-radius: 50%;
  box-shadow: 0 0 30px 10px #fa9ef9
}

.weapons-top-line-box ._weapon-item .win-by-pic img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 3
}

.weapons-top-line-box ._weapon-item .case-pic-holder {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute
}

.weapons-top-line-box ._weapon-item .case-pic-holder .pic {
  position: absolute;
  bottom: -25%;
  left: 0;
  width: 100%;
  z-index: 5;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  padding: 0 10%;
  transform: translateY(20%);
  opacity: 0;
  transition: all .3s ease
}

.weapons-top-line-box ._weapon-item .case-pic-holder .case-glow {
  width: 100%;
  left: 0;
  border-radius: 50%;
  height: 60%;
  top: 55%;
  filter: blur(20px);
  transform: scale(.2);
  opacity: 0;
  transition: all .3s ease;
  display: block;
  position: absolute
}

.weapons-top-line-box .top-weapons-filter-btn {
  width: 100%;
  height: 40%;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 8px;
  color: #3d3b48;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  transition: all .3s ease
}

@media (min-width:768px) and (max-width:991px) {
  .weapons-top-line-box .top-weapons-filter-btn {
    font-size: 9px
  }
}

@media (max-width : 767px) {
  .weapons-top-line-box .top-weapons-filter-btn {
    justify-content: center;
    height: 48%;
    padding: 0 6px
  }
}

.weapons-top-line-box .top-weapons-filter-btn:hover {
  color: #fff
}

.weapons-top-line-box .top-weapons-filter-btn:hover img {
  filter: invert(.5)
}

.weapons-top-line-box .top-weapons-filter-btn i {
  width: 35%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-right: 6px
}

@media (min-width:768px) and (max-width:991px) {
  .weapons-top-line-box .top-weapons-filter-btn i {
    width: 12px;
    margin-right: 4px
  }
}

@media (max-width : 767px) {
  .weapons-top-line-box .top-weapons-filter-btn i {
    width: 60%;
    margin-right: 0
  }
}

.weapons-top-line-box .top-weapons-filter-btn img {
  filter: invert(24%) sepia(12%) saturate(601%) hue-rotate(209deg) brightness(92%) contrast(95%);
  transition: all .3s ease
}

.weapons-top-line-box .top-weapons-filter-btn span {
  flex: 1;
  display: block
}

@media (max-width : 767px) {
  .weapons-top-line-box .top-weapons-filter-btn span {
    display: none
  }
}

.weapons-top-line-box .top-weapons-filter-btn.actived {
  background: linear-gradient(40.03deg, #12101A -32.4%, #292737 93.55%);
  box-shadow: 0 4px 4px -4px #00000040;
  color: #c09d84
}

.weapons-top-line-box .top-weapons-filter-btn.actived img {
  filter: invert(73%) sepia(10%) saturate(979%) hue-rotate(342deg) brightness(88%) contrast(88%)
}

:root {
  --rare1_gradient: radial-gradient(178.01% 126.67% at 50% 100%, hsla(266, 3%, 59%, .5) 0%, rgb(35, 35, 52) 100%);
  --rare1_gradient_from: hsla(266, 3%, 59%, .5);
  --rare1_gradient_to: rgba(24, 24, 36, .5);
  --rare1_line: hsl(0, 0%, 63%);
  --rare1_glow: rgba(182, 186, 203, .76);
  --rare2_gradient: radial-gradient(178.01% 126.67% at 50% 100%, rgba(73, 135, 255, .5) 0%, rgba(24, 24, 36, .5) 100%);
  --rare2_gradient_from: #484e8c;
  --rare2_gradient_to: #131734;
  --rare2_line: #00A3FF;
  --rare2_glow: #184279;
  --rare3_gradient: radial-gradient(178.01% 126.67% at 50% 100%, rgba(151, 93, 248, .5) 0%, rgba(24, 24, 36, .5) 100%);
  --rare3_gradient_from: #503480;
  --rare3_gradient_to: #1d163e;
  --rare3_line: #a047fa;
  --rare3_glow: #A434D9;
  --rare4_gradient: radial-gradient(178.01% 126.67% at 50% 100%, rgba(235, 120, 254, .5) 0%, rgba(24, 24, 36, .5) 100%);
  --rare4_gradient_from: #833167;
  --rare4_gradient_to: #22111d;
  --rare4_line: #f752d9;
  --rare4_glow: #f752d9;
  --rare5_gradient: radial-gradient(178.01% 126.67% at 50% 100%, rgba(255, 106, 115, .5) 0%, rgba(24, 24, 36, .5) 100%);
  --rare5_gradient_from: #843243;
  --rare5_gradient_to: #2b0909;
  --rare5_line: #FF6086;
  --rare5_glow: #ff2e5f;
  --rare6_gradient: radial-gradient(178.01% 126.67% at 50% 100%, rgba(255, 177, 105, .5) 0%, rgba(24, 24, 36, .5) 100%);
  --rare6_gradient_from: #ba965c;
  --rare6_gradient_to: #322518;
  --rare6_line: #F9D39E;
  --rare6_glow: #FFBC6D
}

._g-skin-glow.rare-1 {
  background: #424662
}

._g-skin-glow.rare-2 {
  background: #2765a9
}

._g-skin-glow.rare-3 {
  background: #00A3FF
}

._g-skin-glow.rare-4 {
  background: #8846FF
}

._g-skin-glow.rare-5 {
  background: #ab30a6
}

._g-skin-glow.rare-6 {
  background: #ff2e5f
}

._g-skin-glow.rare-7 {
  background: #f8de37
}

._weapon-item {
  position: relative;
  width: 100%;
  height: 100%
}

._weapon-item.with-action .item-holder {
  overflow: hidden
}

._weapon-item.with-action .item-holder:hover .weapon-pic {
  transform: scale(.7) !important;
  opacity: 0;
  visibility: hidden
}

._weapon-item.with-action .item-holder:hover .opened-by-box {
  opacity: 1;
  visibility: visible;
  transform: translateY(0)
}

._weapon-item .item-holder {
  border-radius: 5px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute
}

._weapon-item .gradient {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(to bottom, #aaa 0%, #666 100%);
  border-radius: 5px
}

._weapon-item .center-target {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  z-index: 2;
  padding: 0 25%
}

._weapon-item .center-target img {
  border-radius: 50%;
  position: relative;
  z-index: 2;
  max-width: 90px;
  transition: all .5s ease;
  will-change: transform;
  width: 100%
}

._weapon-item .weapon-pic {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 15%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  z-index: 3
}

._weapon-item .item-desc {
  position: absolute;
  left: 6%;
  bottom: 8%;
  z-index: 7;
  right: 6px
}

@media (max-width : 767px) {
  ._weapon-item .item-desc {
    left: 6%
  }
}

._weapon-item .weapon-quality {
  color: #c09d84;
  border: 1px solid rgba(192, 157, 132, .3);
  display: inline-block;
  padding: 2px 3px;
  margin-left: 2px;
  border-radius: 4px
}

._weapon-item .weapon-type {
  display: block;
  margin-bottom: 3px;
  color: #ffffff85;
  font-size: 0.9rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@media (min-width:768px) and (max-width:991px) {
  ._weapon-item .weapon-type {
    font-size: 8px
  }
}

@media (max-width : 767px) {
  ._weapon-item .weapon-type {
    font-size: 9px;
    color: #c5bce487
  }
}

._weapon-item .weapon-name {
  display: block;
  font-weight: 700;
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%
}

@media (min-width:768px) and (max-width:991px) {
  ._weapon-item .weapon-name {
    font-size: 9px
  }
}

@media (max-width : 767px) {
  ._weapon-item .weapon-name {
    font-size: 11px
  }
}

._weapon-item .top-left-price {
  position: absolute;
  top: 7%;
  left: 6%;
  font-size: 1rem;
  padding-top: 6px;
  font-weight: 700;
  z-index: 4
}

@media (max-width : 767px) {
  ._weapon-item .top-left-price {
    font-size: 1rem
  }
}

._weapon-item .top-left-price .add-price {
  white-space: nowrap;
  color: #13dfaf
}

._weapon-item .glow {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 5px;
  overflow: hidden;
  z-index: 2
}

._weapon-item .glow-line {
  position: absolute;
  left: -20%;
  top: 100%;
  margin-top: -2px;
  width: 50%;
  height: 14px;
  display: block
}

._weapon-item .glow-line i {
  background: #FF6086;
  display: block;
  border-radius: 5px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3
}

._weapon-item .glow-line:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: -10px;
  right: 0;
  width: 90px;
  height: 30px;
  background: #FF426F;
  opacity: .8;
  filter: blur(20.5px);
  border-radius: 5px;
  transition: all .3s ease
}

._weapon-item .glow-line:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  right: 0;
  top: 0;
  width: 90px;
  height: 19px;
  background: #FF426F;
  opacity: .8;
  filter: blur(2.5px);
  border-radius: 5px;
  transition: all .3s ease
}

._weapon-item.rare-1 .gradient {
  background: var(--rare1_gradient)
}

._weapon-item.rare-1 .glow-line i {
  background: var(--rare1_line)
}

._weapon-item.rare-1 .glow-line:before,
._weapon-item.rare-1 .glow-line:after {
  background: var(--rare1_glow)
}

._weapon-item.rare-1 .target-round i {
  border-color: var(--rare1_line)
}

._weapon-item.rare-1 .target-round:before,
._weapon-item.rare-1 .target-round:after {
  border-color: var(--rare1_glow)
}

._weapon-item.rare-2 .gradient {
  background: var(--rare2_gradient)
}

._weapon-item.rare-2 .glow-line i {
  background: var(--rare2_line)
}

._weapon-item.rare-2 .glow-line:before,
._weapon-item.rare-2 .glow-line:after {
  background: var(--rare2_glow)
}

._weapon-item.rare-2 .target-round i {
  border-color: var(--rare2_line)
}

._weapon-item.rare-2 .target-round:before,
._weapon-item.rare-2 .target-round:after {
  border-color: var(--rare2_glow)
}

._weapon-item.rare-3 .gradient {
  background: var(--rare3_gradient)
}

._weapon-item.rare-3 .glow-line i {
  background: var(--rare3_line)
}

._weapon-item.rare-3 .glow-line:before,
._weapon-item.rare-3 .glow-line:after {
  background: var(--rare3_glow)
}

._weapon-item.rare-3 .target-round i {
  border-color: var(--rare3_line)
}

._weapon-item.rare-3 .target-round:before,
._weapon-item.rare-3 .target-round:after {
  border-color: var(--rare3_glow)
}

._weapon-item.rare-4 .gradient {
  background: var(--rare4_gradient)
}

._weapon-item.rare-4 .glow-line i {
  background: var(--rare4_line)
}

._weapon-item.rare-4 .glow-line:before,
._weapon-item.rare-4 .glow-line:after {
  background: var(--rare4_glow)
}

._weapon-item.rare-4 .target-round i {
  border-color: var(--rare4_line)
}

._weapon-item.rare-4 .target-round:before,
._weapon-item.rare-4 .target-round:after {
  border-color: var(--rare4_glow)
}

._weapon-item.rare-5 .gradient {
  background: var(--rare5_gradient)
}

._weapon-item.rare-5 .glow-line i {
  background: var(--rare5_line)
}

._weapon-item.rare-5 .glow-line:before,
._weapon-item.rare-5 .glow-line:after {
  background: var(--rare5_glow)
}

._weapon-item.rare-5 .target-round i {
  border-color: var(--rare5_line)
}

._weapon-item.rare-5 .target-round:before,
._weapon-item.rare-5 .target-round:after {
  border-color: var(--rare5_glow)
}

._weapon-item.rare-6 .gradient {
  background: var(--rare6_gradient)
}

._weapon-item.rare-6 .glow-line i {
  background: var(--rare6_line)
}

._weapon-item.rare-6 .glow-line:before,
._weapon-item.rare-6 .glow-line:after {
  background: var(--rare6_glow)
}

._weapon-item.rare-6 .target-round i {
  border-color: var(--rare6_line)
}

._weapon-item.rare-6 .target-round:before,
._weapon-item.rare-6 .target-round:after {
  border-color: var(--rare6_glow)
}

._weapon-item .opened-by-box {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  transform: translateY(20%);
  opacity: 0;
  transition: all .3s ease;
  visibility: hidden;
  z-index: 7
}

._weapon-item .opened-by-box .win-by-pic {
  position: absolute;
  bottom: 0;
  top: 10%;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  padding: 0 15%
}

._weapon-item .opened-by-box .win-by-pic span {
  display: inline-block;
  position: relative;
  width: 100%
}

._weapon-item .opened-by-box .win-by-pic span:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 30%;
  left: 15%;
  right: 15%;
  bottom: 0%;
  background: #FA9EF9;
  border-radius: 50%;
  box-shadow: 0 0 30px 10px #fa9ef9
}

._weapon-item .opened-by-box .win-by-pic img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 3
}

._weapon-item .opened-by-box .case-pic-holder {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute
}

._weapon-item .opened-by-box .case-pic-holder .pic {
  position: absolute;
  bottom: -25%;
  left: 0;
  width: 100%;
  z-index: 5;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  padding: 0 10%
}

._weapon-item .opened-by-box .case-pic-holder .case-glow {
  width: 100%;
  left: 0;
  border-radius: 50%;
  height: 60%;
  top: 55%;
  filter: blur(20px);
  transform: scale(.2);
  opacity: 0;
  transition: all .3s ease;
  display: block;
  position: absolute
}

.game-sidebar {
  background: #14121D;
  width: 6%;
  max-width: 100px;
  min-width: 80px;
  height: 100%
}

@media (max-width : 767px) {
  .game-sidebar {
    min-width: 50px;
    background: none;
    padding: 0 5px
  }
}

.game-sidebar .sidebar-holder {
  background: #14121D;
  border-radius: 0 0 9px 9px;
  padding: 8px 5px 5px
}

@media (max-width : 767px) {
  .game-sidebar .sidebar-holder {
    display: none
  }
}

.game-sidebar .filter-buttons {
  padding: 5px 5px 0;
  width: 100%;
  position: relative;
  height: 100%
}

@media (max-width : 767px) {
  .game-sidebar .filter-buttons {
    padding: 0;
    min-height: 0;
    height: 100%;
    margin-bottom: 0
  }
}

.game-sidebar .filter-buttons .buttons-holder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch
}

@media (max-width : 767px) {
  .game-sidebar .filter-buttons .buttons-holder {
    position: relative
  }
}

.game-sidebar .widget-social {
  padding-top: 10px
}

.game-sidebar .widget-title {
  display: block;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #f5d4bb;
  text-align: center
}

.game-sidebar .banner-box {
  position: relative;
  display: block;
  margin-bottom: 6px;
  transition: color .3s ease;
  font-weight: 700;
  color: #f5d4bb;
  font-size: 1.1rem;
  text-align: center
}

@media (min-width:768px) and (max-width:991px) {
  .game-sidebar .banner-box {
    font-size: 8px
  }
}

@media (max-width : 767px) {
  .game-sidebar .banner-box {
    display: none
  }
}

.game-sidebar .banner-box:before {
  content: "";
  display: block;
  clear: both;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 1px solid rgba(192, 157, 132, .38);
  z-index: 3;
  border-radius: 7px;
  opacity: 0;
  transition: all .3s ease
}

.game-sidebar .banner-box picture {
  display: block;
  overflow: hidden;
  border-radius: 7px
}

.game-sidebar .banner-box:hover {
  color: #fff
}

.game-sidebar .banner-box:hover img {
  transform: scale(1.1)
}

.game-sidebar .banner-box.router-link-exact-active {
  color: #fff
}

.game-sidebar .banner-box.router-link-exact-active:before {
  opacity: 1
}

.game-sidebar .banner-box:last-child {
  margin-bottom: 0
}

.game-sidebar .banner-box img {
  width: 100%;
  transition: all .5s ease;
  will-change: transform
}

.game-sidebar .banner-box .banner-title {
  position: absolute;
  top: 15px;
  text-transform: uppercase;
  display: block;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 5px;
  z-index: 2;
  font-weight: 500;
  white-space: nowrap
}

.game-sidebar .cases-amount-badge {
  background: #EA3838;
  font-style: normal;
  color: #fff;
  width: 16px;
  height: 16px;
  border-radius: 5px;
  min-width: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 500;
  position: absolute;
  left: 100%;
  margin-left: -5px;
  z-index: 10;
  top: 5px;
  font-size: 12px
}

.game-sidebar .free-case-wrap {
  position: relative
}

.game-sidebar .free-case-wrap .banner-box {
  z-index: 10
}

.game-sidebar .soc-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch
}

.game-sidebar .soc-links .soc-item {
  display: block;
  position: relative;
  width: 45%;
  margin-bottom: 4%;
  margin-top: 4%
}

.game-sidebar .soc-links .soc-item:after {
  content: "";
  display: block;
  clear: both;
  padding-top: 100%
}

.game-sidebar .soc-links a {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background: #272435;
  border-radius: 8px;
  padding: 0 20%;
  transition: all .3s ease
}

.game-sidebar .soc-links a:hover {
  background: #38344f
}

.game-sidebar .soc-links a:last-child {
  margin-right: 0
}

.game-sidebar .soc-links a img {
  filter: invert(66%) sepia(7%) saturate(1330%) hue-rotate(342deg) brightness(98%) contrast(86%);
  width: 100%
}

.free-cases-popbox {
  display: block !important;
  position: absolute;
  left: 100%;
  background: rgba(48, 45, 73, .9);
  top: 0;
  width: 330px;
  height: 185px;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  border-radius: 8px;
  margin-left: 10px;
  padding-top: 13px;
  padding-left: 12px;
  padding-right: 12px;
  transform: translate(-150%);
  opacity: 0;
  transition: transform .5s ease, opacity 1s ease
}

@media (max-width : 767px) {
  .free-cases-popbox {
    background: rgb(48, 45, 73)
  }
}

.free-cases-popbox.short {
  width: 210px
}

.free-cases-popbox.short .swiper-wrapper {
  max-width: 150px;
  margin: 0 auto
}

.free-cases-popbox.short .swiper-slide {
  width: 100%
}

.free-cases-popbox.showed {
  transform: translate(0);
  opacity: 1
}

.free-cases-popbox .nothing-title {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 0 5%
}

.free-cases-popbox .nothing-title span {
  display: block;
  text-align: center;
  line-height: 120%;
  font-weight: 500;
  font-size: 14px;
  color: #f5d4bb;
  text-transform: uppercase
}

.free-cases-popbox .modal-close-btn {
  top: 7px;
  right: 7px;
  width: 40px;
  height: 30px
}

.free-cases-popbox .modal-close-btn i {
  width: 10px;
  height: 10px;
  margin-top: -3px;
  margin-left: 0
}

.free-cases-popbox .fakeCarouselScroll {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.free-cases-popbox .fakeCarouselScroll .scroll-content,
.free-cases-popbox .fakeCarouselScroll .fakeslider {
  height: 100%
}

.free-cases-popbox .fakeCarouselScroll .scrollbar-track {
  display: none !important
}

.free-cases-popbox .cases-title {
  display: block;
  text-transform: uppercase;
  color: #f5d4bb;
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 10px;
  padding-left: 5px
}

.free-cases-popbox .swiper-wrapper {
  margin-bottom: 5px
}

.free-cases-popbox .swiper-scrollbar {
  height: 4px
}

.free-cases-popbox .swiper-scrollbar .swiper-scrollbar-drag {
  background: #6B6583
}

.free-cases-popbox .abs-link {
  z-index: 5
}

.free-cases-popbox .item {
  width: 150px;
  position: relative
}

.free-cases-popbox .item:hover .pic img {
  transform: scale(1.06)
}

.free-cases-popbox .item:after {
  content: "";
  display: block;
  clear: both;
  padding-top: 84%
}

.free-cases-popbox .item .free-badge {
  position: absolute;
  left: 0;
  bottom: 5%;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  z-index: 3
}

.free-cases-popbox .item .free-badge span {
  height: 16px;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 500;
  color: #fff;
  background: #7766AD;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border-radius: 5px
}

.free-cases-popbox .item .case-pic-holder {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute
}

.free-cases-popbox .item .case-pic-holder .badge {
  display: none
}

.free-cases-popbox .item .case-pic-holder .pic-holder {
  position: relative;
  z-index: 3
}

.free-cases-popbox .item .case-pic-holder .glow {
  display: block;
  width: 65%;
  height: 55%;
  position: absolute;
  top: 20%;
  left: 16%;
  opacity: .3;
  border-radius: 50%;
  background-size: 200% !important;
  transition: all .3s ease;
  filter: blur(15px);
  transform: scale(1)
}

.free-cases-popbox .item .pic,
.free-cases-popbox .item .skin-picture {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 0 8%
}

.free-cases-popbox .item .pic {
  padding: 0 4%
}

.free-cases-popbox .item img {
  width: 100%;
  max-width: 150px;
  transition: all .3s ease;
  will-change: transform
}

.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  background-color: #0006;
  z-index: 2000;
  opacity: 0;
  transition: opacity .3s ease;
  display: grid;
  overflow: auto;
  grid-template-columns: 1fr
}

.modal.opened .modal-content {
  transform: scale(1);
  opacity: 1
}

.modal .modal-content {
  position: relative;
  z-index: 3;
  border-radius: 20px;
  background: #211F30;
  margin: 10px 0;
  place-self: center;
  padding: 2% 4%;
  opacity: 0;
  transition: transform .3s ease, opacity .5s ease;
  will-change: transform;
  transform: scale(.8)
}

@media (max-width : 767px) {
  .modal .modal-content {
    padding: 15px 4vw;
    max-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden
  }
}

.rules-modal .modal-content {
  width: 680px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center
}

@media (max-width : 767px) {
  .rules-modal .modal-content {
    width: 95%;
    padding-top: 20px
  }
}

@media (max-width : 767px) {
  .rules-modal .modal-title-wrap {
    margin-bottom: 0
  }
}

.rules-modal .modal-icon-info {
  position: relative;
  margin-bottom: 30px;
  margin-top: 10px;
  backface-visibility: hidden;
  transform: translateZ(0)
}

.rules-modal .modal-icon-info .icon-glow {
  position: absolute;
  top: -5%;
  left: 25%;
  width: 50%;
  bottom: -10%
}

.rules-modal .modal-icon-info .icon-glow:before {
  content: "";
  display: block;
  clear: both;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  background: #412359;
  filter: blur(29.6743px)
}

.rules-modal .modal-icon-info .icon-glow:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 20%;
  left: 30%;
  width: 40%;
  height: 55%;
  border-radius: 50%;
  background: #E6CF9E;
  filter: blur(21.6542px)
}

.rules-modal .modal-icon-info picture {
  display: block;
  position: relative;
  z-index: 2
}

@media (max-width : 767px) {
  .rules-modal .rules-agree-form .form-submit-row {
    padding-top: 10px
  }
}

.rules-modal .rules-agree-form .form-submit-row .button {
  min-width: 140px
}

@media (max-width : 767px) {
  .rules-modal .rules-agree-form .form-group {
    margin-bottom: 10px
  }
}

.confirm-sell-modal .modal-content {
  width: 550px;
  padding: 40px 50px
}

@media (max-width : 767px) {
  .confirm-sell-modal .modal-content {
    width: 100%
  }
}

.confirm-sell-modal .modal-title {
  font-size: 23px
}

.confirm-sell-modal .confirm-sell-textbox {
  text-align: center;
  font-size: 17px;
  color: #c09d84;
  font-weight: 500;
  margin-bottom: 30px
}

.confirm-sell-modal .one-skin-box {
  width: 150px;
  margin: 0 auto 30px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 12px;
  -webkit-box-pack: center;
  justify-content: center
}

.confirm-sell-modal .one-skin-box ._weapon-item {
  aspect-ratio: 1/.7
}

.confirm-sell-modal .bordered-panel {
  margin: 0 -20px 20px;
  width: auto;
  border-radius: 15px;
  padding: 30px 20px 20px
}

@media (max-width : 767px) {
  .confirm-sell-modal .bordered-panel {
    margin: 0 auto 20px;
    padding: 15px 10px 10px
  }
}

.confirm-sell-modal .bordered-panel .case-content-title {
  background: #211F30
}

.confirm-sell-modal .bordered-panel .case-skins-list {
  grid-template-columns: repeat(3, 1fr);
  gap: 10px
}

.confirm-change-modal .modal-content {
  width: 810px;
  border-radius: 20px;
  padding: 30px 3%
}

@media (max-width : 767px) {
  .confirm-change-modal .modal-content {
    width: 100%
  }
}

.confirm-change-modal .modal-title-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start
}

.confirm-change-modal .modal-title {
  font-size: 35px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px
}

.confirm-change-modal .return-balance {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background: #3B3556;
  font-size: 13px;
  text-transform: uppercase;
  color: #928baa;
  font-weight: 500;
  height: 28px;
  padding: 0 12px;
  border-radius: 5px
}

.confirm-change-modal .market-skins-list-box {
  max-height: 380px;
  margin-bottom: 20px;
  margin-right: -15px;
  padding-right: 15px
}

.confirm-change-modal .market-skins-list-box ._weapon-item .item-desc {
  top: 12px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch
}

.confirm-change-modal .market-skins-list-box ._weapon-item .price {
  font-size: 1.5rem;
  font-weight: 500;
  order: -1
}

.confirm-change-modal .change-skin-infobox {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  border: 1px solid #4B4960;
  padding: 9px 10px;
  border-radius: 15px;
  margin-bottom: 15px;
  position: relative
}

.confirm-change-modal .change-skin-infobox .skin-selected-box {
  width: 50%;
  padding-left: 5px;
  min-height: 78px
}

.confirm-change-modal .change-skin-infobox .skin-selected-box:first-child {
  padding-left: 0;
  padding-right: 5px
}

.confirm-change-modal .change-skin-infobox .skin-selected-box .gradient {
  border-radius: 9px
}

.confirm-change-modal .change-skin-infobox .skin-selected-box .weapon-pic {
  width: 35%;
  padding: 0 5%;
  position: relative
}

.confirm-change-modal .change-skin-infobox .skin-selected-box .weapon-pic:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 10%;
  bottom: 10%;
  right: 0;
  width: 1px;
  background: rgba(255, 255, 255, .1)
}

.confirm-change-modal .change-skin-infobox .skin-selected-box .center-target img {
  display: none
}

.confirm-change-modal .change-skin-infobox .skin-selected-box .glow-line {
  width: 35%
}

.confirm-change-modal .change-skin-infobox .skin-selected-box .glow-line:before {
  opacity: .5
}

.confirm-change-modal .change-skin-infobox .skin-selected-box .glow-line:after {
  opacity: .6
}

.confirm-change-modal .change-skin-infobox .skin-selected-box .top-left-price {
  position: absolute;
  left: 35%;
  padding-left: 6%
}

.confirm-change-modal .change-skin-infobox .skin-selected-box .price {
  font-size: 1.5rem;
  font-weight: 500
}

.confirm-change-modal .change-skin-infobox .skin-selected-box .item-desc {
  position: absolute;
  left: 35%;
  padding-left: 6%;
  right: 6%;
  top: 10px;
  bottom: 10px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch
}

.confirm-change-modal .change-skin-infobox .arrows {
  position: absolute;
  width: 47px;
  height: 32px;
  border-radius: 11px;
  background: #3C3A55;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  left: 50%;
  top: 50%;
  margin-left: -23px;
  margin-top: -16px;
  z-index: 3
}

.confirm-change-modal .change-skin-infobox .skin-placeholder {
  width: 100%;
  background: #2E2C43;
  height: 78px;
  border: 1px solid #CCC1F0;
  border-radius: 9px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center
}

.confirm-change-modal .change-skin-infobox .skin-placeholder span {
  display: block;
  font-weight: 500;
  font-size: 18px;
  color: #fff
}

.confirm-change-modal .scrollbar-track-y {
  width: 7px !important;
  opacity: 1;
  border-radius: 5px;
  overflow: hidden;
  background: #211F30 !important
}

.confirm-change-modal .scrollbar-track-y .scrollbar-thumb {
  width: 7px !important;
  border-radius: 5px;
  background: #585974 !important
}

.confirm-change-modal .scrollbar-track-y .scrollbar-thumb:after {
  display: none
}

.confirm-change-modal .case-skins-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  -webkit-box-pack: center;
  justify-content: center
}

@media (max-width : 767px) {
  .confirm-change-modal .case-skins-list {
    grid-template-columns: repeat(3, 1fr)
  }
}

.confirm-change-modal .case-skins-list ._weapon-item {
  aspect-ratio: 1/.7
}

.confirm-change-modal .case-skins-list ._weapon-item:hover .gradient {
  filter: brightness(1.2)
}

.confirm-change-modal .case-skins-list ._weapon-item .item-holder:before {
  content: "";
  display: block;
  clear: both;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  border: 2px solid rgb(192, 157, 132);
  border-radius: 5px;
  opacity: 0;
  transform: scale(1.1);
  transition: all .3s ease;
  box-shadow: 0 0 10px #c09d8496
}

.confirm-change-modal .case-skins-list ._weapon-item .gradient {
  transition: filter .3s ease
}

.confirm-change-modal .case-skins-list ._weapon-item.selected .item-holder:before {
  opacity: 1;
  transform: scale(1)
}

.confirm-change-modal .case-skins-list ._weapon-item.selected .gradient {
  filter: brightness(1.5)
}

.confirm-change-modal .case-skins-list ._weapon-item.selected .glow-line:before {
  opacity: 1
}

.confirm-change-modal .case-skins-list .select-btn {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 8
}

.offer-modal {
  overflow: hidden
}

.offer-modal .modal-content {
  overflow: hidden;
  margin-left: auto;
  width: 500px;
  padding-top: 40px;
  padding-bottom: 40px;
  transform: translate(30%)
}

@media (max-width : 767px) {
  .offer-modal .modal-content {
    width: 94%;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: 0
  }
}

.offer-modal .offer-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute
}

@media (max-width : 767px) {
  .offer-modal .offer-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover
  }
}

.offer-modal .offer-box {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  z-index: 3;
  width: 100%
}

.offer-modal .offer-top {
  margin-bottom: 110px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center
}

@media (max-width : 767px) {
  .offer-modal .offer-top {
    margin-bottom: 110px
  }
}

.offer-modal .offer-subtitle {
  font-size: 12px;
  text-transform: uppercase;
  color: #dbc7b9;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 15px
}

.offer-modal .offer-title {
  display: inline-block;
  text-align: center;
  background: linear-gradient(90deg, #FFFFFF 7.33%, #C2A087 99.83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 120%
}

@media (max-width : 767px) {
  .offer-modal .offer-title {
    font-size: 10rem
  }
}

.offer-modal .buttons-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center
}

.offer-modal .buttons-wrap button {
  padding: 0 20px;
  min-width: 115px;
  margin: 0 10px;
  height: 40px;
  font-size: 14px
}

.offer-modal .buttons-wrap button._with-arrow span {
  padding-right: 10px
}

.offer-modal .buttons-wrap button span {
  padding-left: 0
}

@media (max-width : 767px) {
  .offer-modal .buttons-wrap button {
    width: 50%;
    margin: 0 5px;
    min-width: 0
  }
}

.topup-modal.opened {
  opacity: 1
}

.topup-modal.opened .modal-content {
  transform: scale(1);
  opacity: 1
}

.topup-modal .modal-close-btn {
  top: 14px;
  right: 14px
}

.topup-modal .modal-content {
  position: relative;
  z-index: 3;
  border-radius: 12px;
  background: #211F30;
  padding: 0 2% 25px;
  opacity: 0;
  transition: transform .3s ease, opacity .5s ease;
  will-change: transform;
  transform: scale(.8);
  width: 90%;
  max-width: 1100px
}

@media (min-width:1700px) {
  .topup-modal .modal-content {
    padding: 0 25px 25px
  }
}

@media (min-width:768px) and (max-width:991px) {
  .topup-modal .modal-content {
    width: 98%
  }
}

@media (max-width : 767px) {
  .topup-modal .modal-content {
    padding: 0 4% 20px;
    width: 100%;
    margin: 0;
    max-height: none;
    border-radius: 0
  }
}

.topup-modal .modal-content.failure .failure-box {
  opacity: 1;
  visibility: visible
}

.topup-modal .topup-main-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  min-height: 570px
}

@media (max-width : 767px) {
  .topup-modal .topup-main-row {
    flex-direction: column;
    min-height: 0;
    margin-bottom: 0
  }
}

.topup-modal .custom-select .selected {
  width: 100px
}

.topup-modal .top-filter-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding-right: 20px
}

@media (max-width : 767px) {
  .topup-modal .top-filter-row {
    flex-wrap: wrap;
    margin-bottom: 10px;
    padding-right: 40px
  }
}

@media (min-width:768px) and (max-width:991px) {
  .topup-modal .top-filter-row {
    padding-right: 0
  }
}

.topup-modal .pay-methods-scrollbox {
  position: relative;
  padding-right: 20px;
  margin-bottom: 20px;
  flex: 1
}

@media (max-width : 767px) {
  .topup-modal .pay-methods-scrollbox {
    max-height: none;
    padding-right: 0;
    min-height: 0
  }
}

@media (min-width:768px) and (max-width:991px) {
  .topup-modal .pay-methods-scrollbox {
    padding-right: 0
  }
}

.topup-modal .pay-methods-scrollbox .scrollbar-track-y {
  opacity: 1;
  background: none;
  width: 7px
}

.topup-modal .pay-methods-scrollbox .scrollbar-track-y .scrollbar-thumb {
  background: #5B5677;
  width: 100%
}

.topup-modal .methods-col {
  flex: 1;
  padding-right: 15px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: stretch;
  align-items: stretch
}

@media (max-width : 767px) {
  .topup-modal .methods-col {
    padding-right: 0
  }
}

.topup-modal .bonus-col {
  width: 30%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch
}

@media (min-width:768px) and (max-width:991px) {
  .topup-modal .bonus-col {
    width: 33%
  }
}

@media (max-width : 767px) {
  .topup-modal .bonus-col {
    width: 100%
  }
}

.topup-modal .topup-methods-categories {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
  margin-left: -25px;
  padding-left: 25px;
  height: 70px
}

@media (max-width : 767px) {
  .topup-modal .topup-methods-categories {
    height: 40px;
    margin-left: -15px;
    padding-left: 15px;
    justify-content: space-between
  }
}

.topup-modal .topup-methods-categories li {
  position: relative
}

.topup-modal .topup-methods-categories li:before,
.topup-modal .topup-methods-categories li:after {
  content: "";
  display: block;
  clear: both;
  height: 14px;
  position: absolute;
  left: 10%;
  width: 80%;
  bottom: 100%;
  background: #C09D84;
  filter: blur(14px);
  border-radius: 10px;
  opacity: 0;
  transition: all .3s ease
}

.topup-modal .topup-methods-categories li:after {
  content: "";
  display: block;
  clear: both;
  margin-bottom: -3px;
  height: 8px;
  filter: none
}

.topup-modal .topup-methods-categories li button {
  display: block;
  padding: 25px 25px 10px;
  font-size: 14px;
  font-weight: 500;
  color: #c09d84;
  transition: all .3s ease
}

@media (max-width: 1200px) {
  .topup-modal .topup-methods-categories li button {
    padding: 25px 15px
  }
}

@media (min-width:768px) and (max-width:991px) {
  .topup-modal .topup-methods-categories li button {
    padding: 28px 10px 10px
  }
}

@media (max-width : 767px) {
  .topup-modal .topup-methods-categories li button {
    padding: 20px 5px 5px;
    font-size: 5rem
  }
}

@media (min-width: 450px) and (max-width: 768px) {
  .topup-modal .topup-methods-categories li button {
    font-size: 12px
  }
}

.topup-modal .topup-methods-categories li button:hover {
  color: #fff
}

.topup-modal .topup-methods-categories li.active:after,
.topup-modal .topup-methods-categories li.active:before {
  opacity: 1
}

.topup-modal .topup-methods-categories li.active button {
  color: #fff
}

.topup-modal .pay-methods-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: -12px;
  margin-top: -12px;
  padding-top: 3px
}

@media (max-width : 767px) {
  .topup-modal .pay-methods-list {
    margin-left: -5px
  }
}

@media (min-width:768px) and (max-width:991px) {
  .topup-modal .pay-methods-list {
    margin-left: 0
  }
}

.topup-modal .pay-methods-list .pay-method-item {
  position: relative;
  width: 25%;
  padding-left: 12px;
  margin-top: 12px;
  height: 110px
}

@media (max-width : 767px) {
  .topup-modal .pay-methods-list .pay-method-item {
    height: auto;
    width: 33.3333%;
    padding-left: 5px;
    margin-top: 5px
  }
}

@media (min-width:768px) and (max-width:991px) {
  .topup-modal .pay-methods-list .pay-method-item {
    padding-left: 8px;
    height: 100px
  }
}

.topup-modal .pay-methods-list .pay-method-item.active button {
  background: #38344f
}

.topup-modal .pay-methods-list .pay-method-item.active button:before {
  opacity: 1;
  transform: scale(1)
}

.topup-modal .pay-methods-list .pay-method-item .bonus {
  position: absolute;
  padding: 0 7px;
  height: 20px;
  background: linear-gradient(142deg, #3B3946 0%, #736D8C 100%);
  border-radius: 6px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  color: #fff;
  font-style: normal;
  right: -1px;
  z-index: 2;
  top: -3px
}

.topup-modal .pay-methods-list .pay-method-item .bonus.color-siren {
  background: linear-gradient(106.32deg, #4830B5 -11.43%, #723ABA 95.05%)
}

.topup-modal .pay-methods-list .pay-method-item .network {
  position: absolute;
  right: 8px;
  top: 7px;
  height: 18px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-size: 9px;
  font-weight: 400;
  background: #322F45;
  letter-spacing: 1px;
  padding: 0 8px 1px;
  color: #fff;
  border-radius: 5px
}

@media (max-width : 767px) {
  .topup-modal .pay-methods-list .pay-method-item .network {
    padding: 0 4px;
    font-size: 7px;
    height: 10px;
    top: 5px;
    right: 5px
  }
}

.topup-modal .pay-methods-list .pay-method-item .item-holder {
  width: 100%;
  height: 100%;
  position: relative
}

.topup-modal .pay-methods-list .pay-method-item button,
.topup-modal .pay-methods-list .pay-method-item .item-empty-box {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  bottom: 0;
  border-radius: 10px;
  background: #282537;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  padding: 0 10% 8%;
  transition: all .3s ease;
  min-width: 100%
}

@media (max-width : 767px) {

  .topup-modal .pay-methods-list .pay-method-item button,
  .topup-modal .pay-methods-list .pay-method-item .item-empty-box {
    border-radius: 8px;
    padding: 0 5% 10px;
    position: relative;
    left: 5px
  }
}

.topup-modal .pay-methods-list .pay-method-item button:before,
.topup-modal .pay-methods-list .pay-method-item .item-empty-box:before {
  content: "";
  display: block;
  clear: both;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 1px solid #C09D84;
  z-index: 2;
  border-radius: 10px;
  opacity: 0;
  transition: all .3s ease
}

.topup-modal .pay-methods-list .pay-method-item button:after,
.topup-modal .pay-methods-list .pay-method-item .item-empty-box:after {
  content: "";
  display: block;
  clear: both;
  padding-top: 60%
}

@media (max-width : 767px) {

  .topup-modal .pay-methods-list .pay-method-item button:after,
  .topup-modal .pay-methods-list .pay-method-item .item-empty-box:after {
    padding-top: 65%
  }
}

.topup-modal .pay-methods-list .pay-method-item button:hover,
.topup-modal .pay-methods-list .pay-method-item .item-empty-box:hover {
  background: #38344f
}

.topup-modal .pay-methods-list .pay-method-item .item-empty-box {
  cursor: default
}

.topup-modal .pay-methods-list .pay-method-item .item-empty-box:hover {
  background: #282537
}

.topup-modal .pay-methods-list .pay-method-item picture {
  flex: 1;
  height: 90%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 0 5%
}

.topup-modal .pay-methods-list .pay-method-item span {
  display: block;
  font-size: 9px;
  font-weight: 500;
  color: #928baa;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  bottom: 15%;
  left: 0;
  width: 100%
}

@media (max-width : 767px) {
  .topup-modal .pay-methods-list .pay-method-item span {
    font-size: 7px
  }
}

.topup-modal .bonus-col-title {
  display: inline-block;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  background: linear-gradient(90deg, #F4DAC8 0, #CBA081 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  height: 70px;
  padding-top: 25px
}

.topup-modal .promocode-main-box {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  overflow: hidden
}

.topup-modal .promocode-main-box .box-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute
}

.topup-modal .promocode-main-box .box-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 95%
}

@media (max-width : 767px) {
  .topup-modal .promocode-main-box .box-bg img {
    object-position: 50% 20%
  }
}

.topup-modal .promocode-main-box .promocode-box {
  position: relative;
  z-index: 3;
  padding: 20px 6%;
  background: #282537;
  margin-bottom: 15px;
  border-radius: 12px
}

.topup-modal .promocode-main-box .bonus-level-box .bonus-level-label {
  display: block;
  font-size: 12px;
  color: #fff;
  margin-bottom: 5px
}

.topup-modal .promocode-main-box .bonus-level-box .bonus-level-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center
}

.topup-modal .promocode-main-box .bonus-level-box .progress-col {
  flex: 1
}

.topup-modal .promocode-main-box .bonus-level-box .progress {
  background: #535068;
  height: 6px;
  border-radius: 22px;
  overflow: hidden
}

.topup-modal .promocode-main-box .bonus-level-box .progress .progress-fill {
  display: block;
  background: linear-gradient(90deg, #D0C6EF 0%, #AC94F5 100%);
  height: 100%;
  border-radius: 22px
}

.topup-modal .promocode-main-box .bonus-level-box .percent-col {
  min-width: 40px;
  text-align: right
}

.topup-modal .promocode-main-box .bonus-level-box .percent-value {
  font-size: 10px;
  font-weight: 500;
  display: block
}

.topup-modal .promocode-main-box .promocode-input-box {
  position: relative;
  height: 44px;
  margin-bottom: 15px
}

.topup-modal .promocode-main-box .promocode-input-box input {
  border: 1px solid #4E4B61;
  border-radius: 9px;
  height: 100%;
  background: none;
  text-transform: uppercase;
  font-size: 14px;
  padding-left: 15px;
  padding-right: 100px;
  color: #fff;
  font-weight: 500
}

.topup-modal .promocode-main-box .promocode-input-box input::-webkit-input-placeholder {
  color: #928baa;
  font-weight: 400;
  font-size: 12px
}

.topup-modal .promocode-main-box .promocode-input-box input:-moz-placeholder {
  color: #928baa;
  font-weight: 400;
  font-size: 12px
}

.topup-modal .promocode-main-box .promocode-input-box input::-moz-placeholder {
  color: #928baa;
  font-weight: 400;
  font-size: 12px
}

.topup-modal .promocode-main-box .promocode-input-box input:-ms-input-placeholder {
  color: #928baa;
  font-weight: 400;
  font-size: 12px
}

.topup-modal .promocode-main-box .promocode-input-box input:focus {
  border-color: #64607c
}

.topup-modal .promocode-main-box .promocode-input-box .button {
  position: absolute;
  top: 4px;
  bottom: 4px;
  height: auto;
  right: 5px;
  padding: 0 14px;
  font-size: 12px
}

.topup-modal .promocode-main-box .socials-box {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
  padding-bottom: 8%;
  border-radius: 12px;
  overflow: hidden
}

@media (max-width : 767px) {
  .topup-modal .promocode-main-box .socials-box {
    padding-top: 6%;
    padding-bottom: 21%
  }
}

.topup-modal .promocode-main-box .socials-box .soc-subtitle {
  display: block;
  font-size: 9px;
  text-transform: uppercase;
  color: #928baa;
  margin-bottom: 10px;
  position: relative;
  z-index: 3
}

@media (max-width : 767px) {
  .topup-modal .promocode-main-box .socials-box .soc-subtitle {
    font-size: 10px
  }
}

.topup-modal .promocode-main-box .socials-box .soc-title {
  font-size: 2rem;
  text-transform: uppercase;
  display: block;
  text-align: center;
  line-height: 120%;
  font-weight: 500;
  margin-bottom: 20px;
  position: relative;
  z-index: 3
}

@media (max-width : 767px) {
  .topup-modal .promocode-main-box .socials-box .soc-title {
    font-size: 6rem
  }
}

.topup-modal .promocode-main-box .socials-box .soc-title b {
  display: block;
  color: #c09d84;
  margin-bottom: 3px
}

.topup-modal .promocode-main-box .soc-links {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  position: relative;
  z-index: 3
}

.topup-modal .promocode-main-box .soc-links a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background: #3A3341;
  margin: 0 3px;
  border-radius: 8px;
  width: 32px;
  height: 30px;
  transition: all .3s ease;
  padding: 0 5%
}

.topup-modal .promocode-main-box .soc-links a:hover {
  background: #4c4357
}

.topup-modal .promocode-main-box .soc-links a:hover img {
  filter: invert(1)
}

.topup-modal .promocode-main-box .soc-links a:last-child {
  margin-right: 0
}

.topup-modal .promocode-main-box .soc-links a img {
  filter: invert(66%) sepia(7%) saturate(1330%) hue-rotate(342deg) brightness(98%) contrast(86%);
  width: 100%;
  transition: all .3s ease;
  display: block
}

.topup-modal .promocode-main-box .title-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px
}

.topup-modal .promocode-main-box .title-row .iconed-title {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center
}

.topup-modal .promocode-main-box .title-row .iconed-title i {
  display: block;
  margin-right: 10px
}

.topup-modal .promocode-main-box .title-row .iconed-title i img {
  display: block;
  filter: invert(77%) sepia(41%) saturate(255%) hue-rotate(341deg) brightness(79%) contrast(89%)
}

.topup-modal .promocode-main-box .title-row .iconed-title span {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #c09d84;
  text-transform: uppercase
}

.topup-modal .promocode-main-box .title-row .bonus-amount {
  font-size: 13px;
  font-weight: 500;
  color: #fff
}

.topup-modal .promocode-main-box .title-row .bonus-percent {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  border-radius: 7px;
  background: linear-gradient(180deg, #4BAD80 0%, #235e16 100%);
  height: 24px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 0 10px
}

.topup-modal .topup-amount-form .form-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: -12px;
  padding-right: 20px
}

@media (max-width : 767px) {
  .topup-modal .topup-amount-form .form-row {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 0;
    padding-right: 0
  }
}

.topup-modal .topup-amount-form .topup-subline {
  background: #211F30;
  padding: 20px 20px 0 0;
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center
}

@media (max-width : 767px) {
  .topup-modal .topup-amount-form .topup-subline {
    padding-right: 0
  }
}

.topup-modal .topup-amount-form .topup-subline .message-box {
  background: #2b273e;
  padding: 0 15px;
  border-radius: 12px;
  height: 50px;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  display: flex;
  flex: 1
}

@media (max-width : 767px) {
  .topup-modal .topup-amount-form .topup-subline .message-box {
    height: auto;
    padding: 6px 15px
  }
}

.topup-modal .topup-amount-form .topup-subline .input-holder {
  max-width: 100px;
  margin-right: 12px;
  padding: 0;
  height: 48px
}

.topup-modal .topup-amount-form .topup-subline .input-holder input {
  font-weight: 400;
  background: #38344F
}

.topup-modal .topup-amount-form .some-info-box {
  font-weight: 400;
  padding: 5px 0 7px 40px
}

.topup-modal .topup-amount-form .some-info-box:before {
  top: 50%;
  margin-top: -13px
}

@media (max-width : 767px) {
  .topup-modal .topup-amount-form .some-info-box {
    line-height: 120%
  }
}

.topup-modal .topup-amount-form .some-info-box b {
  color: #fff;
  padding-left: 3px
}

.topup-modal .topup-amount-form .input-holder {
  flex: 1;
  position: relative;
  width: 25%;
  padding-left: 12px
}

@media (min-width:768px) and (max-width:991px) {
  .topup-modal .topup-amount-form .input-holder {
    min-width: 150px;
    flex: none
  }
}

@media (max-width : 767px) {
  .topup-modal .topup-amount-form .input-holder {
    flex: none;
    padding-left: 0;
    width: 48%
  }
}

.topup-modal .topup-amount-form .input-holder .currency {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #8a83a2;
  font-weight: 500
}

.topup-modal .topup-amount-form .input-holder input {
  border: 1px solid rgba(208, 198, 239, .5);
  border-radius: 10px;
  background: none;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  color: #fff;
  font-size: 19px;
  padding-left: 19px;
  font-weight: 500
}

.topup-modal .topup-amount-form .input-holder input::-webkit-input-placeholder {
  color: #928baa
}

.topup-modal .topup-amount-form .input-holder input:-moz-placeholder {
  color: #928baa
}

.topup-modal .topup-amount-form .input-holder input::-moz-placeholder {
  color: #928baa
}

.topup-modal .topup-amount-form .input-holder input:-ms-input-placeholder {
  color: #928baa
}

.topup-modal .topup-amount-form .input-holder input:focus {
  border-color: #d0c6efcc
}

.topup-modal .topup-amount-form .btn-box {
  padding-left: 12px;
  width: 25%
}

@media (min-width:768px) and (max-width:991px) {
  .topup-modal .topup-amount-form .btn-box {
    min-width: 140px
  }
}

@media (max-width : 767px) {
  .topup-modal .topup-amount-form .btn-box {
    width: 48%;
    padding-left: 0
  }
}

.topup-modal .topup-amount-form .btn-box button {
  width: 100%;
  white-space: nowrap
}

.topup-modal .topup-amount-form .calculations-box {
  width: 50%;
  padding-left: 12px
}

@media (min-width:768px) and (max-width:991px) {
  .topup-modal .topup-amount-form .calculations-box {
    width: auto;
    flex: 1
  }
}

@media (max-width : 767px) {
  .topup-modal .topup-amount-form .calculations-box {
    width: 100%;
    margin-top: 10px;
    padding-left: 0;
    height: 45px
  }
}

.topup-modal .topup-amount-form .calculations {
  border: 1px solid #433F54;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  border-radius: 10px;
  color: #625e70;
  font-size: 15px;
  font-weight: 500;
  padding: 0 20px
}

@media (max-width : 767px) {
  .topup-modal .topup-amount-form .calculations {
    padding: 0 15px;
    border-radius: 8px
  }
}

.topup-modal .topup-amount-form .calculations em {
  font-style: normal;
  color: #776559;
  padding-right: 5px;
  padding-left: 3px
}

.topup-modal .topup-amount-form .calculations b {
  color: #fff;
  padding-left: 5px;
  font-weight: 500
}

.topup-modal .topup-content-holder {
  position: relative;
  width: 100%
}

.topup-modal .failure-box {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(33, 31, 48, .8);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  z-index: 23;
  border-radius: 12px;
  transition: all .3s ease;
  opacity: 0;
  visibility: hidden
}

.topup-modal .failure-box .iconed-btn i {
  width: 18px;
  margin-left: 14px
}

.topup-modal .failure-box .failure-holder {
  width: 70%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 10%;
  text-align: center
}

@media (max-width : 767px) {
  .topup-modal .failure-box .failure-holder {
    width: 100%
  }
}

.topup-modal .failure-box .fail-icon {
  position: relative;
  padding-bottom: 20px
}

.topup-modal .failure-box .fail-icon:before,
.topup-modal .failure-box .fail-icon:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 10%;
  bottom: 10%;
  border-radius: 50%;
  background: #FF3838;
  opacity: .58;
  filter: blur(32px)
}

.topup-modal .failure-box .fail-icon:after {
  opacity: .3;
  filter: blur(52px)
}

.topup-modal .failure-box .fail-icon picture {
  display: block;
  position: relative;
  z-index: 2
}

.topup-modal .failure-box .fail-title {
  display: inline-block;
  background: linear-gradient(90deg, #FF8585 0, #F62D2D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 20px
}

.topup-modal .failure-box p {
  font-size: 19px;
  line-height: 110%;
  max-width: 400px;
  margin-bottom: 60px
}

.custom-select {
  position: relative;
  width: 100%;
  text-align: left;
  outline: none;
  line-height: 39px;
  z-index: 20
}

.custom-select .selected {
  background: none;
  border-radius: 8px;
  border: 1px solid #44405C;
  color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  height: 39px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 7px 20px 7px 8px;
  transition: all .3s ease
}

.custom-select .selected:hover {
  border-color: #64607c
}

.custom-select .selected.open {
  border: 1px solid #64607c;
  border-radius: 6px 6px 0 0
}

.custom-select .selected:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  display: inline-block;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  padding: 2px;
  transform: rotate(45deg);
  top: 50%;
  margin-top: -5px;
  right: 12px
}

.custom-select i {
  width: 26px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: #D9D9D9;
  border-radius: 6px;
  padding: 3px 5px;
  margin-right: 10px
}

.custom-select i img {
  max-height: 100%
}

.custom-select span {
  font-size: 12px;
  display: block;
  text-transform: uppercase
}

.custom-select .items {
  color: #fff;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  border-right: 1px solid #64607c;
  border-left: 1px solid #64607c;
  border-bottom: 1px solid #64607c;
  position: absolute;
  background-color: #211f30cc;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  left: 0;
  right: 0;
  z-index: 1
}

.custom-select .items div {
  color: #fff;
  padding: 7px 20px 7px 8px;
  height: 38px;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center
}

.custom-select .items div:hover {
  background-color: #38344f
}

.custom-select .selectHide {
  display: none
}

.flip-clock-wrapper * {
  box-sizing: border-box;
  backface-visibility: hidden
}

.flip-clock-wrapper b {
  cursor: pointer;
  text-decoration: none;
  color: #ccc
}

.flip-clock-wrapper b:hover {
  color: #fff
}

.flip-clock-wrapper ul {
  list-style: none
}

.flip-clock-wrapper {
  -webkit-user-select: none
}

.flip-clock-meridium {
  background: none !important;
  box-shadow: 0 0 !important;
  font-size: 36px !important
}

.flip-clock-meridium a {
  color: #313333
}

.flip-clock-wrapper {
  text-align: center;
  position: relative;
  width: 100%
}

.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
  content: " ";
  display: table
}

.flip-clock-wrapper:after {
  clear: both
}

.flip-clock-wrapper ul {
  position: relative;
  float: left;
  margin: 5px;
  width: 50px;
  height: 70px;
  font-size: 50px;
  font-weight: 700;
  line-height: 67px;
  border-radius: 6px;
  background: #000
}

@media (max-width : 767px) {
  .flip-clock-wrapper ul {
    width: 50px;
    height: 70px;
    font-size: 50px;
    line-height: 50px
  }
}

.flip-clock-wrapper ul li {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 87px;
  text-decoration: none !important
}

.flip-clock-wrapper ul li:first-child {
  z-index: 2
}

.flip-clock-wrapper ul li b {
  display: block;
  height: 100%;
  -webkit-perspective: 200px;
  -moz-perspective: 200px;
  perspective: 200px;
  margin: 0 !important;
  overflow: visible !important;
  cursor: default !important
}

.flip-clock-wrapper ul li b div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  font-size: 80px;
  overflow: hidden;
  outline: 1px solid transparent
}

.flip-clock-wrapper ul li b div .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2
}

.flip-clock-wrapper ul li b div.up {
  transform-origin: 50% 100%;
  top: 0
}

.flip-clock-wrapper ul li b div.up:after {
  content: "";
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 3px;
  background-color: #000;
  background-color: #0006
}

.flip-clock-wrapper ul li b div.down {
  transform-origin: 50% 0;
  bottom: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px
}

.flip-clock-wrapper ul li b div div.inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: #fff;
  text-shadow: 0 1px 2px #000;
  text-align: center;
  background-color: #413f52;
  border-radius: 6px;
  font-size: 50px;
  line-height: 70px
}

@media (max-width : 767px) {
  .flip-clock-wrapper ul li b div div.inn {
    font-size: 50px;
    line-height: 70px
  }
}

.flip-clock-wrapper ul li b div.up div.inn {
  top: 0
}

.flip-clock-wrapper ul li b div.down div.inn {
  bottom: 0
}

.flip-clock-wrapper ul.play li.flip-clock-before {
  z-index: 3
}

.flip-clock-wrapper .flip {
  box-shadow: 0 2px 5px #000000b3
}

.flip-clock-wrapper ul.play li.flip-clock-active {
  animation: asd .5s .5s linear both;
  z-index: 5
}

.flip-clock-divider {
  float: left;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 100px
}

.flip-clock-divider:first-child {
  width: 0
}

.flip-clock-dot {
  display: block;
  background: #323434;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0 5px #00000080;
  left: 5px
}

.flip-clock-divider .flip-clock-label {
  position: absolute;
  top: -1.5em;
  right: -86px;
  color: #000;
  text-shadow: none
}

.flip-clock-divider.minutes .flip-clock-label {
  right: -88px
}

.flip-clock-divider.seconds .flip-clock-label {
  right: -91px
}

.flip-clock-dot.top {
  top: 30px
}

.flip-clock-dot.bottom {
  bottom: 30px
}

@keyframes asd {
  0% {
    z-index: 2
  }

  20% {
    z-index: 4
  }

  to {
    z-index: 4
  }
}

.flip-clock-wrapper ul.play li.flip-clock-active .down {
  z-index: 2;
  will-change: transform;
  animation: turn .5s .5s linear both
}

@keyframes turn {
  0% {
    transform: rotateX(90deg)
  }

  to {
    transform: rotateX(0)
  }
}

.flip-clock-wrapper ul.play li.flip-clock-before .up {
  z-index: 2;
  will-change: transform;
  animation: turn2 .5s linear both
}

@keyframes turn2 {
  0% {
    transform: rotateX(0)
  }

  to {
    transform: rotateX(-90deg)
  }
}

.flip-clock-wrapper ul li.flip-clock-active {
  z-index: 3
}

.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
  background: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, .1) 100%);
  animation: show .5s linear both
}

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
  background: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, .1) 100%);
  animation: hide .5s .3s linear both
}

.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, .1) 100%);
  animation: show .5s linear both
}

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, .1) 100%);
  animation: hide .5s .2s linear both
}

@keyframes show {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes hide {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

.countdown-small .flip-clock-wrapper {
  margin-bottom: 10px
}

.countdown-small .flip-clock-wrapper .separator {
  width: 20px;
  padding-bottom: 25px
}

.countdown-small .flip-clock-wrapper ul {
  width: 35px;
  height: 45px;
  margin: 3px
}

.countdown-small .flip-clock-wrapper ul li b div div.inn {
  font-size: 30px;
  line-height: 45px
}

.flip-clock-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 20px
}

.flip-clock-wrapper .flip-nums {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center
}

.flip-clock-wrapper .flip-label {
  font-size: 16px;
  color: #c09d84
}

.flip-clock-wrapper .flip {
  float: none
}

.flip-clock-wrapper .separator {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  line-height: 100%;
  width: 30px;
  padding-bottom: 8px
}

.flip-clock-wrapper .separator.tick {
  animation: tick .5s linear 1
}

@keyframes tick {
  0% {
    opacity: 1
  }

  30% {
    opacity: .5
  }

  70% {
    opacity: .5
  }

  to {
    opacity: 1
  }
}

.modal {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100vw;
  background-color: #0006;
  opacity: 0;
  transition: opacity .3s ease;
  display: grid;
  grid-template-columns: 1fr;
  overflow: auto
}

.modal.opened {
  opacity: 1
}

.modal.opened .modal-container {
  transform: scale(1);
  opacity: 1
}

.modal .modal-container {
  position: relative;
  z-index: 3;
  border-radius: 20px;
  background: #211F30;
  place-self: center;
  padding: 2% 4%;
  opacity: 0;
  transition: transform .3s ease, opacity .5s ease;
  will-change: transform;
  transform: scale(.8)
}

@media (max-width : 767px) {
  .modal .modal-container {
    padding: 15px 4vw;
    max-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden
  }
}

.modal .modal-back-close-btn {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  display: block;
  overflow: hidden;
  text-indent: -9999px
}

.modal .modal-close-btn {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 52px;
  height: 37px;
  border: 1px solid rgba(192, 157, 132, .17);
  border-radius: 8px;
  background: none;
  outline: none;
  z-index: 5;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  transition: border-color .3s ease
}

@media (max-width : 767px) {
  .modal .modal-close-btn {
    width: 32px;
    height: 23px;
    right: 15px;
    top: 15px
  }
}

.modal .modal-close-btn i {
  display: block;
  width: 13px;
  height: 13px;
  position: relative;
  margin-left: -1px
}

.modal .modal-close-btn i:before,
.modal .modal-close-btn i:after {
  content: "";
  display: block;
  clear: both;
  height: 2px;
  background-color: #c09d84;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  width: 135%;
  top: 0;
  margin-top: 6px;
  margin-left: -2px;
  transition: all .3s ease
}

@media (max-width : 767px) {

  .modal .modal-close-btn i:before,
  .modal .modal-close-btn i:after {
    width: 100%;
    margin-left: 1px;
    margin-top: 5px
  }
}

.modal .modal-close-btn i:after {
  transform: rotate(-45deg)
}

.modal .modal-close-btn:hover {
  border-color: #c09d8480
}

.modal .modal-close-btn:hover i:before,
.modal .modal-close-btn:hover i:after {
  background: #fff
}

.modal .modal-title-wrap {
  margin-bottom: 15px
}

.modal .modal-title {
  display: inline-block;
  background: linear-gradient(90deg, #FFFFFF 0, #C19E86 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 700;
  font-size: 35px
}

@media (max-width : 767px) {
  .modal .modal-title {
    font-size: 10rem
  }
}

.modal.socials-subscribe .modal-container {
  width: 781px;
  width: 500px;
  max-height: 390px;
  min-height: 200px;
  height: 70vw;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  margin-left: auto;
  margin-right: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
  transform: translate(30%)
}

@media (max-width : 767px) {
  .modal.socials-subscribe .modal-container {
    width: 94%;
    padding-top: 30px;
    padding-bottom: 30px;
    height: 65vw
  }
}

.modal.socials-subscribe .modal-container .modal-title {
  display: block;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  max-width: 350px;
  font-size: 25px;
  line-height: 35px
}

@media (max-width : 767px) {
  .modal.socials-subscribe .modal-container .modal-title {
    max-width: 270px;
    font-size: 18px;
    line-height: 30px
  }
}

.modal.socials-subscribe.opened .modal-container {
  transform: translate(0)
}

.modal.socials-subscribe .subscribe-socials-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center
}

@media (max-width : 767px) {
  .modal.socials-subscribe .subscribe-socials-background img {
    width: 100%;
    height: 100%;
    object-fit: cover
  }
}

.modal.socials-subscribe .subscribe-socials-buttons {
  display: flex;
  gap: 10px;
  z-index: 1;
  position: relative
}

.modal.socials-subscribe .subscribe-socials-buttons .button {
  width: 64px;
  height: 54px;
  width: 54px;
  height: 44px;
  padding: 0
}

.modal.socials-subscribe .subscribe-socials-buttons .button img {
  width: 60%;
  filter: invert(99%) sepia(51%) saturate(104%) hue-rotate(216deg) brightness(110%) contrast(100%)
}

@media (max-width : 767px) {
  .modal.socials-subscribe .subscribe-socials-buttons .button {
    width: 40px;
    height: 30px
  }
}

.market-accept-skin .modal-content {
  padding: 30px 100px
}

.market-accept-skin .item-info-box {
  width: 150px;
  margin: 40px auto 0
}

.market-accept-skin .skin-container {
  width: 300px;
  height: 150px;
  margin: 0 auto
}

.market-accept-skin h1 {
  text-align: center;
  display: inline-block;
  background: linear-gradient(90deg, #FFFFFF 7.33%, #C2A088 99.83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
  font-size: 4rem;
  margin-bottom: 30px;
  text-transform: uppercase
}

@media (max-width : 767px) {
  .market-accept-skin h1 {
    font-size: 12rem;
    margin-bottom: 10px
  }
}

.page-footer {
  position: relative
}

@media (min-width: 768px) {
  .page-footer {
    margin-top: 50px
  }
}

@media (max-width : 767px) {
  .page-footer {
    padding-bottom: 60px;
    z-index: 100
  }
}

.page-footer .content-holder {
  position: relative;
  padding: 2% 0
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .page-footer .container-full {
    padding-left: 6vw
  }
}

.page-footer .container-inside {
  padding-bottom: 0;
  padding-left: 80px
}

@media (min-width: 1200px) {
  .page-footer .container-inside {
    padding-left: 50px
  }
}

@media (max-width : 767px) {
  .page-footer .container-inside {
    padding-left: 0
  }
}

.page-footer .footer-main-row {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  text-transform: uppercase
}

@media (max-width : 767px) {
  .page-footer .footer-main-row {
    flex-direction: column;
    padding-bottom: 10px
  }
}

.page-footer .left-part {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  width: 36%
}

@media (min-width:1700px) {
  .page-footer .left-part {
    width: 40%
  }
}

@media (max-width : 767px) {
  .page-footer .left-part {
    width: 100%;
    order: 2;
    position: relative;
    padding-bottom: 50px
  }
}

.page-footer .right-part {
  width: 45%;
  max-width: 750px;
  padding-left: 10%
}

@media (max-width : 767px) {
  .page-footer .right-part {
    width: 100%;
    padding-left: 0;
    margin-bottom: 35vw
  }
}

.page-footer .logo-col {
  position: absolute;
  margin-bottom: 0;
  width: 200px;
  right: 0;
  bottom: 0
}

@media (max-width : 767px) {
  .page-footer .logo-col {
    display: none
  }
}

@media (min-width:768px) and (max-width:991px) {
  .page-footer .logo-col {
    width: 150px;
    opacity: .6
  }
}

.page-footer .navigation {
  flex: 1;
  padding-left: 0;
  max-width: 700px
}

.page-footer .nav-col {
  width: 55%
}

.page-footer .nav-col:first-child {
  width: 35%
}

.page-footer .nav-cols {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px
}

@media (min-width:768px) and (max-width:991px) {
  .page-footer .nav-cols {
    margin-bottom: 60px
  }
}

@media (max-width : 767px) {
  .page-footer .nav-cols {
    display: block;
    margin-bottom: 0
  }

  .page-footer .nav-cols .nav-col {
    width: 100%
  }
}

@media (max-width : 767px) {
  .page-footer .main-nav-col {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    background: #201E2B;
    border-radius: 10px 10px 0 0
  }

  .page-footer .main-nav-col .footer-label {
    display: none
  }
}

.page-footer .topup-btn {
  width: 46px;
  height: 39px;
  min-width: 46px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  z-index: 13;
  transition: all .3s ease;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  top: 50%;
  margin-top: -35px
}

@media (min-width: 768px) {
  .page-footer .topup-btn {
    display: none
  }
}

.page-footer .topup-btn:hover {
  background: #38344f
}

.page-footer .topup-btn:hover img {
  filter: invert(1)
}

.page-footer .topup-btn b {
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  border-radius: 8px;
  background: #302E3F
}

.page-footer .topup-btn b:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  height: 15px;
  background: #F0C9AC;
  filter: blur(7.5px);
  border-radius: 5px;
  margin-top: -3px;
  left: 20%;
  width: 60%;
  top: 100%
}

.page-footer .topup-btn b:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 100%;
  left: 20%;
  width: 60%;
  height: 15px;
  background: #F0C9AC;
  border-radius: 5px;
  margin-top: -2px
}

.page-footer .topup-btn i {
  font-style: normal;
  position: absolute;
  z-index: 3;
  width: 16px;
  height: 16px;
  border-radius: 5px;
  background: #B1927D;
  color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  top: -5px;
  left: -9px;
  font-size: 16px
}

.page-footer .topup-btn img {
  display: block;
  position: relative;
  z-index: 5;
  max-width: 20px;
  transition: all .3s ease;
  filter: invert(78%) sepia(3%) saturate(933%) hue-rotate(343deg) brightness(106%) contrast(91%)
}

.page-footer .footer-main-nav {
  padding-top: 10px
}

@media (max-width : 767px) {
  .page-footer .footer-main-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    position: relative
  }

  .page-footer .footer-main-nav.logged li:nth-child(2) {
    margin-right: 20px
  }

  .page-footer .footer-main-nav.logged li:nth-child(3) {
    margin-left: 20px
  }
}

.page-footer .footer-main-nav li {
  margin-bottom: 25px
}

@media (min-width:768px) and (max-width:991px) {
  .page-footer .footer-main-nav li {
    margin-bottom: 20px
  }
}

@media (max-width : 767px) {
  .page-footer .footer-main-nav li {
    margin: 0;
    flex: 1
  }
}

.page-footer .footer-main-nav li:last-child {
  margin-bottom: 0
}

.page-footer .footer-main-nav a,
.page-footer .footer-main-nav button {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  font-weight: 700;
  color: #c09d84;
  font-size: 1.6rem;
  position: relative
}

@media (max-width : 767px) {

  .page-footer .footer-main-nav a:before,
  .page-footer .footer-main-nav button:before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    top: 100%;
    margin-top: -2px;
    left: 10%;
    width: 80%;
    height: 8px;
    background: #C09D84;
    border-radius: 10px;
    z-index: 3;
    opacity: 0;
    transition: all .3s ease
  }

  .page-footer .footer-main-nav a:after,
  .page-footer .footer-main-nav button:after {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border-radius: 10px;
    background: var(--Bright-Gold, #C09D84);
    filter: blur(15px);
    height: 14px;
    opacity: 0;
    transition: all .3s ease
  }
}

@media (min-width:1700px) {

  .page-footer .footer-main-nav a,
  .page-footer .footer-main-nav button {
    font-size: 1.4rem
  }
}

@media (max-width : 767px) {

  .page-footer .footer-main-nav a,
  .page-footer .footer-main-nav button {
    flex-direction: column;
    justify-content: center;
    height: 58px;
    width: 100%;
    font-size: 3vw;
    text-transform: uppercase;
    padding-top: 5px
  }
}

@media (max-width : 767px) and (min-width: 500px) {

  .page-footer .footer-main-nav a,
  .page-footer .footer-main-nav button {
    font-size: 13px
  }
}

.page-footer .footer-main-nav a:hover,
.page-footer .footer-main-nav button:hover,
.page-footer .footer-main-nav a.router-link-active,
.page-footer .footer-main-nav button.router-link-active {
  color: #fff
}

.page-footer .footer-main-nav a.router-link-active img,
.page-footer .footer-main-nav button.router-link-active img {
  filter: invert(1)
}

.page-footer .footer-main-nav a.router-link-active:before,
.page-footer .footer-main-nav a.router-link-active:after,
.page-footer .footer-main-nav button.router-link-active:before,
.page-footer .footer-main-nav button.router-link-active:after {
  opacity: 1
}

.page-footer .footer-main-nav a i,
.page-footer .footer-main-nav button i {
  width: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-right: 15px
}

@media (min-width:768px) and (max-width:991px) {

  .page-footer .footer-main-nav a i,
  .page-footer .footer-main-nav button i {
    width: 25px;
    margin-right: 10px
  }
}

@media (max-width : 767px) {

  .page-footer .footer-main-nav a i,
  .page-footer .footer-main-nav button i {
    margin: 0 0 10px;
    width: 100%
  }
}

.page-footer .footer-main-nav a img,
.page-footer .footer-main-nav button img {
  filter: invert(66%) sepia(7%) saturate(1330%) hue-rotate(342deg) brightness(98%) contrast(86%);
  transition: all .3s ease
}

@media (min-width:992px) and (max-width:1199px) {

  .page-footer .footer-main-nav a img,
  .page-footer .footer-main-nav button img {
    max-height: 18px
  }
}

@media (min-width:768px) and (max-width:991px) {

  .page-footer .footer-main-nav a img,
  .page-footer .footer-main-nav button img {
    max-width: 18px;
    max-height: 20px
  }
}

@media (max-width : 767px) {

  .page-footer .footer-main-nav a img,
  .page-footer .footer-main-nav button img {
    max-width: 25px
  }
}

.page-footer .footer-text-nav li {
  margin-bottom: 13px
}

@media (max-width : 767px) {
  .page-footer .footer-text-nav li {
    margin-bottom: 2px
  }
}

.page-footer .footer-text-nav a {
  color: #7d685e;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 500
}

@media (min-width:1700px) {
  .page-footer .footer-text-nav a {
    font-size: 1.2rem
  }
}

@media (min-width:768px) and (max-width:991px) {
  .page-footer .footer-text-nav a {
    font-size: 1.6rem
  }
}

@media (max-width : 767px) {
  .page-footer .footer-text-nav a {
    font-size: 4vw;
    color: #c09d84
  }
}

.page-footer .footer-text-nav a:hover {
  color: #d5b9a5
}

.page-footer .footer-label {
  display: block;
  font-size: 10px;
  color: #4a4859;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 25px
}

@media (min-width:768px) and (max-width:991px) {
  .page-footer .footer-label {
    margin-bottom: 15px;
    font-size: 8px
  }
}

@media (max-width : 767px) {
  .page-footer .footer-label {
    font-size: 11px;
    color: #7d779a;
    margin-bottom: 15px
  }
}

.page-footer .copy {
  margin-bottom: 0;
  position: absolute;
  bottom: 20px;
  left: 0
}

@media (max-width : 767px) {
  .page-footer .copy {
    display: none
  }
}

.page-footer .footer-bg {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 10%;
  width: 100%;
  bottom: 0;
  background: #1A1824
}

@media (max-width : 767px) {
  .page-footer .footer-bg {
    bottom: auto;
    top: 140px;
    padding-right: 0
  }
}

.page-footer .footer-bg picture {
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  width: 70%;
  max-width: 800px
}

@media (min-width:1700px) {
  .page-footer .footer-bg picture {
    width: 65%
  }
}

@media (min-width:768px) and (max-width:991px) {
  .page-footer .footer-bg picture {
    width: 85%
  }
}

@media (max-width : 767px) {
  .page-footer .footer-bg picture {
    width: 100%
  }
}

.page-footer .footer-content {
  position: relative;
  z-index: 3
}

@media (max-width : 767px) {
  .page-footer .footer-content {
    z-index: 24
  }
}

.page-footer .stat-list {
  margin-left: -20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 10px
}

@media (min-width:768px) and (max-width:991px) {
  .page-footer .stat-list {
    margin-left: -10px
  }
}

@media (max-width : 767px) {
  .page-footer .stat-list {
    margin-left: -10px
  }
}

.page-footer .stat-list .stat-item {
  width: 50%;
  padding-left: 20px;
  padding-bottom: 20px
}

@media (min-width:768px) and (max-width:991px) {
  .page-footer .stat-list .stat-item {
    padding-left: 10px;
    padding-bottom: 10px
  }
}

@media (max-width : 767px) {
  .page-footer .stat-list .stat-item {
    padding-left: 10px;
    padding-bottom: 10px
  }
}

.page-footer .stat-list .item-holder {
  border: 1px solid #373448;
  height: 55px;
  padding: 0 15px;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center
}

@media (min-width:992px) and (max-width:1199px) {
  .page-footer .stat-list .item-holder {
    height: 40px
  }
}

@media (max-width: 992px) {
  .page-footer .stat-list .item-holder {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    padding: 0 10px 0 40px;
    height: 38px
  }
}

@media (max-width : 767px) {
  .page-footer .stat-list .item-holder {
    border-radius: 10px;
    height: 60px;
    padding: 12px 10px 10px 50px
  }
}

.page-footer .stat-list .item-holder .value-col {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center
}

@media (max-width: 992px) {
  .page-footer .stat-list .item-holder .value-col {
    display: block
  }
}

.page-footer .stat-list .item-holder i {
  width: 25px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-right: 10px
}

@media (max-width: 992px) {
  .page-footer .stat-list .item-holder i {
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0
  }
}

@media (max-width : 767px) {
  .page-footer .stat-list .item-holder i {
    width: 28px
  }
}

.page-footer .stat-list .item-holder img {
  filter: invert(66%) sepia(7%) saturate(1330%) hue-rotate(342deg) brightness(98%) contrast(86%)
}

@media (max-width: 992px) {
  .page-footer .stat-list .item-holder img {
    max-width: 20px;
    max-height: 20px
  }
}

@media (max-width : 767px) {
  .page-footer .stat-list .item-holder img {
    max-width: 24px;
    max-height: 22px;
    width: 100%
  }
}

.page-footer .stat-list .item-holder .item-label {
  display: block;
  color: #c09d84;
  text-align: right;
  font-size: 1.1rem;
  font-weight: 500
}

@media (min-width:768px) and (max-width:991px) {
  .page-footer .stat-list .item-holder .item-label {
    font-size: 1.3rem
  }
}

@media (max-width : 767px) {
  .page-footer .stat-list .item-holder .item-label {
    font-size: 2.5vw;
    color: #7d685d
  }
}

.page-footer .stat-list .item-holder .value {
  display: block;
  color: #f5d4bb;
  font-weight: 500;
  font-size: 1.5rem
}

@media (min-width:768px) and (max-width:991px) {
  .page-footer .stat-list .item-holder .value {
    margin-bottom: 5px;
    font-size: 2rem
  }
}

@media (max-width : 767px) {
  .page-footer .stat-list .item-holder .value {
    font-size: 5vw;
    margin-bottom: 5px
  }
}

@media (max-width : 767px) {
  .page-footer .soc-wrapper {
    border-top: 1px solid rgba(55, 52, 72, .58);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 8px
  }

  .page-footer .soc-wrapper .footer-label {
    margin-bottom: 0
  }
}

.page-footer .soc-links {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center
}

@media (min-width:992px) and (max-width:1199px) {
  .page-footer .soc-links {
    margin-right: 10px
  }
}

@media (min-width:768px) and (max-width:991px) {
  .page-footer .soc-links {
    justify-content: flex-start
  }
}

.page-footer .soc-links a {
  width: 45px;
  height: 43px;
  min-width: 45px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background: #272435;
  border-radius: 8px;
  margin-right: 6px;
  padding: 0 12px;
  transition: all .3s ease
}

@media (min-width:768px) and (max-width:991px) {
  .page-footer .soc-links a {
    width: 40px;
    min-width: 40px;
    height: 38px;
    margin-right: 10px
  }
}

.page-footer .soc-links a:hover {
  background: #38344f
}

.page-footer .soc-links a:last-child {
  margin-right: 0
}

.page-footer .soc-links a img {
  filter: invert(66%) sepia(7%) saturate(1330%) hue-rotate(342deg) brightness(98%) contrast(86%);
  width: 100%
}

.main-notifications {
  position: fixed;
  top: 30px;
  right: 10px;
  width: 440px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  flex-direction: column-reverse;
  z-index: 1055
}

@media (max-width : 767px) {
  .main-notifications {
    right: 5%;
    width: 90%
  }
}

.main-notifications .main-notification-item {
  width: 100%;
  height: 80px;
  border-radius: 16px;
  background: rgba(33, 31, 48, .95);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 10px 4%;
  margin-bottom: 10px;
  opacity: 0;
  transform: translate(100%);
  overflow: hidden
}

.main-notifications .main-notification-item.with-skin {
  height: 180px
}

.main-notifications .main-notification-item.with-skin .title {
  margin-bottom: 0;
  text-transform: uppercase
}

.main-notifications .main-notification-item.with-skin:not(.change) .desc p {
  display: none
}

.main-notifications .main-notification-item.with-skin .top-left-price {
  top: auto;
  bottom: 7%
}

.main-notifications .main-notification-item.with-skin .icon img {
  max-width: 45px
}

.main-notifications .main-notification-item .glow-line {
  position: absolute;
  width: 50%;
  height: 14px;
  background: #da1e1e;
  left: 0;
  top: 100%;
  border-radius: 5px;
  margin-top: -4px;
  box-shadow: 0 0 12px #da1e1e
}

.main-notifications .main-notification-item .skin-block {
  height: 80px;
  min-width: 100%;
  margin-top: 5px;
  margin-bottom: 15px;
  background: #2b273e;
  border-radius: 15px;
  position: relative;
  z-index: 11;
  display: flex;
  align-items: center
}

.main-notifications .main-notification-item .skin-block a.button {
  margin: 20px;
  height: 40px;
  padding: 0 24px;
  background: #9bc72a;
  color: #fff
}

.main-notifications .main-notification-item .skin-block a.button img {
  margin-right: 10px;
  -webkit-filter: invert(100%);
  filter: invert(100%)
}

.main-notifications .main-notification-item .skin-block button.button {
  margin-right: 10px
}

.main-notifications .main-notification-item .skin-block .item-holder {
  display: flex;
  align-items: center
}

.main-notifications .main-notification-item .skin-block .item-holder .weapon-pic {
  max-width: 110px;
  padding: 10px;
  position: relative
}

.main-notifications .main-notification-item .skin-block .item-holder .item-desc {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto
}

.main-notifications .main-notification-item .skin-block .item-holder .center-target {
  width: 110px;
  padding: 0 21px
}

.main-notifications .main-notification-item .skin-block .item-holder .center-target .gradient,
.main-notifications .main-notification-item .skin-block .item-holder .glow {
  display: none
}

.main-notifications .main-notification-item .progress {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(21, 19, 32, .8);
  transform: translate(-100%)
}

.main-notifications .main-notification-item .icon {
  position: relative;
  z-index: 3
}

.main-notifications .main-notification-item .icon img {
  max-width: 65px
}

.main-notifications .main-notification-item .desc {
  position: relative;
  z-index: 3;
  flex: 1;
  padding-left: 4%;
  padding-right: 2%
}

.main-notifications .main-notification-item .title {
  display: block;
  margin-bottom: 10px;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 500
}

@media (max-width: 767px) {
  .main-notifications .main-notification-item .title {
    font-size: 13px
  }
}

.main-notifications .main-notification-item p {
  margin: 0;
  font-size: 12px;
  color: #64626e
}

.main-notifications .main-notification-item .close-box {
  position: relative;
  z-index: 3
}

.main-notifications .main-notification-item .modal-close-btn {
  position: relative;
  top: auto;
  right: auto;
  width: 50px
}

.main-notifications .main-notification-item.is-good .glow-line {
  background: #9bc72a;
  box-shadow: 0 0 10px #9bc72a
}

.header {
  display: block;
  position: relative;
  z-index: 1001
}

@media (min-width: 768px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(26, 24, 36, .9)
  }
}

@media (min-width:768px) and (max-width:991px) {
  .header .container-full {
    padding: 0 10px
  }
}

.header .header-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: start;
  height: 66px
}

@media (min-width:768px) and (max-width:1199px) {
  .header .header-row {
    height: 56px
  }
}

@media (max-width : 767px) {
  .header .header-row {
    height: 56px
  }
}

.header .left-part {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  height: 100%
}

@media (min-width:992px) and (max-width:1199px) {
  .header .left-part {
    flex: 1
  }
}

@media (max-width : 767px) {
  .header .left-part {
    width: 45%
  }
}

.header .right-part {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  height: 100%
}

@media (min-width:992px) and (max-width:1199px) {
  .header .right-part {
    padding-left: 0
  }
}

@media (max-width : 767px) {
  .header .right-part {
    flex: 1;
    justify-content: space-between
  }
}

.header .logo-col {
  margin-right: 3vw
}

@media (min-width:992px) and (max-width:1199px) {
  .header .logo-col {
    margin-right: 25px
  }
}

@media (min-width:768px) and (max-width:991px) {
  .header .logo-col {
    margin-right: 15px
  }
}

@media (max-width : 767px) {
  .header .logo-col {
    width: 100%
  }
}

.header .logo {
  display: block;
  width: 170px;
  position: relative;
  z-index: 3;
  cursor: pointer
}

@media (min-width:768px) and (max-width:1199px) {
  .header .logo {
    width: 140px
  }
}

@media (min-width:768px) and (max-width:991px) {
  .header .logo {
    width: 130px
  }
}

@media (max-width : 767px) {
  .header .logo {
    width: 100%
  }

  .header .logo img {
    display: block
  }
}

.header .nav-col {
  flex: 1;
  height: 100%
}

@media (min-width:992px) and (max-width:1199px) {
  .header .nav-col {
    max-width: 350px
  }
}

@media (max-width : 767px) {
  .header .nav-col {
    display: none
  }
}

.header .nav-col ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  height: 100%
}

.header .nav-col ul li {
  height: 100%
}

.header .nav-col ul li a {
  height: 100%;
  font-size: 14px;
  text-transform: uppercase;
  color: #c09d84;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0 20px 0 15px;
  position: relative;
  transition: all .3s ease
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header .nav-col ul li a {
    padding: 0 10px 0 5px;
    font-size: 12px
  }
}

@media (min-width:768px) and (max-width:991px) {
  .header .nav-col ul li a {
    font-size: 13px;
    padding: 0 10px 0 5px
  }
}

.header .nav-col ul li a:before {
  content: "";
  display: block;
  clear: both;
  height: 8px;
  border-radius: 10px;
  background: #C09D84;
  left: 50%;
  transform: translate(-50%) translateY(-100%);
  top: -5px;
  position: absolute;
  width: 0;
  transition: all .3s ease;
  box-shadow: 0 0 25px 2px #c09d84
}

.header .nav-col ul li a:after {
  content: "";
  display: block;
  clear: both;
  width: 80%;
  left: 10%;
  bottom: 100%;
  position: absolute;
  height: 14px;
  background: #C09D84;
  filter: blur(12px);
  border-radius: 10px;
  opacity: 0;
  transition: all .3s ease;
  display: none
}

.header .nav-col ul li a i {
  width: 45px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-right: 8px
}

@media (min-width:1200px) and (max-width:1399px) {
  .header .nav-col ul li a i {
    width: 38px
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .header .nav-col ul li a i {
    width: auto;
    min-width: 18px
  }
}

@media (min-width:768px) and (max-width:991px) {
  .header .nav-col ul li a i {
    display: none
  }
}

.header .nav-col ul li a i img {
  filter: invert(66%) sepia(7%) saturate(1330%) hue-rotate(342deg) brightness(98%) contrast(86%);
  transition: all .3s ease
}

@media (min-width:992px) and (max-width:1199px) {
  .header .nav-col ul li a i img {
    max-height: 18px
  }
}

.header .nav-col ul li a span {
  padding-top: 3px;
  display: block
}

.header .nav-col ul li a:hover {
  color: #fff
}

.header .nav-col ul li a:hover i img {
  filter: invert(1)
}

.header .nav-col ul li a.router-link-active {
  color: #fff
}

.header .nav-col ul li a.router-link-active:before {
  width: 100%;
  transform: translate(-50%)
}

.header .nav-col ul li a.router-link-active:after {
  opacity: 1
}

.header .nav-col ul li a.router-link-active i img {
  filter: invert(1)
}

.header .online-counter {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  margin-right: 2vw;
  text-transform: uppercase
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header .online-counter {
    font-size: 13px;
    margin-right: 15px
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .header .online-counter {
    font-size: 12px
  }
}

@media (min-width:768px) and (max-width:991px) {
  .header .online-counter {
    font-size: 13px
  }
}

@media (max-width : 767px) {
  .header .online-counter {
    display: none
  }
}

.header .online-counter span {
  padding-top: 2px
}

.header .online-counter em {
  font-style: normal
}

@media (min-width:768px) and (max-width:991px) {
  .header .online-counter em {
    display: none
  }
}

.header .online-counter i {
  position: relative;
  margin-right: 10px;
  display: block
}

@media (min-width:992px) and (max-width:1199px) {
  .header .online-counter i {
    margin-right: 5px
  }
}

.header .online-counter i:before {
  content: "";
  display: block;
  clear: both;
  width: 5px;
  height: 5px;
  background: #5BD9BB;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2.8px;
  margin-left: -2.5px;
  box-shadow: 0 0 6px 1px #5bd9bb
}

.header .online-counter i img {
  animation: rotation 2s linear infinite
}

.header .settings-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center
}

@media (max-width : 767px) {
  .header .settings-row {
    width: 100%;
    justify-content: flex-end
  }
}

.header .lang-col {
  width: 60px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  z-index: 5;
  margin-right: 7px;
  position: relative
}

@media (max-width : 767px) {
  .header .lang-col {
    display: none
  }
}

.header .lang-col.showed .current-lang:after {
  transform: rotate(-135deg);
  margin-top: -2px
}

.header .lang-col.showed .langs-drop {
  transform: translateY(0);
  opacity: 1;
  visibility: visible
}

.header .current-lang {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
  padding-right: 15px;
  border-radius: 8px;
  border: 1px solid #333;
  width: 100%;
  height: 39px;
  z-index: 3
}

@media (min-width:768px) and (max-width:991px) {
  .header .current-lang {
    height: 36px
  }
}

.header .current-lang:hover {
  border-color: #38344f;
  background: #38344f
}

.header .current-lang:after {
  content: "";
  display: block;
  clear: both;
  display: inline-block;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  padding: 2px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  right: 11px;
  vertical-align: top;
  transform: rotate(45deg)
}

.header .current-lang img {
  max-width: 30px;
  margin-right: 10px
}

.header .current-lang.btn-actived {
  color: #fff
}

.header .current-lang.btn-actived:after {
  transform: rotate(-135deg);
  margin-top: -2px;
  border-color: #fff
}

.header .langs-drop {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #242232;
  border-radius: 8px;
  overflow: hidden;
  z-index: 2;
  margin-top: 5px;
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease
}

.header .langs-drop button {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
  color: #fff;
  padding: 15px 0 15px 13px;
  transition: all .3s ease
}

.header .langs-drop button:hover {
  border-color: #38344f;
  background: #38344f
}

.header .iconed-link {
  width: 41px;
  height: 39px;
  min-width: 41px;
  border-radius: 8px;
  background: #242232;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-right: 7px;
  transition: all .3s ease;
  position: relative
}

@media (max-width : 767px) {
  .header .iconed-link {
    display: none
  }
}

@media (min-width:768px) and (max-width:991px) {
  .header .iconed-link {
    width: 35px;
    height: 36px;
    min-width: 35px
  }
}

.header .iconed-link:hover,
.header .iconed-link.active {
  background: #38344f
}

.header .iconed-link .count {
  position: absolute;
  left: -5px;
  top: -5px;
  background: #C09D84;
  font-size: 12px;
  width: 16px;
  height: 16px;
  line-height: 17px;
  color: #fff;
  border-radius: 3px
}

.header .iconed-link img {
  filter: invert(1);
  max-width: 20px
}

.header .topup-btn {
  width: 46px;
  height: 39px;
  min-width: 46px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 13;
  background: #302E3F;
  border-radius: 8px;
  margin-left: 1rem;
  transition: all .3s ease
}

@media (max-width : 767px) {
  .header .topup-btn {
    display: none
  }
}

@media (min-width:768px) and (max-width:991px) {
  .header .topup-btn {
    height: 36px;
    width: 40px;
    min-width: 40px
  }
}

.header .topup-btn:hover {
  background: #38344f
}

.header .topup-btn:hover img {
  filter: invert(1)
}

.header .topup-btn b {
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden
}

.header .topup-btn b:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  height: 15px;
  background: #F0C9AC;
  filter: blur(7.5px);
  border-radius: 5px;
  margin-top: -3px;
  left: 20%;
  width: 60%;
  top: 100%
}

.header .topup-btn b:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 100%;
  left: 20%;
  width: 60%;
  height: 15px;
  background: #F0C9AC;
  border-radius: 5px;
  margin-top: -2px
}

.header .topup-btn i {
  font-style: normal;
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 5px;
  background: #B1927D;
  color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  top: -5px;
  left: -9px;
  font-size: 16px
}

.header .topup-btn img {
  max-width: 20px;
  transition: all .3s ease;
  filter: invert(78%) sepia(3%) saturate(933%) hue-rotate(343deg) brightness(106%) contrast(91%)
}

@media (min-width:768px) and (max-width:991px) {
  .header .topup-btn img {
    max-width: 18px
  }
}

.header .login-link {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 0 20px 0 11px;
  height: 39px;
  background: #C09D84;
  border-radius: 8px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  transition: all .3s ease
}

@media (min-width:992px) and (max-width:1199px) {
  .header .login-link {
    padding: 0 15px 0 10px;
    font-size: 11px
  }
}

@media (max-width : 767px) {
  .header .login-link {
    padding: 0 13px 0 10px;
    font-size: 11px;
    height: 36px;
    margin: 0 auto
  }
}

.header .login-link:hover {
  background: #8d6d55
}

.header .login-link i {
  margin-right: 10px;
  display: block
}

@media (min-width:992px) and (max-width:1199px) {
  .header .login-link i {
    width: 20px
  }
}

@media (max-width : 767px) {
  .header .login-link i {
    width: 25px;
    margin-right: 8px
  }
}

.header .login-link i img {
  filter: invert(1)
}

.header .login-link span {
  display: block;
  position: relative
}

.header .login-link span:after {
  content: "";
  display: block;
  clear: both;
  margin-left: 12px;
  display: inline-block;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  padding: 3px;
  transform: rotate(-45deg)
}

@media (min-width:768px) and (max-width:1199px) {
  .header .login-link span:after {
    display: none
  }
}

@media (max-width : 767px) {
  .header .login-link span:after {
    margin-left: 6px;
    padding: 2px
  }
}

.header .logined-info {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding-left: 1.6rem;
  color: #fff
}

@media (max-width : 767px) {
  .header .logined-info {
    justify-content: flex-end;
    border: 1px solid #464451;
    border-radius: 4rem;
    padding: 5px 5px 5px 10px
  }

  .header .logined-info .balance-stats {
    flex: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch
  }
}

.header .logined-info:hover {
  color: #fff
}

@media (min-width: 1500px) {
  .header .logined-info {
    padding-left: 15px
  }
}

.header .logined-info .user-ava {
  position: relative;
  width: 5rem;
  min-width: 39px;
  overflow: hidden;
  border-radius: 6px;
  background: #383B5A;
  margin-left: 12px
}

@media (min-width: 1500px) {
  .header .logined-info .user-ava {
    width: 51px
  }
}

@media (max-width : 767px) {
  .header .logined-info .user-ava {
    margin-left: 10px;
    min-width: 0;
    width: 44px;
    max-width: 31px
  }
}

.header .logined-info .user-ava:after {
  content: "";
  display: block;
  clear: both;
  padding-top: 100%
}

.header .logined-info .user-ava img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.header .logined-info .balance-amount {
  font-size: 1.8rem;
  display: block;
  font-weight: 500
}

@media (min-width:768px) and (max-width:991px) {
  .header .logined-info .balance-amount {
    font-size: 2.5rem
  }
}

@media (max-width : 767px) {
  .header .logined-info .balance-amount {
    font-size: 6rem;
    line-height: 84%;
    text-align: right;
    display: inline-block
  }
}

.header .logined-info .balance-amount .animated-value {
  white-space: nowrap
}

.header .logined-info .balance-amount u {
  display: inline-block;
  position: relative;
  font-size: 1.3rem;
  text-decoration: none;
  font-weight: 400;
  color: #949494
}

@media (min-width:768px) and (max-width:991px) {
  .header .logined-info .balance-amount u {
    font-size: 2rem
  }
}

@media (max-width : 767px) {
  .header .logined-info .balance-amount u {
    font-size: 4rem
  }
}

.header .logined-info .coin-amount {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center
}

@media (max-width : 767px) {
  .header .logined-info .coin-amount {
    justify-content: flex-end
  }
}

.header .logined-info .coin-amount img {
  display: block;
  margin-right: 4px;
  max-width: 20px
}

@media (max-width : 767px) {
  .header .logined-info .coin-amount img {
    order: 2;
    margin-right: 0;
    width: 14px;
    margin-left: 5px
  }
}

.header .logined-info .coin-amount span {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  color: #decbbd;
  padding-right: 11px
}

@media (min-width:768px) and (max-width:991px) {
  .header .logined-info .coin-amount span {
    font-size: 2rem;
    padding-right: 0
  }
}

@media (max-width : 767px) {
  .header .logined-info .coin-amount span {
    font-size: 6rem;
    padding-right: 0
  }
}

.mobile-menu-btn {
  z-index: 150;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 50px;
  position: relative;
  width: 55px;
  top: 0;
  order: 2;
  padding-left: 10px
}

@media (min-width: 768px) {
  .mobile-menu-btn {
    display: none
  }
}

.mobile-menu-btn span {
  border: none;
  width: 80%;
  height: 3px;
  background: none;
  position: relative;
  transition: all .3s ease;
  background: #fff;
  border-radius: 2px
}

.mobile-menu-btn span:before,
.mobile-menu-btn span:after {
  content: "";
  display: block;
  clear: both;
  transition: all .2s ease;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  box-sizing: inherit;
  border-radius: 2px
}

.mobile-menu-btn span:before {
  top: -9px;
  transition-property: background-color, top, transform;
  will-change: transform, top
}

.mobile-menu-btn span:after {
  bottom: -9px;
  transition-property: background-color, bottom, transform;
  will-change: transform, bottom
}

.mobile-menu-btn.btn-actived span {
  background: none
}

.mobile-menu-btn.btn-actived span:before {
  top: 0;
  transform: rotate(45deg)
}

.mobile-menu-btn.btn-actived span:after {
  bottom: 0;
  transform: rotate(-45deg);
  width: 100%
}

@keyframes rotation {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(360deg)
  }
}

@media (min-width:992px) and (max-width:1199px) {
  header.ref-header .logo {
    width: 170px
  }

  header.ref-header .header-row {
    height: 66px
  }

  header.ref-header .login-link {
    padding: 0 20px 0 11px;
    font-size: 12px
  }

  header.ref-header .login-link i {
    width: auto
  }

  header.ref-header .login-link i img {
    width: 29px;
    min-width: 29px
  }

  header.ref-header .login-link span:after {
    display: inline-block
  }
}

@media (max-width : 767px) {
  header.ref-header .container-referral {
    position: relative;
    z-index: 10
  }
}

header.ref-header .menu-main-box {
  position: relative;
  width: 100%
}

header.ref-header .menu-main-box ul {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  max-height: 550px;
  width: 100%;
  background: #211F30;
  border-radius: 20px;
  padding: 10px 0
}

header.ref-header .menu-main-box li {
  position: relative;
  flex: 1
}

header.ref-header .menu-main-box li:last-child:after {
  display: none
}

header.ref-header .menu-main-box li:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 0;
  background: #2B293B;
  height: 1px
}

header.ref-header .menu-main-box li a {
  position: relative;
  width: 100%;
  font-size: 11px;
  color: #c09d84;
  text-transform: uppercase;
  font-weight: 500;
  height: 100%;
  overflow: hidden;
  transition: all .3s ease;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 5% 20px 0
}

header.ref-header .menu-main-box li a i {
  width: 60px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center
}

header.ref-header .menu-main-box li a img {
  filter: invert(66%) sepia(18%) saturate(568%) hue-rotate(342deg) brightness(97%) contrast(82%);
  transition: all .3s ease
}

header.ref-header .menu-main-box li a:before,
header.ref-header .menu-main-box li a:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 20%;
  bottom: 20%;
  width: 10px;
  right: 100%;
  margin-right: -1px;
  background: #F5D4BB;
  filter: blur(7px);
  border-radius: 30px;
  transition: all .3s ease;
  transform: translate(-100%);
  opacity: 0
}

header.ref-header .menu-main-box li a:after {
  margin-right: -2px;
  filter: none;
  opacity: 1;
  transform: translate(-2px)
}

header.ref-header .menu-main-box li a span {
  flex: 1;
  display: block
}

header.ref-header .menu-main-box li a.router-link-active {
  color: #fff
}

header.ref-header .menu-main-box li a.router-link-active:before,
header.ref-header .menu-main-box li a.router-link-active:after {
  transform: translate(0);
  opacity: 1
}

header.ref-header .menu-main-box li a.router-link-active img {
  filter: invert(1)
}

.mobile-header {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  left: 0
}

.mobile-header.showed .container-full {
  opacity: 1;
  transform: scale(1)
}

.mobile-header .container-full {
  background: #1A1824;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  transition: all .3s ease;
  opacity: 0;
  transform: scale(1.05);
  will-change: transform
}

.mobile-header .menu-main-box {
  flex: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-height: 500px;
  padding-bottom: 10px
}

.mobile-header .menu-main-box .banner-box {
  width: 48%;
  position: relative;
  height: 45%
}

.mobile-header .menu-main-box .banner-box .banner-title {
  position: absolute;
  text-align: center;
  left: 0;
  width: 100%;
  padding: 5px 10px 0;
  z-index: 3;
  text-transform: uppercase;
  top: 8%;
  font-size: 8rem;
  font-weight: 500;
  color: #f5d4bb
}

.mobile-header .menu-main-box .banner-box i {
  background: #EA3838;
  font-style: normal;
  color: #fff;
  width: 18px;
  height: 18px;
  border-radius: 5px;
  min-width: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 500;
  position: absolute;
  right: 0;
  z-index: 10;
  bottom: 100%;
  font-size: 12px
}

.mobile-header .menu-main-box .banner-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 25%;
  border-radius: 12px
}

.mobile-header .soc-title {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: #f5d4bb;
  margin-bottom: 10px
}

.mobile-header .soc-links {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center
}

.mobile-header .soc-links .soc-item {
  width: 18%;
  margin-left: 3%;
  max-width: 41px;
  position: relative
}

.mobile-header .soc-links .soc-item:first-child {
  margin-left: 0
}

.mobile-header .soc-links .soc-item:after {
  content: "";
  display: block;
  clear: both;
  padding-top: 90%
}

.mobile-header .soc-links .soc-item a {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background: #272435;
  border-radius: 8px;
  padding: 25%
}

.mobile-header .soc-links .soc-item a img {
  width: 100%;
  max-width: 33px;
  filter: invert(66%) sepia(7%) saturate(1330%) hue-rotate(342deg) brightness(98%) contrast(86%)
}

.mobile-header .top-line {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  position: relative
}

.mobile-header .lang-col {
  display: block
}

.mobile-header .iconed-link {
  display: flex
}

.mobile-header .header-notifications {
  position: static
}

.mobile-header .header-notifications .notification-box {
  width: 100%
}

.mobile-header .bottom-links {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 45%
}

.mobile-header .bottom-links .banner-box {
  height: 100%
}

.mobile-header .cases-amount-badge {
  display: none
}

.mobile-header .free-cases-popbox {
  left: 0;
  width: 100%;
  z-index: 10;
  margin: 0 0 20px;
  top: 0;
  min-height: 100%
}

.mobile-header .free-cases-popbox.showed {
  opacity: 1
}

.header-notifications {
  position: relative;
  z-index: 10
}

.header-notifications .notifications-box {
  position: absolute;
  top: 100%;
  right: 0;
  width: 280px;
  background: rgba(33, 31, 48, .95);
  box-shadow: 10px 4px 114px #00000085;
  border-radius: 20px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  margin-top: 13px;
  padding: 15px
}

@media (max-width : 767px) {
  .header-notifications .notifications-box {
    width: 100%
  }
}

.header-notifications .notification-item {
  border: 1px solid #363446;
  border-radius: 8px;
  padding: 12px 15px;
  margin-bottom: 10px;
  position: relative
}

.header-notifications .notification-item:last-child {
  margin-bottom: 0
}

.header-notifications .notification-item .noti-title {
  display: block;
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 10px
}

.header-notifications .notification-item p {
  font-size: 15px;
  color: #807e92;
  line-height: 120%
}

.header-notifications .notification-item p b {
  font-weight: 400;
  color: #c09d84
}

.header-notifications .notification-item .unread-mark {
  position: absolute;
  top: 5px;
  right: 5px;
  opacity: 0;
  transition: .5s opacity 1s
}

.header-notifications .notification-item .unread-mark i {
  position: relative;
  display: block
}

.header-notifications .notification-item .unread-mark i:before {
  content: "";
  display: block;
  clear: both;
  width: 5px;
  height: 5px;
  background: #C09D84;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 0;
  margin-left: -2.5px;
  box-shadow: 0 0 6px 1px #c09d84
}

.header-notifications .notification-item .unread-mark i img {
  animation: rotation 2s linear infinite
}

.header-notifications .notification-item.unreaded .unread-mark {
  opacity: 1
}

.animated-value.animate {
  transition: color 1s
}

.animated-value.positive {
  color: #14ff75
}

.animated-value.negative {
  color: #ff6464
}

.case-item {
  padding: 0 1% 25px;
  border-bottom: 1px solid rgba(52, 49, 65, .3);
  position: relative
}

@media (max-width : 767px) {
  .case-item {
    padding: 10px 5% 15px;
    margin-bottom: 0
  }
}

.case-item:after {
  content: "";
  display: block;
  clear: both;
  width: 1px;
  background: rgba(52, 49, 65, .3);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0
}

@media (max-width : 767px) {
  .case-item:after {
    top: 0
  }
}

.case-item:nth-child(-n+5) {
  border-top: none
}

@media (max-width : 767px) {
  .case-item:nth-child(-n+5) {
    border-top: 1px solid rgba(52, 49, 65, .3)
  }
}

@media (max-width : 767px) {
  .case-item:nth-child(-n+2) {
    border-top: none
  }
}

@media (max-width : 767px) and (min-width: 500px) {
  .case-item:nth-child(-n+3) {
    border-top: none
  }

  .case-item:nth-child(1):after,
  .case-item:nth-child(4):after,
  .case-item:nth-child(7):after,
  .case-item:nth-child(10):after {
    display: none
  }
}

@media (min-width: 768px) {

  .case-item:first-child:after,
  .case-item:nth-child(6):after,
  .case-item:nth-child(11):after {
    display: none
  }
}

@media (max-width : 767px) and (max-width: 500px) {
  .case-item:nth-child(odd):after {
    display: none
  }
}

@media (min-width: 768px) {
  .case-item:nth-child(11):last-child {
    border-right: 1px solid rgba(52, 49, 65, .3);
    border-left: 1px solid rgba(52, 49, 65, .3)
  }
}

.case-item .abs-link {
  z-index: 6
}

.case-item .case {
  position: relative;
  display: block
}

.case-item .case:hover .glow {
  transform: scale(1);
  opacity: 1;
  animation-play-state: running
}

.case-item .case:hover .pic img {
  transform: scale(1.06)
}

.case-item .case:hover .free {
  background: #927dd2
}

.case-item .badge {
  position: absolute;
  left: 5%;
  top: 0;
  display: inline-block;
  padding: 6px 10px;
  text-align: center;
  border-radius: 6px;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(106.32deg, #3B3946 -11.43%, #736D8C 95.05%)
}

@media (max-width : 767px) {
  .case-item .badge {
    z-index: 6;
    top: 0;
    padding-bottom: 5px;
    font-size: 9px
  }
}

.case-item .badge.hot {
  background: linear-gradient(142deg, #FF8A48 0%, #5E0303 100%)
}

.case-item .remain {
  position: absolute;
  right: 5%;
  top: 0;
  display: inline-block;
  padding: 6px 10px;
  text-align: center;
  border-radius: 6px;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  z-index: 5;
  border: 1px solid rgba(107, 104, 127, .2)
}

@media (max-width : 767px) {
  .case-item .remain {
    z-index: 6;
    top: 0
  }
}

.case-item .pic {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 360px
}

.case-item .pic:after {
  content: "";
  display: block;
  clear: both;
  padding-top: 100%
}

.case-item .pic img {
  display: block;
  object-fit: cover;
  transform: translateZ(0);
  will-change: transform;
  image-rendering: -webkit-optimize-contrast;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  transition: transform .3s ease
}

.case-item .loaded-pic+.glow {
  opacity: 1
}

.case-item .glow {
  display: block;
  width: 30%;
  position: absolute;
  top: 35%;
  left: 40%;
  border-radius: 50%;
  transition: all .3s ease;
  opacity: 0;
  aspect-ratio: 1/1;
  transform: scale(.5);
  animation: rotation 4s linear infinite;
  animation-play-state: paused
}

.case-item .glow:before,
.case-item .glow:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  left: 0;
  width: 80%;
  top: 0;
  height: 100%;
  box-shadow: var(--case_shadow);
  border-radius: 50%
}

.case-item .glow:after {
  left: 20%
}

.case-item .case-desc {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center
}

@media (max-width : 767px) {
  .case-item .case-desc {
    margin-top: -10px
  }
}

.case-item .name {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1.5px;
  color: #fff;
  margin-bottom: 15px;
  font-size: 1.4rem
}

@media (max-width : 767px) {
  .case-item .name {
    font-size: 10px;
    letter-spacing: 1px;
    margin-bottom: 10px
  }
}

@media (min-width:768px) and (max-width:991px) {
  .case-item .name {
    margin-bottom: 10px
  }
}

.case-item .free {
  padding: 1.1rem 30px 1.05rem 17px;
  color: #fff;
  font-weight: 500;
  font-size: 1.3rem;
  background: #7766AD;
  border-radius: 8px;
  font-style: normal;
  text-transform: uppercase;
  position: relative;
  transition: all .3s ease
}

@media (max-width : 767px) {
  .case-item .free {
    font-size: 12px;
    padding: 2px 25px 0 15px;
    height: 25px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center
  }
}

@media (min-width:768px) and (max-width:991px) {
  .case-item .free {
    padding: 1.3rem 25px 1.2rem 15px;
    font-size: 2rem;
    border-radius: 6px
  }
}

.case-item .free:after {
  content: "";
  display: block;
  clear: both;
  display: inline-block;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  padding: 2px;
  margin-top: -4px;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  right: 15px
}

.case-item .free u {
  display: inline-block;
  position: relative;
  font-size: 1.1rem;
  text-transform: none;
  text-decoration: none;
  font-weight: 400
}

@media (max-width : 767px) {
  .case-item .free u {
    font-size: 4rem;
    padding: 0 3px
  }
}

.case-item .price {
  display: block;
  background: #C09D84;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  font-style: normal;
  border-radius: 8px;
  position: relative;
  padding: 1.1rem 30px 1.05rem 17px
}

@media (max-width : 767px) {
  .case-item .price {
    padding: 9px 25px 8px 17px;
    font-size: 12px
  }
}

@media (min-width:768px) and (max-width:991px) {
  .case-item .price {
    padding: 1.5rem 20px 1.5rem 15px;
    font-size: 2rem;
    border-radius: 6px
  }
}

.case-item .price u {
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-weight: 400
}

@media (max-width : 767px) {
  .case-item .price u {
    font-size: 4rem
  }
}

.case-item .price:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  right: 15px;
  top: 50%;
  display: inline-block;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  padding: 2px;
  margin-top: -4px;
  transform: rotate(-45deg)
}

@media (min-width:768px) and (max-width:991px) {
  .case-item .price:after {
    right: 10px
  }
}

@keyframes animateBg {
  0% {
    background-position: 0%;
    transform: rotate(0)
  }

  50% {
    background-position: 100%
  }

  to {
    background-position: 0%;
    transform: rotate(720deg)
  }
}

:root {
  --case_shadow: 0 0 10rem 3rem
}

@media (max-width : 767px) {
  :root {
    --case_shadow: 0 0 28rem 8rem
  }
}

.glow:before,
div.glow:before,
.case-glow:before {
  color: #2e1e3f !important
}

.glow:after,
div.glow:after,
.case-glow:after {
  color: #9f575c !important
}

.glow.color-moon:before,
div.glow.color-moon:before,
.case-glow.color-moon:before {
  color: #7a00ff !important
}

.glow.color-moon:after,
div.glow.color-moon:after,
.case-glow.color-moon:after {
  color: #bb601a !important
}

.glow.color-siren:before,
div.glow.color-siren:before,
.case-glow.color-siren:before {
  color: #420559 !important
}

.glow.color-siren:after,
div.glow.color-siren:after,
.case-glow.color-siren:after {
  color: #b42dde !important
}

.glow.color-siren-light:before,
div.glow.color-siren-light:before,
.case-glow.color-siren-light:before {
  color: #af7dea !important
}

.glow.color-siren-light:after,
div.glow.color-siren-light:after,
.case-glow.color-siren-light:after {
  color: #d566fa !important
}

.glow.color-red:before,
div.glow.color-red:before,
.case-glow.color-red:before {
  color: #d10507 !important
}

.glow.color-red:after,
div.glow.color-red:after,
.case-glow.color-red:after {
  color: #402764 !important
}

.glow.color-blue:before,
div.glow.color-blue:before,
.case-glow.color-blue:before {
  color: #11abab !important
}

.glow.color-blue:after,
div.glow.color-blue:after,
.case-glow.color-blue:after {
  color: #1532a9 !important
}

.glow.color-blue-red:before,
div.glow.color-blue-red:before,
.case-glow.color-blue-red:before {
  color: #ff0029 !important
}

.glow.color-blue-red:after,
div.glow.color-blue-red:after,
.case-glow.color-blue-red:after {
  color: #008cff !important
}

.glow.color-blue-yellow:before,
div.glow.color-blue-yellow:before,
.case-glow.color-blue-yellow:before {
  color: #0051ff !important
}

.glow.color-blue-yellow:after,
div.glow.color-blue-yellow:after,
.case-glow.color-blue-yellow:after {
  color: #fdd009 !important
}

.glow.color-orange-dark:before,
div.glow.color-orange-dark:before,
.case-glow.color-orange-dark:before {
  color: #a44528 !important
}

.glow.color-orange-dark:after,
div.glow.color-orange-dark:after,
.case-glow.color-orange-dark:after {
  color: #f1e719 !important
}

.glow.color-yellow-siren:before,
div.glow.color-yellow-siren:before,
.case-glow.color-yellow-siren:before {
  color: #ff9800 !important
}

.glow.color-yellow-siren:after,
div.glow.color-yellow-siren:after,
.case-glow.color-yellow-siren:after {
  color: #933cfd !important
}

.glow.color-orange:before,
div.glow.color-orange:before,
.case-glow.color-orange:before {
  color: #b91803 !important
}

.glow.color-orange:after,
div.glow.color-orange:after,
.case-glow.color-orange:after {
  color: #f39144 !important
}

.glow.color-gold:before,
div.glow.color-gold:before,
.case-glow.color-gold:before {
  color: #af531d !important
}

.glow.color-gold:after,
div.glow.color-gold:after,
.case-glow.color-gold:after {
  color: #ffef1d !important
}

.glow.color-green:before,
div.glow.color-green:before,
.case-glow.color-green:before {
  color: #3bd280 !important
}

.glow.color-green:after,
div.glow.color-green:after,
.case-glow.color-green:after {
  color: #115f62 !important
}

.glow.color-green-light:before,
div.glow.color-green-light:before,
.case-glow.color-green-light:before {
  color: #03e400 !important
}

.glow.color-green-light:after,
div.glow.color-green-light:after,
.case-glow.color-green-light:after {
  color: #79f69699 !important
}

.glow.color-red-blue:before,
div.glow.color-red-blue:before,
.case-glow.color-red-blue:before {
  color: #ff2442 !important
}

.glow.color-red-blue:after,
div.glow.color-red-blue:after,
.case-glow.color-red-blue:after {
  color: #2b80d9 !important
}

.glow.color-pink:before,
div.glow.color-pink:before,
.case-glow.color-pink:before {
  color: #c82729 !important
}

.glow.color-pink:after,
div.glow.color-pink:after,
.case-glow.color-pink:after {
  color: #fd25bb !important
}

.glow.color-pink-light:before,
div.glow.color-pink-light:before,
.case-glow.color-pink-light:before {
  color: #eb79f3 !important
}

.glow.color-pink-light:after,
div.glow.color-pink-light:after,
.case-glow.color-pink-light:after {
  color: #fd25bb !important
}

.glow.color-blue-dark:before,
div.glow.color-blue-dark:before,
.case-glow.color-blue-dark:before {
  color: #0015ff !important
}

.glow.color-blue-dark:after,
div.glow.color-blue-dark:after,
.case-glow.color-blue-dark:after {
  color: #2b80d9 !important
}

.bordered-panel {
  position: relative;
  width: 100%;
  z-index: 5;
  border: 1px solid #40375B;
  border-radius: 20px;
  padding: 30px 25px;
  margin: 0 auto 40px
}

@media (max-width : 767px) {
  .bordered-panel {
    border-radius: 16px;
    padding: 15px 10px;
    margin-bottom: 30px
  }
}

.bordered-panel.empty-items .case-skins-list {
  align-content: center;
  grid-auto-flow: column
}

.bordered-panel.empty-items .empty-box {
  aspect-ratio: 1/.7
}

.bordered-panel .case-content-title {
  position: absolute;
  top: -8px;
  left: 25px;
  background: #1A1824;
  display: inline-block;
  padding: 0 16px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 19px
}

@media (max-width : 767px) {
  .bordered-panel .case-content-title {
    font-size: 14px;
    padding: 0 10px
  }
}

.bordered-panel .empty-box {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  text-align: center;
  color: #908382;
  text-transform: uppercase
}

.bordered-panel .empty-box .empty-holder {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border-radius: 2rem;
  background: rgba(64, 55, 91, .1411764706)
}

@media (max-width : 767px) {
  .bordered-panel .empty-box .empty-holder {
    border-radius: 5rem
  }
}

.bordered-panel .case-skins-list {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 12px;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative
}

@media (max-width: 1400px) {
  .bordered-panel .case-skins-list {
    grid-template-columns: repeat(6, 1fr)
  }
}

@media (min-width:768px) and (max-width:991px) {
  .bordered-panel .case-skins-list {
    grid-template-columns: repeat(5, 1fr)
  }
}

@media (max-width : 767px) {
  .bordered-panel .case-skins-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    border-radius: 5px
  }
}

@media (min-width: 450px) and (max-width: 768px) {
  .bordered-panel .case-skins-list {
    grid-template-columns: repeat(3, 1fr)
  }
}

.bordered-panel .case-skins-list ._weapon-item {
  aspect-ratio: 1/.7
}

.bordered-panel .case-skins-list ._weapon-item:hover .weapon-pic {
  transform: scale(1.15) rotate(7deg) translateZ(0)
}

.bordered-panel .case-skins-list ._weapon-item:hover .center-target img {
  transform: scale(.9);
  opacity: .6
}

.bordered-panel .case-skins-list ._weapon-item .weapon-pic {
  transition: all .3s ease;
  will-change: transform
}

.case-opening-wrapper {
  padding-right: 3vw
}

@media (min-width: 1500px) {
  .case-opening-wrapper {
    padding-right: 0
  }
}

@media (max-width : 767px) {
  .case-opening-wrapper {
    padding-right: 0
  }
}

.glow-round {
  background: #212121
}

.line-glow-box {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  transition: all .5s ease;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center
}

.line-glow-box .glow-round {
  position: absolute;
  top: 41%;
  left: 40%;
  right: 34%;
  bottom: 32%;
  opacity: 0;
  transition: all .5s ease;
  transform: scale(.3);
  filter: blur(40px);
  border-radius: 50%
}

.line-glow-box.actived .glow-round {
  opacity: .4;
  transform: scale(1)
}

.game-line-module {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0
}

.game-line-module .game-line-box {
  max-width: 1400px;
  padding: 8% 0 7%;
  margin: 0 auto;
  position: relative;
  height: 100%
}

@media (max-width: 1400px) {
  .game-line-module .game-line-box {
    padding: 100px 0 80px
  }
}

@media (min-width: 1800px) {
  .game-line-module .game-line-box {
    padding: 120px 0 105px
  }
}

@media (max-width : 767px) {
  .game-line-module .game-line-box {
    padding: 80px 0 100px
  }
}

.game-line-module .game-line-holder {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 3
}

@media (max-width : 767px) {
  .game-line-module .game-line-holder {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center
  }
}

@media (min-width:768px) and (max-width:991px) {
  .game-line-module .game-line-holder {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch
  }
}

.game-line-module .game-line {
  margin-left: -15px;
  height: 100%;
  position: relative;
  overflow: hidden
}

@media (max-width : 767px) {
  .game-line-module .game-line {
    max-height: 160px
  }
}

@media (min-width:768px) and (max-width:991px) {
  .game-line-module .game-line {
    max-height: 140px
  }
}

.game-line-module .game-line:before,
.game-line-module .game-line:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  background: #1A1824;
  box-shadow: 0 0 150px 180px #1a1824;
  z-index: 5
}

@media (max-width : 767px) {

  .game-line-module .game-line:before,
  .game-line-module .game-line:after {
    box-shadow: 0 0 50px 80px #1a1824
  }
}

@media (min-width:768px) and (max-width:991px) {

  .game-line-module .game-line:before,
  .game-line-module .game-line:after {
    box-shadow: 0 0 50px 80px #1a1824
  }
}

.game-line-module .game-line:after {
  left: auto;
  right: 0
}

.game-line-module .game-line .line-items-row {
  display: flex;
  height: 100%;
  will-change: transform
}

.game-line-module .game-line ._weapon-item {
  width: 20%;
  padding-left: 15px;
  flex-shrink: 0;
  will-change: transform
}

@media (min-width:768px) and (max-width:991px) {
  .game-line-module .game-line ._weapon-item {
    padding-left: 10px
  }
}

.game-line-module .game-line ._weapon-item:nth-child(1),
.game-line-module .game-line ._weapon-item:nth-child(2),
.game-line-module .game-line ._weapon-item:nth-child(3),
.game-line-module .game-line ._weapon-item:nth-child(4),
.game-line-module .game-line ._weapon-item:nth-child(5) {
  opacity: 0
}

.game-line-module .game-line ._weapon-item:nth-child(1) {
  transform: translate(500%)
}

.game-line-module .game-line ._weapon-item:nth-child(2) {
  transform: translate(400%)
}

.game-line-module .game-line ._weapon-item:nth-child(3) {
  transform: translate(300%)
}

.game-line-module .game-line ._weapon-item:nth-child(4) {
  transform: translate(200%)
}

.game-line-module .game-line ._weapon-item:nth-child(5) {
  transform: translate(100%)
}

@media (max-width : 767px) {
  .game-line-module .game-line ._weapon-item {
    width: 33.3333333%
  }
}

.game-line-module .game-line ._weapon-item .weapon-pic {
  padding: 20%
}

@media (max-width : 767px) {
  .game-line-module .game-line ._weapon-item .weapon-pic {
    padding: 15%
  }
}

@media (min-width:768px) and (max-width:991px) {
  .game-line-module .game-line ._weapon-item .weapon-pic {
    padding: 5%
  }
}

.game-line-module .game-line ._weapon-item .weapon-pic picture {
  width: 100%
}

.game-line-module .game-line ._weapon-item .weapon-pic img {
  width: 100%
}

.game-line-module .game-line ._weapon-item .center-target {
  transition: opacity .3s ease
}

@media (max-width : 767px) {
  .game-line-module .game-line ._weapon-item .center-target {
    padding: 0 15%
  }
}

@media (min-width:768px) and (max-width:991px) {
  .game-line-module .game-line ._weapon-item .center-target {
    padding: 0 5%
  }
}

.game-line-module .game-line ._weapon-item .center-target picture {
  width: 100%
}

.game-line-module .game-line ._weapon-item .center-target picture img {
  width: 100%;
  max-width: none
}

.game-line-module .game-line ._weapon-item .glow {
  transition: opacity .3s ease
}

.game-line-module .game-line ._weapon-item .glow-line {
  left: 35%;
  width: 30%;
  transition: all .3s ease
}

.game-line-module .game-line ._weapon-item .glow-line:before {
  width: 100%
}

.game-line-module .game-line ._weapon-item .glow-line:after {
  width: 100%
}

.game-line-module .game-line ._weapon-item .item-desc {
  bottom: 10%;
  transition: opacity .3s ease
}

.game-line-module .game-line ._weapon-item .weapon-name {
  font-size: 1.8rem;
  font-weight: 500
}

@media (max-width : 767px) {
  .game-line-module .game-line ._weapon-item .weapon-name {
    font-size: 4rem
  }
}

.game-line-module .game-line ._weapon-item .item-holder {
  border-radius: 11px;
  position: relative;
  overflow: hidden;
  background: #1A1824
}

@media (min-width:768px) and (max-width:991px) {
  .game-line-module .game-line ._weapon-item .item-holder {
    border-radius: 8px
  }
}

.case-view-ui {
  position: relative;
  padding-bottom: 6vh;
  overflow: hidden
}

@media (max-width : 767px) {
  .case-view-ui {
    overflow: visible
  }
}

.case-view-ui.badBalance {
  padding-bottom: 3vh
}

@media (max-width : 767px) {
  .case-view-ui.badBalance {
    padding-bottom: 30px
  }
}

.case-view-ui.finish .case-desc {
  top: 5%
}

@media (max-width : 767px) {
  .case-view-ui.finish .case-desc {
    top: -80%;
    z-index: 25
  }
}

.case-view-ui.finish .view-round-box .round-bg .top-arrow,
.case-view-ui.finish .view-round-box .round-bg .bottom-arrow {
  opacity: 0;
  transform: translateY(30px)
}

.case-view-ui.finish .view-round-box .round-bg .bottom-arrow {
  transform: translateY(-30px)
}

.case-view-ui.finish .view-round-box .round-bg .left-lamps:before,
.case-view-ui.finish .view-round-box .round-bg .left-lamps:after,
.case-view-ui.finish .view-round-box .round-bg .right-lamps:before,
.case-view-ui.finish .view-round-box .round-bg .right-lamps:after {
  animation-duration: 1s
}

.case-view-ui.finish .game-line .line-items-row ._weapon-item {
  transition: all .5s ease
}

.case-view-ui.finish .game-line .line-items-row ._weapon-item:nth-last-child(2) {
  transform: translate(100%)
}

.case-view-ui.finish .game-line .line-items-row ._weapon-item:nth-last-child(3) {
  transform: translate(200%)
}

.case-view-ui.finish .game-line .line-items-row ._weapon-item:nth-last-child(4) .center-target,
.case-view-ui.finish .game-line .line-items-row ._weapon-item:nth-last-child(4) .glow,
.case-view-ui.finish .game-line .line-items-row ._weapon-item:nth-last-child(4) .item-desc {
  opacity: 0
}

.case-view-ui.finish .game-line .line-items-row ._weapon-item:nth-last-child(5) {
  transform: translate(-200%)
}

.case-view-ui.finish .game-line .line-items-row ._weapon-item:nth-last-child(6) {
  transform: translate(-100%)
}

.case-view-ui.start .view-round-box .round-bg .left-lamps,
.case-view-ui.start .view-round-box .round-bg .right-lamps {
  opacity: 0
}

.case-view-ui.start .view-round-box .round-bg .top-arrow,
.case-view-ui.start .view-round-box .round-bg .bottom-arrow {
  opacity: 1;
  transform: translateY(0)
}

.case-view-ui .view-round-box {
  position: relative
}

@media (max-width : 767px) {
  .case-view-ui .view-round-box {
    margin: 0 -4vw
  }
}

.case-view-ui .view-round-box:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  animation: lds-circle 4s cubic-bezier(0, .2, .8, 1) infinite;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(90deg, #595863 7.33%, #281B34 99.83%);
  left: 50%;
  top: 55%;
  margin-left: -32px;
  margin-top: -32px;
  transition: all .5s ease;
  z-index: 3
}

.case-view-ui .view-round-box.loaded:before {
  opacity: 0;
  visibility: hidden
}

.case-view-ui .view-round-box.loaded .case-pic-holder {
  opacity: 1
}

.case-view-ui .view-round-box .centered-round-box {
  position: relative;
  height: 100%;
  max-width: 700px;
  min-width: 600px;
  margin: 0 auto;
  width: 50%
}

@media (max-width : 767px) {
  .case-view-ui .view-round-box .centered-round-box {
    min-width: 0;
    max-width: 550px;
    width: 100%;
    min-height: 300px;
    max-height: 300px
  }
}

.case-view-ui .view-round-box .centered-round-box:after {
  content: "";
  display: block;
  clear: both;
  padding-top: 60%
}

@media (max-width : 767px) {
  .case-view-ui .view-round-box .centered-round-box:after {
    padding-top: 85%
  }
}

.case-view-ui .view-round-box .round-bg {
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  border-radius: 50%
}

@media (max-width : 767px) {
  .case-view-ui .view-round-box .round-bg {
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center
  }
}

.case-view-ui .view-round-box .round-bg .round-table {
  width: 100%;
  height: 100%
}

@media (max-width : 767px) {
  .case-view-ui .view-round-box .round-bg .round-table {
    width: 100%;
    max-width: 475px;
    min-width: 350px;
    position: relative
  }
}

.case-view-ui .view-round-box .round-bg picture {
  display: block;
  z-index: 1;
  position: relative
}

@media (max-width : 767px) {
  .case-view-ui .view-round-box .round-bg picture {
    margin: 0 auto;
    max-width: 470px
  }
}

.case-view-ui .view-round-box .round-bg .left-lamps,
.case-view-ui .view-round-box .round-bg .right-lamps {
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2
}

.case-view-ui .view-round-box .round-bg .left-lamps:before,
.case-view-ui .view-round-box .round-bg .left-lamps:after,
.case-view-ui .view-round-box .round-bg .right-lamps:before,
.case-view-ui .view-round-box .round-bg .right-lamps:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  left: 18.2%;
  top: 36.5%;
  background: #FFFFFF;
  filter: blur(10px);
  width: 1%;
  border-radius: 6px;
  height: 7%;
  transform: rotate(18deg);
  opacity: 0;
  animation: animateLampCircle 2s ease infinite;
  animation-play-state: running;
  animation-delay: .2s
}

.case-view-ui .view-round-box .round-bg .left-lamps:after,
.case-view-ui .view-round-box .round-bg .right-lamps:after {
  top: 57%;
  transform: rotate(-18deg);
  animation-delay: 0s
}

.case-view-ui .view-round-box .round-bg .right-lamps:before,
.case-view-ui .view-round-box .round-bg .right-lamps:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  left: auto;
  right: 18.2%;
  transform: rotate(-18deg);
  animation-delay: .6s
}

.case-view-ui .view-round-box .round-bg .right-lamps:after {
  transform: rotate(18deg);
  animation-delay: .8s
}

.case-view-ui .view-round-box .round-bg .top-arrow,
.case-view-ui .view-round-box .round-bg .bottom-arrow {
  position: absolute;
  left: 50%;
  z-index: 5;
  width: 36px;
  height: 37px;
  margin-left: -18px;
  top: 27%;
  transition: all .5s ease;
  opacity: 0;
  transform: translateY(-20px)
}

@media (max-width : 767px) {

  .case-view-ui .view-round-box .round-bg .top-arrow,
  .case-view-ui .view-round-box .round-bg .bottom-arrow {
    width: 18px;
    height: 19px;
    margin-left: -10px;
    top: 22%
  }
}

.case-view-ui .view-round-box .round-bg .top-arrow picture,
.case-view-ui .view-round-box .round-bg .bottom-arrow picture {
  display: block
}

.case-view-ui .view-round-box .round-bg .bottom-arrow {
  top: auto;
  bottom: 29%;
  transform: translateY(20px)
}

@media (max-width: 1400px) {
  .case-view-ui .view-round-box .round-bg .bottom-arrow {
    bottom: 28%
  }
}

@media (max-width : 767px) {
  .case-view-ui .view-round-box .round-bg .bottom-arrow {
    bottom: 26%
  }
}

.case-view-ui .view-round-box .round-bg .bottom-arrow picture {
  transform: rotate(-180deg)
}

.case-view-ui .view-round-box .case-pic-holder {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  padding: 5% 24% 0;
  z-index: 3
}

@media (max-width : 767px) {
  .case-view-ui .view-round-box .case-pic-holder {
    padding: 8% 15% 15px;
    margin-bottom: 0;
    justify-content: center;
    align-items: center
  }
}

.case-view-ui .view-round-box .case-pic-holder .badge {
  position: absolute;
  z-index: 3;
  left: 5%;
  top: 25px;
  display: inline-block;
  padding: 6px 10px;
  text-align: center;
  border-radius: 6px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(106.32deg, #3B3946 -11.43%, #736D8C 95.05%)
}

@media (max-width : 767px) {
  .case-view-ui .view-round-box .case-pic-holder .badge {
    z-index: 6;
    top: 10%;
    left: 20%;
    font-size: 9px
  }
}

.case-view-ui .view-round-box .case-pic-holder .badge.hot {
  background: linear-gradient(142deg, #FF8A48 0%, #5E0303 100%)
}

.case-view-ui .view-round-box .case-pic-holder .pic {
  display: block;
  position: relative;
  z-index: 2
}

@media (max-width : 767px) {
  .case-view-ui .view-round-box .case-pic-holder .pic {
    max-width: 240px;
    margin-top: -10px
  }
}

.case-view-ui .view-round-box .case-pic-holder .pic .pic-holder {
  display: block;
  position: relative;
  z-index: 3;
  will-change: transform;
  max-width: 360px;
  margin: 0 auto
}

.case-view-ui .view-round-box .case-pic-holder .pic .pic-holder img {
  position: relative;
  z-index: 3;
  width: 100%;
  transition: all .3s ease
}

.case-view-ui .view-round-box .case-pic-holder .loaded-pic+.glow {
  opacity: 1
}

.case-view-ui .view-round-box .case-pic-holder .glow {
  display: block;
  width: 40%;
  position: absolute;
  top: 30%;
  left: 35%;
  border-radius: 50%;
  opacity: 0;
  aspect-ratio: 1/1;
  transform: scale(.5);
  animation: rotation 4s linear infinite;
  animation-play-state: running
}

.case-view-ui .view-round-box .case-pic-holder .glow:before,
.case-view-ui .view-round-box .case-pic-holder .glow:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  left: 0;
  width: 80%;
  top: 0;
  height: 100%;
  box-shadow: var(--case_shadow);
  border-radius: 50%
}

.case-view-ui .view-round-box .case-pic-holder .glow:after {
  left: 20%
}

.case-view-ui .case-desc {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  z-index: 5;
  min-height: 60px;
  transition: all .5s ease;
  position: absolute;
  top: 92%
}

@media (max-width : 767px) {
  .case-view-ui .case-desc {
    top: auto;
    bottom: 0;
    padding: 0 4vw
  }
}

.case-view-ui .case-desc .category {
  display: block;
  text-transform: uppercase;
  color: #8d817d;
  font-size: 1.1rem;
  letter-spacing: 1rem;
  font-weight: 400;
  margin-bottom: 10px
}

@media (max-width : 767px) {
  .case-view-ui .case-desc .category {
    font-size: 2rem;
    letter-spacing: 2rem
  }
}

.case-view-ui .case-desc .name {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #fff;
  margin-bottom: 15px;
  font-size: 3rem;
  background: linear-gradient(90deg, #FFFFFF 7.33%, #C19F86 99.83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent
}

@media (max-width: 1400px) {
  .case-view-ui .case-desc .name {
    font-size: 28px
  }
}

@media (max-width : 767px) {
  .case-view-ui .case-desc .name {
    font-size: 20px
  }
}

.case-view-ui .bottom-text-info {
  position: relative;
  z-index: 2;
  max-width: 600px;
  margin: 3% auto 0;
  min-height: 53px
}

@media (max-width : 767px) {
  .case-view-ui .bottom-text-info {
    margin-top: 0;
    min-height: 90px
  }
}

.case-view-ui .bottom-text-info .game-buttons-box {
  width: 100%;
  height: 100%;
  position: relative;
  min-height: 53px
}

@media (max-width : 767px) {
  .case-view-ui .bottom-text-info .game-buttons-box {
    height: auto;
    min-height: 90px
  }
}

.case-view-ui .bottom-text-info .open-btn {
  background: #C09D84;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  border-radius: 8px;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  height: 100%;
  width: 100%;
  padding: 0 25px 0 10px
}

.case-view-ui .bottom-text-info .open-btn span {
  display: inline-block;
  padding: 0 5px
}

.case-view-ui .bottom-text-info .open-btn u {
  text-decoration: none;
  display: inline-block
}

.case-view-ui .bottom-text-info .open-btn.free-case-btn,
.case-view-ui .bottom-text-info .open-btn.free-case-btn.no-hover:hover {
  transition: all .2s;
  border: 2px solid #C09D84;
  background: transparent
}

@media (max-width : 767px) {
  .case-view-ui .bottom-text-info .open-btn {
    padding: 9px 35px 8px 17px;
    height: 40px;
    width: 100%
  }
}

@media (min-width: 768px) {
  .case-view-ui .bottom-text-info .open-btn:not(:disabled):hover {
    background: #b4947e;
    color: #fff
  }
}

.case-view-ui .bottom-text-info .open-btn:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  right: 25px;
  top: 50%;
  display: inline-block;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  padding: 2px;
  margin-top: -4px;
  transform: rotate(-45deg)
}

@media (max-width : 767px) {
  .case-view-ui .bottom-text-info .open-btn:after {
    right: 20px
  }
}

.case-view-ui .bottom-text-info .open-btn.iconed {
  padding-right: 15px;
  padding-left: 15px
}

.case-view-ui .bottom-text-info .open-btn.iconed:after {
  display: none
}

.case-view-ui .bottom-text-info .open-btn.iconed span {
  white-space: nowrap
}

.case-view-ui .bottom-text-info .open-btn.iconed i {
  display: block;
  margin-left: 15px
}

.case-view-ui .bottom-text-info .open-btn.iconed i img {
  filter: invert(1)
}

.case-view-ui .bottom-text-info .buttons-row {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch
}

@media (max-width : 767px) {
  .case-view-ui .bottom-text-info .buttons-row {
    flex-direction: column;
    align-items: center;
    width: 240px;
    left: 50%;
    margin-left: -120px;
    height: 90px
  }
}

.case-view-ui .bottom-text-info .buttons-row .left-btn-box {
  width: 33%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center
}

@media (max-width : 767px) {
  .case-view-ui .bottom-text-info .buttons-row .left-btn-box {
    height: auto;
    width: 100%
  }
}

.case-view-ui .bottom-text-info .buttons-row .main-btn-box {
  width: 33%;
  min-width: 240px;
  padding: 0 15px
}

@media (max-width : 767px) {
  .case-view-ui .bottom-text-info .buttons-row .main-btn-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    max-width: 240px;
    padding: 0
  }
}

.case-view-ui .bottom-text-info .buttons-row .right-btn-box {
  width: 33%
}

@media (max-width : 767px) {
  .case-view-ui .bottom-text-info .buttons-row .right-btn-box {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch
  }

  .case-view-ui .bottom-text-info .buttons-row .right-btn-box ._g-gray-btn {
    height: 40px
  }
}

.case-view-ui .bottom-text-info .refill-buttons-box.bad-balance .left-btn-box,
.case-view-ui .bottom-text-info .refill-buttons-box.bad-balance .main-btn-box {
  width: auto
}

@media (max-width : 767px) {
  .case-view-ui .bottom-text-info .game-finish-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
  }

  .case-view-ui .bottom-text-info .game-finish-buttons .main-btn-box {
    width: 100%;
    order: -1;
    max-width: none
  }

  .case-view-ui .bottom-text-info .game-finish-buttons .left-btn-box,
  .case-view-ui .bottom-text-info .game-finish-buttons .right-btn-box {
    width: 48%
  }
}

@media (max-width : 767px) and (max-width : 767px) {

  .case-view-ui .bottom-text-info .game-finish-buttons .left-btn-box,
  .case-view-ui .bottom-text-info .game-finish-buttons .right-btn-box {
    width: 100%
  }
}

@media (max-width : 767px) {
  .case-view-ui .bottom-text-info .game-finish-buttons ._g-gray-btn {
    height: 40px
  }
}

.case-view-ui .bottom-text-info .game-finish-buttons .indicator {
  width: 100%;
  text-align: center
}

.case-view-ui .bottom-text-info .case-price {
  height: 100%;
  background: #362F4C;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  padding: 0 20px;
  border-radius: 9px
}

@media (max-width : 767px) {
  .case-view-ui .bottom-text-info .case-price {
    height: 40px;
    margin-bottom: 5px;
    width: 100%
  }
}

.case-view-ui .bottom-text-info .fast-switcher {
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #35304D;
  border-radius: 10px;
  position: relative;
  overflow: hidden
}

@media (max-width : 767px) {
  .case-view-ui .bottom-text-info .fast-switcher {
    height: 36px;
    width: 100%;
    max-width: 240px
  }
}

.case-view-ui .bottom-text-info .fast-switcher:before {
  content: "";
  display: block;
  clear: both;
  border-radius: 10px;
  position: absolute;
  left: 0;
  width: 50%;
  top: 0;
  bottom: 0;
  background: #383158;
  transition: transform .3s ease
}

@media (max-width : 767px) {
  .case-view-ui .bottom-text-info .fast-switcher:before {
    border-radius: 7px
  }
}

.case-view-ui .bottom-text-info .fast-switcher .switch {
  width: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 3;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase
}

@media (max-width : 767px) {
  .case-view-ui .bottom-text-info .fast-switcher .switch {
    font-size: 12px
  }
}

.case-view-ui .bottom-text-info .fast-switcher.actived:before {
  content: "";
  display: block;
  clear: both;
  transform: translate(100%)
}

.case-view-ui .play-indicator-box {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  z-index: 3
}

@media (max-width : 767px) {
  .case-view-ui .play-indicator-box {
    left: 50%;
    width: 240px;
    margin-left: -120px
  }

  .case-view-ui .play-indicator-box .indicator {
    height: 100%
  }
}

.case-view-ui .indicator {
  width: 420px;
  background: #201C2E;
  border-radius: 9px;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 3px;
  position: relative
}

@media (max-width : 767px) {
  .case-view-ui .indicator {
    width: 100%;
    height: 40px
  }
}

.case-view-ui .indicator span {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center
}

.case-view-ui .indicator span:before,
.case-view-ui .indicator span:after,
.case-view-ui .indicator span i {
  content: "";
  clear: both;
  display: block;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -3px;
  margin-left: 22px;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background: #fff;
  animation: loaderDots 1.5s ease infinite
}

.case-view-ui .indicator span:after {
  margin-left: 34px;
  animation-delay: .2s
}

@media (max-width : 767px) {
  .case-view-ui .indicator span {
    padding-bottom: 10px
  }

  .case-view-ui .indicator span:before,
  .case-view-ui .indicator span:after,
  .case-view-ui .indicator span i {
    top: 50%;
    left: 50%;
    margin-top: 15px;
    margin-left: -15px
  }

  .case-view-ui .indicator span:after {
    margin-left: 0
  }
}

.case-view-ui .indicator span i {
  display: block;
  margin-left: 46px;
  animation-delay: .4s
}

@media (max-width : 767px) {
  .case-view-ui .indicator span i {
    margin-left: 15px
  }
}

@keyframes loaderDots {
  0% {
    background: #aaa;
    transform: translateY(0)
  }

  25% {
    background: #eee;
    transform: translateY(-3px)
  }

  50% {
    background: #fff;
    transform: translateY(0)
  }

  to {
    background: #aaa
  }
}

@media (min-width: 768px) {

  .case-view-ui .fade-enter-active,
  .case-view-ui .fade-leave-active {
    transition: opacity .5s ease, transform .5s ease
  }

  .case-view-ui .fade-enter-from,
  .case-view-ui .fade-leave-to {
    opacity: 0;
    transform: scale(.8)
  }

  .case-view-ui .fadeBtns-enter-active,
  .case-view-ui .fadeBtns-leave-active {
    transition: opacity .3s ease
  }

  .case-view-ui .fadeBtns-enter-from,
  .case-view-ui .fadeBtns-leave-to {
    opacity: 0
  }

  .case-view-ui .gameLine-enter-active,
  .case-view-ui .gameLine-leave-active {
    transition: opacity .3s ease
  }

  .case-view-ui .fade-enter-from,
  .case-view-ui .gameLine-leave-to {
    opacity: 0;
    transform: scale(.8)
  }
}

.case-view-ui .bounce-enter-active {
  animation: bounce-in .5s
}

.case-view-ui .bounce-leave-active {
  animation: bounce-in .5s reverse
}

@keyframes bounce-in {
  0% {
    transform: scale(0)
  }

  50% {
    transform: scale(1)
  }

  to {
    transform: scale(1)
  }
}

.refill-center-box {
  position: relative;
  z-index: 5;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding-top: 20px
}

@media (max-width : 767px) {
  .refill-center-box {
    position: static;
    min-height: 30px;
    padding-top: 10px
  }
}

.winned-skin-module {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20
}

.winned-skin-module.game-finish-enter ._weapon-item .item-desc {
  opacity: 1;
  transform: translateY(0)
}

.winned-skin-module.game-finish-enter ._weapon-item .center-target {
  opacity: 1;
  transform: scale(1)
}

.winned-skin-module.game-finish-enter ._weapon-item .weapon-pic picture {
  transform: scale(1.593);
  opacity: 1
}

.winned-skin-module .winned-skin-box {
  max-width: 1400px;
  padding: 8% 0 7%;
  margin: 0 auto;
  position: relative;
  height: 100%
}

@media (max-width: 1400px) {
  .winned-skin-module .winned-skin-box {
    padding: 100px 0 80px
  }
}

@media (min-width: 1800px) {
  .winned-skin-module .winned-skin-box {
    padding: 120px 0 105px
  }
}

@media (max-width : 767px) {
  .winned-skin-module .winned-skin-box {
    padding: 0
  }
}

.winned-skin-module .winned-skin-holder {
  margin-left: -15px;
  height: 100%
}

@media (max-width : 767px) {
  .winned-skin-module .winned-skin-holder {
    width: 100%;
    margin-left: 0
  }
}

.winned-skin-module .winned-skin-frame {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center
}

.winned-skin-module .skin-item-wrap {
  padding-left: 15px;
  width: 20%;
  height: 100%
}

@media (max-width : 767px) {
  .winned-skin-module .skin-item-wrap {
    width: 60%;
    padding-left: 0
  }
}

@media (max-width : 767px) {
  .winned-skin-module ._weapon-item {
    max-height: 420px
  }
}

.winned-skin-module ._weapon-item .weapon-pic {
  padding: 20%
}

@media (max-width : 767px) {
  .winned-skin-module ._weapon-item .weapon-pic {
    padding: 0
  }
}

.winned-skin-module ._weapon-item .weapon-pic picture {
  width: 100%;
  margin-left: -1px;
  opacity: 0;
  transition: all 1s ease;
  will-change: transform;
  max-width: 105px
}

@media (max-width : 767px) {
  .winned-skin-module ._weapon-item .weapon-pic picture {
    max-width: 82px;
    display: block
  }
}

.winned-skin-module ._weapon-item .weapon-pic img {
  width: 100%
}

.winned-skin-module ._weapon-item .item-desc {
  text-align: center;
  right: auto;
  left: 50%;
  width: 500px;
  margin-left: -250px;
  bottom: auto;
  top: 100%;
  margin-top: 14%;
  transition: opacity .5s ease, transform .5s ease;
  opacity: 0;
  transform: translateY(-30px)
}

@media (min-width: 1800px) {
  .winned-skin-module ._weapon-item .item-desc {
    margin-top: 60px
  }
}

@media (max-width : 767px) {
  .winned-skin-module ._weapon-item .item-desc {
    top: 50%;
    width: 320px;
    left: 50%;
    margin-left: -160px;
    margin-top: 105px;
    bottom: 0
  }
}

.winned-skin-module ._weapon-item .weapon-type {
  font-size: 2.5rem;
  font-weight: 400;
  color: #9f91b7;
  margin-bottom: 5px
}

@media (min-width: 1800px) {
  .winned-skin-module ._weapon-item .weapon-type {
    font-size: 22px
  }
}

@media (max-width : 767px) {
  .winned-skin-module ._weapon-item .weapon-type {
    font-size: 14px
  }
}

.winned-skin-module ._weapon-item .weapon-name {
  font-size: 3rem
}

@media (min-width: 1800px) {
  .winned-skin-module ._weapon-item .weapon-name {
    font-size: 29px
  }
}

@media (max-width : 767px) {
  .winned-skin-module ._weapon-item .weapon-name {
    font-size: 16px
  }
}

.winned-skin-module ._weapon-item .gradient {
  display: none
}

.winned-skin-module ._weapon-item .center-target {
  padding: 0;
  opacity: 0;
  left: 50%;
  top: 50%;
  height: auto;
  margin-top: -50%;
  margin-left: -50%;
  transform: scale(1.4);
  will-change: transform;
  transition: transform 1s ease, opacity 1s ease
}

.winned-skin-module ._weapon-item .center-target:after {
  content: "";
  display: block;
  clear: both;
  padding-top: 100%
}

.winned-skin-module ._weapon-item .center-target picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.winned-skin-module ._weapon-item .center-target picture img {
  max-width: none
}

@media (max-width: 1400px) {
  .winned-skin-module ._weapon-item .center-target {
    width: 230px;
    height: 230px;
    min-width: 230px;
    margin-left: -115px;
    margin-top: -115px
  }
}

.winned-skin-module ._weapon-item .center-target .target-round {
  position: absolute;
  top: 10%;
  left: 10%;
  right: 10%;
  bottom: 10%
}

.winned-skin-module ._weapon-item .center-target .target-round:before,
.winned-skin-module ._weapon-item .center-target .target-round:after {
  content: "";
  display: block;
  clear: both;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  border-width: 6px;
  border-style: solid;
  filter: blur(4.46642px);
  z-index: 2
}

.winned-skin-module ._weapon-item .center-target .target-round:after {
  opacity: .5;
  border-width: 14px;
  filter: blur(20px);
  z-index: 3
}

.winned-skin-module ._weapon-item .center-target .target-round i {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  z-index: 2
}

@keyframes animateLampCircle {
  0% {
    opacity: 0
  }

  20% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes animateLampCircleWin {
  0% {
    opacity: 0
  }

  50% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes animateLamp {
  0% {
    opacity: 0
  }

  2% {
    opacity: 1
  }

  10% {
    opacity: 1
  }

  11% {
    opacity: 0
  }

  20% {
    opacity: 0
  }

  22% {
    opacity: 1
  }

  40% {
    opacity: 1
  }

  43% {
    opacity: 0
  }

  77% {
    opacity: 0
  }

  78% {
    opacity: 1
  }

  80% {
    opacity: 1
  }

  to {
    opacity: 1
  }
}

.vue-slider-disabled {
  opacity: .5;
  cursor: not-allowed
}

.vue-slider-rail {
  background-color: #ccc;
  border-radius: 15px
}

.vue-slider-process {
  background-color: #3498db;
  border-radius: 15px
}

.vue-slider-mark {
  z-index: 4
}

.vue-slider-mark:first-child .vue-slider-mark-step,
.vue-slider-mark:last-child .vue-slider-mark-step {
  display: none
}

.vue-slider-mark-step {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #00000029
}

.vue-slider-mark-label {
  font-size: 14px;
  white-space: nowrap
}

.vue-slider-dot-handle {
  cursor: pointer;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: .5px .5px 2px 1px #00000052
}

.vue-slider-dot-handle-focus {
  box-shadow: 0 0 1px 2px #3498db5c
}

.vue-slider-dot-handle-disabled {
  cursor: not-allowed;
  background-color: #ccc
}

.vue-slider-dot-tooltip-inner {
  font-size: 14px;
  white-space: nowrap;
  padding: 2px 5px;
  min-width: 20px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  border-color: #3498db;
  background-color: #3498db;
  box-sizing: content-box
}

.vue-slider-dot-tooltip-inner:after {
  content: "";
  position: absolute
}

.vue-slider-dot-tooltip-inner-top:after {
  top: 100%;
  left: 50%;
  transform: translate(-50%);
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-top-color: inherit
}

.vue-slider-dot-tooltip-inner-bottom:after {
  bottom: 100%;
  left: 50%;
  transform: translate(-50%);
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-bottom-color: inherit
}

.vue-slider-dot-tooltip-inner-left:after {
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-left-color: inherit
}

.vue-slider-dot-tooltip-inner-right:after {
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-right-color: inherit
}

.vue-slider-dot-tooltip-wrapper {
  opacity: 0;
  transition: all .3s
}

.vue-slider-dot-tooltip-wrapper-show {
  opacity: 1
}

.upgrade-circle-wrapper {
  position: relative;
  width: 100%;
  max-width: 430px
}

.upgrade-circle-wrapper:after {
  content: "";
  display: block;
  clear: both;
  padding-top: 100%
}

@media (max-width : 767px) {
  .upgrade-circle-wrapper {
    width: 80%
  }
}

.upgrade-circle {
  position: relative;
  width: 100%;
  height: 100%
}

.upgrade-circle .circle-inside {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #13111D;
  border: 2px solid #312D45;
  padding: 0;
  box-shadow: inset 0 0 3px #000, 0 0 20px #2f2b4333
}

.upgrade-circle .circle-inside:after {
  content: "";
  display: block;
  clear: both;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(to bottom, rgba(48, 43, 69, 0) 0%, rgba(48, 43, 69, 0) 30%, rgba(48, 43, 69, .2) 40%, rgba(48, 43, 69, .2) 60%, rgba(48, 43, 69, 0) 70%, rgba(48, 43, 69, 0) 100%)
}

.upgrade-circle .shadow-circle {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 13;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center
}

.upgrade-circle .shadow-circle .shadow-holder {
  position: relative;
  width: 100%;
  box-shadow: 0 0 100px 250px #0e1322cc;
  border-radius: 50%;
  transition: all .5s ease;
  opacity: 0
}

.upgrade-circle .shadow-circle .shadow-holder:after {
  content: "";
  display: block;
  clear: both;
  padding-top: 100%
}

.upgrade-circle .shadow-circle .shadow-holder:before {
  content: "";
  display: block;
  clear: both;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 1px solid rgba(122, 153, 255, 0.4);
  box-shadow: 0 0 5px #7a92ff4d;
  border-radius: 50%
}

.upgrade-circle .game-text-status-box {
  position: absolute;
  z-index: 10;
  text-align: left;
  top: 0;
  left: -10%
}

.upgrade-circle .game-text-status-box .status {
  left: 0%;
  top: 0;
  position: absolute;
  opacity: 0;
  transform: translateY(10px);
  transition: all .5s ease;
  will-change: transform
}

.upgrade-circle .game-text-status-box .status .title-wrap {
  position: relative;
  display: inline-block;
  margin-bottom: 5px
}

.upgrade-circle .game-text-status-box .status .title-wrap:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 15%;
  bottom: 0;
  left: 5%;
  right: 5%;
  border-radius: 8.94px;
  opacity: .5;
  background: #94E152;
  filter: blur(18.3509941101px)
}

.upgrade-circle .game-text-status-box .status .status-title {
  font-weight: 700;
  display: inline-block;
  background: linear-gradient(90deg, #FFFFFF 0, #93EE45 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 37px;
  position: relative;
  z-index: 3
}

.upgrade-circle .game-text-status-box .status .subtitle {
  display: block;
  color: #9eb18c;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  position: relative;
  z-index: 3
}

.upgrade-circle .game-text-status-box .status-lose .title-wrap:before {
  background: #F6367C
}

.upgrade-circle .game-text-status-box .status-lose .status-title {
  background: linear-gradient(90deg, #FFFFFF 0, #FC748C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.upgrade-circle .game-text-status-box .status-lose .subtitle {
  color: #d26c7e
}

.upgrade-circle .animation-circle-wrapper {
  position: relative;
  width: 100%;
  transition: all .5s ease;
  will-change: width;
  backface-visibility: hidden;
  z-index: 15
}

.upgrade-circle .animation-circle-wrapper:after {
  content: "";
  display: block;
  clear: both;
  padding-top: 100%
}

.upgrade-circle .animation-circle {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 15
}

.upgrade-circle .animation-circle .circle-round {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  border-radius: 50%;
  border: 4px solid #b1d0ff;
  z-index: 3;
  transition: all .5s ease
}

.upgrade-circle .animation-circle:before {
  content: "";
  display: block;
  clear: both;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  border: 7.866px solid #646ff5;
  opacity: .5;
  filter: blur(6.543888092px);
  transition: all .3s ease
}

.upgrade-circle .animation-circle:after {
  content: "";
  display: block;
  clear: both;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  border: 4.097px solid #646ff5;
  filter: blur(3.5px);
  transition: all .3s ease
}

.upgrade-circle .win-chance {
  position: absolute;
  left: 82%;
  bottom: 91%;
  padding-left: 58px;
  transition: all .3s ease
}

@media (max-width : 767px) {
  .upgrade-circle .win-chance {
    padding-left: 0;
    background: #181a25
  }
}

.upgrade-circle .win-chance span {
  border: 1px solid rgba(105, 116, 164, 0.5);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  box-shadow: 0 0 10px #6974a433;
  font-size: 14px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  padding: 0 20px;
  color: #8b92aa;
  font-weight: 500
}

@media (max-width : 767px) {
  .upgrade-circle .win-chance span {
    padding: 0 10px;
    height: 25px;
    border-radius: 8px;
    font-size: 12px
  }
}

.upgrade-circle .win-chance span b {
  font-weight: 700;
  color: #fff;
  padding-right: 5px
}

@media (max-width : 767px) {
  .upgrade-circle .win-chance span b {
    padding-right: 0
  }
}

.upgrade-circle .win-chance span em {
  font-style: normal
}

@media (max-width : 767px) {
  .upgrade-circle .win-chance span em {
    display: none
  }
}

.upgrade-circle .win-chance:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  left: 20px;
  height: 1px;
  width: 20%;
  background: rgba(132, 139, 205, 0.5);
  top: 50%;
  margin-top: -1px;
  transition: all .3s ease
}

@media (max-width : 767px) {
  .upgrade-circle .win-chance:before {
    display: none
  }
}

.upgrade-circle .win-chance:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  background: rgba(132, 155, 205, 0.5);
  width: 1px;
  height: 35px;
  transform: rotate(36deg);
  left: 9px;
  margin-top: -24px;
  transition: all .3s ease
}

@media (max-width : 767px) {
  .upgrade-circle .win-chance:after {
    display: none
  }
}

.upgrade-circle .target {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: inset 0 0 15px #000;
  z-index: 3;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center
}

.upgrade-circle .target:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border: 3px solid #0a0b12;
  border-radius: 50%;
  z-index: 3;
  display: none
}

.upgrade-circle .round {
  position: absolute;
  border-radius: 50%;
  background: #1a1d2b;
  background: radial-gradient(#191c2a 60%, #474a65 85%, #2e3048 100%);
  box-shadow: inset 0 0 5px #2d3147;
  overflow: hidden
}

.upgrade-circle .round:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0%;
  height: 100%;
  transition: all 1s ease;
  background: linear-gradient(to bottom, rgba(43, 43, 69, 0) 0%, rgba(43, 47, 69, 0) 30%, rgba(43, 46, 69, 0.2) 40%, rgba(43, 45, 69, 0.2) 60%, rgba(43, 43, 69, 0) 70%, rgba(43, 45, 69, 0) 100%);
  opacity: 0
}

.upgrade-circle .round:nth-child(odd) {
  background: #0d0f18;
  box-shadow: 0 0 5px 2px #000
}

.upgrade-circle .round:nth-child(odd):before {
  opacity: 1
}

.upgrade-circle .round:nth-child(1) {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  box-shadow: none;
  display: block
}

.upgrade-circle .round:nth-child(2) {
  left: 5%;
  top: 5%;
  right: 5%;
  bottom: 5%;
  display: block
}

.upgrade-circle .round:nth-child(3) {
  left: 10%;
  top: 10%;
  right: 10%;
  bottom: 10%
}

.upgrade-circle .round:nth-child(4) {
  left: 15%;
  top: 15%;
  right: 15%;
  bottom: 15%
}

.upgrade-circle .round:nth-child(5) {
  left: 20%;
  top: 20%;
  right: 20%;
  bottom: 20%
}

.upgrade-circle .round:nth-child(6) {
  left: 25%;
  top: 25%;
  right: 25%;
  bottom: 25%
}

.upgrade-circle .round:nth-child(7) {
  left: 30%;
  top: 30%;
  right: 30%;
  bottom: 30%
}

.upgrade-circle .round:nth-child(8) {
  left: 35%;
  top: 35%;
  right: 35%;
  bottom: 35%
}

.upgrade-circle .round:nth-child(9) {
  left: 40%;
  top: 40%;
  right: 40%;
  bottom: 40%
}

.upgrade-circle .round:nth-child(10) {
  left: 45%;
  top: 45%;
  right: 45%;
  bottom: 45%;
  background: #181b29;
  box-shadow: 0 0 8px #000;
  transform: none !important
}

.upgrade-circle.init .win-chance {
  opacity: 0
}

.upgrade-circle.ready .shadow-circle .shadow-holder,
.upgrade-circle.running .shadow-circle .shadow-holder {
  opacity: 1
}

.upgrade-circle.running .animation-circle-wrapper,
.upgrade-circle.running .animation-circle .circle-round {
  transition: none
}

.upgrade-circle.win .shadow-circle .shadow-holder {
  opacity: 1
}

.upgrade-circle.win .game-text-status-box .status-win {
  opacity: 1;
  transform: translateY(0)
}

.upgrade-circle.win .animation-circle:before {
  border-color: #a0e267;
  opacity: 1
}

.upgrade-circle.win .animation-circle:after {
  border-color: #75ff00;
  opacity: 1
}

.upgrade-circle.win .animation-circle .circle-round {
  border-color: #baff7f
}

.upgrade-circle.lose .game-text-status-box .status-lose {
  opacity: 1;
  transform: translateY(0)
}

.upgrade-circle.lose .animation-circle:before {
  border-color: #c1335e;
  opacity: 1
}

.upgrade-circle.lose .animation-circle:after {
  border-color: #c1335e;
  opacity: 1
}

.upgrade-circle.lose .animation-circle .circle-round {
  border-color: #f33154
}

.upgrade-circle.canLose .animation-circle {
  opacity: .3
}

.upgrade-skin-circle {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center
}

.upgrade-skin-circle .skin-infobox {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 4
}

.upgrade-skin-circle .skin-infobox .skin-picture {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  animation: skinUpDown 3s ease-in-out infinite;
  will-change: transform
}

.upgrade-skin-circle .skin-infobox .skin-picture picture {
  max-width: 356px;
}

.upgrade-skin-circle .round-bg {
  position: relative;
  width: 200%;
  max-width: 400px
}

.upgrade-skin-circle .round-bg:after {
  content: "";
  display: block;
  clear: both;
  padding-top: 100%
}

.upgrade-skin-circle .round-bg:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  left: 20%;
  width: 60%;
  top: 25%;
  bottom: 20%;
  border-radius: 50%;
  opacity: .9;
  background: #5465ff;
  filter: blur(27px);
  transition: all 1s ease;
  transform: translateZ(-1px)
}

.upgrade-skin-circle .round-bg .initialAnimation {
  transition: all .5s ease
}

.upgrade-skin-circle .round-bg img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block
}

.upgrade-skin-circle .round-bg video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  background: transparent;
  mix-blend-mode: screen;
}

.upgrade-skin-circle .round-bg canvas {
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
  z-index: 3;
  width: 100%
}

.upgrade-skin-circle .round-bg .video-round-box {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  overflow: hidden
}

.upgrade-skin-circle .round-bg .video-round-box:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  overflow: hidden;
  border: 8px solid #1A1824;
  z-index: 3
}

.upgrade-skin-circle .round-bg .video-round-box video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%
}

.upgrade-skin-circle .round-bg .video-initial,
.upgrade-skin-circle .round-bg .video-win {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute
}

.upgrade-skin-circle .round-bg .video-win,
.upgrade-skin-circle .round-bg .video-lose {
  opacity: 0;
  transition: all .9s ease;
  z-index: 3
}

.upgrade-skin-circle .round-bg .duplicate {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  transition: all 1s ease;
  z-index: 3
}

.upgrade-skin-circle .skin-data-info {
  position: absolute;
  bottom: 10%
}

.upgrade-skin-circle .skin-data-info .price {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #e0c0a8;
  margin-bottom: 5px
}

.upgrade-skin-circle .skin-data-info .add-price {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #aae0a8;
  right: 103%;
  top: 1px;
  white-space: nowrap;
  position: absolute
}

@media (max-width: 767px) {
  .upgrade-skin-circle .skin-data-info .add-price {
    top: -21px;
    left: 0
  }
}

.upgrade-skin-circle .skin-data-info .add-price.only {
  right: auto
}

.upgrade-skin-circle .skin-data-info .type {
  display: block;
  font-size: 13px;
  margin-bottom: 10px;
  color: #928baaad
}

.upgrade-skin-circle .skin-data-info .name {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #fff
}

.upgrade-skin-circle.win .round-bg:before,
.upgrade-skin-circle.lose .round-bg:before {
  background: #8ffa38;
  opacity: .8
}

.upgrade-skin-circle.win .round-bg .duplicate,
.upgrade-skin-circle.lose .round-bg .duplicate {
  opacity: 1
}

.upgrade-skin-circle.win .round-bg .initialAnimation,
.upgrade-skin-circle.lose .round-bg .initialAnimation {
  opacity: 0;
  transition-delay: 1s
}

.upgrade-skin-circle.lose .round-bg:before {
  background: #E42F52
}

.upgrade-page .page-heading-box {
  position: relative;
  z-index: 6;
  padding-top: 30px
}

@media (max-width : 767px) {
  .upgrade-page .page-heading-box {
    padding-top: 10px
  }
}

.upgrade-page .page-heading-box h1 {
  font-size: 4rem;
  background: linear-gradient(90deg, #FFFFFF 7.33%, #97a8df 99.83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: inline-block
}

@media (max-width : 767px) {
  .upgrade-page .page-heading-box h1 {
    font-size: 2rem
  }
}

.game-circles-part {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: -2%;
  margin-bottom: -3%
}

@media (max-width : 767px) {
  .game-circles-part {
    flex-wrap: wrap;
    margin-bottom: 10px
  }
}

.game-circles-part .left-circle-col,
.game-circles-part .right-circle-col {
  position: relative;
  z-index: 7;
  width: 28%;
  padding: 0 5%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  mix-blend-mode: screen;
}

@media (max-width : 767px) {

  .game-circles-part .left-circle-col,
  .game-circles-part .right-circle-col {
    width: 50%;
    order: 1
  }
}

.game-circles-part .center-circle-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 0 5%
}

@media (max-width : 767px) {
  .game-circles-part .center-circle-col {
    width: 100%;
    flex: none
  }
}

.upgrade-skins-sectbox {
  position: relative;
  z-index: 7;
  width: 100%
}

@media (max-width : 767px) {
  .upgrade-skins-sectbox {
    margin-bottom: 30px
  }
}

.upgrade-skins-sectbox .upgrade-filter-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 25px
}

@media (max-width : 767px) {
  .upgrade-skins-sectbox .upgrade-filter-row {
    flex-direction: column;
    padding-bottom: 15px
  }
}

.upgrade-skins-sectbox .upgrade-filter-row .col-label {
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: #928baa;
  margin-bottom: 10px
}

@media (max-width : 767px) {
  .upgrade-skins-sectbox .upgrade-filter-row .col-label {
    font-size: 12px;
    padding-left: 10px;
    margin-bottom: 5px
  }
}

.upgrade-skins-sectbox .vue-slider {
  margin-bottom: 25px
}

@media (max-width : 767px) {
  .upgrade-skins-sectbox .vue-slider {
    margin: 0 10px 10px
  }
}

.upgrade-skins-sectbox .vue-slider-rail {
  height: 6px;
  background: #3B384D
}

.upgrade-skins-sectbox .vue-slider-process {
  height: 8px !important;
  margin-top: -1px;
  background: #DFB190
}

.upgrade-skins-sectbox .vue-slider-process:before {
  content: "";
  display: block;
  clear: both;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(231, 175, 135, .89);
  border-radius: 20px;
  box-shadow: 0 0 12px 3px #e7af87e3
}

.upgrade-skins-sectbox .vue-slider-dot {
  height: 31px !important;
  width: 31px !important;
  top: -12px;
  border-radius: 50%;
  margin-right: -10px;
  background: linear-gradient(303.69deg, #9D7F68 9.03%, #E3C3AB 84.52%) !important
}

@media (max-width : 991px) {
  .upgrade-skins-sectbox .vue-slider-dot {
    width: 20px !important;
    height: 20px !important
  }
}

.upgrade-skins-sectbox .vue-slider-dot:focus {
  box-shadow: 0 0 10px #ffffff4d
}

.upgrade-skins-sectbox .vue-slider-dot:focus .vue-slider-dot-handle {
  box-shadow: none
}

.upgrade-skins-sectbox .vue-slider-dot .vue-slider-dot-handle {
  border: 1px solid rgba(255, 255, 255, .4);
  background: none;
  position: absolute;
  border-radius: 50%;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  width: auto;
  height: auto
}

.upgrade-skins-sectbox .vue-slider-dot .vue-slider-dot-handle:before,
.upgrade-skins-sectbox .vue-slider-dot .vue-slider-dot-handle:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  left: 50%;
  margin-left: -4px;
  top: 25%;
  bottom: 25%;
  width: 1px;
  background: rgba(255, 255, 255, .5)
}

@media (max-width : 991px) {

  .upgrade-skins-sectbox .vue-slider-dot .vue-slider-dot-handle:before,
  .upgrade-skins-sectbox .vue-slider-dot .vue-slider-dot-handle:after {
    margin-left: -2px
  }
}

.upgrade-skins-sectbox .vue-slider-dot .vue-slider-dot-handle:after {
  margin-left: 3px
}

@media (max-width : 991px) {
  .upgrade-skins-sectbox .vue-slider-dot .vue-slider-dot-handle:after {
    margin-left: 1px
  }
}

.upgrade-skins-sectbox .user-balance-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center
}

@media (max-width : 767px) {
  .upgrade-skins-sectbox .user-balance-box {
    padding: 0 10px
  }
}

.upgrade-skins-sectbox .user-balance {
  width: 150px;
  position: relative;
  margin-right: 15px
}

@media (max-width : 991px) {
  .upgrade-skins-sectbox .user-balance {
    width: 130px
  }
}

.upgrade-skins-sectbox .user-balance .currency {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  right: 15px;
  color: #928baa;
  font-size: 22px;
  font-weight: 500
}

.upgrade-skins-sectbox .user-balance input {
  background: none;
  padding-right: 40px;
  padding-left: 17px;
  height: 47px;
  border-radius: 12px;
  border-color: #5c5873;
  font-size: 22px;
  font-weight: 700;
  color: #fff
}

@media (max-width : 991px) {
  .upgrade-skins-sectbox .user-balance input {
    height: 40px;
    border-radius: 10px
  }
}

@media (min-width:768px) and (max-width:991px) {
  .upgrade-skins-sectbox .user-balance input {
    font-size: 18px
  }
}

.upgrade-skins-sectbox .user-balance input:focus {
  border-color: #797396
}

.upgrade-skins-sectbox .all-user-balance {
  display: block;
  font-size: 22px;
  font-weight: 500;
  color: #4a475b;
  white-space: nowrap
}

@media (max-width: 1400px) {
  .upgrade-skins-sectbox .all-user-balance {
    font-size: 2.3rem
  }
}

@media (max-width : 767px) {
  .upgrade-skins-sectbox .all-user-balance {
    font-size: 2rem
  }
}

.upgrade-skins-sectbox .amount-col {
  width: 34%
}

@media (max-width : 767px) {
  .upgrade-skins-sectbox .amount-col {
    width: 100%;
    margin-bottom: 10px
  }
}

.upgrade-skins-sectbox .play-btn-col {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center
}

@media (max-width : 767px) {
  .upgrade-skins-sectbox .play-btn-col {
    order: 3
  }
}

.upgrade-skins-sectbox .play-btn-col button {
  width: 200px;
  height: 45px
}

@media (min-width:768px) and (max-width:991px) {
  .upgrade-skins-sectbox .play-btn-col button {
    width: 160px
  }
}

.upgrade-skins-sectbox .coef-col {
  width: 34%
}

@media (max-width : 767px) {
  .upgrade-skins-sectbox .coef-col {
    width: 100%;
    padding-bottom: 35px
  }
}

.upgrade-skins-sectbox .coef-col .vue-slider-rail {
  border-radius: 2px
}

.upgrade-skins-sectbox .coef-col .vue-slider-process {
  background: #9A7AFF;
  border-radius: 2px
}

.upgrade-skins-sectbox .coef-col .vue-slider-process:before {
  border-radius: 2px
}

.upgrade-skins-sectbox .coef-col .vue-slider-process:before {
  background: #9A7AFF;
  box-shadow: 0 0 12px 3px #9a7aff;
  border-radius: 10px
}

.upgrade-skins-sectbox .coef-col .vue-slider-dot {
  background: linear-gradient(303.69deg, #524186 9.03%, #9181C2 84.52%) !important
}

.upgrade-skins-sectbox .coef-col .vue-slider-dot .vue-slider-dot-handle {
  border: 1px solid rgba(255, 255, 255, .4)
}

.upgrade-skins-sectbox .slider-wrap {
  position: relative
}

.upgrade-skins-sectbox .slider-labels {
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start
}

@media (max-width : 767px) {
  .upgrade-skins-sectbox .slider-labels {
    width: auto;
    left: 10px;
    right: 10px
  }
}

.upgrade-skins-sectbox .slider-labels span {
  width: 50px;
  position: absolute;
  top: 0;
  padding-top: 20px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #928baa66;
  transition: all .3s ease;
  cursor: pointer;
  margin-left: -25px
}

@media (max-width : 767px) {
  .upgrade-skins-sectbox .slider-labels span {
    padding-top: 15px
  }
}

.upgrade-skins-sectbox .slider-labels span:hover {
  color: #928baab3
}

.upgrade-skins-sectbox .slider-labels span.actived {
  color: #fff
}

.upgrade-skins-sectbox .slider-labels span:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: -3px;
  height: 18px;
  width: 2px;
  background: #3B384D;
  left: 50%
}

@media (max-width : 767px) {
  .upgrade-skins-sectbox .slider-labels span:before {
    height: 15px;
    margin-top: -5px
  }
}

.upgrade-skins-sectbox .slider-labels span:first-child {
  text-align: left;
  display: block;
  margin-left: 0
}

.upgrade-skins-sectbox .slider-labels span:first-child:before {
  left: 0
}

.upgrade-skins-sectbox .slider-labels span:last-child {
  text-align: right;
  left: auto;
  right: 0
}

.upgrade-skins-sectbox .slider-labels span:last-child:before {
  left: auto;
  right: 0
}

.upgrade-skins-sectbox .slider-labels span:nth-child(2) {
  left: 25%
}

.upgrade-skins-sectbox .slider-labels span:nth-child(3) {
  left: 50%
}

.upgrade-skins-sectbox .slider-labels span:nth-child(4) {
  left: 75%
}

.upgrade-skins-sectbox .skins-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  -webkit-box-pack: center;
  justify-content: center
}

@media (max-width : 991px) {
  .upgrade-skins-sectbox .skins-list {
    grid-template-columns: repeat(3, 1fr)
  }
}

.upgrade-skins-sectbox .skins-list ._weapon-item {
  aspect-ratio: 1/.7
}

.upgrade-skins-sectbox .scrolled-box {
  max-height: 504px;
  height: 504px;
  margin-right: -15px;
  padding-right: 15px
}

.upgrade-skins-sectbox .scrolled-box .scrollbar-track-y {
  width: 4px !important;
  opacity: 1;
  border-radius: 2px;
  overflow: hidden;
  background: none
}

.upgrade-skins-sectbox .scrolled-box .scrollbar-track-y .scrollbar-thumb {
  width: 4px !important;
  border-radius: 2px;
  background: #585974 !important
}

.upgrade-skins-sectbox .scrolled-box .scrollbar-track-y .scrollbar-thumb:after {
  display: none
}

.upgrade-skins-sectbox .scrolled-box .no-login {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 400px
}

.upgrade-skins-sectbox .mobile-tabs {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center
}

.upgrade-skins-sectbox .mobile-tabs button {
  height: 44px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  padding: 4px 20px 0;
  border-radius: 12px 12px 0 0
}

.upgrade-skins-sectbox .mobile-tabs .active button {
  background: #211F30
}

.upgrade-skins-sectbox .upgrade-skins-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch
}

@media (max-width : 767px) {
  .upgrade-skins-sectbox .upgrade-skins-row {
    display: block
  }
}

.upgrade-skins-sectbox .upgrade-skins-row .user-skins-col,
.upgrade-skins-sectbox .upgrade-skins-row .steam-skins-col {
  width: 50%;
  padding-right: 5px
}

@media (max-width : 767px) {

  .upgrade-skins-sectbox .upgrade-skins-row .user-skins-col,
  .upgrade-skins-sectbox .upgrade-skins-row .steam-skins-col {
    margin-top: 20px;
    width: 100%;
    padding-right: 0
  }

  .upgrade-skins-sectbox .upgrade-skins-row .user-skins-col.xs-active,
  .upgrade-skins-sectbox .upgrade-skins-row .steam-skins-col.xs-active {
    display: block
  }
}

.upgrade-skins-sectbox .upgrade-skins-row .steam-skins-col {
  padding-right: 0;
  padding-left: 5px
}

@media (max-width : 767px) {
  .upgrade-skins-sectbox .upgrade-skins-row .steam-skins-col {
    padding-left: 0
  }

  .upgrade-skins-sectbox .upgrade-skins-row .steam-skins-col .title-box {
    display: none
  }
}

.upgrade-skins-sectbox .upgrade-skins-row .user-skins-col .bordered-main-box {
  border-radius: 0 12px 12px
}

.upgrade-skins-sectbox .bordered-main-box {
  border: 1px solid #35324E;
  border-radius: 12px;
  padding: 12px 15px;
  height: 100%
}

@media (max-width : 767px) {
  .upgrade-skins-sectbox .bordered-main-box {
    background: #211F30;
    border: none;
    padding: 10px 12px
  }
}

.upgrade-skins-sectbox .heading-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px
}

@media (max-width : 767px) {
  .upgrade-skins-sectbox .heading-box {
    margin-bottom: 10px;
    min-height: 38px
  }
}

.upgrade-skins-sectbox .heading-box .title-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-left: 8px;
  padding-right: 20px
}

.upgrade-skins-sectbox .heading-box .col-title {
  display: block;
  font-weight: 700;
  color: #d9d9d9;
  font-size: 2rem
}

@media (max-width : 767px) {
  .upgrade-skins-sectbox .heading-box .col-title {
    font-size: 2rem
  }
}

.upgrade-skins-sectbox .heading-box .right-col {
  flex: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  max-width: 75%
}

@media (max-width : 767px) {
  .upgrade-skins-sectbox .heading-box .right-col {
    max-width: none
  }
}

.upgrade-skins-sectbox .heading-box .skins-count {
  display: block;
  font-size: 12px;
  color: #928baa;
  font-weight: 700;
  padding-left: 10px
}

.upgrade-skins-sectbox .heading-box .sort-btn {
  height: 38px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background: #2D293B;
  border-radius: 7px;
  padding: 0 12px;
  color: #d0c6ef;
  font-size: 13px;
  font-weight: 500;
  transition: all .3s ease
}

@media (max-width : 767px) {
  .upgrade-skins-sectbox .heading-box .sort-btn {
    height: 30px;
    padding: 0 8px
  }
}

.upgrade-skins-sectbox .heading-box .sort-btn:hover {
  background: #504a69
}

.upgrade-skins-sectbox .heading-box .sort-btn.actived i {
  transform: rotate(-180deg)
}

.upgrade-skins-sectbox .heading-box .sort-btn span {
  display: block;
  padding-left: 7px
}

.upgrade-skins-sectbox .heading-box .sort-btn i {
  display: block;
  margin-left: 15px
}

.upgrade-skins-sectbox .heading-box .sort-btn i img {
  display: block;
  filter: invert(1)
}

.upgrade-skins-sectbox .all-skins-filter-form {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%
}

.upgrade-skins-sectbox .all-skins-filter-form input {
  border-color: #40375c;
  height: 38px;
  border-radius: 7px;
  color: #fff;
  background: none;
  padding-left: 18px;
  padding-right: 25px;
  font-size: 14px;
  position: relative;
  z-index: 3
}

.upgrade-skins-sectbox .all-skins-filter-form input::-webkit-input-placeholder {
  color: #928baa
}

.upgrade-skins-sectbox .all-skins-filter-form input:-moz-placeholder {
  color: #928baa
}

.upgrade-skins-sectbox .all-skins-filter-form input::-moz-placeholder {
  color: #928baa
}

.upgrade-skins-sectbox .all-skins-filter-form input:-ms-input-placeholder {
  color: #928baa
}

.upgrade-skins-sectbox .all-skins-filter-form input:focus {
  border-color: #5d5186
}

.upgrade-skins-sectbox .all-skins-filter-form input:focus+i img {
  filter: invert(1)
}

.upgrade-skins-sectbox .all-skins-filter-form .price-filter-col {
  width: 30%;
  position: relative;
  min-width: 130px
}

@media (max-width : 991px) {
  .upgrade-skins-sectbox .all-skins-filter-form .price-filter-col {
    min-width: 100px
  }
}

.upgrade-skins-sectbox .all-skins-filter-form .price-filter-col .currency {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  color: #4a465a;
  font-weight: 500
}

.upgrade-skins-sectbox .all-skins-filter-form .search-name-filter-col {
  position: relative;
  flex: 1;
  margin-left: 10px
}

.upgrade-skins-sectbox .all-skins-filter-form .search-name-filter-col input {
  padding-left: 37px
}

.upgrade-skins-sectbox .all-skins-filter-form .search-name-filter-col i {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  left: 13px
}

.upgrade-skins-sectbox .all-skins-filter-form .search-name-filter-col i img {
  filter: invert(56%) sepia(7%) saturate(1142%) hue-rotate(213deg) brightness(101%) contrast(81%)
}

.upgrade-skins-sectbox ._weapon-item:hover .gradient {
  filter: brightness(1.2)
}

.upgrade-skins-sectbox ._weapon-item .select-btn {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 7
}

.upgrade-skins-sectbox ._weapon-item .gradient {
  transition: filter .3s ease
}

.upgrade-skins-sectbox ._weapon-item .item-holder:before {
  content: "";
  display: block;
  clear: both;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  border: 2px solid rgba(231, 200, 255, .68);
  border-radius: 5px;
  box-shadow: 0 0 10px #000;
  opacity: 0;
  transition: opacity .3s ease 0s
}

.upgrade-skins-sectbox ._weapon-item.selected .item-holder:before {
  opacity: 1
}

.upgrade-skins-sectbox ._weapon-item.selected .gradient {
  filter: brightness(1.5)
}

.upgrade-skins-sectbox ._weapon-item.selected .glow-line:before {
  opacity: 1
}

.upgrade-bonus-circle {
  position: absolute;
  left: -17%;
  right: -17%;
  bottom: -17%;
  top: -17%;
  z-index: 5;
  padding: 10px
}

.upgrade-bonus-circle .bonus-game-circle-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 7
}

.upgrade-bonus-circle .bonus-game-circle-bg:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 31%;
  left: 31%;
  right: 31%;
  bottom: 31%;
  border: 9px solid rgba(255, 255, 255, .6);
  filter: blur(16.5px);
  border-radius: 50%;
  z-index: 3
}

.upgrade-bonus-circle .bonus-game-circle-bg:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 26%;
  right: 26%;
  bottom: 26%;
  left: 26%;
  border-radius: 50%;
  box-shadow: inset 0 0 30px #000;
  z-index: 4
}

.upgrade-bonus-circle .bonus-game-circle-bg picture {
  display: block;
  position: relative;
  z-index: 6
}

.upgrade-bonus-circle .smoke {
  z-index: 5;
  position: absolute;
  left: 30%;
  width: 40%;
  top: 100%;
  height: 30px;
  background: white;
  border-radius: 50%;
  animation: animSmoke 1s ease 1;
  opacity: 0;
  filter: blur(8px);
  animation-play-state: paused
}

@keyframes animSmoke {
  0% {
    transform: translateY(0) scale(1);
    opacity: 0
  }

  15% {
    opacity: 1
  }

  50% {
    transform: translateY(-40px) scale(2)
  }

  95% {
    opacity: 0
  }

  to {
    opacity: 0;
    transform: translateY(-80px) scale(4)
  }
}

@keyframes animSmoke2 {
  0% {
    transform: translateY(0) scale(1);
    opacity: 0
  }

  15% {
    opacity: 1
  }

  50% {
    transform: translateY(40px) scale(2)
  }

  95% {
    opacity: 0
  }

  to {
    opacity: 0;
    transform: translateY(80px) scale(4)
  }
}

.upgrade-bonus-circle .bonus-circle-holder {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  overflow: hidden;
  border-radius: 50%;
  color: #000;
  padding: 26%;
  opacity: 0;
  transform: rotate(60deg);
  will-change: transform
}

.upgrade-bonus-circle .bonus-circle-holder.done .smoke {
  animation-play-state: running
}

.upgrade-bonus-circle .bonus-circle-frame {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative
}

.upgrade-bonus-circle .yellow-circle,
.upgrade-bonus-circle .blue-circle {
  background: #E39326;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1
}

.upgrade-bonus-circle .blue-circle {
  background: #2E9EE2;
  top: auto;
  bottom: 0
}

.upgrade-bonus-circle .bonus-circle-top-part,
.upgrade-bonus-circle .bonus-circle-bottom-part {
  height: 50%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  padding-bottom: 1%
}

.upgrade-bonus-circle .bonus-circle-bottom-part {
  padding-bottom: 0;
  padding-top: 2%
}

.upgrade-bonus-circle .bonus-circle-bottom-part .smoke {
  top: auto;
  bottom: 100%;
  animation: animSmoke2 1s ease 1;
  animation-play-state: paused
}

.upgrade-bonus-circle .bonus-circle-cashback-game,
.upgrade-bonus-circle .bonus-circle-skins-game {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  flex-direction: column;
  overflow: hidden
}

.upgrade-bonus-circle .item {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  aspect-ratio: 2;
  padding-top: 5%;
  transform: translateY(-100%);
  will-change: transform;
  backface-visibility: hidden
}

.upgrade-bonus-circle .bonus-circle-cashback-game .item:first-child {
  padding-top: 0
}

.upgrade-bonus-circle .bonus-circle-cashback-game .item:nth-child(2) {
  padding-top: 0
}

.upgrade-bonus-circle .bonus-circle-cashback-game .cash-back {
  width: 45%;
  position: relative
}

.upgrade-bonus-circle .bonus-circle-cashback-game .cash-back img {
  position: relative;
  z-index: 3
}

.upgrade-bonus-circle .bonus-circle-cashback-game .cash-back:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  border-radius: 20px;
  top: 24px;
  right: 7px;
  bottom: 6px;
  left: 19px;
  box-shadow: 0 0 19px 10px #8f581d70
}

.upgrade-bonus-circle .bonus-circle-cashback-game .cash-back .cash-holder {
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 5% 15% 0
}

.upgrade-bonus-circle .bonus-circle-cashback-game .cash-back span {
  display: block;
  color: #eadfd7;
  font-weight: 500;
  font-size: 1.2rem;
  text-transform: uppercase
}

@media (max-width : 767px) {
  .upgrade-bonus-circle .bonus-circle-cashback-game .cash-back span {
    font-size: 3.2rem
  }
}

.upgrade-bonus-circle .bonus-circle-cashback-game .cash-back b {
  display: inline-block;
  background: linear-gradient(63.84deg, #FFFFFF -14.5%, #C09D84 165.7%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
  font-size: 3rem
}

@media (max-width : 767px) {
  .upgrade-bonus-circle .bonus-circle-cashback-game .cash-back b {
    font-size: 7rem
  }
}

.upgrade-bonus-circle .bonus-circle-skins-game .item {
  top: auto;
  bottom: 0;
  padding-top: 0;
  padding-bottom: 5%;
  transform: translateY(100%)
}

.upgrade-bonus-circle .bonus-circle-skins-game .skin-pic {
  position: relative;
  padding: 0 30%;
  width: 100%;
  margin-bottom: -8%
}

.upgrade-bonus-circle .bonus-circle-skins-game .skin-pic picture {
  display: block;
  position: relative;
  z-index: 3;
  width: 100%
}

.upgrade-bonus-circle .bonus-circle-skins-game .skin-pic picture img {
  width: 100%
}

.upgrade-bonus-circle .bonus-circle-skins-game .skin-pic .target {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 38%;
  right: 38%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden
}

.upgrade-bonus-circle .bonus-circle-skins-game .type {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  color: #ffffffb3
}

@media (max-width : 767px) {
  .upgrade-bonus-circle .bonus-circle-skins-game .type {
    font-size: 3.6rem
  }
}

.upgrade-bonus-circle .bonus-circle-skins-game .name {
  color: #fff;
  display: block;
  font-size: 1.5rem;
  font-weight: 500
}

@media (max-width : 767px) {
  .upgrade-bonus-circle .bonus-circle-skins-game .name {
    font-size: 3.6rem
  }
}

.upgrade-bonus-circle .bonus-circle-skins-game .price {
  border-radius: 4px;
  display: block;
  background: #C29A62;
  padding: .45rem .8rem .4rem;
  font-size: 1.2rem;
  color: #ffdfb3;
  font-weight: 500
}

@media (max-width : 767px) {
  .upgrade-bonus-circle .bonus-circle-skins-game .price {
    font-size: 3.2rem
  }
}

.pop-block {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 10
}

.pop-block.visibled {
  display: block !important
}

.pop-block.opened .pop-block-content {
  transform: none;
  opacity: 1
}

.pop-block.popAnimation-leave-to .pop-block-content {
  transform: scale(.8);
  opacity: 0
}

.pop-block.appearFrom_top .pop-block-content {
  transform: translateY(-30px)
}

.pop-block.appearFrom_top.opened .pop-block-content {
  transform: none
}

.pop-block.appearFrom_top.popAnimation-leave-to .pop-block-content {
  transform: translateY(-20px)
}

.pop-block.appearFrom_bottom .pop-block-content {
  transform: translateY(30px)
}

.pop-block.appearFrom_bottom.opened .pop-block-content {
  transform: none
}

.pop-block.appearFrom_bottom.popAnimation-leave-to .pop-block-content {
  transform: translateY(20px)
}

.pop-block.appearFrom_left .pop-block-content {
  transform: translate(-30px)
}

.pop-block.appearFrom_left.opened .pop-block-content {
  transform: none
}

.pop-block.appearFrom_left.popAnimation-leave-to .pop-block-content {
  transform: translate(-20px)
}

.pop-block.appearFrom_right .pop-block-content {
  transform: translate(30px)
}

.pop-block.appearFrom_right.opened .pop-block-content {
  transform: none
}

.pop-block.appearFrom_right.popAnimation-leave-to .pop-block-content {
  transform: translate(20px)
}

.pop-block .pop-block-content {
  position: relative;
  z-index: 3;
  border-radius: 20px;
  background: #211F30;
  box-shadow: 0 4px 74px #00000070;
  margin: 10px 0;
  padding: 25px 35px;
  opacity: 0;
  transition: transform .3s ease, opacity .3s ease;
  will-change: transform;
  transform: scale(.8)
}

@media (max-width : 767px) {
  .pop-block .pop-block-content {
    padding: 15px 4vw;
    max-height: 96vh;
    overflow-y: auto;
    overflow-x: hidden
  }
}

.pop-block .modal-close-btn {
  top: 20px;
  right: 15px
}

.pop-block .pop-heading-box {
  padding-right: 40px
}

.pop-block .title {
  display: inline-block;
  background: linear-gradient(90deg, #FFFFFF 0, #C19E86 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 20px
}

@media (max-width : 767px) {
  .pop-block .title {
    font-size: 10rem
  }
}

.page-heading-box {
  padding-top: 30px;
  position: relative;
  z-index: 3
}

@media (max-width : 767px) {
  .page-heading-box {
    padding-top: 10px
  }
}

.page-heading-box h1 {
  font-size: 4rem;
  background: linear-gradient(90deg, #FFFFFF 7.33%, #C2A087 99.83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: inline-block
}

@media (max-width : 767px) {
  .page-heading-box h1 {
    font-size: 12rem
  }
}

.contract-animation-box {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin: -6% auto 0;
  width: 80%;
  max-width: 960px
}

@media (min-width:1700px) {
  .contract-animation-box {
    margin-top: -10rem
  }
}

@media (max-width : 767px) {
  .contract-animation-box {
    width: 200%;
    margin: -12% 0 -8% -50%
  }
}

@media (min-width: 520px) and (max-width: 768px) {
  .contract-animation-box {
    width: 960px;
    transform: translate(-50%);
    left: 50%;
    margin-left: 0
  }
}

.contract-animation-box .animation-image {
  width: 100%
}

.contract-animation-box .animation-image picture {
  display: block;
  width: 100%
}

.contract-animation-box .animation-image img {
  width: 100%
}

.contract-animation-box .animation-video {
  position: relative;
  width: 100%
}

.contract-animation-box .animation-video:after {
  content: "";
  display: block;
  clear: both;
  padding-top: 35%
}

.contract-animation-box .animation-video .video-inside {
  position: absolute;
  top: -28%;
  left: 0;
  width: 100%;
  transition: opacity .2s
}

.contract-animation-box .animation-video .video-inside:before,
.contract-animation-box .animation-video .video-inside:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 25%;
  background: linear-gradient(to right, #1A1824 0%, rgba(26, 24, 36, 0) 70%)
}

.contract-animation-box .animation-video .video-inside:after {
  left: auto;
  right: -2px;
  border-right: 2px solid #1A1824;
  background: linear-gradient(to left, #1A1824 0%, rgba(26, 24, 36, 0) 70%)
}

.contract-animation-box .animation-video .shadows {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute
}

.contract-animation-box .animation-video .shadows:before,
.contract-animation-box .animation-video .shadows:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 15%;
  background: linear-gradient(to bottom, #1A1824 0%, rgba(26, 24, 36, 0) 70%)
}

.contract-animation-box .animation-video .shadows:after {
  top: auto;
  height: 25%;
  bottom: -2px;
  border-bottom: 2px solid #1A1824;
  background: linear-gradient(to top, #1A1824 0%, rgba(26, 24, 36, 0) 70%)
}

.contract-animation-box .animation-video video {
  width: 100%
}

.contract-summary-line-wrap {
  position: relative;
  z-index: 15
}

@media (max-width : 767px) {
  .contract-summary-line-wrap {
    height: 143px;
    position: relative;
    width: 100%;
    border-radius: 18px;
    z-index: 25
  }

  .contract-summary-line-wrap .pop-block {
    top: 0;
    z-index: 20
  }

  .contract-summary-line-wrap .pop-block .pop-block-content {
    margin-top: 0
  }

  .contract-summary-line-wrap .summary-fix-box:before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    height: 100%;
    background: #211E34;
    border-radius: 0 0 18px 18px
  }
}

.contracts-how-to {
  width: 420px
}

@media (max-width : 767px) {
  .contracts-how-to {
    width: 100%
  }
}

.contracts-how-to ul {
  margin-bottom: 30px
}

.contracts-how-to ul:last-child {
  margin-bottom: 10px
}

.contracts-how-to ul li {
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  color: #928baa;
  font-weight: 500;
  margin-bottom: 20px
}

.contracts-how-to ul li:last-child {
  margin-bottom: 0
}

.contracts-how-to ul li:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  height: 4px;
  background: #7766AD;
  border-radius: 4px
}

.contracts-how-to .some-info-box {
  padding-top: 3px
}

.contracts-how-to .some-info-box p {
  font-size: 16px;
  line-height: 130%
}

.contract-summary-line {
  position: relative;
  z-index: 13;
  background: rgba(48, 43, 75, .35);
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 14px 3%
}

@media (max-width : 767px) {
  .contract-summary-line {
    flex-wrap: wrap;
    flex-direction: column;
    padding: 15px 4%;
    background: #211E34
  }
}

.contract-summary-line .left-glow {
  position: absolute;
  width: 26px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  right: 100%;
  margin-right: -2px;
  background: #FFC786;
  border-radius: 4px
}

@media (max-width : 767px) {
  .contract-summary-line .left-glow {
    right: 50%;
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: -2px;
    margin-right: -15px;
    width: 30px
  }
}

.contract-summary-line .left-glow:before,
.contract-summary-line .left-glow:after {
  content: "";
  display: block;
  clear: both;
  right: -2px;
  top: 0;
  height: 100%;
  position: absolute;
  width: 36px;
  background: #EEBB96;
  filter: blur(7.5px);
  border-radius: 4px;
  opacity: .5
}

.contract-summary-line .left-glow:after {
  filter: blur(3px);
  width: 26px
}

.contract-summary-line .left-col {
  flex: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center
}

@media (max-width : 767px) {
  .contract-summary-line .left-col {
    flex: none;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 10px
  }
}

.contract-summary-line .left-col .item-info {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  font-weight: 700;
  color: #c09d84;
  text-transform: uppercase;
  white-space: nowrap;
  padding-right: 13px;
  font-size: 2rem
}

@media (min-width:1700px) {
  .contract-summary-line .left-col .item-info {
    font-size: 20px
  }
}

@media (max-width : 767px) {
  .contract-summary-line .left-col .item-info {
    font-size: 12px
  }
}

.contract-summary-line .left-col .items-price {
  color: #fff;
  display: block;
  padding-left: 15px
}

.contract-summary-line .left-col .until {
  display: block;
  color: #c09d84;
  font-size: 1.3rem;
  position: relative;
  padding-left: 30px;
  white-space: nowrap
}

@media (min-width:1700px) {
  .contract-summary-line .left-col .until {
    font-size: 14px
  }
}

@media (max-width : 767px) {
  .contract-summary-line .left-col .until {
    font-size: 12px
  }
}

.contract-summary-line .left-col .until:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
  width: 18px;
  height: 2px;
  background: #524A62
}

.contract-summary-line .center-buttons-col {
  flex: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch
}

@media (max-width : 767px) {
  .contract-summary-line .center-buttons-col {
    order: 3;
    flex: none;
    width: 100%
  }
}

.contract-summary-line .center-buttons-col .play-btn-box {
  flex: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 40px
}

@media (max-width : 767px) {
  .contract-summary-line .center-buttons-col .play-btn-box {
    width: 100%
  }

  .contract-summary-line .center-buttons-col .play-btn-box button {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin: 0;
    max-width: 100%
  }
}

.contract-summary-line .center-buttons-col .play-indicator-box {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  z-index: 3
}

.contract-summary-line .center-buttons-col .indicator {
  width: 100%;
  max-width: 280px;
  background: #332B3B;
  border-radius: 9px;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 3px;
  position: relative
}

.contract-summary-line .center-buttons-col .indicator span {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center
}

.contract-summary-line .center-buttons-col .indicator span:before,
.contract-summary-line .center-buttons-col .indicator span:after,
.contract-summary-line .center-buttons-col .indicator span i {
  content: "";
  clear: both;
  display: block;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -3px;
  margin-left: 22px;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background: #fff;
  animation: loaderDots 1.5s ease infinite
}

.contract-summary-line .center-buttons-col .indicator span:after {
  margin-left: 34px;
  animation-delay: .2s
}

.contract-summary-line .center-buttons-col .indicator span i {
  display: block;
  margin-left: 46px;
  animation-delay: .4s
}

.contract-summary-line .center-buttons-col ._g-brown-btn {
  min-height: 40px;
  max-width: 200px;
  width: 100%
}

@media (max-width: 1400px) {
  .contract-summary-line .center-buttons-col ._g-brown-btn {
    font-size: 15px
  }
}

.contract-summary-line .center-buttons-col ._g-brown-btn:disabled {
  background: #332B3B;
  color: #c09d84
}

.contract-summary-line .center-buttons-col .take-skin-btn-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center
}

.contract-summary-line .center-buttons-col .take-skin-btn {
  max-width: 210px;
  height: 40px;
  width: 180px;
  font-size: 1.5rem
}

@media (max-width : 767px) {
  .contract-summary-line .center-buttons-col .take-skin-btn {
    font-size: 5rem
  }
}

.contract-summary-line .chance-holder {
  flex: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center
}

@media (max-width : 767px) {
  .contract-summary-line .chance-holder {
    flex: none;
    width: 100%
  }
}

.contract-summary-line .chance-box {
  height: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  background: rgba(192, 157, 132, .1);
  border-radius: 8px;
  margin-right: 12px;
  padding: 0 20px;
  position: relative;
  overflow: hidden
}

@media (max-width : 767px) {
  .contract-summary-line .chance-box {
    width: 100%;
    margin: 0;
    justify-content: center
  }
}

.contract-summary-line .chance-box:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  right: 100%;
  margin-right: -2px;
  top: 20%;
  bottom: 20%;
  background: #FFC786;
  border-radius: 4px;
  width: 26px
}

.contract-summary-line .chance-box .chance-label {
  display: block;
  font-size: 1.3rem;
  color: #c09d84;
  padding-right: 10px;
  white-space: nowrap
}

@media (min-width:1700px) {
  .contract-summary-line .chance-box .chance-label {
    font-size: 14px
  }
}

@media (max-width: 1400px) {
  .contract-summary-line .chance-box .chance-label {
    font-size: 1.5rem;
    font-size: 13px
  }
}

.contract-summary-line .chance-box .diapason {
  display: block;
  color: #f5d4bb;
  font-weight: 700;
  font-size: 1.6rem;
  white-space: nowrap
}

@media (min-width:1700px) {
  .contract-summary-line .chance-box .diapason {
    font-size: 16px
  }
}

@media (max-width: 1400px) {
  .contract-summary-line .chance-box .diapason {
    font-size: 14px
  }
}

.contract-summary-line .right-col {
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center
}

@media (max-width : 767px) {
  .contract-summary-line .right-col {
    flex: none;
    width: 100%;
    margin-bottom: 10px
  }
}

@media (max-width : 767px) {
  .contract-summary-line .right-col .quest-btn {
    position: absolute;
    right: 50%;
    margin-right: -10px;
    top: 8px
  }
}

.contract-summary-line .right-col .quest-btn img {
  display: block;
  transition: all .3s ease;
  filter: invert(67%) sepia(41%) saturate(249%) hue-rotate(342deg) brightness(90%) contrast(87%)
}

.contract-summary-line .right-col .quest-btn:hover img,
.contract-summary-line .right-col .quest-btn.actived img {
  filter: invert(1)
}

.weapons-chests-box {
  position: relative;
  z-index: 10;
  margin-bottom: 4%;
  margin-top: -2%
}

@media (max-width : 767px) {
  .weapons-chests-box {
    margin-top: 0;
    margin-bottom: 30px;
    margin-left: -5%;
    width: 110%
  }
}

.weapons-chests-box .chest-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1330px;
  margin: 0 auto
}

@media (max-width : 767px) {
  .weapons-chests-box .chest-list {
    justify-content: center
  }
}

.weapons-chests-box .chest-item {
  width: 20%;
  max-width: 266px;
  position: relative;
  margin-bottom: -5%
}

@media (max-width : 767px) {
  .weapons-chests-box .chest-item {
    width: 33.3333%;
    margin-bottom: -8%
  }
}

.weapons-chests-box .chest-item:after {
  content: "";
  display: block;
  clear: both;
  padding-top: 100%
}

@media (max-width : 767px) {
  .weapons-chests-box .chest-item:after {
    padding-top: 110%
  }
}

.weapons-chests-box .chest-item:hover .item-desc .top-info .remove-icon {
  background: rgb(178, 53, 53)
}

.weapons-chests-box .chest-item.actived {
  z-index: 3
}

.weapons-chests-box .chest-item.actived .actived-bg {
  opacity: 1
}

.weapons-chests-box .chest-item.actived .animation-bg {
  filter: none
}

.weapons-chests-box .chest-item.started .animation-bg {
  opacity: 1
}

.weapons-chests-box .chest-item.started .item-desc,
.weapons-chests-box .chest-item.started .actived-bg,
.weapons-chests-box .chest-item.started .inactive-bg {
  opacity: 0
}

.weapons-chests-box .chest-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute
}

@media (max-width : 767px) {
  .weapons-chests-box .chest-bg {
    width: 120%;
    left: -10%
  }
}

.weapons-chests-box .inactive-bg {
  transition: opacity .3s ease;
  display: none
}

.weapons-chests-box .actived-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: opacity .5s ease;
  opacity: 0
}

.weapons-chests-box .actived-bg:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 25%;
  left: 35%;
  width: 30%;
  height: 20%;
  background: #EF9F65;
  filter: blur(17px)
}

.weapons-chests-box .actived-bg:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 25%;
  left: 30%;
  width: 40%;
  height: 35%;
  background: #EF9F65;
  opacity: .6;
  filter: blur(47px)
}

.weapons-chests-box .actived-bg .glow {
  position: absolute;
  top: 21%;
  width: 30%;
  left: 35%;
  height: 15%;
  border-radius: 50%;
  background: #FFD951;
  filter: blur(8.5px)
}

.weapons-chests-box .actived-bg picture {
  position: relative;
  z-index: 5
}

.weapons-chests-box .animation-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all .3s ease;
  z-index: 3;
  opacity: 1;
  filter: grayscale(15%) contrast(95%) brightness(60%)
}

.weapons-chests-box .animation-bg canvas {
  width: 100%;
  height: 100%
}

.weapons-chests-box .abs-link {
  z-index: 10
}

.weapons-chests-box .item-desc {
  position: absolute;
  top: 15%;
  bottom: 45%;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 8;
  transition: opacity .5s ease
}

@media (max-width : 767px) {
  .weapons-chests-box .item-desc {
    left: 5%;
    top: 5%;
    bottom: 25%
  }
}

.weapons-chests-box .item-desc .top-info {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch
}

.weapons-chests-box .item-desc .top-info .price {
  font-size: 14px;
  font-weight: 500;
  height: 28px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background: rgba(44, 46, 77, .7);
  border-radius: 5px;
  padding: 1px 10px 0
}

@media (min-width:1700px) {
  .weapons-chests-box .item-desc .top-info .price {
    font-size: 14px
  }
}

@media (max-width : 767px) {
  .weapons-chests-box .item-desc .top-info .price {
    height: 22px;
    padding: 1px 8px;
    font-size: 5rem
  }
}

.weapons-chests-box .item-desc .top-info .remove-icon {
  height: 100%;
  width: 28px;
  background: rgba(140, 47, 47, .7);
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  transition: all .3s ease
}

@media (max-width : 767px) {
  .weapons-chests-box .item-desc .top-info .remove-icon {
    width: 22px
  }
}

.weapons-chests-box .item-desc .top-info .remove-icon img {
  transform: rotate(45deg);
  filter: invert(1)
}

.weapons-chests-box .item-desc .bot-info {
  padding-left: 10px
}

.weapons-chests-box .item-desc .type {
  display: block;
  font-size: 1.3rem;
  color: #bcb3ca
}

@media (min-width:1700px) {
  .weapons-chests-box .item-desc .type {
    font-size: 12px
  }
}

.weapons-chests-box .item-desc .name {
  display: block;
  font-size: 1.5rem
}

@media (min-width:1700px) {
  .weapons-chests-box .item-desc .name {
    font-size: 14px
  }
}

@media (max-width : 767px) {
  .weapons-chests-box .item-desc .name {
    font-size: 5rem
  }
}

.weapons-chests-box .chest-skin {
  position: absolute;
  padding: 0 18%;
  left: 0;
  width: 100%;
  bottom: 45%;
  overflow: hidden;
  z-index: 6
}

.weapons-chests-box .chest-skin picture {
  margin-bottom: -10%;
  display: block;
  will-change: transform
}

.contracts-page .bordered-panel.full-filled .case-skins-list ._weapon-item:not(.contract_actived) .add-remove-btn,
.contracts-page .bordered-panel.full-filled .case-skins-list ._weapon-item:not(.contract_actived) .add-remove-indicator {
  opacity: 0;
  visibility: hidden
}

.contracts-page .bordered-panel .case-skins-list.is-empty {
  grid-template-columns: repeat(1, 1fr)
}

.contracts-page .bordered-panel .case-skins-list.is-empty .empty-box {
  aspect-ratio: 7/.7;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  text-align: center;
  color: #908382;
  text-transform: uppercase
}

@media (max-width: 1400px) {
  .contracts-page .bordered-panel .case-skins-list.is-empty .empty-box {
    aspect-ratio: 6/.7
  }
}

.contracts-page .bordered-panel .case-skins-list ._weapon-item {
  aspect-ratio: 1/.7
}

.contracts-page .bordered-panel .case-skins-list ._weapon-item:hover .weapon-pic {
  transform: scale(1.15) rotate(7deg) translateZ(0)
}

.contracts-page .bordered-panel .case-skins-list ._weapon-item:hover .add-remove-indicator {
  background: rgba(119, 102, 173, .6)
}

.contracts-page .bordered-panel .case-skins-list ._weapon-item:hover .glow-line {
  opacity: 1
}

.contracts-page .bordered-panel .case-skins-list ._weapon-item .weapon-pic {
  transition: all .3s ease;
  will-change: transform;
  padding: 20%
}

@media (max-width : 767px) {
  .contracts-page .bordered-panel .case-skins-list ._weapon-item .weapon-pic {
    padding: 15%
  }
}

.contracts-page .bordered-panel .case-skins-list ._weapon-item .gradient {
  filter: brightness(.7);
  opacity: .8;
  transition: all .3s ease
}

.contracts-page .bordered-panel .case-skins-list ._weapon-item .glow-line {
  opacity: .5;
  transition: opacity .3s ease
}

.contracts-page .bordered-panel .case-skins-list ._weapon-item .add-remove-btn {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 7
}

.contracts-page .bordered-panel .case-skins-list ._weapon-item .contract-item-desc {
  z-index: 6;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 8px 12px 8px 8px
}

.contracts-page .bordered-panel .case-skins-list ._weapon-item .contract-item-desc .contract-desc-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 26px
}

.contracts-page .bordered-panel .case-skins-list ._weapon-item .contract-item-desc .add-remove-indicator {
  transition: background-color .3s ease;
  width: 27px;
  height: 26px;
  border-radius: 5px;
  background: rgba(119, 102, 173, .28);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center
}

.contracts-page .bordered-panel .case-skins-list ._weapon-item .contract-item-desc .add-remove-indicator img {
  filter: invert(1);
  transition: transform .3s ease;
  will-change: transform
}

.contracts-page .bordered-panel .case-skins-list ._weapon-item .contract-item-desc .price {
  display: block;
  font-size: 1.4rem;
  font-weight: 500
}

@media (max-width : 767px) {
  .contracts-page .bordered-panel .case-skins-list ._weapon-item .contract-item-desc .price {
    font-size: 5rem
  }
}

@media (max-width : 767px) {
  .contracts-page .bordered-panel .case-skins-list ._weapon-item .weapon-name {
    font-size: 5rem
  }
}

.contracts-page .bordered-panel .case-skins-list ._weapon-item.contract_actived:hover .contract-item-desc .add-remove-indicator {
  background: #d52e2e
}

.contracts-page .bordered-panel .case-skins-list ._weapon-item.contract_actived .glow-line {
  opacity: 1
}

.contracts-page .bordered-panel .case-skins-list ._weapon-item.contract_actived .glow-line:before,
.contracts-page .bordered-panel .case-skins-list ._weapon-item.contract_actived .glow-line:after {
  opacity: 1
}

.contracts-page .bordered-panel .case-skins-list ._weapon-item.contract_actived .gradient {
  opacity: 1;
  filter: brightness(1)
}

.contracts-page .bordered-panel .case-skins-list ._weapon-item.contract_actived .contract-item-desc .add-remove-indicator {
  background: #8C2F2F
}

.contracts-page .bordered-panel .case-skins-list ._weapon-item.contract_actived .contract-item-desc .add-remove-indicator img {
  transform: rotate(-45deg)
}

.contracts-page .winned-skin-module.game-finish-enter ._weapon-item .contract-winned-price {
  opacity: 1
}

.contracts-page .winned-skin-module .winned-skin-box {
  padding: 9.6% 0 7%
}

@media (min-width:1700px) {
  .contracts-page .winned-skin-module .winned-skin-box {
    padding: 117px 0 92px
  }
}

.contracts-page .winned-skin-module .skin-item-wrap {
  width: 24%
}

.contracts-page .winned-skin-module .center-target:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 15%;
  left: 15%;
  right: 15%;
  bottom: 15%;
  background: rgba(0, 0, 0, .3);
  border-radius: 50%
}

.contracts-page .winned-skin-module .center-target picture {
  display: none
}

@media (max-width: 1400px) {
  .contracts-page .winned-skin-module .center-target {
    width: 100%;
    height: auto;
    min-width: 0;
    margin-top: -50%;
    margin-left: -50%
  }
}

.contracts-page .winned-skin-module .center-target .target-round i {
  border-width: 3px;
  z-index: 4
}

.contracts-page .winned-skin-module .center-target .target-round:before {
  filter: blur(4px)
}

.contracts-page .winned-skin-module .center-target .target-round:after {
  opacity: 1
}

.contracts-page .winned-skin-module .contract-winned-price {
  opacity: 0;
  transition: all .3s ease;
  top: 0;
  position: absolute;
  left: 50%;
  z-index: 5;
  margin-left: 20%;
  display: inline-block;
  background: #503959;
  padding: 6px 10px 5px;
  white-space: nowrap;
  border-radius: 5px;
  font-size: 2rem;
  font-weight: 500
}

@media (min-width:1700px) {
  .contracts-page .winned-skin-module .contract-winned-price {
    font-size: 18px
  }
}

@media (max-width : 767px) {
  .contracts-page .winned-skin-module .contract-winned-price {
    font-size: 5rem;
    top: 6px
  }
}

.contracts-page .winned-skin-module ._weapon-item .item-desc {
  text-align: center;
  left: 50%;
  margin-left: -150px;
  width: 300px;
  margin-top: 15px
}

@media (min-width:1700px) {
  .contracts-page .winned-skin-module ._weapon-item .item-desc {
    margin-top: 35px
  }
}

@media (max-width : 767px) {
  .contracts-page .winned-skin-module ._weapon-item .item-desc {
    margin-top: 0;
    bottom: -15px;
    top: auto
  }
}

.contracts-page .winned-skin-module ._weapon-item .weapon-type {
  font-size: 1.8rem
}

@media (min-width:1700px) {
  .contracts-page .winned-skin-module ._weapon-item .weapon-type {
    font-size: 18px
  }
}

@media (max-width : 767px) {
  .contracts-page .winned-skin-module ._weapon-item .weapon-type {
    font-size: 5rem
  }
}

.contracts-page .winned-skin-module ._weapon-item .weapon-name {
  font-size: 2.5rem
}

@media (min-width:1700px) {
  .contracts-page .winned-skin-module ._weapon-item .weapon-name {
    font-size: 24px
  }
}

@media (max-width : 767px) {
  .contracts-page .winned-skin-module ._weapon-item .weapon-name {
    font-size: 7rem
  }
}

.contracts-page .play-helpbox {
  position: absolute;
  z-index: 8;
  top: 58%;
  right: 77%;
  width: 40%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  color: #928baa;
  font-size: 13px;
  font-weight: 500
}

@media (min-width:992px) and (max-width:1199px) {
  .contracts-page .play-helpbox {
    width: 35%
  }
}

@media (max-width : 767px) {
  .contracts-page .play-helpbox {
    display: none
  }
}

.contracts-page .play-helpbox i {
  display: block;
  margin-right: 10px;
  width: 17px;
  min-width: 15px
}

.contracts-page .play-helpbox i img {
  width: 100%;
  filter: invert(64%) sepia(7%) saturate(1055%) hue-rotate(213deg) brightness(88%) contrast(84%)
}

.contracts-page .play-helpbox span {
  display: block
}

.contract-bordered.no-auth .case-skins-list {
  display: flex;
  justify-content: center
}

.contract-bordered .no-login {
  height: 240px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center
}

.bonuses-page-top-section {
  position: relative;
  min-height: 300px;
  max-height: 650px
}

@media (max-width : 767px) {
  .bonuses-page-top-section {
    margin-bottom: 50px;
    min-height: 280px
  }
}

.bonuses-page-top-section:after {
  content: "";
  display: block;
  clear: both;
  padding-top: 35%
}

.bonuses-page-top-section .sect-bg {
  position: absolute;
  left: -6vw;
  right: -6vw;
  top: 0;
  bottom: 0
}

@media (max-width: 1500px) {
  .bonuses-page-top-section .sect-bg {
    right: -20px
  }
}

@media (min-width:768px) and (max-width:991px) {
  .bonuses-page-top-section .sect-bg {
    left: -60px
  }
}

@media (max-width : 767px) {
  .bonuses-page-top-section .sect-bg {
    top: 25rem;
    left: -4vw;
    right: -4vw
  }
}

.bonuses-page-top-section .sect-bg .bg-holder {
  margin-left: -3vw;
  margin-right: 0
}

@media (min-width: 2300px) {
  .bonuses-page-top-section .sect-bg .bg-holder {
    right: 0;
    left: 0
  }
}

@media (max-width: 1500px) {
  .bonuses-page-top-section .sect-bg .bg-holder {
    right: 0
  }
}

@media (max-width : 767px) {
  .bonuses-page-top-section .sect-bg .bg-holder {
    margin-left: 0
  }
}

.bonuses-page-top-section .sect-bg picture {
  display: block;
  margin: 0 auto;
  max-width: 2560px
}

@media (max-width: 1500px) {
  .bonuses-page-top-section .sect-bg picture {
    transform: translate(-2%)
  }
}

@media (max-width : 767px) {
  .bonuses-page-top-section .sect-bg picture {
    transform: none
  }
}

.bonuses-page-top-section .sect-content {
  position: absolute;
  left: 0;
  width: 100%;
  top: 27%;
  height: 100%;
  z-index: 3
}

@media (max-width : 767px) {
  .bonuses-page-top-section .sect-content {
    top: 10%
  }
}

.bonuses-page-top-section .content-holder {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start
}

@media (max-width : 767px) {
  .bonuses-page-top-section .content-holder {
    height: 100%;
    justify-content: space-between
  }
}

.bonuses-page-top-section .heading-box {
  margin-bottom: 5rem;
  width: 28%
}

@media (max-width : 767px) {
  .bonuses-page-top-section .heading-box {
    width: 90%
  }
}

.bonuses-page-top-section .series-name {
  display: block;
  font-size: 9px;
  letter-spacing: 8px;
  text-transform: uppercase;
  color: #5c586f;
  font-weight: 500;
  margin-bottom: 10px
}

@media (max-width : 767px) {
  .bonuses-page-top-section .series-name {
    display: none
  }
}

.bonuses-page-top-section h1 {
  display: inline-block;
  background: linear-gradient(90deg, #FFFFFF 7.33%, #C2A088 99.83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
  font-size: 7rem;
  margin-bottom: 30px
}

@media (max-width : 767px) {
  .bonuses-page-top-section h1 {
    font-size: 13rem;
    margin-bottom: 10px
  }
}

.bonuses-page-top-section p {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  line-height: 120%
}

@media (min-width:1700px) {
  .bonuses-page-top-section p {
    font-size: 21px
  }
}

.bonuses-page-cats-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  z-index: 10;
  padding-bottom: 50px
}

@media (max-width : 767px) {
  .bonuses-page-cats-list {
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 10px
  }
}

.bonuses-page-cats-list .bonus-cat-item {
  width: 31.7%;
  border-radius: 15px;
  position: relative;
  max-width: 475px
}

@media (max-width : 767px) {
  .bonuses-page-cats-list .bonus-cat-item {
    width: 48%;
    margin-left: 2%;
    margin-bottom: 4%
  }

  .bonuses-page-cats-list .bonus-cat-item:first-child {
    margin-left: 0;
    margin-right: 2%
  }
}

.bonuses-page-cats-list .bonus-cat-item:after {
  content: "";
  display: block;
  clear: both;
  padding-top: 90.106%
}

@media (max-width : 767px) {
  .bonuses-page-cats-list .bonus-cat-item:after {
    padding-top: 100%
  }
}

.bonuses-page-cats-list .bonus-cat-item:hover .item-name {
  color: #fff
}

.bonuses-page-cats-list .bonus-cat-item:hover .item-bg:before {
  opacity: .7
}

.bonuses-page-cats-list .bonus-cat-item:hover .item-bg img {
  transform: scale(1.1)
}

.bonuses-page-cats-list .bonus-cat-item:hover .item-bg .glow {
  opacity: 1
}

.bonuses-page-cats-list .bonus-cat-item.active .item-bg:before {
  opacity: .7
}

.bonuses-page-cats-list .bonus-cat-item.active .item-bg .glow {
  opacity: 1
}

.bonuses-page-cats-list .bonus-cat-item.active .item-name {
  color: #fff
}

.bonuses-page-cats-list .bonus-cat-item .abs-link {
  z-index: 5
}

.bonuses-page-cats-list .bonus-cat-item .item-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 15px;
  overflow: hidden;
  z-index: 3
}

.bonuses-page-cats-list .bonus-cat-item .item-bg:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  bottom: -2px;
  left: 7%;
  width: 38%;
  height: 70px;
  background: #EFCEB6;
  opacity: 0;
  filter: blur(12.5px);
  border-radius: 20px;
  transition: opacity .3s ease
}

.bonuses-page-cats-list .bonus-cat-item .item-bg picture {
  height: 100%;
  display: block
}

.bonuses-page-cats-list .bonus-cat-item .item-bg img {
  width: 100%;
  transition: transform .3s ease;
  transform: translateZ(0);
  height: 100%;
  object-fit: cover;
  image-rendering: -webkit-optimize-contrast
}

.bonuses-page-cats-list .bonus-cat-item .item-bg .glow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 15px;
  opacity: 0;
  transition: opacity .3s ease
}

.bonuses-page-cats-list .bonus-cat-item .item-bg .glow:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  right: 55%;
  width: 90%;
  height: 70px;
  top: 100%;
  margin-top: -4px;
  background: #E7BEA0;
  border-radius: 20px
}

.bonuses-page-cats-list .bonus-cat-item .item-bg .glow:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  right: 55%;
  width: 90%;
  height: 70px;
  top: 100%;
  margin-top: -4px;
  border-radius: 20px;
  background: #EFCEB6;
  opacity: .7;
  box-shadow: 0 0 20px 2px #efceb6
}

.bonuses-page-cats-list .bonus-cat-item .item-desc {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  padding: 12% 10% 11%;
  z-index: 4
}

.bonuses-page-cats-list .bonus-cat-item .item-name {
  font-weight: 700;
  color: #a8a3a9;
  transition: all .3s ease;
  font-size: 1.8rem;
  display: block;
  line-height: 120%;
  text-transform: uppercase
}

@media (max-width : 767px) {
  .bonuses-page-cats-list .bonus-cat-item .item-name {
    font-size: 6rem;
    color: #fff
  }
}

.bonuses-page-cats-list .bonus-cat-item .progress-info {
  text-transform: uppercase;
  margin-bottom: 10px
}

.bonuses-page-cats-list .bonus-cat-item .progress-info .upto {
  display: block;
  font-size: 12px;
  font-weight: 700
}

@media (max-width : 767px) {
  .bonuses-page-cats-list .bonus-cat-item .progress-info .upto {
    font-size: 8px;
    margin-bottom: 3px
  }
}

.bonuses-page-cats-list .bonus-cat-item .progress-info .percent {
  display: inline-block;
  background: linear-gradient(90deg, #FFFFFF 0%, #C19F87 99.83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
  font-size: 4rem
}

@media (max-width : 767px) {
  .bonuses-page-cats-list .bonus-cat-item .progress-info .percent {
    display: block;
    font-size: 9rem
  }
}

.bonuses-page-cats-list .bonus-cat-item .progress-info .stage-name {
  display: block;
  font-weight: 700;
  font-size: 10px
}

@media (max-width : 767px) {
  .bonuses-page-cats-list .bonus-cat-item .progress-info .stage-name {
    font-size: 8px
  }
}

.bonuses-page-cats-list .bonus-cat-item .progress-line {
  background: #6F6C88;
  opacity: .8;
  width: 100%;
  height: 6px;
  border-radius: 10px
}

.bonuses-page-cats-list .bonus-cat-item .progress-line .progress-fill {
  display: block;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right, #D0C6EF 0%, #AB93F5 100%)
}

.bonuses-page-cats-list .bonus-cat-item .earn-heading .earn-cat {
  display: block;
  color: #5c586f;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: .7rem;
  text-transform: uppercase;
  margin-bottom: 7px
}

@media (max-width : 767px) {
  .bonuses-page-cats-list .bonus-cat-item .earn-heading .earn-cat {
    font-size: 3rem
  }
}

.bonuses-page-cats-list .bonus-cat-item .earn-heading .earn-name {
  font-weight: 700;
  display: inline-block;
  background: linear-gradient(90deg, #FFFFFF 0%, #C19F87 99.83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 2.2rem
}

@media (max-width : 767px) {
  .bonuses-page-cats-list .bonus-cat-item .earn-heading .earn-name {
    display: block;
    font-size: 6rem
  }
}

.bonuses-page-earn-box {
  position: relative
}

@media (max-width : 767px) {
  .bonuses-page-earn-box {
    margin: 0 -6%;
    padding: 0 5%;
    overflow: hidden
  }
}

.bonuses-page-earn-box .soc-review-box {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center
}

.bonuses-page-earn-box .soc-review-box .youtube-pic-box {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative
}

.bonuses-page-earn-box .soc-review-box .youtube-pic-box a:hover picture {
  transform: scale(1.1)
}

.bonuses-page-earn-box .soc-review-box .youtube-pic-box picture {
  display: block;
  transition: all .5s ease
}

.bonuses-page-earn-box .soc-review-box .youtube-pic-box i {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  z-index: 3
}

.bonuses-page-earn-box .soc-review-box .textbox {
  text-align: center;
  max-width: 550px;
  width: 100%;
  margin-bottom: 40px
}

.bonuses-page-earn-box .soc-review-box .textbox p {
  font-size: 18px;
  line-height: 110%;
  color: #928baa;
  font-weight: 500;
  margin-bottom: 7px
}

.bonuses-page-earn-box .box-heading {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px
}

@media (max-width : 767px) {
  .bonuses-page-earn-box .box-heading {
    display: block;
    margin-bottom: 20px
  }
}

.bonuses-page-earn-box .box-heading .box-title {
  display: inline-block;
  font-weight: 700;
  font-size: 3rem;
  background: linear-gradient(90deg, #FFFFFF 0%, #C19F87 99.83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 10px
}

@media (max-width : 767px) {
  .bonuses-page-earn-box .box-heading .box-title {
    font-size: 8rem
  }
}

.bonuses-page-earn-box .box-heading .box-subtitle {
  display: block;
  font-weight: 500;
  font-size: 15px;
  color: #928baa
}

@media (max-width : 767px) {
  .bonuses-page-earn-box .box-heading .box-subtitle {
    font-size: 12px
  }
}

@media (max-width : 767px) {
  .bonuses-page-earn-box .box-heading .left-col {
    padding-bottom: 5px
  }
}

.bonuses-page-earn-box .box-heading .progress-col {
  width: 30%;
  max-width: 350px;
  padding-top: 10px
}

@media (max-width : 767px) {
  .bonuses-page-earn-box .box-heading .progress-col {
    width: 100%;
    max-width: none
  }
}

.bonuses-page-earn-box .box-heading .progress-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start
}

.bonuses-page-earn-box .box-heading .progress-row .progress-value-col {
  padding-right: 11px;
  padding-top: 10px;
  flex: 1
}

.bonuses-page-earn-box .box-heading .progress-row .progress-line {
  background: #6F6C88;
  height: 6px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 15px
}

.bonuses-page-earn-box .box-heading .progress-row .progress-line .progress-fill {
  display: block;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(to right, #D0C6EF 0%, #AB94F5 100%)
}

.bonuses-page-earn-box .box-heading .progress-row .progress-value {
  font-weight: 500;
  font-size: 11px;
  color: #fff;
  display: block
}

.bonuses-page-earn-box .box-heading .progress-row .percents-value {
  font-size: 26px;
  font-weight: 700;
  background: linear-gradient(90deg, #FFFFFF 0%, #C19F87 99.83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.bonuses-page-earn-box .steps-list {
  counter-reset: my-awesome-counter;
  margin-bottom: 40px
}

@media (max-width : 767px) {
  .bonuses-page-earn-box .steps-list {
    margin-bottom: 20px
  }
}

.bonuses-page-earn-box .steps-list>li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding-left: 45px;
  margin-bottom: 25px
}

@media (max-width : 767px) {
  .bonuses-page-earn-box .steps-list>li {
    padding: 3px 0 0;
    margin-bottom: 20px
  }

  .bonuses-page-earn-box .steps-list>li:last-child {
    margin-bottom: 0
  }
}

.bonuses-page-earn-box .steps-list>li:before {
  content: "";
  display: block;
  clear: both;
  content: counter(my-awesome-counter);
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background: #635E79;
  color: #fff;
  font-size: 19px;
  font-weight: 500;
  padding-top: 2px
}

@media (max-width : 767px) {
  .bonuses-page-earn-box .steps-list>li:before {
    width: 22px;
    height: 22px;
    font-size: 14px
  }
}

@media (min-width: 768px) {
  .bonuses-page-earn-box .steps-list>li .step-earned-box {
    overflow: visible
  }
}

.bonuses-page-earn-box .steps-list>li .step-done-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  min-height: 30px;
  margin-bottom: 20px
}

@media (max-width : 767px) {
  .bonuses-page-earn-box .steps-list>li .step-done-box {
    min-height: 15px;
    padding-right: 30px;
    margin-bottom: 10px;
    padding-left: 35px;
    align-items: flex-start
  }
}

.bonuses-page-earn-box .steps-list>li .step-done-box .step-name {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  color: #928baa
}

@media (max-width : 767px) {
  .bonuses-page-earn-box .steps-list>li .step-done-box .step-name {
    font-size: 14px
  }
}

.bonuses-page-earn-box .steps-list>li .step-done-box .step-name b {
  font-weight: 500;
  color: #fff
}

.bonuses-page-earn-box .steps-list>li .step-done-box i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px
}

@media (max-width : 767px) {
  .bonuses-page-earn-box .steps-list>li .step-done-box i {
    position: absolute;
    right: 0
  }
}

.bonuses-page-earn-box .steps-list>li .step-done-box i img {
  display: block;
  filter: invert(65%) sepia(3%) saturate(2489%) hue-rotate(213deg) brightness(88%) contrast(82%)
}

.bonuses-page-earn-box .steps-list>li.active .step-done-box .step-name {
  color: #fff
}

.bonuses-page-earn-box .steps-list>li.active .step-done-box i img {
  filter: invert(69%) sepia(66%) saturate(465%) hue-rotate(36deg) brightness(96%) contrast(89%)
}

.bonuses-page-earn-box .ava-list-bonus {
  padding-bottom: 10px;
  padding-top: 10px
}

@media (min-width: 768px) {
  .bonuses-page-earn-box .ava-list-bonus {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center
  }
}

@media (max-width : 767px) {
  .bonuses-page-earn-box .ava-list-bonus {
    padding: 10px 0 0;
    margin-bottom: 10px
  }
}

.bonuses-page-earn-box .ava-list-bonus .item {
  margin: 0 10px;
  position: relative;
  width: 15%;
  max-width: 159px
}

@media (max-width : 767px) {
  .bonuses-page-earn-box .ava-list-bonus .item {
    width: 25%
  }
}

.bonuses-page-earn-box .ava-list-bonus .item:first-child {
  margin-left: 0
}

.bonuses-page-earn-box .ava-list-bonus .item:last-child {
  margin-right: 0
}

.bonuses-page-earn-box .ava-list-bonus .item:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border: 2px solid rgba(195, 162, 138, .62);
  z-index: 2;
  border-radius: 19px;
  opacity: 0;
  transform: scale(1.1);
  will-change: transform;
  transition: all .3s ease
}

.bonuses-page-earn-box .ava-list-bonus .item:after {
  content: "";
  display: block;
  clear: both;
  padding-bottom: 100%
}

.bonuses-page-earn-box .ava-list-bonus .item:hover:before {
  opacity: 1;
  transform: scale(1)
}

.bonuses-page-earn-box .ava-list-bonus .item:hover .download-icon img {
  filter: invert(1)
}

.bonuses-page-earn-box .ava-list-bonus .item picture {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 19px;
  overflow: hidden
}

.bonuses-page-earn-box .ava-list-bonus .item picture img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.bonuses-page-earn-box .ava-list-bonus .item .download-icon {
  position: absolute;
  z-index: 2;
  top: 13px;
  right: 13px
}

.bonuses-page-earn-box .ava-list-bonus .item .download-icon img {
  display: block;
  filter: invert(92%) sepia(12%) saturate(1114%) hue-rotate(315deg) brightness(90%) contrast(86%);
  transition: all .3s ease
}

.bonuses-page-earn-box .earn-agree-box {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center
}

@media (max-width : 767px) {
  .bonuses-page-earn-box .earn-agree-box {
    border-top: 1px solid rgba(75, 72, 99, .75);
    padding-top: 20px
  }
}

.bonuses-page-earn-box .back-btn {
  height: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 64px;
  border: 1px solid rgba(192, 157, 132, .37);
  border-radius: 9px;
  transition: all .3s ease
}

@media (min-width:768px) and (max-width:991px) {
  .bonuses-page-earn-box .back-btn {
    height: 40px
  }
}

@media (max-width : 767px) {
  .bonuses-page-earn-box .back-btn {
    height: 45px
  }
}

.bonuses-page-earn-box .back-btn:hover {
  border-color: #c09d84cc;
  background: rgba(195, 162, 138, .2)
}

.bonuses-page-earn-box .back-btn i {
  display: block
}

.bonuses-page-earn-box .back-btn img {
  display: block;
  filter: invert(65%) sepia(19%) saturate(483%) hue-rotate(342deg) brightness(96%) contrast(93%)
}

.bonuses-page-earn-box .earn-buttons-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center
}

.bonuses-page-earn-box .earn-buttons-wrap button,
.bonuses-page-earn-box .earn-buttons-wrap a {
  margin: 0 5px
}

.bonuses-page-earn-box .social-steps-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 auto;
  max-width: 1200px
}

.bonuses-page-earn-box .social-steps-list .item {
  width: 48.5%;
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  max-width: 580px;
  max-height: 188px;
  margin-bottom: 3%
}

@media (max-width : 767px) {
  .bonuses-page-earn-box .social-steps-list .item {
    border-radius: 19px;
    width: 100%
  }
}

.bonuses-page-earn-box .social-steps-list .item:after {
  content: "";
  display: block;
  clear: both;
  padding-top: 33%
}

@media (max-width : 767px) {
  .bonuses-page-earn-box .social-steps-list .item:after {
    padding-top: 40%
  }
}

.bonuses-page-earn-box .social-steps-list .item picture {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute
}

.bonuses-page-earn-box .social-steps-list .item picture img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.bonuses-page-earn-box .social-steps-list .item .item-desc {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 8%;
  width: 50%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start
}

@media (max-width : 767px) {
  .bonuses-page-earn-box .social-steps-list .item .item-desc {
    top: 10px;
    bottom: 10px;
    width: 80%;
    justify-content: center
  }
}

.bonuses-page-earn-box .social-steps-list .item .button {
  padding: 0 20px;
  font-size: 14px;
  height: 40px;
  font-weight: 500
}

@media (max-width : 767px) {
  .bonuses-page-earn-box .social-steps-list .item .button {
    height: 28px;
    border-radius: 7px;
    font-size: 11px;
    padding: 0 15px 0 10px
  }
}

.bonuses-page-earn-box .social-steps-list .item .button span {
  padding-left: 5px
}

@media (max-width : 767px) {
  .bonuses-page-earn-box .social-steps-list .item .button span {
    padding-right: 5px
  }
}

.bonuses-page-earn-box .social-steps-list .item .item-name {
  position: relative;
  margin-bottom: 20px
}

@media (max-width : 767px) {
  .bonuses-page-earn-box .social-steps-list .item .item-name {
    margin-bottom: 15px
  }
}

.bonuses-page-earn-box .social-steps-list .item .item-name .earn-amount {
  position: absolute;
  left: 100%;
  margin-left: 7px;
  bottom: -5px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 30px;
  padding: 2px 10px 0;
  background: #524B68;
  border-radius: 7px
}

@media (max-width : 767px) {
  .bonuses-page-earn-box .social-steps-list .item .item-name .earn-amount {
    height: 20px;
    font-size: 10px
  }
}

.bonuses-page-earn-box .social-steps-list .item .item-name p {
  font-size: 2rem;
  color: #c09d84;
  font-weight: 500
}

@media (max-width : 767px) {
  .bonuses-page-earn-box .social-steps-list .item .item-name p {
    font-size: 6rem
  }
}

.bonuses-page-earn-box .social-steps-list .item .item-name p b {
  font-weight: 500;
  color: #fff
}

.bonuses-page-earn-box .bonuses-spin-box {
  padding-bottom: 20px
}

@media (max-width : 767px) {
  .bonuses-page-earn-box .bonuses-spin-box {
    padding-bottom: 30px
  }
}

.bonuses-page-earn-box .bonuses-spin-box .spin-box-heading {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center
}

.bonuses-page-earn-box .bonuses-spin-box .spin-box-heading .spin-box-heading-rel {
  position: relative
}

.bonuses-page-earn-box .bonuses-spin-box .spin-box-heading .info-text p {
  text-align: center;
  font-weight: 500;
  color: #c4ab9d;
  font-size: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center
}

@media (max-width : 767px) {
  .bonuses-page-earn-box .bonuses-spin-box .spin-box-heading .info-text p {
    font-size: 5.6rem
  }
}

.bonuses-page-earn-box .bonuses-spin-box .spin-box-heading .info-text p b {
  color: #fff;
  padding-left: 5px
}

.bonuses-page-earn-box .bonuses-spin-box .spin-box-heading .pop-block {
  left: auto;
  right: -20px;
  text-align: left
}

.bonuses-page-earn-box .bonuses-spin-box .spin-body {
  margin: 0 auto;
  max-width: 1024px;
  position: relative
}

@media (max-width : 767px) {
  .bonuses-page-earn-box .bonuses-spin-box .spin-body {
    margin: 0 -12% 0 -17%
  }
}

.bonuses-page-earn-box .bonuses-spin-box .spin-body:before,
.bonuses-page-earn-box .bonuses-spin-box .spin-body:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60%;
  height: 40%;
  margin-left: -30%;
  margin-top: -12%;
  border-radius: 50%;
  background: #C49FD1;
  filter: blur(87px);
  z-index: 3
}

.bonuses-page-earn-box .bonuses-spin-box .spin-body:after {
  background: #E9A777;
  filter: blur(57px)
}

.bonuses-page-earn-box .bonuses-spin-box .spin-body .spinner-bg {
  position: relative;
  z-index: 5;
  display: block
}

.bonuses-page-earn-box .bonuses-spin-box .spin-body .spinner-back {
  position: absolute;
  left: 25%;
  top: 27%;
  right: 23%;
  bottom: 36%;
  z-index: 4
}

.bonuses-page-earn-box .bonuses-spin-box .spin-body .spinner-back img {
  width: 100%;
  height: 100%
}

.bonuses-page-earn-box .bonuses-spin-box .spin-button-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-top: -30px;
  position: relative;
  z-index: 6
}

@media (max-width : 767px) {
  .bonuses-page-earn-box .bonuses-spin-box .spin-button-wrap {
    margin-top: -5px
  }
}

.bonuses-page-earn-box .bonuses-spin-box .numbers-spin-holder {
  z-index: 5;
  position: absolute;
  left: 25%;
  top: 30%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  right: 23%;
  bottom: 39%;
  padding-top: 1%;
  background: linear-gradient(to bottom, rgba(104, 90, 101, .73) 0%, rgba(88, 61, 90, .45) 50%, rgba(71, 44, 84, .2) 100%)
}

.bonuses-page-earn-box .bonuses-spin-box .sk-spinner {
  z-index: 4;
  padding: 0
}

.bonuses-page-earn-box .digits-spinner {
  position: relative;
  width: 100%;
  height: 80%;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  padding: 0 8% 0 6%
}

.bonuses-page-earn-box .digits-spinner.digits5 .number-col:nth-child(1) {
  opacity: .3
}

.bonuses-page-earn-box .digits-spinner.digits4 .number-col:nth-child(1),
.bonuses-page-earn-box .digits-spinner.digits4 .number-col:nth-child(2) {
  opacity: .3
}

.bonuses-page-earn-box .digits-spinner.digits3 .number-col:nth-child(1),
.bonuses-page-earn-box .digits-spinner.digits3 .number-col:nth-child(2),
.bonuses-page-earn-box .digits-spinner.digits3 .number-col:nth-child(3) {
  opacity: .3
}

.bonuses-page-earn-box .digits-spinner .number-col {
  flex: 1;
  overflow: hidden;
  height: 100%;
  position: relative;
  transition: opacity .5s ease
}

.bonuses-page-earn-box .digits-spinner .number-col:nth-child(5),
.bonuses-page-earn-box .digits-spinner .number-col:nth-child(6) {
  order: 6
}

.bonuses-page-earn-box .digits-spinner .number-col.col-point {
  flex: .5;
  order: 5
}

.bonuses-page-earn-box .digits-spinner .number-col.col-point span:after {
  padding-top: 311%
}

.bonuses-page-earn-box .digits-spinner .number-col.col-rub {
  order: 6
}

.bonuses-page-earn-box .digits-spinner .translate-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  flex-direction: column-reverse;
  will-change: transform;
  backface-visibility: hidden
}

.bonuses-page-earn-box .digits-spinner .translate-box.in-animation {
  animation: animateSlotItemBlur 2s ease-in-out 1
}

.bonuses-page-earn-box .digits-spinner .translate-box span {
  display: block;
  position: relative
}

.bonuses-page-earn-box .digits-spinner .translate-box span:after {
  content: "";
  display: block;
  clear: both;
  padding-top: 165%
}

.bonuses-page-earn-box .digits-spinner .translate-box span i {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-size: 8rem;
  font-weight: 500;
  color: #fff;
  height: 100%;
  text-align: center
}

@media (min-width: 1200px) {
  .bonuses-page-earn-box .digits-spinner .translate-box span i {
    font-size: 54px
  }
}

.bonus-page-modal .modal-content {
  width: 100%;
  max-width: 1100px;
  padding: 40px 3%
}

@media (max-width : 767px) {
  .bonus-page-modal .modal-content {
    padding: 30px 5%;
    width: 95%
  }
}

.bonus-page-modal.avatar-bonus-modal .left-col {
  position: relative
}

.bonus-page-modal.avatar-bonus-modal .left-col .quest-btn {
  position: absolute;
  left: -35px;
  top: 3px
}

@media (max-width : 767px) {
  .bonus-page-modal.spin-bonus-modal .modal-content {
    padding-top: 0;
    padding-bottom: 0
  }

  .bonus-page-modal.spin-bonus-modal .modal-content .bonuses-page-earn-box {
    padding-top: 20px;
    padding-bottom: 0
  }
}

.bonus-page-modal .modal-close-btn {
  right: 10px;
  top: 10px
}

.bonus-page-modal .box-heading {
  padding-right: 20px
}

@media (max-width : 767px) {
  .bonus-page-modal .box-heading {
    padding-right: 0
  }
}

@media (max-width : 767px) {
  .bonus-page-modal .button {
    font-size: 12px;
    padding: 0 20px
  }
}

@font-face {
  font-family: swiper-icons;
  src: url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);
  font-weight: 400;
  font-style: normal
}

:root {
  --swiper-theme-color: #007aff
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block
}

.swiper-vertical>.swiper-wrapper {
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0)
}

.swiper-horizontal {
  touch-action: pan-y
}

.swiper-vertical {
  touch-action: pan-x
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d
}

.swiper-3d {
  perspective: 1200px
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
  scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
  scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
  scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(360deg)
  }
}

.bonus-roll-top-section {
  position: relative;
  max-height: 730px;
  z-index: 20;
  z-index: 200
}

@media (max-width : 767px) {
  .bonus-roll-top-section {
    max-height: 100%;
    margin-bottom: 40px
  }
}

.bonus-roll-top-section:after {
  content: "";
  display: block;
  clear: both;
  padding-top: 49.22%
}

@media (max-width : 767px) {
  .bonus-roll-top-section:after {
    display: none
  }
}

.bonus-roll-top-section .sect-bg {
  position: absolute;
  left: -6vw;
  right: -6vw;
  top: 0;
  bottom: 0
}

@media (max-width: 1500px) {
  .bonus-roll-top-section .sect-bg {
    right: -20px
  }
}

@media (min-width:768px) and (max-width:991px) {
  .bonus-roll-top-section .sect-bg {
    right: -8vw
  }
}

@media (max-width : 767px) {
  .bonus-roll-top-section .sect-bg {
    top: 0;
    right: -10vw;
    left: -10vw
  }
}

.bonus-roll-top-section .sect-bg .bg-holder {
  margin: 0 auto;
  max-width: 1700px;
  position: relative
}

@media (max-width : 767px) {
  .bonus-roll-top-section .sect-bg .bg-holder {
    width: 110%;
    margin-left: -4%
  }

  .bonus-roll-top-section .sect-bg .bg-holder:before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 0 70px 35px #000
  }
}

.bonus-roll-top-section .sect-bg .overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3
}

.bonus-roll-top-section .sect-content {
  position: absolute;
  left: 0;
  width: 100%;
  top: 5%;
  height: 100%;
  z-index: 3
}

@media (max-width : 767px) {
  .bonus-roll-top-section .sect-content {
    position: relative;
    top: auto;
    left: auto;
    padding-top: 10px
  }
}

@media (min-width:768px) and (max-width:991px) {
  .bonus-roll-top-section .sect-content {
    top: 15px
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .bonus-roll-top-section .sect-content {
    top: 25px
  }
}

.bonus-roll-top-section .center-box {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 10%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center
}

@media (max-width : 767px) {
  .bonus-roll-top-section .center-box {
    bottom: 0;
    align-items: flex-start;
    width: 55%
  }
}

.bonus-roll-top-section .center-box button {
  min-width: 205px
}

@media (max-width : 767px) {
  .bonus-roll-top-section .center-box button {
    min-width: 0;
    height: 39px;
    padding: 0 15px 0 5px;
    font-size: 13px
  }

  .bonus-roll-top-section .center-box button span {
    padding-right: 5px
  }
}

@media (min-width:768px) and (max-width:991px) {
  .bonus-roll-top-section .center-box button {
    min-width: 0;
    height: 40px;
    padding: 0 20px;
    font-size: 14px
  }
}

.bonus-roll-top-section .content-holder {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start
}

@media (max-width : 767px) {
  .bonus-roll-top-section .content-holder {
    height: 100%;
    justify-content: space-between
  }
}

.bonus-roll-top-section .heading-box {
  margin-bottom: 5rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start
}

@media (max-width : 767px) {
  .bonus-roll-top-section .heading-box {
    margin-bottom: 0
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .bonus-roll-top-section .heading-box {
    position: relative
  }
}

.bonus-roll-top-section .heading-box .heading-text {
  position: relative
}

@media (max-width : 767px) {
  .bonus-roll-top-section .heading-box .heading-text {
    margin-bottom: 50vw;
    width: 50%
  }
}

@media (max-width : 767px) {
  .bonus-roll-top-section .heading-box .timer-col {
    margin-top: -5px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 50%
  }

  .bonus-roll-top-section .heading-box .timer-col .flip-clock-wrapper {
    align-items: flex-start
  }

  .bonus-roll-top-section .heading-box .timer-col .flip-clock-wrapper .flip-label {
    display: block;
    font-size: 11px
  }

  .bonus-roll-top-section .heading-box .timer-col .flip-clock-wrapper .flip {
    width: 20px;
    height: 30px
  }

  .bonus-roll-top-section .heading-box .timer-col .flip-clock-wrapper .flip li b div div.inn {
    font-size: 18px;
    border-radius: 4px;
    line-height: 30px
  }

  .bonus-roll-top-section .heading-box .timer-col .flip-clock-wrapper .flip div.down {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
  }

  .bonus-roll-top-section .heading-box .timer-col .flip-clock-wrapper .separator {
    font-size: 28px;
    line-height: 33px;
    width: 10px;
    padding-bottom: 0
  }
}

@media (min-width:768px) and (max-width:991px) {
  .bonus-roll-top-section .heading-box .timer-col {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-top: -15px
  }

  .bonus-roll-top-section .heading-box .timer-col .flip-clock-wrapper {
    flex-direction: column
  }

  .bonus-roll-top-section .heading-box .timer-col .flip-clock-wrapper .separator {
    font-size: 0;
    height: 1px;
    background: rgba(255, 255, 255, .18);
    width: 80%;
    margin: 10px auto;
    padding: 0;
    text-indent: -9999px
  }

  .bonus-roll-top-section .heading-box .timer-col .flip-clock-wrapper .flip-label {
    font-size: 12px
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .bonus-roll-top-section .heading-box .timer-col {
    right: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: -25px;
    left: 30%;
    background: rgba(43, 41, 64, .6);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    border-radius: 0 0 20px 20px;
    padding: 10px 20px
  }

  .bonus-roll-top-section .heading-box .timer-col .flip-clock-wrapper {
    margin-bottom: 0
  }
}

.bonus-roll-top-section .heading-box .pop-block {
  right: auto;
  left: -20px;
  min-width: 600px
}

@media (max-width : 767px) {
  .bonus-roll-top-section .heading-box .pop-block {
    width: 90vw;
    min-width: 0;
    left: 0
  }

  .bonus-roll-top-section .heading-box .pop-block .pop-block-content {
    max-height: 55vh;
    border-radius: 7rem
  }

  .bonus-roll-top-section .heading-box .pop-block .pop-block-content .title {
    font-size: 7rem
  }
}

.bonus-roll-top-section .heading-box .pop-block .contracts-how-to {
  width: 100%
}

.bonus-roll-top-section .end-timer-box {
  background: rgba(43, 41, 64, .6);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border-radius: 20px;
  padding: 10px 20px;
  margin-bottom: 20px
}

@media (max-width : 767px) {
  .bonus-roll-top-section .end-timer-box {
    margin-bottom: 10px;
    flex: 1;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    padding: 0;
    background: none;
    flex-direction: column
  }
}

@media (min-width:768px) and (max-width:991px) {
  .bonus-roll-top-section .end-timer-box {
    border-radius: 0 0 10px 10px;
    padding: 10px 5px;
    margin-bottom: 0
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .bonus-roll-top-section .end-timer-box {
    background: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    padding: 0;
    margin-bottom: 0;
    border-radius: 0 0 15px 15px
  }
}

.bonus-roll-top-section .end-timer-box .desc-col {
  flex: none
}

@media (min-width:992px) and (max-width:1199px) {
  .bonus-roll-top-section .end-timer-box .desc-col {
    position: relative
  }
}

.bonus-roll-top-section .end-timer-box .icon {
  margin-top: 10px;
  margin-right: 5px;
  min-width: 20px
}

@media (max-width : 767px) {
  .bonus-roll-top-section .end-timer-box .icon {
    margin-right: auto;
    margin-top: 0
  }
}

.bonus-roll-top-section .end-timer-box .time-label {
  padding-right: 5px
}

@media (min-width:768px) and (max-width:991px) {
  .bonus-roll-top-section .end-timer-box .time-label {
    display: none
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .bonus-roll-top-section .end-timer-box .time-label {
    position: absolute;
    left: 100%;
    width: 50%;
    z-index: 3;
    text-align: left;
    padding-left: 15px;
    bottom: 0
  }
}

@media (max-width : 767px) {
  .bonus-roll-top-section .end-timer-box .time-label {
    display: none
  }
}

@media (max-width : 767px) {
  .bonus-roll-top-section .end-timer-box .time {
    font-size: 8rem
  }

  .bonus-roll-top-section .end-timer-box .time span {
    width: 12rem
  }
}

.bonus-roll-top-section .promocode-box {
  position: relative;
  background: rgba(43, 41, 64, .6);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border-radius: 20px;
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  overflow: hidden
}

@media (max-width : 767px) {
  .bonus-roll-top-section .promocode-box {
    padding: 5px;
    background: rgba(43, 41, 64, .8);
    border-radius: 3rem;
    width: 55%;
    position: absolute;
    bottom: 0;
    z-index: 5;
    right: 0
  }
}

@media (min-width:768px) and (max-width:991px) {
  .bonus-roll-top-section .promocode-box {
    position: absolute;
    left: 50%;
    width: 300px;
    margin-left: -150px;
    border-radius: 0 0 10px 10px;
    padding: 10px 12px
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .bonus-roll-top-section .promocode-box {
    background: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    padding-top: 0;
    padding-right: 0;
    flex: 1;
    border-radius: 0
  }
}

.bonus-roll-top-section .promocode-box .promocode-input-box {
  position: relative;
  height: 44px
}

@media (max-width : 767px) {
  .bonus-roll-top-section .promocode-box .promocode-input-box {
    height: auto
  }
}

.bonus-roll-top-section .promocode-box .promocode-input-box input {
  border: 1px solid rgba(78, 75, 97, .58);
  border-radius: 9px;
  height: 100%;
  background: none;
  text-transform: uppercase;
  font-size: 14px;
  padding-left: 15px;
  padding-right: 100px;
  color: #fff;
  font-weight: 500
}

@media (max-width : 767px) {
  .bonus-roll-top-section .promocode-box .promocode-input-box input {
    padding-right: 15px;
    margin-bottom: 5px;
    border-radius: 4rem;
    font-size: 12px
  }
}

.bonus-roll-top-section .promocode-box .promocode-input-box input::-webkit-input-placeholder {
  color: #928baa;
  font-weight: 400;
  font-size: 12px
}

.bonus-roll-top-section .promocode-box .promocode-input-box input:-moz-placeholder {
  color: #928baa;
  font-weight: 400;
  font-size: 12px
}

.bonus-roll-top-section .promocode-box .promocode-input-box input::-moz-placeholder {
  color: #928baa;
  font-weight: 400;
  font-size: 12px
}

.bonus-roll-top-section .promocode-box .promocode-input-box input:-ms-input-placeholder {
  color: #928baa;
  font-weight: 400;
  font-size: 12px
}

.bonus-roll-top-section .promocode-box .promocode-input-box input:focus {
  border-color: #64607c
}

.bonus-roll-top-section .promocode-box .promocode-input-box .button {
  position: absolute;
  top: 4px;
  bottom: 4px;
  height: auto;
  right: 5px;
  padding: 0 14px;
  font-size: 12px
}

@media (max-width : 767px) {
  .bonus-roll-top-section .promocode-box .promocode-input-box .button {
    position: relative;
    top: auto;
    bottom: auto;
    width: 100%;
    border-radius: 3rem;
    right: auto;
    height: 30px
  }
}

.bonus-roll-top-section .title-wrap {
  margin-bottom: 10px
}

@media (max-width : 767px) {
  .bonus-roll-top-section .title-wrap {
    margin-bottom: 0
  }
}

@media (max-width : 767px) {
  .bonus-roll-top-section .question-text-button {
    font-size: 13px;
    text-align: right
  }

  .bonus-roll-top-section .question-text-button:after {
    text-align: center
  }
}

.bonus-roll-top-section h1 {
  display: inline-block;
  background: linear-gradient(90deg, #FFFFFF 7.33%, #C2A088 99.83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
  font-size: 4rem
}

@media (min-width:768px) and (max-width:991px) {
  .bonus-roll-top-section h1 {
    font-size: 5rem
  }
}

@media (max-width : 767px) {
  .bonus-roll-top-section h1 {
    font-size: 10rem;
    margin: 0
  }
}

.slot-machine {
  position: absolute;
  left: 25.5%;
  width: 47%;
  top: 36%;
  background: #211D31
}

@media (max-width : 767px) {
  .slot-machine {
    left: 18%;
    width: 61.5%;
    top: 35%
  }
}

.slot-machine:after {
  content: "";
  display: block;
  clear: both;
  padding-top: 27%
}

.slot-machine .slot-machine-row {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch
}

.slot-machine .slot-machine-col {
  width: 24%;
  position: relative;
  overflow: hidden
}

.slot-machine .slot-machine-col:nth-child(2),
.slot-machine .slot-machine-col:nth-child(3) {
  width: 26%
}

.slot-machine .slot-machine-col:nth-child(2) .item:after,
.slot-machine .slot-machine-col:nth-child(3) .item:after {
  padding-top: 102%
}

.slot-machine .slot-translate-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  flex-direction: column-reverse;
  will-change: transform;
  backface-visibility: hidden
}

.slot-machine .item {
  width: 100%;
  position: relative
}

.slot-machine .item:after {
  content: "";
  display: block;
  clear: both;
  padding-top: 111%
}

.slot-machine .item .case-pic-holder {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute
}

.slot-machine .item .case-pic-holder .badge {
  display: none
}

.slot-machine .item .case-pic-holder .pic-holder {
  position: relative;
  z-index: 3
}

.slot-machine .item .case-pic-holder .glow {
  display: block;
  width: 65%;
  height: 55%;
  position: absolute;
  top: 20%;
  left: 16%;
  opacity: .3;
  border-radius: 50%;
  background-size: 200% !important;
  transition: all .3s ease;
  filter: blur(15px);
  transform: scale(1)
}

.slot-machine .item .pic,
.slot-machine .item .skin-picture {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 0 8%
}

.slot-machine .item .pic {
  padding: 0 4%
}

.slot-machine .item img {
  width: 100%;
  max-width: 150px
}

.slot-machine .empty .case-pic-holder {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center
}

@keyframes animateSlotItemBlur {
  20% {
    filter: blur(0)
  }

  50% {
    filter: blur(1px)
  }

  80% {
    filter: blur(0)
  }
}

.bonus-roll-top-section+._g-centered-wide-box {
  position: relative;
  z-index: 100
}

.bonus-roll-contents {
  position: relative;
  z-index: 10
}

.bonus-roll-contents .contents-title-box {
  text-align: center
}

.bonus-roll-contents .contents-title-box h2 {
  font-weight: 500;
  font-size: 42px;
  background: linear-gradient(90deg, #FFFFFF 7.33%, #E7CCB9 99.83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: inline-block
}

@media (max-width : 767px) {
  .bonus-roll-contents .contents-title-box h2 {
    font-size: 10rem;
    margin-bottom: 10px
  }
}

@media (min-width:768px) and (max-width:991px) {
  .bonus-roll-contents .contents-title-box h2 {
    font-size: 34px
  }
}

.bonus-roll-contents .roll-contents-cat {
  margin-bottom: 40px
}

@media (max-width : 767px) {
  .bonus-roll-contents .roll-contents-cat {
    margin-bottom: 20px
  }
}

.bonus-roll-contents .cat-heading {
  padding-bottom: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500
}

@media (max-width : 767px) {
  .bonus-roll-contents .cat-heading {
    padding-bottom: 10px
  }
}

.bonus-roll-contents .cat-heading span {
  display: block;
  font-size: 22px
}

@media (max-width : 767px) {
  .bonus-roll-contents .cat-heading span {
    font-size: 18px
  }
}

.bonus-roll-contents .cat-heading b {
  padding-top: 3px;
  display: block;
  font-size: 18px;
  color: #d0c6ef;
  padding-left: 15px;
  font-weight: 400;
  line-height: 18px
}

.bonus-roll-contents .xs-swiper {
  overflow-x: auto
}

@media (min-width:768px) and (max-width:991px) {
  .bonus-roll-contents .swiper {
    border-radius: 0 8px 0 0
  }
}

.bonus-roll-contents .contents-slider-box {
  position: relative;
  border-radius: 8px;
  margin-bottom: 20px;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center
}

.bonus-roll-contents .contents-slider-box .item {
  width: 18rem;
  min-width: 12rem;
  position: relative
}

@media (min-width:992px) and (max-width:1199px) {
  .bonus-roll-contents .contents-slider-box .item {
    width: 24rem
  }
}

@media (min-width:768px) and (max-width:991px) {
  .bonus-roll-contents .contents-slider-box .item {
    width: 14.5vw
  }
}

@media (max-width : 767px) {
  .bonus-roll-contents .contents-slider-box .item {
    width: 51rem
  }
}

.bonus-roll-contents .contents-slider-box .item:after {
  content: "";
  display: block;
  clear: both;
  padding-top: 90%
}

.bonus-roll-contents .contents-slider-box .swiper {
  margin-right: -10px
}

.bonus-roll-contents .contents-slider-box img {
  max-width: 150px;
  width: 100%
}

.bonus-roll-contents .contents-slider-box .pic-holder,
.bonus-roll-contents .contents-slider-box .slide-holder {
  background: #201E31;
  border-radius: 8px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 7% 7% 0;
  right: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center
}

.bonus-roll-contents .contents-slider-box.cases-slider-box {
  padding-top: 10px
}

.bonus-roll-contents .contents-slider-box.cases-slider-box .slide-holder {
  padding: 0
}

.bonus-roll-contents .contents-slider-box .case-item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 7% 7% 0
}

.bonus-roll-contents .contents-slider-box .case-item:hover .glow {
  opacity: 1;
  transform: scale(1)
}

.bonus-roll-contents .contents-slider-box .case-item .pic-holder {
  bottom: -25%;
  top: auto;
  height: 110%;
  align-items: flex-end;
  width: 100%
}

.bonus-roll-contents .contents-slider-box .case-item .case {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute
}

.bonus-roll-contents .contents-slider-box .case-item .pic {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  overflow: hidden;
  border-radius: 8px
}

.bonus-roll-contents .contents-slider-box .case-item .pic img {
  position: relative
}

.bonus-roll-contents .contents-slider-box .case-item .glow {
  opacity: 1;
  top: 50%;
  width: 40%;
  left: 30%
}

.bonus-roll-contents .contents-slider-box .case-item .glow:before,
.bonus-roll-contents .contents-slider-box .case-item .glow:after {
  box-shadow: 0 0 4rem 1rem
}

@media (max-width : 767px) {

  .bonus-roll-contents .contents-slider-box .case-item .glow:before,
  .bonus-roll-contents .contents-slider-box .case-item .glow:after {
    box-shadow: 0 0 15rem 2rem
  }
}

.bonus-roll-contents .contents-slider-box .case-item .case-desc {
  position: absolute;
  top: 0;
  height: 100%;
  padding-left: 2%;
  z-index: 3;
  justify-content: space-between
}

@media (max-width : 767px) {
  .bonus-roll-contents .contents-slider-box .case-item .case-desc {
    margin-top: 0
  }
}

.bonus-roll-contents .contents-slider-box .case-item .remain {
  display: none
}

.bonus-roll-contents .contents-slider-box .case-item .badge {
  left: auto;
  right: 0;
  top: -10px;
  z-index: 3
}

@media (max-width : 767px) {
  .bonus-roll-contents .contents-slider-box .case-item .badge {
    top: 0;
    font-size: 7px;
    padding: 3px 5px;
    border-radius: 3px
  }
}

.bonus-roll-contents .contents-slider-box .case-item .price {
  order: -1;
  background: none;
  text-align: left;
  background: #2E2B45;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  height: 3rem;
  padding: 0 10px;
  z-index: 2
}

@media (max-width : 767px) {
  .bonus-roll-contents .contents-slider-box .case-item .price {
    font-size: 4rem;
    height: 8rem;
    padding: 0 5px;
    border-radius: 2rem
  }
}

.bonus-roll-contents .contents-slider-box .case-item .price:after {
  display: none
}

.bonus-roll-contents .contents-slider-box .case-item .name {
  font-size: 1.2rem;
  letter-spacing: 0;
  margin-bottom: 0;
  width: 100%
}

@media (max-width : 767px) {
  .bonus-roll-contents .contents-slider-box .case-item .name {
    font-size: 4rem
  }
}

.bonus-roll-contents .scrollbar-track-x {
  height: 6px !important;
  opacity: 1;
  border-radius: 2px;
  overflow: hidden;
  background: #211F30 !important
}

.bonus-roll-contents .scrollbar-track-x.show .scrollbar-thumb {
  background: #6e6991 !important
}

.bonus-roll-contents .scrollbar-track-x .scrollbar-thumb {
  height: 6px !important;
  border-radius: 2px;
  background: #413E57 !important;
  transition: background-color .3s ease;
  cursor: grab
}

.bonus-roll-contents .scrollbar-track-x .scrollbar-thumb:hover {
  background: #6e6991 !important
}

.bonus-roll-contents .scrollbar-track-x .scrollbar-thumb:after {
  display: none
}

.bonus-roll-contents .skins-slider-box .item .case-item {
  padding-bottom: 0
}

.bonus-roll-contents .skins-slider-box .item .slide-holder {
  padding: 0
}

.bonus-roll-contents .skins-slider-box .item ._weapon-item .center-target {
  padding: 0 15%
}

.bonus-roll-contents .skins-slider-box .item ._weapon-item .center-target .gradient {
  display: none
}

.bonus-roll-contents .skins-slider-box .item ._weapon-item .top-left-price {
  padding-top: 0
}

@media (max-width : 767px) {
  .bonus-roll-contents .skins-slider-box .item ._weapon-item .top-left-price {
    left: 10%
  }
}

.bonus-roll-contents .skins-slider-box .item ._weapon-item .price {
  font-size: 1.3rem;
  left: 10%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  background: #2E2B45;
  height: 3rem;
  padding: 0 10px
}

@media (max-width : 767px) {
  .bonus-roll-contents .skins-slider-box .item ._weapon-item .price {
    font-size: 4rem;
    height: 8rem;
    padding: 0 5px;
    border-radius: 2rem
  }
}

.bonus-roll-contents .skins-slider-box .item ._weapon-item .item-desc {
  left: 10%
}

.bonus-roll-contents .roll-contents-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  background: #201E31;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 25px
}

.bonus-roll-contents .roll-contents-item .icon {
  width: 20%
}

.bonus-roll-contents .roll-contents-item .desc {
  flex: 1;
  padding-left: 10px
}

.bonus-roll-contents .roll-contents-item .title {
  display: block;
  font-weight: 500;
  font-size: 21px;
  color: #bba091;
  margin-bottom: 15px
}

.bonus-roll-contents .roll-contents-item .title b {
  color: #fff
}

.bonus-roll-contents .roll-contents-item p {
  font-size: 15px;
  color: #928baa
}

.riffles-page {
  position: relative;
  padding-top: 60px
}

@media (max-width : 767px) {
  .riffles-page {
    padding-top: 20px
  }
}

.riffles-page-heading {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  position: relative
}

@media (max-width : 767px) {
  .riffles-page-heading {
    margin-bottom: 10px
  }
}

.riffles-page-heading h1 {
  display: inline-block;
  background: linear-gradient(90deg, #FFFFFF 7.33%, #C2A088 99.83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
  font-size: 4rem;
  margin-bottom: 30px
}

@media (max-width : 767px) {
  .riffles-page-heading h1 {
    font-size: 12rem;
    margin-bottom: 0
  }
}

.riffles-page-heading .pop-block {
  margin-top: -20px
}

.riffles-page-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch
}

@media (max-width : 767px) {
  .riffles-page-list {
    flex-wrap: wrap
  }
}

.riffles-page-list .riffle-item {
  width: 32%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  justify-content: flex-start;
  align-items: stretch
}

@media (max-width : 767px) {
  .riffles-page-list .riffle-item {
    width: 100%;
    margin-bottom: 30px
  }
}

.riffles-page-list .item-main-box {
  position: relative;
  border-radius: 10px;
  width: 100%;
  background: #211F30;
  overflow: hidden;
  min-height: 350px;
  margin-bottom: 35px
}

@media (max-width : 767px) {
  .riffles-page-list .item-main-box {
    min-height: 300px;
    margin-bottom: 20px
  }
}

.riffles-page-list .item-main-box:after {
  content: "";
  display: block;
  clear: both;
  padding-bottom: 90%
}

.riffles-page-list .item-main-box .target {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute
}

.riffles-page-list .item-main-box .target picture {
  position: relative;
  z-index: 2
}

.riffles-page-list .item-main-box .target picture img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

@keyframes skinUpDown {
  0% {
    transform: translateY(-2%)
  }

  50% {
    transform: translateY(2%)
  }

  to {
    transform: translateY(-2%)
  }
}

.riffles-page-list .item-main-box .item-skin-box {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute
}

.riffles-page-list .item-main-box .skin-earn {
  position: absolute;
  left: 25%;
  width: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 80%;
  z-index: 3
}

.riffles-page-list .item-main-box .skin-earn picture {
  animation: skinUpDown 3s ease-in-out infinite;
  will-change: transform
}

.riffles-page-list .item-main-box .glow {
  position: absolute;
  width: 65%;
  height: 47px;
  left: 70%;
  bottom: 100%;
  margin-bottom: -2px;
  border-radius: 10px;
  opacity: .8
}

.riffles-page-list .item-main-box .glow:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  filter: blur(13px);
  opacity: .6
}

.riffles-page-list .item-main-box .glow:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  width: 100%;
  height: 100%;
  filter: blur(6.5px);
  border-radius: 10px;
  opacity: .6
}

.riffles-page-list .item-main-box.rare-1 .glow {
  background: var(--rare1_glow)
}

.riffles-page-list .item-main-box.rare-1 .glow:before,
.riffles-page-list .item-main-box.rare-1 .glow:after {
  background: var(--rare1_glow)
}

.riffles-page-list .item-main-box.rare-1 .progress-fill {
  background: var(--rare1_line)
}

.riffles-page-list .item-main-box.rare-2 .glow {
  background: var(--rare2_glow)
}

.riffles-page-list .item-main-box.rare-2 .glow:before,
.riffles-page-list .item-main-box.rare-2 .glow:after {
  background: var(--rare2_glow)
}

.riffles-page-list .item-main-box.rare-2 .progress-fill {
  background: var(--rare2_line)
}

.riffles-page-list .item-main-box.rare-3 .glow {
  background: var(--rare3_glow)
}

.riffles-page-list .item-main-box.rare-3 .glow:before,
.riffles-page-list .item-main-box.rare-3 .glow:after {
  background: var(--rare3_glow)
}

.riffles-page-list .item-main-box.rare-3 .progress-fill {
  background: var(--rare3_line)
}

.riffles-page-list .item-main-box.rare-4 .glow {
  background: var(--rare4_glow)
}

.riffles-page-list .item-main-box.rare-4 .glow:before,
.riffles-page-list .item-main-box.rare-4 .glow:after {
  background: var(--rare4_glow)
}

.riffles-page-list .item-main-box.rare-4 .progress-fill {
  background: var(--rare4_line)
}

.riffles-page-list .item-main-box.rare-5 .glow {
  background: var(--rare5_glow)
}

.riffles-page-list .item-main-box.rare-5 .glow:before,
.riffles-page-list .item-main-box.rare-5 .glow:after {
  background: var(--rare5_glow)
}

.riffles-page-list .item-main-box.rare-5 .progress-fill {
  background: var(--rare5_line)
}

.riffles-page-list .item-main-box.rare-6 .glow {
  background: var(--rare6_glow)
}

.riffles-page-list .item-main-box.rare-6 .glow:before,
.riffles-page-list .item-main-box.rare-6 .glow:after {
  background: var(--rare6_glow)
}

.riffles-page-list .item-main-box.rare-6 .progress-fill {
  background: var(--rare6_line)
}

.riffles-page-list .item-main-box.rare-7 .glow {
  background: var(--rare7_glow)
}

.riffles-page-list .item-main-box.rare-7 .glow:before,
.riffles-page-list .item-main-box.rare-7 .glow:after {
  background: var(--rare7_line)
}

.riffles-page-list .item-main-box.rare-7 .progress-fill {
  background: var(--rare7_line)
}

.riffles-page-list .item-desc {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  position: absolute;
  top: 8%;
  left: 8%;
  right: 8%;
  bottom: 8%;
  z-index: 2
}

@media (max-width : 767px) {
  .riffles-page-list .item-desc {
    top: 5%;
    left: 5%;
    right: 5%;
    bottom: 5%
  }
}

.riffles-page-list .item-desc .top-info {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start
}

.riffles-page-list .item-desc .top-info .item-name {
  display: block;
  font-weight: 500;
  font-size: 2.5rem;
  color: #c09d84;
  margin-bottom: 6px;
  text-transform: uppercase;
  white-space: nowrap
}

@media (max-width : 767px) {
  .riffles-page-list .item-desc .top-info .item-name {
    font-size: 6rem
  }
}

.riffles-page-list .item-desc .top-info .users-count {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center
}

.riffles-page-list .item-desc .top-info .users-count i {
  margin-right: 7px;
  display: block
}

.riffles-page-list .item-desc .top-info .users-count i img {
  display: block;
  filter: invert(63%) sepia(29%) saturate(343%) hue-rotate(342deg) brightness(98%) contrast(89%)
}

.riffles-page-list .item-desc .top-info .users-count span {
  display: block;
  font-size: 12px;
  color: #c09d8499
}

.riffles-page-list .item-desc .top-info .goal-need {
  text-align: right;
  color: #d0c6efb5;
  text-transform: uppercase;
  line-height: 120%;
  font-size: 1.2rem
}

@media (max-width : 767px) {
  .riffles-page-list .item-desc .top-info .goal-need {
    font-size: 4rem
  }
}

.riffles-page-list .item-desc .top-info .goal-need span {
  display: block
}

.riffles-page-list .item-desc .top-info .goal-need b {
  font-weight: 500
}

.riffles-page-list .skin-info {
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start
}

@media (max-width : 767px) {
  .riffles-page-list .skin-info {
    margin-bottom: 15px
  }
}

.riffles-page-list .skin-info .skin-type {
  display: block;
  font-size: 14px;
  color: #9f91b780;
  text-transform: uppercase;
  font-size: 1.3rem;
  margin-bottom: 3px
}

@media (max-width : 767px) {
  .riffles-page-list .skin-info .skin-type {
    font-size: 5rem
  }
}

.riffles-page-list .skin-info .skin-name {
  display: block;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 2rem
}

@media (max-width : 767px) {
  .riffles-page-list .skin-info .skin-name {
    font-size: 7rem
  }
}

.riffles-page-list .skin-info .skin-price {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 500;
  color: #d0c6ef;
  background: rgba(255, 255, 255, .05);
  border-radius: 8px
}

.riffles-page-list .progress {
  height: 4px;
  background: #191625;
  border-radius: 20px;
  margin-bottom: 12px
}

.riffles-page-list .progress-fill {
  height: 100%;
  border-radius: 20px;
  display: block
}

.riffles-page-list .progress-info {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px
}

@media (max-width : 767px) {
  .riffles-page-list .progress-info {
    margin-bottom: 10px
  }
}

.riffles-page-list .progress-info .progress-label {
  color: #d0c6ef66;
  display: block;
  font-size: 12px
}

.riffles-page-list .progress-info .progress-time {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center
}

.riffles-page-list .progress-info .progress-time i {
  display: block;
  margin-right: 8px
}

.riffles-page-list .progress-info .progress-time i img {
  display: block;
  filter: invert(74%) sepia(21%) saturate(343%) hue-rotate(213deg) brightness(109%) contrast(87%)
}

.riffles-page-list .progress-info .progress-time .time-value {
  display: block;
  font-weight: 500;
  color: #fff;
  font-size: 1.4rem
}

@media (max-width : 767px) {
  .riffles-page-list .progress-info .progress-time .time-value {
    font-size: 5rem
  }
}

.riffles-page-list .item-winners-box {
  border: 1px solid rgba(119, 102, 173, .3);
  border-radius: 15px;
  padding: 25px 20px 20px;
  position: relative
}

@media (max-width : 767px) {
  .riffles-page-list .item-winners-box {
    border: none;
    padding: 0
  }
}

.riffles-page-list .item-winners-box .winners-title {
  display: block;
  position: absolute;
  left: 5%;
  top: -10px;
  background: #1A1824;
  font-size: 18px;
  font-weight: 500;
  color: #928baa;
  padding: 0 15px
}

@media (max-width : 767px) {
  .riffles-page-list .item-winners-box .winners-title {
    position: static;
    margin-bottom: 10px
  }
}

@media (max-width : 767px) {
  .riffles-page-list .winners-list {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center
  }
}

.riffles-page-list .winners-scrollbox {
  overflow: hidden;
  height: 100%;
  min-height: 84px;
  max-height: 400px
}

@media (max-width : 767px) {
  .riffles-page-list .winners-scrollbox {
    height: auto;
    padding-bottom: 20px;
    max-height: none !important
  }
}

.riffles-page-list .winners-scrollbox .scrollbar-track-y {
  width: 4px !important;
  opacity: 1;
  border-radius: 2px;
  overflow: hidden;
  background: #211F30 !important
}

.riffles-page-list .winners-scrollbox .scrollbar-track-y .scrollbar-thumb {
  width: 4px !important;
  border-radius: 2px;
  background: #585974 !important
}

.riffles-page-list .winners-scrollbox .scrollbar-track-y .scrollbar-thumb:after {
  display: none
}

@media (max-width : 767px) {
  .riffles-page-list .winners-scrollbox .scrollbar-track-x {
    height: 6px !important;
    opacity: 1;
    border-radius: 2px;
    overflow: hidden;
    background: #211F30 !important
  }

  .riffles-page-list .winners-scrollbox .scrollbar-track-x .scrollbar-thumb {
    height: 6px !important;
    border-radius: 2px;
    background: #585974 !important
  }

  .riffles-page-list .winners-scrollbox .scrollbar-track-x .scrollbar-thumb:after {
    display: none
  }
}

.riffles-page-list .winners-scrollbox.hasScroll {
  padding-right: 15px;
  margin-right: -10px
}

.riffles-page-list .winners-scrollbox .fake-scrollbar {
  position: absolute;
  right: 10px;
  width: 4px;
  border-radius: 20px;
  height: 30%;
  background: #585974
}

.riffles-page-list .winner-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  border-radius: 8px;
  background: #211F30;
  padding: 10px 13px;
  overflow: hidden;
  margin-bottom: 15px
}

@media (max-width : 767px) {
  .riffles-page-list .winner-item {
    width: 160px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 0;
    margin-right: 5px
  }
}

.riffles-page-list .winner-item:last-child {
  margin-bottom: 0
}

.riffles-page-list .winner-item .right-col {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  position: relative;
  z-index: 3
}

.riffles-page-list .winner-item .left-col {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  flex: 1
}

.riffles-page-list .winner-item .price {
  padding: .6rem 1.3rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #d0c6ef;
  background: rgba(255, 255, 255, .05);
  border-radius: .5rem
}

.riffles-page-list .winner-item .ava-box {
  width: 30%;
  border-radius: 6px;
  background: #585974;
  position: relative;
  overflow: hidden;
  max-width: 58px;
  margin-right: 20px;
  min-width: 30px
}

.riffles-page-list .winner-item .ava-box:after {
  content: "";
  display: block;
  clear: both;
  padding-bottom: 100%
}

.riffles-page-list .winner-item .ava-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0
}

.riffles-page-list .winner-item .winned-desc {
  flex: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch
}

.riffles-page-list .winner-item .winned-desc .skin-type {
  display: block;
  font-size: 1.3rem;
  font-weight: 400;
  color: #9f91b782;
  margin-bottom: 3px
}

.riffles-page-list .winner-item .winned-desc .skin-name {
  display: block;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 500;
  margin-bottom: 10px
}

.riffles-page-list .winner-item .winned-desc .winned-date {
  display: block;
  color: #9f91b78f;
  font-size: 1rem;
  white-space: nowrap
}

.riffles-page-list .winner-item .winned-skin-pic {
  position: relative;
  width: 40%
}

.riffles-page-list .winner-item .winned-skin-pic:after {
  content: "";
  display: block;
  clear: both;
  padding-top: 100%
}

.riffles-page-list .winner-item .winned-skin-pic .target {
  position: absolute;
  top: 5%;
  left: 5%;
  right: 5%;
  bottom: 5%;
  border-radius: 50%;
  overflow: hidden;
  opacity: .8
}

.riffles-page-list .winner-item .winned-skin-pic .skin {
  position: absolute;
  left: 40%;
  top: 50%;
  width: 120%;
  height: 120%;
  margin-left: -60%;
  margin-top: -60%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center
}

.riffles-page-list .winner-item .winned-skin-pic .skin img {
  width: 100%
}

.riffles-page-list .winner-item .glow {
  position: absolute;
  width: 86px;
  height: 14px;
  border-radius: 5px;
  left: 100%;
  margin-left: -45px;
  top: 100%;
  margin-top: -1px
}

.riffles-page-list .winner-item .glow:before,
.riffles-page-list .winner-item .glow:after {
  content: "";
  display: block;
  clear: both;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: .8;
  filter: blur(5.5px);
  border-radius: 5px
}

.riffles-page-list .winner-item .glow:after {
  filter: blur(20.5px);
  opacity: .4;
  margin-top: -20px;
  height: 30px
}

.riffles-page-list .winner-item .glow.rare-1 {
  background: var(--rare1_line)
}

.riffles-page-list .winner-item .glow.rare-1:before,
.riffles-page-list .winner-item .glow.rare-1:after {
  background: var(--rare1_glow)
}

.riffles-page-list .winner-item .glow.rare-2 {
  background: var(--rare2_line)
}

.riffles-page-list .winner-item .glow.rare-2:before,
.riffles-page-list .winner-item .glow.rare-2:after {
  background: var(--rare2_glow)
}

.riffles-page-list .winner-item .glow.rare-3 {
  background: var(--rare3_line)
}

.riffles-page-list .winner-item .glow.rare-3:before,
.riffles-page-list .winner-item .glow.rare-3:after {
  background: var(--rare3_glow)
}

.riffles-page-list .winner-item .glow.rare-4 {
  background: var(--rare4_line)
}

.riffles-page-list .winner-item .glow.rare-4:before,
.riffles-page-list .winner-item .glow.rare-4:after {
  background: var(--rare4_glow)
}

.riffles-page-list .winner-item .glow.rare-5 {
  background: var(--rare5_line)
}

.riffles-page-list .winner-item .glow.rare-5:before,
.riffles-page-list .winner-item .glow.rare-5:after {
  background: var(--rare5_glow)
}

.riffles-page-list .winner-item .glow.rare-6 {
  background: var(--rare6_line)
}

.riffles-page-list .winner-item .glow.rare-6:before,
.riffles-page-list .winner-item .glow.rare-6:after {
  background: var(--rare6_glow)
}

.riffles-page-list .winner-item .glow.rare-7 {
  background: var(--rare7_line)
}

.riffles-page-list .winner-item .glow.rare-7:before,
.riffles-page-list .winner-item .glow.rare-7:after {
  background: var(--rare7_glow)
}

.success-paid-page {
  padding: 40px 0 0
}

.success-paid-page .success-top-box {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  margin-bottom: 80px
}

.success-paid-page .success-top-box .back-btn-box {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center
}

.success-paid-page .success-top-box .back-btn-box a {
  width: 80px;
  height: 50px;
  border: 1px solid #C09D84;
  border-radius: 9px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  transition: all .3s ease
}

.success-paid-page .success-top-box .back-btn-box a:hover {
  background: #C09D84
}

.success-paid-page .success-top-box .back-btn-box a img {
  filter: invert(1)
}

.success-paid-page .success-top-box .back-btn-box span {
  display: block;
  padding-left: 30px;
  font-size: 17px;
  font-weight: 500;
  color: #c09d84
}

.success-paid-page .success-top-box .icon {
  margin-right: 40px;
  position: relative
}

.success-paid-page .success-top-box .icon:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 25%;
  background: #94ED23;
  filter: blur(60.0389px);
  border-radius: 50%
}

.success-paid-page .success-top-box .icon:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 25%;
  height: 60%;
  left: 25%;
  width: 50%;
  background: #B6EC43;
  filter: blur(22.073px)
}

.success-paid-page .success-top-box .icon picture {
  position: relative;
  z-index: 3
}

.success-paid-page .success-top-box .title {
  display: inline-block;
  background: linear-gradient(90deg, #CEFE9D 0, #83B741 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 2.5rem
}

@media (max-width: 767px) {
  .success-paid-page .success-top-box .title {
    font-size: 14px
  }
}

.success-paid-page .success-top-box .amount {
  display: block;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  font-size: 51px;
  margin-bottom: 30px;
  font-size: 4rem
}

@media (max-width: 767px) {
  .success-paid-page .success-top-box .amount {
    font-size: 14px
  }
}

.success-paid-page .success-top-box p {
  font-size: 15px;
  color: #928baa
}

.success-paid-page .success-top-box p a {
  text-decoration: underline;
  color: #fff
}

.success-paid-page .success-top-box p a:hover {
  text-decoration: none
}

.success-paid-page .bordered-panel .case-skins-list {
  grid-template-columns: repeat(5, 1fr);
  gap: 12px
}

@media (max-width: 767px) {
  .success-paid-page .bordered-panel .case-skins-list {
    grid-template-columns: repeat(4, 1fr)
  }
}

@media (max-width: 600px) {
  .success-paid-page .bordered-panel .case-skins-list {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media (max-width: 500px) {
  .success-paid-page .bordered-panel .case-skins-list {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width: 400px) {
  .success-paid-page .bordered-panel .case-skins-list {
    grid-template-columns: repeat(1, 1fr)
  }
}

.success-paid-page .bordered-panel .case-item {
  border: none
}

.success-paid-page .bordered-panel .case-item:before {
  display: none
}

.success-paid-page .bordered-panel .case-item .pic {
  margin-bottom: -10%
}

.buy-level-box {
  position: relative;
  width: 250px;
  z-index: 6
}

@media (max-width : 767px) {
  .buy-level-box {
    margin-top: -10px;
    width: 100%
  }
}

.buy-level-box .buy-bg {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center
}

@media (max-width : 767px) {
  .buy-level-box .buy-bg {
    max-width: 250px
  }
}

.buy-level-box .buy-bg picture {
  display: block;
  max-width: 114px
}

@media (max-width : 767px) {
  .buy-level-box .buy-bg picture {
    max-width: 77px
  }
}

.buy-level-box .buy-content-box {
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch
}

@media (max-width : 767px) {
  .buy-level-box .buy-content-box {
    width: 100%
  }
}

.buy-level-box .buy-content-box .buy-holder {
  background: rgba(43, 41, 64, .6);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 100%;
  border-radius: 8px;
  padding: 5px 3px
}

@media (max-width : 767px) {
  .buy-level-box .buy-content-box .buy-holder {
    max-width: 206px;
    position: relative
  }
}

.buy-level-box .level-price {
  width: 100%;
  display: block;
  font-size: 12px;
  color: #c09d84;
  text-align: center;
  font-weight: 500;
  padding-bottom: 7px
}

.buy-level-box .button {
  margin-bottom: 10px
}

@media (max-width : 767px) {
  .buy-level-box .button {
    height: 40px;
    padding: 0 15px;
    font-size: 13px
  }
}

.buy-level-box .button span {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center
}

.buy-level-box .button span b {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0 5px;
  background: #fff;
  color: #c09d84;
  padding-top: 2px
}

.buy-level-box .button span em {
  display: block;
  font-style: normal
}

.buy-level-box .pop-block {
  left: 100%;
  top: 0;
  width: 480px;
  margin-left: 10px
}

@media (max-width : 767px) {
  .buy-level-box .pop-block {
    left: 0;
    top: 100%;
    margin-left: 0;
    margin-top: 10px;
    width: 350px
  }
}

.buy-level-box .pop-block .pop-block-content {
  margin: 0;
  padding: 36px 10% 30px
}

@media (min-width:768px) and (max-width:991px) {
  .buy-level-box .pop-block .pop-block-content {
    width: 370px;
    padding: 30px 5%
  }
}

@media (max-width : 767px) {
  .buy-level-box .pop-block .pop-block-content {
    padding: 20px 5%
  }
}

.buy-level-box .pop-block .button {
  flex: 1
}

@media (max-width : 767px) {
  .buy-level-box .pop-block .button {
    margin-bottom: 0
  }
}

.buy-level-box .pop-block .button span {
  padding-right: 5px
}

.buy-level-box .pop-block .button i {
  width: 17px;
  margin-left: 0;
  margin-right: 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  transition: all .3s ease
}

.buy-level-box .pop-block .button i img {
  display: block;
  margin: 0;
  filter: grayscale(1) brightness(2)
}

.buy-level-box .pop-block .back-btn {
  margin-right: 10px;
  height: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 64px;
  border: 1px solid rgba(192, 157, 132, .37);
  border-radius: 9px;
  transition: all .3s ease
}

@media (min-width:768px) and (max-width:991px) {
  .buy-level-box .pop-block .back-btn {
    height: 40px
  }
}

@media (max-width : 767px) {
  .buy-level-box .pop-block .back-btn {
    height: 40px
  }
}

.buy-level-box .pop-block .back-btn:hover {
  border-color: #c09d84cc;
  background: rgba(195, 162, 138, .2)
}

.buy-level-box .pop-block .back-btn i {
  display: block
}

.buy-level-box .pop-block .back-btn img {
  display: block;
  filter: invert(65%) sepia(19%) saturate(483%) hue-rotate(342deg) brightness(96%) contrast(93%)
}

.buy-level-box .buy-level-pop-holder {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center
}

.buy-level-box .buy-level-pop-holder .title {
  text-transform: uppercase;
  margin-bottom: 20px
}

@media (max-width : 767px) {
  .buy-level-box .buy-level-pop-holder .title {
    font-size: 9rem;
    margin-bottom: 10px
  }
}

.buy-level-box .buttons-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%
}

.buy-level-box .level-info-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  border-radius: 9px;
  border: 1px solid rgba(146, 139, 170, .4);
  padding: 20px 30px;
  width: 100%;
  margin-bottom: 25px
}

@media (max-width : 767px) {
  .buy-level-box .level-info-row {
    margin-bottom: 15px;
    padding: 10px 15px
  }
}

.buy-level-box .level-info-row .from-level,
.buy-level-box .level-info-row .to-level {
  text-transform: uppercase
}

.buy-level-box .level-info-row .from-level b,
.buy-level-box .level-info-row .to-level b {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #c09d84;
  margin-bottom: 5px
}

@media (min-width:768px) and (max-width:991px) {

  .buy-level-box .level-info-row .from-level b,
  .buy-level-box .level-info-row .to-level b {
    font-size: 3rem
  }
}

@media (max-width : 767px) {

  .buy-level-box .level-info-row .from-level b,
  .buy-level-box .level-info-row .to-level b {
    font-size: 7rem
  }
}

.buy-level-box .level-info-row .from-level span,
.buy-level-box .level-info-row .to-level span {
  display: block;
  color: #928baa;
  font-size: 14px
}

@media (min-width:768px) and (max-width:991px) {

  .buy-level-box .level-info-row .from-level span,
  .buy-level-box .level-info-row .to-level span {
    font-size: 2.5rem
  }
}

@media (max-width : 767px) {

  .buy-level-box .level-info-row .from-level span,
  .buy-level-box .level-info-row .to-level span {
    font-size: 5rem
  }
}

.buy-level-box .level-info-row .arrows {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 0 10px
}

@media (max-width : 767px) {
  .buy-level-box .level-info-row .arrows {
    padding: 0 5px
  }
}

.buy-level-box .level-info-row .arrows img {
  display: block;
  filter: invert(1);
  width: 12px;
  animation: arrows 2s ease-in-out infinite
}

@media (max-width : 767px) {
  .buy-level-box .level-info-row .arrows img {
    width: 10px
  }
}

.buy-level-box .level-info-row .arrows img:nth-child(2) {
  animation-delay: .35s
}

.buy-level-box .level-info-row .arrows img:nth-child(3) {
  animation-delay: .7s
}

@keyframes arrows {

  20%,
  to {
    opacity: .2
  }

  0% {
    opacity: .2
  }

  20% {
    opacity: 1
  }
}

.event-progress-main-box .box-bg {
  position: absolute;
  left: 0;
  width: 100%;
  margin-top: -220px;
  margin-bottom: -12%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start
}

@media (max-width : 767px) {
  .event-progress-main-box .box-bg {
    left: -4vw;
    width: auto;
    right: -4vw;
    margin-top: -90px
  }
}

.event-progress-main-box .box-bg img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  min-height: 750px
}

@media (max-width : 767px) {
  .event-progress-main-box .box-bg img {
    min-height: 0
  }
}

.event-progress-main-box .event-desc-wrapper {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  max-width: 1150px;
  padding-top: 350px
}

@media (max-width : 767px) {
  .event-progress-main-box .event-desc-wrapper {
    padding-top: 60vw
  }
}

.event-progress-main-box .event-progress-box {
  position: relative;
  margin-bottom: 40px;
  padding: 0 32px
}

@media (max-width : 767px) {
  .event-progress-main-box .event-progress-box {
    padding: 0;
    margin-bottom: 70px
  }
}

@media (max-width : 767px) {
  .event-progress-main-box .event-progress-box .quest-col {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%
  }

  .event-progress-main-box .event-progress-box .quest-col .question-text-button {
    font-size: 5rem
  }

  .event-progress-main-box .event-progress-box .quest-col .question-text-button:after {
    font-size: 12px;
    line-height: 100%
  }

  .event-progress-main-box .event-progress-box .quest-col .mobile-progress-points {
    font-size: 6rem;
    color: #6a657a;
    font-weight: 500
  }

  .event-progress-main-box .event-progress-box .quest-col .mobile-progress-points b {
    color: #fff
  }
}

.event-progress-main-box .event-progress-box .currentPlace,
.event-progress-main-box .event-progress-box .label-players-count {
  position: relative;
  font-size: 17px;
  color: #fff;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  white-space: nowrap
}

@media (max-width : 767px) {

  .event-progress-main-box .event-progress-box .currentPlace,
  .event-progress-main-box .event-progress-box .label-players-count {
    font-size: 14px
  }
}

.event-progress-main-box .event-progress-box .currentPlace .place-holder,
.event-progress-main-box .event-progress-box .label-players-count .place-holder {
  position: relative;
  transform: translate(-50%)
}

.event-progress-main-box .event-progress-box .currentPlace span,
.event-progress-main-box .event-progress-box .label-players-count span {
  position: absolute;
  bottom: 100%;
  transform: translate(-50%);
  left: 50%;
  color: #7b7da1
}

@media (max-width : 767px) {

  .event-progress-main-box .event-progress-box .currentPlace span,
  .event-progress-main-box .event-progress-box .label-players-count span {
    font-size: 10px
  }
}

.event-progress-main-box .event-progress-box .currentPlace b,
.event-progress-main-box .event-progress-box .label-players-count b {
  color: #fff;
  font-weight: 500;
  display: block;
  transition: all .5s ease
}

.event-progress-main-box .event-progress-box .label-players-count {
  margin-bottom: 0
}

@media (max-width : 767px) {
  .event-progress-main-box .event-progress-box .label-players-count {
    display: block
  }
}

.event-progress-main-box .event-progress-box .label-players-count b {
  order: -1 !important;
  transform: scale(1) !important;
  color: #fff !important
}

.event-progress-main-box .event-progress-box .label-players-count i {
  font-style: normal;
  padding-left: 15px;
  position: relative;
  margin-left: 5px
}

@media (max-width : 767px) {
  .event-progress-main-box .event-progress-box .label-players-count i {
    padding-left: 0;
    margin-left: 0;
    font-size: 10px
  }
}

.event-progress-main-box .event-progress-box .label-players-count i:before {
  content: "";
  display: block;
  clear: both;
  content: "-";
  position: absolute;
  left: 0;
  top: 0
}

@media (max-width : 767px) {
  .event-progress-main-box .event-progress-box .label-players-count i:before {
    display: none
  }
}

.event-progress-main-box .event-progress-box .question-text-button {
  color: #928baa
}

.event-progress-main-box .event-progress-box .question-text-button:after {
  border-color: #928baa
}

.event-progress-main-box .event-progress-box .question-text-button:hover {
  color: #fff
}

.event-progress-main-box .event-progress-box .question-text-button:hover:after {
  border-color: #fff
}

.event-progress-main-box .event-progress-box .progress-box {
  position: relative;
  height: 7px;
  background: #2C293F;
  border-radius: 3px;
  margin-bottom: 10px
}

.event-progress-main-box .event-progress-box .progress-box .progress {
  position: relative;
  background: #A757F8;
  height: 7px;
  display: block;
  border-radius: 3px;
  z-index: 3
}

.event-progress-main-box .event-progress-box .progress-box .progress:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  left: 0;
  top: 0;
  height: 7px;
  width: 100%;
  border-radius: 20px;
  background: linear-gradient(90deg, rgba(167, 87, 248, 0) 0%, #A757F8 100%);
  filter: blur(9px);
  transition: all .5s ease
}

.event-progress-main-box .event-progress-box .progress-box .progress:after {
  content: "";
  display: block;
  clear: both;
  border-radius: 50%;
  background: #FFFFFF;
  position: absolute;
  width: 7px;
  height: 7px;
  right: 0;
  top: 0;
  transition: all .5s ease
}

.event-progress-main-box .event-progress-box .progress-box .progress i {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  opacity: 0;
  transition: all .3s ease;
  border-radius: 3px;
  background: linear-gradient(to right, #A7804B 0%, #F1E1A9 100%)
}

.event-progress-main-box .event-progress-box .progress-box .all {
  position: absolute;
  right: 0;
  top: 100%;
  padding-top: 13px;
  font-weight: 700;
  font-size: 14px;
  color: #928baa
}

.event-progress-main-box .event-progress-box .progress-box-wrap {
  position: relative
}

.event-progress-main-box .event-progress-box .progress-box-wrap.inYellowRange .progress-box .progress i {
  opacity: 1
}

.event-progress-main-box .event-progress-box .progress-box-wrap.inYellowRange .progress-box .progress:after {
  box-shadow: 0 0 7px 2px #fff
}

.event-progress-main-box .event-progress-box .progress-box-wrap.inYellowRange .progress-box .progress:before {
  background: linear-gradient(90deg, rgba(241, 225, 169, 0) 0%, #F1E1A9 100%)
}

.event-progress-main-box .event-progress-box .progress-box-wrap.inYellowRange .progress-box .progress-gold-places {
  opacity: 0
}

.event-progress-main-box .event-progress-box .progress-box-wrap.inYellowRange .currentPlace b,
.event-progress-main-box .event-progress-box .progress-box-wrap.inYellowRange .label-players-count b {
  color: #efdea6;
  transform: scale(1.3)
}

@media (max-width : 767px) {

  .event-progress-main-box .event-progress-box .progress-box-wrap.inYellowRange .currentPlace b,
  .event-progress-main-box .event-progress-box .progress-box-wrap.inYellowRange .label-players-count b {
    transform: scale(1.1)
  }
}

.event-progress-main-box .event-progress-box .prize-labels-row {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center
}

.event-progress-main-box .event-progress-box .golden-labels-box {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  align-items: center
}

@media (max-width : 767px) {
  .event-progress-main-box .event-progress-box .golden-labels-box {
    font-size: 12px;
    font-weight: 400
  }

  .event-progress-main-box .event-progress-box .golden-labels-box b {
    font-weight: 500
  }
}

.event-progress-main-box .event-progress-box .from-labels {
  display: block;
  transform: translate(-50%);
  position: relative
}

@media (max-width : 767px) {
  .event-progress-main-box .event-progress-box .from-labels {
    text-align: center
  }
}

.event-progress-main-box .event-progress-box .from-labels:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  bottom: 100%;
  margin-bottom: 3px;
  width: 2px;
  background: #A8814C;
  height: 10px;
  left: 50%
}

.event-progress-main-box .event-progress-box .to-labels {
  position: relative;
  display: block
}

@media (max-width : 767px) {
  .event-progress-main-box .event-progress-box .to-labels {
    text-align: right
  }
}

.event-progress-main-box .event-progress-box .to-labels:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  bottom: 100%;
  margin-bottom: 3px;
  width: 2px;
  background: #F5E5AD;
  height: 10px;
  right: 0
}

.event-progress-main-box .event-progress-box .progress-gold-places {
  position: absolute;
  right: 0;
  left: 80%;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, #A7804B 0%, #F1E1A9 100%);
  border-radius: 0 3px 3px 0;
  transition: all .5s ease
}

.event-progress-main-box .event-progress-box .buy-level-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center
}

.event-progress-main-box .event-progress-box .buy-btn {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  height: 28px;
  padding: 0 13px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  color: #8d8a92;
  background: #252234;
  transition: all .3s ease;
  border-radius: 7px
}

.event-progress-main-box .event-progress-box .buy-btn:hover {
  color: #c3bfc7
}

.event-progress-main-box .top-places-row {
  border: 1px solid rgba(119, 102, 173, .15);
  border-radius: 25px;
  padding: 45px 30px 35px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 30px
}

@media (max-width : 767px) {
  .event-progress-main-box .top-places-row {
    flex-direction: column;
    align-items: center;
    border: none;
    padding: 0
  }
}

.event-progress-main-box .top-places-row .top-place-item {
  width: 30%;
  max-width: 300px
}

@media (max-width : 767px) {
  .event-progress-main-box .top-places-row .top-place-item {
    width: 100%;
    max-width: 400px;
    margin-bottom: 90px
  }

  .event-progress-main-box .top-places-row .top-place-item:last-child {
    margin-bottom: 0
  }
}

.event-progress-main-box .top-places-row .top-place-item:nth-child(2) .number-pic:before {
  background: rgba(164, 52, 217, .5)
}

.event-progress-main-box .top-places-row .top-place-item:nth-child(2) .number-pic:after {
  background: rgba(227, 242, 105, .71)
}

.event-progress-main-box .top-places-row .top-place-item:nth-child(2) .prize-box {
  background: linear-gradient(to right, #342F45 0%, #565165 100%);
  color: #f0e3ff
}

.event-progress-main-box .top-places-row .top-place-item:nth-child(2) .prize-box:before {
  background: rgba(231, 216, 246, .51)
}

.event-progress-main-box .top-places-row .top-place-item:nth-child(2) .prize-box:after {
  background: #E7D8F6
}

.event-progress-main-box .top-places-row .top-place-item:nth-child(3) .number-pic:before {
  background: rgba(164, 52, 217, .7)
}

.event-progress-main-box .top-places-row .top-place-item:nth-child(3) .number-pic:after {
  background: rgba(221, 157, 172, .71)
}

.event-progress-main-box .top-places-row .top-place-item:nth-child(3) .prize-box {
  background: linear-gradient(to right, #382F3D 0%, #4D4250 100%);
  color: #d8c1c0
}

.event-progress-main-box .top-places-row .top-place-item:nth-child(3) .prize-box:before {
  background: rgba(204, 139, 151, .58)
}

.event-progress-main-box .top-places-row .top-place-item:nth-child(3) .prize-box:after {
  background: #CC8B97
}

.event-progress-main-box .top-places-row .number-pic {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 114px;
  margin: -75px auto -30px
}

.event-progress-main-box .top-places-row .number-pic:before {
  content: "";
  display: block;
  clear: both;
  border-radius: 88px;
  background: rgba(168, 164, 83, .431372549);
  filter: blur(31px);
  position: absolute;
  width: 88px;
  height: 67px;
  left: 50%;
  top: 15px;
  margin-left: -20px
}

.event-progress-main-box .top-places-row .number-pic:after {
  content: "";
  display: block;
  clear: both;
  border-radius: 88px;
  opacity: .3100000024;
  background: #FFC759;
  filter: blur(16px);
  width: 88px;
  height: 67px;
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -20px
}

.event-progress-main-box .top-places-row .number-pic picture {
  width: 100%;
  position: relative;
  z-index: 3
}

.event-progress-main-box .top-places-row .number-pic picture img {
  width: 100%
}

.event-progress-main-box .top-places-row .place-item-desc {
  position: relative;
  z-index: 4;
  padding: 25px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center
}

@media (max-width : 767px) {
  .event-progress-main-box .top-places-row .place-item-desc {
    flex-direction: row;
    padding: 15px 5%
  }
}

.event-progress-main-box .top-places-row .place-item-desc:before {
  content: "";
  display: block;
  clear: both;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(33, 31, 48, .58);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  border-radius: 18px
}

.event-progress-main-box .top-places-row .place-item-desc .user-box {
  position: relative;
  z-index: 3;
  margin-bottom: 20px
}

@media (max-width : 767px) {
  .event-progress-main-box .top-places-row .place-item-desc .user-box {
    margin-bottom: 0;
    padding-right: 20px
  }
}

.event-progress-main-box .top-places-row .place-item-desc .other-col {
  width: 100%;
  text-align: center;
  position: relative;
  border-radius: 13px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center
}

.event-progress-main-box .top-places-row .place-item-desc .ava {
  width: 60px;
  height: 60px;
  background: #585974;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto 5px
}

@media (max-width : 767px) {
  .event-progress-main-box .top-places-row .place-item-desc .ava {
    margin-bottom: 15px
  }
}

.event-progress-main-box .top-places-row .place-item-desc .ava img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.event-progress-main-box .top-places-row .place-item-desc .username {
  display: block;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  text-align: center
}

@media (max-width : 767px) {
  .event-progress-main-box .top-places-row .place-item-desc .username {
    font-size: 14px
  }
}

.event-progress-main-box .top-places-row .place-item-desc .prize-box {
  position: relative;
  z-index: 3;
  border-radius: 9px;
  background: linear-gradient(90deg, #4F403C 0%, #5D483D 100%);
  width: 100%;
  height: 47px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  color: #f5d4bb;
  padding: 10px 30px 10px 10px
}

@media (min-width:768px) and (max-width:991px) {
  .event-progress-main-box .top-places-row .place-item-desc .prize-box {
    padding: 6px 10px 10px
  }
}

@media (max-width : 767px) {
  .event-progress-main-box .top-places-row .place-item-desc .prize-box {
    max-width: 200px
  }
}

.event-progress-main-box .top-places-row .place-item-desc .prize-box:before,
.event-progress-main-box .top-places-row .place-item-desc .prize-box:after {
  content: "";
  display: block;
  clear: both;
  width: 27px;
  height: 27px;
  border-radius: 7.83px;
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -14px;
  margin-right: -2px;
  background: #E8B466
}

.event-progress-main-box .top-places-row .place-item-desc .prize-box:before {
  background: rgba(232, 180, 102, .56);
  filter: blur(8px)
}

.event-progress-main-box .top-places-row .place-item-desc .prize-box span {
  display: block;
  font-size: 10px;
  font-weight: 500;
  padding-right: 15px
}

@media (min-width:768px) and (max-width:991px) {
  .event-progress-main-box .top-places-row .place-item-desc .prize-box span {
    padding-right: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 3px
  }
}

@media (max-width : 767px) {
  .event-progress-main-box .top-places-row .place-item-desc .prize-box span {
    padding-right: 10px
  }
}

.event-progress-main-box .top-places-row .place-item-desc .points-count {
  position: relative;
  z-index: 3;
  display: block;
  font-weight: 500;
  color: #928baa;
  font-size: 14px
}

.event-progress-main-box .event-winners-list-box {
  padding: 0 15px 0 32px
}

@media (max-width : 767px) {
  .event-progress-main-box .event-winners-list-box {
    padding: 0 0 30px
  }
}

.event-progress-main-box .event-winners-list-box .table-scroll-box {
  max-height: 340px;
  width: 100%;
  padding-right: 17px
}

@media (max-width : 767px) {
  .event-progress-main-box .event-winners-list-box .table-scroll-box {
    max-height: none;
    padding-right: 0;
    overflow: visible
  }
}

.event-progress-main-box .event-winners-list-box .winners-list .col-place {
  width: 10%;
  padding-right: 30px;
  text-align: center;
  min-width: 105px
}

@media (max-width : 767px) {
  .event-progress-main-box .event-winners-list-box .winners-list .col-place {
    min-width: 40px;
    width: auto;
    padding-right: 0
  }
}

.event-progress-main-box .event-winners-list-box .winners-list .col-member {
  width: 35%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  min-width: 250px
}

@media (max-width : 767px) {
  .event-progress-main-box .event-winners-list-box .winners-list .col-member {
    min-width: 0;
    width: 40%
  }
}

.event-progress-main-box .event-winners-list-box .winners-list .col-rewards {
  width: 35%
}

@media (max-width : 767px) {
  .event-progress-main-box .event-winners-list-box .winners-list .col-rewards {
    width: auto
  }
}

.event-progress-main-box .event-winners-list-box .winners-list .col-points {
  width: 20%
}

@media (max-width : 767px) {
  .event-progress-main-box .event-winners-list-box .winners-list .col-points {
    width: auto;
    padding-right: 10px
  }
}

.event-progress-main-box .event-winners-list-box .list-heading {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  color: #565167;
  font-size: 12px;
  font-weight: 500;
  padding-right: 17px
}

.event-progress-main-box .event-winners-list-box .winner-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  background: #201E31;
  transition: all .3s ease;
  border-radius: 12px;
  height: 60px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500
}

@media (max-width : 767px) {
  .event-progress-main-box .event-winners-list-box .winner-row {
    font-size: 10px;
    height: 45px;
    border-radius: 9px
  }
}

.event-progress-main-box .event-winners-list-box .winner-row:last-child {
  margin-bottom: 0
}

.event-progress-main-box .event-winners-list-box .winner-row._mod-you {
  background: #2C2940
}

.event-progress-main-box .event-winners-list-box .ava {
  overflow: hidden;
  background: #585974;
  width: 37px;
  height: 37px;
  border-radius: 4px;
  margin-right: 13px
}

@media (max-width : 767px) {
  .event-progress-main-box .event-winners-list-box .ava {
    width: 27px;
    height: 27px;
    min-width: 27px;
    margin-right: 10px
  }
}

.event-progress-main-box .event-winners-list-box .ava img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.event-progress-main-box .event-winners-list-box b {
  color: #d0c6ef
}

.event-progress-main-box .event-winners-list-box .you {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 19px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  color: #928baa;
  background: #403D55;
  padding: 0 7px;
  margin-left: 9px
}

@media (max-width : 767px) {
  .event-progress-main-box .event-winners-list-box .you {
    padding: 0 3px;
    font-size: 10px;
    height: 15px
  }
}

.event-progress-main-box .event-winners-list-box .reward {
  display: inline-block;
  color: #debaa1
}

.event-capsule-main-box {
  position: relative;
  width: 100%
}

.event-capsule-main-box .box-bg {
  position: absolute;
  left: 0;
  width: 100%;
  margin-top: -220px;
  margin-bottom: -12%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start
}

@media (max-width : 767px) {
  .event-capsule-main-box .box-bg {
    left: -8vw;
    width: auto;
    right: -8vw;
    margin-top: -210px
  }
}

.event-capsule-main-box .box-bg picture {
  display: block;
  width: 65%;
  margin: 0 auto;
  max-width: 900px
}

@media (max-width : 767px) {
  .event-capsule-main-box .box-bg picture {
    width: 100%
  }
}

.event-capsule-main-box .box-bg img {
  width: 100%
}

@media (max-width : 767px) {
  .event-capsule-main-box .box-bg img {
    min-height: 0
  }
}

.event-capsule-main-box .box-heading {
  text-align: center;
  margin-bottom: -30px;
  position: relative;
  z-index: 3
}

@media (max-width : 767px) {
  .event-capsule-main-box .box-heading {
    margin-bottom: 10px
  }
}

.event-capsule-main-box .box-heading h2 {
  font-size: 4rem;
  background: linear-gradient(90deg, #FFFFFF 7.33%, #C2A087 99.83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: inline-block;
  margin-bottom: 15px
}

@media (max-width : 767px) {
  .event-capsule-main-box .box-heading h2 {
    font-size: 8rem;
    margin-bottom: 10px
  }
}

.event-capsule-main-box .box-heading .subtitle {
  display: block;
  text-align: center;
  color: #9e8270;
  font-weight: 500;
  font-size: 14px
}

.event-capsule-main-box .event-main-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 4
}

@media (max-width : 767px) {
  .event-capsule-main-box .event-main-row {
    display: block
  }
}

.event-capsule-main-box .capsule-col {
  width: 31%;
  min-width: 300px
}

@media (max-width : 767px) {
  .event-capsule-main-box .capsule-col {
    width: 100%
  }
}

.event-capsule-main-box .capsule {
  width: 130%;
  margin-left: -20%;
  position: relative
}

@media (max-width : 767px) {
  .event-capsule-main-box .capsule {
    width: 150%;
    margin-left: -25%
  }
}

.event-capsule-main-box .capsule canvas {
  position: relative;
  z-index: 3
}

@media (max-width : 767px) {
  .event-capsule-main-box .capsule canvas {
    max-width: 500px;
    margin: 0 auto;
    display: block
  }
}

.event-capsule-main-box .capsule .connector {
  position: absolute;
  left: 65%;
  top: 40%;
  width: 30%
}

@media (max-width : 767px) {
  .event-capsule-main-box .capsule .connector {
    display: none
  }
}

.event-capsule-main-box canvas {
  width: 100%
}

.event-capsule-main-box .weapons-col {
  flex: 1;
  position: relative;
  z-index: 3;
  padding-top: 3%
}

.event-capsule-main-box .weapons-box {
  background: #1E1C29;
  border-radius: 34px;
  padding: 30px;
  margin-bottom: 20px
}

@media (max-width : 767px) {
  .event-capsule-main-box .weapons-box {
    background: none;
    padding: 0
  }
}

.event-capsule-main-box .swap-list-box {
  border-radius: 25px;
  border: 1px solid #2C273D;
  position: relative
}

@media (max-width : 767px) {
  .event-capsule-main-box .swap-list-box {
    border-radius: 16px;
    padding: 15px 10px
  }
}

.event-capsule-main-box .swap-list-box .swap-list {
  padding: 15px 20px
}

@media (max-width : 767px) {
  .event-capsule-main-box .swap-list-box .swap-list {
    padding: 0
  }
}

.event-capsule-main-box .swap-list-box .list-title {
  display: inline-block;
  position: absolute;
  left: 29px;
  padding: 0 16px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  color: #b9b4c7;
  z-index: 3;
  top: -5px;
  border-radius: 10px
}

.event-capsule-main-box .swap-list-box .list-title:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  background: #1E1C29;
  height: 4px;
  margin-top: -3px;
  border-radius: 50%
}

.event-capsule-main-box .swap-list-box .list-title span {
  position: relative;
  z-index: 3
}

@media (max-width : 767px) {
  .event-capsule-main-box .swap-list-box .list-title {
    left: 0
  }
}

.event-capsule-main-box .swap-list-cases {
  padding: 0
}

.event-capsule-main-box .swap-list-cases .swap-case-list {
  padding: 10px 25px
}

@media (min-width:768px) and (max-width:991px) {
  .event-capsule-main-box .swap-list-cases .swap-case-list {
    padding: 10px
  }
}

@media (max-width : 767px) {
  .event-capsule-main-box .swap-list-cases .swap-case-list {
    padding: 10px
  }
}

.event-capsule-main-box .swap-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  -webkit-box-pack: center;
  justify-content: center
}

@media (min-width:768px) and (max-width:991px) {
  .event-capsule-main-box .swap-list {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media (max-width : 767px) {
  .event-capsule-main-box .swap-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 7px
  }
}

.event-capsule-main-box .swap-list ._weapon-item {
  aspect-ratio: 1/.7
}

.event-capsule-main-box .swap-list ._weapon-item:hover .gradient {
  filter: brightness(1.2)
}

.event-capsule-main-box .swap-list ._weapon-item .select-btn {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 7
}

.event-capsule-main-box .swap-list ._weapon-item .gradient {
  transition: filter .3s ease
}

.event-capsule-main-box .swap-list ._weapon-item .item-holder:before {
  content: "";
  display: block;
  clear: both;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  border: 2px solid rgb(192, 157, 132);
  border-radius: 5px;
  box-shadow: 0 0 10px #000;
  opacity: 0;
  transition: all .3s ease
}

.event-capsule-main-box .swap-list ._weapon-item.selected .item-holder:before {
  opacity: 1
}

.event-capsule-main-box .swap-list ._weapon-item.selected .glow-line:before {
  opacity: 1
}

.event-capsule-main-box .swap-case-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
  -webkit-box-pack: center;
  justify-content: center;
  padding-bottom: 25px
}

@media (min-width:768px) and (max-width:991px) {
  .event-capsule-main-box .swap-case-list {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media (max-width : 767px) {
  .event-capsule-main-box .swap-case-list {
    grid-template-columns: repeat(2, 1fr)
  }
}

.event-capsule-main-box .swap-case-list .case-item {
  border: none;
  margin-bottom: 5px;
  padding-bottom: 0
}

.event-capsule-main-box .swap-case-list .case-item .case {
  padding-bottom: 10px
}

@media (min-width:768px) and (max-width:991px) {
  .event-capsule-main-box .swap-case-list .case-item .name {
    margin-bottom: 10px;
    padding-top: 3px
  }

  .event-capsule-main-box .swap-case-list .case-item .price {
    font-size: 2rem
  }
}

.event-capsule-main-box .swap-case-list .case-item .badge {
  top: 10px;
  z-index: 5
}

@media (min-width:768px) and (max-width:991px) {
  .event-capsule-main-box .swap-case-list .case-item .badge {
    top: 10%;
    font-size: 8px;
    padding: 4px 8px;
    border-radius: 4px
  }
}

.event-capsule-main-box .swap-case-list .case-item:before {
  display: none
}

.event-capsule-main-box .swap-case-list .case-item:after {
  content: "";
  display: block;
  clear: both;
  border: 2px solid rgb(192, 157, 132);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 10px;
  z-index: 3;
  transition: all .3s ease;
  opacity: 0;
  background: rgba(255, 255, 255, .05)
}

.event-capsule-main-box .swap-case-list .case-item .glow {
  transform: scale(.8) !important
}

.event-capsule-main-box .swap-case-list .case-item .select-btn {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5
}

.event-capsule-main-box .swap-case-list .case-item .case-desc {
  margin-top: -10%
}

.event-capsule-main-box .swap-case-list .case-item.selected:after {
  transform: scale(1);
  opacity: 1
}

.event-capsule-main-box .swap-case-list .case-item.disabled .case {
  opacity: .3
}

.event-capsule-main-box .swap-scrollbox {
  height: 400px;
  overflow: hidden;
  max-height: 40rem;
  margin-right: -5px;
  padding-right: 15px
}

@media (max-width : 767px) {
  .event-capsule-main-box .swap-scrollbox {
    height: auto;
    max-height: none;
    padding-right: 0;
    margin: 0
  }
}

.event-capsule-main-box .scrollbar-track-y {
  height: auto;
  bottom: 25px;
  top: 15px;
  right: 20px
}

.event-capsule-main-box .swap-cases-scrollbox {
  height: 400px;
  overflow: hidden;
  max-height: 40rem;
  margin-right: -5px;
  padding-right: 15px
}

@media (max-width : 767px) {
  .event-capsule-main-box .swap-cases-scrollbox {
    height: auto;
    padding-right: 0;
    margin-right: 0;
    max-height: none
  }
}

.event-capsule-main-box .bottom-label-box {
  padding-left: 56px
}

@media (max-width : 767px) {
  .event-capsule-main-box .bottom-label-box {
    padding-left: 0;
    text-align: center;
    margin-bottom: 20px
  }
}

.event-capsule-main-box .bottom-label-box .swap-label {
  display: block;
  font-size: 14px;
  color: #c09d84
}

@media (max-width : 767px) {
  .event-capsule-main-box .bottom-label-box .swap-label {
    font-size: 12px
  }
}

.event-capsule-main-box .amount-coins-box {
  position: absolute;
  left: 36%;
  right: 36%;
  top: 4.5%;
  z-index: 5
}

.event-capsule-main-box .amount-coins-box .amount-input-wrap {
  position: relative
}

.event-capsule-main-box .amount-coins-box .amount-label {
  display: block;
  font-size: 1.5rem;
  color: #a18271;
  font-weight: 500;
  text-align: center;
  margin-bottom: 5px
}

@media (max-width: 1200px) {
  .event-capsule-main-box .amount-coins-box .amount-label {
    font-size: 11px
  }
}

.event-capsule-main-box .amount-coins-box input {
  border: 1px solid rgba(192, 157, 132, .4);
  background: none;
  width: 100%;
  height: 4rem;
  padding-left: 10px;
  text-align: center;
  padding-right: 45px;
  font-weight: 500;
  color: #fff;
  font-size: 2rem
}

@media (max-width : 767px) {
  .event-capsule-main-box .amount-coins-box input {
    height: 35px;
    font-size: 14px
  }
}

.event-capsule-main-box .amount-coins-box input:focus {
  border-color: #c09d84b3
}

.event-capsule-main-box .amount-coins-box i {
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center
}

.event-capsule-main-box .amount-coins-box .max-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  transition: all .3s ease
}

.event-capsule-main-box .amount-coins-box .max-btn:hover {
  color: #c09d84
}

.event-capsule-main-box .bottom-btn-box {
  position: absolute;
  bottom: 5%;
  left: 25%;
  right: 25%;
  z-index: 5;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center
}

.event-capsule-main-box .bottom-btn-box ._g-brown-arrowed-btn {
  width: 150px
}

.swapped-skin-box ._weapon-item {
  width: 200px;
  margin: 0 auto 20px;
  aspect-ratio: 1/.7
}

.event-page .scrollbar-track-y {
  width: 4px !important;
  opacity: 1;
  border-radius: 2px;
  overflow: hidden;
  background: #211F30 !important
}

.event-page .scrollbar-track-y .scrollbar-thumb {
  width: 4px !important;
  border-radius: 2px;
  background: #585974 !important
}

.event-page .scrollbar-track-y .scrollbar-thumb:after {
  display: none
}

.event-page-heading {
  padding-top: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
  z-index: 3
}

@media (max-width : 767px) {
  .event-page-heading {
    flex-wrap: wrap
  }
}

.event-page-heading h1 {
  font-size: 4rem;
  background: linear-gradient(90deg, #FFFFFF 7.33%, #C2A087 99.83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: inline-block
}

@media (max-width : 767px) {
  .event-page-heading h1 {
    font-size: 10rem
  }
}

.event-page-heading .title-col {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center
}

@media (max-width : 767px) {
  .event-page-heading .title-col {
    width: 100%;
    padding-bottom: 10px;
    justify-content: space-between
  }
}

.event-page-heading .balance-box {
  margin-left: 20px;
  background: rgba(192, 157, 132, .13);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  height: 35px;
  border-radius: 10px;
  padding: 0 25px 0 17px
}

@media (max-width : 767px) {
  .event-page-heading .balance-box {
    margin-left: 0;
    padding: 0 10px
  }
}

.event-page-heading .balance-box i {
  display: block;
  margin-right: 10px
}

.event-page-heading .balance-box i img {
  display: block
}

.event-page-heading .balance-box span {
  display: block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #c09d84
}

@media (max-width : 767px) {
  .event-page-heading .balance-box span {
    font-size: 12px
  }
}

@media (max-width : 767px) {
  .event-page-heading .timer-col {
    width: 100%;
    margin-bottom: 10px;
    display: block
  }

  .event-page-heading .timer-col .end-timer-box {
    align-items: center
  }

  .event-page-heading .timer-col .end-timer-box .flip-clock-wrapper {
    justify-content: space-between
  }

  .event-page-heading .timer-col .end-timer-box .flip-clock-wrapper .flip-label {
    font-size: 14px
  }

  .event-page-heading .timer-col .end-timer-box .flip-clock-wrapper ul {
    width: 27px
  }

  .event-page-heading .timer-col .end-timer-box .flip-clock-wrapper .separator {
    width: 15px;
    font-size: 40px
  }

  .event-page-heading .timer-col .end-timer-box .time {
    display: block;
    text-align: left;
    font-size: 7rem
  }

  .event-page-heading .timer-col .end-timer-box .time span {
    width: 10rem
  }
}

.event-page-heading .timer-col .end-timer-box {
  flex-direction: column;
  align-items: flex-end
}

.event-page-heading .timer-col .end-timer-box .desc-col {
  background: rgba(43, 41, 64, .6);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border-radius: 20px;
  padding: 10px 20px;
  position: relative
}

@media (max-width : 767px) {
  .event-page-heading .timer-col .end-timer-box .desc-col {
    padding: 10px;
    width: 100%;
    border-radius: 12px
  }
}

.event-page-heading .timer-col .end-timer-box .desc-col .countdown-small .flip-clock-wrapper {
  margin-bottom: 0
}

.event-page-heading .timer-col .end-timer-box .time em {
  font-size: 2.5rem;
  vertical-align: bottom
}

.event-page-heading .timer-col .end-timer-box .time-label {
  margin-top: 3px
}

.event-page-nav-box {
  margin-bottom: 15px;
  position: relative;
  z-index: 10
}

.event-page-nav-box .pop-block {
  right: auto;
  left: 0;
  z-index: 20
}

.event-page-nav-box .pop-block .contracts-how-to {
  width: auto;
  max-width: 570px
}

.event-page-nav-box .event-nav-list {
  margin-left: -15px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 15px
}

@media (max-width : 767px) {
  .event-page-nav-box .event-nav-list {
    margin-left: -10px
  }
}

.event-page-nav-box .event-nav-list .event-nav-item {
  flex: 1;
  max-width: 320px;
  padding-left: 15px
}

@media (max-width : 767px) {
  .event-page-nav-box .event-nav-list .event-nav-item {
    padding-left: 10px
  }
}

.event-page-nav-box .event-nav-list .event-nav-item .abs-link {
  z-index: 5
}

.event-page-nav-box .event-nav-list .event-nav-item .item-holder {
  position: relative
}

.event-page-nav-box .event-nav-list .event-nav-item .item-holder:after {
  content: "";
  display: block;
  clear: both;
  height: 12px;
  width: 38%;
  position: absolute;
  left: 2%;
  bottom: -1px;
  border-radius: 12px;
  background: #C09D84;
  filter: blur(6px);
  transition: all .3s ease;
  opacity: 0
}

.event-page-nav-box .event-nav-list .event-nav-item .item-holder:hover .item-bg:after {
  opacity: 0
}

.event-page-nav-box .event-nav-list .event-nav-item .item-content {
  width: 100%;
  height: 90px;
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10%;
  font-size: 14px;
  font-weight: 700;
  color: #c09d84;
  text-transform: uppercase;
  transition: color .3s ease
}

@media (max-width : 767px) {
  .event-page-nav-box .event-nav-list .event-nav-item .item-content {
    height: 130px;
    padding: 0 5%;
    text-align: center;
    justify-content: center;
    align-items: flex-start
  }

  .event-page-nav-box .event-nav-list .event-nav-item .item-content span {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    height: 40%
  }
}

.event-page-nav-box .event-nav-list .event-nav-item .item-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  border-radius: 12px;
  z-index: 2
}

.event-page-nav-box .event-nav-list .event-nav-item .item-bg:after {
  content: "";
  display: block;
  clear: both;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all .3s ease;
  background: rgba(26, 24, 36, .35)
}

.event-page-nav-box .event-nav-list .event-nav-item .item-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.event-page-nav-box .event-nav-list .event-nav-item .item-bg:before {
  content: "";
  display: block;
  clear: both;
  width: 50%;
  right: 60%;
  height: 12px;
  background: #E8BD9D;
  position: absolute;
  top: 100%;
  margin-top: -3px;
  border-radius: 12px;
  opacity: 0;
  transition: all .3s ease
}

.event-page-nav-box .event-nav-list .event-nav-item.active .item-content {
  color: #fff
}

.event-page-nav-box .event-nav-list .event-nav-item.active .item-holder:after {
  opacity: 1
}

.event-page-nav-box .event-nav-list .event-nav-item.active .item-bg:before {
  opacity: 1
}

.event-page-nav-box .event-nav-list .event-nav-item.active .item-bg:after {
  opacity: 0
}

.event-page-nav-box .rules-rel-box {
  position: relative;
  z-index: 2
}

.content-page {
  position: relative;
  padding-top: 60px;
  color: #928baa;
  font-size: 23px
}

.content-page * {
  line-height: 130%
}

@media (min-width:1200px) and (max-width:1399px) {
  .content-page {
    font-size: 20px;
    line-height: 30px
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .content-page {
    font-size: 18px;
    line-height: 26px
  }
}

@media (max-width : 767px) {
  .content-page {
    padding-top: 20px
  }
}

.content-page p {
  margin: 0 0 20px;
  color: #928baa
}

.content-page p b {
  color: #fff;
  font-weight: 500
}

.content-page ul,
.content-page ol {
  padding-left: 20px
}

.content-page ul li,
.content-page ol li {
  margin: 10px 0
}

.content-page ol {
  counter-reset: item
}

.content-page ol li:before {
  list-style: decimal;
  counter-increment: item;
  content: counters(item, ".") ". "
}

.content-page a {
  color: #c2a088
}

.content-page a:hover {
  color: #fff
}

.content-page .no-wrap,
.content-page .router-link-active {
  white-space: nowrap
}

.content-page .alert-box {
  border: 1px solid #565167;
  border-radius: 10px;
  padding: 30px 3%;
  margin-bottom: 50px;
  font-size: 23px;
  color: #c09d84
}

@media (min-width:1200px) and (max-width:1399px) {
  .content-page .alert-box {
    font-size: 20px
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .content-page .alert-box {
    font-size: 18px
  }
}

.content-page .plefted {
  padding-left: 3%
}

.content-page h1 {
  display: inline-block;
  background: linear-gradient(90deg, #FFFFFF 7.33%, #C2A088 99.83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
  font-size: 4rem;
  margin-bottom: 30px;
  text-transform: uppercase
}

@media (max-width : 767px) {
  .content-page h1 {
    font-size: 12rem;
    margin-bottom: 0
  }
}

.content-page h2 {
  font-size: 28px;
  font-weight: 500;
  margin: 40px 0 20px;
  color: #fff
}

@media (min-width:1200px) and (max-width:1399px) {
  .content-page h2 {
    font-size: 22px
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .content-page h2 {
    font-size: 20px
  }
}

.content-page ul {
  margin-bottom: 50px
}

.content-page ul li {
  margin-bottom: 35px;
  position: relative;
  padding-left: 45px;
  font-size: 23px
}

@media (min-width:1200px) and (max-width:1399px) {
  .content-page ul li {
    font-size: 20px
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .content-page ul li {
    font-size: 18px
  }
}

.content-page ul li:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  left: 0;
  top: 10px;
  height: 4px;
  border-radius: 3px;
  background: #F5D4BB;
  width: 24px
}

.content-page ul li:last-child {
  margin-bottom: 0
}

.ui.accordion {
  margin-bottom: 25px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #443F58;
  transition: background-color .3s ease, border-color .3s ease
}

@media (max-width : 767px) {
  .ui.accordion {
    margin-bottom: 10px;
    border-radius: 7px
  }
}

.ui.accordion:not(.drop):hover {
  border-color: #3a354f;
  background: #242231
}

.ui.accordion.drop {
  background: #242231;
  border-color: #242231
}

.ui.accordion.drop .header i:before {
  height: 0
}

.ui.accordion .header {
  cursor: pointer;
  position: relative;
  font-size: 18px;
  padding: 22px 30px 22px 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center
}

@media (max-width : 767px) {
  .ui.accordion .header {
    padding: 10px 6%
  }
}

.ui.accordion .header i {
  position: relative;
  width: 20px;
  height: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center
}

.ui.accordion .header i:before {
  content: "";
  display: block;
  clear: both;
  width: 2px;
  height: 100%;
  border-radius: 1px;
  transition: all .5s ease;
  background: #7766AD
}

.ui.accordion .header i:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 50%;
  border-radius: 2px;
  margin-top: -1px;
  height: 2px;
  left: 0;
  width: 100%;
  background: #7766AD
}

.ui.accordion .header span {
  flex: 1;
  padding-right: 3%;
  font-size: 19px;
  font-weight: 500
}

@media (max-width : 767px) {
  .ui.accordion .header span {
    font-size: 16px
  }
}

.ui.accordion .body {
  position: relative;
  font-size: 17px;
  line-height: 26px;
  color: #9c99bf;
  height: 0;
  overflow: hidden;
  display: block !important
}

.ui.accordion .body:after {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  right: 25px
}

.ui.accordion .body-holder {
  padding: 5px 70px 10px 40px
}

@media (max-width : 767px) {
  .ui.accordion .body-holder {
    padding: 5px 6%
  }
}

.ui.accordion .body-holder p {
  margin: 0 0 20px;
  color: #716b86;
  line-height: 110%;
  font-size: 18px
}

@media (max-width : 767px) {
  .ui.accordion .body-holder p {
    font-size: 14px
  }
}

.account-page {
  padding-top: 50px
}

@media (max-width : 767px) {
  .account-page {
    padding-top: 20px
  }
}

.account-page-top-line {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
  background: #211F30;
  overflow: hidden;
  border-radius: 14px;
  padding: 15px 2%;
  margin-bottom: 25px
}

@media (max-width : 767px) {
  .account-page-top-line {
    flex-wrap: wrap;
    align-items: stretch;
    padding: 10px 5%
  }
}

.account-page-top-line .line-bg {
  position: absolute;
  right: 0;
  bottom: 0
}

@media (max-width : 767px) {
  .account-page-top-line .line-bg {
    height: 100%;
    width: 100%
  }

  .account-page-top-line .line-bg img {
    height: 100%;
    width: 100%;
    object-fit: cover
  }
}

.account-page-top-line .left-col {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center
}

@media (max-width : 767px) {
  .account-page-top-line .left-col {
    width: 100%;
    margin-bottom: 10px
  }
}

.account-page-top-line .right-col {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  padding-right: 10%;
  padding-bottom: 1rem
}

@media (max-width : 767px) {
  .account-page-top-line .right-col {
    flex-wrap: wrap;
    padding-right: 0;
    width: 100%;
    justify-content: flex-start
  }
}

.account-page-top-line .right-col .button {
  position: relative;
  font-size: 12px
}

@media (max-width : 767px) {
  .account-page-top-line .right-col .button {
    margin-left: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 0 15px 0 10px;
    font-size: 5rem;
    height: 38px
  }
}

.account-page-top-line .right-col .button i {
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  top: 50%;
  margin-top: -8px;
  right: 20px
}

@media (max-width : 767px) {
  .account-page-top-line .right-col .button i {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 0;
    margin-left: 0
  }
}

@media (min-width:768px) and (max-width:991px) {
  .account-page-top-line .right-col .button i {
    right: 13px;
    width: 10px;
    margin-top: -5px;
    height: 10px
  }
}

.account-page-top-line .right-col .button i:before,
.account-page-top-line .right-col .button i:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  margin-top: -1.5px;
  height: 3px;
  background: #fff;
  border-radius: 3px
}

@media (min-width:768px) and (max-width:991px) {

  .account-page-top-line .right-col .button i:before,
  .account-page-top-line .right-col .button i:after {
    height: 2px;
    margin-top: -1px
  }
}

.account-page-top-line .right-col .button i:after {
  left: 50%;
  margin-left: -1.5px;
  top: 0;
  height: 100%;
  margin-top: 0;
  width: 3px
}

@media (min-width:768px) and (max-width:991px) {
  .account-page-top-line .right-col .button i:after {
    width: 2px;
    margin-left: -1px
  }
}

.account-page-top-line .right-col .button span {
  padding-right: 15px
}

@media (max-width : 767px) {
  .account-page-top-line .right-col .button span {
    padding: 0 8px;
    flex: 1
  }
}

.account-page-top-line .ava-box {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  background: #353242;
  width: 78px
}

@media (max-width : 767px) {
  .account-page-top-line .ava-box {
    width: 40px;
    min-width: 38px;
    margin-right: 15px
  }
}

.account-page-top-line .ava-box:after {
  content: "";
  display: block;
  clear: both;
  padding-top: 100%
}

.account-page-top-line .ava-box img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.account-page-top-line .user-name-box {
  flex: 1;
  padding-left: 30px
}

@media (max-width : 767px) {
  .account-page-top-line .user-name-box {
    padding-left: 0;
    padding-right: 50px;
    display: block
  }
}

.account-page-top-line .user-name-box .userid {
  display: block;
  color: #908382;
  font-size: 13px;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-bottom: 5px
}

@media (max-width : 767px) {
  .account-page-top-line .user-name-box .userid {
    letter-spacing: 2px;
    font-size: 10px
  }
}

.account-page-top-line .user-name-box .name-logout-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center
}

.account-page-top-line .user-name-box .username {
  font-weight: 700;
  background: linear-gradient(90deg, #FFFFFF 0%, #C19F87 99.83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
  text-transform: uppercase;
  font-size: 4rem;
  max-width: 500px;
  overflow: hidden
}

@media (max-width : 767px) {
  .account-page-top-line .user-name-box .username {
    font-size: 6rem
  }
}

.account-page-top-line .user-name-box .logout-btn {
  margin-left: 15px;
  width: 38px;
  height: 43px;
  border-radius: 8px;
  background: #312E44;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  transition: all .3s ease
}

@media (max-width : 767px) {
  .account-page-top-line .user-name-box .logout-btn {
    position: absolute;
    right: 0;
    top: 0
  }
}

.account-page-top-line .user-name-box .logout-btn:hover {
  background: rgba(255, 255, 255, .15)
}

.account-page-top-line .user-name-box .logout-btn img {
  filter: invert(1)
}

.account-page-top-line .wallet-link {
  width: 50px;
  height: 43px;
  background: #312E44;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  transition: all .3s ease
}

@media (max-width : 767px) {
  .account-page-top-line .wallet-link {
    order: -1;
    width: 40px;
    height: 40px;
    margin-right: 15px;
    padding: 0 7px
  }
}

.account-page-top-line .wallet-link:hover {
  background: rgba(255, 255, 255, .15)
}

.account-page-top-line .wallet-link img {
  filter: invert(1)
}

.account-page-top-line .amount-money {
  display: inline-block;
  padding: 0 25px 0 20px;
  font-weight: 700;
  color: #fff;
  font-size: 3.5rem
}

@media (max-width : 767px) {
  .account-page-top-line .amount-money {
    order: -1;
    font-size: 6rem;
    padding: 0 20px 0 0
  }
}

.account-page-top-line .amount-money i {
  font-style: normal;
  font-weight: 500
}

.account-page-user-favourites {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 20px
}

@media (max-width : 767px) {
  .account-page-user-favourites {
    display: block
  }
}

.account-page-user-favourites .fav-case-col {
  width: 49%;
  background: #211F30;
  overflow: hidden;
  border-radius: 14px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  position: relative
}

@media (max-width : 767px) {
  .account-page-user-favourites .fav-case-col {
    width: 100%;
    margin-bottom: 10px
  }
}

.account-page-user-favourites .col-desc {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  width: 40%;
  padding: 4% 0 4% 5%;
  min-width: 150px;
  position: relative;
  z-index: 3
}

@media (min-width:768px) and (max-width:991px) {
  .account-page-user-favourites .col-desc {
    width: 50%
  }
}

@media (max-width : 767px) {
  .account-page-user-favourites .col-desc {
    width: 100%
  }
}

.account-page-user-favourites .opened-count {
  position: absolute;
  top: 11%;
  right: 5%;
  z-index: 5;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 10px
}

.account-page-user-favourites .opened-count span {
  display: block;
  padding-right: 8px;
  color: #dbc7b99c;
  text-transform: uppercase
}

.account-page-user-favourites .opened-count i {
  display: block
}

.account-page-user-favourites .opened-count i img {
  display: block;
  filter: invert(55%) sepia(10%) saturate(858%) hue-rotate(338deg) brightness(94%) contrast(88%)
}

.account-page-user-favourites .col-title {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  color: #c09d84;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 10px
}

@media (max-width : 767px) {
  .account-page-user-favourites .col-title {
    font-size: 4rem
  }
}

.account-page-user-favourites .col-title i {
  display: block;
  margin-right: 7px;
  max-width: 20px
}

.account-page-user-favourites .col-title i img {
  display: block;
  filter: invert(65%) sepia(5%) saturate(1767%) hue-rotate(341deg) brightness(98%) contrast(93%)
}

.account-page-user-favourites .col-main-desc {
  flex: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start
}

.account-page-user-favourites .title {
  display: block;
  font-weight: 500;
  color: #fff;
  font-size: 2rem;
  margin-bottom: 10px;
  margin-top: 5px
}

@media (max-width : 767px) {
  .account-page-user-favourites .title {
    font-size: 6rem
  }
}

.account-page-user-favourites .skin-price {
  font-size: 1.3rem;
  height: 4rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background: #cccccc;
  border-radius: 1rem;
  padding: 0 20px;
  font-weight: 500
}

@media (max-width : 767px) {
  .account-page-user-favourites .skin-price {
    height: 10rem;
    padding: 0 15px;
    font-size: 4rem
  }
}

.account-page-user-favourites .case-name {
  margin-bottom: 10px
}

.account-page-user-favourites .subtitle {
  display: block;
  font-size: 10px;
  color: #908382;
  text-transform: uppercase
}

.account-page-user-favourites .button {
  padding: 0 15px;
  margin-right: auto;
  font-size: 1.3rem;
  height: 4rem;
  border-radius: 1rem
}

@media (max-width : 767px) {
  .account-page-user-favourites .button {
    height: 10rem;
    font-size: 4rem
  }
}

.account-page-user-favourites .case-pic,
.account-page-user-favourites .empty-pic {
  position: relative;
  z-index: 3
}

.account-page-user-favourites .case-pic {
  margin-bottom: -13%;
  margin-top: -4%;
  margin-left: -8%;
  flex: 1;
  padding: 0 15% 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative
}

@media (min-width:768px) and (max-width:991px) {
  .account-page-user-favourites .case-pic {
    padding-right: 10%
  }
}

@media (max-width : 767px) {
  .account-page-user-favourites .case-pic {
    width: 40%;
    flex: none;
    padding-right: 0
  }
}

.account-page-user-favourites .case-pic picture {
  position: relative;
  display: block;
  z-index: 3
}

.account-page-user-favourites .case-pic-holder {
  position: relative
}

.account-page-user-favourites .glow {
  display: block;
  width: 55%;
  height: 55%;
  position: absolute;
  top: 15%;
  left: 25%;
  background: var(--case_glow_moon);
  animation: animateBg 5s linear infinite;
  border-radius: 50%;
  background-size: 200% !important;
  transition: all .3s ease;
  filter: blur(37px);
  transform: scale(.5);
  opacity: 1
}

.account-page-user-favourites .best-drop-col {
  width: 49%;
  background: #211F30;
  overflow: hidden;
  border-radius: 14px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  position: relative
}

@media (max-width : 767px) {
  .account-page-user-favourites .best-drop-col {
    width: 100%;
    min-height: 100px
  }
}

.account-page-user-favourites .best-drop-col .drop-target {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute
}

.account-page-user-favourites .best-drop-col .drop-target img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.account-page-user-favourites .best-drop-col:not(.empty) .glow-line {
  opacity: 1
}

.account-page-user-favourites .best-drop-col.rare-1 .skin-price {
  background: var(--rare1_gradient_from)
}

.account-page-user-favourites .best-drop-col.rare-1 .glow-line {
  background: var(--rare1_line)
}

.account-page-user-favourites .best-drop-col.rare-1 .glow-line:before,
.account-page-user-favourites .best-drop-col.rare-1 .glow-line:after,
.account-page-user-favourites .best-drop-col.rare-1 .glow-line i {
  background: var(--rare4_line)
}

.account-page-user-favourites .best-drop-col.rare-2 .skin-price {
  background: var(--rare2_gradient_from)
}

.account-page-user-favourites .best-drop-col.rare-2 .glow-line {
  background: var(--rare2_line)
}

.account-page-user-favourites .best-drop-col.rare-2 .glow-line:before,
.account-page-user-favourites .best-drop-col.rare-2 .glow-line:after,
.account-page-user-favourites .best-drop-col.rare-2 .glow-line i {
  background: var(--rare2_line)
}

.account-page-user-favourites .best-drop-col.rare-3 .skin-price {
  background: var(--rare3_gradient_from)
}

.account-page-user-favourites .best-drop-col.rare-3 .glow-line {
  background: var(--rare3_line)
}

.account-page-user-favourites .best-drop-col.rare-3 .glow-line:before,
.account-page-user-favourites .best-drop-col.rare-3 .glow-line:after,
.account-page-user-favourites .best-drop-col.rare-3 .glow-line i {
  background: var(--rare3_line)
}

.account-page-user-favourites .best-drop-col.rare-4 .skin-price {
  background: var(--rare4_gradient_from)
}

.account-page-user-favourites .best-drop-col.rare-4 .glow-line {
  background: var(--rare4_line)
}

.account-page-user-favourites .best-drop-col.rare-4 .glow-line:before,
.account-page-user-favourites .best-drop-col.rare-4 .glow-line:after,
.account-page-user-favourites .best-drop-col.rare-4 .glow-line i {
  background: var(--rare4_line)
}

.account-page-user-favourites .best-drop-col.rare-5 .skin-price {
  background: var(--rare5_gradient_from)
}

.account-page-user-favourites .best-drop-col.rare-5 .glow-line {
  background: var(--rare5_line)
}

.account-page-user-favourites .best-drop-col.rare-5 .glow-line:before,
.account-page-user-favourites .best-drop-col.rare-5 .glow-line:after,
.account-page-user-favourites .best-drop-col.rare-5 .glow-line i {
  background: var(--rare5_line)
}

.account-page-user-favourites .best-drop-col.rare-6 .skin-price {
  background: var(--rare6_gradient_from)
}

.account-page-user-favourites .best-drop-col.rare-6 .glow-line {
  background: var(--rare6_line)
}

.account-page-user-favourites .best-drop-col.rare-6 .glow-line:before,
.account-page-user-favourites .best-drop-col.rare-6 .glow-line:after,
.account-page-user-favourites .best-drop-col.rare-6 .glow-line i {
  background: var(--rare6_line)
}

.account-page-user-favourites .best-drop-col.rare-7 .skin-price {
  background: var(--rare7_gradient_from)
}

.account-page-user-favourites .best-drop-col.rare-7 .glow-line {
  background: var(--rare7_line)
}

.account-page-user-favourites .best-drop-col.rare-7 .glow-line:before,
.account-page-user-favourites .best-drop-col.rare-7 .glow-line:after,
.account-page-user-favourites .best-drop-col.rare-7 .glow-line i {
  background: var(--rare7_line)
}

.account-page-user-favourites .drop-skin-picture {
  position: absolute;
  top: 0;
  right: 10%;
  width: 44%;
  bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  z-index: 2
}

@media (max-width : 767px) {
  .account-page-user-favourites .drop-skin-picture {
    top: 16%;
    right: 5%;
    width: 38%
  }
}

.account-page-user-favourites .glow-line {
  position: absolute;
  width: 30%;
  height: 14px;
  background: #A434D9;
  right: 0;
  margin-right: -10%;
  border-radius: 5px;
  top: 100%;
  margin-top: -4px;
  opacity: 0
}

.account-page-user-favourites .glow-line:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: -2px;
  height: 100%;
  left: 0;
  width: 100%;
  background: #A434D9;
  opacity: .5;
  filter: blur(4px);
  border-radius: 5px
}

.account-page-user-favourites .glow-line:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: -11px;
  height: 30px;
  left: 0;
  width: 100%;
  background: #A434D9;
  opacity: .7;
  filter: blur(27.5px)
}

.account-page-user-favourites .glow-line i {
  position: absolute;
  left: -10%;
  top: -200%;
  width: 120%;
  display: block;
  height: 400%;
  background: #A434D9;
  opacity: .5;
  filter: blur(72px);
  border-radius: 5px;
  transform: rotate(-15deg)
}

.account-page-inventory {
  position: relative
}

.account-page-inventory .user-tabs {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch
}

@media (max-width : 767px) {
  .account-page-inventory .user-tabs {
    width: 100%;
    justify-content: space-between
  }
}

.account-page-inventory .user-tabs li {
  position: relative;
  display: block
}

@media (max-width : 767px) {
  .account-page-inventory .user-tabs li {
    flex: 1
  }
}

.account-page-inventory .user-tabs li:first-child:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  left: 0;
  top: 100%;
  background: #211F30;
  height: 10px;
  z-index: 5;
  width: 100%;
  opacity: 0
}

.account-page-inventory .user-tabs li:first-child button em {
  display: none
}

.account-page-inventory .user-tabs li:first-child.active:before {
  opacity: 1
}

.account-page-inventory .user-tabs li.active button {
  background: #211F30;
  border-radius: 12px 12px 0 0;
  color: #fff
}

.account-page-inventory .user-tabs li.active button:before,
.account-page-inventory .user-tabs li.active button:after {
  opacity: 1
}

.account-page-inventory .user-tabs li.active button em {
  opacity: 1
}

.account-page-inventory .user-tabs li.active button img {
  filter: invert(1)
}

.account-page-inventory .user-tabs li.active button b {
  opacity: 1;
  transform: translateY(0)
}

.account-page-inventory .user-tabs button {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 2rem 3rem;
  min-height: 80px;
  color: #8f7568;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 700;
  transition: color .3s ease
}

@media (min-width:992px) and (max-width:1199px) {
  .account-page-inventory .user-tabs button {
    font-size: 13px
  }
}

@media (min-width:768px) and (max-width:991px) {
  .account-page-inventory .user-tabs button {
    min-height: 50px
  }
}

@media (min-width:768px) and (max-width:991px) {
  .account-page-inventory .user-tabs button {
    font-size: 12px;
    padding: 2rem 4rem
  }
}

@media (max-width : 767px) {
  .account-page-inventory .user-tabs button {
    font-size: 5rem;
    flex-direction: column;
    width: 100%;
    min-height: 60px
  }
}

.account-page-inventory .user-tabs button:hover {
  color: #fff
}

.account-page-inventory .user-tabs button:hover img {
  filter: invert(1)
}

.account-page-inventory .user-tabs button:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  background: #211F30;
  left: 100%;
  width: 40px;
  height: 40px;
  bottom: 0;
  opacity: 0
}

.account-page-inventory .user-tabs button:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 0 0 0 12px;
  background: #1A1824;
  left: 100%;
  bottom: 0;
  opacity: 0
}

.account-page-inventory .user-tabs button em {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background: #211F30;
  bottom: 0;
  right: 100%;
  opacity: 0
}

.account-page-inventory .user-tabs button em:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 0 0 12px;
  background: #1A1824;
  right: 0;
  bottom: 0
}

.account-page-inventory .user-tabs button>b {
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 12px;
  overflow: hidden
}

.account-page-inventory .user-tabs button>b b {
  display: block;
  position: absolute;
  transition: all .3s ease;
  opacity: 0;
  transform: translate(-100%);
  width: 50%;
  bottom: 100%;
  left: -10%;
  height: 40%;
  margin-bottom: -3px;
  background: #F5D4BB;
  box-shadow: 5px 4px 28px #00000040;
  border-radius: 9px
}

.account-page-inventory .user-tabs button>b b:before,
.account-page-inventory .user-tabs button>b b:after {
  content: "";
  display: block;
  clear: both;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #C09D84;
  opacity: .5;
  filter: blur(21px);
  border-radius: 9px
}

.account-page-inventory .user-tabs button img {
  display: block;
  margin-right: 15px;
  filter: invert(55%) sepia(10%) saturate(858%) hue-rotate(338deg) brightness(94%) contrast(88%);
  transition: all .3s ease
}

@media (max-width : 767px) {
  .account-page-inventory .user-tabs button img {
    margin-right: 0;
    margin-bottom: 10px
  }
}

.account-page-inventory .tabs-content {
  background: #211F30;
  padding: 25px;
  border-radius: 9px;
  margin-bottom: 20px
}

@media (max-width : 767px) {
  .account-page-inventory .tabs-content {
    padding: 15px 4%
  }
}

.account-page-inventory .tabs-content .tab {
  display: none
}

.account-page-inventory .tabs-content .tab.active {
  display: block
}

.account-page-inventory .tab-bordered-box {
  border: 1px solid #3F385C;
  border-radius: 12px;
  padding: 15px
}

.account-page-inventory .tab-bordered-box .bottom-line {
  margin-top: 15px;
  display: flex;
  justify-content: center
}

.account-page-inventory .empty-box {
  width: 100%;
  height: 200px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  text-align: center;
  color: #908382;
  text-transform: uppercase
}

.account-page-inventory .case-skins-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  -webkit-box-pack: center;
  justify-content: center
}

@media (max-width: 1400px) {
  .account-page-inventory .case-skins-list {
    grid-template-columns: repeat(5, 1fr)
  }
}

@media (max-width : 767px) {
  .account-page-inventory .case-skins-list {
    grid-template-columns: repeat(2, 1fr)
  }
}

.account-page-inventory .case-skins-list ._weapon-item {
  aspect-ratio: 1/.7
}

.account-page-inventory .case-skins-list ._weapon-item:hover .weapon-pic {
  transform: scale(1.15) rotate(7deg) translateZ(0)
}

.account-page-inventory .case-skins-list ._weapon-item .inv-props-box {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 6
}

.account-page-inventory .case-skins-list ._weapon-item .weapon-pic {
  transition: all .3s ease;
  will-change: transform
}

.account-page-inventory .case-skins-list ._weapon-item .top-right-btns {
  z-index: 3;
  position: absolute;
  right: 6%;
  top: 7%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  left: 6%
}

.account-page-inventory .case-skins-list ._weapon-item .top-right-btns button {
  margin-right: 4px
}

.account-page-inventory .case-skins-list ._weapon-item .top-right-btns button:last-child {
  margin-right: 0
}

.account-page-inventory .case-skins-list ._weapon-item .item-desc {
  right: 30px
}

.account-page-inventory .case-skins-list ._weapon-item .btn-change {
  position: absolute;
  right: 6%;
  top: 7%;
  z-index: 3
}

.account-page-inventory .case-skins-list ._weapon-item .btn-change+.btn-sell {
  right: 25%
}

.account-page-inventory .case-skins-list ._weapon-item .btn-sell {
  position: absolute;
  z-index: 3;
  right: 6%;
  top: 7%
}

.account-page-inventory .case-skins-list ._weapon-item .iconed-btn {
  position: absolute;
  z-index: 7;
  width: 15%;
  height: 20%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, .1);
  border-radius: 5px;
  padding: 3%;
  transition: all .3s ease
}

.account-page-inventory .case-skins-list ._weapon-item .iconed-btn:hover {
  background: rgba(255, 255, 255, .2)
}

.account-page-inventory .case-skins-list ._weapon-item .iconed-btn img {
  filter: invert(1);
  display: block
}

.account-page-inventory .case-skins-list ._weapon-item .iconed-btn.brown {
  background: rgba(192, 157, 132, .76)
}

.account-page-inventory .case-skins-list ._weapon-item .iconed-btn.brown:hover {
  background: #8d6d55
}

.account-page-inventory .case-skins-list ._weapon-item span.iconed-btn:hover {
  background: rgba(255, 255, 255, .1)
}

.account-page-inventory .case-skins-list ._weapon-item .btn-take {
  position: absolute;
  bottom: 7%;
  right: 6%;
  z-index: 100
}

.account-page-inventory .case-skins-list ._weapon-item .status-badge {
  display: inline-block;
  position: absolute;
  right: 0;
  top: -5px;
  background: rgba(255, 255, 255, .2);
  z-index: 3;
  font-size: 1.2rem;
  padding: .7rem 1rem;
  border-radius: .5rem
}

@media (max-width : 767px) {
  .account-page-inventory .case-skins-list ._weapon-item .status-badge {
    font-size: 3rem;
    padding: 2rem 3rem
  }
}

.account-page-inventory .case-skins-list ._weapon-item .item-info-box {
  position: absolute;
  left: 12%;
  right: 12%;
  top: 15%;
  margin-top: 6px;
  bottom: 15%;
  background: rgba(0, 0, 0, .5);
  z-index: 6;
  border-radius: 13px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center
}

@media (max-width : 767px) {
  .account-page-inventory .case-skins-list ._weapon-item .item-info-box {
    left: 8%;
    right: 8%;
    top: 10%;
    bottom: 10%;
    background: rgba(0, 0, 0, .3)
  }
}

.account-page-inventory .case-skins-list ._weapon-item .item-info-box .pie-progress-bar {
  position: relative;
  width: 20%;
  margin-bottom: 5%
}

.account-page-inventory .case-skins-list ._weapon-item .item-info-box .pie-progress-bar:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: -5%;
  right: -5%;
  bottom: -5%;
  left: -5%;
  border: .3rem solid #fff;
  border-radius: 50%
}

@media (max-width : 767px) {
  .account-page-inventory .case-skins-list ._weapon-item .item-info-box .pie-progress-bar:before {
    border: 2px solid #fff
  }
}

.account-page-inventory .case-skins-list ._weapon-item .item-info-box .pie-progress-bar:after {
  content: "";
  display: block;
  clear: both;
  padding-top: 100%
}

@media (max-width : 767px) {
  .account-page-inventory .case-skins-list ._weapon-item .item-info-box .pie-progress-bar {
    width: 25%
  }
}

.account-page-inventory .case-skins-list ._weapon-item .item-info-box .pie-progress-bar .icon {
  width: 100%;
  position: absolute;
  bottom: 25%
}

.account-page-inventory .case-skins-list ._weapon-item .item-info-box .pie-progress-bar .ticks {
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute
}

.account-page-inventory .case-skins-list ._weapon-item .item-info-box .pie-progress-bar .ticks:before,
.account-page-inventory .case-skins-list ._weapon-item .item-info-box .pie-progress-bar .ticks:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  width: 15%;
  height: 8%;
  background: white;
  top: 46%;
  left: 0;
  border-radius: 10px
}

.account-page-inventory .case-skins-list ._weapon-item .item-info-box .pie-progress-bar .ticks:after {
  left: auto;
  right: 0
}

.account-page-inventory .case-skins-list ._weapon-item .item-info-box .pie-progress-bar .ticks i {
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute
}

.account-page-inventory .case-skins-list ._weapon-item .item-info-box .pie-progress-bar .ticks i:before,
.account-page-inventory .case-skins-list ._weapon-item .item-info-box .pie-progress-bar .ticks i:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  width: 8%;
  height: 15%;
  background: white;
  left: 47%;
  top: 0;
  border-radius: 10px
}

.account-page-inventory .case-skins-list ._weapon-item .item-info-box .pie-progress-bar .ticks i:after {
  top: auto;
  bottom: 0
}

.account-page-inventory .case-skins-list ._weapon-item .item-info-box .pie-progress-bar .progress {
  position: absolute;
  top: 15%;
  left: 15%;
  right: 15%;
  bottom: 15%;
  overflow: hidden;
  border-radius: 50%;
  background: rgba(255, 255, 255, .29)
}

@media (max-width : 767px) {
  .account-page-inventory .case-skins-list ._weapon-item .item-info-box .pie-progress-bar .progress {
    top: 10%;
    left: 10%;
    right: 10%;
    bottom: 10%
  }
}

.account-page-inventory .case-skins-list ._weapon-item .item-info-box .pie-progress-bar .left-part {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: rgb(255, 255, 255)
}

.account-page-inventory .case-skins-list ._weapon-item .item-info-box .pie-progress-bar .right-part {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform-origin: left;
  transform: rotate(-120deg)
}

.account-page-inventory .case-skins-list ._weapon-item .item-info-box .info-name {
  display: block;
  font-weight: 500;
  color: #c09d84;
  font-size: 1.3rem;
  margin-bottom: 5px
}

@media (max-width : 767px) {
  .account-page-inventory .case-skins-list ._weapon-item .item-info-box .info-name {
    font-size: 3.5rem
  }
}

.account-page-inventory .case-skins-list ._weapon-item .item-info-box .sended-name {
  position: relative;
  display: inline-block;
  padding-right: 17px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #c09d84;
  margin-bottom: 5px
}

@media (max-width : 767px) {
  .account-page-inventory .case-skins-list ._weapon-item .item-info-box .sended-name {
    font-size: 3rem
  }
}

.account-page-inventory .case-skins-list ._weapon-item .item-info-box .sended-name i {
  position: absolute;
  right: 0;
  border-radius: 50%;
  width: 1.4rem;
  height: 1.4rem;
  background: rgba(126, 134, 158, .25)
}

@media (max-width : 767px) {
  .account-page-inventory .case-skins-list ._weapon-item .item-info-box .sended-name i {
    width: 5rem;
    height: 5rem
  }
}

.account-page-inventory .case-skins-list ._weapon-item .item-info-box .sended-name i:before {
  content: "";
  display: block;
  clear: both;
  display: inline-block;
  border: solid #C09D84;
  border-width: 0 1px 1px 0;
  padding: 5px 2px;
  transform: rotate(45deg);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -10px
}

@media (max-width : 767px) {
  .account-page-inventory .case-skins-list ._weapon-item .item-info-box .sended-name i:before {
    padding: 3px 1px;
    margin-top: -5px;
    margin-left: -1px
  }
}

.account-page-inventory .case-skins-list ._weapon-item .item-info-box button {
  height: 3.2rem;
  font-size: 1.4rem;
  padding: 0 1.5rem .2rem;
  text-transform: none
}

@media (max-width : 767px) {
  .account-page-inventory .case-skins-list ._weapon-item .item-info-box button {
    height: 7rem;
    border-radius: 2rem;
    padding: 0 3rem .5rem;
    font-size: 4rem;
    font-weight: 400
  }
}

.account-page-inventory .case-skins-list ._weapon-item .item-info-box a.take-skin {
  height: 3.2rem;
  font-size: 1.4rem;
  padding: 0 1.5rem .2rem;
  text-transform: none
}

@media (max-width : 767px) {
  .account-page-inventory .case-skins-list ._weapon-item .item-info-box a.take-skin {
    height: 7rem;
    border-radius: 2rem;
    padding: 0 3rem .5rem;
    font-size: 4rem;
    font-weight: 400
  }
}

.account-page-inventory .case-skins-list ._weapon-item .item-info-box .timer {
  font-weight: 500;
  font-size: 1.7rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center
}

@media (max-width : 767px) {
  .account-page-inventory .case-skins-list ._weapon-item .item-info-box .timer {
    font-size: 6rem
  }
}

.account-page-inventory .case-skins-list ._weapon-item .item-info-box .timer span {
  display: block;
  width: 2.4rem;
  padding-left: 3px
}

@media (max-width : 767px) {
  .account-page-inventory .case-skins-list ._weapon-item .item-info-box .timer span {
    width: 10rem
  }
}

.account-page-inventory .case-skins-list ._weapon-item .item-info-box .timer span:first-child {
  text-align: right;
  padding-right: 3px;
  padding-left: 0
}

.account-page-inventory .case-skins-list .status-progress .weapon-pic {
  transform: scale(1) !important
}

.account-page-inventory .case-skins-list .status-answered-market .weapon-pic {
  opacity: 0
}

.account-page-inventory .case-skins-list .status-selled .weapon-pic,
.account-page-inventory .case-skins-list .status-exchange .weapon-pic,
.account-page-inventory .case-skins-list .status-bet .weapon-pic,
.account-page-inventory .case-skins-list .status-withdrawed .weapon-pic {
  opacity: .5;
  transform: scale(1) !important
}

.account-page-inventory .upgrade-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: -2rem;
  margin-bottom: -2rem
}

.account-page-inventory .upgrade-list .upgrade-item {
  width: 25%;
  padding-left: 2rem;
  margin-bottom: 2rem
}

@media (min-width:992px) and (max-width:1199px) {
  .account-page-inventory .upgrade-list .upgrade-item {
    width: 33.3333%
  }
}

@media (min-width:768px) and (max-width:991px) {
  .account-page-inventory .upgrade-list .upgrade-item {
    width: 50%
  }
}

@media (max-width : 767px) {
  .account-page-inventory .upgrade-list .upgrade-item {
    width: 100%;
    margin-bottom: 10px
  }

  .account-page-inventory .upgrade-list .upgrade-item:last-child:after {
    display: none
  }

  .account-page-inventory .upgrade-list .upgrade-item:after {
    content: "";
    display: block;
    clear: both;
    width: 50%;
    margin: 20px auto 10px;
    height: 1px;
    background: #3F385C
  }
}

.account-page-inventory .upgrade-skins-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  margin-bottom: 2rem
}

.account-page-inventory .upgrade-skins-list ._weapon-item {
  aspect-ratio: 1/.8
}

.account-page-inventory .upgrade-status {
  background: #372236;
  border-radius: 7px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 1.3rem 8% 1.4rem 7%;
  position: relative;
  overflow: hidden
}

@media (max-width : 767px) {
  .account-page-inventory .upgrade-status {
    margin-top: 5px;
    padding: 0 5%;
    height: 30px;
    border-radius: 5px
  }
}

.account-page-inventory .upgrade-status.win {
  background: #22323E
}

.account-page-inventory .upgrade-status.win .status-label {
  color: #13dfaf
}

.account-page-inventory .upgrade-status.win .chance-col span {
  color: #507a75
}

.account-page-inventory .upgrade-status.win .metka {
  background: #12DEAF
}

.account-page-inventory .upgrade-status.win .metka:before,
.account-page-inventory .upgrade-status.win .metka:after {
  background: #12DEAF
}

.account-page-inventory .upgrade-status .metka {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 4px;
  background: #FF0000;
  top: 50%;
  margin-top: -7px;
  left: 100%;
  margin-left: -3px
}

.account-page-inventory .upgrade-status .metka:before {
  content: "";
  display: block;
  clear: both;
  width: 6px;
  height: 100%;
  position: absolute;
  left: 2px;
  top: 0;
  background: #FF0000;
  filter: blur(4px);
  border-radius: 8px
}

.account-page-inventory .upgrade-status .metka:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  width: 27px;
  height: 100%;
  top: 0;
  left: -10px;
  background: #FF0000;
  opacity: .6;
  filter: blur(11px);
  border-radius: 8px
}

.account-page-inventory .upgrade-status .status-label {
  display: block;
  font-weight: 500;
  font-size: 2rem;
  color: #ff0202
}

@media (max-width : 767px) {
  .account-page-inventory .upgrade-status .status-label {
    font-size: 5rem
  }
}

.account-page-inventory .upgrade-status .chance-col {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center
}

.account-page-inventory .upgrade-status .chance-col b {
  display: block;
  color: #fff;
  font-weight: 500;
  font-size: 2rem
}

@media (max-width : 767px) {
  .account-page-inventory .upgrade-status .chance-col b {
    font-size: 5rem
  }
}

.account-page-inventory .upgrade-status .chance-col span {
  display: block;
  padding-left: 10px;
  font-size: 1.2rem;
  color: #b98d98
}

@media (max-width : 767px) {
  .account-page-inventory .upgrade-status .chance-col span {
    font-size: 5rem
  }
}

.account-page-inventory .user-tabs-box {
  position: relative;
  padding-top: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center
}

@media (max-width: 992px) {
  .account-page-inventory .user-tabs-box {
    padding-top: 0;
    flex-direction: column
  }
}

@media (min-width:768px) and (max-width:991px) {
  .account-page-inventory .user-tabs-box {
    align-items: flex-start
  }
}

.account-page-inventory .items-filter-col {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center
}

@media (max-width: 992px) {
  .account-page-inventory .items-filter-col {
    order: -1;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 10px
  }
}

@media (min-width:768px) and (max-width:991px) {
  .account-page-inventory .items-filter-col {
    justify-content: space-between;
    width: 100%
  }
}

@media (max-width : 767px) {
  .account-page-inventory .items-filter-col {
    flex-wrap: wrap
  }
}

.account-page-inventory .items-filter-col .skins-price-amount-box {
  background: rgba(43, 41, 64, .6);
  border-radius: 12px;
  padding: 10px 20px;
  white-space: nowrap;
  font-weight: 700;
  font-size: 18px;
  margin-right: 15px
}

@media (min-width:768px) and (max-width:991px) {
  .account-page-inventory .items-filter-col .skins-price-amount-box {
    margin-right: 10px
  }
}

@media (max-width : 767px) {
  .account-page-inventory .items-filter-col .skins-price-amount-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    height: 40px;
    margin-right: 0;
    width: 45%;
    font-size: 8rem
  }
}

@media (max-width : 767px) and (min-width: 400px) {
  .account-page-inventory .items-filter-col .skins-price-amount-box {
    font-size: 17px
  }
}

.account-page-inventory .items-filter-col .skins-price-amount-box span {
  background: linear-gradient(90deg, #FFFFFF 7.33%, #C2A087 99.83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: inline-block;
  font-weight: 700
}

@media (min-width:768px) and (max-width:991px) {
  .account-page-inventory .items-filter-col .check-box {
    order: 2;
    margin-right: auto
  }
}

@media (max-width : 767px) {
  .account-page-inventory .items-filter-col .check-box {
    order: 2;
    margin-top: 15px;
    margin-left: auto;
    min-width: 48%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center
  }
}

.account-page-inventory .items-filter-col .custom-switch {
  margin-right: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: stretch
}

@media (max-width : 767px) {
  .account-page-inventory .items-filter-col .custom-switch {
    justify-content: space-between;
    margin-right: 0
  }
}

.account-page-inventory .items-filter-col .custom-switch .checkbox-holder {
  padding-left: 0;
  padding-right: 0;
  white-space: nowrap
}

@media (min-width:992px) and (max-width:1199px) {
  .account-page-inventory .items-filter-col .custom-switch .checkbox-holder {
    font-size: 16px
  }
}

@media (min-width:768px) and (max-width:991px) {
  .account-page-inventory .items-filter-col .custom-switch .checkbox-holder {
    font-size: 14px
  }
}

@media (max-width : 767px) {
  .account-page-inventory .items-filter-col .custom-switch .checkbox-holder {
    font-size: 6rem
  }
}

@media (max-width : 767px) and (min-width: 400px) {
  .account-page-inventory .items-filter-col .custom-switch .checkbox-holder {
    font-size: 16px
  }
}

.account-page-inventory .items-filter-col .custom-switch .ch-btn {
  position: relative;
  display: block;
  order: -1;
  margin-left: auto;
  margin-right: 5px;
  margin-bottom: 0
}

@media (max-width : 767px) {
  .account-page-inventory .items-filter-col .custom-switch .ch-btn {
    margin-left: 0
  }
}

.account-page-inventory .items-filter-col .button {
  height: 40px;
  padding: 0 20px;
  margin-left: 10px;
  white-space: nowrap
}

@media (min-width:768px) and (max-width:991px) {
  .account-page-inventory .items-filter-col .button {
    order: 3
  }
}

@media (max-width : 767px) {
  .account-page-inventory .items-filter-col .button {
    margin-left: 0;
    width: 48%;
    padding: 0 10px;
    font-size: 6rem
  }
}

@media (max-width : 767px) and (min-width: 400px) {
  .account-page-inventory .items-filter-col .button {
    font-size: 16px
  }
}

.account-page-inventory .items-filter-col .button i {
  margin-left: 8px;
  min-width: 17px
}

.account-page-inventory .trade-link-box {
  width: 100%;
  padding: 15px 2%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  border-radius: 13px;
  background: #211F30;
  z-index: 4
}

@media (min-width:992px) and (max-width:1199px) {
  .account-page-inventory .trade-link-box {
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 10px
  }
}

@media (min-width:768px) and (max-width:991px) {
  .account-page-inventory .trade-link-box {
    position: static;
    margin-bottom: 20px;
    height: auto
  }
}

@media (max-width : 767px) {
  .account-page-inventory .trade-link-box {
    position: relative;
    right: auto;
    bottom: auto;
    top: auto;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    padding: 4%;
    flex-wrap: wrap
  }
}

.account-page-inventory .trade-link-box .title-col {
  padding-right: 20px;
  min-width: 100px
}

@media (max-width : 767px) {
  .account-page-inventory .trade-link-box .title-col {
    width: 100%;
    padding-right: 0;
    padding-bottom: 10px
  }
}

.account-page-inventory .trade-link-box .link-col {
  flex: 1;
  height: 100%
}

@media (min-width:992px) and (max-width:1199px) {
  .account-page-inventory .trade-link-box .link-col {
    width: 100%;
    flex: none;
    order: 3;
    padding-top: 5px
  }
}

.account-page-inventory .trade-link-box .link-title {
  font-weight: 700;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #c09d84;
  display: block
}

@media (min-width:768px) and (max-width:991px) {
  .account-page-inventory .trade-link-box .link-title {
    font-size: 2rem
  }
}

@media (max-width : 767px) {
  .account-page-inventory .trade-link-box .link-title {
    font-size: 5rem
  }
}

.account-page-inventory .trade-link-box .link-copy-wrap {
  flex: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  border: 1px solid #5C5873;
  border-radius: 12px;
  height: 100%;
  padding: 8px 10px;
  position: relative
}

@media (min-width:992px) and (max-width:1199px) {
  .account-page-inventory .trade-link-box .link-copy-wrap {
    flex: none;
    height: 45px
  }
}

@media (min-width:768px) and (max-width:991px) {
  .account-page-inventory .trade-link-box .link-copy-wrap {
    justify-content: space-between;
    height: auto
  }
}

@media (max-width : 767px) {
  .account-page-inventory .trade-link-box .link-copy-wrap {
    padding: 5px
  }
}

.account-page-inventory .trade-link-box input {
  background: none;
  color: #d0c6ef99;
  display: block;
  flex: 1;
  font-size: 1.7rem
}

@media (min-width:768px) and (max-width:991px) {
  .account-page-inventory .trade-link-box input {
    font-size: 14px;
    position: static;
    flex: 1
  }
}

@media (max-width : 767px) {
  .account-page-inventory .trade-link-box input {
    font-size: 12px;
    left: 3%;
    right: 80px
  }
}

.account-page-inventory .trade-link-box .button {
  position: relative;
  z-index: 3
}

@media (min-width:992px) and (max-width:1199px) {
  .account-page-inventory .trade-link-box .button {
    height: 30px;
    padding: 0 20px
  }
}

@media (max-width : 767px) {
  .account-page-inventory .trade-link-box .button {
    height: 30px;
    font-size: 12px;
    padding: 0 15px
  }
}

.account-page-inventory .trade-link-box .howto-col {
  padding-left: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center
}

@media (min-width:992px) and (max-width:1199px) {
  .account-page-inventory .trade-link-box .howto-col {
    margin-top: -5px
  }
}

@media (max-width : 767px) {
  .account-page-inventory .trade-link-box .howto-col {
    width: 100%;
    position: absolute;
    top: 10px;
    right: 5%
  }
}

.account-page-inventory .trade-link-box .howto-col a {
  display: inline-block;
  font-size: 1.6rem;
  text-decoration: underline;
  color: #c09d84
}

@media (min-width:768px) and (max-width:991px) {
  .account-page-inventory .trade-link-box .howto-col a {
    font-size: 2rem
  }
}

@media (max-width : 767px) {
  .account-page-inventory .trade-link-box .howto-col a {
    font-size: 4rem
  }
}

.account-page-inventory .trade-link-box .howto-col a:hover {
  text-decoration: none;
  color: #fff
}

.up-arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 38px;
  height: 26px;
  margin-top: -12px;
  margin-left: -19px;
  z-index: 3;
  border-radius: 30px;
  background: rgba(79, 75, 116, .8)
}

.up-arrow:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-block;
  border: solid rgba(255, 255, 255, .7);
  border-width: 0 1px 1px 0;
  padding: 3.4px;
  transform: rotate(-45deg);
  vertical-align: top;
  margin-top: -4px;
  margin-left: -1px
}

.up-arrow:after {
  content: "";
  display: block;
  clear: both;
  display: inline-block;
  border: solid rgba(255, 255, 255, .7);
  border-width: 0 1px 1px 0;
  padding: 2.5px;
  transform: rotate(-45deg);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -3px;
  margin-left: -8px
}

.contract-history-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch
}

.contract-history-list .history-item {
  border: 1px solid #3F385C;
  border-radius: 12px;
  padding: 15px;
  width: 49.4%;
  margin-bottom: 1.5rem
}

@media (min-width:768px) and (max-width:991px) {
  .contract-history-list .history-item {
    width: 100%
  }
}

@media (max-width : 767px) {
  .contract-history-list .history-item {
    width: 100%;
    margin-bottom: 10px
  }
}

.contract-history-list .history-contract-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 1rem
}

@media (max-width : 767px) {
  .contract-history-list .history-contract-row {
    flex-wrap: wrap
  }
}

.contract-history-list .history-contract-row .user-bet-col {
  width: 75%
}

@media (max-width : 767px) {
  .contract-history-list .history-contract-row .user-bet-col {
    width: 100%
  }
}

.contract-history-list .history-contract-row .user-won-col {
  padding-left: 6px;
  width: 25%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  position: relative
}

@media (max-width : 767px) {
  .contract-history-list .history-contract-row .user-won-col {
    width: 50%;
    padding: 0;
    order: -1;
    margin: 0 auto 10px
  }
}

@media (max-width : 767px) {
  .contract-history-list .history-contract-row .user-won-col ._weapon-item {
    aspect-ratio: 1/.7
  }
}

.contract-history-list .history-contract-row .user-won-col ._weapon-item .weapon-pic {
  padding: 10%
}

.contract-history-list .history-contract-row .user-won-col ._weapon-item .center-target {
  padding: 0 20%
}

.contract-history-list .history-contract-row .user-won-col ._weapon-item .center-target img {
  max-width: 100px
}

.contract-history-list .history-contract-row .user-won-col ._weapon-item .item-desc {
  bottom: 10%;
  z-index: 7
}

.contract-history-list .up-arrow {
  left: 0;
  margin-left: -15px
}

@media (max-width : 767px) {
  .contract-history-list .up-arrow {
    left: 50%;
    transform: rotate(-90deg);
    top: 100%
  }
}

.contract-history-list .amount-box {
  width: 100%;
  text-align: center
}

.contract-history-list .amount-box span {
  font-size: 13px;
  color: #8a87a1;
  padding-right: 13px
}

.contract-history-list .amount-box b {
  font-size: 15px;
  color: #f5d4bb;
  font-weight: 500
}

.contract-history-list .user-bet-skins-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5px;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative
}

@media (max-width : 767px) {
  .contract-history-list .user-bet-skins-list {
    grid-template-columns: repeat(3, 1fr)
  }
}

.contract-history-list .user-bet-skins-list ._weapon-item {
  aspect-ratio: 1/.8
}

.contract-history-list .user-bet-skins-list ._weapon-item .item-desc {
  display: none
}

.contract-history-list .user-bet-skins-list ._weapon-item .weapon-pic {
  padding: 10%
}

.contract-history-list .user-bet-skins-list ._weapon-item .center-target {
  padding: 0 20%
}

.contract-history-list .user-bet-skins-list .center-target-empty {
  border-radius: 5px;
  overflow: hidden;
  padding: 0 20%;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, #302D46 0%, #252236 100%);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center
}

.contract-history-list .user-bet-skins-list .center-target-empty img {
  border-radius: 50%;
  position: relative;
  z-index: 2;
  max-width: 80px;
  width: 100%
}


.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 3vw;
  padding-right: 3vw;
  width: 100%
}

@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    padding-left: 3vw;
    padding-right: 3vw
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .container {
    padding-left: 3vw;
    padding-right: 3vw
  }
}

@media (max-width : 767px) {
  .container {
    padding-left: 6vw;
    padding-right: 6vw
  }
}

@media (min-width: calc(2000px + 7vw)) {
  .container {
    padding-left: 0;
    padding-right: 0;
    width: 2000px
  }
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear
}

.fade.in {
  opacity: 1
}

.collapse {
  display: none;
  visibility: hidden
}

.collapse.in,
.collapse.show {
  display: block;
  visibility: visible
}

tr.collapse.in {
  display: table-row
}

tbody.collapse.in {
  display: table-row-group
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height, visibility
}

.tab-content>.tab-pane {
  display: none
}

.tab-content>.active {
  display: block;
  opacity: 1
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
  line-height: 100%
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  display: block;
  max-width: 100%;
  height: auto
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee
}

.text-left {
  text-align: left
}

.text-right {
  text-align: right
}

.text-center {
  text-align: center
}

.text-justify {
  text-align: justify
}

.text-nowrap {
  white-space: nowrap
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto
}

.hide {
  display: none !important
}

.show {
  display: block !important
}

.invisible {
  visibility: hidden
}

.hidden {
  display: none !important;
  visibility: hidden !important
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important
  }
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700
}

input[type=file] {
  display: block
}

select[multiple],
select[size] {
  height: auto
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1
}

.form-control:-ms-input-placeholder {
  color: #999
}

.form-control::-webkit-input-placeholder {
  color: #999
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1
}

textarea.form-control {
  height: auto
}

input[type=search] {
  -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

  input[type=date],
  input[type=time],
  input[type=datetime-local],
  input[type=month] {
    line-height: 34px
  }
}

.form-group {
  margin-bottom: 15px
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 4px \	;
  margin-left: -20px
}

input[type=radio][disabled],
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=checkbox].disabled,
fieldset[disabled] input[type=radio],
fieldset[disabled] input[type=checkbox],
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline,
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed
}

.fade {
  transition: opacity .15s linear
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none
  }
}

.fade:not(.show) {
  opacity: 0
}

.collapse:not(.show) {
  display: none
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s ease
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none
  }
}

.collapsing.width {
  width: 0;
  height: auto;
  transition: width .35s ease
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none
  }
}


html *,
body * {
  line-height: 100%
}


.pre-formatted {
  white-space: pre
}



.abs-link {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  display: block;
  overflow: hidden;
  text-indent: -9999px
}


img.full-width {
  width: 100%
}

@media (min-width: 768px) {
  .app-wrapper {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    min-height: 100vh
  }

  .app-wrapper .page-holder {
    flex: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .app-wrapper .page-holder {
    min-height: 100vh
  }
}

.rel-box {
  position: relative;
  z-index: 3
}

._g-centered-block {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center
}

html.modal-open,
body.modal-open,
.modal-open {
  overflow: hidden
}

.modal-open body {
  overflow: hidden !important
}

.pop-block {
  display: none;
  position: absolute
}

.page-holder {
  width: 100%;
  padding: 0 6vw;
  margin-left: auto;
  margin-right: auto
}

@media (min-width: calc(2000px + 12vw)) {
  .page-holder {
    padding-left: 0;
    padding-right: 0;
    width: 2000px
  }
}


@media (min-width:768px) and (max-width:991px) {
  .page-holder {
    padding-left: 60px
  }
}

@media (max-width : 767px) {
  .page-holder {
    padding: 0 4vw;
    overflow: hidden
  }
}

.container-full {
  width: 100%;
  margin: 0 auto;
  padding: 0 6vw;
  position: relative;
  z-index: 5
}

@media (min-width: calc(2000px + 12vw)) {
  .container-full {
    padding-left: 0;
    padding-right: 0;
    width: 2000px
  }
}

@media (max-width: 1500px) {
  .container-full {
    padding-right: 20px
  }
}

@media (max-width: 1300px) {
  .container-full {
    padding: 0 20px
  }
}

@media (max-width : 767px) {
  .container-full {
    padding: 0 5vw
  }
}

.container-inside {
  width: 100%;
  position: relative;
  padding-bottom: 50px
}

@media (max-width: 2300px) {
  .container-inside {
    padding-left: 3vw;
    padding-right: 0
  }
}

@media (max-width: 1500px) {
  .container-inside {
    padding-right: 0
  }
}

@media (max-width: 992px) {
  .container-inside {
    padding-left: 4vw
  }
}

@media (max-width : 767px) {
  .container-inside {
    padding: 0
  }
}

.gs-dev-tools {
  z-index: 50
}

.warn-text {
  position: relative;
  display: inline-block;
  min-height: 25px;
  font-size: 15px;
  font-weight: 500;
  color: #e43b3b;
  padding-left: 40px;
  padding-top: 6px
}

.warn-text:before {
  content: "";
  display: block;
  clear: both;
  content: "i";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #fd1616;
  background: #47272F;
  border: 2px solid #FD1616;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  position: absolute;
  text-align: center;
  left: 0;
  top: 0
}

._g-brown-arrowed-btn {
  display: inline-block;
  padding: 1.3rem 2rem 1.2rem;
  font-weight: 500;
  background: #C09D84;
  border-radius: 8px;
  color: #fff;
  font-size: 1.5rem;
  text-transform: uppercase
}

@media (max-width : 767px) {
  ._g-brown-arrowed-btn {
    padding: 11px 20px 10px;
    font-size: 13px
  }
}

@media (min-width:768px) and (max-width:991px) {
  ._g-brown-arrowed-btn {
    padding: 2rem;
    font-size: 2rem
  }
}

._g-brown-arrowed-btn:not(:disabled):hover {
  background: #b4947e;
  color: #fff
}

._g-brown-arrowed-btn:disabled {
  background: #36304E;
  color: #d0c6ef4f
}

._g-brown-arrowed-btn:disabled i,
._g-brown-arrowed-btn:disabled span:after {
  opacity: .5
}

._g-brown-arrowed-btn span {
  padding-right: 19px;
  position: relative
}

@media (max-width : 767px) {
  ._g-brown-arrowed-btn span {
    padding-right: 15px
  }
}

._g-brown-arrowed-btn span:after {
  content: "";
  display: block;
  clear: both;
  display: inline-block;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  padding: 3px;
  transform: rotate(-45deg);
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px
}

@media (max-width : 767px) {
  ._g-brown-arrowed-btn span:after {
    padding: 2px
  }
}

._g-brown-btn {
  display: inline-block;
  padding: 1.3rem 2rem 1.1rem;
  background: #C09D84;
  border-radius: 8px;
  color: #fff;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 700
}

@media (max-width : 767px) {
  ._g-brown-btn {
    padding: 11px 20px 10px;
    font-size: 13px
  }
}

._g-brown-btn:hover {
  background: #b4947e;
  color: #fff
}

._g-gray-btn {
  height: 100%;
  background: #36324A;
  color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 15px;
  border-radius: 8px;
  font-weight: 700;
  transition: background-color .3s ease;
  text-transform: uppercase
}

._g-gray-btn:not(:disabled):hover {
  background: #4e4867
}

._g-gray-btn:disabled {
  background: #201C2E;
  color: #ffffff7d
}

._g-gray-btn:disabled i {
  opacity: .5
}

._g-gray-btn i {
  width: 32px;
  display: block;
  margin-right: 10px
}

._g-gray-btn i img {
  max-width: 18px
}

._g-gray-btn i+span {
  padding-right: 10px
}

.button {
  background: #C09D84;
  color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  border-radius: 9px;
  font-weight: 500;
  transition: all .3s ease;
  text-transform: uppercase;
  height: 50px;
  padding: 0 30px
}

@media (max-width : 767px) {
  .button {
    height: 45px
  }
}

@media (min-width:768px) and (max-width:991px) {
  .button {
    height: 40px;
    padding: 0 15px
  }
}

@media (min-width: 768px) {
  .button:not(:disabled):hover {
    background: #4e4867;
    color: #fff
  }
}

.button:disabled {
  background: rgba(119, 102, 173, .3);
  color: #d0c6ef4f
}

.button:disabled i,
.button:disabled:after {
  opacity: .5
}

.button._with-arrow:after {
  content: "";
  display: block;
  clear: both;
  display: inline-block;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  padding: 3px;
  transform: rotate(-45deg)
}

.button._with-arrow span {
  padding-right: 15px;
  padding-left: 10px
}

.button._with-border {
  background: none;
  border: 1px solid rgba(192, 157, 132, .33);
  color: #c09d84
}

.button._with-border:hover {
  background: none;
  border-color: #c09d8480;
  color: #e5c4b1
}

.button._size-m {
  height: 39px
}

.button._size-md {
  height: 44px
}

.button i {
  display: block;
  margin-left: 13px
}

.button i img {
  filter: invert(1);
  display: block
}

._g-centered-wide-box {
  max-width: 1500px;
  margin: 0 auto
}

.quest-btn {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle
}

.quest-btn:hover img,
.quest-btn.actived img {
  filter: invert(1)
}

.quest-btn img {
  display: block;
  transition: all .3s ease;
  filter: invert(67%) sepia(41%) saturate(249%) hue-rotate(342deg) brightness(90%) contrast(87%)
}

.custom-checkbox {
  position: relative;
  font-weight: 400;
  min-height: 30px;
  margin: 0
}

@media (max-width : 767px) {
  .custom-checkbox {
    min-height: 22px
  }
}

.custom-checkbox input {
  opacity: 0;
  font-size: 0;
  visibility: hidden;
  position: absolute
}

.custom-checkbox input:checked+.checkbox-holder {
  color: #fff
}

.custom-checkbox input:checked+.checkbox-holder+.ch-btn {
  border-color: #333;
  background: #C09D84
}

.custom-checkbox input:checked+.checkbox-holder+.ch-btn:before {
  opacity: 1
}

.custom-checkbox:hover .ch-btn {
  border-color: #918dab
}

.custom-checkbox:hover .checkbox-holder {
  color: #fff
}

.custom-checkbox .checkbox-label {
  margin: 0;
  height: 100%;
  display: block;
  font-weight: 400;
  font-size: 16px
}

.custom-checkbox .ch-btn {
  position: absolute;
  width: 32px;
  height: 30px;
  border: 1px solid #646273;
  border-radius: 9px;
  left: 0;
  top: 0;
  cursor: pointer;
  transition: all .3s ease
}

@media (max-width : 767px) {
  .custom-checkbox .ch-btn {
    width: 25px;
    height: 23px;
    border-radius: 5px
  }
}

.custom-checkbox .ch-btn:before {
  content: "";
  display: block;
  clear: both;
  display: inline-block;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  padding: 6px 3px;
  transform: rotate(45deg);
  position: absolute;
  top: 5px;
  left: 12px;
  opacity: 0
}

@media (max-width : 767px) {
  .custom-checkbox .ch-btn:before {
    left: 9px;
    top: 3px;
    padding: 5px 2px
  }
}

.custom-checkbox .checkbox-holder {
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 4px 17px 0 46px;
  border-radius: 7px;
  font-size: 18px;
  line-height: 21px;
  cursor: pointer;
  color: #ffffffe6;
  transition: all .3s ease
}

@media (max-width : 767px) {
  .custom-checkbox .checkbox-holder {
    font-size: 15px;
    line-height: 15px;
    padding-right: 0;
    padding-left: 40px
  }
}

.custom-checkbox .checkbox-holder a {
  color: #c09d84;
  text-decoration: underline;
  padding-left: 5px
}

.custom-checkbox .checkbox-holder a:hover {
  text-decoration: none
}

.custom-switch {
  position: relative;
  font-weight: 400;
  margin: 0
}

@media (max-width : 767px) {
  .custom-switch {
    min-height: 22px
  }
}

.custom-switch input {
  opacity: 0;
  font-size: 0;
  visibility: hidden;
  position: absolute
}

.custom-switch input:checked+.checkbox-holder {
  color: #fff
}

.custom-switch input:checked+.checkbox-holder+.ch-btn {
  border-color: #333;
  background: #C09D84
}

.custom-switch input:checked+.checkbox-holder+.ch-btn:before {
  transform: translate(19px)
}

.custom-switch:hover .ch-btn {
  background: #5d587a
}

.custom-switch:hover .checkbox-holder {
  color: #c0b9d5
}

.custom-switch .checkbox-label {
  margin: 0;
  height: 100%;
  display: block;
  font-weight: 400;
  font-size: 16px
}

.custom-switch .ch-btn {
  position: absolute;
  width: 46px;
  height: 23px;
  border-radius: 20px;
  left: 0;
  top: 0;
  background: #383450;
  cursor: pointer;
  transition: all .3s ease
}

.custom-switch .ch-btn:before {
  content: "";
  display: block;
  clear: both;
  display: inline-block;
  background: #fff;
  border-radius: 20px;
  width: 27px;
  height: 100%;
  left: 0;
  transition: all .3s ease
}

.custom-switch .checkbox-holder {
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 1px 17px 0 55px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 21px;
  cursor: pointer;
  color: #928baa;
  transition: all .3s ease
}

.some-info-box {
  position: relative;
  padding-left: 45px;
  padding-top: 5px;
  padding-bottom: 20px
}

@media (max-width : 767px) {
  .some-info-box {
    padding-top: 2px
  }
}

.some-info-box:before {
  content: "";
  display: block;
  clear: both;
  content: "i";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(192, 157, 132, .3);
  border: 1.57895px solid #C09D84;
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  color: #c09d84
}

.some-info-box.color-blue:before {
  border: none;
  color: #fff;
  background: linear-gradient(to bottom, #A7A5D4 0%, #5B5184 100%)
}

.some-info-box.color-blue p {
  color: #fff
}

.some-info-box p {
  font-size: 14px;
  font-weight: 500;
  color: #c09d84
}

@media (max-width : 767px) {
  .some-info-box p {
    font-size: 13px;
    font-weight: 400
  }

  .some-info-box p br {
    display: none !important
  }
}

.form .form-submit-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center
}

.form .form-submit-row button {
  margin: 0 7px
}

.form .form-group {
  margin-bottom: 25px
}

.question-text-button {
  position: relative;
  padding-right: 28px;
  font-size: 14px;
  font-weight: 700;
  color: #c09d84;
  display: block;
  transition: all .3s ease;
  min-height: 18px
}

.question-text-button:hover {
  color: #fff
}

.question-text-button:hover:after {
  border-color: #fff
}

.question-text-button:after {
  content: "";
  display: block;
  clear: both;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #C09D84;
  content: "?";
  transition: border-color .3s ease
}

.question-text-button._quest-left {
  padding-right: 0;
  padding-left: 28px
}

.question-text-button._quest-left:after {
  right: auto;
  left: 0
}

.modal-close-btn {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 52px;
  height: 37px;
  border: 1px solid rgba(192, 157, 132, .17);
  border-radius: 8px;
  background: none;
  outline: none;
  z-index: 5;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  transition: border-color .3s ease
}

@media (max-width : 767px) {
  .modal-close-btn {
    width: 32px;
    height: 23px;
    right: 15px;
    top: 15px
  }
}

.modal-close-btn i {
  display: block;
  width: 13px;
  height: 13px;
  position: relative;
  margin-left: -1px
}

.modal-close-btn i:before,
.modal-close-btn i:after {
  content: "";
  display: block;
  clear: both;
  height: 2px;
  background-color: #c09d84;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  width: 135%;
  top: 0;
  margin-top: 6px;
  margin-left: -2px;
  transition: all .3s ease
}

@media (max-width : 767px) {

  .modal-close-btn i:before,
  .modal-close-btn i:after {
    width: 100%;
    margin-left: 1px;
    margin-top: 5px
  }
}

.modal-close-btn i:after {
  transform: rotate(-45deg)
}

.modal-close-btn:hover {
  border-color: #c09d8480
}

.modal-close-btn:hover i:before,
.modal-close-btn:hover i:after {
  background: #fff
}

.end-timer-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start
}

.end-timer-box .icon {
  margin-right: 10px
}

.end-timer-box .icon img {
  filter: invert(72%) sepia(8%) saturate(1274%) hue-rotate(342deg) brightness(90%) contrast(86%);
  display: block
}

.end-timer-box .desc-col {
  flex: 1
}

.end-timer-box .time {
  display: inline-block;
  background: linear-gradient(90deg, #FFFFFF 7.33%, #C2A087 99.83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  white-space: nowrap
}

.end-timer-box .time span {
  min-width: 6rem;
  display: inline-block;
  text-align: center;
  vertical-align: middle
}

.end-timer-box .time em {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  padding-bottom: 3px
}

.end-timer-box .time-label {
  display: block;
  font-size: 12px;
  color: #8f7568;
  text-align: right
}

.swiper-scrollbar {
  width: 100%;
  height: 6px
}

.swiper-scrollbar .swiper-scrollbar-drag {
  height: 100%;
  border-radius: 3px;
  background: #413E57
}

@font-face {
  font-family: Dexa Pro;
  src: local("Dexa Pro Regular"), local("@/assets/fonts/DexaPro-Regular"), url(./fonts/DexaPro-Regular.woff2) format("woff2"), url(./fonts/DexaPro-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: Dexa Pro;
  src: local("Dexa Pro Semi Bold"), local("@/assets/fonts/DexaPro-SemiBold"), url(./fonts/DexaPro-SemiBold.woff2) format("woff2"), url(./fonts/DexaPro-SemiBold.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: Dexa Pro;
  src: local("Dexa Pro Bold"), local("@/assets/fonts/DexaPro-Bold"), url(./fonts/DexaPro-Bold.woff2) format("woff2"), url(./fonts/DexaPro-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap
}

.main-page-banner {
  position: relative;
  width: 100%
}

@media (min-width: 768px) {
  .main-page-banner {
    max-height: 45vh
  }
}

@media (max-width : 767px) {
  .main-page-banner {
    margin: 0 -4vw 0px;
    width: auto
  }
}

.main-page-banner:after {
  content: "";
  display: block;
  clear: both;
  padding-top: 39%
}

@media (max-width : 767px) {
  .main-page-banner:after {
    padding-top: 73%
  }
}

.main-page-banner .box-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center
}

.main-page-banner .box-bg:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #1A1824;
  box-shadow: 0 0 40px 50px #1a1824
}

.main-page-banner .box-bg picture {
  position: relative;
  display: block
}

.main-page-banner .box-bg picture:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  bottom: 0;
  background: #1A1824;
  box-shadow: 0 0 40px 50px #1a1824
}

.main-page-banner .box-bg picture:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  bottom: 0;
  background: #1A1824;
  box-shadow: 0 0 40px 50px #1a1824
}

.main-page-banner .box-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 20%
}

.main-page-banner .box-content {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  height: auto;
  bottom: 8vh;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: stretch;
  z-index: 3
}

@media (max-width : 767px) {
  .main-page-banner .box-content {
    padding-left: 4vw;
    padding-right: 4vw;
    bottom: 5vh
  }
}

.main-page-banner .subtitle {
  display: block;
  color: #685d61;
  font-size: 12px;
  margin-bottom: 2rem
}

@media (max-width : 767px) {
  .main-page-banner .subtitle {
    color: #dbc7b9;
    font-size: 13px;
    margin-bottom: 4rem
  }
}

.main-page-banner .title {
  color: #fff;
  font-size: 5.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
  display: inline-block;
  text-transform: uppercase;
  background: linear-gradient(90deg, #FFFFFF 7.33%, #E7CCB9 99.83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent
}

@media (max-width : 767px) {
  .main-page-banner .title {
    font-size: 7vw;
    margin-bottom: 5rem
  }
}

.cases-cats-list {
  position: relative;
  z-index: 4
}

.cases-line-box {
  text-align: center;
  margin: 0 auto 3rem
}

@media (max-width : 767px) {
  .cases-line-box {
    margin-bottom: 20px
  }
}

.cases-line-box .gift-cat {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 30%;
  margin: 0 auto 15px
}

@media (max-width : 767px) {
  .cases-line-box .gift-cat {
    width: 55%
  }
}

.cases-line-box .gift-cat img {
  width: 100%;
  max-width: 402px
}

.cases-line-box .box-title {
  display: inline-block;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 4.3rem;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  background: linear-gradient(90deg, #FFFFFF 7.33%, #E7CCB9 99.83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent
}

@media (max-width : 767px) {
  .cases-line-box .box-title {
    font-size: 8rem;
    margin-bottom: 10px
  }
}

.cases-line-box .box-lined-title {
  display: block;
  font-size: 9px;
  text-transform: uppercase;
  color: #5c586e;
  font-weight: 500;
  letter-spacing: 8px;
  text-align: center;
  overflow: hidden;
  margin-bottom: 10px
}

.cases-line-box .box-lined-title span {
  position: relative;
  display: inline-block
}

.cases-line-box .box-lined-title span:before,
.cases-line-box .box-lined-title span:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 100%;
  margin-right: 25px;
  width: 100vw;
  background: rgba(52, 49, 65, .53);
  height: 1px
}

.cases-line-box .box-lined-title span:after {
  right: auto;
  margin-right: 0;
  margin-left: 25px;
  left: 100%
}

.cases-line-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  padding-top: 2rem;
  position: relative
}

.cases-line-row:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 2px;
  background: #1A1824
}

.cases-line-row .case-item {
  width: 20%
}

.cases-line-row .case-item:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  animation: lds-circle 4s cubic-bezier(0, .2, .8, 1) infinite;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(90deg, #272534 7.33%, #281B34 99.83%);
  left: 50%;
  top: 50%;
  margin-left: -32px;
  margin-top: -32px;
  transition: transform .5s ease
}

@media (max-width : 767px) {
  .cases-line-row .case-item {
    width: 50%
  }
}

@media (max-width : 767px) and (min-width: 500px) {
  .cases-line-row .case-item {
    width: 33.333%
  }
}

.cases-line-row .case-item .case {
  transition: opacity .5s ease;
  opacity: 0
}

.cases-line-row .case-item.loaded:before {
  opacity: 0;
  visibility: hidden
}

.cases-line-row .case-item.loaded .case {
  opacity: 1
}

@keyframes lds-circle {

  0%,
  to {
    animation-timing-function: cubic-bezier(.5, 0, 1, .5)
  }

  0% {
    transform: rotateY(0)
  }

  50% {
    transform: rotateY(1800deg);
    animation-timing-function: cubic-bezier(0, .5, .5, 1)
  }

  to {
    transform: rotateY(3600deg)
  }
}