
#modal_case .modal_container .modal_buttons .button-sell {
  margin-top: 40px;
  padding: 14px 35px;
  font-weight: bold;
  cursor: pointer;
  width: max-content;
  display: flex;
  background: var(--span);
  border-radius: 5px;
  align-items: baseline;
  transition: transform 0.3s;
}
#modal_case .modal_container .modal_buttons .button-sell:hover {
  transform: translateY(-2px);
}

/**
    Case inner
*/
/* .container_profile_cases {
  max-width: 450px !important;
} */
@-webkit-keyframes "caseShowAnimation" {
  0% {
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes "caseShowAnimation" {
  0% {
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/**
    Live
*/
@-webkit-keyframes "liveAnimation" {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0.3;
  }
}
@keyframes "liveAnimation" {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0.3;
  }
}
/**
    Cases
*/
@-webkit-keyframes "check" {
  0% {
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 5px;
  }
  50% {
    height: 13px;
    width: 5px;
  }
}
@keyframes "check" {
  0% {
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 5px;
  }
  50% {
    height: 13px;
    width: 5px;
  }
}
/*# sourceMappingURL=1.css.map */
/*# sourceMappingURL=1.css.map */
.card_user_profile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px;
  gap: 10px;
  align-items: center;
}
.card_user_profile img {
  width: 40px;
  border-radius: 6px;
}

.card_where_avatar {
  display: flex;
  gap: 25px;
  align-items: center;
}

.flex_where-buttons {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 15px;
}
.flex_where-buttons a {
  color: var(--text-default);
  background: var(--bg);
  padding: 13px 20px;
  font-size: 14px;
  letter-spacing: 0.4px;
  font-weight: 500;
  border-radius: 10px;
  transition: 0.3s;
  display: flex;
  gap: 7px;
  align-items: center;
  line-height: 1;
}
.flex_where-buttons a i {
  font-size: 16px;
}
.flex_where-buttons a:hover {
  filter: brightness(115%);
}

.balances_user {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  color: var(--span-color);
  flex-direction: column;
  gap: 5px;
}

.balances_shop {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}

.balances_shop select {
  background: var(--bg-color);
  border-radius: 3px;
  padding: 5px;
  color: #fff;
  border: 1px solid var(--sidebar-gradient-2);
  font-weight: 500;
}

.nn_user {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hide__just__buyed {
  visibility: hidden;
  opacity: 0;
  position: absolute;
}

.case-btns {
  display: flex;
  margin: -5px 0;
}

.case-btns__btn-wrapper {
  flex-shrink: 0;
  padding: 5px;
}

.case-btns__btn {
  padding: 19px 20px 19px 53px;
  color: var(--span-color);
  font-weight: 700;
  font-size: 14px;
  background-color: initial;
  border: 2px solid var(--span-color);
  border-radius: 8px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  border-radius: 8px;
  transition: 0.3s ease;
}
.case-btns__btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.case-btns__btn:hover {
  color: var(--span-color);
  border-color: var(--span-color);
}

.case-btns__btn--sell {
  position: relative;
  display: flex;
  color: var(--default-text-color);
  background-color: var(--span-color);
  border-color: var(--span-color);
  transition: 0.3s ease;
}
.case-btns__btn--sell path {
  fill: var(--default-text-color) !important;
}
.case-btns__btn--sell:hover {
  filter: brightness(115%);
  color: var(--default-text-color);
}
.case-btns__btn--sell .case-btns__btn-icon {
  width: 24px;
  height: 22px;
  margin-top: -11px;
}

.case-btns__btn--hidden {
  cursor: default;
  opacity: 0.4;
}
.case-btns__btn--hidden:hover {
  background-color: var(--span-color);
  border-color: var(--span-color);
}

.case-btns__btn-icon {
  position: absolute;
  top: 50%;
  left: 17px;
}
.case-btns__btn-icon path {
  fill: var(--span-color);
  transition: fill 0.3s ease;
}

.case-btns__btn--again .case-btns__btn-icon {
  width: 22px;
  height: 24px;
  margin-top: -12px;
}

.case-footer {
  display: flex;
  align-items: center;
  min-height: 140px;
}

.case-footer--center {
  justify-content: center;
}

.case-footer__controls {
  display: flex;
  flex: 1 1;
  justify-content: flex-end;
}

.case-footer__controls-list {
  display: flex;
  overflow: hidden;
  border-radius: 6px;
  background-color: var(--card);
}

.case-footer__controls-item + .case-footer__controls-item {
  border-left: 1px solid var(--bg);
}
.case-footer__controls-item:first-child .case-footer__controls-label {
  border-radius: 8px 0 0 8px;
}

.case-footer__controls-input {
  display: none;
}
.case-footer__controls-input:checked + .case-footer__controls-label {
  color: #dedfe8;
  filter: brightness(125%);
}

.case-footer__controls-label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  min-height: 62px;
  padding: 18px 10px;
  color: #747684;
  font-weight: 900;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  background-color: var(--sidebar-color);
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.case-footer__controls-label:hover {
  color: #8d8f9e;
  filter: brightness(115%);
}

.case__controls-item:last-child .case-footer__controls-label {
  border-radius: 0 8px 8px 0;
}

.case-footer__open-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

.case-footer__btn-wrapper {
  display: flex;
  flex-shrink: 0;
  padding: 0 20px;
}
.case-footer__btn-wrapper.case_footer_timer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
}
.case-footer__btn-wrapper.case_footer_timer .open__last {
  letter-spacing: 0.5px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.589);
  font-weight: 700;
}

.case-footer__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 23px 28px;
  color: var(--text-default-invert);
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  background-color: var(--span);
  border-radius: 8px;
  transition: 0.3s ease;
}
.case-footer__btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.case-footer__btn path {
  transition: 0.3s ease;
}
.case-footer__btn:hover {
  transition: 0.3s ease;
  filter: brightness(115%);
}
.case-footer__btn:hover path {
  transition: 0.3s ease;
  filter: brightness(115%);
}

.case__open-wrapper--locked .case-footer__btn {
  color: #383847;
  background-color: #242534;
  cursor: default;
  transition: none;
}
.case__open-wrapper--locked .case-footer__btn:hover {
  color: #383847;
  background-color: #242534;
}

.case_can_i_open_container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.case-footer__fast-wrapper {
  flex: 1 1;
}

.case-footer__fast, .case-can_i__open {
  display: inline-flex;
  align-items: center;
  min-height: 62px;
  padding: 14px 19px;
  color: #b5b7c2;
  font-weight: 900;
  font-size: 11px;
  text-transform: uppercase;
  background-color: var(--card);
  border-radius: 8px;
  cursor: pointer;
}

.case-footer__fast-toggle, .case-can_i__open-toggle {
  position: relative;
  flex-shrink: 0;
  width: 37px;
  height: 24px;
  margin-left: 16px;
  background-color: var(--bg);
  border-radius: 8px;
  transition: background-color 0.3s ease;
}
.case-footer__fast-toggle:before, .case-can_i__open-toggle:before {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 16px;
  height: 16px;
  background-color: #404053;
  border-radius: 5px;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
  content: "";
}

.case-footer__fast--on .case-footer__fast-toggle:before, .case-footer__fast--on .case-can_i__open-toggle:before, .case-can_i__open--on .case-footer__fast-toggle:before, .case-can_i__open--on .case-can_i__open-toggle:before {
  background-color: var(--span);
  -webkit-transform: translateX(13px);
  transform: translateX(13px);
}

.case__footer {
  padding: 30px 45px 30px 30px !important;
}

.case__contains-title {
  color: var(--default-text-color);
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
}

.case__items {
  padding-top: 40px;
}
.case__items .items {
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -8px -4px 0;
}
.case__items .items__item {
  position: relative;
  flex-shrink: 0;
  width: 14.2857%;
  height: 140px;
  margin-top: 8px;
  padding: 0 4px;
}
.case__items .item_item__block {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(73, 78, 84, 0) -7.98%, rgba(130, 138, 150, 0.237) 83.46%), #21212c;
  border-radius: 6px;
}
.case__items .item_item__block:hover .item_image__in_wrapper {
  transform: scale(1.1) rotate(5deg);
  transition: 0.3s ease-out;
}
.case__items .item_imageWrapper {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
.case__items .item_image__in_wrapper {
  width: 130px;
  height: 97px;
  transition: 0.3s ease-out;
}
.case__items .item_footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 13px 15px;
  font-size: 13px;
  line-height: 1.3;
}
.case__items .item_skinName {
  position: relative;
  z-index: 2;
  display: block;
  overflow: hidden;
  font-size: 13px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #e5e7eb;
}
.case__items .item_weaponName {
  position: relative;
  z-index: 2;
  display: block;
  overflow: hidden;
  font-size: 13px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #b1b1b1;
  font-weight: 300;
  font-size: 11px;
  line-height: 1.6;
}

.case__inner {
  margin-top: 15px;
}

.case-status {
  margin-top: -55px;
  text-align: center;
}

.case-status__informer {
  display: inline-block;
  padding: 21px 32px;
  text-align: center;
  background-color: rgba(86, 68, 51, 0.6);
  border-radius: 10px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.case-status--refill .case-status__informer {
  background-color: rgba(106, 55, 55, 0.65);
}
.case-status--refill .case-status__informer-title {
  color: #ff7e6c;
}
.case-status--refill .case-status__informer-content {
  color: #f0e9e5;
}

.case-status--unavailable .case-status__informer {
  background-color: rgba(59, 59, 74, 0.6);
}
.case-status--unavailable .case-status__informer-title {
  color: #fff;
}
.case-status--unavailable .case-status__informer-content {
  color: #c4c7cd;
}

.case-status__informer-title {
  margin-bottom: 5px;
  color: #ffc27b;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
}

.case-status__informer-content {
  color: var(--default-text-color);
  font-weight: 500;
  font-size: 14px;
}

.case-status__btn-wrapper {
  margin: 15px 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.case-status__btn {
  position: relative;
  height: 100%;
  padding: 20px 25px;
  overflow: hidden;
  color: var(--default-text-color);
  cursor: pointer;
  font-weight: 700;
  font-size: 13px;
  display: block;
  width: max-content;
  text-transform: uppercase;
  background-color: #e69d5d;
  border-radius: 8px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.case-status__btn:hover {
  color: #684933;
  background-color: #fac26f;
}

.case-status__btn--auth {
  padding-left: 60px;
  transition: background-color 0.3s ease, color 0.3s ease, opacity 0.3s ease;
}
.case-status__btn--auth:before {
  position: absolute;
  top: 50%;
  left: 23px;
  width: 24px;
  height: 21px;
  margin-top: -11px;
  background: url(/app/modules/module_page_cases/temp/img/steam.svg) no-repeat;
  content: "";
}

.case-status__btn--refill {
  padding: 22px 65px 22px 25px;
  color: #272735;
  background-color: #64ce82;
}
.case-status__btn--refill:after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 32px;
  height: 32px;
  margin-top: -17px;
  background: url(/app/modules/module_page_cases/temp/img/money.svg) no-repeat;
  content: "";
}
.case-status__btn--refill:hover {
  color: #272735;
  background-color: #81dd9b;
}

.case-status__btn--loading {
  cursor: wait;
  opacity: 0.7;
}

.case-spins {
  position: relative;
  height: 260px;
  background-color: var(--card);
  border-radius: 16px;
  transition: 0.3s;
}

.case-spins.case-spins-height {
  height: auto !important;
  transition: height 2s ease-in;
}

.case-spins__cases-list {
  display: flex;
  align-items: center;
  height: 100%;
}

.case-spins__cases-item {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: width 0.2s ease;
}
.case-spins__cases-item + .case-spins__cases-item {
  border-left: 1px solid var(--bg);
}

.case-spins__cases-list--single .case-spins__cases-item {
  overflow: visible;
}
.case-spins__cases-list--single .case-spins__cases-image {
  max-width: 320px;
  max-height: none;
  opacity: 1;
  -webkit-animation: none;
  animation: none;
}

.case-spins__cases-list--two .case-spins__cases-item {
  width: 50%;
}

.case-spins__cases-list--three .case-spins__cases-item {
  width: 33.333%;
}

.case-spins__cases-list--four .case-spins__cases-item {
  width: 25%;
}

.case-spins__cases-list--five .case-spins__cases-item {
  width: 20%;
}

.case-spins__cases-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.case-spins__cases-image {
  max-width: 80%;
  max-height: 95%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  -webkit-animation: caseShowAnimation 0.2s ease forwards;
  animation: caseShowAnimation 0.2s ease forwards;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.case-header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  margin-bottom: 20px;
}

.case-header__back-wrapper {
  position: absolute;
  top: 5px;
  left: 0;
}

.case-header__back-btn {
  position: relative;
  display: inline-block;
  padding: 15px 20px 15px 46px;
  color: #7e8494;
  font-size: 14px;
  background-color: var(--card);
  border-radius: 8px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.case-header__back-btn:before {
  position: absolute;
  top: 50%;
  left: 19px;
  width: 16px;
  height: 14px;
  margin-top: -7px;
  background: url(/app/modules/module_page_cases/temp/img/arrow.svg) no-repeat;
  transition: 0.3s ease;
  transition: 0.3s ease;
  transition: 0.3s ease;
  content: "";
}
.case-header__back-btn:hover {
  color: #cecfd6;
  filter: brightness(115%);
}
.case-header__back-btn:hover:before {
  -webkit-transform: translateX(-3px);
  transform: translateX(-3px);
}

.case-header__limit {
  position: absolute;
  top: 0;
  right: 0;
}

.case-header__title {
  z-index: 1;
  color: #fff;
  font-weight: 300;
  font-size: 28px;
}

.case--ny .case-header__title {
  font-size: 0;
}

.live {
  position: relative;
  padding-top: 2px;
  padding-left: 2px;
}

.live__list-wrapper {
  position: relative;
  display: flex;
  overflow: hidden;
  background: var(--sidebar-color);
  border-radius: 10px;
}
.live__list-wrapper:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 160px;
  background: linear-gradient(270deg, rgba(27, 28, 36, 0.9) 11.88%, rgba(27, 28, 36, 0) 81.88%);
  content: "";
}

.live__list {
  display: flex;
}

.live__item {
  position: relative;
  flex-shrink: 0;
}
.live__item + .live__item {
  margin-left: 2px;
}

.live__link {
  position: relative;
  display: block;
  width: 160px;
  height: 104px;
  overflow: hidden;
  background: radial-gradient(101.95% 157% at 50% -23%, rgba(191, 198, 201, 0.4) 0, rgba(169, 175, 176, 0.316) 31.63%, rgba(67, 75, 77, 0) 100%), #21222b;
  border-radius: 3px;
}
.live__link:hover .live__back {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  visibility: visible;
  opacity: 1;
}
.live__link:hover .live__front {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.live__link:hover .live__image-case-wrapper {
  -webkit-transform: none;
  transform: none;
}
.live__link:hover .live__user-photo-wrapper {
  -webkit-transform: none;
  transform: none;
}

.live__back {
  height: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease, visibility 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.28, 0.67, 0.04, 1);
  transition: transform 0.5s cubic-bezier(0.28, 0.67, 0.04, 1), opacity 0.5s ease, visibility 0.5s ease;
  transition: transform 0.5s cubic-bezier(0.28, 0.67, 0.04, 1), opacity 0.5s ease, visibility 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.28, 0.67, 0.04, 1);
}

.live__front {
  height: 100%;
  transition: -webkit-transform 0.5s cubic-bezier(0.28, 0.67, 0.04, 1);
  transition: transform 0.5s cubic-bezier(0.28, 0.67, 0.04, 1);
  transition: transform 0.5s cubic-bezier(0.28, 0.67, 0.04, 1), -webkit-transform 0.5s cubic-bezier(0.28, 0.67, 0.04, 1);
}

.live__image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  line-height: 1;
}

.live__image {
  width: 110px;
  height: 82px;
}

.live__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 14px;
  padding-bottom: 10px;
}

.live__title {
  overflow: hidden;
  color: #e2e3e7;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.live__title__desc {
  font-size: 10px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.3215686275);
  margin-top: 3px;
  font-weight: 500;
  letter-spacing: 0.2px;
}

.live__image-case-wrapper {
  position: absolute;
  right: -35px;
  bottom: -25px;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease;
}

.live__image-case {
  height: 135px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.live__user-photo-wrapper {
  margin-bottom: 7px;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease;
}

.live__user-photo {
  width: 36px;
  height: 36px;
  border-radius: 36px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.live__skeleton-image {
  width: 70px !important;
  height: 35px;
}

.live__buttons {
  margin-top: -2px;
  padding-right: 2px;
}

.cases__container__background {
  background-color: var(--card);
  border-radius: 15px;
  padding: 40px 0;
  overflow: hidden;
}

.case__container {
  margin-top: 70px;
}

.case__container.first__case {
  margin: 0;
}

.cases__title {
  position: relative;
  color: var(--default-text-color);
  font-weight: 800;
  font-size: 27px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.cases__list {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
}

.cases__item {
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  width: 16.6666%;
  margin-top: 20px;
}

.cases__link {
  position: relative;
  display: block;
  width: 100%;
  max-width: 310px;
  padding: 10px 6px 0;
  color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: none;
}
.cases__link:hover .cases__image {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}
.cases__link:hover .cases__price {
  filter: brightness(115%);
}
.cases__link:hover .cases__name {
  color: var(--span-color);
}

.cases__link--disable {
  cursor: default;
}
.cases__link--disable .cases__image {
  opacity: 0.2;
  transition: none;
}
.cases__link--disable:hover .cases__image {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0.2;
}
.cases__link--disable:hover .cases__name {
  color: #494c51;
}
.cases__link--disable .cases__price {
  opacity: 0.2;
}
.cases__link--disable .cases__old-price {
  opacity: 0.2;
}
.cases__link--disable .cases__name {
  color: #494c51;
}

.cases__image-wrapper {
  display: flex;
  align-items: center;
  width: 93%;
  margin: 0 auto;
}

.cases__image-inner {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  line-height: 1;
}

.cases__image {
  width: 100%;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  image-rendering: -webkit-optimize-contrast;
}

.cases__image--blur {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.cases__image-skeleton {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.cases__price-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.cases__price {
  display: inline-block;
  padding: 8px 20px;
  color: var(--text-default-invert);
  font-weight: 700;
  font-size: 15px;
  background-color: var(--span);
  border-radius: 5px;
  transition: 0.3s ease;
}

.cases__item--free .cases__link:hover .cases__price {
  color: #ebffd1;
  background-color: #6fc988;
}
.cases__item--free .cases__price {
  color: #ebffd1;
  background-color: #6fc988;
}

.cases__old-price {
  display: block;
  margin-top: 6px;
  color: #ec4f4f;
  font-weight: 700;
  font-size: 15px;
  text-decoration: line-through;
}

.cases__name {
  display: block;
  margin-bottom: 8px;
  padding-top: 18px;
  overflow: hidden;
  color: #fff;
  font-size: 15px;
  white-space: nowrap;
  text-align: center;
  text-overflow: ellipsis;
  transition: color 0.3s ease;
}

.empty-container {
  width: 200px;
  height: 280px;
  margin-right: 10px;
}

.case-close:hover {
  background: var(--bg-color);
  transition: 0.3s;
}

.out-animation {
  animation: outlightbox 0.6s forwards;
}

.case-description {
  width: 90px;
  margin: 0 auto;
}
.case-description > .case-price {
  display: block;
  background-color: #ffc300;
  color: #000;
  font-weight: bold;
  border-radius: 5px;
  padding: 5px 25px;
  font-size: 17px;
}
.case-description button {
  display: none;
}

.middle {
  width: 2px;
  height: 170px;
  position: absolute;
  background: rgba(215, 255, 95, 0.5);
  left: 50%;
  z-index: 200;
}

.winning-card {
  z-index: 100;
}

.slider {
  border-radius: 10px;
  position: relative;
  background: var(--sidebar-color);
  padding-top: 10px;
}
.slider > ul {
  padding-left: 0;
  display: flex;
  flex-direction: row;
  margin: 0;
  gap: 5px;
}
.slider > ul img {
  padding: 10px;
  padding-bottom: 15px;
  margin-top: -10px;
  margin-bottom: 10px;
}

span.centered {
  position: absolute;
  top: 12px;
  left: 24px;
  font-size: 18px;
  font-weight: 500;
}

.absolute {
  position: absolute;
  width: 100%;
  height: 100%;
}

span.item-detail {
  position: relative;
  display: flex;
  font-size: 12px;
  font-weight: 400;
  padding: 4px 8px;
  border-radius: 100px;
  margin-bottom: 4px;
}

span.wear {
  background: #f89406;
  display: none;
}

.item-details {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 8px;
}

span.no-stattrak {
  display: none;
}

span.centered2 {
  position: absolute;
  bottom: 12px;
  left: 24px;
  color: #D9D9D9;
}

span.cover {
  width: 100%;
  height: 71px;
  position: absolute;
  bottom: 0;
  border-radius: 0px 0px 2px 2px;
}

.case-content {
  align-items: center;
  height: 100%;
  flex-wrap: wrap;
}
.case-content > div {
  position: relative;
}

.cases-container-js {
  width: 100% !important;
  max-width: 100% !important;
  padding: 10px;
  padding-top: 0;
}

.viewport {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 10px;
}

.case_item {
  width: 130px;
  height: 130px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  position: relative;
}

.case_item_img_div {
  width: 160px;
}

.case_item_bg {
  overflow: hidden;
  width: 100%;
  height: 95%;
  background-color: rgba(249, 249, 249, 0.04);
  backdrop-filter: blur(5px);
}

.case_item_desc {
  background: rgb(136, 71, 255);
  background: radial-gradient(circle farthest-side, rgb(136, 71, 255), rgb(116, 51, 235));
  box-shadow: 0px 0px 70px 32px hsl(270deg, 40%, 25%);
  height: 5px;
  -webkit-clip-path: polygon(0% -100px, 100% -100px, 100% 100%, 0% 100%);
  clip-path: polygon(0% -100px, 100% -100px, 100% 100%, 0% 100%);
  width: 100%;
}

.case_item_img {
  max-width: 100%;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}

.checkbox_item input {
  position: absolute;
  top: -20px;
  visibility: hidden;
}
.checkbox_item input:checked + label {
  transition: 0.3s;
  opacity: 1;
}
.checkbox_item label {
  opacity: 0.3;
  cursor: pointer;
  transition: 0.3s;
}

.case-choose-count {
  display: none;
}
.case-choose-count > div > input {
  position: absolute;
  top: -20px;
  visibility: hidden;
}
.case-choose-count > div > input:checked + label {
  color: #fff;
  transition: 0.3s;
  background-color: var(--span-color);
  border: 1px solid var(--span-color);
}
.case-choose-count > div > label {
  padding: 5px 10.2px;
  border: 1px solid rgba(255, 255, 255, 0.1411764706);
  cursor: pointer;
  transition: 0.3s;
  border-radius: 0;
  margin-right: 5px;
  width: 31px;
}
.case-choose-count > div:first-child label {
  padding: 5px 11.73px;
}

.case-description.case-desc-opened {
  width: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  flex: 1;
}
.case-description.case-desc-opened .case-choose-count {
  display: flex;
  margin-bottom: 20px;
}
.case-description.case-desc-opened button {
  display: block;
  width: 138px;
}
.case-description.case-desc-opened > .case-price {
  background: none;
  color: #fff;
  font-size: 23px;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 0;
  width: 180px;
}
.case-description.case-desc-opened > .case-price::before {
  content: "";
  flex: 1;
  border-bottom: 1px solid #565656;
}
.case-description.case-desc-opened > .case-price::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #565656;
}
.case-description.case-desc-opened > .case-price:not(:empty)::before {
  margin-right: 0.45em;
}
.case-description.case-desc-opened > .case-price:not(:empty)::after {
  margin-left: 0.45em;
}

.case-bg-img {
  background-repeat: no-repeat !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 21.4375rem;
  height: 15.4375rem;
  background-size: contain !important;
  background-position: 50% !important;
  z-index: 0;
  opacity: 0.1;
  margin-left: 0rem;
}

.case-left-stats > .case-stats {
  display: flex;
  font-size: 13px;
  line-height: 16px;
  margin: 10px auto;
  min-height: 50px;
  max-width: 340px;
  width: 100%;
  padding: 17px 15px;
  border-bottom: 1px solid rgba(99, 173, 242, 0.7);
  background: linear-gradient(180deg, transparent 0, rgba(99, 173, 242, 0.15));
  transition: 0.2s ease-in-out;
  position: relative;
  flex-direction: column;
  margin-bottom: 0;
  margin-top: 10px;
}
.case-left-stats > .case-stats:before {
  display: block;
  width: 1px;
  height: 100%;
  bottom: 0;
  content: "";
  position: absolute;
  background: linear-gradient(180deg, transparent 0, rgba(99, 173, 242, 0.7));
  left: 0;
}
.case-left-stats > .case-stats:after {
  display: block;
  width: 1px;
  height: 100%;
  bottom: 0;
  content: "";
  position: absolute;
  background: linear-gradient(180deg, transparent 0, rgba(99, 173, 242, 0.7));
  right: 0;
}

.case-stats > div {
  padding: 6px 15px;
  font-size: 14px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  z-index: 5;
  background: rgba(0, 0, 0, 0.18);
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.0705882353);
  white-space: nowrap;
  margin-top: 10px;
  line-height: 20px;
  font-weight: 600;
  color: #fff;
  font-weight: bold;
}
.case-stats > span {
  color: #979797;
  font-weight: bold;
}

.case-centered-items {
  margin: 0 auto;
  text-align: left;
}
.case-centered-items > .items-title {
  margin: 0px 0 10px;
  padding: 5px 0;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  letter-spacing: 1px;
}
.case-centered-items > .items-title:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: -14px;
  background-size: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  backface-visibility: hidden;
}

.items-items .case__items {
  padding-top: 10px;
}
.items-items .items__item {
  width: 150px !important;
  text-align: left;
}
.items-items img {
  width: 130px;
  max-width: 100%;
}
.items-items > .case-item-bottom {
  margin-right: 10px;
}

.case-item-bottom {
  position: relative;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  user-select: none;
  background: rgb(21, 21, 24);
  cursor: default;
  padding: 15px 8px 20px;
  margin: 0px;
  display: block;
  padding-bottom: 30px;
  border-radius: 10px;
}
.case-item-bottom .case_item_footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 13px 15px;
  font-size: 13px;
  line-height: 1.3;
}
.case-item-bottom .case_item_skinName {
  position: relative;
  z-index: 2;
  display: block;
  overflow: hidden;
  font-size: 13px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.case-item-bottom .case_item_weaponName {
  position: relative;
  z-index: 2;
  display: block;
  overflow: hidden;
  font-size: 13px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.case_item_weaponName {
  color: #b1b1b1;
  font-weight: 300;
  font-size: 11px;
  line-height: 1.6;
}

.case_item_skinName {
  color: #e5e7eb;
}

.set_hide_div {
  display: none !important;
}

.case_test > a {
  padding: 10px;
  background: rgba(0, 0, 0, 0.1882352941);
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  border-radius: 5px;
}

#modal_case {
  position: fixed;
  top: -5px;
  left: 0;
  opacity: 0;
  z-index: 9999999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(3, 5, 10, 0.8784313725);
  transition: all 0.3s;
  display: flex;
  visibility: hidden;
}
#modal_case .modal_container {
  padding-top: 20px;
  position: relative;
  width: -webkit-fill-available;
}
#modal_case .modal_container .modal_header {
  text-align: center;
}
#modal_case .modal_container .modal_header h1 {
  color: #5aed5a;
  font-size: 22px;
  font-weight: 500;
}
#modal_case .modal_container .modal_header span {
  text-align: center;
  color: rgba(255, 255, 255, 0.3294117647);
}
#modal_case .modal_container .modal_buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#modal_case .modal_container .modal_buttons a {
  margin-top: 40px;
  color: #fff;
  padding: 14px;
  font-weight: bold;
  background: var(--span-color-back);
  cursor: pointer;
  width: max-content;
  display: block;
  border-radius: 5px;
}
#modal_case .modal_container .modal_buttons a i {
  margin-right: 10px;
}
#modal_case .modal_container .modal_buttons .button-close {
  margin-top: 40px;
  padding: 14px 35px;
  font-weight: bold;
  cursor: pointer;
  width: max-content;
  display: block;
  border: 2px solid rgba(255, 255, 255, 0.1882352941);
  color: rgba(255, 255, 255, 0.4784313725);
  display: flex;
  background: transparent;
  border-radius: 5px;
  align-items: baseline;
  transition: 0.3s;
}
#modal_case .modal_container .modal_buttons .button-close i {
  margin-right: 10px;
}
#modal_case .modal_container .modal_buttons .button-close:hover {
  color: #fff;
  border: 2px solid var(--span);
}
#modal_case .modal_container .modal_buttons a.button-sell {
  background: linear-gradient(45deg, rgba(45, 153, 87, 0.4705882353), rgba(45, 153, 87, 0.5803921569));
  border: 3px solid rgba(64, 219, 124, 0.8588235294);
  transition: all 0.3s;
}
#modal_case .modal_container .modal_buttons a.button-sell:hover {
  background-color: rgba(64, 219, 124, 0.8588235294);
  transition: all 0.3s;
}
#modal_case .modal_container .modal_buttons button.button-inventory {
  background: linear-gradient(45deg, rgba(68, 68, 68, 0.5411764706), rgba(116, 114, 114, 0.5294117647));
  border: 3px solid #6c6c6c;
  transition: all 0.3s;
}
#modal_case .modal_container .modal_buttons button.button-inventory:hover {
  background-color: #6c6c6c;
  transition: all 0.3s;
}

#modal_case.in_animation {
  transition: all 0.3s;
  top: 0;
  visibility: visible;
  opacity: 1;
}

i.close-modal_body {
  display: none;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  font-size: 25px;
  color: rgba(255, 255, 255, 0.2705882353);
  transition: 0.3s;
}
i.close-modal_body:hover {
  color: #fff;
  transition: 0.3s;
}

.case-item-bottom[data-showing] {
  padding-bottom: 10px;
}

.modal_body_more > div {
  display: flex;
  flex-direction: column;
  padding: 15px;
  margin-bottom: 10px;
  gap: 15px;
}
.modal_body_more img {
  width: 110px !important;
}
.modal_body_more .case-item-name {
  position: relative;
  bottom: 0;
  margin-left: 25px;
}

.cases_line {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: hidden;
  width: 10000px;
}

.cases_line_item {
  position: relative;
  display: block;
  width: 160px;
  height: 104px;
  overflow: hidden;
  background: radial-gradient(101.95% 157% at 50% -23%, rgba(191, 198, 201, 0.4) 0, rgba(169, 175, 176, 0.316) 31.63%, rgba(67, 75, 77, 0) 100%), #21222b;
  border-radius: 3px;
}
.cases_line_item > img {
  width: 130px;
  max-width: 100%;
}
.cases_line_item > .line_winner {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.cases_line_item > .line_winner > img {
  width: 25px;
  border-radius: 5px;
  opacity: 0.6;
  transition: 0.3s;
  margin-right: 10px;
}
.cases_line_item > .line_winner > .line_name {
  color: #cbbde2;
  font-weight: bold;
  transition: 0.3s;
  opacity: 0.6;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cases_line_item + .cases_line_item {
  margin-left: 2px;
}

.input-form {
  margin-bottom: 15px;
}
.input-form .border-checkbox-label {
  position: relative;
  width: 100%;
  cursor: pointer;
  line-height: 22px;
  margin-top: 4px;
  padding-left: 30px;
  color: var(--top-text-color);
  font-size: 12px;
  font-weight: var(--font-weight-2);
  margin-bottom: 15px;
}

.border-checkbox {
  display: none;
}
.border-checkbox:disabled ~ .border-checkbox-label {
  cursor: no-drop;
  color: #ccc;
}

@media (max-width: 1550px) {
  .items__item {
    width: 16.6666%;
  }
  .case__items .items__item {
    width: 13.6666%;
  }
}
@media (max-width: 1300px) {
  .items__item {
    width: 20%;
  }
  .case__items .items__item {
    width: 18%;
  }
}
@media (max-width: 1200px) {
  .items__item {
    width: 25%;
    height: 120px;
  }
  .item__image-wrapper {
    padding-top: 16px;
  }
  .item__image {
    width: 117px;
    height: auto;
  }
  .item__footer {
    padding: 10px 12px;
  }
  .case-btns__btn {
    padding: 17px 19px 17px 43px;
    font-size: 13px;
  }
  .case-btns__btn-icon {
    left: 14px;
  }
  .case-btns__btn--again .case-btns__btn-icon {
    width: 18px;
    height: 20px;
    margin-top: -10px;
  }
  .case-btns__btn--sell .case-btns__btn-icon {
    width: 19px;
    height: 18px;
    margin-top: -9px;
  }
  .case-footer__controls-label {
    min-width: 43px;
    min-height: 54px;
    padding: 15px 8px;
    font-size: 12px;
  }
  .case-footer__btn-wrapper {
    padding: 0 15px;
  }
  .case-footer__btn {
    padding: 20px 30px;
    font-size: 13px;
  }
  .case-footer__fast {
    min-height: 54px;
    padding: 12px 19px;
  }
  .case-footer__fast-toggle {
    width: 34px;
    height: 20px;
  }
  .case-footer__fast-toggle:before {
    top: 3px;
    left: 3px;
    width: 14px;
    height: 14px;
  }
  .case__items .items__item {
    width: 22%;
  }
  .case__items .item_imageWrapper {
    padding-top: 16px;
  }
  .case__items .item_image__in_wrapper {
    width: 117px;
    height: auto;
  }
  .case__items .item_footer {
    padding: 10px 12px;
  }
  .case-status__informer {
    padding: 18px 25px;
  }
  .case-status__informer-title {
    font-size: 14px;
  }
  .case-status__btn-wrapper {
    margin: 15px 0 20px;
  }
  .case-status__btn {
    padding: 17px 20px;
    font-size: 12px;
  }
  .case-status__btn--auth {
    padding-left: 48px;
  }
  .case-status__btn--auth:before {
    left: 17px;
    width: 22px;
    height: 19px;
    margin-top: -10px;
  }
  .case-status__btn--refill {
    padding: 17px 45px 17px 20px;
  }
  .case-status__btn--refill:after {
    right: 13px;
    width: 22px;
    height: 22px;
    margin-top: -12px;
  }
  .case-spins {
    height: 200px;
  }
  .case-spins__cases-list--single .case-spins__cases-image {
    width: 250px;
  }
  .case-header__title {
    font-size: 23px;
  }
  .live:after {
    display: none;
  }
  .live__list-wrapper:after {
    width: 120px;
  }
  .live__link {
    width: 140px;
    height: 90px;
  }
  .live__link:before {
    width: 54px;
    height: 54px;
    margin-top: -27px;
    margin-left: -27px;
  }
  .live__image {
    width: 90px;
    height: 67px;
  }
  .live__footer {
    padding: 11px 12px;
  }
  .live__title {
    font-size: 11px;
  }
  .live__image-case-wrapper {
    right: -25px;
    bottom: -15px;
  }
  .live__image-case {
    height: 100px;
  }
  .live__user-photo {
    width: 30px;
    height: 30px;
  }
  .live__skeleton-image {
    width: 60px !important;
    height: 30px;
  }
  .cases__item {
    margin-top: 15px;
    width: 25%;
    margin-top: 5px;
  }
  .cases__price {
    font-size: 13px;
  }
  .cases__old-price {
    font-size: 12px;
  }
  .cases__name {
    font-size: 14px;
  }
  .case-item-bottom .case_item_footer {
    padding: 10px 12px;
  }
}
@media (max-width: 900px) {
  .items__item {
    width: 33.3333%;
  }
  .item__skin-name {
    font-size: 12px;
  }
  .item__weapon-name {
    font-size: 12px;
    line-height: 1.4;
  }
  .case-btns {
    flex-wrap: wrap;
    justify-content: center;
  }
  .case-btns__btn {
    padding: 14px 15px 14px 37px;
    font-size: 12px;
    border-radius: 7px;
  }
  .case-btns__btn-icon {
    left: 11px;
  }
  .case-btns__btn--again .case-btns__btn-icon {
    left: 13px;
    width: 15px;
    height: 16px;
    margin-top: -8px;
  }
  .case-btns__btn--sell .case-btns__btn-icon {
    width: 17px;
    height: 16px;
    margin-top: -8px;
  }
  .case-footer {
    flex-wrap: wrap;
    justify-content: center;
    min-height: unset;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .case-footer__controls {
    flex: 0 1;
    justify-content: center;
    order: 1;
    margin-bottom: 15px;
    padding: 0 5px;
  }
  .case-footer__controls-label {
    min-height: 48px;
  }
  .case-footer__btn-wrapper {
    justify-content: center;
    order: 3;
    width: 100%;
    padding: 0;
  }
  .case-footer__btn {
    min-height: auto;
    padding: 19px 26px;
    font-size: 12px;
  }
  .case-footer__fast-wrapper {
    flex: 0 1;
    order: 2;
    margin-bottom: 15px;
    padding: 0 5px;
  }
  .case-footer__fast {
    min-height: 48px;
  }
  .case__items .items__item {
    width: 29.3333%;
  }
  .case__items .item_skinName {
    font-size: 12px;
  }
  .case__items .item_weaponName {
    font-size: 12px;
    line-height: 1.4;
  }
  .case-status {
    padding: 0 15px;
  }
  .case-status__informer-title {
    font-size: 13px;
  }
  .case-status__informer-content {
    font-size: 13px;
  }
  .case-spins {
    height: 170px;
    border-radius: 10px;
  }
  .case-spins__cases-list--single .case-spins__cases-image {
    width: 230px;
  }
  .case-header {
    flex-wrap: wrap;
    height: auto;
  }
  .case-header__back-wrapper {
    display: none;
  }
  .case-header__limit {
    position: relative;
    top: unset;
    right: unset;
    width: 100%;
  }
  .case-header__title {
    width: 100%;
    font-size: 19px;
    text-align: center;
  }
  .live__list-wrapper:after {
    width: 90px;
  }
  .live__link {
    width: 120px;
    height: 77px;
  }
  .live__link:before {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
  }
  .live__image {
    width: 85px;
    height: 63px;
  }
  .live__footer {
    padding: 9px 11px;
  }
  .live__title {
    font-size: 10px;
  }
  .live__image-case-wrapper {
    right: -20px;
    bottom: -10px;
  }
  .live__image-case {
    height: 80px;
  }
  .live__user-photo {
    width: 25px;
    height: 25px;
  }
  .live__skeleton-image {
    height: 25px;
  }
  .live__buttons {
    display: none;
  }
  .cases__item {
    width: 33.3333%;
  }
  .cases__price {
    padding: 5px 15px;
    border-radius: 4px;
  }
  .cases__name {
    font-size: 13px;
  }
  .case_item_skinName {
    font-size: 12px;
  }
  .case_item_weaponName {
    font-size: 12px;
    line-height: 1.4;
  }
}
@media (max-width: 599px) {
  .items__item {
    width: 50%;
    margin-top: 6px;
    padding: 0 3px;
  }
  .items {
    margin: -6px -3px 0;
  }
  .item__image-wrapper {
    padding-top: 22px;
  }
  .item__image {
    width: 100px;
  }
  .item__skin-name {
    font-size: 11px;
  }
  .item__weapon-name {
    font-size: 11px;
    line-height: 1.2;
  }
  .case-btns__btn {
    padding: 13px 12px 13px 32px;
    font-size: 11px;
    border-radius: 6px;
  }
  .case-btns__btn-icon {
    left: 10px;
  }
  .case-btns__btn--again .case-btns__btn-icon {
    left: 10px;
  }
  .case-btns__btn--sell .case-btns__btn-icon {
    width: 15px;
    height: 14px;
  }
  .case-footer {
    margin-top: 17px;
    margin-bottom: 17px;
  }
  .case-footer__controls-label {
    min-width: 40px;
    min-height: 46px;
    padding: 15px 7px;
    font-size: 10px;
  }
  .case-footer__controls-item:first-child .case-footer__controls-label {
    border-radius: 6px 0 0 6px;
  }
  .case__controls-item:last-child .case-footer__controls-label {
    border-radius: 0 6px 6px 0;
  }
  .case-footer__btn {
    padding: 17px 24px;
    font-size: 12px;
    border-radius: 8px;
  }
  .case-footer__fast {
    min-height: 46px;
    padding: 10px 15px;
    font-size: 10px;
    border-radius: 6px;
  }
  .case-footer__fast-toggle {
    width: 26px;
    height: 16px;
    margin-left: 8px;
    border-radius: 6px;
  }
  .case-footer__fast-toggle:before {
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 3px;
  }
  .case-footer__fast--on .case-footer__fast-toggle:before {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  .case__items .items__item {
    width: 50%;
    margin-top: 6px;
    padding: 0 3px;
  }
  .case__items .item_imageWrapper {
    padding-top: 22px;
  }
  .case__items .item_image__in_wrapper {
    width: 100px;
  }
  .case__items .item_skinName {
    font-size: 11px;
  }
  .case__items .item_weaponName {
    font-size: 11px;
    line-height: 1.2;
  }
  .case-status__informer {
    padding: 15px 20px;
    border-radius: 8px;
  }
  .case-status__informer-title {
    font-weight: 700;
    font-size: 12px;
  }
  .case-status__informer-content {
    font-size: 12px;
  }
  .case-status__btn-wrapper {
    margin: 15px 0;
  }
  .case-status__btn {
    padding: 15px 18px;
    font-size: 11px;
  }
  .case-status__btn--auth {
    padding-left: 40px;
  }
  .case-status__btn--auth:before {
    left: 14px;
    width: 18px;
    height: 16px;
    margin-top: -9px;
  }
  .case-status__btn--refill {
    padding: 16px 40px 16px 18px;
  }
  .case-status__btn--refill:after {
    right: 13px;
    width: 18px;
    height: 18px;
    margin-top: -11px;
  }
  .case-spins {
    height: 150px;
  }
  .case-spins__cases-list--single .case-spins__cases-image {
    width: 180px;
  }
  .case-header {
    margin-bottom: 15px;
  }
  .case-header__title {
    font-size: 16px;
  }
  .live__list-wrapper:after {
    width: 65px;
  }
  .live__link {
    width: 85px;
    height: 50px;
  }
  .live__link:before {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
  }
  .live__link:hover .live__back {
    -webkit-transform: none;
    transform: none;
    visibility: hidden;
    opacity: 0;
  }
  .live__link:hover .live__front {
    -webkit-transform: none;
    transform: none;
  }
  .live__front {
    transition: none;
  }
  .live__back {
    display: none;
    transition: none;
  }
  .live__image {
    width: 60px;
    height: 45px;
  }
  .live__footer {
    display: none;
  }
  .live__skeleton-image {
    width: 45px !important;
  }
  .cases__item {
    margin-top: 8px;
    width: 50%;
  }
  .cases__price {
    padding: 4px 10px;
    font-size: 11px;
    border-radius: 3px;
  }
  .cases__old-price {
    margin-top: 4px;
    font-size: 11px;
  }
  .cases__name {
    margin-bottom: 6px;
    padding-top: 10px;
    font-size: 12px;
  }
  .case_item_skinName {
    font-size: 11px;
  }
  .case_item_weaponName {
    font-size: 11px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .flex_where-buttons a {
    font-size: 12px;
  }
  .nn_user {
    font-size: 13px;
  }
}
@media (max-width: 1400px) {
  .case-spins {
    height: 230px;
  }
}
@media (max-width: 1600px) {
  .cases__image-wrapper {
    max-width: 220px;
  }
}
@media (max-width: 1800px) {
  .cases__image-wrapper {
    width: 93%;
  }
}
@media (max-width: 1200px) {
  .cases__item {
    margin-top: 15px;
  }
}
@media (max-width: 599px) {
  .cases__item {
    margin-top: 8px;
  }
}
@media (max-width: 1600px) {
  .cases__item {
    width: 20%;
  }
}
@media (max-width: 1200px) {
  .cases__item {
    width: 25%;
    margin-top: 5px;
  }
}
@media (max-width: 900px) {
  .cases__item {
    width: 33.3333%;
  }
}
@media (max-width: 599px) {
  .cases__item {
    width: 50%;
  }
}

/*# sourceMappingURL=1.css.map */

.input-form .input_text {
  display: block;
}

.btn_mini {
  display: flex;
  height: 30px;
  width: 30px;
  border-radius: 6px;
  padding: 0;
  align-items: center;
  justify-content: center;
}

.btn_mini:hover svg {
  fill: var(--span);
}

.btn_mini svg {
  width: 11px;
}

.btn svg {
  fill: var(--bg);
}

.input-form {
  position: relative;
  display: flex;
  flex-direction: column;
}

.input-form .border-checkbox-label {
  position: relative;
  width: 100%;
  cursor: pointer;
  line-height: 22px;
  margin-top: 4px;
  padding-left: 30px;
  color: var(--text-custom);
  font-size: 12px;
  font-weight: 400;
}

.border-checkbox {
  display: none;
}

.border-checkbox:disabled ~ .border-checkbox-label {
  cursor: no-drop;
  color: #ccc;
}