/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

:root {
    --huecolorClearBlack: 0;
    --saturationcolorClearBlack: 0%;
    --lightnesscolorClearBlack: 0%;
    --hslColorClearBlack: var(--huecolorClearBlack), var(--saturationcolorClearBlack), var(--lightnesscolorClearBlack);
    --huecolorClearWhite: 0;
    --saturationcolorClearWhite: 0%;
    --lightnesscolorClearWhite: 100%;
    --hslColorClearWhite: var(--huecolorClearWhite), var(--saturationcolorClearWhite), var(--lightnesscolorClearWhite);
    --huecolorWhite: 0;
    --saturationcolorWhite: 0%;
    --lightnesscolorWhite: 98.4%;
    --hslColorWhite: var(--huecolorWhite), var(--saturationcolorWhite), var(--lightnesscolorWhite);
    --huecolorPrimary: 210;
    --saturationcolorPrimary: 10.6%;
    --lightnesscolorPrimary: 18.4%;
    --hslColorPrimary: var(--huecolorPrimary), var(--saturationcolorPrimary), var(--lightnesscolorPrimary);
    --huecolorYellow: 47.9;
    --saturationcolorYellow: 93.3%;
    --lightnesscolorYellow: 53.1%;
    --hslColorYellow: var(--huecolorYellow), var(--saturationcolorYellow), var(--lightnesscolorYellow);
    --huecolorGreen: 151.9;
    --saturationcolorGreen: 72.9%;
    --lightnesscolorGreen: 42%;
    --hslColorGreen: var(--huecolorGreen), var(--saturationcolorGreen), var(--lightnesscolorGreen);
    --huecolorRed: 358;
    --saturationcolorRed: 81%;
    --lightnesscolorRed: 46%;
    --hslColorRed: var(--huecolorRed), var(--saturationcolorRed), var(--lightnesscolorRed);
    --colorClearBlack: hsl(var(--hslColorClearBlack));
    --colorClearWhite: hsl(var(--hslColorClearWhite));
    --colorPrimary: hsl(var(--hslColorPrimary));
    --colorYellow: hsl(var(--huecolorYellow), var(--saturationcolorYellow), var(--lightnesscolorYellow));
    --colorGreen: hsl(var(--huecolorGreen), var(--saturationcolorGreen), var(--lightnesscolorGreen));
    --colorRed: hsl(var(--huecolorRed), var(--saturationcolorRed), var(--lightnesscolorRed));
    --colorWhite: hsl(var(--hslColorWhite));
    --colorWhiteL5: hsl(var(--hslColorWhite), var(--saturationcolorWhite), calc(var(--lightnesscolorWhite) + 5%));
    --colorTransparent: hsla(var(--hslColorClearBlack), 0);
    --colorTransparentOP15: hsla(var(--hslColorClearBlack), 0.15);
    --colorTransparentOP3: hsla(var(--hslColorClearBlack), 0.3);
    --colorTransparentOP6: hsla(var(--hslColorClearBlack), 0.6);
    --colorTransparentOP9: hsla(var(--hslColorClearBlack), 0.9);
    --colorYellowOP1: hsla(var(--hslColorYellow), 0.1);
    --colorPrimaryL3: hsl(var(--huecolorPrimary), var(--saturationcolorPrimary), calc(var(--lightnesscolorPrimary) + 3%));
    --colorPrimaryL5: hsl(var(--huecolorPrimary), var(--saturationcolorPrimary), calc(var(--lightnesscolorPrimary) + 5%));
    --colorPrimaryL7: hsl(var(--huecolorPrimary), var(--saturationcolorPrimary), calc(var(--lightnesscolorPrimary) + 7%));
    --colorPrimaryL7TransparentOP7: hsla(var(--huecolorPrimary), var(--saturationcolorPrimary), calc(var(--lightnesscolorPrimary) + 7%), 0.7);
    --colorPrimaryL9: hsl(var(--huecolorPrimary), var(--saturationcolorPrimary), calc(var(--lightnesscolorPrimary) + 9%));
    --colorPrimaryL10: hsl(var(--huecolorPrimary), var(--saturationcolorPrimary), calc(var(--lightnesscolorPrimary) + 10%));
    --colorPrimaryL20: hsl(var(--huecolorPrimary), var(--saturationcolorPrimary), calc(var(--lightnesscolorPrimary) + 20%));
    --colorPrimaryL30: hsl(var(--huecolorPrimary), var(--saturationcolorPrimary), calc(var(--lightnesscolorPrimary) + 30%));
    --colorPrimaryL50: hsl(var(--huecolorPrimary), var(--saturationcolorPrimary), calc(var(--lightnesscolorPrimary) + 50%));
    --colorPrimaryL60: hsl(var(--huecolorPrimary), var(--saturationcolorPrimary), calc(var(--lightnesscolorPrimary) + 60%));
    --colorPrimaryL70: hsl(var(--huecolorPrimary), var(--saturationcolorPrimary), calc(var(--lightnesscolorPrimary) + 70%));
    --colorPrimaryL75: hsl(var(--huecolorPrimary), var(--saturationcolorPrimary), calc(var(--lightnesscolorPrimary) + 75%));
    --colorPrimaryL78: hsl(var(--huecolorPrimary), var(--saturationcolorPrimary), calc(var(--lightnesscolorPrimary) + 78%));
    --colorYellowL10S5: hsl(var(--huecolorYellow), calc(var(--saturationcolorYellow) + 4.57%), calc(var(--lightnesscolorYellow) + 10%));
    --colorYellowL30: hsl(var(--huecolorYellow), var(--saturationcolorYellow), calc(var(--lightnesscolorYellow) + 30%));
    --colorGreenL10S5: hsl(var(--huecolorGreen), calc(var(--saturationcolorGreen) + 5.22%), calc(var(--lightnesscolorGreen) + 10%));
    --colorGreenL30: hsl(var(--huecolorGreen), var(--saturationcolorGreen), calc(var(--lightnesscolorGreen) + 30%));
    --colorGreenD7: hsl(var(--huecolorGreen), var(--saturationcolorGreen), calc(var(--lightnesscolorGreen) - 7%));
    --colorGreenD10: hsl(var(--huecolorGreen), var(--saturationcolorGreen), calc(var(--lightnesscolorGreen) - 10%));
    --colorRedL10S5: hsl(var(--huecolorRed), calc(var(--saturationcolorRed) + 5.17%), calc(var(--lightnesscolorRed) + 10%));
    --colorRedL20: hsl(var(--huecolorRed), var(--saturationcolorRed), calc(var(--lightnesscolorRed) + 20%));
    --colorRedL40: hsl(var(--huecolorRed), var(--saturationcolorRed), calc(var(--lightnesscolorRed) + 40%));
    --colorPrimaryD2: hsl(var(--huecolorPrimary), var(--saturationcolorPrimary), calc(var(--lightnesscolorPrimary) - 2%));
    --colorPrimaryD5: hsl(var(--huecolorPrimary), var(--saturationcolorPrimary), calc(var(--lightnesscolorPrimary) - 5%));
    --colorPrimaryD7: hsl(var(--huecolorPrimary), var(--saturationcolorPrimary), calc(var(--lightnesscolorPrimary) - 7%));
    --colorPrimaryD12: hsl(var(--huecolorPrimary), var(--saturationcolorPrimary), calc(var(--lightnesscolorPrimary) - 12%));
    --autofillBoxShadowColor: var(--colorPrimary);
    --colorIndigo: #496cc7;
    --inputLabelColor: var(--colorPrimaryL70);
    --inputErrorHintColor: var(--colorRedL40);
    --caretColor: #0a85ff;
    --inputBgColorRed: #51393e;
    --inputBgColorDefault: var(--colorPrimaryL7);
    --inputBgColorFocus: var(--colorPrimaryL20);
    --inputBgColorError: var(--inputBgColorRed);
    --inputBgColorDisabled: var(--colorPrimaryL3);
    --inputBgAutofillColor: var(--inputBgColorDefault);
    --inputPlaceholderDefaultColor: var(--colorPrimaryL50);
    --inputPlaceholderFocusColor: var(--colorPrimaryL60);
    --inputPlaceholderErrorColor: var(--inputErrorHintColor);
    --inputValueDefaultColor: var(--colorWhite);
    --inputValueDisabledColor: var(--colorPrimaryL50)
}

@media (prefers-color-scheme: dark) {
    :root {
        --lightnesscolorPrimary: 8.4%
    }
}

.app__theme--light {
    --lightnesscolorPrimary: 18.4%;
    --inputLabelColor: var(--colorPrimaryL10)
}

.app__theme--midnight {
    --lightnesscolorPrimary: 18.4%
}

.app__theme--dark {
    --lightnesscolorPrimary: 8.4%
}

.app__layout--desktop {
    --inputBgColorDefault: var(--colorPrimaryL10);
    --inputBgColorDisabled: var(--colorPrimaryL5)
}

html:not(.app__content-ready) {
    min-height: -webkit-fill-available;
    background-color: var(--colorPrimaryL3)
}

html:not(.app__content-ready) body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
    margin: 0
}

.skeleton {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
    min-height: -webkit-fill-available;
    background-color: var(--colorPrimaryL3)
}

.skeleton-header {
    background-color: var(--colorPrimary)
}

.skeleton-header__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1400px;
    height: 44px;
    margin: 0 auto;
    padding: 0 6px 0 0
}

@media (min-width: 768px) {
    .skeleton-header__wrapper {
        height: 56px;
        padding: 0
    }
}

.skeleton-header__burger, .skeleton-header__left {
    display: flex;
    align-items: center
}

.skeleton-header__burger {
    justify-content: center;
    width: 40px;
    height: 44px;
    margin-right: 4px
}

@media (min-width: 768px) {
    .skeleton-header__burger {
        width: 52px;
        height: 56px
    }
}

@media (min-width: 1025px) {
    .skeleton-header__burger {
        display: none
    }
}

.skeleton-header__logo {
    display: flex;
    align-items: center;
    height: 44px
}

.skeleton-header__logo-image {
    width: auto;
    height: 18px
}

@media (min-width: 768px) {
    .skeleton-header__logo {
        height: 56px;
        margin-right: 36px
    }

    .skeleton-header__logo-image {
        height: 24px
    }
}

.skeleton-header__right {
    display: flex
}

@media (min-width: 768px) {
    .skeleton-header__separator {
        width: 12px
    }

    .skeleton-header__separator--left {
        display: none
    }
}

@media (min-width: 1025px) {
    .skeleton-header__separator--left {
        display: block;
        width: 16px
    }
}

.skeleton-header__button {
    height: 28px;
    margin-left: 6px;
    background-color: var(--colorPrimaryL5);
    border-radius: 2px
}

.skeleton-header__button--login {
    width: 64px
}

.skeleton-header__button--registration {
    width: 93px
}

@media (min-width: 768px) {
    .skeleton-header__button {
        height: 32px;
        margin-left: 12px
    }

    .skeleton-header__button--login {
        width: 109px
    }

    .skeleton-header__button--registration {
        width: 147px
    }
}

.skeleton-nav {
    display: none
}

.skeleton-nav__item {
    width: 50px;
    height: 8px;
    margin-right: 32px;
    background-color: var(--colorPrimaryL5);
    border-radius: 8px
}

@media (min-width: 768px) {
    .skeleton-nav {
        display: flex
    }
}

.skeleton-content {
    display: flex;
    flex: 1 0 auto;
    align-items: center;
    justify-content: center
}

.skeleton-content__logo {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 180px;
    height: 170px;
    color: var(--colorPrimary);
    transform: translate(-50%, -50%)
}

.skeleton-content__logo svg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.skeleton-content__logo-color {
    fill: var(--colorPrimary)
}

@media (min-width: 768px) {
    .skeleton-content__logo {
        width: 240px;
        height: 228px
    }
}

.skeleton-footer {
    height: 52px;
    padding: 6px 0 0;
    background-color: var(--colorPrimary)
}

.skeleton-footer-nav {
    display: grid;
    grid-template-columns:repeat(5, 1fr)
}

.skeleton-footer-nav__item {
    justify-self: center;
    width: 24px;
    height: 24px;
    background-color: var(--colorPrimaryL5);
    border-radius: 50%
}

@media (min-width: 768px) {
    .skeleton-footer {
        display: none
    }
}

.skeleton-loading {
    position: relative;
    overflow: hidden
}

.skeleton-loading:after {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .05) 50%, hsla(0, 0%, 100%, 0));
    transform: translateX(-100%);
    -webkit-animation: loading 1.5s infinite;
    animation: loading 1.5s infinite;
    content: "";
    will-change: transform
}

.app__content-ready .skeleton {
    display: none
}

@-webkit-keyframes loading {
    to {
        transform: translateX(100%)
    }
}

@keyframes loading {
    to {
        transform: translateX(100%)
    }
}

body, html {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    color: var(--colorWhite);
    font-family: Roboto, sans-serif;
    line-height: 1;
    background-color: var(--colorPrimary);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

html.app__layout--desktop body, html.app__layout--desktop html {
    overflow: hidden;
    background-color: var(--colorPrimaryL3)
}

html.app__theme--light body, html.app__theme--light html {
    color: var(--colorPrimaryD5);
    background-color: var(--colorClearWhite)
}

.app__has-top-bar body {
    overscroll-behavior-y: none
}

html.app__theme--light {
    background-color: var(--colorClearWhite)
}

*, :after, :before {
    box-sizing: border-box
}

:active, :focus, button:focus, input:focus {
    outline: none
}

a {
    color: var(--colorWhite)
}

html.app__theme--light a {
    color: var(--colorGreenD10)
}

.hidden, .hide {
    display: none !important
}

.wrapper {
    position: relative
}

html.app__layout--desktop .wrapper {
    height: 100%;
    overflow: hidden
}

html.app__layout--desktop .content-min-max {
    width: 100%;
    /*min-width: 768px;*/
    max-width: 1400px;
    margin: 0 auto
}

.disable-scroll {
    overflow: hidden;
    -ms-scroll-chaining: none;
    overscroll-behavior: none
}

.fixed-scroll-styles {
    position: fixed;
    width: 100%
}

mark {
    color: var(--colorWhite);
    font-weight: 600;
    background-color: transparent
}

html.app__theme--light mark {
    color: var(--colorPrimaryD7)
}

.highlighted-text {
    color: var(--colorYellowL30)
}

html.app__theme--light .highlighted-text {
    color: var(--colorGreenD7)
}

.rules {
    position: relative;
    margin-bottom: 8px
}

html.app__layout--desktop .rules .accordion-item:hover {
    background-color: var(--colorPrimaryL10)
}

.rules__accordion-content {
    padding: 4px 12px 12px;
    color: var(--colorPrimaryL70);
    font-size: 13px;
    line-height: 20px
}

.rules__accordion-content ul {
    margin: 1em 0;
    padding: 0 0 0 1.5em
}

.rules .rules__accordion-content p {
    margin-bottom: 1em;
    color: var(--colorPrimaryL70)
}

.rules__hint {
    margin: .5em 0 1em;
    font-size: 90%;
    line-height: 1.4
}

.rules__section-title {
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
    display: flex;
    align-items: center;
    height: 24px;
    margin: 0;
    padding: 0 4px;
    color: var(--colorPrimaryL70);
    font-size: 12px;
    line-height: 24px;
    background-color: var(--colorPrimary);
    z-index: 1
}

html.app__layout--desktop .rules__section-title {
    top: 0;
    background-color: var(--colorPrimaryL3)
}

html.app__layout--desktop .rules__list {
    margin: 0 0 24px 0;
    padding: 0;
    color: var(--colorPrimaryL50);
    font-size: 13px;
    line-height: 20px;
    list-style: none
}

html.app__layout--desktop .rules__list a {
    color: var(--colorPrimaryL70);
    font-size: 13px
}

html.app__layout--desktop .rules__list li {
    margin-bottom: 10px
}

html.app__layout--desktop .rules__list span {
    display: inline-block;
    width: 32px
}

html.app__layout--desktop .rules__item-title {
    display: flex;
    margin: 30px 0 12px 0;
    color: var(--colorPrimaryL70);
    font-weight: 400;
    font-size: 18px
}

html.app__layout--desktop .rules__item-title span {
    display: block;
    width: 30px;
    color: var(--colorPrimaryL50)
}

html.app__layout--desktop .rules__item-text {
    margin: 0 0 10px 0;
    color: var(--colorPrimaryL70);
    line-height: 20px
}

html.app__layout--desktop .rules__item-text span {
    padding-right: 4px;
    color: var(--colorPrimaryL50)
}

html.app__layout--desktop .rules__item-text + ul li {
    list-style-type: lower-latin
}

html.app__os--ios.app__transition--overlay body {
    min-height: 100vh;
    overflow: hidden;
    -ms-scroll-chaining: none;
    overscroll-behavior: none
}

html.app__os--ios.app__transition--overlay body .layout__transition--overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 65;
    overflow-y: auto;
    background-color: var(--colorPrimary);
    -webkit-overflow-scrolling: touch
}

.cms__content {
    flex: 1;
    padding: 0 8px;
    font-size: 13px;
    line-height: 1.6
}

.cms__content--no-padding, html.app__layout--desktop .cms__content--no-padding {
    padding: 0 !important
}

.cms__content--IDENT_GENERAL_INFO_WEB2 {
    padding: 0 20px 50px
}

html.app__layout--desktop .cms__content {
    padding: 0 24px
}

html.app__layout--desktop .cms__content--ABOUT_COMPANY_WEB2 {
    padding: 0 24px 120px
}

html.app__layout--desktop .cms__content--promotion-details {
    padding: 0 32px
}

html.app__layout--desktop .cms__content--IDENT_GENERAL_INFO_WEB2 {
    padding-bottom: 80px
}

.cms__content p {
    margin: 0;
    color: var(--colorPrimaryL60);
    line-height: 20px
}

html.app__layout--desktop .cms__content p {
    padding-right: 0;
    padding-left: 0
}

.cms__content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto
}

.cms__content .link {
    color: var(--colorWhite)
}

.cms__content ul {
    padding-left: 16px
}

.cms__content .what-is-new {
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
    padding: 0 20px
}

.cms__content .what-is-new__img {
    width: 100%;
    height: auto
}

.cms__content .what-is-new__img-block {
    display: block;
    width: 100%;
    margin-bottom: 20px
}

.cms__content .what-is-new__important {
    text-transform: uppercase
}

.cms__content .what-is-new__left {
    position: relative;
    display: inline-block;
    padding-left: 13px;
    text-transform: uppercase
}

.cms__content .what-is-new__right {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    text-transform: uppercase
}

.cms__content .what-is-new__icon--right {
    position: absolute;
    top: 0;
    left: 1px;
    width: 15px
}

.cms__content .what-is-new__icon--left {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 8px
}

.cms__content .what-is-new__link {
    text-decoration: underline
}

.cms__content .what-is-new__text-pen {
    position: relative;
    padding-right: 16px
}

.cms__content .what-is-new__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    color: var(--colorWhite);
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .75px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background-color: var(--colorGreen);
    border-radius: 4px
}

.cms__content .what-is-new h3 {
    margin: 0 0 12px 0;
    color: var(--colorWhite);
    font-weight: 400;
    font-size: 16px;
    line-height: 20px
}

.cms__content .what-is-new p {
    margin: 0 0 22px 0;
    color: var(--colorPrimaryL70);
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: .25px
}

.cms__content .what-is-new p + p {
    margin-bottom: 19px
}

.cms__content .what-is-new p .what-is-new__important {
    text-transform: uppercase
}

.cms__content .what-is-new p .what-is-new__text-pen {
    position: relative;
    padding-right: 16px
}

.cms__content .what-is-new .what-is-new__text-pen img {
    position: absolute;
    top: 1px;
    right: 0;
    width: 12px
}

.cms__content .special__content {
    position: relative;
    /*height: 113px;*/
    overflow: hidden
}

.cms__content .special__content:before {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    height: 40px;
    background: linear-gradient(0deg, #1f2226, rgba(31, 34, 38, 0));
    content: ""
}

html.app__theme--dark .cms__content .special__content:before {
    background: linear-gradient(0deg, #08090a, rgba(8, 9, 10, 0))
}

html.app__theme--light .cms__content .special__content:before {
    background: linear-gradient(0deg, #eceef0, rgba(236, 238, 240, 0))
}

.cms__content .special__title {
    margin: 0 0 4px 0;
    color: var(--colorPrimaryL70);
    font-weight: 400
}

.cms__content .special__title--h1 {
    font-size: 18px;
    line-height: 1.4
}

.cms__content .special__title--h2 {
    font-size: 16px;
    line-height: 1.5
}

.cms__content .special__text {
    margin: 0 0 8px 0;
    color: var(--colorPrimaryL50);
    font-size: 12px;
    line-height: 1.7
}

.cms__content .special__closed-text, .cms__content .special__hidden-text {
    display: none;
    order: 1
}

.cms__content .special__button-container {
    display: flex;
    width: 100%;
    height: 32px
}

.cms__content .special__button-label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 32px
}

.cms__content .special__button-text {
    color: var(--colorPrimaryL70);
    font-weight: 500;
    letter-spacing: .4px;
    text-transform: uppercase
}

.cms__content .special__button-text:hover {
    color: var(--colorClearWhite);
    cursor: pointer
}

.cms__content .special__button-show {
    display: block
}

.cms__content .special__button-hide {
    display: none
}

html.app__layout--desktop .cms__content .special__button {
    margin-top: 0
}

.cms__content .special__closed-block, .cms__content .special__hidden-block {
    display: flex;
    flex-direction: column
}

.cms__content .special--collapsed .special__content {
    height: auto;
    overflow: visible
}

.cms__content .special--collapsed .special__content:before {
    content: none
}

.cms__content .special--collapsed .special__button-show {
    display: none
}

.cms__content .special--collapsed .special__button-hide {
    display: block
}

html.app__theme--light .cms__content .special__title {
    color: var(--colorPrimaryD7)
}

html.app__theme--light .cms__content .special__text {
    color: var(--colorPrimaryL20)
}

html.app__layout--desktop.app__theme--light .cms__content .special__text, html.app__theme--light .cms__content .special__button-text {
    color: var(--colorPrimaryD7)
}

html.app__layout--desktop.app__theme--light .cms__content .special__button-text {
    color: var(--colorPrimaryL10)
}

.cms__content .special__button:checked + .special__closed-text {
    display: block
}

.cms__content .callback__link {
    height: 56px;
    padding: 12px 6px
}

html.app__layout--desktop .cms__content .callback__link .list-item__chevron {
    display: none
}

html.app__layout--desktop .cms__content .callback__link {
    padding: 8px 6px
}

.cms__content .callback__link.list-item--paneled.list-item--slots-used .list-item__prefix {
    margin-right: 10px
}

html.app__layout--desktop .cms__content .callback__link.list-item--paneled.list-item--slots-used .list-item__prefix {
    margin-right: 6px
}

.cms__content .callback__link.list-item--paneled, .cms__content .callback__link.list-item--paneled:first-child:last-child {
    padding-right: 12px
}

.cms__content .callback__link.list-item--paneled:first-child:last-child:not(:last-child), .cms__content .callback__link.list-item--paneled:not(:last-child), html.app__layout--desktop .cms__content .callback__link.list-item--paneled:first-child:last-child:not(:last-child), html.app__layout--desktop .cms__content .callback__link.list-item--paneled:not(:last-child) {
    margin-bottom: 16px
}

html.app__layout--desktop .cms__content .callback__link.list-item--paneled, html.app__layout--desktop .cms__content .callback__link.list-item--paneled:first-child:last-child {
    margin-bottom: 16px;
    background-color: var(--colorPrimaryL5)
}

html.app__layout--desktop.app__theme--light .cms__content .callback__link.list-item--paneled, html.app__layout--desktop.app__theme--light .cms__content .callback__link.list-item--paneled:first-child:last-child {
    background-color: var(--colorClearWhite)
}

.cms__content .callback__link.list-item--paneled:last-child {
    margin-bottom: 22px
}

html.app__layout--desktop .cms__content .callback__link.list-item--paneled:last-child {
    margin-bottom: 36px
}

.cms__content .callback__number {
    color: var(--colorWhite);
    font-weight: 500;
    font-size: 13px;
    line-height: 16px
}

html.app__layout--desktop .cms__content .callback__number {
    color: var(--colorPrimaryL70);
    font-weight: 400;
    font-size: 18px;
    line-height: 24px
}

.cms__content .callback__location {
    color: var(--colorPrimaryL60);
    font-weight: 300;
    font-size: 11px;
    line-height: 16px
}

html.app__layout--desktop .cms__content .callback__location {
    color: var(--colorPrimaryL50);
    font-weight: 400;
    font-size: 13px;
    line-height: 16px
}

.cms__content .callback__heading {
    color: var(--colorWhite);
    font-size: 14px;
    line-height: 20px
}

.cms__content .callback__heading.heading {
    margin-bottom: 10px
}

html.app__layout--desktop .cms__content .callback__heading {
    margin-bottom: 8px;
    color: var(--colorWhite);
    font-size: 16px;
    line-height: 20px
}

.cms__content .callback__text {
    margin-bottom: 12px;
    color: var(--colorPrimaryL60);
    font-size: 13px;
    line-height: 20px
}

html.app__layout--desktop .cms__content .callback__text {
    margin-bottom: 16px;
    color: var(--colorPrimaryL70)
}

html.app__theme--light .cms__content .callback__heading, html.app__theme--light .cms__content .callback__location, html.app__theme--light .cms__content .callback__number, html.app__theme--light .cms__content .callback__text {
    color: var(--colorPrimaryD7)
}

html.app__theme--light .cms__content .callback__link {
    background-color: var(--colorClearWhite)
}

.cms__content .docs-list-desktop {
    padding: 0 4px
}

.cms__content .docs-list-desktop a {
    display: block;
    margin-bottom: 10px;
    color: var(--colorPrimaryL70);
    text-decoration: underline !important
}

.cms__content .docs-list-desktop a:hover {
    color: var(--colorWhite)
}

.cms__content .how-to-bet {
    padding: 0 12px 40px
}

html.app__layout--desktop .cms__content .how-to-bet {
    padding: 0 0 40px
}

.cms__content .how-to-bet h2 {
    margin: 20px 0 8px 0;
    color: var(--colorPrimaryL60);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px
}

html.app__layout--desktop .cms__content .how-to-bet h2 {
    margin: 36px 0 8px 0;
    color: var(--colorPrimaryL70);
    font-size: 18px
}

.cms__content .how-to-bet img {
    width: 100%;
    margin: 0 auto
}

html.app__layout--desktop .cms__content .how-to-bet img {
    width: 320px;
    margin: 0 auto
}

.cms__content .how-to-bet p {
    margin: 0 0 12px 0;
    color: var(--colorPrimaryL60);
    font-size: 13px;
    line-height: 20px
}

html.app__layout--desktop .cms__content .how-to-bet p {
    margin: 0 0 8px 0;
    color: var(--colorPrimaryL70)
}

.cms__content .how-to-bet__img-shadow {
    box-shadow: 0 8px 16px rgba(0, 0, 0, .3)
}

.cms__content .how-to-bet i {
    display: block;
    margin-top: 8px;
    padding-bottom: 8px;
    text-align: center
}

.cms__content .how-to-bet__anchor-link {
    display: block;
    margin-bottom: 12px;
    color: var(--colorPrimaryL60);
    font-size: 13px;
    text-decoration: underline;
    cursor: pointer
}

html.app__layout--desktop .cms__content .how-to-bet__anchor-link {
    margin-bottom: 8px;
    color: var(--colorPrimaryL70)
}

.cms__content .how-to-bet__anchor-link:hover {
    color: var(--colorWhite)
}

html.app__layout--desktop .cms__content .how-to-bet__anchor-link:last-child {
    margin-bottom: 30px
}

.cms__content .how-to-bet__red {
    color: var(--colorRedL40)
}

.cms__content .how-to-bet__green {
    color: var(--colorGreenL30)
}

.cms__content .how-to-bet__img {
    display: block;
    width: 100%;
    padding-top: 8px;
    text-align: center
}

.cms__content .payments-system--terminals {
    padding-bottom: 7px;
    color: var(--colorPrimaryL70)
}

.cms__content .payments-system__title {
    margin: 0 0 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px
}

.cms__content .payments-system__text {
    margin: 0 0 8px;
    color: var(--colorPrimaryL70);
    line-height: 20px
}

.cms__content .payments-system__text:last-child {
    margin-bottom: 0
}

.cms__content .payments-system__text--comission {
    color: var(--colorGreen);
    font-weight: 700
}

.cms__content .payments-system__text__link {
    color: var(--colorPrimaryL70);
    text-decoration: underline
}

.cms__content .payments-system__text a {
    color: var(--colorPrimaryL70)
}

.cms__content .payments-system__list {
    margin: 0;
    padding-left: 0;
    list-style: none
}

.cms__content .payments-system__item {
    position: relative;
    margin-bottom: 8px;
    padding-left: 8px
}

.cms__content .payments-system__item:before {
    position: absolute;
    top: 8px;
    left: 1px;
    display: block;
    width: 3px;
    height: 3px;
    background-color: var(--colorPrimaryL70);
    border-radius: 50%;
    content: ""
}

.cms__content .privacy-police {
    padding: 0 12px 50px;
    color: var(--colorPrimaryL60);
    font-size: 13px;
    line-height: 20px
}

html.app__layout--desktop .cms__content .privacy-police {
    padding-top: 16px
}

.cms__content .privacy-police__list {
    margin: 0;
    padding: 0;
    list-style: none
}

.cms__content .privacy-police__item, .cms__content .privacy-police__list li {
    margin-bottom: 12px
}

.cms__content--SPORT_BETTING_RULES_WEB2 {
    padding-bottom: 50px
}

html.app__layout--desktop .cms__content--SPORT_BETTING_RULES_WEB2 {
    padding-bottom: 0
}

.cms__content--SPORT_BETTING_RULES_WEB2 .accordion-item__title {
    color: var(--colorPrimaryL70)
}

.cms__content--contacts {
    padding: 0 20px
}

.cms__content--CMS_VERIFICATION_REQUIREMENTS {
    color: var(--colorPrimaryL60)
}

.cms__content-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 64px;
    max-width: 100%;
    height: 40px;
    padding: 0 16px;
    overflow: hidden;
    color: var(--colorWhite);
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: .75px;
    white-space: nowrap;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    text-overflow: ellipsis;
    vertical-align: top;
    background-color: var(--colorGreen);
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color .3s, color .15s ease-in-out;
    -webkit-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (hover: hover)and (pointer: fine) {
    .cms__content-button:before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        content: ""
    }

    .cms__content-button:not(:disabled):hover:before {
        background-color: hsla(var(--huecolorWhite), var(--saturationcolorWhite), var(--lightnesscolorWhite), .3);
        transition: background-color .3s
    }
}

html.app__layout--desktop .cms__content-button {
    width: auto;
    height: 48px;
    border-radius: 2px
}

html.app__theme--light .cms__content-button {
    color: var(--colorWhite)
}

html.app__theme--light .cms__content h2 {
    color: var(--colorPrimaryD7)
}

html.app__theme--light .cms__content p {
    color: var(--colorPrimaryL10)
}

html.app__theme--light .cms__content .payments-system__text {
    color: var(--colorPrimaryD7)
}

html.app__theme--light .cms__content .payments-system__text--comission {
    color: var(--colorGreen)
}

html.app__theme--light .cms__content .payments-system__text__link {
    color: var(--colorPrimaryD7)
}

html.app__theme--light .cms__content .payments-system__text a {
    color: var(--colorPrimaryD7);
    text-decoration: underline
}

html.app__theme--light .cms__content .payments-system__item {
    position: relative;
    margin-bottom: 8px;
    padding-left: 8px
}

html.app__theme--light .cms__content .payments-system__item:before {
    position: absolute;
    top: 8px;
    left: 1px;
    display: block;
    width: 3px;
    height: 3px;
    background-color: var(--colorPrimaryL70);
    border-radius: 50%;
    content: ""
}

.cms__content table {
    width: 100%;
    font-size: 13px;
    line-height: 16px;
    border-collapse: collapse
}

.cms__content td, .cms__content th {
    padding: 11px 12px;
    text-align: left
}

.cms__content th {
    font-weight: 300
}

.cms__content tr {
    border-bottom: 1px solid var(--colorPrimaryL7)
}

.cms__content tr:last-child {
    border-bottom: none
}

html.app__product--li .cms__content--casino-betgames {
    padding: 20px
}

html.app__product--li.app__layout--desktop .cms__content--casino-betgames {
    padding: 24px 40px 24px 24px
}

.what-is-new__title {
    margin-bottom: 8px;
    font-weight: 500
}

.what-is-new__paragraph {
    display: flex;
    align-items: center;
    margin: 0
}

.what-is-new__img {
    padding-left: 8px
}

.cms-contact__title {
    margin: 0 0 20px 0;
    color: var(--colorPrimaryL70);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px
}

html.app__layout--desktop .cms-contact__title {
    margin-bottom: 8px
}

.cms-contact__text {
    margin: 0 0 16px 0;
    color: var(--colorPrimaryL70);
    font-size: 13px;
    line-height: 24px
}

html.app__layout--desktop .cms-contact__text {
    margin-bottom: 36px
}

.cms-contact__link-list {
    margin: 0 0 32px 0;
    padding: 0;
    color: var(--colorPrimaryL60);
    list-style: none
}

.cms-contact__item {
    margin-bottom: 15px
}

html.app__layout--desktop .cms-contact__item {
    margin-bottom: 8px
}

.cms-contact__link {
    color: var(--colorPrimaryL60)
}

.cms-contact__social-title {
    margin: 0 0 20px 0;
    color: var(--colorWhite);
    font-weight: 400;
    font-size: 13px;
    line-height: normal
}

.cms-contact__social-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.cms-contact__social-item-link {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    color: var(--colorPrimaryL60)
}

.cms-contact__social-img {
    width: 24px;
    height: 24px;
    margin-right: 12px
}

.cms-contact__chat--link, .cms-contact__social__social-link {
    text-decoration: underline
}

html.app__layout--desktop .cms-contact__chat--link:hover {
    color: var(--colorClearWhite);
    cursor: pointer
}

.registration-caution p {
    color: var(--colorPrimaryL70)
}

.registration-caution p:not(:last-child) {
    margin-bottom: 10px
}

.registration-caution .desktop {
    display: none
}

html.app__layout--desktop .registration-caution .desktop {
    display: initial
}

html.app__layout--desktop .registration-caution .mobile {
    display: none
}

.fast-track-cms-wrapper .text--strong {
    color: var(--colorGreen)
}

.registration-phone-check__hint-block-link, .restore-password-phone-check__hint-block-link {
    text-decoration: underline;
    cursor: pointer
}

@-webkit-keyframes slide-in-from-top {
    0% {
        transform: translateY(-100%)
    }
    to {
        transform: translateY(0)
    }
}

@keyframes slide-in-from-top {
    0% {
        transform: translateY(-100%)
    }
    to {
        transform: translateY(0)
    }
}

@-webkit-keyframes slide-out-to-top {
    0% {
        transform: translateY(0)
    }
    to {
        transform: translateY(-100%)
    }
}

@keyframes slide-out-to-top {
    0% {
        transform: translateY(0)
    }
    to {
        transform: translateY(-100%)
    }
}

@-webkit-keyframes slide-right-to-left {
    0% {
        transform: translateX(100%)
    }
    to {
        transform: translateX(-100%)
    }
}

@keyframes slide-right-to-left {
    0% {
        transform: translateX(100%)
    }
    to {
        transform: translateX(-100%)
    }
}

@-webkit-keyframes vanishIn {
    0% {
        transform: translate(-50%, -50%) scale(2);
        transform-origin: 50% 50%;
        opacity: 0;
        filter: blur(10px)
    }
    to {
        transform: translate(-50%, -50%) scale(1);
        transform-origin: 50% 50%;
        opacity: 1;
        filter: blur(0)
    }
}

@keyframes vanishIn {
    0% {
        transform: translate(-50%, -50%) scale(2);
        transform-origin: 50% 50%;
        opacity: 0;
        filter: blur(10px)
    }
    to {
        transform: translate(-50%, -50%) scale(1);
        transform-origin: 50% 50%;
        opacity: 1;
        filter: blur(0)
    }
}

@-webkit-keyframes textScale {
    50% {
        transform: scale(1.2)
    }
}

@keyframes textScale {
    50% {
        transform: scale(1.2)
    }
}

@-webkit-keyframes ripple {
    0% {
        transform: translate(-50%, -50%) scale(0)
    }
    40% {
        transform: translate(-50%, -50%) scale(1)
    }
    to {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0
    }
}

@keyframes ripple {
    0% {
        transform: translate(-50%, -50%) scale(0)
    }
    40% {
        transform: translate(-50%, -50%) scale(1)
    }
    to {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0
    }
}

@-webkit-keyframes rippleGrow {
    0% {
        transform: translate3d(-50%, -50%, 0) scale(0);
        opacity: 1
    }
    to {
        transform: translate3d(-50%, -50%, 0) scale(2.5);
        opacity: 0
    }
}

@keyframes rippleGrow {
    0% {
        transform: translate3d(-50%, -50%, 0) scale(0);
        opacity: 1
    }
    to {
        transform: translate3d(-50%, -50%, 0) scale(2.5);
        opacity: 0
    }
}

@-webkit-keyframes pulse {
    to {
        fill: var(--colorWhite)
    }
    to {
        fill: var(--colorPrimaryL10)
    }
}

@keyframes pulse {
    to {
        fill: var(--colorWhite)
    }
    to {
        fill: var(--colorPrimaryL10)
    }
}

@-webkit-keyframes opacityIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes opacityIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes opacityOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes opacityOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes on-auto-fill-start {
    0% {
        box-shadow: 0 0 0 50px var(--inputBgAutofillColor) inset
    }
    to {
        box-shadow: 0 0 0 50px var(--inputBgAutofillColor) inset
    }
}

@keyframes on-auto-fill-start {
    0% {
        box-shadow: 0 0 0 50px var(--inputBgAutofillColor) inset
    }
    to {
        box-shadow: 0 0 0 50px var(--inputBgAutofillColor) inset
    }
}

@-webkit-keyframes overlay {
    0% {
        transform: scale(.9);
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes overlay {
    0% {
        transform: scale(.9);
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes banners-move-front {
    0% {
        transform: translateZ(0) rotate(.0001deg)
    }
    25% {
        transform: translate3d(20px, 0, 0) rotate(.0001deg)
    }
    50% {
        transform: translateZ(0) rotate(.0001deg)
    }
    75% {
        transform: translate3d(-20px, 0, 0) rotate(.0001deg)
    }
    to {
        transform: translateZ(0) rotate(.0001deg)
    }
}

@keyframes banners-move-front {
    0% {
        transform: translateZ(0) rotate(.0001deg)
    }
    25% {
        transform: translate3d(20px, 0, 0) rotate(.0001deg)
    }
    50% {
        transform: translateZ(0) rotate(.0001deg)
    }
    75% {
        transform: translate3d(-20px, 0, 0) rotate(.0001deg)
    }
    to {
        transform: translateZ(0) rotate(.0001deg)
    }
}

@-webkit-keyframes banners-move-bg {
    0% {
        transform: translateZ(0) rotate(.0001deg)
    }
    25% {
        transform: translate3d(-20px, 0, 0) rotate(.0001deg)
    }
    50% {
        transform: translateZ(0) rotate(.0001deg)
    }
    75% {
        transform: translate3d(20px, 0, 0) rotate(.0001deg)
    }
    to {
        transform: translateZ(0) rotate(.0001deg)
    }
}

@keyframes banners-move-bg {
    0% {
        transform: translateZ(0) rotate(.0001deg)
    }
    25% {
        transform: translate3d(-20px, 0, 0) rotate(.0001deg)
    }
    50% {
        transform: translateZ(0) rotate(.0001deg)
    }
    75% {
        transform: translate3d(20px, 0, 0) rotate(.0001deg)
    }
    to {
        transform: translateZ(0) rotate(.0001deg)
    }
}

.tracking-pixel {
    display: none
}

html.app__theme--light .content-wrap--customer-notifications, html.app__theme--light .content-wrap--customer-settings, html.app__theme--light .content-wrap--faq, html.app__theme--light .content-wrap--profile, html.app__theme--light .content-wrap--support {
    background-color: var(--colorPrimaryL75)
}

.wrapper .modal {
    display: none
}

.content, [data-simplebar] {
    position: relative
}

[data-simplebar] {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit
}

.simplebar-mask {
    direction: inherit;
    overflow: hidden;
    width: auto !important;
    height: auto !important;
    z-index: 0
}

.simplebar-mask, .simplebar-offset {
    position: absolute;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0
}

.simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    -webkit-overflow-scrolling: touch
}

.simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.simplebar-content-wrapper::-webkit-scrollbar, .simplebar-hide-scrollbar::-webkit-scrollbar {
    width: 0;
    height: 0
}

.simplebar-content:after, .simplebar-content:before {
    content: " ";
    display: table
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    z-index: -1
}

.simplebar-height-auto-observer, .simplebar-track {
    position: absolute;
    overflow: hidden;
    pointer-events: none
}

.simplebar-track {
    z-index: 1;
    right: 0;
    bottom: 0
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all
}

.simplebar-scrollbar {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 10px
}

.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: #000;
    border-radius: 7px;
    left: 2px;
    right: 2px;
    opacity: 0;
    transition: opacity .2s linear
}

.simplebar-scrollbar.simplebar-visible:before {
    opacity: .5;
    transition: opacity 0s linear
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none
}

html.app__layout--desktop .wrapper {
    display: flex;
    flex-direction: column
}

html.app__layout--desktop .wrapper-fullscreen .content-wrap {
    min-width: inherit;
    max-width: none
}

html.app__layout--desktop .content-wrap {
    order: 2;
    width: 100%;
    min-width: 768px;
    max-width: 1400px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden
}

html.app__layout--desktop .column {
    display: flex;
    flex: 1;
    height: 100%
}

html.app__layout--desktop .column__left, html.app__layout--desktop .column__right {
    display: flex;
    flex-direction: column;
    flex-shrink: 0
}

html.app__layout--desktop .column__left::-webkit-scrollbar, html.app__layout--desktop .column__right::-webkit-scrollbar {
    display: none
}

html.app__layout--desktop .column__left {
    order: 1;
    width: 220px;
    overflow-x: hidden;
    background-color: var(--colorPrimaryL5);
    border-left: 1px solid var(--colorPrimary)
}

html.app__layout--desktop .column__left--open {
    overflow-x: unset
}

html.app__layout--desktop .column__left .content {
    padding: 0
}

html.app__layout--desktop .column__main {
    flex: 1;
    order: 2;
    overflow-x: hidden;
    overflow-y: hidden;
    border-right: 1px solid var(--colorPrimary);
    border-left: 1px solid var(--colorPrimary)
}

html.app__os--windows html.app__layout--desktop .column__main {
    overflow-y: auto
}

html.app__layout--desktop .column__right {
    position: relative;
    order: 3;
    width: 280px;
    overflow-x: hidden;
    overflow-y: auto;
    border-right: 1px solid var(--colorPrimary)
}

html.app__layout--desktop .content {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    z-index: 1;
    will-change: transform
}

html.app__layout--desktop .content--sidebar-open {
    height: calc(100vh - 56px);
    overflow: hidden
}

html.app__layout--desktop .pp-main {
    padding: 0 24px
}

html.app__layout--desktop.app__theme--light .column__left, html.app__layout--desktop.app__theme--light .column__main, html.app__layout--desktop.app__theme--light .column__right {
    background-color: var(--colorPrimaryL75);
    border-color: var(--colorPrimaryL70)
}

.opacity-enter-active, .opacity-leave-active {
    transition: opacity .25s ease-in-out
}

.opacity-enter, .opacity-leave-to {
    opacity: 1
}

@media (max-width: 1024px) {
    .column {
        position: relative
    }

    .column__left {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 66;
        height: 100%;
        overflow-y: visible;
        transform: translateX(-100%);
        transition: transform .15s ease-in-out
    }

    .column__left--open {
        transform: translateX(0)
    }

    .column__left-close {
        position: absolute;
        top: 0;
        right: -40px;
        display: block;
        width: 40px;
        height: 40px
    }

    .column__left .component-composition {
        height: 100%;
        overflow-y: auto
    }

    .column__left .component-composition::-webkit-scrollbar {
        display: none
    }

    .column__main {
        position: relative
    }

    .column__main-mask {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 65;
        background-color: hsla(var(--huecolorClearBlack), var(--saturationcolorClearBlack), var(--lightnesscolorClearBlack), .6);
        content: ""
    }
}

@media (min-width: 1025px) {
    .column__left {
        overflow-y: auto
    }

    .column__left-close {
        display: none
    }

    .column__main .component-composition {
        scrollbar-width: thin;
        z-index: 1
    }
}

html.app__os--windows .content {
    scrollbar-color: var(--colorPrimaryL10) var(--colorPrimaryL3)
}

html.app__os--windows .content::-webkit-scrollbar-track {
    background-color: var(--colorPrimaryL3)
}

html.app__os--windows .content::-webkit-scrollbar {
    width: 14px
}

html.app__os--windows .content::-webkit-scrollbar-thumb {
    min-height: 30px;
    background-color: hsla(var(--huecolorPrimary), var(--saturationcolorPrimary), calc(var(--lightnesscolorPrimary) + 20%), .5);
    border: 3px solid var(--colorPrimaryL3);
    border-radius: 8px;
    -webkit-transition: background-color .15s ease-in-out;
    transition: background-color .15s ease-in-out
}

html.app__os--windows .content::-webkit-scrollbar-thumb:hover {
    background-color: var(--colorPrimaryL20)
}

html.app__os--windows .column__main .component-composition {
    border-right: 1px solid var(--colorPrimary)
}

body.body-whole-screen .content {
    z-index: auto;
    will-change: unset
}

.overlay-enter-active, .overlay-leave-active {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 65;
    background-color: var(--colorPrimary);
    -webkit-animation-name: overlay;
    animation-name: overlay;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.overlay-leave-active {
    animation-direction: reverse
}

