.popup2 {
    position: fixed;
    top: 88px;
    left: 230px;
    bottom: 0;
    right: 0;
    height: 100vh;
    z-index: 19;
    overflow-y: auto;
    background-color: #1b2b38;
    padding-bottom: 75px;
    transition: left .3s;
}

html.topmenu_active .popup2 {
    left: 48px;
}

.popup2.popup_undefined {
    left: inherit;
    top: 0;
    height: 100%;
    max-width: 431px;
    width: 100%;
    background-color: #151a22;
    z-index: 992;
}

.popup2.popup_undefined #payment_currencies_select {
    display: block;
}

.popup2.popup_undefined .pay-tooltip__select.active {
    display: block;
}

.popup2.popup_undefined .pay-tooltip__select_network {
    display: block;
}

.popup2.popup_undefined .pay-tooltip__select select {
    width: 100%;
    max-width: 100%;
    margin: 12px 0;
    height: 56px;
    padding: 0 16px;
    font-size: 16px;
    font-weight: 400;
    border: none;
    transition: .3s;
    box-shadow: 0 0 0 1px rgb(224 224 224) inset;
    background-color: #151a22;
    border-radius: 10px;
    appearance: none;
    background-image: url(../img/arrow-down-white.svg);
    background-size: 10px;
    background-position: center right 20px;
    background-repeat: no-repeat;
    color: #fff;
}

.popup2.popup_undefined .pay-tooltip__select select option {
    background: #151a22;
}

.pay-tooltip__select select {
    padding: 0;
    margin: 0;
    line-height: 1.2;
    background-color: #151a22;
    color: #fff;
    border: none;
}

.pay-tooltip__select select option {
    padding: 0;
    margin: 0;
    line-height: 1.5;
    color: #fff;
    background-color: #151a22;
}

.bithide-additional-fields {
    width: 100%;
}

.popup2.popup_undefined .tab__head {
    width: 100%;
    padding: 16px 24px 0;
}

.popup2.popup_undefined .js-close-popup {
    position: static;
}

.popup2.popup_undefined .tab__content {
    position: static;
    max-width: 100%;
    padding-top: 0;
    padding-left: 0;
}

.popup2.popup_undefined .tab__action {
    padding: 24px;
    /*    border-bottom: 1px solid #e0e0e0;*/
    border-bottom: none;
    margin-bottom: 0;
}

.popup2.popup_undefined .tab__action-wrapper {
    padding: 4px;
    background-color: #1b2b38;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.popup2.popup_undefined .tab__action a.tab__item {
    width: calc((100% - 8px) / 3);
    color: #858585;
    font-weight: 400;
    font-size: 12px;
    padding: 3px 4px;
    text-align: center;
}

.popup2.popup_undefined .tab__action a.tab__item.tab__item_active {
    background-color: #151a22;
    color: #fff;
    border-radius: 4px;
}

.popup2.popup_undefined .tab__action a.tab__item + a.tab__item {
    margin-left: 0;
}

.popup2.popup_undefined .payment__row {
    padding: 24px;
}

.popup2.popup_undefined .payment__row-inner {
    display: block;
}

.popup2.popup_undefined .payment__item.payitem,
.popup2.popup_undefined .payment__item.payitem__link {
    width: 100%;
    margin-right: 0;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 8px 8px 8px 4px;
    transition: .4s;
}

.popup2.popup_undefined .payment__item.payitem > svg,
.popup2.popup_undefined .payment__item.payitem__link > svg {
    width: 16px;
    height: 16px;
    margin-left: auto;
}

.popup2.popup_undefined .payment__item.payitem:hover,
.popup2.popup_undefined .payment__item.payitem__link:hover {
    padding: 8px 8px 8px 10px;
    background-color: #1b2b38;
    border-radius: 4px;
}

.popup2.popup_undefined .payment__item.payitem + .payment__item.payitem,
.popup2.popup_undefined .payment__item.payitem__link + .payment__item.payitem {
    margin-top: 16px;
}

.popup2.popup_undefined .payitem__img {
    width: auto;
    padding: 0;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
}

.popup2.popup_undefined .payitem__img_inner img {
    width: 32px;
    height: 32px;
    padding: 0;
    object-fit: contain;
    border-radius: 50%;
    background: none;
    min-width: inherit;
}

.popup2.popup_undefined .payitem__footer {
    text-align: left;
    font-size: 14px;
}

.popup2.popup_undefined .payitem__footer .payitem__note_small {
    font-size: 12px;
    color: #858585;
    display: block;
}

.popup2.popup_undefined .enter-pin {
    padding: 24px;
    border-top: 1px solid #e0e0e0;
    margin-top: 0;
    display: block;
}

.popup2.popup_undefined .h-pin {
    text-transform: uppercase;
    color: #858585;
    font-size: 10px;
    font-weight: 500;
    margin-bottom: 12px;
}

.popup2.popup_undefined .form-pin {
    display: block;
}

.popup2.popup_undefined .form-pin input {
    margin-bottom: 12px;
    line-height: 56px;
    padding: 0 16px;
    font-size: 16px;
    font-weight: 400;
    border: none;
    transition: .3s;
    box-shadow: 0 0 0 1px rgb(224 224 224) inset;
}

.popup2.popup_undefined .form-pin input:hover {
    box-shadow: 0 0 0 2px rgb(224 224 224) inset;
}

.popup2.popup_undefined .form-pin input:focus {
    box-shadow: 0 0 0 2px #dafe31 inset;
}

.popup2.popup_undefined .form-pin .send-pin {
    padding: 15px 16px;
    font-weight: 500;
    font-size: 16px;
}

.popup2.popup_undefined .reply-pin-block {
    margin-top: 8px;
    margin-left: 0;
    text-align: center;
    color: #858585;
}

.popup2.popup_undefined .payment__tooltip.payment__tooltip_open {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 0;
    width: 100%;
    background-color: #151a22;
    z-index: 10;
    padding: 0;
    border-top: none;
}

.popup2.popup_undefined .payment__tooltip_inner {
    width: 100%;
    max-width: 100%;
}

.popup2.popup_undefined .payment__tooltip_inner .payment__close svg,
.popup2.popup_undefined .payment__tooltip_inner .payment__close {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.popup2.popup_undefined .pay-tooltip {
    padding: 24px;
    flex-direction: column;
}

.popup2.popup_undefined .pay-tooltip__head {
    display: flex;
    flex-wrap: wrap;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 24px;
}

.popup2.popup_undefined .pay-tooltip__head .pay-type {
    margin-right: 8px;
}

.popup2.popup_undefined .pay-tooltip__head-sub {
    margin-top: 4px;
    color: #858585;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
}

.popup2.popup_undefined .pay-tooltip__title {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    color: #858585;
}

.popup2.popup_undefined .pay-limits-wrapper {
    padding: 12px;
    background-color: #1b2b38;
    border-radius: 8px;
    color: #fff;
    margin-top: 16px;
    font-weight: 400;
    width: 100%;
    font-size: 14px;
}

.popup2.popup_undefined .pay-limits-wrapper .pay-limits {
    color: #858585;
    font-weight: 500;
    margin-left: 6px;
}

.popup2.popup_undefined .pay-tooltip__summ {
    background: none;
}

.popup2.popup_undefined .pay-tooltip__summ > * {
    order: 2;
}

.popup2.popup_undefined .payment#payment-tab .pay-tooltip__input.input {
    order: 1;
}

.popup2.popup_undefined .pay-tooltip__input.input input {
    width: 100%;
    max-width: 100%;
    margin: 12px 0;
    line-height: 56px;
    padding: 0 16px;
    font-size: 16px;
    font-weight: 400;
    border: none;
    transition: .3s;
    box-shadow: 0 0 0 1px rgb(224 224 224) inset;
}

.popup2.popup_undefined .pay-tooltip__input.input input:hover {
    box-shadow: 0 0 0 2px rgb(224 224 224) inset;
}

.popup2.popup_undefined .pay-tooltip__input.input input:focus {
    box-shadow: 0 0 0 2px #dafe31 inset;
}

.popup2.popup_undefined .pay-tooltip__button_withdraw,
.popup2.popup_undefined .pay-tooltip__summ .pay-tooltip__button {
    width: 100%;
    padding: 15px 16px;
    margin-top: 24px;
    font-weight: 500;
    font-size: 16px;
}

.popup2.popup_undefined .line {
    width: calc(100% + 48px);
    height: 1px;
    background-color: #e0e0e0;
    margin-top: 24px;
    margin-left: -24px;
    margin-right: -24px;
}

.popup2.popup_undefined .pay-tooltip__summ label {
    margin-left: 0;
    border-radius: 6px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc((100% - 16px) / 3);
    background-color: #1b2b38;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
}

.popup2.popup_undefined .pay-tooltip__summ label + label {
    margin-left: 8px;
}

.popup2.popup_undefined .tab-cashier__content {
    width: 100%;
}

.popup2.popup_undefined .scroll-table-history {
    width: 100%;
    padding: 24px;
}

.popup2.popup_undefined .history__head {
    display: none;
}

.popup2.popup_undefined .history__row {
    background-color: #1b2b38;
    border-radius: 6px;
    padding: 8px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.popup2.popup_undefined .history__cell span {
    color: #858585;
}

.popup2.popup_undefined .history__cell:nth-child(2) {
    margin-left: 16px;
}

.popup2.popup_undefined .history__cell:nth-child(3) {
    width: 100%;
}

.popup2.popup_undefined .history__cell:nth-child(5) {
    margin-left: 16px;
}

.tab__content {
    width: 100%;
    padding-top: 30px;
}

.tab-cashier__content .tab__content {
    margin: 0;
}

.tab-cashier__content .tab.tab_style_button .tab__content {
    max-width: 100%;
}

.tab__content.data-vip-info {
    padding: 0;
    width: 100%;
    margin: 0;
    max-width: 100%;
}

.tab__action {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px;
}

.tab__action_container {
    max-width: 260px;
}

/*
.tab__action.head_action{
	position: fixed;
	top: 0;
	left: 0;
    bottom: 0;
	width: 230px;
	height: 100vh;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
*/

.tab__action.deposit-action {
    padding-bottom: 20px;
    border-bottom: 2px solid #000;
    margin-bottom: 20px;
}

.popup__content,
.popup_section__aside {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.popup_section__aside {
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.close_tab__action {
    display: none;
}

.head_action_login {
    margin-top: 30px;
    padding: 0 10px;
    width: 100%;
    text-align: center;
    font-weight: 600;
}

.head_action_balance {
    margin-top: 10px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}

.balance_head {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding: 0 10px;
    width: 100%;
}

.balance_head span {
    padding-left: 5px;
}

.tab__action_menu {
    width: 100%;
    display: flex;
}

.icon_action_menu {
    margin-right: 10px;
}

.icon_action_menu svg {
    fill: #000;
    width: 25px;
    height: 25px;
}

.tab__action a.tab__item {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.tab__action a.tab__item svg {
    vertical-align: middle;
    margin-bottom: 2px;
    padding-right: 3px;
    fill: #fff;
}

.tab__action a.tab__item .svg-invert {
    fill: none;
    stroke: #fff;
}

.tab__action a.tab__item:hover svg,
.tab__action a.tab__item_active svg {
    fill: #e1fe5a;
}

.tab__action a.tab__item:hover .svg-invert,
.tab__action a.tab__item_active .svg-invert {
    fill: none;
    stroke: #e1fe5a;
}

.tab__action.head_action a.tab__item {
    cursor: pointer;
    white-space: nowrap;
    width: 100%;
    padding-bottom: 14px;
    font-weight: 500;
    color: #fff;
    position: relative;
}

.tab__action.head_action a.tab__item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 2px;
    transition: width .2s;
    background: #dafe31;
}

.tab__action.head_action a:hover,
.tab__action.head_action a.tab__item.tab__item_active {
    color: #e1fe5a;
}

.tab__action.head_action a:hover::after,
.tab__action.head_action a.tab__item.tab__item_active::after {
    width: 100%;
}

.tab__action.head_action a + a {
    margin-left: 24px;
}

.tab__action.deposit-action a.tab__item + a.tab__item {
    margin-left: 30px;
}

.popup2 .js-close-popup {
    position: absolute;
    top: 0px;
    right: 30px;
    width: 32px;
    height: 32px;
    z-index: 999;
    cursor: pointer;
}

.popup2 .js-close-popup svg {
    fill: #fff;
    width: 32px;
    height: 32px;
}

#payment-tab,
#withdraw-tab,
#history-tab,
#cashier,
#profile,
#bonuses,
#messages,
#vip {
    display: none;
}

#messages.active,
#bonuses.active,
#profile.active {
    display: block;
}


#payment-tab.active,
#withdraw-tab.active,
#history-tab.active,
#cashier.active,
#vip.active {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}

.profile-page__title {
    font-size: 24px;
    margin-bottom: 16px;
    font-weight: 700;
}

#payment-tab.active {
    justify-content: flex-start;
}

#payment-tab .tabErrorMessage {
    margin: 0;
}


.payment__gallery {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.payment__row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.payment__row-inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    justify-content: flex-start;
}

.payment__item.payitem,
.payment__item.payitem__link{
    width: 200px;
    margin-right: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    cursor: pointer;
}

.payment__tooltip_inner {
    width: calc(50% - 15px);
    max-width: 575px;
}

.payitem__img {
    width: 100%;
    padding: 0 0 10px;
    border-radius: 10px;
}

.payitem__footer {
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    width: 100%;
}

.payitem__footer p {
    margin: 0;
}

.payitem__img_inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.payitem__img_inner img {
    background: #f3f5fc;
    padding: 20px;
    border-radius: 15px;
    min-width: 200px;
    height: 140px;
    object-fit: contain;
}

.payment__item.payitem:hover .payitem__img_inner img,
.payment__item.payitem__link:hover .payitem__img_inner img {
    box-shadow: 0 0 10px rgba(255, 196, 0, .6);
}

.payment__item.payitem.active .payitem__img_inner img {
    box-shadow: 0 0 10px #ffc400;
}

.payitem__note.payitem__note_small {
    display: none;
}

.tab-cashier__content .tab__content {
    padding: 0;
}

.pay-tooltip {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.pay-tooltip__summ {
    margin: 0;
    background: #fff;
    font-weight: 700;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    border-radius: 15px;
    padding: 10px 15px;
}

.pay-tooltip__summ label {
    display: flex;
    margin-left: 30px;
    transition: .0s !important;
    cursor: pointer;
}

.pay-tooltip__summ label.active {
    color: #2f2fde;
}

.popup2.popup_tabs input {
    border: 2px solid #000;
    border-radius: 10px;
    padding: 6px 15px;
    margin: 0;
    font-weight: 600;
    font-size: 17px;
    color: #111;
}

.pay-tooltip__button {
    margin-top: 15px;
}

.pay-tooltip__summ input[type=radio] {
    width: 0;
    height: 0;
    overflow: hidden;
}

.pay-tooltip__input.input {
    width: 100%;
}

.pay-tooltip__input.input + .pay-tooltip__input.input {
    margin-top: 12px;
}

.pay-tooltip__input.input span {
    font-weight: 700;
    display: inline-block;
}

.profile_submit:not(.btn),
.popup2.popup_tabs button[type=submit]:not(.btn),
.popup2.popup_tabs input[type=submit]:not(.btn) {
    color: #111;
    background: #fd2d5e;
    background: rgb(34, 131, 246);
    background: linear-gradient(90deg, rgba(34, 131, 246, 1) 20%, #ffc400 100%);
    padding: 10px 15px;
    font-weight: 300;
    font-size: 15px;
    cursor: pointer;
    margin: 10px 0 0;
    width: 100%;
    text-align: center;
    font-weight: 450;
}

.profile_submit {
    width: 40%;
    margin: 0;
    font-weight: 300;
    padding: 15px 15px;
}

.profile_submit:hover {
    background: #263041;
    color: #fff;
}

.save_success_text {
    display: none;
}

.save_success_text.active {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #dafe31;
    width: 100%;
    margin: 5px auto;
}

.modal__error.active {
    display: block !important;
}

.enter-pin {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid #000;
}

.h-pin {
    font-size: 18px;
    margin-right: 20px;
    line-height: 1;
    font-weight: 600;
}

.form-pin {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.popup2.popup_tabs .form-pin input {
    margin-right: 20px;
}

.notes-withdraw-tab {
    width: 100%;
    margin: 30px 0 0;
    padding: 24px;
    border-top: 1px solid #e0e0e0;
    color: #858585;
    font-weight: 300;
}

.reply-pin-block {
    margin-left: 10px;
}

.payment__tooltip {
    display: none;
}

.payment__tooltip.payment__tooltip_open {
    margin: 20px 0;
    display: flex;
    width: 100%;
    justify-content: flex-start;
    color: #111;
}

.pay-tooltip__number {
    width: 100%;
}

.card_rub--form .pay-tooltip__number .pay-tooltip__input input:first-child {
    display: none;
}

.pay-tooltip__caption {
    font-weight: 700;
    margin-bottom: 15px;
    display: inline-block;
}

.pay-labels-block {
    display: flex;
    align-items: center;
}

.error__info {
    color: #c91517;
    font-weight: 700;
    margin: 0 0 10px;
    display: flex;
}

.error__info b {
    padding: 0 5px;
}

form.payment-form {
    width: 100%;
}


#history-tab.active {
    width: 100%;
}

.popup2 table.history__table {
    max-width: 1000px;
}

table.history__table tbody.history__body tr:nth-child(1n) {
    background: #f3f5fc;
}

table.history__table tr th,
table.history__table tr td {
    padding: 10px 15px;
    border: 1px solid #ffffff46;
    font-size: 13px;
}

table.history__table tr th {
    font-weight: 500;
    font-size: 14px;
}

table.history__table tr th:nth-child(5),
table.history__table tr td:nth-child(5) {
    min-width: 150px;
    text-align: center;
}

.none {
    display: none;
}


.tab-bonuses__gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.tab-bonuses__item {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    border-radius: 12px;
    background-color: #151a22;
    overflow: hidden;
}

.bonus-panel {
    width: 100%;
    height: 100%;
    padding: 16px;
    display: flex;
    flex-direction: column;
}

.bonus-panel__desc {
    display: flex;
    justify-content: space-between;
    gap: 5px;
}

.bonus-panel__view {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 220px;
    margin-bottom: 8px;
    overflow: hidden;
    border-radius: 12px;
    flex: 1 0 220px;
    position: relative;
}

.bonus-panel__view img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bonus-panel__info {
    max-height: 171px;
    text-overflow: ellipsis;
    word-break: break-all;
    overflow:hidden;
    flex: 1 1 auto;
}

.bonus-panel__title {
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    margin: 0 0 8px 0;
    word-break: keep-all;
    overflow-wrap: break-word;
    hyphens: none;
}

.bonus-panel__note {
    font-size: 12px;
    line-height: 1.25;
    margin: 0;
    word-break: keep-all;
    overflow-wrap: break-word;
    hyphens: none;
}

.bonus-panel__action {
    display: flex;
    flex-direction: column;
    background: #1b2b38;
    padding: 8px;
    border-radius: 12px;
    justify-content: space-between;
    gap: 10px;
    font-size: 13px;
    flex: 0 0 215px;
}

.bonus-panel__informer {
    text-align: center;
}

.bonus-panel__informer + .bonus-panel__button {
    margin-top: 0;
}

.bonus-panel__button {
    margin-top: auto;
}

.bonus-panel__title.bonus-panel__title_alert {
    width: 100%;
    font-size: 13px;
    line-height: 1.2;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    font-weight: 400;
    margin: 0 0 7px;
}

.bonus-panel__timer.timer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}

.timer__table small.timer__row {
    color: #fff;
    display: flex;
    padding-left: 0;
}

.timer__cell.timer__cell_empty {
    /* padding-right: 10px; */
}

.timer__table .timer__note {
    margin: 0 0 5px;
    font-size: 17px;
}

.timer__table .timer__cell {
    display: inline-block;
}

.timer__table .timer__cell.timer__cell_empty {
    padding: 0;
}

.timer__table .timer__row:not(.timer__row_caption) .timer__cell.timer__cell_empty:before {
    content: ':';
}

.timer__table .timer__row_digit .timer__cell {
    color: #fff;
    font-size: inherit;
    padding: 2px 5px;
    background: #2f2fde;
    border-radius: 10px;
    font-weight: 400;
}

.timer__table .timer__row_digit .timer__cell.timer__cell_empty,
.timer__table .timer__cell:nth-child(4),
.timer__table .timer__cell:nth-child(6) {
    background: transparent;
    padding: 4px 1px;
}

.activate-bonus.bonus-panel__button.button.button_shape_round {
    color: #fff;
    background: #fd2d5e;
    padding: 7px 11px;
    font-weight: 300;
    font-size: 13px;
    cursor: pointer;
    margin: 10px 0 0;
    width: auto;
    text-align: center;
    border-radius: 10px;
    font-weight: 500;
}


.popup2 table {
    width: 100%;
}

.popup2 table tr th,
.popup2 table tr td {
    padding: 10px 15px;
    border: 1px solid #ffffff46;
}

.popup2 table thead tr th {
    text-align: left;
}

#history-tab table tr th,
#history-tab table tr td {
    border: 1px solid rgba(0, 0, 0, .7);
    border-top: none;
    border-right: none;
    border-bottom: none;
}

#history-tab table tr th:nth-child(2),
#history-tab table tr td:nth-child(2) {
    min-width: 161px;
}

.popup2 table tbody tr:nth-child(2n) td {
    background: #f3f5fc;
}

.popup__title {
    width: 100%;
    font-size: 18px;
    margin: 0 0 10px;
}

.popup_section__main {
    width: 100%;
}

.promo-bonus__title {
    width: 100%;
    font-size: 18px;
    margin: 0 0 15px;
    font-weight: 700;
    text-align: center;
}

.aside.aside_promo {
    width: 100%;
    margin: 0;
}

.aside__promo-bonus.promo-bonus {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    background: #fff;
    background: #263041;
    padding: 25px 15px;
    margin: 15px 0 30px;

    display: none;
}

.aside__promo-bonus.promo-bonus .promo-bonus__img img {
    max-height: 180px;
}

.vip__l-side {
    max-width: 400px;
    width: 100%;
    padding: 16px 8px;
    background-color: #1a2b38;
    border-radius: 8px;
}

.vip__profile-heading {
    padding: 12px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #13212d;
    margin-bottom: 24px;
    border-radius: 8px;
}

.vip__profile-item {
    display: flex;
    align-items: center;
}

.vip__profile-item img {
    margin-right: 8px;
}

.vip__profile-item .desc div:first-child {
    color: #858585;
}

.vip__profile-item .desc div:last-child {
    font-weight: 500;
}

.vip__profile-item:first-child img {
    max-width: 40px;
}

.vip__profile-item:last-child img {
    max-width: 24px;
}

.vip__profile-tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vip__profile-tab {
    cursor: pointer;
    padding: 0 4px;
}

.vip__profile-tab.blocked {
    opacity: .5;
}

.vip__profile-tab.active {
    position: relative;
}

.vip__profile-tab.active::after {
    content: '';
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    width: 24px;
    height: 2px;
    background-color: #dafe31;
}

.vip__profile-tab img {
    width: 47px;
}

.vip__profile-tab-cont {
    display: none;
}

.vip__profile-tab-cont.active {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.vip__profile-img {
    margin: 95px 0;
    position: relative;
}

.vip__profile-img.blocked img {
    opacity: .5;
}

.vip__profile-img .outer-rings,
.vip__profile-img .inner-circle {
    pointer-events: none;
}

.vip__profile-img .inner-circle {
    position: absolute;
    top: calc(50% - 90px);
    left: calc(50% - 90px);
    width: 180px;
    opacity: .1;
}

.vip__profile-img .inner-circle svg {
    width: 180px;
    height: 180px;
}

.vip__profile-img .outer-rings {
    position: absolute;
    top: calc(50% - 216px);
    left: calc(50% - 216px);
    width: 432px;
    opacity: .06;
}

.vip__profile-img .outer-rings svg {
    width: 432px;
    height: 432px;
    opacity: .8;
    color: rgb(224, 224, 224);
}

.vip__profile-img img {
    width: 126px;
    position: relative;
    z-index: 2;
}

.vip__profile-img.lock img {
    opacity: .5;
}

.vip__profile-img-lock {
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    z-index: 5;
    background-color: #f2f2f2;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.vip__profile-img-lock svg {
    width: 24px;
    height: 24px;
}

.vip__min-desc {
    display: flex;
    justify-content: center;
    align-items: center;
}

.vip__min-desc .l-side,
.vip__min-desc .r-side {
    color: #858585;
    font-size: 16px;
    font-weight: 500;
}

.vip__min-desc .l-side {
    text-align: right;
    padding-right: 32px;
    border-right: 1px solid #1b1414;
}

.vip__min-desc .l-side span {
    font-size: 20px;
    line-height: 24px;
}

.vip__min-desc .r-side {
    padding-left: 32px;
}

.vip__min-desc .r-side .main-text {
    font-size: 20px;
}

.vip__botom-side {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 300px;
    width: 100%;
    padding: 12px;
    color: #858585;
    background-color: #13212d;
    border-radius: 8px;
    margin-top: 24px;
}

.vip__botom-side .course {
    margin-left: auto;
    margin-right: 8px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.vip__description {
    padding: 0 8px;
    margin-top: 24px;
    cursor: pointer;
    width: 100%;
}

.vip__description.active .vip__description-wrap {
    max-height: inherit;
}

.vip__description.active .vip__description-text {
    display: block;
}

.vip__description.active .vip__description-title::after {
    transform: rotate(-90deg);
}

.vip__description-wrap {
    background-color: #13212d;
    padding: 12px 16px 16px;
    border-radius: 8px;
    max-height: 52px;
    overflow: hidden;
}

.vip__description-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    font-size: 16px;
}

.vip__description-title::after {
    content: '';
    display: block;
    transform: rotate(90deg);
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg size='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.04 16.243L15.283 12 11.04 7.757' stroke='%238697A2' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.vip__description-text {
    margin-top: 8px;
    display: none;
}

/* OLD VIP*/

.vip__action {
    width: calc(100% - 424px);
    padding: 24px;
    border-radius: 5px;
    background-color: #1b2b38;
    margin-left: auto;
    border-radius: 8px;
}

form#exchange-form {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.vip__cell {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
    order: 2;
    margin-bottom: 16px;
}

.vip__subtitle {
    margin-bottom: 8px;
    font-size: 16px;
    color: #858585;
}

.vip__cell:nth-child(3),
.vip__cell:nth-child(4) {
    order: 1;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
}

.vip__cell:nth-child(3) .vip__subtitle,
.vip__cell:nth-child(4) .vip__subtitle {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
    margin-right: 8px;
}

.vip__viewrate {
    font-size: 20px;
    font-weight: 500;
    border-radius: 5px;
}

.vip__button.button.button_color_orange {
    color: #fff;
    background: #fd2d5e;
    padding: 8px 18px;
    font-weight: 300;
    font-size: 15px;
    cursor: pointer;
    margin: 20px 0 0;
    text-align: center;
    border-radius: 10px;
    font-weight: 400;
}

.modal__error {
    text-align: center;
    color: #c91517;
    font-weight: 450;
    margin: 6px 0 6px;
    display: flex;
    justify-content: center;
    width: 100%;
    font-size: 16px;
}

.vip__table .modal__error {
    margin-bottom: 20px;
    margin-top: 0;
}

.modal__note.modal__note_important {
    display: flex;
    text-align: center;
    justify-content: center;
    padding: 2px 8px;
    border-radius: 5px;
}

.modal__error b {
    padding: 0 4px;
}

.vip__levels-table {
    margin: 15px 0 0;
}

.levels-table {
    position: relative;
}

.levels-table__table {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}

.levels-table__item {
    width: 16.66%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    cursor: pointer;
}

.levels-table__title {
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

img.levels-table__icon {
    max-width: 105px;
    margin: 5px auto 10px;
}

.levels-table__caption {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    font-size: 13px;
    margin-top: 34px;
}

.levels-table__viewrate {
    text-align: center;
    color: #fff;
    width: 70px;
    margin: 5px auto 5px;
    background: #2f2fde;
    padding: 6px 10px;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    border-radius: 5px;
}

.levels-table__link {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
}

.levels-table__ratenote.levels-table__ratenote_zero {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: flex-end;
    position: relative;
    margin-top: -157px;
}

.levels-table__ratenote.levels-table__ratenote_zero small {
    padding: 2px 6px;
    font-size: 11px;
    border-radius: 5px;
}

.levels-table__arrow {
    display: block;
    position: relative;
    margin-top: 30px;
    opacity: 0;
    width: 100%;
}

.levels-table__arrow_active {
    opacity: 1;
}

.levels-table__arrow:after {
    content: " ";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-top: 10px;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #2f2fde;
}


.levels-table__info {
    color: #fff;
    background: #2f2fde;
    padding: 25px;
    border-radius: 5px;
    display: flex;
    width: 100%;
    text-align: left;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 0;
    display: none;
}

.levels-table__info.active {
    display: flex;
}

.levels-table__status {
    width: 100px;
}

.status__note {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    font-weight: 500;
    text-transform: uppercase;
    margin: 7px 0 0;
}

.levels-table__summary {
    width: calc(100% - 100px);
    padding-left: 25px;
    line-height: 1.25;
}

.levels-table__summary .levels-table__title {
    text-align: left;
    display: none;
}

/* OLD VIP */


.popup2.theme_popup .theme_popup_wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    height: auto;
    transform: translate(-50%, -50%);
    background-color: #1b2b38;
    width: 100%;
    max-width: clamp(300px, 90vw, 900px);
    border-radius: 30px;
    z-index: 25;
}

.popup2.theme_popup {
    content: '';
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0 !important;
    left: 0 !important;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: 25;
    min-height: 200px;
    display: flex;
    flex-direction: column;
}

.popup2.theme_popup .popup__content {
    padding: 0 15px;
}

.popup2.theme_popup .popup__content [id = 'bonus-deposit-sum'] {
    width: auto;
}
.popup2.popup_bonusNotification .popup__footer,
.popup2.theme_popup .popup__footer {
    padding: 25px 0;
    margin-top: auto;
}

.popup2.theme_popup .popup__footer .js-close-popup {
    margin: auto !important;
}

.popup__head {
    padding: 18px 15px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.popup__head .popup__title {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
}

.popup2.theme_popup .popup__title {
    font-size: 28px;
    display: flex;
}

.popup2.theme_popup .popup__content .popup__title {
    font-size: 15px;
    display: inline-block;
}

.popup2.theme_popup .js-close-popup {
    position: static;
    margin-left: auto;
}

.popup2.theme_popup .js-close-popup svg {
    fill: #858585;
}

.popup2.theme_popup .js-close-popup svg:hover {
    fill: #ff7a00;
}


.profile__table {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 15px 0 0;
    padding-right: 15px;
}

.profile-info__title.title.title_font_largest {
    font-size: 24px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e0e0e0;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.profile-info__title.title.title_font_largest > * {
    position: relative;
}

.profile-info__title.title.title_font_largest small {
    font-size: 0.6em;
}

.profile-info__title.title.title_font_largest .copy-btn {
    height: 16px;
    fill: #fff;
    vertical-align: baseline;
    padding-left: 10px;
    cursor: pointer;
}

.copy-text-message {
    position: absolute;
    left: 100%;
    font-size: 13px;
    white-space: nowrap;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 15px;
    padding: 2px 6px;
    border-radius: 5px;
    background-color: #1b2b38;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

.copy-text-message.active {
    opacity: 1;
}

.copy-text-message:before {
    content: '';
    position: absolute;
    top: 7px;
    left: -8px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 6px 9px 6px;
    border-color: transparent transparent #1b2b38 transparent;
    transform: rotate(270deg);
}

.profile-info__caption.title {
    font-size: 12px;
    display: none;
    text-align: center;
    margin: 0 0 10px;
}

.profile-info__status {
    width: 100%;
    text-align: center;
}

.status__icon {
    width: 100%;
    text-align: center;
}

.profile-info__rating {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
}

.rating.rating_profile {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}

.rating__stars.rating__stars_large {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
    margin: 4px 0 10px;
}

.rating__icon {
    width: 17px;
    height: 17px;
    margin: 0 1px;
}


.rating__info {
    font-size: 13px;
    width: 24px;
    position: absolute;
    top: -5px;
    right: -50px;
}

.rating__info img {
    cursor: pointer;
}

.rating__tooltip.tooltip {
    color: #fff;
    background: #2f2fde;
    padding: 9px 9px;
    border-radius: 4px;
    position: absolute;
    width: 178px;
    margin-top: 4px;
    left: -150px;
    font-size: 12px;
    line-height: 1.2;
    z-index: -1;
    opacity: 0;
    display: none;
}

.rating__info.active .rating__tooltip.tooltip {
    z-index: 996;
    opacity: 1;
    display: block;
}

.rating__bar {
    display: block;
    height: 14px;
    position: relative;
    margin: 14px 0 17px;
    width: calc(100% - 50px);
    background: #ffc400;
    border-radius: 5px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}

.rating__inner {
    width: 68%;
    background: #2f2fde;
    border-radius: 5px;
    height: 14px;
}

.rating__percent {
    font-size: 11px;
    margin-top: 0;
    line-height: 1;
    padding: 2px 5px;
}


.rating__summary {
    margin: 0;
    position: relative;
    width: 100%;
}

.rating__caption {
    display: flex;
    width: 100%;
    margin: 0 0 2px;
}

.rating__caption_accent {
    padding-left: 7px;
}

.rating__title.rating__title_large.rating__title_accent {
    padding-left: 7px;
    font-weight: 700;
}

.rating__summary .rating__info {
    top: -2px;
    right: 0;
    font-weight: 300;
}

.profile-info__bonus {
    margin: 15px 0 0;
    padding: 15px 0 0;
    border-top: 1px solid #ffffff20;
}

.profile-info__action {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 10px 0 0;
    padding-bottom: 15px;
    border-bottom: 2px solid #000;
}

.profile__main {
    width: 100%;
    max-width: 768px;
    padding: 16px;
    border-radius: 12px;
    background-color: #151a22;
}

.tab-profile__form.edit-profile__form {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.profile-details {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e0e0e0;
}

h3.profile-details__title.title {
    width: 100%;
    margin: 0 0 16px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 400;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group input {
    order: 1;
}

.form-group .help-block {
    order: 2;
}

.profile-details__action {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.profile-details__input {
    width: 100%;
}

.profile-details__input + .profile-details__input {
    margin-top: 16px;
}

.profile-contacts__input .form-group input,
.profile-details__input .form-group input {
    margin-bottom: 0;
}

.profile-contacts__input label.profile-contacts__label.input__label,
.profile-details__input label.input-lbl {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #858585;
    margin-bottom: 8px;
}

.ui-datepicker.ui-widget {
    font-size: 12px;
    color: #fff;
    background: #263041;
    border-radius: 4px;
    margin-top: 7px;
}

table.ui-datepicker-calendar tr td {
    padding: 0;
    text-align: center;
}

table.ui-datepicker-calendar tr td a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.ui-state-default {
    padding: 1px 4px;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.ui-state-default.ui-state-hover {
    border: 1px solid #ffffff46;
}

.ui-datepicker-header {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 5px;
}

a.ui-datepicker-prev.ui-corner-all {
    color: #fff;
    width: 50%;
    text-align: left;
    cursor: pointer;
}

a.ui-datepicker-next.ui-corner-all {
    color: #fff;
    width: 50%;
    text-align: right;
    cursor: pointer;
}

.ui-datepicker-title {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 5px 0 4px;
}

.ui-datepicker-title select {
    padding: 4px 3px;
    border-radius: 4px;
}

table.ui-datepicker-calendar tr:nth-child(1) {
    font-weight: 600;
}


.profile-contacts {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}

h3.profile-contacts__title.title.title_align_center {
    width: 100%;
    margin: 0 0 12px;
    font-size: 18px;
}

.profile-contacts__action {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.profile-contacts__item {
    width: calc(50% - 12px);
    margin-bottom: 24px;
}

.popup2.popup_tabs .profile__main input {
    border: 2px solid rgba(0, 0, 0, .4);
    padding: 15px 11px;
}

.profile-contacts__input label.profile-contacts__label.input__label span {
    display: flex;
}

.profile-contacts__input label.profile-contacts__label.input__label span.profile-contacts__status {
    margin-left: 4px;
}

.profile-contacts__input label.profile-contacts__label.input__label span.profile-contacts__status svg {
    stroke: #dafe31;
    width: 20px;
    height: 20px;
}

.profile-contacts__input label.profile-contacts__label.input__label span.profile-contacts__status.profile-contacts__status_confirmed svg {
    stroke: #0cd664;
}

.profile-contacts__input.input {
    position: relative;
    display: flex;
    flex-direction: column;
}

a.profile-contacts__button.input__button.button.button_color_orange {
    background: #ff7a00;
    position: absolute;
    color: #fff;
    right: 5px;
    bottom: 5px;
    padding: 4.5px 6px;
    font-size: 14px;
    z-index: 1;
    cursor: pointer;
    border-radius: 6px;
}

a.profile-contacts__button.input__button.button.button_color_orange:hover {
    background: #ffaa5b;
}

.profile__action {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.profile__action .btn + .btn {
    margin-left: 20px;
}

.popup2.popup_tabs .profile__action button[type=submit] {
    padding: 15px 15px;
    margin: 0;
    width: 40%;
    font-weight: 300;
}

.popup__input.input {
    width: 100%;
    margin: 20px 0 0;
}

.popup2.popup_changePassword form {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
}

.popup2.popup_changePassword .popup__content {
    margin-top: 20px;
}

.popup2.popup_changePassword .popup__content {
    max-width: 380px;
}

.popup2.popup_changePassword .popup__content label {
    font-size: 12px;
    display: flex;
    font-size: 11px;
    padding: 0 5px;
    border-radius: 4px;
    z-index: 9;
}

.popup2.popup_changePassword .popup__content input {
    padding: 15px;
    font-size: 14px;
    border: 2px solid rgba(0, 0, 0, .4);
    color: #000;
    padding: 15px 11px;
    border-radius: 10px;
}

.popup__footer {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
}

.popup2.popup_changePassword .popup__footer {
    width: 100%;
}

.popup__footer .popup__button.button.button_color_orange {
    color: #fff;
    background: #fd2d5e;
    padding: 15px 15px;
    font-weight: 300;
    font-size: 15px;
    cursor: pointer;
    margin: 10px 0 0;
    width: 100%;
    max-width: 380px;
    font-weight: 500;
    background: linear-gradient(90deg, rgba(34, 131, 246, 1) 20%, #ffc400 100%);
}

.popup__footer .popup__button.button.button_color_orange:hover {
    background: #263041;
    color: #fff;
}


.tabErrorMessage {
    max-width: 600px;
    width: 100%;
    margin: 25px auto 0 auto;
}

.tabErrorMessage__text {
    font-weight: 400;
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    border: 2px solid rgb(233, 23, 23);
    padding: 11px;
    margin: 0px;
}

.payment__tooltip_close {
    display: none;
}

.popup2.popup_restorePassword .popup__content,
.popup2.popup_remindSuccess .popup__content,
.popup2.popup_phoneVerification .popup__content,
.popup2.popup_emailVerification .popup__content,
.popup2.popup_phoneVerified .popup__content,
.popup2.popup_passwordChanged .popup__content,
.popup2.popup_favoritesAdded .popup__content,
.popup2.popup_favoritesAddedFail .popup__content {
    padding-top: 15px;
    max-width: 380px;
}

.popup2.popup_restorePassword .popup__head .popup__title,
.popup2.popup_remindSuccess .popup__head .popup__title,
.popup2.popup_phoneVerification .popup__head .popup__title,
.popup2.popup_emailVerification .popup__head .popup__title,
.popup2.popup_phoneVerified .popup__head .popup__title,
.popup2.popup_passwordChanged .popup__head .popup__title,
.popup2.popup_favoritesAdded .popup__head .popup__title,
.popup2.popup_favoritesAddedFail .popup__head .popup__title {
    max-width: 380px;
}

.index99997 {
    z-index: 997 !important;
    display: block !important;
}

.popup_phoneVerification .popup__content {
    max-width: 380px;
}

.popup__timer.clock-timer {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.popup__input.input input {
    padding-left: 14px;
    color: #fff;
}

.open_tab__action {
    display: none;
}

#cabinet-modal > .tab {
    display: flex;
}

.tab-cashier__content {
    max-width: 100%;
}

.popup_undefined.static-profile > .tab {
    padding: 20px 40px 30px;
    background-color: #13212d;
    border-radius: 20px;
}

.popup_undefined.static-profile .tab__action {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    margin-bottom: 10px;
}

.popup_undefined.static-profile .profile__main {
    background: #1b2b38;
}

.filter-dates {
    margin-bottom: 20px;
}

.filter-dropdown {
    display: flex;
    align-items: flex-start;
}

.filter-dropdown .filter-dropdown__title {
    color: #70828f;
    font-size: 10px;
    margin-left: 10px;
}

.filter-dropdown .filter-dropdown__item + .filter-dropdown__item {
    margin-left: 15px;
}

.filter-dropdown .filter-dropdown__item input {
    max-width: 185px;
    background-color: #1b2b38;
    border-radius: 20px;
    border: 0;
    box-shadow: none;
    margin-bottom: 0;
}

.messages-results {
    margin-bottom: 20px;
    color: rgb(212, 225, 245, 20%);
}

.messages-block {
    background-color: #3B4350;
    border-radius: 10px;
}

.messages-block__item {
    padding: 10px 0;
}

.messages-block__item + .messages-block__item {
    border-top: 1px solid #13212d;
}

.item__head,
.item__header,
.item__block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}

.item__head {
    display: none;
}

.item__head span {
    display: flex;
    align-items: center;
}

.item__head span:first-of-type {
    margin-right: auto;
}

.item__head svg:first-child {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.item__head svg:last-child {
    margin-left: 10px;
}

.item__block .item__col span:first-child {
    display: none;
}

.messages-block__item .item__col {
    width: 100%;
    text-align: center;
    padding: 0 5px;
}

.messages-block__item .item__col:nth-child(1),
.messages-block__item .item__col:nth-child(3),
.messages-block__item .item__col:nth-child(4) {
    max-width: 200px;
}


@media only screen and (max-width: 1780px) {

    .popup2 {
        background-image: none;
    }

    .tab-cashier__content .tab.tab_style_button .tab__content {
        max-width: 100%;
    }

}

@media only screen and (max-width: 1400px) {
    .tab-bonuses__gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 1200px) {

    .popup2 table.history__table {
        width: 100%;
    }

    .popup2 table tr th,
    .popup2 table tr td {
        padding: 6px 15px;
    }

    .payment__row {
        position: relative;
    }

    .profile_submit {
        padding: 11px 15px;
        font-size: 12px;
    }

    #withdraw-tab .payment__tooltip.payment__tooltip_open,
    .payment__tooltip.payment__tooltip_open {
        position: fixed;
        margin-top: 0;
        top: 0;
        left: 0;
        padding-top: 0;
        width: 100%;
        height: 100%;
        z-index: 9998;
        justify-content: center;
        align-items: center;
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
    }

    .tooltip__hint {
        font-size: 12px;
        line-height: 1.25;
    }

    .payment__tooltip_close {
        position: absolute;
        top: -10px;
        right: 7px;
        color: #202a39;
        font-size: 37px;
        font-weight: 300;
        z-index: 99;
        cursor: pointer;
        transform: rotate(45deg);
        display: block;
    }

    .profile__action .btn + .btn {
        margin-left: 10px;
    }

    .profile__action .btn {
        padding: 5px 10px;
    }

    #withdraw-tab .payment__tooltip_close {
        top: -7px;
        right: 22px;
    }

    .profile-details__input,
    .profile-contacts__item {
        width: 100%;
        margin-bottom: 10px;
    }

    .profile__action a.profile__button.button.button_color_brightblue {
        padding: 11px 7px 11px;
        font-size: 12px;
        width: 150px;
    }

    .popup2.popup_tabs button[type=submit],
    .popup2.popup_tabs input[type=submit] {
        font-size: 12px;
        padding: 11px 7px 11px;
    }

    .popup2.popup_tabs .profile__action button[type=submit] {
        padding: 11px 7px;
        width: calc(100% - 222px);
    }

    .profile__action a.profile__button.button.button_color_brightblue:nth-child(3) {
        padding: 6px 7px;
        width: 42px;
    }

    .profile__action a.profile__button.button.button_color_brightblue:nth-child(3) img {
        width: 28px;
    }

    .popup2.popup_tabs .profile__main input {
        padding: 12px 10px;
    }

    h3.profile-details__title.title.title_align_center,
    h3.profile-contacts__title.title.title_align_center {
        margin: 0 0 12px;
        font-size: 14px;
        font-weight: 500;
    }

    a.profile-contacts__button.input__button.button.button_color_orange {
        padding: 6px 4px 6px;
    }

    a.profile-contacts__button.input__button.button.button_color_orange img {
        width: 34px;
    }

    .rating__bar {
        width: calc(100% - 35px);
    }

    .rating__info {
        right: -35px;
    }

    .profile-info__action .profile-info__button.button.button_color_orange {
        padding: 11px 10px 11px;
        font-size: 14px;
    }

    /*
      .tab__action.head_action {
        width: 165px;
      }
    */
    .head_action_balance {
        padding: 0 15px;
    }

    .balance_head {
        font-size: 12px;
        font-weight: 400;
        padding: 10px 7px 10px 7px;
    }

    .tab-cashier__content .tab.tab_style_button .tab__content {
        max-width: 100%;
    }

    .popup2 {
        left: 48px;
        top: 60px;
    }

    html.topmenu_active .popup2 {
        left: 48px;
    }
}


@media only screen and (max-width: 1000px) {
    .profile__action .btn {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 1024px) {
    .tab-bonuses__gallery {
        flex-wrap: wrap;
    }
}


@media only screen and (max-width: 991px) {

    .popup_undefined.static-profile > .tab {
        padding: 20px 15px 30px;
    }

    .messages-block {
        background-color: inherit;
        border-radius: 0;
    }

    .messages-block__item {
        margin-top: 5px;
        background-color: #3B4350;
        border-radius: 10px;
        max-height: 44px;
        overflow: hidden;
    }

    .messages-block__item.active {
        max-height: none;
    }

    .messages-block__item.table-header {
        display: none;
    }

    .item__head {
        display: flex;
        margin-bottom: 10px;
        cursor: pointer;
    }

    .item__block {
        display: block;
        padding: 0;
    }

    .messages-block__item .item__col {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px;
    }

    .item__col + .item__col {
        border-top: 1px solid #13212d;
    }

    .item__block .item__col span:first-child {
        display: block;
    }

    .messages-block__item .item__col:nth-child(1),
    .messages-block__item .item__col:nth-child(3),
    .messages-block__item .item__col:nth-child(4) {
        max-width: 100%;
    }

    .messages-block__item .item__col:nth-child(4) {
        display: flex;
        justify-content: center;
        border-top: 0;
        padding-top: 0;
    }

    .messages-block__item .item__col span:first-child {
        text-align: left;
    }

    .messages-block__item .item__col span:last-child {
        text-align: right;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-left: 10px;
    }

    #vip {
        flex-direction: column;
    }

    .vip__action {
        margin-left: auto;
        width: 100%;
    }

    .vip__l-side {
        width: 100%;
        max-width: 100%;
        order: 1;
        margin-top: 16px;
    }

    .bonus-panel__desc {
        flex-direction: column;
        height: auto;
    }

    .bonus-panel__action {
        width: 100%;
        flex: 1 0 auto;
    }

    .bonus-panel__info {
        width: 100%;
        margin-bottom: 12px;
        max-height: none;
    }

    .payitem__img_inner img {
        min-width: 120px;
        max-height: 100px;
        object-fit: cover;
    }

    .scroll-table-history table {
        white-space: nowrap;
    }

    .scroll-table-history {
        overflow-x: auto;
    }

    .head_action_logo {
        margin-top: 25px;
        padding: 0 15px;
    }

    .vip__title {
        font-size: 16px;
    }

    .vip-points span {
        font-size: 17px;
        font-weight: 500;
    }

    .vip__button.button.button_color_orange {
        padding: 7px 12px;
        font-weight: 300;
        font-size: 13px;
        margin: 15px 0 0;
        border-radius: 4px;
    }

    .levels-table__title {
        font-size: 12px;
    }

    img.levels-table__icon {
        max-width: 55%;
    }

    .popup2.popup_tabs .vip__table input {
        padding: 6px;
        border-radius: 4px;
        width: 100px;
        font-size: 17px;
    }

    .popup_section__aside {
        padding-left: 15px;
        padding-right: 15px;
    }


    .levels-table__info {
        padding: 15px;
        font-size: 13px;
    }

    .levels-table__summary {
        padding-left: 15px;
    }


}

@media only screen and (max-width: 877px) {
    .levels-table__ratenote.levels-table__ratenote_zero {
        margin-top: -175px;
    }
}


@media only screen and (max-width: 768px) {

    .notes-withdraw-tab {
        padding: 0 10px;
    }

    .enter-pin {
        padding: 20px 10px 0;
        flex-direction: column;
        align-items: flex-start;
    }

    .h-pin {
        margin-bottom: 10px;
    }

    .popup2 {
        overflow-x: hidden;
    }

    /*
      .tab__action.head_action{
          width: 100%;
          z-index: 9998;
          background: rgb(32, 33, 42, 0.7);
          justify-content: flex-start;
          display: none;
      }

      .tab__action.head_action.active{
          display: flex;
      }
  */
    /*
      .open_tab__action{
          display: flex;
          align-items: center;
          justify-content: center;
          position: fixed;
          top: -23px;
          left: -77px;
          font-size: 15px;
          letter-spacing: 1px;
          color: #fff;
          background: #202a39;
          padding: 50px 10px 13px 10px;
          width: 190px;
          transform: rotate(-45deg);
          cursor: pointer;
          font-weight: 400;
          background: #2f2fde;
          z-index: 998;
      }

      .open_tab__action:hover{
          background: #7777f3;
      }
  */
    .close_tab__action {
        /*		display: flex;*/
        align-items: center;
        justify-content: center;
        position: fixed;
        top: -34px;
        right: -88px;
        font-size: 30px;
        color: #fff;
        line-height: 35px;
        background: #2f2fde;
        padding: 50px 10px 10px 10px;
        width: 190px;
        transform: rotate(45deg);
        cursor: pointer;
    }

    .close_tab__action:hover {
        background: #2f2fde;
    }

    .tab__action.deposit-action {
        justify-content: center;
    }

    .tab__action_container {
        /*
            width: 70%;
            height: 100vh;
            align-items: flex-start;
            margin: 0;
    */
        background: #fff;
    }

    .head_action_logo {
        margin-top: 22px;
        padding: 0 30px;
    }

    .head_action_login {
        display: none;
        /*
            margin-top: 15px;
            padding: 0 10px;
            text-overflow: ellipsis;
            overflow-x: hidden;
            white-space: nowrap;
    */
    }

    .head_action_balance {
        display: none;
        /*
            padding: 0;
            margin-top: 5px;
            margin-bottom: 0px;
            border-radius: 0;
    */
    }

    .profile-info__action {
        display: none;
        /*		margin: 10px 0 0;*/
    }

    .tab__action.head_action a.tab__item {
        font-size: 14px;
        font-weight: 500;
        width: auto;
        border-bottom: none;
    }

    #cabinet-modal > .tab {
        flex-direction: column;
    }

    .tab__action.head_action {
        width: 100%;
    }

    .tab__action_container {
        max-width: 100%;
        width: 100%;
    }

    .tab__action_container_child {
        width: 100%;
    }

    .tab__action_menu {
        flex-wrap: nowrap;
        overflow: auto;
    }

    .tab__content {
        max-width: 100%;
        margin: 0;
        padding-top: 0;
        padding-left: 0;
    }

    .scroll-table-history {
        overflow-x: scroll;
        width: 100vw !important;
    }

    .popup2 table tr th,
    .popup2 table tr td {
        padding: 4px 7px;
        font-size: 12px;
    }

    .rating__summary {
        width: 100%;
        font-size: 13px;
    }

    .rating__caption_accent strong,
    .rating__title.rating__title_large.rating__title_accent {
        font-weight: 450;
    }

    .rating__summary .rating__info {
        right: 0;
    }

    .profile-info__title.title.title_font_largest {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .status__icon img {
        width: auto;
        max-height: 75px;
    }

    .status__note {
        font-weight: 400;
        margin: 0;
    }

    .rating__bar {
        margin: 7px 0 11px;
    }

    .profile-info__bonus {
        margin: 0;
        padding: 0;
        border-top: none;
    }

    .profile__main {
        width: 100%;
    }

    .profile__action {
        padding: 0 15px;
    }

    .save_success_text {
        width: 100%;
        text-align: center;
    }

    .popup2.popup_tabs .profile__main input {
        padding: 8px 10px;
    }

    .profile__action a.profile__button.button.button_color_brightblue {
        order: 1;
        width: calc(100% - 52px);
    }

    .profile_submit {
        padding: 11px 7px;
        width: 100%;
        order: 3;
        margin-top: 10px;
    }

    .popup2.popup_tabs .profile__action button[type=submit] {
        padding: 11px 7px;
        width: 100%;
        order: 3;
        margin-top: 10px;
    }

    .profile__action a.profile__button.button.button_color_brightblue:nth-child(3) {
        order: 2;
    }

    .popup2.popup_changePassword .popup__content {
        margin-top: 10px;
    }

    .popup2.popup_changePassword .popup__content,
    .popup2.popup_changePassword .popup__footer {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 100%;
    }

    .popup2.popup_changePassword .popup__footer {
        margin-top: 20px;
    }

    .popup__footer .popup__button.button.button_color_orange {
        padding: 10px 10px;
        font-size: 13px;
        font-weight: 400;
        max-width: 100%;
    }

    .popup2.popup_changePassword .popup__content input {
        padding: 13px 10px;
        margin-bottom: 2px;
    }

    .popup__head {
        padding: 20px 15px;
    }

    .popup__head .popup__title {
        font-size: 14px;
    }

    .tab-bonuses__gallery {
        grid-template-columns: 1fr;
    }

    .vip__icon {
        font-size: 12px;
        padding: 8px;
        width: 100%;
    }

    .vip__cell,
    .vip__cell:nth-child(3) {
        width: 100%;
    }

    .vip__cell,
    .vip__cell:nth-child(3) {
        margin: 5px 0;
    }

    .modal__error {
        font-weight: 450;
        margin: 3px 0 5px;
        font-size: 12px;
    }

    .vip__levels-table {
        margin: 30px 0 0;
    }

    .levels-table__table {
        justify-content: flex-start;
    }

    .levels-table__item {
        width: calc(100% - 24px);
        justify-content: space-between;
        border-radius: 4px;
        padding: 25px 8px 13px 15px;
        margin: 9px 0;
    }

    .levels-table__item:nth-child(2n) {
        background: #f3f5fc;
    }

    .levels-table__caption {
        font-size: 11px;
        margin-top: 0;
        width: calc(100% - 78px);
        justify-content: flex-start;
    }

    .levels-table__viewrate {
        width: 52px;
        margin: -3px 11px 0 15px;
        padding: 2px 5px;
        font-size: 12px;
        font-weight: 450;
    }

    .levels-table__link {
        font-weight: 400;
        font-size: 10px;
        display: none;
    }

    .levels-table__title {
        width: calc(100% - 84px);
        text-align: left;
    }

    img.levels-table__icon {
        max-width: 100%;
        margin: -22px 4px 0 15px;
        width: 65px;
    }

    .levels-table__arrow {
        display: none;
    }

    .levels-table__ratenote.levels-table__ratenote_zero {
        margin-top: -97px;
    }

    .levels-table__ratenote.levels-table__ratenote_zero small {
        margin-right: -30px;
        border-radius: 4px;
        background: #2f2fde;
        color: #fff;
        font-weight: 600;
        position: relative;
        z-index: 99;
    }

    .tab__content.data-vip-info {
        display: none;
    }

    .tab__action.deposit-action {
        margin: 0 0 8px;
    }

    .tabErrorMessage {
        padding: 7px;
    }

    .tab__action.deposit-action a.tab__item {
        padding: 7px 16px;
        font-size: 13px;
    }

    .rating__info.active .rating__tooltip.tooltip {
        font-weight: 300;
    }

    .popup_section__aside {
        padding-left: 15px;
        padding-right: 15px;
    }

    a.profile-contacts__button.input__button.button.button_color_orange img {
        width: 26px;
    }

    .aside__promo-bonus.promo-bonus {
        padding: 15px 15px;
    }

    .promo-bonus__title {
        font-size: 15px;
        margin: 0 0 5px;
        font-weight: 450;
    }

    .aside__promo-bonus.promo-bonus .promo-bonus__img img {
        max-height: 80px;
    }

    .popup2.popup_restorePassword .popup__content,
    .popup2.popup_remindSuccess .popup__content,
    .popup2.popup_phoneVerification .popup__content,
    .popup2.popup_emailVerification .popup__content,
    .popup2.popup_phoneVerified .popup__content,
    .popup2.popup_passwordChanged .popup__content,
    .popup2.popup_favoritesAdded .popup__content,
    .popup2.popup_favoritesAddedFail .popup__content {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 100%;
    }

}

@media only screen and (max-width: 560px) {
    .reply-pin-block {
        width: 100%;
        text-align: center;
        margin-left: 0;
    }

    #history-tab.active {
        max-width: 100vw;
        width: 100vw;
    }

    .tab__action.deposit-action a.tab__item + a.tab__item {
        margin-left: 10px;
    }

    .form-pin {
        width: 100%;
        flex-direction: column;
    }

    .popup2.popup_tabs .form-pin input {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .error__info {
        max-width: calc(100% - 30px);
    }
}

@media only screen and (max-width: 440px) {

    .item__head svg:first-child {
        min-width: 24px;
    }

    .item__head span {
        display: block;
        vertical-align: middle;
        max-width: 120px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-right: 10px;
    }

    .vip__input {
        width: 100%;
    }
}

@media only screen and (max-width: 380px) {
    .item__head span {
        max-width: 100px;
    }
}

body.dark-theme .popup2.popup_changePassword .popup__content input {
    background-color: #fff;
}

body.dark-theme .popup2 {
    background-color: #101010;
}

.popup2.theme_popup .popup_bonusNotification_wrapper .popup__content .popup__title {
    font-size: 18px;
}