.bc_popalert,
body.theme_light .bc_popalert {
    --bc-thm-popalert_giveAway-boxShadowColor: #00000040;
    --bc-thm-popalert_giveAway-top-bg: #6419ab;
    --bc-thm-popalert_giveAway-bottom-bg: #fff;
    --bc-thm-popalert_giveAway-subtitle-color: #828282;
    --bc-thm-popalert_giveAway-close-color: #fff;
    --bc-thm-popalert_giveAway-icon-color: #fff;
    --bc-thm-popalert_giveAway-circle_first-bg: #752eb8;
    --bc-thm-popalert_giveAway-circle_second-bg: #8946c8;
    --bc-thm-popalert_giveAway-circle_third-bg: #9c5ed7;
    --bc-thm-popalert_memberBonus-boxShadowColor: #00000040;
    --bc-thm-popalert_memberBonus-top-bg: #6419ab;
    --bc-thm-popalert_memberBonus-bottom-bg: #fff;
    --bc-thm-popalert_memberBonus-title-color: #fff;
    --bc-thm-popalert_memberBonus-close-color: #2f80ed;
    --bc-thm-popalert_memberBonus-circle_first-bg: #752eb8;
    --bc-thm-popalert_memberBonus-circle_second-bg: #8946c8;
    --bc-thm-popalert_memberBonus-circle_third-bg: #9c5ed7;
    --bc-thm-popalert_fewTokens-boxShadowColor: #00000040;
    --bc-thm-popalert_fewTokens-top-bg: linear-gradient(0deg, #6419ab00 6%, #6419ab 67%);
    --bc-thm-popalert_fewTokens-content-bg: radial-gradient(38% 38% at 53% 38%, #c880ff 0%, #9c5ed7 50%, #6419ab 100%);
    --bc-thm-popalert_fewTokens-bottom-bg: #fff;
    --bc-thm-popalert_fewTokens-title-color: #828282;
    --bc-thm-popalert_fewTokens-subtitle-color: #000;
    --bc-thm-popalert_fewTokens-icon-color: #fff
}

.bc_popalert_wrp {
    display: inline-block;
    position: relative
}

.bc_popalert_wrp.__give_away {
    vertical-align: bottom
}

.bc_popalert.__member_bonus {
    z-index: 49;
    font-family: Open Sans, Arial, sans-serif;
    position: absolute;
    top: 31px;
    left: 50%;
    transform: translate(-50%)
}

.bc_popalert.__member_bonus .pa_body {
    width: 200px;
    height: 0;
    filter: drop-shadow(0 4px 10px var(--bc-thm-popalert_memberBonus-boxShadowColor));
    border-radius: 8px;
    overflow: hidden
}

.bc_popalert.__member_bonus .pa_body.__opened {
    animation: .26s ease-out forwards pamb_pab_open
}

.bc_popalert.__member_bonus .pa_body.__closed {
    animation: .26s ease-out forwards pamb_pab_close
}

.bc_popalert.__member_bonus .pab_content {
    clip-path: url(#pabc_clip);
    border-radius: 8px;
    width: 200px;
    height: 315px
}

.bc_popalert.__member_bonus .pab_content .pabc_top {
    background: var(--bc-thm-popalert_memberBonus-top-bg);
    flex-shrink: 0;
    width: 200px;
    height: 208px;
    position: relative;
    overflow: hidden
}

.bc_popalert.__member_bonus .pab_content .pabc_top.__repeat .tb_icon.__repeat {
    animation: 1.5s pamb_tb_icon
}

.bc_popalert.__member_bonus .pab_content .pabc_top.__repeat .bi_path.__repeat {
    animation: 1.5s linear pamb_bi_path_tounge
}

.bc_popalert.__member_bonus .bct_circle {
    border-radius: 50%;
    flex-shrink: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%)scale(0)
}

.bc_popalert.__member_bonus .bct_circle.__1 {
    background: var(--bc-thm-popalert_memberBonus-circle_first-bg);
    width: 280px;
    height: 266px;
    animation: .14s linear .12s forwards pamb_circle;
    top: -15px
}

.bc_popalert.__member_bonus .bct_circle.__2 {
    background: var(--bc-thm-popalert_memberBonus-circle_second-bg);
    width: 220px;
    height: 210px;
    animation: .14s linear .2s forwards pamb_circle;
    top: 13px
}

.bc_popalert.__member_bonus .bct_circle.__3 {
    background: var(--bc-thm-popalert_memberBonus-circle_third-bg);
    width: 160px;
    height: 152px;
    animation: .14s linear .28s forwards pamb_circle;
    top: 42px
}

.bc_popalert.__member_bonus .bct_bell {
    position: absolute;
    top: 47px;
    left: 50%;
    transform: translate(-50%)
}

.bc_popalert.__member_bonus .tb_icon {
    -webkit-transform-origin: top
}

.bc_popalert.__member_bonus .tb_icon.__anim {
    animation: 1.5s .768s pamb_tb_icon
}

.bc_popalert.__member_bonus .bi_path {
    fill: none;
    animation-duration: .4s;
    animation-timing-function: linear;
    animation-fill-mode: both
}

.bc_popalert.__member_bonus .bi_path.__1 {
    stroke-dasharray: 50;
    stroke-dashoffset: 50px;
    animation-name: pamb_bi_path_1;
    animation-delay: .368s
}

.bc_popalert.__member_bonus .bi_path.__2 {
    stroke-dasharray: 220;
    stroke-dashoffset: 220px;
    animation-name: pamb_bi_path_2;
    animation-delay: .353s
}

.bc_popalert.__member_bonus .bi_path.__3 {
    stroke-dasharray: 170;
    stroke-dashoffset: 170px;
    animation-name: pamb_bi_path_3;
    animation-delay: .24s
}

.bc_popalert.__member_bonus .bi_path.__4 {
    stroke-dasharray: 60;
    stroke-dashoffset: 60px;
    animation: .4s linear .368s both pamb_bi_path_4, 1.5s linear .768s pamb_bi_path_tounge
}

.bc_popalert.__member_bonus .bct_title {
    width: 180px;
    height: 42px;
    color: var(--bc-thm-popalert_memberBonus-title-color);
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 700;
    line-height: 118%;
    display: flex;
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0
}

.bc_popalert.__member_bonus .pabc_bottom {
    text-align: center;
    background: var(--bc-thm-popalert_memberBonus-bottom-bg);
    border-radius: 0 0 8px 8px;
    flex-shrink: 0;
    padding: 15px 20px 17px
}

.bc_popalert.__member_bonus .bcb_show {
    box-sizing: border-box;
    text-align: center;
    width: 167px;
    text-shadow: none;
    border-radius: 24px;
    flex-shrink: 0;
    padding: 5px 10px 6px;
    font-size: 16px;
    font-weight: 700;
    line-height: 113%;
    text-decoration: none;
    display: block;
    margin: 0 0 10px !important
}

.bc_popalert.__member_bonus .bcb_show:lang(cs),
.bc_popalert.__member_bonus .bcb_show:lang(ja),
.bc_popalert.__member_bonus .bcb_show:lang(sk) {
    padding-left: 20px;
    padding-right: 20px
}

.bc_popalert.__member_bonus .bcbs_inner_wr {
    justify-content: center;
    align-items: center;
    height: 36px;
    line-height: 1.2;
    display: flex
}

.bc_popalert.__member_bonus .bcb_close {
    color: var(--bc-thm-popalert_memberBonus-close-color);
    text-align: center;
    cursor: pointer;
    background: 0 0;
    border: none;
    padding: 0;
    font-size: 13px;
    text-decoration: underline
}

@keyframes pamb_pab_open {
    0% {
        height: 0
    }

    to {
        height: 315px
    }
}

@keyframes pamb_pab_close {
    0% {
        height: 315px
    }

    to {
        height: 0
    }
}

@keyframes pamb_circle {
    0% {
        transform: translate(-50%)scale(0)
    }

    to {
        transform: translate(-50%)scale(1)
    }
}

@keyframes pamb_bi_path_1 {
    0% {
        stroke-dashoffset: 50px
    }

    to {
        stroke-dashoffset: 100px
    }
}

@keyframes pamb_bi_path_2 {
    0% {
        stroke-dashoffset: 220px
    }

    to {
        stroke-dashoffset: 440px
    }
}

@keyframes pamb_bi_path_3 {
    0% {
        stroke-dashoffset: 170px
    }

    to {
        stroke-dashoffset: 340px
    }
}

@keyframes pamb_bi_path_4 {
    0% {
        stroke-dashoffset: 60px
    }

    to {
        stroke-dashoffset: 120px
    }
}

@keyframes pamb_bi_path_tounge {
    0% {
        transform: translate(0)
    }

    7% {
        transform: translate(15px)
    }

    14% {
        transform: translate(-15px)
    }

    21% {
        transform: translate(13px)
    }

    28% {
        transform: translate(-13px)
    }

    35% {
        transform: translate(11px)
    }

    42% {
        transform: translate(-11px)
    }

    49% {
        transform: translate(9px)
    }

    56% {
        transform: translate(-9px)
    }

    63% {
        transform: translate(7px)
    }

    70% {
        transform: translate(-7px)
    }

    77% {
        transform: translate(5px)
    }

    84% {
        transform: translate(-4px)
    }

    91% {
        transform: translate(2px)
    }

    98% {
        transform: translate(0)
    }

    to {
        transform: translate(0)
    }
}

@keyframes pamb_tb_icon {
    0% {
        transform: rotate(0)
    }

    7% {
        transform: rotate(20deg)
    }

    14% {
        transform: rotate(-20deg)
    }

    21% {
        transform: rotate(15deg)
    }

    28% {
        transform: rotate(-15deg)
    }

    35% {
        transform: rotate(10deg)
    }

    42% {
        transform: rotate(-10deg)
    }

    49% {
        transform: rotate(5deg)
    }

    56% {
        transform: rotate(-5deg)
    }

    63% {
        transform: rotate(2.5deg)
    }

    70% {
        transform: rotate(0)
    }

    to {
        transform: rotate(0)
    }
}

.bc_popalert.__give_away {
    z-index: 35;
    cursor: pointer;
    position: absolute;
    top: 41px;
    right: 50%;
    transform: translate(50%)
}

.bc_popalert.__give_away.__hidden {
    z-index: -1;
    visibility: hidden;
    pointer-events: none;
    left: 0;
    transform: none
}

.bc_popalert.__give_away.__pinned {
    right: 0;
    transform: none
}

.bc_popalert.__give_away .pa_body {
    width: 200px;
    height: 0;
    filter: drop-shadow(0 4px 10px var(--bc-thm-popalert_giveAway-boxShadowColor));
    border-radius: 8px;
    overflow: hidden
}

.bc_popalert.__give_away .pa_body.__opened {
    animation: .26s ease-in-out forwards pagab_pab_open
}

.bc_popalert.__give_away .pa_body.__closed {
    animation: .26s ease-in-out forwards pagab_pab_close
}

.bc_popalert.__give_away .pab_content {
    clip-path: url(#pabc_clip);
    border-radius: 8px;
    width: 200px;
    height: 297px
}

.bc_popalert.__give_away .pabc_top {
    background: var(--bc-thm-popalert_giveAway-top-bg);
    width: 200px;
    height: 195px;
    position: relative;
    overflow: hidden
}

.bc_popalert.__give_away .bct_circle {
    border-radius: 50%;
    flex-shrink: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%)
}

.bc_popalert.__give_away .bct_circle.__1 {
    background: var(--bc-thm-popalert_giveAway-circle_first-bg);
    width: 280px;
    height: 266px;
    top: -15px
}

.bc_popalert.__give_away .bct_circle.__2 {
    background: var(--bc-thm-popalert_giveAway-circle_second-bg);
    width: 220px;
    height: 210px;
    top: 13px
}

.bc_popalert.__give_away .bct_circle.__3 {
    background: var(--bc-thm-popalert_giveAway-circle_third-bg);
    width: 160px;
    height: 152px;
    top: 42px
}

.bc_popalert.__give_away .bct_circle.__show {
    transform: translate(-50%)scale(0)
}

.bc_popalert.__give_away .bct_circle.__show.__1 {
    animation: .14s linear .12s forwards pagab_circle
}

.bc_popalert.__give_away .bct_circle.__show.__2 {
    animation: .14s linear .2s forwards pagab_circle
}

.bc_popalert.__give_away .bct_circle.__show.__3 {
    animation: .14s linear .28s forwards pagab_circle
}

.bc_popalert.__give_away .bct_icon {
    fill: none;
    width: 74px;
    height: 68px;
    stroke: var(--bc-thm-popalert_giveAway-icon-color);
    margin: 0 auto;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0
}

.bc_popalert.__give_away .bct_icon.__show {
    animation: .4s linear 10ms forwards pagab_present_show
}

.bc_popalert.__give_away .bct_icon.__anim {
    animation: .7s linear forwards pagab_present_shaking, .5s ease-out 1.42s forwards pagab_present_bias, .3s linear 2.08s forwards pagab_present_2_circle, .3s linear 4.3s forwards pagab_circle_2_present
}

.bc_popalert.__give_away .bct_icon .ti_path.__hide.__anim {
    animation: 10ms linear 2.4s forwards pagab_path_hide, 10ms linear 4.4s forwards pagab_path_show
}

.bc_popalert.__give_away .bct_counter {
    opacity: 0;
    background: 50%/cover no-repeat;
    width: 42px;
    height: 32px;
    margin: 0 auto;
    position: absolute;
    top: 87px;
    left: 0;
    right: 0;
    transform: translate(-1px)rotate(-145deg)scale(0)
}

.bc_popalert.__give_away .bct_counter.__anim {
    animation: .24s linear 2.14s forwards pagab_counter_show, .24s linear 4.3s forwards pagab_counter_hide
}

.bc_popalert.__give_away .bct_tokens {
    opacity: 0;
    background: 50%/90px 20px no-repeat;
    width: 90px;
    height: 20px;
    margin: 0 auto;
    position: absolute;
    top: 139px;
    left: 0;
    right: 0
}

.bc_popalert.__give_away .bct_tokens.__anim {
    animation: 2.2s linear 2.2s forwards pagab_tokens_show, 2.2s linear 4.4s forwards pagab_tokens_hide
}

.bc_popalert.__give_away .bct_blink_present {
    width: 139px;
    height: 139px;
    color: var(--bc-thm-popalert_giveAway-icon-color);
    stroke-dasharray: 0 50;
    stroke-dashoffset: 0;
    opacity: 0;
    fill: none;
    stroke: var(--bc-thm-popalert_giveAway-icon-color);
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translate(-50%)
}

.bc_popalert.__give_away .bct_blink_present.__anim {
    animation: .3s linear 2.2s forwards pagab_blink_present
}

.bc_popalert.__give_away .bct_blink_cross {
    width: 28px;
    height: 28px;
    color: var(--bc-thm-popalert_giveAway-icon-color);
    opacity: 0;
    stroke-dasharray: 0 50;
    stroke-dashoffset: 0;
    fill: none;
    stroke: var(--bc-thm-popalert_giveAway-icon-color);
    position: absolute
}

.bc_popalert.__give_away .bct_blink_cross.__anim {
    animation: .3s linear forwards pagab_blink_cross
}

.bc_popalert.__give_away .bct_blink_cross.__1 {
    animation-delay: 2.3s;
    top: 42px;
    left: 22px
}

.bc_popalert.__give_away .bct_blink_cross.__2 {
    animation-delay: 2.6s;
    top: 119px;
    left: 149px
}

.bc_popalert.__give_away .bct_blink_circle {
    width: 24px;
    height: 24px;
    color: var(--bc-thm-popalert_giveAway-icon-color);
    opacity: 0;
    fill: none;
    stroke: var(--bc-thm-popalert_giveAway-icon-color);
    position: absolute
}

.bc_popalert.__give_away .bct_blink_circle.__anim {
    animation: .2s linear forwards pagab_blink_circle
}

.bc_popalert.__give_away .bct_blink_circle.__1 {
    animation-delay: 2.7s;
    top: 122px;
    left: 41px
}

.bc_popalert.__give_away .bct_blink_circle.__2 {
    animation-delay: 3.08s;
    top: 31px;
    left: 141px
}

.bc_popalert.__give_away .bct_ghost {
    position: absolute
}

.bc_popalert.__give_away .bct_ghost.__anim {
    animation: 1.04s forwards bct_ghost
}

.bc_popalert.__give_away .pabc_bottom {
    background: var(--bc-thm-popalert_giveAway-bottom-bg);
    border-radius: 0 0 8px 8px;
    padding: 17px 10px
}

.bc_popalert.__give_away .pabc_bottom .bcb_text {
    text-align: center;
    font-family: Open Sans, Arial, sans-serif;
    line-height: 120%
}

.bc_popalert.__give_away .pabc_bottom .bcb_text.__show {
    opacity: 0;
    animation: 80ms linear .4s forwards pagab_bt_show;
    transform: scale(0)
}

.bc_popalert.__give_away .pabc_bottom .bcb_title {
    width: 149px;
    height: 50px;
    margin: 0 auto 1px
}

.bc_popalert.__give_away .pabc_bottom .bcb_subtitle {
    color: var(--bc-thm-popalert_giveAway-subtitle-color);
    letter-spacing: .5px;
    white-space: normal;
    margin: 0;
    font-family: inherit;
    font-size: 14px
}

.bc_popalert.__give_away .pabc_close {
    width: 13px;
    height: 13px;
    color: var(--bc-thm-popalert_giveAway-close-color);
    cursor: pointer;
    background: 0 0;
    border: none;
    padding: 0;
    display: block;
    position: absolute;
    top: 23px;
    right: 9px
}

.bc_popalert.__give_away .pabc_close .bcc_icon {
    opacity: .5;
    width: 13px;
    height: 13px
}

@keyframes pagab_pab_open {
    0% {
        height: 0
    }

    to {
        height: 297px
    }
}

@keyframes pagab_pab_close {
    0% {
        height: 297px
    }

    to {
        height: 0
    }
}

@keyframes pagab_circle {
    0% {
        transform: translate(-50%)scale(0)
    }

    to {
        transform: translate(-50%)scale(1)
    }
}

@keyframes pagab_present_show {
    0% {
        opacity: 0;
        transform: rotate(180deg)
    }

    to {
        opacity: 1;
        transform: rotate(360deg)
    }
}

@keyframes pagab_present_shaking {
    0% {
        transform: rotate(0)
    }

    9% {
        transform: rotate(-30deg)
    }

    18% {
        transform: rotate(0)
    }

    27% {
        transform: rotate(24deg)
    }

    36% {
        transform: rotate(0)
    }

    45% {
        transform: rotate(18deg)
    }

    54% {
        transform: rotate(0)
    }

    63% {
        transform: rotate(12deg)
    }

    72% {
        transform: rotate(0)
    }

    81% {
        transform: rotate(6deg)
    }

    90% {
        transform: rotate(0)
    }

    to {
        transform: rotate(0)
    }
}

@keyframes pagab_present_bias {
    0% {
        transform: rotate(0)
    }

    66% {
        transform: rotate(-30deg)
    }

    to {
        transform: rotate(-30deg)
    }
}

@keyframes pagab_present_2_circle {
    0% {
        transform: rotate(-30deg)
    }

    to {
        transform: rotate(180deg)
    }
}

@keyframes pagab_circle_2_present {
    0% {
        transform: rotate(180deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes pagab_path_hide {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes pagab_path_show {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes pagab_blink_present {
    0% {
        opacity: 0;
        stroke-dasharray: 0 50;
        stroke-dashoffset: 0
    }

    5% {
        opacity: 1
    }

    to {
        stroke-dasharray: 15 50;
        stroke-dashoffset: -15px
    }
}

@keyframes pagab_blink_cross {
    0% {
        opacity: 0;
        stroke-dasharray: 0 50;
        stroke-dashoffset: 0
    }

    5% {
        opacity: 1
    }

    to {
        opacity: 1;
        stroke-dasharray: 15 50;
        stroke-dashoffset: -15px
    }
}

@keyframes pagab_blink_circle {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes pagab_counter_show {
    0% {
        opacity: 0;
        transform: translate(-1px)rotate(-145deg)scale(0)
    }

    to {
        opacity: 1;
        transform: translate(-1px)rotate(0)scale(1)
    }
}

@keyframes pagab_counter_hide {
    0% {
        opacity: 1;
        transform: translate(-1px)rotate(0)scale(1)
    }

    to {
        opacity: 0;
        transform: translate(-1px)rotate(360deg)scale(0)
    }
}

@keyframes pagab_tokens_show {
    0% {
        opacity: 0
    }

    5% {
        opacity: 1
    }

    to {
        opacity: 1
    }
}

@keyframes pagab_bt_show {
    0% {
        opacity: 0;
        transform: scale(0)
    }

    75% {
        opacity: 1;
        transform: scale(1.15)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes pagab_tokens_hide {
    0% {
        opacity: 1
    }

    5% {
        opacity: 0
    }

    to {
        opacity: 0
    }
}

@keyframes bct_ghost {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.bc_popalert.__few_tokens {
    z-index: 35;
    cursor: default;
    position: absolute;
    top: 30px;
    right: 50%;
    transform: translate(50%)
}

.bc_popalert.__few_tokens.__hidden {
    z-index: -1;
    visibility: hidden;
    pointer-events: none;
    left: 0;
    transform: none
}

.bc_popalert.__few_tokens .pa_body {
    width: 200px;
    height: 0;
    filter: drop-shadow(0 4px 10px var(--bc-thm-popalert_fewTokens-boxShadowColor));
    border-radius: 8px;
    overflow: hidden
}

.bc_popalert.__few_tokens .pa_body.__opened {
    animation: .26s ease-in-out forwards pagab_pab_open
}

.bc_popalert.__few_tokens .pa_body.__closed {
    animation: .26s ease-in-out forwards pagab_pab_close
}

.bc_popalert.__few_tokens .pab_content {
    background: var(--bc-thm-popalert_fewTokens-content-bg);
    clip-path: url(#pabc_clip);
    border-radius: 8px;
    width: 200px;
    height: 297px
}

.bc_popalert.__few_tokens .pabc_img {
    width: 100%;
    height: 100%
}

.bc_popalert.__few_tokens .pabc_top {
    background: url(../img/stars.png) 50% 47px no-repeat;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 195px;
    display: flex;
    position: relative;
    overflow: hidden
}

.bc_popalert.__few_tokens .pabc_top:before {
    background: var(--bc-thm-popalert_fewTokens-top-bg);
    content: "";
    width: 100%;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0
}

.bc_popalert.__few_tokens .pabc_top .pabc_img_wrp {
    width: 48px;
    height: 50px;
    animation: 3s linear 1s infinite anim_pabc_img_coin_translate;
    position: relative;
    top: 22px;
    left: -10px
}

.bc_popalert.__few_tokens .bct_ghost {
    position: absolute
}

.bc_popalert.__few_tokens .bct_ghost.__anim {
    animation: 1.04s forwards bct_ghost
}

.bc_popalert.__few_tokens .pabc_img_wrp {
    pointer-events: none
}

.bc_popalert.__few_tokens .pabc_bottom {
    background: var(--bc-thm-popalert_fewTokens-bottom-bg);
    border-radius: 0 0 8px 8px;
    align-items: flex-end;
    min-height: 134px;
    padding: 18px 12px;
    display: flex;
    position: relative
}

.bc_popalert.__few_tokens .pabc_bottom .pabc_img_wrp {
    width: 96px;
    height: 84px;
    animation: 3s ease-in-out 1s infinite anim_pabc_img_scale;
    position: absolute;
    bottom: calc(100% - 8px);
    left: 52px
}

.bc_popalert.__few_tokens .pabc_bottom .bcb_text {
    text-align: center;
    flex-direction: column;
    align-items: center;
    font-family: Open Sans, Arial, sans-serif;
    line-height: 120%;
    display: flex
}

.bc_popalert.__few_tokens .pabc_bottom .bcb_text.__show {
    opacity: 0;
    animation: 80ms linear .4s forwards pagab_bt_show;
    transform: scale(0)
}

.bc_popalert.__few_tokens .pabc_bottom .bcb_title {
    color: var(--bc-thm-popalert_fewTokens-title-color);
    font-size: 14px;
    line-height: 1.2
}

.bc_popalert.__few_tokens .pabc_bottom .bcb_title .bcb_emoji {
    margin-bottom: 4px
}

.bc_popalert.__few_tokens .pabc_bottom .bcb_subtitle {
    color: var(--bc-thm-popalert_fewTokens-subtitle-color);
    margin-top: 10px;
    font: 700 16px/1.1 Open Sans, sans-serif
}

.bc_popalert.__few_tokens .pabc_bottom .bcb_subtitle:lang(fr) {
    margin-top: 4px
}

.bc_popalert.__few_tokens .pabc_bottom .bcb_emoji {
    vertical-align: middle;
    width: 14px;
    height: 14px;
    margin-bottom: 2px
}

.bc_popalert.__few_tokens .pabc_bottom .bcb_btn {
    border-radius: 100px;
    min-width: 160px;
    height: auto;
    min-height: 32px;
    margin-top: 10px;
    padding: 4px 12px;
    font: 700 13px/1.2 Arial, sans-serif;
    display: flex
}

.bc_popalert.__few_tokens .pabc_bottom .bcb_btn:lang(fr) {
    margin-top: 2px
}

.bc_popalert.__few_tokens .pabc_close {
    cursor: pointer;
    background: 0 0;
    border: none;
    width: 13px;
    height: 13px;
    padding: 0;
    position: absolute;
    top: 18px;
    right: 9px
}

.bc_popalert.__few_tokens .pabc_close .bcc_icon {
    opacity: .5;
    width: 18px;
    height: 13px
}

@keyframes anim_pabc_img_scale {

    0%,
    90% {
        transform: scale(1)
    }

    95% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}

@keyframes anim_pabc_img_coin_translate {

    0%,
    80% {
        transform: translateY(-110px)
    }

    to {
        transform: translateY(0)
    }
}

.bc_avif .bc_popalert.__few_tokens.pabc_top {
    background-image: url(../img/stars.avif)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
    .bc_popalert.__few_tokens.pabc_top {
        background-image: url(../img/stars2.png)
    }

    .bc_avif .bc_popalert.__few_tokens.pabc_top {
        background-image: url(../img/stars2.avif)
    }
}

.styled_radio input[type=radio],
.styled_checkbox input[type=checkbox] {
    display: none
}

.styled_radio input+label,
.styled_checkbox input+label {
    align-items: center;
    display: flex
}

.styled_radio input+label span,
.styled_checkbox input+label span {
    vertical-align: middle;
    cursor: pointer;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin-inline-end: 4px;
    display: inline-block
}

.styled_radio {
    display: flex
}

.styled_radio input+label span {
    background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='14' height='14' rx='7' stroke='%23D8D8D8' stroke-width='2'/%3E%3C/svg%3E%0A") 50%/contain no-repeat
}

.styled_radio input:checked+label span {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='14' height='14' rx='7' stroke='%23D8D8D8' stroke-width='2'%3E%3C/rect%3E%3Cpath d='M11 8C11 9.65685 9.65685 11 8 11C6.34315 11 5 9.65685 5 8C5 6.34315 6.34315 5 8 5C9.65685 5 11 6.34315 11 8Z' fill='%230095D0'%3E%3C/path%3E%3C/svg%3E")
}

.styled_checkbox {
    display: flex
}

.styled_checkbox input+label span {
    background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='14' height='14' rx='3' stroke='%23D8D8D8' stroke-width='2'/%3E%3C/svg%3E") 50%/contain no-repeat
}

.styled_checkbox input:checked+label span {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Crect x='1' y='1' width='14' height='14' rx='3' stroke='%23D8D8D8' stroke-width='2'/%3E%3Cline stroke='%230095D0' stroke-width='2' x1='3.7' y1='8' x2='6.7' y2='11'/%3E%3Cline stroke='%230095D0' stroke-width='2' x1='5.3' y1='11' x2='11.6' y2='4.7'/%3E%3C/svg%3E")
}

.tap_model_popup_container {
    background-color: #0006;
    border-radius: 12px;
    width: 490px;
    padding: 22px
}

.tap_model_popup_container.__small,
.tap_model_popup_container.__small .tap_container_inner {
    width: 411px
}

.tap_model_popup_container.__small .tip_after_private .tap_subtitle {
    margin-bottom: 6px;
    font-size: 15px;
    line-height: 21px
}

.tap_model_popup_container.__small .tip_after_private .tap_title {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 22px
}

.tap_model_popup_container.__small .tip_after_private .tap_title .tap_model_avatar_wrap {
    width: 21px;
    height: 21px
}

.tap_model_popup_container.__small .tip_after_private .tap_title .tap_model_name {
    max-width: calc(100% - 67px)
}

.tap_model_popup_container.__small .tip_after_private .tap_title .tap_smile {
    vertical-align: middle;
    width: 20px;
    height: 20px
}

.tap_model_popup_container.__small .tip_after_private .tap_title_block {
    padding: 25px 30px 11px
}

.tap_model_popup_container.__small .tip_after_private .radio_list {
    margin: 0 25px
}

.tap_model_popup_container.__small .tip_after_private .radio_list li {
    height: 42px;
    padding: 0 8px
}

.tap_model_popup_container.__small .tip_after_private .radio_list li label {
    font-size: 12px
}

.tap_model_popup_container.__small .tip_after_private .radio_list li .radio_help {
    font-size: 10px;
    line-height: 12px
}

.tap_model_popup_container.__small .tip_after_private .radio_list li .custom_price input {
    box-sizing: border-box;
    height: 100%
}

.tap_model_popup_container.__small .tip_after_private .radio_list li.custom {
    height: 26px;
    margin-top: 10px
}

.tap_model_popup_container.__small .tip_after_private .form_actions {
    margin-top: 13px;
    padding: 15px 25px 15px 31px
}

.tap_model_popup_container.__small .tip_after_private .form_actions .tap_btn {
    width: 212px;
    margin-top: 2px;
    padding: 2px 5px 9px
}

.tap_model_popup_container.__small .tip_after_private .form_actions .tap_note {
    font-size: 12px;
    line-height: 18px
}

.tap_model_popup_container .tap_container_inner {
    background-color: #fff;
    width: 490px;
    height: auto
}

.tap_model_popup_container .tip_after_private .tap_title_block {
    color: #636363;
    text-align: center;
    padding: 25px 30px 31px;
    font: 700 18px/36px Arial, sans-serif
}

.tap_model_popup_container .tip_after_private .tap_subtitle {
    margin-bottom: 7px;
    font: 700 18px/22px Arial, sans-serif
}

.tap_model_popup_container .tip_after_private .tap_title {
    font-size: 28px;
    line-height: 32px
}

.tap_model_popup_container .tip_after_private .tap_title .tap_model_avatar_wrap {
    vertical-align: middle;
    flex-shrink: 0;
    width: 25px;
    height: 25px;
    margin-inline-end: 6px;
    display: inline-block
}

.tap_model_popup_container .tip_after_private .tap_title .tap_model_name {
    color: #ac2b46;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
    max-width: calc(100% - 86px);
    display: inline-block;
    overflow: hidden
}

.tap_model_popup_container .tip_after_private .tap_title .tap_smile {
    vertical-align: top;
    background-image: url(../img/smile.svg);
    width: 27px;
    height: 27px;
    display: inline-block
}

.tap_model_popup_container .tip_after_private .radio_list {
    margin: 0 30px
}

.tap_model_popup_container .tip_after_private .radio_list li {
    box-sizing: border-box;
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    height: 50px;
    margin-bottom: 4px;
    padding: 0 12px;
    display: flex
}

.tap_model_popup_container .tip_after_private .radio_list li .custom_price input {
    height: 24px
}

.tap_model_popup_container .tip_after_private .radio_list li label {
    margin-bottom: 2px;
    font-size: 15px;
    line-height: 16px
}

.tap_model_popup_container .tip_after_private .radio_list li .radio_help {
    float: none;
    color: #626474;
    margin-left: 22px;
    font-size: 12px;
    font-style: italic;
    line-height: 16px
}

.tap_model_popup_container .tip_after_private .radio_list li.selected {
    background: #f9fff2;
    border-radius: 4px;
    outline: 2px solid #99bd63
}

.tap_model_popup_container .tip_after_private .radio_list li.custom {
    padding: 9px 0 7px 7px
}

.tap_model_popup_container .tip_after_private .radio_list li.custom label {
    font-weight: 400
}

.tap_model_popup_container .tip_after_private .form_actions {
    background-color: #f2f2f2;
    justify-content: space-between;
    height: 45px;
    padding: 20px 31px 20px 33px
}

.tap_model_popup_container .tip_after_private .form_actions .tap_note {
    color: #202020;
    font: 700 15px/20px Arial, sans-serif
}

.tap_model_popup_container .tip_after_private .form_actions .tap_note .tap_red {
    color: #ac2c46;
    text-transform: uppercase
}

.tap_model_popup_container .tip_after_private .form_actions .tap_btn {
    float: none;
    align-self: flex-end;
    width: 235px;
    height: 33px;
    margin-top: 10px;
    padding: 2px 5px 9px
}

.tap_model_popup_container .tip_after_private .form_error_list {
    color: #ac2c46;
    background-color: #f2f2f2;
    margin: -15px 0 0;
    padding: 0 31px 10px 33px
}

.tap_popup {
    z-index: 1050;
    background-color: #0000;
    border: none;
    padding: 0;
    overflow: visible
}

.tap_popup .popup_header {
    background-color: #0000;
    height: 0
}

.tap_popup .popup_header .popup_close {
    z-index: 1103;
    cursor: pointer;
    background: url(../img/fancybox_sprite.png) -40px 0;
    border: none;
    width: 37px;
    height: 34px;
    display: block;
    position: absolute;
    top: -19px;
    right: -15px
}

.tap_popup .popup_header .popup_close .popup_close_arrow {
    display: none
}

.tap_popup .popup_content {
    padding: 0
}

#stream-container.__overlay:after {
    z-index: 10;
    content: "";
    background-color: #0009;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.tip_model_form .styled_radio input:checked+label span .tmf_checkbox_icon {
    color: #000
}

.tip_model_form .styled_radio input+label span {
    background: 0 0
}

.tip_model_form .radio_list li {
    background: #fcfcfc;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 19px;
    margin-bottom: 2px;
    padding: 7px;
    font-weight: 700;
    line-height: 19px;
    list-style: none;
    position: relative
}

.tip_model_form .radio_list li.selected {
    background: #fff
}

.tip_model_form .radio_list li.custom {
    white-space: nowrap;
    cursor: auto;
    background: #fff;
    border: 0;
    height: 26px;
    padding: 5px 0 12px 8px;
    display: table
}

.tip_model_form .radio_list li.custom label {
    text-transform: none;
    cursor: pointer;
    line-height: 26px;
    display: inline-block
}

.tip_model_form .radio_list li label {
    text-transform: capitalize;
    font-size: 14px
}

.tip_model_form .radio_list li .radio_help {
    float: right;
    white-space: nowrap;
    font-size: 11px;
    font-weight: 400
}

.tip_model_form .radio_list li .layer {
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.tip_model_form li .custom_label {
    min-width: 170px;
    margin-right: 20px
}

.tip_model_form li .custom_price {
    border: 1px solid #999;
    border-radius: 4px;
    width: 100%;
    display: table-cell;
    overflow: hidden
}

.tip_model_form li .custom_price input {
    background: #fff;
    border: 0;
    width: calc(100% - 12px);
    padding: 5px 6px;
    font-size: 14px;
    line-height: 14px
}

.tip_model_form li .custom_price input:disabled {
    background: #f9f9f9
}

.tip_model_form .form_actions {
    flex-direction: row;
    align-items: center;
    margin-top: 10px;
    display: flex
}

.tip_model_form .form_actions .spinner {
    flex: 0 0 16px;
    margin: 0 10px 0 0
}

.tip_model_form .form_actions .buy_tokens_base,
.tip_model_form .form_actions .buy_tokens_submit {
    display: none
}

.tip_model_form .form_actions button {
    cursor: pointer;
    flex: none;
    min-width: 100px;
    font-size: 13px
}

.tip_model_form .form_actions button:active {
    background-color: #007c1f
}

.tip_model_form .form_actions button:disabled {
    cursor: default;
    opacity: 100;
    background-color: #7dccab
}

.tip_model_form .form_actions>div {
    float: none
}

.tip_model_form .form_note_gray {
    color: #ccc
}

.tip_model_form .tmf_checkbox_icon {
    color: #fff;
    vertical-align: top;
    pointer-events: none;
    max-width: 14px;
    max-height: 14px
}

.notify_content {
    float: left;
    cursor: pointer;
    background: url(../img/online_model_notify_back.gif) no-repeat;
    width: 222px;
    height: 77px;
    font-size: 11px
}

.notify_content p {
    color: #999;
    padding: 34px 28px 10px
}

.notify_content p strong {
    color: #000;
    display: block
}

.notification {
    list-style: none
}

#notification_area {
    z-index: 1001;
    position: fixed;
    bottom: 0;
    right: 0
}

.notification iframe {
    border: 0
}

.notification iframe body {
    margin: 0
}

.bc_online_notification,
body.theme_light .bc_online_notification {
    --bc-thm-onlineNotification-bg: #000c;
    --bc-thm-onlineNotification-budge-color: #fff;
    --bc-thm-onlineNotification-budge-bg: #00d517;
    --bc-thm-onlineNotification-alertName-color: #00d517;
    --bc-thm-onlineNotification-item-arrow-color: #606771;
    --bc-thm-onlineNotification-item-arrow-color-hover: #fff;
    --bc-thm-onlineNotification-item-inner-borderColor: #fff;
    --bc-thm-onlineNotification-item_info-color: #fff
}

.bc_online_notification_wrp,
body.theme_light .bc_online_notification_wrp {
    --bc-thm-onlineNotificationWrp-close-color: #cecece;
    --bc-thm-onlineNotificationWrp-close-color-hover: #fff
}

.bc_online_notification {
    box-sizing: border-box;
    background: var(--bc-thm-onlineNotification-bg);
    cursor: pointer;
    border-radius: 5px;
    min-width: 350px;
    margin: 0 10px 10px 0;
    padding: 10px;
    position: relative
}

.bc_online_notification:hover .ont_arrow {
    color: var(--bc-thm-onlineNotification-item-arrow-color-hover)
}

.bc_online_notification .ont_i_inner {
    border-bottom: 1px solid var(--bc-thm-onlineNotification-item-inner-borderColor);
    display: inline-block
}

.bc_online_notification .ont_item {
    white-space: nowrap;
    position: relative
}

.bc_online_notification .ont_item.__icon {
    border-radius: 3px;
    width: 60px;
    height: 60px;
    overflow: hidden
}

.bc_online_notification .ont_item.__info {
    color: var(--bc-thm-onlineNotification-item_info-color);
    flex: auto;
    padding: 5px 15px 10px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px
}

.bc_online_notification .ont_item .ont_avatar {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.bc_online_notification .ont_item .ont_avatar.__filled {
    object-fit: fill
}

.bc_online_notification .ont_item .ont_avatar.__blurred {
    filter: blur(10px)
}

.bc_online_notification .ont_item .ont_video {
    z-index: 1;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%)
}

.bc_online_notification .ont_item .ont_video.__hidden {
    visibility: hidden
}

.bc_online_notification .ont_budge {
    color: var(--bc-thm-onlineNotification-budge-color);
    text-transform: uppercase;
    background: var(--bc-thm-onlineNotification-budge-bg);
    border-radius: 2px;
    margin-right: 5px;
    padding: 0 5px;
    font-family: Open Sans, Arial, sans-serif;
    font-size: 10px;
    font-weight: 700
}

.bc_online_notification .ont_alert_name {
    max-width: 250px;
    color: var(--bc-thm-onlineNotification-alertName-color);
    text-overflow: ellipsis;
    margin-right: 4px;
    font-weight: 700;
    display: inline-block;
    overflow: hidden
}

.bc_online_notification .ont_arrow {
    width: 5px;
    height: 8px;
    color: var(--bc-thm-onlineNotification-item-arrow-color);
    margin-left: 10px
}

.bc_online_notification_wrp {
    position: relative
}

.bc_online_notification_wrp .ont_close_wrp {
    cursor: pointer;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 10px;
    right: 19px
}

.bc_online_notification_wrp .ont_close_wrp:hover .ont_close {
    stroke: var(--bc-thm-onlineNotificationWrp-close-color-hover)
}

.bc_online_notification_wrp .ont_close {
    width: 100%;
    height: 100%;
    stroke: var(--bc-thm-onlineNotificationWrp-close-color)
}

.bc_login_popup {
    --login-btn-width: 85px;
    --loginPopup-width: 240px;
    --login-btn-halfWidth: calc(var(--login-btn-width)/2);
    --loginPopup-halfWidth: calc(var(--loginPopup-width)/2);
    --headerControlsWrp-indent: 15px;
    --loginPopup-position-horizontal: calc(-1*(var(--loginPopup-halfWidth) - (var(--login-btn-halfWidth) + var(--headerControlsWrp-indent))));
    --loginPopup-input-height: 30px;
    --loginPopup-input-border-widht: 1px;
    --loginPopup-input-picture-height: calc(var(--loginPopup-input-height) - var(--loginPopup-input-border-widht)*2);
    --loginPopup-input-picture-padding-hor: 9px;
    --loginPopup-input-picture-icon-width: 16px;
    --loginPopup-input-padding-end: calc(var(--loginPopup-input-picture-icon-width) + var(--loginPopup-input-picture-padding-hor)*2)
}

.bc_login_popup,
body.theme_light .bc_login_popup {
    --bc-thm-loginPopup-bg: #fff;
    --bc-thm-loginPopup-boxShadowColor: #00000040;
    --bc-thm-loginPopup-title-color: #707070;
    --bc-thm-loginPopup-logo-iconColor: #a02239;
    --bc-thm-loginPopup-error-color: #d50b14;
    --bc-thm-loginPopup-success-color: #aaa;
    --bc-thm-loginPopup-boxError-bg: #d50b141a;
    --bc-thm-loginPopup-input-color: #333;
    --bc-thm-loginPopup-input-bg: #fff;
    --bc-thm-loginPopup-input-borderColor: #d4d6dd;
    --bc-thm-loginPopup-input-iconColor: #aaa;
    --bc-thm-loginPopup-input_focused-borderColor: var(--bc-thm-loginPopup-success-color);
    --bc-thm-loginPopup-input_focused-iconColor: var(--bc-thm-loginPopup-input-iconColor);
    --bc-thm-loginPopup-input_success-borderColor: #aaa;
    --bc-thm-loginPopup-input_error-borderColor: var(--bc-thm-loginPopup-error-color);
    --bc-thm-loginPopup-input_error-iconColor: var(--bc-thm-loginPopup-error-color);
    --bc-thm-loginPopup-label-color: #707070;
    --bc-thm-loginPopup-label_focused-color: var(--bc-thm-loginPopup-label-color);
    --bc-thm-loginPopup-label_error-color: var(--bc-thm-loginPopup-error-color);
    --bc-thm-loginPopup-label-bg: var(--bc-thm-loginPopup-bg);
    --bc-thm-loginPopup-link-color: #009eeb;
    --bc-thm-loginPopup-button-color: var(--white);
    --bc-thm-loginPopup-button-color-hover: var(--bc-thm-loginPopup-button-color);
    --bc-thm-loginPopup-button_login-bg: #00c070;
    --bc-thm-loginPopup-button_login-borderColor: var(--bc-thm-loginPopup-button_login-bg);
    --bc-thm-loginPopup-button_login-bg-hover: #00a862;
    --bc-thm-loginPopup-button_login-borderColor-hover: var(--bc-thm-loginPopup-button_login-bg-hover);
    --bc-thm-loginPopup-button_login-bg-active: #009a5a;
    --bc-thm-loginPopup-button_login-borderColor-active: var(--bc-thm-loginPopup-button_login-bg-active);
    --bc-thm-loginPopup-button_login-bg-success: #009a5a;
    --bc-thm-loginPopup-button_login-borderColor-success: var(--bc-thm-loginPopup-button_login-bg-success);
    --bc-thm-loginPopup-button_login-bg-error: #7dccab;
    --bc-thm-loginPopup-button_login-borderColor-error: var(--bc-thm-loginPopup-button_login-bg-error);
    --bc-thm-loginPopup-button_login-bg-pending: var(--bc-thm-loginPopup-button_login-bg-success);
    --bc-thm-loginPopup-button_login-borderColor-pending: var(--bc-thm-loginPopup-button_login-bg-success);
    --bc-thm-loginPopup-button_join-bg: #c92746;
    --bc-thm-loginPopup-button_join-borderColor: var(--bc-thm-loginPopup-button_join-bg);
    --bc-thm-loginPopup-button_join-bg-hover: #b3233e;
    --bc-thm-loginPopup-button_join-borderColor-hover: var(--bc-thm-loginPopup-button_join-bg-hover);
    --bc-thm-loginPopup-button_join-bg-active: #861c30;
    --bc-thm-loginPopup-button_join-borderColor-active: var(--bc-thm-loginPopup-button_join-bg-active);
    --bc-thm-loginPopup-footer-color: #3b3b3b;
    --bc-thm-loginPopup-close-iconColor: #aaa;
    --bc-thm-loginPopup-close-iconColor-hover: #707070
}

.bc_login_popup_overlay,
body.theme_light .bc_login_popup_overlay {
    --bc-thm-loginPopup-overlay-bg: #3333
}

.bc_login_popup_overlay {
    z-index: 8001;
    background: var(--bc-thm-loginPopup-overlay-bg);
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.bc_login_popup_overlay.__visible {
    visibility: visible;
    opacity: 1
}

.bc_login_popup {
    top: 100%;
    left: var(--loginPopup-position-horizontal);
    z-index: 8002;
    background: var(--bc-thm-loginPopup-bg);
    min-width: 210px;
    box-shadow: 0 4px 20px 0 var(--bc-thm-loginPopup-boxShadowColor);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    border-radius: 10px;
    padding: 10px 15px 15px;
    position: absolute
}

.bc_login_popup.__visible {
    visibility: visible;
    opacity: 1;
    pointer-events: auto
}

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

.bc_login_popup .lp_title {
    color: var(--bc-thm-loginPopup-title-color);
    text-align: center;
    font: 700 16px/24px Open Sans, sans-serif
}

.bc_login_popup .lp_logo {
    width: 120px;
    height: 31px;
    color: var(--bc-thm-loginPopup-logo-iconColor)
}

.bc_login_popup .lp_form {
    padding: 7px 0
}

.bc_login_popup .lp_form .form_data {
    float: none
}

.bc_login_popup .lp_form .form_row {
    float: none;
    padding: 0
}

.bc_login_popup .lp_form .form_row .form_field {
    margin-left: 0
}

.bc_login_popup .lp_form .captcha_form_row {
    margin-top: 9px
}

.bc_login_popup .lp_form .bcf_control {
    box-sizing: border-box;
    width: 100%;
    height: var(--loginPopup-input-height);
    padding: 4px var(--loginPopup-input-padding-end)4px 15px;
    color: var(--bc-thm-loginPopup-input-color);
    border: var(--loginPopup-input-border-widht)solid var(--bc-thm-loginPopup-input-borderColor);
    box-shadow: inset 0 var(--loginPopup-input-height)0 0 var(--bc-thm-loginPopup-input-bg);
    border-radius: 5px;
    font: 14px Arial, sans-serif
}

.bc_login_popup .lp_form .bcf_control::-ms-clear {
    display: none
}

.bc_login_popup .lp_form .bcf_control::-ms-reveal {
    display: none
}

.bc_login_popup .lp_form .form_error {
    color: var(--bc-thm-loginPopup-error-color);
    padding: 3px 1px 0;
    font: 14px/16px Arial, sans-serif
}

.bc_login_popup .lp_form .bcf_row.__focused .lp_ip_icon {
    color: var(--bc-thm-loginPopup-input_focused-iconColor)
}

.bc_login_popup .lp_form .bcf_row.__focused .bcf_control {
    border-color: var(--bc-thm-loginPopup-input_focused-borderColor)
}

.bc_login_popup .lp_form .bcf_row.__error .lp_ip_icon {
    color: var(--bc-thm-loginPopup-input_error-iconColor)
}

.bc_login_popup .lp_form .bcf_row.__error .bcf_label {
    color: var(--bc-thm-loginPopup-label_error-color)
}

.bc_login_popup .lp_form .bcf_row.__error .bcf_control {
    border-color: var(--bc-thm-loginPopup-input_error-borderColor)
}

.bc_login_popup .lp_form .bcf_row+.bcf_row {
    margin-top: 5px
}

.bc_login_popup .lp_form .bcf_label_wrp {
    z-index: 1;
    margin-bottom: -6px;
    padding: 0 9px;
    position: relative
}

.bc_login_popup .lp_form .bcf_label {
    color: var(--bc-thm-loginPopup-label-color);
    background: var(--bc-thm-loginPopup-label-bg);
    cursor: pointer;
    padding: 0 5px;
    font: 12px Open Sans, sans-serif
}

.bc_login_popup .lp_form .bcf_input_block {
    position: relative
}

.bc_login_popup .lp_box_error {
    color: var(--bc-thm-loginPopup-error-color);
    text-align: center;
    background: var(--bc-thm-loginPopup-boxError-bg);
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    padding: 8px;
    font: 12px/1.2 Arial, sans-serif;
    display: flex
}

.bc_login_popup .lp_box_error .lp_be_icon {
    width: 26px;
    min-width: 26px;
    height: 26px;
    margin-right: 10px
}

.bc_login_popup .lp_input_picture {
    top: var(--loginPopup-input-border-widht);
    right: var(--loginPopup-input-border-widht);
    height: var(--loginPopup-input-picture-height);
    padding: 0 var(--loginPopup-input-picture-padding-hor);
    position: absolute
}

.bc_login_popup .lp_input_picture.__pass {
    cursor: pointer
}

.bc_login_popup .lp_ip_icon {
    width: var(--loginPopup-input-picture-icon-width);
    height: 100%;
    color: var(--bc-thm-loginPopup-input-iconColor)
}

.bc_login_popup .lp_link {
    color: var(--bc-thm-loginPopup-link-color);
    margin-top: 4px;
    font: 12px/18px Open Sans, sans-serif;
    display: inline-block
}

.bc_login_popup .lp_footer {
    padding-top: 7px
}

.bc_login_popup .lp_footer .lp_f_text {
    color: var(--bc-thm-loginPopup-footer-color);
    text-align: center;
    font: 12px/18px Open Sans, sans-serif
}

.bc_login_popup .lp_button {
    box-sizing: border-box;
    width: 100%;
    min-height: 30px;
    color: var(--bc-thm-loginPopup-button-color);
    text-align: center;
    cursor: pointer;
    border: 1px solid #0000;
    border-radius: 22px;
    justify-content: center;
    align-items: center;
    padding: 3px 20px;
    font: 700 13px/19px Arial, sans-serif;
    text-decoration: none;
    display: flex
}

.bc_login_popup .lp_button:hover {
    color: var(--bc-thm-loginPopup-button-color-hover)
}

.bc_login_popup .lp_button.__login {
    background: var(--bc-thm-loginPopup-button_login-bg);
    border-color: var(--bc-thm-loginPopup-button_login-borderColor);
    margin-top: 9px
}

.bc_login_popup .lp_button.__login:hover {
    background: var(--bc-thm-loginPopup-button_login-bg-hover);
    border-color: var(--bc-thm-loginPopup-button_login-borderColor-hover)
}

.bc_login_popup .lp_button.__login:active {
    background: var(--bc-thm-loginPopup-button_login-bg-active);
    border-color: var(--bc-thm-loginPopup-button_login-borderColor-active)
}

.bc_login_popup .lp_button.__login.__success {
    background: var(--bc-thm-loginPopup-button_login-bg-success);
    border-color: var(--bc-thm-loginPopup-button_login-borderColor-success);
    pointer-events: none
}

.bc_login_popup .lp_button.__login.__error {
    background: var(--bc-thm-loginPopup-button_login-bg-error);
    border-color: var(--bc-thm-loginPopup-button_login-borderColor-error);
    pointer-events: none
}

.bc_login_popup .lp_button.__login.__pending {
    background: var(--bc-thm-loginPopup-button_login-bg-pending);
    border-color: var(--bc-thm-loginPopup-button_login-borderColor-pending);
    pointer-events: none
}

.bc_login_popup .lp_button.__join {
    background: var(--bc-thm-loginPopup-button_join-bg);
    border-color: var(--bc-thm-loginPopup-button_join-borderColor);
    margin-top: 4px
}

.bc_login_popup .lp_button.__join:hover {
    background: var(--bc-thm-loginPopup-button_join-bg-hover);
    border-color: var(--bc-thm-loginPopup-button_join-borderColor-hover)
}

.bc_login_popup .lp_button.__join:active {
    background: var(--bc-thm-loginPopup-button_join-bg-active);
    border-color: var(--bc-thm-loginPopup-button_join-borderColor-active)
}

.bc_login_popup .lp_button .lp_b_icon {
    width: 20px;
    height: 20px
}

.bc_login_popup .lp_button .lp_b_spinner {
    width: 16px;
    height: 16px;
    animation: .55s linear infinite spinner_rotate
}

.bc_login_popup .lp_close {
    cursor: pointer;
    padding: 6px;
    position: absolute;
    top: 4px;
    right: 4px
}

.bc_login_popup .lp_close:hover .lp_c_icon {
    color: var(--bc-thm-loginPopup-close-iconColor-hover)
}

.bc_login_popup .lp_close .lp_c_icon {
    width: 10px;
    height: 10px;
    color: var(--bc-thm-loginPopup-close-iconColor);
    display: block
}

@keyframes spinner_rotate {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.vip_overview_disclaimer_page,
body.theme_light .vip_overview_disclaimer_page {
    --bc-thm-vipOverviewDisclaimer-base-color: #595959;
    --bc-thm-vipOverviewDisclaimer-base-badge-alert-color: #00aa5a;
    --bc-thm-vipOverviewDisclaimer-color: var(--bc-thm-vipOverviewDisclaimer-base-color);
    --bc-thm-vipOverviewDisclaimer-title-color: var(--bc-thm-vipOverviewDisclaimer-base-color);
    --bc-thm-vipOverviewDisclaimer-link-color: var(--bc-thm-link-color);
    --bc-thm-vipOverviewDisclaimer-badge-color: var(--bc-thm-vipOverviewDisclaimer-base-color);
    --bc-thm-vipOverviewDisclaimer-badge-bg: #f9f9f9;
    --bc-thm-vipOverviewDisclaimer-badge-borderColor: var(--bc-thm-vipOverviewDisclaimer-base-badge-alert-color);
    --bc-thm-vipOverviewDisclaimer-badge-highlight-color: var(--bc-thm-vipOverviewDisclaimer-base-badge-alert-color)
}

.vip_overview_page_badge,
body.theme_light .vip_overview_page_badge {
    --bc-thm-vipOverviewPageBadge-color: #4d4d4d;
    --bc-thm-vipOverviewPageBadge-bg: #f9f9f9;
    --bc-thm-vipOverviewPageBadge-borderColor: #15be7c;
    --bc-thm-vipOverviewPageBadge-label-color: #00a253
}

.vip_overview_stock_page,
body.theme_light .vip_overview_stock_page {
    --bc-thm-vipOverviewStock-color: #252525;
    --bc-thm-vipOverviewStock-bg: #fafdff;
    --bc-thm-vipOverviewStock-borderColor: #f4f4f4;
    --bc-thm-vipOverviewStock-accent-color: #01b268;
    --bc-thm-vipOverviewStock-time-accent-color: #e63a51;
    --bc-thm-vipOverviewStock-time-timer-color: #01b268;
    --bc-thm-vipOverviewStock-privilege-borderColor: #ddecf4;
    --bc-thm-vipOverviewStock-list-item-boxShasdowColor: #f5f8ff;
    --bc-thm-vipOverviewStock-list-item-bg: #fff;
    --bc-thm-vipOverviewStock-actionLink-color: #fff;
    --bc-thm-vipOverviewStock-actionLink-bg: linear-gradient(to bottom, #00ca33, #00e175);
    --bc-thm-vipOverviewStock-actionLink-bg-hover: linear-gradient(to bottom, #00ee36, #0f8)
}

.cancel_subscription,
body.theme_light .cancel_subscription {
    --bc-thm-vipCancelSubscription-color: #666;
    --bc-thm-vipCancelSubscription_dashed-borderColor: #ccc
}

.vip_overview_page_badge {
    box-sizing: border-box;
    height: 45px;
    color: var(--bc-thm-vipOverviewPageBadge-color);
    background: var(--bc-thm-vipOverviewPageBadge-bg);
    border: 1px solid var(--bc-thm-vipOverviewPageBadge-borderColor);
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 0 16px;
    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 45px;
    display: inline-block
}

.vip_overview_page_badge .vo_badge_label {
    height: 43px;
    color: var(--bc-thm-vipOverviewPageBadge-label-color);
    margin-left: 29px;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    position: relative
}

.vip_overview_page_badge .vo_badge_label:before {
    content: "";
    background-image: url(../img/ms_vip.svg);
    background-repeat: no-repeat;
    width: 21px;
    height: 21px;
    display: block;
    position: absolute;
    top: 11px;
    left: -25px
}

.content .cancel_subscription {
    color: var(--bc-thm-vipCancelSubscription-color)
}

.content .cancel_subscription.__dashed {
    border: 1px dashed var(--bc-thm-vipCancelSubscription_dashed-borderColor);
    margin: 15px 0;
    padding: 15px 10px
}

.vip_overview_disclaimer_page {
    width: 650px;
    color: var(--bc-thm-vipOverviewDisclaimer-color);
    margin-bottom: 10px;
    padding-top: 38px;
    font-family: Open Sans, Arial, sans-serif;
    font-size: 15px
}

.vip_overview_disclaimer_page .vo_badge {
    box-sizing: border-box;
    height: 42px;
    color: var(--bc-thm-vipOverviewDisclaimer-badge-color);
    background: var(--bc-thm-vipOverviewDisclaimer-badge-bg);
    border: 1px solid var(--bc-thm-vipOverviewDisclaimer-badge-borderColor);
    border-radius: 2px;
    margin-bottom: 25px;
    padding: 0 12px;
    line-height: 40px;
    display: inline-block
}

.vip_overview_disclaimer_page .vo_badge .vo_highlight {
    color: var(--bc-thm-vipOverviewDisclaimer-badge-highlight-color);
    font-weight: 600
}

.vip_overview_disclaimer_page .vo_ttl {
    color: var(--bc-thm-vipOverviewDisclaimer-title-color);
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 600;
    line-height: 33px
}

.vip_overview_disclaimer_page .vo_text {
    margin-bottom: 20px
}

.vip_overview_disclaimer_page .vo_support_link {
    color: var(--bc-thm-vipOverviewDisclaimer-link-color)
}

.vip_overview_disclaimer_page .vo_btn {
    height: 28px;
    text-shadow: none;
    border-radius: 14px;
    margin-bottom: 25px;
    padding: 0 15px;
    font: 600 13px/28px Open Sans, Arial, sans-serif;
    text-decoration: none;
    display: inline-block
}

.vip_overview_stock_page {
    color: var(--bc-thm-vipOverviewStock-color);
    background: var(--bc-thm-vipOverviewStock-bg)url(../img/vip_bg.svg) no-repeat top right/468px 350px;
    border: 1px solid var(--bc-thm-vipOverviewStock-borderColor);
    border-radius: 8px;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.2
}

.vip_overview_stock_page .sp_container {
    padding: 35px 75px
}

.vip_overview_stock_page .sp_bold {
    font-weight: 700
}

.vip_overview_stock_page .sp_title {
    text-transform: uppercase;
    max-width: 1228px;
    margin-bottom: 25px;
    padding: 0;
    font: 700 30px Gilroy, Open Sans, Arial, Helvetica, sans-serif
}

.vip_overview_stock_page .sp_title.__main {
    margin-bottom: 15px;
    padding-right: 370px;
    font-size: 42px
}

.vip_overview_stock_page .sp_accent {
    color: var(--bc-thm-vipOverviewStock-accent-color)
}

.vip_overview_stock_page .sp_time {
    max-width: 1228px;
    margin-bottom: 45px;
    padding-right: 290px;
    font-size: 20px
}

.vip_overview_stock_page .sp_time .spt_icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    margin-right: 20px
}

.vip_overview_stock_page .sp_time .spt_accent {
    color: var(--bc-thm-vipOverviewStock-time-accent-color);
    font-weight: 700
}

.vip_overview_stock_page .sp_time .spt_timer {
    color: var(--bc-thm-vipOverviewStock-time-timer-color);
    white-space: nowrap
}

.vip_overview_stock_page .sp_return {
    max-width: 1228px;
    margin-bottom: 25px;
    padding-right: 290px;
    font-weight: 700;
    line-height: 1.4
}

.vip_overview_stock_page .sp_terms {
    max-width: 1228px;
    padding-right: 230px;
    line-height: 1.4
}

.vip_overview_stock_page .sp_privilege {
    border-top: 1px solid var(--bc-thm-vipOverviewStock-privilege-borderColor);
    max-width: 1228px;
    padding-top: 25px;
    padding-bottom: 50px
}

.vip_overview_stock_page .spp_list {
    padding: 0;
    list-style: none
}

.vip_overview_stock_page .spp_list .pl_item {
    box-sizing: border-box;
    background: var(--bc-thm-vipOverviewStock-list-item-bg);
    width: 49%;
    box-shadow: 0 20px 30px var(--bc-thm-vipOverviewStock-list-item-boxShasdowColor);
    border-radius: 30px;
    align-items: center;
    margin-bottom: 15px;
    padding: 9px 15px;
    display: flex
}

.vip_overview_stock_page .spp_list .pli_icon {
    flex-shrink: 0;
    width: 34px;
    height: 35px;
    margin-right: 23px
}

.vip_overview_stock_page .spp_buy {
    margin: 38px 0 0;
    font-weight: 700;
    line-height: 1.4
}

.vip_overview_stock_page .sppb_text,
.vip_overview_stock_page .sppb_action {
    width: 49%
}

.vip_overview_stock_page .sppa_link {
    min-width: 360px;
    color: var(--bc-thm-vipOverviewStock-actionLink-color);
    text-align: center;
    background: var(--bc-thm-vipOverviewStock-actionLink-bg);
    border-radius: 30px;
    margin-bottom: 15px;
    padding: 17px;
    font-size: 22px;
    font-weight: 700;
    text-decoration: none
}

.vip_overview_stock_page .sppa_link:hover {
    background: var(--bc-thm-vipOverviewStock-actionLink-bg-hover)
}

.raise_model {
    position: relative
}

.raise_model_link {
    padding: 17px 0 24px 33px;
    display: inline-block;
    position: relative
}

.raise_model_link .raise_popover {
    font-size: 14px;
    transition: opacity .4s ease-in-out, visibility .4s ease-in-out;
    position: absolute;
    bottom: 41px
}

.raise_model_link .raise_popover .corner.bot {
    bottom: -6px;
    left: 13px
}

.raise_model_link .raise_popover_title {
    color: #222;
    margin-bottom: 5px;
    font: 700 14px/1.2 Arial, Helvetica, sans-serif
}

.raise_model_link .raise_popover_text {
    margin-bottom: 15px
}

.raise_model_link .raise_what_popover {
    z-index: 25;
    color: #3b3b3b;
    white-space: normal;
    width: 480px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    position: absolute;
    bottom: 23px;
    transform: translateY(100%)
}

.raise_model_link .raise_what_popover.__vip {
    width: 580px
}

.raise_model_link .raise_what_popover .corner.top {
    left: 177px;
    right: auto
}

.raise_model_link .popover-light-inner .raise_popover_text_wrp {
    padding-right: 14px
}

.raise_model_link .popover-light.pl-blue {
    color: #464646;
    white-space: nowrap;
    position: absolute;
    bottom: 100%
}

.raise_model_link .popover-light.pl-blue .corner {
    left: 15px
}

.raise_model_btn {
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    background: 0 0;
    border: none;
    max-width: 304px;
    padding: 3px 87px 6px 28px;
    font: italic 700 30px/1 Open Sans, Arial, Helvetica, sans-serif;
    display: block;
    position: relative
}

.raise_model_btn:before {
    content: "";
    background: linear-gradient(-86.01deg, #b7f0fb 3.78%, #49d7f1 11.51%, #0470c6 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 4px;
    right: 37px;
    transform: skew(-12deg);
    box-shadow: inset -2px -4px 2px #124e7133, inset 0 2px 2px #ffffff57
}

.raise_model_btn:after {
    content: "";
    background: #ffffff1a;
    height: 50%;
    position: absolute;
    top: 0;
    left: 6px;
    right: 20px;
    transform: skew(-12deg)
}

.raise_model_btn.__active .fan_boosted_animation .fba_circle_sm {
    animation: 1.4s linear infinite fba_circle_sm_loop
}

.raise_model_btn.__active .fan_boosted_animation .fba_circle_md {
    animation: 1.4s linear .4s infinite fba_circle_md_loop
}

.raise_model_btn.__active .fan_boosted_animation .fba_blades {
    animation: 8.9s linear infinite fba_blades_loop
}

.raise_model_btn .rmb_text {
    color: #fff;
    letter-spacing: -2.9px;
    white-space: nowrap;
    position: relative
}

.raise_model_btn .fan_boosted_animation {
    opacity: 1;
    width: 64px;
    height: 64px;
    margin-top: -12px;
    top: 0;
    right: 0;
    overflow: hidden
}

.raise_what_link {
    color: #40a9dc;
    cursor: pointer;
    margin-top: -14px;
    position: absolute;
    top: 50%;
    left: 3px
}

.raise_what {
    vertical-align: middle;
    pointer-events: none;
    width: 18px;
    height: 18px
}

.raise_popover_status {
    width: 100%;
    max-width: 110px;
    margin-top: 11px;
    padding: 11px 8px;
    position: relative
}

.raise_popover_status:before {
    content: "";
    background: linear-gradient(#0000, #cacaca, #0000);
    width: 1px;
    height: 80%;
    position: absolute;
    top: 10%;
    right: 0
}

.raise_popover_status:last-child:before {
    display: none
}

.raise_popover_status .rps_icon {
    width: 36px;
    height: 36px
}

.raise_popover_status .rps_link {
    color: var(--bc-thm-link-color);
    text-transform: uppercase;
    margin: 6px 0 4px;
    font-size: 14px;
    font-weight: 700
}

.raise_popover_status .rps_info {
    text-align: center;
    max-width: 100%;
    font-size: 13px
}

.raise_buy_modal {
    z-index: 21;
    width: 100%;
    max-width: 305px;
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    position: absolute;
    top: calc(100% - 10px)
}

.raise_buy_modal .rb_m_inner {
    padding: 0 15px
}

.raise_buy_modal .corner.top {
    left: 50%
}

.raise_buy_modal .rb_m_icon {
    width: 48px;
    height: 48px
}

.raise_buy_modal .rb_m_close {
    color: #46464680;
    cursor: pointer;
    width: 10px;
    height: 10px;
    font-family: Open Sans, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 10px;
    position: absolute;
    top: 10px;
    right: 10px
}

.raise_buy_modal .rb_m_close:hover {
    color: #464646b3
}

.raise_buy_modal .rb_m_title_wrp {
    text-align: center;
    margin-bottom: 10px;
    padding: 10px 0 13px;
    font-size: 16px;
    font-weight: 700;
    position: relative
}

.raise_buy_modal .rb_m_title_wrp:after {
    content: "";
    background: #e0e0e0;
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    top: 100%;
    left: 0
}

.raise_buy_modal .rb_m_sub_title {
    color: #009eeb;
    padding-top: 5px
}

.raise_buy_modal .rb_m_text {
    color: #636363;
    text-align: center;
    width: 100%;
    padding-bottom: 7px;
    font-size: 13px;
    display: inline-block
}

.raise_buy_modal .rb_m_text:last-child {
    padding-bottom: 10px
}

.raise_buy_modal .rb_m_text.__name {
    color: #932e3b;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 700;
    overflow: hidden
}

.raise_buy_modal .rb_m_action .rb_m_btn {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 10px;
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 1
}

.raise_buy_modal .rb_m_action .rb_m_btn.__disabled {
    text-shadow: none;
    pointer-events: none;
    background: #badec3
}

.profile_header .popover-light.pl-blue {
    margin-bottom: -2px
}

.profile_header .raise_what_popover {
    left: -170px
}

.profile_header .raise_model_link {
    padding: 30px 15px 24px 28px;
    display: block
}

.profile_header .raise_model_link .raise_what_link {
    margin-top: -9px
}

.profile_header .raise_model_btn {
    max-width: 280px;
    padding-left: 31px
}

.bc_mp_lg .raise_model {
    margin-inline-start: 10px
}

.bc_mp_lg .raise_model_btn,
.bc_mp_lg .raise_model_link {
    padding: 0
}

.bc_mp_lg .raise_what_popover {
    bottom: 0;
    left: -117px
}

.bc_mp_lg .raise_buy_modal {
    width: 305px;
    margin-left: -170px;
    top: 100%;
    left: 50%
}

.bc_mp_lg .raise_model_link {
    align-items: center;
    display: inline-flex
}

.bc_mp_lg .raise_what_link {
    -webkit-user-select: none;
    user-select: none;
    margin: 0 4px;
    position: relative;
    top: 0;
    left: 0
}

.bc_mp_lg .raise_what {
    width: 20px;
    height: 20px
}

.bc_mp_lg .raise_model_btn {
    max-width: 100%;
    display: inline-flex
}

.bc_mp_lg .raise_model_btn:after,
.bc_mp_lg .raise_model_btn:before {
    display: none
}

.bc_mp_lg .raise_model_btn .fan_boosted_animation {
    width: 52px;
    height: 52px;
    margin: 0;
    position: static
}

.fan_boosted_animation {
    width: 150px;
    height: 150px;
    position: absolute
}

.fan_boosted_animation.__chat {
    z-index: 30;
    opacity: 1;
    width: 15%;
    min-width: 100px;
    max-width: 150px;
    height: auto;
    display: none;
    position: absolute;
    top: 50px;
    right: 30px
}

.fan_boosted_animation.__chat.__hidden {
    opacity: 0;
    pointer-events: none
}

.fan_boosted_animation.__chat .fba_timer {
    stroke-dashoffset: 609px
}

.fan_boosted_animation.__chat .fba_svg_icon {
    overflow: visible
}

.fan_boosted_animation.__active {
    display: block
}

.fan_boosted_animation.__active .fba_name_wrp {
    color: #fff;
    white-space: nowrap;
    text-align: center;
    direction: ltr;
    background: #394f67;
    border-radius: 3px;
    width: 83%;
    margin-left: -41.5%;
    padding: 2.3%;
    font-family: Arial, sans-serif;
    font-weight: 400;
    animation: 60s cubic-bezier(.3, .13, .36, 1) forwards fba_name_wrp_animation;
    display: block;
    position: absolute;
    top: 71%;
    left: 50%;
    overflow: hidden
}

.fan_boosted_animation.__active .fba_name_wrp .fba_name_label:after {
    content: "";
    will-change: transform;
    background: linear-gradient(270deg, #394f67 14%, #0000);
    width: 20%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -2px
}

.fan_boosted_animation.__active .fba_name_wrp .fba_name_label.__short:after {
    display: none
}

.fan_boosted_animation.__active .fba_name {
    color: #b0ff34;
    font-weight: 700
}

.fan_boosted_animation.__stopping .fba_timer {
    stroke: #ec0038
}

.fan_boosted_animation.__model .fba_name_wrp,
.fan_boosted_animation.__model .fba_text.__fan {
    display: none
}

.fan_boosted_animation.__model .fba_text.__boost {
    display: block
}

.fan_boosted_animation .fba_text.__boost,
.fan_boosted_animation .fba_text_wrapper.__active .fba_text {
    display: none
}

.fan_boosted_animation .fba_text_wrapper.__active .fba_text.__boosted {
    display: block
}

.fan_boosted_animation .fba_text_wrapper .fba_text.__boosted {
    display: none
}

.fan_boosted_animation .fba_svg {
    fill: #0000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.fan_boosted_animation .fba_shadow_lg {
    background-color: #0f4d78;
    border-radius: 100%
}

.fan_boosted_animation .fba_blades_wrp {
    width: 98%;
    height: 98%;
    top: 1%;
    left: 1%
}

.fan_boosted_animation .fba_start_color {
    opacity: 1
}

.fan_boosted_animation .fba_stop_color {
    opacity: 0
}

.fan_boosted_animation .fba_timer {
    stroke: #62e6fb;
    stroke-dasharray: 609;
    stroke-dashoffset: 1218px;
    transform: rotate(-90deg)
}

@keyframes fba_circle_sm_loop {
    0% {
        transform: scale(1)
    }

    19% {
        transform: scale(1.6)
    }

    57% {
        transform: scale(1.87)
    }

    to {
        transform: scale(1)
    }
}

@keyframes fba_circle_md_loop {
    0% {
        transform: scale(1.48)
    }

    28.57% {
        transform: scale(.77)
    }

    57.14% {
        transform: scale(1)
    }

    to {
        transform: scale(1.48)
    }
}

@keyframes fba_blades_loop {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes fba_name_wrp_animation {
    0% {
        opacity: 0;
        transform: translateY(-155%)
    }

    2.3% {
        opacity: 0;
        transform: translateY(-155%)
    }

    3% {
        opacity: 1;
        transform: translateY(0)
    }

    99% {
        opacity: 1;
        transform: translateY(0)
    }

    99.4% {
        opacity: 0;
        transform: translateY(-181%)
    }

    to {
        opacity: 0;
        transform: translateY(-181%)
    }
}

@media not all and (-webkit-min-device-pixel-ratio:.0000264583),
not all and (min-resolution:.001dpcm) {
    @supports ((-webkit-appearance:none)) {

        .fan_boosted_animation .fba_text,
        .fan_boosted_animation .fba_circle_sm,
        .fan_boosted_animation .fba_circle_md,
        .fan_boosted_animation .fba_blades,
        .fan_boosted_animation .fba_blades_wrp,
        .fan_boosted_animation .fba_shadow_sm,
        .fan_boosted_animation .fba_shadow_md,
        .fan_boosted_animation .fba_shadow_lg,
        .fan_boosted_animation .fba_stop_color,
        .fan_boosted_animation .fba_start_color {
            will-change: transform;
            transform: none
        }
    }
}

a.right {
    clear: right;
    background-image: url(../img/icon_raquo.png);
    margin-right: 0
}

a.left {
    background-image: url(../img/icon_laquo.png);
    margin-left: 0
}

a.browse {
    float: left;
    cursor: pointer;
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 14px;
    height: 23px;
    margin: 0 3px;
    display: block;
    position: relative;
    top: 30px
}

a:active,
a:focus {
    outline: none
}

.gift_wrap_but {
    text-align: center;
    line-height: 1.7;
    font-size: 13px !important
}

.send_virtual_gift_box {
    background-color: #fff;
    border: 1px solid #bdbdbd;
    width: 508px;
    min-height: 367px;
    padding: 4px
}

.send_virtual_gift_box .profile_modal_wrapper {
    min-height: 367px
}

.send_virtual_gift_box .gift_wrapper {
    height: 100%;
    display: flex
}

.send_virtual_gift_box .gift_list_holder {
    width: 278px
}

.send_virtual_gift_box .gift_list_holder .gl_description {
    height: 32px
}

.send_virtual_gift_box .gift_list_holder,
.send_virtual_gift_box .gift_form {
    height: 100%;
    padding-left: 10px
}

.send_virtual_gift_box .gifts_list {
    height: 260px;
    overflow-y: scroll
}

.send_virtual_gift_box .gifts_list .no_items {
    text-align: center;
    width: 100%;
    font-style: italic
}

.send_virtual_gift_box .gifts_list .gifts_l_item {
    box-sizing: border-box;
    cursor: pointer;
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    flex: none;
    width: 82px;
    height: 82px;
    margin: 2px;
    display: inline-block;
    position: relative
}

.send_virtual_gift_box .gifts_list .gifts_l_item:hover {
    border-color: #9e9e9e
}

.send_virtual_gift_box .gifts_list .gifts_l_item.__selected {
    pointer-events: none;
    border-color: #797979
}

.send_virtual_gift_box .gifts_badge {
    z-index: 1;
    color: #fff;
    text-transform: uppercase;
    pointer-events: none;
    background-color: #009eeb;
    border-radius: 8px;
    padding: 1px 5px;
    font: 700 10px Arial, sans-serif;
    position: absolute;
    top: 6px;
    left: 6px
}

.send_virtual_gift_box .gifts_badge:lang(hu) {
    padding-top: 2px
}

.send_virtual_gift_box .gift_form {
    width: 200px;
    overflow: hidden
}

.send_virtual_gift_box .gift_form form {
    height: 100%;
    position: relative
}

.send_virtual_gift_box .gift_form .form {
    height: 100%
}

.send_virtual_gift_box .gift_form .gift_details {
    width: 100%;
    margin-bottom: 10px
}

.send_virtual_gift_box .gift_form .gift_details .gf_description_img {
    vertical-align: top;
    width: 88px;
    height: 88px;
    display: inline-block
}

.send_virtual_gift_box .gift_form .gift_details .gf_description {
    vertical-align: top;
    width: 50%;
    display: inline-block
}

.send_virtual_gift_box .gift_form .gift_details .gf_description_name {
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 32px;
    font-weight: 600;
    display: block;
    overflow: hidden
}

.send_virtual_gift_box .gift_form .form_actions .w204 {
    text-align: center;
    width: 200px;
    height: 29px;
    padding: 0
}

.send_virtual_gift_box .gift_form .select_wrapper {
    background-color: #fff;
    border-color: #c0cad5;
    border-radius: 2px
}

.send_virtual_gift_box .gift_form .textarea_wrapper {
    background-color: #fff;
    border: 1px solid #c0cad5;
    border-radius: 2px;
    height: 90px;
    margin-bottom: 5px;
    padding: 0 12px 6px 0;
    position: relative
}

.send_virtual_gift_box .gift_form .textarea_wrapper:lang(ja) {
    height: 70px
}

.send_virtual_gift_box .gift_form .textarea_wrapper:lang(ko),
.send_virtual_gift_box .gift_form .textarea_wrapper:lang(hi),
.send_virtual_gift_box .gift_form .textarea_wrapper:lang(zh) {
    height: 85px
}

.send_virtual_gift_box .gift_form .textarea_wrapper:lang(uk),
.send_virtual_gift_box .gift_form .textarea_wrapper:lang(fr),
.send_virtual_gift_box .gift_form .textarea_wrapper:lang(et),
.send_virtual_gift_box .gift_form .textarea_wrapper:lang(fi),
.send_virtual_gift_box .gift_form .textarea_wrapper:lang(ro) {
    height: 79px
}

.view_sent_gift_box {
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #bdbdbd;
    width: 413px;
    height: 324px;
    padding: 4px
}

.view_sent_gift_box .image {
    width: 155px;
    height: 155px;
    margin: 5px auto
}

.view_sent_gift_box .comment_outer {
    padding: 0 10px 10px;
    font-size: 14px
}

.view_sent_gift_box .comment {
    border: 1px solid #ccc;
    border-radius: 2px;
    height: 57px;
    padding: 3px;
    font-size: 13px;
    overflow-y: scroll
}

.view_sent_gift_box .title {
    clear: both;
    height: 16px;
    margin-top: 10px;
    padding: 0 10px;
    font-size: 15px;
    font-weight: 700
}

.view_sent_gift_box .title a {
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: bottom;
    direction: ltr;
    max-width: 100%;
    text-decoration: underline;
    display: inline-block;
    overflow: hidden
}

.gift_price {
    float: left;
    width: 110px
}

.gift_price .price_block {
    width: 110px;
    height: 48px;
    margin-top: 8px
}

.gift_price .price_title {
    clear: both;
    color: #4f4f4f;
    text-align: center;
    text-transform: uppercase;
    background-color: #e6e6e6;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    padding: 2px 0;
    font-size: 75%
}

.gift_price .price_red {
    color: #fff;
    text-align: center;
    height: 36px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b92f48", endColorstr="#881d31", GradientType=0);
    background: linear-gradient(#b92f48 0%, #881d31 100%);
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    font-size: 150%;
    font-weight: 700;
    line-height: 36px
}

.gifts_nav {
    text-align: center;
    padding-top: 10px
}

.gifts_nav span,
.gifts_nav a {
    padding: 0 3px
}

a.grey_normal strong {
    color: #444;
    font-size: 90%;
    font-weight: 400
}

.line_height_180p {
    line-height: 180%
}

.not_gifts_yet {
    color: maroon;
    text-align: center;
    border: 1px dashed #ccc;
    margin-left: 20px;
    padding: 25px;
    font-size: 110%
}

.forward_to_remote {
    color: #3b3b3b;
    border: 1px solid #ccc;
    border-radius: 5px
}

.forward_to_remote .ftr_header {
    background-color: #f3f3f3;
    border-radius: 5px 5px 0 0;
    padding: 15px 29px
}

.forward_to_remote .ftr_body {
    padding: 24px 30px 30px 86px;
    font-size: 16px;
    position: relative
}

.forward_to_remote .ftr_icon {
    fill: #464646;
    width: 37px;
    height: 38px;
    position: absolute;
    top: 30px;
    left: 30px
}

.forward_to_remote .ftr_highlight {
    color: #a02239
}

.forward_to_remote .ftr_text {
    margin: 0 0 7px;
    line-height: 1.5
}

.forward_to_remote .ftr_text_large {
    max-width: 100%;
    font-size: 112.5%
}

.forward_to_remote .ftr_short_link {
    word-break: break-all;
    overflow-wrap: break-word;
    display: inline-block
}

.forward_to_remote .ftr_btn_wrp {
    margin: 13px -3px 0
}

.forward_to_remote .ftr_btn_wrp .mls_btn {
    margin: 0 3px;
    padding: 0 15px
}

.invisible_mode_overview,
body.theme_light .invisible_mode_overview {
    --bc-thm-invisibleModeOverview-borderColor: #ddd;
    --bc-thm-invisibleModeOverview-image-bg: #3c0060;
    --bc-thm-invisibleModeOverview-accent-color: #ad44ff;
    --bc-thm-invisibleModeOverview-accent_secondary-color: #05e700;
    --bc-thm-invisibleModeOverview-accent_tertiary-color: #009eeb;
    --bc-thm-invisibleModeOverview-content-color: #282e47;
    --bc-thm-invisibleModeOverview-promoBlock-feature-bg: #f7f8fb;
    --bc-thm-invisibleModeOverview-promoBlock-iconColor: #fff;
    --bc-thm-invisibleModeOverview-promoBlock-icon-bg: #05e700;
    --bc-thm-invisibleModeOverview-promoBlock-buy-color: #fff;
    --bc-thm-invisibleModeOverview-promoBlock-buy-bg: #05e700;
    --bc-thm-invisibleModeOverview-promoBlock-buy_hover-bg: #05ff00;
    --bc-thm-invisibleModeOverview-promoBlock-buy_active-bg: #04d200;
    --bc-thm-invisibleModeOverview-switchBlock-box-bg: linear-gradient(180deg, #fff 0%, #fafafa 100%);
    --bc-thm-invisibleModeOverview-switchBlock-box-borderColor: #e6e6e6;
    --bc-thm-invisibleModeOverview-switchBlock-features_active-icon-color: #ad44ff;
    --bc-thm-invisibleModeOverview-switchBlock-iconColor: #d5e2f3;
    --bc-thm-invisibleModeOverview-switchBlock-feature-text-color: #6d7287;
    --bc-thm-invisibleModeOverview-switchBlock-support-color: #888d9f;
    --bc-thm-invisibleModeOverview-switcher-wrp-bg: linear-gradient(180deg, #b6bfd1 0%, #fff 100%);
    --bc-thm-invisibleModeOverview-switcher-backdrop-bg: #00c070;
    --bc-thm-invisibleModeOverview-switcher-bg: #d5e2f3;
    --bc-thm-invisibleModeOverview-switcher_checked-bg: #00c070;
    --bc-thm-invisibleModeOverview-switcher_toggle-textShadowColor: #a1b1c880
}

.invisible_mode_overview_plank,
body.theme_light .invisible_mode_overview_plank {
    --bc-thm-invisibleModeOverviewPlank-color: #4d4d4d;
    --bc-thm-invisibleModeOverviewPlank-bg: #f9f9f9;
    --bc-thm-invisibleModeOverviewPlank-borderColor: #18a95d;
    --bc-thm-invisibleModeOverviewPlank-accent-color: #18a95d
}

.invisible_mode_overview {
    box-sizing: border-box;
    border: 1px solid var(--bc-thm-invisibleModeOverview-borderColor);
    border-radius: 10px;
    height: 936px;
    margin-bottom: 10px;
    font: 400 20px/1.2 Open Sans, Arial, Helvetica, sans-serif
}

.invisible_mode_overview:before {
    background: var(--bc-thm-invisibleModeOverview-image-bg)url(../img/side_girl_small.jpg) no-repeat top center/auto 140px;
    content: "";
    border-radius: 10px 10px 0 0;
    height: 140px
}

.invisible_mode_overview.__switch_block .im_header {
    margin-bottom: 34px
}

.invisible_mode_overview.__switch_block .im_title {
    margin-bottom: 42px
}

.invisible_mode_overview.__switch_block .im_description {
    line-height: 1.4
}

.invisible_mode_overview.__switch_block .im_content {
    min-width: 650px;
    max-width: 650px
}

.invisible_mode_overview .im_accent {
    color: var(--bc-thm-invisibleModeOverview-accent-color)
}

.invisible_mode_overview .im_accent.__secondary {
    color: var(--bc-thm-invisibleModeOverview-accent_secondary-color)
}

.invisible_mode_overview .im_accent.__tertiary {
    color: var(--bc-thm-invisibleModeOverview-accent_tertiary-color)
}

.invisible_mode_overview .im_old {
    text-decoration: line-through
}

.invisible_mode_overview .im_content {
    min-width: 928px;
    max-width: 928px;
    color: var(--bc-thm-invisibleModeOverview-content-color);
    margin: auto;
    padding: 20px 0
}

.invisible_mode_overview .im_header {
    text-align: center;
    margin-bottom: 28px
}

.invisible_mode_overview .im_title {
    white-space: nowrap;
    opacity: 0;
    max-width: 100%;
    margin-bottom: 34px;
    padding: 0;
    font: 700 80px/1 BebasNeue, Helvetica, sans-serif
}

.invisible_mode_overview .im_title:lang(hr),
.invisible_mode_overview .im_title:lang(sk),
.invisible_mode_overview .im_title:lang(lv),
.invisible_mode_overview .im_title:lang(sl),
.invisible_mode_overview .im_title:lang(kk) {
    font-family: Open Sans Condensed, Arial, sans-serif;
    font-size: 79px
}

.bc_webp .invisible_mode_overview:before {
    background-image: url(../img/side_girl_small.webp)
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:1.5dppx),
(min-resolution:144dpi) {
    .invisible_mode_overview:before {
        background-image: url(../img/side_girl_small2.jpg)
    }

    .bc_webp .invisible_mode_overview:before {
        background-image: url(../img/side_girl_small2.webp)
    }
}

.invisible_mode_overview_plank {
    box-sizing: border-box;
    height: 45px;
    color: var(--bc-thm-invisibleModeOverviewPlank-color);
    background: var(--bc-thm-invisibleModeOverviewPlank-bg);
    border: 1px solid var(--bc-thm-invisibleModeOverviewPlank-borderColor);
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 0 16px;
    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 45px;
    display: inline-block
}

.invisible_mode_overview_plank .imop_accent {
    color: var(--bc-thm-invisibleModeOverviewPlank-accent-color);
    font-weight: 700
}

.invisible_mode_overview .imsw_switcher_wrp {
    box-sizing: border-box;
    background: var(--bc-thm-invisibleModeOverview-switcher-wrp-bg);
    border-radius: 50px;
    width: 70px;
    height: 36px;
    padding: 2px;
    position: relative
}

.invisible_mode_overview .imsw_switcher_wrp:after {
    background-color: var(--bc-thm-invisibleModeOverview-switcher-backdrop-bg);
    opacity: 0;
    content: "";
    border-radius: 50px;
    width: 28px;
    height: 28px;
    position: absolute;
    top: calc(50% - 14px);
    left: calc(50% - 14px)
}

.invisible_mode_overview .imsw_switcher_wrp.__first_animation {
    animation: 4s ease-in-out 2s anim_im_switcher_wrp, 6s disable-pointer-events
}

.invisible_mode_overview .imsw_switcher_wrp.__first_animation:after {
    animation: 4s ease-in-out 2s anim_im_switcher_backdrop
}

.invisible_mode_overview .imsw_switcher_wrp.__first_animation.__checked .imsw_switcher {
    animation-name: anim_im_switcher_bg_checked
}

.invisible_mode_overview .imsw_switcher_wrp.__first_animation.__checked .imsw_switcher:before {
    animation-name: anim_im_switcher_toggle_checked
}

.invisible_mode_overview .imsw_switcher_wrp.__first_animation .imsw_switcher {
    animation: .7s ease-in-out 3s anim_im_switcher_bg
}

.invisible_mode_overview .imsw_switcher_wrp.__first_animation .imsw_switcher:before {
    animation: .7s ease-in-out 3s anim_im_switcher_toggle
}

.invisible_mode_overview .imsw_switcher {
    z-index: 1;
    box-sizing: border-box;
    background-color: var(--bc-thm-invisibleModeOverview-switcher-bg);
    cursor: pointer;
    border: none;
    border-radius: 50px;
    width: 100%;
    padding: 2px;
    transition: background .3s;
    display: inline-block;
    position: relative
}

.invisible_mode_overview .imsw_switcher:before {
    box-sizing: border-box;
    width: 28px;
    height: 28px;
    box-shadow: 0 3px 3px 0 var(--bc-thm-invisibleModeOverview-switcher_toggle-textShadowColor);
    content: "";
    background: #fff;
    border-radius: 50%;
    transition: all .3s;
    display: block
}

.invisible_mode_overview .imsw_switcher.__checked {
    background-color: var(--bc-thm-invisibleModeOverview-switcher_checked-bg)
}

.invisible_mode_overview .imsw_switcher.__checked:before {
    transform: translate(34px)
}

@keyframes disable-pointer-events {

    0%,
    99% {
        pointer-events: none
    }
}

@keyframes anim_im_switcher_wrp {

    0%,
    to {
        transform: scale(1)
    }

    20%,
    80% {
        transform: scale(1.5)
    }
}

@keyframes anim_im_switcher_backdrop {

    0%,
    to {
        opacity: 0;
        transform: scale(1)
    }

    20%,
    80% {
        opacity: .1;
        transform: scale(3)
    }
}

@keyframes anim_im_switcher_bg {

    0%,
    to {
        background-color: var(--bc-thm-invisibleModeOverview-switcher-bg)
    }

    50% {
        background-color: var(--bc-thm-invisibleModeOverview-switcher_checked-bg)
    }
}

@keyframes anim_im_switcher_bg_checked {

    0%,
    to {
        background-color: var(--bc-thm-invisibleModeOverview-switcher_checked-bg)
    }

    50% {
        background-color: var(--bc-thm-invisibleModeOverview-switcher-bg)
    }
}

@keyframes anim_im_switcher_toggle {

    0%,
    to {
        transform: translate(0)
    }

    50% {
        transform: translate(34px)
    }
}

@keyframes anim_im_switcher_toggle_checked {

    0%,
    to {
        transform: translate(34px)
    }

    50% {
        transform: translate(0)
    }
}

.invisible_mode_overview .imp_columns {
    margin-bottom: 24px
}

.invisible_mode_overview .imp_column {
    width: 50%
}

.invisible_mode_overview .imp_features {
    min-height: 356px;
    padding-right: 24px
}

.invisible_mode_overview .imp_feature {
    background: var(--bc-thm-invisibleModeOverview-promoBlock-feature-bg)no-repeat left 10px top 10px/84px;
    border-radius: 50px;
    flex-grow: 1;
    min-height: 60px;
    padding: 10px 24px 10px 108px;
    font-size: 17px;
    line-height: 1.4;
    position: relative
}

.invisible_mode_overview .imp_feature.__spy {
    background-image: url(../img/spy.png)
}

.invisible_mode_overview .imp_feature.__time {
    background-image: url(../img/time.png)
}

.invisible_mode_overview .imp_feature.__eye {
    background-image: url(../img/eye.png)
}

.invisible_mode_overview .imp_feature.__question {
    background-image: url(../img/question.png)
}

.invisible_mode_overview .imp_feature+.imp_feature {
    margin-top: 12px
}

.invisible_mode_overview .imp_icon {
    width: 68px;
    height: 26px;
    color: var(--bc-thm-invisibleModeOverview-promoBlock-iconColor);
    fill: var(--bc-thm-invisibleModeOverview-promoBlock-icon-bg);
    position: absolute;
    top: -4px;
    left: 0
}

.invisible_mode_overview .imp_img {
    object-fit: cover;
    border-radius: 24px;
    width: 100%;
    height: 100%;
    display: block
}

.invisible_mode_overview .imp_footer {
    text-align: center
}

.invisible_mode_overview .imp_call {
    margin-bottom: 16px;
    font-size: 24px
}

.invisible_mode_overview .imp_buy {
    box-sizing: border-box;
    min-width: 300px;
    height: 60px;
    color: var(--bc-thm-invisibleModeOverview-promoBlock-buy-color);
    background-color: var(--bc-thm-invisibleModeOverview-promoBlock-buy-bg);
    border-radius: 40px;
    margin-bottom: 18px;
    padding: 14px 30px;
    font-size: 24px;
    text-decoration: none;
    display: inline-block
}

.invisible_mode_overview .imp_buy:hover,
.invisible_mode_overview .imp_buy:focus {
    background-color: var(--bc-thm-invisibleModeOverview-promoBlock-buy_hover-bg)
}

.invisible_mode_overview .imp_buy:active {
    background-color: var(--bc-thm-invisibleModeOverview-promoBlock-buy_active-bg)
}

.invisible_mode_overview .imp_price {
    margin-bottom: 18px;
    font-size: 16px
}

.invisible_mode_overview .imp_price:last-child {
    margin-bottom: 0
}

.invisible_mode_overview .imp_price.__with_star:after {
    color: var(--bc-thm-invisibleModeOverview-accent-color);
    content: "*"
}

.invisible_mode_overview .imp_explanation {
    font-size: 14px;
    font-style: italic
}

.invisible_mode_overview .imp_explanation:before {
    color: var(--bc-thm-invisibleModeOverview-accent-color);
    content: "*"
}

.bc_webp .invisible_mode_overview .imp_feature.__spy {
    background-image: url(../img/spy.webp)
}

.bc_webp .invisible_mode_overview .imp_feature.__time {
    background-image: url(../img/time.webp)
}

.bc_webp .invisible_mode_overview .imp_feature.__eye {
    background-image: url(../img/eye.webp)
}

.bc_webp .invisible_mode_overview .imp_feature.__question {
    background-image: url(../img/question.webp)
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:1.5dppx),
(min-resolution:144dpi) {
    .invisible_mode_overview .imp_feature.__spy {
        background-image: url(../img/spy2.png)
    }

    .invisible_mode_overview .imp_feature.__time {
        background-image: url(../img/time2.png)
    }

    .invisible_mode_overview .imp_feature.__eye {
        background-image: url(../img/eye2.png)
    }

    .invisible_mode_overview .imp_feature.__question {
        background-image: url(../img/question2.png)
    }

    .bc_webp .invisible_mode_overview .imp_feature.__spy {
        background-image: url(../img/spy2.webp)
    }

    .bc_webp .invisible_mode_overview .imp_feature.__time {
        background-image: url(../img/time2.webp)
    }

    .bc_webp .invisible_mode_overview .imp_feature.__eye {
        background-image: url(../img/eye2.webp)
    }

    .bc_webp .invisible_mode_overview .imp_feature.__question {
        background-image: url(../img/question2.webp)
    }
}

.invisible_mode_overview .ims_box {
    background: var(--bc-thm-invisibleModeOverview-switchBlock-box-bg);
    border: 1px solid var(--bc-thm-invisibleModeOverview-switchBlock-box-borderColor);
    border-radius: 36px;
    margin-bottom: 36px;
    padding: 32px 36px 36px
}

.invisible_mode_overview .ims_header {
    margin-bottom: 32px;
    padding-top: 4px
}

.invisible_mode_overview .ims_title {
    font-size: 26px
}

.invisible_mode_overview .ims_features.__checked .ims_icon {
    color: var(--bc-thm-invisibleModeOverview-switchBlock-features_active-icon-color)
}

.invisible_mode_overview .ims_feature+.ims_feature {
    margin-top: 16px
}

.invisible_mode_overview .ims_icon {
    width: 36px;
    height: 36px;
    color: var(--bc-thm-invisibleModeOverview-switchBlock-iconColor);
    margin-right: 16px;
    transition: color .3s
}

.invisible_mode_overview .imsf_text {
    color: var(--bc-thm-invisibleModeOverview-switchBlock-feature-text-color);
    font-size: 18px;
    line-height: 1.4
}

.invisible_mode_overview .ims_call {
    margin-bottom: 20px
}

.invisible_mode_overview .ims_hint {
    margin-bottom: 8px;
    font-size: 16px
}

.invisible_mode_overview .ims_support {
    color: var(--bc-thm-invisibleModeOverview-switchBlock-support-color);
    font-size: 16px
}

@media (min-width:1301px) {
    .invisible_mode_overview {
        flex-direction: row;
        height: 890px
    }

    .invisible_mode_overview:before {
        content: "";
        background: url(../img/side_girl_medium_jpg.svg) 0 0/contain no-repeat;
        border-radius: 10px 0 0 10px;
        flex-shrink: 0;
        width: 400px;
        height: 890px
    }

    .invisible_mode_overview .im_content {
        min-width: 798px;
        max-width: 976px;
        margin: auto;
        padding-right: 24px
    }

    .bc_webp .invisible_mode_overview:before {
        background-image: url(../img/side_girl_medium_webp.svg)
    }
}

@media (min-width:1301px) and (-webkit-min-device-pixel-ratio:1.5),
(min-width:1301px) and (min-resolution:1.5dppx),
(min-width:1301px) and (min-resolution:144dpi) {
    .invisible_mode_overview:before {
        background-image: url(../img/side_girl_medium_jpg2.svg)
    }

    .bc_webp .invisible_mode_overview:before {
        background-image: url(../img/side_girl_medium_webp2.svg)
    }
}

@media (min-width:1501px) {
    .invisible_mode_overview:before {
        background-image: url(../img/side_girl_large_jpg.svg);
        width: 532px
    }

    .invisible_mode_overview .im_content {
        min-width: 866px
    }

    .invisible_mode_overview .im_title {
        font-size: 110px
    }

    .bc_webp .invisible_mode_overview:before {
        background-image: url(../img/side_girl_large_webp.svg)
    }
}

@media (min-width:1501px) and (-webkit-min-device-pixel-ratio:1.5),
(min-width:1501px) and (min-resolution:1.5dppx),
(min-width:1501px) and (min-resolution:144dpi) {
    .invisible_mode_overview:before {
        background-image: url(../img/side_girl_large_jpg2.svg)
    }

    .bc_webp .invisible_mode_overview:before {
        background-image: url(../img/side_girl_large_webp2.svg)
    }
}