#root, body, html {
    height: 100%
}

body {
    margin: 0;
    font-family: "Inter", sans-serif;
    background: #f0f5f8;
    color: #1c4f5b
}

* {
    box-sizing: border-box
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0
}

h1 {
    font-size: 48px;
    font-weight: 800;
    line-height: 53px
}

h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px
}

h3 {
    font-size: 24px;
    font-weight: 800;
    line-height: 29px
}

h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px
}

h5 {
    font-size: 13px;
    line-height: 17px
}

h5, h6 {
    font-weight: 500
}

h6 {
    font-size: 11px;
    line-height: 15px
}

p {
    font-size: 15px;
    font-weight: 400;
    line-height: 21px
}

::-webkit-scrollbar {
    width: 3px;
    border-radius: 4px
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #ff9e2c, #ffb72c), #ff9e2c;
    border-radius: 4px
}

::-webkit-scrollbar-track {
    border-radius: 10px
}

.grecaptcha-badge {
    visibility: hidden
}

.nav-item {
    color: #1095b5;
    cursor: pointer;
    position: relative;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 25px;
    font-size: 15px;
    line-height: 21px;
    justify-content: center
}

.nav-item svg path {
    fill: #fff
}

.nav-item--link_active, .nav-item:hover {
    color: #f79420;
    transition: color .15s
}

.nav-item--link_active .lazy-img svg path, .nav-item:hover .lazy-img svg path {
    fill: #f79420;
    transition: .15s
}

.nav-item--link_active.full-underscore:after, .nav-item.full-underscore:hover:after {
    width: 100%
}

.nav-item + .nav-item {
    margin-left: 26px
}

.nav-item--default {
    flex-direction: column;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 72px
}

.nav-item--with-icon .nav-item + .nav-item {
    margin-left: 32px
}

.nav-item--left {
    flex-direction: row;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.nav-item--left .nav-item__title {
    margin-left: 12px
}

.nav-item--selected {
    color: #ff9e2c
}

.nav-item--selected svg path {
    fill: #ff9e2c
}

.nav-item__with-status-label .nav-item__title {
    white-space: nowrap
}

.simple-tooltip__trigger {
    padding: 8px
}

.simple-tooltip__content {
    margin-top: 5px;
    border-radius: 12px;
    padding: 12px;
    right: 15px;
    background: #1c4f5b;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    display: block;
    position: absolute;
    z-index: 1;
    width: 300px
}

.simple-tooltip__content:before {
    content: "";
    top: -5px;
    left: 143px;
    width: 14px;
    height: 14px;
    position: absolute;
    transform: rotate(45deg);
    background: #1c4f5b;
    border-radius: 3px;
    visibility: visible;
    transform-origin: center;
    transition: transform .2s ease-out, visibility .2s ease-out
}

@media (max-width: 812px) {
    .simple-tooltip__content {
        width: 250px;
        right: -25px
    }

    .simple-tooltip__content:before {
        left: 200px
    }
}

.simple-tooltip.cashbox-method-tooltip {
    position: relative
}

@media screen and (min-width: 813px) {
    .simple-tooltip.cashbox-method-tooltip .simple-tooltip__content {
        right: -1px
    }

    .simple-tooltip.cashbox-method-tooltip .simple-tooltip__content:before {
        left: 275px
    }
}

.slick-arrow.custom-next-arrow, .slick-arrow.custom-prev-arrow {
    display: block;
    position: absolute;
    z-index: 10;
    top: 50%;
    cursor: pointer;
    width: 36px;
    height: 36px;
    border: none
}

.slick-arrow.custom-next-arrow:focus, .slick-arrow.custom-prev-arrow:focus {
    outline: none
}

.slick-arrow.custom-next-arrow:before, .slick-arrow.custom-prev-arrow:before {
    display: none
}

.slick-arrow.custom-prev-arrow {
    background: url(/bahsegel/img/slider_arrow_left.6ab8886c.svg) no-repeat 50%;
    left: 10px;
    z-index: 2
}

.slick-arrow.custom-prev-arrow:focus, .slick-arrow.custom-prev-arrow:hover {
    transform: rotate(180deg) translateY(18px) translateX(-1px);
    background: url(/bahsegel/img/slider_arrow_right_yellow.94ffb623.svg) no-repeat 50%
}

.slick-arrow.custom-next-arrow {
    background: url(/bahsegel/img/slider_arrow_left.6ab8886c.svg) no-repeat 50%;
    transform: rotate(180deg) translateY(17px);
    right: 10px;
    z-index: 2
}

.slick-arrow.custom-next-arrow:focus, .slick-arrow.custom-next-arrow:hover {
    transform: translateY(-17px) translateX(-1px);
    background: url(/bahsegel/img/slider_arrow_right_yellow.94ffb623.svg) no-repeat 50%
}

.btn, .btn-action, .btn-all-games, .btn-danger, .btn-dark, .btn-default, .btn-demo, .btn-inverted, .btn-logout, .btn-outline, .btn-play, .btn-primary, .btn-primary-transparent, .btn-secondary, .btn-secondary-text, .btn-star, .btn-transparent, .btn-transparent-bordered, .disable-popup-blocker__btn-link {
    display: inline-flex;
    -webkit-appearance: none;
    appearance: none;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 12px;
    outline: none;
    cursor: pointer
}

.btn__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px
}

.btn__label {
    font-weight: 400
}

.btn__loader {
    position: absolute;
    top: calc(50% - 13px);
    left: calc(50% - 13px);
    width: 26px;
    height: 26px;
    animation: rotate 2s linear infinite;
    z-index: 2
}

.btn__loader .path {
    stroke: #fff;
    stroke-linecap: round;
    animation: dash 1.5s ease-in-out infinite
}

@keyframes rotate {
    to {
        transform: rotate(1turn)
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35
    }
    to {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124
    }
}

.btn-action:disabled, .btn-all-games:disabled, .btn-danger:disabled, .btn-dark:disabled, .btn-default:disabled, .btn-demo:disabled, .btn-inverted:disabled, .btn-logout:disabled, .btn-outline:disabled, .btn-play:disabled, .btn-primary-transparent:disabled, .btn-primary:disabled, .btn-secondary-text:disabled, .btn-secondary:disabled, .btn-star:disabled, .btn-transparent-bordered:disabled, .btn-transparent:disabled, .btn:disabled, .disable-popup-blocker__btn-link:disabled {
    opacity: .5;
    cursor: default
}

.btn.is-loading, .is-loading.btn-action, .is-loading.btn-all-games, .is-loading.btn-danger, .is-loading.btn-dark, .is-loading.btn-default, .is-loading.btn-demo, .is-loading.btn-inverted, .is-loading.btn-logout, .is-loading.btn-outline, .is-loading.btn-play, .is-loading.btn-primary, .is-loading.btn-primary-transparent, .is-loading.btn-secondary, .is-loading.btn-secondary-text, .is-loading.btn-star, .is-loading.btn-transparent, .is-loading.btn-transparent-bordered, .is-loading.disable-popup-blocker__btn-link {
    position: relative;
    cursor: default
}

.btn.is-loading .btn__icon, .btn.is-loading .btn__label, .is-loading.btn-action .btn__icon, .is-loading.btn-action .btn__label, .is-loading.btn-all-games .btn__icon, .is-loading.btn-all-games .btn__label, .is-loading.btn-danger .btn__icon, .is-loading.btn-danger .btn__label, .is-loading.btn-dark .btn__icon, .is-loading.btn-dark .btn__label, .is-loading.btn-default .btn__icon, .is-loading.btn-default .btn__label, .is-loading.btn-demo .btn__icon, .is-loading.btn-demo .btn__label, .is-loading.btn-inverted .btn__icon, .is-loading.btn-inverted .btn__label, .is-loading.btn-logout .btn__icon, .is-loading.btn-logout .btn__label, .is-loading.btn-outline .btn__icon, .is-loading.btn-outline .btn__label, .is-loading.btn-play .btn__icon, .is-loading.btn-play .btn__label, .is-loading.btn-primary-transparent .btn__icon, .is-loading.btn-primary-transparent .btn__label, .is-loading.btn-primary .btn__icon, .is-loading.btn-primary .btn__label, .is-loading.btn-secondary-text .btn__icon, .is-loading.btn-secondary-text .btn__label, .is-loading.btn-secondary .btn__icon, .is-loading.btn-secondary .btn__label, .is-loading.btn-star .btn__icon, .is-loading.btn-star .btn__label, .is-loading.btn-transparent-bordered .btn__icon, .is-loading.btn-transparent-bordered .btn__label, .is-loading.btn-transparent .btn__icon, .is-loading.btn-transparent .btn__label, .is-loading.disable-popup-blocker__btn-link .btn__icon, .is-loading.disable-popup-blocker__btn-link .btn__label {
    opacity: 0
}

.btn-xs {
    padding: 8px 16px;
    font-size: 13px
}

.btn-sm {
    padding: 9px 15px;
    font-size: 13px;
    line-height: 16px
}

.btn-md, .btn-sm {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.btn-md {
    padding: 10px 19px
}

.btn-lg, .btn-md {
    font-size: 15px;
    line-height: 18px
}

.btn-lg {
    padding: 12px 19px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

@media (max-width: 812px) {
    .btn-lg {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

.btn-block {
    display: flex;
    width: 100%
}

.btn-round {
    width: 65px;
    height: 65px;
    border-radius: 50%
}

.btn-action, .btn-primary {
    color: #fff;
    background: linear-gradient(180deg, #ff9e2c, #ffb72c), #ff9e2c;
    border-color: linear-gradient(180deg, #ff9e2c, #ffb72c), #ff9e2c
}

.btn-action:hover, .btn-primary:hover {
    background: linear-gradient(125deg, #ff9e2c, #ffb72c);
    border-color: linear-gradient(125deg, #ff9e2c, #ffb72c)
}

.btn-action:active, .btn-primary:active {
    background: #f79420;
    border-color: #f79420
}

.btn-action .btn__label, .btn-primary .btn__label {
    font-weight: 700
}

.btn-action:disabled:hover, .btn-primary:disabled:hover {
    background: linear-gradient(180deg, #ff9e2c, #ffb72c), #ff9e2c
}

.btn-action .loader__animation:before, .btn-primary .loader__animation:before {
    border-top-color: #1095b5
}

.btn-action .loader__animation:after, .btn-primary .loader__animation:after {
    border-color: rgba(16, 149, 181, .4)
}

.btn-danger {
    color: #fff;
    background: #ea0028;
    border-color: #ea0028
}

.btn-danger:hover {
    background: #df2e4c;
    border-color: #df2e4c
}

.btn-danger:active {
    background: #ea0028;
    border-color: #ea0028
}

.btn-danger .btn__label {
    font-weight: 700
}

.btn-danger:disabled:hover {
    background: linear-gradient(180deg, #ff9e2c, #ffb72c), #ff9e2c
}

.btn-danger .loader__animation:before {
    border-top-color: #1095b5
}

.btn-danger .loader__animation:after {
    border-color: rgba(16, 149, 181, .4)
}

.btn-primary-transparent {
    color: #ff9e2c;
    background: transparent;
    border-color: transparent
}

.btn-primary-transparent:hover {
    background: #ff9e2c;
    border-color: #ff9e2c
}

.btn-primary-transparent:active {
    background: #ffe669;
    border-color: #ffe669
}

.btn-primary-transparent:active, .btn-primary-transparent:hover {
    color: #1095b5
}

.btn-primary-transparent:active .btn__label, .btn-primary-transparent:hover .btn__label {
    font-weight: 700
}

.btn-secondary, .disable-popup-blocker__btn-link {
    color: #fff;
    background: #5cbdd4;
    border-color: #5cbdd4
}

.btn-secondary:hover, .disable-popup-blocker__btn-link:hover {
    background: #1095b5;
    border-color: #1095b5
}

.btn-secondary:active, .disable-popup-blocker__btn-link:active {
    background: #1095b5;
    border-color: #2f6775
}

.btn-secondary:disabled:hover, .disable-popup-blocker__btn-link:disabled:hover {
    background: #5cbdd4;
    border-color: #5cbdd4
}

.btn-secondary-text {
    color: #fff;
    border-color: transparent;
    color: #1095b5;
    background: transparent
}

.btn-transparent-bordered {
    color: #1095b5;
    background: transparent;
    border-color: #1095b5
}

.btn-transparent-bordered:hover {
    background: #1095b5;
    border-color: #1095b5
}

.btn-transparent-bordered:active {
    background: #1ba3c3;
    border-color: #1ba3c3
}

.btn-transparent-bordered .btn__label {
    font-weight: 600
}

.btn-transparent-bordered:active, .btn-transparent-bordered:hover {
    color: #fff
}

.btn-transparent-bordered:disabled {
    color: #77959d;
    border-color: #77959d;
    background: transparent
}

.btn-inverted {
    color: #1095b5;
    background: #f0f9fb;
    border-color: #f0f9fb
}

.btn-inverted:hover {
    background: #e1f3f7;
    border-color: #e1f3f7
}

.btn-inverted:active {
    background: #e1f3f7;
    border-color: #1ba3c3
}

.btn-inverted .btn__label {
    font-weight: 600
}

.btn-inverted:disabled {
    color: #77959d
}

.btn-default, .btn-inverted:disabled {
    border-color: #f0f9fb;
    background: #f0f9fb
}

.btn-default {
    font-weight: 600;
    color: #1c4f5b
}

.btn-default:active, .btn-default:hover {
    background: transparent;
    border-color: #ff9e2c
}

.btn-default:disabled {
    color: #b9c5e1;
    border-color: #b9c5e1;
    background: transparent
}

.btn-default--selected {
    border-color: #ff9e2c;
    background: transparent
}

.btn-default--selected .btn__label {
    font-weight: 600
}

.btn-default--round {
    width: 48px;
    height: 48px;
    font-size: 13px;
    border-radius: 24px
}

.btn-outline {
    color: #97a4c3;
    background: transparent;
    border-color: #5c6682
}

.btn-outline:hover {
    background: transparent;
    border-color: #3ccc87
}

.btn-outline:active {
    background: #353d52;
    border-color: #3ccc87
}

.btn-outline:disabled {
    color: #b9c5e1;
    border-color: #b9c5e1;
    background: transparent
}

.btn-outline--selected {
    border-color: #3ccc87
}

.btn-transparent {
    border-color: transparent
}

.btn-all-games, .btn-transparent {
    color: #fff;
    background: transparent
}

.btn-all-games {
    font-weight: 600;
    border-color: #fff;
    margin: 55px auto 0;
    cursor: pointer;
    text-decoration: none;
    padding: 11px 20px;
    font-size: 15px
}

.btn-all-games:active, .btn-all-games:hover {
    background: transparent;
    border-color: #ff9e2c
}

.btn-all-games:hover {
    border-color: #fff
}

@media (max-width: 812px) {
    .btn-all-games {
        margin-top: 86px
    }
}

.btn-play {
    color: #fff;
    background: #fff;
    border-color: #fff;
    padding: 0
}

.btn-play:active, .btn-play:hover {
    background: #f0f5f8;
    border-color: transparent
}

.btn-play .btn__icon {
    margin-left: 4px
}

.btn-dark {
    color: #fff
}

.btn-dark, .btn-dark:active, .btn-dark:hover {
    background: #1d222f;
    border-color: #1d222f
}

.btn-demo {
    border: none;
    padding: 10px 30px;
    text-transform: capitalize;
    color: #fff;
    border-radius: 44px;
    background-color: rgba(225, 243, 247, .4);
    transition: background-color .3s
}

.btn-demo:active, .btn-demo:hover {
    background: rgba(225, 243, 247, .3);
    border-color: transparent
}

.btn-star {
    border: none;
    background: rgba(35, 41, 57, .6)
}

.btn-logout {
    border: none;
    color: #fff
}

.btn-close-circle, .dropdown-wrapper__close, .modal-header__close, .sidebar__content .close-sidebar {
    position: fixed;
    width: 48px;
    height: 48px;
    top: 16px;
    right: 18px;
    padding: 0;
    border: none;
    border-radius: 12px;
    background-color: #e1f3f7;
    z-index: 1;
    cursor: pointer
}

.btn-close-circle:before, .dropdown-wrapper__close:before, .modal-header__close:before, .sidebar__content .close-sidebar:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: url(/bahsegel/img/close.b7b92205.svg) no-repeat;
    background-size: cover
}

.btn-close-circle:active, .btn-close-circle:focus, .dropdown-wrapper__close:active, .dropdown-wrapper__close:focus, .modal-header__close:active, .modal-header__close:focus, .sidebar__content .close-sidebar:active, .sidebar__content .close-sidebar:focus {
    outline: none
}

@media (max-width: 812px) {
    .btn-close-circle, .dropdown-wrapper__close, .modal-header__close, .sidebar__content .close-sidebar {
        width: 30px;
        height: 30px
    }

    .btn-close-circle:before, .dropdown-wrapper__close:before, .modal-header__close:before, .sidebar__content .close-sidebar:before {
        width: 12px;
        height: 12px
    }
}

.btn-back-circle {
    width: 28px;
    height: 28px;
    padding: 0;
    background: transparent;
    border: 1px solid #1095b5
}

.btn-back-circle svg {
    margin-left: -1px;
    fill: transparent;
    stroke: #1095b5
}

.radio {
    display: inline-flex
}

.radio__input {
    display: none
}

.radio__box {
    position: relative;
    display: flex;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #bbcace;
    border-radius: 50%
}

.radio__box:before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 6px);
    left: calc(50% - 6px);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: linear-gradient(180deg, #ff9e2c, #ffb72c), #ff9e2c;
    opacity: 0
}

.radio__label {
    margin-left: 12px;
    font-size: 15px;
    line-height: 21px;
    color: #1c4f5b
}

.radio__input:disabled ~ .radio__label {
    opacity: .5
}

.radio__input:checked ~ .radio__box {
    border: 2px solid #ff9e2c;
    background: transparent
}

.radio__input:checked ~ .radio__box:before {
    opacity: 1
}

.radio__input:checked ~ .radio__label {
    font-weight: 500;
    color: #ff9e2c
}

.radio.has-error .radio__box {
    border: 2px solid #ea0028
}

.radio-group__error {
    color: #ea0028
}

.custom-input__currency {
    font-size: 24px;
    bottom: 10px;
    color: #ff9e2c
}

.custom-input__placeholder {
    position: absolute;
    top: 16px;
    left: 16px;
    color: #1c4f5b;
    font-size: 15px;
    line-height: 21px;
    transition: .2s;
    pointer-events: none
}

.custom-input__container {
    position: relative;
    padding: 0;
    width: 260px;
    background: transparent;
    font-family: Roboto_Condensed, sans-serif;
    transition: .25s
}

.custom-input__container--has-error {
    transition: .25s
}

.custom-input__container--has-error .custom-input__wrap {
    background: rgba(234, 0, 40, .1);
    border-color: transparent
}

.custom-input__container--has-error .custom-input__wrap--input-focused {
    border-color: #ea0028;
    box-shadow: 0 0 0 4px rgba(234, 0, 40, .1)
}

.custom-input__container--has-error .custom-input__wrap:after, .custom-input__container--has-error .custom-input__wrap:before {
    background: #ea0028
}

.custom-input__container--has-error .custom-input__placeholder {
    color: #ea0028 !important
}

.custom-input__container--mobile .custom-input__placeholder {
    top: 18.5px
}

.custom-input__container--mobile .custom-input__wrap {
    height: 54px
}

.custom-input__container--mobile .custom-input__input-field:focus + .custom-input__placeholder, .custom-input__container--mobile .custom-input__input-field:not(.empty) + .custom-input__placeholder {
    transform: translateY(-8px)
}

.custom-input__container--disabled .custom-input__wrap {
    cursor: not-allowed;
    opacity: .6
}

.custom-input__container--disabled .custom-input__wrap input {
    cursor: not-allowed
}

.custom-input__container--white .custom-input__wrap {
    background: #fff
}

.custom-input__container--white .custom-input__placeholder {
    color: rgba(28, 79, 91, .7)
}

.custom-input__container--responsive {
    width: 100%
}

.custom-input__wrap {
    display: flex;
    height: 52px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 0 0 2px;
    width: 100%;
    background: #dfeaf0;
    border-radius: 8px;
    border: 1px solid #dfeaf0
}

.custom-input__wrap--input-focused {
    background: #fff;
    border: 1px solid #1095b5;
    box-shadow: 0 0 0 4px #dfeaf0;
    transition: .2s
}

.custom-input__input-field {
    display: block;
    padding: 23.4px 0 7.6px 16px;
    background: transparent;
    flex-grow: 1;
    color: #1c4f5b;
    font-size: 15px;
    line-height: 21px;
    width: 100%;
    border: none;
    height: 100%;
    transition: .25s;
    border-radius: 8px 8px 0 0;
    caret-color: #1c4f5b !important
}

.custom-input__input-field:-webkit-autofill, .custom-input__input-field:-webkit-autofill:focus, .custom-input__input-field:-webkit-autofill:hover {
    background-color: transparent;
    -webkit-transition: background-color 5000s ease-in-out 0s, color 5000s ease-in-out 0s, font-size 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s, color 5000s ease-in-out 0s, font-size 5000s ease-in-out 0s;
    border-radius: 8px 8px 0 0
}

.custom-input__input-field:-webkit-autofill:first-line {
    font-size: 15px
}

.custom-input__input-field::-webkit-inner-spin-button, .custom-input__input-field::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.custom-input__input-field[type=number] {
    -moz-appearance: textfield
}

.custom-input__input-field:focus {
    outline: none;
    transition: .25s;
    caret-color: #1c4f5b !important
}

.custom-input__input-field:focus + .custom-input__placeholder {
    color: #1ba3c4;
    transition: .25s
}

.custom-input__input-field:focus + .custom-input__placeholder, .custom-input__input-field:not(.empty) + .custom-input__placeholder {
    transform: translateY(-10px);
    font-size: 11px;
    line-height: 16px;
    transition: .25s
}

.custom-input__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    flex-shrink: 0;
    min-width: 30px;
    background: transparent
}

.custom-input__icon img {
    padding: 0 14px 0 0
}

.custom-input__icon svg {
    margin-right: 13px
}

.custom-input__icon.password {
    cursor: pointer
}

.custom-input__icon.warning-icon {
    position: absolute;
    right: 0
}

.custom-input__error {
    display: block;
    margin: 5px 10px 0 16px;
    font-size: 13px;
    line-height: 16px;
    color: #ea0028
}

.popover {
    position: relative
}

.popover-active {
    pointer-events: none
}

.popover__body-active {
    display: block
}

.popover__body-inactive {
    display: none
}

.popover__head-active svg {
    stroke: #ff9e2c
}

.popover__head-inactive svg {
    stroke: #1ba3c4
}

.switch {
    display: flex
}

.switch__input {
    display: none
}

.switch__box {
    position: relative;
    display: inline-flex;
    width: 55px;
    height: 31px;
    flex-shrink: 0;
    background-color: #77959d;
    border-radius: 30px;
    cursor: pointer
}

.switch__box, .switch__box:after {
    transition: all .25s cubic-bezier(.78, .14, .15, .86)
}

.switch__box:after {
    content: "";
    position: absolute;
    display: block;
    width: 23px;
    height: 23px;
    top: 4px;
    left: 4px;
    border-radius: 14px;
    background-color: #fff;
    box-shadow: 0 0 6.2px rgba(80, 78, 78, .25)
}

.switch__label {
    margin: 5px 0 0 8px;
    font-weight: 600;
    font-size: 15px;
    line-height: 21px;
    color: #fff
}

.switch__input:checked + .switch__box {
    background-color: #3ccc87
}

.switch__input:checked + .switch__box:after {
    left: calc(100% - 4px);
    transform: translateX(-100%)
}

.switch__input:disabled + .switch__box {
    opacity: .8
}

.date-picker--disabled .react-datepicker-wrapper:hover .custom-input__wrap {
    border: 1px solid #dfeaf0;
    box-shadow: none
}

.react-datepicker-wrapper {
    width: 100%
}

.react-datepicker-wrapper:hover .custom-input__wrap {
    border: 1px solid #1095b5;
    box-shadow: 0 0 0 4px rgba(27, 163, 196, .1490196078);
    transition: border .1s
}

.react-datepicker {
    background-color: #1c4f5b;
    border: 1px solid #353d52;
    border-radius: 10px;
    box-shadow: 0 12px 30px rgba(28, 51, 56, .1)
}

.react-datepicker-popper {
    z-index: 5
}

.react-datepicker__triangle {
    display: none
}

.react-datepicker__header {
    background-color: transparent;
    border-bottom: 1px solid hsla(0, 0%, 100%, .07)
}

.react-datepicker__navigation {
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 0;
    background: url(/bahsegel/img/arrow-lg-down.4aec1679.svg) no-repeat 50%;
    outline: none
}

.react-datepicker__navigation--previous {
    transform: rotate(90deg)
}

.react-datepicker__navigation--next {
    transform: rotate(-90deg)
}

.react-datepicker__current-month {
    display: none
}

.react-datepicker__month-select, .react-datepicker__year-select {
    -webkit-appearance: none;
    appearance: none;
    font-weight: 600;
    font-size: 15px;
    line-height: 25px;
    color: #000;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer
}

.react-datepicker__day, .react-datepicker__day-name, .react-datepicker__time-name {
    width: 2.2rem;
    line-height: 2.2rem
}

.react-datepicker__day-name {
    font-weight: 500;
    font-size: 13px;
    color: #dfeaf0
}

.react-datepicker__day {
    color: #fff
}

.react-datepicker__day--outside-month {
    color: rgba(223, 234, 240, .5)
}

.react-datepicker__day--keyboard-selected {
    background: transparent;
    border-radius: 50%
}

.react-datepicker__day--in-range, .react-datepicker__day--in-selecting-range, .react-datepicker__day--selected, .react-datepicker__day:hover {
    outline: none;
    color: #fff;
    background: #ff9e2c;
    border-radius: 12px
}

.expired-tourney {
    max-width: 428px;
    width: 100%;
    padding: 36px 32px 32px;
    background-clip: padding-box;
    background-position: 0, 50%;
    background-repeat: no-repeat;
    border-radius: 17px;
    box-sizing: border-box
}

.expired-tourney__icon-cont {
    margin: 0 auto 50px;
    text-align: center
}

.expired-tourney__icon-cont img {
    margin: 0 auto 17px
}

.expired-tourney__icon-cont div {
    text-transform: uppercase
}

.expired-tourney__dates, .expired-tourney__icon-cont div {
    color: hsla(0, 0%, 100%, .9);
    font-size: 13px;
    line-height: 16px;
    font-weight: 600
}

.expired-tourney__dates {
    margin: 0 0 6px
}

.expired-tourney__name {
    color: #fff;
    font-size: 24px;
    line-height: 29px;
    font-weight: 700
}

@media (max-width: 480px) {
    .expired-tourney {
        max-width: 290px;
        padding: 24px 15px
    }

    .expired-tourney__icon-cont {
        margin: 0 auto 29px
    }

    .expired-tourney__icon-cont img {
        width: 36px;
        margin: 0 auto 11px
    }

    .expired-tourney__icon-cont div {
        font-size: 11px;
        line-height: 13px
    }

    .expired-tourney__name {
        font-size: 18px;
        line-height: 22px
    }
}

.custom-checkbox {
    position: relative;
    display: flex;
    align-items: center;
    font-family: Roboto_Condensed, sans-serif
}

.custom-checkbox:focus {
    outline: none
}

.custom-checkbox:hover label {
    transition: .25s
}

.custom-checkbox:hover label:before {
    border-color: #ff9e2c;
    transition: .25s
}

.custom-checkbox input {
    position: absolute;
    margin: 0;
    top: 0;
    width: 20px;
    height: 20px;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    outline: none;
    z-index: 1
}

.custom-checkbox input:checked:before {
    position: absolute;
    top: 6px;
    left: 4px;
    content: "";
    width: 12px;
    height: 9px;
    background: url(/bahsegel/img/checkmark_new.6ca663db.svg)
}

.custom-checkbox input:checked ~ label {
    color: #ff9e2c
}

.custom-checkbox input:checked:hover ~ label:before, .custom-checkbox input:checked ~ label:before {
    background: #ff9e2c;
    border-color: #ff9e2c;
    transition: .25s
}

.custom-checkbox label {
    position: relative;
    margin-left: 20px;
    line-height: 20px;
    padding-left: 12px;
    color: #1c4f5b;
    transition: .25s;
    cursor: pointer
}

.custom-checkbox label:before {
    box-sizing: border-box;
    position: absolute;
    left: -20px;
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid rgba(119, 149, 157, .5);
    background: #fff;
    border-radius: 4px;
    transition: .25s
}

.custom-checkbox--error label:before {
    border: 1px solid #ea0028
}

.custom-checkbox--disabled {
    opacity: .8
}

.custom-checkbox--disabled label {
    pointer-events: none
}

.custom-checkbox--disabled label:before {
    opacity: .7
}

.custom-checkbox--terms-and_cond label {
    display: flex;
    align-items: center
}

.custom-checkbox--terms-and_cond input {
    top: unset
}

.custom-checkbox input[disabled] {
    cursor: default
}

.custom-checkbox input[disabled] ~ label {
    color: rgba(119, 149, 157, .5)
}

.custom-checkbox input[disabled] ~ label:before {
    border-radius: 4px;
    border: 1px solid #dfeaf0
}

.game-card__inner {
    position: relative;
    overflow: hidden;
    border-radius: 17px
}

.game-card__bg {
    padding-bottom: 71.25%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.game-card__buttons, .game-card__labels {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: opacity .1s ease-in
}

.game-card__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 8px
}

.game-card__desc {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.3;
    color: #1095b5
}

.game-card__title {
    margin-bottom: 2px;
    font-weight: 600;
    font-size: 15px;
    line-height: 21px;
    color: #1c4f5b
}

.game-card__labels {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px 3px
}

.game-card__bahsegel-label, .game-card__hot-label, .game-card__jackpot-label, .game-card__status-label {
    display: inline-flex;
    position: relative;
    z-index: 0
}

.game-card__bahsegel-label:before, .game-card__hot-label:before, .game-card__jackpot-label:before, .game-card__status-label:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    z-index: -1
}

.game-card__status-label {
    padding: 3px 7px 4px 8px;
    font-weight: 600;
    font-size: 11px;
    line-height: 13px;
    text-transform: lowercase;
    color: #fff
}

.game-card__status-label:before {
    background: linear-gradient(180deg, #1da5c5, #3cc4e9);
    transform: skew(6deg)
}

.game-card__hot-label {
    justify-self: flex-end;
    padding: 2px 9px
}

.game-card__hot-label:before {
    background: #fff;
    transform: skew(-6deg)
}

.game-card__bahsegel-label, .game-card__jackpot-label {
    justify-self: flex-end;
    margin-left: auto
}

.game-card__jackpot-label {
    padding: 3px 7px 4px 8px;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #fff
}

.game-card__jackpot-label:before {
    background: linear-gradient(180deg, #1da5c5, #3cc4e9);
    transform: skew(6deg)
}

.game-card__buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .5)
}

.game-card__play-for-real {
    width: 72px;
    height: 72px;
    margin-bottom: 10px
}

.game-card__play-for-real .btn__icon {
    margin-left: 6px
}

.game-card__play-for-real .btn__icon svg {
    width: 26px;
    height: 33px
}

.game-card__play-for-fun {
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    padding: 7px 20px
}

.game-card__name {
    margin-bottom: 10px;
    padding: 0 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    color: #fff
}

.game-card__favorite {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.game-card--active .game-card__labels, .game-card:not(.game-card--touch):hover .game-card__labels, .game-card__buttons {
    opacity: 0
}

.game-card--active .game-card__buttons, .game-card:not(.game-card--touch):hover .game-card__buttons {
    opacity: 1;
    background: linear-gradient(180deg, rgba(17, 172, 209, .51), #11acd1)
}

.game-card--touch:not(.game-card--active) .game-card__buttons {
    pointer-events: none
}

.game-card--small .game-card__buttons {
    padding: 5px 0;
    justify-content: space-between
}

.game-card--small .game-card__play-for-real {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    margin: 0
}

.game-card--small .game-card__play-for-real .btn__icon {
    transform: scale(.8);
    margin: 2px 0 0 5px
}

.game-card--small .game-card__name {
    margin: 0
}

.game-card--small .game-card__name:last-child {
    margin: 11px 0 auto
}

.game-card--small .game-card__play-for-fun {
    margin: 0;
    padding: 5px 15px
}

.game-card--with-content {
    padding: 12px;
    background-color: #fff;
    border-radius: 19px
}

.game-card--with-content .game-card__name {
    display: none
}

@media (max-width: 812px) {
    .game-card__bg {
        padding-bottom: 71.25%
    }

    .game-card__buttons {
        padding: 5px
    }

    .game-card__name {
        margin-bottom: 5px
    }

    .game-card__play-for-real {
        flex-shrink: 0;
        width: 50px;
        height: 50px;
        margin-bottom: 6px
    }

    .game-card__play-for-real .btn__icon {
        margin-left: 5px
    }

    .game-card__play-for-real .btn__icon svg {
        width: 20px;
        height: 28px
    }

    .game-card--small .game-card__play-for-real .btn__icon {
        transform: scale(1)
    }
}

@media (max-width: 480px) {
    .game-card__play-for-fun {
        padding: 3px 10px;
        margin-bottom: -2px;
        font-size: 12px
    }

    .game-card__jackpot-label {
        font-size: 11px
    }
}

@media (max-width: 320px) {
    .game-card__jackpot-label, .game-card__status-label {
        padding: 2px 5px 3px 6px;
        font-size: 9px
    }
}

.provider-icon {
    display: block;
    padding: 6px 0;
    margin: 0 10px;
    max-width: 100px;
    height: 46px
}

.provider-icon img {
    max-width: 100px;
    height: 100%
}

.slider-control {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.slider-control__label {
    color: #ff9e2c;
    position: relative;
    padding: 0 17px 0 0;
    text-decoration: none
}

.slider-control__label .text-link {
    color: #1c4f5b;
    font-size: 14px;
    line-height: 17px
}

@media (max-width: 480px) {
    .slider-control__label {
        margin-right: 15px
    }
}

.slider-control__label:after {
    position: absolute;
    top: 4px;
    right: 0;
    display: block;
    content: "";
    width: 6px;
    height: 10px;
    background: url(/bahsegel/img/more-vector.a3a99aea.svg)
}

.slider-control__button-wrap {
    display: flex;
    display: none;
    justify-content: center;
    align-items: center
}

@media (max-width: 480px) {
    .slider-control__button-wrap {
        display: none
    }
}

.slider-control__button-next, .slider-control__button-prev {
    padding: 0;
    width: 30px;
    height: 30px;
    border: none;
    cursor: pointer;
    background: url(/bahsegel/img/slider-circled-arrow.1bbb262b.svg) no-repeat 50%
}

.slider-control__button-next:focus, .slider-control__button-next:hover, .slider-control__button-prev:focus, .slider-control__button-prev:hover {
    outline: none;
    background: url(/bahsegel/img/slider-circled-arrow-green.e68b9708.svg) no-repeat 50%
}

.slider-control__button-prev {
    transform: rotate(180deg);
    margin-right: 6px
}

.progress-bar {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden
}

.progress-bar__bar {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0
}

.progress-bar--default {
    height: 2px;
    background: #dfeaf0;
    border-radius: 4px
}

.progress-bar--default .progress-bar__bar {
    background: linear-gradient(180deg, #ff9e2c, #ffb72c), #ff9e2c
}

.progress-bar--user-level {
    width: 280px;
    height: 8px
}

.progress-bar--user-level:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-mask-image: url(/bahsegel/img/progress-bar.97bb0b36.svg);
    mask-image: url(/bahsegel/img/progress-bar.97bb0b36.svg);
    background: rgba(223, 234, 240, .3)
}

.progress-bar--user-level .progress-bar__bar {
    background: linear-gradient(180deg, #1da5c5, #3cc4e9);
    -webkit-mask: url(/bahsegel/img/progress-bar.97bb0b36.svg);
    mask: url(/bahsegel/img/progress-bar.97bb0b36.svg)
}

.prizes {
    max-width: 394px;
    width: 100%
}

.prizes--modal {
    margin: 0 0 25px
}

.prizes--modal .prizes__title {
    font-weight: 700;
    font-size: 22px;
    line-height: 28px
}

.prizes__title {
    color: #fff;
    margin: 0 0 11px;
    font-size: 15px;
    line-height: 21px;
    font-weight: 700
}

.prizes__podium {
    display: flex;
    align-items: flex-end
}

.prizes__podium .prizebox {
    margin: 0 0 38px
}

.prizes__podium .prizebox__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 10px;
    width: 58px;
    height: 58px;
    color: #2f6775;
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    border-radius: 17px;
    filter: drop-shadow(4.2px 4.2px 0 rgba(255, 255, 255, .18))
}

.prizes__podium .prizebox__text {
    max-width: 78%;
    margin: 0 auto;
    color: rgba(185, 197, 225, .9);
    font-size: 13px;
    line-height: 17px;
    font-weight: 600;
    text-align: center
}

.prizes__first, .prizes__second, .prizes__third {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    max-width: 121px
}

.prizes__first:not(:last-child), .prizes__second:not(:last-child), .prizes__third:not(:last-child) {
    margin: 0 15px 0 0
}

.prizes .podium-step {
    position: relative;
    width: 100%;
    background: linear-gradient(#5c6682, #1095b5);
    color: #1095b5;
    font-size: 35px;
    line-height: 42px;
    font-weight: 800;
    text-align: center;
    border-radius: 5px
}

.prizes .podium-step:before {
    display: block;
    position: absolute;
    top: -14px;
    left: 0;
    content: "";
    width: 100%;
    height: 22px;
    background: #353d52;
    border-radius: 5px
}

.prizes__first .prizebox__icon {
    background: #ff9e2c
}

.prizes__first .podium-step {
    height: 111px;
    padding: 34.5px 0 0
}

.prizes__second .prizebox__icon {
    background: #d0d2ff
}

.prizes__second .podium-step {
    height: 82px;
    padding: 22px 0 0
}

.prizes__third .prizebox__icon {
    background: #ffbf79
}

.prizes__third .podium-step {
    height: 58px;
    padding: 11px 0 0
}

@media (max-width: 480px) {
    .prizes {
        max-width: 296px
    }

    .prizes__podium .prizebox__icon {
        margin: 0 auto 7px;
        width: 43px;
        height: 43px;
        font-size: 11px;
        line-height: 14px
    }

    .prizes__first, .prizes__second, .prizes__third {
        max-width: 90.5px
    }

    .prizes__first:not(:last-child), .prizes__second:not(:last-child), .prizes__third:not(:last-child) {
        margin: 0 11px 0 0
    }

    .prizes .podium-step {
        font-size: 26px;
        line-height: 32px
    }

    .prizes .podium-step:before {
        background: #2f6775
    }
}

.dropdown-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 28px 0 0
}

.dropdown-wrapper:after {
    content: " ";
    top: 17px;
    right: -1px;
    position: absolute;
    display: block;
    height: 10px;
    width: 10px;
    background: url(/bahsegel/img/arrow-down-rounded.6de6d25b.svg) no-repeat
}

.dropdown-wrapper__clicked-section {
    display: flex;
    cursor: pointer;
    margin-right: 8px
}

.dropdown-wrapper__clicked-section > svg {
    width: 36px;
    height: 36px
}

@media (max-width: 812px) {
    .dropdown-wrapper__clicked-section > svg {
        width: 22px;
        height: 22px
    }
}

@media (max-width: 812px) {
    .dropdown-wrapper__clicked-section {
        margin: 0 6px 0 0;
        padding: 0;
        transform: scale(1)
    }

    .dropdown-wrapper__clicked-section:after {
        display: none
    }
}

.dropdown-wrapper__dropdown-info {
    position: absolute;
    transform: translate(-62px, 265px);
    width: 290px;
    margin-top: 15px;
    padding: 10px;
    border-radius: 17px;
    border: 1px solid #dfeaf0;
    background: #fff;
    box-shadow: 0 12px 30px rgba(28, 51, 56, .1);
    z-index: 11;
    cursor: auto
}

.dropdown-wrapper__dropdown-info-mobile {
    transform: translate(-120px, 265px)
}

@media screen and (max-height: 655px) {
    .dropdown-wrapper__dropdown-info {
        overflow-y: scroll;
        overflow-x: hidden
    }
}

@media (max-width: 812px) {
    .dropdown-wrapper__dropdown-info {
        transition: transform 1s;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 5px;
        margin: 0 5px;
        padding: 20px 20px 15px;
        width: calc(100% - 10px);
        z-index: 111111;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .dropdown-wrapper__dropdown-info::-webkit-scrollbar {
        display: none
    }

    .dropdown-wrapper__dropdown-info .navigation-block .nav-bar.navigation-block__links .nav-item__title {
        font-size: 15px
    }
}

.dropdown-wrapper.is-active {
    z-index: 99
}

.dropdown-wrapper.is-active:after {
    top: 13px;
    transform: rotateX(180deg)
}

.dropdown-wrapper.is-active div.dropdown-wrapper__dropdown-info {
    display: flex;
    flex-direction: column;
    align-items: center
}

@media (max-width: 812px) {
    .dropdown-wrapper.is-active div.dropdown-wrapper__dropdown-info {
        transform: translateY(0) !important
    }
}

.dropdown-wrapper.inactive div.dropdown-wrapper__dropdown-info {
    display: none
}

@media (max-width: 812px) {
    .dropdown-wrapper.inactive div.dropdown-wrapper__dropdown-info {
        display: block;
        transform: translateY(1000px) !important
    }
}

.dropdown-wrapper__close {
    transform: scale(.6);
    top: 0;
    right: 0
}

@media screen and (min-width: 812px) {
    .dropdown-wrapper__close {
        display: none
    }
}

.dropdown-wrapper-additional {
    margin: 0
}

@media (max-width: 480px) {
    .dropdown-wrapper {
        margin: 0 5px 0 0
    }

    .dropdown-wrapper:after {
        top: 14px;
        right: 1px
    }

    .dropdown-wrapper.is-active:after {
        top: 10px
    }
}

.circular-progress-bar {
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: transparent;
    z-index: 0
}

.circular-progress-bar svg {
    transform: rotate(-90deg);
    position: relative
}

.circular-progress-bar__inner-circle {
    stroke: #dfeaf0
}

.circular-progress-bar__outer-circle {
    stroke-linecap: round
}

.circular-progress-bar__values {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 90%;
    transform: translate(-50%, -50%);
    text-align: center;
    letter-spacing: -.3px;
    overflow: hidden
}

.circular-progress-bar__current-value {
    font-weight: 600;
    font-size: 15px;
    line-height: 16px;
    color: #1c4f5b
}

.circular-progress-bar__total-value {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #77959d;
    white-space: nowrap
}

.Toastify__toast {
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
    font-size: 15px;
    line-height: 21px;
    color: #fff
}

.Toastify__toast--success {
    background: #3ccc87
}

.Toastify__toast--success:before {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    margin: 0 12px 0 6px;
    background-image: url(/bahsegel/img/check.fce6ef46.svg)
}

.Toastify__toast--default {
    background: #2f6775;
    color: #fff
}

.Toastify__toast--default:before {
    content: none
}

.Toastify__toast--default .Toastify__progress-bar {
    background: #1c4f5b
}

.Toastify__toast--error {
    background: #ea0028
}

.Toastify__close-button {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    background-color: rgba(16, 149, 181, .5);
    border-radius: 50%
}

.Toastify__close-button svg {
    width: 14px;
    height: 14px;
    transform: translateX(4%)
}

.Toastify__progress-bar {
    height: 3px
}

.countdown__display {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 40px;
    border-radius: 17px;
    background: #fff;
    color: #000;
    font-size: 15px;
    font-weight: 700;
    line-height: 40px;
    text-align: center
}

.countdown__display--days {
    margin-right: 8px
}

.countdown__display--hours, .countdown__display--minutes {
    margin-right: 20px
}

.countdown__display--hours:after, .countdown__display--hours:before, .countdown__display--minutes:after, .countdown__display--minutes:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 100%;
    right: -12px
}

.countdown__display--hours:before, .countdown__display--minutes:before {
    top: 14px
}

.countdown__display--hours:after, .countdown__display--minutes:after {
    bottom: 14px
}

.cashbox-method {
    background: #fff;
    box-sizing: border-box;
    cursor: pointer;
    display: grid;
    grid-template-columns:84px calc(100% - 118px) 34px;
    border: 1px solid transparent;
    border-bottom-color: rgba(29, 34, 47, .1);
    align-items: center;
    box-shadow: 0 12px 28px rgba(28, 51, 56, .04)
}

.cashbox-method__tooltip .tooltip__trigger {
    padding: 7px 9px
}

.cashbox-method__collapsed {
    display: flex;
    justify-content: space-between;
    padding: 0 10px
}

.cashbox-method__collapsed .cashbox-method__info {
    margin-right: auto;
    margin-left: 10px
}

.cashbox-method__collapsed .cashbox-method-tooltip {
    margin-left: auto
}

.cashbox-method__arrow {
    display: block;
    transition: all .15s
}

.cashbox-method__arrow path {
    stroke: #77959d
}

.cashbox-method.box__default {
    width: 100%;
    height: 56px;
    font-size: 11px
}

.cashbox-method.box__lg {
    width: 210px;
    height: 153px;
    font-size: 13px;
    padding: 30px 30px 20px
}

.cashbox-method.box__md {
    width: 143px;
    height: 103px;
    font-size: 11px;
    padding: 20px
}

.cashbox-method__logo {
    justify-self: center;
    height: 40px;
    width: 68px;
    background: #f0f9fb;
    border-radius: 12px
}

.cashbox-method__logo img, .cashbox-method__logo svg {
    width: 100%;
    height: 100%;
    max-width: 100%;
    padding: 5px
}

@media screen and (min-width: 812px) {
    .cashbox-method:hover {
        border: 1px solid #ff9e2c
    }
}

.cashbox-method__info__method-name {
    color: #1c4f5b;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    max-width: 230px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.cashbox-method__selected .cashbox-method__arrow {
    transform: rotate(90deg)
}

@media screen and (min-width: 812px) {
    .cashbox-method__selected {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }
}

@media screen and (min-width: 812px) {
    .cashbox-method__selected:not(.cashbox-method__collapsed) {
        background: #ff9e2c;
        border-bottom: 1px solid #ff9e2c
    }

    .cashbox-method__selected:not(.cashbox-method__collapsed) .cashbox-method__info__method-name, .cashbox-method__selected:not(.cashbox-method__collapsed) .limits-info .label, .cashbox-method__selected:not(.cashbox-method__collapsed) .limits-info__value {
        color: #fff
    }
}

.deposit-modal .cashbox-methods-list__item.box__default {
    width: 100%;
    height: 56px;
    font-size: 11px
}

.cashbox-bonus {
    position: relative;
    display: flex;
    cursor: pointer;
    width: 100%;
    padding: 10px 16px 10px 10px;
    border-radius: 17px;
    align-items: center;
    justify-content: space-between
}

@media (max-width: 812px) {
    .cashbox-bonus {
        margin-bottom: 10px;
        background-color: #fff
    }
}

.cashbox-bonus--img-content {
    display: flex;
    align-items: center;
    grid-gap: 5px;
    gap: 5px
}

.cashbox-bonus--content-block {
    display: inline-flex;
    flex-direction: column
}

.cashbox-bonus--content-block__label {
    font-weight: 500;
    font-size: 11px;
    color: #1c4f5b;
    opacity: .8
}

.cashbox-bonus--content-block__description {
    font-weight: 500;
    font-size: 13px;
    color: #1c4f5b
}

.cashbox-bonus--selected .cashbox-bonus__checkbox:before {
    position: absolute;
    top: 2.6px;
    left: 2.7px;
    content: "";
    display: block;
    width: 14.4px;
    height: 14.4px;
    border-radius: 35px;
    background: #ff9e2c
}

.cashbox-bonus--no-bonus {
    background: #353d52;
    border: 1px solid #4f576a;
    justify-content: center;
    align-items: center
}

.cashbox-bonus--no-bonus .cashbox-bonus__checkbox {
    top: 12px;
    right: 12px
}

.cashbox-bonus--no-bonus .cashbox-bonus__type {
    color: #fff;
    font-size: 13px;
    line-height: 17px
}

.cashbox-bonus--no-bonus .cashbox-bonus__title {
    color: #dfeaf0;
    font-size: 11px;
    line-height: 14px
}

.cashbox-bonus__checkbox {
    flex-shrink: 0;
    position: relative;
    width: 24px;
    height: 24px;
    border: 2px solid #1c4f5b;
    border-radius: 100%
}

.cashbox-bonus__type {
    margin: 0 0 2px;
    color: #dfeaf0;
    font-weight: 600;
    font-size: 11px;
    line-height: 14px
}

.cashbox-bonus__title {
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    line-height: 17px
}

.cashbox-bonus__description {
    position: absolute;
    bottom: 15px;
    font-weight: 500;
    font-style: normal;
    font-size: 13px;
    color: #fff;
    max-height: 43px;
    overflow: hidden
}

.section-header-wrap {
    position: relative;
    width: 100%
}

.section-header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 121px;
    height: 29px;
    margin: 26px 0;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #b9c5e1;
    border: 2px solid #353d52;
    border-radius: 12.5px
}

.section-header:after, .section-header:before {
    position: absolute;
    top: 14px;
    left: 121px;
    content: "";
    display: block;
    width: calc(100% - 121px);
    height: 0;
    border: 1px solid rgba(53, 61, 82, .5);
    border-right: none;
    border-left: none;
    z-index: 1
}

.section-header:before {
    display: none
}

@media (max-width: 480px) {
    .section-header {
        margin: 20px auto
    }

    .section-header:after {
        width: calc(50% - 60px);
        right: 0;
        left: unset
    }

    .section-header:before {
        position: absolute;
        left: 0;
        width: calc(50% - 60px);
        height: 0;
        display: block
    }
}

.casino-load-more {
    display: flex;
    flex-direction: column;
    align-items: center
}

.casino-load-more__text {
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.3;
    text-align: center;
    color: #1c4f5b
}

.casino-load-more__progress-bar {
    margin-bottom: 20px
}

.not-found {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.not-found__icon {
    margin-top: -10px
}

.not-found__title {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
    color: #1095b5;
    text-align: center
}

.not-found__desc {
    font-size: 15px;
    line-height: 21px;
    color: #1c4f5b;
    text-align: center
}

.tournament-table {
    position: relative;
    max-width: 441px;
    margin: 0 0 37px auto;
    flex-shrink: 0
}

.tournament-table.wide {
    max-width: unset;
    margin: 0 auto
}

.tournament-table.wide .tournament-table__header {
    background: #1d222f;
    border-radius: 12px 12px 0 0;
    margin: 0
}

.tournament-table.wide .tournament-table__row {
    background: #353d52;
    color: #fff;
    border-radius: 0;
    height: 53px
}

.tournament-table.wide .tournament-table__row:last-child {
    border-radius: 0 0 12px 12px
}

.tournament-table.wide .tournament-table__row:not(:last-child) {
    margin: 0 0 1px
}

.tournament-table.wide .tournament-table__row:first-child .tournament-table__place:after {
    background: url(/bahsegel/img/1st-place.f54f7e08.svg) no-repeat 50%;
    display: block
}

.tournament-table.wide .tournament-table__row:nth-child(2) .tournament-table__place:after {
    background: url(/bahsegel/img/2nd-place.621bd8c9.svg) no-repeat 50%;
    display: block
}

.tournament-table.wide .tournament-table__row:nth-child(3) .tournament-table__place:after {
    background: url(/bahsegel/img/3rd-place.67551ad1.svg) no-repeat 50%;
    display: block
}

.tournament-table.wide .tournament-table__place {
    flex-basis: unset;
    min-height: 26px;
    width: 26px;
    line-height: 26px
}

.tournament-table.wide .tournament-table__place:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 26px;
    height: 26px;
    display: none
}

.tournament-table.wide .tournament-table__player {
    flex-basis: 15%
}

.tournament-table.wide .tournament-table__gamePlayed, .tournament-table.wide .tournament-table__prize {
    flex-basis: 35%
}

.tournament-table.wide .tournament-table__points {
    flex-basis: 10%
}

.tournament-table__header, .tournament-table__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 5px 17px 6px 14px;
    height: 32px;
    font-size: 15px;
    line-height: 21px;
    font-weight: 500;
    border-radius: 12px
}

.tournament-table__header:not(:last-child), .tournament-table__row:not(:last-child) {
    margin: 0 0 2px
}

.tournament-table__header {
    background: #1095b5;
    color: #b9c5e1;
    text-transform: capitalize
}

.tournament-table__row-wrap {
    overflow-y: scroll;
    overflow-y: overlay;
    border-radius: 0 0 12px 12px
}

.tournament-table__row {
    background: #5c6682;
    color: hsla(0, 0%, 100%, .9)
}

.tournament-table__place {
    position: relative;
    flex-basis: 10%;
    text-align: center
}

.tournament-table__player {
    flex-basis: 20%;
    text-align: center;
    overflow: hidden
}

.tournament-table__gamePlayed {
    flex-basis: 30%;
    text-align: center;
    overflow: hidden
}

.tournament-table__points {
    flex-basis: 20%;
    text-align: center;
    overflow: hidden
}

.tournament-table__prize {
    flex-basis: 50%;
    text-align: end;
    overflow: hidden
}

.tournament-table__bottom-shading {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    left: 0;
    height: 69px;
    width: 100%;
    background: linear-gradient(180deg, rgba(53, 61, 82, 0) -40.32%, #353d52 78.23%);
    z-index: 2;
    border-radius: 0 0 12px 12px
}

.tournament-table__show-more-btn {
    position: relative;
    width: 150px;
    height: 39px;
    color: #ff9e2c;
    font-size: 15px;
    line-height: 39px;
    font-weight: 600;
    text-align: center;
    cursor: pointer
}

.tournament-table__show-more-btn:after {
    position: absolute;
    display: block;
    top: 15px;
    right: 18px;
    content: "";
    background: url(/bahsegel/img/yellow-arrow-down.8ae43176.svg) no-repeat 50%;
    width: 8px;
    height: 12px
}

@media (max-width: 812px) {
    .tournament-table {
        max-width: unset;
        margin: 0 0 26px
    }

    .tournament-table.wide .tournament-table__player {
        flex-basis: 15%
    }

    .tournament-table.wide .tournament-table__gamePlayed {
        display: none
    }

    .tournament-table.wide .tournament-table__points {
        flex-basis: 15%
    }

    .tournament-table.wide .tournament-table__prize {
        flex-basis: 50%
    }
}

@media (max-width: 480px) {
    .tournament-table {
        margin: 0 0 23px
    }

    .tournament-table.wide .tournament-table__header, .tournament-table.wide .tournament-table__row {
        padding: 5px 10px 5px 6px
    }

    .tournament-table.wide .tournament-table__place {
        margin-right: 7px
    }

    .tournament-table.wide .tournament-table__player {
        display: block;
        flex-basis: 22%;
        margin-right: 5px
    }

    .tournament-table.wide .tournament-table__points {
        display: block;
        flex-basis: 22%
    }

    .tournament-table.wide .tournament-table__prize {
        flex-basis: 46%
    }

    .tournament-table__player, .tournament-table__points {
        display: none
    }

    .tournament-table__prize {
        flex-basis: 90%
    }
}

.custom-list {
    list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: tourney_list
}

.custom-list__list-item, .custom-list li {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-height: 30px;
    margin: 0;
    padding: 0 0 16px 46px
}

.custom-list__list-item:last-child, .custom-list li:last-child {
    padding-bottom: 0
}

.custom-list__list-item:before, .custom-list li:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    font-weight: 600;
    font-size: 13px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    counter-increment: tourney_list;
    content: counter(tourney_list);
    border: 1px solid rgba(185, 197, 225, .4);
    border-radius: 100%;
    box-sizing: border-box
}

.custom-list__list-item-title, .custom-list li {
    margin: 0 0 8px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    line-height: 21px
}

.custom-list__list-item-text, .custom-list li {
    color: #b9c5e1;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px
}

.custom-list__green .custom-list__list-item {
    padding: 0 0 24px 58px;
    min-height: 42px
}

.custom-list__green .custom-list__list-item:last-child {
    padding-bottom: 0
}

.custom-list__green .custom-list__list-item:before {
    width: 42px;
    height: 42px;
    font-size: 15px;
    line-height: 42px;
    border: none;
    background: linear-gradient(180deg, #1da5c5, #3cc4e9);
    filter: drop-shadow(3.10203px 3.10203px 0 rgba(36, 91, 102, .21))
}

.custom-list__green .custom-list__list-item:not(:last-child):after {
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    bottom: 0;
    border-left: 2px dashed rgba(60, 204, 135, .4);
    z-index: -1
}

.custom-list__green .custom-list__text {
    font-size: 13px;
    line-height: 19px
}

.custom-list__primary .custom-list__list-item, .custom-list__primary li {
    font-size: 13px;
    color: #fff
}

.custom-list__primary .custom-list__list-item:before, .custom-list__primary li:before {
    top: 0;
    left: 1px;
    background: rgba(255, 158, 44, .13);
    border: 1px solid transparent;
    border-radius: 100%;
    color: #ff9e2c
}

.custom-list__primary .custom-list__list-item-text, .custom-list__primary li {
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #1c4f5b
}

.custom-list__yellow .custom-list__list-item, .custom-list__yellow li {
    padding-left: 35px;
    min-height: 21px
}

.custom-list__yellow .custom-list__list-item:before, .custom-list__yellow li:before {
    top: 3px;
    left: 1px;
    width: 6px;
    height: 6px;
    background: #ff9e2c;
    border: 2.5px solid transparent;
    box-shadow: 0 0 0 1px #ff9e2c;
    background-clip: content-box;
    box-sizing: initial;
    border-radius: 100%;
    content: ""
}

.custom-list__yellow .custom-list__list-item-text, .custom-list__yellow li {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #97a4c3
}

.custom-list__default .custom-list__list-item, .custom-list__default li {
    padding-left: 15px;
    min-height: 21px
}

.custom-list__default .custom-list__list-item:before, .custom-list__default li:before {
    top: 5px;
    left: 1px;
    width: 5px;
    height: 5px;
    background: #000;
    border: 2px solid transparent;
    box-shadow: none;
    background-clip: content-box;
    box-sizing: initial;
    border-radius: 100%;
    content: ""
}

.custom-list__default .custom-list__list-item-title, .custom-list__default li {
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    color: #1c4f5b
}

.custom-list__default .custom-list__list-item-text, .custom-list__default li {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #1c4f5b
}

@media (max-width: 480px) {
    .custom-list__list-item-text {
        font-size: 13px;
        line-height: 19px
    }
}

.status-label {
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.status-label__icon {
    display: flex;
    margin-right: 4px
}

.status-label__text {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.2
}

.status-label--filled {
    height: 28px;
    padding: 0 10px;
    background-color: #fff;
    box-shadow: 0 12px 30px rgba(28, 51, 56, .1);
    border-radius: 17px
}

.status-label--filled .status-label__icon {
    margin-left: -7px
}

.status-label--filled .status-label__text {
    color: #77959d
}

.status-label--transparent .status-label__text {
    color: #1c4f5b
}

.status-label--new {
    display: inline-block;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    color: #fff;
    padding: 2px 5px 1px;
    margin-left: 5px;
    transform: skewX(5deg);
    border-radius: 10px;
    background-color: #ff9e2c
}

.status-label--new .status-label__text {
    top: -1px;
    position: relative;
    display: inline-block;
    transform: skewX(-5deg);
    color: #fff
}

.text-link {
    font-size: 15px;
    line-height: 21px;
    color: #1095b5;
    cursor: pointer;
    display: inline-block
}

.text-link:after {
    content: "";
    display: block;
    height: 1px;
    width: 0;
    background: transparent
}

.text-link:hover:after {
    background: #1095b5;
    width: 100%;
    transition: all .2s linear
}

.text-link__before-label {
    margin-right: 5px;
    vertical-align: middle
}

.text-link.gap-on-top {
    margin-top: 20px
}

.platform-tile {
    cursor: pointer
}

.platform-tile__inner-wrap {
    display: flex;
    align-items: center;
    max-height: 65px;
    min-width: 173px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 14px 18px 18px;
    background: #000;
    border-radius: 11px
}

.platform-tile__inner-wrap img {
    max-height: 33px;
    margin-right: 16px
}

.platform-tile__text-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

.platform-tile__get-it {
    margin: 0 0 2px;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: hsla(0, 0%, 100%, .7)
}

.platform-tile__platformName {
    font-weight: 900;
    font-size: 20px;
    line-height: 20px;
    color: #fff
}

.platform-tile__condition {
    margin-top: 9px;
    font-size: 12px;
    line-height: 13px;
    color: rgba(0, 65, 82, .6)
}

.pending-withdrawal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 26px 20px;
    border: 1px solid #dfeaf0;
    border-radius: 17px
}

.pending-withdrawal__items {
    display: flex;
    align-items: center;
    width: 100%
}

.pending-withdrawal__item {
    position: relative;
    padding-right: 7%;
    margin-right: 7%;
    border-right: 1px solid #dfeaf0
}

.pending-withdrawal__item:last-child {
    padding-right: 0;
    border: none
}

.pending-withdrawal__label {
    display: flex;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.3;
    color: #77959d
}

.pending-withdrawal__value {
    display: flex;
    align-items: center;
    font-size: 15px;
    line-height: 21px;
    color: #1c4f5b
}

.pending-withdrawal__value .user-balance__value {
    font-weight: 700;
    color: #f79420
}

.pending-withdrawal__item--id {
    flex-basis: 250px
}

.pending-withdrawal__item--sum {
    flex-basis: 130px
}

.pending-withdrawal__item--sum__value {
    font-weight: 700;
    color: #ff9e2c
}

.pending-withdrawal__item--status .pending-withdrawal__value {
    margin-left: -1px
}

.pending-withdrawal__item--status .pending-withdrawal__value .status-label__text {
    text-transform: capitalize
}

.pending-withdrawal__action-button {
    flex-shrink: 0;
    width: 100%;
    max-width: 100px
}

.pending-withdrawal__action-button .btn__label {
    text-transform: capitalize
}

@media (max-width: 812px) {
    .pending-withdrawal {
        flex-direction: column;
        padding: 15px;
        background-color: #fff;
        box-shadow: 0 12px 28px rgba(28, 51, 56, .04);
        border: none
    }

    .pending-withdrawal__items {
        flex-wrap: wrap
    }

    .pending-withdrawal__item {
        width: 50%;
        padding: 0;
        margin: 0 0 10px;
        border: none
    }

    .pending-withdrawal__item--time {
        width: 60%;
        order: 0
    }

    .pending-withdrawal__item--time .pending-withdrawal__label {
        display: none
    }

    .pending-withdrawal__item--status {
        width: 40%;
        order: 1
    }

    .pending-withdrawal__item--status .pending-withdrawal__label {
        display: none
    }

    .pending-withdrawal__item--status .status-label {
        margin: 0 0 0 auto
    }

    .pending-withdrawal__item--id {
        width: 60%;
        order: 2
    }

    .pending-withdrawal__item--sum {
        width: 40%;
        order: 3;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end
    }

    .pending-withdrawal__item--sum .pending-withdrawal__label {
        display: none
    }

    .pending-withdrawal__action-button {
        max-width: none;
        margin-top: 6px
    }
}

@keyframes animImg {
    0% {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

.lazy-img--loaded {
    animation: animImg .2s linear
}

.limits-info {
    display: inline-grid;
    grid-template-columns:auto auto;
    grid-gap: 10px;
    gap: 10px
}

.limits-info__value {
    color: #1095b5
}

.limits-info__value .label {
    color: #1095b5;
    margin-right: 3px;
    text-transform: capitalize
}

.currency-select-label__symbol-icon {
    font-size: 12px;
    margin-right: 5px;
    text-align: center;
    position: relative;
    background-color: #5cbdd4;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 50%;
    line-height: 18px;
    color: #1c4f5b
}

.currency-select-label__value {
    font-size: 15px;
    color: #1c4f5b;
    font-weight: 200
}

.cryptopay-widget {
    display: inline-flex;
    align-items: center
}

.cryptopay-widget__logo {
    margin-right: 7px
}

.cryptopay-widget__bitcoin-img {
    margin-right: 5px
}

.cryptopay-widget__text {
    display: flex;
    flex-direction: column
}

.cryptopay-widget__text-item {
    font-weight: 700;
    font-size: 6px;
    line-height: 8px;
    white-space: nowrap;
    color: #5b6376
}

.tooltip__container {
    padding: 8px 16px;
    background: #1c4f5b;
    box-shadow: 0 12px 30px rgba(28, 51, 56, .1);
    border-radius: 17px;
    color: #fff;
    font-size: 15px;
    line-height: 21px;
    z-index: 1
}

.tooltip__arrow:before {
    content: "";
    transform: rotate(45deg);
    background: #1c4f5b;
    border-radius: 3px;
    transition: transform .2s ease-out, visibility .2s ease-out;
    visibility: visible;
    transform: translateX(0) rotate(45deg);
    transform-origin: center;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    position: absolute;
    z-index: -1
}

.tooltip [data-popper-placement^=right] > [data-popper-arrow] {
    left: -4px
}

.tooltip [data-popper-placement^=right] > [data-popper-arrow]:before {
    top: -7px
}

.tooltip [data-popper-placement^=left] > [data-popper-arrow] {
    right: 10px
}

.tooltip [data-popper-placement^=left] > [data-popper-arrow]:before {
    top: -7px
}

.tooltip [data-popper-placement^=bottom-end] > [data-popper-arrow], .tooltip [data-popper-placement^=bottom-start] > [data-popper-arrow], .tooltip [data-popper-placement^=bottom] > [data-popper-arrow] {
    top: -4px
}

.tooltip [data-popper-placement^=bottom-end] > [data-popper-arrow]:before, .tooltip [data-popper-placement^=bottom-start] > [data-popper-arrow]:before, .tooltip [data-popper-placement^=bottom] > [data-popper-arrow]:before {
    left: -7px
}

.tooltip [data-popper-placement^=top] > [data-popper-arrow] {
    bottom: 10px
}

.tooltip [data-popper-placement^=top] > [data-popper-arrow]:before {
    left: -7px
}

.verify-google-modal .modal-content {
    padding: 48px 0 16px
}

.verify-google-modal__step-text {
    display: flex;
    grid-gap: 10px;
    gap: 10px;
    margin: 10px 0
}

.verify-google-modal__step-number {
    display: block;
    width: 18px;
    border-radius: 50%;
    height: 18px;
    background: #dfeaf0;
    color: #1c4f5b;
    padding: 3px 6px;
    font-size: 11px
}

.verify-google-modal__step-content {
    display: flex;
    align-items: center
}

.verify-google-modal__step-content .verify-google-modal__img-wrapper > svg {
    max-width: 140px;
    height: auto
}

.verify-google-modal__step-content .subhint-code {
    margin-top: 10px;
    font-weight: 700
}

.trusona_proposal {
    width: 320px
}

.trusona_proposal__controls {
    display: grid;
    grid-template-columns:1fr 1fr;
    margin-top: 15px
}

.trusona_proposal__description {
    margin-top: 5px;
    color: #77959d;
    font-weight: 300
}

.trusona_proposal__title {
    display: grid;
    grid-template-columns:24px 1fr;
    grid-gap: 5px;
    align-items: center
}

.trusona_proposal__title__text {
    color: #1c4f5b;
    font-size: 15px
}

.trusona-enable__head {
    background: #f0f9fb;
    padding: 40px 30px;
    border-radius: 17px;
    display: grid;
    justify-content: center;
    align-items: center;
    justify-items: center
}

.trusona-enable__head__img {
    margin-bottom: 16px;
    width: 60px;
    height: 60px
}

.trusona-enable__head__title {
    color: #1c4f5b;
    margin-bottom: 10px;
    text-align: center
}

.trusona-enable__head__description {
    text-align: center;
    font-weight: 400
}

.trusona-enable__body {
    padding: 0 20px
}

.trusona-enable__body__item {
    display: grid;
    grid-template-columns:24px 1fr;
    grid-gap: 10px;
    margin-top: 20px
}

.trusona-enable__body__item__text {
    color: #1c4f5b;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px
}

.trusona-enable__controls {
    margin-top: 30px;
    padding: 0 20px
}

.trusona-disable__head {
    text-align: center
}

.trusona-disable__head__img {
    margin-bottom: 16px
}

.trusona-disable__head__title {
    color: #1095b5;
    margin-bottom: 10px;
    text-align: center
}

.trusona-disable__head__description {
    text-align: center;
    font-weight: 400;
    margin-bottom: 15px
}

.trusona-disable__controls {
    display: grid;
    grid-gap: 16px;
    margin-top: 24px
}

.bonus-claim {
    width: 343px
}

.bonus-claim__description {
    margin-top: 8px;
    color: #77959d;
    font-weight: 300;
    text-align: center;
    padding: 0 25px
}

.bonus-claim__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 10px;
    gap: 10px
}

.bonus-claim__title-text {
    color: #1c4f5b;
    font-size: 15px
}

.bonus-claim__controls {
    display: grid;
    grid-template-columns:1fr 1fr;
    margin-top: 20px
}

.bonus-claim__controls > * {
    width: calc(100% - 25px);
    justify-self: center
}

.user-token__close-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 12px;
    background-color: #e1f3f7
}

@keyframes circleLoop {
    0% {
        transform: scale(1)
    }
    95% {
        transform: scale(1.2)
    }
    to {
        transform: scale(1)
    }
}

@keyframes percentChange {
    0% {
        opacity: 1;
        transform: scale(.9)
    }
    49.9% {
        opacity: 1;
        transform: scale(.8)
    }
    50% {
        opacity: 0
    }
    to {
        opacity: 0
    }
}

@keyframes dollarChange {
    0% {
        opacity: 0
    }
    49.9% {
        opacity: 0
    }
    50% {
        opacity: 1;
        transform: scale(.9)
    }
    to {
        opacity: 1;
        transform: scale(.8)
    }
}

.user-token-icon {
    content: "";
    height: 68px;
    width: 70px;
    animation: circleLoop 3.5s ease-in-out infinite;
    background: url(/bahsegel/img/circle.6e66ae74.svg) no-repeat
}

.user-token-icon:after {
    height: 42px;
    width: 42px;
    top: 11px;
    left: 15px;
    animation: percentChange 7s ease-in-out infinite;
    background: url(/bahsegel/img/percent.a7a7f885.svg) no-repeat
}

.user-token-icon:after, .user-token-icon:before {
    content: "";
    display: inline-block;
    position: absolute
}

.user-token-icon:before {
    height: 52px;
    width: 30px;
    top: 9px;
    left: 21px;
    animation: dollarChange 7s ease-in-out infinite;
    background: url(/bahsegel/img/dollar.c64be21e.svg) no-repeat
}

.user-token__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 10px;
    gap: 10px
}

.user-token__title-text {
    color: #1095b5;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    padding: 0 35px;
    text-align: center
}

.user-token__title-text span {
    display: block
}

.user-token__description {
    margin-top: 12px;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #1c4f5b;
    text-align: center
}

.user-token__controls {
    display: grid;
    grid-template-columns:1fr 1fr;
    margin-top: 20px
}

.user-token__controls > * {
    height: 44px;
    width: calc(100% - 25px);
    justify-self: center
}

.user-token__not-show {
    cursor: pointer;
    font-size: 13px;
    margin-top: 20px;
    font-weight: 400;
    text-align: center;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.user-info {
    display: flex;
    align-items: center;
    margin-left: auto;
    cursor: pointer
}

.user-info#user-info--as-sidebar {
    display: block;
    width: 320px;
    height: inherit
}

.user-info#user-info--as-sidebar .nav-item {
    grid-gap: 15px;
    gap: 15px;
    justify-content: start
}

.user-info#user-info--as-sidebar .nav-item:not(.nav-item--link_active) {
    border: 1px solid transparent
}

.user-info#user-info--as-sidebar .nav-item--link_active:hover {
    border: 1px solid #ff9e2c
}

.user-info#user-info--as-sidebar .nav-item svg:first-child {
    width: 21px;
    height: 21px;
    margin: 0 0 0 10px
}

@media (max-width: 812px) {
    .user-info#user-info--as-sidebar {
        display: none
    }
}

@media only screen and (max-device-height: 1366px)and (max-device-width: 1024px) {
    .user-info#user-info--as-sidebar {
        display: none
    }
}

.user-info#user-info--as-sidebar .dropdown-wrapper__dropdown-info {
    display: flex;
    flex-direction: column;
    width: inherit;
    position: relative;
    padding: 0;
    border: none;
    border-radius: 0 17px 0 0;
    transform: translate(0);
    height: calc(100% - 20px);
    margin-top: 20px;
    top: 0;
    box-shadow: none
}

.user-info#user-info--as-sidebar .dropdown-wrapper__dropdown-info .account-info {
    padding: 20px 20px 24px;
    width: 100%
}

.user-info#user-info--as-sidebar .dropdown-wrapper__dropdown-info .navigation-block {
    padding: 24px 20px 20px;
    background: linear-gradient(180deg, #1da5c5, #3cc4e9);
    border-radius: 17px 17px 0 0;
    flex-grow: 1;
    width: 100%
}

.user-info#user-info--as-sidebar .dropdown-wrapper__dropdown-info .navigation-block .nav-bar.navigation-block__links {
    border: none;
    padding: 0;
    width: 100%
}

.user-info#user-info--as-sidebar .dropdown-wrapper__dropdown-info .navigation-block .nav-bar.navigation-block__links .nav-item {
    height: 56px;
    margin: 0 0 10px;
    flex-direction: row
}

.user-info#user-info--as-sidebar .dropdown-wrapper__dropdown-info .navigation-block .nav-bar.navigation-block__links .nav-item.nav-item--with-description {
    width: 100%
}

.user-info#user-info--as-sidebar .dropdown-wrapper__dropdown-info .navigation-block .btn, .user-info#user-info--as-sidebar .dropdown-wrapper__dropdown-info .navigation-block .btn-action, .user-info#user-info--as-sidebar .dropdown-wrapper__dropdown-info .navigation-block .btn-all-games, .user-info#user-info--as-sidebar .dropdown-wrapper__dropdown-info .navigation-block .btn-danger, .user-info#user-info--as-sidebar .dropdown-wrapper__dropdown-info .navigation-block .btn-dark, .user-info#user-info--as-sidebar .dropdown-wrapper__dropdown-info .navigation-block .btn-default, .user-info#user-info--as-sidebar .dropdown-wrapper__dropdown-info .navigation-block .btn-demo, .user-info#user-info--as-sidebar .dropdown-wrapper__dropdown-info .navigation-block .btn-inverted, .user-info#user-info--as-sidebar .dropdown-wrapper__dropdown-info .navigation-block .btn-logout, .user-info#user-info--as-sidebar .dropdown-wrapper__dropdown-info .navigation-block .btn-outline, .user-info#user-info--as-sidebar .dropdown-wrapper__dropdown-info .navigation-block .btn-play, .user-info#user-info--as-sidebar .dropdown-wrapper__dropdown-info .navigation-block .btn-primary, .user-info#user-info--as-sidebar .dropdown-wrapper__dropdown-info .navigation-block .btn-primary-transparent, .user-info#user-info--as-sidebar .dropdown-wrapper__dropdown-info .navigation-block .btn-secondary, .user-info#user-info--as-sidebar .dropdown-wrapper__dropdown-info .navigation-block .btn-secondary-text, .user-info#user-info--as-sidebar .dropdown-wrapper__dropdown-info .navigation-block .btn-star, .user-info#user-info--as-sidebar .dropdown-wrapper__dropdown-info .navigation-block .btn-transparent, .user-info#user-info--as-sidebar .dropdown-wrapper__dropdown-info .navigation-block .btn-transparent-bordered, .user-info#user-info--as-sidebar .dropdown-wrapper__dropdown-info .navigation-block .disable-popup-blocker__btn-link {
    margin: 14px 0 0;
    height: 44px;
    color: #fff;
    border-color: #fff
}

.user-info#user-info--as-sidebar .dropdown-wrapper__dropdown-info .navigation-block .btn__label {
    font-weight: 600;
    font-size: 15px;
    line-height: 21px
}

.user-info#user-info--as-dropdown .header-additional {
    margin-left: 10px;
    margin-right: 0
}

.user-info#user-info--as-dropdown .dropdown-wrapper__close {
    transform: none;
    top: 12px;
    right: 12px
}

.user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .account-info {
    width: 100%;
    padding: 12px 14px 10px
}

.user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .account-info .btn-deposit {
    display: none
}

.user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .account-info__balance {
    margin: 0 0 17px;
    position: relative
}

.user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .account-info__balance:after {
    border-bottom: 2px dotted #1ba3c3;
    content: "";
    position: absolute;
    bottom: -17px;
    width: 239px;
    height: 0
}

.user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block {
    width: 100%
}

.user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block__links {
    position: relative;
    margin: 0 0 10px
}

.user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block__links:after {
    border-bottom: 2px dotted #1ba3c3;
    content: "";
    position: absolute;
    bottom: -8px;
    left: 14px;
    width: 239px;
    height: 0
}

.user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block__links .nav-item {
    margin: 2px 0;
    flex-direction: row;
    justify-content: flex-start;
    padding: 11px 19px 12px;
    width: 100%;
    border: none;
    background: #fff
}

.user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block__links .nav-item--with-description {
    flex-wrap: wrap
}

.user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block__links .nav-item--with-description .nav-item__title {
    letter-spacing: -.2px;
    text-align: left
}

.user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block__links .nav-item--with-description .nav-item__description {
    margin: 4px 0 0;
    padding: 0 0 0 40px;
    width: 100%;
    text-align: left;
    font-size: 13px;
    line-height: 17px;
    color: #77959d
}

.user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block__links .nav-item:last-child {
    margin: 2px 0 4px
}

.user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block__links .nav-item svg:first-child {
    width: 21px;
    height: 21px;
    margin: 0 19px 0 0
}

@media (max-width: 812px) {
    .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block__links .nav-item svg:first-child {
        margin: 0 0 0 10px
    }
}

.user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block__links .nav-item:hover {
    background: #f0f9fb
}

.user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block__links .nav-item:hover:nth-child(2) svg:first-child path {
    fill: none;
    stroke: #1ba3c4
}

.user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block__links .nav-item:hover svg:first-child path {
    fill: #1ba3c4
}

.user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block__links .nav-item:hover svg:first-child rect {
    stroke: #1ba3c4
}

.user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block__links .nav-item--link_active {
    background: #fff
}

.user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block__links .nav-item--link_active:nth-child(2) svg:first-child path {
    stroke: #1ba3c4
}

.user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-action, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-all-games, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-danger, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-dark, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-default, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-demo, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-inverted, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-logout, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-outline, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-play, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-primary, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-primary-transparent, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-secondary, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-secondary-text, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-star, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-transparent, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-transparent-bordered, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .disable-popup-blocker__btn-link {
    height: 44px;
    justify-content: flex-start
}

.user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn__icon {
    margin: 0 16px 0 0
}

.user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn__label {
    color: #1c4f5b;
    font-weight: 600;
    font-size: 15px
}

.user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-action:hover, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-all-games:hover, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-danger:hover, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-dark:hover, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-default:hover, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-demo:hover, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-inverted:hover, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-logout:hover, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-outline:hover, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-play:hover, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-primary-transparent:hover, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-primary:hover, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-secondary-text:hover, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-secondary:hover, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-star:hover, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-transparent-bordered:hover, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-transparent:hover, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn:hover, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .disable-popup-blocker__btn-link:hover {
    background: #f0f9fb
}

@media (max-width: 812px) {
    .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info {
        display: flex;
        flex-direction: column;
        width: inherit;
        position: relative;
        border: none;
        border-radius: 0 17px 0 0;
        transform: translate(0);
        height: calc(100% - 20px);
        top: 0;
        box-shadow: none;
        position: fixed;
        transform: translateY(0);
        align-items: center;
        height: 100%;
        border-radius: 17px 17px 0 0;
        margin: 0;
        padding: 38px 0 0;
        box-shadow: 0 12px 30px rgba(28, 51, 56, .1);
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll;
        top: unset;
        bottom: 0;
        max-height: 100vh
    }

    .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .account-info {
        padding: 20px 20px 24px;
        width: 100%
    }

    .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block {
        padding: 24px 20px 20px;
        background: linear-gradient(180deg, #1da5c5, #3cc4e9);
        border-radius: 17px 17px 0 0;
        flex-grow: 1;
        width: 100%
    }

    .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .nav-bar.navigation-block__links {
        border: none;
        padding: 0;
        width: 100%
    }

    .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .nav-bar.navigation-block__links .nav-item {
        height: 56px;
        margin: 0 0 10px;
        flex-direction: row
    }

    .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .nav-bar.navigation-block__links .nav-item.nav-item--with-description {
        width: 100%
    }

    .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-action, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-all-games, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-danger, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-dark, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-default, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-demo, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-inverted, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-logout, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-outline, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-play, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-primary, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-primary-transparent, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-secondary, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-secondary-text, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-star, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-transparent, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-transparent-bordered, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .disable-popup-blocker__btn-link {
        margin: 14px 0 0;
        height: 44px;
        color: #fff;
        border-color: #fff
    }

    .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn__label {
        font-weight: 600;
        font-size: 15px;
        line-height: 21px
    }

    .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .account-info {
        padding: 0 20px 20px
    }

    .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .account-info__balance {
        margin: 0 0 20px
    }

    .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .account-info__balance:after {
        display: none
    }

    .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .account-info .btn-deposit {
        height: 44px;
        display: inline-block
    }

    .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block {
        padding-bottom: 62px;
        flex-grow: 0
    }

    .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block__links:after {
        display: none
    }

    .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block__links .nav-item {
        padding: 10px;
        align-items: center;
        grid-gap: 15px;
        gap: 15px;
        justify-content: start;
        border-radius: 12px
    }

    .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block__links .nav-item.nav-item--with-description {
        position: relative;
        flex-direction: row;
        justify-content: flex-end;
        text-align: left
    }

    .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block__links .nav-item.nav-item--with-description .nav-item__description, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block__links .nav-item.nav-item--with-description .nav-item__title {
        flex-grow: 1
    }

    .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block__links .nav-item.nav-item--with-description .nav-item__icon {
        position: absolute;
        margin: 0;
        left: 24px;
        top: 28.5px
    }

    .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block__links .nav-item svg:first-child {
        width: 22px;
        height: 22px
    }

    .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-action, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-all-games, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-danger, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-dark, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-default, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-demo, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-inverted, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-logout, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-outline, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-play, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-primary, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-primary-transparent, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-secondary, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-secondary-text, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-star, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-transparent, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-transparent-bordered, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .disable-popup-blocker__btn-link {
        justify-content: center
    }

    .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn__icon {
        display: none
    }

    .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-action:hover, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-all-games:hover, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-danger:hover, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-dark:hover, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-default:hover, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-demo:hover, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-inverted:hover, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-logout:hover, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-outline:hover, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-play:hover, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-primary-transparent:hover, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-primary:hover, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-secondary-text:hover, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-secondary:hover, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-star:hover, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-transparent-bordered:hover, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn-transparent:hover, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn:hover, .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .disable-popup-blocker__btn-link:hover {
        background: transparent
    }

    .user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block .btn__label {
        color: #fff
    }
}

.user-info .dropdown-wrapper__dropdown-info .account-info__balance {
    margin-bottom: 20px
}

.user-info .dropdown-wrapper__dropdown-info .account-info__balance-block {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    line-height: 21px
}

.user-info .dropdown-wrapper__dropdown-info .account-info__balance-block:not(:last-child) {
    margin-bottom: 10px
}

.user-info .dropdown-wrapper__dropdown-info .account-info__balance-block-text {
    color: #77959d
}

.user-info .dropdown-wrapper__dropdown-info .account-info__balance-block-value {
    color: #f79420;
    font-weight: 700;
    font-size: 15px;
    line-height: 21px
}

.user-info .dropdown-wrapper__dropdown-info .account-info__balance-block--clickable {
    cursor: pointer
}

.user-info .dropdown-wrapper__dropdown-info__progress-bar {
    margin: 10px auto 12px
}

@media (max-width: 812px) {
    .user-info .dropdown-wrapper__dropdown-info__progress-bar {
        text-align: center
    }
}

.user-info .dropdown-wrapper__dropdown-info .btn-deposit {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 0;
    font-weight: 700;
    font-size: 15px
}

@media (max-width: 1024px) {
    .user-info .dropdown-wrapper {
        margin: 0 12px 0 0
    }
}

@media (max-width: 1024px) {
    .user-info .dropdown-wrapper-additional {
        margin: 0
    }
}

.user-info .active-session {
    position: relative;
    margin-right: 32px
}

.user-info .active-session__value {
    color: #dfeaf0
}

.user-info .active-session:after {
    content: "";
    top: -2px;
    right: -12px;
    height: 28px;
    border-left: 1px solid #5c6682;
    position: absolute
}

.user-info .user-balance {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    margin: 0 6px 0 0
}

.user-info .user-balance__label {
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #1095b5;
    text-align: right
}

.user-info .user-balance__value {
    display: block;
    color: #f79420;
    font-weight: 700;
    font-size: 15px;
    line-height: 21px;
    text-align: right
}

.user-info .user-balance__icon {
    margin: 0 20px 0 5px;
    height: 24px;
    width: 24px
}

@media (max-width: 812px) {
    .user-info .user-balance__label {
        font-size: 11px;
        line-height: 13px
    }

    .user-info .user-balance__value {
        font-size: 13px;
        line-height: 16px
    }
}

.user-info .btn-deposit {
    display: inline-flex;
    align-items: center;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 13px 20px;
    min-width: 97px;
    font-size: 15px;
    line-height: 18px;
    border: none
}

.user-info .btn-deposit svg {
    position: relative;
    left: -5px
}

@media (max-width: 480px) {
    .user-info .btn-deposit {
        padding: 10px 12px;
        min-width: unset;
        font-size: 13px;
        line-height: 16px
    }

    .user-info .btn-deposit svg {
        display: none
    }
}

.user-navigation-mobile .navigation-block {
    position: relative
}

.user-navigation-mobile .navigation-block__links {
    background: #fff;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    margin: 0;
    align-items: unset;
    text-align: center
}

.user-navigation-mobile .navigation-block__links:after {
    position: relative;
    display: block;
    content: "";
    right: 0;
    min-width: 5px;
    height: auto
}

.user-navigation-mobile .navigation-block__links::-webkit-scrollbar {
    height: 0
}

.user-navigation-mobile .navigation-block__links .nav-item {
    height: 36px;
    flex-direction: row;
    border: unset;
    border-radius: 12px;
    padding: 9.5px 14px;
    margin: 4px 5px 10px;
    background: rgba(240, 249, 251, .5)
}

.user-navigation-mobile .navigation-block__links .nav-item svg:first-child path {
    fill: #1ba3c4
}

.user-navigation-mobile .navigation-block__links .nav-item svg:first-child rect {
    stroke: #1ba3c4
}

.user-navigation-mobile .navigation-block__links .nav-item:nth-child(-n+2) svg:first-child path {
    fill: none;
    stroke: #1ba3c4
}

.user-navigation-mobile .navigation-block__links .nav-item--link_active:first-child svg:first-child, .user-navigation-mobile .navigation-block__links .nav-item--link_active:nth-child(2) svg:first-child, .user-navigation-mobile .navigation-block__links .nav-item:hover:first-child svg:first-child, .user-navigation-mobile .navigation-block__links .nav-item:hover:nth-child(2) svg:first-child {
    fill: none
}

.user-navigation-mobile .navigation-block__links .nav-item--link_active:first-child svg:first-child path, .user-navigation-mobile .navigation-block__links .nav-item--link_active:nth-child(2) svg:first-child path, .user-navigation-mobile .navigation-block__links .nav-item:hover:first-child svg:first-child path, .user-navigation-mobile .navigation-block__links .nav-item:hover:nth-child(2) svg:first-child path {
    fill: none;
    stroke: #ff9e2c
}

.user-navigation-mobile .navigation-block__links .nav-item--link_active svg:first-child path, .user-navigation-mobile .navigation-block__links .nav-item:hover svg:first-child path {
    fill: #ff9e2c
}

.user-navigation-mobile .navigation-block__links .nav-item--link_active:last-child svg rect, .user-navigation-mobile .navigation-block__links .nav-item:hover:last-child svg rect {
    stroke: #ff9e2c
}

.user-navigation-mobile .navigation-block__links .nav-item--link_active:last-child svg path, .user-navigation-mobile .navigation-block__links .nav-item:hover:last-child svg path {
    fill: #ff9e2c
}

.user-navigation-mobile .navigation-block__links .nav-item:first-child {
    display: none
}

.user-navigation-mobile .navigation-block__links .nav-item svg:first-child {
    width: 20px;
    height: 20px;
    margin-right: 10px
}

.user-navigation-mobile .navigation-block__links .nav-item__title {
    font-weight: 500;
    font-size: 13px;
    line-height: 17px;
    color: #1c4f5b
}

.user-navigation-mobile .navigation-block__links .nav-item__icon svg path {
    fill: #fff !important;
    stroke: none !important
}

.user-navigation-mobile .navigation-block__links .nav-item__arrow {
    display: none
}

.user-navigation-mobile .navigation-block__links .nav-item--link_active {
    background: transparent;
    position: relative
}

.user-navigation-mobile .navigation-block__links .nav-item--link_active .nav-item__title {
    color: #ff9e2c
}

.user-navigation-mobile .navigation-block__links .nav-item--link_active:after {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 5px;
    top: 41px;
    bottom: unset;
    right: unset;
    margin: unset;
    left: 50%;
    transform: rotate(45deg);
    position: absolute;
    background: #ecf2f4
}

.user-navigation-mobile .navigation-block__links .nav-item__description {
    display: none
}

.user-info .navigation-block .nav-bar.navigation-block__links, .user-profile-balance-container .navigation-block .nav-bar.navigation-block__links {
    display: block;
    margin: 0;
    flex-direction: unset;
    align-items: unset;
    text-align: center
}

.user-info .navigation-block .nav-bar.navigation-block__links .nav-item, .user-profile-balance-container .navigation-block .nav-bar.navigation-block__links .nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #bce5ee;
    padding: 10px;
    margin: 10px 0;
    font-size: 15px;
    border-radius: 12px;
    border: 1px solid transparent;
    position: unset;
    font-weight: unset;
    text-decoration: none;
    text-align: unset;
    line-height: unset;
    min-height: unset;
    text-decoration: unset
}

.user-info .navigation-block .nav-bar.navigation-block__links .nav-item svg:first-child path, .user-profile-balance-container .navigation-block .nav-bar.navigation-block__links .nav-item svg:first-child path {
    fill: #1ba3c4
}

.user-info .navigation-block .nav-bar.navigation-block__links .nav-item svg:first-child rect, .user-profile-balance-container .navigation-block .nav-bar.navigation-block__links .nav-item svg:first-child rect {
    stroke: #1ba3c4
}

.user-info .navigation-block .nav-bar.navigation-block__links .nav-item:nth-child(-n+2) svg:first-child path, .user-profile-balance-container .navigation-block .nav-bar.navigation-block__links .nav-item:nth-child(-n+2) svg:first-child path {
    fill: none;
    stroke: #1ba3c4
}

.user-info .navigation-block .nav-bar.navigation-block__links .nav-item--link_active:first-child svg:first-child, .user-info .navigation-block .nav-bar.navigation-block__links .nav-item--link_active:nth-child(2) svg:first-child, .user-info .navigation-block .nav-bar.navigation-block__links .nav-item:hover:first-child svg:first-child, .user-info .navigation-block .nav-bar.navigation-block__links .nav-item:hover:nth-child(2) svg:first-child, .user-profile-balance-container .navigation-block .nav-bar.navigation-block__links .nav-item--link_active:first-child svg:first-child, .user-profile-balance-container .navigation-block .nav-bar.navigation-block__links .nav-item--link_active:nth-child(2) svg:first-child, .user-profile-balance-container .navigation-block .nav-bar.navigation-block__links .nav-item:hover:first-child svg:first-child, .user-profile-balance-container .navigation-block .nav-bar.navigation-block__links .nav-item:hover:nth-child(2) svg:first-child {
    fill: none
}

.user-info .navigation-block .nav-bar.navigation-block__links .nav-item--link_active:first-child svg:first-child path, .user-info .navigation-block .nav-bar.navigation-block__links .nav-item--link_active:nth-child(2) svg:first-child path, .user-info .navigation-block .nav-bar.navigation-block__links .nav-item:hover:first-child svg:first-child path, .user-info .navigation-block .nav-bar.navigation-block__links .nav-item:hover:nth-child(2) svg:first-child path, .user-profile-balance-container .navigation-block .nav-bar.navigation-block__links .nav-item--link_active:first-child svg:first-child path, .user-profile-balance-container .navigation-block .nav-bar.navigation-block__links .nav-item--link_active:nth-child(2) svg:first-child path, .user-profile-balance-container .navigation-block .nav-bar.navigation-block__links .nav-item:hover:first-child svg:first-child path, .user-profile-balance-container .navigation-block .nav-bar.navigation-block__links .nav-item:hover:nth-child(2) svg:first-child path {
    fill: none;
    stroke: #ff9e2c
}

.user-info .navigation-block .nav-bar.navigation-block__links .nav-item--link_active svg:first-child path, .user-info .navigation-block .nav-bar.navigation-block__links .nav-item:hover svg:first-child path, .user-profile-balance-container .navigation-block .nav-bar.navigation-block__links .nav-item--link_active svg:first-child path, .user-profile-balance-container .navigation-block .nav-bar.navigation-block__links .nav-item:hover svg:first-child path {
    fill: #ff9e2c
}

.user-info .navigation-block .nav-bar.navigation-block__links .nav-item--link_active:last-child svg rect, .user-info .navigation-block .nav-bar.navigation-block__links .nav-item:hover:last-child svg rect, .user-profile-balance-container .navigation-block .nav-bar.navigation-block__links .nav-item--link_active:last-child svg rect, .user-profile-balance-container .navigation-block .nav-bar.navigation-block__links .nav-item:hover:last-child svg rect {
    stroke: #ff9e2c
}

.user-info .navigation-block .nav-bar.navigation-block__links .nav-item--link_active:last-child svg path, .user-info .navigation-block .nav-bar.navigation-block__links .nav-item:hover:last-child svg path, .user-profile-balance-container .navigation-block .nav-bar.navigation-block__links .nav-item--link_active:last-child svg path, .user-profile-balance-container .navigation-block .nav-bar.navigation-block__links .nav-item:hover:last-child svg path {
    fill: #ff9e2c
}

.user-info .navigation-block .nav-bar.navigation-block__links .nav-item:first-child, .user-profile-balance-container .navigation-block .nav-bar.navigation-block__links .nav-item:first-child {
    margin-top: 0
}

.user-info .navigation-block .nav-bar.navigation-block__links .nav-item:last-child, .user-profile-balance-container .navigation-block .nav-bar.navigation-block__links .nav-item:last-child {
    margin-bottom: 0
}

.user-info .navigation-block .nav-bar.navigation-block__links .nav-item__title, .user-profile-balance-container .navigation-block .nav-bar.navigation-block__links .nav-item__title {
    color: #1c4f5b;
    font-weight: 600;
    font-size: 15px;
    line-height: 21px
}

.user-info .navigation-block .nav-bar.navigation-block__links .nav-item__arrow, .user-profile-balance-container .navigation-block .nav-bar.navigation-block__links .nav-item__arrow {
    display: none;
    position: relative;
    margin-left: auto;
    margin-right: 0;
    transform: rotate(270deg)
}

.user-info .navigation-block .nav-bar.navigation-block__links .nav-item__arrow path, .user-profile-balance-container .navigation-block .nav-bar.navigation-block__links .nav-item__arrow path {
    fill: #1ba3c4
}

.user-info .navigation-block .nav-bar.navigation-block__links .nav-item svg, .user-profile-balance-container .navigation-block .nav-bar.navigation-block__links .nav-item svg {
    margin-bottom: 9px
}

.user-info .navigation-block .nav-bar.navigation-block__links .nav-item svg:first-child, .user-profile-balance-container .navigation-block .nav-bar.navigation-block__links .nav-item svg:first-child {
    height: 28px;
    width: 28px
}

.user-info .navigation-block .nav-bar.navigation-block__links .nav-item--link_active, .user-info .navigation-block .nav-bar.navigation-block__links .nav-item:hover, .user-profile-balance-container .navigation-block .nav-bar.navigation-block__links .nav-item--link_active, .user-profile-balance-container .navigation-block .nav-bar.navigation-block__links .nav-item:hover {
    background: #fff;
    border: 1px solid #ff9e2c
}

.user-info .navigation-block .nav-bar.navigation-block__links .nav-item--link_active .nav-item__title, .user-info .navigation-block .nav-bar.navigation-block__links .nav-item:hover .nav-item__title, .user-profile-balance-container .navigation-block .nav-bar.navigation-block__links .nav-item--link_active .nav-item__title, .user-profile-balance-container .navigation-block .nav-bar.navigation-block__links .nav-item:hover .nav-item__title {
    color: #1c4f5b
}

.user-info .navigation-block .nav-bar.navigation-block__links .nav-item--link_active svg.nav-item__arrow path, .user-info .navigation-block .nav-bar.navigation-block__links .nav-item:hover svg.nav-item__arrow path, .user-profile-balance-container .navigation-block .nav-bar.navigation-block__links .nav-item--link_active svg.nav-item__arrow path, .user-profile-balance-container .navigation-block .nav-bar.navigation-block__links .nav-item:hover svg.nav-item__arrow path {
    fill: #ff9e2c
}

.user-info .navigation-block .nav-bar.navigation-block__links .nav-item--link_active:after, .user-info .navigation-block .nav-bar.navigation-block__links .nav-item:hover:after, .user-profile-balance-container .navigation-block .nav-bar.navigation-block__links .nav-item--link_active:after, .user-profile-balance-container .navigation-block .nav-bar.navigation-block__links .nav-item:hover:after {
    content: unset
}

.user-info .navigation-block .nav-bar.navigation-block__links .nav-item:hover, .user-profile-balance-container .navigation-block .nav-bar.navigation-block__links .nav-item:hover {
    border: none
}

.user-info .navigation-block .nav-bar.navigation-block__links .nav-item--default, .user-profile-balance-container .navigation-block .nav-bar.navigation-block__links .nav-item--default {
    height: unset;
    width: unset
}

@media (max-width: 812px) {
    .user-info .navigation-block .nav-bar.navigation-block__links .nav-item, .user-profile-balance-container .navigation-block .nav-bar.navigation-block__links .nav-item {
        border-radius: 0;
        margin: 0
    }

    .user-info .navigation-block .nav-bar.navigation-block__links .nav-item:first-child, .user-profile-balance-container .navigation-block .nav-bar.navigation-block__links .nav-item:first-child {
        display: none;
        border-radius: 12px;
        margin-bottom: 20px
    }

    .user-info .navigation-block .nav-bar.navigation-block__links .nav-item:nth-child(2), .user-profile-balance-container .navigation-block .nav-bar.navigation-block__links .nav-item:nth-child(2) {
        border-radius: 12px 12px 0 0
    }

    .user-info .navigation-block .nav-bar.navigation-block__links .nav-item:last-child, .user-profile-balance-container .navigation-block .nav-bar.navigation-block__links .nav-item:last-child {
        border-radius: 0 0 12px 12px
    }
}

@media screen and (min-width: 812px) {
    .user-info .navigation-block .nav-bar.navigation-block__links .nav-item:first-child, .user-profile-balance-container .navigation-block .nav-bar.navigation-block__links .nav-item:first-child {
        display: none
    }
}

.user-info .navigation-block .btn-logout, .user-profile-balance-container .navigation-block .btn-logout {
    background: transparent;
    margin: 15px;
    width: calc(100% - 30px);
    font-size: 15px
}

@media (max-width: 812px) {
    .user-info .navigation-block .btn-logout, .user-profile-balance-container .navigation-block .btn-logout {
        width: 100%;
        margin: 10px 0 0;
        font-size: 13px
    }
}

.user-info .navigation-block .nav-bar.navigation-block__links .nav-item {
    position: relative !important;
    align-items: center;
    flex-direction: row
}

.user-info .navigation-block .nav-bar.navigation-block__links .nav-item__icon {
    position: absolute;
    display: flex;
    left: 20px;
    top: 26px
}

.user-info .navigation-block .nav-bar.navigation-block__links .nav-item__icon svg {
    width: 16px !important;
    height: 16px !important
}

.user-info .navigation-block .nav-bar.navigation-block__links .nav-item__icon svg path {
    fill: #fff !important;
    stroke: none !important
}

.user-info .navigation-block .nav-bar.navigation-block__links .nav-item__description {
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 127.5%;
    color: #ea0028 !important
}

.user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block__links .nav-item__icon {
    left: 27px;
    top: 24px
}

.user-info#user-info--as-dropdown .dropdown-wrapper__dropdown-info .navigation-block__links .nav-item__description {
    margin-left: 10px !important
}

.nav-bar {
    display: flex;
    flex-direction: row;
    align-items: center
}

.nav-bar.header-navigation-panel {
    margin-left: 50px
}

.nav-bar.header-navigation-panel .nav-item {
    font-size: 14px;
    line-height: 20px;
    flex-direction: row
}

.nav-bar.header-navigation-panel .nav-item .lazy-img {
    width: 22px;
    height: 22px;
    margin: 0 11px 0 0
}

.nav-bar.header-navigation-panel .nav-item .label-new {
    position: absolute;
    margin-left: -5px;
    top: 10px;
    left: 0
}

@media (max-width: 1300px) {
    .nav-bar.header-navigation-panel {
        margin-left: 10px
    }

    .nav-bar.header-navigation-panel .nav-item {
        font-size: 12px;
        line-height: 16px;
        margin-left: 10px
    }
}

@media (max-width: 1200px) {
    .nav-bar.header-navigation-panel {
        margin-left: 10px
    }

    .nav-bar.header-navigation-panel .lazy-img {
        display: none
    }
}

@media (max-width: 812px) {
    .nav-bar.header-navigation-panel {
        display: none
    }
}

.nav-bar.tabs-navigation {
    margin: 10px 0 20px;
    border-bottom: 1px solid rgba(92, 102, 130, .15)
}

.nav-bar.tabs-navigation .nav-item {
    height: 35px;
    font-weight: 600;
    font-size: 15px
}

.nav-bar.tabs-navigation .nav-item__title {
    white-space: nowrap
}

.nav-bar.tabs-navigation .nav-item--link_active .nav-item__title {
    color: #f79420
}

.nav-bar.tabs-navigation .nav-item--link_active:after {
    position: absolute;
    content: "";
    bottom: -2px;
    display: block;
    border-radius: 6px;
    min-height: 3px;
    width: 100%;
    background: #ff9e2c
}

.nav-bar.tabs-navigation .nav-item--link_active.full-underscore:after, .nav-bar.tabs-navigation .nav-item.full-underscore:hover:after {
    bottom: -2px
}

.nav-bar.pill-nav-bar {
    margin: 0;
    padding: 4px;
    background: #dfeaf0;
    border-radius: 18px;
    overflow-y: hidden;
    overflow-x: auto;
    scrollbar-width: none
}

.nav-bar.pill-nav-bar::-webkit-scrollbar {
    display: none
}

.nav-bar.pill-nav-bar .nav-item {
    min-width: 144px;
    margin: 0;
    padding: 0 10px;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #1c4f5b;
    background-color: transparent;
    border-radius: 17px
}

.nav-bar.pill-nav-bar .nav-item:after {
    content: none
}

.nav-bar.pill-nav-bar .nav-item--default {
    height: 36px
}

.nav-bar.pill-nav-bar .nav-item--link_active {
    font-weight: 600;
    color: #1d222f;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(26, 60, 79, .09), 0 4px 8px rgba(26, 60, 79, .09)
}

@media (max-width: 812px) {
    .nav-bar.pill-nav-bar .nav-item {
        min-width: 120px;
        padding: 0 7px
    }

    .nav-bar.pill-nav-bar .nav-item--default {
        height: 30px
    }

    .nav-bar.pill-nav-bar .nav-item__title {
        line-height: 14px
    }
}

.slick-slide:focus {
    outline: none
}

.slider__item-wrap {
    display: inline-block;
    width: 100%
}

.slider__item-wrap > * {
    margin: 0 auto
}

.slick-slider.hide-next-button .slick-arrow.slick-next, .slick-slider.hide-prev-button .slick-arrow.slick-prev {
    display: none
}

.slick-list, .slick-slide > div, .slick-track {
    height: 100%
}

.slick-list :focus, .slick-slide > div :focus, .slick-track :focus {
    outline: none
}

ul.slick-dots {
    bottom: 6px
}

ul.slick-dots li {
    width: auto;
    height: auto;
    padding: 3px;
    margin: 0
}

ul.slick-dots li a {
    position: relative;
    bottom: 0;
    width: 148px;
    height: 5px;
    border-radius: 5px;
    background-color: hsla(0, 0%, 100%, .5);
    overflow: hidden
}

@media (max-width: 812px) {
    ul.slick-dots li a {
        width: 40px
    }
}

ul.slick-dots li a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #ff9e2c
}

ul.slick-dots li a .slider-loader {
    display: none
}

ul.slick-dots li.slick-active a {
    background-color: #fff
}

ul.slick-dots li.slick-active a:before {
    width: 100%;
    transition: width 7s linear
}

.placeholder-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background: #dfeaf0;
    text-align: center
}

.placeholder-slide__title {
    color: #1c4f5b
}

@media (max-width: 480px) {
    .placeholder-slide__title {
        font-size: 24px;
        line-height: 29px
    }
}

.game-list__item {
    width: 100%
}

.game-list--grid {
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: 9px
}

.game-list--row {
    display: flex
}

.game-list--row .game-list__item {
    flex-shrink: 0;
    max-width: 228px
}

@media (max-width: 480px) {
    .game-list--grid {
        display: grid;
        grid-template-columns:repeat(2, 2fr)
    }
}

div.dropdown {
    position: relative
}

div.dropdown.isClearable .dropdown__value-container--has-value + .dropdown__indicators .dropdown__indicator-separator {
    display: flex
}

div.dropdown.isSearchable .dropdown__single-value {
    top: 21.4px
}

div.dropdown.isSearchable .dropdown__input {
    position: relative;
    top: 11px;
    left: -2px;
    margin: 0;
    color: #fff;
    font-size: 15px;
    line-height: 21px
}

div.dropdown.hasError .dropdown__control, div.dropdown.hasError .dropdown__control:hover {
    background: rgba(234, 0, 40, .1)
}

div.dropdown.hasError .dropdown__control .dropdown__floating-placeholder, div.dropdown.hasError .dropdown__control:hover .dropdown__floating-placeholder {
    color: #ea0028
}

div.dropdown.hasError .dropdown__control:after, div.dropdown.hasError .dropdown__control:before, div.dropdown.hasError .dropdown__control:hover:after, div.dropdown.hasError .dropdown__control:hover:before {
    background: #ea0028;
    opacity: 1
}

div.dropdown.noPlaceholder .dropdown__single-value {
    top: 50%;
    left: 0
}

div.dropdown--is-disabled {
    opacity: .6
}

div.dropdown-container {
    outline: none
}

div.dropdown__control {
    height: 52px;
    background: #dfeaf0;
    border: 1px solid transparent;
    border-radius: 8px;
    cursor: pointer
}

div.dropdown__control--is-focused, div.dropdown__control--menu-is-open, div.dropdown__control:hover {
    background: #fff;
    border: 1px solid #1095b5;
    outline: none;
    box-shadow: 0 0 0 4px rgba(27, 163, 196, .1490196078);
    transition: border .1s
}

div.dropdown__single-value {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 16.9px;
    margin: 0;
    color: #1c4f5b;
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
    text-transform: capitalize
}

div.dropdown__single-value .dropdown__value-icon {
    width: 20px;
    height: 20px;
    margin-right: 12px
}

div.dropdown__floating-placeholder {
    margin: 0;
    padding: 0;
    position: absolute;
    color: #1c4f5b;
    transition: .25s
}

div.dropdown__value-container {
    padding: 0;
    margin: 0;
    overflow: visible;
    left: 16px
}

div.dropdown__control--has-value .dropdown__floating-placeholder, div.dropdown__control--is-focused .dropdown__floating-placeholder, div.dropdown__value-container--has-value .dropdown__floating-placeholder, div.dropdown__value-container--is-focused .dropdown__floating-placeholder {
    font-size: 11px;
    line-height: 16px;
    transform: translateY(-11px);
    transition: .25s
}

div.dropdown__control--is-focused .dropdown__floating-placeholder, div.dropdown__control--is-focused div.dropdown__control--has-value .dropdown__floating-placeholder, div.dropdown__control--is-focused div.dropdown__value-container--has-value .dropdown__floating-placeholder, div.dropdown__value-container--is-focused .dropdown__floating-placeholder, div.dropdown__value-container--is-focused div.dropdown__control--has-value .dropdown__floating-placeholder, div.dropdown__value-container--is-focused div.dropdown__value-container--has-value .dropdown__floating-placeholder {
    color: #1c4f5b
}

div.dropdown__indicators {
    margin: 0 10px
}

div.dropdown__clear-indicator {
    padding: 4px
}

div.dropdown .dropdown__indicator-separator {
    display: none
}

div.dropdown__dropdown-indicator .dropdown-arrow {
    transition: .25s
}

div.dropdown__dropdown-indicator .flipped {
    transition: .25s;
    transform: rotate(180deg)
}

div.dropdown__menu {
    padding: 15px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(28, 51, 56, .1);
    border-radius: 12px;
    max-height: 200px;
    overflow: hidden;
    z-index: 2
}

div.dropdown__menu-list {
    max-height: 170px;
    overflow-y: auto;
    padding-bottom: 4px;
    padding-top: 4px;
    position: relative;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box
}

div.dropdown__option {
    display: flex;
    align-items: center;
    border-radius: 12px;
    cursor: pointer;
    color: #1c4f5b;
    text-transform: capitalize
}

div.dropdown__option--is-focused {
    background: #f0f9fb
}

div.dropdown__option--is-selected {
    background: #e1f3f7
}

div.dropdown__option .dropdown__option-icon {
    width: 20px;
    height: 20px;
    margin-right: 12px
}

div.dropdown__error {
    font-size: 13px;
    line-height: 16px;
    color: #ea0028;
    padding: 4.5px 0 0 16px
}

.icon-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 40px
}

.icon-block__game-providers {
    margin-bottom: 40px
}

.icon-block__payment-providers {
    opacity: .86
}

.supports-info {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    pointer-events: all;
    border: 1px solid #dfeaf0;
    box-shadow: 0 12px 30px rgba(28, 51, 56, .1);
    border-radius: 17px;
    min-width: 290px;
    padding: 15px 10px;
    z-index: 100
}

.supports-info__img {
    width: 32px;
    height: 32px
}

.supports-info-modal {
    width: 100%;
    padding: 20px 0 0
}

.supports-info-modal__divider {
    height: 1px;
    background: #dfeaf0;
    width: 95%;
    margin-left: 8px
}

.supports-info-modal__img {
    width: 36px;
    height: 36px
}

.supports-info-modal__item {
    display: flex;
    align-items: center;
    grid-gap: 13px;
    gap: 13px;
    margin-bottom: 6px;
    padding: 10px
}

.supports-info-modal__item:after {
    content: url(/bahsegel/img/xs-right-arrow.ce5999f5.svg);
    position: relative;
    top: 2px;
    left: -5px
}

.supports-info-modal__item:hover {
    background: #dfeaf0;
    border-radius: 12px;
    cursor: pointer
}

.supports-info-modal__item:hover .supports-info__label {
    color: #1095b5
}

.supports-info-modal__label {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #1ba3c4
}

.supports-info__label {
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    color: #1c4f5b
}

.supports-info__item {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    gap: 10px;
    margin-bottom: 6px;
    padding: 8px 18px
}

.supports-info__item:hover {
    background: #f0f9fb;
    border-radius: 12px;
    cursor: pointer
}

.supports-info__item:hover .supports-info__label {
    color: #1095b5
}

.footer-menu__title {
    margin: 0 0 9px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: hsla(0, 0%, 100%, .5);
    opacity: .5;
    text-transform: capitalize
}

.footer-menu__list {
    display: block;
    grid-column-gap: 40px;
    column-gap: 40px;
    max-height: 175px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
    padding: 0;
    list-style: none
}

.footer-menu__list-item {
    display: inline-block;
    width: 100%;
    max-width: 250px;
    white-space: nowrap
}

.footer-menu__list-item:not(:last-child) {
    margin: 0 0 4px
}

.footer-menu__list-item a {
    display: block;
    color: #dfeaf0;
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
    text-decoration: none;
    transition: .25s
}

.footer-menu__list-item a:hover {
    color: #fff;
    text-decoration: underline;
    transition: .25s
}

.footer-menu__link {
    height: auto
}

.footer-menu .nav-item:hover:after {
    display: none
}

.footer-info {
    display: flex;
    flex-basis: 50%
}

@media (max-width: 812px) {
    .footer-info {
        padding-bottom: 30px
    }
}

.footer-info__license-wrap {
    display: flex;
    flex-direction: column;
    margin-right: 20px
}

.footer-info__license-wrap > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 0
}

.footer-info__text-wrap h4 {
    font-weight: 700;
    line-height: 22px;
    color: #ff9e2c;
    margin-bottom: 12px
}

.footer-info__text-wrap p, .footer-info__text-wrap span {
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    margin-top: 20px
}

.footer-info .read-more-dots, .footer-info .read-more-state {
    display: none
}

.footer-info .read-more-trigger {
    display: none;
    color: #ff9e2c;
    cursor: pointer;
    font-size: 13px;
    line-height: 13px;
    font-weight: 700
}

.footer-info .read-more-trigger:hover {
    text-decoration: underline
}

.footer-info .license-badge, .footer-info .license-badge--em {
    width: 68px
}

.footer-info .license-badge--gcb {
    margin-bottom: 12px;
    cursor: pointer
}

@media (max-width: 480px) {
    .footer-info {
        flex-direction: column
    }

    .footer-info .read-more-dots, .footer-info .read-more-trigger {
        display: inline
    }

    .footer-info .read-more-target {
        font-size: 0;
        max-height: 0;
        opacity: 0;
        transition: .25s ease
    }

    .footer-info input.read-more-state:checked ~ .read-more-target {
        font-size: 13px;
        line-height: 18px;
        opacity: 1;
        max-height: 999em
    }

    .footer-info input.read-more-state:checked ~ .read-more-dots, .footer-info input.read-more-state:checked ~ .read-more-trigger {
        display: none
    }

    .footer-info .license-badge, .footer-info .license-badge--em {
        width: 42px;
        flex: 0 0 50%
    }

    .footer-info .license-badge--gcb {
        margin-right: 13px;
        margin-bottom: 0
    }

    .footer-info__license-wrap {
        flex-direction: row;
        justify-content: center;
        height: 85px;
        margin-right: 0;
        margin-bottom: 20px
    }

    .footer-info__license-wrap > div {
        flex-direction: column;
        height: 85px
    }
}

.account-progress-info {
    margin-bottom: 20px
}

.account-progress-info__completed {
    font-size: 13px;
    margin: 15px 0 25px;
    color: #b9c5e1
}

.account-progress-info__completed-value {
    color: #fff;
    margin-right: 5px
}

.account-progress-info__completed__to-next-level {
    float: right
}

.account-progress-info .progress-bar--user-level {
    margin: 15px auto
}

@media screen and (min-width: 411px)and (max-width: 812px) {
    .account-progress-info .progress-bar--user-level {
        transform: scale(1.3)
    }
}

@media (max-width: 410px) {
    .account-progress-info .progress-bar--user-level {
        transform: scale(1.25)
    }
}

@media (max-width: 375px) {
    .account-progress-info .progress-bar--user-level {
        transform: scale(1.15)
    }
}

@media (max-width: 360px) {
    .account-progress-info .progress-bar--user-level {
        transform: scale(1.1)
    }
}

@media (max-width: 320px) {
    .account-progress-info .progress-bar--user-level {
        transform: scale(1)
    }
}

.account-progress-info .level-container {
    display: flex;
    align-items: center
}

.account-progress-info .level-container__loyalty-level-icon {
    display: flex;
    align-items: center;
    height: 45px;
    margin-right: 13px
}

.account-progress-info .level-container__loyalty-link {
    display: flex;
    align-items: center;
    color: #f79420;
    text-decoration: none;
    font-weight: 600;
    margin-top: 7px
}

.account-progress-info .level-container__loyalty-link:hover svg {
    transform: translateX(5px)
}

.account-progress-info .level-container__loyalty-link svg {
    transition: transform .1s ease-in-out;
    margin-left: 5px
}

.account-progress-info .level-container__loyalty-progress {
    height: 8px;
    margin-top: 12px
}

.account-progress-info .level-container__text-block {
    overflow: hidden
}

.account-progress-info .level-container__text-block .account-progress-info__level, .account-progress-info .level-container__text-block .account-progress-info__nickname {
    display: block
}

.account-progress-info .level-container__text-block .account-progress-info__level {
    color: #77959d;
    font-size: 14px;
    line-height: 21px;
    white-space: nowrap
}

.account-progress-info .level-container__text-block .account-progress-info__level-name {
    color: #1c4f5b;
    font-weight: 600;
    margin-left: 5px
}

.account-progress-info .level-container__text-block .account-progress-info__nickname {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #1095b5;
    margin-bottom: 2px;
    overflow: hidden;
    text-overflow: ellipsis
}

.account-progress-info .level-container .to-next-level {
    margin: 6px 0 0
}

.account-progress-info .level-container .to-next-level__text {
    font-size: 13px;
    line-height: 15px;
    font-weight: 500;
    color: #77959d
}

.account-progress-info .level-container .to-next-level__text--accented {
    color: #1095b5
}

.account-progress-info .total-balance {
    padding: 0;
    margin: 0;
    flex-grow: 2;
    color: #b9c5e1
}

.account-progress-info .total-balance__label {
    font-size: 15px;
    line-height: 21px;
    text-align: center;
    display: block
}

@media (max-width: 812px) {
    .account-progress-info .total-balance__label {
        text-align: left
    }
}

.account-progress-info .total-balance__value {
    display: block;
    text-align: center;
    font-weight: 700;
    margin: 5px 0 13px;
    font-size: 26px;
    line-height: 31px;
    color: #ff9e2c
}

.account-progress-info .total-balance__deposit-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3px;
    border-radius: 12px;
    width: 100%
}

.account-progress-info .total-balance__other-methods {
    margin: 13px 0 0;
    text-align: center;
    font-size: 15px;
    line-height: 21px;
    color: #1c4f5b
}

.account-progress-info .total-balance .btn-action {
    width: 100%;
    height: 44px
}

.account-progress-info .total-balance__recent-method {
    margin: 0 0 0 30px;
    width: 100%;
    height: 50px;
    color: #77959d;
    font-size: 11px;
    line-height: 14px
}

@media (max-width: 812px) {
    .account-progress-info .total-balance {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        border-left: unset;
        margin: 0;
        padding: 0
    }

    .account-progress-info .total-balance__block {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin: 0 0 8px
    }

    .account-progress-info .total-balance__block .total-balance__value {
        margin: 5px 0 0;
        font-size: 20px;
        line-height: 24px
    }
}

@media (max-width: 812px)and (max-width: 360px) {
    .account-progress-info .total-balance__block .total-balance__value {
        max-width: 160px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap
    }
}

@media (max-width: 812px) {
    .account-progress-info .total-balance__block .total-balance__label {
        font-size: 15px;
        line-height: 18px
    }
}

.account-progress-info__bonus-request {
    padding: 9px 3px
}

.account-progress-info__bonus-request .btn, .account-progress-info__bonus-request .btn-action, .account-progress-info__bonus-request .btn-all-games, .account-progress-info__bonus-request .btn-danger, .account-progress-info__bonus-request .btn-dark, .account-progress-info__bonus-request .btn-default, .account-progress-info__bonus-request .btn-demo, .account-progress-info__bonus-request .btn-inverted, .account-progress-info__bonus-request .btn-logout, .account-progress-info__bonus-request .btn-outline, .account-progress-info__bonus-request .btn-play, .account-progress-info__bonus-request .btn-primary, .account-progress-info__bonus-request .btn-primary-transparent, .account-progress-info__bonus-request .btn-secondary, .account-progress-info__bonus-request .btn-secondary-text, .account-progress-info__bonus-request .btn-star, .account-progress-info__bonus-request .btn-transparent, .account-progress-info__bonus-request .btn-transparent-bordered, .account-progress-info__bonus-request .disable-popup-blocker__btn-link {
    width: 100%
}

.tournaments-block {
    margin: 0 auto
}

.tournaments-block__top-panel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 9px;
    padding: 15px 0 0
}

.tournaments-block__title {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-transform: capitalize
}

.tournaments-block__show-all {
    color: #ff9e2c;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    text-transform: capitalize;
    text-decoration: none;
    transition: .25s
}

.tournaments-block__show-all:hover {
    text-decoration: underline;
    transition: .25s
}

.tournament {
    align-items: stretch;
    min-height: 258px;
    margin: 0 auto;
    padding: 32px 32px 35px;
    border-radius: 17px;
    background-repeat: no-repeat;
    background-position: 50%
}

.tournament, .tournament__left {
    display: flex;
    justify-content: space-between
}

.tournament__left {
    flex-direction: column;
    flex-basis: 50%
}

.tournament__right {
    flex-basis: 50%
}

.tournament__right .btn, .tournament__right .btn-action, .tournament__right .btn-all-games, .tournament__right .btn-danger, .tournament__right .btn-dark, .tournament__right .btn-default, .tournament__right .btn-demo, .tournament__right .btn-inverted, .tournament__right .btn-logout, .tournament__right .btn-outline, .tournament__right .btn-play, .tournament__right .btn-primary, .tournament__right .btn-primary-transparent, .tournament__right .btn-secondary, .tournament__right .btn-secondary-text, .tournament__right .btn-star, .tournament__right .btn-transparent, .tournament__right .btn-transparent-bordered, .tournament__right .disable-popup-blocker__btn-link {
    margin: 0 0 0 auto;
    min-width: 118px
}

.tournament__title-wrap div {
    color: hsla(0, 0%, 100%, .9);
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 6px
}

.tournament__title-wrap h3 {
    color: #fff
}

.tournament__timers-title {
    margin-bottom: 11px;
    color: hsla(0, 0%, 100%, .9);
    font-size: 15px;
    line-height: 21px;
    font-weight: 700
}

.tournament__clock-wrap {
    display: flex
}

.tournament__clock-wrap .countdown {
    margin-right: 20px
}

.tournament__clock-wrap .btn, .tournament__clock-wrap .btn-action, .tournament__clock-wrap .btn-all-games, .tournament__clock-wrap .btn-danger, .tournament__clock-wrap .btn-dark, .tournament__clock-wrap .btn-default, .tournament__clock-wrap .btn-demo, .tournament__clock-wrap .btn-inverted, .tournament__clock-wrap .btn-logout, .tournament__clock-wrap .btn-outline, .tournament__clock-wrap .btn-play, .tournament__clock-wrap .btn-primary, .tournament__clock-wrap .btn-primary-transparent, .tournament__clock-wrap .btn-secondary, .tournament__clock-wrap .btn-secondary-text, .tournament__clock-wrap .btn-star, .tournament__clock-wrap .btn-transparent, .tournament__clock-wrap .btn-transparent-bordered, .tournament__clock-wrap .disable-popup-blocker__btn-link {
    font-weight: 700;
    min-width: 106px
}

@media (max-width: 1024px) {
    .tournament__left {
        flex-basis: 40%
    }

    .tournament__rigth {
        flex-basis: 60%
    }

    .tournament__clock-wrap {
        flex-direction: column
    }

    .tournament__clock-wrap .countdown {
        margin: 0 0 21px
    }

    .tournament__clock-wrap .btn, .tournament__clock-wrap .btn-action, .tournament__clock-wrap .btn-all-games, .tournament__clock-wrap .btn-danger, .tournament__clock-wrap .btn-dark, .tournament__clock-wrap .btn-default, .tournament__clock-wrap .btn-demo, .tournament__clock-wrap .btn-inverted, .tournament__clock-wrap .btn-logout, .tournament__clock-wrap .btn-outline, .tournament__clock-wrap .btn-play, .tournament__clock-wrap .btn-primary, .tournament__clock-wrap .btn-primary-transparent, .tournament__clock-wrap .btn-secondary, .tournament__clock-wrap .btn-secondary-text, .tournament__clock-wrap .btn-star, .tournament__clock-wrap .btn-transparent, .tournament__clock-wrap .btn-transparent-bordered, .tournament__clock-wrap .disable-popup-blocker__btn-link {
        min-width: 240px
    }
}

@media (max-width: 812px) {
    .tournament {
        flex-direction: column;
        align-items: center;
        padding: 29px 16px 21px
    }

    .tournament__left {
        margin: 0 0 20px
    }

    .tournament__left, .tournament__right {
        flex-basis: auto;
        width: 100%
    }

    .tournament__clock-wrap {
        flex-direction: row
    }

    .tournament__clock-wrap .countdown {
        margin: 0 20px 0 0
    }

    .tournament__clock-wrap .btn, .tournament__clock-wrap .btn-action, .tournament__clock-wrap .btn-all-games, .tournament__clock-wrap .btn-danger, .tournament__clock-wrap .btn-dark, .tournament__clock-wrap .btn-default, .tournament__clock-wrap .btn-demo, .tournament__clock-wrap .btn-inverted, .tournament__clock-wrap .btn-logout, .tournament__clock-wrap .btn-outline, .tournament__clock-wrap .btn-play, .tournament__clock-wrap .btn-primary, .tournament__clock-wrap .btn-primary-transparent, .tournament__clock-wrap .btn-secondary, .tournament__clock-wrap .btn-secondary-text, .tournament__clock-wrap .btn-star, .tournament__clock-wrap .btn-transparent, .tournament__clock-wrap .btn-transparent-bordered, .tournament__clock-wrap .disable-popup-blocker__btn-link {
        min-width: 110px
    }
}

@media (max-width: 480px) {
    .tournament__title-wrap {
        margin: 0 0 38px
    }

    .tournament__title-wrap div {
        font-size: 14px;
        line-height: 17px
    }

    .tournament__title-wrap h3 {
        font-size: 18px;
        line-height: 22px
    }

    .tournament__timers-title {
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 17px
    }

    .tournament__clock-wrap {
        flex-direction: column
    }

    .tournament__clock-wrap .countdown {
        margin: 0 0 21px
    }

    .tournament__clock-wrap .btn, .tournament__clock-wrap .btn-action, .tournament__clock-wrap .btn-all-games, .tournament__clock-wrap .btn-danger, .tournament__clock-wrap .btn-dark, .tournament__clock-wrap .btn-default, .tournament__clock-wrap .btn-demo, .tournament__clock-wrap .btn-inverted, .tournament__clock-wrap .btn-logout, .tournament__clock-wrap .btn-outline, .tournament__clock-wrap .btn-play, .tournament__clock-wrap .btn-primary, .tournament__clock-wrap .btn-primary-transparent, .tournament__clock-wrap .btn-secondary, .tournament__clock-wrap .btn-secondary-text, .tournament__clock-wrap .btn-star, .tournament__clock-wrap .btn-transparent, .tournament__clock-wrap .btn-transparent-bordered, .tournament__clock-wrap .disable-popup-blocker__btn-link {
        max-width: 240px;
        min-width: 100%
    }

    .tournament .view-prizes-btn {
        position: relative;
        border: none;
        padding: 12px 21px;
        margin-right: 10px
    }

    .tournament .view-prizes-btn:after {
        position: absolute;
        top: 14px;
        right: 3px;
        width: 6px;
        height: 14px;
        content: "";
        background: url(/bahsegel/img/btn-arrow.d1920019.svg) 50% no-repeat
    }

    .tournament .view-prizes-btn:hover {
        background: transparent
    }
}

@media (max-width: 320px) {
    .tournament__clock-wrap .btn, .tournament__clock-wrap .btn-action, .tournament__clock-wrap .btn-all-games, .tournament__clock-wrap .btn-danger, .tournament__clock-wrap .btn-dark, .tournament__clock-wrap .btn-default, .tournament__clock-wrap .btn-demo, .tournament__clock-wrap .btn-inverted, .tournament__clock-wrap .btn-logout, .tournament__clock-wrap .btn-outline, .tournament__clock-wrap .btn-play, .tournament__clock-wrap .btn-primary, .tournament__clock-wrap .btn-primary-transparent, .tournament__clock-wrap .btn-secondary, .tournament__clock-wrap .btn-secondary-text, .tournament__clock-wrap .btn-star, .tournament__clock-wrap .btn-transparent, .tournament__clock-wrap .btn-transparent-bordered, .tournament__clock-wrap .disable-popup-blocker__btn-link {
        min-width: 100%;
        max-width: unset
    }
}

.form--in-modal {
    display: grid;
    grid-row-gap: 10px;
    justify-items: center;
    justify-content: center
}

.form--in-modal .form__submit {
    margin-top: 10px
}

@media (max-width: 480px) {
    .form.form--in-modal {
        grid-auto-columns: 100%
    }
}

.expired-tourney-section {
    position: relative;
    margin: 0 auto
}

.expired-tourney-section__grid {
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(428px, 1fr));
    grid-gap: 18px;
    justify-items: center;
    margin: 0 0 25px
}

.expired-tourney-section .load-more-btn {
    margin: 0 auto
}

@media (max-width: 480px) {
    .expired-tourney-section {
        padding: 0
    }

    .expired-tourney-section__grid {
        grid-template-columns:repeat(auto-fill, minmax(290px, 1fr));
        justify-items: center;
        margin: 0 0 20px
    }
}

.thematic-categories-list {
    display: flex;
    margin: 0;
    padding: 0
}

.thematic-categories-list__item {
    list-style: none;
    margin-right: 9px
}

@media (max-width: 1024px) {
    .thematic-categories-list {
        grid-template-columns:repeat(3, 1fr)
    }
}

@media (max-width: 812px) {
    .thematic-categories-list {
        grid-template-columns:repeat(2, 1fr)
    }

    .casino-sliders .thematic-categories-list {
        grid-template-rows:repeat(3, 1fr);
        grid-template-columns:repeat(10, calc(100% - 60px));
        grid-auto-flow: column;
        grid-gap: 13px;
        padding-right: 20px
    }
}

@media (max-width: 480px) {
    .thematic-categories-list {
        grid-template-columns:repeat(1, 1fr)
    }

    .casino-sliders .thematic-categories-list {
        padding-right: 13px
    }
}

.thematic-category-slider .slick-list {
    overflow: visible
}

.thematic-category-slider .slick-slide {
    margin-right: 9px
}

.thematic-category-slider .slick-slide:first-child {
    margin-left: 6px
}

.thematic-category-slider.slick-slider:hover .slick-arrow {
    opacity: 1;
    transition: opacity .2s
}

.thematic-category-slider.slick-slider .slick-arrow {
    background: rgba(240, 245, 248, .8);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    transform: none;
    opacity: 1;
    display: block;
    transition: opacity .2s;
    top: 30px;
    width: 80px;
    height: 215px;
    opacity: 0
}

.thematic-category-slider.slick-slider .slick-arrow:before {
    content: "";
    position: absolute;
    display: block;
    top: 69px;
    left: 19px;
    width: 42px;
    height: 42px;
    background: url(/bahsegel/img/game-slider-button.11743ec1.svg) no-repeat 50%;
    transition: .2s
}

.thematic-category-slider.slick-slider .slick-arrow:hover {
    transform: none
}

.thematic-category-slider.slick-slider .slick-arrow:hover:before {
    transform: scale(1.1);
    transition: scale .25s
}

.thematic-category-slider.slick-slider .slick-arrow.slick-disabled:before, .thematic-category-slider.slick-slider .slick-arrow.slick-next:before, .thematic-category-slider.slick-slider .slick-arrow.slick-prev:before {
    opacity: 1
}

.thematic-category-slider.slick-slider .slick-arrow.slick-disabled {
    display: none
}

.thematic-category-slider.slick-slider .slick-arrow:before {
    top: 85px
}

.thematic-category-slider.slick-slider .slick-prev {
    left: -20px;
    border-radius: 0 17px 17px 0
}

.thematic-category-slider.slick-slider .slick-next {
    right: -20px;
    border-radius: 17px 0 0 17px
}

.thematic-category-slider.slick-slider .slick-next:before {
    transform: rotate(180deg)
}

.thematic-category-slider.slick-slider .slick-next:hover:before {
    transform: rotate(180deg) scale(1.1)
}

@media (max-width: 812px) {
    .thematic-category-slider.slick-slider .slick-prev {
        left: -16px
    }

    .thematic-category-slider.slick-slider .slick-next {
        right: -16px
    }
}

@media (max-width: 480px) {
    .thematic-category-slider .slick-slide {
        margin-right: 8px
    }
}

.table {
    display: flex;
    flex-direction: column;
    border: 1px solid #dfeaf0;
    border-radius: 17px
}

.table-head {
    display: flex;
    border-radius: 17px 17px 0 0;
    padding: 11px 20px 12px;
    background-color: #1ba3c4
}

.table-head__column {
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    color: hsla(0, 0%, 100%, .9)
}

.table-head__action-space {
    flex-shrink: 0;
    width: 100px
}

@media (max-width: 812px) {
    .table-head {
        display: none
    }
}

.table-item {
    background-color: #fff;
    border: 1px solid transparent;
    margin-bottom: 1px
}

.table-item:last-child {
    border-radius: 0 0 17px 17px
}

.table-item__row {
    display: flex;
    align-items: center;
    padding: 8px 20px;
    min-height: 56px;
    color: #1c4f5b
}

.table-item__column {
    display: flex;
    flex-direction: column;
    width: 100%
}

.table-item__column-name {
    display: none;
    font-size: 13px;
    line-height: 1.3;
    color: #1c4f5b
}

.table-item__column-value {
    font-size: 15px;
    line-height: 21px
}

.table-item__column-value span {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.table-item__column-value.ellipsis {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden
}

.table-item__action-button {
    display: flex;
    justify-content: flex-end;
    flex-shrink: 0;
    width: 100px
}

.table-item__action-button--mobile {
    display: none
}

.table-item__details {
    padding: 18px 20px;
    border-top: 1px solid #e1f3f7
}

.table-item.is-open {
    background-color: #fff;
    border: 1px solid #1095b5
}

@media (max-width: 812px) {
    .table-item {
        margin-bottom: 16px;
        padding: 16px
    }

    .table-item, .table-item:last-child {
        border-radius: 17px
    }

    .table-item__row {
        flex-direction: column;
        min-height: auto;
        padding: 0;
        margin-bottom: -12px
    }

    .table-item__column {
        margin-bottom: 12px
    }

    .table-item__column-name {
        display: block
    }

    .table-item__action-button {
        display: flex;
        width: 100%
    }

    .table-item__action-button .btn, .table-item__action-button .btn-action, .table-item__action-button .btn-all-games, .table-item__action-button .btn-danger, .table-item__action-button .btn-dark, .table-item__action-button .btn-default, .table-item__action-button .btn-demo, .table-item__action-button .btn-inverted, .table-item__action-button .btn-logout, .table-item__action-button .btn-outline, .table-item__action-button .btn-play, .table-item__action-button .btn-primary, .table-item__action-button .btn-primary-transparent, .table-item__action-button .btn-secondary, .table-item__action-button .btn-secondary-text, .table-item__action-button .btn-star, .table-item__action-button .btn-transparent, .table-item__action-button .btn-transparent-bordered, .table-item__action-button .disable-popup-blocker__btn-link {
        margin-top: 16px
    }

    .table-item__action-button--desktop {
        display: none
    }

    .table-item__details {
        padding: 0;
        margin-top: 12px;
        border: none
    }
}

.table-details {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 -14px;
    padding: 0
}

.table-details__item {
    display: flex;
    flex-direction: column;
    max-width: 200px;
    margin-right: 35px;
    margin-bottom: 14px
}

.table-details__label {
    font-weight: 500
}

.table-details__label, .table-details__value {
    font-size: 15px;
    line-height: 21px;
    color: #1c4f5b
}

.table-details__empty {
    list-style: none;
    color: #1c4f5b;
    right: 0;
    left: 0;
    margin: 10px auto 20px
}

@media (max-width: 812px) {
    .table-details {
        flex-direction: column
    }
}

.play-history-table .table-head__column:first-child, .play-history-table .table-item__column:first-child {
    width: 120%
}

@media (max-width: 812px) {
    .play-history-table .table-head__column:first-child, .play-history-table .table-item__column:first-child {
        width: 100%
    }
}

.play-history-table .lost-status {
    color: #ea0028
}

.transactions-history-table .table-head__column:first-child, .transactions-history-table .table-item__column:first-child {
    width: 100%
}

.transactions-history-table .table-head__column:nth-child(2), .transactions-history-table .table-head__column:nth-child(3), .transactions-history-table .table-item__column:nth-child(2), .transactions-history-table .table-item__column:nth-child(3) {
    width: 80%
}

.transactions-history-table .table-head__column:nth-child(4), .transactions-history-table .table-item__column:nth-child(4) {
    width: 120%
}

.transactions-history-table .table-head__column:nth-child(5), .transactions-history-table .table-item__column:nth-child(5) {
    width: 90%
}

.transactions-history-table .table-head__column:nth-child(6), .transactions-history-table .table-item__column:nth-child(6) {
    width: 80%;
    font-weight: 600
}

@media (max-width: 812px) {
    .transactions-history-table .table-head__column:first-child, .transactions-history-table .table-head__column:nth-child(2), .transactions-history-table .table-head__column:nth-child(3), .transactions-history-table .table-head__column:nth-child(4), .transactions-history-table .table-head__column:nth-child(5), .transactions-history-table .table-head__column:nth-child(6), .transactions-history-table .table-item__column:first-child, .transactions-history-table .table-item__column:nth-child(2), .transactions-history-table .table-item__column:nth-child(3), .transactions-history-table .table-item__column:nth-child(4), .transactions-history-table .table-item__column:nth-child(5), .transactions-history-table .table-item__column:nth-child(6) {
        width: 100%
    }
}

.modal-link {
    display: flex
}

.modal-link--center {
    justify-content: center
}

.cashbox-methods-list {
    display: grid;
    grid-gap: 0;
    align-content: flex-start;
    width: 100%;
    height: 100%;
    background: #f0f5f8;
    padding: 24px 14px;
    border-top-left-radius: 17px;
    border-bottom-left-radius: 17px
}

@media (max-width: 812px) {
    .cashbox-methods-list {
        padding: 0;
        background: transparent
    }
}

.cashbox-methods-list__title {
    color: #1095b5;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px
}

@media (max-width: 812px) {
    .cashbox-methods-list__title {
        font-size: 15px;
        line-height: 21px;
        color: #1c4f5b
    }
}

.cashbox-methods-list__list {
    max-height: 2000px;
    overflow: auto
}

@media screen and (min-width: 813px) {
    .cashbox-methods-list__list {
        padding-right: 3px
    }
}

@media (max-width: 812px) {
    .cashbox-methods-list__list {
        max-height: none;
        overflow: initial
    }
}

.cashbox-methods-list__item:first-child .cashbox-method {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px
}

.cashbox-methods-list__item .cashbox-method__amount-selection {
    border-radius: 12px
}

.cashbox-methods-list__item:last-child:not(:first-child) .cashbox-method {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px
}

@media screen and (min-width: 813px) {
    .cashbox-methods-list__group {
        margin-bottom: 6px
    }
}

.cashbox-methods-list__group__title {
    font-size: 13px;
    margin-bottom: 4px;
    color: #77959d
}

.deposit-modal .cashbox-methods-list {
    grid-gap: 0
}

@media (max-width: 812px) {
    .deposit-modal .cashbox-methods-list {
        grid-gap: 8px
    }
}

.deposit-modal .cashbox-methods-list__list {
    max-height: none
}

.play-tile {
    display: flex;
    flex-direction: column;
    max-width: 317px;
    width: 100%;
    height: 450px;
    padding: 28px 24px;
    color: #fff;
    border-radius: 17px;
    cursor: pointer;
    text-decoration: none
}

.play-tile, .play-tile:hover {
    transition: .2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.play-tile:hover {
    transform: scale(1.01) perspective(1px);
    -webkit-font-smoothing: subpixel-antialiased;
    filter: blur -.1px
}

.play-tile--dark .play-tile__text, .play-tile--dark .play-tile__title {
    color: #1095b5
}

.play-tile__text {
    margin: 0 0 3px;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase
}

.play-tile__title {
    margin: 0 0 22px;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase
}

.play-tile__btn {
    min-width: 108px
}

@media (max-width: 1024px) {
    .play-tile {
        max-width: 390px;
        height: 130px;
        padding: 22px 16px
    }

    .play-tile__text {
        font-size: 15px;
        line-height: 18px;
        font-weight: 400
    }

    .play-tile__title {
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
        margin: 0 0 9px
    }
}

@media (max-width: 812px) {
    .play-tile {
        max-width: 290px;
        height: 130px;
        padding: 22px 16px
    }
}

.cashbox-bonus-section {
    position: relative
}

@media screen and (min-width: 813px) {
    .cashbox-bonus-section {
        overflow: scroll;
        max-height: 340px
    }
}

.cashbox-bonus-section__title {
    margin: 0 0 6px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 15px;
    line-height: 21px;
    color: #fff
}

.cashbox-bonus-section__slider-wrap {
    margin: 10px 0 20px
}

.cashbox-bonus-section .slick-slide > div {
    margin: 0 5px
}

.cashbox-bonus-section .radio {
    margin-top: 10px;
    padding: 7px;
    border: 1px dashed #b9c5e1;
    border-radius: 17px;
    width: 100%
}

.button-group {
    text-align: center
}

.button-group .btn, .button-group .btn-action, .button-group .btn-all-games, .button-group .btn-danger, .button-group .btn-dark, .button-group .btn-default, .button-group .btn-demo, .button-group .btn-inverted, .button-group .btn-logout, .button-group .btn-outline, .button-group .btn-play, .button-group .btn-primary, .button-group .btn-primary-transparent, .button-group .btn-secondary, .button-group .btn-secondary-text, .button-group .btn-star, .button-group .btn-transparent, .button-group .btn-transparent-bordered, .button-group .disable-popup-blocker__btn-link {
    margin: 0 2px
}

.button-group__amount {
    display: grid;
    grid-template-columns:repeat(5, 1fr)
}

.button-group__amount .btn, .button-group__amount .btn-action, .button-group__amount .btn-all-games, .button-group__amount .btn-danger, .button-group__amount .btn-dark, .button-group__amount .btn-default, .button-group__amount .btn-demo, .button-group__amount .btn-inverted, .button-group__amount .btn-logout, .button-group__amount .btn-outline, .button-group__amount .btn-play, .button-group__amount .btn-primary, .button-group__amount .btn-primary-transparent, .button-group__amount .btn-secondary, .button-group__amount .btn-secondary-text, .button-group__amount .btn-star, .button-group__amount .btn-transparent, .button-group__amount .btn-transparent-bordered, .button-group__amount .disable-popup-blocker__btn-link {
    padding: 10px 4px
}

@media screen and (min-width: 812px) {
    .button-group__amount {
        grid-template-columns:repeat(auto-fit, minmax(0, 1fr));
        grid-gap: 2px
    }

    .button-group__amount .btn, .button-group__amount .btn-action, .button-group__amount .btn-all-games, .button-group__amount .btn-danger, .button-group__amount .btn-dark, .button-group__amount .btn-default, .button-group__amount .btn-demo, .button-group__amount .btn-inverted, .button-group__amount .btn-logout, .button-group__amount .btn-outline, .button-group__amount .btn-play, .button-group__amount .btn-primary, .button-group__amount .btn-primary-transparent, .button-group__amount .btn-secondary, .button-group__amount .btn-secondary-text, .button-group__amount .btn-star, .button-group__amount .btn-transparent, .button-group__amount .btn-transparent-bordered, .button-group__amount .disable-popup-blocker__btn-link {
        border-radius: 0;
        margin: 0
    }

    .button-group__amount .btn-action:first-child, .button-group__amount .btn-all-games:first-child, .button-group__amount .btn-danger:first-child, .button-group__amount .btn-dark:first-child, .button-group__amount .btn-default:first-child, .button-group__amount .btn-demo:first-child, .button-group__amount .btn-inverted:first-child, .button-group__amount .btn-logout:first-child, .button-group__amount .btn-outline:first-child, .button-group__amount .btn-play:first-child, .button-group__amount .btn-primary-transparent:first-child, .button-group__amount .btn-primary:first-child, .button-group__amount .btn-secondary-text:first-child, .button-group__amount .btn-secondary:first-child, .button-group__amount .btn-star:first-child, .button-group__amount .btn-transparent-bordered:first-child, .button-group__amount .btn-transparent:first-child, .button-group__amount .btn:first-child, .button-group__amount .disable-popup-blocker__btn-link:first-child {
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px
    }

    .button-group__amount .btn-action:last-child, .button-group__amount .btn-all-games:last-child, .button-group__amount .btn-danger:last-child, .button-group__amount .btn-dark:last-child, .button-group__amount .btn-default:last-child, .button-group__amount .btn-demo:last-child, .button-group__amount .btn-inverted:last-child, .button-group__amount .btn-logout:last-child, .button-group__amount .btn-outline:last-child, .button-group__amount .btn-play:last-child, .button-group__amount .btn-primary-transparent:last-child, .button-group__amount .btn-primary:last-child, .button-group__amount .btn-secondary-text:last-child, .button-group__amount .btn-secondary:last-child, .button-group__amount .btn-star:last-child, .button-group__amount .btn-transparent-bordered:last-child, .button-group__amount .btn-transparent:last-child, .button-group__amount .btn:last-child, .button-group__amount .disable-popup-blocker__btn-link:last-child {
        border-top-right-radius: 12px;
        border-bottom-right-radius: 12px
    }
}

.button-group__content-switch-wrap {
    display: flex;
    width: 100%;
    border-radius: 14px;
    background-color: #dfeaf0;
    margin: 16px 0
}

.button-group__content-switch-wrap .btn-default {
    width: 100%;
    margin: 2px;
    background-color: transparent;
    border-color: transparent;
    overflow: hidden
}

.button-group__content-switch-wrap .btn-default .btn__label {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: inherit
}

.button-group__content-switch-wrap .btn-default--selected {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(26, 60, 79, .09);
    border-color: transparent
}

.button-group__content-switch-wrap .btn-default:hover {
    border-color: transparent
}

.amount-selected {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 11px 13px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(28, 51, 56, .04);
    border-radius: 0 0 12px 12px
}

.amount-selected__title {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #1c4f5b
}

.amount-selected__value {
    cursor: pointer;
    padding: 3px 3px 1px 7px
}

.amount-selected__value__currency {
    color: #ff9e2c;
    margin-right: 2px
}

.amount-selected__value__amount, .amount-selected__value__currency {
    font-weight: 700;
    font-size: 16px;
    line-height: 100%
}

.amount-selected__value__pencil-icon {
    margin-left: 5px;
    transform: scale(1.1)
}

.amount-selected__value:active, .amount-selected__value:focus, .amount-selected__value:hover {
    border-radius: 12px;
    background-color: #f0f9fb
}

@media screen and (min-width: 813px) {
    .cashbox-method-wrap {
        margin-top: 16px
    }
}

.cashbox-method-wrap__header {
    display: grid;
    grid-template-columns:1fr 1fr;
    align-items: center;
    margin: 0 0 6px
}

.cashbox-method-wrap__header__title {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 15px;
    line-height: 21px;
    color: #1c4f5b
}

.cashbox-method-wrap__header__info {
    justify-self: end
}

.cashbox-method-wrap .limits-info {
    justify-content: flex-end;
    font-size: 13px
}

.cashbox-method-wrap .limits-info__value + .limits-info__value {
    margin-left: 5px
}

@media (max-width: 812px) {
    .cashbox-method-wrap .limits-info {
        font-size: 12px;
        grid-gap: 2px;
        gap: 2px
    }

    .cashbox-method-wrap .limits-info .label {
        margin-right: 3px
    }
}

@media (max-width: 812px) {
    .cashbox-method-wrap.available-bonuses {
        margin: 17px 0 0
    }

    .cashbox-method-wrap.is-quick-deposit {
        margin-bottom: 0
    }
}

.cashbox-details {
    margin-bottom: 10px
}

.cashbox-details .simple-select-options {
    z-index: 30
}

.cashbox-details .simple-select__input {
    background: #dfeaf0;
    border-color: #dfeaf0
}

.cashbox-details .custom-input__container {
    width: 100%;
    margin-bottom: 10px
}

.date-of-birth-select {
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    grid-gap: 6px
}

.date-of-birth-select .dropdown {
    flex: 1.2 1
}

.date-of-birth-select .dropdown__menu {
    padding: 5px;
    z-index: 3
}

.date-of-birth-select .dropdown:first-child {
    flex: 1.3 1
}

.date-of-birth-select .dropdown:nth-child(2) {
    flex: 1.5 1
}

.date-of-birth-select .dropdown__single-value {
    justify-content: flex-start
}

.form--in-modal {
    grid-auto-columns: 1fr
}

.form--in-modal .dropdown {
    width: 100%
}

.form--in-modal__title {
    margin: 0;
    font-weight: 700;
    font-size: 26px;
    line-height: 31px;
    color: #1095b5;
    text-align: left;
    width: 100%
}

.form--in-modal .btn-group {
    display: grid;
    grid-template-columns:1fr 1fr;
    width: 100%;
    grid-gap: 20px
}

.form__content {
    margin: 6px 0 10px;
    max-width: unset;
    font-size: 15px;
    line-height: 21px;
    color: #1c4f5b;
    width: 100%;
    text-align: left
}

.form .btn, .form .btn-action, .form .btn-all-games, .form .btn-danger, .form .btn-dark, .form .btn-default, .form .btn-demo, .form .btn-inverted, .form .btn-logout, .form .btn-outline, .form .btn-play, .form .btn-primary, .form .btn-primary-transparent, .form .btn-secondary, .form .btn-secondary-text, .form .btn-star, .form .btn-transparent, .form .btn-transparent-bordered, .form .disable-popup-blocker__btn-link {
    height: 44px;
    margin-top: 10px
}

.form__date-of-birth {
    margin-top: 4px;
    width: 100%
}

.form__date-of-birth__label {
    text-align: left;
    margin-bottom: 6px;
    color: #1c4f5b;
    font-weight: 600;
    font-size: 15px;
    display: block
}

.form.fillout-profile {
    max-width: 600px;
    margin: 0 auto
}

.form.fillout-profile--in-payment-access {
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.notification-block__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: calc(100vh - 250px)
}

.notification-block__wrap--auto-fit {
    min-height: auto
}

@media (max-width: 812px) {
    .notification-block__wrap {
        min-height: unset
    }
}

.notification-block__icon-wrap {
    margin: 0 0 15px
}

.notification-block__title {
    margin: 0 0 15px;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #3ccc87
}

.notification-block__title--yellow {
    color: #ff9e2c
}

.notification-block__title--centered {
    padding: 0 20px;
    text-align: center
}

.notification-block__text {
    margin: 0 0 12px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px
}

.notification-block__text--dim {
    color: #b9c5e1
}

.notification-block__description {
    margin: 0 0 12px;
    text-align: center;
    color: #b9c5e1;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px
}

.notification-block__italic {
    text-align: center;
    font-style: italic;
    font-weight: 400;
    color: #b9c5e1;
    font-size: 13px;
    line-height: 127.5%
}

.notification-block__btn {
    margin: 20px 0 0;
    min-width: 113px
}

.notification-block__btn .btn__label {
    font-weight: 600
}

.complated-modal__payment-id {
    margin: 0 0 12px;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    color: #1c4f5b
}

.complated-modal .notification-block__text {
    color: #2f6775
}

.complated-modal .notification-block__title {
    color: #5cbdd4
}

.complated-modal__description {
    margin: 0 0 25px;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #2f6775
}

.sport-links__header {
    display: flex;
    align-items: center;
    margin-bottom: 8px
}

.sport-links__icon {
    display: flex;
    margin-right: 12px
}

.sport-links__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #1095b5
}

.sport-links__body {
    position: relative
}

.sport-links .slick-slide {
    padding-right: 8px
}

.sport-links .slick-slider:hover .slick-arrow {
    opacity: 1;
    transition: opacity .2s
}

.sport-links .slick-list {
    overflow: visible
}

.sport-links .slick-arrow {
    background: rgba(240, 245, 248, .8);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    transform: none;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity .2s;
    top: 0;
    width: 60px;
    height: 100%;
    bottom: 0;
    opacity: 0
}

.sport-links .slick-arrow:before {
    content: "";
    position: absolute;
    display: block;
    top: 69px;
    left: 19px;
    width: 42px;
    height: 42px;
    background: url(/bahsegel/img/game-slider-button.11743ec1.svg) no-repeat 50%;
    transition: .2s
}

.sport-links .slick-arrow:hover {
    transform: none
}

.sport-links .slick-arrow:hover:before {
    transform: scale(1.1);
    transition: scale .25s
}

.sport-links .slick-arrow.slick-disabled:before, .sport-links .slick-arrow.slick-next:before, .sport-links .slick-arrow.slick-prev:before {
    opacity: 1
}

.sport-links .slick-arrow.slick-disabled {
    display: none
}

.sport-links .slick-arrow:focus {
    transform: none;
    background: none
}

.sport-links .slick-arrow:before {
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 36px;
    height: 36px;
    border-radius: 50%
}

.sport-links .slick-prev {
    left: -20px;
    border-radius: 0 17px 17px 0
}

.sport-links .slick-next {
    right: -20px;
    border-radius: 17px 0 0 17px
}

.sport-links .slick-next:before {
    transform: rotate(180deg)
}

.sport-links .slick-next:hover:before {
    transform: rotate(180deg) scale(1.1)
}

.collapsed-nav-menu {
    position: relative;
    height: 100%
}

.collapsed-nav-menu__title {
    margin: 0 20px;
    padding-top: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #1095b5
}

.collapsed-nav-menu__close-btn {
    cursor: pointer;
    position: absolute;
    top: 17px;
    right: 15px
}

.collapsed-nav-menu__nav-items {
    display: inline-block;
    position: relative;
    float: left;
    width: 90px;
    height: 100%;
    background: #f0f5f8;
    border-radius: 0 12px 12px 0;
    border: 1px solid rgba(28, 79, 91, .15)
}

.collapsed-nav-menu__nav-items.collapsed {
    border-radius: 0;
    border-right: 0
}

.collapsed-nav-menu__nav-items.collapsed .collapsed-nav-menu__item.active-item .collapsed-nav-menu__item-icon {
    background: linear-gradient(180deg, #ff9e2c, #ffb72c), #ff9e2c
}

.collapsed-nav-menu__nav-items.collapsed .collapsed-nav-menu__item.active-item .collapsed-nav-menu__item-label {
    font-weight: 600
}

.collapsed-nav-menu__nav-items .collapsed-nav-menu__item.fast_deposit {
    margin-top: 18px
}

.collapsed-nav-menu__nav-items .collapsed-nav-menu__item.fast_deposit .collapsed-nav-menu__item-icon {
    margin-top: inherit
}

.collapsed-nav-menu__nav-items .collapsed-nav-menu__item.fast_deposit:before {
    content: "";
    left: 15px;
    height: 1px;
    width: 60px;
    background: rgba(28, 79, 91, .15);
    position: absolute
}

.collapsed-nav-menu__nav-items .collapsed-nav-menu__item.search {
    bottom: 18px;
    position: absolute
}

.collapsed-nav-menu__nav-items .collapsed-nav-menu__item.search .collapsed-nav-menu__item-icon {
    padding: 10px 5px
}

.collapsed-nav-menu__item {
    display: flex;
    flex-direction: column;
    width: 100%
}

.collapsed-nav-menu__item-icon {
    cursor: pointer;
    background: #fff;
    padding: 5px;
    margin: 23px 23px 5px;
    display: flex;
    border-radius: 16px;
    justify-content: center;
    border: 1px solid transparent
}

.collapsed-nav-menu__item-icon:hover {
    border: 1px solid #ff9e2c
}

.collapsed-nav-menu__item-label {
    display: block;
    font-size: 12px;
    text-align: center
}

.collapsed-nav-menu__content {
    visibility: visible;
    opacity: 1;
    height: 100%;
    width: 320px;
    display: inline-block;
    background: #f0f5f8;
    border-radius: 0 17px 17px 0;
    border: 1px solid rgba(28, 79, 91, .15)
}

.collapsed-nav-menu__content .nav-game-search, .collapsed-nav-menu__content .nav-top-games, .collapsed-nav-menu__content .recently-played-games {
    height: calc(100% - 65px);
    overflow: scroll;
    padding: 10px 15px 0
}

.collapsed-nav-menu__content .nav-game-search .game-list, .collapsed-nav-menu__content .nav-top-games .game-list, .collapsed-nav-menu__content .recently-played-games .game-list {
    grid-template-columns:repeat(2, 1fr)
}

.collapsed-nav-menu__content .nav-game-search .game-card:hover, .collapsed-nav-menu__content .nav-top-games .game-card:hover, .collapsed-nav-menu__content .recently-played-games .game-card:hover {
    cursor: pointer;
    transform: scale(1.05);
    transition: .4s cubic-bezier(.5, 0, .1, 1)
}

.collapsed-nav-menu__content .nav-game-search .game-card__buttons > .btn-play, .collapsed-nav-menu__content .nav-top-games .game-card__buttons > .btn-play, .collapsed-nav-menu__content .recently-played-games .game-card__buttons > .btn-play {
    margin-bottom: 5px;
    padding: 0;
    width: 30px;
    height: 30px
}

.collapsed-nav-menu__content .nav-game-search .game-card__buttons > .btn-play .btn__icon, .collapsed-nav-menu__content .nav-top-games .game-card__buttons > .btn-play .btn__icon, .collapsed-nav-menu__content .recently-played-games .game-card__buttons > .btn-play .btn__icon {
    transform: scale(.5);
    margin-left: 3px
}

.collapsed-nav-menu__content .nav-game-search .game-card__buttons > .game-card__name, .collapsed-nav-menu__content .nav-top-games .game-card__buttons > .game-card__name, .collapsed-nav-menu__content .recently-played-games .game-card__buttons > .game-card__name {
    flex-shrink: 0;
    font-size: 11px;
    margin-bottom: 5px
}

.collapsed-nav-menu__content .nav-game-search .game-card__buttons > .btn-demo, .collapsed-nav-menu__content .nav-top-games .game-card__buttons > .btn-demo, .collapsed-nav-menu__content .recently-played-games .game-card__buttons > .btn-demo {
    transform: scale(.7);
    line-height: 15px;
    white-space: nowrap
}

.collapsed-nav-menu__content .nav-game-search .game-bar-header__search-input {
    width: 100%
}

.collapsed-nav-menu__content .nav-game-search .game-bar-header__search-input .casino-search-input__input {
    margin-bottom: 15px
}

.collapsed-nav-menu__content.transition-hide {
    visibility: hidden;
    opacity: 0;
    width: 0;
    transition: width 1s, opacity .4s, visibility .4s
}

.simple-select {
    position: relative
}

.simple-select.full-width {
    width: 100%
}

.simple-select .dropdown-arrow {
    position: absolute;
    right: 20px;
    top: 22px;
    transition: .25s
}

.simple-select .flipped {
    transition: .25s;
    transform: rotate(180deg)
}

.simple-select.disabled {
    opacity: .6;
    pointer-events: none
}

.simple-select input[value] {
    font-size: 0
}

.simple-select__wrapper.is-open .simple-select__input, .simple-select__wrapper:hover .simple-select__input {
    background: #fff;
    border: 1px solid #1095b5;
    outline: none;
    box-shadow: 0 0 0 4px rgba(27, 163, 196, .1490196078);
    transition: border .1s
}

.simple-select label {
    cursor: pointer;
    color: #1c4f5b;
    text-transform: capitalize;
    top: 25px;
    left: 15px;
    position: absolute
}

.simple-select.no-placeholder label {
    top: 17px
}

.simple-select-options {
    position: absolute;
    width: 100%;
    margin-top: 5px;
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
    padding: 20px 15px;
    box-shadow: 0 12px 30px rgba(28, 51, 56, .1);
    z-index: 1
}

.simple-select-options.relative-menu {
    position: relative
}

.simple-select-options.top {
    transform: translateY(-160px)
}

.simple-select-options__wrap {
    overflow-y: auto;
    overflow-x: hidden;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-height: 160px;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.simple-select-options__wrap .simple-option {
    border-radius: 12px
}

.simple-select-options__wrap .simple-option.current-selected {
    background-color: #e1f3f7
}

.simple-select-options__wrap .simple-option__label {
    display: block;
    padding: 8px 10px
}

.simple-select-options__wrap .simple-option.with-img {
    position: relative
}

.simple-select-options__wrap .simple-option.with-img .simple-option__label {
    display: block;
    text-align: center;
    line-height: 35px;
    min-height: 35px;
    padding: 0
}

.simple-select-options__wrap .simple-option.with-img .simple-select__icon-img {
    position: absolute;
    top: 8px;
    left: 15px;
    pointer-events: none;
    width: 20px;
    height: 20px
}

.simple-select-options__wrap .simple-option:hover {
    background-color: rgba(225, 243, 247, .7)
}

.simple-select__input {
    padding: 0 0 0 1rem;
    width: 100%;
    top: 16px;
    font-size: 15px;
    height: 52px;
    background: #fff;
    color: #1c4f5b;
    border: 1px solid transparent;
    border-radius: 8px;
    cursor: pointer
}

.simple-select__input.custom-bg {
    background-color: #dfeaf0
}

.simple-select__placeholder {
    position: absolute;
    font-size: 11px;
    top: 10px;
    left: 15px;
    transition: .25s
}

.simple-select__placeholder.centered {
    margin: 0;
    padding: 0;
    position: absolute;
    font-size: 16px;
    transform: translate(5%, 30%);
    transition: .25s
}

.simple-select__error {
    font-size: 13px;
    line-height: 16px;
    color: #ea0028;
    padding: 4.5px 0 0 16px
}

.simple-select.lang-select-container {
    grid-area: bot;
    width: 50px
}

.simple-select.lang-select-container .simple-select-options {
    padding: 0
}

.simple-select.lang-select-container .simple-select-options.top {
    transform: translateY(-115px)
}

.simple-select.lang-select-container.full-width {
    width: 100%
}

.simple-select.lang-select-container .simple-select__input {
    height: 40px
}

.simple-select.lang-select-container .dropdown-arrow {
    top: 18px;
    right: 5px
}

.simple-select.lang-select-container label {
    top: 10px;
    font-weight: 600;
    grid-gap: 10px;
    gap: 10px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    left: 7px
}

.bonus-request-container {
    display: inline-block;
    height: auto;
    width: calc(50% - 10px);
    margin-top: 20px;
    padding: 20px;
    border-radius: 17px;
    background: #e1f3f7
}

@media (max-width: 812px) {
    .bonus-request-container {
        width: 100%;
        background-color: #fff
    }
}

.bonus-request-history {
    margin-top: 26px
}

.bonus-request-history__title {
    font-size: 15px;
    margin-bottom: 12px;
    font-weight: 500
}

@media (max-width: 812px) {
    .bonus-request-history-table.table .table-item__column-name {
        display: none
    }
}

.bonus-request-history-table.table .table-item__column-value {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis
}

.bonus-request-history-table.table .table-item__column-value .btn, .bonus-request-history-table.table .table-item__column-value .btn-action, .bonus-request-history-table.table .table-item__column-value .btn-all-games, .bonus-request-history-table.table .table-item__column-value .btn-danger, .bonus-request-history-table.table .table-item__column-value .btn-dark, .bonus-request-history-table.table .table-item__column-value .btn-default, .bonus-request-history-table.table .table-item__column-value .btn-demo, .bonus-request-history-table.table .table-item__column-value .btn-inverted, .bonus-request-history-table.table .table-item__column-value .btn-logout, .bonus-request-history-table.table .table-item__column-value .btn-outline, .bonus-request-history-table.table .table-item__column-value .btn-play, .bonus-request-history-table.table .table-item__column-value .btn-primary, .bonus-request-history-table.table .table-item__column-value .btn-primary-transparent, .bonus-request-history-table.table .table-item__column-value .btn-secondary, .bonus-request-history-table.table .table-item__column-value .btn-secondary-text, .bonus-request-history-table.table .table-item__column-value .btn-star, .bonus-request-history-table.table .table-item__column-value .btn-transparent, .bonus-request-history-table.table .table-item__column-value .btn-transparent-bordered, .bonus-request-history-table.table .table-item__column-value .disable-popup-blocker__btn-link {
    width: 100%
}

@media (max-width: 812px) {
    .bonus-request-history-table.table .table-item__column-value .date-cell {
        display: inline-flex;
        align-items: center;
        grid-gap: 4px;
        gap: 4px
    }
}

.bonus-request-history-table.table .table-item:not(:last-child) {
    border-bottom: 1px solid #dfeaf0
}

@media (max-width: 812px) {
    .bonus-request-history-table.table {
        border: none
    }
}

.bonus-request-history-table__empty {
    width: 100%;
    text-align: center;
    border-radius: 0 0 17px 17px;
    padding: 24px 0;
    font-size: 15px;
    color: #1c4f5b;
    background: #fff
}

@media (max-width: 812px) {
    .bonus-request-history-table__empty {
        font-size: 13px;
        font-weight: 500;
        border-radius: 17px;
        background: #fff
    }
}

.bonus-request__label {
    font-size: 15px;
    color: #1c4f5b;
    display: block
}

.bonus-request__info-message {
    font-size: 13px;
    color: #77959d;
    margin-top: 4px;
    display: block
}

.bonus-request__form {
    display: flex;
    grid-gap: 20px;
    gap: 20px;
    justify-content: space-between;
    margin-top: 16px
}

.bonus-request__form .dropdown {
    width: 100%
}

@media screen and (min-width: 812px) {
    .bonus-request__form .dropdown .dropdown__control {
        background-color: #fff
    }
}

.bonus-request__form .btn-bonus-request {
    width: 144px
}

.bonus-request__form .btn-bonus-request .btn__label {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

@media (max-width: 812px) {
    .bonus-request__form {
        flex-direction: column
    }

    .bonus-request__form .btn-bonus-request {
        width: 100%
    }
}

.rc-switch-custom.rc-switch {
    width: 43px;
    height: 26px;
    border: 1px solid #e1f3f7;
    background-color: #e1f3f7;
    line-height: 24px
}

.rc-switch-custom.rc-switch-checked {
    border: 1px solid #ff9e2c;
    background-color: #ff9e2c
}

.rc-switch-custom.rc-switch-checked:after {
    left: 18px
}

.rc-switch-custom.rc-switch-disabled {
    border-color: #f0f9fb;
    background: #f0f9fb
}

.rc-switch-custom.rc-switch-disabled:after {
    background: #fff
}

.rc-switch-custom.rc-switch:after {
    width: 21px;
    height: 21px
}

@keyframes rc-loading {
    50% {
        transform: scale(1.05);
        opacity: .7
    }
}

.rc-switch-custom--loading {
    animation: rc-loading .8s linear infinite
}

.promo-info-modal__title {
    font-size: 26px;
    color: #1c4f5b;
    font-weight: 700
}

.promo-info-modal__container {
    display: flex;
    grid-gap: 20px;
    gap: 20px;
    max-height: 500px;
    overflow: scroll
}

.promo-info-modal__container > div {
    width: 50%
}

.promo-info-modal__img-wrap .promo-info-modal__btn {
    margin-top: 20px
}

@media (max-width: 812px) {
    .promo-info-modal__container {
        flex-direction: column
    }

    .promo-info-modal__container > div {
        width: 100%
    }
}

.trusona-modal {
    display: grid;
    justify-items: center
}

.trusona-modal__title {
    margin-bottom: 20px
}

.trusona-modal__link {
    text-decoration: none
}

.trusona-modal__description {
    margin-top: 20px;
    color: #77959d;
    font-weight: 300
}

.trusona-modal__qr {
    padding: 7px;
    border: 1px solid #ecf2f4
}

.header {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 20px;
    height: 68px;
    background: #fff
}

.header__install-app, .header__public-chat, .header__support {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    padding: 0
}

.header__install-app--logged, .header__public-chat--logged, .header__support--logged {
    padding: 0 45px 0 0
}

.header__install-app--logged:after, .header__public-chat--logged:after, .header__support--logged:after {
    position: absolute;
    top: 9px;
    right: 21px;
    content: "";
    height: 28px;
    width: 0;
    border-left: 2px dotted #1ba3c3
}

.header__install-app svg, .header__public-chat svg, .header__support svg {
    margin: 0 0 3px
}

.header__install-app .btn__label, .header__public-chat .btn__label, .header__support .btn__label {
    text-align: center;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    color: #1c4f5b
}

@media (max-width: 1024px) {
    .header__install-app--logged, .header__public-chat--logged, .header__support--logged {
        margin: 0 0 0 10px;
        padding: 0 25px 0 0
    }

    .header__install-app--logged:after, .header__public-chat--logged:after, .header__support--logged:after {
        right: 10px
    }
}

.header__support:hover {
    background: #f0f9fb;
    border-color: #f0f9fb
}

.header .main-logo {
    width: 153px
}

@media (max-width: 920px) {
    .header .main-logo {
        max-height: 26px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
}

.header .mobile-logo {
    max-height: 26px;
    width: 30px
}

.header .hamburger-menu {
    position: relative;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0 10px 0 0;
    transform: scale(1.1)
}

.header__user-info {
    display: flex;
    margin-left: auto
}

.header__not-logged, .header__support-wrapper {
    display: flex;
    align-items: center
}

.header__not-logged .btn-registration, .header__not-logged .tooltip {
    margin-left: 10px
}

.header__not-logged .tooltip-additional {
    margin-left: 0;
    margin-right: 0
}

.header .user-info .tooltip {
    margin-right: 10px
}

@media (max-width: 1024px) {
    .header {
        padding: 10px
    }

    .header__not-logged {
        right: 10px;
        grid-column-gap: 6px
    }
}

@media (max-width: 812px) {
    .header {
        height: 52px;
        align-items: center;
        padding: 0 3px 0 16px;
        box-shadow: none
    }

    .header .hamburger-menu {
        margin: 0 10px 0 0
    }

    .header__divider, .header__install-app, .header__public-chat, .header__support {
        display: none
    }

    .header__not-logged {
        top: 8px;
        right: 6px;
        grid-column-gap: 6px
    }

    .header__not-logged .btn-login, .header__not-logged .btn-login:hover {
        border: unset;
        background: transparent
    }

    .header__not-logged .btn-login, .header__not-logged .btn-registration {
        font-size: 13px;
        font-weight: 700;
        padding: 10px 12px
    }
}

@media (max-width: 480px) {
    .header__not-logged {
        grid-template-columns:auto auto
    }
}

.main-template--pwa-landing .header {
    padding-left: 20px
}

.main-template--pwa-landing .header .hamburger-menu, .main-template--pwa-landing .header .nav-bar, .main-template--pwa-landing .header .user-info, .main-template--pwa-landing .header__not-logged {
    display: none
}

.header__divider {
    font-size: 13px;
    height: 25px;
    line-height: 127.5%;
    letter-spacing: .095em;
    color: #1095b5;
    transform: rotate(-90deg)
}

.header__divider-info {
    margin-left: -10px
}

.footer {
    display: grid;
    grid-template-columns:1fr 1fr;
    grid-template-rows:auto;
    grid-template-areas:"top-left top-right" "mid mid" "bot bot" "subbot subbot";
    margin: 0 auto;
    max-width: 1366px;
    padding: 20px 20px 25px
}

.footer div.dropdown {
    grid-area: bot;
    width: 180px;
    justify-self: center
}

.footer div.dropdown__control {
    height: 40px;
    background: #fff;
    box-shadow: none;
    border: 1px solid #fff
}

.footer div.dropdown__control--is-focused, .footer div.dropdown__control--menu-is-open {
    border: 1px solid #1095b5;
    background: #f0f5f8;
    box-shadow: none
}

.footer div.dropdown__control:hover {
    border: 1px solid #1095b5
}

.footer div.dropdown__menu-list {
    max-height: 120px
}

.footer div.dropdown__single-value {
    font-weight: 700
}

.footer__menu-wrap {
    grid-area: top-left;
    margin-bottom: 30px;
    margin-right: 80px;
    display: flex;
    flex-basis: 50%
}

.footer__menu-wrap > div:not(:last-child) {
    margin: 0 70px 0 0
}

.footer .footer-info {
    grid-area: top-right
}

.footer__icon-block-container {
    grid-area: mid;
    margin-top: 30px
}

.footer__bottom {
    grid-area: bot;
    display: flex;
    justify-content: space-between
}

.footer__subbottom {
    grid-area: subbot;
    display: flex;
    justify-content: center;
    margin: -21px 0 0
}

.footer__adult-icon, .footer__lang-switcher {
    display: flex;
    flex-shrink: 0
}

.footer__socialm-wrap {
    display: flex;
    align-items: center;
    justify-self: end;
    word-break: break-word
}

.footer__pwa-button-container {
    display: flex;
    justify-content: center;
    grid-area: mid;
    margin-top: 30px
}

.footer__pwa-button-container .platform-tile__platformName {
    font-size: 15px
}

.footer__pwa-button-container .platform-tile__get-it {
    font-size: 10px
}

.footer__pwa-button-container .platform-tile__inner-wrap {
    padding: 10px;
    min-width: 128px
}

.footer__pwa-button-container .platform-tile__inner-wrap img {
    max-height: 28px
}

@media (max-width: 812px) {
    .footer__pwa-button-container .pwa-landing-buttons__btn, .footer__pwa-button-container .pwa-landing-buttons__platform-tile__desktop {
        display: none
    }

    .footer__pwa-button-container .pwa-landing-buttons__platforms {
        display: flex
    }
}

.footer__cryptopay {
    margin: 0 15px;
    padding: 6px 0
}

.main-template--pwa-landing .footer__menu-wrap {
    display: none
}

.main-template--pwa-landing .footer__socialm-wrap {
    padding: 20px 0
}

@media (max-width: 1024px) {
    .footer__menu-wrap {
        margin-right: 60px
    }

    .footer-menu__list {
        column-count: 1 !important;
        max-height: unset
    }
}

@media (max-width: 860px) {
    .footer-menu__wrap > div:not(:last-child) {
        margin: 0 35px 0 0
    }

    .footer-menu__list {
        max-height: unset
    }
}

@media (max-width: 812px) {
    .footer {
        overflow: hidden;
        grid-template-columns:1fr;
        grid-template-rows:auto;
        grid-template-areas:"bot" "locale" "social" "menus" "buttons" "info" "subbot"
    }

    .footer div.lang-select-container {
        grid-area: locale;
        margin-bottom: 24px
    }

    .footer__menu-wrap {
        grid-area: menus;
        justify-self: center;
        margin-right: 0;
        margin-bottom: 20px
    }

    .footer__menu-wrap > div:not(:last-child) {
        margin: 0 50 0 0
    }

    .footer__menu-wrap .nav-item__title {
        white-space: normal;
        text-align: left
    }

    .footer .footer-menu__list {
        max-height: inherit
    }

    .footer__socialm-wrap {
        grid-area: social;
        justify-self: center
    }

    .footer__adult-icon {
        margin-right: 20px
    }

    .footer .footer-info {
        grid-area: info
    }

    .footer .icon-block {
        display: none
    }

    .footer__pwa-button-container {
        margin-top: 0;
        grid-area: buttons
    }

    .footer__subbottom {
        margin: -10px 0 20px
    }
}

@media (max-width: 480px) {
    .footer {
        padding: 20px 15px
    }

    .footer .dropdown {
        width: 100%
    }

    .footer .footer-menu__list-item a {
        font-size: 13px
    }

    .footer__socialm-wrap {
        position: relative;
        width: 100%;
        justify-content: center
    }
}

.footer-wrap {
    background: #1095b5
}

body.modal-is-open, body.sidebar-is-open {
    overflow: hidden
}

.modal-wrapper-with-banner-right {
    display: flex;
    height: 100%;
    overflow-y: hidden !important
}

.modal-wrapper-with-banner-right .modal-content {
    width: 30%;
    border-radius: 0;
    min-width: 487px
}

.modal-wrapper-with-banner-bottom {
    display: flex;
    flex-direction: column;
    height: 100%
}

.modal-wrapper-with-banner-bottom .modal-content {
    flex-shrink: 0
}

.modal--with-banner .modal__overlay {
    padding: 0
}

.modal__overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgba(29, 34, 47, .9);
    overflow: auto
}

.modal__overlay:after, .modal__overlay:before {
    content: "";
    flex: 1 1
}

.modal__content {
    width: 100%;
    overflow: auto;
    outline: none
}

.modal__description__img {
    height: auto;
    width: 100%;
    border-top-right-radius: 17px;
    border-top-left-radius: 17px
}

.modal__description__subtext, .modal__description__text {
    color: #b9c5e1;
    max-height: calc(100vh - 375px);
    overflow: auto
}

@media screen and (min-width: 480px)and (max-width: 812px) {
    .modal__description__subtext, .modal__description__text {
        max-height: calc(90vh - 375px)
    }
}

.modal__description__subtext img, .modal__description__text img {
    max-width: 100%
}

.modal__description__btn {
    font-size: 15px;
    display: block;
    margin: 0 auto
}

.modal-default {
    width: 524px
}

.modal-xlg {
    width: 100%
}

.modal-lg {
    width: 902px
}

.modal-md {
    width: 600px
}

.modal-sm {
    width: 423px
}

@media (max-width: 812px) {
    .modal-default, .modal-lg, .modal-md, .modal-sm, .modal-xlg {
        max-width: 600px;
        width: 100%
    }
}

.modal .apply-cashback-success-modal__successful, .modal .bonus-claim-modal__successful, .modal .change-password-modal__successful, .modal .fill-out-profile-modal__successful, .modal .forgot-password-modal__successful, .modal .reset-password-success-modal__successful {
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 15px;
    gap: 15px
}

.modal .apply-cashback-success-modal__successful .btn, .modal .apply-cashback-success-modal__successful .btn-action, .modal .apply-cashback-success-modal__successful .btn-all-games, .modal .apply-cashback-success-modal__successful .btn-danger, .modal .apply-cashback-success-modal__successful .btn-dark, .modal .apply-cashback-success-modal__successful .btn-default, .modal .apply-cashback-success-modal__successful .btn-demo, .modal .apply-cashback-success-modal__successful .btn-inverted, .modal .apply-cashback-success-modal__successful .btn-logout, .modal .apply-cashback-success-modal__successful .btn-outline, .modal .apply-cashback-success-modal__successful .btn-play, .modal .apply-cashback-success-modal__successful .btn-primary, .modal .apply-cashback-success-modal__successful .btn-primary-transparent, .modal .apply-cashback-success-modal__successful .btn-secondary, .modal .apply-cashback-success-modal__successful .btn-secondary-text, .modal .apply-cashback-success-modal__successful .btn-star, .modal .apply-cashback-success-modal__successful .btn-transparent, .modal .apply-cashback-success-modal__successful .btn-transparent-bordered, .modal .apply-cashback-success-modal__successful .disable-popup-blocker__btn-link, .modal .bonus-claim-modal__successful .btn, .modal .bonus-claim-modal__successful .btn-action, .modal .bonus-claim-modal__successful .btn-all-games, .modal .bonus-claim-modal__successful .btn-danger, .modal .bonus-claim-modal__successful .btn-dark, .modal .bonus-claim-modal__successful .btn-default, .modal .bonus-claim-modal__successful .btn-demo, .modal .bonus-claim-modal__successful .btn-inverted, .modal .bonus-claim-modal__successful .btn-logout, .modal .bonus-claim-modal__successful .btn-outline, .modal .bonus-claim-modal__successful .btn-play, .modal .bonus-claim-modal__successful .btn-primary, .modal .bonus-claim-modal__successful .btn-primary-transparent, .modal .bonus-claim-modal__successful .btn-secondary, .modal .bonus-claim-modal__successful .btn-secondary-text, .modal .bonus-claim-modal__successful .btn-star, .modal .bonus-claim-modal__successful .btn-transparent, .modal .bonus-claim-modal__successful .btn-transparent-bordered, .modal .bonus-claim-modal__successful .disable-popup-blocker__btn-link, .modal .change-password-modal__successful .btn, .modal .change-password-modal__successful .btn-action, .modal .change-password-modal__successful .btn-all-games, .modal .change-password-modal__successful .btn-danger, .modal .change-password-modal__successful .btn-dark, .modal .change-password-modal__successful .btn-default, .modal .change-password-modal__successful .btn-demo, .modal .change-password-modal__successful .btn-inverted, .modal .change-password-modal__successful .btn-logout, .modal .change-password-modal__successful .btn-outline, .modal .change-password-modal__successful .btn-play, .modal .change-password-modal__successful .btn-primary, .modal .change-password-modal__successful .btn-primary-transparent, .modal .change-password-modal__successful .btn-secondary, .modal .change-password-modal__successful .btn-secondary-text, .modal .change-password-modal__successful .btn-star, .modal .change-password-modal__successful .btn-transparent, .modal .change-password-modal__successful .btn-transparent-bordered, .modal .change-password-modal__successful .disable-popup-blocker__btn-link, .modal .fill-out-profile-modal__successful .btn, .modal .fill-out-profile-modal__successful .btn-action, .modal .fill-out-profile-modal__successful .btn-all-games, .modal .fill-out-profile-modal__successful .btn-danger, .modal .fill-out-profile-modal__successful .btn-dark, .modal .fill-out-profile-modal__successful .btn-default, .modal .fill-out-profile-modal__successful .btn-demo, .modal .fill-out-profile-modal__successful .btn-inverted, .modal .fill-out-profile-modal__successful .btn-logout, .modal .fill-out-profile-modal__successful .btn-outline, .modal .fill-out-profile-modal__successful .btn-play, .modal .fill-out-profile-modal__successful .btn-primary, .modal .fill-out-profile-modal__successful .btn-primary-transparent, .modal .fill-out-profile-modal__successful .btn-secondary, .modal .fill-out-profile-modal__successful .btn-secondary-text, .modal .fill-out-profile-modal__successful .btn-star, .modal .fill-out-profile-modal__successful .btn-transparent, .modal .fill-out-profile-modal__successful .btn-transparent-bordered, .modal .fill-out-profile-modal__successful .disable-popup-blocker__btn-link, .modal .forgot-password-modal__successful .btn, .modal .forgot-password-modal__successful .btn-action, .modal .forgot-password-modal__successful .btn-all-games, .modal .forgot-password-modal__successful .btn-danger, .modal .forgot-password-modal__successful .btn-dark, .modal .forgot-password-modal__successful .btn-default, .modal .forgot-password-modal__successful .btn-demo, .modal .forgot-password-modal__successful .btn-inverted, .modal .forgot-password-modal__successful .btn-logout, .modal .forgot-password-modal__successful .btn-outline, .modal .forgot-password-modal__successful .btn-play, .modal .forgot-password-modal__successful .btn-primary, .modal .forgot-password-modal__successful .btn-primary-transparent, .modal .forgot-password-modal__successful .btn-secondary, .modal .forgot-password-modal__successful .btn-secondary-text, .modal .forgot-password-modal__successful .btn-star, .modal .forgot-password-modal__successful .btn-transparent, .modal .forgot-password-modal__successful .btn-transparent-bordered, .modal .forgot-password-modal__successful .disable-popup-blocker__btn-link, .modal .reset-password-success-modal__successful .btn, .modal .reset-password-success-modal__successful .btn-action, .modal .reset-password-success-modal__successful .btn-all-games, .modal .reset-password-success-modal__successful .btn-danger, .modal .reset-password-success-modal__successful .btn-dark, .modal .reset-password-success-modal__successful .btn-default, .modal .reset-password-success-modal__successful .btn-demo, .modal .reset-password-success-modal__successful .btn-inverted, .modal .reset-password-success-modal__successful .btn-logout, .modal .reset-password-success-modal__successful .btn-outline, .modal .reset-password-success-modal__successful .btn-play, .modal .reset-password-success-modal__successful .btn-primary, .modal .reset-password-success-modal__successful .btn-primary-transparent, .modal .reset-password-success-modal__successful .btn-secondary, .modal .reset-password-success-modal__successful .btn-secondary-text, .modal .reset-password-success-modal__successful .btn-star, .modal .reset-password-success-modal__successful .btn-transparent, .modal .reset-password-success-modal__successful .btn-transparent-bordered, .modal .reset-password-success-modal__successful .disable-popup-blocker__btn-link {
    width: 35%;
    margin: 20px 0 0
}

.modal .apply-cashback-success-modal__successful-title, .modal .bonus-claim-modal__successful-title, .modal .change-password-modal__successful-title, .modal .fill-out-profile-modal__successful-title, .modal .forgot-password-modal__successful-title, .modal .reset-password-success-modal__successful-title {
    color: #1095b5;
    font-weight: 700;
    font-size: 26px;
    line-height: 31px
}

@media (max-width: 812px) {
    .modal .apply-cashback-success-modal__successful-title, .modal .bonus-claim-modal__successful-title, .modal .change-password-modal__successful-title, .modal .fill-out-profile-modal__successful-title, .modal .forgot-password-modal__successful-title, .modal .reset-password-success-modal__successful-title {
        font-size: 18px;
        line-height: 24px
    }
}

.modal .apply-cashback-success-modal__successful-content, .modal .bonus-claim-modal__successful-content, .modal .change-password-modal__successful-content, .modal .fill-out-profile-modal__successful-content, .modal .forgot-password-modal__successful-content, .modal .reset-password-success-modal__successful-content {
    text-align: center;
    font-size: 15px;
    line-height: 21px;
    color: #1c4f5b
}

.modal .apply-cashback-success-modal__successful-subcontent, .modal .bonus-claim-modal__successful-subcontent, .modal .change-password-modal__successful-subcontent, .modal .fill-out-profile-modal__successful-subcontent, .modal .forgot-password-modal__successful-subcontent, .modal .reset-password-success-modal__successful-subcontent {
    text-align: center;
    line-height: 21px;
    font-size: 13px;
    font-style: italic;
    color: #b9c5e1
}

.modal.terms-and-cond__reg-modal .modal__content {
    border-radius: 12px;
    max-height: 800px
}

.modal.terms-and-cond__reg-modal .modal-content {
    padding-top: 10px
}

@media (max-width: 812px) {
    .modal.terms-and-cond__reg-modal .modal-header__close {
        position: fixed;
        top: 62px
    }
}

.modal-icon-wrapper {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    grid-gap: 6px;
    gap: 6px
}

.modal-info-icon {
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    color: #77959d;
    display: flex;
    align-items: center;
    grid-gap: 6px;
    gap: 6px
}

.modal-content {
    position: relative;
    padding: 48px 0;
    border-radius: 12px;
    background: #fff;
    word-break: break-word
}

.modal-content--transparent-bg {
    background: transparent
}

.modal-content--with-after-footer {
    padding-bottom: 0
}

.modal-content__promo {
    padding: 0 0 16px
}

@media (max-width: 812px) {
    .modal-content__promo {
        width: calc(100% - 30px);
        margin: 0 auto
    }
}

.modal-content__promo .modal-header {
    padding: 0
}

.modal-content__promo .modal-body {
    padding: 0;
    margin: 0
}

@media (max-width: 812px) {
    .modal-content__promo .modal-header__close {
        transform: scale(.65);
        top: 0;
        right: 0;
        position: absolute
    }
}

@media (max-width: 812px) {
    .modal-content {
        height: auto;
        display: flex;
        flex-direction: column;
        border-radius: 0;
        padding: 32px 0 24px
    }
}

.modal-header {
    padding: 0 40px
}

@media (max-width: 812px) {
    .modal-header {
        padding: 0 16px
    }

    .modal-header__close {
        position: absolute;
        top: 12px;
        right: 12px
    }
}

.modal-body {
    margin: 20px 0 32px;
    padding: 0 40px
}

@media (max-width: 812px) {
    .modal-body {
        padding: 0 16px
    }
}

.modal-footer {
    display: block;
    padding: 0 40px
}

.modal-footer .modal-link {
    position: relative;
    justify-content: flex-start
}

.modal-footer .modal-link:not(:last-child) {
    margin: 0 0 26px
}

.modal-footer .modal-link:not(:last-child):after {
    position: absolute;
    bottom: -16px;
    margin: 1.5px 0;
    content: "";
    height: 0;
    width: 100%;
    border-top: 1px solid #dfeaf0
}

.modal-footer .modal-link > span {
    font-size: 15px;
    line-height: 21px;
    color: #1c4f5b
}

.modal-footer .modal-link.forgot-pass-link .text-link {
    font-size: 15px;
    line-height: 20px;
    color: #1095b5
}

.modal-footer .modal-link.forgot-pass-link .text-link:hover:after {
    background: #1095b5
}

@media (max-width: 812px) {
    .modal-footer {
        margin: auto 0 0;
        padding: 0 16px
    }
}

.modal-after-footer {
    position: relative;
    min-height: 78px;
    margin: 0;
    padding: 37px 30px 26px;
    text-align: center;
    font-size: 15px;
    line-height: 21px;
    background-image: url(/bahsegel/img/after-footer-bg.84c7cbf4.svg), linear-gradient(180deg, transparent, transparent 50%, #2e3547 0, #2e3547);
    background-position: 0 0, bottom;
    background-size: 100% auto, auto auto;
    background-repeat: no-repeat, no-repeat;
    background-clip: padding-box, padding-box;
    border-radius: 0 0 17px 17px
}

.modal-after-footer .text-link {
    line-height: 21px
}

.modal-title {
    margin: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: left;
    color: #1095b5
}

.modal-desc {
    margin: 11px 0 0;
    font-size: 15px;
    line-height: 21px;
    text-align: left;
    color: #1c4f5b
}

.modal.login-modal .modal-desc {
    display: flex;
    align-items: center;
    position: relative
}

.modal.login-modal .modal-desc:after {
    flex-shrink: 0;
    display: inline-block;
    margin: 0 0 0 13px;
    content: "";
    width: 22px;
    height: 23px;
    background: url(/bahsegel/img/waving-hand.cf08011a.svg) no-repeat
}

@media (max-width: 812px) {
    .modal.login-modal .modal__content {
        display: flex;
        flex-direction: column
    }

    .modal.login-modal .modal-content {
        flex: 1 0 auto
    }
}

.description-modal {
    position: relative;
    display: flex;
    max-height: 600px
}

.description-modal__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #1c4f5b;
    padding: 0 32px
}

@media (max-width: 1024px) {
    .description-modal__title {
        padding: 20px 20px 0
    }
}

.description-modal__img-wrap {
    max-width: 365px;
    flex-shrink: 0
}

.description-modal__content-wrap {
    overflow: auto
}

.description-modal__text {
    padding: 0 32px;
    overflow: auto;
    margin-right: 4px
}

.description-modal__text::-webkit-scrollbar-thumb {
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    background-clip: padding-box
}

.description-modal__text h3 {
    color: #1c4f5b;
    font-size: 26px;
    line-height: 31px;
    font-weight: 700;
    margin: 0 0 16px
}

.description-modal__text a {
    color: unset;
    text-decoration: unset
}

.description-modal__text ol {
    max-width: 350px;
    counter-reset: list-counter;
    list-style: none
}

.description-modal__text ul {
    list-style-type: none
}

.description-modal__text ol li {
    margin: 0 0 .5rem;
    counter-increment: list-counter;
    position: relative
}

.description-modal__text ol li:before {
    content: counter(list-counter);
    color: #fff;
    position: absolute;
    left: -38px;
    line-height: 25px;
    width: 25px;
    height: 25px;
    border: 1px solid #646d83;
    border-radius: 50%;
    text-align: center;
    font-size: 13px
}

.description-modal__text table {
    width: 100%;
    margin: 20px 0;
    border-collapse: collapse
}

.description-modal__text table, .description-modal__text table td, .description-modal__text table th {
    border: 1px solid rgba(185, 197, 225, .3)
}

.description-modal__text table th {
    font-weight: 700
}

.description-modal__text table td {
    padding: 5px 6px
}

.description-modal__btn-desktop {
    margin: 32px auto 0
}

.description-modal__btn-mobile {
    display: none
}

@media (max-width: 1024px) {
    .description-modal__text {
        padding: 20px 20px 0
    }

    .description-modal__btn {
        margin-top: 20px;
        margin-bottom: 20px
    }
}

@media (max-width: 812px) {
    .description-modal {
        max-height: unset;
        flex-direction: column
    }

    .description-modal__title {
        display: block
    }

    .description-modal__content-wrap {
        flex-shrink: 0;
        overflow: unset
    }

    .description-modal__text {
        padding: 0
    }

    .description-modal__btn-mobile {
        padding: 15px 0;
        background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff 20%, #fff);
        position: -webkit-sticky;
        position: sticky;
        bottom: 0;
        display: block
    }

    .description-modal__btn-desktop {
        display: none
    }
}

.old-site-info-modal .modal__content {
    width: clamp(320px, 95%, 420px)
}

.old-site-info-modal .modal-content {
    padding: 48px 0 40px;
    border-radius: 17px
}

.old-site-info-modal .modal-body {
    margin: 0
}

.old-site-info-modal .description-modal {
    flex-direction: column;
    align-items: flex-start;
    text-align: left
}

.old-site-info-modal .description-modal__title {
    margin: 0 0 16px;
    display: block;
    font-weight: 700;
    font-size: 26px;
    line-height: 31px;
    color: #1095b5
}

.old-site-info-modal .description-modal__text {
    margin: 0 0 24px;
    padding: 0;
    font-size: 15px;
    line-height: 21px;
    color: #1c4f5b;
    white-space: pre-wrap
}

.old-site-info-modal .description-modal__img-wrap {
    width: 100%;
    max-width: 339px;
    order: 2;
    align-self: center
}

.old-site-info-modal .description-modal__btn-mobile {
    display: none
}

.old-site-info-modal .description-modal__btn-desktop {
    display: block;
    margin: 24px auto 0
}

@media (max-width: 480px) {
    .old-site-info-modal .modal-content {
        padding: 36px 0 32px;
        border-radius: 17px
    }

    .old-site-info-modal .description-modal__title {
        margin: 0 0 12px;
        font-size: 18px;
        line-height: 24px
    }

    .old-site-info-modal .description-modal__btn-desktop {
        display: block
    }

    .old-site-info-modal .description-modal__btn-mobile {
        display: none
    }
}

.ny-quest-how-it-works-modal .modal-body {
    padding: 0;
    margin-bottom: 10px
}

.ny-quest-how-it-works-modal .modal-content {
    padding: 22px 0
}

.ny-quest-how-it-works-modal .description-modal {
    position: relative;
    flex-direction: column
}

.ny-quest-how-it-works-modal .description-modal__text {
    padding: 0
}

.ny-quest-how-it-works-modal .description-modal__content-wrap {
    padding-right: 30px
}

.ny-quest-how-it-works-modal .description-modal__content-wrap:after, .ny-quest-how-it-works-modal .description-modal__content-wrap:before {
    content: "";
    height: 5%;
    width: 100%;
    display: block;
    position: absolute;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff 80%)
}

.ny-quest-how-it-works-modal .description-modal__content-wrap:before {
    top: 38px;
    background: linear-gradient(0deg, hsla(0, 0%, 100%, 0), #fff 80%)
}

.ny-quest-how-it-works-modal .description-modal__content-wrap:after {
    bottom: 0
}

.ny-quest-how-it-works-modal .description-modal__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 0 20px;
    margin: 0 20px 20px;
    color: #1095b5
}

@media (max-width: 812px) {
    .ny-quest-how-it-works-modal .modal-header__close {
        position: fixed;
        top: 16px;
        right: 16px
    }

    .ny-quest-how-it-works-modal .description-modal__content-wrap:after, .ny-quest-how-it-works-modal .description-modal__content-wrap:before {
        content: none
    }
}

.ny-quest-quest-modal .modal-content {
    padding: 22px 0;
    background: url(/bahsegel/img/modal-bg.7d31eef8.svg), linear-gradient(180deg, #4b33e9, #879df8)
}

.ny-quest-quest-modal .modal__content {
    width: 420px;
    overflow: visible
}

.ny-quest-quest-modal .description-modal {
    position: relative;
    flex-direction: column
}

.ny-quest-quest-modal .description-modal__title:not(.description-modal__content-wrap .description-modal__title) {
    color: #663200;
    text-align: center;
    font-family: Baloo;
    font-size: 36px;
    line-height: 32px;
    z-index: 1;
    top: -55px;
    position: absolute;
    padding-top: 5px;
    left: 50%;
    transform: translateX(-50%)
}

.ny-quest-quest-modal .description-modal__title:not(.description-modal__content-wrap .description-modal__title) span {
    display: block
}

.ny-quest-quest-modal .description-modal__title:not(.description-modal__content-wrap .description-modal__title) span:nth-child(2) {
    font-size: 22px;
    line-height: 23px;
    word-break: normal
}

@media (max-width: 812px) {
    .ny-quest-quest-modal .description-modal__title:not(.description-modal__content-wrap .description-modal__title) span:nth-child(2) {
        padding: 0 5px;
        width: 120px;
        white-space: break-spaces
    }
}

.ny-quest-quest-modal .description-modal__img-wrap img {
    position: absolute;
    top: -100px;
    height: auto;
    width: 250px;
    left: 50%;
    transform: translateX(-50%)
}

.ny-quest-quest-modal .description-modal__btn-desktop {
    display: none
}

.ny-quest-quest-modal .description-modal__btn-mobile {
    display: block;
    margin-top: 20px
}

.ny-quest-quest-modal .description-modal__content-wrap .description-modal__title {
    margin-top: 90px;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px
}

.ny-quest-quest-modal .description-modal__content-wrap .description-modal__text {
    color: #fff;
    text-align: center;
    font-size: 15px;
    line-height: 21px;
    padding: 0;
    margin-bottom: 10px
}

@media (max-width: 812px) {
    .ny-quest-quest-modal .modal-content {
        border-radius: 12px
    }

    .ny-quest-quest-modal .modal__content {
        width: calc(100% - 20px);
        margin: 0 auto
    }

    .ny-quest-quest-modal .description-modal__btn-mobile {
        background: transparent
    }
}

.modal.deposit-modal .modal__overlay {
    z-index: 999
}

.modal.deposit-modal .modal-body {
    margin: 10px 0 0
}

@media (max-width: 812px) {
    .modal.deposit-modal .modal-body {
        padding: 0 10px
    }
}

.modal.deposit-modal .modal-title {
    text-align: left
}

.modal.deposit-modal .modal-content {
    padding: 40px 0
}

.modal.deposit-modal .modal__content {
    overflow: initial;
    width: 980px
}

@media (max-width: 812px) {
    .modal.deposit-modal .modal-body, .modal.deposit-modal .modal-header {
        padding: 0
    }

    .modal.deposit-modal .modal__content {
        width: calc(100vw - 8px)
    }

    .modal.deposit-modal .modal-content {
        padding: 20px 15px;
        border-radius: 17px
    }
}

.modal.deposit-modal .form--in-modal__title, .modal.deposit-modal .form__content, .modal.deposit-modal .form__date-of-birth__label {
    color: #1c4f5b
}

.modal.deposit-modal .fillout-profile {
    width: 90%;
    margin: 0 auto
}

.modal.quick-deposit-modal .modal-content {
    background: transparent
}

.modal.quick-deposit-modal .cashbox-method-wrap {
    overflow-y: auto
}

.modal.sign-up-modal .modal__content {
    display: flex;
    flex-direction: column;
    max-width: 480px;
    overflow: visible
}

.modal.sign-up-modal .modal-banner {
    position: static
}

.modal.sign-up-modal .modal__banner {
    height: 200px;
    border-radius: 17px 17px 0 0;
    position: relative;
    overflow: hidden;
    width: 480px
}

.modal.sign-up-modal .modal__banner--bottom {
    display: none
}

.modal.sign-up-modal .modal__banner--left {
    order: -1
}

.modal.sign-up-modal .modal__banner--right {
    order: 1
}

.modal.sign-up-modal .modal-content {
    display: flex;
    order: 1;
    flex-direction: column;
    padding: 20px 0;
    border-radius: 0 0 17px 17px
}

.modal.sign-up-modal .modal-content--without-banner {
    border-radius: 17px
}

.modal.sign-up-modal .modal-body {
    width: 100%
}

.modal.sign-up-modal .modal-after-footer {
    margin-top: auto;
    min-height: 124px;
    padding-top: 62px;
    border-radius: 0
}

.modal.sign-up-modal .terms-and_cond__label {
    display: block;
    grid-gap: 5px;
    gap: 5px
}

.modal.sign-up-modal .terms-and_cond__label .modal-link {
    display: inline-block;
    margin: 0 5px
}

.modal.sign-up-modal .date-of-birth-select, .modal.sign-up-modal .simple-select {
    width: 100%
}

.modal.sign-up-modal .form__date-of-birth__label {
    text-align: left;
    margin-bottom: 6px;
    color: #1c4f5b;
    font-weight: 600;
    font-size: 15px;
    display: block
}

@media (max-width: 812px) {
    .modal.sign-up-modal .modal__content {
        display: flex;
        flex-direction: column
    }

    .modal.sign-up-modal .modal-content {
        flex: 1 0 auto
    }

    .modal.sign-up-modal .modal__banner {
        order: -1;
        overflow: hidden;
        height: 120px;
        width: 100%;
        border-radius: 17px 17px 0 0
    }

    .modal.sign-up-modal .modal-header__close {
        top: -110px
    }

    .modal.sign-up-modal .modal-content {
        width: 100%;
        padding: 16px 0 15px
    }

    .modal.sign-up-modal .modal-content--without-banner {
        border-radius: 17px
    }

    .modal.sign-up-modal .modal-content--without-banner .modal-header__close {
        top: 12px
    }

    .modal.sign-up-modal .modal-body {
        padding-left: 16px;
        padding-right: 16px;
        margin: 16px 0
    }

    .modal.sign-up-modal .form__submit {
        margin-top: 0
    }
}

.modal.chat-modal .modal__content {
    width: 394px
}

.modal.chat-modal .modal-body {
    margin: 0
}

.modal.chat-modal .modal-body .chat-modal__desc {
    width: 200px;
    text-align: center;
    padding-top: 20px;
    margin: 0 auto;
    color: #1c4f5b;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px
}

.modal.chat-modal .modal-body .chat-modal__top {
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 10px;
    gap: 10px;
    background: #f0f9fb;
    border-radius: 17px;
    padding: 30px
}

.modal.chat-modal .modal-body .chat-modal__top-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px
}

.modal.chat-modal .modal-body .chat-modal__top-desc {
    font-weight: 400;
    font-size: 15px;
    line-height: 21px
}

.modal.chat-modal .modal-body .chat-modal__top-img svg {
    height: 35px;
    width: 35px;
    stroke: #1ba3c4
}

@media (max-width: 812px) {
    .modal.chat-modal .modal-header__close {
        top: 32px
    }

    .modal.chat-modal .modal__content {
        width: 100%;
        height: 100%
    }

    .modal.chat-modal .modal-content {
        height: 100%;
        padding-top: 22px
    }

    .modal.chat-modal .chat-modal__top {
        margin-left: -16px;
        margin-right: -16px
    }

    .modal.chat-modal .chat-modal__top_desc {
        text-align: center
    }

    .modal.chat-modal .chat-modal__top-img {
        margin-bottom: 20px
    }
}

.modal.sign-in-modal .modal__content {
    max-width: 420px
}

.modal.promo-item-modal .modal__content {
    width: calc(100vw - 20px);
    max-width: 940px
}

.modal.promo-item-modal .modal-content, .modal.promo-item-modal .modal-header {
    padding: 0;
    margin: 0
}

.modal.promo-item-modal .modal-body {
    padding: 32px 8px 22px 32px;
    margin: 0
}

@media (max-width: 812px) {
    .modal.promo-item-modal .modal__content {
        width: 100%
    }

    .modal.promo-item-modal .modal-body {
        padding: 15px
    }
}

.modal.after-login-modal .modal__content {
    overflow: unset;
    max-width: 940px
}

.modal.after-login-modal .modal-content {
    padding: 0
}

.modal.after-login-modal .modal-body {
    margin: 0;
    padding: 0
}

.modal.after-login-modal .user-after-login-top-wrap {
    max-width: 380px;
    width: 100%;
    flex-shrink: 0;
    padding: 40px 32px;
    align-self: stretch;
    border-radius: 17px 0 0 17px;
    background: #f0f9fb
}

.modal.after-login-modal .user-after-login-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 50px 0 0
}

.modal.after-login-modal .user-after-login-container .user-welcome {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center
}

.modal.after-login-modal .user-after-login-container .user-welcome__username {
    color: #1095b5;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px
}

.modal.after-login-modal .user-after-login-container .user-welcome__welcome-back {
    font-size: 15px;
    line-height: 21px;
    color: #1c4f5b
}

@media (max-width: 812px) {
    .modal.after-login-modal .user-after-login-container .user-welcome__username {
        font-size: 18px;
        line-height: 24px
    }

    .modal.after-login-modal .user-after-login-container .user-welcome__welcome-back {
        font-size: 15px;
        line-height: 21px
    }
}

.modal.after-login-modal .user-after-login-container .user-current-progress {
    margin: 50px 0 0
}

.modal.after-login-modal .user-after-login-container .user-current-progress .account-progress-info {
    display: flex;
    flex-direction: column;
    margin: 0
}

.modal.after-login-modal .user-after-login-container .user-current-progress .account-progress-info__container {
    width: 100%
}

.modal.after-login-modal .user-after-login-container .user-current-progress .account-progress-info__container .progress-bar--user-level {
    display: none
}

.modal.after-login-modal .user-after-login-container .user-current-progress .account-progress-info__container .account-progress-info__completed, .modal.after-login-modal .user-after-login-container .user-current-progress .account-progress-info__container .account-progress-info__completed-value {
    color: #1c4f5b
}

.modal.after-login-modal .user-after-login-container .user-current-progress .account-progress-info__nickname {
    margin: 0 0 6px;
    color: #1c4f5b
}

.modal.after-login-modal .user-after-login-container .user-current-progress .account-progress-info .level-container {
    margin: 0 0 50px;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.modal.after-login-modal .user-after-login-container .user-current-progress .account-progress-info .level-container__text-block {
    padding: 0;
    margin: 18px 0 0
}

.modal.after-login-modal .user-after-login-container .circular-progress-bar {
    width: 104px;
    height: 104px
}

.modal.after-login-modal .user-after-login-container .go-play-games {
    margin-top: 10px;
    display: block;
    width: calc(100% - 380px);
    overflow: hidden
}

.modal.after-login-modal .user-after-login-container .go-play-games .recently-played__block-title, .modal.after-login-modal .user-after-login-container .go-play-games .recommends__block-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #1c4f5b
}

@media (max-width: 812px) {
    .modal.after-login-modal .user-after-login-container .go-play-games .recently-played__block-title, .modal.after-login-modal .user-after-login-container .go-play-games .recommends__block-title {
        font-size: 18px
    }
}

.modal.after-login-modal .user-after-login-container .go-play-games .recently-played__block-title:before, .modal.after-login-modal .user-after-login-container .go-play-games .recommends__block-title:before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 12px;
    position: relative
}

.modal.after-login-modal .user-after-login-container .go-play-games__recently-played, .modal.after-login-modal .user-after-login-container .go-play-games__recommends {
    margin: 16px 16px 0;
    display: inline-block;
    width: calc(100% - 32px)
}

.modal.after-login-modal .user-after-login-container .go-play-games__recently-played .slider__recently-played, .modal.after-login-modal .user-after-login-container .go-play-games__recently-played .slider__recommends, .modal.after-login-modal .user-after-login-container .go-play-games__recommends .slider__recently-played, .modal.after-login-modal .user-after-login-container .go-play-games__recommends .slider__recommends {
    justify-content: space-between
}

.modal.after-login-modal .user-after-login-container .go-play-games__recently-played .custom-slider-container, .modal.after-login-modal .user-after-login-container .go-play-games__recommends .custom-slider-container {
    margin-top: 19px;
    width: calc(100% + 16px)
}

.modal.after-login-modal .user-after-login-container .go-play-games__recently-played .custom-slider-container .slick-slide, .modal.after-login-modal .user-after-login-container .go-play-games__recommends .custom-slider-container .slick-slide {
    padding-right: 11px
}

.modal.after-login-modal .user-after-login-container .go-play-games .recently-played__block-title:before {
    top: 7px;
    transform: scale(1.2);
    background: url(/bahsegel/img/clock.07672e4a.svg) no-repeat
}

.modal.after-login-modal .user-after-login-container .go-play-games .recommends__block-title:before {
    top: 6px;
    background: url(/bahsegel/img/fire.2f2d6faf.svg) no-repeat
}

.modal.after-login-modal .user-after-login-container .go-play-games .btn-link-block {
    width: 100%;
    display: inline-block
}

.modal.after-login-modal .user-after-login-container .go-play-games .btn-link-block .btn-action {
    display: block;
    margin: 34px auto 40px
}

.modal.after-login-modal .sport-links {
    margin: 28px 16px 0
}

.modal.after-login-modal .sport-links__header {
    margin-bottom: 16px
}

.modal.after-login-modal .sport-links__title {
    color: #1c4f5b
}

.modal.after-login-modal .slider-control__label:after {
    display: none
}

.modal.after-login-modal .welcome-modal-slider.slick-slider:hover .slick-arrow {
    opacity: 1;
    transition: opacity .2s
}

.modal.after-login-modal .welcome-modal-slider.slick-slider .slick-arrow {
    background: rgba(240, 245, 248, .8);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    transform: none;
    opacity: 1;
    display: block;
    transition: opacity .2s;
    top: 0;
    width: 60px;
    height: 140px;
    opacity: 0
}

.modal.after-login-modal .welcome-modal-slider.slick-slider .slick-arrow:before {
    content: "";
    position: absolute;
    display: block;
    top: 69px;
    left: 19px;
    width: 42px;
    height: 42px;
    background: url(/bahsegel/img/game-slider-button.11743ec1.svg) no-repeat 50%;
    transition: .2s
}

.modal.after-login-modal .welcome-modal-slider.slick-slider .slick-arrow:hover {
    transform: none
}

.modal.after-login-modal .welcome-modal-slider.slick-slider .slick-arrow:hover:before {
    transform: scale(1.1);
    transition: scale .25s
}

.modal.after-login-modal .welcome-modal-slider.slick-slider .slick-arrow.slick-disabled:before, .modal.after-login-modal .welcome-modal-slider.slick-slider .slick-arrow.slick-next:before, .modal.after-login-modal .welcome-modal-slider.slick-slider .slick-arrow.slick-prev:before {
    opacity: 1
}

.modal.after-login-modal .welcome-modal-slider.slick-slider .slick-arrow.slick-disabled {
    display: none
}

.modal.after-login-modal .welcome-modal-slider.slick-slider .slick-arrow:before {
    top: 46px;
    left: 12px;
    width: 37px;
    height: 37px;
    border-radius: 37px
}

.modal.after-login-modal .welcome-modal-slider.slick-slider .slick-prev {
    left: -16px;
    border-radius: 0 17px 17px 0
}

.modal.after-login-modal .welcome-modal-slider.slick-slider .slick-next {
    right: 0;
    border-radius: 17px 0 0 17px
}

.modal.after-login-modal .welcome-modal-slider.slick-slider .slick-next:before {
    transform: rotate(180deg)
}

.modal.after-login-modal .welcome-modal-slider.slick-slider .slick-next:hover:before {
    transform: rotate(180deg) scale(1.1)
}

@media (max-width: 812px) {
    .modal.after-login-modal .modal__content {
        display: flex;
        flex-direction: column
    }

    .modal.after-login-modal .modal-content {
        flex: 1 0 auto
    }

    .modal.after-login-modal .user-after-login-top-wrap {
        max-width: unset
    }

    .modal.after-login-modal .user-after-login-container {
        flex-direction: column;
        margin: 0
    }

    .modal.after-login-modal .user-after-login-container .circular-progress-bar {
        width: 70px;
        height: 70px
    }

    .modal.after-login-modal .user-after-login-container .go-play-games {
        width: 100%
    }
}

@media (max-width: 480px) {
    .modal.after-login-modal .user-after-login-top-wrap {
        padding: 24px 15px
    }

    .modal.after-login-modal .user-after-login-container .user-welcome__username {
        margin-bottom: 6px
    }

    .modal.after-login-modal .user-after-login-container .user-current-progress {
        margin: 19px 0 0
    }

    .modal.after-login-modal .user-after-login-container .user-current-progress .account-progress-info .level-container {
        margin: 0 0 14px
    }

    .modal.after-login-modal .user-after-login-container .user-current-progress .account-progress-info .total-balance__other-methods {
        margin: 12px 0 0;
        font-size: 13px;
        line-height: 21px
    }
}

.modal.change-password-modal .form .btn, .modal.change-password-modal .form .btn-action, .modal.change-password-modal .form .btn-all-games, .modal.change-password-modal .form .btn-danger, .modal.change-password-modal .form .btn-dark, .modal.change-password-modal .form .btn-default, .modal.change-password-modal .form .btn-demo, .modal.change-password-modal .form .btn-inverted, .modal.change-password-modal .form .btn-logout, .modal.change-password-modal .form .btn-outline, .modal.change-password-modal .form .btn-play, .modal.change-password-modal .form .btn-primary, .modal.change-password-modal .form .btn-primary-transparent, .modal.change-password-modal .form .btn-secondary, .modal.change-password-modal .form .btn-secondary-text, .modal.change-password-modal .form .btn-star, .modal.change-password-modal .form .btn-transparent, .modal.change-password-modal .form .btn-transparent-bordered, .modal.change-password-modal .form .disable-popup-blocker__btn-link {
    margin-top: 10px
}

.modal.change-password-modal .modal-body {
    margin: 0
}

@media (max-width: 812px) {
    .modal.change-password-modal .modal__content {
        margin: 0 auto;
        width: calc(100% - 16px);
        max-width: 400px
    }

    .modal.change-password-modal .modal-content {
        height: unset;
        border-radius: 17px
    }
}

.modal.forgot-password-modal .modal-body {
    margin: 0
}

.modal.forgot-password-modal .form {
    justify-items: left
}

.modal.forgot-password-modal .form__title {
    margin: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: left;
    color: #1095b5
}

.modal.forgot-password-modal .form__desc {
    margin-top: 12px;
    margin-bottom: 4px;
    font-size: 15px;
    line-height: 21px;
    text-align: left;
    color: #1c4f5b
}

.modal.forgot-password-modal .forgot-password-modal__successful-title {
    color: #1095b5;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px
}

.modal.forgot-password-modal .forgot-password-modal__successful-content {
    text-align: center;
    font-size: 15px;
    line-height: 21px;
    color: #1c4f5b
}

.modal.forgot-password-modal .forgot-password-modal__successful-title {
    text-align: center
}

@media (max-width: 812px) {
    .modal.forgot-password-modal .modal__content {
        margin: 0 auto;
        width: calc(100% - 16px);
        max-width: 400px
    }

    .modal.forgot-password-modal .modal-content {
        height: unset;
        padding: 32px 0;
        border-radius: 17px
    }
}

.modal.apply-cashback-success-modal .modal-content {
    padding: 40px 0 48px
}

.modal.apply-cashback-success-modal .modal-body {
    margin: 0
}

.modal.apply-cashback-success-modal .modal-body .btn, .modal.apply-cashback-success-modal .modal-body .btn-action, .modal.apply-cashback-success-modal .modal-body .btn-all-games, .modal.apply-cashback-success-modal .modal-body .btn-danger, .modal.apply-cashback-success-modal .modal-body .btn-dark, .modal.apply-cashback-success-modal .modal-body .btn-default, .modal.apply-cashback-success-modal .modal-body .btn-demo, .modal.apply-cashback-success-modal .modal-body .btn-inverted, .modal.apply-cashback-success-modal .modal-body .btn-logout, .modal.apply-cashback-success-modal .modal-body .btn-outline, .modal.apply-cashback-success-modal .modal-body .btn-play, .modal.apply-cashback-success-modal .modal-body .btn-primary, .modal.apply-cashback-success-modal .modal-body .btn-primary-transparent, .modal.apply-cashback-success-modal .modal-body .btn-secondary, .modal.apply-cashback-success-modal .modal-body .btn-secondary-text, .modal.apply-cashback-success-modal .modal-body .btn-star, .modal.apply-cashback-success-modal .modal-body .btn-transparent, .modal.apply-cashback-success-modal .modal-body .btn-transparent-bordered, .modal.apply-cashback-success-modal .modal-body .disable-popup-blocker__btn-link {
    width: 100%;
    padding: 12px 19px
}

@media (max-width: 812px) {
    .modal.apply-cashback-success-modal .modal__content {
        margin: 0 auto;
        width: calc(100% - 16px);
        max-width: 400px
    }

    .modal.apply-cashback-success-modal .modal-content {
        height: unset;
        border-radius: 17px
    }
}

.modal.pwa-add-to-home-modal .modal-content {
    padding: 16px 0;
    border-radius: 12px
}

.modal.pwa-add-to-home-modal .pwa-add-to-home-modal-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.modal.pwa-add-to-home-modal .pwa-add-to-home-modal-body__img {
    margin-bottom: 20px;
    max-height: 34px
}

.modal.pwa-add-to-home-modal .pwa-add-to-home-modal-body__title {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
    font-weight: 400;
    color: #1095b5
}

.modal.pwa-add-to-home-modal .pwa-add-to-home-modal-body__desc {
    text-align: left;
    color: #1c4f5b
}

.modal.pwa-add-to-home-modal .pwa-add-to-home-modal-body__text {
    margin-top: 40px
}

.modal.pwa-add-to-home-modal .pwa-add-to-home-modal-body__pointer {
    position: fixed;
    bottom: 5%;
    left: 25%;
    height: 18%
}

@media (max-width: 812px) {
    .modal.pwa-add-to-home-modal .modal-content {
        margin: 0 10px
    }
}

.modal.pwa-qr-modal .pwa-qr-modal-body {
    display: flex;
    flex-direction: column;
    align-items: center
}

.modal.pwa-qr-modal .pwa-qr-modal-body__qr {
    margin-bottom: 20px
}

.modal.pwa-qr-modal .pwa-qr-modal-body__footer-text {
    font-size: 15px;
    line-height: 21px;
    color: #b9c5e1;
    text-align: center
}

.modal.fill-out-profile-modal .modal-body {
    margin: 0;
    padding: 0
}

.modal.fill-out-profile-modal .modal__content {
    overflow: unset;
    max-width: 423px
}

.modal.fill-out-profile-modal .modal-content {
    padding: 40px
}

.modal.fill-out-profile-modal .modal-footer {
    display: none
}

@media (max-width: 812px) {
    .modal.fill-out-profile-modal .modal__content {
        width: calc(100vw - 8px)
    }

    .modal.fill-out-profile-modal .modal-content {
        padding: 20px 15px;
        border-radius: 17px
    }
}

.modal.fill-out-profile-modal .fill-out-profile-modal__successful .btn, .modal.fill-out-profile-modal .fill-out-profile-modal__successful .btn-action, .modal.fill-out-profile-modal .fill-out-profile-modal__successful .btn-all-games, .modal.fill-out-profile-modal .fill-out-profile-modal__successful .btn-danger, .modal.fill-out-profile-modal .fill-out-profile-modal__successful .btn-dark, .modal.fill-out-profile-modal .fill-out-profile-modal__successful .btn-default, .modal.fill-out-profile-modal .fill-out-profile-modal__successful .btn-demo, .modal.fill-out-profile-modal .fill-out-profile-modal__successful .btn-inverted, .modal.fill-out-profile-modal .fill-out-profile-modal__successful .btn-logout, .modal.fill-out-profile-modal .fill-out-profile-modal__successful .btn-outline, .modal.fill-out-profile-modal .fill-out-profile-modal__successful .btn-play, .modal.fill-out-profile-modal .fill-out-profile-modal__successful .btn-primary, .modal.fill-out-profile-modal .fill-out-profile-modal__successful .btn-primary-transparent, .modal.fill-out-profile-modal .fill-out-profile-modal__successful .btn-secondary, .modal.fill-out-profile-modal .fill-out-profile-modal__successful .btn-secondary-text, .modal.fill-out-profile-modal .fill-out-profile-modal__successful .btn-star, .modal.fill-out-profile-modal .fill-out-profile-modal__successful .btn-transparent, .modal.fill-out-profile-modal .fill-out-profile-modal__successful .btn-transparent-bordered, .modal.fill-out-profile-modal .fill-out-profile-modal__successful .disable-popup-blocker__btn-link {
    width: 100%;
    margin: 10px 0 0
}

.modal.verify-phone-modal .modal-content .form__resend-code-timer {
    display: block;
    color: #b9c5e1;
    font-weight: 500;
    font-size: 15px;
    margin: 11px 0 0;
    position: relative;
    width: 100%;
    text-align: center
}

.modal.verify-phone-modal .modal-content .form__resend-code-timer:after, .modal.verify-phone-modal .modal-content .form__resend-code-timer:before {
    content: "";
    position: absolute;
    width: 40%;
    height: 1px;
    background: #4f586f;
    top: 9px
}

.modal.verify-phone-modal .modal-content .form__resend-code-timer:before {
    left: 0
}

.modal.verify-phone-modal .modal-content .form__resend-code-timer:after {
    right: 0
}

.modal.verify-phone-modal .modal-content .form__content {
    text-align: center;
    color: #b9c5e1;
    max-width: 325px;
    font-size: 15px;
    margin-bottom: 14px
}

.modal.verify-phone-modal .modal-content .form--in-modal .btn, .modal.verify-phone-modal .modal-content .form--in-modal .btn-action, .modal.verify-phone-modal .modal-content .form--in-modal .btn-all-games, .modal.verify-phone-modal .modal-content .form--in-modal .btn-danger, .modal.verify-phone-modal .modal-content .form--in-modal .btn-dark, .modal.verify-phone-modal .modal-content .form--in-modal .btn-default, .modal.verify-phone-modal .modal-content .form--in-modal .btn-demo, .modal.verify-phone-modal .modal-content .form--in-modal .btn-inverted, .modal.verify-phone-modal .modal-content .form--in-modal .btn-logout, .modal.verify-phone-modal .modal-content .form--in-modal .btn-outline, .modal.verify-phone-modal .modal-content .form--in-modal .btn-play, .modal.verify-phone-modal .modal-content .form--in-modal .btn-primary, .modal.verify-phone-modal .modal-content .form--in-modal .btn-primary-transparent, .modal.verify-phone-modal .modal-content .form--in-modal .btn-secondary, .modal.verify-phone-modal .modal-content .form--in-modal .btn-secondary-text, .modal.verify-phone-modal .modal-content .form--in-modal .btn-star, .modal.verify-phone-modal .modal-content .form--in-modal .btn-transparent, .modal.verify-phone-modal .modal-content .form--in-modal .btn-transparent-bordered, .modal.verify-phone-modal .modal-content .form--in-modal .disable-popup-blocker__btn-link {
    width: 100%
}

.modal.verify-phone-modal .modal-content .form--in-modal .btn-primary .btn__label {
    font-weight: 700
}

.modal.verify-phone-modal .modal-content .form--in-modal .btn__label {
    font-size: 15px
}

.modal.verify-phone-modal .modal-content .form--in-modal .text-link {
    margin-top: 10px
}

.modal.verify-phone-modal .modal-content .form--in-modal .verification-phone-form__btn-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column-reverse
}

.modal.verify-phone-modal .modal-content .verification-tfa-form .form__content {
    color: #1c4f5b;
    text-align: unset
}

.modal.verify-phone-modal .modal-content .verification-tfa-form__btn-wrapper {
    width: 100%
}

.modal.verify-phone-modal .modal-body {
    margin: 16px 0 10px
}

.modal.verify-phone-modal .modal-title {
    text-align: center
}

.modal.notification-modal .modal-body {
    margin: 0
}

.modal.notification-modal .modal-body .notification-block__wrap {
    min-height: inherit
}

.modal.notification-modal .modal-content {
    padding: 40px 30px
}

.modal.notification-modal .modal-footer {
    display: none
}

@media (max-width: 812px) {
    .modal.notification-modal .modal-content {
        padding: 30px 15px
    }

    .modal.notification-modal .notification-modal__icon-wrap img {
        width: 72px;
        height: 72px
    }

    .modal.notification-modal .notification-modal__title {
        font-size: 22px;
        line-height: 28px;
        margin: 0 0 12px
    }

    .modal.notification-modal .notification-modal__btn {
        font-size: 15px;
        margin: 12px 0 0
    }
}

@media (max-width: 480px) {
    .modal.notification-modal .modal__content {
        max-width: 100vw
    }
}

.modal.trueplay-proposal-modal .modal-body {
    margin: 0
}

.modal.how2play-modal .modal-body {
    margin: 23px 0 0
}

.modal.how2play-modal .modal-title {
    text-align: left
}

.modal.how2play-modal .modal__content {
    max-width: 500px
}

.modal.how2play-modal .modal-content {
    padding: 29px 30px 40px
}

@media (max-width: 812px) {
    .modal.how2play-modal .modal-content {
        padding: 15px 15px 27px
    }
}

.modal.confirmation-modal .modal-content {
    padding: 30px 0
}

.modal.confirmation-modal .modal__content {
    width: 403px
}

.modal.confirmation-modal .modal-body {
    margin: 0;
    padding: 0 30px
}

.modal.confirmation-modal .modal-body .btn, .modal.confirmation-modal .modal-body .btn-action, .modal.confirmation-modal .modal-body .btn-all-games, .modal.confirmation-modal .modal-body .btn-danger, .modal.confirmation-modal .modal-body .btn-dark, .modal.confirmation-modal .modal-body .btn-default, .modal.confirmation-modal .modal-body .btn-demo, .modal.confirmation-modal .modal-body .btn-inverted, .modal.confirmation-modal .modal-body .btn-logout, .modal.confirmation-modal .modal-body .btn-outline, .modal.confirmation-modal .modal-body .btn-play, .modal.confirmation-modal .modal-body .btn-primary, .modal.confirmation-modal .modal-body .btn-primary-transparent, .modal.confirmation-modal .modal-body .btn-secondary, .modal.confirmation-modal .modal-body .btn-secondary-text, .modal.confirmation-modal .modal-body .btn-star, .modal.confirmation-modal .modal-body .btn-transparent, .modal.confirmation-modal .modal-body .btn-transparent-bordered, .modal.confirmation-modal .modal-body .disable-popup-blocker__btn-link {
    height: 44px;
    width: 100%
}

@media (max-width: 812px) {
    .modal.confirmation-modal .modal__content {
        margin: 0 auto;
        width: calc(100% - 16px);
        max-width: 400px
    }

    .modal.confirmation-modal .modal-content {
        height: unset;
        border-radius: 17px
    }
}

.modal.disable-popup-blocker-modal.passkey-modal .notification-block__wrap {
    min-height: auto
}

.modal.disable-popup-blocker-modal.passkey-modal .modal__content {
    max-width: 420px
}

.modal.disable-popup-blocker-modal .modal__content {
    max-width: 320px
}

.modal.disable-popup-blocker-modal .modal-body {
    margin-top: 0
}

.modal.disable-popup-blocker-modal .modal-content {
    padding-bottom: 20px
}

.modal.disable-popup-blocker-modal .notification-block__title {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #1095b5
}

.disable-popup-blocker__btn-link {
    text-decoration: none;
    padding: 10px 20px;
    width: 100%;
    margin-top: 20px;
    max-height: 40.4px;
    white-space: nowrap
}

.modal.pwa-promo-modal .modal__content {
    width: auto;
    max-width: none
}

.modal.pwa-promo-modal .modal-body, .modal.pwa-promo-modal .modal-content, .modal.pwa-promo-modal .modal-header {
    margin: 0;
    padding: 0
}

.modal.pwa-promo-modal .modal-content {
    overflow: hidden
}

.modal.pwa-promo-modal .pwa-promo-modal-body {
    position: relative;
    display: flex;
    justify-content: center
}

.modal.pwa-promo-modal .pwa-promo-modal-body__bg-img {
    width: 100%;
    max-width: 460px
}

.modal.pwa-promo-modal .pwa-promo-modal-body__bg-img-grp {
    position: absolute;
    bottom: 0
}

.modal.pwa-promo-modal .pwa-promo-modal-body__text {
    position: absolute;
    top: 50px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.modal.pwa-promo-modal .pwa-promo-modal-body__label {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

.modal.pwa-promo-modal .pwa-promo-modal-body__title {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    color: #fff
}

.modal.pwa-promo-modal .pwa-promo-modal-body__desc {
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    text-align: center;
    color: #fff;
    opacity: .9
}

.modal.pwa-promo-modal .pwa-promo-modal-body__btn {
    margin-top: 15px
}

.modal.tfa-process-modal .tfa-process-form__timer {
    margin-top: 10px;
    color: #b9c5e1
}

.modal.tfa-process-modal .tfa-process-form__timer b {
    font-weight: 500;
    color: #fff
}

.modal.tfa-process-modal .tfa-process-form__resend-button {
    margin-top: 20px
}

.modal.tfa-proposal-modal .modal-content {
    padding: 0
}

.modal.tfa-proposal-modal .modal-body {
    margin: 0;
    padding: 16px
}

.modal.process-modal .modal__overlay {
    z-index: 999
}

.modal.process-modal .modal__content {
    width: 850px
}

@media (max-width: 1024px) {
    .modal.process-modal .modal__content {
        width: 100%;
        max-width: none
    }
}

@media (max-width: 480px) {
    .modal.process-modal .modal-content {
        padding: 0
    }
}

@media (max-width: 480px) {
    .modal.process-modal .modal-header {
        padding: 0;
        height: 40px
    }

    .modal.process-modal .modal-header .modal-title {
        text-align: left;
        padding-left: 5px;
        font-size: 22px;
        line-height: 40px
    }
}

.modal.process-modal .modal-body {
    height: calc(100vh - 200px)
}

@media (max-width: 812px) {
    .modal.process-modal .modal-body {
        padding: 0 10px
    }
}

@media (max-width: 480px) {
    .modal.process-modal .modal-body {
        padding: 0;
        margin: 0;
        height: calc(100vh - 40px)
    }
}

.modal.process-modal .modal-body iframe {
    border: none
}

.modal.bonus-exchange-modal .modal-title {
    text-align: center
}

.modal.bonus-exchange-modal .modal-content {
    padding: 28px 0 6px
}

.modal.bonus-exchange-modal .bonus-exchange-info {
    display: flex;
    align-items: flex-start;
    margin: 28px 0
}

.modal.bonus-exchange-modal .bonus-exchange-info__item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%
}

.modal.bonus-exchange-modal .bonus-exchange-info__value {
    font-weight: 700;
    font-size: 15px;
    line-height: 21px;
    text-align: center;
    white-space: nowrap;
    color: #f79420
}

.modal.bonus-exchange-modal .bonus-exchange-info__label {
    max-width: 120px;
    margin-top: 6px;
    font-size: 13px;
    text-align: center;
    color: #77959d
}

.modal.bonus-exchange-modal .bonus-exchange-info__divider {
    display: block;
    flex-shrink: 0;
    width: 1px;
    height: 40px;
    margin: 0 20px;
    background-color: rgba(119, 149, 157, .3)
}

.modal.bonus-exchange-modal .bonus-exchange-footer {
    margin-top: 16px;
    font-weight: 500;
    font-size: 11px;
    text-align: center;
    color: #77959d
}

.modal.bonus-exchange-modal .bonus-exchange-form {
    display: flex;
    flex-direction: column
}

.modal.bonus-exchange-modal .bonus-exchange-form__inputs {
    display: flex;
    align-items: flex-start
}

.modal.bonus-exchange-modal .bonus-exchange-form__input-wrapper {
    display: flex;
    width: 100%
}

.modal.bonus-exchange-modal .bonus-exchange-form__label {
    flex-shrink: 0;
    margin-right: 16px;
    font-weight: 600;
    font-size: 15px;
    line-height: 54px;
    color: #1095b5
}

.modal.bonus-exchange-modal .bonus-exchange-form__input {
    width: 100%
}

.modal.bonus-exchange-modal .bonus-exchange-form__input .custom-input__input-field {
    padding-top: 9px
}

.modal.bonus-exchange-modal .bonus-exchange-form__input .custom-input__error {
    margin: 5px -70px 0 0
}

.modal.bonus-exchange-modal .bonus-exchange-form__arrow {
    display: flex;
    flex-shrink: 0;
    width: 80px;
    height: 54px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url(/bahsegel/img/bonus-exchange-arrow.e9527086.svg)
}

.modal.bonus-exchange-modal .bonus-exchange-form__submit {
    margin-top: 28px
}

.modal.trusona-modal .modal-body {
    margin: 10px 0;
    display: grid;
    justify-content: center
}

@media screen and (min-width: 812px) {
    .modal.trusona-modal .modal-content {
        padding: 30px 0
    }
}

@media (max-width: 812px) {
    .modal.trusona-modal .modal-content {
        padding: 48px 0
    }
}

.modal.trusona-enable-modal .modal-content {
    padding: 16px 0 40px
}

.modal.trusona-enable-modal .modal-body {
    margin: 0;
    padding: 0 20px
}

.modal.trusona-disable-modal .modal-content {
    padding: 40px 0
}

.modal.trusona-disable-modal .modal-body {
    margin: 0;
    padding: 0 40px
}

.modal.right-bottom-modal .modal__overlay {
    position: fixed;
    top: auto;
    background: transparent
}

@media (max-width: 812px) {
    .modal.right-bottom-modal .modal__overlay {
        animation: show-modal-mob 2.5s linear;
        bottom: 50px;
        margin: auto
    }
}

@media screen and (min-width: 812px) {
    .modal.right-bottom-modal .modal__overlay {
        animation: show-modal 2.5s linear;
        bottom: 10px;
        right: 10px;
        left: auto
    }
}

.modal.right-bottom-modal .modal-content {
    padding: 20px 0;
    border: 1px solid #dfeaf0
}

.modal.right-bottom-modal .modal__content {
    width: 100%
}

.modal.right-bottom-modal .modal-body {
    margin: 0;
    padding: 0 20px
}

@keyframes show-modal {
    0% {
        bottom: -100%
    }
    to {
        bottom: 10px
    }
}

@keyframes show-modal-mob {
    0% {
        bottom: -100%
    }
    to {
        bottom: 50px
    }
}

.modal.trusona-proposal-modal .modal__content {
    max-width: 350px
}

.modal.user-token-modal .modal-content {
    border: none;
    padding: 35px 0
}

.modal.user-token-modal .modal__content {
    overflow: hidden;
    max-width: 360px;
    border-radius: 17px;
    box-shadow: 0 12px 30px rgba(28, 51, 56, .1)
}

.modal.bonus-claim-proposal-modal .modal-content {
    border-radius: 20px
}

.modal.bonus-claim-proposal-modal .modal__content {
    max-width: 355px
}

.modal.bonus-claim-proposal-modal .modal-body {
    padding: 0 5px
}

.modal.quiz-modal .modal__content {
    max-width: 440px;
    padding: 15px
}

.modal.quiz-modal .modal__content::-webkit-scrollbar {
    display: none
}

.modal.quiz-modal .modal-content {
    padding: 30px 0;
    border-radius: 17px
}

.modal.quiz-modal .modal-body {
    margin: 0;
    padding: 0 25px
}

.modal.quiz-modal .modal-body .notification-block__wrap {
    padding: 20px 10px 0
}

.modal.quiz-modal .modal-body .notification-block__title {
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #1c4f5b
}

.modal.quiz-modal .modal-body .notification-block__text {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    text-align: center;
    color: #1c4f5b
}

.modal.quiz-modal .modal-body .notification-block__btn {
    width: auto;
    min-width: 216px;
    margin-top: 25px
}

.modal.bonus-claim-modal .modal-body {
    margin: 0
}

.modal.bonus-claim-modal .bonus-claim-modal__successful {
    grid-gap: 20px;
    gap: 20px
}

.modal.bonus-claim-modal .bonus-claim-modal__successful .btn-primary {
    width: 75%
}

.modal.bonus-claim-modal .modal-content {
    padding: 38px 0
}

.modal.bonus-claim-modal .bonus-claim-modal__successful-content {
    padding: 0 10%
}

@media (max-width: 812px) {
    .modal.bonus-claim-modal .modal__content {
        margin: 0 auto;
        width: calc(100% - 16px);
        max-width: 400px
    }

    .modal.bonus-claim-modal .modal-content {
        height: unset;
        padding: 32px 0;
        border-radius: 17px
    }
}

.modal.similar-games-modal .modal__content {
    display: flex;
    width: 100%;
    max-width: 1080px
}

.modal.similar-games-modal .modal__overlay {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, .8)
}

.modal.similar-games-modal .modal-content {
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: transparent
}

.modal.passkey-welcome-modal .modal-content {
    padding: 0
}

.modal.passkey-welcome-modal .modal-body {
    padding: 25px 30px 20px;
    margin: 0
}

.classic-calendar-modal .modal__overlay {
    padding: 25px 15px
}

.classic-calendar-modal .modal__content {
    overflow: visible
}

@media (max-width: 812px) {
    .classic-calendar-modal .modal__content {
        max-width: 320px
    }
}

.classic-calendar-modal .modal-content {
    padding: 16px 0 8px;
    border-radius: 17px;
    box-shadow: 0 12px 30px rgba(28, 51, 56, .1)
}

@media (max-width: 812px) {
    .classic-calendar-modal .modal-content {
        padding: 18px 0 8px
    }
}

.classic-calendar-modal .modal-body {
    max-height: calc(100vh - 100px);
    overflow: auto;
    margin: 0;
    padding: 0
}

.classic-calendar-day-modal .modal__overlay {
    padding: 10px
}

.classic-calendar-day-modal .modal__content {
    overflow: visible;
    max-width: 422px
}

@media (max-width: 812px) {
    .classic-calendar-day-modal .modal__content {
        max-width: 355px;
        margin-top: 40px
    }
}

.classic-calendar-day-modal .modal-content {
    padding: 11px 0 9px;
    border-radius: 20px;
    box-shadow: 0 12px 30px rgba(28, 51, 56, .1)
}

@media (max-width: 812px) {
    .classic-calendar-day-modal .modal-content {
        padding: 30px 0 3px
    }
}

.classic-calendar-day-modal .modal-body {
    padding: 0 30px
}

@media (max-width: 812px) {
    .classic-calendar-day-modal .modal-body {
        padding: 0 20px
    }
}

@media (max-width: 812px) {
    .classic-calendar-day-modal .modal-header__close {
        z-index: 10
    }
}

.modal.leaderboard-modal .modal-content {
    padding: 0;
    background: transparent
}

.modal.leaderboard-modal .modal-body {
    padding: 0;
    margin: 0
}

.modal.leaderboard-modal .modal__content {
    height: 100%;
    overflow: hidden
}

.modal.leaderboard-modal .modal-header__close {
    top: 24px;
    right: 24px
}

.modal.your-progress-modal .modal__content {
    overflow: unset;
    max-width: 940px
}

.modal.your-progress-modal .modal-content {
    padding: 0;
    border-radius: 12px;
    background: transparent
}

.modal.your-progress-modal .modal-body {
    margin: 0;
    padding: 0
}

.modal.your-progress-modal .modal-body > div {
    width: 100%
}

.game-slider__top-panel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 10px
}

.game-slider__control {
    flex-shrink: 0
}

.game-slider__title {
    color: #1095b5
}

.game-slider__title, .game-slider__title > div {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px
}

.game-slider__title > div:after {
    width: 100%;
    background: #1095b5
}

.game-slider__title u {
    text-decoration: underline
}

.game-slider__desc {
    margin-top: 4px;
    font-size: 13px;
    line-height: 18px;
    color: #77959d
}

.game-slider .slick-list {
    overflow: visible
}

.game-slider:hover .slick-arrow {
    opacity: 1;
    transition: opacity .2s
}

.game-slider .slick-arrow {
    background: rgba(240, 245, 248, .8);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    transform: none;
    opacity: 1;
    display: block;
    transition: opacity .2s;
    top: 0;
    width: 80px;
    height: 164px;
    opacity: 0
}

.game-slider .slick-arrow:before {
    content: "";
    position: absolute;
    display: block;
    top: 69px;
    left: 19px;
    width: 42px;
    height: 42px;
    background: url(/bahsegel/img/game-slider-button.11743ec1.svg) no-repeat 50%;
    transition: .2s
}

.game-slider .slick-arrow:hover {
    transform: none
}

.game-slider .slick-arrow:hover:before {
    transform: scale(1.1);
    transition: scale .25s
}

.game-slider .slick-arrow.slick-disabled:before, .game-slider .slick-arrow.slick-next:before, .game-slider .slick-arrow.slick-prev:before {
    opacity: 1
}

.game-slider .slick-arrow.slick-disabled {
    display: none
}

.game-slider .slick-arrow:before {
    top: 55px
}

.game-slider .slick-prev {
    left: -20px;
    border-radius: 0 17px 17px 0
}

.game-slider .slick-next {
    right: -20px;
    border-radius: 17px 0 0 17px
}

.game-slider .slick-next:before {
    transform: rotate(180deg)
}

.game-slider .slick-next:hover:before {
    transform: rotate(180deg) scale(1.1)
}

.game-slider .slick-slide {
    position: relative;
    width: 230px;
    height: 172px;
    margin-right: 8px;
    transition: .4s cubic-bezier(.5, 0, .1, 1)
}

.game-slider .slick-slide .game-card {
    position: absolute;
    left: 0;
    right: 0;
    transition: .4s cubic-bezier(.5, 0, .1, 1)
}

.game-slider .slick-slide:hover {
    cursor: pointer;
    width: 251px
}

.game-slider .slick-slide:hover .game-card {
    transform: translateY(-8px)
}

.game-slider--big .slick-slide {
    width: 320px;
    height: 228px;
    margin-right: 10px
}

.game-slider--big .slick-slide:hover {
    width: 320px
}

.game-slider--big .slick-slide:hover .game-card {
    transform: translateY(0)
}

.game-slider--brand .slick-slide {
    width: 298px;
    height: 269px;
    margin-right: 10px
}

.game-slider--brand .slick-slide:hover {
    width: 320px
}

.game-slider--brand .slick-slide:hover .game-card {
    transform: translateY(1.1)
}

.game-slider--big .slick-arrow, .game-slider--brand .slick-arrow {
    background: rgba(240, 245, 248, .8);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    transform: none;
    opacity: 1;
    display: block;
    transition: opacity .2s;
    top: 0;
    width: 80px;
    height: 282px;
    opacity: 0
}

.game-slider--big .slick-arrow:before, .game-slider--brand .slick-arrow:before {
    content: "";
    position: absolute;
    display: block;
    top: 69px;
    left: 19px;
    width: 42px;
    height: 42px;
    background: url(/bahsegel/img/game-slider-button.11743ec1.svg) no-repeat 50%;
    transition: .2s
}

.game-slider--big .slick-arrow:hover, .game-slider--brand .slick-arrow:hover {
    transform: none
}

.game-slider--big .slick-arrow:hover:before, .game-slider--brand .slick-arrow:hover:before {
    transform: scale(1.1);
    transition: scale .25s
}

.game-slider--big .slick-arrow.slick-disabled:before, .game-slider--big .slick-arrow.slick-next:before, .game-slider--big .slick-arrow.slick-prev:before, .game-slider--brand .slick-arrow.slick-disabled:before, .game-slider--brand .slick-arrow.slick-next:before, .game-slider--brand .slick-arrow.slick-prev:before {
    opacity: 1
}

.game-slider--big .slick-arrow.slick-disabled, .game-slider--brand .slick-arrow.slick-disabled {
    display: none
}

.game-slider--big .slick-arrow:before, .game-slider--brand .slick-arrow:before {
    top: 120px
}

.game-slider--big .slick-next:before, .game-slider--brand .slick-next:before {
    transform: rotate(180deg)
}

.game-slider--big .slick-next:hover:before, .game-slider--brand .slick-next:hover:before {
    transform: rotate(180deg) scale(1.1)
}

.game-slider--brand .slick-arrow {
    height: 180px;
    top: 40px
}

.game-slider--brand .slick-arrow:focus {
    top: 40px;
    transform: none
}

.game-slider--brand .slick-arrow:before, .game-slider--brand .slick-arrow:hover:before {
    top: 75px
}

.game-slider--brand .slick-next {
    right: 0
}

.game-slider--brand .slick-prev {
    left: 0
}

.game-slider--brand .slick-list {
    padding-left: 50px
}

@media (max-width: 812px) {
    .game-slider--brand .slick-list {
        padding-left: 10px
    }
}

@media (max-width: 812px) {
    .game-slider--brand .game-card__content {
        height: 80px
    }
}

@media (max-width: 812px) {
    .game-slider .slick-arrow {
        display: none
    }

    .game-slider .slick-slide {
        width: 152px;
        height: 120px
    }

    .game-slider .slick-slide:hover {
        width: 152px
    }

    .game-slider .slick-slide:hover .game-card {
        transform: translateY(-3px)
    }

    .game-slider--big .slick-slide {
        width: 182.4px;
        height: 130px;
        margin-right: 8px
    }

    .game-slider--big .slick-slide:hover {
        width: 192px
    }

    .game-slider--big .slick-slide:hover .game-card {
        transform: none
    }

    .game-slider--brand .game-card__title {
        text-align: center
    }
}

.sidebar {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    overflow: hidden;
    z-index: 9999;
    transform: translateZ(0);
    transition-delay: .8s
}

.sidebar.visible {
    width: 100%;
    transition-delay: 0s
}

.sidebar.visible .sidebar__overlay {
    display: inline-block
}

.sidebar.visible .sidebar__overlay.dimmed {
    background: #555;
    transition: background .8s;
    opacity: .4
}

.sidebar.visible .sidebar__content {
    transform: translateZ(0) !important;
    transition: .8s
}

.sidebar.sidebarRight .sidebar__content {
    right: 0;
    transform: translate3d(100%, 0, 0)
}

.sidebar__overlay {
    display: none;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    background: transparent;
    z-index: -1
}

.sidebar__content, .sidebar__overlay {
    position: absolute;
    height: 100%;
    transition: transform .8s ease
}

.sidebar__content {
    display: flex;
    overflow: auto;
    flex-direction: column;
    align-items: center;
    padding: 10px 20px 35px;
    width: 320px;
    background: #fff;
    color: #1c4f5b;
    transform: translate3d(-100%, 0, 0);
    box-sizing: border-box
}

.sidebar__content .close-sidebar {
    right: unset;
    top: 12px;
    left: 12px;
    padding: 10px
}

.sidebar__content .navigation-links {
    list-style-type: none;
    margin: 62px 0 12px;
    width: 100%;
    padding: 0 8px
}

.sidebar__content .navigation-links a {
    cursor: pointer;
    text-decoration: unset
}

.sidebar__content .navigation-links a .nav-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 21px;
    color: #1c4f5b
}

.sidebar__content .navigation-links a .nav-link__icon {
    display: flex
}

.sidebar__content .navigation-links a .nav-link__icon img {
    width: 24px;
    height: 24px
}

.sidebar__content .navigation-links a .nav-link__label {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-left: 20px
}

.sidebar__content .auth-section {
    position: relative;
    width: 100%;
    padding-bottom: 24px;
    margin: 12px 0 16px
}

.sidebar__content .auth-section:after {
    position: absolute;
    display: block;
    content: "";
    bottom: 0;
    left: 8px;
    width: calc(100% - 16px);
    height: 0;
    border-top: 1px solid #dfeaf0
}

.sidebar__content .auth-section .btn, .sidebar__content .auth-section .btn-action, .sidebar__content .auth-section .btn-all-games, .sidebar__content .auth-section .btn-danger, .sidebar__content .auth-section .btn-dark, .sidebar__content .auth-section .btn-default, .sidebar__content .auth-section .btn-demo, .sidebar__content .auth-section .btn-inverted, .sidebar__content .auth-section .btn-logout, .sidebar__content .auth-section .btn-outline, .sidebar__content .auth-section .btn-play, .sidebar__content .auth-section .btn-primary, .sidebar__content .auth-section .btn-primary-transparent, .sidebar__content .auth-section .btn-secondary, .sidebar__content .auth-section .btn-secondary-text, .sidebar__content .auth-section .btn-star, .sidebar__content .auth-section .btn-transparent, .sidebar__content .auth-section .btn-transparent-bordered, .sidebar__content .auth-section .disable-popup-blocker__btn-link {
    width: 100%;
    padding: 10px 0;
    font-size: 15px;
    margin-top: 12px;
    font-weight: 700
}

.sidebar__content .auth-section .btn-action:first-child, .sidebar__content .auth-section .btn-all-games:first-child, .sidebar__content .auth-section .btn-danger:first-child, .sidebar__content .auth-section .btn-dark:first-child, .sidebar__content .auth-section .btn-default:first-child, .sidebar__content .auth-section .btn-demo:first-child, .sidebar__content .auth-section .btn-inverted:first-child, .sidebar__content .auth-section .btn-logout:first-child, .sidebar__content .auth-section .btn-outline:first-child, .sidebar__content .auth-section .btn-play:first-child, .sidebar__content .auth-section .btn-primary-transparent:first-child, .sidebar__content .auth-section .btn-primary:first-child, .sidebar__content .auth-section .btn-secondary-text:first-child, .sidebar__content .auth-section .btn-secondary:first-child, .sidebar__content .auth-section .btn-star:first-child, .sidebar__content .auth-section .btn-transparent-bordered:first-child, .sidebar__content .auth-section .btn-transparent:first-child, .sidebar__content .auth-section .btn:first-child, .sidebar__content .auth-section .disable-popup-blocker__btn-link:first-child {
    margin-top: 0
}

.sidebar__content .auth-section .btn__label {
    font-weight: 700
}

.sidebar__content .lang-select-container {
    width: 100%;
    margin: 0 0 27px;
    padding: 0 10px;
    background: transparent
}

.sidebar__content .lang-select-container label {
    margin-left: 15px
}

.sidebar__content .lang-select-container .simple-select-options {
    width: calc(100% + 30px);
    transform: translateX(-15px);
    position: relative;
    background: #f0f5f8;
    border-radius: 12px
}

.sidebar__content .lang-select-container .simple-select-options .simple-option {
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #1c4f5b;
    margin: 5px 0
}

.sidebar__content .lang-select-container .simple-select-options .simple-option.current-selected {
    background: transparent
}

.sidebar__content-winners.winners-block {
    width: 100%;
    padding: 0 0 0 5px;
    align-self: flex-start
}

.sidebar__content-winners .winners__title {
    margin: 0 0 10px
}

.sidebar__content .sidebar-bottom-links {
    list-style-type: none;
    width: 100%;
    padding: 0 20px
}

.sidebar__content .sidebar-bottom-links a {
    text-decoration: unset
}

.sidebar__content .sidebar-bottom-links a .nav-link {
    font-size: 15px;
    margin-top: 18px;
    color: #b9c5e1
}

.casino-games__header {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.casino-games__back-button {
    margin-right: 18px
}

.casino-games__title {
    font-weight: 600
}

.casino-games__title, .casino-games__title .text-link {
    font-size: 18px;
    line-height: 24px;
    color: #1095b5
}

.casino-games__title .text-link:after {
    width: 100%;
    background-color: #1095b5
}

.casino-games__not-found {
    margin: 40px 0 80px
}

.casino-games__load-more {
    width: 250px;
    margin: 30px auto 0
}

.casino-games.casino-game-tag-games .casino-games__header {
    margin-bottom: 16px
}

.casino-games.casino-game-tag-games .casino-games__title {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 27px
}

.casino-games__favorite {
    margin-top: 20px
}

.casino-games-wrap .casino-games__back-button {
    display: none
}

.casino-sidebar {
    background-image: linear-gradient(0deg, hsla(0, 0%, 100%, 0) 0, #fff 100px);
    height: 100%
}

.casino-sidebar__categories {
    padding: 12px
}

.casino-sidebar__winners, .sidebar__content-winners {
    padding: 10px 16px 10px 18px
}

.casino-sidebar__winners .winners-item, .sidebar__content-winners .winners-item {
    position: relative;
    margin-bottom: 13px
}

.casino-sidebar__winners .winners-item:after, .sidebar__content-winners .winners-item:after {
    position: absolute;
    left: 40px;
    bottom: -9px;
    content: "";
    width: calc(100% - 40px);
    height: 0;
    border-top: 2px dotted #1ba3c3
}

.casino-sidebar__winners .winners-item .lazy-img, .sidebar__content-winners .winners-item .lazy-img {
    width: 27px
}

.casino-sidebar__winners .winners-item__text, .sidebar__content-winners .winners-item__text {
    line-height: 19px
}

.amount-input {
    display: flex;
    flex-direction: column
}

.amount-input--top .button-group {
    order: 0;
    margin-bottom: 10px
}

.amount-input--bottom .button-group {
    order: 1;
    margin-top: 10px
}

.amount-input .custom-input__input-field {
    text-align: center;
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
    padding-top: 10px
}

@media (max-width: 812px) {
    .amount-input .custom-input__input-field {
        text-align: left
    }

    .amount-input .custom-input__currency {
        left: 0 !important;
        width: 18px
    }

    .amount-input .custom-input__wrap {
        background: transparent;
        border-radius: 0;
        border: none;
        border-bottom: 2px solid #ff9e2c
    }

    .amount-input .custom-input__wrap:active, .amount-input .custom-input__wrap:hover {
        border-color: #f79420
    }

    .amount-input .custom-input__icon {
        width: 30px
    }

    .amount-input .custom-input__icon svg {
        width: 100%;
        height: 20px;
        margin-right: 10px
    }
}

.slider-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.slider-section__slider .slick-slider {
    height: 380px
}

.slider-section__slider-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    flex-shrink: 1;
    flex-grow: 1;
    overflow: hidden;
    border-radius: 12px;
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000)
}

.slider-section__winners {
    overflow: hidden;
    position: relative;
    background: #e1f3f7;
    max-height: 51px
}

.slider-section__winners .loader__animation {
    transform: scale(.5);
    height: 15px
}

.slider-section__winners .ticker {
    width: 100%
}

@media (max-width: 1024px) {
    .slider-section__slider-wrap {
        max-width: 100%;
        margin: 0;
        overflow: auto
    }

    .slider-section__casino-links {
        display: none
    }
}

@media (max-width: 812px) {
    .slider-section {
        margin-bottom: 0
    }

    .slider-section .slick-slider {
        height: 230px
    }
}

.cashbox-fields {
    width: 100%;
    margin-bottom: 20px
}

.cashbox-fields .button-cta-bg .btn__loader .path {
    stroke: #1095b5
}

@media (max-width: 812px) {
    .cashbox-fields .bonus-selection {
        margin-bottom: 200px
    }

    .cashbox-fields .bonus-selection.is-quick-deposit {
        margin-bottom: 0
    }

    .cashbox-fields .bonus-selection .button-group__content-switch-wrap {
        display: none
    }

    .cashbox-fields .bonus-selection .button-cta-bg {
        position: fixed;
        width: 100%;
        bottom: 49px;
        left: 0;
        right: 0;
        margin: 0;
        padding: 0 20px;
        height: auto;
        background-color: #fff
    }

    .cashbox-fields .bonus-selection .button-cta-bg:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: -60px;
        left: 0;
        pointer-events: none;
        background: linear-gradient(hsla(0, 0%, 100%, 0), #fff 42.24%)
    }

    .cashbox-fields .bonus-selection .button-cta-bg.is-quick-deposit {
        position: absolute;
        bottom: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        width: 100%;
        height: 142px;
        padding: 16px 16px 6px;
        background: linear-gradient(180deg, rgba(240, 245, 248, 0), #f0f5f8 42.24%)
    }

    .cashbox-fields .bonus-selection .button-cta-bg.is-quick-deposit:before {
        display: none
    }
}

.cashbox-fields__top {
    color: #1ba3c4;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-overflow: ellipsis;
    overflow: hidden
}

.cashbox-fields__step-btn {
    margin-bottom: 10px;
    position: relative
}

.cashbox-fields__step-btn.amount-selection-cta {
    margin-top: 20px
}

.cashbox-fields__step-btn.overlay-top:after {
    content: "";
    height: 55px;
    width: calc(100% - 5px);
    pointer-events: none;
    display: block;
    position: absolute;
    top: -59px;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff)
}

@media (max-width: 812px) {
    .cashbox-fields__step-btn.overlay-top {
        margin-top: 10px
    }

    .cashbox-fields__step-btn.overlay-top:after {
        top: -45px;
        height: 44px;
        width: calc(100% + 40px);
        background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff 80%)
    }
}

.cashbox-fields-wrap, .form.fillout-profile--in-payment-access {
    border: 1px solid #f0f9fb;
    border-top-right-radius: 17px;
    border-bottom-right-radius: 17px;
    height: 100%;
    max-width: 570px;
    min-height: calc(100vh - 250px);
    padding: 24px 46px
}

@media (max-width: 1024px) {
    .cashbox-fields-wrap, .form.fillout-profile--in-payment-access {
        padding: 0;
        border: unset
    }
}

@media (max-width: 812px) {
    .cashbox-fields-wrap, .form.fillout-profile--in-payment-access {
        min-height: unset
    }
}

.cashbox-fields .method-info-container {
    color: #77959d;
    font-size: 13px;
    line-height: 16.5px
}

.cashbox-fields .btn__label {
    font-size: 13px
}

.cashbox-fields .amount-selection {
    margin-top: 10px;
    padding: 15px;
    background-color: #fff;
    border-radius: 17px
}

.cashbox-fields .amount-selection .btn-default--round {
    border-radius: 12px
}

.deposit-modal .cashbox-fields {
    margin: 0 auto
}

.cashbox-fields-wrap--wd {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap
}

.cashbox-fields-wrap--wd .cashbox-fields__step-btn {
    margin-top: 20px;
    margin-bottom: 0
}

@media (max-width: 812px) {
    .cashbox-fields-wrap--wd {
        border-radius: 17px;
        background: #fff;
        margin-top: 10px;
        padding: 20px 15px
    }

    .cashbox-fields-wrap--wd .cashbox-fields {
        order: 2;
        margin-bottom: 0
    }
}

.reg-section {
    max-width: 1326px;
    width: 100%;
    padding: 0 20px;
    margin: 50px auto 20px
}

.reg-section__form-background {
    position: relative;
    max-width: 831px;
    width: 100%;
    padding: 50px 50px 54px;
    margin: 0 102px 0 auto;
    border-radius: 32px;
    background: #fff
}

.reg-section__form-wrap {
    margin: 0 0 0 auto;
    max-width: 420px;
    width: 100%
}

.reg-section__sub-title {
    margin: 0 0 7px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #1c4f5b;
    text-align: center
}

.reg-section__title {
    margin: 0 0 21px;
    font-weight: 700;
    font-size: 26px;
    line-height: 31px;
    color: #1095b5;
    text-align: center
}

.reg-section .simple-select {
    width: 100%
}

@media (max-width: 1250px) {
    .reg-section__form-background {
        max-width: 770px;
        margin: 0 20px 0 auto
    }
}

@media (max-width: 1024px) {
    .reg-section {
        margin: 30px auto 0
    }

    .reg-section__form-background {
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .reg-section__form-wrap {
        margin: 0
    }
}

@media (max-width: 812px) {
    .reg-section__form-background {
        padding: 20px
    }
}

@media (max-width: 480px) {
    .reg-section {
        padding: 0
    }

    .reg-section__form-background {
        padding: 16px 16px 32px;
        width: 100vw;
        margin: 0 -16px
    }

    .reg-section__title {
        font-weight: 600;
        font-size: 18px;
        line-height: 24px
    }
}

.main-template {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100vh
}

.main-template__header {
    width: 100%
}

.main-template__container {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    min-height: 100%
}

.main-template__container .user-profile {
    display: flex;
    min-height: calc(100vh - 68px)
}

.main-template__container .user-profile .user-tabs {
    width: 100%;
    display: grid;
    grid-template-rows:auto auto 1fr;
    background: #fff;
    padding: 32px 52px;
    margin: 20px 0 0 20px;
    border-radius: 17px 17px 0 0
}

.main-template__container .user-profile .user-tabs .tab-title {
    color: #1095b5;
    font-weight: 700;
    font-size: 26px;
    line-height: 31px
}

@media (max-width: 812px) {
    .main-template__container .user-profile .user-tabs .tab-title {
        font-size: 18px
    }
}

.main-template__container .user-profile .user-tabs .tab__nav-bar-wrap {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.main-template__container .user-profile .user-tabs .tab__nav-bar-wrap::-webkit-scrollbar {
    display: none
}

.main-template__container .user-profile .user-tabs .nav-item {
    align-items: center;
    flex-direction: row;
    grid-gap: 10px;
    gap: 10px
}

.main-template__container .user-profile .user-tabs .nav-item__icon {
    display: flex
}

.main-template__container .user-profile .user-tabs .nav-item__description {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 127.5%;
    color: #ea0028
}

.main-template__container .user-profile .nav-bar.tabs-navigation {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    overflow-y: visible
}

@media (max-width: 1920px) {
    .main-template__container .user-profile {
        margin-left: -20px
    }
}

@media (max-width: 1024px) {
    .main-template__container .user-profile .user-tabs {
        padding: 20px
    }
}

@media (max-width: 812px) {
    .main-template__container .user-profile {
        display: block;
        margin: 0;
        height: 100%
    }

    .main-template__container .user-profile .user-tabs {
        margin: 0;
        padding: 27px 8px 38px;
        border-radius: 0;
        background: #ecf2f4;
        height: inherit
    }

    .main-template__container .user-profile .user-tabs .nav-bar.tabs-navigation {
        margin: 12px 0 21px;
        border-bottom: 2px solid #dfeaf0;
        overflow-y: visible
    }

    .main-template__container .user-profile .user-tabs .nav-bar.tabs-navigation .nav-item {
        justify-content: flex-start;
        height: 31px
    }

    .main-template__container .user-profile .user-tabs .nav-bar.tabs-navigation::-webkit-scrollbar {
        height: 0;
        width: 0
    }

    .main-template__container .user-profile .user-navigation-mobile {
        display: block
    }
}

.main-template__container .user-profile__tablet {
    display: block;
    margin: 0;
    height: 100%
}

.main-template__container .user-profile__tablet .user-tabs {
    margin: 0;
    padding: 27px 8px 38px;
    border-radius: 0;
    background: #ecf2f4;
    height: inherit
}

.main-template__container .user-profile__tablet .user-tabs .nav-bar.tabs-navigation {
    margin: 12px 0 21px;
    border-bottom: 2px solid #dfeaf0;
    overflow-y: visible
}

.main-template__container .user-profile__tablet .user-tabs .nav-bar.tabs-navigation .nav-item {
    justify-content: flex-start;
    height: 31px
}

.main-template__container .user-profile__tablet .user-tabs .nav-bar.tabs-navigation::-webkit-scrollbar {
    height: 0;
    width: 0
}

.main-template__container .user-profile__tablet .user-navigation-mobile {
    display: block
}

.main-template__container .user-profile__tablet .user-info#user-info--as-sidebar {
    display: none
}

.main-template--user {
    height: 100%;
    min-height: 100%
}

.main-template--casino .main-template__container, .main-template--game .main-template__container, .main-template--landing .main-template__container, .main-template--leaderboard .main-template__container, .main-template--promo-calendar .main-template__container, .main-template--pwa-landing .main-template__container, .main-template--quiz-calendar .main-template__container, .main-template--quiz .main-template__container, .main-template--sport .main-template__container {
    padding: 0
}

.main-template--sport .main-template__container {
    max-width: unset
}

.main-template--sport .main-template__container iframe {
    position: relative;
    width: 100%;
    height: calc(100vh - 68px);
    height: calc(100dvh - 68px)
}

@media (max-width: 812px) {
    .main-template--sport .main-template__container iframe {
        height: calc(100vh - 52px);
        height: calc(100dvh - 52px)
    }
}

.main-template__tournaments .main-template__container {
    padding: 0
}

.main-template--fixed-header .main-template__header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20
}

@media (max-width: 812px) {
    .main-template__container {
        padding: 0 0 50px
    }

    .main-template--user .main-template__container {
        min-height: auto;
        padding: 52px 0 0
    }

    .main-template--user {
        min-height: 100%
    }
}

.main-template--user--tablet .main-template__container {
    padding: 0
}

.casino-page {
    overflow: hidden;
    display: flex
}

.casino-page__body {
    margin-top: 20px
}

.casino-page__sidebar {
    width: 224px;
    flex-shrink: 0
}

.casino-page__main {
    width: 100%;
    padding: 20px;
    overflow: hidden
}

.casino-page__providers {
    margin-top: 10px
}

.casino-page__filter, .casino-page__winners {
    display: none
}

@media (max-width: 1024px) {
    .casino-page__winners {
        display: block
    }
}

@media (max-width: 812px) {
    .casino-page {
        padding-top: 0;
        overflow: hidden
    }

    .casino-page__providers, .casino-page__search-input, .casino-page__sidebar {
        display: none
    }

    .casino-page__main {
        padding: 0
    }

    .casino-page__body {
        margin-left: 20px;
        padding-right: 20px
    }

    .casino-page__filter {
        display: block;
        margin-top: 0
    }
}

@media (max-width: 480px) {
    .casino-page__body {
        margin-left: 13px;
        padding-right: 13px
    }

    .casino-page .slick-arrow {
        display: none
    }
}

.casino-slider {
    min-height: 280px
}

.casino-sliders__title {
    margin-bottom: 24px;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #1095b5
}

.casino-sliders__title--widget {
    margin-bottom: 2px
}

.casino-sliders__title--thematic:not(.casino-sliders__title--thematic.empty) {
    margin-bottom: 0
}

.casino-sliders__slider {
    margin: 25px 0 20px
}

.casino-sliders .casino-games {
    margin-top: -15px
}

@media (max-width: 812px) {
    .casino-sliders {
        width: calc(100% + 20px)
    }

    .casino-sliders__title--thematic {
        margin-bottom: 5px
    }

    .casino-sliders__scroll-container {
        margin: -24px 0 -24px -20px;
        padding: 24px 20px;
        overflow: scroll
    }

    .casino-sliders__scroll-container--thematic {
        padding: 0;
        margin: 0;
        overflow: visible
    }

    .casino-sliders__scroll-container::-webkit-scrollbar {
        width: 0;
        height: 0;
        border-radius: 0
    }
}

@media (max-width: 480px) {
    .casino-sliders {
        width: calc(100% + 13px)
    }

    .casino-sliders__scroll-container {
        margin: -24px 0 -24px -13px;
        padding: 24px 13px
    }

    .casino-sliders__scroll-container--thematic {
        padding: 0;
        margin: 0
    }
}

.game-page {
    display: flex;
    padding: 20px 20px 100px;
    width: 100%;
    height: calc(100vh - 68px);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

.game-page--with-game-nav {
    padding: 20px 10px 20px 0
}

.game-page--with-game-nav .game-page__inner {
    grid-gap: 10px;
    gap: 10px
}

.game-page--with-game-nav .game-page__inner .collapsed-nav-menu {
    flex-shrink: 0
}

.game-page--with-game-nav .game-page__inner .collapsed-nav-menu__content {
    overflow: hidden
}

.game-page--with-game-nav .game-page__inner .collapsed-nav-menu .cashbox-panel__methods .cashbox-methods-list {
    padding: 15px 15px 5px;
    border-radius: 0
}

.game-page--with-game-nav .game-page__inner .collapsed-nav-menu .cashbox-panel__methods .cashbox-methods-list__title {
    display: none
}

.game-page--with-game-nav .game-page__inner .collapsed-nav-menu .cashbox-panel__methods .cashbox-methods-list__item {
    max-height: calc(100vh - 200px);
    overflow-x: hidden
}

.game-page--with-game-nav .game-page__inner .collapsed-nav-menu .cashbox-panel__methods .cashbox-methods-list__list {
    max-height: 75vh
}

.game-page--with-game-nav .game-page__inner .collapsed-nav-menu .cashbox-panel__methods .cashbox-fields-wrap, .game-page--with-game-nav .game-page__inner .collapsed-nav-menu .cashbox-panel__methods .form.fillout-profile--in-payment-access {
    padding: 24px 15px;
    border: unset;
    max-height: calc(100vh - 270px)
}

.game-page--with-game-nav .game-page__inner .collapsed-nav-menu .cashbox-panel__methods .cashbox-fields-wrap .cashbox-fields, .game-page--with-game-nav .game-page__inner .collapsed-nav-menu .cashbox-panel__methods .form.fillout-profile--in-payment-access .cashbox-fields {
    background: #fff;
    padding: 10px;
    border-radius: 16px;
    max-height: inherit;
    overflow: auto
}

.game-page--with-game-nav .game-page__inner .collapsed-nav-menu .cashbox-panel__methods .cashbox-fields-wrap .cashbox-fields__top, .game-page--with-game-nav .game-page__inner .collapsed-nav-menu .cashbox-panel__methods .form.fillout-profile--in-payment-access .cashbox-fields__top {
    display: none
}

.game-page--with-game-nav .game-page__inner .collapsed-nav-menu .cashbox-panel__methods .cashbox-fields-wrap .cashbox-fields .cashbox-method-wrap:first-child, .game-page--with-game-nav .game-page__inner .collapsed-nav-menu .cashbox-panel__methods .form.fillout-profile--in-payment-access .cashbox-fields .cashbox-method-wrap:first-child {
    margin-top: 0
}

.game-page--with-game-nav .game-page__inner .collapsed-nav-menu .cashbox-panel__methods .cashbox-fields-wrap .cashbox-fields .cashbox-method-wrap .limits-info__value, .game-page--with-game-nav .game-page__inner .collapsed-nav-menu .cashbox-panel__methods .form.fillout-profile--in-payment-access .cashbox-fields .cashbox-method-wrap .limits-info__value {
    font-size: 11px;
    white-space: nowrap
}

.game-page--with-game-nav .game-page__inner .collapsed-nav-menu .cashbox-panel__methods .cashbox-fields-wrap .cashbox-fields .cashbox-method-wrap .amount-input .custom-input__input-field, .game-page--with-game-nav .game-page__inner .collapsed-nav-menu .cashbox-panel__methods .form.fillout-profile--in-payment-access .cashbox-fields .cashbox-method-wrap .amount-input .custom-input__input-field {
    text-align: left
}

.game-page--with-game-nav .game-page__inner .collapsed-nav-menu .cashbox-panel__methods .cashbox-fields-wrap .cashbox-fields .cashbox-method-wrap .amount-input .custom-input__currency, .game-page--with-game-nav .game-page__inner .collapsed-nav-menu .cashbox-panel__methods .form.fillout-profile--in-payment-access .cashbox-fields .cashbox-method-wrap .amount-input .custom-input__currency {
    left: 0;
    width: 18px
}

.game-page--with-game-nav .game-page__inner .collapsed-nav-menu .cashbox-panel__methods .cashbox-fields-wrap .cashbox-fields .cashbox-method-wrap .amount-input .custom-input__wrap, .game-page--with-game-nav .game-page__inner .collapsed-nav-menu .cashbox-panel__methods .form.fillout-profile--in-payment-access .cashbox-fields .cashbox-method-wrap .amount-input .custom-input__wrap {
    background: transparent;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #ff9e2c
}

.game-page--with-game-nav .game-page__inner .collapsed-nav-menu .cashbox-panel__methods .cashbox-fields-wrap .cashbox-fields .cashbox-method-wrap .amount-input .custom-input__wrap:active, .game-page--with-game-nav .game-page__inner .collapsed-nav-menu .cashbox-panel__methods .cashbox-fields-wrap .cashbox-fields .cashbox-method-wrap .amount-input .custom-input__wrap:hover, .game-page--with-game-nav .game-page__inner .collapsed-nav-menu .cashbox-panel__methods .form.fillout-profile--in-payment-access .cashbox-fields .cashbox-method-wrap .amount-input .custom-input__wrap:active, .game-page--with-game-nav .game-page__inner .collapsed-nav-menu .cashbox-panel__methods .form.fillout-profile--in-payment-access .cashbox-fields .cashbox-method-wrap .amount-input .custom-input__wrap:hover {
    border-color: #f79420
}

.game-page--with-game-nav .game-page__inner .collapsed-nav-menu .cashbox-panel__methods .cashbox-fields-wrap .cashbox-fields .cashbox-method-wrap .amount-input .btn-default--round, .game-page--with-game-nav .game-page__inner .collapsed-nav-menu .cashbox-panel__methods .form.fillout-profile--in-payment-access .cashbox-fields .cashbox-method-wrap .amount-input .btn-default--round {
    border-radius: 24px
}

.game-page__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%
}

@media (max-width: 812px) {
    .game-page {
        padding: 0;
        height: 100vh;
        width: 100vw
    }
}

.game-page--mob {
    padding: 0;
    height: 100%;
    width: 100vw;
    position: fixed;
    top: 0;
    z-index: 999
}

.game-page--mob > div {
    width: 100%
}

.game-page--mob .game-box {
    width: 100%;
    border-radius: 0
}

.game-page--mob .game-box__frame {
    height: 100%
}

.game-page--mob .game-box__frame .game-frame {
    padding: 0
}

.game-page--mob .game-header {
    justify-content: flex-end
}

@media only screen and (orientation: landscape)and (-webkit-min-device-pixel-ratio: 1.25), only screen and (orientation: landscape)and (min-resolution: 120dpi) {
    .game-page--mob {
        height: calc(100% - 20px)
    }
}

.game-page--full-width {
    padding-bottom: 20px
}

.game-page--mobile-landscape {
    height: 100vh;
    height: 100dvh
}

.info-block {
    padding: 20px 0
}

.info-wrap {
    max-width: 1014px;
    margin: 0 auto;
    text-align: left
}

.info-wrap__title {
    margin: 30px 0;
    color: #fff;
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    text-align: center
}

.info-wrap__paragraph {
    margin: 0 0 15px;
    color: #b9c5e1;
    font-size: 15px;
    line-height: 21px;
    font-weight: 400
}

.info-wrap strong {
    display: inline;
    font-weight: 600
}

.info-wrap__list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left
}

.info-wrap__list li:not(:last-child) {
    margin-bottom: 20px
}

.kyc-page__status {
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 17px;
    color: #77959d
}

.kyc-cards {
    display: grid;
    height: 148px;
    align-items: flex-start
}

@media (max-width: 812px) {
    .kyc-cards {
        height: inherit
    }
}

.kyc-form__row {
    width: 100%;
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px
}

.kyc-form__row:last-child {
    margin-bottom: 0
}

.kyc-form__note {
    padding: 0 20px;
    font-size: 11px;
    line-height: 1.3;
    text-align: center;
    color: #77959d
}

.kyc-form__submit {
    margin-top: 20px
}

@media (max-width: 1024px) {
    .kyc-form__submit {
        width: 100%
    }
}

@media (max-width: 812px) {
    .kyc-form__row {
        margin-bottom: 8px;
        font-weight: 600;
        font-size: 15px;
        line-height: 21px;
        color: #1c4f5b
    }

    .kyc-form .radio-group {
        margin-bottom: 16px
    }

    .kyc-form .radio-group .radio {
        align-items: center;
        height: 40px;
        margin: 0
    }
}

.security-settings-page {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    grid-gap: 20px;
    align-items: flex-start
}

@media (max-width: 812px) {
    .security-settings-page {
        grid-template-columns:repeat(1, 1fr)
    }
}

.security-settings-section {
    height: 100%;
    padding: 20px;
    background-color: rgba(225, 243, 247, .6);
    border-radius: 12px
}

.security-settings-section__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    color: #1c4f5b
}

.security-settings-section__subtitle {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 127.5%;
    color: #ea0028
}

.security-settings-section__body {
    margin-top: 16px
}

.security-settings-section__description {
    padding-bottom: 20px
}

.security-settings-section .two-factor-auth-form__item {
    border-top: 1px solid rgba(27, 163, 195, .1)
}

.security-settings-section .two-factor-auth-form__item .btn, .security-settings-section .two-factor-auth-form__item .btn-action, .security-settings-section .two-factor-auth-form__item .btn-all-games, .security-settings-section .two-factor-auth-form__item .btn-danger, .security-settings-section .two-factor-auth-form__item .btn-dark, .security-settings-section .two-factor-auth-form__item .btn-default, .security-settings-section .two-factor-auth-form__item .btn-demo, .security-settings-section .two-factor-auth-form__item .btn-inverted, .security-settings-section .two-factor-auth-form__item .btn-logout, .security-settings-section .two-factor-auth-form__item .btn-outline, .security-settings-section .two-factor-auth-form__item .btn-play, .security-settings-section .two-factor-auth-form__item .btn-primary, .security-settings-section .two-factor-auth-form__item .btn-primary-transparent, .security-settings-section .two-factor-auth-form__item .btn-secondary, .security-settings-section .two-factor-auth-form__item .btn-secondary-text, .security-settings-section .two-factor-auth-form__item .btn-star, .security-settings-section .two-factor-auth-form__item .btn-transparent, .security-settings-section .two-factor-auth-form__item .btn-transparent-bordered, .security-settings-section .two-factor-auth-form__item .disable-popup-blocker__btn-link {
    margin-top: 0
}

.security-settings-section .two-factor-auth-form__item .two-factor-auth-form-item__label {
    color: #1095b5
}

.security-settings-section .two-factor-auth-form__item .two-factor-auth-form-item__label__description {
    color: #1c4f5b;
    font-size: 15px
}

.security-settings-section .two-factor-auth-form__item .two-factor-auth-form-item__text {
    flex-basis: 80%
}

.two-factor-auth-message {
    margin-top: -6px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 21px;
    color: #1c4f5b
}

.two-factor-auth-message b {
    font-weight: 600;
    color: #1c4f5b
}

.two-factor-auth-form__item {
    border-top: 1px solid rgba(223, 234, 240, .15);
    padding: 12px 0
}

.two-factor-auth-form__item:last-child {
    margin-bottom: -12px
}

.two-factor-auth-form__show-less, .two-factor-auth-form__show-more {
    color: #ff9e2c;
    line-height: normal
}

.two-factor-auth-form__show-less .btn__label, .two-factor-auth-form__show-more .btn__label {
    font-size: 15px;
    font-weight: 700
}

.two-factor-auth-form__show-less svg, .two-factor-auth-form__show-more svg {
    width: 16px;
    height: 10px
}

.two-factor-auth-form__show-less svg path, .two-factor-auth-form__show-more svg path {
    stroke: #ff9e2c;
    fill: #ff9e2c
}

.two-factor-auth-form__show-less svg {
    transform: rotate(180deg)
}

.two-factor-auth-form-item {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.two-factor-auth-form-item__label {
    font-weight: 600;
    font-size: 15px;
    line-height: 21px;
    color: #1c4f5b
}

@media (max-width: 812px) {
    .security-settings-section {
        background-color: #fff;
        box-shadow: 0 12px 28px rgba(28, 51, 56, .04);
        padding: 15px 15px 20px
    }

    .security-settings-section__title {
        font-size: 18px;
        line-height: 24px
    }
}

.bonuses-page .button-group__content-switch-wrap {
    height: 40px;
    width: 360px
}

@media (max-width: 812px) {
    .bonuses-page .button-group__content-switch-wrap {
        width: 100%
    }
}

.bonuses-page .bonus-head-block {
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
    gap: 20px;
    width: 100%
}

@media screen and (min-width: 813px) {
    .bonuses-page .bonus-head-block {
        margin-top: 20px
    }
}

.bonuses-page .bonus-head-block .bonus-code .btn, .bonuses-page .bonus-head-block .bonus-code .btn-action, .bonuses-page .bonus-head-block .bonus-code .btn-all-games, .bonuses-page .bonus-head-block .bonus-code .btn-danger, .bonuses-page .bonus-head-block .bonus-code .btn-dark, .bonuses-page .bonus-head-block .bonus-code .btn-default, .bonuses-page .bonus-head-block .bonus-code .btn-demo, .bonuses-page .bonus-head-block .bonus-code .btn-inverted, .bonuses-page .bonus-head-block .bonus-code .btn-logout, .bonuses-page .bonus-head-block .bonus-code .btn-outline, .bonuses-page .bonus-head-block .bonus-code .btn-play, .bonuses-page .bonus-head-block .bonus-code .btn-primary, .bonuses-page .bonus-head-block .bonus-code .btn-primary-transparent, .bonuses-page .bonus-head-block .bonus-code .btn-secondary, .bonuses-page .bonus-head-block .bonus-code .btn-secondary-text, .bonuses-page .bonus-head-block .bonus-code .btn-star, .bonuses-page .bonus-head-block .bonus-code .btn-transparent, .bonuses-page .bonus-head-block .bonus-code .btn-transparent-bordered, .bonuses-page .bonus-head-block .bonus-code .disable-popup-blocker__btn-link {
    margin-top: 0
}

.bonuses-page .bonus-head-block .bonus-code__warning-text {
    color: #000;
    font-weight: 500;
    font-size: 13px;
    margin-right: 8px
}

.bonuses-page .bonus-head-block .bonus-code__warning-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 8px;
    gap: 8px;
    margin-top: 12px
}

.bonuses-page .bonus-head-block .bonus-code, .bonuses-page .bonus-head-block .bonus-exchange, .bonuses-page .bonus-head-block .cashback {
    float: left;
    height: 117px;
    width: calc(50% - 10px);
    padding: 20px;
    border-radius: 17px;
    background: #e1f3f7
}

.bonuses-page .bonus-head-block .bonus-code__label, .bonuses-page .bonus-head-block .bonus-exchange__label, .bonuses-page .bonus-head-block .cashback__label {
    color: #1c4f5b;
    font-weight: 600;
    font-size: 15px;
    text-transform: capitalize;
    margin-bottom: 10px;
    display: block
}

.bonuses-page .bonus-head-block .bonus-code__content-mob, .bonuses-page .bonus-head-block .bonus-exchange__content-mob, .bonuses-page .bonus-head-block .cashback__content-mob {
    color: #77959d;
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 16px
}

@media screen and (min-width: 813px) {
    .bonuses-page .bonus-head-block .bonus-code__content-mob, .bonuses-page .bonus-head-block .bonus-exchange__content-mob, .bonuses-page .bonus-head-block .cashback__content-mob {
        display: none
    }
}

@media (max-width: 812px) {
    .bonuses-page .bonus-head-block .bonus-code, .bonuses-page .bonus-head-block .bonus-exchange, .bonuses-page .bonus-head-block .cashback {
        width: 100%;
        height: auto;
        margin-top: 16px;
        background: #fff
    }
}

@media screen and (min-width: 813px) {
    .bonuses-page .bonus-head-block .bonus-exchange {
        margin: 20px 20px 0 0
    }
}

@media (max-width: 812px) {
    .bonuses-page .bonus-head-block .bonus-exchange {
        order: 3;
        min-height: 210px
    }

    .bonuses-page .bonus-head-block .bonus-exchange__content {
        flex-direction: column;
        align-items: flex-start
    }

    .bonuses-page .bonus-head-block .bonus-exchange__content .btn, .bonuses-page .bonus-head-block .bonus-exchange__content .btn-action, .bonuses-page .bonus-head-block .bonus-exchange__content .btn-all-games, .bonuses-page .bonus-head-block .bonus-exchange__content .btn-danger, .bonuses-page .bonus-head-block .bonus-exchange__content .btn-dark, .bonuses-page .bonus-head-block .bonus-exchange__content .btn-default, .bonuses-page .bonus-head-block .bonus-exchange__content .btn-demo, .bonuses-page .bonus-head-block .bonus-exchange__content .btn-inverted, .bonuses-page .bonus-head-block .bonus-exchange__content .btn-logout, .bonuses-page .bonus-head-block .bonus-exchange__content .btn-outline, .bonuses-page .bonus-head-block .bonus-exchange__content .btn-play, .bonuses-page .bonus-head-block .bonus-exchange__content .btn-primary, .bonuses-page .bonus-head-block .bonus-exchange__content .btn-primary-transparent, .bonuses-page .bonus-head-block .bonus-exchange__content .btn-secondary, .bonuses-page .bonus-head-block .bonus-exchange__content .btn-secondary-text, .bonuses-page .bonus-head-block .bonus-exchange__content .btn-star, .bonuses-page .bonus-head-block .bonus-exchange__content .btn-transparent, .bonuses-page .bonus-head-block .bonus-exchange__content .btn-transparent-bordered, .bonuses-page .bonus-head-block .bonus-exchange__content .disable-popup-blocker__btn-link {
        width: 100%;
        margin-top: 17px;
        padding: 12px 19px
    }

    .bonuses-page .bonus-head-block .bonus-exchange__info {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        margin-top: 12px
    }
}

.bonuses-page .bonus-head-block .bonus-code .form, .bonuses-page .bonus-head-block .bonus-exchange .form {
    grid-template-areas:"input btn";
    grid-template-columns:3fr 1fr;
    grid-column-gap: 20px;
    grid-template-rows:auto;
    align-items: center;
    min-height: 52px
}

@media (max-width: 812px) {
    .bonuses-page .bonus-head-block .bonus-code .form, .bonuses-page .bonus-head-block .bonus-exchange .form {
        grid-template-areas:"input" "btn";
        grid-column-gap: unset;
        grid-row-gap: 16px;
        grid-template-columns:1fr;
        grid-template-rows:auto
    }
}

.bonuses-page .bonus-head-block .bonus-code .form .custom-input__wrap, .bonuses-page .bonus-head-block .bonus-exchange .form .custom-input__wrap {
    margin: 0;
    height: 52px
}

.bonuses-page .bonus-head-block .bonus-code .form .custom-input__container, .bonuses-page .bonus-head-block .bonus-exchange .form .custom-input__container {
    grid-area: input
}

.bonuses-page .bonus-head-block .bonus-code .form .btn, .bonuses-page .bonus-head-block .bonus-code .form .btn-action, .bonuses-page .bonus-head-block .bonus-code .form .btn-all-games, .bonuses-page .bonus-head-block .bonus-code .form .btn-danger, .bonuses-page .bonus-head-block .bonus-code .form .btn-dark, .bonuses-page .bonus-head-block .bonus-code .form .btn-default, .bonuses-page .bonus-head-block .bonus-code .form .btn-demo, .bonuses-page .bonus-head-block .bonus-code .form .btn-inverted, .bonuses-page .bonus-head-block .bonus-code .form .btn-logout, .bonuses-page .bonus-head-block .bonus-code .form .btn-outline, .bonuses-page .bonus-head-block .bonus-code .form .btn-play, .bonuses-page .bonus-head-block .bonus-code .form .btn-primary, .bonuses-page .bonus-head-block .bonus-code .form .btn-primary-transparent, .bonuses-page .bonus-head-block .bonus-code .form .btn-secondary, .bonuses-page .bonus-head-block .bonus-code .form .btn-secondary-text, .bonuses-page .bonus-head-block .bonus-code .form .btn-star, .bonuses-page .bonus-head-block .bonus-code .form .btn-transparent, .bonuses-page .bonus-head-block .bonus-code .form .btn-transparent-bordered, .bonuses-page .bonus-head-block .bonus-code .form .disable-popup-blocker__btn-link, .bonuses-page .bonus-head-block .bonus-exchange .form .btn, .bonuses-page .bonus-head-block .bonus-exchange .form .btn-action, .bonuses-page .bonus-head-block .bonus-exchange .form .btn-all-games, .bonuses-page .bonus-head-block .bonus-exchange .form .btn-danger, .bonuses-page .bonus-head-block .bonus-exchange .form .btn-dark, .bonuses-page .bonus-head-block .bonus-exchange .form .btn-default, .bonuses-page .bonus-head-block .bonus-exchange .form .btn-demo, .bonuses-page .bonus-head-block .bonus-exchange .form .btn-inverted, .bonuses-page .bonus-head-block .bonus-exchange .form .btn-logout, .bonuses-page .bonus-head-block .bonus-exchange .form .btn-outline, .bonuses-page .bonus-head-block .bonus-exchange .form .btn-play, .bonuses-page .bonus-head-block .bonus-exchange .form .btn-primary, .bonuses-page .bonus-head-block .bonus-exchange .form .btn-primary-transparent, .bonuses-page .bonus-head-block .bonus-exchange .form .btn-secondary, .bonuses-page .bonus-head-block .bonus-exchange .form .btn-secondary-text, .bonuses-page .bonus-head-block .bonus-exchange .form .btn-star, .bonuses-page .bonus-head-block .bonus-exchange .form .btn-transparent, .bonuses-page .bonus-head-block .bonus-exchange .form .btn-transparent-bordered, .bonuses-page .bonus-head-block .bonus-exchange .form .disable-popup-blocker__btn-link {
    grid-area: btn;
    justify-self: end;
    width: 100%;
    max-width: 116px
}

@media (max-width: 812px) {
    .bonuses-page .bonus-head-block .bonus-code .form .btn, .bonuses-page .bonus-head-block .bonus-code .form .btn-action, .bonuses-page .bonus-head-block .bonus-code .form .btn-all-games, .bonuses-page .bonus-head-block .bonus-code .form .btn-danger, .bonuses-page .bonus-head-block .bonus-code .form .btn-dark, .bonuses-page .bonus-head-block .bonus-code .form .btn-default, .bonuses-page .bonus-head-block .bonus-code .form .btn-demo, .bonuses-page .bonus-head-block .bonus-code .form .btn-inverted, .bonuses-page .bonus-head-block .bonus-code .form .btn-logout, .bonuses-page .bonus-head-block .bonus-code .form .btn-outline, .bonuses-page .bonus-head-block .bonus-code .form .btn-play, .bonuses-page .bonus-head-block .bonus-code .form .btn-primary, .bonuses-page .bonus-head-block .bonus-code .form .btn-primary-transparent, .bonuses-page .bonus-head-block .bonus-code .form .btn-secondary, .bonuses-page .bonus-head-block .bonus-code .form .btn-secondary-text, .bonuses-page .bonus-head-block .bonus-code .form .btn-star, .bonuses-page .bonus-head-block .bonus-code .form .btn-transparent, .bonuses-page .bonus-head-block .bonus-code .form .btn-transparent-bordered, .bonuses-page .bonus-head-block .bonus-code .form .disable-popup-blocker__btn-link, .bonuses-page .bonus-head-block .bonus-exchange .form .btn, .bonuses-page .bonus-head-block .bonus-exchange .form .btn-action, .bonuses-page .bonus-head-block .bonus-exchange .form .btn-all-games, .bonuses-page .bonus-head-block .bonus-exchange .form .btn-danger, .bonuses-page .bonus-head-block .bonus-exchange .form .btn-dark, .bonuses-page .bonus-head-block .bonus-exchange .form .btn-default, .bonuses-page .bonus-head-block .bonus-exchange .form .btn-demo, .bonuses-page .bonus-head-block .bonus-exchange .form .btn-inverted, .bonuses-page .bonus-head-block .bonus-exchange .form .btn-logout, .bonuses-page .bonus-head-block .bonus-exchange .form .btn-outline, .bonuses-page .bonus-head-block .bonus-exchange .form .btn-play, .bonuses-page .bonus-head-block .bonus-exchange .form .btn-primary, .bonuses-page .bonus-head-block .bonus-exchange .form .btn-primary-transparent, .bonuses-page .bonus-head-block .bonus-exchange .form .btn-secondary, .bonuses-page .bonus-head-block .bonus-exchange .form .btn-secondary-text, .bonuses-page .bonus-head-block .bonus-exchange .form .btn-star, .bonuses-page .bonus-head-block .bonus-exchange .form .btn-transparent, .bonuses-page .bonus-head-block .bonus-exchange .form .btn-transparent-bordered, .bonuses-page .bonus-head-block .bonus-exchange .form .disable-popup-blocker__btn-link {
        max-width: unset
    }
}

.bonuses-page .bonus-head-block .bonus-code--warning, .bonuses-page .bonus-head-block .bonus-exchange--warning {
    height: auto
}

.bonuses-page .bonus-head-block .bonus-code--warning .form, .bonuses-page .bonus-head-block .bonus-exchange--warning .form {
    grid-template-areas:"input";
    grid-template-columns:1fr
}

@media screen and (min-width: 813px) {
    .bonuses-page .bonus-head-block .loyalty-points {
        margin: 20px 0 0 10px
    }
}

.bonuses-page .bonus-head-block .loyalty-points__block {
    display: inline-block
}

@media (max-width: 812px) {
    .bonuses-page .bonus-head-block .loyalty-points__block {
        display: block
    }
}

.bonuses-page .bonus-head-block .loyalty-points__block-content {
    display: block;
    color: #b9c5e1;
    font-weight: 400;
    font-size: 13px;
    margin: 10px 0 5px
}

@media (max-width: 812px) {
    .bonuses-page .bonus-head-block .loyalty-points__block-content {
        display: inline-block;
        margin: 0
    }
}

.bonuses-page .bonus-head-block .loyalty-points__block-value {
    display: block;
    color: #ff9e2c;
    font-weight: 700;
    font-size: 15px
}

@media (max-width: 812px) {
    .bonuses-page .bonus-head-block .loyalty-points__block-value {
        display: inline-block;
        float: right
    }
}

.bonuses-page .bonus-head-block .loyalty-points .btn, .bonuses-page .bonus-head-block .loyalty-points .btn-action, .bonuses-page .bonus-head-block .loyalty-points .btn-all-games, .bonuses-page .bonus-head-block .loyalty-points .btn-danger, .bonuses-page .bonus-head-block .loyalty-points .btn-dark, .bonuses-page .bonus-head-block .loyalty-points .btn-default, .bonuses-page .bonus-head-block .loyalty-points .btn-demo, .bonuses-page .bonus-head-block .loyalty-points .btn-inverted, .bonuses-page .bonus-head-block .loyalty-points .btn-logout, .bonuses-page .bonus-head-block .loyalty-points .btn-outline, .bonuses-page .bonus-head-block .loyalty-points .btn-play, .bonuses-page .bonus-head-block .loyalty-points .btn-primary, .bonuses-page .bonus-head-block .loyalty-points .btn-primary-transparent, .bonuses-page .bonus-head-block .loyalty-points .btn-secondary, .bonuses-page .bonus-head-block .loyalty-points .btn-secondary-text, .bonuses-page .bonus-head-block .loyalty-points .btn-star, .bonuses-page .bonus-head-block .loyalty-points .btn-transparent, .bonuses-page .bonus-head-block .loyalty-points .btn-transparent-bordered, .bonuses-page .bonus-head-block .loyalty-points .disable-popup-blocker__btn-link {
    float: right;
    height: 52px
}

@media (max-width: 812px) {
    .bonuses-page .bonus-head-block .loyalty-points .btn, .bonuses-page .bonus-head-block .loyalty-points .btn-action, .bonuses-page .bonus-head-block .loyalty-points .btn-all-games, .bonuses-page .bonus-head-block .loyalty-points .btn-danger, .bonuses-page .bonus-head-block .loyalty-points .btn-dark, .bonuses-page .bonus-head-block .loyalty-points .btn-default, .bonuses-page .bonus-head-block .loyalty-points .btn-demo, .bonuses-page .bonus-head-block .loyalty-points .btn-inverted, .bonuses-page .bonus-head-block .loyalty-points .btn-logout, .bonuses-page .bonus-head-block .loyalty-points .btn-outline, .bonuses-page .bonus-head-block .loyalty-points .btn-play, .bonuses-page .bonus-head-block .loyalty-points .btn-primary, .bonuses-page .bonus-head-block .loyalty-points .btn-primary-transparent, .bonuses-page .bonus-head-block .loyalty-points .btn-secondary, .bonuses-page .bonus-head-block .loyalty-points .btn-secondary-text, .bonuses-page .bonus-head-block .loyalty-points .btn-star, .bonuses-page .bonus-head-block .loyalty-points .btn-transparent, .bonuses-page .bonus-head-block .loyalty-points .btn-transparent-bordered, .bonuses-page .bonus-head-block .loyalty-points .disable-popup-blocker__btn-link {
        margin-top: 16px;
        width: 100%;
        height: auto
    }
}

@media (max-width: 812px) {
    .bonuses-page .bonus-head-block {
        display: flex;
        flex-direction: column
    }
}

.bonuses-page .gifts-area {
    width: 100%;
    height: auto;
    padding: 20px;
    border-radius: 17px;
    margin-top: 26px
}

.bonuses-page .gifts-area__title {
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 8px
}

.bonuses-page .gifts-area__label {
    padding-right: 20px
}

.bonuses-page .gifts-area__list {
    display: grid
}

.bonuses-page .gifts-area__claim-gift {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 20px 10px 0;
    position: relative
}

.bonuses-page .gifts-area__claim-gift:after {
    content: "";
    position: absolute;
    bottom: -10px;
    height: 2px;
    width: 100%;
    background-size: 6px 2px;
    background-image: linear-gradient(90deg, #1ba3c4 33%, rgba(27, 163, 196, 0) 0)
}

.bonuses-page .gifts-area__claim-gift:last-child:after {
    content: none
}

.bonuses-page .gifts-area__claim-gift .btn-md {
    padding: 12px 20px
}

@media (max-width: 812px) {
    .bonuses-page .gifts-area {
        padding: 0
    }

    .bonuses-page .gifts-area__list {
        background: #fff;
        padding: 6px 16px;
        border-radius: 17px
    }

    .bonuses-page .gifts-area__claim-gift {
        margin: 10px 0
    }

    .bonuses-page .gifts-area__claim-gift:after {
        height: 1px;
        background-size: 7px 1px;
        background-image: linear-gradient(90deg, #1ba3c4 27%, rgba(27, 163, 196, 0) 0)
    }
}

@media screen and (min-width: 813px) {
    .bonuses-page .gifts-area {
        background: #e1f3f7
    }

    .bonuses-page .gifts-area__list {
        grid-template-columns:1fr 1fr
    }

    .bonuses-page .gifts-area__claim-gift:nth-last-child(2):after {
        content: none
    }
}

.bonuses-page__active-bonuses-section, .bonuses-page__available-bonuses-section, .bonuses-page__bonus-history-section {
    margin: 26px 0 12px
}

.bonuses-page__active-bonuses-section-title, .bonuses-page__available-bonuses-section-title, .bonuses-page__bonus-history-section-title {
    color: #1c4f5b;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 12px;
    display: block
}

@media (max-width: 812px) {
    .bonuses-page__active-bonuses-section-title, .bonuses-page__available-bonuses-section-title, .bonuses-page__bonus-history-section-title {
        color: #1c4f5b;
        font-weight: 600
    }
}

.bonuses-page__active-bonuses-section .active-bonuses-table .table-head, .bonuses-page__active-bonuses-section .active-bonuses-table .table-item__row, .bonuses-page__active-bonuses-section .available-bonuses-table .table-head, .bonuses-page__active-bonuses-section .available-bonuses-table .table-item__row, .bonuses-page__active-bonuses-section .bonus-history-table .table-head, .bonuses-page__active-bonuses-section .bonus-history-table .table-item__row, .bonuses-page__available-bonuses-section .active-bonuses-table .table-head, .bonuses-page__available-bonuses-section .active-bonuses-table .table-item__row, .bonuses-page__available-bonuses-section .available-bonuses-table .table-head, .bonuses-page__available-bonuses-section .available-bonuses-table .table-item__row, .bonuses-page__available-bonuses-section .bonus-history-table .table-head, .bonuses-page__available-bonuses-section .bonus-history-table .table-item__row, .bonuses-page__bonus-history-section .active-bonuses-table .table-head, .bonuses-page__bonus-history-section .active-bonuses-table .table-item__row, .bonuses-page__bonus-history-section .available-bonuses-table .table-head, .bonuses-page__bonus-history-section .available-bonuses-table .table-item__row, .bonuses-page__bonus-history-section .bonus-history-table .table-head, .bonuses-page__bonus-history-section .bonus-history-table .table-item__row {
    justify-content: space-between
}

.bonuses-page__active-bonuses-section .active-bonuses-table .table-item__row .table-item__column-value .wrapper, .bonuses-page__active-bonuses-section .available-bonuses-table .table-item__row .table-item__column-value .wrapper, .bonuses-page__active-bonuses-section .bonus-history-table .table-item__row .table-item__column-value .wrapper, .bonuses-page__available-bonuses-section .active-bonuses-table .table-item__row .table-item__column-value .wrapper, .bonuses-page__available-bonuses-section .available-bonuses-table .table-item__row .table-item__column-value .wrapper, .bonuses-page__available-bonuses-section .bonus-history-table .table-item__row .table-item__column-value .wrapper, .bonuses-page__bonus-history-section .active-bonuses-table .table-item__row .table-item__column-value .wrapper, .bonuses-page__bonus-history-section .available-bonuses-table .table-item__row .table-item__column-value .wrapper, .bonuses-page__bonus-history-section .bonus-history-table .table-item__row .table-item__column-value .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 220px
}

.bonuses-page__active-bonuses-section .active-bonuses-table .action-btn-group, .bonuses-page__active-bonuses-section .available-bonuses-table .action-btn-group, .bonuses-page__active-bonuses-section .bonus-history-table .action-btn-group, .bonuses-page__available-bonuses-section .active-bonuses-table .action-btn-group, .bonuses-page__available-bonuses-section .available-bonuses-table .action-btn-group, .bonuses-page__available-bonuses-section .bonus-history-table .action-btn-group, .bonuses-page__bonus-history-section .active-bonuses-table .action-btn-group, .bonuses-page__bonus-history-section .available-bonuses-table .action-btn-group, .bonuses-page__bonus-history-section .bonus-history-table .action-btn-group {
    display: flex;
    grid-gap: 5px;
    gap: 5px;
    width: 100%;
    justify-content: center
}

.bonuses-page__active-bonuses-section .active-bonuses-table .action-btn-group .btn, .bonuses-page__active-bonuses-section .active-bonuses-table .action-btn-group .btn-action, .bonuses-page__active-bonuses-section .active-bonuses-table .action-btn-group .btn-all-games, .bonuses-page__active-bonuses-section .active-bonuses-table .action-btn-group .btn-danger, .bonuses-page__active-bonuses-section .active-bonuses-table .action-btn-group .btn-dark, .bonuses-page__active-bonuses-section .active-bonuses-table .action-btn-group .btn-default, .bonuses-page__active-bonuses-section .active-bonuses-table .action-btn-group .btn-demo, .bonuses-page__active-bonuses-section .active-bonuses-table .action-btn-group .btn-inverted, .bonuses-page__active-bonuses-section .active-bonuses-table .action-btn-group .btn-logout, .bonuses-page__active-bonuses-section .active-bonuses-table .action-btn-group .btn-outline, .bonuses-page__active-bonuses-section .active-bonuses-table .action-btn-group .btn-play, .bonuses-page__active-bonuses-section .active-bonuses-table .action-btn-group .btn-primary, .bonuses-page__active-bonuses-section .active-bonuses-table .action-btn-group .btn-primary-transparent, .bonuses-page__active-bonuses-section .active-bonuses-table .action-btn-group .btn-secondary, .bonuses-page__active-bonuses-section .active-bonuses-table .action-btn-group .btn-secondary-text, .bonuses-page__active-bonuses-section .active-bonuses-table .action-btn-group .btn-star, .bonuses-page__active-bonuses-section .active-bonuses-table .action-btn-group .btn-transparent, .bonuses-page__active-bonuses-section .active-bonuses-table .action-btn-group .btn-transparent-bordered, .bonuses-page__active-bonuses-section .active-bonuses-table .action-btn-group .disable-popup-blocker__btn-link, .bonuses-page__active-bonuses-section .available-bonuses-table .action-btn-group .btn, .bonuses-page__active-bonuses-section .available-bonuses-table .action-btn-group .btn-action, .bonuses-page__active-bonuses-section .available-bonuses-table .action-btn-group .btn-all-games, .bonuses-page__active-bonuses-section .available-bonuses-table .action-btn-group .btn-danger, .bonuses-page__active-bonuses-section .available-bonuses-table .action-btn-group .btn-dark, .bonuses-page__active-bonuses-section .available-bonuses-table .action-btn-group .btn-default, .bonuses-page__active-bonuses-section .available-bonuses-table .action-btn-group .btn-demo, .bonuses-page__active-bonuses-section .available-bonuses-table .action-btn-group .btn-inverted, .bonuses-page__active-bonuses-section .available-bonuses-table .action-btn-group .btn-logout, .bonuses-page__active-bonuses-section .available-bonuses-table .action-btn-group .btn-outline, .bonuses-page__active-bonuses-section .available-bonuses-table .action-btn-group .btn-play, .bonuses-page__active-bonuses-section .available-bonuses-table .action-btn-group .btn-primary, .bonuses-page__active-bonuses-section .available-bonuses-table .action-btn-group .btn-primary-transparent, .bonuses-page__active-bonuses-section .available-bonuses-table .action-btn-group .btn-secondary, .bonuses-page__active-bonuses-section .available-bonuses-table .action-btn-group .btn-secondary-text, .bonuses-page__active-bonuses-section .available-bonuses-table .action-btn-group .btn-star, .bonuses-page__active-bonuses-section .available-bonuses-table .action-btn-group .btn-transparent, .bonuses-page__active-bonuses-section .available-bonuses-table .action-btn-group .btn-transparent-bordered, .bonuses-page__active-bonuses-section .available-bonuses-table .action-btn-group .disable-popup-blocker__btn-link, .bonuses-page__active-bonuses-section .bonus-history-table .action-btn-group .btn, .bonuses-page__active-bonuses-section .bonus-history-table .action-btn-group .btn-action, .bonuses-page__active-bonuses-section .bonus-history-table .action-btn-group .btn-all-games, .bonuses-page__active-bonuses-section .bonus-history-table .action-btn-group .btn-danger, .bonuses-page__active-bonuses-section .bonus-history-table .action-btn-group .btn-dark, .bonuses-page__active-bonuses-section .bonus-history-table .action-btn-group .btn-default, .bonuses-page__active-bonuses-section .bonus-history-table .action-btn-group .btn-demo, .bonuses-page__active-bonuses-section .bonus-history-table .action-btn-group .btn-inverted, .bonuses-page__active-bonuses-section .bonus-history-table .action-btn-group .btn-logout, .bonuses-page__active-bonuses-section .bonus-history-table .action-btn-group .btn-outline, .bonuses-page__active-bonuses-section .bonus-history-table .action-btn-group .btn-play, .bonuses-page__active-bonuses-section .bonus-history-table .action-btn-group .btn-primary, .bonuses-page__active-bonuses-section .bonus-history-table .action-btn-group .btn-primary-transparent, .bonuses-page__active-bonuses-section .bonus-history-table .action-btn-group .btn-secondary, .bonuses-page__active-bonuses-section .bonus-history-table .action-btn-group .btn-secondary-text, .bonuses-page__active-bonuses-section .bonus-history-table .action-btn-group .btn-star, .bonuses-page__active-bonuses-section .bonus-history-table .action-btn-group .btn-transparent, .bonuses-page__active-bonuses-section .bonus-history-table .action-btn-group .btn-transparent-bordered, .bonuses-page__active-bonuses-section .bonus-history-table .action-btn-group .disable-popup-blocker__btn-link, .bonuses-page__available-bonuses-section .active-bonuses-table .action-btn-group .btn, .bonuses-page__available-bonuses-section .active-bonuses-table .action-btn-group .btn-action, .bonuses-page__available-bonuses-section .active-bonuses-table .action-btn-group .btn-all-games, .bonuses-page__available-bonuses-section .active-bonuses-table .action-btn-group .btn-danger, .bonuses-page__available-bonuses-section .active-bonuses-table .action-btn-group .btn-dark, .bonuses-page__available-bonuses-section .active-bonuses-table .action-btn-group .btn-default, .bonuses-page__available-bonuses-section .active-bonuses-table .action-btn-group .btn-demo, .bonuses-page__available-bonuses-section .active-bonuses-table .action-btn-group .btn-inverted, .bonuses-page__available-bonuses-section .active-bonuses-table .action-btn-group .btn-logout, .bonuses-page__available-bonuses-section .active-bonuses-table .action-btn-group .btn-outline, .bonuses-page__available-bonuses-section .active-bonuses-table .action-btn-group .btn-play, .bonuses-page__available-bonuses-section .active-bonuses-table .action-btn-group .btn-primary, .bonuses-page__available-bonuses-section .active-bonuses-table .action-btn-group .btn-primary-transparent, .bonuses-page__available-bonuses-section .active-bonuses-table .action-btn-group .btn-secondary, .bonuses-page__available-bonuses-section .active-bonuses-table .action-btn-group .btn-secondary-text, .bonuses-page__available-bonuses-section .active-bonuses-table .action-btn-group .btn-star, .bonuses-page__available-bonuses-section .active-bonuses-table .action-btn-group .btn-transparent, .bonuses-page__available-bonuses-section .active-bonuses-table .action-btn-group .btn-transparent-bordered, .bonuses-page__available-bonuses-section .active-bonuses-table .action-btn-group .disable-popup-blocker__btn-link, .bonuses-page__available-bonuses-section .available-bonuses-table .action-btn-group .btn, .bonuses-page__available-bonuses-section .available-bonuses-table .action-btn-group .btn-action, .bonuses-page__available-bonuses-section .available-bonuses-table .action-btn-group .btn-all-games, .bonuses-page__available-bonuses-section .available-bonuses-table .action-btn-group .btn-danger, .bonuses-page__available-bonuses-section .available-bonuses-table .action-btn-group .btn-dark, .bonuses-page__available-bonuses-section .available-bonuses-table .action-btn-group .btn-default, .bonuses-page__available-bonuses-section .available-bonuses-table .action-btn-group .btn-demo, .bonuses-page__available-bonuses-section .available-bonuses-table .action-btn-group .btn-inverted, .bonuses-page__available-bonuses-section .available-bonuses-table .action-btn-group .btn-logout, .bonuses-page__available-bonuses-section .available-bonuses-table .action-btn-group .btn-outline, .bonuses-page__available-bonuses-section .available-bonuses-table .action-btn-group .btn-play, .bonuses-page__available-bonuses-section .available-bonuses-table .action-btn-group .btn-primary, .bonuses-page__available-bonuses-section .available-bonuses-table .action-btn-group .btn-primary-transparent, .bonuses-page__available-bonuses-section .available-bonuses-table .action-btn-group .btn-secondary, .bonuses-page__available-bonuses-section .available-bonuses-table .action-btn-group .btn-secondary-text, .bonuses-page__available-bonuses-section .available-bonuses-table .action-btn-group .btn-star, .bonuses-page__available-bonuses-section .available-bonuses-table .action-btn-group .btn-transparent, .bonuses-page__available-bonuses-section .available-bonuses-table .action-btn-group .btn-transparent-bordered, .bonuses-page__available-bonuses-section .available-bonuses-table .action-btn-group .disable-popup-blocker__btn-link, .bonuses-page__available-bonuses-section .bonus-history-table .action-btn-group .btn, .bonuses-page__available-bonuses-section .bonus-history-table .action-btn-group .btn-action, .bonuses-page__available-bonuses-section .bonus-history-table .action-btn-group .btn-all-games, .bonuses-page__available-bonuses-section .bonus-history-table .action-btn-group .btn-danger, .bonuses-page__available-bonuses-section .bonus-history-table .action-btn-group .btn-dark, .bonuses-page__available-bonuses-section .bonus-history-table .action-btn-group .btn-default, .bonuses-page__available-bonuses-section .bonus-history-table .action-btn-group .btn-demo, .bonuses-page__available-bonuses-section .bonus-history-table .action-btn-group .btn-inverted, .bonuses-page__available-bonuses-section .bonus-history-table .action-btn-group .btn-logout, .bonuses-page__available-bonuses-section .bonus-history-table .action-btn-group .btn-outline, .bonuses-page__available-bonuses-section .bonus-history-table .action-btn-group .btn-play, .bonuses-page__available-bonuses-section .bonus-history-table .action-btn-group .btn-primary, .bonuses-page__available-bonuses-section .bonus-history-table .action-btn-group .btn-primary-transparent, .bonuses-page__available-bonuses-section .bonus-history-table .action-btn-group .btn-secondary, .bonuses-page__available-bonuses-section .bonus-history-table .action-btn-group .btn-secondary-text, .bonuses-page__available-bonuses-section .bonus-history-table .action-btn-group .btn-star, .bonuses-page__available-bonuses-section .bonus-history-table .action-btn-group .btn-transparent, .bonuses-page__available-bonuses-section .bonus-history-table .action-btn-group .btn-transparent-bordered, .bonuses-page__available-bonuses-section .bonus-history-table .action-btn-group .disable-popup-blocker__btn-link, .bonuses-page__bonus-history-section .active-bonuses-table .action-btn-group .btn, .bonuses-page__bonus-history-section .active-bonuses-table .action-btn-group .btn-action, .bonuses-page__bonus-history-section .active-bonuses-table .action-btn-group .btn-all-games, .bonuses-page__bonus-history-section .active-bonuses-table .action-btn-group .btn-danger, .bonuses-page__bonus-history-section .active-bonuses-table .action-btn-group .btn-dark, .bonuses-page__bonus-history-section .active-bonuses-table .action-btn-group .btn-default, .bonuses-page__bonus-history-section .active-bonuses-table .action-btn-group .btn-demo, .bonuses-page__bonus-history-section .active-bonuses-table .action-btn-group .btn-inverted, .bonuses-page__bonus-history-section .active-bonuses-table .action-btn-group .btn-logout, .bonuses-page__bonus-history-section .active-bonuses-table .action-btn-group .btn-outline, .bonuses-page__bonus-history-section .active-bonuses-table .action-btn-group .btn-play, .bonuses-page__bonus-history-section .active-bonuses-table .action-btn-group .btn-primary, .bonuses-page__bonus-history-section .active-bonuses-table .action-btn-group .btn-primary-transparent, .bonuses-page__bonus-history-section .active-bonuses-table .action-btn-group .btn-secondary, .bonuses-page__bonus-history-section .active-bonuses-table .action-btn-group .btn-secondary-text, .bonuses-page__bonus-history-section .active-bonuses-table .action-btn-group .btn-star, .bonuses-page__bonus-history-section .active-bonuses-table .action-btn-group .btn-transparent, .bonuses-page__bonus-history-section .active-bonuses-table .action-btn-group .btn-transparent-bordered, .bonuses-page__bonus-history-section .active-bonuses-table .action-btn-group .disable-popup-blocker__btn-link, .bonuses-page__bonus-history-section .available-bonuses-table .action-btn-group .btn, .bonuses-page__bonus-history-section .available-bonuses-table .action-btn-group .btn-action, .bonuses-page__bonus-history-section .available-bonuses-table .action-btn-group .btn-all-games, .bonuses-page__bonus-history-section .available-bonuses-table .action-btn-group .btn-danger, .bonuses-page__bonus-history-section .available-bonuses-table .action-btn-group .btn-dark, .bonuses-page__bonus-history-section .available-bonuses-table .action-btn-group .btn-default, .bonuses-page__bonus-history-section .available-bonuses-table .action-btn-group .btn-demo, .bonuses-page__bonus-history-section .available-bonuses-table .action-btn-group .btn-inverted, .bonuses-page__bonus-history-section .available-bonuses-table .action-btn-group .btn-logout, .bonuses-page__bonus-history-section .available-bonuses-table .action-btn-group .btn-outline, .bonuses-page__bonus-history-section .available-bonuses-table .action-btn-group .btn-play, .bonuses-page__bonus-history-section .available-bonuses-table .action-btn-group .btn-primary, .bonuses-page__bonus-history-section .available-bonuses-table .action-btn-group .btn-primary-transparent, .bonuses-page__bonus-history-section .available-bonuses-table .action-btn-group .btn-secondary, .bonuses-page__bonus-history-section .available-bonuses-table .action-btn-group .btn-secondary-text, .bonuses-page__bonus-history-section .available-bonuses-table .action-btn-group .btn-star, .bonuses-page__bonus-history-section .available-bonuses-table .action-btn-group .btn-transparent, .bonuses-page__bonus-history-section .available-bonuses-table .action-btn-group .btn-transparent-bordered, .bonuses-page__bonus-history-section .available-bonuses-table .action-btn-group .disable-popup-blocker__btn-link, .bonuses-page__bonus-history-section .bonus-history-table .action-btn-group .btn, .bonuses-page__bonus-history-section .bonus-history-table .action-btn-group .btn-action, .bonuses-page__bonus-history-section .bonus-history-table .action-btn-group .btn-all-games, .bonuses-page__bonus-history-section .bonus-history-table .action-btn-group .btn-danger, .bonuses-page__bonus-history-section .bonus-history-table .action-btn-group .btn-dark, .bonuses-page__bonus-history-section .bonus-history-table .action-btn-group .btn-default, .bonuses-page__bonus-history-section .bonus-history-table .action-btn-group .btn-demo, .bonuses-page__bonus-history-section .bonus-history-table .action-btn-group .btn-inverted, .bonuses-page__bonus-history-section .bonus-history-table .action-btn-group .btn-logout, .bonuses-page__bonus-history-section .bonus-history-table .action-btn-group .btn-outline, .bonuses-page__bonus-history-section .bonus-history-table .action-btn-group .btn-play, .bonuses-page__bonus-history-section .bonus-history-table .action-btn-group .btn-primary, .bonuses-page__bonus-history-section .bonus-history-table .action-btn-group .btn-primary-transparent, .bonuses-page__bonus-history-section .bonus-history-table .action-btn-group .btn-secondary, .bonuses-page__bonus-history-section .bonus-history-table .action-btn-group .btn-secondary-text, .bonuses-page__bonus-history-section .bonus-history-table .action-btn-group .btn-star, .bonuses-page__bonus-history-section .bonus-history-table .action-btn-group .btn-transparent, .bonuses-page__bonus-history-section .bonus-history-table .action-btn-group .btn-transparent-bordered, .bonuses-page__bonus-history-section .bonus-history-table .action-btn-group .disable-popup-blocker__btn-link {
    min-width: 94px
}

@media screen and (min-width: 812px) {
    .bonuses-page__active-bonuses-section .active-bonuses-table .action-btn-group .btn, .bonuses-page__active-bonuses-section .active-bonuses-table .action-btn-group .btn-action, .bonuses-page__active-bonuses-section .active-bonuses-table .action-btn-group .btn-all-games, .bonuses-page__active-bonuses-section .active-bonuses-table .action-btn-group .btn-danger, .bonuses-page__active-bonuses-section .active-bonuses-table .action-btn-group .btn-dark, .bonuses-page__active-bonuses-section .active-bonuses-table .action-btn-group .btn-default, .bonuses-page__active-bonuses-section .active-bonuses-table .action-btn-group .btn-demo, .bonuses-page__active-bonuses-section .active-bonuses-table .action-btn-group .btn-inverted, .bonuses-page__active-bonuses-section .active-bonuses-table .action-btn-group .btn-logout, .bonuses-page__active-bonuses-section .active-bonuses-table .action-btn-group .btn-outline, .bonuses-page__active-bonuses-section .active-bonuses-table .action-btn-group .btn-play, .bonuses-page__active-bonuses-section .active-bonuses-table .action-btn-group .btn-primary, .bonuses-page__active-bonuses-section .active-bonuses-table .action-btn-group .btn-primary-transparent, .bonuses-page__active-bonuses-section .active-bonuses-table .action-btn-group .btn-secondary, .bonuses-page__active-bonuses-section .active-bonuses-table .action-btn-group .btn-secondary-text, .bonuses-page__active-bonuses-section .active-bonuses-table .action-btn-group .btn-star, .bonuses-page__active-bonuses-section .active-bonuses-table .action-btn-group .btn-transparent, .bonuses-page__active-bonuses-section .active-bonuses-table .action-btn-group .btn-transparent-bordered, .bonuses-page__active-bonuses-section .active-bonuses-table .action-btn-group .disable-popup-blocker__btn-link, .bonuses-page__active-bonuses-section .available-bonuses-table .action-btn-group .btn, .bonuses-page__active-bonuses-section .available-bonuses-table .action-btn-group .btn-action, .bonuses-page__active-bonuses-section .available-bonuses-table .action-btn-group .btn-all-games, .bonuses-page__active-bonuses-section .available-bonuses-table .action-btn-group .btn-danger, .bonuses-page__active-bonuses-section .available-bonuses-table .action-btn-group .btn-dark, .bonuses-page__active-bonuses-section .available-bonuses-table .action-btn-group .btn-default, .bonuses-page__active-bonuses-section .available-bonuses-table .action-btn-group .btn-demo, .bonuses-page__active-bonuses-section .available-bonuses-table .action-btn-group .btn-inverted, .bonuses-page__active-bonuses-section .available-bonuses-table .action-btn-group .btn-logout, .bonuses-page__active-bonuses-section .available-bonuses-table .action-btn-group .btn-outline, .bonuses-page__active-bonuses-section .available-bonuses-table .action-btn-group .btn-play, .bonuses-page__active-bonuses-section .available-bonuses-table .action-btn-group .btn-primary, .bonuses-page__active-bonuses-section .available-bonuses-table .action-btn-group .btn-primary-transparent, .bonuses-page__active-bonuses-section .available-bonuses-table .action-btn-group .btn-secondary, .bonuses-page__active-bonuses-section .available-bonuses-table .action-btn-group .btn-secondary-text, .bonuses-page__active-bonuses-section .available-bonuses-table .action-btn-group .btn-star, .bonuses-page__active-bonuses-section .available-bonuses-table .action-btn-group .btn-transparent, .bonuses-page__active-bonuses-section .available-bonuses-table .action-btn-group .btn-transparent-bordered, .bonuses-page__active-bonuses-section .available-bonuses-table .action-btn-group .disable-popup-blocker__btn-link, .bonuses-page__active-bonuses-section .bonus-history-table .action-btn-group .btn, .bonuses-page__active-bonuses-section .bonus-history-table .action-btn-group .btn-action, .bonuses-page__active-bonuses-section .bonus-history-table .action-btn-group .btn-all-games, .bonuses-page__active-bonuses-section .bonus-history-table .action-btn-group .btn-danger, .bonuses-page__active-bonuses-section .bonus-history-table .action-btn-group .btn-dark, .bonuses-page__active-bonuses-section .bonus-history-table .action-btn-group .btn-default, .bonuses-page__active-bonuses-section .bonus-history-table .action-btn-group .btn-demo, .bonuses-page__active-bonuses-section .bonus-history-table .action-btn-group .btn-inverted, .bonuses-page__active-bonuses-section .bonus-history-table .action-btn-group .btn-logout, .bonuses-page__active-bonuses-section .bonus-history-table .action-btn-group .btn-outline, .bonuses-page__active-bonuses-section .bonus-history-table .action-btn-group .btn-play, .bonuses-page__active-bonuses-section .bonus-history-table .action-btn-group .btn-primary, .bonuses-page__active-bonuses-section .bonus-history-table .action-btn-group .btn-primary-transparent, .bonuses-page__active-bonuses-section .bonus-history-table .action-btn-group .btn-secondary, .bonuses-page__active-bonuses-section .bonus-history-table .action-btn-group .btn-secondary-text, .bonuses-page__active-bonuses-section .bonus-history-table .action-btn-group .btn-star, .bonuses-page__active-bonuses-section .bonus-history-table .action-btn-group .btn-transparent, .bonuses-page__active-bonuses-section .bonus-history-table .action-btn-group .btn-transparent-bordered, .bonuses-page__active-bonuses-section .bonus-history-table .action-btn-group .disable-popup-blocker__btn-link, .bonuses-page__available-bonuses-section .active-bonuses-table .action-btn-group .btn, .bonuses-page__available-bonuses-section .active-bonuses-table .action-btn-group .btn-action, .bonuses-page__available-bonuses-section .active-bonuses-table .action-btn-group .btn-all-games, .bonuses-page__available-bonuses-section .active-bonuses-table .action-btn-group .btn-danger, .bonuses-page__available-bonuses-section .active-bonuses-table .action-btn-group .btn-dark, .bonuses-page__available-bonuses-section .active-bonuses-table .action-btn-group .btn-default, .bonuses-page__available-bonuses-section .active-bonuses-table .action-btn-group .btn-demo, .bonuses-page__available-bonuses-section .active-bonuses-table .action-btn-group .btn-inverted, .bonuses-page__available-bonuses-section .active-bonuses-table .action-btn-group .btn-logout, .bonuses-page__available-bonuses-section .active-bonuses-table .action-btn-group .btn-outline, .bonuses-page__available-bonuses-section .active-bonuses-table .action-btn-group .btn-play, .bonuses-page__available-bonuses-section .active-bonuses-table .action-btn-group .btn-primary, .bonuses-page__available-bonuses-section .active-bonuses-table .action-btn-group .btn-primary-transparent, .bonuses-page__available-bonuses-section .active-bonuses-table .action-btn-group .btn-secondary, .bonuses-page__available-bonuses-section .active-bonuses-table .action-btn-group .btn-secondary-text, .bonuses-page__available-bonuses-section .active-bonuses-table .action-btn-group .btn-star, .bonuses-page__available-bonuses-section .active-bonuses-table .action-btn-group .btn-transparent, .bonuses-page__available-bonuses-section .active-bonuses-table .action-btn-group .btn-transparent-bordered, .bonuses-page__available-bonuses-section .active-bonuses-table .action-btn-group .disable-popup-blocker__btn-link, .bonuses-page__available-bonuses-section .available-bonuses-table .action-btn-group .btn, .bonuses-page__available-bonuses-section .available-bonuses-table .action-btn-group .btn-action, .bonuses-page__available-bonuses-section .available-bonuses-table .action-btn-group .btn-all-games, .bonuses-page__available-bonuses-section .available-bonuses-table .action-btn-group .btn-danger, .bonuses-page__available-bonuses-section .available-bonuses-table .action-btn-group .btn-dark, .bonuses-page__available-bonuses-section .available-bonuses-table .action-btn-group .btn-default, .bonuses-page__available-bonuses-section .available-bonuses-table .action-btn-group .btn-demo, .bonuses-page__available-bonuses-section .available-bonuses-table .action-btn-group .btn-inverted, .bonuses-page__available-bonuses-section .available-bonuses-table .action-btn-group .btn-logout, .bonuses-page__available-bonuses-section .available-bonuses-table .action-btn-group .btn-outline, .bonuses-page__available-bonuses-section .available-bonuses-table .action-btn-group .btn-play, .bonuses-page__available-bonuses-section .available-bonuses-table .action-btn-group .btn-primary, .bonuses-page__available-bonuses-section .available-bonuses-table .action-btn-group .btn-primary-transparent, .bonuses-page__available-bonuses-section .available-bonuses-table .action-btn-group .btn-secondary, .bonuses-page__available-bonuses-section .available-bonuses-table .action-btn-group .btn-secondary-text, .bonuses-page__available-bonuses-section .available-bonuses-table .action-btn-group .btn-star, .bonuses-page__available-bonuses-section .available-bonuses-table .action-btn-group .btn-transparent, .bonuses-page__available-bonuses-section .available-bonuses-table .action-btn-group .btn-transparent-bordered, .bonuses-page__available-bonuses-section .available-bonuses-table .action-btn-group .disable-popup-blocker__btn-link, .bonuses-page__available-bonuses-section .bonus-history-table .action-btn-group .btn, .bonuses-page__available-bonuses-section .bonus-history-table .action-btn-group .btn-action, .bonuses-page__available-bonuses-section .bonus-history-table .action-btn-group .btn-all-games, .bonuses-page__available-bonuses-section .bonus-history-table .action-btn-group .btn-danger, .bonuses-page__available-bonuses-section .bonus-history-table .action-btn-group .btn-dark, .bonuses-page__available-bonuses-section .bonus-history-table .action-btn-group .btn-default, .bonuses-page__available-bonuses-section .bonus-history-table .action-btn-group .btn-demo, .bonuses-page__available-bonuses-section .bonus-history-table .action-btn-group .btn-inverted, .bonuses-page__available-bonuses-section .bonus-history-table .action-btn-group .btn-logout, .bonuses-page__available-bonuses-section .bonus-history-table .action-btn-group .btn-outline, .bonuses-page__available-bonuses-section .bonus-history-table .action-btn-group .btn-play, .bonuses-page__available-bonuses-section .bonus-history-table .action-btn-group .btn-primary, .bonuses-page__available-bonuses-section .bonus-history-table .action-btn-group .btn-primary-transparent, .bonuses-page__available-bonuses-section .bonus-history-table .action-btn-group .btn-secondary, .bonuses-page__available-bonuses-section .bonus-history-table .action-btn-group .btn-secondary-text, .bonuses-page__available-bonuses-section .bonus-history-table .action-btn-group .btn-star, .bonuses-page__available-bonuses-section .bonus-history-table .action-btn-group .btn-transparent, .bonuses-page__available-bonuses-section .bonus-history-table .action-btn-group .btn-transparent-bordered, .bonuses-page__available-bonuses-section .bonus-history-table .action-btn-group .disable-popup-blocker__btn-link, .bonuses-page__bonus-history-section .active-bonuses-table .action-btn-group .btn, .bonuses-page__bonus-history-section .active-bonuses-table .action-btn-group .btn-action, .bonuses-page__bonus-history-section .active-bonuses-table .action-btn-group .btn-all-games, .bonuses-page__bonus-history-section .active-bonuses-table .action-btn-group .btn-danger, .bonuses-page__bonus-history-section .active-bonuses-table .action-btn-group .btn-dark, .bonuses-page__bonus-history-section .active-bonuses-table .action-btn-group .btn-default, .bonuses-page__bonus-history-section .active-bonuses-table .action-btn-group .btn-demo, .bonuses-page__bonus-history-section .active-bonuses-table .action-btn-group .btn-inverted, .bonuses-page__bonus-history-section .active-bonuses-table .action-btn-group .btn-logout, .bonuses-page__bonus-history-section .active-bonuses-table .action-btn-group .btn-outline, .bonuses-page__bonus-history-section .active-bonuses-table .action-btn-group .btn-play, .bonuses-page__bonus-history-section .active-bonuses-table .action-btn-group .btn-primary, .bonuses-page__bonus-history-section .active-bonuses-table .action-btn-group .btn-primary-transparent, .bonuses-page__bonus-history-section .active-bonuses-table .action-btn-group .btn-secondary, .bonuses-page__bonus-history-section .active-bonuses-table .action-btn-group .btn-secondary-text, .bonuses-page__bonus-history-section .active-bonuses-table .action-btn-group .btn-star, .bonuses-page__bonus-history-section .active-bonuses-table .action-btn-group .btn-transparent, .bonuses-page__bonus-history-section .active-bonuses-table .action-btn-group .btn-transparent-bordered, .bonuses-page__bonus-history-section .active-bonuses-table .action-btn-group .disable-popup-blocker__btn-link, .bonuses-page__bonus-history-section .available-bonuses-table .action-btn-group .btn, .bonuses-page__bonus-history-section .available-bonuses-table .action-btn-group .btn-action, .bonuses-page__bonus-history-section .available-bonuses-table .action-btn-group .btn-all-games, .bonuses-page__bonus-history-section .available-bonuses-table .action-btn-group .btn-danger, .bonuses-page__bonus-history-section .available-bonuses-table .action-btn-group .btn-dark, .bonuses-page__bonus-history-section .available-bonuses-table .action-btn-group .btn-default, .bonuses-page__bonus-history-section .available-bonuses-table .action-btn-group .btn-demo, .bonuses-page__bonus-history-section .available-bonuses-table .action-btn-group .btn-inverted, .bonuses-page__bonus-history-section .available-bonuses-table .action-btn-group .btn-logout, .bonuses-page__bonus-history-section .available-bonuses-table .action-btn-group .btn-outline, .bonuses-page__bonus-history-section .available-bonuses-table .action-btn-group .btn-play, .bonuses-page__bonus-history-section .available-bonuses-table .action-btn-group .btn-primary, .bonuses-page__bonus-history-section .available-bonuses-table .action-btn-group .btn-primary-transparent, .bonuses-page__bonus-history-section .available-bonuses-table .action-btn-group .btn-secondary, .bonuses-page__bonus-history-section .available-bonuses-table .action-btn-group .btn-secondary-text, .bonuses-page__bonus-history-section .available-bonuses-table .action-btn-group .btn-star, .bonuses-page__bonus-history-section .available-bonuses-table .action-btn-group .btn-transparent, .bonuses-page__bonus-history-section .available-bonuses-table .action-btn-group .btn-transparent-bordered, .bonuses-page__bonus-history-section .available-bonuses-table .action-btn-group .disable-popup-blocker__btn-link, .bonuses-page__bonus-history-section .bonus-history-table .action-btn-group .btn, .bonuses-page__bonus-history-section .bonus-history-table .action-btn-group .btn-action, .bonuses-page__bonus-history-section .bonus-history-table .action-btn-group .btn-all-games, .bonuses-page__bonus-history-section .bonus-history-table .action-btn-group .btn-danger, .bonuses-page__bonus-history-section .bonus-history-table .action-btn-group .btn-dark, .bonuses-page__bonus-history-section .bonus-history-table .action-btn-group .btn-default, .bonuses-page__bonus-history-section .bonus-history-table .action-btn-group .btn-demo, .bonuses-page__bonus-history-section .bonus-history-table .action-btn-group .btn-inverted, .bonuses-page__bonus-history-section .bonus-history-table .action-btn-group .btn-logout, .bonuses-page__bonus-history-section .bonus-history-table .action-btn-group .btn-outline, .bonuses-page__bonus-history-section .bonus-history-table .action-btn-group .btn-play, .bonuses-page__bonus-history-section .bonus-history-table .action-btn-group .btn-primary, .bonuses-page__bonus-history-section .bonus-history-table .action-btn-group .btn-primary-transparent, .bonuses-page__bonus-history-section .bonus-history-table .action-btn-group .btn-secondary, .bonuses-page__bonus-history-section .bonus-history-table .action-btn-group .btn-secondary-text, .bonuses-page__bonus-history-section .bonus-history-table .action-btn-group .btn-star, .bonuses-page__bonus-history-section .bonus-history-table .action-btn-group .btn-transparent, .bonuses-page__bonus-history-section .bonus-history-table .action-btn-group .btn-transparent-bordered, .bonuses-page__bonus-history-section .bonus-history-table .action-btn-group .disable-popup-blocker__btn-link {
        padding: 12px 19px
    }
}

.bonuses-page__active-bonuses-section .active-bonuses-table__empty, .bonuses-page__active-bonuses-section .available-bonuses-table__empty, .bonuses-page__active-bonuses-section .bonus-history-table__empty, .bonuses-page__available-bonuses-section .active-bonuses-table__empty, .bonuses-page__available-bonuses-section .available-bonuses-table__empty, .bonuses-page__available-bonuses-section .bonus-history-table__empty, .bonuses-page__bonus-history-section .active-bonuses-table__empty, .bonuses-page__bonus-history-section .available-bonuses-table__empty, .bonuses-page__bonus-history-section .bonus-history-table__empty {
    width: 100%;
    text-align: center;
    border-radius: 0 0 17px 17px;
    padding: 24px 0;
    font-size: 15px;
    color: #1c4f5b;
    background: #fff
}

@media (max-width: 812px) {
    .bonuses-page__active-bonuses-section .active-bonuses-table__empty, .bonuses-page__active-bonuses-section .available-bonuses-table__empty, .bonuses-page__active-bonuses-section .bonus-history-table__empty, .bonuses-page__available-bonuses-section .active-bonuses-table__empty, .bonuses-page__available-bonuses-section .available-bonuses-table__empty, .bonuses-page__available-bonuses-section .bonus-history-table__empty, .bonuses-page__bonus-history-section .active-bonuses-table__empty, .bonuses-page__bonus-history-section .available-bonuses-table__empty, .bonuses-page__bonus-history-section .bonus-history-table__empty {
        font-weight: 500;
        font-size: 13px;
        border-radius: 17px;
        background: #fff
    }
}

@media (max-width: 812px) {
    .bonuses-page__active-bonuses-section .bonus-history-table, .bonuses-page__available-bonuses-section .bonus-history-table, .bonuses-page__bonus-history-section .bonus-history-table {
        margin-bottom: 25px
    }

    .bonuses-page__active-bonuses-section .active-bonuses-table .table-item__row .table-item__column:last-child, .bonuses-page__active-bonuses-section .available-bonuses-table .table-item__row .table-item__column:last-child, .bonuses-page__active-bonuses-section .bonus-history-table .table-item__row .table-item__column:last-child, .bonuses-page__available-bonuses-section .active-bonuses-table .table-item__row .table-item__column:last-child, .bonuses-page__available-bonuses-section .available-bonuses-table .table-item__row .table-item__column:last-child, .bonuses-page__available-bonuses-section .bonus-history-table .table-item__row .table-item__column:last-child, .bonuses-page__bonus-history-section .active-bonuses-table .table-item__row .table-item__column:last-child, .bonuses-page__bonus-history-section .available-bonuses-table .table-item__row .table-item__column:last-child, .bonuses-page__bonus-history-section .bonus-history-table .table-item__row .table-item__column:last-child {
        position: relative
    }

    .bonuses-page__active-bonuses-section .active-bonuses-table .table-item__row .table-item__column-value .active-value, .bonuses-page__active-bonuses-section .available-bonuses-table .table-item__row .table-item__column-value .active-value, .bonuses-page__active-bonuses-section .bonus-history-table .table-item__row .table-item__column-value .active-value, .bonuses-page__available-bonuses-section .active-bonuses-table .table-item__row .table-item__column-value .active-value, .bonuses-page__available-bonuses-section .available-bonuses-table .table-item__row .table-item__column-value .active-value, .bonuses-page__available-bonuses-section .bonus-history-table .table-item__row .table-item__column-value .active-value, .bonuses-page__bonus-history-section .active-bonuses-table .table-item__row .table-item__column-value .active-value, .bonuses-page__bonus-history-section .available-bonuses-table .table-item__row .table-item__column-value .active-value, .bonuses-page__bonus-history-section .bonus-history-table .table-item__row .table-item__column-value .active-value {
        width: 62%
    }

    .bonuses-page__active-bonuses-section .active-bonuses-table .action-btn-group, .bonuses-page__active-bonuses-section .available-bonuses-table .action-btn-group, .bonuses-page__active-bonuses-section .bonus-history-table .action-btn-group, .bonuses-page__available-bonuses-section .active-bonuses-table .action-btn-group, .bonuses-page__available-bonuses-section .available-bonuses-table .action-btn-group, .bonuses-page__available-bonuses-section .bonus-history-table .action-btn-group, .bonuses-page__bonus-history-section .active-bonuses-table .action-btn-group, .bonuses-page__bonus-history-section .available-bonuses-table .action-btn-group, .bonuses-page__bonus-history-section .bonus-history-table .action-btn-group {
        text-align: center;
        flex-direction: column
    }

    .bonuses-page__active-bonuses-section .active-bonuses-table .action-btn-group .btn, .bonuses-page__active-bonuses-section .active-bonuses-table .action-btn-group .btn-action, .bonuses-page__active-bonuses-section .active-bonuses-table .action-btn-group .btn-all-games, .bonuses-page__active-bonuses-section .active-bonuses-table .action-btn-group .btn-danger, .bonuses-page__active-bonuses-section .active-bonuses-table .action-btn-group .btn-dark, .bonuses-page__active-bonuses-section .active-bonuses-table .action-btn-group .btn-default, .bonuses-page__active-bonuses-section .active-bonuses-table .action-btn-group .btn-demo, .bonuses-page__active-bonuses-section .active-bonuses-table .action-btn-group .btn-inverted, .bonuses-page__active-bonuses-section .active-bonuses-table .action-btn-group .btn-logout, .bonuses-page__active-bonuses-section .active-bonuses-table .action-btn-group .btn-outline, .bonuses-page__active-bonuses-section .active-bonuses-table .action-btn-group .btn-play, .bonuses-page__active-bonuses-section .active-bonuses-table .action-btn-group .btn-primary, .bonuses-page__active-bonuses-section .active-bonuses-table .action-btn-group .btn-primary-transparent, .bonuses-page__active-bonuses-section .active-bonuses-table .action-btn-group .btn-secondary, .bonuses-page__active-bonuses-section .active-bonuses-table .action-btn-group .btn-secondary-text, .bonuses-page__active-bonuses-section .active-bonuses-table .action-btn-group .btn-star, .bonuses-page__active-bonuses-section .active-bonuses-table .action-btn-group .btn-transparent, .bonuses-page__active-bonuses-section .active-bonuses-table .action-btn-group .btn-transparent-bordered, .bonuses-page__active-bonuses-section .active-bonuses-table .action-btn-group .disable-popup-blocker__btn-link, .bonuses-page__active-bonuses-section .available-bonuses-table .action-btn-group .btn, .bonuses-page__active-bonuses-section .available-bonuses-table .action-btn-group .btn-action, .bonuses-page__active-bonuses-section .available-bonuses-table .action-btn-group .btn-all-games, .bonuses-page__active-bonuses-section .available-bonuses-table .action-btn-group .btn-danger, .bonuses-page__active-bonuses-section .available-bonuses-table .action-btn-group .btn-dark, .bonuses-page__active-bonuses-section .available-bonuses-table .action-btn-group .btn-default, .bonuses-page__active-bonuses-section .available-bonuses-table .action-btn-group .btn-demo, .bonuses-page__active-bonuses-section .available-bonuses-table .action-btn-group .btn-inverted, .bonuses-page__active-bonuses-section .available-bonuses-table .action-btn-group .btn-logout, .bonuses-page__active-bonuses-section .available-bonuses-table .action-btn-group .btn-outline, .bonuses-page__active-bonuses-section .available-bonuses-table .action-btn-group .btn-play, .bonuses-page__active-bonuses-section .available-bonuses-table .action-btn-group .btn-primary, .bonuses-page__active-bonuses-section .available-bonuses-table .action-btn-group .btn-primary-transparent, .bonuses-page__active-bonuses-section .available-bonuses-table .action-btn-group .btn-secondary, .bonuses-page__active-bonuses-section .available-bonuses-table .action-btn-group .btn-secondary-text, .bonuses-page__active-bonuses-section .available-bonuses-table .action-btn-group .btn-star, .bonuses-page__active-bonuses-section .available-bonuses-table .action-btn-group .btn-transparent, .bonuses-page__active-bonuses-section .available-bonuses-table .action-btn-group .btn-transparent-bordered, .bonuses-page__active-bonuses-section .available-bonuses-table .action-btn-group .disable-popup-blocker__btn-link, .bonuses-page__active-bonuses-section .bonus-history-table .action-btn-group .btn, .bonuses-page__active-bonuses-section .bonus-history-table .action-btn-group .btn-action, .bonuses-page__active-bonuses-section .bonus-history-table .action-btn-group .btn-all-games, .bonuses-page__active-bonuses-section .bonus-history-table .action-btn-group .btn-danger, .bonuses-page__active-bonuses-section .bonus-history-table .action-btn-group .btn-dark, .bonuses-page__active-bonuses-section .bonus-history-table .action-btn-group .btn-default, .bonuses-page__active-bonuses-section .bonus-history-table .action-btn-group .btn-demo, .bonuses-page__active-bonuses-section .bonus-history-table .action-btn-group .btn-inverted, .bonuses-page__active-bonuses-section .bonus-history-table .action-btn-group .btn-logout, .bonuses-page__active-bonuses-section .bonus-history-table .action-btn-group .btn-outline, .bonuses-page__active-bonuses-section .bonus-history-table .action-btn-group .btn-play, .bonuses-page__active-bonuses-section .bonus-history-table .action-btn-group .btn-primary, .bonuses-page__active-bonuses-section .bonus-history-table .action-btn-group .btn-primary-transparent, .bonuses-page__active-bonuses-section .bonus-history-table .action-btn-group .btn-secondary, .bonuses-page__active-bonuses-section .bonus-history-table .action-btn-group .btn-secondary-text, .bonuses-page__active-bonuses-section .bonus-history-table .action-btn-group .btn-star, .bonuses-page__active-bonuses-section .bonus-history-table .action-btn-group .btn-transparent, .bonuses-page__active-bonuses-section .bonus-history-table .action-btn-group .btn-transparent-bordered, .bonuses-page__active-bonuses-section .bonus-history-table .action-btn-group .disable-popup-blocker__btn-link, .bonuses-page__available-bonuses-section .active-bonuses-table .action-btn-group .btn, .bonuses-page__available-bonuses-section .active-bonuses-table .action-btn-group .btn-action, .bonuses-page__available-bonuses-section .active-bonuses-table .action-btn-group .btn-all-games, .bonuses-page__available-bonuses-section .active-bonuses-table .action-btn-group .btn-danger, .bonuses-page__available-bonuses-section .active-bonuses-table .action-btn-group .btn-dark, .bonuses-page__available-bonuses-section .active-bonuses-table .action-btn-group .btn-default, .bonuses-page__available-bonuses-section .active-bonuses-table .action-btn-group .btn-demo, .bonuses-page__available-bonuses-section .active-bonuses-table .action-btn-group .btn-inverted, .bonuses-page__available-bonuses-section .active-bonuses-table .action-btn-group .btn-logout, .bonuses-page__available-bonuses-section .active-bonuses-table .action-btn-group .btn-outline, .bonuses-page__available-bonuses-section .active-bonuses-table .action-btn-group .btn-play, .bonuses-page__available-bonuses-section .active-bonuses-table .action-btn-group .btn-primary, .bonuses-page__available-bonuses-section .active-bonuses-table .action-btn-group .btn-primary-transparent, .bonuses-page__available-bonuses-section .active-bonuses-table .action-btn-group .btn-secondary, .bonuses-page__available-bonuses-section .active-bonuses-table .action-btn-group .btn-secondary-text, .bonuses-page__available-bonuses-section .active-bonuses-table .action-btn-group .btn-star, .bonuses-page__available-bonuses-section .active-bonuses-table .action-btn-group .btn-transparent, .bonuses-page__available-bonuses-section .active-bonuses-table .action-btn-group .btn-transparent-bordered, .bonuses-page__available-bonuses-section .active-bonuses-table .action-btn-group .disable-popup-blocker__btn-link, .bonuses-page__available-bonuses-section .available-bonuses-table .action-btn-group .btn, .bonuses-page__available-bonuses-section .available-bonuses-table .action-btn-group .btn-action, .bonuses-page__available-bonuses-section .available-bonuses-table .action-btn-group .btn-all-games, .bonuses-page__available-bonuses-section .available-bonuses-table .action-btn-group .btn-danger, .bonuses-page__available-bonuses-section .available-bonuses-table .action-btn-group .btn-dark, .bonuses-page__available-bonuses-section .available-bonuses-table .action-btn-group .btn-default, .bonuses-page__available-bonuses-section .available-bonuses-table .action-btn-group .btn-demo, .bonuses-page__available-bonuses-section .available-bonuses-table .action-btn-group .btn-inverted, .bonuses-page__available-bonuses-section .available-bonuses-table .action-btn-group .btn-logout, .bonuses-page__available-bonuses-section .available-bonuses-table .action-btn-group .btn-outline, .bonuses-page__available-bonuses-section .available-bonuses-table .action-btn-group .btn-play, .bonuses-page__available-bonuses-section .available-bonuses-table .action-btn-group .btn-primary, .bonuses-page__available-bonuses-section .available-bonuses-table .action-btn-group .btn-primary-transparent, .bonuses-page__available-bonuses-section .available-bonuses-table .action-btn-group .btn-secondary, .bonuses-page__available-bonuses-section .available-bonuses-table .action-btn-group .btn-secondary-text, .bonuses-page__available-bonuses-section .available-bonuses-table .action-btn-group .btn-star, .bonuses-page__available-bonuses-section .available-bonuses-table .action-btn-group .btn-transparent, .bonuses-page__available-bonuses-section .available-bonuses-table .action-btn-group .btn-transparent-bordered, .bonuses-page__available-bonuses-section .available-bonuses-table .action-btn-group .disable-popup-blocker__btn-link, .bonuses-page__available-bonuses-section .bonus-history-table .action-btn-group .btn, .bonuses-page__available-bonuses-section .bonus-history-table .action-btn-group .btn-action, .bonuses-page__available-bonuses-section .bonus-history-table .action-btn-group .btn-all-games, .bonuses-page__available-bonuses-section .bonus-history-table .action-btn-group .btn-danger, .bonuses-page__available-bonuses-section .bonus-history-table .action-btn-group .btn-dark, .bonuses-page__available-bonuses-section .bonus-history-table .action-btn-group .btn-default, .bonuses-page__available-bonuses-section .bonus-history-table .action-btn-group .btn-demo, .bonuses-page__available-bonuses-section .bonus-history-table .action-btn-group .btn-inverted, .bonuses-page__available-bonuses-section .bonus-history-table .action-btn-group .btn-logout, .bonuses-page__available-bonuses-section .bonus-history-table .action-btn-group .btn-outline, .bonuses-page__available-bonuses-section .bonus-history-table .action-btn-group .btn-play, .bonuses-page__available-bonuses-section .bonus-history-table .action-btn-group .btn-primary, .bonuses-page__available-bonuses-section .bonus-history-table .action-btn-group .btn-primary-transparent, .bonuses-page__available-bonuses-section .bonus-history-table .action-btn-group .btn-secondary, .bonuses-page__available-bonuses-section .bonus-history-table .action-btn-group .btn-secondary-text, .bonuses-page__available-bonuses-section .bonus-history-table .action-btn-group .btn-star, .bonuses-page__available-bonuses-section .bonus-history-table .action-btn-group .btn-transparent, .bonuses-page__available-bonuses-section .bonus-history-table .action-btn-group .btn-transparent-bordered, .bonuses-page__available-bonuses-section .bonus-history-table .action-btn-group .disable-popup-blocker__btn-link, .bonuses-page__bonus-history-section .active-bonuses-table .action-btn-group .btn, .bonuses-page__bonus-history-section .active-bonuses-table .action-btn-group .btn-action, .bonuses-page__bonus-history-section .active-bonuses-table .action-btn-group .btn-all-games, .bonuses-page__bonus-history-section .active-bonuses-table .action-btn-group .btn-danger, .bonuses-page__bonus-history-section .active-bonuses-table .action-btn-group .btn-dark, .bonuses-page__bonus-history-section .active-bonuses-table .action-btn-group .btn-default, .bonuses-page__bonus-history-section .active-bonuses-table .action-btn-group .btn-demo, .bonuses-page__bonus-history-section .active-bonuses-table .action-btn-group .btn-inverted, .bonuses-page__bonus-history-section .active-bonuses-table .action-btn-group .btn-logout, .bonuses-page__bonus-history-section .active-bonuses-table .action-btn-group .btn-outline, .bonuses-page__bonus-history-section .active-bonuses-table .action-btn-group .btn-play, .bonuses-page__bonus-history-section .active-bonuses-table .action-btn-group .btn-primary, .bonuses-page__bonus-history-section .active-bonuses-table .action-btn-group .btn-primary-transparent, .bonuses-page__bonus-history-section .active-bonuses-table .action-btn-group .btn-secondary, .bonuses-page__bonus-history-section .active-bonuses-table .action-btn-group .btn-secondary-text, .bonuses-page__bonus-history-section .active-bonuses-table .action-btn-group .btn-star, .bonuses-page__bonus-history-section .active-bonuses-table .action-btn-group .btn-transparent, .bonuses-page__bonus-history-section .active-bonuses-table .action-btn-group .btn-transparent-bordered, .bonuses-page__bonus-history-section .active-bonuses-table .action-btn-group .disable-popup-blocker__btn-link, .bonuses-page__bonus-history-section .available-bonuses-table .action-btn-group .btn, .bonuses-page__bonus-history-section .available-bonuses-table .action-btn-group .btn-action, .bonuses-page__bonus-history-section .available-bonuses-table .action-btn-group .btn-all-games, .bonuses-page__bonus-history-section .available-bonuses-table .action-btn-group .btn-danger, .bonuses-page__bonus-history-section .available-bonuses-table .action-btn-group .btn-dark, .bonuses-page__bonus-history-section .available-bonuses-table .action-btn-group .btn-default, .bonuses-page__bonus-history-section .available-bonuses-table .action-btn-group .btn-demo, .bonuses-page__bonus-history-section .available-bonuses-table .action-btn-group .btn-inverted, .bonuses-page__bonus-history-section .available-bonuses-table .action-btn-group .btn-logout, .bonuses-page__bonus-history-section .available-bonuses-table .action-btn-group .btn-outline, .bonuses-page__bonus-history-section .available-bonuses-table .action-btn-group .btn-play, .bonuses-page__bonus-history-section .available-bonuses-table .action-btn-group .btn-primary, .bonuses-page__bonus-history-section .available-bonuses-table .action-btn-group .btn-primary-transparent, .bonuses-page__bonus-history-section .available-bonuses-table .action-btn-group .btn-secondary, .bonuses-page__bonus-history-section .available-bonuses-table .action-btn-group .btn-secondary-text, .bonuses-page__bonus-history-section .available-bonuses-table .action-btn-group .btn-star, .bonuses-page__bonus-history-section .available-bonuses-table .action-btn-group .btn-transparent, .bonuses-page__bonus-history-section .available-bonuses-table .action-btn-group .btn-transparent-bordered, .bonuses-page__bonus-history-section .available-bonuses-table .action-btn-group .disable-popup-blocker__btn-link, .bonuses-page__bonus-history-section .bonus-history-table .action-btn-group .btn, .bonuses-page__bonus-history-section .bonus-history-table .action-btn-group .btn-action, .bonuses-page__bonus-history-section .bonus-history-table .action-btn-group .btn-all-games, .bonuses-page__bonus-history-section .bonus-history-table .action-btn-group .btn-danger, .bonuses-page__bonus-history-section .bonus-history-table .action-btn-group .btn-dark, .bonuses-page__bonus-history-section .bonus-history-table .action-btn-group .btn-default, .bonuses-page__bonus-history-section .bonus-history-table .action-btn-group .btn-demo, .bonuses-page__bonus-history-section .bonus-history-table .action-btn-group .btn-inverted, .bonuses-page__bonus-history-section .bonus-history-table .action-btn-group .btn-logout, .bonuses-page__bonus-history-section .bonus-history-table .action-btn-group .btn-outline, .bonuses-page__bonus-history-section .bonus-history-table .action-btn-group .btn-play, .bonuses-page__bonus-history-section .bonus-history-table .action-btn-group .btn-primary, .bonuses-page__bonus-history-section .bonus-history-table .action-btn-group .btn-primary-transparent, .bonuses-page__bonus-history-section .bonus-history-table .action-btn-group .btn-secondary, .bonuses-page__bonus-history-section .bonus-history-table .action-btn-group .btn-secondary-text, .bonuses-page__bonus-history-section .bonus-history-table .action-btn-group .btn-star, .bonuses-page__bonus-history-section .bonus-history-table .action-btn-group .btn-transparent, .bonuses-page__bonus-history-section .bonus-history-table .action-btn-group .btn-transparent-bordered, .bonuses-page__bonus-history-section .bonus-history-table .action-btn-group .disable-popup-blocker__btn-link {
        position: absolute;
        top: 0;
        right: 0
    }

    .bonuses-page__active-bonuses-section .active-bonuses-table .action-btn-group .table-btn-play, .bonuses-page__active-bonuses-section .available-bonuses-table .action-btn-group .table-btn-play, .bonuses-page__active-bonuses-section .bonus-history-table .action-btn-group .table-btn-play, .bonuses-page__available-bonuses-section .active-bonuses-table .action-btn-group .table-btn-play, .bonuses-page__available-bonuses-section .available-bonuses-table .action-btn-group .table-btn-play, .bonuses-page__available-bonuses-section .bonus-history-table .action-btn-group .table-btn-play, .bonuses-page__bonus-history-section .active-bonuses-table .action-btn-group .table-btn-play, .bonuses-page__bonus-history-section .available-bonuses-table .action-btn-group .table-btn-play, .bonuses-page__bonus-history-section .bonus-history-table .action-btn-group .table-btn-play {
        margin-bottom: 5px
    }
}

.bonuses-page__bonus-history-section-btn {
    display: flex;
    justify-content: center;
    padding-top: 20px
}

@media (max-width: 812px) {
    .bonuses-page .bonus-request-history-table.table .table-item__row {
        grid-gap: 0;
        grid-template-areas:"date date date status status" "type type type type type" "comment comment comment comment comment" "action action action action action"
    }

    .bonuses-page .bonus-request-history-table.table .table-item__column:first-child {
        grid-area: type
    }

    .bonuses-page .bonus-request-history-table.table .table-item__column:nth-child(2) {
        grid-area: comment
    }

    .bonuses-page .bonus-request-history-table.table .table-item__column:nth-child(3) {
        grid-area: status
    }

    .bonuses-page .bonus-request-history-table.table .table-item__column:nth-child(4) {
        grid-area: date
    }

    .bonuses-page .bonus-request-history-table.table .table-item__column:nth-child(5) {
        grid-area: action
    }

    .bonuses-page .table .table-item__row {
        flex-direction: unset;
        display: grid;
        grid-gap: 15px;
        align-items: self-start;
        grid-template-areas:"bonus bonus bonus bonus bonus cancel_bonus" "status status status status status status" "expire expire expire expire expire expire" "amount amount wagering_req wagering_req amount_wagered amount_wagered"
    }

    .bonuses-page .table .table-item__column:first-child {
        grid-area: bonus
    }

    .bonuses-page .table .table-item__column:nth-child(2) {
        grid-area: status
    }

    .bonuses-page .table .table-item__column:nth-child(3) {
        grid-area: expire
    }

    .bonuses-page .table .table-item__column:nth-child(4) {
        grid-area: amount
    }

    .bonuses-page .table .table-item__column:nth-child(5) {
        grid-area: wagering_req
    }

    .bonuses-page .table .table-item__column:nth-child(6) {
        grid-area: amount_wagered
    }

    .bonuses-page .table .table-item__column:nth-child(7) {
        grid-area: cancel_bonus
    }
}

.bonus-exchange__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 52px
}

.bonus-exchange__info {
    margin-top: 8px;
    font-size: 13px;
    color: #1c4f5b
}

.bonus-exchange__value {
    display: block;
    margin-top: 4px;
    font-weight: 700;
    font-size: 15px;
    line-height: 21px;
    color: #f79420
}

.bonus-exchange .btn, .bonus-exchange .btn-action, .bonus-exchange .btn-all-games, .bonus-exchange .btn-danger, .bonus-exchange .btn-dark, .bonus-exchange .btn-default, .bonus-exchange .btn-demo, .bonus-exchange .btn-inverted, .bonus-exchange .btn-logout, .bonus-exchange .btn-outline, .bonus-exchange .btn-play, .bonus-exchange .btn-primary, .bonus-exchange .btn-primary-transparent, .bonus-exchange .btn-secondary, .bonus-exchange .btn-secondary-text, .bonus-exchange .btn-star, .bonus-exchange .btn-transparent, .bonus-exchange .btn-transparent-bordered, .bonus-exchange .disable-popup-blocker__btn-link {
    height: 44px
}

.bonus-exchange__label-info {
    color: #77959d;
    font-size: 13px;
    font-weight: 500;
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 30px
}

.bonus-exchange__label-info:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 1px;
    background-size: 7px 1px;
    background-image: linear-gradient(90deg, #1ba3c4 27%, rgba(27, 163, 196, 0) 0)
}

@media (max-width: 812px) {
    .bonus-exchange__content {
        flex-direction: column;
        height: auto
    }

    .bonus-exchange__info {
        width: 100%;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .bonus-exchange__value {
        display: inline-block
    }

    .bonus-exchange__btn {
        width: 100%;
        margin-top: 16px
    }
}

.history-page {
    display: flex;
    flex-direction: column
}

.history-page__filter {
    margin-bottom: 20px
}

.history-page__loader {
    margin: 20px 0
}

.history-page__not-found {
    padding: 20px 0 10px;
    background-color: #fff;
    border-radius: 0 0 12px 12px
}

@media (max-width: 812px) {
    .history-page__not-found {
        min-height: 200px;
        background-color: transparent
    }
}

.transactions-page__section {
    margin-bottom: 26px
}

.transactions-page__title {
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    color: #1c4f5b
}

.transactions-page__pending-withdrawal-item {
    margin-bottom: 16px
}

.error-page {
    display: grid;
    height: 100vh;
    justify-items: center;
    grid-auto-rows: auto;
    align-content: center;
    z-index: 1;
    position: relative;
    color: #fff;
    background: linear-gradient(180deg, #12404f, rgba(26, 89, 104, .99) 29.56%, rgba(34, 121, 134, .94) 57.45%, #35dad0)
}

@media (max-width: 812px) {
    .error-page {
        justify-content: center;
        grid-template-columns:80%;
        text-align: center
    }
}

.error-page__img {
    width: 100%;
    max-width: 998px;
    height: calc(100% - 50px);
    display: block;
    background: url(/bahsegel/img/ufo.f1056233.png) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 20px auto 0;
    z-index: -1
}

@media (max-width: 812px) {
    .error-page__img {
        background: url(/bahsegel/img/ufo_mob.d44315e9.png) no-repeat;
        background-size: 100%;
        margin: 50px auto 0
    }
}

.error-page__status {
    font-size: 120px;
    font-weight: 800
}

@media (max-width: 812px) {
    .error-page__status {
        font-size: 80px
    }
}

.error-page__status__text {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 10px
}

@media (max-width: 812px) {
    .error-page__status__text {
        font-size: 24px;
        line-height: 29px
    }
}

.error-page__status__description {
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 30px;
    color: #dfeaf0
}

.country-error-page, .maintenance-page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding: 50px;
    background: linear-gradient(180deg, #12404f, rgba(26, 89, 104, .99) 29.56%, rgba(34, 121, 134, .94) 57.45%, #35dad0);
    text-align: center
}

.country-error-page__img, .maintenance-page__img {
    margin: 0 0 33px
}

.country-error-page__title, .maintenance-page__title {
    margin: 0 0 8px;
    color: #fff
}

.country-error-page__text, .maintenance-page__text {
    font-size: 15px;
    line-height: 21px;
    color: #dfeaf0
}

.country-error-page__mail-to, .maintenance-page__mail-to {
    text-decoration: none;
    color: #ff9e2c
}

.country-error-page__mail-to:hover, .maintenance-page__mail-to:hover {
    text-decoration: underline
}

@media (max-width: 480px) {
    .country-error-page, .maintenance-page {
        padding: 15px
    }

    .country-error-page__img, .maintenance-page__img {
        width: 203px;
        margin: 0 0 25px
    }

    .country-error-page__title, .maintenance-page__title {
        font-size: 24px;
        line-height: 29px
    }

    .country-error-page__text, .maintenance-page__text {
        font-size: 15px;
        line-height: 21px
    }
}

.landing-page {
    padding: 20px;
    overflow: hidden
}

.landing-page .slider-section {
    margin: -20px -20px 20px
}

.landing-page .slider-section .slider-loader, .landing-page .sport-links__icon {
    display: none
}

.landing-page__play-tiles-wrap {
    max-width: 1326px;
    margin: 0 auto;
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(316px, 1fr));
    grid-gap: 20px;
    place-items: center center
}

.landing-page__winners {
    display: none
}

@media (max-width: 1024px) {
    .landing-page__play-tiles-wrap {
        margin: 0 0 20px
    }

    .landing-page__winners {
        display: block
    }
}

@media (max-width: 812px) {
    .landing-page {
        padding: 0 16px
    }

    .landing-page__play-tiles-wrap {
        grid-template-columns:repeat(auto-fill, minmax(288px, 1fr))
    }

    .landing-page__slider {
        min-height: 230px
    }

    .landing-page__slider ul.slick-dots {
        bottom: 16px
    }

    .landing-page__slider .slick-arrow {
        display: none
    }

    .landing-page .slider-section {
        margin: 0 -16px 20px
    }
}

.pwa-landing-page {
    position: relative
}

.pwa-landing-top-section {
    position: relative;
    min-height: 572px;
    margin: 0 auto;
    padding: 115px 98px;
    background-image: url(/bahsegel/img/landing_top_section_bg.dffe47b8.jpg);
    background-repeat: no-repeat;
    background-position: center 10%;
    background-size: cover
}

.pwa-landing-top-section__title {
    max-width: 300px;
    margin: 0 0 16px;
    font-weight: 900;
    font-size: 54px;
    line-height: 1.16;
    color: #fff;
    text-transform: uppercase
}

.pwa-landing-top-section__desc {
    margin: 0 0 60px;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #fff
}

.pwa-landing-top-section .platform-tile__condition {
    color: hsla(0, 0%, 100%, .6)
}

@media (max-width: 812px) {
    .pwa-landing-top-section {
        padding: 45px
    }

    .pwa-landing-top-section__content {
        text-align: center
    }
}

@media (max-width: 480px) {
    .pwa-landing-top-section {
        min-height: 564px;
        background-position: 50%;
        background-image: url(/bahsegel/img/landing_top_section_bg_mob.66004389.jpg)
    }

    .pwa-landing-top-section__title {
        font-weight: 800;
        font-size: 32px;
        line-height: 37px
    }

    .pwa-landing-top-section__desc {
        margin: 0 0 28px;
        font-size: 18px;
        line-height: 24px
    }
}

.pwa-landing-advantages {
    position: absolute;
    top: 526px;
    left: 20px;
    right: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 78px;
    background: #fff;
    border-radius: 20px
}

.pwa-landing-advantages__title {
    color: #1095b5;
    font-weight: 700;
    font-size: 28px;
    line-height: 35px;
    text-transform: uppercase;
    max-width: 330px
}

.pwa-landing-advantages__content-wrap {
    display: flex
}

.pwa-landing-advantages__item {
    display: flex;
    align-items: center
}

.pwa-landing-advantages__item:not(:last-child) {
    margin: 0 35px 0 0
}

.pwa-landing-advantages__item img {
    max-width: 100px;
    max-height: 100px;
    margin: 0 24px 0 0
}

.pwa-landing-advantages__item div {
    max-width: 132px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #004152
}

@media (max-width: 1200px) {
    .pwa-landing-advantages {
        top: 462px;
        flex-direction: column;
        align-items: center;
        padding: 40px 16px
    }

    .pwa-landing-advantages__title {
        max-width: unset;
        margin: 0 0 30px
    }
}

@media (max-width: 812px) {
    .pwa-landing-advantages {
        position: absolute;
        top: 564px;
        left: 0;
        padding: 40px 16px 26px;
        width: 100%;
        border-radius: 0
    }

    .pwa-landing-advantages__title {
        text-align: center;
        max-width: 300px;
        margin: 0 0 22px;
        font-size: 22px;
        line-height: 28px
    }

    .pwa-landing-advantages__item:not(:last-child) {
        margin: 0 5px 0 0
    }

    .pwa-landing-advantages__item img {
        width: 64px;
        height: 64px;
        margin: 0 12px 0 0
    }

    .pwa-landing-advantages__item div {
        line-height: 20px
    }
}

@media (max-width: 480px) {
    .pwa-landing-advantages {
        position: absolute;
        top: 564px;
        left: 0;
        padding: 40px 16px 26px;
        width: 100%;
        border-radius: 0;
        height: 376px
    }

    .pwa-landing-advantages__title {
        margin: 0 0 22px;
        font-size: 22px;
        line-height: 28px
    }

    .pwa-landing-advantages__content-wrap {
        flex-direction: column
    }

    .pwa-landing-advantages__item:not(:last-child) {
        margin: 0 0 20px
    }

    .pwa-landing-advantages__item img {
        width: 64px;
        height: 64px;
        margin: 0 12px 0 0
    }

    .pwa-landing-advantages__item div {
        line-height: 20px
    }
}

.pwa-landing-bot-section {
    min-height: 588px;
    max-width: 1366px;
    margin: 0 auto;
    padding: 270px 8% 140px;
    background-image: url(/bahsegel/img/landing_bot_section_bg.1e276320.png);
    background-size: 511px auto;
    background-repeat: no-repeat;
    background-position: calc(100% - 50px) 220px
}

.pwa-landing-bot-section__title {
    margin: 0 0 32px;
    font-weight: 500;
    font-size: 36px;
    line-height: 1.2;
    color: #1095b5
}

.pwa-landing-bot-section__desc {
    display: block;
    margin-top: 15px;
    font-size: 14px;
    line-height: 20px;
    color: #004152
}

@media (max-width: 1200px) {
    .pwa-landing-bot-section {
        padding: 266px 114px 140px
    }
}

@media (max-width: 812px) {
    .pwa-landing-bot-section {
        text-align: center;
        padding-top: 295px;
        min-height: 544px
    }

    .pwa-landing-bot-section__title {
        margin: 0 0 20px
    }

    .pwa-landing-bot-section__buttons {
        margin-bottom: 20px
    }
}

@media (max-width: 480px) {
    .pwa-landing-bot-section {
        margin-top: 376px;
        min-height: 544px;
        padding: 40px 24px;
        background-image: url(/bahsegel/img/landing_bot_section_bg.1e276320.png);
        background-position: 50% calc(100% + 100px)
    }

    .pwa-landing-bot-section__title {
        font-size: 22px;
        line-height: 28px;
        margin: 0 0 20px
    }

    .pwa-landing-bot-section__desc {
        letter-spacing: -.2px
    }
}

.pwa-landing-buttons__btn {
    display: none
}

.pwa-landing-buttons__btn .btn, .pwa-landing-buttons__btn .btn-action, .pwa-landing-buttons__btn .btn-all-games, .pwa-landing-buttons__btn .btn-danger, .pwa-landing-buttons__btn .btn-dark, .pwa-landing-buttons__btn .btn-default, .pwa-landing-buttons__btn .btn-demo, .pwa-landing-buttons__btn .btn-inverted, .pwa-landing-buttons__btn .btn-logout, .pwa-landing-buttons__btn .btn-outline, .pwa-landing-buttons__btn .btn-play, .pwa-landing-buttons__btn .btn-primary, .pwa-landing-buttons__btn .btn-primary-transparent, .pwa-landing-buttons__btn .btn-secondary, .pwa-landing-buttons__btn .btn-secondary-text, .pwa-landing-buttons__btn .btn-star, .pwa-landing-buttons__btn .btn-transparent, .pwa-landing-buttons__btn .btn-transparent-bordered, .pwa-landing-buttons__btn .disable-popup-blocker__btn-link {
    width: 230px
}

.pwa-landing-buttons__btn .btn__icon {
    margin: 0 10px 0 0
}

.pwa-landing-buttons__btn .btn__icon img {
    height: 24px
}

.pwa-landing-buttons__platforms {
    display: flex;
    margin-bottom: 10px
}

.pwa-landing-buttons__platform-tile {
    margin-right: 20px
}

@media (max-width: 812px) {
    .pwa-landing-buttons__btn {
        display: block
    }

    .pwa-landing-buttons__platforms {
        display: none
    }
}

.sign-up {
    overflow: hidden;
    background: #f0f5f8
}

@media (max-width: 480px) {
    .sign-up {
        grid-auto-columns: minmax(320px, 1fr)
    }

    .sign-up .reg-section__form-background {
        margin: 0 auto
    }
}

.sign-up__form {
    padding: 20px;
    border-radius: 12px;
    background: #fff
}

@media screen and (min-width: 480px) {
    .sign-up__form {
        padding: 40px
    }
}

.sign-up__termsLink {
    display: inline-block
}

.sign-in {
    display: grid;
    justify-content: center;
    align-content: center;
    height: 100%;
    grid-auto-columns: 423px;
    background: url(/bahsegel/img/bg-sign-in.d6189124.jpg) 50% no-repeat;
    background-size: cover
}

@media (max-width: 480px) {
    .sign-in {
        grid-auto-columns: minmax(320px, 1fr);
        background: #fff
    }
}

.sign-in__form {
    padding: 16px;
    border-radius: 12px;
    background: #fff
}

@media screen and (min-width: 480px) {
    .sign-in__form {
        padding: 40px
    }
}

.sign-in__form__title {
    display: flex;
    align-items: center;
    margin-bottom: 11px;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #1095b5
}

@media (max-width: 480px) {
    .sign-in__form__title {
        margin-bottom: 4px;
        font-size: 18px;
        line-height: 24px
    }
}

.sign-in__form__title:after {
    flex-shrink: 0;
    display: inline-block;
    margin: 0 0 0 13px;
    content: "";
    width: 21px;
    height: 23px;
    background: url(/bahsegel/img/waving-hand.cf08011a.svg) no-repeat
}

@media (max-width: 480px) {
    .sign-in__form__title:after {
        transform: scale(.8)
    }
}

.sign-in__form__description {
    margin-bottom: 32px;
    font-size: 15px;
    line-height: 21px;
    color: #1c4f5b
}

@media (max-width: 480px) {
    .sign-in__form__description {
        margin-bottom: 20px
    }
}

.sign-in__form__forgot-password {
    margin-top: 32px
}

@media (max-width: 480px) {
    .sign-in__form__forgot-password {
        margin-top: 16px
    }
}

.competition-page {
    overflow: hidden
}

.competition-header {
    position: relative;
    display: flex;
    background-color: #05d9ee;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    margin-bottom: -140px
}

.competition-header__body {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 800px;
    width: 50%
}

.competition-header__body-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 600px;
    margin-bottom: 70px
}

.competition-header__logo {
    margin-bottom: 8px
}

.competition-header__title {
    margin-bottom: 8px;
    font-weight: 800;
    font-size: 80px;
    line-height: 1.2;
    color: #fff;
    transform: translateX(-3px);
    max-width: 560px
}

.competition-header__desc {
    margin-bottom: 48px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    color: hsla(0, 0%, 100%, .9)
}

.competition-header__buttons {
    margin-bottom: 40px
}

.competition-header__buttons .btn, .competition-header__buttons .btn-action, .competition-header__buttons .btn-all-games, .competition-header__buttons .btn-danger, .competition-header__buttons .btn-dark, .competition-header__buttons .btn-default, .competition-header__buttons .btn-demo, .competition-header__buttons .btn-inverted, .competition-header__buttons .btn-logout, .competition-header__buttons .btn-outline, .competition-header__buttons .btn-play, .competition-header__buttons .btn-primary, .competition-header__buttons .btn-primary-transparent, .competition-header__buttons .btn-secondary, .competition-header__buttons .btn-secondary-text, .competition-header__buttons .btn-star, .competition-header__buttons .btn-transparent, .competition-header__buttons .btn-transparent-bordered, .competition-header__buttons .disable-popup-blocker__btn-link {
    margin-bottom: 10px;
    margin-right: 24px;
    min-width: 190px
}

.competition-header__buttons .btn-lg {
    padding: 22px 20px
}

.competition-header__buttons .btn-outline {
    border-color: #fff
}

.competition-header__buttons .btn-outline .btn__label {
    color: #fff
}

@media (max-width: 812px) {
    .competition-header {
        display: flex;
        flex-direction: column;
        padding: 40px 0 50px;
        margin-bottom: -50px;
        background-size: cover;
        background-position: 50%
    }

    .competition-header__body {
        width: 100%;
        height: auto
    }

    .competition-header__body-inner {
        justify-content: center;
        align-items: center;
        padding: 0 20px;
        margin-bottom: 0
    }

    .competition-header__logo {
        height: 85px;
        width: auto
    }

    .competition-header__title {
        font-size: 54px;
        line-height: 65px;
        text-align: center
    }

    .competition-header__desc {
        font-size: 15px;
        line-height: 21px;
        text-align: center
    }

    .competition-header__buttons {
        width: 100%;
        display: flex;
        justify-content: center;
        grid-gap: 10px;
        gap: 10px
    }

    .competition-header__buttons .btn, .competition-header__buttons .btn-action, .competition-header__buttons .btn-all-games, .competition-header__buttons .btn-danger, .competition-header__buttons .btn-dark, .competition-header__buttons .btn-default, .competition-header__buttons .btn-demo, .competition-header__buttons .btn-inverted, .competition-header__buttons .btn-logout, .competition-header__buttons .btn-outline, .competition-header__buttons .btn-play, .competition-header__buttons .btn-primary, .competition-header__buttons .btn-primary-transparent, .competition-header__buttons .btn-secondary, .competition-header__buttons .btn-secondary-text, .competition-header__buttons .btn-star, .competition-header__buttons .btn-transparent, .competition-header__buttons .btn-transparent-bordered, .competition-header__buttons .disable-popup-blocker__btn-link {
        min-width: unset;
        max-width: 160px;
        flex: 1 1 auto;
        margin: 0
    }

    .competition-header__buttons .btn-lg {
        padding: 14px 0
    }
}

.competition-how-to-join__title {
    margin-bottom: 40px;
    max-width: 400px;
    font-size: 40px;
    text-align: center;
    color: #1095b5
}

@media (max-width: 812px) {
    .competition-how-to-join-list {
        background-image: none;
        position: relative
    }

    .competition-how-to-join-list:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: url(/bahsegel/img/how-to-join-bg-m.bb43aacb.svg);
        background-repeat: no-repeat
    }
}

.competition-how-to-join, .competition-leaderboard {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px 0;
    background: #fff;
    border-radius: 96px;
    max-width: 1170px;
    margin: 0 auto 64px
}

.competition-how-to-join__body, .competition-leaderboard__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%
}

@media (max-width: 812px) {
    .competition-how-to-join, .competition-leaderboard {
        padding: 48px 0;
        border-radius: 40px
    }

    .competition-how-to-join__title, .competition-leaderboard__title {
        margin-bottom: 40px;
        max-width: 300px;
        font-size: 24px;
        line-height: 29px
    }

    .competition-how-to-join__body, .competition-leaderboard__body {
        padding: 0 20px
    }
}

.competition-how-to-join {
    background-image: url(/bahsegel/img/how-to-join-bg.373bf5a3.svg);
    background-position: 10% 60%;
    background-repeat: no-repeat
}

@media (max-width: 812px) {
    .competition-how-to-join {
        background-image: none
    }
}

.competition-how-to-join-list {
    margin: 0;
    padding: 0
}

.competition-how-to-join-list-item {
    position: relative;
    list-style: none;
    margin-bottom: 60px;
    padding: 0 0 0 152px
}

.competition-how-to-join-list-item__icon {
    position: absolute;
    left: 0;
    width: 132px
}

.competition-how-to-join-list-item__title {
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    color: #1c4f5b
}

.competition-how-to-join-list-item__desc {
    max-width: 480px;
    font-size: 15px;
    line-height: 21px;
    color: #1c4f5b
}

@media (max-width: 812px) {
    .competition-how-to-join-list-item {
        margin-bottom: 24px;
        padding: 0 0 0 80px
    }

    .competition-how-to-join-list-item__icon {
        width: 64px
    }

    .competition-how-to-join-list-item__title {
        font-size: 18px;
        line-height: 22px
    }
}

.competition-leaderboard {
    position: relative;
    padding: 0;
    overflow: hidden
}

.competition-leaderboard__title {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    padding: 12px 36px;
    background-color: #fff;
    border-radius: 27px;
    color: #f79420;
    z-index: 1
}

@media (max-width: 812px) {
    .competition-leaderboard {
        margin-bottom: 20px;
        border-top-left-radius: 50px;
        border-top-right-radius: 50px
    }

    .competition-leaderboard__title {
        top: 40px
    }

    .competition-leaderboard__body {
        padding: 0
    }
}

.competition-leaderboard-table {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px
}

.competition-leaderboard-table__title {
    display: none;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    padding: 12px 36px;
    max-width: 500px;
    margin-bottom: 48px;
    font-weight: 800;
    font-size: 44px;
    line-height: 53px;
    text-align: center;
    color: #1095b5;
    background-color: #fff;
    border-radius: 27px;
    z-index: 1
}

.competition-leaderboard-table__header, .competition-leaderboard-table__item {
    display: flex;
    align-items: center;
    padding: 13px 20px 12px
}

.competition-leaderboard-table__header-place, .competition-leaderboard-table__item-place {
    width: 15%
}

.competition-leaderboard-table__header-username, .competition-leaderboard-table__item-username {
    width: 30%
}

.competition-leaderboard-table__header-points, .competition-leaderboard-table__item-points {
    width: 20%
}

.competition-leaderboard-table__header-username-points, .competition-leaderboard-table__item-username-points {
    width: 50%;
    display: none
}

.competition-leaderboard-table__header-prize, .competition-leaderboard-table__item-prize {
    width: 35%;
    font-weight: 600;
    text-align: right
}

.competition-leaderboard-table__items {
    margin-top: -120px;
    padding-top: 120px;
    padding-bottom: 40px;
    background: #fff;
    border-radius: 40px
}

.competition-leaderboard-table__item {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 15px;
    line-height: 21px;
    color: #1c4f5b;
    border-bottom: 1px solid #dfeaf0
}

.competition-leaderboard-table__item-place {
    padding-left: 20px
}

.competition-leaderboard-table__show-more {
    display: flex;
    justify-content: center;
    padding: 32px 0 0
}

@media (max-width: 812px) {
    .competition-leaderboard-table {
        margin-bottom: 24px
    }

    .competition-leaderboard-table__title {
        margin-bottom: 40px;
        max-width: 300px;
        font-size: 24px;
        line-height: 29px
    }

    .competition-leaderboard-table__header {
        font-size: 13px;
        line-height: 21px
    }

    .competition-leaderboard-table__items {
        width: calc(100% + 30px);
        margin-top: -80px;
        margin-left: -15px;
        margin-right: -15px;
        padding-top: 80px;
        padding-left: 15px;
        padding-right: 15px;
        background: #fff;
        border-radius: 40px
    }

    .competition-leaderboard-table__items .competition-leaderboard-table__item {
        padding-top: 6px;
        padding-bottom: 6px;
        font-size: 13px;
        line-height: 21px
    }

    .competition-leaderboard-table__header-place, .competition-leaderboard-table__item-place {
        width: 15%
    }

    .competition-leaderboard-table__header-username-points, .competition-leaderboard-table__item-username-points {
        width: 35%
    }

    .competition-leaderboard-table__header-prize, .competition-leaderboard-table__item-prize {
        width: 50%;
        text-align: right
    }

    .competition-leaderboard-table__header-points, .competition-leaderboard-table__header-username, .competition-leaderboard-table__item-points, .competition-leaderboard-table__item-username {
        display: none
    }

    .competition-leaderboard-table__header-username-points, .competition-leaderboard-table__item-username-points {
        display: block;
        font-weight: 400;
        font-size: 13px;
        line-height: 21px
    }

    .competition-leaderboard-table__item-place {
        padding-left: 10px
    }
}

.competition-leaderboard-table-stone {
    position: relative;
    display: flex;
    margin-bottom: 10px;
    justify-content: center;
    padding-bottom: 65.7264957265%;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat
}

@media (max-width: 500px) {
    .competition-leaderboard-table-stone {
        padding-bottom: 184.4192634561%
    }
}

.competition-leaderboard-table-stone-item {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.competition-leaderboard-table-stone-item:first-child {
    width: 21%;
    bottom: 30%;
    right: 39.5%
}

.competition-leaderboard-table-stone-item:nth-child(2) {
    width: 21%;
    bottom: 17%;
    left: 16%
}

.competition-leaderboard-table-stone-item:nth-child(3) {
    width: 21%;
    bottom: 10%;
    right: 16%
}

.competition-leaderboard-table-stone-item:first-child:before {
    content: "";
    width: 34px;
    height: 34px;
    background-image: url(/bahsegel/img/leaderboard-stone-crown.431cffed.svg);
    background-repeat: no-repeat
}

.competition-leaderboard-table-stone-item__pic {
    width: 145px;
    margin-bottom: 10px
}

.competition-leaderboard-table-stone-item__username {
    margin-bottom: 60px;
    padding: 8px 14px;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #1c4f5b;
    background-color: #fff;
    border-radius: 40px
}

.competition-leaderboard-table-stone-item:first-child .competition-leaderboard-table-stone-item__username {
    margin-bottom: 40px
}

.competition-leaderboard-table-stone-item__prize {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 4px;
    font-weight: 900;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #1c4f5b
}

.competition-leaderboard-table-stone-item__prize:before {
    content: "";
    display: block;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.competition-leaderboard-table-stone-item:first-child .competition-leaderboard-table-stone-item__prize:before {
    width: 64px;
    height: 64px;
    background-image: url(/bahsegel/img/leaderboard-stone-star-1.b01ed1fc.svg)
}

.competition-leaderboard-table-stone-item:nth-child(2) .competition-leaderboard-table-stone-item__prize:before {
    width: 48px;
    height: 48px;
    background-image: url(/bahsegel/img/leaderboard-stone-star-2.22e8574b.svg)
}

.competition-leaderboard-table-stone-item:nth-child(3) .competition-leaderboard-table-stone-item__prize:before {
    width: 48px;
    height: 48px;
    background-image: url(/bahsegel/img/leaderboard-stone-star-3.72e8d136.svg)
}

.competition-leaderboard-table-stone-item__points {
    font-size: 13px;
    color: #1c4f5b
}

@media (max-width: 812px) {
    .competition-leaderboard-table-stone-item:nth-child(2) {
        bottom: 38%;
        bottom: 24%;
        left: 6%
    }

    .competition-leaderboard-table-stone-item:nth-child(3) {
        bottom: 14%;
        right: 6%
    }

    .competition-leaderboard-table-stone-item__pic {
        width: 80px;
        height: auto
    }

    .competition-leaderboard-table-stone-item__username {
        padding: 6px 8px;
        font-size: 13px;
        line-height: 16px
    }

    .competition-leaderboard-table-stone-item:first-child .competition-leaderboard-table-stone-item__username {
        margin-bottom: 60px
    }

    .competition-leaderboard-table-stone-item__prize {
        font-size: 13px;
        line-height: 16px
    }

    .competition-leaderboard-table-stone-item:first-child .competition-leaderboard-table-stone-item__prize:before {
        width: 44px;
        height: 44px
    }

    .competition-leaderboard-table-stone-item:nth-child(2) .competition-leaderboard-table-stone-item__prize:before, .competition-leaderboard-table-stone-item:nth-child(3) .competition-leaderboard-table-stone-item__prize:before {
        width: 32px;
        height: 32px
    }

    .competition-leaderboard-table-stone-item__points {
        font-size: 11px;
        line-height: 1.3
    }
}

.competition-leaderboard-table.new-year-quest-leaderboard {
    margin: 0 auto
}

.competition-leaderboard-table.new-year-quest-leaderboard .competition-leaderboard-table__title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    top: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
    background: transparent
}

@media (max-width: 500px) {
    .competition-leaderboard-table.new-year-quest-leaderboard .competition-leaderboard-table__title {
        top: 40px;
        padding: 0
    }
}

@media (max-height: 770px) {
    .competition-leaderboard-table.new-year-quest-leaderboard .competition-leaderboard-table__title {
        display: none
    }
}

@media screen and (min-width: 813px) {
    .competition-leaderboard-table.new-year-quest-leaderboard .competition-leaderboard-table__header-place, .competition-leaderboard-table.new-year-quest-leaderboard .competition-leaderboard-table__item-place {
        width: 14%
    }

    .competition-leaderboard-table.new-year-quest-leaderboard .competition-leaderboard-table__header-username, .competition-leaderboard-table.new-year-quest-leaderboard .competition-leaderboard-table__item-username {
        width: 39%
    }

    .competition-leaderboard-table.new-year-quest-leaderboard .competition-leaderboard-table__header-points, .competition-leaderboard-table.new-year-quest-leaderboard .competition-leaderboard-table__item-points {
        width: 25%
    }

    .competition-leaderboard-table.new-year-quest-leaderboard .competition-leaderboard-table__header-prize, .competition-leaderboard-table.new-year-quest-leaderboard .competition-leaderboard-table__item-prize {
        width: 30%
    }
}

.competition-leaderboard-table.new-year-quest-leaderboard .competition-leaderboard-table-stone {
    margin-bottom: 10px;
    justify-content: center;
    padding-bottom: 31.1781609195%;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px
}

@media (max-width: 500px) {
    .competition-leaderboard-table.new-year-quest-leaderboard .competition-leaderboard-table-stone {
        padding-bottom: 50dvh
    }
}

.competition-leaderboard-table.new-year-quest-leaderboard .competition-leaderboard-table-stone-item__username {
    margin-bottom: 10px
}

.competition-leaderboard-table.new-year-quest-leaderboard .competition-leaderboard-table-stone-item__prize {
    text-align: center;
    font-size: 13px;
    font-weight: 900;
    color: #ffd53e
}

.competition-leaderboard-table.new-year-quest-leaderboard .competition-leaderboard-table-stone-item__prize:before {
    content: none
}

.competition-leaderboard-table.new-year-quest-leaderboard .competition-leaderboard-table-stone-item__points {
    color: #fff;
    text-align: center;
    font-size: 11px;
    font-weight: 400;
    line-height: 127.5%
}

.competition-leaderboard-table.new-year-quest-leaderboard .competition-leaderboard-table-stone-item__pic {
    width: auto
}

.competition-leaderboard-table.new-year-quest-leaderboard .competition-leaderboard-table-stone-item:first-child {
    right: 39.5%;
    bottom: 25%
}

.competition-leaderboard-table.new-year-quest-leaderboard .competition-leaderboard-table-stone-item:nth-child(2) {
    left: 25%;
    bottom: 20%
}

.competition-leaderboard-table.new-year-quest-leaderboard .competition-leaderboard-table-stone-item:nth-child(3) {
    right: 25%;
    bottom: 20%
}

.competition-leaderboard-table.new-year-quest-leaderboard .competition-leaderboard-table-stone-item:first-child:before {
    height: 35px;
    width: 56px;
    top: -10px;
    position: relative;
    background-image: url(/bahsegel/img/crown.516cc958.svg)
}

.competition-leaderboard-table.new-year-quest-leaderboard .competition-leaderboard-table-stone-item:nth-child(2):before, .competition-leaderboard-table.new-year-quest-leaderboard .competition-leaderboard-table-stone-item:nth-child(3):before {
    content: "";
    height: 33px;
    width: 14px;
    transform: scale(1.2);
    top: -20px;
    position: relative;
    background-repeat: no-repeat
}

.competition-leaderboard-table.new-year-quest-leaderboard .competition-leaderboard-table-stone-item:nth-child(2):before {
    background-image: url(/bahsegel/img/second-place.84a26e0e.svg)
}

.competition-leaderboard-table.new-year-quest-leaderboard .competition-leaderboard-table-stone-item:nth-child(3):before {
    background-image: url(/bahsegel/img/third-place.0ec142bf.svg)
}

@media (max-width: 500px) {
    .competition-leaderboard-table.new-year-quest-leaderboard .competition-leaderboard-table-stone-item:first-child {
        bottom: 11%
    }

    .competition-leaderboard-table.new-year-quest-leaderboard .competition-leaderboard-table-stone-item:nth-child(2) {
        left: 11%;
        bottom: 5%
    }

    .competition-leaderboard-table.new-year-quest-leaderboard .competition-leaderboard-table-stone-item:nth-child(3) {
        right: 11%;
        bottom: 5%
    }
}

.competition-leaderboard-table.new-year-quest-leaderboard .competition-leaderboard-table__items {
    margin: -25px 10px 0;
    padding: 30px 30px 40px
}

@media (max-width: 500px) {
    .competition-leaderboard-table.new-year-quest-leaderboard .competition-leaderboard-table__items {
        overflow-y: scroll;
        height: calc(50dvh + 15px);
        margin: -25px 0 0;
        width: 100%
    }
}

@media (max-width: 500px) {
    .competition-leaderboard-table.new-year-quest-leaderboard {
        height: 100vh
    }
}

.coin-token-page {
    height: 100%
}

.coin-token-page .notification-block__wrap {
    margin-top: 25%;
    min-height: unset
}