.btn{position:relative;height:40px;padding:8px 16px;color:var(--white);background:var(--primary);display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;line-height:24px;text-align:center;border-radius:8px;border:none;outline:none;cursor:pointer;transition:all .2s ease-out}@media(min-width:1140px){.no-touch .btn:hover{background:var(--primary-2)}}.btn:active{background:var(--primary-3)}.btn.disabled,.btn[disabled]{pointer-events:none}.btn.disabled,.btn.disabled:hover,.btn[disabled],.btn[disabled]:hover{color:var(--gray-400);background:var(--gray-600)}.basic .limits .btn.disabled:not(.limits__card-remove-btn),.basic .limits .btn[disabled]:not(.limits__card-remove-btn){background-color:var(--gray-400);color:var(--gray-500)}.form-constructor__step-navigation .btn{width:100%}@media(min-width:1140px){.btn{height:44px;padding:12px 20px}}@media(min-width:1628px){.btn{height:48px;padding:12px 28px}.promo-tile-footer-wr:not(.bonus .promo-tile-footer-wr) .btn{height:44px}}@media(max-width:1139px){.personal-data__save-changes .btn{width:100%}}.profile-edit__phone .btn:not(.confirmed-phone__send-sms-btn){transition:all .2s ease-out}.profile-edit__phone .btn:not(.confirmed-phone__send-sms-btn)[disabled=false]{color:var(--white);background:var(--primary);pointer-events:auto}@media(min-width:1140px){.no-touch .profile-edit__phone .btn:not(.confirmed-phone__send-sms-btn):hover{background:var(--primary-2)}}.profile-edit__phone .btn:not(.confirmed-phone__send-sms-btn):active{background:var(--primary-3)}.btn--secondary-white{color:var(--cool-gray-900);background:var(--secondary);border:2px solid transparent}@media(min-width:1140px){.no-touch .btn--secondary-white:hover{color:var(--gray-900);background:var(--secondary-2);border-color:var(--white-200)}}.btn--secondary-white:active{color:var(--gray-700);background:var(--secondary-3)}.btn--secondary-white.disabled,.btn--secondary-white[disabled]{color:var(--gray-600);background:var(--gray-400)}.btn--accent{background:var(--accent)}.no-touch .btn--accent:hover{background:var(--accent-2)}.btn--accent:active{background:var(--accent-3)}.btn--accent.disabled,.btn--accent[disabled]{color:var(--gray-400)}.btn--secondary-black{color:var(--white-50);background:var(--gray-700);border:2px solid transparent}@media(min-width:1140px){.no-touch .btn--secondary-black:hover{color:var(--gray-400);background:var(--cool-gray-850);border-color:var(--gray-700)}}.btn--secondary-black:active{color:var(--white);background:var(--cool-gray-900)}.btn--secondary-black.disabled,.btn--secondary-black[disabled]{color:var(--gray-300)}.btn--special{padding:8px 16px;font-size:12px;line-height:24px;letter-spacing:.48px;text-transform:uppercase;color:var(--primary);background:var(--special)}@media(min-width:1140px){.btn--special{height:40px;padding:8px 16px}}@media(min-width:1140px){.no-touch .btn--special:hover{color:var(--primary);background:var(--special-2)}.dark .no-touch .btn--special:hover{color:var(--white-50);background:var(--gray-700)}}.btn--special:active{color:var(--primary);background:var(--special-3)}.btn--special.disabled,.btn--special[disabled]{color:var(--gray-600);background:var(--gray-400)}.dark .btn--special{color:var(--white-50);background:var(--gray-900)}.dark .btn--special:active{color:var(--white-50);background:var(--gray-600)}.dark .btn--special.disabled,.dark .btn--special[disabled]{color:var(--gray-300);background:var(--gray-600)}.btn--contoured-white{color:var(--white-50);background:none;border:2px solid var(--white-50)}.btn--contoured-white.disabled,.btn--contoured-white:active,.btn--contoured-white[disabled],.no-touch .btn--contoured-white:hover{background:none}@media(min-width:1140px){.no-touch .btn--contoured-white:hover{color:var(--gray-400);border:2px solid var(--gray-400)}}.btn--contoured-white:active{color:var(--white);border:2px solid var(--white)}.btn--contoured-white.disabled,.btn--contoured-white[disabled]{color:var(--gray-400);border:2px solid var(--gray-400)}.btn--contoured-black{color:var(--cool-gray-900);background:none;border:2px solid var(--cool-gray-900)}.btn--contoured-black.disabled,.btn--contoured-black:active,.btn--contoured-black[disabled],.no-touch .btn--contoured-black:hover{background:none}@media(min-width:1140px){.no-touch .btn--contoured-black:hover{border:2px solid var(--gray-900);color:var(--gray-900)}.no-touch .btn--contoured-black:hover.limits__card-btn-back{opacity:.6}}.btn--contoured-black:active{border:2px solid var(--gray-700);color:var(--gray-700)}.btn--contoured-black.disabled,.btn--contoured-black[disabled]{border:2px solid var(--gray-500);color:var(--gray-500)}.btn--navigate{width:40px;height:40px;padding:0;color:var(--gray-500);border-radius:40px;border:1px solid var(--white-200);background:var(--white);box-shadow:var(--shadow-black)}@media(min-width:1140px){.no-touch .btn--navigate:hover{background:var(--white-100)}.dark .no-touch .btn--navigate:hover{background:var(--cool-gray-850)}}.btn--navigate:active{background:transparent}.btn--navigate.disabled,.btn--navigate[aria-disabled=true],.btn--navigate[disabled]{border:1px solid var(--gray-500-50);background:transparent;color:var(--gray-500-50);pointer-events:none}.dark .btn--navigate.disabled,.dark .btn--navigate[aria-disabled=true],.dark .btn--navigate[disabled]{border:1px solid var(--gray-500-50);background:transparent;color:var(--gray-500-50)}.dark .btn--navigate{color:var(--cuprum-50);border:1px solid var(--gray-700);background:var(--gray-900)}.btn__spinner{position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0);display:flex;align-items:center;justify-content:center}.btn__spinner-icon{width:20px;height:auto;color:var(--white);animation:rotate .7s linear infinite}@media(min-width:1628px){.btn__spinner-icon{width:24px}}.btn--secondary-white .btn__spinner-icon{color:var(--gray-900)}.btn--contoured-black .btn__spinner-icon{color:var(--gray-700)}.btn__inner{display:flex;justify-content:center;align-items:center}.btn--spinner-icon .btn__inner,.edit-nickname__btn .btn__inner,.main-slider-item .btn__inner,.top-bar__search-btn .btn__inner{overflow:hidden}.btn--spinner-icon .btn__inner{opacity:0}.accounts-list__btn .btn__inner{position:relative;z-index:1;flex-direction:row-reverse}@media(max-width:1139px){.limits__card-btn-back .btn__inner{display:none}}.btn__icon{width:20px;height:20px;margin-right:8px;padding:1px 1px 2px 2px}@media(min-width:1628px){.btn__icon{width:24px;height:24px;margin-right:12px}}@media(min-width:1628px){.btn--special .btn__icon{width:20px;height:20px;margin-right:8px}}.btn--icon-right .btn__icon{margin-right:0;margin-left:8px}@media(min-width:1628px){.btn--icon-right .btn__icon{margin-right:0;margin-left:12px}}@media(min-width:1628px){.btn--special.btn--icon-right .btn__icon{margin-left:8px}}.btn--icon-small .btn__icon{margin:0}@media(min-width:1628px){.btn--icon-small .btn__icon{width:24px;height:24px}}.btn--navigate .btn__icon{width:20px;height:20px;margin-right:0}.btn--navigate-prev .btn__icon{padding:5px 8px 5px 6px}.btn--navigate-next .btn__icon{padding:5px 6px 5px 8px}.missing-data__btn-prev .btn__icon{width:6px;height:10px;margin-right:16px;padding:0}.btn__icon--copy{width:16px;height:16px;margin-right:0;padding:0;color:var(--gray-500)}.btn--icon-right{flex-direction:row-reverse}.btn--full{width:100%}.btn--icon-small{width:40px;height:40px;padding:0}@media(min-width:1140px){.btn--icon-small{width:44px;height:44px}}@media(min-width:1628px){.btn--icon-small{width:48px;height:48px}}.btn--no-bg{background-color:transparent;border:none}@media(min-width:1140px){.no-touch .btn--no-bg:hover{background-color:transparent;border:none}}.btn--no-bg.disabled,.btn--no-bg:active,.btn--no-bg[disabled]{background-color:transparent;border:none}.btn--control{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;color:var(--gray-500);border-radius:40px;border:1px solid var(--white-200);background:var(--white);box-shadow:var(--shadow-black)}.no-touch .btn--control:hover{background:var(--white-100)}@media(min-width:640px){.no-touch .btn--control:hover{background:var(--cool-gray-850)}}.btn--control:active{background:transparent}.btn--control.disabled,.btn--control[aria-disabled=true],.btn--control[disabled]{border:1px solid var(--gray-500-50);background:transparent;color:var(--gray-500-50);pointer-events:none}@media(min-width:640px){.btn--control{color:var(--cuprum-50);border:1px solid var(--gray-700);background:var(--gray-900)}}.btn--control .btn__icon{padding:0;margin:0;width:12px;height:12px}.btn--secondary.btn{height:40px;padding:8px 16px;color:var(--cool-gray-900);background:var(--secondary);border:2px solid transparent}.dark .btn--secondary.btn{color:var(--white-50);background:var(--gray-700)}@media(max-width:639px){.dark .btn--secondary.btn.cashout-verify-item__action{color:var(--cool-gray-900);background:var(--secondary)}}@media(min-width:1140px){.no-touch .btn--secondary.btn:hover:not([disabled]){color:var(--gray-900);background:var(--secondary-2);border-color:var(--white-200)}.dark .no-touch .btn--secondary.btn:hover:not([disabled]){color:var(--gray-400);background:var(--cool-gray-850);border-color:var(--gray-700)}}.btn--secondary.btn:active{color:var(--gray-700);background:var(--secondary-3)}.dark .btn--secondary.btn:active{color:var(--white);background:var(--cool-gray-900)}.btn--secondary.btn.disabled,.btn--secondary.btn[disabled]{color:var(--gray-600);background:var(--gray-400)}.dark .btn--secondary.btn.disabled,.dark .btn--secondary.btn[disabled]{color:var(--gray-300);background:var(--gray-600)}@media(max-width:639px){.dark .btn--secondary.btn.disabled.cashout-verify-item__action,.dark .btn--secondary.btn[disabled].cashout-verify-item__action{color:var(--gray-600);background:var(--gray-400)}}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.social-icon{display:inline-flex;justify-content:center;align-items:center;flex-grow:1;flex:1;position:relative;border-radius:8px;min-width:35px;height:40px;font-size:17px;line-height:32px;margin-right:4px;background-color:var(--cool-gray-900);color:var(--white-100);cursor:pointer;transition:all .2s ease-out;border:none}@media(min-width:1140px){.social-icon{margin-right:8px}}.social-icon:last-child{margin-right:0}.no-touch .social-icon:hover{background-color:var(--gray-900)}.social-icon:active{background-color:var(--gray-700)}.social-icon:disabled{background-color:var(--gray-600);color:var(--gray-400)}.promo-video__banner--unauthorized .social-icon{margin-right:4px;background-color:var(--white-50)}@media(min-width:1628px){.promo-video__banner--unauthorized .social-icon{margin-right:8px}}.promo-video__banner--unauthorized .social-icon:last-child{margin-right:0}.no-touch .promo-video__banner--unauthorized .social-icon:hover{background-color:var(--gray-400)}.promo-video__banner--unauthorized .social-icon:active{background-color:var(--white)}.promo-video__banner--unauthorized .social-icon:disabled{background-color:var(--gray-400);color:var(--gray-500)}.social-icon-icon{height:16px}.promo-video__banner--unauthorized .social-icon-icon{color:var(--cool-gray-850);width:16px}.payments-list{position:relative;display:flex;padding:36px 16px;overflow-x:hidden;z-index:1}@media(min-width:1140px){.payments-list{justify-content:center;padding:24px 0;background-color:var(--black);border-radius:0}}@media(min-width:1628px){.payments-list{padding:28px 60px}}.main-slider .payments-list,.promo-video--unauthorizing .payments-list{right:0;width:100%;min-height:32px;padding:4px}@media(max-width:1139px){.main-slider .payments-list,.promo-video--unauthorizing .payments-list{margin:12px auto}}@media(min-width:1140px){.main-slider .payments-list,.promo-video--unauthorizing .payments-list{position:absolute;right:60px;bottom:40px;width:70%;padding:0;background-color:transparent}}@media(min-width:1628px){.main-slider .payments-list,.promo-video--unauthorizing .payments-list{bottom:48px}}.main-landing__row-scrolling .payments-list{padding:0;margin-bottom:20px}@media(max-width:639px){.main-landing__row-scrolling .payments-list{width:100%;margin-top:20px}}@media(min-width:1140px){.main-landing__row-scrolling .payments-list{flex-shrink:0;justify-content:flex-start;background-color:transparent;margin-bottom:0}}.payments-list__inner{-ms-overflow-style:none;scrollbar-width:none;display:flex;overflow-x:scroll}.payments-list__inner::-webkit-scrollbar{height:0;width:0;opacity:0;color:transparent;background-color:transparent}.payments-list__inner::-webkit-scrollbar-thumb,.payments-list__inner::-webkit-scrollbar-track{background:transparent;display:none}.payments-list__inner::-webkit-scrollbar{display:none}@media(min-width:640px)and (max-width:1139px){.payments-list__inner{margin:0 auto}}@media(min-width:1140px){.payments-list__inner{margin-left:64px}.main-landing__row-scrolling .payments-list__inner{margin-left:0}}@media(min-width:1628px){.payments-list__inner{margin-left:24px}}.main-slider .payments-list__inner{position:relative;z-index:11;width:100%}@media(min-width:640px){.main-slider .payments-list__inner{justify-content:center}}@media(min-width:1140px){.main-slider .payments-list__inner{margin-left:0;justify-content:flex-end}}.payments-list__item{padding:4px 16px}@media(min-width:1628px){.payments-list__item{margin:0 4px}}.main-slider .payments-list__item,.promo-video--unauthorizing .payments-list__item{width:auto;padding:0 11px;display:flex;align-items:center}@media(min-width:1140px){.main-slider .payments-list__item:last-child,.promo-video--unauthorizing .payments-list__item:last-child{padding-right:0}}@media(min-width:1628px){.main-slider .payments-list__item,.promo-video--unauthorizing .payments-list__item{margin:0}}.main-landing__row-scrolling .payments-list__item{padding:0;margin-right:20px}.main-landing__row-scrolling .payments-list__item:last-child{margin-right:0}@media(min-width:1140px){.main-landing__row-scrolling .payments-list__item{margin-right:25px}}@media(min-width:1628px){.main-landing__row-scrolling .payments-list__item{margin-left:0;margin-right:40px}}.payments-list__img{width:auto;height:18px}.main-slider .payments-list__img,.promo-video--unauthorizing .payments-list__img{height:24px;color:var(--black)}.dark .main-slider .payments-list__img,.dark .promo-video--unauthorizing .payments-list__img{color:var(--white)}@media(min-width:1140px){.main-slider .payments-list__img,.promo-video--unauthorizing .payments-list__img{color:var(--white)}}.main-landing__row-scrolling .payments-list__img{height:24px;color:var(--gray-700)}.payments-list__img--mc,.payments-list__img--piastrix{height:24px;margin:-4px 0}.main-slider .payments-list__img--mc,.main-slider .payments-list__img--piastrix{margin:0}.main-slider .payments-list__img--union{height:16px}.main-landing{display:flex;flex-direction:column;height:100vh;padding:20px 20px 0}@media(max-width:639px){.main-landing{position:relative;height:calc(100vh - 64px);z-index:1}.Safari .main-landing{height:calc(100vh - 54px)}.main-landing:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/img/main-landing/landing-bg-mob.jpg);background-repeat:no-repeat;background-position:50% 0;background-size:752px 558px;z-index:-1}.dark .main-landing:before{content:none}.main-landing:after{content:"";position:absolute;background-color:var(--cool-gray-900);z-index:-2;top:0;left:0;width:100%;height:50%}.dark .main-landing:after{content:none}.dark .main-landing{background-image:url(/img/main-landing/landing-bg-mob-dark.jpg);background-repeat:no-repeat;background-size:752px 558px;background-position:50% 0}}@media(min-width:640px){.main-landing{background-image:url(/img/main-landing/landing-bg-tab.jpg);background-repeat:no-repeat;background-position:50% 100%;background-size:cover}.dark .main-landing{background-image:url(/img/main-landing/landing-bg-tab-dark.jpg)}}@media(min-width:1140px){.main-landing{position:relative;background-image:url(/img/main-landing/landing-bg-desk.jpg);padding:28px 80px 0}.dark .main-landing{background-image:url(/img/main-landing/landing-bg-desk-dark.jpg)}}@media(min-width:1628px){.main-landing{background-image:url(/img/main-landing/landing-bg-huge.jpg);padding:40px 80px 0}.dark .main-landing{background-image:url(/img/main-landing/landing-bg-huge-dark.jpg)}}.main-landing__block{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;flex:1}.main-landing__block:last-child{justify-content:flex-end}@media(min-width:1140px){.main-landing__block:last-child{justify-content:center}}@media(min-width:1628px){.main-landing__block:last-child{justify-content:flex-start}}@media(min-width:1628px){.main-landing__block:first-child{margin-top:116px;margin-bottom:100px}}@media(min-width:640px){.main-landing__block{align-items:flex-start}}.main-landing__logo{display:flex;align-items:center;justify-content:center;width:83px;margin-bottom:20px}@media(min-width:640px){.main-landing__logo{width:100px;margin-bottom:40px}}@media(min-width:1628px){.main-landing__logo{display:none}}.main-landing__description{font-size:20px;line-height:24px;font-weight:900;margin-bottom:8px;color:var(--white-50);text-transform:uppercase}@media(min-width:640px){.main-landing__description{font-size:32px;line-height:38px}}@media(min-width:1140px){.main-landing__description{font-size:36px;line-height:43px;margin-bottom:12px}}@media(min-width:1628px){.main-landing__description{font-size:44px;line-height:53px;margin-bottom:12px}}.main-landing__title{position:relative;font-size:38px;line-height:46px;font-weight:900;padding-left:24px;color:var(--primary);text-transform:uppercase;text-align:left}@media(min-width:640px){.main-landing__title{font-size:66px;line-height:80px;padding-left:44px}}@media(min-width:1140px){.main-landing__title{font-size:80px;line-height:96px}}@media(min-width:1628px){.main-landing__title{font-size:90px;line-height:108px}}.main-landing__title.main-landing__title--hidden-freespins.main-landing__title--hidden-separator{padding-left:0}.main-landing__title--hidden-freespins .main-landing__title-freespins,.main-landing__title--hidden-separator .main-landing__title-span{display:none}.main-landing__title-deposit{display:flex}.main-landing__title-span{display:inline-block;white-space:nowrap;position:absolute;top:50%;transform:translateY(-50%);left:0}.main-landing__title-span:first-letter{color:var(--white)}.main-landing__text{font-size:18px;line-height:20px;font-weight:700;margin-bottom:16px;color:var(--white-50)}@media(min-width:640px){.main-landing__text{font-size:24px;line-height:28px;margin-bottom:20px}}@media(min-width:1628px){.main-landing__text{margin-bottom:28px}}.main-landing__block-row{display:flex;flex-direction:column;align-items:center;width:100%}@media(min-width:640px){.main-landing__block-row{flex-direction:row;gap:12px}}@media(min-width:1140px){.main-landing__block-row{gap:16px}}.main-landing__btn{width:100%;margin-bottom:16px}@media(min-width:640px){.main-landing__btn{width:auto;min-width:234px;margin-bottom:60px}}.main-landing__btn--no-gap{margin:0;padding:0}.main-landing__social{display:flex;align-items:center;column-gap:16px;margin-bottom:20px}@media(min-width:640px){.main-landing__social{margin-bottom:60px}}.main-landing__social-text{font-size:16px;line-height:24px;font-weight:700;color:var(--white)}@media(min-width:640px){.main-landing__social-text{color:var(--gray-400)}}.main-landing__row-scrolling{display:flex;flex-direction:column;align-items:flex-start;gap:12px;width:100%;margin-bottom:12px}@media(max-width:639px){.main-landing__row-scrolling{position:relative}.main-landing__row-scrolling:before{content:"";position:absolute;top:0;left:-20px;width:calc(100% + 40px);height:100%;background-color:var(--background);z-index:-1}.dark .main-landing__row-scrolling:before{content:none}}@media(min-width:1140px){.main-landing__row-scrolling{position:fixed;left:34px;bottom:0;min-height:64px;max-width:calc(100% - 68px);flex-direction:row;justify-content:space-between;align-items:center;gap:25px;padding:8px 20px;margin:16px auto 20px;background-color:var(--white-opacity);border-radius:12px;box-shadow:var(--shadow-black);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);z-index:100}.dark .main-landing__row-scrolling{background-color:var(--gray-600-50)}.menu-opened .main-landing__row-scrolling{z-index:13}}@media(min-width:1628px){.main-landing__row-scrolling{min-height:72px;left:calc(var(--menu-burger-width) + 48px);max-width:calc(100% - 96px - var(--menu-burger-width));margin:24px auto;padding:12px 24px}}@media(min-width:1920px){.main-landing__row-scrolling{max-width:calc(var(--main-wrapper-width-huge-lg) - 96px - var(--menu-burger-width));right:48px}}.main-landing__benefits{display:flex;padding:16px;margin:0 -20px;border-radius:20px;background-color:var(--white-100);width:calc(100% + 40px)}@media(max-width:1139px){.dark .main-landing__benefits{background-color:var(--cool-gray-850)}}@media(min-width:640px){.main-landing__benefits{padding:16px 20px}}@media(min-width:1140px){.main-landing__benefits{padding:0;margin:0;background-color:transparent;justify-content:flex-end;width:100%}}.main-landing__benefits-list{display:flex;align-items:center;gap:20px;overflow:auto;-ms-overflow-style:none;scrollbar-width:none}.main-landing__benefits-list::-webkit-scrollbar{display:none}@media(min-width:640px){.main-landing__benefits-list{gap:16px}}.main-landing__benefits-item{display:flex;align-items:center;gap:8px;flex-shrink:0}@media(min-width:1140px){.main-landing__benefits-item{gap:12px}}@media(min-width:1628px){.main-landing__benefits-item{gap:16px}}.main-landing__benefits-icon-wr{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:48px;height:48px;border-radius:8px;background-color:var(--white);color:var(--primary)}.dark .main-landing__benefits-icon-wr{background-color:var(--black)}.main-landing__benefits-icon{width:28px;height:28px;padding:1px}.main-landing__benefits-row{display:flex;flex-direction:column}.main-landing__benefits-text{font-size:16px;line-height:20px;font-weight:700;color:var(--gray-700);margin-bottom:4px}.dark .main-landing__benefits-text{color:var(--white)}.main-landing__benefits-text:last-child{font-size:12px;font-weight:400;color:var(--gray-600);margin-bottom:0}.dark .main-landing__benefits-text:last-child{color:var(--gray-300)}@media(min-width:1140px){.main-landing__benefits-text{font-size:14px;line-height:16px}}@media(min-width:1628px){.main-landing__benefits-text{margin-bottom:8px}}.main-landing__social-link{width:52px;margin-right:8px;border-radius:8px;border-color:var(--white);color:var(--cool-gray-850)}.main-landing__social-link,.main-landing__social-link:active,.no-touch .main-landing__social-link:hover{background-color:var(--white-50)}.main-landing__payments-list{opacity:.75}.micro-app-support-container .activator-button{transition:all .2s ease-out;position:fixed;z-index:var(--activator-button);bottom:80px;right:12px;display:flex;align-items:center;justify-content:center;width:44px;height:44px;color:#dfe3e3;background-color:#494f4f;border-radius:50%;cursor:pointer}@media(min-width:1140px){.micro-app-support-container .activator-button{bottom:130px;right:16px}}.no-touch .micro-app-support-container .activator-button:hover{background-color:#868a8a}.sport-page .micro-app-support-container .activator-button{display:none}.bottom-sheet{position:relative;z-index:101}.bottom-sheet *{box-sizing:border-box}.bottom-sheet.closed{visibility:hidden}.bottom-sheet.opened{position:fixed;top:var(--header-height-mob-tab);left:0;bottom:0;width:100%}.bottom-sheet--registration .welcome-bonuses .bottom-sheet.opened,.bottom-sheet.opened.bottom-sheet--limits-modal,.bottom-sheet.opened.bottom-sheet--patch-profile,.bottom-sheet.opened.bottom-sheet--patch-timezone,.reg-form__wr .bottom-sheet.opened.bottom-sheet--phone-picker,.sport-page .bottom-sheet.opened.bottom-sheet--missing-data{top:0}.bottom-sheet--registration .bottom-sheet.opened.bottom-sheet--welcome-bonus,.bottom-sheet--registration .custom-select-currency-wrap .bottom-sheet.opened,.bottom-sheet.opened.bottom-sheet--bonus-menu,.bottom-sheet.opened.bottom-sheet--email-one-time-password,.partners-contests-create-contest__settings .bottom-sheet.opened,.payment-area .bottom-sheet.opened{position:sticky}.bottom-sheet.opened.bottom-sheet--adult-modal{position:fixed!important;z-index:2000}.bottom-sheet.opened.bottom-sheet--currencies-popup{z-index:2000}.bottom-sheet.bottom-sheet--game-info,.menu-opened .bottom-sheet.bottom-sheet--custom-notify{z-index:11}.sport-page .bottom-sheet{z-index:2000}@media(max-width:639px){.bottom-sheet.bottom-sheet--sports-bonus-code,.bottom-sheet.bottom-sheet--sports-payment{z-index:2001}}.add-money-limit .bottom-sheet.custom-select__options-wrap,.limits__card-select .bottom-sheet.custom-select__options-wrap{position:sticky;height:auto;top:0;z-index:102}.bottom-sheet.bottom-sheet:has(.msp-instruction-modal-tooltip){z-index:10103}.bottom-sheet.bottom-sheet--change-account{z-index:var(--overlap-tooltip)}body:has(.download-app-banner-visible) .bottom-sheet.bottom-sheet--limits-modal,body:has(.download-app-banner-visible) .bottom-sheet.bottom-sheet--patch-profile,body:has(.download-app-banner-visible) .bottom-sheet.bottom-sheet--patch-timezone{top:var(--download-app-banner-height)}.game-page .bottom-sheet--missing-data{pointer-events:none!important}.bottom-sheet--custom-notify,.bottom-sheet--registration,.bottom-sheet--restore-password-request,.bottom-sheet--sign-in,.sport-position .bottom-sheet--missing-data{z-index:102}.bottom-sheet--country-select{z-index:103}.bottom-sheet--category-popup,.bottom-sheet--favorites-popup,.bottom-sheet--providers-filter{z-index:30}.bottom-sheet--search-popup{z-index:91}.bottom-sheet__content{overflow-y:scroll;display:flex;flex-direction:column;flex:1 1 auto;-webkit-user-select:auto!important;-ms-user-select:auto!important;user-select:auto!important;touch-action:auto!important}.bottom-sheet--command-team .bottom-sheet__content{margin-top:-28px}.bottom-sheet--mission-info .bottom-sheet__content{border-radius:16px 16px 0 0}@media(max-width:639px){.bottom-sheet--mission-info .bottom-sheet__content{margin-top:-28px;border-radius:20px 20px 0 0}}.bottom-sheet--xmas-modal .bottom-sheet__content{margin-top:-28px;border-radius:12px 12px 0 0}.bottom-sheet-providers-filter .bottom-sheet__content,.country-select .bottom-sheet__content,.vti__dropdown .bottom-sheet__content{overflow:visible;height:100%}.welcome-bonuses-mobile__item-wr .bottom-sheet__content{overflow:visible;height:calc(100% - 28px);flex-direction:row}.bottom-sheet--active-bonus .bottom-sheet__content{margin-top:-28px}.bottom-sheet--partners-contests-modal-insufficient-funds .bottom-sheet__content,.bottom-sheet--partners-contests .bottom-sheet__content{overflow:visible;padding:16px 16px 40px}.bottom-sheet__pan{display:flex;align-items:center;justify-content:center;padding-bottom:12px;padding-top:12px;height:auto}.bottom-sheet--command-team .bottom-sheet__pan{position:relative;z-index:10}.add-account-modal .bottom-sheet__pan,.reg-form-wr .bottom-sheet__pan,.single-form__wrap .bottom-sheet__pan{padding:8px}.bottom-sheet--command-confirm .bottom-sheet__pan,.bottom-sheet--default-modal .bottom-sheet__pan .bottom-sheet--patch-timezone .bottom-sheet__pan,.bottom-sheet--game-info .bottom-sheet__pan,.bottom-sheet--payment-iframe .bottom-sheet__pan{display:none}.bottom-sheet--patch-profile .bottom-sheet .bottom-sheet__pan{display:flex}.bottom-sheet--active-bonus .bottom-sheet__pan{z-index:1}.bottom-sheet--mission-info .bottom-sheet__pan,.bottom-sheet--xmas-modal .bottom-sheet__pan{z-index:2}@media(min-width:640px)and (max-width:1139px){.bottom-sheet--mission-info .bottom-sheet__pan,.bottom-sheet--xmas-modal .bottom-sheet__pan{display:none}}.bottom-sheet--email-not-exists .bottom-sheet__pan,.bottom-sheet--email-unverified .bottom-sheet__pan,.bottom-sheet--file-error .bottom-sheet__pan,.bottom-sheet--many-pending-documents .bottom-sheet__pan{padding-bottom:10px;padding-top:10px}.bottom-sheet__title{margin-bottom:16px;padding:6px 24px 0;font-size:20px;line-height:24px}.bottom-sheet__title:last-child{margin-bottom:0}.bottom-sheet--table-top-bs .bottom-sheet__title{padding:0 24px;font-size:28px;line-height:1.14;color:var(--gray-700);margin-bottom:12px}.patch-timezone__content-select .bottom-sheet__title{color:var(--gray-300);font-weight:700}.bottom-sheet__arrow-down{display:none}.add-account-modal .bottom-sheet__arrow-down,.payment-providers-list .bottom-sheet__arrow-down,.player-account-select .bottom-sheet__arrow-down,.reg-form-wr .bottom-sheet__arrow-down,.single-form__wrap .bottom-sheet__arrow-down{position:relative;margin:0 auto;display:block;height:26px;width:auto;transform:rotate(-90deg);z-index:10}.bottom-sheet__bar{width:56px;height:4px;border-radius:8px;background-color:var(--gray-500)}.landing .bottom-sheet--registration .bottom-sheet__bar{display:none}.landing .bottom-sheet--phone-picker .bottom-sheet__bar,.landing .bottom-sheet--welcome-bonus .bottom-sheet__bar,.landing .custom-select-currency-wrap .bottom-sheet__bar{display:block}.bottom-sheet__backdrop{position:fixed;top:var(--header-height-mob-tab);left:0;right:0;bottom:0;z-index:9999;opacity:0;visibility:hidden}.bottom-sheet.opened .bottom-sheet__backdrop{animation:enter .3s ease;opacity:1;visibility:visible}.bottom-sheet.opened:not(.bottom-sheet--custom-notify) .bottom-sheet__backdrop{background:rgba(24,24,24,.9)!important}.bottom-sheet.closed .bottom-sheet__backdrop{animation:leave .3s ease}.bottom-sheet--event-strategy .bottom-sheet__backdrop,.bottom-sheet-hint.closed .bottom-sheet__backdrop,.custom-modal--cashout-alert .bottom-sheet__backdrop{display:none}.bottom-sheet--email-one-time-password .bottom-sheet__backdrop,.bottom-sheet--license-accept-modal .bottom-sheet__backdrop,.bottom-sheet--limits-modal .bottom-sheet__backdrop,.bottom-sheet--msp-cancel-modal .bottom-sheet__backdrop,.bottom-sheet--msp-tooltip .bottom-sheet__backdrop,.bottom-sheet--partners-contests .bottom-sheet__backdrop,.bottom-sheet:has(.msp-instruction-modal-tooltip) .bottom-sheet__backdrop{top:0}@media(min-width:1140px){.bottom-sheet__backdrop{display:none}}body:has(.download-app-banner-visible) .bottom-sheet--email-one-time-password .bottom-sheet__backdrop,body:has(.download-app-banner-visible) .bottom-sheet--limits-modal .bottom-sheet__backdrop{top:var(--download-app-banner-height)}.bottom-sheet--cashout-alert>.bottom-sheet__backdrop{top:0}.bottom-sheet__card{width:100%;position:fixed;background-color:var(--white-100);left:50%;z-index:9999;margin:0 auto;display:flex;flex-direction:column;box-shadow:var(--shadow-black)}.bottom-sheet--command-team .bottom-sheet__card,.bottom-sheet__card{border-radius:20px 20px 0 0}.bottom-sheet--balance .bottom-sheet__card,.bottom-sheet--cashout .bottom-sheet__card,.bottom-sheet--dark .bottom-sheet__card,.bottom-sheet--deposit .bottom-sheet__card,.bottom-sheet.moving .bottom-sheet__card{transition:none}.bottom-sheet.opened .bottom-sheet__card.fx-fadein-scale{transform:translate(-50%) scale(1);opacity:1}.bottom-sheet.opened .bottom-sheet__card.fx-slide-from-left,.bottom-sheet.opened .bottom-sheet__card.fx-slide-from-right{transform:translate(-50%);opacity:1}.bottom-sheet--game-info .bottom-sheet__card{background-color:var(--black);border-radius:0}.bottom-sheet--adult-modal .bottom-sheet__card,.bottom-sheet--balance .bottom-sheet__card,.bottom-sheet--cashout .bottom-sheet__card,.bottom-sheet--dark .bottom-sheet__card,.bottom-sheet--deposit .bottom-sheet__card,.bottom-sheet--filter-popup .bottom-sheet__card,.bottom-sheet--phone-picker .bottom-sheet__card,.bottom-sheet--xmas-modal .bottom-sheet__card,.dark .bottom-sheet--email-one-time-password .bottom-sheet__card,.dark .bottom-sheet--game-forbidden .bottom-sheet__card,.dark .bottom-sheet--limits-modal .bottom-sheet__card,.dark .bottom-sheet--login-denied .bottom-sheet__card,.dark .bottom-sheet--not-referral .bottom-sheet__card,.dark .bottom-sheet--partners-contests-confirmation-modal-popup .bottom-sheet__card,.dark .bottom-sheet--partners-contests-contest-details .bottom-sheet__card,.dark .bottom-sheet--partners-contests-create-contest .bottom-sheet__card,.dark .bottom-sheet--partners-contests-modal-insufficient-funds .bottom-sheet__card,.dark .bottom-sheet--partners-contests .bottom-sheet__card,.welcome-bonuses-mobile__item-wr .bottom-sheet__card{background-color:var(--cool-gray-850)}.bottom-sheet--filter-popup-white .bottom-sheet__card,.bottom-sheet--partners-contests .bottom-sheet__card{background-color:var(--white-100)}.add-money-limit .bottom-sheet__card,.bottom-sheet--account-temporarily-blocked .bottom-sheet__card,.bottom-sheet--adult-modal .bottom-sheet__card,.bottom-sheet--default-modal .bottom-sheet__card,.bottom-sheet--email-not-exists .bottom-sheet__card,.bottom-sheet--email-unverified .bottom-sheet__card,.bottom-sheet--file-error .bottom-sheet__card,.bottom-sheet--licence .bottom-sheet__card,.bottom-sheet--limits-modal .bottom-sheet__card,.bottom-sheet--login-denied .bottom-sheet__card,.bottom-sheet--many-pending-documents .bottom-sheet__card,.bottom-sheet--one-time-password .bottom-sheet__card,.bottom-sheet--profile-edit .bottom-sheet__card,.bottom-sheet--reality-check-notify .bottom-sheet__card,.bottom-sheet--registration .bottom-sheet--custom-notify .bottom-sheet__card,.bottom-sheet--restore-password-request .bottom-sheet__card,.bottom-sheet--select-timezone .bottom-sheet__card,.bottom-sheet--users-password-edit .bottom-sheet__card,.filter-popup .bottom-sheet__card,.form-constructor__field-wrap--date_of_birth .bottom-sheet__card,.limits__card .bottom-sheet__card,.personal-data .bottom-sheet__card{height:auto!important}.bottom-sheet--partners-contest-stream-winners-list .bottom-sheet__card,.bottom-sheet--partners-contests-contest-details .bottom-sheet__card,.personal-data .vue-tel-input .bottom-sheet__card{height:100%!important}.bottom-sheet--partners-contests-create-contest .custom-select .bottom-sheet__card{height:auto!important}.bottom-sheet--add-account-modal .bottom-sheet__card{max-height:calc(100% - 60px)!important}.bottom-sheet--deposit-bonuses-modal .bottom-sheet__card{max-height:calc(100% - var(--header-height-mob-tab))!important}.bottom-sheet__card.square{border-radius:0}.bottom-sheet--active-bonus .bottom-sheet__card{overflow:hidden}.bottom-sheet__card.fx-default{transform:translate(-50%);transition:bottom .3s ease}.bottom-sheet__card.fx-fadein-scale{transform:translate(-50%) scale(.7);opacity:0;transition:all .3s}.bottom-sheet__card.fx-slide-from-right{transform:translate(100%);opacity:0;transition:all .3s cubic-bezier(.25,.5,.5,.9)}.bottom-sheet__card.fx-slide-from-left{transform:translate(-100%);opacity:0;transition:all .3s cubic-bezier(.25,.5,.5,.9)}.bottom-sheet--noscroll>.bottom-sheet__card{pointer-events:none!important}.patch-timezone__content-select .bottom-sheet__card{height:100%!important;max-height:calc(100% - 28px)!important}.bottom-sheet--limits .bottom-sheet__card{background-color:var(--cool-gray-850)}.limits__card-select .bottom-sheet__card{background-color:var(--white-100)}.dark .limits__card-select .bottom-sheet__card{background-color:var(--cool-gray-850)}.add-money-limit .custom-select__options-wrap .bottom-sheet__card{max-height:100%!important}.bottom-sheet__card:has(.cashback-tooltip){max-height:calc(100% - 48px)!important;background-color:var(--white)}.bottom-sheet__content-inner{height:100%}@media(max-width:639px){.bottom-sheet--deposit .bottom-sheet__content-inner>div{height:100%}}.bottom-sheet--data-picker-history .bottom-sheet__card{height:calc(100% - var(--header-height-mob-tab))!important}.bottom-sheet--payment-iframe{z-index:102}.bottom-sheet--payment-iframe .bottom-sheet__card{height:100%!important}@media(max-width:639px){.bottom-sheet__verification-wr{padding:0 20px 40px}}.bottom-sheet--msp-tooltip{z-index:var(--modal-with-full-overlay)}@keyframes enter{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:visible}}@keyframes leave{0%{opacity:1;visibility:visible}to{opacity:0;visibility:hidden}}.spinner{width:22px;height:22px}@media(max-width:712px){.spinner{width:16px;height:16px}}.spinner__path{stroke-dasharray:185;stroke-dashoffset:0;transform-origin:center;stroke-width:6px;animation:dash 1.4s ease-in-out infinite,colors 5.6s ease-in-out infinite}.spinner--white .spinner__path{stroke:#fff;animation:dash 1.4s ease-in-out infinite}@keyframes colors{0%{stroke:#4285f4}25%{stroke:#de3e35}50%{stroke:#f7c223}75%{stroke:#1b9a59}to{stroke:#4285f4}}@keyframes dash{0%{stroke-dashoffset:185;transform:rotate(0)}50%{stroke-dashoffset:46.25;transform:rotate(160deg)}to{stroke-dashoffset:185;transform:rotate(2turn)}}.converter-game{position:relative;display:flex;flex-direction:column;max-width:100%;padding:0 20px;background-color:var(--white-100);border-radius:20px}.payment-balance .converter-game{padding:0 20px 20px}@media(min-width:640px){.converter-game{width:400px;padding:0 0 40px;position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0)}}@media(min-width:1140px){.converter-game{width:752px}}.converter-game__title{font-size:20px;line-height:24px;font-weight:700;margin-bottom:16px;color:var(--gray-600)}@media(min-width:640px){.converter-game__title{font-size:24px;line-height:28px;font-weight:900;margin-bottom:0;color:var(--gray-700)}}.payment-balance .converter-game__title{margin-bottom:0}.converter-game__text{font-size:14px;line-height:20px;color:var(--gray-600)}.converter-game__text:first-child{margin-bottom:8px}.payment-balance .converter-game__text{display:none}@media(min-width:640px){.converter-game__text{padding:0 28px}.converter-game__text:first-child{margin-bottom:16px}.converter-game__text:last-child{margin-bottom:24px}}.converter-game__list{display:flex;flex-wrap:wrap;padding:20px 0 20px;gap:8px}@media(min-width:640px){.converter-game__list{padding:0 28px 28px}}.payment-balance .converter-game__list{padding:16px 0}.converter-game__item{position:relative;display:flex;align-items:center;justify-content:center;flex-direction:row-reverse;flex:0 0 calc(50% - 4px);max-height:44px;padding:12px 16px;border-radius:8px;border:2px solid transparent;background-color:var(--cool-white-100);color:var(--gray-500);cursor:pointer;z-index:1;transition:all .2s ease-out}.converter-game__item:hover{background-color:var(--white-200)}.converter-game__item.active{background-color:transparent}.converter-game__item.active:after{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;border-radius:inherit;border:2px solid transparent;background-origin:border-box;background-clip:padding-box,border-box;z-index:-1;background-image:linear-gradient(var(--white),var(--white)),linear-gradient(180deg,var(--gradient_default-1),var(--gradient_default-2))}@media(min-width:640px){.converter-game__item{flex:0 0 calc(33.33333% - 6px)}}@media(min-width:1140px){.converter-game__item{flex:0 0 calc(25% - 6px)}}.converter-game__item-icon{padding:2px;width:24px;height:24px;margin-left:6px}.converter-game__item-name{font-size:16px;line-height:20px;font-weight:700}@media(min-width:640px){.converter-game__button{align-self:center;width:max-content}}.custom-modal--converter-game-modal{padding:0}.converter-game__header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;background-color:var(--white-100);border-top-left-radius:20px;border-top-right-radius:20px;transition:all .2s ease-out}@media(min-width:640px){.converter-game__header{position:sticky;top:0;z-index:12;padding:48px 28px 24px}}.converter-game__close{position:absolute;right:20px;top:20px;height:28px;width:28px;display:flex;justify-content:center;align-items:center;color:var(--cool-gray-900);cursor:pointer;transition:var(--close_transition)}.no-touch .converter-game__close:hover{transform:var(--close_animation);color:var(--primary-2)}.converter-game__close-ic{height:20px;width:20px}.accounts-list{display:flex;flex-direction:column}.accounts-list__title{font-size:20px;line-height:24px;font-weight:700;padding:0 20px 8px;color:var(--gray-600)}@media(min-width:640px){.accounts-list__title{padding:8px 12px 0;margin-bottom:12px;color:var(--gray-700)}}.accounts-list__scroll-wr{margin-bottom:12px}@media(min-width:640px){.accounts-list__scroll-wr{margin-bottom:8px}}.accounts-list__scroll-wr:last-child,.payment-providers-list .accounts-list__scroll-wr{margin-bottom:0}.accounts-list__scroll{max-height:220px}.accounts-list__ul{margin-right:0}@media(max-width:639px){.accounts-list__ul{padding:0 8px}}.accounts-list__li{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center;cursor:pointer;padding:8px 8px 8px 12px;transition:all .2s ease-out}.no-touch .accounts-list__li:hover{border-radius:8px;background-color:var(--white-100)}.accounts-list__li-right{display:flex;align-items:center;height:28px;margin-right:6px}.accounts-list__li-text{font-size:14px;line-height:20px;font-weight:400;color:var(--gray-600)}.accounts-list__li-img{width:24px;height:auto;margin-right:12px}.accounts-list__btn{display:flex;font-size:16px;line-height:24px;font-weight:700;padding:8px 16px;margin:8px 20px 40px;border-radius:8px;height:40px;color:var(--white);background-color:var(--primary)}.accounts-list__btn .no-touch:hover{background-color:var(--primary-2)}@media(max-width:639px){.accounts-list__btn{margin-bottom:40px}.accounts-list .accounts-list__btn:first-child{margin:12px 20px 40px}}@media(min-width:640px){.accounts-list__btn{margin:0 12px 12px}.accounts-list .accounts-list__btn:first-child{margin:12px}}.accounts-list__btn-ic{display:none}.active-account{position:relative}.add-account-modal__inner{padding:0 20px 28px;z-index:var(--overlap-tooltip)}@media(min-width:640px){.add-account-modal__inner{position:absolute;top:136px;right:0;padding:16px 20px 20px;width:100%;border-radius:12px;background-color:var(--white-100);box-shadow:var(--shadow-black-20)}.payment--balance .add-account-modal__inner{top:213px}}.add-account-modal__close{display:none}.add-account-modal__title{font-size:20px;line-height:24px;font-weight:700;margin-bottom:8px;color:var(--gray-600)}.add-account-modal__title:last-child{margin-bottom:0}@media(min-width:640px){.add-account-modal__title{margin-bottom:16px;color:var(--gray-700)}}.add-account-modal__confirm{display:flex;flex-direction:column}@media(max-width:639px){.add-account-modal__confirm{padding:0 20px 20px}}@media(min-width:640px){.add-account-modal__confirm{padding:24px 20px 20px;margin:-20px}}.add-account-modal__confirm-text{font-size:16px;line-height:24px;font-weight:700;margin-bottom:16px;color:var(--gray-500)}.add-account-modal__confirm-btns{display:flex;justify-content:space-between;align-items:center;gap:16px}.add-account-modal__confirm-btn{flex:1 0 auto;padding:8px 16px}.add-account-modal__confirm-btn:last-child{color:var(--cool-gray-900);background:none;border:2px solid var(--cool-gray-900)}.no-touch .add-account-modal__confirm-btn:last-child:hover{background-color:transparent;border:2px solid var(--gray-900);color:var(--gray-900)}.balance-block{display:flex;flex-direction:column;flex:1;padding:16px;margin-top:15px;background-color:var(--gray-900);border-radius:8px}.balance-block__tabs{position:relative;display:flex;justify-content:space-between;gap:8px}.balance-block__tab{display:flex;flex-direction:column;flex:1;padding:12px;border-radius:12px;background-color:var(--cool-gray-850)}.balance-block__tab-title{font-size:12px;line-height:20px;letter-spacing:.12px;font-weight:700;margin-bottom:4px;color:var(--gray-500)}.balance-block__tab-value{font-size:16px;line-height:20px;font-weight:700;text-transform:uppercase;color:var(--white-50)}.balance-info{display:flex;flex-direction:column;padding:20px;margin-top:16px;background-color:var(--gray-900);border-radius:8px}.balance-block .balance-info{padding:0;margin-top:12px;border-radius:0}.player-account-select--second-state .balance-info{padding:12px 20px}.converter-input{display:flex;justify-content:space-between;padding:10px 12px;border-radius:12px;max-width:91px;background-color:var(--gray-900);cursor:pointer;transition:all .2s ease-out}.open .converter-input{position:relative;background-color:transparent;z-index:1}.open .converter-input:after{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;border-radius:inherit;border:2px solid transparent;background-origin:border-box;background-clip:padding-box,border-box;z-index:-1;background-image:linear-gradient(var(--cool-gray-850),var(--cool-gray-850)),linear-gradient(180deg,var(--gradient_default-1),var(--gradient_default-2))}.payment--cashout .open .converter-input:after,.payment--deposit .open .converter-input:after{content:none}.payment--cashout .open .converter-input,.payment--deposit .open .converter-input{border:1px solid var(--cuprum-50)}.pointer-none .converter-input{cursor:default}.converter-modal .converter-input{display:none}.payment-balance .converter-input{position:relative;flex-direction:column-reverse;padding:8px 16px;border-radius:8px;border:2px solid var(--gray-700);max-width:100%;max-height:62px}.no-touch .payment-balance .converter-input:hover{border:2px solid var(--gray-400)}.payment-balance .converter-input.active-and-conversion-enabled{position:relative;background-color:transparent;z-index:1}.payment-balance .converter-input.active-and-conversion-enabled:after{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;border-radius:inherit;border:2px solid transparent;background-origin:border-box;background-clip:padding-box,border-box;z-index:-1;background-image:linear-gradient(var(--cool-gray-850),var(--cool-gray-850)),linear-gradient(180deg,var(--gradient_default-1),var(--gradient_default-2))}.payment--cashout .converter-input,.payment--deposit .converter-input{align-items:center;max-width:100%;padding:7px 12px;border-radius:8px;border:1px solid var(--gray-700)}.no-touch .payment--cashout .converter-input:hover,.no-touch .payment--deposit .converter-input:hover{border:1px solid var(--gray-400)}.payment__active-account--no-active .converter-input{pointer-events:none}.player-account-select__row--disabled .converter-input{opacity:.6;border:1px solid var(--gray-700)}.converter-input__lable{position:absolute;left:0;top:-20px;font-size:12px;line-height:16px;color:var(--cuprum-50);font-weight:900;pointer-events:none}.converter-modal .converter-input__lable{display:none}.open .converter-input__lable{top:-21px;left:-1px}.converter-input__name{display:none;font-size:16px;line-height:20px;font-weight:700;color:var(--white-50)}.active .converter-input__name{color:var(--white-50)}.pointer-none .converter-input__name{display:none}.payment-balance .converter-input__name{display:flex;margin-top:4px;font-size:16px;font-weight:700;line-height:20px}.payment--cashout .converter-input__name,.payment--deposit .converter-input__name{display:flex;font-size:14px;line-height:20px;font-weight:400;color:var(--gray-400)}.payment--cashout .open .converter-input__name,.payment--deposit .open .converter-input__name{color:var(--white-50)}.player-account-select__row--disabled .converter-input__name{color:var(--gray-600)}.payment-balance .nonActive .converter-input__name,.payment-balance .player-account-select__row--disabled .converter-input__name{color:var(--gray-400)}.converter-input__info{display:flex;align-items:center}.player-account-select__row--disabled .converter-input__info:after{content:"---";padding:2px 10px 0 0;font-size:16px;font-weight:700;line-height:20px;color:var(--gray-400)}.payment--cashout .converter-input__info-logo-wr,.payment--deposit .converter-input__info-logo-wr{order:2}.converter-input__info-logo{width:20px;height:auto;margin-right:8px}.payment-balance .converter-input__info-logo{width:16px;margin-right:4px}.payment--cashout .converter-input__info-logo,.payment--deposit .converter-input__info-logo{width:24px;margin-right:11px}.payment--cashout .pointer-none .converter-input__info-logo,.payment--deposit .pointer-none .converter-input__info-logo,.payment__active-account--no-active .converter-input__info-logo{margin-right:0}.player-account-select__row--disabled .converter-input__info-logo{display:none}.converter-input__info-name{font-size:12px;line-height:20px;letter-spacing:.12px;font-weight:700;margin-right:8px;text-transform:uppercase;color:var(--gray-400)}.payment--cashout .converter-input__info-name,.payment--deposit .converter-input__info-name{font-size:16px;line-height:20px;letter-spacing:normal;margin-right:6px;order:1}.player-account-select__row--disabled .converter-input__info-name{display:none}.converter-input__info-icon{width:10px;height:auto;color:var(--gray-400)}.payment-balance .converter-input__info-icon{position:absolute;right:20px;top:50%;transform:translateY(-50%) rotate(180deg);width:12px;color:var(--gray-400)}.payment--cashout .converter-input__info-icon,.payment--deposit .converter-input__info-icon{transform:rotate(180deg);order:3}.open .converter-input__info-icon{transform:translateY(-50%)}.payment--cashout .open .converter-input__info-icon,.payment--deposit .open .converter-input__info-icon{transform:rotate(0deg)}.payment__active-account--no-active .converter-input__info-icon,.pointer-none .converter-input__info-icon{display:none}.converter-list{padding-bottom:20px}.converter-list:last-child{padding-bottom:0}@media(min-width:640px){.converter-list{padding-bottom:16px}}.converter-list__title{font-size:16px;line-height:24px;font-weight:700;margin-bottom:16px;color:var(--gray-500)}.converter-list__item-wrap{display:flex;flex-wrap:wrap;gap:8px}.converter-list__item{position:relative;display:flex;align-items:center;justify-content:center;flex-direction:row-reverse;flex:0 0 calc(50% - 4px);max-height:44px;padding:10px 12px;border-radius:8px;border:2px solid transparent;background-color:var(--cool-white-100);color:var(--gray-500);cursor:pointer;transition:all .2s ease-out}.no-touch .converter-list__item:hover{background-color:var(--white-200)}.converter-list__item.active{background-color:transparent}.converter-list__item.active:after{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;border-radius:inherit;border:2px solid transparent;background-origin:border-box;background-clip:padding-box,border-box;z-index:-1;background-image:linear-gradient(var(--white),var(--white)),linear-gradient(180deg,var(--gradient_default-1),var(--gradient_default-2))}@media(max-width:639px){.bottom-sheet--add-account-modal:has(.add-account-modal__confirm) .converter-list__item.active{background-color:transparent}}.converter-list__item-icon{width:24px;height:24px;padding:2px}.converter-list__item-name,.converter-list__item-symbol{font-size:16px;line-height:20px;font-weight:700;margin-right:6px}@media(min-width:640px){.converter-modal{overflow:hidden;position:relative;width:100%;padding:0;border-radius:12px;background-color:var(--white);z-index:var(--overlap-tooltip)}.active-account .converter-modal{top:70px!important;left:auto!important;width:360px!important;padding:8px;position:absolute!important;transform:none!important}}@media(min-width:640px)and (min-width:640px)and (max-width:1627px){.active-account .converter-modal{width:330px!important;right:0!important}}@media(min-width:640px){.payment-balance .active-account .converter-modal{top:70px!important}}@media(min-width:640px){.player-account-select__row:not(:last-child) .active-account .converter-modal{right:auto!important}}@media(min-width:640px){.active-account .converter-modal_game-currencies{padding:20px;right:0}}.converter-modal__title{display:none}.converter-modal-wrap{display:flex;flex-direction:column}.converter-modal-wrap--accounts{margin-right:0}.converter-modal.converter-modal_game-currencies{padding:16px 20px 20px;background-color:var(--white-100)}.currency-list__items{display:flex;flex-wrap:wrap;gap:8px}.currency-list__item{position:relative;display:flex;align-items:center;justify-content:center;flex-direction:row-reverse;flex:0 0 calc(50% - 4px);padding:12px 16px;max-height:44px;border-radius:8px;border:2px solid transparent;background-color:var(--cool-white-100);color:var(--gray-500);cursor:pointer;transition:all .2s ease-out}.no-touch .currency-list__item:hover{background-color:var(--white-200)}.currency-list__item.active,.currency-list__item.currency-list__item--active{position:relative;z-index:1;background-color:transparent}.currency-list__item.active:after,.currency-list__item.currency-list__item--active:after{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;border-radius:inherit;background-origin:border-box;border:2px solid transparent;background-clip:padding-box,border-box;z-index:-1;background-image:linear-gradient(var(--white-100),var(--white-100)),linear-gradient(180deg,var(--gradient_default-1),var(--gradient_default-2))}.no-touch .currency-list__item.active:hover,.no-touch .currency-list__item.currency-list__item--active:hover{background-color:transparent}.currency-list__logo{width:24px;height:auto;margin-left:6px}.currency-list__name{font-size:16px;line-height:20px;font-weight:700;color:var(--gray-500);min-width:36px}.currency-list__title{margin-bottom:16px;font-size:20px;font-weight:700;line-height:24px;color:var(--gray-600)}@media(min-width:640px){.currency-list__title{font-size:16px;color:var(--gray-500)}.payment-balance .currency-list__title{padding:0 8px 4px 0}}.panel-account__title{display:none;font-size:16px;line-height:20px;color:var(--white);font-weight:600;margin-bottom:8px}.panel-account__active-account-hint-wr{display:flex;justify-content:space-between;padding:16px 0;border-bottom:1px solid var(--cool-gray-850)}.panel-account__active-account-hint-wr:last-child{border-bottom:none}.panel-account__active-account-hint-wr:only-child,.player-account-select--second-state .panel-account__active-account-hint-wr{padding:0}.panel-account__active-account-hint-wr:not(:only-child):not(:nth-child(n+5)):first-child{padding:0 0 20px}.panel-account__active-account-hint-wr:not(:only-child):not(:nth-child(n+5)):last-child{padding:20px 0 0}.panel-account__active-account-hint-text{font-size:12px;line-height:16px;color:var(--gray-300);margin-right:8px}.panel-account__active-account-hint-text:first-letter{text-transform:uppercase}.panel-account__active-account-hint-sum{font-size:12px;line-height:16px;font-weight:900;white-space:nowrap;color:var(--white-50)}.player-account-select,.player-account-select__cols{display:flex;flex-direction:column}.player-account-select__title-wr{display:flex;align-items:center;justify-content:space-between;height:22px}.player-account-select__title{font-size:12px;line-height:16px;font-weight:900;margin-bottom:8px;color:var(--gray-600)}.player-account-select-wr:has(.player-account-select__checkbox) .player-account-select__title,.player-account-select__row--active .player-account-select__title{color:var(--cuprum-50)}.player-account-select__checkbox{position:relative;display:flex;margin:24px 0 8px;justify-content:space-between}.player-account-select__checkbox .checkbox-on-off{margin:0}.player-account-select .player-account-select__checkbox{margin:16px 0 0}.player-account-select__checkbox-info{display:flex;align-items:center;justify-content:center;margin-left:12px;cursor:pointer}.player-account-select__checkbox-icon{width:20px;height:20px;padding:1px;color:var(--cuprum-50)}.player-account-select__tooltip{left:-12px!important;top:4px!important}.player-account-select__tooltip-text{display:flex;flex-direction:column;padding:20px 16px;font-size:14px;font-weight:700;line-height:20px;color:var(--gray-600)}@media(min-width:640px){.player-account-select__tooltip-text{display:none}}@media(max-width:639px){.payment-balance .player-account-select__tooltip-text{padding:20px;text-align:center}}.player-account-select__rows{position:relative;display:flex;gap:16px}.player-account-select__row{flex:1}.player-account-select__exchange{position:absolute;left:50%;transform:translateX(-50%);display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:var(--gray-700);width:36px;height:36px;bottom:12px;z-index:2}.player-account-select__exchange-icon{width:14px;height:16px;color:var(--cuprum-50)}.player-account-select--has-blocked .player-account-select__exchange-icon{color:var(--gray-600)}.converter-modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10}.player-account-select__info{position:relative;display:flex;width:16px;height:16px;padding:1px;margin:0 0 8px 8px;cursor:pointer}.player-account-select__info-ic{width:100%;color:var(--cuprum-50)}.game-currency-usd{position:relative;display:flex;flex-direction:column;width:100%;padding:0 20px 20px;border-radius:12px;background-color:var(--white-100)}@media(min-width:640px){.game-currency-usd{width:400px;padding:40px 28px;border-radius:20px;position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0)}}.game-currency-usd__close{transition:all .2s ease-out;position:absolute;z-index:1;right:20px;top:20px;height:28px;width:28px;display:flex;justify-content:center;align-items:center;cursor:pointer;color:var(--cool-gray-900);transition:var(--close_transition)}.no-touch .game-currency-usd__close:hover{color:var(--primary-2);transform:var(--close_animation)}.game-currency-usd__close-ic{width:24px;height:24px;padding:2px}.game-currency-usd__img{width:68px;height:68px;margin:12px auto 12px}@media(min-width:640px){.game-currency-usd__img{margin:20px auto 20px}}.game-currency-usd__text{padding-top:8px;font-size:20px;line-height:24px;font-weight:700;text-align:center;color:var(--gray-700)}@media(min-width:640px){.game-currency-usd__text{padding-top:16px;font-size:24px;line-height:28px;font-weight:900}}.game-currency-usd__btn{margin-top:20px}@media(min-width:640px){.game-currency-usd__btn{height:48px;margin-top:28px;padding:12px 28px}}.custom-modal__header{position:sticky;display:flex;flex-direction:row;justify-content:space-between;top:0;margin-bottom:20px;padding:40px 36px 0;background-color:var(--white);border-top-left-radius:32px;border-top-right-radius:32px;z-index:12}.custom-modal__header.fixed{height:72px;padding-top:0;border-top-left-radius:0;border-top-right-radius:0;box-shadow:0 8px 20px var(--shadow-black-20)}.bottom-sheet .custom-modal__header{position:inherit;height:auto;margin-bottom:0;padding:0 16px 0;justify-content:center;z-index:6}.custom-modal--file-error .custom-modal__header,.custom-modal--many-pending-documents .custom-modal__header{padding:40px 28px 0 28px;background-color:var(--white-100);margin-bottom:40px}.bottom-sheet .custom-modal--file-error .custom-modal__header,.bottom-sheet .custom-modal--many-pending-documents .custom-modal__header{padding:0 20px 0}.custom-modal--file-error .custom-modal__header.fixed,.custom-modal--many-pending-documents .custom-modal__header.fixed{padding-top:0}@media(min-width:640px){.custom-modal--file-error .custom-modal__header,.custom-modal--many-pending-documents .custom-modal__header{justify-content:center;border-top-left-radius:20px;border-top-right-radius:20px;margin-bottom:44px}}.custom-modal--email-not-exists .custom-modal__header,.custom-modal--email-unverified .custom-modal__header{justify-content:center;margin-bottom:0;padding:20px 20px 0;background-color:var(--white-100)}.custom-modal--command-team .custom-modal__header{position:absolute;top:0;padding:0;background-color:transparent;width:calc(100vw - 40px);margin:0}@media(min-width:1140px){.custom-modal--command-team .custom-modal__header{top:39px;width:866px}}.custom-modal--msp-transactions-modal .custom-modal__header{justify-content:flex-start;padding:28px 0 0;margin-bottom:20px;background-color:var(--white-100);border-radius:0}.dark .custom-modal--msp-transactions-modal .custom-modal__header{background-color:var(--cool-gray-850)}@media(min-width:1140px){.custom-modal--msp-transactions-modal .custom-modal__header{padding:0;margin-bottom:24px;justify-content:center}.custom-modal--msp-transactions-modal .custom-modal__header.fixed .custom-modal__close{top:28px}}@media(max-width:639px){.custom-modal--unlock-account-by-phone-modal .custom-modal__header{padding:0;background-color:transparent}}@media(min-width:640px){.custom-modal--unlock-account-by-phone-modal .custom-modal__header{background-color:var(--white-100);padding:30px 20px 0 28px;margin-bottom:26px;border-top-left-radius:20px;border-top-right-radius:20px}}.custom-modal--cashout-verify .custom-modal__header,.custom-modal--too-many-requests-modal .custom-modal__header{position:relative;height:0;padding:0;margin:0}.custom-modal--captcha-modal .custom-modal__header,.custom-modal--cashout-verify .custom-modal__header,.custom-modal--msp-cancel-modal .custom-modal__header,.custom-modal--msp-deposit-declined-modal .custom-modal__header,.custom-modal--msp-error-modal .custom-modal__header,.custom-modal--msp-instruction-modal .custom-modal__header,.custom-modal--msp-player-modal .custom-modal__header,.custom-modal--msp-status-confirm-modal .custom-modal__header,.custom-modal--msp-status-dispute-modal .custom-modal__header,.custom-modal--msp-status-rejected-modal .custom-modal__header,.custom-modal--msp-success-modal .custom-modal__header,.custom-modal--msp-wait-modal .custom-modal__header,.msp-transactions-modal .custom-modal__header{background-color:transparent}.custom-modal__close{transition:all .2s ease-out;position:absolute;right:27px;top:27px;height:14px;width:14px;z-index:1;display:flex;justify-content:center;align-items:center;color:var(--cool-gray-900);cursor:pointer;transition:var(--close_transition)}.custom-modal--command-team .custom-modal__close{top:24px;right:24px;color:var(--white)}.no-touch .custom-modal__close:hover{transform:var(--close_animation)}.no-touch .custom-modal--email-not-exists .custom-modal__close:hover,.no-touch .custom-modal--email-unverified .custom-modal__close:hover,.no-touch .custom-modal--file-error .custom-modal__close:hover,.no-touch .custom-modal--many-pending-documents .custom-modal__close:hover,.no-touch .custom-modal--too-many-requests-modal .custom-modal__close:hover,.no-touch .custom-modal--unlock-account-by-phone-modal .custom-modal__close:hover{color:var(--primary-2)}.custom-modal--msp-transactions-modal .custom-modal__close{width:28px;height:28px;right:0;top:28px}.dark .custom-modal--msp-transactions-modal .custom-modal__close{color:var(--white-50)}.no-touch .custom-modal--msp-transactions-modal .custom-modal__close:hover{color:var(--primary)}@media(min-width:1140px){.custom-modal--msp-transactions-modal .custom-modal__close{top:0}}.custom-modal--unlock-account-by-phone-modal .custom-modal__close{right:30px;top:30px;height:16px;width:16px;color:var(--gray-500)}.custom-modal--too-many-requests-modal .custom-modal__close{position:absolute;right:22px;top:22px;height:24px;width:24px;color:var(--gray-600)}.custom-modal__close-ic{height:auto;width:14px}.custom-modal__title{display:flex;height:100%;font-size:24px;line-height:28px;color:var(--gray-700)}.fixed .custom-modal__title{align-items:center}.custom-modal--file-error .custom-modal__title,.custom-modal--many-pending-documents .custom-modal__title{color:var(--gray-700)}@media(max-width:639px){.custom-modal--file-error .custom-modal__title,.custom-modal--many-pending-documents .custom-modal__title{text-align:center;font-size:20px;font-weight:700;line-height:24px}}@media(min-width:640px){.custom-modal--file-error .custom-modal__title,.custom-modal--many-pending-documents .custom-modal__title{margin-top:16px;font-weight:900}}.custom-modal--email-not-exists .custom-modal__title,.custom-modal--email-unverified .custom-modal__title{font-size:20px;font-weight:700}@media(min-width:640px){.custom-modal--email-not-exists .custom-modal__title,.custom-modal--email-unverified .custom-modal__title{font-size:24px;font-weight:900;margin-top:8px}}@media(max-width:639px){.custom-modal--email-not-exists .custom-modal__title,.custom-modal--email-unverified .custom-modal__title{padding:0}}.custom-modal--msp-transactions-modal .custom-modal__title{font-size:20px;font-weight:700;line-height:24px}.dark .custom-modal--msp-transactions-modal .custom-modal__title{color:var(--white)}@media(max-width:1139px){.custom-modal--msp-transactions-modal .custom-modal__title{margin-bottom:4px}}@media(min-width:1140px){.custom-modal--msp-transactions-modal .custom-modal__title{font-size:24px;font-weight:900;line-height:28px}}.custom-modal--unlock-account-by-phone-modal .custom-modal__title{color:var(--gray-600);font-size:20px;font-weight:700;line-height:24px}@media(min-width:1140px){.custom-modal--unlock-account-by-phone-modal .custom-modal__title{font-size:24px;font-weight:900;line-height:28px}}.custom-modal{right:-450px;transition:right 5s}.bottom-sheet .custom-modal{height:100%}@media(min-width:640px){.custom-modal{position:fixed;top:0;bottom:0;right:0;left:0;z-index:1001;padding:123px 30px 123px;background:var(--gray-900-90)}}.custom-modal.custom-modal--game-info{z-index:11;padding:0}@media(min-width:640px){.custom-modal.custom-modal--account-temporarily-blocked,.custom-modal.custom-modal--all-commands,.custom-modal.custom-modal--email-not-exists,.custom-modal.custom-modal--email-one-time-password,.custom-modal.custom-modal--email-unverified,.custom-modal.custom-modal--file-error,.custom-modal.custom-modal--license-accept-modal,.custom-modal.custom-modal--login-denied,.custom-modal.custom-modal--many-pending-documents,.custom-modal.custom-modal--partners-contests-contest-details,.custom-modal.custom-modal--too-many-requests-modal,.custom-modal.custom-modal--unlock-account-by-phone-modal,.custom-modal.custom-modal--users-unlock{padding:0}}@media(min-width:640px){.custom-modal.custom-modal--cancel-bonus-modal{background:var(--gray-900-60)}}@media(max-width:639px){.custom-modal--fixed{position:fixed;top:0;bottom:0;right:0;left:0;z-index:101;background-color:var(--black)}.custom-modal--fixed.opened.bottom-sheet{background-color:var(--white)}}@media(max-width:639px){.custom-modal-wrap{height:100%}}.custom-modal--login-denied .custom-modal__inner{background-color:transparent!important}.custom-modal--game-info{background-color:var(--cool-gray-850)}.custom-modal__inner-wr{display:flex;height:100%}@media(min-width:640px){.custom-modal--patch-timezone .custom-modal__inner-wr{padding-top:var(--modal-offset-top)}}@media(max-width:1139px){.custom-modal--msp-transactions-modal .custom-modal__inner-wr{width:100%}}.custom-modal__inner{position:relative}.custom-modal__inner>.vb-content{-webkit-overflow-scrolling:unset}.custom-modal:not(.custom-modal--balance) .custom-modal__inner{margin:0 auto}.bottom-sheet .custom-modal__inner,.custom-modal--endorphina-secret .custom-modal__inner,.custom-modal--legend-of-the-dragon .custom-modal__inner,.custom-modal--license-accept-modal .custom-modal__inner,.custom-modal--new-year-modal .custom-modal__inner,.custom-modal--sound-of-wins .custom-modal__inner{height:100%}.custom-modal--account-temporarily-blocked .custom-modal__inner,.custom-modal--all-commands .custom-modal__inner,.custom-modal--default-modal .custom-modal__inner,.custom-modal--email-one-time-password .custom-modal__inner,.custom-modal--game-info .custom-modal__inner,.custom-modal--partners-contests-contest-details .custom-modal__inner,.custom-modal--unlock-account-by-phone-modal .custom-modal__inner,.custom-modal--xmas-modal .custom-modal__inner{width:100%}.custom-modal--authorized .custom-modal__inner,.custom-modal--license-accept-modal .custom-modal__inner,.custom-modal--msp-cancel-deposit-modal .custom-modal__inner,.custom-modal--msp-instruction-modal .custom-modal__inner,.custom-modal--msp-status-rejected-modal .custom-modal__inner,.custom-modal--msp-transactions-modal .custom-modal__inner,.custom-modal--msp-wait-modal .custom-modal__inner,.custom-modal--not-referral .custom-modal__inner,.custom-modal--patch-profile.custom-modal--authorized .custom-modal__inner,.custom-modal--registration .custom-modal__inner,.custom-modal--restore-password-request .custom-modal__inner,.custom-modal--sign-in .custom-modal__inner,.custom-modal--too-many-requests-modal .custom-modal__inner{width:100%!important}@media(max-width:712px){.custom-modal__inner{box-shadow:none}.custom-modal--new-year-modal .custom-modal__inner{width:100%}}@media(min-width:640px){.custom-modal--reality-check-notify .custom-modal__inner{width:auto!important}}@media(max-width:1139px){.custom-modal--msp-transactions-modal .custom-modal__inner{width:100%}}@media(min-width:1140px){.custom-modal--msp-transactions-modal .custom-modal__inner{max-width:720px}}@media(max-width:639px){.custom-modal--msp-instruction-modal .custom-modal__inner{background-color:var(--white-100)}.dark .custom-modal--msp-instruction-modal .custom-modal__inner{background-color:var(--cool-gray-850)}}.custom-modal--verification-details .vb-content{flex-shrink:0}.custom-modal--email-not-exists .custom-modal__wrapper,.custom-modal--email-unverified .custom-modal__wrapper,.custom-modal--file-error .custom-modal__wrapper,.custom-modal--many-pending-documents .custom-modal__wrapper{display:flex;flex-direction:column;max-width:100%;margin:0 auto;border-radius:20px;background-color:var(--white-100)}@media(min-width:640px){.custom-modal--email-not-exists .custom-modal__wrapper,.custom-modal--email-unverified .custom-modal__wrapper,.custom-modal--file-error .custom-modal__wrapper,.custom-modal--many-pending-documents .custom-modal__wrapper{width:400px;margin-top:200px}}.custom-modal--command-team .custom-modal__wrapper{display:flex;flex-direction:column;align-items:center}@media(min-width:1140px){.custom-modal--msp-transactions-modal .custom-modal__wrapper{max-width:720px;min-width:382px;width:auto;height:auto;margin:auto;padding:28px;border-radius:20px;background-color:var(--white-100)}.dark .custom-modal--msp-transactions-modal .custom-modal__wrapper{background-color:var(--cool-gray-850)}}.custom-modal--msp-wait-modal .custom-modal__wrapper{width:100%;margin:auto}.custom-modal--too-many-requests-modal .custom-modal__wrapper{display:flex;flex-direction:column;max-width:100%;margin:0 auto;border-radius:20px;background-color:var(--white-100)}@media(min-width:640px){.custom-modal--too-many-requests-modal .custom-modal__wrapper{width:400px;margin-top:240px}}@media(min-width:640px){.custom-modal--default-modal{padding:0}}.custom-modal--registration .custom-modal__inner,.custom-modal--restore-account-request .custom-modal__inner,.custom-modal--sign-in .custom-modal__inner,.custom-modal--users-unlock .custom-modal__inner{width:unset}@media(max-width:712px){.custom-modal--registration .custom-modal__inner,.custom-modal--restore-account-request .custom-modal__inner,.custom-modal--sign-in .custom-modal__inner,.custom-modal--users-unlock .custom-modal__inner{width:100%}}.custom-modal--users-password-edit .custom-modal__inner{width:100%}.custom-modal--users-password-edit .single-form{margin:0 auto}@media(min-width:640px){.custom-modal--users-password-edit{padding:0}}.custom-modal--authorized,.custom-modal--limits-modal,.custom-modal--patch-profile.custom-modal--authorized,.custom-modal--reality-check-notify,.custom-modal--registration,.custom-modal--restore-password-request,.custom-modal--sign-in{z-index:10020;padding:0}.custom-modal--tma-special{height:100vh!important}@media(min-width:640px){.custom-modal--reality-check-notify{padding:var(--modal-offset-top) 30px 123px}}.custom-modal--registration,.custom-modal--sign-in{z-index:10035}.custom-modal--patch-timezone{z-index:10040}@media(max-width:639px){.bottom-sheet__content-inner .custom-modal--sign-in{height:100%}}.custom-modal--adult-modal{z-index:10036}@media(max-width:712px){.custom-modal--adult-modal{margin-top:62px;padding-top:0}}@media(min-width:640px){.reg-form__wr{padding-top:72px}}@media(min-width:1140px){.reg-form__wr{padding-top:64px}}.custom-modal--patch-profile.custom-modal--authorized{width:100%;padding:0;left:0;z-index:10035}@media(min-width:640px){.custom-modal--patch-profile.custom-modal--authorized .reg-form__wr{max-width:400px;margin:auto;padding:90px 0 30px}}.custom-modal--patch-profile.custom-modal--authorized .single-form__captcha{margin:8px 0 20px}@media(min-width:640px){.custom-modal--patch-profile.custom-modal--authorized .single-form__captcha{margin:24px 0 12px}}.custom-modal--patch-profile.custom-modal--authorized .single-form__title{margin:0 0 20px;text-align:start}@media(min-width:640px){.custom-modal--patch-profile.custom-modal--authorized .single-form__title{margin:0 0 28px}}.custom-modal--patch-profile.custom-modal--authorized .single-form__logout{margin-top:12px;font-weight:700;line-height:24px;color:var(--cool-gray-900)}@media(min-width:640px){.custom-modal--patch-profile.custom-modal--authorized .single-form__logout{margin-top:16px}}.custom-modal--one-time-password{z-index:109}.custom-modal--one-time-password .custom-modal__inner{width:430px}@media(max-width:712px){.custom-modal--one-time-password .custom-modal__inner-wr{height:100%}.custom-modal--one-time-password .custom-modal__inner{width:100%}}.custom-modal--registration .reg-form__wr{min-height:100%}.custom-modal--registration-step-2 .custom-modal__inner{width:auto}@media(max-width:712px){.custom-modal--registration-step-2 .custom-modal__inner{width:100%}}.custom-modal--restore-account-request .single-form,.custom-modal--restore-password-request .single-form{margin:auto}.custom-modal--restore-account-request .custom-modal__inner,.custom-modal--restore-password-request .custom-modal__inner{width:100%}.custom-modal.custom-modal--bonus-info{background:rgba(33,30,28,.77);padding:0}@media(max-width:712px){.custom-modal.custom-modal--bonus-info{z-index:25}}.custom-modal.custom-modal--bonus-info .custom-modal__inner{display:flex;width:100%}.custom-modal.custom-modal--bonus-info .bonus-modal__cols-inner-2{width:655px!important;background:var(--gray-900);border-radius:10px;box-shadow:0 26px 20px -5px rgba(0,0,0,.5);margin:auto;margin-top:120px;margin-bottom:35px;position:relative}@media(max-width:712px){.custom-modal.custom-modal--bonus-info .bonus-modal__cols-inner-2{width:100%!important;margin:50px 0;border-radius:0}}.custom-modal.custom-modal--bonus-info .vb>.vb-dragger{width:7px}.custom-modal.custom-modal--bonus-info .vb>.vb-dragger>.vb-dragger-styler{margin-right:0}@media(max-width:712px){.custom-modal.custom-modal--bonus-info{padding:0}.custom-modal.custom-modal--bonus-info .custom-modal__inner-wr{height:100%}.custom-modal.custom-modal--bonus-info .custom-modal__inner{width:100%}}.custom-modal--favorites,.custom-modal--history-operations,.custom-modal--verification-details{background-image:none}.custom-modal--favorites .custom-modal__inner,.custom-modal--history-operations .custom-modal__inner,.custom-modal--verification-details .custom-modal__inner{display:flex}.custom-modal--authorized,.custom-modal--authorized+.custom-modal{z-index:10000}.custom-modal--authorized.custom-modal--email-one-time-password{z-index:10103}.custom-modal--authorized.custom-modal--cashout-verify,.custom-modal--authorized.custom-modal--payment-not-wagered-modal{z-index:var(--modal-with-full-overlay)}.custom-modal--payment-iframe,.custom-modal--payment-iframe+.custom-modal{z-index:10102}.custom-modal--shrink{position:absolute;height:0;padding:0}.custom-modal--favorites .custom-modal__inner{display:block!important}.fill-height{height:100%}.no-paddings{padding:0!important}.toFlexbox{display:flex;flex-direction:column}.custom-modal--endorphina-secret,.custom-modal--legend-of-the-dragon,.custom-modal--new-year-modal,.custom-modal--sound-of-wins{left:0;z-index:10090;background-image:none;background-color:hsla(0,0%,100%,.84)}@media(max-width:712px){.custom-modal--endorphina-secret,.custom-modal--legend-of-the-dragon,.custom-modal--new-year-modal,.custom-modal--sound-of-wins{top:50px}}@media(max-width:712px){.custom-modal--new-year-modal{padding-top:0}}.custom-modal--verification-details{z-index:10035}@media(max-width:712px){.custom-modal--verification-details{left:0;top:50px;padding:0;background:var(--gray-600)}}.custom-modal--balance,.custom-modal--cashout,.custom-modal--cashout-alert,.custom-modal--deposit{padding:0;z-index:20;right:0}.sport-page .custom-modal--balance,.sport-page .custom-modal--cashout,.sport-page .custom-modal--cashout-alert,.sport-page .custom-modal--deposit{z-index:2000}.game-page .custom-modal--balance,.game-page .custom-modal--cashout,.game-page .custom-modal--cashout-alert,.game-page .custom-modal--deposit{left:auto;-webkit-backdrop-filter:none;backdrop-filter:none}@media(min-width:640px)and (max-width:1627px){.game-page .custom-modal--balance,.game-page .custom-modal--cashout,.game-page .custom-modal--cashout-alert,.game-page .custom-modal--deposit{width:360px}}@media(min-width:1628px){.game-page .custom-modal--balance,.game-page .custom-modal--cashout,.game-page .custom-modal--cashout-alert,.game-page .custom-modal--deposit{width:400px}}@media(min-width:1920px){.game-page .custom-modal--balance,.game-page .custom-modal--cashout,.game-page .custom-modal--cashout-alert,.game-page .custom-modal--deposit{right:calc(50vw - 960px)!important}}@media(min-width:1140px){.custom-modal--balance,.custom-modal--cashout,.custom-modal--cashout-alert,.custom-modal--deposit{z-index:15}}.custom-modal--balance .custom-modal__header,.custom-modal--cashout-alert .custom-modal__header,.custom-modal--cashout .custom-modal__header,.custom-modal--deposit .custom-modal__header{display:none}.custom-modal--command-confirm{z-index:10101}.custom-modal--command-confirm .custom-modal__inner{display:flex;align-items:center;justify-content:center}@media(min-width:640px){.custom-modal--command-confirm .custom-modal__inner{max-width:400px!important}}.custom-modal--command-team{z-index:10102}.custom-modal--command-team .vb-content{padding-right:0!important}.custom-modal--command-team .custom-modal__inner{display:flex;flex-direction:column}@media(min-width:640px){.custom-modal--command-team .custom-modal__inner{max-width:600px;padding:40px 0}}@media(min-width:1140px){.custom-modal--command-team .custom-modal__inner{max-width:866px;padding:81px 0 86px}}.custom-modal--command-team .custom-modal__inner .vb-dragger{display:none}.custom-modal--all-commands{z-index:10101}.custom-modal--all-commands .custom-modal__inner{display:flex;flex-direction:column;height:100%}@media(min-width:640px){.custom-modal--all-commands .custom-modal__inner{max-width:600px}}@media(min-width:1140px){.custom-modal--all-commands .custom-modal__inner{max-width:866px}}.custom-modal--all-commands .custom-modal__inner .vb-dragger,.custom-modal--license-accept-modal .vb-dragger,.custom-modal--msp-instruction-modal .vb-dragger,.custom-modal--msp-transactions-modal .vb-dragger,.custom-modal--msp-wait-modal .vb-dragger,.custom-modal--too-many-requests-modal .vb-dragger,.custom-modal--unlock-account-by-phone-modal .vb-dragger{display:none}.custom-modal--cancel-bonus-modal,.custom-modal--captcha-modal,.custom-modal--email-otp-prohibited-modal,.custom-modal--license-accept-modal,.custom-modal--modal-confirm,.custom-modal--msp-cancel-deposit-modal,.custom-modal--msp-cancel-modal,.custom-modal--msp-deposit-declined-modal,.custom-modal--msp-error-modal,.custom-modal--msp-instruction-modal,.custom-modal--msp-player-modal,.custom-modal--msp-status-confirm-modal,.custom-modal--msp-status-dispute-modal,.custom-modal--msp-status-modal,.custom-modal--msp-status-rejected-modal,.custom-modal--msp-success-modal,.custom-modal--msp-transactions-modal,.custom-modal--msp-wait-modal,.custom-modal--patch-profile.custom-modal--authorized,.custom-modal--unlock-account-by-phone-modal{z-index:var(--modal-with-full-overlay)}@media(min-width:640px){.custom-modal--captcha-modal .vb-content,.custom-modal--cashout-verify .vb-content,.custom-modal--license-accept-modal .vb-content,.custom-modal--msp-cancel-modal .vb-content,.custom-modal--msp-deposit-declined-modal .vb-content,.custom-modal--msp-error-modal .vb-content,.custom-modal--msp-instruction-modal .vb-content,.custom-modal--msp-player-modal .vb-content,.custom-modal--msp-status-confirm-modal .vb-content,.custom-modal--msp-status-dispute-modal .vb-content,.custom-modal--msp-status-rejected-modal .vb-content,.custom-modal--msp-success-modal .vb-content,.custom-modal--msp-wait-modal .vb-content{display:flex!important}}.custom-modal--msp-status-confirm-modal .custom-modal__wrapper{position:relative}@media(max-width:639px){.custom-modal--msp-status-confirm-modal .custom-modal__wrapper{height:100%}}@media(min-width:640px){.custom-modal--msp-status-confirm-modal .custom-modal__wrapper{margin:auto}}.custom-modal--msp-status-confirm-modal .custom-modal__wrapper .custom-modal__header{position:relative;height:0;padding:0;margin:0}@media(min-width:640px){.custom-modal--msp-status-confirm-modal .custom-modal__wrapper .custom-modal__close{position:absolute;width:28px;height:28px;color:var(--cool-gray-900)}.no-touch .custom-modal--msp-status-confirm-modal .custom-modal__wrapper .custom-modal__close:hover{transform:var(--close_animation);color:var(--primary)}.dark .custom-modal--msp-status-confirm-modal .custom-modal__wrapper .custom-modal__close{color:var(--white)}}@media(max-width:1139px){.custom-modal--msp-transactions-modal{display:flex;flex-direction:column;padding:0 16px 16px;background-color:var(--white-100)}.dark .custom-modal--msp-transactions-modal{background-color:var(--cool-gray-850)}}@media(min-width:1140px){.custom-modal--msp-transactions-modal{padding:0}}@media(min-width:1140px){.custom-modal--msp-transactions-modal .vb-content{display:flex!important}}.custom-modal--msp-instruction-modal,.custom-modal--msp-wait-modal{padding:0}@media(min-width:640px){.custom-modal--cancel-bonus-modal .custom-modal__inner{display:flex;align-items:center;justify-content:center}}.custom-modal--too-many-requests-modal{z-index:10103}.landing .custom-modal--registration:has(.bottom-sheet.opened) .vb-content{overflow:hidden!important}.burger{position:fixed;z-index:var(--burger);top:14px;left:16px;transition:all .15s ease-out}@media(min-width:1140px){.burger{top:16px;left:20px}}@media(max-width:1139px){.profile-page .burger{display:none}}@media(min-width:1628px){.burger{display:none}}@media(min-width:1628px){.sport-page .burger{top:20px;display:block}}@media(min-width:1920px){.sport-page .burger{left:calc(50vw - 935px)!important}}.main-wrapper:not(.menu-opened).download-app-banner-visible .burger{top:calc(14px + var(--download-app-banner-height))}.burger--cashout{z-index:var(--top-bar-hidden)}.burger--hidden{opacity:0;transform:translateY(-100%)}.burger--sport-page{z-index:1992}.burger__button{display:flex;justify-content:center;align-items:center;width:20px;height:20px}.burger__button-ic{width:20px;height:auto;color:var(--white)}.no-touch .burger__button:hover .burger__button-ic{color:var(--primary)}.burger__button-ic--closed{width:12px}.current-local-time{display:flex}.menu-burger__bottom .current-local-time{cursor:pointer}@media(max-width:1139px){.current-local-time{align-items:center;flex-direction:row-reverse}}@media(min-width:1140px){.current-local-time{flex-direction:column;justify-content:flex-start}}.profile-current-time .current-local-time__count{font-weight:700;font-size:14px;line-height:16px;color:var(--gray-600);white-space:nowrap}.dark .profile-current-time .current-local-time__count{color:var(--white-50)}.menu-burger .current-local-time__count{letter-spacing:.12px;white-space:nowrap;color:var(--white);font-size:12px;font-weight:700;line-height:20px}.patch-timezone__content-timer .current-local-time__count{width:52px;flex-shrink:0;font-size:20px;font-weight:700;line-height:24px;text-align:right;color:var(--gray-600)}@media(min-width:1140px){.profile-current-time .current-local-time__count{font-size:16px;line-height:24px}}.current-local-time__title{display:none;font-weight:400;font-size:14px;line-height:20px}.dark .current-local-time__title{color:var(--gray-400)}.profile-current-time .current-local-time__title{display:block}@media(max-width:1139px){.current-local-time__title{margin-right:4px}}@media(min-width:1140px){.current-local-time__title{font-size:12px;line-height:16px}}.buttons-app{border-bottom:1px solid var(--gray-700)}.menu-burger .buttons-app{padding:16px}@media(max-width:639px){.menu-burger .buttons-app{padding:0;border:none}}@media(min-width:640px){.menu-burger .buttons-app{padding:20px 12px 12px}}.buttons-app__list{display:flex;column-gap:4px;position:relative}.buttons-app__item{position:relative;flex:1;max-width:131px}@media(max-width:1139px){.buttons-app__item{min-width:131px}}.buttons-app__link{display:flex;background:var(--gray-900);border-radius:12px;padding:8px}.no-touch .buttons-app__link:hover{cursor:pointer}@media(min-width:1140px){.buttons-app__link{border-radius:8px;padding:4px}}.buttons-app__item-icon-wr{width:36px;height:36px;border-radius:6px;display:flex;justify-content:center;align-content:center;background:var(--gray-700);color:var(--cuprum-50)}@media(min-width:1140px){.buttons-app__item-icon-wr{width:32px;height:32px}}.buttons-app__item-os-wr{font-size:14px;line-height:16px;font-weight:700;color:var(--white)}@media(min-width:1140px){.buttons-app__item-os-wr{font-size:13px}}.buttons-app__item-text{font-size:8px;line-height:10px;color:var(--secondary-2)}@media(min-width:1140px){.buttons-app__item-text{font-size:7px}}.buttons-app__item-info{display:flex;flex-direction:column;justify-content:center;flex:1;padding:0 8px}@media(min-width:1140px){.buttons-app__item-info{padding:0 4px}}.profile-user-card__change-title{margin-bottom:20px;font-weight:700;font-size:24px;line-height:28px;color:var(--gray-700)}@media(min-width:1140px){.profile-user-card__change-title{display:none}}.input-field__error{text-align:left;font-size:12px;line-height:16px;color:var(--red-error);font-weight:500}.input-field__error:first-letter{text-transform:capitalize}.license-accept-form__checkbox-wr .input-field__error{color:var(--primary);font-size:14px;font-weight:400;line-height:20px}.input-field{position:relative;margin-bottom:8px}@media(min-width:640px){.input-field{margin-bottom:12px}}@media(min-width:1140px){.input-field{margin-bottom:16px}}.country-select__selected .input-field{position:absolute;left:0;top:0;width:100%;height:100%}.country-select__header .input-field,.email-one-time-password .input-field,.form-constructor__field-wrap .input-field,.input-field.birthday-calendar__input,.profile-edit__email .input-field,.profile-edit__phone .input-field,.search-popup__input-field-inner .input-field{margin-bottom:0}.input-field.promocode-form__input:not(.profile-menu .input-field){margin-bottom:12px}@media(min-width:640px){.input-field.promocode-form__input:not(.profile-menu .input-field){margin-bottom:16px}}@media(min-width:1140px){.registration-form .input-field.promocode-form__input:not(.profile-menu .input-field){margin-bottom:0}}.deposit-bonuses-modal .input-field.promocode-form__input:not(.profile-menu .input-field){margin-bottom:0}.file-error .input-field{margin-bottom:0;margin-top:20px}.input-field.two-fa__secret-code{margin-bottom:20px}.page-profile .phone-confirm-code .input-field,.partners-contests-create-contest .input-field{width:100%}@media(min-width:1140px){.page-profile .phone-confirm-code .input-field,.partners-contests-create-contest .input-field{margin-bottom:12px}}@media(min-width:1140px){.input-field.two-fa__secret-code{margin-bottom:24px}}.limits .input-field,.payment-card .input-field{margin-bottom:12px}@media(min-width:1140px){.limits .input-field{margin-bottom:20px}}.form-constructor--cashout:not(:has(.confirmed-email)):not(:has(.confirmed-phone)) .input-field,.form-constructor--deposit:not(:has(.confirmed-email)):not(:has(.confirmed-phone)) .input-field{width:100%}.form-constructor--cashout:not(:has(.confirmed-email)):not(:has(.confirmed-phone)) .input-field:not(.birthday-calendar__input),.form-constructor--deposit:not(:has(.confirmed-email)):not(:has(.confirmed-phone)) .input-field:not(.birthday-calendar__input){margin-bottom:12px}.cashout-verify .input-field{margin-bottom:28px}.input-field--code{margin-top:12px}.input-field__input{display:flex;width:100%;height:40px;padding:10px 12px;border:1px solid var(--white-200);background-color:var(--white);border-radius:8px;color:var(--gray-700);font-size:14px;text-overflow:ellipsis;overflow:hidden;transition:border-color .2s ease-out}.input-field--dashed .input-field__input{border-style:dashed}.dark .partners-contests-create-contest__form .input-field__input,.dark .partners-contests-history-content__header-input .input-field__input,.input-field__input.input-black,.payment .input-field__input,.profile-user-card-sidebar__nickname .input-field__input{border-color:var(--gray-700);background-color:var(--gray-900);color:var(--white)}.dark .partners-contests-create-contest__form .input-field__input:-webkit-autofill,.dark .partners-contests-create-contest__form .input-field__input:-webkit-autofill:active,.dark .partners-contests-create-contest__form .input-field__input:-webkit-autofill:focus,.dark .partners-contests-create-contest__form .input-field__input:-webkit-autofill:hover,.dark .partners-contests-history-content__header-input .input-field__input:-webkit-autofill,.dark .partners-contests-history-content__header-input .input-field__input:-webkit-autofill:active,.dark .partners-contests-history-content__header-input .input-field__input:-webkit-autofill:focus,.dark .partners-contests-history-content__header-input .input-field__input:-webkit-autofill:hover,.input-field__input.input-black:-webkit-autofill,.input-field__input.input-black:-webkit-autofill:active,.input-field__input.input-black:-webkit-autofill:focus,.input-field__input.input-black:-webkit-autofill:hover,.payment .input-field__input:-webkit-autofill,.payment .input-field__input:-webkit-autofill:active,.payment .input-field__input:-webkit-autofill:focus,.payment .input-field__input:-webkit-autofill:hover,.profile-user-card-sidebar__nickname .input-field__input:-webkit-autofill,.profile-user-card-sidebar__nickname .input-field__input:-webkit-autofill:active,.profile-user-card-sidebar__nickname .input-field__input:-webkit-autofill:focus,.profile-user-card-sidebar__nickname .input-field__input:-webkit-autofill:hover{-webkit-text-fill-color:var(--white);box-shadow:0 0 0 500px var(--gray-900) inset;-webkit-transition:background-color 86400s step-end 0s;transition:background-color 86400s step-end 0s;background-origin:border-box}.no-touch .dark .partners-contests-create-contest__form .input-field__input:hover:not([disabled]),.no-touch .dark .partners-contests-history-content__header-input .input-field__input:hover:not([disabled]),.no-touch .input-field__input.input-black:hover:not([disabled]),.no-touch .payment .input-field__input:hover:not([disabled]),.no-touch .profile-user-card-sidebar__nickname .input-field__input:hover:not([disabled]){background-color:var(--cool-gray-850)!important}.dark .partners-contests-create-contest__form .input-field__input:-ms-input-placeholder,.dark .partners-contests-history-content__header-input .input-field__input:-ms-input-placeholder,.input-field__input.input-black:-ms-input-placeholder,.payment .input-field__input:-ms-input-placeholder,.profile-user-card-sidebar__nickname .input-field__input:-ms-input-placeholder{-webkit-text-fill-color:var(--gray-400);color:var(--gray-400)}.dark .partners-contests-create-contest__form .input-field__input::-ms-input-placeholder,.dark .partners-contests-history-content__header-input .input-field__input::-ms-input-placeholder,.input-field__input.input-black::-ms-input-placeholder,.payment .input-field__input::-ms-input-placeholder,.profile-user-card-sidebar__nickname .input-field__input::-ms-input-placeholder{-webkit-text-fill-color:var(--gray-400);color:var(--gray-400)}.dark .partners-contests-create-contest__form .input-field__input::placeholder,.dark .partners-contests-history-content__header-input .input-field__input::placeholder,.input-field__input.input-black::placeholder,.payment .input-field__input::placeholder,.profile-user-card-sidebar__nickname .input-field__input::placeholder{-webkit-text-fill-color:var(--gray-400);color:var(--gray-400)}.input-field__input:-webkit-autofill,.input-field__input:-webkit-autofill:active,.input-field__input:-webkit-autofill:focus,.input-field__input:-webkit-autofill:hover{-webkit-text-fill-color:var(--gray-700);box-shadow:0 0 0 500px var(--white) inset;-webkit-transition:background-color 86400s step-end 0s;transition:background-color 86400s step-end 0s;background-origin:border-box}.input-field__input:-ms-input-placeholder{-webkit-text-fill-color:var(--gray-500);color:var(--gray-500)}.input-field__input::-ms-input-placeholder{-webkit-text-fill-color:var(--gray-500);color:var(--gray-500)}.input-field__input::placeholder{-webkit-text-fill-color:var(--gray-500);color:var(--gray-500)}.profile-history-filters-block__field--amount .input-field__input:-ms-input-placeholder{text-transform:capitalize}.profile-history-filters-block__field--amount .input-field__input::-ms-input-placeholder{text-transform:capitalize}.profile-history-filters-block__field--amount .input-field__input::placeholder{text-transform:capitalize}.input-field__input[disabled]{color:var(--gray-500);opacity:.6}.dark .partners-contests-create-contest__form .input-field__input[disabled],.dark .partners-contests-history-content__header-input .input-field__input[disabled],.input-field__input[disabled].input-black,.payment .input-field__input[disabled]{border-color:var(--gray-700);background-color:var(--gray-900)}.no-touch .input-field__input:hover:not([disabled]){border-color:var(--gray-400);background-color:var(--white-100)}.dark .no-touch .partners-contests-create-contest__form .input-field__input:hover:not([disabled]),.dark .no-touch .partners-contests-history-content__header-input .input-field__input:hover:not([disabled]){background-color:var(--cool-gray-850)}.input-field__input:focus{color:var(--gray-600);border-color:var(--gray-500);background-color:var(--white-100)}.dark .partners-contests-create-contest__form .input-field__input:focus,.input-field__input:focus.input-black,.payment .input-field__input:focus,.profile-user-card-sidebar__nickname .input-field__input:focus{color:var(--white-50);border-color:var(--cuprum-50);background-color:var(--cool-gray-850)}.input-field__icon .input-field__input,.input-field__input.input-field--country{padding:10px 44px}.promocode-form__input .input-field__input{padding:10px 36px}@media(min-width:1628px){.promocode-form__input .input-field__input{padding:10px 44px}}.deposit-bonuses-modal .promocode-form__input .input-field__input{padding-inline:8px}@media(min-width:1628px){.deposit-bonuses-modal .promocode-form__input .input-field__input{padding-inline:12px}}.country-select--opened .input-field__input{color:var(--gray-700);border-color:var(--gray-500);background-color:var(--white-100)}.country-select--opened .input-field__input.input-black,.dark .partners-contests-create-contest__form .country-select--opened .input-field__input,.payment .country-select--opened .input-field__input{color:var(--white);border-color:var(--cuprum-50);background-color:var(--cool-gray-850)}.country-select__selected .input-field__input{padding:10px 44px}.has-error .input-field__input{color:var(--gray-700);border-color:var(--red-error);background-color:var(--white)}.dark .partners-contests-create-contest__form .has-error .input-field__input,.has-error .input-field__input.input-black,.payment .has-error .input-field__input,.profile-user-card-sidebar__nickname .has-error .input-field__input{color:var(--white);background-color:var(--gray-900)}.custom-modal--cashout .payment-cashout-form_input-shift .input-field__input,.custom-modal--deposit .payment-card__input-number .input-field__input{padding-right:62px}.personal-data-wrap_referal .input-field__input{text-transform:uppercase}@media(min-width:1140px){.change-nickname__input-field .input-field__input{height:44px}}.providers-filter-search__input .input-field__input{background-color:var(--gray-900);border-color:var(--gray-700);padding:10px 38px;color:var(--white-50)}.no-touch .providers-filter-search__input .input-field__input:hover,.providers-filter-search__input .input-field__input:focus{border-color:var(--gray-400);background-color:var(--cool-gray-850)!important}.providers-filter-search__input .input-field__input:-webkit-autofill,.providers-filter-search__input .input-field__input:-webkit-autofill:active,.providers-filter-search__input .input-field__input:-webkit-autofill:focus,.providers-filter-search__input .input-field__input:-webkit-autofill:hover{-webkit-text-fill-color:var(--white-50);box-shadow:0 0 0 500px var(--cool-gray-850) inset;-webkit-transition:background-color 86400s step-end 0s;transition:background-color 86400s step-end 0s;background-origin:border-box}.search-popup__input-field .input-field__input{height:36px;padding:8px 12px 8px 38px;background-color:var(--gray-900);color:var(--white-50);border-color:var(--gray-400)}.search-popup__input-field .input-field__input:focus{background-color:var(--gray-700)}.limits__card-input .input-field__input{padding-left:36px;color:var(--gray-700)}.dark .limits__card-input .input-field__input{color:var(--white);background-color:var(--gray-900)!important}.dark .limits__card-input .input-field__input:-ms-input-placeholder{color:var(--gray-400)}.dark .limits__card-input .input-field__input::-ms-input-placeholder{color:var(--gray-400)}.dark .limits__card-input .input-field__input::placeholder{color:var(--gray-400)}@media(max-width:639px){.limits__card-input .input-field__input:-ms-input-placeholder{color:var(--gray-400)}.limits__card-input .input-field__input::-ms-input-placeholder{color:var(--gray-400)}.limits__card-input .input-field__input::placeholder{color:var(--gray-400)}}.limits__card-input .input-field__input:focus{border-color:var(--gray-500)}.dark .limits__card-input .input-field__input:focus{border-color:var(--cuprum-50)}@media(max-width:639px){.limits__card-input .input-field__input{color:var(--white)}}@media(min-width:1140px){.limits__card-input .input-field__input{padding-left:44px}}@media(min-width:1628px){.profile-menu .promocode-form__input .input-field__input{padding-right:12px}}.input-field--code .input-field__input{letter-spacing:5px}.input-field--code .input-field__input:-ms-input-placeholder{letter-spacing:normal}.input-field--code .input-field__input::-ms-input-placeholder{letter-spacing:normal}.input-field--code .input-field__input::placeholder{letter-spacing:normal}@media(max-width:639px){.dark .input-field__input.input-double{border:1px solid var(--white-200);background-color:var(--white);color:var(--gray-600)}.dark .input-field__input.input-double:-ms-input-placeholder{-webkit-text-fill-color:var(--gray-500);color:var(--gray-500)}.dark .input-field__input.input-double::-ms-input-placeholder{-webkit-text-fill-color:var(--gray-500);color:var(--gray-500)}.dark .input-field__input.input-double::placeholder{-webkit-text-fill-color:var(--gray-500);color:var(--gray-500)}.dark .input-field__input.input-double:focus{border-color:var(--gray-500)}.dark .input-field__input.input-double:-webkit-autofill,.dark .input-field__input.input-double:-webkit-autofill:active,.dark .input-field__input.input-double:-webkit-autofill:focus,.dark .input-field__input.input-double:-webkit-autofill:hover{-webkit-text-fill-color:var(--gray-700);box-shadow:0 0 0 500px var(--white) inset;-webkit-transition:background-color 86400s step-end 0s;transition:background-color 86400s step-end 0s;background-origin:border-box}}@media(min-width:640px){.dark .input-field__input.input-double{border-color:var(--gray-700);background-color:var(--gray-900);color:var(--white-50)}.dark .input-field__input.input-double:-webkit-autofill,.dark .input-field__input.input-double:-webkit-autofill:active,.dark .input-field__input.input-double:-webkit-autofill:focus,.dark .input-field__input.input-double:-webkit-autofill:hover{-webkit-text-fill-color:var(--white);box-shadow:0 0 0 500px var(--gray-900) inset;-webkit-transition:background-color 86400s step-end 0s;transition:background-color 86400s step-end 0s;background-origin:border-box}.dark .input-field__input.input-double:-ms-input-placeholder{-webkit-text-fill-color:var(--gray-400);color:var(--gray-400)}.dark .input-field__input.input-double::-ms-input-placeholder{-webkit-text-fill-color:var(--gray-400);color:var(--gray-400)}.dark .input-field__input.input-double::placeholder{-webkit-text-fill-color:var(--gray-400);color:var(--gray-400)}.dark .input-field__input.input-double:focus{border-color:var(--cuprum-50)}}@media(max-width:639px){.no-touch .input-field__input.input-double:hover:not([disabled]){border-color:var(--gray-500);background-color:var(--white-100)}}@media(min-width:640px){.dark .no-touch .input-field__input.input-double:hover:not([disabled]){background-color:var(--cool-gray-850)!important}}.has-error .input-field__input.input-double,.input-field--error{border-color:var(--red-error)}.input-field--error{margin-bottom:4px}.input-field--error+.input-field__label-anim{top:10px}.input-field__input--right-content{padding-right:80px}.input-field__input--left-content{padding-left:117px;letter-spacing:5px}.input-field__input--left-content:-ms-input-placeholder{letter-spacing:0}.input-field__input--left-content::-ms-input-placeholder{letter-spacing:0}.input-field__input--left-content::placeholder{letter-spacing:0}.input-field__icon,.input-field__wrapper{position:relative}.input-icon{position:absolute;left:12px;top:10px;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.promocode-form__input .input-icon,.providers-filter-search__input .input-icon{left:8px}@media(max-width:1139px){.limits__card-input .input-icon{left:8px}}.search-popup__input-field .input-icon{left:8px;top:8px;width:20px;height:20px;padding:1px 1px 2px 2px;color:var(--gray-400)}.input-field__icon-item{width:auto;height:18px;color:var(--gray-500)}.input-field__icon-item.input-black,.payment .input-field__icon-item,.profile-user-card-sidebar__nickname .input-field__icon-item{color:var(--gray-400)}.change-nickname .input-field__icon-item{top:12px;left:14px;width:16px;height:16px}.menu-burger .change-nickname .input-field__icon-item{width:16px;height:auto}.input-field__icon-item.input-field--country{height:20px}.providers-filter-search__input .input-field__icon-item{width:18px;height:17px;margin:1px 1px auto auto;color:var(--gray-400)}.promocode-form__input .input-field__icon-item{width:15px;height:20px}.deposit-bonuses-modal .promocode-form__input .input-field__icon-item{display:none}@media(max-width:639px){.limits__card-input .input-field__icon-item{color:var(--cuprum-50)}}@media(min-width:640px){.limits__card-input .input-field__icon-item{width:16px;height:16px}.dark .limits__card-input .input-field__icon-item{color:var(--gray-400)}}.input-field__icon-copy{position:absolute;z-index:1;top:10px;left:auto;right:8px;width:20px;height:20px;padding:0;background:transparent!important;color:var(--gray-500)}.dark .input-field__icon-copy{color:var(--gray-400)}.input-field__pseudo-pas-eye{display:none;width:20px;height:20px;color:var(--gray-400);cursor:pointer;position:absolute;right:14px;top:11px;transition:all .2s ease-out}.input-field__pseudo-pas-eye.input-black,.payment .input-field__pseudo-pas-eye{color:var(--gray-300)}.no-touch .input-field__pseudo-pas-eye.input-black:hover,.no-touch .payment .input-field__pseudo-pas-eye:hover{color:var(--gray-700)}.input-field__pseudo-pas-eye.show{display:flex;align-items:center;justify-content:center}.input-field__pseudo-pas-eye-icon{height:17px;width:18px}.input-field__button{margin-top:8px;width:100%}.missing-data .input-field__button{margin-top:16px}@media(min-width:1140px){.input-field__button{margin-top:16px}}.input-field__button-inner{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.vti__dropdown-list::-webkit-scrollbar{width:4px;height:3px}.vti__dropdown-list::-webkit-scrollbar-track,.vti__dropdown-list::-webkit-scrollbar-track-piece{background-color:transparent}.vti__dropdown-list::-webkit-scrollbar-thumb{background-color:#666;border-radius:3px}.input-field__card-type{right:12px;position:absolute;top:50%;transform:translateY(-50%)}.input-field__min-max{display:flex;font-size:12px;line-height:20px;color:var(--gray-500)}.input-field__min-max.input-black{color:var(--white)}.payment .input-field__min-max{color:var(--gray-400)}.input-field__min-max>span{margin-bottom:4px}.input-field__currency-value{display:flex;align-items:center;position:absolute;right:12px;top:10px}.limits .input-field__currency-value{top:8px;right:10px}.input-field__currency-value-text{font-weight:400;font-size:14px;line-height:20px;margin-right:12px}.limits .input-field__currency-value-text{font-size:16px;font-weight:700;color:var(--gray-500);margin-right:6px}.dark .limits .input-field__currency-value-text{color:var(--gray-400)}.input-field__currency-value-img{width:20px;height:20px;object-fit:cover}.limits .input-field__currency-value-img{width:24px;height:24px}.input-black{border-color:var(--gray-700);background-color:var(--gray-900);color:var(--white)}.input-black:-ms-input-placeholder{-webkit-text-fill-color:var(--gray-400);color:var(--gray-400)}.input-black::-ms-input-placeholder{-webkit-text-fill-color:var(--gray-400);color:var(--gray-400)}.input-black::placeholder{-webkit-text-fill-color:var(--gray-400);color:var(--gray-400)}.input-black[disabled]{color:var(--gray-400);border-color:var(--gray-700);background-color:var(--gray-900);-webkit-text-fill-color:var(--gray-400);opacity:.6}.input-black:focus{border-color:var(--cuprum-50);background-color:var(--cool-gray-850)}.no-touch .input-black:hover:not([disabled]){border-color:var(--gray-400);background-color:var(--cool-gray-850)}.has-error .input-black:not(.vti__dropdown-header) .has-error .input-black{border-color:var(--primary);background-color:var(--gray-900)}.input-field__sms-code{position:absolute;top:10px;left:12px;display:flex;align-items:center;font-weight:700;font-size:16px;line-height:20px;text-transform:uppercase;color:var(--gray-400)}.input-field__sms-code:after{content:"";display:block;width:1px;height:20px;margin:0 12px;background-color:var(--gray-400);order:4}.input-field__card-type-ic{width:31px;height:10px;background-position:50%;background-size:contain;background-repeat:no-repeat}.input-field__card-type-ic.diners{background-image:url(/img/payment-input-icons/diners.svg)}.input-field__card-type-ic.amex{background-image:url(/img/payment-input-icons/amex.svg)}.input-field__card-type-ic.jcb{background-image:url(/img/payment-input-icons/jcb.svg)}.input-field__card-type-ic.maestro{background-image:url(/img/payment-input-icons/maestro.svg)}.input-field__card-type-ic.mastercard{background-image:url(/img/payment-input-icons/mastercard.svg)}.input-field__card-type-ic.mir{background-image:url(/img/payment-input-icons/mir.svg)}.input-field__card-type-ic.rupay{background-image:url(/img/payment-input-icons/rupay.svg)}.input-field__card-type-ic.visa{background-image:url(/img/payment-input-icons/visa-white.svg)}@media(max-width:639px){.input-field__card-type-ic.visa{background-image:url(/img/payment-input-icons/visa.svg)}}.input-field__card-type-ic.unionpay{background-image:url(/img/payment-input-icons/unionpay.svg)}.input-field__limit-value{position:relative}@media(min-width:640px){.change-nickname{display:flex}}.change-nickname__title{margin-bottom:20px;font-weight:700;font-size:24px;line-height:28px;color:var(--gray-700)}@media(min-width:640px){.change-nickname__title{display:none}}.change-nickname__label{display:block;margin-bottom:20px;font-size:20px;line-height:24px;font-weight:700;color:var(--gray-600)}@media(min-width:640px){.change-nickname__label{display:none}}.change-nickname__input-field{width:100%;margin-bottom:24px;margin-right:10px}@media(min-width:640px){.change-nickname__input-field{margin-bottom:0}}@media(min-width:1140px){.change-nickname__input-field{margin-right:12px}}@media(min-width:640px){.change-nickname__input-field .input-field__input{height:44px}}@media(min-width:640px){.change-nickname__btn{padding:12px 20px;height:44px;line-height:20px}}.edit-nickname{position:relative;display:grid;padding-right:16px;margin:0 auto 14px 16px;align-self:center}.profile-menu__user-card .edit-nickname{margin-bottom:0}@media(min-width:640px){.edit-nickname{margin:0 auto 4px 12px}.menu-burger .edit-nickname{width:calc(100% - 60px);justify-content:flex-start}}@media(min-width:1140px){.edit-nickname{display:flex;align-items:center;margin:0 0 12px 0;padding-right:0;width:100%}}@media(min-width:1628px){.edit-nickname{margin:0 0 16px 0}}.edit-nickname__btn{display:flex;flex-direction:row-reverse;height:auto;max-width:100%;padding:0;font-weight:700;font-size:16px;line-height:20px;text-transform:inherit;overflow:hidden;border-radius:0}@media(min-width:1140px){.edit-nickname__btn{justify-content:center;margin:0 auto;font-size:20px;line-height:24px}}.edit-nickname__btn-icon{display:flex;width:17px;height:auto;margin-right:11px;color:var(--gray-700);flex-shrink:0}.dark .edit-nickname__btn-icon,.profile-user-card--black .edit-nickname__btn-icon{color:var(--white)}@media(min-width:1140px){.edit-nickname__btn:hover .edit-nickname__btn-icon{color:var(--primary)}}.edit-nickname__btn-text{font-weight:900;font-size:16px;line-height:20px;color:var(--gray-700);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;transition:all .2s ease-out}.dark .edit-nickname__btn-text,.menu-burger .edit-nickname__btn-text{color:var(--white)}@media(min-width:1140px){.edit-nickname__btn:hover .edit-nickname__btn-text{color:var(--primary)}}@media(min-width:1628px){.edit-nickname__btn-text{line-height:24px}}@media(min-width:640px){.edit-nickname__change.profile-user-card__change{position:absolute;top:calc(100% + 14px);left:-56px;z-index:2;width:305px;padding:12px;border-radius:12px;background:var(--white-100)}}@media(min-width:1140px){.edit-nickname__change.profile-user-card__change{position:absolute;left:50%;transform:translateX(-50%);top:32px;width:330px;background:var(--gray-700)}}@media(min-width:1628px){.edit-nickname__change.profile-user-card__change{width:370px}}@media(min-width:1140px){.edit-nickname__change{left:0;top:calc(100% + 16px)}}@media(min-width:1628px){.edit-nickname__change{left:auto}}.profile-progress{border-radius:12px;padding:0 12px;background-color:var(--white)}.sidebar .profile-progress{display:flex;flex-direction:column;padding:12px;gap:8px}@media(min-width:1628px){.sidebar .profile-progress{gap:12px}}.dark .profile-progress,.profile-user-card--black .profile-progress{background-color:var(--gray-900)}@media(min-width:640px){.profile-menu .profile-progress{padding:0}}.profile-progress__inner{display:flex;align-items:center;justify-content:space-between;margin:8px 0}@media(min-width:640px){.profile-progress__inner{margin:12px 0}}.sidebar .profile-progress__inner{margin:0}.menu-burger .profile-progress__inner,.profile-menu .profile-progress__inner{margin:12px 0}@media(min-width:640px){.profile-menu .profile-progress__inner:first-child{margin:0 0 12px}.profile-menu .profile-progress__inner:last-child{margin:12px 0 0}}.small-sidebar .profile-progress__inner--reduced{display:none}@media(max-width:1139px){.profile-user-card .profile-progress__inner--reduced{display:flex}}.status-widget__progress .profile-progress__inner--reduced{margin:0 0 4px}@media(min-width:1140px){.status-widget__progress .profile-progress__inner--reduced{margin:0 0 8px}}.status-widget__progress .profile-progress__inner--status{margin:4px 0 0}@media(min-width:1140px){.status-widget__progress .profile-progress__inner--status{margin:8px 0 0}}.profile-progress__inner--period{margin:4px 0 0}@media(min-width:1140px){.profile-progress__inner--period{margin:12px 0 0}}.profile-progress__text{font-size:12px;font-weight:400;line-height:16px}.sidebar .profile-progress__inner--reduced .profile-progress__text{color:var(--gray-600)}.dark .sidebar .profile-progress__inner--reduced .profile-progress__text{color:var(--gray-300)}.dark .profile-progress__inner--reduced .profile-progress__text:first-child{color:var(--white-50)}.statuses-page .profile-progress__text{color:var(--gray-600)}.dark .statuses-page .profile-progress__text{content:var(--gray-300)}.dark .statuses-page .profile-progress__text:first-child{color:var(--white-50)}.profile-menu .profile-progress__text{color:var(--gray-600)}.profile-menu .profile-progress__text:last-child{white-space:nowrap}.profile-menu .profile-progress__text .profile-progress__text--small{color:var(--gray-500)}.dark .profile-progress__text,.profile-user-card--black .profile-progress__text{color:var(--gray-300)}.profile-progress__inner--status .sidebar .profile-progress__text:first-child{color:var(--red-orange)}.status-widget__progress .profile-progress__inner--reduced .profile-progress__text:first-child{font-size:14px;font-weight:400;line-height:20px}.dark .status-widget__progress .profile-progress__inner--reduced .profile-progress__text:first-child{color:var(--white-50)}.dark .status-widget__progress .profile-progress__inner--reduced .profile-progress__text{color:var(--white)}.dark .status-widget__progress .profile-progress__inner--status .profile-progress__text{color:var(--gray-300)}.status-widget__progress .profile-progress__inner--status .profile-progress__text:first-child{color:var(--red-orange)}.profile-progress__inner--reduced .profile-progress__text--bold{font-size:12px;font-weight:700;line-height:20px;letter-spacing:.12px}@media(min-width:1140px){.profile-progress__inner--reduced .profile-progress__text--bold{font-size:14px;font-weight:700;line-height:16px;letter-spacing:0}}.profile-progress__inner--status .profile-progress__text--bold{font-size:12px;font-weight:700;line-height:16px;letter-spacing:.48px}.profile-progress__text--white:not(.profile-user-card-sidebar .profile-progress__text--white){color:var(--white)}.profile-progress__text-progress{font-size:12px;font-weight:700;line-height:20px;letter-spacing:.12px;color:var(--gray-500)}.dark .profile-progress__text-progress{color:var(--gray-400)}@media(min-width:1140px){.profile-progress__text-progress{font-size:14px;line-height:16px}}.sidebar .profile-progress__text-progress{font-size:12px;line-height:16px}.menu-burger .profile-progress__text-progress{font-size:12px;line-height:16px;color:var(--gray-400)}.profile-menu .profile-progress__text-progress{font-size:14px;line-height:16px;letter-spacing:0}@media(min-width:640px){.profile-menu .profile-progress__text-progress{font-size:12px;letter-spacing:.12px}}.profile-progress__text--progress--bold{color:var(--gray-700)}.dark .profile-progress__text--progress--bold,.menu-burger .profile-progress__text--progress--bold{color:var(--white)}.profile-progress__text-points{color:var(--gray-700)}.dark .profile-progress__text-points,.menu-burger .profile-progress__text-points{color:var(--white)}.statuses-page__aside-state .profile-progress__text-points{font-weight:800;font-size:16px;line-height:20px;color:var(--red-orange)}.statuses-page__item-state .profile-progress__text-points{font-weight:800;font-size:14px;line-height:20px;color:var(--gray-500)}.dark .statuses-page__item-state .profile-progress__text-points{color:var(--gray-400)}.profile-progress__text--bold{text-transform:uppercase;color:var(--gray-600)}.profile-progress__text--bold:first-child{color:var(--red-orange)}.profile-progress__text--small{font-size:12px;font-weight:400;line-height:20px;color:var(--gray-500)}.dark .profile-progress__text--small{color:var(--gray-400)}.profile-user-card__range-wr{position:relative;height:8px;background:var(--cool-white-50);border-radius:8px}.dark .profile-user-card__range-wr,.profile-user-card--black .profile-user-card__range-wr{background-color:var(--gray-700)}.sidebar .profile-user-card__range-wr{background:var(--indicator)}.dark .sidebar .profile-user-card__range-wr{background:var(--cool-gray-850)}.statuses-page .profile-user-card__range-wr{background:var(--cool-white-100)}.dark .statuses-page .profile-user-card__range-wr{background:var(--cool-gray-850)}.profile-user-card__range{position:absolute;max-width:100%;height:100%;background:var(--gradient-checkbox);border-radius:8px}.sidebar .profile-user-card__range{background:var(--gradient-indicator)}.profile-user-card-avatar{display:flex;align-items:center;justify-content:center;width:124px;height:124px;border-radius:50%}.menu-burger .profile-user-card-avatar,.profile-menu .profile-user-card-avatar{width:40px;height:40px}.user-top__profile .profile-user-card-avatar{width:36px;height:36px}.new-year-theme .profile-user-card-avatar:not(.menu-burger .profile-user-card-avatar,.user-top__profile .profile-user-card-avatar,.page-profile .profile-user-card-avatar){position:relative}.new-year-theme .profile-user-card-avatar:not(.menu-burger .profile-user-card-avatar,.user-top__profile .profile-user-card-avatar,.page-profile .profile-user-card-avatar):before{content:"";position:absolute;top:-28px;right:-37px;width:192px;height:164px;background-image:url(/img/new-year/garland-circle.png);background-size:contain;background-position:50%;background-repeat:no-repeat;z-index:-1}.menu-burger .profile-user-card-avatar__image,.profile-menu .profile-user-card-avatar__image,.user-top__profile .profile-user-card-avatar__image{width:40px;height:40px}.user-top__profile .profile-user-card-avatar__image{width:36px;height:36px}@media(min-width:1628px){.sidebar__profile-user-card .profile-user-card-avatar__image{width:124px;height:124px}}.profile-user-card{position:relative;display:flex;flex-direction:column;padding:16px;border-bottom:1px solid var(--white-200);background-color:var(--white-100)}.dark .profile-user-card{background-color:var(--cool-gray-850);border-color:var(--gray-700)}.menu-burger .profile-user-card{padding:20px 16px 16px;border:none}@media(min-width:640px){.menu-burger .profile-user-card{padding:20px 12px 16px}}.new-year-theme .menu-burger .profile-user-card{padding:28px 12px 16px}@media(min-width:640px){.profile-user-card{background-color:var(--white)}.profile-menu .profile-user-card{padding:4px 12px 20px}.dark .profile-menu .profile-user-card{background-color:var(--gray-900)}}@media(min-width:1140px){.profile-user-card{padding:36px 16px 0;background-color:var(--black)}}.profile-user-card .profile-progress__text--small{color:var(--gray-500)}.dark .profile-user-card .profile-progress__text--small{color:var(--gray-400)}.profile-user-card--black{background-color:var(--cool-gray-850);border-color:var(--gray-700)}.profile-user-card--black .profile-progress__text--small{color:var(--gray-400)}.profile-user-card__wr{display:flex}.profile-menu__user-card .profile-user-card__wr{margin-bottom:16px}@media(min-width:640px){.profile-user-card__wr{flex-wrap:wrap}.profile-menu .profile-user-card__wr{flex-wrap:nowrap}}@media(min-width:1140px){.profile-user-card__wr{flex-direction:column}}.profile-user-card__profile-wr{align-self:center;margin-bottom:14px}@media(min-width:640px){.profile-user-card__profile-wr{display:flex;justify-content:center;width:100%;margin:8px auto 24px}}@media(min-width:1140px){.profile-user-card__profile-wr{margin:0 auto 27px}}.profile-user-card__profile-link{display:flex;align-items:center;justify-content:center;padding:10px 16px;font-size:14px;line-height:20px;border-radius:40px;color:var(--white-50);background:var(--gray-900);cursor:pointer}@media(min-width:640px){.profile-user-card__profile-link{display:inline-flex}}.profile-user-card__profile-link-icon{width:7px;height:auto;color:var(--cuprum-50)}.profile-user-card__profile-link-text{position:relative;display:inline-flex;margin-right:16px}.profile-user-card__profile-link--verify .profile-user-card__profile-link-text:after{top:-2px;left:-8px;display:flex}@media(min-width:1140px){.profile-user-card__profile-link--verify .profile-user-card__profile-link-text:after{display:none}}@media(min-width:1140px){.profile-user-card__profile-link-text{margin-right:8px;font-weight:700;text-transform:uppercase}}.profile-user-card__profile-link--verify{position:relative}.profile-user-card__profile-link--verify:after{display:none}@media(min-width:1140px){.profile-user-card__profile-link--verify:after{display:flex;top:0;left:calc(100% - 10px)}}.profile-user-card__profile-link--verify .profile-user-card__profile-link-text:after,.profile-user-card__profile-link--verify:after{content:"";position:absolute;width:6px;height:6px;border-radius:50%;background:var(--primary)}.profile-user-card__change{padding:0 20px 52px}.user-records{display:flex;flex-direction:column;padding:14px 16px;margin:0 -16px;gap:16px}.small-sidebar .user-records{padding:0 16px 12px}.menu-burger .user-records{margin:0;row-gap:16px;padding:0 16px 16px;border-bottom:1px solid var(--gray-700);background:var(--cool-gray-850)}@media(min-width:640px){.menu-burger .user-records{padding:0 12px 16px}}@media(min-width:1628px){.user-records{padding:18px 20px;margin:0 -20px}.small-sidebar .user-records{padding:0 16px 16px}}@media(min-width:1140px){.user-records.profile-user-card-sidebar__records{padding:12px 16px;gap:12px}}@media(min-width:1628px){.user-records.profile-user-card-sidebar__records{padding:16px 20px;gap:16px}}.user-records__title{color:var(--gray-600);font-size:16px;line-height:24px;font-weight:700}.dark .user-records__title{color:var(--white)}.menu-burger .user-records__title,.small-sidebar .user-records__title{display:none}.user-records__title.profile-user-card-sidebar__records{color:var(--gray-700)}.user-records__row{display:flex;gap:8px}.menu-burger .user-records__row{column-gap:16px}@media(min-width:1628px){.user-records__row{gap:12px}}.user-records__item{display:flex;align-items:center;flex:1;gap:4px;padding:4px;border-radius:12px;background-color:var(--white)}.dark .user-records__item{background-color:var(--gray-900)}.user-records__item.is-empty{pointer-events:none}.menu-burger .user-records__item{padding:8px;width:calc(50% - 8px);background:var(--gray-900)}@media(min-width:640px){.menu-burger .user-records__item{padding:12px}}@media(min-width:1628px){.user-records__item{gap:8px;padding:8px}}.user-records__icon-wr{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:8px;background-color:var(--cool-white-50)}.dark .user-records__icon-wr{background-color:var(--gray-700)}.menu-burger .user-records__icon-wr{background:var(--gray-700);margin-right:12px;min-width:48px}@media(min-width:640px){.menu-burger .user-records__icon-wr{display:none}}.user-records__icon{width:auto;height:14px;color:var(--gray-500)}.dark .user-records__icon,.menu-burger .user-records__icon{color:var(--cuprum-50)}.user-records__item-inner{display:flex;flex-direction:column;align-items:flex-start;padding:4px 0}.menu-burger .user-records__item-inner{width:calc(100% - 68px);padding:0}@media(min-width:640px){.menu-burger .user-records__item-inner{width:100%}}.user-records__item-text{font-weight:700;font-size:16px;line-height:20px;color:var(--gray-700);transition:all .2s ease-out}.dark .user-records__item-text{color:var(--white)}.menu-burger .user-records__item-text{color:var(--white-50)}.profile-user-card__link:hover .user-records__item-text,.user-records__item:hover .user-records__item-text{color:var(--primary)}.user-records__item-desc{font-weight:700;font-size:12px;line-height:20px;letter-spacing:.48px;color:var(--gray-400)}.menu-burger .user-records__item-desc{letter-spacing:0;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;width:100%}@media(min-width:640px){.user-records__item-desc{max-width:87px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}}.profile-user-card-sidebar__records .user-records__item-desc{letter-spacing:.12px}.menu-burger .social-links{display:flex;align-items:center;border-bottom:1px solid var(--gray-700)}@media(min-width:640px){.menu-burger .social-links{padding:12px 20px;flex-direction:column;align-items:flex-start}}@media(max-width:639px){.menu-burger .social-links{border:none}}.social-links__list{display:flex;align-items:center}.main-footer__social-links .social-links__list{flex-wrap:nowrap}.social-links__item{width:40px;height:40px;margin-right:12px;color:var(--secondary-2);border:1px solid var(--secondary-2);border-radius:40px}.social-links__item:last-child{margin-right:0}.no-touch .social-links__item:hover{color:var(--white);background:var(--primary);border:none}@media(min-width:640px){.menu-burger .social-links__item{margin-right:4px;width:28px;height:28px}}.social-links__title{margin-right:16px;font-size:12px;line-height:24px;font-weight:600;letter-spacing:.48px;text-transform:uppercase;color:var(--secondary-2)}.main-footer__social-links .social-links__title{display:none}@media(min-width:832px){.main-footer__social-links .social-links__title{display:block}}.menu-burger .social-links__title{margin:0 0 4px;text-transform:none;line-height:16px}@media(max-width:639px){.menu-burger .social-links__title{display:none}}.social-links__item-link{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.social-links__item-icon{width:auto;height:16px}@media(min-width:640px){.menu-burger .social-links__item-icon{width:14px;height:auto}}.social-links__item-icon--facebook{height:17px}.menu-burger .social-links__item-icon--facebook{width:8px;height:16px}.theme-selector{display:grid;grid-template-columns:repeat(3,1fr);flex-shrink:0;width:76px;height:28px;padding:2px;border-radius:20px;background-color:var(--cool-gray-900);transition:.15s ease-in-out;-webkit-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}@media(min-width:1140px){.theme-selector{top:24.5px;position:static;transform:translateX(0);right:0}}.theme-selector--big{width:62px;height:36px;padding:0 3px;border-radius:33px}.theme-selector--big .theme-selector__circle{width:30px;height:30px}.theme-selector--dark.theme-selector--big .theme-selector__circle{transform:translateX(26px)}.theme-selector__icon{color:var(--cuprum-50);opacity:.5;width:16px;height:16px;transition:.15s ease-in-out;position:relative;transform:translateZ(0)}.theme-selector__circle .theme-selector__icon{opacity:1}.theme-selector__icon--light{width:16px;height:16px}.theme-selector__icon--auto{width:10px;height:16px}.theme-selector__icon-overlay{width:24px;height:24px;border-radius:100%;background-color:var(--gray-700);transition:.15s ease-in-out;pointer-events:none;opacity:0;padding:2px;position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0)}.theme-selector__circle .theme-selector__icon-overlay{opacity:1}.theme-selector__icon-wrapper{position:relative;height:100%;display:flex;align-items:center;justify-content:center}.verification-button{position:relative;width:100%;display:flex;align-items:center;margin:0 auto 16px;padding:8px 4px;border-radius:8px;background-color:var(--primary);color:var(--white-50)}@media(min-width:640px){.verification-button{margin:0 auto 20px}}@media(min-width:1628px){.verification-button{margin:0 auto 24px}}.verification-button__text{display:flex;flex-grow:1;margin:0 8px;font-weight:700;font-size:14px;line-height:20px;text-align:left}.verification-button__icon-wr{position:relative;display:flex;justify-content:center;align-items:center;width:28px;height:28px}.verification-button__icon{display:flex;height:19px;color:var(--cuprum-50)}.verification-button__icon-wr:after{content:"";display:block;position:absolute;width:6px;height:6px;border-radius:50%;right:4px;top:2px;background:var(--white-50)}.verification-button__chevron-wr{position:relative;display:flex;justify-content:center;align-items:center;margin-left:auto;width:20px;height:20px}.verification-button__chevron{width:6px;color:var(--cuprum-50)}.xmas-steel-progress{position:relative;border-radius:12px;margin-top:8px;cursor:pointer;background-repeat:no-repeat;background-size:cover;background-origin:border-box;background-image:url(/img/x-mas-steel/progress-bar.webp)}.no-webp .xmas-steel-progress{background-image:url(/img/x-mas-steel/progress-bar.jpg)}@media(max-width:639px){.xmas-steel-progress{min-width:339px;width:100%}}.xmas-steel-progress__wrapper{padding:24px 10px 4px}.xmas-steel-progress__title{margin-bottom:8px;font-size:14px;font-weight:700;line-height:20px;color:var(--white)}.xmas-steel-progress__prize-counter{position:absolute;top:10px;right:10px;z-index:1;padding:4px 8px;align-items:center;justify-content:center;width:24px;border-radius:24px;font-size:12px;font-weight:400;line-height:16px;color:var(--gray-500);background:var(--white)}.xmas-steel-progress__range-wr{position:relative;grid-column:1/span 2;height:8px;background:var(--cool-gray-850);border-radius:15px}.xmas-steel-progress__range{position:absolute;max-width:100%;height:100%;background:var(--gradient-indicator);border-radius:8px}.xmas-steel-progress__point{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:68px;margin:6px 0 2px}@media(max-width:639px){.xmas-steel-progress__point{grid-gap:63px}}@media(min-width:640px){.xmas-steel-progress__point{grid-gap:34px;margin:8px 0 0}}.xmas-steel-progress__point-img:before{content:"";display:flex;width:12px;height:12px;background-image:url(/img/x-mas-steel/point.webp)}.no-webp .xmas-steel-progress__point-img:before{background-image:url(/img/x-mas-steel/point.png)}.menu-list{padding:16px 12px 12px;border-bottom:1px solid var(--gray-700)}@media(min-width:640px){.menu-list{padding:28px 12px 20px}}@media(min-width:640px){.menu-list:first-child:not(.menu-support .menu-list){padding:20px 12px}}@media(min-width:1140px){.menu-list:first-child:not(.menu-support .menu-list){padding:20px 12px}}@media(min-width:1628px){.menu-list:first-child:not(.menu-support .menu-list){padding:24px 12px 20px}}.menu-support .bottom-sheet .menu-list{margin-bottom:52px}.menu-list__submenu{display:none;padding-left:30px;opacity:0;max-height:0}.menu-list__submenu.opened{display:block;opacity:1;max-height:1000px;animation:showSubmenu .35s ease-in-out}@keyframes showSubmenu{0%{display:none;opacity:0;max-height:0}1%{display:block;opacity:0;max-height:0}to{display:block;opacity:1;max-height:1000px}}.menu-link{display:flex;align-items:center;padding:11px 10px 11px 0;border-radius:4px;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;transition:background-color .2s ease-out}.no-touch .menu-link:not(.menu-link__dot):hover{background-color:var(--gray-700)}.menu-list__submenu .menu-link{padding:11px 10px 11px 18px}.menu-support .bottom-sheet .menu-link{padding:16px 12px}.menu-icon{display:block;position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0);max-height:18px;color:var(--cuprum-50)}.menu-icon--branded{width:20px}.menu-icon__wrapper{position:relative;width:48px;height:22px;display:flex;justify-content:center;align-content:center;align-items:center;flex-shrink:0}.menu-support .bottom-sheet .menu-icon__wrapper{height:24px}.menu-text{font-size:14px;line-height:20px;font-weight:700;color:var(--white-50)}.menu-support .bottom-sheet .menu-text{font-size:16px;font-weight:400}.menu-list__submenu .menu-text{font-weight:400}.menu-link__dot .menu-text{position:relative;padding:0 0 0 26px;color:var(--gray-400)}.menu-link__dot .menu-text:before{content:"";position:absolute;top:8px;left:10px;width:8px;height:8px;border-radius:100%;background:var(--secondary-2)}.menu-link__dot:hover .menu-text{color:var(--cuprum-50)}.menu-link__dot:hover .menu-text:before{background:var(--cuprum-50)}.menu-chevron{width:10px;height:auto;flex-shrink:0;margin-left:auto;color:var(--cuprum-50)}.menu-chevron.opened{transition:transform .2s ease-out;transform:rotate(180deg)}.menu-counter{display:flex;justify-content:center;align-content:center;align-items:center;width:22px;height:22px;border-radius:100%;flex-shrink:0;margin-left:auto;font-size:12px;line-height:16px;color:var(--cuprum-50);background:transparent;transition:color .2s ease-out;transition:background .2s ease-out}.menu-link:hover .menu-counter{color:var(--gray-500);background:var(--white)}.menu-support{position:relative}.menu-support__list{position:absolute;background:var(--white);padding:16px 14px;border-radius:12px;width:calc(100% - 16px);left:8px;top:8px}.bottom-sheet .menu-list,.menu-support__list .menu-list{border-bottom:unset;padding:0}.no-touch .bottom-sheet .menu-link:not(.menu-link__dot):hover,.no-touch .menu-support__list .menu-link:not(.menu-link__dot):hover{background-color:var(--white-200)}.bottom-sheet .menu-text,.menu-support__list .menu-text{color:var(--gray-600)}.bottom-sheet .menu-icon,.menu-support__list .menu-icon{color:var(--gray-500)}.menu-burger{position:fixed;z-index:var(--menu-burger);flex-shrink:0;width:100%;height:100%;background-color:var(--cool-gray-850)}@media(max-width:1627px){.menu-burger{top:0;left:0}}@media(min-width:640px)and (max-width:1139px){.menu-burger{background-color:transparent}}@media(min-width:640px){.menu-burger{padding-top:var(--menu-burger-top-height-sm)}.menu-burger:before{content:"";display:block;height:100%;width:var(--menu-burger-width);position:absolute;top:0;left:0;background-color:var(--cool-gray-850)}}@media(min-width:640px)and (min-width:640px)and (max-width:1139px){.menu-burger:before{width:var(--menu-burger-width-tablet)}}@media(min-width:1140px){.menu-burger{padding-top:var(--menu-burger-top-height-md);width:var(--menu-burger-width)}}@media(min-width:1628px){.menu-burger{padding-top:var(--menu-burger-top-height)}}.menu-burger--without-top-padding{padding-top:0}@media(max-width:639px){.menu-burger--sport-page{z-index:1991}}.new-year-theme .menu-burger__scroll-inner-2{position:relative}.new-year-theme .menu-burger__scroll-inner-2:before{content:"";position:absolute;left:50%;top:-50px;transform:translateX(-50%);width:280px;height:115px;background-image:url(/img/new-year/garland-aside.png);background-repeat:no-repeat;background-size:contain;background-position:50%;pointer-events:none;z-index:1}@media(max-width:639px){.new-year-theme .menu-burger__scroll-inner-2:before{min-width:300px;width:100%;background-image:url(/img/new-year/garland-aside-mob.png);background-size:115% auto}}@media(min-width:640px)and (max-width:1139px){.new-year-theme .menu-burger__scroll-inner-2:before{width:300px;height:122px}}@media(min-width:640px){.menu-burger__scroll-inner-2{width:var(--menu-burger-width-tablet)}}@media(min-width:640px)and (max-width:1627px){.menu-burger__scroll-inner-2{position:relative}}@media(min-width:1140px){.menu-burger__scroll-inner-2{width:var(--menu-burger-width)}}@media(min-width:1628px){.sport-page .menu-burger__scroll-inner-2{position:relative}}@media(min-width:1628px){.sport-page .menu-burger__scroll-wr{margin-bottom:var(--menu-burger-bottom-height)}}.menu-burger__top{display:flex;flex-direction:column;height:calc(100% - var(--menu-burger-bottom-height) - 24px)}.menu-burger__logo-wr{display:flex;align-items:center;justify-content:center;height:var(--menu-burger-top-height-sm);background:var(--gray-900);flex-shrink:0}@media(min-width:1140px){.menu-burger__logo-wr{height:var(--menu-burger-top-height)}}@media(min-width:1628px){.menu-burger__top--experiment .menu-burger__logo-wr{justify-content:flex-start;padding-left:24px;background-color:transparent;z-index:var(--menu-burger)}}.menu-burger__logo{width:60px}@media(min-width:1628px){.menu-burger__top--experiment .menu-burger__logo{width:100%;max-width:70px;height:28px}}@media(min-width:1628px){.menu-burger__top--experiment .menu-burger__logo-img{height:28px}}.menu-burger__bottom{position:relative;padding:16px;z-index:3;background:var(--cool-gray-850)}.menu-burger__bottom:after{content:"";display:block;position:absolute;bottom:100%;left:0;width:100%;height:50px;background:var(--gradient_burger_shadow);pointer-events:none}.hide-shadow-hover .menu-burger__bottom:after,.hide-shadow .menu-burger__bottom:after{display:none}@media(min-width:640px){.menu-burger__bottom{width:var(--menu-burger-width-tablet)}}@media(min-width:1140px){.menu-burger__bottom{width:var(--menu-burger-width);padding:8px 8px 12px}}@media(min-width:1628px){.menu-burger__bottom{position:fixed;bottom:0}}.menu-burger__bottom-inner{display:flex;justify-content:space-between;align-items:center;width:100%;height:var(--menu-burger-bottom-height);padding:4px 8px;font-size:16px;line-height:22px;border-radius:8px;background-color:var(--gray-900);color:var(--secondary)}.menu-burger__lang{display:flex;align-items:center;height:100%;cursor:pointer}.no-touch .menu-burger__lang:after{content:"";display:block;position:absolute;background:transparent;right:24px;bottom:40px;width:80px;height:30px}.no-touch .menu-burger__lang:hover .menu-burger__lang-chevron,.no-touch .menu-burger__lang:hover .menu-burger__lang-code{color:var(--primary)}.menu-burger__lang-logo-wr{width:24px;height:24px}.menu-burger__lang-logo{border-radius:50%}.menu-burger__lang-chevron-wr{display:flex;align-items:center;justify-content:center;width:20px;height:20px}.menu-burger__lang-chevron{width:6px;height:auto;flex-shrink:0}.menu-burger__lang-chevron,.menu-burger__lang-code{color:var(--cuprum-50);transition:color .2s ease-out}.menu-burger__lang-code{margin-left:2px;text-transform:capitalize;font-size:14px;font-weight:400;line-height:20px}.menu-burger__close{position:absolute;top:10px;left:var(--menu-burger-width);display:flex;justify-content:center;align-items:center;width:44px;height:44px;margin-left:8px;cursor:pointer}@media(min-width:640px)and (max-width:1627px){.menu-burger__close{height:100%;width:calc(100vw - var(--menu-burger-width));top:0;margin-left:20px;justify-content:flex-start;align-items:flex-start;padding:22px;z-index:2;cursor:inherit}}@media(max-width:639px){.menu-burger__close{display:none}}.menu-burger__close-icon{width:16px;height:auto;color:var(--white);transition:var(--close_transition)}@media(min-width:640px)and (max-width:1627px){.no-touch .menu-burger__close-icon-wr:hover .menu-burger__close-icon{color:var(--primary);transform:var(--close_animation)}}@media(min-width:640px)and (max-width:1627px){.no-touch .menu-burger__close-icon-wr:active .menu-burger__close-icon{color:var(--white);transform:none;transition:transform 0s,color 0s;animation:fadeAnimation 1s ease-out}}@media(min-width:1628px){.no-touch .menu-burger__close:hover .menu-burger__close-icon{color:var(--primary);transform:var(--close_animation)}}@media(min-width:1628px){.no-touch .menu-burger__close:active .menu-burger__close-icon{color:var(--white-50);transform:none;transition:transform 0s,color 0s;animation:fadeAnimation .35s}}@media(min-width:1140px){.sport-page .menu-burger__close-icon{position:fixed}}@media(min-width:640px)and (max-width:1627px){.menu-burger__close-icon-wr{cursor:pointer}}.menu-logout__item-text{font-size:16px;line-height:22px;color:var(--white)}.profile-menu__logout .menu-logout__item-text{padding-left:8px;color:var(--gray-600);font-weight:700}.dark .profile-menu__logout .menu-logout__item-text{color:var(--gray-300)}.no-touch .menu-logout__item-text:hover{color:var(--cuprum-50)}@media(max-width:639px){.menu-burger-outer{padding:16px;display:flex;flex-wrap:wrap;justify-content:space-between;gap:16px;border-bottom:1px solid var(--gray-700)}}@keyframes fadeAnimation{0%{opacity:1}20%,to{opacity:0}}.preloader-page{--page-bg:#eae7de;--item-bg:#f6f6f6;--item-inner-bg:#fff;--text-color:#e6ebef;--border-bottom-color:#d3d9dd;--gradient-main:linear-gradient(90deg,transparent,rgba(44,44,46,0.1) 50%,transparent);--header-bg:#181818;--header-item-bg:#2c2c2e;--aside-bg:#212123;--aside-item-bg:#2c2c2e;--aside-border-color:#2c2c2e;--gradient-aside:linear-gradient(180deg,rgba(33,33,35,0),#212123);position:fixed;top:0;bottom:0;max-width:100%;width:100%;left:0;background-color:var(--page-bg);z-index:10050;overflow:hidden}.dark .preloader-page{--page-bg:#0f1011;--item-bg:#212123;--item-inner-bg:#181818;--text-color:#2c2c2e;--border-bottom-color:#2c2c2e;--gradient-main:linear-gradient(90deg,transparent,hsla(0,0%,100%,0.11) 50%,transparent)}body:has(.preloader-page){overflow:hidden;margin:0;min-height:100dvh}.preloader-page *{box-sizing:border-box}.preloader-page__container{overflow:hidden;display:flex;flex-grow:1}.preloader-page__header{display:flex;align-items:center;justify-content:space-between;width:100%;height:48px;position:fixed;top:0;left:0;z-index:3;background-color:var(--header-bg)}.preloader-page__header:after{content:"";width:140px;height:40px;margin:4px 16px;border-radius:8px;background-color:var(--header-item-bg)}.preloader-page__logo{width:60px;height:20px;margin-left:20px}.preloader-page__main{margin-top:60px;background-color:var(--page-bg)}.preloader-page__slider{display:flex;width:100%;padding:16px 16px 20px;overflow:hidden}.preloader-page__slide{display:flex;flex-direction:column;width:100%;min-height:280px;padding:20px 0 20px 20px;border-radius:24px;background:var(--item-bg)}.preloader-page__slide-item-one{width:80px;height:16px;margin-bottom:8px;border-radius:4px}.preloader-page__slide-item-two{width:296px;height:40px;margin-bottom:8px;border-radius:4px}.preloader-page__slide-item-three{width:260px;height:36px;margin-bottom:48px;border-radius:4px}.preloader-page__slide-item-four{width:127px;height:20px;margin-bottom:20px;border-radius:4px}.preloader-page__slide-item-five{width:208px;height:40px;margin-bottom:20px;border-radius:4px}.preloader-page__section{width:100vw;overflow:hidden;position:relative;padding-left:20px;border-radius:20px;background-color:var(--item-bg)}.preloader-page__games{display:flex;flex-direction:column;overflow:hidden;padding-bottom:8px;border-bottom:1px solid var(--border-bottom-color)}.preloader-page__games-title{width:202px;height:16px;margin:16px 0 8px;border-radius:4px}.preloader-page__games-button{width:72px;height:16px;position:absolute;right:20px;margin-top:16px;border-radius:4px}.preloader-page__game{display:flex;overflow:hidden;width:max-content;gap:8px;margin-bottom:8px}.preloader-page__game-item{display:flex;justify-content:center;width:88px;height:88px;position:relative;border-radius:12px;background-color:var(--item-inner-bg)}.preloader-page__game-item:after{content:"";width:56px;height:16px;position:absolute;top:16px;border-radius:4px;background-color:var(--text-color);background-image:var(--gradient-main);background-size:100px 100%;background-position:left -100px top 0;background-repeat:no-repeat;animation:shine 2s ease-in-out infinite}.preloader-page__game-item--bottom{width:108px;height:108px;padding-bottom:16px}.preloader-page__game-item--bottom:after{width:76px}.preloader-page__footer{padding:16px 20px;margin:12px 0 20px 0;border-radius:20px;background-color:var(--item-bg)}.preloader-page__footer-item{border-radius:4px}.preloader-page__footer-item--one{width:202px;height:16px;margin-bottom:20px}.preloader-page__footer-item--two{width:199px;height:28px;margin-bottom:8px}.preloader-page__footer-item--three{width:178px;height:28px;margin-bottom:8px}.preloader-page__footer-item--four{width:178px;height:28px;margin-bottom:16px}@media(min-width:1140px){.preloader-page__header{height:52px}.preloader-page__header:after{width:140px;height:44px;margin:4px 20px}.preloader-page__logo{width:70px;height:28px}.preloader-page__slide{width:calc(100vw - 380px);height:372px;padding:28px}.preloader-page__slide-item-one{margin-bottom:12px}.preloader-page__slide-item-two{height:40px}.preloader-page__slide-item-three{height:40px;margin-bottom:104px}.preloader-page__slide-item-four{margin-bottom:24px}.preloader-page__slide-item-five{height:48px}.preloader-page__section{width:calc(100vw - 380px);padding:0 0 20px 28px;margin-left:20px}.preloader-page__games-title{margin:16px 0 12px}.preloader-page__games-button{right:28px;margin-top:16px}.preloader-page__game-item{width:116px;height:116px;padding-bottom:24px}.preloader-page__game-item:after{width:84px}.preloader-page__game-item--bottom{width:128px;height:128px}.preloader-page__game-item--bottom:after{width:96px}.preloader-page__sidebar{display:flex;flex-direction:column;width:330px;height:auto;margin-top:78px}.preloader-page__video{display:flex;align-items:center;justify-content:center;height:312px;border-radius:20px 20px 0 0;background-color:var(--item-bg);border-bottom:1px solid var(--border-bottom-color)}.preloader-page__avatar{width:68px;height:68px;border-radius:50%;background-color:var(--text-color)}.preloader-page__video-control{height:60px;padding:19px 24px;border-radius:0 0 20px 20px;background-color:var(--item-bg)}.preloader-page__video-item{width:282px;height:22px;border-radius:4px}.preloader-page__card{display:flex;align-items:center;justify-content:center;flex-direction:column;height:148px;margin-top:16px;border-radius:20px;background-color:var(--item-bg)}.preloader-page__card-item-one{width:101px;height:12px;margin-bottom:8px;border-radius:4px}.preloader-page__card-item-two{width:202px;height:28px;border-radius:4px;margin-bottom:16px}.preloader-page__card-item-three{width:298px;height:48px;border-radius:4px}.preloader-page__tournament{height:328px;position:relative;margin-top:22px;padding:12px 16px;border-radius:20px;background-color:var(--item-bg)}.preloader-page__tournament-item{width:120px;height:20px;margin-bottom:8px;border-radius:4px}.preloader-page__tournament-item-one{width:60px;height:12px;margin-bottom:8px;border-radius:4px}.preloader-page__tournament-item-two{width:298px;height:200px;margin-bottom:8px;border-radius:10px}.preloader-page__tournament-item-three{width:298px;height:48px;border-radius:8px}.preloader-page__tournament-item-four{width:70px;height:32px;position:absolute;top:16px;right:20px;border-radius:15px}.preloader-page__app{height:308px;position:relative;margin-top:16px;margin-bottom:24px;padding:16px 20px;border-radius:20px;background-color:var(--item-bg)}.preloader-page__app-one{width:120px;height:20px;margin-bottom:8px;border-radius:4px}.preloader-page__app-two{width:60px;height:12px;border-radius:4px}.preloader-page__app-left,.preloader-page__app-right{width:143px;height:64px;position:absolute;bottom:16px;border-radius:8px}.preloader-page__app-right{right:20px}.preloader-page__footer{overflow:hidden;height:284px;margin:16px 20px 24px 20px}.preloader-page__footer-item--one{margin-bottom:28px}.preloader-page__footer-item--four{margin-bottom:40px}}@media(min-width:1628px){.preloader-page__aside{width:240px;margin-top:60px;background-color:var(--aside-bg)}.preloader-page__row{position:relative;display:flex;flex-direction:column;margin-top:24px;gap:28px}.preloader-page__row:before{content:"";position:absolute;width:100%;height:100%;z-index:2;background:var(--gradient-aside)}.preloader-page__block{padding:0 12px 20px;border-bottom:1px solid var(--aside-border-color)}.preloader-page__list{display:flex;padding:12px;gap:8px}.preloader-page__item{width:28px;height:28px;border-radius:4px}.preloader-page__item-one{width:156px;height:28px;border-radius:4px}.preloader-page__item-two{width:122px;height:28px;border-radius:4px}.preloader-page__item-three{width:116px;height:28px;border-radius:4px}.preloader-page__item-four{padding:216px 44px;margin-top:376px;border-radius:4px}.preloader-page{display:flex;width:100%}.preloader-page__header{height:60px;padding:4px 0 4px 24px}.preloader-page__header:after{margin:6px 24px}.preloader-page__slider{padding:24px 24px 20px 24px}.preloader-page__slide{width:calc(100vw - 682px);height:400px;padding:40px 0 40px 40px}.preloader-page__slide-item-three{margin-bottom:104px}.preloader-page__slide-item-four{margin-bottom:28px}.preloader-page__section{width:calc(100vw - 682px);height:624px;padding:0 0 24px 40px}.preloader-page__games-title{margin:20px 0 16px}.preloader-page__games-button{right:40px;margin-top:20px}.preloader-page__game-item{width:136px;height:136px;padding-bottom:24px}.preloader-page__game-item:after{width:104px}.preloader-page__game-item--bottom{width:160px;height:160px}.preloader-page__game-item--bottom:after{width:128px}.preloader-page__sidebar{width:370px;margin-top:80px}.preloader-page__video{height:340px}.preloader-page__video-item{width:322px}.preloader-page__card{height:160px;margin-top:20px}.preloader-page__tournament{height:344px;padding:16px 20px;margin-top:18px}.preloader-page__tournament-item-one{margin-bottom:12px}.preloader-page__tournament-item-two{width:330px;margin-bottom:12px}.preloader-page__tournament-item-three{width:330px}.preloader-page__app{margin-top:20px}.preloader-page__app-left,.preloader-page__app-right{width:157px}.preloader-page__footer{height:208px;margin:20px 24px 24px 24px;padding:24px 40px}.preloader-page__footer-item--one{margin-bottom:40px}.preloader-page__footer-item--four{margin-top:40px}}.preloader-page__animation{will-change:transform;background-color:var(--text-color)}.preloader-page__animation,.preloader-page__animation-aside{background-image:var(--gradient-main);background-size:200% 100%;background-repeat:no-repeat;animation:shine 2s ease-in-out infinite}.preloader-page__animation-aside{background-color:var(--aside-item-bg)}@keyframes shine{0%{transform:translateX(0)}to{transform:translateX(50%)}}.micro-app-messenger-container-flex{display:none}.micro-app-messenger{height:100%}.top-bar{position:fixed;top:0;display:flex;justify-content:space-between;align-items:center;width:100%;height:48px;padding-left:52px;padding-right:16px;background-color:var(--gray-900);transition:all .2s ease-out;z-index:var(--top-bar)}.new-year-theme .top-bar{background-image:url(/img/new-year/branch-full.png);background-size:cover;background-repeat:no-repeat}@media(max-width:639px){.new-year-theme .top-bar{background-position-x:-655px}}@media(min-width:640px)and (max-width:1139px){.new-year-theme .top-bar{background-position-x:-559px}}@media(min-width:1140px)and (max-width:1627px){.new-year-theme .top-bar{background-position-x:-100px}}@media(min-width:1140px){.top-bar.top-bar--player-auth{z-index:10101}.top-bar.top-bar--player-auth~.burger{z-index:10102}}.top-bar.top-bar--displayed{z-index:var(--top-bar-hidden)}@media(min-width:1140px){.top-bar.top-bar--displayed~.burger{z-index:var(--top-bar-hidden)}}.download-app-banner-visible .top-bar{top:var(--download-app-banner-height)}@media(max-width:1139px){.profile-page .top-bar{display:none}}@media(min-width:1140px){.top-bar{height:52px;padding-left:60px;padding-right:20px}}@media(min-width:1628px){.top-bar{height:60px;width:100%;max-width:1920px;padding-left:24px;padding-right:24px}.sport-page .top-bar{padding-left:60px}}.top-bar--displayed{z-index:var(--top-bar-hidden)}@media(min-width:1140px){.top-bar--opened{width:calc(100% - var(--menu-burger-width));transform:translateX(var(--menu-burger-width));margin:0 auto}}@media(min-width:1920px){.top-bar--opened{width:calc(1920px - var(--menu-burger-width))}}.top-bar--hidden{opacity:0;transform:translateY(-100%)}.top-bar__left{display:flex;align-items:center;flex-grow:1}@media(min-width:1140px){.top-bar__left{gap:20px}}@media(min-width:1628px){.top-bar__left{gap:24px}}.top-bar__logo{height:48px;display:flex;align-items:center;justify-content:flex-start;flex-grow:1;max-width:60px;border-bottom:0 none;cursor:pointer}@media(max-width:639px){.top-bar--opened.top-bar--player-auth .top-bar__logo{position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0)}}@media(min-width:1140px){.top-bar__logo{height:44px;max-width:70px}}@media(min-width:1628px){.top-bar__logo{height:60px}}@media(min-width:1628px){.top-bar__logo:not(.sport-page .top-bar__logo,.new-year-theme .top-bar__logo){max-width:240px;margin-left:-24px;padding-left:24px;background-color:var(--cool-gray-850)}.top-bar--fixed .top-bar__logo:not(.sport-page .top-bar__logo,.new-year-theme .top-bar__logo){background-color:var(--gray-900)}}.new-year-theme .top-bar__logo{height:32px;width:100%;max-width:76px}@media(min-width:1628px){.new-year-theme .top-bar__logo{max-width:216px}}.top-bar__logo-img{width:100%;height:24px}@media(min-width:1140px){.top-bar__logo-img{height:28px}}@media(min-width:1628px){.top-bar__logo-img{max-width:70px}}.new-year-theme .top-bar__logo-img{height:32px;max-width:76px}.top-bar__search-btn{display:flex;justify-content:flex-start;align-items:center;width:100vw;height:40px;max-width:193px;padding:10px 22px 10px 8px;background-color:transparent;background-image:none;color:var(--gray-400);border-radius:8px;font-size:14px;line-height:20px;border:1px solid var(--gray-400);text-transform:inherit;cursor:pointer}.no-touch .top-bar__search-btn:hover{background-image:none;background-color:var(--cool-gray-850);cursor:text}.top-bar__search-btn:active{background-image:none;background-color:var(--gray-700)}@media(min-width:1628px){.top-bar__search-btn{height:44px;padding:12px 18px 12px 12px}}.top-bar__search-icon{width:17px;height:auto;flex-shrink:0;color:var(--gray-400);transition:all .2s ease-out}.top-bar__search-btn-text{font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-left:10px;letter-spacing:normal}.top-bar__right{display:flex;justify-content:flex-end}@media(max-width:639px){.top-bar__right{width:160px}}@media(min-width:1628px){.top-bar__right{min-width:180px}}@media(max-width:639px){.top-bar--opened.top-bar--player-auth .top-bar__right{opacity:0}}.top-bar__menu{display:flex;align-items:center;gap:12px}.top-bar__menu-link{display:flex;align-items:center;gap:8px;padding:10px 16px;font-size:16px;line-height:24px;font-weight:700;color:var(--gray-300);border-radius:8px;background-color:transparent;cursor:pointer}@media(min-width:1628px){.top-bar__menu-link{padding:12px 28px}}.no-touch .top-bar__menu-link:hover,.top-bar__menu-link .top-bar__menu-link--active{background-color:var(--cool-gray-850)}.top-bar__menu-link.top-bar__menu-link--active{color:var(--white);background-color:var(--gray-700)}.top-bar__menu-icon{width:24px;height:24px;padding:2px;color:var(--gray-300)}.top-bar__menu-link--active .top-bar__menu-icon,.top-bar__menu-link:hover .top-bar__menu-icon{color:var(--cuprum-50)}.top-bar__messenger{display:flex;justify-content:center;align-items:center}@media(min-width:640px){.top-bar__messenger{padding-right:6px}}.top-bar-menu{position:fixed;top:48px;width:100%;z-index:10;transition:all .4s ease-out}.download-app-banner-visible .top-bar-menu{top:calc(48px + var(--download-app-banner-height))}.top-bar-menu--hidden{top:0;opacity:0;transform:translateY(-100%)}.top-bar-menu__nav{display:flex;align-items:center;background-color:var(--cool-gray-850)}.top-bar-menu__item{display:flex;flex:1}.top-bar-menu__nav--event .top-bar-menu__item{overflow:hidden;flex:1 1 33.33333%}.top-bar-menu__link{position:relative;display:flex;align-items:center;justify-content:center;flex:1;font-size:14px;line-height:20px;font-weight:700;padding:8px;color:var(--gray-300)}.top-bar-menu__nav--event .top-bar-menu__link{display:block;width:100%;text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.active .top-bar-menu__link{color:var(--white)}.active .top-bar-menu__link:after{content:"";position:absolute;bottom:0;width:100%;height:2px;left:0;right:0;background-color:var(--primary)}.active-promotions-list{padding-top:12px;border-radius:16px;background-color:var(--white-100);overflow:hidden}.dark .active-promotions-list{background-color:var(--cool-gray-850)}@media(min-width:1628px){.active-promotions-list{padding-top:16px;border-radius:20px}}.active-promotions-list__title{padding-inline:16px 20px;margin-bottom:16px;color:var(--gray-700);font-size:20px;font-weight:700;line-height:24px}.dark .active-promotions-list__title{color:var(--white)}@media(min-width:1628px){.active-promotions-list__title{padding-inline:20px 24px;margin-bottom:20px}}.active-promotions-list__item{display:flex;align-items:center;width:100%;padding:8px 12px;border-bottom:1px solid var(--cool-white-100)}.dark .active-promotions-list__item{border-bottom-color:var(--gray-700)}@media(min-width:1628px){.active-promotions-list__item{padding:8px 16px}}.active-promotions-list__item-image{width:90px;height:90px;margin-right:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.active-promotions-list__item-image img{width:auto;max-width:100%;max-height:100%}.active-promotions-list__item-description{display:flex;flex-direction:column;gap:4px;flex-grow:1}@media(min-width:1628px){.active-promotions-list__item-description{gap:8px}}.active-promotions-list__item-title{color:var(--gray-600);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;font-size:16px;font-weight:700;line-height:24px;transition:all .2s ease-out}.dark .active-promotions-list__item-title{color:var(--white-50)}@media(min-width:1140px){.active-promotions-list__item:hover .active-promotions-list__item-title{color:var(--primary)}}.active-promotions-list__item-text{display:flex;flex-direction:row;align-items:flex-end;flex-wrap:wrap;gap:8px}.active-promotions-list__item-text-name{color:var(--gray-500);letter-spacing:.12px;font-size:12px;font-weight:700;line-height:20px}.dark .active-promotions-list__item-text-name{color:var(--gray-400)}.active-promotions-list__item-text-value{color:var(--cuprum-100);font-size:20px;font-weight:700;line-height:24px}.active-promotions-list__item-icon-wrapper{width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-left:8px}.active-promotions-list__item-icon{width:6px;height:10px;color:var(--gray-500);transition:all .2s ease-out}.dark .active-promotions-list__item-icon{color:var(--cuprum-50)}@media(min-width:1140px){.active-promotions-list__item:hover .active-promotions-list__item-icon{color:var(--primary)}}.active-promotions-list__expand-button{display:flex;align-items:center;justify-content:center;padding:4px 12px 12px 16px;margin-left:auto;margin-right:0;gap:4px;white-space:nowrap;letter-spacing:.12px;color:var(--gray-700);cursor:pointer;font-size:12px;font-weight:700;line-height:20px;transition:all .2s ease-out}.dark .active-promotions-list__expand-button{color:var(--white)}.no-touch .active-promotions-list__expand-button:hover{color:var(--primary)}@media(min-width:1628px){.active-promotions-list__expand-button{padding:8px 16px 16px 20px}}.active-promotions-list__expand-icon{width:10px;height:6px;color:var(--primary)}@media(min-width:1140px){.active-promotions-list__expand-button:hover .active-promotions-list__expand-icon{color:var(--primary)}}.custom-notify__ic-wr{position:absolute;right:0;top:0;display:flex;justify-content:center;align-items:center;width:36px;height:40px;color:var(--gray-500);cursor:pointer;z-index:1}.payment .custom-notify__ic-wr{display:none}.custom-notify__ic{padding:1px;width:20px;height:auto}.custom-notify__popup{padding:16px 20px 40px;font-weight:400;font-size:16px;line-height:20px;color:var(--white-50);text-align:center;z-index:15}@media(min-width:640px){.custom-notify__popup{width:352px;border-radius:12px;padding:16px 14px;background:var(--black);font-weight:700;font-size:14px;text-align:left;color:var(--secondary-2);box-shadow:var(--shadow-black);position:absolute;left:50%;transform:translateX(-50%)}.payment--cashout .custom-notify__popup,.payment--deposit .custom-notify__popup{width:338px}}@media(min-width:1140px){.custom-notify__popup{width:344px;padding:20px 16px}}@media(min-width:1628px){.payment--cashout .custom-notify__popup,.payment--deposit .custom-notify__popup{width:370px}}@media(min-width:640px){.promocode-form__tooltip .custom-notify__popup{transform:translateX(-35%)}}.custom-notify__popup--top{bottom:100%}@media(min-width:640px){.custom-notify__popup--top{margin-bottom:10px}}.custom-notify__popup--bottom{top:100%}@media(min-width:640px){.custom-notify__popup--bottom{margin-top:10px}}.custom-notify__arrow{content:"";position:absolute;right:16px;z-index:1}.custom-notify__arrow--top{top:100%;border-top:6px solid var(--black);padding-top:4px}.custom-notify__arrow--bottom,.custom-notify__arrow--top{border-left:7px solid transparent;border-right:7px solid transparent}.custom-notify__arrow--bottom{bottom:100%;border-bottom:6px solid var(--black);padding-bottom:4px}.custom-notify__close-button{position:absolute;display:flex;top:13px;right:10px;padding:9px;height:28px;color:var(--white-50)}.custom-notify__close-button:hover{color:var(--primary-2)}.registration-form .custom-notify__close-button{display:none}.custom-notify__close-icon{width:10px;height:10px}.deposit-bonuses-item__bottom .promocode-form{display:flex;flex-wrap:nowrap;gap:8px}.promocode-form__block{flex:1}.promocode-form__tooltip-title{font-size:14px;line-height:20px;font-weight:700;margin-bottom:12px;max-width:95%;color:var(--gray-700)}.promocode-form__tooltip-text{font-size:14px;line-height:20px;font-weight:400;margin-bottom:8px;color:var(--gray-600)}.promocode-form__tooltip-text:last-child{margin-bottom:0}.promocode-form__btn{height:40px}.sport-promocode .promocode-form__btn{width:100%}@media(max-width:639px){.deposit-bonuses-item__bottom .promocode-form__btn{display:none}}.deposit-bonuses-item__bottom .promocode-form__btn{padding:8px 20px}@media(min-width:1628px){.deposit-bonuses-item__bottom .promocode-form__btn{padding:8px 28px}}.profile-promocode{padding:28px 16px 66px}.profile-menu .profile-promocode{padding:24px 12px 32px}.profile-menu--burger .profile-promocode{padding-bottom:calc(66px - var(--menu-burger-bottom-height))}@media(min-width:1140px){.profile-menu .profile-promocode{padding:16px}}@media(min-width:1628px){.profile-menu .profile-promocode{padding:20px 24px}}.profile-promocode--bonus-page{padding:0 20px 40px}@media(min-width:1140px){.profile-promocode--bonus-page{padding:0}}.profile-promocode__title{margin-bottom:22px;font-size:20px;font-weight:700;line-height:24px;color:var(--gray-300)}.profile-promocode--bonus-page .profile-promocode__title{margin-bottom:20px}@media(min-width:1140px){.profile-promocode--bonus-page .profile-promocode__title{color:var(--gray-700)}.dark .profile-promocode--bonus-page .profile-promocode__title{color:var(--white)}}.profile-menu .profile-promocode__title{margin-bottom:8px;font-size:16px;color:var(--gray-600)}.dark .profile-menu .profile-promocode__title{color:var(--white-50)}@media(min-width:1140px){.profile-menu .profile-promocode__title{margin-bottom:12px}}@media(min-width:1628px){.profile-menu .profile-promocode__title{margin-bottom:16px}}.profile-promocode__text{margin-top:12px;color:var(--gray-300)}.profile-menu .profile-promocode__text{margin-top:8px;color:var(--gray-500)}@media(min-width:1140px){.profile-promocode__text{margin-top:20px;color:var(--gray-600)}.profile-menu .profile-promocode__text{margin-top:12px}}@media(min-width:1628px){.profile-menu .profile-promocode__text{margin-top:16px}}.profile-promocode__text-subtitle{font-size:16px;line-height:20px}.profile-menu .profile-promocode__text-subtitle{font-size:12px;line-height:16px}@media(min-width:1140px){.dark .profile-promocode__text-subtitle{color:var(--gray-300)}}.profile-promocode__description{margin-top:8px}@media(min-width:1140px){.profile-promocode__description{margin-top:12px}}.profile-promocode__description-text{position:relative;margin-bottom:8px;padding-left:24px;font-size:14px;line-height:20px;color:var(--gray-300)}.profile-promocode__description-text:after{content:"";position:absolute;top:7px;left:7px;width:6px;height:6px;border-radius:7px;background:var(--primary)}.profile-promocode__description-text:last-child{margin-bottom:0}.profile-promocode__description-text a{color:var(--primary)}.no-touch .profile-promocode__description-text a:hover{color:var(--primary-2)}@media(min-width:1140px){.profile-promocode__description-text{color:var(--gray-300)}}.profile-promocode__link{transition:all .2s ease-out;position:relative;font-size:16px;line-height:20px;color:var(--primary);cursor:pointer}.profile-menu .profile-promocode__link{font-size:12px;line-height:16px}@media(min-width:1140px){.profile-promocode__link:before{content:"";position:absolute;top:-6px;width:100%;height:6px}}.profile-promocode__form{flex-direction:column}.profile-promocode__tooltip-inner{position:absolute;z-index:-1;bottom:22px;left:0;width:100%;max-width:351px;padding:12px;border-radius:12px;background-color:var(--black);box-shadow:var(--shadow-black);cursor:auto;opacity:0}.profile-promocode__tooltip-inner:before{content:"";position:absolute;bottom:-6.5px;left:40px;width:0;height:0;border-top:7.5px solid var(--black);border-left:7.5px solid transparent;border-right:7.5px solid transparent}.no-touch .profile-promocode__link:hover .profile-promocode__tooltip-inner{z-index:1;opacity:1}@media(min-width:1140px){.profile-promocode__tooltip-inner{left:-10px;width:269px;padding:20px 16px}}@media(min-width:1628px){.profile-promocode__tooltip-inner{left:-15px}}@media(min-width:1140px){.bonuses-setting .profile-promocode__tooltip-inner{left:0;width:290px}}@media(min-width:1628px){.bonuses-setting .profile-promocode__tooltip-inner{width:330px}}.profile-promocode__tooltip-inner--show{z-index:1;opacity:1}.profile-promocode__tooltip{transform:translate3d(0,calc(-100% - 10px),0)!important;max-width:100%;margin-bottom:15px}.profile-promocode__tooltip-title{margin-bottom:8px;font-size:14px;line-height:16px;font-weight:700;color:var(--white)}.profile-promocode__tooltip-text{font-size:14px;line-height:20px;margin-bottom:16px;color:var(--gray-300)}.profile-promocode__tooltip-text a{transition:all .2s ease-out;color:var(--primary);cursor:pointer}.profile-promocode__tooltip-text a:hover{color:var(--primary-2)}@media(min-width:640px){.promocode-form__input{margin-bottom:8px}}@media(min-width:1140px){.promocode-form__input{margin-bottom:12px}}@media(min-width:1628px){.promocode-form__input{margin-bottom:16px}}.checkbox-on-off{display:flex}.checkbox-on-off__item{position:relative;display:flex;align-items:center;width:100%}.bonus-management__checkbox .checkbox-on-off__item{padding:2px 0}.checkbox-on-off__ch-wr{display:flex;position:absolute;top:50%;transform:translateY(-50%)}.personal-data--bonus-management .checkbox-on-off__ch-wr,.subscriptions__checkbox .checkbox-on-off__ch-wr{position:static;margin-left:8px;transform:translate(0);order:2;justify-content:flex-end;flex-grow:1}@media(min-width:1140px){.personal-data--bonus-management .checkbox-on-off__ch-wr,.subscriptions__checkbox .checkbox-on-off__ch-wr{margin-left:16px}}.checkbox-on-off__ch{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;z-index:1;cursor:pointer}.checkbox-on-off__ch:read-only{opacity:0!important}.checkbox-on-off__ch:checked~.checkbox-on-off__pseudo-block{background:var(--gradient-checkbox)}.checkbox-on-off__ch:checked~.checkbox-on-off__pseudo-block:before{transform:translate3d(24px,0,0)}.welcome-bonuses-mobile__right .checkbox-on-off__ch:checked~.checkbox-on-off__pseudo-block:before{background-color:var(--white)}.checkbox-on-off__ch:checked~.checkbox-on-off__pseudo-block .checkbox-on-off__pseudo-text:first-child{opacity:1}.checkbox-on-off__ch:checked~.checkbox-on-off__pseudo-block .checkbox-on-off__pseudo-text:last-child{opacity:0}.checkbox-on-off__pseudo-block{position:relative;width:52px;height:28px;display:inline-block;border-radius:30px;background:var(--gray-500-50)}.checkbox-on-off__pseudo-block:before{content:"";position:absolute;left:2px;top:2px;width:24px;height:24px;border-radius:50%;background-color:var(--white);transition:all .2s ease-out}.partners-contests-create-contest__settings .checkbox-on-off__pseudo-block{background:var(--gray-400)}.subscriptions__checkbox[disabled] .checkbox-on-off__pseudo-block{opacity:.5}.checkbox-on-off__label{position:relative;padding-left:64px;font-size:16px;line-height:24px;font-weight:700;color:var(--gray-400);cursor:pointer;text-transform:capitalize;transition:color .2s ease-out}.payment-balance .checkbox-on-off__label{text-transform:inherit}.no-touch .payment-balance .checkbox-on-off__label:hover{color:var(--white)}.payment-balance--light .checkbox-on-off__label{text-transform:inherit;color:var(--gray-500)}.no-touch .payment-balance--light .checkbox-on-off__label:hover{color:var(--cool-gray-850)}.games-sort-filters-group .checkbox-on-off__label{white-space:nowrap}.personal-data .checkbox-on-off__label{font-weight:400;font-size:14px;line-height:20px;text-align:right;color:var(--gray-500);padding-right:8px;padding-left:0;text-transform:none}.dark .personal-data .checkbox-on-off__label{color:var(--gray-400)}.no-touch .checkbox-on-off__label:hover{color:var(--primary-2)}.bonus-management__checkbox .checkbox-on-off__label{padding-right:16px}@media(min-width:1140px){.bonus-management__checkbox .checkbox-on-off__label{color:var(--gray-500)}.dark .bonus-management__checkbox .checkbox-on-off__label{color:var(--gray-400)}}.welcome-bonuses-mobile__right .checkbox-on-off__label{padding-left:52px}.personal-data--bonus-management .checkbox-on-off__label,.subscriptions__checkbox .checkbox-on-off__label{padding-right:0;font-size:16px;color:var(--gray-700);text-align:left;order:1}.dark .personal-data--bonus-management .checkbox-on-off__label,.dark .subscriptions__checkbox .checkbox-on-off__label{color:var(--white)}.partners-contests-create-contest__checkbox .checkbox-on-off__label{font-size:16px;line-height:20px;font-weight:400;color:var(--gray-700);text-transform:none}.dark .partners-contests-create-contest__checkbox .checkbox-on-off__label{color:var(--white)}.bonus-management__checkbox .checkbox-on-off__label{text-transform:inherit}.form-numbering{display:flex;position:relative;justify-content:space-between;align-items:center;margin-bottom:20px}@media(max-width:1139px){.security-tab__block .form-numbering{margin-bottom:0}}@media(min-width:1140px){.form-numbering{margin-bottom:28px}}@media(min-width:1628px){.form-numbering--lg{margin-bottom:40px}}.form-numbering__title{font-size:20px;font-weight:700;line-height:24px;color:var(--gray-700)}.dark .form-numbering__title{color:var(--white)}.bottom-sheet--bonus-menu .form-numbering__title{color:var(--gray-300)}@media(max-width:1139px){.form-numbering--small .form-numbering__title{font-size:16px}}@media(min-width:640px){.open .profile-content-tablet-left .form-numbering__title{font-size:14px;line-height:20px}.limits .form-numbering__title{font-size:24px;font-weight:900;line-height:28px;color:var(--gray-700)}.dark .limits .form-numbering__title{color:var(--white)}}@media(min-width:1140px){.form-numbering__title{font-weight:900;font-size:24px;line-height:28px}.bonus-management__title .form-numbering__title{color:var(--gray-700)}.dark .bonus-management__title .form-numbering__title{color:var(--white)}.form-numbering--small .form-numbering__title,.sidebar .form-numbering__title{font-weight:700;font-size:20px;line-height:24px}}.form-numbering__icon-wr{width:20px;height:20px}.form-numbering__icon{width:6px;height:auto}.dark .form-numbering__icon{color:var(--cuprum-50)}@media(max-width:639px){.personal-data--bonus-management .bonus-management{margin-top:var(--menu-burger-top-height-sm);padding-top:20px}}@media(min-width:1140px){.bonus-management{padding-top:0}}.bottom-sheet .bonus-management{padding:0 20px 20px}.bonus-management__title{margin-bottom:20px}.personal-data--bonus-management .bonus-management__title{margin-bottom:8px}@media(min-width:1140px){.bonus-management__title{margin-bottom:16px}.personal-data--bonus-management .bonus-management__title{margin-bottom:12px}}@media(min-width:1628px){.personal-data--bonus-management .bonus-management__title{margin-bottom:16px}}.bonus-management__text{font-size:14px;line-height:20px;color:var(--white-50)}.personal-data--bonus-management .bonus-management__text{margin-bottom:20px;color:var(--gray-500)}.dark .personal-data--bonus-management .bonus-management__text{color:var(--gray-400)}@media(max-width:639px){.personal-data--bonus-management .bonus-management__text{padding:0 16px}}@media(min-width:1140px){.bonus-management__text{color:var(--gray-600)}.dark .bonus-management__text{color:var(--white-50)}.personal-data--bonus-management .bonus-management__text{margin-bottom:24px}}@media(min-width:1628px){.personal-data--bonus-management .bonus-management__text{margin-bottom:28px}}.bonus-management__item{padding:20px 0}.personal-data--bonus-management .bonus-management__item{padding:4px 0;border-radius:20px;background-color:var(--white)}.dark .personal-data--bonus-management .bonus-management__item{background-color:var(--gray-900)}@media(min-width:1140px){.bonus-management__item{margin-top:16px;padding:0}.personal-data--bonus-management .bonus-management__item{padding:8px 0}}@media(min-width:1628px){.personal-data--bonus-management .bonus-management__item{padding:12px 0}}.bonus-management__checkbox{margin-bottom:20px}.bonus-management__checkbox:last-child{margin-bottom:0}.personal-data--bonus-management .bonus-management__checkbox{height:56px;margin-bottom:0;padding:0 16px;border-bottom:1px solid var(--white-200)}.personal-data--bonus-management .bonus-management__checkbox:last-child{border-bottom:0}.dark .personal-data--bonus-management .bonus-management__checkbox{border-color:var(--gray-700)}@media(min-width:1140px){.bonus-management__checkbox{margin-bottom:16px}.personal-data--bonus-management .bonus-management__checkbox{padding:0 20px}}@media(min-width:1628px){.personal-data--bonus-management .bonus-management__checkbox{padding:0 24px}}.bonuses-setting{border-radius:20px;background-color:var(--white-100)}.dark .bonuses-setting{background-color:var(--cool-gray-850)}.bonuses-setting__item{padding:24px 20px;border-bottom:1px solid var(--white-200)}.dark .bonuses-setting__item{border-color:var(--gray-700)}.bonuses-setting__item:last-child{border-bottom:none}.custom-tabs{display:flex;gap:4px;background-color:var(--gray-900);padding:4px;border-radius:12px}@media(max-width:1139px){.custom-tabs.promo-page__tabs{overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none}.custom-tabs.promo-page__tabs::-webkit-scrollbar{display:none}}@media(min-width:1628px){.custom-tabs{padding:8px;gap:8px}}.custom-tabs--white{background-color:var(--white)}.custom-tabs__item-wr{flex:1;overflow:hidden}@media(max-width:1139px){.promo-page__tabs .custom-tabs__item-wr{overflow:visible;flex:1 0 auto}}@media(min-width:640px){.custom-tabs__item-wr{overflow:visible}}.custom-tabs__item{display:flex;align-items:center;justify-content:center;background-color:transparent;padding:8px 12px;border-radius:8px;cursor:pointer}.no-touch .custom-tabs__item:hover:not(.custom-tabs__item--active){background-color:var(--cool-gray-850)}.no-touch .custom-tabs--white .custom-tabs__item:hover:not(.custom-tabs__item--active){background-color:var(--white-100)}@media(min-width:1140px){.custom-tabs__item{padding:8px 14px}}@media(min-width:1628px){.custom-tabs__item{padding:8px 16px}}.custom-tabs__item--active{background-color:var(--gray-700)}.custom-tabs--white .custom-tabs__item--active{background-color:var(--white-200)}.custom-tabs__text{font-weight:700;font-size:16px;line-height:24px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-transform:capitalize;color:var(--gray-300);transition:all .2s ease-out}.custom-tabs--white .custom-tabs__text{color:var(--gray-600)}.custom-tabs__item--active .custom-tabs__text{color:var(--white)}.custom-tabs--white .custom-tabs__item--active .custom-tabs__text{color:var(--gray-700)}@media(min-width:1024px){.promo-page__tabs .custom-tabs__text{overflow:visible}}.ribbon{display:flex;align-items:center;justify-content:center;position:absolute;z-index:1;top:5px;right:-12px;transform:rotate(45deg);font-size:14px;line-height:20px;font-weight:900;color:var(--white);height:15px;width:50px}.ribbon--flag{align-items:flex-start;top:-5px;right:-8px;height:77px;width:80px;padding:13px 0}.ribbon--flag:before{content:"";position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;background-image:url(../../../assets/776812/img/ribbon.31e67959.svg);background-repeat:no-repeat;background-size:100% 100%;background-position:50%;transform:rotate(-45deg)}.welcome-bonuses__item--active .ribbon--flag:before{top:-2px}.ribbon--green{background-color:var(--bright-green)}.ribbon--red{background-color:var(--primary)}.ribbon--sm{font-size:12px;line-height:16px;width:60px;height:50px;padding:7px 0}.ribbon--lg{top:8px;left:-24px;line-height:12px;height:24px;width:90px}.bonus-properties{padding-bottom:8px}.bonus-properties:first-child{border-bottom:1px solid var(--gray-700)}.bonus-properties:last-child{padding-bottom:0;border-bottom:none}@media(min-width:1140px){.bonus-properties{padding:0}}@media(min-width:1140px){.bonus-properties__table{padding:0 20px;border-bottom:1px solid var(--gray-700)}.bonus-properties__table:last-child{border-bottom:none}}.v-popper--deposit-bonuses-item-info .bonus-properties__table{padding:0}.bonus-properties__row{padding:16px 0;border-bottom:1px solid var(--gray-700)}.deposit-bonuses-item__more .bonus-properties__row,.v-popper--deposit-bonuses-item-info .bonus-properties__row{border-color:var(--white-200)}@media(min-width:640px){.deposit-bonuses-item__more .bonus-properties__row,.v-popper--deposit-bonuses-item-info .bonus-properties__row{padding:12px 0}}.bonus-properties__row:first-child{border-top:1px solid var(--gray-700)}.deposit-bonuses-item__more .bonus-properties__row:first-child,.v-popper--deposit-bonuses-item-info .bonus-properties__row:first-child{border-color:var(--white-200)}.bonus-properties__row:last-child{border-bottom:0}.bonus-properties__row .simple-table__row{display:flex;align-items:center;justify-content:space-between;gap:10px}.deposit-bonus-info .bonus-properties__row .simple-table__row{gap:8px}.bonus-properties__row .simple-table__col{font-size:14px;font-weight:700;line-height:16px;color:var(--white-50)}.deposit-bonuses-item__more .bonus-properties__row .simple-table__col,.v-popper--deposit-bonuses-item-info .bonus-properties__row .simple-table__col{color:var(--gray-600)}.bonus-properties__row .simple-table__col:first-child{font-weight:700;color:var(--gray-400)}.deposit-bonuses-item__more .bonus-properties__row .simple-table__col:first-child,.v-popper--deposit-bonuses-item-info .bonus-properties__row .simple-table__col:first-child{color:var(--gray-500)}.bonus-properties__row .simple-table__col:last-child{text-align:right}@media(min-width:1140px){.bonus-properties__row{padding:20px 0}}.percent-info-graphic{margin-bottom:36px}.percent-info-graphic.bonus-descriptions__percent-info-graphic{margin:20px 0 4px}@media(min-width:1140px){.percent-info-graphic.bonus-descriptions__percent-info-graphic{margin:28px 0 0;padding:0 20px}}.deposit-bonuses-item__more .percent-info-graphic,.v-popper--deposit-bonuses-item-info .percent-info-graphic{margin-bottom:0}.percent-info-graphic__title{margin-bottom:28px;font-size:20px;line-height:24px;color:var(--gray-500)}.bonuses-aside .percent-info-graphic__title{margin-bottom:16px;color:var(--white)}@media(min-width:1140px){.bonuses-aside .percent-info-graphic__title{margin-bottom:20px}}@media(min-width:1140px){.percent-info-graphic__title{margin-bottom:38px;color:var(--white)}}.deposit-bonuses-item__more .percent-info-graphic__title,.v-popper--deposit-bonuses-item-info .percent-info-graphic__title{margin-block:12px 0;color:var(--gray-700);font-size:16px;font-weight:700;line-height:20px}@media(min-width:640px){.deposit-bonuses-item__more .percent-info-graphic__title,.v-popper--deposit-bonuses-item-info .percent-info-graphic__title{margin:0;font-size:14px;font-weight:700;line-height:16px}}.percent-info-graphic__table-wr{padding:0 24px}.deposit-bonuses-item__more .percent-info-graphic__table-wr,.v-popper--deposit-bonuses-item-info .percent-info-graphic__table-wr{padding:20px 0}@media(min-width:640px){.deposit-bonuses-item__more .percent-info-graphic__table-wr,.v-popper--deposit-bonuses-item-info .percent-info-graphic__table-wr{padding-block:16px 28px}}.percent-info-graphic__table{position:relative;display:flex;justify-content:space-between}.percent-info-graphic__table:before{content:"";display:block;width:100%;height:1px;background-color:var(--cuprum-50);position:absolute;top:50%;transform:translateY(-50%);left:0}@media(max-width:1139px){.bonus-descriptions__percent-info-graphic .percent-info-graphic__table:before{background-color:var(--cuprum-50)}}.deposit-bonuses-item__more .percent-info-graphic__table:before,.v-popper--deposit-bonuses-item-info .percent-info-graphic__table:before{background-color:var(--primary)}.percent-info-graphic__col{display:flex;flex-direction:column;height:59px;justify-content:space-between;align-items:center;position:relative;text-align:center}.bonuses-aside .percent-info-graphic__col{height:47px}@media(min-width:1140px){.bonuses-aside .percent-info-graphic__col{height:63px}}.deposit-bonus-info .percent-info-graphic__col{height:47px}@media(min-width:640px){.deposit-bonus-info .percent-info-graphic__col{height:63px}}.graphic__free-spins-count{font-weight:900;font-size:12px;line-height:16px;color:var(--cuprum-50)}.deposit-bonuses-item__more .graphic__free-spins-count,.v-popper--deposit-bonuses-item-info .graphic__free-spins-count{color:var(--gray-500)}.graphic__deposit-amount{font-size:12px;line-height:16px;color:var(--white)}.deposit-bonuses-item__more .graphic__deposit-amount,.v-popper--deposit-bonuses-item-info .graphic__deposit-amount{color:var(--gray-700)}.graphic__separator{position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0);width:7px;height:7px;border-radius:50%;background-color:var(--cuprum-50)}.deposit-bonuses-item__more .graphic__separator,.v-popper--deposit-bonuses-item-info .graphic__separator{background-color:var(--primary)}.bonus-descriptions__inner{display:flex;flex-direction:column}.bonus-descriptions__head{margin-bottom:20px;display:flex;align-items:center}@media(min-width:1140px){.bonus-descriptions__head{padding:24px 20px 0}}.bonus-descriptions__img-wr{width:92px;height:92px;margin-right:24px;flex-shrink:0}.bonus-descriptions__img{width:auto;height:100%;margin:0 auto}.bonus-descriptions__desc{display:flex;flex-direction:column}.bonus-descriptions__name-wr{margin-bottom:4px;display:flex;flex-wrap:wrap;align-items:center}@media(min-width:1140px){.bonus-descriptions__name-wr{margin-bottom:8px}}.bonus-descriptions__name{font-weight:700;font-size:12px;line-height:20px;letter-spacing:.12px;color:var(--gray-400)}.bonus-descriptions__status{position:relative;margin-left:4px;padding-left:8px;font-size:12px;font-weight:900;line-height:16px;text-transform:uppercase;color:var(--bright-green)}.bonus-descriptions__status:before{content:"";position:absolute;top:6px;left:0;width:4px;height:4px;border-radius:4px;background:var(--gray-400)}@media(min-width:1140px){.bonus-descriptions__status{margin-left:8px;padding-left:12px}}.bonus-descriptions__title{font-size:24px;font-weight:900;line-height:28px;color:var(--white)}.bonus-descriptions__title:first-letter{text-transform:uppercase}.bonus-descriptions__text{font-size:14px;line-height:20px;color:var(--gray-300)}@media(min-width:1140px){.bonus-descriptions__text{padding:0 20px}}.bonus-descriptions__bonus-properties{margin-top:20px}@media(max-width:1139px){.bonus-descriptions__bonus-properties{margin-top:12px;position:relative}.bonus-descriptions__bonus-properties:before{content:"";position:absolute;bottom:0;left:-20px;width:calc(100% + 40px);height:1px;background-color:var(--gray-700)}}.bonus-descriptions__ribbon{top:10px;right:-24px;left:auto;transform:rotate(45deg);font-size:12px;font-weight:900;line-height:16px}@media(min-width:1140px){.bonus-descriptions__ribbon{display:none}}.bonus-descriptions__sport-bonus-reload{padding:12px 0;color:var(--gray-400);text-align:right;font-size:12px;font-weight:400;line-height:16px}@media(min-width:1140px){.bonus-descriptions__sport-bonus-reload{padding:20px 0;margin-right:20px}}.bonus-static__inner{display:flex;flex-direction:column}@media(min-width:1140px){.bonus-static__inner{padding:24px 20px}}.bonus-static__name{margin-bottom:4px;font-weight:700;font-size:12px;line-height:20px;letter-spacing:.12px;text-transform:capitalize;color:var(--gray-400)}@media(min-width:1140px){.bonus-static__name{margin-bottom:8px}}.bonus-static__title{margin-bottom:20px;font-size:24px;font-weight:900;line-height:28px;color:var(--white)}.bonus-static__text{font-size:14px;line-height:20px;margin-bottom:20px;color:var(--gray-300)}.bonus-static__text a{transition:color .2s ease-out;color:var(--primary)}.no-touch .bonus-static__text a:hover{color:var(--primary-2)}.bonus-static__steps{border-top:1px solid var(--gray-700)}.bonus-static__step{display:flex;flex-direction:column;padding:8px 0;border-bottom:1px solid var(--gray-700)}.bonus-static__step:last-child{border-bottom:none}@media(min-width:1140px){.bonus-static__step{padding:16px 0}}.bonus-static__step-inner{display:flex;align-items:center;gap:16px}@media(min-width:1140px){.bonus-static__step-inner{gap:24px}}.bonus-static__step-img-wr{width:60px;height:60px;flex-shrink:0}.bonus-static__step-title{display:flex;gap:4px;font-size:14px;line-height:20px;color:var(--white-50)}@media(min-width:1140px){.bonus-static__step-title{gap:8px}}.bonus-static__step-title-number{min-width:12px;color:var(--white)}.bonus-static__btn{margin-top:20px}@media(min-width:1140px){.bonus-static__btn{margin-top:28px}}.bonus-translations__inner{display:flex;flex-direction:column}@media(min-width:1140px){.bonus-translations__inner{padding:24px 0}}.bonus-translations__title{font-size:24px;line-height:28px;font-weight:900;color:var(--white)}@media(min-width:1140px){.bonus-translations__title{padding:0 20px}}.bonus-translations__list{margin-top:20px}@media(min-width:1140px){.bonus-translations__list{padding:0 20px;border-bottom:1px solid var(--gray-700)}}.bonus-translations__item{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--gray-700)}@media(max-width:1139px){.bonus-translations__item:first-child{border-top:1px solid var(--gray-700)}}.bonus-translations__item:last-child{border-bottom:none}@media(min-width:1140px){.bonus-translations__item{padding:20px 0}}.bonus-translations--reload .bonus-translations__item{display:flex;flex-wrap:wrap}.bonus-translations__text{font-size:14px;line-height:16px;font-weight:700;margin-right:20px;color:var(--gray-400)}.bonus-translations--reload .bonus-translations__text{max-width:40%}.bonus-translations__subtext{font-size:14px;line-height:16px;font-weight:700;margin-right:30px;color:var(--white-50)}.bonus-translations--reload .bonus-translations__subtext{max-width:50%;margin-right:0;text-align:right;text-transform:uppercase}.bonus-translations__number{font-size:14px;line-height:16px;font-weight:700;color:var(--white-50)}.bonus-translations__number:first-letter{text-transform:uppercase}.bonus-translations--reload .bonus-translations__number{margin-top:20px;width:100%;color:var(--gray-400)}.faq-tab{display:flex;flex-direction:column;height:100%}.faq-tab__wrapper{padding:0 16px;margin:0 -16px}@media(min-width:1140px){.faq-tab__wrapper{position:relative;max-height:576px;overflow:hidden}.faq-tab__wrapper:before{content:"";position:absolute;bottom:-20px;left:0;z-index:1;width:100%;height:100px;background:var(--gradient-hidden-block);pointer-events:none}.dark .faq-tab__wrapper:before{background:var(--gradient-dark-sidebar-hidden-block)}}@media(min-width:1628px){.faq-tab__wrapper{max-height:572px}}.faq-tab__wrapper--active{max-height:none}.faq-tab__wrapper--active:before{display:none}.faq-tab__title{font-size:20px;line-height:24px;font-weight:700;max-height:120px;margin-bottom:12px;color:var(--white)}@media(min-width:1140px){.faq-tab__title{margin-bottom:0;color:var(--gray-700)}.dark .faq-tab__title{color:var(--white)}}.faq-tab__item{padding:12px 16px;margin:0 -16px;border-bottom:1px solid var(--gray-700)}.faq-tab__item:last-child{padding-bottom:0;border-bottom:none}@media(min-width:1140px){.faq-tab__item{padding:16px;border-bottom:1px solid var(--white-200)}.dark .faq-tab__item{border-color:var(--gray-700)}}@media(min-width:1628px){.faq-tab__item{padding:20px;margin:0 -20px}}.faq-tab__subtitle{font-size:16px;line-height:20px;font-weight:700;margin-bottom:8px;color:var(--white-50)}@media(min-width:1140px){.faq-tab__subtitle{margin-bottom:12px;color:var(--gray-600)}.dark .faq-tab__subtitle{color:var(--white-50)}}@media(min-width:1628px){.faq-tab__subtitle{margin-bottom:16px}}.faq-tab__text{display:block;font-size:14px;line-height:20px;margin-bottom:8px;color:var(--gray-300)}.faq-tab__text:last-child{margin-bottom:0}.faq-tab__text a{transition:color .2s ease-out;color:var(--primary)}.no-touch .faq-tab__text a:hover{color:var(--primary-2)}@media(min-width:1140px){.faq-tab__text{margin-bottom:12px;color:var(--gray-600);overflow:hidden;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical}.dark .faq-tab__text{color:var(--gray-300)}}@media(min-width:1628px){.faq-tab__text{margin-bottom:16px}}.faq-tab__wrapper--active .faq-tab__text{max-height:none;overflow:visible;display:block}.faq-tab__text--large{text-transform:uppercase}.faq-tab__sublist{margin-top:8px;margin-bottom:8px}.faq-tab__sublist:last-child{margin-bottom:0}.faq-tab__subitem{position:relative;font-size:14px;line-height:20px;padding-left:24px;margin-bottom:8px;color:var(--gray-300)}.faq-tab__subitem:last-child{margin-bottom:0}.faq-tab__subitem:after{content:"";position:absolute;top:7px;left:7px;width:6px;height:6px;border-radius:7px;background:var(--primary)}@media(min-width:1140px){.faq-tab__subitem{margin-bottom:12px;color:var(--gray-600)}.dark .faq-tab__subitem{color:var(--gray-300)}}@media(min-width:1628px){.faq-tab__subitem{margin-bottom:16px;padding-left:28px}}.faq-tab__button{display:flex;align-items:center;justify-content:center;width:calc(100% + 32px);margin:0 -16px -36px;padding:0 28px 16px;bottom:0;left:0;background:var(--white);cursor:pointer;color:var(--gray-700);transition:color .2s ease-out}.no-touch .faq-tab__button:hover{color:var(--primary)}.faq-tab__button.faq-tab__button--open{position:relative;width:calc(100% + 32px);margin:16px -16px -36px;background:transparent}@media(min-width:1628px){.faq-tab__button{width:calc(100% + 40px);margin:0 -20px -20px;padding:0 40px 20px}.faq-tab__button.faq-tab__button--open{width:calc(100% + 40px);margin:16px -20px -20px}}.dark .faq-tab__button{background:var(--cool-gray-850);color:var(--white)}.faq-tab__button-text{padding-right:9px;font-weight:700;font-size:12px;line-height:20px;letter-spacing:.48px}.faq-tab__button-ic{width:10px;height:auto;color:var(--primary)}.faq-tab__button--open .faq-tab__button-ic{transform:rotate(180deg);transform-origin:center center}.terms-tab{display:flex;flex-direction:column;height:100%}.terms-tab__wrapper{padding:0 16px;margin:0 -16px}@media(min-width:1140px){.terms-tab__wrapper{position:relative;max-height:576px;overflow:hidden}.terms-tab__wrapper:before{content:"";position:absolute;bottom:-20px;left:0;z-index:1;width:100%;height:100px;background:var(--gradient-hidden-block);pointer-events:none}.dark .terms-tab__wrapper:before{background:var(--gradient-dark-sidebar-hidden-block)}}@media(min-width:1628px){.terms-tab__wrapper{max-height:572px}}.terms-tab__wrapper--active{max-height:none}.terms-tab__wrapper--active:before{display:none}.terms-tab__title{font-size:20px;line-height:24px;font-weight:700;margin-bottom:12px;color:var(--white)}@media(min-width:1140px){.terms-tab__title{margin-bottom:0;color:var(--gray-700)}.dark .terms-tab__title{color:var(--white)}}.terms-tab__item{padding:12px 16px;margin:0 -16px;border-bottom:1px solid var(--gray-700)}.terms-tab__item:last-child{padding-bottom:0;border-bottom:none}@media(min-width:1140px){.terms-tab__item{padding:16px;border-bottom:1px solid var(--white-200)}.dark .terms-tab__item{border-color:var(--gray-700)}}@media(min-width:1628px){.terms-tab__item{padding:20px;margin:0 -20px}}.terms-tab__subtitle{font-size:16px;line-height:20px;font-weight:700;margin-bottom:8px;color:var(--white-50)}@media(min-width:1140px){.terms-tab__subtitle{margin-bottom:12px;color:var(--gray-600)}.dark .terms-tab__subtitle{color:var(--white-50)}}@media(min-width:1628px){.terms-tab__subtitle{margin-bottom:16px}}.terms-tab__text{display:block;font-size:14px;line-height:20px;margin-bottom:8px;color:var(--gray-300)}.terms-tab__text:last-child{margin-bottom:0}@media(min-width:1140px){.terms-tab__text{margin-bottom:12px;color:var(--gray-600);overflow:hidden;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical}.dark .terms-tab__text{color:var(--gray-300)}}@media(min-width:1628px){.terms-tab__text{margin-bottom:16px}}.terms-tab__wrapper--active .terms-tab__text{max-height:none;overflow:visible;display:block}.terms-tab__text--large{text-transform:uppercase}.terms-tab__sublist{margin-top:8px;margin-bottom:8px}.terms-tab__sublist:last-child{margin-bottom:0}.terms-tab__subitem{position:relative;font-size:14px;line-height:20px;padding-left:24px;margin-bottom:8px;color:var(--gray-300)}.terms-tab__subitem:last-child{margin-bottom:0}.terms-tab__subitem:after{content:"";position:absolute;top:7px;left:7px;width:6px;height:6px;border-radius:7px;background:var(--primary)}@media(min-width:1140px){.terms-tab__subitem{margin-bottom:12px;color:var(--gray-600)}.dark .terms-tab__subitem{color:var(--gray-300)}}@media(min-width:1628px){.terms-tab__subitem{margin-bottom:16px;padding-left:28px}}.terms-tab__button{display:flex;align-items:center;justify-content:center;width:calc(100% + 32px);margin:0 -16px -36px;padding:0 28px 16px;bottom:0;left:0;background:var(--white);cursor:pointer;color:var(--gray-700);transition:color .2s ease-out}.no-touch .terms-tab__button:hover{color:var(--primary)}.terms-tab__button.terms-tab__button--open{position:relative;width:calc(100% + 32px);margin:16px -16px -36px;background:transparent}@media(min-width:1628px){.terms-tab__button{width:calc(100% + 40px);margin:0 -20px -20px;padding:0 40px 20px}.terms-tab__button.terms-tab__button--open{width:calc(100% + 40px);margin:16px -20px -20px}}.dark .terms-tab__button{background:var(--cool-gray-850);color:var(--white)}.terms-tab__button-text{padding-right:9px;font-weight:700;font-size:12px;line-height:20px;letter-spacing:.48px}.terms-tab__button-ic{width:10px;height:auto;color:var(--primary)}.terms-tab__button--open .terms-tab__button-ic{transform:rotate(180deg);transform-origin:center center}.bonuses-aside{display:flex;flex-direction:column;padding:16px 16px 16px}@media(min-width:1140px){.bonuses-aside{position:relative;padding:20px 16px 36px;overflow:hidden;border-radius:20px;background:var(--white-100)}.dark .bonuses-aside{background:var(--cool-gray-850)}.bonuses-aside.vb-content{padding-right:17px}}@media(min-width:1628px){.bonuses-aside{padding:24px 20px 20px}}.bonuses-aside--double{padding:0 20px 44px}.bottom-sheet--active-bonus .bonuses-aside--double{padding:28px 20px 44px}@media(min-width:1140px){.bonuses-aside--double{padding:0;background:transparent}.bonuses-aside--double::-webkit-scrollbar{height:0;width:0;opacity:0;color:transparent;background-color:transparent;display:none}.bonuses-aside--double::-webkit-scrollbar-thumb,.bonuses-aside--double::-webkit-scrollbar-track{background:transparent;display:none}}.bonuses-aside__tabs{margin-bottom:16px}@media(min-width:1140px){.bonuses-aside__tabs{margin-bottom:20px}}@media(min-width:1628px){.bonuses-aside__tabs{margin-bottom:24px}}.bonuses-aside__close{position:absolute;top:26px;right:20px;padding:4px;width:24px;height:24px;z-index:2}.vb-content .bonuses-aside__close{right:42px}.bonuses-aside__close-icon{width:18px;height:18px;color:var(--white-50);transition:all .2s ease-out}.no-touch .bonuses-aside__close:hover .bonuses-aside__close-icon{color:var(--primary-3);transform:var(--close_animation)}.bonus-animation.slide-right-enter,.bonus-animation.slide-right-leave-to{position:absolute;top:0;left:0;width:100%;height:100%}.slide-right-enter .bonus-animation__inner,.slide-right-leave-to .bonus-animation__inner{padding:36px 24px}@media(min-width:1140px){.bonus-animation__inner{background-color:var(--cool-gray-850)}}.download-app{display:flex;flex-direction:column;justify-content:space-between;padding:12px 16px;width:100%;height:308px;border-radius:20px;background-size:cover;background-repeat:no-repeat;background-position:50% 50%;background-color:var(--white-100)}.promo-sidebar .jackpot+.download-app{margin-top:16px}.dark .download-app{background-color:var(--cool-gray-850)}@media(min-width:1628px){.download-app{padding:16px 20px}}.download-app__head{display:flex;align-items:flex-start;justify-content:space-between}.download-app__text{font-weight:700;max-width:180px}@media(min-width:1628px){.download-app__text{max-width:200px}}.download-app__text-title{font-size:16px;line-height:24px;color:var(--gray-700);font-weight:700}.dark .download-app__text-title{color:var(--white)}.download-app__text-subtitle{font-size:12px;line-height:20px;letter-spacing:.12px;color:var(--gray-500)}.dark .download-app__text-subtitle{color:var(--gray-400)}.download-app__buttons{display:flex;gap:12px}@media(min-width:1628px){.download-app__buttons{gap:16px}}.download-app__buttons-item{position:relative;display:flex;align-items:center;background-color:var(--white);border-radius:12px;height:64px;width:calc(50% - 6px);transition:filter .2s ease;cursor:pointer;padding-left:8px;transition:all .2s ease-out}.dark .download-app__buttons-item{background-color:var(--gray-900)}.no-touch .download-app__buttons-item:hover{transform:scale(1.08)}@media(min-width:1628px){.download-app__buttons-item{width:calc(50% - 8px)}}.download-app__buttons-icon-wr{height:48px;width:48px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background-color:var(--cool-white-50);margin-right:8px}.dark .download-app__buttons-icon-wr{background-color:var(--gray-700)}@media(min-width:1628px){.download-app__buttons-icon-wr{margin-right:12px}}.download-app__buttons-item-icon{color:var(--gray-500)}.dark .download-app__buttons-item-icon{color:var(--cuprum-50)}.download-app__buttons-item-icon--ios{width:18px;height:22px}.download-app__buttons-item-icon--android{width:24px;height:14px}.download-app__button-text{flex-grow:1;font-size:10px;font-weight:700;line-height:12px;color:var(--gray-500)}.dark .download-app__button-text{color:var(--gray-400)}.download-app__button-text span{display:block;font-size:16px;font-weight:700;line-height:20px;color:var(--gray-700)}.dark .download-app__button-text span{color:var(--white)}.command-list-slider__navigation .swiper-navigation-next,.command-list-slider__navigation .swiper-navigation-prev,.games-slider__head .swiper-navigation-next,.games-slider__head .swiper-navigation-prev{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;margin-right:8px;cursor:pointer;transition:background-color .2s ease-out}.command-list-slider__navigation .swiper-navigation-next:last-child,.command-list-slider__navigation .swiper-navigation-prev:last-child,.games-slider__head .swiper-navigation-next:last-child,.games-slider__head .swiper-navigation-prev:last-child{margin-right:0}.command-list-slider__navigation .swiper-navigation-next.swiper-button-disabled,.command-list-slider__navigation .swiper-navigation-prev.swiper-button-disabled,.games-slider__head .swiper-navigation-next.swiper-button-disabled,.games-slider__head .swiper-navigation-prev.swiper-button-disabled{cursor:auto}.command-list-slider__block,.games-slider__inner{position:relative}.command-list-slider__block .games-slider__navigation-inner,.games-slider__inner .games-slider__navigation-inner{visibility:hidden}.command-list-slider__block:hover .games-slider__navigation-inner,.games-slider__inner:hover .games-slider__navigation-inner{visibility:visible}.command-list-slider__block .swiper-navigation-next,.command-list-slider__block .swiper-navigation-prev,.games-slider__inner .swiper-navigation-next,.games-slider__inner .swiper-navigation-prev{position:absolute;top:50%;transform:translateY(calc(-50% - 17px));display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:100%;border:1px solid var(--white-200);background-color:var(--white);box-shadow:var(--shadow-black);cursor:pointer;transition:background-color .2s ease-out;z-index:3}.dark .command-list-slider__block .swiper-navigation-next,.dark .command-list-slider__block .swiper-navigation-prev,.dark .games-slider__inner .swiper-navigation-next,.dark .games-slider__inner .swiper-navigation-prev{color:var(--cuprum-50);border:1px solid var(--gray-700);background:var(--gray-900)}.no-touch .command-list-slider__block .swiper-navigation-next:hover:not(.no-touch .games-slider__inner .swiper-navigation-prev.swiper-button-disabled,.no-touch .games-slider__inner .swiper-navigation-next.swiper-button-disabled,.no-touch .command-list-slider__block .swiper-navigation-prev.swiper-button-disabled,.no-touch .command-list-slider__block .swiper-navigation-next.swiper-button-disabled),.no-touch .command-list-slider__block .swiper-navigation-prev:hover:not(.no-touch .games-slider__inner .swiper-navigation-prev.swiper-button-disabled,.no-touch .games-slider__inner .swiper-navigation-next.swiper-button-disabled,.no-touch .command-list-slider__block .swiper-navigation-prev.swiper-button-disabled,.no-touch .command-list-slider__block .swiper-navigation-next.swiper-button-disabled),.no-touch .games-slider__inner .swiper-navigation-next:hover:not(.no-touch .games-slider__inner .swiper-navigation-prev.swiper-button-disabled,.no-touch .games-slider__inner .swiper-navigation-next.swiper-button-disabled,.no-touch .command-list-slider__block .swiper-navigation-prev.swiper-button-disabled,.no-touch .command-list-slider__block .swiper-navigation-next.swiper-button-disabled),.no-touch .games-slider__inner .swiper-navigation-prev:hover:not(.no-touch .games-slider__inner .swiper-navigation-prev.swiper-button-disabled,.no-touch .games-slider__inner .swiper-navigation-next.swiper-button-disabled,.no-touch .command-list-slider__block .swiper-navigation-prev.swiper-button-disabled,.no-touch .command-list-slider__block .swiper-navigation-next.swiper-button-disabled){background-color:var(--white-100)}.dark .no-touch .command-list-slider__block .swiper-navigation-next:hover:not(.no-touch .games-slider__inner .swiper-navigation-prev.swiper-button-disabled,.no-touch .games-slider__inner .swiper-navigation-next.swiper-button-disabled,.no-touch .command-list-slider__block .swiper-navigation-prev.swiper-button-disabled,.no-touch .command-list-slider__block .swiper-navigation-next.swiper-button-disabled),.dark .no-touch .command-list-slider__block .swiper-navigation-prev:hover:not(.no-touch .games-slider__inner .swiper-navigation-prev.swiper-button-disabled,.no-touch .games-slider__inner .swiper-navigation-next.swiper-button-disabled,.no-touch .command-list-slider__block .swiper-navigation-prev.swiper-button-disabled,.no-touch .command-list-slider__block .swiper-navigation-next.swiper-button-disabled),.dark .no-touch .games-slider__inner .swiper-navigation-next:hover:not(.no-touch .games-slider__inner .swiper-navigation-prev.swiper-button-disabled,.no-touch .games-slider__inner .swiper-navigation-next.swiper-button-disabled,.no-touch .command-list-slider__block .swiper-navigation-prev.swiper-button-disabled,.no-touch .command-list-slider__block .swiper-navigation-next.swiper-button-disabled),.dark .no-touch .games-slider__inner .swiper-navigation-prev:hover:not(.no-touch .games-slider__inner .swiper-navigation-prev.swiper-button-disabled,.no-touch .games-slider__inner .swiper-navigation-next.swiper-button-disabled,.no-touch .command-list-slider__block .swiper-navigation-prev.swiper-button-disabled,.no-touch .command-list-slider__block .swiper-navigation-next.swiper-button-disabled){background-color:var(--cool-gray-850)}.command-list-slider__block .swiper-navigation-next.swiper-button-disabled,.command-list-slider__block .swiper-navigation-prev.swiper-button-disabled,.games-slider__inner .swiper-navigation-next.swiper-button-disabled,.games-slider__inner .swiper-navigation-prev.swiper-button-disabled{background-color:transparent;border-color:var(--gray-500);cursor:auto}.command-list-slider__block .swiper-navigation-prev,.games-slider__inner .swiper-navigation-prev{left:-15px}.command-list-slider__block .swiper-navigation-next,.games-slider__inner .swiper-navigation-next{right:-15px}.command-list-slider__block .games-slider__navigation-command-list-next,.command-list-slider__block .games-slider__navigation-command-list-prev{transform:translateY(calc(-50% + 4px))}.games-slider__navigation-command-list-next.swiper-button-disabled,.games-slider__navigation-command-list-prev.swiper-button-disabled{opacity:0}.games-slider__navigation-icon{width:6px;height:10px;color:var(--gray-500);transition:color .2s ease-out}.dark .games-slider__navigation-icon{color:var(--cuprum-50)}.dark .swiper-button-disabled .games-slider__navigation-icon{color:var(--gray-500-50)}.games-slider__title{font-weight:700;font-size:16px;line-height:24px;color:var(--gray-700);margin-right:12px}.dark .games-slider__title,.games-info .games-slider__title{color:var(--white)}@media(min-width:1140px){.games-slider__title{font-size:16px;line-height:24px}.home-bg-section-inner--providers .games-slider__title{font-size:18px;line-height:22px}}@media(min-width:1628px){.home-bg-section-inner--providers .games-slider__title{font-size:20px;line-height:24px}}.games-slider{position:relative;padding:8px 20px 16px 20px;margin:-8px -20px -16px -20px;border-bottom:1px solid var(--white-200);overflow:hidden}.dark .games-slider{border-color:var(--gray-700)}@media(min-width:1140px){.home-bg-section-jackpot .home-bg-section-inner.home-bg-section-inner--jackpot-providers .games-slider{padding:0 28px 24px!important}}@media(min-width:1628px){.home-bg-section-jackpot .home-bg-section-inner.home-bg-section-inner--jackpot-providers .games-slider{padding:0 40px 24px!important}}.home-bg-section-jackpot .home-bg-section-inner:not(.home-bg-section-inner--jackpot-providers) .games-slider{padding:16px 20px}@media(min-width:1140px){.home-bg-section-jackpot .home-bg-section-inner:not(.home-bg-section-inner--jackpot-providers) .games-slider{padding:16px 28px 24px!important}}@media(min-width:1628px){.home-bg-section-jackpot .home-bg-section-inner:not(.home-bg-section-inner--jackpot-providers) .games-slider{padding:16px 40px 24px!important}}.home-bg-section-jackpot .games-slider{border-bottom:0;padding:0 20px 16px}.event-games .games-slider{margin-bottom:0;padding-bottom:32px}@media(max-width:1139px){.games-slider{display:flex;max-height:360px;overflow-x:auto;-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.games-slider::-webkit-scrollbar{height:0;width:0;opacity:0;color:transparent;background-color:transparent;display:none}.games-slider::-webkit-scrollbar-thumb,.games-slider::-webkit-scrollbar-track{background:transparent;display:none}.games-info .games-slider{border-bottom:none}}@media(min-width:1140px){.games-slider{margin:0 auto;padding:12px 28px 20px 28px!important}.event-games .games-slider{padding-bottom:28px!important}}@media(min-width:1628px){.games-slider{padding:16px 40px 24px!important}.event-games .games-slider{padding-bottom:40px!important}}.bottom-sheet--game-info .games-slider{padding:20px 16px 20px 24px!important;margin:-20px -24px 0 -24px!important}.event-page__games .games-slider,.games-slider-wrap:last-child .games-slider{border-bottom:none}.authorized-experiment .games-slider-wrap:last-child .games-slider{border-bottom:1px solid transparent}@media(max-width:639px){.games-slider .home-bg-section__favorite-section--loading{min-height:177px}}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-multirow .swiper-wrapper{max-height:450px}@media(max-width:1139px){.home-bg-section-inner--first-games .games-slider-wrap--size-s .swiper-container-multirow .swiper-wrapper,.home-bg-section-inner--live .games-slider-wrap--size-s .swiper-container-multirow .swiper-wrapper{min-height:186px}}.games-slider-wrap--size-xl .swiper-container-multirow .swiper-wrapper{max-height:510px}.command-list-slider__block .swiper-container-multirow .swiper-wrapper{max-height:600px}@media(min-width:1140px){.command-list-slider__block .swiper-container-multirow .swiper-wrapper{max-height:800px}}.games-slider-wrap{margin-bottom:24px}.event-games .games-slider-wrap,.home-bg-section-jackpot .games-slider-wrap{margin:0}@media(max-width:1139px){.home-bg-section-inner .games-slider-wrap:last-child{margin-bottom:0}}.games-slider-wrap .swiper-wrapper{gap:16px 0}@media(min-width:1140px){.games-slider-wrap .swiper-wrapper{gap:16px 0}}@media(min-width:1140px){.games-slider-wrap{margin:0 -28px 16px -28px}}@media(min-width:1628px){.games-slider-wrap{margin:0 -40px 20px -40px}}.bottom-sheet--game-info .games-slider-wrap:last-child{margin-bottom:0}.bottom-sheet--game-info .games-slider-wrap:last-child .games-slider{border:none;padding-bottom:0!important}.games-slider__head{display:flex;align-items:center;margin-bottom:8px}.home-bg-section-inner--jackpot-providers .games-slider__head{display:none}@media(max-width:639px){.games-slider__head{min-height:24px}}@media(min-width:1140px){.games-slider__head{padding:0 28px;margin-bottom:0}}@media(min-width:1628px){.games-slider__head{padding:0 40px}}.games-slider__button-all{display:flex;align-items:center;font-weight:700;font-size:12px;line-height:20px;letter-spacing:.48px;color:var(--gray-600);white-space:nowrap;margin-left:auto;margin-right:0;cursor:pointer;transition:color .2s ease-out}.games-info .games-slider__button-all{color:var(--white)}@media(max-width:1139px){.games-info .games-slider__button-all{position:relative;z-index:1}}.dark .games-slider__button-all{color:var(--white)}.no-touch .games-slider__button-all:hover{color:var(--primary)}.games-slider__button-all-icon{margin-left:12px;width:6px;height:10px;color:var(--primary)}.home-bg-section-jackpot .games-slider__button-all-icon{margin-right:6px}.games-slider__navigation-inner{display:flex;align-items:center}.home-bg-section-inner--providers .games-slider__navigation-inner{display:flex!important}.game__favorites{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:32px;height:32px;border-radius:100%;background-color:var(--cool-gray-850);overflow:hidden;cursor:pointer;transition:all .2s ease-out}.games-list-card__body-center .game__favorites{position:absolute;top:50%;transform:translateY(-50%);right:0}.no-touch .game__favorites:hover{background-color:var(--cool-gray-850)}.no-touch .games-slider-wrap .game__favorites:hover,.no-touch .games-sort-page__list .game__favorites:hover,.no-touch .search-popup__result-item .game__favorites:hover{transform:translateY(-50%) scale(1.2)}.game__favorites--my-games{position:absolute;top:8px;right:8px;width:28px;height:28px;border-radius:8px;background-color:rgba(22,25,25,.8)}.favorites__inner .game__favorites--my-games{top:4px;right:5px;width:32px;height:32px;border-radius:20px;background-color:var(--cool-gray-850)}.game__favorites-icon{width:18px;height:auto;color:var(--cuprum-50)}.no-touch .game__favorites .game__favorites-icon:hover{width:20px}.game-info-body__game-favorite .game__favorites-icon{width:25px}.favorites__inner .game__favorites-icon{width:20px;height:20px}.games-list-card--drops-and-wins:after{position:absolute;bottom:0;right:0;width:var(--size-drops-wins,30%);max-width:48px;aspect-ratio:1/1;border-radius:8px 0 8px 0;background-image:url(/img/game/drops_and_wins.png);background-color:var(--gray-900-80);background-size:cover;background-repeat:no-repeat;content:"";z-index:1}@media(min-width:1140px){.games-list-card--hovered .games-list-card--drops-and-wins:after{opacity:.5}}.games-list-card{position:relative;border-radius:8px;cursor:pointer}@media(max-width:1139px){.games-list-card{scroll-snap-align:start}.games-list-card:first-child{scroll-snap-align:end}.games-list-card:last-child{scroll-snap-align:start}}@media(min-width:640px)and (max-width:831px){.games-list-card:nth-child(5n+5) .games-list-card__body--visible{transform:translateY(-50%) scale(1);left:auto;right:0}.games-list-card:nth-child(5n+1) .games-list-card__body--visible{transform:translateY(-50%) scale(1);left:0;right:auto}}@media(min-width:1140px){.games-list-card{border-radius:8px}}@media(min-width:1628px){.games-list-card{border-radius:8px}}.games-slider-wrap--size-s .games-list-card{width:88px;--size-drops-wins:32px}@media(min-width:1140px){.games-slider-wrap--size-s .games-list-card{width:116px}}@media(min-width:1628px){.games-slider-wrap--size-s .games-list-card{width:137px}}.games-slider-wrap--size-m .games-list-card{width:108px;--size-drops-wins:36px}@media(min-width:1140px){.games-slider-wrap--size-m .games-list-card{width:128px}}@media(min-width:1628px){.games-slider-wrap--size-m .games-list-card{width:160px}}.games-slider-wrap--size-l .games-list-card{width:116px;--size-drops-wins:40px}@media(min-width:1140px){.games-slider-wrap--size-l .games-list-card{width:136px;--size-drops-wins:40px}}@media(min-width:1628px){.games-slider-wrap--size-l .games-list-card{width:168px;--size-drops-wins:40px}}.games-slider-wrap--size-xl .games-list-card{width:136px;--size-drops-wins:32px}@media(min-width:1140px){.games-slider-wrap--size-xl .games-list-card{width:168px;--size-drops-wins:40px}}@media(min-width:1628px){.games-slider-wrap--size-xl .games-list-card{width:200px;--size-drops-wins:48px}}@media(max-width:639px){.games-slider-wrap--popular .games-list-card{height:112px}}@media(max-width:639px){.home-bg-section-inner--first-games .games-slider-wrap--size-m .games-list-card{height:132px}}@media(max-width:639px){.home-bg-section-inner--live .games-slider-wrap--size-l .games-list-card{height:136px}}.games-slider .games-list-card{margin-right:8px}@media(min-width:1140px){.games-slider .games-list-card{margin-right:12px}}@media(max-width:1139px){.swiper-container-multirow{flex-wrap:wrap;flex-direction:column;gap:12px 0}}.swiper-container-multirow .games-list-card .games-list-card--view-all{width:100%;margin-left:0}.swiper-container-multirow .games-list-card:last-child:nth-child(odd) .games-list-card--view-all{position:absolute;top:0;height:100%!important}.games-slider-wrap--size-s .swiper-container-multirow .games-list-card:last-child:nth-child(odd) .games-list-card--view-all{width:88px;height:88px}@media(min-width:1140px){.games-slider-wrap--size-s .swiper-container-multirow .games-list-card:last-child:nth-child(odd) .games-list-card--view-all{width:116px;height:116px}}@media(min-width:1628px){.games-slider-wrap--size-s .swiper-container-multirow .games-list-card:last-child:nth-child(odd) .games-list-card--view-all{width:137px;height:137px}}.games-slider-wrap--size-m .swiper-container-multirow .games-list-card:last-child:nth-child(odd) .games-list-card--view-all{width:108px;height:108px}@media(min-width:1140px){.games-slider-wrap--size-m .swiper-container-multirow .games-list-card:last-child:nth-child(odd) .games-list-card--view-all{width:128px;height:128px}}@media(min-width:1628px){.games-slider-wrap--size-m .swiper-container-multirow .games-list-card:last-child:nth-child(odd) .games-list-card--view-all{width:160px;height:160px}}.games-slider-wrap--size-l .swiper-container-multirow .games-list-card:last-child:nth-child(odd) .games-list-card--view-all{width:116px;height:116px}@media(min-width:1140px){.games-slider-wrap--size-l .swiper-container-multirow .games-list-card:last-child:nth-child(odd) .games-list-card--view-all{width:136px;height:136px}}@media(min-width:1628px){.games-slider-wrap--size-l .swiper-container-multirow .games-list-card:last-child:nth-child(odd) .games-list-card--view-all{width:168px;height:168px}}.games-slider-wrap--size-xl .swiper-container-multirow .games-list-card:last-child:nth-child(odd) .games-list-card--view-all{width:136px;height:136px}@media(min-width:1140px){.games-slider-wrap--size-xl .swiper-container-multirow .games-list-card:last-child:nth-child(odd) .games-list-card--view-all{width:168px;height:168px}}@media(min-width:1628px){.games-slider-wrap--size-xl .swiper-container-multirow .games-list-card:last-child:nth-child(odd) .games-list-card--view-all{width:200px;height:200px}}@media(max-width:1139px){.swiper-container-multirow .games-list-card:last-child:nth-child(odd) .games-list-card--view-all{top:8px;height:calc(100% - 48px)!important}}.swiper-container-multirow .games-list-card--view-all-wrap{position:static}.games-slider-wrap--size-s .games-list-card--view-all-wrap{width:88px;height:88px}@media(min-width:1140px){.games-slider-wrap--size-s .games-list-card--view-all-wrap{width:116px;height:116px}}@media(min-width:1628px){.games-slider-wrap--size-s .games-list-card--view-all-wrap{width:137px;height:137px}}.games-slider-wrap--size-m .games-list-card--view-all-wrap{width:108px;height:108px}@media(min-width:1140px){.games-slider-wrap--size-m .games-list-card--view-all-wrap{width:128px;height:128px}}@media(min-width:1628px){.games-slider-wrap--size-m .games-list-card--view-all-wrap{width:160px;height:160px}}.games-slider-wrap--size-l .games-list-card--view-all-wrap{width:116px;height:116px}@media(min-width:1140px){.games-slider-wrap--size-l .games-list-card--view-all-wrap{width:136px;height:136px}}@media(min-width:1628px){.games-slider-wrap--size-l .games-list-card--view-all-wrap{width:168px;height:168px}}.games-slider-wrap--size-xl .games-list-card--view-all-wrap{width:136px;height:136px}@media(min-width:1140px){.games-slider-wrap--size-xl .games-list-card--view-all-wrap{width:168px;height:168px}}@media(min-width:1628px){.games-slider-wrap--size-xl .games-list-card--view-all-wrap{width:200px;height:200px}}.games-slider-wrap--branded .games-list-card--view-all-wrap{height:auto}.games-list-card--view-all{display:flex;align-items:center;justify-content:center;background-color:var(--white);border-radius:12px;font-weight:700;font-size:12px;line-height:16px;height:100%;text-align:center;text-transform:uppercase;color:var(--gray-400);cursor:pointer;transition:background-color .3s ease-out}.dark .games-list-card--view-all{background-color:var(--gray-900)}.games-list-card--no-pointer{cursor:default}.games-list-card--hovered{z-index:2}.games-list-card__inner{position:relative}.games-list-card__img-area{overflow:hidden;position:relative;display:flex;align-items:flex-start}.games-list-card__img-area:before{content:"";flex-shrink:0;display:block;width:100%;margin-right:-100%;padding-top:100%}.games-slider-wrap--size-s .games-list-card__img-area{width:88px;height:88px}@media(min-width:1140px){.games-slider-wrap--size-s .games-list-card__img-area{width:116px;height:116px}}@media(min-width:1628px){.games-slider-wrap--size-s .games-list-card__img-area{width:137px;height:137px}}.games-slider-wrap--size-m .games-list-card__img-area{width:108px;height:108px}@media(min-width:1140px){.games-slider-wrap--size-m .games-list-card__img-area{width:128px;height:128px}}@media(min-width:1628px){.games-slider-wrap--size-m .games-list-card__img-area{width:160px;height:160px}}.games-slider-wrap--size-l .games-list-card__img-area{width:116px;height:116px}@media(min-width:1140px){.games-slider-wrap--size-l .games-list-card__img-area{width:136px;height:136px}}@media(min-width:1628px){.games-slider-wrap--size-l .games-list-card__img-area{width:168px;height:168px}}.games-slider-wrap--size-xl .games-list-card__img-area{width:136px;height:136px}@media(min-width:1140px){.games-slider-wrap--size-xl .games-list-card__img-area{width:168px;height:168px}}@media(min-width:1628px){.games-slider-wrap--size-xl .games-list-card__img-area{width:200px;height:200px}}.games-list-card__body{position:absolute;top:50%;left:50%;z-index:1;transform:translate3d(-50%,-50%,0) scale(.9);display:flex;width:100%;height:100%;text-align:center;border-radius:8px;opacity:0;pointer-events:none;transition:width .1s linear,height .1s linear}@media(min-width:1140px){.games-list-card--active .games-list-card__body,.games-list-card__body{border-radius:8px;border:2px solid transparent}}@media(min-width:1628px){.games-list-card__body{border-radius:8px}}.games-list-card__body--visible{opacity:1;transform:translate(-50%,-50%) scale(1);width:calc(100% + 10px);height:calc(100% + 10px);pointer-events:auto}.games-list-card__body--visible:before{content:"";position:absolute;left:0;top:0;z-index:10;width:100%;height:100%;animation:setPointer .3s linear 0s 1 forwards}.games-slider .games-list-card__body--visible{width:calc(100% + 20px);height:calc(100% + 20px)}@keyframes setPointer{0%{z-index:10}99%{z-index:10}to{z-index:-10}}.games-list-card__body-inner{display:flex;flex-direction:column;justify-content:center;width:100%;padding:16px 16px 20px 16px}.games-slider-wrap--size-m .games-list-card__body-inner,.games-slider-wrap--size-s .games-list-card__body-inner{padding:12px}@media(min-width:1628px){.games-slider-wrap--size-m .games-list-card__body-inner,.games-slider-wrap--size-s .games-list-card__body-inner{padding:16px 12px}}.games-slider-wrap--size-l .games-list-card__body-inner,.games-slider-wrap--size-xl .games-list-card__body-inner{padding:12px}@media(min-width:1140px){.games-slider-wrap--size-l .games-list-card__body-inner,.games-slider-wrap--size-xl .games-list-card__body-inner{padding:12px 16px}}.games-list-card__img-wr{overflow:hidden;position:absolute;left:0;top:2px;z-index:-1;display:flex;justify-content:center;align-items:center;width:100%;height:calc(100% - 4px);border-radius:8px}.games-list-card__img-wr:before{content:"";position:relative;z-index:1;flex-shrink:0;display:block;width:100%;height:100%;background:linear-gradient(180deg,rgba(0,0,0,.38),rgba(0,0,0,.75))}.games-list-card__body--visible .games-list-card__img-wr:after{content:"";position:absolute;left:0;right:0;top:-25%;z-index:2;transform:translateX(0);height:150%;opacity:.6;background-image:linear-gradient(hsla(0,0%,100%,0),hsla(0,0%,100%,.5) 50%,hsla(0,0%,100%,0));animation:flareAnim .4s ease-in-out 0s 1 forwards}.games-list-card--active .games-list-card__img-wr{border-radius:8px}@keyframes flareAnim{0%{transform:translateX(0)}to{transform:translateX(180%)}}.games-list-card__body-img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:100%;height:100%;object-fit:cover;border-radius:8px}@media(min-width:1140px){.games-list-card--active .games-list-card__body-img,.games-list-card__body-img{border-radius:8px}}@media(min-width:1628px){.games-list-card__body-img{border-radius:8px}}.games-list-card__body-img[lazy=loading]+.games-list-card__body-preloader{display:block}.games-list-card__body-top{display:flex;align-items:center;height:1px;width:100%;padding:0 16px;top:45px;position:absolute;left:50%;transform:translateX(-50%)}@media(min-width:1140px){.games-slider-wrap--size-s .games-list-card__body-top{top:30px}}@media(min-width:1628px){.games-slider-wrap--size-s .games-list-card__body-top{top:35px}}@media(min-width:1140px){.games-slider-wrap--size-m .games-list-card__body-top{top:30px}}@media(min-width:1628px){.games-slider-wrap--size-m .games-list-card__body-top{top:40px}}@media(min-width:1140px){.games-slider-wrap--size-l .games-list-card__body-top,.games-slider-wrap--size-xl .games-list-card__body-top{top:35px}}@media(min-width:1628px){.games-slider-wrap--size-l .games-list-card__body-top,.games-slider-wrap--size-xl .games-list-card__body-top{top:40px}}.games-list-card__body-title{font-size:12px;line-height:16px;font-weight:700;color:var(--white);width:100%;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.games-slider-wrap--size-s .games-list-card__body-title{letter-spacing:.48px}.games-slider-wrap--size-l .games-list-card__body-title,.games-slider-wrap--size-m .games-list-card__body-title{font-size:14px;line-height:20px}.games-slider-wrap--size-xl .games-list-card__body-title{font-size:16px;line-height:20px}.games-list-card__body-rm-text{font-size:14px;line-height:16px;text-transform:capitalize;margin-left:8px}@media(min-width:1140px){.games-slider-wrap--size-m .games-list-card__body-rm-text,.games-slider-wrap--size-s .games-list-card__body-rm-text{display:none}}@media(min-width:1628px){.games-slider-wrap--size-m .games-list-card__body-rm-text,.games-slider-wrap--size-s .games-list-card__body-rm-text{display:block}}.games-list-card__body-play{width:18px;height:auto;color:var(--white-50);cursor:pointer;pointer-events:auto;position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0);transition:width .2s ease-out}.games-list-card__body-play.disabled{color:var(--white-50);pointer-events:none}.no-touch .games-list-card__body-play:hover{width:26px}.games-list-card__badges{position:absolute;top:0;left:0;width:100%;padding:8px;z-index:1}.games-list-card__footer{display:flex;align-items:flex-end;justify-content:center;height:100%;width:100%;border-radius:0 0 8px 8px;padding-bottom:8px;pointer-events:none;color:var(--white);bottom:0;position:absolute;left:50%;transform:translateX(-50%)}.favorites__inner .games-list-card__footer{height:100%}.games-list-card__footer-jackpot{background:linear-gradient(180deg,transparent 61.07%,rgba(0,0,0,.75))}.games-list-card__footer-rtp.red{background:linear-gradient(180deg,rgba(220,82,72,0),rgba(220,82,72,.8) 66.67%,rgba(220,82,72,.96))}.games-list-card__footer-rtp.blue{background:linear-gradient(180deg,rgba(41,132,255,0),rgba(41,132,255,.8) 66.67%,rgba(41,132,255,.96))}.games-list-card__body-demo{font-weight:700;font-size:12px;line-height:20px;text-align:center;letter-spacing:.48px;color:var(--primary);text-transform:uppercase;bottom:20px;position:absolute;left:50%;transform:translateX(-50%);transition:color .3s ease}.no-touch .games-list-card__body-demo:hover{color:var(--primary-2)}@media(min-width:1140px){.games-slider-wrap--size-m .games-list-card__body-demo,.games-slider-wrap--size-s .games-list-card__body-demo{bottom:16px;left:calc(50% + 12px)}}@media(min-width:1628px){.games-slider-wrap--size-m .games-list-card__body-demo,.games-slider-wrap--size-s .games-list-card__body-demo{bottom:20px;left:50%}}@media(min-width:1628px){.games-slider-wrap--size-l .games-list-card__body-demo,.games-slider-wrap--size-xl .games-list-card__body-demo{bottom:25px}}.search-popup .games-list-card__body-demo{bottom:16px}@media(min-width:1140px){.games-slider-wrap--size-m .games-list-card__body-demo--no-rm,.games-slider-wrap--size-s .games-list-card__body-demo--no-rm{bottom:16px;left:50%}}.games-list-card__body-center{position:relative;height:32px}@media(min-width:1140px){.games-slider-wrap--size-s .games-list-card__body-center{margin:0 -2px}}@media(min-width:1628px){.games-slider-wrap--size-s .games-list-card__body-center{margin:0}}.games-list-card__body-provider{width:32px;height:32px;border-radius:100%;overflow:hidden;left:0;position:absolute;top:50%;transform:translateY(-50%);transition:all .2s ease-out}.no-touch .games-list-card__body-provider:hover{width:40px;height:40px;left:-4px}.games-list-card__body-provider-img{width:100%;height:100%}.games-list-card__body-rm{display:flex;align-items:center;top:100%;color:var(--cuprum-100);cursor:pointer;white-space:nowrap;position:absolute;left:50%;transform:translateX(-50%)}@media(min-width:1140px){.games-slider-wrap--size-s .games-list-card__body-rm{margin-top:28px;margin-left:-26px}}@media(min-width:1628px){.games-slider-wrap--size-s .games-list-card__body-rm{margin-top:12px;margin-left:0}}@media(min-width:1140px){.games-slider-wrap--size-m .games-list-card__body-rm{margin-top:34px;margin-left:-26px}}@media(min-width:1628px){.games-slider-wrap--size-m .games-list-card__body-rm{margin-top:24px;margin-left:0}}@media(min-width:1140px){.games-slider-wrap--size-l .games-list-card__body-rm{margin-top:12px}}@media(min-width:1628px){.games-slider-wrap--size-l .games-list-card__body-rm{margin-top:24px}}@media(min-width:1140px){.games-slider-wrap--size-xl .games-list-card__body-rm{margin-top:24px}}@media(min-width:1628px){.games-slider-wrap--size-xl .games-list-card__body-rm{margin-top:44px}}@media(min-width:640px)and (max-width:725px){.games-list-card__body-rm{margin-top:8px}}@media(min-width:1140px){.games-list-card__body-rm{margin-top:20%}.search-popup .games-list-card__body-rm{margin-top:12px}}@media(min-width:1140px)and (max-width:1250px){.games-list-card__body-rm{margin-top:10%}}@media(min-width:1140px){.games-slider-wrap--size-m .games-list-card__body-rm--no-demo,.games-slider-wrap--size-s .games-list-card__body-rm--no-demo{margin-left:0}}.games-list-card__body-rm-ic{width:24px;height:16px;color:var(--cuprum-100)}@media(min-width:1140px){.games-slider-wrap--size-m .games-list-card__body-rm-ic,.games-slider-wrap--size-s .games-list-card__body-rm-ic{width:26px}}@media(min-width:1628px){.games-slider-wrap--size-m .games-list-card__body-rm-ic,.games-slider-wrap--size-s .games-list-card__body-rm-ic{width:24px}}.jackpot-animate-scroll{justify-content:flex-start;overflow:hidden}.games-list-card__footer-jackpot-money,.games-list-card__footer-jackpot-text{white-space:nowrap;padding:0 5px;font-size:12px;line-height:20px;font-weight:700;letter-spacing:.48px}.games-slider-wrap--size-xl .games-list-card__footer-jackpot-money,.games-slider-wrap--size-xl .games-list-card__footer-jackpot-text{font-size:14px}@media(min-width:1628px){.games-slider-wrap--size-l .games-list-card__footer-jackpot-money,.games-slider-wrap--size-l .games-list-card__footer-jackpot-text,.games-slider-wrap--size-m .games-list-card__footer-jackpot-money,.games-slider-wrap--size-m .games-list-card__footer-jackpot-text{font-size:14px}.games-slider-wrap--size-xl .games-list-card__footer-jackpot-money,.games-slider-wrap--size-xl .games-list-card__footer-jackpot-text{font-size:16px}}.jackpot-animate-scroll .games-list-card__footer-jackpot-money,.jackpot-animate-scroll .games-list-card__footer-jackpot-text{display:inline-block;animation:scrollText 4s ease-in-out infinite alternate}@keyframes scrollText{0%{transform:translateX(0);margin-left:0}to{transform:translateX(-100%);margin-left:100%}}.games-list-card__body-live{font-weight:700;font-size:12px;line-height:16px;text-align:center;letter-spacing:.04em;text-transform:uppercase;color:var(--white);margin-top:30px;top:100%;white-space:nowrap;position:absolute;left:50%;transform:translateX(-50%)}.games-list-card__active{position:absolute;top:-4px;bottom:-8px;left:-4px;right:-4px;border:2px solid var(--accent);border-radius:10px;pointer-events:none}@media(min-width:1140px){.games-list-card--hovered .games-list-card__active{top:-8px;bottom:-8px;left:-10px;right:-10px}}.games-list-card__title{font-size:12px;line-height:16px;margin-top:8px;text-align:center;color:var(--gray-600);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.dark .games-list-card__title,.games-info .games-list-card__title{color:var(--white-50)}.favorites__inner .games-list-card__title,.favorites__played .games-list-card__title{display:none}.search-popup__result-items .games-list-card__title{margin:8px auto 0;color:var(--white-50);white-space:normal;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.games-list-card__provider-name{display:flex;font-size:14px;line-height:20px;font-weight:700;padding:12px 16px;color:var(--gray-600)}.games-list-card-branded,.games-list-card-branded.swiper-slide{cursor:pointer;overflow:hidden;display:flex;width:200px;height:130px;flex-direction:column;justify-content:flex-end;border-radius:8px;background:var(--gradient-badge);margin-right:8px}.games-list-card-branded.swiper-slide:last-child,.games-list-card-branded:last-child{margin-right:0}@media(max-width:1139px){.games-list-card-branded,.games-list-card-branded.swiper-slide{scroll-snap-align:start}.games-list-card-branded.swiper-slide:first-child,.games-list-card-branded:first-child{scroll-snap-align:end}.games-list-card-branded.swiper-slide:last-child,.games-list-card-branded:last-child{scroll-snap-align:start}}@media(min-width:640px){.games-list-card-branded,.games-list-card-branded.swiper-slide{width:220px;height:150px}}@media(min-width:1628px){.games-list-card-branded,.games-list-card-branded.swiper-slide{width:240px;height:170px}}.games-list-card-branded__bg{position:absolute;top:0;left:0}.games-list-card-branded__footer{padding:12px;height:60px;display:flex;align-items:center;gap:8px;background:var(--gray-900)}@media(min-width:640px){.games-list-card-branded__footer{height:64px}}.games-list-card-branded__content-info{display:flex;flex-direction:column;gap:4px;flex:1 0 0}.games-list-card-branded__title{overflow:hidden;color:var(--white);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:700;line-height:16px}.games-list-card-branded__provider{color:var(--gray-400);font-size:12px;font-weight:700;line-height:20px;width:-moz-fit-content;width:fit-content}.games-list-card-branded:hover .games-list-card-branded__provider{color:var(--primary)}.games-list-card-branded__nav{display:flex;width:20px;height:20px;padding:5px 6px 5px 8px;justify-content:center;align-items:center}.games-list-card-branded__nav-icon{color:var(--cuprum-50)}.games-list-card-branded__avatar{width:32px;height:32px;border-radius:4px}@media(min-width:640px){.games-list-card-branded__avatar{width:40px;height:40px}}.games-list-card-branded__play{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1}.games-list-card-branded__play-actions{width:100%;height:100%;display:none;flex-direction:column;align-items:center;justify-content:center;gap:8px;opacity:0;transition:opacity .2s ease;background:linear-gradient(180deg,rgba(0,0,0,.75),#000);z-index:1}@media(min-width:1140px){.games-list-card-branded__play-actions{display:flex}.games-list-card-branded:hover .games-list-card-branded__play-actions{opacity:1}}.games-list-card-branded__play-real{display:flex;width:32px;height:32px;justify-content:center;align-items:center}.games-list-card-branded__play-real__icon{width:19.5px;height:auto;color:var(--white);transition:width .2s ease-out}.games-list-card-branded__play-real:hover .games-list-card-branded__play-real__icon{width:26px}.games-list-card-branded__play-demo{color:var(--primary);text-align:center;font-size:12px;font-weight:700;line-height:20px;text-transform:uppercase;transition:color .3s ease}.games-list-card-branded__play-demo:hover{color:var(--primary-2)}@media(min-width:1628px){.games-list-card-branded__play-demo{position:absolute;bottom:8px}}.games-list-card-branded__badges{z-index:1;position:absolute;top:0;left:0;width:100%;padding:8px}@media(min-width:1140px){.games-list-card-branded__badges{transition:opacity .2s ease}.games-list-card-branded:hover .games-list-card-branded__badges{opacity:0}}.game-info-body__row{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}@media(min-width:1140px){.game-info-body__row{margin-bottom:20px}}@media(min-width:1628px){.game-info-body__row{margin-bottom:24px}}.game-info-body__provider{display:flex;flex-direction:column}.game-info-body__provider-name{font-size:12px;line-height:20px;font-weight:700;letter-spacing:.48px;text-transform:uppercase;color:var(--cuprum-50)}.game-info-body__provider-title{font-size:24px;line-height:28px;font-weight:900;color:var(--white)}.game-info-body__game-favorite{width:40px;height:40px;margin-left:22px}.game-info-body__button-wrap{display:flex;gap:12px;margin-bottom:18px}@media(min-width:1140px){.game-info-body__button-wrap{gap:16px;margin-bottom:20px}}@media(min-width:1628px){.game-info-body__button-wrap{gap:20px;margin-bottom:26px}}.game-info-body__button{flex-basis:100%}.game-info-body__realmoney{display:flex;align-items:center;color:var(--cuprum-100);margin-bottom:18px}@media(min-width:1140px){.game-info-body__realmoney{margin-bottom:20px}}@media(min-width:1628px){.game-info-body__realmoney{margin-bottom:26px}}.game-info-body__realmoney-icon{display:flex;flex-shrink:0;width:24px;height:16px;margin-right:4px}@media(min-width:1140px){.game-info-body__realmoney-icon{margin-right:8px}}@media(min-width:1628px){.game-info-body__realmoney-icon{margin-right:12px}}.game-info-body__realmoney-text{font-size:14px;line-height:20px;color:var(--cuprum-100)}.play .game-info-body__realmoney-text{color:var(--accent)}.games-info__body-content{position:relative;display:flex;flex-wrap:wrap;margin:0 -24px 24px -24px;max-height:164px;border-bottom:8px solid var(--gray-600);overflow:hidden}.games-info__body-content:last-child{border:none}.games-info__body-content.open{max-height:none}.games-info__body-content.open:after,.games-info__body-content.open:before{display:none}.games-info__body-content:before{content:"";position:absolute;bottom:24px;left:0;width:100%;height:100px;background:linear-gradient(180deg,rgba(22,25,25,0),var(--black))}.games-info__body-content:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:24px;background-color:var(--black)}.play .games-info__body-content{border-bottom:none;margin-bottom:16px}.games-info__body-content-item{display:flex;align-items:center;justify-content:space-between;width:50%;height:52px;padding:16px 24px;font-weight:700;font-size:12px;line-height:20px;letter-spacing:.04em;text-transform:uppercase}.games-info__body-content-item:nth-child(4n-2),.games-info__body-content-item:nth-child(4n-3){background-color:var(--black)}.games-info__body-content-item:nth-child(odd){padding-right:12px}.games-info__body-content-item:nth-child(2n){padding-left:12px}.games-info__body-content-item-title{color:var(--gray-400);margin-right:8px}.games-info__body-content-item-value{color:var(--white)}.games-info__body-content-button{display:flex;align-items:center;justify-content:center;bottom:24px;position:absolute;left:50%;transform:translateX(-50%);cursor:pointer;padding:8px 16px;border-radius:37px;color:var(--gray-400);transition:all .2s ease-out;z-index:1}.no-touch .games-info__body-content-button:hover{background-color:var(--gray-500);color:var(--white)}.games-info__body-content-button-text{padding-right:8px;font-weight:700;font-size:12px;line-height:24px;letter-spacing:.04em;text-transform:uppercase}.games-info__body-content-button-icon{width:12px;height:auto}.open .games-info__body-content-button-icon{transform:rotate(180deg);transform-origin:center center}.games-info__header{position:relative;background-position:50%;background-size:cover;background-repeat:no-repeat;padding:44px 12px 36px 12px;margin-top:48px;border-radius:12px 12px 0 0}.games-info__header:before{content:"";position:absolute;top:0;left:0;height:100%;width:100%;background:rgba(0,0,0,.48);-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);border-radius:12px 12px 0 0}@media(min-width:1140px){.games-info__header{padding:44px 16px 32px 16px;margin-top:0}.games-info__header,.games-info__header:before{border-radius:16px 16px 0 0}}.games-info__header .games-info__header-img-wr--drops-and-wins{position:relative;width:256px;margin:0 auto}.games-info__header .games-info__header-img-wr--drops-and-wins:after{position:absolute;bottom:0;right:0;width:var(--size-drops-wins,30%);max-width:48px;aspect-ratio:1/1;border-radius:8px 0 8px 0;background-image:url(/img/game/drops_and_wins.png);background-color:var(--gray-900-80);background-size:cover;background-repeat:no-repeat;content:"";width:60px;border-radius:8px 0 5px 0}@media(min-width:1628px){.games-info__header{padding:52px 20px 28px 20px}.games-info__header,.games-info__header:before{border-radius:20px 20px 0 0}}.games-info__header--no-info{padding-bottom:50px}.games-info__header-img{width:256px;height:256px;margin:0 auto;border-radius:5px;filter:drop-shadow(0 29px 48px rgba(0,0,0,.62))}.games-info__header-info{position:relative;display:flex;justify-content:space-between;z-index:1;margin-top:26px}.games-info__header-info--no-jackpot{justify-content:flex-end}.games-info__header-info-jackpot{margin-right:20px;text-align:left}.games-info__header-info-value{font-size:20px;line-height:24px;font-weight:700;color:var(--white);white-space:nowrap}.games-info__header-info-title{font-size:14px;line-height:16px;font-weight:700;color:var(--secondary-2)}.games-info__header-info-tournament{text-align:right}.games-info__header-close{position:fixed;top:60px;right:12px;display:flex;padding:4px;z-index:2;cursor:pointer;transition:var(--close_transition)}.games-info__header-close:hover{transform:var(--close_animation)}@media(min-width:1140px){.games-info__header-close{position:absolute;top:16px;right:16px}.games-info__wrapper--fixed .games-info__header-close{position:fixed;top:88px;right:36px}}@media(min-width:1628px){.games-info__header-close{top:20px;right:20px}.games-info__wrapper--fixed .games-info__header-close{top:104px;right:44px}}@media(min-width:1920px){.games-info__header-close{right:16px}.games-info__wrapper--fixed .games-info__header-close{right:calc(50vw - 920px)}}.games-info__header-close-icon{width:20px;height:20px;padding:2px;color:var(--white)}.games-info-tags{display:flex;align-items:center;padding:0 24px 16px;margin:0 -24px 0 -24px;overflow-x:scroll;-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.games-info-tags::-webkit-scrollbar{height:0;width:0;opacity:0;color:transparent;background-color:transparent;display:none}.games-info-tags::-webkit-scrollbar-thumb,.games-info-tags::-webkit-scrollbar-track{background:transparent;display:none}.games-info__body .games-info-tags:last-child{padding-bottom:0;margin-bottom:0}@media(min-width:1140px){.games-info-tags{overflow:visible;flex-wrap:wrap;gap:8px;padding:0 0 20px;margin:0}}@media(min-width:1628px){.games-info-tags{gap:12px}}.games-info-tags__item{font-weight:700;font-size:12px;line-height:20px;letter-spacing:.48px;color:var(--secondary-2);padding:8px 12px;margin-right:4px;background:var(--gray-900);border-radius:12px;white-space:nowrap;scroll-snap-align:end;transition:all .2s ease-out;outline:none}.games-info-tags__item:last-child{margin-right:0;scroll-snap-align:start}.no-touch .games-info-tags__item:hover{color:var(--white-50)}.games-info-tags__item:active{background:var(--black)}@media(min-width:1140px){.games-info-tags__item{margin-right:0}}.badge-info{display:flex;align-items:center;padding:8px;height:36px;background-color:var(--gray-900);border-radius:44px;font-weight:700;font-size:12px;line-height:20px;letter-spacing:.48px;color:var(--gray-300);box-shadow:var(--shadow-black);white-space:nowrap;cursor:pointer}.event-header__top .badge-info,.promo-tile-header .badge-info{color:var(--gray-600);background-color:var(--white)}.event-header__top .badge-info>div,.promo-tile-header .badge-info>div{text-transform:capitalize}.dark .promo-tile-header .badge-info{background-color:var(--gray-900);color:var(--white)}.promotion-card .promo-tile-header .badge-info,.promotions-slider__top .badge-info{color:var(--white-50)!important;background-color:var(--gray-900)}.promotion-card .promo-tile-header .badge-info>div:first-letter,.promotions-slider__top .badge-info>div:first-letter{text-transform:uppercase}.badge-info.tournament-info__badge{width:-moz-fit-content;width:fit-content;position:relative;margin:0 auto;background-color:var(--white);color:var(--gray-600)}.badge-info.tournament-info__badge>div:first-letter{text-transform:uppercase}.no-touch .badge-info:hover{color:var(--white-50)}.no-touch .event-header__top .badge-info:hover,.no-touch .promo-tile-header .badge-info:hover{color:var(--gray-600)}.dark .no-touch .promo-tile-header .badge-info:hover{color:var(--white)}.badge-info__currency{font-size:16px}.badge-info-icon{display:flex;width:15px;height:15px;color:var(--white-50);margin-left:7px}.event-header__top .badge-info-icon,.promo-tile-header .badge-info-icon{color:var(--gray-600)}.dark .promo-tile-header .badge-info-icon{color:var(--white)}.promotion-card .promo-tile-header .badge-info-icon{color:var(--white-50)}.tournament-info__badge .badge-info-icon{color:var(--gray-600)}.timer-block{display:flex;align-items:center}.profile-user-card-sidebar__bonuses .timer-block,.profile-user-card-sidebar__freechips .timer-block,.profile-user-card-sidebar__freespins .timer-block{color:var(--gray-600);align-items:baseline}.dark .profile-user-card-sidebar__bonuses .timer-block,.dark .profile-user-card-sidebar__freechips .timer-block,.dark .profile-user-card-sidebar__freespins .timer-block{color:var(--white-50)}.partners-contests-stream__header-timer .timer-block{color:var(--cuprum-50)}.timer-block__item{display:flex;font-weight:700;font-size:16px;line-height:24px}.payment-balance .timer-block__item{font-size:14px;line-height:20px;color:var(--white-50)}.promotions-slider__slider-item--events .timer-block__item{align-items:flex-end}.timer-block__item.day{margin-right:5px}.promotions-slider__slider-item--events .timer-block__item.day{margin-right:3px}.calendar__event-timer .timer-block__item{align-items:flex-end}.promo-tile-footer__timer-inner .timer-block__item{align-items:baseline}.profile-user-card-sidebar__freechips .timer-block__item,.profile-user-card-sidebar__freespins .timer-block__item{font-size:14px;font-weight:700;line-height:20px}.dark .profile-user-card-sidebar__freechips .timer-block__item,.dark .profile-user-card-sidebar__freespins .timer-block__item{color:var(--white)}.profile-user-card-sidebar__bonuses .timer-block__item{font-size:14px}.profile-history-bonuses__item-timer .timer-block__item{font-size:14px;line-height:20px;color:var(--gray-600)}.dark .profile-history-bonuses__item-timer .timer-block__item{color:var(--white-50)}@media(min-width:1140px){.profile-history-bonuses__item-timer .timer-block__item{font-size:16px}}.partners-contests-stream__header-timer .timer-block__item{font-size:32px;line-height:40px;font-weight:900}.promotions-slider__slider-item--events .timer-block__count{font-size:20px;line-height:20px;color:var(--cuprum-50)}.event-page__timer .timer-block__count{font-size:24px;line-height:28px}@media(min-width:1140px){.event-page__timer .timer-block__count{font-size:36px;line-height:36px}}.event-info-lottery .timer-block__count,.event-info-tournament .timer-block__count{font-size:20px;line-height:24px;color:var(--cuprum-50)}@media(min-width:1140px){.event-info-lottery .timer-block__count,.event-info-tournament .timer-block__count{font-size:40px;font-weight:900;line-height:48px}}.event-info__timer--promotion .timer-block__count{color:var(--cuprum-100)}.calendar__event-timer .timer-block__count{font-weight:700;font-size:20px;line-height:1.4;color:var(--white)}@media(min-width:1140px){.calendar__event-timer .timer-block__count{font-size:24px;line-height:1.17}}.promo-tile-footer__timer-inner .timer-block__count{font-size:20px;font-weight:700;line-height:24px;color:var(--gray-500)}.dark .promo-tile-footer__timer-inner .timer-block__count{color:var(--cuprum-50)}.timer-block__label{display:inline-flex}.promotions-slider__slider-item--events .timer-block__label{font-size:20px;line-height:20px;color:var(--cuprum-50)}.profile-history-bonuses-item__timer .timer-block__label{font-size:16px;line-height:20px}.event-page__timer .timer-block__label{font-size:16px;line-height:22px;color:var(--white);opacity:.6;align-items:end;text-transform:uppercase}@media(min-width:1140px){.event-page__timer .timer-block__label{line-height:24px}}.event-info-lottery .timer-block__label,.event-info-tournament .timer-block__label{font-size:20px;line-height:24px;color:var(--cuprum-50)}@media(min-width:1140px){.event-info-lottery .timer-block__label,.event-info-tournament .timer-block__label{font-size:40px;font-weight:900;line-height:48px}}.event-info__timer--promotion .timer-block__label{color:var(--cuprum-100)}.calendar__event-timer .timer-block__label{font-style:normal;font-weight:700;font-size:12px;line-height:2;color:var(--white);opacity:.6;text-transform:uppercase}@media(min-width:1140px){.calendar__event-timer .timer-block__label{font-size:16px;line-height:1.38}}.promo-tile-footer__timer-inner .timer-block__label{font-size:20px;font-weight:700;line-height:24px;color:var(--gray-500)}.dark .promo-tile-footer__timer-inner .timer-block__label{color:var(--cuprum-50)}.timer-block__item-colon{font-weight:700;font-size:16px;line-height:24px}.profile-history-bonuses__item-timer .timer-block__item-colon{font-size:14px;line-height:20px;color:var(--gray-600)}.dark .profile-history-bonuses__item-timer .timer-block__item-colon{color:var(--white-50)}.promotions-slider__slider-item--events .timer-block__item-colon{padding:0 3px;font-size:20px;line-height:20px;color:var(--cuprum-50)}.payment-balance .timer-block__item-colon{font-size:14px;line-height:20px;color:var(--white-50)}.event-info-lottery .timer-block__item-colon,.event-info-tournament .timer-block__item-colon,.event-page__timer .timer-block__item-colon{padding:0 2px;font-size:20px;line-height:24px;color:var(--cuprum-50)}@media(min-width:1140px){.event-info-lottery .timer-block__item-colon,.event-info-tournament .timer-block__item-colon,.event-page__timer .timer-block__item-colon{font-size:40px;font-weight:900;line-height:48px}}.event-info__timer--promotion .timer-block__item-colon{color:var(--cuprum-100)}.calendar__event-timer .timer-block__item-colon{font-style:normal;font-weight:700;font-size:20px;line-height:1.4;color:var(--white);margin:0 6px 0 4px;position:relative;top:-1px}@media(min-width:1140px){.calendar__event-timer .timer-block__item-colon{font-size:28px;line-height:.7;margin:0 3px 0 6px}}.promo-tile-footer__timer-inner .timer-block__item-colon{margin:0 2px;font-size:20px;font-weight:700;line-height:24px;color:var(--gray-500)}.dark .promo-tile-footer__timer-inner .timer-block__item-colon{color:var(--cuprum-50)}.profile-user-card-sidebar__freechips .timer-block__item-colon,.profile-user-card-sidebar__freespins .timer-block__item-colon{font-size:14px;line-height:20px}@media(min-width:1140px){.profile-history-bonuses__item-timer .timer-block__item-colon{font-size:16px}}.partners-contests-stream__header-timer .timer-block__item-colon{font-size:30px;line-height:40px;font-weight:600}.strategy-info{display:flex;flex-direction:column;padding:0 16px 40px}@media(min-width:1140px){.strategy-info{padding:16px 14px}}.strategy-info__title{font-weight:700;font-size:20px;line-height:24px;letter-spacing:normal;margin-bottom:16px;color:var(--primary)}.strategy-info__title:last-child{margin-bottom:0}@media(min-width:1140px){.strategy-info__title{font-size:14px;line-height:20px;margin-bottom:8px}}.strategy-info__text{margin-bottom:20px;font-size:16px;line-height:24px;color:var(--gray-600)}.strategy-info__text:last-child{margin-bottom:0}@media(min-width:1140px){.strategy-info__text{font-size:14px;line-height:20px;font-weight:700;margin-bottom:8px}}.strategy-info__link{transition:color .2s ease-out;font-size:12px;letter-spacing:.48px;line-height:20px;color:var(--gray-700);font-weight:700;display:flex;gap:4px;align-items:center}.no-touch .strategy-info__link:hover{color:var(--primary)}.strategy-info__icon{width:6px;height:10px;color:var(--primary)}.game-info-tournament{display:flex;flex-direction:column;padding-top:16px;margin-bottom:24px;border-top:1px solid var(--gray-700)}.game-info-tournament:last-child{margin-bottom:0}@media(min-width:1140px){.game-info-tournament{padding-top:20px}}@media(min-width:1628px){.game-info-tournament{padding-top:24px}}.game-info-tournament__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}@media(min-width:1140px){.game-info-tournament__head{margin-bottom:8px}}@media(min-width:1628px){.game-info-tournament__head{margin-bottom:12px}}.game-info-tournament__row{display:flex;flex-direction:column}.game-info-tournament__row--badge{position:relative}.game-info-tournament__row--badge:before{content:"";display:block;width:150%;height:20px;position:absolute;bottom:calc(100% - 1px);right:0}.game-info-tournament__title{font-size:12px;line-height:20px;letter-spacing:.48px;font-weight:700;color:var(--gray-400)}.game-info-tournament__name{font-size:24px;line-height:28px;font-weight:900;color:var(--white)}.game-info-tournament__info{display:flex;justify-content:space-between}.game-info-tournament__info-right{display:flex;flex-direction:column;align-items:flex-end}.game-info-tournament__text{font-size:12px;line-height:20px;letter-spacing:.48px;font-weight:700;color:var(--gray-400)}.game-info-tournament__timer{color:var(--cuprum-50)}.game-info-tournament__prize-pool{font-size:12px;line-height:20px;font-weight:700;color:var(--white-50)}.game-info-tournament__value{font-size:20px;line-height:20px;font-weight:700;color:var(--cuprum-50)}.game-info-tournament__button{margin-top:8px}@media(min-width:1140px){.game-info-tournament__button{margin-top:12px}}@media(min-width:1628px){.game-info-tournament__button{margin-top:16px}}@media(min-width:1140px){.game-info-tournament__tooltip{display:none;position:absolute;z-index:1;bottom:52px;right:0;width:298px;border-radius:12px;background-color:var(--white);box-shadow:var(--shadow-black);cursor:auto}.no-touch .game-info-tournament__row--badge:hover .game-info-tournament__tooltip{display:block}.game-info-tournament__tooltip:before{content:"";position:absolute;bottom:-7px;right:20px;width:0;height:0;border-top:7.5px solid var(--white);border-left:7.5px solid transparent;border-right:7.5px solid transparent}}.game-info-tournament__badge{color:var(--white-50);text-transform:capitalize}.games-info{height:100%}.games-info__wrapper--fixed{position:relative}.games-info__wrapper--fixed:before{content:"";position:fixed;background:linear-gradient(0,rgba(33,33,35,0),#212123);height:88px;width:100%;top:48px;z-index:2}@media(min-width:1140px){.games-info__wrapper--fixed:before{top:auto;max-width:330px;border-radius:16px 16px 0 0}}@media(min-width:1628px){.games-info__wrapper--fixed:before{max-width:370px;border-radius:20px 20px 0 0}}.games-info__body{position:sticky;background-color:var(--cool-gray-850);padding:16px 12px}@media(min-width:1140px){.games-info__body{position:relative;padding:20px 16px;border-radius:0 0 16px 16px}}@media(min-width:1628px){.games-info__body{padding:24px 20px;border-radius:0 0 20px 20px}}.games-info__games-cards-slider{padding-top:8px}.digital-odometer-v2{overflow:hidden;display:flex;justify-content:center;font-family:var(--font_lato);font-size:24px;line-height:28px;font-weight:900;color:var(--gray-700);vertical-align:baseline}.dark .digital-odometer-v2{color:var(--white)}.home-bg-section-jackpot .digital-odometer-v2{font-size:36px;line-height:56px;color:var(--white)}@media(min-width:1140px){.home-bg-section-jackpot .digital-odometer-v2{font-size:48px;line-height:56px}}.digital-odometer-v2.digital-odometer-v2--reverce-currency{display:flex;flex-direction:row-reverse}.digital-odometer-v2__number-sliders{display:flex;align-items:flex-start;height:28px}.home-bg-section-jackpot .digital-odometer-v2__number-sliders{height:60px}.digital-odometer-v2__number-slider{display:flex;align-items:center;flex-direction:column;text-align:center;transition:transform .5s ease-in-out}.digital-odometer-v2__number-item{display:block}.digital-odometer-v2__currency-symbol:after,.digital-odometer-v2__currency-symbol:before,.digital-odometer-v2__number-slider:nth-last-child(3n+4) .digital-odometer-v2__number-item:after{content:" "}.home-bg-section-jackpot .digital-odometer-v2__currency-symbol{position:relative}.skeleton-jackpot{height:364px;width:100%;padding:60px 0 0;border-radius:20px 20px 0 0;position:relative;background:var(--gray-900)}.skeleton-jackpot__title{width:176px;height:20px;margin:0 auto 12px;border-radius:4px;position:relative;overflow:hidden}.skeleton-jackpot__counter{width:314px;height:48px;margin:0 auto;border-radius:4px;position:relative;overflow:hidden}.skeleton-jackpot__counter,.skeleton-jackpot__title{background-color:var(--gray-700);background-image:var(--gradient-winners-skeleton-dark);background-size:100px 100%;background-position:left -100px top 0;background-repeat:no-repeat;animation:shine 2s ease-in-out infinite}.jackpot{padding:20px 16px 19px;text-align:center;background-color:var(--white-100);border-radius:20px;border-bottom:1px solid var(--white-200)}.new-year-theme .jackpot{background-image:url(/img/new-year/branch-jackpot.png);background-size:contain;background-repeat:no-repeat}@media(min-width:1628px){.jackpot{padding:24px 20px 23px}}.dark .jackpot{background-color:var(--cool-gray-850);border-color:transparent}.home-bg-section-jackpot .jackpot{position:relative;padding:60px 16px 0;border-radius:20px 20px 0 0;height:268px;background:none;overflow:hidden;border:none;transform:translateZ(0)}@media(min-width:1140px){.home-bg-section-jackpot .jackpot{height:364px}}.home-bg-section-jackpot .jackpot.jackpot-loaded{height:364px}.new-year-theme .home-bg-section-jackpot .jackpot:after{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:124px;background-image:url(/img/new-year/garland.png);background-size:163.221% 145.968%;background-position:-119.039px -57px;background-repeat:no-repeat}@media(min-width:640px){.new-year-theme .home-bg-section-jackpot .jackpot:after{height:184px;background-size:153.759% 158.152%;background-position:-189.529px -107px}}@media(min-width:1140px){.new-year-theme .home-bg-section-jackpot .jackpot:after{height:200px;background-size:144.734% 160.5%;background-position:-179.754px -121px}}@media(min-width:1628px){.new-year-theme .home-bg-section-jackpot .jackpot:after{background-size:114.747% 164.615%;background-position:-69.754px -129.231px}}@media(min-width:1810px){.new-year-theme .home-bg-section-jackpot .jackpot:after{background-position:-101px -129.231px}}.jackpot__video-wr{overflow:hidden}.jackpot__video-wr,.jackpot__video-wr:after{position:absolute;top:0;left:0;width:100%;height:100%}.jackpot__video-wr:after{content:"";display:block}.sidebar .jackpot__video-wr{display:none}.jackpot__video{position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0);min-height:100%;min-width:100%}.jackpot__title{font-size:12px;line-height:20px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--gray-600)}.dark .jackpot__title{color:var(--gray-300)}.home-bg-section-jackpot .jackpot__title{position:relative;font-size:16px;color:var(--cuprum-100)}@media(min-width:1140px){.home-bg-section-jackpot .jackpot__title{font-size:20px;line-height:24px}}.jackpot-loaded .jackpot__title{display:none}.jackpot__odometer-wr{margin-bottom:12px}@media(min-width:1628px){.jackpot__odometer-wr{margin-bottom:16px}}.home-bg-section-jackpot .jackpot__odometer-wr{margin-bottom:0}.jackpot-loaded .jackpot__odometer-wr{display:none}.jackpot__btn-wr{display:flex}.jackpot__btn{width:100%;height:48px;padding:12px 28px}.payment-balance-cancel{position:relative;display:flex;flex-direction:column;padding-top:20px;margin-top:4px}.payment-balance-bonuses .payment-balance-cancel{margin-top:20px}.payment-balance-cancel:before{content:"";position:absolute;top:0;width:100%;height:1px;background-color:var(--cool-gray-850)}.profile-user-card-sidebar__freechips .payment-balance-cancel:before,.profile-user-card-sidebar__freespins .payment-balance-cancel:before{background-color:var(--white-200)}.dark .profile-user-card-sidebar__freechips .payment-balance-cancel:before,.dark .profile-user-card-sidebar__freespins .payment-balance-cancel:before{background-color:var(--cool-gray-850)}.payment-balance-bonuses-buy .payment-balance-cancel,.payment-balance-freechips .payment-balance-cancel,.payment-balance-freespins .payment-balance-cancel{padding-top:0;margin-top:0}.payment-balance-bonuses-buy .payment-balance-cancel:before,.payment-balance-freechips .payment-balance-cancel:before,.payment-balance-freespins .payment-balance-cancel:before{display:none}.payment-balance-cancel__title{font-size:16px;line-height:24px;font-weight:700;margin-bottom:8px;color:var(--white)}.profile-user-card-sidebar__freechips .payment-balance-cancel__title,.profile-user-card-sidebar__freespins .payment-balance-cancel__title{color:var(--gray-600)}.dark .profile-user-card-sidebar__freechips .payment-balance-cancel__title,.dark .profile-user-card-sidebar__freespins .payment-balance-cancel__title{color:var(--white)}@media(min-width:1140px)and (max-width:1627px){.profile-user-card-sidebar__freechips .payment-balance-cancel__title,.profile-user-card-sidebar__freespins .payment-balance-cancel__title{margin-bottom:4px}}.payment-balance-cancel__text{display:flex;flex-direction:column;font-size:14px;line-height:20px;color:var(--gray-400);margin-bottom:8px}.profile-user-card-sidebar__freechips .payment-balance-cancel__text,.profile-user-card-sidebar__freespins .payment-balance-cancel__text{color:var(--gray-500)}.dark .profile-user-card-sidebar__freechips .payment-balance-cancel__text,.dark .profile-user-card-sidebar__freespins .payment-balance-cancel__text{color:var(--gray-400)}.payment-balance-bonuses-buy-item .payment-balance-cancel__text,.payment-balance-freechips .payment-balance-cancel__text,.payment-balance-freespins .payment-balance-cancel__text{margin-bottom:0}.payment-balance-cancel__text-inner{margin-bottom:8px}.payment-balance-cancel__text-inner:last-child{margin-bottom:0}.payment-balance-cancel__text-inner--white{font-weight:700;color:var(--white)}.payment-balance-cancel__btns{display:flex;align-content:center;flex-direction:row-reverse;gap:12px;margin-top:20px}@media(min-width:1140px)and (max-width:1627px){.profile-user-card-sidebar__freechips .payment-balance-cancel__btns,.profile-user-card-sidebar__freespins .payment-balance-cancel__btns{margin-top:16px;gap:8px}}.payment-balance-cancel__btn{flex:1 0 auto;width:calc(50% - 40px);height:48px;padding:12px 28px}@media(min-width:1140px)and (max-width:1627px){.profile-user-card-sidebar__freechips .payment-balance-cancel__btn,.profile-user-card-sidebar__freespins .payment-balance-cancel__btn{width:calc(50% - 32px);height:44px;padding:10px 20px}}.accordion-1{counter-reset:item2}.accordion-1__item{counter-increment:item;margin-bottom:12px;border-radius:12px;background:var(--white)}.dark .accordion-1__item{background-color:var(--gray-900)}.accordion-1__item:last-child{margin-bottom:0}.accordion-1__item.open .accordion-1__item-header{border-bottom:1px solid var(--cool-white-100)}.dark .accordion-1__item.open .accordion-1__item-header{border-color:var(--cool-gray-850)}.accordion-1__item.open .accordion-1__item-header:after{background-image:url(../../../assets/776812/img/minus.e006b977.svg)}.accordion-1__item a{transition:color .2s ease-out;color:var(--primary)}.no-touch .accordion-1__item a:hover{color:var(--primary-2)}@media(min-width:1140px){.accordion-1__item{margin-bottom:16px}}@media(min-width:1628px){.accordion-1__item{margin-bottom:20px}}.accordion-1__item-header{position:relative;display:flex;align-items:center;padding:12px 44px 12px 12px;cursor:pointer}.accordion-1__item-header:after{content:"";color:var(--gray-500);position:absolute;right:16px;width:12px;height:12px;transition:all .2s ease;background-image:url(../../../assets/776812/img/plus.977b214e.svg);background-repeat:no-repeat;background-size:100% auto;background-position:50%}.dark .accordion-1__item-header:after{background-image:url(../../../assets/776812/img/plus-dark.12832201.svg)}.accordion-1__item-header:before{content:counter(item) ". ";position:absolute;align-self:flex-start;font-size:16px;line-height:20px;color:var(--gray-600)}.dark .accordion-1__item-header:before{color:var(--white-50)}.accordion .accordion-1__item-header:before{content:none}@media(min-width:1140px){.accordion-1__item-header{padding:16px 44px 16px 16px}.accordion-1__item-header:after{right:20px}}@media(min-width:1628px){.accordion-1__item-header{padding:20px}.accordion-1__item-header:after{right:24px}}.payments-page .accordion-1__item-header:before{content:none}@media(min-width:1140px){.payments-page .accordion-1__item-header{padding:16px 48px 16px 16px}}@media(min-width:1628px){.payments-page .accordion-1__item-header{padding:20px 52px 20px 20px}}.accordion-1__item-header-text{text-indent:17px;color:var(--gray-600);font-size:16px;font-weight:400;line-height:20px}.dark .accordion-1__item-header-text{color:var(--white-50)}.accordion-1__item:nth-child(n+10) .accordion-1__item-header-text{text-indent:26px}.accordion .accordion-1__item-header-text{text-indent:0}.accordion .accordion-1__item-cont .accordion-1__item-header-text{display:flex;flex-wrap:wrap;gap:8px}.payments-page__block--accordion .accordion-1__item-header-text{text-indent:0}.accordion-1__item-cont{display:none}.accordion-1__item-cont-inner{padding:12px}@media(min-width:1140px){.accordion-1__item-cont-inner{padding:20px}}@media(min-width:1140px){.accordion .accordion-1__item-cont-inner{padding:16px}}@media(min-width:1628px){.accordion .accordion-1__item-cont-inner{padding:20px}}.accordion-1__item-cont-inner>.accordion-1__list{counter-reset:item2;margin-bottom:32px}.accordion-1__item-cont-inner>.accordion-1__list:last-child{margin-bottom:0}.accordion-1__item-cont-inner>.accordion-1__list>li{counter-increment:item2;font-size:16px;line-height:20px;color:var(--gray-600);margin-bottom:12px}.dark .accordion-1__item-cont-inner>.accordion-1__list>li{color:var(--white-50)}@media(min-width:1140px){.accordion-1__item-cont-inner>.accordion-1__list>li{margin-bottom:20px}}.accordion-1__item-cont-inner>.accordion-1__list>li:before{content:counter(item) "." counter(item2) ".";display:inline-block;font-size:16px;line-height:20px;color:var(--primary)}.cancel-bonus-consent .accordion-1__item-cont-inner>.accordion-1__list>li:before{content:"30.2"}.trusted-user .accordion-1__item-cont-inner>.accordion-1__list>li.terms-element--untrusted,.untrusted-user .accordion-1__item-cont-inner>.accordion-1__list>li.terms-element--trusted{display:none}.accordion-1__item-cont-inner>.accordion-1__list>li:last-child{margin-bottom:0}.accordion-1__item-cont-inner>.accordion-1__list>li>.accordion-1__list{counter-reset:item3;margin-bottom:12px}@media(min-width:1628px){.accordion-1__item-cont-inner>.accordion-1__list>li>.accordion-1__list{margin-bottom:20px}}.accordion-1__item-cont-inner>.accordion-1__list>li>.accordion-1__list:last-child{margin-bottom:0}.accordion-1__item-cont-inner>.accordion-1__list>li>.accordion-1__list>li{counter-increment:item3;margin-bottom:20px;font-size:16px;line-height:20px;color:var(--gray-600)}.dark .accordion-1__item-cont-inner>.accordion-1__list>li>.accordion-1__list>li{color:var(--white-50)}.accordion-1__item-cont-inner>.accordion-1__list>li>.accordion-1__list>li:before{content:counter(item) "." counter(item2) "." counter(item3) ".";display:inline-block;font-size:16px;line-height:20px;color:var(--primary)}.accordion-1__item-cont-inner>.accordion-1__list>li>.accordion-1__list>li:last-child{margin-bottom:0}@media(min-width:1140px){.payments-page .accordion-1__item-cont-inner{padding:16px}}@media(min-width:1628px){.payments-page .accordion-1__item-cont-inner{padding:20px}}.accordion-1__item-cont-text{margin-bottom:12px;font-size:16px;line-height:20px;color:var(--gray-600)}.dark .accordion-1__item-cont-text{color:var(--white-50)}.accordion-1__item-cont-text:last-child{margin-bottom:0}@media(min-width:1628px){.accordion-1__item-cont-text{margin-bottom:20px}}.accordion-1__table{width:100%}.accordion-1__table tr{border-bottom:1px solid var(--white-200)}.dark .accordion-1__table tr{border-bottom:1px solid var(--gray-700)}.accordion-1__table tr:last-child{border:none}.accordion-1__table td{font-size:16px;line-height:22px;color:var(--gray-500);padding:10px}.dark .accordion-1__table td{color:var(--gray-400)}.accordion-1__table td[colspan="2"]{text-align:center}.accordion-1__table-title td{font-size:18px;line-height:28px;color:var(--gray-500);text-transform:uppercase}.dark .accordion-1__table-title td{color:var(--gray-400)}.ul-2{padding:0;margin:8px 0;font-size:16px;line-height:20px;color:var(--gray-600)}.dark .ul-2{color:var(--white-50)}.ul-2>li{position:relative;padding-left:14px;margin-bottom:4px}.ul-2>li:before{content:"";position:absolute;top:8px;left:0;display:block;width:7px;height:7px;background:var(--primary);border-radius:7px}.ul-2>li:last-child{margin-bottom:0}@media(min-width:640px){.ul-2>li{margin-bottom:8px}}@media(min-width:1140px){.ul-2>li{padding-left:22px;margin-bottom:12px}}.ul-2:last-child{margin-bottom:0}.gray .ul-2>li{color:var(--gray-400)}@media(min-width:1140px){.ul-2{margin:16px 0}}.static-page__ul{margin-bottom:16px}.static-page__ul:last-child{margin-bottom:0}.static-page__ul>li{position:relative;margin-bottom:4px;padding-left:13px;font-weight:400;font-size:14px;line-height:20px;color:var(--gray-600)}.dark .static-page__ul>li{color:var(--white-50)}.static-page__ul>li:before{content:"";position:absolute;left:0;top:7px;width:7px;height:7px;border-radius:50%;background:var(--primary)}@media(min-width:1140px){.static-page__ul>li{margin-bottom:8px}}@media(min-width:1628px){.static-page__ul>li{margin-bottom:12px;padding-left:17px}}.static-page__ul>li:last-child{margin-bottom:0}.static-page__ul a{color:var(--primary);text-decoration:none;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}.static-page__ul--light>li{color:var(--gray-600)}.top-banner{position:relative;height:138px;margin:100px 16px 12px;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:20px;background-size:cover;background-position:50%;z-index:0}@media(min-width:640px){.top-banner{height:152px;margin:100px 16px 12px}}@media(min-width:1140px){.top-banner{height:193px;margin:72px 20px 16px}}@media(min-width:1628px){.top-banner{margin:84px 24px 20px}}.news-page .top-banner{position:absolute;top:0;left:0;margin-top:0;width:100%;height:394px;background-image:url(/img/news/news-banner_mob.webp);background-size:cover;background-position:50% 0;z-index:-1}@media(min-width:1140px){.news-page .top-banner{background-image:none;height:608px}}.top-banner__headers{padding:0 16px}@media(min-width:1024px){.top-banner__headers{padding:0}}@media(max-width:374px){.top-banner--antilock .top-banner__headers{padding:0 5px}}.top-banner--about,.top-banner--contacts{justify-content:flex-start;height:123px;margin:0 16px;padding:44px 0 0;border-radius:20px 20px 0 0}.top-banner--about:after,.top-banner--contacts:after{top:0;bottom:0;height:100%;border-radius:20px 20px 0 0}@media(min-width:640px){.top-banner--about,.top-banner--contacts{height:152px;padding:50px 0 0}}@media(min-width:1024px){.top-banner--about,.top-banner--contacts{background-size:cover;padding:60px 0 0;margin:0 20px;height:364px}}@media(min-width:1628px){.top-banner--about,.top-banner--contacts{margin:0 24px}}@media(min-width:1140px){.top-banner--contacts{z-index:1}}.top-banner--app{align-items:flex-start;justify-content:space-between;height:304px;margin-top:64px;padding:20px;background-repeat:no-repeat;background-position:76% top}.top-banner--app:after{display:none}@media(min-width:1140px){.top-banner--app{height:400px;margin-top:72px;padding:28px;background-position:66% top}}@media(min-width:1628px){.top-banner--app{margin-top:84px;padding:40px;background-position:top}}.top-banner--policy{height:176px}@media(min-width:1140px){.top-banner--policy{height:193px}}.top-banner--policy .center-block{width:auto;padding:0}.antilock-page .top-banner--policy{height:138px}@media(min-width:640px){.antilock-page .top-banner--policy{height:152px}}@media(min-width:1140px){.antilock-page .top-banner--policy{height:193px}}@media(max-width:374px){.top-banner--antilock{height:176px}}.top-banner__bg-mob{position:absolute;left:0;top:0;width:100%;height:390px;background-position:50% 0;background-repeat:no-repeat;background-size:cover;z-index:-1}@media(min-width:1024px){.top-banner__bg-mob{display:none}}.top-banner__title{margin-bottom:4px;font-size:40px;line-height:48px;font-weight:900;color:var(--white);text-align:center}.top-banner__title:last-child{margin-bottom:0}@media(min-width:1628px){.top-banner__title{margin-bottom:8px}}.top-banner--antilock .top-banner__title,.top-banner--policy .top-banner__title,.top-banner--risk-warning .top-banner__title,.top-banner--terms .top-banner__title,.top-banner--termssport .top-banner__title,.top-banner--termsvsport .top-banner__title{margin-bottom:12px;padding:0 8px;font-size:24px;line-height:28px}@media(min-width:1140px){.top-banner--antilock .top-banner__title,.top-banner--policy .top-banner__title,.top-banner--risk-warning .top-banner__title,.top-banner--terms .top-banner__title,.top-banner--termssport .top-banner__title,.top-banner--termsvsport .top-banner__title{margin-bottom:16px;font-size:40px;line-height:48px}}.top-banner--policy .top-banner__title,.top-banner--risk-warning .top-banner__title{margin-bottom:0}.top-banner--antilock .top-banner__title{margin-bottom:4px;padding:0 8px;font-size:24px;line-height:28px}@media(min-width:640px){.top-banner--antilock .top-banner__title{font-size:40px;line-height:48px}}@media(min-width:1628px){.top-banner--antilock .top-banner__title{margin-bottom:8px}}.top-banner--app .top-banner__title{margin-bottom:16px;text-align:left}@media(max-width:1139px){.top-banner--app .top-banner__title{font-size:24px;line-height:28px;margin-bottom:12px}}.top-banner__subtitle{font-size:16px;line-height:24px;font-weight:700;color:var(--white-50);text-align:center}.top-banner--app .top-banner__subtitle{line-height:20px;text-align:left}@media(min-width:1140px){.top-banner--app .top-banner__subtitle{font-size:24px;line-height:28px}}.top-banner__subtitle-1{font-size:18px;line-height:25px;text-align:center;color:var(--white-50)}.top-banner--antilock .top-banner__subtitle-1{font-size:16px;line-height:20px;font-weight:400;color:var(--white-50)}@media(max-width:639px){.top-banner--antilock .top-banner__subtitle-1{max-width:267px;margin:0 auto}}@media(min-width:640px)and (max-width:1627px){.top-banner--antilock .top-banner__subtitle-1{max-width:387px;margin:0 auto}}@media(min-width:1628px){.top-banner--antilock .top-banner__subtitle-1{padding:0 98px}}.top-banner__footer{width:100%;max-width:180px}@media(min-width:1140px){.top-banner__footer{max-width:235px}}.top-banner__text{margin-bottom:20px;font-size:16px;line-height:20px;color:var(--white-50)}@media(max-width:1139px){.top-banner__text{max-width:134px;margin-bottom:12px;font-size:12px}}@media(min-width:1140px){.top-banner__text{font-weight:700}}.top-banner__btn{display:flex;padding:8px 16px;background:var(--gray-700);width:max-content;border-radius:8px;font-weight:700;font-size:16px;line-height:24px;min-width:155px}.no-touch .top-banner__btn:hover{background:var(--cool-gray-850);color:var(--gray-400)}.top-banner__btn:active{background:var(--cool-gray-900);color:var(--white)}.top-banner__btn--icon{position:relative;padding-left:44px;color:var(--secondary)}.top-banner__btn--icon:after{content:"";transition:all .2s ease-out;position:absolute;top:50%;transform:translateY(-50%);left:16px;background-image:url(../../../assets/776812/img/download-pdf.0c2f020c.svg);background-repeat:no-repeat;background-position:50%;width:18px;height:16px}.no-touch .top-banner__btn--icon:hover:after{background-image:url(../../../assets/776812/img/download-pdf-hover.c8217cdc.svg)}.top-banner__btn--icon:active:after{background-image:url(../../../assets/776812/img/download-pdf-active.ee4ef189.svg)}.top-banner__button{height:48px}.top-banner__background{background-image:url(/img/actions/1840x310.jpg)}.error-block{display:flex;align-items:center;justify-content:center;margin:100px 16px 12px;padding:80px 0;border-radius:20px;background:var(--white-100);position:relative;z-index:1}.dark .error-block{background:var(--cool-gray-850)}.error-block:after,.error-block:before{content:"";position:absolute;width:100%;animation:blink 1s .5s infinite;background-repeat:no-repeat;background-size:contain;z-index:-1}.error-block:before{padding-top:180px;background-image:url(../../../assets/776812/img/lines-top.55ac7c4f.svg);animation-delay:.6s}.error-block:after{padding-bottom:130px;top:60%;background-image:url(../../../assets/776812/img/lines.418e830c.svg)}@media(min-width:1140px){.error-block{padding:60px 0;margin:72px 20px 16px}}@media(min-width:1628px){.error-block{padding:80px 0;margin:84px 24px 20px}}.landing .error-block{width:100%;margin:0;-ms-overflow-style:none;scrollbar-width:none}.landing .error-block::-webkit-scrollbar{height:0;width:0;opacity:0;color:transparent;background-color:transparent}.landing .error-block::-webkit-scrollbar-thumb,.landing .error-block::-webkit-scrollbar-track{background:transparent;display:none}.landing .error-block::-webkit-scrollbar{display:none}@media(min-width:640px){.landing .error-block{width:calc(100% - 32px);margin:0 16px;position:absolute;top:50%;transform:translateY(-50%)}}@media(min-width:1628px){.error-block:not(.router-wrap .error-block){margin:84px 24px 20px 264px}}.error-block__inner{display:flex;flex-direction:column;align-items:center}.error-block__img{width:231px;height:100px;position:relative;margin-bottom:20px;background-image:url(../../../assets/776812/img/error.34d0bcf5.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;filter:drop-shadow(0 20px 40px rgba(0,0,0,.15))}.dark .error-block__img{background-image:url(../../../assets/776812/img/error-dark-theme.0b3803f3.svg)}@media(min-width:1140px){.error-block__img{width:342px;height:148px;margin-bottom:28px}}.error-block__subtitle{font-weight:900;font-size:24px;line-height:28px;letter-spacing:.64px;text-transform:capitalize;margin-bottom:12px;color:var(--gray-700)}.dark .error-block__subtitle{color:var(--white)}.error-block__text{font-weight:700;font-size:14px;line-height:20px;letter-spacing:.64px;color:var(--gray-500)}.dark .error-block__text{color:var(--gray-400)}.error-block__btn{margin-top:20px}@media(min-width:1140px){.error-block__btn{margin-top:28px}}@keyframes blink{0%{opacity:0;clip-path:inset(0 0 0 0)}10%{opacity:1;clip-path:inset(5% 0 5% 0)}20%,to{opacity:0;clip-path:inset(10% 0 10% 0)}}.main-preloader--fullPage{position:fixed;left:0;top:0;z-index:10050;width:100%;height:100%;background-color:var(--black)}.sport-page .main-preloader{min-height:200px}.your-records-page .main-preloader{position:relative;min-height:400px}.partners-contests-history-content__table .main-preloader{min-height:116px}@media(min-width:1140px){.partners-contests-history-content__table .main-preloader{min-height:68px}}.profile-verification-result-item .main-preloader{position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0)}.custom-modal--cashout-verify .main-preloader{min-height:60px}.main-preloader__inner{position:absolute;top:50%;left:50%;z-index:11;transform:translate3d(-50%,-50%,0);width:50px;height:50px;pointer-events:none}.sport-page .main-preloader__inner{z-index:11!important}@media(min-width:1140px){.games-sort-page .main-preloader__inner{top:calc(50% - 26px)}}@media(min-width:1140px){.partners-contests-history-content__table .main-preloader__inner{top:80%}}.custom-modal--cashout-verify .main-preloader__inner{width:60px;height:60px;top:calc(50% + 12px)}@media(min-width:640px){.custom-modal--cashout-verify .main-preloader__inner{top:70%}}.main-preloader__text{position:absolute;top:100%;left:50%;transform:translate3d(-50%,0,0);display:block;white-space:nowrap;color:var(--gray-500)}.main-preloader__p1{position:absolute;width:80%;height:80%;margin:10%;animation-iteration-count:infinite;animation-name:prel__p1;animation-duration:6s}.main-preloader__p2{position:absolute;width:100%;height:100%;animation-iteration-count:infinite;animation-name:prel__p2;animation-duration:7s}@keyframes prel__p1{0%{transform:rotate(0deg)}35%{transform:rotate(-900deg)}85%{transform:rotate(-3200deg)}to{transform:rotate(-2000deg)}}@keyframes prel__p2{0%{transform:rotate(0deg)}35%{transform:rotate(700deg)}85%{transform:rotate(2600deg)}to{transform:rotate(5turn)}}.statuses-page{margin:84px auto 0;padding:16px 0 12px}@media(min-width:640px){.statuses-page{margin:84px auto 0;padding:16px}}@media(min-width:1140px){.statuses-page{margin:52px auto 0;padding:20px}}@media(min-width:1628px){.statuses-page{margin:60px auto 0;padding:24px 24px 20px}}.statuses-page__banner{position:relative;display:flex;flex-direction:column;align-items:center;overflow:hidden;height:428px;background-size:cover;background-position:50%;background-repeat:no-repeat;border-radius:20px 20px 0 0;z-index:0}.statuses-page__banner:after{display:none;content:"";position:absolute;background:var(--gradient-tob-banner-mobile);width:100%;height:100%;top:0;z-index:-1}@media(min-width:1140px){.statuses-page__banner{height:680px}}.statuses-page__header{display:flex;flex-direction:column;align-items:center;padding-top:40px}@media(min-width:1140px){.statuses-page__header{padding-top:60px}}.status-page__title{font-weight:900;font-size:40px;line-height:48px;margin:0 auto;text-align:center;color:var(--white)}.status-page__description{display:none}@media(min-width:1140px){.status-page__description{display:block;font-weight:700;font-size:16px;line-height:20px;max-width:724px;margin:20px auto;text-align:center;color:var(--white-50)}}.status-page__image{width:292px;position:absolute;bottom:86px}@media(min-width:1140px){.status-page__image{width:614px;bottom:68px}}.statuses-page__main{position:relative;display:flex;flex-direction:column;align-items:center;padding:0 0 40px;margin:0;border-radius:0 0 20px 20px;background-color:var(--cool-white-50);z-index:1}.dark .statuses-page__main{background-color:var(--gray-700)}.status-page__mobile-description{display:flex;align-items:center;padding:16px 20px;font-weight:700;height:112px;font-size:14px;line-height:20px;color:var(--gray-700);background-color:var(--cool-white-50);text-align:center}.dark .status-page__mobile-description{color:var(--white);background-color:var(--gray-700)}@media(max-width:639px){.status-page__mobile-description{height:auto}}@media(min-width:1140px){.status-page__mobile-description{display:none}}.authorized .status-page__mobile-description{display:none}.statuses-page__block{display:flex;flex-direction:column;border-radius:20px;margin:-112px 20px 40px;overflow:hidden;box-shadow:var(--shadow-black)}@media(min-width:1140px){.statuses-page__block{margin:-161px auto 40px;max-width:724px}}.authorized .statuses-page__block{padding:0}.statuses-page__block-head{display:flex;align-items:center;justify-content:center;padding:20px 20px 16px;background-color:var(--white)}.authorized .statuses-page__block-head{display:none}.dark .statuses-page__block-head{background-color:var(--gray-900)}@media(min-width:1140px){.statuses-page__block-head{padding:30px 40px;background-color:var(--cool-white-50)}.dark .statuses-page__block-head{background-color:var(--gray-700)}}.statuses-page__subtitle{font-weight:900;font-size:24px;line-height:28px;text-align:center;color:var(--gray-700)}.dark .statuses-page__subtitle{color:var(--white)}.statuses-page__block-head .statuses-page__subtitle{color:var(--primary)}.statuses-page__block-main{display:flex;flex-direction:column;align-items:center;background-color:var(--white);padding:0 20px}.authorized .statuses-page__block-main{display:none}.dark .statuses-page__block-main{background-color:var(--gray-900)}@media(min-width:1140px){.statuses-page__block-main{padding:24px 40px}}.statuses-page__text{font-size:14px;line-height:20px;text-align:center;color:var(--gray-600)}.dark .statuses-page__text{color:var(--white)}@media(min-width:1140px){.statuses-page__text{font-weight:700;font-size:16px;line-height:24px;color:var(--gray-700)}}.statuses-page__btn{margin:16px auto 20px;min-width:140px}@media(min-width:1140px){.statuses-page__btn{margin:24px auto 0}}.statuses-page__block-status{width:100%}.statuses-page__list{display:flex;margin:24px auto 0}.statuses-page__item{max-width:288px;height:auto;padding:0 4px}@media(min-width:1140px){.statuses-page__item{padding:0 8px;max-width:383px}}.statuses-page__item-wr{display:flex;flex-direction:column;padding:20px;width:100%;height:100%;border-radius:12px;cursor:pointer;background-color:var(--white);border:3px solid var(--white)}.dark .statuses-page__item-wr{background-color:var(--gray-900);border-color:var(--gray-900)}@media(min-width:1140px){.statuses-page__item-wr{padding:24px 28px}.selected .statuses-page__item-wr{border-color:var(--cuprum-100)}}.statuses-page__item-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}@media(min-width:1140px){.statuses-page__item-header{margin-bottom:24px}}.statuses-page__item-status{display:flex;flex-direction:column}.statuses-page__item-text{font-weight:900;font-size:24px;line-height:28px;color:var(--gray-600)}.dark .statuses-page__item-text{color:var(--white-50)}.statuses-page__item-state{display:none;font-weight:700;font-size:14px;line-height:20px;margin-top:8px;text-transform:capitalize;color:var(--bright-green)}.achieved .statuses-page__item-state,.locked .statuses-page__item-state,.progress .statuses-page__item-state{color:var(--gray-500)}.dark .achieved .statuses-page__item-state,.dark .locked .statuses-page__item-state,.dark .progress .statuses-page__item-state{color:var(--gray-400)}.achieved .statuses-page__item-state[data-state=achieved],.current .statuses-page__item-state[data-state=current],.locked .statuses-page__item-state[data-state=locked],.progress .statuses-page__item-state[data-state=progress]{display:inline}.statuses-page__item-icon{width:80px;height:80px}@media(min-width:1140px){.statuses-page__item-icon{width:120px;height:120px}}.statuses-page__list-conditions{margin-bottom:20px}@media(min-width:1140px){.statuses-page__list-conditions{margin-bottom:40px}}.status-widget .statuses-page__list-conditions{margin-bottom:0}.statuses-page__item-condition{position:relative;font-weight:400;font-size:16px;line-height:20px;padding-left:28px;margin-bottom:12px;color:var(--gray-500)}.dark .statuses-page__item-condition{color:var(--gray-400)}.statuses-page__item-condition:after{content:"";position:absolute;top:0;left:0;width:20px;height:20px;background-image:url(/img/statuses/lock.svg);background-size:16px 20px;background-position:50%;background-repeat:no-repeat}.statuses-page__item-condition:last-child{margin-bottom:0}@media(min-width:1140px){.statuses-page__item-condition{margin-bottom:16px;padding-left:36px}}.status-widget .statuses-page__item-condition{color:var(--gray-600);margin-bottom:12px}.status-widget .statuses-page__item-condition:last-child{margin-bottom:0}.status-widget .statuses-page__item-condition:not(.statuses-page__item-condition--active):after{background-image:url(/img/statuses/check_dis.svg);background-size:17px 14px}.statuses-page__item-condition--active{color:var(--gray-600)}.dark .statuses-page__item-condition--active{color:var(--white-50)}.statuses-page__item-condition--active:after{background-image:url(/img/statuses/check.svg);background-size:17px 14px}.dark .statuses-page__item-condition--active:after{background-image:url(/img/statuses/check_gold.svg)}.statuses-page__btn-more{margin-top:auto;position:relative;padding:10px 26px;color:var(--cool-gray-900);background:none;border:2px solid var(--cool-gray-900);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;line-height:24px;text-align:center;border-radius:8px;outline:none;cursor:pointer;transition:all .2s ease-out}.no-touch .statuses-page__btn-more:hover,.statuses-page__btn-more.disabled,.statuses-page__btn-more:active,.statuses-page__btn-more[disabled]{background:none}.dark .statuses-page__btn-more{color:var(--white-50);border:2px solid var(--white-50)}@media(min-width:1140px){.no-touch .statuses-page__btn-more:hover{border:2px solid var(--gray-900);color:var(--gray-900)}.dark .no-touch .statuses-page__btn-more:hover{color:var(--gray-400);border:2px solid var(--gray-400)}}.statuses-page__btn-more:active{border:2px solid var(--gray-700);color:var(--gray-700)}.dark .statuses-page__btn-more:active{color:var(--white);border:2px solid var(--white)}.statuses-page__btn-more.disabled,.statuses-page__btn-more[disabled]{border:2px solid var(--gray-600);color:var(--gray-600)}.dark .statuses-page__btn-more.disabled,.dark .statuses-page__btn-more[disabled]{color:var(--gray-400);border:2px solid var(--gray-400)}.statuses-page__aside,.statuses-page__aside-item{display:none}.bottom-sheet .statuses-page__aside-item{display:block;padding:0 16px 28px}.statuses-page__aside-title{font-weight:900;font-size:40px;line-height:48px;color:var(--white)}.statuses-page__aside-status{font-weight:700;font-size:16px;line-height:20px;text-transform:capitalize;color:var(--red-orange)}.statuses-page__aside-status.achieved [data-state=achieved],.statuses-page__aside-status.current [data-state=current],.statuses-page__aside-status.locked [data-state=locked],.statuses-page__aside-status.progress [data-state=progress]{display:block}.statuses-page__aside-status:not(.authorized) .statuses-page__aside-status{display:none!important}.statuses-page__aside-state{display:none}.statuses-page__aside-block{padding-bottom:24px}@media(min-width:1140px){.statuses-page__aside-block{padding-bottom:0}}.statuses-page__aside-block:first-of-type{display:flex;align-items:center;justify-content:space-between;padding-bottom:20px}@media(min-width:1140px){.statuses-page__aside-block:first-of-type{display:block;padding-bottom:24px}}.statuses-page__aside-icon{display:flex;width:60px;height:60px}@media(min-width:1140px){.statuses-page__aside-icon{display:none}}.statuses-page__aside-subtitle{font-weight:700;font-size:16px;line-height:20px;margin-bottom:8px;color:var(--white)}.statuses-page__aside-list{margin-bottom:16px}@media(min-width:1140px){.statuses-page__aside-list{margin-bottom:20px}}.statuses-page__aside-list:last-child{margin-bottom:0}.statuses-page__aside-text{position:relative;font-weight:400;font-size:16px;line-height:20px;padding-left:28px;margin-bottom:8px;color:var(--white-50)}.statuses-page__aside-text:last-child{margin-bottom:0}.statuses-page__aside-text:after{content:"";position:absolute;top:6px;left:6px;width:6px;height:6px;border-radius:100%;background:var(--primary)}.swiper-slider{overflow:hidden;padding:0 16px;margin:0}@media(min-width:1140px){.swiper-slider{padding:0 32px}}.swiper-slider__btn{display:none;transition:all .2s ease-out;position:absolute;top:50%;transform:translateY(-50%);top:calc(50% + 30px);width:38px;height:38px;border:1px solid var(--white-200);background:var(--white);fill:var(--gray-500);border-radius:50%;z-index:1}.dark .swiper-slider__btn{border:1px solid var(--gray-700);background:var(--gray-900);fill:var(--cuprum-50)}.no-touch .statuses-page__block-status:hover .swiper-slider__btn{display:flex;align-items:center;justify-content:center}.no-touch .swiper-slider__btn:hover{background:var(--white-100)}.dark .no-touch .swiper-slider__btn:hover{background:var(--cool-gray-850)}.swiper-slider__btn.swiper-button-disabled{opacity:0}.swiper-slider__btn--prev{left:-20px}.swiper-slider__btn--next{right:-20px}.swiper-slider__btn-icon{width:6px;height:10px}.landing .static-page{min-height:400px}@media(min-width:1628px){.landing .static-page{min-height:428px}}.static-page__loading{width:100%;height:100vh;display:flex;align-items:center;justify-content:center}.static-page__loading .main-preloader__inner{position:relative;top:auto;left:auto;transform:translateZ(0)}.static-page__title{font-weight:700;font-size:20px;line-height:24px;color:var(--gray-700);margin-bottom:12px}.dark .static-page__title{color:var(--white)}@media(min-width:1140px){.static-page__title{margin-bottom:16px}}@media(min-width:1628px){.static-page__title{margin-bottom:20px}}@media(min-width:1140px){.static-page__title--big{font-size:32px;line-height:36px}}.static-page-title-1{margin-bottom:4px;font-size:14px;line-height:20px;font-weight:700;color:var(--gray-700)}.dark .static-page-title-1{color:var(--white)}.static-page-title-1 a{color:var(--primary);text-decoration:none;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}.no-touch .static-page-title-1 a:hover{color:var(--primary-2)}@media(min-width:1628px){.static-page-title-1{margin-bottom:8px}}.contacts-support{position:relative;text-align:center;width:calc(100% - 32px);margin:0 auto;z-index:2}@media(min-width:1140px){.contacts-support{width:710px;margin:-88px auto 0}}.contacts-support__title{padding:32px 32px 28px;background:var(--cool-white-50);font-weight:700;font-size:20px;line-height:24px;color:var(--primary)}.dark .contacts-support__title{background:var(--gray-700)}@media(min-width:1024px){.contacts-support__title{border-radius:12px 12px 0 0;font-size:24px;line-height:28px}}.contacts-support__caption{border-radius:0 0 12px 12px;padding:12px;background:var(--white);font-size:16px;line-height:24px;font-weight:700;color:var(--gray-700)}.dark .contacts-support__caption{background:var(--gray-900);color:var(--white)}.contacts-block{position:relative;padding:20px}@media(min-width:1140px){.contacts-block{display:flex;justify-content:space-between;column-gap:20px;padding:28px}}@media(min-width:1628px){.contacts-block{column-gap:24px;padding:40px}}.contacts-block__item{display:flex;align-items:center;position:relative;background-color:var(--white);border:1px solid var(--white);width:100%;padding:11px 12px;border-radius:12px;margin-bottom:12px;text-decoration:none;text-align:left;flex:1}.dark .contacts-block__item{background:var(--gray-900);border-color:var(--gray-900)}.contacts-block__item:last-child{margin-bottom:0}.no-touch .contacts-block__item:hover{border-color:var(--primary)}@media(min-width:1140px){.contacts-block__item{display:block;padding:15px 16px 15px 68px;border-radius:16px;margin:0}}@media(min-width:1628px){.contacts-block__item{padding:19px 16px 19px 76px}}.contacts-block__item-img{position:relative;display:flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0;margin-right:12px}@media(min-width:1140px){.contacts-block__item-img{width:40px;height:40px;position:absolute;top:50%;transform:translateY(-50%);left:12px;margin:0}}.contacts-block__item-ic{color:var(--primary)}.contacts-block__item--telegram .contacts-block__item-ic{width:16px}@media(min-width:1140px){.contacts-block__item--telegram .contacts-block__item-ic{width:32px}}.contacts-block__item--email .contacts-block__item-ic{width:17px}@media(min-width:1140px){.contacts-block__item--email .contacts-block__item-ic{width:34px}}.contacts-block__item-text{font-size:16px;line-height:20px;font-weight:400;color:var(--cool-gray-900)}.dark .contacts-block__item-text{color:var(--white-50)}@media(min-width:1140px){.contacts-block__item-text{font-size:16px;line-height:24px;font-weight:700;letter-spacing:.08em;margin-bottom:4px}}@media(min-width:1628px){.contacts-block__item-text{margin-bottom:8px}}.contacts-block__item-desc{display:none;font-size:12px;line-height:20px;font-weight:400;color:var(--cool-gray-900)}.dark .contacts-block__item-desc{color:var(--white-50)}@media(min-width:1024px){.contacts-block__item-desc{display:block}}.contacts-block__item-field__text{font-size:16px;line-height:22px;text-align:center;color:var(--white);padding-bottom:20px;border-bottom:2px solid var(--gray-500);margin-right:8px;transition:color .2s ease-out}.contacts-block__item-field__copy{width:16px;height:22px;flex-shrink:0;color:var(--gray-400)}.contacts-block__item-arrow{width:6px;height:10px;color:var(--gray-500);margin-left:auto}.dark .contacts-block__item-arrow{color:var(--cuprum-50)}@media(min-width:1024px){.contacts-block__item-arrow{display:none}}.about-page,.contacts-page{margin-top:84px;padding-top:16px}@media(min-width:1024px){.about-page,.contacts-page{margin-top:86px;padding-top:20px}}@media(min-width:1140px){.about-page,.contacts-page{margin-top:52px;padding-top:20px}}@media(min-width:1628px){.about-page,.contacts-page{margin-top:60px;padding-top:24px}}.about-top,.app-top{text-align:center}.about-top{position:relative;width:calc(100% - 32px);margin:0 auto}@media(min-width:1024px){.about-top{position:absolute;top:-88px;left:50%;transform:translateX(-50%);width:694px;margin:0}}@media(min-width:1628px){.about-top{width:710px}}.about-top__title,.app-top__title{padding:7px 32px;background:var(--cool-white-50);font-weight:700;font-size:20px;line-height:24px;color:var(--primary)}.dark .about-top__title,.dark .app-top__title{background:var(--gray-700)}@media(min-width:640px){.about-top__title,.app-top__title{padding:19px 32px}}@media(min-width:1024px){.about-top__title,.app-top__title{padding:30px 32px;font-size:24px;line-height:28px;font-weight:900;border-radius:12px 12px 0 0}}.about-top__title{min-height:62px;padding:4px;display:flex;align-items:center;justify-content:center}@media(min-width:1024px){.about-top__title{min-height:88px;padding:8px}}@media(min-width:1628px){.about-top__title{padding:8px 16px}}@media(max-width:1023px){.app-top__title{letter-spacing:.24em;padding:24px 16px 24px;background:transparent}}.about-top__caption,.app-top__caption{border-radius:0 0 12px 12px;padding:12px;background:var(--white);font-size:16px;line-height:24px;font-weight:700;color:var(--gray-700)}.dark .about-top__caption,.dark .app-top__caption{background:var(--gray-900);color:var(--white)}.app-top__caption{display:flex;flex-direction:column;align-items:center}@media(max-width:1023px){.app-top__caption{padding:0 16px 48px;background:transparent}}.app-top__btn{margin-top:32px}@media(min-width:640px){.app-top__btn{margin-top:28px}}.about-features{display:flex;flex-direction:column;row-gap:20px;column-gap:20px;padding:20px 20px 0}@media(min-width:832px){.about-features{flex-direction:row}}@media(min-width:1024px){.about-features{padding:0;column-gap:16px}}@media(min-width:1140px){.about-features{padding:0}}@media(min-width:1628px){.about-features{column-gap:20px}}.about-features__col{display:flex;flex-direction:column;row-gap:12px;width:100%}@media(min-width:1140px){.about-features__col{width:50%;row-gap:20px}}.about-features__item{position:relative;padding:16px 16px 16px 72px;width:100%;border-radius:12px;background:var(--white)}.dark .about-features__item{background:var(--gray-900)}@media(min-width:1628px){.about-features__item{padding:20px 20px 20px 80px}}.about-features__item-icon{position:absolute;top:16px;left:16px;height:40px;width:40px}@media(min-width:1628px){.about-features__item-icon{top:20px;left:20px}}.about-features__item-ic{position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0);color:var(--gray-500)}.dark .about-features__item-ic{color:var(--cuprum-50)}.about-features__item-title{font-weight:700;font-size:16px;line-height:24px;color:var(--primary);margin-bottom:8px}@media(min-width:1140px){.about-features__item-title{margin-bottom:4px}}@media(min-width:1628px){.about-features__item-title{margin-bottom:8px}}.about-features__item-text,.about-features__item-text p{font-weight:400;font-size:14px;line-height:20px;color:var(--gray-600)}.dark .about-features__item-text,.dark .about-features__item-text p{color:var(--white-50)}.about-features__item-text a{color:var(--primary);text-decoration:underline}.about-features__item__list li{margin-bottom:8px;font-size:14px;line-height:20px;color:var(--gray-600)}.dark .about-features__item__list li{color:var(--white-50)}.about-features__item__list li:before{top:6px}@media(min-width:1024px){.about-features__item__list li{padding-left:13px}}@media(min-width:1628px){.about-features__item__list{margin-top:12px}.about-features__item__list li{margin-bottom:12px}}.policy-page__wrapper{position:relative;background-color:var(--white-100);margin-bottom:12px;padding:20px;border-radius:20px}.dark .policy-page__wrapper{background-color:var(--cool-gray-850)}@media(min-width:1140px){.policy-page__wrapper{padding:28px;margin:0 20px 16px}}@media(min-width:1628px){.policy-page__wrapper{padding:40px;margin:0 24px 20px}}.policy-page__wrapper--about,.policy-page__wrapper--contacts{padding:0 0 20px;border-radius:0 0 20px 20px;background:var(--white-100)}.dark .policy-page__wrapper--about,.dark .policy-page__wrapper--contacts{background-color:var(--cool-gray-850)}@media(min-width:1024px){.policy-page__wrapper--about,.policy-page__wrapper--contacts{padding:76px 20px 20px}}@media(min-width:1140px){.policy-page__wrapper--about,.policy-page__wrapper--contacts{padding:76px 28px 28px}}@media(min-width:1628px){.policy-page__wrapper--about,.policy-page__wrapper--contacts{padding:88px 40px 40px}}.policy-page__wrapper--contacts{padding:0}.policy-page__wrapper--policy{display:flex;flex-direction:column}.policy-page__wrapper--policy p{font-size:16px;line-height:20px;color:var(--gray-600);margin-bottom:8px}.dark .policy-page__wrapper--policy p{color:var(--white-50)}.policy-page__wrapper--policy p:last-child{margin-bottom:0}@media(min-width:1140px){.policy-page__wrapper--policy p{margin-bottom:16px}}.policy-page__wrapper--app-page{padding:20px 0}@media(min-width:1140px){.policy-page__wrapper--app-page{padding:24px}}@media(min-width:1628px){.policy-page__wrapper--app-page{padding:28px}}.policy-page__item{position:relative;font-size:16px;line-height:20px;color:var(--gray-600);margin-bottom:8px;counter-increment:item}.dark .policy-page__item{color:var(--white-50)}.policy-page__item:before{content:counter(item) ". ";color:var(--primary);font-weight:700;line-height:24px}.policy-page__wrapper--policy .policy-page__item:before{line-height:20px}.policy-page__item:last-child{margin-bottom:0}.policy-page__item ol{margin-top:12px;font-size:14px;line-height:20px}.policy-page__item ol>li{counter-increment:item2;color:var(--gray-500);margin-bottom:4px}.dark .policy-page__item ol>li{color:var(--gray-400)}.policy-page__item ol>li:before{content:counter(item) "." counter(item2) ". ";color:var(--primary);font-weight:700}.policy-page__item ol>li:last-child{margin-bottom:0}.policy-page__item a{color:var(--primary)}.no-touch .policy-page__item a:hover{color:var(--primary-2)}@media(min-width:640px){.policy-page__item{margin-bottom:12px}.policy-page__item li{margin-bottom:8px}}@media(min-width:1140px){.policy-page__item{margin-bottom:16px}.policy-page__item ol{margin-top:16px}.policy-page__item li{margin-bottom:12px}}.policy-page__privacy-policy .policy-page__item{margin-bottom:12px;padding-left:28px}.policy-page__privacy-policy .policy-page__item:before{position:absolute;left:0;top:0}.policy-page__privacy-policy .policy-page__item ol>li{position:relative;left:-8px;width:calc(100% + 8px);padding-left:27px}.policy-page__privacy-policy .policy-page__item ol>li:before{position:absolute;left:0;top:0}.policy-page__privacy-policy .policy-page__item ol>li>.ul-2{color:var(--gray-500);font-size:14px;line-height:20px}.dark .policy-page__privacy-policy .policy-page__item ol>li>.ul-2{color:var(--gray-400)}.policy-page__privacy-policy .policy-page__item ol>li>.ul-2>li:before{top:7px}@media(min-width:1140px){.policy-page__privacy-policy .policy-page__item{padding-left:36px}.policy-page__privacy-policy .policy-page__item ol>li{left:3px;width:calc(100% - 3px);margin-bottom:16px;padding-left:31px}}.policy-page__risk-warning .policy-page__item:before{line-height:24px}.policy-page__risk-warning .policy-page__item ol>li{counter-increment:none;color:var(--gray-600)}.policy-page__risk-warning .policy-page__item ol>li:before{content:""}.antilock-page__wrapper{position:relative;display:flex;flex-direction:column;row-gap:20px;border-radius:20px;padding:20px;margin-bottom:12px;background-color:var(--white-100)}.dark .antilock-page__wrapper{background-color:var(--cool-gray-850)}@media(min-width:1140px){.antilock-page__wrapper{padding:28px;margin:16px 20px}}@media(min-width:1628px){.antilock-page__wrapper{padding:40px;margin:20px 24px}}.antilock-page__section{border-radius:12px;padding:12px;background-color:var(--WHITE)}.dark .antilock-page__section{background-color:var(--gray-900)}@media(min-width:1140px){.antilock-page__section{padding:16px}}@media(min-width:1628px){.antilock-page__section{padding:20px}}.app-slider{display:flex;justify-content:center}.app-slider-inner{display:flex;overflow-x:scroll;padding:0 16px;-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.app-slider-inner::-webkit-scrollbar{height:0;width:0;opacity:0;color:transparent;background-color:transparent;display:none}.app-slider-inner::-webkit-scrollbar-thumb,.app-slider-inner::-webkit-scrollbar-track{background:transparent;display:none}@media(min-width:1140px){.app-slider-inner{padding:0 24px;margin:0 -24px 0 -24px}}@media(min-width:1628px){.app-slider-inner{padding:0 28px;margin:0 -28px 0 -28px}}.app-slider__item{display:flex;flex-direction:column;justify-content:space-between;flex-shrink:0;text-align:center;background:var(--white);border-radius:12px;padding:16px 20px;width:293px;margin-right:12px;scroll-snap-align:center}.app-slider__item:first-child{width:228px;scroll-snap-align:end}@media(min-width:1140px){.app-slider__item:first-child{width:236px;padding:20px 24px}}@media(min-width:1628px){.app-slider__item:first-child{width:244px;padding:24px 28px}}.app-slider__item:last-child{margin-right:0;scroll-snap-align:start}@media(min-width:1140px){.app-slider__item{width:306px;padding:20px 28px;border-radius:16px;margin-right:16px}}@media(min-width:1628px){.app-slider__item{padding:24px 28px}}.dark .app-slider__item{background:var(--gray-900)}.app-slider__item-title{font-weight:700;font-size:20px;line-height:24px;color:var(--primary);margin-bottom:12px}.app-slider__item-subtitle{font-size:14px;line-height:20px;color:var(--gray-600);font-weight:700}.app-slider__item-subtitle a{color:var(--primary);text-decoration:none;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}.no-touch .app-slider__item-subtitle a:hover{color:var(--primary-2)}.dark .app-slider__item-subtitle{color:var(--white-50)}.app-slider__item-step-text{margin-bottom:4px}@media(min-width:1628px){.app-slider__item-step-text{margin-bottom:8px}}.app-slider__item-qr{width:172px;height:172px;border-radius:12px;overflow:hidden;margin:auto auto 0 auto}.app-slider__item-info{padding:16px;background-color:var(--cool-white-50);border-radius:12px;margin-top:8px;min-height:184px}@media(min-width:1140px){.app-slider__item-info{margin-top:12px;padding:12px}}@media(min-width:1628px){.app-slider__item-info{margin-top:12px;padding:16px}}.dark .app-slider__item-info{background-color:var(--gray-700)}.app-slider__item-info-head{display:flex;align-items:center;margin-bottom:18px}.app-slider__item-info-head-img{width:28px;height:28px;margin-right:8px}.app-slider__item-info-head-text{font-size:16px;line-height:20px;color:var(--gray-700)}.dark .app-slider__item-info-head-text{color:var(--white)}.app-slider__item-info-text{min-height:64px;margin-bottom:18px;font-weight:400;font-size:14px;line-height:20px;text-align:left;color:var(--gray-600)}.dark .app-slider__item-info-text{color:var(--white-50)}.app-slider__item-info-bottom{display:flex;justify-content:flex-end;margin-right:4px}@media(min-width:1628px){.app-slider__item-info-bottom{margin-right:-4px}}.app-slider__item-info-bottom-link{position:relative;font-size:14px;line-height:20px;text-transform:uppercase;color:var(--gray-700);margin-right:15px}.app-slider__item-info-bottom-link:last-child{margin-right:0}.dark .app-slider__item-info-bottom-link{color:var(--white)}.app-slider__item-info-bottom-link-img{position:absolute;right:-3px;bottom:-11px;width:16px;height:17px}.app-slider__item-info-chrome{width:40px;height:40px;margin:16px auto 8px}@media(min-width:1628px){.app-slider__item-info-chrome{margin:12px auto 8px}}.app-slider__item-info-browser{font-size:16px;line-height:20px;color:var(--gray-700);margin-bottom:5px}.dark .app-slider__item-info-browser{color:var(--white)}.app-slider__item-info-ip{font-size:12px;line-height:16px;color:var(--gray-700);margin-bottom:18px}.dark .app-slider__item-info-ip{color:var(--white)}.app-slider__item-info-content{position:relative;display:flex;align-items:flex-start;margin-left:7px}@media(min-width:1628px){.app-slider__item-info-content{margin-left:3px}}.app-slider__item-info-content-text{font-size:14px;line-height:20px;text-align:left;color:var(--gray-500);padding-right:54px}.dark .app-slider__item-info-content-text{color:var(--gray-400)}.app-slider__item-info-content-img{position:absolute;right:0;bottom:-15px;width:54px;height:36px}.app-complete{display:flex;align-items:center;padding:17px 16px 17px 17px;margin:12px 20px 0;border-radius:8px;text-align:center;justify-content:center;background-color:var(--white);color:var(--gray-600)}@media(min-width:1140px){.app-complete{min-height:144px;border-radius:20px;margin:12px 0 0}}@media(min-width:1628px){.app-complete{margin:16px 0 0}}.dark .app-complete{background-color:var(--gray-900);color:var(--white-50)}.app-complete__icon{display:flex;width:38px;height:38px;margin-right:9px;color:var(--gray-500)}.app-complete__icon svg{width:100%;height:auto}.dark .app-complete__icon{color:var(--cuprum-50)}@media(min-width:1140px){.app-complete__icon{margin-right:13px}}@media(min-width:1628px){.app-complete__icon{margin-right:17px}}.app-complete__text{font-size:14px;line-height:20px;font-weight:700}@media(max-width:1139px){.app-complete__text{text-align:left}}.player-auth .js-open-registration{display:none}.australia-user .australia-hidden{visibility:hidden;height:0;margin:0!important}.australia-user .australia-hidden>*{display:none}.australia-user .australia-hidden-text{display:none!important}.australia-user .australia-visible-link{display:inline-block}.payment-balance-header{position:relative;display:flex;align-items:center;margin-bottom:16px}.payment-balance-bonuses-buy .payment-balance-header:before,.payment-balance-freespins .payment-balance-header:before{content:"";position:absolute;bottom:0;left:-20px;width:calc(100% + 40px);height:1px;background-color:var(--cool-gray-850)}.profile-user-card-sidebar__freechips .payment-balance-header:before,.profile-user-card-sidebar__freespins .payment-balance-header:before{left:-16px;width:calc(100% + 32px);background-color:var(--white-200)}.dark .profile-user-card-sidebar__freechips .payment-balance-header:before,.dark .profile-user-card-sidebar__freespins .payment-balance-header:before{background-color:var(--cool-gray-850)}@media(min-width:1628px){.profile-user-card-sidebar__freechips .payment-balance-header:before,.profile-user-card-sidebar__freespins .payment-balance-header:before{left:-20px;width:calc(100% + 40px)}}.payment-balance-bonuses-buy .payment-balance-header,.payment-balance-freespins .payment-balance-header{position:relative;padding-bottom:16px;margin-bottom:0}.profile-user-card-sidebar__bonuses .payment-balance-header{margin-bottom:12px}.payment-balance-bonuses-buy-item--hidden .payment-balance-header,.payment-balance-bonuses-item--hidden .payment-balance-header,.payment-balance-freechips-item--hidden .payment-balance-header,.payment-balance-freespins-item--hidden .payment-balance-header{opacity:.5}.profile-user-card-sidebar__freespins .payment-balance-header{padding-bottom:12px}@media(min-width:1628px){.profile-user-card-sidebar__freespins .payment-balance-header{padding-bottom:16px}}@media(min-width:1140px)and (max-width:1627px){.profile-user-card-sidebar__freechips .payment-balance-header{margin-bottom:12px}}.payment-balance-header__image{display:flex;align-items:center;justify-content:center;background-color:var(--blue);border-radius:8px;width:48px;height:48px;margin-right:8px}.payment-balance-bonuses--sport .payment-balance-header__image{background-color:var(--green)}@media(min-width:1140px)and (max-width:1627px){.profile-user-card-sidebar__freechips .payment-balance-header__image,.profile-user-card-sidebar__freespins .payment-balance-header__image{margin-right:4px}}.payment-balance-header__image--sport{background-color:var(--green)}.payment-balance-header__image--fs{background-color:var(--purple)}.payment-balance-header__image--lottery{background-color:var(--blue-600)}.payment-balance-header__image--buy_bonus{background-color:var(--red-orange)}.payment-balance-header__image--freechip{background-color:var(--purple)}.payment-balance-header__logo{width:18px;height:18px;color:var(--white)}.payment-balance-cashback .payment-balance-header__logo,.payment-balance-header__image--buy_bonus .payment-balance-header__logo,.payment-balance-header__image--casino .payment-balance-header__logo,.payment-balance-header__image--freechip .payment-balance-header__logo,.payment-balance-header__image--sport .payment-balance-header__logo{width:20px;height:20px}.payment-balance-header__image--buy_bonus .payment-balance-header__logo{padding-inline:3px 2px}.payment-balance-header__image--freechip .payment-balance-header__logo{padding:1px}.payment-balance-header__logo-text{font-size:20px;line-height:24px;font-weight:700;letter-spacing:.8px;color:var(--white)}.payment-balance-header__descr{display:flex;justify-content:space-between;flex:1}.payment-balance-lotteries .payment-balance-header__descr{align-items:flex-start}.payment-balance-bonuses-buy .payment-balance-header__descr,.payment-balance-freechips .payment-balance-header__descr,.payment-balance-freespins .payment-balance-header__descr{gap:8px}.profile-user-card-sidebar__freechips .payment-balance-header__descr{gap:0}.payment-balance-header__row{display:flex;flex-direction:column}.payment-balance-bonuses-buy .payment-balance-header__row,.payment-balance-freespins .payment-balance-header__row{justify-content:center}.payment-balance-bonuses-buy .payment-balance-header__row:last-child,.payment-balance-freespins .payment-balance-header__row:last-child{flex-shrink:0}.payment-balance-freespins .payment-balance-header__row:first-child{gap:4px}.payment-balance-freechips .payment-balance-header__row{justify-content:flex-start}.payment-balance-header__title--link{pointer-events:none}.payment-balance-header__title{font-size:12px;line-height:20px;font-weight:700;letter-spacing:.12px;margin-bottom:4px;color:var(--white)}.profile-user-card-sidebar__freespins .payment-balance-header__title{color:var(--gray-700)}.dark .profile-user-card-sidebar__freespins .payment-balance-header__title{color:var(--white);margin-bottom:0}.profile-user-card-sidebar__bonuses .payment-balance-header__title,.profile-user-card-sidebar__freechips .payment-balance-header__title{color:var(--gray-700)}.dark .profile-user-card-sidebar__bonuses .payment-balance-header__title,.dark .profile-user-card-sidebar__freechips .payment-balance-header__title{color:var(--white)}.payment-balance-lotteries .payment-balance-header__title{text-transform:none}.payment-balance-bonuses-buy .payment-balance-header__title{margin-bottom:0}.payment-balance-header__amount{font-size:16px;line-height:20px;font-weight:700;color:var(--primary)}.payment-balance-freechips .payment-balance-header__amount,.payment-balance-lotteries .payment-balance-header__amount{display:flex;align-items:center}.payment-balance-bonuses-buy .payment-balance-header__amount,.payment-balance-freespins .payment-balance-header__amount,.profile-user-card-sidebar__freespins .payment-balance-header__amount{display:flex;flex-direction:row-reverse;justify-content:flex-end}.payment-balance-bonuses-buy-item--hidden,.payment-balance-freechips-item--hidden,.payment-balance-freespins-item--hidden{pointer-events:none}.payment-balance-header-icon{display:none}.payment-balance-header__status{display:flex;align-items:center;justify-content:flex-end}.payment-balance-header__logo-status{width:10px;height:10px;color:var(--cuprum-50);margin-right:4px}.payment-balance-header__title-status--active .payment-balance-header__logo-status{width:20px;height:20px;padding:5px;margin-right:0;color:var(--bright-green)}.payment-balance-header__title-status--handle_bets .payment-balance-header__logo-status{width:20px;height:20px;padding:2px 4px 4px;margin-right:0}.profile-user-card-sidebar__freespins .payment-balance-header__logo-status:not(.payment-balance-header__title-status--active .payment-balance-header__logo-status){width:16px;height:20px;padding:3px 1px;color:var(--gray-500)}.dark .profile-user-card-sidebar__freespins .payment-balance-header__logo-status:not(.payment-balance-header__title-status--active .payment-balance-header__logo-status){color:var(--cuprum-50)}.payment-balance-freechips .payment-balance-header__logo-status:not(.payment-balance-header__title-status--active .payment-balance-header__logo-status){width:16px;height:16px;padding:1px}.profile-user-card-sidebar__freechips .payment-balance-header__logo-status:not(.payment-balance-header__title-status--active .payment-balance-header__logo-status){color:var(--gray-500)}.dark .profile-user-card-sidebar__freechips .payment-balance-header__logo-status:not(.payment-balance-header__title-status--active .payment-balance-header__logo-status){color:var(--cuprum-50)}.payment-balance-freechips .payment-balance-header__amount-text,.payment-balance-lotteries .payment-balance-header__amount-text{font-size:12px;line-height:20px;font-weight:700;letter-spacing:.12px;color:var(--gray-400);margin-right:5px}.payment-balance-bonuses-buy .payment-balance-header__amount-text,.payment-balance-freespins .payment-balance-header__amount-text,.profile-user-card-sidebar__freespins .payment-balance-header__amount-text{margin-left:5px}.payment-balance-freechips .payment-balance-header__amount-text{margin-right:4px}.payment-balance-header__amount-text .profile-user-card-sidebar__freechips{color:var(--gray-500)}.dark .payment-balance-header__amount-text .profile-user-card-sidebar__freechips{color:var(--gray-400)}.payment-balance-header__text-status{max-width:74px;color:var(--cuprum-50);letter-spacing:.12px;font-size:12px;font-weight:700;line-height:20px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.payment-balance-header__title-status--active .payment-balance-header__text-status{color:var(--bright-green)}.profile-user-card-sidebar__freechips .payment-balance-header__text-status:not(.payment-balance-header__title-status--active .payment-balance-header__text-status),.profile-user-card-sidebar__freespins .payment-balance-header__text-status:not(.payment-balance-header__title-status--active .payment-balance-header__text-status){color:var(--gray-500)}.dark .profile-user-card-sidebar__freechips .payment-balance-header__text-status:not(.payment-balance-header__title-status--active .payment-balance-header__text-status),.dark .profile-user-card-sidebar__freespins .payment-balance-header__text-status:not(.payment-balance-header__title-status--active .payment-balance-header__text-status){color:var(--cuprum-50)}.payment-balance-header__checkbox-info{display:flex;cursor:pointer}.payment-balance-header__timer{display:flex;align-items:center;gap:4px}.payment-balance-bonuses-buy .payment-balance-header__timer,.payment-balance-freespins .payment-balance-header__timer{align-items:flex-end;flex-direction:column-reverse;margin-top:4px;gap:0}.payment-balance-header__timer-text{font-size:12px;line-height:20px;letter-spacing:.12px;font-weight:700;color:var(--gray-400)}.profile-user-card-sidebar__freespins .payment-balance-header__timer-text{color:var(--gray-500)}.dark .profile-user-card-sidebar__freespins .payment-balance-header__timer-text{color:var(--gray-400)}.payment-balance-bonuses-buy .payment-balance-header__timer-text,.payment-balance-freespins .payment-balance-header__timer-text{font-size:12px;font-weight:400;line-height:20px}.payment-balance-header__checkbox-icon{width:18px;height:18px;color:var(--cuprum-50)}.payment-balance-header__tooltip .vb-dragger{display:none}.payment-balance-header__tooltip .vb-content{padding-right:0!important}@media(min-width:640px){.payment-balance-header__tooltip--cashback,.payment-balance-header__tooltip--live-cashback{max-width:328px;width:100%}}@media(min-width:1628px){.payment-balance-header__tooltip--cashback,.payment-balance-header__tooltip--live-cashback{max-width:369px}}@media(min-width:640px){.payment-balance-header__tooltip--cashback .payment-balance-header__tooltip-content,.payment-balance-header__tooltip--live-cashback .payment-balance-header__tooltip-content{height:381px}}.payment-balance-bonuses-profit{display:flex;align-items:center;padding-block:2px}.payment-balance-bonuses-profit__block{display:flex;flex-direction:column}.payment-balance-bonuses-profit__amount{font-weight:700;font-size:14px;line-height:16px;text-transform:uppercase;color:var(--cuprum-50)}.payment-balance-bonuses-profit__title{font-size:12px;font-weight:700;line-height:20px;letter-spacing:.12px;color:var(--gray-400)}.payment-balance-bonuses-item__btn--activate{height:48px}.round-diagram{--stroke-width:4px;--width:48px;--height:48px;--stroke-passed-color:var(--primary);--stroke-passed-dark-color:var(--gray-700);--stroke-expires-color:var(--gray-700);--stroke-expires-dark-color:var(--gray-700);--value-color:var(--white-50);--value-dark-color:var(--white-50);height:var(--height);width:var(--width);min-width:var(--width);position:relative}.round-diagram__progress-bar{fill:none;stroke:var(--stroke-expires-color);stroke-width:var(--stroke-width)}.profile-user-card-sidebar__bonuses .round-diagram__progress-bar{stroke:var(--cool-white-50)}.dark .profile-user-card-sidebar__bonuses .round-diagram__progress-bar{stroke:var(--gray-700)}.round-diagram__progress-bar--progress{fill:none;stroke:var(--stroke-passed-color);stroke-dasharray:100 100;stroke-dashoffset:100;stroke-width:var(--stroke-width);transition:stroke-dasharray .28s cubic-bezier(.4,0,.2,1)}.dark .profile-user-card-sidebar__bonuses .round-diagram__progress-bar--progress,.profile-user-card-sidebar__bonuses .round-diagram__progress-bar--progress{stroke:var(--stroke-passed-color)}.round-diagram__svg{transform:rotate(-90deg)}.round-diagram__value{position:absolute;top:0;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:12px;line-height:20px;text-transform:uppercase;color:var(--value-color)}.profile-user-card-sidebar__bonuses .round-diagram__value{color:var(--gray-600)}.dark .profile-user-card-sidebar__bonuses .round-diagram__value{color:var(--white-50)}.payment-balance-bonuses-winrate{display:flex;align-items:center}.payment-balance-bonuses-winrate__diagram{margin-right:8px}.payment-balance-bonuses-winrate__block{display:flex;flex-direction:column}.payment-balance-bonuses-winrate__amount{font-size:14px;line-height:16px;font-weight:700;text-transform:uppercase;color:var(--cuprum-50)}.profile-user-card-sidebar__bonuses .payment-balance-bonuses-winrate__amount{color:var(--gray-500)}.dark .profile-user-card-sidebar__bonuses .payment-balance-bonuses-winrate__amount{color:var(--cuprum-50)}.payment-balance-bonuses-winrate__title{font-size:12px;line-height:20px;letter-spacing:.12px;font-weight:700;color:var(--gray-400)}.payment-balance-bonuses-item{display:flex;flex-direction:column}.payment-balance-bonuses-item__row{display:flex;align-items:center;justify-content:space-between;flex:1}.payment-balance-bonuses-item--hidden .payment-balance-bonuses-item__row{opacity:.5}.payment-balance-bonuses-item__available-currency{margin:20px auto 0;padding:8px 12px;height:40px;display:inline-flex;align-items:center;gap:2px;background-color:var(--blue);color:var(--white);border-radius:12px;font-size:12px;font-weight:700;line-height:20px}.payment-balance-bonuses-item__available-currency-icon{height:20px;width:20px}.payment-balance-bonuses-item__timer{display:flex;flex-direction:column;align-items:flex-end;margin-left:auto}.payment-balance-bonuses-item--hidden .payment-balance-bonuses-item__timer{opacity:.5}.payment-balance-bonuses-item__timer-text{font-size:12px;line-height:20px;letter-spacing:.12px;font-weight:700;color:var(--gray-400);white-space:nowrap}.payment-balance-bonuses-item__bonus-information{margin-top:16px}.payment-balance-bonuses-item__bonus-information-item{padding:16px 0;display:flex;align-items:center;justify-content:space-between;font-size:12px;line-height:16px;border-bottom:1px solid var(--cool-gray-850)}.payment-balance-bonuses-item__bonus-information-item:last-child{border-bottom:none}.payment-balance-bonuses-item__bonus-information-item-title{max-width:70%;margin-right:16px;color:var(--gray-300)}.payment-balance-bonuses-item__bonus-information-item-description{font-weight:900;text-align:right;color:var(--white-50)}.payment-balance-bonuses-item__btn-wr{margin-top:20px;display:flex;gap:12px}.payment-balance-bonuses-item__btn-wr .btn:first-child{height:48px}.payment-balance-bonuses-item__btn-wr:has(.btn:nth-child(3)){display:grid;grid-template-columns:minmax(126px,1fr) minmax(126px,1fr) 44px}@media(min-width:640px){.payment-balance-bonuses-item__btn-wr:has(.btn:nth-child(3)){grid-template-columns:minmax(110px,1fr) minmax(110px,1fr) 44px}}.payment-balance-bonuses-item__btn-wr:has(.btn:nth-child(3)) .btn:first-child,.payment-balance-bonuses-item__btn-wr:has(.btn:nth-child(3)) .btn:nth-child(2){height:48px}.payment-balance-bonuses-item__btn--sport{height:44px}.payment-balance-bonuses-item__btn-small{width:44px;height:44px;padding:10px;flex-shrink:0}.payment-balance-bonuses-item__btn-small-ic{width:12px;height:7px;margin-top:2px}.payment-balance-bonuses-item__btn-small-ic--down{margin-top:0;margin-bottom:2px}.payment-balance-bonuses__item{padding:20px;border-radius:12px;background-color:var(--gray-900);margin-top:16px}.profile-user-card-sidebar__bonuses .payment-balance-bonuses__item{background-color:var(--white);padding:12px;margin-top:12px}.dark .profile-user-card-sidebar__bonuses .payment-balance-bonuses__item{background-color:var(--gray-900)}.payment-balance-freespins-game{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;margin:0 -20px}.profile-user-card-sidebar__freespins .payment-balance-freespins-game{margin:0;padding:12px 0}@media(min-width:1628px){.profile-user-card-sidebar__freespins .payment-balance-freespins-game{padding:16px 0}}@media(min-width:1140px)and (max-width:1627px){.profile-user-card-sidebar__freechips .payment-balance-freespins-game{padding:12px 16px}}.payment-balance-freespins-game--activatable{cursor:pointer}.no-touch .payment-balance-freespins-game--activatable:hover{background-color:var(--cool-gray-850)}.no-touch .profile-user-card-sidebar__freechips .payment-balance-freespins-game--activatable:hover,.no-touch .profile-user-card-sidebar__freespins .payment-balance-freespins-game--activatable:hover{background-color:transparent}.payment-balance-freespins-game__row{display:flex;align-items:center}.payment-balance-freespins-game__image{width:32px;height:32px;border-radius:8px;margin-right:12px;background-size:cover;background-position:50%;background-repeat:no-repeat}.payment-balance-freespins-game__name{flex:1;font-size:12px;line-height:20px;letter-spacing:.12px;font-weight:700;margin-right:12px;color:var(--white-50)}.profile-user-card-sidebar__freechips .payment-balance-freespins-game__name,.profile-user-card-sidebar__freespins .payment-balance-freespins-game__name{color:var(--gray-600)}.dark .profile-user-card-sidebar__freechips .payment-balance-freespins-game__name,.dark .profile-user-card-sidebar__freespins .payment-balance-freespins-game__name{color:var(--white-50)}.payment-balance-freespins-game__play{flex:1;font-size:12px;line-height:20px;letter-spacing:.48px;font-weight:700;margin-right:9px;color:var(--white)}.profile-user-card-sidebar__freechips .payment-balance-freespins-game__play,.profile-user-card-sidebar__freespins .payment-balance-freespins-game__play{color:var(--gray-700)}.dark .profile-user-card-sidebar__freechips .payment-balance-freespins-game__play,.dark .profile-user-card-sidebar__freespins .payment-balance-freespins-game__play{color:var(--white)}.payment-balance-freespins-game__icon{width:8px;height:auto;color:var(--primary)}.payment-balance-bonuses-buy-item{display:flex;flex-direction:column;padding:20px;border-radius:12px;background-color:var(--gray-900);margin-top:16px}.profile-user-card-sidebar__freespins .payment-balance-bonuses-buy-item{background-color:var(--white);padding:16px;margin-top:12px}.dark .profile-user-card-sidebar__freespins .payment-balance-bonuses-buy-item{background-color:var(--gray-900)}@media(min-width:1628px){.profile-user-card-sidebar__freespins .payment-balance-bonuses-buy-item{padding:20px}}.profile-user-card-sidebar__bonuses .payment-balance-bonuses-buy-item{display:none}.payment-balance-bonuses-buy-item--hidden .payment-balance-bonuses-buy-item__body{margin-bottom:20px;opacity:.5}.payment-balance-bonuses-buy-item__available-currency-icon{height:20px;width:20px}.payment-balance-bonuses-buy-item__footer{display:flex;flex-direction:column}.payment-balance-bonuses-buy-item__timer-text{font-size:14px;line-height:16px;text-align:center;color:var(--gray-400)}.payment-balance-bonuses-buy-item__btns{margin-top:20px;display:flex;flex-direction:row-reverse;gap:12px}@media(min-width:1140px)and (max-width:1627px){.profile-user-card-sidebar__freespins .payment-balance-bonuses-buy-item__btns{margin-top:16px;gap:8px}}.payment-balance-bonuses-buy-item__btn{width:calc(50% - 40px);height:48px;flex:1 0 auto;padding:12px 28px}@media(min-width:1140px)and (max-width:1627px){.profile-user-card-sidebar__freespins .payment-balance-bonuses-buy-item__btn{width:calc(50% - 32px);height:44px;padding:10px 20px}}.payment-balance-bonuses-buy-item__available-currency{margin:auto;padding:8px 12px;height:40px;display:inline-flex;align-items:center;gap:2px;background-color:var(--blue);color:var(--white);border-radius:12px;font-size:12px;font-weight:700;line-height:20px}.payment-balance-freechips-item{display:flex;flex-direction:column;padding:20px;margin-top:16px;border-radius:12px;background-color:var(--gray-900)}.profile-user-card-sidebar__freechips .payment-balance-freechips-item{padding:16px;margin-top:12px;background-color:var(--white)}.dark .profile-user-card-sidebar__freechips .payment-balance-freechips-item{background-color:var(--gray-900)}@media(min-width:1628px){.profile-user-card-sidebar__freechips .payment-balance-freechips-item{padding:20px;margin-top:16px}}.profile-user-card-sidebar__bonuses .payment-balance-freechips-item{display:none}.payment-balance-freechips-item__summary{position:relative;padding-bottom:16px;display:flex;align-items:flex-start;justify-content:space-between}.payment-balance-freechips-item__summary:after{content:"";position:absolute;bottom:0;left:-20px;width:calc(100% + 40px);height:1px;background-color:var(--cool-gray-850)}@media(min-width:1140px)and (max-width:1627px){.profile-user-card-sidebar__freechips .payment-balance-freechips-item__summary{padding-bottom:12px}}.profile-user-card-sidebar__freechips .payment-balance-freechips-item__summary:after{left:-16px;width:calc(100% + 32px);background-color:var(--white-200)}.dark .profile-user-card-sidebar__freechips .payment-balance-freechips-item__summary:after{background-color:var(--cool-gray-850)}@media(min-width:1628px){.profile-user-card-sidebar__freechips .payment-balance-freechips-item__summary:after{left:-20px;width:calc(100% + 40px)}}.payment-balance-freechips-item--hidden .payment-balance-freechips-item__summary{opacity:.5}.payment-balance-freechips-item__summary-value{color:var(--white-50);font-size:14px;font-weight:700;line-height:16px}.profile-user-card-sidebar__freechips .payment-balance-freechips-item__summary-value{color:var(--gray-600)}.dark .profile-user-card-sidebar__freechips .payment-balance-freechips-item__summary-value{color:var(--white-50)}.payment-balance-freechips-item__summary-col{display:flex;flex-direction:column}.payment-balance-freechips-item__summary-col--right{align-items:flex-end}.payment-balance-freechips-item__summary-label{color:var(--gray-400);letter-spacing:.12px;font-size:12px;font-weight:700;line-height:20px}.payment-balance-freechips-item__summary-col--right .payment-balance-freechips-item__summary-label{letter-spacing:0;font-size:12px;font-weight:400;line-height:20px}.profile-user-card-sidebar__freechips .payment-balance-freechips-item__summary-label{color:var(--gray-500)}.dark .profile-user-card-sidebar__freechips .payment-balance-freechips-item__summary-label{color:var(--gray-400)}.payment-balance-freechips-item--hidden .payment-balance-freechips-item__body{margin-bottom:20px;opacity:.5}.payment-balance-freechips-item__available-currency{margin:auto;padding:8px 12px;height:40px;display:inline-flex;align-items:center;gap:2px;background-color:var(--blue);color:var(--white);border-radius:12px;font-size:12px;font-weight:700;line-height:20px}.payment-balance-freechips-item__available-currency-icon{height:20px;width:20px}.payment-balance-freechips-item__footer{display:flex;flex-direction:column}.payment-balance-freechips-item__btns{margin-top:20px;display:flex;flex-direction:row-reverse;gap:12px}@media(min-width:1140px)and (max-width:1627px){.profile-user-card-sidebar__freechips .payment-balance-freechips-item__btns{margin-top:16px;gap:8px}}.payment-balance-freechips-item__btn{width:calc(50% - 40px);height:48px;padding:12px 28px;flex:1 0 auto}@media(min-width:1140px)and (max-width:1627px){.profile-user-card-sidebar__freespins .payment-balance-freechips-item__btn{width:calc(50% - 32px);height:44px;padding:10px 20px}}.payment-balance-freespins-item{display:flex;flex-direction:column}.profile-user-card-sidebar__freespins .payment-balance-freespins-item{background-color:var(--white);padding:16px;margin-top:12px}.dark .profile-user-card-sidebar__freespins .payment-balance-freespins-item{background-color:var(--gray-900)}@media(min-width:1628px){.profile-user-card-sidebar__freespins .payment-balance-freespins-item{padding:20px}}.profile-user-card-sidebar__bonuses .payment-balance-freespins-item{display:none}.payment-balance-freespins-item--hidden .payment-balance-freespins-item__body{margin-bottom:20px;opacity:.5}.payment-balance-freespins-item__available-currency-icon{height:20px;width:20px}.payment-balance-freespins-item__footer{display:flex;flex-direction:column}.payment-balance-freespins-item__timer-text{font-size:14px;line-height:16px;text-align:center;color:var(--gray-400)}.payment-balance-freespins-item__btns{margin-top:20px;display:flex;flex-direction:row-reverse;gap:12px}@media(min-width:1140px)and (max-width:1627px){.profile-user-card-sidebar__freespins .payment-balance-freespins-item__btns{gap:8px}}.payment-balance-freespins-item__btn{width:calc(50% - 40px);height:48px;flex:1 0 auto;padding:12px 28px}@media(min-width:1140px)and (max-width:1627px){.profile-user-card-sidebar__freespins .payment-balance-freespins-item__btn{width:calc(50% - 32px);height:44px;padding:10px 20px}}.payment-balance-freespins__item{padding:20px;border-radius:12px;background-color:var(--gray-900);margin-top:16px}.payment-balance-freespins-item__available-currency{margin:auto;padding:8px 12px;height:40px;display:inline-flex;align-items:center;gap:2px;background-color:var(--blue);color:var(--white);border-radius:12px;font-size:12px;font-weight:700;line-height:20px}.profile-user-card-balance-info{display:flex;gap:8px}@media(min-width:1628px){.profile-user-card-balance-info{gap:12px}}.profile-user-card-balance-info__row{display:flex;flex-direction:column;flex:1;padding:12px;gap:8px;border-radius:12px;background-color:var(--white)}.dark .profile-user-card-balance-info__row{background-color:var(--gray-900)}.profile-user-card-balance-info__text{font-size:12px;line-height:16px;font-weight:700;color:var(--gray-500)}.profile-user-card-balance-info__text:first-letter{text-transform:uppercase}.profile-user-card-balance-info__sum{display:flex;align-items:center;gap:8px}.profile-user-card-balance-info__sum-icon{width:20px;height:20px}.profile-user-card-balance-info__sum-value{font-size:16px;line-height:20px;font-weight:700;color:var(--gray-600)}.dark .profile-user-card-balance-info__sum-value{color:var(--white-50)}.menu-logout-confirm{padding:16px;text-align:center}.profile-menu__logout .menu-logout-confirm{padding:12px 12px 8px}.menu-logout-confirm-text{margin-bottom:17px;font-size:16px;line-height:20px;color:var(--gray-400)}.profile-user-card-list-links__logout .menu-logout-confirm-text{font-size:14px;line-height:20px;font-weight:700;margin-bottom:12px}.user-top__profile .menu-logout-confirm-text{margin-bottom:8px}.profile-menu__logout .menu-logout-confirm-text{font-size:14px;font-weight:700;line-height:20px;text-align:left;margin-bottom:8px}.menu-logout-confirm-btns{display:flex;gap:12px}.user-top__profile .menu-logout-confirm-btns{gap:8px}.menu-logout-confirm-btn{flex:1}.user-top__profile .menu-logout-confirm-btn{height:36px;font-size:14px;line-height:20px}.profile-user-card-list-links{display:flex;flex-direction:column;background-color:var(--gray-900);width:330px;margin-top:12px;border-radius:16px;position:absolute;left:50%;transform:translateX(-50%);z-index:1}@media(min-width:1140px){.profile-user-card-list-links{z-index:10101}.user-top__profile .profile-user-card-list-links{width:230px;top:100%;left:-20px;margin-top:18px;transform:none}.sidebar__profile-user-card .profile-user-card-list-links{width:310px}}@media(min-width:1628px){.profile-user-card-list-links{width:370px}.sidebar__profile-user-card .profile-user-card-list-links{width:350px}.user-top__profile .profile-user-card-list-links{width:230px;margin-top:12px}}.profile-user-card-list-links__link{display:flex;align-items:center;font-size:14px;line-height:20px;font-weight:700;padding:12px 16px 11px;gap:12px;border-bottom:1px solid var(--gray-700);color:var(--gray-400);cursor:pointer}.profile-user-card-list-links__link:hover{color:var(--cuprum-50)}.profile-user-card-list-links__link:last-child{border-bottom:none}.user-top__profile .profile-user-card-list-links__link{padding:8px 12px}@media(min-width:1628px){.profile-user-card-list-links__link{padding:16px 20px 15px}}.profile-user-card-list-links__link--user{color:var(--white-50);transition:all .2s ease-out}.profile-user-card-list-links__link:hover .profile-user-card-list-links__link--user{color:var(--cuprum-50)}.profile-user-card-list-links__text--verification{position:relative}.profile-user-card-list-links__text--verification:after{content:"";position:absolute;top:0;right:-12px;width:8px;height:8px;border-radius:50%;background:var(--primary)}.profile-user-card-list-links__icon{width:16px;height:auto;color:var(--cuprum-50)}.user-top__profile .profile-user-card-list-links__icon:not(.profile-user-card-list-links__icon--chevrone){width:16px;height:18px}.profile-user-card-list-links__icon--chevrone{width:6px;margin-left:auto}.profile-user-card-list-links__logout{padding:12px 16px 16px;text-align:left}.profile-user-card-sidebar__wr{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px}.profile-user-card-sidebar__profile-wr{position:relative;margin-top:-28px}.profile-user-card-sidebar__profile-link{display:flex;align-items:center;justify-content:center;gap:9px;padding:8px 20px;border-radius:40px;background-color:var(--white);box-shadow:var(--shadow-black);cursor:pointer}.dark .profile-user-card-sidebar__profile-link{background-color:var(--gray-900)}.profile-user-card-sidebar__profile-link-icon{width:10px;height:auto;margin-top:2px;color:var(--gray-500);transition:all .2s ease-out}.dark .profile-user-card-sidebar__profile-link-icon{color:var(--cuprum-50)}.active .profile-user-card-sidebar__profile-link-icon{transform:rotate(180deg)}.profile-user-card-sidebar__profile-link:hover .profile-user-card-sidebar__profile-link-icon{color:var(--primary)}.profile-user-card-sidebar__profile-link-text{font-size:14px;line-height:24px;font-weight:700;color:var(--gray-500);transition:all .2s ease-out}.dark .profile-user-card-sidebar__profile-link-text{color:var(--cuprum-50)}.profile-user-card-sidebar__profile-link:hover .profile-user-card-sidebar__profile-link-text{color:var(--primary)}.profile-user-card-sidebar__profile-link--verify{position:relative}.profile-user-card-sidebar__profile-link--verify:after{display:none}.profile-user-card-sidebar__profile-link--verify .profile-user-card-sidebar__profile-link-text:after,.profile-user-card-sidebar__profile-link--verify:after,.profile-user-card-sidebar__verification-icon-wr:after{content:"";position:absolute;top:8px;right:10px;width:8px;height:8px;border-radius:50%;background:var(--primary)}.profile-user-card-sidebar__progress{margin-bottom:8px}@media(min-width:1628px){.profile-user-card-sidebar__progress{margin-bottom:12px}}.profile-user-card-sidebar__balance-info{margin-bottom:12px}@media(min-width:1628px){.profile-user-card-sidebar__balance-info{margin-bottom:16px}}.profile-user-card-sidebar__records{border-top:1px solid var(--white-200)}.dark .profile-user-card-sidebar__records{border-color:var(--gray-700)}.small-sidebar .profile-user-card-sidebar__records{border-top:none}.profile-user-card-sidebar__records:has(+.profile-user-card-sidebar__bonuses),.profile-user-card-sidebar__records:has(+.profile-user-card-sidebar__freechips),.profile-user-card-sidebar__records:has(+.profile-user-card-sidebar__freespins){border-bottom:1px solid var(--white-200);margin-bottom:12px}.dark .profile-user-card-sidebar__records:has(+.profile-user-card-sidebar__bonuses),.dark .profile-user-card-sidebar__records:has(+.profile-user-card-sidebar__freechips),.dark .profile-user-card-sidebar__records:has(+.profile-user-card-sidebar__freespins){border-color:var(--gray-700)}@media(min-width:1628px){.profile-user-card-sidebar__records:has(+.profile-user-card-sidebar__bonuses),.profile-user-card-sidebar__records:has(+.profile-user-card-sidebar__freechips),.profile-user-card-sidebar__records:has(+.profile-user-card-sidebar__freespins){margin-bottom:16px}}.profile-user-card-sidebar__freechips,.profile-user-card-sidebar__freespins{margin-bottom:28px}@media(min-width:1628px){.profile-user-card-sidebar__freechips,.profile-user-card-sidebar__freespins{margin-bottom:36px}}.profile-user-card-sidebar__freechips:after,.profile-user-card-sidebar__freespins:after{content:"";position:absolute;left:-16px;width:calc(100% + 32px);height:1px;background-color:var(--white-200);margin-top:16px}@media(min-width:1628px){.profile-user-card-sidebar__freechips:after,.profile-user-card-sidebar__freespins:after{margin-top:20px}}.dark .profile-user-card-sidebar__freechips:after,.dark .profile-user-card-sidebar__freespins:after{background-color:var(--gray-700)}.profile-user-card-sidebar__bonuses .profile-user-card-sidebar__bonuses-title{color:var(--gray-600);font-size:16px;font-weight:700;line-height:24px}.profile-user-card-sidebar__bonuses .profile-user-card-sidebar__bonuses{margin:12px 0;width:100%}.dark .profile-user-card-sidebar__bonuses .profile-user-card-sidebar__bonuses-title{color:var(--white)}.profile-user-card-sidebar__show{display:flex;align-items:center;justify-content:center;gap:4px;cursor:pointer}@media(min-width:640px)and (max-width:1627px){.profile-user-card-sidebar__show{padding-top:8px}}.profile-user-card-sidebar__show-text{font-size:12px;line-height:20px;font-weight:700;letter-spacing:.48px;color:var(--gray-700);transition:all .2s ease-out}.dark .profile-user-card-sidebar__show-text{color:var(--white)}.profile-user-card-sidebar__show:hover .profile-user-card-sidebar__show-text{color:var(--primary)}.profile-user-card-sidebar__show-icon{width:10px;height:auto;color:var(--gray-500)}.dark .profile-user-card-sidebar__show-icon{color:var(--cuprum-50)}.profile-user-card-sidebar__show:hover .profile-user-card-sidebar__show-icon{color:var(--primary)}.profile-user-card-sidebar__show-icon.active{transform:rotate(180deg)}@media(min-width:1628px){.profile-user-card-sidebar__lotteries{width:330px;height:72px}}.nav-list__item-text--dot{position:relative}.nav-list__item-text--dot:after{content:"";position:absolute;top:0;right:-12px;width:8px;height:8px;border-radius:50%;background:var(--primary)}.table-wr{position:relative;margin-top:24px}.promo-sidebar--event .table-wr,.tournament-page__bottom-sheet .table-wr{margin-top:0}@media(min-width:1140px){.table-wr{margin-top:36px}.promotion-card .table-wr{margin-top:32px}.promo-sidebar--event .table-wr{background-color:var(--white-100);border-radius:20px;padding:20px 16px;margin-bottom:20px}.promo-sidebar--event .table-wr:last-child{margin-bottom:0}.dark .promo-sidebar--event .table-wr{background-color:var(--cool-gray-850)}}@media(min-width:1628px){.promotion-card .table-wr{margin-top:40px}.promo-sidebar--event .table-wr{padding:24px 20px;margin-bottom:24px}.promo-sidebar--event .table-wr:last-child{margin-bottom:0}}.table-title{font-size:20px;font-weight:700;line-height:24px;color:var(--white);margin-bottom:12px;padding:0 20px}@media(min-width:1140px){.table-title{color:var(--white);margin-bottom:12px}.promo-sidebar--event .table-title{color:var(--gray-700);font-size:24px;font-weight:900;line-height:28px;padding:0;margin-bottom:16px}.dark .promo-sidebar--event .table-title{color:var(--white)}}@media(min-width:1628px){.promo-sidebar--event .table-title{font-size:24px;line-height:28px;margin-bottom:20px}}.table-parts{display:flex;flex-direction:column;width:100%}.promotion-card .table-parts,.tournament-page__bottom-sheet .table-parts{padding:0 20px 20px}.table{flex:1}.table-row{display:flex;align-items:center;justify-content:space-between;height:58px}.table-row.table-row--head{height:48px}.promotion-card .table-row.table-row--head,.tournament-page__bottom-sheet .table-row.table-row--head{height:32px}.table-row:nth-child(2n){background-color:var(--white-100)}@media(min-width:1140px){.table-row:nth-child(2n){background-color:rgba(45,49,49,.44)}}.promotion-card .table-row,.tournament-page__bottom-sheet .table-row{gap:12px;background-color:transparent;border-bottom:2px solid var(--gray-700)}@media(min-width:1140px){.promo-sidebar--event .table-row.table-row--head{height:40px}.promotion-card .table-row{gap:16px}.promo-sidebar--event .table-row{gap:16px;background-color:transparent;border-top:1px solid var(--white-200)}.dark .promo-sidebar--event .table-row{border-color:var(--gray-700)}.promo-sidebar--event .table-row:first-child{border-top:none}}@media(min-width:1628px){.promo-sidebar--event .table-row.table-row--head{height:48px}}.table-cell{text-align:left;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;line-height:16px;flex-shrink:1;color:var(--gray-400)}@media(min-width:1140px){.table-cell{color:var(--white)}}.table-cell:last-child{text-align:right}.table-row--head .table-cell{color:var(--gray-400)}.tournament-page__bottom-sheet .table-cell.table-cell-deposit{text-transform:none}.tournament-page__bottom-sheet .table-cell.table-cell-ticket-price{color:var(--white-50)}.promotion-card .table-row--head .table-cell,.tournament-page__bottom-sheet .table-row--head .table-cell{text-transform:none;font-size:14px;font-weight:700;line-height:16px;color:var(--gray-400);padding:0}.promo-sidebar--event .table-cell{color:var(--gray-600)}.dark .promo-sidebar--event .table-cell{color:var(--white)}.promo-sidebar--event .table-row--head .table-cell{font-size:14px;font-weight:700;line-height:16px;text-transform:lowercase;color:var(--gray-500)}.dark .promo-sidebar--event .table-row--head .table-cell{color:var(--gray-400)}.promo-sidebar--event .table-row--head .table-cell:first-letter{text-transform:uppercase}.table-number{width:52px;display:flex;align-items:center;justify-content:center;text-align:center}.promotion-card .table-number,.tournament-page__bottom-sheet .table-number{width:20px}@media(min-width:1140px){.promo-sidebar--event .table-number,.promotion-card .table-number{width:20px}}.table-place{width:23px;height:auto}.table-place--1{color:var(--gold)}.table-place--2{color:var(--gray-300)}.table-place--3{color:var(--accent)}.table__show-more{position:relative;height:40px;display:flex;align-items:center;justify-content:center;margin:0 0 -20px}.table__show-more:before{content:"";position:absolute;bottom:20px;left:0;z-index:1;width:100%;height:100px;background:var(--gradient-hidden-block);pointer-events:none}.promo-sidebar--event .table__show-more:before{background:var(--gradient-hidden-block-sidebar)}.dark .table__show-more:before,.promo-sidebar:not(.promo-sidebar--event) .table__show-more:before{background:var(--gradient-dark-sidebar-hidden-block)}.table__show-more.table__show-more--active:before{opacity:0}.table__show-more-btn{position:relative;z-index:2;display:flex;align-items:center;font-size:12px;font-weight:700;line-height:20px;letter-spacing:.12px;color:var(--gray-700);cursor:pointer;transition:all .2s ease-out}.no-touch .table__show-more-btn:hover{color:var(--primary)}.dark .table__show-more-btn,.promotion-card .table__show-more-btn{color:var(--white)}.table__show-more-btn-ic{width:10px;height:auto;color:var(--primary);margin-left:9px;transition:all .2s ease-out}.table__show-more--active .table__show-more-btn-ic{transform:scaleY(-1)}.tournament-amount{display:block;font-size:12px;font-style:normal;font-weight:700;line-height:20px;letter-spacing:.12px;color:var(--gray-300)}.promo-sidebar--event .tournament-amount{color:var(--gray-600)}.dark .promo-sidebar--event .tournament-amount{color:var(--gray-300)}.table-cell-nickname{margin-right:auto;width:120px;text-transform:lowercase}.table-cell-nickname .table-cell__inner{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.table-cell-nickname .table-cell__inner:first-letter,.table-cell-nickname:first-letter{text-transform:uppercase}.tournament-page__bottom-sheet .table-cell-nickname.table-cell{text-transform:lowercase}@media(min-width:1140px){.promo-sidebar--event .table-cell-nickname,.promotion-card .table-cell-nickname{flex-grow:1;width:80px}}.table-cell-points{width:60px}.promotion-card .table-cell-points,.tournament-page__bottom-sheet .table-cell-points{color:var(--cuprum-50)}@media(min-width:1140px){.promotion-card .table-cell-points{width:40px;padding-right:0}.promo-sidebar--event .table-cell-points{color:var(--gray-500);width:40px;padding-right:0}.dark .promo-sidebar--event .table-cell-points{color:var(--cuprum-50)}}.table-cell-prizeHtml{width:120px;margin-left:auto;text-transform:none;color:var(--white);flex-grow:1}.promotion-card .table-cell-prizeHtml,.tournament-page__bottom-sheet .table-cell-prizeHtml{margin-left:0}@media(min-width:1140px){.promo-sidebar--event .table-cell-prizeHtml,.promotion-card .table-cell-prizeHtml{text-transform:none;width:110px}}.event-strategy-description{padding:20px 16px}.bottom-sheet--event-strategy .event-strategy-description{padding:0 16px 40px}@media(min-width:1140px){.event-strategy-description{display:none;position:absolute;z-index:1;top:calc(100% + 15px);right:-8px;width:288px;border-radius:12px;background-color:var(--black);cursor:auto;box-shadow:var(--shadow-black)}.no-touch .event-strategy:hover .event-strategy-description{display:block}.event-strategy-description:before{content:"";position:absolute;bottom:100%;right:18px;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid var(--black)}.event-strategy-description:after{content:"";position:absolute;top:-15px;left:0;width:100%;height:15px}.tile-slider__slider--one-element .event-strategy-description{width:288px}.promotions-slider__top .event-strategy-description{right:0}}.event-strategy-description__title{margin-bottom:12px;font-size:14px;font-weight:700;line-height:16px;color:var(--primary)}.bottom-sheet--event-strategy .event-strategy-description__title{font-size:20px;line-height:24px}.event-strategy-description--dark .event-strategy-description__title{color:var(--primary)}.event-strategy-description__text{margin-bottom:12px;font-size:14px;font-weight:700;line-height:20px;color:var(--gray-300)}.bottom-sheet--event-strategy .event-strategy-description__text{font-size:16px;font-weight:400;line-height:20px;margin-bottom:20px;color:var(--gray-600)}.event-strategy-description--dark .event-strategy-description__text{color:var(--gray-300)}.event-strategy-description__link{display:inline-flex;align-items:center;gap:12px;cursor:pointer}.event-strategy-description__link-text{font-size:12px;font-weight:700;line-height:20px;letter-spacing:.12px;color:var(--white)}.event-strategy-description__link-text-icon{position:relative;width:6px;height:10px;color:var(--primary)}.promo-tile-header{position:relative;width:100%;z-index:1;display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.promo-tile-header__info{flex-grow:1}.promo-tile-header__activity{display:flex;gap:16px;margin-bottom:4px;font-size:14px;font-style:normal;font-weight:700;line-height:20px;color:var(--gray-500)}.dark .promo-tile-header__activity{color:var(--gray-400)}.promotion-card .promo-tile-header__activity{font-size:12px;line-height:16px}@media(min-width:1628px){.promo-tile-header__activity{margin-bottom:8px}}.promo-tile-header__activity-tag{position:relative}.promo-tile-header__activity-tag:before{content:"";position:absolute;top:50%;transform:translateY(-50%);right:-10px;width:4px;height:4px;border-radius:50%;background-color:var(--gray-400)}@media(min-width:1140px){.promotion-card .promo-tile-header__activity-status{font-weight:900;text-transform:uppercase}}.promo-tile-header__activity-status--running{color:var(--bright-green)}.promo-tile-header__activity-status--upcoming{color:var(--accent)}.promo-tile-header__activity-status--expired{color:var(--gray-700)}.dark .promo-tile-header__activity-status--expired,.promotion-card .promo-tile-header .promo-tile-header__activity-status--expired{color:var(--white)}.promo-tile-header__info-name{min-height:24px;font-size:20px;line-height:24px;font-weight:700;color:var(--gray-700)}.dark .promo-tile-header__info-name,.promotion-card .promo-tile-header__info-name{color:var(--white)}@media(min-width:1140px){.promotion-card .promo-tile-header__info-name{font-size:24px;font-weight:900;line-height:28px}}.bottom-sheet__content .promo-tile-header__info-name{font-size:24px;font-weight:900;line-height:28px}.promo-tile-header__badge-info{cursor:pointer}.promo-tile-header__badge-info-wr{position:relative;cursor:pointer}.promo-tile-header__badge-info-wr:before{content:"";position:absolute;top:100%;left:0;right:0;height:17px}.promotion-card{padding-bottom:92px}@media(min-width:1140px){.promotion-card{position:fixed;right:20px;top:72px;bottom:24px;padding-bottom:0;width:330px;overflow:hidden;background-color:var(--cool-gray-850);border-radius:20px;z-index:2}.promotion-card:after{opacity:0;content:"";position:absolute;top:0;left:0;right:0;background:var(--gradient-aside);height:88px;transition:all .2s ease-out}.promotion-card.promotion-card--scrolled:after{opacity:1}}@media(min-width:1628px){.promotion-card{top:80px;width:370px}}@media(max-width:639px){.promotion-card.promotion-card--intergroup{padding-bottom:110px}}@media(min-width:1140px){.promotion-card-wr{position:absolute;top:0;left:0;right:0;bottom:0;overflow-y:scroll}.promotion-card-wr::-webkit-scrollbar{height:0;width:0;opacity:0;color:transparent;background-color:transparent;display:none}.promotion-card-wr::-webkit-scrollbar-thumb,.promotion-card-wr::-webkit-scrollbar-track{background:transparent;display:none}}.promotion-card__description{padding:4px 24px 0}@media(min-width:1140px){.promotion-card__description{padding:24px 20px 0}}.promotion-card__header{display:flex;justify-content:space-between;margin-bottom:20px}.promotion-card__close{position:absolute;top:20px;right:20px;flex-shrink:0;cursor:pointer;z-index:2}.promotion-card__close-ic{width:28px;height:28px;padding:3px;color:var(--white);transition:transform .5s cubic-bezier(.36,.66,.04,1)}.promotion-card__close:hover .promotion-card__close-ic{transform:var(--close_animation)}.promotion-card__bottom{display:flex;justify-content:space-between}.promotion-card__bet{text-align:right}.promotion-card__sum{font-weight:700;font-size:24px;line-height:1.17;color:var(--white-50);margin-top:4px}.promotion-card__bet .promotion-card__sum{color:var(--cuprum-50)}.promotion-card__title{font-weight:700;font-size:12px;line-height:1.33;letter-spacing:.04em;color:var(--gray-300);opacity:.6}@media(max-width:1139px){.promotion-card__more-btn-wr{position:fixed;left:0;right:0;bottom:0;padding:20px 24px 24px;background-color:rgba(33,33,35,.5);z-index:1}}.promotion-card__more-btn{display:block;margin-top:20px;text-transform:capitalize}.promotion-card__more-btn--fr{text-transform:none}@media(max-width:1139px){.promo-sidebar{background-color:var(--black)}}.promo-recommended{background-color:var(--white-100);border-radius:16px;margin-bottom:16px}.dark .promo-recommended{background-color:var(--cool-gray-850)}@media(min-width:1628px){.promo-recommended{border-radius:20px;margin-bottom:20px}}.promo-sidebar__title{margin-bottom:20px;font-size:24px;line-height:28px;color:var(--white)}.promo-recommended .promo-sidebar__title{font-size:20px;font-weight:700;line-height:24px;padding:20px 16px 0;color:var(--gray-700);margin-bottom:16px}.dark .promo-recommended .promo-sidebar__title{color:var(--white)}@media(min-width:1140px){.promo-sidebar__title{padding:40px 24px 0}.promo-recommended .promo-sidebar__title{padding:24px 20px 0;margin-bottom:20px}}.promo-sidebar__tables{padding-bottom:28px}@media(min-width:1140px){.promo-sidebar--event .promo-sidebar__tables{padding-bottom:20px}}.social-network-block{display:flex;align-items:center;margin-bottom:12px}@media(min-width:640px){.social-network-block{margin-bottom:16px}}@media(min-width:1140px){.social-network-block{margin-bottom:20px}}.promo-video__banner--unauthorized .social-network-block{width:100%;margin-bottom:20px}.social-network-block__social-icons{display:flex;justify-content:flex-end;width:100%}.promo-video{position:relative;width:330px;height:372px;border-radius:20px;overflow:hidden}.promo-video:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--gradient-promo-video);z-index:1;pointer-events:none;transition:opacity .2s linear;border-radius:20px}.promo-video--end .promo-video:before{opacity:0}@media(min-width:1628px){.promo-video{width:370px;height:400px}}.promo-video.promo-video--unauthorizing{width:calc(100% - 32px);height:324px;margin:100px 16px 56px;overflow:visible}.download-app-banner-visible .promo-video.promo-video--unauthorizing{margin-top:148px}.promo-video.promo-video--without-social-networks{height:268px}@media(min-width:1628px){.promo-video.promo-video--without-social-networks{height:280px}}@media(max-width:639px){.promo-video.promo-video--without-social-networks{height:240px}}.promo-video.promo-video--without-social-networks .promo-video__banner--registration-button{margin-bottom:20px}.promo-video__wrapper{object-fit:cover;width:100%;height:100%;border-radius:inherit}.promo-video__play-button{display:flex;align-items:center;justify-content:center;width:68px;height:68px;border-radius:100%;background-color:var(--gray-700);box-shadow:var(--shadow-black);z-index:2;cursor:pointer;transition:.1s ease-in-out;position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0)}.no-touch .promo-video__play-button:hover{background-color:var(--cool-gray-850)}.promo-video--playing .promo-video__play-button{opacity:0}.promo-video:not(.promo-video--end):hover .promo-video__play-button{opacity:1}.promo-video--unauthorizing .promo-video__play-button{display:none}.promo-video__play-button-icon{width:20px;height:auto;margin-left:2px;color:var(--white-50)}.promo-video--playing .promo-video__play-button-icon{width:18px;margin-left:0}.promo-video__banner{display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:32px 16px;width:100%;height:100%;background-image:url(/img/promo/sidebar_promo_bg.jpg);background-size:cover;background-position:50%;background-repeat:no-repeat;border-radius:20px;z-index:3;position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0)}.promo-video__banner.promo-video__banner--unauthorized{justify-content:flex-end;padding:16px 20px;background:var(--gradient-promo-unauthorized)}@media(max-width:1139px){.promo-video__banner.promo-video__banner--unauthorized{position:relative}}.promo-video__banner.promo-video__banner--unauthorized:before{content:"";position:absolute;width:100%;height:100%;top:0;background-size:100% auto;background-repeat:no-repeat;border-radius:20px;background-image:url(/img/promo/promo_bg_unauthorized.webp)}.no-webp .promo-video__banner.promo-video__banner--unauthorized:before{background-image:url(/img/promo/promo_bg_unauthorized.png)}@media(min-width:1140px){.promo-video__banner.promo-video__banner--unauthorized:before{background-image:url(/img/promo/promo_bg_desk.webp)}.no-webp .promo-video__banner.promo-video__banner--unauthorized:before{background-image:url(/img/promo/promo_bg_desk.png)}}.promo-video__banner-title{color:var(--white);text-align:center;font-size:36px;line-height:44px;font-weight:400;z-index:1}@media(min-width:1628px){.promo-video__banner-title{padding-inline:12px;width:338px}}.promo-video__banner--unauthorized .promo-video__banner-title{color:var(--white-50);font-size:32px;font-weight:400;line-height:32px}.promo-video__banner-title-percent{font-weight:700;margin-right:10px}.promo-video__banner--unauthorized .promo-video__banner-title-percent{color:var(--white-50);font-size:40px;font-weight:900;line-height:32px;margin-right:0}@media(min-width:1628px){.promo-video__banner--unauthorized .promo-video__banner-title-percent{line-height:48px}}.promo-video__banner-title-percent.promo-video__banner-title-percent--br{font-weight:400;margin-right:0}.promo-video__banner--unauthorized .promo-video__banner-title-percent.promo-video__banner-title-percent--br{font-size:32px;line-height:32px}.promo-video__banner--registration-button{margin:32px 0 20px}@media(min-width:1140px){.promo-video__banner--registration-button{margin-bottom:24px}}@media(min-width:1628px){.promo-video__banner--registration-button{margin-bottom:28px}}.promo-video__banner--text{color:var(--white);margin-bottom:8px;font-size:14px;font-weight:400;line-height:20px}@media(min-width:1140px){.promo-video__banner--text{margin-bottom:12px}}@media(min-width:1628px){.promo-video__banner--text{margin-bottom:16px}}.promotions-slider__slider{overflow:hidden}.promotions-slider__slider-item{position:relative;display:flex;flex-direction:column;justify-content:space-between;gap:8px;background-color:var(--white);border-radius:20px}@media(min-width:1628px){.promotions-slider__slider-item{gap:12px}}.dark .promotions-slider__slider-item{background-color:var(--cool-gray-850)}.promotions-slider__slider-item-type{font-size:12px;font-weight:700;line-height:20px;letter-spacing:.12px;color:var(--gray-500)}.dark .promotions-slider__slider-item-type{color:var(--gray-400)}.promotions-slider__slider-item-jackpot,.promotions-slider__slider-item-name{font-size:16px;font-weight:700;line-height:24px;color:var(--gray-700)}.dark .promotions-slider__slider-item-jackpot,.dark .promotions-slider__slider-item-name{color:var(--white)}.promotions-slider__top{position:relative;z-index:3;display:flex;justify-content:space-between;align-items:center;padding:12px 16px 0}@media(min-width:1628px){.promotions-slider__top{padding:16px 20px 0}}.promotions-slider__top-header{display:flex;flex-direction:column}.promotions-slider__top-strategy{position:relative}.promotions-slider__body-wr{padding:0 16px}@media(min-width:1628px){.promotions-slider__body-wr{padding:0 20px}}.promotions-slider__body{position:relative;min-height:200px;border-radius:12px;background-position:50%;background-repeat:no-repeat;background-size:cover;padding:12px;display:flex;align-items:flex-end;justify-content:space-between;overflow:hidden}.promotions-slider__body:after{content:"";position:absolute;left:0;right:0;bottom:0;top:0;background:var(--gradient-promo-slider)}.promotions-slider__bottom{display:flex;align-items:flex-end;justify-content:space-between;padding:0 16px 12px}@media(min-width:1628px){.promotions-slider__bottom{padding:0 20px 16px}}.promotions-slider__timer-wr{position:relative;z-index:2;margin-right:12px}.promotions-slider__slider-item-prize-caption,.promotions-slider__timer-text{font-size:12px;font-weight:700;line-height:20px;color:var(--gray-400)}.promotions-slider__slider-item-prize{position:relative;z-index:2;text-align:right}.promotions-slider__slider-item-prize-value{font-size:20px;font-weight:700;line-height:20px;color:var(--white)}.promotions-slider__slider-item-image{position:absolute;top:0;left:0;bottom:0;right:0;object-position:center;object-fit:contain;height:100%;width:100%}.promotions-slider__bottom{z-index:1}.promotions-slider__slider-item-btn-wr{flex-grow:1}.promotions-slider__slider-item-btn{width:100%;text-transform:capitalize}.promotions-slider__slider-item-btn--fr{text-transform:none}.promotions-slider{position:relative}.promotions-slider:hover .promotions-slider__next,.promotions-slider:hover .promotions-slider__prev{display:flex}.promotions-slider .swiper-slide{height:332px;display:flex}@media(min-width:1628px){.promotions-slider .swiper-slide{height:348px}}.promotions-slider__slider--hovered~.promotions-slider__next,.promotions-slider__slider--hovered~.promotions-slider__prev{display:none!important}.promotions-slider__next,.promotions-slider__prev{display:none;position:absolute;top:50%;transform:translateY(-50%);align-items:center;justify-content:center;width:40px;height:40px;border-radius:100%;border:1px solid var(--white-200);background-color:var(--white);box-shadow:var(--shadow-black);cursor:pointer;transition:background-color .2s ease-out;z-index:3}.dark .promotions-slider__next,.dark .promotions-slider__prev{color:var(--cuprum-50);border:1px solid var(--gray-700);background:var(--gray-900)}.no-touch .promotions-slider__next:hover:not(.no-touch .promotions-slider__prev.swiper-button-disabled,.no-touch .promotions-slider__next.swiper-button-disabled),.no-touch .promotions-slider__prev:hover:not(.no-touch .promotions-slider__prev.swiper-button-disabled,.no-touch .promotions-slider__next.swiper-button-disabled){background-color:var(--white-100)}.dark .no-touch .promotions-slider__next:hover:not(.no-touch .promotions-slider__prev.swiper-button-disabled,.no-touch .promotions-slider__next.swiper-button-disabled),.dark .no-touch .promotions-slider__prev:hover:not(.no-touch .promotions-slider__prev.swiper-button-disabled,.no-touch .promotions-slider__next.swiper-button-disabled){background-color:var(--cool-gray-850)}.promotions-slider__next.swiper-button-disabled,.promotions-slider__prev.swiper-button-disabled{background-color:transparent;border-color:var(--gray-500);cursor:auto}.promotions-slider__prev{left:-12px;right:auto}.promotions-slider__next{right:-12px;left:auto}.promotions-slider__icon{width:6px;height:10px;color:var(--gray-500);transition:color .2s ease-out}.dark .promotions-slider__icon{color:var(--cuprum-50)}.dark .swiper-button-disabled .promotions-slider__icon{color:var(--gray-500-50)}.providers-filter-result__dropdown{display:flex!important;flex-wrap:wrap;width:100%!important;box-sizing:border-box!important;-ms-overflow-style:none;scrollbar-width:none}.providers-filter-result__dropdown::-webkit-scrollbar{display:none}@media(min-width:1140px){.providers-filter-result__dropdown{padding:0 20px}}.providers-filter-result__dropdown-item{display:flex;align-items:center;width:50%;padding:16px 0 15px 0;cursor:pointer;border-bottom:1px solid var(--gray-700)}.providers-filter-result__dropdown--jackpot .providers-filter-result__dropdown-item{padding:14px 0 13px 0}.providers-filter-result__dropdown-item:nth-child(odd){padding-right:8px}.providers-filter-result__dropdown-item:nth-child(2n){padding-left:8px}.no-touch .providers-filter-result__dropdown-item:hover .providers-filter-result__dropdown-item-name{color:var(--white-50)}.providers-filter-result__dropdown-item-inner{margin-right:8px;overflow:hidden}.providers-filter-result__dropdown-item-img{background-color:var(--gray-700);width:28px;height:28px;flex-shrink:0;margin-right:8px;border-radius:100%;overflow:hidden;transition:transform .2s ease-out}.providers-filter-result__dropdown-item:hover .providers-filter-result__dropdown-item-img{transform:scale(1.12)}.providers-filter-result__dropdown-item-name{font-weight:700;font-size:12px;line-height:16px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;color:var(--white-50);transition:color .2s ease-out}.providers-filter-result__dropdown-item-name .hightlight{color:var(--primary)}.providers-filter-result__dropdown-item-jackpot{font-weight:700;font-size:12px;line-height:16px;text-transform:uppercase;color:var(--cuprum-100);white-space:nowrap}.providers-filter-result__dropdown-item-count{font-weight:400;font-size:12px;line-height:16px;text-align:right;color:var(--cuprum-50);margin-left:auto;margin-right:0;max-width:23px;flex-shrink:0}.providers-filter-result__dropdown-inner{position:relative;overflow:hidden}.bottom-menu .filter-popup-list{padding-bottom:28px}@media(min-width:1140px){.filter-popup-list{position:absolute;right:0;top:calc(100% + 8px);min-width:290px;border-radius:16px;padding:8px;box-shadow:0 12px 24px 0 rgba(0,0,0,.2);background-color:var(--gray-900);z-index:3;overflow:hidden}.promo-page__filter .filter-popup-list{z-index:2;padding:8px 12px;min-width:218px;border-radius:12px;top:calc(100% + 16px);right:-4px}.providers-filter .filter-popup-list{background-color:var(--white)}}@media(min-width:1628px){.filter-popup-list{min-width:330px}}.filter-popup-list__item{position:relative;padding:10px 20px 10px 20px;border-radius:4px;font-weight:400;font-size:14px;line-height:20px;color:var(--gray-300);cursor:pointer}@media(min-width:1140px){.filter-popup-list__item{line-height:20px;padding:12px 8px 12px 12px}}.no-touch .filter-popup-list__item:hover{background-color:var(--cool-gray-850);color:var(--white)}.no-touch .promo-page__filter .filter-popup-list__item:hover{border-radius:8px}.no-touch .providers-filter .filter-popup-list__item:hover{background-color:var(--white-100);color:var(--gray-700)}.filter-popup-list__item:last-child{border-bottom:none}.bottom-sheet--filter-popup-white .filter-popup-list__item,.providers-filter .filter-popup-list__item{color:var(--gray-600)}.filter-popup-list__item-circle{position:absolute;top:50%;transform:translateY(-50%);right:16px;display:flex;justify-content:center;align-items:center;width:28px;height:28px;border-radius:8px;background-color:var(--gray-700)}@media(min-width:1140px){.filter-popup-list__item-circle{right:8px}}.bottom-sheet--filter-popup-white .filter-popup-list__item-circle,.providers-filter .filter-popup-list__item-circle{background-color:var(--white-200)}.filter-popup-list__item-circle-icon{width:17px;height:14px;color:var(--bright-green)}.filter-popup-list__list{display:flex;flex-direction:column}@media(max-width:1139px){.filter-popup-list__list{margin-bottom:52px}}.filter-popup-list__title{font-size:20px;line-height:24px;font-weight:700;color:var(--gray-300);padding:0 20px;margin-bottom:20px}.bottom-sheet--filter-popup-white .filter-popup-list__title{color:var(--gray-600)}.filter-popup{position:relative;display:inline-block}.games-sort-page .filter-popup{margin-top:0;margin-bottom:auto}@media(max-width:1139px){.games-sort-page .filter-popup{box-shadow:-16px 0 12px var(--white);position:absolute;top:0;right:0}.dark .games-sort-page .filter-popup{box-shadow:-16px 0 12px var(--cool-gray-850)}}.filter-popup-btn{display:flex;align-items:center;justify-content:center;background-color:var(--secondary);border-color:transparent;width:40px;height:40px;border-radius:8px;margin-right:0;margin-left:auto;cursor:pointer;transition:all .2s ease-out}.dark .filter-popup-btn{background-color:var(--gray-700)}.no-touch .filter-popup-btn:hover:not(.no-touch .filter-popup-btn.filter-popup-btn--active){background-color:var(--secondary-2);border:2px solid var(--white-200)}.no-touch .filter-popup-btn:hover:not(.no-touch .filter-popup-btn.filter-popup-btn--active) .filter-popup-btn-ic{color:var(--gray-900)}.dark .no-touch .filter-popup-btn:hover:not(.dark .no-touch .filter-popup-btn.filter-popup-btn--active){background-color:var(--cool-gray-850);border:2px solid var(--gray-700)}.dark .no-touch .filter-popup-btn:hover:not(.dark .no-touch .filter-popup-btn.filter-popup-btn--active) .filter-popup-btn-ic{color:var(--gray-400)}.promo-page__filter .filter-popup-btn{background-color:transparent;width:auto;height:auto;padding:8px 16px;border:none!important}.no-touch .promo-page__filter .filter-popup-btn:hover:not(.promo-page__filter .filter-popup-btn.filter-popup-btn--active){background-color:var(--white-100)!important}.dark .no-touch .promo-page__filter .filter-popup-btn:hover:not(.promo-page__filter .filter-popup-btn.filter-popup-btn--active){background-color:var(--cool-gray-850)!important}.promo-page__filter .filter-popup-btn.filter-popup-btn--active{background-color:var(--white-200)!important}.dark .promo-page__filter .filter-popup-btn.filter-popup-btn--active{background-color:var(--gray-700)!important}.providers-filter .filter-popup-btn{background-color:var(--gray-700)}.no-touch .providers-filter .filter-popup-btn:hover:not(.no-touch .providers-filter .filter-popup-btn.filter-popup-btn--active){background-color:var(--gray-900);border-color:var(--gray-900)}.no-touch .providers-filter .filter-popup-btn:hover:not(.no-touch .providers-filter .filter-popup-btn.filter-popup-btn--active) .filter-popup-btn-ic{color:var(--cuprum-50)}.games-sort-page .filter-popup-btn--active,.play-providers__list-top .filter-popup-btn--active{background-color:var(--secondary-3)}.providers-filter .filter-popup-btn--active{background-color:var(--gray-900)}.dark .filter-popup-btn--active{background-color:var(--cool-gray-900)}.filter-popup-btn-ic{width:20px;height:14px;color:var(--cool-gray-900);transition:color .2s ease-out}.dark .filter-popup-btn-ic{color:var(--white-50)}.providers-filter .filter-popup-btn-ic{color:var(--cuprum-50)}.providers-filter-search__wrap{position:relative;display:flex;align-items:center;margin:0 12px 16px 12px}@media(min-width:1140px){.providers-filter-search__wrap{margin:0 20px 16px 20px}}.providers-filter-search__inner{position:relative;height:40px;width:100%;margin-right:12px}.providers-filter-search__input{left:0;width:100%;height:100%;position:absolute;top:50%;transform:translateY(-50%)}.providers-filter-search__filter-icon{position:absolute;top:50%;transform:translateY(-50%);left:13px;width:16px;height:auto;color:var(--gray-500)}.providers-filter-search__delete{display:flex;align-items:center;justify-content:center;right:12px;top:12px;width:20px;height:20px;color:var(--gray-400);cursor:pointer;position:absolute;top:50%;transform:translateY(-50%)}.providers-filter-search__delete-icon{width:14px;height:16px;transition:all .2s ease-out}.providers-filter-search__delete:hover .providers-filter-search__delete-icon{color:var(--primary-2)}.providers-filter-tabs__button{overflow:hidden;position:relative;display:flex;align-items:center;margin:0 12px 16px 12px}@media(min-width:1140px){.providers-filter-tabs__button{flex:none;margin:0 20px 16px 20px}}.providers-filter-tabs__title-text{position:relative;color:var(--gray-400);font-size:14px;font-weight:700;line-height:20px;margin-right:20px;padding:8px 0;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;cursor:pointer;transition:all .2s ease-out}.providers-filter-tabs__title-text:last-child{margin-right:0}.providers-filter-tabs__title-text.active{color:var(--white)}.providers-filter-tabs__title-text.active:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background-color:var(--primary)}.no-touch .providers-filter-tabs__title-text:hover{color:var(--primary)}@media(min-width:1140px){.providers-filter-tabs__title-text{padding:12px 0}}.providers-filter{position:relative;width:100%;height:100%;padding-bottom:206px}@media(min-width:1140px){.providers-filter{display:flex;flex-direction:column;padding:20px 0 0 0}}.providers-filter__title{font-size:16px;font-weight:700;line-height:24px;color:var(--white);margin:0 12px 12px 12px}@media(min-width:1140px){.providers-filter__title{margin:0 20px 12px 20px;padding:2px 0}}.providers-filter__close{position:absolute;top:27px;right:27px;display:flex;z-index:2;cursor:pointer;transition:var(--close_transition)}.providers-filter__close:hover{transform:var(--close_animation)}.providers-filter__close-icon{width:14px;height:14px;color:var(--secondary)}.no-touch .providers-filter__close-icon:hover{color:var(--gray-400)}.providers-filter__dropdown-wrapper{position:relative}.providers-filter__dropdown-result{display:flex;flex-direction:column;height:100%;margin:0 12px}@media(min-width:1140px){.providers-filter__dropdown-result{margin:0;overflow:hidden}}.providers-filter__dropdown-no-results{font-weight:700;font-size:14px;line-height:22px;text-align:center;color:var(--gray-400)}@media(min-width:1140px){.record-sport-details{height:100%}}.record-sport-details__container{padding-bottom:20px}@media(min-width:1140px){.record-sport-details__container{padding:20px 0}}.record-sport-details__header{display:flex;align-items:center;padding:0 20px;margin-bottom:20px}.record-sport-details__header-place{width:24px;height:24px;display:flex;justify-content:center;align-items:center;text-align:center;font-size:20px;color:var(--gray-500);line-height:20px;font-weight:700}@media(min-width:1140px){.record-sport-details__header-place{color:var(--gray-400)}}.record-sport-details__header-place-icon{width:24px;height:24px}.record-sport-details__header-place-icon--1{color:var(--accent)}.record-sport-details__header-place-icon--2{color:var(--cuprum-100)}.record-sport-details__header-place-icon--3{color:var(--gray-500)}@media(min-width:1140px){.record-sport-details__header-place-icon--3{color:var(--gray-400)}}.record-sport-details__header-item--button{margin-left:auto;width:28px;height:28px;display:flex;align-items:center;justify-content:center;transition:var(--close_transition)}.no-touch .record-sport-details__header-item--button:hover{transform:var(--close_animation)}.record-sport-details__header-item--button svg{width:16px;height:16px;color:var(--white-50)}.record-sport-details__description{margin-left:16px;color:var(--white);font-weight:700;font-size:12px;line-height:20px;letter-spacing:.12px;padding:4px 8px;border-radius:44px;box-shadow:var(--shadow-black)}.record-sport-details__description--system{background-color:var(--blue)}.record-sport-details__description--express{background-color:var(--accent)}.record-sport-details__description--single{background-color:var(--bright-green)}.record-sport-details__content{padding:0 20px}.record-sport-details__section{margin-bottom:20px;border-radius:12px;background-color:var(--white)}@media(min-width:1140px){.record-sport-details__section{background-color:var(--gray-900)}}.record-sport-details__item{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--white-200);padding:15px 20px 16px}.record-sport-details__item:last-child{border-bottom-color:transparent}@media(min-width:1140px){.record-sport-details__item{border-bottom-color:var(--gray-700)}}.record-sport-details__item-text{color:var(--gray-600);font-weight:700;font-size:14px;line-height:20px;margin:0}@media(min-width:1140px){.record-sport-details__item-text{color:var(--secondary-2)}}.record-sport-details__item-value{display:flex;flex-direction:column;color:var(--gray-500);font-weight:700;font-size:14px;line-height:20px}.record-sport-details__item-value>span{text-align:end}@media(min-width:1140px){.record-sport-details__item-value{color:var(--gray-400)}}.record-sport-details__item-value--highlight{color:var(--accent)}.record-sport-details__footer{padding:0 20px}.record-sport-details__btn-create{width:100%;height:40px}.static-aside{border-radius:20px;background:var(--white-100)}.dark .static-aside{background:var(--cool-gray-850)}.static-aside__title{font-size:20px;line-height:24px;font-weight:700;color:var(--gray-700);padding:12px 20px 16px 16px}.dark .static-aside__title{color:var(--white)}@media(min-width:1628px){.static-aside__title{padding:16px 24px 20px 20px}}.static-aside__list{counter-reset:item;border-top:1px solid var(--cool-white-100)}.dark .static-aside__list{border-top:var(--cool-gray-850)}.static-aside__item{display:flex;align-items:center;padding:12px 16px;counter-increment:item;border-bottom:1px solid var(--cool-white-100)}.dark .static-aside__item{border-bottom:var(--cool-gray-850)}.static-aside__item:before{min-width:20px;content:counter(item) ". ";align-self:flex-start;font-size:14px;line-height:20px;color:var(--primary)}.static-aside__item:last-child{border-bottom:none}@media(min-width:1628px){.static-aside__item{padding:16px 20px}}@media(min-width:1140px){.static-aside__item.static-aside__item--hide-block{width:1px;height:1px;position:absolute;overflow:hidden;white-space:nowrap;clip:rect(0 0 0 0);clip-path:inset(50%)}}.static-aside__link{display:flex;justify-content:space-between;flex:1;font-size:14px;line-height:20px;color:var(--gray-600);margin-left:12px}.dark .static-aside__link{color:var(--white-50)}.no-touch .static-aside__link:hover{color:var(--primary)}@media(min-width:1628px){.static-aside__link{margin-left:20px}}.static-aside__icon{display:flex;flex-shrink:0;align-items:center;width:6px;height:auto;margin:0 6px 0 20px;color:var(--gray-500)}.dark .static-aside__icon{color:var(--cuprum-50)}.statuses-advantages{padding:0 20px 24px}@media(min-width:1140px){.statuses-advantages{padding:24px 20px}}.statuses-advantages__title{font-weight:700;font-size:16px;line-height:24px;color:var(--white);margin-bottom:36px}.dark .statuses-advantages__title{color:var(--white)}@media(min-width:1140px){.statuses-advantages__title{font-weight:900;font-size:24px;line-height:28px;color:var(--gray-700);margin-bottom:20px}}.statuses-advantages__item{position:relative;display:flex;margin-top:16px}.statuses-advantages__item-icon-wr{position:relative;display:flex;align-items:center;justify-content:center;background:var(--black);flex-shrink:0;width:48px;height:48px;border-radius:8px;margin-right:16px}.dark .statuses-advantages__item-icon-wr{background:var(--black)}@media(min-width:1140px){.statuses-advantages__item-icon-wr{background:var(--white)}}.statuses-advantages__item-icon{display:block;color:var(--primary)}.statuses-advantages__item-icon-like{width:26px}.statuses-advantages__item-icon-bonus_buy{width:22px}.statuses-advantages__item-icon-exchange-money,.statuses-advantages__item-icon-money-touch{width:26px}.statuses-advantages__item-icon-vip_crown{width:24px}.statuses-advantages__item-icon-circle-percent{width:26px}.statuses-advantages__item-icon-lamp{width:21px}.statuses-advantages__item-title{font-weight:700;font-size:20px;line-height:24px;color:var(--white);margin-bottom:8px}.dark .statuses-advantages__item-title{color:var(--white)}@media(min-width:1140px){.statuses-advantages__item-title{color:var(--gray-700)}}.statuses-advantages__item-text{font-weight:400;font-size:14px;line-height:20px;color:var(--gray-300)}.dark .statuses-advantages__item-text{color:var(--gray-300)}@media(min-width:1140px){.statuses-advantages__item-text{color:var(--gray-700)}}.subscription-social{display:flex;flex-direction:column;justify-content:space-between;padding:16px 20px;width:100%;height:309px;border-radius:20px;background-image:url(/img/socials-bg-personal.jpg);background-color:var(--white-100);background-size:cover;background-repeat:no-repeat;background-position:50%}.subscription-social__title{font-size:20px}.subscription-social__subtitle,.subscription-social__title{font-weight:700;line-height:24px;color:var(--white-100);margin-bottom:12px}.subscription-social__subtitle{font-size:16px}.subscription-social__icons{display:flex}.subscription-social__icons-item{display:inline-flex;justify-content:center;align-items:center;flex-grow:1;position:relative;border-radius:8px;min-width:35px;height:40px;font-size:17px;line-height:32px;margin-right:8px;background-color:var(--cool-gray-900);color:var(--white-100);cursor:pointer;transition:all .2s ease-out;border:none}.no-touch .subscription-social__icons-item:hover{background-color:var(--gray-900)}.subscription-social__icons-item:active{background-color:var(--gray-700)}.subscription-social__icons-item:last-child{margin-right:0}.subscription-social__icons-item-icon{height:16px}.mission-info{overflow:hidden}@media(max-width:639px){.mission-info{border-radius:20px 20px 0 0}}.mission-info__header{position:relative;height:308px;background-color:var(--cool-gray-850)}.mission-info__header:after{content:"";display:flex;width:100%;height:100%;margin-top:-308px;background-repeat:no-repeat;background-size:cover;background-image:linear-gradient(3deg,transparent 48%,#000 86%),linear-gradient(190deg,transparent 38%,rgba(12,12,12,.46) 50%,#1a1a1a 69.15%),var(--MISSION-IMG-WEBP)}@media(min-width:640px)and (max-width:1139px){.mission-info__header:after{top:34px;width:256px;height:256px;margin-top:0;border-radius:5px;background-image:var(--MISSION-IMG-WEBP);position:absolute;left:50%;transform:translateX(-50%)}}@media(min-width:1140px){.mission-info__header:after{background-size:auto 100%}}@media(min-width:640px)and (max-width:1139px){.mission-info__header:before{position:absolute;content:"";display:flex;width:100%;height:100%;background-color:rgba(0,0,0,.48);-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px)}}.no-webp .mission-info__header:after{background-image:linear-gradient(3deg,transparent 48%,#000 86%),linear-gradient(190deg,transparent 38%,rgba(12,12,12,.46) 50%,#1a1a1a 69.15%),var(--MISSION-IMG-JPG)}@media(min-width:640px)and (max-width:1139px){.no-webp .mission-info__header,.no-webp .mission-info__header:after{background-image:var(--MISSION-IMG-JPG)}}@media(min-width:640px)and (max-width:1139px){.mission-info__header{height:392px;background-image:var(--MISSION-IMG-WEBP);border-radius:16px 16px 0 0}}.mission-info__close{position:absolute;z-index:2;top:12px;right:12px;display:flex;color:var(--white-50);cursor:pointer;transition:var(--close_transition)}.no-touch .mission-info__close:hover{transform:var(--close_animation)}@media(max-width:639px){.mission-info__close{display:none}}@media(min-width:640px){.mission-info__close{top:10px;right:18px}}@media(min-width:1140px){.mission-info__close{top:18px}}.mission-info__close-icon{width:20px;height:20px}@media(min-width:640px){.mission-info__close-icon{width:14px;height:14px}}.mission-info__content-wrapper{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:space-between;height:100%;padding:20px}@media(min-width:640px)and (max-width:1139px){.mission-info__content-wrapper{flex-direction:row-reverse;align-items:flex-end;justify-content:space-between;width:100%;padding:12px}}.mission-info__level-title{display:flex;align-items:center;margin-bottom:6px;font-size:14px;font-weight:700;line-height:20px}@media(min-width:640px)and (max-width:1139px){.mission-info__level-title{justify-content:flex-end;margin-bottom:8px}}.mission-info__level-task{color:var(--white)}.mission-info__level-state{display:flex;align-items:center;color:var(--accent)}.mission-info__level-state:before{content:"";display:flex;width:4px;height:4px;margin-inline:6px;border-radius:50%;background-color:var(--white)}.mission-info__level-state--done{color:var(--bright-green)}.mission-info__level-text{font-size:12px;font-weight:400;line-height:16px;color:var(--gray-400)}.mission-info__level-text span{color:var(--white)}@media(min-width:640px)and (max-width:1139px){.mission-info__level-text{text-align:end}}.mission-info__content{color:var(--white)}@media(min-width:640px)and (max-width:1139px){.mission-info__content{width:50%}}.mission-info__title{margin-bottom:12px;font-size:32px;font-weight:900;line-height:40px}@media(min-width:640px)and (max-width:1139px){.mission-info__title{margin-bottom:8px;font-size:20px;font-weight:700;line-height:24px}}.mission-info__text{font-size:16px;font-weight:700;line-height:24px;color:var(--gray-300)}@media(min-width:640px)and (max-width:1139px){.mission-info__text{font-size:14px;line-height:16px}}.mission-info__games-wrapper{display:flex;background-color:var(--white-100);max-height:calc(100dvh - 356px)}.dark .mission-info__games-wrapper{background-color:var(--cool-gray-850)}@media(min-width:640px){.mission-info__games-wrapper{max-height:calc(100dvh - 440px)}}@media(min-width:1140px){.mission-info__games-wrapper{max-height:calc(100dvh - 484px)}}.mission-info__games-scroll{width:100%}.mission-info__games-title{margin:22px 8px 10px;font-size:24px;font-weight:900;line-height:28px;color:var(--gray-700)}.dark .mission-info__games-title{color:var(--white)}@media(min-width:640px)and (max-width:1139px){.mission-info__games-title{margin-bottom:8px}}.mission-info__game{display:flex;align-items:center;gap:8px;padding:12px 16px 12px 12px;border-top:1px solid var(--white-200)}.dark .mission-info__game{border-top:1px solid var(--gray-700)}.no-touch .mission-info__game:hover{background-color:var(--white);border-top:1px solid transparent}.no-touch .mission-info__game:hover+.mission-info__game{border-top:1px solid transparent}.dark .no-touch .mission-info__game:hover{background-color:var(--gray-900)}.mission-info__game:first-of-type{margin-top:-1px;border-top:1px solid transparent}.mission-info__game-img{flex-shrink:0;width:56px;height:56px;border-radius:4px;background-repeat:no-repeat;background-size:cover}.mission-info__game-img--1{background-image:var(--GAME-IMG-1)}.mission-info__game-img--2{background-image:var(--GAME-IMG-2)}.mission-info__game-img--3{background-image:var(--GAME-IMG-3)}.mission-info__game-img--4{background-image:var(--GAME-IMG-4)}.mission-info__game-img--5{background-image:var(--GAME-IMG-5)}.mission-info__game-img--6{background-image:var(--GAME-IMG-6)}.mission-info__game-img--7{background-image:var(--GAME-IMG-7)}.mission-info__game-img--8{background-image:var(--GAME-IMG-8)}.mission-info__game-img--9{background-image:var(--GAME-IMG-9)}.mission-info__game-img--10{background-image:var(--GAME-IMG-10)}.mission-info__game-img--11{background-image:var(--GAME-IMG-11)}.mission-info__game-img--12{background-image:var(--GAME-IMG-12)}.mission-info__game-img--13{background-image:var(--GAME-IMG-13)}.mission-info__game-img--14{background-image:var(--GAME-IMG-14)}.mission-info__game-img--15{background-image:var(--GAME-IMG-15)}.mission-info__game-img--16{background-image:var(--GAME-IMG-16)}.mission-info__game-img--17{background-image:var(--GAME-IMG-17)}.mission-info__game-img--18{background-image:var(--GAME-IMG-18)}.mission-info__game-img--19{background-image:var(--GAME-IMG-19)}.mission-info__game-img--20{background-image:var(--GAME-IMG-20)}.mission-info__game-content,.mission-info__game-jackpot{display:flex;flex-direction:column}.mission-info__game-content{max-width:calc(100% - 72px)}.mission-info__game:has(.mission-info__game-jackpot) .mission-info__game-content{max-width:calc(100% - 137px)}.mission-info__game-name,.mission-info__jackpot-sum{overflow:hidden;margin-bottom:4px;font-size:14px;font-weight:700;line-height:16px;color:var(--gray-600);text-overflow:ellipsis;white-space:nowrap}.dark .mission-info__game-name,.dark .mission-info__jackpot-sum{color:var(--white-50)}@media(min-width:640px)and (max-width:1139px){.mission-info__game-name,.mission-info__jackpot-sum{margin-bottom:8px}}.mission-info__game-provider{transition:color .2s ease-out}.no-touch .mission-info__game:hover .mission-info__game-provider{color:var(--gray-600)}.dark .no-touch .mission-info__game:hover .mission-info__game-provider{color:var(--white-50)}.mission-info__game-provider,.mission-info__jackpot-text{font-size:12px;font-weight:400;line-height:16px;color:var(--gray-500)}.dark .mission-info__game-provider,.dark .mission-info__jackpot-text{color:var(--gray-400)}.mission-info__game-jackpot{margin-left:auto;text-align:end}.mission-info__jackpot-sum{min-height:16px;color:var(--primary)}.dark .mission-info__jackpot-sum{color:var(--white-50)}.steps-slider{position:relative;margin:12px 16px;padding:16px;border-radius:20px;background-color:var(--white-100)}@media(min-width:640px){.steps-slider{padding:20px 16px}}@media(min-width:832px){.steps-slider{margin:16px 20px;padding:20px;border-radius:24px}}@media(min-width:1140px){.steps-slider{margin:-8px 0 0;padding:16px 16px 20px}}@media(min-width:1628px){.steps-slider{margin:0;padding:20px 20px 24px;border-radius:28px}}.dark .steps-slider{background-color:var(--cool-gray-850)}.steps-slider__item:before{content:"";display:flex;width:100%;height:200px;margin-bottom:16px;border-radius:12px;background-repeat:no-repeat;background-size:1060px 200px;background-position:50%}@media(min-width:832px){.steps-slider__item:before{margin-bottom:20px}}@media(min-width:1628px){.steps-slider__item:before{margin-bottom:24px}}.steps-slider__item-1:before{background-image:url(/img/x-mas-steel/slider_1.webp)}.no-webp .steps-slider__item-1:before{background-image:url(/img/x-mas-steel/slider_1.jpg)}.steps-slider__item-2:before{background-image:url(/img/x-mas-steel/slider_2.webp)}.no-webp .steps-slider__item-2:before{background-image:url(/img/x-mas-steel/slider_2.jpg)}.steps-slider__item-3:before{background-image:url(/img/x-mas-steel/slider_3.webp)}.no-webp .steps-slider__item-3:before{background-image:url(/img/x-mas-steel/slider_3.jpg)}.steps-slider__title{margin-bottom:8px;font-size:20px;font-weight:700;line-height:24px;text-align:center;color:var(--gray-600)}.dark .steps-slider__title{color:var(--white)}.steps-slider__text{margin-bottom:16px;font-size:16px;line-height:20px;text-align:center;color:var(--gray-600)}@media(min-width:832px){.steps-slider__text{margin-bottom:20px}}@media(min-width:1628px){.steps-slider__text{margin-bottom:24px}}.dark .steps-slider__text{color:var(--gray-300)}.steps-slider__navigation{position:absolute;top:50%;transform:translateY(-50%);z-index:1;display:flex;justify-content:space-between;width:100%;margin-inline:-16px;opacity:0}.no-touch .steps-slider:has(.steps-slider__item:hover) .steps-slider__navigation,.no-touch .steps-slider__navigation:hover{opacity:1}.steps-slider__btn-prev{margin-left:-20px}@media(min-width:1628px){.steps-slider__btn-prev{margin-left:-24px}}.steps-slider__btn-next{margin-right:-20px}@media(min-width:1628px){.steps-slider__btn-next{margin-right:-16px}}.steps-slider__pagination{transition:opacity .2s ease-out;position:relative;display:flex;justify-content:space-between;width:204px;margin-inline:auto}@media(min-width:640px)and (max-width:1139px){.steps-slider__pagination{width:292px}}.steps-slider__bullet.swiper-pagination-bullet{transition:background .2s ease-out;display:flex;align-items:center;justify-content:center;width:36px;height:36px;margin-right:0;font-size:16px;font-weight:700;line-height:20px;color:var(--gray-500);background-color:var(--gray-500-50);border-radius:25px;opacity:1}.dark .steps-slider__bullet.swiper-pagination-bullet{color:var(--gray-400)}.steps-slider__bullet.swiper-pagination-bullet:not(:last-child):after{content:"";position:absolute;transform:translateX(42px);display:flex;width:48px;height:4px;background-color:var(--gray-500-50)}@media(min-width:640px)and (max-width:1139px){.steps-slider__bullet.swiper-pagination-bullet:not(:last-child):after{transform:translateX(64px);width:92px}}.steps-slider__bullet.swiper-pagination-bullet.active{color:var(--white);background-color:var(--primary)}.sidebar{position:relative;flex-shrink:0;background-color:var(--background)}.dark .sidebar{background-color:var(--cool-gray-900)}@media(min-width:1140px){.sidebar{width:var(--sidebar-width-desk);padding:20px 20px 20px 0;margin-top:52px}.sidebar.sidebar--fixed{position:fixed;right:0}}@media(min-width:1628px){.sidebar{width:var(--sidebar-width-desk-lg);padding:24px 24px 24px 0;margin-top:60px}}@media(min-width:1920px){.sidebar.sidebar--fixed{right:calc(50% - var(--main-wrapper-width-huge-lg)/2)}}@media(min-width:1140px){.small-sidebar:has(.main-slider) .sidebar{position:absolute;right:0;max-height:400px;z-index:5}}.sidebar--fixed{border-radius:20px}.sidebar__fixed{position:fixed;height:calc(100% - 144px);background-color:var(--cool-gray-850);border-radius:16px;width:330px;overflow:hidden}.winners-visible .sidebar__fixed:not(.sidebar__fixed--mission-info){overflow-y:scroll}.winners-visible .sidebar__fixed:not(.sidebar__fixed--mission-info)::-webkit-scrollbar{height:0;width:0;opacity:0;color:transparent;background-color:transparent;display:none}.winners-visible .sidebar__fixed:not(.sidebar__fixed--mission-info)::-webkit-scrollbar-thumb,.winners-visible .sidebar__fixed:not(.sidebar__fixed--mission-info)::-webkit-scrollbar-track{background:transparent;display:none}.bottom-confirm-notify~.sidebar .sidebar__fixed,.winners-visible .sidebar__fixed{height:calc(100% - 160px)}@media(min-width:1628px){.sidebar__fixed{width:370px;height:calc(100% - 162px);border-radius:20px}.bottom-confirm-notify~.sidebar .sidebar__fixed,.winners-visible .sidebar__fixed{height:calc(100% - 176px)}}.sidebar__fixed--mission-info{height:auto;max-height:calc(100% - 144px)}.bottom-confirm-notify~.sidebar .sidebar__fixed--mission-info,.winners-visible .sidebar__fixed--mission-info{height:auto;max-height:calc(100% - 160px)}@media(min-width:1628px){.sidebar__fixed--mission-info{max-height:calc(100% - 162px)}.bottom-confirm-notify~.sidebar .sidebar__fixed--mission-info,.winners-visible .sidebar__fixed--mission-info{height:auto;max-height:calc(100% - 176px)}}@media(min-width:1140px){.sidebar__sticky{position:sticky;top:80px;display:flex;flex-direction:column;gap:16px;padding-bottom:20px;margin-bottom:-24px}.sidebar--home-and-games .sidebar__sticky{padding-bottom:72px}.bottom-confirm-notify~.sidebar .sidebar__sticky,.sidebar--real-winners-visible .sidebar__sticky{padding-bottom:88px}.small-sidebar .sidebar__sticky{padding-bottom:0!important;margin-bottom:0}}@media(min-width:1628px){.sidebar__sticky{gap:20px}}.sidebar__auth{position:relative;padding:60px 16px 8px;border-radius:20px;background-color:var(--white-100)}.dark .sidebar__auth{background-color:var(--cool-gray-850)}.sidebar__auth:after{content:"";position:absolute;top:0;left:0;background-image:url(/img/sidebar-auth-bg.jpeg);background-size:400px;background-repeat:no-repeat;background-position:50%;width:100%;height:124px;border-radius:20px 20px 0 0}.new-year-theme .sidebar__auth:after{background-image:url(/img/new-year/branch-jackpot.png);background-size:400px 124px;width:100%;height:124px;left:50%;transform:translateX(-50%);overflow:hidden}.small-sidebar .sidebar__auth:after{height:90px;background-position:center 23%}.small-sidebar .sidebar__auth{padding-top:12px}@media(min-width:1628px){.sidebar__auth{padding:60px 20px 12px}.small-sidebar .sidebar__auth{padding-top:16px}}.sidebar__profile-user-card{position:relative;z-index:1}.sidebar__bonuses-aside{transition:all .2s ease-out}@media(min-width:1140px){.sidebar__bonuses-aside{height:calc(100vh - 96px);max-height:820px;padding-bottom:0;border-radius:20px;background-color:var(--cool-gray-850)}.bottom-confirm-notify~.sidebar .sidebar__bonuses-aside{height:calc(100vh - 169px);padding-bottom:0}.sidebar__bonuses-aside.sidebar__bonuses-aside--shadow:before{content:"";position:absolute;top:0;left:0;width:100%;height:88px;background:linear-gradient(0deg,rgba(33,33,35,0),#212123);z-index:1}}@media(min-width:1628px){.sidebar__bonuses-aside{height:calc(100vh - 108px)}.bottom-confirm-notify~.sidebar .sidebar__bonuses-aside{height:calc(100vh - 181px)}}.sidebar__fixed-status{transition:all .2s ease-out;z-index:1}@media(min-width:1140px){.sidebar__fixed-status{overflow-y:scroll}.sidebar__fixed-status::-webkit-scrollbar{height:0;width:0;opacity:0;color:transparent;background-color:transparent;display:none}.sidebar__fixed-status::-webkit-scrollbar-thumb,.sidebar__fixed-status::-webkit-scrollbar-track{background:transparent;display:none}}.sidebar__fixed-status-advantages{position:relative;height:auto;background:var(--white-100)}.dark .sidebar__fixed-status-advantages{background:var(--cool-gray-850)}.sidebar-status-content{padding:24px 20px}.sidebar-status-close{display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--white-50);position:absolute;top:24px;right:20px;width:28px;height:28px;z-index:1}.no-touch .sidebar-status-close:hover{color:var(--primary)}.sidebar-status-close__icon{height:18px}@font-face{font-family:Lato;src:url(../../../assets/776812/fonts/Lato-Regular.7fefc296.woff2) format("woff2"),url(../../../assets/776812/fonts/Lato-Regular.6b460a65.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Lato;src:url(../../../assets/776812/fonts/Lato-Bold.fa879398.woff2) format("woff2"),url(../../../assets/776812/fonts/Lato-Bold.37269487.woff) format("woff");font-weight:700;font-style:normal}@font-face{font-family:Lato;src:url(../../../assets/776812/fonts/Lato-Black.07a5a5c1.woff2) format("woff2"),url(../../../assets/776812/fonts/Lato-Black.42eff650.woff) format("woff");font-weight:900;font-style:normal}html{font-family:sans-serif}body,html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{font-size:100%;margin:0}body,body *{box-sizing:border-box}body *{-webkit-tap-highlight-color:transparent}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}a[tabindex]{cursor:pointer}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:600}dfn{font-style:italic}h1,h2,h3,h4,h5,h6{margin:0;padding:0;text-transform:none}mark{background:inherit;color:inherit}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}svg{pointer-events:none}figure{margin:1em 40px}hr{box-sizing:border-box;height:0}pre{margin:0;overflow:auto}code,kbd,pre,samp{font-family:monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button:focus,input:focus,optgroup:focus,select:focus,textarea:focus{outline:none}button{overflow:visible;background-color:transparent;border:none;padding:0}button:focus{outline:none}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal;border-radius:0}.Safari.no-touch input{text-indent:1px}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:border-box}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button,input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}input[type=number]{-moz-appearance:textfield}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}ol,ul{list-style:none}ol,p,ul{padding:0;margin:0}[class*=js-],[class^=js-]{-webkit-tap-highlight-color:transparent}:focus{outline:none}:root{--background:#eae7de;--special:#f6d3d1;--special-2:#ebb7b4;--special-3:#de9e9a;--primary:#ef4136;--primary-2:#bd3128;--primary-3:#842b20;--secondary:#f0eae1;--secondary-2:#b3b2b2;--secondary-3:#dcb1af;--cuprum-50:#f2b68c;--cuprum-100:#ed9f67;--accent:#e08211;--accent-2:#bf6e0d;--accent-3:#bb5a00;--red-orange:#ec5500;--red:#e83924;--blue:#69a5ff;--gold:#e1af00;--black:#000;--black-55:rgba(0,0,0,0.55);--cool-gray-900:#0f1011;--gray-900:#181818;--cool-gray-850:#212123;--gray-700:#2c2c2e;--gray-650:#494f4f;--gray-600:#414344;--gray-800:#252528;--gray-600-50:rgba(65,67,68,0.5);--gray-600-25:rgba(65,67,68,0.25);--gray-900-60:rgba(22,25,25,0.6);--gray-900-80:rgba(22,25,25,0.8);--gray-900-90:rgba(24,24,24,0.9);--gray-500:#6e6e70;--gray-500-50:rgba(110,110,112,0.5);--gray-400:#868a8a;--gray-300:#b3b2b2;--light-grey:hsla(0,0%,100%,0.7);--white-250:#dfe3e3;--white-200:#d3d9dd;--white-100:#f6f6f6;--cool-white-100:#e6ebef;--cool-white-50:#f2f5fc;--white-50:#fafdff;--white:#fff;--white-opacity:hsla(0,0%,100%,0.5);--white-opacity-80:hsla(0,0%,100%,0.8);--bright-green:#04bd22;--red-error:#dc5248;--shadow-black:0 20px 40px 0 rgba(0,0,0,0.15);--shadow-down-black:0 -10px 20px 0 rgba(0,0,0,0.15);--shadow-black-20:0 12px 24px 0 rgba(0,0,0,0.2);--shadow-black-lg:12px 12px 24.6px 0 rgba(0,0,0,0.48);--shadow-header-modal:0 8px 20px rgba(0,0,0,0.32);--shadow-partners-btn:0 -4px 12px rgba(0,0,0,0.25);--gradient-main-slider:linear-gradient(346deg,#181818 -9.34%,rgba(24,24,24,0) 21.35%),linear-gradient(85deg,#181818 17.89%,rgba(24,24,24,0.59) 61.42%);--gradient-top-banner:radial-gradient(237.26% 77.13% at 103.6% 0%,#ff4034 0%,rgba(127,13,0,0) 74%),linear-gradient(0deg,rgba(0,0,0,0.74) 14.81%,rgba(0,0,0,0.4));--gradient-tob-banner-mobile:linear-gradient(180deg,rgba(0,0,0,0.74) 15%,rgba(0,0,0,0.4)),radial-gradient(65.33% 21.24% at 93.57% 13.28%,#ff4034 0%,rgba(127,13,0,0) 74%);--gradient-checkbox:linear-gradient(80deg,#ecaa00 1.42%,#ec5500 84.39%);--gradient-indicator:linear-gradient(80deg,#ecaa00 1.42%,#ec5500 84.39%);--gradient-hidden-block-sidebar:linear-gradient(180deg,hsla(0,0%,96.5%,0) 7.2%,#f6f6f6 83.2%);--gradient-hidden-block:linear-gradient(180deg,hsla(0,0%,100%,0) 7.2%,#fff 83.2%);--gradient-dark-hidden-block:linear-gradient(180deg,transparent 7.2%,#000 83.2%);--gradient-dark-sidebar-hidden-block:linear-gradient(0deg,#212123 29.53%,rgba(33,33,35,0));--gradient-game-tournament-top:linear-gradient(0deg,rgba(24,24,24,0) 66%,#181818);--gradient-game-tournament-bottom:linear-gradient(180deg,rgba(24,24,24,0) 66%,#181818);--gradient-promo-radial:radial-gradient(237.26% 77.13% at 3.6% 0%,#ff4034 0%,rgba(127,13,0,0) 74%);--gradient-promo-linear:linear-gradient(0deg,rgba(0,0,0,0.74) 14.81%,rgba(0,0,0,0.4));--gradient-news-item-overlay:linear-gradient(180deg,rgba(24,24,24,0) 50.28%,#181818 87.58%);--gradient-news-banner-overlay-1:linear-gradient(88deg,rgba(24,24,24,0.8) 12.13%,rgba(24,24,24,0) 45.46%,rgba(24,24,24,0) 70.59%,rgba(24,24,24,0.8) 96.81%);--gradient-news-banner-overlay-2:linear-gradient(180deg,rgba(24,24,24,0) 60.94%,rgba(24,24,24,0.8));--gradient-winners-skeleton-light:linear-gradient(90deg,transparent,rgba(0,0,0,0.11) 50%,transparent);--gradient-winners-skeleton-dark:linear-gradient(90deg,transparent,hsla(0,0%,100%,0.11) 50%,transparent);--gradient-collections-menu-last:linear-gradient(90deg,var(--white-100) -7.49%,hsla(0,0%,96.5%,0) -0.25%,hsla(0,0%,96.5%,0) 80.85%,var(--white-100) 97.51%);--gradient-collections-menu-last-dark:linear-gradient(90deg,var(--cool-gray-850) -7.49%,hsla(0,0%,96.5%,0) -0.25%,hsla(0,0%,96.5%,0) 80.85%,var(--cool-gray-850) 97.51%);--gradient-orange:linear-gradient(180deg,var(--gradient_default-1),var(--gradient_default-2));--gradient-promo-mob:linear-gradient(180deg,rgba(24,24,24,0) 67.5%,rgba(24,24,24,0.7));--gradient-promo-desk:linear-gradient(180deg,rgba(24,24,24,0) 60.94%,rgba(24,24,24,0.8));--gradient-promo-desk-lg:linear-gradient(88deg,rgba(24,24,24,0.8) 12.13%,rgba(24,24,24,0) 45.46%,rgba(24,24,24,0) 70.59%,rgba(24,24,24,0.8) 96.81%);--gradient-promo-slider:linear-gradient(180deg,rgba(24,24,24,0) 46%,#181818);--gradient-aside:linear-gradient(0deg,rgba(33,33,35,0),#212123);--gradient-record-img:linear-gradient(180deg,rgba(0,0,0,0.38),rgba(0,0,0,0.75));--gradient_burger_shadow:linear-gradient(0deg,#212123,transparent);--gradient-tournament-intergroup-mob:linear-gradient(0deg,rgba(24,24,24,0.8),rgba(24,24,24,0));--gradient-xmas-steal:linear-gradient(189deg,transparent 74.01%,#000 93.38%);--gradient-msp-video-poster:linear-gradient(0deg,rgba(0,0,0,0.4),rgba(0,0,0,0.4));--gradient-badge:linear-gradient(180deg,rgba(33,33,35,0),#212123 60.97%);--gradient-msp-bage:linear-gradient(79.52deg,#ecaa00 1.42%,#ec5500 84.39%);--gradient-msp-animation:linear-gradient(90deg,#ecaa00,#ec5500 50%,#ecaa00);--gradient-promo-unauthorized:radial-gradient(124.45% 33.61% at 54.05% 0%,#ff4034 0%,rgba(127,13,0,0) 47.75%),#181818;--gradient-promo-video:radial-gradient(276.43% 88.36% at 95.53% -2.24%,#ff4034 0%,rgba(127,13,0,0) 47.75%),linear-gradient(0deg,rgba(0,0,0,0.74) 1.57%,transparent 76.24%);--indicator:#dfe2ec;--green:#95b64f;--gray-6:#dfe3e3;--gray-9:#312d2b;--purple:#d458ff;--blue-600:#5d47f5;--gradient_default-1:#ecaa00;--gradient_default-2:#ec9000;--brown-11:#7e7168;--brown-13:#544a42;--icons-a:#f2b68c;--black-background:#181819;--black-text:#000a0d;--gold2:#ffb800;--blue-dark:#17172a;--black2:#000a0d;--red-shadow:#da0f02;--avatar-blue:#2984ff;--avatar-purple:#d458ff;--avatar-green:#b8d086;--avatar-yellow:#ffde6a;--menu-burger-top-height:60px;--menu-burger-top-height-md:52px;--menu-burger-top-height-sm:48px;--menu-burger-bottom-height:36px;--download-app-banner-height:48px;--menu-burger-width:240px;--menu-burger-width-tablet:270px;--sidebar-width-desk:350px;--sidebar-width-desk-lg:394px;--main-wrapper-width-huge-lg:1920px;--local_list_width:216px;--local_list_height:400px;--bottom-menu-height:64px;--header-height-mob-tab:48px;--font_lato:"Lato",sans-serif;--close_transition:transform 0.5s cubic-bezier(0.36,0.66,0.04,1),color 0.5s cubic-bezier(0.36,0.66,0.04,1);--close_animation:rotate(-90deg);--current_winners_height:68px;--game-window-margin-bottom-2xl:20px;--game-window-margin-bottom-3xl:24px;--modal-offset-top:200px;--msp-notification-shadow:0 4px 36px 0 rgba(0,0,0,0.59);--gradients-color-black-0:linear-gradient(0deg,#000,#000);--gradients-color-upload-file:linear-gradient(0deg,rgba(22,25,25,0.66),rgba(22,25,25,0.66));--roundings-xs:6px;--roundings-m:12px;--roundings-s:8px;--roundings-l:24px;--roundings-circle:100px;--spacings-xs:4px;--spacings-s:6px;--spacings-m:8px;--spacings-l:12px;--spacings-xl:12px;--spacings-2xl:16px;--spacings-3xl:24px;--universal-spacings-3xs:2px;--universal-spacings-2xs:4px;--universal-spacings-xs:6px;--universal-spacings-s:8px;--universal-spacings-m:12px;--universal-spacings-l:16px;--universal-spacings-xl:20px;--universal-spacings-2xl:24px;--universal-spacings-3xl:32px;--universal-spacings-4xl:40px;--universal-spacings-5xl:58px;--universal-spacings-6xl:64px;--game-cards-s-greed-width:159px;--game-cards-s-greed-height:106px;--game-cards-s-width:121px;--game-cards-s-height:82px;--game-cards-m-width:128px;--game-cards-m-height:86px;--game-cards-l-width:154px;--game-cards-l-height:104px;--game-cards-l-greed-width:167px;--game-cards-l-greed-height:113px;--game-cards-xl-width:180px;--game-cards-xl-height:120px}html{height:-webkit-fill-available;-webkit-text-size-adjust:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{font-family:var(--font_lato);font-size:21px;line-height:1.48;color:var(--gray-500);background-color:var(--background)}@media(max-height:712px),(max-width:533px){body>div[style*="transition: visibility 0s linear 0s"][style*="left: 0px"]{position:absolute!important;overflow:auto;height:100%}}@media(max-height:712px)and (orientation:landscape),(max-width:533px)and (orientation:landscape){body>div[style*="transition: visibility 0s linear 0s"][style*="left: 0px"]{top:0!important;width:100%!important}}@media(max-height:712px)and (orientation:portrait),(max-width:533px)and (orientation:portrait){body>div[style*="transition: visibility 0s linear 0s"][style*="left: 0px"]{top:0!important;width:100%!important}}a{text-decoration:none;color:var(--white);display:inline-block}.no-touch a{transition:all .2s ease-out}a.border{border-bottom:1px dashed}.input-field__error a{color:var(--primary)}.no-touch .input-field__error a:hover{color:var(--primary-2)}.accent-dark-link,.personal-data .input-field__error a{text-decoration:underline}.accent-dark-link{color:var(--primary);transition:color .2s ease-out}.no-touch .accent-dark-link:hover{color:var(--primary-2)}.c-pointer{cursor:pointer}ul{list-style:none;padding:0;margin:0}ul a{border-bottom:0 none;line-height:inherit}img{display:block;width:100%}.spt-bet-slip svg{pointer-events:auto}.swiper-pagination{display:block;position:absolute;left:50%;bottom:0;transform:translateX(-50%);white-space:nowrap;text-align:center}@media(min-width:713px){.swiper-pagination{display:none}}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullet{width:4px;height:4px;margin-right:12px;background-color:var(--white);opacity:.5;border-radius:8px;transition:width .6s,background-color .3s,left .2s;cursor:pointer}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullet:last-child{margin-right:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullet-active{width:24px;background-color:var(--primary);opacity:1}.games-slider__inner .swiper-button-disabled,.tile-slider__slider .swiper-button-disabled{display:none}.main{overflow:hidden;width:100%}@media(max-width:1139px){.main{margin-bottom:var(--bottom-menu-height)}}.main:has(+.seo-block) .main-footer{padding-bottom:12px}@media(min-width:1140px){.main:has(+.seo-block) .main-footer{padding-bottom:16px}}@media(min-width:1628px){.main:has(+.seo-block) .main-footer{padding-bottom:20px}}.root:has(.seo-block) .main{margin-bottom:0}.bottom-confirm-notify~.router-wrap .main,.winners-visible .main{margin-bottom:var(--bottom-menu-height)}.authorized-experiment .bottom-confirm-notify~.router-wrap .main,.authorized-experiment.home-page .main,.authorized-experiment.winners-visible .main{margin-bottom:76px}@media(min-width:1628px){.authorized-experiment .bottom-confirm-notify~.router-wrap .main,.authorized-experiment.home-page .main,.authorized-experiment.winners-visible .main{margin-bottom:100px}}.root:has(.seo-block) .authorized-experiment .bottom-confirm-notify~.router-wrap .main,.root:has(.seo-block) .authorized-experiment.home-page .main,.root:has(.seo-block) .authorized-experiment.winners-visible .main{margin-bottom:4px}@media(min-width:1140px){.main{margin-bottom:4px}}.main-wrapper--loading{overflow:hidden;width:100%;min-height:calc(100dvh - 1px)}.h1,.h2,.h3,.h4,h1,h2,h3,h4{margin-bottom:12px;font-size:20px;line-height:24px;color:var(--white)}.seo-block-content .h1,.seo-block-content .h2,.seo-block-content .h3,.seo-block-content .h4,.seo-block-content h1,.seo-block-content h2,.seo-block-content h3,.seo-block-content h4{margin:12px 0 4px 0}.seo-block-content .h1:first-child,.seo-block-content .h2:first-child,.seo-block-content .h3:first-child,.seo-block-content .h4:first-child,.seo-block-content h1:first-child,.seo-block-content h2:first-child,.seo-block-content h3:first-child,.seo-block-content h4:first-child{margin-top:0}@media(min-width:1140px){.seo-block-content .h1,.seo-block-content .h2,.seo-block-content .h3,.seo-block-content .h4,.seo-block-content h1,.seo-block-content h2,.seo-block-content h3,.seo-block-content h4{margin:16px 0 8px 0}}@media(min-width:1628px){.seo-block-content .h1,.seo-block-content .h2,.seo-block-content .h3,.seo-block-content .h4,.seo-block-content h1,.seo-block-content h2,.seo-block-content h3,.seo-block-content h4{margin:16px 0 12px 0}}p{font-size:14px;line-height:20px}b{font-weight:700}.router-wrap{display:flex;flex-direction:column;flex-grow:1;overflow:hidden}@supports(overflow:clip){.sport-page .router-wrap{overflow:clip;max-width:100%}}@media(min-width:1628px){.router-wrap:not(.sport-page .router-wrap){padding-left:var(--menu-burger-width)}}@media(min-width:1628px){.sport-page.menu-opened .router-wrap{position:absolute;left:50%;transform:translateX(-50%);position:fixed;overflow:hidden scroll;width:100%;max-width:1920px}.sport-page.menu-opened .router-wrap::-webkit-scrollbar{height:0;width:0;opacity:0;color:transparent;background-color:transparent;display:none}.sport-page.menu-opened .router-wrap::-webkit-scrollbar-thumb,.sport-page.menu-opened .router-wrap::-webkit-scrollbar-track{background:transparent;display:none}}.main-wrapper--loading .main--page-profile,.main-wrapper--loading .router-wrap{visibility:hidden;opacity:0}@media(max-width:1139px){.main--page-profile{margin-bottom:0}}@media(min-width:1140px){.main--page-profile{margin-top:52px}}@media(min-width:1628px){.main--page-profile{margin-top:60px}}.app-wrapper__inner{overflow:hidden}.promo-recommended .nav-list__item{border-bottom:1px solid var(--white-200)}.promo-recommended .nav-list__item:last-child{border-bottom:0}.dark .promo-recommended .nav-list__item{border-color:var(--gray-700)}.nav-link{display:flex;align-items:center;min-height:44px;padding:0 8px;color:var(--cuprum-100);cursor:pointer}.profile-nav__bottom .nav-link{padding:0 12px}.profile-menu__logout .nav-link.menu-logout__item-link{padding:12px 8px;border-radius:4px}.profile-menu__logout .nav-link.menu-logout__item-link:active{background-color:var(--secondary)}.dark .profile-menu__logout .nav-link.menu-logout__item-link:active{background-color:var(--gray-700)}@media(min-width:640px){.nav-link{padding:0 12px}}@media(min-width:1140px){.nav-link{padding:0 8px;border-radius:4px}.no-touch .nav-link:hover{background-color:var(--secondary)}.dark .no-touch .nav-link:hover{background-color:var(--gray-700)}.promo-recommended .nav-link{color:var(--gray-600);padding:16px}.no-touch .promo-recommended .nav-link:hover{background-color:transparent!important}.dark .promo-recommended .nav-link{color:var(--white-50)}.profile-nav__bottom .nav-link{padding:0 8px}}@media(min-width:1628px){.nav-link{padding:0 12px}.promo-recommended .nav-link{padding:16px 20px}.profile-nav__bottom .nav-link{padding:0 12px}}.nav-icon-wr{width:28px;height:28px;flex-shrink:0;margin-right:8px}.nav-icon{width:18px;height:auto;color:var(--cuprum-50)}.profile-menu__logout .nav-icon,.profile-nav .nav-icon,.promo-recommended .nav-icon{color:var(--gray-500);width:20px}.dark .profile-menu__logout .nav-icon,.dark .profile-nav .nav-icon,.dark .promo-recommended .nav-icon{color:var(--cuprum-50)}.profile-menu__logout .nav-icon{width:28px;padding:4px}.nav-icon--clock{width:16px}.nav-icon--user{width:15px}.nav-text{margin-right:8px;font-weight:700;font-size:14px;line-height:20px;color:var(--white-50);transition:color .2s ease-out}.profile-nav .nav-text{color:var(--gray-600)}.dark .profile-nav .nav-text{color:var(--gray-300)}.no-touch .nav-link:hover .nav-text:not(.profile-menu .nav-text){color:var(--cuprum-50)}.promo-recommended .nav-text{font-weight:400;color:var(--gray-600)}.dark .promo-recommended .nav-text{color:var(--white-50)}.no-touch .promo-recommended .nav-link:hover .nav-text{color:var(--primary)!important}.profile-nav .active .nav-text{color:var(--primary)}.dark .profile-nav .active .nav-text{color:var(--white-50)}.nav-chevron{width:9px;height:auto;flex-shrink:0;margin-left:auto;color:var(--cuprum-50)}.profile-menu__logout .nav-chevron,.profile-nav .nav-chevron{display:none}.menu-burger__lang .nav-chevron{color:var(--cuprum-50)}.promo-recommended .nav-chevron{color:var(--gray-500);width:6px}.dark .promo-recommended .nav-chevron{color:var(--cuprum-50)}.nav-list{padding:12px 0;border-bottom:1px solid var(--white-200)}.dark .nav-list{border-color:var(--gray-700)}.nav-list:not(.profile-nav__bottom):last-child{border-bottom:none}.nav-list.promo-sidebar__list{padding:0}.profile-menu__logout .nav-list.menu-logout{padding:8px 0}@media(min-width:1140px){.nav-list{padding:16px 8px}.nav-list:first-child{padding-top:8px}}@media(min-width:1628px){.nav-list{padding:20px 12px}.nav-list:first-child{padding-top:12px}}.nav-title{display:flex;align-items:center;min-height:40px;font-weight:700;font-size:12px;line-height:16px;text-transform:uppercase}.promo-recommended .nav-title{color:var(--gray-500)}.read-more{display:inline-flex;align-items:center;gap:4px;cursor:pointer}.read-more__text{font-weight:700;font-size:12px;line-height:20px;color:var(--gray-700)}.dark .read-more__text{color:var(--white)}.read-more__icon-wr{display:flex;align-items:center;justify-content:center;width:20px;height:20px}.read-more__icon{width:6px;height:auto;color:var(--primary)}.list__li{position:relative;margin-bottom:8px;padding-left:24px;font-size:14px;line-height:20px;color:var(--gray-600)}.dark .list__li{color:var(--white-50)}.list__li:last-child{margin-bottom:0}.list__li:before{content:"";position:absolute;top:8px;left:6px;width:6px;height:6px;border-radius:50%;background:var(--primary)}@media(min-width:1140px){.list__li{margin-bottom:12px}}.pointer-none{pointer-events:none}.profile-history-date{margin:16px 0 12px;font-weight:400;font-size:14px;line-height:20px;text-align:center}.dark .profile-history-date{color:var(--gray-400)}@media(min-width:1140px){.profile-history-date{margin:12px 0}}@media(min-width:1628px){.profile-history-date{margin:16px 0 12px}}@media(max-width:768px){div[style*="transition: visibility 0s linear 0s"],div[style*="transition: visibility linear, opacity 0.3s linear"]{overflow:auto;position:fixed!important;z-index:10105;top:0!important;left:0!important;display:flex;width:100%!important;height:100%!important;background-color:transparent!important;border:none!important;box-shadow:none!important}div[style*="transition: visibility 0s linear 0s"] div:last-child,div[style*="transition: visibility linear, opacity 0.3s linear"] div:last-child{display:flex;margin:0 auto}}.color-red{color:var(--primary)}.flex-center{display:flex;justify-content:center;align-items:center}.lowercase{text-transform:lowercase}.overflow--hidden,.overflow--hidden-fixed{overflow:hidden!important}.overflow--hidden-fixed{left:0;right:0;top:0;bottom:0}.overflow--hidden-fixed,.safari-fixed .overflow--hidden-fixed.is-visible-capcha{position:fixed!important}@media(max-width:639px){.safari-fixed{position:fixed!important;height:calc(100vh - 1px);box-sizing:border-box}}.overflow--hidden-scrollBar{overflow-x:hidden!important;overflow-y:scroll!important}.hidden{display:none}.curr{text-transform:uppercase}.endorphina-secret__congratulations .curr,.endorphina-secret__prize-text .curr{font-size:1em}.profile-history-bets__item-amount-value .curr{font-size:inherit}.currency-sumbol{margin-left:.3em}.mr-4{margin-right:4px!important}.mr-10{margin-right:10px!important}.mr-20{margin-right:20px!important}.mb-0{margin-bottom:0!important}.mb-4{margin-bottom:4px!important}.mb-20{margin-bottom:20px!important}.mb-30{margin-bottom:30px!important}.mb-40{margin-bottom:40px!important}.mt-10{margin-top:10px!important}.mt-20{margin-top:20px!important}.mt-40{margin-top:40px!important}.pr-150{padding-right:150px!important}.fw-600{font-weight:600}.h-all{height:100%}.no-border{border:none!important}.relative{position:relative}.fz12{font-size:12px}.pointer-event-none{pointer-events:none}.scroll-touch{-webkit-overflow-scrolling:touch}.scroll-auto{-webkit-overflow-scrolling:auto}.no-shadow{box-shadow:none!important}.justify-right{justify-content:flex-end!important}.uppercase{text-transform:uppercase}.list-check li{position:relative;display:inline-flex;margin-bottom:12px;padding-left:24px;font-size:16px;line-height:21px}.file-error .list-check li{font-weight:400;color:var(--gray-600);line-height:20px;margin-bottom:9px;padding-left:27px}.list-check li:last-child{margin-bottom:0}.list-check li:before{content:"";position:absolute;left:0;width:12px;height:20px;background-image:url(/img/statuses/check-gray.svg);background-size:contain;background-repeat:no-repeat;background-position:50%}.file-error .list-check li:before{width:7px;height:7px;background:var(--primary);border-radius:50%;top:7px;left:7px}.list-check--light li:before{background-image:url(/img/check-green-light.svg)}.list-check--dark li:before{background-image:url(/img/statuses/check-green-dark.svg)}.ul li{position:relative;padding-left:20px;font-size:16px;line-height:22px;margin-bottom:8px}.ul li:after{content:"";position:absolute;top:6px;left:0;width:8px;height:8px;border-radius:50%;background:var(--primary)}.ul li:last-child{margin-bottom:0}.text-nowrap{white-space:nowrap}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{overflow:hidden;list-style:none;padding:0}.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);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-cube-shadow,.swiper-3d .swiper-slide{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{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{-ms-scroll-snap-type:none;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-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.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-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.single-form{display:flex;position:relative;border-radius:20px;background-color:var(--white-100)}@media(max-width:639px){.single-form{padding-bottom:12px}.custom-modal--one-time-password .single-form{height:100%;padding-top:40px;border-radius:0}}.single-form__wrap{position:relative;width:100%;padding:0 20px;text-align:center}.custom-modal--users-password-edit .single-form__wrap{padding:0 24px 4px}@media(min-width:640px){.custom-modal--users-password-edit .single-form__wrap{padding:0 24px 24px}}@media(min-width:1140px){.custom-modal--users-password-edit .single-form__wrap{padding:0 28px 28px}}.custom-modal--patch-profile.custom-modal--authorized .single-form__wrap{border-radius:20px;background:var(--white-100)}.custom-modal--account-temporarily-blocked .single-form__wrap,.custom-modal--default-modal .single-form__wrap{padding-top:32px;padding-bottom:40px;border-radius:20px;background:var(--white-100)}.custom-modal--account-temporarily-blocked .single-form__wrap{padding:0 20px 40px}.custom-modal--licence .single-form__wrap{padding:50px;background-color:var(--gray-900);border-radius:10px}.custom-modal--login-denied:not(.custom-modal--authorized) .single-form__wrap{background-color:var(--white-100);border-radius:20px 20px 0 0;padding-bottom:40px}.custom-modal--payment-modal-form .single-form__wrap{padding:50px;background-color:var(--gray-900);border-radius:10px}.form-block .single-form__wrap{margin-bottom:0!important}@media(min-width:640px){.form-block--login-denied .single-form__wrap{width:430px;padding:25px 36px 40px;border-radius:30px;background:var(--white-100);text-align:left}}@media(max-width:712px){.custom-modal--default-modal .single-form__wrap,.custom-modal--licence .single-form__wrap{background:transparent}}@media(min-width:640px){.single-form__wrap{padding:26px 24px 24px}.custom-modal--login-denied:not(.custom-modal--authorized) .single-form__wrap{border-radius:20px;padding:40px 28px}.custom-modal--restore-password-request .single-form__wrap,.form-block-restore-request-form .single-form__wrap{padding:0 24px 32px}.custom-modal--account-temporarily-blocked .single-form__wrap,.custom-modal--default-modal .single-form__wrap{max-width:400px;padding:0 0 40px;margin:0 auto}.custom-modal--account-temporarily-blocked .single-form__wrap{padding:0}}@media(min-width:1140px){.single-form__wrap{padding:30px 28px 28px}.custom-modal--restore-password-request .single-form__wrap,.form-block-restore-request-form .single-form__wrap{padding:0 28px 40px}}.custom-modal--patch-profile .single-form__wrap{padding:0 20px 40px}@media(min-width:640px){.custom-modal--patch-profile .single-form__wrap{padding:16px 28px 28px}}.single-form__wrap:has(.captcha-field.single-form__captcha) .single-form__button{margin:20px 0 0}@media(min-width:640px){.single-form__wrap:has(.captcha-field.single-form__captcha) .single-form__button{margin:12px 0 0}}.single-form__recaptcha-wr{display:flex;justify-content:center;margin:28px 0}.single-form__recaptcha-wr:last-child{margin-bottom:0}.single-form__social{display:flex;align-items:center;margin-bottom:24px}.single-form__text{font-size:20px;line-height:24px;font-weight:700;color:var(--gray-600);text-align:left;margin-bottom:20px;padding-right:24px}@media(min-width:640px){.single-form__text{font-size:24px;font-weight:900;line-height:28px}}.single-form__button{padding-top:12px;margin-bottom:12px}.single-form__button:last-child{margin-bottom:0}.custom-modal--patch-profile .single-form__button{margin:16px auto 0;padding-top:0}@media(min-width:640px){.custom-modal--patch-profile .single-form__button{margin:24px auto 0}}@media(min-width:640px){.single-form__button{padding-top:12px}}.single-form__logout{display:inline-block;margin-top:15px;text-align:center;font-size:16px;line-height:20px;color:var(--gray-600);white-space:nowrap;cursor:pointer;transition:all .2s ease-out}.no-touch .single-form__logout:hover{color:var(--primary-2)}.single-form__title{font-size:20px;line-height:24px;font-weight:700;margin:20px auto;color:var(--gray-700);text-align:center}@media(min-width:1140px){.single-form__title{font-size:24px;line-height:28px;font-weight:900}}.single-form__preloader{height:200px}.single-form__captcha{margin:8px 0 12px}@media(min-width:640px){.single-form__captcha{margin:24px 0 16px}}.v-select{position:relative;margin-bottom:40px}.v-select.v-select--full-border .vs__selected{font-size:14px;letter-spacing:-.6px;color:var(--white);margin-left:15px;font-weight:400;text-transform:none;font-variant:normal;padding:0}.v-select.v-select--full-border .vs__search{width:100%;padding:10px 30px 10px 15px;font-weight:400;font-size:14px;line-height:1;border-radius:5px}.v-select .vs__actions{right:10px}.v-select .vs__open-indicator{width:13px;height:8px;background-image:url(../../../assets/776812/img/arr-2-d-g.2def0cb7.svg)!important;background-repeat:no-repeat;background-size:100% auto;background-position:50%;display:inline-block;transition:all .2s ease-out}.v-select-label{position:absolute;top:-7px;left:10px;padding:2px 5px;background-color:var(--gray-900);font-size:12px;line-height:1;color:var(--gray-600);letter-spacing:-.4px}.vs__dropdown-toggle{position:relative;cursor:pointer}.vs__search:-ms-input-placeholder{border:none;color:var(--gray-600);text-transform:lowercase;font-variant:small-caps}.vs__search::-ms-input-placeholder{border:none;color:var(--gray-600);text-transform:lowercase;font-variant:small-caps}.vs__dropdown-menu,.vs__dropdown-toggle,.vs__search::placeholder{border:none;color:var(--gray-600);text-transform:lowercase;font-variant:small-caps}.vs__open-indicator{fill:var(--gray-600);font-weight:400}.vs__search{width:100%;display:block;border:none;border-bottom:1px solid var(--gray-600);border-radius:0;background-color:transparent;cursor:pointer}.vs__actions,.vs__actions .vs__open-indicator{position:absolute;right:0;top:50%;transform:translateY(-50%)}.vs__dropdown-menu{position:absolute;left:0;z-index:15;width:100%;text-align:left;max-height:230px;overflow:hidden scroll;background-color:var(--cool-gray-850);border-bottom-left-radius:12px;border-bottom-right-radius:12px;cursor:pointer}.vs__dropdown-menu::-webkit-scrollbar{width:10px}.vs__dropdown-menu::-webkit-scrollbar-thumb{background-color:var(--gray-600);border-radius:16px;border:3px solid var(--cool-gray-850)}.vs__dropdown-menu::-webkit-scrollbar-button{display:none}.vs__dropdown-option{display:block;padding:17px 15px 17px 17px;font-weight:200;font-size:16px;cursor:pointer;transition:all .2s ease-out}.vs__dropdown-option,.vs__selected{line-height:1;color:var(--gray-600)}.vs__selected{position:absolute;left:0;top:50%;transform:translateY(-50%);padding:6px 0 5px;background-color:transparent!important;font-size:14px;font-weight:600}.v-popper--theme-dropdown,.v-popper--theme-tooltip{z-index:var(--tooltip)}.v-popper--theme-dropdown .v-popper__inner,.v-popper--theme-tooltip .v-popper__inner{background-color:var(--black);box-shadow:var(--shadow-black);border-radius:12px;padding:12px 16px;font-size:14px;font-weight:700;line-height:20px;text-align:center;color:var(--secondary-2);max-width:219px}.command-team .v-popper--theme-dropdown .v-popper__inner,.command-team .v-popper--theme-tooltip .v-popper__inner{max-width:226px;padding:16px;background-color:var(--gray-800);left:38px}@media(max-width:1139px){.command-team .v-popper--theme-dropdown .v-popper__inner,.command-team .v-popper--theme-tooltip .v-popper__inner{position:relative;transform:translateX(-30px)}}.v-popper--theme-dropdown .v-popper__arrow-outer,.v-popper--theme-tooltip .v-popper__arrow-outer{border-color:var(--black)}.local-time__tooltip .v-popper--theme-dropdown .v-popper__arrow-outer,.local-time__tooltip .v-popper--theme-tooltip .v-popper__arrow-outer{border-color:var(--white)}.command-team .v-popper--theme-dropdown .v-popper__arrow-outer,.command-team .v-popper--theme-tooltip .v-popper__arrow-outer{border-color:var(--gray-800)}.v-popper--theme-dropdown.local-time__tooltip .v-popper__inner,.v-popper--theme-tooltip.local-time__tooltip .v-popper__inner{position:relative;padding:20px 16px;margin:0 0 25px 12px;max-width:216px;background:var(--white);color:var(--gray-600);box-shadow:none;text-align:left}.v-popper--theme-dropdown.local-time__tooltip .v-popper__arrow-outer,.v-popper--theme-tooltip.local-time__tooltip .v-popper__arrow-outer{display:none}.v-popper--theme-dropdown.local-time__tooltip:after,.v-popper--theme-tooltip.local-time__tooltip:after{content:"";display:block;width:0;height:0;position:absolute;top:calc(100% - 26px);left:32px;border:7px solid transparent;border-top-color:var(--white)}.v-popper--theme-dropdown.v-popper--deposit-bonuses-item-info .v-popper__inner,.v-popper--theme-tooltip.v-popper--deposit-bonuses-item-info .v-popper__inner{padding:20px;max-width:369px;background:var(--white);text-align:left}@media(min-width:1628px){.v-popper--theme-dropdown.v-popper--deposit-bonuses-item-info .v-popper__inner,.v-popper--theme-tooltip.v-popper--deposit-bonuses-item-info .v-popper__inner{left:-11px;min-width:369px}}.v-popper--theme-dropdown.v-popper--deposit-bonuses-item-info .v-popper__arrow-outer,.v-popper--theme-tooltip.v-popper--deposit-bonuses-item-info .v-popper__arrow-outer{border-color:var(--white)}.deposit-bonuses-item .v-popper--theme-dropdown,.deposit-bonuses-item .v-popper--theme-tooltip{width:20px;height:20px;padding:1px}.v-popper--theme-white{z-index:var(--tooltip)}.v-popper--theme-white .v-popper__inner{background-color:var(--white);box-shadow:var(--shadow-black);border-radius:12px}.v-popper--theme-white .v-popper__arrow-outer{border-color:var(--white)}.v-popper--theme-white.player-account-select__tooltip{z-index:var(--overlap-tooltip)}.v-popper--theme-white.player-account-select__tooltip .v-popper__inner{padding:20px 16px;max-width:261px;text-align:start;font-size:14px;color:var(--gray-600)}.v-popper--theme-white.player-account-select__tooltip .v-popper__arrow-outer{left:10px}.v-popper--theme-tooltip--dark.msp-quick-amounts__tooltip .v-popper__arrow-outer{border-color:var(--black)}@media(min-width:640px){.v-popper--theme-tooltip--dark.msp-quick-amounts__tooltip .v-popper__arrow-outer{border-color:var(--white)}}.v-popper--theme-dropdown--dark .v-popper__arrow-inner{border-color:var(--black)}.v-popper--theme-dropdown--dark .v-popper__arrow-outer{display:none}.v-popper--theme-dropdown--dark .v-popper__inner{border:1px solid var(--black)}.v-popper--deposit-bonuses-item-info .v-popper__close{display:none}.icon-bg{width:18px;background-repeat:no-repeat;background-size:100% auto;background-position:50%;display:inline-block;transition:all .2s ease-out;margin-left:6px}.icon-bg.icon-upgrade{display:block;width:14px;height:14px;background:url(../../../assets/776812/img/upgrade.aeec9e8e.svg) no-repeat 50%/contain;color:var(--gray-600)}.dots{font-size:0;line-height:0;letter-spacing:normal}.dots--color-mod-1 .dots__item,.dots__item{background-color:var(--gray-600)}.dots__item{display:inline-block;width:44px;height:8px;margin-right:4px;border-radius:4px;letter-spacing:normal;cursor:pointer;transition:all .2s ease-out}.dots__item.active{background-color:var(--accent);cursor:default}.dots__item:last-child{margin-right:0}.vue-notification-group{transition:all .2s ease-out;width:100%!important;max-width:calc(100% - 40px);z-index:10200!important}.vue-notification-group>div{display:grid;grid-template-columns:1fr;gap:16px}.vue-notification-group .vue-notification{display:flex;justify-content:space-between;position:relative;margin:0;padding:20px 60px 20px 22px;font-size:14px;line-height:20px;color:var(--white-50);background-color:var(--cool-gray-850)!important;box-shadow:var(--shadow-black);border-radius:8px;border-left-width:6px}@media(max-width:639px){.vue-notification-group .vue-notification{flex-direction:column}}.vue-notification-group .vue-notification.success{border-left-color:var(--bright-green)}.vue-notification-group .vue-notification.error,.vue-notification-group .vue-notification.errorGoTo,.vue-notification-group .vue-notification.warning{border-left-color:var(--red-error)}.vue-notification-group .vue-notification.info,.vue-notification-group .vue-notification.warn{border-left-color:var(--accent)}.vue-notification-group .vue-notification.info-blue{border-left-color:var(--blue)}.vue-notification-group .vue-notification.offline{display:flex;align-items:center;justify-content:center;padding:20px 28px;border-radius:8px 0 0 8px;border-left-color:var(--red-error)}@media(max-width:1139px){.vue-notification-group .vue-notification.offline{padding:60px 20px 20px;border-radius:20px 20px 0 0;font-weight:700;font-size:16px;line-height:24px;border:none}}.vue-notification-group .vue-notification.vue-notification--with-button.success:before{content:"";width:18px;height:18px;margin-right:8px;display:block;padding:1px;background-position:50%;background-repeat:no-repeat;background-image:url(../../../assets/776812/img/success.db6bacaa.svg)}@media(max-width:639px){.vue-notification-group .vue-notification.vue-notification--with-button.success:before{position:absolute}}.vue-notification-group .vue-notification--with-smile{display:flex;flex-wrap:wrap}@media(min-width:1140px){.vue-notification-group .vue-notification--with-smile{width:400px;margin-left:auto}}@media(min-width:640px){.vue-notification-group:has(.vue-notification--with-button){max-width:500px}}@media(max-width:1139px){.vue-notification-group{top:auto!important;bottom:64px!important;left:50%;transform:translateX(-50%)}}@media(min-width:640px){.vue-notification-group{max-width:430px}}@media(min-width:1140px){.vue-notification-group{right:21px!important;top:74px!important}}@media(min-width:1920px){.vue-notification-group{right:calc(50vw - 936px)!important}}.vue-notification--with-button.success{padding:12px 12px 12px 14px}@media(min-width:640px){.vue-notification--with-button.success{padding:20px 20px 20px 22px}}.vue-notification-group--offline{max-width:300px;right:0!important}@media(max-width:1139px){.vue-notification-group--offline .vue-notification-wrapper{padding-top:32px}}@media(max-width:1139px){.vue-notification-group--offline{top:auto!important;bottom:0!important;left:0!important;transform:none;max-width:100%}}@media(min-width:640px)and (max-width:1139px){.vue-notification-group--offline-offset{left:var(--menu-burger-width)!important;max-width:calc(100% - var(--menu-burger-width))}}.vue-notification-wrapper{overflow:visible!important}.vue-notification-wrapper.vn-fade-leave-to{display:none}.vue-notification-inner{position:relative}.vue-notification-group--offline .notification-content{text-align:center;color:var(--white)}.notification-content a{color:var(--primary)}.notification-content a:hover{color:var(--primary-2)}.notification-content a:active{color:var(--primary-3)}.vue-notification--with-smile .notification-content{display:grid;grid-template-columns:32px 1fr;grid-template-rows:auto auto}.vue-notification--with-smile .notification-content .notification-text{width:100%;margin-left:12px;grid-column:2}@media(max-width:639px){.vue-notification--with-button.success .notification-content{margin-left:30px}}@media(min-width:640px){.vue-notification--with-button.success .notification-content{margin-right:16px;max-width:255px}}.notification-smile-img{width:68px;height:68px}@media(max-width:1139px){.notification-smile-img{position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0);top:0}}@media(min-width:1140px){.notification-smile-img{margin-right:12px;width:32px;height:32px}}.vue-notification--with-smile .notification-smile-img{grid-column:1;width:32px;height:32px;margin-right:12px;flex-shrink:0}@media(max-width:1139px){.vue-notification--with-smile .notification-smile-img{position:static;transform:none}}.notification-icon{display:flex;order:-1;margin:0 13px 0 0}.notification-icon svg{height:16px;width:18px}@media(min-width:1140px){.notification-icon{order:inherit;margin:0 0 0 15px}}.vue-notification__close{transition:all .2s ease-out;position:absolute;top:16px;right:16px;display:flex;justify-content:center;align-items:center;z-index:1;width:28px;height:28px;font-size:10px;color:var(--white-50);cursor:pointer}.vue-notification__close:hover{color:var(--primary-2)}.vue-notification__close-icon{justify-self:center;width:14px;height:14px}.vue-notification-customButton{display:flex;margin:8px auto 0;font-weight:700;font-size:12px;line-height:20px;color:var(--white);letter-spacing:.12px;cursor:pointer;transition:all .2s ease-out}.vue-notification-customButton:hover{color:var(--primary-2)}.vue-notification--with-smile .vue-notification-customButton{margin-left:44px;grid-column:1/-1}.vue-notification-actions{display:flex;align-items:center;justify-content:center;position:relative}@media(max-width:639px){.vue-notification-actions{width:100%}}@media(min-width:640px){.vue-notification-actions{margin-left:auto}}.vue-notification-actions--cancel-btn{height:40px;font-size:16px;font-weight:700;line-height:24px;border-radius:8px;overflow:hidden;cursor:pointer}.vue-notification-actions--cancel-btn.btn{padding:8px 16px;height:40px;min-width:153px;border:none}.vue-notification-actions--cancel-btn.btn .btn__inner{position:relative;z-index:1;gap:3px}.vue-notification-actions--cancel-btn.btn:hover{background:var(--cool-gray-850);color:var(--gray-400);transition:all .2s ease-out}.vue-notification-actions--cancel-btn:before{content:"";position:absolute;z-index:1;width:100%;height:100%;right:0;bottom:0;background:var(--gray-600);animation:progress 15s linear reverse}@media(max-width:639px){.vue-notification-actions--cancel-btn{margin-top:12px}}@keyframes progress{0%{width:100%}to{width:0}}.d-desktop-game-inline{display:inline}.d-desktop-game-inline-block{display:inline-block}.d-desktop-game-block{display:block}.d-desktop-game-flex{display:flex}.d-mobile-game-block,.d-mobile-game-flex,.d-mobile-game-inline,.d-mobile-game-inline-block,.no-desktop .d-desktop-game-block,.no-desktop .d-desktop-game-flex,.no-desktop .d-desktop-game-inline,.no-desktop .d-desktop-game-inline-block{display:none}.no-desktop .d-mobile-game-inline{display:inline}.no-desktop .d-mobile-game-inline-block{display:inline-block}.no-desktop .d-mobile-game-block{display:block}.no-desktop .d-mobile-game-flex{display:flex}.vb-dragger{right:8px;width:4px;background-color:var(--gray-400);border-radius:8px;transform:scaleY(.8);display:none;z-index:1}@media(min-width:640px){.vb-dragger{display:block}}@media(min-width:640px){.menu-burger__top .vb-dragger{opacity:0;transition:opacity .2s ease-out}}.no-touch .menu-burger__top:hover .vb-dragger{opacity:1}.bottom-sheet .vb-dragger{z-index:25;display:none}.custom-modal--game-info .vb-dragger,.sidebar__fixed .vb-dragger{display:none}.sidebar__fixed:hover .vb-dragger{display:block}.accounts-list__scroll-wr .vb-dragger{right:0}.payment .vb-dragger:not(.converter-modal .vb-dragger){display:none}.mission-info .vb-dragger{display:block;background-color:var(--gray-500)}.dark .mission-info .vb-dragger{background-color:var(--gray-400)}.custom-modal--cashout-verify .vb-dragger,.profile-content-tablet-left--verification .vb-dragger{display:none}.vti__input{box-shadow:none;outline:none;text-overflow:ellipsis;padding:0;background-color:transparent;border:none;width:100%}.vti__input:-ms-input-placeholder{-webkit-text-fill-color:var(--gray-400);color:var(--gray-400)}.vti__input::-ms-input-placeholder{-webkit-text-fill-color:var(--gray-400);color:var(--gray-400)}.vti__input::placeholder{-webkit-text-fill-color:var(--gray-400);color:var(--gray-400)}.vti__dropdown-header-search .vti__input{padding:10px 44px;border:1px solid transparent;border-color:var(--gray-700);background-color:var(--gray-900);color:var(--white)}.vti__dropdown-header-search .vti__input:-ms-input-placeholder{-webkit-text-fill-color:var(--gray-400);color:var(--gray-400)}.vti__dropdown-header-search .vti__input::-ms-input-placeholder{-webkit-text-fill-color:var(--gray-400);color:var(--gray-400)}.vti__dropdown-header-search .vti__input::placeholder{-webkit-text-fill-color:var(--gray-400);color:var(--gray-400)}.vti__dropdown-header-search .vti__input[disabled]{color:var(--gray-400);border-color:var(--gray-700);background-color:var(--gray-900);-webkit-text-fill-color:var(--gray-400);opacity:.6}.vti__dropdown-header-search .vti__input:focus{border-color:var(--cuprum-50);background-color:var(--cool-gray-850)}.no-touch .vti__dropdown-header-search .vti__input:hover:not([disabled]){border-color:var(--gray-400);background-color:var(--cool-gray-850)}.has-error .vti__dropdown-header-search .vti__input:not(.vti__dropdown-header) .has-error .vti__dropdown-header-search .vti__input{border-color:var(--primary);background-color:var(--gray-900)}.basic .personal-data-wrap .vti__input[name=phone_number],.basic .personal-data-wrap .vti__input[name=phone_number]:disabled{color:var(--gray-700)}.personal-data .vue-tel-input.input-black.disabled .vti__input{color:var(--white);-webkit-text-fill-color:var(--white)}.vti__input:-webkit-autofill,.vti__input:-webkit-autofill:active,.vti__input:-webkit-autofill:focus,.vti__input:-webkit-autofill:hover{-webkit-text-fill-color:var(--gray-700);box-shadow:0 0 0 500px var(--white) inset;-webkit-transition:background-color 86400s step-end 0s;transition:background-color 86400s step-end 0s;background-origin:border-box}.vti__dropdown-header-search{position:relative}.vti__dropdown-header-search-icon{font-size:16px;line-height:22px;color:var(--gray-400);z-index:1;left:12px;position:absolute;top:50%;transform:translateY(-50%)}.vti__dropdown-header-search-icon.input-black{color:var(--gray-300)}.vti__dropdown{display:flex;align-items:center;position:inherit;padding:0}.vti__dropdown.open,.vti__dropdown:hover{background-color:transparent}.vti__dropdown-item{position:relative;display:flex;align-items:center;min-height:44px;margin:0 4px;padding:0 8px 0 12px;border-radius:8px;cursor:pointer}.vti__dropdown-item.active{padding-right:48px}.no-touch .vti__dropdown-item:hover{background-color:var(--cool-gray-850)}.vti__dropdown-item img{flex-shrink:0;order:1}.vti__dropdown-item .vti__dropdown-item-code{margin-right:24px;font-size:14px;line-height:20px;color:var(--gray-300);order:2;opacity:.9}.vti__dropdown-item .vti__dropdown-item-name{font-size:14px;line-height:20px;color:var(--gray-300);margin-left:auto;text-align:right;order:3}.no-touch .vti__dropdown-item:hover .vti__dropdown-item-code,.no-touch .vti__dropdown-item:hover .vti__dropdown-item-name{color:var(--white)}.vti__dropdown-arrow{display:none}.vti__flag-img{width:24px;height:24px;margin-right:12px;border-radius:100%;object-fit:cover;overflow:hidden}.vti__selection .vti__flag-img{order:1}.vti__country-code{font-weight:700;font-size:16px;line-height:20px;color:var(--gray-400);margin-right:8px;order:2}.basic .personal-data-wrap .vti__country-code{color:var(--gray-500)}.vti__flag-active{position:absolute;top:8px;right:8px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:8px;background-color:var(--gray-700)}.vti__flag-active-icon{width:20px;height:20px;color:var(--bright-green)}.vti__dropdown-arrow-icon{display:flex;align-items:center;justify-content:center;width:10px;height:6px;font-size:16px;line-height:16px;color:var(--gray-400);order:3;transition:transform .1s ease-out}.basic .personal-data-wrap .vti__dropdown-arrow-icon{color:var(--gray-500)}.open .vti__dropdown-arrow-icon{transform:rotate(180deg)}.vti__dropdown-list{max-height:none;width:100%;top:0;border:none}@media(min-width:640px){.vti__dropdown-list{position:absolute!important;top:48px;left:50%;transform:translateX(-50%);border-radius:12px;max-height:none;width:calc(100% + 2px);margin-top:0;z-index:11;background-color:var(--gray-900);box-shadow:0 12px 24px 0 rgba(0,0,0,.2)}}.vti__dropdown-vbar{margin-top:-1px;padding:4px 0}@media(min-width:640px){.vti__dropdown-vbar{top:calc(100% + 4px);bottom:auto;width:100%;flex-shrink:0;max-height:426px;height:100%}.custom-modal--sign-in .vti__dropdown-vbar{max-height:309px}}@media(min-width:1140px){.custom-modal--sign-in .vti__dropdown-vbar{max-height:359px}}.vti__selection{display:flex;align-items:center;cursor:pointer}.vue-tel-input[disabled] .vti__selection{cursor:default}.vti__selection:after{content:"";display:block;width:1px;height:20px;margin:0 12px;background-color:var(--gray-400);order:4}.vti__selection:after.input-black{background-color:var(--gray-300)}.vti__dropdown-header{width:100%;padding:0 20px 8px;z-index:3}.vti__dropdown-header-title{font-size:20px;line-height:24px;font-weight:700;color:var(--gray-300);margin-bottom:20px}.vue-tel-input{width:100%;height:40px;padding:10px 12px;display:flex;border:1px solid var(--white-200);background-color:var(--white);border-radius:8px;color:var(--gray-700);font-size:14px;text-overflow:ellipsis;box-shadow:none!important;transition:all .2s ease-out}.vue-tel-input.disabled{color:var(--gray-400);opacity:.6}.personal-data-wrap .vue-tel-input.disabled{opacity:1}.vue-tel-input.disabled.input-black{border-color:var(--gray-700);background-color:var(--gray-900)}.vue-tel-input.vue-tel-input--focus{color:var(--gray-600);border-color:var(--gray-500)!important;background-color:var(--white-100)}.payment .vue-tel-input.vue-tel-input--focus,.vue-tel-input.vue-tel-input--focus.input-black{color:var(--white-50);border-color:var(--cuprum-50)!important;background-color:var(--cool-gray-850)}.no-touch .vue-tel-input:hover:not(.vue-tel-input.disabled){border-color:var(--gray-400)!important;background-color:var(--white-100)}.no-touch .vue-tel-input:hover:not(.vue-tel-input.disabled).input-black{border-color:var(--gray-400)!important;background-color:var(--cool-gray-850)}.vue-tel-input.open{position:relative;z-index:6}.sport-page .vue-tel-input.open{z-index:14}.input-field--black .vue-tel-input,.payment .vue-tel-input,.vue-tel-input.input-black{border-color:var(--gray-700);background-color:var(--gray-900);color:var(--white)}.input-field--black .vue-tel-input:-ms-input-placeholder,.payment .vue-tel-input:-ms-input-placeholder,.vue-tel-input.input-black:-ms-input-placeholder{-webkit-text-fill-color:var(--gray-400);color:var(--gray-400)}.input-field--black .vue-tel-input::-ms-input-placeholder,.payment .vue-tel-input::-ms-input-placeholder,.vue-tel-input.input-black::-ms-input-placeholder{-webkit-text-fill-color:var(--gray-400);color:var(--gray-400)}.input-field--black .vue-tel-input::placeholder,.payment .vue-tel-input::placeholder,.vue-tel-input.input-black::placeholder{-webkit-text-fill-color:var(--gray-400);color:var(--gray-400)}.input-field--black .vue-tel-input[disabled],.payment .vue-tel-input[disabled],.vue-tel-input.input-black[disabled]{color:var(--gray-400);border-color:var(--gray-700);background-color:var(--gray-900);-webkit-text-fill-color:var(--gray-400);opacity:.6}.input-field--black .vue-tel-input:focus,.payment .vue-tel-input:focus,.vue-tel-input.input-black:focus{border-color:var(--cuprum-50);background-color:var(--cool-gray-850)}.no-touch .input-field--black .vue-tel-input:hover:not([disabled]),.no-touch .payment .vue-tel-input:hover:not([disabled]),.no-touch .vue-tel-input.input-black:hover:not([disabled]){border-color:var(--gray-400);background-color:var(--cool-gray-850)}.has-error .input-field--black .vue-tel-input:not(.vti__dropdown-header) .has-error .input-field--black .vue-tel-input,.has-error .input-field--black .vue-tel-input:not(.vti__dropdown-header) .has-error .payment .vue-tel-input,.has-error .input-field--black .vue-tel-input:not(.vti__dropdown-header) .has-error .vue-tel-input.input-black,.has-error .payment .vue-tel-input:not(.vti__dropdown-header) .has-error .input-field--black .vue-tel-input,.has-error .payment .vue-tel-input:not(.vti__dropdown-header) .has-error .payment .vue-tel-input,.has-error .payment .vue-tel-input:not(.vti__dropdown-header) .has-error .vue-tel-input.input-black,.has-error .vue-tel-input.input-black:not(.vti__dropdown-header) .has-error .input-field--black .vue-tel-input,.has-error .vue-tel-input.input-black:not(.vti__dropdown-header) .has-error .payment .vue-tel-input,.has-error .vue-tel-input.input-black:not(.vti__dropdown-header) .has-error .vue-tel-input.input-black{border-color:var(--primary);background-color:var(--gray-900)}.payment .vue-tel-input.input-field--error,.vue-tel-input.input-field--error{border-color:var(--red-error)}.profile-edit__phone--verified .vue-tel-input:after{content:"";position:absolute;top:13px;right:14px;width:16px;height:13px;background-image:url(../../../assets/776812/img/choose.d3cff0ee.svg);background-repeat:no-repeat;background-position:50%}.main-wrapper{position:relative;height:unset!important;display:flex;background-color:var(--background)}.dark .main-wrapper{background-color:var(--cool-gray-900)}@media(min-width:1920px){.main-wrapper{margin:0 auto;max-width:1920px}}@media(max-width:1139px){.main-wrapper{overflow:hidden}@supports(overflow:clip){.sport-page .main-wrapper{overflow:clip}}}.main-wrapper.game-page--dragging{-webkit-user-select:none;-ms-user-select:none;user-select:none}.main-wrapper.sport-page{min-height:100vh}@media(min-width:1628px){.main-wrapper.sport-page.menu-opened{overflow:hidden scroll}}.overlay{position:fixed;left:0;top:0;width:100%;height:100%;transform:translateZ(0);background:var(--gray-900-90);cursor:pointer;z-index:var(--overlay)}@media(min-width:1628px){.sport-page .overlay{cursor:default}}.currency-content{display:none}.currency-content.default{display:inline}.game-currency-content{display:none}.game-currency-content.default{display:inline}.currency-rub .currency-content.rub{display:inline!important}.currency-rub .drum-title .currency-content.rub{display:block!important}.currency-rub .currency-content.default:not(.rub){display:none!important}.currency-usd .currency-content.usd{display:inline!important}.currency-usd .drum-title .currency-content.usd{display:block!important}.currency-usd .currency-content.default:not(.usd){display:none!important}.currency-eur .currency-content.eur{display:inline!important}.currency-eur .drum-title .currency-content.eur{display:block!important}.currency-eur .currency-content.default:not(.eur){display:none!important}.currency-kzt .currency-content.kzt{display:inline!important}.currency-kzt .drum-title .currency-content.kzt{display:block!important}.currency-kzt .currency-content.default:not(.kzt){display:none!important}.currency-nok .currency-content.nok{display:inline!important}.currency-nok .drum-title .currency-content.nok{display:block!important}.currency-nok .currency-content.default:not(.nok){display:none!important}.currency-pln .currency-content.pln{display:inline!important}.currency-pln .drum-title .currency-content.pln{display:block!important}.currency-pln .currency-content.default:not(.pln){display:none!important}.currency-try .currency-content.try{display:inline!important}.currency-try .drum-title .currency-content.try{display:block!important}.currency-try .currency-content.default:not(.try){display:none!important}.currency-uah .currency-content.uah{display:inline!important}.currency-uah .drum-title .currency-content.uah{display:block!important}.currency-uah .currency-content.default:not(.uah){display:none!important}.currency-cad .currency-content.cad{display:inline!important}.currency-cad .drum-title .currency-content.cad{display:block!important}.currency-cad .currency-content.default:not(.cad){display:none!important}.currency-nzd .currency-content.nzd{display:inline!important}.currency-nzd .drum-title .currency-content.nzd{display:block!important}.currency-nzd .currency-content.default:not(.nzd){display:none!important}.currency-brl .currency-content.brl{display:inline!important}.currency-brl .drum-title .currency-content.brl{display:block!important}.currency-brl .currency-content.default:not(.brl){display:none!important}.currency-aud .currency-content.aud{display:inline!important}.currency-aud .drum-title .currency-content.aud{display:block!important}.currency-aud .currency-content.default:not(.aud){display:none!important}.currency-azn .currency-content.azn{display:inline!important}.currency-azn .drum-title .currency-content.azn{display:block!important}.currency-azn .currency-content.default:not(.azn){display:none!important}.currency-inr .currency-content.inr{display:inline!important}.currency-inr .drum-title .currency-content.inr{display:block!important}.currency-inr .currency-content.default:not(.inr){display:none!important}.currency-mxn .currency-content.mxn{display:inline!important}.currency-mxn .drum-title .currency-content.mxn{display:block!important}.currency-mxn .currency-content.default:not(.mxn){display:none!important}.currency-ars .currency-content.ars{display:inline!important}.currency-ars .drum-title .currency-content.ars{display:block!important}.currency-ars .currency-content.default:not(.ars){display:none!important}.currency-pen .currency-content.pen{display:inline!important}.currency-pen .drum-title .currency-content.pen{display:block!important}.currency-pen .currency-content.default:not(.pen){display:none!important}.currency-ngn .currency-content.ngn{display:inline!important}.currency-ngn .drum-title .currency-content.ngn{display:block!important}.currency-ngn .currency-content.default:not(.ngn){display:none!important}.currency-zar .currency-content.zar{display:inline!important}.currency-zar .drum-title .currency-content.zar{display:block!important}.currency-zar .currency-content.default:not(.zar){display:none!important}.currency-clp .currency-content.clp{display:inline!important}.currency-clp .drum-title .currency-content.clp{display:block!important}.currency-clp .currency-content.default:not(.clp){display:none!important}.currency-btc .currency-content.btc{display:inline!important}.currency-btc .drum-title .currency-content.btc{display:block!important}.currency-btc .currency-content.default:not(.btc){display:none!important}.currency-sek .currency-content.sek{display:inline!important}.currency-sek .drum-title .currency-content.sek{display:block!important}.currency-sek .currency-content.default:not(.sek){display:none!important}.currency-bch .currency-content.bch{display:inline!important}.currency-bch .drum-title .currency-content.bch{display:block!important}.currency-bch .currency-content.default:not(.bch){display:none!important}.currency-eth .currency-content.eth{display:inline!important}.currency-eth .drum-title .currency-content.eth{display:block!important}.currency-eth .currency-content.default:not(.eth){display:none!important}.currency-ltc .currency-content.ltc{display:inline!important}.currency-ltc .drum-title .currency-content.ltc{display:block!important}.currency-ltc .currency-content.default:not(.ltc){display:none!important}.currency-trx .currency-content.trx{display:inline!important}.currency-trx .drum-title .currency-content.trx{display:block!important}.currency-trx .currency-content.default:not(.trx){display:none!important}.currency-usdt .currency-content.usdt{display:inline!important}.currency-usdt .drum-title .currency-content.usdt{display:block!important}.currency-usdt .currency-content.default:not(.usdt){display:none!important}.currency-doge .currency-content.doge{display:inline!important}.currency-doge .drum-title .currency-content.doge{display:block!important}.currency-doge .currency-content.default:not(.doge){display:none!important}.currency-xrp .currency-content.xrp{display:inline!important}.currency-xrp .drum-title .currency-content.xrp{display:block!important}.currency-xrp .currency-content.default:not(.xrp){display:none!important}.currency-huf .currency-content.huf{display:inline!important}.currency-huf .drum-title .currency-content.huf{display:block!important}.currency-huf .currency-content.default:not(.huf){display:none!important}.currency-jpy .currency-content.jpy{display:inline!important}.currency-jpy .drum-title .currency-content.jpy{display:block!important}.currency-jpy .currency-content.default:not(.jpy){display:none!important}.currency-ada .currency-content.ada{display:inline!important}.currency-ada .drum-title .currency-content.ada{display:block!important}.currency-ada .currency-content.default:not(.ada){display:none!important}.currency-bnb .currency-content.bnb{display:inline!important}.currency-bnb .drum-title .currency-content.bnb{display:block!important}.currency-bnb .currency-content.default:not(.bnb){display:none!important}.content-game-currency-rub .game-currency-content.rub{display:inline!important}.content-game-currency-rub .drum-title .game-currency-content.rub{display:block!important}.content-game-currency-rub .game-currency-content.default:not(.rub){display:none!important}.content-game-currency-usd .game-currency-content.usd{display:inline!important}.content-game-currency-usd .drum-title .game-currency-content.usd{display:block!important}.content-game-currency-usd .game-currency-content.default:not(.usd){display:none!important}.content-game-currency-eur .game-currency-content.eur{display:inline!important}.content-game-currency-eur .drum-title .game-currency-content.eur{display:block!important}.content-game-currency-eur .game-currency-content.default:not(.eur){display:none!important}.content-game-currency-kzt .game-currency-content.kzt{display:inline!important}.content-game-currency-kzt .drum-title .game-currency-content.kzt{display:block!important}.content-game-currency-kzt .game-currency-content.default:not(.kzt){display:none!important}.content-game-currency-nok .game-currency-content.nok{display:inline!important}.content-game-currency-nok .drum-title .game-currency-content.nok{display:block!important}.content-game-currency-nok .game-currency-content.default:not(.nok){display:none!important}.content-game-currency-pln .game-currency-content.pln{display:inline!important}.content-game-currency-pln .drum-title .game-currency-content.pln{display:block!important}.content-game-currency-pln .game-currency-content.default:not(.pln){display:none!important}.content-game-currency-try .game-currency-content.try{display:inline!important}.content-game-currency-try .drum-title .game-currency-content.try{display:block!important}.content-game-currency-try .game-currency-content.default:not(.try){display:none!important}.content-game-currency-uah .game-currency-content.uah{display:inline!important}.content-game-currency-uah .drum-title .game-currency-content.uah{display:block!important}.content-game-currency-uah .game-currency-content.default:not(.uah){display:none!important}.content-game-currency-cad .game-currency-content.cad{display:inline!important}.content-game-currency-cad .drum-title .game-currency-content.cad{display:block!important}.content-game-currency-cad .game-currency-content.default:not(.cad){display:none!important}.content-game-currency-nzd .game-currency-content.nzd{display:inline!important}.content-game-currency-nzd .drum-title .game-currency-content.nzd{display:block!important}.content-game-currency-nzd .game-currency-content.default:not(.nzd){display:none!important}.content-game-currency-brl .game-currency-content.brl{display:inline!important}.content-game-currency-brl .drum-title .game-currency-content.brl{display:block!important}.content-game-currency-brl .game-currency-content.default:not(.brl){display:none!important}.content-game-currency-aud .game-currency-content.aud{display:inline!important}.content-game-currency-aud .drum-title .game-currency-content.aud{display:block!important}.content-game-currency-aud .game-currency-content.default:not(.aud){display:none!important}.content-game-currency-azn .game-currency-content.azn{display:inline!important}.content-game-currency-azn .drum-title .game-currency-content.azn{display:block!important}.content-game-currency-azn .game-currency-content.default:not(.azn){display:none!important}.content-game-currency-inr .game-currency-content.inr{display:inline!important}.content-game-currency-inr .drum-title .game-currency-content.inr{display:block!important}.content-game-currency-inr .game-currency-content.default:not(.inr){display:none!important}.content-game-currency-mxn .game-currency-content.mxn{display:inline!important}.content-game-currency-mxn .drum-title .game-currency-content.mxn{display:block!important}.content-game-currency-mxn .game-currency-content.default:not(.mxn){display:none!important}.content-game-currency-ars .game-currency-content.ars{display:inline!important}.content-game-currency-ars .drum-title .game-currency-content.ars{display:block!important}.content-game-currency-ars .game-currency-content.default:not(.ars){display:none!important}.content-game-currency-pen .game-currency-content.pen{display:inline!important}.content-game-currency-pen .drum-title .game-currency-content.pen{display:block!important}.content-game-currency-pen .game-currency-content.default:not(.pen){display:none!important}.content-game-currency-ngn .game-currency-content.ngn{display:inline!important}.content-game-currency-ngn .drum-title .game-currency-content.ngn{display:block!important}.content-game-currency-ngn .game-currency-content.default:not(.ngn){display:none!important}.content-game-currency-zar .game-currency-content.zar{display:inline!important}.content-game-currency-zar .drum-title .game-currency-content.zar{display:block!important}.content-game-currency-zar .game-currency-content.default:not(.zar){display:none!important}.content-game-currency-clp .game-currency-content.clp{display:inline!important}.content-game-currency-clp .drum-title .game-currency-content.clp{display:block!important}.content-game-currency-clp .game-currency-content.default:not(.clp){display:none!important}.content-game-currency-btc .game-currency-content.btc{display:inline!important}.content-game-currency-btc .drum-title .game-currency-content.btc{display:block!important}.content-game-currency-btc .game-currency-content.default:not(.btc){display:none!important}.content-game-currency-sek .game-currency-content.sek{display:inline!important}.content-game-currency-sek .drum-title .game-currency-content.sek{display:block!important}.content-game-currency-sek .game-currency-content.default:not(.sek){display:none!important}.content-game-currency-bch .game-currency-content.bch{display:inline!important}.content-game-currency-bch .drum-title .game-currency-content.bch{display:block!important}.content-game-currency-bch .game-currency-content.default:not(.bch){display:none!important}.content-game-currency-eth .game-currency-content.eth{display:inline!important}.content-game-currency-eth .drum-title .game-currency-content.eth{display:block!important}.content-game-currency-eth .game-currency-content.default:not(.eth){display:none!important}.content-game-currency-ltc .game-currency-content.ltc{display:inline!important}.content-game-currency-ltc .drum-title .game-currency-content.ltc{display:block!important}.content-game-currency-ltc .game-currency-content.default:not(.ltc){display:none!important}.content-game-currency-trx .game-currency-content.trx{display:inline!important}.content-game-currency-trx .drum-title .game-currency-content.trx{display:block!important}.content-game-currency-trx .game-currency-content.default:not(.trx){display:none!important}.content-game-currency-usdt .game-currency-content.usdt{display:inline!important}.content-game-currency-usdt .drum-title .game-currency-content.usdt{display:block!important}.content-game-currency-usdt .game-currency-content.default:not(.usdt){display:none!important}.content-game-currency-doge .game-currency-content.doge{display:inline!important}.content-game-currency-doge .drum-title .game-currency-content.doge{display:block!important}.content-game-currency-doge .game-currency-content.default:not(.doge){display:none!important}.content-game-currency-xrp .game-currency-content.xrp{display:inline!important}.content-game-currency-xrp .drum-title .game-currency-content.xrp{display:block!important}.content-game-currency-xrp .game-currency-content.default:not(.xrp){display:none!important}.content-game-currency-huf .game-currency-content.huf{display:inline!important}.content-game-currency-huf .drum-title .game-currency-content.huf{display:block!important}.content-game-currency-huf .game-currency-content.default:not(.huf){display:none!important}.content-game-currency-jpy .game-currency-content.jpy{display:inline!important}.content-game-currency-jpy .drum-title .game-currency-content.jpy{display:block!important}.content-game-currency-jpy .game-currency-content.default:not(.jpy){display:none!important}.content-game-currency-ada .game-currency-content.ada{display:inline!important}.content-game-currency-ada .drum-title .game-currency-content.ada{display:block!important}.content-game-currency-ada .game-currency-content.default:not(.ada){display:none!important}.content-game-currency-bnb .game-currency-content.bnb{display:inline!important}.content-game-currency-bnb .drum-title .game-currency-content.bnb{display:block!important}.content-game-currency-bnb .game-currency-content.default:not(.bnb){display:none!important}.game-currency-rub .currency-content.rub{display:inline!important}.game-currency-rub .drum-title .currency-content.rub{display:block!important}.game-currency-rub .currency-content.default:not(.rub){display:none!important}.game-currency-usd .currency-content.usd{display:inline!important}.game-currency-usd .drum-title .currency-content.usd{display:block!important}.game-currency-usd .currency-content.default:not(.usd){display:none!important}.game-currency-eur .currency-content.eur{display:inline!important}.game-currency-eur .drum-title .currency-content.eur{display:block!important}.game-currency-eur .currency-content.default:not(.eur){display:none!important}.game-currency-kzt .currency-content.kzt{display:inline!important}.game-currency-kzt .drum-title .currency-content.kzt{display:block!important}.game-currency-kzt .currency-content.default:not(.kzt){display:none!important}.game-currency-nok .currency-content.nok{display:inline!important}.game-currency-nok .drum-title .currency-content.nok{display:block!important}.game-currency-nok .currency-content.default:not(.nok){display:none!important}.game-currency-pln .currency-content.pln{display:inline!important}.game-currency-pln .drum-title .currency-content.pln{display:block!important}.game-currency-pln .currency-content.default:not(.pln){display:none!important}.game-currency-try .currency-content.try{display:inline!important}.game-currency-try .drum-title .currency-content.try{display:block!important}.game-currency-try .currency-content.default:not(.try){display:none!important}.game-currency-uah .currency-content.uah{display:inline!important}.game-currency-uah .drum-title .currency-content.uah{display:block!important}.game-currency-uah .currency-content.default:not(.uah){display:none!important}.game-currency-cad .currency-content.cad{display:inline!important}.game-currency-cad .drum-title .currency-content.cad{display:block!important}.game-currency-cad .currency-content.default:not(.cad){display:none!important}.game-currency-nzd .currency-content.nzd{display:inline!important}.game-currency-nzd .drum-title .currency-content.nzd{display:block!important}.game-currency-nzd .currency-content.default:not(.nzd){display:none!important}.game-currency-brl .currency-content.brl{display:inline!important}.game-currency-brl .drum-title .currency-content.brl{display:block!important}.game-currency-brl .currency-content.default:not(.brl){display:none!important}.game-currency-aud .currency-content.aud{display:inline!important}.game-currency-aud .drum-title .currency-content.aud{display:block!important}.game-currency-aud .currency-content.default:not(.aud){display:none!important}.game-currency-azn .currency-content.azn{display:inline!important}.game-currency-azn .drum-title .currency-content.azn{display:block!important}.game-currency-azn .currency-content.default:not(.azn){display:none!important}.game-currency-inr .currency-content.inr{display:inline!important}.game-currency-inr .drum-title .currency-content.inr{display:block!important}.game-currency-inr .currency-content.default:not(.inr){display:none!important}.game-currency-mxn .currency-content.mxn{display:inline!important}.game-currency-mxn .drum-title .currency-content.mxn{display:block!important}.game-currency-mxn .currency-content.default:not(.mxn){display:none!important}.game-currency-ars .currency-content.ars{display:inline!important}.game-currency-ars .drum-title .currency-content.ars{display:block!important}.game-currency-ars .currency-content.default:not(.ars){display:none!important}.game-currency-pen .currency-content.pen{display:inline!important}.game-currency-pen .drum-title .currency-content.pen{display:block!important}.game-currency-pen .currency-content.default:not(.pen){display:none!important}.game-currency-ngn .currency-content.ngn{display:inline!important}.game-currency-ngn .drum-title .currency-content.ngn{display:block!important}.game-currency-ngn .currency-content.default:not(.ngn){display:none!important}.game-currency-zar .currency-content.zar{display:inline!important}.game-currency-zar .drum-title .currency-content.zar{display:block!important}.game-currency-zar .currency-content.default:not(.zar){display:none!important}.game-currency-clp .currency-content.clp{display:inline!important}.game-currency-clp .drum-title .currency-content.clp{display:block!important}.game-currency-clp .currency-content.default:not(.clp){display:none!important}.game-currency-btc .currency-content.btc{display:inline!important}.game-currency-btc .drum-title .currency-content.btc{display:block!important}.game-currency-btc .currency-content.default:not(.btc){display:none!important}.game-currency-sek .currency-content.sek{display:inline!important}.game-currency-sek .drum-title .currency-content.sek{display:block!important}.game-currency-sek .currency-content.default:not(.sek){display:none!important}.game-currency-bch .currency-content.bch{display:inline!important}.game-currency-bch .drum-title .currency-content.bch{display:block!important}.game-currency-bch .currency-content.default:not(.bch){display:none!important}.game-currency-eth .currency-content.eth{display:inline!important}.game-currency-eth .drum-title .currency-content.eth{display:block!important}.game-currency-eth .currency-content.default:not(.eth){display:none!important}.game-currency-ltc .currency-content.ltc{display:inline!important}.game-currency-ltc .drum-title .currency-content.ltc{display:block!important}.game-currency-ltc .currency-content.default:not(.ltc){display:none!important}.game-currency-trx .currency-content.trx{display:inline!important}.game-currency-trx .drum-title .currency-content.trx{display:block!important}.game-currency-trx .currency-content.default:not(.trx){display:none!important}.game-currency-usdt .currency-content.usdt{display:inline!important}.game-currency-usdt .drum-title .currency-content.usdt{display:block!important}.game-currency-usdt .currency-content.default:not(.usdt){display:none!important}.game-currency-doge .currency-content.doge{display:inline!important}.game-currency-doge .drum-title .currency-content.doge{display:block!important}.game-currency-doge .currency-content.default:not(.doge){display:none!important}.game-currency-xrp .currency-content.xrp{display:inline!important}.game-currency-xrp .drum-title .currency-content.xrp{display:block!important}.game-currency-xrp .currency-content.default:not(.xrp){display:none!important}.game-currency-huf .currency-content.huf{display:inline!important}.game-currency-huf .drum-title .currency-content.huf{display:block!important}.game-currency-huf .currency-content.default:not(.huf){display:none!important}.game-currency-jpy .currency-content.jpy{display:inline!important}.game-currency-jpy .drum-title .currency-content.jpy{display:block!important}.game-currency-jpy .currency-content.default:not(.jpy){display:none!important}.game-currency-ada .currency-content.ada{display:inline!important}.game-currency-ada .drum-title .currency-content.ada{display:block!important}.game-currency-ada .currency-content.default:not(.ada){display:none!important}.game-currency-bnb .currency-content.bnb{display:inline!important}.game-currency-bnb .drum-title .currency-content.bnb{display:block!important}.game-currency-bnb .currency-content.default:not(.bnb){display:none!important}:root{--activator-button:5;--download-app-banner:5;--registration_header:12;--overlay:13;--menu-burger:15;--top-bar-hidden:15;--top-bar:16;--burger:20;--notification_block:90;--bottom-menu:100;--top-widgets-index:10030;--modal-with-full-overlay:10102;--tooltip:10200;--overlap-tooltip:10201;--top-widgets-zindex-mobile:100001}.slide-left-right-enter-active,.slide-left-right-leave-active{transition:all 1s}.slide-left-right-enter-to,.slide-left-right-leave{max-width:100%}.slide-left-right-enter,.slide-left-right-leave-to{max-width:0}.fade-enter-active,.fade-leave-active{transition:opacity .2s ease-in-out}.fade-enter-to,.fade-leave,.fade-leave-from{opacity:1}.fade-enter,.fade-enter-from,.fade-leave-to{opacity:0}.slide-left-enter-active,.slide-left-leave-active{transition:.15s ease-out}.slide-left-enter-to,.slide-left-leave{transform:translateZ(0)}.slide-left-enter,.slide-left-enter-from,.slide-left-leave-to{transform:translate3d(-100%,0,0)}.slide-right-enter-active,.slide-right-leave-active{transition:.2s ease-out;opacity:1;z-index:1}.slide-right-enter-to,.slide-right-leave{transform:translateZ(0)}.slide-right-enter,.slide-right-enter-from,.slide-right-leave-to{transform:translate3d(100%,0,0);opacity:0}.interactions-blocked{pointer-events:none}.interactions-blocked .bottom-confirm-notify{display:none}.interactions-blocked .static-aside,.interactions-blocked .static-page,.interactions-blocked .top-bar__logo{pointer-events:auto}.interactions-blocked .static-page .main-footer{pointer-events:none}