@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap);
.spinner-desktop{z-index:1100;width:100%;height:100%;position:absolute;top:0;display:flex;align-items:center;justify-content:center;background-color:rgba(0,0,0,.5)}

[dir="ltr"] .spinner-desktop{left:0}

[dir="rtl"] .spinner-desktop{right:0}

.spinner-desktop_foolViewport{width:100vw;height:100vh}

.spinner-desktop__logo{width:18.75rem;animation:spinnerAnimate 2.5s ease-in-out infinite;animation-direction:alternate}

@keyframes spinnerAnimate{
100%{transform:scale(1.1)}}
.modal-desktop{width:100%;height:100%;position:fixed;display:flex;flex-direction:column;justify-content:center;align-items:center;background:var(--modalBackground);z-index:1004}

.modal-desktop__content-top{flex-grow:2;max-height:9rem;display:flex;flex-direction:column}

.modal-desktop__content-container{min-width:-moz-fit-content;min-width:fit-content;width:-moz-fit-content;width:fit-content;display:flex;justify-content:center;align-items:center}

.modal-desktop__content-bottom{flex-grow:2;display:flex;flex-direction:column}
.SVG-component{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}

.SVG-component__content{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}

.SVG-component__content-svg{width:100%;height:100%}
@font-face{font-family:"password";font-style:normal;font-weight:400;src:url(/assets/fonts/password.16706ddf25bedd45cecc.ttf)}

.input-desktop{-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%;height:100%;display:flex;align-items:center;position:relative;padding:0 1.25rem 0 1.25rem}

.input-desktop__native{width:100%;height:100%;display:flex;align-items:center;border-radius:0;border:0 solid rgba(0,0,0,0);background-color:rgba(0,0,0,0);outline:none;font-family:"Roboto",sans-serif;-webkit-appearance:none}

.input-desktop__native::-moz-placeholder{font-family:"Roboto",sans-serif}

.input-desktop__native::placeholder{font-family:"Roboto",sans-serif}

.input-desktop__native:focus.input-desktop__native::-moz-placeholder{color:rgba(0,0,0,0)}

.input-desktop__native:focus.input-desktop__native::placeholder{color:rgba(0,0,0,0)}

.input-desktop__native_activePassword{font-family:"password"}

.input-desktop__native:-webkit-autofill,.input-desktop__native:-webkit-autofill:hover,.input-desktop__native:-webkit-autofill:focus.input-desktop__native:-webkit-autofill,.input-desktop__native:-webkit-autofill::first-line,.input-desktop__native::-internal-input-seggested{font:.875rem "Roboto",sans-serif !important;color:#000;-webkit-text-fill-color:#000;-webkit-box-shadow:0 0 0px 1000px rgba(0,0,0,0) inset;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s;background:-webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 174, 255, 0.04) 50%, rgba(255, 255, 255, 0) 51%, rgba(0, 174, 255, 0.03) 100%)}

.input-desktop__native::-webkit-inner-spin-button{display:none !important}

.input-desktop__measure{display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--Light-Text-Accent-1, #f00);font-family:Roboto;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}

[dir="ltr"] .input-desktop__measure{margin:0 0 0 1.25rem;text-align:right}

[dir="rtl"] .input-desktop__measure{margin:0 1.25rem 0 0;text-align:left}

.input-desktop__password,.input-desktop__password-off{cursor:pointer;width:1.5rem;min-width:1.5rem;height:1.5rem;display:none;flex-direction:column;align-items:center;justify-content:center}

[dir="ltr"] .input-desktop__password,[dir="ltr"] .input-desktop__password-off{margin:0 0 0 .3125rem}

[dir="rtl"] .input-desktop__password,[dir="rtl"] .input-desktop__password-off{margin:0 .3125rem 0 0}

.input-desktop__password_active{display:flex}

.input-desktop__password-off_active{display:flex}

.input-desktop_fontSize_14 .input-desktop__native{font-family:Roboto,sans-serif;font-size:.875rem}

.input-desktop_fontSize_14 .input-desktop__native::-moz-placeholder{font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500}

.input-desktop_fontSize_14 .input-desktop__native::placeholder{font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500}

.input-desktop_color_default{border-radius:.625rem;border:.125rem solid var(--stroke1);background:var(--card1)}

.input-desktop_color_default .input-desktop__native{color:var(--textRegular)}

.input-desktop_color_default .input-desktop__native::-moz-placeholder{color:var(--textAdditional);font-weight:500}

.input-desktop_color_default .input-desktop__native::placeholder{color:var(--textAdditional);font-weight:500}

.input-desktop_validState_2{border:.0625rem solid var(--good) !important}

.input-desktop_validState_3{border:.0625rem solid var(--bad) !important}
.button-desktop{-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;width:100%;height:100%;display:flex;justify-content:center;align-items:center;padding:0 1.25rem;border:none;outline:none;user-select:none;font-weight:600;font-size:1rem;color:var(--textRegular);font-family:"Roboto",sans-serif;text-align:center;white-space:nowrap;text-transform:capitalize;border-radius:.625rem;transition:transform .2s ease-in-out}

.button-desktop:hover{transform:scale(1.07)}

.button-desktop:active{transform:translateY(0.125rem)}

.button-desktop_color_default{border-radius:6.25rem;background:var(--buttonGradient);color:var(--buttonText1)}

.button-desktop_color_red{border-radius:3.125rem;color:var(--buttonText2);background:var(--buttonOrange);box-shadow:var(--redButtonShadow)}

.button-desktop_borderRadius_4{border-radius:.25rem}

.button-desktop_borderRadius_6{border-radius:.375rem}

.button-desktop_borderRadius_10{border-radius:.625rem}

.button-desktop_borderRadius_15{border-radius:.9375rem}

.button-desktop_borderRadius_50{border-radius:3.125rem}

.button-desktop_borderRadius_100{border-radius:6.25rem}

.button-desktop_disabled{opacity:.3;cursor:not-allowed;box-shadow:none}

.button-desktop_disabled.button-desktop:active{transform:translateY(0)}
.sign-in-desktop{border-radius:.625rem;background:var(--cardGradient);padding:1.25rem;margin:0 .625rem;position:relative;min-width:21.25rem;width:21.25rem}

.sign-in-desktop__cross{display:flex;width:1.875rem;height:1.875rem;min-width:1.875rem;position:absolute;top:.625rem;cursor:pointer}

[dir="ltr"] .sign-in-desktop__cross{right:.625rem}

[dir="rtl"] .sign-in-desktop__cross{left:.625rem}

.sign-in-desktop__title{color:var(--textRegular);font-size:1.25rem;font-weight:700;height:2.25rem;display:flex;justify-content:center;align-items:center;margin-bottom:.625rem}

.sign-in-desktop__rows{width:100%;display:flex;flex-direction:column;row-gap:.625rem;margin-bottom:2.5rem}

.sign-in-desktop__row{width:100%;display:flex;flex-direction:column;row-gap:.125rem}

.sign-in-desktop__row-title{color:var(--textAdditional);font-size:.875rem;font-weight:600;font-family:Proxima Nova}

.sign-in-desktop__row-field{width:100%;height:2.5rem}

.sign-in-desktop__button{width:100%;height:2.4375rem}
.auth-desktop{z-index:2;position:relative;width:100%;display:flex;flex-direction:column;align-items:center}
.notification-desktop{z-index:1005;width:100%;min-height:2.875rem;display:grid;grid-template-columns:1.25rem auto .8125rem;gap:0 .625rem;margin-top:1rem;padding:.75rem;position:relative;animation:.7s ease init;border-radius:.625rem;border:1px solid var(--stroke1);background:var(--card1);box-shadow:0px .3125rem .625rem 0px rgba(0,0,0,.1)}

.notification-desktop_deleted{animation:.7s ease delete}

.notification-desktop__icon{width:1.25rem;min-width:1.25rem;height:1.25rem;display:flex}

.notification-desktop__cross{cursor:pointer;width:.8125rem;min-width:.8125rem;height:.8125rem;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--textRegular)}

.notification-desktop__text{display:flex;align-items:center;color:var(--textRegular);font-family:Roboto;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}

[dir="ltr"] .notification-desktop__text{margin:0 auto 0 0}

[dir="rtl"] .notification-desktop__text{margin:0 0 0 auto}

@keyframes init{
0%{opacity:0;transform:translateX(10rem)}

100%{opacity:1;transform:translateX(0)}}

@keyframes delete{
0%{opacity:1}

70%{opacity:0;transform:translateX(120%)}

100%{opacity:0;transform:translateX(200%)}}
#notify-root{z-index:1005;top:4.5rem;position:fixed;width:18rem;display:flex;justify-content:center;margin:auto;flex-direction:column-reverse}

[dir="ltr"] #notify-root{right:2rem}

[dir="rtl"] #notify-root{left:2rem}
.language-dropdown-selector-desktop{display:flex;position:relative}

.language-dropdown-selector-desktop__current{display:flex;align-items:center;cursor:pointer;padding:.625rem;border-radius:.625rem .625rem 0 0;background:var(--card1)}

.language-dropdown-selector-desktop_open .language-dropdown-selector-desktop__current{border-radius:.625rem .625rem 0 0}

.language-dropdown-selector-desktop__arrow{display:flex;width:1.875rem;height:1.875rem;min-width:1.875rem}

.language-dropdown-selector-desktop_open .language-dropdown-selector-desktop__arrow{transform:scale(-1)}

.language-dropdown-selector-desktop__current-img{width:1.5625rem;min-width:1.5625rem;height:1.5625rem}

.language-dropdown-selector-desktop__items{width:100%;display:none;gap:.625rem 0;cursor:pointer;opacity:0;padding:.625rem;top:100%;position:absolute;z-index:9999;animation:reduceVertical_language-dropdown-selector-desktop .5s linear forwards;animation-delay:-0.4s;overflow:hidden;border-radius:.625rem;background:var(--card1)}

[dir="ltr"] .language-dropdown-selector-desktop__items{left:0}

[dir="rtl"] .language-dropdown-selector-desktop__items{right:0}

.language-dropdown-selector-desktop_open .language-dropdown-selector-desktop__items{animation:incraseVertical_language-dropdown-selector-desktop .5s linear forwards;display:grid;border-radius:0 0 .625rem .625rem}

.language-dropdown-selector-desktop__item{cursor:pointer;width:100%;display:flex;align-items:center;gap:0 .3125rem}

.language-dropdown-selector-desktop__item-img{width:1.5625rem;min-width:1.5625rem;height:1.5625rem;display:flex;flex-direction:column;align-items:center;justify-content:center}

.language-dropdown-selector-desktop__item-text{display:flex;align-items:center;font-weight:700;font-size:.75rem;color:#fff}

@keyframes incraseVertical_language-dropdown-selector-desktop{
0%{opacity:0;max-height:0rem}

1%{opacity:1;max-height:0rem}

100%{opacity:1;max-height:18.75rem}}

@keyframes reduceVertical_language-dropdown-selector-desktop{
0%{opacity:1;max-height:18.75rem}

99%{opacity:1;max-height:0rem}

100%{opacity:0;max-height:0rem}}
.header-login-block-desktop{display:flex;align-items:center;justify-content:space-around}

.header-login-block-desktop__profile{display:flex;align-items:center;font-weight:700;color:var(--textRegular)}

.header-login-block-desktop__profile-user{display:flex;width:2.25rem;min-width:2.25rem;height:2.25rem}

[dir="ltr"] .header-login-block-desktop__profile-user{margin-left:.625rem}

[dir="rtl"] .header-login-block-desktop__profile-user{margin-right:.625rem}

.header-login-block-desktop__profile-info{display:flex;flex-direction:column;align-items:flex-end;row-gap:.125rem}

[dir="ltr"] .header-login-block-desktop__profile-info{text-align:right}

[dir="rtl"] .header-login-block-desktop__profile-info{text-align:left}

.header-login-block-desktop__profile-id{color:var(--textAdditional);font-size:.625rem;text-transform:uppercase}

.header-login-block-desktop__profile-username{font-size:.75rem;max-width:6.25rem;overflow:hidden;text-overflow:ellipsis}

.header-login-block-desktop__profile-balance{border-radius:.3125rem;background:var(--card2);display:flex;padding:.125rem .625rem;font-size:.875rem;width:-moz-fit-content;width:fit-content;min-width:6.25rem;justify-content:flex-end}

.header-login-block-desktop__profile-currency{color:var(--textAdditional)}

[dir="ltr"] .header-login-block-desktop__profile-currency{margin-left:.1875rem}

[dir="rtl"] .header-login-block-desktop__profile-currency{margin-right:.1875rem}

.header-login-block-desktop__button-login{height:2.5625rem;width:-moz-fit-content;width:fit-content;min-width:5.375rem}

.header-login-block-desktop__button-login-text{font-size:1.125rem;font-weight:700}
.main-menu-header-desktop__main{display:flex;-moz-column-gap:.625rem;column-gap:.625rem}

.main-menu-header-desktop__menu-item{display:flex;align-items:center;-moz-column-gap:.3125rem;column-gap:.3125rem;padding:.625rem;cursor:pointer}

.main-menu-header-desktop__menu-item_active{border-bottom:.0625rem solid var(--accent2);background:var(--accentGradient)}

.main-menu-header-desktop__menu-icon{display:flex}

.main-menu-header-desktop__menu-icon-svg{width:1.5rem;height:1.5rem}

.main-menu-header-desktop__menu-text{font-size:1.125rem;color:var(--textRegular);font-weight:500}
.dropdown-menu{display:inline-block;cursor:pointer}

.dropdown-menu_open{overflow:hidden;background:var(--card1);border-radius:6.25rem}

.dropdown-menu_open::after{content:"";background-color:var(--card1);width:100%;height:100%;position:absolute}

.dropdown-menu__trigger{display:flex;align-items:center}

.dropdown-menu__list{position:absolute;top:calc(100% + .9063rem);background:var(--card1);min-width:6.125rem;width:100%;border-radius:.9375rem;border:1px solid var(--card3);z-index:10000}

[dir="ltr"] .dropdown-menu__list{left:0}

[dir="rtl"] .dropdown-menu__list{right:0}

.dropdown-menu__item{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:.3125rem;padding-bottom:.3125rem;color:#ccc;text-decoration:none;transition:background .2s;position:relative;gap:.125rem;cursor:pointer}

.dropdown-menu__item:not(:last-child){border-bottom:.0625rem solid var(--card3)}

.dropdown-menu__item:first-child{border-radius:.9375rem .9375rem 0 0}

.dropdown-menu__item:last-child{border-radius:0 0 .9375rem .9375rem}

.dropdown-menu__item:hover{background:var(--card3);border-bottom:none;color:#ededed}

.dropdown-menu__item:hover svg path{fill:#ededed}

.dropdown-menu__item:hover .dropdown-menu__text{color:#ededed}

.dropdown-menu__item_active{border-bottom:.0625rem solid var(--accent2) !important;background:var(--accentGradient);color:#ededed}

.dropdown-menu__item_active svg path{fill:#ededed}

.dropdown-menu__item_active .dropdown-menu__text{color:#ededed}

.dropdown-menu__item:hover,.dropdown-menu__item_active{border-bottom:.0625rem solid var(--accent2);background:var(--accentGradient)}

.dropdown-menu__item.dropdown-menu__item_hasBadge{gap:.25rem}

.dropdown-menu__icon{display:inline-flex;width:1.375rem;height:1.375rem}

.dropdown-menu__icon svg{width:100%;height:100%}

.dropdown-menu__text{text-align:center;display:block;color:#fff;text-align:center;text-overflow:ellipsis;font-family:Roboto;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal}

.dropdown-menu__badge{position:absolute;top:1px;padding:.125rem .25rem;border-radius:1.9886rem;background:var(--card1);color:#fff;font-size:.625rem;display:inline-block;text-transform:uppercase}

[dir="ltr"] .dropdown-menu__badge{right:.125rem}

[dir="rtl"] .dropdown-menu__badge{left:.125rem}
.header-desktop{position:relative;background:var(--card1);width:100%;height:4.1875rem;min-height:4.1875rem;display:flex;align-items:center;justify-content:space-between;padding:0 7.5rem}

.header-desktop__left{display:flex;align-items:center}

.header-desktop__right{display:flex}

.header-desktop__lang{display:flex}

[dir="ltr"] .header-desktop__lang{margin-right:.625rem}

[dir="rtl"] .header-desktop__lang{margin-left:.625rem}

.header-desktop__logo-icon{height:4rem;min-height:4rem;display:flex;min-width:1.8125rem}

[dir="ltr"] .header-desktop__logo-icon{margin-right:.625rem}

[dir="rtl"] .header-desktop__logo-icon{margin-left:.625rem}
.scroll-top-button-desktop{cursor:pointer;display:flex;width:11.8125rem;height:2.5rem}

.scroll-top-button-desktop__text{font-size:1rem;font-weight:500}
.socials-desktop__link{cursor:pointer;align-self:center;justify-self:center;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:rgba(0,0,0,0)}

.socials-desktop__link-icon{color:var(--buttonOrange);width:2.625rem;min-width:2.625rem;height:2.625rem;display:flex;flex-direction:column;align-items:center;justify-content:center}
.footer-desktop{display:grid;grid-template-columns:1fr 50% 1fr;justify-content:space-between;background:var(--card1);padding:1.25rem 7.5rem;min-height:11.6875rem}

.footer-desktop__block{width:100%}

.footer-desktop__block_right{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}

.footer-desktop__block_center{display:flex;flex-direction:column;text-align:center;row-gap:.625rem}

.footer-desktop__block_left{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}

.footer-desktop__links{display:grid;width:100%}

.footer-desktop__links-title{margin-bottom:.3125rem;font-size:.875rem;font-weight:700;color:var(--textRegular)}

.footer-desktop__links-list{display:flex;flex-direction:column;row-gap:.3125rem}

.footer-desktop__links-item{font-size:.75rem;font-weight:500;color:var(--textAdditional)}

.footer-desktop__logo{display:flex;min-height:5.5645rem;height:5.5645rem}

.footer-desktop__text1{font-size:.8125rem;font-weight:700;color:var(--textAdditional)}

.footer-desktop__text2{font-size:.8125rem;font-weight:400;color:var(--textAdditional)}

.footer-desktop__socials{display:flex;-moz-column-gap:1.25rem;column-gap:1.25rem}

.footer-desktop__images{display:flex;justify-content:space-between;align-items:center;-moz-column-gap:1.25rem;column-gap:1.25rem;width:100%;color:var(--textAdditional)}

[dir="ltr"] .footer-desktop__images{padding-right:6.25rem}

[dir="rtl"] .footer-desktop__images{padding-left:6.25rem}

.footer-desktop__images-pg18{display:flex;min-height:2.125rem;height:2.125rem}

.footer-desktop__images-bsw{display:flex;min-height:1.875rem;height:1.875rem}

.footer-desktop__images-valid{height:3.0625rem;min-height:3.0625rem}
.app-desktop{display:grid;grid-template-columns:100%;grid-template-rows:0 min-content auto min-content;height:100%;align-items:center;background:var(--background);overflow:auto;position:relative}

.app-desktop__header-wrapper{position:sticky;top:0;z-index:2;width:100%}

[dir="ltr"] .app-desktop__header-wrapper{left:0}

[dir="rtl"] .app-desktop__header-wrapper{right:0}

.app-desktop__main-wrapper{display:flex;width:100%;height:100%;z-index:1;position:relative}

.app-desktop__main{z-index:1002;flex-grow:2;width:100%;display:flex;flex-direction:column;align-items:center}

.app-desktop__content{width:100%;padding:0 7.5rem;height:100%}

.app-desktop__footer-wrapper{width:100%;margin-top:auto}

::-webkit-scrollbar{width:.3125rem;height:.25rem}

::-webkit-scrollbar-thumb{cursor:pointer;background:var(--accent1);border-radius:.625rem;cursor:pointer}
.select-desktop{-webkit-user-select:none;user-select:none;touch-action:none;-moz-user-select:none;-webkit-user-drag:none;width:100%;height:100%;position:relative}

.select-desktop__item-selected{z-index:2;cursor:pointer;width:100%;height:100%;position:relative;display:flex;align-items:center;justify-content:space-between}

.select-desktop_color_default .select-desktop__item-selected{border-radius:.625rem;border:.125rem solid var(--stroke1);background:var(--card1)}

[dir="ltr"] .select-desktop_color_default .select-desktop__item-selected{padding:.625rem .625rem .625rem .9375rem}

[dir="rtl"] .select-desktop_color_default .select-desktop__item-selected{padding:.625rem .9375rem .625rem .625rem}

.select-desktop_open .select-desktop__item-selected{border-bottom:none;border-radius:.625rem .625rem 0 0}

.select-desktop__image{width:1.5rem;height:1.5rem}

.select-desktop__item-value-selected{font-size:.875rem;font-weight:400;color:var(--textRegular)}

.select-desktop_color_default .select-desktop__item-selected:hover .select-desktop__item-value-selected{color:var(--textRegular)}

.select-desktop__item-arrow-selected{width:1.875rem;min-width:1.875rem;height:1.875rem;display:flex;flex-direction:column;justify-content:center;align-items:center}

.select-desktop_open .select-desktop__item-arrow-selected{transform:scaleY(-1)}

.select-desktop__items{z-index:3;width:100%;max-height:21rem;position:absolute;overflow:auto}

.select-desktop__items::-webkit-scrollbar{width:.1875rem;height:90%}

[dir="ltr"] .select-desktop__items::-webkit-scrollbar{scroll-margin-right:.5rem}

[dir="rtl"] .select-desktop__items::-webkit-scrollbar{scroll-margin-left:.5rem}

.select-desktop__items::-webkit-scrollbar-thumb{width:.1875rem;background:var(--accent1);cursor:pointer}

.select-desktop_color_default .select-desktop__items{top:100%;border-radius:.625rem;border:.125rem solid var(--stroke1);background:var(--card1);background-clip:content-box;border-top:none}

.select-desktop_open .select-desktop__items{border-radius:0 0 .625rem .625rem}

.select-desktop__item{cursor:pointer;width:100%;height:2.5rem;padding:0 1.25rem 0 1.25rem;text-transform:capitalize;font-size:.875rem;font-weight:400;color:var(--textRegular);display:flex;align-items:center}
.input-date-desktop{-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;width:100%;height:100%}

.input-date-desktop .react-datepicker-wrapper{width:100%;height:100%}

.input-date-desktop .react-datepicker__input-container{width:100%;height:100%}

.input-date-desktop .react-datepicker__triangle{display:none}

.input-date-desktop__custom-date-input{width:100%;height:100%;display:flex;align-items:center;justify-content:space-between;padding:0 .625rem}

.input-date-desktop__custom-date-input-calendar{width:1.5rem;min-width:1.5rem;height:1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center}

.input-date-desktop__custom-date-input-value{color:var(--textRegular);font-family:Roboto,sans-serif;font-size:.875rem;font-style:normal;font-weight:500;line-height:normal}

[dir="ltr"] .input-date-desktop__custom-date-input-value{margin-right:auto}

[dir="rtl"] .input-date-desktop__custom-date-input-value{margin-left:auto}

.input-date-desktop_color_default .input-date-desktop__custom-date-input{border-radius:.625rem;border:.125rem solid var(--stroke1);background:var(--card1)}

.input-date-desktop_color_light .input-date-desktop__custom-date-input{border:.0625rem solid #f5f5f5;border-radius:.625rem;background-color:#f5f5f5}

.input-date-desktop_validState_2 .input-date-desktop__custom-date-input{border:.0625rem solid var(--good) !important}

.input-date-desktop_validState_3 .input-date-desktop__custom-date-input{border:.0625rem solid var(--bad) !important}
.input-search-desktop{-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%;height:100%;display:flex;align-items:center;position:relative}

[dir="ltr"] .input-search-desktop{padding:0 0 0 .9375rem}

[dir="rtl"] .input-search-desktop{padding:0 .9375rem 0 0}

.input-search-desktop__native{width:100%;height:100%;display:flex;align-items:center;border-radius:0;border:0 solid rgba(0,0,0,0);background-color:rgba(0,0,0,0);outline:none;font-family:Proxima Nova,sans-serif;font-weight:600;font-size:14px;line-height:1.0625rem;color:var(--textRegular);-webkit-appearance:none;z-index:2}

[dir="ltr"] .input-search-desktop__native{padding:0 0 0 .9375rem}

[dir="rtl"] .input-search-desktop__native{padding:0 .9375rem 0 0}

.input-search-desktop__native::-moz-placeholder{font-family:"Roboto",sans-serif}

.input-search-desktop__native::placeholder{font-family:"Roboto",sans-serif}

.input-search-desktop__native:focus.input-search-desktop__native::-moz-placeholder{color:rgba(0,0,0,0)}

.input-search-desktop__native:focus.input-search-desktop__native::placeholder{color:rgba(0,0,0,0)}

.input-search-desktop__native::-webkit-search-cancel-button{cursor:pointer;opacity:0;min-width:1.5rem !important;min-height:1.5rem !important}

[dir="ltr"] .input-search-desktop__native::-webkit-search-cancel-button{margin:0 .5rem 0 .625rem !important}

[dir="rtl"] .input-search-desktop__native::-webkit-search-cancel-button{margin:0 .625rem 0 .5rem !important}

.input-search-desktop__native:-webkit-autofill,.input-search-desktop__native:-webkit-autofill:hover,.input-search-desktop__native:-webkit-autofill:focus.input-search-desktop__native:-webkit-autofill,.input-search-desktop__native:-webkit-autofill::first-line,.input-search-desktop__native::-internal-input-seggested{font:.875rem "Roboto",sans-serif !important;color:#636a71;-webkit-text-fill-color:#636a71;-webkit-box-shadow:0 0 0px 1000px rgba(0,0,0,0) inset;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s;background:-webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 174, 255, 0.04) 50%, rgba(255, 255, 255, 0) 51%, rgba(0, 174, 255, 0.03) 100%)}

.input-search-desktop__search{width:1.25rem;min-width:1.25rem;height:1.25rem;display:flex;color:var(--textAdditional)}

.input-search-desktop__cross-container{cursor:pointer;z-index:1;position:absolute;width:1.9375rem;min-width:1.9375rem;height:1.9375rem;display:flex;flex-direction:column;align-items:center;justify-content:center}

[dir="ltr"] .input-search-desktop__cross-container{right:.5rem}

[dir="rtl"] .input-search-desktop__cross-container{left:.5rem}

.input-search-desktop__cross{width:.875rem;height:.875rem;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--textAdditional)}

.input-search-desktop_color_default{border-radius:1.25rem;border:2px solid var(--stroke1);background:var(--card1)}

.input-search-desktop_color_default .input-search-desktop__native{font-size:.875rem;color:var(--textRegular)}

.input-search-desktop_color_default .input-search-desktop__native::-moz-placeholder{font-size:.875rem;color:var(--textAdditional)}

.input-search-desktop_color_default .input-search-desktop__native::placeholder{font-size:.875rem;color:var(--textAdditional)}

.input-search-desktop_validState_2{border:1px solid var(--good) !important}

.input-search-desktop_validState_3{border:1px solid var(--bad) !important}
.paginator-dropdown-selector-desktop{-webkit-user-select:none;-moz-user-select:none;user-select:none;height:100%;display:flex;align-items:center;color:var(--textRegular)}

.paginator-dropdown-selector-desktop__main{width:-moz-fit-content;width:fit-content;height:100%;display:flex;flex-direction:column;-webkit-user-select:none;-moz-user-select:none;user-select:none}

.paginator-dropdown-selector-desktop__main_open>div{border-bottom-left-radius:0;border-bottom-right-radius:0}

.paginator-dropdown-selector-desktop__items{width:100%;max-height:10rem;overflow:auto;border:.0625rem solid var(--stroke1);background:var(--card1);border-radius:.625rem;margin-top:.3125rem}

.paginator-dropdown-selector-desktop__item{width:100%;height:1.875rem;cursor:pointer;padding:.3125rem 1.25rem}

.paginator-dropdown-selector-desktop__item_current{display:flex;padding:0}

.paginator-dropdown-selector-desktop__item-value{font-size:.875rem;height:1.875rem;font-weight:900;background:var(--card1)}

.paginator-dropdown-selector-desktop__item-value_current{margin:0;border-radius:.625rem;display:flex;min-width:2.8125rem;justify-content:center;align-items:center;border:.0625rem solid var(--stroke1)}

[dir="ltr"] .paginator-dropdown-selector-desktop__item-value_current{margin-right:.3125rem}

[dir="rtl"] .paginator-dropdown-selector-desktop__item-value_current{margin-left:.3125rem}

.paginator-dropdown-selector-desktop__item-arrow{display:flex;flex-direction:column;justify-content:center;align-items:center;transition:transform .3s ease;width:1.875rem;height:1.875rem}
.check-box-desktop{-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;width:100%;height:100%;display:flex;justify-content:center;align-items:center;user-select:none;flex-shrink:0;position:relative}

.check-box-desktop__input{opacity:0;position:absolute;width:.0625rem;height:.0625rem}

.check-box-desktop__check{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}
.switcher-desktop{cursor:pointer;width:100%;height:.8125rem;display:flex;align-items:center;background-color:#404040;border:0.125rem solid #404040;border-radius:.6875rem;transition:all .1s ease-in;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}

.switcher-desktop_active{background-color:red;border:.0625rem solid red}

.switcher-desktop__indicator{width:1.0625rem;height:1.0625rem;border-radius:100%;background-color:#202020;border:.125rem solid #404040;transition:all .1s ease-in;position:absolute}

[dir="ltr"] .switcher-desktop__indicator{left:calc(0% - 0.125rem)}

[dir="rtl"] .switcher-desktop__indicator{right:calc(0% - 0.125rem)}

.switcher-desktop_active .switcher-desktop__indicator{background-color:#fff;border:.125rem solid red}

[dir="ltr"] .switcher-desktop_active .switcher-desktop__indicator{left:calc(100% - 1.0625rem + 0.125rem)}

[dir="rtl"] .switcher-desktop_active .switcher-desktop__indicator{right:calc(100% - 1.0625rem + 0.125rem)}
.UIKit-desktop{width:100%;display:flex;flex-direction:column;padding:.625rem 1.875rem}

.UIKit-desktop__title{margin-bottom:1.25rem;font-size:1.875rem;color:#fff}

.UIKit-desktop__title2{margin-bottom:.3125rem;font-size:1.25rem;color:#fff}

.UIKit-desktop__columns{display:grid;grid-template-columns:repeat(2, auto);justify-content:flex-start;grid-column-gap:2.5rem}

.UIKit-desktop__column{display:flex;flex-direction:column}

.UIKit-desktop__button{width:21.875rem;min-width:21.875rem;height:2.5rem;margin-bottom:1.25rem}

.UIKit-desktop__select{width:21.875rem;min-width:21.875rem;height:2.5rem;margin-bottom:1.25rem}

.UIKit-desktop__select-multi{width:21.875rem;min-width:21.875rem;height:2.5rem;margin-bottom:1.25rem}

.UIKit-desktop__input{width:21.875rem;min-width:21.875rem;height:2.5rem;margin-bottom:1.25rem}

.UIKit-desktop__input-password{width:21.875rem;min-width:21.875rem;height:2.5rem;margin-bottom:1.25rem}

.UIKit-desktop__input-search{width:21.875rem;min-width:21.875rem;height:2.5rem;margin-bottom:1.25rem}

.UIKit-desktop__input-search2{width:21.875rem;min-width:21.875rem;height:2.5rem;margin-bottom:1.25rem}

.UIKit-desktop__input-date{width:21.875rem;min-width:21.875rem;height:2.5rem;margin-bottom:1.25rem}

.UIKit-desktop__input-phone{width:21.875rem;min-width:21.875rem;height:2.5rem;margin-bottom:1.25rem}

.UIKit-desktop__paginator{width:21.875rem;min-width:21.875rem;height:2.5rem;margin-bottom:1.25rem}

.UIKit-desktop__checkbox{min-width:1.875rem;width:1.875rem;height:1.875rem;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:1.25rem}

.UIKit-desktop__input-admin{width:100%;min-width:12.5rem;height:2.5rem;margin-bottom:1.25rem}

.UIKit-desktop__input-date-admin{width:50%;min-width:9.25rem;height:2.5rem;margin-bottom:1.25rem}

.UIKit-desktop__select-admin{width:21.875rem;min-width:21.875rem;height:2.5rem;margin-bottom:1.25rem}

.UIKit-desktop__set-language{width:-moz-fit-content;width:fit-content;margin-bottom:1.25rem}

.UIKit-desktop__switch-box{width:1.875rem;margin-bottom:1.25rem}
.UIKit-locale-desktop{width:100%;display:flex;flex-direction:column;padding:.625rem 1.875rem;color:#fff}

.UIKit-locale-desktop__locale-pairs{display:flex;flex-direction:column}

[dir="ltr"] .UIKit-locale-desktop__locale-pairs{padding:0 0 0 1.25rem}

[dir="rtl"] .UIKit-locale-desktop__locale-pairs{padding:0 1.25rem 0 0}

.UIKit-locale-desktop__locale-pair{display:inline}

.UIKit-locale-desktop__locale-pair-key{color:#b6985b}

.UIKit-locale-desktop__locale-pair-value{color:rgba(255,246,215,.825)}
.paginator-switcher-desktop{-webkit-user-select:none;-moz-user-select:none;user-select:none;min-width:2.625rem;width:-moz-fit-content;width:fit-content;height:1.875rem;display:flex;align-items:center;overflow:hidden;gap:.31rem}

.paginator-switcher-desktop__page-item{cursor:pointer;height:1.875rem;display:flex;align-items:center;justify-content:center;border-radius:.625rem;border:.0625rem solid var(--stroke1);background:var(--card1)}

.paginator-switcher-desktop__active{width:3.5rem}

.paginator-switcher-desktop__arrow-left-container,.paginator-switcher-desktop__arrow-right-container{width:1.875rem;height:1.875rem;display:flex;align-items:center;justify-content:center}

.paginator-switcher-desktop__arrow-left,.paginator-switcher-desktop__arrow-right{width:1.875rem;height:1.875rem;display:flex}

.paginator-switcher-desktop__arrow-left_isActive *,.paginator-switcher-desktop__arrow-right_isActive *{fill:var(--textRegular)}

[dir="ltr"] .paginator-switcher-desktop__arrow-right{transform:rotate(180deg)}

[dir="rtl"] .paginator-switcher-desktop__arrow-right{transform:rotate(-180deg)}

.paginator-switcher-desktop__page-link{display:flex;justify-content:center;color:var(--textRegular);font-size:.875rem;font-weight:900}
.balance-history-filter-desktop{width:100%;display:grid;grid-template-columns:repeat(3, 1fr) 10rem;-moz-column-gap:.625rem;column-gap:.625rem;align-items:flex-end}

.balance-history-filter-desktop__row{row-gap:.125rem;display:flex;flex-direction:column}

.balance-history-filter-desktop__item-label{color:var(--textAdditional);font-size:.875rem;font-style:normal;font-weight:500}

.balance-history-filter-desktop__item-value{height:2.5rem}

.balance-history-filter-desktop__item-date{height:2.5rem}

.balance-history-filter-desktop__button{width:100%;height:2.4375rem;margin-bottom:1%}
.balance-history-item-desktop{width:100%;display:flex;justify-content:space-between;justify-content:flex-start;grid-template-columns:repeat(2, 1fr);border-radius:.625rem;background:var(--cardGradient)}

.balance-history-item-desktop__td{width:100%;display:flex;flex-direction:column;padding:.625rem 1.25rem;row-gap:.1875rem}

.balance-history-item-desktop__td-title{color:var(--textAdditional);font-size:.625rem;font-weight:700}

.balance-history-item-desktop__td-value{font-size:.8125rem;color:var(--textRegular);font-weight:700}

.balance-history-item-desktop__td-value_status_2{color:var(--good)}

.balance-history-item-desktop__td-value_status_1{color:var(--bad)}

.balance-history-item-desktop__td-value_status_3{color:rgba(23,41,96,.4)}
.balance-history-desktop{display:flex;flex-direction:column;row-gap:1.25rem}

.balance-history-desktop__title{color:var(--textRegular);font-size:2.25rem;font-weight:600}

.balance-history-desktop__wrapper{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:.31rem;align-self:stretch}

.balance-history-desktop__list{width:100%;display:flex;flex-direction:column;padding:1.25rem;row-gap:.625rem;border-radius:1.25rem;border:.0625rem solid var(--stroke1);background:var(--card1)}

.balance-history-desktop__empty{padding:1.25rem;border-radius:1.25rem;border:.0625rem solid var(--stroke1);background:var(--card1);display:flex;justify-content:center;align-items:center;color:var(--textAdditional);font-size:1.5rem;font-weight:700;width:100%;height:33.375rem;margin-bottom:.9375rem}

.balance-history-desktop__paginator{justify-content:flex-end;display:flex;margin-top:-0.3125rem}
.personal-area-layout-desktop{width:100%;height:100%;display:flex;flex-direction:column;align-items:center}

.personal-area-layout-desktop__main{width:100%;height:100%;display:grid;grid-template-columns:18.75rem auto;-moz-column-gap:1.875rem;column-gap:1.875rem;padding:.625rem 0}

.personal-area-layout-desktop__menu{display:flex}

.personal-area-layout-desktop__content{background:var(--cardGradient);padding:1.875rem;padding-bottom:.9375rem;height:-moz-fit-content;height:fit-content;border-radius:1.875rem}

.personal-area-layout-desktop__content_isResponsible{height:100%}
.spinner-mobile{z-index:1100;width:100%;height:100%;position:absolute;top:0;display:flex;align-items:center;justify-content:center;background-color:rgba(0,0,0,.5)}

[dir="ltr"] .spinner-mobile{left:0}

[dir="rtl"] .spinner-mobile{right:0}

.spinner-mobile_foolViewport{width:100vw;height:100vh}

.spinner-mobile__logo{width:15.625rem;animation:spinnerAnimate 2.5s ease-in-out infinite;animation-direction:alternate}

@keyframes spinnerAnimate{
100%{transform:scale(1.1)}}
.digitain-sport-desktop{width:100%;display:flex;flex-direction:column;align-items:center;padding-top:.75rem}

.digitain-sport-desktop__frame{min-height:100vh;width:100%;overflow-y:auto}

.digitain-sport-desktop__frame::-webkit-scrollbar{width:.5rem;height:.5rem}

[dir="ltr"] .digitain-sport-desktop__frame::-webkit-scrollbar{scroll-margin-right:.5rem}

[dir="rtl"] .digitain-sport-desktop__frame::-webkit-scrollbar{scroll-margin-left:.5rem}

.digitain-sport-desktop__frame::-webkit-scrollbar-thumb{width:.5rem;height:1rem;background:#ffb23e;cursor:pointer;border-radius:.25rem}

.digitain-sport-desktop #sport_div_iframe{width:100%}
@font-face{font-family:"Proxima Nova";src:url("/assets/fonts/Proxima%20Nova%20Semibold.815823c606e8fb5e1338.otf") format("opentype");font-weight:600;font-style:normal}
:root{--background: #0b0b0b;--card1: #232323;--card2: #333333;--card3: #484848;--cardGradient1: #1a1a1a;--cardGradient2: #161616;--cardGradient: linear-gradient(137.07deg, var(--cardGradient1) 0%, var(--cardGradient2) 103.89%);--headerAndFooter: #1c1c1c;--stroke1: #272727;--textAdditional: #a5a5a6;--textRegular: #ffffff;--buttonGradient1: #fee93e;--buttonGradient2: #f69648;--buttonGradient: linear-gradient(135deg, var(--buttonGradient1), var(--buttonGradient2) 100%);--buttonTextDark: #1b1b1b;--buttonOrange: #f85124;--accent1: #ffb23e;--accent2: #f85124;--bad: #c92727;--waiting: #c8b50c;--good: #00b801;--bad2: E04444;--buttonText1: #161b27;--buttonText2: #ffffff;--redButtonShadow1: #ffffff80;--redButtonShadow2: #b65c24;--redButtonShadow: 0px 3.61px 3.61px 0px var(--redButtonShadow1) inset, 0px 0px 10.84px 0px var(--redButtonShadow2);--accentGradient1: rgba(182, 75, 36, 0);--accentGradient2: rgba(182, 75, 36, 0.5);--accentGradient: linear-gradient(180deg, var(--accentGradient1) 0%, var(--accentGradient2) 100%);--accentRadialGradient-1: radial-gradient(31.79% 81.25% at 83.25% 61.26%, #ef6d27 0%, rgba(239, 109, 39, 0) 100%), radial-gradient(59.17% 141.9% at -8.33% -35.82%, #ef6327 0%, rgba(239, 109, 39, 0) 42.52%), linear-gradient(137.07deg, #272727 0%, #161616 103.89%);--accentRadialGradient-2: radial-gradient(33.54% 82.92% at 19.83% 68.14%, #ef6d27 0%, rgba(239, 116, 39, 0) 100%), radial-gradient(58.33% 158.07% at 108.33% -43.32%, #ef6d27 0%, rgba(239, 146, 39, 0) 42.52%), linear-gradient(137.07deg, #272727 0%, #161616 103.89%);--accentRadialGradientText: -webkit-linear-gradient(rgba(254, 233, 62, 1), rgba(246, 150, 72, 1));--accentRadialGradientIcon: radial-gradient( 427.99% 210.32% at -36.16% -80.96%, #e28350 0%, rgba(211, 138, 107, 0) 72.35% ), linear-gradient(0deg, #282828, #282828);--modalBackground: #0e193480;--accent2Gradient: linear-gradient(90deg, rgba(182, 70, 36, 0) 47.34%, rgba(182, 75, 36, 0.5) 100%), linear-gradient(137.07deg, #1a1a1a 0%, #161616 103.89%)}

#root,html,body{flex-grow:2;width:100%;height:100%;display:flex;flex-direction:column;margin:0;padding:0;font-family:"Roboto",sans-serif;font-feature-settings:"pnum" on,"lnum" on}

*,*::after,*::before{box-sizing:border-box;padding:0;margin:0;text-decoration:none;list-style:none;color:inherit}

html{font-size:16px}

body{min-width:1024px}

@media only screen and (max-width: 2600px){
html{font-size:18px}}

@media only screen and (max-width: 2300px){
html{font-size:17px}}

@media only screen and (max-width: 1920px){
html{font-size:16px}}

@media only screen and (max-width: 1750px){
html{font-size:15px}}

@media only screen and (max-width: 1600px){
html{font-size:14px}}

@media only screen and (max-width: 1500px){
html{font-size:13px}}

@media only screen and (max-width: 1400px){
html{font-size:12px}}

@media only screen and (max-width: 1300px){
html{font-size:11px}}

@media only screen and (max-width: 1200px){
html{font-size:10px}}
