.icon-btn{display:flex;justify-content:center;align-items:center;width:32px;height:32px;border-radius:5px;border:1px solid #6464F7;outline:none!important;cursor:pointer}.icon-btn:hover{border-color:#4f4fb5}.icon-btn--small{width:20px;min-width:20px;height:20px;min-height:20px}.icon-btn--dark{background-color:#6464f7}.icon-btn--dark:hover{background-color:#4f4fb5}.icon-btn__img{height:16px}.icon-btn__img--rotation{animation:rotation 1.5s infinite linear}.icon-btn:disabled{opacity:.5}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(359deg)}}.payment-wrapper{padding:32px}.payment-wrapper__content{border:1px solid var(--blue-gray);border-radius:5px}.payment-wrapper__content__header{background:var(--blue-gray);padding:12px 24px}.payment-wrapper__content__main{padding:24px}.payment-info-wrapper{padding:16px 23px;background-color:#f2f3ff;border-radius:5px;max-width:1217px}.form-button{width:100%;height:32px;background-color:#132a9b;border:solid 1px #ffffff;border-radius:5px;color:#fff;text-align:center;font-size:14px;outline:none;margin:10px 0;cursor:pointer;transition:background-color .1s linear;padding:0 10px;display:flex;justify-content:center;align-items:center;gap:10px;text-transform:uppercase}.form-button:hover:not(:disabled){background-color:#060813}.form-button:active{background-color:#0062cc;border-color:#0062cc}.form-button--outlined{background-color:transparent;border-color:#aab;color:#aab}.form-button--outlined:hover:not(:disabled){background-color:transparent;color:#fff;border-color:#fff}.form-button--outlined:disabled{opacity:.6}.form-button--inner{font-size:14px;background-color:#6464f7;border:none}@media screen and (min-width: 1600px){.form-button--inner{font-size:15px}}@media screen and (min-width: 1920px){.form-button--inner{font-size:16px}}.form-button--inner:hover:not(:disabled){background-color:#0010ce}.form-button--inner:active{background-color:#0062cc;border-color:#0062cc}.form-button--inner:disabled{background-color:#898ca6}.form-button--inner-outlined{font-size:14px;color:#6464f7;background-color:#fff;border:1px solid #6464f7}@media screen and (min-width: 1600px){.form-button--inner-outlined{font-size:16px}}@media screen and (min-width: 1920px){.form-button--inner-outlined{font-size:18px}}@media screen and (min-width: 2560px){.form-button--inner-outlined{font-size:20px}}.form-button--inner-outlined:hover:not(:disabled){background-color:#0010ce;color:#fff}.form-button--inner-outlined:active{background-color:#0062cc;border-color:#0062cc}.form-button--inner-outlined:disabled{background-color:#898ca6}.form-button:disabled{cursor:not-allowed}.payment-amount{flex-wrap:wrap}@media (max-width: 768px){.payment-amount{justify-content:flex-start!important}}.payment-amount__buttons{flex-wrap:wrap}@media (max-width: 768px){.payment-amount__buttons{justify-content:flex-start!important}}.payment-amount__title{font-size:14px;line-height:2rem;color:var(--blue-gray4)}.payment-amount__input{padding:6px 6px 6px 24px;font-size:16px;display:block;border:1px solid var(--blue-gray);border-radius:5px}.payment-amount__input:before{content:"$";position:absolute;bottom:7.5px;left:10px}.payment-amount__text{font-size:14px;color:var(--blue-gray4);max-width:75px;width:75px;text-align:center;margin:0 7.5px 0 15px}.payment-amount__button{width:120px}.payment-amount__error{margin-bottom:15px}@media (max-width: 768px){.payment-action{flex-direction:column;align-items:flex-start!important}}.payment-action__button{min-width:112px;align-self:stretch;max-width:100%;flex-grow:1}.payment-action__right-block{display:flex;align-items:center;width:100%;flex-wrap:wrap}@media screen and (max-width: 820px){.payment-action__right-block{flex-direction:column}}.payment-action__fee-wrapper{display:flex;align-items:center;justify-content:space-between;max-width:400px;height:40px;background:#e6e9ff80;border-radius:5px;margin-right:24px;min-width:320px}@media screen and (max-width: 820px){.payment-action__fee-wrapper{margin:0;min-width:auto;max-width:none;width:100%}}.payment-action__fee{margin:0 12px 0 24px;font-weight:700;font-size:16px;display:flex;justify-content:center;align-items:center}@media screen and (max-width: 820px){.payment-action__fee{font-size:12px}}.payment-action__net-amount{margin:0 24px;color:#898ca6}@media screen and (max-width: 820px){.payment-action__net-amount{font-size:10px}}.payment-action__net-amount-value{color:#6464f7}.input-wrapper{width:100%;display:flex;gap:15px;justify-content:space-between;align-items:center}.input-label{font-family:Bahnschrift;font-weight:400;font-size:12px;flex-shrink:0}.input-label--white{color:#000}.input-label--dark{color:#aab}.input-container{position:relative;width:100%}.input-container .input--eye{position:absolute;right:8px;top:8px;cursor:pointer;width:24px;height:24px;color:#aab}.input-container .input-error-container{position:absolute;bottom:-20px;right:0;display:flex;gap:6px;align-items:center}.input-container .input-error-container>p{margin:0;line-height:1;font-family:Bahnschrift;font-weight:400;font-size:10px;color:#d80027}.input-container .input-error-container>svg{color:#d80027}.input-field{width:100%;border:1px solid #AAAABB;border-radius:5px;height:40px;padding:8px;background:transparent;font-family:Bahnschrift;font-weight:400;font-size:14px}.input-field--error{border-color:#d80027}.input-field::placeholder{color:#aab}.input-variant--dark{color:#fff}.input-variant--white{color:#20202e}@media screen and (max-width: 580px){.input-wrapper{flex-direction:column;gap:8px;align-items:flex-start}.input-container{width:100%}}.toggle-exchange{cursor:pointer;width:42px;height:29px;background:#fff;border-radius:5px;position:relative;display:flex;align-items:center;justify-content:space-between;padding:5px;flex-shrink:0;margin-left:-21px;overflow:hidden;box-shadow:0 2px 4px #0000001a;transition:background .3s ease-in-out}.toggle-exchange:hover{background:#fff}.toggle-exchange .toggle-slider{width:11px;height:19px;background:#ff8494;border-radius:5px;position:absolute;transition:transform .3s cubic-bezier(.4,0,.2,1);transform:translate(0);z-index:0;box-shadow:0 1px 3px #0003}.toggle-exchange .toggle-slider.active{transform:translate(21px);background:#6464f7}.toggle-exchange .toggle-slider.animating{transition:transform .3s cubic-bezier(.4,0,.2,1)}.toggle-exchange .toggle-label{font-size:10px;color:#00022a;font-weight:400;line-height:125%;position:absolute;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:1;pointer-events:none}.toggle-exchange .toggle-label.toggle-label-active{right:5px}.bets-table-header{height:41px;line-height:30px;cursor:auto;color:#fff;background-image:url(/assets/headerBg-BhDAxGMY.png);background-repeat:no-repeat;background-position:center center;background-size:cover}.bets-table-header__row{display:flex;height:41px;border-bottom:1px solid #e5e5ed;justify-content:space-between;position:relative;gap:8px}.bets-table-header__row-toggle-exchange-view{position:absolute;right:0}.bets-table-header__row-left{width:400px}.bets-table-header__row-left>div{height:100%;padding-left:5px;display:flex;align-items:center;justify-content:start;font-size:14px;font-weight:700;color:#abb4ff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bets-table-header__row-left>div .bets-header-image{margin-right:9px;flex-shrink:0}.bets-table-header__row-matched{height:100%;font-size:14px;font-weight:400;display:flex;align-items:center;white-space:nowrap;flex-basis:54px}.bets-table-header__row-right{display:flex;gap:22px;margin-right:30px}@media screen and (max-width: 1580px){.bets-table-header__row-right{margin-right:12px}}.bets-table-header__row-right__bets{display:flex;justify-content:space-around;align-items:center;width:455px}.bets-table-header__row-right__bets>div:first-child{position:relative;left:-7px}.bets-table-header__row-right__bets>div:last-child{position:relative;right:-7px}.bets-table-header__row-right__bets.lite{width:296px}.bets-table-header__row-right__info{width:20px;display:flex;align-items:center}.rules-modal{position:fixed;display:flex;z-index:1000;inset:0;background:#0008;padding:10px;font-size:1rem;font-weight:400}.rules_root{margin:auto;max-width:650px;background-color:#fff;box-shadow:0 0 4px 1px #808185;cursor:default}.rules_root .rules_header{background-color:#cdd2ff;padding:4px 8px}.rules_root .rules_header button{float:right;cursor:pointer}.rules_root .rules-body{padding:16px 8px 0}.rules_root .rules-body p{line-height:normal;font-size:.8em}.rules_root .rules-body p a{color:#0010ce;text-decoration-line:underline;cursor:pointer}.info{position:relative;display:flex;align-items:center;gap:8px}@media screen and (max-width: 992px){.info .rules{font-size:12px}}.info .rules_root{left:0;top:25px}.info__icon{cursor:pointer;width:20px;height:20px;background-color:#e6e9ff;border-radius:5px;color:#abb4ff;font-size:14px;font-weight:700;text-align:center;line-height:20px}.info__icon:hover{opacity:.6}.bets-table-cell{display:flex;align-items:center;font-size:14px;font-weight:400;gap:7px}.bets-table-cell__rate{display:flex;justify-content:center;align-items:center;width:65px;height:100%;flex-direction:column;cursor:pointer;padding:5px;border-radius:5px}.bets-table-cell__rate__active.bets-table-cell__rate__blue{outline:2px solid #6464f7}.bets-table-cell__rate__active.bets-table-cell__rate__orange{outline:2px solid #FF8291}.bets-table-cell__rate__lite{width:90px}.bets-table-cell__rate__blue{background-color:#abb4ff}.bets-table-cell__rate__orange{background-color:#ffcbd1}.bets-table-cell__rate__empty{background-color:var(--cell);pointer-events:none}.bets-table-cell__rate__value{font-size:14px;color:#00022a}.bets-table-cell__rate__sum{font-size:12px;width:auto;max-width:100%;overflow:hidden;color:#00022a;white-space:nowrap}.bets-table-cell .bets-table-cell__rate__blue.bets-table-cell__rate__not-empty:hover{outline:2px solid #6464f7}.bets-table-cell .bets-table-cell__rate__orange.bets-table-cell__rate__not-empty:hover{outline:2px solid #FF8291}.bets-table-row{min-height:54px;border-bottom:1px solid #AAAABB;padding:5px;display:flex;justify-content:space-between;align-items:center;gap:8px}.bets-table-row__left{display:flex;align-items:center;gap:22px;width:400px}.bets-table-row__left-title{display:flex;align-items:center;gap:22px;flex-basis:230px;flex-shrink:0}@media screen and (max-width: 1580px){.bets-table-row__left-title{gap:12px}}.bets-table-row__left-title .bets-table-cell__time{display:flex;justify-content:center;align-items:center;height:100%;width:91px;text-align:center;color:#00022a;font-size:12px;border-radius:5px;padding:8px 9px;flex-shrink:0}.bets-table-row__left-title .bets-table-cell__time__gray{background-color:#e6e9ff}.bets-table-row__left-title .bets-table-cell__time__green{background-color:#abf4d7}.bets-table-row__left-title .bets-table-cell__rivals{font-size:12px;font-weight:700;color:#00022a}@media screen and (min-width: 1366px){.bets-table-row__left-title .bets-table-cell__rivals{font-size:10.5px}}@media screen and (min-width: 1600px){.bets-table-row__left-title .bets-table-cell__rivals{font-size:12px}}@media screen and (min-width: 1920px){.bets-table-row__left-title .bets-table-cell__rivals{font-size:14px}}@media screen and (min-width: 2560px){.bets-table-row__left-title .bets-table-cell__rivals{font-size:16px}}.bets-table-row__left-league{font-size:10px;color:#808185;display:flex;flex-direction:column;justify-content:center}.bets-table-row__left-league>span:last-child{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.bets-table-row__matched{font-size:14px;color:#9c9c9c;justify-content:center;flex-basis:54px}@media screen and (min-width: 1366px){.bets-table-row__matched{font-size:12.5px}}@media screen and (min-width: 1600px){.bets-table-row__matched{font-size:14px}}@media screen and (min-width: 1920px){.bets-table-row__matched{font-size:18px}}@media screen and (min-width: 2560px){.bets-table-row__matched{font-size:22px}}.bets-table-row__right{display:flex;gap:22px;margin-right:25px}@media screen and (max-width: 1580px){.bets-table-row__right{margin-right:7px}}.bets-table-row__right-bets{display:flex;gap:22px}.bets-table-row__right-bets-lite{gap:13px}.bets-table-row__right-info{display:flex;align-items:center}.bets-table{overflow-y:auto;width:100%;margin-top:-2px;border-collapse:collapse}.place-bet-mobile{width:100%;display:flex;flex-direction:column;gap:5px}.place-bet-mobile__header{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:10px;padding:8px 20px;min-height:30px}.place-bet-mobile__header--ask{background:#abb4ff}.place-bet-mobile__header--bid{background:#ffcbd1}.place-bet-mobile__header-info{display:flex;flex-direction:row;align-items:center;gap:10px;flex:1;min-width:0}.place-bet-mobile__bet-type{font-size:10px;font-weight:400;color:#00022a;white-space:nowrap}.place-bet-mobile__bet-name{font-size:10px;font-weight:700;color:#00022a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.place-bet-mobile__tabs{display:flex;flex-direction:row;gap:2px;flex-shrink:0;width:100%}.place-bet-mobile__tab{font-size:10px;font-weight:400;color:#aab;padding:4px 8px;background:transparent;border:none;border-bottom:1px solid transparent;cursor:pointer;transition:color .15s,border-color .15s;width:100%}.place-bet-mobile__tab:hover{color:#00022a}.place-bet-mobile__tab--active{color:#00022a;border-bottom:1px solid #FF8494}.place-bet-mobile__body{display:flex;flex-direction:column;gap:10px;padding:8px 20px}.place-bet-mobile__body--ask{background:#e6e9ff}.place-bet-mobile__body--bid{background:#ffebed}.place-bet-mobile__inputs,.place-bet-mobile__actions{display:flex;flex-direction:row;gap:10px}.place-bet-mobile__cancel-btn{flex:1;padding:5px 8px;border-radius:5px;background:#fff;border:none;font-size:10px;color:#00022a;cursor:pointer;transition:opacity .15s}.place-bet-mobile__cancel-btn:hover{opacity:.8}.place-bet-mobile__cancel-btn:active{opacity:.7}.place-bet-mobile__submit-btn{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:4px 8px;border-radius:5px;border:none;font-size:9px;line-height:1.2;color:#fff;background:#7ec3a7;cursor:pointer;opacity:.65;transition:opacity .15s,background .15s}.place-bet-mobile__submit-btn--valid{background:#2abe82;opacity:1}.place-bet-mobile__submit-btn:hover:not(:disabled){opacity:.88}.place-bet-mobile__submit-btn:active:not(:disabled){opacity:.75}.place-bet-mobile__submit-btn:disabled{cursor:default}.bet-input{display:flex;flex-direction:row;align-items:center;gap:5px;flex:1;min-width:0}.bet-input__circle-btn{width:15px;height:15px;border-radius:50%;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;padding:0;transition:opacity .15s}.bet-input__circle-btn:hover{opacity:.7}.bet-input__circle-btn--ask{border:1px solid #6464f7;color:#6464f7}.bet-input__circle-btn--bid{border:1px solid #FF8494;color:#ff8494}.bet-input__circle-btn span{position:relative;top:-1px}.bet-input__icon{display:block;font-size:11px;line-height:1;font-weight:400;-webkit-user-select:none;user-select:none}.bet-input__field{flex:1;height:20px;border-radius:5px;border:none;padding:1px 4px;text-align:center;font-size:10px;color:#00022a;background:#fff;min-width:0}.bet-input__field:focus{outline:none}.bet-input__field::-webkit-inner-spin-button,.bet-input__field::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.bet-input__field[type=number]{-moz-appearance:textfield}.bet-cell{display:flex;flex-direction:column;position:relative;gap:7px}.bet-cell__content{width:54px;height:44px;display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer;padding:5px;color:#000;border-radius:5px}.bet-cell__content.bet-cell__content-gray{background-color:#eaeaea}.bet-cell__content__blue{background-color:#abb4ff;transition:.2s}.bet-cell__content__blue.odds__active{outline:2px solid #6464F7}.bet-cell__content__orange{background-color:#ffcbd1;transition:.2s}.bet-cell__content__orange.odds__active{outline:2px solid #FF8291}.bet-cell__content__value{font-size:14px;color:#00022a}.bet-cell__content__sum{font-size:8px;width:auto;max-width:100%;overflow:hidden;color:#00022a;white-space:nowrap}.match-table-mobile__row{display:flex;width:100%;justify-content:space-between;padding:5px 40px 5px 20px;border-bottom:1px solid #AAAABB;height:105px;gap:13px}.match-table-mobile__cell{display:flex;flex-direction:row;align-items:center;justify-content:center}.match-table-mobile__cell__time{color:#aab;font-size:10px;display:flex;flex-direction:column}.match-table-mobile__cell__match{font-size:14px;color:#00022a!important;font-weight:700}.match-table-mobile__cell__match>span{white-space:nowrap;display:inline-block;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width: 410px){.match-table-mobile__cell__match>span{max-width:120px;width:100%}}.match-table-mobile__cell__info{display:flex;gap:6px;width:35%;justify-content:flex-start}.match-table-mobile__cell__info-indicator{height:100%;width:5px;background-color:#d9d9d9;border-top-right-radius:5px;border-bottom-right-radius:5px;flex-shrink:0}.match-table-mobile__cell__info-indicator-active{background-color:#2abe82}.match-table-mobile__cell__info-content{display:flex;flex-direction:column;justify-content:space-between;height:100%;width:100%}.match-table-mobile__cell__matched{color:#aab;font-size:10px;width:62px}.match-table-mobile__cell__bets{gap:3px;justify-content:flex-start;width:168px}.match-table-mobile__body{display:flex;flex-direction:column;width:100%}.match-table-mobile__header{height:41px;line-height:30px;cursor:auto;color:#fff;background-image:url(/assets/headerBg-BhDAxGMY.png);background-repeat:no-repeat;background-position:center center;background-size:cover;display:flex;align-items:center;padding-left:20px;padding-right:8px;justify-content:space-between;gap:13px}.match-table-mobile__header-right{display:flex}.match-table-mobile__header__bets{width:168px;display:flex;gap:3px}.match-table-mobile__header__default{display:flex;align-items:center;justify-content:center;font-size:12px}.match-table-mobile__header__image{display:flex;align-items:center;gap:9px;font-size:14px;line-height:1rem;width:50%}.match-table-mobile__header__image .title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0;padding:0;line-height:1rem;color:#abb4ff;font-weight:700}.match-table-mobile__header__matched{width:62px;font-size:12px;font-weight:400}.match-table-mobile__header__first,.match-table-mobile__header__second,.match-table-mobile__header__draw{width:54px;font-size:12px;font-weight:400}.match-table-mobile{margin-bottom:10px}.status-modal{width:386px;display:flex;flex-direction:column;align-items:center;gap:24px}.status-modal--header{display:flex;flex-direction:column;align-items:center;gap:8px}.status-modal--header.success{color:#6da544}.status-modal--header.red{color:#d80027}.status-modal--message{font-family:Helvetica;font-weight:400;font-size:14px;line-height:100%;letter-spacing:0%;text-align:center;margin-bottom:0}.status-modal--btn{width:127px}.status-modal--btn>button{margin:0}.modal-status-container{min-width:0!important;width:auto!important}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;pointer-events:none;z-index:1000;transition:opacity .2s ease-in-out;padding:0 8px}.modal-overlay.pointer{pointer-events:auto}.modal-overlay.overlay-visible{background:#00022a99;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.modal-content{position:relative;padding:40px;border-radius:5px;min-width:300px;max-width:600px;pointer-events:auto;cursor:default;width:100%}.modal-content.fade-in{animation:fadeIn .2s ease-in-out}.modal-content.dark{background:#00022a;color:#fff;box-shadow:0 0 120px 60px #6464f759}.modal-content.light{background:#fff;color:#00022a;box-shadow:0 0 45px #00000040}.overlay{position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer;pointer-events:auto}@keyframes fadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.modal-content .modal-close-btn{position:absolute;top:10px;right:10px;width:24px;height:24px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.modal-content .modal-close-btn:hover{opacity:.8}.modal-overlay[leaving]{opacity:0}.modal-with-children{position:fixed;z-index:100;inset:0;background:#0008}.modal-with-children__header{width:100%;display:flex;justify-content:flex-start;font-weight:700;font-size:24px;padding:0 24px 16px;color:#20202e;border-bottom:1px solid #869099}.modal-with-children__content{padding:10px 24px;width:480px}@media screen and (max-width: 820px){.modal-with-children__content{width:100%}}.modal-with-children__content__max-width{width:auto}.modal-with-children__buttons{padding:0 24px;width:100%;display:flex;justify-content:space-between;gap:50px}.modal-with-children__main{position:absolute;background:#fff;width:fit-content;padding:24px 0;top:45%;left:50%;transform:translate(-50%,-50%);border-radius:5px}@media screen and (max-width: 820px){.modal-with-children__main{width:100%}}.modal-with-children__close-btn{position:absolute;width:6px;height:6px;transform:scale(3);z-index:1000;top:28px;right:32px;background:url("data:image/svg+xml,%3csvg%20width='8'%20height='8'%20viewBox='0%200%208%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%201L7%207'%20stroke='%236464F7'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M7%201L1%207'%20stroke='%236464F7'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat center;outline:none!important;border:none!important;cursor:pointer}.modal-with-children__close-btn:hover{opacity:.8}.with_error_message .alt-methods-modal{width:100%;max-width:480px}.with_error_message .alt-methods-modal__header{font-weight:700;font-size:24px;padding:0 24px 16px;color:#20202e;border-bottom:1px solid #869099}.with_error_message .alt-methods-modal__name{margin:10px 24px}.with_error_message .alt-methods-modal__row{display:flex;justify-content:space-between}.with_error_message .alt-methods-modal__card-number{margin:19px 24px;width:200px}.with_error_message .alt-methods-modal__expiry-date{margin:19px 24px;width:146px}.with_error_message .alt-methods-modal__cancel-btn{background-color:#898ca6}.with_error_message .alt-methods-modal__cancel-btn,.with_error_message .alt-methods-modal__add-btn{width:146px;margin:16px 23px 0}.with_error_message .alt-methods-modal__errormessage{display:flex;justify-content:center;font-size:14px;line-height:18px;color:#da3019;text-align:center}.with_error_message .alt-methods-modal .deposit-page .card-details-tab__header{display:flex;gap:16px;align-items:center;font-size:24px;padding:0 23px}.with_error_message .alt-methods-modal .deposit-page .card-details-tab__wrapper{display:flex;margin:32px;padding:16px 23px;background-color:#f2f3ff;border-radius:5px;max-width:1217px;column-gap:16px}.with_error_message .alt-methods-modal .deposit-page .card-details-tab__section+.card-details-tab__section{border-top:1px solid #e5e5ed;padding-top:32px}.with_error_message .alt-methods-modal .deposit-page .card-details-tab__cards-wrapper{display:flex;flex-wrap:wrap;gap:16px;padding:23px}.with_error_message .alt-methods-modal .deposit-page .card-details-tab__card{width:180px;height:110px;border-radius:5px;background-color:#e6e9ff;transition:.2s;cursor:pointer}.with_error_message .alt-methods-modal .deposit-page .card-details-tab__card-icon{padding:16px}.with_error_message .alt-methods-modal .deposit-page .card-details-tab__card-details{color:#6464f7;text-align:center;letter-spacing:2px}.with_error_message .alt-methods-modal .deposit-page .card-details-tab__card:hover{background-color:#cdd2ff}.with_error_message .alt-methods-modal .deposit-page .card-details-tab__add-card{display:flex;justify-content:center;align-items:center;width:180px;height:110px;border-radius:5px;border:1px solid #e6e9ff;color:#6464f7;transition:.2s;cursor:pointer}.with_error_message .alt-methods-modal .deposit-page .card-details-tab__add-card:hover{background-color:#cdd2ff}.with_error_message .alt-methods-modal .deposit-page .card-details-tab__add-card-text{display:flex;gap:8px}.with_error_message .alt-methods-modal .deposit-page .card-details-tab__sign-plus{display:flex;justify-content:center;align-items:center;width:20px;height:20px;border-radius:5px;background:#e5e5ed}.with_error_message .alt-methods-modal .deposit-page .card-details-tab .enter-amount-block{margin:16px 23px}.with_error_message .alt-methods-modal .deposit-page .card-details-tab__success{width:100%;height:50vh;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:16px;padding-bottom:10%;color:#20202e}.with_error_message .alt-methods-modal .deposit-page .card-details-tab__success-status{font-size:24px;margin-bottom:16px;display:flex;flex-direction:column;align-items:center;justify-content:revert;gap:5px}.with_error_message .alt-methods-modal .deposit-page .card-details-tab__success-value{color:#6464f7}.with_error_message .alt-methods-modal .deposit-page .card-details-tab__success-message{font-size:16px;text-align:center}.with_error_message .alt-methods-modal .deposit-page .card-details-tab__success-ref{font-size:12px;color:#898ca6}.with_error_message .alt-methods-modal .deposit-page .card-details-tab__button{width:100%;max-width:350px}.with_error_message .alt-methods-modal::-webkit-scrollbar{width:6px}.with_error_message .alt-methods-modal::-webkit-scrollbar-thumb{border-radius:5px;border:3px solid #e5e5ed}.send-recovery-link-form{align-items:center;display:flex;flex-direction:column;gap:15px}.send-recovery-link-form__heading{color:#6464f7;font-family:Helvetica;font-weight:400;font-size:24px;text-align:center;text-transform:uppercase}.send-recovery-link-form__field{width:100%}.send-recovery-link-form__field__hint{font-family:Helvetica;font-weight:400;font-size:12px;text-align:center;color:#fff}.send-recovery-link-form__button__container>button{margin:0;font-weight:700;width:137px}.set-new-password-form{align-items:center;display:flex;flex-direction:column;gap:24px}.set-new-password-form__heading{font-family:Helvetica;font-weight:400;font-size:24px;text-align:center;text-transform:uppercase;color:#6464f7;margin-bottom:7px}.set-new-password-form__field{width:100%;display:flex;align-items:center}.set-new-password-form__field label{width:50px}.set-new-password-form__button__container{display:flex;width:100%;justify-content:center}.set-new-password-form__button__container button{margin:0;font-weight:700;width:137px}.set-new-password-form__error{color:red}.reg-form{align-items:center;display:flex;flex-direction:column}.reg-form__field{width:100%}.signup-stepper-buttons{margin-top:24px;display:flex;flex-direction:column;align-items:center;gap:15px}.signup-stepper-buttons__nav{width:286px;display:flex;gap:12px}.signup-stepper-buttons__nav>button{margin:0;font-weight:700}.signup-stepper>h2{color:#6464f7;font-family:Helvetica;font-weight:400;font-size:24px;text-align:center;text-transform:uppercase;margin-bottom:27px}.change-email-form{align-items:center;display:flex;flex-direction:column}.change-email-form__heading{color:#6464f7;font-family:Helvetica;font-weight:400;font-size:24px;text-align:center;text-transform:uppercase;margin-bottom:18px}.change-email-form__message{text-align:center;color:#fff;margin-bottom:27px;font-family:Helvetica;font-weight:400;font-size:14px}.change-email-form__countdown{margin-top:20px;margin-bottom:40px}.change-email-form>button{width:150px;margin-bottom:0;margin-top:24px}.confirm-email-form{align-items:center;display:flex;flex-direction:column}.confirm-email-form__heading{color:#6464f7;font-family:Helvetica;font-weight:400;font-size:24px;text-align:center;text-transform:uppercase;margin-bottom:18px}.confirm-email-form__message{text-align:center;color:#fff;margin-bottom:27px;font-family:Helvetica;font-weight:400;font-size:14px}.confirm-email-form__countdown{margin-top:15px;text-align:center;color:#fff;margin-bottom:27px;font-weight:400;font-size:16px}.confirm-email-form__error{font-weight:400;font-size:12px;color:#da3019}.confirm-email-form>button{margin-bottom:0}.auth-form{align-items:center;gap:15px;max-width:534px;width:100%;flex-basis:534px;display:flex;flex-direction:column}.auth-form>h2{color:#6464f7;font-family:Helvetica;font-weight:400;font-size:24px;text-align:center;text-transform:uppercase;margin-bottom:12px}.auth-form__field{width:100%;display:flex;align-items:center}@media screen and (min-width: 1600px){.auth-form__field{font-size:18px}}@media screen and (min-width: 1920px){.auth-form__field{font-size:20px}}@media screen and (min-width: 2560px){.auth-form__field{font-size:22px;gap:20px}}.auth-form__field__title{min-width:100px}@media screen and (max-width: 600px){.auth-form__field__title{display:none}}.auth-form__field__radio{min-width:180px}@media screen and (max-width: 820px){.auth-form__field__radio{width:100%}}.auth-form__checkbox{display:flex;align-items:center}@media screen and (max-width: 820px){.auth-form__checkbox{width:100%}}.auth-form__checkbox__label{cursor:pointer}@media screen and (max-width: 820px){.auth-form__checkbox__label{font-size:12px}}@media screen and (min-width: 1600px){.auth-form__checkbox__label{font-size:14px}}@media screen and (min-width: 1920px){.auth-form__checkbox__label{font-size:16px}}@media screen and (min-width: 2560px){.auth-form__checkbox__label{font-size:18px}}.auth-form__checkbox__button{margin-right:10px;cursor:pointer}.auth-form__button__container{width:100%;justify-content:center;display:flex;align-items:center}@media screen and (max-width: 600px){.auth-form__button__container{flex-direction:column-reverse}}.auth-form__button__container .form-button{margin:0;width:137px;font-weight:700}@media screen and (max-width: 820px){.auth-form__button__container .form-button{font-size:13px}}.auth-form__error{color:red}.auth-form__register-link{width:100%;text-align:center;font-size:14px;font-family:Bahnschrift;font-weight:400;font-size:12px;color:#aab}.auth-form__register-link>span{color:#6464f7;cursor:pointer}.auth-form__register-btn{text-decoration:underline;cursor:pointer}.auth-form__register-btn:hover{text-decoration:none}.auth-form__forgot-link{cursor:pointer;text-decoration:none;color:#aab;font-family:Bahnschrift;font-weight:400;font-size:12px;text-align:right;margin-top:6px;flex-shrink:0;flex-basis:534px}.auth-form__forgot-link:hover{text-decoration:underline}.confirm-modal{width:100%;max-width:480px;display:flex;flex-direction:column;box-sizing:border-box;gap:15px}.confirm-modal__header{width:100%;display:flex;justify-content:flex-start;font-weight:700;font-size:24px;padding:0 24px 16px;color:#20202e;border-bottom:1px solid #869099}.confirm-modal__content{padding:0 24px;width:100%}.confirm-modal__buttons{padding:0 24px;width:100%;display:flex;justify-content:space-between}.confirm-modal__add{width:146px}.confirm-modal__cancel{background-color:#898ca6;width:146px}.otp-modal-container{padding:46px 24px}.otp-modal{display:flex;flex-direction:column;gap:16px;align-items:center}.otp-modal__text{text-align:center}.otp-modal__confirm{width:252px;height:32px;border-radius:5px;padding:7px 8px;gap:10px;color:#fff;font-size:16px;font-weight:500;cursor:pointer;transition:background .2s,border .2s;display:flex;align-items:center;justify-content:center}.otp-modal__confirm:disabled{background:#eaf1fb;color:#aab;border:1px solid #aaaabb;cursor:not-allowed}.otp-modal__buttons{display:flex;justify-content:center}.otp-modal__input{width:37px;height:40px;border-radius:5px;border:1px solid #AAAABB;text-align:center;font-size:20px;margin:0 4px;transition:border .2s;outline:none}.otp-modal__input:focus{border:1.5px solid #2B7FFF;background:#f5f8ff}.otp-modal__input--error{border:1.5px solid #ff4d4f;background:#fff0f0}.otp-modal__error{color:#ff4d4f}.otp-modal__inputs{display:flex;justify-content:center;margin:20px 0 10px}.canceled-modal{width:100%;max-width:480px;display:flex;flex-direction:column;box-sizing:border-box;gap:15px}.canceled-modal__header{width:100%;display:flex;justify-content:flex-start;font-weight:700;font-size:24px;padding:0 24px 16px;color:#20202e;border-bottom:1px solid #869099}.canceled-modal__content{padding:0 24px;width:100%}.canceled-modal__buttons{padding:0 24px;width:100%;display:flex;justify-content:space-between}.canceled-modal__add{width:146px}.canceled-modal__cancel{background-color:#898ca6;width:146px}.payment-withdraw-section__item{padding:22px;display:flex;width:190px;height:85px;position:relative;border-radius:5px;border:1px solid var(--gray5)}.payment-withdraw-section__item--active{border:1px solid var(--blue2)}.payment-withdraw-section__img{width:100%;object-fit:contain;height:40px}.payment-withdraw-section__input{width:100%;height:100%;position:absolute;top:0;left:0;opacity:0}.payment-withdraw-section__checkbox{background-color:var(--blue2);border-color:var(--blue2);width:14px;height:14px;border-radius:5px;position:absolute;bottom:15px;right:7px}.payment-withdraw-section__title{font-size:24px;color:var(--black)}.withdraw-information{display:flex;flex-direction:column;align-items:flex-start;gap:15px}.withdraw-information_item{display:flex;justify-content:center;align-items:flex-start;gap:5px}.withdraw-information-list{min-width:250px;font-size:14px;font-weight:400;font-family:Helvetica Regular,sans-serif}.withdraw-information-list--counter{font-weight:400;font-size:16px;color:var(--blue6);font-family:Helvetica Regular,sans-serif}.modal-title{color:#6464f7;font-family:Helvetica;font-weight:400;font-size:24px;line-height:100%;text-align:center;text-transform:uppercase}.payment-section__header{display:flex;gap:16px;align-items:center;font-size:24px;color:#20202e}@media screen and (max-width: 820px){.payment-section__header{justify-content:space-between}}.payment-section__header-gray{color:#898ca6}.payment-section__section+.alt-methods-tab__section{border-top:1px solid #e5e5ed;padding-top:32px}.payment-section ol{padding-left:23px;list-style:none;counter-reset:my-awesome-counter}.payment-section ol li{counter-increment:my-awesome-counter;margin:16px 0}.payment-section ol li:before{content:counter(my-awesome-counter);color:#6464f7;display:inline-block;margin-right:10px;font-weight:700;font-size:16px;border:1px solid #e5e5ed;text-align:center;width:30px;height:30px;padding-top:5px;border-radius:50%}.payment-section__wrapper{display:flex;margin:23px;padding:16px 23px;background-color:#f2f3ff;border-radius:5px;max-width:1217px;column-gap:16px}.payment-section__section-row{display:flex;align-items:center;flex-wrap:wrap;width:100%}.payment-section__table{margin:23px}.payment-section .enter-amount-block{flex:10}.payment-section__button{min-width:112px;align-self:stretch;max-width:100%;flex-grow:1}.payment-section__right-block{display:flex;align-items:center;width:100%;flex-wrap:wrap}.payment-section__fee-wrapper{display:flex;align-items:center;justify-content:space-between;max-width:367px;height:40px;border-radius:5px;margin-right:24px;min-width:320px}@media screen and (max-width: 820px){.payment-section__fee-wrapper{margin:0;min-width:auto}}.payment-section__fee{margin:0 12px 0 0;font-weight:700;font-size:16px;display:flex;justify-content:center;align-items:center;gap:5px}.payment-section__net-amount{margin:0 24px;color:#898ca6}.payment-section__net-amount-value{color:#6464f7}.payment-section__error{padding-left:10px;color:red}.payment-section__address{margin:23px;width:100%}.payment-section__address .enter-address-input{flex-direction:column;gap:8px;align-items:flex-start;width:100%;max-width:600px}.payment-section__default{width:100%;box-sizing:border-box;padding:36px}.payment-section .enter-amount-block{margin:0 23px}.question{width:24px;height:24px;background:var(--blue6);display:flex;justify-content:center;align-items:center;border-radius:5px}.question__img{width:13px;height:13px;object-fit:contain}.payment-content-block{display:flex;flex-direction:column}.payment-content-block__header{display:flex;align-items:center;gap:16px;padding:12px 24px;background:var(--dark-blue8)}.payment-content-block__header--title{font-size:16px;font-weight:400;font-family:Helvetica Regular,sans-serif;color:var(--gray5)}.payment-content-block__content{padding:12px 24px;overflow-x:scroll}.qr-code-modal{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:40px}.qr-code-modal__content{font-size:16px}.qr-code-modal__text-warning{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;color:red}.fileUploader{width:100%}.fileContainer{background:#fff;box-shadow:2px 2px 3px #0000000d;position:relative;border-radius:10px;padding:20px 0;display:flex;align-items:center;justify-content:center;flex-direction:column;margin:10px auto;transition:all .3s ease-in}.fileContainer input{opacity:0;position:absolute;z-index:-1}.fileContainer p{font-size:12px;margin:8px 0 4px}.fileContainer .errorsContainer{max-width:300px;font-size:12px;color:red;text-align:left}.fileContainer .chooseFileButton{padding:6px 23px;background:#3f4257;border-radius:30px;color:#fff;font-weight:300;font-size:14px;margin:10px 0;transition:all .2s ease-in;cursor:pointer;outline:none;border:none}.fileContainer .chooseFileButton:hover{background:#545972}.fileContainer .uploadFilesButton{padding:5px 43px;background:transparent;border-radius:30px;color:#3f4257;font-weight:300;font-size:14px;margin:10px 0;transition:all .2s ease-in;cursor:pointer;outline:none;border:1px solid #3f4257}.fileContainer .uploadFilesButton:hover{background:#3f4257;color:#fff}.fileContainer .uploadIcon{width:50px;height:50px}.fileContainer .uploadPicturesWrapper{display:flex;flex-wrap:wrap;justify-content:center;width:100%}.fileContainer .uploadPictureContainer{width:25%;margin:5%;padding:10px;background:#edf2f6;display:flex;align-items:center;justify-content:center;height:inherit;box-shadow:0 0 8px 2px #0000001a;border:1px solid #d0dbe4;position:relative}.fileContainer .uploadPictureContainer img.uploadPicture{width:100%}.fileContainer .deleteImage{position:absolute;top:-9px;right:-9px;color:#fff;background:#ff4081;border-radius:50%;text-align:center;cursor:pointer;font-size:26px;font-weight:700;line-height:30px;width:30px;height:30px}.flipMove{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;width:100%}.verification-block__title{font-size:16px;margin-bottom:13px}.verification-block__error{font-size:12px;line-height:18px;color:#da3019}.verification-block__action{font-size:12px;margin-bottom:7px}.verification-block__uploader{display:flex;gap:22px}.verification-block__uploader-right{width:100%}@media screen and (max-width: 570px){.verification-block__uploader{flex-direction:column;gap:0}.verification-block__uploader .verification-block__selector{margin-bottom:0}}.verification-block__selector{width:232px;margin-bottom:25px}.verification-block__image-container{position:relative;top:20px}.verification-block__image-container__uploader{margin-bottom:45px}.verification-block__image-container__uploader h4{position:relative;top:-15px}.verification-block__image-container__uploader-back{padding-top:15px}.verification-block__image-container__container .fileContainer{box-shadow:none;padding:0;margin:0;align-items:start}.verification-block__image-container__container .fileContainer .errorMessage{margin-top:30px}.verification-block__image-container__container .fileContainer .errorMessage+.errorMessage{margin:16px 0}.verification-block__image-container__container .fileContainer .deleteImage{background:#20202e}.verification-block__image-container__container .fileContainer .label{position:absolute;top:18px;color:#aab;margin-top:15px;line-height:normal}.verification-block__image-container__container .fileContainer .chooseFileButton{font-size:14px;text-transform:none;color:#6464f7;background-color:#fff;border-radius:5px;border:1px solid #6464f7;margin:0;white-space:nowrap}.verification-block__image-container__container .fileContainer .chooseFileButton:hover{background-color:#0010ce;color:#fff}.verification-block__image-container__container .fileContainer .chooseFileButton:active{background-color:#0062cc;border-color:#0062cc}.comments{padding-top:25px;border-top:1px solid #BEBEC5}.comments__error{font-size:12px;line-height:18px;color:#da3019}.comments__textarea{width:100%;padding:10px;resize:none;font-size:14px;margin-top:15px;border-color:#aab}.selector .selector__main{width:100%;height:32px;box-sizing:border-box;padding-left:16px;border-radius:5px;font-weight:700;background-color:#e6e9ff}.selector .selector__main:after{content:"";position:absolute;top:0;right:14px;width:10px;height:32px;background:url("data:image/svg+xml,%3csvg%20width='10'%20height='6'%20viewBox='0%200%2010%206'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9%201L5%205L1%201'%20stroke='%236464F7'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") center no-repeat}.selector .selector__options{display:none;position:absolute;left:0;top:32px;width:100%;margin:0;padding-left:0;list-style:none;background-color:#e6e9ff;border-radius:0 0 5px 5px;overflow:hidden;z-index:11;box-shadow:0 0 2px #0000004d}.documents{padding:38px 23px}.documents__title{font-size:32px}.documents__wrapper-blocks{display:flex;justify-content:space-between;flex-wrap:wrap;border-top:1px solid #BEBEC5;margin-top:12px;padding-top:12px;padding-bottom:25px}.documents__wrapper-blocks>div{width:45%}@media screen and (max-width: 1440px){.documents__wrapper-blocks{flex-direction:column;gap:28px}.documents__wrapper-blocks>div{width:100%}}.documents__buttons{margin-top:25px;gap:21px}.documents__buttons__button{width:185px;margin:0}.table-row-full{text-align:right;margin-top:5px}.table-row-full span{cursor:pointer;margin-right:5px;color:#000}@media screen and (min-width: 1366px){.table-row-full span{font-size:14.5px}}@media screen and (min-width: 1600px){.table-row-full span{font-size:16px}}@media screen and (min-width: 1920px){.table-row-full span{font-size:18px}}@media screen and (min-width: 2560px){.table-row-full span{font-size:20px}}.table-row-notfull{overflow:hidden;max-height:120px}.tab-popular-table{overflow-y:auto;width:100%;margin-top:-2px}.tab-popular-table tbody tr{display:flex;border-bottom:1px solid #AAAABB;padding:5px 0;height:54px}.tab-popular-table tbody tr th{justify-content:center}.tab-popular-table tbody tr th:first-child{justify-content:start;font-size:14px;font-weight:700}.tab-popular-table tbody tr th:first-child img{width:16px;margin-right:8px}.tab-popular-table tbody tr th:first-child{flex:1;font-size:14px;font-weight:400;color:#00022a}@media screen and (min-width: 1366px){.tab-popular-table tbody tr th:first-child{font-size:12.5px}}@media screen and (min-width: 1600px){.tab-popular-table tbody tr th:first-child{font-size:14px}}@media screen and (min-width: 1920px){.tab-popular-table tbody tr th:first-child{font-size:16px}}@media screen and (min-width: 2560px){.tab-popular-table tbody tr th:first-child{font-size:18px}}.tab-popular-table tbody tr th{display:flex;align-items:center;width:60px;padding:0;font-size:12px;font-weight:400}@media screen and (min-width: 1366px){.tab-popular-table tbody tr th{font-size:10.5px}}@media screen and (min-width: 1600px){.tab-popular-table tbody tr th{font-size:12px}}@media screen and (min-width: 1920px){.tab-popular-table tbody tr th{font-size:14px}}@media screen and (min-width: 2560px){.tab-popular-table tbody tr th{font-size:16px}}.tab-popular-table tbody .table-header{height:32px;line-height:30px;cursor:auto}@media screen and (max-width: 820px){.tab-popular-table tbody .table-header__mobile-text{font-size:14px!important}}.tab-popular-table tbody .table-header .tab-header__back-all-container{width:99px}.tab-popular-table tbody .table-header__back-all,.tab-popular-table tbody .table-header__lay-all{font-weight:400;font-size:12px;width:100%;text-align:center;white-space:nowrap;overflow:hidden;cursor:pointer}.tab-popular-table tbody .table-header__back-all{color:#6464f7}.tab-popular-table tbody .table-header__lay-all{color:#ffcbd1}.cash-out{position:relative;display:flex;align-items:center;gap:8px;cursor:pointer}@media screen and (max-width: 992px){.cash-out{font-size:12px}}.cash-out .cash-out-modal{cursor:default;position:absolute;top:25px;display:grid;grid-template-areas:"commitments pay" "commitments profit";grid-template-columns:200px 200px;grid-template-rows:30px 30px;background:#f5f5f5;padding:5px}.cash-out .cash-out-modal .commitments{grid-area:commitments;display:flex;align-items:center;justify-content:center;height:100%}.cash-out .cash-out-modal .commitments__value{font-weight:700}.cash-out .cash-out-modal .pay{grid-area:pay;display:flex;align-items:center;justify-content:center;height:100%;background:#ffce4f;font-weight:700;padding-top:10px}.cash-out .cash-out-modal .profit{grid-area:profit;display:flex;align-items:center;justify-content:center;height:100%;background:#ffce4f;padding-bottom:5px}.cash-out .cash-out-modal .profit__value{font-weight:700;color:red}.tab-popular-wrapper{display:flex;flex-wrap:wrap;gap:10px;padding-left:3px}.tab-popular-wrapper .tab-popular.visible{order:-1}.tab-popular-wrapper .tab-popular.visible .table-row-notfull{overflow:auto;max-height:none}.tab-popular-wrapper .tab-popular{width:calc(50% - 6.5px);margin-bottom:5px}@media screen and (max-width: 1440px) and (min-width: 1091px){.tab-popular-wrapper .tab-popular{width:100%}}@media (max-width: 840px){.tab-popular-wrapper .tab-popular{width:100%}}.tab-popular-wrapper .tab-popular__header{display:flex;align-items:center;font-style:normal;font-weight:700;font-size:14px;color:#fff;line-height:41px;background:#171e52;padding-left:5px}@media screen and (min-width: 1366px){.tab-popular-wrapper .tab-popular__header{font-size:12.5px}}@media screen and (min-width: 1600px){.tab-popular-wrapper .tab-popular__header{font-size:14px}}@media screen and (min-width: 1920px){.tab-popular-wrapper .tab-popular__header{font-size:16px}}@media screen and (min-width: 2560px){.tab-popular-wrapper .tab-popular__header{font-size:18px}}.tab-popular-wrapper .tab-popular__header>*{padding-right:10px}.tab-popular-wrapper .tab-popular__header .rules_root{left:-620px}.tab-popular-wrapper .tab-popular__header .cash-out-modal{z-index:10;left:-350px}.tab-popular-wrapper .tab-popular__header .rules{font-weight:400}.tab-popular-wrapper .tab-popular__view-all{text-align:right;margin-top:5px;background-color:#f7f7ff;padding-right:22px;height:42px}.tab-popular-wrapper .tab-popular__view-all>a{display:flex;justify-content:flex-end;align-items:center;height:100%}.tab-popular-wrapper .tab-popular__view-all span{cursor:pointer;margin-right:5px;color:#6464f7;font-size:12px}.tab-popular-wrapper .tab-popular__in-play{box-sizing:content-box;padding-right:16px}.tab-popular-wrapper .tab-popular__header-text{flex-grow:1}@media screen and (max-width: 820px){.tab-popular-wrapper .tab-popular__header-text{font-size:14px}}.tab-popular-wrapper{display:flex;flex-wrap:wrap}.other_markets{background:#fff;color:#000}.other_markets__header{font-style:normal;font-weight:400;font-size:16px;height:41px;line-height:41px;background-color:#171e52;cursor:auto;color:#fff;padding-left:5px}@media screen and (min-width: 1366px){.other_markets__header{font-size:14.5px}}@media screen and (min-width: 1600px){.other_markets__header{font-size:16px}}@media screen and (min-width: 1920px){.other_markets__header{font-size:18px}}@media screen and (min-width: 2560px){.other_markets__header{font-size:20px}}.other_markets__menu{font-style:normal;font-weight:700;font-size:12px;color:#fff;line-height:32px;border-bottom:1px solid #AAAABB;padding-top:3px;margin-bottom:3px}.other_markets__menu-list{display:flex;align-items:center;padding:0;list-style:none;gap:4px}.other_markets__menu-list__active{background:#fff}.other_markets__menu-item{display:flex;align-items:center;justify-content:center;width:100px;padding:0 10px;white-space:nowrap;cursor:pointer;transition:.2s;font-weight:700;border-top-right-radius:5px;border-top-left-radius:5px;border-top:1px solid #AAAABB;border-left:1px solid #AAAABB;border-right:1px solid #AAAABB;background-color:#aab}@media screen and (min-width: 1366px){.other_markets__menu-item{font-size:10.5px}}@media screen and (min-width: 1600px){.other_markets__menu-item{font-size:12px}}@media screen and (min-width: 1920px){.other_markets__menu-item{font-size:14px}}@media screen and (min-width: 2560px){.other_markets__menu-item{font-size:16px}}.other_markets__menu-item__active,.other_markets__menu-item:hover{background:#fff;color:#171e52}.odds{width:77px;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;cursor:default;border-radius:5px;color:#00022a}@media screen and (max-width: 1920px){.odds{width:105px}}@media screen and (max-width: 1600px){.odds{width:90px}}@media screen and (max-width: 1200px){.odds{width:60px}}@media screen and (max-width: 768px){.odds{width:77px}}.odds__value{font-size:14px}.odds__sum{font-size:12px;width:auto;max-width:100%;overflow:hidden}.odds__blue{background-color:#abb4ff;cursor:pointer}.odds__blue__3-0,.odds__blue__3-1{background-color:#abb4ff99}.odds__blue.odds__active,.odds__blue:hover{outline:2px solid #6464f7}.odds__orange{background-color:#ffcbd1;cursor:pointer}.odds__orange__3-1,.odds__orange__3-2{background-color:#ffe2e5}.odds__orange.odds__active,.odds__orange:hover{outline:2px solid #FF8291}.odds__empty{border:1px solid #EEEEEE}.odds__none{display:none}.mobile-place-bet{width:100%;height:50px;background:red;transition:.2s}.tab-popular-table tr{display:flex;height:40px;border-bottom:1px solid #e5e5ed;gap:7px}.tab-popular-table tr.active{background:#f6f6f6;outline:1px solid #869099}.tab-popular-table tr td:first-child{flex:1}.tab-popular-table tr td+td{margin-left:0;flex-shrink:0;width:99px}.tab-popular-table tr td+td>div{width:100%}.tab-popular-table tr td{display:flex;align-items:center;width:78px;padding:0;font-size:14px;font-weight:400}@media screen and (max-width: 1920px){.tab-popular-table tr td{width:105px}}@media screen and (max-width: 1600px){.tab-popular-table tr td{width:90px}}@media screen and (max-width: 1200px){.tab-popular-table tr td{width:60px}}@media screen and (max-width: 768px){.tab-popular-table tr td{width:77px}}.tab-popular-table tr td.tab-popular-title{display:flex;align-items:center;gap:8px;color:#00022a;font-size:14px}.tab-popular-table tr td.tab-popular-title .tab-popular-title__icon{position:relative;bottom:2px}.tab-popular-table tr td .time{display:flex;justify-content:center;align-items:center;height:100%;width:80px;text-align:center}.tab-popular-table tr td .time_gray{background-color:#f7f7ff;font-size:10px}@media screen and (min-width: 1366px){.tab-popular-table tr td .time_gray{font-size:8.5px}}@media screen and (min-width: 1600px){.tab-popular-table tr td .time_gray{font-size:10px}}@media screen and (min-width: 1920px){.tab-popular-table tr td .time_gray{font-size:12px}}@media screen and (min-width: 2560px){.tab-popular-table tr td .time_gray{font-size:14px}}.tab-popular-table tr td .time_green{background-color:#abf4d7;font-size:11px;font-weight:700}@media screen and (min-width: 1366px){.tab-popular-table tr td .time_green{font-size:9.5px}}@media screen and (min-width: 1600px){.tab-popular-table tr td .time_green{font-size:11px}}@media screen and (min-width: 1920px){.tab-popular-table tr td .time_green{font-size:13px}}@media screen and (min-width: 2560px){.tab-popular-table tr td .time_green{font-size:15px}}.tab-popular-table tr td .rivals{display:flex;justify-content:center;align-items:center;margin-left:24px;font-size:12px;font-weight:700;color:#20202e}@media screen and (min-width: 1366px){.tab-popular-table tr td .rivals{font-size:10.5px}}@media screen and (min-width: 1600px){.tab-popular-table tr td .rivals{font-size:12px}}@media screen and (min-width: 1920px){.tab-popular-table tr td .rivals{font-size:14px}}@media screen and (min-width: 2560px){.tab-popular-table tr td .rivals{font-size:16px}}.tab-popular-table tr td.matched{font-size:14px;color:#9c9c9c;justify-content:center}@media screen and (min-width: 1366px){.tab-popular-table tr td.matched{font-size:12.5px}}@media screen and (min-width: 1600px){.tab-popular-table tr td.matched{font-size:14px}}@media screen and (min-width: 1920px){.tab-popular-table tr td.matched{font-size:16px}}@media screen and (min-width: 2560px){.tab-popular-table tr td.matched{font-size:18px}}.tab-popular-table tr td .odds+.odds{margin-left:2px}.match_odds{background:#fff;color:#000}.match_odds__header{font-style:normal;font-weight:700;font-size:16px;color:#20202e;line-height:32px;background:#00022a;padding:15px 11px 15px 15px;display:flex;justify-content:space-between}@media screen and (min-width: 1366px){.match_odds__header{font-size:14.5px}}@media screen and (min-width: 1600px){.match_odds__header{font-size:16px}}@media screen and (min-width: 1920px){.match_odds__header{font-size:18px}}@media screen and (min-width: 2560px){.match_odds__header{font-size:20px}}.match_odds__header__breadcrums{display:flex;align-items:flex-end;flex-direction:column;color:#807f85}.match_odds__header__versus{display:flex;align-items:flex-start;flex-direction:column;color:#fff}.match_odds__header__versus>h1{font-size:16px;line-height:32px;margin-bottom:0;color:#abb4ff}.match_odds__header__toggleWidget{align-self:flex-start;font-size:10px;color:#fff;height:32px;cursor:pointer;font-weight:600}.match_odds__id{text-align:end}.match_odds__id a{color:#807f85}.match_odds .in-play-row{display:flex;justify-content:space-between;width:100%;margin-top:11px;align-items:center;padding:0 11px 17px 15px}@media screen and (min-width: 1366px){.match_odds .in-play-row{font-size:14.5px}}@media screen and (min-width: 1600px){.match_odds .in-play-row{font-size:16px}}@media screen and (min-width: 1920px){.match_odds .in-play-row{font-size:18px}}@media screen and (min-width: 2560px){.match_odds .in-play-row{font-size:20px}}.match_odds .in-play-row .in-play-row-block{display:flex;justify-content:space-between;gap:10px}@media screen and (max-width: 992px){.match_odds .in-play-row .in-play-row-block{gap:5px}}.match_odds .in-play-row .in-play{display:flex;align-items:center;gap:8px}@media screen and (max-width: 992px){.match_odds .in-play-row .in-play{font-size:12px}}.match_odds .in-play-row .info{position:relative;display:flex;align-items:center;gap:8px}.match_odds .in-play-row .info .rules_root{left:0;top:25px}.match_odds .in-play-row .info__icon{cursor:pointer;width:20px;height:20px;background-color:#abb4ff;opacity:.3;border-radius:5px;color:#6464f7;font-size:14px;font-weight:700;text-align:center;line-height:20px}.match_odds .in-play-row .info__icon:hover{opacity:.6}.match_odds .in-play-row__matched{display:flex;align-items:center;justify-content:flex-end;gap:16px}@media screen and (max-width: 992px){.match_odds .in-play-row__matched{font-size:12px}}.odds-table{overflow-y:auto;width:100%;margin-top:-2px;min-height:156px;border-collapse:collapse;margin-bottom:5px}.odds-table .table-header{border-top:none;border:none}.odds-table tbody tr{display:flex;height:54px;border-bottom:1px solid #AAAABB;padding:5px 10px 5px 0;gap:6px}.odds-table tbody tr th{justify-content:center}.odds-table tbody tr th:first-child{padding-left:5px;justify-content:start;font-size:16px;font-weight:400}.odds-table tbody tr th:first-child img{width:16px;margin-right:8px}.odds-table tbody tr th:first-child{flex:1;font-size:16px}@media screen and (min-width: 1366px){.odds-table tbody tr th:first-child{font-size:14.5px}}@media screen and (min-width: 1600px){.odds-table tbody tr th:first-child{font-size:16px}}@media screen and (min-width: 1920px){.odds-table tbody tr th:first-child{font-size:18px}}@media screen and (min-width: 2560px){.odds-table tbody tr th:first-child{font-size:20px}}.odds-table tbody tr th:last-child{width:120px}@media screen and (max-width: 992px){.odds-table tbody tr th:last-child{width:60px}}@media screen and (max-width: 576px){.odds-table tbody tr th:last-child{width:0}}.odds-table tbody tr th{display:flex;align-items:center;width:60px;padding:0;font-size:12px;font-weight:400}.odds-table tbody .table-header{height:41px;line-height:30px;background-color:#171e52;cursor:auto;color:#fff;font-weight:400}.odds-table tbody .table-header__cell{border:none}.odds-table tbody .table-header__back-all,.odds-table tbody .table-header__lay-all{font-weight:400;font-size:10px;cursor:pointer}.odds-table tbody .table-header__back-all{color:#6464f7}.odds-table tbody .table-header__lay-all{color:#ffcbd1}.odds-table__desktop tbody>tr:not(:first-child){align-items:center}.odds-table__desktop tbody>tr:not(:first-child)>td:nth-child(2),.odds-table__desktop tbody>tr:not(:first-child)>td:last-child{width:42px;height:32px}.odds-table__desktop tbody>tr:not(:first-child)>td:nth-child(2)>div,.odds-table__desktop tbody>tr:not(:first-child)>td:last-child>div{padding:0}.odds-table__desktop tbody>tr:not(:first-child)>td:nth-child(2)>div>.odds__sum,.odds-table__desktop tbody>tr:not(:first-child)>td:last-child>div>.odds__sum{font-size:12px}.odds-table__desktop tbody>tr:not(:first-child)>td:nth-child(2)>div>.odds__sum,.odds-table__desktop tbody>tr:not(:first-child)>td:last-child>div>.odds__sum{font-size:10px}.odds-table__desktop tbody>tr:not(:first-child)>td:nth-child(3),.odds-table__desktop tbody>tr:not(:first-child)>td:nth-child(6){width:54px;height:38px}.odds-table__desktop tbody>tr:not(:first-child)>td:nth-child(3)>div,.odds-table__desktop tbody>tr:not(:first-child)>td:nth-child(6)>div{padding:0}.odds-table__desktop tbody>tr:not(:first-child)>td:nth-child(4),.odds-table__desktop tbody>tr:not(:first-child)>td:nth-child(5){width:61px;height:44px}.odds-table__desktop tbody .table-header>td:nth-child(2),.odds-table__desktop tbody .table-header>td:last-child{width:42px}.odds-table__desktop tbody .table-header>td:nth-child(2)>div,.odds-table__desktop tbody .table-header>td:last-child>div{padding:0}.odds-table__desktop tbody .table-header>td:nth-child(3),.odds-table__desktop tbody .table-header>td:nth-child(6){width:54px}.odds-table__desktop tbody .table-header>td:nth-child(3)>div,.odds-table__desktop tbody .table-header>td:nth-child(6)>div{padding:0}.odds-table__desktop tbody .table-header>td:nth-child(4),.odds-table__desktop tbody .table-header>td:nth-child(5){width:61px}.odds-table tr{display:flex;height:40px;border-bottom:1px solid #e5e5ed}.odds-table tr td:first-child{flex:1}.odds-table tr td+td{margin-left:0}.odds-table tr td{display:flex;align-items:center;width:78px;padding:0;font-size:14px;font-weight:400}@media screen and (min-width: 1366px){.odds-table tr td{font-size:12.5px}}@media screen and (min-width: 1600px){.odds-table tr td{font-size:14px}}@media screen and (min-width: 1920px){.odds-table tr td{font-size:16px}}@media screen and (min-width: 2560px){.odds-table tr td{font-size:18px}}@media screen and (max-width: 1920px){.odds-table tr td{width:106px}}@media screen and (max-width: 1600px){.odds-table tr td{width:91px}}@media screen and (max-width: 1200px){.odds-table tr td{width:61px}}@media screen and (max-width: 768px){.odds-table tr td{width:78px}}.odds-table tr td.odd-title{padding-left:5px;display:flex;align-items:center;gap:14px}@media screen and (max-width: 992px){.odds-table tr td.odd-title{font-size:12px}}.odds-table tr td.odd-title .odd-title__icon{position:relative;bottom:2px}.odds-table tr td.odd-title div{display:flex;flex-direction:column;align-items:flex-start}.odds-table tr td.odd-title div .amount{position:relative}.odds-table tr td.odd-title div .amount:before{position:absolute;top:0;left:0}.odds-table tr td.odd-title div .amount.waste{padding-left:15px;color:#d80027}.odds-table tr td.odd-title div .amount.waste:before{content:"-$"}.odds-table tr td.odd-title div .amount.profit{padding-left:9px;color:#6da544}.odds-table tr td.odd-title div .amount.profit:before{content:"$"}.odds-table tr td .time{display:flex;justify-content:center;align-items:center;height:100%;width:80px;text-align:center}.odds-table tr td .time_gray{background-color:#f7f7ff;font-size:10px}.odds-table tr td .time_green{background-color:#abf4d7;font-size:11px;font-weight:700}.odds-table tr td .rivals{display:flex;justify-content:center;align-items:center;margin-left:24px;font-size:12px;font-weight:700;color:#20202e}.odds-table tr td.matched{font-size:14px;color:#9c9c9c;justify-content:center}.odds-table tr td .odds+.odds{margin-left:2px}.event-screen__widget{transition:all .23s ease-in-out;height:0;overflow:hidden}.event-screen__widget-show{height:300px}.date-selector{position:relative;width:100%;line-height:32px;font-size:12px;cursor:pointer;-webkit-user-select:none;user-select:none;z-index:99}.date-selector .date-selector__main{width:100%;height:32px;box-sizing:border-box;padding-left:16px;border-radius:5px;font-weight:400;font-size:14px;border:1px solid #abb4ff}.date-selector .date-selector__main:after{content:"";position:absolute;top:0;right:0;width:32px;height:32px;background:url("data:image/svg+xml,%3csvg%20width='18'%20height='20'%20viewBox='0%200%2018%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16%2018H2V7H16M13%200V2H5V0H3V2H2C0.89%202%200%202.89%200%204V18C0%2018.5304%200.210714%2019.0391%200.585786%2019.4142C0.960859%2019.7893%201.46957%2020%202%2020H16C16.5304%2020%2017.0391%2019.7893%2017.4142%2019.4142C17.7893%2019.0391%2018%2018.5304%2018%2018V4C18%203.46957%2017.7893%202.96086%2017.4142%202.58579C17.0391%202.21071%2016.5304%202%2016%202H15V0M14%2011H9V16H14V11Z'%20fill='%236464F7'/%3e%3c/svg%3e") center no-repeat;border-radius:0 5px 5px 0}.date-selector .date-selector__main_disabled{border-color:#d0d3e5;color:#20202e;cursor:auto}.date-selector .date-selector__main_disabled.date-selector__main:after{opacity:.5;cursor:auto}.date-selector .calendar{position:absolute;left:0;top:40px;width:280px;height:268px;background-color:#fff;border-radius:5px;overflow:hidden;font-size:14px!important;box-shadow:0 0 2px #0000004d}.date-selector .calendar .react-calendar__month-view__days{box-sizing:border-box;padding:0 14px 14px}.date-selector .calendar .react-calendar__month-view__days .react-calendar__month-view__days__day--neighboringMonth{color:#9c9cb4}.date-selector .calendar .react-calendar__navigation__next2-button,.date-selector .calendar .react-calendar__navigation__prev2-button{display:none}.date-selector .calendar .react-calendar__navigation__arrow{height:100%;width:35px;color:transparent;outline:none!important;border:none!important;cursor:pointer;background:url("data:image/svg+xml,%3csvg%20width='7'%20height='12'%20viewBox='0%200%207%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%201L1%206L6%2011'%20stroke='white'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat center center #5a5ae1}.date-selector .calendar .react-calendar__navigation__next-button{transform:rotate(180deg)}.date-selector .calendar .react-calendar__navigation{height:39px;background-color:#6464f7}.date-selector .calendar .react-calendar__navigation .react-calendar__navigation__label__labelText{font-weight:700;color:#fff}.date-selector .calendar .react-calendar__tile{flex-basis:36px!important;width:36px!important;height:36px!important;border-radius:50%;overflow:hidden;cursor:pointer}.date-selector .calendar .react-calendar__tile:hover{background-color:#cdd2ff;color:#fff}.date-selector .calendar .react-calendar__tile--active{background-color:#6464f7;color:#fff;outline:none!important;border:none!important}.date-selector .calendar .react-calendar__month-view__weekdays{padding-left:16px}.date-selector .calendar .react-calendar__month-view__weekdays__weekday{font-weight:700;color:#6464f7;flex-basis:36px!important;text-align:center}.date-selector .calendar .react-calendar__month-view__weekdays__weekday abbr{text-decoration:none;cursor:auto}.date-selector .calendar .react-calendar__year-view__months{padding-top:3.5px}.date-selector .calendar .react-calendar__year-view__months .react-calendar__year-view__months__month{width:50px!important;height:37px!important;max-width:50%!important;flex-basis:50%!important;border:1px solid #6464f7;border-radius:0}.date-selector .calendar .react-calendar__decade-view__years{padding-top:23px}.date-selector .calendar .react-calendar__decade-view__years .react-calendar__decade-view__years__year{width:50px!important;height:37px!important;max-width:50%!important;flex-basis:50%!important;border:1px solid #6464f7;border-radius:0}.date-selector .calendar .react-calendar__century-view__decades{padding-top:23px}.date-selector .calendar .react-calendar__century-view__decades .react-calendar__century-view__decades__decade{width:50px!important;height:37px!important;max-width:50%!important;flex-basis:50%!important;border:1px solid #6464f7;border-radius:0}.radio-btn input[type=radio],.radio-btn label{cursor:pointer}.radio-btn input[type=radio]{position:relative;height:12px;width:12px;margin-right:6px;appearance:none;outline:none}.radio-btn input[type=radio]:before{content:"";position:absolute;top:50%;left:50%;width:12px;height:12px;border-radius:50%;transform:translate(-50%,-50%);background-color:#e5e5ed;border:1px solid #c6c6cf}.radio-btn input[type=radio]:checked:after{content:"";position:absolute;top:50%;left:50%;width:6px;height:6px;border-radius:50%;background-color:#6464f7;transform:translate(-50%,-50%);visibility:visible}.selector_sort-by{position:relative;line-height:32px;font-size:12px;cursor:pointer;-webkit-user-select:none;user-select:none;width:200px}.selector{position:relative;width:100%;line-height:32px;font-size:12px;cursor:pointer;-webkit-user-select:none;user-select:none}.selector .selector__main{width:100%;height:32px;box-sizing:border-box;padding-left:8px;border-radius:5px;font-size:14px;font-weight:400;background-color:#e6e9ff}.selector .selector__main:after{content:"";position:absolute;top:0;right:8px;width:10px;height:32px;background:url("data:image/svg+xml,%3csvg%20width='10'%20height='6'%20viewBox='0%200%2010%206'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9%201L5%205L1%201'%20stroke='%236464F7'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") center no-repeat}.selector .selector__main_active{border-radius:5px 5px 0 0;box-shadow:0 0 2px #0000004d;z-index:10}.selector .selector__main_disabled{background-color:#d0d3e5;color:#20202e;cursor:auto}.selector .selector__main_active+.selector__options{display:block}.selector .selector__main.selector__main_active .selector__options{display:block}.selector .selector__options{display:none;position:absolute;left:0;top:32px;width:100%;margin:0;padding-left:0;list-style:none;background-color:#e6e9ff;border-radius:0 0 5px 5px;overflow:hidden;z-index:100;box-shadow:0 0 2px #0000004d}.selector .selector__options li{box-sizing:border-box;padding-left:16px;border-top:1px solid #d0d3e5}.selector .selector__options li:hover{background-color:#cdd2ff}.selector .selector__main_active.selector__main:after{transform:rotate(180deg)}.pagination{width:100%;margin-top:24px;margin-bottom:20px;display:flex;justify-content:center}.pagination .pagination__item{display:flex;justify-content:center;align-items:center;width:22px;height:22px;margin:4px;border-radius:5px;border:1px solid #898ca6;color:#898ca6;font-size:12px;cursor:pointer}.pagination .pagination__item_active,.pagination .pagination__item:hover{border-color:#6464f7;color:#6464f7}.mobile-table-row{display:flex;align-items:center;border-top:1px solid black;border-bottom:1px solid black;padding:10px 0}.mobile-table-row__toggle{width:50px;height:100%;display:flex;align-items:center;justify-content:center}.mobile-table-row__toggle__down{transform:rotate(90deg)}.mobile-table-row__toggle__up{transform:rotate(270deg)}.mobile-table-row__container{width:100%;display:flex;justify-content:space-between;gap:5px;padding:0 10px}.mobile-table-row__container__text{font-size:12px}.mobile-table-row__container__text:nth-child(1){flex:5}.mobile-table-row__container__text:nth-child(2){flex:1}.mobile-table-row__container__text:nth-child(3){flex:2}.mobile-table-row__container__default{color:#1a1a23}.mobile-table-row__container__red{color:red}.mobile-table-row__container__green{color:#209a68}.mobile-table-row-additional-info{display:flex;flex-direction:column;gap:5px}.mobile-table-collapse{width:100%;display:flex;flex-direction:column;gap:5px;padding:10px 20px}.mobile-table-main-content{width:100%;display:flex;justify-content:space-between}.mobile-table-wrapper{display:flex;flex-direction:column;gap:10px}.mobile-table-collapse__row{display:flex;gap:10px;color:#808185;align-items:center}.mobile-table-collapse__column{display:flex;flex-direction:column;gap:3px;color:#808185}.index-page-table-row__deposit{color:#6b6}.index-page-table-row__withdrawal{color:#fb989b}.index-page-table-row__bonus{color:#6464f7}.custom-tooltip{background:#060a13!important;opacity:1!important;z-index:10}@media (max-width: 920px){.custom-tooltip{width:310px!important}}.index-page__table .index-row{display:flex;min-height:41px;font-size:12px;font-weight:400;padding:0 20px}.index-page__table .index-row td{width:120px;display:flex;justify-content:center;align-items:center;justify-content:flex-start;color:#00022a;font-weight:400;font-size:14px}.index-page__table .index-row td:first-child{justify-content:center;align-items:flex-start;flex:1;min-width:120px}.index-page__table .index-row td:nth-child(8){width:250px}.index-page__table .index-row td:nth-of-type(2){min-width:120px;flex:2;justify-content:center;align-items:flex-start}.index-page__table .index-row .svg{margin-right:5px}.index-page__table .index-row .deposit{color:#6b6}.index-page__table .index-row .withdrawal{color:#fb989b}.index-page__table .index-row .bonus{color:#6464f7}.index-page__table .index-row .small-text{font-size:10px}@media screen and (min-width: 1366px){.index-page__table .index-row .small-text{font-size:8.5px}}@media screen and (min-width: 1600px){.index-page__table .index-row .small-text{font-size:10px}}@media screen and (min-width: 1920px){.index-page__table .index-row .small-text{font-size:12px}}@media screen and (min-width: 2560px){.index-page__table .index-row .small-text{font-size:14px}}.index-page__table .index-row .column-cell{display:flex;flex-direction:column}.index-page__table .index-row .column-cell__date{display:flex;flex-direction:column;align-items:center}.index-page__table .index-row_even{background-color:#e6e9ff}.index-page__table .description{flex-direction:column;text-align:center}.index-page__table .transaction-id{padding:0 5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.index-page__table .description-link{color:#000}.index-page__table .description-link:hover{text-decoration:underline}.index-page__table__fullWidth{width:100%}.index-page__table table{width:100%;padding-left:23px;padding-right:45px;border-spacing:0}.index-page__table table thead tr{display:flex;height:32px;background-color:#00022a;cursor:auto;padding:0 20px}.index-page__table table thead tr th{width:120px;justify-content:center;display:flex;justify-content:flex-start;align-items:center;font-size:14px;font-weight:700;color:#aab}.index-page__table table thead tr th:nth-child(8){width:250px}.index-page__table table thead tr th:nth-of-type(2){min-width:120px;flex:2}.index-page__table table thead tr th:first-child{flex:1;min-width:120px}.index-page__table .index-page-empty{margin-top:32px;font-size:14px;text-align:center}.index-page{width:100%;height:100%;overflow:auto;min-height:70vh}.index-page::-webkit-scrollbar-thumb{border:1px solid #6464f7;border-radius:33px}.index-page::-webkit-scrollbar-thumb:hover{opacity:.8}.index-page::-webkit-scrollbar{height:6px;background:#aab;border-radius:33px}.index-page__header{box-sizing:border-box;width:100%;padding-left:23px;padding-right:45px;margin:38px 0;display:flex;align-items:center;justify-content:space-between}@media screen and (max-width: 820px){.index-page__header{margin:18px 0}}.index-page__header__title{font-size:32px}@media screen and (max-width: 820px){.index-page__header__title{font-size:26px}}.index-page__header__btns{display:flex;gap:18px}.index-page__filter{padding-left:23px;margin-bottom:20px}.index-page__filter p{margin-top:0;text-align:left;font-size:16px}.index-page__filter-container{display:flex;justify-content:space-between}.index-page__filter-container__left-block{width:100%;display:flex;gap:23px}@media screen and (max-width: 820px){.index-page__filter-container__left-block{flex-direction:column}}.index-page__filter-container__left-block .radio-group{margin-top:2px;margin-bottom:12px}.index-page__filter-container__left-block .choise-date-filter{flex:1;width:100%;max-width:240px}@media screen and (max-width: 820px){.index-page__filter-container__left-block .choise-date-filter .index-page-selector{z-index:100}}.index-page__filter-container__left-block .date-filter{flex:2;width:100%}.index-page__filter-container__left-block .date-filter .range-selectors{display:flex}.index-page__filter-container__left-block .date-filter .range-selectors .selector-wrapper{max-width:160px;width:100%}@media screen and (max-width: 820px){.index-page__filter-container__left-block .date-filter .range-selectors .selector-wrapper .second-selector .calendar{right:0;left:unset}}.index-page__filter-container__left-block .date-filter .range-selectors .devider-wrapper{width:23px;font-size:14px;display:flex;justify-content:center;align-items:center}.about-us{color:#c6c6cf;background-color:#18191d;background:url(/assets/about_us-DMG1IwWb.jpg) no-repeat center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;max-height:100%}.about-us-wrapper{display:flex;flex-direction:row;font-size:24px;height:80vh;align-items:flex-end}.about-us-text{margin-bottom:2em;margin-left:2em;width:450px}.about-us-text__bold{font-family:Circle Bold,sans-serif;font-weight:700;margin-bottom:.5em}.about-us-text__normal{font-family:Circle,sans-serif;margin-bottom:.5em}.contact-us{background-size:20%;background-repeat:no-repeat;background-position:10%}.contact-us{color:#c6c6cf;background-color:#18191d;background-image:url(/assets/logo_1-DV3a-N9w.svg);padding:50px}.contact-us-wrapper{display:flex;margin:5em 5em 5em 30em;flex-direction:column;font-size:18px}@media screen and (max-width: 1200px){.contact-us-wrapper{margin:3em 3em 3em 15em}}@media screen and (max-width: 750px){.contact-us-wrapper{margin:1em 1em 1em 8em}}.our-history{background-size:contain;background-repeat:no-repeat}.ceo-photo{margin:auto;width:100%;max-width:300px;max-height:100%;object-fit:contain}.our-history{color:#c6c6cf;background-color:#18191d;background-image:url(/assets/logo_1-DV3a-N9w.svg);background-blend-mode:overlay;padding:50px}.history-wrap{display:flex;flex-direction:column;margin-left:3em;margin-right:5em}.history-content-wrap{display:flex;justify-content:space-around;flex-direction:row;align-items:flex-start;font-size:24px}@media screen and (max-width: 987px){.history-content-wrap{flex-direction:row;font-size:16px}}@media screen and (max-width: 779px){.history-content-wrap{flex-direction:column}}.history-title{font-size:24px;margin-bottom:1.5rem}.history-text{flex:50%;display:flex;flex-direction:column;margin:0 auto;padding-right:5em}@media screen and (max-width: 987px){.history-text{flex:70%}}@media screen and (max-width: 779px){.history-text{padding-right:0}}.history-photo-wrap{flex:50%;flex-direction:column;margin:0 auto}@media screen and (max-width: 987px){.history-photo-wrap{flex:30%}}.history-photo-text{display:flex;flex-direction:column}.history-photo-surname{align-self:flex-start}.history-photo-grade{align-self:flex-end}.mobile-table-row__text{flex:1}.mobile-table-row__text:first-child{flex:3}.mobile-table-row__text__default{color:#1a1a23}.mobile-table-row__text__red{color:red}.mobile-table-row__text__green{color:#209a68}.mobile-table-row__text__blue{color:#abb4ff}.mobile-table-row__text__orange{color:#ffd0bf}.test{display:flex;flex-direction:column;gap:10px}.my-bets-page-filter{display:flex;flex-direction:column;justify-content:space-between;width:296px}.my-bets-page-filter__left-block{display:flex;flex-direction:column;width:100%}@media screen and (max-width: 820px){.my-bets-page-filter__left-block{width:100%}}.my-bets-page-filter__left-block__radio-group{align-content:center}.my-bets-page-filter__left-block__range-selectors{display:flex;flex:1;justify-content:space-between;align-items:center;gap:10px}.my-bets-page-filter__left-block__range-selectors .date-selector-wrapper{flex:1}@media screen and (max-width: 820px){.my-bets-page-filter__left-block__range-selectors .date-selector-wrapper .second-selector .calendar{right:0;left:unset}}.my-bets-page-filter__right-block{width:100%;font-size:14px;font-weight:400;gap:22px;display:flex;color:#000;justify-content:space-between;align-items:center}.my-bets-page-filter__right-block p{margin-bottom:13px;font-weight:700}@media screen and (max-width: 710px){.my-bets-page-filter{gap:30px;width:100%}}.my-bets-page-header{box-sizing:border-box;display:flex;flex-direction:column;gap:29px}.my-bets-page-header__title img{height:16px}.my-bets-page-header__title span{font-size:32px}.my-bets-page-header__title .small{font-size:14px;color:#aab;font-weight:400;margin-left:15px}.my-bets-page-header__title__default{color:#000;font-weight:400}.my-bets-page-header__title__gray{color:#898ca6}.my-bets-page-header-info{display:flex;align-items:flex-end;column-gap:21px;flex-wrap:wrap}.my-bets-page-header-info__text{display:flex;align-items:flex-end;gap:15px}.my-bets-page-header-info__text>span:first-child{font-weight:400;font-size:14px;color:#aab}@media screen and (max-width: 820px){.my-bets-page-header-info__text{justify-content:space-between}}.my-bets-page-header-info__text__cash-value{font-weight:400;font-size:32px;color:#20202e}.my-bets-page-header-info__buttons{display:flex;align-items:center;justify-content:flex-end;gap:19px}.my-bets-page-header-info__buttons>.form-button{margin:0}@media screen and (max-width: 820px){.my-bets-page-header-info__buttons{justify-content:space-between}}.checkbox{-webkit-user-select:none;user-select:none}.checkbox label{display:flex}.checkbox label .title{padding-top:2px;font-size:14px}.checkbox label input{display:none}.checkbox label span{height:16px;width:16px;margin-right:8px;border:1px solid gray;display:inline-block;position:relative;background-color:#fff;border-radius:5px;padding:3px;cursor:pointer}.checkbox label [type=checkbox]:checked+span{background-color:#6464f7;border-color:#6464f7}.checkbox label [type=checkbox]:checked+span:before{content:"";position:absolute;top:0;width:100%;height:100%;left:0;line-height:1;font-size:16px;color:#fff;background-image:url("data:image/svg+xml,%3csvg%20width='11'%20height='8'%20viewBox='0%200%2011%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%203.57143L4.27273%207L10%201'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center}.open-bets-mobile-table__row__blue{background:#e6e9ff}.open-bets-mobile-table__row__orange{background:#ffe7df}.open-bets-mobile-table__header{display:flex;gap:5px;padding:0 10px 0 50px;font-size:14px;height:80px;align-items:center}.open-bets-mobile-table__header__blue{background:#abb4ff}.open-bets-mobile-table__header__orange{background:#ffd0bf}.open-bets-mobile-table__header__cancel{margin-left:auto;border:1px solid black;cursor:pointer;padding:1px 2px;font-size:10px}.open-bets-mobile-table__header__element{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:3px;flex:1}.open-bets-mobile-table__header__element-name{align-items:flex-start}.open-bets-mobile-table__header__element .radio-btn{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:3px}.open-bets-mobile-table__header__element:first-child{flex:3}.open-bets-mobile-table__header__element:nth-child(5){min-width:30px;padding:0 5px;flex:0}.open-bets-mobile-table__header__element:nth-child(4){flex-basis:60px}.open-bets-mobile-table__content{display:flex;font-size:14px}.open-bets-mobile-table__content__element{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:3px;flex:1}.open-bets-mobile-table__content__element .close-btn{width:6px;height:6px;margin-right:11px;background:url("data:image/svg+xml,%3csvg%20width='8'%20height='8'%20viewBox='0%200%208%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%201L7%207'%20stroke='%236464F7'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M7%201L1%207'%20stroke='%236464F7'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat center;outline:none!important;border:none!important;cursor:pointer}.open-bets-mobile-table__content__element .close-btn:hover{opacity:.8}.open-bets-mobile-table__content__element:first-child{align-items:flex-start;flex:3}.open-bets-mobile-table__content__element__event-time{font-size:12px;opacity:.85}.open-bets-mobile-table__content__element:last-child{padding:0 5px;flex:0}.my-bets-row{display:flex;min-height:60px;font-size:12px;font-weight:400;padding:8px 20px;gap:18px;border-bottom:1px solid #171e52;color:#00022a}.my-bets-row td{width:79px;word-wrap:break-word;text-align:center;display:flex;justify-content:center;align-items:center}.my-bets-row td:nth-of-type(3){width:30px}.my-bets-row td:nth-of-type(4){width:386px}.my-bets-row td:nth-of-type(5){width:55px}.my-bets-row td:nth-of-type(6){width:95px}.my-bets-row td:nth-of-type(7){width:65px}.my-bets-row td:nth-of-type(8){width:45px}.my-bets-row td:nth-of-type(10){width:125px}.my-bets-row .green{color:#209a68}.my-bets-row .red{color:red}.my-bets-row .blue{background:#e6e9ff;border-radius:5px}.my-bets-row .orange{background:#ffcbd1;border-radius:5px}.my-bets-row .description{flex-direction:column;text-align:center}.my-bets-row .description-link{font-size:14px;color:#00022a}.my-bets-row .description-link:hover{text-decoration:underline}.my-bets-row .column-cell{display:flex;flex-direction:column}.my-bets-row .column-cell-email{width:200px}.my-bets-page{min-height:70vh}.my-bets-page__table-wrapper{overflow-x:auto;transform:rotateX(180deg);padding-bottom:12px}.my-bets-page__table-wrapper::-webkit-scrollbar-thumb{border:1px solid #6464f7;border-radius:33px}.my-bets-page__table-wrapper::-webkit-scrollbar-thumb:hover{opacity:.8}.my-bets-page__table-wrapper::-webkit-scrollbar{height:6px;background:#aab;border-radius:33px}.my-bets-page__table{padding:0 45px 0 23px;width:100%;overflow:hidden}.my-bets-page__table table{width:100%;border-spacing:0;transform:rotateX(180deg);border-collapse:collapse}.my-bets-page__table table thead tr{padding:0 20px;display:flex;gap:18px;height:41px;background-color:#00022a;cursor:auto}.my-bets-page__table table thead tr th{width:79px;display:flex;justify-content:center;align-items:center;font-size:12px;font-weight:700;color:#aab}.my-bets-page__table table thead tr th:nth-of-type(3){width:30px}.my-bets-page__table table thead tr th:nth-of-type(4){width:386px}.my-bets-page__table table thead tr th:nth-of-type(5){width:55px}.my-bets-page__table table thead tr th:nth-of-type(6){width:95px}.my-bets-page__table table thead tr th:nth-of-type(7){width:65px}.my-bets-page__table table thead tr th:nth-of-type(8){width:45px}.my-bets-page__table table thead tr th:nth-of-type(10){width:125px}.my-bets-page__table table thead tr .column-header-email{width:200px}.my-bets-page__table .my-bets-page-empty{margin-top:32px;font-size:14px;text-align:center}.my-bets-page__pagination{transform:rotateX(180deg)}.my-bets-page{width:100%;height:100%;overflow:auto}.my-bets-page_header{padding:38px 45px 31px 23px;display:flex;justify-content:space-between}.my-bets-page .spacer{flex:1}.my-bets-page .form-button--inner{width:218px}.my-bets-page .form-button--inner-outlined{width:100px}.my-bets-page__filter{padding-left:24px;margin-bottom:48px}.my-bets-page__filter p{margin-top:0;text-align:left;font-size:16px}@media screen and (max-width: 710px){.my-bets-page_header{flex-direction:column;gap:30px;padding:36px 20px 26px}}.time-table-item{flex:1;display:flex;flex-direction:column;justify-content:space-between}.time-table-item__main{display:flex;flex-direction:column}.time-table-item__main .time-table-item__header{display:flex;align-items:center;justify-content:space-between;height:41px;padding-left:5px;color:#abb4ff;background-color:#21212f;font-size:14px;font-weight:700;background-image:url(/assets/headerBg-BhDAxGMY.png);background-repeat:no-repeat;background-position:center center;background-size:cover}@media screen and (max-width: 820px){.time-table-item__main .time-table-item__header{font-size:12px}}.time-table-item__main .time-table-item__header-image{margin-right:9px}.time-table-item__main .time-table-item__header-left{display:flex;align-items:center}.time-table-item__main .time-table-item__header-right{margin-right:10px;cursor:pointer}.time-table-item__main .time-table-item__header-right>a{display:flex;align-items:center;gap:9px;color:#aab;font-size:14px;text-decoration:none}.time-table-item__main .time-table-item__row{display:flex;height:54px;border-bottom:1px solid #AAAABB;padding:5px}.time-table-item__main .time-table-item__row .time{display:flex;justify-content:center;align-items:center;height:100%;width:91px;text-align:center;color:#00022a;border-radius:5px;font-size:12px}.time-table-item__main .time-table-item__row .time_gray{background-color:#e6e9ff}.time-table-item__main .time-table-item__row .time_green{background-color:#abf4d7}.time-table-item__main .time-table-item__row .rivals{display:flex;justify-content:center;align-items:center;margin-left:22px;font-size:14px;font-weight:700;color:#00022a}@media screen and (min-width: 1366px){.time-table-item__main .time-table-item__row .rivals{font-size:12.5px}}@media screen and (min-width: 1600px){.time-table-item__main .time-table-item__row .rivals{font-size:14px}}@media screen and (min-width: 1920px){.time-table-item__main .time-table-item__row .rivals{font-size:16px}}@media screen and (min-width: 2560px){.time-table-item__main .time-table-item__row .rivals{font-size:18px}}.with_preloader{height:100%;position:relative;width:100%}.with_preloader .with_preloader__img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.with_preloader-test{width:max-content;height:max-content;min-width:100%;position:relative}@media screen and (max-width: 820px){.with_preloader-test{width:100%}}.table-wrapper .search-block{height:30px;background-color:#1a1a23;overflow:hidden;z-index:1}.table-wrapper .search-block .search-form{position:relative;z-index:2;height:100%;width:384px}.table-wrapper .search-block .search-form input{width:100%;height:100%;box-sizing:border-box;padding-left:24px;border:none;outline:none!important}.table-wrapper .search-block .search-form input:focus+.search-icon{display:none}.table-wrapper .search-block .search-form .search-icon{position:absolute;top:0;right:0;width:16px;height:30px;margin-right:24px;background:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.34993%201.60203C7.21421%20-0.533686%203.73817%20-0.533686%201.60245%201.60203C-0.532807%203.73821%20-0.532807%207.21379%201.60245%209.34997C3.50436%2011.2514%206.4665%2011.4551%208.60083%209.97037C8.64574%2010.1829%208.74852%2010.3857%208.9138%2010.5509L12.0241%2013.6612C12.4773%2014.1136%2013.2098%2014.1136%2013.6607%2013.6612C14.1135%2013.2084%2014.1135%2012.476%2013.6607%2012.0246L10.5504%208.91339C10.3861%208.74949%2010.1828%208.64625%209.97032%208.60134C11.456%206.46655%2011.2523%203.50487%209.34993%201.60203ZM8.36795%208.368C6.77345%209.96249%204.17846%209.96249%202.58443%208.368C0.990855%206.7735%200.990855%204.17897%202.58443%202.58447C4.17846%200.990439%206.77345%200.990439%208.36795%202.58447C9.96245%204.17897%209.96245%206.7735%208.36795%208.368Z'%20fill='%23454545'/%3e%3c/svg%3e") center center no-repeat}.table-wrapper .full-screen{height:calc(100svh - 151px)}@media (max-width: 820px){.table-wrapper .full-screen{height:calc(100svh - 151px)}}.dropdown-search{display:flex;position:absolute;z-index:11;height:calc(100svh - 187px);width:100%}@media screen and (max-width: 1090px){.dropdown-search{height:calc(100svh - 278px)}}.dropdown-search__preload,.dropdown-search__empty{background-color:#30313c;width:100%;height:100%;display:flex;justify-content:center;align-items:center;color:#fff;font-size:24px}.dropdown-search .menu{overflow-y:hidden;background-color:#202026;max-height:100vh;max-width:368px;flex:1 1 20%}.dropdown-search .menu__item{margin-bottom:40px}.dropdown-search .menu__title{display:block;color:#fff;font-size:16px;line-height:18px;padding:14px 18px;border-bottom:1px solid rgb(47,46,54)}.dropdown-search .menu__items{color:#fff;margin-bottom:60px}.dropdown-search .menu .accordion-item{cursor:pointer}.dropdown-search .menu .accordion-button{position:relative;display:flex;font-size:14px;font-weight:500;line-height:17px;align-items:center;width:100%;padding:8px 18px;color:#fff;text-align:left;background-color:#202026;border:0;border-radius:0;overflow-anchor:none;text-transform:capitalize;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease}.dropdown-search .menu .accordion-button:after{display:none}.dropdown-search .menu .accordion-button:before{content:"";width:12px;height:12px;margin:-1px 20px 0 10px;background:url("data:image/svg+xml,%3csvg%20width='6'%20height='10'%20viewBox='0%200%206%2010'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%201L5%205L1%209'%20stroke='%2320202E'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat center;background-size:cover;filter:contrast(.5);transition:transform .2s ease-in-out;display:none}.dropdown-search .menu .accordion-button:focus{box-shadow:none}.dropdown-search .menu .accordion-button:not(.collapsed){color:#fff;background-color:#202026;box-shadow:unset;cursor:pointer;z-index:1}.dropdown-search .menu .accordion-button:not(.collapsed):hover{background-color:#27272d}.dropdown-search .menu .accordion-button:not(.collapsed):before{background:url("data:image/svg+xml,%3csvg%20width='6'%20height='10'%20viewBox='0%200%206%2010'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%201L5%205L1%209'%20stroke='%2320202E'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat center;transform:rotate(90deg);background-size:cover;display:none}.dropdown-search .menu .accordion{z-index:1}.dropdown-search .menu .accordion-item{background-color:#202026;border:0;position:relative;margin-bottom:5px;width:100%;cursor:pointer;z-index:1}.dropdown-search .menu .accordion-body{padding:0}.dropdown-search .menu .accordion-header{position:relative}.dropdown-search .menu .accordion-header:before{content:"";position:absolute;top:0;left:0;width:6px;height:100%;background-color:#61667f;border-radius:6px;z-index:12}.dropdown-search .menu .collapse:not(.show){display:none}.dropdown-search .menu__submenu{list-style:none;margin:0;padding:0}.dropdown-search .menu__submenu li{font-size:14px;line-height:34px;height:auto;color:#9ea1b4;padding:0 16px;cursor:pointer}.dropdown-search .menu__submenu li:hover{color:#fff;transition:background-color .3s ease 0s;background-color:#25242b}.dropdown-search .menu__submenu.type__champ li:before{content:"";background-size:cover;width:14px;height:14px}.dropdown-search .menu:hover{overflow-y:overlay}.dropdown-search__result{max-height:100vh;flex:2 1 0;background-color:#30313c;padding:0 16px 5px;overflow-y:hidden}@media screen and (max-width: 820px){.dropdown-search__result{overflow-y:scroll}}.dropdown-search__result a{text-decoration:none}.dropdown-search__result>a{display:flex;align-items:center;margin:24px 0 12px}.dropdown-search__result:hover{overflow-y:overlay;z-index:99}.dropdown-search__champTitle{color:#858aa2;display:flex;font-size:14px}.dropdown-search__champTitle:before{content:"";background-size:cover;height:20px;width:20px;margin:-2px 7px -3px 0}.dropdown-search__liveBadge{-webkit-box-align:center;align-items:center;width:max-content;padding:2px 10px;margin-left:10px;border-radius:20px;font-weight:500;line-height:17px;box-sizing:border-box;display:inline-block;height:21px;font-size:12px;background-color:#77150c;color:#fff;margin-top:-2px}.dropdown-search__matchRow{margin:12px 0;font-size:14px;line-height:18px;display:flex;-webkit-box-pack:justify;justify-content:space-between}.dropdown-search__matchRow span{display:block;font-size:15px;color:#858aa2}.dropdown-search__matchRow .date{white-space:nowrap}@media screen and (max-width: 820px){.dropdown-search__matchRow .date{font-size:12px}}.dropdown-search__matchRow .match-name{color:#fff}@media screen and (max-width: 820px){.dropdown-search__matchRow .match-name{font-size:12px}}.dropdown-search__matchRow a{display:flex;justify-content:space-between;width:100%}.dropdown-search ::-webkit-scrollbar{width:5px;height:5px}.dropdown-search ::-webkit-scrollbar-button{background-repeat:no-repeat;width:5px;height:5px}.dropdown-search ::-webkit-scrollbar-track{background-color:transparent;width:5px;height:5px}.search-wrapper{position:relative}.search-wrapper .search-block{height:48px;overflow:hidden;z-index:1;padding:8px 5px}@media screen and (max-width: 1090px){.search-wrapper .search-block{display:flex;justify-content:center}}.search-wrapper .search-block .search-form{position:relative;z-index:2;height:100%;width:384px}.search-wrapper .search-block .search-form input{width:100%;height:100%;box-sizing:border-box;padding-left:10px;border:1px solid #AAAABB;border-radius:5px;outline:none!important;overflow:hidden;text-overflow:ellipsis}@media screen and (min-width: 1366px){.search-wrapper .search-block .search-form input{font-size:12.5px}}@media screen and (min-width: 1600px){.search-wrapper .search-block .search-form input{font-size:14px}}@media screen and (min-width: 1920px){.search-wrapper .search-block .search-form input{font-size:16px}}@media screen and (min-width: 2560px){.search-wrapper .search-block .search-form input{font-size:18px}}.search-wrapper .search-block .search-form input::placeholder{width:calc(100% - 30px)}.search-wrapper .search-block .search-form .search-icon{position:absolute;background-color:#fff;top:0;right:0;width:16px;height:30px;margin-right:10px;background:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.34993%201.60203C7.21421%20-0.533686%203.73817%20-0.533686%201.60245%201.60203C-0.532807%203.73821%20-0.532807%207.21379%201.60245%209.34997C3.50436%2011.2514%206.4665%2011.4551%208.60083%209.97037C8.64574%2010.1829%208.74852%2010.3857%208.9138%2010.5509L12.0241%2013.6612C12.4773%2014.1136%2013.2098%2014.1136%2013.6607%2013.6612C14.1135%2013.2084%2014.1135%2012.476%2013.6607%2012.0246L10.5504%208.91339C10.3861%208.74949%2010.1828%208.64625%209.97032%208.60134C11.456%206.46655%2011.2523%203.50487%209.34993%201.60203ZM8.36795%208.368C6.77345%209.96249%204.17846%209.96249%202.58443%208.368C0.990855%206.7735%200.990855%204.17897%202.58443%202.58447C4.17846%200.990439%206.77345%200.990439%208.36795%202.58447C9.96245%204.17897%209.96245%206.7735%208.36795%208.368Z'%20fill='%23454545'/%3e%3c/svg%3e") center center no-repeat}.search-wrapper .search-block .search-form .close-icon{position:absolute;top:0;right:0;width:16px;height:30px;margin-right:10px;background:url("data:image/svg+xml,%3csvg%20width='8'%20height='8'%20viewBox='0%200%208%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%201L7%207'%20stroke='%236464F7'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M7%201L1%207'%20stroke='%236464F7'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") center center no-repeat;cursor:pointer}.start-page{width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-start;min-height:156px}.start-page .table-wrapper .search-block{height:30px;background-color:#1a1a23;overflow:hidden}.start-page .table-wrapper .search-block .search-form{position:relative;height:100%;width:384px}.start-page .table-wrapper .search-block .search-form input{width:100%;height:100%;box-sizing:border-box;padding-left:24px;border:none;outline:none!important}.start-page .table-wrapper .search-block .search-form input:focus+.search-icon{display:none}.start-page .table-wrapper .search-block .search-form .search-icon{position:absolute;top:0;right:0;width:16px;height:30px;margin-right:24px;background:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.34993%201.60203C7.21421%20-0.533686%203.73817%20-0.533686%201.60245%201.60203C-0.532807%203.73821%20-0.532807%207.21379%201.60245%209.34997C3.50436%2011.2514%206.4665%2011.4551%208.60083%209.97037C8.64574%2010.1829%208.74852%2010.3857%208.9138%2010.5509L12.0241%2013.6612C12.4773%2014.1136%2013.2098%2014.1136%2013.6607%2013.6612C14.1135%2013.2084%2014.1135%2012.476%2013.6607%2012.0246L10.5504%208.91339C10.3861%208.74949%2010.1828%208.64625%209.97032%208.60134C11.456%206.46655%2011.2523%203.50487%209.34993%201.60203ZM8.36795%208.368C6.77345%209.96249%204.17846%209.96249%202.58443%208.368C0.990855%206.7735%200.990855%204.17897%202.58443%202.58447C4.17846%200.990439%206.77345%200.990439%208.36795%202.58447C9.96245%204.17897%209.96245%206.7735%208.36795%208.368Z'%20fill='%23454545'/%3e%3c/svg%3e") center center no-repeat}.start-page .time-tables{display:flex;flex-direction:row;margin-top:16px;gap:3px}@media screen and (max-width: 820px){.start-page .time-tables{flex-direction:column}}.store-wrapper{display:flex;flex-direction:column;gap:40px}.store-wrapper__title{font-weight:400;font-size:32px;font-family:Helvetica Regular,sans-serif}.store-wrapper__content{display:flex;flex-wrap:wrap;gap:40px}.custom-button{padding:8px;display:flex;gap:10px;align-items:center;justify-content:center;color:#fff;border-radius:5px;border:1px solid var(--blue2);background:transparent;font-size:14px;font-weight:400;height:36px;cursor:pointer}.custom-button--small{padding:6px 8px;font-size:12px;height:28px}.custom-button--medium{height:36px}.custom-button--large{height:44px}.custom-button--default{background:transparent;border:1px solid var(--blue2)}.custom-button--primary{border:1px solid var(--blue2);background-color:var(--blue2);background:var(--blue2)}.custom-button--success{border:1px solid var(--green7);background:var(--green7)}.custom-button--disabled{cursor:none;background:gray;border:1px solid gray}.custom-button:hover{opacity:.9}.store-card{width:100%;max-width:450px;border-radius:10px}.store-card__table{width:100%}.store-card__image-container img{width:100%;height:100%;object-fit:contain}.store-card__content{padding-top:15px;justify-content:center;align-items:flex-start}.store-card__content__title{font-style:normal;font-weight:400;text-align:center;margin-bottom:18px;font-size:20px}.store-card__cell{min-width:67px;flex-shrink:0;color:var(--text);padding:8px}@media (max-width: 1024px){.store-card__cell{padding:4px;min-width:50px}}.store-card__cell__text{text-align:center;font-size:12px;font-style:normal;font-weight:400;color:#aab}.store-card__cell__title{width:110px;background:#ebedff;color:#00022a;font-weight:400;text-transform:capitalize;text-align:center;font-size:12px;font-style:normal}@media (max-width: 1024px){.store-card__cell__title{width:90px}}.store-card__cell__hidden{opacity:0}.store-card__cell__button{background:#6464f7;border-radius:15px;text-transform:lowercase;color:#fff}.store-card__cell__button:hover{opacity:.9}.store-card__cell__button:active{opacity:.8}.store-card__row:first-child .store-card__cell__title{font-family:Helvetica Regular,sans-serif;font-weight:700}.store-card__row:first-child .store-card__cell__text{color:#6464f7}.store-header{width:100%;display:flex;justify-content:space-between;align-items:center}@media (max-width: 550px){.store-header{flex-direction:column;align-items:flex-start;gap:30px}}.store-header__title{font-size:32px;font-weight:400;font-family:Helvetica Regular,sans-serif}.store-header__right{gap:46px;display:flex;justify-content:center;align-items:end}@media (max-width: 1280px){.store-header__right{gap:16px}}.store-header__right--content{display:flex;gap:16px;align-items:center}.store-header__right__title{font-family:Helvetica Regular,sans-serif;font-size:14px;font-weight:400;color:var(--gray5)}.store-header__right__balance{font-family:Helvetica Regular,sans-serif;font-size:32px;font-weight:400;color:var(--black2)}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.store{display:flex;flex-direction:column;padding:36px 20px;gap:40px}.view-all-settings{padding:0 8px 16px;align-items:flex-start;flex-direction:column}.view-all-settings__selector{max-width:200px!important;margin-left:16px}.view-all-settings .left-block{display:flex;align-items:center;justify-content:space-between;gap:8px}.view-all-settings .left-block>button{max-width:185px;flex-shrink:5}.view-all-settings .left-block>div:first-child{display:flex;align-items:center}.view-all-settings .left-block .left-block__selector{width:200px;margin-left:8px}@media screen and (min-width: 1366px){.view-all-settings .left-block__text{font-size:14.5px}}@media screen and (min-width: 1600px){.view-all-settings .left-block__text{font-size:16px}}@media screen and (min-width: 1920px){.view-all-settings .left-block__text{font-size:18px}}@media screen and (min-width: 2560px){.view-all-settings .left-block__text{font-size:20px}}@media screen and (max-width: 820px){.view-all-settings .left-block__text{font-size:12px}}.view-all-settings .right-block{display:flex;align-items:center}.view-all-settings .right-block__btn{width:100px;height:32px;padding:0 8px;-webkit-user-select:none;user-select:none;cursor:pointer;background-color:#e6e9ff;line-height:32px;margin-left:16px;color:#6464f7;border-radius:5px}@media screen and (min-width: 1366px){.view-all-settings .right-block__btn{font-size:12.5px}}@media screen and (min-width: 1600px){.view-all-settings .right-block__btn{font-size:14px}}@media screen and (min-width: 1920px){.view-all-settings .right-block__btn{font-size:16px}}@media screen and (min-width: 2560px){.view-all-settings .right-block__btn{font-size:18px}}@media screen and (max-width: 820px){.view-all-settings .right-block__btn{font-size:12px}}.view-all-settings__popular-leagues{width:100%;display:flex;gap:16px;flex-wrap:wrap;margin-top:8px}.view-all-settings__popular-leagues__button{padding:8px 22px;-webkit-user-select:none;user-select:none;cursor:pointer;background-color:#fff;color:#6464f7;border-radius:5px;border:1px solid #6464f7;font-size:12px;font-weight:400}.view-selector{width:200px;height:32px;margin-left:16px;position:relative;z-index:10}@media screen and (max-width: 1425px){.view-selector{width:140px}}.view-selector__main{border-radius:5px;height:100%;box-sizing:border-box;align-items:center;display:flex;justify-content:space-between;width:100%;height:32px;padding:0 8px;-webkit-user-select:none;user-select:none;cursor:pointer;background-color:#fff;border:1px solid #d0d3e5;line-height:32px}@media screen and (min-width: 1366px){.view-selector__main{font-size:14.5px}}@media screen and (min-width: 1600px){.view-selector__main{font-size:16px}}@media screen and (min-width: 1920px){.view-selector__main{font-size:18px}}@media screen and (min-width: 2560px){.view-selector__main{font-size:20px}}@media screen and (max-width: 820px){.view-selector__main{font-size:12px}}.view-selector__main img{float:right;width:10px;height:6px}.view-selector__main .img-rotate{transform:rotate(180deg)}.view-selector__option{width:100%;height:32px;padding:0 8px;-webkit-user-select:none;user-select:none;cursor:pointer;background-color:#fff;border:1px solid #d0d3e5;line-height:32px;border-top:none!important}@media screen and (min-width: 1366px){.view-selector__option{font-size:14.5px}}@media screen and (min-width: 1600px){.view-selector__option{font-size:16px}}@media screen and (min-width: 1920px){.view-selector__option{font-size:18px}}@media screen and (min-width: 2560px){.view-selector__option{font-size:20px}}@media screen and (max-width: 820px){.view-selector__option{font-size:12px}}.view-selector__openned{border-radius:5px 5px 0 0}.view-selector__option-last{border-radius:0 0 5px 5px}.circle-pagination{margin-left:2px;margin-right:2px;width:6px;height:6px;background:#b7bacd;border-radius:50%;cursor:pointer}.circle-pagination__mobile{width:18px;height:18px;margin:0;font-size:9px;color:#fff;display:flex;justify-content:center;align-items:center}.circle-pagination__active{background:#000}.pagination-component{display:flex;justify-content:space-between;align-items:center;margin:12px;color:#b7bacd}@media screen and (max-width: 920px){.pagination-component__ru .pagination-component-text,.pagination-component__fr .pagination-component-text{text-overflow:ellipsis;overflow:hidden;width:35px;white-space:nowrap}}.edges{display:flex;align-items:center}@media screen and (max-width: 820px){.edges:nth-child(2){gap:3px}}.pagination-block{display:flex;justify-content:center;align-items:center;cursor:pointer}.hidden{visibility:hidden}.pagination-component-text{line-height:1;color:#b7bacd;font-size:16px}@media screen and (min-width: 1366px){.pagination-component-text{font-size:12.5px}}@media screen and (min-width: 1600px){.pagination-component-text{font-size:14px}}@media screen and (min-width: 1920px){.pagination-component-text{font-size:16px}}@media screen and (min-width: 2560px){.pagination-component-text{font-size:18px}}@media screen and (max-width: 820px){.pagination-component-text{font-size:12px}}.left-side{margin-right:15px}@media screen and (max-width: 820px){.left-side{margin-right:5px}}.right-side{margin-left:15px}@media screen and (max-width: 820px){.right-side{margin-left:5px}}.arrow{border:solid #b7bacd;border-width:0 3px 3px 0;display:inline-block;padding:2px;margin-bottom:1px}@media screen and (max-width: 820px){.arrow{border-width:0 1px 1px 0}}.left{transform:rotate(135deg);-webkit-transform:rotate(135deg)}.right{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}.search-leagues-header{height:30px;background-color:#1a1a23;overflow:hidden;z-index:1;display:flex;justify-content:flex-end;align-items:center}.search-leagues-header__close{margin-top:5px}.search-leagues-header__close img{width:15px;height:15px;cursor:pointer;margin-right:10px}.dropdown-search-leagues{display:flex;position:absolute;padding:0;z-index:11;width:100%;height:calc(100svh - 151px)}@media (max-width: 820px){.dropdown-search-leagues{height:calc(100svh - 151px)}}.dropdown-search-leagues .dropdown-search__preload,.dropdown-search-leagues .dropdown-search__empty{background-color:#30313c;width:100%;height:100%;display:flex;justify-content:center;align-items:center;color:#fff;font-size:24px}.dropdown-search-leagues .menu{overflow-y:hidden;background-color:#202026;max-height:100vh;max-width:368px;flex:1 1 20%}.dropdown-search-leagues .menu__item{margin-bottom:40px}.dropdown-search-leagues .menu__title{display:block;color:#fff;font-size:16px;line-height:18px;padding:14px 18px;border-bottom:1px solid rgb(47,46,54)}.dropdown-search-leagues .menu__items{color:#fff;margin-bottom:60px}.dropdown-search-leagues .menu .accordion-item{cursor:pointer}.dropdown-search-leagues .menu .accordion-button{position:relative;display:flex;font-size:14px;font-weight:500;line-height:17px;align-items:center;width:100%;padding:8px 18px;color:#fff;text-align:left;background-color:#202026;border:0;border-radius:0;overflow-anchor:none;text-transform:capitalize;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease}.dropdown-search-leagues .menu .accordion-button:after{display:none}.dropdown-search-leagues .menu .accordion-button:before{content:"";width:12px;height:12px;margin:-1px 20px 0 10px;background-size:cover;filter:contrast(.5);transition:transform .2s ease-in-out;display:none}.dropdown-search-leagues .menu .accordion-button:focus{box-shadow:none}.dropdown-search-leagues .menu .accordion-button:not(.collapsed){color:#fff;background-color:#202026;box-shadow:unset;cursor:pointer;z-index:1}.dropdown-search-leagues .menu .accordion-button:not(.collapsed):hover{background-color:#27272d}.dropdown-search-leagues .menu .accordion-button:not(.collapsed):before{transform:rotate(90deg);background-size:cover;display:none}.dropdown-search-leagues .menu .accordion{z-index:1}.dropdown-search-leagues .menu .accordion-item{background-color:#202026;border:0;position:relative;margin-bottom:5px;width:100%;cursor:pointer;z-index:1}.dropdown-search-leagues .menu .accordion-body{padding:0}.dropdown-search-leagues .menu .accordion-header{position:relative}.dropdown-search-leagues .menu .accordion-header:before{content:"";position:absolute;top:0;left:0;width:6px;height:100%;background-color:#61667f;border-radius:6px;z-index:12}.dropdown-search-leagues .menu .collapse:not(.show){display:none}.dropdown-search-leagues .menu__submenu{list-style:none;margin:0;padding:0}.dropdown-search-leagues .menu__submenu li{font-size:14px;line-height:34px;height:auto;color:#9ea1b4;padding:0 16px;cursor:pointer}.dropdown-search-leagues .menu__submenu li:hover{color:#fff;transition:background-color .3s ease 0s;background-color:#25242b}.dropdown-search-leagues .menu__submenu.type__champ li:before{content:"";background-size:cover;width:14px;height:14px}.dropdown-search-leagues .menu:hover{overflow-y:overlay}.dropdown-search-leagues .dropdown-search__result{max-height:100vh;flex:2 1 0%;background-color:#30313c;padding:0 16px 5px;overflow-y:hidden}@media screen and (max-width: 820px){.dropdown-search-leagues .dropdown-search__result{margin-right:6px}}.dropdown-search-leagues .dropdown-search__result a{text-decoration:none}.dropdown-search-leagues .dropdown-search__result>a{display:flex;align-items:center;margin:24px 0 12px}.dropdown-search-leagues .dropdown-search__result:hover{overflow-y:overlay;z-index:99}.dropdown-search-leagues__champTitle{color:#858aa2;display:flex;font-size:14px}.dropdown-search-leagues__champTitle:before{content:"";background-size:cover;height:20px;width:20px;margin:-2px 7px -3px 0}.dropdown-search-leagues__liveBadge{-webkit-box-align:center;align-items:center;width:max-content;padding:2px 10px;margin-left:10px;border-radius:20px;font-weight:500;line-height:17px;box-sizing:border-box;display:inline-block;height:21px;font-size:12px;background-color:#77150c;color:#fff;margin-top:-2px}.dropdown-search-leagues__matchRow{margin:12px 0;font-size:14px;line-height:18px;display:flex;-webkit-box-pack:justify;justify-content:space-between}.dropdown-search-leagues__matchRow span{display:block;font-size:15px;color:#858aa2}.dropdown-search-leagues__matchRow .date{white-space:nowrap}.dropdown-search-leagues__matchRow .match-name{color:#fff}.dropdown-search-leagues__matchRow a{display:flex;justify-content:space-between;width:100%}.dropdown-search-leagues ::-webkit-scrollbar{width:5px;height:5px}.dropdown-search-leagues ::-webkit-scrollbar-button{background-repeat:no-repeat;width:5px;height:5px}.dropdown-search-leagues ::-webkit-scrollbar-track{background-color:transparent;width:5px;height:5px}.match-list-header{padding:8px;background-color:#171e52;color:#fff;display:flex;justify-content:space-between}.match-list-header__title{margin-left:8px;align-self:center}@media screen and (min-width: 1366px){.match-list-header__title{font-size:16.5px}}@media screen and (min-width: 1600px){.match-list-header__title{font-size:18px}}@media screen and (min-width: 1920px){.match-list-header__title{font-size:20px}}@media screen and (min-width: 2560px){.match-list-header__title{font-size:22px}}@media screen and (max-width: 820px){.match-list-header__title{font-size:14px}}@media screen and (max-width: 280px){.match-list-header__title{font-size:12px}}.match-list-header__buttons__button{outline:none;padding:8px 16px;background-color:#cdd2ff;margin:0 4px;border-radius:2px;cursor:pointer}@media screen and (min-width: 1366px){.match-list-header__buttons__button{font-size:12.5px}}@media screen and (min-width: 1600px){.match-list-header__buttons__button{font-size:14px}}@media screen and (min-width: 1920px){.match-list-header__buttons__button{font-size:16px}}@media screen and (min-width: 2560px){.match-list-header__buttons__button{font-size:18px}}@media screen and (max-width: 820px){.match-list-header__buttons__button{padding:4px 8px;font-size:12px;margin:3px}}@media screen and (max-width: 375px){.match-list-header__buttons__button{font-size:10px}}.match-list-header__buttons__active{background-color:#e6e9ff}.aside__nav-item{position:relative;border-bottom:1px solid #171e52;cursor:pointer;transition:all .5s ease}.aside__nav-item:hover{padding:0;background-color:#1a1d29;transition:all .5s ease}.aside__nav-item:hover a{padding:10px 20px 10px 32px}.aside__nav-item:hover:before{width:6px;transition:all .3s ease-in-out}.aside__nav-item:before{content:"";position:absolute;left:0;top:0;width:0;height:100%;background-color:#050b4e;transition:all .3s ease-in-out}.aside__nav-item .aside__nav-link{display:flex;align-items:center;transition:all .3s ease-in-out;justify-content:space-between;color:#fff;width:340px;opacity:.3;padding:10px 20px}@media screen and (max-width: 420px){.aside__nav-item .aside__nav-link{margin-right:0}}.aside__nav-item .aside__nav-link:hover,.aside__nav-item .aside__nav-link.active{opacity:1}.aside__nav-item .aside__nav-link .aside__image{width:25px;height:25px;margin-right:20px}.aside__nav-item .aside__nav-link .aside__title{word-break:keep-all;overflow-x:hidden;text-transform:uppercase;flex:1}.aside__nav-item .aside__nav-link .aside__numbers{margin-left:auto;font-family:Helvetica Light}.left-menu-container{position:relative;height:100%;width:61px;z-index:100}@media screen and (max-width: 1090px){.left-menu-container{display:none}}.left-menu-container .aside{position:absolute;height:100%;width:61px;background:#050711;box-shadow:0 14px 28px #00000040,0 10px 10px #00000038;transition:all .5s ease}.left-menu-container .aside:hover{width:340px;transition:all .3s ease-in-out}.left-menu-container .aside .scroll{max-height:100%;overflow:hidden}.left-menu-container .aside .scroll:hover{overflow-y:auto;height:100%}.message-form{flex:0;display:flex;justify-content:space-between;gap:10px;z-index:2;width:100%;position:relative;padding:10px 15px 10px 10px;border-top:1px solid #898ca6}@media screen and (max-width: 820px){.message-form{height:10%;align-items:center}}.message-form input{font-family:Circle;padding:5px;width:100%;height:30px;background:#fff;border:1px solid #AAAABB;box-sizing:border-box;border-radius:5px;font-style:normal;font-weight:700;font-size:14px;line-height:18px}@media screen and (min-width: 1366px){.message-form input{font-size:12.5px}}@media screen and (min-width: 1600px){.message-form input{font-size:14px}}@media screen and (min-width: 1920px){.message-form input{font-size:16px}}@media screen and (min-width: 2560px){.message-form input{font-size:18px}}.message-form input:focus{outline:none;border:2px solid #6464F7}.message-form button{width:30px;height:30px;margin-left:10px;background:#f7f7ff;box-sizing:border-box;cursor:pointer;display:flex;align-items:center;justify-content:center}.message-form button>img{width:100%;height:100%}.message-form button:disabled{opacity:.8}::-webkit-scrollbar{width:4px;height:24px}::-webkit-scrollbar-track{border-radius:100vh;background:#f7f7ff}::-webkit-scrollbar-thumb{background:#e5e5ed;border-radius:5px;border:3px solid #e5e5ed}::-webkit-scrollbar-thumb:hover{background:#e5e5ed}.message-item{margin-left:15px;margin-right:33px;width:auto;position:relative}.message-text{color:#171e52;font-weight:500;width:auto;margin-right:auto;font-family:Circle,sans-serif;font-style:normal;font-size:14px;line-height:18px;position:relative;z-index:1;word-break:break-all}.message-sender{margin-right:4px;font-size:14px;color:#898ca6;line-height:18px;display:inline;font-family:Circle,sans-serif;font-style:normal;font-weight:bolder}.attention{background-color:#bb76bb}.removeMessageButton{cursor:pointer;position:absolute;right:0}.removeMessageButton img{width:13px;height:13px}.message-list{flex:1;display:flex;overflow-y:auto}.message-list__container{display:flex;flex-direction:column;overflow-y:auto;width:100%}*{margin:0;padding:0}.chat-header{display:flex;flex:0;flex-direction:row;justify-content:space-between;align-items:center;border-bottom:1px solid #898ca6;padding:6px 11px}@media screen and (max-width: 820px){.chat-header{height:10%}}.chat-header__close-button{cursor:pointer;width:16px;height:16px}.chat-header__close-button img{width:100%;height:100%}.chat-header__notification-button{cursor:pointer;position:relative}.chat-header__notification-button img{width:18px;height:18px}.chat-header__left-content{display:flex;gap:22px;align-items:center;margin-right:6px}.chat-header-logo{width:20px;height:13.33px;margin-right:10px}@media screen and (min-width: 1920px){.chat-header-logo{width:23px;height:15.33px}}@media screen and (min-width: 2560px){.chat-header-logo{width:26px;height:17.33px}}.chat-header-title{text-transform:uppercase;color:#20202e;font-weight:500;font-size:18px;line-height:18px;height:auto;margin-bottom:0;font-family:Circle Bold}@media screen and (min-width: 1366px){.chat-header-title{font-size:16.5px}}@media screen and (min-width: 1600px){.chat-header-title{font-size:18px}}@media screen and (min-width: 1920px){.chat-header-title{font-size:20px}}@media screen and (min-width: 2560px){.chat-header-title{font-size:22px}}.chat-header-logo-container{display:flex;align-items:center}.chat-header-open-admin-panel{font-size:12px;cursor:pointer}.chat-rooms{display:flex;align-items:center;justify-content:space-between;width:101px;height:auto;min-height:28px;border:1px solid #AAAABB;border-radius:5px;margin-top:auto;margin-bottom:auto;cursor:pointer;padding:0 8px}.chat-rooms>img{width:12px;height:12px}.chat-header-country{font-size:14px;line-height:14px;display:block;font-family:Circle;font-style:normal;font-weight:700;margin-bottom:0;color:#20202e}@media screen and (min-width: 1366px){.chat-header-country{font-size:12.5px}}@media screen and (min-width: 1600px){.chat-header-country{font-size:14px}}@media screen and (min-width: 1920px){.chat-header-country{font-size:16px}}@media screen and (min-width: 2560px){.chat-header-country{font-size:18px}}.chat-header-arrow{width:10px;height:6px}.chat-header-dropdown{position:relative;width:auto;display:inline-block}.chat-dropdown-list{position:absolute;top:20px;cursor:pointer;height:auto;width:101px;border-left:1px solid #AAAABB;border-right:1px solid #AAAABB;border-bottom:1px solid #AAAABB;border-bottom-right-radius:5px;border-bottom-left-radius:5px;background-color:#fff;z-index:2}.dropdown-item{text-transform:uppercase;list-style-type:none;font-weight:700;line-height:14px;display:flex;margin-bottom:12px;margin-top:12px;margin-left:10px;background-color:#fff;font-family:Circle;font-style:normal;font-size:14px;color:#20202e}@media screen and (min-width: 1366px){.dropdown-item{font-size:12.5px}}@media screen and (min-width: 1600px){.dropdown-item{font-size:14px}}@media screen and (min-width: 1920px){.dropdown-item{font-size:16px}}@media screen and (min-width: 2560px){.dropdown-item{font-size:18px}}.dropdown-item:hover{text-decoration:underline #6464f7}.username-form{padding:10px 15px 10px 10px;border-top:1px solid #898ca6}.username-form__header{display:flex;align-items:center;justify-content:flex-start;gap:10px}.chat-login{font-family:Circle Bold,sans-serif;font-size:14px;color:#00022a;font-weight:700}@media screen and (min-width: 1366px){.chat-login{font-size:12.5px}}@media screen and (min-width: 1600px){.chat-login{font-size:14px}}@media screen and (min-width: 1920px){.chat-login{font-size:16px}}@media screen and (min-width: 2560px){.chat-login{font-size:18px}}.chat-label{font-family:Circle Bold,sans-serif;font-size:12px;color:#aab}.login-form{display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex-wrap:nowrap;margin-top:7px}.login-input{font-family:Circle;padding:5px;width:100%;height:30px;background:#fff;border:1px solid #AAAABB;box-sizing:border-box;border-radius:5px;font-style:normal;font-weight:700;font-size:14px;line-height:18px}@media screen and (min-width: 1366px){.login-input{font-size:12.5px}}@media screen and (min-width: 1600px){.login-input{font-size:14px}}@media screen and (min-width: 1920px){.login-input{font-size:16px}}@media screen and (min-width: 2560px){.login-input{font-size:18px}}.login-input:focus{outline:none;border:2px solid #6464F7}.login-button{width:30px;height:30px;margin-left:10px;background:#f7f7ff;box-sizing:border-box;cursor:pointer;display:flex;align-items:center;justify-content:center}.login-button>img{width:100%;height:100%}.login-button:disabled{opacity:.8}.error-message{color:red;font-weight:700}@media screen and (min-width: 1366px){.error-message{font-size:12.5px}}@media screen and (min-width: 1600px){.error-message{font-size:14px}}@media screen and (min-width: 1920px){.error-message{font-size:16px}}@media screen and (min-width: 2560px){.error-message{font-size:18px}}.chat-room{display:flex;flex-direction:column;flex:2;min-height:0;max-height:100%}@media screen and (max-width: 820px){.chat-room{width:100%;height:100%}}.blocked-users{display:flex;flex-direction:column;gap:10px}.blocked-users .text-center,.blocked-users td{text-align:center}.forbidden-words-list{display:flex;flex-direction:column;justify-content:center;gap:10px}.forbidden-words-list .text-center,.forbidden-words-list td{text-align:center}.form-forbid-word{display:flex;flex-direction:column;justify-content:center;gap:10px}.form-forbid-word .text-center{text-align:center}.handle-block-user{display:flex;flex-direction:column;justify-content:center;gap:5px}.handle-block-user .text-center{text-align:center}.handle-block-user .input-block{display:flex;align-items:center;justify-content:center}.handle-block-user .input-block p{line-height:0;margin:0}.admin-panel-header{display:flex;justify-content:space-between;align-items:center;padding:20px;width:100%}.admin-panel-header h1{margin:0;padding:0}.admin-panel-header img{width:30px;height:30px;object-fit:contain}.admin-panel{position:fixed;z-index:100;inset:0;display:flex;justify-content:center;align-items:flex-start;background:wheat}.admin-panel__container{display:flex;box-sizing:border-box;padding:0 10px;flex-direction:column;justify-content:flex-start;width:100%;height:100%;overflow-y:scroll;gap:10px}.desktop-drawer{max-height:calc(100svh - 151px);width:100%;flex-grow:1;height:100%;transition:all .5s ease}.mobile-drawer{width:0;height:100%;overflow:hidden;transition:all .5s ease}.active{width:100%}.popularBet{background-image:url(/assets/popularBetBg-Di94Bi4N.png);background-size:cover;background-position:center;width:100%;min-width:0}.popularBet__swiper{width:100%;height:calc(100% - 41px)}.popularBet__swiper,.popularBet__swiper .swiper-wrapper{width:100%}.popularBet__swiper .swiper-slide{width:100%!important;flex:0 0 100%}.popularBet-header{height:41px;width:100%;background:#00022a80;padding:0 11px;display:flex;gap:5px;font-size:14px;font-weight:700;color:#fff;text-transform:uppercase;align-items:center}.popularBet-header>p{margin-bottom:0}.popularBet-content{padding:8px 0;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}.popularBet-content__loading{height:calc(100% - 41px);display:flex;align-items:center;justify-content:center}.popularBet-content__btn{background-color:#21cc3b;color:#fff!important;padding:8px 13px;border-radius:5px;font-weight:700;font-size:14px;cursor:pointer}.popularBet-teams{display:flex;align-items:center;gap:30px}.popularBet-teams__team{display:flex;flex-direction:column;align-items:center;gap:12px;width:133px;color:#fff}.popularBet-teams__team-title{text-transform:uppercase;font-weight:700;text-align:center;height:32px}@media screen and (min-width: 1366px){.popularBet-teams__team-title{font-size:12.5px}}@media screen and (min-width: 1600px){.popularBet-teams__team-title{font-size:14px}}@media screen and (min-width: 1920px){.popularBet-teams__team-title{font-size:16px}}@media screen and (min-width: 2560px){.popularBet-teams__team-title{font-size:18px}}.popularBet-teams__team-cf{margin-top:16px}@media screen and (min-width: 1366px){.popularBet-teams__team-cf{font-size:12.5px}}@media screen and (min-width: 1600px){.popularBet-teams__team-cf{font-size:14px}}@media screen and (min-width: 1920px){.popularBet-teams__team-cf{font-size:16px}}@media screen and (min-width: 2560px){.popularBet-teams__team-cf{font-size:18px}}.popularBet-teams__vs{color:#abb4ff;font-size:24px;font-weight:700;text-transform:uppercase}@media screen and (min-width: 1092px) and (max-width: 1601px) and (max-height: 880px){.popularBet-teams,.popularBet-teams__team{gap:4px}.popularBet-teams__team-cf{margin-top:4px}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ 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);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.assets-management{height:100%;display:flex;justify-content:center;align-items:center;font-size:18px;font-weight:700}.assets-management img{width:100%;height:100%;object-fit:contain}.with_error_message{height:fit-content;min-height:20px;flex-shrink:0;position:relative}.with_error_message__part{height:49%!important;transition:all .5s ease}.with_error_message__full{height:92%!important;transition:all .5s ease}.with_error_message .with_error_message__content{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;align-items:center;gap:16px;background-color:#fff}.open-bets__main-row{display:flex;justify-content:space-between;align-items:center;height:32px;padding:4px 10px;margin-bottom:4px}.open-bets__main-row--ask{background-color:#e6e9ff;height:fit-content}.open-bets__main-row--bid{background-color:#ffebed;height:fit-content}.open-bets__main-content{display:flex;gap:4px;align-items:center}.open-bets__team-name{font-weight:700;display:flex;flex-direction:column}.open-bets__name{color:#aab;font-weight:700}.open-bets__id{color:#aab;font-size:6px}.open-bets__main-row-coef{text-align:center;width:70px}.open-bets__main-row-bet{text-align:center;width:50px}.open-bets__main-row-pay-comm{text-align:center;width:88px}.open-bets .close-btn{width:16px;height:16px;background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6178_5098)'%3e%3ccircle%20cx='8'%20cy='8'%20r='7.5'%20stroke='%236464F7'/%3e%3cpath%20d='M4.46436%2011.5352L11.5354%204.46409'%20stroke='%236464F7'%20stroke-linecap='round'/%3e%3cpath%20d='M11.5356%2011.5352L4.46458%204.46409'%20stroke='%236464F7'%20stroke-linecap='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6178_5098'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat center right;outline:none!important;border:none!important;cursor:pointer;width:88px}.open-bets .close-btn:hover{opacity:.8}.open-bets{height:100%;display:flex;flex-direction:column;color:#00022a;font-size:10px;font-weight:400}.open-bets__header{height:40px;color:#00022a;padding:12px 8px;font-size:14px;font-weight:700}.open-bets__header-checkbox-label{width:140px;text-align:right}.open-bets__header-checkbox,.open-bets__footer-checkbox{vertical-align:text-bottom;margin-right:4px}.open-bets__main{flex-grow:1;overflow-y:auto}.open-bets__main .with_preloader{height:fit-content}.open-bets__main-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px;height:30px;padding:4px 10px}.open-bets__main-header__items{display:flex;align-items:center;gap:4px}.open-bets__main-header__items>div:first-child{width:70px;text-align:center}.open-bets__main-header__items>div:nth-child(2){width:50px;text-align:center}.open-bets__main-header__items>div:nth-child(3){width:88px;text-align:center}.open-bets__main-header__items>button{width:88px}.open-bets__main-header--ask{background-color:#abb4ff}.open-bets__main-header--bid{background-color:#ffcbd1}.open-bets__main-header--cancel{cursor:pointer;font-size:10px;width:88px;color:#fff;height:16px;display:flex;align-items:center;gap:6px;justify-content:flex-end}.open-bets__main-radio-wrapper{display:flex;flex-direction:column;gap:2px}.open-bets__main-radio-wrapper input[type=radio]{vertical-align:text-bottom;margin-right:4px}.open-bets__main-radio-wrapper>div{display:flex}.open-bets__footer{display:flex;flex-wrap:wrap;align-content:center;height:24px;background-color:#eaeaea;gap:20px;padding:6.5px 10px}.open-bets__footer .checkbox .title{color:#00022a;font-size:10px}.open-bets__footer .checkbox span{transform:scale(.8);margin-right:4px}.bets-manage-block__table{width:100%;font-size:10px}.bets-manage-block__table table{width:100%;border-spacing:0}.bets-manage-block__table table thead tr,.bets-manage-block__table table tbody tr{width:100%;box-sizing:border-box;padding-left:8px;cursor:auto;margin-bottom:3px;height:30px;color:#00022a}.bets-manage-block__table table thead tr{background-color:#abb4ff}.bets-manage-block__table table thead tr th{font-weight:400}.bets-manage-block__table table thead tr th .help-container{width:1px;height:100%;position:relative}.bets-manage-block__table table thead tr th .help-btn{position:absolute;top:8px;left:0;margin-right:8px;margin-left:2px;display:block;width:14px;height:14px;border-radius:50%;background-color:#fff;font-size:12px;cursor:pointer}.bets-manage-block__table table thead tr th .help-btn:hover{opacity:.8}.bets-manage-block__table table thead tr th .help-btn_disabled{background-color:#20202e1a;color:#ccccd4}.bets-manage-block__table table thead tr th .switch-btn{display:flex;background-color:#ffffff4d;border-radius:5px;overflow:hidden}.bets-manage-block__table table thead tr th .switch-btn button{display:flex;justify-content:center;align-items:center;width:34px;height:13px;font-size:8px;background-color:transparent;opacity:.5;outline:none!important;border:none!important;cursor:pointer}.bets-manage-block__table table thead tr th .switch-btn .switch-btn__item_active{opacity:1;background-color:#fff!important}.bets-manage-block__table table thead tr th:last-child .help-btn{margin-left:-3px}.bets-manage-block__table table tbody tr{background-color:#e6e9ff}.bets-manage-block__table table tbody tr td:first-child{font-weight:700}.bets-manage-block__table table tbody tr td .bets-manage-block__table__input{width:44px;height:20px;padding:0;border-radius:5px;font-size:10px;text-align:center;outline:none!important;border:none!important}.bets-manage-block__table table tbody tr td .counter-btn{width:15px;height:15px;margin:4px;border-radius:50%;border:1px solid #6464f7;color:#6464f7;font-size:10px;font-weight:400;outline:none!important;cursor:pointer;-webkit-user-select:none;user-select:none;flex-shrink:0;text-align:center}.bets-manage-block__table table tbody tr td .counter-btn:hover{background-color:#6464f7;color:#fff}.bets-manage-block__table table tbody tr td .counter-btn_disabled{color:#888cb2;border-color:#888cb2}.bets-manage-block__table table tbody tr td .close-btn{width:6px;height:6px;margin-right:11px;background:url("data:image/svg+xml,%3csvg%20width='8'%20height='8'%20viewBox='0%200%208%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%201L7%207'%20stroke='%236464F7'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M7%201L1%207'%20stroke='%236464F7'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat center;outline:none!important;border:none!important;cursor:pointer}.bets-manage-block__table table tbody tr td .close-btn:hover{opacity:.8}.bets-manage-block__table.bets-manage-block__table_orange thead tr{background-color:#ffcbd1}.bets-manage-block__table.bets-manage-block__table_orange tbody tr{background-color:#ffebed}.bets-manage-block__table tbody tr{border-bottom:1px solid #ffffff}.bets-manage-block__table tr{display:flex;min-height:24px;height:fit-content}.bets-manage-block__table tr th:not(:last-child),.bets-manage-block__table tr td:not(:last-child){display:flex;align-items:center;flex:1 1 80px;justify-content:flex-start;min-height:fit-content}.bets-manage-block__table tr th:not(:first-child),.bets-manage-block__table tr td:not(:first-child){margin-left:4px;justify-content:center}.bets-manage-block__table tr th:nth-of-type(4){margin-left:0;justify-content:flex-start}.bets-manage-block__table tr td:last-child,.bets-manage-block__table tr th:last-child{width:20px;display:flex;align-items:center}.bets-manage-block__table tr td:first-child{font-size:10px;flex-shrink:1;flex-basis:100px;flex-grow:1}.bets-manage-block__table tr td:nth-of-type(2){flex-shrink:0;flex-basis:auto;width:100px;flex-grow:0}.bets-manage-block__table tr td:nth-of-type(3){flex-shrink:0;flex-basis:auto;width:120px;flex-grow:0}.bets-manage-block__table tr th:first-child{flex-shrink:1;flex-basis:100px;flex-grow:1}.bets-manage-block__table tr th:nth-of-type(2){flex-shrink:0;flex-basis:auto;width:100px;flex-grow:0}.bets-manage-block__table tr th:nth-of-type(3){flex-shrink:0;flex-basis:auto;width:120px;flex-grow:0}.radio-wrapper{display:flex;flex-direction:column;align-items:flex-start;width:90px}.bets-manage-block__table>table>tbody>tr>td:nth-child(4){justify-content:flex-start}.bets-manage-block__scroll-block>div>table>thead>tr>th:nth-child(5){display:block}.bets-manage-block{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between}.bets-manage-block__description{padding:30px 100px;font-size:18px;color:#7c87e6;height:100%;display:flex;align-items:center}.bets-manage-block__description__ru{padding:30px 50px;font-size:18px;color:#7c87e6}.bets-manage-block .bets-manage-block__header{display:flex;justify-content:space-between;height:40px;font-size:14px;font-weight:700;box-sizing:border-box;padding-left:11px;padding-right:8px;line-height:38px;color:#00022a}@media screen and (min-width: 1366px){.bets-manage-block .bets-manage-block__header{font-size:12.5px}}@media screen and (min-width: 1600px){.bets-manage-block .bets-manage-block__header{font-size:14px}}@media screen and (min-width: 1920px){.bets-manage-block .bets-manage-block__header{font-size:16px}}@media screen and (min-width: 2560px){.bets-manage-block .bets-manage-block__header{font-size:18px}}.bets-manage-block .bets-manage-block__header a{font-size:12px;color:#aab;display:flex;gap:6px;align-items:center}@media screen and (min-width: 1366px){.bets-manage-block .bets-manage-block__header a{font-size:10.5px}}@media screen and (min-width: 1600px){.bets-manage-block .bets-manage-block__header a{font-size:12px}}@media screen and (min-width: 1920px){.bets-manage-block .bets-manage-block__header a{font-size:14px}}@media screen and (min-width: 2560px){.bets-manage-block .bets-manage-block__header a{font-size:16px}}.bets-manage-block .bets-manage-block__header a>img{color:#aab}.bets-manage-block .bets-manage-block__header a:hover{opacity:.8}.bets-manage-block__scroll-block{height:100%;overflow-y:auto;overflow-x:hidden;width:100%}.bets-manage-block .bets-manage-block__liability{display:flex;align-items:center;justify-content:space-between;height:64px;width:100%;box-sizing:border-box;background-color:#f7f7ff;padding:17px}.bets-manage-block .bets-manage-block__liability .bets-manage-block__liability__sum{font-size:14px;font-weight:700;color:#00022a}@media screen and (min-width: 1366px){.bets-manage-block .bets-manage-block__liability .bets-manage-block__liability__sum{font-size:12.5px}}@media screen and (min-width: 1600px){.bets-manage-block .bets-manage-block__liability .bets-manage-block__liability__sum{font-size:14px}}@media screen and (min-width: 1920px){.bets-manage-block .bets-manage-block__liability .bets-manage-block__liability__sum{font-size:16px}}@media screen and (min-width: 2560px){.bets-manage-block .bets-manage-block__liability .bets-manage-block__liability__sum{font-size:18px}}.bets-manage-block .bets-manage-block__liability .bets-manage-block__liability__sum .green-text{color:#21cc3b}.bets-manage-block .bets-manage-block__liability .bets-manage-block__liability__btn{display:flex}.bets-manage-block .bets-manage-block__liability .bets-manage-block__liability__btn button{height:32px;width:137ox;background-color:#21cc3b;color:#fff;font-size:12px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;outline:none!important;border:none!important;transition:.2s;border-radius:5px;padding:8px 24px}@media screen and (min-width: 1366px){.bets-manage-block .bets-manage-block__liability .bets-manage-block__liability__btn button{font-size:12.5px}}@media screen and (min-width: 1600px){.bets-manage-block .bets-manage-block__liability .bets-manage-block__liability__btn button{font-size:14px}}@media screen and (min-width: 1920px){.bets-manage-block .bets-manage-block__liability .bets-manage-block__liability__btn button{font-size:16px}}@media screen and (min-width: 2560px){.bets-manage-block .bets-manage-block__liability .bets-manage-block__liability__btn button{font-size:18px}}.bets-manage-block .bets-manage-block__liability .bets-manage-block__liability__btn button:hover{background-color:#209a68}.bets-manage-block .bets-manage-block__liability .bets-manage-block__liability__btn button:disabled{opacity:.8}.robot-trade{height:100%;display:flex;justify-content:center;align-items:center;font-size:18px;font-weight:700}.robot-trade img{width:100%;height:100%;object-fit:contain}.bets-info{color:#20202e;height:100%;display:flex;flex-direction:column;min-height:0}.bets-info .bets-info__tabs{position:relative;width:100%;height:32px;overflow:hidden}.bets-info .bets-info__tabs .bets-info__wrapper{position:absolute;display:flex;flex-wrap:nowrap;height:32px;font-size:12px;font-weight:700;transition:all .3s ease;gap:5px}@media screen and (min-width: 1366px){.bets-info .bets-info__tabs .bets-info__wrapper{font-size:10.5px}}@media screen and (min-width: 1600px){.bets-info .bets-info__tabs .bets-info__wrapper{font-size:12px}}@media screen and (min-width: 1920px){.bets-info .bets-info__tabs .bets-info__wrapper{font-size:14px}}@media screen and (min-width: 2560px){.bets-info .bets-info__tabs .bets-info__wrapper{font-size:16px}}.bets-info .bets-info__tabs .bets-info__wrapper .bets-info__tabs__item{display:flex;align-items:center;height:100%;padding-left:20px;padding-right:20px;border-right:1px solid #d4d4da;background-color:#aab;white-space:nowrap;cursor:pointer;-webkit-user-select:none;user-select:none;position:relative;border-top-left-radius:5px;border-top-right-radius:5px;border-top:1px solid #AAAABB;border-left:1px solid #AAAABB;border-right:1px solid #AAAABB;color:#fff;font-weight:700;font-size:12px}.bets-info .bets-info__tabs .bets-info__wrapper .bets-info__tabs__badge{display:flex;justify-content:center;align-items:center;position:absolute;top:0;inset-inline-end:0;transform:translate(50%,5%);transform-origin:100% 0;z-index:4;min-width:16px;height:16px;font-size:8px;color:#fff;white-space:nowrap;text-align:center;background:#ff4d4f;border-radius:10px}.bets-info .bets-info__tabs .bets-info__wrapper .bets-info__tabs__item_active{background-color:#fff;color:#171e52}.bets-info .bets-info__tabs .move-btn{height:100%;width:50px;align-items:center}.bets-info .bets-info__tabs .move-btn_right{position:absolute;top:0;right:0;display:flex;justify-content:flex-end;background:linear-gradient(to left,rgba(255,255,255,.7),transparent)}.bets-info .bets-info__tabs .move-btn_right a{margin-right:6px}.bets-info .bets-info__tabs .move-btn_left{position:absolute;top:0;left:0;display:flex;background:linear-gradient(to right,rgba(255,255,255,.7),transparent)}.bets-info .bets-info__tabs .move-btn_left a{margin-left:6px;transform:rotate(180deg)}.bets-info .bets-info__tabs .move-btn a{display:block;width:20px;height:20px;border-radius:50%;outline:none!important;border:none!important;background:url("data:image/svg+xml,%3csvg%20width='6'%20height='10'%20viewBox='0%200%206%2010'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%201L5%205L1%209'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") center no-repeat #6464f7;cursor:pointer}.bets-info .bets-info__tabs .move-btn a:hover{background-color:#abb4ff}.bets-info__content{flex:1;overflow-y:auto;min-height:0}.bets-info__express{background:#6464f7;height:50px}.right-pannel{max-height:calc(100vh - 140px);height:100%;border-left:1px solid #6464f7;background-color:#fff;display:grid;grid-template-rows:328px 200px 1fr;position:relative}.right-pannel__chat-hidden{grid-template-rows:1fr 200px 40px}@media screen and (min-width: 1091px) and (max-width: 1601px) and (max-height: 880px){.right-pannel{grid-template-rows:237px 160px 1fr}.right-pannel__chat-hidden{grid-template-rows:1fr 160px 40px}}@media screen and (max-width: 1090px){.right-pannel{grid-template-rows:100%}.popularBet{display:none}}.preview{position:relative;overflow:hidden;display:flex;background:var(--main-bg-color);height:calc(100svh - 151px)}@media screen and (max-width: 1090px){.preview{height:calc(100svh - 231px);display:flex}}@media screen and (min-width: 1091px){.preview{display:grid;grid-template-columns:61px 1fr minmax(447px,580px)}}@media screen and (max-width: 1600px){.preview{grid-template-columns:61px 1fr minmax(447px,530px)}}@media screen and (max-width: 1512px){.preview{grid-template-columns:61px 1fr 447px}}.preview .left-menu-container,.preview .desktop-drawer{flex-shrink:0}.preview__container{display:flex;flex-direction:column;overflow-y:auto;flex-grow:2;max-width:100%;width:100%;min-width:0}@media screen and (max-width: 1095px){.preview__container{display:flex;flex-direction:column}}.preview__container .with_error_message{flex:1}.preview__container::-webkit-scrollbar-thumb{border:1px solid #6464f7;border-radius:33px}.preview__container::-webkit-scrollbar-thumb:hover{opacity:.8}.preview__container::-webkit-scrollbar{width:2px;height:6px;background:#aab;border-radius:33px}@media screen and (max-width: 1090px){.preview .main-mobile{height:calc(100svh - 151px)}}@media screen and (max-width: 1090px) and (max-width: 820px){.preview .main-mobile{height:calc(100svh - 151px)}}.mobile-header-steps{width:100%;height:25px;overflow-x:scroll;display:flex;gap:10px;padding:0 5px;position:relative;bottom:2px}.mobile-header-steps::-webkit-scrollbar{width:0;height:0}.mobile-header-steps__wrapper{min-width:114px}.mobile-header-steps__menu-item{height:100%;font-size:10px;font-weight:400;display:flex;justify-content:center;align-items:center;padding:7px 14px;color:#fff;border:1px solid #AAAABB;background-color:#aab;border-top-left-radius:5px;border-top-right-radius:5px;cursor:pointer}.mobile-header-steps__menu-item p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0;padding:0;line-height:1rem}.mobile-header-steps__menu-item__active{background:#fff;color:#171e52}.view-all-league-empty{padding:24px 16px;text-align:center;background-color:#1a1d29}.view-all-league-empty__text{margin:0;color:#808185}@media screen and (min-width: 1366px){.view-all-league-empty__text{font-size:14.5px}}@media screen and (min-width: 1600px){.view-all-league-empty__text{font-size:16px}}@media screen and (min-width: 1920px){.view-all-league-empty__text{font-size:18px}}@media screen and (min-width: 2560px){.view-all-league-empty__text{font-size:20px}}@media screen and (max-width: 820px){.view-all-league-empty__text{font-size:14px}}.not-verified-modal{display:flex;flex-direction:column;gap:10px}.withdraw-mobile-text{display:flex;justify-content:center;align-items:center}.withdraw-mobile-button{width:100px}.card-tab-row{display:flex;height:60px;font-size:14px;font-weight:400}.card-tab-row td{width:120px;display:flex;justify-content:center;align-items:center;flex:1}.card-tab-row td:nth-of-type(7){min-width:230px;padding-right:23px}.card-tab-row__input{width:100px;padding:6px 6px 6px 23px;border:1px solid #e5e5ed;border-radius:5px;outline:none;margin-right:16px}.card-tab-row_even{background-color:#f7f7fa}.card-tab__table table{width:100%;border-spacing:0}.card-tab__table table thead tr{display:flex;height:32px;background-color:#e5e5ed88;cursor:auto}.card-tab__table table thead tr th{width:120px;display:flex;justify-content:center;align-items:center;font-size:14px;font-weight:700;color:#20202e;flex:1}.card-tab__table table thead tr th:nth-of-type(7){min-width:230px;padding-right:23px}.card-tab__table table thead tr th .icon-btn{margin-left:8px}.card-tab__table .my-bets-page-empty{margin-top:32px;font-size:14px;text-align:center}.card-withdraw__input-container{font-size:16px;display:block;border:1px solid var(--blue-gray);border-radius:5px;position:relative;width:100%;max-width:300px;line-height:40px;height:40px;padding:0 10px}.card-withdraw__input-container__image{position:absolute;top:12px;left:12px}.card-withdraw__input-container__card-number{padding:0 6px 0 40px;border:none;width:100%}.tether-withdraw-input{line-height:30px;padding:0 6px;font-size:16px;border:1px solid var(--blue-gray);border-radius:5px;width:100%;max-width:600px}.tether-withdraw-text{font-size:14px;line-height:2rem;color:var(--blue-gray4)}.policy{width:100%;height:100%;overflow:auto;box-sizing:border-box;padding:50px 30px;display:flex;flex-direction:column;gap:10px}.policy ul,.policy ol{list-style-position:inside}.policy .rules li{padding-top:10px}.policy .rules ol li{padding-top:5px}.policy span,.policy b,.policy i,.policy li{font-family:Roboto,Arialk,sans-serif}.policy__md h1,.policy__md h2,.policy__md h3,.policy__md h4,.policy__md h5,.policy__md h6{margin-bottom:.7em;font-size:16px;font-weight:700;letter-spacing:.01em}.policy__md h1:not(:first-child),.policy__md h2:not(:first-child),.policy__md h3:not(:first-child),.policy__md h4:not(:first-child),.policy__md h5:not(:first-child),.policy__md h6:not(:first-child){margin-top:2em}.policy__md p{margin-bottom:.5em;font-size:15px;opacity:.8}.policy__md p:last-child{margin-bottom:0}.policy__md ul,.policy__md ol{padding-left:16px;margin-top:.5em;margin-bottom:.5em}.policy__md ul{list-style:disc!important}.policy__md ol{list-style:decimal!important}.auth-toggle{background:linear-gradient(180deg,#fff,#f9fafb);border:1px solid #C4CDD5;box-sizing:border-box;border-radius:10rem;width:3rem;height:1.3rem;padding:0;display:flex;cursor:pointer;align-items:center}.auth-toggle__circle{position:relative;width:.9rem;height:.9rem;background:#c4cdd5;border-radius:100%;left:.3rem;transition:left .3s ease-out}.auth-toggle__circle--active{left:1.9rem;background-color:#2abe82}.aboutYouModal>.input-wrapper .input-label{width:100px}.account-notification{padding:0;display:flex;align-items:center;justify-content:space-between;height:0;opacity:0;font-size:14px;transition:all .3s ease-out}.account-notification--show{min-height:40px;padding:4px;height:100%;opacity:1}.input-field-account{position:relative;display:block}.input-field-account__label{font-weight:700;font-size:14px;color:#898ca6;padding-bottom:8px;display:flex;justify-content:space-between}.input-field-account__label span{font-size:12px;line-height:18px;color:#da3019}.input-field-account__icon-left{position:absolute;bottom:21px;left:16px;transform:translateY(50%)}.input-field-account__native{padding:0 6px 0 40px;font-size:16px;width:100%;display:block;border:1px solid #e5e5ed;border-radius:5px;line-height:40px}.input-field-account__native__eye{position:absolute;cursor:pointer;right:0;top:70%;transform:translate(-50%,-50%)}.input-field-account__native:disabled{cursor:not-allowed}.select{cursor:pointer;width:100%;height:50px;background-color:#0000008c;border:solid 1px #ffffff;color:#787a87;text-align:center;font-size:14px;margin:10px 24px}.select__error{color:red}.select-container{width:100%}.dropdown-list{cursor:pointer;width:100%;height:42px;border:1px solid #e5e5ed;color:#787a87;text-align:center;font-size:16px;border-radius:5px}.react-tel-input{font-family:Roboto,sans-serif;font-size:15px;position:relative;width:100%}.react-tel-input :disabled{cursor:not-allowed}.react-tel-input .flag{width:16px;height:11px;background-image:url(data:image/png;base64,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)}.react-tel-input .ad{background-position:-16px 0}.react-tel-input .ae{background-position:-32px 0}.react-tel-input .af{background-position:-48px 0}.react-tel-input .ag{background-position:-64px 0}.react-tel-input .ai{background-position:-80px 0}.react-tel-input .al{background-position:-96px 0}.react-tel-input .am{background-position:-112px 0}.react-tel-input .ao{background-position:-128px 0}.react-tel-input .ar{background-position:-144px 0}.react-tel-input .as{background-position:-160px 0}.react-tel-input .at{background-position:-176px 0}.react-tel-input .au{background-position:-192px 0}.react-tel-input .aw{background-position:-208px 0}.react-tel-input .az{background-position:-224px 0}.react-tel-input .ba{background-position:-240px 0}.react-tel-input .bb{background-position:0 -11px}.react-tel-input .bd{background-position:-16px -11px}.react-tel-input .be{background-position:-32px -11px}.react-tel-input .bf{background-position:-48px -11px}.react-tel-input .bg{background-position:-64px -11px}.react-tel-input .bh{background-position:-80px -11px}.react-tel-input .bi{background-position:-96px -11px}.react-tel-input .bj{background-position:-112px -11px}.react-tel-input .bm{background-position:-128px -11px}.react-tel-input .bn{background-position:-144px -11px}.react-tel-input .bo{background-position:-160px -11px}.react-tel-input .br{background-position:-176px -11px}.react-tel-input .bs{background-position:-192px -11px}.react-tel-input .bt{background-position:-208px -11px}.react-tel-input .bw{background-position:-224px -11px}.react-tel-input .by{background-position:-240px -11px}.react-tel-input .bz{background-position:0 -22px}.react-tel-input .ca{background-position:-16px -22px}.react-tel-input .cd{background-position:-32px -22px}.react-tel-input .cf{background-position:-48px -22px}.react-tel-input .cg{background-position:-64px -22px}.react-tel-input .ch{background-position:-80px -22px}.react-tel-input .ci{background-position:-96px -22px}.react-tel-input .ck{background-position:-112px -22px}.react-tel-input .cl{background-position:-128px -22px}.react-tel-input .cm{background-position:-144px -22px}.react-tel-input .cn{background-position:-160px -22px}.react-tel-input .co{background-position:-176px -22px}.react-tel-input .cr{background-position:-192px -22px}.react-tel-input .cu{background-position:-208px -22px}.react-tel-input .cv{background-position:-224px -22px}.react-tel-input .cw{background-position:-240px -22px}.react-tel-input .cy{background-position:0 -33px}.react-tel-input .cz{background-position:-16px -33px}.react-tel-input .de{background-position:-32px -33px}.react-tel-input .dj{background-position:-48px -33px}.react-tel-input .dk{background-position:-64px -33px}.react-tel-input .dm{background-position:-80px -33px}.react-tel-input .do{background-position:-96px -33px}.react-tel-input .dz{background-position:-112px -33px}.react-tel-input .ec{background-position:-128px -33px}.react-tel-input .ee{background-position:-144px -33px}.react-tel-input .eg{background-position:-160px -33px}.react-tel-input .er{background-position:-176px -33px}.react-tel-input .es{background-position:-192px -33px}.react-tel-input .et{background-position:-208px -33px}.react-tel-input .fi{background-position:-224px -33px}.react-tel-input .fj{background-position:-240px -33px}.react-tel-input .fk{background-position:0 -44px}.react-tel-input .fm{background-position:-16px -44px}.react-tel-input .fo{background-position:-32px -44px}.react-tel-input .fr,.react-tel-input .bl,.react-tel-input .mf{background-position:-48px -44px}.react-tel-input .ga{background-position:-64px -44px}.react-tel-input .gb{background-position:-80px -44px}.react-tel-input .gd{background-position:-96px -44px}.react-tel-input .ge{background-position:-112px -44px}.react-tel-input .gf{background-position:-128px -44px}.react-tel-input .gh{background-position:-144px -44px}.react-tel-input .gi{background-position:-160px -44px}.react-tel-input .gl{background-position:-176px -44px}.react-tel-input .gm{background-position:-192px -44px}.react-tel-input .gn{background-position:-208px -44px}.react-tel-input .gp{background-position:-224px -44px}.react-tel-input .gq{background-position:-240px -44px}.react-tel-input .gr{background-position:0 -55px}.react-tel-input .gt{background-position:-16px -55px}.react-tel-input .gu{background-position:-32px -55px}.react-tel-input .gw{background-position:-48px -55px}.react-tel-input .gy{background-position:-64px -55px}.react-tel-input .hk{background-position:-80px -55px}.react-tel-input .hn{background-position:-96px -55px}.react-tel-input .hr{background-position:-112px -55px}.react-tel-input .ht{background-position:-128px -55px}.react-tel-input .hu{background-position:-144px -55px}.react-tel-input .id{background-position:-160px -55px}.react-tel-input .ie{background-position:-176px -55px}.react-tel-input .il{background-position:-192px -55px}.react-tel-input .in{background-position:-208px -55px}.react-tel-input .io{background-position:-224px -55px}.react-tel-input .iq{background-position:-240px -55px}.react-tel-input .ir{background-position:0 -66px}.react-tel-input .is{background-position:-16px -66px}.react-tel-input .it{background-position:-32px -66px}.react-tel-input .je{background-position:-144px -154px}.react-tel-input .jm{background-position:-48px -66px}.react-tel-input .jo{background-position:-64px -66px}.react-tel-input .jp{background-position:-80px -66px}.react-tel-input .ke{background-position:-96px -66px}.react-tel-input .kg{background-position:-112px -66px}.react-tel-input .kh{background-position:-128px -66px}.react-tel-input .ki{background-position:-144px -66px}.react-tel-input .xk{background-position:-128px -154px}.react-tel-input .km{background-position:-160px -66px}.react-tel-input .kn{background-position:-176px -66px}.react-tel-input .kp{background-position:-192px -66px}.react-tel-input .kr{background-position:-208px -66px}.react-tel-input .kw{background-position:-224px -66px}.react-tel-input .ky{background-position:-240px -66px}.react-tel-input .kz{background-position:0 -77px}.react-tel-input .la{background-position:-16px -77px}.react-tel-input .lb{background-position:-32px -77px}.react-tel-input .lc{background-position:-48px -77px}.react-tel-input .li{background-position:-64px -77px}.react-tel-input .lk{background-position:-80px -77px}.react-tel-input .lr{background-position:-96px -77px}.react-tel-input .ls{background-position:-112px -77px}.react-tel-input .lt{background-position:-128px -77px}.react-tel-input .lu{background-position:-144px -77px}.react-tel-input .lv{background-position:-160px -77px}.react-tel-input .ly{background-position:-176px -77px}.react-tel-input .ma{background-position:-192px -77px}.react-tel-input .mc{background-position:-208px -77px}.react-tel-input .md{background-position:-224px -77px}.react-tel-input .me{background-position:-112px -154px;height:12px}.react-tel-input .mg{background-position:0 -88px}.react-tel-input .mh{background-position:-16px -88px}.react-tel-input .mk{background-position:-32px -88px}.react-tel-input .ml{background-position:-48px -88px}.react-tel-input .mm{background-position:-64px -88px}.react-tel-input .mn{background-position:-80px -88px}.react-tel-input .mo{background-position:-96px -88px}.react-tel-input .mp{background-position:-112px -88px}.react-tel-input .mq{background-position:-128px -88px}.react-tel-input .mr{background-position:-144px -88px}.react-tel-input .ms{background-position:-160px -88px}.react-tel-input .mt{background-position:-176px -88px}.react-tel-input .mu{background-position:-192px -88px}.react-tel-input .mv{background-position:-208px -88px}.react-tel-input .mw{background-position:-224px -88px}.react-tel-input .mx{background-position:-240px -88px}.react-tel-input .my{background-position:0 -99px}.react-tel-input .mz{background-position:-16px -99px}.react-tel-input .na{background-position:-32px -99px}.react-tel-input .nc{background-position:-48px -99px}.react-tel-input .ne{background-position:-64px -99px}.react-tel-input .nf{background-position:-80px -99px}.react-tel-input .ng{background-position:-96px -99px}.react-tel-input .ni{background-position:-112px -99px}.react-tel-input .nl,.react-tel-input .bq{background-position:-128px -99px}.react-tel-input .no{background-position:-144px -99px}.react-tel-input .np{background-position:-160px -99px}.react-tel-input .nr{background-position:-176px -99px}.react-tel-input .nu{background-position:-192px -99px}.react-tel-input .nz{background-position:-208px -99px}.react-tel-input .om{background-position:-224px -99px}.react-tel-input .pa{background-position:-240px -99px}.react-tel-input .pe{background-position:0 -110px}.react-tel-input .pf{background-position:-16px -110px}.react-tel-input .pg{background-position:-32px -110px}.react-tel-input .ph{background-position:-48px -110px}.react-tel-input .pk{background-position:-64px -110px}.react-tel-input .pl{background-position:-80px -110px}.react-tel-input .pm{background-position:-96px -110px}.react-tel-input .pr{background-position:-112px -110px}.react-tel-input .ps{background-position:-128px -110px}.react-tel-input .pt{background-position:-144px -110px}.react-tel-input .pw{background-position:-160px -110px}.react-tel-input .py{background-position:-176px -110px}.react-tel-input .qa{background-position:-192px -110px}.react-tel-input .re{background-position:-208px -110px}.react-tel-input .ro{background-position:-224px -110px}.react-tel-input .rs{background-position:-240px -110px}.react-tel-input .ru{background-position:0 -121px}.react-tel-input .rw{background-position:-16px -121px}.react-tel-input .sa{background-position:-32px -121px}.react-tel-input .sb{background-position:-48px -121px}.react-tel-input .sc{background-position:-64px -121px}.react-tel-input .sd{background-position:-80px -121px}.react-tel-input .se{background-position:-96px -121px}.react-tel-input .sg{background-position:-112px -121px}.react-tel-input .sh{background-position:-128px -121px}.react-tel-input .si{background-position:-144px -121px}.react-tel-input .sk{background-position:-160px -121px}.react-tel-input .sl{background-position:-176px -121px}.react-tel-input .sm{background-position:-192px -121px}.react-tel-input .sn{background-position:-208px -121px}.react-tel-input .so{background-position:-224px -121px}.react-tel-input .sr{background-position:-240px -121px}.react-tel-input .ss{background-position:0 -132px}.react-tel-input .st{background-position:-16px -132px}.react-tel-input .sv{background-position:-32px -132px}.react-tel-input .sx{background-position:-48px -132px}.react-tel-input .sy{background-position:-64px -132px}.react-tel-input .sz{background-position:-80px -132px}.react-tel-input .tc{background-position:-96px -132px}.react-tel-input .td{background-position:-112px -132px}.react-tel-input .tg{background-position:-128px -132px}.react-tel-input .th{background-position:-144px -132px}.react-tel-input .tj{background-position:-160px -132px}.react-tel-input .tk{background-position:-176px -132px}.react-tel-input .tl{background-position:-192px -132px}.react-tel-input .tm{background-position:-208px -132px}.react-tel-input .tn{background-position:-224px -132px}.react-tel-input .to{background-position:-240px -132px}.react-tel-input .tr{background-position:0 -143px}.react-tel-input .tt{background-position:-16px -143px}.react-tel-input .tv{background-position:-32px -143px}.react-tel-input .tw{background-position:-48px -143px}.react-tel-input .tz{background-position:-64px -143px}.react-tel-input .ua{background-position:-80px -143px}.react-tel-input .ug{background-position:-96px -143px}.react-tel-input .us{background-position:-112px -143px}.react-tel-input .uy{background-position:-128px -143px}.react-tel-input .uz{background-position:-144px -143px}.react-tel-input .va{background-position:-160px -143px}.react-tel-input .vc{background-position:-176px -143px}.react-tel-input .ve{background-position:-192px -143px}.react-tel-input .vg{background-position:-208px -143px}.react-tel-input .vi{background-position:-224px -143px}.react-tel-input .vn{background-position:-240px -143px}.react-tel-input .vu{background-position:0 -154px}.react-tel-input .wf{background-position:-16px -154px}.react-tel-input .ws{background-position:-32px -154px}.react-tel-input .ye{background-position:-48px -154px}.react-tel-input .za{background-position:-64px -154px}.react-tel-input .zm{background-position:-80px -154px}.react-tel-input .zw{background-position:-96px -154px}.react-tel-input *{box-sizing:border-box;-moz-box-sizing:border-box}.react-tel-input .hide{display:none}.react-tel-input .v-hide{visibility:hidden}.react-tel-input .form-control{position:relative;font-size:14px;letter-spacing:.01rem;margin-top:0!important;margin-bottom:0!important;padding-left:48px;margin-left:0;background:#fff;border:1px solid #CACACA;border-radius:5px;line-height:25px;height:35px;width:300px;outline:none}.react-tel-input .form-control.invalid-number{border:1px solid #d79f9f;background-color:#faf0f0;border-left-color:#cacaca}.react-tel-input .form-control.invalid-number:focus{border:1px solid #d79f9f;border-left-color:#cacaca;background-color:#faf0f0}.react-tel-input .flag-dropdown{position:absolute;top:0;bottom:0;padding:0;background-color:#f5f5f5;border:1px solid #cacaca;border-radius:3px 0 0 3px}.react-tel-input .flag-dropdown:hover,.react-tel-input .flag-dropdown:focus{cursor:pointer}.react-tel-input .flag-dropdown.invalid-number{border-color:#d79f9f}.react-tel-input .flag-dropdown.open{z-index:2;background:#fff;border-radius:3px 0 0}.react-tel-input .flag-dropdown.open .selected-flag{background:#fff;border-radius:3px 0 0}.react-tel-input input[disabled]+.flag-dropdown:hover{cursor:default}.react-tel-input input[disabled]+.flag-dropdown:hover .selected-flag{background-color:transparent}.react-tel-input .selected-flag{outline:none;position:relative;width:38px;height:100%;padding:0 0 0 8px;border-radius:3px 0 0 3px}.react-tel-input .selected-flag:hover,.react-tel-input .selected-flag:focus{background-color:#fff}.react-tel-input .selected-flag .flag{position:absolute;top:50%;margin-top:-5px}.react-tel-input .selected-flag .arrow{position:relative;top:50%;margin-top:-2px;left:20px;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #555}.react-tel-input .selected-flag .arrow.up{border-top:none;border-bottom:4px solid #555}.react-tel-input .country-list{outline:none;z-index:1;list-style:none;position:absolute;padding:0;margin:10px 0 10px -1px;box-shadow:1px 2px 10px #00000059;background-color:#fff;width:300px;max-height:200px;overflow-y:scroll;border-radius:0 0 3px 3px}.react-tel-input .country-list .flag{display:inline-block}.react-tel-input .country-list .divider{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #ccc}.react-tel-input .country-list .country{padding:7px 9px}.react-tel-input .country-list .country .dial-code{color:#6b6b6b}.react-tel-input .country-list .country:hover,.react-tel-input .country-list .country.highlight{background-color:#f1f1f1}.react-tel-input .country-list .flag{margin-right:7px;margin-top:2px}.react-tel-input .country-list .country-name{margin-right:6px}.react-tel-input .country-list .search{position:sticky;top:0;background-color:#fff;padding:10px 0 6px 10px}.react-tel-input .country-list .search-emoji{font-size:15px}.react-tel-input .country-list .search-box{border:1px solid #cacaca;border-radius:3px;font-size:15px;line-height:15px;margin-left:6px;padding:3px 8px 5px;outline:none}.react-tel-input .country-list .no-entries-message{padding:7px 10px 11px;opacity:.7}.react-tel-input .invalid-number-message{position:absolute;z-index:1;font-size:13px;left:46px;top:-8px;background:#fff;padding:0 2px;color:#de0000}.react-tel-input .special-label{display:none;position:absolute;z-index:1;font-size:13px;left:46px;top:-8px;background:#fff;padding:0 2px;white-space:nowrap}.phoneInputContainer{margin:10px 0}.phone-input{position:relative;display:flex;margin-bottom:4px;font-size:16px;width:100%}.phone-input .react-tel-input{position:relative;width:100%;font-family:Helvetica Regular;font-size:14px;font-weight:700;color:#20202e;border-color:#e5e5ed}.phone-input .react-tel-input .flag-dropdown{width:72px;border-color:#e5e5ed;background:#f7f7fa}.phone-input .react-tel-input .flag-dropdown.open .selected-flag{background:#f7f7fa}.phone-input .react-tel-input .flag-dropdown .selected-flag{width:100%}.phone-input .react-tel-input .flag-dropdown .selected-flag:hover{background:#f7f7fa}.phone-input .react-tel-input .flag-dropdown .selected-flag .arrow{left:26px;width:24px;height:24px;margin-top:-12px;background-image:url("data:image/svg+xml,%3csvg%20width='12'%20height='8'%20fill='%239c9cb4'%20viewBox='0%200%2012%208'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5.2951%201.00002L0.705098%205.59002C0.315098%205.98002%200.315098%206.61002%200.705098%207.00002C1.0951%207.39002%201.7251%207.39002%202.1151%207.00002L6.0051%203.12002L9.8851%207.00002C10.2751%207.39002%2010.9051%207.39002%2011.2951%207.00002C11.6851%206.61002%2011.6851%205.98002%2011.2951%205.59002L6.7051%201.00002C6.3251%200.61002%205.6851%200.61002%205.2951%201.00002Z'%20/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center center;border:none;transform:rotate(-180deg);transition:transform .25s cubic-bezier(.4,0,.2,1) 0ms}.phone-input .react-tel-input .flag-dropdown .selected-flag .arrow.up{transform:rotate(0)}.phone-input .react-tel-input .form-control{width:100%;height:42px;padding-left:84px;padding-right:42px;border-color:#e5e5ed}.phone-input .react-tel-input .form-control::placeholder{opacity:1;color:#20202e}.phone-input .react-tel-input .country-list{box-shadow:none;border:1px solid #e5e5ed;border-radius:0 0 5px 5px;margin:0 0 0 -1px}.phone-input .react-tel-input .country-list .country:hover{background:#f7f7fa}.phone-input__end-button{position:absolute;top:0;right:0;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;font-size:14px;color:#9c9cb4;transition:all .25s cubic-bezier(.4,0,.2,1) 0ms}.phone-input__end-button .icon{width:1em;height:1em;stroke:currentColor;cursor:pointer}.phone-input__end-button:hover{color:#6464f7}.account .account-section__header{background-color:#171e52;color:#fff;font-size:14px;font-weight:700;line-height:32px;padding-left:10px;height:32px}.account .account-section__row{display:flex;column-gap:20px;padding:10px}@media screen and (max-width: 820px){.account .account-section__row{flex-direction:column;gap:20px}}.account .account-section__column{width:50%;display:flex;flex-direction:column;gap:20px}@media screen and (max-width: 820px){.account .account-section__column{width:100%}}.account .account-block__header{display:flex;justify-content:space-between;align-items:center;height:32px;padding-bottom:8px;border-bottom:1px solid #BEBEC5}.account .account-block__header-text{color:#171e52;font-weight:700;font-size:14px}.account .account-block__header-btn{cursor:pointer;outline:none}.account .account-block__item{padding-top:8px;font-size:12px}.account .account-block__item__green{background:#abf4d7}.account .account-block__item__red{color:#ff004c}.account .account-block__item-line{display:flex;align-items:center;height:24px;font-size:12px}.account .account-block__key{font-weight:700;margin-right:8px;width:150px}.playlists-select{height:32px;width:100%;display:block}.broadcasts-tab{border-bottom:1px solid black}.broadcasts-tab_active{border-color:#00f}.broadcasts-tabs{display:flex;gap:8px;justify-content:center;padding:4px 0;cursor:pointer}.exchange-preview{background:#fff;flex:1}.last-login-container{display:flex;flex-direction:column}.last-login{padding:5px 0;border-bottom:1px solid #BEBEC5;display:flex;justify-content:space-between}.last-login--last{border-bottom:none}.last-login-block{display:flex;flex-direction:column;gap:5px;height:48px;font-size:12px;justify-content:center}.last-login-block--line{display:flex;gap:19px;align-items:center}.last-login-block--line>div:first-child{width:51px;font-weight:700}.last-login-block--line>div:last-child{width:150px;white-space:nowrap;display:flex;align-items:center;gap:10px}.last-login-block--line span{flex-shrink:0;display:"block";height:20px;width:20px}.PasswordEditModalForm>.input-wrapper .input-label{width:100px}.not-found{display:flex;justify-content:center;align-items:center;height:100%;font-size:124px}.countries-header{display:flex;background:#e5e5ed}.countries-header__country{padding:5px 10px;width:120px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;border:1px solid #898ca6;cursor:pointer}.countries-header__country:hover{background:#ccccd4}.countries-header__country__active{background:#9c9cb4}.countries-header__country__counter{padding-top:5px}.countries-header__country__image{width:25px;height:25px}.countries-header__country__image img{width:100%;height:100%;object-fit:contain}.countries-list__racing{display:flex;gap:10px;box-sizing:border-box;padding:20px 10px;border-bottom:1px solid #5d5d5d}.countries-list__racing__place{flex:3}.countries-list__racing__place .title{font-weight:700}.countries-list__racing__place .description{font-weight:lighter}.countries-list__racing__player{cursor:pointer;flex:1;display:flex;align-items:center;justify-content:center}.countries-list__racing__games{flex:8;display:flex;gap:15px;overflow:scroll}.countries-list__racing__games::-webkit-scrollbar{display:none}.countries-list__racing__games .game{cursor:pointer;box-sizing:border-box;padding:5px 20px;background:#c6c6cf;display:flex;align-items:center;border-radius:5px}.with_preloader-fc{height:100%;position:relative;width:100%}@media (min-width: 920px){.with_preloader-fc{height:calc(100vh - 140px)}}.with_preloader-fc .with_preloader__img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.horse-racing-empty{display:flex;width:100%;height:100%;justify-content:center;align-items:center;padding:20px}.racing-header{padding:10px 5px;box-sizing:border-box}.racing-header .venue{font-size:25px}.racing-header .day{font-size:18px}.racing-select{display:flex;align-items:center;margin:0 0 8px;padding:0;list-style:none;font-style:normal;font-weight:700;font-size:16px;color:#20202e;line-height:32px;background:#e5e5ed;border:.5px solid #869099}.racing-select__item{display:flex;align-items:center;justify-content:center;width:140px;padding:0 10px;white-space:nowrap;border-right:.5px solid #869099;cursor:pointer;transition:.2s}@media screen and (min-width: 1366px){.racing-select__item{font-size:12.5px}}@media screen and (min-width: 1600px){.racing-select__item{font-size:14px}}@media screen and (min-width: 1920px){.racing-select__item{font-size:16px}}@media screen and (min-width: 2560px){.racing-select__item{font-size:18px}}.racing-select__item__active,.racing-select__item:hover{background:#fff}.horse-description{display:flex;flex-direction:column;gap:5px;justify-content:center;height:100%}.racing-accordion{height:0;transition:all .3s ease-in-out;overflow:hidden;display:flex}@media (max-width: 920px){.racing-accordion{flex-direction:column}}.racing-accordion__information{display:flex;flex-direction:column;gap:5px;flex:1}.racing-accordion__information .point{display:flex;align-items:center;gap:5px}.racing-accordion__information .point__bold{color:#000;font-size:18px}.racing-accordion__information .point__light{color:#5d5d5d;font-size:18px}.racing-accordion__information .line{display:flex;align-items:center;gap:10px}@media (max-width: 920px){.racing-accordion__information .line{flex-direction:column;align-items:flex-start}}.racing-accordion__comment{flex:1;display:flex;flex-direction:column}.racing-accordion__comment .title{color:#000;font-size:18px}.racing-accordion__active{padding:10px 0;height:130px;box-sizing:content-box;transition:all .3s ease-in-out;overflow:visible}@media (max-width: 920px){.racing-accordion__active{padding:0 10px;height:max-content}}.racing-bet{transition:.2s;display:flex;justify-content:center;align-items:center;width:59px;height:100%;flex-direction:column;cursor:pointer;padding:5px}.racing-bet__empty{border-left:1px solid #c6c6cf}.racing-bet__active{outline:1px solid #869099}.racing-bet__blue{background-color:#abb4ff;transition:.2s}.racing-bet__blue:hover{background-color:#7c87e6;cursor:pointer}.racing-bet__blue__3-0,.racing-bet__blue__3-1{background-color:#abb4ff99}.racing-bet__orange{background-color:#ffd0bf;transition:.2s}.racing-bet__orange:hover{background-color:#ffbda6;cursor:pointer}.racing-bet__orange__3-1,.racing-bet__orange__3-2{background-color:#ffd0bf99}.racing-bet__value{font-size:14px;color:#000}@media screen and (min-width: 1366px){.racing-bet__value{font-size:12.5px}}@media screen and (min-width: 1600px){.racing-bet__value{font-size:14px}}@media screen and (min-width: 1920px){.racing-bet__value{font-size:16px}}@media screen and (min-width: 2560px){.racing-bet__value{font-size:18px}}.racing-bet__sum{font-size:10px;width:auto;max-width:100%;overflow:hidden;color:#000}@media screen and (min-width: 1366px){.racing-bet__sum{font-size:8.5px}}@media screen and (min-width: 1600px){.racing-bet__sum{font-size:10px}}@media screen and (min-width: 1920px){.racing-bet__sum{font-size:12px}}@media screen and (min-width: 2560px){.racing-bet__sum{font-size:14px}}.racing-content{display:flex;min-height:40px;border-bottom:1px solid #e5e5ed}.racing-content:nth-child(2){border-top:1px solid #e5e5ed}.racing-content__selection{flex:1;display:flex;align-items:center;gap:10px;padding:0 5px;box-sizing:border-box}.racing-content__selection:hover{background:#d4d4da}.racing-content__selection__accordion{rotate:90deg;width:18px;height:18px;transition:all .3s ease-in-out}.racing-content__selection__accordion img{width:100%;height:100%;object-fit:contain}.racing-content__selection__accordion-reverse{rotate:270deg;width:18px;height:18px;transition:all .3s ease-in-out}.racing-content__selection__accordion-reverse img{width:100%;height:100%;object-fit:contain}.racing-content__selection__market{width:30px;height:25px}.racing-content__selection__market img{width:100%;height:100%;object-fit:contain}.racing-content__selection__position{font-size:18px}.racing-content__selection__kit{width:30px;height:30px}.racing-content__selection__kit img{width:100%;height:100%;object-fit:contain}.racing-content__selection__member{display:flex;flex-direction:column}.racing-content__selection__member .horse{font-size:15px}.racing-content__selection__member .jokey{font-size:12px}.racing-content__bets{display:flex}.racing-selections{display:flex;flex-direction:column}.racing-selections__header{padding:5px}.home-carousel{background:#fff}.home-carousel__swiper-container{width:100%;aspect-ratio:18/5;position:relative;overflow:hidden}.home-carousel__swiper-container .swiper{width:100%;height:100%;position:absolute;top:0;left:0}.home-carousel__swiper-container .swiper-slide{text-align:center;background:#444;display:flex;justify-content:center;align-items:center;width:100%;height:100%}.home-carousel__swiper-container .swiper-slide-img{width:100%;height:100%;object-fit:cover;display:block}.home-carousel__swiper-container .swiper-pagination{position:absolute!important;left:10px!important;right:auto!important;top:50%!important;transform:translateY(-50%);display:flex;flex-direction:column;align-items:flex-start;z-index:10}.home-carousel__swiper-container .swiper-pagination-bullet{margin:6px 0;background:#fff!important;opacity:.7;width:12px;height:12px;transition:opacity .2s,background .2s}.home-carousel__swiper-container .swiper-pagination-bullet-active{opacity:1;background:#fff!important}.home-carousel__bets{background:#fff;display:flex;flex-direction:column;gap:8px;width:100%;max-width:100%;overflow:hidden}@media (min-width: 1920px){.home-carousel__bets{flex-direction:row}.home-carousel__bets>*{flex:1;max-width:calc(50% - 4px);min-width:0;overflow:hidden}}.home-carousel__bets .bets-table__body{background:#fff}.front-page{display:flex;flex-direction:column}.front-page__carosel{width:100%}.front-page__bets .bets-table-row{background:#fff!important}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.front-page{background-color:#060a13;color:#adadad;overflow-y:auto;width:100%;height:100%}.front-page a{color:#adadad}.front-page__header{display:flex;justify-content:space-between;align-content:center;padding-bottom:20px}.front-page__header__logo{width:200px;display:flex;align-items:center}@media screen and (max-width: 879px){.front-page__header__logo{display:none}}.front-page__header__logo img{width:80px}.front-page__header__brands{flex-direction:row;flex-wrap:wrap;display:flex;justify-content:center;align-items:center}.front-page__header__brands__item{margin:20px;width:120px}.front-page__content{display:flex;justify-content:space-between}@media screen and (max-width: 650px){.front-page__content{justify-content:normal;flex-direction:column}}.front-page__content__left{flex-shrink:0;margin-right:5em}.front-page__content__right{flex-shrink:3}@media screen and (max-width: 650px){.front-page__content__right{max-width:none}}.front-page__links{font-size:22px;line-height:42px}.front-page__links li{list-style-type:none}@media screen and (max-width: 820px){.front-page__links li{font-size:18px}}.front-page__links li a.active{color:#fff}.main{position:relative;height:calc(100svh - 151px);overflow:hidden;display:flex}@media (max-width: 820px){.main{height:calc(100svh - 151px)}}@media screen and (max-width: 1090px){.main{height:calc(100svh - 231px);display:flex}}@media screen and (min-width: 1091px){.main.main-auth{display:grid;grid-template-columns:61px 1fr minmax(447px,580px)}}@media screen and (max-width: 1600px){.main.main-auth{grid-template-columns:61px 1fr minmax(447px,530px)}}@media screen and (max-width: 1512px){.main.main-auth{grid-template-columns:61px 1fr 447px}}.main.main-auth .routing-component{flex-grow:2;min-width:0;max-width:100%;width:100%}.main .routing-component{background:var(--main-bg-color);flex:1}@media screen and (max-width: 1095px){.main .routing-component{display:flex;flex-direction:column}}.main .routing-component .main-container{position:relative}.main .routing-component__auto{overflow-y:auto}.main .routing-component__auto::-webkit-scrollbar-thumb{border:1px solid #6464f7;border-radius:33px}.main .routing-component__auto::-webkit-scrollbar-thumb:hover{opacity:.8}.main .routing-component__auto::-webkit-scrollbar{width:2px;height:6px;background:#aab;border-radius:33px}.main .routing-component__hidden{overflow-y:hidden}@media screen and (max-width: 1090px){.main-mobile__landing{height:calc(100svh - 151px)}}.footer{display:flex;width:100%;height:71px;background:#000;border-top:1px solid #dee2e6;padding:10px 42px;overflow:hidden;flex-direction:column;flex:0 0 auto;position:relative}.footer__background{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.footer__wrapper{display:flex;width:100%;flex:2;position:relative;z-index:100}@media screen and (max-width: 720px){.footer__wrapper{flex:0 0 auto}}.footer__content{display:flex;align-items:center;margin-left:4px;padding:0 0 6px 10px;flex:1;color:#869099;font-size:11px}@media (max-width: 1919px){.footer__content{font-size:10px}}@media (max-width: 1600px){.footer__content{font-size:8px;padding:0 0 3px 8px}}@media screen and (max-width: 720px){.footer__content{font-size:7px;margin:0}}@media screen and (max-width: 660px){.footer__content{font-size:5px}}.footer__content p{line-height:1;margin-bottom:0}.footer__icons{margin-left:20px;display:flex;align-items:center}@media screen and (max-width: 720px){.footer__icons{margin-left:8px}}.footer__icons .big-img{height:30px;width:30px}@media screen and (max-width: 720px){.footer__icons .big-img{height:15px;width:15px}}.footer__copyright{display:flex;align-items:center;height:100%;margin:0;color:#869099;font-weight:400;font-size:13px}@media screen and (max-width: 720px){.footer__copyright{font-size:8px}}.footer__rules{flex:1;display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap;position:relative;z-index:100;gap:5px;row-gap:0;margin-top:7px}@media (max-width: 720px){.footer__rules{padding-left:0;flex-wrap:wrap}}.footer__rules__link{font-size:11px;width:auto!important}@media (max-width: 720px){.footer__rules__link{font-size:8px}}.account-info{position:relative}.account-info__image{box-sizing:border-box;padding:10px;width:63px;height:63px;opacity:.6}.account-info__image:hover{opacity:1}.account-info__username{color:#808185;cursor:pointer}.account-info__username:hover{color:#fff}@media (max-width: 768px){.account-info__username{display:none}}.account-info__select{position:absolute;overflow-y:auto;z-index:5;background:#050711;top:56px;left:16px;width:120px}.account-info__select__open{transition:all .5s ease;overflow-y:clip}.account-info__select__close{transition:all .5s ease;height:0;overflow-y:hidden}.account-info__select__text{padding:10px 8px;cursor:pointer;transition:all .5s ease;font-size:14px;color:#fff;opacity:.6}.account-info__select__text:hover{background:#1a1d29;opacity:1;transition:all .5s ease}.auth-button{display:flex;align-items:center;gap:5px}.auth-button__image-container{opacity:.6;cursor:pointer;max-width:49px;max-height:49px;transition:all .5s ease}.auth-button__image-container:hover{opacity:.9}.auth-button__image-container__image{width:100%;height:100%;object-fit:contain}@media (max-width: 768px){.auth-button__text-container{display:none!important}}.auth-button__text{color:#808185;transition:all .5s ease;cursor:pointer}@media screen and (min-width: 1366px){.auth-button__text{font-size:14.5px}}@media screen and (min-width: 1600px){.auth-button__text{font-size:16px}}@media screen and (min-width: 1920px){.auth-button__text{font-size:18px}}@media screen and (min-width: 2560px){.auth-button__text{font-size:20px}}.auth-button__text:hover{color:#fff}.deposit-block__center{display:flex;align-items:center}@media screen and (max-width: 500px){.deposit-block__center{display:none}}.deposit-block__center .btn_white{width:60px;height:28px;color:#000;background:linear-gradient(to bottom,#e5e5e5,#a2a2a2);font-size:12px;font-weight:700;outline:none!important;border:none!important;cursor:pointer}@media screen and (min-width: 1366px){.deposit-block__center .btn_white{font-size:10.5px}}@media screen and (min-width: 1600px){.deposit-block__center .btn_white{font-size:12px}}@media screen and (min-width: 1920px){.deposit-block__center .btn_white{font-size:13px}}@media screen and (min-width: 2560px){.deposit-block__center .btn_white{font-size:14px}}@media (max-width: 1600px){.deposit-block__center .btn_white{width:50px;height:24px;font-size:10px}}.deposit-block__center .btn_white:hover{background:#fff}.deposit-block__center .btn_white_disabled{color:#545c74;background-color:#3c4253}.deposit-block__right{display:flex;flex-direction:column;justify-content:center;color:#fff}.deposit-block__right__row{display:flex;align-items:center;justify-content:space-between;gap:8px}.deposit-block__right__row__text{font-family:Circle,sans-serif;font-style:normal;font-weight:400;font-size:10px}.deposit-block__right__row .bold{font-family:Circle Bold,sans-serif;font-style:normal;font-weight:700;font-size:12px}.header-logo__desktop{display:none;z-index:100;position:relative}@media screen and (min-width: 992px){.header-logo__desktop{display:block}}.header-logo__mobile{display:block;position:relative;z-index:100;-webkit-tap-highlight-color:rgba(0,0,0,0)}@media screen and (min-width: 992px){.header-logo__mobile{display:none}}.header-logo__link{z-index:100;position:relative}.header-logo__image{width:50px;height:50px}@media screen and (max-width: 1919px){.header-logo__image{width:50px;height:42px}}@media screen and (max-width: 1600px){.header-logo__image{width:50px;height:34px}}.lang-select{height:100%;color:#fff;-webkit-tap-highlight-color:rgba(0,0,0,0);display:flex;justify-content:center;align-items:center;position:relative}@media screen and (max-width: 500px){.lang-select{margin:0}}.lang-select__image{cursor:pointer;max-width:40px;max-height:40px}.lang-select__image img{width:100%;height:100%;object-fit:contain}.lang-select__dropdown{z-index:5;list-style:none;background:#050711;position:absolute;top:80px;right:-19px;background:#060a13}@media (max-width: 768px){.lang-select__dropdown{right:0}}.lang-select__dropdown__open{transition:all .5s ease;padding:5px 0;overflow-y:clip}.lang-select__dropdown__close{transition:all .5s ease;height:0;overflow-y:hidden}.lang-select__dropdown__image{transition:all .5s ease;width:25px;height:25px}.lang-select__dropdown__list{padding:5px 20px;transition:all .5s ease}.lang-select__dropdown__list:hover{background:#1a1d29}.main-menu-item{position:relative;border-right:1px solid #171e52;cursor:pointer;color:#fff;height:100%}@media screen and (max-width: 920px){.main-menu-item{display:none;border:none}}.main-menu-item__link{width:100%;min-width:86px;height:100%;font-size:14px;opacity:.3;align-items:center;padding:11px;color:#fff;box-sizing:border-box;gap:10px;justify-content:center;display:flex;flex-direction:column;transition:all .3s ease-in-out}@media screen and (min-width: 1366px){.main-menu-item__link{font-size:12.5px}}@media screen and (min-width: 1600px){.main-menu-item__link{font-size:14px}}@media screen and (min-width: 1920px){.main-menu-item__link{font-size:17px}}@media screen and (min-width: 2560px){.main-menu-item__link{font-size:20px}}.main-menu-item__link__active{opacity:1;color:#fff}.main-menu-item__link:hover{opacity:1;background-color:#33367f}@media screen and (max-width: 920px){.main-menu-item__link:hover{background-color:transparent}}.main-menu-item__image{height:28px;width:34px;object-fit:contain}@media screen and (max-width: 1366px){.main-menu-item__image{height:22px;width:28px}}.main-menu-item__title{font-family:Helvetica Light,sans-serif}.main-menu{height:100%;position:relative;z-index:2;display:flex;align-items:center}@media screen and (max-width: 1024px){.main-menu{display:none}}.circle-container{display:flex;justify-content:space-between;gap:6px;transition:all .3s ease;cursor:pointer}.circle{width:9px;height:9px;border:1px solid #fff;border-radius:50%;transition:transform .3s ease,background-color .3s ease;background:transparent}.burger-menu{padding:11px;cursor:pointer;display:flex;align-items:center;gap:38px;margin-left:27px;position:relative;height:100%}@media screen and (max-width: 1024px){.burger-menu{display:none}}.burger-menu:hover>.circle-container{transform:rotate(90deg)}.burger-menu:hover>.circle-container>.circle{background-color:#fff}.dropdown-content{height:100%;position:absolute;z-index:1;left:71px;transition:transform .3s ease,opacity .3s ease;transform:translate(-50%);opacity:0;display:flex;align-items:center;gap:15px;padding-left:27px}.dropdown-content a{text-decoration:none;display:block;white-space:nowrap;font-size:14px}.dropdown-content--visible{transform:translate(0);opacity:1}@media screen and (max-width: 1173px){.burger-menu{margin-left:15px;padding-left:0}.dropdown-content{padding-left:15px;left:50px}}@media screen and (max-width: 1126px){.burger-menu{margin-left:8px;padding-left:0}.dropdown-content{padding-left:8px;left:50px;gap:8px}}.time-zone{position:relative}.time-zone__mobile-image{display:none;width:30px;height:30px;object-fit:contain;cursor:pointer}@media (max-width: 768px){.time-zone__mobile-image{display:block}}.time-zone__text{border:1px solid #171e52;border-radius:21px;cursor:pointer;padding:10px 10px 10px 20px;font-size:14px}.time-zone__text__arrow{width:36px;height:20px;object-fit:cover;transition:all .5s ease}.time-zone__text__arrow-reverse{transition:all .5s ease;transform:rotate(180deg)}@media (max-width: 768px){.time-zone__text{display:none!important}}.time-zone__select{position:absolute;overflow-y:auto;top:42px;min-width:125px;width:calc(100% - 10px);right:0;z-index:5;list-style:none;background:#050711}@media (max-width: 768px){.time-zone__select{right:-60px}}.time-zone__select__open{transition:all .5s ease;height:300px}.time-zone__select__close{transition:all .5s ease;height:0}.time-zone__select__list{padding:10px 8px;cursor:pointer;transition:all .5s ease;font-size:14px}.time-zone__select__list:hover{background:#1a1d29;opacity:1;transition:all .5s ease}.header{padding:0 20px;width:100%;height:80px;display:flex;justify-content:space-between;border-bottom:1px solid #171e52;z-index:100;background:#000;box-sizing:border-box;position:relative;flex-shrink:0}@media screen and (max-width: 500px){.header{padding:0}}.header__background{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.header__left{display:flex;align-items:center;z-index:100;position:relative}.header__right{z-index:100;position:relative;display:flex;align-items:center;justify-content:space-between;gap:20px}.tab-mobile{display:flex;justify-content:center;flex-direction:column;gap:3px;align-items:center;height:49px;color:#fff}.tab-mobile>svg{color:#fff}.tab-mobile>svg,.tab-mobile>.tab-mobile__title{opacity:.2}.tab-mobile:hover>svg,.tab-mobile:hover>.tab-mobile__title,.tab-mobile__active>svg,.tab-mobile__active>.tab-mobile__title{opacity:1}.tab-mobile__title{color:#fff;font-size:12px;text-wrap:nowrap}.tab-mobile__with-border{border-right:1px solid #171e52;padding-right:10px}.mobile-leagues-menu{width:100%;height:83px;background-color:#000;flex-shrink:0}@media screen and (min-width: 1091px){.mobile-leagues-menu{display:none}}.mobile-leagues-menu__tab-container{display:flex;align-items:center;height:100%;padding:0 10px;gap:10px;box-sizing:border-box;overflow:auto}.mobile-leagues-menu__tab-container::-webkit-scrollbar{display:none}.bottom-nav-item{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:3px;position:relative}.bottom-nav-item__with-border{border-right:1px solid #171e52;padding-right:10px}.bottom-nav-item__image{width:32px;height:32px}.bottom-nav-item__image img{width:100%;height:100%;object-fit:contain}.bottom-nav-item__text{color:#fff;font-size:12px;text-wrap:nowrap}.bottom-nav-item__stakes-count{display:flex;justify-content:center;align-items:center;position:absolute;top:-10px;inset-inline-end:0;transform:translate(50%,5%);transform-origin:100% 0;z-index:4;min-width:16px;height:16px;font-size:8px;color:#fff;white-space:nowrap;text-align:center;background:#ff4d4f;border-radius:10px}.bottom-menu{display:flex;width:100%;height:71px;padding:11px 10px;background-image:url(/assets/footer_bgd-DZon4mr2.svg);overflow:hidden;justify-content:space-between;gap:10px}.app{display:flex;flex-direction:column;width:100%;height:100svh;justify-content:space-between}.terminal-image{width:100%;max-width:400px;object-fit:contain;padding-top:20px}@font-face{font-family:Helvetica Regular;font-style:normal;font-weight:400;src:local("Helvetica Regular"),url(/assets/helvetica_regular-BBrahH0n.otf);font-display:swap}@font-face{font-family:Helvetica Light;font-style:normal;font-weight:auto;src:local("Helvetica Light"),url(/assets/helvetica_light-DOrkLW0I.otf);font-display:swap}@font-face{font-family:Circle;src:url(/assets/CRC25-ESKAw883.otf);font-display:swap}@font-face{font-family:Circle Bold;src:url(/assets/Circe-Bold-BRBqSaS-.otf);font-weight:700;font-display:swap}html,body{padding:0;margin:0;overflow:hidden;box-sizing:border-box;font-family:Roboto,Arialk,sans-serif;height:-webkit-fill-available}#root{display:flex;flex-direction:column;margin:0;height:100vh;height:-webkit-fill-available;position:relative}.root-main{flex:1;display:flex}.main-wrapper{display:flex;flex-direction:column;min-height:min-content;width:100%}*,*:before,*:after{font-family:Helvetica Regular,sans-serif;margin:0;padding:0;box-sizing:border-box}button{background:transparent;border:none}input:focus,button:active{outline:none!important}a{color:#fff;text-decoration:none}*::-webkit-scrollbar{width:6px}*::-webkit-scrollbar-track{background-color:transparent}*::-webkit-scrollbar-thumb{background-color:#6464f7}*::-webkit-scrollbar-thumb:hover{background-color:#5a5ae1}h1{font-size:2.5rem;margin-bottom:1rem}p{margin-top:0;margin-bottom:1rem;line-height:1.8rem}.pointer{cursor:pointer}.input-error{border:1px solid var(--red)!important}.text-error{color:var(--red)!important}.shrift{font-family:Helvetica Regular,sans-serif}.lg-regular{font-size:32px}.md-regular{font-size:24px}.sm-regular{font-size:16px}.xs-regular{font-size:14px}.xxs-regular{font-size:12px}.row{display:flex;flex-direction:row}.column{display:flex;flex-direction:column}.flex{display:flex}.flex__wrap{flex-wrap:wrap}.flex__0{flex:0}.flex__1{flex:1}.flex__2{flex:2}.flex__3{flex:3}.flex__center-center{justify-content:center;align-items:center}.flex__center-start{justify-content:center;align-items:start}.flex__center-end{justify-content:center;align-items:end}.flex__btw-center{justify-content:space-between;align-items:center}.flex__btw-start{justify-content:space-between;align-items:start}.flex__btw-end{justify-content:space-between;align-items:end}.flex__start-center{justify-content:start;align-items:center}.flex__start-start{justify-content:start;align-items:start}.flex__start-end{justify-content:start;align-items:end}.flex__end-center{justify-content:end;align-items:center}.flex__end-start{justify-content:end;align-items:start}.flex__end-end{justify-content:end;align-items:end}.gap{gap:10px}.gap__xs{gap:5px}.gap__s{gap:15px}.gap__md{gap:30px}.gap__lg{gap:50px}:root{--text-color: #643FFF;--secondary: rgb(16 23 42);--bg-color: rgba(206, 205, 222, .2);--primary: rgb(255 255 255);--blue-gray: #e5e5ed;--blue2: #6464f7;--blue3: #cdd2ff;--blue4: #e6e9ff;--blue6: #ABB4FF;--black: #20202e;--black2: #000000;--blue-gray4: #898ca6;--red: #ff0000;--green7: #21CC3B;--gray5: #AAAABB;--dark-blue8: #00022A;--h1: #6464f7;--main-bg-color: #ffffff;--cell: #EAEAEA;--text: #000;--cell-description-bg: #C6C6C6;--cell-description-text: #280473;--card-content: #f5f5f5}.color-white{color:#fff}.color-gray{color:#808185}.color-dark{color:#1a1a23}.color-blue-gray-4{color:#898ca6}
