.all-bonuses_divider__cVNQG {
    width: 100%;
    max-width: 920px;
    height: 1px;
    margin: 0 auto;
    background: var(--topx-color-elements-stroke-gradient)
}

.all-bonuses_container__GUkuA {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 372px;
    padding: 20px
}

.all-bonuses_bonusImg__cH8_x {
    width: 240px;
    height: 142px
}

.all-bonuses_textTitle__74v2N {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
    color: var(--topx-color-text-primary)
}

.all-bonuses_textDesc__STdrS,
.all-bonuses_textTitle__74v2N {
    line-height: 120%;
    letter-spacing: 0;
    text-decoration: none;
    text-align: center
}

.all-bonuses_textDesc__STdrS {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 16px;
    color: var(--topx-color-text-secondary)
}

.all-bonuses_buttonAllBonuses__YXydh {
    width: 100%;
    max-width: 240px;
    height: 40px;
    border-radius: 12px;
    background: var(--button-default);
    color: var(--topx-color-not-variables-other-white)
}

.accept-checkbox_container__n9A7z {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 0 4px
}

.accept-checkbox_container_label__Dhd6H {
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0;
    text-decoration: none;
    color: var(--topx-color-text-secondary)
}

.accept-checkbox_block__HRK7g {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 22px;
    min-width: 22px;
    height: 22px;
    border-radius: 6px;
    background-color: var(--topx-color-elements-fill-1);
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none
}

.accept-checkbox_block__HRK7g.accept-checkbox_active__BQ6Cj {
    background-color: #2edb73
}

.accept-checkbox_block__HRK7g.accept-checkbox_default__UrtdG {
    border: 1px solid var(--topx-color-elements-stroke-1);
    background: var(--topx-color-elements-fill-1)
}

.accordion_container__9roW8 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
    margin-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--topx-color-elements-stroke-1);
    border-image-slice: 1
}

.accordion_container__9roW8,
.accordion_container_description__zldwf {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0;
    text-decoration: none
}

.accordion_container_description__zldwf {
    padding: 0 0 0 32px;
    color: var(--topx-color-text-secondary);
    white-space: pre-line
}

.accordion_container_description__zldwf.accordion_removePadding___w0Hl {
    padding: 0
}

.accordion_container__9roW8 svg {
    position: absolute;
    top: -3px
}

.accordion_block__SEskz {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 32px;
    color: var(--topx-color-text-primary)
}

.accordion_block_title__SB5mU {
    width: 95%;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0;
    text-decoration: none
}

.accordion_block_arrow__55Vnd {
    width: 16px;
    height: 16px;
    color: var(--topx-color-not-variables-other-white)
}

.accordion_block_arrow__55Vnd.accordion_opened__BTQA4 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.accordion_block_arrow__55Vnd.accordion_opened__BTQA4 svg {
    right: 0 !important
}

.accordion_block__SEskz.accordion_removePadding___w0Hl {
    padding: 0
}

.button_container__fumIP {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 32px;
    padding: 12px 10px;
    border-radius: 8px;
    color: var(--topx-color-not-variables-other-white);
    cursor: pointer;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transition: .3s;
    transition: .3s
}

.button_container__fumIP[disabled] {
    opacity: .5;
    pointer-events: none
}

.button_default__bhgtd {
    background: var(--button-default)
}

.button_primary__wygff {
    background: var(--button-primary-default);
    color: var(--topx-color-not-variables-other-white)
}

.button_secondary__eWV2j {
    background: var(--topx-color-elements-fill-1);
    color: var(--topx-color-text-primary)
}

.button_glare__YV_A7 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -50px;
    width: calc(100% + 50px);
    background: linear-gradient(101deg, hsla(0, 0%, 100%, 0) 18.01%, #fff 40.15%, #fff 54.6%, hsla(0, 0%, 100%, 0) 79.91%);
    background-size: 200%;
    opacity: .59;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
    -webkit-animation: button_glade__3eCkM 2s infinite, button_delay-animation__T7n_T 4s linear infinite;
    animation: button_glade__3eCkM 2s infinite, button_delay-animation__T7n_T 4s linear infinite
}

@-webkit-keyframes button_glade__3eCkM {
    0% {
        background-position: 125% 125%
    }
    to {
        background-position: -50% -50%
    }
}

@keyframes button_glade__3eCkM {
    0% {
        background-position: 125% 125%
    }
    to {
        background-position: -50% -50%
    }
}

@-webkit-keyframes button_delay-animation__T7n_T {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    50.01% {
        opacity: 0
    }
    to {
        opacity: 0
    }
}

@keyframes button_delay-animation__T7n_T {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    50.01% {
        opacity: 0
    }
    to {
        opacity: 0
    }
}

.card-preloader_container__mvkJs {
    position: relative;
    border-radius: 8px;
    background: var(--topx-color-background-ton-2);
    outline: none;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.card-preloader_dimensionsFixed__iX9nh {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    width: 200px;
    height: 150px;
    flex: 0 0 auto
}

@media screen and (max-width:1080px) {
    .card-preloader_dimensionsFixed__iX9nh {
        width: 160px;
        height: 120px
    }
}

@media screen and (max-width:767px) {
    .card-preloader_dimensionsFixed__iX9nh {
        width: 146px;
        height: 110px
    }
}

.card-preloader_dimensionsAdaptive__QROn1 {
    min-width: 200px;
    aspect-ratio: 4/3;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset
}

@media screen and (max-width:1080px) {
    .card-preloader_dimensionsAdaptive__QROn1 {
        min-width: 160px
    }
}

@media screen and (max-width:767px) {
    .card-preloader_dimensionsAdaptive__QROn1 {
        min-width: 146px
    }
}

.country-select_container__tKdD3 {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.country-select_container__tKdD3.country-select_disabled__aZXWh {
    color: var(--topx-color-text-tertiary);
    cursor: not-allowed
}

.country-select_optionBlock__i3gvs {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12.5px 12px
}

.country-select_optionBlock_separator__7dK8m {
    width: 1px;
    height: 12px;
    background: var(--topx-color-elements-stroke-1)
}

.country-select_optionBlock_label__6f_nm {
    color: var(--topx-color-text-primary);
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0;
    text-decoration: none
}

.country-select_optionBlock_label_check__BDuLw {
    position: absolute;
    right: 12px
}

.country-select_optionBlock__i3gvs.country-select_selected__do6h6 {
    background: var(--topx-color-elements-fill-3)
}

.country-select_leftBlock__2P4Zq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 64px
}

.country-select_optionsBlock__PkKvx {
    position: absolute;
    top: 52px;
    left: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: auto;
    max-height: 0;
    border-radius: 12px;
    -webkit-box-shadow: var(--topx-color-shadow-popup);
    box-shadow: var(--topx-color-shadow-popup);
    background: var(--topx-color-background-ton-3);
    -webkit-transition: all .3s;
    transition: all .3s;
    overflow-y: hidden;
    scrollbar-width: none
}

.country-select_optionsBlock__PkKvx>.country-select_optionsBlock_search__HO50d {
    border: none;
    border-bottom: 1px solid var(--topx-color-elements-stroke-1);
    border-radius: 0;
    background: rgba(0, 0, 0, 0)
}

.country-select_optionsBlock__PkKvx>.country-select_optionsBlock_search__HO50d svg path {
    fill: var(--topx-color-text-tertiary)
}

.country-select_optionsBlock__PkKvx::-webkit-scrollbar {
    display: none
}

.country-select_optionsBlock__PkKvx.country-select_active__WppP_ {
    max-height: 270px;
    -webkit-transition: all .3s;
    transition: all .3s;
    overflow-y: auto
}

.country-select_selectBlock__yyWvn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.country-select_selectBlock_arrow__Ajddm {
    color: var(--topx-color-text-secondary);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.country-select_selectBlock_arrow__Ajddm>div {
    width: 100%;
    height: 100%
}

.country-select_selectBlock_arrow__Ajddm>div>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.country-select_selectBlock_arrow__Ajddm>div>div>svg {
    width: 100%;
    height: 100%
}

.country-select_selectBlock_arrow__Ajddm.country-select_active__WppP_ {
    color: var(--topx-color-text-primary);
    rotate: x 180deg
}

.country-select_selectBlock_value__2vEds {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: auto
}

.country-select_optionBlock_icon__PBIEA,
.country-select_selectBlock_icon__EYE_o {
    width: 20px;
    max-width: 20px;
    height: 20px;
    max-height: 20px;
    border-radius: 100%;
    overflow: hidden
}

.country-select_optionBlock_icon__PBIEA>svg,
.country-select_selectBlock_icon__EYE_o>svg {
    position: relative;
    top: -5px;
    left: -5px;
    width: 30px;
    height: 30px
}

.country-select_listBlock__rJfvV {
    overflow-y: auto;
    scrollbar-width: none
}

.country-select_listBlock__rJfvV::-webkit-scrollbar {
    display: none
}

.search-input_container__BohXP {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 48px;
    padding: 0 12px;
    border: 1px solid var(--topx-color-elements-stroke-1);
    border-radius: 12px;
    background: var(--topx-color-background-ton-2);
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.search-input_container_image__f_WPM {
    min-width: 24px;
    height: auto
}

.search-input_container_image__f_WPM path {
    fill: var(--topx-color-text-tertiary)
}

.search-input_container_image__f_WPM.search-input_focused__pBMd_ path {
    fill: var(--topx-color-text-primary)
}

.search-input_container_button__w_oXo {
    position: relative;
    right: -12px;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 40px;
    min-height: 40px;
    border: none;
    background: none;
    outline: none;
    cursor: pointer;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.search-input_container_button__w_oXo svg path {
    fill: var(--topx-color-text-tertiary)
}

.search-input_container_button__w_oXo:active {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
}

.search-input_container_input__Tkdic {
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0;
    text-decoration: none;
    width: 100%;
    padding: 12px;
    background: rgba(0, 0, 0, 0);
    color: var(--topx-color-text-primary);
    -webkit-transition: .3s;
    transition: .3s
}

.search-input_container_input__Tkdic.search-input_focused__pBMd_ {
    z-index: 3
}

.search-input_container_input__Tkdic[disabled] {
    opacity: .5;
    pointer-events: none
}

.search-input_container_input__Tkdic::-webkit-input-placeholder {
    color: var(--topx-color-text-primary);
    opacity: .5
}

.search-input_container_input__Tkdic::-moz-placeholder {
    color: var(--topx-color-text-primary);
    opacity: .5
}

.search-input_container_input__Tkdic:-ms-input-placeholder {
    color: var(--topx-color-text-primary);
    opacity: .5
}

.search-input_container_input__Tkdic::-ms-input-placeholder {
    color: var(--topx-color-text-primary);
    opacity: .5
}

.search-input_container_input__Tkdic::placeholder {
    color: var(--topx-color-text-primary);
    opacity: .5
}

@media screen and (max-width:767px) {
    .search-input_container_input__Tkdic {
        font-size: 14px;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: 0;
        text-decoration: none
    }
}