/*!*******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../../../node_modules/resolve-url-loader/index.js!../../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./components/home/cases/caseBlock.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************/
.case {
  width: calc(20% - 9.6px);
  background: rgba(54, 55, 68, 0.08);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 12px;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease;
  position: relative;
}
@media (max-width: 1024px) {
  .case {
    width: calc(25% - 10px);
  }
}
@media (max-width: 768px) {
  .case {
    width: calc(33.3% - 10px);
  }
}
@media (max-width: 640px) {
  .case {
    width: calc(50% - 6px);
    padding-bottom: 8px;
  }
}
.case:hover {
  background: rgba(54, 55, 68, 0.16);
}
.case img {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 6px;
  margin-bottom: -12px;
}
@media (max-width: 767px) {
  .case img {
    width: 160px;
    aspect-ratio: 1/1;
    margin-top: 0;
  }
}
.case_name {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  margin-bottom: 12px;
  width: calc(100% - 24px);
  margin-top: auto;
}
@media (max-width: 1024px) {
  .case_name {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .case_name {
    margin-bottom: 8px;
    width: calc(100% - 16px);
  }
}
.case_cost {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  background: #202028;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 10px;
  width: calc(100% - 24px);
  position: relative;
  min-height: 44px;
}
@media (max-width: 1024px) {
  .case_cost {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .case_cost {
    padding: 8px 12px;
    width: calc(100% - 16px);
  }
}
.case_cost--yellow {
  background: #FFB800;
  color: #482000;
}
.case_cost--disabled {
  opacity: 0.48;
  pointer-events: none;
}
.case_cost__icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.case_cost_icon {
  position: absolute;
  right: 8px;
  top: -8px;
  display: flex;
  align-items: center;
  gap: 2px;
  color: #ffffff;
  padding: 2px 4px 2px 2px;
  background: #089408;
  border-radius: 4px;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
}

.case_percent {
  position: absolute;
  left: 16px;
  top: 16px;
  border-radius: 25px;
  padding: 4px 12px 2px;
  background: transparent;
  font-weight: 500;
  font-size: 14px;
  line-height: 114%;
  color: #ffffff;
  overflow: hidden;
}
.case_percent .case_percent_text {
  z-index: 3;
  position: relative;
}
.case_percent:after {
  content: "";
  display: block;
  position: absolute;
  background: #202028;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 1px;
  left: 1px;
  border-radius: 25px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
}
.case_percent .border_stroke {
  content: "";
  display: block;
  position: absolute;
  background: #b3b5c6;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 25px;
  z-index: 1;
  transform: 0.2s ease-out;
}

.case_cost_gift {
  position: absolute;
  background: #202028;
  width: 36px;
  height: 20px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  right: 8px;
  top: -10px;
}
.case_cost_gift span {
  font-size: 16px;
  color: white;
}
/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../../../node_modules/resolve-url-loader/index.js!../../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./components/home/cases/caseList.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************/
.case_list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .case_list {
    margin-bottom: 24px;
  }
}
/*!***********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../../../node_modules/resolve-url-loader/index.js!../../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./components/home/cases/caseContainer.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************/
.case_list_wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 768) {
  .case_list_wrap {
    gap: 16px !important;
  }
}
.case_list_wrap_title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 767px) {
  .case_list_wrap_title {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    text-transform: uppercase;
    text-align: center;
  }
}

.main_cases_list {
  margin-top: 24px;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../../../node_modules/resolve-url-loader/index.js!../../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!../../../node_modules/react-loading-skeleton/dist/skeleton.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************/
@keyframes react-loading-skeleton {
  100% {
    transform: translateX(100%);
  }
}
.react-loading-skeleton {
  --base-color: #ebebeb;
  --highlight-color: #f5f5f5;
  --animation-duration: 1.5s;
  --animation-direction: normal;
  --pseudo-element-display: block; /* Enable animation */
  background-color: var(--base-color);
  width: 100%;
  border-radius: 0.25rem;
  display: inline-flex;
  line-height: 1;
  position: relative;
  user-select: none;
  overflow: hidden;
}

.react-loading-skeleton::after {
  content: " ";
  display: var(--pseudo-element-display);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-image: var(--custom-highlight-background, linear-gradient(90deg, var(--base-color) 0%, var(--highlight-color) 50%, var(--base-color) 100%));
  transform: translateX(-100%);
  animation-name: react-loading-skeleton;
  animation-direction: var(--animation-direction);
  animation-duration: var(--animation-duration);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@media (prefers-reduced-motion) {
  .react-loading-skeleton {
    --pseudo-element-display: none; /* Disable animation */
  }
}
/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../../../node_modules/resolve-url-loader/index.js!../../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./components/skeletons/CaseBlockSkeleton.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************/
.case_skeleton {
  width: calc(20% - 9.6px);
  background: rgba(54, 55, 68, 0.16);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
  position: relative;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1024px) {
  .case_skeleton {
    width: calc(25% - 10px);
  }
}
@media (max-width: 768px) {
  .case_skeleton {
    width: calc(33.3% - 10px);
  }
}
@media (max-width: 640px) {
  .case_skeleton {
    width: calc(50% - 6px);
    padding-bottom: 8px;
  }
}
.case_skeleton_image_container {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 6px;
  aspect-ratio: 1/1;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .case_skeleton_image_container {
    width: 160px;
    aspect-ratio: 1/1;
    margin-top: 0;
  }
}
.case_skeleton_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case_skeleton span:first-of-type {
  margin-bottom: 12px;
  width: calc(100% - 24px);
  width: 100%;
  text-align: center;
  height: 20px;
}
@media (max-width: 767px) {
  .case_skeleton span:first-of-type {
    margin-bottom: 12px;
    width: calc(100% - 16px);
  }
}
.case_skeleton span:last-of-type {
  width: 100%;
  margin-top: auto;
  width: 100%;
  text-align: center;
  height: 40px;
}
@media (max-width: 767px) {
  .case_skeleton span:last-of-type {
    width: 100%;
  }
}

.react-loading-skeleton {
  z-index: 1;
  position: relative;
}

.case_skeleton .react-loading-skeleton {
  opacity: 0.9;
}
/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../../../node_modules/resolve-url-loader/index.js!../../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./components/home/slider.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************/
a.banner_slider_item {
  position: relative;
}
a.banner_slider_item_timer {
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 16px;
  border-radius: 16px;
  background: #131318;
}
a.banner_slider_item_link {
  position: absolute;
  bottom: 72px;
  left: 50%;
  transform: translateX(-50%);
  padding: 16px 32px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  width: fit-content;
  text-wrap: nowrap;
}
@media (max-width: 1280px) {
  a.banner_slider_item_link {
    padding: 8px 12px;
    font-size: 16px;
    border-radius: 4px;
    bottom: 52px;
  }
}

.banner_slider_container {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.banner_slider {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .banner_slider {
    height: 100px;
    margin-bottom: 12px;
  }
}
.banner_slider .swiper-pagination {
  position: absolute;
  bottom: 22px !important;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.banner_slide {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  overflow: hidden;
}

.banner_image {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.banner_container {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

.banner_slider {
  width: 100%;
  position: relative;
}

.banner_slider_item {
  position: relative;
  height: 468px !important;
}
@media (max-width: 1620px) {
  .banner_slider_item {
    height: 336px !important;
  }
}
@media (max-width: 1280px) {
  .banner_slider_item {
    height: 280px !important;
  }
}
@media (max-width: 768px) {
  .banner_slider_item {
    height: 246px !important;
  }
  .banner_slider_item img {
    height: 100% !important;
    object-fit: cover;
  }
}
.banner_slider_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner_slider_item_timer {
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  background: #131318;
  color: white;
  padding: 8px 16px;
  border-radius: 16px;
  z-index: 2;
  font-weight: 500;
  font-size: 24px;
  line-height: 117%;
}
@media (max-width: 768px) {
  .banner_slider_item_timer {
    font-size: 16px;
    line-height: 20px;
    padding: 4px 8px;
    border-radius: 8px;
  }
}

.swiper-pagination {
  position: absolute;
  bottom: 22px !important;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.banner_pagination_bullet {
  width: 12px;
  height: 12px;
  background: #363744;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease;
}

.banner_pagination_bullet_active {
  background: #b3b5c6;
  width: 12px;
  height: 12px;
}

.btn1_slider {
  width: 228px;
  height: 56px;
  position: absolute;
  top: 208px;
  right: calc(50% - 104px);
  z-index: 1;
  font-size: 24px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .btn1_slider {
    width: 129px;
    top: 176px;
    height: 32px;
    right: calc(50% - 64.5px);
    font-size: 16px;
    line-height: 20px;
    padding: 4px 8px;
    border-radius: 8px;
  }
}
/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../../../node_modules/resolve-url-loader/index.js!../../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./components/home/distributions/distributionsList.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
.giveaways {
  display: none;
  margin-bottom: 32px;
  height: 116px;
  position: relative;
}
@media (max-width: 764px) {
  .giveaways {
    display: block;
  }
}
@media (max-width: 1024px) {
  .giveaways {
    margin: 0 -24px 24px -24px;
  }
}
@media (max-width: 992px) {
  .giveaways {
    margin: 0 -16px 24px -16px;
  }
}
.giveaways_title {
  align-items: center;
  background: #202028;
  border-radius: 8px;
  border-top: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
  display: flex;
  height: 32px;
  justify-content: center;
  left: -38px;
  line-height: 20px;
  position: absolute;
  text-transform: uppercase;
  top: 43px;
  transform: rotate(-90deg);
  width: 116px;
  z-index: 2;
}
@media (max-width: 1024px) {
  .giveaways_title {
    border-radius: 0px 0px 8px 8px;
    left: -44px;
  }
}
.giveaways_list {
  display: flex;
  gap: 8px;
  padding-left: 49px;
  position: relative;
  height: 116px;
}
@media (max-width: 1024px) {
  .giveaways_list {
    overflow-x: auto;
    margin-right: -24px;
    width: 100%;
    padding-right: 24px;
  }
}
/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../../../node_modules/resolve-url-loader/index.js!../../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./components/home/home-filters-mob/homeFiltersMob.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
.home_filters_mob {
  height: 48px;
  background: #202028;
  overflow: hidden;
  padding: 8px 16px;
  margin: 0 -24px 16px -24px;
  align-items: center;
  display: none;
}
@media (max-width: 764px) {
  .home_filters_mob {
    display: flex;
    margin: 0 -16px 16px -16px;
  }
}
@media (max-width: 768px) {
  .home_filters_mob {
    position: sticky;
    top: 59px;
    left: 0;
    width: 100vw;
    z-index: 7;
    margin-bottom: 0;
  }
}
.home_filters_mob_settings {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home_filters_mob_categories {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 10px;
  margin-left: 8px;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.home_filters_mob_categories::-webkit-scrollbar {
  display: none;
}
.home_filters_mob_categories::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 1000px;
  width: 2px;
  height: 32px;
  transform: translateY(-50%);
  background: #131318;
}
.home_filters_mob_categories button {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.11111;
  text-transform: uppercase;
  color: #47485d;
  flex-shrink: 0;
}
.home_filters_mob_categories button.active, .home_filters_mob_categories button:hover {
  color: #fff;
}
.home_filters_mob_switch {
  display: flex;
  justify-content: flex-end;
  flex-grow: 1;
  background: #202028;
  border-radius: 8px;
  height: 44px;
  margin-left: 8px;
  font-size: 16px;
  padding-right: 8px;
}
.home_filters_mob_deactivated {
  opacity: 0.5;
  pointer-events: none;
}

.filter_modal {
  height: 100dvh;
  max-height: 100dvh !important;
  border: 0 !important;
  border-radius: 0 !important;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../../../node_modules/resolve-url-loader/index.js!../../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./components/modals/mobile-filter/mobileFilterStyle.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
.mobile_filter {
  width: 100%;
}
.mobile_filter_title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 16px;
  color: #ffffff;
}
.mobile_filter_content {
  width: 100%;
}

.mobile_filter_content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.mobile_filter_item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 16px;
  border-bottom: 1px solid #363744;
}
.mobile_filter_item label {
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  color: #ffffff;
}
.mobile_filter_item .ant-input {
  background: #363744;
  color: #8A8CA6;
}
.mobile_filter_item .ant-input-number {
  background-color: #363744;
}
.mobile_filter_item .ant-input-number-input {
  background: #363744;
}
.mobile_filter_item .ant-input-affix-wrapper,
.mobile_filter_item .ant-input-number-affix-wrapper {
  height: 100%;
  border-radius: 8px;
  padding: 12px;
  font-size: 16px;
  color: #8A8CA6;
  background: #363744;
  border: 0;
}
.mobile_filter_item .ant-input-affix-wrapper input::placeholder,
.mobile_filter_item .ant-input-number-affix-wrapper input::placeholder {
  color: #8A8CA6;
}
.mobile_filter_item .ant-input-affix-wrapper .ant-input-number-prefix,
.mobile_filter_item .ant-input-number-affix-wrapper .ant-input-number-prefix {
  color: #FFB800;
}
.mobile_filter_item .ant-input-number-affix-wrapper {
  width: 116px;
}
.mobile_filter_item .ant-input-number-input {
  color: #8A8CA6;
  font-size: 16px;
}

.mobile_filter_item_input {
  border-radius: 8px !important;
  background-color: #363744 !important;
  opacity: 0.48;
  pointer-events: none;
}
.mobile_filter_item_input .ant-input {
  background: #363744;
  color: #8A8CA6;
}
.mobile_filter_item_input .ant-input-number {
  background-color: #363744;
}
.mobile_filter_item_input .ant-input-number-input {
  background: #363744;
}
.mobile_filter_item_input .ant-input-affix-wrapper,
.mobile_filter_item_input .ant-input-number-affix-wrapper {
  height: 100%;
  border-radius: 8px;
  padding: 12px;
  font-size: 16px;
  color: #8A8CA6;
  background: #363744;
  border: 0;
}
.mobile_filter_item_input .ant-input-affix-wrapper input::placeholder,
.mobile_filter_item_input .ant-input-number-affix-wrapper input::placeholder {
  color: #8A8CA6;
}
.mobile_filter_item_input .ant-input-affix-wrapper .ant-input-number-prefix,
.mobile_filter_item_input .ant-input-number-affix-wrapper .ant-input-number-prefix {
  color: #FFB800;
}
.mobile_filter_item_input .ant-input-number-affix-wrapper {
  width: 116px;
}
.mobile_filter_item_input .ant-input-number-input {
  color: #8A8CA6;
  font-size: 16px;
}

.mobile_filter_item_select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  border-radius: 8px;
  background-color: #363744;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #8a8ca6;
  gap: 8px;
}
.mobile_filter_item_select > span {
  margin-right: auto;
}

.home_filters_item_price {
  display: flex;
  justify-content: space-between;
  gap: 38px;
  position: relative;
  position: relative;
  height: 48px;
}
.home_filters_item_price:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 2px;
  background: #363744;
}
.home_filters_item_price .ant-input-affix-wrapper,
.home_filters_item_price .ant-input-number-affix-wrapper {
  height: 100%;
  border-radius: 8px;
  padding: 12px;
  font-size: 16px;
  color: #8a8ca6;
  background: #363744;
  border: 0;
}
.home_filters_item_price .ant-input-affix-wrapper input::placeholder,
.home_filters_item_price .ant-input-number-affix-wrapper input::placeholder {
  color: #8a8ca6;
}
.home_filters_item_price .ant-input-affix-wrapper .ant-input-number-prefix,
.home_filters_item_price .ant-input-number-affix-wrapper .ant-input-number-prefix {
  color: #ffb800;
}
.home_filters_item_price .ant-input-number-affix-wrapper {
  width: calc(50% - 19px) !important;
}
.home_filters_item_price .ant-input-number-input {
  color: #8a8ca6;
  font-size: 16px;
}

.mobile_filter_btn {
  min-height: 44px;
  border-radius: 8px;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../../../node_modules/resolve-url-loader/index.js!../../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./components/modals/mobile-filter/modal-select/modalSelectStyle.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.modal_select_overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  z-index: 99990; /* Чуть меньше, чем у самой модалки */
  animation: fadeIn 0.3s ease-out forwards;
}
.modal_select_overlay.closing {
  animation: fadeOut 0.3s ease-out forwards;
}

.modal_select {
  position: fixed; /* Позиционируем относительно окна браузера */
  bottom: 0; /* Прикрепляем к нижней части экрана */
  left: 0;
  right: 0;
  background-color: rgba(20, 20, 20, 0.95); /* Добавляем фон */
  padding: 20px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  z-index: 99999; /* Высокий z-index для отображения поверх других модалок */
  animation: slideUp 0.3s ease-out forwards;
}
.modal_select.closing {
  animation: slideDown 0.3s ease-out forwards;
}
.modal_select h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  color: #ffffff;
  margin-bottom: 20px;
}
.modal_select ul {
  padding-left: 8px;
  list-style-type: none;
}
.modal_select ul li {
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #ffffff;
  cursor: pointer;
}
.modal_select ul li:last-child {
  margin-bottom: 0;
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slideDown {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../../../node_modules/resolve-url-loader/index.js!../../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./components/modals/mobile-filter/modal-sort/modalSortStyle.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.modal_select_overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  z-index: 99990; /* Чуть меньше, чем у самой модалки */
  animation: fadeIn 0.3s ease-out forwards;
}
.modal_select_overlay.closing {
  animation: fadeOut 0.3s ease-out forwards;
}

.modal_select {
  position: fixed; /* Позиционируем относительно окна браузера */
  bottom: 0; /* Прикрепляем к нижней части экрана */
  left: 0;
  right: 0;
  background-color: rgba(20, 20, 20, 0.95); /* Добавляем фон */
  padding: 20px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  z-index: 99999; /* Высокий z-index для отображения поверх других модалок */
  animation: slideUp 0.3s ease-out forwards;
}
.modal_select.closing {
  animation: slideDown 0.3s ease-out forwards;
}
.modal_select h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  color: #ffffff;
  margin-bottom: 20px;
}
.modal_select ul {
  padding-left: 8px;
  list-style-type: none;
}
.modal_select ul li {
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #ffffff;
  cursor: pointer;
}
.modal_select ul li:last-child {
  margin-bottom: 0;
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slideDown {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../../../node_modules/resolve-url-loader/index.js!../../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./components/home/stats/stats.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
.stats1_wrap {
  padding: 40px 24px 24px 24px;
}
@media (max-width: 1024px) {
  .stats1_wrap {
    padding: 24px 24px 24px 24px;
    margin-bottom: 16px;
  }
}
@media (max-width: 1024px) {
  .stats1_wrap {
    padding: 24px 16px 24px 16px;
  }
}
@media (max-width: 992px) {
  .stats1_wrap {
    padding: 24px 0;
  }
}

.stats1 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .stats1 {
    flex-wrap: wrap;
    gap: 16px;
  }
}
.stats1_item {
  display: flex;
  align-items: center;
  gap: 4px;
}
@media (max-width: 1024px) {
  .stats1_item {
    width: calc(50% - 8px);
  }
}
.stats1_item_content_title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.11111;
}
@media (max-width: 992px) {
  .stats1_item_content_title {
    font-size: 16px;
  }
}
.stats1_item_content_label {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  color: #B3B5C6;
}
@media (max-width: 992px) {
  .stats1_item_content_label {
    font-size: 14px;
  }
}
/*!****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../../../node_modules/resolve-url-loader/index.js!../../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./scss/pages/_home.scss ***!
  \****************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.open-cases.open-cases-breezy:after,
.open-cases.open-cases-home:after, .open-cases.open-cases-breezy:before,
.open-cases.open-cases-home:before, .open-cases.open-cases-breezy.open-cases-battle-pass.open-cases-breezy:after, .open-cases.open-cases-breezy.open-cases-battle-pass.open-cases-breezy:before, .search-block-title span:before, .search-block-title span:after, .main-banner-timer span.day:before, .main-banner-timer-wrap .title:before, .stats ul > :nth-child(1) .stats-img:after, .stats ul > :nth-child(1) .stats-img:before, .stats:before, .not-author .open-cases-advantages-item:before, .open-case.old-sale:after, .open-case.old-sale:before, .home-category-navigation:before, .in-case-item.empty:after, .cases .case-item.light .case-item-img:before, .knife-block-inside:before, .knife-block:after, .knife-block:before, .page-timer-day:before, .page-timer:before {
  content: "";
  display: block;
  position: absolute;
}

.case-item .case-cost {
  min-width: 58px;
  padding: 0 8px 0 10px;
  margin-bottom: 10px;
  line-height: 32px;
  border-radius: 21px;
  position: relative;
}
.case-item .case-cost .btn-free-case-count {
  width: 20px;
  height: 20px;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  color: #3B1674;
  position: absolute;
  top: -10px;
  right: 0;
}

.case-item[data-rar=b0c3d9] .case-cost {
  box-shadow: 0px 0px 3px #b0c3d9, 0px 0px 16px rgba(176, 195, 217, 0.28), 0px 0px 24px rgba(176, 195, 217, 0.28), inset 0px 0px 3px #b0c3d9, inset 0px 0px 16px rgba(176, 195, 217, 0.28), inset 0px 0px 24px rgba(176, 195, 217, 0.28);
  border: solid 2px #fff;
  background-color: rgba(254, 242, 200, 0);
  color: #b0c3d9;
}

.case-item[data-rar="5e98d9"] .case-cost {
  box-shadow: 0px 0px 3px #5e98d9, 0px 0px 16px rgba(94, 152, 217, 0.28), 0px 0px 24px rgba(94, 152, 217, 0.28), inset 0px 0px 3px #5e98d9, inset 0px 0px 16px rgba(94, 152, 217, 0.28), inset 0px 0px 24px rgba(94, 152, 217, 0.28);
  border: solid 2px #d6ddff;
  background-color: rgba(254, 242, 200, 0);
  color: #5e98d9;
}

.case-item[data-rar="4b69ff"] .case-cost {
  box-shadow: 0px 0px 3px #4b69ff, 0px 0px 16px rgba(75, 105, 255, 0.28), 0px 0px 24px rgba(75, 105, 255, 0.28), inset 0px 0px 3px #4b69ff, inset 0px 0px 16px rgba(75, 105, 255, 0.28), inset 0px 0px 24px rgba(75, 105, 255, 0.28);
  border: solid 2px #d6ddff;
  background-color: rgba(254, 242, 200, 0);
  color: #4b69ff;
}

.case-item[data-rar=e4ae39] .case-cost {
  box-shadow: 0px 0px 3px #e4ae39, 0px 0px 16px rgba(228, 174, 57, 0.28), 0px 0px 24px rgba(228, 174, 57, 0.28), inset 0px 0px 3px #e4ae39, inset 0px 0px 16px rgba(228, 174, 57, 0.28), inset 0px 0px 24px rgba(228, 174, 57, 0.28);
  border: solid 2px #d8c2ff;
  background-color: rgba(254, 242, 200, 0);
  color: #8847ff;
}

.case-item[data-rar="8847ff"] .case-cost {
  box-shadow: 0px 0px 3px #8847ff, 0px 0px 16px rgba(136, 71, 255, 0.28), 0px 0px 24px rgba(136, 71, 255, 0.28), inset 0px 0px 3px #8847ff, inset 0px 0px 16px rgba(136, 71, 255, 0.28), inset 0px 0px 24px rgba(136, 71, 255, 0.28);
  border: solid 2px #d8c2ff;
  background-color: rgba(254, 242, 200, 0);
  color: #8847ff;
}

.case-item[data-rar=d32ce6] .case-cost {
  border: 2px solid #D8C2FF;
  box-shadow: 0px 0px 3px #d32ce6, 0px 0px 16px rgba(211, 44, 230, 0.28), 0px 0px 24px rgba(211, 44, 230, 0.28), inset 0px 0px 3px #d32ce6, inset 0px 0px 16px rgba(211, 44, 230, 0.28), inset 0px 0px 24px rgba(211, 44, 230, 0.28);
  color: #d32ce6;
}

.case-item[data-rar=eb4b4b] .case-cost {
  box-shadow: 0 0 16px 0 #eb4b4b, 0 0 3px 0 #eb4b4b, inset 0 0 3px 0 #eb4b4b, inset 0 0 24px 0 #eb4b4b;
  border: solid 2px #ffcaca;
  background-color: rgba(254, 242, 200, 0);
  color: #eb4b4b;
}

.case-item[data-rar=dea937] .case-cost {
  box-shadow: 0px 0px 3px #dea937, 0px 0px 16px rgba(222, 169, 55, 0.28), 0px 0px 24px rgba(222, 169, 55, 0.28), inset 0px 0px 3px #dea937, inset 0px 0px 16px rgba(222, 169, 55, 0.28), inset 0px 0px 24px rgba(222, 169, 55, 0.28);
  border: solid 2px #fef0c7;
  background-color: rgba(254, 242, 200, 0);
  color: #ffc600;
}

.case-item[data-rar=e4ae39] .case-cost {
  border: 2px solid #FFF3CE;
  box-shadow: 0px 0px 3px #FFC600, 0px 0px 16px rgba(255, 198, 0, 0.28), 0px 0px 24px rgba(255, 198, 0, 0.28), inset 0px 0px 3px #FFC600, inset 0px 0px 16px rgba(255, 198, 0, 0.28), inset 0px 0px 24px rgba(255, 198, 0, 0.28);
  color: #ffc600;
}

.case-item[data-rar="06c50c"] .case-cost {
  border: 2px solid #fff;
  box-shadow: 0px 0px 3px #06c50c, 0px 0px 16px rgba(6, 197, 12, 0.28), 0px 0px 24px rgba(6, 197, 12, 0.28), inset 0px 0px 3px #06c50c, inset 0px 0px 16px rgba(6, 197, 12, 0.28), inset 0px 0px 24px rgba(6, 197, 12, 0.28);
  color: #06c50c;
}

.open-cases.open-cases-breezy:after,
.open-cases.open-cases-home:after, .open-cases.open-cases-breezy:before,
.open-cases.open-cases-home:before, .open-cases.open-cases-breezy.open-cases-battle-pass.open-cases-breezy:after, .open-cases.open-cases-breezy.open-cases-battle-pass.open-cases-breezy:before, .search-block-title span:before, .search-block-title span:after, .main-banner-timer span.day:before, .main-banner-timer-wrap .title:before, .stats ul > :nth-child(1) .stats-img:after, .stats ul > :nth-child(1) .stats-img:before, .stats:before, .not-author .open-cases-advantages-item:before, .open-case.old-sale:after, .open-case.old-sale:before, .home-category-navigation:before, .in-case-item.empty:after, .cases .case-item.light .case-item-img:before, .knife-block-inside:before, .knife-block:after, .knife-block:before, .page-timer-day:before, .page-timer:before {
  content: "";
  display: block;
  position: absolute;
}

.page-timer {
  width: 557px;
  height: 42px;
  margin: 0 auto 44px auto;
  position: relative;
}
.page-timer-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
  color: #d32ce6;
  text-shadow: 0px 2px 0px #3a004e;
  padding-left: 8px;
}
.page-timer:before {
  background: url(/files/images/9289a795aed32f5d87ed.svg) no-repeat 0 0;
  width: 100%;
  height: 111px;
  pointer-events: none;
  top: 50%;
  transform: translateY(-50%);
}
.page-timer-day {
  position: relative;
  min-width: 44px;
  height: 32px;
  border-radius: 12px;
  padding: 2px 8px;
  text-align: center;
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
  display: flex;
  align-items: center;
  color: #ffffff;
  text-shadow: 0px 2px 0px #3a004e, 0px 0px 40px #c131e4, 0px 0px 12px rgba(193, 49, 228, 0.64);
  margin-right: 30px;
}
.page-timer-day span {
  position: relative;
}
.page-timer-day:before {
  width: 70px;
  height: 42px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) skew(-20deg, 0deg);
  background: linear-gradient(180deg, rgba(76, 0, 85, 0) 0%, rgba(211, 44, 230, 0.2) 100%);
  margin-left: -1px;
}
.page-timer-separator {
  opacity: 0.4;
  margin: 0 8px;
}
.page-timer-seconds {
  color: #ffc600;
}
.page-timer-close-text {
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
  color: #d32ce6;
  text-shadow: 0px 2px 0px #3a004e;
  display: flex;
  align-items: center;
}
.page-timer-close-text .timer-title {
  margin: 0 16px;
  white-space: nowrap;
}
.page-timer-close-text .emoji {
  font-size: 32px;
}

.knife-block {
  position: fixed;
  top: 390px;
  left: 0;
  width: 200px;
  height: 100px;
  background: linear-gradient(270deg, #4a0047 0%, #0f032c 99.99%, #291033 100%);
  box-shadow: -8px 20px 16px rgba(13, 0, 28, 0.5);
  border-radius: 0px 50px 50px 0px;
  padding-top: 8px;
  z-index: 6;
}
.knife-block:before {
  width: 100%;
  height: 100%;
  top: -8px;
  left: 0;
  background: url(/files/images/8e63e1dd79e414820a20.svg) no-repeat 0 0;
  z-index: 2;
}
.knife-block:after {
  width: 240px;
  height: 240px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/files/images/00043b5c7695a9849112.svg) no-repeat 0 0;
  margin: -7px 0 0 15px;
  transition: all 0.3s;
}
.knife-block-inside {
  position: absolute;
  top: -8px;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #2d0159 0%, #5d0071 100%);
  border-radius: 0px 50px 50px 0px;
}
.knife-block-inside:before {
  width: 100%;
  height: calc(100% - 4px);
  top: 2px;
  left: 0;
  background: linear-gradient(104.04deg, #0d0329 0%, #250055 45.86%, #77007b 100%);
  border-radius: 0px 50px 50px 0px;
}
.knife-block:hover:after {
  background: url(/files/images/cacdaaf1eeae8d74c586.svg) no-repeat 0 0;
}
@media (max-width: 767px) {
  .knife-block {
    transform: scale(0.4);
    left: -60px;
    top: 370px;
  }
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinCenter {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/**
 *  This mixin will crop text in block for needed amount of lines and put ellipsis at the end
 *
 *  @param $font-size font-size property
 *  @param $line-height line-height property
 *  @param $lines-to-show amount of lines to show
 */
.case-item-name span::after,
.case-item-name span:before {
  position: absolute;
  display: block;
  width: 30px;
  height: 31px;
  content: "";
  top: 0;
}

.case-item-name span:before {
  left: -30px;
  background: url(/files/images/ecfa605f5a05866eb085.png) no-repeat;
  z-index: -1;
}
@media (max-width: 540px) {
  .case-item-name span:before {
    left: -15px;
  }
}

.case-item-name span::after {
  right: -30px;
  top: 3px;
  background: url(/files/images/29b66e06fcb4d9604cc1.png) no-repeat;
  z-index: -1;
}
@media (max-width: 540px) {
  .case-item-name span::after {
    right: -15px;
  }
}

.case-item[data-rar="06c50c"] .case-item-name span::after,
.case-item[data-rar="06c50c"] .case-item-name span:before {
  position: absolute;
  display: block;
  width: 30px;
  height: 34px;
  content: "";
  top: 0;
}

.case-item-name span {
  min-height: 31px;
  display: inline-flex;
  align-items: center;
  position: relative;
  line-height: 33px;
  background: url(/files/images/4b98751ce6f7ca8149e6.png) repeat-x;
}
.case-item-name span .text-cut {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  width: 100%;
  min-width: 100%;
  line-height: 15px;
  padding-top: 2px;
  height: auto;
  min-height: auto;
}
.case-item-name i {
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 19px;
  color: rgba(213, 185, 255, 0.5);
  margin-left: 10px;
}

.case-row-small .case-item-name span {
  font-size: 12px;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: calc(100% - 60px);
  margin: 0 auto;
  line-height: 14px;
}
.case-row-small .case-item-name i {
  margin-left: 2px;
}
.case-row-small .case-cost {
  min-width: auto;
  padding: 0 8px;
  margin: 6px 0;
}
@media (max-width: 420px) {
  .case-row-small .case-cost {
    margin-top: 0;
  }
}
@media (max-width: 359px) {
  .case-row-small .case-cost {
    font-size: 16px;
  }
}
.case-row-small .case-cost .rub {
  margin-left: 0;
}
.case-row-small .case-cost-battle-pass {
  padding: 0 4px;
  margin: 0 4px;
}

.case-item[data-rar="06c50c"] .case-item-name i {
  color: rgba(255, 255, 255, 0.8);
}

.case-item[data-rar="06c50c"] .case-item-name span:before {
  left: -30px;
  background: url(/files/images/bfda7fe0e85823678c5e.png) no-repeat;
}
@media (max-width: 359px) {
  .case-item[data-rar="06c50c"] .case-item-name span:before {
    left: -15px;
  }
}

.case-item[data-rar="06c50c"] .case-item-name span::after {
  right: -30px;
  top: 0;
  background: url(/files/images/7f954533b2e72dd0d187.png) no-repeat;
}
@media (max-width: 359px) {
  .case-item[data-rar="06c50c"] .case-item-name span::after {
    right: -15px;
  }
}

.case-item[data-rar="06c50c"] .case-item-name span {
  color: rgba(255, 255, 255, 0.8);
  background: url(/files/images/e3e38f2efabdf7b8a0d6.png) repeat-x;
}

.cases .case-item {
  width: calc(16.6% - 10px);
  max-width: 304px;
  vertical-align: top;
  top: 0;
  margin: 0 14px 40px;
  transition: all 0.5s;
  text-decoration: unset;
  z-index: 4;
}
@media (max-width: 1366px) {
  .cases .case-item {
    width: calc(16.6% - 10px);
  }
}
@media only screen and (max-width: 1024px) {
  .cases .case-item {
    width: calc(20% - 10px);
  }
}
@media (max-width: 992px) {
  .cases .case-item {
    width: calc(25% - 28px);
  }
}
@media (max-width: 768px) {
  .cases .case-item {
    width: calc(33.3% - 28px);
  }
}
@media (max-width: 540px) {
  .cases .case-item {
    width: calc(50% - 28px);
    margin: 0 10px 65px;
    height: 212px;
  }
}
.cases .case-item.bounce {
  animation: bounce 0.3s ease infinite alternate;
}
@keyframes bounce {
  100% {
    top: -10px;
  }
}
.cases .case-item.light .case-item-img:before {
  width: 312px;
  height: 312px;
  top: 50%;
  left: 50%;
  background: url(/files/images/31a6ef79750199d65a38.png) no-repeat 0 0;
  animation: spinCenter 8s linear infinite;
  z-index: -1;
}
.cases .case-item .drop-chance {
  bottom: auto;
  top: 152px;
  right: 0;
  left: auto;
  background: #3f0047;
  height: 24px;
  min-width: 62px;
  font-size: 16px;
}

.cases .case-row-small .case-item {
  width: calc(14.2% - 20px);
  max-width: initial;
  margin: 0 10px 50px 10px;
}
@media (max-width: 1366px) {
  .cases .case-row-small .case-item {
    width: calc(16.6% - 20px);
  }
}
@media (max-width: 1024px) {
  .cases .case-row-small .case-item {
    width: calc(25% - 20px);
  }
}
@media (max-width: 768px) {
  .cases .case-row-small .case-item {
    width: calc(33.3% - 20px);
  }
}
@media (max-width: 540px) {
  .cases .case-row-small .case-item {
    width: calc(50% - 20px);
    height: 212px;
    margin-bottom: 40px;
  }
}
.cases .case-row-small .case-item-img {
  height: 165px;
  margin-bottom: 10px;
}
@media (max-width: 540px) {
  .cases .case-row-small .case-item-img {
    height: 154px;
  }
}

.case-item-wrap {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1840px;
  margin: 0 auto;
}
@media (max-width: 560px) {
  .case-item-wrap {
    padding: 0 6px;
  }
}

.case-item,
.case-item-img,
.case-item-nums,
.footer {
  position: relative;
}

.case-item-nums {
  font-weight: 500;
  color: #ccc;
  font-size: 16px;
  margin-bottom: 5px;
  min-height: 33px;
  line-height: 33px;
}

.case-item-nums .fa {
  margin-right: 11px;
  text-shadow: 0px 0px 1px #ff2c3b, 0 0 8px #ff2f2f;
  color: #fef2c8;
}

.case-item-nums .fa-bolt {
  width: 7px;
  height: 14px;
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.case-item-nums .fa-bolt:before {
  background: url(/files/images/3737846240511aa8fa69.svg) no-repeat 0 0;
  content: "";
  width: 55px;
  font-size: 0;
  height: 62px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  position: absolute;
}

.case-item-nums-wrap {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 24px;
}

.case-item-nums .red {
  color: #f5412e;
}

.case-item-img {
  height: 304px;
  position: relative;
  margin-bottom: -70px;
}
@media (max-width: 1366px) {
  .case-item-img {
    height: 125px;
    margin-bottom: 0px;
  }
}
.case-item-img .lazy-load-image-background {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  height: 360px;
  width: 360px;
}
.case-item-img .lazy-load-image-background svg {
  transform: scale(1.2);
  top: 8%;
  position: absolute;
  left: 8%;
}
.case-item-img img {
  max-width: 304px;
}

.cases-all .case-row-small .case-item-img {
  height: 212px;
  margin-bottom: -20px;
}
@media (max-width: 1366px) {
  .cases-all .case-row-small .case-item-img {
    height: 154px;
    margin-bottom: 0px;
  }
}

.case-item-img .not-hover,
.case-item-img .hover,
.case-item-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 304px;
  min-width: 256px;
}

.case-row-small .case-item-img .not-hover,
.case-row-small .case-item-img .hover,
.case-row-small .case-item-img img {
  max-width: 154px;
  min-width: 154px;
}

.case-row-small .case-item-img svg {
  transform: translate(-50%, 0%) scale(0.5);
  display: block;
  position: absolute;
  top: -40px;
  left: 50%;
}

.case-item-name {
  color: rgba(213, 185, 255, 0.5) !important;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 6px;
  position: relative;
  z-index: 2;
}
@media (max-width: 420px) {
  .case-item-name {
    font-size: 12px;
  }
}
.case-item-name .text-overflow {
  max-width: 280px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.case-item-name i.case-before-free {
  display: none;
}

.case-item[data-rar=b0c3d9] .case-item-name,
.case-item[data-rar=b0c3d9] .case-item-nums .red,
.case-item[data-rar=b0c3d9] .open-case span {
  color: #b0c3d9;
}

.case-item[data-rar="5e98d9"] .case-cost,
.case-item[data-rar="5e98d9"] .case-item-name,
.case-item[data-rar="5e98d9"] .case-item-nums .red,
.case-item[data-rar="5e98d9"] .open-case span {
  color: #5e98d9;
}

.case-item[data-rar="4b69ff"] .case-cost,
.case-item[data-rar="4b69ff"] .case-item-name,
.case-item[data-rar="4b69ff"] .case-item-nums .red,
.case-item[data-rar="4b69ff"] .open-case span {
  color: #4b69ff;
}

.case-item[data-rar="8847ff"] .case-cost,
.case-item[data-rar="8847ff"] .case-item-name,
.case-item[data-rar="8847ff"] .case-item-nums .red,
.case-item[data-rar="8847ff"] .open-case span {
  color: #8847ff;
}

.case-item[data-rar=d32ce6] .case-cost,
.case-item[data-rar=d32ce6] .case-item-name,
.case-item[data-rar=d32ce6] .case-item-nums .red,
.case-item[data-rar=d32ce6] .open-case span {
  color: #bd28cf;
}

.case-item[data-rar=eb4b4b] .case-cost,
.case-item[data-rar=eb4b4b] .case-item-name,
.case-item[data-rar=eb4b4b] .case-item-nums .red,
.case-item[data-rar=eb4b4b] .open-case span {
  color: #eb4b4b;
}

.case-item[data-rar=dea937] .case-cost,
.case-item[data-rar=dea937] .case-item-name,
.case-item[data-rar=dea937] .case-item-nums .red,
.case-item[data-rar=dea937] .open-case span {
  color: #dea937;
}

.case-item[data-rar=e4ae39] .case-cost,
.case-item[data-rar=e4ae39] .case-item-name,
.case-item[data-rar=e4ae39] .case-item-nums .red,
.case-item[data-rar=e4ae39] .open-case span {
  color: #e4ae39;
}

.case-item[data-rar="56d30d"] .case-item-name,
.case-item[data-rar="56d30d"] .case-item-nums .red,
.case-item[data-rar="56d30d"] .open-case span {
  color: #56d30d;
}

.case-item-tooltipes {
  position: absolute;
  bottom: 145px;
  left: -20px;
  z-index: 2;
}
@media (max-width: 1366px) {
  .case-item-tooltipes {
    bottom: auto;
    top: 105px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}

.case-row-small {
  padding-bottom: 60px;
}
.case-row-small .case-item-tooltipes {
  bottom: 61px;
}
.case-row-small .case-hit,
.case-row-small .case-latest,
.case-row-small .case-free {
  width: 67px;
  height: 43px;
}

.case-hit,
.case-latest,
.case-free {
  height: 53px;
  width: 99px;
  z-index: 3;
  margin-top: -20px;
  margin-bottom: 2px;
}
@media (max-width: 1366px) {
  .case-hit,
  .case-latest,
  .case-free {
    width: 67px;
    height: 43px;
  }
}

.case-hit {
  background: url(/files/images/913ba460c4758b864f27.svg) no-repeat 0 0;
  background-size: contain;
}

.en .case-hit,
.de .case-hit {
  background: url(/files/images/913ba460c4758b864f27.svg) no-repeat 0 0;
  background-size: contain;
}

.case-latest {
  background: url(/files/images/312139877ea1b182daa8.svg) no-repeat 0 0;
  background-size: contain;
}

.case-free {
  background: url(/files/images/3bcb2a608c936853e991.svg) no-repeat 0 0;
  background-size: contain;
}

.en .case-latest,
.de .case-latest {
  background: url(/files/images/312139877ea1b182daa8.svg) no-repeat 0 0;
  background-size: contain;
}

.case-item-img .not-hover,
.case-item-img .hover,
.case-item-img img,
.top-drop-item > img {
  transform: translate(-50%, -50%);
}

.add-money,
.authorization-social a,
.case-item-nums,
.case-play,
.case-play .case-item,
.case-play-name,
.case-row,
.footer-bot,
.in-case-item,
.in-case-title,
.stats,
.top-drop-item-hover {
  text-align: center;
  user-select: none;
}

.cases .case-item {
  height: 325px;
  margin-bottom: 16px;
}
@media (max-width: 1366px) {
  .cases .case-item {
    height: auto;
    margin-bottom: 66px;
  }
}
@media (max-width: 540px) {
  .cases .case-item {
    margin-bottom: 40px;
  }
}
.cases .case-item a {
  text-decoration: none;
}
.cases .case-item.disable {
  opacity: 0.49;
  pointer-events: none;
}
.cases .case-item .timer {
  display: flex;
  align-items: center;
  padding: 0px 8px 0px 4px;
  height: 24px;
  background: linear-gradient(270deg, #3C0124 -25%, #340855 125%);
  border: 2px solid rgba(63, 9, 101, 0.42);
  border-radius: 12px;
  position: absolute;
  top: -25px;
  right: 0;
  font-size: 14px;
  z-index: 2;
  color: rgba(230, 155, 255, 0.4);
}
@media (max-width: 1366px) {
  .cases .case-item .timer {
    top: -25px;
    right: 50%;
    transform: translateX(50%);
    white-space: nowrap;
  }
}
.cases .case-item .timer .day {
  margin-right: 4px;
  text-shadow: -1px -1px 0 rgba(235, 75, 75, 0.48), 1px -1px 0 rgba(235, 75, 75, 0.48), -1px 1px 0 rgba(235, 75, 75, 0.48), 1px 1px 0 rgba(235, 75, 75, 0.48), 0 0 24px rgba(235, 75, 75, 0.48), 0 0 13px rgba(235, 75, 75, 0.48);
  color: #fef2c8;
}
.cases .case-item .timer .icon {
  color: #FF2C3B;
  box-shadow: 0 0 12px 1px #ff2c3b;
  background: #FEF2C8;
  border-radius: 50%;
  font-size: 17px;
  margin: 0 6px 0 -1px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  font-size: 20px;
}
.cases .case-row-small .case-item {
  height: 265px;
}
@media (max-width: 540px) {
  .cases .case-row-small .case-item {
    height: 212px;
  }
}
.cases .case-row-small .timer {
  top: 29px;
}

.cases .case-row-small .case-item a {
  max-width: 212px;
  height: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
}
.cases .case-row-small .case-item a .case-item-tooltipes {
  bottom: 61px;
}

.cases .case-item a .case-item-img .img-default,
.cases .case-item a .case-item-img .hover,
.cases .case-item a .case-item-img .not-hover {
  opacity: 1;
  top: 0;
  left: 50%;
  width: auto;
  height: auto;
  position: absolute;
  transform: translate(-50%, 0%);
  max-width: 304px;
}
@media (max-width: 1440px) {
  .cases .case-item a .case-item-img .img-default,
  .cases .case-item a .case-item-img .hover,
  .cases .case-item a .case-item-img .not-hover {
    max-width: 100%;
  }
}
@media (max-width: 1366px) {
  .cases .case-item a .case-item-img .img-default,
  .cases .case-item a .case-item-img .hover,
  .cases .case-item a .case-item-img .not-hover {
    min-width: auto;
    width: 100%;
    height: auto;
  }
  .cases .case-item a .case-item-img .img-default svg,
  .cases .case-item a .case-item-img .hover svg,
  .cases .case-item a .case-item-img .not-hover svg {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translate(-50%, 0%) scale(0.7);
  }
}

.cases .case-row-small .case-item a .case-item-img .img-default,
.cases .case-row-small .case-item a .case-item-img .hover,
.cases .case-row-small .case-item a .case-item-img .not-hover {
  max-width: 212px;
}
@media (max-width: 1366px) {
  .cases .case-row-small .case-item a .case-item-img .img-default svg,
  .cases .case-row-small .case-item a .case-item-img .hover svg,
  .cases .case-row-small .case-item a .case-item-img .not-hover svg {
    transform: translate(-50%, 0%) scale(0.5);
  }
}
@media (max-width: 480px) {
  .cases .case-row-small .case-item a .case-item-img .img-default,
  .cases .case-row-small .case-item a .case-item-img .hover,
  .cases .case-row-small .case-item a .case-item-img .not-hover {
    max-width: 154px;
  }
}

.cases .case-row-small .case-item .case-item-nums {
  top: -15px;
  right: 50%;
  transform: translateX(50%);
}

.cases .case-item a .case-item-img .hover {
  opacity: 0;
  transform: translate(-50%, 0%) scale(1.053);
  margin-top: -4px;
}

.cases .case-row-small .case-item a .case-item-img .hover {
  transform: translate(-50%, 0%) scale(1.076);
  margin-top: -2px;
}

.cases .case-item:not(.disable):hover {
  cursor: pointer;
}
.cases .case-item:not(.disable):hover .case-item-name {
  color: rgba(230, 155, 255, 0.64) !important;
}
.cases .case-item:not(.disable):hover .case-item-img .hover {
  opacity: 1;
}
.cases .case-item:not(.disable).case-item-static:not(.disable):hover .not-hover {
  opacity: 1;
}
.cases .case-item:not(.disable).case-item-static:not(.disable):hover .hover {
  opacity: 0;
}
.cases .case-item:not(.disable).case-item-hover:not(.disable) .not-hover {
  opacity: 0;
}
.cases .case-item:not(.disable).case-item-hover:not(.disable) .hover {
  opacity: 1;
}

.btn,
.open-case {
  min-width: 202px;
  line-height: 35px;
  border-radius: 25px;
  border: 2px solid #fff;
}

.btn-open-case {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 24px;
  color: #fff;
  border: 1px solid rgba(211, 44, 230, 0);
  text-shadow: 0px 0px 6px #f7c0fe;
  text-transform: uppercase;
  height: 48px;
  border-radius: 24px;
  padding: 0 16px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  letter-spacing: 1px;
  z-index: 2;
  opacity: 0;
  transition: all 0.5s;
  transition-delay: 1s;
}

.case-item:hover:not(.disable) .btn-open-case {
  opacity: 1;
}

.case-item[data-rar=b0c3d9] .btn-open-case {
  background: rgba(176, 195, 217, 0.4);
  border: 4px solid #b7cde5;
  box-shadow: 0px 0px 16px #b0c3d9, 0px 0px 32px #b0c3d9, inset 0px 0px 64px #b0c3d9;
}

.cases .case-item[data-rar=b0c3d9]:not(.disable):hover .case-cost {
  background: rgba(176, 195, 217, 0.08);
}

.case-item[data-rar="5e98d9"] .btn-open-case {
  background: rgba(94, 152, 217, 0.4);
  border: 4px solid #64a1e5;
  box-shadow: 0px 0px 16px #5e98d9, 0px 0px 32px #5e98d9, inset 0px 0px 64px #5e98d9;
}

.cases .case-item[data-rar="5e98d9"]:not(.disable):hover .case-cost {
  background: rgba(94, 152, 217, 0.08);
}

.case-item[data-rar="4b69ff"] .btn-open-case {
  background: rgba(75, 105, 255, 0.4);
  border: 4px solid #5671f8;
  box-shadow: 0px 0px 16px #4b69ff, 0px 0px 32px #4b69ff, inset 0px 0px 64px #4b69ff;
}

.cases .case-item[data-rar="4b69ff"]:not(.disable):hover .case-cost {
  background: rgba(75, 105, 255, 0.08);
}

.case-item[data-rar="8847ff"] .btn-open-case {
  background: rgba(136, 71, 255, 0.4);
  border: 4px solid #9259fc;
  box-shadow: 0px 0px 16px #8847ff, 0px 0px 32px #8847ff, inset 0px 0px 64px #8847ff;
}

.cases .case-item[data-rar="8847ff"]:not(.disable):hover .case-cost {
  background: rgba(211, 44, 230, 0.08);
}

.case-item[data-rar=d32ce6] .btn-open-case {
  background: rgba(211, 44, 230, 0.4);
  border: 4px solid #ea32ff;
  box-shadow: 0px 0px 16px #d32ce6, 0px 0px 32px #d32ce6, inset 0px 0px 64px #d32ce6;
}

.cases .case-item[data-rar=d32ce6]:not(.disable):hover .case-cost {
  background: rgba(211, 44, 230, 0.08);
}

.case-item[data-rar=eb4b4b] .btn-open-case {
  background: rgba(235, 75, 75, 0.4);
  border: 4px solid #ff7a7a;
  box-shadow: 0px 0px 16px #eb4b4b, 0px 0px 32px #eb4b4b, inset 0px 0px 64px #eb4b4b;
}

.cases .case-item[data-rar=eb4b4b]:not(.disable):hover .case-cost {
  background: rgba(235, 75, 75, 0.08);
}

.case-item[data-rar=e4ae39] .btn-open-case {
  background: rgba(228, 174, 57, 0.4);
  border: 4px solid #f8c556;
  box-shadow: 0px 0px 16px #e4ae39, 0px 0px 32px #e4ae39, inset 0px 0px 64px #e4ae39;
}

.cases .case-item[data-rar=e4ae39]:not(.disable):hover .case-cost {
  background: rgba(255, 198, 0, 0.08);
}

.case-item[data-rar="06c50c"] .btn-open-case {
  background: rgba(6, 197, 12, 0.4);
  border: 4px solid #06c50c;
  box-shadow: 0px 0px 16px #06c50c, 0px 0px 32px #06c50c, inset 0px 0px 64px #06c50c;
}

.case-item-nums {
  position: absolute;
  top: 29px;
  right: 0;
  white-space: nowrap;
  z-index: 2;
  height: 24px;
  min-height: 24px;
  border-radius: 12px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 5px 4px 4px;
  background: linear-gradient(270deg, #3c0124 -25%, #340855 125%);
  border: 2px solid rgba(63, 9, 101, 0.42);
  color: rgba(230, 155, 255, 0.4);
}
@media (max-width: 1366px) {
  .case-item-nums {
    top: -25px;
    right: 50%;
    transform: translateX(50%);
  }
}
.case-item-nums .red {
  text-shadow: -1px -1px 0 rgba(235, 75, 75, 0.48), 1px -1px 0 rgba(235, 75, 75, 0.48), -1px 1px 0 rgba(235, 75, 75, 0.48), 1px 1px 0 rgba(235, 75, 75, 0.48), 0 0 24px rgba(235, 75, 75, 0.48), 0 0 13px rgba(235, 75, 75, 0.48);
  color: #fef2c8 !important;
}

.in-case-item .btn-sale-cost {
  right: auto;
  z-index: 3;
  top: -7px;
  left: 30px;
  height: 24px;
  border-radius: 24px;
  padding: 1px 10px;
  opacity: 0;
  transition: all 0.3s;
}
.in-case-item.active .btn-sale-cost {
  top: -2px;
}
.in-case-item.empty .img {
  border: 8px solid transparent;
  background: linear-gradient(180deg, rgba(139, 81, 146, 0.2), rgba(75, 51, 118, 0.2)) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.in-case-item.empty .img:before, .in-case-item.empty .img:after {
  display: none;
}
.in-case-item.empty:after {
  background: url(/files/images/f4d51d73a620d1e716a0.svg) no-repeat 0 0;
  width: 238px;
  height: 212px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -40px;
}
.in-case-item.active .btn-sale-cost {
  opacity: 1;
}

.open-cases.open-cases-breezy:after,
.open-cases.open-cases-home:after, .open-cases.open-cases-breezy:before,
.open-cases.open-cases-home:before, .open-cases.open-cases-breezy.open-cases-battle-pass.open-cases-breezy:after, .open-cases.open-cases-breezy.open-cases-battle-pass.open-cases-breezy:before, .search-block-title span:before, .search-block-title span:after, .main-banner-timer span.day:before, .main-banner-timer-wrap .title:before, .stats ul > :nth-child(1) .stats-img:after, .stats ul > :nth-child(1) .stats-img:before, .stats:before, .not-author .open-cases-advantages-item:before, .open-case.old-sale:after, .open-case.old-sale:before, .home-category-navigation:before, .page-timer:before, .page-timer-day:before, .knife-block:before, .knife-block:after, .knife-block-inside:before, .cases .case-item.light .case-item-img:before, .in-case-item.empty:after {
  content: "";
  display: block;
  position: absolute;
}

.home-category-navigation {
  position: fixed;
  right: 2.5vw;
  bottom: 180px;
  z-index: 99;
  display: flex;
  flex-direction: column;
  align-items: end;
}
.home-category-navigation:before {
  background: rgba(19, 7, 44, 0.8);
  backdrop-filter: blur(4px);
  border-radius: 24px;
  width: 48px;
  height: 100%;
}
.home-category-navigation-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  background: rgba(176, 195, 217, 0.5);
  opacity: 0.99;
  box-shadow: inset 0 0 0 2px rgba(176, 195, 217, 0.5);
  border-radius: 20px;
  margin: 4px;
  padding: 0 12px;
  font-weight: 500;
  line-height: 40px;
  font-size: 0;
  cursor: pointer;
}
.home-category-navigation-item span {
  max-height: 40px;
}
.home-category-navigation-item span:first-letter {
  font-size: 16px;
}
.home-category-navigation-item[data-rar=e4ae39] {
  background: rgba(228, 174, 57, 0.5);
  box-shadow: inset 0 0 0 2px rgba(228, 174, 57, 0.5);
}
.home-category-navigation-item[data-rar=b0c3d9] {
  background: rgba(176, 195, 217, 0.5);
  box-shadow: inset 0 0 0 2px rgba(176, 195, 217, 0.5);
}
.home-category-navigation-item[data-rar="5e98d9"] {
  background: rgba(94, 152, 217, 0.5);
  box-shadow: inset 0 0 0 2px rgba(94, 152, 217, 0.5);
}
.home-category-navigation-item[data-rar="4b69ff"] {
  background: rgba(75, 105, 255, 0.5);
  box-shadow: inset 0 0 0 2px rgba(75, 105, 255, 0.5);
}
.home-category-navigation-item[data-rar="8847ff"] {
  background: rgba(136, 71, 255, 0.5);
  box-shadow: inset 0 0 0 2px rgba(136, 71, 255, 0.5);
}
.home-category-navigation-item[data-rar=d32ce6] {
  background: rgba(211, 44, 230, 0.5);
  box-shadow: inset 0 0 0 2px rgba(211, 44, 230, 0.5);
}
.home-category-navigation-item[data-rar=eb4b4b] {
  background: rgba(235, 75, 75, 0.5);
  box-shadow: inset 0 0 0 2px rgba(235, 75, 75, 0.5);
}
.home-category-navigation-item[data-rar=ffc600], .home-category-navigation-item[data-rar=ffc700] {
  background: rgba(255, 198, 0, 0.5);
  box-shadow: inset 0 0 0 2px rgba(255, 198, 0, 0.5);
}
.home-category-navigation-item:hover {
  font-size: 16px;
}
.home-category-navigation-item.active {
  font-size: 0;
}
.home-category-navigation-item.active[data-rar=b0c3d9] {
  box-shadow: inset 0 0 0 4px rgba(176, 195, 217, 0.5);
}
.home-category-navigation-item.active[data-rar="5e98d9"] {
  box-shadow: inset 0 0 0 4px rgba(94, 152, 217, 0.5);
}
.home-category-navigation-item.active[data-rar="4b69ff"] {
  box-shadow: inset 0 0 0 4px rgba(75, 105, 255, 0.5);
}
.home-category-navigation-item.active[data-rar="8847ff"] {
  box-shadow: inset 0 0 0 4px rgba(136, 71, 255, 0.5);
}
.home-category-navigation-item.active[data-rar=d32ce6] {
  box-shadow: inset 0 0 0 4px rgba(211, 44, 230, 0.5);
}
.home-category-navigation-item.active[data-rar=eb4b4b] {
  box-shadow: inset 0 0 0 4px rgba(235, 75, 75, 0.5);
}
.home-category-navigation-item.active[data-rar=ffc600], .home-category-navigation-item.active[data-rar=ffc700] {
  box-shadow: inset 0 0 0 4px rgba(255, 198, 0, 0.5);
}

.open-cases.open-cases-breezy:after,
.open-cases.open-cases-home:after, .open-cases.open-cases-breezy:before,
.open-cases.open-cases-home:before, .open-cases.open-cases-breezy.open-cases-battle-pass.open-cases-breezy:after, .open-cases.open-cases-breezy.open-cases-battle-pass.open-cases-breezy:before, .search-block-title span:before, .search-block-title span:after, .main-banner-timer span.day:before, .main-banner-timer-wrap .title:before, .stats ul > :nth-child(1) .stats-img:after, .stats ul > :nth-child(1) .stats-img:before, .stats:before, .not-author .open-cases-advantages-item:before, .open-case.old-sale:after, .open-case.old-sale:before, .page-timer:before, .page-timer-day:before, .knife-block:before, .knife-block:after, .knife-block-inside:before, .cases .case-item.light .case-item-img:before, .in-case-item.empty:after, .home-category-navigation:before {
  content: "";
  display: block;
  position: absolute;
}

.cases-all .case-row {
  margin-bottom: 5px;
  margin-top: -5px;
}

.cases-all .case-row-title {
  padding: 0 30px 5px;
  text-align: center;
  margin-bottom: 16px;
  position: relative;
  top: 2px;
}
@media (max-width: 1366px) {
  .cases-all .case-row-title {
    margin-bottom: 16px;
  }
}
@media (max-width: 480px) {
  .cases-all .case-row-title {
    margin-bottom: 25px;
  }
}
.cases-all .case-row-small .case-row-title {
  padding: 0 30px 0px;
  margin-bottom: 20px;
}

.cases-all {
  position: relative;
  z-index: 4;
}
@media (max-width: 1280px) {
  .cases-all {
    overflow: hidden;
  }
}

.cases-all .case-row-title-name {
  position: relative;
  line-height: 50px;
  margin-top: -5px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 900;
}
@media (max-width: 1024px) {
  .cases-all .case-row-title-name {
    font-size: 20px;
    line-height: 20px;
    height: 50px;
  }
}
.cases-all .case-row-title-name img {
  margin-right: 15px;
  display: none;
}

.case-item-name,
.case-row-title {
  line-height: 24px;
  text-transform: uppercase;
}

.case-item-name {
  min-height: 35px;
}

.cases {
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cases {
    overflow: hidden;
  }
}
.cases.cases-all {
  margin-top: 16px;
  overflow: hidden;
}

.case-row-title {
  color: #fff;
  font-size: 24px;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

.cases-all .case-row-title-name:after {
  left: auto;
  right: -46px;
}

.cases-all .case-row-title:before {
  content: " ";
  width: 570px;
  height: 191px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}

.cases-all .case-row-title-name {
  color: rgba(17, 0, 49, 0.72);
}
.cases-all .case-row-title-name .mask {
  position: absolute;
  background: #fff;
  -webkit-mask: url(/files/images/66a8fc6dcda411d2c548.svg) repeat-x 50% 50%;
  width: 100%;
  height: 100%;
  display: block;
}
.cases-all .case-row-title-name .name {
  position: relative;
}
.cases-all .case-row-title-name:before, .cases-all .case-row-title-name:after {
  content: "";
  position: absolute;
  top: 0;
  left: -46px;
  display: block;
  z-index: 1;
  width: 47px;
  height: 50px;
  background: #fff;
  -webkit-mask: url(/files/images/bce03cf027b798238a2b.svg) no-repeat 100% 50%;
}
.cases-all .case-row-title-name:after {
  left: auto;
  right: -46px;
  -webkit-mask: url(/files/images/dcae1cbfa4be4e948f9b.svg) no-repeat 0% 50%;
}

.cases-all .case-row[data-rar=b0c3d9] {
  background: rgba(176, 195, 217, 0.12);
  box-shadow: inset 0px 2px 0px rgba(176, 195, 217, 0.2);
}
.cases-all .case-row[data-rar=b0c3d9] .case-row-title-name .mask, .cases-all .case-row[data-rar=b0c3d9] .case-row-title-name:before, .cases-all .case-row[data-rar=b0c3d9] .case-row-title-name:after {
  background-color: #b0c3d9;
}
.cases-all .case-row[data-rar="5e98d9"] {
  background: rgba(94, 152, 217, 0.12);
  box-shadow: inset 0px 2px 0px rgba(94, 152, 217, 0.2);
}
.cases-all .case-row[data-rar="5e98d9"] .case-row-title-name .mask, .cases-all .case-row[data-rar="5e98d9"] .case-row-title-name:before, .cases-all .case-row[data-rar="5e98d9"] .case-row-title-name:after {
  background-color: #5e98d9;
}
.cases-all .case-row[data-rar="4b69ff"] {
  background: rgba(75, 105, 255, 0.12);
  box-shadow: inset 0px 2px 0px rgba(75, 105, 255, 0.2);
}
.cases-all .case-row[data-rar="4b69ff"] .case-row-title-name .mask, .cases-all .case-row[data-rar="4b69ff"] .case-row-title-name:before, .cases-all .case-row[data-rar="4b69ff"] .case-row-title-name:after {
  background-color: #4b69ff;
}
.cases-all .case-row[data-rar="8847ff"] {
  background: rgba(136, 71, 255, 0.12);
  box-shadow: inset 0px 2px 0px rgba(136, 71, 255, 0.2);
}
.cases-all .case-row[data-rar="8847ff"] .case-row-title-name .mask, .cases-all .case-row[data-rar="8847ff"] .case-row-title-name:before, .cases-all .case-row[data-rar="8847ff"] .case-row-title-name:after {
  background-color: #8847ff;
}
.cases-all .case-row[data-rar=d32ce6] {
  background: rgba(211, 44, 230, 0.12);
  box-shadow: inset 0px 2px 0px rgba(211, 44, 230, 0.2);
}
.cases-all .case-row[data-rar=d32ce6] .case-row-title-name .mask, .cases-all .case-row[data-rar=d32ce6] .case-row-title-name:before, .cases-all .case-row[data-rar=d32ce6] .case-row-title-name:after {
  background-color: #d32ce6;
}
.cases-all .case-row[data-rar=eb4b4b] {
  background: rgba(235, 75, 75, 0.12);
  box-shadow: inset 0px 2px 0px rgba(235, 75, 75, 0.2);
}
.cases-all .case-row[data-rar=eb4b4b] .case-row-title-name .mask, .cases-all .case-row[data-rar=eb4b4b] .case-row-title-name:before, .cases-all .case-row[data-rar=eb4b4b] .case-row-title-name:after {
  background-color: #eb4b4b;
}
.cases-all .case-row[data-rar=e4ae39] {
  background: rgba(228, 174, 57, 0.12);
  box-shadow: inset 0px 2px 0px rgba(228, 174, 57, 0.2);
}
.cases-all .case-row[data-rar=e4ae39] .case-row-title-name .mask, .cases-all .case-row[data-rar=e4ae39] .case-row-title-name:before, .cases-all .case-row[data-rar=e4ae39] .case-row-title-name:after {
  background-color: #e4ae39;
}
.cases-all .case-row.pattern {
  background-image: url(/files/images/cbc668d74b61604e0f57.png);
}

.case-row-title-sec {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(213, 185, 255, 0.5);
  text-transform: none;
  margin-top: 20px;
}

.open-case.old-sale {
  background-image: linear-gradient(to right, #330351, #1d0457);
  border: none;
  box-shadow: none !important;
  min-width: 70px !important;
  margin-right: 5px;
  position: relative;
  overflow: visible;
  line-height: 28px;
  height: 28px;
  vertical-align: top;
  margin-top: 5px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-align: center;
  color: rgba(213, 185, 255, 0.5);
  padding: 0 12px;
}
@media (max-width: 992px) {
  .open-case.old-sale {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .open-case.old-sale {
    margin-right: 12px;
    font-size: 16px;
  }
}
@media (max-width: 359px) {
  .open-case.old-sale {
    margin-right: 4px;
    padding: 0 9px;
    min-width: auto !important;
  }
}

.cases-all .open-case.old-sale .fa {
  color: rgba(255, 255, 255, 0.5);
}

.open-case.old-sale:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 2px;
  background-image: linear-gradient(to right, #330351, #1d0457);
  display: block;
  width: calc(100% - 24px);
  z-index: 2;
  margin-top: 2px;
}
.open-case.old-sale:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 2px;
  box-shadow: 0 0 3px 0 #ff6262;
  background-color: #ffc2c3;
  display: block;
  width: calc(100% - 24px);
  z-index: 2;
}

.case-cost .fa {
  margin-left: 5px;
}

.case-row {
  position: relative;
}

.case-item .load {
  text-decoration: none;
}
.case-item .load .img-default {
  opacity: 0;
}

.case-cost-battle-pass {
  background: linear-gradient(90deg, #26003e 0%, #230170 100%);
  box-shadow: 0 0 0 4px rgba(40, 4, 161, 0.24);
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: rgba(213, 185, 255, 0.68);
  padding: 0 4px 0 8px;
  margin: 0 12px;
}
.case-cost-battle-pass svg {
  margin-left: 4px;
}

.not-author .open-cases.open-cases-breezy.open-cases-breezy,
.not-author .open-cases.open-cases-home.open-cases-breezy {
  padding-top: 50px !important;
  background: unset;
}
.not-author .open-cases.open-cases-home.open-cases-breezy section::before {
  top: -130px;
}
.not-author.sales-timer-off .open-cases {
  margin-bottom: -84px;
}
.not-author .main-banner {
  position: relative;
}
.not-author .open-cases-advantages {
  width: 930px;
  margin: 0 auto 42px;
  font-size: 0;
  position: relative;
  z-index: 2;
}
.not-author .open-cases-advantages-item {
  display: inline-block;
  text-align: center;
  width: 33.3%;
  position: relative;
}
.not-author .open-cases-advantages-item:before {
  width: 240px;
  height: 240px;
  background: url(/files/images/d95917796d341db6d626.svg) no-repeat 0 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.6;
  margin-top: -25px;
}
.not-author .open-cases-advantages-item img {
  margin-bottom: 22px;
}
.not-author .open-cases-advantages .advantages-item-title {
  color: #ffc600;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 17px;
  line-height: 24px;
  margin-top: -60px;
  color: #fff;
  text-shadow: 0px 0px 16px #d32ce6;
}
.not-author .open-cases-advantages .advantages-item-descr {
  font-weight: 400;
  font-size: 16px;
  color: #744e81;
  line-height: 20px;
}
.not-author:not(.distributions-active) .open-cases-home {
  margin-top: 0;
  background-position: 50% -42px;
  padding-top: 42px;
  height: 232px;
  min-height: 232px;
  margin-bottom: -74px;
}
.not-author:not(.distributions-active) .open-cases-home:after, .not-author:not(.distributions-active) .open-cases-home:before {
  width: 549px;
  height: 820px;
  top: 0;
  background-position: 50% -113px;
}
@media only screen and (max-width: 1280px) {
  .not-author:not(.distributions-active) .open-cases-home:after, .not-author:not(.distributions-active) .open-cases-home:before {
    display: none;
  }
}
.not-author:not(.distributions-active) .open-cases-home.open-cases-breezy {
  padding-top: 170px !important;
  margin-top: -30px;
  height: auto;
  min-height: auto;
  min-height: 470px;
}
@media (max-width: 768px) {
  .not-author:not(.distributions-active) .open-cases-home.open-cases-breezy {
    padding-top: 87px !important;
    min-height: 440px;
    height: 460px;
  }
}

.author .open-cases {
  padding-top: 40px;
  margin-top: -10px;
  margin-bottom: -84px;
}
.author .distribution-wrap {
  margin-bottom: 30px;
}
.author.distributions-active .distribution-wrap {
  background: none;
}
.author .main-bannes-sales ~ .open-cases.open-cases-event.open-cases-breezy {
  position: relative;
}
.author .main-bannes-sales ~ .open-cases.open-cases-event.open-cases-breezy::before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 1280px) {
  .author .main-bannes-sales ~ .open-cases.open-cases-event.open-cases-breezy::before {
    display: block !important;
  }
}
.author .main-bannes-sales ~ .open-cases.open-cases-event.open-cases-breezy > section {
  position: relative;
}
.author .main-bannes-sales ~ .open-cases.open-cases-event.open-cases-breezy > section::before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #5a036f 14%, rgba(65, 9, 79, 0) 54.79%);
  opacity: 0.4;
  top: -168px;
  left: 0;
}
.author .main-bannes-sales ~ .distribution-wrap ~ .open-cases.open-cases-event.open-cases-breezy > section::before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  top: -161px;
}

.main.distributions-active .open-cases.open-cases-breezy.open-cases-breezy {
  margin-top: 0;
  margin-bottom: -74px;
  padding-top: 177px !important;
  max-height: initial;
}
@media (max-width: 768px) {
  .main.distributions-active .open-cases.open-cases-breezy.open-cases-breezy {
    padding-top: 170px !important;
  }
}
.main.distributions-active .open-cases.open-cases-breezy.open-cases-breezy::before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 1280px) {
  .main.distributions-active .open-cases.open-cases-breezy.open-cases-breezy::before {
    display: block !important;
  }
}
.main.distributions-active .open-cases.open-cases-breezy.open-cases-breezy > section {
  position: relative;
  z-index: 4;
  width: 100%;
  height: 100%;
  display: flex;
  align-content: center;
  flex-direction: column;
  justify-content: center;
}
.main.distributions-active .distribution-wrap + .open-cases.open-cases-breezy.open-cases-breezy {
  margin-top: -70px;
}
@media (max-width: 768px) {
  .main.distributions-active .distribution-wrap + .open-cases.open-cases-breezy.open-cases-breezy {
    padding-top: 87px !important;
  }
}
.main.distributions-active .distribution-wrap + .cases-all {
  overflow: visible;
}
.main.distributions-active .distribution-wrap + .cases-all .row > :first-child {
  margin-top: -144px;
  padding-top: 145px;
}
@media (max-width: 480px) {
  .main.distributions-active .distribution-wrap + .cases-all .row > :first-child {
    padding-top: 120px;
  }
}

.stats {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  margin-bottom: 20px;
  text-align: center;
}
.stats:before {
  pointer-events: none;
  background: url(/files/images/4944604be23f013e2878.svg) no-repeat 0 0;
  width: 954px;
  height: 75px;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.stats ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 725px;
  height: 42px;
  position: relative;
  border-radius: 21px;
  margin-top: 15px;
  white-space: nowrap;
  padding: 0 30px;
  z-index: 3;
}
.stats ul li {
  color: #ccc;
  font-size: 14px;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  max-height: 42px;
}
.stats ul > :nth-child(1) .stats-img {
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: top;
  margin-right: 16px;
  position: relative;
  top: 4px;
  background: url(/files/images/a57a83bf365b31280e0c.svg) no-repeat 0 0;
}
.stats ul > :nth-child(1) .stats-img:before {
  top: 0;
  left: 0;
  background: url(/files/images/6301e39ae3b16b518288.svg) no-repeat 0 0;
  width: 32px;
  height: 32px;
  display: block;
  animation: spin 8s linear infinite;
}
.stats ul > :nth-child(1) .stats-img:after {
  top: 0;
  left: 0;
  background: url(/files/images/066f3786d3e15c9e4589.svg) no-repeat 0 0;
  width: 32px;
  height: 32px;
  display: block;
}
.stats ul > :nth-child(2) .stats-img {
  background: url(/files/images/032e2138742f4db2cfe5.svg) no-repeat 0 0;
  width: 112px;
  height: 116px;
  display: inline-block;
  margin-top: -38px;
  vertical-align: top;
  margin-right: -32px;
}
.stats ul > :nth-child(3) .stats-img {
  background: url(/files/images/b1fa8ceff56906dfd103.svg) no-repeat 0 0;
  width: 118px;
  height: 116px;
  display: inline-block;
  margin-top: -38px;
  vertical-align: top;
  margin-right: -32px;
}
.stats .num {
  font-size: 16px;
  font-weight: bold;
  line-height: 38px;
  letter-spacing: 0.4px;
  color: #a97aff;
  vertical-align: top;
  display: inline-block;
}

.main-bannes-sales {
  position: relative;
}
.main-bannes-sales ~ .open-cases.open-cases-event.open-cases-breezy {
  position: relative;
  padding-top: 177px !important;
}
.main-bannes-sales ~ .open-cases.open-cases-event.open-cases-breezy::before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 1280px) {
  .main-bannes-sales ~ .open-cases.open-cases-event.open-cases-breezy::before {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .main-bannes-sales ~ .open-cases.open-cases-event.open-cases-breezy {
    padding-top: 87px !important;
  }
}
.main-bannes-sales ~ .open-cases.open-cases-event.open-cases-breezy > section {
  position: relative;
}
@media (max-width: 768px) {
  .main-bannes-sales ~ .open-cases.open-cases-event.open-cases-breezy > section {
    width: 100%;
  }
}
.main-bannes-sales ~ .open-cases.open-cases-event.open-cases-breezy .breezy-home-content {
  position: relative;
  z-index: 5;
}

.main-banner {
  background: url(/files/images/08ae5769139507cee424.webp) no-repeat 0 0;
  width: 1315px;
  height: 131px;
  margin: 0 auto -30px auto;
  position: relative;
  left: 5px;
  top: 0;
  z-index: 4;
}
.main-banner-text {
  font-size: 16px;
  text-shadow: 0px 2px 0px #780091;
  color: #ffc600;
  font-weight: 500;
}
.main-banner-text span {
  color: #f9e6ff;
}
.main-banner-percent {
  font-size: 30px;
  color: #ffc600;
  text-align: center;
  text-shadow: 0px 3px 0px #d73806, 0px 8px 8px rgba(14, 0, 44, 0.7);
  font-weight: bold;
  margin: -4px 12px 0 12px;
}
.main-banner-text-wrap {
  display: flex;
  align-items: center;
  padding-top: 52px;
  text-align: center;
  justify-content: center;
  text-transform: uppercase;
  padding-left: 40px;
  min-height: 92px;
}
.main-banner-timer-wrap {
  position: absolute;
  top: 38px;
  right: 145px;
}
.main-banner-timer-wrap .title {
  position: relative;
  font-weight: 300;
  margin: -3px 0 5px 80px;
  text-indent: 5px;
}
.main-banner-timer-wrap .title:before {
  top: -8px;
  left: -26px;
  background: url(/files/images/2a527aac4c4f74e812e1.webp) no-repeat 0 0;
  width: 168px;
  height: 32px;
}
.main-banner-timer-wrap .title span {
  position: relative;
  z-index: 2;
  color: rgba(247, 192, 254, 0.7);
  font-size: 14px;
}
.main-banner-timer {
  font-size: 20px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  color: rgba(211, 44, 230, 0.4);
  font-weight: 700;
  position: relative;
  margin-top: 3px;
  padding-right: 10px;
}
.main-banner-timer span {
  text-shadow: 0px 2px 0px #3a004e;
  color: #d32ce6;
  margin: 0 10px;
}
.main-banner-timer span.day {
  min-width: 44px;
  height: 32px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  text-align: center;
  margin: 0 11px 0 0;
  position: relative;
  text-shadow: 0px 2px 0px #3a004e, 0px 0px 40px #c131e4, 0px 0px 12px rgba(193, 49, 228, 0.64);
}
.main-banner-timer span.day:before {
  width: 62px;
  height: 42px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) skew(-20deg, 0deg);
  background: linear-gradient(180deg, #d32ce6 0%, rgba(76, 0, 85, 0.12) 100%);
  opacity: 0.2;
  margin-left: -1px;
}
.main-banner-timer span.day .num {
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 18.03px;
  text-align: center;
  color: #ffffff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.main-banner-timer span.day .text {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 18.03px;
  text-align: left;
  color: #ffffff;
  text-shadow: 0px 2px 0px #3a004e, 0px 0px 40px #c131e4, 0px 0px 12px rgba(193, 49, 228, 0.64);
}
.main-banner-timer span.days {
  color: #fefc00;
  text-shadow: 0px 0px 20px rgba(255, 197, 75, 0.7019607843);
}
.main-banner-timer span.seconds {
  color: #ffc600;
}

.case-play .btn,
.case-play .open-case {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 300px;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.sales-timer-off .open-cases {
  margin-bottom: -10px;
}
.sales-timer-off .open-cases .stats:before {
  background: url(/files/images/7e66b46494a173ae5cb8.png) no-repeat 0 0;
}

[data-pathname^="/search/"] #childrenBlock {
  position: relative;
}
[data-pathname^="/search/"] #childrenBlock:before {
  content: "";
  height: 100%;
  background: linear-gradient(to top, rgba(11, 2, 32, 0) 0%, rgba(44, 6, 87, 0.7) 79.92%, #020111 100%);
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.page-search {
  padding-top: 60px;
  position: relative;
  z-index: 2;
}
.page-search .title {
  font-size: 30px;
  font-weight: 400;
  line-height: 0.8;
  color: #7d92c8;
  text-align: center;
  margin-bottom: 36px;
}
.page-search .title span {
  text-shadow: -1px -1px 0 #ff00b6, 1px -1px 3px #ff00b6, -1px 1px 3px #ff00b6, 1px 1px 3px #ff00b6, 0 0 3px #ff00b6;
  color: #f7dbff;
  -webkit-text-stroke: 1px #c131e4;
  margin-left: 10px;
  font-weight: 600;
}
.page-search .cases {
  padding: 50px 70px 0 70px;
}
.page-search .cases .case-row {
  background: none;
}
.page-search .cases .case-row:after, .page-search .cases .case-row:before {
  display: none;
}

.search-block-title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 0 0 36px #b328c9;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 2px;
  text-align: center;
  color: #d32ce6;
}
.search-block-title span {
  position: relative;
  text-transform: uppercase;
}
.search-block-title span:after {
  width: 320px;
  height: 4px;
  background-image: linear-gradient(to right, rgba(32, 8, 66, 0), #870b95);
  right: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
}
.search-block-title span:before {
  width: 320px;
  height: 4px;
  background-image: linear-gradient(to right, #870b95, rgba(32, 8, 66, 0));
  left: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
}

.open-cases {
  position: relative;
  padding-top: 120px;
  margin-top: -55px;
  margin-bottom: 0;
}
.open-cases.open-cases-breezy {
  margin-bottom: -64px;
}
.open-cases.open-cases-breezy:before, .open-cases.open-cases-breezy:after {
  display: none;
}
.open-cases.open-cases-breezy > section:before {
  background: linear-gradient(180deg, #5a036f 14%, rgba(65, 9, 79, 0) 54.79%);
  opacity: 0.4;
}
.open-cases.open-cases-breezy .breezy-home-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -8px;
}
.open-cases.open-cases-breezy .breezy-home-content .page-timer {
  margin-bottom: 21px;
  width: 637px;
}
.open-cases.open-cases-breezy .breezy-home-content .subtitle {
  font-size: 48px;
  line-height: 129px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 49.9939px #13072c;
  margin: 0 auto -12px auto;
  font-family: "Russo One";
  min-height: 38px;
  max-width: 100%;
}
.open-cases.open-cases-breezy .breezy-home-content .subtitle .pangolin-font {
  font-family: "Pangolin";
  font-weight: 900;
  font-style: italic;
  font-size: 96px;
}
@media (max-width: 1280px) {
  .open-cases.open-cases-breezy .breezy-home-content .subtitle .pangolin-font {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .open-cases.open-cases-breezy .breezy-home-content .subtitle .pangolin-font {
    font-size: 32px;
  }
}
.open-cases.open-cases-breezy .breezy-home-content .subtitle .knewave-font {
  font-family: "Knewave";
  font-weight: 900;
  font-style: italic;
  font-size: 96px;
}
@media (max-width: 1280px) {
  .open-cases.open-cases-breezy .breezy-home-content .subtitle .knewave-font {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .open-cases.open-cases-breezy .breezy-home-content .subtitle .knewave-font {
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  .open-cases.open-cases-breezy .breezy-home-content .subtitle {
    font-size: 24px;
    line-height: 64px;
    text-shadow: 0px 4px 0px #13072c;
    margin-bottom: -13px;
  }
}
@media (max-width: 768px) {
  .open-cases.open-cases-breezy .breezy-home-content .subtitle {
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 7px;
    width: 100%;
  }
}
.open-cases.open-cases-breezy .breezy-home-content .breezy-home-title {
  font-size: 64px;
  line-height: 129px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 49.9939px #13072c;
  margin: 0 auto -12px auto;
  font-family: "Russo One";
  min-height: 38px;
  max-width: 100%;
}
.open-cases.open-cases-breezy .breezy-home-content .breezy-home-title .pangolin-font {
  font-family: "Pangolin";
  font-weight: 900;
  font-style: italic;
  font-size: 96px;
}
@media (max-width: 1280px) {
  .open-cases.open-cases-breezy .breezy-home-content .breezy-home-title .pangolin-font {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .open-cases.open-cases-breezy .breezy-home-content .breezy-home-title .pangolin-font {
    font-size: 32px;
  }
}
.open-cases.open-cases-breezy .breezy-home-content .breezy-home-title .knewave-font {
  font-family: "Knewave";
  font-weight: 900;
  font-style: italic;
  font-size: 96px;
}
@media (max-width: 1280px) {
  .open-cases.open-cases-breezy .breezy-home-content .breezy-home-title .knewave-font {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .open-cases.open-cases-breezy .breezy-home-content .breezy-home-title .knewave-font {
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  .open-cases.open-cases-breezy .breezy-home-content .breezy-home-title {
    font-size: 32px;
    line-height: 64px;
    text-shadow: 0px 4px 0px #13072c;
    margin-bottom: -13px;
  }
}
@media (max-width: 768px) {
  .open-cases.open-cases-breezy .breezy-home-content .breezy-home-title {
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 7px;
    width: 100%;
  }
}
.open-cases.open-cases-breezy .breezy-home-content .breezy-home-btn {
  text-decoration: none;
  background: rgba(255, 198, 0, 0.2);
  box-shadow: 0px 0px 16px rgba(255, 198, 0, 0.64), inset 0 0 0 4px #ffc600;
  border-radius: 32px;
  padding: 10px 32px;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  position: relative;
  display: flex;
  align-items: center;
  height: 64px;
  transition: all 0.5s;
}
@media (max-width: 1280px) {
  .open-cases.open-cases-breezy .breezy-home-content .breezy-home-btn {
    font-size: 16px !important;
  }
}
@media (max-width: 560px) {
  .open-cases.open-cases-breezy .breezy-home-content .breezy-home-btn {
    font-size: 10px !important;
  }
}
.open-cases.open-cases-breezy .breezy-home-content .breezy-home-btn:hover {
  background: rgba(255, 198, 0, 0.48);
  box-shadow: 0px 0px 16px rgba(255, 198, 0, 0.64), inset 0 0 0 6px #ffc600;
}
.open-cases.open-cases-breezy.open-cases-battle-pass.open-cases-breezy {
  margin-top: -10px;
  margin-bottom: -73px;
}
.open-cases.open-cases-breezy.open-cases-battle-pass.open-cases-breezy img,
.open-cases.open-cases-breezy.open-cases-battle-pass.open-cases-breezy video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 1;
}
.open-cases.open-cases-breezy.open-cases-battle-pass.open-cases-breezy:after, .open-cases.open-cases-breezy.open-cases-battle-pass.open-cases-breezy:before {
  top: 0;
  display: block !important;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.open-cases.open-cases-breezy.open-cases-battle-pass.open-cases-breezy:after {
  z-index: 2;
}
.open-cases.open-cases-breezy.open-cases-battle-pass.open-cases-breezy .breezy-home-content {
  position: relative;
  z-index: 3;
}
@media (max-width: 480px) {
  .open-cases.open-cases-breezy.open-cases-battle-pass.open-cases-breezy .breezy-home-content {
    padding-top: 80px;
  }
}
.open-cases.open-cases-breezy.open-cases-battle-pass.open-cases-breezy .breezy-home-content .page-timer {
  margin-bottom: 29px;
}
.open-cases.open-cases-breezy.open-cases-battle-pass.open-cases-breezy .breezy-home-btn {
  padding: 2px 32px;
  height: 64px;
  background: rgba(255, 198, 0, 0.2);
  box-shadow: 0px 0px 16px rgba(255, 198, 0, 0.64);
  border-radius: 32px;
  backdrop-filter: blur(20px);
}

.open-cases.open-cases-breezy,
.open-cases.open-cases-home {
  background-size: 100%;
  padding-bottom: 45px;
  position: relative;
  padding-top: 40px;
  margin-top: 0;
  margin-bottom: -74px;
}
@media (max-width: 768px) {
  .open-cases.open-cases-breezy,
  .open-cases.open-cases-home {
    height: 440px;
    display: flex;
    align-items: center;
    padding-bottom: 0;
  }
}
.open-cases.open-cases-breezy h1,
.open-cases.open-cases-home h1 {
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  color: #fff;
  margin: 32px 0 12px 0;
  text-transform: uppercase;
  text-shadow: -1px -1px 0 #c131e4, 1px -1px 0 #c131e4, -1px 1px 0 #c131e4, 0px 0px 80px #c131e4, 0px 0px 24px rgba(193, 49, 228, 0.64);
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .open-cases.open-cases-breezy h1,
  .open-cases.open-cases-home h1 {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .open-cases.open-cases-breezy h1,
  .open-cases.open-cases-home h1 {
    text-align: left;
    margin-bottom: 12px;
    margin-top: 0;
    font-size: 32px;
  }
}
.open-cases.open-cases-breezy h1.not-auth-h1,
.open-cases.open-cases-home h1.not-auth-h1 {
  display: none;
}
.open-cases.open-cases-breezy h3,
.open-cases.open-cases-home h3 {
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: #d32ce6;
  text-transform: uppercase;
  margin-bottom: 45px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .open-cases.open-cases-breezy h3,
  .open-cases.open-cases-home h3 {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .open-cases.open-cases-breezy h3,
  .open-cases.open-cases-home h3 {
    text-align: left;
  }
}
.open-cases.open-cases-breezy:before,
.open-cases.open-cases-home:before {
  width: 549px;
  height: 628px;
  top: 1px;
  background-size: contain;
  z-index: 4;
  pointer-events: none;
}
@media only screen and (max-width: 1280px) {
  .open-cases.open-cases-breezy:before,
  .open-cases.open-cases-home:before {
    display: none !important;
  }
}
.open-cases.open-cases-breezy:after,
.open-cases.open-cases-home:after {
  right: 0;
  width: 584px;
  height: 628px;
  top: 1px;
  background-size: contain;
  z-index: 4;
  pointer-events: none;
}
@media only screen and (max-width: 1280px) {
  .open-cases.open-cases-breezy:after,
  .open-cases.open-cases-home:after {
    display: none !important;
  }
}
.open-cases.open-cases-breezy .img-bg-breezy,
.open-cases.open-cases-home .img-bg-breezy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.open-cases.open-cases-breezy.open-cases-breezy,
.open-cases.open-cases-home.open-cases-breezy {
  margin-bottom: -73px;
  margin-top: -30px;
  min-height: 470px;
  padding-top: 170px !important;
}
.open-cases.open-cases-breezy.open-cases-breezy::before,
.open-cases.open-cases-home.open-cases-breezy::before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 1280px) {
  .open-cases.open-cases-breezy.open-cases-breezy::before,
  .open-cases.open-cases-home.open-cases-breezy::before {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .open-cases.open-cases-breezy.open-cases-breezy,
  .open-cases.open-cases-home.open-cases-breezy {
    height: 460px;
    min-height: 440px;
    padding-top: 138px !important;
  }
}
.open-cases.open-cases-breezy.open-cases-breezy:after,
.open-cases.open-cases-home.open-cases-breezy:after {
  display: none;
}
.open-cases.open-cases-breezy.open-cases-breezy .breezy-home-content,
.open-cases.open-cases-home.open-cases-breezy .breezy-home-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -8px;
  z-index: 5;
}
.open-cases.open-cases-breezy.open-cases-breezy .breezy-home-content .page-timer,
.open-cases.open-cases-home.open-cases-breezy .breezy-home-content .page-timer {
  margin-bottom: 21px;
}
.open-cases.open-cases-breezy.open-cases-breezy .breezy-home-content .breezy-home-btn,
.open-cases.open-cases-home.open-cases-breezy .breezy-home-content .breezy-home-btn {
  text-decoration: none;
  background: rgba(255, 198, 0, 0.2);
  box-shadow: 0px 0px 16px rgba(255, 198, 0, 0.64), inset 0 0 0 4px #ffc600;
  border-radius: 32px;
  padding: 10px 32px;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  position: relative;
  display: flex;
  align-items: center;
  height: 64px;
  transition: all 0.5s;
  backdrop-filter: blur(20px);
}
@media (max-width: 359px) {
  .open-cases.open-cases-breezy.open-cases-breezy .breezy-home-content .breezy-home-btn,
  .open-cases.open-cases-home.open-cases-breezy .breezy-home-content .breezy-home-btn {
    padding: 10px 10px;
  }
}
.open-cases.open-cases-breezy.open-cases-breezy .breezy-home-content .breezy-home-btn-timer,
.open-cases.open-cases-home.open-cases-breezy .breezy-home-content .breezy-home-btn-timer {
  padding: 13px 20px;
  background: linear-gradient(180deg, rgba(3, 0, 11, 0.52) 0%, rgba(23, 21, 28, 0.52) 100%);
  border-radius: 4px 25px 25px 4px;
  height: 50px;
  margin: 0 -25px 0 20px;
  letter-spacing: 0.9px;
  display: flex;
  align-items: center;
  text-transform: none;
}
@media (max-width: 359px) {
  .open-cases.open-cases-breezy.open-cases-breezy .breezy-home-content .breezy-home-btn-timer,
  .open-cases.open-cases-home.open-cases-breezy .breezy-home-content .breezy-home-btn-timer {
    padding: 13px 10px;
    margin: 0 -5px 0 10px;
  }
}
.open-cases.open-cases-breezy.open-cases-breezy .breezy-home-content .breezy-home-btn-timer span,
.open-cases.open-cases-home.open-cases-breezy .breezy-home-content .breezy-home-btn-timer span {
  color: #eb4b4b;
  margin-left: 4px;
}
.open-cases.open-cases-breezy.open-cases-breezy .breezy-home-content .breezy-home-btn:hover,
.open-cases.open-cases-home.open-cases-breezy .breezy-home-content .breezy-home-btn:hover {
  background: rgba(255, 198, 0, 0.48);
  box-shadow: 0px 0px 16px rgba(255, 198, 0, 0.64), inset 0 0 0 6px #ffc600;
}
.open-cases.open-cases-breezy.open-cases-breezy .breezy-home-content .breezy-home-btn:hover .breezy-home-btn-text,
.open-cases.open-cases-home.open-cases-breezy .breezy-home-content .breezy-home-btn:hover .breezy-home-btn-text {
  text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.64);
}
.open-cases.open-cases-breezy.open-cases-breezy .breezy-home-content .breezy-home-btn:hover .breezy-home-btn-timer,
.open-cases.open-cases-home.open-cases-breezy .breezy-home-content .breezy-home-btn:hover .breezy-home-btn-timer {
  text-shadow: 0px 0px 6px rgba(211, 44, 230, 0.0001);
}
.open-cases.open-cases-breezy .img-bg-breezy,
.open-cases.open-cases-home .img-bg-breezy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.open-cases.open-cases-home {
  padding-top: 156px;
  margin-top: -126px;
}
.open-cases.open-cases-home .banner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
}
.open-cases.open-cases-home section::before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.main[data-region=cis] .open-cases.open-cases-home {
  padding-top: 148px;
}
.main[data-region=cis][data-host="justcases.org"] .open-cases.open-cases-home, .main[data-region=cis][data-host="csgohappy.com"] .open-cases.open-cases-home, .main[data-region=cis][data-host="key-dropp.net"] .open-cases.open-cases-home, .main[data-region=cis][data-host="hellcases.org"] .open-cases.open-cases-home {
  padding-top: 42px;
}

.main[data-host="justcases.org"] .open-cases.open-cases-home,
.main[data-host="csgohappy.com"] .open-cases.open-cases-home,
.main[data-host="key-dropp.net"] .open-cases.open-cases-home,
.main[data-host="hellcases.org"] .open-cases.open-cases-home {
  padding-top: 42px;
}
.main[data-host="justcases.org"] .open-cases.open-cases-home h1,
.main[data-host="csgohappy.com"] .open-cases.open-cases-home h1,
.main[data-host="key-dropp.net"] .open-cases.open-cases-home h1,
.main[data-host="hellcases.org"] .open-cases.open-cases-home h1 {
  margin-top: 12px;
}

.main[data-host="cscase.com"] .open-cases.open-cases-breezy.open-cases-battle-pass {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .main[data-host="cscase.com"] .open-cases.open-cases-breezy.open-cases-battle-pass {
    padding-top: 0 !important;
  }
}
.main[data-host="cscase.com"] .distribution-wrap ~ .open-cases.open-cases-breezy.open-cases-battle-pass {
  display: block;
}

.main[data-host="cscase.io"] .open-cases.open-cases-breezy.open-cases-battle-pass {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .main[data-host="cscase.io"] .open-cases.open-cases-breezy.open-cases-battle-pass {
    padding-top: 0 !important;
  }
}

.daily-prizes {
  height: 116px;
}

.event-timer {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: rgba(19, 7, 44, 0.6);
  backdrop-filter: blur(4px);
  border-radius: 8px;
  padding: 4px 8px 4px 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: rgba(213, 185, 255, 0.8);
}
.event-timer .icon {
  color: #ff2c3b;
  box-shadow: 0 0 12px 1px #ff2c3b;
  background: #fef2c8;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.event-timer .timer {
  flex-grow: 1;
  text-align: center;
}
.event-timer .day {
  margin-right: 4px;
  color: #fef2c8;
  text-shadow: -1px -1px 0 rgba(235, 75, 75, 0.48), 1px -1px 0 rgba(235, 75, 75, 0.48), -1px 1px 0 rgba(235, 75, 75, 0.48), 1px 1px 0 rgba(235, 75, 75, 0.48);
}

.slider-content {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: opacity 0.5s ease-in-out;
}

.slider-content.fade-out {
  opacity: 0;
}

.slider-content.fade-in {
  opacity: 1;
}

.slider-button {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  padding: 10px 15px;
  font-size: 18px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.prev-button {
  left: 10px;
  z-index: 5;
}

.next-button {
  right: 10px;
  z-index: 5;
}

.slider-indicators {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: 30px;
  margin-top: 10px;
}

.slider-indicator {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: white;
  border-radius: 50%;
  opacity: 0.5;
  transition: opacity 0.3s;
  z-index: 3;
}

.slider-indicator.active {
  opacity: 1;
}

.slider {
  margin-top: -47px;
}
@media (max-width: 480px) {
  .slider {
    margin-top: -188px;
  }
}

@media (max-width: 480px) {
  .slider-without-distributions {
    margin-top: -145px;
  }
}

.swiper-pagination-bullet {
  background-color: rgba(230, 230, 230, 0.8); /* Цвет неактивных bullets */
}

.swiper-pagination-bullet-active {
  background-color: rgba(153, 86, 254, 0.5); /* Цвет активного bullet */
}
/*!**************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../../../node_modules/resolve-url-loader/index.js!../../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./pages/homePage.scss ***!
  \**************************************************************************************************************************************************************************************************************************************/
.game_giveaways_wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 640px) {
  .game_giveaways_wrap {
    flex-direction: column-reverse;
  }
}
/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../../../node_modules/resolve-url-loader/index.js!../../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./components/skeletons/HomeFiltersSkeleton.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
@keyframes skeleton-loading {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
.home_filters_skeleton_wrapper {
  height: 84px;
  padding: 18px;
  margin-bottom: 24px;
  background: #202028;
  display: flex;
  margin-bottom: 24px;
  border-radius: 8px;
}
@media (max-width: 764px) {
  .home_filters_skeleton_wrapper {
    display: none;
  }
}

.home_filters_skeleton {
  display: block;
  width: 100%;
  background: linear-gradient(90deg, rgba(54, 55, 68, 0.3) 25%, rgba(64, 65, 78, 0.3) 37%, rgba(54, 55, 68, 0.3) 63%);
  background-size: 400% 100%;
  animation: skeleton-loading 1.5s ease infinite;
  border-radius: 8px;
}
@media (max-width: 764px) {
  .home_filters_skeleton {
    display: none;
  }
}
/*!******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../../../node_modules/resolve-url-loader/index.js!../../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./components/skeletons/FreeCasesListSkeleton.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************/
.free-cases {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 64px;
  background-color: rgba(54, 55, 68, 0.08);
  padding: 32px;
  border-radius: 16px;
}
.free-cases__heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.free-cases__heading-balance {
  width: 260px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.free-cases__heading-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.free-cases__heading-update {
  width: 260px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-end;
}
.free-cases__heading-value-skeleton {
  border-radius: 8px;
  background-color: #202028;
}
.free-cases__progress {
  position: relative;
  margin-top: 16px;
  width: 100%;
}
.free-cases__progress-skeleton {
  border-radius: 4px;
  overflow: hidden;
}
.free-cases__progress-values {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  padding: 0 8px;
}
.free-cases__list {
  display: flex;
  gap: 12px;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding: 4px;
}
.free-cases__list::-webkit-scrollbar {
  display: none;
}
.free-cases__list .case_skeleton_image_container {
  max-height: 228.56px;
}
.free-cases__promocode-title-skeleton {
  margin-bottom: 16px;
}
.free-cases__promocode-actions {
  display: flex;
  gap: 8px;
}

@media (max-width: 1023px) {
  .free-cases {
    margin-bottom: 32px;
    padding: 16px;
    background-color: transparent;
  }
  .free-cases__heading {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .free-cases__heading-balance, .free-cases__heading-update {
    width: 100%;
    align-items: center;
  }
  .free-cases__progress-values {
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
  }
  .free-cases__list {
    gap: 8px;
  }
}
/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../../../node_modules/resolve-url-loader/index.js!../../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./components/home/freeCases/free-cases.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************/
.free-cases {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 64px;
  background-color: rgba(54, 55, 68, 0.08);
  padding: 32px;
  border-radius: 16px;
}
@media (max-width: 1023px) {
  .free-cases {
    margin-bottom: 32px;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
  }
}
@media (max-width: 767px) {
  .free-cases {
    margin-bottom: 16px;
  }
}

.free-cases__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .free-cases__heading {
    flex-direction: column;
    gap: 16px;
    order: 1;
  }
}

.free-cases__heading-balance {
  width: 260px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
@media (max-width: 1023px) {
  .free-cases__heading-balance {
    order: 2;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #202028;
    padding: 6px 12px;
    border-radius: 8px;
    width: 100%;
  }
}
.free-cases__heading-balance span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #47485D;
}

.free-cases__heading-value {
  font-weight: 700;
  font-size: 20px;
  line-height: 80%;
  color: #ffffff;
  padding: 14px 16px;
  border-radius: 8px;
  background-color: #202028;
}
@media (max-width: 1023px) {
  .free-cases__heading-value {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    font-size: 16px;
    line-height: 125%;
  }
}

.free-cases__heading-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
@media (max-width: 1023px) {
  .free-cases__heading-title {
    order: 1;
  }
}
.free-cases__heading-title h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 1023px) {
  .free-cases__heading-title h2 {
    font-size: 20px;
    line-height: 120%;
  }
}

.free-cases__heading-subtitle {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #47485D;
  cursor: pointer;
}

.free-cases__heading-subtitle-info {
  cursor: pointer;
  display: flex;
}

.free-cases__heading-update {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}
@media (max-width: 1023px) {
  .free-cases__heading-update {
    order: 2;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #202028;
    padding: 6px 12px;
    border-radius: 8px;
    width: 100%;
  }
}
.free-cases__heading-update span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #47485D;
}

.free-cases__heading-timer {
  font-weight: 700;
  font-size: 20px;
  line-height: 80%;
  color: #ffffff;
  padding: 14px 16px;
  border-radius: 8px;
  background-color: #202028;
}
@media (max-width: 1023px) {
  .free-cases__heading-timer {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    font-size: 16px;
    line-height: 125%;
  }
}

.free-cases__progress {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  height: 40px;
  background-color: #131318;
  border: 2px solid #202028;
  border-radius: 20px;
  position: relative;
  padding: 0 2px;
}
@media (max-width: 1023px) {
  .free-cases__progress {
    display: none;
  }
}

.free-cases__progress-value-wrapper {
  width: calc(16.66% - 10px);
  display: flex;
  justify-content: center;
}

.free-cases__progress-value {
  z-index: 2;
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  text-align: center;
  padding: 0px 10px;
  color: #ffffff;
  background: #202028;
  border-radius: 50px;
}
.free-cases__progress-value--free {
  color: #47485D;
}

.free-cases__progress-bar {
  z-index: 1;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  background-color: #FFB800;
  border-radius: 16px;
}

.free-cases__list {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.free-cases__list .case {
  width: calc(16.66% - 10px);
}
@media (max-width: 1024px) {
  .free-cases__list .case {
    width: calc(25% - 10px);
  }
}
@media (max-width: 768px) {
  .free-cases__list .case {
    width: calc(33.3% - 10px);
  }
}
@media (max-width: 640px) {
  .free-cases__list .case {
    width: calc(50% - 6px);
    padding-bottom: 8px;
  }
}
@media (max-width: 1023px) {
  .free-cases__list {
    gap: 8px;
    flex-wrap: wrap;
    order: 2;
  }
}

@media (max-width: 767px) {
  .free-cases__promocode-title-icon {
    display: none;
  }
}

@media (max-width: 767px) {
  .btn1_free-cases-full {
    display: none;
  }
}

.free-cases__promocode-title {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #ffffff;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .free-cases__promocode-title {
    font-size: 14px;
    line-height: 150%;
  }
}

.free-cases__promocode {
  padding: 12px 12px 12px 16px;
  background: #202028;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
@media (max-width: 1023px) {
  .free-cases__promocode {
    flex-direction: column;
    order: 1;
  }
}
@media (max-width: 767px) {
  .free-cases__promocode {
    width: calc(100% + 32px);
    margin-left: -16px;
    border-radius: 0;
    padding: 12px 16px;
  }
}

.free-cases__promocode-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 767px) {
  .free-cases__promocode-actions {
    gap: 12px;
    width: 100%;
  }
}
.free-cases__promocode-actions input {
  text-transform: uppercase;
  outline: none;
  min-width: 240px;
  height: 44px;
  padding: 0 12px;
  background: #131318;
  border-radius: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #ffffff;
  border: 1px solid #131318;
  transition: all 0.3s ease-out;
}
@media (max-width: 767px) {
  .free-cases__promocode-actions input {
    flex-grow: 1;
  }
}
.free-cases__promocode-actions input:hover {
  background: #363744;
  border-color: #363744;
}
.free-cases__promocode-actions input::placeholder {
  color: #B3B5C6;
  text-transform: none;
}
.free-cases__promocode-actions .btn1 {
  border-radius: 8px;
  min-width: 188px;
}
.free-cases__promocode-actions .btn_icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  min-width: 44px;
  display: none;
}
@media (max-width: 767px) {
  .free-cases__promocode-actions .btn_icon {
    display: flex;
  }
}
/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../../../node_modules/resolve-url-loader/index.js!../../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./components/profile/banner/profileBanner.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
.banner {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 12px;
}
.banner img {
  max-width: 100%;
}
