.button {
    height: 36px
}

.button:not(.loading):disabled {
    opacity: .5
}

.button.success {
    background-image: -webkit-linear-gradient(10deg, #31bc69 -8%, #089e4e 93%);
    background-image: linear-gradient(80deg, #31bc69 -8%, #089e4e 93%);
    box-shadow: 0 6px 18px 0 rgba(14, 161, 81, .3)
}

.button.dark:not(:disabled):active {
    background-color: rgba(37, 47, 75, .9)
}

.button.dark:not(:disabled):focus,
.button.dark:not(:disabled):hover {
    background-color: rgba(37, 47, 75, .9);
    box-shadow: 0 2px 14px 0 rgba(37, 47, 75, .9)
}

.button.primary {
    background-image: -webkit-linear-gradient(top left, #0095ff, #0855c4);
    background-image: linear-gradient(to bottom right, #0095ff, #0855c4);
    box-shadow: 0 6px 22px 0 rgba(5, 109, 218, .3)
}

.button.primary:not(:disabled):active {
    background-color: #053f93
}

.button.primary:not(:disabled):focus,
.button.primary:not(:disabled):hover {
    background-color: #1564d8;
    box-shadow: 0 2px 14px 0 #1564d8
}

.button.yellow:not(:disabled):active {
    background-color: #d99000
}

.button.yellow:not(:disabled):focus,
.button.yellow:not(:disabled):hover {
    background-color: #ffbd2a;
    box-shadow: 0 2px 14px 0 #ffbd2a
}

.button.md {
    height: 40px
}

.button:disabled {
    cursor: default
}

.button-content {
    line-height: 115%
}

.input[type=date][data-v-2ed972e2]::placeholder-shown {
    opacity: 0
}

.button {
    border-radius: 12px;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: 600;
    height: 35px;
    min-width: 36px;
    overflow: hidden;
    padding: 0 15px;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.button {
    color: #fff
}

.button.theme-secondary:not(:disabled):active {
    opacity: .8
}

.button.theme-primary:not(:disabled) {
    box-shadow: 0 6px 22px 0 rgba(5, 109, 218, .3)
}

.button.theme-primary:not(:disabled):active {
    box-shadow: 0 6px 22px 0 transparent;
    opacity: .8
}

.button.theme-orange:not(:disabled) {
    box-shadow: 0 12px 24px rgba(255, 166, 33, .35)
}

.button.theme-orange:not(:disabled):active {
    opacity: .8
}

.button.theme-purple:not(:disabled) {
    box-shadow: 0 12px 24px rgba(106, 45, 196, .35)
}

.button.theme-purple:not(:disabled):active {
    opacity: .8
}

.button.theme-violet:not(:disabled) {
    box-shadow: 0 12px 24px rgba(109, 85, 255, .3)
}

.button.theme-violet:not(:disabled):active {
    opacity: .8
}

.button.theme-green:not(:disabled) {
    box-shadow: 0 6px 18px rgba(56, 193, 113, .3)
}

.button.theme-green:not(:disabled):active:before {
    opacity: .2
}

.button.theme-secondary-filled:not(:disabled):active:before {
    opacity: .2
}

.button .icon {
    display: inline;
    vertical-align: middle
}

.button-content {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-transition: all .2s;
    transition: all .2s;
    width: 100%
}

*,
:after,
:before {
    box-sizing: inherit
}

body,
h2,
html,
li,
p,
ul {
    margin: 0;
    padding: 0
}

h2 {
    font-size: 100%;
    font-weight: 400
}

ul {
    list-style: none
}

button,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: initial;
    border: none;
    font-family: inherit;
    margin: 0;
    outline: none;
    padding: 0
}

html {
    box-sizing: border-box;
    font-size: 100%;
    height: 100%
}

body {
    line-height: normal;
    margin: 0;
    scroll-behavior: smooth;
    -webkit-text-decoration-skip: objects;
    text-decoration-skip: objects;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent
}

img {
    height: auto;
    max-width: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td {
    padding: 5px;
    text-align: left
}

a:-webkit-any-link {
    color: inherit;
    text-decoration: none
}

a:-moz-any-link {
    color: inherit;
    text-decoration: none
}

a:any-link,
a:link,
a:visited {
    color: inherit;
    text-decoration: none
}

button {
    color: inherit
}

a,
button {
    cursor: pointer
}

a::-moz-focus-inner,
button::-moz-focus-inner {
    border: none
}

@-webkit-keyframes flare {
    0% {
        left: -45px
    }

    20% {
        left: calc(100% + 15px)
    }

    to {
        left: calc(100% + 15px)
    }
}

@keyframes flare {
    0% {
        left: -45px
    }

    20% {
        left: calc(100% + 15px)
    }

    to {
        left: calc(100% + 15px)
    }
}

html {
    font-family: -apple-system, SF Pro Text, sans-serif
}

.app-is-animate .main-layout-item:not(.body) {
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    flex-shrink: 0
}

.image {
    display: block;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%;
    background-image: -webkit-repeating-linear-gradient(45deg, #141b2e, #141b2e 6px, #282832 0, #282832 7px);
    background-image: repeating-linear-gradient(45deg, #141b2e, #141b2e 6px, #282832 0, #282832 7px)
}

:root {
    --layout-default-nav-top-height: 45px;
    --layout-default-busy-height: calc(var(--layout-header-height) + 90px)
}

body {
    color: #fff
}

html {
    height: calc(var(--vh)*100);
    background-color: #090f1e;
    position: relative;
    top: 0;
    top: var(--safe-area-inset-top, 0)
}

body {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    will-change: scroll-position
}

#app,
.main-view {
    height: 1px;
    min-height: 100%;
    width: 100%
}

.BonusLink_root_gNznc {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex
}

.BonusLink_root_gNznc {
    height: 50px;
    position: relative;
    cursor: pointer;
    background: -webkit-linear-gradient(3.63deg, #d062ff 2.96%, #7bb0ff 99.68%), -webkit-linear-gradient(left, #ed6ea0, #ec8c69);
    background: linear-gradient(86.37deg, #d062ff 2.96%, #7bb0ff 99.68%), linear-gradient(90deg, #ed6ea0, #ec8c69);
    box-shadow: 0 5px 15px rgba(201, 85, 255, .5);
    border-radius: 12px;
    padding-left: 12px
}

.BonusLink_root_gNznc .BonusLink_icon_ofgoI {
    font-size: 28px;
    margin-right: 8px
}

.BonusLink_root_gNznc.BonusLink_diminished_cI3gN .BonusLink_icon_ofgoI {
    display: none
}

.BonusLink_circleText_BrnIE {
    margin-right: 48px;
    z-index: 1
}

.BonusLink_circleTitle_Z1abu {
    font-weight: 600;
    font-size: 13px;
    line-height: 16px
}

.BonusLink_circleSubtitle_mSINM {
    font-weight: 600;
    font-size: 11px;
    line-height: 13px;
    white-space: nowrap
}

.BonusLink_img__SOZq {
    position: absolute;
    height: 95px;
    right: -30px;
    top: -20px;
    pointer-events: none
}

.FreeMoneyLink_root_FR1EB {
    background-image: -webkit-linear-gradient(166.73deg, #ffb800, #fff173 138.82%);
    background-image: linear-gradient(283.27deg, #ffb800, #fff173 138.82%);
    box-shadow: 0 5px 15px rgba(255, 217, 19, .4);
    height: 50px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding-left: 20px;
    position: relative
}

.FreeMoneyLink_header_JR7M7 {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #090f1e;
    margin-bottom: 2px
}

.FreeMoneyLink_subheader_guEKx {
    display: block;
    color: rgba(9, 15, 30, .8);
    opacity: .9;
    font-weight: 600;
    font-size: 9px
}

.FreeMoneyLink_image_pnzRS {
    width: 117px;
    height: 43px;
    background-position: 100% 100%;
    right: 0;
    bottom: 0;
    border-bottom-right-radius: 8px
}

.FreeMoneyLink_coin_Ybdyv,
.FreeMoneyLink_image_pnzRS {
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute
}

.FreeMoneyLink_coin_Ybdyv {
    width: 26px;
    height: 29px;
    top: 2px;
    left: -10px;
    -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, .21)) drop-shadow(-1px 0 6px hsla(46, 93%, 78%, .6));
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, .21)) drop-shadow(-1px 0 6px rgba(251, 226, 147, .6))
}

.FreeMoneyLink_flare_wPZ9g {
    position: absolute;
    border-radius: 50px;
    background-color: #fff;
    opacity: .5;
    -webkit-filter: blur(1px);
    filter: blur(1px)
}

.FreeMoneyLink_flare1_O51Tn {
    width: 4px;
    height: 4px;
    top: 6px;
    left: 18px
}

.FreeMoneyLink_flare2_pkUjc {
    width: 2px;
    height: 2px;
    top: 33px;
    left: 9px
}

.PromotionLinks_root_FGz01 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px
}

.PromotionLinks_item_VuGnD {
    border-radius: 8px;
    min-width: 0
}

.PromotionLinks_item_VuGnD:first-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px
}

.PromotionLinks_item_VuGnD:last-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px
}

.ApplicationSection_container_gUjU_ {
    display: -webkit-box;
    display: flex;
    margin: 0 -7.5px
}

.ApplicationSection_button_u5E5s {
    width: 175px;
    height: 42px;
    display: -webkit-box;
    display: flex;
    border: 1px solid hsla(0, 0%, 100%, .15);
    border-radius: 12px;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 15px;
    -webkit-transition: border .25s ease-out;
    transition: border .25s ease-out;
    cursor: pointer;
    margin: 0 7.5px;
    -webkit-box-flex: 1;
    flex: 1
}

.ApplicationSection_button_u5E5s:hover {
    border: 1px solid hsla(0, 0%, 100%, .3)
}

.ApplicationSection_button_u5E5s:hover .ApplicationSection_chevron_o8kM6 {
    opacity: 1
}

.ApplicationSection_icon_tjYFI {
    width: 27px
}

.ApplicationSection_text_Va3mh {
    margin-left: 8px
}

.ApplicationSection_title_g4iOh {
    font-size: 8px;
    line-height: 10px;
    color: hsla(0, 0%, 100%, .5)
}

.ApplicationSection_subtitle_yPbTL {
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    margin-top: 1px
}

.ApplicationSection_chevron_o8kM6 {
    margin-left: auto;
    opacity: .3;
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out
}

.Listings_listingWrapper__mANN {
    display: -webkit-box;
    display: flex
}

.Listings_listingWrapper__mANN {
    -webkit-box-flex: 0;
    flex: none
}

.Listings_listing_yK14a {
    height: 25px
}

.Listings_separator_ZinGd {
    height: 25px;
    width: 1px;
    background: rgba(151, 174, 225, .11);
    margin: 0 10px
}

.Listings_rootMobile_XnY_8 {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.Listings_rootMobile_XnY_8 .Listings_listing_yK14a {
    height: 18px
}

.Listings_rootMobile_XnY_8 .Listings_listingWrapper__mANN {
    margin: 2px 4px
}

.Listings_rootMobile_XnY_8 .Listings_separator_ZinGd {
    display: none
}

.Listings_ageLimitWrapper_mzUx2 {
    -webkit-box-pack: center;
    justify-content: center
}

.LicenseSection_button_h15OG,
.LicenseSection_leftContainer_JGtdf,
.LicenseSection_rightContainer_wfBeh,
.LicenseSection_topContainer_zlXXZ,
.Listings_ageLimitWrapper_mzUx2 {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.LicenseSection_bookmakerIconWrapper_zgo4a {
    position: relative;
    margin-right: 5px
}

.LicenseSection_bookmakerIconWrapper_zgo4a:before {
    content: "";
    position: absolute;
    min-width: 1px;
    background: hsla(0, 0%, 100%, .1);
    top: 5px;
    bottom: 5px;
    right: -5px
}

.LicenseSection_topContainer_zlXXZ {
    -webkit-box-pack: justify;
    justify-content: space-between
}

.LicenseSection_text_wkJSc {
    font-size: 8px;
    line-height: 12px;
    color: rgba(92, 114, 163, .5);
    margin-left: 5px;
    text-align: center
}

.LicenseSection_button_h15OG,
.LicenseSection_langSelect_zcB4k {
    background-image: -webkit-linear-gradient(338deg, #1e283f, rgba(20, 27, 46, .6) 100%);
    background-image: linear-gradient(112deg, #1e283f, rgba(20, 27, 46, .6) 100%)
}

.LicenseSection_button_h15OG {
    height: 24px;
    width: 24px;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 6px;
    cursor: pointer;
    margin-left: 10px
}

.LicenseSection_langSelect_zcB4k {
    max-width: 51px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 8px;
    text-shadow: 0 3px 6px rgba(0, 0, 0, .2);
    font-size: 13px;
    margin-left: 10px;
    min-width: 18px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
    height: 24px;
    border-radius: 6px
}

.LicenseSection_currentLangLabel_YhC9o {
    font-size: 12px;
    line-height: 14px;
    color: hsla(0, 0%, 100%, .9)
}

.LicenseSection_langIcon_qZWPT {
    height: 12px !important;
    width: 12px !important;
    flex-shrink: 0;
    margin-left: 8px
}

.LicenseSection_langInput_GAhXg {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.LicenseSection_bottomContainer_bcMZG {
    margin-top: 15px
}

.LicenseSection_ageLimit_oKBlM {
    font-weight: 800;
    font-size: 14px;
    line-height: 16px;
    color: rgba(119, 130, 155, .4);
    margin-left: 5px
}

@media screen and (max-width:374px) {
    .LicenseSection_bookmakerIconWrapper_zgo4a {
        margin-right: 2px
    }

    .LicenseSection_bookmakerIconWrapper_zgo4a:before {
        display: none
    }

    .LicenseSection_rightContainer_wfBeh {
        flex-wrap: wrap;
        max-width: 58px
    }

    .LicenseSection_button_h15OG {
        margin-left: 5px;
        margin-top: 10px
    }

    .LicenseSection_langSelect_zcB4k {
        margin-left: 5px
    }

    .LicenseSection_modeSwitcher_ZNCKZ {
        -webkit-box-ordinal-group: 2;
        order: 1
    }

    .LicenseSection_upWindow_qHIPs {
        -webkit-box-ordinal-group: 3;
        order: 2
    }
}

.NavigationSection_container_CdqM_ {
    display: -webkit-box;
    display: flex;
    width: 100%;
    position: relative;
    margin-bottom: -10px
}

.NavigationSection_button_H5Itn {
    position: absolute;
    bottom: 10px;
    right: 0;
    background: rgba(92, 114, 163, .3);
    -webkit-backdrop-filter: blur(13.5914px);
    backdrop-filter: blur(13.5914px);
    border-radius: 6px;
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

.NavigationSection_icon_GeX5q {
    color: rgba(148, 166, 205, .5);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    width: 8px
}

.NavigationSection_linkWrapper_zyFP8,
.NavigationSection_title_gkrj7 {
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 10px;
    line-height: 13px
}

.NavigationSection_title_gkrj7 {
    font-variant: all-small-caps;
    color: rgba(92, 114, 163, .5)
}

.NavigationSection_linkColumn_MloC4 {
    vertical-align: top
}

.NavigationSection_linkColumn_MloC4:last-child {
    padding-left: 22px
}

.PaymentSection_container_WFmON {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -15px -15px
}

.PaymentSection_icon_xBKOU {
    cursor: pointer;
    margin: 0 16px 16px
}

.PaymentSection_icon_xBKOU [class$=color] {
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.PaymentSection_icon_xBKOU [class$=mono] {
    opacity: 1;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.PaymentSection_icon_xBKOU:active [class$=color],
.PaymentSection_icon_xBKOU:hover [class$=color] {
    opacity: 1
}

.PaymentSection_icon_xBKOU:active [class$=mono],
.PaymentSection_icon_xBKOU:hover [class$=mono] {
    opacity: 0
}

.SocialItemWrapper_telegram_wnt9T {
    background: -webkit-linear-gradient(209.8deg, #0fb1d6, #08c 61.34%);
    background: linear-gradient(240.2deg, #0fb1d6, #08c 61.34%);
    box-shadow: 0 5px 16px rgba(76, 162, 246, .3)
}

.SocialItemWrapper_vkontakte_CBfTs {
    background: -webkit-linear-gradient(341.35deg, #91b8ef 2.63%, #4288ed 101.05%), -webkit-linear-gradient(315deg, #ff4f4f, red);
    background: linear-gradient(108.65deg, #91b8ef 2.63%, #4288ed 101.05%), linear-gradient(135deg, #ff4f4f, red);
    box-shadow: 0 5px 16px rgba(76, 185, 246, .3)
}

.SocialItemWrapper_instagram_stOzm {
    background: -webkit-linear-gradient(235.01deg, #7e2bf4 7.65%, #ed146e 51.93%, #ffc90c 95.29%);
    background: linear-gradient(214.99deg, #7e2bf4 7.65%, #ed146e 51.93%, #ffc90c 95.29%);
    box-shadow: 0 5px 16px rgba(186, 77, 101, .3)
}

.SocialItemWrapper_facebook_Q5Xgq {
    background: -webkit-linear-gradient(315deg, #82a4e9, #4267b2);
    background: linear-gradient(135deg, #82a4e9, #4267b2);
    box-shadow: 0 5px 16px rgba(115, 150, 220, .3)
}

.SocialItemWrapper_youtube_FcIAy {
    background: -webkit-linear-gradient(315deg, #ff4f4f, red);
    background: linear-gradient(135deg, #ff4f4f, red);
    box-shadow: 0 5px 16px rgba(246, 76, 76, .3)
}

.SocialSection_socialButtons_d8JRe,
.SocialSection_social_hO37R {
    display: -webkit-box;
    display: flex
}

.SocialSection_social_hO37R {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    width: 100%
}

.SocialSection_socialButtons_d8JRe {}

.SocialSection_socialTitle_yt0eO {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 10px;
    line-height: 13px;
    color: rgba(148, 166, 205, .5)
}

.SocialSection_socialLink_JmnZt {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 35px;
    border-radius: 8px;
    padding: 0 5px;
    -webkit-box-flex: 1;
    flex: 1
}

.SocialSection_socialLink_JmnZt:not(:first-child) {
    margin-left: 9px
}

.SportsPromotionSection_container_zVnOp {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.SupportSection_container_ia42G {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    background: -webkit-linear-gradient(342.85deg, #1e283f, rgba(20, 27, 46, .6));
    background: linear-gradient(107.15deg, #1e283f, rgba(20, 27, 46, .6));
    padding: 10px;
    border-radius: 12px
}

.SupportSection_main_YnkhT {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.SupportSection_title_lB7XW {
    font-weight: 600;
    font-size: 10px;
    line-height: 13px
}

.SupportSection_subtitle_znCF0 {
    font-size: 8px;
    line-height: 9px;
    color: hsla(0, 0%, 100%, .5);
    margin-top: 3px
}

.SupportSection_icons_fJGBb {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: end;
    justify-content: flex-end
}

.SupportSection_button_k5A0u {
    -webkit-box-flex: 0;
    flex: none;
    padding: 0 10px;
    min-width: 75px;
    border-radius: 290486px;
    white-space: nowrap;
    font-weight: 600;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: .06px;
    text-shadow: 0 3px 5px rgba(9, 15, 30, .2)
}

.SupportSection_button_k5A0u,
.SupportSection_iconWrapper_UKvfH {
    height: 25px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-image: -webkit-linear-gradient(342.85deg, #0095ff, #0855c4);
    background-image: linear-gradient(107.15deg, #0095ff, #0855c4);
    box-shadow: 0 6px 22px 0 rgba(5, 109, 218, .3)
}

.SupportSection_iconWrapper_UKvfH {
    width: 25px;
    border-radius: 50%
}

.SupportSection_icon_QYpoD {
    color: #fff;
    width: 10px;
    height: 10px;
    -webkit-transition: -webkit-transform .15s linear;
    transition: -webkit-transform .15s linear;
    transition: transform .15s linear;
    transition: transform .15s linear, -webkit-transform .15s linear
}

.SupportSection_button_k5A0u,
.SupportSection_iconWrapper_UKvfH {
    margin-left: 10px;
    margin-right: 0
}

.SupportSection_buttonContacts_AwC6_ {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 24px;
    width: 24px;
    background-color: rgba(78, 93, 134, .3);
    border-radius: 6px;
    margin-left: 15px
}

.Footer_separator_WgDvO {
    width: 100%;
    height: 1px;
    background-color: rgba(92, 114, 163, .5);
    margin: 15px 0
}

.Footer_logoSeparator_cgmvJ {
    -webkit-box-flex: 1;
    flex: 1;
    margin-left: 30px;
    margin-right: 15px;
    height: 1px;
    background: -webkit-linear-gradient(left, rgba(92, 114, 163, .5), rgba(92, 114, 163, 0));
    background: linear-gradient(90deg, rgba(92, 114, 163, .5), rgba(92, 114, 163, 0))
}

.Footer_footerBlock_oibTP {
    padding: 15px
}

.Footer_logoContainer_T7n_j {
    margin-bottom: 18px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.Footer_logoWrapper_RoVPB {
    width: 40px;
    height: 16px
}

.Footer_logoWrapper_RoVPB,
.Footer_logoWrapper_RoVPB .Footer_logo_CakEa {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

.Footer_logoWrapper_RoVPB .Footer_logo_CakEa {
    min-width: 62px
}

.Footer_logoWrapper_RoVPB .Footer_logo_CakEa svg {
    height: auto !important;
    width: 62px;
    min-width: 62px !important;
    margin-bottom: 3px;
    margin-left: 7px
}

.Footer_licenseSection_zNIlG,
.Footer_sportsPromotionSection_oseZV,
.Footer_supportSection_iu0Ms {
    margin-top: 15px
}

.Footer_sportsPromotionSection_oseZV {
    padding: 0 13px
}

.burger-menu-button[data-v-5d560be8] {
    position: relative;
    display: block
}

.burger-menu-button[data-v-5d560be8]:after {
    content: "";
    position: absolute;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    left: -5px;
    top: -5px;
    cursor: pointer
}

.burger-menu-button__icon[data-v-5d560be8] {
    font-size: 19px
}

#header[data-v-5a591ca8] {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    background-color: #090f1e;
    height: var(--layout-header-height);
    padding-bottom: 0;
    padding-top: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    top: var(--safe-area-inset-top, 0);
    width: 100%;
    z-index: 600
}

@media(display-mode:standalone) {
    #header[data-v-5a591ca8] {
        top: 0
    }
}

.header-content[data-v-5a591ca8] {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    flex-grow: 1;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #141b2e
}

.header-content>[data-v-5a591ca8] {
    flex-shrink: 0
}

.burger-button[data-v-5a591ca8] {
    margin-left: 15px
}

.controls[data-v-5a591ca8] {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    margin-left: auto
}

.controls .control-item[data-v-5a591ca8]:not(:first-child) {
    margin-left: 10px
}

.control-item__inner[data-v-5a591ca8] {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0 5.5px
}

.login[data-v-5a591ca8] {
    border-radius: 10px;
    font-size: 14px;
    -webkit-box-flex: .67;
    flex-grow: .67
}

.login .control-item__icon[data-v-5a591ca8] {
    display: none;
    font-size: 13px;
    margin: 0
}

.login .control-item__title[data-v-5a591ca8] {
    margin-top: -1px
}

.control-item__title[data-v-5a591ca8] {
    font-weight: 500
}

.registration[data-v-5a591ca8] {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    font-size: 14px;
    -webkit-box-flex: 1;
    flex-grow: 1
}

.registration[data-v-5a591ca8]:before {
    background-color: hsla(0, 0%, 100%, .2);
    bottom: 0;
    content: "";
    position: absolute;
    top: 0;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    width: 30px;
    will-change: left;
    z-index: 1;
    -webkit-animation: flare 5s ease infinite;
    animation: flare 5s ease infinite
}

.registration[data-v-5a591ca8] .control-item__inner {
    white-space: nowrap
}

.registration .control-item__title[data-v-5a591ca8] {
    margin-top: -1px
}

.logo-link[data-v-5a591ca8] {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 68px;
    height: 34px
}

.logo-link[data-v-5a591ca8] img {
    min-width: 90px;
    height: 45px;
    margin-top: 3%
}

@media(max-width:339px) {
    #header>[data-v-5a591ca8] {
        flex-shrink: 1;
        flex-shrink: revert
    }
}

.header-buttons[data-v-5a591ca8] {
    display: -webkit-box;
    display: flex;
    padding: 10px 15px 5px
}

.header-buttons>[data-v-5a591ca8] {
    margin-right: 10px
}

.header-buttons>[data-v-5a591ca8]:last-child {
    margin-right: 0
}

.menu-bar[data-v-41118499] {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    padding: 0 10px;
    scrollbar-width: none;
    width: 100%;
    -webkit-overflow-scrolling: touch
}

.menu-bar[data-v-41118499]::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    background-color: initial !important
}

.menu-bar[data-v-41118499]::-webkit-scrollbar-thumb,
.menu-bar[data-v-41118499]::-webkit-scrollbar-track {
    background-color: initial !important
}

.menu-bar[data-v-41118499]:after {
    content: "";
    padding-left: 10px
}

[data-v-41118499] .menu-bar-item {
    -webkit-box-align: center;
    align-items: center;
    border-radius: 290486px;
    color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 0;
    flex: none;
    font-size: 14px;
    font-weight: 600;
    height: 24px;
    line-height: 1;
    padding: 0 10px;
    white-space: nowrap
}

[data-v-41118499] .menu-bar-item:not(:first-child) {
    margin-left: 5px
}

[data-v-41118499] .menu-bar-item.router-link-exact-active,
[data-v-41118499] .menu-bar-item[active=true] {
    background-image: -webkit-linear-gradient(top left, #0095ff, #0855c4);
    background-image: linear-gradient(to bottom right, #0095ff, #0855c4);
    box-shadow: 0 6px 22px 0 rgba(5, 109, 218, .3)
}

.nav-controls[data-v-ee7e2048] {
    display: -webkit-box;
    display: flex;
    min-height: 100%;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 15px 0 4px;
    position: relative
}

.nav-controls .icon[data-v-ee7e2048] {
    width: 15px
}

.navigation-item-badge[data-v-37f81edc] {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 1em;
    margin-right: 1em;
    height: 2em;
    width: 4em;
    font-size: 8px;
    font-weight: 800
}

.navigation-item-image[data-v-37f81edc] {
    height: 15px
}

#navigation[data-v-243da846] {
    display: -webkit-box;
    display: flex;
    width: 100%;
    background-color: #090f1e;
    overflow: hidden;
    -webkit-box-pack: justify;
    justify-content: space-between;
    height: 45px;
    border-bottom: 1px solid #141b2e
}

#navigation.with-controls .bar[data-v-243da846] {
    -webkit-mask-image: -webkit-linear-gradient(right, transparent, #000 85px);
    mask-image: linear-gradient(270deg, transparent 0, #000 85px);
    -webkit-mask-image: -webkit-linear-gradient(right, transparent 0, #000 var(--navigation__tint-width, 85px));
    mask-image: linear-gradient(to left, transparent 0, #000 var(--navigation__tint-width, 85px))
}

#navigation.with-controls .bar[data-v-243da846]:after {
    content: "";
    padding-left: 80px
}

.Tabs[data-v-f3ddee38] {
    background-color: #090f1e;
    border-top: 1px solid #1f2841;
    contain: layout style size;
    height: 60px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%
}

.Tabs__list[data-v-f3ddee38] {
    display: -webkit-box;
    display: flex;
    height: 100%;
    position: relative
}

.Tabs__list[data-v-f3ddee38]:before {
    background-color: #0854c3;
    border-radius: 3px;
    box-shadow: 0 0 1px #090f1e;
    content: "";
    height: 6px;
    position: absolute;
    top: -3px;
    -webkit-transition: opacity .4s ease-out, -webkit-transform .4s ease-out;
    transition: opacity .4s ease-out, -webkit-transform .4s ease-out;
    transition: transform .4s ease-out, opacity .4s ease-out;
    transition: transform .4s ease-out, opacity .4s ease-out, -webkit-transform .4s ease-out;
    width: 45px;
    -webkit-transform: translateX(-9999px);
    transform: translateX(-9999px);
    -webkit-transform: translate(calc(100vw/var(--tabs__count-tabs)*var(--tabs__active-tab) - 100vw/var(--tabs__count-tabs)/2 - 22.5px));
    transform: translate(calc(100vw/var(--tabs__count-tabs)*var(--tabs__active-tab) - 100vw/var(--tabs__count-tabs)/2 - 22.5px));
    opacity: var(--tabs__opacity-indicator)
}

.Tabs__list-item[data-v-f3ddee38] {
    -webkit-box-flex: 1;
    flex: 1
}

.Tabs__list-item.Tabs__list-item--active .Tabs__link-label[data-v-f3ddee38] {
    color: #fff
}

.Tabs__list-item.Tabs__list-item--coupon[data-v-f3ddee38] {
    border-radius: 290486px;
    position: relative
}

.Tabs__list-item.Tabs__list-item--coupon .Tabs__link[data-v-f3ddee38] {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative
}

.Tabs__list-item.Tabs__list-item--coupon .Tabs__link-content[data-v-f3ddee38] {
    width: 43px;
    height: 43px;
    background-color: #0854c3;
    border-radius: 290486px;
    box-shadow: 0 1px 10px 0 #083f92;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: revert;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: row
}

.Tabs__list-item.Tabs__list-item--coupon .Tabs__link-content[data-v-f3ddee38]:before {
    border-radius: 290486px;
    content: "";
    height: 100%;
    position: absolute;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    width: 100%;
    z-index: -1;
    top: 50%
}

.Tabs__list-item.Tabs__list-item--coupon .Tabs__link-label[data-v-f3ddee38] {
    display: none
}

.Tabs__link[data-v-f3ddee38] {
    display: block;
    position: relative;
    height: 100%
}

.Tabs__link-content[data-v-f3ddee38] {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 11px 0 8px;
    position: relative
}

.Tabs__link-icon.Tabs__link-icon[data-v-f3ddee38] {
    display: block;
    font-size: 22px;
    margin-bottom: 5px;
    max-height: 22px;
    max-width: 22px
}

.Tabs__link-label[data-v-f3ddee38] {
    color: #536387;
    font-size: 11px;
    text-align: center
}

#main-layout[data-v-00e9a917] {
    min-height: 100%;
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    overflow-x: hidden
}

.has-tabs[data-v-00e9a917] {
    padding-bottom: calc(60px + env(safe-area-inset-bottom, 0))
}

.navigation-top[data-v-00e9a917] {
    margin-bottom: 15px
}

.navigation-top[data-v-00e9a917] {
    margin-top: -15px;
    position: -webkit-sticky;
    position: sticky;
    top: calc(var(--layout-header-height) + env(safe-area-inset-top, 0));
    width: 100%;
    z-index: 500
}

@media(display-mode:standalone) {
    .navigation-top[data-v-00e9a917] {
        top: var(--layout-header-height)
    }
}

.tabs[data-v-00e9a917] {
    background-color: #090f1e;
    bottom: 0;
    left: 0;
    padding-bottom: 0;
    padding-bottom: env(safe-area-inset-bottom, 0);
    position: fixed;
    width: 100%;
    z-index: 600
}

.wrapper[data-v-00e9a917] {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-height: 100%;
    -webkit-box-flex: 1;
    flex-grow: 1
}

.wrapper[data-v-00e9a917]:not(.remove-top-padding) {
    padding-top: 15px
}

.footer[data-v-00e9a917] {
    z-index: 10
}

.body[data-v-00e9a917] {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-flex: 1;
    flex-grow: 1;
    position: relative;
    width: 100%
}

.body.main-layout-item[data-v-00e9a917] {
    min-height: 50px
}

.body[data-v-00e9a917]:not(.remove-bottom-margin) {
    margin-bottom: 15px
}

.promotion-links-container[data-v-00e9a917] {
    margin: 8px 13px -2px
}