.vo_ca_notifications-wrapper .vo_ca_menu-btn.vo_ca_notted:after {
    opacity: 1
}

.vo_ca_notifications-wrapper .vo_ca_menu-btn.vo_ca_open:after {
    opacity: 0 !important
}

.vo_ca_notifications-wrapper .vo_ca_menu-btn:after {
    background-color: #fe2b90;
    border-radius: 50%;
    content: "";
    height: 8px;
    opacity: 0;
    position: absolute;
    right: -5px;
    top: -5px;
    transition: opacity .3s ease;
    width: 8px;
    z-index: 99
}

.vo_ca_notifications-wrapper .vo_ca_head {
    align-items: center;
    display: flex;
    font-weight: 700;
    justify-content: space-between
}

.vo_ca_notifications-wrapper .vo_ca_head .vo_ca_read-all {
    align-items: center;
    background: #27344c;
    border-radius: 10px;
    color: #7a85a5;
    cursor: pointer;
    display: flex;
    font-size: .9rem;
    padding: 10px 20px;
    transition: color .3s ease
}

.vo_ca_notifications-wrapper .vo_ca_head .vo_ca_read-all:hover {
    color: var(--blue)
}

.vo_ca_notifications-wrapper .vo_ca_head .vo_ca_read-all svg {
    margin-left: 10px
}

.vo_ca_notifications-wrapper .vo_ca_dropdown {
    min-width: 400px
}

.vo_ca_notifications-wrapper .vo_ca_dropdown:after {
    left: auto;
    right: 115px
}

.vo_ca_notifications-wrapper .vo_ca_notifications {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px 10px 10px 0
}

.vo_ca_notifications-wrapper .vo_ca_notifications .vo_ca_empty {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 35px 0;
    width: 100%
}

@media(max-width:700px) {
    .vo_ca_notifications-wrapper .vo_ca_notifications .vo_ca_empty {
        padding: 20% 0
    }
}

.vo_ca_notifications-wrapper .vo_ca_notifications .vo_ca_empty img {
    width: 100px
}

@media(max-width:700px) {
    .vo_ca_notifications-wrapper .vo_ca_notifications .vo_ca_empty img {
        width: 150px
    }
}

.vo_ca_notifications-wrapper .vo_ca_notifications .vo_ca_empty p {
    font-size: 18px;
    font-weight: 900;
    padding-top: 15px
}

.vo_ca_notifications-wrapper .vo_ca_notifications .vo_ca_notification {
    border-radius: 20px;
    display: flex;
    height: auto;
    margin-bottom: 5px;
    padding: 10px;
    transition: background-color .2s ease
}

.vo_ca_notifications-wrapper .vo_ca_notifications .vo_ca_notification:hover {
    background-color: #27344c
}

.vo_ca_notifications-wrapper .vo_ca_notifications .vo_ca_notification .vo_ca_img-holder {
    align-items: center;
    background: #1a2538;
    border-radius: 12px;
    display: flex;
    flex-shrink: 0;
    height: 50px;
    justify-content: center;
    width: 50px
}

.vo_ca_notifications-wrapper .vo_ca_notifications .vo_ca_notification .vo_ca_inside {
    flex-grow: 1;
    font-size: 16px;
    font-weight: 900;
    line-height: 150%;
    margin-left: 10px
}

.vo_ca_notifications-wrapper .vo_ca_notifications .vo_ca_notification .vo_ca_inside p {
    color: #7a85a5;
    font-size: 12px;
    margin-top: 5px
}

.vo_ca_notifications-wrapper .vo_ca_notifications .vo_ca_notification .vo_ca_inside .vo_ca_value {
    color: #2b90fe;
    display: inline
}

.vo_ca_header {
    padding: 0 20px
}

@media (max-width:600px) {
    .vo_ca_header {
        padding: 0 10px
    }
}

.vo_ca_header {
    display: block;
    position: sticky;
    top: 0;
    z-index: 29
}

@media (max-width:700px) {
    .vo_ca_header {
        display: none
    }
}

.vo_ca_header {
    align-items: center;
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform .1s ease
}

.vo_ca_header.vo_ca_fixed {
    position: static
}

.vo_ca_header.vo_ca_scrolled {
    -webkit-backdrop-filter: blur(13px);
    backdrop-filter: blur(13px)
}

.vo_ca_header.vo_ca_scrolled .vo_ca_top-header {
    opacity: 0
}

.vo_ca_header.vo_ca_scrolled:after {
    opacity: .3
}

.vo_ca_header .vo_ca_logo {
    cursor: pointer
}

.vo_ca_header .vo_ca_logo img {
    width: 150px
}

.vo_ca_header .vo_ca_wrapper {
    grid-gap: 20px;
    display: grid;
    grid-template-columns: auto 1fr;
    padding: 13px 0
}

.vo_ca_header .vo_ca_top-header,
.vo_ca_header .vo_ca_wrapper {
    align-items: center;
    max-width: 1400px;
    width: 100%
}

.vo_ca_header .vo_ca_top-header {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    position: relative;
    transition: opacity .3s ease
}

.vo_ca_header .vo_ca_top-header:after {
    background: rgba(25, 34, 50, .404);
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%
}

.vo_ca_header .vo_ca_top-header .vo_ca_top-left {
    grid-gap: 10px;
    align-items: center;
    display: flex
}

.vo_ca_header .vo_ca_top-header .vo_ca_top-left .vo_ca_main-btn,
.vo_ca_header .vo_ca_top-header .vo_ca_top-left .vo_ca_new-main-style {
    border: 2px solid #0000;
    border-radius: 8px;
    height: 30px;
    padding: 0 10px;
    transition: background-color .15s ease, border-color .15s ease
}

.vo_ca_header .vo_ca_top-header .vo_ca_top-left .vo_ca_main-btn.vo_ca_application,
.vo_ca_header .vo_ca_top-header .vo_ca_top-left .vo_ca_new-main-style.vo_ca_application {
    padding: 0 20px 0 10px
}

.vo_ca_header .vo_ca_top-header .vo_ca_top-left .vo_ca_main-btn.vo_ca_lock,
.vo_ca_header .vo_ca_top-header .vo_ca_top-left .vo_ca_new-main-style.vo_ca_lock {
    height: 31px;
    width: 31px;
    z-index: 2
}

.vo_ca_header .vo_ca_top-header .vo_ca_top-left .vo_ca_main-btn:hover,
.vo_ca_header .vo_ca_top-header .vo_ca_top-left .vo_ca_new-main-style:hover {
    border-color: var(--topLine)
}

.vo_ca_header .vo_ca_top-header .vo_ca_top-left .vo_ca_main-btn .vo_ca_pr,
.vo_ca_header .vo_ca_top-header .vo_ca_top-left .vo_ca_new-main-style .vo_ca_pr {
    margin-right: 7px;
    width: 13px
}

.vo_ca_header .vo_ca_top-header .vo_ca_top-left .vo_ca_main-btn span,
.vo_ca_header .vo_ca_top-header .vo_ca_top-left .vo_ca_new-main-style span {
    font-size: 10px;
    font-weight: 700
}

.vo_ca_header .vo_ca_top-header .vo_ca_top-left .vo_ca_main-btn .vo_ca_img,
.vo_ca_header .vo_ca_top-header .vo_ca_top-left .vo_ca_new-main-style .vo_ca_img {
    margin-right: 7px;
    width: 12px
}

.vo_ca_header .vo_ca_top-header .vo_ca_top-left .vo_ca_main-btn .vo_ca_windows,
.vo_ca_header .vo_ca_top-header .vo_ca_top-left .vo_ca_new-main-style .vo_ca_windows {
    color: #475774;
    width: 16px
}

.vo_ca_header .vo_ca_top-header .vo_ca_top-left .vo_ca_main-btn .vo_ca_btn-text-block,
.vo_ca_header .vo_ca_top-header .vo_ca_top-left .vo_ca_new-main-style .vo_ca_btn-text-block {
    padding-left: 8px;
    position: relative
}

.vo_ca_header .vo_ca_top-header .vo_ca_top-left .vo_ca_main-btn .vo_ca_btn-text-block .vo_ca_icons,
.vo_ca_header .vo_ca_top-header .vo_ca_top-left .vo_ca_new-main-style .vo_ca_btn-text-block .vo_ca_icons {
    align-items: center;
    display: flex
}

.vo_ca_header .vo_ca_top-header .vo_ca_top-left .vo_ca_main-btn .vo_ca_btn-text-block .vo_ca_icons .vo_ca_platform-icon,
.vo_ca_header .vo_ca_top-header .vo_ca_top-left .vo_ca_new-main-style .vo_ca_btn-text-block .vo_ca_icons .vo_ca_platform-icon {
    color: #475774
}

.vo_ca_header .vo_ca_top-header .vo_ca_top-left .vo_ca_main-btn .vo_ca_btn-text-block.vo_ca_last,
.vo_ca_header .vo_ca_top-header .vo_ca_top-left .vo_ca_new-main-style .vo_ca_btn-text-block.vo_ca_last {
    margin-left: 8px
}

.vo_ca_header .vo_ca_top-header .vo_ca_top-left .vo_ca_main-btn .vo_ca_btn-text-block.vo_ca_last:before,
.vo_ca_header .vo_ca_top-header .vo_ca_top-left .vo_ca_new-main-style .vo_ca_btn-text-block.vo_ca_last:before {
    background: #475774;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px
}

.vo_ca_header .vo_ca_top-header .vo_ca_top-left .vo_ca_main-btn .vo_ca_btn-text-block h3,
.vo_ca_header .vo_ca_top-header .vo_ca_top-left .vo_ca_new-main-style .vo_ca_btn-text-block h3 {
    color: #475774;
    font-size: 9px;
    font-weight: 700
}

.vo_ca_header .vo_ca_top-header .vo_ca_top-left .vo_ca_main-btn .vo_ca_btn-text-block .vo_ca_sub-t,
.vo_ca_header .vo_ca_top-header .vo_ca_top-left .vo_ca_new-main-style .vo_ca_btn-text-block .vo_ca_sub-t {
    font-size: 8px
}

.vo_ca_header .vo_ca_top-header .vo_ca_top-left .vo_ca_transfer-btn {
    background-image: linear-gradient(180deg, #043466, #043466), linear-gradient(180deg, #2786fd 20%, #043466 47%);
    padding: 0 35px 0 50px;
    position: relative
}

.vo_ca_header .vo_ca_top-header .vo_ca_top-left .vo_ca_transfer-btn.vo_ca_vpnbtn {
    background-image: linear-gradient(180deg, #021e3b, #021e3b), linear-gradient(180deg, #5eccfc 20%, #021e3b 47%);
    padding: 0 25px 0 50px
}

.vo_ca_header .vo_ca_top-header .vo_ca_top-left .vo_ca_transfer-btn.vo_ca_vpnbtn .vo_ca_bag-img {
    bottom: -2px;
    filter: drop-shadow(0 0 10px #2D94FE);
    left: 0;
    top: auto;
    transform: none
}

.vo_ca_header .vo_ca_top-header .vo_ca_top-left .vo_ca_transfer-btn.vo_ca_vpnbtn:hover {
    border-color: #5eccfc
}

.vo_ca_header .vo_ca_top-header .vo_ca_top-left .vo_ca_transfer-btn span {
    align-items: center;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    text-shadow: 0 2.577px 2.577px #00000040;
    z-index: 2
}

.vo_ca_header .vo_ca_top-header .vo_ca_top-left .vo_ca_transfer-btn span p {
    color: #5eccfc
}

.vo_ca_header .vo_ca_top-header .vo_ca_top-left .vo_ca_transfer-btn .vo_ca_bag-img {
    left: -18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1
}

.vo_ca_header .vo_ca_top-header .vo_ca_top-left .vo_ca_transfer-btn .vo_ca_back-img {
    left: 0;
    position: absolute;
    top: -2px
}

.vo_ca_header .vo_ca_top-header .vo_ca_top-left .vo_ca_transfer-btn .vo_ca_btn-character {
    bottom: -3px;
    position: absolute;
    right: 0
}

.vo_ca_header .vo_ca_top-header .vo_ca_top-left .vo_ca_transfer-btn:hover {
    border-color: #2786fd
}

.vo_ca_header .vo_ca_icon,
.vo_ca_header svg {
    transition: transform .3s ease
}

.vo_ca_header .vo_ca_an-auth {
    grid-gap: 10px;
    display: flex;
    justify-content: end
}

.vo_ca_header .vo_ca_an-auth .vo_ca_main-btn,
.vo_ca_header .vo_ca_an-auth .vo_ca_un-auth-btn {
    padding: 0 50px
}

@media (max-width:700px) {
    .vo_ca_header .vo_ca_an-auth .vo_ca_blue {
        display: none
    }
}

.vo_ca_header .vo_ca_menu {
    height: 50px;
    position: relative;
    width: 50px
}

.vo_ca_header .vo_ca_menu svg {
    height: 25px;
    width: 25px
}

.vo_ca_header .vo_ca_flex-wrap {
    grid-gap: 10px;
    display: flex;
    justify-content: flex-end;
    position: relative
}

.vo_ca_header .vo_ca_flex-wrap .vo_ca_head-plus {
    height: 50px;
    width: 50px
}

.vo_ca_header .vo_ca_flex-wrap .vo_ca_head-plus img {
    transition: transform .3s ease;
    width: 20px
}

.vo_ca_header .vo_ca_flex-wrap .vo_ca_head-plus:hover img {
    transform: scale(1.2) rotate(90deg)
}

.vo_ca_header .vo_ca_flex-wrap .vo_ca_bk-casino-switch {
    align-items: center;
    background-color: rgba(25, 33, 54, .765);
    border-radius: 15px;
    display: flex;
    gap: 10px;
    height: 50px;
    padding: 5px;
    transition: background-color .2s ease
}

.vo_ca_header .vo_ca_flex-wrap .vo_ca_bk-casino-switch:hover {
    background-color: #192136
}

.vo_ca_header .vo_ca_flex-wrap .vo_ca_bk-casino-switch .vo_ca_icon-wrap {
    align-items: center;
    background-color: #242e4a;
    border-radius: 9px;
    display: flex;
    height: 32px;
    justify-content: center;
    transition: background-color .2s ease;
    width: 32px
}

.vo_ca_header .vo_ca_flex-wrap .vo_ca_bk-casino-switch h6 {
    font-size: 16px;
    font-weight: 900
}

.vo_ca_header .vo_ca_flex-wrap .vo_ca_bk-casino-switch .vo_ca_switch-item {
    align-items: center;
    display: flex;
    gap: 5px;
    padding: 5px 8px 5px 5px;
    position: relative;
    z-index: 1
}

.vo_ca_header .vo_ca_flex-wrap .vo_ca_bk-casino-switch .vo_ca_switch-item.vo_ca_caz:before {
    background: linear-gradient(149deg, #41c6ff 8.4%, #1a64fc 80.38%);
    box-shadow: 0 0 20px 0 #3a72ffab
}

.vo_ca_header .vo_ca_flex-wrap .vo_ca_bk-casino-switch .vo_ca_switch-item.vo_ca_active:before {
    opacity: 1
}

.vo_ca_header .vo_ca_flex-wrap .vo_ca_bk-casino-switch .vo_ca_switch-item.vo_ca_active .vo_ca_icon-wrap {
    background-color: #fcfcfc26
}

.vo_ca_header .vo_ca_flex-wrap .vo_ca_bk-casino-switch .vo_ca_switch-item:before {
    background: linear-gradient(149deg, #8864ff 8.4%, #651afc 80.38%);
    border-radius: 10px;
    border-radius: 13px;
    box-shadow: 0 0 20px 0 #753affab;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .2s ease;
    width: 100%;
    z-index: -1
}

.vo_ca_header .vo_ca_element .vo_ca_open {
    transform: scale(1.1)
}

.vo_ca_header .vo_ca_navigation {
    grid-gap: 10px;
    align-items: center;
    display: flex;
    height: 47px;
    justify-content: space-between;
    min-width: 165px;
    position: relative
}

.vo_ca_header .vo_ca_navigation.vo_ca_base-block {
    background-image: linear-gradient(180deg, #192232, #192232), linear-gradient(180deg, #212f44 20%, #192232 47%)
}

.vo_ca_header .vo_ca_navigation .vo_ca_element {
    height: 50px;
    width: 50px
}

.vo_ca_header .vo_ca_navigation .vo_ca_element .vo_ca_icon,
.vo_ca_header .vo_ca_navigation .vo_ca_element svg {
    width: 20px
}

.vo_ca_header .vo_ca_navigation .vo_ca_notifications-wrapper .vo_ca_dropdown {
    right: -107px
}

.vo_ca_header .vo_ca_navigation .vo_ca_dropdown.vo_ca_prof {
    right: -57px
}

.vo_ca_header .vo_ca_navigation .vo_ca_dropdown.vo_ca_main {
    right: -12px
}

.vo_ca_header .vo_ca_navigation .vo_ca_menu-btn {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    position: relative
}

.vo_ca_header .vo_ca_navigation .vo_ca_menu-btn:hover:before {
    opacity: 1
}

.vo_ca_header:after {
    background-color: var(--lines);
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: opacity .1s ease-out;
    width: 100%
}

.vo_ca_header .vo_ca_search {
    align-items: center;
    color: var(--blue);
    display: flex;
    height: 50px;
    justify-content: center;
    width: 50px
}

.vo_ca_header .vo_ca_search svg {
    width: 20px
}

.vo_ca_header .vo_ca_search:hover svg {
    transform: scale(1.2)
}

.vo_ca_header .vo_ca_loading-lines {
    grid-gap: 15px;
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: flex-end
}

.vo_ca_header .vo_ca_loading-lines .vo_ca_loading-line {
    align-items: center;
    border-radius: 17px;
    display: flex;
    height: 47px;
    justify-content: center;
    width: 172px
}

.vo_ca_header .vo_ca_loading-lines .vo_ca_loading-line .vo_ca_line {
    animation: loading-line 1s linear infinite;
    background-color: #465063;
    border-radius: 20px;
    height: 15px;
    width: calc(100% - 40px)
}

.vo_ca_header .vo_ca_loading-lines .vo_ca_loading-line:last-child {
    width: 165px
}

.vo_ca_support-button {
    align-items: center;
    background-color: rgba(25, 33, 54, .765);
    border-radius: 20px;
    bottom: 20px;
    cursor: pointer;
    display: flex;
    height: 60px;
    justify-content: center;
    padding: 0 20px;
    position: fixed;
    right: 20px;
    transition: background-color .3s ease;
    -webkit-user-select: none;
    user-select: none
}

.vo_ca_support-button:hover {
    background-color: #192136
}

.vo_ca_support-button .vo_ca_support-wrapper {
    align-items: center;
    display: flex;
    font-size: 1rem;
    font-weight: 700;
    gap: 15px;
    text-transform: uppercase
}

.vo_ca_support-button .vo_ca_support-wrapper img {
    height: 22px;
    object-fit: contain;
    width: 22px
}

.vo_ca_header-mobile {
    background-color: rgba(25, 33, 54, .753);
    padding: 0 15px
}

@media (max-width:600px) {
    .vo_ca_header-mobile {
        padding: 0 10px
    }
}

.vo_ca_header-mobile {
    align-items: center;
    border-radius: 15px;
    display: none;
    height: 70px;
    justify-content: center;
    left: 5px;
    max-width: calc(100vw - 10px) !important;
    position: sticky;
    top: 5px;
    transition: background-color .2s ease;
    width: calc(100% - 10px);
    z-index: 31
}

.vo_ca_header-mobile.vo_ca_fixed {
    background-color: #19213600
}

.vo_ca_header-mobile.vo_ca_fixed .vo_ca_wrapper .vo_ca_notifications-wrapper,
.vo_ca_header-mobile.vo_ca_fixed .vo_ca_wrapper .vo_ca_sandwich {
    top: -6px
}

.vo_ca_header-mobile.vo_ca_unauth .vo_ca_wrapper {
    grid-template-columns: 150px auto 47px
}

.vo_ca_header-mobile .vo_ca_wrapper .vo_ca_menu-btn:after {
    right: 6px;
    top: 6px
}

.vo_ca_header-mobile .vo_ca_wrapper .vo_ca_an-auth .vo_ca_un-auth-btn {
    background-color: #121a29;
    height: 50px;
    margin-left: auto;
    max-width: 130px;
    width: 100%
}

@media (max-width:700px) {
    .vo_ca_header-mobile {
        display: flex !important
    }
}

.vo_ca_header-mobile.vo_ca_opened {
    display: none !important
}

.vo_ca_header-mobile .vo_ca_wrapper {
    grid-gap: 10px;
    align-items: center;
    display: grid;
    grid-template-columns: 47px minmax(0, 1fr) 47px;
    max-width: calc(100vw - 20px);
    width: 100%
}

.vo_ca_header-mobile .vo_ca_wrapper.vo_ca_pro {
    grid-template-columns: 47px minmax(0, 1fr) 47px
}

.vo_ca_header-mobile .vo_ca_wrapper .vo_ca_come-back {
    border-radius: 15px;
    font-size: 13px;
    padding: 0 10px
}

.vo_ca_header-mobile .vo_ca_wrapper .vo_ca_come-back,
.vo_ca_header-mobile .vo_ca_wrapper .vo_ca_element {
    background-color: #121a29;
    height: 40px;
    width: 40px
}

.vo_ca_header-mobile .vo_ca_wrapper .vo_ca_element .vo_ca_menu-btn {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.vo_ca_header-mobile .vo_ca_wrapper .vo_ca_element .vo_ca_menu-btn img {
    width: 18px
}

.vo_ca_header-mobile .vo_ca_logo {
    display: flex;
    justify-content: center;
    margin: auto 0;
    transition: margin-left .3s ease
}

.vo_ca_header-mobile .vo_ca_logo img {
    max-width: 150px
}

.vo_ca_header-mobile .vo_ca_balance {
    margin: auto
}

.vo_ca_header-mobile .vo_ca_balance .vo_ca_body {
    background-color: #121a29;
    height: 60px;
    padding-right: 10px
}

.vo_ca_header-mobile .vo_ca_balance .vo_ca_body .vo_ca_img-wrapper {
    height: 42px;
    margin-left: 4px;
    width: 42px
}

.vo_ca_header-mobile .vo_ca_notifications-wrapper {
    display: block !important;
    top: 0;
    transition: top .2s ease
}

.vo_ca_header-mobile .vo_ca_notifications-wrapper .vo_ca_dropdown:after {
    display: none
}

.vo_ca_header-mobile .vo_ca_notifications-wrapper .vo_ca_dropdown {
    border-radius: 0;
    height: 100vh;
    max-height: 100vh;
    min-width: 100vw;
    position: fixed;
    top: 0;
    width: 100vw
}

.vo_ca_header-mobile .vo_ca_sandwich {
    align-items: center;
    background-color: #121a29;
    display: flex;
    height: 40px;
    justify-content: center;
    position: relative;
    top: 0;
    transition: top .2s ease;
    width: 40px
}

.vo_ca_header-mobile .vo_ca_sandwich svg {
    -webkit-tap-highlight-color: transparent;
    color: #475774;
    cursor: pointer;
    transition: transform .4s;
    -webkit-user-select: none;
    user-select: none;
    width: 30px
}

.vo_ca_header-mobile .vo_ca_sandwich svg .vo_ca_line {
    fill: none;
    stroke: #475774;
    stroke-width: 5.5;
    stroke-linecap: round;
    transition: stroke-dasharray .4s, stroke-dashoffset .4s
}

.vo_ca_header-mobile .vo_ca_sandwich svg .vo_ca_top {
    stroke-dasharray: 40 160
}

.vo_ca_header-mobile .vo_ca_sandwich svg .vo_ca_middle {
    stroke-dasharray: 40 142;
    transform-origin: 50%;
    transition: transform .4s
}

.vo_ca_header-mobile .vo_ca_sandwich svg .vo_ca_bottom {
    stroke-dasharray: 40 85;
    transform-origin: 50%;
    transition: transform .4s, stroke-dashoffset .4s
}

.vo_ca_header-mobile .vo_ca_sandwich.vo_ca_opened svg {
    transform: rotate(45deg)
}

.vo_ca_header-mobile .vo_ca_sandwich.vo_ca_opened svg .vo_ca_top {
    stroke-dashoffset: -64px
}

.vo_ca_header-mobile .vo_ca_sandwich.vo_ca_opened svg .vo_ca_middle {
    transform: rotate(90deg)
}

.vo_ca_header-mobile .vo_ca_sandwich.vo_ca_opened svg .vo_ca_bottom {
    stroke-dashoffset: -64px
}

.vo_ca_bottom-menu-mobile {
    grid-gap: 10px;
    align-items: center;
    background-color: #121a29;
    border-radius: 30px 30px 0 0;
    bottom: 0;
    box-sizing: initial;
    display: none;
    grid-template-columns: calc(25% - 25px) calc(25% - 25px) 54px calc(25% - 25px) calc(25% - 25px);
    justify-content: center;
    left: 0;
    min-height: 80px;
    padding: 0 10px env(safe-area-inset-bottom);
    position: fixed;
    transform: translateY(100%);
    transition: transform .3s ease;
    width: calc(100vw - 20px);
    z-index: 21
}

.vo_ca_bottom-menu-mobile.vo_ca_opened {
    transform: translateY(0)
}

@media (max-height:450px),
(max-width:700px) {
    .vo_ca_bottom-menu-mobile {
        display: grid
    }
}

.vo_ca_bottom-menu-mobile .vo_ca_main-btn {
    border-radius: 18px;
    height: 54px;
    position: relative;
    width: 54px
}

.vo_ca_bottom-menu-mobile .vo_ca_main-btn img {
    filter: drop-shadow(0 3.628px 4.837px rgba(23, 46, 80, .18));
    height: 20px;
    width: 20px
}

.vo_ca_bottom-menu-mobile a {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.vo_ca_bottom-menu-mobile a .vo_ca_svg-icon {
    color: #475774
}

.vo_ca_bottom-menu-mobile a svg {
    height: 30px;
    margin-bottom: 3px;
    width: 30px
}

.vo_ca_bottom-menu-mobile a {
    color: #475774;
    font-size: .6rem;
    text-transform: uppercase
}

.vo_ca_bottom-menu-mobile a .vo_ca_menu-tag {
    background-color: #51b466;
    border-radius: 3px;
    color: #fff;
    font-size: 7px;
    font-weight: 900;
    padding: 1px 3px;
    position: absolute;
    right: 50%;
    text-transform: uppercase;
    top: -7px;
    transform: translateX(30px)
}

.vo_ca_bottom-menu-mobile a .vo_ca_menu-tag.vo_ca_cas {
    background-color: #d09f44
}

.vo_ca_bottom-menu-mobile a .vo_ca_icon {
    display: none;
    margin-bottom: 5px;
    width: 28px
}

.vo_ca_bottom-menu-mobile a .vo_ca_icon-dark {
    display: block;
    margin-bottom: 5px;
    width: 28px
}

.vo_ca_bottom-menu-mobile a.vo_ca_active {
    color: var(--blue)
}

.vo_ca_bottom-menu-mobile a.vo_ca_active .vo_ca_icon {
    display: block
}

.vo_ca_bottom-menu-mobile a.vo_ca_active .vo_ca_icon-dark {
    display: none
}

.vo_ca_sandwich-menu {
    background-color: var(--bgModal);
    display: none;
    flex-direction: column;
    height: 100%;
    left: 0;
    overflow-x: clip;
    overflow-y: auto;
    padding: 20px 20px 30px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 38
}

.vo_ca_sandwich-menu .vo_ca_sandwich-btn {
    background-color: #202a3d;
    background-image: none;
    border: 3px solid #3f4e69
}

.vo_ca_sandwich-menu .vo_ca_s-menu-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 35px
}

.vo_ca_sandwich-menu .vo_ca_auth-buttons {
    grid-gap: 15px;
    display: grid;
    gap: 15px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    margin-bottom: 30px;
    padding-top: 30px
}

.vo_ca_sandwich-menu .vo_ca_auth-buttons .vo_ca_new-main-style {
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    height: 65px;
    width: 100%
}

.vo_ca_sandwich-menu .vo_ca_auth-buttons .vo_ca_new-main-style.vo_ca_def {
    background: #192232
}

.vo_ca_sandwich-menu .vo_ca_auth-buttons .vo_ca_blue {
    box-shadow: none
}

@media (max-width:700px) {
    .vo_ca_sandwich-menu.vo_ca_opened {
        display: flex
    }
}

.vo_ca_sandwich-menu .vo_ca_event-mobile-nav {
    margin-bottom: 25px;
    padding-bottom: 0;
    padding-top: 0;
    position: relative
}

.vo_ca_sandwich-menu .vo_ca_event-mobile-nav .vo_ca_event-mob-content {
    align-items: center;
    animation: bounceIn .3s ease forwards;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    padding-bottom: 50px;
    position: relative
}

.vo_ca_sandwich-menu .vo_ca_event-mobile-nav .vo_ca_event-mob-content .vo_ca_countdown {
    grid-gap: 0;
    margin-top: 40px
}

.vo_ca_sandwich-menu .vo_ca_event-mobile-nav .vo_ca_event-mob-content .vo_ca_countdown .vo_ca_item {
    text-shadow: 0 2.954px 2.954px #00000040
}

.vo_ca_sandwich-menu .vo_ca_event-mobile-nav .vo_ca_event-mob-content .vo_ca_countdown .vo_ca_item span {
    font-family: Afolkalips;
    font-size: 48px;
    width: 35px
}

.vo_ca_sandwich-menu .vo_ca_event-mobile-nav .vo_ca_event-mob-content .vo_ca_countdown .vo_ca_item p {
    font-family: Afolkalips;
    font-size: 18px
}

.vo_ca_sandwich-menu .vo_ca_event-mobile-nav .vo_ca_event-mob-content .vo_ca_anonce-title {
    color: #4ce892;
    font-family: Afolkalips;
    font-size: 48px;
    padding-top: 20px;
    text-shadow: 0 0 40px rgba(76, 232, 146, .659)
}

.vo_ca_sandwich-menu .vo_ca_event-mobile-nav .vo_ca_event-mob-content.vo_ca_event-anonce {
    align-items: flex-start
}

.vo_ca_sandwich-menu .vo_ca_event-mobile-nav .vo_ca_event-mob-content:after {
    background: #192232;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    opacity: .5;
    position: absolute;
    width: 100%
}

.vo_ca_sandwich-menu .vo_ca_event-mobile-nav .vo_ca_event-mob-content.vo_ca_flx {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 25px;
    padding-bottom: 0
}

.vo_ca_sandwich-menu .vo_ca_event-mobile-nav .vo_ca_event-mob-content .vo_ca_fs-mascot {
    width: 150px
}

.vo_ca_sandwich-menu .vo_ca_event-mobile-nav .vo_ca_event-mob-content .vo_ca_ui-part {
    display: flex;
    flex-direction: column
}

.vo_ca_sandwich-menu .vo_ca_event-mobile-nav .vo_ca_event-mob-content .vo_ca_ui-part h3 {
    -webkit-text-fill-color: #0000;
    background: linear-gradient(180deg, #57b75d, #48df87 100.7%);
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 96px;
    font-weight: 900
}

.vo_ca_sandwich-menu .vo_ca_event-mobile-nav .vo_ca_event-mob-content .vo_ca_ui-part h4 {
    font-size: 34px;
    font-style: normal;
    font-weight: 900;
    text-transform: capitalize
}

.vo_ca_sandwich-menu .vo_ca_event-mobile-nav .vo_ca_event-mob-content .vo_ca_ui-part h4 .vo_ca_bl {
    -webkit-text-fill-color: #0000;
    background: linear-gradient(149deg, #41c6ff 8.4%, #1a64fc 80.38%);
    background-clip: text;
    -webkit-background-clip: text;
    display: inline
}

.vo_ca_sandwich-menu .vo_ca_event-mobile-nav .vo_ca_event-mob-content .vo_ca_ui-part span {
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    text-transform: lowercase
}

.vo_ca_sandwich-menu .vo_ca_event-mobile-nav .vo_ca_event-mob-content .vo_ca_ui-part .vo_ca_medium {
    font-size: 23px;
    font-style: normal;
    font-weight: 900
}

.vo_ca_sandwich-menu .vo_ca_event-mobile-nav .vo_ca_event-mob-content .vo_ca_event-mascot {
    width: 80%
}

.vo_ca_sandwich-menu .vo_ca_event-mobile-nav .vo_ca_event-mob-content h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    max-width: 200px;
    padding-bottom: 30px
}

.vo_ca_sandwich-menu .vo_ca_event-mobile-nav .vo_ca_event-mob-content .vo_ca_sprite-btn {
    bottom: 85px;
    left: 50%;
    max-width: 220px;
    position: absolute;
    transform: translate(-50%, 50%);
    width: 60%
}

.vo_ca_sandwich-menu .vo_ca_event-mobile-nav .vo_ca_event-mob-content .vo_ca_sprite-btn.vo_ca_collection2 .vo_ca_inside {
    font-family: Afolkalips;
    font-size: 42px;
    padding-bottom: 10px
}

.vo_ca_sandwich-menu .vo_ca_event-mobile-nav .vo_ca_event-mob-content .vo_ca_main-btn {
    height: 43px;
    max-width: 250px
}

.vo_ca_sandwich-menu .vo_ca_event-mobile-nav .vo_ca_stream-event {
    align-items: center;
    display: flex;
    overflow: visible
}

.vo_ca_sandwich-menu .vo_ca_event-mobile-nav .vo_ca_stream-event .vo_ca_character {
    left: auto;
    right: 15px
}

.vo_ca_sandwich-menu .vo_ca_event-mobile-nav .vo_ca_back-fight {
    height: 80%;
    top: -30px
}

.vo_ca_sandwich-menu .vo_ca_event-mobile-nav .vo_ca_back,
.vo_ca_sandwich-menu .vo_ca_event-mobile-nav .vo_ca_back-fight {
    animation: fadeInTopLeft .3s ease forwards;
    left: -30px;
    object-fit: cover;
    position: absolute;
    width: calc(100% + 60px);
    z-index: -1
}

.vo_ca_sandwich-menu .vo_ca_event-mobile-nav .vo_ca_back {
    height: 95%;
    top: 0
}

.vo_ca_sandwich-menu .vo_ca_search-sandwich {
    align-items: flex-start;
    color: #677a9d;
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
    margin-top: 10px;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 2
}

.vo_ca_sandwich-menu .vo_ca_search-sandwich .vo_ca_close-btn {
    color: #fff;
    cursor: pointer;
    margin-left: auto
}

.vo_ca_sandwich-menu .vo_ca_search-sandwich .vo_ca_close {
    align-items: center;
    background: rgba(25, 34, 50, .871);
    border-radius: 9px;
    cursor: pointer;
    display: flex;
    height: 35px;
    justify-content: center;
    width: 35px
}

.vo_ca_sandwich-menu .vo_ca_search-sandwich .vo_ca_close svg {
    color: #475774;
    height: 21px;
    width: 21px
}

.vo_ca_sandwich-menu .vo_ca_search-sandwich p {
    animation: searchSandwichAppear .3s ease both;
    font-size: 1.1rem
}

.vo_ca_sandwich-menu .vo_ca_search-sandwich .vo_ca_sandwich-btn {
    animation: searchSandwichAppear .3s ease both;
    color: #677a9d;
    margin-top: 20px;
    padding: 0 30px
}

@keyframes searchSandwichAppear {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.vo_ca_sandwich-menu .vo_ca_elements {
    grid-gap: 15px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    margin-bottom: 20px;
    padding: 0 0 20px;
    position: relative
}

.vo_ca_sandwich-menu .vo_ca_elements:after {
    background: #192232;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    opacity: .5;
    position: absolute;
    width: 100%
}

.vo_ca_sandwich-menu .vo_ca_elements .vo_ca_mob-btn,
.vo_ca_sandwich-menu .vo_ca_elements a {
    align-items: center;
    background: #192232;
    border: 3px solid #0000;
    border-radius: 15px;
    display: flex;
    font-size: 15px;
    font-weight: 700;
    height: 65px;
    justify-content: center;
    opacity: 0;
    position: relative;
    transition: border-color .15s ease
}

.vo_ca_sandwich-menu .vo_ca_elements .vo_ca_mob-btn.vo_ca_active,
.vo_ca_sandwich-menu .vo_ca_elements a.vo_ca_active {
    border-color: #2b90fecc
}

.vo_ca_sandwich-menu .vo_ca_elements .vo_ca_mob-btn .vo_ca_icon,
.vo_ca_sandwich-menu .vo_ca_elements .vo_ca_mob-btn svg,
.vo_ca_sandwich-menu .vo_ca_elements a .vo_ca_icon,
.vo_ca_sandwich-menu .vo_ca_elements a svg {
    height: auto;
    margin-right: 10px;
    width: 26px
}

.vo_ca_sandwich-menu .vo_ca_elements .vo_ca_mob-btn:first-child,
.vo_ca_sandwich-menu .vo_ca_elements a:first-child {
    animation: elementSandwich .2s ease .05s both
}

.vo_ca_sandwich-menu .vo_ca_elements .vo_ca_mob-btn:nth-child(2),
.vo_ca_sandwich-menu .vo_ca_elements a:nth-child(2) {
    animation: elementSandwich .2s ease .1s both
}

.vo_ca_sandwich-menu .vo_ca_elements .vo_ca_mob-btn:nth-child(3),
.vo_ca_sandwich-menu .vo_ca_elements a:nth-child(3) {
    animation: elementSandwich .2s ease .15s both
}

.vo_ca_sandwich-menu .vo_ca_elements .vo_ca_mob-btn:nth-child(4),
.vo_ca_sandwich-menu .vo_ca_elements a:nth-child(4) {
    animation: elementSandwich .2s ease .2s both
}

.vo_ca_sandwich-menu .vo_ca_elements .vo_ca_mob-btn:nth-child(5),
.vo_ca_sandwich-menu .vo_ca_elements a:nth-child(5) {
    animation: elementSandwich .2s ease .25s both
}

.vo_ca_sandwich-menu .vo_ca_elements .vo_ca_mob-btn:nth-child(6),
.vo_ca_sandwich-menu .vo_ca_elements a:nth-child(6) {
    animation: elementSandwich .2s ease .3s both
}

.vo_ca_sandwich-menu .vo_ca_elements .vo_ca_mob-btn:nth-child(7),
.vo_ca_sandwich-menu .vo_ca_elements a:nth-child(7) {
    animation: elementSandwich .2s ease .35s both
}

.vo_ca_sandwich-menu .vo_ca_elements .vo_ca_mob-btn:nth-child(8),
.vo_ca_sandwich-menu .vo_ca_elements a:nth-child(8) {
    animation: elementSandwich .2s ease .4s both
}

.vo_ca_sandwich-menu .vo_ca_elements .vo_ca_mob-btn:nth-child(9),
.vo_ca_sandwich-menu .vo_ca_elements a:nth-child(9) {
    animation: elementSandwich .2s ease .45s both
}

.vo_ca_sandwich-menu .vo_ca_elements .vo_ca_mob-btn:nth-child(10),
.vo_ca_sandwich-menu .vo_ca_elements a:nth-child(10) {
    animation: elementSandwich .2s ease .5s both
}

@keyframes elementSandwich {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.vo_ca_sandwich-menu .vo_ca_mobile-banners {
    grid-gap: 20px;
    display: flex;
    flex-direction: column
}

.vo_ca_sandwich-menu .vo_ca_mobile-banners .vo_ca_gra-btn {
    align-items: center;
    animation: elementSandwich .2s ease .35s both;
    background-image: linear-gradient(180deg, #162541, #0f3062);
    border-radius: 20px;
    display: flex;
    height: 75px;
    padding: 0 70px 0 85px;
    position: relative;
    width: 100%
}

.vo_ca_sandwich-menu .vo_ca_mobile-banners .vo_ca_gra-btn.vo_ca_appication {
    background-image: linear-gradient(180deg, #301842, #2a1558)
}

.vo_ca_sandwich-menu .vo_ca_mobile-banners .vo_ca_gra-btn.vo_ca_appication:hover {
    border-color: #9d359f
}

.vo_ca_sandwich-menu .vo_ca_mobile-banners .vo_ca_gra-btn.vo_ca_vpn-menu {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    padding: 0 70px 0 65px
}

.vo_ca_sandwich-menu .vo_ca_mobile-banners .vo_ca_gra-btn.vo_ca_vpn-menu .vo_ca_bag-img {
    bottom: -15px;
    left: -23px
}

.vo_ca_sandwich-menu .vo_ca_mobile-banners .vo_ca_gra-btn.vo_ca_vpn-menu .vo_ca_vpn-title {
    font-size: 20px;
    font-weight: 900
}

.vo_ca_sandwich-menu .vo_ca_mobile-banners .vo_ca_gra-btn.vo_ca_vpn-menu .vo_ca_vpn-title span {
    color: #41c6ff;
    font-size: 20px
}

.vo_ca_sandwich-menu .vo_ca_mobile-banners .vo_ca_gra-btn.vo_ca_vpn-menu p {
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    padding-top: 3px
}

.vo_ca_sandwich-menu .vo_ca_mobile-banners .vo_ca_gra-btn:hover {
    border-color: #1f71fd
}

.vo_ca_sandwich-menu .vo_ca_mobile-banners .vo_ca_gra-btn span {
    font-size: 18px;
    font-weight: 900
}

.vo_ca_sandwich-menu .vo_ca_mobile-banners .vo_ca_gra-btn .vo_ca_bag-img {
    bottom: -21px;
    left: -30px;
    position: absolute
}

.vo_ca_sandwich-menu .vo_ca_mobile-banners .vo_ca_gra-btn .vo_ca_gra-image {
    bottom: -3px;
    position: absolute;
    right: 10px
}

.vo_ca_sandwich-menu .vo_ca_mobile-banners .vo_ca_gra-btn .vo_ca_icons {
    align-items: center;
    display: flex;
    left: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.vo_ca_sandwich-menu .vo_ca_mobile-banners .vo_ca_gra-btn .vo_ca_icons svg {
    height: auto;
    width: 30px
}

.vo_ca_sandwich-menu .vo_ca_mobile-banners .vo_ca_mob-btn {
    align-items: center;
    background: #192232;
    border-radius: 25px;
    box-shadow: 0 3.803px 6.338px 0 #11141b1a;
    color: #f55;
    display: flex;
    font-size: 15px;
    font-weight: 400;
    height: 80px;
    justify-content: center;
    width: 100%
}