﻿.ShopSubscriptions_wrapper__SMFFY {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}
.ShopSubscriptions_title__Q2tpO {
    text-align: center;
    font-size: var(--font-slg);
    line-height: var(--font-slg-lh);
    margin: 0 0 60px;
    white-space: pre-wrap;
    font-weight: 700;
}
.ShopSubscriptions_title__Q2tpO b {
    color: var(--orange);
}
.ShopSubscriptions_subs-wrapper__vf6Fi {
    --gap-constant: 0.5% !important;
    margin: 0 auto;
    row-gap: 1rem;
}
.ShopSubscriptions_subs-wrapper__vf6Fi .ShopSubscriptions_sub-box__ITINe {
    --width: 1.7;
}
.ShopSubscriptions_subs-wrapper__vf6Fi .ShopSubscriptions_sub-box__ITINe.ShopSubscriptions_gold__Vi7Qt {
    --width: 2.1;
}
@media (max-width: 767px) {
    .ShopSubscriptions_subs-wrapper__vf6Fi {
        row-gap: 3rem;
        justify-content: center;
    }
    .ShopSubscriptions_subs-wrapper__vf6Fi .ShopSubscriptions_sub-box__ITINe,
    .ShopSubscriptions_subs-wrapper__vf6Fi .ShopSubscriptions_sub-box__ITINe.ShopSubscriptions_gold__Vi7Qt {
        --width: 7;
    }
}
@media (max-width: 1024px) {
    .ShopSubscriptions_subs-wrapper__vf6Fi {
        row-gap: 3rem;
        column-gap: 3%;
        justify-content: center;
    }
    .ShopSubscriptions_subs-wrapper__vf6Fi .ShopSubscriptions_sub-box__ITINe,
    .ShopSubscriptions_subs-wrapper__vf6Fi .ShopSubscriptions_sub-box__ITINe.ShopSubscriptions_gold__Vi7Qt {
        --width: 3.2;
    }
}
@media (min-width: 1440px) {
    .ShopSubscriptions_subs-wrapper__vf6Fi {
        max-width: 820px;
    }
}
@media (min-width: 1990px) {
    .ShopSubscriptions_subs-wrapper__vf6Fi {
        max-width: 1000px;
    }
    .ShopSubscriptions_subs-wrapper__vf6Fi .ShopSubscriptions_sub-box__ITINe {
        --width: 1.8;
    }
    .ShopSubscriptions_subs-wrapper__vf6Fi .ShopSubscriptions_sub-box__ITINe.ShopSubscriptions_gold__Vi7Qt {
        --width: 2.1;
    }
}
.ShopSubscriptions_buy-block__IbBbc {
    margin: 3rem 0;
}
.ShopSubscriptions_sub-box__ITINe {
    display: flex;
    flex-flow: column wrap;
    position: relative;
    border-radius: 20px 20px 0 0;
    background: var(--subscription-bg);
}
.ShopSubscriptions_sub-box__ITINe:after {
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    border-radius: 2px;
    background: #00ff85;
    box-shadow: none;
    transition: all 0.2s ease;
    content: "";
}
.ShopSubscriptions_sub-box__ITINe.ShopSubscriptions_gold__Vi7Qt {
    background: radial-gradient(82.22% 51.88% at 103.37% 96.69%, #13151b 0, rgba(28, 30, 34, 0) 100%), radial-gradient(132.65% 80.03% at 47.62% -9.34%, rgba(255, 168, 0, 0.5) 0, rgba(255, 214, 0, 0.025) 100%), #18181d;
}
.ShopSubscriptions_sub-box__ITINe.ShopSubscriptions_gold__Vi7Qt .ShopSubscriptions_price-block__ODVcW {
    background: url(/assets/990/image/sub_price_gold.webp) no-repeat 50% / calc(100% + 5px) 100%;
}
.ShopSubscriptions_sub-box__ITINe.ShopSubscriptions_gold__Vi7Qt .ShopSubscriptions_title-img__NIsNt {
    top: -15%;
    left: -15%;
    transform: rotate(-12deg);
    width: 130px;
}
@media (min-width: 1440px) {
    .ShopSubscriptions_sub-box__ITINe.ShopSubscriptions_gold__Vi7Qt .ShopSubscriptions_title-img__NIsNt {
        top: -65%;
        left: -28%;
        width: auto;
    }
}
.ShopSubscriptions_sub-box__ITINe.ShopSubscriptions_gold__Vi7Qt .ShopSubscriptions_option__ZUGB3 {
    justify-content: space-between;
}
.ShopSubscriptions_sub-box__ITINe.ShopSubscriptions_gold__Vi7Qt .ShopSubscriptions_option__ZUGB3 label {
    display: inline-block;
}
.ShopSubscriptions_sub-box__ITINe.ShopSubscriptions_has__UJ1fY {
    background: radial-gradient(98.31% 54.88% at 105.89% 91.65%, #13151b 0, rgba(28, 30, 34, 0) 100%), radial-gradient(135.89% 75.86% at 48.78% -8.85%, rgba(126, 188, 101, 0.5) 0, rgba(67, 95, 205, 0.025) 100%), #18181d;
}
.ShopSubscriptions_sub-box__ITINe.ShopSubscriptions_disabled__wpIgU {
    background: radial-gradient(98.31% 54.88% at 105.89% 91.65%, #13151b 0, rgba(28, 30, 34, 0) 100%), radial-gradient(135.89% 75.86% at 48.78% -8.85%, rgba(205, 92, 67, 0.5) 0, rgba(67, 95, 205, 0.025) 100%), #18181d;
}
.ShopSubscriptions_sub-box__ITINe.ShopSubscriptions_active__kEXl3:after {
    width: 100%;
    box-shadow: 0 0 5px 2px rgba(0, 255, 133, 0.5);
}
.ShopSubscriptions_title-block__c6ZHH {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: rgba(217, 217, 217, 0.1);
    border-radius: 20px 20px 0 0;
    height: 82px;
    padding: 2rem;
}
.ShopSubscriptions_title-block__c6ZHH .ShopSubscriptions_available__Op_gi {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 1.5rem 0.8rem 0.5rem;
    color: var(--green);
    font-weight: 700;
    font-size: var(--font-xs);
}
.ShopSubscriptions_title-img__NIsNt {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 80px;
}
@media (min-width: 1440px) {
    .ShopSubscriptions_title-img__NIsNt {
        top: -40%;
        left: -20%;
        width: auto;
    }
}
.ShopSubscriptions_name__pv3dV {
    font-weight: 700;
    font-size: var(--font-md);
}
@media (min-width: 1440px) {
    .ShopSubscriptions_name__pv3dV {
        font-size: var(--font-xlg);
    }
}
.ShopSubscriptions_price-wrapper__R0o4M {
    position: relative;
    height: 50px;
    padding: 1rem;
}
.ShopSubscriptions_price-label__pnGrA {
    display: flex;
    align-items: center;
    padding-left: 1rem;
    position: absolute;
    top: 0;
    left: 0;
    height: 90%;
    width: 100%;
    background: radial-gradient(91.07% 150.76% at 9.38% -35.63%, #c1003a 0, rgba(193, 0, 58, 0) 100%), #ff2768;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
    font-size: var(--font-md);
    font-weight: 700;
    color: var(--white);
}
.ShopSubscriptions_price-block__ODVcW {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: center;
    column-gap: 5%;
    position: absolute;
    top: -1px;
    right: -5px;
    height: 100%;
    width: calc(100% + 5px);
    padding-right: 1rem;
    background: url(/assets/990/image/sub_price_green.webp) no-repeat 50%/100% 100%;
}
.ShopSubscriptions_price-block__ODVcW b {
    display: inline-block;
    font-weight: 700;
    font-size: var(--font-xlg);
    line-height: 100%;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
}
.ShopSubscriptions_price-block__ODVcW .ShopSubscriptions_main-price__1WNOz {
    position: relative;
    width: auto;
    justify-content: flex-end;
}
.ShopSubscriptions_price-block__ODVcW .ShopSubscriptions_prev-price__n6BT4 {
    top: 50%;
    left: -30px;
    font-size: var(--font-lg);
}
.ShopSubscriptions_price-block__ODVcW .ShopSubscriptions_prev-price__n6BT4:before {
    height: 2px;
}
.ShopSubscriptions_price-block__ODVcW.ShopSubscriptions_with-sale__lOUQg .ShopSubscriptions_main-price__1WNOz {
    transform: translateY(-5px);
}
.ShopSubscriptions_info__czLsg {
    margin: 1rem 0 0;
    padding: 0;
}
.ShopSubscriptions_option__ZUGB3 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--pd-2) var(--pd-5);
    font-weight: 400;
    font-size: var(--font-md);
    opacity: 0.8;
    border-bottom: 1px solid var(--border-color);
}
.ShopSubscriptions_option__ZUGB3 b {
    font-weight: 700;
    font-size: var(--font-md);
    color: #00ff94;
    text-shadow: 0 0 4px rgba(0, 255, 148, 0.5);
}
.ShopSubscriptions_option__ZUGB3.ShopSubscriptions_gray__wSrZ_ b {
    color: var(--gray);
}
.ShopSubscriptions_option__ZUGB3 label {
    display: none;
    font-size: var(--font-sm);
}
@media (max-width: 1024px) {
    .ShopSubscriptions_option__ZUGB3 {
        justify-content: space-between;
    }
    .ShopSubscriptions_option__ZUGB3 label {
        display: inline-block;
    }
}
@media (min-width: 1990px) {
    .ShopSubscriptions_option__ZUGB3 label {
        font-size: var(--font-xs);
    }
}
.ShopSubscriptions_price-select-block__58t6d {
    position: relative;
    flex-grow: 1;
    margin: var(--mg-5) 0 var(--mg-4);
    padding: 0 var(--pd-3);
}
.ShopSubscriptions_price-select-block__58t6d button {
    max-width: 160px;
}
.ShopSubscriptions_price-select-block__58t6d p {
    display: block;
    position: absolute;
    bottom: calc(100% + 2px);
    left: 0;
    width: 95%;
    text-align: center;
    color: var(--light);
    opacity: 0.8;
    line-height: 12px;
    font-size: 12px;
}
.ShopSubscriptions_price-select-block__58t6d .ShopSubscriptions_price-select__wdmTk {
    min-width: 110px;
}
.ShopSubscriptions_prices-list__2dOZD {
    display: flex;
    flex-flow: column nowrap;
}
.ShopSubscriptions_prices-list__2dOZD .ShopSubscriptions_price-item__A4uql {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 10px;
    font-weight: 700;
    font-size: 14px;
}
.ShopSubscriptions_prices-list__2dOZD .ShopSubscriptions_price-item__A4uql span {
    display: inline-block;
    text-align: right;
}
.ShopSubscriptions_prices-list__2dOZD .ShopSubscriptions_price-item__A4uql span:first-child {
    min-width: 65px;
}
.ShopSubscriptions_prices-list__2dOZD .ShopSubscriptions_price-item__A4uql b {
    display: inline-block;
    text-align: right;
    color: var(--orange);
}
.ShopSubscriptions_currencies__zDwcz {
    margin-right: 20px;
}
.ShopSubscriptions_buy-btns__2u1Fn .ShopSubscriptions_buy-btn__a_CUC {
    flex-basis: 120px;
    justify-content: center;
}
.ShopSubscriptions_buy-btns__2u1Fn .ShopSubscriptions_buy-btn-for-friend__zmkQC {
    min-width: 45px;
    min-height: 45px;
}
.ShopSubscriptions_price__0JPmh {
    font-size: 24px;
    line-height: 28px;
    font-weight: 800;
}
.ShopSubscriptions_price__0JPmh b {
    font-size: 32px;
    line-height: 32px;
    color: var(--white);
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
}
.ShopSubscriptions_price-sub-item__w5wMX img {
    width: 40px;
}
.ShopSubscriptions_price-sub-item__w5wMX span {
    font-size: var(--font-sm);
    font-weight: 700;
    color: var(--orange);
}
.ShopSubscriptions_price-sub-item__w5wMX b {
    font-size: var(--font-sm);
    white-space: nowrap;
}
.ShopSubscriptions_prev-price__n6BT4 {
    display: inline-block;
    position: absolute;
    top: 100%;
    left: -50%;
    font-size: 28px;
    font-weight: 500;
    color: var(--gray);
}
.ShopSubscriptions_prev-price__n6BT4:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 120%;
    height: 3px;
    background: var(--orange);
    transform: rotate(25deg) translateY(-50%) translateX(-10%);
    content: "";
}
@media (max-width: 780px) {
    .ShopSubscriptions_subs-list-block__A_Imw {
        flex-flow: column wrap;
    }
}
.ShopSubscriptions_total-price-label__JnyJ5 {
    position: relative;
}
.ShopPage_wrapper__6zGzP {
    --gap: 80px;
    position: relative;
    margin: 0 auto;
    row-gap: var(--gap);
    column-gap: var(--gap);
    max-width: var(--shop-block-max-width);
}
.ShopPage_wrapper__6zGzP > section {
    display: flex;
    flex-flow: column nowrap;
    row-gap: 40px;
}
@media (max-width: 767px) {
    .ShopPage_wrapper__6zGzP {
        --gap: 48px;
    }
}
.ShopPage_nav-wrapper__qPtu8 {
    position: -webkit-sticky;
    position: sticky;
    display: flex;
    top: 0;
    margin-top: calc((var(--pd-6) + var(--page-padding-top)) * -1);
    justify-content: center;
    z-index: calc(var(--z-index-modal) + 1);
}
.ShopPage_nav-wrapper__qPtu8.ShopPage_with-header__357vE {
    position: fixed;
    top: var(--header-height);
    max-width: var(--shop-block-max-width);
    left: 50%;
    margin-top: 0;
    transform: translateX(-50%);
    width: 100vw;
}
@media (max-width: 767px) {
    .ShopPage_nav-wrapper__qPtu8 {
        display: none;
    }
}
.ShopPage_nav__QeyzS {
    position: relative;
    background: var(--gradient-box-grey);
    border-radius: 0 0 15px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row nowrap;
    column-gap: var(--pd-6);
    margin: 0 auto;
    border-bottom: 2px solid var(--border-color);
    overflow: hidden;
}
.ShopPage_nav-item__GgWXI {
    display: inline-block;
    flex: 0 0 auto;
    padding: var(--pd-4) var(--pd-6);
    font-size: var(--font-lg);
    color: var(--secondary);
    transition: all 0.3s ease;
    z-index: 5;
}
.ShopPage_nav-item__GgWXI.ShopPage_active__7u6V7,
.ShopPage_nav-item__GgWXI:hover {
    color: var(--white);
}
.ShopPage_nav-line__UJ5TC {
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--main-color);
    box-shadow: var(--box-shadow-line-accent);
    border-radius: 10px;
    height: 2px;
    width: 0;
    transition: all 0.2s ease;
    z-index: var(--z-index-page-menu);
}
.ShopPage_nav-circle__Jk0mX {
    position: absolute;
    display: block;
    top: calc(50% - 100px);
    left: 0;
    width: 200px;
    height: 200px;
    background: var(--gradient-box-primary);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    filter: blur(50px);
    transition: all 0.2s ease;
    z-index: 1;
}
.ShopPage_block-title__VjiEh {
    font-size: var(--font-slg);
    padding-bottom: 0;
}
.ShopPage_block-title__VjiEh h4 {
    gap: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px auto;
    color: #fff;
    white-space: pre-line;
    text-align: center;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 100%;
}
.ShopPage_block-title__VjiEh h4 img {
    width: auto;
    height: 42px;
}
.ShopPage_block-title__VjiEh p {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    text-shadow: 0 4px 79.8px rgba(0, 0, 0, 0.3);
    font-size: 0.7em;
    font-weight: 600;
    line-height: 120%;
}
.ShopPage_block-title__VjiEh p b {
    color: var(--orange);
}
.ShopItemBox_white__r2L_Q {
    color: #fff;
    text-shadow: 0 0 2px currentColor;
}
.ShopItemBox_blue___pN7k {
    color: #80b2ff;
    text-shadow: 0 0 2px currentColor;
}
.ShopItemBox_pink__jkczA {
    color: hotpink;
    text-shadow: 0 0 2px currentColor;
}
.ShopItemBox_yellow__xx5V1 {
    color: #ffcc19;
    text-shadow: 0 0 2px currentColor;
}
.ShopItemBox_green__hCBMR {
    color: #16dc6e;
    text-shadow: 0 0 2px currentColor;
}
.ShopItemBox_dark_green__NIl76 {
    color: lime;
    text-shadow: 0 0 2px currentColor;
}
.ShopItemBox_dark_red__P_Hy0 {
    color: maroon;
    text-shadow: 0 0 2px currentColor;
}
.ShopItemBox_purple__xxYQE {
    color: purple;
    text-shadow: 0 0 2px currentColor;
}
.ShopItemBox_dark_blue__hhaZy {
    color: #06f;
    text-shadow: 0 0 2px currentColor;
}
.ShopItemBox_dark_yellow__NFH_x {
    color: #fc0;
    text-shadow: 0 0 2px currentColor;
}
.ShopItemBox_gray__5kUHd {
    color: gray;
    text-shadow: 0 0 2px currentColor;
}
.ShopItemBox_red__UMwTp,
.ShopItemBox_red_purple___8yle {
    color: var(--red);
    text-shadow: 0 0 2px currentColor;
}
.ShopItemBox_violet__Vkdki {
    color: #b266ff;
    text-shadow: 0 0 2px currentColor;
}
.ShopItemBox_orange__R_kWi {
    color: #ff8c00;
    text-shadow: 0 0 2px currentColor;
}
.ShopItemBox_green_blue__nAWuM {
    color: lime;
    text-shadow: 0 0 2px currentColor;
}
.ShopItemBox_bg-white__6fvCv {
    background: #fff;
}
.ShopItemBox_bg-blue__m1Qx8 {
    background: #80b2ff;
}
.ShopItemBox_bg-pink__7iumZ {
    background: hotpink;
}
.ShopItemBox_bg-yellow__RSdR_ {
    background: #ffcc19;
}
.ShopItemBox_bg-green__Dfkee {
    background: #16dc6e;
}
.ShopItemBox_bg-dark_green__cPljR {
    background: lime;
}
.ShopItemBox_bg-dark_red__xy0r8 {
    background: maroon;
}
.ShopItemBox_bg-purple__iLEBZ {
    background: purple;
}
.ShopItemBox_bg-dark_blue___KteR {
    background: #06f;
}
.ShopItemBox_bg-dark_yellow__JbNDD {
    background: #fc0;
}
.ShopItemBox_bg-gray__QhiKb {
    background: gray;
}
.ShopItemBox_bg-red__RbcW8,
.ShopItemBox_bg-red_purple__XxaZL {
    background: #ff3f3f;
}
.ShopItemBox_bg-violet__sJXUd {
    background: #b266ff;
}
.ShopItemBox_bg-orange__jZvRa {
    background: #ff8c00;
}
.ShopItemBox_bg-green_blue__Q3U4y {
    background: lime;
}
.ShopItemBox_luck__lg24o {
    color: #80b2ff;
}
.ShopItemBox_soc__Idf_S {
    color: #b266ff;
}
.ShopItemBox_anc__j8Zo3 {
    color: lime;
}
.ShopItemBox_normal__wUp3T {
    color: #b0c3d9;
}
.ShopItemBox_uncommon__bqxGb {
    color: #799b55;
}
.ShopItemBox_rare__MA5KN {
    color: violet;
}
.ShopItemBox_legendary__pEt9_ {
    color: #ff8c00;
}
.ShopItemBox_epic__aeUwb {
    color: #eb4b4b;
}
.ShopItemBox_item-box__OK_sD {
    display: flex;
    height: 100%;
    position: relative;
    padding-top: 46px;
}
.ShopItemBox_item-box__OK_sD.ShopItemBox_exe__QatlL .ShopItemBox_item-img__zouEC .ShopItemBox_cover__H6bKN {
    background: linear-gradient(180deg, #9ebd8e, #6a805f);
    border: 2px solid #99b789;
}
.ShopItemBox_item-box__OK_sD.ShopItemBox_exe__QatlL .ShopItemBox_info__6nRBd:before,
.ShopItemBox_item-box__OK_sD.ShopItemBox_exe__QatlL:hover .ShopItemBox_info__6nRBd:after {
    background: #598d3e;
}
.ShopItemBox_item-box__OK_sD.ShopItemBox_anc__j8Zo3 .ShopItemBox_item-img__zouEC .ShopItemBox_cover__H6bKN {
    background: linear-gradient(180deg, #67ef67, #6a805f);
    border: 2px solid #abedab;
}
.ShopItemBox_item-box__OK_sD.ShopItemBox_anc__j8Zo3 .ShopItemBox_info__6nRBd:before,
.ShopItemBox_item-box__OK_sD.ShopItemBox_anc__j8Zo3:hover .ShopItemBox_info__6nRBd:after {
    background: #598d3e;
}
.ShopItemBox_item-box__OK_sD.ShopItemBox_gold__lFgfi .ShopItemBox_item-img__zouEC .ShopItemBox_cover__H6bKN {
    background: linear-gradient(180deg, #f4eeae, #a39f49);
    border: 2px solid #c0b28f;
}
.ShopItemBox_item-box__OK_sD.ShopItemBox_gold__lFgfi .ShopItemBox_info__6nRBd:before,
.ShopItemBox_item-box__OK_sD.ShopItemBox_gold__lFgfi:hover .ShopItemBox_info__6nRBd:after {
    background: #bea649;
}
.ShopItemBox_item-box__OK_sD.ShopItemBox_socket__TVpvM .ShopItemBox_item-img__zouEC .ShopItemBox_cover__H6bKN {
    background: linear-gradient(180deg, #bba2d3, #6d4694);
    border: 2px solid #b399cd;
}
.ShopItemBox_item-box__OK_sD.ShopItemBox_socket__TVpvM .ShopItemBox_info__6nRBd:before,
.ShopItemBox_item-box__OK_sD.ShopItemBox_socket__TVpvM:hover .ShopItemBox_info__6nRBd:after {
    background: #8a56be;
}
.ShopItemBox_item-box__OK_sD.ShopItemBox_blue___pN7k .ShopItemBox_item-img__zouEC .ShopItemBox_cover__H6bKN {
    background: linear-gradient(180deg, #98d2f9, #268dd0);
    border: 2px solid #8ccbf5;
}
.ShopItemBox_item-box__OK_sD.ShopItemBox_blue___pN7k .ShopItemBox_info__6nRBd:before,
.ShopItemBox_item-box__OK_sD.ShopItemBox_blue___pN7k:hover .ShopItemBox_info__6nRBd:after {
    background: #0093f3;
}
.ShopItemBox_item-box__OK_sD:hover .ShopItemBox_info__6nRBd {
    background: url(/assets/990/image/pack_bg_h.webp) no-repeat top/100% 100%;
}
.ShopItemBox_item-box__OK_sD .ShopItemBox_buy-btn__l_zmc {
    width: 50%;
    padding: 5px 8px;
    text-transform: uppercase;
    justify-content: center;
}
.ShopItemBox_item-img__zouEC {
    position: absolute;
    top: 0;
    left: calc(50% - 46px);
    width: 100px;
    height: 100px;
    padding: 10px;
    border-radius: 50%;
    background: #000;
    z-index: 2;
}
.ShopItemBox_item-img__zouEC .ShopItemBox_cover__H6bKN {
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border-radius: 50%;
    background: var(--item-circle-bg);
    border: 2px solid rgba(255, 255, 255, 0.6);
    content: "";
}
.ShopItemBox_item-img__zouEC .ShopItemBox_img__K5FFY {
    width: 55%;
    height: 55%;
}
.ShopItemBox_item-img__zouEC .ShopItemBox_count___me6i {
    position: absolute;
    display: inline-block;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 700;
    font-size: var(--font-sm);
    color: var(--orange);
    z-index: 2;
}
.ShopItemBox_info__6nRBd {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    flex-grow: 1;
    position: relative;
    padding: 66px 10px 10px;
    border-radius: 10px;
    background: #171d29;
    overflow: hidden;
    background: url(/assets/990/image/pack_bg.webp) no-repeat top/100% 100%;
    transition: all 0.3s ease;
}
.ShopItemBox_info__6nRBd > * {
    z-index: 2;
}
.ShopItemBox_expire-text__bQ4N5,
.ShopItemBox_name__VLoKd {
    text-align: center;
    font-size: var(--font-sm);
    line-height: var(--font-sm-lh);
}
.ShopItemBox_expire-text__bQ4N5 b {
    color: var(--red);
}
.ShopItemBox_divider__aN1CV {
    width: 100%;
    height: 1px;
    background: var(--border-color);
}
.ShopItemBox_actions__QrR_v {
    width: 80%;
    margin: 0 auto;
}
.ShopItemBox_count___me6i {
    font-weight: 700;
    font-size: var(--font-md);
}
.ShopItemBox_discount-label__92gLS {
    position: absolute;
    top: 20px;
    left: 0;
    white-space: nowrap;
    transform: translateY(-50%);
    font-weight: 700;
    padding: 0.2rem 1.75rem 0.2rem 0.75rem;
    font-size: var(--font-sm);
    color: var(--white);
    -webkit-clip-path: polygon(100% 0, 90% 50%, 100% 100%, 0 100%, 0 51%, 0 0);
    clip-path: polygon(100% 0, 90% 50%, 100% 100%, 0 100%, 0 51%, 0 0);
    background: radial-gradient(100% 427.78% at 0 50%, #d20032 0, #d20078 100%);
    z-index: 2;
}
.BuffTooltip_tooltip__d6Q3_ img {
    width: 92px;
    height: auto;
}
.BuffTooltip_tooltip__d6Q3_ .BuffTooltip_name__70HRl {
    font-size: var(--font-md);
    font-weight: 700;
    color: #fff;
    margin: var(--mg-1) 0;
}
.BuffTooltip_tooltip__d6Q3_ .BuffTooltip_desc__bzCZS {
    font-size: var(--font-sm);
    color: #fff;
    margin: var(--mg-1) 0;
}
.CarouselSlider_wrapper__CtkgI {
    display: flex;
    flex-flow: column nowrap;
    position: relative;
    width: 100%;
    height: 100%;
    flex-grow: 1;
    overflow: hidden;
}
.CarouselSlider_wrapper__CtkgI.CarouselSlider_abs__VDNqt {
    overflow: visible;
}
.CarouselSlider_wrapper__CtkgI.CarouselSlider_abs__VDNqt .CarouselSlider_slides__lxJ8v {
    overflow: hidden;
}
.CarouselSlider_wrapper__CtkgI.CarouselSlider_abs__VDNqt .CarouselSlider_slide-nav__jb_PO {
    position: absolute;
    justify-content: center;
    left: 0;
    top: 105%;
    width: 100%;
    z-index: 2;
    padding: 0;
}
.CarouselSlider_slides__lxJ8v {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    height: 100%;
}
.CarouselSlider_slide-nav__jb_PO {
    padding: var(--mg-2) 0;
}
.CarouselSlider_slide-nav__jb_PO.CarouselSlider_nav-center__arhL2 {
    margin: 0 auto;
    width: 80%;
}
.CarouselSlider_dot__OLEik {
    position: relative;
    width: 10px;
    height: 10px;
    background: #566c7b;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.5s ease, box-shadow 0.5s ease;
}
.CarouselSlider_dot__OLEik:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 20px;
    height: 10px;
    content: "";
}
.CarouselSlider_dot-active__C3Zbs,
.CarouselSlider_dot__OLEik:hover {
    background: #0093f3;
    box-shadow: 0 0 5px 2px rgba(0, 147, 243, 0.5);
}
.CarouselSlider_dot-active__C3Zbs {
    width: 8px;
    height: 8px;
}
.CarouselSlider_dot-active__C3Zbs:after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: calc(100% + 5px);
    height: calc(100% + 5px);
    border: 2px solid var(--border-color);
    border-radius: 50%;
    content: "";
}
.BuffItem_buff-block__RR5E4 {
    --w: 190px;
    --img-size: 92px;
    position: relative;
    overflow: visible;
    width: var(--w);
    border-radius: 15px;
    padding: calc(var(--img-size) / 2 + var(--pd-2)) var(--pd-2) var(--pd-2);
}
.BuffItem_buff-block__RR5E4 > div {
    z-index: 1;
}
.BuffItem_buff-block__RR5E4:before {
    display: block;
    position: absolute;
    border-radius: 15px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 50%;
    opacity: 0.9;
    background-image: url(/assets/990/image/main.webp);
}
.BuffItem_buff-block__RR5E4.BuffItem_active__AMJwc:before {
    background-image: url(/assets/990/image/blue.webp);
}
.BuffItem_buff-img-wrap__EGUwA {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: calc(var(--img-size) / 2 * -1);
    left: 50%;
    transform: translateX(-50%);
    width: var(--img-size);
    height: var(--img-size);
    background: #0d0d10;
    border-radius: 50%;
}
.BuffItem_buff-img-wrap__EGUwA:before {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 85%;
    height: 85%;
    transform: translateX(-50%) translateY(-50%);
    background: var(--item-circle-bg);
    border: 2px solid rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    z-index: -1;
    content: "";
}
.BuffItem_buff-img-wrap__EGUwA img {
    max-width: 80%;
    max-height: 80%;
}
.BuffItem_discount-label__1Stwq {
    position: absolute;
    top: 20px;
    left: 0;
    white-space: nowrap;
    transform: translateY(-50%);
    font-weight: 700;
    padding: 0.2rem 1.75rem 0.2rem 0.75rem;
    font-size: var(--font-sm);
    color: var(--white);
    -webkit-clip-path: polygon(100% 0, 90% 50%, 100% 100%, 0 100%, 0 51%, 0 0);
    clip-path: polygon(100% 0, 90% 50%, 100% 100%, 0 100%, 0 51%, 0 0);
    background: radial-gradient(100% 427.78% at 0 50%, #d20032 0, #d20078 100%);
    z-index: 2;
}
.BuffItem_buff-name__gz5vC {
    color: #fff;
    text-align: center;
    font-size: var(--font-md);
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin: var(--mg-2) 0;
}
.BuffItem_separator__N0bF7 {
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff 50%, rgba(255, 255, 255, 0));
    margin: var(--mg-1) 0;
}
.BuffItem_price-block__kCoQ7 {
    overflow: visible;
}
.BuffItem_price__En6Sq {
    position: relative;
}
.BuffItem_price__En6Sq span {
    text-align: center;
    font-size: var(--font-lg);
    line-height: var(--font-lg-lh);
    background: linear-gradient(180deg, #ffd600, #be8900), #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.BuffItem_price__En6Sq b,
.BuffItem_price__En6Sq span {
    color: #fff;
    font-style: normal;
    font-weight: 800;
    white-space: nowrap;
}
.BuffItem_price__En6Sq b {
    display: inline-block;
    position: absolute;
    top: -10px;
    left: calc(100% + 10px);
    text-align: center;
    font-size: var(--font-md);
    line-height: var(--font-md);
}
.BuffItem_price__En6Sq b:before {
    position: absolute;
    top: 50%;
    left: -5px;
    width: 120%;
    height: 2px;
    transform: translateY(-50%) rotate(20deg);
    background: var(--red);
    content: "";
}
.ShopConsumables_wrapper__hXrgB {
    position: relative;
}
.ShopConsumables_slides__XJuUM {
    width: 100%;
    height: 600px;
    padding: 0 2rem 4rem;
    border-bottom: 1px solid var(--border-color);
}
@media (max-width: 767px) {
    .ShopConsumables_slides__XJuUM {
        margin-top: 45px;
        margin-bottom: 45px;
    }
}
.ShopConsumables_slide__19tVu {
    height: 100%;
}
.ShopConsumables_cart__69qSM {
    position: relative;
    padding: 1rem 2rem;
}
.ShopConsumables_coupon-input__tPz7i {
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
}
@media (max-width: 767px) {
    .ShopConsumables_coupon-input__tPz7i {
        top: -35px;
    }
}
.ShopConsumables_cart-items__M_xyT {
    display: inline-flex;
    flex-flow: row nowrap;
    column-gap: 1rem;
    width: 50%;
}
.ShopConsumables_cart-item__4zH_H {
    position: relative;
    column-gap: 0.5rem;
    font-weight: 700;
    font-size: var(--font-md);
}
.ShopConsumables_cart-item__4zH_H + .ShopConsumables_cart-item__4zH_H {
    border-left: 1px solid var(--border-color);
    padding-left: 0.5rem;
}
.ShopConsumables_item-count-label__vcnXb {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    color: var(--orange);
    font-size: var(--font-sm);
    border-radius: 5px;
    padding: 0.1rem 0.5rem;
    background: rgba(0, 0, 0, 0.5);
}
.ShopConsumables_cart-img__2T6K4 {
    width: 4rem;
    height: 4rem;
}
.ShopConsumables_price__m9151 {
    position: relative;
    font-weight: 400;
    font-size: var(--font-slg);
}
.ShopConsumables_price__m9151.ShopConsumables_has-sale__tmHrq {
    transform: translateY(-10px);
}
.ShopConsumables_old-price__uVNEF {
    position: absolute;
    top: calc(100% + var(--mg-1));
    left: -20%;
    font-weight: 700;
    font-size: var(--font-lg);
}
.ShopConsumables_old-price__uVNEF:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 120%;
    height: 2px;
    background: var(--orange);
    transform: rotate(25deg) translateY(-50%) translateX(-10%);
    content: "";
}
.ShopConsumables_buy-btn__JUU9s {
    width: 120px;
    font-size: var(--font-lg);
    justify-content: center;
}
.ShopConsumables_buy-btn__JUU9s.ShopConsumables_buy-for-friend__O5_a5 {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}
.ShopConsumables_currencies-switcher__3bZVX {
    position: absolute;
    top: 24px;
    right: var(--pd-3);
}
@media (max-width: 767px) {
    .ShopConsumables_currencies-switcher__3bZVX {
        top: 56px;
        right: 50%;
        transform: translateX(50%);
    }
    .ShopConsumables_actions-wrap__SqVVk {
        display: flex;
        width: 100%;
        justify-content: center;
    }
}
.ShopConsumables_tabs-wrap__Br5Jm {
    margin-top: 0;
}
@keyframes ShopStartPacks_border-animation__A1c0k {
    0% {
        border-color: #00ccb1;
        box-shadow: 0 0 16px rgba(0, 204, 177, 0.5), 0 0 16px rgba(0, 204, 177, 0.3);
    }
    25% {
        border-color: #7b61ff;
        box-shadow: 0 0 16px rgba(123, 97, 255, 0.5), 0 0 16px rgba(123, 97, 255, 0.3);
    }
    50% {
        border-color: #ffc414;
        box-shadow: 0 0 16px rgba(255, 196, 20, 0.5), 0 0 16px rgba(255, 196, 20, 0.3);
    }
    75% {
        border-color: #1ca0fb;
        box-shadow: 0 0 16px rgba(28, 160, 251, 0.5), 0 0 16px rgba(28, 160, 251, 0.3);
    }
    to {
        border-color: #00ccb1;
    }
}
.ShopStartPacks_wrapper__5ugvi {
    --buy-btn-height: 50px;
    --items-width: 330px;
    --items-height: 400px;
    --char-side-width: 420px;
    --wrapper-height: 620px;
    position: relative;
    width: 100%;
    height: var(--wrapper-height);
    padding: 0 2rem;
    background: url(/assets/990/image/start_pack_bg.webp) no-repeat 50%/100% 100%;
}
@media (max-width: 780px) {
    .ShopStartPacks_wrapper__5ugvi {
        justify-content: center;
    }
}
@media (max-width: 480px) {
    .ShopStartPacks_wrapper__5ugvi {
        --items-width: 100%;
    }
}
@media (min-width: 1990px) {
    .ShopStartPacks_wrapper__5ugvi {
        --items-width: 360px;
        --wrapper-height: 700px;
        --items-height: 450px;
    }
}
.ShopStartPacks_char-side__rSwoR {
    position: relative;
    width: var(--char-side-width);
    margin-bottom: var(--buy-btn-height);
}
@media (max-width: 767px) {
    .ShopStartPacks_char-side__rSwoR {
        display: none;
    }
}
.ShopStartPacks_items-side__DrGlO {
    position: relative;
    margin-bottom: var(--buy-btn-height);
    width: var(--items-width);
    align-self: self-start;
    border-radius: 20px;
}
.ShopStartPacks_char-slider-wrapper__sAHja {
    height: calc(100% - 60px);
}
.ShopStartPacks_buy-btn-block___NXy6 {
    position: absolute;
    height: var(--buy-btn-height);
    top: calc(100% - var(--pd-2));
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: auto;
}
@media (max-width: 767px) {
    .ShopStartPacks_buy-btn-block___NXy6 {
        bottom: 1rem;
        right: 2rem;
    }
}
.ShopStartPacks_pack-img__XMacM {
    height: 100%;
    object-fit: contain;
}
.ShopStartPacks_pack-img-wrap__SIj4u {
    height: 100%;
}
.ShopStartPacks_buy-btn__UWEfJ {
    width: 180px;
    font-size: var(--font-lg);
}
.ShopStartPacks_buy-btn__UWEfJ.ShopStartPacks_buy-for-friend__2Q5lO {
    width: 45px;
    height: 45px;
}
.ShopStartPacks_char-side__rSwoR .react-reveal {
    height: 100%;
}
.ShopStartPacks_items-title-block__ZK9wl {
    position: relative;
    padding: var(--pd-5);
    font-weight: 700;
    font-size: var(--font-xxlg);
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    border-radius: 20px 20px 0 0;
    background: url(/assets/990/image/start_pack_price_gold.webp) no-repeat 50%/100% 100%, var(--start-pack-top-bg);
    z-index: 2;
}
@media (max-width: 480px) {
    .ShopStartPacks_items-title-block__ZK9wl {
        padding: var(--pd-5) var(--pd-3);
    }
}
@media (min-width: 1990px) {
    .ShopStartPacks_items-title-block__ZK9wl {
        font-size: var(--font-xlg);
    }
}
.ShopStartPacks_price-label__5Wbaw {
    position: absolute;
    top: -25px;
    right: 10px;
    width: 40%;
    padding: var(--pd-2);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    text-align: center;
    font-size: var(--font-md);
    background: radial-gradient(91.07% 150.76% at 9.38% -35.63%, #c1003a 0, rgba(193, 0, 58, 0) 100%), #ff2768;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
    z-index: 2;
}
.ShopStartPacks_items-price__blNs_ {
    position: absolute;
    right: var(--mg-4);
    top: 0;
    height: 100%;
    width: 85px;
}
.ShopStartPacks_items-price__blNs_ .ShopStartPacks_prices-block__ceAoR {
    position: relative;
    flex-flow: row nowrap;
}
.ShopStartPacks_items-price__blNs_ .ShopStartPacks_prices-block__ceAoR.ShopStartPacks_has-sale__nTD52 {
    transform: translateY(-5px);
}
.ShopStartPacks_items-price__blNs_ .ShopStartPacks_prev-price__4vg37 {
    display: inline-block;
    position: absolute;
    top: 80%;
    left: -20%;
    font-size: var(--font-lg);
    font-weight: 500;
    color: var(--gray);
}
.ShopStartPacks_items-price__blNs_ .ShopStartPacks_prev-price__4vg37:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 120%;
    height: 2px;
    background: var(--orange);
    transform: rotate(25deg) translateY(-50%) translateX(-10%);
    content: "";
}
.ShopStartPacks_items-price__blNs_ b {
    font-weight: 800;
    font-size: var(--font-xlg);
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
}
.ShopStartPacks_items__Ykqww {
    height: var(--items-height);
    padding: var(--pd-4);
    background: var(--start-pack-bg);
}
.ShopStartPacks_items-wrapper__w58bl {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.ShopStartPacks_items-wrapper__w58bl::-webkit-scrollbar {
    display: none;
}
.ShopStartPacks_item__DrYLa {
    --width: 90px;
    --height: 70px;
    --bheight: 120px;
    --offset: 1rem;
    position: absolute;
    width: var(--width);
    height: var(--height);
    background: linear-gradient(127.03deg, rgba(255, 134, 236, 0.1) 17.83%, rgba(61, 61, 145, 0) 99.57%);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border: 1px solid var(--border-color);
    border-radius: 10px;
}
.ShopStartPacks_item__DrYLa.ShopStartPacks_pet__aIXC9 {
    top: calc(0 * var(--height) + (var(--offset) * 0));
    left: calc(0 * var(--width) + (var(--offset) * 0));
}
.ShopStartPacks_item__DrYLa.ShopStartPacks_head__1JgBo {
    top: calc(0 * var(--height) + (var(--offset) * 0));
    left: calc(1 * var(--width) + (var(--offset) * 1));
}
.ShopStartPacks_item__DrYLa.ShopStartPacks_wings__vjGFC {
    top: calc(0 * var(--height) + (var(--offset) * 0));
    left: calc(2 * var(--width) + (var(--offset) * 2));
}
.ShopStartPacks_item__DrYLa.ShopStartPacks_weapon__BhA07 {
    height: var(--bheight);
    top: calc(1 * var(--height) + (var(--offset) * 1));
    left: calc(0 * var(--width) + (var(--offset) * 0));
}
.ShopStartPacks_item__DrYLa.ShopStartPacks_armor__7DFV9 {
    height: var(--bheight);
    top: calc(1 * var(--height) + (var(--offset) * 1));
    left: calc(1 * var(--width) + (var(--offset) * 1));
}
.ShopStartPacks_item__DrYLa.ShopStartPacks_shield__G1b8O {
    height: var(--bheight);
    top: calc(1 * var(--height) + (var(--offset) * 1));
    left: calc(2 * var(--width) + (var(--offset) * 2));
}
.ShopStartPacks_item__DrYLa.ShopStartPacks_gloves__YQamV {
    top: calc(2 * var(--height) + (var(--offset) * 2) + (var(--bheight) - var(--height)));
    left: calc(0 * var(--width) + (var(--offset) * 0));
}
.ShopStartPacks_item__DrYLa.ShopStartPacks_pants__Cdhe_ {
    top: calc(2 * var(--height) + (var(--offset) * 2) + (var(--bheight) - var(--height)));
    left: calc(1 * var(--width) + (var(--offset) * 1));
}
.ShopStartPacks_item__DrYLa.ShopStartPacks_boots__AHuMx {
    top: calc(2 * var(--height) + (var(--offset) * 2) + (var(--bheight) - var(--height)));
    left: calc(2 * var(--width) + (var(--offset) * 2));
}
.ShopStartPacks_item__DrYLa.ShopStartPacks_res_top_1__PoZVN {
    top: calc(3 * var(--height) + (var(--offset) * 3) + (var(--bheight) - var(--height)));
    left: calc(0 * var(--width) + (var(--offset) * 0));
}
.ShopStartPacks_item__DrYLa.ShopStartPacks_res_top_2__Vx2JS {
    top: calc(3 * var(--height) + (var(--offset) * 3) + (var(--bheight) - var(--height)));
    left: calc(1 * var(--width) + (var(--offset) * 1));
}
.ShopStartPacks_item__DrYLa.ShopStartPacks_res_top_3__mSL9p {
    top: calc(3 * var(--height) + (var(--offset) * 3) + (var(--bheight) - var(--height)));
    left: calc(2 * var(--width) + (var(--offset) * 2));
}
@media (max-width: 480px) {
    .ShopStartPacks_item__DrYLa {
        --width: 70px;
    }
}
@media (min-width: 1990px) {
    .ShopStartPacks_item__DrYLa {
        --width: 100px;
        --height: 80px;
        --bheight: 130px;
    }
}
.ShopStartPacks_res-items__QDPN4 {
    background: rgba(0, 0, 0, 0.24);
    border-radius: 0 0 20px 20px;
    padding: 1rem 2rem;
}
.ShopStartPacks_res-items__QDPN4.ShopStartPacks_hidden__A_Onn {
    display: none;
}
@media (max-width: 480px) {
    .ShopStartPacks_res-items__QDPN4 {
        padding: 1rem;
    }
    .ShopStartPacks_res-items__QDPN4 .ShopStartPacks_res-items-container__xD_i8 {
        justify-content: space-between;
        overflow: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .ShopStartPacks_res-items__QDPN4 .ShopStartPacks_res-items-container__xD_i8::-webkit-scrollbar {
        display: none;
    }
}
.ShopStartPacks_item-res__K3anQ {
    position: relative;
    background: var(--gradient-box-secondary);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    width: 60px;
    height: 60px;
    flex-shrink: 0;
}
@media (max-width: 480px) {
    .ShopStartPacks_item-res__K3anQ {
        width: 40px;
        height: 40px;
    }
}
.ShopStartPacks_count__YOHh6 {
    position: absolute;
    top: 0.3rem;
    right: 0.8rem;
    font-size: var(--font-sm);
}
.ShopStartPacks_tabs-wrap__cA_gy {
    margin-top: 0;
}
.ShopStartPacks_tab-labels-wrap__Zz2p9 {
    max-height: 64px !important;
    padding-bottom: 0;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.ShopStartPacks_tab-labels-wrap__Zz2p9::-webkit-scrollbar {
    display: none;
}
.ShopStartPacks_tab__dZKzd {
    min-height: 64px;
}
.ShopStartPacks_tab-content__uaSc2 {
    padding: 0;
}
.ShopStartPacks_tab__dZKzd {
    margin-top: 0;
    font-size: var(--font-md);
}
@media (min-width: 1990px) {
    .ShopStartPacks_tab__dZKzd {
        font-size: var(--font-xs);
    }
}
.ShopStartPacks_coupon-input__PVvno {
    position: absolute;
    bottom: var(--pd-5);
    right: calc(var(--items-width) / 2 + var(--pd-4));
    transform: translateX(50%);
}
.ShopServices_service-blocks-wrap__IQ3rq {
    row-gap: 24px !important;
}
.ShopServices_service-block__qdRMO {
    border: 1px solid var(--border-color);
    border-radius: 20px;
    max-width: 435px;
    padding: var(--pd-5);
    background: var(--box-bg);
}
.ShopServices_service-icon-wrap__tds8I {
    position: relative;
    top: -30px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12.55px;
    border: 1px solid var(--border-color);
    background: var(--box-accent-bg);
}
.ShopServices_service-icon___BeR6 {
    width: 63px;
    height: 63px;
}
.ShopServices_prices-block__xytRT {
    align-self: flex-start;
    column-gap: 0;
    row-gap: 0;
}
.ShopServices_buy-btn__xpOVa {
    width: 50px;
    min-width: 50px;
    min-height: 50px;
}
@media (max-width: 767px) {
    .ShopServices_buy-btn__xpOVa {
        width: 35px;
        min-width: 35px;
        min-height: 35px;
    }
}
@media (max-width: 480px) {
    .ShopServices_service-content__Zq3wx {
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-flow: column nowrap;
    }
}
.ShopServices_service-info-wrap__AetSV.ShopServices_invisible__2tRFi {
    max-width: 160px;
}
.ShopServices_service-title__szKcJ {
    margin-top: -30px;
    font-size: var(--font-xxlg);
    line-height: var(--font-xxlg-lh);
    font-weight: 700;
    text-transform: uppercase;
}
.ShopServices_service-subtitle__GL06c {
    font-weight: 700;
}
.ShopServices_price-select__wef9w {
    white-space: nowrap;
}
.ShopServices_service-price-label__QOkdo {
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    white-space: nowrap;
    font-weight: 700;
    padding: 0.2rem 1.75rem 0.2rem 0.75rem;
    font-size: var(--font-sm);
    color: var(--white);
    -webkit-clip-path: polygon(100% 0, 90% 50%, 100% 100%, 0 100%, 0 51%, 0 0);
    clip-path: polygon(100% 0, 90% 50%, 100% 100%, 0 100%, 0 51%, 0 0);
    background: radial-gradient(100% 427.78% at 0 50%, #d20032 0, #d20078 100%);
    z-index: 2;
}
.ShopServices_service-price-label__QOkdo span {
    font-size: var(--font-sm);
    font-weight: 700;
}
.BundleBuyBlock_wrapper-special__drMXS,
.BundleBuyBlock_wrapper__KcFb8 {
    gap: 24px;
    position: relative;
    min-height: 410px;
    padding: 35px var(--pd-4);
    border-radius: 15px;
    border: 2px solid var(--border-color);
    background: var(--bundle-bg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}
.BundleBuyBlock_wrapper-special__drMXS:before,
.BundleBuyBlock_wrapper__KcFb8:before {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    content: "";
}
.BundleBuyBlock_wrapper-special__drMXS .BundleBuyBlock_items-list-wrap-special__Es1cp,
.BundleBuyBlock_wrapper-special__drMXS .BundleBuyBlock_items-list-wrap___3vyE,
.BundleBuyBlock_wrapper__KcFb8 .BundleBuyBlock_items-list-wrap-special__Es1cp,
.BundleBuyBlock_wrapper__KcFb8 .BundleBuyBlock_items-list-wrap___3vyE {
    padding-right: 2px;
    padding-bottom: 12px;
}
@media (max-width: 767px) {
    .BundleBuyBlock_wrapper-special__drMXS,
    .BundleBuyBlock_wrapper__KcFb8 {
        flex-flow: column nowrap;
        min-height: -moz-fit-content;
        min-height: fit-content;
        height: -moz-fit-content;
        height: fit-content;
        justify-content: center;
        align-items: center;
    }
}
@media (min-width: 1025px) {
    .BundleBuyBlock_wrapper-special__drMXS,
    .BundleBuyBlock_wrapper__KcFb8 {
        gap: 20px;
        padding: 45px var(--pd-4);
    }
}
@media (min-width: 1440px) {
    .BundleBuyBlock_wrapper-special__drMXS,
    .BundleBuyBlock_wrapper__KcFb8 {
        padding: 45px var(--pd-5);
    }
}
@media (min-width: 1680px) {
    .BundleBuyBlock_wrapper-special__drMXS,
    .BundleBuyBlock_wrapper__KcFb8 {
        gap: 36px;
        padding: 45px var(--pd-5);
    }
}
.BundleBuyBlock_wrapper-special__drMXS {
    padding: 35px 0;
}
.BundleBuyBlock_wrapper-special__drMXS .BundleBuyBlock_countdown__0Ubqz {
    margin: 0;
}
.BundleBuyBlock_wrapper-special__drMXS:before {
    border-radius: 15px;
    background: rgba(0, 0, 0, 0.5);
}
.BundleBuyBlock_discount-label__gM7Mw {
    position: absolute;
    top: -12px;
    width: 116px;
    height: 50px;
    display: flex;
    justify-content: center;
    background: url(/assets/990/image/discount_label_main_bg.webp) no-repeat 50%/100% 100%;
    padding-top: 10px;
    font-size: 14px;
    font-weight: 700;
}
.BundleBuyBlock_discount-label__gM7Mw:before {
    content: "";
    position: absolute;
    top: -50px;
    left: -56px;
    width: 236px;
    height: 150px;
    background: url(/assets/990/image/discount_label_secondary_bg.webp) no-repeat 50%/100% 100%;
    z-index: -1;
}
.BundleBuyBlock_discount-label-special__acERB {
    position: absolute;
    top: 0;
    right: -1px;
    width: 333px;
    height: 50px;
    display: flex;
    justify-content: center;
    background: url(/assets/990/image/discount_label_desktop_bg.webp) no-repeat 50%/100% 100%;
    padding-top: 10px;
    border-radius: 13px;
    font-size: 14px;
    font-weight: 700;
}
.BundleBuyBlock_discount-label-special__acERB .BundleBuyBlock_discount-text___ErNu {
    position: absolute;
    top: 4px;
    right: 35px;
    font-size: var(--font-xlg);
    line-height: var(--font-xlg-lh);
}
.BundleBuyBlock_title__cPsxC {
    margin-top: 0;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 800;
    max-width: 200px;
}
@media (max-width: 767px) {
    .BundleBuyBlock_title__cPsxC {
        width: 100%;
        max-width: unset;
        text-align: center;
    }
}
.BundleBuyBlock_price__KYX2V {
    position: relative;
}
.BundleBuyBlock_price__KYX2V span {
    color: var(--white);
    font-size: var(--font-slg);
    font-weight: 800;
}
.BundleBuyBlock_price__KYX2V b {
    display: inline-block;
    color: #ffeca7;
    font-size: var(--font-xxlg);
    font-style: normal;
    font-weight: 800;
}
.BundleBuyBlock_price__KYX2V .BundleBuyBlock_old-price__64jWr {
    position: absolute;
    bottom: -4px;
    left: 120%;
    white-space: nowrap;
    color: var(--white);
    font-size: var(--font-xxlg);
    font-weight: 700;
    opacity: 0.6;
}
.BundleBuyBlock_price__KYX2V .BundleBuyBlock_old-price__64jWr svg {
    width: 25px;
    height: 25px;
}
.BundleBuyBlock_price__KYX2V .BundleBuyBlock_old-price__64jWr span {
    font-size: var(--font-xxlg);
    font-weight: 600;
}
.BundleBuyBlock_price__KYX2V .BundleBuyBlock_old-price__64jWr:before {
    position: absolute;
    top: 40%;
    left: -5%;
    width: 110%;
    height: 2px;
    background: var(--red);
    z-index: 1;
    content: "";
}
.BundleBuyBlock_packs-slider__aGKso {
    flex-shrink: 1;
    width: 230px;
    height: 230px;
    padding: 16px 0;
    background: linear-gradient(127.03deg, rgba(180, 187, 255, 0.35) 17.83%, rgba(180, 187, 255, 0.0805) 99.57%);
    border-radius: 10px;
}
.BundleBuyBlock_packs-slider__aGKso .BundleBuyBlock_slider-title__sE2gy {
    max-width: 220px;
    text-align: center;
    font-size: 24px;
    line-height: 0.8;
    font-weight: 700;
    margin-top: 0;
}
.BundleBuyBlock_packs-slider__aGKso .swiper {
    width: 100%;
    left: 0;
    right: 0;
    height: 100%;
    padding-top: 20px !important;
    padding-bottom: 24px !important;
    margin: 0 !important;
}
.BundleBuyBlock_packs-slider__aGKso .swiper-slide {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    max-height: none;
    width: inherit !important;
    min-width: inherit !important;
}
.BundleBuyBlock_packs-slider__aGKso .swiper-pagination {
    bottom: 12px !important;
}
.BundleBuyBlock_packs-slider__aGKso .swiper-pagination-bullet {
    position: relative;
    bottom: -14px;
    width: 6px;
    height: 6px;
    background: rgba(180, 187, 255, 0.8);
}
.BundleBuyBlock_packs-slider__aGKso .swiper-pagination-bullet-active {
    background: #ffeca7;
}
.BundleBuyBlock_packs-slider__aGKso .swiper-button-next,
.BundleBuyBlock_packs-slider__aGKso .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: radial-gradient(72.32% 202.5% at 50% 140%, rgba(180, 187, 255, 0.5) 0, rgba(180, 187, 255, 0) 100%), radial-gradient(139.5% 418.38% at 100% 157.5%, rgba(210, 0, 120, 0.1) 0, rgba(210, 0, 120, 0) 100%);
    box-shadow: inset 0 2px 2px 0 rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    color: rgba(0, 0, 0, 0);
}
.BundleBuyBlock_packs-slider__aGKso .swiper-button-next:after {
    background: url(/assets/990/image/slider_arrow_right.svg) no-repeat 50%/100% 100%;
}
.BundleBuyBlock_packs-slider__aGKso .swiper-button-prev:after {
    background: url(/assets/990/image/slider_arrow_left.svg) no-repeat 50%/100% 100%;
}
.BundleBuyBlock_items-list-wrap-special__Es1cp,
.BundleBuyBlock_items-list-wrap___3vyE {
    position: relative;
    display: inline-flex;
    flex-flow: row nowrap;
    column-gap: 10px;
    row-gap: 10px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
}
.BundleBuyBlock_items-list-wrap-special__Es1cp::-webkit-scrollbar-thumb,
.BundleBuyBlock_items-list-wrap___3vyE::-webkit-scrollbar-thumb {
    background: #575271;
    width: 12px;
    height: 12px;
    border-radius: 20px;
    cursor: pointer;
}
.BundleBuyBlock_items-list-wrap-special__Es1cp::-webkit-scrollbar,
.BundleBuyBlock_items-list-wrap___3vyE::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    border-radius: 20px;
}
@media (max-width: 767px) {
    .BundleBuyBlock_items-list-wrap-special__Es1cp,
    .BundleBuyBlock_items-list-wrap___3vyE {
        justify-content: center;
        flex-flow: row wrap;
        width: 100%;
    }
}
.BundleBuyBlock_items-list-wrap-special__Es1cp {
    width: 100%;
}
.BundleBuyBlock_items-list-wrap-special__Es1cp .BundleBuyBlock_packs-slider__aGKso {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    padding: 8px 0;
    background: linear-gradient(127.03deg, rgba(180, 187, 255, 0.35) 17.83%, rgba(180, 187, 255, 0.0805) 99.57%);
    border-radius: 0;
}
.BundleBuyBlock_items-list-wrap-special__Es1cp .BundleBuyBlock_packs-slider__aGKso .swiper {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin: 0 !important;
    border-radius: 0;
}
.BundleBuyBlock_items-list-wrap-special__Es1cp .BundleBuyBlock_packs-slider__aGKso .swiper-slide {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    max-height: none;
    width: 120px !important;
    min-width: 120px !important;
    filter: brightness(100%) !important;
    margin: 0 auto;
}
.BundleBuyBlock_items-list-grid__mff56 {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-auto-flow: column;
    grid-gap: 10px;
    gap: 10px;
    width: 100%;
    height: 100%;
    padding: 0;
}
@media (max-width: 767px) {
    .BundleBuyBlock_items-list-grid__mff56 {
        width: -moz-fit-content;
        width: fit-content;
    }
}
.BundleBuyBlock_items-list-grid-xs__Q4HUx {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    grid-gap: 10px;
    gap: 10px;
    max-width: 230px;
}
.BundleBuyBlock_items-list-grid-xs__Q4HUx > :first-child {
    grid-column: span 2;
    justify-self: center;
}
.BundleBuyBlock_item-block__UTXyD {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: var(--pd-2);
    width: 110px;
    height: 110px;
    row-gap: 0;
    column-gap: 2px;
    background: linear-gradient(127.03deg, rgba(180, 187, 255, 0.35) 17.83%, rgba(180, 187, 255, 0.0805) 99.57%);
    border: 1px solid rgba(180, 187, 255, 0.88);
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.1;
    text-align: center;
    z-index: 2;
}
.BundleBuyBlock_item-block__UTXyD span {
    font-size: 14px;
    line-height: 1.1;
}
.BundleBuyBlock_item-block__UTXyD svg {
    color: #4b4b57;
}
.BundleBuyBlock_item-block__UTXyD img {
    max-height: 50px;
}
.BundleBuyBlock_btns-wrap-special__oD7Fr,
.BundleBuyBlock_btns-wrap__lXGzW {
    margin-top: 8px;
}
.BundleBuyBlock_btns-wrap-special__oD7Fr .BundleBuyBlock_buy-btn__yr_dc,
.BundleBuyBlock_btns-wrap__lXGzW .BundleBuyBlock_buy-btn__yr_dc {
    min-width: 140px;
    height: 50px;
}
.BundleBuyBlock_btns-wrap-special__oD7Fr .BundleBuyBlock_buy-for-friend__RDL9L,
.BundleBuyBlock_btns-wrap__lXGzW .BundleBuyBlock_buy-for-friend__RDL9L {
    width: 50px;
    height: 50px;
}
@media (max-width: 767px) {
    .BundleBuyBlock_btns-wrap-special__oD7Fr,
    .BundleBuyBlock_btns-wrap__lXGzW {
        margin-top: 6px;
        justify-content: flex-start;
    }
}
.BundleBuyBlock_btns-wrap-special__oD7Fr {
    margin: 0;
}
.BundleBuyBlock_btns-wrap-special__oD7Fr .BundleBuyBlock_buy-btn__yr_dc {
    min-width: 200px;
    font-size: var(--font-md);
}
@media (max-width: 767px) {
    .BundleBuyBlock_btns-wrap-special__oD7Fr {
        margin: 0 auto;
    }
}
@media (min-width: 1280px) {
    .BundleBuyBlock_btns-wrap-special__oD7Fr .BundleBuyBlock_buy-btn__yr_dc {
        min-width: 220px;
    }
}
@media (max-width: 480px) {
    .BundleBuyBlock_btns-wrap-special__oD7Fr,
    .BundleBuyBlock_btns-wrap-special__oD7Fr .BundleBuyBlock_buy-btn__yr_dc {
        width: 100%;
    }
}
.BundleBuyBlock_info-block-special__rwDFG,
.BundleBuyBlock_info-block__EJKA7 {
    min-width: -moz-fit-content;
    min-width: fit-content;
    z-index: 2;
}
.BundleBuyBlock_info-block-special__rwDFG.BundleBuyBlock_mobile__dxCLc,
.BundleBuyBlock_info-block__EJKA7.BundleBuyBlock_mobile__dxCLc {
    display: none;
}
@media (max-width: 767px) {
    .BundleBuyBlock_info-block-special__rwDFG.BundleBuyBlock_mobile__dxCLc,
    .BundleBuyBlock_info-block__EJKA7.BundleBuyBlock_mobile__dxCLc {
        display: inline-flex;
    }
}
.BundleBuyBlock_info-block-special__rwDFG .BundleBuyBlock_actions-block-wrap__WlubF,
.BundleBuyBlock_info-block__EJKA7 .BundleBuyBlock_actions-block-wrap__WlubF {
    display: flex;
}
@media (max-width: 767px) {
    .BundleBuyBlock_info-block-special__rwDFG .BundleBuyBlock_actions-block-wrap__WlubF,
    .BundleBuyBlock_info-block__EJKA7 .BundleBuyBlock_actions-block-wrap__WlubF {
        display: none;
    }
}
.BundleBuyBlock_info-block-special-wrap__B84yp {
    padding: 0 var(--pd-6);
}
.BundleBuyBlock_info-block-special__rwDFG {
    min-width: unset;
}
.BundleBuyBlock_info-block-special__rwDFG .BundleBuyBlock_title__cPsxC {
    max-width: 100%;
}
@media (max-width: 780px) {
    .BundleBuyBlock_info-block-special__rwDFG .BundleBuyBlock_title__cPsxC {
        text-align: left;
    }
}
.BundleBuyBlock_info-block-special__rwDFG .BundleBuyBlock_sub-title__Dba9T {
    color: var(--yellow-brigth);
    font-weight: 700;
    text-transform: uppercase;
}
.BundleBuyBlock_price-wrap-desktop__839qn,
.BundleBuyBlock_price-wrap-mobile__K4_Yl,
.BundleBuyBlock_price-wrap__cTKyx {
    min-width: -moz-fit-content;
    min-width: fit-content;
}
.BundleBuyBlock_price-wrap-desktop__839qn .BundleBuyBlock_price__KYX2V,
.BundleBuyBlock_price-wrap-mobile__K4_Yl .BundleBuyBlock_price__KYX2V,
.BundleBuyBlock_price-wrap__cTKyx .BundleBuyBlock_price__KYX2V {
    position: relative;
}
.BundleBuyBlock_price-wrap-desktop__839qn .BundleBuyBlock_price__KYX2V .BundleBuyBlock_old-price__64jWr,
.BundleBuyBlock_price-wrap-mobile__K4_Yl .BundleBuyBlock_price__KYX2V .BundleBuyBlock_old-price__64jWr,
.BundleBuyBlock_price-wrap__cTKyx .BundleBuyBlock_price__KYX2V .BundleBuyBlock_old-price__64jWr {
    bottom: -100%;
    left: 50%;
    transform: translateX(-50%);
    font-size: var(--font-md);
}
.BundleBuyBlock_price-wrap-desktop__839qn .BundleBuyBlock_price__KYX2V .BundleBuyBlock_old-price__64jWr b,
.BundleBuyBlock_price-wrap-desktop__839qn .BundleBuyBlock_price__KYX2V .BundleBuyBlock_old-price__64jWr span,
.BundleBuyBlock_price-wrap-mobile__K4_Yl .BundleBuyBlock_price__KYX2V .BundleBuyBlock_old-price__64jWr b,
.BundleBuyBlock_price-wrap-mobile__K4_Yl .BundleBuyBlock_price__KYX2V .BundleBuyBlock_old-price__64jWr span,
.BundleBuyBlock_price-wrap__cTKyx .BundleBuyBlock_price__KYX2V .BundleBuyBlock_old-price__64jWr b,
.BundleBuyBlock_price-wrap__cTKyx .BundleBuyBlock_price__KYX2V .BundleBuyBlock_old-price__64jWr span {
    font-size: var(--font-md);
}
.BundleBuyBlock_countdown__0Ubqz {
    position: relative;
    z-index: 2;
    min-width: 238px;
    column-gap: 20px;
    border-radius: 15px;
    padding: 12px 20px;
    margin: 6px 0 16px;
}
.BundleBuyBlock_countdown__0Ubqz .BundleBuyBlock_countdown-start__fniAS {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 42px;
    text-align: center;
    color: var(--orange);
}
.BundleBuyBlock_countdown-item__WjFw6,
.BundleBuyBlock_current-stage-main-title__U_Dki {
    position: relative;
    display: inline-flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    font-style: normal;
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    line-height: 100%;
    height: 100%;
    background: var(--gold-text-gradient);
    text-shadow: var(--box-shadow-btn-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.BundleBuyBlock_countdown-item__WjFw6 .BundleBuyBlock_label__OIDnp,
.BundleBuyBlock_current-stage-main-title__U_Dki .BundleBuyBlock_label__OIDnp {
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    color: var(--white);
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
}
.BundleBuyBlock_countdown-item__WjFw6:not(:first-child):before,
.BundleBuyBlock_current-stage-main-title__U_Dki:not(:first-child):before {
    display: inline-block;
    position: absolute;
    left: -16px;
    top: -2px;
    font-size: 36px;
    background: var(--gold-text-gradient);
    text-shadow: var(--box-shadow-btn-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    content: ":";
}
.BundleBuyBlock_price-wrap-desktop__839qn {
    display: inline-flex;
}
@media (max-width: 767px) {
    .BundleBuyBlock_price-wrap-desktop__839qn {
        display: none;
    }
}
.BundleBuyBlock_price-wrap-mobile__K4_Yl {
    display: none;
}
@media (max-width: 767px) {
    .BundleBuyBlock_price-wrap-mobile__K4_Yl {
        display: inline-flex;
    }
}
.BundleBuyBlock_actions-block-wrap-special__5vb0q {
    z-index: 2;
    padding: 0 var(--pd-6);
}
@media (max-width: 767px) {
    .BundleBuyBlock_actions-block-wrap-special__5vb0q {
        flex-flow: column-reverse nowrap;
    }
}
.BuffCartBlock_cart-block__ppLT5 {
    padding: var(--pd-4);
    border-radius: 0 0 20px 20px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-top: 0;
    min-height: 80px;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background: url(/assets/990/image/block_cart_bg.webp) no-repeat 50%/100% 100%, rgba(0, 0, 0, 0.2);
    flex-flow: row nowrap;
}
@media (max-width: 1024px) {
    .BuffCartBlock_cart-block__ppLT5 {
        flex-flow: row wrap;
        justify-content: center;
    }
}
.BuffCartBlock_cart-buffs-list__CRooo {
    display: flex;
    flex-flow: row nowrap;
    gap: 10px;
    max-width: 45%;
    flex-grow: 1;
}
.BuffCartBlock_cart-buff__MMn6n {
    --img-size: 42px;
    white-space: nowrap;
}
.BuffCartBlock_cart-buff__MMn6n img {
    width: auto;
    height: var(--img-size);
}
.BuffCartBlock_cart-buff__MMn6n b {
    font-size: var(--font-sm);
    color: var(--orange);
    font-weight: 700;
}
.BuffCartBlock_cart-buff__MMn6n + .BuffCartBlock_cart-buff__MMn6n {
    padding-left: var(--pd-2);
    border-left: 1px solid rgba(255, 255, 255, 0.12);
}
.BuffCartBlock_buy-btn__fAuea {
    min-width: 120px;
}
.BuffCartBlock_total-price__fE4j6 {
    color: #fff;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
    white-space: nowrap;
    background: linear-gradient(180deg, #ffd600, #be8900), #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.BuffCartBlock_total-price__fE4j6.BuffCartBlock_game-products__IOIo4 {
    background: none;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
}
.BuffCartBlock_price__dQ_5Y {
    position: relative;
    font-weight: 400;
    font-size: var(--font-slg);
}
.BuffCartBlock_price-with-discount__YGrxb {
    transform: translateY(-10px);
}
.BuffCartBlock_old-price__FNOCf {
    position: absolute;
    top: calc(100% + var(--mg-1));
    left: -20%;
    font-weight: 700;
    font-size: var(--font-lg);
}
.BuffCartBlock_old-price__FNOCf:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 120%;
    height: 2px;
    background: var(--orange);
    transform: rotate(25deg) translateY(-50%) translateX(-10%);
    content: "";
}
@media (max-width: 780px) {
    .BuffCartBlock_cart-actions__ixON5 {
        flex-flow: column nowrap;
    }
}
.BundlesWrap_bundles-slider-wrap__zP8tB {
    width: 100%;
    min-height: 355px;
    position: relative;
    border-radius: 10px;
}
.BundlesWrap_bundles-slider-wrap__zP8tB .swiper-pagination {
    bottom: -2px;
}
.BundlesWrap_bundles-slider-wrap__zP8tB .swiper-pagination-bullet {
    opacity: 1;
    width: 8px;
    height: 8px;
    background: var(--gradient-box-secondary);
    border-radius: 50%;
}
.BundlesWrap_bundles-slider-wrap__zP8tB .swiper-pagination-bullet-active {
    background: var(--main-color);
    box-shadow: var(--box-shadow-line-accent);
}
.BundlesWrap_bundles-slider-wrap__zP8tB .swiper {
    margin-top: -46px;
    margin-bottom: -36px;
    padding-top: 52px;
    padding-bottom: 36px;
    width: 100%;
    border-radius: 10px;
}
@media (max-width: 865px) {
    .BundlesWrap_bundles-slider-wrap__zP8tB .swiper {
        padding-bottom: 40px;
    }
}
.BundlesWrap_bundles-slider-wrap__zP8tB .swiper-slide {
    filter: brightness(50%) !important;
}
@media (max-width: 865px) {
    .BundlesWrap_bundles-slider-wrap__zP8tB .swiper-slide {
        height: -moz-fit-content;
        height: fit-content;
    }
}
@media (min-width: 866px) {
    .BundlesWrap_bundles-slider-wrap__zP8tB .swiper-slide {
        width: 35%;
        min-width: 550px;
    }
}
@media (min-width: 1025px) {
    .BundlesWrap_bundles-slider-wrap__zP8tB .swiper-slide {
        min-width: 610px;
    }
}
@media (min-width: 1440px) {
    .BundlesWrap_bundles-slider-wrap__zP8tB .swiper-slide {
        min-width: 680px;
    }
}
@media (min-width: 1530px) {
    .BundlesWrap_bundles-slider-wrap__zP8tB .swiper-slide {
        min-width: 740px;
    }
}
@media (min-width: 1680px) {
    .BundlesWrap_bundles-slider-wrap__zP8tB .swiper-slide {
        min-width: 760px;
    }
}
.BundlesWrap_bundles-slider-wrap__zP8tB .swiper-slide-active {
    filter: brightness(100%) !important;
}
.ShopBuffs_wrapper__ot9Cv {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    background: var(--box-bg);
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}
.ShopBuffs_wrapper__ot9Cv .ShopBuffs_cart__NgTT6 {
    position: relative;
    padding: 1rem 2rem;
    background: none;
    border: none;
}
.ShopBuffs_wrapper__ot9Cv .ShopBuffs_buff-item__t9sya {
    position: relative;
    height: 222px;
    margin: var(--mg-7) 0 0;
}
.ShopBuffs_buffs-container__zVM_h {
    padding: var(--pd-5) var(--pd-4) 60px;
    border-bottom: 1px solid var(--border-color);
}
.ShopBuffs_buffs-container__zVM_h .swiper-wrapper {
    z-index: 2;
}
.ShopBuffs_buffs-container__zVM_h .swiper {
    overflow: visible;
    padding: 10px 0 60px;
}
.ShopBuffs_buffs-container__zVM_h .swiper-button-next,
.ShopBuffs_buffs-container__zVM_h .swiper-button-prev {
    top: unset;
    bottom: 5px;
    width: 36px;
    height: 36px;
    border: none;
    color: var(--white);
    background: radial-gradient(94.95% 341.82% at 103.54% -12.5%, rgba(210, 0, 120, 0.5) 0, rgba(210, 0, 120, 0) 100%), #0d82ec;
    box-shadow: 0 10px 20px rgba(47, 53, 158, 0.25), 0 5px 10px rgba(50, 55, 140, 0.5), inset 0 2px 2px rgba(255, 255, 255, 0.2), inset 0 -2px 2px rgba(9, 34, 57, 0.25);
    z-index: 2;
}
.ShopBuffs_buffs-container__zVM_h .swiper-button-next:hover,
.ShopBuffs_buffs-container__zVM_h .swiper-button-prev:hover {
    border: none;
    background: #7041b2;
    color: var(--white);
    box-shadow: 0 10px 20px rgba(112, 65, 178, 0.25), 0 5px 10px rgba(112, 65, 178, 0.5), inset 0 2px 2px rgba(255, 255, 255, 0.2), inset 0 -2px 2px rgba(9, 34, 57, 0.25);
}
.ShopBuffs_buffs-container__zVM_h .swiper-button-next:hover .ShopBuffs_icon___Jv62,
.ShopBuffs_buffs-container__zVM_h .swiper-button-prev:hover .ShopBuffs_icon___Jv62 {
    color: var(--white);
}
.ShopBuffs_buffs-container__zVM_h .swiper-button-next:before,
.ShopBuffs_buffs-container__zVM_h .swiper-button-prev:before {
    box-shadow: none;
    background: none;
}
.ShopBuffs_buffs-container__zVM_h .swiper-pagination {
    bottom: -4px;
    z-index: 1;
}
.ShopBuffs_buffs-container__zVM_h .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.ShopBuffs_buffs-container__zVM_h .swiper-pagination-bullet-active {
    position: relative;
    background: #0093f3;
    box-shadow: 0 0 5px 2px rgba(0, 147, 243, 0.5);
}
.ShopBuffs_buffs-container__zVM_h .swiper-pagination-bullet-active:after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: calc(100% + 5px);
    height: calc(100% + 5px);
    border: 2px solid var(--border-color);
    border-radius: 50%;
    content: "";
}
@media (max-width: 767px) {
    .ShopBuffs_buffs-container__zVM_h {
        padding: var(--pd-7) var(--pd-4) 60px;
    }
}
.ShopBuffs_buffs-list___VFEr {
    height: 100%;
    min-height: 280px;
}
.ShopBuffs_coupon-input__jI3pO {
    position: absolute;
    bottom: 90px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
@media (max-width: 1024px) {
    .ShopBuffs_coupon-input__jI3pO {
        bottom: 124px;
    }
}
@media (max-width: 780px) {
    .ShopBuffs_coupon-input__jI3pO {
        bottom: 90px;
    }
    .ShopBuffs_coupon-input__jI3pO.ShopBuffs_with-active-cart__oS5h4 {
        bottom: 170px;
    }
}
.ShopBuffs_currencies-switcher__9DWNb {
    position: absolute;
    top: var(--pd-3);
    right: var(--pd-3);
}
.ShopSkinPacks_wrapper__4b15S {
    --preview-h: 180px;
    --wrapper-h: 600px;
    min-height: var(--wrapper-h);
}
@media (min-width: 1990px) {
    .ShopSkinPacks_wrapper__4b15S {
        --wrapper-h: 660px;
    }
}
.ShopSkinPacks_items-list__ErCRs {
    display: grid;
    grid-gap: var(--pd-2);
    gap: var(--pd-2);
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
.ShopSkinPacks_item__VxBAV {
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid var(--border-color);
    background: rgba(255, 255, 255, 0.1);
}
.ShopSkinPacks_name__rHeCB {
    position: relative;
    height: 30px;
    padding: 0 var(--pd-3);
    font-size: var(--font-sm);
    font-weight: 800;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
}
.ShopSkinPacks_classes__8JCYQ {
    padding: var(--pd-2) var(--pd-3) 0;
}
.ShopSkinPacks_preview-block__KFffu {
    position: relative;
    overflow: hidden;
    height: 100%;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    background: var(--skin-pack-preview-bg);
    box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.12);
    padding-bottom: var(--pd-2);
}
.ShopSkinPacks_preview-block__KFffu .ShopSkinPacks_video__ZWLbK {
    display: none;
}
.ShopSkinPacks_preview-block__KFffu.ShopSkinPacks_disabled__D861t {
    background: var(--skin-pack-preview-disabled-bg);
    box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.12);
}
.ShopSkinPacks_preview-block__KFffu:hover .ShopSkinPacks_video__ZWLbK {
    display: block;
}
.ShopSkinPacks_preview-block__KFffu:hover .ShopSkinPacks_image__edAsf {
    display: none;
}
.ShopSkinPacks_preview__d9Szo {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.ShopSkinPacks_image__edAsf,
.ShopSkinPacks_video__ZWLbK {
    width: 100%;
    height: var(--preview-h);
    max-width: 100%;
    object-fit: cover;
    border-radius: inherit;
}
.ShopSkinPacks_price-block__twVT7 {
    padding: var(--pd-2) var(--pd-3);
}
.ShopSkinPacks_price-value__az5tI {
    display: inline-block;
    color: var(--white);
    font-size: var(--font-lg);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.ShopSkinPacks_price-value__az5tI b {
    font-size: var(--font-md);
    font-weight: 500;
    color: var(--yellow);
}
.ShopSkinPacks_old-price__pafeE {
    position: relative;
    display: inline-block;
    color: var(--white);
    font-size: var(--font-sm);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    opacity: 0.7;
}
.ShopSkinPacks_old-price__pafeE:before {
    display: block;
    position: absolute;
    top: 60%;
    left: 0;
    width: 120%;
    height: 2px;
    background: var(--color-light);
    transform: rotate(25deg) translateY(-50%) translateX(-20%);
    content: "";
}
.ShopSkinPacks_available-to__mE0iZ {
    position: absolute;
    display: flex;
    top: 15px;
    left: 10px;
    width: auto;
    height: 24px;
    padding: 0 var(--pd-2);
    border-radius: 16px;
    font-size: var(--font-xs);
    color: var(--white);
    z-index: 1;
    background: linear-gradient(90deg, #ae00c1, #8527ff);
}
.ShopSkinPacks_circulation__w4W_l {
    font-weight: 800;
    color: rgba(255, 255, 255, 0.8);
    z-index: 1;
    background: linear-gradient(90deg, #c1003a, #ff2768);
}
.ShopSkinPacks_circulation__w4W_l b {
    letter-spacing: 1px;
    color: var(--white);
}
.ShopSkinPacks_price-label__F70_w {
    position: absolute;
    top: 15px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    z-index: 1;
    background: linear-gradient(90deg, #f9a825, #ff6f00);
    color: #fff;
    font-size: var(--font-xs);
    font-weight: 700;
    padding: 0 var(--pd-2) 0 16px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-clip-path: polygon(15% 50%, 0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(15% 50%, 0 0, 100% 0, 100% 100%, 0 100%);
}
.ShopSkinPacks_disabled-label__RMsdp {
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    font-size: var(--font-sm);
    font-style: normal;
    font-weight: 500;
    line-height: 115%;
}
.ShopSkinPacks_no-data-msg___kz3e {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: var(--font-xxlg);
    color: var(--color-gray);
}
.ShopSkinPacks_buy-btn__iyM9U {
    height: var(--btn-sm-height);
    text-transform: uppercase;
}
.ShopSkinPacks_filter-select__OcmVi {
    height: var(--btn-sm-height);
    min-width: 250px;
    background: var(--box-bg);
    border: 1px solid var(--border-color);
}
.ShopSkinPacks_filter-select__OcmVi:hover {
    border: 1px solid var(--border-active);
}
