@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:300,400,500,700,900&subset=cyrillic);
.sprite-icon,
.sprite-icon-browser_chrome {
    background-image: url(assets/CV/Web/img/sys/spritesmith/sprite.png);
    background-repeat: no-repeat
}

.sprite-icon-browser_chrome {
    background-position: -139px -172px;
    width: 57px;
    height: 57px
}

.sprite-icon-browser_chrome_big {
    background-image: url(assets/CV/Web/img/sys/spritesmith/sprite.png);
    background-repeat: no-repeat;
    background-position: -182px -81px;
    width: 78px;
    height: 78px
}

.sprite-icon-browser_ie {
    background-position: 0 0
}

.sprite-icon-browser_ie,
.sprite-icon-browser_ie_big {
    background-image: url(assets/CV/Web/img/sys/spritesmith/sprite.png);
    background-repeat: no-repeat;
    width: 90px;
    height: 90px
}

.sprite-icon-browser_ie_big {
    background-position: -91px 0
}

.sprite-icon-browser_mozilla {
    background-position: -79px -172px;
    width: 59px;
    height: 58px
}

.sprite-icon-browser_mozilla,
.sprite-icon-browser_mozilla_big {
    background-image: url(assets/CV/Web/img/sys/spritesmith/sprite.png);
    background-repeat: no-repeat
}

.sprite-icon-browser_mozilla_big {
    background-position: 0 -172px;
    width: 78px;
    height: 77px
}

.sprite-icon-browser_opera {
    background-position: -263px -57px;
    width: 56px;
    height: 56px
}

.sprite-icon-browser_opera,
.sprite-icon-browser_opera_big {
    background-image: url(assets/CV/Web/img/sys/spritesmith/sprite.png);
    background-repeat: no-repeat
}

.sprite-icon-browser_opera_big {
    background-position: -81px -91px;
    width: 80px;
    height: 80px
}

.sprite-icon-browser_safari {
    background-position: -197px -172px;
    width: 56px;
    height: 56px
}

.sprite-icon-browser_safari,
.sprite-icon-browser_safari_big {
    background-image: url(assets/CV/Web/img/sys/spritesmith/sprite.png);
    background-repeat: no-repeat
}

.sprite-icon-browser_safari_big {
    background-position: -182px 0;
    width: 80px;
    height: 80px
}

.sprite-icon-browser_yandex {
    background-position: -263px 0;
    width: 56px;
    height: 56px
}

.sprite-icon-browser_yandex,
.sprite-icon-browser_yandex_big {
    background-image: url(assets/CV/Web/img/sys/spritesmith/sprite.png);
    background-repeat: no-repeat
}

.sprite-icon-browser_yandex_big {
    background-position: 0 -91px;
    width: 80px;
    height: 80px
}

@-webkit-keyframes blinking-slow {
    0% {
        opacity: 1
    }
    50% {
        opacity: .2
    }
    to {
        opacity: 1
    }
}

@-moz-keyframes blinking-slow {
    0% {
        opacity: 1
    }
    50% {
        opacity: .2
    }
    to {
        opacity: 1
    }
}

@keyframes blinking-slow {
    0% {
        opacity: 1
    }
    50% {
        opacity: .2
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes blinking-light {
    0% {
        opacity: 1
    }
    50% {
        opacity: .7
    }
    to {
        opacity: 1
    }
}

@-moz-keyframes blinking-light {
    0% {
        opacity: 1
    }
    50% {
        opacity: .7
    }
    to {
        opacity: 1
    }
}

@keyframes blinking-light {
    0% {
        opacity: 1
    }
    50% {
        opacity: .7
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes blinking {
    0% {
        opacity: 1
    }
    50% {
        opacity: .5
    }
    to {
        opacity: 1
    }
}

@-moz-keyframes blinking {
    0% {
        opacity: 1
    }
    50% {
        opacity: .5
    }
    to {
        opacity: 1
    }
}

@keyframes blinking {
    0% {
        opacity: 1
    }
    50% {
        opacity: .5
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes blinking-full {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-moz-keyframes blinking-full {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes blinking-full {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes blinking-full-revert {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-moz-keyframes blinking-full-revert {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes blinking-full-revert {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes blinking-half {
    0% {
        opacity: .5
    }
    50% {
        opacity: 1
    }
    to {
        opacity: .5
    }
}

@-moz-keyframes blinking-half {
    0% {
        opacity: .5
    }
    50% {
        opacity: 1
    }
    to {
        opacity: .5
    }
}

@keyframes blinking-half {
    0% {
        opacity: .5
    }
    50% {
        opacity: 1
    }
    to {
        opacity: .5
    }
}

@-moz-keyframes spin {
    to {
        -moz-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes scalelevelicon {
    0% {
        transform: scale(1)
    }
    to {
        transform: scale(1.05)
    }
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

.animated-tada {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 gold
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 215, 0, 0)
    }
    to {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 215, 0, 0)
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 gold;
        box-shadow: 0 0 0 0 gold
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(255, 215, 0, 0);
        box-shadow: 0 0 0 10px rgba(255, 215, 0, 0)
    }
    to {
        -moz-box-shadow: 0 0 0 0 rgba(255, 215, 0, 0);
        box-shadow: 0 0 0 0 rgba(255, 215, 0, 0)
    }
}

@keyframes counterMinus {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    33% {
        -webkit-transform: translate3d(0, -1px, 0);
        transform: translate3d(0, -1px, 0)
    }
    66% {
        -webkit-transform: translate3d(0, 3px, 0);
        transform: translate3d(0, 3px, 0)
    }
}

@keyframes counterPlus {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    33% {
        -webkit-transform: translate3d(0, 1px, 0);
        transform: translate3d(0, 1px, 0)
    }
    66% {
        -webkit-transform: translate3d(0, -3px, 0);
        transform: translate3d(0, -3px, 0)
    }
}

@keyframes cvLogo {
    0% {
        background-image: url(assets/CV/Web/img/logo-canvas/normal_logo_1.png), url(assets/CV/Web/img/logo-canvas/normal_logo_bg.png)
    }
    16% {
        background-image: url(assets/CV/Web/img/logo-canvas/normal_logo_2.png), url(assets/CV/Web/img/logo-canvas/normal_logo_bg.png)
    }
    33% {
        background-image: url(assets/CV/Web/img/logo-canvas/normal_logo_3.png), url(assets/CV/Web/img/logo-canvas/normal_logo_bg.png)
    }
    50% {
        background-image: url(assets/CV/Web/img/logo-canvas/normal_logo_4.png), url(assets/CV/Web/img/logo-canvas/normal_logo_bg.png)
    }
    67% {
        background-image: url(assets/CV/Web/img/logo-canvas/normal_logo_5.png), url(assets/CV/Web/img/logo-canvas/normal_logo_bg.png)
    }
    84% {
        background-image: url(assets/CV/Web/img/logo-canvas/normal_logo_6.png), url(assets/CV/Web/img/logo-canvas/normal_logo_bg.png)
    }
}

@keyframes cvLogoRetina {
    0% {
        background-image: url(assets/CV/Web/img/logo-canvas/retina_logo_1.png), url(assets/CV/Web/img/logo-canvas/normal_logo_bg.png)
    }
    16% {
        background-image: url(assets/CV/Web/img/logo-canvas/retina_logo_2.png), url(assets/CV/Web/img/logo-canvas/normal_logo_bg.png)
    }
    33% {
        background-image: url(assets/CV/Web/img/logo-canvas/retina_logo_3.png), url(assets/CV/Web/img/logo-canvas/normal_logo_bg.png)
    }
    50% {
        background-image: url(assets/CV/Web/img/logo-canvas/retina_logo_4.png), url(assets/CV/Web/img/logo-canvas/normal_logo_bg.png)
    }
    67% {
        background-image: url(assets/CV/Web/img/logo-canvas/retina_logo_5.png), url(assets/CV/Web/img/logo-canvas/normal_logo_bg.png)
    }
    84% {
        background-image: url(assets/CV/Web/img/logo-canvas/retina_logo_6.png), url(assets/CV/Web/img/logo-canvas/retina_logo_bg.png)
    }
}

@keyframes royalLogo {
    0% {
        background-image: url(assets/CV/Web/img/royal-logo/frame_1.png), url(assets/CV/Web/img/royal-logo/frame_2.png), url(assets/CV/Web/img/royal-logo/frame_4.png), url(assets/CV/Web/img/royal-logo/frame_5.png), url(assets/CV/Web/img/royal-logo/frame_7.png), url(assets/CV/Web/img/royal-logo/frame_8.png), url(assets/CV/Web/img/royal-logo/frame_9.png), url(assets/CV/Web/img/royal-logo/frame_14.png), url(assets/CV/Web/img/royal-logo/frame_15.png), url(assets/CV/Web/img/royal-logo/frame_16.png)
    }
    14% {
        background-image: url(assets/CV/Web/img/royal-logo/frame_3.png), url(assets/CV/Web/img/royal-logo/frame_5.png), url(assets/CV/Web/img/royal-logo/frame_6.png), url(assets/CV/Web/img/royal-logo/frame_8.png), url(assets/CV/Web/img/royal-logo/frame_9.png), url(assets/CV/Web/img/royal-logo/frame_13.png), url(assets/CV/Web/img/royal-logo/frame_14.png), url(assets/CV/Web/img/royal-logo/frame_16.png)
    }
    28% {
        background-image: url(assets/CV/Web/img/royal-logo/frame_1.png), url(assets/CV/Web/img/royal-logo/frame_2.png), url(assets/CV/Web/img/royal-logo/frame_3.png), url(assets/CV/Web/img/royal-logo/frame_4.png), url(assets/CV/Web/img/royal-logo/frame_5.png), url(assets/CV/Web/img/royal-logo/frame_6.png), url(assets/CV/Web/img/royal-logo/frame_7.png), url(assets/CV/Web/img/royal-logo/frame_8.png), url(assets/CV/Web/img/royal-logo/frame_9.png), url(assets/CV/Web/img/royal-logo/frame_12.png), url(assets/CV/Web/img/royal-logo/frame_13.png), url(assets/CV/Web/img/royal-logo/frame_14.png), url(assets/CV/Web/img/royal-logo/frame_15.png), url(assets/CV/Web/img/royal-logo/frame_16.png)
    }
    42% {
        background-image: url(assets/CV/Web/img/royal-logo/frame_1.png), url(assets/CV/Web/img/royal-logo/frame_2.png), url(assets/CV/Web/img/royal-logo/frame_3.png), url(assets/CV/Web/img/royal-logo/frame_4.png), url(assets/CV/Web/img/royal-logo/frame_5.png), url(assets/CV/Web/img/royal-logo/frame_7.png), url(assets/CV/Web/img/royal-logo/frame_8.png), url(assets/CV/Web/img/royal-logo/frame_9.png), url(assets/CV/Web/img/royal-logo/frame_10.png), url(assets/CV/Web/img/royal-logo/frame_11.png), url(assets/CV/Web/img/royal-logo/frame_12.png), url(assets/CV/Web/img/royal-logo/frame_13.png), url(assets/CV/Web/img/royal-logo/frame_14.png), url(assets/CV/Web/img/royal-logo/frame_15.png), url(assets/CV/Web/img/royal-logo/frame_16.png)
    }
    56% {
        background-image: url(assets/CV/Web/img/royal-logo/frame_2.png), url(assets/CV/Web/img/royal-logo/frame_4.png), url(assets/CV/Web/img/royal-logo/frame_5.png), url(assets/CV/Web/img/royal-logo/frame_6.png), url(assets/CV/Web/img/royal-logo/frame_8.png), url(assets/CV/Web/img/royal-logo/frame_9.png), url(assets/CV/Web/img/royal-logo/frame_10.png), url(assets/CV/Web/img/royal-logo/frame_11.png), url(assets/CV/Web/img/royal-logo/frame_12.png), url(assets/CV/Web/img/royal-logo/frame_16.png)
    }
    70% {
        background-image: url(assets/CV/Web/img/royal-logo/frame_1.png), url(assets/CV/Web/img/royal-logo/frame_3.png), url(assets/CV/Web/img/royal-logo/frame_5.png), url(assets/CV/Web/img/royal-logo/frame_7.png), url(assets/CV/Web/img/royal-logo/frame_8.png), url(assets/CV/Web/img/royal-logo/frame_9.png), url(assets/CV/Web/img/royal-logo/frame_10.png), url(assets/CV/Web/img/royal-logo/frame_15.png), url(assets/CV/Web/img/royal-logo/frame_16.png)
    }
    85% {
        background-image: url(assets/CV/Web/img/royal-logo/frame_1.png), url(assets/CV/Web/img/royal-logo/frame_3.png), url(assets/CV/Web/img/royal-logo/frame_5.png), url(assets/CV/Web/img/royal-logo/frame_6.png), url(assets/CV/Web/img/royal-logo/frame_7.png), url(assets/CV/Web/img/royal-logo/frame_8.png), url(assets/CV/Web/img/royal-logo/frame_9.png), url(assets/CV/Web/img/royal-logo/frame_10.png), url(assets/CV/Web/img/royal-logo/frame_11.png), url(assets/CV/Web/img/royal-logo/frame_12.png), url(assets/CV/Web/img/royal-logo/frame_13.png), url(assets/CV/Web/img/royal-logo/frame_14.png), url(assets/CV/Web/img/royal-logo/frame_15.png), url(assets/CV/Web/img/royal-logo/frame_16.png)
    }
}

@keyframes vuaLogo {
    0% {
        background-image: url(assets/CV/Web/img/vua-logo/frame_1.png), url(assets/CV/Web/img/vua-logo/frame_2.png), url(assets/CV/Web/img/vua-logo/frame_4.png), url(assets/CV/Web/img/vua-logo/frame_5.png), url(assets/CV/Web/img/vua-logo/frame_7.png), url(assets/CV/Web/img/vua-logo/frame_8.png), url(assets/CV/Web/img/vua-logo/frame_9.png), url(assets/CV/Web/img/vua-logo/frame_14.png), url(assets/CV/Web/img/vua-logo/frame_15.png), url(assets/CV/Web/img/vua-logo/frame_16.png)
    }
    14% {
        background-image: url(assets/CV/Web/img/vua-logo/frame_3.png), url(assets/CV/Web/img/vua-logo/frame_5.png), url(assets/CV/Web/img/vua-logo/frame_6.png), url(assets/CV/Web/img/vua-logo/frame_8.png), url(assets/CV/Web/img/vua-logo/frame_9.png), url(assets/CV/Web/img/vua-logo/frame_13.png), url(assets/CV/Web/img/vua-logo/frame_14.png), url(assets/CV/Web/img/vua-logo/frame_16.png)
    }
    28% {
        background-image: url(assets/CV/Web/img/vua-logo/frame_1.png), url(assets/CV/Web/img/vua-logo/frame_2.png), url(assets/CV/Web/img/vua-logo/frame_3.png), url(assets/CV/Web/img/vua-logo/frame_4.png), url(assets/CV/Web/img/vua-logo/frame_5.png), url(assets/CV/Web/img/vua-logo/frame_6.png), url(assets/CV/Web/img/vua-logo/frame_7.png), url(assets/CV/Web/img/vua-logo/frame_8.png), url(assets/CV/Web/img/vua-logo/frame_9.png), url(assets/CV/Web/img/vua-logo/frame_12.png), url(assets/CV/Web/img/vua-logo/frame_13.png), url(assets/CV/Web/img/vua-logo/frame_14.png), url(assets/CV/Web/img/vua-logo/frame_15.png), url(assets/CV/Web/img/vua-logo/frame_16.png)
    }
    42% {
        background-image: url(assets/CV/Web/img/vua-logo/frame_1.png), url(assets/CV/Web/img/vua-logo/frame_2.png), url(assets/CV/Web/img/vua-logo/frame_3.png), url(assets/CV/Web/img/vua-logo/frame_4.png), url(assets/CV/Web/img/vua-logo/frame_5.png), url(assets/CV/Web/img/vua-logo/frame_7.png), url(assets/CV/Web/img/vua-logo/frame_8.png), url(assets/CV/Web/img/vua-logo/frame_9.png), url(assets/CV/Web/img/vua-logo/frame_10.png), url(assets/CV/Web/img/vua-logo/frame_11.png), url(assets/CV/Web/img/vua-logo/frame_12.png), url(assets/CV/Web/img/vua-logo/frame_13.png), url(assets/CV/Web/img/vua-logo/frame_14.png), url(assets/CV/Web/img/vua-logo/frame_15.png), url(assets/CV/Web/img/vua-logo/frame_16.png)
    }
    56% {
        background-image: url(assets/CV/Web/img/vua-logo/frame_2.png), url(assets/CV/Web/img/vua-logo/frame_4.png), url(assets/CV/Web/img/vua-logo/frame_5.png), url(assets/CV/Web/img/vua-logo/frame_6.png), url(assets/CV/Web/img/vua-logo/frame_8.png), url(assets/CV/Web/img/vua-logo/frame_9.png), url(assets/CV/Web/img/vua-logo/frame_10.png), url(assets/CV/Web/img/vua-logo/frame_11.png), url(assets/CV/Web/img/vua-logo/frame_12.png), url(assets/CV/Web/img/vua-logo/frame_16.png)
    }
    70% {
        background-image: url(assets/CV/Web/img/vua-logo/frame_1.png), url(assets/CV/Web/img/vua-logo/frame_3.png), url(assets/CV/Web/img/vua-logo/frame_5.png), url(assets/CV/Web/img/vua-logo/frame_7.png), url(assets/CV/Web/img/vua-logo/frame_8.png), url(assets/CV/Web/img/vua-logo/frame_9.png), url(assets/CV/Web/img/vua-logo/frame_10.png), url(assets/CV/Web/img/vua-logo/frame_15.png), url(assets/CV/Web/img/vua-logo/frame_16.png)
    }
    85% {
        background-image: url(assets/CV/Web/img/vua-logo/frame_1.png), url(assets/CV/Web/img/vua-logo/frame_3.png), url(assets/CV/Web/img/vua-logo/frame_5.png), url(assets/CV/Web/img/vua-logo/frame_6.png), url(assets/CV/Web/img/vua-logo/frame_7.png), url(assets/CV/Web/img/vua-logo/frame_8.png), url(assets/CV/Web/img/vua-logo/frame_9.png), url(assets/CV/Web/img/vua-logo/frame_10.png), url(assets/CV/Web/img/vua-logo/frame_11.png), url(assets/CV/Web/img/vua-logo/frame_12.png), url(assets/CV/Web/img/vua-logo/frame_13.png), url(assets/CV/Web/img/vua-logo/frame_14.png), url(assets/CV/Web/img/vua-logo/frame_15.png), url(assets/CV/Web/img/vua-logo/frame_16.png)
    }
}

.animated-counter {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated-counter-plus {
    -webkit-animation-name: counterPlus;
    animation-name: counterPlus
}

.animated-counter-minus {
    -webkit-animation-name: counterMinus;
    animation-name: counterMinus
}

@font-face {
    font-family: din_condensedbold;
    src: url(assets/fonts/din_condensed/din_condensed_bold-webfont.eot?versiontemp=999);
    src: url(assets/fonts/din_condensed/din_condensed_bold-webfont.woff2?versiontemp=999) format("woff2"), url(assets/fonts/din_condensed/din_condensed_bold-webfont.woff?versiontemp=999) format("woff");
    font-weight: 400;
    font-style: normal
}

[data-symbol-currency] {
    width: auto !important;
    height: auto !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    font-style: inherit !important;
    line-height: inherit !important;
    vertical-align: inherit !important;
    text-transform: none !important
}

[data-graphql-loaded-parent] {
    position: relative
}

[data-graphql-loaded=wrapper]:not([data-actions-page=wrapper]) {
    transition: opacity .3s
}

[data-graphql-loaded=wrapper].is-loading {
    opacity: 0
}

[data-graphql-loaded=wrapper].is-loading~[data-graphql-loaded=preloader] {
    display: block
}

[data-graphql-loaded=wrapper].is-loaded {
    opacity: 1
}

[data-graphql-loaded=wrapper].is-loaded~[data-graphql-loaded=preloader] {
    display: none
}

[data-graphql-loaded=preloader] img {
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 1;
    transition: opacity .2s linear;
    user-select: none
}

[data-graphql-loaded=wrapper].is-loading .popup-close,
[data-graphql-loaded=wrapper].is-loading~.popup-close {
    opacity: 0
}

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
    font-family: Roboto, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background: transparent;
    outline: 0 none !important
}

a:active,
a:focus,
a:hover {
    outline: 0 !important
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

textarea {
    resize: none
}

button {
    overflow: visible;
    display: block;
    border: none;
    outline: none
}

input:hover {
    cursor: text
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: none
}

td,
th {
    padding: 0
}

ul {
    list-style-type: none
}

menu,
nav,
ul {
    padding: 0;
    margin: 0
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.center-block {
    float: none !important;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.inl-bl {
    display: inline-block;
    width: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.align-right {
    text-align: right !important
}

.align-left {
    text-align: left !important
}

.align-center {
    text-align: center !important
}

.hide {
    display: none !important
}

.show:not(.scrollbar-track) {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font-size: 0;
    line-height: 0;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-center {
    text-align: center
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

.tdn {
    text-decoration: none !important
}

.overflow {
    overflow: hidden !important
}

.relative {
    position: relative !important
}

.table-cell {
    display: table-cell;
    vertical-align: middle
}

.fade {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1;
    filter: alpha(opacity=100)
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: all .35s linear;
    -o-transition: all .35s linear;
    transition: all .35s linear
}

.grid-col__1-12 {
    width: 8.33333333%
}

.grid-col__1-12-left {
    margin-left: 8.33333333%
}

.grid-col__1-12-right {
    margin-right: 8.33333333%
}

.grid-col__2-12 {
    width: 16.66666667%
}

.grid-col__2-12-left {
    margin-left: 16.66666667%
}

.grid-col__2-12-right {
    margin-right: 16.66666667%
}

.grid-col__3-12 {
    width: 25%
}

.grid-col__3-12-left {
    margin-left: 25%
}

.grid-col__3-12-right {
    margin-right: 25%
}

.grid-col__4-12 {
    width: 33.33333333%
}

.grid-col__4-12-left {
    margin-left: 33.33333333%
}

.grid-col__4-12-right {
    margin-right: 33.33333333%
}

.grid-col__5-12 {
    width: 41.66666667%
}

.grid-col__5-12-left {
    margin-left: 41.66666667%
}

.grid-col__5-12-right {
    margin-right: 41.66666667%
}

.grid-col__6-12 {
    width: 50%
}

.grid-col__6-12-left {
    margin-left: 50%
}

.grid-col__6-12-right {
    margin-right: 50%
}

.grid-col__7-12 {
    width: 58.33333333%
}

.grid-col__7-12-left {
    margin-left: 58.33333333%
}

.grid-col__7-12-right {
    margin-right: 58.33333333%
}

.grid-col__8-12 {
    width: 66.66666667%
}

.grid-col__8-12-left {
    margin-left: 66.66666667%
}

.grid-col__8-12-right {
    margin-right: 66.66666667%
}

.grid-col__9-12 {
    width: 75%
}

.grid-col__9-12-left {
    margin-left: 75%
}

.grid-col__9-12-right {
    margin-right: 75%
}

.grid-col__10-12 {
    width: 83.33333333%
}

.grid-col__10-12-left {
    margin-left: 83.33333333%
}

.grid-col__10-12-right {
    margin-right: 83.33333333%
}

.grid-col__11-12 {
    width: 91.66666667%
}

.grid-col__11-12-left {
    margin-left: 91.66666667%
}

.grid-col__11-12-right {
    margin-right: 91.66666667%
}

.grid-col__12-12 {
    width: 100%
}

.grid-col__12-12-left {
    margin-left: 100%
}

.grid-col__12-12-right {
    margin-right: 100%
}

.grid-col__1-12,
.grid-col__2-12,
.grid-col__3-12,
.grid-col__4-12,
.grid-col__5-12,
.grid-col__6-12,
.grid-col__7-12,
.grid-col__8-12,
.grid-col__9-12,
.grid-col__10-12,
.grid-col__11-12,
.grid-col__12-12 {
    position: relative;
    min-height: 1px
}

.grid-col__1-10 {
    width: 10%
}

.grid-col__1-10-left {
    margin-left: 10%
}

.grid-col__1-10-right {
    margin-right: 10%
}

.grid-col__2-10 {
    width: 20%
}

.grid-col__2-10-left {
    margin-left: 20%
}

.grid-col__2-10-right {
    margin-right: 20%
}

.grid-col__3-10 {
    width: 30%
}

.grid-col__3-10-left {
    margin-left: 30%
}

.grid-col__3-10-right {
    margin-right: 30%
}

.grid-col__4-10 {
    width: 40%
}

.grid-col__4-10-left {
    margin-left: 40%
}

.grid-col__4-10-right {
    margin-right: 40%
}

.grid-col__5-10 {
    width: 50%
}

.grid-col__5-10-left {
    margin-left: 50%
}

.grid-col__5-10-right {
    margin-right: 50%
}

.grid-col__6-10 {
    width: 60%
}

.grid-col__6-10-left {
    margin-left: 60%
}

.grid-col__6-10-right {
    margin-right: 60%
}

.grid-col__7-10 {
    width: 70%
}

.grid-col__7-10-left {
    margin-left: 70%
}

.grid-col__7-10-right {
    margin-right: 70%
}

.grid-col__8-10 {
    width: 80%
}

.grid-col__8-10-left {
    margin-left: 80%
}

.grid-col__8-10-right {
    margin-right: 80%
}

.grid-col__9-10 {
    width: 90%
}

.grid-col__9-10-left {
    margin-left: 90%
}

.grid-col__9-10-right {
    margin-right: 90%
}

.grid-col__10-10 {
    width: 100%
}

.grid-col__10-10-left {
    margin-left: 100%
}

.grid-col__10-10-right {
    margin-right: 100%
}

.grid-col__1-10,
.grid-col__2-10,
.grid-col__3-10,
.grid-col__4-10,
.grid-col__5-10,
.grid-col__6-10,
.grid-col__7-10,
.grid-col__8-10,
.grid-col__9-10,
.grid-col__10-10 {
    position: relative;
    min-height: 1px
}

.grid-wrapper-cols>[class^=grid-col__] {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.grid-wrapper-cols.pd-0-sides,
.grid-wrapper-cols.pd-parent.pd-lg-both,
.grid-wrapper-cols.pd-parent.pd-lg-sides,
.grid-wrapper-cols.pd-parent.pd-md-both,
.grid-wrapper-cols.pd-parent.pd-md-sides,
.grid-wrapper-cols.pd-parent.pd-sm-both,
.grid-wrapper-cols.pd-parent.pd-sm-sides,
.grid-wrapper-cols.pd-parent.pd-xs-both,
.grid-wrapper-cols.pd-parent.pd-xs-sides {
    margin-left: 0;
    margin-right: 0
}

.grid-wrapper-cols.pd-0-sides>[class^=grid-col__] {
    padding-left: 5px;
    padding-right: 5px
}

.grid-wrapper-cols.pd-0-sides>[class^=grid-col__]:first-child {
    padding-left: 0
}

.grid-wrapper-cols.pd-0-sides>[class^=grid-col__]:last-child {
    padding-right: 0
}

.grid-wrapper-cols.pd-xs-both,
.grid-wrapper-cols.pd-xs-sides {
    margin-left: -5px;
    margin-right: -5px
}

.grid-wrapper-cols.pd-xs-sides>[class^=grid-col__] {
    padding-left: 5px;
    padding-right: 5px
}

.grid-wrapper-cols.pd-xs-both:not(._not-pad)>[class^=grid-col__] {
    padding: 5px
}

.grid-wrapper-cols.pd-sm-both,
.grid-wrapper-cols.pd-sm-sides {
    margin-left: -10px;
    margin-right: -10px
}

.grid-wrapper-cols.pd-sm-sides>[class^=grid-col__] {
    padding-left: 10px;
    padding-right: 10px
}

.grid-wrapper-cols.pd-sm-both:not(._not-pad)>[class^=grid-col__] {
    padding: 10px
}

.grid-wrapper-cols.pd-md-both,
.grid-wrapper-cols.pd-md-sides {
    margin-left: -20px;
    margin-right: -20px
}

.grid-wrapper-cols.pd-md-sides>[class^=grid-col__] {
    padding-left: 20px;
    padding-right: 20px
}

.grid-wrapper-cols.pd-md-both>[class^=grid-col__] {
    padding: 20px
}

.grid-wrapper-cols.pd-lg-both,
.grid-wrapper-cols.pd-lg-sides {
    margin-left: -25px;
    margin-right: -25px
}

.grid-wrapper-cols.pd-lg-sides>[class^=grid-col__] {
    padding-left: 25px;
    padding-right: 25px
}

.grid-wrapper-cols.pd-lg-both>[class^=grid-col__] {
    padding: 25px
}

.grid-wrapper-cell {
    width: 100%;
    display: table
}

.grid-wrapper-cell>[class^=grid-col__] {
    float: none;
    display: table-cell;
    vertical-align: middle
}

.grid-wrapper-cols:after,
.grid-wrapper-cols:before,
.grid-wrapper:after,
.grid-wrapper:before {
    content: " ";
    display: table
}

.grid-wrapper-cols:after,
.grid-wrapper:after {
    clear: both
}

.grid-col__left {
    float: left
}

.grid-col__right {
    float: right
}

.grid-col__auto {
    width: auto !important
}

p {
    font-size: 14px;
    line-height: 24px;
    color: #b8b8cc;
    margin: 20px 0 25px
}

a {
    color: #7b96c8;
    text-decoration: none;
    cursor: pointer
}

a:hover {
    text-decoration: underline
}

a.nohover:hover {
    text-decoration: none
}

img {
    max-width: 100%
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    color: #b8b8cc;
    font-weight: 500;
    margin: 20px 0;
    position: relative;
    text-align: left
}

.h5,
h5 {
    color: #b8b8cc;
    margin: 20px 0
}

.h5,
.h6,
h5,
h6 {
    font-size: 16px
}

.h6,
h6 {
    color: #c7ced8;
    margin: 15px 0
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    font-size: 24px;
    line-height: 32px;
    text-align: left
}

.h4,
h4 {
    color: #b8b8cc;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    text-align: left
}

.list-cv {
    list-style-type: none;
    counter-reset: list
}

.list-cv,
.list-cv li {
    font-size: 14px;
    line-height: 24px;
    color: #b8b8cc
}

.list-cv li {
    position: relative;
    margin-bottom: 8px;
    padding-left: 32px
}

.list-cv li:before {
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    background: rgba(184, 184, 204, .1);
    line-height: 16px;
    text-align: center;
    font-weight: 900;
    border-radius: 4px
}

.list-cv-ol {
    counter-reset: list
}

.list-cv-ol li:before {
    counter-increment: list;
    content: counter(list) "";
    top: 4px;
    font-size: 10px
}

.list-cv-ul li:before {
    content: "\2022";
    display: block;
    top: 5px
}

.h1 span,
.h2 span,
h1 span,
h2 span {
    color: #fafafa;
    background-image: -webkit-linear-gradient(top, #fff, #b8b8cc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text--ellipsis {
    display: inline-block !important;
    max-width: 80px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.text-white {
    color: #fff
}

.text-red {
    color: #c70a36
}

.text-yellow {
    color: #ffc000
}

.text-blue {
    color: #0097ec
}

.text-blue-l {
    color: #00aeff
}

.text-gray {
    color: #767e8f
}

.text-silver {
    color: #4d5767
}

.text-dark-grey {
    color: #536a82
}

.text-light-grey {
    color: #a4afbb
}

.text-light-green {
    color: #35ec1d
}

.text-light-blue {
    color: #00aeef
}

.text-light-yellow {
    color: #ffc824
}

.text-blue-dark {
    color: #536a82;
    line-height: 24px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .75)
}

.text-grey-grad {
    color: #fafafa;
    background-image: -webkit-linear-gradient(top, #fff, #aaa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.text-grey-grad._no-gradient {
    -webkit-background-clip: border-box;
    -webkit-text-fill-color: inherit;
    background: none;
    text-shadow: 0 0 2px rgba(0, 0, 0, .7)
}

.ttl-yel {
    color: #ffc000;
    line-height: 20px;
    font-size: 17px;
    margin: 15px 0 20px;
    text-shadow: 0 -1px 0 #020304;
    font-weight: 700
}

.list-num {
    padding: 0 0 0 25px;
    margin: 0;
    font-size: 16px;
    line-height: 1.4285714;
    counter-reset: item;
    text-align: left
}

.list-num>li {
    padding: 0 0 25px 42px;
    display: block;
    position: relative
}

.list-num>li:before {
    content: counters(item, ".") ". ";
    counter-increment: item;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    color: #c2c4cc
}

.list-num>li>.list-num {
    padding: 0 0 0 30px;
    margin: 0 0 0 -30px
}

.list-num>li>.list-num>li {
    padding: 0 0 0 55px
}

.list-num>li p {
    margin: 0
}

.list-num-title {
    padding: 15px 0 0;
    margin: 0;
    counter-reset: item;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.33;
    color: #fff;
    text-align: left
}

.list-num-title>li {
    display: block;
    padding: 0 0 25px;
    margin: 0;
    position: relative;
    font-weight: 400;
    text-transform: none
}

.list-num-title>li:before {
    content: counters(item, "") ".";
    counter-increment: item;
    position: absolute;
    width: 20px;
    left: 0;
    font-size: 18px;
    color: #aaa
}

.list-num-title>li h2:first-child {
    margin-top: 0 !important;
    padding-left: 25px
}

.list-num-title~.list-num-title {
    counter-reset: itemitem
}

.list-num-title+h1 {
    margin-top: 10px
}

.list-num .cnt-table {
    margin-top: 20px;
    margin-left: -42px
}

.with-rhombus {
    margin-bottom: 20px
}

.with-rhombus li {
    position: relative;
    font-size: 16px;
    line-height: 22px;
    padding-left: 18px
}

.with-rhombus li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 3px;
    width: 11px;
    height: 11px;
    background: url(assets/CV/Web/img/sys/sprites/spr-icons.png) -164px -53px no-repeat
}

.with-rhombus li p {
    margin: 5px 0
}

.cnt-text-list,
.ul-list {
    color: #b8b8cc;
    font-size: 14px;
    list-style: circle;
    line-height: 21px;
    margin-left: 20px
}

.tbl {
    width: 100%;
    max-width: 100%;
    margin: 0;
    table-layout: auto;
    position: relative;
    z-index: 1
}

.tbl tbody,
.tbl thead {
    position: relative;
    z-index: 2
}

.tbl td,
.tbl th {
    vertical-align: middle
}

.tbl tr:last-child td:last-child {
    border-radius: 0 0 3px 0
}

.tbl tr:last-child td:first-child {
    border-radius: 0 0 0 3px
}

.tbl tr:first-child td:first-child {
    border-radius: 3px 0 0 0
}

.tbl tr:first-child td:last-child {
    border-radius: 0 3px 0 0
}

.tbl-pd tbody td {
    padding: 0 10px
}

.tbl-pd tbody td.text-center {
    text-align: center
}

.tbl td {
    color: #fff;
    min-height: 50px;
    font-size: 16px;
    height: 50px
}

.tbl tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.tbl tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.tbl tr:first-child th:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    height: 2px;
    background-color: #31465d;
    border-radius: 3px;
    z-index: 0
}

.tbl tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.tbl tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.tbl th {
    background: #1b283c;
    color: #748494;
    font-size: 10px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative
}

.tbl th .th-lg {
    font-size: 16px
}

.tbl th .th-grad {
    display: inline-block;
    padding-top: 2px;
    height: 40px;
    line-height: 44px;
    font-size: 24px;
    font-weight: 500;
    text-shadow: none !important
}

.tbl tr+tr>th {
    -webkit-box-shadow: 0 -1px 0 #31465d;
    -moz-box-shadow: 0 -1px 0 #31465d;
    box-shadow: 0 -1px 0 #31465d
}

.tbl tr+tr>th:before {
    display: none
}

.tbl tr+tr.without-top-border>th {
    -webkit-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent
}

.tbl-striped tr:nth-child(odd) {
    background: #0d0f15
}

.tbl-striped tr:nth-child(2n) {
    background: #0e161f
}

.tbl-striped-bl:before {
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.tbl-striped-bl tr {
    background: rgba(14, 22, 31, .8)
}

.tbl-striped-bl tr:nth-child(odd) {
    background: transparent none
}

.tbl-striped-revert tr:nth-child(2n) {
    background: #0d0f15
}

.tbl-striped-revert tr:nth-child(odd) {
    background: #0e161f
}

.tbl-striped-vert tr:nth-child(odd) {
    background: #0d0f15
}

.tbl-striped-vert td:nth-child(2n) {
    background: rgba(19, 35, 50, .2)
}

.tbl+.tbl {
    margin-top: 30px
}

.tbl-privileges th {
    font-size: 16px;
    height: 20px;
    padding: 5px 0;
    line-height: 19px
}

.tbl-privileges th:first-child {
    width: 95px
}

.tbl-privileges th:nth-child(2) {
    width: 65px
}

.tbl-privileges th:nth-child(3) {
    width: 100px
}

.tbl-privileges th:nth-child(4) {
    width: 124px
}

.tbl-privileges th:nth-child(5) {
    width: 245px
}

.tbl-privileges tr:first-child th:nth-child(4) {
    padding: 10px 0 0
}

.tbl-privileges tr:nth-child(2) th {
    font-size: 14px;
    border-top: 0;
    width: auto;
    padding: 0 0 8px;
    text-transform: none
}

.tbl-privileges tbody td {
    color: #b8b8cc;
    font-size: 12px;
    padding: 27px 0;
    text-align: center
}

.tbl-privileges tbody td:nth-child(2) {
    color: #ffc000;
    font-size: 13px
}

.tbl-privileges tbody td:last-child {
    padding: 0 10px
}

.tbl-privileges .privileges {
    min-height: 19px;
    position: relative;
    margin-bottom: 5px
}

.tbl-privileges .privileges span.hint {
    display: none;
    min-width: 224px;
    right: -20px
}

.tbl-privileges .privileges span.hint:after {
    left: 11px;
    right: auto;
    top: -2px;
    margin-top: -4px
}

.tbl-privileges .privileges.has-hint:hover {
    text-decoration: underline;
    cursor: default;
    color: #0097ec
}

.tbl-privileges .privileges.has-hint:hover .hint {
    display: block
}

.tbl-type-text th:first-child {
    padding-left: 10px;
    text-align: left !important
}

.tbl-type-text td {
    font-size: 15px;
    text-align: center
}

.tbl-type-text td:first-child {
    text-align: left
}

.tbl .tbl-separator {
    height: 18px
}

.privileges.align-left .ico+.privileges-name {
    display: inline-block;
    padding: 5px 5px 0 33px;
    line-height: 14px
}

.privileges__reg-popup .privileges {
    margin-bottom: 15px
}

.user-name {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 3px
}

.lottery .cnt-promo+.cnt-table {
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 0 1px #1b2128, 0 0 0 1px #2d3137;
    -moz-box-shadow: inset 0 0 0 1px #1b2128, 0 0 0 1px #2d3137;
    box-shadow: inset 0 0 0 1px #1b2128, 0 0 0 1px #2d3137
}

.lottery-tickets tbody td:first-of-type {
    padding-left: 40px
}

.line-height--1 {
    line-height: 1
}

.line-height--1_5 {
    line-height: 1.5
}

.line-height--2 {
    line-height: 2
}

body,
html {
    background: none;
    min-height: 100%;
    scrollbar-gutter: stable
}

body {
    padding: 0;
    margin: 0;
    font-size: 13px;
    line-height: 18px;
    -webkit-text-size-adjust: 100%;
    backface-visibility: hidden;
    position: relative;
    height: 100%
}

body:not(.simple-reg) {
    background-color: #0d1e61
}

body:not(.simple-reg):after,
body:not(.simple-reg):before {
    content: "";
    position: fixed;
    bottom: 0;
    top: 0;
    width: 50%;
    max-width: 100%;
    z-index: -1
}

body:not(.simple-reg):before {
    left: 0;
    background: linear-gradient(270deg, transparent 0, transparent 572px, #09172e 652px, #09172e)
}

body:not(.simple-reg):after {
    right: 0;
    background: linear-gradient(90deg, transparent 0, transparent 572px, #09172e 652px, #09172e)
}

@media screen and (max-width:1259px) {
    body:not(.simple-reg):before {
        background: linear-gradient(270deg, transparent 0, transparent 476px, #09172e 556px, #09172e)
    }
    body:not(.simple-reg):after {
        background: linear-gradient(90deg, transparent 0, transparent 476px, #09172e 556px, #09172e)
    }
}

body:not(.simple-reg).layout-vua:after,
body:not(.simple-reg).layout-vua:before {
    width: 51%;
    background: #0d1e61
}

body:not(.simple-reg).layout-vua:before {
    left: 0;
    transform: scaleX(-1)
}

body:not(.simple-reg).layout-vua:after {
    right: 0
}

#widget-container {
    z-index: 1000 !important
}

.layout {
    position: relative;
    min-width: 1096px;
    min-height: 100vh;
    height: auto;
    clear: both;
    z-index: 2
}

.layout.layout-vua {
    background-color: #0d1e61
}

.layout.layout-vua:not(.custom-bg):after,
.layout.layout-vua:not(.custom-bg):before,
.layout.layout-vua body:not(.simple-reg):after,
.layout.layout-vua body:not(.simple-reg):before {
    content: "";
    position: fixed;
    bottom: 0;
    top: 0;
    width: calc(50vw - 476px);
    max-width: 100%;
    z-index: -1;
    background: linear-gradient(91.02deg, #0d1e61 .74%, #0d1e61 7.3%, #0d1e5f 13.85%, #0d1d5d 20.4%, #0c1d59 26.95%, #0c1c55 33.5%, #0c1c50 40.05%, #0b1b4a 46.61%, #0b1a45 53.16%, #0a193f 59.71%, #0a193a 66.26%, #0a1836 72.81%, #091832 79.36%, #091730 85.92%, #09172e 92.47%, #09172e 99.02%);
    opacity: .3
}

@media (min-width:1444px) {
    .layout.layout-vua:not(.custom-bg):after,
    .layout.layout-vua:not(.custom-bg):before,
    .layout.layout-vua body:not(.simple-reg):after,
    .layout.layout-vua body:not(.simple-reg):before {
        opacity: .5
    }
}

@media (min-width:1632px) {
    .layout.layout-vua:not(.custom-bg):after,
    .layout.layout-vua:not(.custom-bg):before,
    .layout.layout-vua body:not(.simple-reg):after,
    .layout.layout-vua body:not(.simple-reg):before {
        opacity: .7
    }
}

@media (min-width:2094px) {
    .layout.layout-vua:not(.custom-bg):after,
    .layout.layout-vua:not(.custom-bg):before,
    .layout.layout-vua body:not(.simple-reg):after,
    .layout.layout-vua body:not(.simple-reg):before {
        opacity: 1
    }
}

@media (min-width:1260px) {
    .layout.layout-vua:not(.custom-bg):after,
    .layout.layout-vua:not(.custom-bg):before,
    .layout.layout-vua body:not(.simple-reg):after,
    .layout.layout-vua body:not(.simple-reg):before {
        width: calc(50vw - 572px)
    }
}

.layout.layout-vua:not(.custom-bg):before,
.layout.layout-vua body:not(.simple-reg):before {
    left: 0;
    transform: scaleX(-1)
}

.layout.layout-vua:not(.custom-bg):after,
.layout.layout-vua body:not(.simple-reg):after {
    right: 0
}

.layout.promo-bg {
    background: url(assets/CV/Web/img/sys/bg/promo.jpg) 50% 0 no-repeat, url(assets/CV/Web/img/sys/bg/cnt-strip.jpg) 50% 0 repeat-y #000
}

.layout.promo-bg .header,
.layout.promo-bg .header-top:before {
    background: none !important
}

.layout.custom-bg {
    background: none;
    margin: 0 auto;
    pointer-events: none
}

.layout.custom-bg.layout-vua .bg_wrapper,
.layout.custom-bg.layout-vua .bg_wrapper:before {
    background: #0b1f62
}

.layout.custom-bg>* {
    pointer-events: auto
}

.layout.custom-bg .container,
.layout.custom-bg .header {
    background: none;
    pointer-events: none
}

.layout.custom-bg .container>*,
.layout.custom-bg .header>* {
    pointer-events: auto
}

body.simple-reg .layout {
    background-color: #000
}

body.simple-reg .layout:before {
    content: "";
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .4;
    position: absolute;
    background-image: url(assets/CV/Web/img/sys/bg/bg-site.png);
    background-position: top;
    background-repeat: no-repeat
}

@media screen and (min-height:1081px) {
    body.simple-reg .layout:after {
        content: "";
        position: absolute;
        top: auto;
        right: auto;
        bottom: 0;
        left: auto;
        width: 100%;
        height: 200px;
        background-image: -moz-linear-gradient(top, transparent 0, #000 100%);
        background-image: -webkit-linear-gradient(top, transparent, #000);
        background-image: -o-linear-gradient(top, transparent 0, #000 100%);
        background-image: linear-gradient(180deg, transparent 0, #000);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#ff000000", GradientType=0)
    }
}

body.simple-reg__jpg .layout:before {
    filter: blur(8px);
    -webkit-filter: blur(8px);
    background-image: url(assets/CV/Web/img/sys/bg/bg-site.jpg?versiontemp=9998)
}

body.simple-reg__jpg .layout:after {
    content: none;
    display: none
}

body.simple-reg__jpg .layout.layout-vua:before {
    background-image: url(assets/CV/Web/img/sys/bg/vua-bg-site.jpg?versiontemp=9998);
    width: 100%
}

body.simple-reg__jpg .layout.layout-royal:before {
    background-image: url(assets/CV/Web/img/sys/bg/vr-bg-site.jpg?versiontemp=9998)
}

.bg_wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    display: flex;
    justify-content: center
}

.bg_wrapper body:not(.layout-vua) {
    background: #000
}

body.has-popup .bg_wrapper {
    height: 100vh
}

.bg_wrapper__left,
.bg_wrapper__right {
    width: 720px;
    height: 100%;
    background-repeat: no-repeat;
    z-index: 1
}

body.has-popup .bg_wrapper__left,
body.has-popup .bg_wrapper__right {
    height: 100vh
}

.bg_wrapper__left {
    margin-right: 136px;
    background-position-x: 100%
}

.bg_wrapper__right {
    margin-left: 136px
}

@media screen and (min-width:1260px) {
    .bg_wrapper__left {
        margin-right: 232px
    }
    .bg_wrapper__right {
        margin-left: 232px
    }
}

.bg_wrapper:before {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0
}

.bg_wrapper:before body:not(.layout-vua) {
    background: #000
}

.wrapper {
    position: relative;
    width: 952px;
    float: none !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 4
}

@media screen and (min-width:1260px) {
    .wrapper {
        width: 1144px
    }
}

.container {
    position: relative;
    z-index: 2
}

.container>.wrapper {
    margin-bottom: 16px
}

.promo-bg .container {
    background-position: 50% 190%
}

.container-wrapper {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    position: relative;
    padding: 6px;
    border: 1px solid #171e27;
    border-bottom: none;
    background: #0e161f
}

.layout-vua .container:after,
.layout-vua .container:before {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    width: calc(50vw - 476px);
    max-width: 100%;
    z-index: -1;
    background: url(assets/CV/Web/svg/bg-vua.svg) no-repeat 35px 45px;
    background-size: 216px
}

@media (min-width:1260px) {
    .layout-vua .container:after,
    .layout-vua .container:before {
        width: calc(50vw - 572px)
    }
}

.layout-vua .container:before {
    left: 0;
    transform: scaleX(-1)
}

.layout-vua .container:after {
    right: 0
}

.content {
    position: relative;
    width: calc(100% - 316px);
    margin-right: 8px
}

.content--main {
    background-color: #0e161f;
    border: 2px solid #090909;
    border-radius: 4px;
    box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, .05), 0 0 0 1px #171e27
}

.layout:not(.layout-vua) .content--main {
    background: url(assets/CV/Web/img/sys/bg/wrapper-main-1.png) 50% 0 repeat
}

.content-full {
    float: none;
    width: 986px
}

.content-full .game-list {
    margin-left: -21px;
    margin-right: -21px
}

.content-full .tmb {
    margin-left: 19px;
    margin-right: 19px
}

.content-full .cnt-banner {
    margin-left: 21px;
    margin-right: 21px
}

.content-empty {
    width: 100%;
    margin-right: 0
}

.content--privilegies .cnt-main {
    padding: 0 30px 20px
}

img[src*="s.opoxv.com"],
img[src*="syndication.exdynsrv.com"],
img[src*="syndication.exoclick.com"],
img[src*="syndication.realsrv.com"] {
    display: none
}

.preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.preloader img {
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    transform: translate(-50%, -50%);
    opacity: 1;
    pointer-events: none
}

.captcha-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, .8);
    pointer-events: none;
    transition: opacity .2s ease;
    opacity: 0
}

.captcha-container__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer
}

.captcha-container__close:after,
.captcha-container__close:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 2px;
    width: 22px;
    background-color: #fff
}

.captcha-container__close:before {
    transform: translate(-50%, -50%) rotate(45deg)
}

.captcha-container__close:after {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.captcha-container.visible {
    opacity: 1;
    pointer-events: all
}

.captcha-container iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.cnt-text {
    background-color: #0e161f;
    border: 2px solid #090909;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 0 1px #1b2128, 0 0 0 1px #2d3137;
    -moz-box-shadow: inset 0 0 0 1px #1b2128, 0 0 0 1px #2d3137;
    box-shadow: inset 0 0 0 1px #1b2128, 0 0 0 1px #2d3137;
    margin-bottom: 25px
}

.cnt-text__inner {
    padding: 20px
}

.cnt-text__inner>:first-child {
    margin-top: 0 !important
}

.cnt-text__inner>:last-child {
    margin-bottom: 0 !important
}

.cnt-text__inner ol,
.cnt-text__inner ul {
    color: #c2c4cc;
    margin-bottom: 15px;
    font-size: 16px;
    margin-left: 32px;
    line-height: 24px;
    padding-left: 15px
}

.cnt-text__inner ol li,
.cnt-text__inner ul li {
    margin-bottom: 10px
}

.cnt-text__inner ul {
    list-style-type: disc
}

.cnt-table {
    background-color: #0e161f;
    border: 2px solid #090909;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 0 1px rgba(37, 41, 46, .9), 0 2px 0 0 rgba(37, 41, 46, .75), 0 -2px 0 0 rgba(37, 41, 46, .75);
    -moz-box-shadow: 0 0 0 1px rgba(37, 41, 46, .9), 0 2px 0 0 rgba(37, 41, 46, .75), 0 -2px 0 0 rgba(37, 41, 46, .75);
    box-shadow: 0 0 0 1px rgba(37, 41, 46, .9), 0 2px 0 0 rgba(37, 41, 46, .75), 0 -2px 0 0 rgba(37, 41, 46, .75);
    position: relative;
    margin-bottom: 25px
}

.cnt-table-center {
    width: 640px;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.cnt-promo {
    border: 2px solid #090909;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 0 1px #2d3137;
    -moz-box-shadow: 0 0 0 1px #2d3137;
    box-shadow: 0 0 0 1px #2d3137
}

.cnt-pattern,
.cnt-promo {
    background-color: #0e161f;
    margin-bottom: 25px
}

.cnt-pattern {
    border: 2px solid #090909;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(56, 86, 120, .4), 0 0 0 1px #171e27;
    -moz-box-shadow: inset 0 0 0 1px rgba(56, 86, 120, .4), 0 0 0 1px #171e27;
    box-shadow: inset 0 0 0 1px rgba(56, 86, 120, .4), 0 0 0 1px #171e27
}

.cnt-main {
    padding: 0 20px 20px
}

.cnt-main>:last-child {
    margin-bottom: 0 !important
}

.cnt-main .line {
    height: 2px;
    margin: 25px -20px;
    background-color: #000;
    border-bottom: 1px solid hsla(0, 0%, 100%, .1)
}

.cnt-main .game-list+.line {
    margin-top: 10px
}

.cnt-brd {
    background-color: #0e161f;
    border: 2px solid #090909;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 0 1px #1c5ed7, 0 0 0 1px #2d3137;
    -moz-box-shadow: inset 0 0 0 1px #1c5ed7, 0 0 0 1px #2d3137;
    box-shadow: inset 0 0 0 1px #1c5ed7, 0 0 0 1px #2d3137;
    position: relative
}

.cnt-pd {
    padding: 20px
}

.bg-block {
    background: #0e1f31;
    border: 2px solid #0c0c0c;
    -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, .3), 0 -1px 0 #1b2b3b;
    -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, .3), 0 -1px 0 #1b2b3b;
    box-shadow: inset 0 3px 8px rgba(0, 0, 0, .3), 0 -1px 0 #1b2b3b;
    padding: 18px 22px 16px
}

.cnt-main .cnt-top {
    margin: 0 -20px
}

.cnt-top__title {
    float: left;
    padding: 27px 4px 28px 12px;
    font-family: Roboto, sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 12px;
    color: #415367;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .75);
    text-transform: uppercase
}

.cnt-top__module {
    padding-top: 2px
}

.cnt-top__module .btn-lg {
    margin: 12px 17px 13px 40px
}

.cnt-filter {
    margin: 0 -20px
}

.cnt-banner {
    clear: both;
    background-color: #0e161f;
    border: 2px solid #090909;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 0 1px #2d3137;
    -moz-box-shadow: 0 0 0 1px #2d3137;
    box-shadow: 0 0 0 1px #2d3137;
    margin: 3px 8px 15px
}

.cnt-banner a {
    border-radius: 2px;
    overflow: hidden
}

.cnt-banner a,
.cnt-banner img {
    font-size: 0;
    line-height: 0;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    display: block
}

.cnt-banner img {
    width: 100%
}

.content-banner {
    width: calc(100% - 2px);
    margin: 25px 0 0 1px;
    line-height: 0;
    background-color: #0e161f;
    border: 2px solid #090909;
    border-radius: 4px;
    box-shadow: 0 0 0 1px hsla(0, 0%, 100%, .05);
    box-sizing: border-box
}

.cnt-bottom-banner,
.cnt-center-banner,
.cnt-top-banner {
    position: relative;
    margin: 0;
    background-color: #0e161f;
    box-sizing: border-box;
    line-height: 0
}

.cnt-bottom-banner .btn,
.cnt-center-banner .btn,
.cnt-top-banner .btn {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%)
}

.cnt-center-banner img,
.cnt-top-banner img {
    height: auto;
    width: 100%;
    max-width: 100%
}

.cnt-top-banner {
    border-bottom: 2px solid #090909;
    margin: -8px -30px 40px !important;
    max-height: 502px;
    overflow: hidden;
    box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, .05)
}

.cnt-top-banner.jackpot-page {
    display: flex;
    justify-content: center
}

.cnt-top-banner.jackpot-page .jackpot-page-wrap {
    position: absolute;
    top: 108px;
    left: 24px;
    min-width: 426px
}

@media screen and (max-width:1259px) {
    .cnt-top-banner.jackpot-page .jackpot-page-wrap {
        left: 18px;
        min-width: 274px
    }
}

.cnt-top-banner.jackpot-page .jackpot-page-wrap .jackpot-item-block {
    justify-content: center;
    margin-left: 0;
    min-width: 326px
}

.cnt-bottom-banner {
    width: 100%;
    border-top: 2px solid #090909;
    box-shadow: 0 -1px 0 0 hsla(0, 0%, 100%, .05)
}

.cnt-bottom-banner a img {
    height: auto;
    width: 100%;
    max-width: 100%
}

.cnt-center-banner {
    margin: 0 -30px 40px !important;
    border-top: 2px solid #090909;
    border-bottom: 2px solid #090909;
    box-shadow: 0 0 0 1px hsla(0, 0%, 100%, .05)
}

.cnt-share {
    margin: 20px;
    text-align: center
}

.cnt-share:after,
.cnt-share:before {
    content: " ";
    display: table
}

.cnt-share:after {
    clear: both
}

.game-list {
    font-size: 0;
    line-height: 0;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    margin: 0 -8px 10px
}

.game-list:after,
.game-list:before {
    content: "";
    display: table
}

.game-list:after {
    clear: both
}

.game-list-header {
    margin: 20px 26px
}

.light-header {
    height: 63px;
    position: relative;
    z-index: 1;
    text-align: center;
    border-radius: 20px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .9);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, .9);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .9);
    white-space: nowrap
}

.light-header:after,
.light-header:before {
    content: "";
    height: 93px;
    position: absolute;
    top: -18px;
    background-image: url(assets/CV/Web/img/sys/sprites/sprite-lights.png);
    background-repeat: no-repeat;
    z-index: -1
}

.light-header:before {
    left: -12px;
    right: 50%;
    background-position: 0 -2px
}

.light-header:after {
    right: -12px;
    left: 50%;
    background-position: 100% -2px
}

.sidebar-block .light-header {
    margin: -8px -4px 15px
}

.popup .light-header:before {
    background-position: 0 -286px
}

.popup .light-header:after {
    background-position: 100% -286px
}

.light-header__twinkle_1 {
    height: inherit;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    z-index: 1
}

.light-header__twinkle_1:after,
.light-header__twinkle_1:before {
    content: "";
    height: 93px;
    position: absolute;
    top: -18px;
    background-image: url(assets/CV/Web/img/sys/sprites/sprite-lights.png);
    background-repeat: no-repeat;
    z-index: -1
}

.light-header__twinkle_1:before {
    left: -12px;
    right: 50%;
    background-position: 0 -96px
}

.light-header__twinkle_1:after {
    right: -12px;
    left: 50%;
    background-position: 100% -96px
}

.light-header__twinkle_2 {
    height: inherit;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation: blinking-full 1s infinite;
    -o-animation: blinking-full 1s infinite;
    animation: blinking-full 1s infinite;
    -webkit-transition: opacity .1s linear;
    -o-transition: opacity .1s linear;
    transition: opacity .1s linear;
    display: none;
    z-index: 2
}

.light-header__twinkle_2:after,
.light-header__twinkle_2:before {
    content: "";
    height: 93px;
    position: absolute;
    top: -18px;
    background-image: url(assets/CV/Web/img/sys/sprites/sprite-lights.png);
    background-repeat: no-repeat;
    z-index: -1
}

.light-header__twinkle_2:before {
    left: -12px;
    right: 50%;
    background-position: 0 -190px
}

.light-header__twinkle_2:after {
    right: -12px;
    left: 50%;
    background-position: 100% -190px
}

.light-header__title {
    font-size: 20px;
    font-weight: 700;
    height: inherit;
    line-height: 58px;
    color: #c4dcec;
    display: block;
    position: relative;
    z-index: 3
}

.light-header.active .light-header__twinkle_1 {
    display: block;
    opacity: 1;
    filter: alpha(opacity=100)
}

.light-header.active .light-header__twinkle_2 {
    display: none;
    opacity: 0;
    filter: alpha(opacity=0)
}

.light-header.animate .light-header__twinkle_1 {
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-animation: blinking-full-revert 1s infinite;
    -o-animation: blinking-full-revert 1s infinite;
    animation: blinking-full-revert 1s infinite;
    -webkit-transition: opacity .1s linear;
    -o-transition: opacity .1s linear;
    transition: opacity .1s linear
}

.light-header.animate .light-header__twinkle_2 {
    display: block;
    opacity: 0;
    filter: alpha(opacity=0)
}

.cnt-pattern,
.cnt-promo,
.cnt-table,
.cnt-text {
    margin-bottom: 25px
}

#notFoundGames {
    max-width: 800px;
    margin: 0 auto
}

#notFoundGames .h2,
#notFoundGames h1,
#notFoundGames h2,
#notFoundGames h3,
#notFoundGames h4,
#notFoundGames h5,
#notFoundGames h6,
#notFoundGames p {
    padding: 0 20px
}

#notFoundGames .not-found-button-wrapper {
    width: 100%
}

#notFoundGames .not-found-button-wrapper .btn {
    width: 208px;
    margin: 34px auto 0
}

.promo-img img {
    display: block
}

@keyframes loader {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(-1turn)
    }
}

@keyframes wheelIconRotate {
    0% {
        transform: rotate(0deg)
    }
    80% {
        transform: rotate(-2turn)
    }
    to {
        transform: rotate(-2turn)
    }
}

.header {
    position: relative;
    z-index: 3
}

.no-scroll .header {
    z-index: 1
}

.header-top {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    left: 0;
    margin: 0 auto;
    z-index: 4;
    height: 72px;
    backface-visibility: hidden;
    transition: all .3s ease;
    width: 952px
}

@media screen and (min-width:1260px) {
    .header-top {
        width: 1144px
    }
}

.layout-vua .header-top {
    width: 100%;
    background: #0f2477;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .6)
}

.layout-vua .header-top:after,
.layout-vua .header-top:before {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    width: calc(50vw - 476px);
    max-width: 100%;
    z-index: -1;
    background: linear-gradient(91.02deg, #0f2477 .74%, #0f2476 7.3%, #0f2474 13.85%, #0f2371 20.4%, #0e226c 26.95%, #0e2166 33.5%, #0d205f 40.05%, #0c1e57 46.61%, #0c1d4e 53.16%, #0b1b46 59.71%, #0a1a3f 66.26%, #0a1939 72.81%, #091834 79.36%, #091731 85.92%, #09172f 92.47%, #09172e 99.02%);
    opacity: .5
}

@media screen and (min-width:1260px) {
    .layout-vua .header-top:after,
    .layout-vua .header-top:before {
        width: calc(50vw - 572px)
    }
}

.layout-vua .header-top:before {
    left: 0;
    transform: rotate(180deg)
}

.layout-vua .header-top:after {
    right: 0
}

.header-top .wrapper {
    background: #0c131b;
    border-radius: 0 0 6px 6px
}

.layout-vua .header-top .wrapper {
    background: none;
    border-radius: 0
}

.header-top .wrapper:after,
.header-top .wrapper:before {
    content: "";
    height: 96px;
    width: calc(50% + 40px);
    position: absolute;
    top: 0;
    background: url(assets/CV/Web/img/sys/bg/bg-header-top.png) 100% -2px no-repeat;
    background-size: cover;
    z-index: -2;
    pointer-events: none
}

.header-top .wrapper:before {
    right: -40px
}

.header-top .wrapper:after {
    left: -40px;
    transform: rotateY(180deg)
}

.layout-vua .header-top .wrapper:after,
.layout-vua .header-top .wrapper:before {
    content: none
}

.header-top .count {
    min-width: 14px;
    width: auto;
    height: 14px;
    padding: 0 4px;
    position: absolute;
    top: -7px;
    right: auto;
    left: 85%;
    font-family: Roboto, sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
    text-indent: 0;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
    background: linear-gradient(180deg, #d73637, #780424);
    box-shadow: 0 0 1px rgba(0, 0, 0, .5);
    box-sizing: border-box;
    border-radius: 7px;
    z-index: 10
}

.header-top__balances {
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-width: 358px
}

@media screen and (max-width:1259px) {
    .header-top__balances {
        min-width: 340px
    }
}

.layout-vua .header-top__balances {
    min-width: 307px
}

@media screen and (min-width:1260px) {
    .layout-vua .header-top__balances .header-top__right__item {
        margin-right: 24px
    }
    .layout-vua .header-top__balances .header-top__right__item:last-child {
        margin-right: 32px
    }
    .header-top__balances .header-top__right__item {
        margin-right: 24px
    }
    .header-top__balances .header-top__right__item:last-child {
        margin-right: 16px
    }
}

.header-top__message {
    position: relative;
    width: 20px;
    height: 16px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 2px solid #000;
    background: #b8b8cc
}

.header-top__message:after,
.header-top__message:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    height: 2px;
    width: 10px;
    top: 4px;
    background: #000
}

.header-top__message:before {
    transform: rotate(-25deg);
    left: 7px
}

.header-top__message:after {
    transform: rotate(25deg);
    right: 7px
}

.header-top__message.active {
    background: linear-gradient(180deg, #fdbb2c, #ae7d1c)
}

.layout-vua .header-top__message.active {
    background: #b8b8cc
}

.header-top__message.active .red-blinking {
    margin: auto;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 20%;
    background-color: rgba(80, 0, 10, .7);
    box-shadow: 0 0 10px 7px #5f0001;
    animation: blinking-half .7s infinite
}

.layout-vua .header-top__message.active .red-blinking {
    background-color: rgba(0, 17, 80, .7);
    box-shadow: 0 0 10px 7px rgba(64, 76, 224, .7)
}

.header-top__data {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: right;
    box-sizing: border-box;
    cursor: pointer !important
}

.header-top__data-row {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.header-top__data-row .header-top__data__info {
    margin-left: 4px
}

.header-top__data:hover {
    text-decoration: none
}

.header-top__data__title {
    margin: 0;
    text-transform: none;
    text-align: right;
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    color: #b8b8cc;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .4);
    white-space: nowrap
}

.layout-vua .header-top__data__title {
    text-shadow: none
}

.header-top__data__value {
    font-weight: 500;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .4)
}

.layout-vua .header-top__data__value {
    text-shadow: none
}

.header-top__data__value span {
    vertical-align: top;
    max-width: inherit
}

@media screen and (min-width:1260px) {
    .header-top__data__value {
        font-size: 16px;
        line-height: 24px
    }
}

.header-top__btn-cash .btn,
.header-top__btn-enter .btn,
.header-top__btn-reg .btn {
    margin: 0
}

.header-top__btn-enter .btn,
.header-top__btn-reg .btn {
    height: 48px
}

.header-top__btn-enter .btn span,
.header-top__btn-reg .btn span {
    height: 48px;
    line-height: 48px
}

.header-top__btn-reg {
    margin-right: 13px;
    width: 256px
}

.layout-vua .header-top__btn-reg {
    margin-right: 17px
}

@media screen and (max-width:1259px) {
    .header-top__btn-reg {
        margin-right: -8px
    }
}

:not(.layout-vua) .header-top__btn-reg {
    width: 180px
}

@media screen and (min-width:1260px) {
    :not(.layout-vua) .header-top__btn-reg {
        width: 256px
    }
}

:not(.layout-vua) .header-top__btn-reg a>span:first-child {
    display: none
}

:not(.layout-vua) .header-top__btn-reg a>span:nth-child(2) {
    display: block
}

@media screen and (min-width:1260px) {
    :not(.layout-vua) .header-top__btn-reg a>span:first-child {
        display: block
    }
    :not(.layout-vua) .header-top__btn-reg a>span:nth-child(2) {
        display: none
    }
}

.header-top__btn-enter {
    min-width: 96px;
    max-width: 181px;
    margin-right: 13px
}

.layout-vua .header-top__btn-enter {
    margin-right: 0
}

@media screen and (max-width:1259px) {
    .header-top__btn-enter {
        margin-right: -22px
    }
}

.header-top__btn-cash {
    width: 128px;
    height: 62px;
    margin: -3px 0 0 16px;
    border-radius: 0;
    transform: skewX(-15deg);
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    background: linear-gradient(0deg, rgba(0, 0, 0, .5) 0, transparent) #d0021b;
    text-decoration: none !important;
    color: #fff;
    font-size: 12px;
    will-change: background;
    transition: background-color .2s
}

.layout-vua .header-top__btn-cash {
    position: relative;
    width: 125px;
    height: 48px;
    margin: 1px 0 0 6px;
    background: linear-gradient(180deg, #d73637, #780424);
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    border-radius: 4px;
    border: 0;
    transform: none;
    transition: .2s;
    will-change: background, filter
}

.layout-vua .header-top__btn-cash:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .5);
    filter: brightness(1.1)
}

@media screen and (min-width:1260px) {
    .layout-vua .header-top__btn-cash {
        width: 164px;
        height: 48px;
        margin: 1px -1px 0 3px
    }
}

.layout-vua .header-top__btn-cash:after {
    height: 100%;
    border: 0
}

@media screen and (min-width:1260px) {
    .header-top__btn-cash {
        width: 160px;
        margin-left: 24px
    }
}

.header-top__btn-cash:hover {
    background-color: #ea021e
}

.header-top__btn-cash:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: -3px;
    height: 60px;
    width: calc(100% + 6px);
    box-sizing: border-box;
    border-right: 1px solid #1a222a;
    border-left: 1px solid #1a222a;
    background: none
}

.header-top__btn-cash>span {
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 62px;
    font-weight: 500;
    height: 62px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
    transform: skewX(15deg)
}

.layout-vua .header-top__btn-cash>span {
    height: 100%;
    font-size: 16px;
    line-height: 48px;
    font-weight: 400;
    color: #fff;
    transform: none
}

.layout-vua .header-top__btn-cash>span span {
    display: inline-block;
    margin-left: 4px;
    opacity: 1
}

@media (max-width:1259px) {
    .layout-vua .header-top__btn-cash>span span {
        display: none
    }
}

.header-top__left {
    float: left;
    width: 195px;
    height: 72px;
    margin-right: -174px;
    box-sizing: border-box
}

.header-top__left>a {
    display: inline-block
}

.header-top__left .logo {
    margin-left: -50px;
    transition: opacity .3s ease-in, visibility .3s ease-in
}

.header-top__right {
    display: flex;
    justify-content: flex-end;
    width: 790px;
    margin-left: 162px;
    height: 62px;
    padding-right: 6px;
    box-sizing: border-box
}

@media screen and (max-width:1259px) {
    .layout:not(.layout-vua) .header-top__right {
        width: 798px;
        margin-left: 156px
    }
}

.layout-vua .header-top__right {
    width: 741px;
    margin-left: 256px;
    padding-top: 12px;
    padding-right: 0
}

@media screen and (min-width:1260px) {
    .layout-vua .header-top__right {
        width: 918px;
        margin-left: 226px;
        padding-top: 11px
    }
}

.header-top__right__item {
    display: inline-flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    vertical-align: top
}

@media screen and (max-width:1259px) {
    .header-top__right__item {
        margin-right: 20px
    }
    .header-top__right__item:last-child {
        margin-right: 8px
    }
    .layout-vua .header-top__right__item:last-child {
        margin-right: 24px
    }
}

.layout-vua .header-top__right__item.socials_login {
    order: -1;
    flex-direction: row-reverse
}

.layout-vua .header-top__right__item.socials_login a {
    width: 40px;
    height: 40px;
    margin-right: 12px;
    border: 1px solid hsla(0, 0%, 100%, .1);
    box-sizing: border-box;
    border-radius: 4px;
    background-size: 100%;
    transition: background-color .3s
}

.layout-vua .header-top__right__item.socials_login a:hover {
    filter: none;
    background-color: hsla(0, 0%, 100%, .05)
}

.header-top__right__item--balance .hint-white__item:nth-child(2) {
    padding-top: 13px;
    padding-bottom: 16px
}

.header-top__right__item--stash {
    visibility: visible;
    opacity: 1;
    will-change: opacity;
    transition: opacity .2s linear
}

.header-top__right__item--stash .header-top__data__title {
    right: 10px
}

.header-top__right__item--stash .btn {
    margin: 10px 0 0
}

.header-top__right__item--stash .btn span {
    font-weight: 500;
    font-size: 12px
}

.header-top__right__item--stash .btn-disabled {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .1) !important
}

.header-top__right__item--stash .btn-disabled span {
    color: rgba(0, 0, 0, .6) !important
}

.header-top__right__item--stash[data-user-stash-state=active] svg {
    box-shadow: 0 0 6px 0 #c59021;
    -webkit-animation: blinking-half 1.5s infinite;
    -o-animation: blinking-half 1.5s infinite;
    animation: blinking-half 1.5s infinite;
    border-radius: 50%
}

.header-top__right__item--stash[data-user-stash-state=active] .btn {
    cursor: pointer;
    pointer-events: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    border: none
}

.header-top__right__item--stash[data-user-stash-state=active] .btn span {
    color: #fff;
    line-height: 32px
}

.header-top__right__item--stash[data-user-stash-state=hide] .btn,
.header-top__right__item--stash[data-user-stash-state=inactive] .btn {
    border-radius: 2px;
    cursor: default;
    pointer-events: none;
    border: 2px solid rgba(0, 0, 0, .1);
    background: transparent;
    box-shadow: none
}

.header-top__right__item--stash[data-user-stash-state=hide] .btn span,
.header-top__right__item--stash[data-user-stash-state=inactive] .btn span {
    line-height: 26px;
    color: rgba(0, 0, 0, .6)
}

.header-top__right__item--stash[data-user-stash-state=hide] {
    visibility: hidden;
    opacity: 0;
    max-width: 0;
    margin-right: 0
}

.header-top__right__item--message {
    margin: 0 0 0 10px
}

@media screen and (min-width:1260px) {
    .header-top__right__item--message {
        margin: 0 10px 0 20px
    }
}

.layout-vua .header-top__right__item--message {
    margin: 0 0 0 16px
}

.header-top__right__item .hover-hint {
    display: inline-block
}

.header-top__right__item .hover-hint-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 40px
}

.header-top__right__item .hover-hint-container .header-top__data {
    width: auto
}

.header-top__right__item .hover-hint--data .header-top__data {
    margin-top: 0;
    margin-right: 0
}

.header-top__right__item .hover-hint .hint-white__item-profile {
    display: inline-block
}

.header-top__right .user-bar__btns {
    position: static
}

@media screen and (min-width:1260px) {
    .header-top__right {
        width: 970px;
        margin-left: 174px
    }
}

.header-top__logto {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin: 0 28px;
    padding: 0 15px;
    background: #000;
    box-shadow: 0 0 0 hsla(0, 0%, 100%, .05);
    border-radius: 16px;
    font-weight: 500;
    font-size: 10px;
    line-height: 16px;
    color: #7e8187;
    letter-spacing: 0;
    text-shadow: 0 1px 0 #000
}

.layout:not(.layout-vua) .header-top__logto {
    margin: 0 16px 0 18px
}

.header-top__logto:after {
    left: 23px;
    background: #000;
    width: 2px
}

.header-top__logto:after,
.header-top__logto:before {
    content: "";
    position: absolute;
    top: -24px;
    bottom: 0;
    height: 62px;
    z-index: -1
}

.header-top__logto:before {
    left: 25px;
    width: 1px;
    opacity: .05;
    background: #fff
}

.layout-vua .header-top__logto {
    margin: 0 14px 0 -4px;
    background: none;
    color: hsla(0, 0%, 100%, .6);
    text-shadow: none
}

.layout-vua .header-top__logto:after,
.layout-vua .header-top__logto:before {
    content: none
}

.header-top .social:last-child {
    margin: 0 6px 0 -6px
}

.layout:not(.layout-royal):not(.layout-vua) .header-top .social:last-child {
    margin: 0 -3px 0 0
}

.header-top .social-item a {
    margin-right: 8px
}

.header-profile {
    position: relative;
    width: 170px;
    height: 100%;
    margin: 0
}

@media screen and (min-width:1260px) {
    .header-profile {
        width: 210px
    }
}

.layout-vua .header-profile {
    width: 212px;
    margin-top: 3px
}

@media screen and (min-width:1260px) {
    .layout-vua .header-profile {
        width: 216px
    }
}

.header-profile__ico {
    position: absolute !important;
    left: -8px;
    top: 15px
}

.layout-vua .header-profile__ico {
    top: 0;
    left: 1px
}

.header-profile__ico.ico .level {
    background-image: url(assets/CV/Web/img/sys/loyalty/lvl_icon.png);
    width: 48px;
    height: 48px
}

.layout-vua .header-profile__ico.ico .level {
    margin: 0
}

.header-profile__mail {
    z-index: 1
}

.header-profile__progress {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    height: 62px;
    width: 100%;
    box-sizing: border-box;
    background: #000;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    transform: skewX(15deg)
}

.layout-vua .header-profile__progress {
    height: 48px;
    transform: none;
    border: 1px solid #253470;
    border-radius: 4px;
    background: transparent
}

.layout-vua .header-profile__progress:after,
.layout-vua .header-profile__progress:before {
    content: none
}

.header-profile__progress:after {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: -3px;
    height: 60px;
    width: calc(100% + 6px);
    border-right: 1px solid #1a222a;
    border-left: 1px solid #1a222a;
    background: #000;
    z-index: 1;
    box-sizing: border-box
}

.header-profile__progress:before {
    content: "";
    display: block;
    position: absolute;
    left: -11px;
    top: 13px;
    z-index: 0;
    width: 36px;
    height: 36px;
    border: 1px solid #1a222a;
    background: none;
    border-radius: 8px;
    transform: skewX(-15deg)
}

.header-profile__progress__fill {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(180deg, #226dbf, #04407d);
    opacity: .8
}

.layout-vua .header-profile__progress__fill {
    background: #2842a7;
    opacity: .5;
    border-radius: 4px 0 0 4px
}

.header-profile__progress .progress-info {
    width: 100%;
    height: 100%;
    padding: 18px 10px 12px 40px;
    box-sizing: border-box;
    line-height: 10px;
    position: relative;
    z-index: 10;
    transform: skewX(-15deg)
}

.layout-vua .header-profile__progress .progress-info {
    transform: none;
    padding: 9px 9px 12px 55px
}

.header-profile__progress .progress-info__item {
    color: #fff;
    white-space: nowrap
}

.header-profile__progress .progress-info__item-mail {
    display: inline-block;
    height: auto;
    padding-bottom: 0;
    margin: 0
}

.header-profile__progress .progress-info__item-mail>a {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    max-width: 130px
}

@media screen and (min-width:1260px) {
    .header-profile__progress .progress-info__item-mail>a {
        max-width: 150px
    }
}

.header-profile__progress .progress-info__item-precent,
.header-profile__progress .progress-info__item-title {
    font-weight: 400;
    font-size: 10px;
    line-height: 19px
}

.header-profile__progress .progress-info__item-title {
    position: relative;
    margin-right: 8px
}

.header-profile__progress .progress-info__item-title:after {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 2px;
    background: #fff;
    top: 5px;
    right: -6px
}

.header-profile__progress .progress-info__item-bonus {
    display: none;
    width: 16px;
    height: 12px;
    cursor: pointer;
    -webkit-transition: width .1s ease-in;
    -o-transition: width .1s ease-in;
    transition: width .1s ease-in;
    -webkit-animation: blinking-half 1.5s infinite;
    -o-animation: blinking-half 1.5s infinite;
    animation: blinking-half 1.5s infinite
}

.header-profile__progress .progress-info__item-bonus:hover {
    -webkit-animation: 1.5s infinite none;
    -o-animation: none 1.5s infinite;
    animation: 1.5s infinite none
}

.header-profile__progress .progress-info__item-bonus.x2 {
    display: inline-block;
    background: url(assets/CV/Web/svg/icon/bonus-x2.svg) top no-repeat;
    background-size: 20px 20px
}

.layout-vua .header-profile__progress .progress-info__item-bonus.x2 {
    width: 17px;
    height: 9px;
    background: url(assets/CV/Web/svg/icon/bonus-x2-vua.svg) top no-repeat
}

.header-profile__progress .progress-info__item-bonus.x3 {
    display: inline-block;
    background: url(assets/CV/Web/svg/icon/bonus-x3.svg) top no-repeat;
    background-size: 20px 20px
}

.layout-vua .header-profile__progress .progress-info__item-bonus.x3 {
    background-position-y: 1px
}

.header .count {
    position: absolute;
    top: -7px;
    left: 85%;
    right: auto;
    min-width: 14px;
    width: auto;
    height: 14px;
    padding: 0 4px;
    text-align: center;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
    text-indent: 0;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
    background: linear-gradient(180deg, #d73637, #780424);
    box-shadow: 0 0 1px rgba(0, 0, 0, .5);
    border-radius: 50%;
    z-index: 10;
    box-sizing: border-box
}

.header-wheelfortune {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 10px
}

.header-wheelfortune:hover .loader-spinning-part__container {
    animation-play-state: running
}

.layout-vua .header-wheelfortune {
    margin: 0 0 0 19px
}

.layout-vua .header-wheelfortune .count {
    min-width: 17px;
    width: 17px;
    height: 17px;
    padding: 0;
    line-height: 17px;
    border-radius: 50%
}

.header-wheelfortune .count {
    top: 3px;
    left: 31px
}

.header-wheelfortune .loader-spinning-part,
.header-wheelfortune .loader-spinning-part__container {
    animation: loader 1.5s linear infinite;
    transform-origin: center
}

.header-wheelfortune .loader-spinning-part__container {
    animation-play-state: paused
}

.header-middle {
    min-height: 72px;
    position: relative;
    z-index: 1
}

.layout.custom-bg .header-middle {
    pointer-events: none
}

.layout.custom-bg .header-middle>* {
    pointer-events: auto
}

.logo {
    transition: width 0s 1s
}

.logo.logo-img-loaded {
    width: 0 !important
}

.logo.logo-img-loaded:before {
    opacity: 1
}

.layout:not(.layout-royal):not(.layout-vua) .logo {
    width: 207px;
    height: 176px;
    background: url(assets/CV/Web/img/logo-canvas/retina_logo_1.png) 50%/contain no-repeat, url(assets/CV/Web/img/logo-canvas/normal_logo_bg.png) 50%/contain no-repeat
}

.layout:not(.layout-royal):not(.layout-vua) .user-sidebar__logo .logo {
    width: 227px;
    height: 134px
}

.layout-royal .logo,
.layout-vua .logo {
    width: 240px;
    height: 240px;
    margin-top: -17px;
    margin-left: -19px;
    background-size: cover
}

.layout-royal .logo.logo-img-loaded,
.layout-vua .logo.logo-img-loaded {
    width: 240px;
    height: 175px
}

@media screen and (min-width:1260px) {
    .layout-royal .logo,
    .layout-vua .logo {
        margin-left: 30px
    }
}

@media screen and (min-width:1260px) {
    .layout-royal .logo-user .logo,
    .layout-vua .logo-user .logo {
        margin-left: -9px
    }
}

.layout-royal .logo {
    background-image: url(assets/CV/Web/img/royal-logo/frame_1.png), url(assets/CV/Web/img/royal-logo/frame_2.png), url(assets/CV/Web/img/royal-logo/frame_4.png), url(assets/CV/Web/img/royal-logo/frame_5.png), url(assets/CV/Web/img/royal-logo/frame_7.png), url(assets/CV/Web/img/royal-logo/frame_8.png), url(assets/CV/Web/img/royal-logo/frame_9.png), url(assets/CV/Web/img/royal-logo/frame_14.png), url(assets/CV/Web/img/royal-logo/frame_15.png), url(assets/CV/Web/img/royal-logo/frame_16.png)
}

.layout-vua .logo {
    background-image: url(assets/CV/Web/img/vua-logo/frame_1.png), url(assets/CV/Web/img/vua-logo/frame_2.png), url(assets/CV/Web/img/vua-logo/frame_4.png), url(assets/CV/Web/img/vua-logo/frame_5.png), url(assets/CV/Web/img/vua-logo/frame_7.png), url(assets/CV/Web/img/vua-logo/frame_8.png), url(assets/CV/Web/img/vua-logo/frame_9.png), url(assets/CV/Web/img/vua-logo/frame_14.png), url(assets/CV/Web/img/vua-logo/frame_15.png), url(assets/CV/Web/img/vua-logo/frame_16.png)
}

.layout-royal .user-sidebar__logo .logo,
.layout-vua .user-sidebar__logo .logo {
    width: 175px;
    height: 175px;
    margin-left: 0
}

.logo:before {
    content: "";
    position: relative;
    z-index: 2;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
    transition-delay: 1s
}

@media screen and (min-width:1260px) {
    .logo:before {
        left: 0
    }
}

.layout:not(.layout-royal):not(.layout-vua) .logo:before {
    top: 2px;
    left: -1px;
    width: 207px;
    height: 176px;
    animation: cvLogo 3s steps(1) infinite
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .layout:not(.layout-royal):not(.layout-vua) .logo:before {
        animation-name: cvLogoRetina
    }
}

.layout:not(.layout-royal):not(.layout-vua) .user-sidebar__logo .logo:before {
    top: 0;
    left: -80px;
    width: 227px;
    height: 134px
}

.layout-royal .logo:before,
.layout-vua .logo:before {
    top: 0;
    left: 0;
    width: 240px;
    height: 175px;
    background-size: cover
}

.layout-royal .logo:before {
    background-image: url(assets/CV/Web/img/royal-logo/frame_1.png), url(assets/CV/Web/img/royal-logo/frame_2.png), url(assets/CV/Web/img/royal-logo/frame_4.png), url(assets/CV/Web/img/royal-logo/frame_5.png), url(assets/CV/Web/img/royal-logo/frame_7.png), url(assets/CV/Web/img/royal-logo/frame_8.png), url(assets/CV/Web/img/royal-logo/frame_9.png), url(assets/CV/Web/img/royal-logo/frame_14.png), url(assets/CV/Web/img/royal-logo/frame_15.png), url(assets/CV/Web/img/royal-logo/frame_16.png);
    animation: royalLogo 3.5s steps(1) infinite
}

.layout-vua .logo:before {
    background-image: url(assets/CV/Web/img/vua-logo/frame_1.png), url(assets/CV/Web/img/vua-logo/frame_2.png), url(assets/CV/Web/img/vua-logo/frame_4.png), url(assets/CV/Web/img/vua-logo/frame_5.png), url(assets/CV/Web/img/vua-logo/frame_7.png), url(assets/CV/Web/img/vua-logo/frame_8.png), url(assets/CV/Web/img/vua-logo/frame_9.png), url(assets/CV/Web/img/vua-logo/frame_14.png), url(assets/CV/Web/img/vua-logo/frame_15.png), url(assets/CV/Web/img/vua-logo/frame_16.png);
    animation: vuaLogo 3.5s steps(1) infinite
}

.layout-royal .user-sidebar__logo .logo:before,
.layout-vua .user-sidebar__logo .logo:before {
    left: -87px;
    width: 175px;
    height: 175px
}

.header-logo {
    position: absolute;
    top: -1px;
    left: 50%;
    z-index: 4;
    display: block;
    margin-left: -521px
}

@media screen and (min-width:1260px) {
    .header-logo {
        margin-left: -621px
    }
}

.header-logo>a {
    display: inline-block
}

.user-sidebar__logo {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 26px 0 0 -5px;
    box-sizing: border-box
}

.layout-royal .user-sidebar__logo,
.layout-vua .user-sidebar__logo {
    margin: 19px 0 0 -5px
}

.user-sidebar__logo img {
    width: 100%;
    max-width: 100%
}

.layout-vua .user-sidebar__logo .logo {
    background: url(assets/CV/Web/img/vua-logo/logo.svg?versiontemp=999) 50% no-repeat;
    background-size: contain;
    width: 176px !important;
    height: 64px;
    margin: 11px 0 20px 10px
}

.layout-vua .user-sidebar__logo .logo:before {
    content: none
}

.scroll-logo {
    width: 128px;
    height: 64px;
    margin: 0 0 0 26px;
    transform: translateY(-40px);
    opacity: 0;
    visibility: hidden;
    transition: none;
    background-position: 50%;
    background-repeat: no-repeat
}

.scroll-logo:not(.unique-logo) {
    background-image: url(assets/CV/Web/img/logo-scroll.png)
}

.layout-vua .scroll-logo {
    width: 192px;
    height: 70px;
    margin: 2px 0 0 -9px
}

.header-top.logo-static .scroll-logo {
    margin: -1px 0 0 16px;
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: opacity .2s ease-out, transform .2s ease-out;
    background-size: contain !important
}

.layout-vua .header-top.logo-static .scroll-logo {
    margin: 2px 0 0 -5px
}

.layout-royal .scroll-logo:not(.unique-logo) {
    background-image: url(assets/CV/Web/img/vr-logo-scroll.png)
}

.layout-vua .scroll-logo:not(.unique-logo) {
    background-image: url(assets/CV/Web/img/vua-logo/logo.svg?versiontemp=999)
}

.mirror-logo {
    max-width: 240px;
    max-height: 240px
}

body .layout-vua .header-logo {
    display: none
}

.cnt-main {
    box-sizing: border-box;
    z-index: 4;
    padding: 0 5px;
    margin-bottom: 7px
}

.cnt-top {
    padding: 0 0 0 5px
}

.cnt-main.cnt-top {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 86px;
    margin-bottom: 0;
    box-sizing: border-box
}

.container-wrapper:after,
.container-wrapper:before {
    content: " ";
    display: table
}

.container-wrapper:after {
    clear: both
}

.container-wrapper {
    padding: 6px 6px 36px;
    border-radius: 8px 8px 0 0
}

.container-wrapper.search--expand .nav--main {
    margin-left: 0;
    opacity: 0
}

.container-wrapper.search--expand .search-wrapper {
    width: 934px;
    right: 0
}

@media screen and (min-width:1260px) {
    .container-wrapper.search--expand .search-wrapper {
        width: 1126px
    }
}

.container-wrapper.search--expand .search-input {
    border-radius: 0 6px 6px 0
}

.container-wrapper.search--result .cnt-main--static {
    display: none
}

.container-wrapper.search--result .cnt-main--livesearch {
    display: block
}

.container-wrapper.search--gameHallPopular .cnt-main--static {
    display: none
}

.container-wrapper.search--gameHallPopular .cnt-main--livesearch {
    display: block
}

.container-wrapper.search--preload .cnt-main--static {
    display: none
}

.container-wrapper.search--preload .cnt-main--livesearch {
    display: block;
    position: relative;
    min-height: 150px
}

.container-wrapper.search--preload .cnt-main--livesearch:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: url(assets/CV/Web/img/sys/anim/loader.gif) 50% 50% no-repeat
}

.container-wrapper.search--preload .cnt-main--livesearch [data-livesearch=not-found],
.container-wrapper.search--preload .cnt-main--livesearch [data-livesearch=result] {
    display: none !important
}

.container-wrapper .cnt-main--livesearch {
    display: none;
    min-height: 150px
}

.container-wrapper .cnt-main--livesearch [data-livesearch=not-found],
.container-wrapper .cnt-main--livesearch [data-livesearch=result] {
    display: none
}

.cnt-main--static {
    padding: 0 30px 30px;
    margin-bottom: 0
}

.cnt-main--static .vendor:first-child,
.cnt-main--static>:first-child:not([data-filters]) {
    margin-top: 40px
}

.cnt-main--livesearch {
    padding: 30px;
    margin-bottom: 0
}

.footer {
    border: 1px solid #21242e;
    border-top: none;
    position: relative;
    background: #0e161f;
    border-radius: 0 0 12px 12px;
    padding: 0 40px
}

.footer--9may {
    background: transparent;
    padding: 0 72px;
    border: none;
    border-radius: 0
}

.footer--9may .footer-separator {
    width: 100%;
    margin: 0
}

.footer--9may .footer-bottom {
    width: 952px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box
}

@media screen and (min-width:1288px) {
    .footer--9may .footer-bottom {
        width: 1144px
    }
}

.footer .h4,
.footer h4 {
    font-weight: 400;
    line-height: 24px;
    margin: 10px 0
}

.footer li,
.footer p {
    font-size: 12px;
    line-height: 20px
}

.footer p {
    color: #b8b8cc;
    font-weight: 400;
    margin: 0 0 15px
}

.footer li {
    white-space: nowrap
}

.footer-top {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    position: relative;
    z-index: 3;
    min-height: 24px;
    padding: 10px 0
}

.footer-payments-wrapper {
    height: 100%;
    width: 100%;
    box-sizing: border-box
}

.footer-lang-list+.footer-payments-wrapper {
    width: unset;
    flex: 1 1 auto
}

.footer-lang-list+.footer-payments-wrapper ul {
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 32px
}

.footer-payments-block {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    min-height: 24px;
    padding: 10px 0 42px
}

.footer-middle {
    display: flex;
    width: 100%;
    padding: 30px 0 50px
}

.layout-vua .footer-middle {
    padding: 0 0 50px
}

.footer-middle noindex {
    flex: 1 1 auto
}

.footer-separator {
    width: calc(100% + 80px);
    height: 1px;
    margin: 0 -40px;
    text-align: center;
    background: rgba(123, 150, 200, .1)
}

.footer-bottom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
    min-height: 96px;
    padding: 10px 0;
    border-radius: 0 0 12px 12px
}

.footer-bottom__item {
    display: inline-block;
    width: 33.33333%;
    height: 100%;
    vertical-align: middle
}

.footer-bottom__item,
.footer-bottom__item a,
.footer-bottom__item p {
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    margin: 0
}

.footer-bottom__item--left {
    text-align: left
}

.footer-bottom__item--right {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.footer-bottom__item--center {
    text-align: center
}

.footer-contact {
    display: flex;
    align-items: center;
    width: fit-content
}

.footer-contact svg {
    margin-right: 12px
}

.footer-copy {
    color: #b8b8cc
}

.footer-wp {
    display: inline-block;
    width: 96px;
    height: 32px;
    margin: 0 18px 0 0 !important;
    background: url(assets/CV/Web/img/welcome_partners.png) 50% no-repeat;
    background-size: contain
}

.layout-vua .footer-wp {
    width: 123px;
    height: 38px;
    margin: 0 23px 0 0 !important;
    background: url(assets/CV/Web/svg/affiliates.svg) 50% no-repeat
}

.footer-list {
    display: inline-block;
    width: 168px;
    padding-right: 24px
}

.footer-list li {
    margin-bottom: 4px
}

.footer-list a {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px
}

.footer .carousel-footer .h1,
.footer .carousel-footer .h2,
.footer .carousel-footer .h3,
.footer .carousel-footer .h4,
.footer .carousel-footer .h5,
.footer .carousel-footer .h6,
.footer .carousel-footer h1,
.footer .carousel-footer h2,
.footer .carousel-footer h3,
.footer .carousel-footer h4,
.footer .carousel-footer h5,
.footer .carousel-footer h6 {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: hsla(0, 0%, 100%, .8);
    margin-bottom: 8px
}

.footer .carousel-footer .h1,
.footer .carousel-footer h1 {
    font-size: 16px
}

.footer .carousel-footer ol {
    list-style-type: decimal;
    margin-left: 7px
}

.footer .carousel-footer ul {
    list-style: none
}

.footer .carousel-footer ol,
.footer .carousel-footer ul {
    padding-left: 10px
}

.footer .carousel-footer ol:not(:last-child),
.footer .carousel-footer ul:not(:last-child) {
    margin-bottom: 16px;
    padding: 0 0 0 8px
}

.footer .carousel-footer ol li,
.footer .carousel-footer ul li {
    position: relative;
    font-size: 12px;
    white-space: normal;
    line-height: 150%;
    color: hsla(0, 0%, 100%, .6);
    margin: 0 0 8px
}

.footer .carousel-footer ol li:last-child,
.footer .carousel-footer ul li:last-child {
    margin-bottom: 0
}

.footer .carousel-footer ul li {
    padding-left: 10px
}

.footer .carousel-footer ul li:before {
    content: "";
    position: absolute;
    top: 7px;
    left: -3px;
    width: 3px;
    height: 3px;
    background: hsla(0, 0%, 100%, .6);
    border-radius: 100%
}

.footer .carousel-footer ol.carousel-indicators>li {
    margin: 0 8px 0 0
}

.footer .carousel-footer ol.carousel-indicators>li:last-of-type {
    margin-right: 0
}

.footer .carousel-footer .list__wrapper {
    display: flex;
    margin-bottom: 16px
}

.footer .carousel-footer .list__wrapper ol,
.footer .carousel-footer .list__wrapper ul {
    width: 50%
}

.footer .carousel-footer .list__wrapper ol:not(:last-child),
.footer .carousel-footer .list__wrapper ul:not(:last-child) {
    margin-right: 16px
}

.footer .carousel-footer table {
    width: 99%;
    border-collapse: collapse;
    border-radius: 10px;
    border-style: hidden;
    box-shadow: 0 0 0 1px hsla(0, 0%, 100%, .1);
    margin: 8px 0 8px 1px
}

.footer .carousel-footer table tr:first-child th {
    padding: 16px 16px 8px
}

.footer .carousel-footer table tr td:first-child,
.footer .carousel-footer table tr th:first-child {
    width: 180px;
    line-height: 20px
}

.footer .carousel-footer table tr:last-child td {
    padding: 8px 16px 16px
}

.footer .carousel-footer table th {
    font-weight: 500;
    color: hsla(0, 0%, 100%, .8)
}

.footer .carousel-footer table td {
    font-weight: 400;
    color: hsla(0, 0%, 100%, .6);
    line-height: 20px
}

.footer .carousel-footer table td,
.footer .carousel-footer table th {
    font-family: Roboto;
    font-size: 12px;
    text-align: left;
    line-height: 150%;
    border: 1px solid hsla(0, 0%, 100%, .1);
    padding: 8px 16px;
    vertical-align: top
}

.footer .carousel-footer p {
    font-size: 12px;
    color: hsla(0, 0%, 100%, .6);
    line-height: 150%;
    margin: 0 0 16px
}

.footer-payments {
    height: 100%;
    text-align: center
}

.footer-payments ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 100%
}

.footer-payments__item {
    position: relative;
    display: inline-flex;
    flex: 1 1 0;
    min-width: 64px;
    max-width: 92px;
    height: 32px
}

.footer-payments__item a {
    display: block;
    width: 100%;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.footer-payments__item:last-child {
    padding-left: 0
}

.footer-payments__item--yandex {
    height: 24px;
    background-image: url(assets/CV/Web/svg/footer-payments-redesign/yandexmoney.svg);
    order: 0
}

.footer-payments__item--qiwi {
    height: 27px;
    background-image: url(assets/CV/Web/svg/footer-payments-redesign/qiwi.svg);
    order: 1
}

.footer-payments__item--mastercard {
    height: 24px;
    background-image: url(assets/CV/Web/svg/footer-payments-redesign/mastercard.svg);
    order: 2
}

.footer-payments__item--maestro {
    height: 24px;
    background-image: url(assets/CV/Web/svg/footer-payments-redesign/maestro.svg);
    order: 3
}

.footer-payments__item--visa {
    height: 15px;
    background-image: url(assets/CV/Web/svg/footer-payments-redesign/visa.svg);
    order: 4
}

.footer-payments__item--cirrus {
    height: 24px;
    background-image: url(assets/CV/Web/svg/footer-payments-redesign/cirrus.svg);
    order: 5
}

.footer-payments__item--sberbank {
    height: 23px;
    background-image: url(assets/CV/Web/svg/footer-payments-redesign/shape.svg);
    order: 6
}

.footer-payments__item--webmoney {
    height: 24px;
    background-image: url(assets/CV/Web/svg/footer-payments-redesign/webmoney.svg);
    order: 7
}

.footer-payments__item--alfa {
    height: 24px;
    background-image: url(assets/CV/Web/svg/footer-payments-redesign/alfabank.svg);
    order: 8
}

.footer-payments__item[class*=footer-payments__item--] {
    width: 40px
}

.sidebar {
    width: 304px
}

.sidebar-block {
    box-sizing: border-box;
    border-radius: 6px;
    padding: 24px 30px 30px;
    background: url(assets/CV/Web/img/sys/new-filter/perforated_texture.png) 50% 0 repeat #000;
    position: relative;
    margin-bottom: 6px;
    border: 2px solid #000;
    box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, .05), 0 0 0 1px #171e27;
    background-size: 16px;
    overflow: hidden
}

.layout-vua .sidebar-block {
    background: transparent
}

.sidebar-block__section {
    position: relative;
    z-index: 2;
    width: 100%;
    margin-bottom: 16px
}

.sidebar-block.cnt-top {
    height: 80px;
    padding: 14px 30px;
    margin-bottom: 7px
}

.sidebar-block:last-child {
    margin-bottom: 0
}

.sidebar-block__img {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto
}

.sidebar-block__img:not(.sidebar-block__img--bonus) {
    background: #000
}

.sidebar-block__img img {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: .4
}

.sidebar-block__img img[data-character] {
    top: auto;
    right: -36px;
    bottom: 0;
    left: auto;
    width: auto;
    max-width: 195px;
    height: auto;
    transform: translateX(0);
    opacity: 1
}

.sidebar-block--news__box .sidebar-block__img img[data-character] {
    opacity: .4
}

.sidebar-block__img--bonus img {
    top: auto;
    left: 64%;
    bottom: 0;
    height: 264px;
    width: 216px;
    opacity: 1
}

.sidebar-block--bonus:before {
    content: "";
    position: absolute;
    z-index: 0;
    object-fit: cover;
    transform: translateX(-50%);
    top: auto;
    left: 64%;
    bottom: 0;
    height: 264px;
    width: 216px;
    background: url(assets/CV/Web/img/pic/sidebar-bonus-prize.png) 0 0 no-repeat;
    background-size: cover
}

.sidebar-block--pay-now-widget {
    padding: 24px 22px
}

.sidebar-block--pay-now-widget .pay-now-widget {
    padding: 0
}

.sidebar-block--pay-now-widget .pay-now-widget__form {
    height: 104px
}

.sidebar-block--pay-now-widget .pay-now-widget__form-main {
    padding: 8px 0
}

.sidebar-block--pay-now-widget .pay-now-widget__form-footer {
    margin: 0 8px
}

.sidebar-block--pay-now-widget .pay-now-widget__card {
    flex-basis: 66px
}

.sidebar-block--tournament {
    perspective: 300px;
    height: 800px;
    padding: 0;
    max-height: 0;
    will-change: max-height;
    transition: max-height .35s
}

.sidebar-block--tournament .sidebar-spikes__bottom:after,
.sidebar-block--tournament .sidebar-spikes__bottom:before {
    z-index: 3
}

.sidebar-block--tournament .sidebar-block__img {
    height: 256px;
    width: 300px;
    margin: -24px -30px -4px
}

.sidebar-block--tournament .sidebar__header {
    max-width: 240px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.sidebar-block--strip {
    padding: 0
}

.sidebar-block--top-prizes {
    display: block
}

@media screen and (min-width:1260px) {
    .sidebar-block--top-prizes {
        display: none
    }
}

.sidebar-block--news {
    height: 200px
}

.sidebar-block--news__box,
.sidebar-block--news__box:hover {
    text-decoration: none
}

.sidebar-block--news__box:hover .sidebar-block__img img:not([data-character]) {
    opacity: .5
}

.sidebar-block--news .sidebar-block__img {
    height: 100%;
    width: 300px
}

.sidebar-block--news .sidebar-block__img img {
    transition: opacity .15s ease-in-out .2s
}

.sidebar-block--news .sidebar__header {
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 64px;
    height: 100%
}

.sidebar-block--lottery {
    height: 282px
}

.sidebar-block--lottery .sidebar__header {
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 64px;
    height: 100%
}

.sidebar-block--lottery .sidebar-btns {
    position: absolute;
    bottom: 32px;
    left: 0;
    width: 100%;
    padding: 0 32px;
    box-sizing: border-box
}

.sidebar-block .btn {
    margin: 0
}

.sidebar-search {
    position: relative;
    width: 302px;
    height: 80px;
    margin: 0 auto 10px;
    z-index: 7
}

.sidebar__header,
.sidebar__header-number {
    font-style: normal;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    margin: 0
}

.sidebar__header {
    font-family: din_condensedbold, Roboto, Arial, sans-serif;
    color: #fff;
    font-weight: 700
}

.sidebar__header>span {
    color: #fdbb2c
}

.sidebar__header-number {
    font-weight: 500;
    color: #fdbb2c
}

.sidebar__title {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: rgba(184, 184, 204, .8);
    margin: 0;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .4)
}

.sidebar__title:first-letter {
    text-transform: uppercase
}

.sidebar-btns {
    position: relative;
    z-index: 2;
    margin: 24px auto 0
}

.sidebar-btns .btn.btn-lg {
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
    line-height: 24px
}

.sidebar-btns+.sidebar-block__section {
    margin: 16px 0 0
}

.sidebar-btns--news {
    position: absolute;
    z-index: 1;
    right: 32px;
    bottom: 32px;
    margin: 0
}

.sidebar-btns--news .btn-md {
    display: inline-block;
    margin: 0;
    padding: 0 14px;
    border: 1px solid #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    border-radius: 4px;
    text-align: center;
    transition: background-color .15s linear;
    background: rgba(0, 0, 0, .1);
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
    font-weight: 400
}

.sidebar-btns--news .btn-md:hover {
    background: hsla(0, 0%, 100%, .1)
}

.sidebar-btns--news .btn-md span {
    font-size: 14px;
    line-height: 32px
}

.sidebar-links {
    position: relative;
    z-index: 2;
    font-size: 12px;
    font-weight: 500;
    margin-top: 6px;
    top: 4px;
    text-align: center
}

.sidebar-links a {
    color: #64a6ff;
    position: relative
}

.sidebar-links a:after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    bottom: 1px;
    background: #64a6ff
}

.sidebar-links a:hover {
    text-decoration: none
}

.sidebar-links a:hover:after {
    background: none
}

.layout-vua .sidebar-spikes {
    display: none
}

.sidebar-spikes i:after,
.sidebar-spikes i:before {
    content: "";
    position: absolute;
    z-index: 0;
    width: 6px;
    height: 6px
}

.sidebar-spikes i:before {
    left: 5px
}

.sidebar-spikes i:after,
.sidebar-spikes i:before {
    background-image: url(assets/CV/Web/svg/icon/ellipse.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain
}

.sidebar-spikes i:after {
    right: 5px
}

.sidebar-spikes__top:after,
.sidebar-spikes__top:before {
    top: 5px
}

.sidebar-spikes__center:after,
.sidebar-spikes__center:before {
    top: 50%;
    margin-top: -6px
}

.sidebar-spikes__bottom:after,
.sidebar-spikes__bottom:before {
    bottom: 5px
}

[data-bonus-toggle-state] [data-bonus-toggle-state-unactivated] {
    display: block
}

[data-bonus-toggle-state].bonus-activated [data-bonus-toggle-state-unactivated],
[data-bonus-toggle-state] [data-bonus-toggle-state-activated] {
    display: none
}

[data-bonus-toggle-state].bonus-activated [data-bonus-toggle-state-activated] {
    display: block
}

[data-sidebar-widget-parent] {
    height: auto;
    min-height: 322px;
    transition: height, min-height .5s ease-out;
    position: relative
}

[data-sidebar-widget-parent].is-empty {
    height: 0;
    min-height: 0;
    overflow: hidden
}

[data-sidebar-widget=wrapper] {
    min-height: inherit
}

[data-sidebar-widget=wrapper]:before,
[data-sidebar-widget=wrapper] [data-bonus-widget] {
    transition: opacity .3s
}

[data-sidebar-widget=wrapper]~[data-sidebar-widget=preloader] img {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: opacity .2s linear;
    user-select: none
}

[data-sidebar-widget=wrapper].is-loading:before {
    opacity: .25
}

[data-sidebar-widget=wrapper].is-loading [data-bonus-widget] {
    opacity: 0
}

[data-sidebar-widget=wrapper].is-loading~[data-sidebar-widget=preloader] {
    display: block
}

[data-sidebar-widget=wrapper].is-loaded:before,
[data-sidebar-widget=wrapper].is-loaded [data-bonus-widget] {
    opacity: 1
}

[data-sidebar-widget=wrapper].is-loaded~[data-sidebar-widget=preloader] {
    display: none
}

.form-poll__group {
    position: relative;
    margin: 0 0 10px;
    border: 0;
    min-width: 0
}

.form-poll__desc {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    margin: 12px 0 24px
}

.form-poll__percent,
.form-poll__text {
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    margin: 0
}

.form-poll__percent {
    margin-right: 8px;
    width: 28px;
    white-space: nowrap
}

.form-poll__text {
    flex: 1 1 auto
}

.form-poll__option {
    display: inline-flex;
    cursor: pointer
}

.form-poll--result .form-poll__option {
    display: flex;
    cursor: auto
}

.form-poll__option input {
    display: none
}

.form-poll__option input:checked+.form-poll__btn--radio {
    border-color: #fb3
}

.form-poll__option input:checked+.form-poll__btn:after {
    display: block;
    opacity: 1
}

.form-poll__btn {
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    min-height: 16px;
    min-width: 16px;
    margin-right: 8px;
    background: #000;
    border: 1px solid hsla(0, 0%, 100%, .05);
    box-sizing: border-box
}

.form-poll__btn:after,
.form-poll__btn:before {
    content: "";
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: opacity .25s linear
}

.form-poll__btn--radio {
    border-radius: 50%
}

.form-poll__btn--radio:after {
    width: 8px;
    height: 8px;
    min-width: 8px;
    min-height: 8px;
    border-radius: 50%;
    background: linear-gradient(180deg, #fb3, #cc8700);
    z-index: 1
}

.form-poll__btn--check {
    border-radius: 2px
}

.form-poll__btn--check:after {
    height: 10px;
    width: 10px;
    background: url(assets/CV/Web/svg/icon/complete.svg) 50% 50% no-repeat;
    background-size: contain
}

.form-poll__scale {
    display: inline-block;
    height: 4px;
    width: 100%;
    margin: 4px 0
}

.form-poll__scale .shake {
    display: block;
    height: 100%;
    border-radius: 2px;
    background: linear-gradient(180deg, #fff, #b8b8cc)
}

.form-poll__scale .shake--gold {
    background: linear-gradient(180deg, #fb3, #cc8700)
}

.form-poll .chbx,
.form-poll .radio,
.form-poll__result {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #fff
}

.form-poll__result-total {
    position: relative;
    width: 100%;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    color: rgba(184, 184, 204, .8);
    text-align: center;
    margin-top: 12px
}

.nav {
    z-index: 2
}

.nav--main {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    width: calc(100% + 16px);
    height: 100%;
    left: -16px;
    font-family: Roboto, sans-serif;
    font-weight: 600;
    background: url(assets/CV/Web/img/sys/new-filter/bg-category.png) no-repeat 50% 0;
    background-size: cover;
    border-radius: 2px;
    opacity: 1;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .9);
    transition: opacity .3s ease-out;
    z-index: 1
}

.nav--main.loading {
    transition: none
}

.nav--main.loading .nav__favourite,
.nav--main.loading .nav__list {
    pointer-events: none;
    opacity: 0
}

.layout-vua .nav--main {
    background: #0f2477 linear-gradient(180deg, hsla(0, 0%, 100%, .05), hsla(0, 0%, 100%, 0))
}

.nav--main a {
    line-height: 0 !important
}

html.ie .nav--main a,
html.ie .nav a {
    line-height: 32px
}

.nav__wrapper {
    width: 100%;
    height: 80px
}

.nav__list {
    display: flex;
    padding-left: 2px;
    opacity: 1;
    pointer-events: auto;
    transition: opacity .3s
}

.nav__item,
.nav__list {
    justify-content: flex-start;
    height: 100%;
    align-items: center
}

.nav__item {
    position: relative;
    display: inline-flex;
    flex-flow: row nowrap;
    width: auto;
    margin-left: 32px;
    color: #fff;
    line-height: 0;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center
}

.nav__favourite .nav__item {
    width: 100%;
    justify-content: flex-end
}

@media screen and (min-width:1260px) {
    .nav__item {
        margin-left: 48px
    }
}

.nav__item:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #000;
    margin: 0 auto;
    opacity: 0
}

.nav__link {
    position: relative
}

.nav__link,
.nav__link:hover {
    text-decoration: none
}

.nav__link_text {
    display: block;
    font-size: 19px;
    line-height: 15px;
    font-family: din_condensedbold, Roboto, Arial, sans-serif;
    color: #fff;
    white-space: nowrap
}

.nav__link_text:hover {
    color: #ffc109;
    text-shadow: 0 0 16px rgba(255, 212, 0, .6), 0 0 8px rgba(255, 212, 0, .6), 0 0 4px rgba(255, 128, 0, .6)
}

.nav__link_icon {
    display: none;
    width: 85px;
    height: 15px;
    left: 50%;
    transform: translateX(-50%);
    fill: #fff
}

.nav__link_icon:hover {
    fill: #ffc109;
    filter: drop-shadow(0 0 12px rgba(255, 212, 0, .6)) drop-shadow(0 0 12px rgba(255, 212, 0, .2)) drop-shadow(0 0 8px rgba(255, 128, 0, .2));
    overflow: visible
}

.nav__item.active>.nav__link .nav__link_text {
    color: #ffc109
}

.nav__item.active:after {
    opacity: 1
}

.nav__favourite {
    position: relative;
    height: 100%;
    margin: 0 24px 0 32px;
    opacity: 1;
    transition: opacity .3s ease;
    pointer-events: auto
}

@media screen and (min-width:1260px) {
    .nav__favourite {
        margin: 0 24px
    }
}

.nav__favourite.access {
    margin-right: 19px
}

.nav__favourite .nav__item {
    margin-left: 0
}

.nav__favourite .nav__item:after {
    bottom: 0
}

html.ie .nav__favourite {
    width: auto
}

.nav__favourite_icon {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 27px;
    background: url(assets/CV/Web/svg/icon/star/star-favorites-shadow.svg) 50%/contain no-repeat
}

.nav__favourite_icon:before {
    content: "";
    display: block;
    width: 24px;
    height: 22px;
    position: absolute;
    top: -1px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 2;
    background: url(assets/CV/Web/svg/icon/star/star-favorites.svg) 50%/contain no-repeat;
    transition: transform .1s ease-in-out;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.nav__favourite.access .nav__favourite_icon:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.nav__favourite_title {
    position: relative;
    width: 0;
    overflow: hidden;
    transition: width .2s ease-in-out .2s
}

.access .nav__favourite_title {
    width: unset;
    overflow: visible
}

.access .nav__favourite_title .nav__link_text {
    position: static
}

.nav__favourite_title .nav__link_text {
    position: absolute;
    padding-left: 15px
}

.nav__favourite_title .nav__link_icon {
    left: 0;
    transform: translateX(0)
}

.nav__favourite_counter {
    position: relative;
    right: .5px;
    text-align: center;
    text-shadow: none;
    color: #000;
    font-weight: 800;
    font-size: 8px;
    line-height: 9px;
    z-index: 3;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    transition: transform .1s ease-in .1s
}

.nav__favourite.access .nav__favourite_counter {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.nav__favourite .nav__link--favourite {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    overflow: hidden
}

.access.nav__favourite .nav__link--favourite {
    padding-right: 15px
}

@media screen and (min-width:1260px) {
    .access.nav__favourite .nav__link--favourite {
        padding-right: 31px
    }
}

.nav__favourite__item:after {
    bottom: 0
}

.counterPlusAnimated .nav__favourite_icon {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: counterPlus;
    animation-name: counterPlus
}

.counterMinusAnimated .nav__favourite_icon {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: counterMinus;
    animation-name: counterMinus
}

.dropdown__item {
    min-width: 50px;
    cursor: pointer
}

.dropdown__item>.nav__link:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -24px;
    transform: translateY(-50%) rotate(180deg);
    display: block;
    width: 20px;
    height: 20px;
    background: url(assets/CV/Web/svg/dropdown_icon.svg) 50%/contain no-repeat;
    transition: transform .3s
}

.dropdown__item:after {
    right: auto;
    left: 8px
}

.dropdown__item:hover .dropdown__menu {
    opacity: 1;
    pointer-events: inherit
}

.dropdown__item:hover>.nav__link>.nav__link_text {
    color: #ffc109;
    text-shadow: 0 0 16px rgba(255, 212, 0, .6), 0 0 8px rgba(255, 212, 0, .6), 0 0 4px rgba(255, 128, 0, .6)
}

.dropdown__item:hover>.nav__link:before {
    transform: translateY(-50%) rotate(0deg)
}

.dropdown__item .dropdown__menu {
    position: absolute;
    top: 67px;
    right: -18px;
    z-index: 10;
    width: 224px;
    background: #0e161f;
    border-radius: 4px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s
}

.dropdown__item .dropdown__menu:after {
    content: "";
    position: absolute;
    top: -8px;
    right: 43px;
    display: block;
    width: 20px;
    height: 20px;
    background: url(assets/CV/Web/svg/dropdown_triange.svg) 50%/contain no-repeat
}

.dropdown__item .dropdown__menu .nav__item {
    display: block;
    padding: 10px 16px 10px 32px;
    text-align: left;
    margin: 0
}

.dropdown__item .dropdown__menu .nav__item:first-child {
    box-shadow: inset 0 -1px 0 #070b0f
}

.dropdown__item .dropdown__menu .nav__item:not(:first-child),
.dropdown__item .dropdown__menu .nav__item:not(:last-child) {
    box-shadow: inset 0 -1px 0 #070b0f, inset 0 1px 0 #1a222a
}

.dropdown__item .dropdown__menu .nav__item:last-child {
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .05), inset 0 1px 0 #1a222a
}

.dropdown__item .dropdown__menu .nav__item .nav__link_text {
    font-family: Roboto;
    font-size: 12px;
    line-height: 20px;
    text-transform: capitalize
}

.dropdown__item .dropdown__menu .nav__item.nav__item:after {
    display: none
}

.game-page__wrap {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: space-between;
    background-position: 50%;
    overflow: hidden
}

.game-page__user-sidebar {
    flex-shrink: 0
}

.game-page__game-block {
    flex-grow: 0;
    width: 100%;
    height: 100vh;
    padding: 0 16px;
    box-sizing: border-box
}

.game-page__right-sidebar {
    flex-shrink: 0
}

.game-page .button {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    height: 48px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    border-radius: 4px;
    cursor: pointer
}

.game-page .button span {
    font-size: 16px;
    font-weight: 400;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2)
}

.game-page .button span:first-letter {
    text-transform: uppercase
}

.game-page .button--blue {
    background: linear-gradient(180deg, #226dbf, #04407d)
}

.game-page .button--blue span {
    color: #fff
}

.game-page .button--red {
    background: linear-gradient(180deg, #d73637, #780424)
}

.game-page .button--red span {
    color: #fff
}

.game-page .button.btn-disabled {
    filter: grayscale(100%);
    color: #9e9e9e
}

.game-page .button.btn-disabled:hover {
    cursor: default
}

.game-page__text {
    padding: 64px;
    position: relative;
    background: #000;
    display: flex;
    justify-content: center
}

@media screen and (max-width:1200px) {
    .game-page__text {
        padding: 64px 128px
    }
}

.game-page__text:empty {
    margin: 0;
    padding: 0
}

.game-page__text-content {
    width: 100%
}

.game-page__text .h1,
.game-page__text .h2,
.game-page__text .h3,
.game-page__text .h4,
.game-page__text .h5,
.game-page__text .h6,
.game-page__text h1,
.game-page__text h2,
.game-page__text h3,
.game-page__text h4,
.game-page__text h5,
.game-page__text h6 {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: hsla(0, 0%, 100%, .8);
    margin-bottom: 8px
}

.game-page__text .h1,
.game-page__text h1 {
    font-size: 16px
}

.game-page__text .h2,
.game-page__text h2 {
    font-size: 14px
}

.game-page__text ol {
    list-style-type: decimal;
    margin-left: 7px
}

.game-page__text ul {
    list-style: none
}

.game-page__text ol,
.game-page__text ul {
    padding-left: 10px
}

.game-page__text ol:not(:last-child),
.game-page__text ul:not(:last-child) {
    margin-bottom: 16px;
    padding: 0 0 0 8px
}

.game-page__text ol li,
.game-page__text ul li {
    position: relative;
    font-size: 12px;
    white-space: normal;
    line-height: 150%;
    color: hsla(0, 0%, 100%, .6);
    margin: 0 0 8px
}

.game-page__text ul li {
    padding-left: 10px
}

.game-page__text ul li:before {
    content: "";
    position: absolute;
    top: 7px;
    left: -3px;
    width: 3px;
    height: 3px;
    background: hsla(0, 0%, 100%, .6);
    border-radius: 100%
}

.game-page__text ol.carousel-indicators>li {
    margin: 0 2px
}

.game-page__text .list__wrapper {
    display: flex;
    margin-bottom: 16px
}

.game-page__text .list__wrapper ol,
.game-page__text .list__wrapper ul {
    width: 50%
}

.game-page__text .list__wrapper ol:not(:last-child),
.game-page__text .list__wrapper ul:not(:last-child) {
    margin-right: 16px
}

.game-page__text table {
    width: 99%;
    border-collapse: collapse;
    border-radius: 10px;
    border-style: hidden;
    box-shadow: 0 0 0 1px hsla(0, 0%, 100%, .1);
    margin: 8px 0 8px 1px
}

.game-page__text table tr:first-child th {
    padding: 16px 16px 8px
}

.game-page__text table tr td:first-child,
.game-page__text table tr th:first-child {
    width: 180px
}

.game-page__text table tr:last-child td {
    padding: 8px 16px 16px
}

.game-page__text table th {
    font-weight: 500;
    color: hsla(0, 0%, 100%, .8)
}

.game-page__text table td {
    font-weight: 400;
    color: hsla(0, 0%, 100%, .6);
    line-height: 20px
}

.game-page__text table td,
.game-page__text table th {
    font-family: Roboto;
    font-size: 12px;
    line-height: 150%;
    text-align: left;
    border: 1px solid hsla(0, 0%, 100%, .1);
    padding: 8px 16px;
    vertical-align: top
}

.game-page__text p {
    font-size: 12px;
    color: hsla(0, 0%, 100%, .6);
    line-height: 150%;
    margin: 0 0 16px
}

.game-page [data-pay-now-widget-wrap] {
    width: 100%
}

.game-page .tmb-fav.active .ico-tmb-fav-action {
    pointer-events: none
}

.game-box {
    position: relative;
    transition: .5s ease
}

.game-box__game-actions .tmb-fav {
    top: 0;
    right: 0
}

.game-box__static {
    height: 100%
}

.game-box__error {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.game-box__error span {
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px
}

.game-box--vertical-games .game-box__games {
    flex-flow: column nowrap;
    align-items: center
}

.game-box--vertical-games.game-box--split .game-box__item {
    height: calc(43vh - 16px)
}

.game-box--vertical-games.game-box--split .game-box__item:first-child {
    margin-bottom: 16px;
    padding-right: 0
}

.game-box--vertical-games.game-box--split .game-box__item:last-child {
    padding-left: 0
}

.game-box--vertical-games.game-box--split .game-box__game-actions {
    position: absolute;
    flex-flow: column nowrap;
    right: -40px;
    top: 0;
    padding: 0
}

.game-box--vertical-games.game-box--split .game-box__game-actions .tmb-fav {
    top: 0;
    right: 0
}

.game-box--vertical-games.game-box--split .game-box__game-actions>div {
    margin: 0 0 16px
}

.game-box--split .game-box__item {
    width: calc(50% - 8px)
}

.game-box--split .game-box__item:first-child {
    padding-right: 8px
}

.game-box--split .game-box__item:last-child {
    padding-left: 8px
}

.game-box__games {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    height: 100%
}

.game-box__item {
    position: relative;
    display: none;
    width: 0;
    height: 100%;
    min-width: 345px;
    max-height: 85%;
    transition: .2s ease
}

@media screen and (max-width:900px) {
    .game-box__item {
        min-width: unset
    }
}

.game-box__item--visible {
    display: block;
    width: 100%
}

.game-box__item iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 8px;
    box-sizing: border-box
}

.game-box__actions {
    position: absolute;
    left: 50%;
    bottom: 12px;
    transform: translateX(-50%)
}

.game-box__search-box {
    width: 100%;
    height: 100%
}

.game-box__search-box:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 44px;
    background: linear-gradient(180deg, transparent, #000);
    opacity: .8
}

.game-box__game-actions {
    position: absolute;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-end;
    top: -40px;
    right: 0;
    padding: 0 16px 0 8px;
    z-index: 2
}

.game-box__game-actions>div {
    position: relative;
    width: 24px;
    height: 24px;
    margin-left: 8px;
    cursor: pointer
}

.game-box__game-actions>div:after,
.game-box__game-actions>div:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    transition: .2s ease
}

.game-box__game-actions>div.game-box__close:before {
    content: "";
    background-image: url(assets/CV/Web/svg/game/close.svg);
    opacity: .4
}

.game-box__game-actions>div.game-box__close:hover:before {
    opacity: 1
}

.game-box__game-actions>div.game-box__favourite:before,
.game-box__game-actions>div.tmb-fav:before {
    content: "";
    background-image: url(assets/CV/Web/svg/game/star-ingame.svg);
    opacity: .4
}

.game-box__game-actions>div.game-box__favourite:after,
.game-box__game-actions>div.tmb-fav:after {
    content: "";
    background-image: url(assets/CV/Web/svg/game/star-ingame-active.svg);
    transform: scale(0)
}

.game-box__game-actions>div.game-box__favourite--active:before,
.game-box__game-actions>div.game-box__favourite.active:before,
.game-box__game-actions>div.game-box__favourite:hover:before,
.game-box__game-actions>div.tmb-fav--active:before,
.game-box__game-actions>div.tmb-fav.active:before,
.game-box__game-actions>div.tmb-fav:hover:before {
    opacity: 0
}

.game-box__game-actions>div.game-box__favourite--active:after,
.game-box__game-actions>div.game-box__favourite.active:after,
.game-box__game-actions>div.game-box__favourite:hover:after,
.game-box__game-actions>div.tmb-fav--active:after,
.game-box__game-actions>div.tmb-fav.active:after,
.game-box__game-actions>div.tmb-fav:hover:after {
    transform: scale(1)
}

.game-box__game-actions>div .ico-tmb-fav {
    width: 100%;
    height: 100%
}

.game-box__game-actions>div.tmb-fav>div {
    opacity: 0;
    margin: 0;
    transform: none
}

.game-box__game-actions>div.tmb-fav>div:after {
    content: none
}

.game-box .game-sidebar__favourites-empty {
    color: rgba(184, 184, 204, .4);
    font-size: 12px;
    line-height: 20px;
    padding: 0 8px;
    margin-top: 0
}

.game-window-actions {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start
}

.game-window-actions__button {
    width: 24px;
    height: 24px;
    opacity: .2;
    cursor: pointer
}

.game-window-actions__button:first-child {
    margin-right: 24px
}

.game-window-actions__no-split {
    background: url(assets/CV/Web/svg/game/split-no.svg) no-repeat;
    opacity: 1;
    pointer-events: none
}

.game-window-actions__split {
    background: url(assets/CV/Web/svg/game/split-yes.svg) no-repeat
}

.game-box--split .game-window-actions__no-split {
    opacity: .2;
    pointer-events: auto
}

.game-box--split .game-window-actions__split {
    opacity: 1;
    pointer-events: none
}

.game-search-box {
    background-color: rgba(0, 0, 0, .6);
    border-radius: 8px;
    overflow: hidden;
    position: relative
}

.game-search-box__input-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: center;
    line-height: 0;
    border-bottom: 1px solid hsla(0, 0%, 100%, .1);
    box-sizing: border-box
}

.game-search-box__input-container input {
    width: 100%;
    height: 47px;
    margin-right: 48px;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    border: none;
    outline: none;
    background-color: transparent
}

.game-search-box__input-container input::placeholder {
    font-size: 14px;
    line-height: 24px;
    color: hsla(0, 0%, 100%, .4)
}

.game-search-box__search-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin: 12px 16px 0 12px;
    background: url(assets/CV/Web/svg/game/search.svg);
    cursor: pointer
}

.game-search-box__title {
    padding: 16px 0 2px;
    font-size: 14px;
    line-height: 24px;
    color: hsla(0, 0%, 100%, .8)
}

.game-search-box__recommended-games {
    height: 100%;
    padding: 48px 8px 0
}

.game-search-box__autocomplete {
    height: 100%;
    padding: 48px 16px 0
}

.recommended-games {
    display: none
}

.recommended-games--visible {
    display: block
}

.recommended-games__static {
    height: calc(100% - 95px)
}

.recommended-games .recommended-games__list>div>div {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: flex-start
}

.recommended-games__game {
    margin: 0 8px 10px;
    cursor: pointer
}

.recommended-games__game:hover .recommended-games__buttons {
    visibility: visible;
    opacity: 1
}

.recommended-games__game:hover .recommended-games__demo,
.recommended-games__game:hover .recommended-games__play {
    transform: translateY(0)
}

.recommended-games__game:hover .recommended-games__game-img {
    filter: brightness(1.3)
}

.recommended-games__game:hover .recommended-games__game-title {
    color: #fff
}

.recommended-games__game-img {
    position: relative;
    border-radius: 2px;
    overflow: hidden
}

.recommended-games__game-img img {
    width: 100%;
    max-height: 100%
}

.recommended-games__buttons {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, .8);
    transition: .2s ease
}

.recommended-games__buttons .btn {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    height: calc(50% - 5px);
    transition: .2s ease
}

.recommended-games__buttons .btn:first-child {
    margin: 0 0 10px
}

.recommended-games__demo {
    transform: translateY(-100%)
}

.recommended-games__play {
    transform: translateY(100%)
}

.games-autocomplete {
    display: none
}

.games-autocomplete--visible {
    display: block
}

.games-autocomplete__wrap {
    height: 100%
}

.games-autocomplete__wrap .mCSB_scrollTools.mCS-scrollbar {
    width: 4px;
    right: 0
}

.games-autocomplete__game {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    height: 48px;
    border-radius: 2px;
    cursor: pointer
}

.games-autocomplete__game:hover .games-autocomplete__game-img:before {
    visibility: hidden;
    opacity: 0
}

.games-autocomplete__game:hover .games-autocomplete__game-title {
    color: #fff
}

.games-autocomplete__game-img {
    position: relative;
    width: 56px;
    height: 32px;
    margin-right: 16px
}

.games-autocomplete__game-img:before {
    content: "";
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .4;
    background: #000;
    transition: .3s ease;
    z-index: 1
}

.games-autocomplete__game-img img {
    width: 100%;
    height: 100%
}

.games-autocomplete__game-title {
    color: hsla(0, 0%, 100%, .6);
    font-size: 14px;
    transition: .3s ease
}

.games-autocomplete__game-title:first-letter {
    text-transform: uppercase
}

.game-not-found {
    display: none;
    height: calc(100% - 48px)
}

.game-not-found--visible {
    display: block
}

.game-not-found__wrap {
    height: 100%
}

.game-not-found__wrap .mCSB_scrollTools.mCS-scrollbar {
    width: 4px;
    right: 0
}

.game-not-found__text {
    margin: 0 8px !important
}

.game-not-found__description {
    color: rgba(184, 184, 204, .4);
    font-size: 12px;
    line-height: 20px
}

.game-layout {
    min-width: unset !important
}

.game-box__search-box .recommended-games__game-img {
    display: block
}

.game-box__search-box .recommended-games__list {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: flex-start
}

.game-box__search-box .recommended-games__list.grid-column-4 .recommended-games__game {
    width: calc(25% - 16px)
}

.game-box__search-box .recommended-games__list.grid-column-3 .recommended-games__game {
    width: calc(33.33333% - 16px)
}

.game-box__search-box .recommended-games__list.grid-column-2 .recommended-games__game {
    width: calc(50% - 16px)
}

.game-box__search-box .recommended-games__game-img {
    width: 100%;
    padding-bottom: 62.3%;
    position: relative;
    overflow: hidden
}

.game-box__search-box .recommended-games__game-img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%
}

.game-box__search-box .recommended-games__game-title {
    display: block;
    width: 100%;
    margin-top: 2px;
    text-align: center;
    color: hsla(0, 0%, 100%, .8);
    font-size: 10px;
    line-height: 18px
}

.game-box__search-box .game-box__favourite {
    display: none
}

.game-box__dynamic {
    height: inherit
}

.game-box__not-found-games {
    height: calc(100% - 48px);
    margin-top: 48px;
    padding: 0 8px
}

.game-box__search-game {
    height: calc(100% - 72px)
}

.game-box__search-game .games-autocomplete {
    height: inherit
}

.game-box__ingame {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1
}

.game-box--normal-state .game-box__static {
    display: block
}

.game-box--normal-state .game-box__ingame,
.game-box--normal-state .game-box__not-found-games,
.game-box--normal-state .game-search-box__autocomplete,
.game-box--normal-state .tmb-fav {
    display: none
}

.game-box--not-found .game-box__not-found-games {
    display: block
}

.game-box--not-found .game-box__ingame,
.game-box--not-found .game-box__static,
.game-box--not-found .game-search-box__autocomplete,
.game-box--not-found .tmb-fav {
    display: none
}

.game-box--result .game-search-box__autocomplete {
    display: block
}

.game-box--result .game-search-box__autocomplete .pregame__img img {
    width: 88px;
    height: 56px;
    border-radius: 2px
}

.game-box--result .game-search-box__autocomplete .pregame__button span,
.game-box--result .game-search-box__autocomplete .pregame__demo span {
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2)
}

.game-box--play-game .game-box__dynamic,
.game-box--play-game .game-box__not-found-games,
.game-box--play-game .game-box__static,
.game-box--play-game .game-search-box__autocomplete,
.game-box--play-game .game-search-box__input-container,
.game-box--play-game .pregame,
.game-box--result .game-box__ingame,
.game-box--result .game-box__not-found-games,
.game-box--result .game-box__static,
.game-box--result .tmb-fav {
    display: none
}

.game-box--play-game .game-box__ingame,
.game-box--play-game .tmb-fav,
.game-box--play-game>.preloader {
    display: block
}

.recommended-games__title {
    display: none;
    padding: 15px 8px 7px
}

.games-autocomplete__game-title {
    text-decoration: none
}

.pregame {
    display: block;
    border-radius: 8px;
    z-index: 2;
    cursor: default
}

.pregame,
.pregame__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden
}

.pregame__overlay {
    z-index: 0
}

.pregame__overlay-bg {
    position: absolute;
    z-index: 0;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    filter: blur(10px);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.pregame__overlay-bg:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .4;
    background: linear-gradient(180deg, #190004 -1.25%, #190004);
    z-index: 0
}

.pregame__back {
    position: absolute;
    top: 16px;
    left: 19px;
    width: 9px;
    height: 16px;
    background-image: url(assets/CV/Web/svg/game/arrow-back.svg);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer
}

.pregame__table {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    width: 176px;
    text-align: center;
    margin: 0 auto;
    top: calc(50% - 119px)
}

.pregame__button,
.pregame__demo,
.pregame__img,
.pregame__title {
    width: 100%;
    vertical-align: middle;
    text-align: center
}

.pregame__title {
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    margin: 4px 0 20px
}

.pregame__button {
    width: 100%;
    margin-bottom: 0
}

.pregame__demo {
    text-align: center
}

.pregame__demo span {
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.ingame-menu-open .tmb-fav {
    display: block
}

.ingame-menu-open [data-scrollbar] {
    position: static
}

.ingame-menu-open [data-scrollbar] .scroll-content {
    transform: none !important
}

.ingame-menu-open [data-scrollbar] .scrollbar-track-y.show {
    display: none !important
}

.tournament-members {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 0 16px;
    transition: height .3s ease;
    overflow: hidden
}

.tournament-members--hide .tournament-members__body,
.tournament-members--hide .tournament-members__head {
    display: none
}

.tournament-members [data-tournament=users-scores] {
    z-index: -1
}

.tournament-members .scrollbar-track.show {
    width: 4px;
    border-radius: 2px;
    background: rgba(0, 0, 0, .6)
}

.tournament-members .scrollbar-track.show .scrollbar-thumb {
    opacity: .4 !important
}

.tournament-members .scrollbar-thumb {
    background: #b8b8cc !important;
    opacity: .4
}

.tournament-members__head {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 8px;
    padding-left: 16px;
    flex-shrink: 0
}

.tournament-members__head span {
    color: hsla(0, 0%, 100%, .4);
    font-size: 10px;
    font-weight: 500;
    line-height: 18px
}

.tournament-members__head span:first-letter {
    text-transform: uppercase
}

.tournament-members__head span:first-child {
    width: 80px;
    text-align: left
}

.tournament-members__head span:last-child {
    width: 64px;
    text-align: right
}

.tournament-members__body {
    position: relative;
    flex: 1 1 auto;
    padding: 0 0 0 16px;
    margin-right: 16px
}

.tournament-members__body--top-shadow {
    background: linear-gradient(180deg, #080809, rgba(8, 7, 9, 0) 26px)
}

.tournament-members__body--bottom-shadow {
    background: linear-gradient(0, #080809, rgba(8, 7, 9, 0) 26px)
}

.tournament-members__body--both-shadow {
    mask-image: linear-gradient(180deg, transparent, #000 40px, #000 calc(100% - 40px), transparent);
    -webkit-mask-image: linear-gradient(180deg, transparent, #000 40px, #000 calc(100% - 40px), transparent)
}

.tournament-members__member {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    height: 28px
}

.tournament-members__member--current>span {
    color: #fdbb2c
}

.tournament-members__member-place {
    width: 16px;
    color: hsla(0, 0%, 100%, .4);
    font-size: 10px;
    line-height: 10px
}

.tournament-members__member-name {
    width: 80px;
    color: hsla(0, 0%, 100%, .8);
    font-size: 12px;
    line-height: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.tournament-members__member-prize {
    width: 64px;
    text-align: right;
    color: hsla(0, 0%, 100%, .8);
    font-size: 12px;
    line-height: 12px
}

.tournament-members__footer {
    min-height: 68px;
    margin: 0 16px;
    flex-shrink: 0
}

.tournament-members__footer .button-wrapper {
    margin-top: 18px
}

.tournament-members__footer button {
    margin-top: 16px;
    width: 100%
}

.tournament-members__result-block {
    padding: 3px 16px 0 0
}

.tournament-members__result-block>div {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between
}

.tournament-members__result-block>div>span:first-letter {
    text-transform: uppercase
}

.tournament-members__result-block>div>span:last-child {
    text-align: right
}

.tournament-members__user-result {
    margin-bottom: 5px
}

.tournament-members__user-result+.tournament-members__result-info {
    margin-bottom: 6px
}

.tournament-members__user-result span {
    color: #fdbb2c;
    font-size: 12px;
    line-height: 22px
}

.tournament-members__user-result span[data-tournament=user-score] {
    font-weight: 500
}

.tournament-members__result-info span {
    font-size: 10px;
    line-height: 16px
}

.tournament-members__result-info span:first-child {
    color: hsla(0, 0%, 100%, .4)
}

.tournament-members__result-info span:last-child {
    color: hsla(0, 0%, 100%, .8)
}

.sidebar-block .tournament-members {
    margin-top: 32px;
    padding: 0
}

.sidebar-block .tournament-members__head {
    padding-left: 16px;
    margin-bottom: 4px
}

.sidebar-block .tournament-members__head span {
    color: rgba(184, 184, 204, .6);
    font-weight: 400;
    font-size: 12px
}

.sidebar-block .tournament-members__head span:first-child {
    width: 160px
}

.sidebar-block .tournament-members__member {
    height: 24px;
    width: 240px
}

.sidebar-block .tournament-members__member--gold span {
    color: #fdbb2c
}

.sidebar-block .tournament-members__member-name {
    width: 80px;
    color: #fff;
    font-weight: 400
}

.sidebar-block .tournament-members__member-prize {
    width: auto;
    min-width: 100px;
    flex: 1 1 auto;
    color: #fff;
    font-weight: 500
}

.sidebar-block .tournament-members__member-place {
    color: #b8b8cc;
    font-weight: 500
}

.sidebar-block .tournament-members__result-block {
    padding: 0 0 20px
}

.sidebar-block .tournament-members__result-block>div>span:last-child {
    font-weight: 500
}

.sidebar-block .tournament-members [data-tournament-widget-stat] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%
}

.sidebar-block .tournament-members__footer {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 16px 0 0
}

.sidebar-block .tournament-members__footer button {
    margin-top: 0
}

.sidebar-block .tournament-members__user-result+.tournament-members__result-info {
    margin-bottom: 7px
}

.sidebar-block .tournament-members__result-info span:first-child,
.sidebar-block .tournament-members__result-info span:last-child {
    color: rgba(184, 184, 204, .6)
}

.tournament-widget {
    position: absolute;
    top: -4px;
    left: 0;
    z-index: 2;
    width: 100%;
    padding: 24px 30px 30px;
    box-sizing: border-box;
    background: url(assets/CV/Web/img/sys/new-filter/perforated_texture.png) 50% 0 repeat #000;
    background-size: 16px;
    transform-origin: 0 100% 0;
    transform: translateX(304px);
    box-shadow: inset 0 0 0 1px rgba(60, 65, 71, .4), 0 0 0 1px #171e27;
    border-radius: 4px;
    overflow: hidden;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden
}

.tournament-widget--inactive {
    z-index: 1;
    transition: .35s;
    transform-style: preserve-3d;
    transform: translateX(0) rotateY(8deg);
    opacity: .5
}

.tournament-widget--active {
    position: relative;
    transform: translateX(0);
    transition: .35s cubic-bezier(.5, 0, 1, 1)
}

.tournament-widget-nav {
    position: absolute;
    display: block;
    z-index: 5;
    top: 236px;
    left: 0;
    height: 32px;
    width: 100%;
    text-align: center
}

.tournament-widget-nav:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    width: 100%;
    top: 16px;
    border-top: 2px solid #000;
    box-shadow: 0 1px 0 0 rgba(60, 65, 71, .4)
}

.tournament-widget-nav__item {
    display: inline-block;
    position: relative;
    z-index: 1;
    font-family: din_condensedbold, Roboto, Arial, sans-serif;
    width: 28px;
    height: 28px;
    margin: 0 4px;
    border-radius: 50%;
    border: 2px solid #000;
    background: #000;
    color: hsla(0, 0%, 100%, .6);
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    cursor: pointer
}

.tournament-widget-nav__item:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    bottom: -3px;
    left: 50%;
    width: 32px;
    height: 50%;
    border: 1px solid rgba(60, 65, 71, .3);
    border-top: 0 rgba(60, 65, 71, 0);
    border-radius: 0 0 50% 50%/0 0 100% 100%;
    transform: translateX(-50%)
}

.tournament-widget-nav__item--active {
    background: linear-gradient(180deg, #226dbf, #04407d);
    color: #fff;
    pointer-events: none
}

.tournament-widget-nav__item--disabled {
    pointer-events: none
}

.tournament-widget__promo {
    display: block;
    position: relative;
    height: 228px;
    width: 100%;
    text-decoration: none;
    color: inherit
}

.tournament-widget__promo:hover {
    text-decoration: none
}

.user-bar {
    position: relative;
    z-index: 3
}

.user-bar__wrapper * {
    font-weight: 400
}

.user-bar__wrapper a {
    text-decoration: none
}

.user-bar .value-symbol {
    display: inline !important;
    padding: 0;
    margin: 0;
    font-weight: 100;
    vertical-align: top
}

.user-bar__wrapper {
    float: left
}

.user-bar__btns {
    position: absolute;
    top: 9px;
    right: 25px;
    bottom: auto;
    left: auto
}

.user-bar__btns .control-btn {
    float: left;
    margin: 0 2px;
    -webkit-box-shadow: 0 0 0 1px #232f3b;
    -moz-box-shadow: 0 0 0 1px #232f3b;
    box-shadow: 0 0 0 1px #232f3b
}

.user-bar__btns.social-login {
    top: 12px
}

.user-bar .social {
    display: inline-block;
    vertical-align: middle;
    margin-right: 13px !important
}

.user-bar__profile {
    float: left;
    position: relative
}

.user-bar__logto {
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 19px;
    padding: 1px 10px;
    background: #17212a;
    background-image: linear-gradient(0deg, transparent, #000);
    box-shadow: 0 0 0 0 hsla(0, 0%, 100%, .1), inset 0 1px 1px 0 #000;
    border-radius: 10px;
    font-weight: 700;
    font-size: 12px;
    font-style: italic;
    color: #3a485b;
    letter-spacing: 0;
    text-shadow: 0 1px 0 #000
}

.user-bar__logto:after {
    left: 20px;
    background: #000
}

.user-bar__logto:after,
.user-bar__logto:before {
    content: "";
    position: absolute;
    top: -20px;
    bottom: 0;
    width: 1px;
    height: 60px;
    z-index: -1
}

.user-bar__logto:before {
    left: 21px;
    opacity: .1;
    background: #fff
}

.user-bar__block {
    height: 40px;
    padding: 2px 0 0
}

.user-bar__block p {
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0
}

.user-bar .progress-snake {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    padding: 0 9px;
    text-align: left;
    box-sizing: border-box
}

.user-bar .progress-bar__data-percent,
.user-bar .progress-bar__data-title {
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    text-decoration: none
}

.user-bar .progress-bar__data-percent {
    margin-left: auto
}

.user-bar .progress-user-bar {
    width: 100%;
    max-width: 150px;
    position: relative;
    float: left;
    text-align: center;
    line-height: 19px;
    height: 19px !important;
    background-image: linear-gradient(0deg, transparent, #000);
    box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, .05), inset 0 1px 5px 0 #000;
    border-radius: 2px
}

.user-bar .progress-user-bar.disabled.user-bar__bonus {
    width: 0;
    padding: 0;
    overflow: hidden
}

.user-bar .progress-user-bar.disabled.user-bar__bonus .hint-userbar {
    display: none
}

.user-bar .progress-user-bar.disabled .progress-bar__data-percent {
    right: 0
}

.user-bar .progress-user-bar .snake-progress {
    position: absolute;
    width: 80%;
    height: 100%;
    left: 0;
    opacity: .8;
    background: linear-gradient(0deg, #0058eb, #55d6fa);
    border-radius: 2px
}

.user-bar__ico {
    float: left;
    width: 30px;
    height: 30px;
    border: 1px solid #2c3137
}

.layout:not(.game-layout) .user-bar__ico.ico {
    width: 51px;
    height: 41px
}

.layout:not(.game-layout) .user-bar__ico.ico .level {
    position: absolute;
    margin: 0;
    top: -14px;
    left: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%, 100%;
    z-index: 1;
    transition: background-size .1s
}

.layout:not(.game-layout) .user-bar__ico.ico .level:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%, 100%;
    z-index: 1
}

.layout:not(.game-layout) .user-bar__ico.ico .level:hover:after {
    transform: scale(1.05);
    animation: scale .1s;
    animation-fill-mode: forwards
}

.layout:not(.game-layout) .user-bar__ico.ico .level-sm {
    width: 65px;
    height: 65px
}

.user-bar__ico+.user-bar__data {
    margin-left: 38px
}

.user-bar__data {
    padding-top: 5px;
    font-size: 14px;
    line-height: 16px;
    text-align: right
}

.user-bar__data-title .layout:not(.game-layout),
.user-bar__data-value .layout:not(.game-layout) {
    font-size: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.user-bar__data-title {
    color: #fff;
    font-size: 10px;
    font-weight: 100
}

.user-bar__bonus {
    width: 16px;
    height: 15px;
    padding: 1px;
    margin: 1px;
    float: right;
    color: #000;
    background: linear-gradient(-180deg, #b4ec51, #429321);
    box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, .05), inset 0 -1px 0 0 rgba(0, 0, 0, .1);
    border-radius: 2px;
    -webkit-transition: width .1s ease-in;
    -o-transition: width .1s ease-in;
    transition: width .1s ease-in;
    -webkit-animation: blinking-half 1.5s infinite;
    -o-animation: blinking-half 1.5s infinite;
    animation: blinking-half 1.5s infinite
}

.user-bar__bonus.hint-bottom {
    display: block;
    margin-left: 7px;
    margin-right: -8px;
    line-height: 15px;
    text-align: center;
    font-size: 10px
}

.user-bar__bonus.hint-bottom.disabled {
    opacity: 0;
    width: 0;
    margin: 0;
    padding: 0;
    -webkit-animation: 1.5s infinite none;
    -o-animation: none 1.5s infinite;
    animation: 1.5s infinite none
}

.user-bar__bonus+.user-bar__data-title,
.user-bar__bonus+.user-bar__data-title+.user-bar__data-value {
    margin-right: 23px
}

.user-bar__bonus:hover {
    -webkit-animation: 1.5s infinite none;
    -o-animation: none 1.5s infinite;
    animation: 1.5s infinite none
}

.user-bar .btn-cash {
    margin: 0 0 0 21px
}

.user-bar__reg {
    margin: 2px 0 0 56px;
    padding: 2px;
    border: 1px solid #846023;
    background-color: #111920;
    position: relative;
    width: 254px;
    height: 34px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .5)
}

.user-bar__reg,
.user-bar__reg span {
    float: left;
    font-size: 16px;
    line-height: 40px;
    text-align: center
}

.user-bar__reg-title {
    display: block;
    border-width: 1px 0;
    font-weight: 500;
    text-align: center;
    width: 100%;
    padding: 0;
    color: #fff
}

.user-bar__reg-title--regular {
    font-weight: 300;
    font-style: normal
}

.user-bar__reg-title.ab-test__size {
    width: 229px;
    height: 34px;
    padding: 3px 0 3px 27px
}

.user-bar__reg-subtitle {
    margin: 2px;
    color: #ffc000;
    width: 137px;
    height: 34px;
    text-shadow: -1px -1px 0 #0b0f13, 1px -1px 0 #0b0f13, -1px 1px 0 #0b0f13, 1px 1px 0 #0b0f13, -2px -2px 2px hsla(0, 0%, 100%, .25), 2px -2px 2px hsla(0, 0%, 100%, .25), -2px 2px 2px hsla(0, 0%, 100%, .25), 2px 2px 2px hsla(0, 0%, 100%, .25)
}

.user-bar__reg-subtitle.ab-test__size {
    width: 120px;
    height: 34px
}

.user-bar__reg:hover {
    text-decoration: none;
    border-color: #846023
}

.user-bar__reg:hover .user-bar__reg-title {
    background-position: -31px -793px;
    border-top-color: #4d2d00;
    border-bottom-color: #724300
}

.user-bar__reg:active {
    border-color: #846023
}

.user-bar__reg:active .user-bar__reg-title {
    background-position: -31px -840px;
    border-top-color: #7c0001;
    border-bottom-color: #5f0001
}

.user-bar__block._progress {
    border-top: 1px solid #2d3137;
    box-shadow: 0 -5px 5px -5px #0a0000;
    margin-top: 9px
}

.user-bar__block._progress .bonus__ico {
    margin: 11px -34px 3px 1px
}

.user-bar__block._progress .user-bar__ico {
    padding-top: 10px
}

.social {
    text-align: center;
    height: auto;
    font-size: 0;
    line-height: 0;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    white-space: nowrap
}

.user-bar__header .social {
    margin: 4px 18px 0 0
}

.user-bar__header .social-item+.social-item {
    margin: 0 0 0 18px
}

.popup .social-item+.social-item {
    margin: 0 0 0 4px
}

.game-block .social-item+.social-item {
    margin: 0 0 0 1px
}

.social-item--updated .btn-soc {
    width: auto;
    height: 48px;
    display: inline-flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    background: grey;
    border-radius: 4px;
    min-width: 120px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2)
}

.social-item--updated .btn-soc:after {
    content: "";
    display: block;
    width: 48px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.social-item--updated .btn-soc:hover {
    text-decoration: none
}

.social-item--updated .btn-soc span {
    display: inline-block;
    color: #fff;
    text-transform: none;
    font-weight: 500;
    font-size: 14px;
    padding-right: 27px
}

.social-item--updated .btn-soc--facebook {
    background: #4a67ad
}

.social-item--updated .btn-soc--facebook:after {
    background-image: url(assets/CV/Web/svg/socials/fb.svg?versiontemp=9999)
}

.social-item--updated .btn-soc--vkontakte {
    background: #4c668b
}

.social-item--updated .btn-soc--vkontakte:after {
    background-image: url(assets/CV/Web/svg/socials/vk.svg?versiontemp=9999)
}

.social-item--updated .btn-soc--mailru {
    background: #ffa930
}

.social-item--updated .btn-soc--mailru:after {
    background-image: url(assets/CV/Web/svg/socials/mailru.svg?versiontemp=9999)
}

.social-item--updated .btn-soc--odnoklassniki {
    background: #ec7d26
}

.social-item--updated .btn-soc--odnoklassniki:after {
    background-image: url(assets/CV/Web/svg/socials/ok.svg?versiontemp=9999)
}

.social-item--updated .btn-soc--google {
    background: #fff
}

.social-item--updated .btn-soc--google:after {
    background-image: url(assets/CV/Web/svg/socials/google.svg?versiontemp=9999)
}

.social-item--updated .btn-soc--google span {
    color: #5085ed
}

.social-item--updated .btn-soc--telegram {
    background: #fff
}

.social-item--updated .btn-soc--telegram:after {
    background-image: url(assets/CV/Web/svg/socials/tg.svg?versiontemp=9999)
}

.social-item--updated .btn-soc--telegram span {
    color: #37aee2
}

.social-item--updated .btn-soc--yandex {
    background: #da3332
}

.social-item--updated .btn-soc--yandex:after {
    background-image: url(assets/CV/Web/svg/socials/yandex.svg?versiontemp=9999)
}

.social-item--updated .btn-soc.twitter {
    background: #fff
}

.social-item--updated .btn-soc.twitter:after {
    background-image: url(assets/svg/icon/social/twitter.svg?versiontemp=9999);
    background-size: 23px 22px
}

.social-item--updated .btn-soc.twitter span {
    color: #fff
}

.social-item a:not(.btn-soc) {
    display: block;
    width: 32px;
    height: 32px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform .1s ease-in-out
}

.social-item a:not(.btn-soc).vkontakte {
    background-image: url(assets/svg/icon/social/vkontakte.svg?versiontemp=9999)
}

.social-item a:not(.btn-soc).odnoklassniki {
    background-image: url(assets/svg/icon/social/odnoklassniki.svg?versiontemp=9999)
}

.social-item a:not(.btn-soc).mailru {
    background-image: url(assets/svg/icon/social/mailru.svg?versiontemp=9999)
}

.social-item a:not(.btn-soc).facebook {
    background-image: url(assets/svg/icon/social/facebook.svg?versiontemp=9999)
}

.social-item a:not(.btn-soc).yandex {
    background-image: url(assets/svg/icon/social/yandex.svg?versiontemp=9999)
}

.social-item a:not(.btn-soc).telegram {
    background-image: url(assets/svg/icon/social/telegram.svg?versiontemp=9999)
}

.social-item a:not(.btn-soc).google {
    background-image: url(assets/svg/icon/social/google.svg?versiontemp=9999)
}

.social-item a:not(.btn-soc).instagram {
    background-image: url(assets/svg/icon/social/instagram.svg?versiontemp=9999)
}

.social-item a:not(.btn-soc).twitter {
    background-image: url(assets/svg/icon/social/twitter.svg?versiontemp=9999)
}

.social-item a:not(.btn-soc).tiktok {
    background-image: url(assets/svg/icon/social/tiktok.svg?versiontemp=9999)
}

.social-item a:not(.btn-soc):hover {
    filter: brightness(1.4)
}

.social-item a:not(.btn-soc):active {
    transform: translateY(3px)
}

.social-big a {
    display: block;
    width: 73px;
    height: 72px;
    border-radius: 2px;
    background: url(assets/CV/Web/img/sys/sprites/big-sociale-btn.png) 50% 0 no-repeat;
    opacity: 1;
    position: relative
}

.social-big a.vkontakte {
    background-position: 0 0
}

.social-big a.vkontakte.active,
.social-big a.vkontakte:hover {
    background-position: 0 -72px
}

.social-big a.odnoklassniki {
    background-position: -73px 0
}

.social-big a.odnoklassniki.active,
.social-big a.odnoklassniki:hover {
    background-position: -73px -72px
}

.social-big a.mailru {
    background-position: -146px 0
}

.social-big a.mailru.active,
.social-big a.mailru:hover {
    background-position: -146px -72px
}

.social-big a.facebook {
    background-position: -219px 0
}

.social-big a.facebook:hover {
    background-position: -219px -72px
}

.social-big a.yandex {
    background-position: -292px 0
}

.social-big a.yandex:hover {
    background-position: -292px -72px
}

.social-big a.twitter {
    background-position: -88px -158px
}

.social-big a.twitter:hover {
    background-position: -131px -158px
}

.social.one-social-big .social-item {
    margin: 0 5px 0 0
}

.form-block.form-group--social {
    margin: 0
}

.social-share {
    width: 54px;
    padding: 2px;
    background-color: #090909;
    border: 1px solid rgba(134, 128, 203, .1);
    border-radius: 3px;
    position: absolute;
    top: 193px;
    left: -70px;
    z-index: 10
}

.social-share__item {
    border: 1px solid #2a3d50;
    cursor: pointer;
    height: 46px;
    overflow: hidden
}

.social-share__item+.social-share__item {
    margin-top: 2px
}

.social-share__item>div {
    transition: transform .35s ease
}

.social-share__item:hover>div {
    transform: translateY(-50%)
}

.social-share__btn {
    background-color: #1e2e3e;
    position: relative
}

.vk .social-share__btn:before {
    background-position: -30px 0
}

.mail .social-share__btn:before {
    background-position: -60px 0
}

.facebook .social-share__btn:before {
    width: 24px;
    background-position: -92px 0
}

.gplus .social-share__btn:before {
    width: 36px;
    background-position: -117px 0
}

.od .social-share__btn:before {
    width: 26px;
    background-position: -152px 0
}

.twitter .social-share__btn:before {
    background-position: -180px 0
}

.social-share__counter {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 46px;
    text-transform: uppercase;
    text-align: center
}

.vk .social-share__counter {
    background-color: #4c73a0
}

.mail .social-share__counter {
    background-color: #004984;
    color: #ffc000
}

.facebook .social-share__counter {
    background-color: #3b559f
}

.gplus .social-share__counter {
    background-color: #c33
}

.od .social-share__counter {
    background-color: #f58325
}

.twitter .social-share__counter {
    background-color: #5fa9dd
}

.social-share__btn,
.social-share__counter {
    box-shadow: inset 0 0 8px rgba(0, 0, 0, .35);
    height: 46px;
    display: block
}

.social-share__btn:before,
.social-share__item--head:after,
.social-share__item--head:before {
    content: "";
    background-image: url(assets/CV/Web/img/sys/sprites/social-share.png);
    background-repeat: no-repeat;
    position: absolute
}

.social-share__btn:before,
.social-share__item--head:before {
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.social-share__item--head {
    background-color: #002884;
    border-color: #264fad;
    height: 79px;
    position: relative;
    overflow: visible;
    cursor: default
}

.social-share__item--head:after {
    background-position: -210px 0;
    width: 12px;
    height: 9px;
    left: 50%;
    margin-left: -6px;
    bottom: -9px;
    z-index: 2
}

.social-share__item--head:before {
    background-position: 0 0
}

#register-popup-id .social.social,
.popup.login .social.social,
.popup.reg .social.social,
.reg-wide .social.social {
    max-width: 312px;
    justify-content: space-between;
    margin: 0 auto 16px
}

#register-popup-id .social-item,
.popup.login .social-item,
.popup.reg .social-item,
.reg-wide .social-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin: 0
}

.layout-vua .popup #register-popup-id .social-item,
.layout-vua .popup .popup.login .social-item,
.layout-vua .popup .popup.reg .social-item,
.layout-vua .popup .reg-wide .social-item,
.layout-vua~.popup #register-popup-id .social-item,
.layout-vua~.popup .popup.login .social-item,
.layout-vua~.popup .popup.reg .social-item,
.layout-vua~.popup .reg-wide .social-item {
    margin: -3px 7px 4px
}

.nav {
    position: relative;
    z-index: 6
}

.nav__header {
    position: absolute;
    justify-content: flex-end;
    box-sizing: border-box;
    width: 100%;
    height: 72px;
    margin: 0;
    font-family: din_condensedbold;
    text-transform: uppercase
}

.nav-list,
.nav-list li,
.nav__header {
    display: flex;
    align-items: center
}

.nav-list li {
    margin: 0 8px;
    padding: 0;
    position: relative
}

@media screen and (max-width:1288px) {
    .nav-list li {
        margin: 0 4px
    }
}

.nav-list a {
    display: inline-flex;
    align-items: center;
    padding: 0 8px;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase
}

.nav-list a img {
    margin-right: 8px
}

.nav-list a:hover {
    text-shadow: 0 0 16px rgba(255, 212, 0, .6), 0 0 6px rgba(255, 212, 0, .6), 0 0 4px rgba(255, 128, 0, .6);
    color: #fdbb2c
}

.nav-list a.active {
    color: #fdbb2c
}

.nav-list a:active {
    position: relative;
    top: 1px
}

.nav-list .nav-list__bets {
    display: none;
    margin-left: 18px;
    margin-right: 0
}

body.layout-vua .nav-list .nav-list__bets {
    margin-left: 22px
}

.nav-list__with-betting .nav-list__bets {
    display: inline-block
}

.nav-list__bets {
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    vertical-align: top;
    width: 118px;
    transition: transform .3s;
    text-align: center
}

.nav-list__bets:not([data-disabled]):hover {
    transform: translateY(-10px)
}

body.layout-vua .nav-list__bets:not([data-disabled]):hover {
    transform: translateY(-7px)
}

body.layout-vua .nav-list__bets:not([data-disabled]):hover>a {
    color: #ffc109;
    text-shadow: 0 0 4px rgba(255, 128, 0, .6), 0 0 8px rgba(255, 212, 0, .6), 0 0 16px rgba(255, 212, 0, .6)
}

.nav-list__bets:not([data-disabled]):hover .nav-list__bets__item {
    top: 100%
}

body.layout-vua .nav-list__bets:not([data-disabled]):hover .nav-list__bets__item {
    opacity: 1
}

.nav-list__bets:before {
    content: "";
    display: block;
    position: absolute;
    left: -4px;
    top: -19px;
    z-index: 1;
    width: 118px;
    height: 54px;
    background: url(assets/CV/Web/img/brandings/football-2018/stavki.png) no-repeat 50%;
    background-size: 100%
}

body.layout-vua .nav-list__bets:before {
    top: -20px;
    left: 8px;
    width: 103px;
    height: 57px;
    background: url(assets/CV/Web/img/betting-border.png) no-repeat;
    background-size: 100%
}

body.layout-vua .nav-list__bets:after {
    content: "";
    position: absolute;
    top: -12px;
    left: -10px;
    width: 40px;
    height: 40px;
    background: url(assets/CV/Web/svg/ball.svg) no-repeat
}

.nav-list__bets>a {
    position: relative;
    z-index: 3
}

.nav-list__bets>a,
.nav-list__bets>a:hover {
    text-shadow: none;
    color: #fff
}

.nav-list__bets__item {
    position: absolute;
    top: -13px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    margin-top: 13px;
    text-align: left;
    transition: .3s ease;
    z-index: -1
}

body.layout-vua .nav-list__bets__item {
    left: -18px;
    margin-top: 16px;
    opacity: 0
}

.nav-list__bets__item a {
    position: relative;
    padding: 0 5px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    text-transform: none;
    z-index: 3
}

body.layout-vua .nav-list__bets__item a {
    padding: 0;
    font-size: 12px;
    line-height: 20px;
    white-space: nowrap
}

.nav-list__bets__item a:first-child {
    padding-left: 0
}

body.layout-vua .nav-list__bets__item a:first-child {
    margin-right: 16px
}

.nav-list__bets__item a:first-child:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 3px;
    height: 10px;
    width: 1px;
    background: #234183
}

body.layout-vua .nav-list__bets__item a:first-child:after {
    top: -2px;
    right: -10px;
    height: 24px;
    background: hsla(0, 0%, 100%, .2)
}

.nav-list__bets__item a:hover {
    text-shadow: none !important;
    color: #b8b8cc !important
}

.nav-list__bets_triangles {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.nav-list__bets_triangles:after,
.nav-list__bets_triangles:before {
    content: "";
    display: block;
    position: absolute;
    top: 0
}

.nav-list__bets_triangles:before {
    left: -10px;
    width: 0;
    height: 0;
    border-color: transparent #0f151c transparent transparent;
    border-style: solid;
    border-width: 0 10px 70px 0
}

.nav-list__bets_triangles:after {
    right: -10px;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #0f151c;
    border-style: solid;
    border-width: 0 0 70px 10px
}

.nav__header_switch-locale {
    position: relative;
    height: 28px;
    margin-left: 12px
}

body.layout-vua .nav__header_switch-locale {
    right: 5px
}

.ticker-wrapper {
    position: absolute;
    z-index: 1;
    top: 110px;
    right: 35px;
    width: 743px;
    height: 28px;
    padding: 0 3px 3px;
    background: #000;
    border: 1px solid #0f2d63;
    border-top: #0f2d63;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .75)
}

.ticker-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(assets/CV/Web/img/sys/bg/dots.png) 50% 50% repeat;
    opacity: .5
}

.ticker {
    position: absolute;
    top: 0;
    left: 3px;
    right: 3px;
    bottom: 3px;
    overflow: hidden;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffc000
}

.ticker__content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    min-width: 100%;
    white-space: nowrap;
    line-height: 31px
}

.ticker__content {
    display: inline-block
}

.ticker__content--clone {
    position: absolute;
    left: 100%;
    right: -100%
}

@keyframes ticker-content-scroll {
    0% {
        transform: translateX(0)
    }
    to {
        transform: translateX(-100%)
    }
}

.sh_btn {
    z-index: 999999;
    font-size: 14px;
    color: #fff;
    position: fixed;
    cursor: pointer;
    box-shadow: inset 0 0 1px hsla(0, 0%, 100%, .5);
    background: #363636
}

#sh_button {
    border-radius: 16px 16px 0 16px;
    width: 64px;
    height: 64px;
    min-height: 64px;
    color: #000;
    border-color: #fff;
    font-weight: 600;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .5);
    outline: none;
    background: #fff url(assets/CV/Web/img/sys/btn/call.svg) 50% no-repeat;
    background-size: 64px 64px;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    z-index: 998
}

#sh_button:hover {
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, .5);
    border-radius: 0 16px 16px 16px
}

#sh_button:active {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .5)
}

#sh_button .sh_block_counter,
#sh_button .sh_logo,
#sh_button .sh_logo_img,
#sh_button .sh_title_text {
    display: none
}

#sh_button {
    top: auto !important;
    bottom: 48px;
    right: 48px
}

.carousel {
    position: relative;
    min-height: 150px
}

.carousel-slider,
.carousel-slider img {
    height: 312px;
    width: 952px
}

@media screen and (min-width:1260px) {
    .carousel-slider,
    .carousel-slider img {
        width: 1144px
    }
}

.carousel-slider img {
    object-fit: cover
}

.carousel-slider .carousel-inner {
    width: inherit;
    height: inherit
}

.carousel-slider .carousel-image {
    font-size: 0;
    line-height: 0;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    display: block;
    position: relative;
    z-index: 1
}

.carousel-slider .carousel-caption {
    max-width: 420px;
    position: absolute;
    left: 30px;
    top: 95px;
    z-index: 2
}

.layout-vua .carousel-slider .carousel-caption {
    top: 68px
}

.carousel-slider .carousel-caption .btn {
    width: 290px;
    position: absolute;
    top: 112px
}

.layout-vua .carousel-slider .carousel-caption .btn {
    position: relative;
    top: auto !important;
    right: auto;
    bottom: auto;
    left: auto !important;
    display: inline-block;
    margin: 21px 0 0 5px;
    min-width: 176px;
    max-width: 290px;
    width: auto !important;
    height: 46px;
    border-radius: 4px;
    background: transparent;
    transition: background-color .3s
}

.layout-vua .carousel-slider .carousel-caption .btn:before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    background: none;
    border: 1px solid #fff;
    box-shadow: 0 0 5px #0049de, 0 0 2px #0049de, 0 0 3px #0049de, 0 0 4px #0049de;
    border-radius: 4px;
    transition: transform .3s
}

.layout-vua .carousel-slider .carousel-caption .btn:after {
    content: none
}

.layout-vua .carousel-slider .carousel-caption .btn span {
    font-size: 16px;
    line-height: 46px;
    font-weight: 400;
    color: #fff
}

.layout-vua .carousel-slider .carousel-caption .btn:hover {
    background: #d0021b linear-gradient(180deg, rgba(0, 0, 0, .0001), rgba(0, 0, 0, .5))
}

.layout-vua .carousel-slider .carousel-caption .btn:hover:before {
    transform: scale(1.04, 1.16)
}

.carousel-slider .carousel-title {
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .02rem;
    line-height: 32px;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 3px 3px 1px rgba(15, 11, 65, .25), -1px -1px 0 #110e4a, 1px -1px 0 #110e4a, -1px 1px 0 #110e4a, 1px 1px 0 #110e4a, -2px -2px 2px rgba(17, 14, 74, .75), 2px -2px 2px rgba(17, 14, 74, .75), -2px 2px 2px rgba(17, 14, 74, .75), 2px 2px 2px rgba(17, 14, 74, .75);
    margin: 0
}

.layout-vua .carousel-slider .carousel-title {
    padding-left: 2px;
    font-size: 32px;
    font-weight: 500;
    text-transform: none;
    letter-spacing: normal;
    color: #fff
}

.carousel-slider .carousel-subtitle {
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    line-height: 32px;
    color: #ffc000;
    margin: 0 0 10px
}

.layout-vua .carousel-slider .carousel-subtitle {
    margin: 16px 0 10px;
    padding-left: 3px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-transform: none;
    text-shadow: 0 4px 8px rgba(0, 0, 0, .4) !important;
    color: #fff
}

.carousel-footer {
    flex: 1 1 auto;
    color: hsla(0, 0%, 100%, .6);
    font-weight: 400
}

.carousel-footer .h1,
.carousel-footer .h2,
.carousel-footer .h3,
.carousel-footer .h4,
.carousel-footer .h5,
.carousel-footer .h6,
.carousel-footer h1,
.carousel-footer h2,
.carousel-footer h3,
.carousel-footer h4,
.carousel-footer h5,
.carousel-footer h6 {
    color: hsla(0, 0%, 100%, .8);
    text-align: left;
    position: relative;
    margin: 0 85px 10px 0;
    font-weight: 500;
    line-height: 24px;
    text-transform: none
}

.carousel-inner {
    height: 100%;
    min-height: 150px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.carousel .item {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .35s ease-in 0s;
    -o-transition: opacity .35s ease-in 0s;
    transition: opacity .35s ease-in 0s;
    z-index: 1
}

.carousel .item.active {
    z-index: 2;
    opacity: 1;
    filter: alpha(opacity=100)
}

.layout.custom-bg .header-middle .carousel .item:after,
.layout.custom-bg .header-middle .carousel .item:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    z-index: 2;
    pointer-events: none
}

.layout.custom-bg .header-middle .carousel .item:before {
    left: 0
}

.layout.custom-bg .header-middle .carousel .item:after {
    right: 0;
    background-position-x: 100%
}

.carousel-indicators {
    list-style-type: none;
    font-size: 0;
    line-height: 0;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    z-index: 2
}

.carousel-footer .carousel-indicators {
    position: absolute;
    top: -18px;
    right: 0;
    bottom: auto;
    left: auto;
    text-align: right
}

.carousel-slider .carousel-indicators {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 16px;
    left: 0;
    text-align: center
}

.carousel-indicators li {
    cursor: pointer;
    display: inline-block;
    padding: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%
}

.carousel-footer .carousel-indicators li {
    margin: 0 2px;
    background-color: #4d4d4d
}

.carousel-footer .carousel-indicators li.active {
    background-color: #f7f7f7;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .75);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, .75);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .75)
}

.carousel-slider .carousel-indicators li {
    margin: 0 10px;
    background-color: #fff;
    opacity: .5;
    filter: alpha(opacity=50)
}

.carousel-slider .carousel-indicators li.active {
    opacity: 1;
    filter: alpha(opacity=100)
}

.carousel-indicators li i {
    display: block;
    width: 8px;
    height: 8px
}

.lang-switch {
    position: relative;
    min-width: 60px;
    height: 28px;
    font-family: Roboto, Arial, Helvetica Neue, Helvetica, Verdana, sans-serif
}

.footer .lang-switch {
    overflow: hidden
}

.lang-switch a:hover {
    text-decoration: none
}

.lang-switch__current {
    position: relative;
    display: flex;
    align-items: center;
    line-height: 34px;
    min-width: inherit;
    height: inherit;
    box-sizing: border-box;
    padding: 0 12px;
    text-align: left;
    background-color: transparent;
    transition: background-color .3s;
    cursor: pointer
}

.lang-switch__current:before {
    content: "";
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    left: auto;
    margin: auto;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid hsla(0, 0%, 100%, .8);
    transform: rotate(180deg);
    transition: transform .2s
}

.lang-switch__current .flag-locale {
    display: inline-block
}

.lang-switch__name {
    margin: 0 16px 0 0;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 90px
}

.lang-switch__flag+.lang-switch__name {
    margin: 0 16px 0 12px
}

.lang-switch__list {
    position: absolute;
    right: 0;
    display: flex;
    flex-direction: column;
    background: #1c212e;
    box-sizing: border-box;
    min-width: 156px;
    padding: 12px 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, max-height .3s
}

.layout-vua .lang-switch__list {
    min-width: 124px;
    background: #000
}

.lang-switch__list_item {
    position: relative;
    height: 32px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    padding: 0 16px;
    font-size: 14px;
    line-height: 32px;
    font-weight: 400;
    text-transform: capitalize;
    color: hsla(0, 0%, 100%, .8);
    transition: border-color .15s linear;
    cursor: pointer
}

.lang-switch__list_item+.lang-switch__list_item {
    margin-top: 2px
}

.lang-switch__list_item:hover {
    background-color: rgba(186, 188, 194, .15)
}

.lang-switch__list_item.current {
    pointer-events: none;
    font-weight: 500;
    color: #fff
}

.lang-switch__list_item span {
    font-size: inherit;
    line-height: inherit
}

.lang-switch__list .flag-locale {
    margin-right: 12px
}

.lang-switch__lang-icon {
    position: relative;
    display: block;
    width: 18px;
    height: 18px;
    margin-right: 12px
}

.lang-switch__lang-icon:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin: auto;
    background: url(assets/CV/Web/svg/language.svg) 50%/cover no-repeat
}

.lang-switch .flag-locale {
    width: 20px;
    height: 15px;
    position: relative;
    overflow: hidden;
    border-radius: 1px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    background-color: #ccc
}

.footer .lang-switch--is-open {
    overflow: visible
}

.footer .lang-switch--is-open.top .lang-switch__current {
    border-radius: 0 0 4px 4px
}

.footer .lang-switch--is-open.top .lang-switch__list {
    bottom: 100%;
    border-radius: 4px 4px 0 4px
}

.footer .lang-switch--is-open.bottom .lang-switch__current {
    border-radius: 4px 4px 0 0
}

.footer .lang-switch--is-open.bottom .lang-switch__list {
    top: 100%;
    border-radius: 4px 0 4px 4px
}

.lang-switch--is-open .lang-switch__list {
    opacity: 1;
    visibility: visible;
    z-index: 9
}

.header .lang-switch--is-open .lang-switch__list {
    top: 100%;
    border-radius: 4px 0 4px 4px
}

.footer .lang-switch--is-open .lang-switch__list {
    overflow: visible
}

.lang-switch--is-open .lang-switch__current {
    background-color: #1c212e
}

.header .lang-switch--is-open .lang-switch__current {
    border-radius: 4px 4px 0 0
}

.layout-vua .lang-switch--is-open .lang-switch__current {
    background: #000
}

.lang-switch--is-open .lang-switch__current:before {
    transform: rotate(0deg);
    opacity: .8
}

.bottom-banner,
.top-banner {
    position: relative;
    z-index: 3;
    background-image: linear-gradient(-180deg, #000, #670002 1%, #f83538 0, #870002 2%, #e8000a 80%, #c40004 95%, #f83538 0, #670002 96%, #000);
    height: 48px;
    padding-top: 8px;
    overflow: hidden
}

.bottom-banner-content,
.top-banner-content {
    width: 1005px;
    margin: 0 auto;
    line-height: 38px;
    position: relative;
    text-align: center
}

@media (max-width:1120px) {
    .bottom-banner-content,
    .top-banner-content {
        width: 90%;
        margin-right: 50px
    }
}

.bottom-banner-content p,
.top-banner-content p {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    text-shadow: 0 1px 0 #000
}

.bottom-banner-content .btn,
.top-banner-content .btn {
    display: inline-block;
    vertical-align: middle;
    width: 235px;
    margin-bottom: 0;
    border: 0;
    height: 40px
}

.bottom-banner-content .btn span,
.top-banner-content .btn span {
    line-height: 40px;
    height: 40px
}

.bottom-banner-close,
.top-banner-close {
    cursor: pointer;
    width: 37px;
    height: 35px;
    position: absolute;
    top: 9px;
    right: 10px;
    bottom: auto;
    left: auto
}

.bottom-banner-close:active,
.top-banner-close:active {
    top: 10px
}

.bottom-banner-close:before,
.top-banner-close:before {
    display: block;
    content: "";
    background: url(assets/CV/Web/svg/icon/icon_close.svg) 50% 50% no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 8px;
    bottom: 10px;
    left: 8px;
    color: #fff;
    font-size: 24px
}

.bottom-banner *+.btn,
.top-banner *+.btn {
    margin-left: 25px
}

.bottom-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    background-image: none;
    background-color: rgba(40, 43, 89, .9)
}

.bottom-banner-content {
    text-align: left
}

.bottom-banner-content p {
    text-shadow: none
}

.bottom-banner *+.btn {
    width: 158px;
    float: right;
    border-radius: 4px
}

.bottom-banner *+.btn span {
    text-transform: uppercase;
    line-height: 36px;
    text-shadow: 0 1px 0 #000
}

.jackpot-item-block {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex: 1 1 auto;
    min-width: 274px;
    height: 100%;
    max-height: 70px;
    margin-left: 24px;
    padding: 8px 0;
    box-sizing: border-box
}

.jackpot-block__title {
    width: 64px;
    margin-bottom: 4px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: hsla(0, 0%, 100%, .6);
    text-shadow: 0 1px 0 #000
}

.jackpot-block__title:first-letter {
    text-transform: uppercase
}

@media screen and (min-width:1260px) {
    .jackpot-block__title {
        width: 100%;
        margin-bottom: 0
    }
}

.jackpot-currency,
.jackpot-item__inner__subtitle {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 0;
    height: 40px;
    margin: 4px 0;
    box-sizing: border-box;
    font-size: 40px;
    line-height: 40px;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    background: linear-gradient(180deg, #efe08c 10%, #ffd401 40%, #f5b128 60%, #ffab01);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

html.ie .jackpot-currency,
html.ie .jackpot-item__inner__subtitle {
    background: none;
    color: #ffd401
}

.jackpot-currency {
    margin-left: 7px
}

.switcher {
    width: 100%;
    height: 26px;
    font-size: 0;
    line-height: 0;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    text-align: center;
    margin: 20px 0 15px;
    position: relative;
    z-index: 2
}

.switcher-item {
    display: inline-block;
    padding: 0 28px
}

.switcher-link {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 1px 1px #1c0900;
    text-decoration: none;
    position: relative
}

.switcher-link:after {
    content: "";
    width: 20px;
    height: 14px;
    position: absolute;
    top: auto;
    right: auto;
    bottom: -19px;
    left: 50%;
    margin-left: -10px;
    background-image: url(assets/CV/Web/img/sys/sprites/spr-icons.png);
    background-repeat: no-repeat;
    background-position: -254px -54px;
    display: none
}

.active .switcher-link,
.switcher-link:hover {
    color: #229ece;
    text-decoration: none
}

.active .switcher-link:after {
    display: block
}

.switcher-link .ico {
    float: left;
    margin: 1px 5px 0 0
}

.switcher+.cnt-table {
    position: relative;
    z-index: 1
}

.pagination {
    margin: 25px 20px;
    font-size: 0;
    line-height: 0;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    text-align: center;
    white-space: nowrap
}

.safari .pagination {
    float: left;
    position: relative;
    left: -50%
}

.safari .pagination-wrapper {
    float: left;
    position: relative;
    left: 50%
}

.safari .pagination span {
    float: left
}

.pagination span {
    display: inline-block;
    position: relative;
    overflow: hidden;
    height: 34px;
    border: 2px solid #000;
    -webkit-box-shadow: 0 0 0 1px #232f3b;
    -moz-box-shadow: 0 0 0 1px #232f3b;
    box-shadow: 0 0 0 1px #232f3b;
    border-radius: 2px;
    margin: 0 5px;
    font-size: 24px;
    color: #4d5d6c;
    text-transform: uppercase;
    text-shadow: 0 2px 2px #070c11;
    text-align: center;
    line-height: 34px;
    background-image: url(assets/CV/Web/img/sys/sprites/sprite-strips.png);
    background-position: 50% -370px;
    background-repeat: repeat-x
}

.pagination span.page a,
.pagination span.page b {
    min-width: 24px;
    padding: 0 5px
}

.pagination span:after,
.pagination span:before {
    content: "";
    width: 5px;
    height: 34px;
    top: 0;
    position: absolute;
    z-index: 1
}

.pagination span:before {
    left: 0;
    background-position: -79px -256px
}

.pagination span:after,
.pagination span:before {
    background-image: url(assets/CV/Web/img/sys/sprites/sprite-strips.png);
    background-repeat: repeat-x
}

.pagination span:after {
    right: 0;
    background-position: -85px -256px
}

.pagination span.current,
.pagination span:hover {
    background-position: 50% -300px
}

.pagination span.current,
.pagination span.current a,
.pagination span:hover,
.pagination span:hover a {
    color: #fff;
    text-shadow: 0 2px 2px #070c11
}

.pagination span.current:after,
.pagination span.current:before,
.pagination span:hover:after,
.pagination span:hover:before {
    width: 9px
}

.pagination span.current:before,
.pagination span:hover:before {
    background-position: -58px -256px
}

.pagination span.current:after,
.pagination span:hover:after {
    background-position: -68px -256px
}

.pagination span.current b {
    font-weight: 400;
    position: relative;
    z-index: 2;
    display: inline-block
}

.pagination span.first a,
.pagination span.last a,
.pagination span.next a,
.pagination span.previous a {
    width: 34px;
    height: 34px;
    text-indent: 100px;
    color: transparent;
    opacity: .5;
    filter: alpha(opacity=50);
    overflow: hidden
}

.pagination span.first:hover a,
.pagination span.last:hover a,
.pagination span.next:hover a,
.pagination span.previous:hover a {
    opacity: 1;
    filter: alpha(opacity=100)
}

.pagination span.first>a {
    background-position: -295px -35px
}

.pagination span.first>a,
.pagination span.previous>a {
    background-image: url(assets/CV/Web/img/sys/sprites/spr-icons.png);
    background-repeat: no-repeat
}

.pagination span.previous>a {
    background-position: -295px -105px
}

.pagination span.next>a {
    background-position: -295px -70px
}

.pagination span.last>a,
.pagination span.next>a {
    background-image: url(assets/CV/Web/img/sys/sprites/spr-icons.png);
    background-repeat: no-repeat
}

.pagination span.last>a {
    background-position: -295px 0
}

.pagination a {
    height: 34px;
    display: inline-block;
    position: relative;
    z-index: 2;
    color: #4d5d6c;
    text-align: center;
    text-decoration: none
}

.fixed-panel {
    position: fixed;
    z-index: 9;
    top: 50%;
    transform: translateY(-25%);
    left: 0;
    width: 123px;
    margin-left: -24px;
    border-radius: 12px;
    overflow: hidden
}

body.game .fixed-panel {
    display: none
}

@media screen and (min-width:1260px) and (max-width:1380px) {
    .fixed-panel {
        left: -200px
    }
}

@media screen and (max-width:1180px) {
    .fixed-panel {
        left: -200px
    }
}

.fixed-panel-game-list {
    overflow: hidden;
    padding-top: 9px;
    padding-bottom: 9px;
    border-radius: 12px;
    background: rgba(0, 0, 0, .4);
    border-left: none;
    box-sizing: border-box;
    transition: left .2s ease-out
}

.fixed-panel-game {
    width: 115px;
    height: 70px;
    -webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
    box-sizing: border-box;
    position: relative;
    z-index: 8;
    padding: 7.5px 0
}

.fixed-panel-game:hover {
    transform: scale(1.2);
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, .6))
}

.fixed-panel-game:last-child {
    margin-bottom: 0
}

.fixed-panel-game .little-star {
    display: none
}

.fixed-panel-game-icon,
.fixed-panel-game-icon img {
    margin: 0 auto;
    width: 88px;
    height: 56px;
    -webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
    box-sizing: border-box
}

.fixed-panel-game-icon img {
    border-radius: 4px;
    border: 2px solid #000;
    filter: drop-shadow(0 8px 16px #000000)
}

.fixed-panel-game-title {
    text-align: center;
    font-weight: 400;
    color: #f9f9f9;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
    display: none;
    font-size: 11px;
    line-height: 10px;
    -webkit-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    transition: .4s ease-out;
    margin: 0 0 0 -5px;
    max-height: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.fixed-panel-game:hover .fixed-panel-game-title {
    font-size: 11px;
    line-height: 16px;
    display: block;
    opacity: .75;
    max-height: 12px
}

.fixed-panel-game:hover .fixed-panel-game-icon img {
    margin-top: -1px
}

.js-timer {
    font-size: 0;
    line-height: 0;
    display: inline-block;
    position: relative;
    text-align: center
}

.timer-count {
    width: 54px
}

.js-timer-sm .timer-count {
    width: 40px
}

.js-timer-md .timer-count {
    width: 54px
}

.js-timer-lg .timer-count {
    width: 56px
}

.timer-count,
.timer-countDiv {
    height: 48px
}

.js-timer-sm .timer-count,
.js-timer-sm .timer-countDiv {
    height: 34px
}

.js-timer-md .timer-count,
.js-timer-md .timer-countDiv {
    height: 48px
}

.js-timer-lg .timer-count,
.js-timer-lg .timer-countDiv {
    height: 56px
}

.timer-countDiv {
    width: 12px
}

.js-timer-sm .timer-countDiv {
    line-height: 13px
}

.js-timer-md .timer-countDiv {
    line-height: 12px
}

.js-timer-lg .timer-countDiv {
    line-height: 13px
}

.timer-digit,
.timer-elem,
[class^=timer-digit__] {
    text-align: center;
    width: 18px
}

.js-timer-sm .timer-digit,
.js-timer-sm .timer-elem,
.js-timer-sm [class^=timer-digit__] {
    width: 14px
}

.js-timer-lg .timer-digit,
.js-timer-lg .timer-elem,
.js-timer-lg [class^=timer-digit__],
.js-timer-md .timer-digit,
.js-timer-md .timer-elem,
.js-timer-md [class^=timer-digit__] {
    width: 18px
}

.js-timer-as .timer-digit,
.js-timer-as .timer-elem,
.js-timer-as [class^=timer-digit__] {
    width: 24px
}

.timer-digit,
.timer-elem,
[class^=timer-digit__] {
    height: 48px
}

.js-timer-sm .timer-digit,
.js-timer-sm .timer-elem,
.js-timer-sm [class^=timer-digit__] {
    height: 34px
}

.js-timer-md .timer-digit,
.js-timer-md .timer-elem,
.js-timer-md [class^=timer-digit__] {
    height: 48px
}

.js-timer-lg .timer-digit,
.js-timer-lg .timer-elem,
.js-timer-lg [class^=timer-digit__] {
    height: 56px
}

.js-timer-as .timer-digit,
.js-timer-as .timer-elem,
.js-timer-as [class^=timer-digit__] {
    height: 36px
}

.timer-countDiv,
.timer-elem {
    vertical-align: middle;
    line-height: 48px
}

.js-timer-sm .timer-countDiv,
.js-timer-sm .timer-elem {
    line-height: 34px
}

.js-timer-md .timer-countDiv,
.js-timer-md .timer-elem {
    line-height: 48px
}

.js-timer-lg .timer-countDiv,
.js-timer-lg .timer-elem {
    line-height: 56px
}

.timer-digit {
    font-size: 30px;
    line-height: 48px
}

.js-timer-sm .timer-digit {
    font-size: 24px;
    line-height: 34px
}

.js-timer-md .timer-digit {
    font-size: 30px;
    line-height: 48px
}

.js-timer-lg .timer-digit {
    font-size: 32px;
    line-height: 56px
}

.timer-digit,
[class^=timer-digit__] {
    display: block;
    position: absolute;
    top: 0
}

.timer-count,
.timer-countDiv,
.timer-elem {
    white-space: nowrap;
    display: inline-block;
    position: relative
}

.timer-elem {
    overflow: hidden
}

.timer-elem-title {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    letter-spacing: normal;
    line-height: 1
}

.timer-count__one-elem {
    text-align: right
}

.timer-count__one-elem .timer-elem:first-child {
    display: none
}

.timer-count__one-elem .timer-elem-title {
    left: 50%
}

.timer-countDiv,
.timer-digit {
    letter-spacing: -1px
}

.timer-digit {
    text-shadow: 0 3px 1px rgba(0, 0, 0, .3)
}

.timer-countDiv {
    vertical-align: top
}

.timer__hide-days .timer-countDays,
.timer__hide-days .timer-countDiv0 {
    width: 0;
    padding: 0;
    border: none;
    opacity: 0
}

.timer__hide-days .timer-countDays:after,
.timer__hide-days .timer-countDays:before,
.timer__hide-days .timer-countDays>*,
.timer__hide-days .timer-countDiv0:after,
.timer__hide-days .timer-countDiv0:before,
.timer__hide-days .timer-countDiv0>* {
    opacity: 0
}

.timer__hide-hours .timer-countDays,
.timer__hide-hours .timer-countDiv0 {
    width: 0;
    padding: 0;
    border: none;
    opacity: 0
}

.timer__hide-hours .timer-countDays:after,
.timer__hide-hours .timer-countDays:before,
.timer__hide-hours .timer-countDays>*,
.timer__hide-hours .timer-countDiv0:after,
.timer__hide-hours .timer-countDiv0:before,
.timer__hide-hours .timer-countDiv0>* {
    opacity: 0
}

.timer__hide-hours .timer-countDiv1,
.timer__hide-hours .timer-countHours {
    width: 0;
    padding: 0;
    border: none;
    opacity: 0
}

.timer__hide-hours .timer-countDiv1:after,
.timer__hide-hours .timer-countDiv1:before,
.timer__hide-hours .timer-countDiv1>*,
.timer__hide-hours .timer-countHours:after,
.timer__hide-hours .timer-countHours:before,
.timer__hide-hours .timer-countHours>* {
    opacity: 0
}

.timer__hide-minutes .timer-countDiv1,
.timer__hide-minutes .timer-countMinutes {
    width: 0;
    padding: 0;
    border: none;
    opacity: 0
}

.timer__hide-minutes .timer-countDiv1:after,
.timer__hide-minutes .timer-countDiv1:before,
.timer__hide-minutes .timer-countDiv1>*,
.timer__hide-minutes .timer-countMinutes:after,
.timer__hide-minutes .timer-countMinutes:before,
.timer__hide-minutes .timer-countMinutes>* {
    opacity: 0
}

.timer__hide-minutes .timer-countDiv2,
.timer__hide-minutes .timer-countSeconds {
    width: 0;
    padding: 0;
    border: none;
    opacity: 0
}

.timer__hide-minutes .timer-countDiv2:after,
.timer__hide-minutes .timer-countDiv2:before,
.timer__hide-minutes .timer-countDiv2>*,
.timer__hide-minutes .timer-countSeconds:after,
.timer__hide-minutes .timer-countSeconds:before,
.timer__hide-minutes .timer-countSeconds>* {
    opacity: 0
}

.timer__hide-seconds .timer-countDiv2,
.timer__hide-seconds .timer-countSeconds {
    width: 0;
    padding: 0;
    border: none;
    opacity: 0
}

.timer__hide-seconds .timer-countDiv2:after,
.timer__hide-seconds .timer-countDiv2:before,
.timer__hide-seconds .timer-countDiv2>*,
.timer__hide-seconds .timer-countSeconds:after,
.timer__hide-seconds .timer-countSeconds:before,
.timer__hide-seconds .timer-countSeconds>* {
    opacity: 0
}

.timer-countDiv1,
.timer-countDiv2,
.timer-string-countDiv1,
.timer-string-countDiv2 {
    -webkit-animation: flash 1s infinite;
    -o-animation: flash 1s infinite;
    animation: flash 1s infinite
}

.timer__completed .timer-countDiv1,
.timer__completed .timer-countDiv2,
.timer__completed .timer-string-countDiv1,
.timer__completed .timer-string-countDiv2,
.timer__stoped .timer-countDiv1,
.timer__stoped .timer-countDiv2,
.timer__stoped .timer-string-countDiv1,
.timer__stoped .timer-string-countDiv2 {
    -webkit-animation-name: none;
    animation-name: none
}

.x-timer.timer__hide-days .timer-countDays,
.x-timer.timer__hide-days .timer-countDiv0,
.x-timer.timer__hide-hours .timer-countDiv2,
.x-timer.timer__hide-hours .timer-countSeconds {
    display: none
}

@-webkit-keyframes flash {
    0%,
    to {
        opacity: .35
    }
    25%,
    75% {
        opacity: .35
    }
    50% {
        opacity: 1
    }
}

@keyframes flash {
    0%,
    to {
        opacity: .35
    }
    25%,
    75% {
        opacity: .35
    }
    50% {
        opacity: 1
    }
}

.timer-flip-digit {
    height: 48px;
    line-height: 48px
}

.js-timer-sm .timer-flip-digit {
    height: 34px;
    line-height: 34px
}

.js-timer-md .timer-flip-digit {
    height: 48px;
    line-height: 48px
}

.js-timer-lg .timer-flip-digit {
    height: 56px;
    line-height: 56px
}

.timer-flip-digit {
    font-size: 30px
}

.js-timer-sm .timer-flip-digit {
    font-size: 24px
}

.js-timer-md .timer-flip-digit {
    font-size: 30px
}

.js-timer-lg .timer-flip-digit {
    font-size: 32px
}

.js-timer[data-style=flip-clock] .timer-countDiv1,
.js-timer[data-style=flip-clock] .timer-countDiv2,
.js-timer[data-style=flip-clock] .timer-string-countDiv1,
.js-timer[data-style=flip-clock] .timer-string-countDiv2 {
    animation-delay: .75s
}

.js-timer {
    font-family: Roboto, sans-serif;
    padding: 0 0 20px;
    width: 100%;
    margin: auto
}

.js-timer,
.js-timer * {
    box-sizing: content-box
}

.js-timer[data-style=flip-clock] {
    perspective-origin: 50% 50%;
    overflow: hidden
}

.sidebar .js-timer[data-style=flip-clock] {
    margin-bottom: -5px
}

.promo .js-timer[data-style=flip-clock] {
    margin-bottom: -10px
}

.timer-elem-title {
    color: hsla(0, 0%, 100%, .4);
    font-size: 10px;
    font-weight: 400;
    bottom: -15px
}

.timer-digit {
    color: #fff;
    text-shadow: 0 -1px 0 #000;
    font-weight: 500
}

.timer-count {
    position: relative;
    border: 1px solid #000;
    border-radius: 4px;
    background: #1a2735;
    background: linear-gradient(#263442, #1a2735, #263341);
    box-shadow: 0 1px 0 hsla(0, 0%, 100%, .1);
    font-weight: 700;
    letter-spacing: 1px
}

.timer-count:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    background: #000;
    box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, .1);
    height: 1px;
    z-index: 9
}

.timer-countDiv {
    position: relative
}

.timer-countDiv:after,
.timer-countDiv:before {
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    opacity: .8
}

.timer-countDiv:before {
    transform: translateY(-4px)
}

.timer-countDiv:after {
    transform: translateY(8px)
}

.js-timer-flip-duo,
.js-timer-lg-flip-duo,
.js-timer-md-flip-duo,
.js-timer-sm-flip-duo {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: center
}

.js-timer-lg .timer-duo,
.js-timer-md .timer-duo,
.js-timer-sm .timer-duo,
.js-timer .timer-duo {
    position: relative;
    margin: 0 8px
}

.js-timer-lg .timer-flip-container,
.js-timer-md .timer-flip-container,
.js-timer-sm .timer-flip-container,
.js-timer .timer-flip-container {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: center
}

.js-timer-lg .timer-flip-container .timer-flip-elem,
.js-timer-md .timer-flip-container .timer-flip-elem,
.js-timer-sm .timer-flip-container .timer-flip-elem,
.js-timer .timer-flip-container .timer-flip-elem {
    position: relative;
    width: 24px;
    background: linear-gradient(#263442, #1a2735, #263341);
    box-shadow: 0 1px 0 hsla(0, 0%, 100%, .1)
}

.js-timer-lg .timer-flip-container .timer-flip-elem:first-child,
.js-timer-md .timer-flip-container .timer-flip-elem:first-child,
.js-timer-sm .timer-flip-container .timer-flip-elem:first-child,
.js-timer .timer-flip-container .timer-flip-elem:first-child {
    margin-right: 1px
}

.js-timer-lg .timer-flip-container .timer-flip-elem:last-child,
.js-timer-md .timer-flip-container .timer-flip-elem:last-child,
.js-timer-sm .timer-flip-container .timer-flip-elem:last-child,
.js-timer .timer-flip-container .timer-flip-elem:last-child {
    margin-left: 1px
}

.js-timer-lg .timer-flip-container .timer-flip-elem .timer-flip-digit,
.js-timer-md .timer-flip-container .timer-flip-elem .timer-flip-digit,
.js-timer-sm .timer-flip-container .timer-flip-elem .timer-flip-digit,
.js-timer .timer-flip-container .timer-flip-elem .timer-flip-digit {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.js-timer-lg .timer-flip-container .timer-flip-elem .timer-flip-digit:not(.flip),
.js-timer-md .timer-flip-container .timer-flip-elem .timer-flip-digit:not(.flip),
.js-timer-sm .timer-flip-container .timer-flip-elem .timer-flip-digit:not(.flip),
.js-timer .timer-flip-container .timer-flip-elem .timer-flip-digit:not(.flip) {
    height: 38px;
    line-height: 38px
}

.js-timer-lg .timer-flip-digit,
.js-timer-md .timer-flip-digit,
.js-timer-sm .timer-flip-digit,
.js-timer .timer-flip-digit {
    color: #fff;
    text-shadow: 0 -1px 0 #000;
    font-weight: 700;
    letter-spacing: 1px
}

.js-timer-lg .flip,
.js-timer-md .flip,
.js-timer-sm .flip,
.js-timer .flip {
    display: none;
    height: 50%;
    position: absolute;
    right: -1px;
    left: -1px;
    top: 0;
    overflow: hidden;
    background: #1a2735;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    transform-origin: 50% 100%;
    backface-visibility: hidden;
    will-change: transform
}

.js-timer-lg .flip:before,
.js-timer-md .flip:before,
.js-timer-sm .flip:before,
.js-timer .flip:before {
    content: attr(data-content);
    position: absolute;
    left: 50%
}

.js-timer-lg .flip.front,
.js-timer-lg .flip.under,
.js-timer-md .flip.front,
.js-timer-md .flip.under,
.js-timer-sm .flip.front,
.js-timer-sm .flip.under,
.js-timer .flip.front,
.js-timer .flip.under {
    background: linear-gradient(#263442, #1a2735)
}

.js-timer-lg .flip.front:before,
.js-timer-lg .flip.under:before,
.js-timer-md .flip.front:before,
.js-timer-md .flip.under:before,
.js-timer-sm .flip.front:before,
.js-timer-sm .flip.under:before,
.js-timer .flip.front:before,
.js-timer .flip.under:before {
    top: 100%;
    transform: translate(-50%, -50%)
}

.js-timer-lg .flip.back,
.js-timer-md .flip.back,
.js-timer-sm .flip.back,
.js-timer .flip.back {
    transform: rotateY(-180deg)
}

.js-timer-lg .flip.back:before,
.js-timer-md .flip.back:before,
.js-timer-sm .flip.back:before,
.js-timer .flip.back:before {
    top: 100%;
    transform: translate(-50%, -50%) rotate(180deg)
}

.js-timer-lg .flip.over,
.js-timer-md .flip.over,
.js-timer-sm .flip.over,
.js-timer .flip.over {
    z-index: 2
}

.js-timer-lg .flip.under,
.js-timer-md .flip.under,
.js-timer-sm .flip.under,
.js-timer .flip.under {
    z-index: 1
}

.js-timer-lg .flip.front,
.js-timer-md .flip.front,
.js-timer-sm .flip.front,
.js-timer .flip.front {
    animation: flip-down-front .3s ease-in both
}

.js-timer-lg .flip.back,
.js-timer-md .flip.back,
.js-timer-sm .flip.back,
.js-timer .flip.back {
    top: 0;
    background: linear-gradient(#263341, #1a2735);
    animation: flip-down-back .3s ease-in both
}

@keyframes flip-down-front {
    0% {
        transform: perspective(200px) rotateX(0deg)
    }
    to {
        transform: perspective(200px) rotateX(-180deg)
    }
}

@keyframes flip-down-back {
    0% {
        transform: perspective(200px) rotateY(-180deg) rotateX(0deg)
    }
    to {
        transform: perspective(200px) rotateY(-180deg) rotateX(180deg)
    }
}

.js-timer--blue .timer-count {
    background: #001952;
    background: linear-gradient(#0c2561, #001952, #011a54)
}

.js-timer--blue .flip {
    background: #001952
}

.js-timer--blue .flip.front,
.js-timer--blue .flip.under {
    background: linear-gradient(#0c2561, #001952)
}

.js-timer--blue .flip.back {
    background: linear-gradient(#011a54, #001952)
}

.js-timer .timer-countDays~.timer-countDays,
.js-timer .timer-countDiv0~.timer-countDiv0,
.js-timer .timer-countDiv1~.timer-countDiv1,
.js-timer .timer-countDiv2~.timer-countDiv2,
.js-timer .timer-countHours~.timer-countHours,
.js-timer .timer-countMinutes~.timer-countMinutes,
.js-timer .timer-countSeconds~.timer-countSeconds {
    display: none
}

.timer-string--lg {
    height: 32px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    color: #fff
}

.timer-string--sm {
    height: 24px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #fff
}

@-webkit-keyframes blinking-blick {
    0% {
        opacity: .1
    }
    50% {
        opacity: .4;
        background-color: hsla(0, 0%, 100%, .3);
        box-shadow: inset 0 0 20px 2px #fff
    }
    to {
        opacity: .1
    }
}

@-moz-keyframes blinking-blick {
    0% {
        opacity: .1
    }
    50% {
        opacity: .4;
        background-color: hsla(0, 0%, 100%, .3);
        box-shadow: inset 0 0 20px 2px #fff
    }
    to {
        opacity: .1
    }
}

@keyframes blinking-blick {
    0% {
        opacity: .1
    }
    50% {
        opacity: .4;
        background-color: hsla(0, 0%, 100%, .3);
        box-shadow: inset 0 0 20px 2px #fff
    }
    to {
        opacity: .1
    }
}

.popup .best-wheel-popup {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0
}

.popup .best-wheel-popup~.transparent {
    background: url(assets/CV/Web/img/sys/popup/wheelFortune/wheel/wheel-bg.png) no-repeat 50%;
    background-size: cover;
    pointer-events: none
}

.popup .best-wheel-alert h3 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-shadow: 1px 1px 0 #000
}

.popup .best-wheel-alert p {
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-shadow: 1px 1px 0 #000;
    cursor: default
}

.popup .best-wheel-congratulations {
    min-height: 56px;
    padding: 12px 36px 12px 12px;
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    text-align: center
}

.popup .best-wheel-congratulations__text {
    display: inline-block;
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    vertical-align: middle
}

.popup .best-wheel-congratulations__text b {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    white-space: nowrap
}

.popup .best-wheel-congratulations__text strong {
    font-weight: 500;
    white-space: nowrap
}

.popup .best-wheel-congratulations__text span+span {
    padding-left: 4px
}

.best-wheel {
    position: relative;
    width: 450px;
    height: 450px;
    box-sizing: content-box;
    margin: 0 auto
}

.best-wheel-btns {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    padding: 16px 32px 0
}

.best-wheel canvas {
    border-radius: 50%
}

.best-wheel-container {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: center;
    width: 1096px;
    height: 640px;
    padding-top: 62px;
    box-sizing: border-box
}

.best-wheel-container--show .best-wheel-canvas-container {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto
}

.best-wheel-container--show .best-wheel-btn-info,
.best-wheel-container--show .best-wheel-btn-sound {
    display: block
}

.best-wheel-canvas-container {
    position: relative;
    width: 394px;
    height: 394px;
    padding: 28px;
    border-radius: 50%;
    opacity: 0;
    transition: opacity .4s ease, transform .6s ease;
    transform: scale(.6);
    pointer-events: none
}

.best-wheel-canvas-container:after {
    content: "";
    position: absolute;
    top: 28px;
    left: 28px;
    width: 394px;
    height: 394px;
    border-radius: 50%;
    box-shadow: inset 0 0 10px #1e1e1e
}

.won .best-wheel-canvas-container:before {
    content: "";
    position: absolute;
    width: 394px;
    height: 394px;
    background: url(assets/CV/Web/img/sys/popup/wheelFortune/wheel/bg-wheel-highlight.svg) no-repeat 50% 100%;
    background-size: 394px;
    border-radius: 50%;
    z-index: 1
}

.best-wheel-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 450px;
    height: 450px
}

.best-wheel-border svg {
    width: 100%;
    height: 100%
}

.best-wheel-popup~.transparent {
    background: red
}

.best-wheel-loader span,
.best-wheel span {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    white-space: nowrap
}

.best-wheel *,
.best-wheel-loader * {
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none
}

.best-wheel-title {
    position: absolute;
    width: 317px;
    height: 66px;
    top: -50px;
    left: 50%;
    margin-left: -160px
}

.best-wheel .hide {
    display: none
}

.best-wheel.loading:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 30px;
    left: 38px;
    background: #000;
    width: 470px;
    height: 470px;
    opacity: .5;
    filter: alpha(opacity=50);
    border-radius: 250px
}

.best-wheel.loading .best-wheel-loader:after {
    display: none
}

.best-wheel-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%)
}

.best-wheel-loader .loader-spinning-part {
    animation: loader 1.5s linear infinite;
    transform-origin: center
}

.best-wheel-needle {
    position: absolute;
    top: -25px;
    left: 50%;
    width: 160px;
    height: 120px;
    margin-left: -80px;
    z-index: 1
}

.best-wheel-needle svg {
    width: 100%;
    height: 100%
}

.best-wheel-btn-spin {
    position: absolute;
    width: 150px;
    height: 150px;
    cursor: pointer;
    top: 50%;
    left: 50%;
    margin: -75px 0 0 -75px;
    z-index: 2
}

.best-wheel:not(.spinning) .best-wheel-btn-spin.disable {
    pointer-events: none;
    cursor: default;
    filter: brightness(.5) sepia(.5)
}

.best-wheel-btn-spin svg {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1
}

.best-wheel-btn-spin:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(239, 200, 101, .6) 42%, rgba(224, 167, 57, .08) 50%, hsla(0, 0%, 100%, 0) 60%);
    transform: translate(-50%, -50%);
    opacity: 0;
    animation: pulseAnimation 2.5s cubic-bezier(.25, .1, 0, 1.47) infinite;
    pointer-events: none;
    z-index: -1
}

.spinning .best-wheel-btn-spin:before,
.won .best-wheel-btn-spin:before {
    animation: none
}

.best-wheel-btn-sound {
    display: none;
    width: 20px;
    height: 20px;
    background: url(assets/CV/Web/img/sys/popup/wheelFortune/wheel/volume_on.svg) no-repeat 50%;
    cursor: pointer
}

.best-wheel-btn-sound.off {
    background: url(assets/CV/Web/img/sys/popup/wheelFortune/wheel/volume-off.svg) no-repeat 50%
}

.best-wheel-btn-info {
    display: none;
    width: 20px;
    height: 20px;
    background: url(assets/CV/Web/img/sys/popup/wheelFortune/wheel/info.svg) no-repeat 50%;
    cursor: pointer
}

div.best-wheel-btn-close {
    position: static;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    filter: brightness(1.3)
}

.best-wheel-alert {
    position: absolute;
    display: flex;
    align-items: center;
    z-index: 1;
    width: 344px;
    height: 160px;
    left: 50%;
    top: 182px;
    box-sizing: border-box;
    margin-left: -80px;
    padding: 10px 2px 10px 160px;
    border-radius: 110px 0 0 110px;
    background-color: rgba(6, 19, 49, .96)
}

.best-wheel-alert b {
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500
}

.best-wheel.spinning .best-wheel-alert,
.best-wheel.won .best-wheel-alert {
    display: none
}

div.best-wheel-info {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: url(assets/CV/Web/img/sys/popup/wheelFortune/wheel/wheel-bg.png) no-repeat 50%/cover;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease
}

div.best-wheel-info--show {
    opacity: 1;
    pointer-events: auto
}

div.best-wheel-info__inner {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    width: 1096px;
    height: 640px
}

div.best-wheel-info-text {
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    width: 512px;
    max-height: 100%;
    overflow: auto
}

div.best-wheel-info-text p {
    margin: 0;
    padding-bottom: 23px;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    text-align: left
}

div.best-wheel-info-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 24px;
    height: 24px;
    cursor: pointer
}

div.best-wheel-info-close:after,
div.best-wheel-info-close:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 2px;
    background-color: #fff;
    border-radius: 2px
}

div.best-wheel-info-close:before {
    transform: translate(-50%, -50%) rotate(45deg)
}

div.best-wheel-info-close:after {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.best-wheel-victory {
    visibility: hidden;
    position: absolute;
    bottom: 24px;
    left: 50%;
    min-width: 288px;
    min-height: 52px;
    background-color: #fff;
    border-radius: 8px;
    opacity: 0;
    transform: translateX(-50%);
    z-index: 3;
    transition: opacity .2s ease
}

.best-wheel-victory--show {
    visibility: visible;
    opacity: 1
}

.best-wheel-sum {
    color: #000
}

.best-wheel-btn-get-prize {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    right: 11px;
    background: url(assets/CV/Web/img/sys/popup/wheelFortune/wheel/close.svg) no-repeat 50%;
    background-size: 10px;
    cursor: pointer
}

.best-wheel-attempts {
    position: absolute;
    top: -23px;
    left: -57px;
    color: #fff;
    font-size: 16px;
    text-shadow: 1px 1px 0 #000;
    font-weight: 500;
    cursor: default
}

.best-wheel-scale,
.best-wheel-snake {
    position: absolute;
    width: 515px;
    height: 145px
}

.best-wheel-snake {
    width: auto;
    max-width: 515px;
    background-position: 0 -928px
}

.wheelFortune {
    width: 50px;
    height: 52px;
    position: fixed;
    bottom: 50%;
    margin-bottom: 100px;
    right: -2px;
    z-index: 3
}

.wheelFortune-inside {
    display: block;
    width: 50px;
    height: 52px;
    background: url(assets/CV/Web/img/sys/popup/wheelFortune/wheel-vip-icon.png) no-repeat 50%
}

.sleeping .wheelFortune.blinking,
.wheelFortune.blinking:hover {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none
}

.wof-timer {
    position: absolute;
    display: flex;
    width: 210px;
    left: 32px;
    bottom: 24px
}

.wof-timer .popup-body-text * {
    display: inline;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500
}

.wof-timer .popup-body-text p {
    color: hsla(0, 0%, 100%, .7)
}

.denomination {
    position: absolute;
    bottom: 32px;
    left: 50%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    min-width: 888px;
    padding: 12px 24px;
    background: linear-gradient(180deg, #34518e, rgba(29, 57, 116, .9) 53.13%, rgba(31, 51, 87, .79));
    border-radius: 8px;
    opacity: 0;
    transform: translate(-50%, 50px);
    transition: opacity .4s ease, transform .6s ease
}

.denomination--show {
    opacity: 1;
    transform: translate(-50%)
}

.denomination--hide {
    display: none
}

.denomination--disable {
    pointer-events: none
}

.denomination--disable .denomination__button,
.denomination--disable .denomination__title {
    opacity: .6
}

.denomination--disable .denomination__button--active {
    background: transparent;
    border: 1px solid rgba(199, 203, 216, .6);
    opacity: 1
}

.denomination--disable .denomination__button--active span {
    color: #fff
}

.denomination--disable .denomination__info-text {
    visibility: hidden
}

.denomination__inner {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start
}

.denomination__title {
    margin-right: 24px;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px
}

.denomination__buttons-container {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    margin-right: 32px
}

.denomination__button {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 38px;
    user-select: none;
    cursor: pointer
}

.denomination__button span {
    font-size: 16px;
    line-height: 26px
}

.denomination__button--active {
    background: linear-gradient(180deg, #f8f8f8, #68759a);
    box-shadow: 0 1px 4px rgba(105, 29, 57, .6);
    border-radius: 4px
}

.denomination__button--active span {
    color: #1d1d1d
}

.denomination__info-text {
    position: relative;
    padding-left: 32px
}

.denomination__info-text:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 28px;
    background-color: #fff;
    transform: translateY(-50%)
}

.denomination__info-text>span {
    font-weight: 700
}

.wheel-prize-win {
    visibility: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
    opacity: 0;
    z-index: 10;
    transition: opacity .6s ease
}

.wheel-prize-win--show {
    visibility: visible;
    opacity: 1
}

.wheel-prize-win--show .wheel-prize-win__inner {
    transform: translate(-50%, -50%) scale(1)
}

.wheel-prize-win__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    width: 288px;
    padding: 32px 16px 24px;
    background: #fff;
    box-shadow: 0 4px 4px 0 rgba(13, 22, 49, .25);
    border-radius: 8px;
    transform: translate(-50%, -50%) scale(.7);
    transition: transform .5s ease;
    cursor: default;
    box-sizing: border-box
}

.wheel-prize-win__icon {
    position: absolute;
    top: 0;
    left: 50%;
    width: 81px;
    height: 85px;
    transform: translate(-50%, calc(-50% - 5px))
}

.wheel-prize-win--respin .wheel-prize-win__icon {
    background: url(assets/CV/Web/img/sys/popup/wheelFortune/wheel/prize-respin.png?v=2) 50%/contain no-repeat
}

.wheel-prize-win--empty .wheel-prize-win__icon {
    background: url(assets/CV/Web/img/sys/popup/wheelFortune/wheel/prize-empty.png?v=2) 50%/contain no-repeat
}

.wheel-prize-win--prize .wheel-prize-win__icon {
    background: url(assets/CV/Web/img/sys/popup/wheelFortune/wheel/prize-win.png?v=2) 50%/contain no-repeat
}

.wheel-prize-win__title {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #111b3a
}

.wheel-prize-win__text {
    display: block;
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 20px;
    color: #111b3a
}

.wheel-prize-win__button {
    align-self: center;
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    min-width: 128px;
    height: 32px;
    margin: 0 auto;
    background: linear-gradient(180deg, #226dbf, #04407d);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2);
    border-radius: 2px;
    cursor: pointer
}

.wheel-prize-win__button span {
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    text-shadow: 0 1px 0 0 rgba(0, 0, 0, .2)
}

.wheel-win-bg {
    visibility: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    opacity: 0;
    z-index: 8;
    transition: .2s ease;
    pointer-events: none
}

.wheel-win-bg--show {
    visibility: visible;
    opacity: 1
}

@keyframes pulseAnimation {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.achievements__list {
    margin: 0 -10px
}

.achievements-wrap {
    width: 100%;
    height: 110px;
    margin: 11px 0
}

.achievements-wrap:nth-child(2) {
    margin: 11px 0 23px
}

.achievements-item {
    width: 103px;
    height: 110px;
    text-decoration: none !important;
    float: left
}

.achievements-item:first-child {
    margin-right: 5px;
    margin-left: 3px
}

.achievements-item:hover .achievements__img {
    opacity: 1;
    filter: alpha(opacity=100)
}

.achievements-item:hover .achievements__text {
    color: #ccc;
    text-shadow: -2px -2px 0 #001aa5, 2px -2px 0 #001aa5, -2px 2px 0 #001aa5, 2px 2px 0 #001aa5, -2px -2px 2px #0097ec, 2px -2px 2px #0097ec, -2px 2px 2px #0097ec, 2px 2px 2px #0097ec
}

.achievements__img {
    width: 95px;
    height: 90px;
    margin: 0 auto 5px;
    text-align: center
}

.achievements__img img {
    margin: 0 auto;
    display: inline-block;
    max-height: 100%
}

.achievements__text {
    color: #e3e3e3;
    font-size: 12px;
    text-align: center;
    font-weight: 400
}

.game-container-footer._achievements {
    margin-top: 22px
}

.game-container-footer._achievements p {
    color: #39495b;
    font-size: 13px
}

.game-container-frame {
    background: #000
}

#AchievementLoaderSWF {
    width: 250px;
    height: 100px;
    margin-top: -50px;
    margin-left: -125px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3
}

#AchievementLoaderSWF-wrap {
    position: absolute;
    z-index: 2;
    background: #000
}

#AchievementLoaderSWF-wrap,
#AchievementSWF {
    width: 100%;
    height: 100%
}

.privilegies--redesign {
    margin-top: 48px !important
}

.privilegies--redesign.notlogin .cnt-table .privilegies__level {
    filter: grayscale(0);
    opacity: 1
}

.privilegies--redesign.notlogin .cnt-table .privilegies__item:before {
    opacity: 1;
    background-image: url(assets/CV/Web/svg/loyalty/tick-check.svg)
}

.privilegies--redesign.notlogin .cnt-table .ico .level:hover:after {
    transform: scale(1.05);
    animation: scale .1s;
    animation-fill-mode: forwards
}

.privilegies--redesign h1 {
    text-align: left;
    margin: 20px 0 24px
}

.privilegies--redesign p {
    color: #b8b8cc;
    font-size: 14px;
    line-height: 24px;
    margin: 22px 0 24px
}

.privilegies--redesign p:last-child {
    margin: 22px 0 0
}

.privilegies--redesign .privilegies-title {
    margin-top: 8px;
    margin-bottom: 24px
}

.privilegies--redesign .privilegies-title h1,
.privilegies--redesign .privilegies-title h2 {
    margin: 0;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500
}

.privilegies--redesign ul.cnt-text-list li:before {
    content: "\2022";
    display: block;
    top: 5px
}

.privilegies--redesign ol.cnt-text-list li:before {
    counter-increment: list;
    content: counter(list) "";
    top: 4px;
    font-size: 10px
}

.privilegies--redesign .cnt-text-list {
    list-style: none;
    counter-reset: list;
    margin-left: 16px
}

.privilegies--redesign .cnt-text-list li {
    position: relative;
    font-size: 14px;
    line-height: 27px;
    padding: 0 0 13px 32px;
    color: #b8b8cc
}

.privilegies--redesign .cnt-text-list li:last-child {
    padding: 0 0 0 32px
}

.privilegies--redesign .cnt-text-list li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    background: rgba(184, 184, 204, .1);
    line-height: 19px;
    text-align: center;
    font-weight: 900;
    border-radius: 4px
}

.privilegies--redesign .cnt-text-list span {
    width: 16px;
    height: 16px;
    display: inline-block;
    line-height: 16px;
    text-align: center;
    background: rgba(184, 184, 204, .1);
    border-radius: 4px;
    margin-right: 16px
}

.privilegies--redesign .cnt-table {
    border: none;
    background: transparent !important;
    box-shadow: none;
    margin-bottom: 0
}

.privilegies--redesign .privilegies {
    display: flex;
    flex-direction: column
}

.privilegies--redesign .privilegies__container {
    margin-left: 22px;
    width: 100%;
    margin-top: 15px;
    padding-bottom: 28px
}

.privilegies--redesign .privilegies__content {
    margin: 0 0 0 -9px
}

.privilegies--redesign .privilegies__title {
    font-size: 12px;
    line-height: 24px;
    color: #b8b8cc;
    opacity: .7;
    display: flex;
    justify-content: space-between
}

.privilegies--redesign .privilegies__title-exp {
    width: 23.5%;
    display: inline-block;
    text-align: left;
    padding-left: 15px
}

@media screen and (min-width:1260px) {
    .privilegies--redesign .privilegies__title-exp {
        width: 16.5%
    }
}

.privilegies--redesign .privilegies__title-priv {
    width: 70%;
    text-align: left;
    display: inline-block
}

.privilegies--redesign .privilegies__title-bonus,
.privilegies--redesign .privilegies__title-curren {
    width: 20%;
    text-align: right;
    display: inline-block
}

.privilegies--redesign .privilegies__status {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    align-items: center;
    position: relative
}

.privilegies--redesign .privilegies__header {
    font-weight: 500;
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    color: #fff;
    display: flex;
    justify-content: space-between
}

.privilegies--redesign .privilegies__header-priv {
    width: 180px;
    display: block;
    text-align: left
}

.privilegies--redesign .privilegies__header-bonus {
    width: 180px;
    margin-left: 0;
    display: block;
    text-align: right
}

@media screen and (min-width:1260px) {
    .privilegies--redesign .privilegies__header-bonus {
        margin-left: 135px
    }
}

.privilegies--redesign .privilegies__header-curren {
    width: 58px;
    display: block;
    text-align: right
}

.privilegies--redesign .privilegies__textblock {
    margin-top: 11px
}

.privilegies--redesign .privilegies__item {
    position: relative;
    color: #b8b8cc;
    opacity: 1;
    margin-left: 20px
}

.privilegies--redesign .privilegies__item p {
    padding-right: 25px;
    margin: 0 0 0 5px;
    font-size: 12px;
    line-height: 20px
}

.privilegies--redesign .privilegies__item:before {
    content: "";
    background-image: url(assets/CV/Web/svg/loyalty/tick.svg);
    left: -22px;
    z-index: 0;
    opacity: .4
}

.privilegies--redesign .privilegies__item:before,
.privilegies--redesign .privilegies__item_info {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute
}

.privilegies--redesign .privilegies__item_info {
    display: inline-block;
    top: 0;
    right: auto;
    background-image: url(assets/CV/Web/svg/loyalty/i.svg);
    background-size: 12px;
    cursor: pointer
}

.privilegies--redesign .privilegies__item_info i {
    display: none;
    width: 190px;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    box-sizing: border-box;
    z-index: 1
}

.privilegies--redesign .privilegies__item_info .tooltip {
    overflow: visible;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 182px;
    height: auto;
    background-color: #7b96c8;
    font-size: 11px;
    line-height: 16px;
    border-radius: 4px;
    padding: 15px;
    box-sizing: border-box;
    color: #fff;
    font-style: normal;
    font-weight: 400;
    opacity: 0;
    transition: opacity .2s ease-in-out
}

.privilegies--redesign .privilegies__item_info .tooltip:after {
    content: "";
    display: none;
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent #7b96c8 transparent transparent;
    border-style: solid;
    border-width: 16px 16px 16px 0;
    transform: translateY(-50%);
    left: -4%;
    top: 50%
}

.privilegies--redesign .privilegies__item_info:hover .tooltip,
.privilegies--redesign .privilegies__item_info:hover .tooltip:after,
.privilegies--redesign .privilegies__item_info:hover i {
    display: block;
    opacity: 1
}

.privilegies--redesign .privilegies__exp {
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    margin-top: 10px;
    max-width: 100px
}

.privilegies--redesign .privilegies__level_1:hover .level:after {
    background-size: 70%
}

.privilegies--redesign .privilegies__level {
    width: 100%;
    display: flex;
    flex-direction: row;
    opacity: .4;
    position: relative
}

.privilegies--redesign .privilegies__level:hover .level:after {
    background-size: 100%, 100%
}

.privilegies--redesign .privilegies__level .ico .level:after {
    filter: grayscale(100%)
}

.privilegies--redesign .privilegies__level.active {
    opacity: 1
}

.privilegies--redesign .privilegies__level.active .ico .level:hover:after {
    transform: scale(1.05);
    animation: scale .1s;
    animation-fill-mode: forwards
}

.privilegies--redesign .privilegies__level.active .ico .level:after,
.privilegies--redesign .privilegies__level.active .ico .level_1:after {
    filter: grayscale(0)
}

.privilegies--redesign .privilegies__level.active .privilegies__item {
    color: #b8b8cc;
    opacity: 1
}

.privilegies--redesign .privilegies__level.active .privilegies__item:before {
    opacity: 1;
    background-image: url(assets/CV/Web/svg/loyalty/tick-check.svg)
}

.privilegies--redesign .privilegies__progress {
    position: relative;
    height: 100%;
    min-height: 30px;
    text-align: center;
    width: 4px;
    background-color: #000;
    margin: 0;
    border-radius: 4px;
    border: 2px solid #000
}

.privilegies--redesign .privilegies__progress:before {
    content: "";
    position: absolute;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, .2));
    opacity: .2;
    border-radius: 1px
}

.privilegies--redesign .privilegies__progress_inprogress {
    background: linear-gradient(180deg, rgba(0, 0, 0, .1), transparent), #007afc;
    height: 100%;
    box-shadow: inset 3px 0 1px hsla(0, 0%, 100%, .1);
    background-size: cover;
    border-radius: inherit
}

.privilegies--redesign .privilegies-description .privilegies-description__text {
    margin: 12px 0 20px
}

.dropdown {
    border: 1px solid transparent
}

.dropdown-menu {
    position: relative;
    top: 5px;
    padding: 0
}

.dropdown-block {
    z-index: 2
}

.dropdown-block,
.dropdown-list {
    border-radius: 5px;
    position: relative;
    overflow: hidden
}

.dropdown-list {
    z-index: 3;
    background-color: #1f1409
}

.dropdown-item {
    height: 26px;
    padding: 0
}

.dropdown.open {
    z-index: 9
}

.dropdown.open .dropdown-caret:after {
    background-position: -1px -232px
}

.dropdown.open .dropdown-menu {
    display: block
}

.dropdown {
    position: relative;
    z-index: 5
}

.dropdown:hover .dropdown-container,
.dropdown:hover .dropdown-menu {
    display: block
}

.dropdown-container {
    position: absolute;
    display: none;
    padding-top: 12px;
    top: 100%;
    right: -22px;
    bottom: auto;
    left: auto
}

.dropdown-container:after,
.dropdown-container:before {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 8px
}

.dropdown-container:before {
    top: 0;
    right: 45px;
    border-color: transparent transparent #1a222a
}

.dropdown-container:after {
    top: 2px;
    right: 45px;
    border-color: transparent transparent #0e161f
}

.dropdown-menu {
    display: none;
    width: 224px;
    max-height: 240px;
    background: #0e161f;
    border: none;
    border-radius: 6px;
    overflow: auto;
    box-shadow: 1px 2px 21px rgba(0, 0, 0, .9)
}

.dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #fff
}

.dropdown-menu::-webkit-scrollbar {
    width: 5px
}

.dropdown-item {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    text-align: left;
    font-size: 12px;
    background: #0e161f;
    border-top: 1px solid #1a222a;
    border-bottom: 1px solid #070b0f;
    cursor: pointer;
    box-sizing: border-box
}

.dropdown-item button {
    padding: 0 10px 0 32px;
    font-size: 12px
}

.dropdown-item.active button {
    color: #ffc109
}

.dropdown-item.disabled {
    cursor: text
}

.dropdown-item.disabled button {
    color: #415367;
    pointer-events: none
}

.dropdown-item:first-child {
    border-radius: 6px 6px 0 0
}

.dropdown-item:last-child {
    border-radius: 0 0 6px 6px
}

.dropdown-item:not(.disabled):hover {
    background: #0e161f;
    box-shadow: 0 0 0 1px transparent
}

.dropdown-item:not(.disabled):hover button {
    color: #ffc109
}

.dropdown--developers.dropdown.active .dropdown-toggle,
.dropdown--developers.dropdown:hover .dropdown-toggle {
    background: #000;
    color: #ffc109;
    text-decoration: none
}

.dropdown--developers .dropdown-toggle {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    height: 30px;
    padding: 0 20px;
    color: #fff;
    font-size: 12px;
    border-radius: 16px;
    cursor: pointer
}

.active[data-more-categories] .dropdown--developers .dropdown-toggle {
    background: #000;
    color: #ffc109
}

.dropdown--filter-sort.dropdown {
    margin-right: 40px
}

.dropdown--filter-sort .filter-sort__item {
    position: relative
}

.dropdown--filter-sort .filter-sort__item button {
    color: #fff
}

.dropdown--filter-sort .filter-sort__item--down button,
.dropdown--filter-sort .filter-sort__item--up button {
    color: #ffc109
}

.dropdown--filter-sort .filter-sort__item--down .filter-sort__arrows,
.dropdown--filter-sort .filter-sort__item--up .filter-sort__arrows {
    opacity: 1
}

.dropdown--filter-sort .filter-sort__item--up .filter-sort__arrow_up {
    border-bottom-color: #ffc109
}

.dropdown--filter-sort .filter-sort__item--down .filter-sort__arrow_down {
    border-top-color: #ffc109
}

.dropdown--filter-sort .filter-sort__arrows {
    position: absolute;
    left: 12px;
    display: flex;
    flex-direction: column;
    opacity: 0
}

.dropdown--filter-sort .filter-sort__arrow_down,
.dropdown--filter-sort .filter-sort__arrow_up {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent
}

.dropdown--filter-sort .filter-sort__arrow_up {
    border-bottom: 4px solid #000;
    margin-bottom: 6px
}

.dropdown--filter-sort .filter-sort__arrow_down {
    border-top: 4px solid #000
}

.dropdown--filter-sort .dropdown-toggle {
    border: 1px solid transparent
}

.dropdown--filter-sort .dropdown-caret {
    width: 16px;
    height: 16px;
    display: block;
    background: url(assets/CV/Web/svg/icon/sort.svg) 0 0 no-repeat
}

.dropdown--filter-sort .dropdown-menu {
    position: absolute;
    top: 100%;
    right: auto;
    bottom: auto;
    left: -16px
}

.dropdown--filter-sort .dropdown-menu:after,
.dropdown--filter-sort .dropdown-menu:before {
    left: 17px
}

.filters {
    margin: 26px 0;
    padding: 7px 0;
    pointer-events: auto;
    opacity: 1;
    transition: opacity .3s
}

.filters.loading {
    opacity: 0;
    pointer-events: none
}

.filters__list {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.filters__list button {
    color: #fff;
    outline: none;
    background: transparent none
}

.filters__item {
    text-align: center;
    position: relative;
    color: #fff;
    border-radius: 16px;
    padding: 0 20px;
    box-sizing: border-box;
    display: block
}

.filters__item:not(.disabled):hover {
    background: #000;
    color: #ffc109;
    text-decoration: none
}

.filters__item.active {
    background: #000;
    color: #ffc109
}

.filters__item button {
    padding: unset;
    color: currentColor;
    font-size: 12px;
    line-height: 30px;
    white-space: nowrap
}

.filters__item.disabled {
    display: none
}

.filters__item.disabled button {
    color: #415367;
    pointer-events: none;
    cursor: text
}

.filters__dropdown.disabled {
    pointer-events: none;
    opacity: .2
}

div.cnt-main[data-content-block]>div.filters-bar {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    height: 32px;
    margin: 24px 0 4px
}

.providers-filter-button {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    padding-right: 26px;
    user-select: none;
    cursor: pointer
}

.providers-filter-button:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4px;
    width: 0;
    height: 0;
    border-color: #b8b8cc transparent transparent;
    border-style: solid;
    border-width: 3.5px 3.75px 0;
    transform: translate(-50%, -50%)
}

.providers-filter-button__default-button {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    padding-left: 4px
}

.providers-filter-button__default-button-icon {
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    background: url(assets/CV/Web/svg/filter-providers.svg) no-repeat 50%
}

.providers-filter-button__default-button-text {
    margin-left: 4px;
    color: #b8b8cc;
    font-size: 12px;
    line-height: 20px
}

.providers-filter-button .providers-filter__provider {
    pointer-events: none
}

.providers-filter {
    position: relative;
    width: 772px;
    height: 488px;
    margin: 5% auto 0;
    padding: 20px 0 20px 20px;
    background: url(assets/CV/Web/img/sys/popup/metal_texture_popup.png) repeat 50%/contain;
    opacity: 0;
    transition: opacity .2s ease;
    border-radius: 12px;
    box-shadow: -3px -8px 6px rgba(0, 0, 0, .6);
    overflow: hidden;
    box-sizing: border-box;
    z-index: 2
}

.providers-filter:after {
    content: "";
    position: absolute;
    left: 20px;
    right: 22px;
    bottom: 20px;
    z-index: 1;
    height: 50px;
    background: linear-gradient(180deg, rgba(15, 24, 35, 0), #0f1925);
    mix-blend-mode: darken;
    pointer-events: none
}

.providers-filter__container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity .2s ease;
    z-index: 10;
    pointer-events: none
}

.providers-filter__container--show {
    opacity: 1;
    pointer-events: all
}

.providers-filter__container--show .providers-filter,
.providers-filter__container--show .providers-filter__background {
    opacity: 1
}

.providers-filter__background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background: rgba(0, 0, 0, .85);
    cursor: pointer;
    transition: opacity .2s ease;
    z-index: 1
}

.providers-filter__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    user-select: none
}

.providers-filter__close:after,
.providers-filter__close:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 19px;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    transition: background-color, box-shadow .2s ease
}

.providers-filter__close:before {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.providers-filter__close:after {
    transform: translate(-50%, -50%) rotate(45deg)
}

.providers-filter__close:hover:after,
.providers-filter__close:hover:before {
    background-color: #fdbb2c;
    box-shadow: 0 0 4px rgba(253, 114, 44, .6), 0 0 8px rgba(253, 187, 44, .6), 0 0 16px rgba(253, 187, 44, .6)
}

.providers-filter__top-container {
    display: flex;
    flex-flow: row nowrap;
    align-items: baseline;
    justify-content: flex-start
}

.providers-filter__title {
    margin-right: 32px;
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px
}

.providers-filter__show-all {
    color: #7b96c8;
    font-size: 14px;
    line-height: 24px;
    cursor: pointer
}

div.providers-filter__input-container {
    position: relative;
    height: 42px;
    margin-right: 22px;
    background: transparent;
    border: none
}

.providers-filter__search-icon {
    position: absolute;
    top: 50%;
    left: 16px;
    width: 24px;
    height: 24px;
    opacity: .4;
    background: url(assets/CV/Web/svg/icon/icon_search.svg) no-repeat 50%;
    transform: translateY(-50%);
    cursor: pointer
}

input.providers-filter__input {
    padding: 13px 48px 0 52px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    background: #1c212e;
    box-shadow: 0 1px 0 hsla(0, 0%, 100%, .05)
}

label.providers-filter__input-label {
    top: 9px;
    left: 51px;
    bottom: unset;
    color: #babcc2;
    font-size: 16px;
    line-height: 24px;
    opacity: .4;
    user-select: none
}

.providers-filter__providers-list {
    height: 342px;
    margin-right: 4px;
    padding-right: 12px;
    overflow-y: scroll
}

.providers-filter__providers-list::-webkit-scrollbar {
    width: 5px
}

.providers-filter__list-container {
    margin-bottom: 30px;
    column-count: 4
}

.providers-filter__providers-column {
    width: calc(25% - 24px)
}

.providers-filter__providers-by-letter {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 32px;
    break-inside: avoid-column
}

.providers-filter__providers-letter {
    width: 28px;
    height: 24px;
    margin-top: 2px;
    color: hsla(0, 0%, 100%, .9);
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    user-select: none
}

.providers-filter__providers {
    width: 100%
}

.providers-filter__provider {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    min-height: 24px;
    margin: 2px 0 8px;
    padding-left: 4px;
    border-radius: 4px;
    transition: background-color, padding-left .2s ease;
    cursor: pointer;
    user-select: none;
    box-sizing: border-box
}

.providers-filter__provider:last-child {
    margin: 2px 0 0
}

.providers-filter__provider--active,
.providers-filter__provider:hover:not(.providers-filter__provider--disable) {
    padding-left: 4px;
    background-color: #000
}

.providers-filter__provider--active .providers-filter__provider-name,
.providers-filter__provider:hover:not(.providers-filter__provider--disable) .providers-filter__provider-name {
    color: #ffc109
}

.providers-filter__provider--active {
    pointer-events: none
}

.providers-filter__provider--disable {
    opacity: .4;
    filter: grayscale(1);
    cursor: default
}

.providers-filter__provider-icon {
    flex-shrink: 0;
    width: 16px;
    height: 22px;
    margin-right: 10px;
    border-radius: 50%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%
}

.providers-filter__provider-name {
    color: #babcc2;
    font-size: 14px;
    line-height: 22px
}

.providers-filter__empty-container {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: flex-start;
    padding: 15px 20px 0 0
}

.providers-filter__empty-icon {
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 32px
}

.providers-filter__empty-text {
    text-align: center;
    color: #babcc2;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    opacity: .9
}

div.tooltipster-popup.providers-filter__tooltip {
    max-width: 145px
}

div.tooltipster-popup.providers-filter__tooltip .tooltipster-content {
    line-height: 20px
}

.games-sort {
    position: relative;
    user-select: none
}

.games-sort>.games-sort__sort-current {
    cursor: pointer
}

.games-sort>.games-sort__sort-current .games-sort__sort-item {
    pointer-events: none
}

.games-sort>.games-sort__sort-current .games-sort__sort-item:after,
.games-sort>.games-sort__sort-current .games-sort__sort-item:before {
    visibility: visible
}

.games-sort>.games-sort__sort-current .games-sort__sort-item svg g>*,
.games-sort>.games-sort__sort-current .games-sort__sort-item svg path {
    fill: #b8b8cc
}

.games-sort--open .games-sort__dropdown {
    opacity: 1;
    pointer-events: all
}

.games-sort--open>.games-sort__sort-current .games-sort__sort-item svg {
    filter: drop-shadow(0 0 4px rgba(253, 114, 44, .6)) drop-shadow(0 0 8px rgba(253, 187, 44, .6)) drop-shadow(0 0 16px rgba(253, 187, 44, .6))
}

.games-sort--open>.games-sort__sort-current .games-sort__sort-item svg g>*,
.games-sort--open>.games-sort__sort-current .games-sort__sort-item svg path {
    fill: #fdbb2c
}

.games-sort--open>.games-sort__sort-current .games-sort__sort-item>.games-sort__sort-item-name {
    color: #fdbb2c;
    text-shadow: 0 0 4px rgba(253, 114, 44, .6), 0 0 8px rgba(253, 187, 44, .6), 0 0 16px rgba(253, 187, 44, .6)
}

.games-sort__sort-item {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    height: 32px;
    padding: 0 32px 0 12px;
    cursor: pointer
}

.games-sort__sort-item:after,
.games-sort__sort-item:before {
    content: "";
    visibility: hidden;
    position: absolute;
    right: 8px
}

.games-sort__dropdown .games-sort__sort-item:after,
.games-sort__dropdown .games-sort__sort-item:before {
    right: 16px
}

.games-sort__sort-item:before {
    top: 10px;
    width: 0;
    height: 0;
    border-color: transparent transparent rgba(184, 184, 204, .4);
    border-style: solid;
    border-width: 0 4px 4px
}

.games-sort__dropdown .games-sort__sort-item:before {
    border-color: transparent transparent hsla(0, 0%, 100%, .4)
}

.games-sort__sort-item:after {
    bottom: 10px;
    width: 0;
    height: 0;
    border-color: rgba(184, 184, 204, .4) transparent transparent;
    border-style: solid;
    border-width: 4px 4px 0
}

.games-sort__dropdown .games-sort__sort-item:after {
    border-color: hsla(0, 0%, 100%, .4) transparent transparent
}

.games-sort div.games-sort__sort-item--desc:after {
    border-color: #fdbb2c transparent transparent
}

.games-sort div.games-sort__sort-item--asc:before {
    border-color: transparent transparent #fdbb2c
}

.games-sort__sort-item svg {
    flex-shrink: 0
}

.games-sort__sort-item-name {
    margin-left: 8px;
    color: #b8b8cc;
    font-size: 12px;
    line-height: 20px;
    white-space: nowrap
}

.games-sort__dropdown .games-sort__sort-item-name {
    color: #fff
}

.games-sort__sort-item--active,
.games-sort__sort-item:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), #0e161f;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .05), inset 0 1px 0 rgba(186, 188, 194, .05)
}

.games-sort__sort-item--active svg g>*,
.games-sort__sort-item--active svg path,
.games-sort__sort-item:hover svg g>*,
.games-sort__sort-item:hover svg path {
    fill: #fdbb2c
}

.games-sort__sort-item--active .games-sort__sort-item-name,
.games-sort__sort-item:hover .games-sort__sort-item-name {
    color: #fdbb2c
}

.games-sort__sort-item--active:after,
.games-sort__sort-item--active:before {
    visibility: visible
}

.games-sort__dropdown {
    position: absolute;
    top: 100%;
    right: -9px;
    padding: 8px 0;
    background: #10161e;
    opacity: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .5), inset 0 1px 0 hsla(0, 0%, 100%, .05);
    border-radius: 4px;
    transition: opacity .2s ease;
    z-index: 6;
    pointer-events: none
}

.games-sort__dropdown:after,
.games-sort__dropdown:before {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 8px
}

.games-sort__dropdown:before {
    top: -15px;
    right: 13px;
    border-color: transparent transparent #1a222a
}

.games-sort__dropdown:after {
    top: -13px;
    right: 13px;
    border-color: transparent transparent #0e161f
}

.games-sort__dropdown .games-sort__sort-item:not(:first-child) {
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .05), inset 0 1px 0 rgba(186, 188, 194, .05)
}

.search-wrapper {
    width: 100%;
    margin: 0 auto 8px;
    position: absolute;
    right: 0;
    height: 80px;
    border: 1px solid hsla(0, 0%, 100%, .05);
    border-radius: 4px;
    transition: all .2s;
    z-index: 3
}

.search-wrapper input:-webkit-autofill,
.search-wrapper input:-webkit-autofill:active,
.search-wrapper input:-webkit-autofill:focus,
.search-wrapper input:-webkit-autofill:hover {
    -webkit-text-fill-color: #fff !important;
    -webkit-box-shadow: 0 0 0 60px #000 inset !important;
    caret-color: #fff;
    background-color: #000 !important
}

.search-wrapper .btn-icon-search {
    position: absolute;
    display: block;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background: url(assets/CV/Web/svg/icon/icon_search.svg) 0 50% no-repeat #000;
    z-index: 3
}

.search-wrapper .btn-icon-clear {
    display: none
}

.search-wrapper .btn-icon-clear--show {
    display: block
}

.search-input {
    box-sizing: border-box;
    width: 100%;
    background: #000;
    height: 80px;
    border: 1px solid #000;
    padding-left: 69px;
    font-size: 16px;
    color: #fff;
    border-radius: 6px;
    font-weight: 300
}

.search-input:focus {
    outline: none
}

.search-input--complete .search-input {
    transition-property: width
}

.search-wrapper .search-input--complete {
    width: 952px;
    right: 0
}

@media screen and (min-width:1260px) {
    .search-wrapper .search-input--complete {
        width: 1144px
    }
}

.tournaments {
    position: relative
}

.tournaments__content {
    padding-bottom: 16px
}

.tournaments__content-tournament {
    margin: 0
}

.tournaments__title {
    text-align: left;
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 24px;
    padding: 0
}

.tournaments__title h3 {
    text-align: left;
    background-image: -webkit-linear-gradient(top, #fff, #aaa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.tournaments.tournament-width {
    margin-top: 0 !important
}

.tournaments.tournament-width .tournament {
    width: calc(100% + 60px);
    margin: 0 -30px
}

.tournaments__footer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

.tournament {
    margin: 0;
    padding: 0 0 32px;
    width: 100%
}

.tournament .timer-double__counter {
    display: none
}

.tournament .timer-double__counter--active {
    display: block
}

.tournament__item {
    position: relative;
    width: 100%;
    height: 240px;
    overflow: hidden;
    margin: 0 auto;
    backface-visibility: hidden;
    border-radius: 8px
}

.tournament__item:before {
    content: "";
    width: 100%;
    height: 110px;
    background: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .6), transparent);
    position: absolute;
    top: 0;
    z-index: 2
}

.tournament__image {
    width: 100%;
    height: 100%;
    position: absolute
}

.tournament__image[default-gradient] {
    background: linear-gradient(180deg, #1b1d8d, #00166d)
}

.tournament__image img {
    position: relative;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    transform: translateX(-50%);
    object-fit: cover
}

.tournament__image img[data-character] {
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
    width: 240px;
    height: auto;
    opacity: 1;
    transform: translateX(0)
}

.tournament__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    padding: 16px 32px;
    z-index: 3
}

.tournament__status {
    position: relative;
    margin: 5px 0 0;
    z-index: 10
}

.tournament__status-content {
    display: inline-block;
    text-transform: uppercase;
    max-width: 200px;
    font-size: 9px;
    border-radius: 15px;
    background: hsla(0, 0%, 100%, .5);
    padding: 2px 10px 2px 32px;
    text-align: center;
    font-weight: 500
}

.ie .tournament__status-content {
    width: 100%;
    white-space: nowrap
}

.tournament__status-content:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    left: 12px;
    z-index: 12
}

.tournament__status-content--available:before {
    background-image: url(assets/CV/Web/img/sys/status_yes.png);
    background-repeat: no-repeat
}

.tournament__status-content--forbidden:before {
    background-image: url(assets/CV/Web/img/sys/status_no.png);
    background-repeat: no-repeat
}

.tournament__button {
    position: absolute;
    bottom: 32px;
    right: 32px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    z-index: 5
}

.tournament__button .btn {
    width: 224px;
    margin: 0
}

.tournament__button .btn-disabled:not([disabled]) {
    pointer-events: none
}

.tournament__button .btn-disabled.tooltipstered,
.tournament__button .btn-disabled[disabled] {
    pointer-events: all !important
}

.tournament__text {
    line-height: 24px;
    color: rgba(184, 184, 204, .6);
    margin: 0;
    font-weight: 400
}

.tournament__text-container {
    flex: 2;
    max-width: 480px
}

.tournament__title {
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    margin: 0;
    padding: 0
}

.tournament__title span {
    color: #fafafa;
    background-image: -webkit-linear-gradient(top, #fff, #bbc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    font-size: 24px
}

.tournament__timer {
    flex: 0.8;
    text-align: right;
    padding: 0 15px;
    min-width: 146px;
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    font-weight: 500
}

.tournament__dividing-line {
    height: 30px;
    width: 1px;
    min-width: 1px;
    border-radius: 48px;
    background: #fff;
    opacity: .1;
    margin: 10px 0
}

.tournament__price-pool {
    min-width: 90px;
    padding-left: 15px;
    text-align: right;
    box-sizing: content-box
}

.tournament__total {
    color: #fdbb2c;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    white-space: nowrap
}

.tournament__text {
    font-size: 12px;
    line-height: 27px
}

.tournament--completed .tournament__item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: #000;
    opacity: .4;
    z-index: 1
}

.tournament--completed .tournament__button {
    z-index: 5
}

.tournament__description {
    color: rgba(184, 184, 204, .7);
    font-size: 14px;
    line-height: 24px;
    padding: 0;
    margin: 20px 0
}

.tournament__description li,
.tournament__description p {
    font-size: 14px;
    color: #b8b8cc;
    opacity: .7;
    margin: 16px 0 0
}

.tournament__description span {
    width: 16px;
    height: 16px;
    display: inline-block;
    line-height: 16px;
    text-align: center;
    background: rgba(184, 184, 204, .1);
    border-radius: 4px;
    margin-right: 16px
}

.tournament__description__list-text {
    margin: 0;
    padding-left: 31px
}

.tournament__description ul {
    padding-left: 16px
}

.tournament__description li {
    position: relative;
    padding-left: 6px
}

.tournament__description li:before {
    content: "\2022";
    display: block;
    position: absolute;
    top: 5px;
    left: -21px;
    width: 16px;
    height: 16px;
    background: rgba(184, 184, 204, .1);
    border-radius: 4px;
    line-height: 16px;
    text-align: center;
    font-weight: 900
}

.tournament__button-tournament {
    padding: 20px 0 0;
    max-width: 208px;
    margin: 0 auto
}

.tournament__button-tournament .btn {
    margin-bottom: 0
}

.tournament__game-list {
    padding: 2px 0 16px;
    margin-bottom: 16px;
    max-width: 770px
}

.tournament__game-list__container {
    width: 100%;
    margin: auto;
    padding: 0
}

.tournament__link {
    color: #7b96c8
}

.tournament-dropdown {
    height: auto
}

.tournament-dropdown__game-list {
    max-height: 134px;
    overflow: hidden;
    transition: max-height .3s
}

.tournament-dropdown__game-list--active {
    max-height: 1600px;
    transition: max-height 1s
}

.tournament-dropdown__buttons {
    font-size: 14px;
    text-align: center;
    margin: 16px 0 22px
}

@media screen and (min-width:1260px) {
    .tournament-dropdown__buttons--hide {
        display: none !important
    }
}

.tournament-dropdown__button {
    color: #7b96c8;
    text-decoration: underline
}

.tournament-dropdown__button:hover {
    text-decoration: none
}

.tournament-prize,
.tournament-results {
    margin: 28px 0 0
}

.tournament-prize__titles,
.tournament-results__titles {
    background: rgba(184, 184, 204, .1);
    border-radius: 2px
}

.tournament-prize__titles th,
.tournament-results__titles th {
    height: 40px;
    text-align: left;
    padding: 0 10px;
    overflow: hidden;
    font-size: 12px;
    color: hsla(0, 0%, 100%, .6);
    font-weight: 400
}

.tournament-prize__titles th:last-child,
.tournament-results__titles th:last-child {
    text-align: right;
    padding-right: 30px
}

.tournament-prize__titles th:first-child,
.tournament-results__titles th:first-child {
    padding-left: 30px
}

.tournament-prize__body tr,
.tournament-results__body tr {
    height: 47px;
    border-top: 1px solid hsla(0, 0%, 100%, .05)
}

.tournament-prize__body tr:nth-child(odd),
.tournament-results__body tr:nth-child(odd) {
    background: transparent
}

.tournament-prize__body tr:first-child,
.tournament-results__body tr:first-child {
    border-top: none
}

.tournament-prize__body td,
.tournament-results__body td {
    text-align: left;
    color: #fff;
    padding: 0 10px;
    font-size: 14px;
    vertical-align: middle;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.tournament-prize__body td:last-child,
.tournament-results__body td:last-child {
    text-align: right;
    max-width: 200px;
    padding-right: 0
}

@media screen and (min-width:1260px) {
    .tournament-prize__body td:last-child,
    .tournament-results__body td:last-child {
        padding-left: 30px
    }
}

.tournament-prize__body td:first-child,
.tournament-results__body td:first-child {
    max-width: 190px;
    padding-left: 30px
}

.tournament-prize__result,
.tournament-results__result {
    color: hsla(0, 0%, 72.2%, .4)
}

.tournament-prize__name,
.tournament-results__name {
    font-size: 14px
}

.tournament-prize__icon,
.tournament-results__icon {
    display: inline-block;
    padding: 0 6px;
    border-radius: 4px;
    background: rgba(184, 184, 204, .2);
    text-align: center;
    line-height: 18px;
    margin-right: 10px;
    font-size: 10px;
    font-weight: 500;
    position: relative
}

.tournament-prize__icon--win1,
.tournament-results__icon--win1 {
    background: linear-gradient(180deg, #ffce64, #916206)
}

.tournament-prize__icon--win2,
.tournament-results__icon--win2 {
    background: linear-gradient(180deg, #f1f1f1, #5e5e5e)
}

.tournament-prize__icon--win3,
.tournament-results__icon--win3 {
    background: linear-gradient(180deg, #cd8a6e, #552706)
}

.tournament-prize__bonus-text,
.tournament-results__bonus-text {
    color: #b8b8cc;
    font-size: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 36px
}

.tournament-prize__win,
.tournament-results__win {
    text-align: right;
    width: 100%;
    font-weight: 500;
    line-height: 17px;
    vertical-align: top
}

.tournament-prize__win--yellow,
.tournament-results__win--yellow {
    color: #fdbb2c
}

.tournament-prize__body tr:nth-child(2n) td:first-child {
    border-radius: 4px 0 0 4px
}

.tournament-prize__body tr:nth-child(2n) td:last-child {
    border-radius: 0 4px 4px 0
}

.tournament-prize__body td {
    padding-left: 40px;
    max-width: 220px;
    width: 250px;
    vertical-align: middle;
    box-sizing: border-box
}

@media screen and (min-width:1260px) {
    .tournament-prize__body td {
        padding-left: 45px
    }
}

.tournament-prize__body td:last-child {
    text-align: left;
    width: 250px;
    min-width: 204px
}

.tournament-prize__body td:nth-child(odd) {
    padding-left: 45px
}

@media screen and (min-width:1260px) {
    .tournament-prize__body td:nth-child(odd) {
        padding-left: 92px
    }
}

.tournament-prize__body td:nth-child(2n) {
    text-align: left
}

.tournament-prize__body td:first-child {
    width: 250px;
    padding: 0
}

.tournament-prize__percent {
    font-size: 12px;
    color: hsla(0, 0%, 72.2%, .4)
}

.tournament-results {
    margin-left: -30px;
    margin-right: -30px
}

.tournament-results__titles th:nth-child(2) {
    text-align: center
}

.tournament-results__body td:first-child {
    width: 49%
}

.tournament-results__body td:nth-child(2) {
    width: 1%;
    text-align: center
}

.tournament-results__body td:last-child {
    padding-right: 30px
}

.lotteries {
    position: relative;
    padding: 0;
    margin: 0
}

.lotteries__content {
    margin-bottom: 7px
}

.lotteries__content-lottery {
    padding: 0;
    margin-top: -8px
}

.lotteries__title {
    text-align: left;
    font-size: 24px;
    font-weight: 400;
    padding: 0;
    margin: 40px 0 18px
}

.lotteries .form-block {
    margin: 0 0 8px
}

.lotteries .form-block .lbl-right {
    white-space: nowrap;
    color: #303233;
    opacity: .6
}

.lotteries.lottery-width {
    margin-top: 0 !important
}

.lotteries.lottery-width .lottery {
    width: calc(100% + 60px);
    margin: 0 -30px
}

.lotteries__footer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

.lottery {
    width: 100%;
    margin: 0 0 32px;
    padding: 0
}

.lottery__item {
    position: relative;
    width: 100%;
    height: 240px;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 8px;
    backface-visibility: hidden
}

@media screen and (min-width:1260px) {
    .lottery__item {
        height: 266px
    }
}

.lottery__item:before {
    content: "";
    width: 100%;
    height: 110px;
    background: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .6), transparent);
    position: absolute;
    top: 0;
    z-index: 2
}

.lottery .timer-double__counter {
    display: none
}

.lottery .timer-double__counter div {
    font-size: 16px;
    line-height: 23px;
    color: #fff;
    margin: 0;
    font-weight: 400;
    padding-top: 7px
}

.lottery .timer-double__counter--active {
    display: block
}

.lottery__scratch-wrapper {
    display: flex;
    position: absolute;
    top: 70px;
    flex-wrap: wrap
}

@media screen and (min-width:1260px) {
    .lottery__scratch-wrapper {
        flex-wrap: nowrap
    }
}

.lottery__scratch-block {
    position: relative;
    border: 2px solid #fdbb2c;
    height: 260px;
    border-radius: 4px;
    flex-basis: 363px;
    margin-bottom: 10px
}

.lottery__scratch-block .scratch-block {
    padding: 0;
    margin: 5px;
    right: 0
}

.lottery__scratch-info {
    flex-basis: 350px;
    padding-left: 20px
}

.lottery__scratch-info .scratch-info {
    margin: 0;
    background: none;
    border: none;
    height: auto;
    padding: 0
}

.lottery__scratch-info .btn-scratch {
    padding: 15px 0;
    float: none;
    width: 208px
}

.lottery__item-scratch {
    height: 520px;
    background: #0a0a0a
}

@media screen and (min-width:1260px) {
    .lottery__item-scratch {
        height: 375px
    }
}

.lottery__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    padding: 16px 32px 32px;
    z-index: 3
}

.lottery__content h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    margin: 0;
    background: linear-gradient(180deg, #fff, #b8b8cc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

html.ie .lottery__content h3 {
    color: #b8b8cc;
    background: none;
    -webkit-text-fill-color: unset
}

.lottery__status {
    position: absolute;
    top: 55px;
    left: 20px;
    z-index: 10
}

.lottery__status-content {
    max-width: 200px;
    border-radius: 4px;
    background: hsla(0, 0%, 100%, .5);
    padding: 5px 10px 5px 25px;
    text-align: center;
    font-weight: 500
}

.lottery__status-content:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 7px;
    left: 8px;
    z-index: 12
}

.lottery__status-content--available:before,
.lottery__status-content--forbidden:before {
    background-image: url(assets/CV/Web/svg/icon/status-icon.svg);
    background-repeat: no-repeat
}

.lottery__button {
    position: absolute;
    bottom: 32px;
    right: 32px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    z-index: 5
}

.lottery__button .btn {
    width: 176px;
    margin: 0
}

.lottery__text {
    font-size: 12px;
    line-height: 24px;
    color: rgba(184, 184, 204, .6);
    margin: 0;
    font-weight: 400
}

.lottery__image {
    width: 100%;
    height: 100%
}

.lottery__image[default-gradient] {
    background: linear-gradient(180deg, #1b1d8d, #00166d)
}

.lottery__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 8px
}

.lottery__image img[data-character] {
    height: auto;
    width: 240px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: auto;
    transform: translateX(0);
    opacity: 1
}

.lottery__title {
    flex: 5;
    max-width: 380px
}

.lottery__timer {
    flex: 4;
    text-align: right;
    padding: 0 15px 0 8px
}

@media screen and (min-width:1260px) {
    .lottery__timer {
        flex: 2
    }
}

.lottery__dividing-line {
    height: 40px;
    width: 1px;
    min-width: 1px;
    border-radius: 48px;
    background: #fff;
    opacity: .1;
    margin: 8px 0
}

.lottery__price-pool {
    padding: 0 0 0 15px
}

.lottery__total {
    color: #fdbb2c;
    font-weight: 500;
    font-size: 16px;
    line-height: 38px
}

.lottery__timer {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #fff
}

.lottery--completed .lottery__item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: #000;
    opacity: .4;
    z-index: 1
}

.lottery__description {
    margin: 15px 0
}

@media screen and (min-width:1260px) {
    .lottery__description {
        margin: 18px 0
    }
}

.lottery__description>ol,
.lottery__description>ul {
    list-style-type: none;
    counter-reset: list;
    font-size: 14px;
    line-height: 24px;
    color: #b8b8cc
}

.lottery__description>ol li,
.lottery__description>ul li {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #b8b8cc;
    margin-bottom: 8px;
    padding-left: 32px
}

.lottery__description>ol li:before,
.lottery__description>ul li:before {
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    background: rgba(184, 184, 204, .1);
    line-height: 16px;
    text-align: center;
    font-weight: 900;
    border-radius: 4px
}

.lottery__description>ol {
    counter-reset: list
}

.lottery__description>ol li:before {
    counter-increment: list;
    content: counter(list) "";
    top: 4px;
    font-size: 10px
}

.lottery__description>ul li:before {
    content: "\2022";
    display: block;
    top: 4px
}

.lottery__description-text {
    color: rgba(184, 184, 204, .7);
    font-size: 14px;
    line-height: 25px;
    margin: 0
}

.lottery__description-text span {
    width: 16px;
    height: 16px;
    display: inline-block;
    line-height: 17px;
    text-align: center;
    background: rgba(184, 184, 204, .1);
    border-radius: 4px;
    margin-right: 16px
}

.lottery__description-presents,
.lottery__description-tickets {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap
}

.lottery__description-tickets {
    position: relative;
    flex-basis: 140px
}

.lottery__ticket {
    position: relative;
    padding: 10px;
    flex-basis: 110px
}

@media screen and (min-width:1260px) {
    .lottery__ticket {
        flex-basis: 140px
    }
}

.lottery__ticket:hover .lottery__ticket-active {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 10px;
    transition: opacity .2s .2s
}

.lottery__ticket:hover .lottery__ticket-hover {
    opacity: 1;
    visibility: visible;
    height: 70px;
    text-align: center
}

.lottery__ticket:hover .lottery__ticket-background {
    background: rgba(229, 190, 38, .4);
    transition: background .5s .2s
}

html.ie .lottery__ticket:hover .lottery__ticket-background {
    background: none;
    transition: none
}

.lottery__ticket-hover {
    position: relative;
    visibility: hidden;
    opacity: 0;
    transition: .2s ease
}

.lottery__ticket-background {
    position: absolute;
    filter: blur(21px);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    z-index: 1
}

.lottery__ticket-button {
    position: absolute;
    width: 108px;
    top: 17px;
    left: 3px;
    z-index: 2
}

@media screen and (min-width:1260px) {
    .lottery__ticket-button {
        left: 22px
    }
}

.lottery__ticket-sticker {
    position: absolute;
    right: 25px;
    top: -8px;
    width: 42px;
    height: 24px;
    box-sizing: border-box;
    padding-top: 4px;
    background: #234183;
    border-radius: 100px;
    color: #fff;
    z-index: 6;
    font-size: 10px;
    font-weight: 900
}

.lottery__ticket-active,
.lottery__ticket-sticker {
    text-align: center;
    opacity: 1;
    transition: opacity .4s .1s
}

.lottery__ticket-active {
    position: relative;
    padding-top: 10px;
    height: 60px;
    max-width: 140px;
    background: url(assets/CV/Web/img/pic/lotteries/lottery__tickets-icon.png) 50% no-repeat
}

.lottery__tooltip {
    overflow: hidden;
    width: 37px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center
}

.lottery__icon-i {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(assets/CV/Web/svg/icon/icon-i.svg) 50% no-repeat;
    background-size: contain
}

.lottery__buy-form {
    display: flex;
    flex-basis: 100px;
    padding-top: 1px
}

.lottery__buy-form .lottery__buy-input {
    border-radius: 4px;
    width: 112px;
    font-size: 9px;
    height: 48px
}

.lottery__buy-form .lottery__buy-input .fld {
    padding-right: 32px
}

.lottery__buy-button {
    width: 128px;
    margin-left: 31px;
    height: 48px
}

.lottery__buy-arrows {
    background-image: url(assets/CV/Web/svg/icon/sorting_exchange.svg);
    width: 28px;
    height: 48px;
    background-repeat: no-repeat;
    background-position: 50%;
    padding: 0 10px
}

.lottery__buy-texts {
    display: flex;
    align-items: center;
    margin: 23px 0 12px
}

.lottery__buy-text {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px
}

.lottery__present {
    padding: 0 10px 10px;
    flex-basis: 140px
}

@media screen and (min-width:1260px) {
    .lottery__present {
        flex-basis: 160px
    }
}

.lottery__title-mod {
    margin: 12px 0 18px
}

.lottery__list-text {
    line-height: 31px
}

.lottery__present-image {
    height: 112px;
    max-width: 140px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden
}

.lottery__ticket-price {
    font-size: 24px;
    color: #fff;
    line-height: 22px;
    margin: 0;
    padding-right: 10px
}

.lottery__ticket-price,
.lottery__ticket-price-old {
    text-align: right;
    font-weight: 400;
    white-space: nowrap
}

.lottery__ticket-price-old {
    font-size: 14px;
    color: hsla(0, 0%, 100%, .3);
    line-height: 12px;
    text-decoration: line-through;
    width: 100%;
    margin: 0 0 0 -10px;
    display: inline-block
}

.lottery__ticket-quantity {
    position: absolute;
    left: 45px;
    z-index: 10;
    color: #d45222;
    top: 27px;
    font-size: 11px;
    transform: rotate(-15.5deg)
}

@media screen and (min-width:1260px) {
    .lottery__ticket-quantity {
        left: 57px
    }
}

.lottery__quantity {
    font-weight: 700;
    font-size: 12px
}

.lottery__present-text {
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    font-weight: 400;
    margin: 13px 0 10px
}

.lottery__button-lottery {
    padding: 20px 0 0;
    max-width: 208px;
    margin: 0 auto 16px
}

.lottery__button-lottery .btn {
    margin: 0
}

.lottery__link {
    color: #7b96c8
}

.lottery__popup {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    background-color: rgba(0, 0, 0, .9);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease-out, visibility 0s linear .3s
}

.lottery__popup--open {
    z-index: 999;
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    transition-delay: 0s
}

.lottery__popup__close {
    position: absolute;
    top: 19px;
    right: 19px;
    display: block;
    width: 24px;
    height: 24px;
    overflow: hidden;
    cursor: pointer
}

.lottery__popup__close:after,
.lottery__popup__close:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 19px;
    top: 50%;
    left: 3px;
    background: #fff;
    border-radius: 5px
}

.lottery__popup__close:before {
    transform: rotate(45deg)
}

.lottery__popup__close:after {
    transform: rotate(-45deg)
}

.lottery__popup__modal {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 12px;
    background: url(assets/CV/Web/img/sys/bg/wrapper-main-1.png) 50% 0 repeat;
    min-height: 216px;
    width: 368px;
    padding: 59px 31px 14px;
    box-sizing: border-box;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .4);
    border: 1px solid hsla(0, 0%, 100%, .05);
    background-clip: padding-box
}

.lottery__popup__desc {
    flex: 1 1 auto;
    padding: 0 0 24px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #b8b8cc
}

.lottery__popup__desc b {
    font-weight: 500;
    color: #fff
}

.lottery__popup__buttons {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.lottery__popup__btn-confirm.btn {
    width: 144px
}

.lottery__popup__btn-cancel.btn {
    width: 144px;
    border: 1px solid hsla(0, 0%, 100%, .6);
    border-radius: 4px;
    background: transparent
}

.lottery__popup__btn-cancel.btn:hover {
    background: hsla(0, 0%, 100%, .1)
}

.lottery-presents .lottery__dividing-line {
    background: rgba(0, 0, 0, .6);
    height: 112px;
    box-shadow: 1px 0 0 #fff
}

.lottery-presents .lottery__description-text {
    line-height: 29px
}

@media screen and (min-width:1260px) {
    .lottery-presents .lottery__description-text {
        line-height: 31px
    }
}

.lottery-results {
    padding: 0;
    margin: 20px 0
}

.lottery-results__win-gold {
    display: flex
}

.lottery-results__win-gold .icon-i {
    margin-left: 10px
}

.lottery-results .white-text {
    font-weight: 900 !important;
    color: #fff !important
}

.lottery-results__titles {
    background: rgba(184, 184, 204, .1);
    border-radius: 2px
}

.lottery-results__titles th {
    height: 48px;
    text-align: left;
    padding: 0 10px;
    overflow: hidden;
    font-size: 12px;
    color: rgba(184, 184, 204, .6);
    font-weight: 400
}

.lottery-results__titles th:last-child {
    text-align: right
}

.lottery-results__body tr:nth-child(2n) {
    background: hsla(0, 0%, 100%, .03)
}

.lottery-results__body td {
    text-align: left;
    color: #fff;
    padding: 0 10px;
    font-size: 14px;
    vertical-align: middle;
    max-width: 120px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.lottery-results__result {
    color: rgba(184, 184, 204, .6)
}

.lottery-results__result--gold {
    background: linear-gradient(118.07deg, #ffce64, #916206);
    padding: 4px 10px;
    color: #fff;
    border-radius: 4px;
    margin-left: -5px
}

.lottery-results__name {
    font-size: 14px
}

.lottery-results__icon {
    display: inline-block;
    padding: 1px 5px;
    border-radius: 4px;
    background: rgba(184, 184, 204, .1);
    text-align: center;
    line-height: 15px;
    margin-right: 10px;
    font-size: 10px
}

.lottery-results__icon--win1 {
    background: linear-gradient(180deg, #ffce64, #916206)
}

.lottery-results__icon--win2 {
    background: linear-gradient(180deg, #f1f1f1, #5e5e5e)
}

.lottery-results__icon--win3 {
    background: linear-gradient(180deg, #cd8a6e, #552706)
}

.lottery-results__bonus-text {
    color: #b8b8cc;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.lottery-results__win {
    text-align: right;
    width: 100%;
    font-weight: 500
}

.lottery-results__win[class*=lottery-results__win--place] {
    color: #fdbb2c
}

.lottery-tickets {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: flex-start;
    background-image: linear-gradient(0deg, hsla(0, 0%, 100%, .03) 50%, hsla(0, 0%, 100%, 0) 0);
    background-size: 100px 100px;
    background-repeat-y: repeat
}

.lottery-tickets__result {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    width: 20%;
    height: 50px
}

.lottery-tickets__result--gold span {
    margin-left: -5px;
    padding: 4px 10px;
    color: #fff;
    background: linear-gradient(118.07deg, #ffce64, #916206);
    border-radius: 4px
}

.lottery-tickets__result:not(.lottery-tickets__result--gold) span {
    color: rgba(184, 184, 204, .6)
}

.lottery-tickets__result span {
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.lottery-tickets__result.white-text,
.lottery-tickets__result.white-text span {
    font-weight: 900;
    color: #fff
}

.lottery-results {
    margin: 28px -30px
}

.lottery-results__ticket-title {
    margin-right: 30px
}

.lottery-results th {
    text-align: center
}

.lottery-results th:first-child {
    text-align: left;
    padding-left: 30px
}

.lottery-results th:last-child {
    padding-right: 30px
}

.lottery-results__name {
    color: #b8b8cc
}

.lottery-results__body tr {
    border-radius: 4px
}

.lottery-results__body tr:nth-child(2n),
.lottery-results__body tr:nth-child(odd) {
    background: transparent
}

.lottery-results__body tr:last-child {
    border: none
}

.lottery-results__body td {
    text-align: center;
    max-width: 80px
}

@media screen and (min-width:1260px) {
    .lottery-results__body td {
        max-width: 80px
    }
}

.lottery-results__body td:last-child {
    text-align: right;
    max-width: 170px;
    padding-right: 30px
}

.lottery-results__body td:first-child {
    max-width: 85px;
    text-align: left;
    padding-left: 30px
}

.lottery-results__body td .lottery-results__result {
    margin-right: 30px
}

.lottery-results__body td .lottery-results__result--gold {
    margin: 0
}

.lottery-results__win-gold {
    justify-content: flex-end;
    align-items: center;
    margin-right: 28px
}

@media screen and (min-width:1260px) {
    .lottery-results__win-gold {
        margin-right: 57px
    }
}

.lottery-completed {
    margin: 0 0 37px
}

.game-error-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .8)
}

.game-error-popup__main {
    position: relative;
    width: 624px;
    height: 424px;
    padding: 26px 32px 32px;
    box-sizing: border-box;
    background: url(assets/CV/Web/img/sys/popup/metal_texture_popup.png) repeat 50%/contain;
    border-radius: 12px
}

.game-error-popup__title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    background: linear-gradient(180deg, #fff, #b8b8cc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.game-error-popup__content {
    margin-top: -2px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #b8b8cc
}

.game-error-popup__games {
    display: flex;
    margin: 0 -8px
}

.game-error-popup__games .tmb-img-wrapper {
    margin-bottom: 0
}

.game-error-popup__button.btn {
    width: 264px;
    height: 48px;
    margin: 15px auto 0;
    font-size: 16px;
    line-height: 48px;
    font-weight: 400;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
    background: linear-gradient(180deg, #77c100, #048523);
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    border-radius: 4px
}

.carousel-winners,
.carousel-winners .carousel-inner {
    min-height: 86px;
    box-sizing: border-box
}

.carousel-winners .carousel-inner {
    width: 100%
}

.carousel-winners__data {
    position: relative;
    z-index: 1;
    width: 124px;
    box-sizing: border-box
}

.carousel-winners__user {
    max-width: 115px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 11px;
    line-height: 12px;
    color: #fff;
    font-weight: 400
}

.carousel-winners__user .user-name {
    max-width: 85px;
    display: inline-block;
    vertical-align: top
}

.carousel-winners__user .ico-talisman-sm {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.carousel-winners__win {
    max-width: 115px;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    margin: 4px 0;
    color: #fdbb2c;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.carousel-winners__title {
    position: absolute;
    z-index: 2;
    top: 8px;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: hsla(0, 0%, 100%, .6);
    text-shadow: 0 1px 0 #000
}

.carousel-winners--now {
    width: 256px;
    min-width: 256px;
    max-width: 256px;
    border-radius: 0 2px 0 0;
    border-left: 2px solid #090909;
    background: #000
}

.carousel-winners--now:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: -3px;
    height: calc(100% - 1px);
    width: 1px;
    background: hsla(0, 0%, 100%, .05)
}

.carousel-winners--now .item {
    display: flex;
    align-items: center;
    height: 100%
}

.carousel-winners--now .carousel-winners__img {
    position: relative;
    height: 100%;
    width: 130px;
    min-width: 130px;
    overflow: hidden
}

.carousel-winners--now .carousel-winners__img img {
    height: 100%;
    max-width: none;
    width: auto
}

.carousel-winners--now .carousel-winners__img:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, transparent 0, transparent 50%, #000)
}

.carousel-winners--now .carousel-winners__data {
    text-align: right;
    padding-right: 22px;
    padding-top: 12px
}

.carousel-winners--now .carousel-winners__title {
    position: absolute;
    z-index: 2;
    right: 22px
}

.carousel-winners--top {
    display: none;
    width: 254px;
    min-width: 254px;
    max-width: 254px
}

@media screen and (min-width:1260px) {
    .carousel-winners--top {
        display: block
    }
}

.carousel-winners--top .item {
    height: 100%;
    padding-top: 32px
}

.carousel-winners--top .carousel-winners__title {
    left: 48px
}

.carousel-winners--top .carousel-winners__data {
    text-align: left;
    margin-left: 108px
}

.carousel-winners--top .carousel-winners__img {
    position: absolute;
    top: 18px;
    left: 12px;
    width: 96px;
    height: 96px;
    background: url(assets/CV/Web/img/widget_cup.png) 50% no-repeat;
    background-size: contain
}

.carousel-winners--top .carousel-winners__place {
    left: 50px;
    top: 46px;
    transform: rotate(15deg)
}

.carousel-winners--top .carousel-winners__place,
.carousel-winners--top .carousel-winners__place:before {
    display: block;
    position: absolute;
    font-size: 24px;
    font-weight: 700;
    color: #311203
}

.carousel-winners--top .carousel-winners__place:before {
    content: attr(data-carouusel-place);
    left: 1px;
    top: 1px;
    color: hsla(0, 0%, 100%, .5);
    z-index: -1
}

.tmb {
    display: inline-block;
    width: 176px;
    height: 112px;
    padding: 0;
    margin: 0 8px 48px;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 2px;
    box-shadow: inset 0 0 4px 0 #000, 0 0 0 2px rgba(0, 0, 0, .5);
    vertical-align: middle
}

.game-block .tmb {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.safari .game-block .tmb {
    float: none !important
}

.tmb-img {
    width: 176px;
    height: 112px;
    border-radius: 4px;
    margin: 0 0 10px;
    overflow: hidden;
    position: relative
}

.tmb-img:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(0deg, transparent, #fff);
    opacity: .1;
    border-radius: 4px
}

.tmb-img img {
    width: 176px;
    height: 112px;
    border-radius: 2px;
    opacity: 1;
    transition: opacity .2s ease-out, transform .2s ease-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.tmb-img .preloader {
    display: none
}

.tmb-img--preload .preloader {
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    user-select: none
}

.tmb-img--preload>img {
    opacity: 0
}

.game-sidebar .tmb-img svg {
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    -webkit-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.tmb-img-wrapper {
    width: 176px;
    height: 112px;
    position: relative;
    background-color: #000;
    margin: 0 0 4px;
    border-radius: 4px
}

.tmb-img-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    border-radius: 4px;
    box-shadow: 0 8px 16px 0 #000;
    transition: .3s
}

.tmb-static {
    width: 190px;
    height: 110px;
    position: absolute;
    top: 9px;
    right: 9px;
    bottom: auto;
    left: 9px;
    background-image: url(assets/CV/Web/img/sys/sprites/sprite-thumb.png);
    background-position: -176px -631px;
    background-repeat: repeat-x;
    z-index: 2;
    display: none
}

.tmb-action {
    width: 176px;
    height: 112px;
    background-color: rgba(0, 0, 0, .9);
    z-index: 3;
    opacity: 0;
    transition: opacity .2s ease-out
}

.tmb-action,
.tmb-action__lock {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center
}

.tmb-action__lock {
    padding: 35px 10px;
    color: #fff;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 500
}

.tmb-action-link {
    position: absolute;
    top: 18px;
    left: 16px;
    font-size: 12px;
    color: #fff;
    line-height: 12px;
    transform: translateY(-20px);
    opacity: 0;
    transition: .2s ease-out;
    border-bottom: 1px solid transparent
}

.tmb-action-link:hover {
    border-bottom: 1px solid #fff;
    text-decoration: none
}

.tmb-action-btn {
    display: inline-block;
    position: absolute;
    left: 16px;
    bottom: 16px;
    width: calc(100% - 32px);
    height: 48px;
    border-radius: 5px;
    background: #d0021b;
    transition: .2s ease-out;
    overflow: hidden;
    transform: translateY(30px);
    opacity: 0;
    color: #fff;
    font-size: 16px;
    line-height: 48px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2)
}

.tmb-action-btn:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #000 0, transparent);
    transition: .3s;
    z-index: 1;
    opacity: .5
}

.tmb-action-btn:hover {
    background: #ff0320;
    text-decoration: none
}

.tmb-action-btn span {
    position: relative;
    z-index: 2;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.tmb-action-btn-disabled {
    filter: grayscale(100%);
    color: #9e9e9e
}

.tmb-action-btn-disabled:hover {
    cursor: default
}

.tmb-action .tmb-fav {
    top: 2px;
    right: 4px
}

.tmb-title {
    font-size: 12px;
    line-height: 30px;
    color: #b8b8cc;
    text-align: center;
    opacity: 1;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500
}

.tmb-fav {
    z-index: 4;
    opacity: 1;
    transition: opacity .3s;
    width: 48px;
    height: 47px;
    position: absolute;
    top: 7px;
    right: 9px;
    bottom: auto;
    left: auto
}

.tmb-fav .ico {
    float: right;
    margin: 9px 7px 0 0
}

.tmb-fav[loading] {
    opacity: 0;
    pointer-events: none
}

.tmb-fav.active .ico-tmb-fav:after {
    transform: scale(1)
}

.tmb-jp {
    width: 100%;
    height: 27px;
    position: absolute;
    top: -10px;
    right: 0;
    bottom: auto;
    left: 0;
    z-index: 3;
    text-align: center
}

.tmb-jp__box {
    display: inline-block;
    position: relative;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    background-image: -webkit-linear-gradient(left, #9f911f, #ebe7a7 50%, #9f911f);
    background-image: -o-linear-gradient(left, #9f911f, #ebe7a7 50%, #9f911f);
    background-image: linear-gradient(90deg, #9f911f, #ebe7a7 50%, #9f911f);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff9f911f", endColorstr="#ff9f911f", GradientType=1);
    height: 21px;
    padding: 2px 0
}

.tmb-jp__box:after,
.tmb-jp__box:before {
    content: "";
    width: 13px;
    height: 28px;
    position: absolute;
    top: -1px
}

.tmb-jp__box:before {
    left: -13px;
    background-position: -402px -291px
}

.tmb-jp__box:after,
.tmb-jp__box:before {
    background-image: url(assets/CV/Web/img/sys/sprites/sprite-thumb.png);
    background-repeat: repeat-x
}

.tmb-jp__box:after {
    right: -13px;
    background-position: -402px -261px
}

.tmb-jp__box-inner {
    height: 21px;
    font-size: 17px;
    font-weight: 700;
    line-height: 22px;
    color: #fff;
    white-space: nowrap;
    background-color: #000
}

.tmb-jp__sum {
    display: inline-block;
    padding: 0 18px 0 3px;
    max-width: 142px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.tmb-jp__rub {
    float: right;
    margin: 5px 3px 0 -15px;
    font-size: 0;
    line-height: 0;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    width: 8px;
    height: 12px;
    background-image: url(assets/CV/Web/img/sys/sprites/sprite-thumb.png);
    background-position: -390px -154px;
    background-repeat: repeat-x
}

.tmb .btn-green,
.tmb .btn-red {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 5px;
    top: -200px;
    -webkit-transition: top .2s ease-out;
    -o-transition: top .2s ease-out;
    transition: top .2s ease-out
}

.tmb .btn-green span,
.tmb .btn-red span {
    padding: 0 24px
}

.tmb .btn-blue {
    display: inline-block;
    bottom: -200px;
    -webkit-transition: bottom .3s ease-out;
    -o-transition: bottom .3s ease-out;
    transition: bottom .3s ease-out
}

.tmb .btn-blue span {
    color: #a9bee6;
    padding-left: 10px;
    padding-right: 10px
}

.tmb-user {
    padding: 65px 0 0 70px;
    font-size: 16px;
    line-height: 18px
}

.tmb-user span,
.tmb-user strong {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 120px
}

.tmb-jackpot {
    background-position: 0 -150px
}

.tmb-container:hover .tmb-action {
    opacity: 1;
    filter: alpha(opacity=100)
}

.tmb-container:hover .tmb-fav .ico-tmb-fav {
    transform: translate(0);
    opacity: 0
}

.tmb-container:hover .tmb-fav .ico-tmb-fav-action {
    opacity: 1
}

.tmb-container:not(.tmb__lock):hover .tmb-action .btn-green,
.tmb-container:not(.tmb__lock):hover .tmb-action .btn-red {
    top: 0
}

.tmb-container:not(.tmb__lock):hover .tmb-action .btn-green:last-child,
.tmb-container:not(.tmb__lock):hover .tmb-action .btn-red:last-child {
    top: 25px
}

.tmb-container:not(.tmb__lock):hover .tmb-action .btn-blue {
    bottom: 0
}

.tmb-container:not(.tmb__lock):hover .tmb-action .btn-blue:first-child {
    bottom: 25px
}

.tmb-container:not(.tmb__lock):hover .tmb-action-btn,
.tmb-container:not(.tmb__lock):hover .tmb-action-link {
    transform: translate(0);
    opacity: 1
}

.tmb-container:not(.tmb__lock):hover .tmb-img img {
    -moz-transform: scale(.95) translateZ(0);
    -webkit-transform: scale(.95) translateZ(0);
    -o-transform: scale(.95) translateZ(0);
    -ms-transform: scale(.95) translateZ(0);
    transform: scale(.95) translateZ(0)
}

.tmb-container:not(.tmb__lock):hover .tmb-img-wrapper:before {
    opacity: 0
}

.tmb-container:not(.tmb__lock):hover .tmb-title {
    opacity: 1;
    filter: alpha(opacity=100)
}

.tmb-container:not(.tmb__lock):hover .tmb-jp__box {
    background-image: -webkit-linear-gradient(left, #003bad, #6ea2ff 50%, #003bad);
    background-image: -o-linear-gradient(left, #003bad, #6ea2ff 50%, #003bad);
    background-image: linear-gradient(90deg, #003bad, #6ea2ff 50%, #003bad);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff003bad", endColorstr="#ff003bad", GradientType=1)
}

.tmb-container:not(.tmb__lock):hover .tmb-jp__box:before {
    background-position: -402px -230px
}

.tmb-container:not(.tmb__lock):hover .tmb-jp__box:after {
    background-position: -402px -200px
}

.tmb-container.tmb__lock .tmb img {
    transition: .3s
}

.tmb-container.tmb__lock .tmb-action {
    background-color: transparent
}

.tmb-container.tmb__lock:hover .tmb-action {
    opacity: 1;
    filter: alpha(opacity=100)
}

.tmb-container.tmb__lock:hover .tmb-img img {
    filter: grayscale(100%);
    opacity: .2
}

.tmb-labels {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    height: 24px;
    z-index: 2
}

.tmb-labels__label {
    flex-shrink: 0;
    height: 100%
}

.tmb-labels__label:first-child {
    border-top-left-radius: 4px
}

.tmb-labels__label:last-child {
    border-bottom-right-radius: 4px
}

.tmb-labels__new {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    width: 48px;
    color: #fff;
    font-size: 10px;
    line-height: 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-shadow: 0 -1px 0 0 rgba(0, 0, 0, .2);
    background: linear-gradient(180deg, #e00926, #7b0515)
}

.tmb-labels__tournament {
    width: 32px;
    background: url(assets/CV/Web/svg/game/tournaments.svg) no-repeat 50%, linear-gradient(180deg, #77c100, #048523);
    background-size: 16px
}

.pay-now-widget {
    position: relative;
    display: none;
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box
}

.user-sidebar .pay-now-widget__input-box_input {
    padding: 0
}

.user-sidebar .pay-now-widget .pay-now-widget__input-box {
    flex-basis: calc(100% - 50px)
}

.pay-now-widget .loader-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, #fff, #b8b8cc);
    border-radius: 8px;
    z-index: 1
}

.pay-now-widget--active {
    display: block
}

.pay-now-widget--alert-error,
.pay-now-widget--alert-error .pay-now-widget__alert,
.pay-now-widget--alert-process,
.pay-now-widget--alert-process .pay-now-widget__alert,
.pay-now-widget--alert-success,
.pay-now-widget--alert-success .pay-now-widget__alert {
    display: flex
}

.pay-now-widget--alert-error .pay-now-widget__alert_message,
.pay-now-widget--alert-error .pay-now-widget__alert_title,
.pay-now-widget--alert-process .pay-now-widget__alert_message,
.pay-now-widget--alert-process .pay-now-widget__alert_title,
.pay-now-widget--alert-success .pay-now-widget__alert_message,
.pay-now-widget--alert-success .pay-now-widget__alert_title {
    display: block
}

.pay-now-widget--alert-process .pay-now-widget__alert_close {
    display: none
}

.pay-now-widget--alert-process .pay-now-widget__alert_title {
    color: #b99120
}

.pay-now-widget--alert-process .pay-now-widget__alert_animation {
    display: block;
    background-color: #d3ab1f;
    animation: alert_animation 5s linear infinite alternate
}

.pay-now-widget--alert-success .pay-now-widget__alert_title {
    color: #7ed321
}

.pay-now-widget--alert-success .pay-now-widget__alert_animation {
    display: block;
    background-color: #7ed321;
    animation: alert_animation 10s linear
}

.pay-now-widget--alert-error .pay-now-widget__alert_title {
    color: #d0021b
}

.pay-now-widget--alert-error .pay-now-widget__alert_animation {
    display: block;
    background-color: #d0021b;
    animation: alert_animation 10s linear
}

.pay-now-widget__form {
    width: 100%;
    height: 112px;
    background: linear-gradient(180deg, #fff, #b8b8cc);
    border-radius: 8px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .5)
}

.pay-now-widget__form-main {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    padding: 16px 0 8px
}

.pay-now-widget__form-footer {
    margin: 0 8px
}

.pay-now-widget__input-box {
    display: flex;
    flex-flow: row nowrap;
    align-items: baseline;
    justify-content: flex-start;
    flex-basis: calc(100% - 71px);
    flex-grow: 0;
    height: 24px;
    margin-left: 12px;
    padding-right: 5px;
    color: #000;
    font-size: 16px;
    cursor: text;
    border-right: 1px solid rgba(9, 23, 46, .2);
    box-sizing: border-box
}

.pay-now-widget__input-box-resizing {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    overflow: hidden
}

.pay-now-widget__input-box_input {
    height: 100%;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    outline: none;
    border: none;
    background: transparent
}

.pay-now-widget__input-box_curency {
    margin-left: 1px;
    line-height: 24px;
    font-weight: 400
}

.pay-now-widget__input-box .pay-now-widget__hidden-input {
    font-size: 16px
}

.pay-now-widget__hidden-input {
    position: absolute;
    visibility: hidden;
    pointer-events: none;
    opacity: 0
}

.pay-now-widget__card {
    width: 71px;
    margin: 0;
    text-align: center;
    user-select: none
}

.pay-now-widget__card_icon {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 16px;
    margin: 0 auto 2px;
    padding: 0;
    line-height: 0;
    box-sizing: border-box
}

.pay-now-widget__card_icon .i-svg {
    max-width: 100%;
    max-height: 100%
}

.pay-now-widget__card-num {
    width: 35px;
    margin: 0 auto;
    position: relative;
    color: rgba(9, 23, 46, .8);
    font-size: 10px;
    line-height: 16px;
    font-weight: 500
}

.pay-now-widget__card-num:before {
    content: "";
    position: absolute;
    display: block;
    width: 2px;
    height: 2px;
    margin-top: -1px;
    top: 50%;
    left: 1px;
    background-color: rgba(9, 23, 46, .8)
}

.btn.pay-now-widget__form_submit {
    height: 48px;
    margin: 0;
    border: none;
    outline: none;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

.btn.pay-now-widget__form_submit span {
    font-size: 16px
}

.btn.pay-now-widget__form_submit--disabled {
    background: hsla(0, 0%, 100%, .2);
    box-shadow: unset;
    pointer-events: none
}

.btn.pay-now-widget__form_submit--disabled span {
    color: rgba(9, 23, 46, .4);
    font-size: 10px;
    line-height: 14px
}

.pay-now-widget__alert {
    display: none;
    flex-direction: column;
    padding: 16px;
    border-radius: 8px;
    color: #000;
    background: linear-gradient(180deg, #fff, #b8b8cc);
    box-shadow: 0 5px 5px rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.pay-now-widget__alert_title {
    display: none;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 5px
}

.pay-now-widget__alert_message {
    display: none;
    position: relative;
    color: rgba(0, 0, 0, .8);
    font-size: 10px;
    font-weight: 500;
    line-height: 16px;
    z-index: 1
}

.pay-now-widget__alert_animation {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    border-radius: 5px;
    opacity: .1;
    z-index: 2
}

@keyframes alert_animation {
    0% {
        width: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    99% {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    to {
        width: 100%;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px
    }
}

.pay-now-widget__alert_close {
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    right: 5px;
    top: 5px;
    padding: 0;
    background: transparent;
    border: none;
    outline: none
}

.pay-now-widget__alert_close:after,
.pay-now-widget__alert_close:before {
    content: "";
    position: absolute;
    width: 13px;
    height: 1px;
    top: 50%;
    left: 50%;
    background-color: #000
}

.pay-now-widget__alert_close:after {
    transform: translate(-50%) rotate(45deg)
}

.pay-now-widget__alert_close:before {
    transform: translate(-50%) rotate(-45deg)
}

.pay-now-widget__payment-method {
    display: table;
    font-size: 13px;
    line-height: 18px;
    color: #48d0fa;
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer
}

.pay-now-widget__payment-method:after {
    content: "";
    height: 1px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(90deg, #48d0fa 60%, transparent 0);
    background-position: bottom;
    background-size: 7px 1px;
    background-repeat: repeat-x
}

.pay-now-widget--game-ui {
    padding: 0
}

.pay-now-widget--game-ui .pay-now-widget__alert {
    right: 0;
    left: 0;
    bottom: 0
}

.pay-now-widget--game-ui .pay-now-widget__form_submit--disabled span {
    padding: 0 10px
}

.user-sidebar {
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 208px;
    height: 100vh;
    padding: 0 0 16px;
    background-color: rgba(0, 0, 0, .4);
    box-sizing: border-box;
    z-index: 0
}

.user-sidebar .btn {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    height: 48px;
    font-size: 16px
}

.user-sidebar .btn span:first-letter {
    text-transform: uppercase
}

.user-sidebar__top {
    width: 100%
}

.user-sidebar__login-form {
    margin-top: 24px
}

.layout-royal .user-sidebar__login-form,
.layout-vua .user-sidebar__login-form {
    margin-top: 30px
}

.user-sidebar__account {
    height: 100%;
    margin-top: 24px
}

.layout-royal .user-sidebar__account,
.layout-vua .user-sidebar__account {
    margin-top: 30px
}

.btn.user-sidebar__sign-in,
.btn.user-sidebar__sign-up {
    margin: 0 16px 16px
}

.user-sidebar .login-form__divider {
    max-width: 100%;
    padding: 12px 16px;
    text-align: center;
    color: rgba(184, 184, 204, .6);
    font-size: 12px;
    line-height: 20px
}

.user-sidebar .social-links {
    display: flex;
    align-items: center;
    flex: auto;
    flex-wrap: wrap;
    gap: 8px;
    max-width: 152px;
    width: 100%;
    padding: 0;
    margin: 11px auto 0
}

.user-sidebar .ingame-account__main {
    margin-bottom: 32px
}

.user-sidebar .ingame-account__item {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    height: 48px;
    margin: 0 0 16px;
    padding: 0 16px;
    cursor: pointer
}

.user-sidebar .ingame-account__item:last-child {
    margin-bottom: 0
}

a.user-sidebar .ingame-account__item {
    text-decoration: none
}

.user-sidebar .ingame-account__item-img {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-right: 8px;
    background-image: url(assets/CV/Web/img/game/points.png);
    background-position: 50%;
    background-size: 100% auto;
    background-repeat: no-repeat
}

.user-sidebar .ingame-account__item-img.talisman-ico {
    background: none
}

.user-sidebar .ingame-account__item-info {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: space-between;
    height: 32px;
    padding: 3px 0;
    cursor: pointer;
    box-sizing: border-box
}

.user-sidebar .ingame-account__item-info:hover .ingame-account__info-secondary {
    color: #fff
}

.user-sidebar .ingame-account__info-main {
    margin-bottom: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 13px
}

.user-sidebar .ingame-account__info-main:first-letter {
    text-transform: uppercase
}

.user-sidebar .ingame-account__info-secondary {
    color: rgba(184, 184, 204, .6);
    font-size: 10px;
    line-height: 11px;
    transition: .2s ease
}

.user-sidebar .ingame-account .button {
    margin: 0 16px 16px
}

.user-sidebar .account-experience {
    position: relative;
    background-color: #000
}

.user-sidebar .account-experience__progress-layer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, #226dbf, #04407d);
    opacity: .8;
    z-index: 0
}

.user-sidebar .account-experience__img {
    position: relative;
    width: 48px;
    height: 48px;
    margin-right: 8px;
    z-index: 1
}

.user-sidebar .account-experience__img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2
}

.user-sidebar .account-experience__info {
    position: relative;
    z-index: 1
}

.user-sidebar .account-experience__points {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-end;
    justify-content: flex-start;
    line-height: 0
}

.user-sidebar .account-experience__factor {
    width: 16px;
    height: 11px;
    background-position: 100% 0;
    animation: bonus-blinking 1.5s infinite;
    font-size: 0;
    line-height: 0;
    margin-left: 5px
}

.user-sidebar .account-experience__factor.disabled {
    display: none !important;
    visibility: hidden
}

.user-sidebar .account-experience__factor.X2,
.user-sidebar .account-experience__factor.x2 {
    background-image: url(assets/CV/Web/svg/icon/bonus-x2.svg)
}

.layout-vua .user-sidebar .account-experience__factor.X2,
.layout-vua .user-sidebar .account-experience__factor.x2 {
    width: 17px;
    height: 9px;
    background: url(assets/CV/Web/svg/icon/bonus-x2-vua.svg) top no-repeat
}

.user-sidebar .account-experience__factor.X3,
.user-sidebar .account-experience__factor.x3 {
    background-image: url(assets/CV/Web/svg/icon/bonus-x3.svg)
}

.user-sidebar .ingame-money {
    display: flex;
    flex-flow: column nowrap;
    align-content: flex-start;
    justify-content: space-between;
    width: 100%;
    height: 100%
}

.user-sidebar .ingame-money__buttons .btn {
    margin: 0 16px 16px
}

.user-sidebar .ingame-money__buttons .btn:last-child {
    margin: 0 16px
}

.user-sidebar .pay-now-widget {
    padding: 0 16px
}

.user-sidebar .pay-now-widget__form {
    height: 112px
}

.user-sidebar .pay-now-widget__form-footer {
    margin: 0 8px
}

.user-sidebar .pay-now-widget__form_submit--disabled span {
    padding: 0 10px;
    font-weight: 500;
    line-height: 18px
}

.user-sidebar .pay-now-widget__alert_close:after,
.user-sidebar .pay-now-widget__alert_close:before {
    width: 8px
}

.user-sidebar .pay-now-widget__alert {
    margin: 0 16px
}

@keyframes bonus-blinking {
    0% {
        opacity: .5
    }
    50% {
        opacity: 1
    }
    to {
        opacity: .5
    }
}

.game-tournament__to-tournament,
.game-tournament__to-tournament:hover {
    text-decoration: none
}

.pointer-events-none {
    pointer-events: none !important
}

.game-sidebar {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: flex-end;
    width: 48px;
    height: 100vh;
    transition: .3s ease;
    overflow: hidden
}

.game-sidebar--open {
    width: 256px
}

.game-sidebar--open .game-sidebar__main {
    transform: translateX(0)
}

.game-sidebar__loader {
    z-index: 1
}

.game-sidebar__buttons {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    width: 48px;
    height: 100%;
    z-index: 2
}

.game-sidebar__button {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 100%;
    height: 48px;
    background-color: rgba(0, 0, 0, .8);
    cursor: pointer;
    transition: .2s ease
}

.game-sidebar__button:after,
.game-sidebar__button:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    left: 50%;
    background-repeat: no-repeat;
    transition: .2s ease
}

.game-sidebar__button:before {
    opacity: .2;
    transform: translate(-50%, -50%);
    background-size: contain;
    background-position: 50%
}

.game-sidebar__button:after {
    visibility: hidden;
    background-image: url(assets/CV/Web/svg/game/arrow-back.svg);
    background-size: 16px 16px;
    background-position: 25% 50%;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0) rotateY(180deg)
}

.game-sidebar__button:hover:before {
    opacity: 1
}

.game-sidebar__button--strip:before {
    background-image: url(assets/CV/Web/svg/game/lips-game.svg)
}

.game-sidebar__button--favourites:before {
    background-image: url(assets/CV/Web/svg/game/star.svg)
}

.game-sidebar__button--bonuses:before {
    background-image: url(assets/CV/Web/svg/game/bonuse.svg)
}

.game-sidebar__button--tournaments:before {
    background-image: url(assets/CV/Web/svg/game/tournaments.svg)
}

.game-sidebar__button--balances:before {
    background-image: url(assets/CV/Web/svg/game/balances.svg)
}

.game-sidebar__button--support:before {
    background-image: url(assets/CV/Web/svg/game/support.svg);
    opacity: 1
}

.game-sidebar__button--active {
    background-color: transparent
}

.game-sidebar__button--active:after {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1)
}

.game-sidebar__button--active:before {
    visibility: hidden;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0)
}

.game-sidebar__button--active-bellow {
    border-radius: 0 0 0 4px
}

.game-sidebar__button--active-upside {
    border-radius: 4px 0 0 0
}

.game-sidebar__placeholder {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8)
}

.game-sidebar__placeholder--active-upside {
    border-radius: 4px 0 0 0
}

.game-sidebar__bottom-buttons {
    width: 100%
}

.game-sidebar__main {
    position: absolute;
    width: 208px;
    height: 100%;
    top: 0;
    right: 48px;
    bottom: 0;
    background-color: rgba(0, 0, 0, .4);
    transition: transform .3s ease;
    box-sizing: border-box;
    transform: translateX(calc(100% + 48px));
    z-index: 1
}

.game-sidebar__content-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    pointer-events: none
}

.game-sidebar__content-block--show {
    display: block
}

.game-sidebar__content-block_title {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 47px 16px 0
}

.game-sidebar__content-block_title span {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.game-sidebar__content-block_title span:first-letter {
    text-transform: uppercase
}

.game-sidebar__tooltip {
    width: 24px;
    height: 24px;
    background: url(assets/CV/Web/svg/icon/icon-i.svg) 50% no-repeat;
    cursor: pointer;
    user-select: none
}

.game-sidebar__favourites-empty {
    display: none;
    margin: 26px 0 0;
    padding: 0 16px;
    font-size: 12px;
    line-height: 20px;
    color: #c2c4cc
}

.game-sidebar__items-list {
    height: calc(100% - 101px);
    position: relative;
    margin-top: 24px;
    padding: 0 16px
}

.game-sidebar__items-list .mCSB_scrollTools.mCS-scrollbar {
    width: 4px;
    right: 0
}

.game-sidebar__items-list--balances .scroll-content {
    height: 100%
}

.game-sidebar__bonus-item {
    margin: 0 0 16px
}

.game-sidebar .tmb {
    width: 100%;
    height: auto;
    margin: 0 0 12px;
    padding: 0;
    background: none;
    box-shadow: unset;
    box-sizing: border-box
}

.game-sidebar .tmb-fav .ico {
    width: 12px;
    height: 12px;
    top: 5px;
    right: 4px;
    margin: 0;
    background-size: contain
}

.game-sidebar .tmb-fav .ico:after {
    top: 0;
    left: 0
}

.game-sidebar .tmb-fav .ico:not(.icon-tmb-fav-action) {
    transform: none
}

.game-sidebar .tmb-fav .ico-tmb-fav-action span {
    left: unset;
    right: calc(100% + 10px);
    line-height: 12px
}

.game-sidebar .tmb-img {
    width: 100%;
    height: 100%;
    margin: 0
}

.game-sidebar .tmb-img .sticker-new:before,
.game-sidebar .tmb-img .sticker-private:before {
    display: flex;
    position: static;
    justify-content: center;
    line-height: 26px;
    margin-left: -2px
}

.game-sidebar .tmb-img-wrapper {
    width: 100%;
    margin: 0;
    box-sizing: border-box
}

.game-sidebar .tmb-img-wrapper:before {
    content: unset
}

.game-sidebar .tmb-title {
    margin-top: 6px;
    color: #b8b8cc;
    font-weight: 400
}

.game-sidebar .tmb-action {
    width: 100%;
    height: 100%
}

.game-sidebar .tmb-action-link {
    top: 9px;
    left: 8px
}

.game-sidebar .tmb-action-btn {
    width: unset;
    left: 8px;
    right: 8px;
    bottom: 8px
}

.game-sidebar__strip_text {
    margin: 8px 16px 0;
    color: #b8b8cc;
    font-size: 12px;
    line-height: 20px
}

.game-sidebar .strip-gallery-guest,
.game-sidebar [data-smen-sg-game-mode] {
    height: calc(100% - 71px)
}

.game-sidebar .strip-gallery-widget-placeholder {
    height: 100%;
    margin-top: -46px;
    padding: 0
}

.game-sidebar .strip-gallery-widget-placeholder:after,
.game-sidebar .strip-gallery-widget-placeholder:before {
    content: none;
    display: none
}

.game-sidebar .strip-gallery-widget-placeholder .btn {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    width: calc(100% - 32px)
}

.game-sidebar .strip-gallery-widget-placeholder__inner {
    position: static;
    height: 100%;
    background: transparent url(assets/CV/Web/img/strip-service/strip_hearts.png) no-repeat 0 46px;
    background-size: 100% auto;
    border: none;
    box-shadow: none
}

.game-sidebar .strip-gallery-widget-placeholder__girl {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto auto 80px;
    height: auto;
    width: auto
}

.game-sidebar .strip-gallery-widget-placeholder__girl-neon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 196px;
    height: 400px
}

.game-sidebar__bonus-balances {
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    height: 100%
}

.game-sidebar__bonus-balances--empty {
    justify-content: center
}

.game-sidebar__bonus-balances .bonus-balances__empty {
    text-align: center
}

.game-sidebar__bonus-balances .bonus-balance {
    width: 176px
}

.game-sidebar__bonus-balances .bonus-balance__top {
    align-items: center
}

.game-sidebar__bonus-balances .bonus-balance__remove {
    margin-right: 8px
}

.game-sidebar__bonus-balances .bonus-balance__label {
    padding: 0 8px
}

.game-sidebar__bonus-balances .balance-action-popup {
    padding: 14px 8px 8px
}

.game-sidebar__bonus-balances .balance-action-popup__container {
    justify-content: flex-start
}

.game-sidebar__bonus-balances .balance-action-popup__title {
    margin-bottom: 7px
}

.game-sidebar__to-bonuses {
    width: 100%
}

.game-tournament__banner {
    position: relative;
    width: 100%;
    height: 128px;
    flex-shrink: 0
}

.game-tournament__banner:after {
    content: "";
    position: absolute;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(15, 15, 15, 0) 64.18%, #0f0f0f), linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2))
}

.game-tournament__banner img {
    width: 100%;
    height: 100%
}

.game-tournament__banner img[data-character] {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: auto
}

.game-tournament__title {
    position: absolute;
    bottom: -7px;
    left: 16px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    z-index: 1
}

.game-tournament__title:first-letter {
    text-transform: uppercase
}

.game-tournament__info {
    flex-shrink: 0;
    padding: 16px
}

.game-tournament__info-block {
    position: relative;
    padding-left: 16px;
    min-height: 36px
}

.game-tournament__info-block:first-child {
    margin-bottom: 12px
}

.game-tournament__info-block:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 28px;
    left: 0;
    top: 50%;
    background-color: hsla(0, 0%, 100%, .4);
    transform: translateY(-50%)
}

.game-tournament__info-subtext {
    color: hsla(0, 0%, 100%, .4);
    font-size: 10px;
    line-height: 14px;
    font-weight: 400
}

.game-tournament__prize {
    color: #fdbb2c;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px
}

.game-tournament__prize span {
    font-weight: 400
}

.game-tournament__timer {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px
}

.game-tournament__to-tournament {
    margin-top: 10px
}

.game-tournament__games {
    position: relative;
    width: 100%;
    padding: 16px 4px 16px 16px;
    box-sizing: border-box
}

.game-tournament__games:after {
    content: "";
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: 4px;
    height: 24px;
    background: linear-gradient(0deg, #0f0f0f, rgba(15, 15, 15, 0));
    pointer-events: none;
    z-index: 1
}

.game-tournament__games--open .game-tournament__games-toggler:after {
    transform: rotate(-90deg)
}

.game-tournament__games--open .game-tournament__games-list-wrapper {
    height: 100%
}

.game-tournament__games-toggler {
    position: relative;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    user-select: none
}

.game-tournament__games-toggler:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    background: url(assets/CV/Web/svg/game/arrow-back.svg) no-repeat 50%;
    background-size: 7px 12px;
    transform: rotate(90deg);
    transition: transform .2s ease
}

.game-tournament__games-list {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    gap: 4px;
    width: 100%;
    min-height: 100%;
    overflow: auto;
    scrollbar-width: none
}

.game-tournament__games-list-wrapper {
    width: 100%;
    height: 82px;
    padding-top: 8px;
    overflow: hidden;
    transition: height .3s ease
}

.game-tournament__games-list::-webkit-scrollbar {
    display: none
}

.game-tournament__games-item {
    width: 92px;
    height: 54px;
    border-radius: 4px;
    overflow: hidden
}

.game-tournament__games-item img {
    width: 100%;
    height: 100%
}

.booster-item {
    height: 152px;
    padding: 16px 8px 8px;
    border-radius: 8px;
    background: linear-gradient(180deg, #fff, #b8b8cc);
    box-shadow: 0 8px 32px rgba(0, 0, 0, .8)
}

.booster-item,
.booster-item__head {
    width: 100%;
    margin: 0 0 16px;
    box-sizing: border-box
}

.booster-item__head {
    justify-content: flex-start;
    height: 64px;
    padding: 0 7px
}

.booster-item__head,
.booster-item__img {
    display: flex;
    flex-flow: row nowrap;
    align-items: center
}

.booster-item__img {
    justify-content: center;
    width: 64px;
    height: 100%;
    margin-right: 8px;
    padding: 4px;
    flex-grow: 0;
    flex-shrink: 0;
    box-sizing: border-box
}

.booster-item__img img {
    max-width: 100%;
    max-height: 100%
}

.booster-item__info {
    display: block
}

.booster-item__info span {
    display: block;
    font-size: 12px;
    line-height: 13px
}

.booster-item__info span:first-child {
    margin-bottom: 8px;
    font-weight: 500
}

.booster-item__info span:last-child {
    color: #5b5b5e
}

.booster-item__info-title {
    word-break: break-word
}

.booster-item__button.button {
    width: 100%;
    text-decoration: none
}

a.booster-item__button.button {
    line-height: 48px;
    text-align: center;
    text-decoration: none
}

.booster-item__button.button span {
    font-size: 12px;
    font-weight: 400;
    pointer-events: none
}

.game-page__overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background: #000;
    z-index: 0
}

.game-page__overlay_bg {
    filter: blur(10px);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.game-page__overlay_bg,
.game-page__overlay_bg:after {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .4
}

.game-page__overlay_bg:after {
    content: "";
    background: linear-gradient(180deg, #190004 -1.25%, #190004)
}

[data-game-sidebar-wrapper=strip] [data-game-sidebar-target=strip] {
    background-color: transparent
}

[data-game-sidebar-wrapper=strip] [data-game-sidebar-target=strip]:before {
    opacity: 1;
    visibility: visible;
    transform: rotate(135deg);
    left: 12px;
    width: 20px;
    height: 2px;
    background: #fff
}

[data-game-sidebar-wrapper=strip] [data-game-sidebar-target=strip]:after {
    visibility: visible;
    opacity: 1;
    transform: rotate(-135deg);
    left: 12px;
    width: 20px;
    height: 2px;
    background: #fff
}

[data-game-sidebar-wrapper=strip] [data-game-sidebar=strip] {
    visibility: visible;
    opacity: 1;
    pointer-events: auto
}

[data-game-sidebar-wrapper=favourites] [data-game-sidebar-target=favourites] {
    background-color: transparent
}

[data-game-sidebar-wrapper=favourites] [data-game-sidebar-target=favourites]:before {
    opacity: 1;
    visibility: visible;
    transform: rotate(135deg);
    left: 12px;
    width: 20px;
    height: 2px;
    background: #fff
}

[data-game-sidebar-wrapper=favourites] [data-game-sidebar-target=favourites]:after {
    visibility: visible;
    opacity: 1;
    transform: rotate(-135deg);
    left: 12px;
    width: 20px;
    height: 2px;
    background: #fff
}

[data-game-sidebar-wrapper=favourites] [data-game-sidebar=favourites] {
    visibility: visible;
    opacity: 1;
    pointer-events: auto
}

[data-game-sidebar-wrapper=boosters] [data-game-sidebar-target=boosters] {
    background-color: transparent
}

[data-game-sidebar-wrapper=boosters] [data-game-sidebar-target=boosters]:before {
    opacity: 1;
    visibility: visible;
    transform: rotate(135deg);
    left: 12px;
    width: 20px;
    height: 2px;
    background: #fff
}

[data-game-sidebar-wrapper=boosters] [data-game-sidebar-target=boosters]:after {
    visibility: visible;
    opacity: 1;
    transform: rotate(-135deg);
    left: 12px;
    width: 20px;
    height: 2px;
    background: #fff
}

[data-game-sidebar-wrapper=boosters] [data-game-sidebar=boosters] {
    visibility: visible;
    opacity: 1;
    pointer-events: auto
}

[data-game-sidebar-wrapper=tournaments] [data-game-sidebar-target=tournaments] {
    background-color: transparent
}

[data-game-sidebar-wrapper=tournaments] [data-game-sidebar-target=tournaments]:before {
    opacity: 1;
    visibility: visible;
    transform: rotate(135deg);
    left: 12px;
    width: 20px;
    height: 2px;
    background: #fff
}

[data-game-sidebar-wrapper=tournaments] [data-game-sidebar-target=tournaments]:after {
    visibility: visible;
    opacity: 1;
    transform: rotate(-135deg);
    left: 12px;
    width: 20px;
    height: 2px;
    background: #fff
}

[data-game-sidebar-wrapper=tournaments] [data-game-sidebar=tournaments] {
    visibility: visible;
    opacity: 1;
    pointer-events: auto
}

[data-game-sidebar-wrapper=balances] [data-game-sidebar-target=balances] {
    background-color: transparent
}

[data-game-sidebar-wrapper=balances] [data-game-sidebar-target=balances]:before {
    opacity: 1;
    visibility: visible;
    transform: rotate(135deg);
    left: 12px;
    width: 20px;
    height: 2px;
    background: #fff
}

[data-game-sidebar-wrapper=balances] [data-game-sidebar-target=balances]:after {
    visibility: visible;
    opacity: 1;
    transform: rotate(-135deg);
    left: 12px;
    width: 20px;
    height: 2px;
    background: #fff
}

[data-game-sidebar-wrapper=balances] [data-game-sidebar=balances] {
    visibility: visible;
    opacity: 1;
    pointer-events: auto
}

[data-game-sidebar-wrapper=tournaments] [data-game-sidebar=tournaments].game-sidebar__tournament {
    display: flex;
    flex-direction: column;
    height: 100vh;
    background-color: #0f0f0f
}

[data-game-sidebar-wrapper=strip] [data-game-sidebar-target=favourites] {
    border-radius: 4px 0 0 0
}

[data-game-sidebar-wrapper=favourites] [data-game-sidebar-target=strip] {
    border-radius: 0 0 0 4px
}

[data-game-sidebar-wrapper=favourites] [data-game-sidebar-target=boosters] {
    border-radius: 4px 0 0 0
}

[data-game-sidebar-wrapper=boosters] [data-game-sidebar-target=favourites] {
    border-radius: 0 0 0 4px
}

[data-game-sidebar-wrapper=boosters] [data-game-sidebar-target=tournaments] {
    border-radius: 4px 0 0 0
}

[data-game-sidebar-wrapper=tournaments] [data-game-sidebar-target=boosters] {
    border-radius: 0 0 0 4px
}

[data-game-sidebar-wrapper=tournaments] [data-game-sidebar-target=balances],
[data-game-sidebar-wrapper=tournaments] [data-game-sidebar-target=tournaments]+.game-sidebar__placeholder {
    border-radius: 4px 0 0 0
}

[data-game-sidebar-wrapper=balances] [data-game-sidebar-target=tournaments] {
    border-radius: 0 0 0 4px
}

[data-game-sidebar-wrapper=balances] [data-game-sidebar-target=balances]+.game-sidebar__placeholder {
    border-radius: 4px 0 0 0
}

[data-game-sidebar-target=strip]:after,
[data-game-sidebar-target=strip]:before {
    width: 19px;
    height: 19px
}

.game-sidebar__button.disabled {
    pointer-events: none
}

body.game .layout {
    font-size: 0;
    line-height: 0
}

body,
html {
    scrollbar-color: #2d3a4a transparent;
    scrollbar-width: 8px
}

::-webkit-scrollbar {
    width: 8px;
    height: 2px;
    background-color: transparent
}

::-webkit-scrollbar-thumb {
    background-color: #2d3a4a;
    border-radius: 9em
}

::-webkit-scrollbar-thumb:hover {
    background-color: #52575d
}

.payment__block-text {
    position: absolute;
    left: 32px;
    top: calc(50% + 8px);
    transform: translateY(-50%);
    z-index: 2
}

.payment__block-text .title {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    text-transform: uppercase
}

.payment__block-text p {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #fdbb2c;
    margin: 8px 0 0
}

.payment-widget {
    position: absolute;
    top: calc(50% + 8px);
    left: 50%;
    transform: translate(-50%, -50%)
}

.payment-widget__content {
    position: relative;
    z-index: 1;
    width: 288px;
    height: 176px;
    margin: auto;
    padding: 16px;
    background-color: #fff;
    box-shadow: 0 20px 50px rgba(72, 8, 29, .1);
    border-radius: 8px;
    box-sizing: border-box
}

.payment-widget:after,
.payment-widget:before {
    content: "";
    position: absolute;
    display: block
}

.payment-widget:before {
    top: 0;
    right: -78px;
    width: 119px;
    height: 152px;
    background: no-repeat top url(assets/CV/Web/img/payment-block/char.png)
}

.payment-widget:after {
    top: -12px;
    right: 24px;
    width: 33px;
    height: 26px;
    background: no-repeat top url(assets/CV/Web/img/payment-block/hand.png);
    z-index: 2
}

.payment-widget__slide {
    height: 280px;
    background: no-repeat top url(assets/CV/Web/img/payment-block/bg.png);
    padding: 38px 16px 0
}

.payment-widget__top {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.payment-widget__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-right: 16px;
    color: #000;
    -webkit-text-fill-color: #000
}

.payment-widget__currencies {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 175px
}

.payment-widget__currency_btn {
    position: relative;
    width: 50px;
    height: 24px;
    background-color: rgba(0, 0, 0, .05);
    border-radius: 4px;
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    color: #000;
    text-align: center;
    border: 1px solid transparent;
    transition: border-color .3s, background-color .3s
}

.payment-widget__currency_btn.active,
.payment-widget__currency_btn:hover {
    border-color: #234183;
    background-color: transparent
}

.payment-widget__currency_btn:after {
    content: "";
    position: absolute;
    top: -4px;
    right: -5px;
    display: block;
    width: 8px;
    height: 8px;
    background: no-repeat 50% url(assets/CV/Web/svg/payment-widget/gift.svg)
}

.payment-widget__currency_btn:before {
    content: "";
    position: absolute;
    top: -9px;
    right: -10px;
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background: #234183
}

.payment-widget__field {
    position: relative;
    width: 100%;
    height: 48px;
    display: flex;
    border: 1px solid #000;
    box-sizing: border-box;
    border-radius: 4px;
    margin: 8px 0 16px
}

.payment-widget__field_input {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    padding: 0 16px;
    outline: none;
    border: none;
    border-radius: 4px
}

.payment-widget__field_error {
    display: none;
    position: absolute;
    top: 56px;
    left: 18px;
    z-index: 3;
    align-items: center;
    min-width: 219px;
    background-color: #d0021b;
    padding: 8px 12px;
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    color: #fff;
    border-radius: 4px;
    box-sizing: border-box
}

.payment-widget__field_error:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #d0021b;
    position: absolute;
    top: -7px;
    left: 16px
}

.payment-widget__field_symbol {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: rgba(0, 0, 0, .6)
}

.payment-widget__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.payment-widget__bottom svg {
    width: auto;
    height: auto
}

.payment-widget__bottom svg+svg {
    margin-left: 4px
}

.payment-widget__submit {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 196px;
    height: 48px;
    margin: 0 0 0 8px;
    background: linear-gradient(180deg, #d73637, #780424);
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    border-radius: 4px;
    border: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
    transition: filter .3s
}

.payment-widget__submit span {
    margin-left: 4px
}

.payment-widget__submit.loader-spinner {
    display: flex
}

.payment-widget__submit.loader-spinner span {
    opacity: 1
}

.payment-widget__submit:hover {
    text-decoration: none;
    filter: brightness(1.1)
}

.payment-widget.has-error .payment-widget__field {
    border-color: #d0021b
}

.payment-widget.has-error .payment-widget__field_error {
    display: flex
}

.payment-widget.has-error .payment-widget__submit {
    background: rgba(0, 0, 0, .1);
    pointer-events: none
}

.payment-widget-popup .popup-nav {
    position: relative;
    z-index: 0;
    top: 13px
}

.payment-widget-popup .popup-content-cashbox .popup-container {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 848px;
    height: 406px;
    padding: 40px 0 16px
}

.payment-widget-popup__button {
    position: relative;
    width: 288px;
    height: 48px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
    background: linear-gradient(180deg, #77c100, #048523);
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    border-radius: 4px;
    transition: filter .3s
}

.payment-widget-popup__button:hover {
    filter: brightness(1.1)
}

.payment-widget-popup__link {
    background: none;
    border: none;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    text-decoration-line: underline;
    color: rgba(123, 150, 200, .8);
    margin-top: 20px
}

.payment-widget-popup__link:hover {
    color: #7b96c8
}

.payment-widget-popup__title {
    margin-bottom: 24px;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    background: linear-gradient(180deg, #fff, #b8b8cc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.payment-widget-popup__step {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%
}

.payment-widget-popup__step.bonuses-step .payment-widget-popup__link {
    margin-top: 20px;
    text-decoration: none;
    color: rgba(184, 184, 204, .8)
}

.payment-widget-popup__step.bonuses-step .payment-widget-popup__link:hover {
    text-decoration: underline
}

.payment-widget-popup__step.register-step .lbl {
    z-index: 1
}

.payment-widget-popup__step.register-step .form-block {
    margin: 0;
    padding: 0
}

.payment-widget-popup__step.register-step .register-type__wrapper {
    width: 288px
}

.payment-widget-popup__step.register-step .payment-widget-popup__form {
    display: flex;
    flex-direction: column
}

.payment-widget-popup__step.register-step .payment-widget-popup__form .payment-widget-popup__link {
    margin-top: 16px;
    align-self: center
}

.payment-widget-popup__step.register-step .payment-widget-popup__info {
    margin: 8px 0 16px;
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    color: rgba(184, 184, 204, .6)
}

.payment-widget-popup__step.register-step .payment-widget-popup__bottom {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%
}

.payment-widget-popup__step.register-step .payment-widget-popup__bottom .payment-widget-popup__link {
    margin: 0 auto
}

.payment-widget-popup__step.cashier-step {
    padding: 0 16px;
    width: 100%
}

.payment-widget-popup .bonus-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px
}

.payment-widget-popup .bonus-wrapper__item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 352px;
    height: 80px;
    padding: 0 32px;
    box-sizing: border-box;
    cursor: pointer;
    background-color: transparent;
    transition: background-color .3s
}

.payment-widget-popup .bonus-wrapper__item:not(:last-of-type) {
    margin-bottom: 4px
}

.payment-widget-popup .bonus-wrapper__item.active {
    background-color: rgba(0, 0, 0, .4)
}

.payment-widget-popup .bonus-wrapper__item-img {
    display: flex;
    width: 48px;
    min-width: 48px;
    height: 56px;
    margin-right: 32px
}

.payment-widget-popup .bonus-wrapper__item-img img {
    object-fit: contain
}

.payment-widget-popup .bonus-wrapper__item-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #fff
}

.news__page {
    width: 100%;
    margin: auto;
    padding: 0
}

.news__page.news__page--show {
    padding-bottom: 16px
}

.news__page,
.news__page * {
    box-sizing: border-box
}

.news__page_title {
    text-align: left;
    margin: 2px 0;
    font-weight: 500
}

.news__page--show .news__page_title {
    position: absolute;
    z-index: 2;
    top: 46px;
    left: 2px;
    font-weight: 500
}

.news__page_title.articles-header {
    margin-bottom: 32px
}

.news__nav,
.news__page--show {
    position: relative
}

.news__nav {
    height: 50px;
    background: linear-gradient(#000, #010101, #020202, #030303, #040404, #050505, #060606, #060606, #070707);
    background-clip: padding-box;
    border: 1px solid hsla(0, 0%, 100%, .05);
    border-radius: 5px;
    padding: 2px;
    margin: 23px 0 30px
}

.news__nav_list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    height: 100%
}

.news__nav_item {
    flex: 1 1 202px;
    max-width: 202px;
    z-index: 1;
    cursor: pointer;
    font-weight: 400;
    opacity: .4;
    transition: opacity .25s ease
}

.news__nav_item_title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 16px
}

.news__nav_item:hover {
    opacity: 1;
    text-decoration: none
}

.news__nav_item:hover>a {
    text-decoration: none
}

.news__nav_item.active {
    opacity: 1;
    background: linear-gradient(180deg, #09244a, #06153c);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .5), inset 0 1px 0 hsla(0, 0%, 100%, .05)
}

.news__nav_item.disabled {
    cursor: default;
    pointer-events: none
}

.news__items .news__item:not(:last-child) {
    margin-bottom: 40px
}

.news__preview {
    display: block;
    position: relative;
    height: 224px;
    width: 100%;
    margin-bottom: 24px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .6);
    border-radius: 4px;
    overflow: hidden
}

.news__preview--full-page {
    width: calc(100% + 60px);
    margin: -40px 0 23px -30px;
    height: 176px;
    box-shadow: none;
    border-radius: 0
}

.news__preview--full-page .news__preview__img:before {
    content: none
}

.news__preview--full-page:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    bottom: -1px;
    left: 1px;
    width: calc(100% - 2px);
    height: 1px;
    background: hsla(0, 0%, 100%, .05)
}

@media screen and (min-width:1260px) {
    .news__preview--full-page {
        height: 240px;
        margin-bottom: 23px
    }
}

.news__preview__img {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
    background: #000
}

.news__preview__img:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 96px;
    background: linear-gradient(180deg, #000, transparent)
}

.news__preview__img[default-gradient] {
    background: linear-gradient(180deg, #1b1d8d, #00166d)
}

.news__preview__img img {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    object-fit: cover
}

.news__preview__img img[data-character] {
    max-height: 100%;
    height: auto;
    width: 240px;
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    transform: translateX(0)
}

.news__preview__info {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 20px 32px 32px
}

.news__preview__info__item .btn {
    width: 176px;
    margin: 0
}

.news__preview__info__item .btn span {
    font-weight: 400
}

.news__data {
    display: flex;
    align-items: center
}

.news__data p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 0;
    color: rgba(184, 184, 204, .6)
}

.news__page--show .news__data {
    position: absolute;
    z-index: 2;
    top: 26px;
    left: 2px
}

.news__views-counter {
    display: flex;
    align-items: center;
    margin-left: 44px
}

.news__views-counter__eye {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    border-radius: 70% 16%;
    transform: rotate(45deg);
    overflow: hidden
}

.news__views-counter__eye:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    min-height: 6px;
    min-width: 6px;
    border-radius: 50%;
    border: 8px solid rgba(184, 184, 204, .4)
}

.news__views-counter__count {
    margin-left: 8px
}

.news__content {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #b8b8cc;
    margin-top: 16px
}

.news__content>div,
.news__content>ol,
.news__content>p,
.news__content>span,
.news__content>ul {
    font-size: 14px;
    line-height: 24px;
    color: #b8b8cc;
    margin: 24px 0 0
}

.news__content>div+ul,
.news__content>ol+ul,
.news__content>p+ul,
.news__content>span+ul,
.news__content>ul+ul {
    margin-top: 15px
}

.news__content>div+ol,
.news__content>ol+ol,
.news__content>p+ol,
.news__content>span+ol,
.news__content>ul+ol {
    margin-top: 13px
}

.news__content>div:first-child,
.news__content>ol:first-child,
.news__content>p:first-child,
.news__content>span:first-child,
.news__content>ul:first-child {
    margin: 0 !important
}

.news__content>ol,
.news__content>ul {
    list-style-type: none;
    padding-left: 39px;
    counter-reset: list
}

.news__content>ol li,
.news__content>ul li {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #b8b8cc;
    margin-bottom: 8px;
    padding-left: 10px
}

.news__content>ol {
    counter-reset: list
}

.news__content>ol li:before {
    counter-increment: list;
    content: counter(list) "";
    top: 4px;
    font-size: 10px
}

.news__content>ol li:before,
.news__content>ul li:before {
    display: block;
    position: absolute;
    left: -21px;
    width: 16px;
    height: 16px;
    background: rgba(184, 184, 204, .1);
    border-radius: 4px;
    line-height: 16px;
    text-align: center;
    font-weight: 900
}

.news__content>ul li:before {
    content: "\2022";
    top: 5px
}

.news__content a {
    color: #7b96c8
}

.news__content .color-white {
    color: #fff
}

.news__content .color-yellow {
    color: #fdbb2c
}

.news__content iframe {
    display: block;
    margin: 44px 0 0;
    border-radius: 8px;
    background: #000
}

.news__footer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 40px 0 16px
}

.news__page.news__page--show .news__footer {
    margin: 0
}

.news__footer .btn {
    width: 208px;
    margin: 48px auto 0;
    border: 2px solid #fff;
    background: none;
    opacity: .6
}

.news__footer .btn span {
    color: #fff;
    height: 44px;
    line-height: 44px
}

.news__footer .btn:hover {
    opacity: 1;
    box-shadow: none;
    background: hsla(0, 0%, 100%, .1)
}

.news__footer .load-more {
    display: inline-block;
    height: 48px;
    padding: 0 41px;
    box-sizing: border-box;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 4px;
    opacity: .6;
    margin: 0;
    transition: background .15s linear
}

.news__footer .load-more:hover {
    opacity: 1;
    box-shadow: none;
    background: hsla(0, 0%, 100%, .1)
}

.news__footer .load-more svg {
    display: none
}

.news__footer .load-more__text {
    margin: 0;
    font-size: 16px;
    line-height: 46px;
    font-weight: 400;
    letter-spacing: .03em;
    color: #fff;
    text-shadow: 0 -1px 0 hsla(0, 0%, 100%, .05)
}

.news__footer .load-more__text:before {
    content: none
}

.user-stat__page {
    box-sizing: border-box;
    padding: 0;
    margin-bottom: -22px
}

.user-stat__title {
    margin: 32px 0 24px;
    text-align: left;
    font-weight: 400
}

.user-stat__title:first-child {
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 16px
}

.user-stat__title span {
    background-image: -webkit-linear-gradient(top, #fff, #b8b8cc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

html.ie .user-stat__title span {
    background: none;
    color: #b8b8cc
}

.user-stat__desc {
    margin-bottom: 24px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #b8b8cc
}

.user-stat__game {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 56px;
    height: 32px;
    min-width: 56px;
    margin-right: 12px;
    border: 2px solid #000;
    border-radius: 4px;
    overflow: hidden
}

.user-stat__game>a,
.user-stat__game img {
    position: absolute;
    top: 0;
    left: 0
}

.user-stat__game>a {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .9);
    opacity: 0;
    visibility: visible;
    transition: opacity .2s ease-in, visibility .2s ease-in
}

.user-stat__game>a:after {
    content: "";
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 6px solid transparent
}

.user-stat__game:hover>a {
    opacity: 1;
    visibility: visible
}

.user-stat__info {
    display: flex;
    justify-content: space-between;
    align-items: stretch
}

.user-stat__info_title {
    margin: 0 auto 18px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #fff
}

.user-stat__info_name {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #b8b8cc;
    max-width: 100px
}

.user-stat__info_name,
.user-stat__info_result {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.user-stat__info_result {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    max-width: 80px
}

.user-stat__info_item {
    width: calc(33.33333% - 10.66667px);
    min-width: 176px;
    min-height: 200px;
    margin-bottom: 24px;
    padding: 24px 14px;
    box-sizing: border-box;
    background: rgba(184, 184, 204, .1);
    border-radius: 4px
}

.user-stat__info_item-best .user-stat__info_result,
.user-stat__info_item-popular .user-stat__info_result {
    width: calc(100% - 56px);
    min-width: calc(100% - 56px);
    text-align: center
}

@media screen and (min-width:1260px) {
    .user-stat__info_item-popular {
        padding: 24px 46px
    }
}

.user-stat__info_item-best {
    padding: 24px 32px
}

@media screen and (min-width:1260px) {
    .user-stat__info_item-best {
        padding: 24px 64px
    }
}

.user-stat__info_item-recent-payments .user-stat__info_row {
    justify-content: center;
    flex-direction: column
}

.user-stat__info_item-recent-payments .user-stat__info_result {
    max-width: 148px
}

.user-stat__info_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 8px;
    box-sizing: border-box
}

.user-stat__info .user-stat__game {
    margin-top: 4px
}

.user-stat__table {
    position: relative;
    margin-bottom: 15px
}

.user-stat__table:before {
    content: "";
    position: absolute;
    top: 0;
    z-index: 0;
    width: calc(100% + 60px);
    height: 48px;
    margin-left: -30px;
    background: rgba(184, 184, 204, .1)
}

.user-stat__table th {
    padding: 0 16px;
    color: rgba(184, 184, 204, .4);
    font-size: 12px;
    line-height: 48px
}

.user-stat__table td,
.user-stat__table th {
    height: 48px;
    min-height: 48px;
    font-weight: 400;
    box-sizing: border-box
}

.user-stat__table td {
    padding: 6px 16px 6px 0;
    font-size: 14px;
    line-height: 24px
}

.user-stat__table td.user-stat__table_row-bet,
.user-stat__table td.user-stat__table_row-result {
    font-weight: 500
}

.user-stat__table tbody tr:first-child td {
    height: 62px;
    min-height: 62px;
    padding-top: 22px
}

.user-stat__table tbody tr:not(:last-child) {
    border-bottom: 1px solid rgba(184, 184, 204, .05)
}

.user-stat__table_column-name {
    text-align: left
}

.user-stat__table .user-stat__table_column-name {
    padding-left: 0
}

.user-stat__table_column-game {
    width: 92px;
    max-width: 92px;
    text-align: center
}

.user-stat__table_column-bet {
    width: 107px;
    max-width: 107px;
    text-align: right
}

.user-stat__table_column-ratio,
.user-stat__table_column-result {
    width: 144px;
    max-width: 144px;
    text-align: right
}

.user-stat__table .user-stat__table_column-ratio {
    padding-right: 0
}

@media screen and (min-width:1260px) {
    .user-stat__table_column-bet,
    .user-stat__table_column-ratio,
    .user-stat__table_column-result {
        width: 175px;
        max-width: 175px
    }
}

.user-stat__table_row-name {
    max-width: 130px;
    text-align: left;
    color: #b8b8cc
}

.user-stat__table_row-game {
    padding-right: 0 !important;
    text-align: center;
    width: 92px;
    max-width: 92px
}

.user-stat__table_row-game .user-stat__game {
    margin-left: 8px
}

.user-stat__table_row-bet {
    width: 107px;
    max-width: 107px;
    text-align: right;
    color: #fff
}

.user-stat__table_row-result {
    width: 144px;
    max-width: 144px;
    text-align: right;
    color: #fff
}

.user-stat__table_row-ratio {
    width: 144px;
    max-width: 144px;
    text-align: right;
    color: #b8b8cc
}

.user-stat__table .user-stat__table_row-ratio {
    padding-right: 0
}

.user-stat__table_row-bet,
.user-stat__table_row-name,
.user-stat__table_row-ratio,
.user-stat__table_row-result {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media screen and (min-width:1260px) {
    .user-stat__table_row-bet,
    .user-stat__table_row-ratio,
    .user-stat__table_row-result {
        width: 175px;
        max-width: 175px
    }
}

body.has-popup,
body.sleeping:not(.simple-reg) {
    overflow-y: hidden
}

.popup,
body.has-popup .fixed-panel,
body.sleeping:not(.simple-reg) .fixed-panel {
    display: none
}

.popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    min-width: 1096px;
    height: 100vh;
    overflow-y: scroll;
    z-index: 999;
    color: #fff
}

.popup--is-active {
    display: flex
}

body.simple-reg.sleeping .popup {
    display: block
}

.popup .transparent {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .85)
}

body.simple-reg.sleeping .popup .transparent {
    display: none
}

#change-password-popup-id .popup-title {
    margin-bottom: 24px
}

.popup-title h1 {
    text-align: left;
    color: #fff;
    color: #c6c6d6;
    background: -webkit-linear-gradient(top, #ececf1, #c6c6d6 90%, #c6c6d6 0, #c6c6d6);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 24px;
    padding: 2px 0 0
}

.popup-title h1,
.popup .popup-level h1 {
    display: inline-block;
    font-weight: 500;
    min-height: 24px;
    margin: 0;
    box-sizing: border-box
}

.popup .popup-level h1 {
    text-align: center;
    color: #fff;
    padding: 13px 0 0
}

.popup .popup-level p {
    margin: 8px auto 0;
    color: #fff;
    opacity: .6
}

.popup-text {
    padding-top: 10px;
    font-size: 14px;
    text-shadow: 0 0 2px rgba(0, 0, 0, .5);
    color: #b8b8cc
}

.login-confirmation__blocked .popup-text {
    padding-top: 0
}

.popup-body {
    display: table;
    position: relative;
    margin: 5% auto 10px;
    z-index: 1
}

.popup-custom {
    width: 100%;
    height: 550px;
    margin: 0 auto;
    text-align: center
}

.popup-custom .form-group {
    margin: 104px auto 0
}

.popup-custom .form-group .btn-blue {
    max-width: 208px;
    margin: 0 auto
}

.popup-custom .popup-close {
    top: 36px;
    right: 36px
}

.popup-light:before {
    content: "";
    min-width: 524px;
    position: absolute;
    top: -90px;
    right: -85px;
    bottom: -50px;
    left: -85px;
    z-index: -3;
    background: url(assets/CV/Web/img/sys/bg/popup-bg-with-light.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top
}

.popup-center {
    padding: 0 15px;
    position: relative;
    z-index: 3;
    min-height: 90px
}

.popup-dark .popup-center {
    margin-bottom: 20px
}

.popup-dark .popup-center .btn {
    margin-bottom: 10px
}

.popup-center-incr {
    padding: 15px 24px 0
}

.popup-center-incr p {
    font-size: 16px !important;
    margin-top: 60px
}

.popup-content {
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    min-width: 110px
}

.popup-sm .popup-content {
    width: 352px
}

.popup-md .popup-content {
    width: 704px
}

.popup-lg .popup-content {
    width: 848px
}

.popup-hg .popup-content {
    width: 990px
}

.popup-border {
    position: relative;
    height: 100%;
    z-index: 1;
    border-radius: 12px;
    box-sizing: border-box;
    border: 1px solid hsla(0, 0%, 100%, .05);
    background: #0e161f
}

.popup-body:not(.popup-dark) .popup-border:after {
    z-index: 1
}

.popup-body.popup-dark .popup-border:after,
.popup-body.popup-dark .popup-border:before {
    bottom: 12px;
    border-radius: 2px 2px 0 0
}

.popup-container {
    padding: 36px 32px 20px;
    border-radius: 12px;
    background-image: url(assets/CV/Web/img/sys/popup/metal_texture_popup.png);
    background-size: 400px;
    background-position: 34px 164px;
    background-repeat: repeat
}

#change-password-popup-id .popup-container {
    padding-top: 54px
}

.layout-vua~.popup .popup-container {
    background: #0e161f
}

.popup-container .form-group .btn {
    margin: 16px auto 26px
}

.popup-title+[data-reg=form] .form-group .btn {
    margin: 0 auto 26px
}

.popup--feedback .popup-text {
    padding-top: 7px;
    margin-bottom: 25px
}

.popup--feedback .popup-text+form {
    padding: 0
}

.popup--feedback .form-group .btn {
    margin: 16px auto 26px
}

.popup__footer {
    position: relative;
    margin: 20px 0 30px;
    z-index: 2;
    text-align: center;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center
}

.popup__footer[data-footer-two-links] {
    display: flex;
    justify-content: space-between;
    margin: 53px 0 25px
}

.popup__footer[data-footer-two-links] .popup__footer-link {
    margin: 0
}

.popup__footer-content {
    position: relative;
    color: #8b8e96;
    margin: 0 5px;
    padding: 11px 25px 0;
    min-height: 16px;
    text-align: center
}

.popup-body.popup-dark .popup__footer-content {
    border-top: 1px solid #1b2b3b;
    background-color: #0f151d;
    -webkit-box-shadow: inset 0 1px 0 0 #0d0d0d;
    -moz-box-shadow: inset 0 1px 0 0 #0d0d0d;
    box-shadow: inset 0 1px 0 0 #0d0d0d
}

.popup__footer-content:after {
    content: "";
    position: absolute;
    top: auto;
    right: 0;
    bottom: -35px;
    left: 0;
    border-left: 37px solid transparent;
    border-right: 37px solid transparent;
    z-index: -1;
    height: 22px
}

.popup-body.popup-dark .popup__footer-content:after {
    border-top: 22px solid #0f151d
}

.popup__footer-content>* {
    z-index: 3;
    position: relative
}

.popup__footer-text {
    display: inline-block;
    color: #b8b8cc;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px
}

.popup__footer-link {
    display: inline-block;
    margin: 0 auto
}

.popup__footer-link span {
    color: #7b96c8;
    text-decoration: underline;
    text-shadow: 0 -1px 0 #020304;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px
}

.popup__footer-link:hover {
    text-decoration: none;
    cursor: pointer
}

.popup__footer-link:hover span {
    text-decoration: none
}

.popup-close {
    position: absolute;
    top: 19px;
    right: 19px;
    bottom: auto;
    left: auto;
    z-index: 2;
    background: url(assets/CV/Web/svg/icon/close.svg) 50% 50% no-repeat;
    width: 26px;
    height: 26px;
    background-size: 26px;
    cursor: pointer
}

.popup-close:hover {
    opacity: 1
}

.popup-close--with-hover {
    transition: transform .2s ease-in-out;
    position: absolute;
    top: 19px;
    right: 22px;
    bottom: auto;
    left: auto
}

.popup-close--with-hover:after {
    content: "";
    display: none;
    opacity: 0;
    position: absolute;
    top: -3px;
    right: -3px;
    bottom: auto;
    left: auto;
    width: 33px;
    height: 33px;
    background: url(assets/CV/Web/svg/icon/close-hover.svg) 50% 50% no-repeat
}

.popup-close--with-hover:hover:after {
    display: block;
    opacity: 1
}

.popup p {
    font-size: 14px;
    text-shadow: 0 0 2px rgba(0, 0, 0, .5);
    color: #b8b8cc;
    margin: 16px 0
}

.popup .bg-block {
    margin: 0 -26px
}

.popup.success p {
    text-align: left
}

.popup.success .popup-text {
    margin-bottom: 16px
}

.popup.success .popup-text :last-child {
    margin-bottom: 0
}

.popup.popup-content-center .popup-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 448px;
    width: 100%
}

.popup-two-factor .popup-container {
    padding: 0
}

.popup-two-factor__content {
    padding: 36px 32px 20px
}

.popup-two-factor__text {
    padding: 4px 0 0;
    color: #b8b8cc;
    font-size: 14px;
    line-height: 24px
}

.popup-footer__redesign.popup-two-factor__footer {
    height: 84px
}

.popup-footer__redesign .popup-two-factor__footer-content {
    flex-flow: column nowrap
}

.popup-two-factor__support {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    padding-top: 24px
}

.popup-two-factor__support-link {
    color: #7b96c8;
    font-size: 12px;
    line-height: 20px;
    text-decoration: underline
}

.popup[data-bg=darkness] {
    background-color: rgba(0, 0, 0, .8)
}

.no-scroll #cas2pay-banner,
.no-scroll .header-logo,
.no-scroll .header-top {
    z-index: 2
}

.popup-block-info-text {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 24px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 24px;
    color: #b8b8cc
}

[data-popup=preloader] {
    display: none
}

.popup--isLoading [data-popup=preloader] {
    display: block
}

.popup--isLoading [data-popup=body] {
    display: none
}

.save-password__popup .btn {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
    box-shadow: none
}

.save-password__popup .btn.save-password__btn-disabled {
    height: 48px;
    border: 1px solid hsla(0, 0%, 100%, .6);
    border-radius: 4px;
    background: transparent;
    cursor: pointer
}

.save-password__popup .btn.save-password__btn-disabled:not(.tooltipstered) {
    pointer-events: auto
}

.save-password__popup .btn.popup-close {
    top: auto;
    right: auto
}

.save-password__popup h1 {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    background: linear-gradient(180deg, #fff, #b8b8cc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin: 24px 0 8px
}

.save-password__popup p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #b8b8cc
}

.save-password__popup .save-password__step .password-copy__btn {
    transition: opacity .2s
}

.save-password__popup .save-password__step .password-copy__btn.copying {
    opacity: .2
}

.save-password__popup .save-password__step .password-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 24px 0 16px;
    padding: 4px 16px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 4px
}

.save-password__popup .save-password__step .password-wrapper .password-label {
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    color: rgba(0, 0, 0, .6)
}

.save-password__popup .save-password__step .password-wrapper .password {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #000
}

.save-password__popup .save-password__step .password-wrapper .password-copy__btn {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%)
}

.save-password__popup .save-password__step .password-wrapper .password-tooltip {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -15px;
    left: 8px;
    width: 100px;
    height: 20px;
    background-color: #7b96c8;
    box-shadow: 0 0 0 #000;
    z-index: 2;
    border-radius: 4px;
    transition: opacity .2s
}

.save-password__popup .save-password__step .password-wrapper .password-tooltip.disabled {
    opacity: 0;
    pointer-events: none
}

.save-password__popup .save-password__step .password-wrapper .password-tooltip:after {
    content: "";
    position: absolute;
    left: 8px;
    top: -6px;
    display: block;
    width: 8px;
    height: 8px;
    transform: rotate(90deg);
    background: url(assets/CV/Web/svg/triangle.svg) 50% no-repeat
}

.save-password__popup .save-password__step .password-wrapper .password-tooltip span {
    font-size: 11px
}

.save-password__popup .confirm-password__step .change-password__link {
    text-decoration: underline;
    color: #7b96c8;
    opacity: .8
}

.save-password__popup .confirm-password__step .actions-wrapp {
    display: flex;
    align-items: center;
    margin: 24px 0
}

.save-password__popup .confirm-password__step .actions-wrapp .btn {
    height: 48px;
    min-width: 136px;
    margin: 0
}

.save-password__popup .confirm-password__step .actions-wrapp .btn:first-child {
    margin: 0 16px 0 0
}

.save-user-info__popup h1 {
    margin: 12px 0 24px
}

.save-user-info__popup p {
    margin: 16px 0 20px
}

.save-user-info__popup .btn {
    margin: 0
}

.save-user-info__popup .btn span {
    font-weight: 400;
    font-size: 16px;
    line-height: 48px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2)
}

.save-user-info__popup .btn:not(.btn-disabled) {
    color: #fff
}

.save-user-info__popup .save-info__wrapper {
    margin-bottom: 16px
}

.save-user-info__popup .save-info__wrapper>span {
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #b8b8cc;
    text-align: center
}

.save-user-info__popup .save-info__wrapper .form-block {
    padding: 0
}

.register-bonuses {
    margin-top: 17px;
    margin-left: -20px
}

.register-bonuses__frame {
    height: 370px;
    width: 260px;
    text-align: center;
    position: relative;
    border: 2px solid #000;
    background-color: #10161d;
    -webkit-box-shadow: 0 0 0 1px #232f3b;
    -moz-box-shadow: 0 0 0 1px #232f3b;
    box-shadow: 0 0 0 1px #232f3b;
    border-radius: 3px
}

.register-bonuses__frame img {
    display: block;
    width: 100%;
    height: 100%
}

.popup.login .form-group.error .fld-wrap.error .hint,
.popup.reg-wide .form-group.error .fld-wrap.error .hint {
    max-width: 340px
}

.registration__item-left {
    width: 28px
}

.registration__item-left,
.registration__item-right {
    height: 32px;
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.registration__item-right {
    padding-left: 5px
}

.hint-reg.fld-block .hint.email-conf-msg {
    display: block;
    left: -97%;
    top: -3px;
    bottom: auto;
    font-size: 12px;
    font-weight: 400;
    white-space: normal !important;
    max-width: 85% !important;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear
}

.hint-reg.fld-block .hint.email-conf-msg:after {
    top: 18px !important;
    right: -6px;
    left: auto;
    margin-top: -5px;
    -moz-transform: scale(1) rotate(-45deg);
    -webkit-transform: scale(1) rotate(-45deg);
    -o-transform: scale(1) rotate(-45deg);
    -ms-transform: scale(1) rotate(-45deg);
    transform: scale(1) rotate(-45deg)
}

.hint-reg.fld-block .fld.is--not-empty:focus~.hint.email-conf-msg {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100)
}

.popup.congratulations .transparent {
    background: linear-gradient(0deg, rgba(0, 0, 0, .9), rgba(0, 0, 0, .9));
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

.popup-new-level {
    width: 990px;
    height: 550px;
    margin: 95px auto 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.popup-new-level .status {
    width: 100%;
    height: 550px;
    text-align: center
}

.popup-new-level .status-medal {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -210px;
    margin-top: -94px;
    width: 448px;
    height: 241px;
    background-image: url(assets/CV/Web/img/sys/popup/levels/level-1/new-level/medal.png);
    background-size: 100% 100%;
    -webkit-animation: med .6s linear 1 alternate;
    animation: med .6s linear 1 alternate
}

.popup-new-level .status-text {
    position: absolute;
    width: 304px;
    height: 444px;
    margin: 0 auto;
    text-align: center
}

.popup-new-level .status-image {
    position: absolute;
    top: -20%;
    width: 960px;
    height: 640px;
    text-align: center;
    background-size: 100% 100%
}

.popup-new-level .status-icon {
    height: 96px;
    width: 96px;
    margin: 27px auto 0
}

.popup-new-level .status-icon .ico {
    margin: 0 auto
}

.popup-new-level .status-icon .ico .level-lg {
    width: 96px;
    height: 96px;
    margin: 0
}

.popup-new-level .status-name {
    width: 208px;
    margin: 10px auto 0;
    color: hsla(0, 0%, 100%, .8);
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 52px;
    letter-spacing: .1em
}

.popup-new-level .wing_r {
    left: 40.6%;
    background-image: url(assets/CV/Web/img/sys/popup/levels/level-1/new-level/wing_r.png);
    -webkit-animation: wing_r .6s ease-out 1;
    animation: wing_r .6s ease-out 1
}

.popup-new-level .wing_l,
.popup-new-level .wing_r {
    position: absolute;
    top: 14%;
    width: 430px;
    height: 385px;
    background-size: 100% 100%
}

.popup-new-level .wing_l {
    left: 17.6%;
    background-image: url(assets/CV/Web/img/sys/popup/levels/level-1/new-level/wing_l.png);
    -webkit-animation: wing_l .6s ease-out 1;
    animation: wing_l .6s ease-out 1
}

.popup-new-level .light {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -320px;
    -webkit-animation: glow 2s linear infinite alternate;
    animation: glow 2s linear infinite alternate;
    width: 750px;
    height: 640px;
    background: radial-gradient(ellipse, rgba(254, 133, 61, .99) 0, rgba(250, 150, 35, 0) 50%);
    border-radius: 50%;
    margin-left: -372px
}

.popup-new-level .dots {
    -webkit-animation: rotation 60s linear infinite alternate;
    animation: rotation 60s linear infinite alternate
}

.popup-new-level .dots,
.popup-new-level .dots_new {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -271px;
    margin-top: -191px;
    width: 543px;
    height: 382px;
    background-image: url(assets/CV/Web/img/sys/popup/levels/level-1/new-level/light_dots.png);
    background-size: 100%
}

.popup-new-level .dots_new {
    -webkit-animation: rotation_new 30s linear infinite normal;
    animation: rotation_new 30s linear infinite normal
}

.popup-new-level .nakladka_r {
    left: 56.5%;
    background-image: url(assets/CV/Web/img/sys/popup/levels/level-1/new-level/nakladka_r.png);
    -webkit-animation: right_n .6s ease-out 1 alternate;
    animation: right_n .6s ease-out 1 alternate
}

.popup-new-level .nakladka_l,
.popup-new-level .nakladka_r {
    position: absolute;
    top: 37.7%;
    width: 123px;
    height: 82px;
    background-size: 100% 100%
}

.popup-new-level .nakladka_l {
    left: 33.9%;
    background-image: url(assets/CV/Web/img/sys/popup/levels/level-1/new-level/nakladka_l.png);
    -webkit-animation: left_n .6s ease-out 1 alternate;
    animation: left_n .6s ease-out 1 alternate
}

@keyframes glow {
    0% {
        opacity: 1;
        transform: scale(.8)
    }
    to {
        opacity: .4;
        transform: scale(1.2)
    }
}

@keyframes rotation {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

@keyframes rotation_new {
    0% {
        opacity: 1;
        background-size: 80%;
        transform: rotate(-180deg)
    }
    to {
        opacity: 0;
        background-size: 280%;
        transform: rotate(180deg)
    }
}

@keyframes med {
    0% {
        opacity: 0;
        transform: scale(.9)
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes right_n {
    0% {
        opacity: 0;
        transform: rotate(45deg)
    }
    to {
        opacity: 1;
        transform: rotate(0deg)
    }
}

@keyframes left_n {
    0% {
        opacity: 0;
        transform: rotate(-45deg)
    }
    to {
        opacity: 1;
        transform: rotate(0deg)
    }
}

@keyframes wing_r {
    0% {
        opacity: 0;
        transform: rotate(45deg)
    }
    to {
        opacity: 1;
        transform: rotate(0deg)
    }
}

@keyframes wing_l {
    0% {
        opacity: 0;
        transform: rotate(-45deg)
    }
    to {
        opacity: 1;
        transform: rotate(0deg)
    }
}

@-webkit-keyframes glow {
    0% {
        opacity: 1;
        transform: scale(.8)
    }
    to {
        opacity: .4;
        transform: scale(1.2)
    }
}

@-webkit-keyframes rotation {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

@-webkit-keyframes rotation_new {
    0% {
        opacity: 1;
        background-size: 80%;
        transform: rotate(-180deg)
    }
    to {
        opacity: 0;
        background-size: 280%;
        transform: rotate(180deg)
    }
}

@-webkit-keyframes med {
    0% {
        opacity: 0;
        transform: scale(.9)
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}

@-webkit-keyframes right_n {
    0% {
        opacity: 0;
        transform: rotate(45deg)
    }
    to {
        opacity: 1;
        transform: rotate(0deg)
    }
}

@-webkit-keyframes left_n {
    0% {
        opacity: 0;
        transform: rotate(-45deg)
    }
    to {
        opacity: 1;
        transform: rotate(0deg)
    }
}

@-webkit-keyframes wing_r {
    0% {
        opacity: 0;
        transform: rotate(45deg)
    }
    to {
        opacity: 1;
        transform: rotate(0deg)
    }
}

@-webkit-keyframes wing_l {
    0% {
        opacity: 0;
        transform: rotate(-45deg)
    }
    to {
        opacity: 1;
        transform: rotate(0deg)
    }
}

.popup.level_7 .status-icon {
    background-image: url(assets/CV/Web/img/sys/popup/levels/level-7/new-level/bg-status.jpg)
}

.popup.level_7 .status-name {
    background-image: url(assets/CV/Web/img/sys/popup/levels/level-7/new-level/bg-status-name.png);
    background-position: 0 -44px
}

.popup.level_6 .status-icon {
    background-image: url(assets/CV/Web/img/sys/popup/levels/level-6/new-level/bg-status.jpg)
}

.popup.level_6 .status-name {
    background-image: url(assets/CV/Web/img/sys/popup/levels/level-6/new-level/bg-status-name.png);
    background-position: 0 -44px
}

.popup.level_5 .status-icon {
    background-image: url(assets/CV/Web/img/sys/popup/levels/level-5/new-level/bg-status.jpg)
}

.popup.level_5 .status-name {
    background-image: url(assets/CV/Web/img/sys/popup/levels/level-5/new-level/bg-status-name.png);
    background-position: 0 -44px
}

.popup.level_4 .status-icon {
    background-image: url(assets/CV/Web/img/sys/popup/levels/level-4/new-level/bg-status.jpg)
}

.popup.level_4 .status-name {
    background-image: url(assets/CV/Web/img/sys/popup/levels/level-4/new-level/bg-status-name.png);
    background-position: 0 -44px
}

.popup.level_3 .status-icon {
    background-image: url(assets/CV/Web/img/sys/popup/levels/level-3/new-level/bg-status.jpg)
}

.popup.level_3 .status-name {
    background-image: url(assets/CV/Web/img/sys/popup/levels/level-3/new-level/bg-status-name.png);
    background-position: 0 -44px
}

.popup.level_2 .status-icon {
    background-image: url(assets/CV/Web/img/sys/popup/levels/level-2/new-level/bg-status.jpg)
}

.popup.level_2 .status-name {
    background-image: url(assets/CV/Web/img/sys/popup/levels/level-2/new-level/bg-status-name.png);
    background-position: 0 -44px
}

.popup.level_4 .popup-sm .popup-content:after,
.popup.level_4 .popup-sm .popup-content:before {
    max-width: 390px;
    width: 390px
}

.popup.level_5 .popup-sm .popup-content:before {
    max-width: 330px;
    width: 418px
}

.popup.level_6 .popup-sm .popup-content:before {
    max-width: 250px;
    width: 250px
}

.popup.level_6 .popup-sm .popup-content:after {
    max-width: 177px;
    width: 177px
}

.popup.level_7 .popup-sm .popup-content:before {
    max-width: 258px;
    width: 258px
}

.hiddenTextarea {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden;
    white-space: pre-wrap;
    width: 210px;
    min-height: 128px;
    font-family: Arial, sans-serif;
    font-size: 13px;
    padding: 0 0 0 10px;
    word-wrap: break-word
}

.textarea-wrapper {
    height: 128px;
    overflow: hidden;
    border-radius: 4px
}

.fld-textarea-scroll {
    width: 210px;
    height: 128px;
    border: none;
    resize: none;
    padding: 0 0 0 10px;
    overflow: hidden;
    line-height: 20px;
    font-family: Arial, sans-serif;
    font-size: 13px;
    outline: none;
    background: #fff;
    margin: 0
}

.popup-bordered .popup-border {
    width: 400px;
    padding: 25px
}

.popup-bordered .popup-border:after,
.popup-bordered .popup-border:before {
    border-radius: 0
}

.popup-bordered .popup-border:before {
    border: 2px solid #0c0c0c
}

.popup-bordered .popup-border:after {
    bottom: 0;
    background-image: url(assets/CV/Web/img/sys/popup/base/bordered-bg.jpg)
}

.popup-bordered .popup-center {
    background-image: url(assets/CV/Web/img/sys/popup/levels/level-1/bg.png);
    margin: 0 10px;
    padding: 5px 40px 20px;
    top: 1px
}

.popup-bordered .popup-content {
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.popup-bordered h1 {
    text-transform: none;
    text-align: left;
    font-size: 34px;
    color: #ffc000;
    line-height: 1.3;
    margin-bottom: 20px
}

.popup-bordered h1.center {
    text-align: center;
    padding-top: 20px;
    margin-bottom: 40px;
    line-height: 1.6
}

.popup-bordered p {
    font-size: 14px;
    line-height: 1.3;
    text-align: justify;
    color: #fff
}

.popup-account-blocked p {
    font-size: 14px;
    text-shadow: 0 0 2px rgba(0, 0, 0, .5);
    color: #fff;
    letter-spacing: .02em
}

.popup-account-blocked .btn {
    margin-bottom: 50px
}

.popup-oneClick .popup-content {
    position: relative;
    width: 649px;
    height: 643px;
    background: url(assets/CV/Web/img/sys/popup/oneClick/logout-reg.png) no-repeat 50% 50%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0
}

.popup-oneClick .popup-close {
    top: 87px;
    right: 2px
}

.popup-oneClick .logout-reg__btn {
    bottom: 111px;
    background: url(assets/CV/Web/img/sys/popup/oneClick/logout-btn-sprite.png) no-repeat -1px 0;
    box-shadow: 0 7px 9px 3px rgba(0, 0, 0, .75), 0 28px 84px 18px rgba(0, 0, 0, .75);
    position: absolute;
    display: block;
    left: 50%;
    margin-left: -180px;
    width: 359px;
    height: 58px
}

.popup-oneClick .logout-reg__btn:hover {
    background-position: -1px -68px
}

.popup-oneClick .logout-reg__btn:active {
    background-position: -1px -137px;
    box-shadow: 0 7px 9px 3px rgba(0, 0, 0, .75)
}

.popup-oneClick--100 .popup-content,
.popup-oneClick--200 .popup-content,
.popup-oneClick--1000 .popup-content {
    background-repeat: no-repeat;
    width: 870px;
    height: 662px
}

.popup-oneClick--100 .popup-close,
.popup-oneClick--200 .popup-close,
.popup-oneClick--1000 .popup-close {
    top: 105px;
    right: 108px
}

.popup-oneClick--100 .popup-content {
    background-image: url(assets/CV/Web/img/sys/popup/oneClick/click-100.png)
}

.popup-oneClick--200 .popup-content {
    background-image: url(assets/CV/Web/img/sys/popup/oneClick/click-200.png)
}

.popup-oneClick--1000 .popup-content {
    background-image: url(assets/CV/Web/img/sys/popup/oneClick/click-1000.png)
}

.popup-messages .popup-container {
    padding: 36px 39px 20px 48px
}

.popup-messages .popup-title h1 {
    margin: 0;
    padding: 3px 0 0;
    background: linear-gradient(180deg, #fff, #b8b8cc);
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

html.ie .popup-messages .popup-title h1 {
    background: none;
    color: #b8b8cc
}

.popup-messages .popup-center {
    margin: 0 -15px
}

.popup-messages .inputWrapper {
    padding: 0;
    height: 100%;
    border: none
}

.popup-messages .inputWrapper-scroll {
    height: 348px;
    position: relative;
    overflow: hidden
}

.popup-messages .inputWrapper-scroll:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 40px;
    background: linear-gradient(180deg, rgba(16, 25, 38, .2), #101926 92.71%);
    filter: blur(10px)
}

.popup-messages .inputWrapper.scroll-shadow:after,
.popup-messages .inputWrapper.scroll-shadow:before {
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    width: calc(100% - 8px);
    height: 100px;
    background-image: url(assets/CV/Web/img/sys/popup/metal_texture_popup_shadow.png);
    background-size: 400px 100px;
    background-position: 16px 0;
    background-repeat-x: repeat;
    background-repeat-y: no-repeat;
    pointer-events: none
}

.popup-messages .inputWrapper.scroll-shadow:before {
    top: 0;
    transform: rotate(180deg);
    background-position: 0 2px
}

.popup-messages .inputWrapper.scroll-shadow:after {
    bottom: 0
}

.popup-messages .inputWrapper.scroll-shadow--bottom:before {
    opacity: 0
}

.popup-messages .inputWrapper.scroll-shadow--bottom:after,
.popup-messages .inputWrapper.scroll-shadow--top:before {
    opacity: 1
}

.popup-messages .inputWrapper.scroll-shadow--top:after {
    opacity: 0
}

.popup-messages .popup-center>.inputWrapper-scroll {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 40px
}

.popup-messages .message {
    position: relative;
    color: #b8b8cc;
    padding: 16px 0;
    margin-right: 8px;
    cursor: default;
    transition: color .5s
}

.popup-messages .message:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: calc(100% - 8px);
    background: hsla(0, 0%, 100%, .05)
}

.popup-messages .message:first-child:not(.message--with-img) {
    padding-top: 0
}

.popup-messages .message:last-child:after {
    content: none
}

.popup-messages .message-topic {
    position: relative;
    display: flex;
    margin-bottom: 8px;
    line-height: 24px
}

.popup-messages .message-body,
.popup-messages .message-date,
.popup-messages .message-img,
.popup-messages .message-title {
    opacity: .6
}

.popup-messages .message-title {
    flex: 1 1 auto;
    margin-right: 8px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px
}

.popup-messages .message-date {
    margin-right: 24px;
    opacity: .7;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    white-space: nowrap
}

.popup-messages .message-date__time {
    margin-left: 5px;
    color: #fff;
    letter-spacing: -1.5px
}

.popup-messages .message-body {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: inherit;
    text-align: left
}

.popup-messages .message-body .message-img {
    position: static;
    margin: 0 0 16px
}

.popup-messages .message-body .message-img img {
    margin: 0
}

.popup-messages .message-body .message-img .message-title {
    opacity: 1
}

.popup-messages .message-body img {
    width: 100%;
    height: auto;
    margin: 0 0 16px
}

.popup-messages .message-body a:not(.btn) {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    color: #7b96c8;
    text-decoration: underline;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit
}

.popup-messages .message-body a:not(.btn):hover {
    text-decoration: none
}

.popup-messages .message-body .btn {
    min-width: 156px;
    width: fit-content
}

.popup-messages .message-body .btn span {
    font-size: 12px;
    font-weight: 500
}

.popup-messages .message-body>p,
.popup-messages .message-body>span {
    margin: 0 0 16px;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-weight: inherit
}

.popup-messages .message-body>:last-child {
    margin: 0
}

.popup-messages .message-img {
    position: relative;
    width: 100%;
    max-height: 245px;
    min-height: 125px;
    height: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    background: #000;
    border-radius: 8px
}

.popup-messages .message-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 60px;
    background: linear-gradient(0deg, rgba(9, 23, 46, 0), #1a273e)
}

.popup-messages .message-img img {
    display: block;
    opacity: .6;
    width: 100%;
    height: auto;
    margin: 0;
    min-height: 125px
}

.popup-messages .message-img .message-topic {
    position: absolute;
    top: 16px;
    left: 16px;
    width: calc(100% - 32px);
    height: auto;
    display: flex
}

.popup-messages .message-img .message-topic .close-message {
    right: 0
}

.popup-messages .message-img .message-topic .message-date {
    margin-right: 8px
}

.popup-messages .message-btns {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 16px;
    margin-bottom: 8px;
    opacity: .6
}

.popup-messages .message-btns .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 156px;
    margin: 0 16px 0 0
}

.popup-messages .message-btns .btn span {
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2)
}

.popup-messages .message-btns .btn__link span {
    font-weight: 500;
    font-size: 12px;
    color: #7b96c8
}

.popup-messages .message .close-message {
    position: absolute;
    right: 8px;
    bottom: 8px;
    background: url(assets/CV/Web/svg/popup/messages/icon-delete-message.svg) 50% no-repeat;
    width: 14px;
    height: 14px;
    cursor: pointer;
    z-index: 2;
    opacity: 0
}

.popup-messages .message .close-message--hint {
    display: inline;
    opacity: 0;
    position: absolute;
    width: 110px;
    padding: 2px 5px;
    text-align: center;
    background: #fff;
    font-size: 10px;
    line-height: 16px;
    right: 15px;
    top: 18px;
    z-index: 10;
    color: #000;
    font-style: normal;
    pointer-events: none
}

.popup-messages .message .close-message span {
    width: inherit;
    height: inherit;
    display: block
}

.popup-messages .message .close-message:hover {
    opacity: 1 !important
}

.popup-messages .message .close-message:hover .close-message--hint {
    opacity: 1
}

.popup-messages .message:hover .close-message {
    opacity: .4;
    filter: alpha(opacity=40)
}

.popup-messages .message--new {
    position: relative
}

.popup-messages .message--new .message-body,
.popup-messages .message--new .message-btns,
.popup-messages .message--new .message-date,
.popup-messages .message--new .message-img,
.popup-messages .message--new .message-title {
    opacity: 1
}

.popup-messages .message--new:hover {
    cursor: pointer
}

.popup-messages .message--new:hover .message-body,
.popup-messages .message--new:hover .message-body a:not(.btn),
.popup-messages .message--new:hover .message-title {
    color: #7b96c8
}

.popup-messages .message--new:hover .message-date {
    color: rgba(123, 150, 200, .8)
}

.popup-messages .message--new:hover .message-date__time {
    color: rgba(123, 150, 200, .8);
    letter-spacing: -1.5px
}

.popup-messages .message--with-img {
    position: relative;
    margin-top: 24px
}

.popup-messages .message--with-img:first-child {
    margin-top: 0
}

.popup-messages .message--with-img .message-topic {
    height: 96px;
    padding-left: 16px;
    margin-bottom: 16px
}

.popup-messages .message--with-img .message-body {
    margin-top: 16px
}

.popup-messages .message--with-img .message-date {
    color: rgba(184, 184, 204, .9)
}

.popup-messages .message--with-img .message-date__time {
    color: rgba(184, 184, 204, .7)
}

.popup-messages .message--with-img.message--new:hover .message-date {
    color: rgba(123, 150, 200, .9)
}

.popup-messages .message--with-img.message--new:hover .message-date__time {
    color: rgba(123, 150, 200, .7);
    letter-spacing: -1.5px
}

.popup-messages .text-error-cnt .error-hint {
    position: absolute;
    width: auto;
    height: auto;
    background: #720b0b;
    z-index: 99999;
    padding: 5px 10px;
    border: 1px solid red;
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
    white-space: nowrap
}

.popup-messages .text-error-cnt .error-hint:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 23px;
    right: 22px;
    border-right: 1px solid red;
    border-bottom: 1px solid red;
    background: #720b0b;
    transform: scale(1) rotate(45deg)
}

.popup-messages .text-error-cnt .error-hint {
    top: 30px;
    left: 50%;
    margin-left: -161px;
    font-size: 13px;
    width: 300px;
    white-space: normal;
    text-align: left
}

.popup-messages .text-error-cnt .error-hint .hint-close {
    color: red;
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    right: 5px;
    top: 0;
    cursor: pointer
}

.popup-messages .text-error-cnt .error-hint .hint-close:after {
    content: "\00D7"
}

.popup-messages .text-error-cnt .error-hint .hint-text {
    white-space: normal
}

.popup-messages .text-error-cnt .error-hint:after {
    display: none
}

p.popup-messages__no-message {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(184, 184, 204, .6)
}

p.popup-messages__no-message--show {
    color: #b8b8cc
}

.popup-messages__no-messages {
    min-height: 300px
}

.popup-messages .btn-message {
    width: 50%;
    margin: 8px auto 0
}

.popup-messages .popup__footer {
    margin: 8px 0 23px;
    box-sizing: border-box
}

.popup-messages.popup--no-messages .popup-center>.inputWrapper-scroll:after,
.popup-messages.popup--no-messages [data-popup-message-read-all] {
    display: none
}

.check-all {
    flex: 1 1 auto
}

.check-all:hover {
    text-decoration: none;
    color: #fff
}

.check-all.disable {
    opacity: .6;
    text-decoration: none
}

.check-all.disable:hover {
    cursor: default
}

.popup__footer-link {
    display: flex;
    align-items: center
}

.popup__footer-link span {
    font-size: 14px
}

.popup__footer-link svg {
    margin-right: 4px
}

.popup__footer-link:hover span {
    color: #fff
}

.popup__footer-link:hover svg path {
    fill: #fff
}

.btn-notification {
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
    z-index: 9;
    flex: 1 1 auto;
    padding-right: 7px
}

span.btn-notification {
    text-decoration: none
}

.popup-more-prises p {
    font-size: 13px
}

.popup-prises-thanks h2 {
    text-transform: none;
    font-size: 24px;
    font-weight: 700;
    color: #c3e1fa;
    text-align: center;
    line-height: 1.5;
    padding-top: 10px;
    margin-bottom: 20px;
    margin-top: 0
}

.popup-prises-thanks p {
    font-size: 13px
}

.popup-more-prises-unreg h2 {
    font-size: 17px;
    font-weight: 400;
    text-transform: none;
    color: #fffeff;
    margin-bottom: 18px
}

.popup-more-prises-unreg a {
    text-decoration: underline;
    color: #27bff8;
    font-size: 17px
}

.more-prizes-unreg.popup-body {
    margin: 15% 52% 0
}

.loyalty__top {
    margin: 8px 16px 0
}

.loyalty__top__score {
    color: #fdbb2c;
    font-weight: 400;
    line-height: 32px;
    font-size: 24px;
    margin-right: 12px
}

.loyalty__top__link {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #7b96c8;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
    text-decoration: underline
}

.loyalty__top__link:hover {
    text-decoration: none
}

.loyalty-confirm {
    border-radius: 12px;
    background: rgba(0, 0, 0, .4);
    margin-top: 24px;
    margin-bottom: 16px
}

.loyalty-confirm__section {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    padding: 7px 8px;
    min-height: 44px
}

.loyalty-confirm__section--hide {
    display: none;
    opacity: 0
}

.loyalty-confirm__section__icon {
    padding: 12px;
    height: 24px;
    width: 24px;
    min-width: 24px
}

.loyalty-confirm__section__icon img {
    width: 100%;
    height: auto
}

.loyalty-confirm__section__icon .complete-email {
    width: 16px;
    margin-top: 6px;
    margin-left: 3px
}

.loyalty-confirm__section__info {
    padding: 5px 10px 5px 8px
}

.loyalty-confirm__section__info p {
    margin: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #b8b8cc
}

.loyalty-confirm__section__info a {
    color: #7b96c8;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
    text-decoration: underline
}

.loyalty-confirm__section__info a:hover {
    text-decoration: none
}

.loyalty-confirm__section__btn {
    width: 184px;
    min-width: 184px
}

.loyalty-confirm__section__btn .btn {
    margin: 0
}

.loyalty-confirm .profile-confirm-mail {
    color: #fff
}

.loyalty__center {
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box
}

.loyalty__center .exchanger {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    margin: 23px 0 0;
    padding-bottom: 17px
}

.loyalty__center .exchanger__left {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start
}

.loyalty__center .exchanger__btn {
    width: 176px;
    margin: 0
}

.loyalty__center .exchanger__arrow {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin: 0 12px;
    background: url(assets/CV/Web/svg/icon/arrow-loyality-new.svg) 50% no-repeat
}

.loyalty__center .exchanger__currency-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%
}

.loyalty__center .exchanger__currency-symbol {
    margin-left: 8px
}

.loyalty__center .exchanger__currency-sum {
    max-width: 150px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.loyalty__center .exchanger__currency-sum,
.loyalty__center .exchanger__currency-symbol {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #fdbb2c
}

.loyalty__center .form-block {
    height: 48px;
    width: 175px;
    min-width: 175px;
    max-width: 175px;
    margin: 0
}

.loyalty__center .form-block .fld {
    padding: 0 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #000
}

.loyalty__center .form-block .fld::-moz-placeholder {
    color: rgba(0, 0, 0, .4);
    opacity: 1
}

.loyalty__center .form-block .fld:-ms-input-placeholder {
    color: rgba(0, 0, 0, .4)
}

.loyalty__center .form-block .fld::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .4)
}

.loyalty__center .form-block .lbl-right {
    left: auto;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px !important;
    opacity: .4
}

.loyalty__operation-history {
    margin: 10px 0 0
}

.loyalty__grey-text {
    color: #b8b8cc
}

.loyalty__status-ladder .loyalty__content {
    margin: 24px 0 34px
}

.loyalty__status-ladder .popup-profile__footer {
    bottom: 40px
}

.loyalty__status-ladder .popup-profile__footer__link {
    margin-right: 5px
}

.loyalty__list {
    margin: 20px 0 36px 13px
}

.loyalty__list .progress_line {
    position: relative;
    width: 28px;
    margin: 0 12px;
    padding: 0;
    height: 2px;
    background: #090909 linear-gradient(180deg, hsla(0, 0%, 100%, .2), hsla(0, 0%, 100%, 0) 50%);
    border: 1px solid #000;
    border-radius: 2px;
    overflow: hidden
}

.loyalty__list .progress_line-wrapper {
    height: 10px;
    margin: 49px 0 0;
    padding: 4px 0;
    float: left
}

.loyalty__list .progress_line.completed .progress_line__fill {
    width: 100% !important
}

.loyalty__list .progress_line__fill {
    display: block;
    position: relative;
    right: 1px;
    width: 0;
    max-width: 100%;
    height: 100%;
    border-radius: 1px 0 0 1px;
    background: #0059b3;
    box-shadow: inset -1px 0 2px #1960ac
}

.loyalty__list .progress_line__fill:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -1px;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #0059b3
}

.loyalty__level {
    display: block;
    min-height: 18px;
    float: left;
    vertical-align: top;
    width: 58px;
    position: relative;
    text-align: center
}

.loyalty__level.disabled {
    color: #fff
}

.loyalty__level.disabled .loyalty__grey-text,
.loyalty__level.disabled .loyalty__level-bottom,
.loyalty__level.disabled .loyalty__level-top {
    opacity: .4
}

.loyalty__level.level:hover img {
    animation: scale .1s;
    animation-fill-mode: forwards
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .loyalty__level.level:hover img {
        animation: scale .1s;
        animation-fill-mode: forwards
    }
}

.loyalty__level.level:hover.disabled img {
    animation: none
}

.loyalty__level.active img {
    animation: scale .6s infinite alternate
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .loyalty__level.active img {
        animation: none
    }
}

@keyframes scale {
    0% {
        transform: scale(1)
    }
    to {
        transform: scale(1.05)
    }
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    @keyframes scale {
        0% {
            transform: scale(1)
        }
        to {
            transform: scale(1.05)
        }
    }
}

.loyalty__level-top {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    opacity: .8;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.loyalty__level-center {
    margin-top: 32px
}

.loyalty__level-center .ico .level {
    width: 46px;
    height: 46px;
    padding: 0;
    margin: 0 auto 4px
}

.loyalty__level-bottom span {
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2)
}

.loyalty__level-bottom span:last-child {
    margin-top: 10px;
    font-size: 12px
}

.loyalty__content {
    margin: 47px 0 34px
}

.loyalty__content h5 {
    margin: 0 0 12px;
    padding: 0;
    background: linear-gradient(1turn, #fff 100%, #b8b8cc 0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #b8b8cc;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px
}

.loyalty__content p {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    color: #b8b8cc
}

.operation-history {
    position: relative;
    width: 100%
}

.operation-history__row {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    width: 100%;
    border-bottom: 1px solid rgba(184, 184, 204, .06);
    box-sizing: border-box
}

.operation-history__row--head {
    align-items: flex-start;
    height: 32px
}

.operation-history__row--head span {
    height: 16px;
    color: rgba(184, 184, 204, .6);
    font-weight: 500;
    font-size: 10px;
    line-height: 16px
}

.operation-history__row--body {
    align-items: center;
    height: 48px
}

.operation-history__row--body span {
    font-size: 12px
}

.operation-history__column {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    height: 100%;
    flex-shrink: 0;
    flex-grow: 0
}

.operation-history__column--first {
    justify-content: flex-start;
    width: 13.1%;
    margin-right: 20px;
    color: #fff
}

.operation-history__column--second {
    justify-content: flex-start;
    width: 18.4%;
    color: rgba(184, 184, 204, .4)
}

.operation-history__column--third {
    justify-content: flex-end;
    width: 15.8%;
    margin-right: 39px;
    color: #fff;
    font-weight: 500
}

.operation-history__column--fourth {
    justify-content: flex-start;
    width: 18.4%;
    margin-right: 20px;
    color: rgba(184, 184, 204, .4)
}

.operation-history__column--fifth {
    justify-content: flex-start;
    width: 18.4%;
    margin-right: 15px;
    color: #b8b8cc
}

.operation-history__column--sixth {
    justify-content: flex-start;
    width: 4.3%
}

.operation-history__body {
    height: 288px
}

.tooltipster-popup.tooltipster-loyalty {
    max-width: unset
}

.popup-collection .light-header {
    width: 186px
}

.popup-collection .light-header:last-child {
    width: 236px
}

.popup-collection .confirmed_email {
    float: right;
    color: #556575;
    font-weight: 700;
    text-shadow: 0 0 0 transparent
}

.popup-collection .confirmed_email._not {
    color: red;
    text-decoration: underline
}

.popup-collection .confirmed_email._not:hover {
    text-decoration: none
}

.popup-collection.popup-profile .chosen-single {
    height: 38px;
    min-width: 111px
}

.popup-collection.popup-profile .popup-profile__selects #profile_birthday_info {
    position: relative
}

.popup-collection.popup-profile .popup-profile__selects #profile_birthday_info .hint {
    display: block;
    visibility: hidden;
    opacity: 0;
    max-width: 75%
}

.popup-collection.popup-profile .popup-profile__selects #profile_birthday_info.hint-right .hint {
    right: -83%
}

.popup-collection.popup-profile .popup-profile__selects .grid-col__4-12:last-child .hint {
    right: -170%;
    top: -3px;
    bottom: auto;
    max-width: 140%
}

.popup-collection.popup-profile .popup-profile__selects .grid-col__4-12:hover~#profile_birthday_info .hint {
    visibility: visible;
    opacity: 1
}

.popup-collection .operation-history .scroll-wrapper>.scroll-content {
    background-color: #060d15
}

.rewards-wrap p {
    color: #a9d3ff;
    font-size: 15px;
    text-align: center;
    margin-bottom: 0
}

.rewards-column {
    position: relative;
    width: 20%;
    display: inline-block;
    max-width: 20%;
    float: left;
    text-align: center;
    margin-bottom: 26px
}

.rewards-column:hover .rewards-tooltip {
    display: block
}

.rewards-column-icon {
    width: 100%;
    height: 95px;
    text-align: center;
    position: relative;
    overflow: hidden
}

.rewards-column-icon>* {
    width: auto;
    height: auto;
    max-height: 100%
}

.rewards-column-text {
    margin-top: 18px;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
    color: #fff
}

.closed .rewards-column-text {
    color: hsla(0, 0%, 100%, .6)
}

.rewards-column .rewards-tooltip {
    display: none;
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    box-sizing: border-box;
    width: 128px;
    padding: 8px 16px;
    border-radius: 8px;
    background: rgba(0, 0, 0, .9);
    color: hsla(0, 0%, 100%, .8)
}

.text-grey {
    color: #536a82;
    text-shadow: 0 2px 0 rgba(0, 0, 0, .72)
}

.bonuses-exchange {
    margin: 14px 0 15px;
    padding: 0 15px
}

.bonuses-exchange__wrap {
    display: flex;
    min-height: 64px
}

.bonuses-exchange__declined {
    width: 416px;
    text-align: left;
    box-sizing: border-box;
    padding-right: 10px
}

.bonuses-exchange__declined .total-bonus {
    color: #fdbb2c;
    font-weight: 400;
    font-size: 24px
}

.bonuses-exchange__declined .progress {
    margin-top: 14px;
    width: 270px
}

.bonuses-exchange__declined .progress_line {
    position: relative;
    width: 100%;
    padding: 0;
    overflow: hidden;
    height: 6px;
    background: #131313 linear-gradient(180deg, hsla(0, 0%, 100%, .2), hsla(0, 0%, 100%, 0) 50%);
    border: 2px solid #000;
    border-radius: 17px
}

.bonuses-exchange__declined .progress_line__fill {
    display: block;
    position: relative;
    right: 3px;
    width: 0;
    max-width: 100%;
    height: 100%;
    border-radius: 2px 0 0 2px;
    background: #0059b3;
    box-shadow: inset -2px 0 4px #1960ac
}

.bonuses-exchange__declined .progress_line__fill:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -2px;
    width: 3px;
    height: 6px;
    border-radius: 50%;
    background: #0059b3
}

.bonuses-exchange__declined .progress_line__amount {
    display: block;
    width: 100%;
    font-size: 12px;
    text-align: right;
    line-height: 20px;
    font-weight: 400;
    color: rgba(184, 184, 204, .6);
    z-index: 1
}

.bonuses-exchange__declined .progress_line__bonus {
    display: inline-block;
    margin-top: 5px;
    width: 49%;
    text-align: right
}

.bonuses-exchange__declined .progress_line__bonus.disabled {
    pointer-events: none
}

.bonuses-exchange__declined .progress_line__bonus a {
    font-size: 12px;
    line-height: 20px;
    text-shadow: 0 1px 0 rgba(6, 23, 50, .4);
    color: rgba(141, 159, 199, .6)
}

.bonuses-exchange__btn {
    width: 192px
}

.bonuses-exchange__btn .btn {
    margin: 0
}

.bonuses-wrapper {
    margin: 32px 16px 0;
    min-height: 368px
}

.bonuses-wrapper .no-bonus__info {
    display: none
}

.bonuses-wrapper.no-bonus {
    box-sizing: border-box;
    padding-top: 63px
}

.bonuses-wrapper.no-bonus .bonuses-list {
    height: 0
}

.bonuses-list-item-message,
.bonuses-wrapper.no-bonus .no-bonus__info {
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #b8b8cc
}

.bonuses-list-item-message {
    padding-top: 55px
}

.bonuses-list {
    box-sizing: border-box;
    margin-right: -8px;
    margin-bottom: 10px
}

.bonuses-list-item {
    display: flex;
    min-height: 80px;
    padding-top: 15px;
    margin-right: 8px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .1)
}

.bonuses-list-item:first-child {
    padding-top: 0
}

.bonuses-list-item:last-child {
    border-color: transparent
}

.bonuses-list-item-img {
    width: 96px;
    height: 64px;
    overflow: hidden;
    border-radius: 4px;
    margin-right: 17px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .6)
}

.bonuses-list-item-img img {
    width: auto;
    height: 100%
}

.bonuses-list-item-info {
    width: 310px;
    padding: 0 15px
}

.bonuses-list-item-info p {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #fff
}

.bonuses-list-item-timer p {
    margin: 0;
    color: rgba(184, 184, 204, .6);
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    text-align: center
}

.bonuses-list-item-timer .js-timer div {
    font-weight: 400 !important
}

.bonuses-popup-footer__btn {
    margin: 0 auto;
    width: 224px;
    display: block;
    padding-top: 25px
}

.bonuses-popup-footer__btn .btn {
    width: 100% !important;
    margin: 0
}

.exchange__confirm {
    display: flex;
    align-items: center;
    border-radius: 12px;
    background: rgba(0, 0, 0, .4);
    box-sizing: border-box;
    width: 100%;
    padding: 7px 8px
}

.exchange__confirm__icon {
    padding: 12px;
    height: 24px
}

.exchange__confirm__icon svg {
    width: 24px;
    height: 24px
}

.exchange__confirm__info {
    width: 282px;
    padding: 5px 0 5px 8px
}

.exchange__confirm__info p {
    margin: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #b8b8cc
}

.exchange__confirm__btn-ok {
    width: 144px
}

.exchange__confirm__btn-ok .btn {
    margin: 0
}

.exchange__confirm__btn-cancel {
    padding: 12px 24px;
    text-align: center
}

.exchange__confirm__btn-cancel span {
    font-size: 14px;
    line-height: 24px;
    text-decoration: underline;
    color: #7b96c8;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
    cursor: pointer
}

.exchange__confirm__btn-cancel span:hover {
    text-decoration: none
}

.main-bonus-ach .popup-close {
    top: 121px;
    right: -44px
}

.main-bonus-ach .btn-ach {
    display: block;
    margin: auto;
    width: 327px;
    height: 58px;
    z-index: 1000;
    cursor: pointer;
    transition: all .3s ease-out;
    bottom: 60px;
    left: 0;
    right: 0;
    position: absolute;
    text-align: center;
    border-radius: 2px
}

.main-bonus-ach .btn-ach:before {
    background: url(assets/CV/Web/img/sys/sprites/wide-btn-sprite.png) no-repeat 100% 0;
    height: 58px;
    opacity: 1
}

.main-bonus-ach .btn-ach:after,
.main-bonus-ach .btn-ach:before {
    content: "";
    position: absolute;
    width: 327px;
    transition: opacity .3s ease-out;
    display: block;
    border-radius: 2px
}

.main-bonus-ach .btn-ach:after {
    background: url(assets/CV/Web/img/sys/sprites/wide-btn-sprite.png) no-repeat 100% -63px;
    opacity: 0;
    height: 57px;
    top: 0
}

.main-bonus-ach .btn-ach:hover:after {
    opacity: 1
}

.main-bonus-ach .btn-ach:hover {
    box-shadow: 0 7px 12px rgba(0, 1, 1, .98);
    text-decoration: none
}

.main-bonus-ach .btn-ach span {
    font-size: 29px;
    line-height: 56px;
    font-weight: 600;
    text-shadow: 2px 2px 0 #1c6000;
    position: relative;
    z-index: 6
}

.main-bonus-ach .btn-ach a {
    display: block;
    width: 100%;
    height: 100%
}

.main-bonus-ach .bonus-achieved {
    position: relative;
    min-width: 590px;
    height: 637px;
    width: 100%
}

.main-bonus-ach .bonus-achieved p {
    position: absolute
}

.main-bonus-ach .bonus-achieved .bonus-warning {
    font-size: 11px;
    text-align: center;
    bottom: 0;
    padding: 0 30px;
    line-height: 14px
}

.main-bonus-ach .bonus-achieved .golden-letters {
    left: 0;
    right: 0;
    bottom: 105px
}

.main-bonus-ach .bonus-achieved .golden-letters span {
    display: block;
    margin: auto;
    color: #e8ca50;
    background: -webkit-linear-gradient(top, #eee8bf 20%, #ece3b0 40%, #e8ca50 80%, #d28506);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 33px;
    line-height: 37px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: none
}

.main-bonus-ach .bonus-achieved>img {
    position: absolute
}

.bonuses-wrap .cnt-text {
    background-color: #0e1f31;
    box-shadow: inset 0 0 0 2px #08111b;
    border: 1px solid #08111b;
    border-radius: 0;
    margin: 0;
    padding: 0;
    min-width: 100%
}

.bonuses-wrap .cnt-text__inner {
    padding: 11px 13px 19px;
    min-height: 325px
}

.bonuses-wrap .cnt-text p {
    margin: 12px 0 15px
}

.bonuses-wrap .cnt-text .timer-names {
    text-shadow: 1px 1px 0 #000
}

.bonuses-wrap .cnt-banner {
    margin-left: 0;
    margin-right: 0
}

.get-bonus {
    min-height: 357px
}

.get-bonus .btn {
    max-width: 226px;
    margin: 0 auto
}

.popup-win-rightnow {
    width: 696px !important
}

.popup-win-rightnow .popup-title {
    font-size: 18px;
    margin: 30px 0
}

.win-rightnow__thumbs {
    padding: 7px;
    margin: 0 -12px 35px
}

.pay-history table.pay-history__table {
    max-width: 929px
}

.pay-history .table-overlay {
    position: relative;
    top: 0;
    overflow: hidden;
    min-height: 100%;
    height: 288px;
    margin-right: -10px
}

.operation-history .table-overlay {
    height: 288px;
    margin-right: -10px;
    width: 616px
}

.operation-history table.pay-history__table,
.pay-history table.pay-history__table {
    width: 100%;
    border-collapse: collapse
}

.operation-history table.pay-history__table thead td,
.pay-history table.pay-history__table thead td {
    font-style: normal;
    text-align: left;
    font-weight: 500;
    font-size: 10px;
    line-height: 16px;
    color: #878a9c;
    padding: 14px 0;
    border-bottom: 1px solid #1a232f
}

.operation-history table.pay-history__table thead td.scroll-table__cash,
.pay-history table.pay-history__table thead td.scroll-table__cash {
    padding-right: 10px
}

.operation-history table.pay-history__table tbody td,
.pay-history table.pay-history__table tbody td {
    padding: 14px 10px 14px 0;
    font-size: 11px;
    line-height: 19px !important;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    border-bottom: 1px solid #1a232f
}

.operation-history table.pay-history__table tbody td:first-child,
.operation-history table.pay-history__table tbody td:nth-child(3),
.operation-history table.pay-history__table tbody td:nth-child(6),
.pay-history table.pay-history__table tbody td:first-child,
.pay-history table.pay-history__table tbody td:nth-child(3),
.pay-history table.pay-history__table tbody td:nth-child(6) {
    color: #fff
}

.operation-history table.pay-history__table tbody td:nth-child(2),
.operation-history table.pay-history__table tbody td:nth-child(4),
.pay-history table.pay-history__table tbody td:nth-child(2),
.pay-history table.pay-history__table tbody td:nth-child(4) {
    color: rgba(184, 184, 204, .4)
}

.operation-history table.pay-history__table tbody td:nth-child(5),
.pay-history table.pay-history__table tbody td:nth-child(5) {
    color: rgba(184, 184, 204, .8)
}

.operation-history table.pay-history__table tbody td:last-child,
.pay-history table.pay-history__table tbody td:last-child {
    padding: 3px
}

.bet-history {
    margin-top: 25px;
    margin-right: -15px
}

.bet-history table.bet-history__table {
    max-width: 625px;
    margin: 0 auto
}

.bet-history__scroll {
    height: 360px
}

.bht__icon {
    float: right;
    width: 24px;
    height: 24px;
    margin-right: 34px;
    top: -4px;
    cursor: pointer !important
}

.bht__icon_copy {
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url(assets/CV/Web/svg/icon/betting-copy.svg) no-repeat;
    background-size: 24px;
    position: relative
}

.bht__icon_copy:hover {
    background: url(assets/CV/Web/svg/icon/betting-copy-hover.svg) no-repeat;
    transition: background .4s ease
}

.bht__icon_copy:hover:after,
.bht__icon_copy:hover:before {
    opacity: 1;
    z-index: 1
}

.bht__icon_copy:hover:before {
    left: 105%
}

.bht__icon_copy:hover:after {
    left: 75%
}

.bht__icon_copy:after,
.bht__icon_copy:before {
    position: absolute;
    z-index: -1;
    color: #fff;
    box-sizing: border-box;
    opacity: 0
}

.bht__icon_copy:before {
    top: 50%;
    content: attr(data-tooltip);
    left: 100%;
    padding: 10px 20px;
    background-color: #7b96c8;
    border-radius: 8px;
    white-space: nowrap;
    transform: translateY(-50%);
    box-sizing: border-box;
    width: 208px;
    font-size: 10px;
    line-height: 16px;
    font-weight: 400;
    text-align: left
}

.bht__icon_copy:after {
    content: "";
    border: 4px solid transparent;
    border-right-color: #7b96c8;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    z-index: -1
}

.bht__icon .hint {
    left: 28px;
    right: auto !important;
    margin-bottom: -20px;
    white-space: nowrap;
    min-width: 100px;
    max-width: 200px
}

.bht__icon .hint:after {
    transform: scale(1) rotate(135deg);
    bottom: 7px;
    right: auto !important;
    left: -6px
}

.bht__icon.oncopy [data-clipboard-onhover],
.bht__icon:hover [data-clipboard-oncopy] {
    display: none
}

.bht__icon.oncopy [data-clipboard-oncopy] {
    display: block;
    opacity: 1;
    visibility: visible
}

.bht__col-right {
    float: right;
    text-align: right
}

.bht__col-left {
    line-height: 16px;
    text-align: left
}

.bht__text--sm {
    font-size: 10px;
    line-height: 16px;
    color: #fff;
    opacity: .4
}

.bht__text--md {
    font-size: 12px;
    line-height: 20px;
    color: #fff
}

.bht__text--lg {
    font-size: 16px;
    line-height: 16px;
    color: #e6f3fe;
    margin-bottom: 5px
}

strong+.bht__status {
    font-size: 10px;
    line-height: 16px;
    display: block
}

.bht__status {
    font-size: 12px;
    line-height: 16px
}

.bht__status--placed {
    color: #7b96c8
}

.bht__status--placed strong {
    color: inherit
}

.bht__status--declined {
    color: #fff;
    opacity: .4
}

.bht__status--declined strong {
    color: inherit
}

.bht__status--win {
    color: #00b20b
}

.bht__status--win strong {
    color: inherit
}

.bht__status--lost {
    color: #d0021b
}

.bht__status--lost strong {
    color: inherit
}

.bht__status--rolled-back {
    color: #ffd34b
}

.bht__status--rolled-back strong {
    color: inherit
}

.bht__status--created {
    color: #85918f
}

.bht__status--created strong {
    color: inherit
}

.bht__status--init {
    color: #dceefe
}

.bht__status--init strong {
    color: inherit
}

.bht__status--unsettled {
    color: #27bff8
}

.bht__status--unsettled strong {
    color: inherit
}

.bet-history [data-bet-history-results] table thead:after {
    content: "";
    display: block;
    position: absolute;
    width: 94%;
    height: 1px;
    background: hsla(0, 0%, 100%, .05);
    left: 13px
}

.bet-history [data-bet-history-results] table tbody tr:after {
    content: "";
    display: block;
    position: absolute;
    width: 98%;
    height: 1px;
    background: hsla(0, 0%, 100%, .05);
    right: 0;
    left: 0
}

.bet-history [data-bet-history-results] .malihu-scrollbar:after {
    content: "";
    display: block;
    position: absolute;
    width: 94%;
    height: 1px;
    background: hsla(0, 0%, 100%, .05);
    left: 13px
}

.bet-history [data-status-color] {
    padding-left: 5px
}

.bet-history__table_item {
    position: relative
}

.bet-history__table_item+.bet-history__table_item {
    margin-top: 8px
}

.bet-history__table_item--half-win [data-status-color],
.bet-history__table_item--win [data-status-color] {
    opacity: 1;
    color: #00b20b !important
}

.bet-history__table_item--half-loss [data-status-color],
.bet-history__table_item--loss [data-status-color] {
    opacity: 1;
    color: #d0021b !important
}

.bet-history__table_item--cancelled [data-status-color] {
    color: #fff !important;
    opacity: .4 !important
}

.bet-history__table_item--not-result [data-status-color],
.bet-history__table_item--unknown [data-status-color] {
    opacity: 1;
    color: #7b96c8 !important
}

.bet-history__table {
    margin: 0 0 10px;
    width: 100%;
    border-collapse: collapse
}

.bet-history__table td:last-child {
    padding-right: 15px
}

.bet-history__table thead tr {
    height: 32px
}

.bet-history__table thead td {
    position: relative;
    font-weight: 500;
    font-size: 10px;
    color: #b8b8cc;
    opacity: .8
}

.bet-history__table tbody td {
    padding-top: 20px;
    padding-bottom: 12px;
    vertical-align: top
}

.bet-history__table-filled {
    display: block
}

.bet-history__table-filled:before {
    top: 0
}

.bet-history__table-filled:after,
.bet-history__table-filled:before {
    content: "";
    display: block;
    position: absolute;
    width: 98%;
    height: 1px;
    background: hsla(0, 0%, 100%, .05);
    left: 0
}

.bet-history__table-filled:after {
    bottom: 0
}

.bet-history__table_cash,
.bet-history__table_coff,
.bet-history__table_details,
.bet-history__table_status,
.bet-history__table_ticket {
    box-sizing: border-box
}

.bet-history__table_ticket {
    text-align: left
}

tbody .bet-history__table_ticket,
thead .bet-history__table_ticket {
    width: 144px !important
}

.bet-history__table_ticket .text-overflow {
    color: #fff;
    opacity: .8;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    line-height: 20px;
    direction: rtl;
    text-align: left;
    max-width: 92px
}

.bet-history__table_details {
    width: auto;
    text-align: left
}

tbody .bet-history__table_details,
thead .bet-history__table_details {
    width: 160px !important
}

.bet-history__table_details .bht__text--sm {
    display: inline-block;
    color: #b8b8cc;
    opacity: 1
}

.bet-history__table_details .bht__text--md {
    font-size: 12px;
    line-height: 16px;
    font-width: 400;
    margin-top: 2px
}

.bet-history__table_details .bht__col-right {
    display: inline-block
}

.bet-history__table_coff {
    text-align: right;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px
}

tbody .bet-history__table_coff,
thead .bet-history__table_coff {
    width: 68px !important
}

.bet-history__table_coff .text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.bet-history__table_cash {
    text-align: right
}

tbody .bet-history__table_cash,
thead .bet-history__table_cash {
    width: 112px !important
}

.bet-history__table_cash .value-symbol {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    margin-left: 5px
}

.bet-history__table_status {
    text-align: right
}

thead .bet-history__table_status {
    width: 144px !important
}

tbody .bet-history__table_status {
    width: 144px !important;
    padding-right: 15px
}

.bet-history__table_status strong {
    display: block;
    white-space: nowrap;
    text-shadow: 0 1px 0 #000;
    font-weight: 500 !important;
    font-size: 12px;
    line-height: 20px
}

.bet-history__table_status .value-symbol {
    font-weight: 500 !important;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    margin-left: 5px
}

.bet-history__table_empty {
    max-width: 352px;
    margin: 0 auto !important;
    top: 50%;
    z-index: 0;
    opacity: 1;
    text-align: center;
    transition: opacity .5s;
    width: 100%
}

.bet-history__table_empty_title {
    padding-top: 94px;
    font-size: 14px;
    line-height: 24px;
    color: #b8b8cc
}

.bet-history__table_empty .btn {
    width: 224px;
    height: 48px;
    margin: 24px auto
}

.bet-history__table_empty .btn span {
    line-height: 48px;
    height: 48px
}

.bet-history .table-overlay {
    position: relative;
    top: 0;
    overflow: hidden;
    min-height: 100%
}

.bet-history__list {
    padding: 0 25px
}

.bet-history__list li {
    padding: 3px 0;
    font-size: 13px;
    color: #fff;
    text-shadow: 0 2px #000
}

.bet-history__list li .blue {
    color: #27bff8
}

.popup-content.popup-betting-history .popup-container {
    padding: 36px 32px 48px;
    height: 531px
}

.popup-content.popup-betting-history .popup-title {
    padding-left: 15px
}

.bet-history [data-bet-history-empty],
.bet-history__is-empty [data-bet-history-results] {
    display: none
}

.bet-history__is-empty [data-bet-history-empty] {
    display: block
}

[data-bet-history=wrapper] {
    position: relative
}

.bet-history__table_preloader-row {
    display: none;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 14px;
    height: 63px;
    line-height: 100px;
    background: url(assets/CV/Web/img/sys/popup/metal_texture_popup.png);
    background-size: 400px
}

.layout-vua~.popup .bet-history__table_preloader-row {
    background: #0e161f
}

.popup-neverblock {
    top: -50px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    background-color: transparent;
    background-image: none
}

.popup-neverblock a {
    display: block;
    width: 503px;
    height: 500px
}

.popup-neverblock.__250 a {
    background: url(assets/CV/Web/img/sys/popup/neverblock/neverblock-250.png) no-repeat 50% 50%
}

.popup-neverblock.__500 a {
    background: url(assets/CV/Web/img/sys/popup/neverblock/neverblock-500.png) no-repeat 50% 50%
}

.scroll-table__cash,
.scroll-table__date,
.scroll-table__id,
.scroll-table__notify,
.scroll-table__operation,
.scroll-table__payment,
.scroll-table__status {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis
}

.scroll-table__id {
    width: 96px;
    min-width: 96px;
    max-width: 96px
}

.scroll-table__date {
    width: 106px;
    min-width: 106px;
    max-width: 106px
}

.scroll-table__cash {
    font-weight: 500 !important;
    text-align: right !important;
    width: 112px;
    min-width: 112px;
    max-width: 112px
}

.scroll-table__operation {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
    padding: 14px 6px 14px 23px !important
}

.scroll-table__status {
    width: 118px;
    min-width: 118px;
    max-width: 118px
}

thead .scroll-table__notify {
    width: 51px !important
}

tbody .scroll-table__notify {
    width: 50px !important
}

.scroll-table__notify__ico {
    display: block;
    background-image: url(assets/CV/Web/svg/cashbox/info.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 24px;
    width: 24px;
    height: 24px;
    cursor: pointer
}

.ie .scroll-wrapper {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.bonus-slot {
    height: 500px
}

html.yandex .bonus-slot {
    height: 550px
}

#bonusSlotFlash {
    display: block;
    width: 700px;
    height: 600px;
    position: relative;
    left: 50%;
    margin-left: -350px
}

html.yandex #bonusSlotFlash {
    top: 10px
}

.reg-bonus-wrap {
    padding-top: 20px
}

.reg-bonus {
    position: relative;
    background: url(assets/CV/Web/img/sys/bg/wrapper-pattern.jpg) repeat
}

.reg-bonus.hidden-block {
    height: 0 !important;
    margin: 0;
    padding: 0 !important;
    box-shadow: none;
    border: none
}

.reg-bonus__inner {
    position: relative;
    text-align: center;
    z-index: 1
}

.reg-bonus__sm {
    margin-top: 40px;
    padding: 20px 9px
}

.reg-bonus__sm h4 {
    margin: 0 0 15px
}

.reg-bonus__sm .bonus-item {
    text-decoration: none;
    display: table;
    width: 100%;
    margin-bottom: 15px
}

.reg-bonus__sm .bonus-item span {
    display: table-cell;
    vertical-align: middle
}

.reg-bonus__sm .bonus-item .bonus-icon {
    width: 31%
}

.reg-bonus__sm .bonus-item .bonus-icon span {
    display: block;
    width: 65px;
    height: 65px;
    margin: 0 auto
}

.reg-bonus__sm .bonus-item .bonus-desc {
    width: 69%;
    font-size: 14px
}

.reg-bonus__lg {
    font-size: 0;
    margin-top: 20px;
    padding: 20px 0
}

.reg-bonus__lg h4 {
    margin: 0 0 10px
}

.reg-bonus__lg .bonus-item {
    display: inline-block;
    width: 33%;
    padding: 0 8px;
    margin-bottom: 10px;
    text-align: center;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.reg-bonus__lg .bonus-icon {
    display: table-row;
    margin-bottom: 10px
}

.reg-bonus__lg .bonus-icon span {
    display: block;
    width: 108px;
    height: 105px;
    margin: 0 auto
}

.reg-bonus__lg .bonus-desc {
    width: inherit;
    height: 42px;
    font-size: 12px;
    line-height: 14px;
    vertical-align: middle
}

.reg-bonus__md {
    font-size: 0;
    overflow: hidden;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    height: 197px;
    transition: height .2s
}

.reg-bonus__md .bonus {
    display: none
}

.reg-bonus__md h4 {
    margin: 0 0 10px
}

.reg-bonus__md .bonus-item {
    display: inline-block;
    width: 33%;
    padding: 0 8px;
    margin-bottom: 10px;
    text-align: center;
    vertical-align: top;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.reg-bonus__md .bonus-item.active .bonus-desc__lg {
    background: #163c56
}

.reg-bonus__md .bonus-item.active .check {
    box-shadow: none !important
}

.reg-bonus__md .bonus-icon {
    display: block;
    margin-bottom: 10px
}

.reg-bonus__md .bonus-icon span {
    display: block;
    width: 108px;
    height: 105px;
    margin: 0 auto
}

.reg-bonus__md .bonus-desc {
    width: inherit;
    height: 42px;
    font-size: 12px;
    line-height: 14px;
    vertical-align: middle
}

.reg-bonus__md .bonus-desc__lg {
    height: 155px;
    background: #1b2434;
    color: #fff !important
}

.reg-bonus:before.reg-bonus__md {
    background: none !important
}

.reg-bonus h4 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    text-transform: none;
    text-align: center
}

.reg-bonus .bonus-item {
    cursor: pointer;
    display: inline-table
}

.reg-bonus .bonus-item.active.cnt-bonus,
.reg-bonus .bonus-item.active .cnt-bonus {
    color: #fff;
    -webkit-box-shadow: 0 0 0 1px #bc9f4c;
    -moz-box-shadow: 0 0 0 1px #bc9f4c;
    box-shadow: 0 0 0 1px #bc9f4c
}

.reg-bonus .bonus-item.active.cnt-bonus .bonus-desc,
.reg-bonus .bonus-item.active .cnt-bonus .bonus-desc {
    color: #fff
}

.reg-bonus .bonus-desc {
    display: table-cell;
    width: 100%;
    color: #536a82;
    text-align: center;
    -webkit-text-shadow: 0 1px 2px #000;
    -moz-text-shadow: 0 1px 2px #000;
    text-shadow: 0 1px 2px #000
}

.reg-bonus p {
    font-size: 11px;
    color: #556575;
    padding: 0 10px;
    margin: 0;
    letter-spacing: 0;
    text-align: left;
    -webkit-text-shadow: 0 0 2px 2px #000;
    -moz-text-shadow: 0 0 2px 2px #000;
    text-shadow: 0 0 2px 2px #000
}

.reg-bonus p a {
    color: #70bef6;
    text-decoration: none;
    margin-left: 5px
}

.reg-bonus p a:hover {
    text-decoration: underline
}

.reg-bonus+.text-center p {
    color: #aec9e0;
    font-size: 11px;
    margin: 0 0 20px;
    text-align: center
}

.form-group.group--small {
    margin: 0
}

.reg-bonus-link {
    position: relative;
    font-size: 12px;
    color: #70bef6
}

.reg-bonus-link,
.reg-bonus-link:hover {
    text-decoration: none
}

.reg-bonus-link.hidden-link {
    display: none !important
}

.js-hide-link:before {
    margin-left: -90px;
    border-bottom: 5px solid #70bef6
}

.js-hide-link:before,
.js-show-link:before {
    position: absolute;
    left: 50%;
    top: 5px;
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent
}

.js-show-link:before {
    margin-left: -110px;
    border-top: 5px solid #70bef6
}

.lbl-center {
    text-align: center !important
}

.cnt-bonus {
    border: 2px solid #08111b;
    -webkit-box-shadow: 0 0 0 1px rgba(55, 75, 98, .5);
    -moz-box-shadow: 0 0 0 1px rgba(55, 75, 98, .5);
    box-shadow: 0 0 0 1px rgba(55, 75, 98, .5)
}

.popup-bonus-top .reg-bonus {
    padding-bottom: 5px;
    background: #1b2434
}

.popup-bonus-top .reg-bonus.cnt-bonus {
    -webkit-box-shadow: 0 0 0 1px rgba(55, 75, 98, .5), inset 0 1px 0 0 #252f3d;
    -moz-box-shadow: 0 0 0 1px rgba(55, 75, 98, .5), inset 0 1px 0 0 #252f3d;
    box-shadow: 0 0 0 1px rgba(55, 75, 98, .5), inset 0 1px 0 0 #252f3d
}

.popup-bonus-top .social {
    margin-bottom: 36px
}

.popup-bonus-top .chbx-wrap {
    font-size: 14px;
    color: #dfecfd
}

.popup-bonus-top .fld {
    font-size: 14px
}

.popup-bonus-top .fld::-moz-placeholder {
    color: #5a6574;
    opacity: 1
}

.popup-bonus-top .fld:-ms-input-placeholder {
    color: #5a6574
}

.popup-bonus-top .fld::-webkit-input-placeholder {
    color: #5a6574
}

.alt-cashier .scroll-wrapper {
    height: 282px;
    min-height: 282px
}

.alt-cashier .scroll-wrapper>.scroll-content {
    padding-right: 30px;
    width: 688px;
    height: 281px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.alt-cashier .scroll-overlay>.scroll-overlay>* {
    width: 100% !important
}

.alt-cashier .scroll-overlay>.scroll-overlay {
    max-width: 100%;
    width: 688px !important
}

.alt-cashier .scrollbar-dynamic>.scroll-element.scroll-y {
    width: 7px;
    padding: 0 1px;
    right: -2px;
    background-color: transparent;
    box-shadow: inset 1px 0 0 transparent;
    border: 1px solid rgba(38, 43, 70, 0)
}

.alt-cashier .scrollbar-dynamic>.scroll-element .scroll-bar {
    border-radius: 2px;
    background-clip: padding-box;
    background-color: #3c4262 !important;
    opacity: .6
}

.alt-cashier .scrollbar-dynamic>.scroll-element .scroll-bar:hover {
    opacity: 1
}

@media screen and (max-height:800px) {
    .alt-cashier .popup-container {
        margin-top: 5%
    }
}

.alt-cashier {
    line-height: 1.42;
    position: relative;
    z-index: 1001
}

.alt-cashier-cont {
    background: #1d232c;
    border-radius: 8px;
    width: 690px;
    margin: auto;
    padding-bottom: 20px
}

.alt-cashier-header {
    position: relative;
    height: 50px;
    background: #233b7a;
    border-radius: 8px 8px 0 0;
    padding: 10px 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.alt-cashier-header-title {
    font-size: 24px;
    font-weight: 700
}

.alt-cashier-close {
    width: 34px;
    height: 34px;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 9px;
    bottom: 0;
    left: auto;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    margin: auto;
    cursor: pointer;
    opacity: .8
}

.alt-cashier-close:hover {
    opacity: 1;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, .2)
}

.alt-cashier-close:after,
.alt-cashier-close:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 2px;
    height: 20px;
    background: #fff;
    border-radius: 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.alt-cashier-close:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.alt-cashier-tabs {
    width: 100%;
    display: table
}

.alt-cashier-tabs-item {
    display: table-cell
}

.alt-cashier-tabs-wrap {
    margin: 20px 15px
}

.alt-cashier-link {
    display: block;
    border-radius: 5px;
    font-size: 18px;
    padding: 8px 0;
    height: 40px;
    text-align: center;
    margin: 0 1px;
    background: #2d333b;
    cursor: pointer;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.alt-cashier-link:hover {
    text-decoration: none;
    color: #008aff
}

.active.alt-cashier-tabs-item .alt-cashier-link {
    background: #233b7a;
    color: #fff;
    text-decoration: none
}

.alt-cashier-body {
    margin: 0 16px;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    background: #ededed;
    min-height: 300px
}

.alt-cashier-table {
    width: 657px;
    border-collapse: separate
}

.alt-cashier-table th span {
    display: block;
    height: 28px;
    padding: 5px 0;
    border-radius: 2px;
    background: #fff;
    color: #535d6b;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    margin: 2px 1px 0
}

.alt-cashier-table td,
.alt-cashier-table th,
.alt-cashier-table th span {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.alt-cashier-table td,
.alt-cashier-table th {
    font-size: 12px;
    white-space: nowrap
}

.alt-cashier-table td:first-child,
.alt-cashier-table th:first-child {
    width: 68px;
    max-width: 68px;
    min-width: 68px
}

.alt-cashier-table td:nth-child(2),
.alt-cashier-table th:nth-child(2) {
    width: 71px;
    max-width: 71px;
    min-width: 71px
}

.alt-cashier-table td:nth-child(3),
.alt-cashier-table th:nth-child(3) {
    width: 91px;
    max-width: 91px;
    min-width: 91px
}

.alt-cashier-table td:nth-child(4),
.alt-cashier-table th:nth-child(4) {
    width: 131px;
    max-width: 131px;
    min-width: 131px
}

.alt-cashier-table td:nth-child(5),
.alt-cashier-table th:nth-child(5) {
    width: 141px;
    max-width: 141px;
    min-width: 141px
}

.alt-cashier-table td:nth-child(6),
.alt-cashier-table th:nth-child(6) {
    width: 112px;
    max-width: 112px;
    min-width: 112px
}

.alt-cashier-table td:nth-child(7),
.alt-cashier-table th:nth-child(7) {
    width: 43px;
    max-width: 43px;
    min-width: 43px
}

.alt-cashier-table th:nth-child(6) {
    width: 155px;
    max-width: 155px;
    min-width: 155px
}

.alt-cashier-table tbody tr[data-row=inner] {
    display: none
}

.alt-cashier-table tbody tr[data-row=outer] {
    cursor: pointer
}

.alt-cashier-table tbody tr[data-row=outer] td:nth-child(5) {
    position: relative
}

.alt-cashier-table tbody tr[data-row=outer] td:nth-child(5):before {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    right: 2px;
    bottom: 0;
    left: auto;
    margin: auto;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: 1px solid #233b7a;
    border-right: 1px solid #233b7a
}

.alt-cashier-table tbody tr.row-detailed td:nth-child(5):before {
    top: 0;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.alt-cashier-table tbody tr.tr-even td {
    background: #ededed
}

.alt-cashier-table tbody tr.tr-odd td {
    background: #fff;
    padding-top: 6px;
    padding-bottom: 6px
}

.alt-cashier-table tbody td {
    padding: 8px;
    color: #535d6b;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis
}

.alt-cashier-table tbody td:first-child {
    padding-left: 0;
    padding-right: 0;
    text-align: center
}

.alt-cashier-table tbody td:nth-child(2n) {
    color: #97a2b2
}

.alt-cashier-status {
    position: relative;
    overflow: visible !important;
    padding: 0 10px 0 0 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.alt-cashier-hint {
    position: absolute;
    top: 2px;
    right: auto;
    bottom: auto;
    left: -150px;
    padding: 6px 8px;
    background-color: #262a30;
    font-size: 13px;
    width: 130px;
    color: #fff;
    border: 1px solid #46688a;
    white-space: normal;
    border-radius: 4px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    z-index: 10;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.tr-odd .alt-cashier-hint {
    top: 2px
}

.alt-cashier-hint:before {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    right: -10px;
    bottom: auto;
    left: auto;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left-color: #262a30
}

.alt-cashier-hint-ico {
    margin: auto;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: block;
    cursor: pointer;
    background: #233b7a;
    font-size: 18px;
    text-align: center;
    color: #fff;
    font-style: normal;
    line-height: 1.25;
    border: 2px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.alt-progress .alt-cashier-hint-ico {
    background: #8e2435
}

.done .alt-cashier-hint-ico {
    background: #a51717
}

.alt-cashier-hint-ico:hover+* {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.alt-cashier-box {
    height: 300px
}

.alt-cashier-box>* {
    display: block
}

.alt-cashier-box-notes {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0;
    background-color: #1d232c;
    -webkit-transition: height .3s;
    -o-transition: height .3s;
    transition: height .3s;
    -webkit-box-shadow: 0 3px 0 3px #1d232c;
    -moz-box-shadow: 0 3px 0 3px #1d232c;
    box-shadow: 0 3px 0 3px #1d232c
}

.alt-cashier-box-notes .table-cell {
    height: inherit
}

.alt-cashier-box-notes .table-cell h4 {
    font-size: 16px;
    text-align: center;
    text-transform: none;
    margin: 15px 0
}

.alt-cashier-box-notes .table-cell p {
    font-size: 13px;
    text-align: left;
    margin: 10px 0;
    color: #bec9d4
}

.alt-cashier-box-notes .table-cell a {
    color: #27bff8;
    text-decoration: none
}

.alt-cashier-box-notes .table-cell a:hover {
    text-decoration: underline
}

.alt-cashier-box-notes .table-cell span {
    color: #4d5d6c
}

.alt-cashier-box.show-notes {
    border-radius: 3px 3px 0 0
}

.alt-cashier-box.show-notes+.alt-cashier-box-notes {
    height: 120px;
    padding-top: 8px
}

.alt-cashier-footer {
    margin-top: 16px;
    padding: 0 19px;
    font-size: 0
}

.alt-cashier-footer-title {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase
}

.alt-cashier-footer-text {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-top: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 10px
}

.alt-cashier-footer-text p {
    font-size: 13px;
    color: #4d5d6c;
    margin-bottom: 0;
    margin-top: 0;
    text-align: left
}

.alt-cashier-footer-text p+p {
    margin-top: 8px
}

.alt-cashier-footer-text span {
    color: #bec9d4
}

.popup-withdrawal .popup-content {
    width: 599px !important;
    height: 670px !important;
    position: relative;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 50%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0
}

.popup-withdrawal.v1 .popup-content {
    background-image: url(assets/CV/Web/img/sys/popup/withdrawal/withdrawal-v1.png)
}

.popup-withdrawal.v2 .popup-content {
    background-image: url(assets/CV/Web/img/sys/popup/withdrawal/withdrawal-v2.png)
}

.popup-withdrawal .popup-close {
    top: 135px;
    right: -24px
}

.popup-withdrawal .btns-wrap {
    position: absolute;
    bottom: 82px;
    font-size: 0;
    width: 100%;
    text-align: center
}

.popup-withdrawal [class*=btn-] {
    background-repeat: no-repeat;
    border-radius: 2px;
    box-shadow: 0 7px 12px rgba(0, 0, 0, .98);
    position: relative;
    display: inline-block;
    width: 242px;
    height: 51px;
    margin: 0 13px
}

.popup-withdrawal [class*=btn-]:hover {
    box-shadow: 0 10px 12px #000
}

.popup-withdrawal [class*=btn-]:active {
    box-shadow: none;
    top: 3px
}

.popup-withdrawal .btn-agree {
    background-image: url(assets/CV/Web/img/sys/popup/withdrawal/btns-agree.png);
    background-position: 0 0
}

.popup-withdrawal .btn-agree:hover {
    background-position: 0 -52px
}

.popup-withdrawal .btn-cancel {
    background-image: url(assets/CV/Web/img/sys/popup/withdrawal/btns-cancel.png);
    background-position: 0 0
}

.popup-withdrawal .btn-cancel:hover {
    background-position: 0 -52px
}

.popup.popup-with-tabs .popup-redesign__bonus_item {
    height: 104px;
    max-height: 104px;
    width: calc(100% - 1px);
    padding: 0 22px 0 32px;
    box-shadow: none !important
}

.popup.popup-with-tabs .popup-redesign__bonus_item:not(.active):hover {
    background: hsla(0, 0%, 100%, .05);
    color: #b8b8cc
}

.popup.popup-with-tabs .popup-redesign__bonus_img {
    width: 64px;
    height: 64px;
    flex: 0 0 64px
}

.popup.popup-with-tabs .popup-redesign__bonus_text {
    padding-left: 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px
}

.popup.popup-with-tabs .popup-redesign__bonus_list:not(.checked) .popup-redesign__bonus_item:hover {
    color: #b8b8cc
}

.popup.popup-with-tabs .popup-redesign__stepnum {
    bottom: auto;
    margin-right: 1px;
    height: inherit;
    color: inherit;
    font-weight: inherit;
    line-height: inherit;
    font-size: 24px
}

.popup.popup-with-tabs .popup-redesign__stepnum:after {
    content: "."
}

.popup.popup-with-tabs .popup-redesign__right {
    width: 350px
}

.popup.popup-with-tabs .popup-redesign__bonus_checkbox {
    bottom: 22px;
    font-size: 14px;
    color: #b8b8cc;
    transition: color .25s ease
}

.popup.popup-with-tabs .popup-redesign__bonus_checkbox:hover {
    color: #fff
}

.popup.popup-with-tabs .popup-redesign__reducer {
    padding: 38px 31px 31px
}

.popup--two-cols .popup.popup-with-tabs .popup-redesign__reducer {
    padding-left: 30px
}

.popup.popup-with-tabs .popup-title {
    font-weight: 500
}

html:not(.ie) .popup.popup-with-tabs .popup-title {
    background: linear-gradient(180deg, #fff, #b8b8cc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.popup.popup-with-tabs .icon-i {
    cursor: pointer
}

.popup.popup-with-tabs .popup-footer__redesign {
    color: #b8b8cc
}

.popup.popup-with-tabs .popup-footer__redesign * {
    opacity: .8;
    text-align: center
}

.popup.popup-with-tabs .popup--two-cols .popup-redesign__reducer {
    padding-left: 30px
}

.popup.popup-with-tabs .popup-close {
    top: 20px;
    right: 20px
}

.popup.popup-with-tabs .form-block__link {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 22px 0;
    line-height: 11px;
    font-size: 14px;
    font-weight: 400
}

.popup.popup-with-tabs .popup-divider {
    border-top: 1px solid rgba(0, 0, 0, .6)
}

.popup.popup-with-tabs .popup-divider--info {
    margin-bottom: 22px
}

.popup.popup-with-tabs .popup-divider__block {
    height: 18px;
    top: -10px
}

.popup.popup-with-tabs .popup-divider__block span {
    line-height: 16px;
    color: rgba(184, 184, 204, .6);
    font-weight: 500
}

.popup.popup-with-tabs .social {
    margin: 0 29px 22px
}

.popup.popup-with-tabs .popup-agree-msg {
    opacity: .8;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: #b8b8cc
}

.popup.popup-with-tabs .popup-agree-msg a {
    color: #7b96c8
}

.popup.popup-with-tabs .popup-textes {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #b8b8cc
}

.popup-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 18px 0 25px
}

.popup-tabs:after {
    bottom: 1px;
    width: 50%;
    height: 4px;
    border-radius: 4px 4px 0 0;
    background: #0059b3;
    box-shadow: inset 0 1px 0 #2376ca;
    transition: left .25s linear
}

.popup-tabs:after,
.popup-tabs:before {
    content: "";
    position: absolute;
    pointer-events: none
}

.popup-tabs:before {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: hsla(0, 0%, 100%, .2)
}

.popup-tabs__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 46px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: hsla(0, 0%, 100%, .6);
    cursor: pointer
}

.popup-tabs__item:hover {
    color: #fff
}

.popup-tabs[data-popup-active-tab=email]:after {
    left: 0
}

.popup-tabs[data-popup-active-tab=email] [data-popup-tabs-name=email] {
    color: #fff;
    cursor: default
}

.popup-tabs[data-popup-active-tab=email]~[data-popup-tabs-content=email] {
    display: block
}

.popup-tabs[data-popup-active-tab=email].was-changed~[data-popup-tabs-content=email] .fld-block,
.popup-tabs[data-popup-active-tab=email].was-changed~[data-popup-tabs-content=email] [data-restore-password-message] {
    animation: showInput .4s ease-in-out forwards
}

.popup-tabs[data-popup-active-tab=phone]:after {
    left: 50%
}

.popup-tabs[data-popup-active-tab=phone] [data-popup-tabs-name=phone] {
    color: #fff;
    cursor: default
}

.popup-tabs[data-popup-active-tab=phone]~[data-popup-tabs-content=phone] {
    display: block
}

.popup-tabs[data-popup-active-tab=phone].was-changed~[data-popup-tabs-content=phone] .fld-block,
.popup-tabs[data-popup-active-tab=phone].was-changed~[data-popup-tabs-content=phone] [data-restore-password-message] {
    animation: showInput .4s ease-in-out forwards
}

.popup-tabs.has-fast-reg:after {
    bottom: -3px;
    width: 33.3%
}

.popup-tabs.has-fast-reg .popup-tabs__item {
    width: 33.3%;
    text-align: center;
    line-height: 16px;
    font-size: 14px
}

.popup-tabs.has-fast-reg[data-popup-active-tab=phone]:after {
    left: 33.3%
}

.popup-tabs.has-fast-reg[data-popup-active-tab=phone] [data-popup-tabs-name=phone] {
    color: #fff;
    cursor: default
}

.popup-tabs.has-fast-reg[data-popup-active-tab=phone]~[data-popup-tabs-content=phone] {
    display: block
}

.popup-tabs.has-fast-reg[data-popup-active-tab=phone].was-changed~[data-popup-tabs-content=phone] .fld-block,
.popup-tabs.has-fast-reg[data-popup-active-tab=phone].was-changed~[data-popup-tabs-content=phone] [data-restore-password-message] {
    animation: showInput .4s ease-in-out forwards
}

.popup-tabs.has-fast-reg[data-popup-active-tab=fast]:after {
    left: 66.6%
}

.popup-tabs.has-fast-reg[data-popup-active-tab=fast] [data-popup-tabs-name=fast] {
    color: #fff;
    cursor: default
}

.popup-tabs.has-fast-reg[data-popup-active-tab=fast]~[data-popup-tabs-content=fast] {
    display: block
}

.popup-tabs.has-fast-reg[data-popup-active-tab=fast].was-changed~[data-popup-tabs-content=fast] .fld-block,
.popup-tabs.has-fast-reg[data-popup-active-tab=fast].was-changed~[data-popup-tabs-content=fast] [data-restore-password-message] {
    animation: showInput .4s ease-in-out forwards
}

[data-popup-tabs-content] {
    display: none
}

[data-popup-tabs-content] .form-block:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 48px;
    width: 100%;
    z-index: 0;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #fff;
    box-sizing: border-box
}

[data-popup-tabs-content] .phones {
    z-index: 2
}

[data-popup-tabs-content] div.popup-textes {
    padding: 0;
    color: #b8b8cc;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -.5px
}

.hidden-input-for-autocomplete {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    border: none;
    pointer-events: none
}

@keyframes showInput {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

p.fast-registration__text {
    min-height: 112px
}

p.form-error__text {
    margin: 16px 0 24px;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #d0021b
}

.popup--redesign .popup-content {
    border-radius: 8px;
    background-color: transparent;
    border: none;
    box-shadow: none
}

.popup--redesign .popup-content:after,
.popup--redesign .popup-content:before {
    content: none
}

.popup--redesign>.popup-close {
    top: 14px;
    right: 14px;
    background: url(assets/CV/Web/svg/icon/close.svg) 50% 50% no-repeat;
    width: 24px;
    height: 24px;
    background-size: 24px
}

.popup--redesign>.popup-close:hover {
    opacity: 1
}

.popup--redesign .popup-agree-msg {
    position: absolute;
    top: calc(100% + 16px);
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: rgba(184, 184, 204, .6);
    margin: auto
}

.popup--redesign .popup-agree-msg a {
    color: inherit;
    font-weight: 500;
    text-decoration: underline
}

.popup--redesign .popup-agree-msg a:hover {
    text-decoration: none
}

.popup--redesign .popup-md .popup-content {
    width: 100%
}

.popup--redesign .popup-border:before {
    border: 0;
    box-shadow: none
}

.popup--redesign .btn[data-sms-code-btn] {
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
    margin: 0;
    width: 34px;
    height: 34px;
    box-shadow: none;
    pointer-events: none;
    background: linear-gradient(180deg, #d2d2d2, #e2e2e2)
}

.popup--redesign .btn[data-sms-code-btn] span {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 14px;
    height: 12px;
    background: url(assets/CV/Web/svg/icon/arrow-btn-popup.svg) 50%/contain no-repeat
}

.popup--redesign .btn[data-sms-code-btn].valid {
    background: linear-gradient(180deg, #77c100, #048523);
    pointer-events: auto
}

.popup-redesign__bonus_list {
    margin: 0 -32px;
    padding: 17px 0;
    opacity: .4
}

.popup-redesign__bonus_list.checked {
    opacity: 1
}

.popup-redesign__bonus_list.checked .popup-redesign__bonus_item .popup-redesign__bonus_img {
    filter: grayscale(0);
    opacity: .5
}

.popup-redesign__bonus_list.checked .popup-redesign__bonus_item.active span {
    color: #fff
}

.popup-redesign__bonus_list.checked .popup-redesign__bonus_item.active .popup-redesign__bonus_img {
    opacity: 1
}

.popup-redesign__bonus_list.checked .popup-redesign__bonus_item.active,
.popup-redesign__bonus_list.checked .popup-redesign__bonus_item:hover {
    box-shadow: 0 -1px 0 #000, 0 1px 0 hsla(0, 0%, 100%, .1)
}

.popup-redesign__bonus_item {
    position: relative;
    display: flex;
    height: 96px;
    max-height: 96px;
    padding: 0 22px 0 32px;
    box-sizing: border-box;
    justify-content: flex-start;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    color: #b8b8cc;
    user-select: none;
    line-height: 16px
}

.popup-redesign__bonus_item span {
    padding-left: 30px
}

.popup-redesign__bonus_item.active {
    background-color: rgba(0, 0, 0, .4)
}

.popup-redesign__bonus_item.active .popup-redesign__bonus_img {
    filter: grayscale(100%)
}

.popup-redesign__bonus_item:hover {
    color: #fff;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .4)
}

.popup-redesign__bonus_img {
    position: relative;
    width: 86px;
    height: 86px;
    display: inline-block;
    flex: 0 0 86px;
    filter: grayscale(100%);
    line-height: 0;
    overflow: hidden
}

.popup-redesign__bonus_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto
}

.popup-redesign__bonus_checkbox {
    display: block;
    padding-left: 60px;
    position: absolute;
    left: 0;
    color: #718394;
    bottom: 24px
}

.popup-redesign__bonus_checkbox label {
    position: relative;
    cursor: pointer
}

.popup-redesign__bonus_checkbox label span {
    display: inline-block;
    padding-left: 5px
}

.popup-redesign__bonus_checkbox label input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.popup-redesign__bonus_checkbox label .checkmark {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: -28px;
    width: 14px;
    height: 14px;
    background-image: linear-gradient(0deg, hsla(0, 0%, 100%, .1) 0, #000 70%);
    border-radius: 2px;
    padding: 1px
}

.popup-redesign__bonus_checkbox label .checkmark:before {
    content: "";
    width: 14px;
    height: 14px;
    display: block;
    background-image: linear-gradient(0deg, #111c28, #000)
}

.popup-redesign__bonus_checkbox label .checkmark:after {
    content: "";
    width: 14px;
    height: 12px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    opacity: 0;
    background: url(assets/CV/Web/svg/icon/success.svg) 50% 50% no-repeat;
    background-size: 12px;
    transition: opacity .2s
}

.popup-redesign__bonus_checkbox label input:checked~.checkmark:after {
    opacity: 1
}

.popup:not(.popup-with-tabs) .popup-redesign__stepnum {
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 50%;
    background: linear-gradient(1turn, #fff 100%, #b8b8cc 0);
    color: #000;
    margin-right: 10px;
    font-size: 10px;
    font-weight: 700;
    position: relative;
    bottom: 4px;
    text-align: center;
    line-height: 17px
}

.popup-redesign__banner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    line-height: 0;
    width: inherit;
    overflow: hidden;
    border-radius: 8px 0 0 8px
}

.popup-redesign__banner img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom
}

.popup-redesign__left,
.popup-redesign__right {
    width: 352px
}

.popup-redesign__container {
    z-index: 3
}

.popup-redesign__reducer {
    padding: 32px
}

.popup--redesign {
    padding-bottom: 0;
    background: transparent;
    border-radius: 8px;
    border: none;
    box-shadow: none
}

.popup--redesign .btn {
    margin: 16px 0 0
}

.popup--redesign button {
    width: 100%;
    height: 48px;
    font-size: 16px
}

.popup--redesign button span {
    height: inherit;
    line-height: 48px;
    font-weight: 400
}

.popup--redesign .popup-title {
    text-align: left;
    color: #fff;
    font-size: 24px;
    padding: 2px 0 0;
    font-weight: 400;
    line-height: 46px;
    min-height: 48px;
    margin: 0;
    box-sizing: border-box
}

.popup--redesign .popup-textes {
    color: #718394;
    font-weight: 400;
    font-size: 16px;
    padding-top: 15px;
    margin-bottom: 18px;
    white-space: normal;
    line-height: 24px;
    box-sizing: border-box
}

.popup--redesign .popup-textes span {
    font-weight: 500
}

.popup--redesign .popup-textes[data-login-confirmation-message] {
    margin-bottom: 0;
    padding-top: 7px
}

.popup--redesign .popup-textes[data-login-confirmation-message] span {
    font-weight: inherit
}

.popup--redesign .popup-textes--red {
    color: #d82b40;
    line-height: 24px;
    box-sizing: border-box
}

.popup--redesign .popup-textes--blocked {
    font-size: 13px;
    line-height: 18px;
    color: #ff403f;
    border: 2px solid #ff403f;
    padding: 10px;
    border-radius: 4px
}

.popup--redesign .popup-border {
    background-image: url(assets/CV/Web/img/sys/bg/popup-bg-new.png);
    box-shadow: 5px 20px 20px rgba(0, 0, 0, .8);
    border-radius: 8px
}

.layout-vua~.popup .popup--redesign .popup-border {
    background-image: none
}

.popup--redesign .popup-border:after,
.popup--redesign .popup-border:before {
    content: none
}

.popup--redesign .popup-divider {
    width: 100%;
    border-top: 1px solid #000;
    border-bottom: 1px solid hsla(0, 0%, 100%, .1);
    position: relative
}

.popup--redesign .popup-divider--info {
    margin-bottom: 24px
}

.popup--redesign .popup-divider__block {
    min-width: 64px;
    height: 14px;
    text-align: center;
    border-radius: 16px;
    background-image: linear-gradient(0deg, hsla(0, 0%, 100%, .1), #000);
    padding: 1px;
    position: absolute;
    left: 50%;
    top: -8px;
    z-index: 0;
    margin-left: -32px
}

.popup--redesign .popup-divider__block span {
    display: block;
    height: 100%;
    color: #3a485b;
    font-size: 12px;
    position: relative;
    z-index: 2;
    font-weight: 700;
    background-image: linear-gradient(0deg, #172129, #000);
    border-radius: 16px;
    line-height: 12px
}

.popup--redesign .popup-footer-link {
    cursor: pointer;
    display: inline-block;
    color: #7b96c8;
    border-bottom: 1px solid #7b96c8;
    text-shadow: 0 -1px 0 #020304;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    text-decoration: none
}

.popup--redesign .popup-footer-link:hover {
    border-bottom: 1px solid transparent;
    color: #7b96c8
}

.popup-login-confirmation-footer .popup-footer__link--support {
    position: absolute;
    right: 0;
    bottom: -44px;
    left: 0;
    margin: 0 auto;
    text-align: center
}

.popup-login-confirmation-footer .popup-footer__link--support:hover {
    text-decoration: none
}

.popup-login-confirmation-footer .popup-footer__link--support:hover span {
    border-bottom: 0
}

.popup-login-confirmation-footer .popup-footer__link--support span {
    border-bottom: 1px solid #7b96c8;
    font-size: 12px;
    font-weight: 400;
    text-shadow: 0 -1px 0 #020304;
    color: rgba(123, 150, 200, .8)
}

.popup-footer__redesign {
    position: relative;
    border-top: 1px solid #000;
    height: 64px;
    box-sizing: border-box;
    color: #718292
}

[data-login-confirmation-footer] .popup-footer__redesign {
    height: 84px
}

.popup-footer__redesign:after {
    content: "";
    display: block;
    width: calc(100% + 2px);
    height: inherit;
    margin: 0 -1px;
    background-color: #000;
    opacity: .35
}

.popup-footer__redesign:after,
.popup-footer__redesign:before {
    background-image: none
}

.popup-footer__redesign .popup-footer-content {
    position: absolute;
    padding: 0 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    border-radius: 0;
    margin: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 12px;
    line-height: 20px;
    box-sizing: border-box
}

[data-login-main] .popup-footer__redesign .popup-footer-content {
    flex-direction: column
}

[data-login-main] .popup-footer__redesign .popup-footer-content * {
    opacity: 1
}

.popup-footer__redesign .popup-footer-timer {
    display: block;
    width: 100%;
    text-align: center
}

.popup-footer__redesign .popup-footer-timer__body {
    line-height: 24px
}

[data-login-main] .popup-footer__redesign .popup-footer-timer__body {
    line-height: 19px
}

.popup-footer__redesign .popup-footer-timer__subtitle {
    display: block
}

#register-popup-id.popup--one-cols .popup-content {
    width: 352px
}

#register-popup-id.popup--one-cols .popup-redesign__left {
    width: 0
}

#register-popup-id.popup--one-cols .popup-redesign__stepnum {
    display: none
}

#register-popup-id.popup--two-cols .popup-content {
    width: 704px
}

#register-popup-id.popup--two-cols .popup-redesign__left {
    width: 352px;
    float: left;
    margin-right: -352px
}

#register-popup-id.popup--two-cols .popup-redesign__right {
    box-sizing: border-box;
    margin-left: 352px;
    border-radius: 0 8px 8px 0;
    border-left: 1px solid hsla(0, 0%, 100%, .1);
    box-shadow: -1px 1px 0 0 #000;
    display: flex;
    flex-direction: column
}

.bonus-by-ref-code {
    width: 192px;
    height: 336px;
    position: absolute;
    margin-left: -224px;
    top: 64px
}

.bonus-by-ref-code img {
    width: 160px;
    height: 160px
}

.bonus-by-ref-code__title {
    display: block;
    margin: 11px 0 16px 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-shadow: 0 1px 0 #000
}

.bonus-by-ref-code__container {
    display: flex;
    flex-direction: row;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: rgba(184, 184, 204, .8);
    text-shadow: 0 1px 0 #000
}

.bonus-by-ref-code__container span {
    display: block;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    text-shadow: none;
    background: -webkit-linear-gradient(#ffd401, #ffab01);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 2px
}

.bonus-by-ref-code__box {
    margin-left: 16px
}

.popup.success .popup-container {
    padding-top: 44px;
    padding-bottom: 10px
}

.popup.success .popup-footer {
    margin: 18px 0 30px
}

.popup.success .popup-footer a {
    color: #7b96c8;
    text-decoration: underline
}

.popup.success .popup-footer a:hover {
    text-decoration: none
}

#login-confirmation-code::placeholder {
    display: none;
    content: none;
    opacity: 0
}

.reg-retention {
    display: flex;
    justify-content: center;
    z-index: 9999;
    padding-top: 5%
}

body.simple-reg.sleeping .reg-retention {
    display: flex
}

.reg-retention__close {
    position: absolute;
    top: 19px;
    right: 19px;
    z-index: 2;
    background: url(assets/CV/Web/svg/icon/close.svg) 50% 50% no-repeat;
    width: 26px;
    height: 26px;
    background-size: 26px;
    cursor: pointer
}

.reg-retention__transparent {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8)
}

.reg-retention__inner {
    position: relative;
    z-index: 1;
    width: 320px;
    height: 460px;
    padding: 32px;
    box-sizing: border-box;
    background: linear-gradient(180deg, #226dbf, #04407d);
    border-radius: 12px;
    text-align: center
}

.reg-retention__title {
    margin-top: 17px;
    margin-bottom: 11px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    text-align: center
}

.reg-retention__image {
    height: 85px;
    width: 68px;
    margin: 0 auto;
    animation: reg-present-show 1s
}

.reg-retention__image img {
    max-width: none
}

.reg-retention__image-top {
    position: relative;
    width: 73px;
    transform: rotate(9deg) translate(4px, 1px);
    animation: reg-present-open 2s;
    animation-delay: 1.5s
}

.reg-retention__image-bottom {
    width: 64px;
    margin-top: -15px;
    margin-left: 8px
}

p.reg-retention__content {
    margin-top: 5px;
    padding: 0 32px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #fff
}

p.reg-retention__content span {
    font-weight: 700
}

.reg-retention__promo {
    position: relative;
    display: flex;
    align-items: center;
    height: 48px;
    margin: 16px 0;
    padding: 0 15px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, .1);
    border: 1px dashed hsla(0, 0%, 100%, .4);
    border-radius: 4px
}

.reg-retention__promo .reg-retention__promo-timer {
    position: absolute;
    right: 63px;
    margin: 0 !important;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: #fff
}

.reg-retention__promo-info {
    display: inline-block;
    position: absolute;
    top: 13px;
    right: 13px;
    width: 20px;
    height: 20px;
    margin: 0 !important;
    background-image: url(assets/CV/Web/svg/loyalty/i.svg);
    background-size: 12px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer
}

.reg-retention__promo span {
    margin-right: 9px;
    font-size: 10px;
    line-height: 16px;
    font-weight: 400;
    color: hsla(0, 0%, 100%, .8)
}

.reg-retention__promo b {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: hsla(0, 0%, 100%, .9)
}

.reg-retention__button {
    display: inline-block;
    width: 100%;
    height: 48px;
    background: linear-gradient(180deg, #77c100, #048523);
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    border-radius: 4px;
    font-size: 16px;
    line-height: 48px;
    font-weight: 400;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2)
}

.reg-retention__timer {
    margin-top: 16px
}

.reg-retention__timer-subtitle {
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #b8b8cc;
    text-align: center
}

.reg-retention__timer [data-reg-retention-timer],
.reg-retention__timer i {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    font-style: normal;
    color: #fff
}

.reg-retention__tooltip {
    max-width: 226px;
    width: 226px !important;
    height: 84px !important
}

.reg-retention__tooltip .tooltipster-content {
    display: block;
    padding: 14px 12px 13px;
    line-height: 19px
}

.reg-retention__tooltip .tooltipster-arrow {
    right: 12px;
    left: auto !important
}

.retention-promo {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: center;
    padding-top: 5%
}

body.simple-reg.sleeping .retention-promo {
    display: flex
}

.retention-promo__popup {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: flex-end;
    width: 360px;
    height: 455px;
    padding: 47px 16px 32px;
    background: linear-gradient(1turn, #071036, rgba(0, 0, 0, .0001)), linear-gradient(0deg, #0d1e61, #0d1e61);
    border-radius: 12px;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 1
}

.retention-promo__close {
    position: absolute;
    top: 19px;
    right: 19px;
    z-index: 2;
    background: url(assets/CV/Web/svg/icon/close.svg) 50% 50% no-repeat;
    width: 26px;
    height: 26px;
    background-size: 26px;
    cursor: pointer
}

.retention-promo__character {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: url(assets/CV/Web/img/popup/registration/retention-promo-portrait.png) no-repeat 50%/cover
}

.btn.retention-promo__button {
    position: relative;
    width: 288px;
    margin: 0;
    z-index: 2
}

.retention-promo__transparent {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    z-index: 0
}

#register-popup-id [data-reg-page-close]:not(.popup-close) {
    position: absolute;
    top: 14px;
    right: 14px;
    bottom: auto;
    left: auto;
    z-index: 2;
    background: url(assets/CV/Web/svg/icon/close.svg) 50% 50% no-repeat;
    width: 24px;
    height: 24px;
    background-size: 24px;
    cursor: pointer
}

@keyframes reg-present-show {
    0% {
        transform: translateX(-220px)
    }
    35% {
        transform: translateX(16px)
    }
    70% {
        transform: translateX(-9px)
    }
    to {
        transform: translateX(0)
    }
}

@keyframes reg-present-open {
    0% {
        transform: rotate(9deg) translate(4px, 1px)
    }
    25% {
        transform: rotate(2deg) translateY(-1px)
    }
    64% {
        transform: rotate(2deg) translateY(-1px)
    }
    65% {
        transform: rotate(11deg) translate(4px, 1px)
    }
    75% {
        transform: rotate(8deg) translate(4px, 1px)
    }
    to {
        transform: rotate(9deg) translate(4px, 1px)
    }
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important
}

input:-webkit-credentials-auto-fill-button {
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    right: 0
}

.fld,
.fld *,
.fld-block,
.fld-block *,
.form-block,
.form-block *,
.lbl,
.lbl * {
    box-sizing: border-box
}

.form-block {
    position: relative;
    margin: 16px 0;
    min-width: 0;
    border: 0
}

.fld-block {
    height: 48px;
    position: relative;
    z-index: 1;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #fff;
    box-sizing: border-box
}

.lbl {
    right: 0;
    bottom: 14px;
    left: 14px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    pointer-events: none;
    cursor: text;
    text-align: left;
    opacity: 1;
    transition: transform .15s cubic-bezier(.4, 0, .2, 1), opacity .15s cubic-bezier(.4, 0, .2, 1);
    transform: translateZ(0) scale(1);
    transform-origin: bottom left
}

.lbl,
.lbl-right {
    position: absolute;
    top: auto;
    color: #303233
}

.lbl-right {
    bottom: 5px;
    right: 5px;
    white-space: nowrap;
    opacity: .6;
    font-size: 9px
}

.lbl-right--symbol {
    font-size: 14px;
    line-height: 22px
}

.fld {
    padding: 13px 48px 0 14px;
    width: 100%;
    height: 100%;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
    color: #000;
    background: #fff;
    border: none;
    border-radius: 4px;
    outline: 0;
    box-shadow: none;
    box-sizing: border-box
}

.fld-block--readonly .lbl,
.fld-complete .lbl,
.fld-focus .lbl,
[data-label=static] .lbl {
    white-space: nowrap;
    opacity: .6;
    transform: translateY(-15px) scale(.625)
}

input:-webkit-autofill+.lbl {
    white-space: nowrap;
    opacity: .6;
    transform: translateY(-15px) scale(.625)
}

.fld-error {
    display: none;
    background: #d0021b;
    border: none;
    position: static;
    text-align: center;
    min-height: auto;
    color: #fff;
    border-radius: 0 0 4px 4px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: -4px 0 0;
    padding: 6px 0 2px;
    z-index: 0;
    font-size: 10px !important;
    font-weight: 400;
    line-height: 12px
}

.fld-error.warning {
    padding: 6px 15px 2px;
    line-height: 12px;
    background: #fdbb2c;
    color: #000
}

.has-error .fld-block {
    border: 1px solid #d0021b
}

.warning.has-error .fld-block {
    border-color: #fdbb2c
}

.has-error .fld {
    padding-right: -28px
}

.has-error .fld-error {
    display: block
}

.tooltip {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    opacity: 0;
    overflow: hidden;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center
}

.tooltip .icon-i {
    display: block;
    width: 24px;
    height: 24px;
    background: url(assets/CV/Web/svg/icon/icon-i.svg) 50% no-repeat;
    background-size: contain
}

.form-block .show-pass {
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    width: 24px;
    height: 24px
}

.form-block .show-pass:hover {
    cursor: pointer
}

.form-block .show-pass .icon-eye {
    display: block;
    width: 24px;
    height: 24px;
    background: url(assets/CV/Web/svg/icon/eye_password.svg) 50% no-repeat
}

.form-block .show-pass.showing .icon-eye {
    background: url(assets/CV/Web/svg/icon/eye_show_password.svg) 50% no-repeat
}

.form-block:last-child {
    margin-bottom: 0
}

#popup-form-change-password .form-block:last-child {
    margin-bottom: 16px
}

.form-block .btn {
    margin: 16px 0 0
}

.form-block--social {
    margin: 0 0 25px
}

.form-block__link,
.popup .form-block__link {
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    margin: 16px
}

.form-block__link a {
    color: #7b96c8;
    border-bottom: 1px solid #7b96c8;
    text-decoration: none;
    transition: border-bottom-color .2s linear
}

.form-block__link a:hover {
    text-decoration: none;
    border-color: rgba(123, 150, 200, 0)
}

.form-block.active-hint .email-conf-msg,
.form-block.active-icon .tooltip {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100)
}

.email-conf-msg {
    display: block;
    position: absolute;
    left: calc(100% + 20px);
    top: 0;
    right: auto;
    bottom: auto;
    max-width: 240px;
    min-width: 227px;
    padding: 10px 16px;
    border-radius: 8px;
    text-align: left;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 20px;
    white-space: normal;
    visibility: hidden;
    background: #7b96c8;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear
}

.email-conf-msg:after {
    content: "";
    position: absolute;
    background: transparent;
    top: 24px;
    right: auto;
    left: -6px;
    width: 0;
    height: 0;
    border-color: transparent #7b96c8 transparent transparent;
    border-style: solid;
    border-width: 8px 8px 8px 0;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.social {
    display: flex;
    justify-content: space-between;
    margin: 0 25px 22px
}

::-ms-clear {
    display: none
}

.fld-textarea {
    width: 100%;
    min-height: 128px;
    display: block;
    position: relative;
    font-weight: 500;
    resize: none;
    box-shadow: none;
    border-radius: 4px;
    padding: 8px 16px;
    color: #000;
    font-size: 14px;
    line-height: 24px;
    border: none;
    box-sizing: border-box;
    overflow: auto;
    outline: none
}

.fld-textarea::placeholder {
    font-weight: 400;
    color: #303233
}

textarea::-webkit-scrollbar {
    width: 12px;
    background-color: transparent
}

textarea::-webkit-scrollbar-thumb {
    width: 8px;
    height: 100%;
    max-height: 40px;
    border: 4px solid #fff;
    background-color: #b8b8cc;
    box-sizing: border-box;
    border-radius: 20px
}

.textarea-wrap {
    height: 128px;
    overflow: hidden;
    display: block;
    border-radius: 4px
}

.lottery-buyTickets .form-block {
    margin-top: 31px
}

.radio-wrap input[type=radio] {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    float: left;
    width: 15px;
    height: auto;
    margin: 2px -15px 0 0
}

.radio-wrap input[type=radio]+label {
    display: inline-block;
    color: #fff;
    cursor: pointer;
    padding-left: 12px;
    position: relative;
    line-height: 20px;
    margin-left: 15px
}

.radio-wrap input[type=radio]+label:before {
    content: "";
    width: 29px;
    height: 29px;
    position: absolute;
    top: -4px;
    right: auto;
    bottom: auto;
    left: -21px;
    background-image: url(assets/CV/Web/img/sys/sprites/spr-icons.png);
    background-repeat: no-repeat;
    background-position: -42px 0
}

.chbx-wrap input[type=checkbox] {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    float: left;
    width: 15px;
    height: auto;
    margin: 0 -15px 0 0
}

.chbx-wrap input[type=checkbox]+label {
    display: inline-block;
    color: #fff;
    cursor: pointer;
    padding-left: 12px;
    position: relative;
    line-height: 20px;
    margin-left: 15px
}

.chbx-wrap input[type=checkbox]+label:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: -1px;
    right: auto;
    bottom: auto;
    left: -17px;
    background-image: url(assets/CV/Web/img/sys/sprites/spr-icons.png);
    background-repeat: no-repeat;
    background-position: -20px 0
}

.radio-wrap input[type=radio]:checked+label:after {
    display: block
}

.radio-wrap input[type=radio]+label:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    left: -13px;
    top: -1px;
    background-image: url(assets/CV/Web/img/sys/sprites/spr-icons.png);
    background-repeat: no-repeat;
    background-position: 0 -17px;
    display: none
}

.chbx-wrap input[type=checkbox]:checked+label:after {
    display: block
}

.chbx-wrap input[type=checkbox]+label:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    left: -12px;
    top: -4px;
    background-image: url(assets/CV/Web/img/sys/sprites/spr-icons.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    display: none
}

.scale-poll {
    width: auto;
    margin-right: 50px;
    position: relative;
    height: 13px
}

.scale-poll .snake,
.scale-user-bar .snake {
    background: url(assets/CV/Web/img/sys/bg/bg-snake.png) 0 -13px repeat-x;
    height: 9px;
    border-radius: 3px;
    top: 2px;
    left: 2px
}

.scale-poll .percent {
    position: absolute;
    width: auto;
    left: 100%;
    top: -2px;
    margin-left: 5px
}

.scale-poll .snake {
    float: left;
    position: relative
}

.scale .percent,
.scale .points {
    color: #fff;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: .04em;
    white-space: nowrap;
    text-align: center;
    text-shadow: 0 0 1px #000, 1px 0 1px #000;
    z-index: 3
}

.form-block-email--disabled .fld-block {
    background: none !important;
    border: 1px solid hsla(0, 0%, 100%, .1) !important
}

.form-block-email--disabled .fld-block input {
    background: none !important;
    color: rgba(184, 184, 204, .6);
    -webkit-text-fill-color: rgba(184, 184, 204, .6);
    font-weight: 600;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    pointer-events: none
}

.form-block-email--disabled .fld-block label {
    color: #b8b8cc
}

.form-block-email--disabled [data-email-confirm-request] {
    display: none !important
}

.popup-content[class*=popup-profile] {
    border: 1px solid hsla(0, 0%, 100%, .05);
    padding: 32px 32px 46px;
    margin-top: -13px;
    box-shadow: 4px -4px 12px rgba(0, 0, 0, .4);
    z-index: 5;
    box-sizing: border-box;
    border-radius: 12px
}

[data-label=static]>.lbl {
    opacity: .6;
    transform: translateY(-15px) scale(.625);
    white-space: nowrap
}

.popup-profile .fld {
    padding: 14px 48px 0 14px
}

.popup-profile .fld-block:not(.fld-focus):not(.fld-complete):not([data-label=static]) .lbl {
    top: 50%;
    transform: translateY(-50%);
    bottom: unset
}

.popup-profile .precent {
    position: absolute;
    right: 16px;
    top: 16px;
    font-weight: 700;
    font-size: 10px;
    color: #fff;
    background: #00b20b;
    border-radius: 2px;
    width: 32px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    z-index: 10;
    transition: .35s;
    pointer-events: none;
    display: none
}

.popup-profile .tooltipster-mail+.precent {
    top: 24px
}

.popup-profile .phone-input .editing .precent,
.popup-profile .phone-input .editing~.precent,
.popup-profile [data-profile-date] .precent,
.popup-profile [data-profile-date]~.precent {
    right: 48px
}

.popup-profile.popup-content {
    background: url(assets/CV/Web/img/sys/popup/metal_texture_popup.png) 0 0 repeat;
    background-size: 400px 400px;
    background-position: 34px 164px
}

.layout-vua~.popup .popup-profile.popup-content {
    background: #0e161f
}

.popup-profile__stat {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    margin: 16px 16px 25px
}

.popup-profile__stat__block {
    display: inline-block;
    vertical-align: top;
    width: 189px;
    box-sizing: border-box;
    margin-left: 10px
}

.popup-profile__stat .stat-ico {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 64px;
    height: 64px;
    margin-right: 15px;
    pointer-events: none
}

.popup-profile__stat .stat-ico .ico {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.popup-profile__stat .level {
    height: 100%;
    width: 100%
}

.popup-profile__stat .profile-ico-balls {
    height: 62px;
    width: 62px;
    background: url(assets/CV/Web/img/sys/popup/points.png) 3px 0 no-repeat;
    background-size: 100%
}

.popup-profile__stat .profile-ico-trofies {
    height: 56px;
    width: 44px;
    background: url(assets/CV/Web/img/sys/popup/trophi_icon.png) 0 0 no-repeat;
    background-size: 100%
}

.popup-profile__stat .stat-info {
    display: inline-block;
    vertical-align: top;
    padding-top: 9px;
    width: 100px
}

.popup-profile__stat .stat-info h4 {
    color: rgba(184, 184, 204, .6);
    margin: 0;
    padding: 0;
    text-transform: none;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2)
}

.popup-profile__stat .stat-info span {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2)
}

.popup-profile__form {
    padding-top: 6px;
    margin: 0 16px
}

.popup-profile__form form {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: center;
    column-gap: 29px;
    margin: 0;
    padding: 0
}

.popup-profile__form__column {
    width: calc(50% - 29px)
}

.popup-profile__btn {
    display: inline-block;
    vertical-align: top;
    width: 224px
}

.popup-profile__btn .btn {
    margin: 0 !important
}

.popup-profile__bonus-progress {
    display: inline-block;
    width: 272px;
    box-sizing: border-box;
    vertical-align: top;
    border-left: none;
    margin: 0 80px 0 0;
    text-align: left
}

.popup-profile__bonus-progress .progress_line {
    position: relative;
    padding: 0;
    overflow: hidden;
    width: 270px;
    height: 4px;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, .2), hsla(0, 0%, 100%, 0) 50%);
    border: 2px solid #000;
    border-radius: 17px
}

.popup-profile__bonus-progress .progress_line__fill {
    display: block;
    position: relative;
    right: 2px;
    width: 0;
    max-width: 100%;
    height: 100%;
    border-radius: 2px 0 0 2px;
    background: #058500;
    box-shadow: inset -2px 0 4px #279900
}

.popup-profile__bonus-progress .progress_line__fill:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -2px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #058500
}

.popup-profile__bonus-progress .progress_line__amount {
    display: inline-block;
    width: 235px;
    margin-top: 5px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: rgba(141, 159, 199, .6);
    z-index: 1
}

.popup-profile__bonus-progress .progress_line__bonus {
    display: inline-block;
    margin-top: 5px;
    width: 33px;
    text-align: right
}

.popup-profile__bonus-progress .progress_line__bonus a,
.popup-profile__bonus-progress .progress_line__bonus button {
    font-size: 12px;
    line-height: 20px;
    text-shadow: 0 1px 0 rgba(6, 23, 50, .4);
    color: #7b96c8;
    background: transparent
}

.popup-profile__bonus-progress .progress_line__bonus a.disabled,
.popup-profile__bonus-progress .progress_line__bonus button.disabled {
    pointer-events: none;
    color: rgba(141, 159, 199, .6);
    text-decoration: none
}

.popup-profile__bonus-progress .progress_line__bonus a {
    text-decoration: underline
}

.popup-profile__bonus-progress .progress_line__bonus a:hover {
    text-decoration: none
}

.popup-profile__bonus-progress .progress_line__bonus button {
    padding-left: 0;
    padding-right: 0;
    position: relative
}

.popup-profile__bonus-progress .progress_line__bonus button:after {
    content: "";
    position: absolute;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 3px;
    background-color: #7b96c8;
    opacity: 1;
    transition: opacity .2s ease
}

.popup-profile__bonus-progress .progress_line__bonus button:hover:after {
    opacity: 0
}

.popup-profile__bonus-progress .progress_line__bonus button.disabled:after {
    background-color: rgba(141, 159, 199, .6)
}

.popup-profile__footer {
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 1;
    transition: opacity .3s
}

.popup-profile__footer[data-disabled] {
    opacity: 0
}

.popup-profile__footer__link {
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-decoration: underline;
    color: #7b96c8;
    order: 1
}

.popup-profile__footer__link:hover {
    text-decoration: none
}

.popup-profile__footer__link[data-verification-link] {
    order: 0
}

.popup-profile__footer__link[data-verification-link]:not(:last-child) {
    margin-right: 32px
}

.popup-profile__footer__link .new-window-ico {
    position: absolute;
    right: -23px;
    top: -3px;
    width: 24px;
    height: 24px
}

.popup-profile__footer .verif__status-wrapper {
    display: flex;
    align-items: center;
    order: 0
}

.popup-profile__footer .verif__status-wrapper:not(:last-child) {
    margin-right: 32px
}

.popup-profile__footer .verif__status-wrapper img {
    width: 16px
}

.popup-profile__footer .verif__status-wrapper span {
    margin-left: 16px;
    font-size: 14px;
    line-height: 24px;
    color: #b8b8cc
}

.popup-profile .tooltipster-mail {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 2
}

.popup-profile .tooltipster-mail-info {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding-top: 5px;
    padding-right: 16px;
    height: 48px;
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: .2px;
    color: #d0021b;
    cursor: pointer
}

.popup-profile .tooltipster-mail-info:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 29px;
    left: 0;
    width: calc(100% - 16px);
    height: 1px;
    background: #d0021b
}

.popup-profile .tooltipster-mail-info:hover {
    text-decoration: none
}

.popup-profile .tooltipster-mail-info:hover:before {
    content: none
}

.popup-profile .tooltipster-mail-info.active-tooltip,
.popup-profile .tooltipster-mail-info.disabled {
    color: #5e6374;
    pointer-events: none
}

.popup-profile .tooltipster-mail-info.active-tooltip:before,
.popup-profile .tooltipster-mail-info.disabled:before {
    background: #5e6374
}

.popup-profile .tooltipster-mail:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 50%;
    z-index: 10
}

.form-group__popup-btn {
    text-align: center;
    margin: 24px 0 16px
}

.form-group__gender .precent {
    position: relative;
    right: auto;
    top: auto
}

.form-group__gender:after,
.form-group__gender:before {
    content: "";
    display: block;
    clear: both
}

.form-group__gender .gender {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    width: 63px;
    max-width: 63px;
    height: 48px;
    box-sizing: border-box;
    vertical-align: middle
}

.form-group__gender .gender span {
    display: inline-block;
    font-size: 14px;
    line-height: 28px;
    width: 63px;
    font-weight: 500
}

.sex-selection {
    position: relative;
    float: right;
    background: #fff;
    height: 48px;
    width: 276px;
    border-radius: 4px;
    margin-right: 1px
}

.sex-selection__item {
    display: block;
    float: left;
    position: relative;
    z-index: 3;
    width: 50%;
    height: 48px;
    text-align: center;
    color: rgba(0, 0, 0, .8);
    font-weight: 500;
    font-size: 14px;
    line-height: 48px;
    transition: .2s;
    pointer-events: none;
    user-select: none
}

.sex-selection__checked {
    visibility: hidden;
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: -1px;
    display: block;
    z-index: 2;
    width: 50%;
    height: 48px;
    border-radius: 4px;
    background: linear-gradient(180deg, #226dbf, #04407d);
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    color: #fff;
    opacity: 0;
    transition: left .2s ease;
    cursor: pointer
}

.sex-selection__checked:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .5);
    filter: brightness(1.1)
}

.sex-selection input[type=radio] {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 50%;
    opacity: 0;
    top: 0;
    cursor: pointer
}

.sex-selection input[type=radio]:checked+span {
    color: #fff
}

.sex-selection input[type=radio]#application_user_profile_gender_0 {
    left: 0
}

.sex-selection input[type=radio]#application_user_profile_gender_0:checked~.sex-selection__checked {
    visibility: visible;
    left: -1px;
    animation: showGender .2s ease .2s forwards
}

.sex-selection input[type=radio]#application_user_profile_gender_1 {
    right: 0
}

.sex-selection input[type=radio]#application_user_profile_gender_1:checked~.sex-selection__checked {
    visibility: visible;
    left: 50%;
    animation: showGender .2s ease .2s forwards
}

@keyframes showGender {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fld-block .confirm-ico {
    display: none
}

.fld-block.phone-input+.hint {
    width: 272px;
    min-width: 272px;
    max-width: 272px
}

.fld-block--readonly {
    background: none !important;
    border: 1px solid hsla(0, 0%, 100%, .1) !important
}

.fld-block--readonly .fld:disabled,
.fld-block--readonly .fld:read-only {
    color: rgba(184, 184, 204, .6);
    -webkit-text-fill-color: rgba(184, 184, 204, .6);
    -webkit-opacity: 1;
    background: none
}

.fld-block--readonly .calendar-ico {
    display: none
}

.fld-block--readonly .lbl {
    color: #b8b8cc;
    opacity: .4 !important
}

.fld-block--readonly:not([data-profile-date]) .confirm-ico {
    display: block
}

.fld-block--email-confirm:before {
    content: none !important;
    display: none !important
}

.confirm-ico {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    visibility: visible;
    width: 16px;
    height: 12px;
    opacity: 1;
    background: url(assets/CV/Web/svg/icon/complete.svg) 50% no-repeat;
    background-size: contain;
    transform: translateY(-50%);
    z-index: 1;
    pointer-events: none
}

.reset-pass-success__icon {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    height: 64px;
    margin-bottom: 16px
}

.reset-pass-success__text {
    display: block;
    margin-bottom: 24px;
    text-align: center;
    color: #b8b8cc;
    font-size: 14px;
    line-height: 22px
}

.popup-nav {
    position: relative;
    height: 76px
}

.popup-nav:after,
.popup-nav:before {
    display: block;
    content: "";
    clear: both
}

.popup-nav__list {
    position: relative;
    margin: 0;
    padding: 0;
    height: 100%
}

.popup-nav a {
    font-family: din_condensedbold;
    position: relative;
    float: left;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    line-height: 62px;
    font-weight: 700;
    list-style: none;
    width: 160px;
    height: 100%;
    padding-right: 8px;
    color: #fff;
    border-radius: 12px 12px 0 0;
    box-sizing: border-box
}

.popup-content-cashbox .popup-nav a {
    width: 228px
}

.popup-nav a:hover {
    text-shadow: 0 0 16px rgba(255, 212, 0, .6), 0 0 6px rgba(255, 212, 0, .6), 0 0 4px rgba(255, 128, 0, .6);
    color: #fdbb2c
}

.popup-nav a:after {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: -16px;
    width: 163px;
    padding: 0 15px;
    height: 81px;
    z-index: -1;
    background: url(assets/CV/Web/img/sys/popup/nav-profile/nav_profile_tub-no-active.png) 0 0 no-repeat;
    background-size: 100%;
    pointer-events: none
}

.popup-content-cashbox .popup-nav a:after {
    background: url(assets/CV/Web/img/sys/popup/active-sales/tub-no-active.png);
    background-size: 272px 108px;
    background-repeat: no-repeat;
    width: 272px;
    height: 108px;
    top: -9px;
    left: -14px
}

.popup-nav__item {
    float: left;
    position: relative;
    margin: 0 -8px 0 0;
    backface-visibility: hidden;
    height: 100%
}

.popup-content-cashbox .popup-nav__item {
    margin: 0 4px 0 -2px
}

.popup-nav__item.active {
    margin: 0 -12px;
    pointer-events: none
}

.popup-content-cashbox .popup-nav__item.active {
    margin: 0 -15px
}

.popup-nav__item.active a {
    z-index: 6 !important;
    color: #fdbb2c;
    width: 181px;
    box-shadow: none
}

.popup-content-cashbox .popup-nav__item.active a {
    width: 254px
}

.popup-nav__item.active a:after {
    top: -33px;
    left: -25px;
    height: 97px;
    width: 195px;
    pointer-events: none
}

.popup-nav__item.active a:hover {
    text-shadow: none
}

.popup-nav__item:first-child a {
    z-index: 4
}

.popup-nav__item:first-child.active {
    margin: 0 -15px 0 0
}

.popup-content-cashbox .popup-nav__item:first-child.active {
    margin: 0
}

.popup-nav__item:first-child.active a {
    width: 160px;
    margin-right: 6px
}

.popup-content-cashbox .popup-nav__item:first-child.active a {
    width: 224px
}

.popup-nav__item:first-child.active a:after {
    background: url(assets/CV/Web/img/sys/popup/nav-profile/nav-profile_tub-1.png) 0 0 no-repeat;
    background-size: 100%;
    top: -33px;
    left: -32px;
    width: 210px;
    height: 112px
}

.popup-content-cashbox .popup-nav__item:first-child.active a:after {
    background: url(assets/CV/Web/img/sys/popup/active-sales/1.png);
    background-size: 304px 128px;
    background-repeat: no-repeat;
    width: 304px;
    height: 106px
}

.popup-nav__item:nth-child(2) a {
    z-index: 3
}

.popup-nav__item:nth-child(2).active a:after {
    background: url(assets/CV/Web/img/sys/popup/nav-profile/nav-profile_tub-2.png) 0 0 no-repeat;
    background-size: 100%
}

.popup-content-cashbox .popup-nav__item:nth-child(2).active a:after {
    background: url(assets/CV/Web/img/sys/popup/active-sales/2.png);
    background-repeat: no-repeat;
    background-size: 304px 128px;
    width: 304px;
    height: 106px
}

.popup-nav__item:nth-child(3) a {
    z-index: 2
}

.popup-nav__item:nth-child(3).active a:after {
    background: url(assets/CV/Web/img/sys/popup/nav-profile/nav-profile_tub-3.png) 0 0 no-repeat;
    background-size: 100%;
    top: -34px;
    left: -25px;
    height: 98px;
    width: 203px
}

.popup-content-cashbox .popup-nav__item:nth-child(3).active a:after {
    background: url(assets/CV/Web/img/sys/popup/active-sales/3.png);
    background-size: 304px 128px;
    background-repeat: no-repeat;
    width: 304px;
    height: 97px;
    margin-top: 1px
}

.popup-nav__item:last-child a,
.popup-nav__item:nth-child(4) a {
    z-index: 1
}

.popup-nav__item:last-child.active a:after,
.popup-nav__item:nth-child(4).active a:after {
    background: url(assets/CV/Web/img/sys/popup/nav-profile/nav-profile_tub-4.png) 0 0 no-repeat;
    background-size: 100%;
    left: -28px
}

.ui-datepicker select::-ms-expand {
    display: none
}

.ui-datepicker.ui-widget {
    display: none;
    box-sizing: border-box;
    margin-top: 15px;
    margin-left: -1px;
    padding: 15px 8px 11px;
    width: 272px !important;
    background: #fff;
    border: 1px solid transparent;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    z-index: 10000 !important
}

.ui-datepicker.ui-widget:before {
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    background: #fff;
    content: ""
}

.ui-datepicker.ui-widget:after {
    position: absolute;
    top: 96px;
    right: 0;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    background-color: rgba(141, 159, 199, .1);
    z-index: 1
}

.ui-datepicker.ui-widget thead {
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    border-bottom: none
}

.ui-datepicker.ui-widget th {
    text-align: center;
    color: #0059b3;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    padding: 16px 0 23px
}

.ui-datepicker.ui-widget th.ui-datepicker-week-end {
    font-weight: 700;
    color: rgba(0, 89, 179, .8)
}

.ui-datepicker-today a {
    color: #fff;
    background-color: #3a4752
}

.ui-datepicker-title {
    padding: 0;
    color: #fff;
    clear: both;
    text-align: center
}

.ui-datepicker-current-day {
    position: relative
}

.ui-datepicker-current-day a.ui-state-active {
    color: #fff;
    padding: 5px;
    background: #7b96c8;
    border-radius: 4px
}

.ui-datepicker-week-end a {
    color: #000;
    font-weight: 500
}

.ui-datepicker-calendar {
    width: 100%
}

.ui-datepicker-next,
.ui-datepicker-prev {
    display: none;
    width: 25px;
    height: 45px;
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: auto;
    bottom: auto;
    left: auto
}

.ui-datepicker-next span,
.ui-datepicker-prev span {
    margin: auto;
    width: 0;
    height: 0;
    line-height: 0;
    color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.ui-datepicker-prev {
    left: 7px
}

.ui-datepicker-next {
    right: 7px
}

.ui-datepicker-month,
.ui-datepicker-year {
    position: relative;
    height: 32px;
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    background-color: #7b96c8;
    background-image: url(assets/CV/Web/img/sys/popup/arrow-datepicker.png);
    background-repeat: no-repeat;
    background-position: 88% 50%;
    border: 0;
    border-radius: 4px;
    outline: none;
    box-shadow: 0 7px 20px rgba(0, 0, 0, .07);
    padding: 0 10px 0 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box
}

.ui-datepicker-month {
    margin-left: 5px;
    margin-right: 16px;
    width: 112px
}

.ui-datepicker-year {
    width: 80px
}

.ui-datepicker tbody a {
    display: inline-block;
    height: 16px;
    width: 16px;
    font-size: 14px;
    line-height: 16px;
    padding: 4px;
    border: 1px solid transparent;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    color: rgba(0, 0, 0, .8)
}

.ui-datepicker tbody a:hover {
    color: rgba(0, 0, 0, .8);
    border-color: #7b96c8
}

.ui-datepicker td {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    padding: 5px 4px 4px
}

.ui-datepicker .ui-priority-secondary {
    color: rgba(184, 184, 204, .8)
}

.ui-datepicker .ui-state-disabled .ui-state-default {
    color: rgba(141, 159, 199, .15)
}

[data-profile-date] .calendar-ico {
    position: absolute;
    top: 50%;
    right: 16px;
    bottom: auto;
    left: auto;
    width: 24px;
    height: 24px;
    pointer-events: none;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1
}

.popup-as2 .btn {
    border-radius: 3px
}

.popup-as2 .btn-md span {
    font-size: 12px;
    font-weight: 500
}

.popup-as2 .btn-md.active {
    border: 1px solid #fff;
    background: transparent;
    color: #fff
}

.popup-as2--vertical {
    top: 0;
    right: auto;
    bottom: auto;
    left: -240px;
    width: 240px;
    padding-right: 16px;
    overflow: hidden;
    position: absolute;
    z-index: 3
}

.popup-as2--vertical:after,
.popup-as2--vertical:before {
    content: "";
    background-image: none
}

@media screen and (max-width:1539px) {
    .popup-as2--vertical {
        left: -240px
    }
}

@media screen and (max-width:1440px) {
    .popup-as2--vertical {
        display: none
    }
}

.popup-as2--horizontal {
    width: 100%;
    top: -9px;
    z-index: 5;
    height: 100%;
    position: relative;
    overflow: hidden
}

.popup-as2--horizontal:after,
.popup-as2--horizontal:before {
    content: "";
    position: absolute;
    top: -4px;
    bottom: auto;
    width: 17px;
    height: 33px;
    z-index: 4;
    background-image: url(assets/CV/Web/img/sys/popup/active-sales/mount.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 17px 33px
}

.popup-as2--horizontal:before {
    left: 43px
}

.popup-as2--horizontal:after {
    right: 33px
}

@media screen and (max-width:1440px) {
    .popup-as2--horizontal {
        display: block
    }
}

@media screen and (min-width:1441px) {
    .popup-as2--horizontal {
        display: none
    }
}

.as2__wrapper {
    display: block;
    z-index: 5;
    text-align: center;
    transition: .1s;
    padding: 48px 13px 16px;
    width: 224px;
    box-sizing: border-box;
    border: 1px solid hsla(0, 0%, 100%, .050980392156862744);
    box-shadow: 4px -4px 12px rgba(0, 0, 0, .4);
    background-image: url(assets/CV/Web/img/sys/popup/metal_texture_popup.png);
    background-size: 400px;
    background-position: 34px 164px;
    background-repeat: repeat
}

.layout-vua .as2__wrapper {
    background: #0e161f
}

.as2__section--sticky {
    display: block;
    position: absolute;
    top: -236px;
    right: 0;
    bottom: auto;
    left: 0;
    z-index: 5;
    margin-bottom: 10px;
    text-align: center;
    transform: translateY(-15px);
    padding: 16px;
    width: 224px;
    box-sizing: border-box;
    border: 1px solid hsla(0, 0%, 100%, .050980392156862744);
    box-shadow: 4px -4px 12px rgba(0, 0, 0, .4);
    border-radius: 12px;
    background-image: url(assets/CV/Web/img/sys/popup/metal_texture_popup.png);
    background-size: 400px;
    background-position: 34px 164px;
    background-repeat: repeat
}

.layout-vua~.popup .as2__section--sticky {
    background: #0e161f
}

.as2__section--sticky:after {
    content: "";
    height: 15px;
    display: block;
    position: absolute;
    bottom: -15px;
    right: 0;
    left: 0;
    background: linear-gradient(0deg, transparent, rgba(0, 0, 0, .5) 50%, #000) 0 100%
}

.as2__section--sticky .as2__title {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #fdbb2c;
    margin-bottom: 10px
}

.popup-as2--vertical .as2__section--sticky .as2__btn {
    height: 44px;
    top: 0;
    transform: translateY(0)
}

.as2__section--sticky+.as2__section--scroll .as2__wrapper {
    visibility: visible
}

.as2__section--sticky.active {
    top: 0;
    transform: translateY(0)
}

.as2__section--sticky.active+.as2__section--scroll .as2__wrapper {
    visibility: hidden
}

.as2__wrapper {
    border-radius: 12px
}

.popup-as2--vertical .as2__wrapper {
    position: relative
}

.popup-as2--vertical .as2__wrapper .popup-container {
    padding: 48px 13px 16px
}

.popup-as2--horizontal .as2__wrapper {
    width: 848px;
    padding: 25px 31px 12px 25px;
    min-height: 112px;
    margin: 17px auto 0
}

.popup-as2--horizontal .as2__wrapper .as2__left {
    display: inline-block;
    width: 47%;
    vertical-align: top
}

.popup-as2--horizontal .as2__wrapper .as2__right {
    display: inline-block;
    width: 52.5%
}

.popup-as2--horizontal .as2__wrapper:after {
    content: "";
    display: table;
    clear: both
}

.as2__head {
    position: relative;
    z-index: 3
}

.popup-as2--horizontal .as2__head {
    display: inline-block
}

.as2__head_img {
    width: 96px;
    height: 96px;
    margin: 0 auto
}

.popup-as2--horizontal .as2__head_img {
    width: 48px;
    height: 48px;
    margin: 6px;
    float: left
}

.as2__head_img img {
    width: 100%
}

.as2__head_title {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #fdbb2c;
    margin-left: 23px
}

.popup-as2--vertical .as2__head_title {
    text-align: center;
    margin: 15px 0 17px
}

.popup-as2--horizontal .as2__head_title {
    font-size: 24px;
    line-height: 32px
}

.popup-as2--horizontal .as2__left .as2__head_title {
    width: 284px;
    float: left;
    text-align: left
}

.popup-as2--horizontal .as2__right .as2__head_title {
    float: left;
    margin: 10px 0 0 64px;
    text-align: center
}

.as2__head_subtitle {
    color: #f7d653;
    font-size: 12px;
    line-height: 27px
}

.popup-as2--vertical .as2__head_subtitle {
    font-weight: 500
}

.popup-as2--horizontal .as2__head_subtitle {
    line-height: 12px
}

.as2__head_prize-sum {
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    display: block;
    height: 24px
}

.as2__head_prize-name {
    font-size: 10px;
    line-height: 16px;
    text-shadow: 0 0 2px rgba(0, 0, 0, .5);
    color: #b8b8cc;
    display: block
}

.as2__counter {
    height: 60px;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    margin: 18px auto 0
}

.popup-as2--vertical .as2__counter {
    height: 46px
}

.popup-as2--horizontal .as2__counter {
    margin: 8px 56px 0 64px;
    display: inline-block
}

.as2__content_section {
    position: relative;
    height: 100%;
    padding-top: 12px;
    margin-bottom: 10px;
    text-align: left
}

.popup-as2--vertical .as2__content_section {
    text-align: center;
    width: 224px
}

.popup-as2--horizontal .as2__content_section {
    width: 622px;
    margin: 0 auto;
    padding-top: 27px
}

.as2__content_title {
    color: #fff;
    opacity: .6;
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    display: inline-block;
    position: relative;
    cursor: pointer
}

.as2__content_title:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -12px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #fff;
    transform: rotate(0deg);
    transition: transform .1s linear;
    margin: auto
}

.popup-as2--horizontal .as2__content_title {
    font-size: 12px;
    padding-left: 15px;
    margin-bottom: 15px
}

.popup-as2--horizontal .as2__content_title:after {
    right: -11px
}

.as2__content_title.open:after {
    transform: rotate(180deg);
    transition: transform .1s linear
}

.as2__content_wrapper {
    font-size: 11px;
    line-height: 16px;
    color: #fff;
    opacity: .5;
    width: 100%;
    text-align: left
}

.as2__content_wrapper a {
    pointer-events: none
}

.popup-as2--vertical .as2__content_wrapper {
    display: none
}

.popup-as2--horizontal .as2__content_wrapper {
    display: none;
    height: 180px;
    font-size: 12px;
    overflow: scroll
}

.popup-as2--horizontal .as2__content_wrapper:before {
    content: "";
    height: 15px;
    display: block;
    position: absolute;
    top: 20px;
    right: 0;
    left: 0;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .2))
}

.as2__content_wrapper ol,
.as2__content_wrapper p,
.as2__content_wrapper ul {
    color: inherit;
    font-size: 11px;
    line-height: 16px;
    padding: 0 10px 0 24px;
    margin: 8px 0
}

.popup-as2--horizontal .as2__content_wrapper ol,
.popup-as2--horizontal .as2__content_wrapper p,
.popup-as2--horizontal .as2__content_wrapper ul {
    font-size: 12px;
    margin: 0
}

.as2__content_wrapper ol {
    list-style: decimal
}

.as2__content_wrapper ul {
    list-style: disc
}

.as2__content_wrapper li {
    font-size: inherit;
    line-height: inherit;
    margin: 8px 0
}

.popup-as2--horizontal .as2__content_wrapper li:first-child {
    margin: 0 0 15px
}

.popup-as2--horizontal .as2__content_wrapper li:not(:first-child) {
    margin: 15px 0
}

.as2__content_bonus-sum {
    color: #fff;
    height: 63px;
    line-height: 19px;
    font-weight: 700;
    text-align: center
}

.as2__content_bonus-sum .sum {
    font-size: 24px;
    position: relative
}

.as2__content_bonus-sum span {
    font-weight: 500
}

.as2__content_bonus-sum p {
    font-size: 10px;
    line-height: 16px;
    margin: 0
}

.popup-as2--horizontal .as2__content_bonus-sum {
    font-size: 26px;
    line-height: 34px;
    margin-left: 40px;
    display: inline-block
}

.popup-as2--horizontal .as2__content_bonus-sum p {
    font-size: 9px;
    text-transform: uppercase
}

.as2__btn {
    max-width: 192px
}

.popup-as2--vertical .as2__btn {
    position: relative;
    height: 48px;
    width: 100%;
    margin: 0 auto
}

.popup-as2--vertical .as2__btn_clear {
    position: relative;
    height: 52px;
    max-width: 192px;
    width: 100%;
    margin: 0 auto;
    transform: translateY(-50%);
    top: 20px
}

.popup-as2--vertical .as2__btn .btn {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto
}

.popup-as2--horizontal .as2__btn {
    float: right;
    width: 192px;
    margin-top: 7px
}

.popup-as2--horizontal .as2__btn .btn {
    margin: 0;
    border-radius: 2px
}

.popup-as2--horizontal .as2__btn span {
    font-weight: 500;
    font-size: 16px
}

.as2__timer {
    position: relative
}

.popup-as2--vertical .as2__timer {
    margin-top: 14px;
    margin-bottom: -5px;
    height: 70px
}

.popup-as2--horizontal .as2__timer {
    position: relative;
    vertical-align: top;
    margin: 5px 0 -7px;
    float: left
}

.popup-as2--horizontal .as2__timer .timer {
    margin-bottom: 0
}

.popup-as2--horizontal .as2__timer-title {
    font-size: 14px;
    text-align: center;
    position: absolute;
    top: -11px;
    right: 0;
    bottom: auto;
    left: 0;
    color: #647f9f;
    text-shadow: 1px 1px 1px #000
}

.as2__fld {
    max-width: 192px
}

.popup-as2--vertical .as2__fld {
    position: relative;
    height: 48px;
    width: 100%;
    margin: 0 auto
}

.popup-as2--horizontal .as2__fld {
    float: right;
    width: 192px;
    margin-top: 7px
}

.as2__fld .form-block {
    padding: 0;
    margin: 0
}

.as2__fld .fld--btn {
    position: absolute;
    top: 8px;
    right: 8px;
    bottom: auto;
    left: auto;
    width: 32px;
    height: 32px;
    padding: 0;
    margin: auto 0;
    border-radius: 2px
}

.as2__fld .fld--btn:after {
    content: "";
    display: block;
    width: 15px;
    height: 12px;
    position: absolute;
    top: 11px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url(assets/CV/Web/svg/icon/input_btn-arrow-right.svg);
    background-position: 50%;
    background-repeat: no-repeat
}

.counter {
    margin: 0 auto;
    display: block
}

.counter,
.counter__digit {
    overflow: hidden;
    text-align: center
}

.counter__digit {
    position: relative;
    width: 24px;
    line-height: 36px;
    border-radius: 2px;
    color: hsla(0, 0%, 100%, .8);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .4);
    font-weight: 600;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    z-index: 2
}

.counter__digit:before {
    top: 0;
    bottom: 50%;
    border-bottom: 1px solid #000;
    background: linear-gradient(180deg, #252f39 0, #121d28)
}

.counter__digit:after,
.counter__digit:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    z-index: -1
}

.counter__digit:after {
    top: 50%;
    bottom: 0;
    border-top: 1px solid hsla(0, 0%, 100%, .1);
    background-image: linear-gradient(180deg, #242e38 0, #121d28)
}

.counter__digit+.counter__digit {
    margin-left: 2px
}

.counter__names {
    font-size: 10px;
    font-weight: 700;
    line-height: 23px;
    width: 100%;
    color: #535966;
    text-align: center
}

.popup-content-cashbox {
    transition: transform .2s ease-in-out
}

.popup-content-cashbox .popup-content[data-popup=insert] {
    margin-top: -13px;
    z-index: 4
}

.popup-content-cashbox.popup-content-cashbox-history .popup-content {
    margin-top: -14px
}

.popup-content-cashbox .popup-container {
    border: 1px solid hsla(0, 0%, 100%, .050980392156862744);
    box-shadow: 4px -4px 12px rgba(0, 0, 0, .4);
    padding: 15px;
    min-height: 480px;
    box-sizing: border-box;
    position: relative
}

.popup-content-cashbox .popup-container iframe {
    border: none
}

.popup-content-cashbox .popup-container .iframe-img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.popup-content-cashbox .popup-container .rewards-button {
    display: block;
    width: 250px
}

.popup-content-cashbox .popup-container .rewards-button,
.popup-content-cashbox__alternative {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.popup-content-cashbox__alternative[data-currency=UZS] .form-block {
    min-width: 350px;
    width: auto
}

.popup-content-cashbox__alternative .form-block {
    width: 350px;
    text-align: center
}

.popup-content-cashbox__alternative .form-block--with-error {
    margin-bottom: 24px;
    position: relative
}

.popup-content-cashbox__alternative .form-block--with-error .fld-error {
    position: absolute;
    top: 100%;
    left: 0
}

.popup-content-cashbox__alternative .btn {
    width: 200px;
    margin: 0 auto
}

.popup-content-cashbox__alternative .lbl-right {
    line-height: 22px;
    font-size: 14px
}

.popup-content-cashbox__alternative__amount {
    display: inline-block;
    width: 76px;
    padding: 16px;
    margin: 0 4px 8px;
    border-radius: 4px;
    line-height: 18px;
    text-align: center;
    background: rgba(66, 74, 83, .4);
    cursor: pointer
}

.popup-content-cashbox__alternative__amount[data-currency=UZS] {
    width: 92px
}

.popup-content-cashbox__alternative__amount:hover {
    background: rgba(66, 74, 83, .8)
}

.popup-as2--vertical .popup-content {
    width: 224px
}

.popup-payments .popup-body {
    line-height: 1px
}

.confirmed-progressbar {
    margin-top: 20px;
    position: relative
}

.confirmed-progressbar__snake {
    margin-top: 10px;
    width: 510px;
    height: 15px;
    border: 1px solid #014c82;
    border-radius: 6px;
    position: relative;
    padding: 3px;
    background: #07121d
}

.confirmed-progressbar__snake-inner {
    height: 100%;
    background-image: linear-gradient(180deg, #54b5ff, #0049d1);
    border-radius: 3px;
    width: 0;
    transition: width .3s
}

.confirmed-progressbar__count {
    position: absolute;
    color: #fff;
    right: 10px;
    bottom: 0;
    font-weight: 700
}

.email-confirmed--inner {
    width: 478px;
    height: 80px;
    padding-top: 340px;
    background: url(assets/CV/Web/img/email-confirmed-bg.png) 0 0 no-repeat
}

.email-confirmed .popup-close {
    background: url(assets/CV/Web/img/email-confirmed-sprite.png) 0 -112px no-repeat;
    width: 19px;
    height: 20px;
    top: 38px;
    right: 0
}

.email-confirmed .popup-close:hover {
    background: url(assets/CV/Web/img/email-confirmed-sprite.png) -19px -112px no-repeat
}

.email-confirmed .btn {
    width: 263px;
    height: 56px;
    background: url(assets/CV/Web/img/email-confirmed-sprite.png) 0 0 no-repeat;
    font-size: 26px;
    line-height: 56px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    border: none;
    padding: 0
}

.email-confirmed .btn:hover {
    background-position: 0 -56px
}

.popup-add-email .popup-content {
    width: 352px
}

.popup-add-email .popup-description {
    margin: 24px 0 16px
}

.popup-add-email .popup-form.hide+.popup-success {
    display: block
}

.popup-add-email .popup-form .popup-title {
    margin-top: 9px
}

.popup-add-email .popup-form form {
    margin-bottom: 11px
}

.popup-add-email .popup-success {
    display: none
}

.popup-add-email .popup-success .popup-title {
    margin-top: 9px
}

.popup-add-email .popup-success-ico {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    height: 64px;
    margin: 24px 0 16px
}

.popup-add-email .popup-success-description {
    margin: 0 0 24px;
    text-align: center
}

.popup-add-email .popup-success-description span {
    display: block;
    color: #fff;
    font-weight: 500;
    word-break: break-word
}

.popup-add-email .popup-success .btn {
    margin: 0 0 11px
}

.bet-history__datepicker {
    height: 70px;
    position: relative;
    z-index: 2;
    margin-bottom: 10px
}

.bet-history__datepicker:after,
.bet-history__datepicker:before {
    content: " ";
    display: table
}

.bet-history__datepicker:after {
    clear: both
}

.bet-history__datepicker_arrows {
    background-image: url(assets/CV/Web/img/sys/sprites/spr-icons.png);
    background-repeat: no-repeat;
    background-position: -184px -199px;
    width: 25px;
    height: 20px;
    display: inline-block;
    margin: 0 10px -5px
}

.bet-history__datepicker .fld {
    color: #000;
    padding-right: 40px;
    background: transparent;
    position: relative;
    z-index: 1
}

.bet-history__datepicker .fld-block {
    position: relative;
    max-width: 192px;
    display: inline-block;
    margin-right: 12px
}

.bet-history__datepicker .fld-block:last-child {
    margin-right: 0
}

.bet-history__datepicker .fld-block:after {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 10px;
    right: 12px;
    bottom: auto;
    left: auto;
    background: url(assets/CV/Web/svg/icon/betting-calendar.svg) no-repeat;
    z-index: 0;
    background-size: 100%
}

.bet-history__datepicker .fld-block+.bet-history__datepicker .fld-block-block {
    margin-left: 15px
}

.bet-history__datepicker .lbl {
    display: inline-block;
    margin-right: 10px
}

.bet-history__datepicker .lbl:not(.lbl-light) {
    font-weight: 400;
    color: #000
}

.bet-history__btn {
    display: inline-block;
    vertical-align: top;
    width: 224px
}

.bet-history__clear {
    position: absolute;
    margin: 0 auto !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    opacity: 0;
    text-align: center;
    transition: opacity .5s
}

.bet-history__clear--show {
    opacity: 1;
    background: red
}

.welcome-bonus {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    z-index: 2
}

.welcome-bonus+.transparent {
    z-index: 1
}

.welcome-bonus__close {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 20px;
    right: 20px;
    cursor: pointer
}

.welcome-bonus__popup {
    position: relative;
    width: 672px;
    margin-top: 64px
}

.welcome-bonus--with-illustration .welcome-bonus__popup {
    padding-top: 0;
    margin-top: 0
}

.welcome-bonus__popup .scroll-content {
    padding-top: 0
}

.welcome-bonus--with-illustration .welcome-bonus__popup .scroll-content {
    padding-top: 224px
}

.welcome-bonus__title {
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px
}

.welcome-bonus__info {
    position: relative;
    top: 0;
    width: 672px;
    min-height: 160px;
    margin-bottom: 40px;
    padding: 24px 32px 32px;
    background: linear-gradient(89.62deg, #4f8cde .08%, #1d2b6f 100.68%);
    border-radius: 12px;
    box-sizing: border-box;
    z-index: 1;
    transition: height .2s ease-in-out, box-shadow .2s;
    box-shadow: 0 0 10px 10px #000
}

.welcome-bonus--with-illustration .welcome-bonus__info {
    min-height: 192px;
    box-shadow: none
}

.welcome-bonus__info-inner {
    position: relative;
    width: 100%;
    z-index: 0
}

.welcome-bonus--with-illustration .welcome-bonus__info-inner {
    width: 330px
}

.welcome-bonus__info-title {
    display: inline-block
}

.welcome-bonus--with-illustration .welcome-bonus__info-title {
    display: block;
    margin-bottom: 6px
}

.welcome-bonus__subtitle {
    display: inline-block;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px
}

.welcome-bonus--with-illustration .welcome-bonus__subtitle {
    display: block;
    margin-bottom: 19px;
    font-weight: 400
}

.welcome-bonus__actions {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    margin-top: 24px
}

.welcome-bonus--with-illustration .welcome-bonus__actions {
    justify-content: space-between;
    margin-top: 0
}

.welcome-bonus__button.btn {
    width: 208px;
    margin: 0 32px 0 0
}

.welcome-bonus--with-illustration .welcome-bonus__button.btn {
    margin: 0
}

.welcome-bonus__timer-block {
    margin-top: -6px
}

.welcome-bonus__timer-title {
    display: block;
    margin-bottom: 2px;
    color: hsla(0, 0%, 100%, .6);
    font-size: 12px;
    line-height: 18px
}

.welcome-bonus__timer {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px
}

.welcome-bonus__illustration {
    position: absolute;
    top: 40%;
    right: 45px;
    z-index: 1;
    transform: translateY(-50%);
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s ease-in-out, visibility .1s
}

.welcome-bonus--with-illustration .welcome-bonus__illustration {
    opacity: 1;
    visibility: visible
}

.welcome-bonus__rules-block {
    margin-top: 224px;
    padding-bottom: 20vh
}

.welcome-bonus--with-illustration .welcome-bonus__rules-block {
    margin-top: 0
}

.welcome-bonus__rules-title {
    margin-bottom: 24px
}

.welcome-bonus__rules:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both
}

.welcome-bonus__rules ol,
.welcome-bonus__rules p,
.welcome-bonus__rules span,
.welcome-bonus__rules ul {
    color: #b8b8cc;
    font-size: 12px;
    line-height: 20px
}

.welcome-bonus__rules ol,
.welcome-bonus__rules ul {
    margin: 0 0 20px;
    padding: 0
}

.welcome-bonus__rules ol li,
.welcome-bonus__rules ul li {
    margin-bottom: 20px
}

.welcome-bonus__rules ul {
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 14px
}

.welcome-bonus__rules ol {
    counter-reset: item
}

.welcome-bonus__rules ol li {
    position: relative;
    display: block;
    padding-left: 32px
}

.welcome-bonus__rules ol li:before {
    content: counter(item) " ";
    counter-increment: item;
    position: absolute;
    top: 2px;
    left: 10px;
    color: rgba(184, 184, 204, .4)
}

.welcome-bonus__rules p {
    margin-bottom: 20px
}

.welcome-bonus .bonus-rules-table {
    float: right;
    width: 336px;
    margin: 56px 0 30px 30px;
    padding: 0 16px;
    background-color: rgba(184, 184, 204, .1);
    border-radius: 12px;
    box-sizing: border-box
}

.welcome-bonus .bonus-rules-table>div {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    height: 47px;
    border-bottom: 1px solid rgba(184, 184, 204, .06)
}

.welcome-bonus .bonus-rules-table>div:last-child {
    border-bottom: none
}

.welcome-bonus .bonus-rules-table>div span {
    font-size: 12px;
    line-height: 20px
}

.welcome-bonus .bonus-rules-table>div span:first-child {
    flex-grow: 0;
    flex-shrink: 1;
    color: #b8b8cc
}

.welcome-bonus .bonus-rules-table>div span:last-child {
    flex-shrink: 0;
    color: #fff;
    font-weight: 500
}

.new-pass-success__icon {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    height: 64px;
    margin-bottom: 16px
}

.new-pass-success__text {
    display: block;
    margin-bottom: 24px;
    text-align: center;
    color: #b8b8cc;
    font-size: 14px;
    line-height: 22px
}

.popup-container.bonus-balances {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    top: -13px;
    min-height: 560px;
    padding: 41px 39px 44px 47px;
    margin: 0
}

.bonus-balances__empty {
    align-self: center;
    margin-bottom: 4px;
    color: #b8b8cc;
    font-size: 14px;
    line-height: 24px
}

.bonus-balances__list {
    margin-bottom: 8px
}

.bonus-balances__container {
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    margin-bottom: 28px
}

.bonus-balances__amount {
    margin-bottom: 24px;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #fdbb2c
}

.bonus-balances__disclaimer {
    margin-bottom: 23px;
    padding-right: 8px;
    color: #b8b8cc;
    font-size: 12px;
    line-height: 20px
}

.bonus-balances__list-container {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    gap: 16px 8px;
    height: 420px;
    overflow-y: auto
}

.bonus-balances__list-container::-webkit-scrollbar {
    width: 4px
}

a.bonus-balances__to-bonuses {
    min-width: 224px;
    margin: 0 8px 0 0
}

.popup-container.sport-balances {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    top: -13px;
    min-height: 560px;
    padding: 44px 39px 48px 47px;
    margin: 0
}

.sport-balances__empty {
    align-self: center;
    margin-bottom: 32px;
    color: #b8b8cc;
    font-size: 14px;
    line-height: 24px
}

.sport-balances__list {
    margin-bottom: 8px
}

.sport-balances__container {
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    margin-bottom: 28px
}

.sport-balances__amount {
    margin-bottom: 22px;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #fdbb2c
}

.sport-balances__disclaimer {
    margin-bottom: 23px;
    padding-right: 8px;
    color: #b8b8cc;
    font-size: 12px;
    line-height: 20px
}

.sport-balances__list-container {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: 8px;
    row-gap: 16px;
    height: 420px;
    overflow-y: auto
}

.sport-balances__list-container::-webkit-scrollbar {
    width: 4px
}

.balance-won {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    z-index: 2
}

.balance-won__popup {
    position: relative;
    width: 364px;
    padding: 32px;
    background: url(assets/CV/Web/img/sys/popup/metal_texture_popup.png) 34px 164px repeat;
    background-size: 400px 400px;
    border-radius: 8px;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 1
}

.balance-won__popup:before {
    content: "";
    position: absolute;
    top: -125px;
    left: 50%;
    width: 250px;
    height: 250px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(253, 187, 44, .64) 0, rgba(253, 187, 44, 0) 100%);
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 0
}

.balance-won__popup:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 130px;
    height: 54px;
    background: url(assets/CV/Web/img/sys/popup/confetti.png) 50%/contain no-repeat;
    pointer-events: none;
    z-index: 1
}

.balance-won__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
    background: url(assets/CV/Web/svg/icon/close.svg) 50% no-repeat;
    background-size: 28px;
    cursor: pointer
}

.balance-won__info {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: flex-start
}

.balance-won__prize {
    position: relative;
    width: 120px;
    height: 120px;
    margin-bottom: 8px;
    background: url(assets/CV/Web/img/sys/popup/prize.png) 50%/contain no-repeat;
    z-index: 2
}

.balance-won__title {
    text-align: center;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    background: linear-gradient(180deg, #fff, #b8b8cc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.balance-won__text {
    text-align: center;
    color: #b8b8cc;
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 24px
}

.balance-won__text span {
    font-weight: 500;
    color: #fdbb2c
}

.btn.balance-won__button {
    width: 100%;
    margin: 0
}

.balance-won__background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .85);
    z-index: 0
}

.scrollbar-track.show,
div.scrollbar-track {
    background: transparent
}

.scrollbar-track.show-y {
    width: 4px
}

.scroll-content:hover~.scrollbar-track.show .scrollbar-thumb {
    opacity: 1
}

.scrollbar-track .scrollbar-thumb {
    width: 4px;
    cursor: pointer;
    opacity: .75;
    background: hsla(0, 0%, 100%, .1)
}

.scrollbar-track .scrollbar-thumb:active,
.scrollbar-track .scrollbar-thumb:hover {
    opacity: 1;
    background-color: hsla(0, 0%, 72.2%, .4)
}

.custom-scrollbar--outside-track {
    width: calc(100% + 20px)
}

.custom-scrollbar--outside-track .scroll-content {
    width: calc(100% - 20px)
}

.country-dropdown__list .scrollbar-track-y {
    right: 6px;
    width: 4px;
    opacity: .75
}

.country-dropdown__list .scrollbar-thumb-y {
    width: 4px;
    background: #2c303c
}

.popup-as2.popup-as2--vertical .scrollbar-thumb.scrollbar-thumb-y {
    opacity: 0;
    left: -2px
}

.ico {
    position: relative;
    display: inline-block
}

.ico-err.ico {
    width: 18px;
    height: 18px;
    background-image: url(assets/CV/Web/img/sys/sprites/spr-icons.png);
    background-repeat: no-repeat;
    background-position: -71px 0
}

.ico.fld-cancel {
    background-position: 0 -38px
}

.ico.fld-cancel,
.ico.fld-ok {
    width: 30px;
    height: 30px;
    background-image: url(assets/CV/Web/img/sys/sprites/spr-icons.png);
    background-repeat: no-repeat
}

.ico.fld-ok {
    background-position: -30px -38px
}

.ico-tmb-fav {
    width: 16px;
    height: 16px;
    background: url(assets/CV/Web/svg/icon/star/star-bg.svg) 50% no-repeat;
    transform: translate(0);
    transition: .2s
}

.ico-tmb-fav:after {
    content: "";
    position: absolute;
    top: 2px;
    right: auto;
    bottom: auto;
    left: 2px;
    width: 12px;
    height: 12px;
    z-index: 3;
    background: url(assets/CV/Web/svg/icon/star/star.svg) 50% no-repeat;
    transition: .2s;
    transform: scale(0)
}

.ico-tmb-fav:hover {
    cursor: pointer
}

.ico-tmb-fav-action {
    background: url(assets/CV/Web/svg/icon/star/star-action-bg.svg) 50% no-repeat;
    z-index: 4;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    transform: translateY(-20px)
}

.ico-tmb-fav-action span {
    font-size: 12px;
    color: hsla(0, 0%, 100%, .25);
    position: absolute;
    right: 20px;
    height: 16px;
    white-space: nowrap;
    line-height: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ico-tmb-fav-action:after {
    z-index: 3;
    transition: .2s;
    transform: scale(0)
}

.ico-arr {
    width: 24px;
    height: 21px;
    background-position: -185px -201px
}

.ico-arr,
.ico-balls {
    background-image: url(assets/CV/Web/img/sys/sprites/spr-icons.png);
    background-repeat: no-repeat
}

.ico-balls {
    background-position: 0 -197px;
    width: 58px;
    height: 54px
}

.ico-balls-sm {
    background-image: url(assets/CV/Web/img/sys/sprites/spr-icons.png);
    background-repeat: no-repeat;
    background-position: -133px -273px;
    width: 36px;
    height: 34px
}

.ico .ico-talisman-sm {
    position: absolute;
    top: -2px;
    left: -2px
}

.ico-talisman-md {
    width: 40px;
    height: 40px
}

.ico-talisman-md.talisman_1 {
    background-position: 0 -331px
}

.ico-talisman-md.talisman_1,
.ico-talisman-md.talisman_2 {
    background-image: url(assets/CV/Web/img/sys/sprites/spr-icons.png);
    background-repeat: no-repeat
}

.ico-talisman-md.talisman_2 {
    background-position: -48px -330px
}

.ico-talisman-md.talisman_3 {
    background-position: -90px -331px
}

.ico-talisman-md.talisman_3,
.ico-talisman-md.talisman_4 {
    background-image: url(assets/CV/Web/img/sys/sprites/spr-icons.png);
    background-repeat: no-repeat
}

.ico-talisman-md.talisman_4 {
    background-position: -138px -330px
}

.ico-talisman-md.talisman_5 {
    background-position: -190px -326px
}

.ico-talisman-md.talisman_5,
.ico-talisman-md.talisman_6 {
    background-image: url(assets/CV/Web/img/sys/sprites/spr-icons.png);
    background-repeat: no-repeat
}

.ico-talisman-md.talisman_6 {
    background-position: -240px -328px
}

.ico-talisman-md.talisman_7 {
    background-image: url(assets/CV/Web/img/sys/sprites/spr-icons.png);
    background-repeat: no-repeat;
    background-position: -287px -326px
}

.ico-talisman-sm {
    width: 20px;
    height: 21px
}

.ico-talisman-sm.talisman_1 {
    background-position: -5px -375px
}

.ico-talisman-sm.talisman_1,
.ico-talisman-sm.talisman_2 {
    background-image: url(assets/CV/Web/img/sys/sprites/spr-icons.png);
    background-repeat: no-repeat
}

.ico-talisman-sm.talisman_2 {
    background-position: -30px -375px
}

.ico-talisman-sm.talisman_3 {
    background-position: -52px -375px
}

.ico-talisman-sm.talisman_3,
.ico-talisman-sm.talisman_4 {
    background-image: url(assets/CV/Web/img/sys/sprites/spr-icons.png);
    background-repeat: no-repeat
}

.ico-talisman-sm.talisman_4 {
    background-position: -74px -375px
}

.ico-talisman-sm.talisman_5 {
    background-position: -100px -375px
}

.ico-talisman-sm.talisman_5,
.ico-talisman-sm.talisman_6 {
    background-image: url(assets/CV/Web/img/sys/sprites/spr-icons.png);
    background-repeat: no-repeat
}

.ico-talisman-sm.talisman_6 {
    background-position: -126px -375px
}

.ico-talisman-sm.talisman_7 {
    background-position: -150px -375px
}

.ico-talisman-sm.talisman_7,
.ico-trofies {
    background-image: url(assets/CV/Web/img/sys/sprites/spr-icons.png);
    background-repeat: no-repeat
}

.ico-trofies {
    background-position: -58px -198px;
    width: 57px;
    height: 51px
}

.ico-bonuses {
    background: url(assets/CV/Web/img/sys/popup/percent.png);
    width: 120px;
    height: 121px
}

.ico-bonuses--new {
    background: url(assets/CV/Web/img/sys/popup/bonuses/bonuses-icons.png);
    width: 88px;
    height: 42px
}

.ico-bonuses--new-one {
    background-position: -176px 0
}

.ico-bonuses--new-two {
    background-position: -88px 0
}

.ico-bonuses--new-three {
    background-position: 0 0
}

.ico-info {
    background-position: -213px -72px;
    width: 19px;
    height: 19px
}

.ico-info,
.ico-ticket {
    background-image: url(assets/CV/Web/img/sys/sprites/spr-icons.png);
    background-repeat: no-repeat
}

.ico-ticket {
    background-position: -234px -72px;
    width: 60px;
    height: 38px
}

.ico-mainPrise {
    background-position: -245px -205px;
    width: 86px;
    height: 113px
}

.ico-calendar,
.ico-mainPrise {
    background-image: url(assets/CV/Web/img/sys/sprites/spr-icons.png);
    background-repeat: no-repeat
}

.ico-calendar {
    width: 22px;
    height: 22px;
    background-position: -201px -47px
}

.active .ico-calendar,
a:hover .ico-calendar {
    background-position: -227px -47px
}

.ico-place1,
.ico-place2,
.ico-place3 {
    width: 41px;
    height: 60px
}

.ico-place1-l,
.ico-place2-l,
.ico-place3-l {
    width: 42px;
    height: 45px;
    margin-right: 4px !important
}

.ico-place1 {
    background-position: 0 -256px
}

.ico-place1,
.ico-place1-l {
    background-image: url(assets/CV/Web/img/sys/sprites/spr-icons.png);
    background-repeat: no-repeat
}

.ico-place1-l {
    background-position: 0 -269px
}

.ico-place2 {
    background-position: -45px -256px
}

.ico-place2,
.ico-place2-l {
    background-image: url(assets/CV/Web/img/sys/sprites/spr-icons.png);
    background-repeat: no-repeat
}

.ico-place2-l {
    background-position: -45px -269px
}

.ico-place3 {
    background-position: -92px -256px
}

.ico-place3,
.ico-place3-l {
    background-image: url(assets/CV/Web/img/sys/sprites/spr-icons.png);
    background-repeat: no-repeat
}

.ico-place3-l {
    background-position: -92px -269px
}

.privileges .ico {
    width: 30px;
    height: 24px;
    position: relative;
    cursor: default;
    background-image: url(assets/CV/Web/img/sys/sprites/sprite-privileges.png);
    background-repeat: no-repeat;
    opacity: .35;
    filter: alpha(opacity=35);
    margin: 0 -5px
}

.privileges .ico-privilege_1 {
    background-position: -30px 0
}

.privileges .ico-privilege_1.active {
    background-position: 0 0
}

.privileges .ico-privilege_2 {
    background-position: -30px -25px
}

.privileges .ico-privilege_2.active {
    background-position: 0 -25px
}

.privileges .ico-privilege_3 {
    background-position: -30px -50px
}

.privileges .ico-privilege_3.active {
    background-position: 0 -50px
}

.privileges .ico-privilege_4 {
    background-position: -30px -75px
}

.privileges .ico-privilege_4.active {
    background-position: 0 -75px
}

.privileges .ico-privilege_5 {
    background-position: -90px 0
}

.privileges .ico-privilege_5.active {
    background-position: -60px 0
}

.privileges .ico-privilege_6 {
    background-position: -90px -25px
}

.privileges .ico-privilege_6.active {
    background-position: -60px -25px
}

.privileges .ico-privilege_7 {
    background-position: -90px -50px
}

.privileges .ico-privilege_7.active {
    background-position: -60px -50px
}

.privileges .ico-privilege_8 {
    background-position: -90px -75px
}

.privileges .ico-privilege_8.active {
    background-position: -60px -75px
}

.privileges .ico-privilege_9 {
    background-position: -150px 0
}

.privileges .ico-privilege_9.active {
    background-position: -120px 0
}

.privileges .ico-privilege_10 {
    background-position: -150px -25px
}

.privileges .ico-privilege_10.active {
    background-position: -120px -25px
}

.privileges .ico-privilege_11 {
    background-position: -150px -50px
}

.privileges .ico-privilege_11.active {
    background-position: -120px -50px
}

.privileges .ico-privilege_12 {
    background-position: -150px -75px
}

.privileges .ico-privilege_12.active {
    background-position: -120px -75px
}

.privileges .ico-privilege_13 {
    background-position: -210px 0
}

.privileges .ico-privilege_13.active {
    background-position: -180px 0
}

.privileges .ico-privilege_14 {
    background-position: -210px -25px
}

.privileges .ico-privilege_14.active {
    background-position: -180px -25px
}

.privileges .ico-privilege_15 {
    background-position: -210px -50px
}

.privileges .ico-privilege_15.active {
    background-position: -180px -50px
}

.tbl-privileges .privileges .ico-privilege_15 {
    margin-top: 5px !important
}

.privileges .ico-privilege_16 {
    background-position: -210px -75px
}

.privileges .ico-privilege_16.active {
    background-position: -180px -75px
}

.privileges .ico.active {
    opacity: 1;
    filter: alpha(opacity=100)
}

.privileges.align-left .ico {
    float: left;
    margin: 0 -30px 0 0
}

.ico-eye:after {
    content: "";
    background: url(assets/CV/Web/img/eye_icon.png) 0 0 no-repeat;
    display: block;
    margin-top: 2px;
    width: 20px;
    height: 15px;
    cursor: pointer;
    opacity: .4;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.ico-eye:hover:after {
    opacity: 1
}

.disabled>.ico-eye {
    opacity: .2
}

.ico {
    z-index: 10
}

.ico .level {
    transition: background-size .1s;
    background-image: url(assets/CV/Web/img/sys/loyalty/level.png)
}

.ico .level,
.ico .level:after {
    display: block;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%, 100%;
    z-index: 1
}

.ico .level:after {
    content: "";
    width: 100%;
    height: 100%
}

.ico .level_1:after {
    background: url(assets/CV/Web/img/sys/loyalty/level-1.png?versiontemp=9999) 50%/contain
}

.ico .level_2:after {
    background-image: url(assets/CV/Web/img/sys/loyalty/level-2.png)
}

.ico .level_3:after {
    background-image: url(assets/CV/Web/img/sys/loyalty/level-3.png)
}

.ico .level_4:after {
    background-image: url(assets/CV/Web/img/sys/loyalty/level-4.png)
}

.ico .level_5:after {
    background-image: url(assets/CV/Web/img/sys/loyalty/level-5.png)
}

.ico .level_6:after {
    background-image: url(assets/CV/Web/img/sys/loyalty/level-6.png)
}

.ico .level_7:after {
    background-image: url(assets/CV/Web/img/sys/loyalty/level-7.png)
}

.ico .level-lg {
    width: 96px;
    height: 96px;
    margin: 0 -6px -19px
}

.ico .level-md {
    width: 71px;
    height: 71px;
    margin: -10px -12px -15px
}

.ico .level-sm {
    width: 45px;
    height: 45px;
    margin: -7px -6px -4px
}

.ico .level img {
    display: block
}

.ico .level--with-img:after {
    content: none
}

.ico .level--with-img img:hover,
.ico .level:hover:after {
    animation: scale .1s;
    animation-fill-mode: forwards
}

.ico .level:hover:after {
    transform: scale(1.05)
}

.ico .level.active .level img {
    animation: scalelevelicon .6s infinite alternate
}

.ico .level.disabled {
    filter: grayscale(100%);
    opacity: .6
}

.ico .level.disabled:hover img {
    animation: none
}

.ico .level.disabled:hover:after {
    background-size: 100%, 100%
}

.ico-level.active img {
    animation: scale .6s infinite alternate
}

.ico.user-bar__ico {
    border-width: 0;
    z-index: auto
}

.layout:not(.game-layout) .ico.user-bar__ico {
    margin-right: 18px
}

.ico.user-bar__ico .ico-bonus {
    background-image: url(assets/CV/Web/img/sys/sprites/spr-icons.png);
    background-repeat: no-repeat;
    background-position: -153px -520px;
    width: 36px;
    height: 36px
}

.ico.user-bar__ico .ico-talisman-md {
    width: 36px;
    height: 36px
}

.ico.user-bar__ico .ico-talisman-md.talisman_1 {
    background-position: -2px -401px
}

.ico.user-bar__ico .ico-talisman-md.talisman_2 {
    background-position: -44px -398px
}

.ico.user-bar__ico .ico-talisman-md.talisman_3 {
    background-position: -87px -400px
}

.ico.user-bar__ico .ico-talisman-md.talisman_4 {
    background-position: -130px -400px
}

.ico.user-bar__ico .ico-talisman-md.talisman_5 {
    background-position: -174px -400px
}

.ico.user-bar__ico .ico-talisman-md.talisman_6 {
    background-position: -218px -400px
}

.ico.user-bar__ico .ico-talisman-md.talisman_7 {
    background-position: -259px -400px
}

button.btn {
    width: 100%;
    padding: 0
}

.btn {
    display: block;
    position: relative;
    margin: 0 0 20px;
    color: #fff;
    background: linear-gradient(0deg, rgba(0, 0, 0, .5) 0, transparent);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .5);
    transition: box-shadow .2s linear, filter .2s linear;
    border: none;
    border-radius: 4px;
    font-weight: 400;
    filter: brightness(1);
    will-change: background, filter
}

.btn:hover {
    cursor: pointer;
    font-weight: 400;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .5);
    filter: brightness(1.1)
}

.btn:active {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
    font-weight: 400;
    filter: brightness(.9)
}

.btn,
.btn:hover,
.btn:hover>*,
.btn>* {
    text-decoration: none
}

.btn span {
    display: block;
    text-align: center
}

.btn-green {
    background-color: #00c13b
}

.btn-red {
    background-color: #d0021b
}

.btn-blue {
    background: linear-gradient(180deg, #226dbf, #04407d)
}

.btn-blue span {
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2)
}

.btn-transparent-yellow-board {
    background-color: transparent;
    border: 2px solid gold !important
}

.btn-transparent-yellow-board span {
    background-image: none;
    border: none
}

.btn-transparent-blue-board {
    background-color: rgba(0, 0, 0, .1);
    border: 2px solid #024b89 !important;
    padding: 0
}

.btn-transparent-blue-board span {
    background-image: none;
    border: none;
    font-size: 18px !important
}

.btn-icon-clear {
    position: absolute;
    display: block;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background: url(assets/CV/Web/svg/icon/icon_close.svg) 50% 50% no-repeat;
    z-index: 3
}

.btn-icon-clear:hover {
    cursor: pointer
}

.btn-download {
    position: relative;
    padding: 0;
    margin: 2px;
    box-shadow: 0 0 0 2px #080b2d, 0 0 0 3px #2c2d51
}

.btn-download:after,
.btn-download:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: auto
}

.btn-download:after {
    width: 20px;
    height: 24px;
    background-image: url(assets/CV/Web/img/sys/sprites/spr-icons-close-ab.png) !important;
    background-repeat: no-repeat;
    background-position: -40px 0;
    left: 8px;
    top: -2px;
    margin: auto
}

.btn-download:before {
    background-image: linear-gradient(135deg, #80cfc2, #006063 0, #148063 0, #006562 62%, #006063);
    width: 37px;
    height: 34px
}

.btn-download span {
    background: linear-gradient(180deg, #8dd535 0, #71c936 39%, #2bac3a);
    transition: background .5s;
    border: 0;
    padding: 1px 1px 1px 37px;
    text-transform: uppercase
}

.btn-download:hover:after {
    -webkit-animation: blinking .5s infinite;
    -o-animation: blinking .5s infinite;
    animation: blinking .5s infinite
}

.btn-download:hover span {
    background: linear-gradient(0deg, #8dd535 0, #71c936 39%, #2bac3a)
}

.btn-opacity {
    border: 2px solid hsla(0, 0%, 100%, .2);
    border-radius: 4px;
    box-sizing: border-box
}

.btn-opacity span {
    opacity: .6
}

a.btn-md,
button.btn-md,
div.btn-md {
    height: 32px
}

.btn-md span {
    line-height: 32px;
    height: 32px;
    font-size: 16px
}

a.btn-lg,
button.btn-lg,
div.btn-lg {
    height: 48px
}

.btn-lg span {
    line-height: 48px;
    height: 48px;
    font-size: 16px
}

.btn-lg-width {
    width: 256px;
    margin-left: auto;
    margin-right: auto
}

.btn-engage {
    height: 64px;
    background: url(assets/CV/Web/img/sys/btn/btn-redesign-bg.png) 0 0 repeat-x #000;
    transition: none
}

.btn-engage span {
    line-height: 64px;
    font-size: 24px;
    font-weight: 500;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, .7)
}

.btn-engage:before {
    content: "";
    width: 23px;
    height: 64px;
    background: url(assets/CV/Web/img/sys/btn/btn-engage-toggle.png) 50% no-repeat;
    background-position: 0 0;
    position: absolute;
    left: -23px;
    top: 0
}

.btn-engage:after {
    content: "";
    width: 55px;
    height: 82px;
    background: url(assets/CV/Web/img/sys/btn/btn-engage-toggle.png) 50% no-repeat;
    background-position: 0 -64px;
    position: absolute;
    right: -55px;
    top: -17px
}

.btn-engage:hover {
    filter: none;
    background-position: 0 -65px
}

.btn-engage:hover:before {
    background-position: 0 -315px
}

.btn-engage:hover:after {
    height: 84px;
    top: -21px;
    background-position: 0 -145px
}

.btn-engage:active {
    filter: none
}

.btn-engage:active,
.btn-engage:active:before {
    background-position: 0 0
}

.btn-engage:active:after {
    height: 74px;
    top: -9px;
    background-position: 0 -234px
}

.carousel-slider .carousel-caption .btn.btn-engage {
    left: 23px;
    top: 110px;
    width: 242px
}

.btn-disabled,
.btn-disabled:active,
.btn-disabled:hover {
    border: 2px solid hsla(0, 0%, 100%, .3);
    background: transparent;
    cursor: default;
    filter: none
}

.btn-disabled:active span,
.btn-disabled:hover span,
.btn-disabled span {
    color: hsla(0, 0%, 100%, .6)
}

.btn-disabled:not(.tooltipstered),
.btn-disabled:not(.tooltipstered):active,
.btn-disabled:not(.tooltipstered):hover {
    pointer-events: none
}

.btn-two-lines-info {
    display: block;
    line-height: 1
}

.btn-disabled .btn-two-lines-info:first-child {
    color: #abafb3
}

.btn-blue .btn-two-lines-info:last-child {
    color: #9bafc4
}

.btn-red .btn-two-lines-info:last-child {
    color: #fb9395
}

.btn-disabled .btn-two-lines-info:last-child {
    color: #636970;
    text-shadow: 0 1px 1px rgba(8, 9, 9, .48)
}

.btn-disabled .btn-two-lines-info:last-child b {
    color: #b08a2e
}

.btn-two-lines-info:last-child b {
    font-weight: 400
}

.btn-two-lines.btn-lg .btn-two-lines-info:first-child {
    font-size: 18px;
    padding: 5px 0 3px
}

.game-block .btn-two-lines.btn-lg .btn-two-lines-info:first-child {
    font-size: 17px
}

.btn-two-lines.btn-lg .btn-two-lines-info:last-child {
    font-size: 12px;
    font-weight: 400
}

.btn-two-lines.btn-disabled span {
    background-image: url("data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABkAAD/4QMvaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzA2NyA3OS4xNTc3NDcsIDIwMTUvMDMvMzAtMjM6NDA6NDIgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE1IChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3N0QxMjk4REQ5NjIxMUU1OEQwNUM0MTQ3ODJCQkE0MSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3N0QxMjk4RUQ5NjIxMUU1OEQwNUM0MTQ3ODJCQkE0MSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjc3RDEyOThCRDk2MjExRTU4RDA1QzQxNDc4MkJCQTQxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjc3RDEyOThDRDk2MjExRTU4RDA1QzQxNDc4MkJCQTQxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/+4AJkFkb2JlAGTAAAAAAQMAFQQDBgoNAAAE8wAABRwAAAVYAAAFg//bAIQAAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQICAgICAgICAgICAwMDAwMDAwMDAwEBAQEBAQECAQECAgIBAgIDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMD/8IAEQgALAAGAwERAAIRAQMRAf/EAI4AAQEBAAAAAAAAAAAAAAAAAAcGCQEBAQAAAAAAAAAAAAAAAAAAAAUQAAEDBQEAAAAAAAAAAAAAAAAgARQCEhMjBBURAAIABwEAAAAAAAAAAAAAAAAxENECkqIDM0MSAQAAAAAAAAAAAAAAAAAAACATAAECBgMAAAAAAAAAAAAAAAAgARDwEWGR0VFx8f/aAAwDAQACEQMRAAABzIqTm0tg6B8nj//aAAgBAQABBQLH1HnsX0E8kuaz/9oACAECAAEFAlf/2gAIAQMAAQUCV//aAAgBAgIGPwJf/9oACAEDAgY/Al//2gAIAQEBBj8C6br65igxnrgf/9oACAEBAwE/IQJanRhiWpNd4L//2gAIAQIDAT8hV//aAAgBAwMBPyFX/9oADAMBAAIRAxEAABBvv/8A/9oACAEBAwE/EDz5r7LgKOGJO3QP/9oACAECAwE/EFf/2gAIAQMDAT8QV//Z");
    background-position: 0 0;
    background-repeat: repeat-x
}

.btn-two-lines.btn-disabled:active span,
.btn-two-lines.btn-disabled:hover span {
    background-position: 0 0
}

.btn-is-active,
.btn-is-active:active,
.btn-is-active:hover {
    pointer-events: none;
    border: none;
    background: transparent !important
}

.btn-is-active:active span,
.btn-is-active:hover span,
.btn-is-active span {
    background: none;
    box-shadow: inset 0 0 0 2px hsla(0, 0%, 100%, .2);
    border: none;
    border-radius: 4px;
    cursor: default;
    color: hsla(0, 0%, 100%, .6);
    text-shadow: none
}

.notification--border-none .btn-lg {
    height: 48px !important
}

.notification--border-none .btn-lg span {
    line-height: 48px !important
}

.popup-dark .popup-center .btn {
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: 400
}

.loyalty__center .exchanger .btn {
    margin-top: 0;
    margin-bottom: 0
}

.bonuses-popup-footer .btn {
    width: 288px
}

.loyalty-confirm .btn {
    margin-bottom: 0
}

.lottery .promo-action__btns {
    padding: 11px 5px 0 10px
}

.loyalty__center .exchanger .grid-wrapper-cols {
    margin-top: 4px
}

.user-bar__reg {
    border: none;
    padding: 0 3px 3px;
    box-shadow: none;
    background-color: transparent
}

.user-bar__reg:hover .user-bar__reg-title {
    background-position: 0
}

.user-bar__header .user-bar__block .btn-blue span {
    line-height: 40px
}

.control-list {
    font-size: 0;
    line-height: 0;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.control-list li {
    display: inline-block;
    margin: 0 7px
}

.control-filter {
    display: block;
    position: relative;
    height: 34px;
    min-width: 14px;
    text-decoration: none
}

.control-filter span {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    line-height: 36px;
    z-index: 2
}

.control-btn,
.control-filter span {
    height: 34px;
    padding: 0 5px;
    position: relative
}

.control-btn {
    display: block;
    min-width: 14px;
    border: 2px solid #000;
    color: #4d5d6c;
    text-shadow: 0 2px 2px #090e14;
    text-transform: uppercase;
    text-decoration: none;
    background-image: url(assets/CV/Web/img/sys/sprites/sprite-strips.png);
    background-position: 50% -370px;
    background-repeat: repeat-x
}

button.control-btn {
    height: 28px;
    min-width: 38px
}

.control-btn:after,
.control-btn:before {
    content: "";
    width: 5px;
    height: 34px;
    top: 0;
    position: absolute;
    z-index: 1
}

.control-btn:before {
    left: 0;
    background-position: -79px -256px
}

.control-btn:after,
.control-btn:before {
    background-image: url(assets/CV/Web/img/sys/sprites/sprite-strips.png);
    background-repeat: repeat-x
}

.control-btn:after {
    right: 0;
    background-position: -85px -256px
}

.control-btn span {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    line-height: 36px;
    padding: 0 5px
}

.control-btn .ico,
.control-btn span {
    height: 34px;
    position: relative;
    z-index: 2
}

.control-btn .ico {
    width: 34px;
    margin: 0 -5px
}

.control-btn .ico:after {
    content: "";
    position: absolute;
    margin: 0 auto;
    right: 0
}

.control-btn .ico-ctrl-pop:after {
    top: 5px;
    left: 2px;
    height: 24px;
    background-position: -110px 0
}

.control-btn .ico-ctrl-az:after,
.control-btn .ico-ctrl-pop:after {
    width: 26px;
    background-image: url(assets/CV/Web/img/sys/sprites/spr-icons.png);
    background-repeat: no-repeat
}

.control-btn .ico-ctrl-az:after {
    top: 9px;
    left: 1px;
    height: 18px;
    background-position: -109px -25px
}

.control-btn .ico-ctrl-prize:after {
    top: 6px;
    width: 13px;
    height: 24px;
    background-position: -65px -42px
}

.control-btn .ico-ctrl-fav:after,
.control-btn .ico-ctrl-prize:after {
    left: 0;
    background-image: url(assets/CV/Web/img/sys/sprites/spr-icons.png);
    background-repeat: no-repeat
}

.control-btn .ico-ctrl-fav:after {
    top: 7px;
    width: 22px;
    height: 22px;
    background-position: -111px -46px
}

.control-btn .ico-search:after {
    top: 6px;
    left: 1px;
    width: 24px;
    height: 25px;
    background-image: url(assets/CV/Web/img/sys/sprites/spr-icons.png);
    background-repeat: no-repeat;
    background-position: -171px -2px
}

.control-btn .ico-logout:after {
    top: 0;
    left: 0;
    width: 34px;
    height: 34px;
    background-image: url(assets/CV/Web/img/sys/sprites/spr-icons.png);
    background-repeat: no-repeat;
    background-position: -131px -198px
}

.control-btn .ico-inbox:after,
.control-btn .ico-inbox:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 34px;
    height: 34px
}

.control-btn .ico-inbox:after {
    background-position: -172px -74px
}

.control-btn .ico-inbox:after,
.control-btn .ico-inbox:before {
    background-image: url(assets/CV/Web/img/sys/sprites/spr-icons.png);
    background-repeat: no-repeat
}

.control-btn .ico-inbox:before {
    opacity: 0;
    filter: alpha(opacity=0);
    background-position: -172px -116px;
    z-index: 2
}

.control-btn .ico-wheel:after {
    position: absolute;
    content: "";
    top: 3px;
    left: 0;
    width: 26px;
    height: 30px;
    background-image: url(assets/CV/Web/img/sys/sprites/spr-icons.png);
    background-repeat: no-repeat;
    background-position: -175px -277px
}

.control-btn .msg {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 17px;
    height: 17px;
    font-size: 15px;
    font-weight: 700;
    line-height: 17px;
    color: #fff;
    text-align: center;
    text-indent: -1px;
    background: #d30000;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
    border: 1px solid #000;
    -webkit-box-shadow: 0 2px 3px 0 #000;
    -moz-box-shadow: 0 2px 3px 0 #000;
    box-shadow: 0 2px 3px 0 #000;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10
}

.control-btn .msg.zero {
    display: none
}

.control-btn.blinking .ico:before {
    -webkit-animation: blinking-full 1s infinite;
    -o-animation: blinking-full 1s infinite;
    animation: blinking-full 1s infinite;
    -webkit-transition: opacity .1s linear;
    -o-transition: opacity .1s linear;
    transition: opacity .1s linear
}

.control-btn.blinking:hover .ico:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-animation: 0s infinite none;
    -o-animation: none 0s infinite;
    animation: 0s infinite none
}

.control-btn.active,
.control-btn:hover {
    text-decoration: none
}

.control-btn.active,
.control-btn:not(.disabled):hover {
    color: #fff;
    text-shadow: 0 2px 2px #070c11;
    background-position: 50% -300px
}

.control-btn.active:after,
.control-btn.active:before,
.control-btn:not(.disabled):hover:after,
.control-btn:not(.disabled):hover:before {
    width: 9px
}

.control-btn.active:before,
.control-btn:not(.disabled):hover:before {
    background-position: -58px -256px
}

.control-btn.active:after,
.control-btn:not(.disabled):hover:after {
    background-position: -68px -256px
}

.control-btn.active .ico-ctrl-pop:after,
.control-btn:not(.disabled):hover .ico-ctrl-pop:after {
    background-position: -138px 1px
}

.control-btn.active .ico-ctrl-az:after,
.control-btn:not(.disabled):hover .ico-ctrl-az:after {
    background-position: -137px -24px
}

.control-btn.active .ico-ctrl-prize:after,
.control-btn:not(.disabled):hover .ico-ctrl-prize:after {
    background-position: -81px -42px
}

.control-btn.active .ico-ctrl-fav:after,
.control-btn:not(.disabled):hover .ico-ctrl-fav:after {
    background-position: -139px -46px
}

.control-btn.active .ico-search:after,
.control-btn:not(.disabled):hover .ico-search:after {
    background-position: -171px -32px
}

.control-btn.active .ico-logout:after,
.control-btn:not(.disabled):hover .ico-logout:after {
    background-position: -196px -233px
}

.control-btn.disabled,
.control-btn.disabled:hover {
    cursor: default;
    color: #0b1119;
    text-shadow: 0 1px 1px #3a546a;
    background-position: 50% -335px
}

.control-btn.disabled:after,
.control-btn.disabled:before,
.control-btn.disabled:hover:after,
.control-btn.disabled:hover:before {
    width: 5px
}

.control-btn.disabled:before,
.control-btn.disabled:hover:before {
    background-position: -91px -256px
}

.control-btn.disabled:after,
.control-btn.disabled:hover:after {
    background-position: -97px -256px
}

.control-btn:active {
    top: 1px
}

.pull-left .control-list li,
.pull-right .control-list li {
    margin: 0 1px 0 0
}

.control-btn.yellow.active,
.control-btn.yellow:not(.disabled):hover {
    background-position: 50% -681px
}

.control-btn.yellow.active .ico-wheel:after,
.control-btn.yellow:not(.disabled):hover .ico-wheel:after {
    top: 6px;
    left: 2px;
    background-image: url(assets/CV/Web/img/sys/sprites/spr-icons.png);
    background-repeat: no-repeat;
    background-position: -205px -281px
}

.control-btn.yellow.active:before,
.control-btn.yellow:not(.disabled):hover:before {
    background-position: -124px -408px
}

.control-btn.yellow.active:after,
.control-btn.yellow:not(.disabled):hover:after {
    background-position: -135px -408px
}

.btn.focus.btn-red span {
    border-top-color: #7c0001;
    border-bottom-color: #5f0001
}

.btn.focus.btn-green span {
    border-top-color: #398c0f;
    border-bottom-color: #327a0d
}

.btn.focus.btn-blue span {
    border-top-color: #012b65;
    border-bottom-color: #012556
}

.btn.focus.btn-md.btn-green span,
.btn.focus.btn-md.btn-red span {
    background-position: 50% -294px
}

.btn.focus.btn-md.btn-blue span {
    background-position: 50% -66px
}

.btn.focus.btn-lg.btn-green span,
.btn.focus.btn-lg.btn-red span {
    background-position: 50% -413px
}

.btn.focus.btn-lg.btn-blue span {
    background-position: 50% -185px
}

.btn .btn.focus.btn-engage {
    background-position: -132px -77px
}

.btn.focus.btn-disabled.btn-md {
    border: 1px solid #23252a;
    background: #000;
    cursor: default
}

.btn.focus.btn-disabled.btn-md span {
    border-color: transparent;
    color: #4d5d6c;
    text-shadow: 0 1px 2px #000
}

.redesign-btn {
    width: 24px;
    height: 18px;
    display: inline-block;
    position: relative
}

.redesign-btn--red.btn-md {
    width: 154px;
    padding: 4px;
    position: relative;
    text-align: center
}

.redesign-btn--red.btn-md span {
    display: block;
    width: 100%;
    padding: 0;
    background-repeat: no-repeat;
    border-width: 0;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    text-shadow: none
}

.redesign-btn--red.btn-md:hover {
    text-decoration: none;
    border-color: #846023
}

.redesign-btn--red.btn-md:hover span {
    border-top-color: #4d2d00;
    border-bottom-color: #724300;
    background-position: -31px -793px
}

.redesign-btn--red.btn-md:active {
    border-color: #846023
}

.redesign-btn--red.btn-md:active span {
    border-top-color: #7c0001;
    border-bottom-color: #5f0001;
    background-position: -31px -840px
}

.redesign-btn-envelope {
    position: absolute;
    bottom: 1px;
    right: 11px
}

.redesign-btn-envelope.active .ico-envelope:before {
    background-image: url(assets/CV/Web/svg/icon/messages/shape-active.svg)
}

.redesign-btn-envelope.active .ico-envelope:after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    border-radius: 20%;
    background-color: rgba(80, 0, 10, .7);
    box-shadow: 0 0 10px 3px #5f0001;
    -webkit-animation: blinking-half .7s infinite;
    -o-animation: blinking-half .7s infinite;
    animation: blinking-half .7s infinite
}

.redesign-btn .ico {
    position: relative
}

.redesign-btn .ico:after,
.redesign-btn .ico:before {
    display: block;
    position: absolute
}

.redesign-btn .ico-envelope {
    width: 25px;
    height: 19px;
    border-radius: 3px;
    padding: 2px;
    background: #000;
    box-sizing: border-box
}

.redesign-btn .ico-envelope:before {
    content: "";
    width: 21px;
    height: 15px;
    border-radius: 1px;
    z-index: 1;
    background: url(assets/CV/Web/svg/icon/messages/shape.svg) no-repeat
}

.redesign-btn.blinking .ico:before {
    -webkit-animation: blinking-full 1s infinite;
    -o-animation: blinking-full 1s infinite;
    animation: blinking-full 1s infinite;
    -webkit-transition: opacity .1s linear;
    -o-transition: opacity .1s linear;
    transition: opacity .1s linear
}

.redesign-btn.blinking:hover .ico:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-animation: 0s infinite none;
    -o-animation: none 0s infinite;
    animation: 0s infinite none
}

.redesign .msg {
    position: absolute;
    top: -7px;
    right: -5px;
    width: 16px;
    height: 16px;
    font-size: 10px;
    font-weight: 500;
    line-height: 16px;
    text-indent: 0;
    color: #fff;
    text-align: center;
    background: #f34c5d;
    background: -moz-linear-gradient(top, #f34c5d 0, #a51027 100%);
    background: -webkit-linear-gradient(top, #f34c5d, #a51027);
    background: linear-gradient(180deg, #f34c5d 0, #a51027);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f34c5d", endColorstr="#a51027", GradientType=0);
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10
}

.redesign .msg--big {
    width: 28px;
    height: 16px;
    right: -15px;
    border-radius: 8px;
    background-image: linear-gradient(-180deg, #f5515f, #9f041b);
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, .5)
}

.redesign-wheelfortune {
    display: block;
    position: relative;
    padding: 2px;
    background: #17212a;
    background-image: linear-gradient(0deg, transparent, #000);
    box-shadow: 0 0 0 0 hsla(0, 0%, 100%, .1), inset 0 1px 1px 0 #000;
    border-radius: 50%
}

.redesign-wheelfortune .msg {
    top: -3px;
    right: -3px
}

.redesign-wheelfortune-inner {
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    animation: wheel-rotate 1s linear infinite;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    animation-play-state: paused
}

.redesign-wheelfortune-inner.wheel-rotate-paused {
    -webkit-animation: none !important;
    -o-animation: none !important;
    animation: none !important
}

.redesign-wheelfortune-inner:after {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-size: cover;
    background-image: url(assets/CV/Web/img/wheelfortune/user-bar__btn/roulette_36_bg2x.png);
    animation: wheel-rotate 2.5s linear infinite;
    z-index: 0;
    transition: all 3s ease-in-out
}

.redesign-wheelfortune:hover .redesign-wheelfortune-inner {
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    animation-play-state: running
}

.redesign-wheelfortune .ico {
    display: block;
    width: 36px;
    height: 36px;
    background-size: cover;
    background-image: url(assets/CV/Web/img/wheelfortune/user-bar__btn/roulette_36_2x.png);
    z-index: 2
}

.nav-list .msg {
    top: 0;
    right: auto;
    left: 100%;
    margin-left: -10px
}

@keyframes wheel-rotate {
    to {
        transform: rotate(1turn)
    }
}

.btn[data-disabled-text].btn-disabled span,
.btn[data-disabled-text][disabled] span {
    opacity: 0
}

.btn[data-disabled-text].btn-disabled:after,
.btn[data-disabled-text][disabled]:after {
    content: attr(data-disabled-text);
    height: inherit;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    font-size: 16px
}

.btn[data-disabled-text].btn-disabled.btn-md:after,
.btn[data-disabled-text][disabled].btn-md:after {
    font-size: 16px;
    line-height: 32px
}

.btn[data-disabled-text].btn-disabled.btn-lg:after,
.btn[data-disabled-text][disabled].btn-lg:after {
    font-size: 16px;
    line-height: 48px
}

.load-more {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 0 40px 0 0
}

.load-more__icon {
    width: 22px;
    height: 22px;
    transition: transform .4s linear
}

.load-more__text {
    position: relative;
    margin-left: 20px;
    background: linear-gradient(180deg, #fff, #b8b8cc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2)
}

html.ie .load-more__text {
    background: none;
    color: #ffd401
}

.load-more__text:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    background-color: inherit;
    transition: background-color .1s linear
}

.load-more:hover .load-more__icon {
    transform: rotate(1turn)
}

.load-more:hover .load-more__text:before {
    background: #b8b8cc
}

.load-more--disabled {
    pointer-events: none
}

.load-more--disabled .load-more__icon {
    animation: rotate .8s linear infinite
}

.hint {
    width: auto;
    max-width: 85%;
    height: auto;
    min-height: 20px;
    z-index: 99999;
    border: 1px solid red;
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
    font-size: 13px !important;
    line-height: 18px;
    top: auto;
    right: -2px;
    bottom: 100%;
    left: auto;
    margin-bottom: 4px;
    padding: 3px 8px
}

.hint,
.hint:after {
    background: #720b0b;
    position: absolute
}

.hint:after {
    content: "";
    width: 10px;
    height: 10px;
    bottom: -6px;
    right: 11px;
    border-right: 1px solid red;
    border-bottom: 1px solid red;
    -moz-transform: scale(1) rotate(45deg);
    -webkit-transform: scale(1) rotate(45deg);
    -o-transform: scale(1) rotate(45deg);
    -ms-transform: scale(1) rotate(45deg);
    transform: scale(1) rotate(45deg)
}

.hint-right .hint {
    right: -96%;
    top: -3px;
    bottom: auto
}

.hint-right .hint:after {
    left: -6px;
    top: 50%;
    margin-top: -5px;
    -moz-transform: scale(1) rotate(135deg);
    -webkit-transform: scale(1) rotate(135deg);
    -o-transform: scale(1) rotate(135deg);
    -ms-transform: scale(1) rotate(135deg);
    transform: scale(1) rotate(135deg)
}

.hint-left .hint {
    left: -97%;
    top: -3px;
    bottom: auto
}

.hint-left .hint:after {
    right: -6px;
    left: auto;
    top: 50%;
    margin-top: -5px;
    -moz-transform: scale(1) rotate(-45deg);
    -webkit-transform: scale(1) rotate(-45deg);
    -o-transform: scale(1) rotate(-45deg);
    -ms-transform: scale(1) rotate(-45deg);
    transform: scale(1) rotate(-45deg)
}

.hint-bottom .hint {
    top: 100%;
    margin-top: 4px;
    bottom: auto
}

.hint-bottom .hint:after {
    right: 11px;
    left: auto;
    top: -2px;
    margin-top: -4px;
    -moz-transform: scale(1) rotate(-135deg);
    -webkit-transform: scale(1) rotate(-135deg);
    -o-transform: scale(1) rotate(-135deg);
    -ms-transform: scale(1) rotate(-135deg);
    transform: scale(1) rotate(-135deg)
}

.hint-blue {
    border: 1px solid #28c2f8;
    background: #1c147b
}

.hint-blue:after {
    border-right: 1px solid #28c2f8;
    border-bottom: 1px solid #28c2f8;
    background: #1c147b
}

.hint-grey {
    border-color: #46688a;
    background-color: #262a30
}

.hint-grey:after {
    border-right-color: #46688a;
    border-bottom-color: #46688a;
    background: #262a30
}

.hint.disabled {
    display: none;
    visibility: hidden
}

.hint-info,
.hint-userbar {
    padding-bottom: 4px;
    font-weight: 400;
    max-width: 140px;
    width: 140px;
    text-transform: none !important;
    top: 100% !important;
    white-space: normal !important;
    height: auto !important;
    bottom: auto !important;
    left: -17px;
    right: auto !important;
    margin-top: 8px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .5);
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.hint-info:after,
.hint-userbar:after {
    left: 23px !important
}

.hint-info p,
.hint-userbar p {
    font-weight: 400;
    line-height: 12px;
    color: #eeeff1;
    font-size: 12px;
    margin: 0 0 5px;
    text-align: left
}

.hint-info span,
.hint-userbar span {
    color: #7d92a9;
    font-size: 13px
}

html:not(.safari) .hint-info span,
html:not(.safari) .hint-userbar span {
    line-height: 15px
}

.hint-info #sample_countdown,
.hint-userbar #sample_countdown {
    color: #ffc300;
    font-size: 13px;
    line-height: 15px
}

.hint-info.disabled,
.hint-userbar.disabled {
    font-size: 14px !important;
    height: 56px
}

.hint__bottom-center .hint {
    top: 100%;
    margin-top: 4px;
    bottom: auto
}

.hint__bottom-center .hint:after {
    width: 15px;
    height: 15px;
    right: 0 !important;
    left: 0 !important;
    top: -9px;
    margin: 0 auto;
    -moz-transform: scale(1) rotate(-135deg);
    -webkit-transform: scale(1) rotate(-135deg);
    -o-transform: scale(1) rotate(-135deg);
    -ms-transform: scale(1) rotate(-135deg);
    transform: scale(1) rotate(-135deg)
}

.hint__top-right .hint {
    top: 100%;
    margin-top: 4px;
    bottom: auto
}

.hint__top-right .hint:after {
    width: 15px;
    height: 15px;
    right: 0 !important;
    left: 59% !important;
    top: -8px;
    margin: 0 auto;
    -moz-transform: scale(1) rotate(-135deg);
    -webkit-transform: scale(1) rotate(-135deg);
    -o-transform: scale(1) rotate(-135deg);
    -ms-transform: scale(1) rotate(-135deg);
    transform: scale(1) rotate(-135deg)
}

.hint__dark {
    border-color: #38588b;
    background-color: #000;
    padding: 2px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    min-width: max-content;
    min-width: -moz-max-content;
    min-width: -webkit-max-content;
    max-width: none;
    left: -65px
}

.hint__dark:after {
    border-right-color: #30404d;
    border-bottom-color: #30404d;
    background: #0a1e2e
}

.redesign .hint__dark.hint-userbar {
    margin-top: 11px;
    padding: 0;
    border: none;
    background-color: transparent;
    min-width: 140px;
    position: absolute
}

.hint-userbar .hint__text {
    box-sizing: border-box;
    background-color: #0a1e2e;
    color: #62748c;
    font-size: 14px;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 0;
    border-bottom: none
}

.hint-userbar .hint__text:first-child .hint-userbar .hint__text-inner {
    padding: 3px 20px 15px;
    border-radius: 5px 5px 0 0;
    border-top: 1px solid #30404d
}

.hint-userbar .hint__text:first-child .hint-userbar .hint__text-inner:after,
.hint-userbar .hint__text:first-child .hint-userbar .hint__text-inner:before {
    content: none
}

.hint-userbar .hint__text:last-child .hint-userbar .hint__text-inner {
    border-radius: 0 0 5px 5px;
    padding: 12px 20px 10px
}

.hint-userbar .hint__text a,
.hint-userbar .hint__text span {
    float: right;
    color: #27bff8;
    font-size: 15px;
    text-transform: uppercase;
    margin-left: 10px
}

.hint-balance {
    display: table;
    left: -30px;
    border-radius: 5px
}

.hint-balance .symbol--divider {
    position: absolute;
    bottom: -11px;
    right: 20px;
    z-index: 2
}

.hint-balance .symbol--divider .symbol-plus {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    font-style: normal;
    line-height: 21px;
    color: #27bff8;
    background: #17212a;
    background-image: linear-gradient(0deg, transparent, #000);
    box-shadow: 0 0 0 .3px hsla(0, 0%, 100%, .1), inset 0 1px 1px 0 #000
}

.redesign .hint-balance.hint {
    left: -30px
}

.redesign .hint-balance.hint:after {
    margin-top: -5px
}

.hint-balance .hint__text {
    display: block;
    margin-bottom: 0;
    position: relative;
    text-align: right;
    background: none
}

.hint-balance .hint__text-inner {
    padding: 7px 21px;
    height: 53px
}

.hint-balance .hint__text:after {
    background-color: #000;
    top: 0
}

.hint-balance .hint__text:after,
.hint-balance .hint__text:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0
}

.hint-balance .hint__text:before {
    background-color: hsla(0, 0%, 100%, .1);
    top: 1px
}

.hint-balance .hint__text:first-child:after,
.hint-balance .hint__text:first-child:before {
    content: none
}

.hint-balance .hint__text:last-child .hint__text-inner {
    padding-top: 20px;
    height: 44px
}

.hint-balance .hint__text a,
.hint-balance .hint__text span {
    float: none;
    display: block;
    margin: 0
}

.hint-balance .hint__text .hint__title {
    text-transform: lowercase;
    color: #fff;
    font-size: 10px;
    font-weight: 100;
    margin-bottom: 3px
}

.hint-white {
    display: flex;
    flex-direction: column;
    margin-top: 11px;
    padding: 0;
    box-sizing: border-box;
    border: none;
    border-radius: 8px;
    position: absolute;
    height: auto;
    top: 100%;
    bottom: auto;
    right: auto;
    left: auto;
    min-width: 144px;
    min-width: max-content;
    max-width: none;
    width: 144px;
    background: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .4);
    text-transform: none;
    white-space: normal;
    z-index: 2
}

.hint-white:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: -6px;
    bottom: 0;
    margin: 0 auto;
    border: 1px solid transparent;
    background: #fff !important;
    transform: scale(1) rotate(-135deg)
}

.hint-white:after {
    content: "";
    display: block;
    position: absolute;
    top: -12px;
    width: 100%;
    height: 12px
}

.hint-white__item {
    padding: 16px 16px 0
}

.hint-white__item span {
    vertical-align: top
}

.hint-white__item:last-child {
    padding-bottom: 10px
}

.hint-white__item-profile {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    background: none;
    cursor: pointer;
    border-top: 1px solid hsla(0, 0%, 100%, .6);
    border-bottom: 1px solid rgba(9, 23, 46, .1);
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #000;
    width: 100%;
    padding: 10px 8px 12px 12px;
    box-sizing: border-box
}

.hint-white__item-profile span {
    margin-left: 12px
}

.hint-white__item-profile svg {
    width: 24px;
    height: 24px;
    fill: #000
}

.hint-white__item-profile:hover {
    color: #fdbb2c;
    text-decoration: none
}

.hint-white__item-profile:hover svg,
.hint-white__item-profile:hover svg path {
    fill: #fdbb2c
}

.hint-white__item-profile:first-child {
    border-top: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-top: 12px
}

.hint-white__item-profile:last-child {
    border-bottom: none
}

.hint-white__item:hover {
    text-decoration: none
}

.hint-white__title {
    display: block;
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    color: #b8b8cc
}

.hint-white__info {
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #09172e;
    margin: 0;
    text-align: left
}

.hint-white__number {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #09172e;
    padding: 0;
    margin: 0
}

.hint-white__text {
    display: block;
    box-sizing: border-box;
    width: 180px;
    max-width: 180px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #09172e
}

.hint-white__symbol-divider {
    position: relative;
    padding-bottom: 18px
}

.hint-white__symbol-plus {
    position: absolute;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    right: 13px;
    bottom: -11px
}

.hint-white__symbol-plus:after,
.hint-white__symbol-plus:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 2px;
    border-radius: 4px;
    background: #000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.hint-white__symbol-plus:after {
    transform: rotate(90deg)
}

.hint-white .text--ellipsis {
    max-width: 130px
}

.hint-white[data-white-tooltip=bonus] {
    width: 160px;
    left: -15px
}

.hint-white[data-white-tooltip=bonus]:before {
    left: 18px;
    right: auto
}

.hint-white[data-white-tooltip=bonus] .hint-white__item:first-child {
    padding-top: 10px
}

.hint-white[data-white-tooltip=bonus] .hint-white__item:nth-child(2) {
    padding-bottom: 13px
}

.hint-white[data-white-tooltip=cash] {
    right: -10px;
    text-align: right
}

.hint-white[data-white-tooltip=cash]:before {
    left: auto;
    right: 17px
}

.hint-white[data-white-tooltip=mail] {
    width: 160px;
    right: auto;
    left: auto
}

.hint-white[data-white-tooltip=mail]:before {
    left: 18px;
    right: auto
}

.hint-white[data-white-tooltip=user-bar-game] {
    right: auto;
    left: auto
}

.hint-white[data-white-tooltip=user-bar-game]:before {
    left: 34px;
    right: auto
}

.hint-white[data-white-tooltip=stash] {
    display: block;
    width: 192px;
    right: -20px;
    padding: 10px 16px 16px;
    box-sizing: border-box
}

.hint-white[data-white-tooltip=stash]:before {
    right: 26px
}

.hint-white[data-white-tooltip=stash] .stash-info {
    width: 160px;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px
}

.hint-balance {
    width: 178px;
    padding: 8px 0
}

.hint-balance__item {
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-end;
    justify-content: center;
    height: 56px;
    padding: 0 44px 0 22px;
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
    user-select: none
}

.hint-balance__item--active .hint-balance__value span,
.hint-balance__item--stable .hint-balance__value span {
    color: #000
}

.hint-balance__item:hover {
    background: #eceef0;
    text-decoration: none
}

.hint-balance__title {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-end
}

.hint-balance__title span {
    color: #b8b8cc;
    font-size: 10px;
    line-height: 16px
}

.hint-balance__counter {
    justify-content: center;
    width: 12px;
    height: 12px;
    margin-left: 4px;
    color: #fff;
    font-size: 10px;
    background: linear-gradient(180deg, #d73637, #780424);
    border-radius: 50%
}

.hint-balance__counter,
.hint-balance__value {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    font-weight: 500
}

.hint-balance__value {
    justify-content: flex-end;
    text-align: right;
    font-size: 16px;
    line-height: 24px
}

.hint-balance__value span {
    color: #b8b8cc
}

.hover-hint {
    cursor: default;
    position: relative
}

.hover-hint.green-block {
    margin-top: 7px;
    cursor: pointer
}

.hover-hint.green-block:hover .user-bar__data-title {
    color: #acd23f
}

.hover-hint .hint,
.hover-hint .hint-white {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity .3s ease-out, visibility 0s linear .3s
}

.hover-hint:hover .hint,
.hover-hint:hover .hint-white {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    transition-delay: 0s
}

.hover-hint.hint-left .hint {
    left: -97%;
    top: -3px;
    bottom: auto;
    height: auto
}

.click-hint {
    position: relative
}

.click-hint .hint {
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0)
}

.click-hint.active .hint {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible
}

.message .hint {
    min-width: 120px;
    max-width: 200px;
    text-align: left !important
}

.with-msg__circle a {
    position: relative
}

.msg__circle {
    display: none;
    position: absolute;
    top: -11px;
    right: -14px;
    width: 19px;
    height: 19px;
    font-size: 11px;
    font-weight: 700;
    line-height: 17px;
    color: #fff;
    text-align: center;
    text-indent: -1px;
    background: #d30000;
    text-shadow: 1px 2px 1px #000;
    border: 1px solid #000;
    -webkit-box-shadow: 0 2px 3px 0 #000;
    -moz-box-shadow: 0 2px 3px 0 #000;
    box-shadow: 0 2px 3px 0 #000;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10
}

.with-msg__circle .msg__circle {
    display: block
}

.ie .msg__circle {
    line-height: 16px;
    text-indent: 0
}

.hint-with-game {
    width: 184px;
    max-width: 184px;
    right: -16px;
    padding: 5px !important;
    text-align: center
}

.hint-with-game:after {
    right: 20px
}

.hint-with-game a {
    color: #00aeef
}

.hint-with-game__img,
.hint-with-game__name {
    text-align: center;
    position: relative;
    z-index: 3
}

.hint-with-game__img {
    display: inline-block;
    margin: 4px auto;
    box-shadow: 0 0 0 1px #46688a, 0 0 15px #000;
    border-radius: 2px;
    font-size: 0;
    line-height: 0
}

.hint-with-game__img:hover {
    box-shadow: 0 0 0 1px #00aeef, 0 0 5px #000
}

.hint-with-game__name {
    display: block !important;
    font-size: 12px !important;
    font-weight: 400;
    line-height: 20px !important;
    max-width: 100% !important;
    color: #fff
}

.hint-profile {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    display: inline-block;
    color: #27bff8;
    height: 12px;
    margin-bottom: -2px
}

.hint-profile__victim {
    visibility: hidden;
    z-index: 1;
    position: absolute;
    left: 5px;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    opacity: 0;
    filter: alpha(opacity=0)
}

.hint-profile__victim .hint__dark {
    margin-top: 8px;
    border-radius: 5px
}

.hint-profile__victim:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible
}

.hint-profile__text {
    width: 100%;
    position: relative;
    border-top: 1px solid #30404d;
    background-color: #0a1e2e;
    color: #62748c;
    font-size: 11px;
    vertical-align: middle;
    box-sizing: border-box
}

.hint-profile__text:not(:first-child) {
    -webkit-transition: background-color .15s linear;
    -o-transition: background-color .15s linear;
    transition: background-color .15s linear
}

.hint-profile__text a {
    display: block;
    padding: 11px 14px 11px 19px;
    font-weight: 400
}

li.hint-profile__text:first-child {
    position: relative;
    border-top: 1px solid #30404d;
    border-radius: 5px 5px 0 0
}

li.hint-profile__text:first-child:before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: -9px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    border-color: transparent #30404d #30404d transparent;
    border-style: solid;
    border-width: 1px;
    background: #0a1e2e;
    -moz-transform: scale(1) rotate(-135deg);
    -webkit-transform: scale(1) rotate(-135deg);
    -o-transform: scale(1) rotate(-135deg);
    -ms-transform: scale(1) rotate(-135deg);
    transform: scale(1) rotate(-135deg)
}

li.hint-profile__text:first-child:after {
    content: none
}

.hint-profile__text:last-child {
    border-radius: 0 0 5px 5px
}

li.hint-profile__text:first-child:hover:before,
li.hint-profile__text:hover {
    background-color: #0c3145
}

.hint-profile:hover~.hint-profile__victim {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible
}

.redesign .hint:after {
    margin-top: -4px;
    top: -4px;
    width: 15px;
    height: 15px
}

.redesign .hint-info,
.redesign .hint-userbar {
    padding: 0;
    margin: 0;
    left: -22px;
    border: none;
    border-radius: 5px
}

.redesign .hint-info.hint-balance,
.redesign .hint-userbar.hint-balance {
    background-color: #0a1e2e;
    border-top: 1px solid #30404d
}

.redesign .hint-info:before,
.redesign .hint-userbar:before {
    content: "";
    position: absolute;
    top: -12px;
    left: 0;
    width: 100%;
    height: 12px;
    display: inline-block;
    background-color: transparent
}

.redesign .hint-info .hint-profile__text,
.redesign .hint-userbar .hint-profile__text {
    font-weight: 400;
    font-size: 12px;
    margin: 0;
    line-height: 1.6;
    padding: 10px 22px
}

.redesign .hint-info .hint-profile__text:first-child,
.redesign .hint-userbar .hint-profile__text:first-child {
    color: #fff;
    letter-spacing: 0;
    border-radius: 5px
}

.redesign .hint-info .hint-profile__text .countdown,
.redesign .hint-userbar .hint-profile__text .countdown {
    display: block;
    padding-top: 20px
}

.redesign .hint-info .hint-profile__text .countdown-title,
.redesign .hint-userbar .hint-profile__text .countdown-title {
    display: block;
    font-size: 10px;
    font-weight: 100;
    color: #fff;
    letter-spacing: 0;
    line-height: 15px
}

.redesign .hint-info .hint-profile__text #sample_countdown,
.redesign .hint-userbar .hint-profile__text #sample_countdown {
    font-weight: 700;
    font-size: 15px;
    color: #27bff8;
    letter-spacing: 0;
    line-height: 25px
}

.redesign .hint-info.hint-menu .hint-profile__text,
.redesign .hint-userbar.hint-menu .hint-profile__text {
    padding: 0
}

.vote-change {
    position: relative;
    z-index: 100;
    margin: 32px 1px 0 !important
}

.vote-change .preloader {
    top: 48px
}

.vote-change .vote-change__btn {
    width: 272px;
    height: 48px;
    background: linear-gradient(180deg, #226dbf, #04407d);
    mix-blend-mode: normal;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    border-radius: 4px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2)
}

.vote-change__success-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 48px
}

.vote-change__success-block .success-block__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    margin-top: 32px
}

.vote-change__success-block p {
    line-height: 20px;
    text-align: center;
    color: #e7dbdb;
    margin: 8px 0 27px
}

.vote-change__success-block .btn {
    display: flex;
    align-items: center;
    justify-content: center
}

.vote-change__form h1 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    margin: 24px 0
}

.vote-change__form-status {
    margin-top: 24px;
    font-size: 16px;
    text-align: center;
    color: #d0021b
}

.vote-change__form .change-fld-type__btn {
    margin-top: 16px;
    background-color: transparent;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #7b96c8;
    text-align: left;
    transition: filter .3s
}

.vote-change__form .change-fld-type__btn:hover {
    filter: brightness(1.4)
}

.vote-change__form .submit_form-btn {
    margin: 24px auto
}

.vote-change__form .required-info__text {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: hsla(0, 0%, 100%, .8);
    display: block;
    margin: 0 auto 24px
}

.vote-change__form-item {
    z-index: 10;
    background: hsla(0, 0%, 98%, .04);
    border-radius: 8px;
    padding: 16px
}

.vote-change__form-item .vote-change__change-fld--wrapper {
    max-width: 352px;
    width: 100%
}

.vote-change__form-item:not(:first-of-type) {
    margin-top: 24px
}

.vote-change__form-item[data-child="2"] {
    display: flex;
    align-items: stretch;
    justify-content: space-between
}

.vote-change__form-item-block .tooltip {
    cursor: pointer
}

.vote-change__form-item-block .tooltip .icon-i {
    background: url(assets/CV/Web/svg/vote-change/info.svg) 50% no-repeat
}

.vote-change__form-item-block .tooltip-active .icon-i {
    background: url(assets/CV/Web/svg/vote-change/info-active.svg) 50% no-repeat
}

.vote-change__form-item-block .country-dropdown__list {
    box-shadow: 0 5px 5px rgba(0, 0, 0, .3)
}

@media screen and (max-width:1260px) {
    .vote-change__form-item-block .country-dropdown__list {
        max-width: 256px
    }
}

[data-child="1"] .vote-change__form-item-block:not(:last-child) {
    margin-bottom: 16px
}

[data-child="2"] .vote-change__form-item-block {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    max-width: 352px;
    width: 100%
}

@media screen and (max-width:1260px) {
    [data-child="2"] .vote-change__form-item-block {
        max-width: 256px
    }
}

[data-child="2"] .vote-change__form-item-block p {
    display: flex;
    align-items: flex-end;
    min-height: 40px
}

.vote-change__form-item-block p {
    font-size: 14px;
    line-height: 20px;
    color: #e7dbdb;
    margin: 0 0 16px
}

.vote-change__form-item-block .payment-method__block-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    opacity: 1;
    transition: .3s
}

.vote-change__form-item-block .payment-method__block-item:not(:empty) {
    height: 48px;
    margin-bottom: 16px
}

.vote-change__form-item-block .payment-method__block-item.removing,
.vote-change__form-item-block .payment-method__block-item.render {
    height: 0;
    opacity: 0
}

.vote-change__form-item-block .payment-method__block-item .payment-method__item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-left: 16px
}

.vote-change__form-item-block .payment-method__block-item .payment-method__item>div {
    margin-right: 2px;
    width: 100%
}

.vote-change__form-item-block .payment-method__block-item .payment-method__item .delete_payment-item {
    display: flex;
    min-width: 48px;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
    background: hsla(0, 0%, 98%, .04);
    border-radius: 8px;
    margin-left: 16px;
    pointer-events: auto;
    opacity: 1;
    will-change: background, filter;
    transition: all .3s
}

.vote-change__form-item-block .payment-method__block-item .payment-method__item .delete_payment-item:hover {
    filter: brightness(1.4)
}

.vote-change__form-item-block .payment-method__block-item.has-error {
    margin-bottom: 32px !important
}

.vote-change__form-item-block .payment-method__block-item .fld-block {
    max-width: 320px;
    width: 100%;
    border: none;
    transition: .3s
}

.vote-change__form-item-block .payment-method__block-item .fld-block.has-error {
    margin-bottom: 10px
}

.vote-change__form-item-block .payment-method__block-item .fld-block.payment-method__select[data-open] {
    z-index: 10
}

.vote-change__form-item-block .payment-method__block-item .fld-block.payment-method__select[data-open] .payment-method__select-more {
    opacity: 1;
    z-index: 10;
    pointer-events: auto
}

@media screen and (max-width:1260px) {
    .vote-change__form-item-block .payment-method__block-item .fld-block {
        max-width: 224px
    }
}

.vote-change__form-item-block .payment-method__block-item .payment-method__selected {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 8px
}

.vote-change__form-item-block .payment-method__block-item .payment-method__selected .payment_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 56px;
    max-width: 56px;
    height: 32px;
    background: #f7f7f7;
    border-radius: 4px
}

.vote-change__form-item-block .payment-method__block-item .payment-method__selected .payment_logo img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.vote-change__form-item-block .payment-method__block-item .payment-method__selected span {
    margin-left: 10px;
    padding-right: 24px;
    font-size: 12px;
    line-height: 15px
}

.vote-change__form-item-block .payment-method__block-item .payment-method__selected .payment_more-btn {
    position: absolute;
    display: flex;
    top: 50%;
    right: 8px;
    transform: rotate(0) translateY(-50%);
    transition: transform .3s
}

.vote-change__form-item-block .payment-method__block-item .payment-method__select-more {
    opacity: 0;
    pointer-events: none;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    max-height: 480px;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #fff;
    box-shadow: 0 6px 8px rgba(0, 0, 0, .2);
    border-radius: 4px 4px;
    transition: .3s
}

.vote-change__form-item-block .payment-method__block-item .payment-method__select-more::-webkit-scrollbar-track {
    margin: 8px
}

.vote-change__form-item-block .payment-method__block-item .payment-method__select-more::-webkit-scrollbar-thumb {
    border-right: 2px solid #fff;
    background-clip: padding-box
}

.vote-change__form-item-block .payment-method__block-item .payment-method__select-more .payment_select-item {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 8px;
    background-color: transparent;
    transition: background-color .3s
}

.vote-change__form-item-block .payment-method__block-item .payment-method__select-more .payment_select-item:hover {
    background-color: #f7f7f7
}

.vote-change__form-item-block .payment-method__block-item .payment-method__select-more .payment_select-item .payment_more-btn {
    display: none;
    position: absolute;
    top: 50%;
    right: 0;
    transform: rotate(180deg) translateY(50%);
    transition: transform .3s
}

.vote-change__form-item-block .payment-method__block-item .payment-method__select-more .payment_select-item[data-current=true] .payment_more-btn {
    display: flex
}

.vote-change__form-item-block .payment-method__block-item .payment-method__select-more .payment_select-item:not(:last-of-type):after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: calc(100% - 32px);
    height: 1px;
    background: rgba(0, 0, 0, .05);
    padding: 0 16px
}

.vote-change__form-item-block .payment-method__block-item .payment-method__select-more .payment_select-item .payment_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 56px;
    max-width: 56px;
    height: 32px;
    background: #f7f7f7;
    border-radius: 4px
}

.vote-change__form-item-block .payment-method__block-item .payment-method__select-more .payment_select-item .payment_logo img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.vote-change__form-item-block .payment-method__block-item .payment-method__select-more .payment_select-item span {
    padding-right: 24px;
    margin-left: 10px;
    font-size: 12px;
    line-height: 15px
}

.vote-change__form-item-block .payment-method__block .add_payment-block__btn {
    width: 100%;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: hsla(0, 0%, 98%, .04);
    border-radius: 8px;
    font-size: 14px;
    line-height: 24px;
    color: #64a6ff;
    transition: all .3s;
    will-change: background, filter
}

.vote-change__form-item-block .payment-method__block .add_payment-block__btn:hover {
    filter: brightness(1.4)
}

.vote-change__form-item-block .payment-method__block .add_payment-block__btn img {
    margin-right: 5px
}

.vote-change__form-item-block .payment-method__block[count-items="1"] .delete_payment-item {
    position: absolute;
    pointer-events: none;
    opacity: 0;
    width: 0
}

.vote-change__form-item-block .payment-method__block[count-items="1"] .fld-block {
    max-width: 352px
}

@media screen and (max-width:1260px) {
    .vote-change__form-item-block .payment-method__block[count-items="1"] .fld-block {
        max-width: 256px
    }
}

.vote-change__form-item-block .payment-method__block[count-max=true] .add_payment-block__btn {
    opacity: 0;
    pointer-events: none;
    height: 0
}

.vote-change__form-item-block .form-block {
    margin: 0
}

.vote-change__form-item-block .form-block[data-child="2"] {
    max-width: 352px
}

@media screen and (max-width:1260px) {
    .vote-change__form-item-block .form-block[data-child="2"] {
        max-width: 256px
    }
}

.vote-change__form-item-block .form-block.payment-method__block-item {
    margin-bottom: 16px
}

.vote-change__form-item-block .form-block_payment {
    width: 100%;
    display: flex;
    justify-content: flex-end
}

.vote-change__form-item-block .form-block .fld-block {
    min-width: 224px;
    margin: 0
}

.vote-change__form-item-block .form-block .fld-block.has-error {
    margin-bottom: 10px
}

.vote-change__form-item-block .form-block .fld-block[fld-block=email] {
    max-width: 352px
}

@media screen and (max-width:1260px) {
    .vote-change__form-item-block .form-block .fld-block[fld-block=email] {
        max-width: 256px
    }
}

.vote-change__form-item-block .form-block .fld-block[fld-block=textarea] {
    height: 144px;
    background: none;
    border: none
}

.vote-change__form-item-block .form-block .fld-block[fld-block=textarea] .fld {
    padding-top: 20px
}

.vote-change__form-item-block .form-block .fld-block[fld-block=textarea] .lbl {
    top: 16px;
    left: 16px;
    bottom: auto
}

.vote-change__form-item-block .form-block .fld-block[fld-block=textarea].fld-focus .lbl {
    transform: translateY(-10px) scale(.625)
}

.vote-change__form-item-block .form-block .fld-block textarea {
    height: 144px
}

.vote-change__form-item-block[additional-fld-type],
.vote-change__form-item-block[main-fld-type] {
    display: none
}

.vote-change__form-item-block[additional-fld-type] input,
.vote-change__form-item-block[main-fld-type] input {
    transition: color .3s
}

.vote-change__form-item-block[additional-fld-type].loading,
.vote-change__form-item-block[main-fld-type].loading {
    display: flex
}

.vote-change__form-item-block[additional-fld-type].loading input,
.vote-change__form-item-block[main-fld-type].loading input {
    color: #fff
}

.vote-change__form-item-block[additional-fld-type] .change-fld-type__btn,
.vote-change__form-item-block[additional-fld-type] .iti__selected-flag,
.vote-change__form-item-block[additional-fld-type] p,
.vote-change__form-item-block[main-fld-type] .change-fld-type__btn,
.vote-change__form-item-block[main-fld-type] .iti__selected-flag,
.vote-change__form-item-block[main-fld-type] p {
    transition: opacity .3s;
    opacity: 0;
    pointer-events: none
}

.vote-change__form-item-block[additional-fld-type].active,
.vote-change__form-item-block[main-fld-type].active {
    display: flex
}

.vote-change__form-item-block[additional-fld-type].active .change-fld-type__btn,
.vote-change__form-item-block[additional-fld-type].active .iti__selected-flag,
.vote-change__form-item-block[additional-fld-type].active p,
.vote-change__form-item-block[main-fld-type].active .change-fld-type__btn,
.vote-change__form-item-block[main-fld-type].active .iti__selected-flag,
.vote-change__form-item-block[main-fld-type].active p {
    opacity: 1
}

.vote-change__form-item-block[additional-fld-type].active .change-fld-type__btn:not(.lbl),
.vote-change__form-item-block[additional-fld-type].active .iti__selected-flag:not(.lbl),
.vote-change__form-item-block[additional-fld-type].active p:not(.lbl),
.vote-change__form-item-block[main-fld-type].active .change-fld-type__btn:not(.lbl),
.vote-change__form-item-block[main-fld-type].active .iti__selected-flag:not(.lbl),
.vote-change__form-item-block[main-fld-type].active p:not(.lbl) {
    pointer-events: unset
}

.vote-change__form-item-block[additional-fld-type] [name=vote-change__id]::-webkit-inner-spin-button,
.vote-change__form-item-block[additional-fld-type] [name=vote-change__id]::-webkit-outer-spin-button,
.vote-change__form-item-block[main-fld-type] [name=vote-change__id]::-webkit-inner-spin-button,
.vote-change__form-item-block[main-fld-type] [name=vote-change__id]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    margin: 0
}

.vote-change__form .swc-wrapper {
    position: relative
}

.vote-change__form .swc-wrapper__main {
    height: auto;
    min-height: 48px;
    padding: 8px
}

.vote-change__form .swc-wrapper__main .swc-search {
    position: absolute;
    top: 12px;
    left: 8px;
    display: flex;
    align-items: center;
    justify-content: center
}

.vote-change__form .swc-wrapper__main .swc--actions {
    position: absolute;
    top: 12px;
    right: 8px;
    display: flex;
    align-items: center;
    justify-content: center
}

.vote-change__form .swc-wrapper__main .swc--actions .swc-remove-all__btn {
    width: 24px;
    height: 24px;
    background-position: 50%;
    cursor: pointer;
    margin-right: 2px;
    background-image: url(assets/CV/Web/svg/vote-change/delete_search.svg);
    transition: filter .3s
}

.vote-change__form .swc-wrapper__main .swc--actions .swc-remove-all__btn:hover {
    filter: brightness(1.3)
}

.vote-change__form .swc-wrapper__main .swc-filters {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    width: calc(100% - 64px);
    margin-left: 32px
}

.vote-change__form .swc-wrapper__main .swc-filters__item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    padding-left: 8px;
    background: #f2f2f2;
    border: 2px solid transparent;
    border-radius: 4px;
    overflow: hidden;
    box-sizing: border-box;
    transition: border-color .3s
}

.vote-change__form .swc-wrapper__main .swc-filters__item[is-dublicate] {
    border-color: #4caf50
}

.vote-change__form .swc-wrapper__main .swc-filters__item span {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px
}

.vote-change__form .swc-wrapper__main .swc-filters__item .filter-item__remove {
    width: 32px;
    height: 32px;
    background: url(assets/CV/Web/svg/vote-change/delete_search.svg);
    transition: filter .3s
}

.vote-change__form .swc-wrapper__main .swc-filters__item .filter-item__remove:hover {
    filter: brightness(1.3)
}

.vote-change__form .swc-wrapper__main .swc-filters .swc-input {
    height: 32px;
    flex-shrink: 1;
    flex-grow: 1;
    flex-basis: auto;
    border: none;
    outline: none;
    transition: flex-grow .3s ease-in-out
}

.vote-change__form .swc-wrapper__main .swc-filters .swc-input[disabled] {
    display: none
}

.vote-change__form .swc-wrapper__select {
    position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-height: 352px;
    margin-top: 4px;
    background: #fff;
    box-shadow: 0 6px 8px rgba(0, 0, 0, .2);
    border-radius: 4px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s
}

.vote-change__form .swc-wrapper__select .swc-select__container {
    height: 100%;
    width: 100%;
    overflow-y: scroll
}

.vote-change__form .swc-wrapper__select .swc-select__container .empty-title {
    display: flex;
    align-items: center;
    height: 44px;
    padding-left: 16px;
    font-size: 14px
}

.vote-change__form .swc-wrapper__select .swc-select__container::-webkit-scrollbar-track {
    margin: 8px
}

.vote-change__form .swc-wrapper__select .swc-select__container::-webkit-scrollbar-thumb {
    border-right: 2px solid #fff;
    background-clip: padding-box
}

.vote-change__form .swc-wrapper__select .swc-select__container .swc-select__item {
    display: flex;
    align-items: center;
    width: 100%;
    height: 44px;
    padding: 0 16px;
    cursor: pointer;
    transition: background-color .3s
}

.vote-change__form .swc-wrapper__select .swc-select__container .swc-select__item img {
    width: 56px;
    height: 32px;
    margin-right: 8px;
    object-fit: cover;
    border-radius: 4px
}

.vote-change__form .swc-wrapper__select .swc-select__container .swc-select__item span {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #000
}

.vote-change__form .swc-wrapper__select .swc-select__container .swc-select__item:not(:last-of-type) {
    border-bottom: 1px solid rgba(42, 53, 67, .05)
}

.vote-change__form .swc-wrapper__select .swc-select__container .swc-select__item:hover {
    background-color: #f7f7f7
}

.vote-change__form .swc-wrapper.is-open .swc-dropdown__icon {
    transform: rotate(180deg)
}

.vote-change__form .swc-wrapper.is-open .swc-wrapper__select {
    pointer-events: unset;
    opacity: 1
}

.popup-quiz-congratulation {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .64);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px)
}

.popup-quiz-congratulation__title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    background: linear-gradient(180deg, #fff, #b8b8cc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.popup-quiz-congratulation__text {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #b8b8cc
}

.popup-quiz-congratulation__icon {
    margin-bottom: 16px
}

.iti {
    position: relative;
    display: inline-block
}

.iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.iti__hide {
    display: none
}

.iti__v-hide {
    visibility: hidden
}

.iti input,
.iti input[type=tel],
.iti input[type=text] {
    display: none;
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0
}

.iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0
}

.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    min-width: 56px;
    height: 100%;
    line-height: 32px;
    padding: 14px 0 0 15px
}

.iti-mobile .iti__selected-flag {
    padding-top: 14px
}

.iti__selected-flag .iti-flag {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto
}

.iti__arrow {
    margin-left: 14px;
    margin-top: -1px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555
}

.layout-7slots .iti__arrow,
.layout-szl .iti__arrow {
    margin-left: 12px;
    margin-top: 1px
}

.iti__arrow--up {
    border-top: none;
    border-bottom: 4px solid #555
}

.iti__arrow:after {
    content: "+";
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
    color: #b7b7b7;
    position: absolute;
    right: -12px;
    bottom: 4px;
    pointer-events: none
}

[data-input-state=empty] .iti__arrow:after {
    color: #b7b7b7
}

[data-input-state=valid] .iti__arrow:after,
[data-input-state=wrong] .iti__arrow:after {
    color: #000
}

.layout-el [data-input-state=valid] .iti__arrow:after,
.layout-el [data-input-state=wrong] .iti__arrow:after {
    color: #fff
}

.iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    height: 122px;
    border-top: 1px solid #e5e7e9;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    color: #000;
    left: -1px;
    right: -1px;
    margin-top: -2px;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch
}

.iti__country-list--dropup {
    bottom: 100%;
    margin-bottom: -1px
}

@media (max-width:500px) {
    .iti__country-list {
        white-space: normal
    }
}

.iti__country-list::-webkit-scrollbar {
    width: 4px
}

.iti__country-list::-webkit-scrollbar-thumb {
    background-color: rgba(44, 48, 60, .75);
    border-radius: 4px
}

.iti__flag-box {
    display: inline-block;
    width: 20px
}

.iti__divider {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 1px;
    background: #e5e7e9
}

.iti__country {
    padding: 6px 0 6px 16px;
    height: 32px;
    outline: none;
    line-height: 20px
}

.iti__dial-code {
    color: #999
}

.iti__dial-code:before {
    content: "("
}

.iti__dial-code:after {
    content: ")"
}

.iti__country.iti__highlight {
    background: #f6f8fb
}

.iti__country-name,
.iti__dial-code,
.iti__flag-box {
    vertical-align: middle
}

.iti__flag-box {
    margin-right: 6px
}

.iti__country-name {
    margin-right: 8px
}

.iti--allow-dropdown+.iti__fld-clone {
    position: absolute;
    top: 0;
    left: 0;
    padding-right: 6px;
    padding-left: 68px
}

.iti--allow-dropdown+.iti__fld-clone::-moz-placeholder {
    color: hsla(0, 0%, 70.2%, .95);
    opacity: 1
}

.iti--allow-dropdown+.iti__fld-clone:-ms-input-placeholder {
    color: hsla(0, 0%, 70.2%, .95)
}

.iti--allow-dropdown+.iti__fld-clone::-webkit-input-placeholder {
    color: hsla(0, 0%, 70.2%, .95)
}

[data-form-block].has-error .iti--allow-dropdown+.iti__fld-clone {
    padding-left: 68px !important
}

.iti--allow-dropdown .iti__fld-clone,
.iti--allow-dropdown input,
.iti--allow-dropdown input[type=tel],
.iti--allow-dropdown input[type=text],
.iti--separate-dial-code .iti__fld-clone,
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=tel],
.iti--separate-dial-code input[type=text] {
    padding-right: 6px;
    padding-left: 56px
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    width: 56px;
    right: auto;
    left: 0
}

.iti__fld-default.fld {
    display: none
}

.iti.iti--allow-dropdown {
    width: 56px;
    height: 46px
}

.iti-mobile .iti.iti--allow-dropdown {
    height: 48px
}

.iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer
}

.iti--allow-dropdown input[disabled]+.iti__flag-container:hover,
.iti--allow-dropdown input[readonly]+.iti__flag-container:hover {
    cursor: default
}

.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 14px;
    order: 3;
    color: #303233;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 500
}

.iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px
}

.iti--container:hover {
    cursor: pointer
}

.iti-mobile .iti--container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed;
    width: auto;
    height: auto;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 0 45px rgba(0, 0, 0, .8)
}

.iti-mobile .iti--container:before {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1
}

.iti-mobile .iti__country-list {
    height: auto;
    max-height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
    background-color: hsla(0, 0%, 100%, .9);
    border-top: none
}

.iti-mobile .iti__country-list .iti__flag,
.iti-mobile .iti__country-list .iti__flag:before {
    width: 20px;
    height: 15px
}

.iti-mobile .iti__country {
    position: relative;
    height: auto;
    min-height: 41px;
    padding: 10px 2px 10px 40px;
    font-size: 18px;
    line-height: 20px;
    background-image: linear-gradient(180deg, #26262e, #000 50%, #27272f);
    box-shadow: inset 0 1px 0 #191a1f, inset 0 -1px 0 #191a1f;
    border-top: 1px solid #45454d
}

.iti-mobile .iti__country,
.iti-mobile .iti__dial-code {
    color: #fefefe
}

.iti-mobile .iti__flag-box {
    display: flex;
    align-items: center;
    position: absolute;
    left: 10px;
    top: 0;
    height: 42px;
    margin: 0
}

.iti-mobile .iti__divider {
    height: 0;
    display: none
}

.iti {
    width: 100%;
    height: 100%
}

.iti .phone-input__fld {
    padding-top: 14px;
    line-height: 32px
}

.iti-mobile .intl-tel-input .country-list {
    max-height: 100%;
    width: 100%
}

.iti-mobile .intl-tel-input .country-list .country {
    padding: 10px;
    line-height: 1.5em
}

.country-list__container {
    display: block;
    position: relative;
    padding: 0;
    margin: 0
}

.iti__flag,
.iti__flag:before {
    width: 14px;
    height: 11px
}

.iti__flag:before {
    content: "";
    background-size: cover;
    display: block;
    margin: auto;
    background-color: #ccc
}

.iti .iti__flag,
.iti .iti__flag:before {
    width: 14px;
    height: 11px
}

.lang-switch .iti__flag,
.lang-switch .iti__flag:before {
    width: 20px;
    height: 15px
}

.iti__selected-flag .iti__flag:before {
    top: 0;
    left: 0
}

.iti__flag.iti__ac:before {
    background-image: url(assets/svg/flags/ac.svg)
}

.iti__flag.iti__ad:before {
    background-image: url(assets/svg/flags/ad.svg)
}

.iti__flag.iti__ae:before {
    background-image: url(assets/svg/flags/ae.svg)
}

.iti__flag.iti__af:before {
    background-image: url(assets/svg/flags/af.svg)
}

.iti__flag.iti__ag:before {
    background-image: url(assets/svg/flags/ag.svg)
}

.iti__flag.iti__ai:before {
    background-image: url(assets/svg/flags/ai.svg)
}

.iti__flag.iti__al:before {
    background-image: url(assets/svg/flags/al.svg)
}

.iti__flag.iti__am:before {
    background-image: url(assets/svg/flags/am.svg)
}

.iti__flag.iti__ao:before {
    background-image: url(assets/svg/flags/ao.svg)
}

.iti__flag.iti__aq:before {
    background-image: url(assets/svg/flags/aq.svg)
}

.iti__flag.iti__ar:before {
    background-image: url(assets/svg/flags/ar.svg)
}

.iti__flag.iti__as:before {
    background-image: url(assets/svg/flags/as.svg)
}

.iti__flag.iti__at:before {
    background-image: url(assets/svg/flags/at.svg)
}

.iti__flag.iti__au:before {
    background-image: url(assets/svg/flags/au.svg)
}

.iti__flag.iti__aw:before {
    background-image: url(assets/svg/flags/aw.svg)
}

.iti__flag.iti__ax:before {
    background-image: url(assets/svg/flags/ax.svg)
}

.iti__flag.iti__az:before {
    background-image: url(assets/svg/flags/az.svg)
}

.iti__flag.iti__ba:before {
    background-image: url(assets/svg/flags/ba.svg)
}

.iti__flag.iti__bb:before {
    background-image: url(assets/svg/flags/bb.svg)
}

.iti__flag.iti__bd:before {
    background-image: url(assets/svg/flags/bd.svg)
}

.iti__flag.iti__be:before {
    background-image: url(assets/svg/flags/be.svg)
}

.iti__flag.iti__bf:before {
    background-image: url(assets/svg/flags/bf.svg)
}

.iti__flag.iti__bg:before {
    background-image: url(assets/svg/flags/bg.svg)
}

.iti__flag.iti__bh:before {
    background-image: url(assets/svg/flags/bh.svg)
}

.iti__flag.iti__bi:before {
    background-image: url(assets/svg/flags/bi.svg)
}

.iti__flag.iti__bj:before {
    background-image: url(assets/svg/flags/bj.svg)
}

.iti__flag.iti__bl:before {
    background-image: url(assets/svg/flags/bl.svg)
}

.iti__flag.iti__bm:before {
    background-image: url(assets/svg/flags/bm.svg)
}

.iti__flag.iti__bn:before {
    background-image: url(assets/svg/flags/bn.svg)
}

.iti__flag.iti__bo:before {
    background-image: url(assets/svg/flags/bo.svg)
}

.iti__flag.iti__bq:before {
    background-image: url(assets/svg/flags/bq.svg)
}

.iti__flag.iti__br:before {
    background-image: url(assets/svg/flags/br.svg)
}

.iti__flag.iti__bs:before {
    background-image: url(assets/svg/flags/bs.svg)
}

.iti__flag.iti__bt:before {
    background-image: url(assets/svg/flags/bt.svg)
}

.iti__flag.iti__bv:before {
    background-image: url(assets/svg/flags/bv.svg)
}

.iti__flag.iti__bw:before {
    background-image: url(assets/svg/flags/bw.svg)
}

.iti__flag.iti__by:before {
    background-image: url(assets/svg/flags/by.svg)
}

.iti__flag.iti__bz:before {
    background-image: url(assets/svg/flags/bz.svg)
}

.iti__flag.iti__ca:before {
    background-image: url(assets/svg/flags/ca.svg)
}

.iti__flag.iti__cc:before {
    background-image: url(assets/svg/flags/cc.svg)
}

.iti__flag.iti__cd:before {
    background-image: url(assets/svg/flags/cd.svg)
}

.iti__flag.iti__cf:before {
    background-image: url(assets/svg/flags/cf.svg)
}

.iti__flag.iti__cg:before {
    background-image: url(assets/svg/flags/cg.svg)
}

.iti__flag.iti__ch:before {
    background-image: url(assets/svg/flags/ch.svg)
}

.iti__flag.iti__ci:before {
    background-image: url(assets/svg/flags/ci.svg)
}

.iti__flag.iti__ck:before {
    background-image: url(assets/svg/flags/ck.svg)
}

.iti__flag.iti__cl:before {
    background-image: url(assets/svg/flags/cl.svg)
}

.iti__flag.iti__cm:before {
    background-image: url(assets/svg/flags/cm.svg)
}

.iti__flag.iti__cn:before {
    background-image: url(assets/svg/flags/cn.svg)
}

.iti__flag.iti__co:before {
    background-image: url(assets/svg/flags/co.svg)
}

.iti__flag.iti__cr:before {
    background-image: url(assets/svg/flags/cr.svg)
}

.iti__flag.iti__cu:before {
    background-image: url(assets/svg/flags/cu.svg)
}

.iti__flag.iti__cv:before {
    background-image: url(assets/svg/flags/cv.svg)
}

.iti__flag.iti__cw:before {
    background-image: url(assets/svg/flags/cw.svg)
}

.iti__flag.iti__cx:before {
    background-image: url(assets/svg/flags/cx.svg)
}

.iti__flag.iti__cy:before {
    background-image: url(assets/svg/flags/cy.svg)
}

.iti__flag.iti__cz:before {
    background-image: url(assets/svg/flags/cz.svg)
}

.iti__flag.iti__de:before {
    background-image: url(assets/svg/flags/de.svg)
}

.iti__flag.iti__dj:before {
    background-image: url(assets/svg/flags/dj.svg)
}

.iti__flag.iti__dk:before {
    background-image: url(assets/svg/flags/dk.svg)
}

.iti__flag.iti__dm:before {
    background-image: url(assets/svg/flags/dm.svg)
}

.iti__flag.iti__do:before {
    background-image: url(assets/svg/flags/do.svg)
}

.iti__flag.iti__dz:before {
    background-image: url(assets/svg/flags/dz.svg)
}

.iti__flag.iti__ec:before {
    background-image: url(assets/svg/flags/ec.svg)
}

.iti__flag.iti__ee:before {
    background-image: url(assets/svg/flags/ee.svg)
}

.iti__flag.iti__eg:before {
    background-image: url(assets/svg/flags/eg.svg)
}

.iti__flag.iti__eh:before {
    background-image: url(assets/svg/flags/eh.svg)
}

.iti__flag.iti__er:before {
    background-image: url(assets/svg/flags/er.svg)
}

.iti__flag.iti__es:before {
    background-image: url(assets/svg/flags/es.svg)
}

.iti__flag.iti__et:before {
    background-image: url(assets/svg/flags/et.svg)
}

.iti__flag.iti__fi:before {
    background-image: url(assets/svg/flags/fi.svg)
}

.iti__flag.iti__fj:before {
    background-image: url(assets/svg/flags/fj.svg)
}

.iti__flag.iti__fk:before {
    background-image: url(assets/svg/flags/fk.svg)
}

.iti__flag.iti__fm:before {
    background-image: url(assets/svg/flags/fm.svg)
}

.iti__flag.iti__fo:before {
    background-image: url(assets/svg/flags/fo.svg)
}

.iti__flag.iti__fr:before {
    background-image: url(assets/svg/flags/fr.svg)
}

.iti__flag.iti__ga:before {
    background-image: url(assets/svg/flags/ga.svg)
}

.iti__flag.iti__gb:before {
    background-image: url(assets/svg/flags/gb.svg)
}

.iti__flag.iti__gd:before {
    background-image: url(assets/svg/flags/gd.svg)
}

.iti__flag.iti__ge:before {
    background-image: url(assets/svg/flags/ge.svg)
}

.iti__flag.iti__gf:before {
    background-image: url(assets/svg/flags/gf.svg)
}

.iti__flag.iti__gg:before {
    background-image: url(assets/svg/flags/gg.svg)
}

.iti__flag.iti__gh:before {
    background-image: url(assets/svg/flags/gh.svg)
}

.iti__flag.iti__gi:before {
    background-image: url(assets/svg/flags/gi.svg)
}

.iti__flag.iti__gl:before {
    background-image: url(assets/svg/flags/gl.svg)
}

.iti__flag.iti__gm:before {
    background-image: url(assets/svg/flags/gm.svg)
}

.iti__flag.iti__gn:before {
    background-image: url(assets/svg/flags/gn.svg)
}

.iti__flag.iti__gp:before {
    background-image: url(assets/svg/flags/gp.svg)
}

.iti__flag.iti__gq:before {
    background-image: url(assets/svg/flags/gq.svg)
}

.iti__flag.iti__gr:before {
    background-image: url(assets/svg/flags/gr.svg)
}

.iti__flag.iti__gs:before {
    background-image: url(assets/svg/flags/gs.svg)
}

.iti__flag.iti__gt:before {
    background-image: url(assets/svg/flags/gt.svg)
}

.iti__flag.iti__gu:before {
    background-image: url(assets/svg/flags/gu.svg)
}

.iti__flag.iti__gw:before {
    background-image: url(assets/svg/flags/gw.svg)
}

.iti__flag.iti__gy:before {
    background-image: url(assets/svg/flags/gy.svg)
}

.iti__flag.iti__hk:before {
    background-image: url(assets/svg/flags/hk.svg)
}

.iti__flag.iti__hm:before {
    background-image: url(assets/svg/flags/hm.svg)
}

.iti__flag.iti__hn:before {
    background-image: url(assets/svg/flags/hn.svg)
}

.iti__flag.iti__hr:before {
    background-image: url(assets/svg/flags/hr.svg)
}

.iti__flag.iti__ht:before {
    background-image: url(assets/svg/flags/ht.svg)
}

.iti__flag.iti__hu:before {
    background-image: url(assets/svg/flags/hu.svg)
}

.iti__flag.iti__id:before {
    background-image: url(assets/svg/flags/id.svg)
}

.iti__flag.iti__ie:before {
    background-image: url(assets/svg/flags/ie.svg)
}

.iti__flag.iti__il:before {
    background-image: url(assets/svg/flags/il.svg)
}

.iti__flag.iti__im:before {
    background-image: url(assets/svg/flags/im.svg)
}

.iti__flag.iti__in:before {
    background-image: url(assets/svg/flags/in.svg)
}

.iti__flag.iti__io:before {
    background-image: url(assets/svg/flags/io.svg)
}

.iti__flag.iti__iq:before {
    background-image: url(assets/svg/flags/iq.svg)
}

.iti__flag.iti__ir:before {
    background-image: url(assets/svg/flags/ir.svg)
}

.iti__flag.iti__is:before {
    background-image: url(assets/svg/flags/is.svg)
}

.iti__flag.iti__it:before {
    background-image: url(assets/svg/flags/it.svg)
}

.iti__flag.iti__je:before {
    background-image: url(assets/svg/flags/je.svg)
}

.iti__flag.iti__jm:before {
    background-image: url(assets/svg/flags/jm.svg)
}

.iti__flag.iti__jo:before {
    background-image: url(assets/svg/flags/jo.svg)
}

.iti__flag.iti__jp:before {
    background-image: url(assets/svg/flags/jp.svg)
}

.iti__flag.iti__ke:before {
    background-image: url(assets/svg/flags/ke.svg)
}

.iti__flag.iti__kg:before {
    background-image: url(assets/svg/flags/kg.svg)
}

.iti__flag.iti__kh:before {
    background-image: url(assets/svg/flags/kh.svg)
}

.iti__flag.iti__ki:before {
    background-image: url(assets/svg/flags/ki.svg)
}

.iti__flag.iti__km:before {
    background-image: url(assets/svg/flags/km.svg)
}

.iti__flag.iti__kn:before {
    background-image: url(assets/svg/flags/kn.svg)
}

.iti__flag.iti__kp:before {
    background-image: url(assets/svg/flags/kp.svg)
}

.iti__flag.iti__kr:before {
    background-image: url(assets/svg/flags/kr.svg)
}

.iti__flag.iti__kw:before {
    background-image: url(assets/svg/flags/kw.svg)
}

.iti__flag.iti__ky:before {
    background-image: url(assets/svg/flags/ky.svg)
}

.iti__flag.iti__kz:before {
    background-image: url(assets/svg/flags/kz.svg)
}

.iti__flag.iti__la:before {
    background-image: url(assets/svg/flags/la.svg)
}

.iti__flag.iti__lb:before {
    background-image: url(assets/svg/flags/lb.svg)
}

.iti__flag.iti__lc:before {
    background-image: url(assets/svg/flags/lc.svg)
}

.iti__flag.iti__li:before {
    background-image: url(assets/svg/flags/li.svg)
}

.iti__flag.iti__lk:before {
    background-image: url(assets/svg/flags/lk.svg)
}

.iti__flag.iti__lr:before {
    background-image: url(assets/svg/flags/lr.svg)
}

.iti__flag.iti__ls:before {
    background-image: url(assets/svg/flags/ls.svg)
}

.iti__flag.iti__lt:before {
    background-image: url(assets/svg/flags/lt.svg)
}

.iti__flag.iti__lu:before {
    background-image: url(assets/svg/flags/lu.svg)
}

.iti__flag.iti__lv:before {
    background-image: url(assets/svg/flags/lv.svg)
}

.iti__flag.iti__ly:before {
    background-image: url(assets/svg/flags/ly.svg)
}

.iti__flag.iti__ma:before {
    background-image: url(assets/svg/flags/ma.svg)
}

.iti__flag.iti__mc:before {
    background-image: url(assets/svg/flags/mc.svg)
}

.iti__flag.iti__md:before {
    background-image: url(assets/svg/flags/md.svg)
}

.iti__flag.iti__me:before {
    background-image: url(assets/svg/flags/me.svg)
}

.iti__flag.iti__mf:before {
    background-image: url(assets/svg/flags/mf.svg)
}

.iti__flag.iti__mg:before {
    background-image: url(assets/svg/flags/mg.svg)
}

.iti__flag.iti__mh:before {
    background-image: url(assets/svg/flags/mh.svg)
}

.iti__flag.iti__mk:before {
    background-image: url(assets/svg/flags/mk.svg)
}

.iti__flag.iti__ml:before {
    background-image: url(assets/svg/flags/ml.svg)
}

.iti__flag.iti__mm:before {
    background-image: url(assets/svg/flags/mm.svg)
}

.iti__flag.iti__mn:before {
    background-image: url(assets/svg/flags/mn.svg)
}

.iti__flag.iti__mo:before {
    background-image: url(assets/svg/flags/mo.svg)
}

.iti__flag.iti__mp:before {
    background-image: url(assets/svg/flags/mp.svg)
}

.iti__flag.iti__mq:before {
    background-image: url(assets/svg/flags/mq.svg)
}

.iti__flag.iti__mr:before {
    background-image: url(assets/svg/flags/mr.svg)
}

.iti__flag.iti__ms:before {
    background-image: url(assets/svg/flags/ms.svg)
}

.iti__flag.iti__mt:before {
    background-image: url(assets/svg/flags/mt.svg)
}

.iti__flag.iti__mu:before {
    background-image: url(assets/svg/flags/mu.svg)
}

.iti__flag.iti__mv:before {
    background-image: url(assets/svg/flags/mv.svg)
}

.iti__flag.iti__mw:before {
    background-image: url(assets/svg/flags/mw.svg)
}

.iti__flag.iti__mx:before {
    background-image: url(assets/svg/flags/mx.svg)
}

.iti__flag.iti__my:before {
    background-image: url(assets/svg/flags/my.svg)
}

.iti__flag.iti__mz:before {
    background-image: url(assets/svg/flags/mz.svg)
}

.iti__flag.iti__na:before {
    background-image: url(assets/svg/flags/na.svg)
}

.iti__flag.iti__nc:before {
    background-image: url(assets/svg/flags/nc.svg)
}

.iti__flag.iti__ne:before {
    background-image: url(assets/svg/flags/ne.svg)
}

.iti__flag.iti__nf:before {
    background-image: url(assets/svg/flags/nf.svg)
}

.iti__flag.iti__ng:before {
    background-image: url(assets/svg/flags/ng.svg)
}

.iti__flag.iti__ni:before {
    background-image: url(assets/svg/flags/ni.svg)
}

.iti__flag.iti__nl:before {
    background-image: url(assets/svg/flags/nl.svg)
}

.iti__flag.iti__no:before {
    background-image: url(assets/svg/flags/no.svg)
}

.iti__flag.iti__np:before {
    background-image: url(assets/svg/flags/np.svg)
}

.iti__flag.iti__nr:before {
    background-image: url(assets/svg/flags/nr.svg)
}

.iti__flag.iti__nu:before {
    background-image: url(assets/svg/flags/nu.svg)
}

.iti__flag.iti__nz:before {
    background-image: url(assets/svg/flags/nz.svg)
}

.iti__flag.iti__om:before {
    background-image: url(assets/svg/flags/om.svg)
}

.iti__flag.iti__pa:before {
    background-image: url(assets/svg/flags/pa.svg)
}

.iti__flag.iti__pe:before {
    background-image: url(assets/svg/flags/pe.svg)
}

.iti__flag.iti__pf:before {
    background-image: url(assets/svg/flags/pf.svg)
}

.iti__flag.iti__pg:before {
    background-image: url(assets/svg/flags/pg.svg)
}

.iti__flag.iti__ph:before {
    background-image: url(assets/svg/flags/ph.svg)
}

.iti__flag.iti__pk:before {
    background-image: url(assets/svg/flags/pk.svg)
}

.iti__flag.iti__pl:before {
    background-image: url(assets/svg/flags/pl.svg)
}

.iti__flag.iti__pm:before {
    background-image: url(assets/svg/flags/pm.svg)
}

.iti__flag.iti__pn:before {
    background-image: url(assets/svg/flags/pn.svg)
}

.iti__flag.iti__pr:before {
    background-image: url(assets/svg/flags/pr.svg)
}

.iti__flag.iti__ps:before {
    background-image: url(assets/svg/flags/ps.svg)
}

.iti__flag.iti__pt:before {
    background-image: url(assets/svg/flags/pt.svg)
}

.iti__flag.iti__pw:before {
    background-image: url(assets/svg/flags/pw.svg)
}

.iti__flag.iti__py:before {
    background-image: url(assets/svg/flags/py.svg)
}

.iti__flag.iti__qa:before {
    background-image: url(assets/svg/flags/qa.svg)
}

.iti__flag.iti__re:before {
    background-image: url(assets/svg/flags/re.svg)
}

.iti__flag.iti__ro:before {
    background-image: url(assets/svg/flags/ro.svg)
}

.iti__flag.iti__rs:before {
    background-image: url(assets/svg/flags/rs.svg)
}

.iti__flag.iti__ru:before {
    background-image: url(assets/svg/flags/ru.svg)
}

.iti__flag.iti__rw:before {
    background-image: url(assets/svg/flags/rw.svg)
}

.iti__flag.iti__sa:before {
    background-image: url(assets/svg/flags/sa.svg)
}

.iti__flag.iti__sb:before {
    background-image: url(assets/svg/flags/sb.svg)
}

.iti__flag.iti__sc:before {
    background-image: url(assets/svg/flags/sc.svg)
}

.iti__flag.iti__sd:before {
    background-image: url(assets/svg/flags/sd.svg)
}

.iti__flag.iti__se:before {
    background-image: url(assets/svg/flags/se.svg)
}

.iti__flag.iti__sg:before {
    background-image: url(assets/svg/flags/sg.svg)
}

.iti__flag.iti__sh:before {
    background-image: url(assets/svg/flags/sh.svg)
}

.iti__flag.iti__si:before {
    background-image: url(assets/svg/flags/si.svg)
}

.iti__flag.iti__sj:before {
    background-image: url(assets/svg/flags/sj.svg)
}

.iti__flag.iti__sk:before {
    background-image: url(assets/svg/flags/sk.svg)
}

.iti__flag.iti__sl:before {
    background-image: url(assets/svg/flags/sl.svg)
}

.iti__flag.iti__sm:before {
    background-image: url(assets/svg/flags/sm.svg)
}

.iti__flag.iti__sn:before {
    background-image: url(assets/svg/flags/sn.svg)
}

.iti__flag.iti__so:before {
    background-image: url(assets/svg/flags/so.svg)
}

.iti__flag.iti__sr:before {
    background-image: url(assets/svg/flags/sr.svg)
}

.iti__flag.iti__ss:before {
    background-image: url(assets/svg/flags/ss.svg)
}

.iti__flag.iti__st:before {
    background-image: url(assets/svg/flags/st.svg)
}

.iti__flag.iti__sv:before {
    background-image: url(assets/svg/flags/sv.svg)
}

.iti__flag.iti__sx:before {
    background-image: url(assets/svg/flags/sx.svg)
}

.iti__flag.iti__sy:before {
    background-image: url(assets/svg/flags/sy.svg)
}

.iti__flag.iti__sz:before {
    background-image: url(assets/svg/flags/sz.svg)
}

.iti__flag.iti__tc:before {
    background-image: url(assets/svg/flags/tc.svg)
}

.iti__flag.iti__td:before {
    background-image: url(assets/svg/flags/td.svg)
}

.iti__flag.iti__tf:before {
    background-image: url(assets/svg/flags/tf.svg)
}

.iti__flag.iti__tg:before {
    background-image: url(assets/svg/flags/tg.svg)
}

.iti__flag.iti__th:before {
    background-image: url(assets/svg/flags/th.svg)
}

.iti__flag.iti__tj:before {
    background-image: url(assets/svg/flags/tj.svg)
}

.iti__flag.iti__tk:before {
    background-image: url(assets/svg/flags/tk.svg)
}

.iti__flag.iti__tl:before {
    background-image: url(assets/svg/flags/tl.svg)
}

.iti__flag.iti__tm:before {
    background-image: url(assets/svg/flags/tm.svg)
}

.iti__flag.iti__tn:before {
    background-image: url(assets/svg/flags/tn.svg)
}

.iti__flag.iti__to:before {
    background-image: url(assets/svg/flags/to.svg)
}

.iti__flag.iti__tr:before {
    background-image: url(assets/svg/flags/tr.svg)
}

.iti__flag.iti__tt:before {
    background-image: url(assets/svg/flags/tt.svg)
}

.iti__flag.iti__tv:before {
    background-image: url(assets/svg/flags/tv.svg)
}

.iti__flag.iti__tw:before {
    background-image: url(assets/svg/flags/tw.svg)
}

.iti__flag.iti__tz:before {
    background-image: url(assets/svg/flags/tz.svg)
}

.iti__flag.iti__ua:before {
    background-image: url(assets/svg/flags/ua.svg)
}

.iti__flag.iti__ug:before {
    background-image: url(assets/svg/flags/ug.svg)
}

.iti__flag.iti__um:before {
    background-image: url(assets/svg/flags/um.svg)
}

.iti__flag.iti__us:before {
    background-image: url(assets/svg/flags/us.svg)
}

.iti__flag.iti__uy:before {
    background-image: url(assets/svg/flags/uy.svg)
}

.iti__flag.iti__uz:before {
    background-image: url(assets/svg/flags/uz.svg)
}

.iti__flag.iti__va:before {
    background-image: url(assets/svg/flags/va.svg)
}

.iti__flag.iti__vc:before {
    background-image: url(assets/svg/flags/vc.svg)
}

.iti__flag.iti__ve:before {
    background-image: url(assets/svg/flags/ve.svg)
}

.iti__flag.iti__vg:before {
    background-image: url(assets/svg/flags/vg.svg)
}

.iti__flag.iti__vi:before {
    background-image: url(assets/svg/flags/vi.svg)
}

.iti__flag.iti__vn:before {
    background-image: url(assets/svg/flags/vn.svg)
}

.iti__flag.iti__vu:before {
    background-image: url(assets/svg/flags/vu.svg)
}

.iti__flag.iti__wf:before {
    background-image: url(assets/svg/flags/wf.svg)
}

.iti__flag.iti__ws:before {
    background-image: url(assets/svg/flags/ws.svg)
}

.iti__flag.iti__xk:before {
    background-image: url(assets/svg/flags/xk.svg)
}

.iti__flag.iti__ye:before {
    background-image: url(assets/svg/flags/ye.svg)
}

.iti__flag.iti__yt:before {
    background-image: url(assets/svg/flags/yt.svg)
}

.iti__flag.iti__za:before {
    background-image: url(assets/svg/flags/za.svg)
}

.iti__flag.iti__zm:before {
    background-image: url(assets/svg/flags/zm.svg)
}

.iti__flag.iti__zw:before {
    background-image: url(assets/svg/flags/zw.svg)
}

.iti__flag.iti__es-ct:before {
    background-image: url(assets/svg/flags/es-ct.svg)
}

.iti__flag.iti__eu:before {
    background-image: url(assets/svg/flags/eu.svg)
}

.iti__flag.iti__gb-eng:before {
    background-image: url(assets/svg/flags/gb-eng.svg)
}

.iti__flag.iti__gb-nir:before {
    background-image: url(assets/svg/flags/gb-nir.svg)
}

.iti__flag.iti__gb-sct:before {
    background-image: url(assets/svg/flags/gb-sct.svg)
}

.iti__flag.iti__gb-wls:before {
    background-image: url(assets/svg/flags/gb-wls.svg)
}

.iti__flag.iti__un:before {
    background-image: url(assets/svg/flags/un.svg)
}

.phone-confirmation {
    display: inline-block
}

.phone-confirmation__code-hint {
    position: absolute;
    top: auto;
    right: -2px;
    bottom: 100%;
    left: auto;
    margin-bottom: 4px;
    padding: 3px 8px;
    width: auto;
    max-width: 85%;
    height: auto;
    min-height: 20px;
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    color: #fff;
    border-radius: 3px;
    z-index: 99999
}

.phone-confirmation__code-hint:after {
    position: absolute;
    right: 11px;
    bottom: -6px;
    width: 10px;
    height: 10px;
    content: "";
    background: #720b0b;
    border-right: 1px solid red;
    border-bottom: 1px solid red;
    transform: scale(1) rotate(45deg)
}

.phone-confirmation__code-hint--error {
    background: #720b0b;
    border: 1px solid red
}

.phone-confirmation__code-hint--valid {
    background: #1c147b;
    border: 1px solid #28c2f8
}

.phone-confirmation__code-hint--valid:after {
    background: #1c147b;
    border-right: 1px solid #28c2f8;
    border-bottom: 1px solid #28c2f8
}

.phone-confirmation__message {
    display: inline-block;
    margin-top: 10px;
    margin-left: 6px;
    font-size: 12px;
    color: #c4d5e3
}

.phone-confirmation__container .phone-confirmation__message {
    margin: 0
}

.phone-confirmation__link {
    margin-left: 128px;
    padding: 12px 0;
    line-height: 24px;
    font-size: 14px;
    text-decoration: underline;
    color: #7b96c8;
    background: none;
    border: none
}

.phone-confirmation__link,
.phone-confirmation__link:focus {
    outline: none -webkit-focus-ring-color
}

.phone-confirmation__link:hover {
    text-decoration: none
}

.phone-confirmation__support-text {
    width: 576px
}

p.phone-confirmation__support-text {
    display: none;
    margin: 18px 0 2px;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #7b96c8;
    float: left
}

p.phone-confirmation__support-text a {
    color: #7b96c8;
    text-decoration: underline
}

p.phone-confirmation__support-text a:hover {
    text-decoration: none
}

.phone-confirmation .form-block {
    width: 112px;
    float: left;
    margin: 0
}

.country-dropdown__container {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding-left: 35px;
    font-size: 14px;
    line-height: 30px;
    background-color: transparent
}

.country-dropdown__container--exist {
    padding-left: 0
}

.country-dropdown__container li {
    padding-left: 30px;
    list-style: none;
    pointer-events: none
}

.country-dropdown__list {
    box-sizing: border-box;
    position: absolute;
    top: 100%;
    left: -1px;
    padding-left: 10px;
    visibility: hidden;
    width: 100%;
    height: 122px;
    opacity: 0;
    list-style: none;
    background: #fff;
    border-radius: 0 0 4px 4px;
    outline: 0;
    transition: all .2s ease-in;
    z-index: 4;
    color: #000
}

.country-dropdown__item {
    display: block;
    position: relative;
    padding: 5px 10px 5px 40px;
    font-size: 14px;
    vertical-align: middle;
    text-decoration: none;
    cursor: pointer
}

.country-dropdown__item:hover:not([data-disabled]) {
    background-color: rgba(35, 47, 59, .5)
}

.country-dropdown__block-2 .fld {
    padding: 7px 76px 5px 10px;
    line-height: 1
}

.country-dropdown__block-2 .fld::-moz-placeholder {
    color: #3f4e5d;
    opacity: 1
}

.country-dropdown__block-2 .fld:-ms-input-placeholder {
    color: #3f4e5d
}

.country-dropdown__block-2 .fld::-webkit-input-placeholder {
    color: #3f4e5d
}

.phones .btn {
    box-shadow: none
}

.phones .phone-input {
    z-index: 2
}

.phones .phone-input__hint {
    display: none;
    position: absolute;
    top: -3px;
    bottom: auto;
    left: -60%;
    visibility: hidden;
    max-width: 50%;
    opacity: 0;
    font-size: 12px;
    font-weight: 400;
    white-space: normal;
    transition: .2s linear
}

.phones .phone-input__hint:after {
    top: 13px;
    right: -6px;
    left: auto;
    transform: scale(1) rotate(-45deg)
}

.phones .phone-input__phone-hint {
    position: absolute;
    top: auto;
    right: -2px;
    bottom: 100%;
    left: auto;
    margin-bottom: 4px;
    padding: 3px 8px;
    width: auto;
    max-width: 85%;
    height: auto;
    min-height: 20px;
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    color: #fff;
    border-radius: 3px;
    z-index: 99999
}

.phones .phone-input__phone-hint:after {
    position: absolute;
    right: 11px;
    bottom: -6px;
    width: 10px;
    height: 10px;
    content: "";
    background: #720b0b;
    border-right: 1px solid red;
    border-bottom: 1px solid red;
    transform: scale(1) rotate(45deg)
}

.phones .phone-input__phone-hint--error {
    display: none;
    background: #720b0b;
    border: 1px solid red
}

.phones .phone-input__phone-hint--valid {
    background: #1c147b;
    border: 1px solid #28c2f8
}

.phones .phone-input__phone-hint--valid:after {
    background: #1c147b;
    border-right: 1px solid #28c2f8;
    border-bottom: 1px solid #28c2f8
}

.phones .phone-input .intl-tel-input {
    height: 100%;
    margin-left: 14px
}

.phones .phone-input .selected-dial-code {
    top: 18px !important;
    color: #303233;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 500
}

.phones .phone-input .flag-container {
    top: 1px
}

.phones .phone-input .flag-container .dial-code:after,
.phones .phone-input .flag-container .dial-code:before {
    content: none !important
}

.phones .phone-input .selected-flag {
    padding: 0;
    background: none !important
}

.phones .phone-input .selected-flag .iti-flag {
    left: 0;
    top: 20px;
    bottom: 6px
}

.phones .phone-input .selected-flag .iti-arrow {
    left: 28px;
    margin-top: 5px
}

.phones .phone-input .country-dropdown__list {
    padding-left: 0;
    width: 272px;
    left: -15px;
    top: 95%;
    border-top: 1px solid #e5e7e9;
    position: absolute
}

.vote-change__form-item-block .phones .phone-input .country-dropdown__list {
    width: 100%
}

.phones .phone-input .country-dropdown__list .divider {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 1px;
    background: #e5e7e9;
    border-bottom: none
}

.phones .phone-input .country-dropdown__item {
    padding-left: 48px
}

.phones .phone-input .country-dropdown__item.highlight {
    opacity: 1;
    background: rgba(141, 159, 199, .08)
}

.phones .phone-input .country-dropdown__item .iti-flag:before {
    left: 18px
}

#form-change-email-request .intl-tel-input {
    backface-visibility: hidden;
    margin-left: 0 !important
}

#form-change-email-request .intl-tel-input * {
    backface-visibility: hidden
}

.phones {
    position: relative;
    line-height: 1.43
}

.phones>.phone-confirmation {
    position: relative;
    z-index: 0
}

.phones .fld-ok {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 6px;
    width: 34px;
    height: 34px;
    background: linear-gradient(180deg, #d9d9d9, #b8b8b8 85.94%)
}

.phones .fld-ok span {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 14px;
    height: 12px;
    background: url(assets/CV/Web/svg/icon/arrow-btn-popup.svg) 0 100% no-repeat;
    background-size: contain
}

.phones .fld-ok.valid {
    background: linear-gradient(180deg, #226dbf, #04407d)
}

.phones .phone-input .fld-ok,
.phones [data-input-state=valid] .fld-ok,
.phones [data-input-state=wrong] .fld-ok {
    display: block
}

.phones .phone-input .fld-ok.loader-spinner,
.phones [data-input-state=valid] .fld-ok.loader-spinner,
.phones [data-input-state=wrong] .fld-ok.loader-spinner {
    pointer-events: none
}

.phones--added-phone .phones__result {
    display: block
}

.phones--confirmation .phones__confirmation {
    display: block;
    margin: 16px 0 0
}

.phones--confirmation .fld-ok[data-form=accept] {
    opacity: .5;
    pointer-events: none;
    background: linear-gradient(180deg, #d9d9d9, #b8b8b8 85.94%)
}

.phones--confirmation-helper .phones__helper {
    display: block
}

.phones--confirmed .phones__result_confirmed {
    display: inline-block
}

.phones--confirmed .phones__result_number {
    color: rgba(184, 184, 204, .6);
    font-weight: 500
}

.phones--confirmed .lbl {
    color: #b8b8cc;
    opacity: .4
}

.phones--confirmed .fld-wrap {
    background: none;
    border: 1px solid rgba(141, 159, 199, .1);
    border-radius: 4px;
    box-sizing: border-box
}

.phones--show-info .phones__info {
    display: inline-block
}

.phones--hide-input .phones__input {
    display: none
}

.phones__hint {
    display: block;
    position: absolute;
    top: -3px;
    bottom: auto;
    left: -60%;
    visibility: hidden;
    max-width: 50%;
    opacity: 0;
    font-size: 12px;
    font-weight: 400;
    white-space: normal;
    transition: .2s linear
}

.phones__hint:after {
    top: 18px;
    right: -6px;
    left: auto;
    margin-top: -5px;
    transform: scale(1) rotate(-45deg)
}

.phones__result {
    display: none;
    font-size: 0;
    padding: 18px 30px 8px 48px
}

.phones__result_number {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: hsla(0, 0%, 100%, .6)
}

.phones__result_number.iti__flag {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    color: rgba(184, 184, 204, .6);
    -webkit-text-fill-color: rgba(184, 184, 204, .6);
    font-weight: 600
}

.phones__result_number.iti__flag:before {
    position: absolute;
    left: -32px;
    top: 0;
    bottom: 0
}

.phones__result_confirmed {
    display: none;
    position: absolute;
    top: 50%;
    right: 15px;
    visibility: visible;
    width: 16px;
    height: 12px;
    opacity: 1;
    background: url(assets/CV/Web/svg/icon/complete.svg) 50% no-repeat;
    background-size: contain;
    transform: translateY(-50%)
}

.phones__confirmation,
.phones__helper {
    display: none
}

.phones .fld-ok {
    opacity: .5;
    pointer-events: none
}

.phones .fld-ok.valid {
    opacity: 1;
    pointer-events: auto
}

.phones [data-input-state=valid] .fld-ok {
    background: linear-gradient(180deg, #226dbf, #04407d);
    opacity: 1;
    pointer-events: auto
}

.phones__tooltip-coord {
    position: absolute;
    top: 0;
    left: 0;
    width: 272px;
    height: 48px;
    user-select: none;
    z-index: -100
}

.bonus-balance {
    position: relative;
    width: 197px;
    margin-bottom: 8px;
    overflow: hidden
}

.bonus-balance--active .bonus-balance__inner {
    background: radial-gradient(149.59% 142.72% at 50% 50%, #020064 13.3%, #00cbec 100%);
    border: 2px solid transparent
}

.profile-bonus-balance.bonus-balance--active .bonus-balance__inner {
    background: radial-gradient(63.96% 72.32% at 50% 50%, #444dce .64%, #0a0643 100%)
}

.bonus-balance--active .bonus-balance__label {
    background: #00b20b
}

.profile-bonus-balance.bonus-balance--active .bonus-balance__label {
    background: rgba(0, 178, 11, .24)
}

.profile-bonus-balance.bonus-balance--active .bonus-balance__label span {
    color: #00b20b
}

.bonus-balance--active .bonus-balance__label span {
    color: #fff
}

.profile-bonus-balance.bonus-balance {
    width: 372px;
    margin: 0
}

.bonus-balance__inner {
    visibility: visible;
    width: 100%;
    padding: 6px;
    background-color: hsla(0, 0%, 100%, .05);
    border: 2px solid hsla(0, 0%, 100%, .33);
    border-radius: 8px;
    user-select: none;
    box-sizing: border-box
}

.profile-bonus-balance .bonus-balance__inner {
    padding: 14px
}

.bonus-balance__inner--hide {
    visibility: hidden
}

.bonus-balance__top {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: space-between;
    height: 24px;
    margin-bottom: 8px
}

.profile-bonus-balance .bonus-balance__top {
    margin-bottom: 5px
}

.bonus-balance__actions {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    height: 100%
}

.bonus-balance__info,
.bonus-balance__remove {
    width: 24px;
    height: 24px;
    cursor: pointer
}

.bonus-balance__remove {
    background: url(assets/CV/Web/svg/popup/bonus-balances/trash.svg) no-repeat 50%
}

.profile-bonus-balance .bonus-balance__remove {
    margin-right: 8px
}

.bonus-balance__info {
    background: url(assets/CV/Web/svg/popup/bonus-balances/info.svg) no-repeat 50%
}

.bonus-balance__label {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    height: 16px;
    padding: 0 6px;
    background-color: rgba(253, 187, 44, .16);
    border-radius: 8px;
    box-sizing: border-box
}

.profile-bonus-balance .bonus-balance__label {
    height: 22px;
    padding: 0 8px;
    background: rgba(253, 187, 44, .24);
    border-radius: 12px
}

.bonus-balance__label span {
    color: #fdbb2c;
    font-size: 10px;
    line-height: 16px
}

.profile-bonus-balance .bonus-balance__label span {
    font-weight: 500
}

.bonus-balance__title {
    display: block;
    margin-bottom: 8px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px
}

.profile-bonus-balance .bonus-balance__title {
    margin-bottom: 11px
}

.bonus-balance__progress {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 16px;
    margin-bottom: 8px;
    border: 1px solid hsla(0, 0%, 100%, .2);
    border-radius: 8px;
    overflow: hidden;
    box-sizing: border-box
}

.profile-bonus-balance .bonus-balance__progress {
    margin-bottom: 4px
}

.bonus-balance__progress-text {
    color: #fff;
    font-weight: 500;
    font-size: 10px;
    line-height: 16px
}

.bonus-balance__progress-fill {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: hsla(0, 0%, 100%, .2);
    transition: width .3s linear
}

.profile-bonus-balance .bonus-balance__bottom {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-end;
    justify-content: space-between
}

.profile-bonus-balance .bonus-balance__bottom .btn {
    width: 170px;
    margin: 0
}

.profile-bonus-balance .bonus-balance__rule:first-child {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    height: 32px;
    margin-bottom: 8px
}

.profile-bonus-balance .bonus-balance__rule:first-child span:last-child {
    font-size: 12px
}

.bonus-balance__rule:first-child {
    margin-bottom: 4px
}

.bonus-balance__rule-name {
    display: block;
    color: hsla(0, 0%, 100%, .6);
    font-size: 10px;
    line-height: 16px
}

.profile-bonus-balance .bonus-balance__rule-name {
    margin-right: 4px;
    font-size: 12px;
    white-space: nowrap
}

.bonus-balance__rule-value {
    display: block;
    padding: 0;
    text-align: left;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px
}

.btn.bonus-balance__activate {
    margin: 8px 0 0
}

.btn.bonus-balance__activate span {
    font-size: 12px
}

.balance-action-popup {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    padding: 8px;
    background-color: #234183;
    border-radius: 8px;
    z-index: 1;
    box-sizing: border-box
}

.profile-bonus-balance .balance-action-popup {
    align-items: center;
    justify-content: space-between;
    padding: 38px 48px 16px;
    background: radial-gradient(63.96% 72.32% at 50% 50%, #444dce 0, #0a0643 100%)
}

.profile-bonus-balance .balance-action-popup__container {
    margin-bottom: 19px;
    flex: 0 0 auto
}

.profile-bonus-balance .balance-action-popup__title {
    margin-bottom: 11px
}

.profile-bonus-balance .balance-action-popup__text {
    line-height: 16px
}

.balance-action-popup__container {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto
}

.balance-action-popup__title {
    margin-bottom: 4px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px
}

.balance-action-popup__text {
    text-align: center;
    color: hsla(0, 0%, 100%, .6);
    font-size: 12px;
    line-height: 20px
}

.balance-action-popup__buttons {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.balance-action-popup__buttons>div {
    margin: 0;
    border-radius: 2px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2)
}

.balance-action-popup__buttons>div span {
    font-size: 12px
}

.balance-action-popup__accept-button,
.balance-action-popup__decline-button {
    width: calc(50% - 4px)
}

.sport-balance {
    position: relative;
    width: 372px;
    overflow: hidden
}

.sport-balance--active .sport-balance__inner {
    background: radial-gradient(72.32% 72.32% at 50% 50%, #1766a4 0, #022e4b 100%);
    border: 2px solid transparent
}

.sport-balance--active .sport-balance__label {
    background: rgba(0, 178, 11, .24)
}

.sport-balance--active .sport-balance__label span {
    color: #00b20b
}

.sport-balance__inner {
    visibility: visible;
    width: 100%;
    padding: 14px;
    background-color: hsla(0, 0%, 100%, .05);
    border: 2px solid hsla(0, 0%, 100%, .33);
    border-radius: 8px;
    user-select: none;
    box-sizing: border-box
}

.sport-balance__inner--hide {
    visibility: hidden
}

.sport-balance__top {
    justify-content: space-between;
    height: 24px;
    margin-bottom: 9px
}

.sport-balance__actions,
.sport-balance__top {
    display: flex;
    flex-flow: row nowrap;
    align-items: center
}

.sport-balance__actions {
    justify-content: flex-start;
    height: 100%
}

.sport-balance__info,
.sport-balance__remove {
    width: 24px;
    height: 24px;
    cursor: pointer
}

.sport-balance__remove {
    background: url(assets/CV/Web/svg/popup/bonus-balances/trash.svg) no-repeat 50%
}

.sport-balance__label {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    height: 22px;
    padding: 0 8px;
    background: rgba(253, 187, 44, .24);
    border-radius: 12px;
    box-sizing: border-box
}

.sport-balance__label span {
    color: #fdbb2c;
    font-weight: 500;
    font-size: 10px;
    line-height: 16px
}

.sport-balance__title {
    display: block;
    margin-bottom: 8px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px
}

.sport-balance__progress {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 16px;
    margin-bottom: 4px;
    border: 1px solid hsla(0, 0%, 100%, .2);
    border-radius: 8px;
    overflow: hidden;
    box-sizing: border-box
}

.sport-balance__progress-text {
    color: #fff;
    font-weight: 500;
    font-size: 10px;
    line-height: 16px
}

.sport-balance__progress-fill {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: hsla(0, 0%, 100%, .2);
    transition: width .3s linear
}

.sport-balance__bottom {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-end;
    justify-content: space-between
}

.sport-balance__bottom .btn {
    width: 162px;
    margin: 0
}

.sport-balance__rule:first-child {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    height: 32px;
    margin-bottom: 8px
}

.sport-balance__rule:first-child span:last-child {
    font-size: 12px
}

.sport-balance__rule-name {
    display: block;
    margin-right: 4px;
    color: hsla(0, 0%, 100%, .6);
    font-size: 12px;
    line-height: 16px
}

.sport-balance__rule-value {
    display: block;
    padding: 0;
    text-align: left;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px
}

.btn.sport-balance__activate {
    margin: 8px 0 0
}

.btn.sport-balance__activate--disabled {
    background: transparent;
    box-shadow: none;
    border: 1px solid hsla(0, 0%, 100%, .6);
    box-sizing: border-box
}

.btn.sport-balance__activate span {
    font-size: 12px
}

.sport-balance-action-popup {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    padding: 0 48px 16px;
    background: radial-gradient(72.32% 72.32% at 50% 50%, #1766a4 0, #022e4b 100%);
    border-radius: 8px;
    z-index: 1;
    box-sizing: border-box
}

.sport-balance-action-popup__container {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 19px
}

.sport-balance-action-popup__title {
    margin-bottom: 11px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px
}

.sport-balance-action-popup__text {
    text-align: center;
    color: hsla(0, 0%, 100%, .6);
    font-size: 12px;
    line-height: 16px
}

.sport-balance-action-popup__buttons {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.sport-balance-action-popup__buttons>div {
    margin: 0;
    border-radius: 2px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2)
}

.sport-balance-action-popup__buttons>div span {
    font-size: 12px
}

.sport-balance-action-popup__accept-button,
.sport-balance-action-popup__decline-button {
    width: calc(50% - 4px)
}

.loader-spinner {
    display: block;
    pointer-events: none
}

.loader-spinner:after {
    content: "";
    position: absolute;
    width: 22px !important;
    height: 22px !important;
    left: 50%;
    top: 50%;
    right: unset;
    bottom: unset;
    margin: -11px 0 0 -11px;
    border-color: transparent #fff !important;
    border-style: solid !important;
    border-width: 1px !important;
    border-radius: 100%;
    opacity: 1;
    background: transparent;
    animation-fill-mode: both;
    animation: rotate 1s ease-in-out 0s infinite;
    transition: none;
    box-sizing: content-box
}

.header-top__btn-cash.loader-spinner:after {
    animation: rotateForHeaderButton 1s ease-in-out 0s infinite
}

.layout-vua .header-top__btn-cash.loader-spinner:after {
    animation: rotateForHeaderButtonVUA 1s ease-in-out 0s infinite
}

.loader-spinner:before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    right: unset;
    bottom: unset;
    margin: -5px 0 0 -5px;
    width: 10px;
    height: 10px;
    border-color: #fff transparent;
    border-style: solid;
    border-width: 1px;
    border-radius: 100%;
    background: transparent;
    opacity: 1;
    animation: rotate .5s ease-in-out 0s infinite;
    animation-duration: .5s;
    animation-direction: reverse;
    transition: none;
    box-sizing: content-box
}

.header-top__btn-cash.loader-spinner:before {
    animation: rotateForHeaderButton .5s ease-in-out 0s infinite
}

.layout-vua .header-top__btn-cash.loader-spinner:before {
    animation: rotateForHeaderButtonVUA 1s ease-in-out 0s infinite
}

.loader-spinner span {
    opacity: .2
}

@keyframes rotateForHeaderButton {
    0% {
        transform: skew(15deg) rotate(0deg)
    }
    50% {
        transform: skew(15deg) rotate(180deg)
    }
    to {
        transform: skew(15deg) rotate(1turn)
    }
}

@keyframes rotateForHeaderButtonVUA {
    0% {
        transform: rotate(0deg)
    }
    50% {
        transform: rotate(180deg)
    }
    to {
        transform: rotate(1turn)
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg)
    }
    50% {
        transform: rotate(180deg)
    }
    to {
        transform: rotate(1turn)
    }
}

@keyframes rotate-revert {
    0% {
        transform: rotate(1turn)
    }
    50% {
        transform: rotate(180deg)
    }
    to {
        transform: rotate(0deg)
    }
}

.in-process__dot {
    -webkit-animation: blink 1.4s infinite both;
    -o-animation: blink 1.4s infinite both;
    animation: blink 1.4s infinite both
}

.in-process__dot:nth-child(2) {
    animation-delay: .2s
}

.in-process__dot:nth-child(3) {
    animation-delay: .4s
}

@keyframes blink {
    0% {
        opacity: .2
    }
    20% {
        opacity: 1
    }
    to {
        opacity: .2
    }
}

.loader-disabled {
    pointer-events: none;
    opacity: .8
}

.payment-msg {
    position: relative;
    width: 800px;
    height: 300px;
    padding: 300px 0 0;
    margin: 0 auto
}

.payment-msg__page {
    background: #000
}

.payment-msg__success {
    background: url(assets/CV/Web/img/pic/payment-success.jpg) 50% 0 no-repeat
}

.payment-msg__error {
    background: none
}

.payment-msg-timer {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #fff
}

.payment-msg .h1,
.payment-msg h1 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    color: #ffc000;
    line-height: 44px;
    text-transform: none;
    margin-bottom: 35px
}

.h1+.payment-msg-reason,
h1+.payment-msg-reason {
    margin-top: -35px
}

.payment-msg-reason {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    color: #700;
    line-height: 36px;
    margin-bottom: 35px
}

.payment-msg .btn {
    width: 300px;
    margin: 0 auto 15px
}

.top-winners {
    width: 260px;
    margin: 0 auto;
    font-size: 16px;
    text-transform: uppercase
}

.top-winners tr:nth-child(2n) {
    background: rgba(14, 22, 31, .8)
}

.top-winners td {
    height: 50px
}

.top-winners td:first-child {
    text-align: right
}

.top-winners .text-white {
    float: left;
    max-width: 75px;
    padding-left: 5px;
    text-transform: none
}

.top-winners .text-white,
.top-winners .text-yellow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.top-winners .text-yellow {
    max-width: 110px;
    margin: 0 3px;
    position: relative
}

.top-winners .ico-talisman-sm {
    float: left;
    margin: -2px 0 0 3px
}

.rate-numb {
    display: inline-block;
    position: relative;
    padding: 0 9px;
    text-align: center
}

.rate-numb:after,
.rate-numb:before {
    content: "";
    position: absolute;
    width: 9px;
    height: 34px;
    top: 0;
    z-index: 1
}

.rate-numb:before {
    left: 0;
    background-position: -50px -406px
}

.rate-numb:after,
.rate-numb:before {
    background-image: url(assets/CV/Web/img/sys/sprites/sprite-strips.png);
    background-repeat: repeat-x
}

.rate-numb:after {
    right: 0;
    background-position: -64px -406px
}

.rate-numb span {
    display: block;
    min-width: 16px;
    color: #d4d4d4;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .72);
    vertical-align: middle;
    padding: 9px 1px;
    background-image: url(assets/CV/Web/img/sys/sprites/sprite-strips.png);
    background-position: 0 -510px;
    background-repeat: repeat-x
}

.rate-numb.rate-user:before {
    background-position: -151px -406px
}

.rate-numb.rate-user:after {
    right: 0;
    background-position: -164px -406px
}

.rate-numb.rate-user span {
    background-position: 0 -730px
}

.top-prizes {
    width: 100%;
    margin: 24px 0 32px
}

.top-prizes__item {
    display: flex;
    justify-content: space-between;
    align-items: start;
    width: 100%;
    min-height: 12px;
    margin-bottom: 16px
}

.top-prizes__place {
    display: flex;
    align-items: center;
    height: 12px;
    width: 16px;
    margin-right: 8px;
    color: #b8b8cc;
    font-size: 10px;
    line-height: 1;
    text-align: left
}

.top-prizes__info {
    flex: 1 1 auto;
    font-size: 12px;
    line-height: 1;
    min-height: 32px
}

.top-prizes__game {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 56px;
    height: 32px;
    min-width: 56px;
    margin-right: 12px;
    border: 2px solid #000;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .6)
}

.top-prizes__game>a,
.top-prizes__game img {
    position: absolute;
    top: 0;
    left: 0
}

.top-prizes__game>a {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .9);
    opacity: 0;
    transition: opacity .2s ease-in, visibility .2s ease-in
}

.top-prizes__game>a:after {
    content: "";
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 6px solid transparent
}

.top-prizes__game:hover>a {
    opacity: 1
}

.top-prizes__name {
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    font-weight: 400
}

.top-prizes__name,
.top-prizes__talisman {
    display: inline-block;
    vertical-align: bottom
}

.top-prizes__talisman {
    position: relative;
    width: 20px;
    height: 12px;
    margin-left: 8px
}

.top-prizes .ico-talisman-sm {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.top-prizes__result {
    display: block;
    margin-top: 8px;
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fdbb2c;
    font-weight: 500
}

.fast-deposit-content.loading {
    height: 100px;
    background: url(assets/CV/Web/img/sys/anim/loader.gif) no-repeat 50% 50% !important
}

.fast-deposit-message {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    text-align: center;
    display: none
}

.fast-deposit-message .timer {
    width: auto;
    margin: 10px 0 0;
    background: none;
    color: #ccc;
    font-weight: 400;
    padding-bottom: 10px
}

.fast-deposit-message p,
.fast-deposit-message span {
    text-align: center
}

.fast-deposit-success p,
.fast-deposit-success span {
    color: #1fee00 !important
}

.fast-deposit-error p,
.fast-deposit-error span {
    color: red !important
}

.fast-deposit .fld-wrap.error:before {
    display: none !important
}

.fast-deposit .fld-wrap.error .hint {
    max-width: 300px
}

.hof * {
    box-sizing: border-box
}

.hof-cnt-main .nav__wrapper {
    margin-left: -7px;
    margin-right: -11px
}

.hof-cnt-main .nav__list_pointer {
    display: none
}

.hof-cnt-main .cnt-top {
    margin: 0
}

.hof__page_title {
    position: relative;
    margin-top: 40px !important;
    margin-bottom: 10px;
    padding: 0;
    line-height: 32px;
    font-size: 24px;
    font-weight: 500;
    text-align: left
}

.hof__page_title span {
    background-image: -webkit-linear-gradient(top, #fff, #b8b8cc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

html.ie .hof__page_title span {
    background: none;
    color: #b8b8cc
}

.hof__page .hof__table_column-position {
    padding: 15px 0 15px 36px;
    text-align: left;
    width: 54px;
    min-width: 54px
}

.hof__page .hof__table_column-name {
    text-align: left
}

.hof__page .hof__table_column-status {
    padding-left: 16px
}

.hof__page .hof__table_column-achievement,
.hof__page .hof__table_column-status {
    width: 110px;
    max-width: 110px
}

.hof__page .hof__table_column-game {
    width: 90px;
    max-width: 90px;
    text-align: center
}

.hof__page .hof__table_column-result {
    width: 130px;
    max-width: 130px;
    padding-right: 32px;
    text-align: right
}

@media screen and (min-width:1260px) {
    .hof__page .hof__table_column-achievement,
    .hof__page .hof__table_column-status {
        width: 150px;
        max-width: 150px
    }
    .hof__page .hof__table_column-result {
        width: 194px;
        max-width: 194px
    }
}

.hof__page [data-hof-tab-id=most-max-win] .hof__table_column-achievement,
.hof__page [data-hof-tab-id=most-max-win] .hof__table_column-status {
    width: 82px;
    max-width: 82px
}

@media screen and (min-width:1260px) {
    .hof__page [data-hof-tab-id=most-max-win] .hof__table_column-achievement,
    .hof__page [data-hof-tab-id=most-max-win] .hof__table_column-status {
        width: 152px;
        max-width: 152px
    }
}

.hof__page [data-hof-tab-id=most-max-win] .hof__table_column-achievement {
    padding-left: 0;
    padding-right: 20px
}

@media screen and (min-width:1260px) {
    .hof__page [data-hof-tab-id=most-max-win] .hof__table_column-achievement {
        padding-right: 55px
    }
}

.hof__month {
    position: relative;
    display: inline-block;
    cursor: pointer
}

.hof__month:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 3px;
    width: calc(100% - 21px);
    height: 1px;
    opacity: .4;
    background-image: linear-gradient(90deg, transparent, transparent 50%, #d0d0d0 0, #d0d0d0);
    background-size: 2px 3px, 100% 3px;
    border: none
}

.hof__month_ico {
    display: inline-block;
    width: 14px;
    height: 16px;
    margin-left: 3px;
    background: url(assets/CV/Web/svg/icon/calendar-ico.svg) 50% no-repeat
}

.hof__month_selected {
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    text-align: left;
    color: #fafafa;
    background-image: -webkit-linear-gradient(top, #fff, #aaa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.hof__month_container {
    position: absolute;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: flex-start;
    top: 40px;
    right: -216px;
    z-index: 10;
    width: 240px;
    padding: 16px 8px 8px;
    box-sizing: border-box;
    border-radius: 4px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease-out, visibility 0s linear .3s
}

.hof__month_container.open {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s
}

.hof__month_container:before {
    content: "";
    position: absolute;
    top: -5px;
    left: 12px;
    transform: rotate(45deg);
    width: 11px;
    height: 11px;
    background: #fff
}

.hof__month_item {
    width: 64px;
    height: 22px;
    margin: 0 4px 8px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 10px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    color: #000;
    text-decoration: none
}

.hof__month_item:hover {
    text-decoration: none;
    border-color: #7b96c8
}

.hof__month_item.active:not(:hover) {
    background-color: #7b96c8;
    border-color: #7b96c8;
    color: #fff
}

.hof .select-month {
    display: inline-block
}

.hof .chosen-select {
    padding: 0;
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    border: 0;
    border-bottom: 1px dashed rgba(208, 208, 221, .4);
    color: #fafafa;
    background-image: -webkit-linear-gradient(top, #fff, #aaa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.hof .chosen-select__month>* {
    cursor: pointer
}

.hof__nav {
    position: relative;
    height: 44px;
    background: linear-gradient(#000, #010101, #020202, #030303, #040404, #050505, #060606, #060606, #070707);
    background-clip: padding-box;
    border: 1px solid hsla(0, 0%, 100%, .05);
    border-radius: 5px;
    padding: 2px 0;
    margin: 23px 0 31px
}

.hof__nav_list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    height: 100%
}

.hof__nav_item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 1 25%;
    max-width: 25%;
    height: 100%;
    margin: 0 2px;
    z-index: 1;
    cursor: pointer;
    border-radius: 4px;
    transition: color .2s ease;
    font-size: 16px;
    color: hsla(0, 0%, 100%, .2)
}

.hof__nav_item.active,
.hof__nav_item:hover {
    color: #fff
}

.hof__nav_item.active {
    pointer-events: none
}

.hof__nav_item_title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 400;
    color: hsla(0, 0%, 100%, .2);
    transition: color .2s ease
}

.hof__nav_item_title:hover {
    color: #fff;
    text-decoration: none
}

.hof__nav_swiper {
    position: absolute;
    height: 44px;
    left: 2px;
    top: 2px;
    background: linear-gradient(180deg, #09244a, #06153c);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .5), inset 0 1px 0 hsla(0, 0%, 100%, .05);
    border-radius: 4px;
    z-index: 0;
    transition: left .35s ease 0s
}

.hof__tabs {
    position: relative;
    min-height: 400px
}

.hof__tabs_content {
    padding: 0 0 41px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #b8b8cc
}

.hof__table_wrapper {
    margin: 0 -30px
}

.hof__table thead tr {
    background-color: rgba(184, 184, 204, .1)
}

.hof__table thead th {
    padding: 15px 10px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(184, 184, 204, .7);
    box-sizing: border-box
}

.hof__table tbody tr:first-child td {
    padding-top: 16px
}

.hof__table tbody tr:last-child td {
    padding-bottom: 10px;
    border-bottom: 0
}

.hof__table tbody tr:last-child td:first-child:before,
.hof__table tbody tr:last-child td:last-child:before {
    content: none
}

.hof__table tbody tr.current-user td span {
    color: #fdbb2c
}

.hof__table tbody tr.current-user td .hof__tooltip-awards_number {
    color: #000
}

.hof__table tbody tr.current-user td:nth-child(2) {
    white-space: nowrap
}

.hof__table tbody td {
    padding: 0 10px;
    text-align: center;
    border-bottom: 1px solid rgba(184, 184, 204, .05);
    box-sizing: border-box
}

.hof__table tbody td:first-child {
    position: relative;
    text-align: left;
    padding-left: 30px;
    padding-right: 0;
    border-bottom: 0
}

.hof__table tbody td:first-child:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -.5px;
    height: 1px;
    width: calc(100% - 27px);
    background-color: rgba(184, 184, 204, .05)
}

.hof__table tbody td.hof__td-without-underline:before {
    content: none !important
}

.hof__table tbody td.hof__td-text-align-left {
    text-align: left
}

.hof__table tbody td:nth-child(2) {
    max-width: 190px
}

@media screen and (min-width:1260px) {
    .hof__table tbody td:nth-child(2) {
        max-width: 215px
    }
}

.hof__table tbody td:nth-child(2) span {
    max-width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.hof__table tbody td:last-child {
    position: relative;
    border-bottom: 0
}

[data-hof-tab-id=most-max-win] .hof__table tbody td:last-child {
    max-width: 108px
}

[data-hof-tab-id=most-max-win] .hof__table tbody td:last-child span {
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.hof__table tbody td:last-child:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px;
    width: calc(100% - 29px);
    background-color: rgba(184, 184, 204, .05)
}

.hof__table tbody td:nth-child(2) {
    text-align: left
}

.hof__table tbody td:last-child {
    padding-right: 32px;
    text-align: right
}

.hof__table tbody .hof__table_border-off td {
    border-bottom: none
}

.hof__table tbody .hof__table_border-off td:before {
    content: none !important
}

.hof__table tbody .icon--cup {
    display: inline-block;
    width: 9px;
    height: 10px;
    margin-right: 4px;
    vertical-align: baseline;
    background-image: url(assets/CV/Web/img/cup.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

.hof__table tbody span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 400;
    white-space: normal;
    word-break: break-word
}

.hof__table tbody:not(.hof__table_user-name) {
    color: #fff
}

.hof__table tbody .level {
    width: 100%;
    height: 100%
}

.hof__table tbody .ico-talisman-sm {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 18px
}

.hof__table_rate-number {
    height: 16px;
    min-width: 16px;
    width: max-content;
    padding: 0 5px;
    box-sizing: border-box;
    background: rgba(184, 184, 204, .1);
    border-radius: 4px;
    text-align: right
}

.hof__table_rate-number span {
    margin-top: -2.5px;
    font-size: 10px !important;
    line-height: 16px;
    background: none
}

.hof__table_rate-number:after,
.hof__table_rate-number:before {
    content: none
}

.hof__table_user-name {
    margin-right: 6px;
    color: #b8b8cc
}

.hof__table_status-icon {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 48px;
    height: 47px;
    margin: auto
}

.hof__table_result {
    position: relative;
    display: inline-block;
    min-width: 32px;
    margin-left: 4px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    text-align: left;
    color: #fff
}

[data-hof-tab-id=most-max-win] .hof__table_result {
    margin-left: -12px
}

@media screen and (min-width:1260px) {
    [data-hof-tab-id=most-max-win] .hof__table_result {
        margin-left: -44px
    }
}

.hof__table_result:hover {
    text-decoration: none
}

.hof__table_result:hover .hof__tooltip-awards {
    display: flex;
    opacity: 1;
    visibility: visible
}

.hof__table_tbl-separator {
    padding: 0 !important;
    border-bottom: 0
}

.hof__table_tbl-separator td {
    padding: 0 !important;
    border: 0
}

.hof__table_tbl-separator td:before {
    content: none !important
}

.hof__table_tbl-separator td .line {
    margin: 16px -1px
}

.hof__table_before-separator td {
    border-bottom: 0 !important
}

.hof__table_game {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 32px;
    margin-bottom: -5px;
    border: 2px solid #000;
    border-radius: 4px;
    overflow: hidden
}

.hof__table_game>a,
.hof__table_game img {
    position: absolute;
    top: 0;
    left: 0
}

.hof__table_game>a {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .9);
    opacity: 0;
    visibility: visible;
    transition: opacity .2s ease-in, visibility .2s ease-in
}

.hof__table_game>a:after {
    content: "";
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 6px solid transparent
}

.hof__table_game:hover>a {
    opacity: 1;
    visibility: visible
}

.hof__table_win {
    font-weight: 500
}

.hof__tooltip-awards {
    position: absolute;
    display: none;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
    left: -139px;
    bottom: 25px;
    z-index: 10;
    width: 304px;
    min-height: 72px;
    padding: 16px 6px 4px;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .4);
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    transition: all .15s ease-in;
    box-sizing: border-box
}

.hof__tooltip-awards:before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    background: #fff
}

.hof__tooltip-awards_item {
    display: flex;
    align-items: center;
    margin: 1px 9px 13px 0;
    cursor: default
}

.hof__tooltip-awards_item:nth-child(5n+5) {
    margin-right: 0
}

.hof__tooltip-awards_item:first-child,
.hof__tooltip-awards_item:nth-child(6n+6) {
    margin-left: 10px
}

.hof__tooltip-awards_item.active {
    cursor: pointer
}

.hof__tooltip-awards_item.active .hof__tooltip-awards_number {
    opacity: 1;
    visibility: visible
}

.hof__tooltip-awards_item.active .hof__tooltip-awards_img {
    filter: none;
    opacity: 1
}

.hof__tooltip-awards_item.active .hof__tooltip-awards_img:before {
    opacity: 1;
    visibility: visible
}

.hof__tooltip-awards_item span.hof__tooltip-awards_number {
    margin-right: 9px;
    font-size: 12px;
    font-weight: 400;
    color: #000;
    opacity: 0;
    visibility: hidden
}

.hof__tooltip-awards_img {
    position: relative;
    width: 32px;
    height: 32px;
    color: #000;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    filter: grayscale(1);
    opacity: .5
}

.hof__tooltip-awards_img img {
    height: 100%;
    width: auto
}

.hof__tooltip-awards_img:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -4px;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #000;
    opacity: 0;
    visibility: hidden
}

.hof__preload {
    position: relative;
    display: none;
    width: 48px;
    height: 48px;
    margin: 48px auto
}

.hof__default-text {
    display: none;
    padding: 41px 0 0;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #b8b8cc
}

.tooltipster-hof {
    min-height: 48px;
    max-width: 139px !important
}

@media screen and (min-width:1260px) {
    .tooltipster-hof {
        max-width: 185px !important
    }
}

.tooltipster-hof .tooltipster-content {
    min-height: 48px !important;
    font-size: 12px !important;
    text-align: center !important
}

.faq-heading {
    margin-bottom: 24px
}

.faq-item {
    padding: 12px 16px;
    margin-bottom: 16px;
    background: rgba(184, 184, 204, .1);
    box-shadow: 0 8px 16px rgba(36, 2, 0, .2);
    border-radius: 8px;
    border: 0
}

.faq-item p {
    margin: 22px 0 18px;
    font-size: 12px;
    line-height: 20px
}

.faq-item>div {
    padding: 0 32px
}

.faq-item~h2 {
    margin: 40px 0 24px;
    text-align: left !important
}

.faq-item__title {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
    color: #b8b8cc
}

.faq-item__title:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    width: 10px;
    height: 5px;
    background: url(assets/CV/Web/svg/icon/arrow-bottom.svg) 50% 50% no-repeat;
    transition: transform .3s
}

.faq-item__title[aria-expanded=true]:before {
    transform: translateY(-50%) rotate(180deg)
}

.faq-item__title>span {
    display: inline-block;
    height: 16px;
    min-width: 16px;
    width: max-content;
    margin-right: 16px;
    padding: 0 5px;
    box-sizing: border-box;
    background: rgba(184, 184, 204, .1);
    border-radius: 4px;
    text-align: right;
    font-size: 10px;
    line-height: 16px;
    font-weight: 500;
    color: hsla(0, 0%, 100%, .98)
}

.faq-item ol,
.faq-item ul {
    font-size: 16px;
    color: #c2c4cc;
    padding-left: 40px
}

.faq-item ul {
    list-style: square
}

.faq-item img {
    border: 2px solid #000
}

.talisman {
    background: #0d0f15;
    padding: 20px;
    margin-bottom: 20px
}

.talisman:after,
.talisman:before {
    content: " ";
    display: table
}

.talisman:after {
    clear: both
}

.talisman.gold {
    border: 1px solid #533b07
}

.talisman-img {
    position: relative;
    float: left;
    width: 130px;
    height: 130px;
    margin-right: -130px
}

.talisman-img img {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    z-index: 1
}

.talisman-img:before {
    content: "";
    display: block;
    width: 200px;
    height: 200px;
    position: absolute;
    top: -35px;
    left: -35px;
    background: url(assets/CV/Web/img/sys/bg/bg-product.png) no-repeat;
    background-size: contain
}

.talisman-text {
    float: left;
    margin-left: 150px
}

.talisman-text h2 {
    color: #e2e2e2;
    margin: 12px 0
}

.talisman-text a {
    border-bottom: 1px dashed #27bff8
}

.talisman-text p {
    font-size: 14px;
    margin-top: 0
}

.talisman .comment {
    font-size: 16px;
    line-height: 24px;
    color: #c2c4cc
}

.talisman .comment a:hover {
    text-decoration: none;
    border-bottom-color: transparent
}

.talisman .comment__hide .open {
    display: inline-block
}

.talisman .comment__hide .close,
.talisman .comment__open .open {
    display: none
}

.talisman .comment__open .close {
    display: inline-block
}

.talisman+.btn {
    width: 277px;
    margin: 0 auto
}

.talisman-store-item {
    height: 350px
}

.talisman-store-item .store-item__title {
    padding: 0 10px
}

.talisman-form,
.talisman-store-item .store-item__title {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.talisman-form {
    text-align: left;
    padding: 0 3px 0 5px;
    margin-bottom: 12px
}

.talisman-form .radio-wrap input[type=radio][disabled]+label {
    opacity: 1;
    filter: alpha(opacity=100)
}

.talisman-form .text-yellow {
    font-size: 16px
}

.talisman-form .form-group {
    padding: 1px 10px;
    margin: 3px 0 2px;
    border-radius: 3px;
    -webkit-transition: all .15s linear;
    -o-transition: all linear .15s;
    transition: all .15s linear
}

.talisman-form .form-group.active,
.talisman-form .form-group:hover {
    background: #0b4274
}

.talisman-form .form-group.disactive:hover {
    background: inherit
}

.talisman-form .form-group.disactive label span {
    color: #7f7f7f
}

.talisman-form .form-group.disactive .radio-wrap input[type=radio]+label {
    cursor: default
}

.talisman-form .form-group.disactive .radio-wrap input[type=radio]+label:after {
    background-color: #7f7f7f
}

.talisman-form .form-group.with-sticker {
    position: relative;
    z-index: 2
}

.talisman-form .form-group.with-sticker:before {
    position: absolute;
    content: "";
    top: -13px;
    left: -5px;
    width: 190px;
    height: 40px;
    background-image: url(assets/CV/Web/img/sys/sprites/sprite.png);
    background-position: -94px -800px;
    background-repeat: no-repeat;
    z-index: 1
}

.talisman-form label span {
    display: inline-block;
    width: 60%;
    font-weight: 700
}

.talisman-form label span:first-child {
    font-size: 14px;
    text-align: left
}

.talisman-form .radio-wrap input[type=radio]+label {
    display: block;
    padding-left: 10px;
    white-space: nowrap;
    z-index: 2
}

.talisman-form .radio-wrap input[type=radio]+label:before {
    top: 4px;
    left: -15px;
    width: 10px;
    height: 10px;
    background: #0d1016;
    border: 2px solid #0350a1;
    border-radius: 50%
}

.talisman-form .radio-wrap input[type=radio]+label:after {
    width: 6px;
    height: 6px;
    left: -11px;
    top: 8px;
    background-image: none;
    background-color: #e4b92e;
    border-radius: 50%
}

.talisman-form .sum {
    position: absolute;
    right: -5px;
    top: 0;
    font-size: 16px;
    font-style: italic;
    color: #ffc000;
    text-align: right
}

.talisman-desc {
    opacity: 0;
    overflow: hidden;
    height: 130px;
    padding: 0 9px
}

.talisman-desc p {
    font-size: 12px;
    line-height: 17px;
    color: #dcdcdc;
    height: 95px;
    margin: 0 0 8px;
    text-align: center
}

.morecontent span {
    display: none;
    -webkit-transition: all .15s linear;
    -o-transition: all linear .15s;
    transition: all .15s linear
}

.app-wrapper {
    padding: 2px;
    border: 1px solid #2c3239;
    border-radius: 3px;
    background: #000
}

.app-banner {
    position: relative;
    width: 635px;
    overflow: hidden;
    border: 1px solid #1e2e3e;
    margin-bottom: 2px
}

.app-banner img {
    display: block;
    width: 100%
}

.app-btns {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 1
}

.app-btns a {
    position: relative;
    display: block;
    width: 293px;
    height: 66px;
    border-radius: 4px;
    -webkit-box-shadow: 0 8px 12px 3px rgba(0, 0, 0, .85);
    -moz-box-shadow: 0 8px 12px 3px rgba(0, 0, 0, .85);
    box-shadow: 0 8px 12px 3px rgba(0, 0, 0, .85)
}

.app-btns a:active {
    -webkit-box-shadow: 0 8px 12px 7px rgba(0, 0, 0, .85);
    -moz-box-shadow: 0 8px 12px 7px rgba(0, 0, 0, .85);
    box-shadow: 0 8px 12px 7px rgba(0, 0, 0, .85)
}

.app-btns a.android {
    margin-bottom: 10px;
    background-position: -12px -952px
}

.app-btns a.android,
.app-btns a.android:hover {
    background-image: url(assets/CV/Web/img/sys/sprites/sprite.png);
    background-repeat: no-repeat
}

.app-btns a.android:hover {
    background-position: -12px -1020px
}

.app-btns a.android:active {
    position: relative;
    top: 1px
}

.app-btns a.appstore {
    background-position: -13px -1088px
}

.app-btns a.appstore,
.app-btns a.appstore:hover {
    background-image: url(assets/CV/Web/img/sys/sprites/sprite.png);
    background-repeat: no-repeat
}

.app-btns a.appstore:hover {
    background-position: -13px -1156px
}

.app-btns a.appstore:active {
    position: relative;
    top: 1px
}

.app-btns a.appstore.locked {
    background-position: -13px -1226px
}

.app-btns a.appstore.locked,
.app-btns a.appstore.locked:before {
    background-image: url(assets/CV/Web/img/sys/sprites/sprite.png);
    background-repeat: no-repeat
}

.app-btns a.appstore.locked:before {
    position: absolute;
    content: "";
    top: 5px;
    right: -2px;
    width: 84px;
    height: 29px;
    background-position: -200px -750px
}

.app-btns a.appstore.locked:active,
.app-btns a.appstore.locked:hover {
    top: 0;
    -webkit-box-shadow: 0 8px 12px 3px rgba(0, 0, 0, .85);
    -moz-box-shadow: 0 8px 12px 3px rgba(0, 0, 0, .85);
    box-shadow: 0 8px 12px 3px rgba(0, 0, 0, .85)
}

.app-block {
    position: relative;
    text-align: center;
    padding: 15px 0 5px;
    border: 1px solid #1e2e3e;
    background: url(assets/CV/Web/img/sys/bg/bg-sidebar-block.jpg) 50% 50% repeat
}

.app-block ul li {
    position: relative;
    font-size: 14px;
    color: #c2c4cc;
    text-align: left;
    margin-bottom: 11px
}

.app-block ul li:before {
    position: absolute;
    content: "";
    top: 1px;
    left: -27px;
    width: 17px;
    height: 14px;
    background-image: url(assets/CV/Web/img/sys/sprites/sprite.png);
    background-position: -299px -751px;
    background-repeat: no-repeat
}

.app-block .col__1 {
    display: inline-block;
    width: 45%;
    padding: 0 25px 0 60px
}

.app-block .col__2 {
    display: inline-block;
    width: 38%
}

.app-titles {
    text-align: center;
    margin-bottom: 25px
}

.app-titles span {
    display: block;
    font-size: 18px;
    margin-bottom: 7px
}

.app-titles span:first-child {
    color: #ffc000
}

.app-titles span:last-child {
    color: #0097ec
}

.app-methods {
    margin-bottom: 20px
}

.app-methods:after,
.app-methods:before {
    content: " ";
    display: table
}

.app-methods:after {
    clear: both
}

.app-methods .method {
    position: relative;
    float: left;
    width: 201px;
    height: 215px;
    margin-top: 0;
    padding: 15px 11px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.app-methods .method-title {
    height: 40px;
    margin-bottom: 11px
}

.app-methods .method-title span {
    display: block;
    line-height: 1.2
}

.app-methods .method:nth-child(2) {
    margin: 0 12px
}

.app-methods .method h1 {
    font-size: 16px;
    font-weight: 700
}

.app-methods .method .btn-md span {
    font-size: 16px
}

.app-methods .method .fld {
    font-size: 12px;
    text-transform: uppercase
}

.app-methods .method .fld::-moz-placeholder {
    color: #c3e1fa;
    opacity: 1
}

.app-methods .method .fld:-ms-input-placeholder {
    color: #c3e1fa
}

.app-methods .method .fld::-webkit-input-placeholder {
    color: #c3e1fa
}

.app-methods .order-step {
    top: -19px
}

.app-methods .cnt-banner {
    width: 118px;
    margin: 0 auto
}

.app-methods .cnt-banner img {
    display: block;
    width: 100%
}

.warning-wrapper {
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    position: fixed;
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
    color: #fff;
    background-color: rgba(0, 0, 0, .7)
}

.warning-wrapper .transparent {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1
}

.warning-popup {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -208px;
    width: 600px;
    height: 415px;
    overflow: hidden;
    background: #141e28;
    z-index: 2;
    border-radius: 9px
}

.warning-header {
    padding: 8px 8px 8px 17px;
    background: #05387d;
    border-radius: 9px 9px 0 0
}

.warning-header:after,
.warning-header:before {
    content: " ";
    display: table
}

.warning-header:after {
    clear: both
}

.warning-header h6 {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    padding: 10px 0 0;
    margin: 0 40px 0 0
}

.warning-header .close {
    display: block;
    float: right;
    width: 34px;
    height: 34px;
    background-image: url(assets/CV/Web/img/sys/sprites/sprite.png);
    background-position: -291px -856px;
    background-repeat: no-repeat;
    opacity: .5;
    filter: alpha(opacity=50);
    -webkit-transition: all .15s linear;
    -o-transition: all linear .15s;
    transition: all .15s linear
}

.warning-header .close:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.warning-content {
    padding: 30px 35px 35px
}

.warning-content p {
    font-size: 18px;
    color: #bec9d4;
    line-height: 27px;
    margin: 0 0 24px;
    text-align: center
}

.warning-browsers:after,
.warning-browsers:before {
    content: " ";
    display: table
}

.warning-browsers:after {
    clear: both
}

.warning-item {
    float: left;
    margin: 0 11px
}

.warning-item:first-child {
    margin-left: 0
}

.warning-item:last-child {
    margin-right: 0
}

.warning-item a {
    display: block;
    width: 122px;
    padding: 20px 20px 10px;
    background: #252e37;
    text-align: center;
    border-radius: 6px;
    -webkit-transition: all .15s linear;
    -o-transition: all linear .15s;
    transition: all .15s linear
}

.warning-item a:hover {
    background: #05387d;
    text-decoration: none
}

.warning-item a:hover .warning-desc {
    color: #27bff8
}

.warning-item img {
    max-width: 100%;
    max-height: 100%
}

.warning-img {
    height: 106px;
    margin-bottom: 15px
}

.warning-name {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 3px
}

.warning-desc,
.warning-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.warning-desc {
    font-size: 14px;
    color: #4d5d6c;
    -webkit-transition: all .15s linear;
    -o-transition: all linear .15s;
    transition: all .15s linear
}

.success-page {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background: #000
}

.success-page:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
    background: url(assets/CV/Web/img/sys/bg/bg-site.png) top no-repeat;
    filter: blur(8px)
}

.success-popup {
    position: relative;
    z-index: 1;
    width: 352px
}

.success-popup .popup-close {
    top: 19px;
    right: 19px
}

.success-popup__header {
    margin: 0;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #b8b8cc
}

html:not(.ie) .success-popup__header {
    background: linear-gradient(180deg, #fff, #b8b8cc);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent
}

.success-popup__body {
    display: flex;
    flex-direction: column;
    position: relative;
    height: auto;
    width: 100%;
    min-height: 472px;
    padding: 40px 32px 48px;
    box-shadow: 0 8px 16px rgba(36, 2, 0, .2);
    box-sizing: border-box
}

.success-popup__info {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #b8b8cc
}

.success-popup__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    flex: 1 1 auto;
    padding: 14px 0 40px
}

.success-popup__content,
.success-popup__content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #b8b8cc
}

.success-popup__content p {
    margin: 0
}

.success-popup__btn {
    padding: 0 16px
}

.success-popup__footer {
    width: 100%;
    padding: 0 32px;
    margin-top: 16px;
    box-sizing: border-box;
    text-align: center
}

.success-popup__footer,
.success-popup__footer p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: rgba(184, 184, 204, .6)
}

.success-popup__footer p {
    margin: 0
}

.success-popup__footer a {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #7b96c8;
    text-decoration: underline
}

.success-popup__footer a:hover {
    text-decoration: none
}

.success-popup .btn {
    margin: 0;
    background: linear-gradient(180deg, #226dbf, #04407d);
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2)
}

.success-popup .sum-text {
    color: #fcbb2c !important
}

.success-ico-status {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100px;
    margin: 24px 0 14px;
    width: 100%
}

.payment-success .success-ico-status {
    margin: 12px 0
}

.payment-success .success-popup__btn {
    padding-top: 18px
}

.show-pass {
    position: absolute;
    right: 14px;
    top: 16px;
    opacity: 0;
    width: 16px;
    height: 16px;
    pointer-events: none
}

.show-pass:hover {
    cursor: pointer
}

.show-pass .icon-eye {
    display: block;
    width: 16px;
    height: 16px;
    background: url(assets/CV/Web/svg/icon/eye_show_password.svg) 50% no-repeat
}

.show-pass.showing .icon-eye:before {
    content: none
}

.show-pass--visible .show-pass {
    opacity: 1;
    pointer-events: auto
}

.show-pass--visible .show-pass:hover {
    cursor: pointer
}

.show-pass--visible input[type=password],
.show-pass--visible input[type=text] {
    padding-right: 40px
}

.show-pass--visible input[type=password] .show-pass,
.show-pass--visible input[type=text] .show-pass {
    pointer-events: auto
}

input::-ms-clear,
input::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

.scratch-lottery {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.scratch-lottery .promo-lights {
    height: 10px;
    margin: 2px 0;
    background: url(assets/CV/Web/img/sys/sprites/lights-strip-horiz.png) 50% 1px repeat-x #18232e
}

.scratch-lottery .promo-lights:after,
.scratch-lottery .promo-lights:before {
    width: 100%;
    height: 41px;
    position: absolute;
    top: -17px;
    right: 0;
    bottom: auto;
    left: 0;
    background-image: url(assets/CV/Web/img/sys/sprites/lights-strip-horiz.png);
    background-repeat: repeat-x
}

.scratch-lottery .promo-lights:before {
    background-position: 50% -9px
}

.scratch-lottery .promo-lights:after {
    background-position: 50% -52px
}

.scratch-lottery .promo-img {
    width: 366px;
    height: 266px;
    overflow: hidden
}

.scratch-lottery .cnt-promo {
    background: #000
}

.scratch-lottery .timer {
    padding: 5px 0 14px
}

.scratch-lottery .promo-img__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto
}

.scratch-lottery .promo-img__inner img {
    max-width: 650px
}

.scratch-lottery .promo-action {
    overflow: visible
}

.scratch-lottery .promo-action__section {
    padding: 10px 5px 0
}

.scratch-lottery .promo-action__date,
.scratch-lottery .promo-action__title,
.scratch-lottery .promo-action__total {
    padding-left: 33px
}

.scratch-lottery .promo-action__title {
    color: #536981
}

.scratch-lottery .promo-action__date {
    padding-bottom: 15px
}

.scratch-block {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 16px;
    padding: 9px 0 0 9px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.scratch-block .scratch-list.nonactive {
    opacity: .6;
    filter: alpha(opacity=60)
}

.scratch-block .scratch-list.nonactive:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 255px;
    content: "";
    z-index: 11
}

.scratch-list {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 5
}

.scratch-list:after,
.scratch-list:before {
    content: " ";
    display: table
}

.scratch-list:after {
    clear: both
}

.scratch-list:not(.cursor-coin) .scratch-area:hover {
    background-image: url(assets/CV/Web/img/sys/scratch-lottery/scratch-new.png);
    background-size: contain
}

.scratch-list:not(.cursor-coin) .scratch-area:hover:before {
    display: none
}

.scratch-sector {
    float: left;
    width: 112px;
    height: 79px;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 2px;
    position: relative;
    background: #000
}

.scratch-sector__txt-lg {
    font-weight: 700;
    font-size: 27px;
    line-height: 24px;
    display: block;
    padding-top: 9px
}

.scratch-sector__txt-md {
    font-size: 16px;
    white-space: nowrap
}

.scratch-sector .scratch-area,
.scratch-sector .scratch-area-gif {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-repeat: no-repeat
}

.scratch-sector .scratch-area {
    background-image: url(assets/CV/Web/img/sys/scratch-lottery/scratch-new.png);
    background-size: contain
}

.scratch-sector .scratch-area:hover {
    background-image: url(assets/CV/Web/img/sys/scratch-lottery/scratch-new-hover.png);
    background-size: contain
}

.scratch-sector .scratch-area:hover:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -21px 0 0 -20px;
    width: 43px;
    height: 39px;
    background: url(assets/CV/Web/img/sys/scratch-lottery/cursor-coin.gif) no-repeat
}

.scratch-sector .scratch-area-gif {
    z-index: 2
}

.scratch-sector.scratch-edited {
    cursor: default
}

.scratch-sector.opened {
    position: relative
}

.scratch-sector.opened .scratch-area {
    display: none
}

.scratch-rules {
    color: #fff
}

.scratch-rules h5 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 4px
}

.scratch-rules li {
    font-size: 14px;
    margin-bottom: 4px;
    line-height: 1.1
}

.scratch-info {
    position: relative;
    padding: 0 5px 0 10px;
    height: 266px;
    background: #0c151e;
    border: 1px solid #141c24;
    margin-left: -12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    z-index: 1
}

.scratch-garanty {
    width: 139px;
    padding-top: 10px;
    margin: 0 auto 5px
}

.scratch-garanty .scratch-area-gif {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: cover
}

.scratch-garanty .scratch-prize-sum {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 80px;
    height: 60px;
    padding: 0
}

.scratch-garanty .scratch-prize-sum span {
    text-align: center
}

.scratch-garanty .scratch-prize-sum span.text-yellow {
    padding-top: 10px
}

.scratch-prize {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #000;
    -webkit-box-shadow: inset 0 0 0 1px #1e2e3e;
    -moz-box-shadow: inset 0 0 0 1px #1e2e3e;
    box-shadow: inset 0 0 0 1px #1e2e3e
}

.scratch-prize-sum {
    padding: 7px 0 0 8px
}

.scratch-prize-sum span {
    font-weight: 700;
    font-size: 22px
}

.scratch-prize-sum span:first-child {
    margin-bottom: 3px;
    display: inline-block
}

.scratch-prize-sum span.points {
    display: block;
    font-size: 18px
}

.scratch-prize-sum span.currency {
    font-size: 18px;
    display: inline-block;
    line-height: 1
}

.scratch-prize-sum.text-small span {
    font-size: 17px
}

.scratch-prize__type-photo {
    padding: 0;
    height: 100%;
    text-align: center
}

.scratch-prize__type-photo img {
    height: 100%
}

.scratch-popup {
    display: none;
    position: absolute;
    top: 1px;
    left: 1px;
    right: 0;
    bottom: 1px;
    background: rgba(0, 0, 0, .8);
    z-index: 11
}

.scratch-popup>div *,
.scratch-popup>span {
    display: block;
    font-weight: 700;
    margin: 0 auto;
    text-align: center
}

.scratch-popup>div * [data-scratch=more-win],
.scratch-popup>span [data-scratch=more-win] {
    display: block !important
}

.scratch-popup>div * [data-scratch=more-win] *,
.scratch-popup>span [data-scratch=more-win] * {
    display: inline !important;
    line-height: 1.5
}

.scratch-popup .text-yellow {
    font-size: 20px;
    margin-bottom: 11px
}

.scratch-popup .text-blue {
    width: 265px;
    font-size: 16px;
    line-height: 1.3
}

.scratch-popup .btn {
    width: 172px;
    margin: 30px auto 27px
}

.scratch-popup .hint {
    position: absolute;
    display: none;
    left: 0;
    top: 47px;
    max-width: 160px;
    width: 160px;
    height: 45px;
    padding: 8px;
    z-index: 11
}

.scratch-popup .hint .text-big {
    font-size: 20px;
    line-height: 1.5
}

.scratch-popup .hint:after {
    left: 21px;
    top: -2px;
    margin-top: -4px;
    -moz-transform: scale(1) rotate(-135deg);
    -webkit-transform: scale(1) rotate(-135deg);
    -o-transform: scale(1) rotate(-135deg);
    -ms-transform: scale(1) rotate(-135deg);
    transform: scale(1) rotate(-135deg)
}

.scratch-popup-lose,
.scratch-popup-win {
    margin-top: 90px
}

.scratch-popup-more .btn {
    position: relative
}

.scratch-popup-more .btn:hover .hint {
    display: block
}

.scretch-block {
    width: 282px;
    height: 368px;
    padding: 21px 17px 0 10px;
    position: absolute;
    top: -300px;
    right: 6px;
    bottom: auto;
    left: auto;
    background-image: url(assets/CV/Web/img/sys/sprites/sprite-thumb.png);
    background-position: -2px -744px;
    background-repeat: repeat-x;
    z-index: 9;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.scretch-block__v1 .scratch-prize-sum {
    padding-left: 0
}

.scretch-list {
    width: 282px;
    height: 240px;
    position: relative;
    overflow: hidden
}

.scretch-list:not(.cursor-coin) .scratch-area:hover {
    background-image: url(assets/CV/Web/img/sys/scratch-lottery/scratch.png)
}

.scretch-list:not(.cursor-coin) .scratch-area:hover:before {
    display: none
}

.scretch-flash {
    width: 278px;
    height: 237px;
    position: absolute;
    top: 2px;
    right: auto;
    bottom: auto;
    left: 2px;
    z-index: 2
}

.scretch-flash #scretch-flash {
    display: block;
    width: 278px;
    height: 237px
}

.scretch-sector {
    float: left;
    width: 70px;
    height: 56px;
    padding: 10px;
    margin: 2px;
    position: relative;
    z-index: 1;
    background: #000
}

.scretch-sector__txt-lg,
.scretch-sector__txt-md {
    font-weight: 700;
    white-space: nowrap
}

.scretch-sector__txt-lg {
    font-size: 22px;
    line-height: 28px;
    display: block;
    padding-top: 2px
}

.scretch-sector__txt-md {
    font-size: 18px
}

.scretch-sector .scratch-area,
.scretch-sector .scratch-area-gif {
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 76px;
    z-index: 1;
    background-repeat: no-repeat
}

.scretch-sector .scratch-area {
    background-image: url(assets/CV/Web/img/sys/scratch-lottery/scratch.png)
}

.scretch-sector .scratch-area:hover {
    background-image: url(assets/CV/Web/img/sys/scratch-lottery/scratch-hover.png)
}

.scretch-sector .scratch-area:hover:before {
    content: "";
    position: absolute;
    top: 18px;
    left: 23px;
    width: 43px;
    height: 39px;
    background: url(assets/CV/Web/img/sys/scratch-lottery/cursor-coin.gif) no-repeat;
    background-size: cover
}

.scretch-sector .scratch-area-gif {
    z-index: 2
}

.scretch-sector.scratch-edited {
    cursor: default
}

.scretch-info {
    width: 230px;
    margin: 0 auto;
    clear: both
}

.scretch-info__title {
    line-height: 24px;
    text-align: center;
    padding: 13px 0 15px;
    font-size: 18px;
    color: #fff
}

.btn-scratch {
    display: block;
    width: 231px;
    float: right;
    padding: 15px 15px 0
}

.btn-scratch:active,
.btn-scratch:hover,
.btn-scratch:visited {
    text-decoration: none
}

.btn-scratch .btn {
    margin: 0
}

.lottery-scratch-table {
    width: 450px;
    margin: 0 auto
}

.lottery-scratch-table span {
    font-size: 17px;
    margin: 0 2px
}

.scratch-garanty {
    margin: 10px auto;
    padding-top: 0;
    height: 121px;
    position: relative
}

.scratch-garanty.blockimg:after {
    content: "";
    width: 139px;
    height: 121px;
    background: url(assets/CV/Web/img/scratch-garanty.png) 0 0 no-repeat;
    top: 0;
    position: absolute;
    z-index: 101;
    display: block
}

.scratch-garanty:after {
    z-index: 1;
    display: none
}

.scratch-garanty .scratch-prize {
    position: relative;
    z-index: 2
}

.scratch-garanty .canvas {
    position: absolute;
    background: transparent;
    left: 0;
    top: 0;
    z-index: 100;
    display: block
}

.scratch-garanty.shine {
    cursor: pointer;
    -webkit-animation: pulse 1.5s infinite;
    -o-animation: pulse 1.5s infinite;
    animation: pulse 1.5s infinite
}

.scratch-garanty.shine:hover {
    animation: none
}

.benefit__wrap {
    margin: 0 -3px
}

.benefit__wrap h2 {
    margin: 30px 0
}

.benefit__it {
    position: relative;
    display: inline-block;
    width: 146px;
    margin: 0 1px !important;
    padding: 0;
    text-align: center
}

.benefit__it:hover {
    box-shadow: inset 0 0 0 1px rgba(56, 86, 120, .4), 0 0 0 1px #c29508
}

.benefit__it-tiket {
    position: absolute;
    top: -15px;
    right: -17px;
    bottom: auto;
    left: auto;
    width: 81px;
    height: 35px;
    background-image: url(assets/CV/Web/img/sys/sprites/spr-icons.png);
    background-repeat: no-repeat;
    background-position: -194px -446px;
    margin: auto;
    z-index: 2;
    font-size: 20px;
    font-weight: 800;
    color: #005be8;
    padding: 3px 0 4px 5px;
    box-sizing: border-box
}

.benefit__it-tiket.sale-15 {
    color: #db081a
}

.benefit__it-tiket.sale-20 {
    color: #199716
}

.benefit__it-img {
    position: relative;
    margin: auto;
    height: 95px
}

.benefit__it-img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.benefit__it-footer {
    position: relative;
    background: #000;
    padding: 7px
}

.benefit__it-footer:before {
    content: "";
    position: absolute;
    top: -1px;
    right: 0;
    bottom: auto;
    left: 0;
    height: 1px;
    background: #1e2e3e
}

.benefit__it p {
    display: block;
    text-align: center;
    font-size: 16px;
    margin: 5px 0 7px;
    color: #7a8999
}

.benefit__it b {
    display: block;
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 10px
}

.benefit__it .btn {
    margin: 0
}

.strip-gallery-btn {
    position: absolute;
    left: 50%;
    bottom: -3px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% + 2px);
    height: 48px;
    padding: 0;
    border: none;
    line-height: 48px;
    font-size: 16px;
    text-align: center;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .5);
    border-radius: 4px;
    background: #d0021b linear-gradient(0deg, rgba(0, 0, 0, .5) 0, transparent);
    transition: .2s
}

.strip-gallery-btn,
.strip-gallery-btn.old_style {
    z-index: 0;
    display: block;
    margin: 0;
    outline: none;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer
}

.strip-gallery-btn.old_style {
    position: relative;
    height: 47px;
    border: none;
    font-size: 24px;
    line-height: 45px;
    font-weight: 700;
    letter-spacing: .02em;
    background: transparent;
    padding: 1px 0
}

.game-sidebar [data-smen-sg-game-mode] .strip-gallery-btn {
    background: linear-gradient(180deg, #226dbf, #04407d);
    bottom: 0 !important
}

.strip-gallery-btn:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0
}

.strip-gallery-btn:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .5);
    filter: brightness(1.1)
}

.strip-gallery-btn:active {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
    filter: brightness(.9)
}

.strip-gallery-btn:active:after {
    opacity: .2
}

.strip-gallery-btn[disabled] {
    pointer-events: none
}

.strip-gallery-btn[disabled]:after {
    opacity: .6
}

.strip-gallery-levels {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 48px;
    min-width: 100px;
    box-sizing: border-box;
    font-size: 10px;
    line-height: 10px;
    color: #fff;
    font-weight: 600;
    margin: 0;
    padding: 10px 14px 10px 40px
}

.strip-gallery-levels:after {
    content: "";
    display: block;
    width: 18px;
    height: 10px;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    background: url(assets/CV/Web/img/strip-service/lips-level.svg) 50% no-repeat;
    background-size: contain
}

.strip-gallery-progressbar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
    display: flex;
    align-items: center;
    width: 100%;
    height: 48px
}

.strip-gallery-progressbar__bar {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    background: #000;
    padding: 0;
    border: none;
    box-sizing: border-box
}

.strip-gallery-progressbar__filled {
    position: relative;
    overflow: hidden;
    padding: 0;
    opacity: .8;
    background: linear-gradient(180deg, #226dbf, #04407d);
    transition: width .4s ease
}

.strip-gallery-progressbar__text {
    z-index: 1;
    top: 0;
    left: auto;
    bottom: 0;
    justify-content: flex-end;
    flex: none;
    width: 140px;
    min-width: 60px;
    margin: 0;
    padding: 10px 16px 10px 10px;
    font-size: 10px;
    line-height: 1;
    color: hsla(0, 0%, 100%, .8)
}

.strip-gallery-bonus,
.strip-gallery-progressbar__text {
    position: absolute;
    right: 0;
    display: flex;
    align-items: center
}

.strip-gallery-bonus {
    bottom: 62px;
    left: 0;
    margin: 0 auto;
    width: fit-content;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    line-height: 14px;
    padding-left: 5px
}

.strip-gallery-bonus__title {
    color: #fff;
    margin-right: 4px
}

.strip-gallery-bonus__count {
    color: #fdbb2c
}

.strip-gallery-bonus__count span {
    font-weight: 400
}

.strip-gallery-bonus:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    min-width: 12px;
    min-height: 12px;
    margin-right: 10px;
    background: url(assets/CV/Web/img/strip-service/present-for-victory.svg) 50% no-repeat;
    background-size: contain
}

.strip-gallery-widget {
    position: relative;
    top: 0;
    left: 0;
    z-index: 0;
    display: flex;
    flex-direction: column;
    padding: 24px 30px 30px;
    box-sizing: border-box;
    text-align: center;
    height: 526px;
    max-height: 526px;
    background: linear-gradient(180deg, #000, #050f19 25%, #0f4177);
    will-change: max-height;
    transition: max-height .2s ease-out, height .2s ease-out
}

.strip-gallery-widget:hover .strip-gallery-btn-detail-view {
    opacity: 1
}

.strip-gallery-widget:after {
    content: "";
    display: block;
    position: absolute;
    top: -12px;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(assets/CV/Web/img/strip-service/strip_hearts.png) 50% no-repeat;
    background-size: contain;
    z-index: 1
}

.strip-gallery-widget__header,
.strip-gallery-widget__title {
    color: #fff;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 32px;
    text-align: left;
    margin: 0
}

.strip-gallery-widget__header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    font-family: din_condensedbold, Roboto, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700
}

.strip-gallery-widget__title {
    font-family: Roboto, Arial, sans-serif;
    font-weight: 500
}

.strip-gallery-widget__text {
    font-family: Roboto, Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: left;
    text-shadow: 0 4px 8px rgba(0, 0, 0, .4);
    margin-top: 6px
}

.strip-gallery-widget.loading-styles {
    display: none
}

.strip-gallery-widget:not(.loading-styles) {
    animation-name: fadeIn;
    animation-duration: .2s;
    animation-timing-function: ease-in;
    animation-fill-mode: forwards
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.strip-gallery-widget:not(.loading-styles)~* {
    display: none
}

.strip-gallery-widget__inner {
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    flex: 1;
    backface-visibility: hidden
}

.strip-gallery-widget__slides {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.strip-gallery-widget__slides-item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    transition: opacity .3s ease .3s
}

.strip-gallery-widget__slides-item:not(.active) {
    opacity: 0;
    transition: opacity .3s ease
}

.strip-gallery-widget__slides-nav-left,
.strip-gallery-widget__slides-nav-right {
    position: absolute;
    top: 50%;
    margin-top: 4px;
    width: 36px;
    height: 60px;
    transform: translateY(-50%);
    cursor: pointer;
    transition: opacity .3s ease
}

.strip-gallery-widget__slides-nav-left:before,
.strip-gallery-widget__slides-nav-right:before {
    content: "";
    position: absolute;
    top: -14px;
    width: 68px;
    height: 102px;
    background-repeat: no-repeat;
    pointer-events: none
}

.strip-gallery-widget__slides-nav-left {
    right: 100%;
    margin-right: -22px
}

.strip-gallery-widget__slides-nav-left:before {
    left: -15px
}

.strip-gallery-widget__slides-nav-right {
    left: 100%;
    margin-left: -22px
}

.strip-gallery-widget__slides-nav-right:before {
    right: -15px
}

.strip-gallery-widget__slides-nav-left:hover,
.strip-gallery-widget__slides-nav-right:hover {
    transform: translateY(-50%) scale(1.05)
}

.strip-gallery-widget__slides-nav-left:active,
.strip-gallery-widget__slides-nav-right:active {
    transform: translateY(-50%) scale(.95)
}

.strip-gallery-widget__slides:not(:hover) .strip-gallery-widget__slides-nav-left,
.strip-gallery-widget__slides:not(:hover) .strip-gallery-widget__slides-nav-right {
    opacity: 0
}

.strip-gallery-widget__girl {
    position: relative;
    width: 100%;
    height: 424px;
    pointer-events: none
}

.strip-gallery-widget__girl:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 10px;
    width: 200px;
    height: 24px;
    transform: translateX(-50%);
    background: radial-gradient(ellipse, rgba(0, 0, 0, .6) 1%, rgba(0, 0, 0, .1) 50%, transparent 70%);
    border-radius: 50%
}

.strip-gallery-widget__girl-preview {
    position: absolute;
    z-index: 0;
    width: 240px;
    height: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    top: 40px;
    margin: auto;
    background-size: auto 410px;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

html:not(.ie) .strip-gallery-widget__girl-preview:last-child {
    transition: filter .3s linear
}

.strip-gallery-widget__girl-preview:not(:last-child) {
    transform: scale(.8);
    opacity: 0;
    transition: transform .6s ease, opacity .6s ease
}

.strip-gallery-widget__girl-preview.animate {
    animation-name: strip-gallery-preview;
    animation-duration: 1.2s
}

html.ie [data-switch-state=off] .strip-gallery-widget__girl-preview {
    background-image: url(assets/CV/Web/img/strip-service/default-hide-girl.png) !important
}

html:not(.ie) [data-switch-state=off] .strip-gallery-widget__girl-preview:last-child {
    filter: brightness(0);
    transition: filter .3s linear
}

.strip-gallery-widget__girl-neon {
    position: absolute;
    top: 42px;
    right: -18px;
    width: 134px;
    height: 366px;
}

.girl-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* базове зображення */
.girl-img--base {
    z-index: 1;
}

/* неон + анімація */
.girl-img--neon {
    z-index: 2;
    animation: blinkNeon 4s step-end infinite;
}

@keyframes blinkNeon {

    0%,
    70% {
        opacity: 1;
    }

    71%,
    100% {
        opacity: 0;
    }
}

.strip-gallery-widget__promo {
    position: absolute;
    bottom: 74px;
    left: 0;
    right: 0
}

.strip-gallery:not([data-smen-sg-game-mode]) .strip-gallery-widget .strip-gallery-levels {
    top: 24px;
    bottom: auto;
    z-index: 2;
    margin: 0;
    padding-left: 30px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px
}

.strip-gallery:not([data-smen-sg-game-mode]) .strip-gallery-widget .strip-gallery-levels:after {
    left: 0
}

.strip-gallery-widget__settings-view {
    position: absolute;
    top: -4px;
    right: -18px;
    z-index: 2
}

.strip-gallery-widget__settings-view .settings-view-btn {
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    margin: 1px -4px 8px 0;
    padding: 0;
    border: none;
    outline: none;
    cursor: pointer;
    background: transparent
}

.strip-gallery-widget__settings-view .settings-view-btn:after,
.strip-gallery-widget__settings-view .settings-view-btn:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 1px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity .15s linear
}

.strip-gallery-widget__settings-view .settings-view-btn:after {
    width: 100%;
    height: 100%;
    z-index: 1
}

.strip-gallery-widget__settings-view .settings-view-btn:before {
    width: 1px;
    height: 1px;
    border-radius: 50%;
    opacity: 0;
    z-index: 0
}

.strip-gallery-widget__settings-view .settings-view-btn:hover:after,
.strip-gallery-widget__settings-view .settings-view-btn:hover:before {
    opacity: 1
}

.strip-gallery-widget__hide:after {
    background: url(assets/CV/Web/img/strip-service/strip_hide.png) 50% no-repeat;
    background-size: 24px 24px
}

.strip-gallery-widget__hide:before {
    box-shadow: 0 0 12px 6px #0059b3
}

.strip-gallery-widget__show {
    position: relative;
    z-index: 4;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
    display: inline-block;
    flex: none;
    margin: auto 0 0;
    cursor: pointer
}

.strip-gallery-widget__show:after {
    content: attr(data-hint);
    display: block;
    margin-top: 26px;
    text-align: left;
    font-size: 14px;
    line-height: 1;
    color: #7b96c8;
    text-shadow: 0 4px 8px rgba(0, 0, 0, .4);
    text-decoration: underline
}

.strip-gallery-widget__show:hover:after {
    text-decoration: none
}

.strip-gallery-widget__close:before {
    box-shadow: 0 0 12px 6px #d0021b
}

.strip-gallery-widget__close:after {
    background: url(assets/CV/Web/img/strip-service/strip_close.svg) 50% no-repeat
}

.strip-gallery-widget__switch-off {
    position: relative
}

.strip-gallery-widget__switch-off:before {
    box-shadow: 0 0 12px 6px #ffc109
}

[data-switch-state=on] .strip-gallery-widget__switch-off:after {
    background: url(assets/CV/Web/img/strip-service/light_on.svg) 50% no-repeat
}

[data-smen-sg-game-mode] [data-switch-state=on] .strip-gallery-widget__switch-off:after {
    background: url(assets/CV/Web/img/strip-service/game_ui_light_on.svg) 50% no-repeat
}

[data-switch-state=off] .strip-gallery-widget__switch-off:after {
    background: url(assets/CV/Web/img/strip-service/light_off.svg) 50% no-repeat
}

[data-smen-sg-game-mode] [data-switch-state=off] .strip-gallery-widget__switch-off:after {
    background: url(assets/CV/Web/img/strip-service/game_ui_light_off.svg) 50% no-repeat
}

.strip-gallery-widget .strip-gallery-btn {
    position: relative;
    z-index: 3;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    transform: none;
    font-size: 16px;
    font-weight: 400
}

.strip-gallery-widget .strip-gallery-btn-detail-view {
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: auto;
    background: none;
    box-shadow: none;
    border: 2px solid hsla(0, 0%, 99.2%, .2);
    width: 46px;
    height: 46px;
    margin: 26px 0 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 0;
    line-height: 0;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: border .15s linear, opacity .15s linear;
    outline: none;
    z-index: 2;
    cursor: pointer;
    backface-visibility: hidden
}

.strip-gallery-widget .strip-gallery-btn-detail-view:hover {
    border-color: #fff;
    opacity: 1
}

.strip-gallery-widget .strip-gallery-btn-detail-view:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #fff;
    margin-top: 2px;
    margin-right: -4px
}

.strip-gallery-widget .strip-gallery-btn-detail-view:after {
    content: none
}

.strip-gallery-widget[data-render-state=static] .strip-gallery-widget__girl {
    animation-name: strip-gallery-opacity;
    animation-duration: .4s
}

.strip-gallery-widget[data-render-state=static] .strip-gallery-widget__girl:before {
    content: none;
    display: none
}

.strip-gallery-widget[data-render-state=hide] {
    height: 126px;
    max-height: 126px;
    background: linear-gradient(180deg, #000, #092747)
}

.strip-gallery-widget[data-render-state=hide]:after {
    content: none;
    display: none
}

.strip-gallery-widget[data-render-state=hide] .strip-gallery-widget__inner {
    animation-name: fadeOut;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-duration: .2s
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        height: 0
    }
}

@keyframes strip-gallery-preview {
    0% {
        opacity: 0;
        transform: scale(.8)
    }
    50% {
        opacity: 0;
        transform: scale(.8)
    }
    to {
        opacity: 1;
        transform: none
    }
}

@keyframes strip-gallery-opacity {
    0% {
        opacity: 0
    }
    50% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

[data-smen-sg-game-mode] .strip-gallery-widget {
    max-height: 100%;
    height: 100%;
    padding: 16px
}

[data-smen-sg-game-mode] .strip-gallery-widget__inner {
    max-height: 100%;
    height: 100%
}

[data-smen-sg-game-mode] .strip-gallery-widget__girl {
    position: absolute;
    z-index: -1;
    top: 0;
    left: -16px;
    right: -16px;
    bottom: 0;
    margin: auto;
    height: 560px;
    width: 208px;
    pointer-events: none
}

[data-smen-sg-game-mode] .strip-gallery-widget__girl:before {
    top: auto;
    bottom: 75px;
    width: 234px
}

[data-smen-sg-game-mode] .strip-gallery-widget__girl-preview {
    width: 240px;
    bottom: 0;
    right: 0;
    left: -16px;
    top: 12px;
    height: auto;
    background-size: auto
}

[data-smen-sg-game-mode] .strip-gallery-widget__girl-neon {
    top: 38px;
    left: 4px;
    right: auto;
    width: 200px;
    height: 410px
}

[data-smen-sg-game-mode] .strip-gallery-widget__settings-view {
    top: 24px;
    right: 16px
}

[data-smen-sg-game-mode] .strip-gallery-widget__close {
    display: none;
    width: 20px;
    height: 18px;
    margin: 8px auto 16px;
    padding: 0;
    transform: none
}

[data-smen-sg-game-mode] .strip-gallery-widget__close:after,
[data-smen-sg-game-mode] .strip-gallery-widget__close:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
    background: #fff;
    border-radius: 2px;
    width: 16px;
    height: 2px;
    box-shadow: none
}

[data-smen-sg-game-mode] .strip-gallery-widget__close:before {
    transform: rotate(135deg)
}

[data-smen-sg-game-mode] .strip-gallery-widget__close:after {
    transform: rotate(-135deg)
}

[data-smen-sg-game-mode] .strip-gallery-widget__close:hover:after,
[data-smen-sg-game-mode] .strip-gallery-widget__close:hover:before {
    box-shadow: 0 0 8px #fff
}

[data-smen-sg-game-mode] .strip-gallery-widget__choose {
    position: absolute;
    top: 32px;
    bottom: auto;
    transform: none;
    left: 16px;
    right: auto;
    z-index: 2;
    background: transparent;
    outline: none;
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: .6
}

[data-smen-sg-game-mode] .strip-gallery-widget__choose:hover {
    color: #fff
}

[data-smen-sg-game-mode] .strip-gallery-widget__choose:hover:after {
    text-decoration: none
}

[data-smen-sg-game-mode] .strip-gallery-widget__choose:before {
    content: none
}

[data-smen-sg-game-mode] .strip-gallery-widget__choose:after {
    content: attr(data-hint);
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-size: 14px;
    line-height: 1;
    color: #b8b8cc;
    transition: color .2s linear;
    text-shadow: none;
    text-decoration: underline
}

[data-smen-sg-game-mode] .strip-gallery-widget__hide {
    display: none;
    visibility: hidden
}

[data-smen-sg-game-mode] .strip-gallery-widget .strip-gallery-btn {
    position: absolute;
    left: 50%;
    bottom: 0;
    top: auto;
    right: auto;
    transform: translateX(-50%);
    width: calc(100% + 2px);
    z-index: 3;
    font-weight: 400;
    background: linear-gradient(180deg, #226dbf, #04407d)
}

[data-smen-sg-game-mode] .strip-gallery-widget .strip-gallery-levels {
    font-weight: 600
}

[data-smen-sg-game-mode] .strip-gallery-widget[data-render-state=static] .strip-gallery-widget__girl:before {
    top: auto;
    bottom: 84px;
    width: 250px
}

[data-smen-sg-game-mode] .strip-gallery-widget[data-render-state=static] {
    background: none;
    height: 100%
}

[data-smen-sg-game-mode] .strip-gallery-widget[data-render-state=static]:after {
    top: 0;
    z-index: 1;
    background-size: 100% auto;
    background: url(assets/CV/Web/img/strip-service/game_ui_strip_hearts.png) no-repeat 0 46px
}

[data-smen-sg-game-mode] .strip-gallery-widget[data-render-state=girl] {
    background: linear-gradient(180deg, transparent, rgba(10, 54, 102, .52) 40%, #10447b) 50% no-repeat;
    height: 100%;
    padding: 0
}

[data-smen-sg-game-mode] .strip-gallery-widget[data-render-state=girl]:after {
    content: none;
    display: none
}

[data-smen-sg-game-mode] .strip-gallery-widget .strip-gallery-widget__welcome-text {
    display: block;
    box-sizing: border-box;
    color: #b8b8cc;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    text-align: left;
    position: absolute;
    left: 0;
    top: -8px
}

[data-smen-sg-game-mode] {
    height: calc(100% - 71px)
}

.strip-gallery-placeholder {
    height: 526px;
    padding: 24px 24px 30px;
    box-sizing: border-box
}

.strip-gallery-scene-manager {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    display: block;
    height: 100vh;
    width: 100%;
    min-width: 1096px;
    overflow-y: scroll;
    background: rgba(0, 0, 0, .6)
}

.strip-gallery-scene-manager:not([data-smen-sg-scene-show=true]),
.strip-gallery-scene-manager [data-smen-sg-scene=item]:not([data-smen-sg-scene-show=true]) {
    display: none;
    opacity: 0
}

.strip-gallery-list-view {
    position: relative;
    z-index: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 980px;
    height: 656px;
    padding: 8px 10px;
    margin: 5% auto 10px;
    border-radius: 28px;
    box-sizing: border-box;
    background: linear-gradient(180deg, #000, #040f1b 60%, #10447b);
    background-clip: content-box
}

.strip-gallery-list-view:after {
    content: "";
    position: absolute;
    z-index: 0;
    top: -5%;
    left: -5%;
    height: 110%;
    width: 110%;
    background: url(assets/CV/Web/img/strip-service/border.svg) 50% no-repeat;
    background-size: contain
}

.strip-gallery-list-view:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 16px;
    left: 10px;
    width: 960px;
    height: 638px;
    background: url(assets/CV/Web/img/strip-service/popup-list-view-bg.png) 50% no-repeat;
    background-size: contain
}

.strip-gallery-list-view__close-btn {
    position: absolute;
    left: auto;
    right: 28px;
    top: 28px;
    z-index: 3;
    transform: none;
    border: none;
    outline: none;
    background: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    width: 28px;
    height: 24px
}

.strip-gallery-list-view__close-btn:after,
.strip-gallery-list-view__close-btn:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
    background: #fff;
    border-radius: 2px;
    width: 22px;
    height: 2px
}

.strip-gallery-list-view__close-btn:before {
    transform: rotate(135deg)
}

.strip-gallery-list-view__close-btn:after {
    transform: rotate(-135deg)
}

.strip-gallery-list-view__close-btn:hover:after,
.strip-gallery-list-view__close-btn:hover:before {
    box-shadow: 0 0 8px #fff
}

.strip-gallery-list-view__girls-list {
    position: relative;
    z-index: 2;
    width: 575px;
    height: 100%;
    padding: 50px 0 0 46px;
    box-sizing: border-box
}

.strip-gallery-list-view__girls-list-carousel {
    position: relative;
    width: 524px;
    height: 100%;
    box-sizing: border-box
}

.strip-gallery-list-view__girls-list-carousel-tabs {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 32px
}

.strip-gallery-list-view__girls-list-carousel-tabs-item {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-width: 192px;
    height: 48px;
    font-size: 24px;
    font-weight: 500;
    color: rgba(184, 184, 204, .4);
    cursor: pointer;
    box-sizing: border-box;
    margin: 0;
    padding: 0 32px
}

.strip-gallery-list-view__girls-list-carousel-tabs-item:after {
    content: "";
    visibility: hidden;
    position: absolute;
    z-index: 0;
    top: -5%;
    left: -5%;
    height: 110%;
    width: 110%;
    background: url(assets/CV/Web/img/strip-service/border.svg) 50% no-repeat;
    background-size: contain
}

.strip-gallery-list-view__girls-list-carousel-tabs-item:not(.strip-gallery-list-view__active-tab):hover {
    background: linear-gradient(180deg, #fff, #b8b8cc);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    color: #fff
}

html.ie .strip-gallery-list-view__girls-list-carousel-tabs-item:not(.strip-gallery-list-view__active-tab):hover {
    background: none
}

.strip-gallery-list-view__girls-list-carousel-tabs-item:not(.strip-gallery-list-view__active-tab)[data-smen-sg-carousel-tab=vip]:hover:before {
    opacity: 1
}

.strip-gallery-list-view__girls-list-carousel-tabs-item.strip-gallery-list-view__active-tab {
    background: linear-gradient(180deg, #fff, #b8b8cc);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    color: #fff
}

html.ie .strip-gallery-list-view__girls-list-carousel-tabs-item.strip-gallery-list-view__active-tab {
    background: none
}

.strip-gallery-list-view__girls-list-carousel-tabs-item.strip-gallery-list-view__active-tab:after {
    visibility: visible
}

.strip-gallery-list-view__girls-list-carousel-tabs-item.strip-gallery-list-view__active-tab[data-smen-sg-carousel-tab=vip]:before {
    opacity: 1
}

.strip-gallery-list-view__girls-list-carousel-tabs-item[data-smen-sg-carousel-tab=default] {
    justify-content: center
}

.strip-gallery-list-view__girls-list-carousel-tabs-item[data-smen-sg-carousel-tab=vip] {
    padding-left: 48px
}

.strip-gallery-list-view__girls-list-carousel-tabs-item[data-smen-sg-carousel-tab=vip]:before {
    content: "";
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    height: 28px;
    width: 28px;
    background: url(assets/CV/Web/img/strip-service/vip.png) 50% no-repeat;
    background-size: contain;
    opacity: .4
}

.strip-gallery-list-view__girls-list-carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -5px;
    width: 35px;
    height: 59px;
    box-sizing: border-box;
    cursor: pointer
}

.strip-gallery-list-view__girls-list-carousel-nav:before {
    content: "";
    position: absolute;
    top: -15px;
    width: 67px;
    height: 102px;
    pointer-events: none
}

.strip-gallery-list-view__girls-list-carousel-nav.left {
    right: 100%;
    margin-right: -9px
}

.strip-gallery-list-view__girls-list-carousel-nav.left:before {
    left: -18px
}

.strip-gallery-list-view__girls-list-carousel-nav.right {
    left: 100%;
    margin-left: -9px
}

.strip-gallery-list-view__girls-list-carousel-nav.right:before {
    right: -18px
}

.strip-gallery-list-view__girls-list-carousel-nav:hover {
    transform: translateY(-50%) scale(1.05)
}

.strip-gallery-list-view__girls-list-carousel-nav:active {
    transform: translateY(-50%) scale(.95)
}

.strip-gallery-list-view__girls-list-carousel-outer {
    position: relative;
    width: calc(100% + 46px);
    height: calc(100% - 84px);
    margin-left: -46px;
    padding-left: 46px;
    box-sizing: border-box;
    overflow: hidden
}

.strip-gallery-list-view__girls-list-carousel-container {
    display: flex;
    position: relative;
    width: 100%;
    height: calc(100% - 110px);
    padding: 0 16px 0 0;
    box-sizing: border-box;
    overflow: visible !important
}

.strip-gallery-list-view__girls-list-carousel-container:before {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% + 46px);
    height: 112px;
    left: -46px;
    top: 0;
    background: linear-gradient(180deg, #010408, #010408 8%, rgba(1, 4, 8, 0));
    pointer-events: none;
    opacity: 0;
    z-index: 0
}

.strip-gallery-list-view__girls-list-carousel-container.with-top-shadow:before {
    opacity: 1;
    z-index: 1
}

.strip-gallery-list-view__girls-list-carousel-container .scrollbar-track-y {
    width: 8px;
    padding: 1px 0;
    border-radius: 4px
}

.strip-gallery-list-view__girls-list-carousel-container .scrollbar-track-y,
.strip-gallery-list-view__girls-list-carousel-container .scrollbar-track-y:hover {
    background: rgba(0, 0, 0, .2)
}

.strip-gallery-list-view__girls-list-carousel-container .scrollbar-thumb {
    width: 4px;
    margin: 0 2px;
    border-radius: 2px;
    cursor: pointer
}

.strip-gallery-list-view__girls-list-carousel-container .scrollbar-thumb,
.strip-gallery-list-view__girls-list-carousel-container .scrollbar-thumb:hover {
    background: #1e6ae0
}

.strip-gallery-list-view__girls-list-carousel-item {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 100%;
    height: 100%;
    flex: none
}

.strip-gallery-list-view__girls-list-carousel-item:not(.active) {
    display: none
}

.strip-gallery-list-view__girls-list-item {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: 144px;
    height: 112px;
    box-sizing: border-box;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    color: #fff;
    cursor: pointer
}

.strip-gallery-list-view__girls-list-item-preview {
    position: relative;
    z-index: 0;
    height: 100%
}

.strip-gallery-list-view__girls-list-item-preview img {
    position: absolute;
    top: -20px;
    left: 50%;
    height: auto;
    transform: translateX(-50%);
    width: 100%
}

.strip-gallery-list-view__girls-list-item-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 26px;
    z-index: 0
}

.strip-gallery-list-view__girls-list-item-info .strip-gallery-levels {
    position: relative;
    height: 100%;
    min-width: auto;
    padding: 0 0 0 32px;
    font-weight: 500
}

.strip-gallery-list-view__girls-list-item-info .strip-gallery-levels:after {
    left: 10px
}

.strip-gallery-list-view__girls-list-item-info .strip-gallery-bonus {
    display: flex;
    justify-content: flex-start;
    position: static;
    transform: none;
    padding-left: 4px;
    text-align: left;
    font-size: 10px
}

.strip-gallery-list-view__girls-list-item-info .strip-gallery-bonus__title {
    line-height: 12px;
    margin-right: 0;
    text-overflow: ellipsis;
    max-width: 80px;
    overflow: hidden;
    width: 70px
}

.strip-gallery-list-view__girls-list-item-info .strip-gallery-bonus:before {
    margin-right: 6px
}

.strip-gallery-list-view__girls-list-item-overlay {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.strip-gallery-list-view__girls-list-item-overlay-bets {
    color: #fff;
    font-weight: 500;
    font-size: 12px
}

.strip-gallery-list-view__girls-list-item.lockedByStatus__span {
    display: block
}

.strip-gallery-list-view__girls-list-item.lockedByStatus .strip-gallery-list-view__girls-list-item-overlay {
    pointer-events: none;
    background: none
}

.strip-gallery-list-view__girls-list-item.lockedByStatus .strip-gallery-list-view__girls-list-item-overlay:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 88%;
    height: 88%;
    z-index: -2;
    opacity: .8;
    background: #000
}

.strip-gallery-list-view__girls-list-item.lockedByStatus .strip-gallery-list-view__girls-list-item-overlay-bets,
.strip-gallery-list-view__girls-list-item.lockedByStatus .strip-gallery-list-view__girls-list-item-overlay-caption {
    display: none
}

.strip-gallery-list-view__girls-list-item .lockedByStatus__span {
    position: absolute;
    top: 50%;
    left: 46%;
    transform: translate(-50%, -50%);
    width: 86%;
    display: block;
    text-align: center;
    font-size: 12px;
    color: #64a343
}

.strip-gallery-list-view__girls-list-item:not(:nth-child(3n+1)) {
    margin-left: 32px
}

.strip-gallery-list-view__girls-list-item:not(:nth-child(-n+3)) {
    margin-top: 32px
}

.strip-gallery-list-view__girls-list-item-overlay {
    opacity: 0
}

.strip-gallery-list-view__girls-list-item:hover:not(.active) .strip-gallery-list-view__girls-list-item-overlay {
    opacity: 1
}

.strip-gallery-list-view__girls-list-item:hover:not(.active) .strip-gallery-list-view__girls-list-item-info,
.strip-gallery-list-view__girls-list-item:hover:not(.active) .strip-gallery-list-view__girls-list-item-preview {
    opacity: .4
}

.strip-gallery-list-view__girls-list-item.active {
    pointer-events: none
}

.strip-gallery-list-view__girls-list-item.active .strip-gallery-list-view__girls-list-item-preview {
    z-index: 2
}

.strip-gallery-list-view__girls-list-item.active .strip-gallery-list-view__girls-list-item-info {
    z-index: 3
}

.strip-gallery-list-view__girls-list-item.active:after,
.strip-gallery-list-view__girls-list-item.active:before {
    content: "";
    display: block;
    position: absolute
}

.strip-gallery-list-view__girls-list-item.active:after {
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
    background: url(assets/CV/Web/img/strip-service/active-state.svg) 50% no-repeat;
    background-size: contain
}

.strip-gallery-list-view__girls-list-item.active:before {
    z-index: 0;
    width: 30px;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    height: 2px;
    box-shadow: 0 0 30px 30px #004b9a;
    background: #004287;
    border-radius: 50% 50% 0 0 100% 0 0
}

.strip-gallery-list-view__sidebar {
    position: relative;
    z-index: 2;
    width: 288px;
    height: 480px;
    margin: 48px 48px 0;
    box-sizing: border-box
}

.strip-gallery-list-view__sidebar-inner {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    box-sizing: border-box
}

.strip-gallery-list-view__sidebar-inner:hover .strip-gallery-btn-detail-view {
    opacity: 1
}

.strip-gallery-list-view__sidebar-girl {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 480px;
    width: 100%;
    pointer-events: none
}

.strip-gallery-list-view__sidebar-girl-preview {
    position: absolute;
    z-index: 0;
    width: 240px;
    height: 410px;
    bottom: 74px;
    right: 0;
    left: 0;
    top: 0;
    margin: auto;
    background-size: auto 410px;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.strip-gallery-list-view__sidebar-girl-neon {
    position: absolute;
    top: 10px;
    left: 50%;
    width: 134px;
    height: 366px;
    transform: translateX(-50%)
}

.strip-gallery-list-view__sidebar-girl-neon:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url(assets/CV/Web/img/strip-service/girl_1.png) 50% no-repeat;
    background-size: contain
}

.strip-gallery-list-view__sidebar-girl-neon:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url(assets/CV/Web/img/strip-service/girl_2.png) 50% no-repeat;
    background-size: contain;
    animation-name: blinkNeon;
    animation-duration: 4s;
    animation-timing-function: step-end;
    animation-iteration-count: infinite
}

.strip-gallery-list-view__sidebar .strip-gallery-levels {
    height: 32px;
    font-weight: 500
}

.strip-gallery-list-view__sidebar .strip-gallery-progressbar {
    height: 32px
}

.strip-gallery-list-view__sidebar .strip-gallery-progressbar__bar {
    border-radius: 16px;
    overflow: hidden
}

.strip-gallery-list-view__sidebar .strip-gallery-btn {
    position: relative;
    z-index: 3;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    transform: none;
    font-size: 16px;
    font-weight: 500
}

.strip-gallery-list-view__sidebar .strip-gallery-btn-detail-view {
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: auto;
    background: none;
    box-shadow: none;
    border: 2px solid hsla(0, 0%, 99.2%, .2);
    width: 46px;
    height: 46px;
    margin-top: -32px;
    margin-left: 8px;
    box-sizing: border-box;
    font-size: 0;
    line-height: 0;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: border .15s linear, opacity .15s linear;
    outline: none;
    z-index: 2;
    cursor: pointer
}

.strip-gallery-list-view__sidebar .strip-gallery-btn-detail-view:hover {
    border-color: #fff
}

.strip-gallery-list-view__sidebar .strip-gallery-btn-detail-view:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #fff;
    margin-top: 2px;
    margin-right: -4px
}

.strip-gallery-list-view__sidebar .strip-gallery-btn-detail-view:after {
    content: none
}

.strip-gallery-list-view__sidebar .strip-gallery-btn-detail-view--disabled {
    display: none;
    pointer-events: none
}

.strip-gallery-list-view__sidebar .strip-gallery-btn-detail-view--disabled:before {
    content: none
}

.strip-gallery-list-view__sidebar .strip-gallery-bonus {
    bottom: 72px;
    left: 50%;
    transform: translateX(-50%)
}

.strip-gallery-list-view__footer {
    position: absolute;
    z-index: 4;
    bottom: 9px;
    left: 10px;
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    max-width: 960px;
    min-height: 112px;
    padding: 44px 32px 12px;
    border-radius: 0 0 17px 17px;
    box-sizing: border-box;
    background: linear-gradient(180deg, rgba(10, 47, 85, 0), rgba(10, 47, 85, .7) 30%, rgba(10, 55, 103, .95) 60%, #0f3f71);
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    pointer-events: none
}

.strip-gallery-list-view__footer__step {
    position: relative;
    width: 200px;
    max-width: 200px;
    min-width: 200px;
    margin-right: 24px;
    padding: 10px 10px 10px 50px;
    box-sizing: border-box
}

.strip-gallery-list-view__footer__step:after,
.strip-gallery-list-view__footer__step:before {
    content: attr(data-step);
    position: absolute;
    height: 16px;
    left: 16px;
    top: 12px;
    font-size: 16px;
    line-height: 1
}

.strip-gallery-list-view__footer__step:before {
    z-index: 2;
    left: 15.6px;
    top: 10.6px;
    font-size: 16px;
    font-weight: 700;
    text-shadow: 0 0 2px #146dcb;
    color: #0059b3
}

html:not(.ie) .strip-gallery-list-view__footer__step:before {
    background: radial-gradient(at right top, #3e97ff 0, #3e97ff 10%, #0059b3 0, #0059b3 50%, #3e97ff 90%, #3e97ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent
}

.strip-gallery-list-view__footer__step:after {
    z-index: 1;
    font-weight: 700;
    color: #56ccf2
}

.strip-gallery-list-view .sticker {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 8px 16px;
    z-index: 3;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase
}

.strip-gallery-list-view .sticker-wrap {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100px;
    height: 100px;
    text-align: right
}

.strip-gallery-list-view .sticker--new {
    color: #d0021b
}

.strip-gallery-list-view .sticker--top {
    color: #fdbb2c
}

.strip-gallery-detail-view {
    position: relative;
    width: 734px;
    height: 656px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    border-radius: 24px;
    padding: 40px;
    margin: 5% auto 10px
}

.strip-gallery-detail-view:after {
    content: "";
    position: absolute;
    z-index: 0;
    top: -5%;
    left: -5%;
    height: 110%;
    width: 110%;
    background: url(assets/CV/Web/img/strip-service/border.svg) 50% no-repeat;
    background-size: contain
}

.strip-gallery-detail-view:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 2;
    display: block;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    background: #000 url(assets/CV/Web/img/strip-service/strip-video-preload.svg) no-repeat 50% 50%;
    background-size: 70px 70px;
    border-radius: 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s linear, visibility 0s linear .3s
}

.strip-gallery-detail-view.popup-with-preload:before {
    opacity: 1;
    visibility: visible;
    transition: opacity .3s linear, visibility 0s linear .3s
}

.strip-gallery-detail-view__videos {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    list-style: none;
    margin: 0;
    width: 64px;
    padding: 32px 0;
    box-sizing: border-box
}

.strip-gallery-detail-view__videos-item {
    position: relative;
    width: 64px;
    height: 64px;
    padding: 2px;
    box-sizing: border-box
}

.strip-gallery-detail-view__videos-item:not(.active):not(.locked) {
    cursor: pointer
}

.strip-gallery-detail-view__videos-item:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: hsla(0, 0%, 100%, .2);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.strip-gallery-detail-view__videos-item.locked:before {
    content: "";
    position: absolute;
    background: url(assets/CV/Web/img/strip-service/locked-silver.svg) 50% no-repeat;
    width: 18px;
    height: 24px;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.strip-gallery-detail-view__videos-item.locked.bonus:before {
    content: "";
    position: absolute;
    background: url(assets/CV/Web/img/strip-service/locked-gold.svg) 50% no-repeat;
    width: 18px;
    height: 24px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.strip-gallery-detail-view__videos-item-placeholder {
    display: inline-block;
    vertical-align: middle;
    font-size: 2em;
    font-weight: 700;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 65px
}

.strip-gallery-detail-view__videos-item-placeholder img {
    display: block;
    border-radius: 2px;
    width: 100%;
    height: 100%;
    object-fit: contain
}

.strip-gallery-detail-view__videos-item-placeholder img,
.strip-gallery-detail-view__videos-item-placeholder img ::-ms-backdrop {
    width: auto;
    display: inline-block
}

.strip-gallery-detail-view__player {
    position: relative;
    z-index: 1;
    width: 460px;
    height: 576px;
    margin-right: 48px;
    border-radius: 8px;
    overflow: hidden
}

.strip-gallery-detail-view__player-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    background: #000 url(assets/CV/Web/img/strip-service/strip-video-preload.svg) no-repeat 50% 50%
}

.strip-gallery-detail-view__player-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.strip-gallery-detail-view__player-replay {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: #000
}

.strip-gallery-detail-view__player-replay.show {
    display: block
}

.strip-gallery-detail-view__player-replay__preview {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: auto;
    width: 236px;
    background-position: 50%;
    background-repeat: no-repeat;
    z-index: 1
}

.strip-gallery-detail-view__player-btn-replay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: none;
    box-shadow: none;
    border: 4px solid #fdfdfd;
    border-bottom-color: transparent;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    font-size: 0;
    line-height: 0;
    border-radius: 50%;
    cursor: pointer;
    outline: none;
    z-index: 2;
    transition: transform .4s ease-in-out
}

.strip-gallery-detail-view__player-btn-replay:hover {
    transform: rotate(1turn)
}

.strip-gallery-detail-view__player-btn-replay:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    right: -4px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #fff;
    transform: rotate(16deg)
}

.strip-gallery-detail-view__player-btn-replay:after {
    content: none
}

.strip-gallery-detail-view__background {
    position: absolute;
    z-index: 0;
    width: calc(100% - 17px);
    height: calc(100% - 17px);
    top: 8px;
    left: 8px;
    border-radius: 18px;
    background: linear-gradient(180deg, #000, #040f1b 60%, #10447b);
    overflow: hidden
}

.strip-gallery-detail-view__background:before {
    content: "";
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.strip-gallery-detail-view__background__image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
    filter: blur(8px)
}

html.ie .strip-gallery-detail-view__background__image {
    opacity: .2
}

.strip-gallery-widget-placeholder {
    position: relative;
    padding: 24px 30px 30px
}

.strip-gallery-widget-placeholder:after,
.strip-gallery-widget-placeholder:before {
    content: "";
    display: block;
    position: absolute
}

.strip-gallery-widget-placeholder:before {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, #000, #030c16 25%, #0f4177);
    z-index: 0
}

.strip-gallery-widget-placeholder:after {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(assets/CV/Web/img/strip-service/strip_hearts.png) 50% no-repeat;
    background-size: contain;
    z-index: 1
}

.strip-gallery-widget-placeholder__header,
.strip-gallery-widget-placeholder__title {
    color: #fff;
    font-style: normal;
    font-size: 24px;
    line-height: 32px;
    margin: 0
}

.strip-gallery-widget-placeholder__header {
    position: relative;
    font-family: din_condensedbold, Roboto, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    z-index: 3
}

.strip-gallery-widget-placeholder__title {
    font-weight: 500
}

.strip-gallery-widget-placeholder__text {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-shadow: 0 4px 8px rgba(0, 0, 0, .4);
    margin-top: 6px
}

.strip-gallery-widget-placeholder__inner {
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    flex: 1
}

.strip-gallery-widget-placeholder__girl {
    position: relative;
    width: 100%;
    height: 392px;
    pointer-events: none
}

.strip-gallery-widget-placeholder__girl-neon {
    position: absolute;
    top: 10px;
    right: -18px;
    width: 134px;
    height: 366px
}

.strip-gallery-widget-placeholder__girl-neon:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url(assets/CV/Web/img/strip-service/girl_1.png) 50% no-repeat;
    background-size: contain
}

.strip-gallery-widget-placeholder__girl-neon.animate:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url(assets/CV/Web/img/strip-service/girl_2.png) 50% no-repeat;
    background-size: contain;
    animation-name: blinkNeon;
    animation-duration: 4s;
    animation-timing-function: step-end;
    animation-iteration-count: infinite
}

@keyframes blinkNeon {
    0% {
        opacity: 0
    }
    30% {
        opacity: 1
    }
    35% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
    to {
        opacity: 1
    }
}

.strip-gallery-widget-placeholder__promo {
    position: absolute;
    bottom: 74px;
    left: 0;
    right: 0
}

.strip-gallery-widget-placeholder button {
    padding: 0;
    border: none;
    outline: none;
    margin: 0;
    background: transparent
}

.strip-gallery-widget-placeholder a {
    text-decoration: none
}

.strip-gallery.disabled {
    position: relative
}

.strip-gallery.disabled:before {
    content: "";
    position: absolute;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    bottom: 16px;
    width: 90%;
    height: 36px;
    background: rgba(0, 0, 0, .6)
}

.strip-gallery.disabled:after {
    content: "Временно недоступно";
    color: red;
    position: absolute;
    bottom: 25px;
    width: 100%;
    font-size: 17px;
    font-weight: 700;
    text-shadow: 0 0 10px #000;
    text-align: center
}

.game-layout .strip-gallery.disabled:before {
    bottom: 22px;
    width: 88%;
    height: 30px
}

.game-layout .strip-gallery.disabled:after {
    bottom: 28px;
    font-size: 14px
}

.strip-game-list {
    padding-left: 5px !important;
    font-size: 20px !important;
    color: #c70a36 !important
}

.strip-game-list li {
    margin-bottom: 6px !important
}

.strip-game-list li span {
    font-size: 16px;
    color: #c2c4cc
}

html.firefox .strip-game-list li span,
html.ie .strip-game-list li span {
    margin-left: 0
}

p+.strip-game-list {
    margin-top: -18px
}

.layout--special-login {
    background: radial-gradient(#0047ff, #292087, #12011f) !important
}

.layout--special-login:after,
.layout--special-login:before {
    display: none
}

.login-block {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    width: 350px;
    margin: 0 auto;
    transform: translateY(-50%);
    height: 440px
}

.login-block .light-header {
    z-index: 2;
    top: -21px
}

.login-block .popup-center {
    margin-top: 0
}

.login-block .popup-content:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    -webkit-box-shadow: 0 0 120px 40px #0047ff;
    -moz-box-shadow: 0 0 120px 40px #0047ff;
    box-shadow: 0 0 120px 10px #0047ff;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px
}

.login-block .text-center {
    text-align: center
}

.login-block-animation {
    transition: opacity .3s linear;
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden
}

.login-block-animation.active {
    overflow: visible;
    height: auto;
    visibility: visible;
    opacity: 1
}

.game-container__tabs-wr {
    margin: -12px -20px 20px -18px
}

.game-container__tabs-head {
    height: 42px;
    font-size: 0;
    position: relative;
    z-index: 2
}

.game-container__tabs-body {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    border: 2px solid #232f3b;
    border-top: 0;
    box-shadow: inset 0 -1px 0 #000, inset 1px 0 0 #000, inset -1px 0 0 #000;
    border-radius: 3px
}

.game-container__tabs-nav {
    display: inline-block;
    height: inherit;
    width: 75px;
    border: 2px solid #232f3b;
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
    box-shadow: inset 0 1px 0 #000, inset 1px 0 0 #000, inset -1px 0 0 #000;
    line-height: 42px;
    text-align: center;
    background-color: #0f1a25;
    position: relative;
    z-index: 1
}

.game-container__tabs-nav+.game-container__tabs-nav {
    margin-left: 3px
}

.game-container__tabs-nav:not(.active):after {
    content: "";
    position: absolute;
    top: auto;
    right: -5px;
    bottom: -5px;
    left: -5px;
    height: 5px;
    border-top: 2px solid #232f3b;
    box-shadow: 0 -5px 10px rgba(0, 0, 0, .75), inset 0 1px 0 #000
}

.game-container__tabs-nav:first-child:not(.active):after {
    left: -2px;
    border-radius: 4px 0 0 0;
    border-left: 2px solid #232f3b;
    box-shadow: -5px -5px 10px rgba(0, 0, 0, .75), inset 0 1px 0 #000
}

.game-container__tabs-nav:last-child:not(.active):after {
    right: -2px;
    border-radius: 0 4px 0 0;
    border-right: 2px solid #232f3b;
    box-shadow: 5px -5px 10px rgba(0, 0, 0, .75), inset 0 1px 0 #000
}

.game-container__tabs-nav.active {
    background-color: transparent;
    z-index: 2
}

.game-container__tabs-nav.disabled {
    cursor: default;
    background-image: -moz-linear-gradient(top, #101820 0, #19222c 100%);
    background-image: -webkit-linear-gradient(top, #101820, #19222c);
    background-image: -o-linear-gradient(top, #101820 0, #19222c 100%);
    background-image: linear-gradient(180deg, #101820 0, #19222c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff101820", endColorstr="#ff19222c", GradientType=0);
    box-shadow: 0 0 0 transparent;
    border-color: #1e242a
}

.game-container__tabs-nav .icon {
    width: 48px;
    height: 42px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-image: url(assets/CV/Web/img/sys/sprites/sprite-tabs.png);
    background-repeat: no-repeat
}

.game-container__tabs-nav .icon-strip {
    background-position: -48px 0
}

.game-container__tabs-nav .icon-strip:hover {
    background-position: -144px 0
}

.game-container__tabs-nav .icon-tournament {
    background-position: -48px -48px
}

.game-container__tabs-nav .icon-tournament:hover {
    background-position: -144px -48px
}

.game-container__tabs-nav .icon-boosters {
    background-position: -48px -96px
}

.game-container__tabs-nav .icon-boosters:hover {
    background-position: -144px -96px
}

.game-container__tabs-nav.active .icon-strip {
    background-position: -96px 0
}

.game-container__tabs-nav.active .icon-tournament {
    background-position: -96px -48px
}

.game-container__tabs-nav.active .icon-boosters {
    background-position: -96px -96px
}

.game-container__tabs-nav.disabled .icon-strip {
    background-position: 0 0
}

.game-container__tabs-nav.disabled .icon-tournament {
    background-position: 0 -48px
}

.game-container__tabs-nav.disabled .icon-boosters {
    background-position: 0 -96px
}

.game-container__tabs-nav .hint {
    bottom: auto;
    top: 100%;
    margin: 4px auto 0;
    max-width: none
}

.game-container__tabs-nav .hint:after {
    bottom: auto;
    top: -6px;
    border-color: #46688a transparent transparent #46688a;
    border-style: solid;
    border-width: 1px 0 0 1px
}

.game-container__tabs-nav.hint-right .hint:after {
    top: -2px;
    left: 29px;
    border-width: 0 0 1px 1px;
    border-color: transparent transparent #46688a #46688a
}

.game-container__tabs-block {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(-30px, 0, 0);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 15px
}

.game-container__tabs-block.active {
    position: relative;
    visibility: visible;
    opacity: 1;
    transform: translateZ(0)
}

.game-container__tabs-block .booster {
    width: auto
}

.game-container__tabs-block .booster-inner {
    max-height: none;
    display: block
}

.layout--betting {
    background-position: top;
    background-repeat: no-repeat
}

.layout--betting .container-wrapper {
    min-height: 1000px
}

.layout--betting .container-wrapper .preloader {
    display: none
}

.layout--betting .container-wrapper.loading {
    position: relative
}

.layout--betting .container-wrapper.loading .preloader {
    display: block
}

.has-popup .layout--betting {
    min-width: 1096px !important;
    overflow: hidden !important
}

.layout--betting .header {
    z-index: 0
}

body.__app--is-scroll-disabled .layout--betting {
    --fixed-footer-height: 1px
}

body.__app--is-scroll-disabled .layout--betting .header-top {
    position: fixed;
    top: -100%
}

body.__app--is-scroll-disabled .layout--betting .header-logo {
    display: none
}

body.__app--is-scroll-disabled .layout--betting .footer,
body.__app--is-scroll-disabled .layout--betting .footer-top,
body.__app--is-scroll-disabled .layout--betting .footer .carousel {
    z-index: 0
}

.layout--betting~#widget-container .help-button {
    max-width: 64px;
    padding: 0;
    top: auto !important;
    bottom: 40px !important;
    right: -6px !important
}

.layout--betting:after,
.layout--betting:before,
.layout--betting~#widget-container .help-button__title {
    display: none
}

.layout--betting .header-middle {
    height: 312px
}

.notifications-wrapper {
    position: fixed;
    z-index: 100000;
    right: 24px;
    bottom: 0;
    transition: height .3s ease, margin .3s ease, opacity .3s ease;
    overflow: visible !important
}

.notifications-wrapper--top-left {
    left: 92px;
    top: 32px;
    right: auto;
    bottom: auto;
    z-index: 13
}

.notification {
    position: relative;
    margin-bottom: 16px;
    color: rgba(0, 0, 0, .8);
    text-align: left;
    transition: height .3s ease, margin .3s ease, opacity .3s ease
}

.notification:last-child {
    margin-bottom: 24px
}

.notification.sm {
    width: 228px
}

.notification.md {
    width: 288px
}

.notification.lg {
    width: 360px
}

.notification__img {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 80px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
    border: 1px solid hsla(0, 0%, 100%, .9);
    border-bottom: none;
    border-radius: 8px 8px 0 0;
    background: #000
}

.notification__img img {
    width: 100%;
    min-height: 100%;
    max-height: 100px;
    object-fit: cover;
    opacity: .6
}

.notification__content {
    padding: 15px 24px 18px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 8px 16px rgba(36, 2, 0, .2);
    background-color: hsla(0, 0%, 100%, .95)
}

.notification__heading {
    margin: 0;
    padding-right: 8px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: inherit;
    text-align: inherit;
    text-transform: none
}

.notification__text {
    padding-top: 3px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400
}

.notification__text a,
.notification__text p,
.notification__text span {
    font-weight: 400;
    font-size: inherit;
    line-height: inherit;
    text-align: inherit
}

.notification__text p {
    display: block;
    margin: 6px 0
}

.notification__text p,
.notification__text span {
    color: inherit
}

.notification__text a:not(.btn) {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    color: rgba(123, 150, 200, .8);
    text-decoration: underline
}

.notification__text a:not(.btn):hover {
    text-decoration: none
}

.notification__text>:first-child {
    margin: 0
}

.notification__text .btn.btn {
    margin: 10px auto 6px
}

.notification__text img {
    display: block;
    width: 100%;
    margin-top: 8px
}

.notification__btns {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 10px 0 6px;
    box-sizing: border-box
}

.notification .link__btn span {
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    color: #234183
}

.notification .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 32px;
    margin: 0 32px 0 0;
    border-radius: 4px;
    background: linear-gradient(180deg, #226dbf, #04407d);
    box-sizing: border-box;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2)
}

.notification .btn span {
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.notification__close-btn {
    position: absolute;
    z-index: 3;
    top: 14px;
    right: 16px;
    width: 12px;
    height: 12px;
    cursor: pointer
}

.notification__close-btn:after,
.notification__close-btn:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 7px;
    width: 2px;
    height: 12px;
    border-radius: 2px;
    background: #2e2e2f
}

.notification__close-btn:before {
    transform: rotate(45deg)
}

.notification__close-btn:after {
    transform: rotate(-45deg)
}

.notification.is-state--hide {
    pointer-events: none;
    height: 0 !important;
    opacity: 0;
    margin-bottom: 0
}

.notification #marginself {
    margin-top: 4px !important;
    margin-bottom: -6px !important
}

.notification--with-img .notification__main {
    position: relative;
    z-index: 2
}

.notification--with-img .notification__heading {
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 48px;
    margin-bottom: 17px;
    color: #fff
}

.notification--with-img .notification__text {
    padding-top: 10px
}

.notification--with-img .notification__close-btn:after,
.notification--with-img .notification__close-btn:before {
    background: #a0a0a0
}

.custom-push-notification__wrapper {
    position: fixed;
    z-index: 100;
    top: 20px;
    left: 20px;
    min-width: 360px;
    max-width: 386px;
    min-height: 72px;
    display: flex;
    justify-content: space-between;
    padding: 21px 24px 24px;
    box-sizing: border-box;
    background: hsla(0, 0%, 100%, .9);
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    opacity: 1;
    pointer-events: auto;
    transition: opacity .3s
}

.custom-push-notification__wrapper[disabled] {
    opacity: 0;
    pointer-events: none
}

.custom-push-notification__wrapper img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    margin-top: 3px;
    border-radius: 6px
}

.custom-push-notification__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    margin-left: 24px
}

.custom-push-notification__title {
    margin-bottom: 19px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #000
}

.custom-push-notification__btns {
    display: flex;
    align-items: center
}

.custom-push-notification__btns-allow.btn {
    width: 112px;
    height: 32px;
    margin: 0 0 0 43px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    text-transform: capitalize
}

.custom-push-notification__btns-dismiss {
    margin-left: 17px;
    padding: 0;
    background: none;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    color: #084584
}

.mob-app-image:before {
    content: "";
    position: absolute;
    background: url(assets/CV/Web/img/mob-app/bitmap.png) no-repeat 50%;
    background-size: 100%;
    top: 263px;
    right: -17px;
    z-index: 1000;
    width: 94px;
    height: 345px
}

.mob-app-image .cnt-main {
    padding: 0
}

.mob-app-image+.sidebar {
    position: relative
}

.mob-app {
    margin-top: 0 !important;
    margin-bottom: 30px
}

.mob-app__title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 32px
}

.mob-app__text {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: #b8b8cc;
    margin: 10px 0 25px
}

.mob-app__image {
    width: 100%;
    height: 290px
}

@media screen and (min-width:1260px) {
    .mob-app__image {
        height: 345px
    }
}

.mob-app__title-app {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: none;
    line-height: 24px
}

.mob-app__text-description {
    padding: 20px 32px 0
}

.mob-app__buttons {
    padding: 0 32px 30px;
    display: flex
}

.mob-app__buttons .mob-app__button {
    position: relative;
    width: auto;
    padding-left: 16px;
    padding-right: 16px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    font-size: 16px;
    font-weight: 500
}

.mob-app__buttons .mob-app__button svg {
    padding-right: 6px
}

.mob-app__buttons .mob-app__button-green {
    margin-right: 16px;
    padding-left: 14px;
    background: linear-gradient(180deg, #77c100, #048523)
}

.mob-app__tabs {
    width: 256px;
    display: inline-block;
    background: rgba(184, 184, 204, .1);
    backdrop-filter: grayscale(100%);
    height: 46px;
    border-radius: 5px;
    position: absolute;
    z-index: 6;
    left: 55px
}

.mob-app__tabs .mob-app__tab-button {
    position: relative;
    display: inline-block;
    width: 126px;
    height: 44px;
    font-size: 16px;
    background: none;
    box-shadow: none;
    padding-left: 30px;
    opacity: .2
}

.mob-app__tabs .mob-app__tab-button:before {
    content: "";
    position: absolute;
    background: url(assets/CV/Web/svg/android.svg) no-repeat;
    width: 30px;
    height: 31px;
    left: 15px;
    top: 10px
}

.mob-app__tabs .mob-app__tab-button--active {
    background: linear-gradient(180deg, #226dbf, #04407d);
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    opacity: 1
}

.mob-app__tabs .mob-app__tab-button--active:before {
    content: "";
    position: absolute;
    background: url(assets/CV/Web/svg/android.svg) no-repeat;
    width: 30px;
    height: 31px;
    left: 15px;
    top: 10px
}

.mob-app__tabs .tab-button__iOS:before {
    background: url(assets/CV/Web/svg/apple.svg) no-repeat;
    top: 8px;
    left: 35px
}

.mob-app__install-info {
    padding: 32px 32px 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(1turn, rgba(0, 0, 0, .0001), #000), #090909
}

.mob-app__install-info .mob-app__title-app {
    margin-left: 22px
}

.mob-app__number-phone {
    padding: 10px 32px 30px 0
}

.mob-app__phone-confirmation .mob-app__button {
    width: 192px;
    display: inline-block;
    margin: 0 0 0 16px;
    font-size: 16px;
    vertical-align: middle
}

.mob-app__lure {
    padding: 0 32px 12px
}

.mob-app__lure-image {
    width: 112px;
    height: 112px;
    display: inline-block;
    text-align: center
}

.mob-app__lure-description {
    display: inline-block;
    max-width: 410px;
    width: 100%;
    margin-left: 30px
}

@media screen and (min-width:1260px) {
    .mob-app__lure-description {
        max-width: 600px
    }
}

.mob-app__lure-description .mob-app__title-app {
    margin-bottom: 5px
}

.mob-app__lure-description .mob-app__text {
    margin-top: 0;
    margin-bottom: 5px
}

.mob-app__lure-block {
    margin-bottom: 30px;
    display: flex;
    align-items: center
}

.mob-app__qr-code {
    margin-top: 56px;
    padding: 0 32px
}

.mob-app__qr-code-content {
    display: flex;
    max-width: 750px;
    justify-content: center;
    padding-top: 30px
}

.mob-app__qr-code-block {
    text-align: center
}

.mob-app__qr-code-block img {
    width: 192px;
    height: 192px
}

.mob-app__qr-code-block .mob-app__title-app {
    text-align: center
}

.mob-app__qr-code-block+.mob-app__qr-code-block {
    margin-left: 174px
}

@media screen and (min-width:1260px) {
    .mob-app__qr-code-block+.mob-app__qr-code-block {
        margin-left: 190px
    }
}

.mob-app .phone-input {
    width: 208px;
    display: inline-block;
    vertical-align: middle
}

.mob-app .phone-input__fld {
    padding: 14px 48px 0 14px
}

.mob-app__priority {
    padding: 0 32px
}

.mob-app__priority .mob-app__title {
    margin-bottom: 25px
}

.mob-app__priority .mob-app__title-app {
    margin-top: 0
}

.mob-app__priority-content {
    display: flex;
    justify-content: space-between;
    padding: 0 10px
}

.mob-app__priority-block {
    text-align: center
}

.mob-app__priority-image {
    width: 112px;
    height: 112px;
    display: flex;
    justify-content: start;
    align-items: center;
    margin: 0 auto
}

.mob-app .carousel-slider-android .carousel-inner {
    width: 176px;
    height: 352px
}

.mob-app .carousel-slider-android .carousel-inner:before {
    background: url(assets/CV/Web/img/mob-app/android.png) no-repeat 50%
}

.mob-app .carousel-slider-android .carousel-inner .carousel-image {
    width: 150px
}

.mob-app .carousel-slider-iOS .carousel-inner {
    width: 176px;
    height: 352px
}

.mob-app .carousel-slider-iOS .carousel-inner:before {
    background: url(assets/CV/Web/img/mob-app/iphone.png) no-repeat 50%
}

.mob-app .carousel-slider-iOS .carousel-inner .carousel-image {
    width: 170px
}

.mob-app .carousel-slider {
    display: flex;
    width: 563px;
    height: 410px
}

@media screen and (min-width:1260px) {
    .mob-app .carousel-slider {
        width: 750px
    }
}

.mob-app .carousel-slider .carousel-inner {
    z-index: 3
}

.mob-app .carousel-slider .carousel-inner:before {
    content: "";
    position: absolute;
    z-index: 5;
    width: 176px;
    height: 352px;
    background-size: contain
}

.mob-app .carousel-slider .item {
    bottom: 0
}

.mob-app .carousel-slider {
    display: none
}

.mob-app .carousel-slider--active {
    display: flex
}

.mob-app .carousel-image {
    height: 334px;
    top: 10px;
    margin: 0 auto;
    border-radius: 10px
}

.mob-app .carousel-content {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative
}

.mob-app .carousel-indicators-content {
    padding: 70px 15px 0 22px
}

.mob-app .carousel-indicators {
    width: 280px;
    position: relative;
    bottom: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 0;
    color: #fff;
    white-space: normal;
    overflow: hidden;
    text-align: left
}

@media screen and (min-width:1260px) {
    .mob-app .carousel-indicators {
        width: 400px
    }
}

.mob-app .carousel-indicators li {
    width: 75%;
    height: 30px;
    line-height: 20px;
    border-radius: 0;
    opacity: 1;
    background: none;
    text-align: left;
    position: relative;
    overflow: hidden;
    margin: 0
}

.mob-app .carousel-indicators li:before {
    content: "";
    top: 0;
    left: 8px;
    position: absolute;
    width: 3px;
    border: 1px solid #312f2f;
    height: 100%;
    background: linear-gradient(180deg, #226dbf, #04407d);
    z-index: -1
}

.mob-app .carousel-indicators li:last-child:before {
    display: none
}

.mob-app .carousel-indicators a {
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    text-decoration: underline;
    color: #fff;
    padding-left: 15px
}

.mob-app .carousel-indicators .mob-app__text {
    display: none;
    padding-left: 39px
}

.mob-app .carousel-indicators span {
    height: 19px;
    width: 19px;
    border-radius: 10px;
    border: 1px solid #312f2f;
    background: linear-gradient(180deg, #226dbf, #04407d);
    color: #fff;
    text-align: center;
    opacity: 1;
    display: inline-block;
    font-size: 10px
}

.mob-app .carousel-indicators .active .mob-app__text {
    display: block;
    transition: .4s
}

.mob-app .carousel-indicators .active:before,
.mob-app .carousel-indicators .active span {
    background: linear-gradient(180deg, #226dbf, #04407d)
}

.mob-app .carousel-indicators .active:before {
    content: "";
    top: 0;
    left: 8px;
    position: absolute;
    width: 3px;
    border: 1px solid #312f2f;
    height: 100%;
    z-index: -1
}

.mob-app .carousel-indicators .active:last-child:before {
    display: none
}

.mob-app .carousel-indicators li.active {
    height: auto
}

.mob-app .carousel-indicators li.active:before,
.mob-app .carousel-indicators li.active~li:before,
.mob-app .carousel-indicators li.active~li span {
    background: #312f2f
}

.mob-app .carousel-control-slide {
    display: flex;
    align-items: center;
    height: 360px;
    justify-content: space-between;
    width: 245px;
    position: absolute;
    z-index: 10
}

.mob-app .carousel-inner {
    max-width: 350px
}

.mob-app .sr-only {
    background-image: url(assets/CV/Web/img/sys/arrow.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    background-position: 50%
}

.mob-app .sr-only__left {
    transform: rotate(180deg)
}

.hidden-control {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.clipboard-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 48px;
    margin-bottom: 16px;
    padding: 4px 16px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 4px
}

.clipboard-wrapper__label {
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    color: rgba(0, 0, 0, .6)
}

.clipboard-wrapper__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #000
}

.clipboard-wrapper__copy-btn {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    opacity: 1;
    cursor: copy;
    transition: opacity .2s
}

.clipboard-wrapper__copy-btn.copying {
    pointer-events: none;
    opacity: .2
}

.clipboard-wrapper__tooltip {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -20px;
    left: 8px;
    width: 100px;
    height: 20px;
    background-color: #7b96c8;
    box-shadow: 0 0 0 #000;
    z-index: 2;
    border-radius: 4px;
    transition: opacity .2s
}

.clipboard-wrapper__tooltip.disabled {
    opacity: 0;
    pointer-events: none
}

.clipboard-wrapper__tooltip:after {
    content: "";
    position: absolute;
    left: 8px;
    top: -6px;
    display: block;
    width: 8px;
    height: 8px;
    transform: rotate(90deg);
    background: url(assets/CV/Web/svg/triangle.svg) 50% no-repeat
}

.clipboard-wrapper__tooltip span {
    font-size: 11px
}

.clipboard-wrapper__disabled {
    background-color: transparent;
    border: 1px solid hsla(0, 0%, 100%, .1)
}

.clipboard-wrapper__disabled .clipboard-wrapper__label,
.clipboard-wrapper__disabled .clipboard-wrapper__text {
    color: #b8b8cc;
    opacity: .6
}

.clipboard-wrapper__disabled .clipboard-wrapper__copy-btn svg path {
    fill: #fff
}

.store__page {
    max-width: 752px;
    margin: auto;
    padding: 0 0 22px
}

.store__page * {
    box-sizing: border-box
}

.store__page_title {
    text-align: left;
    font-weight: 500;
    margin-top: 40px !important
}

.store__nav {
    position: relative;
    height: 50px;
    background: linear-gradient(#000, #010101, #020202, #030303, #040404, #050505, #060606, #060606, #070707);
    background-clip: padding-box;
    border: 1px solid hsla(0, 0%, 100%, .05);
    border-radius: 5px;
    padding: 2px;
    margin: 23px -2px 30px
}

.store__nav_swiper {
    position: absolute;
    height: 44px;
    left: 2px;
    top: 2px;
    background: linear-gradient(180deg, #09244a, #06153c);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .5), inset 0 1px 0 hsla(0, 0%, 100%, .05);
    border-radius: 4px;
    z-index: 0
}

.store__nav_swiper.is-swiped {
    transition: left .35s ease, width .35s ease
}

.store__nav_list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    height: 100%
}

.store__nav_item {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    z-index: 1;
    cursor: pointer;
    font-weight: 400;
    opacity: .4;
    transition: opacity .25s ease
}

.store__nav_item_title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 16px
}

.store__nav_item:hover {
    opacity: 1;
    text-decoration: none
}

.store__nav_item:hover>a {
    text-decoration: none
}

.store__nav_item.active {
    opacity: 1;
    font-weight: 500
}

.store__tabs {
    position: relative;
    overflow: hidden;
    min-height: 450px
}

.store__tabs_preloader {
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none
}

.store__tabs_preloader svg {
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    -webkit-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0
}

.store__tabs_list {
    display: block
}

.store__tabs_item {
    display: none;
    opacity: 0
}

.store__tabs_item.active {
    display: block;
    opacity: 1
}

.store__content {
    font-weight: 400;
    font-size: 14px;
    color: #b8b8cc
}

.store__page.is-loading .store__tabs_preloader {
    display: block
}

.store__page.is-loading .store__tabs_preloader svg {
    opacity: 1
}

.store__page.is-loaded .store__tabs_preloader {
    display: none
}

.store__page.is-loaded .store__tabs_preloader svg {
    opacity: 0
}

.store__page.is-loading .store__tabs_list {
    display: none
}

.store__page.is-loaded .store__tabs_list {
    display: block
}

.store__page.is-loading .store__tabs_item.active {
    opacity: 0
}

.store__page.is-loaded .store__tabs_item.active {
    opacity: 1
}

.store__page.is-loading .store__nav_item,
.store__page.is-loading .store__nav_item_title {
    pointer-events: none
}

.store__page.is-loaded .store__nav_item,
.store__page.is-loaded .store__nav_item_title {
    pointer-events: auto
}

.store__content_description {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #b8b8cc
}

.store__content_description,
.store__content_description>p,
.store__content_description>span {
    font-size: 14px;
    line-height: 24px;
    color: #b8b8cc;
    margin: 0 0 24px
}

.store__products_list {
    margin: -8px;
    padding: 0;
    display: flex;
    flex-wrap: wrap
}

.store__products_list_empty {
    margin: 16px 8px;
    font-size: 14px;
    line-height: 24px;
    color: #b8b8cc
}

.store__product_item {
    display: flex;
    flex-direction: column;
    flex: 1 1 176px;
    max-width: 176px;
    margin: 8px;
    padding: 24px 16px 16px;
    color: #fff;
    background: linear-gradient(180deg, #09244a, #06153c);
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2), inset 0 1px 0 hsla(0, 0%, 100%, .05);
    border-radius: 4px;
    height: 352px
}

@media screen and (min-width:1288px) {
    .store__product_item {
        margin: 16px 8px
    }
}

.store__product_item--bonuses {
    height: 304px
}

.store__product_item--benefits,
.store__product_item--talismans {
    height: 352px
}

.store__product_head {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    margin: 0;
    padding: 0 4px
}

.store__product_body {
    position: relative
}

.store__product_title {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 24px
}

.store__product_box {
    overflow: hidden;
    position: relative;
    height: 112px;
    margin: 6px auto 16px;
    display: flex;
    flex-direction: column;
    z-index: 0
}

.store__product_image {
    height: inherit;
    position: relative;
    z-index: 1;
    font-size: 0;
    line-height: 0
}

.store__product_image img {
    max-height: 112px;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.store__product_overlay {
    padding: 0;
    border-radius: 4px;
    background: linear-gradient(180deg, #082349, #081e45);
    transition: opacity .45s ease;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    opacity: 0
}

.store__product_item:hover .store__product_overlay {
    opacity: .9
}

.store__product_preview {
    font-size: 10px;
    line-height: 16px;
    color: #b8b8cc;
    margin: 0;
    max-height: 100%;
    overflow: hidden;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.store__product_preview [data-store-action-popup=open] {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #081f45;
    color: #7b96c8;
    font-weight: 500;
    font-size: 10px;
    line-height: 16px;
    cursor: pointer
}

.store__product_preview [data-store-action-popup=open]:before {
    content: "";
    position: absolute;
    width: 58px;
    height: 16px;
    top: 0;
    left: -58px;
    background: linear-gradient(90deg, rgba(8, 31, 69, 0), #081f45)
}

.store__product_subtitle {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #fdbb2c;
    margin: -4px 0 14px
}

.store__product_form {
    margin-bottom: 14px
}

.store__product_form_checkbox {
    position: relative;
    margin: 4px 0;
    cursor: pointer
}

.store__product_form_checkbox_inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: hsla(0, 0%, 100%, .6)
}

.store__product_form_checkbox_inner span:first-child {
    overflow: hidden;
    text-overflow: ellipsis
}

.store__product_form_checkbox_inner span:nth-child(2) {
    white-space: nowrap
}

.store__product_form_checkbox_inner:after,
.store__product_form_checkbox_inner:before {
    content: "";
    position: absolute
}

.store__product_form_checkbox_inner:before {
    top: 3px;
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: linear-gradient(180deg, #000, transparent), #09172e;
    opacity: .4;
    box-shadow: 0 1px 0 hsla(0, 0%, 100%, .2), inset 0 1px 0 #000
}

.store__product_form_checkbox_inner:after {
    left: 4px;
    top: 7px;
    width: 6px;
    height: 6px;
    background: #fdbb2c;
    border-radius: 50%;
    opacity: 0
}

.store__product_form_checkbox_sticker {
    display: none;
    color: #fdbb2c;
    font-size: 10px;
    line-height: 10px;
    text-align: center;
    position: absolute;
    top: -7px;
    left: -7px;
    right: -9px;
    width: 46px;
    margin: auto
}

.store__product_form_checkbox.is-hot:after {
    position: absolute;
    content: "";
    top: -9px;
    left: -8px;
    width: 161px;
    height: 32px;
    background: url(assets/CV/Web/svg/bonus-shop/best-offer.svg) no-repeat 50%;
    z-index: 0
}

.store__product_form_checkbox.is-hot .store__product_form_checkbox_sticker {
    display: block
}

.store__product_form_checkbox.is-checked .store__product_form_checkbox_inner {
    color: #fff
}

.store__product_form_checkbox.is-checked .store__product_form_checkbox_inner:after {
    opacity: 1
}

.store__product_button {
    width: 100%;
    height: 48px;
    margin: 0 auto;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    transition: all .25s ease;
    border-radius: 4px;
    display: block;
    text-decoration: none;
    text-align: center;
    backface-visibility: hidden;
    pointer-events: unset !important;
    position: relative
}

.store__product_button span {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
    height: 48px;
    line-height: 48px
}

.store__product_button.btn-buy {
    background: linear-gradient(180deg, #226dbf, #04407d)
}

.store__product_button.btn-deposit {
    background: linear-gradient(180deg, #d73637, #780424)
}

.store__product_button.btn-denied,
.store__product_button.btn-disabled,
.store__product_button[disabled] {
    background: transparent;
    border: 2px solid hsla(0, 0%, 100%, .2);
    box-shadow: none
}

.store__product_button.btn-denied span,
.store__product_button.btn-disabled span,
.store__product_button[disabled] span {
    height: 44px;
    line-height: 44px;
    opacity: .4
}

.store__product_button.btn-denied:hover,
.store__product_button.btn-disabled:hover,
.store__product_button[disabled]:hover {
    cursor: default;
    box-shadow: none;
    filter: none
}

.store__product_button_tooltip {
    opacity: 0;
    visibility: hidden;
    bottom: 54px;
    transition: opacity .35s ease, bottom .35s ease;
    position: absolute;
    display: block;
    left: -18px;
    right: -18px;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    font-style: normal;
    line-height: 16px;
    text-align: left;
    background: #8d9fc7;
    border-radius: 4px;
    padding: 12px 16px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .4);
    pointer-events: none;
    word-wrap: break-word
}

.store__product_button_tooltip:after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #8d9fc7
}

.store__product_button.btn-denied .store__product_button_tooltip,
.store__product_button.btn-disabled .store__product_button_tooltip {
    visibility: visible
}

.store__product_button.btn-denied:hover .store__product_button_tooltip,
.store__product_button.btn-disabled:hover .store__product_button_tooltip {
    opacity: 1;
    bottom: 64px
}

.store__product_button:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .5);
    filter: brightness(1.1);
    text-decoration: none
}

.store__product_button.hidden {
    display: none
}

.store__product_popup {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, .9)
}

.store__product_popup .store__product_button {
    width: 256px;
    margin: 32px auto 0
}

.store__product_popup .store__product_button_tooltip {
    width: 180px;
    margin: 0 auto
}

.store__product_popup .store__product_button:hover .store__product_button_tooltip {
    bottom: 90px
}

.store__product_modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 12px;
    background: url(assets/CV/Web/img/sys/bg/wrapper-main-1.png) 50% 0 repeat;
    min-height: 214px;
    width: 512px;
    padding: 28px 47px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .4);
    border: 1px solid hsla(0, 0%, 100%, .05);
    background-clip: padding-box
}

.store__product_modal_close {
    position: absolute;
    top: 19px;
    right: 19px;
    display: block;
    width: 24px;
    height: 24px;
    overflow: hidden;
    cursor: pointer
}

.store__product_modal_close:after,
.store__product_modal_close:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 19px;
    top: 50%;
    left: 3px;
    background: #fff;
    border-radius: 5px
}

.store__product_modal_close:before {
    transform: rotate(45deg)
}

.store__product_modal_close:after {
    transform: rotate(-45deg)
}

.store__product_modal_title {
    display: block;
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    margin: 8px 0 14px
}

.store__product_modal_title span {
    font-weight: 400
}

.store__product_modal_teaser {
    display: block;
    color: #fdbb2c;
    font-weight: 500;
    font-size: 14px;
    margin: 11px 0
}

.store__product_modal_description {
    cursor: pointer
}

.store__product_modal_description,
.store__product_modal_description p,
.store__product_modal_description ul li {
    font-size: 14px;
    line-height: 24px;
    color: #b8b8cc
}

.store__product_modal_description ul {
    padding-left: 17px
}

.store__product_modal_description ul li {
    position: relative
}

.store__product_modal_description ul li:before {
    content: "•";
    position: absolute;
    left: -15px
}

.no-scroll {
    width: 100%;
    min-height: 100vh;
    position: fixed;
    overflow-y: scroll
}

.no-scroll .fixed-panel {
    z-index: 1
}

.tooltipster-fall,
.tooltipster-grow.tooltipster-show {
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
    -moz-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -ms-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -o-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-base {
    display: flex;
    pointer-events: none;
    position: absolute
}

.tooltipster-box {
    flex: 1 1 auto
}

.tooltipster-content {
    box-sizing: border-box;
    max-height: 100%;
    max-width: 100%;
    overflow: auto
}

.tooltipster-ruler {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden
}

.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity
}

.tooltipster-fade.tooltipster-show {
    opacity: 1
}

.tooltipster-grow {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-backface-visibility: hidden
}

.tooltipster-grow.tooltipster-show {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    transform: rotate(4deg);
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform
}

.tooltipster-swing.tooltipster-show {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition-timing-function: cubic-bezier(.23, .635, .495, 1);
    -webkit-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
    -moz-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
    -ms-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
    -o-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
    transition-timing-function: cubic-bezier(.23, .635, .495, 2.4)
}

.tooltipster-fall {
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    -ms-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-fall.tooltipster-initial {
    top: 0 !important
}

.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    top: 0 !important;
    opacity: 0
}

.tooltipster-slide {
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -o-transition-property: left;
    -ms-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -moz-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -ms-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -o-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-slide.tooltipster-initial {
    left: -40px !important
}

.tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    left: 0 !important;
    opacity: 0
}

@keyframes tooltipster-fading {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.tooltipster-update-fade {
    animation: tooltipster-fading .4s
}

@keyframes tooltipster-rotating {
    25% {
        transform: rotate(-2deg)
    }
    75% {
        transform: rotate(2deg)
    }
    to {
        transform: rotate(0)
    }
}

.tooltipster-update-rotate {
    animation: tooltipster-rotating .6s
}

@keyframes tooltipster-scaling {
    50% {
        transform: scale(1.1)
    }
    to {
        transform: scale(1)
    }
}

.tooltipster-update-scale {
    animation: tooltipster-scaling .6s
}

.tooltipster-sidetip .tooltipster-box {
    background: #565656;
    border: 2px solid #000;
    border-radius: 4px
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
    margin-top: 8px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
    margin-right: 8px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
    margin-left: 8px
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
    margin-bottom: 8px
}

.tooltipster-sidetip .tooltipster-content {
    color: #fff;
    line-height: 18px;
    padding: 6px 14px
}

.tooltipster-sidetip .tooltipster-arrow {
    overflow: hidden;
    position: absolute
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
    height: 10px;
    margin-left: -10px;
    top: 0;
    width: 20px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    right: 0;
    top: 0;
    width: 10px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    left: 0;
    top: 0;
    width: 10px
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
    bottom: 0;
    height: 10px;
    margin-left: -10px;
    width: 20px
}

.tooltipster-sidetip .tooltipster-arrow-background,
.tooltipster-sidetip .tooltipster-arrow-border {
    height: 0;
    position: absolute;
    width: 0
}

.tooltipster-sidetip .tooltipster-arrow-background {
    border: 10px solid transparent
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #565656;
    left: 0;
    top: 3px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #565656;
    left: -3px;
    top: 0
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #565656;
    left: 3px;
    top: 0
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #565656;
    left: 0;
    top: -3px
}

.tooltipster-sidetip .tooltipster-arrow-border {
    border: 10px solid transparent;
    left: 0;
    top: 0
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #000
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #000
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #000
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #000
}

.tooltipster-sidetip .tooltipster-arrow-uncropped {
    position: relative
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -10px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
    left: -10px
}

.tooltipster-arrow {
    position: absolute;
    z-index: 2;
    width: 16px;
    height: 16px
}

.tooltipster-arrow:after,
.tooltipster-arrow:before {
    position: absolute;
    content: "";
    border-style: solid
}

.tooltipster-arrow:before {
    border-width: 9px;
    z-index: 1
}

.tooltipster-arrow:after {
    border-width: 7px;
    z-index: 2
}

.tooltipster-arrow-bottom,
.tooltipster-arrow-top {
    left: 50%;
    margin-left: -8px
}

.tooltipster-arrow-bottom-left:before,
.tooltipster-arrow-bottom-right:before,
.tooltipster-arrow-bottom:before,
.tooltipster-arrow-top-left:before,
.tooltipster-arrow-top-right:before,
.tooltipster-arrow-top:before {
    left: 0
}

.tooltipster-arrow-bottom-left:after,
.tooltipster-arrow-bottom-right:after,
.tooltipster-arrow-bottom:after,
.tooltipster-arrow-top-left:after,
.tooltipster-arrow-top-right:after,
.tooltipster-arrow-top:after {
    left: 2px
}

.tooltipster-arrow-bottom-left:after,
.tooltipster-arrow-bottom-left:before,
.tooltipster-arrow-bottom-right:after,
.tooltipster-arrow-bottom-right:before,
.tooltipster-arrow-bottom:after,
.tooltipster-arrow-bottom:before,
.tooltipster-arrow-top-left:after,
.tooltipster-arrow-top-left:before,
.tooltipster-arrow-top-right:after,
.tooltipster-arrow-top-right:before,
.tooltipster-arrow-top:after,
.tooltipster-arrow-top:before {
    border-left-color: transparent !important;
    border-right-color: transparent !important
}

.tooltipster-arrow-bottom-left,
.tooltipster-arrow-top-left {
    right: auto;
    left: 20px
}

.tooltipster-arrow-bottom-right,
.tooltipster-arrow-top-right {
    right: 20px;
    left: auto
}

.tooltipster-arrow-top,
.tooltipster-arrow-top-left,
.tooltipster-arrow-top-right {
    top: 100%;
    bottom: auto;
    margin-top: 0
}

.tooltipster-arrow-top-left:after,
.tooltipster-arrow-top-left:before,
.tooltipster-arrow-top-right:after,
.tooltipster-arrow-top-right:before,
.tooltipster-arrow-top:after,
.tooltipster-arrow-top:before {
    top: -1px;
    border-bottom-color: transparent
}

.tooltipster-arrow-bottom,
.tooltipster-arrow-bottom-left,
.tooltipster-arrow-bottom-right {
    top: auto;
    bottom: 100%;
    margin-bottom: -3px
}

.tooltipster-arrow-bottom-left:after,
.tooltipster-arrow-bottom-left:before,
.tooltipster-arrow-bottom-right:after,
.tooltipster-arrow-bottom-right:before,
.tooltipster-arrow-bottom:after,
.tooltipster-arrow-bottom:before {
    bottom: 2px;
    border-top-color: transparent
}

.tooltipster-arrow-left,
.tooltipster-arrow-right {
    top: 50%;
    margin-top: -7px
}

.tooltipster-arrow-left:after,
.tooltipster-arrow-left:before,
.tooltipster-arrow-right:after,
.tooltipster-arrow-right:before {
    border-top-color: transparent !important;
    border-bottom-color: transparent !important
}

.tooltipster-arrow-left:before,
.tooltipster-arrow-right:before {
    top: 0
}

.tooltipster-arrow-left:after,
.tooltipster-arrow-right:after {
    top: 2px
}

.tooltipster-arrow-left {
    right: auto;
    left: 100%;
    margin-left: -1px
}

.tooltipster-arrow-left:after,
.tooltipster-arrow-left:before {
    left: 0;
    border-right-color: transparent
}

.tooltipster-arrow-right {
    right: 100%;
    left: auto;
    margin-right: -1px
}

.tooltipster-arrow-right:after,
.tooltipster-arrow-right:before {
    right: 0;
    border-left-color: transparent
}

.tooltipster-popup {
    display: inline-block;
    margin-left: 3px;
    max-width: 208px;
    user-select: none
}

.tooltipster-popup__close {
    display: block;
    position: absolute;
    z-index: 2;
    top: 4px;
    right: 5px;
    background: url(assets/CV/Web/svg/icon/close.svg) 50% 50% no-repeat;
    width: 12px;
    height: 12px;
    background-size: 12px;
    cursor: pointer
}

.tooltipster-popup .tooltipster-content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: #fff;
    background: #7b96c8;
    padding: 8px 15px;
    border-radius: 8px;
    box-sizing: border-box
}

.tooltipster-popup .tooltipster-content a {
    text-decoration: underline;
    color: #fff
}

.tooltipster-popup .tooltipster-content b {
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 7px
}

.tooltipster-popup .tooltipster-content span {
    display: block;
    width: 100%;
    font-weight: 400;
    margin: 2px 0 8px
}

.tooltipster-popup .tooltipster-arrow {
    height: 10px !important;
    width: 10px !important;
    color: transparent
}

.tooltipster-popup .tooltipster-arrow:before {
    border: 5px solid #7b96c8
}

.tooltipster-popup .tooltipster-arrow:after {
    content: none
}

.tooltipster-popup.tooltipster-top {
    margin-left: 0
}

.tooltipster-popup.tooltipster-top .tooltipster-box {
    margin-bottom: 0
}

.tooltipster-popup.tooltipster-top .tooltipster-arrow {
    bottom: -10px;
    margin-left: -5px
}

.tooltipster-popup.tooltipster-top .tooltipster-arrow:before {
    border-right-color: transparent;
    border-left-color: transparent;
    border-bottom-color: transparent
}

.tooltipster-popup.tooltipster-bottom .tooltipster-arrow {
    top: -2px;
    margin-left: -5px
}

.tooltipster-popup.tooltipster-bottom .tooltipster-arrow:before {
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent
}

.tooltipster-popup.tooltipster-right .tooltipster-box {
    margin-left: 3px
}

.tooltipster-popup.tooltipster-right .tooltipster-arrow {
    left: -7px;
    margin-top: -5px
}

.tooltipster-popup.tooltipster-right .tooltipster-arrow:before {
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent
}

.tooltipster-popup.tooltipster-left .tooltipster-box {
    margin-right: 3px
}

.tooltipster-popup.tooltipster-left .tooltipster-arrow {
    right: -7px;
    margin-top: -5px
}

.tooltipster-popup.tooltipster-left .tooltipster-arrow:before {
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent
}

.tooltipster-popup--white {
    min-height: 48px
}

.tooltipster-popup--white .tooltipster-content {
    min-height: 48px;
    padding: 16px;
    line-height: 18px;
    letter-spacing: .1px
}

.tooltipster-popup--white .tooltipster-arrow {
    width: 8px;
    height: 8px
}

.tooltipster-popup--white .tooltipster-arrow:before {
    border: 4px solid hsla(0, 0%, 100%, .9)
}

.tooltipster-sidetip .tooltipster-box {
    background: none;
    border: none
}

.tooltipster-arrow-uncropped {
    display: none
}

#send-code-confirmation {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1
}

.game .tooltipster-blue {
    max-width: 240px
}

.game .tooltipster-blue .tooltipster-content {
    max-width: 240px;
    line-height: 20px
}

.game .tooltipster-blue.tooltipster-left .tooltipster-arrow,
.game .tooltipster-blue.tooltipster-right .tooltipster-arrow {
    margin-top: -10px
}

.vote-change__tooltip {
    max-width: 228px;
    width: 100%
}

.tooltipster-popup--white {
    display: inline-block;
    margin-left: 3px;
    max-width: 224px;
    user-select: none
}

.tooltipster-popup--white .tooltipster-content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    text-align: left;
    color: #000;
    background: hsla(0, 0%, 100%, .9);
    padding: 8px 15px;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .4);
    text-align: center
}

.tooltipster-popup--white .tooltipster-content b {
    font-weight: 500;
    font-size: 12px;
    margin: 0;
    padding: 0 4px
}

.tooltipster-popup--white .tooltipster-content span {
    display: block;
    width: 100%;
    font-weight: 400;
    margin: 0;
    padding: 0 4px
}

.tooltipster-popup--white .tooltipster-arrow {
    height: 10px !important;
    width: 10px !important;
    color: transparent
}

.tooltipster-popup--white .tooltipster-arrow:before {
    border: 5px solid hsla(0, 0%, 100%, .9)
}

.tooltipster-popup--white .tooltipster-arrow:after {
    content: none
}

.tooltipster-popup--white.tooltipster-top {
    margin-left: 0
}

.tooltipster-popup--white.tooltipster-top .tooltipster-box {
    margin-bottom: 0
}

.tooltipster-popup--white.tooltipster-top .tooltipster-arrow {
    bottom: -10px;
    margin-left: -5px
}

.tooltipster-popup--white.tooltipster-top .tooltipster-arrow:before {
    border-right-color: transparent;
    border-left-color: transparent;
    border-bottom-color: transparent
}

.tooltipster-popup--white.tooltipster-bottom .tooltipster-arrow {
    top: -2px;
    margin-left: -5px
}

.tooltipster-popup--white.tooltipster-bottom .tooltipster-arrow:before {
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent
}

.tooltipster-popup--white.tooltipster-right .tooltipster-box {
    margin-left: 3px
}

.tooltipster-popup--white.tooltipster-right .tooltipster-arrow {
    left: -7px;
    margin-top: -5px
}

.tooltipster-popup--white.tooltipster-right .tooltipster-arrow:before {
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent
}

.tooltipster-popup--white.tooltipster-left .tooltipster-box {
    margin-right: 3px
}

.tooltipster-popup--white.tooltipster-left .tooltipster-arrow {
    right: -7px;
    margin-top: -5px
}

.tooltipster-popup--white.tooltipster-left .tooltipster-arrow:before {
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent
}

.changepass-email {
    min-height: 184px;
    padding: 48px 32px 32px;
    box-sizing: border-box
}

.changepass-email__buttons {
    display: flex;
    justify-content: space-between;
    margin: 26px 0
}

.changepass-email__buttons .changepass-email__button {
    display: inline-block;
    margin-left: 8px
}

.changepass-email__buttons .changepass-email__button:not(.btn) {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 18px;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2)
}

.changepass-email__buttons .changepass-email__button:not(.btn):hover {
    text-decoration: none
}

.changepass-email__buttons .btn {
    margin: 0;
    width: 160px
}

.changepass-email__text span {
    font-weight: 700
}

.changepass-email__text p {
    margin: 16px 0 24px
}

.changepass-email .social-item {
    vertical-align: middle
}

.changepass-email #change-email-social [data-site-key]+[x-login-button] {
    pointer-events: none
}

.changepass-email__error {
    display: block;
    margin: 13px 0 0;
    color: #d0021b;
    font-size: 12px;
    line-height: 20px
}

.changepass-email__resend {
    max-width: 352px;
    text-align: center;
    color: rgba(231, 219, 219, .4);
    font-size: 14px;
    line-height: 24px
}

.changepass-email .social-item .btn-soc {
    min-width: 136px;
    justify-content: center
}

.changepass-resend .popup__footer-link {
    position: absolute;
    bottom: -36px;
    left: 50%;
    transform: translate(-50%)
}

.changepass-resend .changepass-email__text p {
    margin: 16px 0 6px
}

.change-email .popup__footer {
    margin-top: 26px
}

.popup-cashier-history,
.popup-profile {
    font-family: Roboto, Arial, Helvetica Neue, Helvetica, Verdana, sans-serif
}

.popup-cashier-history .scroll-wrapper,
.popup-profile .scroll-wrapper {
    height: 380px;
    max-height: 380px
}

.popup-cashier-history .scroll-overlay_shadow,
.popup-profile .scroll-overlay_shadow {
    position: relative
}

.popup-cashier-history .scroll-overlay_shadow-bottom:after,
.popup-cashier-history .scroll-overlay_shadow-top:before,
.popup-profile .scroll-overlay_shadow-bottom:after,
.popup-profile .scroll-overlay_shadow-top:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 32px;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 2;
    transition: background .2s ease-in-out
}

.popup-cashier-history .scroll-overlay_shadow-bottom:after,
.popup-profile .scroll-overlay_shadow-bottom:after {
    bottom: 0;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .2))
}

.popup-cashier-history .scroll-overlay_shadow-top:before,
.popup-profile .scroll-overlay_shadow-top:before {
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .2), transparent)
}

.popup-cashier-history__empty {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center
}

.popup-cashier-history__empty__img {
    width: 72px;
    height: 72px;
    background-image: url(assets/CV/Web/svg/payments-history/wallet.svg?versiontemp=9999)
}

.popup-cashier-history__empty p {
    margin: 8px 0 32px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #babcc2
}

.popup-cashier-history__empty .btn {
    width: 220px;
    height: 48px
}

.popup-cashier-history__confirmation-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s
}

.popup-cashier-history__confirmation-popup.loaded {
    opacity: 1;
    pointer-events: auto
}

.popup-cashier-history__confirmation-popup .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
    z-index: 1
}

.popup-cashier-history__confirmation-popup .popup-container {
    position: relative;
    width: 352px;
    height: 212px;
    min-height: 212px;
    padding: 32px;
    z-index: 2;
    box-sizing: border-box
}

.popup-cashier-history__confirmation-popup .close-popup {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1500
}

.popup-cashier-history__confirmation-popup h1 {
    margin: 0
}

.popup-cashier-history__confirmation-popup p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #b8b8cc;
    margin: 16px 0 24px
}

.popup-cashier-history__confirmation-popup .btns-wrapper {
    display: flex
}

.popup-cashier-history__confirmation-popup .btns-wrapper button {
    width: 136px;
    height: 48px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
    border-radius: 4px;
    transition: filter .3s
}

.popup-cashier-history__confirmation-popup .btns-wrapper button.close-popup__btn {
    border: 1px solid hsla(0, 0%, 100%, .6);
    margin-right: 16px;
    background: transparent
}

.popup-cashier-history .cashier-history__table {
    position: relative;
    min-height: 425px;
    padding: 28px 16px 24px;
    line-height: normal
}

.popup-cashier-history .cashier-history__table-header {
    display: flex;
    padding-bottom: 4px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .05);
    margin-bottom: 16px
}

.popup-cashier-history .cashier-history__table-header--item {
    font-weight: 500;
    font-size: 10px;
    line-height: 16px;
    color: #b8b8cc;
    opacity: .6;
    margin-right: 8px
}

.popup-cashier-history .cashier-history__table-header--item[data-column=sum] {
    width: 180px
}

.popup-cashier-history .cashier-history__table-header--item[data-column=date] {
    width: 114px
}

.popup-cashier-history .cashier-history__table-header--item[data-column=system] {
    width: 176px
}

.popup-cashier-history .cashier-history__table-header--item[data-column=status] {
    width: 226px
}

.popup-cashier-history .cashier-history__table-content .payment-history__item {
    display: flex;
    flex-direction: column;
    height: 100%;
    max-height: 56px;
    overflow-y: hidden;
    transition: max-height .3s
}

.popup-cashier-history .cashier-history__table-content .payment-history__item:not(:last-child) {
    border-bottom: 1px solid hsla(0, 0%, 100%, .05)
}

.popup-cashier-history .cashier-history__table-content .payment-history__item.active .payment-item__open-btn {
    background-color: transparent;
    border-color: hsla(0, 0%, 100%, .08)
}

.popup-cashier-history .cashier-history__table-content .payment-history__item.active .payment-item__open-btn svg {
    transform: rotate(180deg)
}

.popup-cashier-history .cashier-history__table-content .payment-history__item-main {
    min-height: 56px;
    max-height: 56px;
    display: flex;
    align-items: center
}

.popup-cashier-history .cashier-history__table-content .payment-history__item-main__item {
    margin-right: 8px
}

.popup-cashier-history .cashier-history__table-content .payment-history__item-main__item span {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #b8b8cc;
    opacity: .6
}

.popup-cashier-history .cashier-history__table-content .payment-history__item-main__item[data-row=sum] {
    width: 180px;
    display: flex;
    align-items: center
}

.popup-cashier-history .cashier-history__table-content .payment-history__item-main__item[data-row=sum] .payment-history__sum-icon {
    min-width: 24px;
    max-width: 24px;
    height: 24px;
    margin-right: 8px
}

.popup-cashier-history .cashier-history__table-content .payment-history__item-main__item[data-row=sum] .payment-history__sum-icon[data-transaction-direction=IN] {
    background-image: url(assets/CV/Web/svg/payments-history/transaction-in.svg?versiontemp=9999)
}

.popup-cashier-history .cashier-history__table-content .payment-history__item-main__item[data-row=sum] .payment-history__sum-icon[data-transaction-direction=OUT] {
    background-image: url(assets/CV/Web/svg/payments-history/transaction-out.svg?versiontemp=9999)
}

.popup-cashier-history .cashier-history__table-content .payment-history__item-main__item[data-row=sum] .payment-history__sum-icon[data-transaction-type=EXCHANGE_POINT] {
    background-image: url(assets/CV/Web/svg/payments-history/transaction-change.svg?versiontemp=9999)
}

.popup-cashier-history .cashier-history__table-content .payment-history__item-main__item[data-row=sum] .payment-history__sum-info>span {
    display: block;
    max-width: 148px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.popup-cashier-history .cashier-history__table-content .payment-history__item-main__item[data-row=sum] .payment-history__sum-info .amount {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #fff
}

.popup-cashier-history .cashier-history__table-content .payment-history__item-main__item[data-row=date] {
    width: 114px
}

.popup-cashier-history .cashier-history__table-content .payment-history__item-main__item[data-row=system] {
    width: 176px
}

.popup-cashier-history .cashier-history__table-content .payment-history__item-main__item[data-row=status] {
    width: 226px;
    display: flex;
    align-items: center
}

.popup-cashier-history .cashier-history__table-content .payment-history__item-main__item[data-row=status] span {
    opacity: 1
}

.popup-cashier-history .cashier-history__table-content .payment-history__item-main__item[data-row=status][data-has-children=true] .payment-history__status-icons {
    height: 16px;
    display: flex;
    align-items: center;
    padding: 0 4px;
    border: 1px solid hsla(0, 0%, 100%, .16);
    border-radius: 4px
}

.popup-cashier-history .cashier-history__table-content .payment-history__item-main__item[data-row=status][data-has-children=true] .payment-history__status-icons .status-item {
    display: flex;
    align-items: center
}

.popup-cashier-history .cashier-history__table-content .payment-history__item-main__item[data-row=status][data-has-children=true] .payment-history__status-icons .status-item span {
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    color: #babcc2;
    margin-left: 2px
}

.popup-cashier-history .cashier-history__table-content .payment-history__item-main__item[data-row=status][data-has-children=true] .payment-history__status-icons .status-item:not(:last-child) {
    margin-right: 4px
}

.popup-cashier-history .cashier-history__table-content .payment-history__item-main__item[data-row=status] .payment-history__status-icons {
    margin-left: 4px
}

.popup-cashier-history .cashier-history__table-content .payment-history__item .payment-item__open-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    border: 2px solid transparent;
    background-color: hsla(0, 0%, 100%, .08);
    transition: background-color .3s, border-color .3s
}

.popup-cashier-history .cashier-history__table-content .payment-history__item .payment-item__open-btn svg {
    transition: transform .3s
}

.popup-cashier-history .cashier-history__table-content .payment-history__item .payment-item__open-btn:hover {
    background-color: transparent;
    border-color: hsla(0, 0%, 100%, .08)
}

.popup-cashier-history .cashier-history__table-content .payment-history__item-more {
    background: hsla(0, 0%, 100%, .08);
    border-radius: 4px
}

.popup-cashier-history .cashier-history__table-content .payment-history__item-more .payment-history__item-btn {
    position: relative;
    border-radius: 4px;
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    padding: 2px 6px;
    color: hsla(0, 0%, 100%, .6);
    border: 1px solid transparent;
    transition: background-color .3s, border-color .3s
}

.popup-cashier-history .cashier-history__table-content .payment-history__item-more .payment-history__item-btn.payment-history__cancel-btn {
    background-color: rgba(208, 2, 27, .48)
}

.popup-cashier-history .cashier-history__table-content .payment-history__item-more .payment-history__item-btn.payment-history__cancel-btn:hover {
    background-color: transparent;
    border-color: rgba(208, 2, 27, .48)
}

.popup-cashier-history .cashier-history__table-content .payment-history__item-more .payment-history__item-btn.payment-history__help-btn {
    background-color: hsla(0, 0%, 100%, .16)
}

.popup-cashier-history .cashier-history__table-content .payment-history__item-more .payment-history__item-btn.payment-history__help-btn:hover {
    background-color: transparent;
    border-color: hsla(0, 0%, 100%, .16)
}

.popup-cashier-history .cashier-history__table-content .payment-history__item-more .payment-history__item-btn.payment-history__repeat-btn {
    background-color: rgba(0, 178, 11, .4)
}

.popup-cashier-history .cashier-history__table-content .payment-history__item-more .payment-history__item-btn.payment-history__repeat-btn:hover {
    background-color: transparent;
    border-color: rgba(0, 178, 11, .4)
}

.popup-cashier-history .cashier-history__table-content .payment-history__item-more span {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #b8b8cc;
    opacity: .6
}

.popup-cashier-history .cashier-history__table-content .payment-history__item-more--item {
    position: relative;
    display: flex;
    align-items: center;
    padding: 8px 16px
}

.popup-cashier-history .cashier-history__table-content .payment-history__item-more--item .payment-item__id {
    margin-right: 16px
}

.popup-cashier-history .cashier-history__table-content .payment-history__item-more--item .payment-item__comment {
    max-width: 440px;
    padding-right: 8px
}

.popup-cashier-history .cashier-history__table-content .payment-history__item-more--item .payment-item__comment span>span {
    opacity: 1
}

.popup-cashier-history .cashier-history__table-content .payment-history__item-more--item .payment-item__action {
    position: absolute;
    right: 16px;
    display: flex
}

.popup-cashier-history .cashier-history__table-content .payment-history__item-more--item .payment-item__action button:not(:last-child) {
    margin-right: 8px
}

.popup-cashier-history .cashier-history__table-content .payment-history__item-more__wrapper {
    position: relative
}

.popup-cashier-history .cashier-history__table-content .payment-history__item-more__wrapper .withdrawal-period {
    display: flex;
    align-items: center;
    min-height: 32px;
    margin: 0 16px 8px;
    padding: 8px;
    border: 1px solid rgba(184, 184, 204, .16);
    border-radius: 8px;
    box-sizing: border-box
}

.popup-cashier-history .cashier-history__table-content .payment-history__item-more__wrapper .withdrawal-period span {
    margin-left: 4px
}

.popup-cashier-history .cashier-history__table-content .payment-history__item-more__wrapper .withdrawal-period a {
    text-decoration: underline;
    font-weight: 700;
    color: #b8b8cc
}

.popup-cashier-history .cashier-history__table-content .payment-history__item-more__wrapper[data-child=true] {
    padding: 12px 16px 12px 32px
}

.popup-cashier-history .cashier-history__table-content .payment-history__item-more__wrapper[data-child=true]:after {
    content: "";
    position: absolute;
    top: 12px;
    left: 12px;
    width: 2px;
    height: calc(100% - 24px);
    background-color: #b8b8cc
}

.popup-cashier-history .cashier-history__table-content .payment-history__item-more__wrapper[data-child=true] .payments-group__info {
    position: relative;
    margin-bottom: 16px
}

.popup-cashier-history .cashier-history__table-content .payment-history__item-more__wrapper[data-child=true] .payments-group__info .payment-item__comment span {
    font-weight: 700;
    font-size: 10px;
    line-height: 20px;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 -1px 0 hsla(0, 0%, 100%, .05);
    opacity: 1
}

.popup-cashier-history .cashier-history__table-content .payment-history__item-more__wrapper[data-child=true] .payments-group__info button {
    position: absolute;
    top: 0;
    right: 0
}

.popup-cashier-history .cashier-history__table-content .payment-history__item-more__wrapper[data-child=true] .payment-history__item-more--item {
    display: flex;
    flex-direction: column;
    padding: 8px 0
}

.popup-cashier-history .cashier-history__table-content .payment-history__item-more__wrapper[data-child=true] .payment-history__item-more--item .payment-item__row {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%
}

.popup-cashier-history .cashier-history__table-content .payment-history__item-more__wrapper[data-child=true] .payment-history__item-more--item .payment-item__row:not(:last-child) {
    margin-bottom: 4px
}

.popup-cashier-history .cashier-history__table-content .payment-history__item-more__wrapper[data-child=true] .payment-history__item-more--item:not(:last-child) {
    padding-bottom: 8px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .05)
}

.popup-cashier-history .cashier-history__table-content .payment-history__item-more__wrapper[data-child=true] .payment-history__item-more--item .payment-item__sum {
    min-width: 110px;
    margin-right: 16px
}

.popup-cashier-history .cashier-history__table-content .payment-history__item-more__wrapper[data-child=true] .payment-history__item-more--item .payment-item__sum span {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    opacity: 1
}

.popup-cashier-history .cashier-history__table-content .payment-history__item-more__wrapper[data-child=true] .payment-history__item-more--item .payment-item__id {
    min-width: 88px
}

.popup-cashier-history .cashier-history__table-content .payment-history__item-more__wrapper[data-child=true] .payment-history__item-more--item .payment-item__status {
    display: flex;
    align-items: center
}

.popup-cashier-history .cashier-history__table-content .payment-history__item-more__wrapper[data-child=true] .payment-history__item-more--item .payment-item__status span {
    margin-right: 6px;
    opacity: 1
}

.popup-cashier-history .cashier-history__table-content .payment-history__item-more__wrapper[data-child=true] .payment-history__item-more--item .payment-item__action {
    top: 0;
    right: 0
}

.popup-cashier-history .cashier-history__table-content .payment-history__item-more__wrapper[data-child=true] .payment-history__item-more--item .payment-item__comment span span {
    opacity: 1
}

.popup-cashier-history .cashier-history__table-content .payment-history__item-more__wrapper[data-child=true] .withdrawal-period {
    margin: 8px 0
}

.popup-cashier-history__preloader-row {
    display: none;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 14px;
    height: 63px;
    line-height: 100px;
    background: url(assets/CV/Web/img/sys/popup/metal_texture_popup.png);
    background-size: 400px
}

.layout-vua~.popup .popup-cashier-history__preloader-row {
    background: #0e161f
}

.popup-cashier-history__preloader-row svg {
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    -webkit-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.select-block {
    font-size: 14px;
    line-height: 24px;
    color: #000
}

.select-block .fld {
    text-align: left;
    font-weight: 500;
    font-size: 14px;
    padding-left: 14px;
    position: relative
}

.select-block .fld:before {
    content: "";
    position: absolute;
    top: 23px;
    right: 24px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #000;
    border-bottom: none;
    transform-origin: 50%;
    transition: transform .2s ease-in-out, opacity .2s ease-in-out;
    opacity: .4;
    z-index: 2
}

.select-block .fld:focus {
    outline: transparent
}

.select-block .lbl {
    z-index: 2
}

.select-block .visually-hidden {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px)
}

.select-block .select-list {
    display: flex;
    flex-direction: column;
    height: 48px;
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
    left: -1px;
    border-radius: 4px;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
    transition: height .2s ease-in-out
}

.select-block .select-list li {
    font-weight: 400;
    color: #000;
    list-style: none;
    padding-left: 16px;
    background: #fff;
    cursor: pointer;
    height: 40px;
    line-height: 40px
}

.select-block .select-list li.selected {
    height: 48px;
    line-height: 48px;
    padding-top: 7px;
    font-weight: 500;
    order: -1
}

.select-block .select-list li:not(:last-child) {
    border-bottom: 1px solid rgba(9, 23, 46, .1)
}

.select-block .select-list li:hover {
    background-color: #f0f1f2
}

.select-block .select-list:focus {
    outline: transparent
}

.select-block--open {
    z-index: 3
}

.select-block--open .fld:before {
    transform: rotate(180deg);
    opacity: 1
}

.select-block--open .select-list {
    pointer-events: all
}

.palay-popup {
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    background: rgba(15, 36, 119, .32);
    backdrop-filter: blur(24px)
}

html.firefox .palay-popup {
    background: rgba(15, 36, 119, .88)
}

.palay-popup__container {
    position: relative;
    background: #0e161f;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .4);
    border-radius: 12px;
    box-sizing: border-box
}

.palay-popup__hide {
    display: none
}

.palay-popup__timer {
    margin-bottom: 24px;
    padding-bottom: 24px
}

.palay-popup__timer.timer__hide-days .timer-countDays,
.palay-popup__timer.timer__hide-days .timer-countDiv0 {
    width: 0
}

.palay-popup__timer .timer-count {
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    width: unset
}

.palay-popup__timer .timer-count,
.palay-popup__timer .timer-countDiv {
    height: unset
}

.palay-popup__timer .timer-count {
    border: none;
    box-shadow: none;
    background: none;
    border-radius: 0;
    letter-spacing: unset
}

.palay-popup__timer .timer-count:before {
    content: none
}

.palay-popup__timer .timer-countDiv {
    width: 19px
}

.palay-popup__timer .timer-countDiv:before {
    transform: translateY(-6px)
}

.palay-popup__timer .timer-countDiv:after {
    transform: translateY(6px)
}

.palay-popup__timer .timer-digit,
.palay-popup__timer .timer-elem,
.palay-popup__timer [class^=timer-digit__] {
    position: relative;
    width: 24px;
    height: 38px
}

.palay-popup__timer .timer-countDiv,
.palay-popup__timer .timer-elem {
    line-height: 38px
}

.palay-popup__timer .timer-elem {
    margin: 0 1px;
    border-radius: 2px;
    background: #121d27;
    box-shadow: 0 4px 4px #000
}

.palay-popup__timer .timer-elem:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    right: 0;
    background: #000;
    box-shadow: 0 1px 0 hsla(0, 0%, 100%, .0487149);
    transform: translateY(-50%);
    z-index: 0
}

.palay-popup__timer .timer-elem-title {
    bottom: -17px;
    color: rgba(184, 184, 204, .4)
}

.palay-popup__timer .timer-elem-title:first-letter {
    text-transform: lowercase
}

.palay-popup__timer .timer-digit {
    color: #c4c4c4;
    font-size: 24px;
    font-weight: 900;
    line-height: 38px
}

.palay-popup__timer .timer-digit:after,
.palay-popup__timer .timer-digit:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    opacity: .2;
    pointer-events: none;
    z-index: 2
}

.palay-popup__timer .timer-digit:before {
    height: 19px;
    top: 0;
    background: linear-gradient(1turn, hsla(0, 0%, 100%, .0001), hsla(0, 0%, 100%, .1) 46.56%, hsla(0, 0%, 100%, .4) 96.26%)
}

.palay-popup__timer .timer-digit:after {
    height: 18px;
    bottom: 0;
    background: linear-gradient(1turn, hsla(0, 0%, 100%, .0001) 20.05%, hsla(0, 0%, 100%, .1) 46.56%, hsla(0, 0%, 100%, .4) 96.26%)
}

.palay-popup .btn-green:not(.btn-disabled) {
    background: linear-gradient(180deg, #77c100, #048523);
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2)
}

.palay-popup .btn-green:not(.btn-disabled) span {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2)
}

.palay-popup .btn-green.btn-disabled {
    border: 2px solid hsla(0, 0%, 100%, .2);
    box-shadow: none
}

.palay-popup .btn-green.btn-disabled span {
    height: 46px;
    color: hsla(0, 0%, 100%, .6);
    line-height: 46px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2)
}

.palay-first {
    width: 592px;
    height: 432px;
    padding: 62px 0
}

.palay-first:after,
.palay-first:before {
    content: "";
    position: absolute;
    bottom: 0;
    pointer-events: none
}

.palay-first:before {
    width: 106px;
    height: 462px;
    left: 0;
    background: url(assets/CV/Web/img/palay/palay-fire.png) no-repeat;
    border-radius: 0 0 0 12px;
    overflow: hidden
}

.palay-first:after {
    width: 213px;
    height: 500px;
    right: -75px;
    background: url(assets/CV/Web/img/palay/palay-money.png) no-repeat
}

.palay-first__close {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 1
}

.palay-first__close:after,
.palay-first__close:before {
    content: "";
    position: absolute;
    width: 21px;
    height: 2px;
    top: 50%;
    left: 50%;
    background-color: #fff;
    border-radius: 1px
}

.palay-first__close:before {
    transform: translate(-50%, -50%) rotate(45deg)
}

.palay-first__close:after {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.palay-first__title {
    display: block;
    margin-bottom: 24px;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    background: linear-gradient(180deg, #fff, #b8b8cc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

html.ie .palay-first__title {
    color: #b8b8cc
}

.palay-first__text {
    display: block;
    margin-bottom: 26px;
    text-align: center;
    color: #b8b8cc;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.palay-first__text span {
    display: block;
    padding-top: 8px;
    text-align: center;
    color: #ffea00;
    font-size: 24px;
    line-height: 32px
}

.palay-first__form {
    width: 300px;
    margin: 0 auto 20px
}

.palay-first__form input {
    font-weight: 700
}

.palay-first__subtext {
    display: block;
    text-align: center;
    color: #b8b8cc;
    font-size: 14px;
    line-height: 24px
}

.palay-first__subtext a {
    color: #7b96c8;
    text-decoration: underline
}

.palay-first__subtext a:hover {
    text-decoration: none
}

.palay-loader {
    width: 432px;
    height: 380px;
    padding: 0 0 64px
}

.palay-loader:after,
.palay-loader:before {
    content: "";
    position: absolute;
    width: 56px;
    height: 191px;
    bottom: 18px;
    z-index: 0
}

.palay-loader:before {
    left: 0;
    transform: translateX(-100%);
    background: url(assets/CV/Web/img/palay/palay-left-fire.png)
}

.palay-loader:after {
    right: 0;
    transform: translateX(100%);
    background: url(assets/CV/Web/img/palay/palay-right-fire.png)
}

.palay-loader__icon {
    margin-bottom: 24px;
    text-align: center;
    background: url(assets/CV/Web/img/palay/palay-matrix.png) top no-repeat
}

.palay-loader__icon svg {
    width: 172px;
    height: 172px;
    margin: 64px 0 0
}

.palay-loader__title {
    margin-bottom: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 500
}

.palay-loader__text,
.palay-loader__title {
    display: block;
    text-align: center;
    line-height: 24px
}

.palay-loader__text {
    color: #b8b8cc;
    font-size: 14px
}

.palay-substep {
    width: 432px;
    height: 506px
}

.palay-substep:before {
    content: "";
    position: absolute;
    width: 123px;
    height: 101px;
    top: 0;
    left: 0;
    background: url(assets/CV/Web/img/palay/palay-salut.png) no-repeat;
    border-radius: 12px 0 0 0;
    overflow: hidden
}

.palay-substep__smoke {
    content: "";
    position: absolute;
    width: 649px;
    height: 506px;
    bottom: 24px;
    left: 50%;
    background: url(assets/CV/Web/img/palay/palay-smoke.png) no-repeat;
    transform: translateX(-50%);
    z-index: -1
}

.palay-substep__container {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 32px 66px;
    text-align: center;
    box-sizing: border-box;
    z-index: 1
}

.palay-substep__check-icon {
    margin-bottom: 6px;
    line-height: 0
}

.palay-substep__text {
    display: block;
    margin-bottom: 26px;
    color: #b8b8cc;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.palay-substep__text span {
    color: #ffea00
}

.palay-substep__form input {
    font-weight: 700
}

.palay-substep__description {
    display: block;
    padding-top: 5px;
    margin-bottom: 19px;
    color: #b8b8cc;
    font-size: 14px;
    line-height: 22px
}

.palay-bonus {
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    background: rgba(15, 36, 119, .32);
    backdrop-filter: blur(24px)
}

html.firefox .palay-bonus {
    background: rgba(15, 36, 119, .88)
}

.palay-bonus .btn-green:not(.btn-disabled) {
    background: linear-gradient(180deg, #77c100, #048523);
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2)
}

.palay-bonus .btn-green:not(.btn-disabled) span {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2)
}

.palay-bonus .btn-green.btn-disabled {
    border: 2px solid hsla(0, 0%, 100%, .2);
    box-shadow: none
}

.palay-bonus .btn-green.btn-disabled span {
    height: 46px;
    color: hsla(0, 0%, 100%, .6);
    line-height: 46px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2)
}

.palay-bonus__container {
    position: relative;
    width: 592px;
    padding: 48px 64px;
    background: #0e161f;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .4);
    border-radius: 12px;
    box-sizing: border-box
}

.palay-bonus__close {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 1
}

.palay-bonus__close:after,
.palay-bonus__close:before {
    content: "";
    position: absolute;
    width: 21px;
    height: 2px;
    top: 50%;
    left: 50%;
    background-color: #fff;
    border-radius: 1px
}

.palay-bonus__close:before {
    transform: translate(-50%, -50%) rotate(45deg)
}

.palay-bonus__close:after {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.palay-bonus__head {
    justify-content: flex-start;
    margin-bottom: 24px
}

.palay-bonus__head,
.palay-bonus__icon {
    display: flex;
    flex-flow: row nowrap;
    align-items: center
}

.palay-bonus__icon {
    justify-content: center;
    width: 64px;
    height: 64px;
    margin-right: 16px
}

.palay-bonus__title-container {
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: space-between;
    height: 64px
}

.palay-bonus__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    background: linear-gradient(180deg, #fff, #b8b8cc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

html.ie .palay-bonus__title {
    color: #b8b8cc
}

.palay-bonus__subtitle {
    color: #b8b8cc;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px
}

.palay-bonus__bonuses-container {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-end;
    justify-content: flex-end
}

.palay-bonus__bonus-descriptions-list {
    position: absolute;
    top: 98px;
    left: 1px
}

.palay-bonus__bonuses-container:not(.has-active) .palay-bonus__bonus-descriptions-list {
    padding-bottom: 13px
}

.palay-bonus__bonuses-container.has-active:not(.minimize) .palay-bonus__bonus-descriptions-list {
    padding-bottom: 24px
}

.palay-bonus__bonuses-container:not(.has-active):not(.minimize) .palay-bonus__bonus-descriptions-list {
    padding-bottom: 18px
}

.palay-bonus__img-container {
    position: relative;
    margin-bottom: 19px
}

.palay-bonus__bonuses-descriptions {
    transition: .2s ease
}

.palay-bonus__bonuses-container.minimize .palay-bonus__bonuses-descriptions {
    height: 100px;
    overflow: hidden
}

.palay-bonus__emoji {
    position: relative;
    padding-right: 39px;
    text-align: center;
    line-height: 0
}

.palay-bonus__emoji-text {
    position: absolute;
    top: 12px;
    right: 36px;
    width: 62px;
    text-align: left;
    color: #b8b8cc;
    font-size: 12px;
    line-height: 14px;
    transform: rotate(-45deg);
    will-change: transform
}

.palay-bonus__description {
    display: block;
    margin-bottom: 8px;
    padding-right: 24px;
    color: #b8b8cc;
    font-size: 12px;
    line-height: 24px
}

.palay-bonus__description:last-child {
    padding-top: 8px;
    margin-bottom: 0;
    line-height: 41px
}

.palay-bonus__show-more {
    position: absolute;
    left: 0;
    bottom: -17px;
    padding-right: 16px;
    color: #7b96c8;
    font-size: 12px;
    line-height: 20px;
    cursor: pointer
}

.palay-bonus__bonuses-container:not(.has-active) .palay-bonus__show-more {
    bottom: -5px
}

.palay-bonus__show-more:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    border-color: #7b96c8 transparent transparent;
    border-style: solid;
    border-width: 4.17px 4.165px 0;
    border-radius: 3px;
    transform: translateY(-50%)
}

.palay-bonus__bonuses-list.disable {
    opacity: .5
}

.palay-bonus__bonuses-head {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-end;
    justify-content: flex-start;
    margin-bottom: 24px
}

.palay-bonus__bonuses-head .palay-bonus__bonuses-container:not(.has-active) {
    margin-bottom: 31px
}

.palay-bonus__bonus-info {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: flex-end;
    width: 100px;
    height: 104px;
    cursor: pointer
}

.palay-bonus__info-icon {
    display: block;
    text-align: center
}

.palay-bonus__bonus-info:first-child.active .palay-bonus__info-icon svg path,
.palay-bonus__bonus-info:last-child.active .palay-bonus__info-icon svg path {
    stroke: #ffea00
}

.palay-bonus__bonus-info:nth-child(2).active .palay-bonus__info-icon svg path {
    fill: #ffea00
}

.palay-bonus__info {
    display: block;
    padding: 0 5px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.palay-bonus__bonus-info.active .palay-bonus__info {
    color: #ffea00
}

.palay-bonus__bonuses {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    transition: height .2s ease
}

.palay-bonus__bonuses-container.has-active.minimize .palay-bonus__bonuses {
    height: 192px
}

.palay-bonus__bonuses-container:not(.has-active).minimize .palay-bonus__bonuses {
    height: 179px
}

.palay-bonus__bonus {
    width: 100px;
    margin-top: 8px;
    border-style: solid;
    border-color: #3e454c;
    overflow: hidden;
    cursor: pointer;
    box-sizing: border-box
}

.palay-bonus__bonuses-container.minimize .palay-bonus__bonus:not(.active)>div:after {
    height: 24px;
    top: 151px
}

.palay-bonus__bonus:not(.active) .palay-bonus__rule-img {
    height: 41px
}

.palay-bonus__bonus>div {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 28px 0 21px;
    box-sizing: border-box
}

.palay-bonus__bonuses-container.minimize .palay-bonus__bonus>div:after {
    content: "";
    position: absolute;
    width: 98px;
    left: 0;
    right: 0;
    background-color: #0e161f;
    border-radius: 0 0 12px 12px;
    z-index: 1
}

.palay-bonus__bonus>div>* {
    flex-shrink: 0;
    flex-grow: 0
}

.palay-bonus__bonuses-container.minimize .palay-bonus__bonus {
    height: 179px
}

.palay-bonus__bonus:first-child {
    border-width: 2px 0 2px 2px;
    border-radius: 12px 0 0 12px
}

.palay-bonus__bonus:first-child.active+.palay-bonus__bonus {
    border-width: 2px 0
}

.palay-bonus__bonus:nth-child(2) {
    border-width: 2px 0 2px 2px
}

.palay-bonus__bonus:nth-child(2).active+.palay-bonus__bonus {
    border-width: 2px 2px 2px 0
}

.palay-bonus__bonus:last-child {
    border-width: 2px;
    border-radius: 0 12px 12px 0
}

.palay-bonus__bonus.active {
    margin-top: 0;
    border-width: 2px;
    border-color: #ffea00;
    border-radius: 12px
}

.palay-bonus__bonus.active>div {
    padding: 34px 0 26px
}

.palay-bonus__bonuses-container.minimize .palay-bonus__bonus.active {
    height: 192px
}

.palay-bonus__bonuses-container.minimize .palay-bonus__bonus.active>div:after {
    height: 32px;
    top: 156px
}

.palay-bonus__radio {
    position: relative;
    width: 16px;
    height: 16px;
    margin-bottom: 20px;
    background: hsla(0, 0%, 100%, .24);
    border-radius: 50%;
    cursor: pointer;
    box-sizing: border-box
}

.palay-bonus__bonus.active .palay-bonus__radio {
    background: linear-gradient(180deg, #fb3, #cc8700)
}

.palay-bonus__bonus.active .palay-bonus__radio>div:after {
    content: "";
    width: 8px;
    height: 8px;
    background: linear-gradient(180deg, #fb3, #cc8700);
    z-index: 2
}

.palay-bonus__bonus.active .palay-bonus__radio>div:after,
.palay-bonus__radio>div {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%)
}

.palay-bonus__radio>div {
    width: 14px;
    height: 14px;
    background: #000;
    z-index: 1
}

.palay-bonus__rule {
    display: block;
    width: 100%;
    height: 24px;
    margin-bottom: 8px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 24px
}

.palay-bonus__rule-img {
    width: 64px;
    padding-top: 8px
}

.palay-bonus__rule-img img {
    width: 64px;
    height: 41px;
    border-radius: 5px
}

.palay-bonus__bonuses-container:not(.has-active) .palay-bonus__rule-img img {
    opacity: .5
}

.palay-bonus__rule-img img+img {
    margin-top: 8px
}

.palay-bonus__footer {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 40px
}

.palay-bonus__bonuses-container.has-active+.palay-bonus__footer {
    padding-top: 32px
}

.palay-bonus__bonus-disable {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    padding-right: 40px
}

.palay-bonus__checkbox {
    position: relative;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin-right: 16px;
    background: linear-gradient(1turn, rgba(0, 0, 0, .0001), #494f56), linear-gradient(0deg, hsla(0, 0%, 100%, .24), hsla(0, 0%, 100%, .24));
    border-radius: 2px;
    cursor: pointer
}

.palay-bonus__checkbox>div {
    width: 14px;
    height: 14px;
    background: linear-gradient(0deg, rgba(0, 0, 0, .0001), #000);
    background-color: #0e161f;
    border-radius: 2px
}

.palay-bonus__checkbox.checked>div:after,
.palay-bonus__checkbox>div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1
}

.palay-bonus__checkbox.checked>div:after {
    content: "";
    width: 9px;
    height: 7px;
    background: url(assets/CV/Web/svg/icon/check.svg) no-repeat
}

.palay-bonus__disable-label {
    color: #b8b8cc;
    font-size: 12px;
    line-height: 16px
}

.palay-bonus__choose-bonus,
.palay-bonus__disable-bonus {
    flex-shrink: 0;
    width: 300px;
    margin: 0
}

.actions__popup {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, .9)
}

.actions__popup-close {
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    top: 20px;
    right: 20px;
    overflow: hidden;
    cursor: pointer
}

.actions__popup-close:after,
.actions__popup-close:before {
    content: "";
    position: absolute;
    width: 21px;
    height: 2px;
    top: 50%;
    left: 50%;
    background: #fff;
    border-radius: 2px;
    transform-origin: center
}

.actions__popup-close:before {
    transform: translate(-50%, -50%) rotate(45deg)
}

.actions__popup-close:after {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.actions__popup-content {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 480px;
    width: 704px;
    padding: 48px 40px 48px 48px;
    top: 50%;
    left: 50%;
    background: url(assets/CV/Web/img/sys/bg/wrapper-main-1.png) 50% 0 repeat;
    background-clip: padding-box;
    border: 1px solid hsla(0, 0%, 100%, .05);
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .4);
    transform: translate(-50%, -50%);
    box-sizing: border-box
}

.actions__popup--reset-confirm .actions__popup-content {
    padding: 48px 32px;
    width: 400px;
    height: 240px;
    min-height: 174px
}

.actions__popup--reset-confirm .actions__popup-content p {
    margin: 0 0 25px;
    color: #b8b8cc;
    font-size: 14px;
    line-height: 24px
}

.actions__popup--reset-confirm .actions__popup-bottom {
    display: flex;
    flex-wrap: nowrap;
    padding: 0;
    margin: 0
}

.actions__popup--reset-confirm .actions__popup_reset_cancel {
    width: 128px;
    min-width: 128px
}

.actions__popup--reset-confirm .actions__popup_reset_confirm {
    width: 190px;
    min-width: 190px
}

.actions__popup--reset-confirm .actions__popup_reset-event {
    width: 190px;
    min-width: 190px;
    margin-left: 16px
}

.actions__popup--reset-confirm .actions__popup_reset-event [data-bonus-event=activate] {
    display: none
}

.actions__popup--reset-confirm .actions__popup_reset-event--revert [data-bonus-event=activate],
.actions__popup--reset-confirm .actions__popup_reset-event [data-bonus-event=deactivate] {
    display: block
}

.actions__popup--reset-confirm .actions__popup_reset-event--revert [data-bonus-event=deactivate] {
    display: none
}

.actions__popup_reset_cancel,
.actions__popup_reset_confirm {
    position: relative;
    color: #fff;
    transition: .2s;
    border-radius: 4px;
    font-weight: 400;
    filter: brightness(1);
    will-change: background, filter;
    margin: 0;
    height: 48px;
    background: linear-gradient(180deg, #226dbf, #04407d);
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    display: inline-block;
    padding: 0;
    min-width: 176px;
    box-sizing: border-box;
    text-align: center
}

.actions__popup_reset_cancel span,
.actions__popup_reset_confirm span {
    height: 48px;
    color: #fff;
    font-weight: 400;
    line-height: 48px;
    font-size: 16px;
    pointer-events: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2)
}

.actions__popup_reset_cancel:hover,
.actions__popup_reset_confirm:hover {
    cursor: pointer;
    font-weight: 400;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .5);
    filter: brightness(1.1);
    text-decoration: none
}

.actions__popup_reset_cancel:active,
.actions__popup_reset_confirm:active {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
    font-weight: 400;
    filter: brightness(.9)
}

.actions__popup_reset_cancel {
    background: linear-gradient(180deg, #226dbf, #04407d)
}

.actions__popup_reset_confirm {
    background: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent) #d0021b
}

.prizes-ny {
    margin: -40px -20px -20px;
    background: #0d0b31
}

.prizes-ny__img {
    padding-top: 20px
}

.prizes-ny__img img {
    width: 980px;
    margin: 0 auto
}

.prizes-ny__text {
    width: 890px;
    margin: 0 auto;
    color: hsla(0, 0%, 100%, .8509803921568627);
    font-size: 16px;
    line-height: 20px
}

.prizes-ny__tournament {
    width: 890px;
    margin: 0 auto;
    padding: 40px 0;
    display: flex;
    justify-content: space-around;
    align-items: center
}

.prizes-ny__tournament_item {
    width: 168px;
    display: inline-block;
    overflow: hidden
}

.prizes-ny__tournament_item.active .prizes-ny__tournament_img:hover {
    background-position: 100% 0
}

.prizes-ny__tournament_item.active .prizes-ny__tournament_name {
    color: #fff
}

.prizes-ny__tournament_item.future .prizes-ny__tournament_img:hover {
    background-position: 100% 0
}

.prizes-ny__tournament_item.active .prizes-ny__tournament_date,
.prizes-ny__tournament_item.future .prizes-ny__tournament_date {
    color: #fff
}

.prizes-ny__tournament_item.past .prizes-ny__tournament_img:hover {
    background-position: 0 0
}

.prizes-ny__tournament_item.past {
    opacity: .7
}

.prizes-ny__tournament_img {
    width: 166px;
    position: relative;
    height: 168px;
    background-image: url(assets/CV/Web/img/brandings/prizes-ny/wreath-ny.png);
    background-position: 0 0;
    background-repeat: no-repeat
}

.prizes-ny__tournament_img img {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 110px;
    height: 110px;
    border-radius: 50%
}

.prizes-ny__tournament_name {
    color: #5a586d;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    height: 58px
}

.prizes-ny__tournament_name span {
    padding-top: 13px;
    display: inline-block
}

.prizes-ny__tournament_date {
    color: #5a586d;
    height: 45px;
    text-align: center
}

.prizes-ny__tournament_date span {
    padding-top: 13px;
    display: inline-block
}

.prizes-ny__tournament_status {
    text-align: center;
    color: #5a586d;
    font-weight: 600
}

.prizes-ny__tournament_item.active .prizes-ny__tournament_status {
    color: #1bc005
}

.prizes-ny__tournament_item.past .prizes-ny__tournament_status {
    color: #5a586d
}

.prizes-ny__tournament_button {
    padding: 0 5px
}

.prizes-ny__tournament_button .btn-md {
    height: 36px
}

.prizes-ny__tournament_button .btn-md span {
    font-size: 14px;
    line-height: 36px;
    height: 36px
}

.prizes-ny__tournament_item.future .prizes-ny__tournament_button .btn-disabled {
    box-shadow: inset 0 0 0 1px #5a586d;
    border-radius: 2px
}

.prizes-ny__tournament_item.future .prizes-ny__tournament_button .btn-disabled span {
    color: #5a586d
}

.prizes-ny__table {
    width: 890px;
    margin: 0 auto;
    padding-bottom: 20px
}

.prizes-ny__table_title {
    height: 90px;
    text-align: center
}

.prizes-ny__table_title span {
    display: inline-block;
    padding-top: 35px;
    color: #fff;
    font-size: 28px
}

.prizes-ny__table .tbl tbody,
.prizes-ny__table .tbl thead {
    position: relative;
    z-index: 2
}

.prizes-ny__table .tbl thead tr {
    background: none;
    border-top: 2px solid #3d4ffa;
    border-bottom: 2px solid #3d4ffa;
    text-align: left
}

.prizes-ny__table .tbl thead th:before,
.prizes-ny__table .tbl thead tr:before {
    content: none
}

.prizes-ny__table .tbl tbody th {
    text-align: left
}

.prizes-ny__table .tbl tbody tr {
    border-bottom: 2px solid #0f2c52
}

.prizes-ny__table .tbl tbody tr:last-child {
    border-bottom: 0
}

.prizes-ny__table .tbl tbody tr.current-user td:not(:first-child) span {
    color: #ffc000 !important
}

.prizes-ny__table .tbl th {
    color: #5a586d
}

.prizes-ny__table .tbl tr:first-child th:before {
    content: none
}

.prizes-ny__table .tbl tr:last-child {
    text-align: left;
    box-shadow: none
}

.prizes-ny__table .tbl tr:last-child th {
    text-align: left;
    font-size: 12px;
    background: none
}

.prizes-ny__results {
    text-align: left
}

.prizes-ny__results_place {
    width: 266px
}

th.prizes-ny__results_place {
    padding-left: 10px
}

.prizes-ny__results_participant {
    width: 310px
}

.prizes-ny__results_result {
    width: auto
}

.prizes-ny__results_result .title {
    padding-left: 5px
}

.result-new-year {
    position: relative;
    overflow: hidden
}

.result-new-year__content {
    padding: 0 0 20px;
    box-sizing: border-box;
    background: url(assets/CV/Web/img/sys/bg/wrapper-main-1.png) 50% 0 repeat;
    z-index: 4;
    margin-bottom: 7px
}

.result-new-year__title {
    text-align: center;
    font-size: 24px;
    font-weight: 900;
    color: #fff;
    padding-top: 20px;
    margin-top: 0
}

.result-new-year__title span {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #fff, #fff)
}

.result-new-year__description {
    text-align: center
}

.result-new-year__description img {
    width: 670px
}

.result-new-year__description-text {
    color: #c2c4cc;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    padding: 0
}

.result-new-year__button {
    width: 250px;
    margin: 0 auto
}

.result-new-year__condition {
    padding: 0 0 20px
}

.result-new-year__condition h1,
.result-new-year__condition h2,
.result-new-year__condition h3,
.result-new-year__condition h4,
.result-new-year__condition h5,
.result-new-year__condition h6 {
    font-size: 16px;
    color: #fff
}

.result-new-year__condition p {
    color: #c2c4cc;
    font-size: 14px;
    font-weight: 300
}

.result-new-year__condition ul {
    padding-left: 40px
}

.result-new-year__condition li {
    list-style: initial;
    color: #c2c4cc;
    font-size: 14px;
    font-weight: 300
}

.result-new-year__tbl tbody td {
    font-size: 15px;
    padding: 0 5px;
    height: 55px
}

.result-new-year__tbl tbody td:first-child {
    padding-left: 10px
}

.result-new-year__tbl tbody td:last-child {
    padding-right: 10px
}

.result-new-year__tbl td>a,
.result-new-year__tbl td>span,
.result-new-year__tbl th>a,
.result-new-year__tbl th>span {
    line-height: 16px;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    white-space: normal
}

.result-new-year__tbl td:first-child,
.result-new-year__tbl td:first-child>a,
.result-new-year__tbl td:first-child>span,
.result-new-year__tbl th:first-child,
.result-new-year__tbl th:first-child>a,
.result-new-year__tbl th:first-child>span {
    width: 45px
}

.result-new-year__tbl td:nth-child(2),
.result-new-year__tbl th:nth-child(2) {
    max-width: 145px
}

.result-new-year__tbl td:nth-child(2) .user-name,
.result-new-year__tbl th:nth-child(2) .user-name {
    position: relative;
    top: 2px;
    max-width: 98px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.result-new-year__tbl td:nth-child(3),
.result-new-year__tbl th:nth-child(3) {
    text-align: center
}

.result-new-year__tbl td:nth-child(4)>span,
.result-new-year__tbl th:nth-child(4)>span {
    max-width: 200px
}

.result-new-year__tbl td:nth-child(6) span,
.result-new-year__tbl th:nth-child(6) span {
    max-width: 130px
}

.result-new-year__tbl td>a,
.result-new-year__tbl th>a {
    text-decoration: none
}

.result-new-year__tbl td>a:hover,
.result-new-year__tbl th>a:hover {
    text-decoration: underline
}

.result-new-year__tbl .line {
    margin: 0 -10px
}

.result-new-year__tbl .game-icon {
    width: 60px;
    height: 36px;
    max-height: 36px;
    margin-top: 3px
}

.result-new-year__tbl .game-icon img {
    width: 100%;
    height: 100%;
    border-radius: 3px
}

.result-new-year-achievement td:nth-child(4)>a,
.result-new-year-achievement td:nth-child(4)>span,
.result-new-year-achievement th:nth-child(4)>a,
.result-new-year-achievement th:nth-child(4)>span {
    max-width: 85px
}

.result-new-year-achievement td:nth-child(4)>span,
.result-new-year-achievement th:nth-child(4)>span {
    overflow: visible
}

.result-new-year-achievement td:nth-child(5) span,
.result-new-year-achievement th:nth-child(5) span {
    max-width: none;
    white-space: nowrap
}

.result-new-year-achievement td:nth-child(6) span,
.result-new-year-achievement td:nth-child(7) span,
.result-new-year-achievement th:nth-child(6) span,
.result-new-year-achievement th:nth-child(7) span {
    max-width: 100px
}

.result-new-year-prize {
    padding: 0 0 20px
}

.result-new-year-prize td {
    text-align: center;
    font-size: 13px
}

.result-new-year-prize__prize {
    color: #ffc000;
    font-weight: 700
}

.rm-popup-remarketing {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000
}

.rm-popup-remarketing-transparent {
    background: rgba(0, 0, 0, .7);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1
}

.rm-popup-remarketing-content {
    background-position: 50% 0;
    background-repeat: no-repeat;
    position: relative;
    margin: 100px auto 0;
    overflow: hidden;
    z-index: 2
}

.rm-popup-remarketing-btn {
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
    position: relative
}

.rm-popup-remarketing-btn:active {
    top: 2px
}

.rm-popup-remarketing-close {
    position: absolute;
    display: block;
    cursor: pointer;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.rm-popup-remarketing--admiral .rm-popup-remarketing-content {
    width: 738px;
    height: 572px
}

.rm-popup-remarketing--admiral .rm-popup-remarketing-content-inner {
    padding-top: 455px
}

.rm-popup-remarketing--admiral.bonus-500 .rm-popup-remarketing-content {
    background-image: url(assets/CV/Web/img/remarketing/bg/Admiral500.png)
}

.rm-popup-remarketing--admiral.bonus-5000 .rm-popup-remarketing-content {
    background-image: url(assets/CV/Web/img/remarketing/bg/Admiral5000.png)
}

.rm-popup-remarketing--vulkan .rm-popup-remarketing-content {
    width: 950px;
    height: 618px
}

.rm-popup-remarketing--vulkan .rm-popup-remarketing-content-inner {
    padding-top: 473px
}

.rm-popup-remarketing--vulkan.bonus-500 .rm-popup-remarketing-content {
    background-image: url(assets/CV/Web/img/remarketing/bg/Vulk500.png)
}

.rm-popup-remarketing--vulkan.bonus-5000 .rm-popup-remarketing-content {
    background-image: url(assets/CV/Web/img/remarketing/bg/Vulk5000.png)
}

.rm-popup-remarketing--gmsd .rm-popup-remarketing-content {
    width: 815px;
    height: 621px
}

.rm-popup-remarketing--gmsd .rm-popup-remarketing-content-inner {
    padding-top: 498px
}

.rm-popup-remarketing--gmsd.bonus-500 .rm-popup-remarketing-content {
    background-image: url(assets/CV/Web/img/remarketing/bg/GMSD500.png)
}

.rm-popup-remarketing--gmsd.bonus-5000 .rm-popup-remarketing-content {
    background-image: url(assets/CV/Web/img/remarketing/bg/GMSD5000.png)
}

.rm-popup-remarketing--pharaon .rm-popup-remarketing-content {
    width: 645px;
    height: 642px
}

.rm-popup-remarketing--pharaon .rm-popup-remarketing-content-inner {
    padding-top: 466px
}

.rm-popup-remarketing--pharaon.bonus-500 .rm-popup-remarketing-content {
    background-image: url(assets/CV/Web/img/remarketing/bg/Phar500.png)
}

.rm-popup-remarketing--pharaon.bonus-5000 .rm-popup-remarketing-content {
    background-image: url(assets/CV/Web/img/remarketing/bg/Phar5000.png)
}

.rm-popup-remarketing--admiral .rm-popup-remarketing-btn {
    background-image: url(assets/CV/Web/img/remarketing/btns/remarketing-btns-admiral.png);
    width: 354px;
    height: 91px;
    margin-left: 140px
}

.rm-popup-remarketing--admiral .rm-popup-remarketing-btn.btn-get-bonus {
    background-position: 0 0
}

.rm-popup-remarketing--admiral .rm-popup-remarketing-btn.btn-get-bonus:hover {
    background-position: 0 -182px
}

.rm-popup-remarketing--admiral .rm-popup-remarketing-btn.btn-one-click {
    background-position: 0 -91px
}

.rm-popup-remarketing--admiral .rm-popup-remarketing-btn.btn-one-click:hover {
    background-position: 0 -273px
}

.rm-popup-remarketing--admiral .rm-popup-remarketing-close {
    background-image: url(assets/CV/Web/img/remarketing/btns/remarketing-close-admiral.png);
    height: 36px;
    width: 38px;
    top: 90px;
    right: 75px;
    opacity: 0
}

.rm-popup-remarketing--admiral .rm-popup-remarketing-close:hover {
    opacity: 1
}

.rm-popup-remarketing--vulkan .rm-popup-remarketing-btn {
    background-image: url(assets/CV/Web/img/remarketing/btns/remarketing-btns-cvo.png);
    width: 300px;
    height: 66px
}

.rm-popup-remarketing--vulkan .rm-popup-remarketing-btn.btn-get-bonus {
    background-position: 0 0
}

.rm-popup-remarketing--vulkan .rm-popup-remarketing-btn.btn-get-bonus:hover {
    background-position: 0 -132px
}

.rm-popup-remarketing--vulkan .rm-popup-remarketing-btn.btn-one-click {
    background-position: 0 -65px
}

.rm-popup-remarketing--vulkan .rm-popup-remarketing-btn.btn-one-click:hover {
    background-position: 0 -197px
}

.rm-popup-remarketing--vulkan .rm-popup-remarketing-close {
    background: transparent;
    width: 26px;
    height: 27px;
    top: 46px;
    right: 233px;
    opacity: 1;
    transition: opacity .3s ease
}

.rm-popup-remarketing--vulkan .rm-popup-remarketing-close:hover {
    opacity: 0
}

.rm-popup-remarketing--gmsd .rm-popup-remarketing-btn {
    background-image: url(assets/CV/Web/img/remarketing/btns/remarketing-btns-gmsd.png);
    width: 323px;
    height: 93px;
    margin-left: 231px
}

.rm-popup-remarketing--gmsd .rm-popup-remarketing-btn.btn-get-bonus {
    background-position: 0 0
}

.rm-popup-remarketing--gmsd .rm-popup-remarketing-btn.btn-get-bonus:hover {
    background-position: 0 -93px
}

.rm-popup-remarketing--gmsd .rm-popup-remarketing-btn.btn-one-click {
    background-position: 0 -186px
}

.rm-popup-remarketing--gmsd .rm-popup-remarketing-btn.btn-one-click:hover {
    background-position: 0 -279px
}

.rm-popup-remarketing--gmsd .rm-popup-remarketing-close {
    width: 40px;
    height: 40px;
    top: 102px;
    right: 85px;
    opacity: 0
}

.rm-popup-remarketing--pharaon .rm-popup-remarketing-btn {
    background-image: url(assets/CV/Web/img/remarketing/btns/remarketing-btns-pharaon.png);
    width: 367px;
    height: 88px
}

.rm-popup-remarketing--pharaon .rm-popup-remarketing-btn.btn-get-bonus {
    background-position: 0 0
}

.rm-popup-remarketing--pharaon .rm-popup-remarketing-btn.btn-get-bonus:hover {
    background-position: 0 -89px
}

.rm-popup-remarketing--pharaon .rm-popup-remarketing-btn.btn-one-click {
    background-position: 0 -176px
}

.rm-popup-remarketing--pharaon .rm-popup-remarketing-btn.btn-one-click:hover {
    background-position: 0 -263px
}

.rm-popup-remarketing--pharaon .rm-popup-remarketing-close {
    background-image: url(assets/CV/Web/img/remarketing/btns/remarketing-close-pharaon.png);
    width: 24px;
    height: 24px;
    right: 35px;
    top: 96px;
    opacity: 0;
    transition: opacity .3s ease
}

.rm-popup-remarketing--pharaon .rm-popup-remarketing-close:hover {
    opacity: 1
}

.rm-popup-remarketing-ab--admiral .rm-popup-remarketing-content {
    width: 738px;
    height: 572px
}

.rm-popup-remarketing-ab--admiral .rm-popup-remarketing-content-inner {
    padding-top: 455px
}

.rm-popup-remarketing-ab--admiral.bonus-200 .rm-popup-remarketing-content {
    background-image: url(assets/CV/Web/img/remarketing/bg/Admiral-ab200.png)
}

.rm-popup-remarketing-ab--admiral.bonus-500 .rm-popup-remarketing-content {
    background-image: url(assets/CV/Web/img/remarketing/bg/Admiral-ab500.png)
}

.rm-popup-remarketing-ab--admiral.bonus-1000 .rm-popup-remarketing-content {
    background-image: url(assets/CV/Web/img/remarketing/bg/Admiral-ab1000.png)
}

.rm-popup-remarketing-ab--admiral.bonus-5000 .rm-popup-remarketing-content {
    background-image: url(assets/CV/Web/img/remarketing/bg/Admiral-ab5000.png)
}

.rm-popup-remarketing-ab--admiral.bonus-one-click .rm-popup-remarketing-content {
    background-image: url(assets/CV/Web/img/remarketing/bg/remarketing_admiral-ab_click_reg.png)
}

@media screen and (max-width:768px) {
    .rm-popup-remarketing-ab--admiral.bonus-one-click .rm-popup-remarketing-content {
        background-image: url(assets/CV/Web/img/remarketing/bg/remarketing_admiral-ab_click_reg-center.png);
        background-position: 0 0;
        background-size: 100%
    }
    .rm-popup-remarketing-ab--admiral.bonus-200 .rm-popup-remarketing-content {
        background-image: url(assets/CV/Web/img/remarketing/bg/Admiral-ab200centered.png);
        background-position: 0 0;
        background-size: 100%
    }
    .rm-popup-remarketing-ab--admiral.bonus-500 .rm-popup-remarketing-content {
        background-image: url(assets/CV/Web/img/remarketing/bg/Admiral-ab500centered.png);
        background-position: 0 0;
        background-size: 100%
    }
    .rm-popup-remarketing-ab--admiral.bonus-1000 .rm-popup-remarketing-content {
        background-image: url(assets/CV/Web/img/remarketing/bg/Admiral-ab1000centered.png);
        background-position: 0 0;
        background-size: 100%
    }
    .rm-popup-remarketing-ab--admiral.bonus-5000 .rm-popup-remarketing-content {
        background-image: url(assets/CV/Web/img/remarketing/bg/Admiral-ab5000centered.png);
        background-position: 0 0;
        background-size: 100%
    }
}

@media screen and (max-width:768px) and (min-width:501px) {
    .rm-popup-remarketing-ab--admiral.bonus-one-click .rm-popup-remarketing-content {
        background-image: url(assets/CV/Web/img/remarketing/bg/remarketing_admiral-ab_click_reg-center.png)
    }
    .rm-popup-remarketing-ab--admiral .rm-popup-remarketing-content {
        width: 500px;
        background-position: 0 0;
        background-size: 100%
    }
    .rm-popup-remarketing-ab--admiral .rm-popup-remarketing-content-inner {
        padding-top: 320px
    }
}

@media screen and (max-width:500px) and (min-width:376px) {
    .rm-popup-remarketing-ab--admiral .rm-popup-remarketing-content {
        width: 410px
    }
    .rm-popup-remarketing-ab--admiral .rm-popup-remarketing-content-inner {
        padding-top: 245px
    }
}

@media screen and (max-width:375px) {
    .rm-popup-remarketing-ab--admiral .rm-popup-remarketing-content {
        width: 360px
    }
    .rm-popup-remarketing-ab--admiral .rm-popup-remarketing-content-inner {
        padding-top: 205px
    }
}

@media screen and (max-width:340px) {
    .rm-popup-remarketing-ab--admiral .rm-popup-remarketing-content {
        width: 320px
    }
    .rm-popup-remarketing-ab--admiral .rm-popup-remarketing-content-inner {
        padding-top: 205px
    }
}

@media screen and (max-height:414px) and (orientation:landscape) {
    .rm-popup-remarketing-ab--admiral .rm-popup-remarketing-content {
        width: 410px;
        margin-top: 10px
    }
    .rm-popup-remarketing-ab--admiral .rm-popup-remarketing-content-inner {
        padding-top: 250px
    }
}

@media screen and (max-height:340px) and (orientation:landscape) {
    .rm-popup-remarketing-ab--admiral .rm-popup-remarketing-content {
        width: 380px
    }
    .rm-popup-remarketing-ab--admiral .rm-popup-remarketing-content-inner {
        padding-top: 230px
    }
}

.rm-popup-remarketing-ab--vulkan .rm-popup-remarketing-content {
    width: 950px;
    height: 618px
}

.rm-popup-remarketing-ab--vulkan .rm-popup-remarketing-content-inner {
    padding-top: 510px
}

.rm-popup-remarketing-ab--vulkan.bonus-200 .rm-popup-remarketing-content {
    background-image: url(assets/CV/Web/img/remarketing/bg/Vulk-ab200.png)
}

.rm-popup-remarketing-ab--vulkan.bonus-500 .rm-popup-remarketing-content {
    background-image: url(assets/CV/Web/img/remarketing/bg/Vulk-ab500.png)
}

.rm-popup-remarketing-ab--vulkan.bonus-1000 .rm-popup-remarketing-content {
    background-image: url(assets/CV/Web/img/remarketing/bg/Vulk-ab1000.png)
}

.rm-popup-remarketing-ab--vulkan.bonus-5000 .rm-popup-remarketing-content {
    background-image: url(assets/CV/Web/img/remarketing/bg/Vulk-ab5000.png)
}

.rm-popup-remarketing-ab--vulkan.bonus-one-click .rm-popup-remarketing-content {
    background-image: url(assets/CV/Web/img/remarketing/bg/remarketing_vulkan-ab_click_reg.png)
}

@media screen and (max-width:768px) {
    .rm-popup-remarketing-ab--vulkan .rm-popup-remarketing-content {
        width: 500px;
        height: auto;
        background-size: 100%;
        background-position: 50%
    }
    .rm-popup-remarketing-ab--vulkan .rm-popup-remarketing-content-inner {
        padding-top: 365px
    }
}

@media screen and (max-width:500px) {
    .rm-popup-remarketing-ab--vulkan .rm-popup-remarketing-content {
        width: 390px;
        background-position: 0 0;
        background-size: 100%
    }
    .rm-popup-remarketing-ab--vulkan .rm-popup-remarketing-content-inner {
        padding-top: 285px
    }
}

@media screen and (max-width:375px) {
    .rm-popup-remarketing-ab--vulkan .rm-popup-remarketing-content {
        width: 365px;
        background-position: 0 0;
        background-size: 100%
    }
    .rm-popup-remarketing-ab--vulkan .rm-popup-remarketing-content-inner {
        padding-top: 265px
    }
}

@media screen and (max-width:340px) {
    .rm-popup-remarketing-ab--vulkan .rm-popup-remarketing-content {
        width: 310px;
        background-position: 0 0;
        background-size: 100%
    }
    .rm-popup-remarketing-ab--vulkan .rm-popup-remarketing-content-inner {
        padding-top: 225px
    }
}

@media screen and (max-height:414px) and (orientation:landscape) {
    .rm-popup-remarketing-ab--vulkan .rm-popup-remarketing-content {
        width: 410px;
        margin-top: 10px;
        background-position: 0 0;
        background-size: 100%
    }
    .rm-popup-remarketing-ab--vulkan .rm-popup-remarketing-content-inner {
        padding-top: 300px
    }
}

@media screen and (max-height:340px) and (orientation:landscape) {
    .rm-popup-remarketing-ab--vulkan .rm-popup-remarketing-content {
        width: 330px;
        background-size: 100%
    }
    .rm-popup-remarketing-ab--vulkan .rm-popup-remarketing-content-inner {
        padding-top: 240px
    }
}

.rm-popup-remarketing-ab--gmsd .rm-popup-remarketing-content {
    width: 815px;
    height: 621px
}

.rm-popup-remarketing-ab--gmsd .rm-popup-remarketing-content-inner {
    padding-top: 485px
}

.rm-popup-remarketing-ab--gmsd.bonus-200 .rm-popup-remarketing-content {
    background-image: url(assets/CV/Web/img/remarketing/bg/GMSD-ab200.png)
}

.rm-popup-remarketing-ab--gmsd.bonus-500 .rm-popup-remarketing-content {
    background-image: url(assets/CV/Web/img/remarketing/bg/GMSD-ab500.png)
}

.rm-popup-remarketing-ab--gmsd.bonus-1000 .rm-popup-remarketing-content {
    background-image: url(assets/CV/Web/img/remarketing/bg/GMSD-ab1000.png)
}

.rm-popup-remarketing-ab--gmsd.bonus-5000 .rm-popup-remarketing-content {
    background-image: url(assets/CV/Web/img/remarketing/bg/GMSD-ab5000.png)
}

.rm-popup-remarketing-ab--gmsd.bonus-one-click .rm-popup-remarketing-content {
    background-image: url(assets/CV/Web/img/remarketing/bg/remarketing_gmsd-ab_click_reg.png)
}

@media screen and (max-width:768px) {
    .rm-popup-remarketing-ab--gmsd .rm-popup-remarketing-content {
        width: 700px;
        background-size: 115% auto;
        background-position: 50% 0
    }
    .rm-popup-remarketing-ab--gmsd .rm-popup-remarketing-content-inner {
        padding-top: 435px
    }
}

@media screen and (max-width:500px) {
    .rm-popup-remarketing-ab--gmsd .rm-popup-remarketing-content {
        width: 415px;
        background-size: 115% auto;
        background-position: 50% 0
    }
    .rm-popup-remarketing-ab--gmsd .rm-popup-remarketing-content-inner {
        padding-top: 250px
    }
}

@media screen and (max-width:375px) {
    .rm-popup-remarketing-ab--gmsd .rm-popup-remarketing-content {
        width: 375px
    }
    .rm-popup-remarketing-ab--gmsd .rm-popup-remarketing-content-inner {
        padding-top: 222px
    }
}

@media screen and (max-width:320px) {
    .rm-popup-remarketing-ab--gmsd .rm-popup-remarketing-content {
        width: 320px
    }
    .rm-popup-remarketing-ab--gmsd .rm-popup-remarketing-content-inner {
        padding-top: 180px
    }
}

@media screen and (max-height:414px) and (orientation:landscape) {
    .rm-popup-remarketing-ab--gmsd .rm-popup-remarketing-content {
        width: 510px;
        margin-top: 10px
    }
    .rm-popup-remarketing-ab--gmsd .rm-popup-remarketing-content-inner {
        padding-top: 275px
    }
}

@media screen and (max-height:340px) and (orientation:landscape) {
    .rm-popup-remarketing-ab--gmsd .rm-popup-remarketing-content {
        width: 380px
    }
    .rm-popup-remarketing-ab--gmsd .rm-popup-remarketing-content-inner {
        padding-top: 225px
    }
}

.rm-popup-remarketing-ab--pharaon .rm-popup-remarketing-content {
    width: 645px;
    height: 642px
}

.rm-popup-remarketing-ab--pharaon .rm-popup-remarketing-content-inner {
    padding-top: 466px
}

.rm-popup-remarketing-ab--pharaon.bonus-200 .rm-popup-remarketing-content {
    background-image: url(assets/CV/Web/img/remarketing/bg/Phar-ab200.png)
}

.rm-popup-remarketing-ab--pharaon.bonus-500 .rm-popup-remarketing-content {
    background-image: url(assets/CV/Web/img/remarketing/bg/Phar-ab500.png)
}

.rm-popup-remarketing-ab--pharaon.bonus-1000 .rm-popup-remarketing-content {
    background-image: url(assets/CV/Web/img/remarketing/bg/Phar-ab1000.png)
}

.rm-popup-remarketing-ab--pharaon.bonus-5000 .rm-popup-remarketing-content {
    background-image: url(assets/CV/Web/img/remarketing/bg/Phar-ab5000.png)
}

.rm-popup-remarketing-ab--pharaon.bonus-one-click .rm-popup-remarketing-content {
    background-image: url(assets/CV/Web/img/remarketing/bg/remarketing_pharaon-ab_click_reg.png)
}

@media screen and (max-width:768px) {
    .rm-popup-remarketing-ab--pharaon .rm-popup-remarketing-content {
        width: 700px;
        background-size: 100% auto;
        background-position: 0 0
    }
    .rm-popup-remarketing-ab--pharaon .rm-popup-remarketing-content-inner {
        padding-top: 513px
    }
}

@media screen and (max-width:500px) {
    .rm-popup-remarketing-ab--pharaon .rm-popup-remarketing-content {
        width: 415px;
        background-size: 100% auto;
        background-position: 0 0
    }
    .rm-popup-remarketing-ab--pharaon .rm-popup-remarketing-content-inner {
        padding-top: 300px
    }
}

@media screen and (max-width:375px) {
    .rm-popup-remarketing-ab--pharaon .rm-popup-remarketing-content {
        width: 360px;
        background-size: 100%
    }
    .rm-popup-remarketing-ab--pharaon .rm-popup-remarketing-content-inner {
        padding-top: 265px
    }
}

@media screen and (max-width:320px) {
    .rm-popup-remarketing-ab--pharaon .rm-popup-remarketing-content {
        width: 320px;
        background-size: 100%
    }
    .rm-popup-remarketing-ab--pharaon .rm-popup-remarketing-content-inner {
        padding-top: 222px
    }
}

@media screen and (max-height:414px) and (orientation:landscape) {
    .rm-popup-remarketing-ab--pharaon .rm-popup-remarketing-content {
        width: 380px;
        margin-top: 10px;
        background-size: 100% auto;
        background-position: 0 0
    }
    .rm-popup-remarketing-ab--pharaon .rm-popup-remarketing-content-inner {
        padding-top: 275px
    }
}

@media screen and (max-height:340px) and (orientation:landscape) {
    .rm-popup-remarketing-ab--pharaon .rm-popup-remarketing-content {
        width: 330px;
        background-size: 100%
    }
    .rm-popup-remarketing-ab--pharaon .rm-popup-remarketing-content-inner {
        padding-top: 235px
    }
}

.rm-popup-remarketing-ab--admiral .rm-popup-remarketing-btn {
    background-image: url(assets/CV/Web/img/remarketing/btns/remarketing-btns-admiral-ab.png);
    width: 354px;
    height: 85px;
    margin-left: 140px
}

.rm-popup-remarketing-ab--admiral .rm-popup-remarketing-btn.btn-get-bonus {
    background-position: 0 -90px
}

.rm-popup-remarketing-ab--admiral .rm-popup-remarketing-btn.btn-get-bonus:hover {
    background-position: 1px -263px
}

.rm-popup-remarketing-ab--admiral .rm-popup-remarketing-btn.btn-one-click {
    background-position: 0 -6px
}

.rm-popup-remarketing-ab--admiral .rm-popup-remarketing-btn.btn-one-click:hover {
    background-position: 0 -177px
}

.rm-popup-remarketing-ab--admiral .rm-popup-remarketing-close {
    background-image: url(assets/CV/Web/img/remarketing/btns/remarketing-close-admiral-ab.png);
    height: 36px;
    width: 38px;
    top: 90px;
    right: 78px;
    opacity: 0
}

.rm-popup-remarketing-ab--admiral .rm-popup-remarketing-close:hover {
    opacity: 1
}

@media screen and (max-width:768px) {
    .rm-popup-remarketing-ab--admiral .rm-popup-remarketing-btn {
        margin: auto
    }
}

@media screen and (max-width:500px) {
    .rm-popup-remarketing-ab--admiral .rm-popup-remarketing-btn.btn-get-bonus {
        background-position: 0 -60px
    }
    .rm-popup-remarketing-ab--admiral .rm-popup-remarketing-btn.btn-get-bonus:hover {
        background-position: 1px -175px
    }
    .rm-popup-remarketing-ab--admiral .rm-popup-remarketing-btn.btn-one-click {
        background-position: 0 -6px
    }
    .rm-popup-remarketing-ab--admiral .rm-popup-remarketing-btn.btn-one-click:hover {
        background-position: 0 -120px
    }
    .rm-popup-remarketing-ab--admiral .rm-popup-remarketing-btn {
        width: 237px;
        height: 52px;
        background-size: 100% auto;
        margin: 0 auto
    }
    .rm-popup-remarketing-ab--admiral .rm-popup-remarketing-close {
        top: 42px;
        right: 11px
    }
    .rm-popup-remarketing-ab--admiral .rm-popup-remarketing-close:hover {
        opacity: 0
    }
}

@media screen and (max-width:375px) {
    .rm-popup-remarketing-ab--admiral .rm-popup-remarketing-close {
        top: 35px;
        right: 5px;
        height: 30px;
        width: 30px
    }
    .rm-popup-remarketing-ab--admiral .rm-popup-remarketing-btn.btn-get-bonus {
        background-position: 0 -60px
    }
    .rm-popup-remarketing-ab--admiral .rm-popup-remarketing-btn.btn-get-bonus:hover {
        background-position: 1px -175px
    }
}

@media screen and (max-height:414px) and (orientation:landscape) {
    .rm-popup-remarketing-ab--admiral .rm-popup-remarketing-btn.btn-get-bonus {
        background-position: 0 -60px
    }
    .rm-popup-remarketing-ab--admiral .rm-popup-remarketing-btn.btn-get-bonus:hover {
        background-position: 1px -175px
    }
    .rm-popup-remarketing-ab--admiral .rm-popup-remarketing-btn.btn-one-click {
        background-position: 0 -6px
    }
    .rm-popup-remarketing-ab--admiral .rm-popup-remarketing-btn.btn-one-click:hover {
        background-position: 0 -120px
    }
    .rm-popup-remarketing-ab--admiral .rm-popup-remarketing-btn {
        width: 237px;
        height: 52px;
        background-size: 100% auto;
        margin: 0 auto
    }
    .rm-popup-remarketing-ab--admiral .rm-popup-remarketing-close {
        top: 42px;
        right: -1px
    }
    .rm-popup-remarketing-ab--admiral .rm-popup-remarketing-close:hover {
        opacity: 0
    }
}

.rm-popup-remarketing-ab--vulkan .rm-popup-remarketing-btn {
    background-image: url(assets/CV/Web/img/remarketing/btns/remarketing-btns-cvo-ab.png);
    width: 350px;
    height: 84px
}

.rm-popup-remarketing-ab--vulkan .rm-popup-remarketing-btn.btn-get-bonus {
    background-position: 0 -94px
}

.rm-popup-remarketing-ab--vulkan .rm-popup-remarketing-btn.btn-get-bonus:hover {
    background-position: 0 -10px
}

.rm-popup-remarketing-ab--vulkan .rm-popup-remarketing-btn.btn-one-click {
    background-position: 0 -263px
}

.rm-popup-remarketing-ab--vulkan .rm-popup-remarketing-btn.btn-one-click:hover {
    background-position: 0 -179px
}

.rm-popup-remarketing-ab--vulkan .rm-popup-remarketing-close {
    background-image: url(assets/CV/Web/img/remarketing/btns/remarketing-close-vulkan-ab.png);
    background-repeat: no-repeat;
    background-position: 50%;
    width: 50px;
    height: 50px;
    top: 90px;
    right: 131px;
    opacity: 0;
    transition: opacity .3s ease
}

.rm-popup-remarketing-ab--vulkan .rm-popup-remarketing-close:hover {
    opacity: 1
}

@media screen and (max-width:768px) {
    .rm-popup-remarketing-ab--vulkan .rm-popup-remarketing-btn {
        margin: auto
    }
    .rm-popup-remarketing-ab--vulkan .rm-popup-remarketing-close {
        top: 78px;
        right: 0
    }
    -popup-remarketing-ab--vulkan .rm-popup-remarketing-close:hover {
        opacity: 0
    }
}

@media screen and (max-width:500px) {
    .rm-popup-remarketing-ab--vulkan .rm-popup-remarketing-btn.btn-get-bonus {
        background-position: 0 -65px
    }
    .rm-popup-remarketing-ab--vulkan .rm-popup-remarketing-btn.btn-get-bonus:hover {
        background-position: 0 -7px
    }
    .rm-popup-remarketing-ab--vulkan .rm-popup-remarketing-btn.btn-one-click {
        background-position: 0 -180px
    }
    .rm-popup-remarketing-ab--vulkan .rm-popup-remarketing-btn.btn-one-click:hover {
        background-position: 0 -122px
    }
    .rm-popup-remarketing-ab--vulkan .rm-popup-remarketing-btn {
        width: 237px;
        height: 52px;
        background-size: 100% auto;
        margin: 0 auto
    }
    .rm-popup-remarketing-ab--vulkan .rm-popup-remarketing-close {
        top: 52px;
        right: 0;
        width: 25px;
        height: 25px
    }
    .rm-popup-remarketing-ab--vulkan .rm-popup-remarketing-close:hover {
        opacity: 0
    }
}

@media screen and (max-width:375px) {
    .rm-popup-remarketing-ab--vulkan .rm-popup-remarketing-close {
        top: 35px;
        right: -5px;
        height: 30px;
        width: 30px
    }
}

@media screen and (max-height:414px) and (orientation:landscape) {
    .rm-popup-remarketing-ab--vulkan .rm-popup-remarketing-btn.btn-get-bonus {
        background-position: 0 -65px
    }
    .rm-popup-remarketing-ab--vulkan .rm-popup-remarketing-btn.btn-get-bonus:hover {
        background-position: 0 -7px
    }
    .rm-popup-remarketing-ab--vulkan .rm-popup-remarketing-btn.btn-one-click {
        background-position: 0 -180px
    }
    .rm-popup-remarketing-ab--vulkan .rm-popup-remarketing-btn.btn-one-click:hover {
        background-position: 0 -122px
    }
    .rm-popup-remarketing-ab--vulkan .rm-popup-remarketing-btn {
        width: 237px;
        height: 52px;
        background-size: 100% auto;
        margin: 0 auto
    }
    .rm-popup-remarketing-ab--vulkan .rm-popup-remarketing-close {
        top: 55px;
        right: 0;
        height: 25px;
        width: 25px
    }
    .rm-popup-remarketing-ab--vulkan .rm-popup-remarketing-close:hover {
        opacity: 0
    }
}

@media screen and (max-height:340px) and (orientation:landscape) {
    .rm-popup-remarketing-ab--vulkan .rm-popup-remarketing-close {
        top: 41px;
        right: -3px;
        height: 25px;
        width: 25px
    }
}

.rm-popup-remarketing-ab--gmsd .rm-popup-remarketing-btn {
    background-image: url(assets/CV/Web/img/remarketing/btns/remarketing-btns-gmsd-ab.png);
    width: 344px;
    height: 76px;
    margin-left: 231px
}

.rm-popup-remarketing-ab--gmsd .rm-popup-remarketing-btn.btn-get-bonus {
    background-position: 0 0
}

.rm-popup-remarketing-ab--gmsd .rm-popup-remarketing-btn.btn-get-bonus:hover {
    background-position: 0 -97px
}

.rm-popup-remarketing-ab--gmsd .rm-popup-remarketing-btn.btn-one-click {
    background-position: 0 -203px
}

.rm-popup-remarketing-ab--gmsd .rm-popup-remarketing-btn.btn-one-click:hover {
    background-position: 0 -292px
}

.rm-popup-remarketing-ab--gmsd .rm-popup-remarketing-close {
    background-image: url(assets/CV/Web/img/remarketing/btns/remarketing-close-gmsd-ab.png);
    width: 38px;
    height: 40px;
    top: 70px;
    right: 42px;
    opacity: 0
}

.rm-popup-remarketing-ab--gmsd .rm-popup-remarketing-close:hover {
    opacity: 1
}

@media screen and (max-width:768px) {
    .rm-popup-remarketing-ab--gmsd .rm-popup-remarketing-btn {
        margin: auto
    }
    .rm-popup-remarketing-ab--gmsd .rm-popup-remarketing-close {
        top: 60px;
        right: 13px;
        opacity: 0
    }
}

@media screen and (max-width:500px) {
    .rm-popup-remarketing-ab--gmsd .rm-popup-remarketing-btn.btn-get-bonus {
        background-position: 0 0
    }
    .rm-popup-remarketing-ab--gmsd .rm-popup-remarketing-btn.btn-get-bonus:hover {
        background-position: 1px -66px
    }
    .rm-popup-remarketing-ab--gmsd .rm-popup-remarketing-btn.btn-one-click {
        background-position: 0 -139px
    }
    .rm-popup-remarketing-ab--gmsd .rm-popup-remarketing-btn.btn-one-click:hover {
        background-position: 0 -200px
    }
    .rm-popup-remarketing-ab--gmsd .rm-popup-remarketing-btn {
        width: 237px;
        height: 52px;
        background-size: 100% auto;
        margin: 0 auto
    }
    .rm-popup-remarketing-ab--gmsd .rm-popup-remarketing-close {
        top: 29px;
        right: 28px;
        width: 25px;
        height: 25px
    }
    .rm-popup-remarketing-ab--gmsd .rm-popup-remarketing-close:hover {
        opacity: 0
    }
}

@media screen and (max-width:375px) {
    .rm-popup-remarketing-ab--gmsd .rm-popup-remarketing-close {
        top: 24px;
        right: 20px;
        height: 30px;
        width: 30px
    }
}

@media screen and (max-height:414px) and (orientation:landscape) {
    .rm-popup-remarketing-ab--gmsd .rm-popup-remarketing-btn.btn-get-bonus {
        background-position: 0 0
    }
    .rm-popup-remarketing-ab--gmsd .rm-popup-remarketing-btn.btn-get-bonus:hover {
        background-position: 0 -67px
    }
    .rm-popup-remarketing-ab--gmsd .rm-popup-remarketing-btn.btn-one-click {
        background-position: 0 -138px
    }
    .rm-popup-remarketing-ab--gmsd .rm-popup-remarketing-btn.btn-one-click:hover {
        background-position: 0 -200px
    }
    .rm-popup-remarketing-ab--gmsd .rm-popup-remarketing-btn {
        width: 237px;
        height: 52px;
        background-size: 100% auto;
        margin: 0 auto
    }
    .rm-popup-remarketing-ab--gmsd .rm-popup-remarketing-close {
        top: 39px;
        right: 38px;
        height: 25px;
        width: 25px
    }
    .rm-popup-remarketing-ab--gmsd .rm-popup-remarketing-close:hover {
        opacity: 0
    }
}

@media screen and (max-height:340px) and (orientation:landscape) {
    .rm-popup-remarketing-ab--gmsd .rm-popup-remarketing-close {
        top: 27px;
        right: 25px;
        height: 25px;
        width: 25px
    }
}

.rm-popup-remarketing-ab--pharaon .rm-popup-remarketing-btn {
    background-image: url(assets/CV/Web/img/remarketing/btns/remarketing-btns-pharaon-ab.png);
    width: 367px;
    height: 88px
}

.rm-popup-remarketing-ab--pharaon .rm-popup-remarketing-btn.btn-get-bonus {
    background-position: 0 0
}

.rm-popup-remarketing-ab--pharaon .rm-popup-remarketing-btn.btn-get-bonus:hover {
    background-position: 0 -89px
}

.rm-popup-remarketing-ab--pharaon .rm-popup-remarketing-btn.btn-one-click {
    background-position: 0 -176px
}

.rm-popup-remarketing-ab--pharaon .rm-popup-remarketing-btn.btn-one-click:hover {
    background-position: 0 -264px
}

.rm-popup-remarketing-ab--pharaon .rm-popup-remarketing-close {
    background-image: url(assets/CV/Web/img/remarketing/btns/remarketing-close-pharaon-ab.png);
    width: 24px;
    height: 24px;
    right: 45px;
    top: 94px;
    opacity: 0;
    transition: opacity .3s ease
}

.rm-popup-remarketing-ab--pharaon .rm-popup-remarketing-close:hover {
    opacity: 1
}

.change-popup {
    background-color: #000;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding: 15px 10px
}

.change-popup div {
    padding: 15px 0
}

.change-popup span {
    display: inline-block;
    padding: 2px 5px;
    margin: 0 5px;
    cursor: pointer
}

.change-popup span:hover {
    text-decoration: underline
}

@media screen and (max-width:768px) {
    .rm-popup-remarketing-ab--pharaon .rm-popup-remarketing-btn {
        margin: auto
    }
    .rm-popup-remarketing-ab--pharaon .rm-popup-remarketing-close {
        top: 102px;
        right: 47px
    }
}

@media screen and (max-width:500px) {
    .rm-popup-remarketing-ab--pharaon .rm-popup-remarketing-btn.btn-get-bonus {
        background-position: 0 0
    }
    .rm-popup-remarketing-ab--pharaon .rm-popup-remarketing-btn.btn-get-bonus:hover {
        background-position: 0 -57px
    }
    .rm-popup-remarketing-ab--pharaon .rm-popup-remarketing-btn.btn-one-click {
        background-position: 0 -120px
    }
    .rm-popup-remarketing-ab--pharaon .rm-popup-remarketing-btn.btn-one-click:hover {
        background-position: 0 -176px
    }
    .rm-popup-remarketing-ab--pharaon .rm-popup-remarketing-btn {
        width: 237px;
        height: 52px;
        background-size: 100% auto;
        margin: 0 auto
    }
    .rm-popup-remarketing-ab--pharaon .rm-popup-remarketing-close {
        top: 55px;
        right: 22px;
        width: 25px;
        height: 25px
    }
    .rm-popup-remarketing-ab--pharaon .rm-popup-remarketing-close:hover {
        opacity: 0
    }
}

@media screen and (max-width:375px) {
    .rm-popup-remarketing-ab--pharaon .rm-popup-remarketing-close {
        top: 39px;
        right: 16px;
        height: 30px;
        width: 30px
    }
}

@media screen and (max-height:414px) and (orientation:landscape) {
    .rm-popup-remarketing-ab--pharaon .rm-popup-remarketing-btn.btn-get-bonus {
        background-position: 0 0
    }
    .rm-popup-remarketing-ab--pharaon .rm-popup-remarketing-btn.btn-get-bonus:hover {
        background-position: 0 -57px
    }
    .rm-popup-remarketing-ab--pharaon .rm-popup-remarketing-btn.btn-one-click {
        background-position: 0 -120px
    }
    .rm-popup-remarketing-ab--pharaon .rm-popup-remarketing-btn.btn-one-click:hover {
        background-position: 0 -176px
    }
    .rm-popup-remarketing-ab--pharaon .rm-popup-remarketing-btn {
        width: 237px;
        height: 52px;
        background-size: 100% auto;
        margin: 0 auto
    }
    .rm-popup-remarketing-ab--pharaon .rm-popup-remarketing-close {
        top: 50px;
        right: 21px;
        height: 25px;
        width: 25px
    }
    .rm-popup-remarketing-ab--pharaon .rm-popup-remarketing-close:hover {
        opacity: 0
    }
}

@media screen and (max-height:340px) and (orientation:landscape) {
    .rm-popup-remarketing-ab--pharaon .rm-popup-remarketing-close {
        top: 40px;
        right: 16px;
        height: 25px;
        width: 25px
    }
}

.rm-popup-remarketing--vegas .rm-popup-remarketing-content {
    width: 911px;
    height: 644px
}

.rm-popup-remarketing--vegas .rm-popup-remarketing-content-inner {
    padding-top: 455px
}

.rm-popup-remarketing--vegas .rm-popup-remarketing-content {
    background-image: url(assets/CV/Web/img/remarketing/bg/vegas.png)
}

.rm-popup-remarketing--cvo24 .rm-popup-remarketing-content {
    width: 693px;
    height: 592px
}

.rm-popup-remarketing--cvo24 .rm-popup-remarketing-content-inner {
    padding-top: 465px
}

.rm-popup-remarketing--cvo24.bonus-200 .rm-popup-remarketing-content {
    background-image: url(assets/CV/Web/img/remarketing/bg/cvo24-200.png)
}

.rm-popup-remarketing--cvo24.bonus-500 .rm-popup-remarketing-content {
    background-image: url(assets/CV/Web/img/remarketing/bg/cvo24-500.png)
}

.rm-popup-remarketing--cvo24.bonus-1000 .rm-popup-remarketing-content {
    background-image: url(assets/CV/Web/img/remarketing/bg/cvo24-1000.png)
}

.rm-popup-remarketing--cvo24.bonus-5000 .rm-popup-remarketing-content {
    background-image: url(assets/CV/Web/img/remarketing/bg/cvo24-5000.png)
}

.rm-popup-remarketing--cvo24.bonus-play .rm-popup-remarketing-content {
    background-image: url(assets/CV/Web/img/remarketing/bg/cvo24-play.png)
}

.rm-popup-remarketing--vegas .rm-popup-remarketing-btn {
    background-image: url(assets/CV/Web/img/remarketing/btns/remarketing-btns-vegas.png);
    width: 326px;
    height: 68px
}

.rm-popup-remarketing--vegas .rm-popup-remarketing-btn.btn-get-bonus {
    background-position: 0 0
}

.rm-popup-remarketing--vegas .rm-popup-remarketing-btn.btn-get-bonus:hover {
    background-position: 0 -68px
}

.rm-popup-remarketing--vegas .rm-popup-remarketing-close {
    background-image: url(assets/CV/Web/img/remarketing/btns/remarketing-close-vegas.png);
    height: 19px;
    width: 19px;
    top: 90px;
    right: 135px;
    background-position: 0 0
}

.rm-popup-remarketing--vegas .rm-popup-remarketing-close:hover {
    background-position: 0 -19px
}

.rm-popup-remarketing--cvo24 .rm-popup-remarketing-btn {
    background-image: url(assets/CV/Web/img/remarketing/btns/remarketing-btns-cvo24.png);
    width: 276px;
    height: 63px
}

.rm-popup-remarketing--cvo24 .rm-popup-remarketing-btn.btn-get-bonus {
    background-position: 0 0
}

.rm-popup-remarketing--cvo24 .rm-popup-remarketing-btn.btn-get-bonus:hover {
    background-position: 0 -63px
}

.rm-popup-remarketing--cvo24 .rm-popup-remarketing-btn.btn-one-click {
    background-position: 0 -126px
}

.rm-popup-remarketing--cvo24 .rm-popup-remarketing-btn.btn-one-click:hover {
    background-position: 0 -189px
}

.rm-popup-remarketing--cvo24 .rm-popup-remarketing-close {
    background-image: url(assets/CV/Web/img/remarketing/btns/remarketing-close-cvo24.png);
    width: 25px;
    height: 24px;
    top: 85px;
    right: 15px;
    transition: opacity .3s ease;
    background-position: 0 0
}

.rm-popup-remarketing--cvo24 .rm-popup-remarketing-close:hover {
    background-position: 0 -24px
}

.rm-popup-remarketing-vd--admiral .rm-popup-remarketing-content {
    width: 738px;
    height: 572px
}

.rm-popup-remarketing-vd--admiral .rm-popup-remarketing-content-inner {
    padding-top: 455px
}

.rm-popup-remarketing-vd--admiral.bonus-200 .rm-popup-remarketing-content {
    background-image: url(assets/CV/Web/img/remarketing/bg/RemarketingADM-VD200.png)
}

.rm-popup-remarketing-vd--admiral.bonus-500 .rm-popup-remarketing-content {
    background-image: url(assets/CV/Web/img/remarketing/bg/RemarketingADM-VD500.png)
}

.rm-popup-remarketing-vd--admiral.bonus-1000 .rm-popup-remarketing-content {
    background-image: url(assets/CV/Web/img/remarketing/bg/RemarketingADM-VD1000.png)
}

.rm-popup-remarketing-vd--admiral.bonus-5000 .rm-popup-remarketing-content {
    background-image: url(assets/CV/Web/img/remarketing/bg/RemarketingADM-VD5000.png)
}

.rm-popup-remarketing-vd--admiral.bonus-one-click .rm-popup-remarketing-content {
    background-image: url(assets/CV/Web/img/remarketing/bg/RemarketingADM-VDText.png)
}

.rm-popup-remarketing-vd--admiral .rm-popup-remarketing-btn.btn-get-bonus {
    background-image: url(assets/CV/Web/img/remarketing/btns/remarketing-btns-admiral-vd.png);
    background-position: center -24px;
    width: 380px;
    height: 90px;
    margin: -47px auto
}

.rm-popup-remarketing-vd--admiral .rm-popup-remarketing-btn.btn-get-bonus:hover {
    background-position: center -131px
}

.rm-popup-remarketing-vd--admiral .rm-popup-remarketing-btn {
    background-image: url(assets/CV/Web/img/remarketing/btns/remarketing-btns-admiral-vd.png);
    background-position: center -222px;
    width: 380px;
    height: 90px;
    margin: -47px auto
}

.rm-popup-remarketing-vd--admiral .rm-popup-remarketing-btn:hover {
    background-position: center -316px
}

.rm-popup-remarketing-vd--admiral .rm-popup-remarketing-close {
    background-image: url(assets/CV/Web/img/remarketing/btns/remarketing-close-admiral-vd.png);
    background-position: 50%;
    height: 36px;
    width: 38px;
    top: 87px;
    right: 91px;
    opacity: 0
}

.rm-popup-remarketing-vd--admiral .rm-popup-remarketing-close:hover {
    opacity: 1
}

.rm-popup-remarketing-vd--vulkan .rm-popup-remarketing-content {
    width: 742px;
    height: 492px
}

.rm-popup-remarketing-vd--vulkan .rm-popup-remarketing-content-inner {
    padding-top: 444px
}

.rm-popup-remarketing-vd--vulkan.bonus-200 .rm-popup-remarketing-content {
    background-image: url(assets/CV/Web/img/remarketing/bg/RemarketingCV-VD200.png)
}

.rm-popup-remarketing-vd--vulkan.bonus-500 .rm-popup-remarketing-content {
    background-image: url(assets/CV/Web/img/remarketing/bg/RemarketingCV-VD500.png)
}

.rm-popup-remarketing-vd--vulkan.bonus-1000 .rm-popup-remarketing-content {
    background-image: url(assets/CV/Web/img/remarketing/bg/RemarketingCV-VD1000.png)
}

.rm-popup-remarketing-vd--vulkan.bonus-5000 .rm-popup-remarketing-content {
    background-image: url(assets/CV/Web/img/remarketing/bg/RemarketingCV-VD5000.png)
}

.rm-popup-remarketing-vd--vulkan.bonus-one-click .rm-popup-remarketing-content {
    background-image: url(assets/CV/Web/img/remarketing/bg/RemarketingCV-VDText.png)
}

.rm-popup-remarketing-vd--vulkan .rm-popup-remarketing-btn {
    background-image: url(assets/CV/Web/img/remarketing/btns/remarketing-btns-vulkan-vd.png);
    margin: -100px 62%;
    width: 190px;
    background-size: 100%;
    height: 44px;
    background-position: 0 0
}

.rm-popup-remarketing-vd--vulkan .rm-popup-remarketing-btn:hover {
    background-position: 0 -45px
}

.rm-popup-remarketing-vd--vulkan .rm-popup-remarketing-btn.btn-get-bonus {
    background-position: 0 -95px;
    height: 45px
}

.rm-popup-remarketing-vd--vulkan .rm-popup-remarketing-btn.btn-get-bonus:hover {
    background-position: 0 -145px
}

.rm-popup-remarketing-vd--vulkan .rm-popup-remarketing-close {
    background-image: url(assets/CV/Web/img/remarketing/btns/remarketing-close-vulkan-vd.png);
    background-position: 50%;
    width: 22px;
    background-repeat: no-repeat;
    height: 22px;
    opacity: .5;
    top: 65px;
    right: 32px;
    transition: opacity .3s ease
}

.rm-popup-remarketing-vd--vulkan .rm-popup-remarketing-close:hover {
    opacity: 1
}

.rm-popup-remarketing-vd--v24 .rm-popup-remarketing-content {
    width: 620px;
    height: 560px
}

.rm-popup-remarketing-vd--v24 .rm-popup-remarketing-content-inner {
    padding-top: 444px
}

.rm-popup-remarketing-vd--v24.bonus-200 .rm-popup-remarketing-content {
    background-image: url(assets/CV/Web/img/remarketing/bg/RemarketingV24-VD200.png)
}

.rm-popup-remarketing-vd--v24.bonus-500 .rm-popup-remarketing-content {
    background-image: url(assets/CV/Web/img/remarketing/bg/RemarketingV24-VD500.png)
}

.rm-popup-remarketing-vd--v24.bonus-1000 .rm-popup-remarketing-content {
    background-image: url(assets/CV/Web/img/remarketing/bg/RemarketingV24-VD1000.png)
}

.rm-popup-remarketing-vd--v24.bonus-5000 .rm-popup-remarketing-content {
    background-image: url(assets/CV/Web/img/remarketing/bg/RemarketingV24-VD5000.png)
}

.rm-popup-remarketing-vd--v24.bonus-one-click .rm-popup-remarketing-content {
    background-image: url(assets/CV/Web/img/remarketing/bg/RemarketingV24-VDText.png)
}

.rm-popup-remarketing-vd--v24 .rm-popup-remarketing-btn {
    background-image: url(assets/CV/Web/img/remarketing/btns/remarketing-btns-v24-vd.png);
    margin: -34px auto;
    width: 295px;
    height: 75px;
    background-position: -7px 2px;
    height: 68px
}

.rm-popup-remarketing-vd--v24 .rm-popup-remarketing-btn:hover {
    background-position: -8px -67px
}

.rm-popup-remarketing-vd--v24 .rm-popup-remarketing-btn.btn-get-bonus {
    background-position: -12px -146px;
    height: 68px
}

.rm-popup-remarketing-vd--v24 .rm-popup-remarketing-btn.btn-get-bonus:hover {
    background-position: -8px -223px
}

.rm-popup-remarketing-vd--v24 .rm-popup-remarketing-close {
    background-image: url(assets/CV/Web/img/remarketing/btns/remarketing-close-v24-vd.png);
    background-position: 50%;
    width: 36px;
    height: 37px;
    top: 92px;
    right: 39px;
    opacity: 0;
    transition: opacity .3s ease
}

.rm-popup-remarketing-vd--v24 .rm-popup-remarketing-close:hover {
    opacity: 1
}

.rm-popup-remarketing-vd--gmsd .rm-popup-remarketing-content {
    width: 815px;
    height: 621px
}

.rm-popup-remarketing-vd--gmsd .rm-popup-remarketing-content-inner {
    padding-top: 485px
}

.rm-popup-remarketing-vd--gmsd.bonus-200 .rm-popup-remarketing-content {
    background-image: url(assets/CV/Web/img/remarketing/bg/RemarketingGMSD-VD200.png)
}

.rm-popup-remarketing-vd--gmsd.bonus-500 .rm-popup-remarketing-content {
    background-image: url(assets/CV/Web/img/remarketing/bg/RemarketingGMSD-VD500.png)
}

.rm-popup-remarketing-vd--gmsd.bonus-1000 .rm-popup-remarketing-content {
    background-image: url(assets/CV/Web/img/remarketing/bg/RemarketingGMSD-VD1000.png)
}

.rm-popup-remarketing-vd--gmsd.bonus-5000 .rm-popup-remarketing-content {
    background-image: url(assets/CV/Web/img/remarketing/bg/RemarketingGMSD-VD5000.png)
}

.rm-popup-remarketing-vd--gmsd.bonus-one-click .rm-popup-remarketing-content {
    background-image: url(assets/CV/Web/img/remarketing/bg/RemarketingGMSD-VDText.png)
}

.rm-popup-remarketing-vd--gmsd .rm-popup-remarketing-btn {
    background-image: url(assets/CV/Web/img/remarketing/btns/remarketing-btns-gmsd-vd.png);
    width: 365px;
    height: 82px;
    margin: -75px auto;
    background-position: center -5px
}

.rm-popup-remarketing-vd--gmsd .rm-popup-remarketing-btn:hover {
    background-position: center -95px
}

.rm-popup-remarketing-vd--gmsd .rm-popup-remarketing-btn.btn-get-bonus {
    background-position: center -182px
}

.rm-popup-remarketing-vd--gmsd .rm-popup-remarketing-btn.btn-get-bonus:hover {
    background-position: center -274px
}

.rm-popup-remarketing-vd--gmsd .rm-popup-remarketing-close {
    background-image: url(assets/CV/Web/img/remarketing/btns/remarketing-close-gmsd-vd.png);
    top: 89px;
    background-position: 50%;
    right: 107px;
    width: 38px;
    height: 40px;
    opacity: 0
}

.rm-popup-remarketing-vd--gmsd .rm-popup-remarketing-close:hover {
    opacity: 1
}

.rm-popup-remarketing-vd--pharaon .rm-popup-remarketing-content {
    width: 685px;
    height: 550px
}

.rm-popup-remarketing-vd--pharaon .rm-popup-remarketing-content-inner {
    padding-top: 466px
}

.rm-popup-remarketing-vd--pharaon.bonus-200 .rm-popup-remarketing-content {
    background-image: url(assets/CV/Web/img/remarketing/bg/RemarketingPHAR-VD200.png)
}

.rm-popup-remarketing-vd--pharaon.bonus-500 .rm-popup-remarketing-content {
    background-image: url(assets/CV/Web/img/remarketing/bg/RemarketingPHAR-VD500.png)
}

.rm-popup-remarketing-vd--pharaon.bonus-1000 .rm-popup-remarketing-content {
    background-image: url(assets/CV/Web/img/remarketing/bg/RemarketingPHAR-VD1000.png)
}

.rm-popup-remarketing-vd--pharaon.bonus-5000 .rm-popup-remarketing-content {
    background-image: url(assets/CV/Web/img/remarketing/bg/RemarketingPHAR-VD5000.png)
}

.rm-popup-remarketing-vd--pharaon.bonus-one-click .rm-popup-remarketing-content {
    background-image: url(assets/CV/Web/img/remarketing/bg/RemarketingPHAR-VDText.png)
}

.rm-popup-remarketing-vd--pharaon .rm-popup-remarketing-btn {
    background-image: url(assets/CV/Web/img/remarketing/btns/remarketing-btns-pharaon-vd.png);
    width: 367px;
    height: 88px;
    background-position: 0 0;
    margin: -68px auto
}

.rm-popup-remarketing-vd--pharaon .rm-popup-remarketing-btn:hover {
    background-position: 0 -89px
}

.rm-popup-remarketing-vd--pharaon .rm-popup-remarketing-btn.btn-get-bonus {
    background-position: 0 -185px;
    margin: -58px auto;
    height: 70px
}

.rm-popup-remarketing-vd--pharaon .rm-popup-remarketing-btn.btn-get-bonus:hover {
    background-position: 0 -267px
}

.rm-popup-remarketing-vd--pharaon .rm-popup-remarketing-close {
    background-image: url(assets/CV/Web/img/remarketing/btns/remarketing-close-pharaon-vd.png);
    width: 24px;
    height: 24px;
    right: 27px;
    top: 68px;
    opacity: 0;
    transition: opacity .3s ease
}

.rm-popup-remarketing-vd--pharaon .rm-popup-remarketing-close:hover {
    opacity: 1
}

.popup-remarketing .popup-content {
    background-color: transparent;
    background-position: 50% 0;
    background-repeat: no-repeat;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: relative;
    z-index: 2
}

.popup-remarketing-btn {
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
    position: relative
}

.popup-remarketing-btn:active {
    top: 2px
}

.popup-remarketing .popup-close {
    background-position: 0 0;
    position: absolute;
    display: block;
    cursor: pointer;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: 0
}

.popup-remarketing .popup-close:hover {
    opacity: 1
}

.popup-remarketing--admiral .popup-content {
    width: 738px;
    height: 572px
}

.popup-remarketing--admiral .popup-content-inner {
    padding-top: 455px
}

.popup-remarketing--admiral.bonus-100 .popup-content {
    background-image: url(assets/CV/Web/img/sys/popup/remarketing/bg/remarketing_admiral_100.png)
}

.popup-remarketing--admiral.bonus-200 .popup-content {
    background-image: url(assets/CV/Web/img/sys/popup/remarketing/bg/remarketing_admiral_200.png)
}

.popup-remarketing--admiral.bonus-1000 .popup-content {
    background-image: url(assets/CV/Web/img/sys/popup/remarketing/bg/remarketing_admiral_1000.png)
}

.popup-remarketing--admiral.bonus-one-click .popup-content {
    background-image: url(assets/CV/Web/img/sys/popup/remarketing/bg/remarketing_admiral_click_reg.png)
}

.popup-remarketing--admiral .popup-remarketing-btn {
    background-image: url(assets/CV/Web/img/sys/popup/remarketing/btns/remarketing-btns-admiral.png);
    width: 354px;
    height: 91px;
    margin-left: 140px
}

.popup-remarketing--admiral .popup-remarketing-btn.btn-get-bonus {
    background-position: 0 0
}

.popup-remarketing--admiral .popup-remarketing-btn.btn-get-bonus:hover {
    background-position: 0 -182px
}

.popup-remarketing--admiral .popup-remarketing-btn.btn-one-click {
    background-position: 0 -91px
}

.popup-remarketing--admiral .popup-remarketing-btn.btn-one-click:hover {
    background-position: 0 -273px
}

.popup-remarketing--admiral .popup-close {
    background-image: url(assets/CV/Web/img/sys/popup/remarketing/btns/remarketing-close-admiral.png);
    height: 36px;
    width: 38px;
    top: 90px;
    right: 75px
}

.popup-remarketing--cvo .popup-content {
    width: 950px;
    height: 618px
}

.popup-remarketing--cvo .popup-content-inner {
    padding-top: 493px
}

.popup-remarketing--cvo.bonus-100 .popup-content {
    background-image: url(assets/CV/Web/img/sys/popup/remarketing/bg/remarketing_cvo_100.png)
}

.popup-remarketing--cvo.bonus-200 .popup-content {
    background-image: url(assets/CV/Web/img/sys/popup/remarketing/bg/remarketing_cvo_200.png)
}

.popup-remarketing--cvo.bonus-1000 .popup-content {
    background-image: url(assets/CV/Web/img/sys/popup/remarketing/bg/remarketing_cvo_1000.png)
}

.popup-remarketing--cvo.bonus-one-click .popup-content {
    background-image: url(assets/CV/Web/img/sys/popup/remarketing/bg/remarketing_cvo_click_reg.png)
}

.popup-remarketing--cvo .popup-remarketing-btn {
    background-image: url(assets/CV/Web/img/sys/popup/remarketing/btns/remarketing-btns-cvo.png);
    width: 300px;
    height: 66px
}

.popup-remarketing--cvo .popup-remarketing-btn.btn-get-bonus {
    background-position: 0 0
}

.popup-remarketing--cvo .popup-remarketing-btn.btn-get-bonus:hover {
    background-position: 0 -132px
}

.popup-remarketing--cvo .popup-remarketing-btn.btn-one-click {
    background-position: 0 -65px
}

.popup-remarketing--cvo .popup-remarketing-btn.btn-one-click:hover {
    background-position: 0 -197px
}

.popup-remarketing--cvo .popup-close {
    background-image: url(assets/CV/Web/img/sys/popup/remarketing/btns/remarketing-close-cvo.png);
    width: 26px;
    height: 27px;
    top: 104px;
    right: 119px
}

.popup-remarketing--ice .popup-content {
    width: 815px;
    height: 621px
}

.popup-remarketing--ice .popup-content-inner {
    padding-top: 455px
}

.popup-remarketing--ice.bonus-100 .popup-content {
    background-image: url(assets/CV/Web/img/sys/popup/remarketing/bg/remarketing_ice_100.png)
}

.popup-remarketing--ice.bonus-200 .popup-content {
    background-image: url(assets/CV/Web/img/sys/popup/remarketing/bg/remarketing_ice_200.png)
}

.popup-remarketing--ice.bonus-1000 .popup-content {
    background-image: url(assets/CV/Web/img/sys/popup/remarketing/bg/remarketing_ice_1000.png)
}

.popup-remarketing--ice.bonus-one-click .popup-content {
    background-image: url(assets/CV/Web/img/sys/popup/remarketing/bg/remarketing_ice_click_reg.png)
}

.popup-remarketing--ice .popup-remarketing-btn {
    background-image: url(assets/CV/Web/img/sys/popup/remarketing/btns/remarketing-btns-ice.png);
    width: 323px;
    height: 93px;
    margin-left: 231px
}

.popup-remarketing--ice .popup-remarketing-btn.btn-get-bonus {
    background-position: 0 0
}

.popup-remarketing--ice .popup-remarketing-btn.btn-get-bonus:hover {
    background-position: 0 -93px
}

.popup-remarketing--ice .popup-remarketing-btn.btn-one-click {
    background-position: 0 -186px
}

.popup-remarketing--ice .popup-remarketing-btn.btn-one-click:hover {
    background-position: 0 -279px
}

.popup-remarketing--ice .popup-close {
    background-image: url(assets/CV/Web/img/sys/popup/remarketing/btns/remarketing-close-ice.png);
    width: 40px;
    height: 40px;
    top: 82px;
    right: 135px
}

.popup-remarketing--pharaon .popup-content {
    width: 645px;
    height: 642px
}

.popup-remarketing--pharaon .popup-content-inner {
    padding-top: 466px
}

.popup-remarketing--pharaon.bonus-100 .popup-content {
    background-image: url(assets/CV/Web/img/sys/popup/remarketing/bg/remarketing_pharaon_100.png)
}

.popup-remarketing--pharaon.bonus-200 .popup-content {
    background-image: url(assets/CV/Web/img/sys/popup/remarketing/bg/remarketing_pharaon_200.png)
}

.popup-remarketing--pharaon.bonus-1000 .popup-content {
    background-image: url(assets/CV/Web/img/sys/popup/remarketing/bg/remarketing_pharaon_1000.png)
}

.popup-remarketing--pharaon.bonus-one-click .popup-content {
    background-image: url(assets/CV/Web/img/sys/popup/remarketing/bg/remarketing_pharaon_click_reg.png)
}

.popup-remarketing--pharaon .popup-remarketing-btn {
    background-image: url(assets/CV/Web/img/sys/popup/remarketing/btns/remarketing-btns-pharaon.png);
    width: 367px;
    height: 88px
}

.popup-remarketing--pharaon .popup-remarketing-btn.btn-get-bonus {
    background-position: 0 0
}

.popup-remarketing--pharaon .popup-remarketing-btn.btn-get-bonus:hover {
    background-position: 0 -89px
}

.popup-remarketing--pharaon .popup-remarketing-btn.btn-one-click {
    background-position: 0 -176px
}

.popup-remarketing--pharaon .popup-remarketing-btn.btn-one-click:hover {
    background-position: 0 -263px
}

.popup-remarketing--pharaon .popup-close {
    background-image: url(assets/CV/Web/img/sys/popup/remarketing/btns/remarketing-close-pharaon.png);
    width: 24px;
    height: 24px;
    right: 39px;
    top: 96px
}

.popup-remarketing--vlkstavka .popup-content {
    background-image: url(assets/CV/Web/img/sys/popup/remarketing/vlkst/remarketing-vlkst.png);
    width: 804px;
    height: 674px
}

.popup-remarketing--vlkstavka .popup-content-inner {
    padding-top: 458px
}

.popup-remarketing--vlkstavka .popup-close,
.popup-remarketing--vlkstavka .popup-remarketing-benefit,
.popup-remarketing--vlkstavka .popup-remarketing-btn,
.popup-remarketing--vlkstavka .popup-remarketing-logo,
.popup-remarketing--vlkstavka .popup-remarketing-text {
    background-image: url(assets/CV/Web/img/sys/popup/remarketing/vlkst/sprite.png);
    background-repeat: no-repeat
}

.popup-remarketing--vlkstavka .popup-remarketing-logo {
    background-position: -560px 0;
    display: block;
    width: 189px;
    height: 135px;
    position: absolute;
    top: 56px;
    left: 50%;
    margin-left: -94px
}

.popup-remarketing--vlkstavka .popup-remarketing-text {
    width: 399px;
    height: 120px;
    margin: 0 auto
}

.popup-remarketing--vlkstavka .popup-remarketing-btn {
    background-position: -422px -300px;
    width: 314px;
    height: 70px;
    margin-top: -18px;
    margin-left: 259px
}

.popup-remarketing--vlkstavka .popup-remarketing-btn:hover {
    background-position: -422px -370px
}

.popup-remarketing--vlkstavka.bonus-100 .popup-remarketing-text {
    background-position: 0 -300px
}

.popup-remarketing--vlkstavka.bonus-200 .popup-remarketing-text {
    background-position: 0 -420px
}

.popup-remarketing--vlkstavka.bonus-2500 .popup-remarketing-text {
    background-position: 0 -540px
}

.popup-remarketing--vlkstavka .popup-remarketing-benefit {
    position: absolute;
    width: 270px;
    height: 150px
}

.popup-remarketing--vlkstavka .popup-remarketing-benefit.top-left {
    background-position: 0 0;
    top: 190px;
    left: -22px
}

.popup-remarketing--vlkstavka .popup-remarketing-benefit.top-right {
    background-position: -280px 0;
    top: 216px;
    right: -26px
}

.popup-remarketing--vlkstavka .popup-remarketing-benefit.bottom-left {
    background-position: 0 -150px;
    bottom: 50px;
    left: -39px
}

.popup-remarketing--vlkstavka .popup-remarketing-benefit.bottom-right {
    background-position: -280px -150px;
    bottom: 121px;
    right: -38px
}

.popup-remarketing--vlkstavka .popup-close {
    background-position: -440px -450px;
    width: 26px;
    height: 27px;
    opacity: 1;
    top: 110px;
    right: 78px
}

.popup-remarketing--vlkstavka .popup-close:hover {
    opacity: .85
}

.cnt-survey p.center {
    text-align: center;
    color: #5c6d7d;
    font-size: 14px
}

.cnt-survey .active {
    opacity: 1;
    display: block
}

.cnt-survey .form-gen {
    position: relative;
    padding: 20px 15px
}

.cnt-survey .form-gen .hint {
    bottom: -35px
}

.cnt-survey .form-gen .hint:after {
    border: 1px solid red;
    border-right: none;
    border-bottom: none;
    bottom: 0;
    top: -6px
}

.cnt-survey .form-gen .phones .phone-input .intl-tel-input .selected-flag .iti-flag {
    left: 10px;
    top: 7px
}

.cnt-survey .form-gen .phones .phone-input .intl-tel-input .selected-flag .selected-dial-code {
    top: 6px !important;
    color: #fff
}

.cnt-survey .form-gen .phones .phone-input .intl-tel-input .selected-flag .iti-arrow {
    margin-top: 0
}

.cnt-survey .form-gen .phones .phone-input .intl-tel-input .country-list {
    width: 280px;
    top: 100%;
    left: 0
}

.cnt-survey .form-group span {
    color: #5c6d7d;
    font-size: 14px
}

.cnt-survey .form-group span.italic {
    font-style: italic
}

.cnt-survey .form-group__hint_hover {
    left: unset;
    right: 0
}

.cnt-survey .form-group .span-ip {
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 0
}

.cnt-survey .chosen-single {
    line-height: 18px;
    min-height: 34px
}

.cnt-survey textarea.fld {
    resize: vertical !important;
    height: auto;
    overflow: hidden;
    min-height: 34px
}

.cnt-survey ::-webkit-input-placeholder {
    text-transform: uppercase
}

.cnt-survey ::-moz-placeholder {
    text-transform: uppercase
}

.cnt-survey :-ms-input-placeholder {
    text-transform: uppercase
}

.add-more-wrap {
    margin-top: 10px
}

.add-more-plus {
    color: #396fe9;
    font-size: 14px;
    display: inline-block
}

.add-more-plus:hover {
    cursor: pointer
}

.add-more-plus:before {
    content: "+";
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 10px;
    color: #fff;
    text-align: center;
    font-size: 21px;
    text-shadow: .5px 0 1px #082d7e, -.5px 0 1px #082d7e, 0 .5px 1px #082d7e, 0 -.5px 1px #082d7e;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    background: linear-gradient(0deg, #003579 0, #6c96de);
    box-shadow: 0 0 1px 1px #01070e
}

.add-more-plus.is-hidden {
    display: none;
    visibility: hidden
}

.add-more-nomargin {
    margin-top: 0
}

.fld-sum {
    margin-bottom: 10px
}

.fld-sum.is-hidden {
    visibility: hidden;
    display: none
}

.fld-sum:last-child {
    margin-bottom: 0 !important
}

.fld-wrap.is-hidden {
    visibility: hidden;
    display: none
}

.fld-wrap-cashout .payment-meth-card-wrap {
    width: 100%
}

.grid-wrapper .line {
    margin: 25px 0 11px
}

.payment-meth-section {
    display: block;
    visibility: visible;
    margin-top: 10px
}

.payment-meth-section.is-hidden {
    display: none;
    visibility: hidden
}

.payment-meth-wrap {
    height: auto;
    padding-top: 8px !important;
    padding-bottom: 5px !important
}

.payment-meth-item {
    display: inline-block;
    width: 104px;
    height: 52px;
    margin-right: 12px;
    position: relative
}

.payment-meth-item img {
    opacity: 1
}

.payment-meth-item:hover {
    cursor: pointer
}

.payment-meth-item:last-child {
    margin-right: 0
}

.payment-meth-item .payment-meth-marker {
    display: none
}

.payment-meth-card-wrap {
    margin-top: 20px;
    width: 80%
}

.payment-meth-prop {
    display: none
}

.survey-send-btn {
    margin: 0 auto
}

.second-section,
.second-section-cashout,
.third-section,
.third-section-cashout {
    display: none
}

.second-section-cashout.is-shown,
.second-section.is-shown,
.third-section-cashout.is-shown,
.third-section.is-shown {
    display: block
}

.payment-meth-card,
.payment-meth-item {
    display: inline-block
}

.payment-meth-wrap.is-checked .payment-meth-item {
    opacity: .2
}

.payment-meth-wrap.is-checked .payment-meth-item:hover {
    opacity: .6
}

.payment-meth-wrap.is-checked .payment-meth-item.is-active {
    opacity: 1
}

.payment-meth-wrap.is-checked .payment-meth-item.is-active:after,
.payment-meth-wrap.is-checked .payment-meth-item.is-active:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    top: 63px
}

.payment-meth-wrap.is-checked .payment-meth-item.is-active:before {
    border: 12px solid transparent;
    border-top-color: #222f3b;
    margin-left: -12px
}

.payment-meth-wrap.is-checked .payment-meth-item.is-active:after {
    border: 10px solid transparent;
    border-top-color: #000;
    margin-left: -10px
}

.payment-meth-card-wrap.is-show {
    display: block
}

.payment-meth-card {
    opacity: 0;
    display: none
}

.payment-meth-card-wrap {
    display: none
}

.payment-meth-card-wrap.is-shown {
    display: block
}

.payment-meth-card.is-active {
    opacity: 1;
    display: block
}

.layout-royal .footer-payments__item,
.layout-vua .footer-payments__item {
    filter: none
}

.layout-royal .footer-payments__item:last-child,
.layout-vua .footer-payments__item:last-child {
    padding-left: 0
}

.layout-royal .footer-payments__item--visa,
.layout-vua .footer-payments__item--visa {
    background-image: url(assets/CV/Web/svg/footer-payments-royal/icon_visa.svg);
    order: 4
}

.layout-royal .footer-payments__item--mastercard,
.layout-vua .footer-payments__item--mastercard {
    background-image: url(assets/CV/Web/svg/footer-payments-royal/icon_mastercard.svg);
    order: 2
}

.layout-royal .footer-payments__item--maestro,
.layout-vua .footer-payments__item--maestro {
    background-image: url(assets/CV/Web/svg/footer-payments-royal/icon_maestro.svg);
    order: 3
}

.layout-royal .footer-payments__item--cirrus,
.layout-vua .footer-payments__item--cirrus {
    background-image: url(assets/CV/Web/svg/footer-payments-royal/icon_cirrus.svg);
    order: 5
}

.layout-royal .footer-payments__item--qiwi,
.layout-vua .footer-payments__item--qiwi {
    background-image: url(assets/CV/Web/svg/footer-payments-royal/icon_qiwi.svg);
    order: 1
}

.layout-royal .footer-payments__item--yandex,
.layout-vua .footer-payments__item--yandex {
    background-image: url(assets/CV/Web/svg/footer-payments-royal/icon_yandex.svg);
    order: 0
}

.layout-royal .footer-payments__item--atf,
.layout-vua .footer-payments__item--atf {
    background-image: url(assets/CV/Web/svg/footer-payments-royal/icon_atf.svg);
    order: 6
}

.layout-royal .footer-payments__item--webmoney,
.layout-vua .footer-payments__item--webmoney {
    background-image: url(assets/CV/Web/svg/footer-payments-royal/icon_webmoney.svg);
    order: 7
}

.layout-royal .footer-payments__item--sberbank,
.layout-vua .footer-payments__item--sberbank {
    background-image: url(assets/CV/Web/svg/footer-payments-royal/icon_kassa_24.svg);
    order: 8
}

.onboarding {
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1001;
    pointer-events: none
}

.onboarding--show {
    visibility: visible
}

.onboarding__buttons {
    justify-content: flex-end
}

.onboarding__button,
.onboarding__buttons {
    display: flex;
    flex-flow: row nowrap;
    align-items: center
}

.onboarding__button {
    justify-content: center;
    min-width: 120px;
    height: 32px;
    cursor: pointer;
    user-select: none
}

.onboarding__button span {
    font-weight: 500;
    font-size: 12px;
    line-height: 20px
}

.onboarding__button--blue {
    background: linear-gradient(180deg, #226dbf, #04407d);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2);
    border-radius: 4px
}

.onboarding__button--blue span {
    color: #fff;
    text-shadow: 0 -1px 0 0 rgba(0, 0, 0, .2)
}

.onboarding__button--transparent {
    background-color: transparent
}

.onboarding__button--transparent span {
    color: #234183
}

.onboarding__background {
    visibility: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    pointer-events: none
}

.onboarding__background--show {
    visibility: visible;
    pointer-events: auto
}

.onboarding__background--white {
    background-color: hsla(0, 0%, 100%, .8)
}

.onboarding-popup {
    position: absolute;
    right: 24px;
    bottom: 24px;
    width: 312px;
    padding: 18px 8px 20px 16px;
    background-color: #fff;
    opacity: 0;
    border-radius: 8px;
    box-shadow: 0 4px 4px 0 #071034;
    pointer-events: none;
    transform: translateY(10px);
    box-sizing: border-box
}

.onboarding-popup--show {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    animation: showStepsPopup .4s ease
}

.onboarding-popup--hide {
    animation: hideStepsPopup .4s ease
}

.onboarding-popup__close {
    position: absolute;
    top: 10px;
    right: 8px;
    width: 24px;
    height: 24px;
    cursor: pointer
}

.onboarding-popup__close:after,
.onboarding-popup__close:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 2px;
    background-color: rgba(0, 0, 0, .8);
    border-radius: 2px;
    transform-origin: center
}

.onboarding-popup__close:before {
    transform: translate(-50%, -50%) rotate(45deg)
}

.onboarding-popup__close:after {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.onboarding-popup__title {
    display: block;
    margin-bottom: 6px;
    padding-right: 32px;
    color: rgba(0, 0, 0, .8);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px
}

.onboarding-popup__text {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 20px
}

.onboarding-popup__progress-container {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    height: 8px;
    margin-bottom: 8px;
    border-radius: 8px;
    background-color: #dedfe1;
    border: 1px solid rgba(28, 32, 43, .2);
    box-sizing: border-box
}

.onboarding-popup__progress {
    width: 0;
    height: 4px;
    margin: 0 1px;
    background: linear-gradient(180deg, #226dbf, #04407d);
    border-radius: 4px 0 0 4px
}

@keyframes showStepsPopup {
    0% {
        opacity: 0;
        pointer-events: none;
        transform: translateY(10px)
    }
    to {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0)
    }
}

@keyframes hideStepsPopup {
    0% {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0)
    }
    to {
        opacity: 0;
        pointer-events: none;
        transform: translateY(10px)
    }
}