.user-info[data-v-5d470ef2] {
    position: relative
}

.user-info .notifier[data-v-5d470ef2] {
    position: absolute;
    left: -230px;
    top: calc(100% + 10px);
    z-index: 999999;
    width: 312px;
    background: #151527;
    box-shadow: 0 0 24px rgba(0, 0, 0, .25);
    padding: 17px 18px
}

.user-info .notifier[data-v-5d470ef2]:after {
    position: absolute;
    top: -3px;
    width: 48px;
    height: 48px;
    background: #151527;
    content: "";
    display: block;
    transform: rotate(45deg);
    right: 43px
}

.user-info .notifier .notify__item[data-v-5d470ef2] {
    border-bottom: 1px solid #333
}

.user-info .notifier .notify__item .date[data-v-5d470ef2] {
    width: 100%;
    font-size: 12px;
    line-height: 14px;
    color: #4f4e63;
    display: block;
    margin-bottom: 7px
}

.user-info .notifier .notify__item .title[data-v-5d470ef2] {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 10px;
    width: 100%;
    color: #ffb800
}

.user-info .notifier .notify__item .text[data-v-5d470ef2] {
    font-size: 14px;
    line-height: 17px;
    color: #8f8ea5;
    margin-bottom: 14px;
    width: 100%
}

.user-info .notifier .notify__item button[data-v-5d470ef2] {
    background: #ffb800;
    border-radius: 4px;
    padding: 13px 0;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    display: block;
    color: #2e2e2e
}

.user-info .notifier .notify__item + .notify__item[data-v-5d470ef2] {
    margin-top: 17px
}

.auth-socials[data-v-5d470ef2] {
    display: flex
}

.auth-socials .auth-item[data-v-5d470ef2] {
    cursor: pointer;
    width: 54px;
    height: 54px;
    transform: skewX(-10deg);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center
}

.auth-socials .auth-item img[data-v-5d470ef2] {
    max-width: 20px;
    transform: skewX(10deg)
}

.auth-socials .auth-item.steam[data-v-5d470ef2] {
    background: linear-gradient(110.32deg, #ff6a6a -12.49%, red 90.22%)
}

.auth-socials .auth-item.facebook[data-v-5d470ef2] {
    background: linear-gradient(110.32deg, #9adbff -12.49%, #0085ff 90.22%)
}

.auth-socials .auth-item.vk[data-v-5d470ef2] {
    background: linear-gradient(110.32deg, #675cfb -12.49%, #b518ff 90.22%)
}

.auth-socials .auth-item.google[data-v-5d470ef2] {
    background: linear-gradient(146.95deg, #52ff00 -13.36%, #00800d 114.1%), #c4c4c4
}

.auth-socials .auth-item.instagram[data-v-5d470ef2] {
    background: linear-gradient(53.7deg, #efc32f -4.71%, #eb2103 57.55%, #951a93 95.29%), #c4c4c4
}

.auth-socials .auth-item + .auth-item[data-v-5d470ef2] {
    margin-left: 10px
}

.user[data-v-5d470ef2] {
    display: flex;
    align-items: center
}

.user .notify[data-v-5d470ef2] {
    cursor: pointer;
    position: relative;
    width: 27px;
    margin-right: 12.6px
}

.user .notify img[data-v-5d470ef2] {
    width: 27px
}

.user .notify .dot[data-v-5d470ef2] {
    position: absolute;
    top: -1px;
    right: 1px;
    background: #ff2525;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    animation-name: blinker-data-v-5d470ef2;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(1, 0, 0, 1);
    animation-duration: 1s;
    -webkit-animation-name: blinker-data-v-5d470ef2;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
    -webkit-animation-duration: 1s
}

@keyframes blinker-data-v-5d470ef2 {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes blinker-data-v-5d470ef2 {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.user .user__body[data-v-5d470ef2] {
    display: flex;
    align-items: center
}

.user .user__body .avatar[data-v-5d470ef2] {
    width: 59px;
    margin-right: 14.6px
}

.user .user__body .avatar img[data-v-5d470ef2] {
    width: 100%;
    border-radius: 100%
}

.user .user__body .info[data-v-5d470ef2] {
    width: 95px
}

.user .user__body .info .nickname[data-v-5d470ef2] {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 5px
}

.user .balance[data-v-5d470ef2] {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #ffb800
}

.user .deposit[data-v-5d470ef2] {
    background: #009f40;
    border-radius: 6px;
    padding: 12px 22px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px
}

.user .mobile[data-v-5d470ef2] {
    display: none
}

.user .exit[data-v-5d470ef2] {
    margin-left: 24px;
    cursor: pointer;
    width: 21px
}

.user .exit img[data-v-5d470ef2] {
    width: 100%
}

@media screen and (max-width: 1800px) {
    .user-info .auth-socials .auth-item[data-v-5d470ef2] {
        width: 46px;
        height: 46px
    }

    .user-info .auth-socials .auth-item img[data-v-5d470ef2] {
        width: 18px
    }

    .user .notify[data-v-5d470ef2] {
        width: 22px;
        margin-right: 10.6px
    }

    .user .notify img[data-v-5d470ef2] {
        width: 23px
    }

    .user .notify .dot[data-v-5d470ef2] {
        width: 6px;
        height: 6px
    }

    .user .user__body .avatar[data-v-5d470ef2] {
        width: 51px;
        margin-right: 9.6px
    }

    .user .user__body .info .nickname[data-v-5d470ef2] {
        font-size: 16px
    }

    .user .user__body .info .balance[data-v-5d470ef2] {
        font-size: 13px
    }

    .user .deposit[data-v-5d470ef2] {
        padding: 10px 17px;
        font-weight: 500;
        font-size: 13px
    }

    .user .exit[data-v-5d470ef2] {
        margin-left: 18px
    }
}

@media screen and (max-width: 1400px) {
    .user-info .auth-socials .auth-item[data-v-5d470ef2] {
        width: 36px;
        height: 36px
    }

    .user-info .auth-socials .auth-item img[data-v-5d470ef2] {
        width: 14px
    }
}

@media screen and (max-width: 1200px) {
    .user-info .auth-socials .auth-item[data-v-5d470ef2] {
        width: 33px;
        height: 33px
    }

    .user-info .auth-socials .auth-item img[data-v-5d470ef2] {
        width: 13px
    }

    .user .deposit[data-v-5d470ef2] {
        display: none
    }

    .user .user__body .avatar[data-v-5d470ef2] {
        width: 35px;
        margin-right: 8px
    }

    .user .user__body .info[data-v-5d470ef2] {
        width: 70px
    }

    .user .exit[data-v-5d470ef2] {
        margin-left: 0
    }
}

@media screen and (max-width: 992px) {
    .user .deposit[data-v-5d470ef2], .user .exit[data-v-5d470ef2] {
        display: none
    }

    .user .user__body .avatar[data-v-5d470ef2] {
        width: 34px;
        margin-right: 7.2px
    }

    .user-info[data-v-5d470ef2] {
        margin-left: auto
    }

    .user[data-v-5d470ef2] {
        margin-right: 15px
    }

    .user .user__body .info .nickname[data-v-5d470ef2] {
        font-weight: 500;
        font-size: 13px;
        line-height: 15px;
        margin-bottom: 2px
    }

    .user .user__body .info .balance[data-v-5d470ef2] {
        font-size: 12px;
        line-height: 14px
    }

    .user .notify[data-v-5d470ef2] {
        margin-right: 8px
    }

    .user .notify img[data-v-5d470ef2] {
        width: 20px
    }

    .user .notify .dot[data-v-5d470ef2] {
        top: -1px;
        right: 5px
    }
}

@media screen and (max-width: 420px) {
    .user-info .notifier[data-v-5d470ef2] {
        left: -50%;
        width: 279px
    }

    .user-info .notifier[data-v-5d470ef2]:after {
        position: absolute;
        top: -3px;
        width: 30px;
        height: 30px;
        background: #151527;
        content: "";
        display: block;
        transform: rotate(45deg);
        right: 133px
    }
}

.user-info[data-v-7c1f1fc4] {
    position: relative
}

.auth-socials[data-v-7c1f1fc4] {
    padding-bottom: 10px;
    background: #14132b;
    display: flex;
    justify-content: center;
    padding-top: 10px
}

.auth-socials .auth-item[data-v-7c1f1fc4] {
    cursor: pointer;
    width: 54px;
    height: 54px;
    transform: skewX(-10deg);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center
}

.auth-socials .auth-item img[data-v-7c1f1fc4] {
    max-width: 20px;
    transform: skewX(10deg)
}

.auth-socials .auth-item.steam[data-v-7c1f1fc4] {
    background: linear-gradient(110.32deg, #ff6a6a -12.49%, red 90.22%)
}

.auth-socials .auth-item.facebook[data-v-7c1f1fc4] {
    background: linear-gradient(110.32deg, #9adbff -12.49%, #0085ff 90.22%)
}

.auth-socials .auth-item.vk[data-v-7c1f1fc4] {
    background: linear-gradient(110.32deg, #675cfb -12.49%, #b518ff 90.22%)
}

.auth-socials .auth-item.google[data-v-7c1f1fc4] {
    background: linear-gradient(146.95deg, #52ff00 -13.36%, #00800d 114.1%), #c4c4c4
}

.auth-socials .auth-item.instagram[data-v-7c1f1fc4] {
    background: linear-gradient(53.7deg, #efc32f -4.71%, #eb2103 57.55%, #951a93 95.29%), #c4c4c4
}

.auth-socials .auth-item + .auth-item[data-v-7c1f1fc4] {
    margin-left: 10px
}

.user[data-v-7c1f1fc4] {
    padding-top: 8px;
    padding-bottom: 8px;
    background: #14132b;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 13px;
    padding-right: 18px
}

.user .notify[data-v-7c1f1fc4] {
    cursor: pointer;
    position: relative;
    width: 27px;
    margin-right: 12.6px
}

.user .notify img[data-v-7c1f1fc4] {
    width: 27px
}

.user .notify .dot[data-v-7c1f1fc4] {
    position: absolute;
    top: -1px;
    right: 1px;
    background: #ff2525;
    width: 8px;
    height: 8px;
    border-radius: 100%
}

.user .user__body[data-v-7c1f1fc4] {
    display: flex;
    align-items: center
}

.user .user__body .avatar[data-v-7c1f1fc4] {
    width: 54px;
    margin-right: 13.6px
}

.user .user__body .avatar img[data-v-7c1f1fc4] {
    width: 100%;
    border-radius: 100%
}

.user .user__body .info[data-v-7c1f1fc4] {
    width: 95px
}

.user .user__body .info .nickname[data-v-7c1f1fc4] {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 5px
}

.user .balance[data-v-7c1f1fc4] {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #ffb800
}

.user .deposit[data-v-7c1f1fc4] {
    background: #009f40;
    padding: 7px 13px;
    font-weight: 500;
    font-size: 15px;
    border-radius: 12px;
    line-height: 18px
}

@media screen and (max-width: 1800px) {
    .user-info .auth-socials .auth-item[data-v-7c1f1fc4] {
        width: 46px;
        height: 46px
    }

    .user-info .auth-socials .auth-item img[data-v-7c1f1fc4] {
        width: 18px
    }

    .user .notify[data-v-7c1f1fc4] {
        width: 22px;
        margin-right: 10.6px
    }

    .user .notify img[data-v-7c1f1fc4] {
        width: 23px
    }

    .user .notify .dot[data-v-7c1f1fc4] {
        width: 6px;
        height: 6px
    }

    .user .user__body .avatar[data-v-7c1f1fc4] {
        width: 51px;
        margin-right: 9.6px
    }

    .user .user__body .info .nickname[data-v-7c1f1fc4] {
        font-size: 16px
    }

    .user .user__body .info .balance[data-v-7c1f1fc4] {
        font-size: 13px
    }

    .user .deposit[data-v-7c1f1fc4] {
        padding: 7px 13px;
        font-weight: 500;
        font-size: 13px
    }

    .user .exit[data-v-7c1f1fc4] {
        margin-left: 18px
    }
}

@media screen and (max-width: 1400px) {
    .user-info .auth-socials .auth-item[data-v-7c1f1fc4] {
        width: 36px;
        height: 36px
    }

    .user-info .auth-socials .auth-item img[data-v-7c1f1fc4] {
        width: 14px
    }
}

@media screen and (max-width: 1200px) {
    .user-info .auth-socials .auth-item[data-v-7c1f1fc4] {
        width: 33px;
        height: 33px
    }

    .user-info .auth-socials .auth-item img[data-v-7c1f1fc4] {
        width: 13px
    }
}

.wrapper-mobile-menu[data-v-48a0ebc1] {
    position: fixed;
    background: rgba(0, 0, 0, .7);
    height: calc(100vh - 61px);
    width: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
    top: 61px;
    z-index: 9999999999
}

.mobile-menu[data-v-48a0ebc1] {
    width: 265px;
    background: #19182f;
    box-shadow: 0 4px 111px #000;
    padding: 0;
    height: 100vh;
    right: 0
}

.nav[data-v-48a0ebc1] {
    padding: 18px 0;
    padding-left: 12px;
    padding-right: 18px
}

.nav a[data-v-48a0ebc1] {
    border: 1px solid #444363;
    border-radius: 5px;
    padding: 11px 12px;
    text-align: center;
    cursor: pointer;
    transform: skewX(-10deg);
    transition: all .2s;
    display: block;
    background: 0 0
}

.nav a span[data-v-48a0ebc1] {
    transition: .2s;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    display: block;
    transform: skewX(10deg)
}

.nav a[data-v-48a0ebc1]:hover:not(.green) {
    background: linear-gradient(119.96deg, #ffe711 -17.31%, #ffb800 69.55%)
}

.nav a:hover:not(.green) span[data-v-48a0ebc1] {
    color: #100f20
}

.nav a.active[data-v-48a0ebc1]:not(.green) {
    background: linear-gradient(119.96deg, #ffe711 -17.31%, #ffb800 69.55%)
}

.nav a.active:not(.green) span[data-v-48a0ebc1] {
    color: #100f20;
    font-weight: 700
}

.nav a.green[data-v-48a0ebc1] {
    background: linear-gradient(5.95deg, #00ff38 -90.75%, transparent 92.12%);
    border: .5px solid #00ff38;
    padding: 12px 28px
}

.nav a + a[data-v-48a0ebc1] {
    margin-top: 20px
}

.sound[data-v-48a0ebc1] {
    background: #14132b;
    padding: 15px 25px;
    display: flex;
    align-items: center
}

.sound .img[data-v-48a0ebc1] {
    margin-right: 8px;
    margin-top: 3px
}

.sound span[data-v-48a0ebc1] {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #5e5b77;
    margin-right: 4px
}

.sound em[data-v-48a0ebc1] {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #ffb800
}

.socials[data-v-48a0ebc1] {
    display: flex;
    justify-content: space-between;
    padding-top: 24px;
    padding-bottom: 18px;
    padding-left: 16px;
    padding-right: 16px
}

.socials .social__item[data-v-48a0ebc1] {
    width: 43px;
    height: 43px;
    background: #100f20;
    border-radius: 5px;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    transform: skewX(-10deg)
}

.socials .social__item svg[data-v-48a0ebc1] {
    transition: .2s;
    display: block;
    transform: skewX(10deg)
}

.socials .social__item svg path[data-v-48a0ebc1] {
    transition: .2s
}

.socials .social__item[data-v-48a0ebc1]:hover {
    background: linear-gradient(11.41deg, #0596ff -35.12%, transparent 120.37%);
    border: .5px solid #00b2ff
}

.socials .social__item:hover svg path[data-v-48a0ebc1] {
    fill: #fff
}

.socials .social__item + .social__item[data-v-48a0ebc1] {
    margin-left: 10px
}

.wrapper[data-v-48a0ebc1] {
    padding-left: 14px;
    padding-right: 18px
}

.open-chat[data-v-48a0ebc1] {
    display: flex;
    align-items: center;
    padding: 11px 0;
    padding-left: 22px;
    padding-right: 21px;
    background: #100f20;
    border-radius: 8px
}

.open-chat .icon[data-v-48a0ebc1] {
    margin-right: 9px
}

.open-chat span[data-v-48a0ebc1] {
    font-weight: 500;
    font-size: 13px;
    line-height: 15px
}

.open-chat .arrow[data-v-48a0ebc1] {
    margin-left: auto;
    display: flex
}

.header[data-v-99368da2] {
    background: #131225;
    padding-top: 29px;
    padding-bottom: 43px
}

.header .header__body[data-v-99368da2] {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.header .header__body .logo[data-v-99368da2] {
    width: 243px
}

.header .header__body .logo img[data-v-99368da2] {
    width: 100%
}

.header .header__body nav[data-v-99368da2] {
    display: flex
}

.header .header__body nav a[data-v-99368da2] {
    border: 1px solid #444363;
    border-radius: 5px;
    padding: 12px 44px;
    cursor: pointer;
    transform: skewX(-10deg);
    transition: all .2s;
    display: block;
    background: 0 0
}

.header .header__body nav a span[data-v-99368da2] {
    transition: .2s;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    display: block;
    transform: skewX(10deg)
}

.header .header__body nav a[data-v-99368da2]:hover:not(.green) {
    background: linear-gradient(119.96deg, #ffe711 -17.31%, #ffb800 69.55%)
}

.header .header__body nav a:hover:not(.green) span[data-v-99368da2] {
    color: #100f20
}

.header .header__body nav a.active[data-v-99368da2]:not(.green) {
    background: linear-gradient(119.96deg, #ffe711 -17.31%, #ffb800 69.55%)
}

.header .header__body nav a.active:not(.green) span[data-v-99368da2] {
    color: #100f20;
    font-weight: 700
}

.header .header__body nav a.green[data-v-99368da2] {
    background: linear-gradient(5.95deg, #00ff38 -90.75%, transparent 92.12%);
    border: .5px solid #00ff38;
    padding: 12px 28px
}

.header .header__body nav a + a[data-v-99368da2] {
    margin-left: 9px
}

.header .header__body .socials[data-v-99368da2] {
    display: flex
}

.header .header__body .socials .social__item[data-v-99368da2] {
    width: 43px;
    height: 43px;
    background: #100f20;
    border-radius: 5px;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    transform: skewX(-10deg)
}

.header .header__body .socials .social__item svg[data-v-99368da2] {
    transition: .2s;
    display: block;
    transform: skewX(10deg)
}

.header .header__body .socials .social__item svg path[data-v-99368da2] {
    transition: .2s
}

.header .header__body .socials .social__item[data-v-99368da2]:hover {
    background: linear-gradient(11.41deg, #0596ff -35.12%, transparent 120.37%);
    border: .5px solid #00b2ff
}

.header .header__body .socials .social__item:hover svg path[data-v-99368da2] {
    fill: #fff
}

.header .header__body .socials .social__item + .social__item[data-v-99368da2] {
    margin-left: 10px
}

.header .header__body .sound[data-v-99368da2] {
    width: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.header .header__body .burger[data-v-99368da2] {
    width: 22px;
    display: none
}

.header .header__body .burger img[data-v-99368da2] {
    width: 100%
}

@media screen and (max-width: 1800px) {
    .header[data-v-99368da2] {
        padding-top: 26px;
        padding-bottom: 26px
    }

    .header .header__body .logo[data-v-99368da2] {
        width: 180px
    }

    .header .header__body nav a[data-v-99368da2] {
        padding: 11px 29px
    }
}

@media screen and (max-width: 1400px) {
    .header .header__body .logo[data-v-99368da2] {
        width: 125px
    }

    .header .header__body nav a[data-v-99368da2] {
        padding: 11px 21px
    }

    .header .header__body nav a span[data-v-99368da2] {
        font-size: 13px;
        line-height: 15px
    }

    .header .header__body nav a.green[data-v-99368da2] {
        padding: 11px 21px
    }

    .header .header__body .sound svg[data-v-99368da2] {
        width: 27px;
        height: 27px
    }
}

@media screen and (max-width: 1200px) {
    .header .header__body nav a[data-v-99368da2] {
        padding: 9px 16px
    }

    .header .header__body nav a.green[data-v-99368da2] {
        padding: 9px 18px
    }

    .header .header__body nav a + a[data-v-99368da2] {
        margin-left: 8px
    }

    .header .header__body .socials .social__item[data-v-99368da2] {
        width: 36px;
        height: 36px
    }

    .header .header__body .sound[data-v-99368da2] {
        width: 25px
    }
}

@media screen and (max-width: 992px) {
    .header[data-v-99368da2] {
        position: sticky;
        top: 0;
        z-index: 999999999999;
        padding: 0;
        height: 61px
    }

    .header .logo[data-v-99368da2], .header[data-v-99368da2] {
        display: flex;
        align-items: center
    }

    .header .header__body .burger[data-v-99368da2] {
        display: block
    }
}

@media screen and (max-width: 575px) {
    .header .header__body .logo[data-v-99368da2] {
        max-width: 100%
    }
}

.agile__slide[data-v-0bca687a] {
    padding-right: 15px
}

.mixer[data-v-0bca687a] {
    background: #0e0d1e
}

.mixer .mixer__body[data-v-0bca687a] {
    display: flex;
    padding: 17px 0;
    align-items: center
}

.mixer .mixer__body .img[data-v-0bca687a] {
    width: 281px;
    margin-right: 32px;
    min-width: 281px
}

.mixer .mixer__body .img img[data-v-0bca687a] {
    max-width: 100%
}

.mixer .mixer__body .mixes[data-v-0bca687a] {
    flex-grow: 1;
    overflow: hidden
}

.mixer .mixer__body .mixes .mixes__item[data-v-0bca687a] {
    padding-top: 9px;
    padding-bottom: 14px;
    display: flex;
    padding-right: 16px;
    position: relative
}

.mixer .mixer__body .mixes .mixes__item .selecting-blocks[data-v-0bca687a] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.mixer .mixer__body .mixes .mixes__item .selecting-blocks > div[data-v-0bca687a] {
    width: 9.9px;
    height: 9.9px;
    position: absolute;
    background: 0 0
}

.mixer .mixer__body .mixes .mixes__item .selecting-blocks .left-top[data-v-0bca687a] {
    left: 0;
    top: 0;
    border-top: 1px solid #ff005c;
    border-left: 1px solid #ff005c
}

.mixer .mixer__body .mixes .mixes__item .selecting-blocks .right-top[data-v-0bca687a] {
    right: 0;
    top: 0;
    border-top: 1px solid #ff005c;
    border-right: 1px solid #ff005c
}

.mixer .mixer__body .mixes .mixes__item .selecting-blocks .left-bottom[data-v-0bca687a] {
    left: 0;
    bottom: 0;
    border-bottom: 1px solid #ff005c;
    border-left: 1px solid #ff005c
}

.mixer .mixer__body .mixes .mixes__item .selecting-blocks .right-bottom[data-v-0bca687a] {
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #ff005c;
    border-right: 1px solid #ff005c
}

.mixer .mixer__body .mixes .mixes__item .selecting-blocks .left-top-yellow[data-v-0bca687a] {
    left: 0;
    top: 0;
    border-top: 1px solid #ffb800;
    border-left: 1px solid #ffb800
}

.mixer .mixer__body .mixes .mixes__item .selecting-blocks .right-top-yellow[data-v-0bca687a] {
    right: 0;
    top: 0;
    border-top: 1px solid #ffb800;
    border-right: 1px solid #ffb800
}

.mixer .mixer__body .mixes .mixes__item .selecting-blocks .left-bottom-yellow[data-v-0bca687a] {
    left: 0;
    bottom: 0;
    border-bottom: 1px solid #ffb800;
    border-left: 1px solid #ffb800
}

.mixer .mixer__body .mixes .mixes__item .selecting-blocks .right-bottom-yellow[data-v-0bca687a] {
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #ffb800;
    border-right: 1px solid #ffb800
}

.mixer .mixer__body .mixes .mixes__item .description[data-v-0bca687a] {
    width: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 12px;
    padding-top: 4px
}

.mixer .mixer__body .mixes .mixes__item .description .title[data-v-0bca687a] {
    display: flex;
    align-items: center
}

.mixer .mixer__body .mixes .mixes__item .description .title svg[data-v-0bca687a] {
    margin-right: 7px
}

.mixer .mixer__body .mixes .mixes__item .description .title span[data-v-0bca687a] {
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: .11em
}

.mixer .mixer__body .mixes .mixes__item .description .timer .time[data-v-0bca687a] {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 9px
}

.mixer .mixer__body .mixes .mixes__item .description .timer .progress[data-v-0bca687a] {
    width: 100%;
    height: 3px;
    background: hsla(0, 0%, 100%, .15)
}

.mixer .mixer__body .mixes .mixes__item .description .timer .progress .progress-fill[data-v-0bca687a] {
    height: 100%
}

.mixer .mixer__body .mixes .mixes__item .description .info[data-v-0bca687a] {
    padding-bottom: 36px;
    margin-top: 10px
}

.mixer .mixer__body .mixes .mixes__item .description .info .d-flex[data-v-0bca687a] {
    display: flex
}

.mixer .mixer__body .mixes .mixes__item .description .info .d-flex .indicator-item + .indicator-item[data-v-0bca687a] {
    margin-left: 15px
}

.mixer .mixer__body .mixes .mixes__item .description .info .d-flex + .d-flex[data-v-0bca687a] {
    margin-top: 4px
}

.mixer .mixer__body .mixes .mixes__item .description .info .indicator-item[data-v-0bca687a] {
    display: flex;
    align-items: center
}

.mixer .mixer__body .mixes .mixes__item .description .info .indicator-item svg[data-v-0bca687a] {
    margin-right: 5px
}

.mixer .mixer__body .mixes .mixes__item .description .info .indicator-item span[data-v-0bca687a] {
    font-weight: 500;
    font-size: 13px;
    line-height: 15px
}

.mixer .mixer__body .mixes .mixes__item .description .join[data-v-0bca687a] {
    background: #ff005c;
    padding: 11px 23px;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    position: absolute;
    right: 0;
    bottom: 0
}

.mixer .mixer__body .mixes .mixes__item .skin[data-v-0bca687a] {
    flex-grow: 1;
    overflow: hidden
}

.mixer .mixer__body .mixes .mixes__item .skin .image[data-v-0bca687a] {
    width: 84px;
    height: 84px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
    position: relative
}

.mixer .mixer__body .mixes .mixes__item .skin .image img[data-v-0bca687a] {
    position: absolute
}

.mixer .mixer__body .mixes .mixes__item .skin .name[data-v-0bca687a] {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    margin-top: 4px
}

.mixer .mixer__body .mixes .mixes__item.purple[data-v-0bca687a] {
    background: linear-gradient(270deg, rgba(250, 0, 255, .2) -193.99%, transparent 123.73%)
}

.mixer .mixer__body .mixes .mixes__item.purple .description .title span[data-v-0bca687a] {
    color: #fa00ff
}

.mixer .mixer__body .mixes .mixes__item.purple .description .timer .progress .progress-fill[data-v-0bca687a] {
    background: #fa00ff;
    box-shadow: 0 0 7px rgba(250, 0, 255, .48)
}

.mixer .mixer__body .mixes .mixes__item.purple .skin .image[data-v-0bca687a] {
    background: url(/img/circle-purple.png);
    background-size: 122px 122px;
    background-position: 50%
}

.mixer .mixer__body .mixes .mixes__item.pink[data-v-0bca687a] {
    background: linear-gradient(270deg, rgba(255, 0, 123, .2) -193.99%, transparent 123.73%)
}

.mixer .mixer__body .mixes .mixes__item.pink .description .title span[data-v-0bca687a] {
    color: #ff007a
}

.mixer .mixer__body .mixes .mixes__item.pink .description .timer .progress .progress-fill[data-v-0bca687a] {
    background: #ff007a;
    box-shadow: 0 0 7px rgba(255, 0, 123, .48)
}

.mixer .mixer__body .mixes .mixes__item.pink .skin .image[data-v-0bca687a] {
    background: url(/img/circle-pink.png);
    background-size: 122px 122px;
    background-position: 50%
}

.mixer .mixer__body .mixes .mixes__item.blue[data-v-0bca687a] {
    background: linear-gradient(270deg, rgba(0, 194, 255, .2) -193.99%, transparent 123.73%)
}

.mixer .mixer__body .mixes .mixes__item.blue .description .title span[data-v-0bca687a] {
    color: #00c2ff
}

.mixer .mixer__body .mixes .mixes__item.blue .description .timer .progress .progress-fill[data-v-0bca687a] {
    background: #00c2ff;
    box-shadow: 0 0 7px rgba(0, 194, 255, .48)
}

.mixer .mixer__body .mixes .mixes__item.blue .skin .image[data-v-0bca687a] {
    background: url(/img/circle-blue.png);
    background-size: 122px 122px;
    background-position: 50%
}

.mixer .mixer__body .mixes .mixes__item.red[data-v-0bca687a] {
    background: linear-gradient(270deg, rgba(255, 0, 92, .2) -193.99%, transparent 123.73%)
}

.mixer .mixer__body .mixes .mixes__item.red .description .title span[data-v-0bca687a] {
    color: #ff005c
}

.mixer .mixer__body .mixes .mixes__item.red .description .timer .progress .progress-fill[data-v-0bca687a] {
    background: #ff005c;
    box-shadow: 0 0 7px rgba(255, 0, 92, .48)
}

.mixer .mixer__body .mixes .mixes__item.red .skin .image[data-v-0bca687a] {
    background: url(/img/circle-red.png);
    background-size: 122px 122px;
    background-position: 50%
}

.mixer .mixer__body .mixes .mixes__item.gray[data-v-0bca687a] {
    background: linear-gradient(270deg, rgba(161, 157, 157, .2) -193.99%, transparent 123.73%)
}

.mixer .mixer__body .mixes .mixes__item.gray .description .title span[data-v-0bca687a] {
    color: #161, 157, 157
}

.mixer .mixer__body .mixes .mixes__item.gray .description .timer .progress .progress-fill[data-v-0bca687a] {
    background: #161, 157, 157;
    box-shadow: 0 0 7px rgba(255, 0, 92, .48)
}

.mixer .mixer__body .mixes .mixes__item.gray .skin .image[data-v-0bca687a] {
    background: url(/img/circle-gray.png);
    background-size: 122px 122px;
    background-position: 50%
}

.mixer .mixer__body .mixes .mixes__item.yellow[data-v-0bca687a] {
    background: linear-gradient(270deg, rgba(255, 184, 0, .2) -193.99%, transparent 123.73%)
}

.mixer .mixer__body .mixes .mixes__item.yellow .description .title span[data-v-0bca687a] {
    color: #ffb800
}

.mixer .mixer__body .mixes .mixes__item.yellow .description .timer .progress .progress-fill[data-v-0bca687a] {
    background: #ffb800;
    box-shadow: 0 0 7px rgba(255, 184, 0, .48)
}

.mixer .mixer__body .mixes .mixes__item.yellow .skin .image[data-v-0bca687a] {
    background: url(/img/circle-yellow.png);
    background-size: 122px 122px;
    background-position: 50%
}

@media screen and (max-width: 1800px) {
    .mixer .mixer__body .img[data-v-0bca687a] {
        width: 243px;
        margin-right: 25px
    }

    .mixer .mixer__body .mixes[data-v-0bca687a] {
        grid-gap: 16px
    }

    .mixer .mixer__body .mixes .mixes__item .skin .image[data-v-0bca687a] {
        background-size: 90px 90px !important;
        width: 60px;
        height: 60px
    }

    .mixer .mixer__body .mixes .mixes__item .skin .image img[data-v-0bca687a] {
        max-width: 100%;
        max-height: 55px
    }

    .mixer .mixer__body .mixes .mixes__item .skin .name[data-v-0bca687a] {
        font-size: 12px
    }

    .mixer .mixer__body .mixes .mixes__item .description .info[data-v-0bca687a] {
        padding-bottom: 24px;
        margin-top: 4px
    }

    .mixer .mixer__body .mixes .mixes__item .description .join[data-v-0bca687a] {
        padding: 8px 23px;
        font-size: 12px
    }

    .mixer .mixer__body .mixes .mixes__item .description .title span[data-v-0bca687a] {
        font-size: 12px
    }
}

@media screen and (max-width: 992px) {
    .mixer .mixer__body .img[data-v-0bca687a] {
        width: 193px;
        min-width: 190px;
        margin-right: 20px
    }
}

@media screen and (max-width: 768px) {
    .mixer .mixer__body .img[data-v-0bca687a] {
        display: none
    }
}

@media screen and (max-width: 600px) {
    .mixer .mixer__body[data-v-0bca687a] {
        padding: 10px 0
    }

    .agile__slide[data-v-0bca687a] {
        padding-right: 0
    }

    .skin .name[data-v-0bca687a] {
        width: 100%;
        padding: 0 5px;
        text-align: center
    }
}

.footer[data-v-b77bf4ca] {
    max-width: 100%;
    overflow: hidden;
    background: #0e0d1e
}

.footer .footer__body[data-v-b77bf4ca] {
    display: flex;
    padding: 39px 0;
    padding-left: 84px;
    align-items: center
}

.footer .footer__body .logo[data-v-b77bf4ca] {
    margin-right: 61px;
    width: 200px
}

.footer .footer__body .logo img[data-v-b77bf4ca] {
    width: 100%;
    max-width: 200px
}

.footer .footer__body .text[data-v-b77bf4ca] {
    font-weight: 500;
    font-size: 14px;
    line-height: 100.52%;
    margin-right: 81px;
    color: #403f4d;
    max-width: 250px
}

.footer .footer__body nav[data-v-b77bf4ca] {
    margin-left: 84px;
    display: flex
}

.footer .footer__body nav a[data-v-b77bf4ca] {
    background: #131225;
    border-radius: 6px;
    padding: 14px 24px;
    transform: skewX(-5deg);
    transition: .2s;
    display: block
}

.footer .footer__body nav a span[data-v-b77bf4ca] {
    transition: .2s;
    color: #8f8f8f;
    font-weight: 500;
    font-size: 14px;
    display: block;
    line-height: 17px;
    transform: skewX(5deg)
}

.footer .footer__body nav a[data-v-b77bf4ca]:hover {
    background: #ffb800
}

.footer .footer__body nav a:hover span[data-v-b77bf4ca] {
    color: #0e0d1e
}

.footer .footer__body nav a + a[data-v-b77bf4ca] {
    margin-left: 33px
}

.mobile__footer[data-v-b77bf4ca] {
    padding: 20px 0;
    display: none
}

.mobile__footer .container[data-v-b77bf4ca] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.mobile__footer .links[data-v-b77bf4ca] {
    margin-bottom: 16px
}

.mobile__footer .links a[data-v-b77bf4ca] {
    display: block;
    width: 100%
}

.mobile__footer .links a span[data-v-b77bf4ca] {
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    color: #666577;
    padding-bottom: 5px;
    border-bottom: 1px dashed #666577
}

.mobile__footer .links a + a[data-v-b77bf4ca] {
    margin-top: 12px
}

.mobile__footer .yellow-btn[data-v-b77bf4ca] {
    padding: 10px 16px;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: #ffb800;
    border-radius: 6px;
    transform: skewX(-10deg)
}

.mobile__footer .yellow-btn span[data-v-b77bf4ca] {
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    display: block;
    color: #0e0d1e;
    transform: skewX(10deg)
}

@media screen and (max-width: 1800px) {
    .footer .footer__body nav[data-v-b77bf4ca] {
        margin-left: 0
    }

    .footer .footer__body .text[data-v-b77bf4ca] {
        margin-right: 50px
    }

    .footer .footer__body .logo[data-v-b77bf4ca] {
        width: 200px
    }

    .footer .footer__body .logo img[data-v-b77bf4ca] {
        max-width: 200px
    }

    .footer .footer__body nav a[data-v-b77bf4ca] {
        padding: 14px 13px
    }
}

@media screen and (max-width: 1400px) {
    .footer .footer__body[data-v-b77bf4ca] {
        padding-bottom: 25px;
        padding-left: 0;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .footer .footer__body .logo[data-v-b77bf4ca] {
        order: 0
    }

    .footer .footer__body .logo img[data-v-b77bf4ca] {
        max-width: 200px
    }

    .footer .footer__body .text[data-v-b77bf4ca] {
        text-align: center;
        width: 100%;
        margin-right: 0;
        margin-top: 20px;
        max-width: 100%;
        order: 2
    }

    .footer .footer__body .text br[data-v-b77bf4ca] {
        display: none
    }

    .footer .footer__body nav[data-v-b77bf4ca] {
        order: 1
    }
}

@media screen and (max-width: 992px) {
    .footer .footer__body[data-v-b77bf4ca] {
        padding-top: 25px
    }

    .footer .footer__body .logo[data-v-b77bf4ca] {
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px;
        display: flex;
        justify-content: center
    }

    .footer .footer__body .logo img[data-v-b77bf4ca] {
        max-width: 200px
    }

    .footer .footer__body nav[data-v-b77bf4ca] {
        width: 100%;
        justify-content: space-between
    }
}

@media screen and (max-width: 768px) {
    .footer > .container[data-v-b77bf4ca] {
        display: none
    }

    .mobile__footer[data-v-b77bf4ca] {
        display: block
    }
}

.modal[data-v-99c275b8] {
    z-index: 9999999999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background: rgba(0, 0, 0, .7)
}

.modal .body[data-v-99c275b8] {
    background: #0e0d1e;
    border-radius: 16px;
    width: 760px;
    padding: 30px;
    position: relative
}

.modal .body .close[data-v-99c275b8] {
    position: absolute;
    right: 38px;
    top: 38px;
    cursor: pointer
}

.modal .body h2[data-v-99c275b8] {
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    display: block;
    margin-bottom: 36px
}

.modal .body .items[data-v-99c275b8] {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    grid-gap: 16px
}

.modal .body .items .item[data-v-99c275b8] {
    background: #201f32;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 111px
}

.modal .body .items .item input[data-v-99c275b8] {
    display: none
}

.modal .body .items .item label[data-v-99c275b8] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.modal .body .items .item input:checked + label[data-v-99c275b8] {
    background: #3d3c55
}

.modal .body .form[data-v-99c275b8] {
    margin-top: 45px;
    display: flex
}

.modal .body .form .input[data-v-99c275b8] {
    border: 1px solid #5a5875;
    border-radius: 9px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

.modal .body .form .input label[data-v-99c275b8] {
    border: 6px solid #0e0d1e;
    display: block;
    position: absolute;
    top: -16px;
    background: #0e0d1e;
    left: 22px;
    font-size: 15px;
    line-height: 18px;
    color: #ffb800
}

.modal .body .form .input input[data-v-99c275b8] {
    padding: 18px 22px;
    font-weight: 500;
    width: 150px;
    font-size: 25px;
    background: 0 0;
    flex-grow: 1;
    overflow: hidden;
    border: none;
    outline: none;
    line-height: 30px
}

.modal .body .form .input.promo[data-v-99c275b8] {
    flex-grow: 1;
    padding-right: 22px;
    margin-right: 11px
}

.modal .body .form .input.sum[data-v-99c275b8] {
    width: 219px;
    margin-right: 16px
}

.modal .body .form .input .unassign[data-v-99c275b8] {
    background: rgba(191, 72, 72, .16);
    border-radius: 5px;
    padding: 8.5px 17px;
    font-weight: 500;
    font-size: 13px;
    cursor: pointer;
    line-height: 15px;
    color: #9d6b6b;
    white-space: nowrap
}

.modal .body .form button[data-v-99c275b8] {
    background: #ffb800;
    border-radius: 9px;
    cursor: pointer;
    display: flex;
    padding: 0 51.5px;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .01em;
    color: #131225
}

@media screen and (max-width: 950px) {
    .modal[data-v-99c275b8] {
        padding-right: 20px;
        padding-left: 20px
    }

    .modal .body[data-v-99c275b8] {
        max-width: 100%
    }
}

@media screen and (max-width: 800px) {
    .modal .body .items[data-v-99c275b8] {
        grid-gap: 10px;
        grid-template-columns:repeat(4, 1fr)
    }

    .modal .body .items .item[data-v-99c275b8] {
        height: 86px
    }
}

@media screen and (max-width: 780px) {
    .modal .body .form[data-v-99c275b8] {
        flex-wrap: wrap
    }

    .modal .body .form button[data-v-99c275b8] {
        width: 100%;
        padding: 18px 0;
        margin-top: 15px
    }

    .modal .body .form .input.promo[data-v-99c275b8] {
        margin-right: 0
    }
}

@media screen and (max-width: 650px) {
    .modal .body h2[data-v-99c275b8] {
        margin-bottom: 20px;
        font-size: 18px
    }

    .modal .body .items[data-v-99c275b8] {
        grid-template-columns:repeat(3, 1fr)
    }

    .modal .body .items .item[data-v-99c275b8] {
        height: 70px
    }

    .modal .body .items .item label img[data-v-99c275b8] {
        width: 57px
    }

    .modal .body .form[data-v-99c275b8] {
        margin-top: 30px;
        flex-wrap: wrap
    }

    .modal .body .form .input[data-v-99c275b8] {
        width: 100%;
        flex-grow: unset
    }

    .modal .body .form .input.sum[data-v-99c275b8] {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px
    }
}

@media screen and (max-width: 575px) {
    .modal .body[data-v-99c275b8] {
        padding: 15px
    }

    .modal .body h2[data-v-99c275b8] {
        font-size: 14px
    }

    .modal .body .close[data-v-99c275b8] {
        top: 22px;
        right: 15px
    }

    .modal .body .items[data-v-99c275b8] {
        max-height: 40vh;
        overflow-y: auto;
        grid-template-columns:repeat(2, 1fr)
    }

    .modal .body .form .input input[data-v-99c275b8] {
        font-size: 16px
    }
}

.modal[data-v-4ee0b0b0] {
    z-index: 11000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background: rgba(0, 0, 0, .7)
}

.modal .body[data-v-4ee0b0b0] {
    background: #0e0d1e;
    border-radius: 16px;
    width: 700px;
    padding: 30px;
    position: relative
}

.modal .body .close[data-v-4ee0b0b0] {
    position: absolute;
    right: 38px;
    top: 38px;
    cursor: pointer
}

.modal .body .your_balance[data-v-4ee0b0b0] {
    font-size: 15px;
    font-weight: 500
}

.modal .body .your_balance em[data-v-4ee0b0b0] {
    color: #ffb800;
    font-style: normal;
    font-size: 16px
}

.modal .body h2[data-v-4ee0b0b0] {
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    display: block;
    margin-bottom: 28px
}

.modal .body .items[data-v-4ee0b0b0] {
    display: grid;
    grid-template-columns:repeat(5, 1fr);
    grid-gap: 16px
}

.modal .body .items .item[data-v-4ee0b0b0] {
    background: #201f32;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 111px
}

.modal .body .items .item input[data-v-4ee0b0b0] {
    display: none
}

.modal .body .items .item label[data-v-4ee0b0b0] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.modal .body .items .item input:checked + label[data-v-4ee0b0b0] {
    background: #3d3c55
}

.modal .body .form[data-v-4ee0b0b0] {
    margin-top: 45px;
    display: flex;
    justify-content: space-between
}

.modal .body .form button[data-v-4ee0b0b0]:disabled {
    opacity: .3
}

.modal .body .form .input[data-v-4ee0b0b0] {
    border: 1px solid #5a5875;
    border-radius: 9px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1
}

.modal .body .form .input label[data-v-4ee0b0b0] {
    border: 6px solid #0e0d1e;
    display: block;
    position: absolute;
    top: -16px;
    background: #0e0d1e;
    left: 22px;
    font-size: 15px;
    line-height: 18px;
    color: #ffb800
}

.modal .body .form .input input[data-v-4ee0b0b0] {
    padding: 18px 22px;
    font-weight: 500;
    width: 150px;
    font-size: 25px;
    background: 0 0;
    flex-grow: 1;
    overflow: hidden;
    border: none;
    outline: none;
    line-height: 30px
}

.modal .body .form .input input.fail-input[data-v-4ee0b0b0] {
    border: 1px solid red
}

.modal .body .form .input input[data-v-4ee0b0b0]::-moz-placeholder {
    font-size: 18px
}

.modal .body .form .input input[data-v-4ee0b0b0]:-ms-input-placeholder {
    font-size: 18px
}

.modal .body .form .input input[data-v-4ee0b0b0]::placeholder {
    font-size: 18px
}

.modal .body .form .input.promo[data-v-4ee0b0b0] {
    flex-grow: 1;
    padding-right: 22px;
    margin-right: 11px
}

.modal .body .form .input.sum[data-v-4ee0b0b0] {
    margin-right: 16px
}

.modal .body .form .input .unassign[data-v-4ee0b0b0] {
    background: rgba(191, 72, 72, .16);
    border-radius: 5px;
    padding: 8.5px 17px;
    font-weight: 500;
    font-size: 13px;
    cursor: pointer;
    line-height: 15px;
    color: #9d6b6b;
    white-space: nowrap
}

.modal .body .form button[data-v-4ee0b0b0] {
    background: #ffb800;
    border-radius: 9px;
    cursor: pointer;
    display: flex;
    padding: 0 51.5px;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .01em;
    color: #131225
}

@media screen and (max-width: 950px) {
    .modal[data-v-4ee0b0b0] {
        padding-right: 20px;
        padding-left: 20px
    }

    .modal .body[data-v-4ee0b0b0] {
        max-width: 100%
    }
}

@media screen and (max-width: 800px) {
    .modal .body .items[data-v-4ee0b0b0] {
        grid-gap: 10px;
        grid-template-columns:repeat(4, 1fr)
    }

    .modal .body .items .item[data-v-4ee0b0b0] {
        height: 86px
    }
}

@media screen and (max-width: 780px) {
    .modal .body .form[data-v-4ee0b0b0] {
        flex-wrap: wrap
    }

    .modal .body .form button[data-v-4ee0b0b0] {
        width: 100%;
        padding: 18px 0;
        margin-top: 15px
    }

    .modal .body .form .input.promo[data-v-4ee0b0b0] {
        margin-right: 0
    }
}

@media screen and (max-width: 650px) {
    .modal .body h2[data-v-4ee0b0b0] {
        margin-bottom: 20px;
        font-size: 18px
    }

    .modal .body .items[data-v-4ee0b0b0] {
        grid-template-columns:repeat(3, 1fr)
    }

    .modal .body .items .item[data-v-4ee0b0b0] {
        height: 70px
    }

    .modal .body .items .item label img[data-v-4ee0b0b0] {
        width: 57px
    }

    .modal .body .form[data-v-4ee0b0b0] {
        margin-top: 30px;
        flex-wrap: wrap
    }

    .modal .body .form .input[data-v-4ee0b0b0] {
        width: 100%;
        flex-grow: unset
    }

    .modal .body .form .input.sum[data-v-4ee0b0b0] {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px
    }
}

@media screen and (max-width: 575px) {
    .modal .body[data-v-4ee0b0b0] {
        padding: 15px
    }

    .modal .body h2[data-v-4ee0b0b0] {
        font-size: 14px
    }

    .modal .body .close[data-v-4ee0b0b0] {
        top: 22px;
        right: 15px
    }

    .modal .body .items[data-v-4ee0b0b0] {
        max-height: 40vh;
        overflow-y: auto;
        grid-template-columns:repeat(2, 1fr)
    }

    .modal .body .form .input input[data-v-4ee0b0b0] {
        font-size: 16px
    }
}

.modal[data-v-c894f106] {
    z-index: 20000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background: rgba(0, 0, 0, .7)
}

.modal .body[data-v-c894f106] {
    background: #201f32;
    box-shadow: 0 4px 96px rgba(1, 0, 14, .3);
    border-radius: 10px;
    width: 1173px;
    padding: 47px 37px;
    position: relative
}

.modal .body .steps[data-v-c894f106] {
    border-bottom: 1px solid hsla(0, 0%, 100%, .1);
    padding: 35px 0;
    grid-gap: 40px;
    display: grid;
    grid-template-columns:repeat(3, 1fr)
}

.modal .body .steps .step[data-v-c894f106] {
    display: flex
}

.modal .body .steps .step svg[data-v-c894f106] {
    width: 67px;
    height: 67px;
    min-width: 67px;
    margin-right: 16px
}

.modal .body .steps .step .text strong[data-v-c894f106] {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    display: block;
    width: 100%;
    margin-bottom: 10px
}

.modal .body .steps .step .text span[data-v-c894f106] {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #504f64
}

.modal .body .steps .step .text span em[data-v-c894f106] {
    color: #ffb800;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    font-style: normal
}

.modal .body .close[data-v-c894f106] {
    position: absolute;
    right: 38px;
    top: 38px;
    cursor: pointer
}

.modal .body .pers[data-v-c894f106] {
    position: absolute;
    left: -127px;
    top: -122px;
    width: 335px
}

.modal .body .head[data-v-c894f106] {
    padding-left: 220px;
    padding-bottom: 43px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .1)
}

.modal .body .head h3[data-v-c894f106] {
    width: 100%;
    display: block;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 19px
}

.modal .body .head span[data-v-c894f106] {
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    color: #504f64
}

.modal .body .product[data-v-c894f106] {
    padding-top: 30px
}

.modal .body .product .current[data-v-c894f106] {
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 5px
}

.modal .body .product .current .arrow[data-v-c894f106] {
    position: absolute;
    right: 28px
}

.modal .body .product .current .arrow svg[data-v-c894f106] {
    transition: .2s
}

.modal .body .product .current .arrow.transform svg[data-v-c894f106] {
    transform: rotate(180deg)
}

.modal .body .product .select[data-v-c894f106] {
    position: relative;
    border-radius: 5px
}

.modal .body .product .dropdown[data-v-c894f106] {
    width: 100%;
    position: absolute;
    max-height: 223px;
    overflow-y: auto;
    top: 100%
}

.modal .body .product .dropdown[data-v-c894f106]::-webkit-scrollbar {
    width: 2px
}

.modal .body .product .dropdown[data-v-c894f106]::-webkit-scrollbar-track {
    background: #2b2b2b
}

.modal .body .product .dropdown[data-v-c894f106]::-webkit-scrollbar-thumb {
    background: #5b5a5c;
    border-radius: 5px
}

.modal .body .product h2[data-v-c894f106] {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    display: block;
    width: 100%;
    margin-bottom: 22px
}

.modal .body .product .dropdown .select__item + .select__item[data-v-c894f106] {
    border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.modal .body .product .dropdown .select__item[data-v-c894f106]:hover {
    background: #201f32
}

.modal .body .product .select__item[data-v-c894f106] {
    transition: .2s;
    cursor: pointer;
    width: 100%;
    background: #171627;
    display: flex;
    align-items: center;
    padding: 24px 23px
}

.modal .body .product .select__item img[data-v-c894f106] {
    margin-right: 27px;
    max-width: 72px
}

.modal .body .product .select__item span[data-v-c894f106] {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px
}

.modal .body .product .input[data-v-c894f106] {
    display: flex
}

.modal .body .product .input .select[data-v-c894f106] {
    flex-grow: 1;
    background: #171627;
    border-radius: 5px
}

.modal .body .product .input .orange[data-v-c894f106] {
    display: flex;
    align-items: center;
    margin-left: 31px;
    background: #fe6138;
    border-radius: 5px;
    padding: 28px 54px
}

.modal .body .product .input .orange svg[data-v-c894f106] {
    margin-right: 14px
}

@media screen and (max-width: 1400px) {
    .modal .body[data-v-c894f106] {
        width: 605px
    }

    .modal .body .pers[data-v-c894f106] {
        left: -123px;
        top: -60px;
        width: 261px
    }

    .modal .body .head[data-v-c894f106] {
        padding-left: 115px
    }

    .modal .body .head h3[data-v-c894f106] {
        font-size: 22px;
        line-height: 25px;
        margin-bottom: 12px
    }

    .modal .body .steps[data-v-c894f106] {
        padding: 20px 0;
        grid-gap: 16px;
        grid-template-columns:repeat(1, 1fr)
    }

    .modal .body .steps .step svg[data-v-c894f106] {
        width: 45px;
        height: 45px;
        margin-right: 0
    }

    .modal .body .steps .step .text strong[data-v-c894f106] {
        margin-bottom: 5px;
        font-size: 16px
    }

    .modal .body .product[data-v-c894f106] {
        padding-top: 15px
    }

    .modal .body .product h2[data-v-c894f106] {
        font-size: 22px;
        margin-bottom: 15px
    }

    .modal .body .product .current[data-v-c894f106] {
        height: 100%
    }

    .modal .body .product .input .orange[data-v-c894f106] {
        margin-left: 15px;
        padding: 23px 16px
    }

    .modal .body .product .select__item[data-v-c894f106] {
        padding: 20px 15px
    }

    .modal .body .product .select__item img[data-v-c894f106] {
        margin-right: 16px;
        max-width: 65px
    }
}

@media screen and (max-width: 768px) {
    .modal[data-v-c894f106] {
        padding: 0 10px
    }

    .modal .body[data-v-c894f106] {
        width: 100%
    }
}

@media screen and (max-width: 575px) {
    .modal .body[data-v-c894f106] {
        padding: 15px
    }

    .modal .body .steps[data-v-c894f106] {
        max-height: 30vh;
        overflow-y: scroll
    }

    .modal .body .steps .step svg[data-v-c894f106] {
        width: 35px;
        height: 35px;
        margin-right: 8px;
        min-width: 35px
    }

    .modal .body .steps .step .text strong[data-v-c894f106] {
        font-size: 14px;
        line-height: 19px
    }

    .modal .body .pers[data-v-c894f106] {
        display: none
    }

    .modal .body .head[data-v-c894f106] {
        padding-left: 0;
        padding-bottom: 20px
    }

    .modal .body .product h2[data-v-c894f106] {
        font-size: 18px;
        margin-bottom: 10px
    }

    .modal .body .product .input[data-v-c894f106] {
        flex-wrap: wrap
    }

    .modal .body .product .input .select[data-v-c894f106] {
        width: 100%;
        margin-bottom: 10px
    }

    .modal .body .product .input .orange[data-v-c894f106] {
        padding: 16px;
        margin-left: 0;
        width: 100%;
        justify-content: center
    }

    .modal .body .product .select__item[data-v-c894f106] {
        padding: 16px 12px
    }

    .modal .body .product .select__item span[data-v-c894f106] {
        font-size: 12px;
        line-height: 15px
    }
}

.modal[data-v-a38c5d3e] {
    z-index: 11000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background: rgba(0, 0, 0, .7)
}

.modal .body[data-v-a38c5d3e] {
    background: #0e0d1e;
    border-radius: 16px;
    width: 700px;
    padding: 30px;
    position: relative
}

.modal .body .close[data-v-a38c5d3e] {
    position: absolute;
    right: 38px;
    top: 38px;
    cursor: pointer
}

.modal .body .your_balance[data-v-a38c5d3e] {
    font-size: 15px;
    font-weight: 500
}

.modal .body .your_balance em[data-v-a38c5d3e] {
    color: #ffb800;
    font-style: normal;
    font-size: 16px
}

.modal .body h2[data-v-a38c5d3e] {
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    display: block;
    margin-bottom: 28px
}

.modal .body .items[data-v-a38c5d3e] {
    display: grid;
    grid-template-columns:repeat(5, 1fr);
    grid-gap: 16px
}

.modal .body .items .item[data-v-a38c5d3e] {
    background: #201f32;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 111px
}

.modal .body .items .item input[data-v-a38c5d3e] {
    display: none
}

.modal .body .items .item label[data-v-a38c5d3e] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.modal .body .items .item input:checked + label[data-v-a38c5d3e] {
    background: #3d3c55
}

.modal .body .form[data-v-a38c5d3e] {
    margin-top: 45px;
    display: flex;
    justify-content: space-between
}

.modal .body .form button[data-v-a38c5d3e]:disabled {
    opacity: .3
}

.modal .body .form .input[data-v-a38c5d3e] {
    border: 1px solid #5a5875;
    border-radius: 9px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1
}

.modal .body .form .input label[data-v-a38c5d3e] {
    border: 6px solid #0e0d1e;
    display: block;
    position: absolute;
    top: -16px;
    background: #0e0d1e;
    left: 22px;
    font-size: 15px;
    line-height: 18px;
    color: #ffb800
}

.modal .body .form .input input[data-v-a38c5d3e] {
    padding: 18px 22px;
    font-weight: 500;
    width: 150px;
    font-size: 25px;
    background: 0 0;
    flex-grow: 1;
    overflow: hidden;
    border: none;
    outline: none;
    line-height: 30px
}

.modal .body .form .input input.fail-input[data-v-a38c5d3e] {
    border: 1px solid red
}

.modal .body .form .input input[data-v-a38c5d3e]::-moz-placeholder {
    font-size: 18px
}

.modal .body .form .input input[data-v-a38c5d3e]:-ms-input-placeholder {
    font-size: 18px
}

.modal .body .form .input input[data-v-a38c5d3e]::placeholder {
    font-size: 18px
}

.modal .body .form .input.promo[data-v-a38c5d3e] {
    flex-grow: 1;
    padding-right: 22px;
    margin-right: 11px
}

.modal .body .form .input.sum[data-v-a38c5d3e] {
    margin-right: 16px
}

.modal .body .form .input .unassign[data-v-a38c5d3e] {
    background: rgba(191, 72, 72, .16);
    border-radius: 5px;
    padding: 8.5px 17px;
    font-weight: 500;
    font-size: 13px;
    cursor: pointer;
    line-height: 15px;
    color: #9d6b6b;
    white-space: nowrap
}

.modal .body .form button[data-v-a38c5d3e] {
    background: #ffb800;
    border-radius: 9px;
    cursor: pointer;
    display: flex;
    padding: 0 51.5px;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .01em;
    color: #131225
}

@media screen and (max-width: 950px) {
    .modal[data-v-a38c5d3e] {
        padding-right: 20px;
        padding-left: 20px
    }

    .modal .body[data-v-a38c5d3e] {
        max-width: 100%
    }
}

@media screen and (max-width: 800px) {
    .modal .body .items[data-v-a38c5d3e] {
        grid-gap: 10px;
        grid-template-columns:repeat(4, 1fr)
    }

    .modal .body .items .item[data-v-a38c5d3e] {
        height: 86px
    }
}

@media screen and (max-width: 780px) {
    .modal .body .form[data-v-a38c5d3e] {
        flex-wrap: wrap
    }

    .modal .body .form button[data-v-a38c5d3e] {
        width: 100%;
        padding: 18px 0;
        margin-top: 15px
    }

    .modal .body .form .input.promo[data-v-a38c5d3e] {
        margin-right: 0
    }
}

@media screen and (max-width: 650px) {
    .modal .body h2[data-v-a38c5d3e] {
        margin-bottom: 20px;
        font-size: 18px
    }

    .modal .body .items[data-v-a38c5d3e] {
        grid-template-columns:repeat(3, 1fr)
    }

    .modal .body .items .item[data-v-a38c5d3e] {
        height: 70px
    }

    .modal .body .items .item label img[data-v-a38c5d3e] {
        width: 57px
    }

    .modal .body .form[data-v-a38c5d3e] {
        margin-top: 30px;
        flex-wrap: wrap
    }

    .modal .body .form .input[data-v-a38c5d3e] {
        width: 100%;
        flex-grow: unset
    }

    .modal .body .form .input.sum[data-v-a38c5d3e] {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px
    }
}

@media screen and (max-width: 575px) {
    .modal .body[data-v-a38c5d3e] {
        padding: 15px
    }

    .modal .body h2[data-v-a38c5d3e] {
        font-size: 14px
    }

    .modal .body .close[data-v-a38c5d3e] {
        top: 22px;
        right: 15px
    }

    .modal .body .items[data-v-a38c5d3e] {
        max-height: 40vh;
        overflow-y: auto;
        grid-template-columns:repeat(2, 1fr)
    }

    .modal .body .form .input input[data-v-a38c5d3e] {
        font-size: 16px
    }
}

.agile {
    position: relative
}

.agile--ssr .agile__slides--cloned {
    display: none
}

.agile--ssr .agile__slides > * {
    overflow: hidden;
    width: 0
}

.agile--ssr .agile__slides > :first-child {
    width: 100%
}

.agile--rtl .agile__actions, .agile--rtl .agile__dots, .agile--rtl .agile__slides, .agile--rtl .agile__track {
    flex-direction: row-reverse
}

.agile:active, .agile :active, .agile:focus, .agile :focus {
    outline: none
}

.agile__list {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%
}

.agile__track {
    flex-direction: row;
    flex-wrap: nowrap
}

.agile__actions, .agile__track {
    display: flex
}

.agile__actions {
    justify-content: space-between
}

.agile--no-nav-buttons .agile__actions {
    justify-content: center
}

.agile__slides {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    flex-shrink: unset;
    flex-wrap: nowrap;
    justify-content: flex-start
}

.agile--disabled .agile__slides {
    display: block;
    width: 100%
}

.agile__slide {
    display: block;
    flex-grow: 1;
    flex-shrink: 0
}

.agile__slide, .agile__slide * {
    -webkit-user-drag: none
}

.agile--fade .agile__slide {
    opacity: 0;
    position: relative;
    z-index: 0
}

.agile--fade .agile__slide--active {
    opacity: 1;
    z-index: 2
}

.agile--fade .agile__slide--expiring {
    opacity: 1;
    transition-duration: 0s;
    z-index: 1
}

.agile__nav-button[disabled] {
    cursor: default
}

.agile__dots {
    align-items: center;
    display: flex;
    list-style: none;
    padding: 0;
    white-space: nowrap
}

.agile__dot button {
    cursor: pointer;
    display: block;
    font-size: 0;
    line-height: 0
}

@font-face {
    font-family: TT Norms;
    src: url(/fonts/TTNorms-Bold.eot);
    src: local("TT Norms Bold"), local("TTNorms-Bold"), url(/fonts/TTNorms-Bold.eot?#iefix) format("embedded-opentype"), url(/fonts/TTNorms-Bold.woff2) format("woff2"), url(/fonts/TTNorms-Bold.woff) format("woff"), url(/fonts/TTNorms-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: TT Norms;
    src: url(/fonts/TTNorms-ThinItalic.eot);
    src: local("TT Norms Thin Italic"), local("TTNorms-ThinItalic"), url(/fonts/TTNorms-ThinItalic.eot?#iefix) format("embedded-opentype"), url(/fonts/TTNorms-ThinItalic.woff2) format("woff2"), url(/fonts/TTNorms-ThinItalic.woff) format("woff"), url(/fonts/TTNorms-ThinItalic.ttf) format("truetype");
    font-weight: 100;
    font-style: italic
}

@font-face {
    font-family: TT Norms;
    src: url(/fonts/TTNorms-Thin.eot);
    src: local("TT Norms Thin"), local("TTNorms-Thin"), url(/fonts/TTNorms-Thin.eot?#iefix) format("embedded-opentype"), url(/fonts/TTNorms-Thin.woff2) format("woff2"), url(/fonts/TTNorms-Thin.woff) format("woff"), url(/fonts/TTNorms-Thin.ttf) format("truetype");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: TT Norms;
    src: url(/fonts/TTNorms-LightItalic.eot);
    src: local("TT Norms Light Italic"), local("TTNorms-LightItalic"), url(/fonts/TTNorms-LightItalic.eot?#iefix) format("embedded-opentype"), url(/fonts/TTNorms-LightItalic.woff2) format("woff2"), url(/fonts/TTNorms-LightItalic.woff) format("woff"), url(/fonts/TTNorms-LightItalic.ttf) format("truetype");
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: TT Norms;
    src: url(/fonts/TTNorms-ExtraBoldItalic.eot);
    src: local("TT Norms ExtraBold Italic"), local("TTNorms-ExtraBoldItalic"), url(/fonts/TTNorms-ExtraBoldItalic.eot?#iefix) format("embedded-opentype"), url(/fonts/TTNorms-ExtraBoldItalic.woff2) format("woff2"), url(/fonts/TTNorms-ExtraBoldItalic.woff) format("woff"), url(/fonts/TTNorms-ExtraBoldItalic.ttf) format("truetype");
    font-weight: 800;
    font-style: italic
}

@font-face {
    font-family: TT Norms;
    src: url(/fonts/TTNorms-Italic.eot);
    src: local("TT Norms Italic"), local("TTNorms-Italic"), url(/fonts/TTNorms-Italic.eot?#iefix) format("embedded-opentype"), url(/fonts/TTNorms-Italic.woff2) format("woff2"), url(/fonts/TTNorms-Italic.woff) format("woff"), url(/fonts/TTNorms-Italic.ttf) format("truetype");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: TT Norms;
    src: url(/fonts/TTNorms-ExtraLight.eot);
    src: local("TT Norms ExtraLight"), local("TTNorms-ExtraLight"), url(/fonts/TTNorms-ExtraLight.eot?#iefix) format("embedded-opentype"), url(/fonts/TTNorms-ExtraLight.woff2) format("woff2"), url(/fonts/TTNorms-ExtraLight.woff) format("woff"), url(/fonts/TTNorms-ExtraLight.ttf) format("truetype");
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-family: TT Norms;
    src: url(/fonts/TTNorms-HeavyItalic.eot);
    src: local("TT Norms Heavy Italic"), local("TTNorms-HeavyItalic"), url(/fonts/TTNorms-HeavyItalic.eot?#iefix) format("embedded-opentype"), url(/fonts/TTNorms-HeavyItalic.woff2) format("woff2"), url(/fonts/TTNorms-HeavyItalic.woff) format("woff"), url(/fonts/TTNorms-HeavyItalic.ttf) format("truetype");
    font-weight: 900;
    font-style: italic
}

@font-face {
    font-family: TT Norms;
    src: url(/fonts/TTNorms-MediumItalic.eot);
    src: local("TT Norms Medium Italic"), local("TTNorms-MediumItalic"), url(/fonts/TTNorms-MediumItalic.eot?#iefix) format("embedded-opentype"), url(/fonts/TTNorms-MediumItalic.woff2) format("woff2"), url(/fonts/TTNorms-MediumItalic.woff) format("woff"), url(/fonts/TTNorms-MediumItalic.ttf) format("truetype");
    font-weight: 500;
    font-style: italic
}

@font-face {
    font-family: TT Norms;
    src: url(/fonts/TTNorms-BoldItalic.eot);
    src: local("TT Norms Bold Italic"), local("TTNorms-BoldItalic"), url(/fonts/TTNorms-BoldItalic.eot?#iefix) format("embedded-opentype"), url(/fonts/TTNorms-BoldItalic.woff2) format("woff2"), url(/fonts/TTNorms-BoldItalic.woff) format("woff"), url(/fonts/TTNorms-BoldItalic.ttf) format("truetype");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: TT Norms;
    src: url(/fonts/TTNorms-Heavy.eot);
    src: local("TT Norms Heavy"), local("TTNorms-Heavy"), url(/fonts/TTNorms-Heavy.eot?#iefix) format("embedded-opentype"), url(/fonts/TTNorms-Heavy.woff2) format("woff2"), url(/fonts/TTNorms-Heavy.woff) format("woff"), url(/fonts/TTNorms-Heavy.ttf) format("truetype");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: TT Norms;
    src: url(/fonts/TTNorms-Light.eot);
    src: local("TT Norms Light"), local("TTNorms-Light"), url(/fonts/TTNorms-Light.eot?#iefix) format("embedded-opentype"), url(/fonts/TTNorms-Light.woff2) format("woff2"), url(/fonts/TTNorms-Light.woff) format("woff"), url(/fonts/TTNorms-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: TT Norms;
    src: url(/fonts/TTNorms-Medium.eot);
    src: local("TT Norms Medium"), local("TTNorms-Medium"), url(/fonts/TTNorms-Medium.eot?#iefix) format("embedded-opentype"), url(/fonts/TTNorms-Medium.woff2) format("woff2"), url(/fonts/TTNorms-Medium.woff) format("woff"), url(/fonts/TTNorms-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: TT Norms;
    src: url(/fonts/TTNorms-ExtraBold.eot);
    src: local("TT Norms ExtraBold"), local("TTNorms-ExtraBold"), url(/fonts/TTNorms-ExtraBold.eot?#iefix) format("embedded-opentype"), url(/fonts/TTNorms-ExtraBold.woff2) format("woff2"), url(/fonts/TTNorms-ExtraBold.woff) format("woff"), url(/fonts/TTNorms-ExtraBold.ttf) format("truetype");
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: TT Norms;
    src: url(/fonts/TTNorms-ExtraLightItalic.eot);
    src: local("TT Norms ExtraLight Italic"), local("TTNorms-ExtraLightItalic"), url(/fonts/TTNorms-ExtraLightItalic.eot?#iefix) format("embedded-opentype"), url(/fonts/TTNorms-ExtraLightItalic.woff2) format("woff2"), url(/fonts/TTNorms-ExtraLightItalic.woff) format("woff"), url(/fonts/TTNorms-ExtraLightItalic.ttf) format("truetype");
    font-weight: 200;
    font-style: italic
}

@font-face {
    font-family: TT Norms;
    src: url(/fonts/TTNorms-Regular.eot);
    src: local("TT Norms Regular"), local("TTNorms-Regular"), url(/fonts/TTNorms-Regular.eot?#iefix) format("embedded-opentype"), url(/fonts/TTNorms-Regular.woff2) format("woff2"), url(/fonts/TTNorms-Regular.woff) format("woff"), url(/fonts/TTNorms-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: TT Norms;
    src: url(/fonts/TTNorms-BlackItalic.eot);
    src: local("TT Norms Black Italic"), local("TTNorms-BlackItalic"), url(/fonts/TTNorms-BlackItalic.eot?#iefix) format("embedded-opentype"), url(/fonts/TTNorms-BlackItalic.woff2) format("woff2"), url(/fonts/TTNorms-BlackItalic.woff) format("woff"), url(/fonts/TTNorms-BlackItalic.ttf) format("truetype");
    font-weight: 900;
    font-style: italic
}

@font-face {
    font-family: TT Norms;
    src: url(/fonts/TTNorms-Black.eot);
    src: local("TT Norms Black"), local("TTNorms-Black"), url(/fonts/TTNorms-Black.eot?#iefix) format("embedded-opentype"), url(/fonts/TTNorms-Black.woff2) format("woff2"), url(/fonts/TTNorms-Black.woff) format("woff"), url(/fonts/TTNorms-Black.ttf) format("truetype");
    font-weight: 900;
    font-style: normal
}

* {
    margin: 0;
    font-size: 14px;
    padding: 0;
    box-sizing: border-box;
    color: #fff;
    font-family: TT Norms
}

a {
    text-decoration: none
}

button {
    background: 0 0;
    outline: none;
    border: none;
    transition: .2s;
    cursor: pointer
}

button:hover:not([disabled]):not(.openingÑÑ‡Ð¼) {
    opacity: .7
}

.slide-fade-enter-active {
    transition: all .2s ease
}

.slide-fade-leave-active {
    transition: all .2s cubic-bezier(1, .5, .8, 1)
}

.slide-fade-enter, .slide-fade-leave-to {
    transform: translateX(10px);
    opacity: 0
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

@media (min-width: 320px) {
    .container {
        width: 100%;
        padding-right: 18px;
        padding-left: 18px;
        margin: 0 auto
    }
}

@media screen and (min-width: 768px) {
    .container {
        width: 720px;
        margin: 0 auto;
        padding-right: 0;
        padding-left: 0
    }
}

@media screen and (min-width: 992px) {
    .container {
        width: 960px;
        margin: 0 auto;
        padding-right: 0;
        padding-left: 0
    }
}

@media screen and (min-width: 1200px) {
    .container {
        width: 1160px;
        margin: 0 auto;
        padding-right: 0;
        padding-left: 0
    }
}

@media screen and (min-width: 1400px) {
    .container {
        width: 1366px;
        padding-right: 0;
        padding-left: 0;
        margin: 0 auto
    }
}

@media screen and (min-width: 1800px) {
    .container {
        padding-right: 0;
        padding-left: 0;
        width: 1766px;
        margin: 0 auto
    }
}

body, html {
    max-width: 100%;
    background: #131225
}

.page__title {
    justify-content: center;
    align-items: center;
    position: relative;
    display: flex;
    padding: 23px 0
}

.page__title span {
    font-weight: 700;
    font-size: 23px;
    line-height: 27px;
    position: relative;
    z-index: 10
}

.page__title:after {
    content: "";
    display: block;
    position: absolute;
    width: 90%;
    height: 61px
}

.page__title.blue:after {
    background: url(/img/title-bg.svg);
    background-size: 100% 100%
}

.page__title.yellow:after {
    background: url(/img/title-bg-yellow.svg);
    background-size: 100% 100%
}

@media screen and (max-width: 768px) {
    .page__title span {
        font-size: 15px;
        line-height: 18px
    }
}

.bounce-enter-active {
    -webkit-animation: bounce-in .5s;
    animation: bounce-in .5s
}

@-webkit-keyframes bounce-in {
    0% {
        transform: scale(0)
    }
    50% {
        transform: scale(1.5)
    }
    to {
        transform: scale(1)
    }
}

@keyframes bounce-in {
    0% {
        transform: scale(0)
    }
    50% {
        transform: scale(1.5)
    }
    to {
        transform: scale(1)
    }
}

@media screen and (max-width: 1400px) {
    .hidden-lg {
        display: none
    }
}

@media screen and (max-width: 992px) {
    .hidden-md {
        display: none !important
    }
}

.load__more {
    background: #009f40;
    border-radius: 6px;
    padding: 12px 22px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    transition: .2s;
    margin: 15px auto;
    display: block
}

.load__more:hover {
    opacity: .7
}

.load__more.loading {
    cursor: default;
    background: rgba(0, 159, 64, .23137254901960785)
}

.content .container {
    background: url(/img/bg.svg);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 50% 70%;
    background-attachment: fixed
}

.loader {
    margin: 200px;
    display: flex;
    justify-content: center
}

.sk-chase {
    width: 80px;
    height: 80px;
    position: relative;
    -webkit-animation: sk-chase 2.5s linear infinite both;
    animation: sk-chase 2.5s linear infinite both
}

.sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: sk-chase-dot 2s ease-in-out infinite both;
    animation: sk-chase-dot 2s ease-in-out infinite both
}

.sk-chase-dot:before {
    content: "";
    display: block;
    width: 25%;
    height: 25%;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-chase-dot-before 2s ease-in-out infinite both;
    animation: sk-chase-dot-before 2s ease-in-out infinite both
}

.sk-chase-dot:first-child {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.sk-chase-dot:nth-child(2) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.sk-chase-dot:nth-child(3) {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.sk-chase-dot:nth-child(4) {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

.sk-chase-dot:nth-child(5) {
    -webkit-animation-delay: -.7s;
    animation-delay: -.7s
}

.sk-chase-dot:nth-child(6) {
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s
}

.sk-chase-dot:first-child:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.sk-chase-dot:nth-child(2):before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.sk-chase-dot:nth-child(3):before {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.sk-chase-dot:nth-child(4):before {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

.sk-chase-dot:nth-child(5):before {
    -webkit-animation-delay: -.7s;
    animation-delay: -.7s
}

.sk-chase-dot:nth-child(6):before {
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s
}

@-webkit-keyframes sk-chase {
    to {
        transform: rotate(1turn)
    }
}

@keyframes sk-chase {
    to {
        transform: rotate(1turn)
    }
}

@-webkit-keyframes sk-chase-dot {
    80%, to {
        transform: rotate(1turn)
    }
}

@keyframes sk-chase-dot {
    80%, to {
        transform: rotate(1turn)
    }
}

@-webkit-keyframes sk-chase-dot-before {
    50% {
        transform: scale(.4)
    }
    0%, to {
        transform: scale(1)
    }
}

@keyframes sk-chase-dot-before {
    50% {
        transform: scale(.4)
    }
    0%, to {
        transform: scale(1)
    }
}

@media screen and (max-width: 992px) {
    .loader {
        margin: 100px
    }
}

.top-banner[data-v-43074c82] {
    margin-top: 26px;
    display: grid;
    grid-template-columns:1fr auto auto auto;
    grid-gap: 15px
}

.top-banner .banner[data-v-43074c82] {
    height: 225px;
    overflow: hidden
}

.top-banner .banner img[data-v-43074c82] {
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill
}

.top-banner .banner .dekstop-banner[data-v-43074c82] {
    display: block
}

.top-banner .banner .big-banner[data-v-43074c82], .top-banner .banner .mobile-banner[data-v-43074c82] {
    display: none
}

.top-banner .stats[data-v-43074c82] {
    height: 225px;
    background: #0e0d1e;
    padding: 30px 35px;
    display: grid;
    grid-template-columns:55% 45%
}

.top-banner .stats .stats-column[data-v-43074c82] {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.top-banner .stats .stats-column .stats-item[data-v-43074c82] {
    display: flex;
    align-items: center
}

.top-banner .stats .stats-column .stats-item .img[data-v-43074c82] {
    width: 67px;
    flex-shrink: 0;
    margin-right: 16px
}

.top-banner .stats .stats-column .stats-item .img img[data-v-43074c82] {
    width: 100%
}

.top-banner .stats .stats-column .stats-item .text strong[data-v-43074c82] {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    display: block;
    width: 100%
}

.top-banner .stats .stats-column .stats-item .text span[data-v-43074c82] {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #504f64
}

.top-banner .golds[data-v-43074c82] {
    height: 225px;
    background: linear-gradient(48.99deg, #000 -137.3%, transparent 143.72%);
    padding-bottom: 26px
}

.top-banner .golds .coins[data-v-43074c82] {
    margin-top: -26px;
    width: 100%;
    display: flex;
    color: #ffe5a1;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -.055em
}

.top-banner .golds .coins span[data-v-43074c82] {
    color: #ffe5a1;
    font-weight: 700;
    font-size: 23px;
    line-height: 27px;
    margin-right: 12px
}

@media screen and (min-width: 1800px) {
    .top-banner .banner .big-banner[data-v-43074c82] {
        display: block
    }

    .top-banner .banner .dekstop-banner[data-v-43074c82], .top-banner .banner .mobile-banner[data-v-43074c82] {
        display: none
    }
}

@media screen and (max-width: 1300px) {
    .top-banner[data-v-43074c82] {
        grid-template-columns:auto 206px
    }

    .top-banner .stats[data-v-43074c82] {
        display: none
    }

    .top-banner .golds[data-v-43074c82] {
        max-height: 170px
    }

    .top-banner .golds img[data-v-43074c82] {
        width: 100%;
        height: 100%
    }

    .top-banner .banner[data-v-43074c82] {
        height: auto;
        max-height: 170px
    }

    .top-banner .banner img[data-v-43074c82] {
        width: 100%
    }

    .top-banner .banner .big-banner[data-v-43074c82] {
        display: block
    }

    .top-banner .banner .dekstop-banner[data-v-43074c82], .top-banner .banner .mobile-banner[data-v-43074c82] {
        display: none
    }
}

@media screen and (max-width: 992px) {
    .top-banner[data-v-43074c82] {
        grid-template-columns:100%
    }

    .top-banner .banner[data-v-43074c82] {
        height: auto
    }

    .top-banner .banner img[data-v-43074c82] {
        width: 100%
    }

    .top-banner .golds[data-v-43074c82] {
        display: none
    }
}

@media screen and (min-width: 560px)and (max-width: 768px) {
    .top-banner[data-v-43074c82] {
        margin-top: 10px
    }

    .top-banner .banner .dekstop-banner[data-v-43074c82] {
        display: block
    }

    .top-banner .banner .big-banner[data-v-43074c82], .top-banner .banner .mobile-banner[data-v-43074c82] {
        display: none
    }
}

@media screen and (max-width: 560px) {
    .top-banner[data-v-43074c82] {
        margin-top: 10px
    }

    .top-banner .banner .big-banner[data-v-43074c82], .top-banner .banner .dekstop-banner[data-v-43074c82] {
        display: none
    }

    .top-banner .banner .mobile-banner[data-v-43074c82] {
        display: block;
        min-height: 104px;
        height: 100%
    }
}

.chat[data-v-3b5cc8c8] {
    width: 516px;
    min-width: 516px;
    background: #0e0d1e;
    display: flex;
    position: sticky;
    top: 0;
    flex-direction: column;
    height: 100vh
}

.chat .chat__head[data-v-3b5cc8c8] {
    display: flex;
    padding: 0 30px;
    padding-top: 14px;
    padding-bottom: 17px;
    justify-content: space-between;
    align-items: center
}

.chat .chat__head .btn-support[data-v-3b5cc8c8] {
    background: #e98427;
    border-radius: 4px;
    padding: 10px 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 17px
}

.chat .chat__head .btn-support img[data-v-3b5cc8c8] {
    margin-right: 9px
}

.chat .chat__head .control[data-v-3b5cc8c8] {
    display: flex
}

.chat .chat__head .control input[data-v-3b5cc8c8] {
    display: none
}

.chat .chat__head .control label[data-v-3b5cc8c8] {
    cursor: pointer;
    display: flex;
    align-items: center
}

.chat .chat__head .control label em[data-v-3b5cc8c8] {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px
}

.chat .chat__head .control label .line[data-v-3b5cc8c8] {
    margin-right: 20px;
    width: 32px;
    height: 2px;
    background: #162e1b;
    display: block;
    position: relative;
    transition: .3s
}

.chat .chat__head .control label .line[data-v-3b5cc8c8]:after {
    position: absolute;
    content: "";
    display: block;
    width: 18px;
    transition: .3s;
    height: 8px;
    background: #00ff38;
    border-radius: 2px;
    top: calc(50% - 4px);
    left: -5px
}

.chat .chat__head .control input:checked + .checkbox label .line[data-v-3b5cc8c8] {
    background: #083a56
}

.chat .chat__head .control input:checked + .checkbox label .line[data-v-3b5cc8c8]:after {
    transform: translateX(25px);
    background: #00a3ff
}

.chat .chat__head .control .title[data-v-3b5cc8c8] {
    margin-right: 25px;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    cursor: pointer
}

.chat .chat__body[data-v-3b5cc8c8] {
    overflow: hidden;
    flex-grow: 1;
    padding: 0 30px;
    display: flex;
    flex-direction: column
}

.chat .chat__body .body[data-v-3b5cc8c8] {
    padding-bottom: 20px;
    flex-grow: 1;
    overflow-y: auto;
    max-height: 100%;
    padding-top: 20px;
    border-top: 1px solid rgba(50, 48, 79, .5)
}

.chat .chat__body .body[data-v-3b5cc8c8]::-webkit-scrollbar {
    width: 0
}

.chat .chat__body .message[data-v-3b5cc8c8] {
    display: flex;
    position: relative;
    align-items: flex-start
}

.chat .chat__body .message .avatar[data-v-3b5cc8c8] {
    width: 46px;
    min-width: 46px;
    margin-right: 18px
}

.chat .chat__body .message .avatar img[data-v-3b5cc8c8] {
    width: 100%
}

.chat .chat__body .message .settings[data-v-3b5cc8c8] {
    margin-left: 10px;
    margin-right: 10px;
    position: absolute;
    right: 40px;
    z-index: 9999;
    padding: 0 5px 5px
}

.chat .chat__body .message .settings svg[data-v-3b5cc8c8] {
    cursor: pointer;
    position: relative;
    z-index: 999999
}

.chat .chat__body .message .settings .dropdown[data-v-3b5cc8c8] {
    position: absolute;
    top: 0;
    right: 0;
    background: #0a0917;
    box-shadow: 0 0 28px rgba(14, 13, 30, .16);
    border-radius: 6px;
    padding-top: 27px;
    width: 150px
}

.chat .chat__body .message .settings .dropdown li[data-v-3b5cc8c8] {
    cursor: pointer;
    display: block;
    width: 100%;
    padding: 7px 11px;
    font-weight: 500;
    font-size: 14px;
    transition: .2s;
    line-height: 17px;
    color: #6c6b8b
}

.chat .chat__body .message .settings .dropdown li[data-v-3b5cc8c8]:hover {
    background: #141325;
    color: #fff
}

.chat .chat__body .message .text[data-v-3b5cc8c8] {
    flex-grow: 1;
    overflow-x: hidden
}

.chat .chat__body .message .text .nickname[data-v-3b5cc8c8] {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 5px;
    color: #6c6b8b;
    cursor: pointer
}

.chat .chat__body .message .text .nickname .admin[data-v-3b5cc8c8] {
    background: #ff3c21;
    border-radius: 4px;
    margin-right: 5px;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    padding: 3px 6.5px
}

.chat .chat__body .message .text .nickname .moderator[data-v-3b5cc8c8] {
    background: #e98427;
    border-radius: 4px;
    margin-right: 5px;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    padding: 3px 6.5px
}

.chat .chat__body .message .text .area[data-v-3b5cc8c8] {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px
}

.chat .chat__body .message .date[data-v-3b5cc8c8] {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #6c6b8b
}

.chat .chat__body .message + .message[data-v-3b5cc8c8] {
    margin-top: 17px
}

.chat .chat__body .live__item[data-v-3b5cc8c8] {
    border-radius: 10px;
    overflow: hidden;
    padding: 18px;
    align-items: center;
    display: flex;
    position: relative
}

.chat .chat__body .live__item .skin[data-v-3b5cc8c8] {
    width: 223px;
    text-align: center;
    transition: opacity .3s ease
}

.chat .chat__body .live__item .skin img[data-v-3b5cc8c8] {
    max-width: 100%;
    max-height: 100px;
    min-width: 50%
}

.chat .chat__body .live__item .skin:hover .case_img[data-v-3b5cc8c8] {
    visibility: visible;
    opacity: 1;
    height: 100%;
    width: 100%
}

.chat .chat__body .live__item .skin:hover .skin_img[data-v-3b5cc8c8] {
    visibility: hidden;
    opacity: 0;
    height: 0;
    width: 0
}

.chat .chat__body .live__item .skin .skin_img[data-v-3b5cc8c8] {
    visibility: visible;
    opacity: 1;
    height: 100%;
    width: 100%;
    transition: opacity .3s ease
}

.chat .chat__body .live__item .skin .case_img[data-v-3b5cc8c8] {
    visibility: hidden;
    opacity: 0;
    height: 0;
    width: 0;
    transition: opacity .3s ease
}

.chat .chat__body .live__item .info[data-v-3b5cc8c8] {
    flex-grow: 1;
    overflow: hidden
}

.chat .chat__body .live__item .info .game[data-v-3b5cc8c8] {
    max-width: 140px;
    width: auto;
    display: inline-flex;
    padding: 10.5px;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    border-radius: 7px
}

.chat .chat__body .live__item .info .game span[data-v-3b5cc8c8] {
    font-weight: 500;
    margin-left: 5px
}

.chat .chat__body .live__item .info .details[data-v-3b5cc8c8] {
    margin-top: 27px
}

.chat .chat__body .live__item .info .details strong[data-v-3b5cc8c8] {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 3px;
    display: block
}

.chat .chat__body .live__item .info .details span[data-v-3b5cc8c8] {
    font-size: 14px;
    line-height: 17px;
    color: hsla(0, 0%, 100%, .36);
    display: block
}

.chat .chat__body .live__item.green[data-v-3b5cc8c8] {
    background: radial-gradient(97% 92% at 0 49%, rgba(0, 255, 56, .15) 0, transparent 100%)
}

.chat .chat__body .live__item.green .info .game[data-v-3b5cc8c8] {
    border: 1px dashed #00ff38
}

.chat .chat__body .live__item.gray[data-v-3b5cc8c8] {
    background: radial-gradient(97% 92% at 0 49%, hsla(0, 0%, 100%, .15) 0, transparent 100%)
}

.chat .chat__body .live__item.gray .info .game[data-v-3b5cc8c8] {
    border: 1px dashed #fff
}

.chat .chat__body .live__item.purple[data-v-3b5cc8c8] {
    background: radial-gradient(97% 92% at 0 49%, rgba(255, 0, 246, .15) 0, transparent 100%)
}

.chat .chat__body .live__item.purple .info .game[data-v-3b5cc8c8] {
    border: 1px dashed #ff00f4
}

.chat .chat__body .live__item.pink[data-v-3b5cc8c8] {
    background: radial-gradient(97% 92% at 0 49%, rgba(255, 0, 92, .4) 0, transparent 100%)
}

.chat .chat__body .live__item.pink .info .game[data-v-3b5cc8c8] {
    border: 1px dashed #ff007a
}

.chat .chat__body .live__item.blue[data-v-3b5cc8c8] {
    background: radial-gradient(97% 92% at 0 49%, rgba(0, 66, 255, .15) 0, transparent 100%)
}

.chat .chat__body .live__item.blue .info .game[data-v-3b5cc8c8] {
    border: 1px dashed #00a3ff
}

.chat .chat__body .live__item.red[data-v-3b5cc8c8] {
    background: radial-gradient(97% 92% at 0 49%, rgba(255, 0, 0, .15) 0, transparent 100%)
}

.chat .chat__body .live__item.red .info .game[data-v-3b5cc8c8] {
    border: 1px dashed red
}

.chat .chat__body .live__item.yellow[data-v-3b5cc8c8] {
    background: radial-gradient(97% 92% at 0 49%, rgba(255, 247, 0, .15) 0, transparent 100%)
}

.chat .chat__body .live__item.yellow .info .game[data-v-3b5cc8c8] {
    border: 1px dashed #f8ff00
}

.chat .chat__body .live__item + .live__item[data-v-3b5cc8c8] {
    margin-top: 14px
}

.chat .chat__body .body_live[data-v-3b5cc8c8] {
    overflow: hidden;
    overflow-y: scroll
}

.chat .chat__body .form[data-v-3b5cc8c8] {
    padding-top: 30px;
    padding-bottom: 28px;
    display: flex;
    align-items: center
}

.chat .chat__body .form .hide[data-v-3b5cc8c8] {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0 37px;
    padding-left: 18px
}

.chat .chat__body .form .textarea[data-v-3b5cc8c8] {
    background: #121122;
    border-radius: 11px;
    position: relative;
    display: flex;
    flex-grow: 1;
    overflow: hidden;
    align-items: center;
    justify-content: center
}

.chat .chat__body .form .textarea input[data-v-3b5cc8c8] {
    height: 100%;
    width: 100%;
    resize: none;
    min-height: 85px;
    font-weight: 500;
    font-size: 15px;
    padding: 0 55px 0 30px;
    line-height: 18px;
    color: #6c6b8b;
    outline: none;
    border: none;
    background: 0 0
}

.chat .chat__body .form .textarea input[data-v-3b5cc8c8]::-moz-placeholder {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #6c6b8b
}

.chat .chat__body .form .textarea input[data-v-3b5cc8c8]:-ms-input-placeholder {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #6c6b8b
}

.chat .chat__body .form .textarea input[data-v-3b5cc8c8]::placeholder {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #6c6b8b
}

.chat .chat__body .form .textarea .message-length[data-v-3b5cc8c8] {
    margin-right: 10px
}

.chat .chat__body .form .textarea .send[data-v-3b5cc8c8] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 45px;
    cursor: pointer
}

@media screen and (max-width: 1800px) {
    .chat[data-v-3b5cc8c8] {
        width: 472px;
        min-width: 472px
    }
}

@media screen and (max-width: 1200px) {
    .chat[data-v-3b5cc8c8] {
        width: 413px;
        min-width: 413px
    }

    .chat .chat__body .form[data-v-3b5cc8c8] {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .chat .chat__body .form .textarea input[data-v-3b5cc8c8] {
        min-height: 62px;
        font-size: 14px;
        padding-left: 20px
    }

    .chat .chat__body .form .hide[data-v-3b5cc8c8] {
        padding: 0 25px
    }

    .chat .chat__body .form .hide img[data-v-3b5cc8c8] {
        width: 7px
    }

    .chat .chat__body .body .live__item .skin[data-v-3b5cc8c8] {
        width: 165px
    }
}

@media screen and (max-width: 992px) {
    .chat[data-v-3b5cc8c8] {
        display: none
    }
}

.wrapper[data-v-13fec4b2] {
    display: flex;
    margin-top: 15px;
    margin-bottom: 72px
}

.wrapper .cases[data-v-13fec4b2] {
    flex-grow: 1;
    overflow: hidden;
    margin-right: 80px
}

.wrapper .cases .cases__list + .cases__list[data-v-13fec4b2] {
    margin-top: 54px
}

.wrapper .cases__items[data-v-13fec4b2] {
    display: grid;
    grid-template-columns:repeat(5, 1fr);
    grid-row-gap: 40px
}

.wrapper .cases__items .case__item[data-v-13fec4b2] {
    cursor: pointer
}

.wrapper .cases__items .case__item .img[data-v-13fec4b2] {
    height: 245px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s;
    margin-bottom: 1px
}

.wrapper .cases__items .case__item .img img[data-v-13fec4b2] {
    max-width: 95%
}

.wrapper .cases__items .case__item:hover .img[data-v-13fec4b2] {
    transform: translateY(-6px)
}

.wrapper .cases__items .case__item .name[data-v-13fec4b2] {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    width: 100%;
    margin-bottom: 23px
}

.wrapper .cases__items .case__item .prices[data-v-13fec4b2] {
    display: flex;
    justify-content: center;
    align-items: center
}

.wrapper .cases__items .case__item .prices .actual-price[data-v-13fec4b2] {
    background: linear-gradient(56.21deg, #856000 -149.38%, transparent 213.28%);
    border: .5px dashed #ffb800;
    transform: skewX(-10deg);
    margin-right: 16px;
    padding-left: 26px;
    padding-right: 21px;
    padding-top: 7px;
    padding-bottom: 7px
}

.wrapper .cases__items .case__item .prices .actual-price span[data-v-13fec4b2] {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #ffb800;
    transform: skewX(10deg)
}

.wrapper .cases__items .case__item .prices .old-price[data-v-13fec4b2] {
    font-weight: 500;
    font-size: 19px;
    text-decoration: line-through;
    -webkit-text-decoration-color: #ff2929;
    text-decoration-color: #ff2929;
    line-height: 22px
}

@media screen and (max-width: 1800px) {
    .wrapper .cases__items[data-v-13fec4b2] {
        grid-template-columns:repeat(3, 1fr)
    }
}

@media screen and (max-width: 1200px) {
    .wrapper .cases__items[data-v-13fec4b2] {
        grid-template-columns:repeat(2, 1fr)
    }

    .wrapper .cases[data-v-13fec4b2] {
        margin-right: 25px
    }
}

@media screen and (max-width: 992px) {
    .wrapper .cases__items[data-v-13fec4b2] {
        grid-template-columns:repeat(3, 1fr)
    }

    .wrapper .cases[data-v-13fec4b2] {
        margin-right: 0
    }
}

@media screen and (max-width: 768px) {
    .wrapper .cases__items[data-v-13fec4b2] {
        grid-template-columns:repeat(4, 1fr)
    }

    .wrapper .cases .cases__list + .cases__list[data-v-13fec4b2] {
        margin-top: 22px
    }

    .wrapper .cases__items .case__item .img[data-v-13fec4b2] {
        height: auto
    }

    .wrapper .cases__items .case__item .name[data-v-13fec4b2] {
        font-size: 11px;
        line-height: 13px;
        margin-bottom: 13px
    }

    .wrapper .cases__items .case__item .prices .actual-price[data-v-13fec4b2] {
        padding-top: 6px;
        padding-bottom: 5px;
        padding-left: 14px;
        padding-right: 14px;
        margin-right: 6px
    }

    .wrapper .cases__items .case__item .prices .actual-price span[data-v-13fec4b2] {
        font-size: 15px;
        line-height: 18px
    }

    .wrapper .cases__items .case__item .prices .old-price[data-v-13fec4b2] {
        font-size: 12px;
        line-height: 14px
    }

    .wrapper .cases__items .case__item .wrapper .cases__items[data-v-13fec4b2] {
        grid-gap: 19px
    }
}

@media screen and (max-width: 650px) {
    .wrapper .cases__items[data-v-13fec4b2] {
        grid-template-columns:repeat(3, 1fr)
    }
}

@media screen and (max-width: 500px) {
    .wrapper .cases__items[data-v-13fec4b2] {
        grid-template-columns:repeat(2, 1fr)
    }
}

.finish[data-v-8e4ea3aa] {
    margin-bottom: 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.finish .skin[data-v-8e4ea3aa] {
    margin: 0 auto;
    width: 132px;
    height: 132px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 55px
}

.finish .skin .bg[data-v-8e4ea3aa], .finish .skin .bg img[data-v-8e4ea3aa] {
    height: 100%;
    width: 100%
}

.finish .skin .img[data-v-8e4ea3aa] {
    position: absolute
}

.finish .skin .img img[data-v-8e4ea3aa] {
    height: 90px
}

.finish .name[data-v-8e4ea3aa] {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center
}

.finish .sell[data-v-8e4ea3aa] {
    margin: 0 auto;
    display: flex;
    margin-top: 28px;
    transform: skewX(-10deg);
    align-items: center;
    background: linear-gradient(180deg, rgba(0, 163, 255, 0), rgba(0, 163, 255, .5));
    border: 1px solid #00a3ff;
    padding: 15px 0;
    border-radius: 5px
}

.finish .sell span[data-v-8e4ea3aa] {
    font-weight: 500;
    transform: skewX(10deg);
    font-size: 15px;
    line-height: 18px;
    padding-left: 15px;
    padding-right: 10px;
    display: block
}

.finish .sell em[data-v-8e4ea3aa] {
    display: block;
    border-left: 1px solid hsla(0, 0%, 100%, .25);
    padding-left: 0;
    padding-right: 10px
}

.finish .sell em span[data-v-8e4ea3aa] {
    padding-left: 7px;
    font-weight: 700;
    font-size: 19px;
    line-height: 22px;
    display: block;
    transform: skewX(10deg);
    font-style: normal
}

@media screen and (max-width: 1800px) {
    .finish .skin[data-v-8e4ea3aa] {
        margin-bottom: 40px
    }

    .finish .skin .img img[data-v-8e4ea3aa] {
        max-height: 140px
    }
}

@media screen and (max-width: 550px) {
    .finish[data-v-8e4ea3aa] {
        margin-bottom: 20px
    }

    .finish .skin[data-v-8e4ea3aa] {
        margin-bottom: 0;
        width: 90px;
        height: 90px
    }

    .finish .skin .img img[data-v-8e4ea3aa] {
        max-height: 75px
    }

    .finish .name[data-v-8e4ea3aa] {
        font-size: 12px;
        line-height: 15px
    }

    .finish .sell[data-v-8e4ea3aa] {
        padding: 9px 0;
        margin-top: 20px
    }

    .finish .sell span[data-v-8e4ea3aa] {
        font-size: 13px;
        line-height: 18px;
        padding-left: 12px;
        padding-right: 10px
    }

    .finish .sell .price[data-v-8e4ea3aa] {
        padding-left: 0;
        padding-right: 1px
    }

    .finish .sell .price span[data-v-8e4ea3aa] {
        padding-left: 7px;
        font-size: 13px;
        line-height: 12px
    }
}

@media screen and (max-width: 450px) {
    .finish .sell[data-v-8e4ea3aa] {
        flex-wrap: wrap
    }

    .finish .sell > span[data-v-8e4ea3aa] {
        width: 100%;
        padding: 0 !important;
        font-size: 12px;
        text-align: center
    }

    .finish .sell .price[data-v-8e4ea3aa] {
        padding: 0;
        text-align: center;
        width: 100%;
        margin-top: 5px
    }

    .finish .sell .price span[data-v-8e4ea3aa] {
        font-size: 12px
    }
}

.roulette-item[data-v-1e8773e4] {
    margin-bottom: 20px;
    position: relative
}

.roulette-item .arrow-top[data-v-1e8773e4] {
    left: calc(50% - 21.5px);
    position: absolute;
    height: 43px;
    width: 43px;
    display: flex;
    justify-content: center;
    top: -37px
}

.roulette-item .arrow-top img[data-v-1e8773e4] {
    width: 100%
}

.roulette-item .arrow-down[data-v-1e8773e4] {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 25px;
    height: 25px;
    bottom: -35px
}

.roulette-item .roulette-items[data-v-1e8773e4] {
    display: flex;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    border-left: 5px solid #0e0d1e;
    border-right: 5px solid transparent;
    margin-bottom: 75px;
    justify-content: center
}

.roulette-item .roulette-items[data-v-1e8773e4]:before {
    position: absolute;
    content: "";
    display: block;
    height: 25px;
    width: 25px;
    background: url(/img/down-arr.svg);
    background-size: 100% 100%;
    bottom: -35px;
    left: calc(50% - 12.5px);
    z-index: 999999999
}

.roulette-item .skin__item[data-v-1e8773e4] {
    position: relative;
    border-right: 5px solid #0e0d1e;
    height: 161px;
    padding-top: 50px;
    padding-left: 12px
}

.roulette-item .skin__item .dots[data-v-1e8773e4] {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    height: 20px;
    background-size: 100% 100%;
    background: url(/img/skin-dots.svg)
}

.roulette-item .skin__item .img[data-v-1e8773e4] {
    height: 55px;
    justify-content: center;
    width: 55px;
    position: relative;
    display: flex;
    margin: 0 auto;
    align-items: center
}

.roulette-item .skin__item .img .bg[data-v-1e8773e4] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

.roulette-item .skin__item .img .skin[data-v-1e8773e4] {
    position: absolute;
    margin-top: 5px
}

.roulette-item .skin__item .img .skin img[data-v-1e8773e4] {
    max-width: 120px
}

.roulette-item .skin__item .info[data-v-1e8773e4] {
    margin-top: 10px
}

.roulette-item .skin__item .info .title[data-v-1e8773e4] {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 1px
}

.roulette-item .skin__item .info .name[data-v-1e8773e4] {
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    color: hsla(0, 0%, 100%, .19)
}

.roulette-item .skin__item.blue[data-v-1e8773e4] {
    background: linear-gradient(177deg, #0e0d1e 35.91%, rgba(0, 163, 255, .4) 217.54%);
    border-bottom: 2px solid #00a3ff
}

.roulette-item .skin__item.blue .img .bg svg path[data-v-1e8773e4] {
    stroke: #00a3ff
}

.roulette-item .skin__item.purple[data-v-1e8773e4] {
    background: linear-gradient(177deg, #0e0d1e 35.91%, rgba(119, 0, 149, .4) 217.54%);
    border-bottom: 2px solid #770095
}

.roulette-item .skin__item.purple .img .bg svg path[data-v-1e8773e4] {
    stroke: #770095
}

.roulette-item .skin__item.pink[data-v-1e8773e4] {
    background: linear-gradient(177deg, #0e0d1e 35.91%, rgba(255, 0, 92, .4) 217.54%);
    border-bottom: 2px solid #ff007a
}

.roulette-item .skin__item.pink .img .bg svg path[data-v-1e8773e4] {
    stroke: #770095
}

.roulette-item .skin__item.red[data-v-1e8773e4] {
    background: linear-gradient(177deg, #0e0d1e 35.91%, rgba(255, 41, 41, .4) 217.54%);
    border-bottom: 2px solid #ff2929
}

.roulette-item .skin__item.red .img .bg svg path[data-v-1e8773e4] {
    stroke: #ff2929
}

.roulette-item .skin__item.gray[data-v-1e8773e4] {
    background: linear-gradient(177deg, #0e0d1e 35.91%, hsla(0, 0%, 100%, .4) 217.54%);
    border-bottom: 2px solid #fff
}

.roulette-item .skin__item.gray .img .bg svg path[data-v-1e8773e4] {
    stroke: #fff
}

.roulette-item .skin__item.blue-2[data-v-1e8773e4] {
    background: linear-gradient(177deg, #0e0d1e 35.91%, rgba(38, 34, 255, .4) 217.54%);
    border-bottom: 2px solid #2622ff
}

.roulette-item .skin__item.blue-2 .img .bg svg path[data-v-1e8773e4] {
    stroke: #2622ff
}

@media screen and (max-width: 600px) {
    .roulette-item .arrow-top[data-v-1e8773e4] {
        display: none
    }

    .roulette-item .roulette-items[data-v-1e8773e4] {
        margin-bottom: 15px
    }

    .roulette-item .roulette-items[data-v-1e8773e4]:before {
        bottom: -24px
    }
}

.case[data-v-75ba8794] {
    padding-top: 22px
}

.roulette-wrapper[data-v-75ba8794] {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around
}

.roulette-wrapper > div[data-v-75ba8794] {
    width: 555px
}

.finished[data-v-75ba8794] {
    padding-bottom: 84px
}

.finished .finish-wrapper[data-v-75ba8794] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.finished .finish-wrapper > div[data-v-75ba8794] {
    width: 20%
}

.finished.one .finish-wrapper[data-v-75ba8794] {
    grid-template-columns:auto;
    justify-content: center
}

.finished .buttons[data-v-75ba8794] {
    justify-content: center;
    margin-top: 60px;
    display: flex
}

.finished .buttons button[data-v-75ba8794] {
    transform: skewX(-10deg)
}

.finished .buttons button span[data-v-75ba8794] {
    display: block;
    transform: skewX(10deg)
}

.finished .buttons button em[data-v-75ba8794] {
    display: block;
    transform: skewX(10deg);
    font-style: normal
}

.finished .buttons button.restart[data-v-75ba8794] {
    background: linear-gradient(34.52deg, #00ff38 -17.74%, transparent 92.96%);
    border: 1px solid #00ff38;
    border-radius: 5px;
    padding: 16px 25px;
    font-style: normal
}

.finished .buttons button.restart span[data-v-75ba8794] {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    display: block;
    transform: skewX(10deg)
}

.finished .buttons button.sell[data-v-75ba8794] {
    background: #ffb800;
    border-radius: 5px;
    display: flex;
    overflow: hidden;
    align-items: center
}

.finished .buttons button.sell em[data-v-75ba8794] {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #000;
    padding: 0 15px;
    display: block;
    transform: skewX(10deg)
}

.finished .buttons button.sell .price[data-v-75ba8794] {
    text-align: center;
    background: #f09e00;
    transform: skewX(0deg);
    padding: 15px 10px
}

.finished .buttons button.sell .price span[data-v-75ba8794] {
    font-weight: 700;
    color: #000;
    font-size: 19px;
    line-height: 22px;
    transform: skewX(10deg)
}

.finished .buttons button + button[data-v-75ba8794] {
    margin-left: 10px
}

.finished.one .buttons[data-v-75ba8794] {
    margin-top: 29px
}

.finish-skin[data-v-75ba8794] {
    margin: 30px 0
}

.finish-skin .skin__item[data-v-75ba8794] {
    border-right: none;
    border-left: none;
    margin: 0 auto;
    margin-bottom: 30px
}

.finish-skin .buy[data-v-75ba8794] {
    border: 2px solid #ffb800;
    padding: 19px 50px;
    font-weight: 500;
    font-size: 19px;
    line-height: 22px;
    display: block;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.case__body[data-v-75ba8794] {
    margin-bottom: 35px;
    margin-top: 15px
}

.case__body .img[data-v-75ba8794] {
    margin: 0 auto;
    width: 249px;
    margin-bottom: 0
}

.case__body .img img[data-v-75ba8794] {
    max-width: 100%
}

.case__body .x-title[data-v-75ba8794] {
    font-weight: 500;
    font-size: 19px;
    line-height: 22px;
    margin-bottom: 30px;
    text-align: center;
    width: 100%
}

.case__body .x-es[data-v-75ba8794] {
    display: flex;
    margin-bottom: 32px;
    justify-content: center
}

.case__body .x-es input[data-v-75ba8794] {
    display: none
}

.case__body .x-es .x[data-v-75ba8794] {
    width: 60px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: 500;
    font-size: 19px;
    transition: .2s;
    background: #0a0a17;
    margin: 0 6px;
    border-radius: 8px;
    line-height: 22px
}

.case__body .x-es .x[data-v-75ba8794]:hover, .case__body .x-es input:checked + .x[data-v-75ba8794] {
    background: linear-gradient(0deg, #ffb800 -105.81%, transparent 176.74%), #0a0a17
}

.case__body .buttons[data-v-75ba8794] {
    display: flex;
    width: 100%;
    justify-content: center
}

.case__body .buttons button[data-v-75ba8794] {
    height: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: skewX(-10deg)
}

.case__body .buttons button span[data-v-75ba8794] {
    transform: skewX(10deg);
    display: block;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px
}

.case__body .buttons button.open[data-v-75ba8794] {
    padding: 0 53px;
    background: linear-gradient(26.95deg, #00ff38 -31.75%, transparent 92.12%);
    border: 1px solid #00ff38;
    border-radius: 5px
}

.case__body .buttons button.buy[data-v-75ba8794] {
    background: #ffb800;
    border-radius: 5px;
    padding: 0 40px
}

.case__body .buttons button.buy span[data-v-75ba8794] {
    font-weight: 700;
    font-size: 19px;
    line-height: 22px;
    color: #000
}

.case__body .buttons button.fast[data-v-75ba8794] {
    padding: 0 60px;
    border: 1px solid #ffb800;
    border-radius: 5px
}

.case__body .buttons button + button[data-v-75ba8794] {
    margin-left: 15px
}

.skin__item[data-v-75ba8794] {
    position: relative;
    border-right: 5px solid #0e0d1e;
    height: 161px;
    padding-top: 50px;
    padding-left: 12px
}

.skin__item .dots[data-v-75ba8794] {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    height: 20px;
    background-size: 100% 100%;
    background: url(/img/skin-dots.svg)
}

.skin__item .img[data-v-75ba8794] {
    height: 55px;
    justify-content: center;
    width: 55px;
    position: relative;
    display: flex;
    margin: 0 auto;
    align-items: center
}

.skin__item .img .bg[data-v-75ba8794] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

.skin__item .img .skin[data-v-75ba8794] {
    position: absolute;
    margin-top: 5px
}

.skin__item .info[data-v-75ba8794] {
    margin-top: 10px
}

.skin__item .info .title[data-v-75ba8794] {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 1px
}

.skin__item .info .name[data-v-75ba8794] {
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    color: hsla(0, 0%, 100%, .19)
}

.skin__item.blue[data-v-75ba8794] {
    background: linear-gradient(177deg, #0e0d1e 35.91%, rgba(0, 163, 255, .4) 217.54%);
    border-bottom: 2px solid #00a3ff
}

.skin__item.blue .img .bg svg path[data-v-75ba8794] {
    stroke: #00a3ff
}

.skin__item.purple[data-v-75ba8794] {
    background: linear-gradient(177deg, #0e0d1e 35.91%, rgba(119, 0, 149, .4) 217.54%);
    border-bottom: 2px solid #770095
}

.skin__item.purple .img .bg svg path[data-v-75ba8794] {
    stroke: #770095
}

.skin__item.yellow[data-v-75ba8794] {
    background: linear-gradient(177deg, #0e0d1e 35.91%, rgba(255, 184, 0, .4) 217.54%);
    border-bottom: 2px solid #ffb800
}

.skin__item.yellow .img .bg svg path[data-v-75ba8794] {
    stroke: #ffb800
}

.skin__item.pink[data-v-75ba8794] {
    background: linear-gradient(177deg, #0e0d1e 35.91%, rgba(255, 0, 92, .4) 217.54%);
    border-bottom: 2px solid #ff007a
}

.skin__item.pink .img .bg svg path[data-v-75ba8794] {
    stroke: #770095
}

.skin__item.red[data-v-75ba8794] {
    background: linear-gradient(177deg, #0e0d1e 35.91%, rgba(255, 41, 41, .4) 217.54%);
    border-bottom: 2px solid #ff2929
}

.skin__item.red .img .bg svg path[data-v-75ba8794] {
    stroke: #ff2929
}

.skin__item.gray[data-v-75ba8794] {
    background: linear-gradient(177deg, #0e0d1e 35.91%, hsla(0, 0%, 100%, .4) 217.54%);
    border-bottom: 2px solid #fff
}

.skin__item.gray .img .bg svg path[data-v-75ba8794] {
    stroke: #fff
}

.skin__item.blue-2[data-v-75ba8794] {
    background: linear-gradient(177deg, #0e0d1e 35.91%, rgba(38, 34, 255, .4) 217.54%);
    border-bottom: 2px solid #2622ff
}

.skin__item.blue-2 .img .bg svg path[data-v-75ba8794] {
    stroke: #2622ff
}

.roulette[data-v-75ba8794] {
    margin-bottom: 85px;
    position: relative
}

.roulette .arrow-top[data-v-75ba8794] {
    left: calc(50% - 21.5px);
    position: absolute;
    height: 43px;
    width: 43px;
    display: flex;
    justify-content: center;
    top: -37px
}

.roulette .arrow-top img[data-v-75ba8794] {
    width: 100%
}

.roulette .arrow-down[data-v-75ba8794] {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 25px;
    height: 25px;
    bottom: -35px
}

.opening[data-v-75ba8794] {
    border: 2px solid #ffb800;
    padding: 20px 50px;
    font-weight: 500;
    margin: 0 auto;
    display: block;
    cursor: default;
    font-size: 19px;
    line-height: 22px
}

.case__body_includes[data-v-75ba8794] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 34px
}

.case__body_includes .page__title[data-v-75ba8794] {
    width: 100%
}

.case__body_includes .case__items[data-v-75ba8794] {
    width: 100%;
    margin: 0 auto;
    margin-top: 26px;
    display: inline-grid;
    grid-template-columns:repeat(7, 1fr);
    grid-gap: 37px;
    grid-row-gap: 33px;
    margin-bottom: 80px
}

.case__body_includes .case__items .skin__item[data-v-75ba8794] {
    margin: 0;
    border-right: none
}

@media screen and (max-width: 768px) {
    .case__body[data-v-75ba8794] {
        width: 240px;
        margin-top: 0;
        margin-bottom: 40px;
        margin-left: auto;
        margin-right: auto
    }

    .case__body .img[data-v-75ba8794] {
        width: 188px
    }

    .case__body .x-title[data-v-75ba8794] {
        font-size: 13px;
        line-height: 15px;
        margin-bottom: 12px
    }

    .case__body .x-es[data-v-75ba8794] {
        margin-bottom: 13px
    }

    .case__body .x-es .x[data-v-75ba8794] {
        width: 38px;
        height: 27px;
        font-size: 14px;
        line-height: 17px;
        margin: 0 1.5px
    }

    .case__body .buttons[data-v-75ba8794] {
        flex-wrap: wrap
    }

    .case__body .buttons button[data-v-75ba8794] {
        height: 34px
    }

    .case__body .buttons button.open[data-v-75ba8794] {
        margin-left: 6px;
        order: 1;
        flex-grow: 1;
        padding: 0
    }

    .case__body .buttons button.open span[data-v-75ba8794] {
        font-size: 11px;
        line-height: 13px
    }

    .case__body .buttons button.buy[data-v-75ba8794] {
        margin: 0;
        order: 0;
        width: 84px;
        padding: 6.5px 0
    }

    .case__body .buttons button.buy span[data-v-75ba8794] {
        font-size: 16px;
        line-height: 19px
    }

    .case__body .buttons .fast[data-v-75ba8794] {
        order: 2;
        width: 100%;
        margin-left: 0;
        margin-top: 13px;
        padding: 0
    }

    .case__body .buttons .fast span[data-v-75ba8794] {
        font-size: 11px;
        line-height: 18px
    }

    .finish-skin[data-v-75ba8794] {
        width: 200px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 10px
    }

    .finish-skin .buy[data-v-75ba8794] {
        font-size: 16px;
        width: 100%;
        padding: 10px 0
    }
}

@media screen and (max-width: 1800px) {
    .case__body_includes .case__items[data-v-75ba8794] {
        width: 100%
    }
}

@media screen and (max-width: 1400px) {
    .case__body_includes .case__items[data-v-75ba8794] {
        grid-gap: 25px;
        grid-template-columns:repeat(6, 1fr)
    }

    .roulette-items[data-v-75ba8794] {
        max-width: 100%
    }

    .finished .finish-wrapper > div[data-v-75ba8794] {
        width: 25%
    }
}

@media screen and (max-width: 1200px) {
    .case__body_includes .case__items[data-v-75ba8794] {
        grid-gap: 25px;
        grid-template-columns:repeat(5, 1fr)
    }
}

@media screen and (max-width: 992px) {
    .case__body_includes .case__items[data-v-75ba8794] {
        grid-gap: 20px;
        grid-template-columns:repeat(4, 1fr)
    }

    .finished .finish-wrapper > div[data-v-75ba8794] {
        width: 33.333%
    }
}

@media screen and (max-width: 768px) {
    .case__body_includes .case__items[data-v-75ba8794] {
        grid-gap: 25px;
        grid-template-columns:repeat(3, 1fr)
    }

    .finished .finish-wrapper > div[data-v-75ba8794] {
        width: 50%
    }

    .roulette[data-v-75ba8794] {
        margin-bottom: 30px
    }

    .opening[data-v-75ba8794] {
        padding: 16px 30px;
        font-size: 16px
    }

    .roulette-items[data-v-75ba8794] {
        margin-right: -18px;
        margin-left: -18px;
        width: -webkit-fill-available;
        max-width: -webkit-fill-available;
        margin-bottom: 50px
    }

    .roulette-items[data-v-75ba8794]:before {
        bottom: -16px
    }

    .case__body_includes[data-v-75ba8794] {
        margin-top: 30px
    }
}

@media screen and (max-width: 580px) {
    .roulette-wrapper[data-v-75ba8794] {
        margin-right: -18px;
        margin-left: -18px;
        margin-top: 10px
    }

    .roulette-wrapper > div[data-v-75ba8794] {
        width: 100%
    }
}

@media screen and (max-width: 550px) {
    .case__body_includes .case__items[data-v-75ba8794] {
        grid-gap: 10px;
        grid-template-columns:repeat(2, 1fr)
    }

    .finished[data-v-75ba8794] {
        padding-bottom: 20px
    }

    .finished .buttons[data-v-75ba8794] {
        margin-top: 20px;
        flex-wrap: wrap
    }

    .finished .buttons button[data-v-75ba8794] {
        width: 100%;
        justify-content: space-between
    }

    .finished .buttons button em[data-v-75ba8794] {
        flex-grow: 1
    }

    .finished .buttons button + button[data-v-75ba8794] {
        margin-top: 10px;
        margin-left: 0
    }
}

.skin img[data-v-75ba8794] {
    max-width: 110px;
    max-height: 70px
}

.faq[data-v-d2e76338] {
    padding-bottom: 147px;
    padding-top: 46px
}

.faq h1[data-v-d2e76338] {
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    display: block;
    margin-bottom: 43px
}

.faq .wrapper[data-v-d2e76338] {
    display: flex
}

.faq .wrapper .left[data-v-d2e76338] {
    width: 507px;
    min-width: 507px;
    margin-right: 45px
}

.faq .wrapper .left .requests[data-v-d2e76338] {
    border-radius: 17px;
    overflow: hidden;
    background: #0d0c20
}

.faq .wrapper .left .requests .list .request[data-v-d2e76338] {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    transition: .1s;
    align-items: center;
    padding: 36px 45px
}

.faq .wrapper .left .requests .list .request.active[data-v-d2e76338] {
    background: #17162c
}

.faq .wrapper .left .requests .list .request.active .title svg path[data-v-d2e76338] {
    fill: #fe6138
}

.faq .wrapper .left .requests .list .request[data-v-d2e76338]:hover {
    background: #17162c
}

.faq .wrapper .left .requests .list .request:hover .title svg path[data-v-d2e76338] {
    fill: #fe6138
}

.faq .wrapper .left .requests .list .request .title[data-v-d2e76338] {
    display: flex;
    align-items: center
}

.faq .wrapper .left .requests .list .request .title svg[data-v-d2e76338] {
    margin-right: 16px
}

.faq .wrapper .left .requests .list .request .title svg path[data-v-d2e76338] {
    transition: .1s;
    fill: #636178
}

.faq .wrapper .left .requests .list .request .title span[data-v-d2e76338] {
    font-weight: 500;
    font-size: 17px;
    line-height: 20px
}

.faq .wrapper .left .requests + .requests[data-v-d2e76338] {
    margin-top: 37px
}

.faq .wrapper .right[data-v-d2e76338] {
    width: 823px;
    min-width: 823px
}

.faq .wrapper .right .answers .answer[data-v-d2e76338] {
    background: #0d0c20;
    border-radius: 14px;
    overflow: hidden;
    width: 100%
}

.faq .wrapper .right .answers .answer .top[data-v-d2e76338] {
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    display: flex;
    padding: 21px 45px;
    width: 100%
}

.faq .wrapper .right .answers .answer .top .open[data-v-d2e76338] {
    font-weight: 500;
    font-size: 35px;
    line-height: 41px;
    color: #4c4b69
}

.faq .wrapper .right .answers .answer .reply[data-v-d2e76338] {
    padding: 28px 45px;
    padding-top: 0;
    padding-bottom: 30px
}

.faq .wrapper .right .answers .answer .reply p[data-v-d2e76338] {
    font-size: 15px;
    line-height: 18px;
    color: #6d6c8f;
    margin: 0
}

.faq .wrapper .right .answers .answer .reply button[data-v-d2e76338] {
    display: flex;
    margin-top: 28px;
    align-items: center;
    background: #fe6138;
    border-radius: 11px;
    padding: 16px 23px
}

.faq .wrapper .right .answers .answer .reply button span[data-v-d2e76338] {
    font-weight: 500;
    font-size: 13px;
    line-height: 15px
}

.faq .wrapper .right .answers .answer .reply button svg[data-v-d2e76338] {
    margin-right: 12px
}

.faq .wrapper .right .answers .answer + .answer[data-v-d2e76338] {
    margin-top: 10px
}

.faq .wrapper .right .breadcrumbs[data-v-d2e76338] {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.faq .wrapper .right .breadcrumbs svg[data-v-d2e76338] {
    margin-right: 12px
}

.faq .wrapper .right .breadcrumbs em[data-v-d2e76338] {
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #fe6138;
    font-style: normal;
    margin-right: 4px
}

.faq .wrapper .right .breadcrumbs span[data-v-d2e76338] {
    font-size: 16px;
    line-height: 17px;
    color: #67667c
}

.faq .wrapper .right .create[data-v-d2e76338] {
    background: #0d0c20;
    border-radius: 14px;
    padding: 35px 46px
}

.faq .wrapper .right .create .go-back[data-v-d2e76338] {
    display: none
}

.faq .wrapper .right .create .breadcrumbs[data-v-d2e76338] {
    justify-content: flex-start
}

.faq .wrapper .right .create h2[data-v-d2e76338] {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    margin-top: 41px;
    margin-bottom: 25px
}

.faq .wrapper .right .create input[data-v-d2e76338] {
    height: 68px;
    padding: 0 30px;
    font-weight: 500;
    margin-bottom: 11px
}

.faq .wrapper .right .create input[data-v-d2e76338], .faq .wrapper .right .create textarea[data-v-d2e76338] {
    background: #131225;
    border-radius: 15px;
    font-size: 17px;
    display: block;
    outline: none;
    border: none;
    width: 100%;
    line-height: 20px
}

.faq .wrapper .right .create textarea[data-v-d2e76338] {
    padding: 24px 30px;
    resize: none;
    height: 172px;
    color: #595869;
    margin-bottom: 19px
}

.faq .wrapper .right .create textarea[data-v-d2e76338]::-moz-placeholder {
    font-size: 17px;
    line-height: 20px;
    color: #595869
}

.faq .wrapper .right .create textarea[data-v-d2e76338]:-ms-input-placeholder {
    font-size: 17px;
    line-height: 20px;
    color: #595869
}

.faq .wrapper .right .create textarea[data-v-d2e76338]::placeholder {
    font-size: 17px;
    line-height: 20px;
    color: #595869
}

.faq .wrapper .right .create .send[data-v-d2e76338] {
    background: #fe6138;
    border-radius: 11px;
    padding: 18px 40px;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase
}

.faq .wrapper .right .my-requests[data-v-d2e76338] {
    background: #0d0c20;
    border-radius: 14px
}

.faq .wrapper .right .my-requests .requests__head[data-v-d2e76338] {
    display: flex;
    padding: 28px 44px;
    align-items: center;
    justify-content: space-between
}

.faq .wrapper .right .my-requests .requests__head .breadcrumbs[data-v-d2e76338] {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.faq .wrapper .right .my-requests .requests__head .breadcrumbs svg[data-v-d2e76338] {
    margin-right: 12px
}

.faq .wrapper .right .my-requests .requests__head .breadcrumbs em[data-v-d2e76338] {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #fe6138;
    font-style: normal;
    margin-right: 4px
}

.faq .wrapper .right .my-requests .requests__head .breadcrumbs span[data-v-d2e76338] {
    font-size: 16px;
    line-height: 17px;
    color: #67667c
}

.faq .wrapper .right .my-requests .requests__head .create[data-v-d2e76338] {
    background: #fe6138;
    border-radius: 11px;
    padding: 13px 17px;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px
}

.faq .wrapper .right .my-requests .requests__head .create svg[data-v-d2e76338] {
    margin-right: 9px
}

.faq .wrapper .right .my-requests .tickets[data-v-d2e76338] {
    padding: 0 46px;
    padding-bottom: 45px
}

.faq .wrapper .right .my-requests .tickets h2[data-v-d2e76338] {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    display: block;
    margin-bottom: 29px
}

.faq .wrapper .right .my-requests .tickets .list .my-ticket[data-v-d2e76338] {
    display: grid;
    grid-template-columns:80px auto 137px;
    padding: 14px 26px;
    padding-bottom: 16px;
    background: #131225;
    align-items: center;
    border-radius: 15px
}

.faq .wrapper .right .my-requests .tickets .list .my-ticket .number[data-v-d2e76338] {
    font-size: 17px;
    line-height: 20px;
    color: #5b5a70
}

.faq .wrapper .right .my-requests .tickets .list .my-ticket span[data-v-d2e76338] {
    font-weight: 500;
    font-size: 17px;
    line-height: 20px
}

.faq .wrapper .right .my-requests .tickets .list .my-ticket .status[data-v-d2e76338] {
    padding: 9.5px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px
}

.faq .wrapper .right .my-requests .tickets .list .my-ticket .status.green[data-v-d2e76338] {
    color: #fff;
    background: #28813c
}

.faq .wrapper .right .my-requests .tickets .list .my-ticket .status.gray[data-v-d2e76338] {
    background: #0d0c20;
    color: #67667c
}

.faq .wrapper .right .my-requests .tickets .list .my-ticket + .my-ticket[data-v-d2e76338] {
    margin-top: 9px
}

@media screen and (max-width: 1400px) {
    .faq .wrapper .right[data-v-d2e76338] {
        width: unset;
        flex-grow: 1;
        overflow: hidden;
        min-width: unset
    }

    .faq .wrapper .right .my-requests .tickets .list .my-ticket .number[data-v-d2e76338], .faq .wrapper .right .my-requests .tickets .list .my-ticket span[data-v-d2e76338] {
        font-size: 14px
    }
}

@media screen and (max-width: 1200px) {
    .faq .wrapper .left[data-v-d2e76338] {
        margin-right: 30px;
        width: 380px;
        min-width: 380px
    }

    .faq .wrapper .left .requests .list .request[data-v-d2e76338] {
        padding: 30px 25px
    }

    .faq .wrapper .left .requests .list .request .title span[data-v-d2e76338] {
        font-size: 16px
    }

    .faq .wrapper .right .create[data-v-d2e76338] {
        padding: 25px
    }

    .faq .wrapper .right .my-requests .tickets[data-v-d2e76338] {
        padding: 0 25px;
        padding-bottom: 25px
    }

    .faq .wrapper .right .my-requests .tickets .list .my-ticket[data-v-d2e76338] {
        grid-template-columns:60px auto 137px
    }

    .faq .wrapper .right .my-requests .requests__head[data-v-d2e76338] {
        padding: 25px
    }
}

@media screen and (max-width: 992px) {
    .faq[data-v-d2e76338] {
        padding-bottom: 32px
    }

    .faq .wrapper[data-v-d2e76338] {
        flex-wrap: wrap
    }

    .faq .wrapper .left[data-v-d2e76338] {
        margin-right: 0;
        width: 100%;
        min-width: 100%
    }

    .faq .wrapper .left .requests + .requests[data-v-d2e76338] {
        margin-top: 20px
    }

    .faq .wrapper .right[data-v-d2e76338] {
        width: 100%;
        flex-grow: unset;
        margin-top: 20px
    }
}

@media screen and (max-width: 600px) {
    .faq[data-v-d2e76338] {
        min-height: 80vh;
        padding-top: 19px
    }

    .faq h1[data-v-d2e76338] {
        font-size: 15px;
        line-height: 18px;
        text-align: center;
        margin-bottom: 31px
    }

    .faq .wrapper .right[data-v-d2e76338] {
        overflow: unset
    }

    .faq .wrapper .right .my-requests[data-v-d2e76338] {
        background: 0 0
    }

    .faq .wrapper .right .my-requests .requests__head[data-v-d2e76338] {
        display: none
    }

    .faq .wrapper .right .my-requests .tickets[data-v-d2e76338] {
        padding: 0;
        background: 0 0
    }

    .faq .wrapper .right .my-requests .tickets h2[data-v-d2e76338] {
        font-size: 15px;
        line-height: 18px;
        font-weight: 700;
        margin-bottom: 23px
    }

    .faq .wrapper .right .my-requests .tickets .list .my-ticket[data-v-d2e76338] {
        padding: 19px 22px;
        border-radius: 10px;
        grid-template-columns:auto 53px
    }

    .faq .wrapper .right .my-requests .tickets .list .my-ticket.green[data-v-d2e76338] {
        background: #2e583f
    }

    .faq .wrapper .right .my-requests .tickets .list .my-ticket.green .number[data-v-d2e76338] {
        color: #629576
    }

    .faq .wrapper .right .my-requests .tickets .list .my-ticket.gray[data-v-d2e76338] {
        background: #17162c
    }

    .faq .wrapper .right .my-requests .tickets .list .my-ticket .number[data-v-d2e76338] {
        order: 1;
        font-size: 12px;
        line-height: 14px
    }

    .faq .wrapper .right .my-requests .tickets .list .my-ticket span[data-v-d2e76338] {
        font-size: 13px;
        line-height: 15px
    }

    .faq .wrapper .right .my-requests .tickets .list .my-ticket .status[data-v-d2e76338] {
        display: none
    }

    .faq .wrapper .right .my-requests .tickets .list .my-ticket + .my-ticket[data-v-d2e76338] {
        margin-top: 10px
    }

    .faq .wrapper .right .answers .answer .top[data-v-d2e76338] {
        padding: 19px 21px
    }

    .faq .wrapper .right .answers .answer .top .open[data-v-d2e76338] {
        font-size: 21px;
        line-height: 25px
    }

    .faq .wrapper .right .answers .answer .reply[data-v-d2e76338] {
        padding: 0 21px;
        padding-top: 0;
        padding-bottom: 30px
    }

    .faq .wrapper .right .answers .answer .reply button[data-v-d2e76338] {
        margin-top: 18px;
        padding: 14px 25px
    }

    .faq .wrapper .right .answers .answer .reply button svg[data-v-d2e76338] {
        width: 13px;
        margin-right: 8px
    }

    .faq .wrapper .right .answers .answer .reply button span[data-v-d2e76338] {
        font-size: 10px;
        line-height: 12px
    }

    .faq .wrapper .right .answers .answer .reply p[data-v-d2e76338] {
        font-size: 12px;
        line-height: 17px
    }

    .faq .wrapper .right .create[data-v-d2e76338] {
        margin-top: -20px;
        padding: 0;
        background: 0 0
    }

    .faq .wrapper .right .create .go-back[data-v-d2e76338] {
        margin-bottom: 20px;
        display: flex;
        align-items: center
    }

    .faq .wrapper .right .create .go-back svg[data-v-d2e76338] {
        margin-right: 17px
    }

    .faq .wrapper .right .create .go-back span[data-v-d2e76338] {
        font-weight: 700;
        font-size: 15px;
        line-height: 18px
    }

    .faq .wrapper .right .create .send[data-v-d2e76338] {
        font-size: 10px;
        line-height: 12px;
        padding: 16px 35px
    }

    .faq .wrapper .right .create .breadcrumbs[data-v-d2e76338], .faq .wrapper .right .create h2[data-v-d2e76338] {
        display: none
    }

    .faq .wrapper .right .create input[data-v-d2e76338] {
        padding: 0 27px;
        height: 53px;
        font-size: 13px;
        line-height: 15px;
        background: #0d0c20;
        margin-bottom: 8.7px
    }

    .faq .wrapper .right .create textarea[data-v-d2e76338] {
        background: #0d0c20;
        height: 164px;
        padding: 19px 27px;
        font-size: 13px;
        line-height: 15px;
        margin-bottom: 8px
    }

    .faq .wrapper .right .create textarea[data-v-d2e76338]::-moz-placeholder {
        font-size: 13px;
        line-height: 15px
    }

    .faq .wrapper .right .create textarea[data-v-d2e76338]:-ms-input-placeholder {
        font-size: 13px;
        line-height: 15px
    }

    .faq .wrapper .right .create textarea[data-v-d2e76338]::placeholder {
        font-size: 13px;
        line-height: 15px
    }

    .faq .wrapper .left.open-form[data-v-d2e76338] {
        display: none
    }

    .faq .wrapper .left .requests[data-v-d2e76338] {
        background: 0 0
    }

    .faq .wrapper .left .requests .list .request[data-v-d2e76338] {
        background: #0d0c20;
        border-radius: 10px;
        padding-top: 20px;
        padding-bottom: 17px;
        padding-left: 25px;
        padding-right: 25px
    }

    .faq .wrapper .left .requests .list .request .title svg[data-v-d2e76338] {
        max-width: 14px;
        margin-right: 8px
    }

    .faq .wrapper .left .requests .list .request .title span[data-v-d2e76338] {
        font-size: 13px;
        line-height: 15px
    }

    .faq .wrapper .left .requests .list .request .arrow svg[data-v-d2e76338] {
        width: 6px
    }

    .faq .wrapper .left .requests + .requests[data-v-d2e76338], .faq .wrapper .left .requests .list .request + .request[data-v-d2e76338] {
        margin-top: 10px
    }
}

.mobile-upgrade-game[data-v-213f2d16] {
    width: 90%;
    margin: 0 auto;
    margin-top: 26px
}

.mobile-upgrade-game .top[data-v-213f2d16] {
    display: grid;
    grid-gap: 13px;
    grid-template-columns:repeat(2, 1fr)
}

.mobile-upgrade-game .top .indicator[data-v-213f2d16] {
    padding: 11px 0;
    padding-left: 28px;
    display: flex;
    align-items: center
}

.mobile-upgrade-game .top .indicator em[data-v-213f2d16] {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    font-style: normal;
    margin-right: 8px
}

.mobile-upgrade-game .top .indicator span[data-v-213f2d16] {
    font-weight: 500;
    font-size: 10px;
    line-height: 12px
}

.mobile-upgrade-game .top .indicator.chance[data-v-213f2d16] {
    background: linear-gradient(78.96deg, #000 -59.44%, #ff005c 89.4%), #c4c4c4;
    border: 1px dashed #ff005c
}

.mobile-upgrade-game .top .indicator.coef[data-v-213f2d16] {
    background: linear-gradient(21.75deg, transparent -282.57%, #00a3ff 165.17%);
    border: 1px dashed #00a3ff
}

.mobile-upgrade-game .game[data-v-213f2d16] {
    position: relative;
    margin-top: 24px;
    display: flex;
    justify-content: space-between
}

.mobile-upgrade-game .game .run[data-v-213f2d16] {
    position: absolute;
    bottom: 3px;
    z-index: 99999;
    background: url(/img/run-bg.svg);
    background-size: 100% 100%;
    width: 100px;
    cursor: pointer;
    height: 80px;
    left: calc(50% - 50px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    transition: .2s
}

.mobile-upgrade-game .game .run svg[data-v-213f2d16] {
    width: 24px;
    margin-bottom: 0
}

.mobile-upgrade-game .game .run[data-v-213f2d16]:hover {
    opacity: .6
}

.mobile-upgrade-game .game .run span[data-v-213f2d16] {
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 9px;
    line-height: 11px;
    text-align: center;
    color: #000;
    letter-spacing: .195em;
    margin-bottom: 10px
}

.mobile-upgrade-game .game .block[data-v-213f2d16] {
    width: 133px;
    position: relative
}

.mobile-upgrade-game .game .block .holder[data-v-213f2d16] {
    height: 114px;
    width: 133px;
    background: url(/img/holder2.png);
    background-size: 100% 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.mobile-upgrade-game .game .block .holder > .skin[data-v-213f2d16] {
    max-height: 50px
}

.mobile-upgrade-game .game .block .holder .active-holder[data-v-213f2d16] {
    width: 160px;
    position: absolute;
    left: -12px;
    top: -12px
}

.mobile-upgrade-game .game .block .holder .skin[data-v-213f2d16] {
    position: absolute;
    max-width: 96px
}

.mobile-upgrade-game .game .block .holder .select[data-v-213f2d16] {
    font-weight: 500;
    font-size: 8px;
    line-height: 11px
}

.mobile-upgrade-game .game .block .description[data-v-213f2d16] {
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%)
}

.mobile-upgrade-game .game .block .description .name[data-v-213f2d16] {
    font-weight: 700;
    font-size: 13px;
    line-height: 15px
}

.mobile-upgrade-game .game .block .description .title[data-v-213f2d16] {
    font-size: 11px;
    line-height: 13px;
    color: hsla(0, 0%, 100%, .36)
}

.mobile-upgrade-game .game .block .description p[data-v-213f2d16] {
    display: flex;
    align-items: center;
    font-weight: 500;
    justify-content: flex-end;
    font-size: 9px;
    line-height: 135.02%;
    text-align: center;
    color: hsla(0, 0%, 100%, .36)
}

.mobile-upgrade-game .buttons[data-v-213f2d16] {
    margin: 0 auto;
    margin-top: 30px;
    width: 284px
}

.mobile-upgrade-game .buttons button[data-v-213f2d16] {
    width: 100%;
    padding: 15.5px 0;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 135.02%;
    border-radius: 4px
}

.mobile-upgrade-game .buttons button.purple[data-v-213f2d16] {
    background: #6951ff
}

.mobile-upgrade-game .buttons button.primary[data-v-213f2d16] {
    border: 1px solid #6951ff;
    border-radius: 4px
}

.mobile-upgrade-game .buttons button + button[data-v-213f2d16] {
    margin-top: 7px
}

.mobile-upgrade-game .balances[data-v-213f2d16] {
    background: #131225;
    border-radius: 5px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 6% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 6% 100%);
    height: 115px;
    margin: 0 auto;
    width: 100%;
    display: grid;
    grid-template-columns:repeat(1, 1fr);
    transform: skewX(-15deg)
}

.mobile-upgrade-game .balances .balance[data-v-213f2d16] {
    height: 100%;
    padding: 20px 35px;
    background: #1a192d;
    border-radius: 5px;
    padding-left: 45px
}

.mobile-upgrade-game .balances .balance .controls[data-v-213f2d16] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transform: skewX(15deg)
}

.mobile-upgrade-game .balances .balance .controls input[data-v-213f2d16] {
    display: none
}

.mobile-upgrade-game .balances .balance .controls label[data-v-213f2d16] {
    display: flex;
    cursor: pointer;
    align-items: center
}

.mobile-upgrade-game .balances .balance .controls label .square[data-v-213f2d16] {
    width: 70px;
    padding: 0 8px;
    display: flex;
    position: relative;
    align-items: center;
    height: 29px;
    background: url(/img/square-bg.svg);
    border-radius: 5px;
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.mobile-upgrade-game .balances .balance .controls label .square .pointer[data-v-213f2d16] {
    transform: translateX(28px);
    transition: .2s
}

.mobile-upgrade-game .balances .balance .controls label .square .off[data-v-213f2d16] {
    position: absolute;
    font-weight: 500;
    font-size: 9px;
    line-height: 12px;
    left: 13px
}

.mobile-upgrade-game .balances .balance .controls label .square .on[data-v-213f2d16] {
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    margin-left: auto;
    padding-right: 5px;
    color: red
}

.mobile-upgrade-game .balances .balance .controls label .label[data-v-213f2d16] {
    margin-left: 12px;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    color: #68677e
}

.mobile-upgrade-game .balances .balance .controls input:checked + label .square .pointer[data-v-213f2d16] {
    transform: translateX(0)
}

.mobile-upgrade-game .balances .balance .controls button[data-v-213f2d16] {
    background: #009f40;
    border-radius: 9px;
    padding: 9px;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px
}

.mobile-upgrade-game .balances .balance .indicators[data-v-213f2d16] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 19px;
    padding: 0 20px;
    transform: skewX(16deg)
}

.mobile-upgrade-game .balances .balance .indicators span[data-v-213f2d16] {
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    color: #68677e
}

.mobile-upgrade-game .balances .balance .indicators em[data-v-213f2d16] {
    font-weight: 500;
    font-size: 20px;
    font-style: normal;
    line-height: 24px
}

.mobile-upgrade-game .balances .progress[data-v-213f2d16] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 30px
}

.mobile-upgrade-game .balances .progress .progress__head[data-v-213f2d16] {
    transform: skewX(15deg);
    justify-content: space-between;
    display: flex;
    align-items: center
}

.mobile-upgrade-game .balances .progress .progress__head span[data-v-213f2d16] {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px
}

.mobile-upgrade-game .balances .progress .progress__body[data-v-213f2d16] {
    margin-top: 14px;
    background: #0e0d1e;
    transform: skewX(15deg);
    width: 100%;
    height: 8px;
    display: flex;
    align-items: center;
    position: relative;
    mix-blend-mode: normal;
    border-radius: 3px
}

.mobile-upgrade-game .balances .progress .progress__body .pointer[data-v-213f2d16] {
    width: 12px;
    height: 12px;
    background: #fff;
    box-shadow: 0 0 7px rgba(0, 194, 255, .48);
    border-radius: 48px;
    left: calc(40% - 6px);
    top: calc(50% - 6px);
    position: absolute
}

.mobile-upgrade-game .balances .progress .progress__body .progress__fill[data-v-213f2d16] {
    background: #00c2ff;
    box-shadow: 0 0 7px rgba(0, 194, 255, .48);
    border-radius: 3px;
    width: 40%;
    height: 100%
}

@media screen and (max-width: 575px) {
    .mobile-upgrade-game[data-v-213f2d16] {
        width: 100%
    }

    .mobile-upgrade-game .game[data-v-213f2d16] {
        width: 280px;
        margin: 0 auto;
        margin-top: 24px
    }

    .mobile-upgrade-game .buttons[data-v-213f2d16] {
        width: 100%
    }
}

.faq[data-v-0728769c] {
    margin-bottom: 53px;
    padding-top: 38px
}

.faq .faq__title[data-v-0728769c] {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
    color: #fff
}

.faq .faq__items[data-v-0728769c] {
    border-radius: 14px;
    overflow: hidden
}

.faq .faq__items .top[data-v-0728769c] {
    display: flex;
    cursor: pointer;
    align-items: center;
    padding: 21.5px 45px;
    justify-content: space-between;
    background: #0e0e1e
}

.faq .faq__items .top span[data-v-0728769c] {
    font-weight: 500;
    font-size: 17px;
    line-height: 20px
}

.faq .faq__items .top .plus[data-v-0728769c] {
    font-weight: 500;
    font-size: 35px;
    line-height: 41px;
    color: #4c4b69
}

.faq .faq__items .answer[data-v-0728769c] {
    font-size: 15px;
    line-height: 18px;
    padding: 37px 45px;
    background: #0e0e1e;
    padding-top: 0;
    color: #6d6c8f;
    display: none
}

.faq .faq__items .top.active + .answer[data-v-0728769c] {
    display: block
}

.faq .faq__items + .faq__items[data-v-0728769c] {
    margin-top: 10px
}

.mobile-upgrade-game[data-v-0728769c] {
    display: none
}

.upgrade .wrapper[data-v-0728769c] {
    background: #0e0d1e;
    margin-top: 23px;
    margin-bottom: 47px;
    padding-bottom: 30px
}

.upgrade .title[data-v-0728769c] {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 12px;
    padding-bottom: 26px;
    padding-right: 62px;
    padding-left: 62px;
    letter-spacing: .39em;
    margin: 0 auto;
    position: relative
}

.upgrade .title span[data-v-0728769c] {
    font-weight: 500;
    font-size: 27px;
    line-height: 32px;
    position: relative;
    z-index: 999999999
}

.upgrade .title[data-v-0728769c]:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    background: #131225;
    height: 100%;
    content: "";
    -webkit-clip-path: polygon(0 0, 100% 0, 93% 100%, 7% 100%);
    clip-path: polygon(0 0, 100% 0, 93% 100%, 7% 100%)
}

.upgrade .upgrade-game[data-v-0728769c] {
    width: 1100px;
    margin: 0 auto
}

.upgrade .upgrade-game .top[data-v-0728769c] {
    padding: 0 95px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.upgrade .upgrade-game .top .buttons[data-v-0728769c] {
    display: flex
}

.upgrade .upgrade-game .top .buttons button[data-v-0728769c] {
    padding: 11.5px 35px;
    border: 1px solid #444363;
    border-radius: 5px;
    transform: skewX(10deg);
    transition: .2s
}

.upgrade .upgrade-game .top .buttons button span[data-v-0728769c] {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    transform: skewX(-10deg);
    display: block
}

.upgrade .upgrade-game .top .buttons button[data-v-0728769c]:hover {
    background: linear-gradient(119.96deg, #ffe711 -17.31%, #ffb800 69.55%)
}

.upgrade .upgrade-game .top .buttons button:hover span[data-v-0728769c] {
    color: #100f20
}

.upgrade .upgrade-game .top .buttons button.active[data-v-0728769c] {
    background: linear-gradient(119.96deg, #ffe711 -17.31%, #ffb800 69.55%)
}

.upgrade .upgrade-game .top .buttons button.active span[data-v-0728769c] {
    font-weight: 700;
    color: #100f20
}

.upgrade .upgrade-game .top .buttons button + button[data-v-0728769c] {
    margin-left: 30px
}

.upgrade .upgrade-game .top .skins-for-upgrade[data-v-0728769c] {
    background: #1a192d;
    border-radius: 5px;
    padding: 15.5px 33px;
    transform: skewX(-10deg)
}

.upgrade .upgrade-game .top .skins-for-upgrade span[data-v-0728769c] {
    color: #68677e;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    display: block;
    transform: skewX(10deg)
}

.upgrade .upgrade-game .game[data-v-0728769c] {
    margin-bottom: 48px;
    height: 395px;
    background: url(/img/roulette-bg.svg);
    background-size: contain;
    background-position: 88px;
    background-repeat: no-repeat;
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    position: relative
}

.upgrade .upgrade-game .game .run[data-v-0728769c] {
    position: absolute;
    bottom: 3px;
    z-index: 1;
    left: calc(50% - 72px);
    background: url(/img/run-bg.svg);
    background-size: 100% 100%;
    width: 144px;
    cursor: pointer;
    height: 144px;
    display: flex;
    flex-wrap: wrap;
    padding-top: 40px;
    align-items: center;
    justify-content: center;
    transition: .2s
}

.upgrade .upgrade-game .game .run svg[data-v-0728769c] {
    margin-bottom: 0
}

.upgrade .upgrade-game .game .run[data-v-0728769c]:hover {
    opacity: .6
}

.upgrade .upgrade-game .game .run span[data-v-0728769c] {
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: .195em;
    color: #000;
    margin-bottom: 19px
}

.upgrade .upgrade-game .game .left[data-v-0728769c] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.upgrade .upgrade-game .game .left .chance[data-v-0728769c] {
    right: 2px;
    position: absolute;
    top: 36px
}

.upgrade .upgrade-game .game .left .chance span[data-v-0728769c] {
    right: 12px;
    top: 12px;
    position: absolute;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-align: center
}

.upgrade .upgrade-game .game .left .chance img[data-v-0728769c] {
    width: 94px
}

.upgrade .upgrade-game .game .left .holder[data-v-0728769c] {
    width: 297px;
    height: 277px;
    margin-top: 23px;
    background: url(/img/holder.png);
    background-size: 100% 100%;
    margin-left: 10px
}

.upgrade .upgrade-game .game .right[data-v-0728769c] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

.upgrade .upgrade-game .game .right .chance[data-v-0728769c] {
    position: absolute;
    left: 2px;
    top: 36px
}

.upgrade .upgrade-game .game .right .chance span[data-v-0728769c] {
    left: 12px;
    top: 12px;
    position: absolute;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-align: center
}

.upgrade .upgrade-game .game .right .chance img[data-v-0728769c] {
    width: 94px
}

.upgrade .upgrade-game .game .right .holder[data-v-0728769c] {
    width: 297px;
    height: 277px;
    margin-top: 23px;
    background: url(/img/holder.png);
    background-size: 100% 100%;
    margin-right: 10px
}

.upgrade .upgrade-game .game .holder[data-v-0728769c] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

.upgrade .upgrade-game .game .holder .active-bg[data-v-0728769c] {
    position: absolute;
    width: 342px;
    margin-top: -15px;
    margin-left: 20px
}

.upgrade .upgrade-game .game .holder .skin[data-v-0728769c] {
    top: calc(50% - 65px);
    position: absolute
}

.upgrade .upgrade-game .game .holder .skin img[data-v-0728769c] {
    width: 100%;
    max-height: 200px;
    max-height: 128px;
    -o-object-fit: contain;
    object-fit: contain
}

.upgrade .upgrade-game .game .holder .skin .name[data-v-0728769c] {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 3.7px;
    text-align: center
}

.upgrade .upgrade-game .game .holder .skin .desk[data-v-0728769c] {
    font-size: 15px;
    line-height: 18px;
    color: hsla(0, 0%, 100%, .36);
    text-align: center;
    width: 100%
}

.upgrade .upgrade-game .game .holder .select[data-v-0728769c] {
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    text-align: center
}

.upgrade .balances[data-v-0728769c] {
    width: 930px;
    background: #131225;
    border-radius: 5px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 6% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 6% 100%);
    height: 115px;
    margin: 0 auto;
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    transform: skewX(-15deg)
}

.upgrade .balances .balance[data-v-0728769c] {
    height: 100%;
    padding: 20px 35px;
    background: #1a192d;
    border-radius: 5px;
    padding-left: 45px
}

.upgrade .balances .balance .controls[data-v-0728769c] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transform: skewX(15deg)
}

.upgrade .balances .balance .controls input[data-v-0728769c] {
    display: none
}

.upgrade .balances .balance .controls label[data-v-0728769c] {
    display: flex;
    cursor: pointer;
    align-items: center
}

.upgrade .balances .balance .controls label .square[data-v-0728769c] {
    width: 70px;
    padding: 0 8px;
    display: flex;
    position: relative;
    align-items: center;
    height: 29px;
    background: url(/img/square-bg.svg);
    border-radius: 5px;
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.upgrade .balances .balance .controls label .square .pointer[data-v-0728769c] {
    transform: translateX(28px);
    transition: .2s
}

.upgrade .balances .balance .controls label .square .off[data-v-0728769c] {
    position: absolute;
    font-weight: 500;
    font-size: 9px;
    line-height: 12px;
    left: 13px
}

.upgrade .balances .balance .controls label .square .on[data-v-0728769c] {
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    margin-left: auto;
    padding-right: 5px;
    color: red
}

.upgrade .balances .balance .controls label .label[data-v-0728769c] {
    margin-left: 12px;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    color: #68677e
}

.upgrade .balances .balance .controls input:checked + label .square .pointer[data-v-0728769c] {
    transform: translateX(0)
}

.upgrade .balances .balance .controls button[data-v-0728769c] {
    background: #009f40;
    border-radius: 9px;
    padding: 9px;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px
}

.upgrade .balances .balance .indicators[data-v-0728769c] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 19px;
    padding: 0 20px;
    transform: skewX(16deg)
}

.upgrade .balances .balance .indicators span[data-v-0728769c] {
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    color: #68677e
}

.upgrade .balances .balance .indicators em[data-v-0728769c] {
    font-weight: 500;
    font-size: 20px;
    font-style: normal;
    line-height: 24px
}

.upgrade .balances .progress[data-v-0728769c] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 30px
}

.upgrade .balances .progress .progress__head[data-v-0728769c] {
    transform: skewX(15deg);
    justify-content: space-between;
    display: flex;
    align-items: center
}

.upgrade .balances .progress .progress__head span[data-v-0728769c] {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px
}

.upgrade .balances .progress .progress__body[data-v-0728769c] {
    margin-top: 14px;
    background: #0e0d1e;
    transform: skewX(15deg);
    width: 100%;
    height: 8px;
    display: flex;
    align-items: center;
    position: relative;
    mix-blend-mode: normal;
    border-radius: 3px
}

.upgrade .balances .progress .progress__body .pointer[data-v-0728769c] {
    width: 12px;
    height: 12px;
    background: #fff;
    box-shadow: 0 0 7px rgba(0, 194, 255, .48);
    border-radius: 48px;
    left: calc(40% - 6px);
    top: calc(50% - 6px);
    position: absolute
}

.upgrade .balances .progress .progress__body .progress__fill[data-v-0728769c] {
    background: #00c2ff;
    box-shadow: 0 0 7px rgba(0, 194, 255, .48);
    border-radius: 3px;
    width: 100%;
    height: 100%
}

.upgrade .setSiteFilter[data-v-0728769c] {
    margin-left: auto;
    text-align: right;
    font-size: 12px;
    margin: 12px 20px 5px
}

.upgrade .setSiteFilter span[data-v-0728769c] {
    cursor: pointer
}

.upgrade .inventory[data-v-0728769c] {
    background: #0e0d1e;
    margin-bottom: 27px
}

.upgrade .inventory .head[data-v-0728769c] {
    display: flex;
    align-items: center;
    padding: 23px 25px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .06)
}

.upgrade .inventory .head img[data-v-0728769c] {
    margin-right: 15px
}

.upgrade .inventory .head span[data-v-0728769c] {
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    display: block
}

.upgrade .inventory .items[data-v-0728769c] {
    display: grid;
    grid-template-columns:repeat(5, 1fr);
    justify-content: space-between;
    padding: 16px 32px;
    grid-column-gap: 13px;
    grid-row-gap: 12.5px;
    padding-bottom: 57px
}

.upgrade .inventory .items .item[data-v-0728769c] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    height: 124px;
    background: #131225
}

.upgrade .inventory .items .item .circle[data-v-0728769c] {
    position: absolute;
    height: 1px;
    margin-bottom: 26px;
    width: 1px;
    border-radius: 100%
}

.upgrade .inventory .items .item .circle.blue[data-v-0728769c] {
    box-shadow: 0 0 60px 22px rgba(0, 255, 255, .4)
}

.upgrade .inventory .items .item .circle.red[data-v-0728769c] {
    box-shadow: 0 0 60px 22px rgba(255, 41, 41, .4)
}

.upgrade .inventory .items .item .img[data-v-0728769c] {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center
}

.upgrade .inventory .items .item .img img[data-v-0728769c] {
    max-width: 75%
}

.upgrade .inventory .items .item .description[data-v-0728769c] {
    width: 100%;
    padding-bottom: 7px;
    padding-left: 10px;
    padding-right: 12px;
    justify-content: space-between;
    display: flex
}

.upgrade .inventory .items .item .description .text .name[data-v-0728769c] {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px
}

.upgrade .inventory .items .item .description .text .desk[data-v-0728769c] {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #5b5a5c
}

.upgrade .inventory .items .item .description .item_price[data-v-0728769c] {
    font-size: 11px;
    color: #ffb800;
    margin-top: 6px
}

.upgrade .inventory .items .item .description .dots[data-v-0728769c] {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.upgrade .inventory .items .item .description .dots > div[data-v-0728769c] {
    width: 5.02px;
    height: 5.02px;
    border-radius: 100%
}

.upgrade .inventory .items .item .description .dots div + div[data-v-0728769c] {
    margin-left: 5.2px
}

.upgrade .inventory .items .item .description .dots .circle-1[data-v-0728769c] {
    background: rgba(0, 255, 255, .15)
}

.upgrade .inventory .items .item .description .dots .circle-2[data-v-0728769c] {
    background: rgba(0, 255, 255, .58)
}

.upgrade .inventory .items .item .description .dots .circle-3[data-v-0728769c] {
    background: #0ff
}

.upgrade .inventory .items .item.red .description .dots .circle-1[data-v-0728769c] {
    background: rgba(255, 0, 72, .15)
}

.upgrade .inventory .items .item.red .description .dots .circle-2[data-v-0728769c] {
    background: rgba(255, 0, 72, .58)
}

.upgrade .inventory .items .item.red .description .dots .circle-3[data-v-0728769c] {
    background: #ff0048
}

.upgrade .inventory .items .item.red .description .item_price[data-v-0728769c] {
    font-size: 11px;
    color: #ffb800;
    margin-top: 6px
}

.upgrade .skins[data-v-0728769c] {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    grid-gap: 28px
}

@media screen and (max-width: 1800px) {
    .upgrade .inventory .items[data-v-0728769c] {
        grid-template-columns:repeat(4, 1fr)
    }
}

@media screen and (max-width: 1400px) {
    .upgrade .inventory .items[data-v-0728769c] {
        grid-template-columns:repeat(3, 1fr)
    }
}

@media screen and (max-width: 1200px) {
    .upgrade .skins[data-v-0728769c] {
        grid-gap: 20px
    }

    .upgrade .inventory .items[data-v-0728769c] {
        padding: 16px 25px;
        grid-template-columns:repeat(2, 1fr)
    }

    .upgrade .inventory .head img[data-v-0728769c] {
        height: 25px
    }

    .upgrade .wrapper[data-v-0728769c] {
        margin-bottom: 30px
    }

    .upgrade .upgrade-game[data-v-0728769c] {
        width: 920px
    }

    .upgrade .upgrade-game .top[data-v-0728769c] {
        margin-bottom: 0;
        margin-top: 20px
    }

    .upgrade .upgrade-game .game[data-v-0728769c] {
        height: 317px
    }

    .upgrade .upgrade-game .game .left .holder[data-v-0728769c] {
        width: 249px;
        height: 249px
    }

    .upgrade .upgrade-game .game .left .chance[data-v-0728769c] {
        top: 29px
    }

    .upgrade .upgrade-game .game .left .chance span[data-v-0728769c] {
        top: 6px;
        right: 8px;
        font-size: 10px
    }

    .upgrade .upgrade-game .game .left .chance img[data-v-0728769c] {
        width: 74px
    }

    .upgrade .upgrade-game .game .right .holder[data-v-0728769c] {
        width: 249px;
        height: 249px
    }

    .upgrade .upgrade-game .game .right .chance[data-v-0728769c] {
        top: 29px
    }

    .upgrade .upgrade-game .game .right .chance span[data-v-0728769c] {
        top: 6px;
        left: 8px;
        font-size: 10px
    }

    .upgrade .upgrade-game .game .right .chance img[data-v-0728769c] {
        width: 74px
    }
}

@media screen and (max-width: 940px) {
    .upgrade .wrapper[data-v-0728769c] {
        padding-bottom: 0
    }

    .upgrade .title[data-v-0728769c] {
        padding: 12px;
        padding-bottom: 15px;
        padding-right: 45px;
        padding-left: 45px
    }

    .upgrade .upgrade-game[data-v-0728769c] {
        width: 660px;
        background-position: 10px
    }

    .upgrade .upgrade-game .top[data-v-0728769c] {
        padding: 0
    }

    .upgrade .upgrade-game .game[data-v-0728769c] {
        margin-top: -10px;
        background-position: 10px
    }

    .upgrade .upgrade-game .game .run[data-v-0728769c] {
        bottom: 24px;
        height: 120px;
        width: 120px;
        left: calc(50% - 60px);
        padding-top: 40px
    }

    .upgrade .upgrade-game .game .run svg[data-v-0728769c] {
        width: 25px;
        margin-bottom: 0
    }

    .upgrade .upgrade-game .game .run span[data-v-0728769c] {
        font-size: 12px;
        line-height: 17px;
        margin-bottom: 19px;
        letter-spacing: 1px
    }

    .upgrade .upgrade-game .game .left .chance[data-v-0728769c] {
        top: 47px
    }

    .upgrade .upgrade-game .game .left .chance span[data-v-0728769c] {
        top: 6px;
        right: 8px;
        font-size: 9px
    }

    .upgrade .upgrade-game .game .left .chance img[data-v-0728769c] {
        width: 62px
    }

    .upgrade .upgrade-game .game .left .holder[data-v-0728769c] {
        width: 180px;
        height: 180px;
        margin-top: 15px;
        margin-left: 0
    }

    .upgrade .upgrade-game .game .left .holder img[data-v-0728769c] {
        width: 188px;
        margin-top: 0
    }

    .upgrade .upgrade-game .game .left .holder .skin img[data-v-0728769c] {
        width: 150px;
        margin-bottom: 17px
    }

    .upgrade .upgrade-game .game .left .holder .skin .name[data-v-0728769c] {
        line-height: 12px;
        margin-bottom: 3.7px;
        font-size: 14px
    }

    .upgrade .upgrade-game .game .left .holder .skin .desk[data-v-0728769c] {
        font-size: 13px;
        line-height: 16px
    }

    .upgrade .upgrade-game .game .right .chance[data-v-0728769c] {
        top: 47px
    }

    .upgrade .upgrade-game .game .right .chance span[data-v-0728769c] {
        top: 6px;
        left: 8px;
        font-size: 9px
    }

    .upgrade .upgrade-game .game .right .chance img[data-v-0728769c] {
        width: 62px
    }

    .upgrade .upgrade-game .game .right .holder[data-v-0728769c] {
        width: 180px;
        height: 180px;
        margin-right: 0;
        margin-top: 15px
    }

    .upgrade .upgrade-game .game .right .holder .select[data-v-0728769c] {
        font-size: 14px;
        line-height: 16px
    }
}

@media screen and (max-width: 768px) {
    .upgrade-game[data-v-0728769c], .upgrade .skins .inventory.hide[data-v-0728769c] {
        display: none
    }

    .mobile-upgrade-game[data-v-0728769c] {
        display: flex
    }

    .upgrade .wrapper[data-v-0728769c] {
        background: 0 0
    }

    .upgrade .skins[data-v-0728769c] {
        grid-template-columns:repeat(1, 1fr)
    }

    .upgrade .skins .inventory .items[data-v-0728769c] {
        grid-template-columns:repeat(3, 1fr)
    }
}

@media screen and (max-width: 575px) {
    .upgrade .wrapper[data-v-0728769c] {
        margin-top: 12px;
        margin-bottom: 20px
    }

    .upgrade .title[data-v-0728769c] {
        padding-bottom: 0;
        padding-top: 0;
        text-align: center;
        letter-spacing: .17em
    }

    .upgrade .title span[data-v-0728769c] {
        font-size: 20px;
        line-height: 24px
    }

    .upgrade .skins[data-v-0728769c] {
        grid-gap: 10px
    }

    .upgrade .skins .inventory[data-v-0728769c] {
        margin-bottom: 0
    }

    .upgrade .skins .inventory .head[data-v-0728769c] {
        padding: 18px 22px
    }

    .upgrade .skins .inventory .head img[data-v-0728769c] {
        height: 20px;
        margin-right: 14px
    }

    .upgrade .skins .inventory .head span[data-v-0728769c] {
        font-size: 13px;
        line-height: 15px
    }

    .upgrade .skins .inventory .items[data-v-0728769c] {
        padding: 11px 17px;
        grid-column-gap: 9px;
        grid-row-gap: 9px;
        grid-template-columns:repeat(2, 1fr)
    }

    .upgrade .skins .inventory .items .item .description .text .name[data-v-0728769c] {
        font-size: 12px;
        line-height: 14px
    }

    .upgrade .skins .inventory .items .item .description .text .desk[data-v-0728769c] {
        font-size: 10px;
        line-height: 12px
    }

    .upgrade .skins .inventory .items .item .description .dots > div[data-v-0728769c] {
        width: 4.5px;
        height: 4.5px
    }

    .upgrade .skins .inventory .items .item .item_price[data-v-0728769c] {
        font-size: 11px;
        color: #ffb800;
        margin-top: 6px
    }
}

@media screen and (max-width: 1200px) {
    .upgrade .upgrade-game .balances[data-v-0728769c] {
        width: 100%
    }
}

@media screen and (max-width: 992px) {
    .upgrade .wrapper[data-v-0728769c] {
        padding-bottom: 20px
    }

    .upgrade .upgrade-game .game[data-v-0728769c] {
        margin-bottom: 5px
    }

    .upgrade .balances[data-v-0728769c] {
        width: 100%
    }

    .upgrade .balances .balance .controls button[data-v-0728769c] {
        display: none
    }
}

@media screen and (max-width: 768px) {
    .upgrade .balances-wrapper[data-v-0728769c] {
        padding: 0 30px
    }

    .upgrade .balances[data-v-0728769c] {
        height: auto;
        transform: none;
        -webkit-clip-path: none;
        clip-path: none;
        grid-template-columns:repeat(1, 1fr)
    }

    .upgrade .balances .balance[data-v-0728769c] {
        margin-bottom: 10px;
        height: auto;
        padding-left: 15px;
        padding-right: 15px
    }

    .upgrade .balances .balance .controls[data-v-0728769c] {
        transform: none
    }

    .upgrade .balances .balance .indicators[data-v-0728769c] {
        padding: 0;
        transform: none
    }

    .upgrade .balances .progress[data-v-0728769c] {
        margin-top: 15px;
        padding: 0
    }

    .upgrade .balances .progress .progress__body[data-v-0728769c], .upgrade .balances .progress .progress__head[data-v-0728769c] {
        transform: none
    }
}

@media screen and (max-width: 575px) {
    .upgrade .balances[data-v-0728769c] {
        margin-top: 15px
    }
}

.selected[data-v-0728769c] {
    opacity: .3
}

.upg__thing_bottom[data-v-0728769c] {
    height: 69px;
    text-align: center
}

.upg__thing_bottom .upg__nav[data-v-0728769c] {
    width: 110px;
    height: 36px;
    padding-top: 3px;
    background-color: #111215
}

.upg__thing_bottom .upg__nav[data-v-0728769c], .upg__thing_bottom[data-v-0728769c] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

.upg__thing_bottom .upg__nav .upg__nav-prev[data-v-0728769c] {
    left: 0;
    top: 0
}

.upg__thing_bottom .upg__nav .upg__nav-current[data-v-0728769c] {
    color: #ffd800;
    text-shadow: 0 0 20px rgba(247, 105, 10, .9), 0 0 20px rgba(247, 105, 10, .9)
}

.upg__thing_bottom .upg__nav .upg__nav-next[data-v-0728769c] {
    right: 0;
    top: 0;
    transform: rotate(180deg)
}

.upg__thing_bottom .upg__nav .upg__nav-next[data-v-0728769c], .upg__thing_bottom .upg__nav .upg__nav-prev[data-v-0728769c] {
    position: absolute;
    cursor: pointer;
    width: 36px;
    height: 36px
}

.upg__thing_bottom .upg__nav .upg__nav-next[data-v-0728769c]:after, .upg__thing_bottom .upg__nav .upg__nav-next[data-v-0728769c]:before, .upg__thing_bottom .upg__nav .upg__nav-prev[data-v-0728769c]:after, .upg__thing_bottom .upg__nav .upg__nav-prev[data-v-0728769c]:before {
    top: -6px;
    left: -11px;
    pointer-events: none
}

.upg__thing_bottom .upg__nav .upg__nav-next[data-v-0728769c]:before, .upg__thing_bottom .upg__nav .upg__nav-prev[data-v-0728769c]:before {
    background-image: url(/img/spriteUpgrade.png?6005660);
    background-position: -356px -210px;
    width: 60px;
    height: 60px;
    opacity: 1
}

.upg__thing_bottom .upg__nav .upg__nav-next[data-v-0728769c]:after, .upg__thing_bottom .upg__nav .upg__nav-next[data-v-0728769c]:before, .upg__thing_bottom .upg__nav .upg__nav-prev[data-v-0728769c]:after, .upg__thing_bottom .upg__nav .upg__nav-prev[data-v-0728769c]:before {
    content: "";
    display: block;
    position: absolute;
    transition: opacity .3s ease
}

.upg__thing_bottom .upg__thing-pages[data-v-0728769c] {
    position: absolute;
    left: calc(50% + 40px);
    top: 11px;
    font: 12px Intro Head R Base, sans-serif;
    color: #c6b797;
    text-transform: uppercase;
    width: 100px;
    z-index: 0
}

.finish-wrapper[data-v-4e693f8f] {
    display: flex;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 0
}

.buttons[data-v-4e693f8f] {
    padding-bottom: 50px;
    justify-content: center;
    margin-top: 20px;
    display: flex
}

.buttons button[data-v-4e693f8f] {
    transform: skewX(-10deg)
}

.buttons button em[data-v-4e693f8f], .buttons button span[data-v-4e693f8f] {
    display: block;
    transform: skewX(10deg)
}

.buttons button em[data-v-4e693f8f] {
    font-style: normal
}

.buttons button.restart[data-v-4e693f8f] {
    background: linear-gradient(34.52deg, #00ff38 -17.74%, transparent 92.96%);
    border: 1px solid #00ff38;
    border-radius: 5px;
    padding: 16px 25px;
    font-style: normal
}

.buttons button.restart span[data-v-4e693f8f] {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    display: block;
    transform: skewX(10deg)
}

.buttons button.sell[data-v-4e693f8f] {
    background: #ffb800;
    border-radius: 5px;
    display: flex;
    overflow: hidden;
    align-items: center
}

.buttons button.sell em[data-v-4e693f8f] {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #000;
    padding: 0 15px;
    display: block;
    transform: skewX(10deg)
}

.buttons button.sell .price[data-v-4e693f8f] {
    text-align: center;
    background: #f09e00;
    transform: skewX(0deg);
    padding: 15px 10px
}

.buttons button.sell .price span[data-v-4e693f8f] {
    font-weight: 700;
    color: #000;
    font-size: 19px;
    line-height: 22px;
    transform: skewX(10deg)
}

.buttons button + button[data-v-4e693f8f] {
    margin-left: 10px
}

.bust .body[data-v-4e693f8f] {
    margin: 23px 0;
    background: #0e0d1e
}

.bust .body .container-bust[data-v-4e693f8f] {
    width: 1461px;
    margin: 0 auto
}

.bust .body .title[data-v-4e693f8f] {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 12px;
    padding-bottom: 26px;
    padding-right: 62px;
    padding-left: 62px;
    letter-spacing: .39em;
    margin: 0 auto;
    position: relative
}

.bust .body .title span[data-v-4e693f8f] {
    font-weight: 500;
    font-size: 27px;
    line-height: 32px;
    position: relative;
    z-index: 10
}

.bust .body .title[data-v-4e693f8f]:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    background: #131225;
    height: 100%;
    content: "";
    -webkit-clip-path: polygon(0 0, 100% 0, 93% 100%, 7% 100%);
    clip-path: polygon(0 0, 100% 0, 93% 100%, 7% 100%)
}

.bust .body .modes[data-v-4e693f8f] {
    margin-top: 60px;
    padding-bottom: 60px;
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    grid-gap: 45px
}

.bust .body .modes .mode[data-v-4e693f8f] {
    position: relative;
    height: 145px;
    display: flex;
    align-items: center;
    justify-content: center
}

.bust .body .modes .mode .skin[data-v-4e693f8f] {
    position: absolute;
    right: 0;
    bottom: 0
}

.bust .body .modes .mode .rate[data-v-4e693f8f] {
    font-weight: 700;
    font-size: 91px;
    margin-left: 20px;
    line-height: 107px;
    mix-blend-mode: overlay
}

.bust .body .modes .mode .text[data-v-4e693f8f] {
    position: absolute;
    left: 32px
}

.bust .body .modes .mode .text strong[data-v-4e693f8f] {
    font-weight: 700;
    font-size: 30px;
    display: block;
    line-height: 35px
}

.bust .body .modes .mode .text span[data-v-4e693f8f] {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    display: block
}

.bust .body .modes .mode.easy[data-v-4e693f8f] {
    background: url(/img/easy.svg);
    background-size: cover
}

.bust .body .modes .mode.medium[data-v-4e693f8f] {
    background: url(/img/medium.svg);
    background-size: cover
}

.bust .body .modes .mode.hard[data-v-4e693f8f] {
    background: url(/img/hard.svg);
    background-size: cover
}

.bust .body .holders[data-v-4e693f8f] {
    display: grid;
    grid-template-columns:repeat(5, 1fr);
    grid-gap: 28px
}

.bust .body .holders .holder[data-v-4e693f8f] {
    height: 186px;
    background: #18162b;
    border-radius: 7px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.bust .body .holders .holder .inventory__item[data-v-4e693f8f] {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #131225;
    transition: .2s
}

.bust .body .holders .holder .inventory__item .circle[data-v-4e693f8f] {
    position: absolute;
    height: 1px;
    margin-bottom: 26px;
    width: 1px;
    border-radius: 100%
}

.bust .body .holders .holder .inventory__item .circle.blue[data-v-4e693f8f] {
    box-shadow: 0 0 60px 22px rgba(0, 255, 255, .4)
}

.bust .body .holders .holder .inventory__item .img[data-v-4e693f8f] {
    position: relative;
    z-index: 10;
    width: 100%;
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: center
}

.bust .body .holders .holder .inventory__item .img img[data-v-4e693f8f] {
    margin-top: 20px;
    width: 100px;
    max-width: 90%
}

.bust .body .holders .holder .inventory__item .actions[data-v-4e693f8f] {
    z-index: 11;
    position: absolute;
    display: none;
    left: -5px;
    top: -5px
}

.bust .body .holders .holder .inventory__item .actions button[data-v-4e693f8f] {
    display: flex;
    align-items: center;
    background: #1d1c2e;
    width: 84px;
    border-radius: 3px;
    padding: 7.5px 0;
    justify-content: center
}

.bust .body .holders .holder .inventory__item .actions button svg[data-v-4e693f8f] {
    margin-right: 7px
}

.bust .body .holders .holder .inventory__item .actions button span[data-v-4e693f8f] {
    font-weight: 500;
    font-size: 10px;
    line-height: 12px
}

.bust .body .holders .holder .inventory__item .actions button + button[data-v-4e693f8f] {
    margin-top: 4px
}

.bust .body .holders .holder .inventory__item:hover .actions[data-v-4e693f8f] {
    display: block
}

.bust .body .holders .holder .inventory__item .description[data-v-4e693f8f] {
    width: 100%;
    padding-bottom: 7px;
    padding-left: 10px;
    padding-right: 12px;
    padding-bottom: 0;
    padding-right: 0;
    justify-content: space-between;
    display: flex
}

.bust .body .holders .holder .inventory__item .description .text[data-v-4e693f8f] {
    padding-bottom: 11px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.bust .body .holders .holder .inventory__item .description .text .name[data-v-4e693f8f] {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px
}

.bust .body .holders .holder .inventory__item .description .text .desk[data-v-4e693f8f] {
    color: #5b5a5c;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px
}

.bust .body .holders .holder .inventory__item .description .item_price[data-v-4e693f8f] {
    font-size: 11px;
    color: #ffb800;
    margin-top: 6px
}

.bust .body .holders .holder .inventory__item .description .dots[data-v-4e693f8f] {
    padding-right: 18px;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.bust .body .holders .holder .inventory__item .description .dots > div[data-v-4e693f8f] {
    width: 5.02px;
    height: 5.02px;
    border-radius: 100%
}

.bust .body .holders .holder .inventory__item .description .dots div + div[data-v-4e693f8f] {
    margin-left: 5.2px
}

.bust .body .holders .holder .inventory__item .description .dots .circle-1[data-v-4e693f8f] {
    background: rgba(0, 255, 255, .15)
}

.bust .body .holders .holder .inventory__item .description .dots .circle-2[data-v-4e693f8f] {
    background: rgba(0, 255, 255, .58)
}

.bust .body .holders .holder .inventory__item .description .dots .circle-3[data-v-4e693f8f] {
    background: #0ff
}

.bust .body .holders .holder .place[data-v-4e693f8f] {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    position: absolute;
    left: 17px;
    top: 16px;
    color: hsla(0, 0%, 100%, .15)
}

.bust .body .holders .holder .placeholder .img[data-v-4e693f8f] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 105px;
    max-width: 90%
}

.bust .body .holders .holder .placeholder .img img[data-v-4e693f8f] {
    max-width: 100%
}

.bust .body .holders .holder .placeholder .placeholder-title[data-v-4e693f8f] {
    font-weight: 500;
    font-size: 19px;
    text-align: center;
    line-height: 22px
}

.bust .body .indicators[data-v-4e693f8f] {
    margin-top: 42px;
    padding-bottom: 42px;
    display: grid;
    grid-template-columns:auto 570px 488px
}

.bust .body .indicators .left[data-v-4e693f8f] {
    margin-right: 74px;
    display: flex
}

.bust .body .indicators .left .indicator__item[data-v-4e693f8f] {
    border-radius: 18px;
    padding: 18px 24px;
    padding-right: 10px;
    width: 175px
}

.bust .body .indicators .left .indicator__item .price[data-v-4e693f8f] {
    color: #ff7a00;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px
}

.bust .body .indicators .left .indicator__item.orange[data-v-4e693f8f] {
    border: 2px solid #ff7a00
}

.bust .body .indicators .left .indicator__item.purple[data-v-4e693f8f] {
    border: 2px solid #ad00ff
}

.bust .body .indicators .left .indicator__item .goods[data-v-4e693f8f] {
    display: flex;
    align-items: flex-end
}

.bust .body .indicators .left .indicator__item .goods span[data-v-4e693f8f] {
    font-weight: 700;
    font-size: 48px;
    line-height: 37px;
    color: #ad00ff
}

.bust .body .indicators .left .indicator__item .goods em[data-v-4e693f8f] {
    font-size: 32px;
    color: #fff;
    font-style: normal;
    line-height: 35px
}

.bust .body .indicators .left .indicator__item .span[data-v-4e693f8f] {
    margin-top: 6px;
    display: block;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px
}

.bust .body .indicators .left .indicator__item + .indicator__item[data-v-4e693f8f] {
    margin-left: 24px
}

.bust .body .indicators .center .badges[data-v-4e693f8f] {
    display: flex;
    margin-bottom: 25px;
    justify-content: center
}

.bust .body .indicators .center .badges .badge[data-v-4e693f8f] {
    margin: 0 5.5px;
    width: 30px;
    height: 5px;
    background: #17162a
}

.bust .body .indicators .center .badges .badge.active[data-v-4e693f8f] {
    background: #ffb800;
}

.bust .body .indicators .center button[data-v-4e693f8f] {
    background: #ffb800;
    border-radius: 9px;
    width: 100%;
    display: block;
    padding: 42px 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    letter-spacing: .22em;
    color: #000
}

.bust .body .indicators .right[data-v-4e693f8f] {
    display: flex;
    align-items: center;
    justify-content: center
}

.bust .body .indicators .right strong[data-v-4e693f8f] {
    text-align: center;
    width: 100%;
    font-weight: 700;
    font-size: 38px;
    line-height: 45px;
    display: block;
    margin-bottom: 14px
}

.bust .body .indicators .right span[data-v-4e693f8f] {
    text-align: center;
    width: 100%;
    font-weight: 500;
    font-size: 17px;
    display: block;
    line-height: 20px
}

.bust .inventory[data-v-4e693f8f] {
    background: #0e0d1e;
    margin-bottom: 27px
}

.bust .inventory .head[data-v-4e693f8f] {
    display: flex;
    align-items: center;
    padding: 23px 25px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .06)
}

.bust .inventory .head img[data-v-4e693f8f] {
    margin-right: 15px
}

.bust .inventory .head span[data-v-4e693f8f] {
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    display: block
}

.bust .inventory .items[data-v-4e693f8f] {
    display: grid;
    grid-template-columns:repeat(12, 1fr);
    justify-content: space-between;
    padding: 16px 32px;
    grid-column-gap: 13px;
    grid-row-gap: 12.5px
}

.bust .inventory .items .item[data-v-4e693f8f] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    height: 124px;
    background: #131225
}

.bust .inventory .items .item .circle[data-v-4e693f8f] {
    position: absolute;
    height: 1px;
    margin-bottom: 26px;
    width: 1px;
    border-radius: 100%
}

.bust .inventory .items .item .circle.blue[data-v-4e693f8f] {
    box-shadow: 0 0 60px 22px rgba(0, 255, 255, .4)
}

.bust .inventory .items .item .img[data-v-4e693f8f] {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center
}

.bust .inventory .items .item .img img[data-v-4e693f8f] {
    max-width: 90%
}

.bust .inventory .items .item .description[data-v-4e693f8f] {
    width: 100%;
    padding-bottom: 7px;
    padding-left: 10px;
    padding-right: 12px;
    justify-content: space-between;
    display: flex
}

.bust .inventory .items .item .description .text .name[data-v-4e693f8f] {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px
}

.bust .inventory .items .item .description .text .desk[data-v-4e693f8f] {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #5b5a5c
}

.bust .inventory .items .item .description .item_price[data-v-4e693f8f] {
    font-size: 11px;
    color: #ffb800;
    margin-top: 6px
}

.bust .inventory .items .item .description .dots[data-v-4e693f8f] {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.bust .inventory .items .item .description .dots > div[data-v-4e693f8f] {
    width: 5.02px;
    height: 5.02px;
    border-radius: 100%
}

.bust .inventory .items .item .description .dots div + div[data-v-4e693f8f] {
    margin-left: 5.2px
}

.bust .inventory .items .item .description .dots .circle-1[data-v-4e693f8f] {
    background: rgba(0, 255, 255, .15)
}

.bust .inventory .items .item .description .dots .circle-2[data-v-4e693f8f] {
    background: rgba(0, 255, 255, .58)
}

.bust .inventory .items .item .description .dots .circle-3[data-v-4e693f8f] {
    background: #0ff
}

.bust .how-works[data-v-4e693f8f] {
    margin-bottom: 43px
}

.bust .how-works .title[data-v-4e693f8f] {
    text-align: center;
    width: 100%;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px
}

.bust .how-works .blocks[data-v-4e693f8f] {
    margin-top: 32px;
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    grid-gap: 28px
}

.bust .how-works .blocks .block[data-v-4e693f8f] {
    background: #0e0d1e;
    border-radius: 11px;
    padding: 39px 31px;
    display: flex;
    align-items: center
}

.bust .how-works .blocks .block .img[data-v-4e693f8f] {
    width: 105px;
    min-width: 105px;
    margin-right: 35px
}

.bust .how-works .blocks .block .img img[data-v-4e693f8f] {
    width: 100%
}

.bust .how-works .blocks .block .text[data-v-4e693f8f] {
    position: relative
}

.bust .how-works .blocks .block .text .number[data-v-4e693f8f] {
    position: absolute;
    top: -38px;
    left: -17px
}

.bust .how-works .blocks .block .text .title[data-v-4e693f8f] {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    width: 100%;
    text-align: left
}

.bust .how-works .blocks .block .text .separator[data-v-4e693f8f] {
    margin: 11px 0;
    height: 1px;
    background: #ffb800;
    width: 54px
}

.bust .how-works .blocks .block .text span[data-v-4e693f8f] {
    font-size: 15px;
    line-height: 18px;
    color: #727184;
    display: block
}

@media screen and (max-width: 1800px) {
    .bust[data-v-4e693f8f] {
        overflow: hidden;
        max-width: 100%
    }

    .bust .body .container-bust[data-v-4e693f8f] {
        width: 1366px
    }

    .bust .inventory .items[data-v-4e693f8f] {
        grid-template-columns:repeat(8, 1fr)
    }

    .bust .how-works .blocks .block .img[data-v-4e693f8f] {
        width: 77px;
        min-width: 77px;
        margin-right: 20px
    }
}

@media screen and (max-width: 1400px) {
    .bust[data-v-4e693f8f] {
        overflow: hidden;
        max-width: 100%
    }

    .bust .body .container-bust[data-v-4e693f8f] {
        width: 1160px
    }

    .bust .inventory .items[data-v-4e693f8f] {
        grid-template-columns:repeat(7, 1fr)
    }

    .bust .how-works .blocks .block[data-v-4e693f8f] {
        padding: 23px 31px;
        flex-wrap: wrap;
        justify-content: flex-start
    }

    .bust .how-works .blocks .block .img[data-v-4e693f8f] {
        margin-right: 0;
        margin-bottom: 5px;
        width: 77px;
        min-width: 77px
    }

    .bust .body .holders[data-v-4e693f8f] {
        grid-gap: 15px
    }

    .bust .body .modes[data-v-4e693f8f] {
        padding-bottom: 30px;
        grid-gap: 30px
    }

    .bust .body .modes .mode[data-v-4e693f8f] {
        height: 122px
    }

    .bust .body .modes .mode .skin[data-v-4e693f8f] {
        width: 200px;
        bottom: unset
    }

    .bust .body .modes .mode .rate[data-v-4e693f8f] {
        font-size: 60px
    }

    .bust .body .modes .mode .text strong[data-v-4e693f8f] {
        font-size: 25px
    }

    .bust .body .modes .mode .text span[data-v-4e693f8f] {
        font-size: 18px
    }

    .bust .body .indicators[data-v-4e693f8f] {
        grid-template-columns:auto auto 310px
    }

    .bust .body .indicators .left[data-v-4e693f8f] {
        margin-right: 50px
    }

    .bust .body .indicators .left .indicator__item[data-v-4e693f8f] {
        padding: 18px 24px;
        width: 145px
    }

    .bust .body .indicators .left .indicator__item .goods span[data-v-4e693f8f] {
        font-size: 36px
    }

    .bust .body .indicators .left .indicator__item .goods em[data-v-4e693f8f] {
        font-size: 23px
    }

    .bust .body .indicators .left .indicator__item .span[data-v-4e693f8f] {
        font-size: 14px
    }

    .bust .body .indicators .center button[data-v-4e693f8f] {
        padding: 33px 0
    }
}

@media screen and (max-width: 1200px) {
    .bust .body .container-bust[data-v-4e693f8f] {
        width: 960px
    }

    .bust .body .indicators[data-v-4e693f8f] {
        display: flex;
        flex-wrap: wrap
    }

    .bust .body .indicators .left[data-v-4e693f8f] {
        order: 2;
        margin: 0;
        width: 50%
    }

    .bust .body .indicators .center[data-v-4e693f8f] {
        width: 100%;
        order: 3;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 0;
        margin-top: 20px;
        justify-content: center
    }

    .bust .body .indicators .right[data-v-4e693f8f] {
        order: 2;
        width: 50%;
        margin: 0;
        justify-content: flex-end
    }

    .bust .body .holders .holder .placeholder .img[data-v-4e693f8f] {
        height: 103px;
        max-width: 78%;
        margin: 0 auto
    }

    .bust .body .holders .holder .placeholder .placeholder-title[data-v-4e693f8f] {
        font-size: 16px
    }

    .bust .inventory .items[data-v-4e693f8f] {
        grid-template-columns:repeat(5, 1fr)
    }
}

@media screen and (max-width: 992px) {
    .bust .body .container-bust[data-v-4e693f8f] {
        width: 720px
    }

    .bust .inventory .items[data-v-4e693f8f] {
        grid-template-columns:repeat(3, 1fr)
    }

    .bust .how-works .blocks[data-v-4e693f8f] {
        grid-template-columns:repeat(2, 1fr);
        grid-gap: 15px
    }

    .bust .body .holders[data-v-4e693f8f] {
        grid-template-columns:repeat(3, 1fr)
    }

    .bust .body .modes[data-v-4e693f8f] {
        grid-gap: 20px;
        padding-bottom: 20px;
        grid-template-columns:repeat(2, 1fr)
    }

    .bust .body .modes .hard[data-v-4e693f8f] {
        grid-column: 1/-1
    }

    .bust .body .modes .mode[data-v-4e693f8f] {
        height: 110px
    }

    .bust .body .modes .mode .text[data-v-4e693f8f] {
        left: 20px
    }
}

@media screen and (max-width: 768px) {
    .bust .body .container-bust[data-v-4e693f8f] {
        width: 100%;
        padding-right: 18px;
        padding-left: 18px
    }

    .bust .body .holders[data-v-4e693f8f] {
        grid-template-columns:repeat(2, 1fr)
    }

    .bust .body .modes[data-v-4e693f8f] {
        margin-top: 30px;
        grid-gap: 15px;
        padding-bottom: 15px
    }

    .bust .body .modes .mode[data-v-4e693f8f] {
        height: 90px
    }

    .bust .body .modes .mode .skin[data-v-4e693f8f] {
        width: 150px
    }

    .bust .body .modes .mode .rate[data-v-4e693f8f] {
        font-size: 42px
    }

    .bust .body .indicators .right[data-v-4e693f8f] {
        width: 40%
    }

    .bust .body .indicators .right strong[data-v-4e693f8f] {
        margin-bottom: 7px;
        font-size: 29px;
        line-height: 32px
    }

    .bust .body .indicators .right span[data-v-4e693f8f] {
        font-size: 16px
    }

    .bust .body .indicators .left[data-v-4e693f8f] {
        width: 60%
    }
}

@media screen and (max-width: 575px) {
    .bust .body[data-v-4e693f8f] {
        margin-top: 12px;
        background: 0 0
    }

    .bust .body .title[data-v-4e693f8f] {
        padding: 0
    }

    .bust .body .title span[data-v-4e693f8f] {
        font-size: 20px;
        line-height: 24px
    }

    .bust .body .modes[data-v-4e693f8f] {
        margin-top: 24px;
        grid-template-columns:repeat(1, 1fr)
    }

    .bust .body .modes .mode[data-v-4e693f8f] {
        overflow: hidden;
        height: 51px
    }

    .bust .body .modes .mode .rate[data-v-4e693f8f] {
        font-size: 41px;
        line-height: 48px
    }

    .bust .body .modes .mode .text strong[data-v-4e693f8f] {
        font-size: 16px;
        line-height: 19px
    }

    .bust .body .modes .mode .text span[data-v-4e693f8f] {
        font-size: 13px;
        line-height: 15px
    }

    .bust .body .holders[data-v-4e693f8f] {
        grid-gap: 10px;
        grid-template-columns:repeat(2, 1fr)
    }

    .bust .body .holders .holder[data-v-4e693f8f] {
        height: 130px
    }

    .bust .body .holders .holder .placeholder .img[data-v-4e693f8f] {
        height: 75px;
        width: 70px;
        max-width: 70px
    }

    .bust .body .holders .holder .placeholder .placeholder-title[data-v-4e693f8f] {
        font-size: 11px;
        line-height: 13px
    }

    .bust .body .holders .holder .place[data-v-4e693f8f] {
        font-size: 14px;
        line-height: 17px;
        left: 8px;
        top: 8px
    }

    .bust .body .holders .holder .inventory__item .img img[data-v-4e693f8f] {
        width: 55px;
        max-width: 55px
    }

    .bust .body .holders .holder .inventory__item .description .dots > div[data-v-4e693f8f] {
        width: 4.5px;
        height: 4.5px
    }

    .bust .body .holders .holder .inventory__item .description .text .desk[data-v-4e693f8f], .bust .body .holders .holder .inventory__item .description .text .name[data-v-4e693f8f] {
        font-size: 11px;
        line-height: 13px
    }

    .bust .body .indicators[data-v-4e693f8f] {
        margin-top: 10px;
        padding-bottom: 0
    }

    .bust .body .indicators .left[data-v-4e693f8f] {
        width: 100%
    }

    .bust .body .indicators .left .indicator__item[data-v-4e693f8f] {
        width: 50%;
        padding: 11px 13px
    }

    .bust .body .indicators .left .indicator__item .goods span[data-v-4e693f8f] {
        font-size: 34px;
        line-height: 40px
    }

    .bust .body .indicators .left .indicator__item .goods em[data-v-4e693f8f] {
        font-size: 22px;
        line-height: 35px
    }

    .bust .body .indicators .left .indicator__item .span[data-v-4e693f8f] {
        font-size: 12px;
        line-height: 14px;
        margin-top: 3.7px
    }

    .bust .body .indicators .left .indicator__item .price[data-v-4e693f8f] {
        font-size: 20px;
        line-height: 24px
    }

    .bust .body .indicators .left .indicator__item + .indicator__item[data-v-4e693f8f] {
        margin-left: 13px
    }

    .bust .body .indicators .right[data-v-4e693f8f] {
        margin-top: 10px;
        justify-content: center;
        width: 100%
    }

    .bust .body .indicators .right strong[data-v-4e693f8f] {
        font-size: 21px;
        line-height: 25px;
        margin-bottom: 5px
    }

    .bust .body .indicators .right span[data-v-4e693f8f] {
        font-size: 14px;
        line-height: 17px
    }

    .bust .body .indicators .center[data-v-4e693f8f] {
        margin-top: 10px;
        order: 2
    }

    .bust .body .indicators .center .badges[data-v-4e693f8f] {
        display: none
    }

    .bust .body .indicators .center button[data-v-4e693f8f] {
        padding: 21.5px 0;
        font-size: 14px;
        line-height: 17px
    }

    .bust .inventory .items[data-v-4e693f8f] {
        grid-template-columns:repeat(2, 1fr);
        padding: 11px 18px
    }

    .bust .inventory .head[data-v-4e693f8f] {
        padding: 17px 21px
    }

    .bust .inventory .head span[data-v-4e693f8f] {
        font-size: 13px;
        line-height: 15px
    }

    .bust .inventory .head img[data-v-4e693f8f] {
        margin-right: 13px;
        width: 19px
    }

    .bust .how-works[data-v-4e693f8f] {
        margin-bottom: 24px
    }

    .bust .how-works .blocks[data-v-4e693f8f] {
        grid-template-columns:repeat(1, 1fr);
        grid-gap: 11px
    }

    .bust .how-works .blocks .block[data-v-4e693f8f] {
        flex-wrap: nowrap;
        padding: 19px 26px
    }

    .bust .how-works .blocks .block .img[data-v-4e693f8f] {
        width: 68px;
        margin-bottom: 0;
        min-width: 68px;
        margin-right: 23px
    }

    .bust .how-works .blocks .block .text .number[data-v-4e693f8f] {
        top: -11px;
        left: -10px;
        width: 86px
    }

    .bust .how-works .blocks .block .text .title[data-v-4e693f8f] {
        font-size: 15px;
        line-height: 18px
    }

    .bust .how-works .blocks .block .text .separator[data-v-4e693f8f] {
        margin-top: 9px;
        margin-bottom: 6px
    }

    .bust .how-works .blocks .block .text span[data-v-4e693f8f] {
        font-size: 12px;
        line-height: 15px
    }
}

.container[data-v-6fcbaddf] {
    background: 0 0
}

.profile[data-v-6fcbaddf] {
    padding-bottom: 200px;
    padding-top: 23px
}

.profile .page__title[data-v-6fcbaddf] {
    margin-bottom: 12px
}

.profile .wrapper[data-v-6fcbaddf] {
    display: flex
}

.profile .wrapper .left[data-v-6fcbaddf] {
    flex-grow: 1;
    margin-right: 28px
}

.profile .wrapper .left .profile[data-v-6fcbaddf] {
    background: #0e0e1e;
    border: 2px solid #ffb800;
    box-shadow: 0 0 18px rgba(255, 184, 0, .27);
    padding: 45px 0;
    padding-top: 32px;
    padding-left: 63px;
    display: flex;
    justify-content: space-between;
    padding-right: 40px
}

.profile .wrapper .left .profile .user[data-v-6fcbaddf] {
    display: flex;
    align-items: center
}

.profile .wrapper .left .profile .user .avatar[data-v-6fcbaddf] {
    width: 162px;
    min-width: 162px;
    margin-right: 38px
}

.profile .wrapper .left .profile .user .avatar img[data-v-6fcbaddf] {
    width: 100%;
    border-radius: 100%
}

.profile .wrapper .left .profile .user .text .nickname[data-v-6fcbaddf] {
    font-weight: 500;
    font-size: 21px;
    line-height: 25px;
    color: #ffb800;
    margin-bottom: 7px
}

.profile .wrapper .left .profile .user .text p[data-v-6fcbaddf] {
    margin-bottom: 5px;
    color: #bbb
}

.profile .wrapper .left .profile .user .text .balance[data-v-6fcbaddf] {
    margin-bottom: 6px;
    display: flex;
    align-items: center
}

.profile .wrapper .left .profile .user .text .balance span[data-v-6fcbaddf] {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin-right: 14px;
    display: block
}

.profile .wrapper .left .profile .user .text .balance button[data-v-6fcbaddf] {
    background: #009f40;
    border-radius: 9px;
    height: 29px;
    width: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    line-height: 25px
}

.profile .wrapper .left .profile .user .text .golds[data-v-6fcbaddf] {
    display: flex;
    align-items: center
}

.profile .wrapper .left .profile .user .text .golds em[data-v-6fcbaddf] {
    font-style: normal;
    margin-right: 8px;
    font-weight: 700;
    font-size: 23px;
    color: #ffe5a1;
    line-height: 27px
}

.profile .wrapper .left .profile .user .text .golds span[data-v-6fcbaddf] {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #ffe5a1;
    letter-spacing: -.055em;
    margin-right: 14px
}

.profile .wrapper .left .profile .user .text .golds button[data-v-6fcbaddf] {
    background: #009f40;
    border-radius: 9px;
    height: 29px;
    width: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    line-height: 25px
}

.profile .wrapper .left .profile .user .text .golds button.gold_add[data-v-6fcbaddf], .profile .wrapper .left .profile .user .text .golds button.gold_minus[data-v-6fcbaddf] {
    width: auto;
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    padding: 0 10px
}

.profile .wrapper .left .profile .user .text .golds .gold_minus[data-v-6fcbaddf], .profile .wrapper .left .profile .user .text .golds .gold_minus_mob[data-v-6fcbaddf] {
    margin-right: 4px
}

.profile .wrapper .left .profile .user .text .golds .gold_add_mob[data-v-6fcbaddf], .profile .wrapper .left .profile .user .text .golds .gold_minus_mob[data-v-6fcbaddf] {
    display: none
}

.profile .wrapper .left .profile .user .text .course[data-v-6fcbaddf] {
    margin-top: 15px;
    white-space: nowrap;
    margin-right: 20px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    background: #131225;
    border-radius: 15px;
    padding: 9px 16px;
    text-align: center;
    letter-spacing: -.055em;
    color: #6e6e8b
}

.profile .wrapper .left .profile .stats[data-v-6fcbaddf] {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    grid-row-gap: 40px;
    grid-column-gap: 10px
}

.profile .wrapper .left .profile .stats .stat[data-v-6fcbaddf] {
    display: flex;
    align-items: center
}

.profile .wrapper .left .profile .stats .stat .img[data-v-6fcbaddf] {
    width: 67px;
    margin-right: 16px
}

.profile .wrapper .left .profile .stats .stat .img img[data-v-6fcbaddf] {
    width: 100%
}

.profile .wrapper .left .profile .stats .stat .text strong[data-v-6fcbaddf] {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    display: block
}

.profile .wrapper .left .profile .stats .stat .text span[data-v-6fcbaddf] {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #504f64
}

.profile .wrapper .right[data-v-6fcbaddf] {
    min-width: 719px;
    width: 719px
}

.profile .wrapper .right .referal[data-v-6fcbaddf] {
    background: #0e0e1e;
    padding: 32px 41px
}

.profile .wrapper .right .referal h3[data-v-6fcbaddf] {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px;
    display: block;
    width: 100%
}

.profile .wrapper .right .referal .separator[data-v-6fcbaddf] {
    width: 61px;
    height: 1px;
    background: #ffb800;
    box-shadow: 0 0 4px rgba(255, 184, 0, .5)
}

.profile .wrapper .right .referal .input[data-v-6fcbaddf] {
    margin-bottom: 22px;
    margin-top: 22px
}

.profile .wrapper .right .referal .input label[data-v-6fcbaddf] {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 18px;
    color: #4d4c5a;
    display: block
}

.profile .wrapper .right .referal .input .input__body[data-v-6fcbaddf] {
    background: #171627;
    border-radius: 7px;
    display: flex;
    position: relative;
    align-items: center
}

.profile .wrapper .right .referal .input .input__body input[data-v-6fcbaddf] {
    flex-grow: 1;
    overflow: hidden;
    background: 0 0;
    outline: none;
    border: none;
    padding: 20px 22px
}

.profile .wrapper .right .referal .input .input__body button[data-v-6fcbaddf] {
    position: absolute;
    right: 16px;
    cursor: pointer
}

.profile .wrapper .right .referal .table span[data-v-6fcbaddf] {
    font-size: 17px;
    line-height: 20px;
    display: block;
    margin-bottom: 20px;
    color: #4d4c5a
}

.profile .wrapper .right .referal .table .table__head[data-v-6fcbaddf] {
    padding-left: 22px;
    padding-bottom: 27px;
    display: grid;
    grid-template-columns:20% 25% 25% 30%
}

.profile .wrapper .right .referal .table .table__items .item[data-v-6fcbaddf] {
    display: grid;
    padding: 15px 0;
    grid-template-columns:20% 25% 25% 30%;
    padding-left: 22px;
    background: #171627;
    border-radius: 7px
}

.profile .wrapper .right .referal .table .table__items .item .lvl[data-v-6fcbaddf] {
    border: 1px solid #242239;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    border-radius: 11px;
    width: 28px;
    height: 28px
}

.profile .wrapper .right .referal .table .table__items .item > div[data-v-6fcbaddf] {
    font-weight: 500;
    display: flex;
    align-items: center;
    font-size: 15px;
    line-height: 18px
}

.profile .wrapper .right .referal .table .table__items .item .bonus[data-v-6fcbaddf] {
    color: #00ff38
}

.profile .wrapper .right .referal .table .table__items .item .deposits[data-v-6fcbaddf] {
    color: #ffb800
}

.profile .wrapper .right .referal .table .table__items .item.first[data-v-6fcbaddf] {
    background: linear-gradient(128.55deg, #f90 -70.55%, transparent 31.9%), #171627
}

.profile .wrapper .right .referal .table .table__items .item.first .lvl[data-v-6fcbaddf] {
    border: 1px solid #f90
}

.profile .wrapper .right .referal .table .table__items .item.two[data-v-6fcbaddf] {
    background: linear-gradient(128.55deg, #ff2929 -70.55%, transparent 31.9%), #171627
}

.profile .wrapper .right .referal .table .table__items .item.two .lvl[data-v-6fcbaddf] {
    border: 1px solid #ff2929
}

.profile .wrapper .right .referal .table .table__items .item.three[data-v-6fcbaddf] {
    background: linear-gradient(128.55deg, #00d1ff -70.55%, transparent 31.9%), #171627
}

.profile .wrapper .right .referal .table .table__items .item.three .lvl[data-v-6fcbaddf] {
    border: 1px solid #00d1ff
}

.profile .wrapper .right .referal .table .table__items .item + .item[data-v-6fcbaddf] {
    margin-top: 9px
}

.profile .wrapper__tabs[data-v-6fcbaddf] {
    margin-top: 13px;
    margin-bottom: 34px
}

.profile .wrapper__tabs .tabs[data-v-6fcbaddf] {
    display: flex;
    border-bottom: 1px solid rgba(136, 130, 255, .1)
}

.profile .wrapper__tabs .tabs .tab[data-v-6fcbaddf] {
    border-bottom: 1px solid transparent;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    cursor: pointer;
    color: #57566a;
    padding: 23px 0;
    transition: .2s
}

.profile .wrapper__tabs .tabs .tab.active[data-v-6fcbaddf], .profile .wrapper__tabs .tabs .tab[data-v-6fcbaddf]:hover {
    border-bottom: 1px solid #ffb800;
    color: #ffb800
}

.profile .wrapper__tabs .tabs .tab + .tab[data-v-6fcbaddf] {
    margin-left: 90px
}

.profile .inventory[data-v-6fcbaddf] {
    margin-bottom: 30px;
    background: #0e0d1e;
    padding-bottom: 15px
}

.profile .inventory .inventory__head[data-v-6fcbaddf] {
    padding: 27px 32px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid hsla(0, 0%, 100%, .06)
}

.profile .inventory .inventory__head img[data-v-6fcbaddf] {
    margin-right: 20px
}

.profile .inventory .inventory__head span[data-v-6fcbaddf] {
    font-weight: 500;
    font-size: 17px;
    line-height: 20px
}

.profile .inventory .inventory__head .inv_btn[data-v-6fcbaddf] {
    margin-left: auto;
    display: flex;
    flex-wrap: wrap
}

.profile .inventory .inventory__head .inv_sell_rub[data-v-6fcbaddf] {
    background: #009f40;
    border-radius: 5px;
    font-weight: 500;
    color: #fff;
    padding: 10px 16px;
    margin-right: 8px
}

.profile .inventory .inventory__head .inv_sell_gold[data-v-6fcbaddf] {
    background: #de8e26;
    border-radius: 5px;
    font-weight: 500;
    color: #fff;
    padding: 10px 16px;
    margin-right: 8px
}

.profile .inventory .inventory__items[data-v-6fcbaddf] {
    padding: 25px 30px;
    display: grid;
    grid-template-columns:repeat(5, 1fr);
    grid-gap: 14px
}

.profile .inventory .inventory__items .inventory__item[data-v-6fcbaddf] {
    height: 149px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #131225;
    transition: .2s
}

.profile .inventory .inventory__items .inventory__item .circle[data-v-6fcbaddf] {
    position: absolute;
    height: 1px;
    margin-bottom: 26px;
    width: 1px;
    border-radius: 100%
}

.profile .inventory .inventory__items .inventory__item .circle.blue[data-v-6fcbaddf] {
    box-shadow: 0 0 60px 22px rgba(0, 255, 255, .4)
}

.profile .inventory .inventory__items .inventory__item .img[data-v-6fcbaddf] {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: center
}

.profile .inventory .inventory__items .inventory__item .img img[data-v-6fcbaddf] {
    max-width: 90%;
    max-height: 90px
}

.profile .inventory .inventory__items .inventory__item .actions[data-v-6fcbaddf] {
    z-index: 10;
    position: absolute;
    left: -5px;
    top: -5px
}

.profile .inventory .inventory__items .inventory__item .actions__sale[data-v-6fcbaddf] {
    position: absolute;
    z-index: 10;
    top: 50%;
    margin-top: -12px;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    opacity: 1;
    text-align: center;
    padding: 3px 0
}

.profile .inventory .inventory__items .inventory__item .actions button[data-v-6fcbaddf] {
    display: flex;
    align-items: center;
    background: #1d1c2e;
    width: 84px;
    border-radius: 3px;
    padding: 7.5px 0;
    justify-content: center
}

.profile .inventory .inventory__items .inventory__item .actions button svg[data-v-6fcbaddf] {
    margin-right: 7px
}

.profile .inventory .inventory__items .inventory__item .actions button span[data-v-6fcbaddf] {
    font-weight: 500;
    font-size: 10px;
    line-height: 12px
}

.profile .inventory .inventory__items .inventory__item .actions button + button[data-v-6fcbaddf] {
    margin-top: 4px
}

.profile .inventory .inventory__items .inventory__item:hover .actions[data-v-6fcbaddf] {
    display: block
}

.profile .inventory .inventory__items .inventory__item .description[data-v-6fcbaddf] {
    width: 100%;
    padding-bottom: 7px;
    padding-left: 10px;
    padding-right: 12px;
    padding-bottom: 0;
    padding-right: 0;
    justify-content: space-between;
    display: flex
}

.profile .inventory .inventory__items .inventory__item .description .text[data-v-6fcbaddf] {
    padding-bottom: 11px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.profile .inventory .inventory__items .inventory__item .description .text .name[data-v-6fcbaddf] {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px
}

.profile .inventory .inventory__items .inventory__item .description .text .desk[data-v-6fcbaddf] {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #5b5a5c
}

.profile .inventory .inventory__items .inventory__item .description .info .type[data-v-6fcbaddf] {
    text-align: right;
    color: #ffe5a1;
    font-weight: 500;
    font-size: 15px;
    padding-right: 6px;
    line-height: 18px;
    letter-spacing: -.055em
}

.profile .inventory .inventory__items .inventory__item .description .info .price[data-v-6fcbaddf] {
    background: #292a42;
    padding: 5.5px 9.5px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin-top: 7px;
    border-radius: 7px 0 0 0
}

.profile .history span[data-v-6fcbaddf] {
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    display: block;
    margin-bottom: 30px
}

.profile .history .history__items .history__item[data-v-6fcbaddf] {
    background: #0e0d1e;
    border-radius: 14px;
    padding: 21px 0;
    padding-left: 32px;
    padding-right: 51px;
    display: grid;
    align-items: center;
    grid-template-columns:40% 20% 20% 20%
}

.profile .history .history__items .history__item .skin[data-v-6fcbaddf] {
    display: flex;
    align-items: center
}

.profile .history .history__items .history__item .skin img[data-v-6fcbaddf] {
    margin-right: 27px
}

.profile .history .history__items .history__item .skin span[data-v-6fcbaddf] {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    margin: 0
}

.profile .history .history__items .history__item .golds[data-v-6fcbaddf] {
    display: flex;
    align-items: center
}

.profile .history .history__items .history__item .golds em[data-v-6fcbaddf] {
    font-style: normal;
    margin-right: 8px;
    font-weight: 700;
    font-size: 23px;
    color: #ffe5a1;
    line-height: 27px
}

.profile .history .history__items .history__item .golds span[data-v-6fcbaddf] {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #ffe5a1;
    letter-spacing: -.055em;
    margin-right: 14px;
    margin-bottom: 0
}

.profile .history .history__items .history__item .date[data-v-6fcbaddf] {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #39374e
}

.profile .history .history__items .history__item .status button[data-v-6fcbaddf] {
    border-radius: 9px;
    padding: 13.5px 35px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px
}

.profile .history .history__items .history__item .status button.gray[data-v-6fcbaddf] {
    background: #1c1b2c
}

.profile .history .history__items .history__item .status button.red[data-v-6fcbaddf] {
    background: #ff2929
}

.profile .history .history__items .history__item .status button.green[data-v-6fcbaddf] {
    background: #00a542
}

.profile .history .history__items .history__item + .history__item[data-v-6fcbaddf] {
    margin-top: 6px
}

.profile .history .load__more[data-v-6fcbaddf] {
    margin-top: 30px
}

.profile .settings[data-v-6fcbaddf] {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    grid-gap: 24px
}

.profile .settings .avatar[data-v-6fcbaddf] {
    padding: 23px 49px;
    background: #0e0e1e;
    display: flex;
    align-items: center
}

.profile .settings .avatar .ava[data-v-6fcbaddf] {
    width: 133px;
    margin-right: 53px;
    height: 133px;
    overflow: hidden
}

.profile .settings .avatar .ava img[data-v-6fcbaddf] {
    max-height: 133px;
    max-width: 133px;
    width: 100%;
    border-radius: 100%
}

.profile .settings .avatar .action span[data-v-6fcbaddf] {
    display: block;
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px
}

.profile .settings .avatar .action input[data-v-6fcbaddf] {
    display: none
}

.profile .settings .avatar .action label[data-v-6fcbaddf] {
    cursor: pointer;
    display: flex;
    align-items: center
}

.profile .settings .avatar .action label span[data-v-6fcbaddf] {
    font-size: 16px;
    line-height: 19px;
    color: #ffb800;
    margin-right: 7px;
    margin-bottom: 0;
    display: block
}

.profile .settings .avatar .action .delete[data-v-6fcbaddf] {
    display: flex;
    margin-top: 16px;
    cursor: pointer;
    align-items: center
}

.profile .settings .avatar .action .delete span[data-v-6fcbaddf] {
    font-size: 16px;
    line-height: 19px;
    margin-right: 3px;
    margin-bottom: 0;
    color: #727185
}

.profile .settings .avatar .action .delete svg[data-v-6fcbaddf] {
    margin-top: 3px
}

.profile .settings .config[data-v-6fcbaddf] {
    display: flex;
    flex-direction: column
}

.profile .settings .config .lists[data-v-6fcbaddf] {
    background: #0e0e1e;
    padding: 21px 29px;
    margin-bottom: 10px
}

.profile .settings .config .lists .list[data-v-6fcbaddf] {
    display: grid;
    grid-template-columns:45% 55%
}

.profile .settings .config .lists .list span[data-v-6fcbaddf] {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #727185
}

.profile .settings .config .lists .list .email[data-v-6fcbaddf] {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center
}

.profile .settings .config .lists .list .email em[data-v-6fcbaddf] {
    margin-left: 14px;
    cursor: pointer;
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
    color: #ffb800
}

.profile .settings .config .lists .list input[data-v-6fcbaddf] {
    display: none
}

.profile .settings .config .lists .list input.addEmailInput[data-v-6fcbaddf] {
    display: block !important;
    background: #131225;
    border-radius: 5px;
    height: 22px;
    padding: 0 10px;
    font-weight: 500;
    font-size: 14px;
    display: block;
    outline: none;
    border: none;
    width: 100%;
    max-width: 150px;
    line-height: 20px
}

.profile .settings .config .lists .list label[data-v-6fcbaddf] {
    display: flex;
    cursor: pointer;
    align-items: center
}

.profile .settings .config .lists .list label .square[data-v-6fcbaddf] {
    background: #212133;
    border-radius: 25px;
    height: 16px;
    width: 35.5px;
    margin-right: 19px;
    transition: .3s;
    position: relative
}

.profile .settings .config .lists .list label .square[data-v-6fcbaddf]:after {
    height: 19.5px;
    transition: .3s;
    width: 19.5px;
    border-radius: 100%;
    content: "";
    display: block;
    position: absolute;
    left: -4px;
    top: -1.4px;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .5);
    background: #212133
}

.profile .settings .config .lists .list label .name[data-v-6fcbaddf] {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    transition: .2s
}

.profile .settings .config .lists .list input:checked + label .square[data-v-6fcbaddf] {
    box-shadow: none
}

.profile .settings .config .lists .list input:checked + label .square[data-v-6fcbaddf]:after {
    transform: translateX(20px);
    background: #ffb800
}

.profile .settings .config .lists .list input:checked + label .name[data-v-6fcbaddf] {
    color: #ffb800
}

.profile .settings .config .lists .list + .list[data-v-6fcbaddf] {
    margin-top: 19px
}

.profile .settings .config .assign[data-v-6fcbaddf] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    background: linear-gradient(1turn, rgba(0, 163, 255, .4) -268.9%, transparent 184.15%);
    border: 1px solid #00c2ff;
    overflow: hidden;
    cursor: pointer
}

.profile .settings .config .assign .vk[data-v-6fcbaddf] {
    left: 37px;
    position: absolute
}

.profile .settings .config .assign span[data-v-6fcbaddf] {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px
}

.profile .support[data-v-6fcbaddf] {
    background: #0e0e1e;
    padding: 28px 30px
}

.profile .support .support__head[data-v-6fcbaddf] {
    display: flex;
    margin-bottom: 35px;
    align-items: center;
    justify-content: space-between
}

.profile .support .support__head span[data-v-6fcbaddf] {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px
}

.profile .support .support__head .create[data-v-6fcbaddf] {
    background: #fe6138;
    border-radius: 5px;
    padding: 13px 17px;
    display: flex;
    align-items: center
}

.profile .support .support__head .create span[data-v-6fcbaddf] {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    margin-left: 7px
}

.profile .support .items .item[data-v-6fcbaddf] {
    background: #171627;
    padding: 0 22px
}

.profile .support .items .item .top__part[data-v-6fcbaddf] {
    display: grid;
    padding: 24px 0;
    grid-template-columns:70px auto 137px;
    align-items: center;
    grid-gap: 24px
}

.profile .support .items .item .top__part .number[data-v-6fcbaddf] {
    font-size: 17px;
    line-height: 20px;
    color: #5b5a70
}

.profile .support .items .item .top__part .title[data-v-6fcbaddf] {
    font-weight: 500;
    text-align: left;
    font-size: 17px;
    line-height: 20px
}

.profile .support .items .item .top__part .status[data-v-6fcbaddf] {
    width: 100%
}

.profile .support .items .item .top__part .status button[data-v-6fcbaddf] {
    border-radius: 6px;
    padding: 9.5px 16px;
    font-size: 14px;
    line-height: 17px;
    color: #67667c
}

.profile .support .items .item .top__part .status button.gray[data-v-6fcbaddf] {
    color: #67667c;
    background: #1d1c2f
}

.profile .support .items .item .top__part .status button.green[data-v-6fcbaddf] {
    background: #28813c;
    color: #fff
}

.profile .support .items .item .answer[data-v-6fcbaddf] {
    border-top: 1px solid hsla(0, 0%, 100%, .07);
    padding: 15px 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 148.02%;
    color: #8987aa
}

.profile .support .items .item + .item[data-v-6fcbaddf] {
    margin-top: 9px
}

@media screen and (max-width: 1800px) {
    .profile .wrapper[data-v-6fcbaddf] {
        flex-wrap: wrap
    }

    .profile .wrapper .left[data-v-6fcbaddf] {
        margin-right: 0
    }

    .profile .wrapper .right[data-v-6fcbaddf] {
        width: 100%;
        min-width: 100%;
        margin-top: 20px
    }
}

@media screen and (max-width: 992px) {
    .profile .wrapper .left[data-v-6fcbaddf] {
        overflow: hidden
    }

    .profile .wrapper .left .profile[data-v-6fcbaddf] {
        flex-wrap: wrap
    }

    .profile .wrapper .left .profile .user[data-v-6fcbaddf] {
        justify-content: center;
        width: 100%
    }

    .profile .wrapper .left .profile .stats[data-v-6fcbaddf] {
        margin-top: 20px;
        width: 100%;
        justify-content: space-between
    }

    .profile .inventory .inventory__items[data-v-6fcbaddf] {
        grid-template-columns:repeat(3, 1fr)
    }

    .profile .settings[data-v-6fcbaddf] {
        display: block
    }

    .profile .settings .config[data-v-6fcbaddf] {
        margin-top: 15px
    }

    .profile .settings .config .assign[data-v-6fcbaddf] {
        padding: 20px 0
    }

    .profile .wrapper .left .profile[data-v-6fcbaddf] {
        border: none;
        background: 0 0;
        box-shadow: none;
        padding: 0
    }

    .profile .wrapper .left .profile .user[data-v-6fcbaddf] {
        padding: 21px 19px;
        background: #0e0e1e
    }

    .profile .wrapper .left .profile .user .avatar[data-v-6fcbaddf] {
        width: 100px;
        min-width: 100px;
        margin-right: 19px
    }

    .profile .wrapper .left .profile .stats .stat .text strong[data-v-6fcbaddf] {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 2px
    }

    .profile .wrapper .left .profile .stats .stat .text span[data-v-6fcbaddf] {
        font-size: 11px;
        line-height: 13px
    }

    .profile .wrapper .left .profile .stats .stat .img[data-v-6fcbaddf] {
        margin-right: 8px;
        width: 52px
    }

    .profile .wrapper .left .profile .stats[data-v-6fcbaddf] {
        grid-row-gap: 16px
    }

    .profile .wrapper .left .profile .user .text .course[data-v-6fcbaddf] {
        display: none
    }

    .profile[data-v-6fcbaddf] {
        padding-top: 0
    }
}

@media screen and (max-width: 768px) {
    .profile .wrapper__tabs[data-v-6fcbaddf] {
        margin-top: 20px;
        margin-bottom: 17px
    }

    .profile .wrapper__tabs .tabs[data-v-6fcbaddf] {
        overflow-x: auto;
        border-bottom: none
    }

    .profile .wrapper__tabs .tabs .tab[data-v-6fcbaddf] {
        padding: 11px 33px;
        border-bottom: none;
        background: #0e0e1e;
        border-radius: 5px;
        font-size: 12px;
        line-height: 14px;
        color: #797890
    }

    .profile .wrapper__tabs .tabs .tab.active[data-v-6fcbaddf] {
        border: none;
        background: #ffb800;
        color: #000;
        font-size: 12px;
        line-height: 14px
    }

    .profile .wrapper__tabs .tabs .tab[data-v-6fcbaddf]:hover {
        border: none;
        background: #ffb800;
        color: #000
    }

    .profile .wrapper__tabs .tabs .tab + .tab[data-v-6fcbaddf] {
        margin-left: 9px
    }

    .profile .inventory .inventory__head[data-v-6fcbaddf] {
        padding: 20px 22px
    }

    .profile .inventory .inventory__head img[data-v-6fcbaddf] {
        width: 17px;
        margin-right: 14px
    }

    .profile .inventory .inventory__head span[data-v-6fcbaddf] {
        font-size: 13px;
        line-height: 15px
    }

    .profile .inventory .inventory__items[data-v-6fcbaddf] {
        padding: 14px 18px;
        grid-gap: 11px
    }

    .profile .inventory[data-v-6fcbaddf] {
        margin-bottom: 16px
    }

    .profile .history span[data-v-6fcbaddf] {
        margin-bottom: 17px;
        font-size: 13px;
        line-height: 15px
    }

    .profile .history .history__items .history__item[data-v-6fcbaddf] {
        grid-template-columns:auto auto auto auto;
        padding: 15px
    }

    .profile .history .history__items .history__item .skin img[data-v-6fcbaddf] {
        max-width: 50%;
        margin-right: 15px
    }

    .profile .history .history__items .history__item .skin span[data-v-6fcbaddf] {
        font-size: 16px;
        line-height: 18px
    }

    .profile[data-v-6fcbaddf] {
        padding-bottom: 20px
    }

    .profile .support[data-v-6fcbaddf] {
        padding-left: 0;
        padding-top: 0;
        padding-right: 0;
        background: 0 0;
        flex-wrap: wrap;
        display: flex
    }

    .profile .support .support__head[data-v-6fcbaddf] {
        order: 1;
        margin-bottom: 0;
        margin-top: 10px
    }

    .profile .support .support__head > span[data-v-6fcbaddf] {
        display: none
    }

    .profile .support .items[data-v-6fcbaddf] {
        order: 0
    }

    .profile .support .items .item[data-v-6fcbaddf] {
        padding: 0 19px
    }

    .profile .support .items .item .answer[data-v-6fcbaddf] {
        font-size: 12px
    }

    .profile .support .items .item .top__part[data-v-6fcbaddf] {
        padding: 21px 0;
        grid-gap: 0;
        grid-template-columns:auto 53px
    }

    .profile .support .items .item .top__part .status[data-v-6fcbaddf] {
        display: none
    }

    .profile .support .items .item .top__part .number[data-v-6fcbaddf] {
        order: 1;
        text-align: center;
        font-size: 12px;
        line-height: 14px
    }

    .profile .support .items .item .top__part .title[data-v-6fcbaddf], .profile .support .items .item .top__part > div[data-v-6fcbaddf] {
        font-size: 13px
    }
}

@media screen and (max-width: 500px) {
    .profile .inventory .inventory__items .inventory__item[data-v-6fcbaddf] {
        height: 110px
    }

    .profile .inventory .inventory__items .inventory__item .img img[data-v-6fcbaddf] {
        max-height: 65px
    }

    .profile .inventory .inventory__items .inventory__item .description .text .name[data-v-6fcbaddf] {
        font-size: 13px;
        line-height: 15px;
        margin-bottom: 0
    }

    .profile .inventory .inventory__items .inventory__item .description .text .desk[data-v-6fcbaddf] {
        font-size: 11px;
        line-height: 13px
    }

    .profile .inventory .inventory__items .inventory__item .description .info .type[data-v-6fcbaddf] {
        font-size: 12px
    }

    .profile .inventory .inventory__items .inventory__item .description .info .price[data-v-6fcbaddf] {
        margin-top: 0;
        font-size: 11px;
        line-height: 13px
    }

    .profile .wrapper .right[data-v-6fcbaddf] {
        margin-top: 15px
    }

    .profile .wrapper .right .referal[data-v-6fcbaddf] {
        padding: 13px 15px
    }

    .profile .wrapper .right .referal h3[data-v-6fcbaddf] {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 10px
    }

    .profile .wrapper .right .referal .input[data-v-6fcbaddf] {
        margin-top: 14px;
        margin-bottom: 14px
    }

    .profile .wrapper .right .referal .input label[data-v-6fcbaddf] {
        margin-bottom: 12px;
        font-size: 12px;
        line-height: 14px
    }

    .profile .wrapper .right .referal .input .input__body input[data-v-6fcbaddf] {
        padding: 17px 13px;
        font-size: 12px;
        line-height: 14px;
        padding-right: 50px
    }

    .profile .wrapper .right .referal .table span[data-v-6fcbaddf] {
        font-size: 12px;
        line-height: 14px
    }

    .profile .wrapper .right .referal .table .table__head[data-v-6fcbaddf] {
        padding-left: 14px;
        grid-template-columns:40px 20% 25% auto;
        padding-bottom: 17px
    }

    .profile .wrapper .right .referal .table .table__head > div[data-v-6fcbaddf] {
        font-size: 9px;
        white-space: nowrap;
        line-height: 11px
    }

    .profile .wrapper .right .referal .table .table__items .item[data-v-6fcbaddf] {
        padding: 13px;
        grid-template-columns:40px 20% 25% auto
    }

    .profile .wrapper .right .referal .table .table__items .item .lvl[data-v-6fcbaddf] {
        width: 22px;
        height: 22px;
        font-size: 10px;
        line-height: 12px
    }

    .profile .wrapper .right .referal .table .table__items .item > div[data-v-6fcbaddf] {
        font-size: 11px;
        line-height: 13px;
        white-space: nowrap
    }

    .profile .wrapper .right .referal .table .table__items .item .bonus[data-v-6fcbaddf], .profile .wrapper .right .referal .table .table__items .item .deposits[data-v-6fcbaddf] {
        font-size: 11px;
        line-height: 13px
    }
}

@media screen and (max-width: 660px) {
    .profile .inventory .inventory__items[data-v-6fcbaddf] {
        grid-template-columns:repeat(2, 1fr)
    }

    .profile .inventory .inventory__head[data-v-6fcbaddf] {
        flex-wrap: wrap
    }

    .profile .inventory .inventory__head .inv_btn button[data-v-6fcbaddf] {
        font-size: 10px;
        padding: 5px
    }

    .profile .history .history__items .history__item[data-v-6fcbaddf] {
        grid-template-columns:auto auto auto auto
    }

    .profile .history .history__items .history__item .golds em[data-v-6fcbaddf] {
        font-size: 15px;
        line-height: 17px
    }

    .profile .history .history__items .history__item .golds span[data-v-6fcbaddf] {
        font-size: 14px;
        line-height: 16px;
        margin: 0
    }

    .profile .history .history__items .history__item .date[data-v-6fcbaddf] {
        display: none
    }

    .profile .history .history__items .history__item .status button[data-v-6fcbaddf] {
        padding: 10px 14px
    }
}

@media screen and (max-width: 550px) {
    .profile .wrapper__tabs .tabs .tab[data-v-6fcbaddf] {
        padding: 11px 14px;
        font-size: 11px
    }

    .profile .wrapper .left .profile .user .text .nickname[data-v-6fcbaddf] {
        font-size: 17px
    }

    .profile .wrapper .left .profile .user .text p[data-v-6fcbaddf] {
        font-size: 12px
    }

    .profile .wrapper .left .profile .user .text .balance span[data-v-6fcbaddf], .profile .wrapper .left .profile .user .text .golds em[data-v-6fcbaddf], .profile .wrapper .left .profile .user .text .golds span[data-v-6fcbaddf] {
        font-size: 17px;
        line-height: 19px
    }

    .profile .settings .avatar[data-v-6fcbaddf] {
        padding: 0;
        background: 0 0
    }

    .profile .settings .avatar .ava[data-v-6fcbaddf] {
        width: 80px;
        height: 80px;
        margin-right: 26px
    }

    .profile .settings .avatar .action span[data-v-6fcbaddf] {
        margin-bottom: 8px
    }

    .profile .settings .avatar .action .delete[data-v-6fcbaddf] {
        margin-top: 8px
    }

    .profile .settings .config[data-v-6fcbaddf] {
        padding: 23px 0;
        padding-bottom: 0
    }

    .profile .settings .config .lists[data-v-6fcbaddf] {
        order: 1;
        margin-bottom: 0;
        padding: 17px 18px
    }

    .profile .settings .config .lists .list[data-v-6fcbaddf] {
        display: block
    }

    .profile .settings .config .lists .list span[data-v-6fcbaddf] {
        font-size: 13px;
        line-height: 15px
    }

    .profile .settings .config .lists .list .email[data-v-6fcbaddf] {
        font-size: 15px;
        line-height: 18px
    }

    .profile .settings .config .lists .list .email em[data-v-6fcbaddf] {
        border: .5px solid #ffb800;
        box-sizing: border-box;
        border-radius: 6px;
        padding: 9px 13px;
        font-size: 12px;
        line-height: 14px
    }

    .profile .settings .config .lists .list label[data-v-6fcbaddf] {
        margin-top: 13px
    }

    .profile .settings .config .lists .list + .list[data-v-6fcbaddf] {
        margin-top: 14px
    }

    .profile .settings .config .assign[data-v-6fcbaddf] {
        margin-bottom: 12px;
        order: 0
    }

    .profile .settings .config .assign img[data-v-6fcbaddf] {
        left: 32px;
        width: 36px
    }

    .profile .settings .config .assign span[data-v-6fcbaddf] {
        font-size: 14px;
        line-height: 17px
    }

    .profile .support[data-v-6fcbaddf] {
        padding: 17px 0;
        padding-top: 0
    }

    .profile .support .support__head span[data-v-6fcbaddf] {
        font-size: 14px
    }

    .profile .history .history__items .history__item .status button[data-v-6fcbaddf] {
        padding: 5px 8px;
        font-size: 12px;
        margin-left: 15px
    }

    .profile .history .history__items .history__item .skin img[data-v-6fcbaddf] {
        max-width: 35%
    }

    .profile .history .history__items .history__item .skin span[data-v-6fcbaddf] {
        font-size: 14px
    }
}

@media screen and (max-width: 390px) {
    .profile .inventory .inventory__items[data-v-6fcbaddf] {
        grid-template-columns:repeat(1, 1fr)
    }

    .profile .inventory .inventory__head[data-v-6fcbaddf] {
        flex-wrap: wrap
    }

    .profile .inventory .inventory__head .inv_btn[data-v-6fcbaddf] {
        margin-top: 10px
    }

    .profile .inventory .inventory__head .inv_btn button[data-v-6fcbaddf] {
        font-size: 10px;
        padding: 5px;
        margin-top: 5px
    }

    .profile .history .history__items .history__item .status button[data-v-6fcbaddf] {
        padding: 5px 8px;
        font-size: 11px;
        margin-left: 8px
    }

    .profile .history .history__items .history__item .skin img[data-v-6fcbaddf] {
        max-width: 28%
    }

    .profile .history .history__items .history__item .skin span[data-v-6fcbaddf] {
        font-size: 12px
    }

    .profile .wrapper .left .profile .user .text .golds[data-v-6fcbaddf] {
        flex-wrap: wrap
    }

    .profile .wrapper .left .profile .user .text .golds button.gold_add[data-v-6fcbaddf], .profile .wrapper .left .profile .user .text .golds button.gold_minus[data-v-6fcbaddf] {
        display: none
    }

    .profile .wrapper .left .profile .user .text .golds button.gold_add_mob[data-v-6fcbaddf], .profile .wrapper .left .profile .user .text .golds button.gold_minus_mob[data-v-6fcbaddf] {
        display: block
    }
}

.container[data-v-497d236d] {
    background: 0 0
}

.wrapper__tabs[data-v-497d236d] {
    margin-top: 13px;
    margin-bottom: 34px
}

.wrapper__tabs .tabs[data-v-497d236d] {
    display: flex;
    border-bottom: 1px solid rgba(136, 130, 255, .1)
}

.wrapper__tabs .tabs .tab[data-v-497d236d] {
    border-bottom: 1px solid transparent;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    cursor: pointer;
    color: #57566a;
    padding: 23px 0;
    transition: .2s
}

.wrapper__tabs .tabs .tab.active[data-v-497d236d], .wrapper__tabs .tabs .tab[data-v-497d236d]:hover {
    border-bottom: 1px solid #ffb800;
    color: #ffb800
}

.wrapper__tabs .tabs .tab + .tab[data-v-497d236d] {
    margin-left: 90px
}

.other-profile[data-v-497d236d] {
    padding-bottom: 200px;
    padding-top: 23px
}

.other-profile .page__title[data-v-497d236d] {
    margin-bottom: 12px
}

.other-profile .wrapper[data-v-497d236d] {
    display: flex
}

.other-profile .wrapper .left[data-v-497d236d] {
    flex-grow: 1;
    margin-right: 28px
}

.other-profile .wrapper .left .profile[data-v-497d236d] {
    background: #0e0e1e;
    border: 2px solid #ffb800;
    box-shadow: 0 0 18px rgba(255, 184, 0, .27);
    padding: 37px 53px;
    align-items: center;
    display: flex;
    justify-content: space-between
}

.other-profile .wrapper .left .profile .best[data-v-497d236d] {
    display: flex;
    padding: 26px 33px;
    align-items: center;
    background: linear-gradient(79.35deg, #00ff38 -195.8%, transparent 95.7%);
    border: 1px dashed #00ff38;
    border-radius: 7px;
    justify-content: space-between
}

.other-profile .wrapper .left .profile .best .best_img[data-v-497d236d] {
    max-width: 140px
}

.other-profile .wrapper .left .profile .best .text span[data-v-497d236d] {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 5px;
    color: #4e6b4d;
    display: block;
    width: 100%
}

.other-profile .wrapper .left .profile .best .text strong[data-v-497d236d] {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    font-style: normal;
    margin-bottom: 3px;
    display: block
}

.other-profile .wrapper .left .profile .best .text em[data-v-497d236d] {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #ffcb40
}

.other-profile .wrapper .left .profile .user[data-v-497d236d] {
    display: flex;
    align-items: center
}

.other-profile .wrapper .left .profile .user .avatar[data-v-497d236d] {
    width: 162px;
    min-width: 162px;
    margin-right: 31px
}

.other-profile .wrapper .left .profile .user .avatar img[data-v-497d236d] {
    width: 100%;
    border-radius: 100%
}

.other-profile .wrapper .left .profile .user .text .nickname[data-v-497d236d] {
    font-weight: 500;
    font-size: 21px;
    line-height: 25px;
    color: #ffb800
}

.other-profile .wrapper .left .profile .user .text p[data-v-497d236d] {
    margin-bottom: 5px;
    color: #bbb
}

.other-profile .wrapper .left .profile .user .text > span[data-v-497d236d] {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 3px;
    color: #504f64
}

.other-profile .wrapper .left .profile .user .text .balance[data-v-497d236d] {
    margin-bottom: 6px;
    display: flex;
    align-items: center
}

.other-profile .wrapper .left .profile .user .text .balance span[data-v-497d236d] {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin-right: 14px;
    display: block
}

.other-profile .wrapper .left .profile .user .text .balance button[data-v-497d236d] {
    background: #009f40;
    border-radius: 9px;
    height: 29px;
    width: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    line-height: 25px
}

.other-profile .wrapper .left .profile .user .text .golds[data-v-497d236d] {
    display: flex;
    align-items: center
}

.other-profile .wrapper .left .profile .user .text .golds em[data-v-497d236d] {
    font-style: normal;
    margin-right: 8px;
    font-weight: 700;
    font-size: 23px;
    color: #ffe5a1;
    line-height: 27px
}

.other-profile .wrapper .left .profile .user .text .golds span[data-v-497d236d] {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #ffe5a1;
    letter-spacing: -.055em
}

.other-profile .wrapper .left .profile .user .text .course[data-v-497d236d] {
    margin-top: 15px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    background: #131225;
    border-radius: 15px;
    padding: 9px 16px;
    text-align: center;
    letter-spacing: -.055em;
    color: #6e6e8b
}

.other-profile .wrapper .left .profile .stats[data-v-497d236d] {
    display: grid;
    grid-template-columns:auto auto auto auto;
    grid-gap: 30px
}

.other-profile .wrapper .left .profile .stats .stat[data-v-497d236d] {
    display: flex;
    align-items: center
}

.other-profile .wrapper .left .profile .stats .stat .img[data-v-497d236d] {
    width: 67px;
    margin-right: 16px
}

.other-profile .wrapper .left .profile .stats .stat .img img[data-v-497d236d] {
    width: 100%
}

.other-profile .wrapper .left .profile .stats .stat .text strong[data-v-497d236d] {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    display: block
}

.other-profile .wrapper .left .profile .stats .stat .text span[data-v-497d236d] {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #504f64
}

.other-profile .inventory[data-v-497d236d] {
    margin-bottom: 30px;
    background: #0e0d1e;
    padding-bottom: 15px
}

.other-profile .inventory .inventory__head[data-v-497d236d] {
    padding: 27px 32px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid hsla(0, 0%, 100%, .06)
}

.other-profile .inventory .inventory__head img[data-v-497d236d] {
    margin-right: 20px
}

.other-profile .inventory .inventory__head span[data-v-497d236d] {
    font-weight: 500;
    font-size: 17px;
    line-height: 20px
}

.other-profile .inventory .inventory__items[data-v-497d236d] {
    padding: 25px 30px;
    display: grid;
    grid-template-columns:repeat(5, 1fr);
    grid-gap: 14px
}

.other-profile .inventory .inventory__items .inventory__item[data-v-497d236d] {
    height: 149px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #131225;
    transition: .2s
}

.other-profile .inventory .inventory__items .inventory__item .circle[data-v-497d236d] {
    position: absolute;
    height: 1px;
    margin-bottom: 26px;
    width: 1px;
    border-radius: 100%
}

.other-profile .inventory .inventory__items .inventory__item .circle.blue[data-v-497d236d] {
    box-shadow: 0 0 60px 22px rgba(0, 255, 255, .4)
}

.other-profile .inventory .inventory__items .inventory__item .img[data-v-497d236d] {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: center;
    height: 50%
}

.other-profile .inventory .inventory__items .inventory__item .img img[data-v-497d236d] {
    max-width: 50%
}

.other-profile .inventory .inventory__items .inventory__item .actions[data-v-497d236d] {
    z-index: 10;
    position: absolute;
    display: none;
    left: -5px;
    top: -5px
}

.other-profile .inventory .inventory__items .inventory__item .actions button[data-v-497d236d] {
    display: flex;
    align-items: center;
    background: #1d1c2e;
    width: 84px;
    border-radius: 3px;
    padding: 7.5px 0;
    justify-content: center
}

.other-profile .inventory .inventory__items .inventory__item .actions button svg[data-v-497d236d] {
    margin-right: 7px
}

.other-profile .inventory .inventory__items .inventory__item .actions button span[data-v-497d236d] {
    font-weight: 500;
    font-size: 10px;
    line-height: 12px
}

.other-profile .inventory .inventory__items .inventory__item .actions button + button[data-v-497d236d] {
    margin-top: 4px
}

.other-profile .inventory .inventory__items .inventory__item:hover .actions[data-v-497d236d] {
    display: block
}

.other-profile .inventory .inventory__items .inventory__item .description[data-v-497d236d] {
    width: 100%;
    padding-bottom: 7px;
    padding-left: 10px;
    padding-right: 12px;
    padding-bottom: 0;
    padding-right: 0;
    justify-content: space-between;
    display: flex
}

.other-profile .inventory .inventory__items .inventory__item .description .text[data-v-497d236d] {
    padding-bottom: 11px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.other-profile .inventory .inventory__items .inventory__item .description .text .name[data-v-497d236d] {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px
}

.other-profile .inventory .inventory__items .inventory__item .description .text .desk[data-v-497d236d] {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #5b5a5c
}

.other-profile .inventory .inventory__items .inventory__item .description .info .type[data-v-497d236d] {
    text-align: right;
    color: #ffe5a1;
    font-weight: 500;
    font-size: 15px;
    padding-right: 6px;
    line-height: 18px;
    letter-spacing: -.055em
}

.other-profile .inventory .inventory__items .inventory__item .description .info .price[data-v-497d236d] {
    background: #292a42;
    padding: 5.5px 9.5px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin-top: 7px;
    border-radius: 7px 0 0 0
}

.other-profile .history span[data-v-497d236d] {
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    display: block;
    margin-bottom: 30px
}

.other-profile .history .history__items .history__item[data-v-497d236d] {
    background: #0e0d1e;
    border-radius: 14px;
    padding: 21px 0;
    padding-left: 32px;
    padding-right: 51px;
    display: grid;
    align-items: center;
    grid-template-columns:40% 40% 20%
}

.other-profile .history .history__items .history__item .skin[data-v-497d236d] {
    display: flex;
    align-items: center
}

.other-profile .history .history__items .history__item .skin img[data-v-497d236d] {
    margin-right: 27px
}

.other-profile .history .history__items .history__item .skin span[data-v-497d236d] {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    margin: 0
}

.other-profile .history .history__items .history__item .date[data-v-497d236d] {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #39374e
}

.other-profile .history .history__items .history__item .status button[data-v-497d236d] {
    border-radius: 9px;
    padding: 13.5px 35px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px
}

.other-profile .history .history__items .history__item .status button.gray[data-v-497d236d] {
    background: #1c1b2c
}

.other-profile .history .history__items .history__item .status button.red[data-v-497d236d] {
    background: #ff2929
}

.other-profile .history .history__items .history__item .status button.green[data-v-497d236d] {
    background: #00a542
}

.other-profile .history .history__items .history__item + .history__item[data-v-497d236d] {
    margin-top: 6px
}

.other-profile .history .load__more[data-v-497d236d] {
    margin-top: 30px
}

.other-profile .settings[data-v-497d236d] {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    grid-gap: 24px
}

.other-profile .settings .avatar[data-v-497d236d] {
    padding: 23px 49px;
    background: #0e0e1e;
    display: flex;
    align-items: center
}

.other-profile .settings .avatar .ava[data-v-497d236d] {
    width: 133px;
    margin-right: 53px;
    height: 133px;
    overflow: hidden
}

.other-profile .settings .avatar .ava img[data-v-497d236d] {
    max-height: 133px;
    max-width: 133px;
    width: 100%;
    border-radius: 100%
}

.other-profile .settings .avatar .action span[data-v-497d236d] {
    display: block;
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px
}

.other-profile .settings .avatar .action input[data-v-497d236d] {
    display: none
}

.other-profile .settings .avatar .action label[data-v-497d236d] {
    cursor: pointer;
    display: flex;
    align-items: center
}

.other-profile .settings .avatar .action label span[data-v-497d236d] {
    font-size: 16px;
    line-height: 19px;
    color: #ffb800;
    margin-right: 7px;
    margin-bottom: 0;
    display: block
}

.other-profile .settings .avatar .action .delete[data-v-497d236d] {
    display: flex;
    margin-top: 16px;
    cursor: pointer;
    align-items: center
}

.other-profile .settings .avatar .action .delete span[data-v-497d236d] {
    font-size: 16px;
    line-height: 19px;
    margin-right: 3px;
    margin-bottom: 0;
    color: #727185
}

.other-profile .settings .avatar .action .delete svg[data-v-497d236d] {
    margin-top: 3px
}

.other-profile .settings .config[data-v-497d236d] {
    display: flex;
    flex-direction: column
}

.other-profile .settings .config .lists[data-v-497d236d] {
    background: #0e0e1e;
    padding: 21px 29px;
    margin-bottom: 10px
}

.other-profile .settings .config .lists .list[data-v-497d236d] {
    display: grid;
    grid-template-columns:45% 55%
}

.other-profile .settings .config .lists .list span[data-v-497d236d] {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #727185
}

.other-profile .settings .config .lists .list .email[data-v-497d236d] {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center
}

.other-profile .settings .config .lists .list .email em[data-v-497d236d] {
    margin-left: 14px;
    cursor: pointer;
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
    color: #ffb800
}

.other-profile .settings .config .lists .list input[data-v-497d236d] {
    display: none
}

.other-profile .settings .config .lists .list label[data-v-497d236d] {
    display: flex;
    cursor: pointer;
    align-items: center
}

.other-profile .settings .config .lists .list label .square[data-v-497d236d] {
    background: #212133;
    border-radius: 25px;
    height: 16px;
    width: 35.5px;
    margin-right: 19px;
    transition: .3s;
    position: relative
}

.other-profile .settings .config .lists .list label .square[data-v-497d236d]:after {
    height: 19.5px;
    transition: .3s;
    width: 19.5px;
    border-radius: 100%;
    content: "";
    display: block;
    position: absolute;
    left: -4px;
    top: -1.4px;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .5);
    background: #212133
}

.other-profile .settings .config .lists .list label .name[data-v-497d236d] {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    transition: .2s
}

.other-profile .settings .config .lists .list input:checked + label .square[data-v-497d236d] {
    box-shadow: none
}

.other-profile .settings .config .lists .list input:checked + label .square[data-v-497d236d]:after {
    transform: translateX(20px);
    background: #ffb800
}

.other-profile .settings .config .lists .list input:checked + label .name[data-v-497d236d] {
    color: #ffb800
}

.other-profile .settings .config .lists .list + .list[data-v-497d236d] {
    margin-top: 19px
}

.other-profile .settings .config .assign[data-v-497d236d] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    background: linear-gradient(1turn, rgba(0, 163, 255, .4) -268.9%, transparent 184.15%);
    border: 1px solid #00c2ff;
    overflow: hidden
}

.other-profile .settings .config .assign .vk[data-v-497d236d] {
    left: 37px;
    position: absolute
}

.other-profile .settings .config .assign span[data-v-497d236d] {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px
}

.other-profile .support[data-v-497d236d] {
    background: #0e0e1e;
    padding: 28px 30px
}

.other-profile .support .support__head[data-v-497d236d] {
    display: flex;
    margin-bottom: 35px;
    align-items: center;
    justify-content: space-between
}

.other-profile .support .support__head span[data-v-497d236d] {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px
}

.other-profile .support .support__head .create[data-v-497d236d] {
    background: #fe6138;
    border-radius: 5px;
    padding: 13px 17px;
    display: flex;
    align-items: center
}

.other-profile .support .support__head .create span[data-v-497d236d] {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    margin-left: 7px
}

.other-profile .support .items .item[data-v-497d236d] {
    background: #171627;
    padding: 0 22px
}

.other-profile .support .items .item .top__part[data-v-497d236d] {
    display: grid;
    padding: 24px 0;
    grid-template-columns:70px auto 137px;
    align-items: center;
    grid-gap: 24px
}

.other-profile .support .items .item .top__part .number[data-v-497d236d] {
    font-size: 17px;
    line-height: 20px;
    color: #5b5a70
}

.other-profile .support .items .item .top__part .title[data-v-497d236d] {
    font-weight: 500;
    text-align: left;
    font-size: 17px;
    line-height: 20px
}

.other-profile .support .items .item .top__part .status[data-v-497d236d] {
    width: 100%
}

.other-profile .support .items .item .top__part .status button[data-v-497d236d] {
    border-radius: 6px;
    padding: 9.5px 16px;
    font-size: 14px;
    line-height: 17px;
    color: #67667c
}

.other-profile .support .items .item .top__part .status button.gray[data-v-497d236d] {
    color: #67667c;
    background: #1d1c2f
}

.other-profile .support .items .item .top__part .status button.green[data-v-497d236d] {
    background: #28813c;
    color: #fff
}

.other-profile .support .items .item .answer[data-v-497d236d] {
    border-top: 1px solid hsla(0, 0%, 100%, .07);
    padding: 15px 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 148.02%;
    color: #8987aa
}

.other-profile .support .items .item + .item[data-v-497d236d] {
    margin-top: 9px
}

@media screen and (max-width: 1800px) {
    .other-profile .wrapper .left .profile .user .avatar[data-v-497d236d] {
        width: 125px;
        min-width: 125px;
        margin-right: 25px
    }

    .other-profile .wrapper .left[data-v-497d236d] {
        overflow: hidden;
        margin-right: 0
    }

    .other-profile .wrapper .left .profile[data-v-497d236d] {
        padding: 25px 30px
    }

    .other-profile .wrapper .left .profile .stats .stat .img[data-v-497d236d] {
        width: 50px;
        min-width: 50px;
        margin-right: 10px
    }

    .other-profile .wrapper .left .profile .stats .stat .text strong[data-v-497d236d] {
        font-size: 16px;
        line-height: 18px
    }

    .other-profile .wrapper .left .profile .stats .stat .text span[data-v-497d236d] {
        font-size: 14px;
        line-height: 17px
    }

    .other-profile .wrapper .left .profile .best[data-v-497d236d] {
        margin-left: 10px;
        margin-right: 10px;
        padding: 15px 20px
    }
}

@media screen and (max-width: 1400px) {
    .other-profile .wrapper .left .profile .best[data-v-497d236d] {
        padding: 15px 20px
    }

    .other-profile .wrapper .left .profile .best .text span[data-v-497d236d] {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 4px
    }

    .other-profile .wrapper .left .profile .best .text strong[data-v-497d236d] {
        font-size: 17px;
        line-height: 22px;
        margin-bottom: 0
    }

    .other-profile .wrapper .left .profile .best .text em[data-v-497d236d] {
        font-size: 12px;
        line-height: 17px
    }

    .other-profile .wrapper .left .profile .best img[data-v-497d236d] {
        width: 100%;
        margin-left: 12px
    }

    .other-profile .wrapper .left .profile .user .avatar[data-v-497d236d] {
        width: 85px;
        min-width: 85px;
        margin-right: 17px
    }

    .other-profile .wrapper .left .profile .stats[data-v-497d236d] {
        grid-template-columns:repeat(2, 1fr)
    }

    .other-profile .inventory .inventory__items[data-v-497d236d] {
        grid-template-columns:repeat(6, 1fr);
        grid-template-columns:repeat(5, 1fr)
    }
}

@media screen and (max-width: 992px) {
    .other-profile .inventory .inventory__items[data-v-497d236d] {
        grid-template-columns:repeat(3, 1fr)
    }

    .other-profile[data-v-497d236d] {
        padding-bottom: 30px
    }

    .other-profile .wrapper .left .profile[data-v-497d236d] {
        flex-wrap: wrap
    }

    .other-profile .wrapper .left .profile .stats[data-v-497d236d] {
        width: 100%;
        margin-top: 20px
    }
}

@media screen and (max-width: 660px) {
    .other-profile .inventory .inventory__items[data-v-497d236d] {
        grid-template-columns:repeat(2, 1fr);
        padding: 18px 17px;
        grid-gap: 10px
    }
}

@media screen and (max-width: 575px) {
    .other-profile .wrapper .left .profile .user[data-v-497d236d] {
        width: 100%;
        margin-bottom: 10px;
        justify-content: center
    }

    .other-profile .wrapper .left .profile .stats[data-v-497d236d] {
        grid-gap: 10px
    }

    .other-profile .wrapper .left .profile .best[data-v-497d236d] {
        width: 100%
    }

    .other-profile .wrapper .left .profile .user .text .nickname[data-v-497d236d] {
        font-size: 17px
    }

    .other-profile .wrapper .left .profile .user .text p[data-v-497d236d] {
        font-size: 12px
    }

    .other-profile .wrapper .left .profile .user .text .balance span[data-v-497d236d], .other-profile .wrapper .left .profile .user .text .golds em[data-v-497d236d], .other-profile .wrapper .left .profile .user .text .golds span[data-v-497d236d] {
        font-size: 17px;
        line-height: 19px
    }
}

@media screen and (max-width: 470px) {
    .other-profile .wrapper .left .profile .stats[data-v-497d236d] {
        grid-template-columns:repeat(1, 1fr);
        grid-gap: 10px
    }
}

@media screen and (max-width: 430px) {
    .other-profile .inventory .inventory__items[data-v-497d236d] {
        grid-template-columns:repeat(1, 1fr);
        padding: 18px 17px;
        grid-gap: 10px
    }
}

.success[data-v-22b3f025] {
    font-size: 20px;
    font-size: 29px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffce4f;
    margin-bottom: 30px
}

.finish .span[data-v-22b3f025] {
    margin: 20px 0;
    font-size: 16px;
    color: grey;
    display: block;
    width: 100%;
    text-align: center
}

.finish button[data-v-22b3f025] {
    background: #ffb800;
    border-radius: 9px;
    padding: 30px 50px;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    letter-spacing: .22em;
    color: #000;
    margin: 0 auto;
    display: block;
    margin-top: 30px
}

.circle[data-v-22b3f025] {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center
}

.circle canvas[data-v-22b3f025] {
    display: block;
    width: 957px;
    height: 957px;
    margin: 10px auto;
    filter: drop-shadow(0 0 79px rgba(0, 163, 255, .5))
}

.circle .wheel.animation[data-v-22b3f025] {
    -webkit-animation: circle-data-v-22b3f025 13s;
    animation: circle-data-v-22b3f025 13s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes circle-data-v-22b3f025 {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(3turn)
    }
}

@keyframes circle-data-v-22b3f025 {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(3turn)
    }
}

.circle .up[data-v-22b3f025] {
    position: absolute;
    top: -14px
}

.circle .up svg[data-v-22b3f025] {
    width: 50px;
    height: 50px
}

.circle .down[data-v-22b3f025] {
    position: absolute;
    top: 145px;
    z-index: 999999
}

.circle .circle__inner[data-v-22b3f025] {
    box-sizing: content-box;
    position: absolute;
    border: 38px solid #19182e;
    height: 591px;
    width: 591px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%
}

.circle .circle__inner .button[data-v-22b3f025] {
    position: absolute;
    z-index: 999999;
    width: 183px;
    height: 183px;
    border-radius: 100%;
    cursor: pointer;
    background: radial-gradient(212.84% 212.84% at 77.05% 32.24%, #ffd600 0, rgba(0, 2, 16, 0) 100%), #ffb800;
    box-shadow: 0 4px 80px #ffb800, inset 0 2px 10px #ffb800, inset 10px 16px 20px rgba(255, 184, 0, .95);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 30px;
    line-height: 141.02%;
    color: #2b2b2b
}

.circle .circle__inner[data-v-22b3f025]:after {
    position: absolute;
    content: "";
    display: block;
    height: 50%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: #5031cd;
    box-shadow: inset 0 0 45px rgba(0, 0, 0, .66)
}

.circle .circle__inner[data-v-22b3f025]:before {
    position: absolute;
    content: "";
    display: block;
    height: 50%;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background: #211f36
}

.circle .circle__inner .cases[data-v-22b3f025] {
    z-index: 99;
    position: absolute;
    bottom: 0;
    padding-bottom: 35px
}

.circle .circle__inner .cases span[data-v-22b3f025] {
    font-weight: 700;
    font-size: 30px;
    line-height: 141.02%;
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 9px
}

.circle .circle__inner .cases .boxes[data-v-22b3f025] {
    justify-content: center;
    align-items: center;
    display: flex;
    margin-bottom: 20px
}

.circle .circle__inner .cases .boxes .box[data-v-22b3f025] {
    width: 28px
}

.circle .circle__inner .cases .boxes .box + .box[data-v-22b3f025] {
    margin-left: 13px
}

.circle .circle__inner .cases p[data-v-22b3f025] {
    margin: 0;
    font-size: 16px;
    line-height: 141.02%;
    text-align: center;
    color: #76738d;
    display: block;
    width: 100%
}

.circle .circle__inner .bonuses[data-v-22b3f025] {
    top: 105px;
    text-align: center;
    position: absolute;
    font-weight: 700;
    font-size: 30px;
    z-index: 99;
    line-height: 141.02%;
    width: 100%
}

.prize[data-v-22b3f025] {
    background: #212033;
    padding-bottom: 40px;
    padding-left: 25px;
    width: 271px;
    margin: 0 auto
}

.prize .img[data-v-22b3f025] {
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center
}

.prize .img img[data-v-22b3f025] {
    max-width: 100%
}

.prize span[data-v-22b3f025] {
    padding-right: 20px;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 18px;
    display: block;
    width: 100%
}

.prize p[data-v-22b3f025] {
    padding-right: 20px;
    display: block;
    margin: 0;
    font-size: 17px;
    line-height: 141.02%;
    color: #5c5a80
}

#btn_rodar[data-v-22b3f025] {
    background-color: #2eee91;
    background-image: linear-gradient(top, #2eee91, #29c6a3 50%, #00b59e 0, #00896e);
    border: 1px solid #009574;
    border-radius: 5px;
    box-shadow: inset 0 0 0 1px rgba(0, 115, 100, .4), 0 1px 3px #333;
    color: #fff;
    font: 700 20px/1 helvetica neue, helvetica, arial, sans-serif;
    padding: 12px 0 14px;
    text-align: center;
    text-shadow: -1px -1px 2px rgba(0, 0, 0, .8);
    width: 150px;
    display: block;
    margin: 0 auto 50px;
    cursor: pointer
}

@media screen and (max-width: 1400px) {
    .circle .down[data-v-22b3f025] {
        top: 86px
    }

    .circle canvas[data-v-22b3f025] {
        height: 600px;
        width: 600px
    }

    .circle .circle__inner[data-v-22b3f025] {
        height: 342px;
        width: 342px
    }

    .circle .circle__inner .button[data-v-22b3f025] {
        height: 90px;
        width: 90px;
        font-size: 26px
    }

    .circle .circle__inner .bonuses[data-v-22b3f025] {
        font-size: 22px;
        top: 64px
    }

    .circle .circle__inner .cases[data-v-22b3f025] {
        padding-bottom: 20px
    }

    .circle .circle__inner .cases span[data-v-22b3f025] {
        font-size: 18px
    }

    .circle .circle__inner .cases .boxes[data-v-22b3f025] {
        margin-bottom: 10px
    }

    .circle .circle__inner .cases .boxes .box[data-v-22b3f025] {
        width: 19px
    }

    .circle .circle__inner .cases .boxes .box img[data-v-22b3f025] {
        width: 16px
    }

    .circle .circle__inner .cases p[data-v-22b3f025] {
        font-size: 14px
    }
}

.finish .span[data-v-14066f46] {
    margin: 20px 0;
    font-size: 16px;
    color: grey;
    display: block;
    width: 100%;
    text-align: center
}

.finish button[data-v-14066f46] {
    background: #ffb800;
    border-radius: 9px;
    padding: 30px 50px;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    letter-spacing: .22em;
    color: #000;
    margin: 0 auto;
    display: block;
    margin-top: 30px
}

.roulette[data-v-14066f46] {
    margin-right: -18px;
    margin-left: -18px;
    background: #202035;
    box-shadow: 0 0 70px rgba(0, 163, 255, .51);
    position: relative
}

.roulette .arrow[data-v-14066f46] {
    position: absolute;
    width: 34px;
    left: calc(50% - 17px);
    top: -13px
}

.roulette .roulette__item[data-v-14066f46] {
    height: 143px;
    display: flex;
    align-items: center
}

.roulette .roulette__item img[data-v-14066f46] {
    width: 125px
}

.success[data-v-14066f46] {
    font-size: 20px;
    font-size: 29px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffce4f;
    margin-bottom: 30px
}

.prize[data-v-14066f46] {
    background: #212033;
    padding-bottom: 40px;
    padding-left: 25px;
    width: 271px;
    margin: 0 auto
}

.prize .img[data-v-14066f46] {
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center
}

.prize .img img[data-v-14066f46] {
    max-width: 100%
}

.prize span[data-v-14066f46] {
    padding-right: 20px;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 18px;
    display: block;
    width: 100%
}

.prize p[data-v-14066f46] {
    padding-right: 20px;
    display: block;
    margin: 0;
    font-size: 17px;
    line-height: 141.02%;
    color: #5c5a80
}

.game[data-v-14066f46] {
    display: flex;
    margin-right: -18px;
    margin-left: -18px;
    position: relative;
    margin-top: 20px
}

.game .go[data-v-14066f46] {
    background: radial-gradient(212.84% 212.84% at 77.05% 32.24%, #ffd600 0, rgba(0, 2, 16, 0) 100%), #ffb800;
    box-shadow: 0 4px 80px rgba(255, 184, 0, .57), inset 0 2px 10px #ffb800, inset 10px 16px 20px rgba(255, 184, 0, .95);
    height: 77px;
    width: 77px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 141.02%;
    color: #2b2b2b;
    position: absolute;
    left: calc(50% - 38.5px);
    top: calc(50% - 38.5px)
}

.game .go.disabled[data-v-14066f46] {
    opacity: .7
}

.game .block[data-v-14066f46] {
    width: 50%
}

.game .block .inventory[data-v-14066f46] {
    font-size: 15px;
    line-height: 141.02%;
    margin-bottom: 7px
}

.game .block .boxes[data-v-14066f46] {
    justify-content: center;
    align-items: center;
    display: flex;
    margin-bottom: 10px
}

.game .block .boxes .box[data-v-14066f46], .game .block .boxes .box img[data-v-14066f46] {
    width: 14px
}

.game .block .boxes .box + .box[data-v-14066f46] {
    margin-left: 6px
}

.game .block p[data-v-14066f46] {
    margin: 0;
    font-size: 9px;
    line-height: 141.02%;
    text-align: center;
    color: #76738d;
    display: block;
    width: 100%
}

.game .block.inv[data-v-14066f46] {
    background: #211f36;
    padding-bottom: 15px;
    padding-top: 17px;
    padding-right: 34px
}

.game .block.inv .inventory[data-v-14066f46] {
    font-weight: 700;
    font-size: 15px;
    text-align: right;
    line-height: 141.02%
}

.game .block.inv .boxes[data-v-14066f46] {
    justify-content: flex-end
}

.game .block.inv p[data-v-14066f46] {
    text-align: right
}

.game .block.bonus[data-v-14066f46] {
    background: #5031cd;
    display: flex;
    align-items: center;
    padding-left: 18px
}

.game .block.bonus .bonuses[data-v-14066f46] {
    font-weight: 700;
    font-size: 15px;
    line-height: 141.02%
}

@media screen and (max-width: 768px) {
    h2[data-v-14066f46] {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: .17em;
        margin-bottom: 54px;
        margin-top: 12px
    }

    .success[data-v-14066f46] {
        margin-bottom: 14px;
        font-size: 24px
    }

    .finish button[data-v-14066f46] {
        padding: 21px 50px;
        font-size: 18px
    }
}

@media screen and (max-width: 575px) {
    .finish button[data-v-14066f46] {
        width: 100%
    }
}

.container[data-v-a1eb3d96] {
    background-position: top
}

h2[data-v-a1eb3d96] {
    font-weight: 500;
    font-size: 34px;
    line-height: 40px;
    text-align: center;
    letter-spacing: .39em;
    display: block;
    width: 100%;
    margin-bottom: 95px;
    margin-top: 40px
}

.mixer[data-v-a1eb3d96] {
    max-width: 100%;
    overflow: hidden;
    margin-top: 112px;
    padding-bottom: 97px
}

.mixer .prizes[data-v-a1eb3d96] {
    display: grid;
    grid-template-columns:repeat(6, 1fr);
    grid-gap: 27px
}

.mixer .prizes .prize[data-v-a1eb3d96] {
    background: #212033;
    padding-bottom: 40px;
    padding-left: 25px
}

.mixer .prizes .prize .img[data-v-a1eb3d96] {
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center
}

.mixer .prizes .prize .img img[data-v-a1eb3d96] {
    max-width: 100%
}

.mixer .prizes .prize span[data-v-a1eb3d96] {
    padding-right: 20px;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 18px;
    display: block;
    width: 100%
}

.mixer .prizes .prize p[data-v-a1eb3d96] {
    padding-right: 20px;
    display: block;
    margin: 0;
    font-size: 17px;
    line-height: 141.02%;
    color: #5c5a80
}

@media screen and (max-width: 1800px) {
    .mixer .prizes[data-v-a1eb3d96] {
        grid-template-columns:repeat(5, 1fr)
    }
}

@media screen and (max-width: 1400px) {
    h2[data-v-a1eb3d96] {
        margin-bottom: 50px
    }

    .mixer[data-v-a1eb3d96] {
        margin-top: 70px
    }

    .mixer .prizes[data-v-a1eb3d96] {
        grid-template-columns:repeat(4, 1fr)
    }
}

@media screen and (max-width: 1200px) {
    .mixer[data-v-a1eb3d96] {
        margin-top: 60px
    }

    .mixer .prizes[data-v-a1eb3d96] {
        grid-gap: 15px
    }
}

@media screen and (max-width: 992px) {
    .mixer .prizes[data-v-a1eb3d96] {
        grid-template-columns:repeat(3, 1fr)
    }
}

.roulette-mobile[data-v-a1eb3d96] {
    display: none
}

@media screen and (max-width: 768px) {
    .roulette[data-v-a1eb3d96] {
        display: none
    }

    .roulette-mobile[data-v-a1eb3d96] {
        display: block
    }

    .mixer[data-v-a1eb3d96] {
        margin-top: 22px;
        padding-bottom: 26px
    }

    .mixer .prizes[data-v-a1eb3d96] {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media screen and (max-width: 768px) {
    h2[data-v-a1eb3d96] {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: .17em;
        margin-bottom: 54px;
        margin-top: 12px
    }
}

@media screen and (max-width: 575px) {
    .mixer .prizes[data-v-a1eb3d96] {
        grid-gap: 12px
    }

    .mixer .prizes .prize[data-v-a1eb3d96] {
        padding-left: 13px
    }

    .mixer .prizes .prize .img[data-v-a1eb3d96], .mixer .prizes .prize .img img[data-v-a1eb3d96] {
        height: 115px
    }

    .mixer .prizes .prize span[data-v-a1eb3d96] {
        font-size: 13px;
        line-height: 15px;
        margin-bottom: 7px
    }

    .mixer .prizes .prize p[data-v-a1eb3d96] {
        font-size: 12px;
        line-height: 141.02%
    }
}

.chat-wrapper[data-v-63639bfc] {
    height: calc(100vh - 61px)
}

.chat[data-v-63639bfc] {
    width: 100%;
    min-width: 100%;
    display: flex;
    max-height: 100%
}

.agreement ol li[data-v-e34cfbd8] {
    margin-bottom: 10px;
    line-height: 1.5
}

.agreement__item[data-v-e34cfbd8] {
    margin-bottom: 10px
}

.agreement ol li[data-v-e34cfbd8]:before {
    color: #ffc607;
    content: counters(item, ".") ". ";
    counter-increment: item
}

.agreement ol li[data-v-e34cfbd8]::marker {
    display: none;
    content: none
}

.agreement__paragraph[data-v-e34cfbd8] {
    display: inline-block;
    font-weight: 700
}

.agreement ol li ol[data-v-e34cfbd8] {
    margin-top: 10px;
    padding-left: 20px
}

.agreement ol[data-v-e34cfbd8] {
    counter-reset: item
}

.agreement[data-v-e34cfbd8] {
    margin: 30px 0
}

.agreement h2[data-v-e34cfbd8] {
    font-size: 32px;
    margin-bottom: 20px
}

@media screen and (max-width: 575px) {
    .agreement h2[data-v-e34cfbd8] {
        font-size: 22px
    }

    li [data-v-e34cfbd8] {
        word-break: break-all
    }
}

.cooperation[data-v-31450254] {
    padding: 46px 0
}

h3[data-v-31450254] {
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 43px;
    display: block;
    width: 100%
}

.wrapper[data-v-31450254] {
    display: flex;
    align-items: flex-start
}

.wrapper .tabs[data-v-31450254] {
    width: 507px;
    min-width: 507px;
    background: #0d0c20;
    border-radius: 17px;
    overflow: hidden;
    margin-right: 45px
}

.wrapper .tabs .tab[data-v-31450254] {
    display: flex;
    align-items: center;
    padding: 36px 45px;
    cursor: pointer;
    transition: .2s
}

.wrapper .tabs .tab > svg[data-v-31450254] {
    width: 21px;
    margin-right: 16.7px
}

.wrapper .tabs .tab span[data-v-31450254] {
    font-weight: 500;
    font-size: 17px;
    line-height: 20px
}

.wrapper .tabs .tab .arrow[data-v-31450254] {
    margin-left: auto
}

.wrapper .tabs .tab.active[data-v-31450254], .wrapper .tabs .tab[data-v-31450254]:hover {
    background: #17162c
}

.wrapper .tabs .tab.active > svg path[data-v-31450254] {
    fill: #fe6138
}

.wrapper .content[data-v-31450254] {
    flex-grow: 1;
    overflow: hidden;
    background: #0d0c20;
    border-radius: 14px;
    padding: 32px 45px
}

.wrapper .content h5[data-v-31450254] {
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 28px;
    display: block;
    width: 100%
}

.wrapper .content p[data-v-31450254] {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 35px;
    line-height: 18px;
    color: #6d6c8f
}

.wrapper .content p a[data-v-31450254], .wrapper .content p em[data-v-31450254] {
    font-size: 15px;
    line-height: 18px;
    font-style: normal;
    color: #ffb800
}

@media screen and (max-width: 1400px) {
    .wrapper .tabs[data-v-31450254] {
        width: 400px;
        min-width: 400px;
        margin-right: 35px
    }
}

@media screen and (max-width: 992px) {
    .wrapper[data-v-31450254] {
        flex-wrap: wrap
    }

    .wrapper .tabs[data-v-31450254] {
        width: 100%;
        min-width: 100%;
        margin-right: 0
    }

    .wrapper .content[data-v-31450254] {
        flex-grow: unset;
        width: 100%;
        margin-top: 20px
    }
}

@media screen and (max-width: 768px) {
    .wrapper .tabs .tab[data-v-31450254] {
        padding: 22px 20px
    }

    .wrapper .tabs .tab > svg[data-v-31450254] {
        width: 15px;
        margin-right: 10px
    }

    .wrapper .tabs .tab span[data-v-31450254] {
        font-size: 14px
    }

    .wrapper .tabs .tab .arrow svg[data-v-31450254] {
        width: 6px
    }

    .wrapper .content[data-v-31450254] {
        padding: 20px
    }

    .wrapper .content p[data-v-31450254], .wrapper .content p em[data-v-31450254] {
        font-size: 13px
    }

    h3[data-v-31450254] {
        line-height: 21px;
        font-size: 16px;
        margin-bottom: 15px
    }

    .cooperation[data-v-31450254] {
        padding: 20px 0
    }
}

.partners[data-v-7b79ffd9] {
    padding-top: 20px
}

.second__wrapper[data-v-7b79ffd9] {
    display: flex;
    margin-bottom: 78px
}

.second__wrapper .your-level[data-v-7b79ffd9] {
    flex-grow: 1;
    margin-right: 28px;
    padding: 23px 41px;
    overflow: hidden;
    background: #0e0e1e
}

.second__wrapper .your-level .stats[data-v-7b79ffd9] {
    display: grid;
    grid-template-columns:auto 171px;
    grid-gap: 28px
}

.second__wrapper .your-level .stats .indicators[data-v-7b79ffd9] {
    background: linear-gradient(103.65deg, #0c2d1f -12.11%, #171627 71.57%);
    border-radius: 10px;
    padding: 30px 28px;
    display: flex;
    align-items: center
}

.second__wrapper .your-level .stats .indicators .place[data-v-7b79ffd9] {
    font-weight: 500;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 28px;
    width: 70px;
    height: 70px;
    border: 1px dashed #00ff38;
    border-radius: 7px;
    margin-right: 27px
}

.second__wrapper .your-level .stats .indicators .blocks[data-v-7b79ffd9] {
    flex-grow: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.second__wrapper .your-level .stats .indicators .blocks .block[data-v-7b79ffd9] {
    display: flex;
    align-items: center
}

.second__wrapper .your-level .stats .indicators .blocks .block svg[data-v-7b79ffd9] {
    margin-right: 14px;
    width: 20px
}

.second__wrapper .your-level .stats .indicators .blocks .block .text[data-v-7b79ffd9] {
    width: 100%
}

.second__wrapper .your-level .stats .indicators .blocks .block .text span[data-v-7b79ffd9] {
    display: block;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 3px;
    color: hsla(0, 0%, 100%, .36)
}

.second__wrapper .your-level .stats .indicators .blocks .block .text em[data-v-7b79ffd9] {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    font-style: normal
}

.second__wrapper .your-level .stats .buttons[data-v-7b79ffd9] {
    display: flex;
    flex-direction: column
}

.second__wrapper .your-level .stats .buttons button[data-v-7b79ffd9] {
    flex-grow: 1;
    background: #171627;
    border-radius: 11px;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px
}

.second__wrapper .your-level .stats .buttons button.orange[data-v-7b79ffd9] {
    background: #fe6138
}

.second__wrapper .your-level .stats .buttons button + button[data-v-7b79ffd9] {
    margin-top: 16px
}

.second__wrapper .your-level .progress[data-v-7b79ffd9] {
    width: 100%;
    margin-bottom: 55px;
    margin-top: 46px
}

.second__wrapper .your-level .progress .progress__head[data-v-7b79ffd9] {
    width: 100%;
    margin-bottom: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.second__wrapper .your-level .progress .progress__head span[data-v-7b79ffd9] {
    font-size: 17px;
    line-height: 20px;
    color: #4d4c5a
}

.second__wrapper .your-level .progress .progress__head span em[data-v-7b79ffd9] {
    font-style: normal;
    font-size: 17px;
    line-height: 20px;
    color: #ffb800
}

.second__wrapper .your-level .progress .progress__body[data-v-7b79ffd9] {
    height: 8px;
    background: #171627;
    mix-blend-mode: normal;
    border-radius: 3px;
    width: 100%
}

.second__wrapper .your-level .progress .progress__body .progress__fill[data-v-7b79ffd9] {
    background: #00c2ff;
    box-shadow: 0 0 7px rgba(0, 194, 255, .48);
    border-radius: 3px;
    height: 100%
}

.second__wrapper .your-level .badges[data-v-7b79ffd9] {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.second__wrapper .your-level .badges .badge[data-v-7b79ffd9] {
    align-items: center;
    display: flex
}

.second__wrapper .your-level .badges .badge img[data-v-7b79ffd9], .second__wrapper .your-level .badges .badge svg[data-v-7b79ffd9] {
    margin-right: 16px;
    width: 67px
}

.second__wrapper .your-level .badges .badge .text span[data-v-7b79ffd9] {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #504f64;
    display: block
}

.second__wrapper .your-level .badges .badge .text em[data-v-7b79ffd9] {
    display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    font-style: normal
}

.second__wrapper .levels[data-v-7b79ffd9] {
    padding: 23px 41px;
    background: #0e0e1e;
    width: 719px;
    min-width: 719px
}

.second__wrapper .levels .table span[data-v-7b79ffd9] {
    font-size: 17px;
    line-height: 20px;
    display: block;
    margin-bottom: 20px;
    color: #4d4c5a
}

.second__wrapper .levels .table .table__head[data-v-7b79ffd9] {
    padding-left: 22px;
    padding-bottom: 27px;
    display: grid;
    grid-template-columns:20% 25% 25% 30%
}

.second__wrapper .levels .table .table__items .item[data-v-7b79ffd9] {
    display: grid;
    padding: 15px 0;
    grid-template-columns:20% 25% 25% 30%;
    padding-left: 22px;
    background: #171627;
    border-radius: 7px
}

.second__wrapper .levels .table .table__items .item .lvl[data-v-7b79ffd9] {
    border: 1px solid #242239;
    justify-content: center;
    border-radius: 11px;
    width: 28px;
    height: 28px
}

.second__wrapper .levels .table .table__items .item .lvl[data-v-7b79ffd9], .second__wrapper .levels .table .table__items .item > div[data-v-7b79ffd9] {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px
}

.second__wrapper .levels .table .table__items .item .bonus[data-v-7b79ffd9] {
    color: #00ff38
}

.second__wrapper .levels .table .table__items .item .deposits[data-v-7b79ffd9] {
    color: #ffb800
}

.second__wrapper .levels .table .table__items .item.first[data-v-7b79ffd9] {
    background: linear-gradient(128.55deg, #f90 -70.55%, transparent 31.9%), #171627
}

.second__wrapper .levels .table .table__items .item.first .lvl[data-v-7b79ffd9] {
    border: 1px solid #f90
}

.second__wrapper .levels .table .table__items .item.two[data-v-7b79ffd9] {
    background: linear-gradient(128.55deg, #ff2929 -70.55%, transparent 31.9%), #171627
}

.second__wrapper .levels .table .table__items .item.two .lvl[data-v-7b79ffd9] {
    border: 1px solid #ff2929
}

.second__wrapper .levels .table .table__items .item.three[data-v-7b79ffd9] {
    background: linear-gradient(128.55deg, #00d1ff -70.55%, transparent 31.9%), #171627
}

.second__wrapper .levels .table .table__items .item.three .lvl[data-v-7b79ffd9] {
    border: 1px solid #00d1ff
}

.second__wrapper .levels .table .table__items .item + .item[data-v-7b79ffd9] {
    margin-top: 9px
}

.second__wrapper > div .title[data-v-7b79ffd9] {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px;
    display: block;
    width: 100%
}

.second__wrapper > div .separator[data-v-7b79ffd9] {
    width: 63px;
    height: 1px;
    background: #ffb800;
    box-shadow: 0 0 4px rgba(255, 184, 0, .5);
    margin-bottom: 22px
}

.second__wrapper > div label[data-v-7b79ffd9] {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 18px;
    display: block;
    width: 100%;
    color: #4d4c5a
}

.second__wrapper > div .input[data-v-7b79ffd9] {
    background: #171627;
    border-radius: 7px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center
}

.second__wrapper > div .input input[data-v-7b79ffd9] {
    width: 100%;
    height: 57px;
    background: 0 0;
    outline: none;
    border: none;
    padding: 0 20px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #fff
}

.second__wrapper > div .input .copy[data-v-7b79ffd9] {
    cursor: pointer;
    position: absolute;
    right: 15px
}

.second__wrapper > div .input .copy:hover path[data-v-7b79ffd9] {
    fill: #fe6138
}

.tabs[data-v-7b79ffd9] {
    display: flex;
    border-bottom: 1px solid #1f1d3b;
    width: 100%
}

.tabs .tab[data-v-7b79ffd9] {
    padding-bottom: 21px;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #ffb800;
    border-bottom: 2px solid #ffb800
}

.faq[data-v-7b79ffd9] {
    margin-bottom: 53px;
    padding-top: 38px
}

.faq .faq__items[data-v-7b79ffd9] {
    border-radius: 14px;
    overflow: hidden
}

.faq .faq__items .top[data-v-7b79ffd9] {
    display: flex;
    cursor: pointer;
    align-items: center;
    padding: 21.5px 45px;
    justify-content: space-between;
    background: #0e0e1e
}

.faq .faq__items .top span[data-v-7b79ffd9] {
    font-weight: 500;
    font-size: 17px;
    line-height: 20px
}

.faq .faq__items .top .plus[data-v-7b79ffd9] {
    font-weight: 500;
    font-size: 35px;
    line-height: 41px;
    color: #4c4b69
}

.faq .faq__items .answer[data-v-7b79ffd9] {
    font-size: 15px;
    line-height: 18px;
    padding: 37px 45px;
    background: #0e0e1e;
    padding-top: 0;
    color: #6d6c8f
}

.faq .faq__items + .faq__items[data-v-7b79ffd9] {
    margin-top: 10px
}

.first__wrapper[data-v-7b79ffd9] {
    display: flex;
    margin-bottom: 28px;
    margin-top: 22px
}

.first__wrapper .referal[data-v-7b79ffd9] {
    flex-grow: 1;
    overflow: hidden;
    margin-right: 28px;
    background: #0e0e1e;
    padding: 32px 41px
}

.first__wrapper .promocode[data-v-7b79ffd9] {
    padding: 32px 41px;
    width: 719px;
    min-width: 719px;
    background: #0e0e1e
}

.first__wrapper > div .title[data-v-7b79ffd9] {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px;
    display: block;
    width: 100%
}

.first__wrapper > div .separator[data-v-7b79ffd9] {
    width: 63px;
    height: 1px;
    background: #ffb800;
    box-shadow: 0 0 4px rgba(255, 184, 0, .5);
    margin-bottom: 22px
}

.first__wrapper > div label[data-v-7b79ffd9] {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 18px;
    display: block;
    width: 100%;
    color: #4d4c5a
}

.first__wrapper > div .input[data-v-7b79ffd9] {
    background: #171627;
    border-radius: 7px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center
}

.first__wrapper > div .input input[data-v-7b79ffd9] {
    width: 100%;
    height: 57px;
    background: 0 0;
    outline: none;
    border: none;
    padding: 0 20px;
    padding-right: 50px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #fff
}

.first__wrapper > div .input .copy[data-v-7b79ffd9] {
    cursor: pointer;
    position: absolute;
    right: 15px
}

.first__wrapper > div .input .copy:hover path[data-v-7b79ffd9] {
    fill: #fe6138
}

@media screen and (max-width: 1800px) {
    .second__wrapper .your-level .stats[data-v-7b79ffd9] {
        grid-gap: 20px;
        grid-template-columns:repeat(1, 1fr)
    }

    .second__wrapper .your-level .stats .indicators[data-v-7b79ffd9] {
        padding: 26px 18px
    }

    .second__wrapper .your-level .stats .indicators .place[data-v-7b79ffd9] {
        width: 55px;
        height: 55px;
        font-size: 18px;
        margin-right: 15px
    }

    .second__wrapper .your-level .stats .indicators .blocks .block svg[data-v-7b79ffd9] {
        width: 22px;
        margin-right: 10px
    }

    .second__wrapper .your-level .stats .buttons[data-v-7b79ffd9] {
        display: grid;
        grid-template-columns:repeat(1, 1fr);
        grid-gap: 20px
    }

    .second__wrapper .your-level .stats .buttons button[data-v-7b79ffd9] {
        margin-top: 0;
        padding: 15px 0
    }

    .second__wrapper .your-level .stats .buttons button + button[data-v-7b79ffd9] {
        margin-top: 0
    }

    .second__wrapper .your-level .badges .badge img[data-v-7b79ffd9], .second__wrapper .your-level .badges .badge svg[data-v-7b79ffd9] {
        width: 45px;
        margin-right: 12px
    }

    .first__wrapper .promocode[data-v-7b79ffd9], .second__wrapper .levels[data-v-7b79ffd9] {
        width: 600px;
        min-width: 600px
    }
}

@media screen and (max-width: 1400px) {
    .second__wrapper .your-level[data-v-7b79ffd9] {
        padding: 20px 22px
    }

    .second__wrapper .levels[data-v-7b79ffd9] {
        width: 500px;
        min-width: 500px;
        padding: 20px 22px
    }

    .first__wrapper .referal[data-v-7b79ffd9] {
        padding: 20px 22px
    }

    .first__wrapper .promocode[data-v-7b79ffd9] {
        width: 500px;
        min-width: 500px;
        padding: 20px 22px
    }
}

@media screen and (max-width: 1200px) {
    .first__wrapper[data-v-7b79ffd9] {
        margin-bottom: 20px
    }

    .first__wrapper .referal[data-v-7b79ffd9] {
        margin-right: 20px
    }

    .second__wrapper[data-v-7b79ffd9] {
        flex-wrap: wrap
    }

    .second__wrapper .your-level[data-v-7b79ffd9] {
        width: 100%;
        flex-grow: 1;
        overflow: hidden;
        margin-right: 0
    }

    .second__wrapper .levels[data-v-7b79ffd9] {
        margin-top: 20px;
        width: 100%;
        min-width: 100%
    }
}

@media screen and (max-width: 992px) {
    .first__wrapper[data-v-7b79ffd9] {
        flex-wrap: wrap;
        margin-bottom: 10px
    }

    .first__wrapper .referal[data-v-7b79ffd9] {
        margin-right: 0;
        width: 100%;
        flex-grow: unset
    }

    .first__wrapper .promocode[data-v-7b79ffd9] {
        width: 100%;
        min-width: 100%;
        margin-top: 10px
    }

    .faq .faq__items .top[data-v-7b79ffd9] {
        padding: 20px
    }

    .faq .faq__items .top span[data-v-7b79ffd9] {
        font-size: 15px
    }

    .faq .faq__items .answer[data-v-7b79ffd9] {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px
    }

    .second__wrapper[data-v-7b79ffd9] {
        margin-bottom: 30px
    }

    .second__wrapper .levels[data-v-7b79ffd9] {
        margin-top: 10px
    }

    .tabs .tab[data-v-7b79ffd9] {
        padding-bottom: 14px;
        font-weight: 500;
        font-size: 16px;
        line-height: 19px
    }

    .faq[data-v-7b79ffd9] {
        margin-bottom: 20px;
        padding-top: 20px
    }

    .faq .faq__items .top span[data-v-7b79ffd9] {
        font-size: 13px;
        line-height: 15px
    }

    .faq .faq__items .top .plus[data-v-7b79ffd9] {
        font-size: 18px
    }

    .faq .faq__items .answer[data-v-7b79ffd9] {
        font-size: 13px
    }
}

@media screen and (max-width: 575px) {
    .first__wrapper[data-v-7b79ffd9] {
        margin-top: 10px
    }

    .first__wrapper > div .title[data-v-7b79ffd9] {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 9px
    }

    .first__wrapper > div .separator[data-v-7b79ffd9] {
        margin-bottom: 15px
    }

    .first__wrapper > div label[data-v-7b79ffd9] {
        font-size: 14px;
        margin-bottom: 10px
    }

    .first__wrapper > div .input input[data-v-7b79ffd9] {
        height: 45px;
        padding: 0 15px;
        padding-right: 50px;
        font-size: 14px
    }

    .first__wrapper .promocode[data-v-7b79ffd9], .first__wrapper .referal[data-v-7b79ffd9], .second__wrapper .levels[data-v-7b79ffd9] {
        padding: 18px
    }

    .second__wrapper .levels .table span[data-v-7b79ffd9] {
        font-size: 12px;
        line-height: 14px
    }

    .second__wrapper .levels .table .table__head[data-v-7b79ffd9] {
        padding-left: 14px;
        grid-template-columns:40px 20% 25% auto;
        padding-bottom: 17px
    }

    .second__wrapper .levels .table .table__head > div[data-v-7b79ffd9] {
        font-size: 9px;
        white-space: nowrap;
        line-height: 11px
    }

    .second__wrapper .levels .table .table__items .item[data-v-7b79ffd9] {
        padding: 13px;
        grid-template-columns:40px 20% 25% auto
    }

    .second__wrapper .levels .table .table__items .item .lvl[data-v-7b79ffd9] {
        width: 22px;
        height: 22px;
        font-size: 10px;
        line-height: 12px
    }

    .second__wrapper .levels .table .table__items .item > div[data-v-7b79ffd9] {
        font-size: 11px;
        line-height: 13px;
        white-space: nowrap
    }

    .second__wrapper .levels .table .table__items .item .bonus[data-v-7b79ffd9], .second__wrapper .levels .table .table__items .item .deposits[data-v-7b79ffd9] {
        font-size: 11px;
        line-height: 13px
    }

    .second__wrapper > div .title[data-v-7b79ffd9] {
        font-size: 15px;
        line-height: 19px;
        margin-bottom: 9px
    }

    .second__wrapper .your-level[data-v-7b79ffd9] {
        padding: 18px
    }

    .second__wrapper .your-level .badges[data-v-7b79ffd9] {
        align-items: unset
    }

    .second__wrapper .your-level .badges .badge[data-v-7b79ffd9] {
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: space-between
    }

    .second__wrapper .your-level .badges .badge img[data-v-7b79ffd9] {
        margin-right: 0
    }

    .second__wrapper .your-level .badges .badge svg[data-v-7b79ffd9] {
        margin-right: 0;
        height: 45px
    }

    .second__wrapper .your-level .badges .badge .text[data-v-7b79ffd9] {
        margin-top: 5px;
        width: 100%;
        text-align: center
    }

    .second__wrapper .your-level .badges .badge .text em[data-v-7b79ffd9], .second__wrapper .your-level .badges .badge .text span[data-v-7b79ffd9] {
        text-align: center
    }

    .second__wrapper .your-level .stats .indicators[data-v-7b79ffd9] {
        padding: 20px 14px;
        flex-wrap: wrap
    }

    .second__wrapper .your-level .stats .indicators .place[data-v-7b79ffd9] {
        margin-bottom: 10px
    }

    .second__wrapper .your-level .stats .indicators .blocks[data-v-7b79ffd9] {
        flex-wrap: wrap
    }

    .second__wrapper .your-level .stats .indicators .blocks .block[data-v-7b79ffd9] {
        width: 50%
    }

    .second__wrapper .your-level .stats .indicators .blocks .block .text em[data-v-7b79ffd9] {
        font-size: 14px
    }

    .second__wrapper .your-level .stats .indicators .blocks .block[data-v-7b79ffd9]:first-child {
        width: 100%;
        margin-bottom: 10px;
        margin-left: 32px
    }

    .second__wrapper .your-level .progress[data-v-7b79ffd9] {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .second__wrapper .your-level .progress .progress__head[data-v-7b79ffd9] {
        margin-bottom: 10px
    }

    .second__wrapper .your-level .progress .progress__head span[data-v-7b79ffd9], .second__wrapper .your-level .progress .progress__head span em[data-v-7b79ffd9] {
        font-size: 13px
    }
}

@media screen and (max-width: 480px) {
    .second__wrapper .your-level .badges[data-v-7b79ffd9] {
        justify-content: center;
        flex-wrap: wrap
    }

    .second__wrapper .your-level .badges .badge[data-v-7b79ffd9] {
        width: 50%
    }
}

@media screen and (max-width: 450px) {
    .second__wrapper .your-level[data-v-7b79ffd9] {
        padding: 18px
    }

    .second__wrapper .your-level .stats .indicators .place[data-v-7b79ffd9] {
        margin: 0 auto;
        margin-bottom: 10px
    }

    .second__wrapper .your-level .stats .indicators .blocks .block[data-v-7b79ffd9] {
        width: 100%
    }

    .second__wrapper .your-level .stats .indicators .blocks .block[data-v-7b79ffd9]:first-child {
        width: 100%;
        margin-bottom: 10px
    }

    .second__wrapper .your-level .stats .indicators .blocks .block + .block[data-v-7b79ffd9] {
        margin-top: 5px
    }
}