@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(/vulkanclub/web/img/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(/vulkanclub/web/img/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(/vulkanclub/web/img/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(/vulkanclub/web/img/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(/vulkanclub/web/img/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(/vulkanclub/web/img/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(/vulkanclub/web/img/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: 0.2;
    }
    to {
        opacity: 1;
    }
}
@-moz-keyframes blinking-slow {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.2;
    }
    to {
        opacity: 1;
    }
}
@keyframes blinking-slow {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.2;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes blinking-light {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
    to {
        opacity: 1;
    }
}
@-moz-keyframes blinking-light {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
    to {
        opacity: 1;
    }
}
@keyframes blinking-light {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes blinking {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    to {
        opacity: 1;
    }
}
@-moz-keyframes blinking {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    to {
        opacity: 1;
    }
}
@keyframes blinking {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.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: 0.5;
    }
    50% {
        opacity: 1;
    }
    to {
        opacity: 0.5;
    }
}
@-moz-keyframes blinking-half {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    to {
        opacity: 0.5;
    }
}
@keyframes blinking-half {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    to {
        opacity: 0.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(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.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(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.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(/vulkanclub/web/img/normal_logo_1.png), url(/vulkanclub/web/img/normal_logo_bg.png);
    }
    16% {
        background-image: url(/vulkanclub/web/img/normal_logo_2.png), url(/vulkanclub/web/img/normal_logo_bg.png);
    }
    33% {
        background-image: url(/vulkanclub/web/img/normal_logo_3.png), url(/vulkanclub/web/img/normal_logo_bg.png);
    }
    50% {
        background-image: url(/vulkanclub/web/img/normal_logo_4.png), url(/vulkanclub/web/img/normal_logo_bg.png);
    }
    67% {
        background-image: url(/vulkanclub/web/img/normal_logo_5.png), url(/vulkanclub/web/img/normal_logo_bg.png);
    }
    84% {
        background-image: url(/vulkanclub/web/img/normal_logo_6.png), url(/vulkanclub/web/img/normal_logo_bg.png);
    }
}
@keyframes cvLogoRetina {
    0% {
        background-image: url(/vulkanclub/web/img/retina_logo_1.png), url(/vulkanclub/web/img/normal_logo_bg.png);
    }
    16% {
        background-image: url(/vulkanclub/web/img/retina_logo_2.png), url(/vulkanclub/web/img/normal_logo_bg.png);
    }
    33% {
        background-image: url(/vulkanclub/web/img/retina_logo_3.png), url(/vulkanclub/web/img/normal_logo_bg.png);
    }
    50% {
        background-image: url(/vulkanclub/web/img/retina_logo_4.png), url(/vulkanclub/web/img/normal_logo_bg.png);
    }
    67% {
        background-image: url(/vulkanclub/web/img/retina_logo_5.png), url(/vulkanclub/web/img/normal_logo_bg.png);
    }
    84% {
        background-image: url(/vulkanclub/web/img/retina_logo_6.png), url(/vulkanclub/web/img/retina_logo_bg.png);
    }
}
@keyframes royalLogo {
    0% {
        background-image: url(/vulkanclub/web/img/frame_1.png), url(/vulkanclub/web/img/frame_2.png), url(/vulkanclub/web/img/frame_4.png), url(/vulkanclub/web/img/frame_5.png),
            url(/vulkanclub/web/img/frame_7.png), url(/vulkanclub/web/img/frame_8.png), url(/vulkanclub/web/img/frame_9.png), url(/vulkanclub/web/img/frame_14.png),
            url(/vulkanclub/web/img/frame_15.png), url(/vulkanclub/web/img/frame_16.png);
    }
    14% {
        background-image: url(/vulkanclub/web/img/frame_3.png), url(/vulkanclub/web/img/frame_5.png), url(/vulkanclub/web/img/frame_6.png), url(/vulkanclub/web/img/frame_8.png),
            url(/vulkanclub/web/img/frame_9.png), url(/vulkanclub/web/img/frame_13.png), url(/vulkanclub/web/img/frame_14.png), url(/vulkanclub/web/img/frame_16.png);
    }
    28% {
        background-image: url(/vulkanclub/web/img/frame_1.png), url(/vulkanclub/web/img/frame_2.png), url(/vulkanclub/web/img/frame_3.png), url(/vulkanclub/web/img/frame_4.png),
            url(/vulkanclub/web/img/frame_5.png), url(/vulkanclub/web/img/frame_6.png), url(/vulkanclub/web/img/frame_7.png), url(/vulkanclub/web/img/frame_8.png),
            url(/vulkanclub/web/img/frame_9.png), url(/vulkanclub/web/img/frame_12.png), url(/vulkanclub/web/img/frame_13.png), url(/vulkanclub/web/img/frame_14.png),
            url(/vulkanclub/web/img/frame_15.png), url(/vulkanclub/web/img/frame_16.png);
    }
    42% {
        background-image: url(/vulkanclub/web/img/frame_1.png), url(/vulkanclub/web/img/frame_2.png), url(/vulkanclub/web/img/frame_3.png), url(/vulkanclub/web/img/frame_4.png),
            url(/vulkanclub/web/img/frame_5.png), url(/vulkanclub/web/img/frame_7.png), url(/vulkanclub/web/img/frame_8.png), url(/vulkanclub/web/img/frame_9.png),
            url(/vulkanclub/web/img/frame_10.png), url(/vulkanclub/web/img/frame_11.png), url(/vulkanclub/web/img/frame_12.png), url(/vulkanclub/web/img/frame_13.png),
            url(/vulkanclub/web/img/frame_14.png), url(/vulkanclub/web/img/frame_15.png), url(/vulkanclub/web/img/frame_16.png);
    }
    56% {
        background-image: url(/vulkanclub/web/img/frame_2.png), url(/vulkanclub/web/img/frame_4.png), url(/vulkanclub/web/img/frame_5.png), url(/vulkanclub/web/img/frame_6.png),
            url(/vulkanclub/web/img/frame_8.png), url(/vulkanclub/web/img/frame_9.png), url(/vulkanclub/web/img/frame_10.png), url(/vulkanclub/web/img/frame_11.png),
            url(/vulkanclub/web/img/frame_12.png), url(/vulkanclub/web/img/frame_16.png);
    }
    70% {
        background-image: url(/vulkanclub/web/img/frame_1.png), url(/vulkanclub/web/img/frame_3.png), url(/vulkanclub/web/img/frame_5.png), url(/vulkanclub/web/img/frame_7.png),
            url(/vulkanclub/web/img/frame_8.png), url(/vulkanclub/web/img/frame_9.png), url(/vulkanclub/web/img/frame_10.png), url(/vulkanclub/web/img/frame_15.png),
            url(/vulkanclub/web/img/frame_16.png);
    }
    85% {
        background-image: url(/vulkanclub/web/img/frame_1.png), url(/vulkanclub/web/img/frame_3.png), url(/vulkanclub/web/img/frame_5.png), url(/vulkanclub/web/img/frame_6.png),
            url(/vulkanclub/web/img/frame_7.png), url(/vulkanclub/web/img/frame_8.png), url(/vulkanclub/web/img/frame_9.png), url(/vulkanclub/web/img/frame_10.png),
            url(/vulkanclub/web/img/frame_11.png), url(/vulkanclub/web/img/frame_12.png), url(/vulkanclub/web/img/frame_13.png), url(/vulkanclub/web/img/frame_14.png),
            url(/vulkanclub/web/img/frame_15.png), url(/vulkanclub/web/img/frame_16.png);
    }
}
@keyframes vuaLogo {
    0% {
        background-image: url(/vulkanclub/web/img/frame_1.png), url(/vulkanclub/web/img/frame_2.png), url(/vulkanclub/web/img/frame_4.png), url(/vulkanclub/web/img/frame_5.png),
            url(/vulkanclub/web/img/frame_7.png), url(/vulkanclub/web/img/frame_8.png), url(/vulkanclub/web/img/frame_9.png), url(/vulkanclub/web/img/frame_14.png),
            url(/vulkanclub/web/img/frame_15.png), url(/vulkanclub/web/img/frame_16.png);
    }
    14% {
        background-image: url(/vulkanclub/web/img/frame_3.png), url(/vulkanclub/web/img/frame_5.png), url(/vulkanclub/web/img/frame_6.png), url(/vulkanclub/web/img/frame_8.png),
            url(/vulkanclub/web/img/frame_9.png), url(/vulkanclub/web/img/frame_13.png), url(/vulkanclub/web/img/frame_14.png), url(/vulkanclub/web/img/frame_16.png);
    }
    28% {
        background-image: url(/vulkanclub/web/img/frame_1.png), url(/vulkanclub/web/img/frame_2.png), url(/vulkanclub/web/img/frame_3.png), url(/vulkanclub/web/img/frame_4.png),
            url(/vulkanclub/web/img/frame_5.png), url(/vulkanclub/web/img/frame_6.png), url(/vulkanclub/web/img/frame_7.png), url(/vulkanclub/web/img/frame_8.png), url(/vulkanclub/web/img/frame_9.png),
            url(/vulkanclub/web/img/frame_12.png), url(/vulkanclub/web/img/frame_13.png), url(/vulkanclub/web/img/frame_14.png), url(/vulkanclub/web/img/frame_15.png),
            url(/vulkanclub/web/img/frame_16.png);
    }
    42% {
        background-image: url(/vulkanclub/web/img/frame_1.png), url(/vulkanclub/web/img/frame_2.png), url(/vulkanclub/web/img/frame_3.png), url(/vulkanclub/web/img/frame_4.png),
            url(/vulkanclub/web/img/frame_5.png), url(/vulkanclub/web/img/frame_7.png), url(/vulkanclub/web/img/frame_8.png), url(/vulkanclub/web/img/frame_9.png),
            url(/vulkanclub/web/img/frame_10.png), url(/vulkanclub/web/img/frame_11.png), url(/vulkanclub/web/img/frame_12.png), url(/vulkanclub/web/img/frame_13.png),
            url(/vulkanclub/web/img/frame_14.png), url(/vulkanclub/web/img/frame_15.png), url(/vulkanclub/web/img/frame_16.png);
    }
    56% {
        background-image: url(/vulkanclub/web/img/frame_2.png), url(/vulkanclub/web/img/frame_4.png), url(/vulkanclub/web/img/frame_5.png), url(/vulkanclub/web/img/frame_6.png),
            url(/vulkanclub/web/img/frame_8.png), url(/vulkanclub/web/img/frame_9.png), url(/vulkanclub/web/img/frame_10.png), url(/vulkanclub/web/img/frame_11.png),
            url(/vulkanclub/web/img/frame_12.png), url(/vulkanclub/web/img/frame_16.png);
    }
    70% {
        background-image: url(/vulkanclub/web/img/frame_1.png), url(/vulkanclub/web/img/frame_3.png), url(/vulkanclub/web/img/frame_5.png), url(/vulkanclub/web/img/frame_7.png),
            url(/vulkanclub/web/img/frame_8.png), url(/vulkanclub/web/img/frame_9.png), url(/vulkanclub/web/img/frame_10.png), url(/vulkanclub/web/img/frame_15.png),
            url(/vulkanclub/web/img/frame_16.png);
    }
    85% {
        background-image: url(/vulkanclub/web/img/frame_1.png), url(/vulkanclub/web/img/frame_3.png), url(/vulkanclub/web/img/frame_5.png), url(/vulkanclub/web/img/frame_6.png),
            url(/vulkanclub/web/img/frame_7.png), url(/vulkanclub/web/img/frame_8.png), url(/vulkanclub/web/img/frame_9.png), url(/vulkanclub/web/img/frame_10.png),
            url(/vulkanclub/web/img/frame_11.png), url(/vulkanclub/web/img/frame_12.png), url(/vulkanclub/web/img/frame_13.png), url(/vulkanclub/web/img/frame_14.png),
            url(/vulkanclub/web/img/frame_15.png), url(/vulkanclub/web/img/frame_16.png);
    }
}
.animated-counter {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.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(/vulkanclub/web/fonts/din_condensed_bold-webfont.eot?versiontemp=999);
    src: url(/vulkanclub/web/fonts/din_condensed_bold-webfont.woff2?versiontemp=999) format("woff2"), url(/vulkanclub/web/fonts/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;
}
/*! 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 {
    cursor: pointer;
    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: -0.5em;
}
sub {
    bottom: -0.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 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.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 0.35s linear;
    -o-transition: all 0.35s linear;
    transition: all 0.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: #27bff8;
    text-decoration: none;
}
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, 0.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, 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, 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(/vulkanclub/web/img/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, 0.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, 0.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%;
}
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;
}
body:not(.simple-reg) .layout.layout-vua:after,
body:not(.simple-reg) .layout.layout-vua:before {
    content: "";
    position: fixed;
    bottom: 0;
    top: 0;
    width: calc(50vw - 476px);
    max-width: 100%;
    z-index: -1;
    background: linear-gradient(
        91.02deg,
        #0d1e61 0.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: 0.3;
}
@media (min-width: 1444px) {
    body:not(.simple-reg) .layout.layout-vua:after,
    body:not(.simple-reg) .layout.layout-vua:before {
        opacity: 0.5;
    }
}
@media (min-width: 1632px) {
    body:not(.simple-reg) .layout.layout-vua:after,
    body:not(.simple-reg) .layout.layout-vua:before {
        opacity: 0.7;
    }
}
@media (min-width: 2094px) {
    body:not(.simple-reg) .layout.layout-vua:after,
    body:not(.simple-reg) .layout.layout-vua:before {
        opacity: 1;
    }
}
@media (min-width: 1260px) {
    body:not(.simple-reg) .layout.layout-vua:after,
    body:not(.simple-reg) .layout.layout-vua:before {
        width: calc(50vw - 572px);
    }
}
body:not(.simple-reg) .layout.layout-vua:before {
    left: 0;
    transform: scaleX(-1);
}
body:not(.simple-reg) .layout.layout-vua:after {
    right: 0;
}
.layout.promo-bg {
    background: url(/vulkanclub/web/img/promo.jpg) 50% 0 no-repeat, url(/vulkanclub/web/img/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 > * {
    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: 0.4;
    position: absolute;
    background-image: url(/vulkanclub/web/img/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(/vulkanclub/web/img/bg-site.jpg);
}
body.simple-reg__jpg .layout:after {
    content: none;
    display: none;
}
.bg_wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    background: #000;
    display: flex;
    justify-content: center;
}
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;
    background: #000;
    z-index: 0;
}
.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(/vulkanclub/web/img/bg-vua.png) no-repeat -5px 45px;
}
@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%, 0.05), 0 0 0 1px #171e27;
}
.layout:not(.layout-vua) .content--main {
    background: url(/vulkanclub/web/img/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;
}
.social-auth-loader {
    position: fixed;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 999;
}
.social-auth-loader:before {
    content: "";
    width: 80px;
    height: 80px;
    background: url(/vulkanclub/web/img/preloader.svg) 50%/80px no-repeat;
}
.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, 0.9), 0 2px 0 0 rgba(37, 41, 46, 0.75), 0 -2px 0 0 rgba(37, 41, 46, 0.75);
    -moz-box-shadow: 0 0 0 1px rgba(37, 41, 46, 0.9), 0 2px 0 0 rgba(37, 41, 46, 0.75), 0 -2px 0 0 rgba(37, 41, 46, 0.75);
    box-shadow: 0 0 0 1px rgba(37, 41, 46, 0.9), 0 2px 0 0 rgba(37, 41, 46, 0.75), 0 -2px 0 0 rgba(37, 41, 46, 0.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, 0.4), 0 0 0 1px #171e27;
    -moz-box-shadow: inset 0 0 0 1px rgba(56, 86, 120, 0.4), 0 0 0 1px #171e27;
    box-shadow: inset 0 0 0 1px rgba(56, 86, 120, 0.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%, 0.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, 0.3), 0 -1px 0 #1b2b3b;
    -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.3), 0 -1px 0 #1b2b3b;
    box-shadow: inset 0 3px 8px rgba(0, 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, 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%, 0.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%, 0.05);
}
.cnt-bottom-banner {
    width: 100%;
    border-top: 2px solid #090909;
    box-shadow: 0 -1px 0 0 hsla(0, 0%, 100%, 0.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%, 0.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: 15px -8px 10px;
}
.game-list:after,
.game-list:before {
    content: "";
    display: table;
}
.game-list:after {
    clear: both;
}
.game-list-header {
    margin: 20px 26px;
}
.filters {
    background: transparent;
    margin: 40px -20px 0;
    padding: 6px 20px;
}
.filters .hover-hint {
    background: transparent;
    border: none;
}
.filters .hover-hint .hint {
    white-space: nowrap;
    position: absolute;
    top: auto;
    right: auto;
    bottom: 100%;
    left: -2px;
    min-height: 14px;
    padding: 8px 10px;
    margin-bottom: 6px;
    max-width: none;
    font-weight: 400;
    font-size: 13px;
    line-height: 14px;
    color: #eeeff1;
    text-transform: uppercase;
}
.filters .hover-hint .hint-grey:after {
    left: 10%;
    right: auto;
}
.filters--news {
    margin: 15px -20px 20px;
    text-align: center;
}
.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, 0.9);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.9);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.9);
    white-space: nowrap;
}
.light-header:after,
.light-header:before {
    content: "";
    height: 93px;
    position: absolute;
    top: -18px;
    background-image: url(/vulkanclub/web/img/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(/vulkanclub/web/img/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 0.1s linear;
    -o-transition: opacity 0.1s linear;
    transition: opacity 0.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(/vulkanclub/web/img/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 0.1s linear;
    -o-transition: opacity 0.1s linear;
    transition: opacity 0.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;
}
.promo-img img {
    display: block;
}
.header {
    position: relative;
    z-index: 3;
}
.no-scroll .header {
    z-index: 2;
}
.header-top {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    left: 0;
    margin: 0 auto;
    z-index: 4;
    height: 72px;
    backface-visibility: hidden;
    transition: all 0.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, 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 0.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: 0.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(/vulkanclub/web/img/bg-header-top.png) 100% -2px no-repeat;
    background-size: cover;
    z-index: -2;
}
.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, 0.2);
    background: linear-gradient(180deg, #d73637, #780424);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    border-radius: 7px;
    z-index: 10;
}
.layout-vua .header-top .count {
    min-width: 17px;
    width: 17px;
    height: 17px;
    padding: 0;
    top: -11px;
    left: 57%;
    line-height: 17px;
    border-radius: 50%;
}
.header-top__balances {
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-width: 358px;
}
.layout-vua .header-top__balances {
    min-width: 307px;
}
@media screen and (min-width: 1260px) {
    .header-top__balances .header-top__right__item {
        margin-right: 10px;
    }
    .layout-vua .header-top__balances .header-top__right__item {
        margin-right: 33px;
    }
}
.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, 0.7);
    box-shadow: 0 0 10px 7px #5f0001;
    animation: blinking-half 0.7s infinite;
}
.layout-vua .header-top__message.active .red-blinking {
    background-color: rgba(0, 17, 80, 0.7);
    box-shadow: 0 0 10px 7px rgba(64, 76, 224, 0.7);
}
.header-top__data {
    display: inline-block;
    width: 96px;
    position: relative;
    margin-top: 22px;
    margin-right: 6px;
    text-align: right;
    box-sizing: border-box;
    cursor: pointer !important;
}
.layout-vua .header-top__data {
    margin-top: 20px;
}
@media screen and (min-width: 1260px) {
    .header-top__data {
        width: 96px;
    }
}
.header-top__data:hover {
    text-decoration: none;
}
.header-top__data__title {
    position: absolute;
    top: -20px;
    right: 0;
    margin: 0;
    padding: 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, 0.4);
    white-space: nowrap;
}
.layout-vua .header-top__data__title {
    top: -18px;
    text-shadow: none;
}
.header-top__data__value {
    font-weight: 500;
    width: 100%;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.layout-vua .header-top__data__value {
    font-size: 14px;
    text-shadow: none;
}
.header-top__data__value span {
    vertical-align: top;
    max-width: 92px;
}
.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;
}
.header-top__btn-enter {
    min-width: 96px;
    max-width: 181px;
    margin-right: 13px;
}
.layout-vua .header-top__btn-enter {
    margin-right: 0;
}
.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, 0.5) 0, transparent) #d0021b;
    text-decoration: none !important;
    color: #fff;
    font-size: 12px;
    will-change: background;
    transition: background-color 0.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, 0.2);
    border-radius: 4px;
    border: 0;
    transform: none;
    transition: 0.2s;
    will-change: background, filter;
}
.layout-vua .header-top__btn-cash:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 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: 200px;
        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, 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 0.3s ease-in, visibility 0.3s ease-in;
}
.header-top__right {
    display: flex;
    justify-content: flex-end;
    width: 790px;
    margin-left: 162px;
    height: 62px;
    padding-right: 14px;
    box-sizing: border-box;
}
.layout-vua .header-top__right {
    width: 741px;
    margin-left: 211px;
    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;
}
.layout-vua .header-top__right__item.cashback {
    margin-right: -14px !important;
}
@media screen and (min-width: 1260px) {
    .layout-vua .header-top__right__item.cashback {
        margin-right: 10px !important;
    }
}
.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%, 0.1);
    box-sizing: border-box;
    border-radius: 4px;
    transition: background-color 0.3s;
}
.layout-vua .header-top__right__item.socials_login a:hover {
    filter: none;
    background-color: hsla(0, 0%, 100%, 0.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 0.2s linear;
}
.header-top__right__item--stash .header-top__data__title {
    right: 10px;
}
.header-top__right__item--stash .header-top__data__info {
    position: absolute;
    top: -21px;
    right: -1px;
}
.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, 0.1) !important;
}
.header-top__right__item--stash .btn-disabled span {
    color: rgba(0, 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, 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, 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, 0.6);
}
.header-top__right__item--stash[data-user-stash-state="hide"] {
    visibility: hidden;
    opacity: 0;
    max-width: 0;
}
@media screen and (max-width: 1259px) {
    .header-top__right__item--stash[data-user-stash-state="hide"] ~ .header-top__right__item {
        margin-right: 13px;
    }
    .layout-vua .header-top__right__item--stash[data-user-stash-state="hide"] ~ .header-top__right__item {
        margin-right: 9px;
    }
}
@media screen and (max-width: 1259px) {
    .header-top__right__item--stash:not([data-user-stash-state="hide"]) .hover-hint-container,
    .header-top__right__item--stash:not([data-user-stash-state="hide"]) ~ .header-top__right__item .hover-hint-container {
        width: 98px;
    }
    .header-top__right__item--stash:not([data-user-stash-state="hide"]) .header-top__data,
    .header-top__right__item--stash:not([data-user-stash-state="hide"]) ~ .header-top__right__item .header-top__data {
        width: 88px;
    }
    .header-top__right__item--stash:not([data-user-stash-state="hide"]) .header-top__data__value,
    .header-top__right__item--stash:not([data-user-stash-state="hide"]) ~ .header-top__right__item .header-top__data__value {
        font-size: 14px;
    }
    .header-top__right__item--stash:not([data-user-stash-state="hide"]) .header-top__data__value span,
    .header-top__right__item--stash:not([data-user-stash-state="hide"]) ~ .header-top__right__item .header-top__data__value span {
        max-width: 72px;
    }
}
.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 {
    width: 102px;
    display: flex;
    justify-content: flex-end;
    min-height: 40px;
}
.layout-vua .header-top__right__item .hover-hint-container {
    width: 95px;
}
.header-top__right__item .hover-hint-container .header-top__data {
    width: auto;
}
.header-top__right__item .hover-hint--data {
    margin: 22px 6px 0 0;
}
.layout-vua .header-top__right__item .hover-hint--data {
    margin: 20px 6px 0 0;
}
.header-top__right__item .hover-hint--data .header-top__data {
    margin-top: 0;
    margin-right: 0;
}
.header-top__right__item .hover-hint a {
    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%, 0.05);
    border-radius: 16px;
    font-weight: 500;
    font-size: 10px;
    line-height: 16px;
    color: #7e8187;
    letter-spacing: 0;
    text-shadow: 0 1px 0 #000;
}
.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: 0.05;
    background: #fff;
}
.layout-vua .header-top__logto {
    margin: 0 14px 0 -4px;
    background: none;
    color: hsla(0, 0%, 100%, 0.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;
}
.header-top .social-item a {
    margin-right: 18px;
}
.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(/vulkanclub/web/img/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: 0.8;
}
.layout-vua .header-profile__progress__fill {
    background: #2842a7;
    opacity: 0.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;
    max-width: 150px;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
}
.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 0.1s ease-in;
    -o-transition: width 0.1s ease-in;
    transition: width 0.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(/vulkanclub/web/img/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(/vulkanclub/web/img/bonus-x2-vua.svg) top no-repeat;
}
.header-profile__progress .progress-info__item-bonus.x3 {
    display: inline-block;
    background: url(/vulkanclub/web/img/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 {
    font-family: Roboto, sans-serif;
    position: absolute;
    top: -7px;
    right: -5px;
    width: 14px;
    height: 14px;
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
    text-indent: 0;
    color: #fff;
    text-align: center;
    background: linear-gradient(180deg, #d73637, #780424);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    box-sizing: border-box;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    z-index: 10;
    width: auto;
    min-width: 14px;
    padding: 0 4px;
    border-radius: 7px;
    right: auto;
    left: 85%;
}
.header-wheelfortune {
    display: block;
    position: relative;
    width: 32px;
    height: 32px;
    padding: 2px;
    box-sizing: border-box;
    background: #000;
    box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0.1), inset 0 1px 1px 0 #000;
    border-radius: 50%;
    box-shadow: 0 0 0 1px hsla(0, 0%, 56.1%, 0.1);
    margin: 0 0 0 16px;
}
.layout-vua .header-wheelfortune {
    margin: 0 0 0 19px;
}
@media screen and (min-width: 1260px) {
    .header-wheelfortune {
        margin: 0 10px 0 14px;
    }
}
.header-wheelfortune:before {
    content: "";
    display: block;
    position: absolute;
    width: 28px;
    height: 28px;
    box-sizing: border-box;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, 0.2);
    z-index: 2;
}
.header-wheelfortune .count {
    top: -2px;
    left: 70%;
}
.header-wheelfortune-inner {
    display: block;
    width: 28px;
    height: 28px;
    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;
}
.header-wheelfortune-inner.wheel-rotate-paused {
    -webkit-animation: none !important;
    -o-animation: none !important;
    animation: none !important;
}
.header-wheelfortune-inner:after {
    content: "";
    width: 28px;
    height: 28px;
    background-size: cover;
    background-image: url(/vulkanclub/web/img/sectors.png);
    animation: wheel-rotate 2.5s linear infinite;
    z-index: 0;
    transition: all 3s ease-in-out;
}
.header-wheelfortune-frame,
.header-wheelfortune-inner:after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.header-wheelfortune-frame {
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.header-wheelfortune-frame:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
    height: 7px;
    background: url(/vulkanclub/web/img/arrow.png) 50% no-repeat;
    background-size: cover;
}
.header-wheelfortune-frame:before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: url(/vulkanclub/web/img/center.png) 50% no-repeat;
    background-size: 80%;
}
.header-wheelfortune:hover .header-wheelfortune-inner {
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    animation-play-state: running;
}
.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(/vulkanclub/web/img/retina_logo_1.png) 50% / contain no-repeat, url(/vulkanclub/web/img/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(/vulkanclub/web/img/frame_1.png), url(/vulkanclub/web/img/frame_2.png), url(/vulkanclub/web/img/frame_4.png), url(/vulkanclub/web/img/frame_5.png),
        url(/vulkanclub/web/img/frame_7.png), url(/vulkanclub/web/img/frame_8.png), url(/vulkanclub/web/img/frame_9.png), url(/vulkanclub/web/img/frame_14.png),
        url(/vulkanclub/web/img/frame_15.png), url(/vulkanclub/web/img/frame_16.png);
}
.layout-vua .logo {
    background-image: url(/vulkanclub/web/img/frame_1.png), url(/vulkanclub/web/img/frame_2.png), url(/vulkanclub/web/img/frame_4.png), url(/vulkanclub/web/img/frame_5.png),
        url(/vulkanclub/web/img/frame_7.png), url(/vulkanclub/web/img/frame_8.png), url(/vulkanclub/web/img/frame_9.png), url(/vulkanclub/web/img/frame_14.png), url(/vulkanclub/web/img/frame_15.png),
        url(/vulkanclub/web/img/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(/vulkanclub/web/img/frame_1.png), url(/vulkanclub/web/img/frame_2.png), url(/vulkanclub/web/img/frame_4.png), url(/vulkanclub/web/img/frame_5.png),
        url(/vulkanclub/web/img/frame_7.png), url(/vulkanclub/web/img/frame_8.png), url(/vulkanclub/web/img/frame_9.png), url(/vulkanclub/web/img/frame_14.png),
        url(/vulkanclub/web/img/frame_15.png), url(/vulkanclub/web/img/frame_16.png);
    animation: royalLogo 3.5s steps(1) infinite;
}
.layout-vua .logo:before {
    background-image: url(/vulkanclub/web/img/frame_1.png), url(/vulkanclub/web/img/frame_2.png), url(/vulkanclub/web/img/frame_4.png), url(/vulkanclub/web/img/frame_5.png),
        url(/vulkanclub/web/img/frame_7.png), url(/vulkanclub/web/img/frame_8.png), url(/vulkanclub/web/img/frame_9.png), url(/vulkanclub/web/img/frame_14.png), url(/vulkanclub/web/img/frame_15.png),
        url(/vulkanclub/web/img/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(/vulkanclub/web/img/logo.png) 50% no-repeat;
    background-size: contain;
    width: 182px !important;
    height: 64px;
    margin: 19px 0 12px 7px;
}
.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: url(/vulkanclub/web/img/logo-scroll.png) 50% no-repeat;
}
.layout-vua .scroll-logo {
    width: 210px;
    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 0.2s ease-out, transform 0.2s ease-out;
    background-size: contain !important;
}
.layout-vua .header-top.logo-static .scroll-logo {
    margin: 2px 0 0 -9px;
}
.layout-royal .scroll-logo {
    background: url(/vulkanclub/web/img/vr-logo-scroll.png) 50% no-repeat;
}
.layout-vua .scroll-logo {
    background: url(/vulkanclub/web/img/logo.png) 50% no-repeat;
}
.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(/vulkanclub/web/img/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-reactroot]),
.cnt-main--static > [data-reactroot] > :first-child {
    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 .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;
    height: 24px;
    padding: 10px 0;
}
.footer-payments-wrapper {
    height: 100%;
    box-sizing: border-box;
}
.footer-lang-list + .footer-payments-wrapper ul {
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
}
.footer-middle {
    display: flex;
    width: 100%;
    padding: 30px 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, 0.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;
}
.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(/vulkanclub/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(/vulkanclub/web/img/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 h1 {
    font-size: 16px;
}
.footer .carousel-footer .h2,
.footer .carousel-footer .h3,
.footer .carousel-footer .h4,
.footer .carousel-footer .h5,
.footer .carousel-footer .h6,
.footer .carousel-footer h2,
.footer .carousel-footer h3,
.footer .carousel-footer h4,
.footer .carousel-footer h5,
.footer .carousel-footer h6 {
    font-size: 14px;
}
.footer .carousel-footer ol {
    list-style-type: decimal;
}
.footer .carousel-footer ul {
    list-style-type: disc;
}
.footer .carousel-footer ol,
.footer .carousel-footer ul {
    margin-bottom: 10px;
    padding: 0;
    list-style-position: inside;
}
.footer .carousel-footer ol li,
.footer .carousel-footer ul li {
    position: relative;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    color: #d0cfe4;
}
.footer .carousel-footer ol.carousel-indicators > li {
    margin: 0 2px;
}
.footer .carousel-footer p {
    margin-bottom: 10px;
}
.footer-payments {
    text-align: center;
    height: 100%;
}
.footer-payments ul {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 60px;
}
.footer-payments__item {
    display: inline-flex;
    width: 40px;
    height: 32px;
    position: relative;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    margin: 0 18px;
}
.footer-payments__item:last-child {
    padding-left: 0;
}
.footer-payments__item--yandex {
    height: 24px;
    background-image: url(/vulkanclub/web/img/yandexmoney.svg);
    order: 0;
}
.footer-payments__item--qiwi {
    height: 27px;
    background-image: url(/vulkanclub/web/img/qiwi.svg);
    order: 1;
}
.footer-payments__item--mastercard {
    height: 24px;
    background-image: url(/vulkanclub/web/img/mastercard.svg);
    order: 2;
}
.footer-payments__item--maestro {
    height: 24px;
    background-image: url(/vulkanclub/web/img/maestro.svg);
    order: 3;
}
.footer-payments__item--visa {
    height: 15px;
    background-image: url(/vulkanclub/web/img/visa.svg);
    order: 4;
}
.footer-payments__item--cirrus {
    height: 24px;
    background-image: url(/vulkanclub/web/img/cirrus.svg);
    order: 5;
}
.footer-payments__item--sberbank {
    height: 23px;
    background-image: url(/vulkanclub/web/img/shape.svg);
    order: 6;
}
.footer-payments__item--webmoney {
    height: 24px;
    background-image: url(/vulkanclub/web/img/webmoney.svg);
    order: 7;
}
.footer-payments__item--alfa {
    height: 24px;
    background-image: url(/vulkanclub/web/img/alfabank.svg);
    order: 8;
}
.sidebar {
    width: 304px;
}
.sidebar-block {
    box-sizing: border-box;
    border-radius: 6px;
    padding: 24px 30px 30px;
    background: url(/vulkanclub/web/img/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%, 0.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: 0.4;
}
.sidebar-block__img--bonus img {
    top: auto;
    left: 64%;
    bottom: 0;
    height: 264px;
    width: 216px;
    opacity: 1;
}
.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 0.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;
}
.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 {
    opacity: 0.5;
}
.sidebar-block--news .sidebar-block__img {
    height: 100%;
    width: 300px;
}
.sidebar-block--news .sidebar-block__img img {
    transition: opacity 0.15s ease-in-out 0.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 {
    width: 302px;
    margin: 0 auto 10px;
    height: 80px;
    position: relative;
}
.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, 0.8);
    margin: 0;
    text-shadow: 0 1px 0 rgba(0, 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, 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, 0.2);
    border-radius: 4px;
    text-align: center;
    transition: background-color 0.15s linear;
    background: rgba(0, 0, 0, 0.1);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    font-weight: 400;
}
.sidebar-btns--news .btn-md:hover {
    background: hsla(0, 0%, 100%, 0.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(/vulkanclub/web/img/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;
}
.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%, 0.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 0.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(/vulkanclub/web/img/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, 0.8);
    text-align: center;
    margin-top: 12px;
}
.nav {
    z-index: 2;
}
.nav--main {
    background: url(/vulkanclub/web/img/bg-category.png) no-repeat 50% 0;
    background-size: cover;
    margin-left: -16px;
    margin-right: -2px;
    height: 100%;
    z-index: 1;
    font-family: Roboto, sans-serif;
    font-weight: 600;
    display: flex;
    position: relative;
    border-radius: 2px;
    opacity: 1;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.9);
    transition: margin 0.2s ease-in-out, opacity 0.3s ease-out;
}
.layout-vua .nav--main {
    background: #0f2477 linear-gradient(180deg, hsla(0, 0%, 100%, 0.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 {
    height: 80px;
    margin-bottom: 9px;
}
.nav__list {
    display: flex;
    justify-content: start;
    padding-left: 50px;
    padding-right: 72px;
    align-items: center;
}
.nav__list_pointer {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #000;
    transition: opacity 0.2s ease-in-out;
    position: absolute;
    left: auto;
    top: auto;
    bottom: 0;
    opacity: 0;
}
.nav__item {
    position: relative;
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    color: #fff;
    line-height: 0;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}
.nav__item + .nav__item {
    margin-left: 32px;
}
@media screen and (min-width: 1260px) {
    .nav__item + .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;
    font-weight: 300;
    color: #fff;
    white-space: nowrap;
}
.nav__link_text:hover {
    color: #ffc109;
    text-shadow: 0 0 16px rgba(255, 212, 0, 0.6), 0 0 8px rgba(255, 212, 0, 0.6), 0 0 4px rgba(255, 128, 0, 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, 0.6)) drop-shadow(0 0 12px rgba(255, 212, 0, 0.2)) drop-shadow(0 0 8px rgba(255, 128, 0, 0.2));
    overflow: visible;
}
.nav__item.active .nav__link_text {
    color: #ffc109;
}
.nav__item.active:after {
    opacity: 1;
}
.nav__favourite {
    position: relative;
    flex-grow: 1;
    height: 100%;
    margin-right: 24px;
    transition: width 0.2s ease-in-out 0.2s;
}
.nav__favourite.access {
    margin-right: 19px;
}
.nav__favourite .nav__item:after {
    bottom: 0;
}
html.ie .nav__favourite {
    width: auto;
}
.nav__favourite_icon {
    position: relative;
    width: 28px;
    height: 27px;
    background-image: url(/vulkanclub/web/img/star-favorites-shadow.svg);
}
.nav__favourite_icon,
.nav__favourite_icon:before {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
.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-image: url(/vulkanclub/web/img/star-favorites.svg);
    transition: transform 0.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 0.2s ease-in-out 0.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: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    z-index: 3;
    letter-spacing: -0.15px;
    width: 28px;
    height: 27px;
    text-align: center;
    text-shadow: none;
    color: #000;
    font-size: 0;
    line-height: 0;
    display: inline-block;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    transition: transform 0.1s ease-in 0.1s;
}
.nav__favourite_counter * {
    color: inherit;
    font-weight: 800;
}
.nav__favourite_counter span {
    line-height: 30px;
    font-size: 8px;
}
.nav__favourite_counter sup {
    font-size: 8px;
    line-height: 31px;
    top: -0.1em;
}
.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;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.access.nav__favourite .nav__link--favourite {
    padding-right: 5px;
}
.nav__favourite__item:after {
    bottom: 0;
}
.counterPlusAnimated .nav__favourite_icon {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: counterPlus;
    animation-name: counterPlus;
}
.counterMinusAnimated .nav__favourite_icon {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: counterMinus;
    animation-name: counterMinus;
}
.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, 0.2);
    border-radius: 4px;
    cursor: pointer;
}
.game-page .button span {
    font-size: 16px;
    font-weight: 500;
    text-shadow: 0 1px 0 rgba(0, 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: 56px 65px;
    position: relative;
    background: #000;
}
.game-page__text .h1,
.game-page__text .h2,
.game-page__text .h3,
.game-page__text .h4,
.game-page__text .h5,
.game-page__text h1,
.game-page__text h2,
.game-page__text h3,
.game-page__text h4,
.game-page__text h5 {
    margin: 0 0 11px;
    padding: 0;
    color: #b8b8cc;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    text-align: left;
    text-transform: unset;
}
.game-page__text p {
    margin: 0 0 16px;
    color: #d0cfe4;
    font-size: 12px;
    line-height: 20px;
}
.game-page__text ul {
    list-style-type: disc;
}
.game-page__text ol {
    list-style-type: decimal;
}
.game-page__text ol,
.game-page__text ul {
    margin: 0 0 16px;
    padding: 0;
    color: #d0cfe4;
    list-style-position: inside;
}
.game-page__text ol li,
.game-page__text ul li {
    color: #d0cfe4;
    font-size: 12px;
    line-height: 28px;
}
.game-page [data-pay-now-widget-wrap] {
    width: 100%;
}
.game-page .main-preloader,
.game-page .preloader {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.game-page .layout.waiting .main-preloader,
.game-page .query--preload .preloader {
    display: block;
}
.game-page .tmb-fav.active .ico-tmb-fav-action {
    pointer-events: none;
}
.game-box {
    position: relative;
    transition: 0.5s ease;
}
.game-box__game-actions .tmb-fav {
    top: 0;
    right: 0;
}
.game-box__static {
    height: 100%;
}
.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: 0.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: 0.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: 0.2s ease;
}
.game-box__game-actions > div.game-box__close:before {
    content: "";
    background-image: url(/vulkanclub/web/img/close.svg);
    opacity: 0.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(/vulkanclub/web/img/star-ingame.svg);
    opacity: 0.4;
}
.game-box__game-actions > div.game-box__favourite:after,
.game-box__game-actions > div.tmb-fav:after {
    content: "";
    background-image: url(/vulkanclub/web/img/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, 0.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: 0.2;
    cursor: pointer;
}
.game-window-actions__button:first-child {
    margin-right: 24px;
}
.game-window-actions__no-split {
    background: url(/vulkanclub/web/img/split-no.svg) no-repeat;
    opacity: 1;
    pointer-events: none;
}
.game-window-actions__split {
    background: url(/vulkanclub/web/img/split-yes.svg) no-repeat;
}
.game-box--split .game-window-actions__no-split {
    opacity: 0.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, 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%, 0.1);
    box-sizing: border-box;
}
.game-search-box__input-container input {
    width: 100%;
    height: 47px;
    margin-right: 48px;
    padding: 0;
    font-size: 14px;
    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%, 0.4);
}
.game-search-box__search-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin: 12px 16px 0 12px;
    background: url(/vulkanclub/web/img/search.svg);
    cursor: pointer;
}
.game-search-box__title {
    padding: 16px 0 2px;
    font-size: 14px;
    line-height: 24px;
    color: hsla(0, 0%, 100%, 0.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, 0.8);
    transition: 0.2s ease;
}
.recommended-games__buttons .btn {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    height: calc(50% - 5px);
    transition: 0.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: 0.4;
    background: #000;
    transition: 0.3s ease;
    z-index: 1;
}
.games-autocomplete__game-img img {
    width: 100%;
    height: 100%;
}
.games-autocomplete__game-title {
    color: hsla(0, 0%, 100%, 0.4);
    font-size: 14px;
    transition: 0.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, 0.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%, 0.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% - 48px);
}
.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--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 .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 {
    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: 0.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(/vulkanclub/web/img/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__head {
    padding-left: 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__footer button {
    margin-top: 16px;
}
.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, 0.6);
    font-weight: 400;
    font-size: 12px;
}
.sidebar-block .tournament-members__head span:first-child {
    width: 160px;
}
.sidebar-block .tournament-members__member {
    height: 24px;
}
.sidebar-block .tournament-members__member--gold span {
    color: #fdbb2c;
}
.sidebar-block .tournament-members__member-name {
    color: #fff;
    font-weight: 400;
    width: 160px;
}
.sidebar-block .tournament-members__member-prize {
    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--hidden {
    display: none;
    opacity: 0;
}
.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, 0.6);
}
.tournament-widget {
    position: absolute;
    top: -4px;
    left: 0;
    z-index: 2;
    width: 100%;
    padding: 24px 30px 30px;
    box-sizing: border-box;
    background: url(/vulkanclub/web/img/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, 0.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: 0.35s;
    transform-style: preserve-3d;
    transform: translateX(0) rotateY(8deg);
    opacity: 0.5;
}
.tournament-widget--active {
    position: relative;
    transform: translateX(0);
    transition: 0.35s cubic-bezier(0.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, 0.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%, 0.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, 0.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%, 0.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: 0.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%, 0.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: 0.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 0.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 0.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%, 0.05), inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    -webkit-transition: width 0.1s ease-in;
    -o-transition: width 0.1s ease-in;
    transition: width 0.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, 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%, 0.25), 2px -2px 2px hsla(0, 0%, 100%, 0.25), -2px 2px 2px hsla(0, 0%, 100%, 0.25),
        2px 2px 2px hsla(0, 0%, 100%, 0.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;
}
.social-item {
    display: inline-block;
}
.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, 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(/vulkanclub/web/img/fb.svg);
}
.social-item--updated .btn-soc--vkontakte {
    background: #4c668b;
}
.social-item--updated .btn-soc--vkontakte:after {
    background-image: url(/vulkanclub/web/img/vk.svg);
}
.social-item--updated .btn-soc--mailru {
    background: #ffa930;
}
.social-item--updated .btn-soc--mailru:after {
    background-image: url(/vulkanclub/web/img/mailru.svg);
}
.social-item--updated .btn-soc--odnoklassniki {
    background: #ec7d26;
}
.social-item--updated .btn-soc--odnoklassniki:after {
    background-image: url(/vulkanclub/web/img/ok.svg);
}
.social-item--updated .btn-soc--google {
    background: #fff;
}
.social-item--updated .btn-soc--google:after {
    background-image: url(/vulkanclub/web/img/google.svg);
}
.social-item--updated .btn-soc--google span {
    color: #5085ed;
}
.social-item--updated .btn-soc--telegram {
    background: #67b2ef;
}
.social-item--updated .btn-soc--telegram:after {
    background-image: url(/vulkanclub/web/img/tg.svg);
}
.social-item--updated .btn-soc--telegram span {
    color: #fff;
}
.social-item--updated .btn-soc--yandex {
    background: #da3332;
}
.social-item--updated .btn-soc--yandex:after {
    background-image: url(/vulkanclub/web/img/yandex.svg);
}
.social-item--updated .btn-soc.twitter {
    background: #fff;
}
.social-item--updated .btn-soc.twitter:after {
    background-image: url(/vulkanclub/web/img/twitter.svg);
    background-size: 23px 22px;
}
.social-item--updated .btn-soc.twitter span {
    color: #fff;
}
.social-item a:not(.btn-soc) {
    display: block;
    width: 30px;
    height: 30px;
    background-position: 50%;
    background-repeat: no-repeat;
    transition: transform 0.1s ease-in-out;
}
.social-item a:not(.btn-soc).vkontakte {
    background-image: url(/vulkanclub/web/img/vkontakte.svg);
}
.social-item a:not(.btn-soc).odnoklassniki {
    background-image: url(/vulkanclub/web/img/odnoklassniki.svg);
}
.social-item a:not(.btn-soc).mailru {
    background-image: url(/vulkanclub/web/img/mailru.svg);
}
.social-item a:not(.btn-soc).facebook {
    background-image: url(/vulkanclub/web/img/facebook.svg);
}
.social-item a:not(.btn-soc).yandex {
    background-image: url(/vulkanclub/web/img/yandex.svg);
}
.social-item a:not(.btn-soc).telegram {
    background-image: url(/vulkanclub/web/img/telegram.svg);
}
.social-item a:not(.btn-soc).google {
    background-image: url(/vulkanclub/web/img/google.svg);
}
.social-item a:not(.btn-soc).instagram {
    background-image: url(/vulkanclub/web/img/instagram.svg);
}
.social-item a:not(.btn-soc).twitter {
    background-image: url(/vulkanclub/web/img/twitter.svg);
    background-size: 23px 22px;
}
.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(/vulkanclub/web/img/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, 0.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 0.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, 0.35);
    height: 46px;
    display: block;
}
.social-share__btn:before,
.social-share__item--head:after,
.social-share__item--head:before {
    content: "";
    background-image: url(/vulkanclub/web/img/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;
}
.nav {
    position: relative;
    z-index: 3;
}
.nav__header {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    box-sizing: border-box;
    width: 100%;
    height: 72px;
    margin: 0 0 0 6px;
    padding: 26px 0;
    font-family: din_condensedbold;
    text-transform: uppercase;
}
.nav-list {
    font-size: 0;
}
.nav-list li {
    display: inline-block;
    margin: 0 8px;
    padding: 0;
    position: relative;
}
.nav-list a {
    display: block;
    padding: 0 8px;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
.nav-list a:hover {
    text-shadow: 0 0 16px rgba(255, 212, 0, 0.6), 0 0 6px rgba(255, 212, 0, 0.6), 0 0 4px rgba(255, 128, 0, 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;
}
.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 0.3s;
    text-align: center;
}
.nav-list__bets:before {
    content: "";
    display: block;
    position: absolute;
    left: -4px;
    top: -19px;
    z-index: 1;
    width: 118px;
    height: 54px;
    background: url(/vulkanclub/web/img/stavki.png) no-repeat 50%;
    background-size: 100%;
}
.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;
    z-index: -1;
    margin-top: 13px;
    text-align: left;
    transition: top 0.3s;
}
.nav-list__bets__item a {
    font-family: Roboto, sans-serif;
    position: relative;
    z-index: 3;
    display: inline-block;
    font-weight: 400;
    font-size: 10px !important;
    line-height: 16px !important;
    text-transform: none;
    padding: 0 5px;
}
.nav-list__bets__item a:first-child {
    padding-left: 0;
}
.nav-list__bets__item a:first-child:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 3px;
    height: 10px;
    width: 1px;
    background: #234183;
}
.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-list__bets:hover {
    transform: translateY(-10px);
}
.nav-list__bets:hover .nav-list__bets__item {
    top: 100%;
}
.nav__header_switch-locale {
    position: relative;
    height: 28px;
    top: -5px;
    margin-left: 12px;
}
.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, 0.75);
}
.ticker-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(/vulkanclub/web/img/dots.png) 50% 50% repeat;
    opacity: 0.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%, 0.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, 0.5);
    outline: none;
    background: #fff url(/vulkanclub/web/img/call.svg) 50% no-repeat;
    background-size: 64px 64px;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    z-index: 998;
}
#sh_button:hover {
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.5);
    border-radius: 0 16px 16px 16px;
}
#sh_button:active {
    box-shadow: 0 4px 8px 0 rgba(0, 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 0.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 0.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, 0.0001), rgba(0, 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: 0.02rem;
    line-height: 32px;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 3px 3px 1px rgba(15, 11, 65, 0.25), -1px -1px 0 #110e4a, 1px -1px 0 #110e4a, -1px 1px 0 #110e4a, 1px 1px 0 #110e4a, -2px -2px 2px rgba(17, 14, 74, 0.75), 2px -2px 2px rgba(17, 14, 74, 0.75),
        -2px 2px 2px rgba(17, 14, 74, 0.75), 2px 2px 2px rgba(17, 14, 74, 0.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, 0.4) !important;
    color: #fff;
}
.carousel-footer {
    flex: 1 1 auto;
    color: #d0cfe4;
    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: #d0cfe4;
    text-align: left;
    position: relative;
    margin: 0 85px 10px 0;
    font-weight: 500;
    font-size: 14px;
    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 0.35s ease-in 0s;
    -o-transition: opacity 0.35s ease-in 0s;
    transition: opacity 0.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;
}
.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: 4px;
    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, 0.75);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}
.carousel-slider .carousel-indicators li {
    margin: 0 10px;
    background-color: #fff;
    opacity: 0.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;
}
.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;
    border-radius: 4px 4px 0 0;
    background-color: transparent;
    transition: background-color 0.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%, 0.8);
    transform: rotate(180deg);
    transition: transform 0.2s;
}
.lang-switch__current .iti-flag {
    display: inline-block;
}
.lang-switch__name {
    margin: 0 16px 0 12px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 90px;
}
.lang-switch__list {
    position: absolute;
    top: 100%;
    right: 0;
    display: flex;
    flex-direction: column;
    background: #1c212e;
    border-radius: 4px 0 4px 4px;
    box-sizing: border-box;
    min-width: 156px;
    padding: 12px 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, max-height 0.3s;
}
.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%, 0.8);
    transition: border-color 0.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, 0.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 .iti-flag {
    margin-right: 12px;
}
.lang-switch .iti-flag {
    width: 20px;
    height: 15px;
    position: relative;
    overflow: hidden;
    border-radius: 1px;
}
.lang-switch .iti-flag:before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
}
.lang-switch--is-open {
    z-index: 9;
}
.lang-switch--is-open .lang-switch__list {
    opacity: 1;
    visibility: visible;
}
.lang-switch--is-open .lang-switch__current {
    background-color: #1c212e;
}
.lang-switch--is-open .lang-switch__current:before {
    transform: rotate(0deg);
    opacity: 0.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(/vulkanclub/web/img/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, 0.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;
    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%, 0.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-block--absolute {
    position: absolute;
    justify-content: center;
    margin: 0;
    box-sizing: border-box;
    top: 108px;
    left: 16px;
    width: 327px;
}
@media screen and (min-width: 1260px) {
    .jackpot-block--absolute {
        top: 150px;
        left: 20px;
        width: 430px;
    }
}
.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(/vulkanclub/web/img/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(/vulkanclub/web/img/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(/vulkanclub/web/img/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: 0.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(/vulkanclub/web/img/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(/vulkanclub/web/img/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;
}
@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, 0.4);
    border-left: none;
    box-sizing: border-box;
    transition: left 0.2s ease-out;
}
.fixed-panel-game {
    width: 115px;
    height: 70px;
    -webkit-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.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, 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: 96px;
    height: 56px;
    -webkit-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.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, 0.5);
    display: none;
    font-size: 11px;
    line-height: 10px;
    -webkit-transition: 0.4s ease-out;
    -o-transition: 0.4s ease-out;
    transition: 0.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: 0.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, 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: 0.35;
    }
    25%,
    75% {
        opacity: 0.35;
    }
    50% {
        opacity: 1;
    }
}
@keyframes flash {
    0%,
    to {
        opacity: 0.35;
    }
    25%,
    75% {
        opacity: 0.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: 0.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%, 0.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%, 0.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%, 0.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: 0.8;
}
.timer-countDiv:before {
    transform: translateY(-4px);
}
.timer-countDiv:after {
    transform: translateY(8px);
}
.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 0.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 0.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;
}
.dc__instruction-tabs {
    position: relative;
    display: flex;
    border: 2px solid #000;
    box-shadow: 0 0 2px hsla(0, 0%, 100%, 0.15);
    border-radius: 5px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(1turn, rgba(0, 0, 0, 0.0001), #000), #090909;
}
.dc__instruction-tab {
    flex: 1 1;
    position: relative;
    z-index: 1;
    height: 44px;
    color: hsla(0, 0%, 100%, 0.4);
    font-size: 16px;
    border: none;
    text-align: center;
    background: none;
    border-radius: 4px;
}
.dc__instruction-tab:before {
    content: "";
    position: absolute;
    display: block;
    width: 25px;
    height: 28px;
    top: 8px;
    left: 50%;
    margin-left: -56px;
    filter: opacity(0.4);
}
.dc__instruction-tab--ios:before {
    background: url(/vulkanclub/web/img/apple.svg) no-repeat;
}
.dc__instruction-tab--win:before {
    background: url(/vulkanclub/web/img/win.svg) no-repeat;
    top: 12px;
    margin-left: -60px;
}
.dc__instruction-tab--active {
    color: #fff;
    pointer-events: none;
}
.dc__instruction-tab--active:before {
    filter: opacity(1);
}
.dc__instruction-tab-swiper {
    position: absolute;
    z-index: 0;
    width: 50%;
    height: 44px;
    left: 0;
    top: 0;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5), inset 0 1px 0 hsla(0, 0%, 100%, 0.05);
    background: linear-gradient(180deg, #09244a, #06153c);
    transition: left 0.2s linear;
}
.dc__instruction-tab--active + .dc__instruction-tab-swiper {
    left: 50%;
}
.dc__instruction-tab-content {
    display: none;
}
.dc__instruction-tab-content--active {
    display: block;
}
.dc__instruction-tab-content .cnt-text__inner {
    padding: 24px 0;
}
.dc__instruction-tab-content .cnt-text__inner h2 {
    margin-bottom: 0 !important;
}
.dc__instruction-tab-content .cnt-text__inner p {
    margin-top: 16px;
}
.dc__page {
    margin: 0 -30px;
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0 1px;
}
.dc__page img {
    width: 100%;
}
.dc__page .promo-img__inner {
    position: relative;
}
.dc__page .btn {
    position: absolute;
    bottom: 13px;
    width: 256px;
    left: 50%;
    margin-left: -128px;
}
.dc__page p {
    margin: 22px 0 25px;
}
.dc__list {
    padding-left: 16px;
}
.dc__list b {
    font-weight: 700;
    color: #b8b8cc;
}
.dc__list p {
    margin: 8px 0 0;
}
.browser-instruction h2,
.dc__title {
    margin-top: 34px;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
}
.browser-instruction h2 {
    text-transform: lowercase;
}
.browser-instruction h2:first-letter {
    text-transform: uppercase;
}
.action {
    margin: 25px 0;
}
.action .cnt-promo {
    position: relative;
    margin-left: -1px;
}
.action .promo-img {
    float: left;
    width: 366px;
    height: 226px;
    border-radius: 2px 2px 0 0;
}
.action .promo-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.action .cnt-text__inner p {
    font-size: 15px;
    margin: 15px 0;
}
.action .cnt-text__inner strong {
    color: #b8b8cc;
}
.action .timer {
    margin: 10px 0;
    padding: 1px 1px 15px;
}
.action .timer-names {
    font-size: 8px;
    bottom: -15px;
}
.action .promo-lights {
    float: right;
    width: 10px;
    height: 226px;
    margin: 0 2px 0 0;
    background: url(/vulkanclub/web/img/lights-strip-vert.png) -86px 50% repeat-y #18232e;
}
.action .promo-lights:after,
.action .promo-lights:before {
    width: 41px;
    height: 100%;
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: -18px;
    background-image: url(/vulkanclub/web/img/lights-strip-vert.png);
    background-repeat: repeat-y;
    background-position: 2px 50%;
}
.action .promo-lights:after {
    background-position: -41px 50%;
}
.action .promo-action {
    position: relative;
    text-align: center;
    height: 201px;
    padding: 0 0 25px;
}
.action .promo-action:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}
.action .promo-action__title {
    color: #7a8999;
    text-align: center;
    margin-bottom: 10px;
}
.action-show-link {
    position: absolute;
    bottom: 10px;
    left: 15px;
    right: 15px;
    font-size: 16px;
    color: #0097ec;
    cursor: pointer;
}
.action-show-link:hover {
    text-decoration: underline;
}
.action-show {
    padding: 0 30px;
}
.action .promo-action__total {
    font-size: 24px;
    overflow: hidden;
}
.action .promo-action__total.ellipsis {
    text-overflow: ellipsis;
}
.action .promo-action__title {
    text-overflow: ellipsis;
    margin-bottom: 4px;
    overflow: hidden;
}
.action-h1 {
    text-align: center;
}
.promo-action-vertical {
    display: inline-block;
    vertical-align: middle;
    max-width: 98%;
    box-sizing: border-box;
    padding-right: 6px;
    width: 230px;
}
.promo-action__limited {
    display: inline-block;
    padding: 17px;
    margin: 0 0 5px;
    width: 95px;
    box-sizing: border-box;
    background-image: url(/vulkanclub/web/img/spr-icons.png);
    background-repeat: no-repeat;
    background-position: -196px -482px;
}
.promo-action__limited-inner {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    text-shadow: -2px 4px 0 #1a4388;
}
.promo-action.no-timer .promo-action__title {
    margin-bottom: 30px;
}
@-webkit-keyframes blinking-blick {
    0% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.4;
        background-color: hsla(0, 0%, 100%, 0.3);
        box-shadow: inset 0 0 20px 2px #fff;
    }
    to {
        opacity: 0.1;
    }
}
@-moz-keyframes blinking-blick {
    0% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.4;
        background-color: hsla(0, 0%, 100%, 0.3);
        box-shadow: inset 0 0 20px 2px #fff;
    }
    to {
        opacity: 0.1;
    }
}
@keyframes blinking-blick {
    0% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.4;
        background-color: hsla(0, 0%, 100%, 0.3);
        box-shadow: inset 0 0 20px 2px #fff;
    }
    to {
        opacity: 0.1;
    }
}
.best-wheel {
    background-image: url(/vulkanclub/web/img/spr-wheel.png);
    background-repeat: no-repeat;
    background-position: -499px -450px;
    background-size: 244% 201%;
    position: relative;
    width: 546px;
    height: 530px;
    margin: 40px auto 0;
}
.best-wheel-container {
    width: 546px;
    height: 560px;
}
.best-wheel *,
.best-wheel-loader * {
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
.best-wheel-popup .popup-close {
    top: -11px;
    right: -18px;
}
.best-wheel-title {
    background-image: url(/vulkanclub/web/img/spr-wheel.png);
    background-repeat: no-repeat;
    background-position: -360px 0;
    position: absolute;
    width: 317px;
    height: 66px;
    top: -50px;
    left: 50%;
    margin-left: -160px;
}
html[lang="kk"] .best-wheel-title {
    background: url(/vulkanclub/web/img/spr-wheel.png) -108px 0;
}
html[lang="uk"] .best-wheel-title {
    background: url(/vulkanclub/web/img/spr-wheel.png) -108px 0;
}
.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: 0.5;
    filter: alpha(opacity=50);
    border-radius: 250px;
}
.best-wheel.loading .best-wheel-btn-spin {
    z-index: 0;
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
}
.best-wheel.loading .best-wheel-loader:after {
    display: none;
}
.best-wheel-loader {
    width: 94px;
    height: 94px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -63px 0 0 -48px;
    z-index: 2;
}
.best-wheel-loader:before {
    background-position: -574px -356px;
    width: 94px;
    height: 94px;
    z-index: 1;
    -webkit-animation: spin 0.7s linear infinite;
    -moz-animation: spin 0.7s linear infinite;
    animation: spin 0.7s linear infinite;
}
.best-wheel-loader:after,
.best-wheel-loader:before {
    content: "";
    background-image: url(/vulkanclub/web/img/spr-wheel.png);
    background-repeat: no-repeat;
    position: absolute;
}
.best-wheel-loader:after {
    background-position: -687px -266px;
    width: 129px;
    height: 129px;
    z-index: 0;
    top: -17px;
    left: -17px;
    -webkit-animation: blinking 1s infinite;
    -moz-animation: blinking 1s infinite;
    animation: blinking 1s infinite;
    -webkit-transition: opacity 5000 linear;
    -moz-transition: opacity 5000 linear;
    transition: opacity 5000 linear;
}
.best-wheel-loader span {
    position: absolute;
    font-size: 20px;
    text-align: center;
    width: 94px;
    bottom: -45px;
    cursor: default;
    text-shadow: 1px 1px 1px #000;
}
.best-wheel-needle {
    background-position: 0 0;
    width: 85px;
    height: 99px;
    top: -25px;
    margin-left: -42px;
}
.best-wheel-btn-spin,
.best-wheel-needle {
    background-image: url(/vulkanclub/web/img/spr-wheel.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    z-index: 1;
}
.best-wheel-btn-spin {
    background-position: -251px 0;
    width: 109px;
    height: 110px;
    cursor: pointer;
    top: 50%;
    margin: -53px 0 0 -54px;
    -webkit-animation: scaling 0.4s infinite alternate;
    -o-animation: scaling 0.4s infinite alternate;
    animation: scaling 0.4s infinite alternate;
}
html[lang="kk"] .best-wheel-btn-spin:not(.paid) {
    background: url(/vulkanclub/web/img/spr-wheel.png) 0 0;
}
html[lang="uk"] .best-wheel-btn-spin:not(.paid) {
    background: url(/vulkanclub/web/img/spr-wheel.png) 0 0;
}
@-webkit-keyframes scaling {
    0% {
        -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
        -o-transform: scale(1.03);
        transform: scale(1.03);
    }
    to {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
@-moz-keyframes scaling {
    0% {
        -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
        -o-transform: scale(1.03);
        transform: scale(1.03);
    }
    to {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes scaling {
    0% {
        -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
        -o-transform: scale(1.03);
        transform: scale(1.03);
    }
    to {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
.best-wheel-btn-spin:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 8px;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background-color: hsla(0, 0%, 100%, 0);
    box-shadow: inset 0 0 0 0 #fff;
    opacity: 0;
}
.best-wheel-btn-spin:hover,
.spinning .best-wheel-btn-spin.disable {
    background-position: -251px -114px;
    animation-play-state: paused;
}
html[lang="kk"] .best-wheel-btn-spin:hover:not(.paid),
html[lang="kk"] .spinning .best-wheel-btn-spin.disable:not(.paid) {
    background: url(/vulkanclub/web/img/spr-wheel.png) 0 -114px;
}
html[lang="uk"] .best-wheel-btn-spin:hover:not(.paid),
html[lang="uk"] .spinning .best-wheel-btn-spin.disable:not(.paid) {
    background: url(/vulkanclub/web/img/spr-wheel.png) 0 -114px;
}
.best-wheel-btn-spin:hover:before,
.spinning .best-wheel-btn-spin.disable:before {
    -webkit-animation: blinking-blick 0.6s infinite;
    -moz-animation: blinking-blick 0.6s infinite;
    animation: blinking-blick 0.6s infinite;
    -webkit-transition: opacity 1000 linear;
    -moz-transition: opacity 1000 linear;
    transition: opacity 1000 linear;
}
.best-wheel-btn-spin:active {
    background-position: -251px -228px;
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
}
html[lang="kk"] .best-wheel-btn-spin:active:not(.paid) {
    background: url(/vulkanclub/web/img/spr-wheel.png) 0 -228px;
}
html[lang="uk"] .best-wheel-btn-spin:active:not(.paid) {
    background: url(/vulkanclub/web/img/spr-wheel.png) 0 -228px;
}
.best-wheel-btn-spin:active:before {
    display: none;
}
.best-wheel:not(.spinning) .best-wheel-btn-spin.disable {
    cursor: default !important;
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
}
.best-wheel:not(.spinning) .best-wheel-btn-spin.disable:before {
    display: none;
}
.best-wheel-btn-spin.paid {
    background-image: url(/vulkanclub/web/img/spr-wheel.png);
    background-repeat: no-repeat;
    background-position: -142px 0;
    width: 110px;
    height: 110px;
    margin: -53px 0 0 -55px;
}
.best-wheel-btn-spin.paid:hover {
    background-position: -142px -113px;
}
.best-wheel-btn-spin.paid:hover:before {
    left: 6px;
}
.best-wheel-btn-spin.paid.disable,
.best-wheel-btn-spin.paid:active {
    background-position: -142px 0;
}
.best-wheel-btn-sound {
    background-image: url(/vulkanclub/web/img/spr-wheel.png);
    background-repeat: no-repeat;
    background-position: -122px -20px;
    position: absolute;
    width: 20px;
    height: 18px;
    top: -20px;
    right: 10px;
    cursor: pointer;
    opacity: 0.7;
}
.best-wheel-btn-sound:hover {
    opacity: 1;
}
.best-wheel-btn-sound.off {
    background-position: -122px -38px;
    right: 11px;
    width: 19px;
    height: 18px;
}
.best-wheel-btn-info {
    background-image: url(/vulkanclub/web/img/spr-wheel.png);
    background-repeat: no-repeat;
    background-position: -122px 0;
    position: absolute;
    width: 20px;
    height: 20px;
    top: -20px;
    right: 40px;
    opacity: 0.7;
    cursor: pointer;
}
.best-wheel-btn-info:hover {
    opacity: 1;
}
.best-wheel-btn-close {
    background-image: url(/vulkanclub/web/img/spr-wheel.png);
    background-repeat: no-repeat;
    background-position: -87px 0;
    position: absolute;
    top: 16px;
    right: -17px;
    width: 35px;
    height: 35px;
    opacity: 0.9;
    cursor: pointer;
}
.best-wheel-btn-close:hover {
    opacity: 1;
}
.best-wheel-alert {
    background-image: url(/vulkanclub/web/img/spr-wheel.png);
    background-repeat: no-repeat;
    background-position: 1px -342px;
    position: absolute;
    z-index: 1;
    width: 495px;
    height: 130px;
    left: 50%;
    top: 72px;
    margin-left: -287px;
    padding: 10px 40px 0;
}
.best-wheel-alert p {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-shadow: 1px 1px 0 #000;
    cursor: default;
}
.best-wheel-alert.small {
    width: 295px;
    height: 61px;
    padding: 15px 20px 0;
    background-size: 802px 663px;
    background-position: 0 -206px;
    text-align: center;
    margin-left: -166px;
    top: 122px;
}
.best-wheel-alert.small p {
    text-align: center;
    padding: 0;
    margin: 0;
}
.best-wheel.spinning .best-wheel-lights li {
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
}
.best-wheel.spinning .best-wheel-lights li:nth-child(odd) {
    -webkit-animation: blinking-full 0.2s infinite;
    -moz-animation: blinking-full 0.2s infinite;
    animation: blinking-full 0.2s infinite;
    -webkit-transition: opacity 2000 linear;
    -moz-transition: opacity 2000 linear;
    transition: opacity 2000 linear;
}
.best-wheel.spinning .best-wheel-lights li:nth-child(2n) {
    -webkit-animation: blinking-full 0.5s infinite;
    -moz-animation: blinking-full 0.5s infinite;
    animation: blinking-full 0.5s infinite;
    -webkit-transition: opacity 1000 linear;
    -moz-transition: opacity 1000 linear;
    transition: opacity 1000 linear;
}
.best-wheel.spinning.slow .best-wheel-lights li {
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
}
.best-wheel.spinning.slow .best-wheel-lights li:nth-child(odd) {
    -webkit-animation: blinking-full 0.5s infinite;
    -moz-animation: blinking-full 0.5s infinite;
    animation: blinking-full 0.5s infinite;
    -webkit-transition: opacity 2000 linear;
    -moz-transition: opacity 2000 linear;
    transition: opacity 2000 linear;
}
.best-wheel.spinning.slow .best-wheel-lights li:nth-child(2n) {
    -webkit-animation: blinking-full 0.7s infinite;
    -moz-animation: blinking-full 0.7s infinite;
    animation: blinking-full 0.7s infinite;
    -webkit-transition: opacity 1000 linear;
    -moz-transition: opacity 1000 linear;
    transition: opacity 1000 linear;
}
.best-wheel.won .best-wheel-lights li:nth-child(2n),
.best-wheel.won .best-wheel-lights li:nth-child(odd) {
    -webkit-animation: blinking-half 0.6s infinite;
    -moz-animation: blinking-half 0.6s infinite;
    animation: blinking-half 0.6s infinite;
    -webkit-transition: opacity 5000 linear;
    -moz-transition: opacity 5000 linear;
    transition: opacity 5000 linear;
}
.best-wheel-lights li {
    background-image: url(/vulkanclub/web/img/spr-wheel.png);
    background-repeat: no-repeat;
    background-position: -117px -58px;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-animation: blinking-full 2s infinite;
    -moz-animation: blinking-full 2s infinite;
    animation: blinking-full 2s infinite;
}
.best-wheel-lights li,
.best-wheel-lights li:nth-child(odd) {
    -webkit-transition: opacity 1000 linear;
    -moz-transition: opacity 1000 linear;
    transition: opacity 1000 linear;
}
.best-wheel-lights li:nth-child(odd) {
    -webkit-animation: blinking-full 0.8s infinite;
    -moz-animation: blinking-full 0.8s infinite;
    animation: blinking-full 0.8s infinite;
}
.best-wheel-lights li:nth-child(2n) {
    -webkit-animation: blinking-full 1.2s infinite;
    -moz-animation: blinking-full 1.2s infinite;
    animation: blinking-full 1.2s infinite;
    -webkit-transition: opacity 1000 linear;
    -moz-transition: opacity 1000 linear;
    transition: opacity 1000 linear;
}
.best-wheel-lights li:first-child {
    top: 3px;
    margin-left: -57px;
}
.best-wheel-lights li:nth-child(2) {
    top: 8px;
    margin-left: -79px;
}
.best-wheel-lights li:nth-child(3) {
    top: 15px;
    margin-left: -101px;
}
.best-wheel-lights li:nth-child(4) {
    top: 24px;
    margin-left: -121px;
}
.best-wheel-lights li:nth-child(5) {
    top: 34px;
    margin-left: -140px;
}
.best-wheel-lights li:nth-child(6) {
    top: 46px;
    margin-left: -158px;
}
.best-wheel-lights li:nth-child(7) {
    top: 58px;
    margin-left: -174px;
}
.best-wheel-lights li:nth-child(8) {
    top: 72px;
    margin-left: -190px;
}
.best-wheel-lights li:nth-child(9) {
    top: 86px;
    margin-left: -204px;
}
.best-wheel-lights li:nth-child(10) {
    top: 104px;
    margin-left: -218px;
}
.best-wheel-lights li:nth-child(11) {
    top: 120px;
    margin-left: -229px;
}
.best-wheel-lights li:nth-child(12) {
    top: 138px;
    margin-left: -239px;
}
.best-wheel-lights li:nth-child(13) {
    top: 156px;
    margin-left: -247px;
}
.best-wheel-lights li:nth-child(14) {
    top: 175px;
    margin-left: -254px;
}
.best-wheel-lights li:nth-child(15) {
    top: 194px;
    margin-left: -260px;
}
.best-wheel-lights li:nth-child(16) {
    top: 214px;
    margin-left: -264px;
}
.best-wheel-lights li:nth-child(17) {
    top: 235px;
    margin-left: -266px;
}
.best-wheel-lights li:nth-child(18) {
    top: 256px;
    margin-left: -267px;
}
.best-wheel-lights li:nth-child(19) {
    top: 274px;
    margin-left: -266px;
}
.best-wheel-lights li:nth-child(20) {
    top: 295px;
    margin-left: -264px;
}
.best-wheel-lights li:nth-child(21) {
    top: 315px;
    margin-left: -260px;
}
.best-wheel-lights li:nth-child(22) {
    top: 334px;
    margin-left: -254px;
}
.best-wheel-lights li:nth-child(23) {
    top: 353px;
    margin-left: -247px;
}
.best-wheel-lights li:nth-child(24) {
    top: 372px;
    margin-left: -238px;
}
.best-wheel-lights li:nth-child(25) {
    top: 389px;
    margin-left: -229px;
}
.best-wheel-lights li:nth-child(26) {
    top: 405px;
    margin-left: -218px;
}
.best-wheel-lights li:nth-child(27) {
    top: 420px;
    margin-left: -205px;
}
.best-wheel-lights li:nth-child(28) {
    top: 435px;
    margin-left: -192px;
}
.best-wheel-lights li:nth-child(29) {
    top: 447px;
    margin-left: -178px;
}
.best-wheel-lights li:nth-child(30) {
    top: 460px;
    margin-left: -163px;
}
.best-wheel-lights li:nth-child(31) {
    top: 472px;
    margin-left: -145px;
}
.best-wheel-lights li:nth-child(32) {
    top: 481px;
    margin-left: -127px;
}
.best-wheel-lights li:nth-child(33) {
    top: 490px;
    margin-left: -108px;
}
.best-wheel-lights li:nth-child(34) {
    top: 497px;
    margin-left: -88px;
}
.best-wheel-lights li:nth-child(35) {
    top: 502px;
    margin-left: -69px;
}
.best-wheel-lights li:nth-child(36) {
    top: 506px;
    margin-left: -49px;
}
.best-wheel-lights li:nth-child(37) {
    top: 508px;
    margin-left: -28px;
}
.best-wheel-lights li:nth-child(38) {
    top: 508px;
    margin-left: -8px;
}
.best-wheel-lights li:nth-child(39) {
    top: 506px;
    margin-left: 13px;
}
.best-wheel-lights li:nth-child(40) {
    top: 504px;
    margin-left: 33px;
}
.best-wheel-lights li:nth-child(41) {
    top: 499px;
    margin-left: 53px;
}
.best-wheel-lights li:nth-child(42) {
    top: 493px;
    margin-left: 71px;
}
.best-wheel-lights li:nth-child(43) {
    top: 486px;
    margin-left: 89px;
}
.best-wheel-lights li:nth-child(44) {
    top: 477px;
    margin-left: 106px;
}
.best-wheel-lights li:nth-child(45) {
    top: 467px;
    margin-left: 123px;
}
.best-wheel-lights li:nth-child(46) {
    top: 457px;
    margin-left: 138px;
}
.best-wheel-lights li:nth-child(47) {
    top: 445px;
    margin-left: 153px;
}
.best-wheel-lights li:nth-child(48) {
    top: 431px;
    margin-left: 167px;
}
.best-wheel-lights li:nth-child(49) {
    top: 417px;
    margin-left: 180px;
}
.best-wheel-lights li:nth-child(50) {
    top: 403px;
    margin-left: 192px;
}
.best-wheel-lights li:nth-child(51) {
    top: 386px;
    margin-left: 202px;
}
.best-wheel-lights li:nth-child(52) {
    top: 371px;
    margin-left: 212px;
}
.best-wheel-lights li:nth-child(53) {
    top: 354px;
    margin-left: 219px;
}
.best-wheel-lights li:nth-child(54) {
    top: 338px;
    margin-left: 225px;
}
.best-wheel-lights li:nth-child(55) {
    top: 319px;
    margin-left: 232px;
}
.best-wheel-lights li:nth-child(56) {
    top: 301px;
    margin-left: 236px;
}
.best-wheel-lights li:nth-child(57) {
    top: 282px;
    margin-left: 239px;
}
.best-wheel-lights li:nth-child(58) {
    top: 263px;
    margin-left: 240px;
}
.best-wheel-lights li:nth-child(59) {
    top: 241px;
    margin-left: 240px;
}
.best-wheel-lights li:nth-child(60) {
    top: 221px;
    margin-left: 238px;
}
.best-wheel-lights li:nth-child(61) {
    top: 200px;
    margin-left: 234px;
}
.best-wheel-lights li:nth-child(62),
.best-wheel-lights li:nth-child(63) {
    top: 179px;
    margin-left: 228px;
}
.best-wheel-lights li:nth-child(64) {
    top: 158px;
    margin-left: 221px;
}
.best-wheel-lights li:nth-child(65) {
    top: 139px;
    margin-left: 211px;
}
.best-wheel-lights li:nth-child(66) {
    top: 121px;
    margin-left: 200px;
}
.best-wheel-lights li:nth-child(67) {
    top: 104px;
    margin-left: 188px;
}
.best-wheel-lights li:nth-child(68) {
    top: 87px;
    margin-left: 176px;
}
.best-wheel-lights li:nth-child(69) {
    top: 73px;
    margin-left: 162px;
}
.best-wheel-lights li:nth-child(70) {
    top: 59px;
    margin-left: 146px;
}
.best-wheel-lights li:nth-child(71) {
    top: 47px;
    margin-left: 130px;
}
.best-wheel-lights li:nth-child(72) {
    top: 35px;
    margin-left: 113px;
}
.best-wheel-lights li:nth-child(73) {
    top: 26px;
    margin-left: 96px;
}
.best-wheel-lights li:nth-child(74) {
    top: 17px;
    margin-left: 77px;
}
.best-wheel-lights li:nth-child(75) {
    top: 10px;
    margin-left: 55px;
}
.best-wheel-lights li:nth-child(76) {
    top: 5px;
    margin-left: 33px;
}
.best-wheel-defeat,
.best-wheel-info,
.best-wheel-victory {
    background-image: url(/vulkanclub/web/img/spr-wheel.png);
    background-repeat: no-repeat;
    background-position: -894px 0;
    display: none;
    width: 480px;
    height: 430px;
    position: absolute;
    top: 150px;
    left: 50%;
    margin-left: -240px;
    z-index: 2;
}
.best-wheel-info-text {
    background-color: #000;
    width: 425px;
    height: 378px;
    margin: 26px;
    border-radius: 8px;
    cursor: default;
}
.best-wheel-info-text p {
    font-size: 12px;
    color: #fff;
    padding: 20px;
    line-height: 1.4;
    text-align: justify;
}
.best-wheel-congratulations {
    background-image: url(/vulkanclub/web/img/spr-wheel.png);
    background-repeat: no-repeat;
    background-position: -360px -96px;
    width: 322px;
    height: 98px;
    position: absolute;
    top: 13%;
    left: 50%;
    margin-left: -161px;
}
html[lang="kk"] .best-wheel-congratulations {
    background: url(/vulkanclub/web/img/spr-wheel.png) -105px -96px;
}
html[lang="uk"] .best-wheel-congratulations {
    background: url(/vulkanclub/web/img/spr-wheel.png) -105px -96px;
}
.best-wheel-capricious-fortune {
    background-image: url(/vulkanclub/web/img/spr-wheel.png);
    background-repeat: no-repeat;
    background-position: 0 -225px;
    width: 250px;
    height: 85px;
    position: absolute;
    top: 13%;
    left: 50%;
    margin-left: -125px;
}
html[lang="kk"] .best-wheel-capricious-fortune {
    background: url(/vulkanclub/web/img/spr-wheel.png) -144px -225px;
}
html[lang="uk"] .best-wheel-capricious-fortune {
    background: url(/vulkanclub/web/img/spr-wheel.png) -144px -225px;
}
.best-wheel-sum {
    width: 192px;
    height: 78px;
    position: absolute;
    top: 178px;
    left: 50%;
    margin-left: -96px;
    text-align: center;
    vertical-align: middle;
}
.best-wheel-sum img {
    display: inline-block;
    width: 100%;
    border: 0;
}
.best-wheel-btn-get-prize {
    background-image: url(/vulkanclub/web/img/spr-wheel.png);
    background-repeat: no-repeat;
    background-position: -360px -225px;
    width: 312px;
    height: 82px;
    line-height: 2.2em;
    font-weight: 700;
    font-size: 3em;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(80, 80, 80, 0.1), 1px 1px 5px hsla(0, 0%, 100%, 0.5);
    color: #fffefe;
    position: absolute;
    top: 290px;
    left: 50%;
    margin-left: -156px;
    cursor: pointer;
    box-shadow: 0 0 15px 2px #000;
    border-radius: 19px;
    -webkit-animation: jump 0.23s infinite alternate;
    -o-animation: jump 0.23s infinite alternate;
    animation: jump 0.23s infinite alternate;
    animation-delay: 0.5s;
}
@-webkit-keyframes jump {
    0% {
        top: 285px;
    }
    to {
        top: 290px;
    }
}
@-moz-keyframes jump {
    0% {
        top: 285px;
    }
    to {
        top: 290px;
    }
}
@keyframes jump {
    0% {
        top: 290px;
    }
    to {
        top: 286px;
    }
}
.best-wheel-btn-get-prize:before {
    background-image: url(/vulkanclub/web/img/spr-wheel.png);
    background-repeat: no-repeat;
    background-position: -360px -307px;
    content: "";
    position: absolute;
    width: 100%;
    height: 35px;
    top: -22%;
    left: -2%;
    opacity: 0;
    pointer-events: none;
}
.best-wheel-btn-get-prize:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 19px;
    background-color: rgba(253, 255, 0, 0.25);
    box-shadow: inset 0 0 0 0 #fff;
    opacity: 0;
    top: 0;
    left: 0;
}
.best-wheel-btn-get-prize.safari:after,
.best-wheel-btn-get-prize.safari:before {
    display: none;
    content: none;
}
@-webkit-keyframes blinking-glow {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
        box-shadow: inset 0 0 50px 5px #fdff00;
    }
    to {
        opacity: 0;
    }
}
@-moz-keyframes blinking-glow {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
        box-shadow: inset 0 0 50px 5px #fdff00;
    }
    to {
        opacity: 0;
    }
}
@keyframes blinking-glow {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
        box-shadow: inset 0 0 50px 5px #fdff00;
    }
    to {
        opacity: 0;
    }
}
.best-wheel-btn-get-prize:hover {
    bottom: 115px;
    animation-play-state: paused;
    -ms-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
}
.best-wheel-btn-get-prize:hover:before {
    opacity: 1;
}
.best-wheel-btn-get-prize:hover:after {
    -webkit-animation: blinking-glow 0.7s infinite;
    -moz-animation: blinking-glow 0.7s infinite;
    animation: blinking-glow 0.7s infinite;
    -webkit-transition: opacity 5000 linear;
    -moz-transition: opacity 5000 linear;
    transition: opacity 5000 linear;
}
.best-wheel-btn-get-prize:active {
    bottom: 113px;
    box-shadow: inset 0 0 20px 3px #000;
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
}
.best-wheel-btn-get-prize:active:after,
.best-wheel-btn-get-prize:active:before {
    display: none;
}
.best-wheel-highlight-sector {
    background-image: url(/vulkanclub/web/img/spr-wheel.png);
    background-repeat: no-repeat;
    background-position: -685px 0;
    display: none;
    width: 200px;
    height: 220px;
    position: absolute;
    top: 12px;
    left: 50%;
    margin-left: -105px;
    transform: rotate(1deg);
    z-index: 0;
    -webkit-animation: blinking-full 0.5s infinite;
    -moz-animation: blinking-full 0.5s infinite;
    animation: blinking-full 0.5s infinite;
    -webkit-transition: opacity 1000 linear;
    -moz-transition: opacity 1000 linear;
    transition: opacity 1000 linear;
}
.best-wheel-attempts {
    position: absolute;
    top: -22px;
    left: -50px;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    text-shadow: 1px 1px 0 #000;
    font-weight: 100;
    cursor: default;
}
.best-wheel-attempts span {
    color: #fecb00;
    font-size: 25px;
}
.best-wheel-denomination {
    position: relative;
    left: 20px;
    top: -50px;
}
.best-wheel-denomination-fill,
.best-wheel-denomination-items {
    background-image: url(/vulkanclub/web/img/spr-wheel.png);
    background-repeat: no-repeat;
    background-position: 0 -483px;
    position: absolute;
    top: -50px;
    left: 7px;
    width: 515px;
    height: 147px;
}
.best-wheel-denomination-fill ul,
.best-wheel-denomination-items ul {
    position: relative;
    z-index: 1;
}
.best-wheel-denomination-fill ul.lock li,
.best-wheel-denomination-items ul.lock li {
    cursor: default;
}
.best-wheel-denomination-fill ul li,
.best-wheel-denomination-items ul li {
    position: absolute;
    font-size: 0;
    cursor: pointer;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.best-wheel-denomination-fill ul li:first-child,
.best-wheel-denomination-items ul li:first-child {
    top: 28px;
    left: -10px;
    -webkit-transform: rotate(44deg);
    -ms-transform: rotate(44deg);
    -o-transform: rotate(44deg);
    transform: rotate(44deg);
}
.best-wheel-denomination-fill ul li:nth-child(2),
.best-wheel-denomination-items ul li:nth-child(2) {
    top: 86px;
    left: 73px;
    -webkit-transform: rotate(26deg);
    -ms-transform: rotate(26deg);
    -o-transform: rotate(26deg);
    transform: rotate(26deg);
}
.best-wheel-denomination-fill ul li:nth-child(3),
.best-wheel-denomination-items ul li:nth-child(3) {
    top: 115px;
    left: 171px;
    -webkit-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    transform: rotate(8deg);
}
.best-wheel-denomination-fill ul li:nth-child(4),
.best-wheel-denomination-items ul li:nth-child(4) {
    top: 108px;
    left: 266px;
    width: 70px;
    height: 70px;
    -webkit-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    transform: rotate(-8deg);
}
.best-wheel-denomination-fill ul li:nth-child(5),
.best-wheel-denomination-items ul li:nth-child(5) {
    top: 76px;
    left: 361px;
    width: 70px;
    height: 70px;
    -webkit-transform: rotate(-29deg);
    -ms-transform: rotate(-29deg);
    -o-transform: rotate(-29deg);
    transform: rotate(-29deg);
}
.best-wheel-denomination-fill ul li:nth-child(6),
.best-wheel-denomination-items ul li:nth-child(6) {
    top: 15px;
    left: 423px;
    width: 100px;
    height: 68px;
    -webkit-transform: rotate(-46deg);
    -ms-transform: rotate(-46deg);
    -o-transform: rotate(-46deg);
    transform: rotate(-46deg);
}
.best-wheel-denomination-fill {
    top: 0;
    left: 0;
    width: 10%;
    max-width: 515px;
    background-position: 0 -633px;
}
.best-wheel-denomination-needle {
    background-image: url(/vulkanclub/web/img/spr-wheel.png);
    background-repeat: no-repeat;
    background-position: 0 -105px;
    position: absolute;
    top: -7px;
    left: 0;
    width: 40px;
    height: 40px;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transform: rotate(40deg);
}
.best-wheel-denomination.x1 .best-wheel-denomination-needle {
    top: -7px;
    left: 0;
}
.best-wheel-denomination .test {
    opacity: 0.5;
}
.best-wheel-denomination.x2 .best-wheel-denomination-needle {
    top: 56px;
    left: 84px;
    -webkit-transform: rotate(26deg);
    -ms-transform: rotate(26deg);
    -o-transform: rotate(26deg);
    transform: rotate(26deg);
}
.best-wheel-denomination.x2 .best-wheel-denomination-fill {
    width: 25%;
}
.best-wheel-denomination.x2 .best-wheel-snake {
    width: 20%;
}
.best-wheel-denomination.x5 .best-wheel-denomination-needle {
    top: 89px;
    left: 185px;
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
}
.best-wheel-denomination.x5 .best-wheel-denomination-fill {
    width: 45%;
}
.best-wheel-denomination.x5 .best-wheel-snake {
    width: 40%;
}
.best-wheel-denomination.x10 .best-wheel-denomination-needle {
    top: 89px;
    left: 288px;
    -webkit-transform: rotate(-17deg);
    -ms-transform: rotate(-17deg);
    -o-transform: rotate(-17deg);
    transform: rotate(-17deg);
}
.best-wheel-denomination.x10 .best-wheel-denomination-fill {
    width: 65%;
}
.best-wheel-denomination.x10 .best-wheel-snake {
    width: 59%;
}
.best-wheel-denomination.x50 .best-wheel-denomination-needle {
    top: 57px;
    left: 388px;
    -webkit-transform: rotate(-33deg);
    -ms-transform: rotate(-33deg);
    -o-transform: rotate(-33deg);
    transform: rotate(-33deg);
}
.best-wheel-denomination.x50 .best-wheel-denomination-fill {
    width: 82%;
}
.best-wheel-denomination.x50 .best-wheel-snake {
    width: 80%;
}
.best-wheel-denomination.x100 .best-wheel-denomination-needle {
    top: -5px;
    left: 473px;
    -webkit-transform: rotate(-49deg);
    -ms-transform: rotate(-49deg);
    -o-transform: rotate(-49deg);
    transform: rotate(-49deg);
}
.best-wheel-denomination.x100 .best-wheel-denomination-fill,
.best-wheel-denomination.x100 .best-wheel-snake {
    width: 100%;
}
.best-wheel-scale,
.best-wheel-snake {
    background-image: url(/vulkanclub/web/img/spr-wheel.png);
    background-repeat: no-repeat;
    background-position: 0 -783px;
    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 {
    background-image: url(/vulkanclub/web/img/spr-wheel.png);
    background-repeat: no-repeat;
    background-position: -92px -104px;
    display: block;
    width: 50px;
    height: 52px;
}
.wheelFortune-inside:hover {
    background-position: -92px -156px;
}
.wheelFortune.blinking {
    -webkit-animation: blinking 1s infinite;
    -moz-animation: blinking 1s infinite;
    animation: blinking 1s infinite;
    -webkit-transition: opacity 5000 linear;
    -moz-transition: opacity 5000 linear;
    transition: opacity 5000 linear;
}
.sleeping .wheelFortune.blinking,
.wheelFortune.blinking:hover {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}
.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(/vulkanclub/web/img/tick-check.svg);
}
.privilegies--redesign.notlogin .cnt-table .ico .level:hover:after {
    transform: scale(1.05);
    animation: scale 0.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, 0.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, 0.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;
}
.privilegies--redesign .privilegies__content {
    margin: 0 0 0 -9px;
}
.privilegies--redesign .privilegies__title {
    font-size: 12px;
    line-height: 24px;
    color: #b8b8cc;
    opacity: 0.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(/vulkanclub/web/img/tick.svg);
    left: -22px;
    z-index: 0;
    opacity: 0.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(/vulkanclub/web/img/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 0.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;
}
.privilegies--redesign .privilegies__level_1:hover .level:after {
    background-size: 70%;
}
.privilegies--redesign .privilegies__level {
    width: 100%;
    display: flex;
    flex-direction: row;
    opacity: 0.4;
    position: relative;
    padding-bottom: 28px;
}
.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 0.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(/vulkanclub/web/img/tick-check.svg);
}
.privilegies--redesign .privilegies__progress {
    position: absolute;
    height: calc(100% - 107px);
    bottom: 4px;
    left: 6.5%;
    text-align: center;
    width: 4px;
    background-color: #000;
    margin: 0 0 -9px;
    border-radius: 4px;
    border: 2px solid #000;
}
@media screen and (min-width: 1260px) {
    .privilegies--redesign .privilegies__progress {
        left: 5%;
    }
}
.privilegies--redesign .privilegies__progress:before {
    content: "";
    position: absolute;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0.2));
    opacity: 0.2;
    border-radius: 1px;
}
.privilegies--redesign .privilegies__progress_inprogress {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), transparent), #007afc;
    height: 100%;
    box-shadow: inset 3px 0 1px hsla(0, 0%, 100%, 0.1);
    background-size: cover;
    border-radius: inherit;
}
.privilegies--redesign .privilegies-description .privilegies-description__text {
    margin: 12px 0 20px;
}
.dropdown {
    position: relative;
    border: 1px solid transparent;
}
.dropdown-menu {
    display: none;
    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;
}
.filters--redesing {
    margin: 26px 0 26px -4px !important;
    padding: 7px 10px 7px 0;
}
.dropdown--filter-sort:hover .dropdown-menu {
    display: block;
}
.dropdown--filter-sort.dropdown {
    position: relative;
    border-color: transparent;
    margin-right: 40px;
    cursor: pointer;
    z-index: 5;
}
.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(/vulkanclub/web/img/sort.svg) 0 0 no-repeat;
}
.dropdown--filter-sort .dropdown-menu {
    position: absolute;
    top: 100%;
    right: auto;
    bottom: auto;
    left: -16px;
    display: none;
    border-radius: 6px;
    margin-top: 12px;
    background: #0e161f;
    width: 224px;
    border: none;
    box-shadow: 1px 2px 21px rgba(0, 0, 0, 0.9);
}
.dropdown--filter-sort .dropdown-menu:after,
.dropdown--filter-sort .dropdown-menu:before {
    content: "";
    border-style: solid;
    border-width: 8px;
    position: absolute;
    left: 17px;
}
.dropdown--filter-sort .dropdown-menu:before {
    top: -16px;
    border-color: transparent transparent #1a222a;
}
.dropdown--filter-sort .dropdown-menu:after {
    top: -14px;
    border-color: transparent transparent #0e161f;
}
.dropdown--filter-sort .dropdown-item {
    width: 100%;
    background: #0e161f;
    text-align: left;
    font-size: 12px;
    border-bottom: 1px solid #070b0f;
    border-top: 1px solid #1a222a;
    height: 40px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.dropdown--filter-sort .dropdown-item button {
    padding: 6px 10px 5px 32px;
}
.dropdown--filter-sort .dropdown-item:first-child {
    border-radius: 6px 6px 0 0;
}
.dropdown--filter-sort .dropdown-item:last-child {
    border-radius: 0 0 6px 6px;
}
.dropdown--filter-sort .dropdown-item:hover {
    background: #0e161f;
    box-shadow: 0 0 0 1px transparent;
}
.dropdown--filter-sort .dropdown-item:hover button {
    text-decoration: underline;
}
.filters__list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 8px;
}
.filters__list button {
    display: inline;
    outline: none;
    padding: unset;
    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 button {
    color: currentColor;
    font-size: 12px;
    line-height: 30px;
}
.filters__item.disabled button {
    color: #415367;
    pointer-events: none;
    cursor: text;
}
.filters__item.active {
    background: #000;
    color: #ffc109;
}
.filters__dropdown.disabled {
    pointer-events: none;
    opacity: 0.2;
}
.search-wrapper {
    width: 100%;
    margin: 0 auto 8px;
    position: absolute;
    right: 0;
    height: 80px;
    border: 1px solid hsla(0, 0%, 100%, 0.05);
    border-radius: 4px;
    transition: all 0.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(/vulkanclub/web/img/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 h3 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;
}
.tournaments__content {
    padding-bottom: 16px;
}
.tournaments__content-tournament {
    margin: 0;
}
.tournaments__content-tournament .tournaments__title {
    padding: 0;
    margin: 0 0 24px;
}
.tournaments__content-tournament .tournament__game-list__container {
    padding: 0;
}
.tournaments__content-tournament .tournament__image img,
.tournaments__content-tournament .tournament__item {
    border-radius: 8px;
}
.tournaments__title {
    text-align: left;
    font-size: 24px;
    font-weight: 500;
    margin: 56px 0 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 .timer-double__counter {
    display: none;
}
.tournaments .timer-double__counter--active {
    display: block;
}
.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__item {
    position: relative;
    width: 100%;
    height: 240px;
    overflow: hidden;
    margin: 0 auto;
    backface-visibility: hidden;
}
.tournament__item:before {
    content: "";
    width: 100%;
    height: 110px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6), transparent);
    position: absolute;
    top: 0;
    z-index: 2;
}
.tournament__image {
    width: 100%;
    height: 100%;
    position: absolute;
}
.tournament__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    padding: 16px 32px;
    z-index: 3;
}
.tournament__content h3 {
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    margin: 0;
    padding: 0;
}
.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%, 0.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(/vulkanclub/web/img/status_yes.png);
    background-repeat: no-repeat;
}
.tournament__status-content--forbidden:before {
    background-image: url(/vulkanclub/web/img/status_no.png);
    background-repeat: no-repeat;
}
.tournament__button {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 224px;
    margin: 20px 32px 32px;
    z-index: 5;
}
.tournament__button .btn {
    margin: 0;
}
.tournament__button .btn-disabled {
    pointer-events: none;
}
.tournament__text {
    line-height: 24px;
    color: rgba(184, 184, 204, 0.6);
    margin: 0;
    font-weight: 400;
}
.tournament__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.tournament__title {
    flex: 2;
    max-width: 480px;
}
.tournament__timer {
    flex: 0.8;
    text-align: right;
    padding: 0 15px;
    min-width: 146px;
}
.tournament__dividing-line {
    height: 30px;
    width: 1px;
    min-width: 1px;
    border-radius: 48px;
    background: #fff;
    opacity: 0.1;
    margin: 10px 0;
}
.tournament__price-pool {
    min-width: 90px;
    padding-left: 15px;
    text-align: right;
    box-sizing: content-box;
}
.tournament__total {
    color: #fdbb2c;
    white-space: nowrap;
}
.tournament__timer,
.tournament__total {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
}
.tournament__timer {
    color: #fff;
}
.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: 0.4;
    z-index: 1;
}
.tournament--completed .tournament__button {
    z-index: 5;
}
.tournament__description {
    color: rgba(184, 184, 204, 0.7);
    font-size: 14px;
    line-height: 24px;
    padding: 0;
    margin: 20px 0;
}
.tournament__description li,
.tournament__description p {
    font-size: 14px;
    color: #b8b8cc;
    opacity: 0.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, 0.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, 0.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 0.3s;
}
.tournament-dropdown__game-list--active {
    max-height: 850px;
    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, 0.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%, 0.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%, 0.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%, 0.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, 0.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;
}
.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%, 0.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__content-lottery .lottery__item {
    height: 240px;
    border-radius: 8px;
}
.lotteries__content-lottery .lottery__image img {
    border-radius: 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: 0.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: 269px;
    overflow: hidden;
    margin: 0 auto;
    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, 0.8), rgba(0, 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__image {
    width: 100%;
}
.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%, 0.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(/vulkanclub/web/img/status-icon.svg);
    background-repeat: no-repeat;
}
.lottery__button {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 176px;
    margin: 29px 32px 32px 0;
    z-index: 5;
}
.lottery__button .btn {
    margin: 0;
}
.lottery__text {
    font-size: 12px;
    line-height: 24px;
    color: rgba(184, 184, 204, 0.6);
    margin: 0;
    font-weight: 400;
}
.lottery__image {
    height: 100%;
}
.lottery__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.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: 0.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: 0.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, 0.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, 0.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, 0.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 0.2s 0.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, 0.4);
    transition: background 0.5s 0.2s;
}
html.ie .lottery__ticket:hover .lottery__ticket-background {
    background: none;
    transition: none;
}
.lottery__ticket-hover {
    position: relative;
    visibility: hidden;
    opacity: 0;
    transition: 0.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 0.4s 0.1s;
}
.lottery__ticket-active {
    position: relative;
    padding-top: 10px;
    height: 60px;
    max-width: 140px;
    background: url(/vulkanclub/web/img/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(/vulkanclub/web/img/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(/vulkanclub/web/img/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 {
    text-align: right;
    font-size: 24px;
    color: #fff;
    line-height: 22px;
    font-weight: 400;
    margin: 0;
    padding-right: 10px;
}
.lottery__ticket-price-old {
    font-size: 14px;
    color: hsla(0, 0%, 100%, 0.3);
    line-height: 12px;
    font-weight: 400;
    text-decoration: line-through;
    text-align: right;
    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, 0.9);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-out, visibility 0s linear 0.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(/vulkanclub/web/img/wrapper-main-1.png) 50% 0 repeat;
    min-height: 214px;
    width: 400px;
    padding: 28px 32px;
    box-sizing: border-box;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
    border: 1px solid hsla(0, 0%, 100%, 0.05);
    background-clip: padding-box;
}
.lottery__popup__desc {
    flex: 1 1 auto;
    padding: 20px 10px 24px 0;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 24px;
    color: #b8b8cc;
}
.lottery__popup__buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.lottery__popup__btn-confirm.btn {
    width: 192px;
}
.lottery__popup__btn-cancel.btn {
    width: 128px;
}
.lottery-presents .lottery__dividing-line {
    background: rgba(0, 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, 0.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, 0.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%, 0.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, 0.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, 0.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%, 0.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, 0.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;
}
.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%, 0.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%, 0.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(/vulkanclub/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%, 0.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, 0.5);
    border-radius: 2px;
    box-shadow: inset 0 0 4px 0 #000, 0 0 0 2px rgba(0, 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 .sticker span {
    left: -18px;
    top: 1px;
    transition: 0.2s;
}
.tmb-img {
    border-radius: 4px;
    margin: 0 0 10px;
    overflow: hidden;
    position: relative;
}
.tmb-img,
.tmb-img img {
    width: 176px;
    height: 112px;
}
.tmb-img img {
    border-radius: 2px;
    opacity: 1;
    transition: opacity 0.2s ease-out, transform 0.2s ease-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.tmb-img img[src$="preloader.svg"] {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -24px;
}
.tmb-img svg {
    display: none;
}
.tmb-img--preload svg {
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -24px;
    opacity: 1;
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    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%;
    margin-top: -24px;
    margin-left: -24px;
    opacity: 1;
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.tmb-img:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(0deg, transparent, #fff);
    opacity: 0.1;
    border-radius: 4px;
    transition: 0.3s;
}
.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: 0.3s;
}
.tmb-static {
    width: 190px;
    height: 110px;
    position: absolute;
    top: 9px;
    right: 9px;
    bottom: auto;
    left: 9px;
    background-image: url(/vulkanclub/web/img/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, 0.9);
    z-index: 3;
    opacity: 0;
    transition: opacity 0.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: 0.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: 0.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, 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: 0.3s;
    z-index: 1;
    opacity: 0.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, 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-weight: 400;
    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;
    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.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(/vulkanclub/web/img/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(/vulkanclub/web/img/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 0.2s ease-out;
    -o-transition: top 0.2s ease-out;
    transition: top 0.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 0.3s ease-out;
    -o-transition: bottom 0.3s ease-out;
    transition: bottom 0.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-blue {
    bottom: 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: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(0.95) translateZ(0);
    -webkit-transform: scale(0.95) translateZ(0);
    -o-transform: scale(0.95) translateZ(0);
    -ms-transform: scale(0.95) translateZ(0);
    transform: scale(0.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: 0.3s;
}
.tmb-container.tmb__lock .tmb-action {
    background-color: transparent;
}
.tmb-container.tmb__lock:hover .sticker span {
    border-bottom-color: #333;
}
.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: 0.2;
}
.cnt-main--actions {
    padding: 0;
}
.actions {
    width: 100%;
    box-sizing: border-box;
}
h1.actions__title {
    margin: 0;
    padding: 0 0 16px;
    text-align: left;
    font-weight: 500;
}
.actions__active {
    margin-bottom: 40px;
    padding: 0;
}
.actions__active h1.actions__title {
    padding: 0 0 24px;
}
.actions__active-box {
    position: relative;
    width: calc(100% + 60px);
    margin: 0 -30px;
    min-height: 160px;
    vertical-align: middle;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(1turn, rgba(0, 0, 0, 0.0001), #000), #090909;
    box-sizing: border-box;
}
.actions__active-box-empty-text {
    position: absolute;
    top: 32px;
    right: 33px;
    bottom: 32px;
    left: 25px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    height: 96px;
    margin: auto;
    padding: 0 29px;
    text-align: center;
    opacity: 1;
    transition: opacity 0.5s ease;
    border: 2px dotted hsla(0, 0%, 100%, 0.2);
    border-radius: 8px;
    box-sizing: border-box;
    z-index: 0;
}
.actions__active-box-empty-text span {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    opacity: 0.4;
}
.actions__active-box--hasActive .actions__active-box-empty-text {
    opacity: 0;
}
.actions__active-box .actions__item {
    width: 100%;
    height: 208px;
    margin: 0 0 2px;
    opacity: 1;
    transition: opacity 0.3s ease, top 0.5s ease-in-out, left 0.5s ease-in-out;
}
.actions__active-box .actions__item--by-active,
.actions__active-box .actions__item--by-available,
.actions__active-box .actions__item--by-remove {
    opacity: 0;
}
.actions__active-box .actions__item-background-pattern,
.actions__active-box .actions__item_box {
    box-shadow: unset;
}
.actions__active-box .actions__item_box {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-end;
    justify-content: space-between;
    padding: 26px 32px 30px 30px;
}
@media screen and (max-width: 1259px) {
    .actions__active-box .actions__item_box {
        padding: 26px 49px 30px 30px;
    }
}
.actions__active-box .actions__item_box > .pay-now-widget {
    width: 256px;
    margin-bottom: 5px;
    z-index: 1;
}
@media screen and (max-width: 1259px) {
    .actions__active-box .actions__item_box > .pay-now-widget {
        width: 176px;
    }
}
.actions__active-box .actions__item-content {
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 65%;
    height: 100%;
}
.actions__active-box .actions__item-bottom .actions__item-btn,
.actions__active-box .actions__item-bottom .btn,
.actions__active-box .actions__item-bottom .form-block {
    display: none;
}
.actions__active-box .actions__item-footer {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-end;
    justify-content: flex-start;
    min-height: 20px;
}
.actions__active-box .actions__item-footer-text {
    align-self: flex-start;
}
.actions__active-box .actions__item-footer-text:first-of-type {
    margin-right: 16px;
}
.actions__active-box .actions__item-footer-text--time {
    margin-left: 1px;
}
.actions__active-box .actions__item-footer-text-desc,
.actions__active-box .actions__item-footer-text-main {
    display: block;
    line-height: 16px;
}
.actions__active-box .actions__item-footer-text-main {
    font-size: 14px;
}
.actions__active-box .actions__item-footer-text-desc {
    font-size: 12px;
    margin-bottom: 7px;
}
.actions__active-box .actions__item-footer-text--deactivate {
    display: inline-block;
    outline: none;
    background-color: transparent;
}
.actions__active-box .actions__item-deactivate {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 8px;
    right: 13px;
    background: transparent;
    z-index: 1;
}
@media screen and (max-width: 1259px) {
    .actions__active-box .actions__item-deactivate {
        top: 6px;
        right: 12px;
    }
}
.actions__active-box .actions__item-deactivate:after,
.actions__active-box .actions__item-deactivate:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    top: 50%;
    left: 50%;
    background-color: #fff;
    transform-origin: center;
    border-radius: 2px;
}
.actions__active-box .actions__item-deactivate:before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.actions__active-box .actions__item-deactivate:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.actions__active-box .actions__item-fullDesc {
    position: relative;
    margin-bottom: 2px;
    margin-left: 7px;
}
.actions__active-box .actions__item_cashbox-call.btn {
    display: block;
    align-self: flex-end;
    width: 208px;
    z-index: 1;
}
.actions__active-box .actions__item .actions__popup-actions-block {
    display: block;
}
.actions__active-box .actions__item--oneclick .actions__item-background,
.actions__active-box .actions__item-background-pattern--with-one-click .actions__item-background img,
.actions__active-box .actions__item .actions__popup-item-btn {
    display: none;
}
.actions__active-box .actions__item_box {
    min-height: inherit;
    max-height: inherit;
}
.actions__active-box .actions__item-background {
    top: 0;
    left: calc(100% - 209px);
}
.actions__active-box .actions__item-deposit-left {
    margin: 16px 0;
    width: 320px;
}
.actions__available {
    margin-bottom: 32px;
}
.actions__permanent {
    margin-bottom: 22px;
}
.actions__item {
    position: relative;
    display: inline-block;
    color: #fff;
    box-sizing: border-box;
}
[data-id="available-box-inner"] .actions__item,
[data-id="permanent-box-inner"] .actions__item {
    width: 368px;
    margin: 8px;
    opacity: 1;
    transition: opacity 0.5s ease, top 0.5s ease-in-out, left 0.5s ease-in-out;
    border-radius: 8px;
}
@media screen and (max-width: 1259px) {
    [data-id="available-box-inner"] .actions__item,
    [data-id="permanent-box-inner"] .actions__item {
        width: 272px;
    }
}
[data-id="available-box-inner"] .actions__item--by-active,
[data-id="available-box-inner"] .actions__item--by-available,
[data-id="available-box-inner"] .actions__item--by-remove,
[data-id="permanent-box-inner"] .actions__item--by-active,
[data-id="permanent-box-inner"] .actions__item--by-available,
[data-id="permanent-box-inner"] .actions__item--by-remove {
    opacity: 0;
}
[data-id="available-box-inner"] .actions__item-background-pattern,
[data-id="available-box-inner"] .actions__item_box,
[data-id="permanent-box-inner"] .actions__item-background-pattern,
[data-id="permanent-box-inner"] .actions__item_box {
    border-radius: 8px;
}
[data-id="available-box-inner"] .actions__item_box,
[data-id="permanent-box-inner"] .actions__item_box {
    padding: 26px 32px 32px;
}
[data-id="available-box-inner"] .actions__item_box > .pay-now-widget,
[data-id="permanent-box-inner"] .actions__item_box > .pay-now-widget {
    display: none;
}
[data-id="available-box-inner"] .actions__item-content,
[data-id="permanent-box-inner"] .actions__item-content {
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
    width: 100%;
}
[data-id="available-box-inner"] .actions__item-footer,
[data-id="permanent-box-inner"] .actions__item-footer {
    margin-bottom: 20px;
}
[data-id="available-box-inner"] .actions__item-footer-text,
[data-id="permanent-box-inner"] .actions__item-footer-text {
    display: none;
    margin-bottom: 8px;
}
[data-id="available-box-inner"] .actions__item-footer-text:first-child,
[data-id="available-box-inner"] .actions__item-footer-text:nth-child(2),
[data-id="permanent-box-inner"] .actions__item-footer-text:first-child,
[data-id="permanent-box-inner"] .actions__item-footer-text:nth-child(2) {
    display: block;
}
[data-id="available-box-inner"] .actions__item-footer-text:last-of-type,
[data-id="permanent-box-inner"] .actions__item-footer-text:last-of-type {
    margin-bottom: 0;
}
[data-id="available-box-inner"] .actions__item-footer-text-desc,
[data-id="available-box-inner"] .actions__item-footer-text-main,
[data-id="permanent-box-inner"] .actions__item-footer-text-desc,
[data-id="permanent-box-inner"] .actions__item-footer-text-main {
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
}
.actions__active [data-id="available-box-inner"] .actions__item-footer-text--indent,
.actions__active [data-id="permanent-box-inner"] .actions__item-footer-text--indent {
    margin-right: 10px;
}
.actions__available [data-id="available-box-inner"] .actions__item-footer-text--indent,
.actions__available [data-id="permanent-box-inner"] .actions__item-footer-text--indent {
    margin-bottom: 20px;
}
[data-id="available-box-inner"] .actions__item-footer-text--indent [data-bonus-counter] span,
[data-id="permanent-box-inner"] .actions__item-footer-text--indent [data-bonus-counter] span {
    font-weight: 500;
}
.actions__available [data-id="available-box-inner"] .actions__item-footer-text--timer,
.actions__available [data-id="permanent-box-inner"] .actions__item-footer-text--timer {
    display: block;
}
[data-id="available-box-inner"] .actions__item-footer-text--time,
[data-id="permanent-box-inner"] .actions__item-footer-text--time {
    font-weight: 500;
    opacity: 1;
}
[data-id="available-box-inner"] .actions__item-footer-text--deactivate,
[data-id="permanent-box-inner"] .actions__item-footer-text--deactivate {
    display: none;
    position: absolute;
    left: 322px;
    bottom: 0;
}
[data-id="available-box-inner"] .actions__item-fullDesc,
[data-id="permanent-box-inner"] .actions__item-fullDesc {
    position: absolute;
    top: 14px;
    right: 14px;
}
[data-id="available-box-inner"] .actions__item-deactivate,
[data-id="available-box-inner"] .actions__item_cashbox-call.btn,
[data-id="permanent-box-inner"] .actions__item-deactivate,
[data-id="permanent-box-inner"] .actions__item_cashbox-call.btn {
    display: none;
}
[data-id="available-box-inner"] .actions__item {
    height: 272px;
}
[data-id="permanent-box-inner"] .actions__item {
    height: 192px;
}
.actions__item-content {
    z-index: 1;
}
.actions__item--popup-open {
    z-index: 100;
}
.actions__item_box {
    position: relative;
    width: inherit;
    height: inherit;
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.1), hsla(0, 0%, 100%, 0));
    background-repeat: repeat;
    background-position: 0 0;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.6);
    z-index: 1;
    box-sizing: border-box;
}
.actions__item-title {
    max-height: 64px;
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.actions__item-deposit-left {
    margin: 6px 0 0;
    width: 176px;
}
.actions__item-progress {
    width: 100%;
    border: 1px solid hsla(0, 0%, 100%, 0.2);
    border-radius: 8px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    min-height: 14px;
    text-align: center;
}
.actions__item-progress-snake {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: hsla(0, 0%, 100%, 0.2);
}
.actions__item-progress-text {
    color: #fff;
    font-weight: 500;
    font-size: 10px;
    line-height: 14px;
    z-index: 1;
}
.actions__item .pay-now-widget {
    padding: 0;
}
.actions__item-btn {
    display: inline-block;
    padding: 0;
    min-width: 176px;
    box-sizing: border-box;
}
.actions__item-btn span {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    pointer-events: none;
}
.actions__item .btn {
    margin: 0;
}
.actions__item-footer-text-desc {
    color: hsla(0, 0%, 100%, 0.6);
}
.actions__item-footer-text-desc span,
.actions__item-footer-text-main {
    color: #fff;
    font-weight: 500;
}
.actions__item-fullDesc {
    display: block;
    width: 20px;
    height: 20px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
}
.actions__item-fullDesc:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(/vulkanclub/web/img/icon_info.svg) no-repeat 50%;
    z-index: 1;
}
.actions__item-top {
    width: 100%;
}
.actions__item-bottom,
.actions__item-fullDesc,
.actions__item-top {
    z-index: 1;
}
.actions__item-background {
    position: absolute;
    width: 300px;
    height: 300px;
    top: 32px;
    left: calc(100% - 160px);
    min-width: 100%;
    z-index: 0;
}
.actions__item-background-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.6);
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.1), hsla(0, 0%, 100%, 0));
    overflow: hidden;
}
.actions__item-background img {
    max-width: 100%;
    max-height: 100%;
}
.actions__item .form-block {
    height: 48px;
    margin: 0;
    padding: 0;
}
.actions__item .form-block.has-error .fld--btn {
    pointer-events: none;
    opacity: 0.65;
}
.actions__item .fld--btn {
    position: absolute;
    top: 8px;
    right: 8px;
    bottom: auto;
    left: auto;
    width: 32px;
    height: 32px;
    background: linear-gradient(180deg, #226dbf, #04407d);
    border-radius: 2px;
}
.actions__item .fld--btn.btn {
    margin: 0;
}
.actions__item .fld--btn:not(.loader):after {
    content: "";
    display: block;
    width: 15px;
    height: 12px;
    position: absolute;
    top: 11px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(/vulkanclub/web/img/input_btn-arrow-right.svg);
    background-position: 50%;
    background-repeat: no-repeat;
}
[data-id="available-box-inner"] .actions__item-bottom,
[data-id="permanent-box-inner"] .actions__item-bottom {
    width: 176px;
}
[data-id="available-box-inner"] .actions__item-bottom .btn:not(.fld--btn),
[data-id="permanent-box-inner"] .actions__item-bottom .btn:not(.fld--btn) {
    width: 176px;
    margin: 0;
}
[data-id="available-box-inner"] .actions__item-bottom .form-block,
[data-id="permanent-box-inner"] .actions__item-bottom .form-block {
    width: 208px;
    margin-bottom: 0;
}
@media screen and (max-width: 1259px) {
    [data-id="available-box-inner"] .actions__item-bottom .form-block,
    [data-id="permanent-box-inner"] .actions__item-bottom .form-block {
        width: 176px;
    }
}
.actions__item-bottom .fld-block .lbl {
    color: #000;
    font-size: 12px;
}
.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, 0.9);
}
.actions__popup-content {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 480px;
    width: 704px;
    padding: 39px 40px 48px 48px;
    top: 50%;
    left: 50%;
    background: url(/vulkanclub/web/img/wrapper-main-1.png) 50% 0 repeat;
    background-clip: padding-box;
    border: 1px solid hsla(0, 0%, 100%, 0.05);
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
    transform: translate(-50%, -50%);
    box-sizing: border-box;
}
.actions__popup .mCSB_scrollTools.mCS-scrollbar {
    width: 4px;
}
.actions__popup .mCSB_container:after {
    content: "";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}
.actions__popup-bonus-info {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 32px;
}
.actions__popup-main-info {
    position: relative;
    float: left;
    min-height: 192px;
    width: calc(50% - 16px);
    margin-bottom: 16px;
    z-index: 1;
}
.actions__popup-main-info .pay-now-widget {
    width: 256px;
}
.actions__popup-info-title {
    margin-bottom: 24px;
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
}
.actions__popup-info-subtitle {
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    background-image: -webkit-linear-gradient(top, #fff, #aaa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
html.ie .actions__popup-info-subtitle {
    color: #fafafa;
}
.actions__popup-actions-block {
    display: none;
}
.actions__popup-item-btn,
.actions__popup-item-btn-container {
    width: 208px;
}
.actions__popup .popup-rules-info {
    position: relative;
    width: calc(50% + 8px);
    margin: 8px 0 16px 8px;
    z-index: 1;
}
.actions__popup .popup-rules-info > div {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 48px;
    border-bottom: 1px solid rgba(184, 184, 204, 0.06);
    box-sizing: border-box;
}
.actions__popup .popup-rules-info > div span {
    font-size: 12px;
    line-height: 14px;
}
.actions__popup .popup-rules-info > div span:first-child {
    max-width: 68%;
    color: #b8b8cc;
}
.actions__popup .popup-rules-info > div span:last-child {
    color: #fff;
    font-weight: 500;
}
.actions__popup .actions__item_cashbox-call.btn {
    width: 208px;
}
.actions__popup-scroll-content {
    height: 100%;
    color: #b8b8cc;
    overflow: hidden;
}
.actions__popup-scroll-content .scroll-content__static-content {
    position: relative;
    width: 100%;
    padding-right: 16px;
    font-size: 14px;
    line-height: 24px;
    z-index: 0;
    box-sizing: border-box;
}
.actions__popup-scroll-content .scroll-content ol,
.actions__popup-scroll-content .scroll-content ul {
    list-style-position: inside;
}
.actions__popup-scroll-content li,
.actions__popup-scroll-content ol,
.actions__popup-scroll-content p,
.actions__popup-scroll-content ul {
    font-size: 14px;
    line-height: 24px;
    color: #b8b8cc;
}
.actions__popup-scroll-content li {
    margin: 0 0 24px;
}
.actions__popup-scroll-content li:last-child {
    margin: 0;
}
.actions__popup-scroll-content ol,
.actions__popup-scroll-content p,
.actions__popup-scroll-content ul {
    margin: 0 0 20px;
}
.actions__popup-scroll-content ol {
    padding-left: 21px;
}
.actions__popup-scroll-content ul {
    padding-left: 17px;
    list-style-type: disc;
}
.actions__popup-scroll-content ul li {
    position: relative;
}
.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-title {
    display: block;
    margin: 0 0 35px;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}
.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 {
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
}
.actions__popup--reset-confirm .actions__popup_reset_cancel {
    width: 128px;
    min-width: 128px;
    display: inline-block;
}
.actions__popup--reset-confirm .actions__popup_reset_confirm {
    width: 190px;
    min-width: 190px;
}
.actions__popup--reset-confirm .actions__popup_reset-event {
    width: 190px;
    margin-left: 16px;
    display: inline-block;
}
.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 [data-page-bonus-relation="blocked"] .btn-lg span {
    padding: 8px 4px;
    line-height: 16px;
    font-size: 12px;
}
.actions__item--new .actions__item-background-pattern {
    animation: pulsing 0.8s infinite;
    animation-iteration-count: 4;
}
@keyframes pulsing {
    0%,
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
    }
}
[data-id="active-box-inner"],
[data-id="available-box-inner"],
[data-id="permanent-box-inner"] {
    position: relative;
    display: block;
    height: auto;
    font-size: 0;
    line-height: 0;
    transition: height 0.3s ease;
}
[data-id="available-box-inner"],
[data-id="permanent-box-inner"] {
    margin: 0 -8px;
}
[data-id="active-box-inner"] {
    width: 100%;
    min-height: 144px;
    padding: 2px 0 0;
}
.events--disabled * {
    pointer-events: none;
}
.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--active {
    display: block;
}
.pay-now-widget--alert-error,
.pay-now-widget--alert-error2,
.pay-now-widget--alert-process,
.pay-now-widget--alert-success {
    display: flex;
}
.pay-now-widget--alert-process .pay-now-widget__alert_close {
    display: none;
}
.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, 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: 16px;
    color: #000;
    font-size: 16px;
    cursor: text;
    border-right: 1px solid rgba(9, 23, 46, 0.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: 700;
}
.pay-now-widget__input-box [data-id="input-resize-hidden"] {
    font-size: 16px;
}
.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, 0.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, 0.8);
}
.btn.pay-now-widget__form_submit {
    height: 48px;
    margin: 0;
    border: none;
    outline: none;
    box-shadow: 0 4px 4px rgba(0, 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%, 0.2);
    box-shadow: unset;
    pointer-events: none;
}
.btn.pay-now-widget__form_submit--disabled span {
    color: rgba(9, 23, 46, 0.4);
    font-size: 12px;
    line-height: 14px;
}
.pay-now-widget--alert-error2 .pay-now-widget__alert,
.pay-now-widget--alert-error .pay-now-widget__alert,
.pay-now-widget--alert-process .pay-now-widget__alert,
.pay-now-widget--alert-success .pay-now-widget__alert {
    display: flex;
}
.pay-now-widget__alert {
    display: none;
    flex-direction: column;
    padding: 16px;
    border-radius: 8px;
    color: #000;
    background-color: #fff;
    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_messedge {
    display: none;
    position: relative;
    color: rgba(0, 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;
    z-index: 0;
    opacity: 0.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--alert-error2 .pay-now-widget__alert_messedge--error2,
.pay-now-widget--alert-error2 .pay-now-widget__alert_title--error2,
.pay-now-widget--alert-error .pay-now-widget__alert_messedge--error,
.pay-now-widget--alert-error .pay-now-widget__alert_title--error,
.pay-now-widget--alert-process .pay-now-widget__alert_messedge--process,
.pay-now-widget--alert-process .pay-now-widget__alert_title--process,
.pay-now-widget--alert-success .pay-now-widget__alert_messedge--success,
.pay-now-widget--alert-success .pay-now-widget__alert_title--success {
    display: block;
}
.pay-now-widget--alert-process .pay-now-widget__alert_title--process {
    color: #b99120;
}
.pay-now-widget--alert-success .pay-now-widget__alert_title--success {
    color: #7ed321;
}
.pay-now-widget--alert-error2 .pay-now-widget__alert_title--error2,
.pay-now-widget--alert-error .pay-now-widget__alert_title--error {
    color: #d0021b;
}
.pay-now-widget--alert-process .pay-now-widget__alert_animation {
    background-color: #d3ab1f;
    animation: alert_animation 5s linear infinite alternate;
}
.pay-now-widget--alert-success .pay-now-widget__alert_animation {
    background-color: #7ed321;
    animation: alert_animation 10s linear;
}
.pay-now-widget--alert-error2 .pay-now-widget__alert_animation,
.pay-now-widget--alert-error .pay-now-widget__alert_animation {
    background-color: #d0021b;
    animation: alert_animation 10s linear;
}
.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, 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: 64px;
}
.layout-royal .user-sidebar__login-form,
.layout-vua .user-sidebar__login-form {
    margin-top: 30px;
}
.user-sidebar__account {
    height: 100%;
    margin-top: 55px;
}
.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, 0.6);
    font-size: 12px;
    line-height: 20px;
}
.user-sidebar .social-links {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    padding: 0 8px;
}
.user-sidebar .social-links .social-item a {
    transform: scale(0.6);
}
.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(/vulkanclub/web/img/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__item-info .hint-white {
    top: calc(100% - 4px);
    left: -40px;
    width: 192px;
    min-width: unset;
}
.user-sidebar .ingame-account__item-info .hint-white:before {
    left: 48px;
}
.user-sidebar .ingame-account__item-info .hint-white__info {
    padding: 16px;
}
.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, 0.6);
    font-size: 10px;
    line-height: 11px;
    transition: 0.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: 0.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(/vulkanclub/web/img/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(/vulkanclub/web/img/bonus-x2-vua.svg) top no-repeat;
}
.user-sidebar .account-experience__factor.X3,
.user-sidebar .account-experience__factor.x3 {
    background-image: url(/vulkanclub/web/img/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: 0.5;
    }
    50% {
        opacity: 1;
    }
    to {
        opacity: 0.5;
    }
}
.game-tournament__to-tournament,
.game-tournament__to-tournament:hover {
    text-decoration: none;
}
:root {
    --sidebar-transition-duration: 0.3s;
}
.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: var(--sidebar-transition-duration) ease;
    overflow: hidden;
}
.game-sidebar--open {
    width: 256px;
}
.game-sidebar--open .game-sidebar__main {
    visibility: visible;
    transform: translateX(-256px);
}
.game-sidebar__buttons {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 48px;
    height: 100%;
    z-index: 2;
}
.game-sidebar__top-buttons {
    width: 100%;
}
.game-sidebar__button {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    background-color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    transition: 0.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: 0.2s ease;
}
.game-sidebar__button:before {
    opacity: 0.2;
    transform: translate(-50%, -50%);
    background-size: contain;
    background-position: 50%;
}
.game-sidebar__button:after {
    visibility: hidden;
    background-image: url(/vulkanclub/web/img/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(/vulkanclub/web/img/lips-game.svg);
}
.game-sidebar__button--favourites:before {
    background-image: url(/vulkanclub/web/img/star.svg);
}
.game-sidebar__button--bonuses:before {
    background-image: url(/vulkanclub/web/img/bonuse.svg);
}
.game-sidebar__button--tournaments:before {
    background-image: url(/vulkanclub/web/img/tournaments.svg);
}
.game-sidebar__button--support:before {
    background-image: url(/vulkanclub/web/img/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, 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: 256px;
    height: 100%;
    top: 0;
    right: -256px;
    bottom: 0;
    padding-right: 48px;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
    transition: var(--sidebar-transition-duration) ease;
    will-change: transform;
    box-sizing: border-box;
    visibility: hidden;
}
.game-sidebar__content-block {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 48px);
    height: 100vh;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
}
.game-sidebar__content-block--show {
    display: block;
}
.game-sidebar__content-block_title {
    padding: 47px 16px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.game-sidebar__content-block_title:first-letter {
    text-transform: uppercase;
}
.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: 26px;
    padding: 0 16px;
}
.game-sidebar__items-list .mCSB_scrollTools.mCS-scrollbar {
    width: 4px;
    right: 0;
}
.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__inner {
    position: static;
    height: 100%;
    background: transparent url(/vulkanclub/web/img/game_ui_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 .btn {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    width: calc(100% - 32px);
}
.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(0, #000, #000 0, rgba(16, 23, 29, 0) 40%);
}
.game-tournament__banner img {
    width: 100%;
    height: 100%;
}
.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%, 0.4);
    transform: translateY(-50%);
}
.game-tournament__info-subtext {
    color: hsla(0, 0%, 100%, 0.4);
    font-size: 10px;
    line-height: 14px;
}
.game-tournament__prize {
    color: #fdbb2c;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}
.game-tournament__timer {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}
.game-tournament__to-tournament {
    margin-top: 10px;
}
.game-tournament__members-table {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    padding: 0 0 16px;
    position: relative;
}
.game-tournament__members-table [data-tournament="users-scores"] {
    z-index: -1;
}
.tournament-members {
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
}
.tournament-members--hide .tournament-members__body,
.tournament-members--hide .tournament-members__head {
    opacity: 0;
    visibility: hidden;
}
.tournament-members__head {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 8px;
    padding-left: 32px;
    flex-shrink: 0;
}
.tournament-members__head span {
    color: hsla(0, 0%, 100%, 0.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 ~ .tournament-members__shadow {
    background: linear-gradient(180deg, #080809, rgba(8, 7, 9, 0) 32px);
}
.tournament-members__body--bottom-shadow ~ .tournament-members__shadow {
    background: linear-gradient(0, #080809, rgba(8, 7, 9, 0) 32px);
}
.tournament-members__body--both-shadow ~ .tournament-members__shadow {
    background: linear-gradient(180deg, #080809, rgba(8, 7, 9, 0) 32px), linear-gradient(0, #080809, rgba(8, 7, 9, 0) 32px);
}
.tournament-members__shadow {
    position: absolute;
    right: 0;
    left: 0;
    flex: 1 1 auto;
    margin-right: 16px;
    pointer-events: none;
}
.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%, 0.4);
    font-size: 10px;
    line-height: 10px;
}
.tournament-members__member-name {
    width: 80px;
    color: hsla(0, 0%, 100%, 0.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%, 0.8);
    font-size: 12px;
    line-height: 12px;
}
.tournament-members__footer {
    margin: 0 16px;
    flex-shrink: 0;
}
.tournament-members__footer button {
    width: 100%;
}
.tournament-members__footer .button-wrapper {
    margin-top: 16px;
}
.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__result-info span {
    font-size: 10px;
    line-height: 16px;
}
.tournament-members__result-info span:first-child {
    color: hsla(0, 0%, 100%, 0.4);
}
.tournament-members__result-info span:last-child {
    color: hsla(0, 0%, 100%, 0.8);
}
.booster-item {
    width: 100%;
    height: 152px;
    padding: 16px 8px 8px;
    margin: 0 0 16px;
    border-radius: 8px;
    background: linear-gradient(180deg, #fff, #b8b8cc);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.8);
    box-sizing: border-box;
}
.booster-item__head {
    justify-content: flex-start;
    width: 100%;
    height: 64px;
    margin: 0 0 16px;
    padding: 0 7px;
}
.booster-item__head,
.booster-item__img {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    box-sizing: border-box;
}
.booster-item__img {
    justify-content: center;
    width: 64px;
    height: 100%;
    margin-right: 8px;
    padding: 4px;
    flex-grow: 0;
    flex-shrink: 0;
}
.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;
    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: 0.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 {
    visibility: hidden;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
}
[data-game-sidebar-wrapper="strip"] [data-game-sidebar-target="strip"]:after {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1) rotateY(180deg);
}
[data-game-sidebar-wrapper="strip"] [data-game-sidebar="strip"] {
    visibility: visible;
    opacity: 1;
}
[data-game-sidebar-wrapper="favourites"] [data-game-sidebar-target="favourites"] {
    background-color: transparent;
}
[data-game-sidebar-wrapper="favourites"] [data-game-sidebar-target="favourites"]:before {
    visibility: hidden;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
}
[data-game-sidebar-wrapper="favourites"] [data-game-sidebar-target="favourites"]:after {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1) rotateY(180deg);
}
[data-game-sidebar-wrapper="favourites"] [data-game-sidebar="favourites"] {
    visibility: visible;
    opacity: 1;
}
[data-game-sidebar-wrapper="boosters"] [data-game-sidebar-target="boosters"] {
    background-color: transparent;
}
[data-game-sidebar-wrapper="boosters"] [data-game-sidebar-target="boosters"]:before {
    visibility: hidden;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
}
[data-game-sidebar-wrapper="boosters"] [data-game-sidebar-target="boosters"]:after {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1) rotateY(180deg);
}
[data-game-sidebar-wrapper="boosters"] [data-game-sidebar="boosters"] {
    visibility: visible;
    opacity: 1;
}
[data-game-sidebar-wrapper="tournaments"] [data-game-sidebar-target="tournaments"] {
    background-color: transparent;
}
[data-game-sidebar-wrapper="tournaments"] [data-game-sidebar-target="tournaments"]:before {
    visibility: hidden;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
}
[data-game-sidebar-wrapper="tournaments"] [data-game-sidebar-target="tournaments"]:after {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1) rotateY(180deg);
}
[data-game-sidebar-wrapper="tournaments"] [data-game-sidebar="tournaments"] {
    visibility: visible;
    opacity: 1;
}
[data-game-sidebar-wrapper="tournaments"] [data-game-sidebar="tournaments"].game-sidebar__tournament {
    display: flex;
    flex-direction: column;
    height: 100vh;
}
[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"] .game-sidebar__placeholder {
    border-radius: 4px 0 0 0;
}
[data-game-sidebar-target="strip"]:after,
[data-game-sidebar-target="strip"]:before {
    margin-top: 6px;
}
.game-sidebar__button.disabled {
    pointer-events: none;
}
body.game .layout {
    font-size: 0;
    line-height: 0;
}
.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;
    font-weight: 500;
    margin: 0;
}
.news__preview .news__page_title {
    margin: 2px 0;
}
.news__page_title.articles-header {
    margin-bottom: 32px;
}
.news__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%, 0.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: 0.4;
    transition: opacity 0.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;
    font-weight: 500;
    background: linear-gradient(180deg, #09244a, #06153c);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5), inset 0 1px 0 hsla(0, 0%, 100%, 0.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, 0.6);
    border-radius: 4px;
    overflow: hidden;
}
.news__preview--full-page {
    width: calc(100% + 60px);
    margin: -34px 0 34px -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%, 0.05);
}
@media screen and (min-width: 1260px) {
    .news__preview--full-page {
        height: 240px;
        margin-bottom: 26px;
    }
}
.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 img {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.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, 0.6);
}
.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, 0.6);
}
.news__views-counter__count {
    margin-left: 8px;
}
.news__content {
    margin: 16px 0 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #b8b8cc;
}
.news__page--show .news__content {
    margin-bottom: 46px;
}
.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 + ol,
.news__content > div + ul,
.news__content > ol + ol,
.news__content > ol + ul,
.news__content > p + ol,
.news__content > p + ul,
.news__content > span + ol,
.news__content > span + ul,
.news__content > ul + ol,
.news__content > ul + ul {
    margin-top: 12px;
}
.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;
    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: 30px;
}
.news__content > ol li:before,
.news__content > ul li:before {
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    background: rgba(184, 184, 204, 0.1);
    line-height: 16px;
    text-align: center;
    font-weight: 900;
    border-radius: 4px;
}
.news__content > ol li p,
.news__content > ul li p {
    font-size: 16px;
}
.news__content > ol {
    counter-reset: list;
}
.news__content > ol li:before {
    counter-increment: list;
    content: counter(list) "";
    top: 4px;
    font-size: 10px;
}
.news__content > ul li:before {
    content: "\2022";
    display: block;
    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: 42px 0 0;
    border-radius: 8px;
    background: #000;
}
.news__footer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.news__footer .btn {
    width: 208px;
    margin: 0 auto;
}
.news__footer .load-more {
    margin-top: 38px;
}
.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, 0.9);
    opacity: 0;
    visibility: visible;
    transition: opacity 0.2s ease-in, visibility 0.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, 0.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, 0.1);
}
.user-stat__table th {
    padding: 0 16px;
    color: rgba(184, 184, 204, 0.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, 0.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;
}
body.has-popup .layout,
body.sleeping:not(.simple-reg) .layout {
    overflow-x: hidden;
    overflow-y: hidden;
    height: 100vh;
    min-height: auto;
}
body.has-popup .top-banner ~ .layout,
body.sleeping:not(.simple-reg) .top-banner ~ .layout {
    height: calc(100vh - 56px);
}
.popup,
body.has-popup .fixed-panel,
body.sleeping:not(.simple-reg) .fixed-panel {
    display: none;
}
.popup {
    position: absolute;
    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;
}
.popup .transparent {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
}
body.simple-reg.sleeping .popup .transparent {
    display: none;
}
.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: 0.6;
}
.popup-text {
    padding-top: 10px;
}
.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 {
    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: 800px;
}
.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%, 0.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(/vulkanclub/web/img/popup/metal_texture_popup.png);
    background-size: 400px;
    background-position: 34px 164px;
    background-repeat: repeat;
}
.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: 14px;
    font-weight: 400;
    line-height: 14px;
}
.popup__footer-link span:hover {
    text-decoration: none;
    cursor: pointer;
}
.popup-close {
    position: absolute;
    top: 19px;
    right: 19px;
    bottom: auto;
    left: auto;
    z-index: 2;
    background: url(/vulkanclub/web/img/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 0.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, 0.5);
    color: #b8b8cc;
    margin: 16px 0;
}
.popup .bg-block {
    margin: 0 -26px;
}
.popup.success p {
    text-align: left;
}
.popup.login.forgot .form-group.error .fld-wrap.error .hint,
.popup.reg-wide .form-group.error .fld-wrap.error .hint {
    max-width: 340px;
}
.popup.changepass .form-group.error .hint {
    white-space: nowrap;
    max-width: 340px;
}
.popup.login.forgot .form-group.error .fld-wrap.error .hint {
    white-space: normal;
}
.popup.popup-content-center .popup-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 448px;
    width: 100%;
}
.popup[data-bg="darkness"] {
    background-color: rgba(0, 0, 0, 0.8);
}
.no-scroll .header-logo,
.no-scroll .header-top {
    z-index: 1;
}
.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: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.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-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(/vulkanclub/web/img/popup/levels/level-1/new-level/medal.png);
    background-size: 100% 100%;
    -webkit-animation: med 0.6s linear 1 alternate;
    animation: med 0.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%, 0.8);
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 52px;
    letter-spacing: 0.1em;
}
.popup-new-level .wing_r {
    left: 40.6%;
    background-image: url(/vulkanclub/web/img/popup/levels/level-1/new-level/wing_r.png);
    -webkit-animation: wing_r 0.6s ease-out 1;
    animation: wing_r 0.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(/vulkanclub/web/img/popup/levels/level-1/new-level/wing_l.png);
    -webkit-animation: wing_l 0.6s ease-out 1;
    animation: wing_l 0.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, 0.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(/vulkanclub/web/img/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(/vulkanclub/web/img/popup/levels/level-1/new-level/nakladka_r.png);
    -webkit-animation: right_n 0.6s ease-out 1 alternate;
    animation: right_n 0.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(/vulkanclub/web/img/popup/levels/level-1/new-level/nakladka_l.png);
    -webkit-animation: left_n 0.6s ease-out 1 alternate;
    animation: left_n 0.6s ease-out 1 alternate;
}
@keyframes glow {
    0% {
        opacity: 1;
        transform: scale(0.8);
    }
    to {
        opacity: 0.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(0.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(0.8);
    }
    to {
        opacity: 0.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(0.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(/vulkanclub/web/img/popup/levels/level-7/new-level/bg-status.jpg);
}
.popup.level_7 .status-name {
    background-image: url(/vulkanclub/web/img/popup/levels/level-7/new-level/bg-status-name.png);
    background-position: 0 -44px;
}
.popup.level_6 .status-icon {
    background-image: url(/vulkanclub/web/img/popup/levels/level-6/new-level/bg-status.jpg);
}
.popup.level_6 .status-name {
    background-image: url(/vulkanclub/web/img/popup/levels/level-6/new-level/bg-status-name.png);
    background-position: 0 -44px;
}
.popup.level_5 .status-icon {
    background-image: url(/vulkanclub/web/img/popup/levels/level-5/new-level/bg-status.jpg);
}
.popup.level_5 .status-name {
    background-image: url(/vulkanclub/web/img/popup/levels/level-5/new-level/bg-status-name.png);
    background-position: 0 -44px;
}
.popup.level_4 .status-icon {
    background-image: url(/vulkanclub/web/img/popup/levels/level-4/new-level/bg-status.jpg);
}
.popup.level_4 .status-name {
    background-image: url(/vulkanclub/web/img/popup/levels/level-4/new-level/bg-status-name.png);
    background-position: 0 -44px;
}
.popup.level_3 .status-icon {
    background-image: url(/vulkanclub/web/img/popup/levels/level-3/new-level/bg-status.jpg);
}
.popup.level_3 .status-name {
    background-image: url(/vulkanclub/web/img/popup/levels/level-3/new-level/bg-status-name.png);
    background-position: 0 -44px;
}
.popup.level_2 .status-icon {
    background-image: url(/vulkanclub/web/img/popup/levels/level-2/new-level/bg-status.jpg);
}
.popup.level_2 .status-name {
    background-image: url(/vulkanclub/web/img/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(/vulkanclub/web/img/popup/base/bordered-bg.jpg);
}
.popup-bordered .popup-center {
    background-image: url(/vulkanclub/web/img/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, 0.5);
    color: #fff;
    letter-spacing: 0.02em;
}
.popup-account-blocked .btn {
    margin-bottom: 50px;
}
.popup-oneClick .popup-content {
    position: relative;
    width: 649px;
    height: 643px;
    background: url(/vulkanclub/web/img/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(/vulkanclub/web/img/popup/oneClick/logout-btn-sprite.png) no-repeat -1px 0;
    box-shadow: 0 7px 9px 3px rgba(0, 0, 0, 0.75), 0 28px 84px 18px rgba(0, 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, 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(/vulkanclub/web/img/popup/oneClick/click-100.png);
}
.popup-oneClick--200 .popup-content {
    background-image: url(/vulkanclub/web/img/popup/oneClick/click-200.png);
}
.popup-oneClick--1000 .popup-content {
    background-image: url(/vulkanclub/web/img/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-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(/vulkanclub/web/img/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 24px 16px 0;
    cursor: default;
    transition: color 0.5s;
}
.popup-messages .message:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: calc(100% - 8px);
    background: hsla(0, 0%, 100%, 0.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;
    line-height: 24px;
    margin-bottom: 8px;
}
.popup-messages .message-body,
.popup-messages .message-date,
.popup-messages .message-img,
.popup-messages .message-title {
    opacity: 0.6;
}
.popup-messages .message-title {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.popup-messages .message-date {
    margin-left: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(184, 184, 204, 0.8);
}
.popup-messages .message-date__time {
    margin-left: 5px;
    color: rgba(184, 184, 204, 0.5);
}
.popup-messages .message-body {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: inherit;
    text-align: left;
    margin: 0;
}
.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 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 {
    background: linear-gradient(180deg, #226dbf, #04407d);
}
.popup-messages .message-body .btn + .btn {
    background: linear-gradient(180deg, #77c100, #048523);
}
.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: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 8px);
    height: 112px;
    overflow: hidden;
    background: #000;
    border-radius: 4px;
}
.popup-messages .message-img img {
    opacity: 0.4;
    width: 100%;
    height: auto;
    margin: 0;
}
.popup-messages .message-btns {
    width: calc(100% + 16px);
    margin-top: 16px;
    margin-bottom: 8px;
    text-align: center;
}
.popup-messages .message-btns .btn.btn {
    display: inline-block;
    width: auto;
    min-width: 160px;
    max-width: 256px;
    margin: 0 16px;
    padding: 0 10px;
    box-sizing: border-box;
    vertical-align: middle;
}
.popup-messages .message .btn {
    display: block;
    width: 160px;
    padding: 0;
    margin: 16px auto 0;
    border-radius: 2px;
}
.popup-messages .message .btn span {
    height: 32px;
    font-weight: 400;
    font-size: 12px;
    line-height: 32px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.popup-messages .message .close-message {
    position: absolute;
    right: -2px;
    top: 0;
    background: url(/assets/CV/Web/svg/popup/messages/icon-delete-message.svg) 50% no-repeat;
    width: 14px;
    height: 14px;
    cursor: pointer;
    margin-top: 2px;
    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: 0.4;
    filter: alpha(opacity=40);
}
.popup-messages .message--new {
    position: relative;
}
.popup-messages .message--new .message-body,
.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, 0.8);
}
.popup-messages .message--new:hover .message-date__time {
    color: rgba(123, 150, 200, 0.5);
}
.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, 0.9);
}
.popup-messages .message--with-img .message-date__time {
    color: rgba(184, 184, 204, 0.7);
}
.popup-messages .message--with-img.message--new:hover .message-date {
    color: rgba(123, 150, 200, 0.9);
}
.popup-messages .message--with-img.message--new:hover .message-date__time {
    color: rgba(123, 150, 200, 0.7);
}
.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;
}
.popup-messages__no-message {
    position: absolute;
    margin: 0 auto !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    opacity: 0;
    color: #b8b8cc !important;
    text-align: center;
    transition: opacity 0.5s;
}
.popup-messages__no-message--show {
    opacity: 1;
}
.popup-messages .btn-message {
    width: 50%;
    margin: 8px auto 0;
}
.popup-messages .popup__footer {
    margin: 8px 0 23px;
    box-sizing: border-box;
}
.check-all {
    flex: 1 1 auto;
}
.check-all.disable,
.check-all:hover {
    text-decoration: none;
}
.check-all.disable {
    opacity: 0.6;
}
.check-all.disable:hover {
    cursor: default;
}
.btn-notification {
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
    z-index: 9;
    flex: 1 1 auto;
    padding-right: 7px;
}
.btn-notification:after {
    content: "";
    position: absolute;
    top: 1px;
    right: auto;
    bottom: 0;
    left: -24px;
    background: url(/assets/CV/Web/svg/popup/messages/icon-bell.svg) 50% no-repeat;
    width: 14px;
    height: 14px;
    margin: 0;
}
.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-confirm {
    border-radius: 12px;
    background: rgba(0, 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, 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;
}
.loyality__top {
    margin: 8px 16px 0;
}
.loyality__top__score {
    color: #fdbb2c;
    font-weight: 400;
    line-height: 32px;
    font-size: 24px;
    margin-right: 12px;
}
.loyality__top__link {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #7b96c8;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    text-decoration: underline;
}
.loyality__top__link:hover {
    text-decoration: none;
}
.loyality__center {
    margin: 0 16px;
}
.loyality__center .exchanger {
    display: flex;
    align-items: center;
    margin: 23px 0 0;
    padding-bottom: 17px;
}
.loyality__center .exchanger__btn {
    width: 176px;
    min-width: 176px;
    max-width: 176px;
    margin-left: 32px;
}
.loyality__center .exchanger__btn .btn {
    margin: 0;
}
.loyality__center .exchanger__arrow {
    width: 10px;
    height: 48px;
    margin: 0 19px;
    background: url(/assets/CV/Web/svg/icon/arrow-loyality.svg) 50% no-repeat;
}
.loyality__center .form-block {
    height: 48px;
    width: 175px;
    min-width: 175px;
    max-width: 175px;
    margin: 0;
}
.loyality__center .form-block .fld {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #000;
}
.loyality__center .form-block .fld::-moz-placeholder {
    color: rgba(0, 0, 0, 0.4);
    opacity: 1;
}
.loyality__center .form-block .fld:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}
.loyality__center .form-block .fld::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}
.loyality__center .operation-history {
    display: none;
    margin: 18px 0 0;
    position: relative;
}
.loyality__center .operation-history .history-no {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #878a9c;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.loyality .operation-history table.pay-history__table {
    max-width: 736px;
}
.loyality .operation-history .scroll-overlay > .scroll-overlay {
    height: 280px !important;
}
.loyality .operation-history .scroll-overlay > .scroll-overlay > .table-overlay {
    width: 736px !important;
}
.loyality__grey-text {
    color: #b8b8cc;
}
.loyality__status-ladder .loyality__content {
    margin: 31px 0 34px;
}
.loyality__status-ladder .popup-profile__footer {
    bottom: 40px;
}
.loyality__status-ladder .popup-profile__footer__link {
    margin-right: 5px;
}
.loyality__list {
    margin: 20px 0 57px 13px;
}
.loyality__list .progress_line {
    position: relative;
    width: 28px;
    padding: 0;
    height: 2px;
    background: #090909 linear-gradient(180deg, hsla(0, 0%, 100%, 0.2), hsla(0, 0%, 100%, 0) 50%);
    border: 1px solid #000;
    border-radius: 2px;
    overflow: hidden;
}
.loyality__list .progress_line-wrapper {
    height: 10px;
    margin: 49px 0 0;
    padding: 4px 0;
    float: left;
}
.loyality__list .progress_line.completed .progress_line__fill {
    width: 100% !important;
}
.loyality__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;
}
.loyality__list .progress_line__fill:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -1px;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #0059b3;
}
.loyality__level {
    display: block;
    min-height: 18px;
    float: left;
    vertical-align: top;
    width: 58px;
    position: relative;
    text-align: center;
}
.loyality__level.disabled {
    color: #fff;
}
.loyality__level.disabled .loyality__grey-text,
.loyality__level.disabled .loyality__level-bottom,
.loyality__level.disabled .loyality__level-top {
    opacity: 0.4;
}
.loyality__level.level:hover img {
    animation: scale 0.1s;
    animation-fill-mode: forwards;
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .loyality__level.level:hover img {
        animation: scale 0.1s;
        animation-fill-mode: forwards;
    }
}
.loyality__level.level:hover.disabled img {
    animation: none;
}
.loyality__level.active img {
    animation: scale 0.6s infinite alternate;
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .loyality__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);
        }
    }
}
.loyality__level-top {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    opacity: 0.8;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.loyality__level-center {
    margin-top: 32px;
}
.loyality__level-center .ico .level {
    width: 46px;
    height: 46px;
    padding: 0;
    margin: 0 auto 4px;
}
.loyality__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, 0.2);
}
.loyality__level-bottom span:last-child {
    margin-top: 10px;
    font-size: 12px;
}
.loyality__content {
    margin: 47px 0 34px;
}
.loyality__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;
}
.loyality__content p {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    color: #b8b8cc;
}
.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, 0.2);
    color: #fff;
}
.closed .rewards-column-text {
    color: hsla(0, 0%, 100%, 0.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, 0.9);
    color: hsla(0, 0%, 100%, 0.8);
}
.text-grey {
    color: #536a82;
    text-shadow: 0 2px 0 rgba(0, 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%, 0.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, 0.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, 0.4);
    color: rgba(141, 159, 199, 0.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%, 0.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, 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, 0.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, 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, 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 0.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 0.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, 0.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;
}
.quest-bonus + .quest-bonus {
    margin-top: 15px;
}
.quest-bonus.active .cnt-text {
    border-color: #c59e2c;
}
.quest-bonus .cnt-text__inner {
    padding: 15px 11px 5px 23px;
    min-height: 87px;
}
.quest-bonus-desc {
    float: left;
    padding-top: 45px;
    position: relative;
}
.quest-bonus-desc .text-grey-grad {
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}
.quest-bonus-desc .ico {
    position: absolute;
    top: 0;
}
.quest-bonus-reward {
    font-size: 18px;
}
.quest-bonus-info {
    margin-left: 136px;
    text-align: center;
}
.quest-bonus-title {
    font-size: 20px;
    margin-bottom: 12px;
    margin-top: 0;
    text-transform: none;
    text-align: center;
}
.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, 0.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, 0.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 0.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: 0.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: 0.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%, 0.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%, 0.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%, 0.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: 0.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: 0.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%, 0.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: 0.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 0.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 .history-loader,
.bet-history .mCustomScrollBox > .history-loader {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 756px !important;
    height: 280px;
    margin: 0 auto;
    z-index: 99;
    opacity: 1;
    transition: opacity 0.3s;
    background: #060d15;
    border-radius: 11px;
    overflow: hidden;
}
.bet-history .history-loader:after,
.bet-history .mCustomScrollBox > .history-loader:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(/assets/CV/Web/svg/preloader.svg) 50% no-repeat;
}
.bet-history .history-loader.opacity,
.bet-history .mCustomScrollBox > .history-loader.opacity {
    opacity: 0;
    z-index: -1;
}
.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(/vulkanclub/web/img/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(/vulkanclub/web/img/popup/neverblock/neverblock-250.png) no-repeat 50% 50%;
}
.popup-neverblock.__500 a {
    background: url(/vulkanclub/web/img/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 0.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, 0.5);
    -moz-box-shadow: 0 0 0 1px rgba(55, 75, 98, 0.5);
    box-shadow: 0 0 0 1px rgba(55, 75, 98, 0.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, 0.5), inset 0 1px 0 0 #252f3d;
    -moz-box-shadow: 0 0 0 1px rgba(55, 75, 98, 0.5), inset 0 1px 0 0 #252f3d;
    box-shadow: 0 0 0 1px rgba(55, 75, 98, 0.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: 0.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: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    margin: auto;
    cursor: pointer;
    opacity: 0.8;
}
.alt-cashier-close:hover {
    opacity: 1;
    box-shadow: 0 0 0 3px rgba(0, 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: 0.2s;
    -o-transition: 0.2s;
    transition: 0.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 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.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(/vulkanclub/web/img/popup/withdrawal/withdrawal-v1.png);
}
.popup-withdrawal.v2 .popup-content {
    background-image: url(/vulkanclub/web/img/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, 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(/vulkanclub/web/img/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(/vulkanclub/web/img/popup/withdrawal/btns-cancel.png);
    background-position: 0 0;
}
.popup-withdrawal .btn-cancel:hover {
    background-position: 0 -52px;
}
.popup-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 16px 0 24px;
    border-bottom: 1px solid hsla(0, 0%, 76.9%, 0.2);
}
.popup-tabs:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 50%;
    height: 4px;
    border-radius: 4px 4px 0 0;
    background: #0059b3;
    box-shadow: inset 0 1px 0 #2376ca;
    transition: left 0.25s linear;
}
.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%, 0.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 0.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 0.4s ease-in-out forwards;
}
[data-popup-tabs-content] {
    display: none;
}
[data-popup-tabs-content] .form-block {
    position: relative;
}
[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] .phones .phone-input .phone-input__fld::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
[data-popup-tabs-content] .phones .phone-input .phone-input__fld:-ms-input-placeholder {
    color: #fff;
}
[data-popup-tabs-content] .phones .phone-input .phone-input__fld::-webkit-input-placeholder {
    color: #fff;
}
[data-popup-tabs-content] .phones .phone-input .country-dropdown__list {
    width: 254px;
}
[data-popup-tabs-content] div.popup-textes {
    padding-top: 0;
    padding-bottom: 8px;
    color: #b8b8cc;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.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;
    }
}
.popup--redesing.popup-sm .popup-content {
    width: 320px;
}
.popup--redesing.popup-md .popup-content {
    width: 640px;
}
.popup--redesing .popup-content {
    border-radius: 8px;
    background-color: transparent;
    border: none;
    box-shadow: none;
}
.popup--redesing .popup-border:after,
.popup--redesing .popup-border:before,
.popup--redesing .popup-content:after,
.popup--redesing .popup-content:before {
    content: none;
}
.popup--redesing > .popup-close {
    top: 14px;
    right: 14px;
    background: url(/vulkanclub/web/img/close.svg) 50% 50% no-repeat;
    width: 24px;
    height: 24px;
    background-size: 24px;
}
.popup--redesing > .popup-close:hover {
    opacity: 1;
}
.popup--redesing .popup-agree-msg {
    margin-top: 28px;
    font-size: 12px;
    line-height: 20px;
    color: #718394;
    text-align: center;
}
.popup--redesing .popup-agree-msg a {
    color: #718394;
    text-decoration: underline;
}
.popup--redesing .popup-agree-msg a:hover {
    text-decoration: none;
}
.popup--redesing .popup-md .popup-content {
    width: 100%;
}
.popup--redesing .popup-border:before {
    border: 0;
    box-shadow: none;
}
.popup--redesing .btn[data-sms-code-btn] {
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
    margin: 0;
    width: 34px;
    height: 34px;
    opacity: 0.65;
    box-shadow: none;
    pointer-events: none;
    background: linear-gradient(180deg, #226dbf, #04407d);
}
.popup--redesing .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--redesing .btn[data-sms-code-btn].valid {
    opacity: 1;
    pointer-events: auto;
}
.popup-redesing__bonus_list {
    margin: 0 -32px;
    padding: 17px 0;
    opacity: 0.6;
}
.popup-redesing__bonus_list.checked {
    opacity: 1;
}
.popup-redesing__bonus_list.checked .popup-redesing__bonus_item.active span {
    color: #fff;
}
.popup-redesing__bonus_list.checked .popup-redesing__bonus_item.active .popup-redesing__bonus_img {
    opacity: 1;
    filter: grayscale(0);
}
.popup-redesing__bonus_list.checked .popup-redesing__bonus_item.active,
.popup-redesing__bonus_list.checked .popup-redesing__bonus_item:hover {
    box-shadow: 0 -1px 0 #000, 0 1px 0 hsla(0, 0%, 100%, 0.1);
}
.popup-redesing__bonus_item {
    padding: 0 22px 0 32px;
    color: #718394;
    position: relative;
    height: 96px;
    max-height: 96px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 16px;
}
.popup-redesing__bonus_item span {
    padding-left: 30px;
}
.popup-redesing__bonus_item.active {
    background-color: rgba(0, 0, 0, 0.4);
}
.popup-redesing__bonus_item.active .popup-redesing__bonus_img {
    filter: grayscale(100%);
    opacity: 0.5;
}
.popup-redesing__bonus_item:hover {
    color: #fff;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.4);
}
.popup-redesing__bonus_img {
    position: relative;
    filter: grayscale(100%);
    opacity: 0.5;
    width: 86px;
    height: 86px;
    display: inline-block;
    flex: 0 0 86px;
    line-height: 0;
    overflow: hidden;
}
.popup-redesing__bonus_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}
.popup-redesing__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-redesing__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-redesing__banner img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
}
.popup-redesing__banner-new {
    width: 192px;
    height: 336px;
    position: absolute;
    margin-left: -224px;
    top: 64px;
}
.popup-redesing__banner-new img {
    width: 160px;
    height: 160px;
}
.popup-redesing__banner-new--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;
}
.popup-redesing__banner-new--container {
    margin-left: 16px;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: rgba(184, 184, 204, 0.8);
    text-shadow: 0 1px 0 #000;
}
.popup-redesing__banner-new--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;
}
.popup-redesing__banner-new--left {
    float: left;
    width: 55%;
}
.popup-redesing__left {
    width: 320px;
    float: left;
    margin-right: -320px;
}
.popup-redesing__right {
    width: 320px;
    margin-left: 320px;
    border-radius: 0 8px 8px 0;
    border-left: 1px solid hsla(0, 0%, 100%, 0.1);
    box-shadow: -1px 1px 0 0 #000;
    display: flex;
    flex-direction: column;
}
.popup-redesing__container {
    z-index: 3;
}
.popup-redesing__reducer {
    padding: 32px;
}
.popup-redesing__checkbox {
    display: block;
    padding-left: 60px;
    position: absolute;
    left: 0;
    color: #718394;
    bottom: 32px;
}
.popup-redesing__checkbox label {
    position: relative;
    cursor: pointer;
}
.popup-redesing__checkbox label span {
    display: inline-block;
    padding-left: 5px;
}
.popup-redesing__checkbox label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.popup-redesing__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%, 0.1) 0, #000 70%);
    border-radius: 2px;
    padding: 1px;
}
.popup-redesing__checkbox label .checkmark:before {
    content: "";
    width: 14px;
    height: 14px;
    display: block;
    background-image: linear-gradient(0deg, #111c28, #000);
}
.popup-redesing__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 0.2s;
}
.popup-redesing__checkbox label input:checked ~ .checkmark:after {
    opacity: 1;
}
.popup--redesing {
    padding-bottom: 0;
    background: transparent;
    border-radius: 8px;
    border: none;
    box-shadow: none;
}
.popup--redesing .btn {
    margin: 16px 0 0;
}
.popup--redesing button {
    width: 100%;
    height: 48px;
    font-size: 16px;
}
.popup--redesing button span {
    height: inherit;
    line-height: 48px;
    font-weight: 400;
}
.popup--redesing .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--redesing .popup-textes {
    color: #718394;
    font-weight: 400;
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 18px;
    white-space: normal;
    line-height: 24px;
    box-sizing: border-box;
}
.popup--redesing .popup-textes span {
    font-weight: 500;
}
.popup--redesing .popup-textes--red {
    color: #d82b40;
    line-height: 24px;
    padding-top: 15px;
    padding-bottom: 18px;
    box-sizing: border-box;
}
.popup--redesing .popup-textes--blocked {
    font-size: 13px;
    line-height: 18px;
    color: #ff403f;
    border: 2px solid #ff403f;
    padding: 10px;
    border-radius: 4px;
}
.popup--redesing .popup-border {
    background-image: url(/assets/CV/Web/img/sys/bg/popup-bg-new.png);
    box-shadow: 5px 20px 20px rgba(0, 0, 0, 0.8);
    border-radius: 8px;
}
.layout-vua ~ .popup .popup--redesing .popup-border {
    background-image: none;
}
.popup--redesing .popup-border:after,
.popup--redesing .popup-border:before {
    content: none;
}
.popup--redesing .popup-divider {
    width: 100%;
    border-top: 1px solid #000;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
    position: relative;
}
.popup--redesing .popup-divider--info {
    margin-bottom: 24px;
}
.popup--redesing .popup-divider__block {
    min-width: 64px;
    height: 14px;
    text-align: center;
    border-radius: 16px;
    background-image: linear-gradient(0deg, hsla(0, 0%, 100%, 0.1), #000);
    padding: 1px;
    position: absolute;
    left: 50%;
    margin-left: -32px;
    top: -8px;
}
.popup--redesing .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--redesing .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--redesing .popup-footer-link:hover {
    border-bottom: 1px solid transparent;
    color: #7b96c8;
}
.popup-footer__redesing {
    position: relative;
    border-top: 1px solid #000;
    height: 64px;
    box-sizing: border-box;
    color: #718292;
}
.popup-footer__redesing:after {
    content: "";
    display: block;
    width: 100%;
    height: 64px;
    background-color: #000;
    opacity: 0.35;
}
.popup-footer__redesing:after,
.popup-footer__redesing:before {
    background-image: none;
}
.popup-footer__redesing .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: 16px;
    box-sizing: border-box;
}
.popup-footer__redesing .popup-footer-timer {
    display: block;
    width: 100%;
    text-align: center;
}
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;
}
.fld-block--readonly .lbl,
.fld-complete .lbl,
.fld-focus .lbl,
[data-label="static"] .lbl {
    white-space: nowrap;
    opacity: 0.6;
    transform: translateY(-15px) scale(0.625);
}
input:-webkit-autofill + .lbl {
    white-space: nowrap;
    opacity: 0.6;
    transform: translateY(-15px) scale(0.625);
}
.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 0.15s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.15s cubic-bezier(0.4, 0, 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: 0.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-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: 4px 0 0;
    z-index: 0;
    font-size: 10px !important;
    font-weight: 400;
    line-height: 16px;
}
.has-error .fld-block {
    border: 1px solid #d0021b;
}
.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;
}
.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 0.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 {
    max-width: 176px !important;
    min-width: 176px;
    font-size: 11px;
    line-height: 16px;
    display: block;
    border-radius: 4px;
    text-align: left;
    padding: 15px;
    box-sizing: border-box;
    left: 108%;
    top: 50%;
    bottom: auto;
    white-space: normal !important;
    visibility: hidden;
    background: #7b96c8;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}
.email-conf-msg,
.email-conf-msg:after {
    position: absolute;
    right: auto;
    transform: translateY(-50%);
}
.email-conf-msg:after {
    content: "";
    background: transparent;
    top: 50% !important;
    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%);
}
.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(/vulkanclub/web/img/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(/vulkanclub/web/img/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(/vulkanclub/web/img/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(/vulkanclub/web/img/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: 0.04em;
    white-space: nowrap;
    text-align: center;
    text-shadow: 0 0 1px #000, 1px 0 1px #000;
    z-index: 3;
}
.popup-content[class*="popup-profile"] {
    border: 1px solid hsla(0, 0%, 100%, 0.05);
    padding: 32px 32px 48px;
    margin-top: -13px;
    box-shadow: 4px -4px 12px rgba(0, 0, 0, 0.4);
    z-index: 5;
    box-sizing: border-box;
    border-radius: 12px;
}
[data-label="static"] > .lbl {
    opacity: 0.6;
    transform: translateY(-15px) scale(0.625);
    white-space: nowrap;
}
.popup-profile .fld {
    padding: 13px 48px 0 14px;
}
.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: 0.35s;
    pointer-events: 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(/vulkanclub/web/img/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 {
    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(/vulkanclub/web/img/points.png) 3px 0 no-repeat;
    background-size: 100%;
}
.popup-profile__stat .profile-ico-trofies {
    height: 56px;
    width: 44px;
    background: url(/vulkanclub/web/img/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, 0.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, 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, 0.2);
}
.popup-profile__form {
    padding-top: 6px;
    margin: 0 16px;
}
.popup-profile__form form {
    margin: 0;
    padding: 0;
}
.popup-profile__form__column {
    display: inline-block;
    vertical-align: top;
    width: 272px;
    margin: 0 14px 0 15px;
}
.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%, 0.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, 0.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, 0.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, 0.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 0.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, 0.6);
}
.popup-profile__footer {
    position: absolute;
    left: 0;
    bottom: 26px;
    width: 100%;
    text-align: center;
}
.popup-profile__footer__link {
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-decoration: underline;
    color: #7b96c8;
    margin: 0 20px;
}
.popup-profile__footer__link:hover {
    text-decoration: none;
}
.popup-profile__footer__link .new-window-ico {
    position: absolute;
    right: -23px;
    top: -3px;
    width: 24px;
    height: 24px;
}
.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: 0.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: 32px 0 16px;
}
.form-group__gender .precent {
    position: relative;
    display: inline-block;
    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: 208px;
    border-radius: 4px;
    margin-right: 1px;
}
.sex-selection__item {
    display: block;
    float: left;
    position: relative;
    z-index: 3;
    width: 104px;
    height: 48px;
    text-align: center;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 500;
    font-size: 14px;
    line-height: 48px;
    transition: 0.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: 105px;
    height: 48px;
    border-radius: 4px;
    background: linear-gradient(180deg, #226dbf, #04407d);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    color: #fff;
    opacity: 0;
    transition: left 0.2s ease;
    cursor: pointer;
}
.sex-selection__checked:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 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 0.2s ease 0.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 0.2s ease 0.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%, 0.1) !important;
}
.fld-block--readonly .fld:disabled,
.fld-block--readonly .fld:read-only {
    color: rgba(184, 184, 204, 0.6);
    -webkit-text-fill-color: rgba(184, 184, 204, 0.6);
    -webkit-opacity: 1;
    background: none;
}
.fld-block--readonly .calendar-ico {
    display: none;
}
.fld-block--readonly .lbl {
    color: #b8b8cc;
    opacity: 0.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;
}
.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, 0.6), 0 0 6px rgba(255, 212, 0, 0.6), 0 0 4px rgba(255, 128, 0, 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(/vulkanclub/web/img/popup/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(/vulkanclub/web/img/popup/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(/vulkanclub/web/img/popup/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(/vulkanclub/web/img/popup/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(/vulkanclub/web/img/popup/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(/vulkanclub/web/img/popup/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(/vulkanclub/web/img/popup/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(/vulkanclub/web/img/popup/3.png);
    background-size: 304px 128px;
    background-repeat: no-repeat;
    width: 304px;
    height: 97px;
}
.popup-nav__item:nth-child(4) a {
    z-index: 1;
}
.popup-nav__item:nth-child(4).active a:after {
    background: url(/vulkanclub/web/img/popup/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, 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, 0.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, 0.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(/vulkanclub/web/img/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, 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, 0.8);
}
.ui-datepicker tbody a:hover {
    color: rgba(0, 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, 0.8);
}
.ui-datepicker .ui-state-disabled .ui-state-default {
    color: rgba(141, 159, 199, 0.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: 1280px) {
    .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(/vulkanclub/web/img/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: 1280px) {
    .popup-as2--horizontal {
        display: block;
    }
}
@media screen and (min-width: 1281px) {
    .popup-as2--horizontal {
        display: none;
    }
}
.as2__wrapper {
    display: block;
    z-index: 5;
    text-align: center;
    transition: 0.1s;
    padding: 48px 13px 16px;
    width: 224px;
    box-sizing: border-box;
    border: 1px solid hsla(0, 0%, 100%, 0.050980392156862744);
    box-shadow: 4px -4px 12px rgba(0, 0, 0, 0.4);
    background-image: url(/vulkanclub/web/img/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);
    transition: top 0.1s;
    padding: 16px;
    width: 224px;
    box-sizing: border-box;
    border: 1px solid hsla(0, 0%, 100%, 0.050980392156862744);
    box-shadow: 4px -4px 12px rgba(0, 0, 0, 0.4);
    border-radius: 12px;
    background-image: url(/vulkanclub/web/img/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, 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, 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: 0.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 0.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 0.1s linear;
}
.as2__content_wrapper {
    font-size: 11px;
    line-height: 16px;
    color: #fff;
    opacity: 0.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;
}
.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, 0.1) 0, rgba(0, 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 15px;
    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%, 0.8);
    box-shadow: 0 2px 4px rgba(0, 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%, 0.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 0.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%, 0.050980392156862744);
    box-shadow: 4px -4px 12px rgba(0, 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 {
    width: 250px;
    display: none;
}
.popup-content-cashbox .popup-container .rewards-button,
.popup-content-cashbox__alternative {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}
.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;
    background: rgba(66, 74, 83, 0.4);
    padding: 16px;
    border-radius: 4px;
    width: 76px;
    text-align: center;
    margin: 0 4px 8px;
    cursor: pointer;
}
.popup-content-cashbox__alternative__amount:hover {
    background: rgba(66, 74, 83, 0.8);
}
.popup-as2--vertical .popup-content {
    width: 224px;
}
.payments-frame {
    line-height: 1px;
}
.payments-frame svg {
    display: none;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    user-select: none;
    z-index: 0;
}
.payments-frame--preload svg {
    display: block;
}
.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 0.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;
}
.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: 17px;
}
.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(/vulkanclub/web/img/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 0.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 0.08%, #1d2b6f 100.68%);
    border-radius: 12px;
    box-sizing: border-box;
    z-index: 1;
    transition: height 0.2s ease-in-out, box-shadow 0.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%, 0.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 0.2s ease-in-out, visibility 0.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, 0.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, 0.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, 0.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;
}
.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: 0.75;
    background: hsla(0, 0%, 100%, 0.1);
}
.scrollbar-track .scrollbar-thumb:active,
.scrollbar-track .scrollbar-thumb:hover {
    opacity: 1;
    background-color: hsla(0, 0%, 72.2%, 0.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: 0.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(/vulkanclub/web/img/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(/vulkanclub/web/img/spr-icons.png);
    background-repeat: no-repeat;
}
.ico.fld-ok {
    background-position: -30px -38px;
}
.ico-tmb-fav {
    width: 16px;
    height: 16px;
    background: url(/vulkanclub/web/img/star-bg.svg) 50% no-repeat;
    transform: translate(0);
    transition: 0.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(/vulkanclub/web/img/star.svg) 50% no-repeat;
    transition: 0.2s;
    transform: scale(0);
}
.ico-tmb-fav:hover {
    cursor: pointer;
}
.ico-tmb-fav-action {
    background: url(/vulkanclub/web/img/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%, 0.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: 0.2s;
    transform: scale(0);
}
.ico-arr {
    width: 24px;
    height: 21px;
    background-position: -185px -201px;
}
.ico-arr,
.ico-balls {
    background-image: url(/vulkanclub/web/img/spr-icons.png);
    background-repeat: no-repeat;
}
.ico-balls {
    background-position: 0 -197px;
    width: 58px;
    height: 54px;
}
.ico-balls-sm {
    background-image: url(/vulkanclub/web/img/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(/vulkanclub/web/img/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(/vulkanclub/web/img/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(/vulkanclub/web/img/spr-icons.png);
    background-repeat: no-repeat;
}
.ico-talisman-md.talisman_6 {
    background-position: -240px -328px;
}
.ico-talisman-md.talisman_7 {
    background-image: url(/vulkanclub/web/img/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(/vulkanclub/web/img/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(/vulkanclub/web/img/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(/vulkanclub/web/img/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(/vulkanclub/web/img/spr-icons.png);
    background-repeat: no-repeat;
}
.ico-trofies {
    background-position: -58px -198px;
    width: 57px;
    height: 51px;
}
.ico-bonuses {
    background: url(/vulkanclub/web/img/popup/percent.png);
    width: 120px;
    height: 121px;
}
.ico-bonuses--new {
    background: url(/vulkanclub/web/img/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-quest-level {
    background: url(/assets/CV/Web/img/sys/sprites/quest-levels.png);
    width: 142px;
    height: 69px;
}
.ico-quest-level-one {
    background-position: -284px 0;
}
.ico-quest-level-two {
    background-position: -142px 0;
}
.ico-quest-level-three {
    background-position: 0 0;
}
.ico-info {
    background-position: -213px -72px;
    width: 19px;
    height: 19px;
}
.ico-info,
.ico-ticket {
    background-image: url(/vulkanclub/web/img/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(/vulkanclub/web/img/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(/vulkanclub/web/img/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(/vulkanclub/web/img/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(/vulkanclub/web/img/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: 0.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: 0.4;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.ico-eye:hover:after {
    opacity: 1;
}
.disabled > .ico-eye {
    opacity: 0.2;
}
.sticker {
    z-index: 3;
}
.tmb .sticker {
    top: 0;
    right: auto;
}
.promo .sticker,
.tmb .sticker {
    position: absolute;
    bottom: auto;
    left: 0;
}
.promo .sticker {
    top: -1px;
    right: 0;
}
.sticker span {
    display: block;
    z-index: 3;
}
.sticker span:before {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    position: absolute;
    color: #fff;
    font-style: normal;
    text-shadow: 1.5px 0 0 rgba(0, 0, 0, 0.45);
}
.sticker-private {
    border-bottom: 24px solid #cd021b;
    border-left: 24px solid transparent;
    border-right: 24px solid transparent;
    height: 0;
    width: 14px;
    transform: rotate(-45deg);
    position: absolute;
    box-shadow: 0 3px 5px -2px rgba(0, 0, 0, 0.7);
}
.sticker-private:before {
    content: "vip";
    top: 14px;
    left: -2px;
}
.sticker-new {
    border-bottom: 24px solid #cd021b;
    border-left: 24px solid transparent;
    border-right: 24px solid transparent;
    height: 0;
    width: 14px;
    transform: rotate(-45deg);
    position: absolute;
    box-shadow: 0 3px 5px -2px rgba(0, 0, 0, 0.7);
}
.sticker-new:before {
    content: "new";
    top: 14px;
    left: -6px;
}
.sticker-vip {
    top: 0;
    right: -30px;
    left: auto;
    width: 124px;
    height: 95px;
    background-position: 0 -347px;
}
.sticker-now,
.sticker-vip {
    position: absolute;
    bottom: auto;
    background-image: url(/vulkanclub/web/img/sprite.png);
    background-repeat: no-repeat;
}
.sticker-now {
    top: -17px;
    right: auto;
    left: -18px;
    width: 122px;
    height: 124px;
    background-position: 0 -445px;
}
.sticker-super {
    position: absolute;
    top: -5px;
    right: -26px;
    bottom: auto;
    left: auto;
    width: 88px;
    height: 57px;
    background-image: url(/vulkanclub/web/img/sprite.png);
    background-position: -246px -1346px;
    background-repeat: no-repeat;
}
.ico {
    z-index: 10;
}
.ico .level {
    transition: background-size 0.1s;
    background-image: url(/vulkanclub/web/img/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(/vulkanclub/web/img/loyalty/level-1.png?versiontemp=9999) 50% / contain;
}
.ico .level_2:after {
    background-image: url(/vulkanclub/web/img/loyalty/level-2.png);
}
.ico .level_3:after {
    background-image: url(/vulkanclub/web/img/loyalty/level-3.png);
}
.ico .level_4:after {
    background-image: url(/vulkanclub/web/img/loyalty/level-4.png);
}
.ico .level_5:after {
    background-image: url(/vulkanclub/web/img/loyalty/level-5.png);
}
.ico .level_6:after {
    background-image: url(/vulkanclub/web/img/loyalty/level-6.png);
}
.ico .level_7:after {
    background-image: url(/vulkanclub/web/img/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 0.1s;
    animation-fill-mode: forwards;
}
.ico .level:hover:after {
    transform: scale(1.05);
}
.ico .level.active .level img {
    animation: scalelevelicon 0.6s infinite alternate;
}
.ico .level.disabled {
    filter: grayscale(100%);
    opacity: 0.6;
}
.ico .level.disabled:hover img {
    animation: none;
}
.ico .level.disabled:hover:after {
    background-size: 100%, 100%;
}
.ico-level.active img {
    animation: scale 0.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(/vulkanclub/web/img/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, 0.5) 0, transparent);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
    transition: 0.2s;
    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, 0.5);
    filter: brightness(1.1);
}
.btn:active {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    font-weight: 400;
    filter: brightness(0.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, 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, 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 0.5s;
    border: 0;
    padding: 1px 1px 1px 37px;
    text-transform: uppercase;
}
.btn-download:hover:after {
    -webkit-animation: blinking 0.5s infinite;
    -o-animation: blinking 0.5s infinite;
    animation: blinking 0.5s infinite;
}
.btn-download:hover span {
    background: linear-gradient(0deg, #8dd535 0, #71c936 39%, #2bac3a);
}
.btn-opacity {
    border: 2px solid hsla(0, 0%, 100%, 0.2);
    border-radius: 4px;
    box-sizing: border-box;
}
.btn-opacity span {
    opacity: 0.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(/vulkanclub/web/img/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, 0.7);
}
.btn-engage:before {
    content: "";
    width: 23px;
    height: 64px;
    background: url(/vulkanclub/web/img/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(/vulkanclub/web/img/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 {
    box-shadow: inset 0 0 0 2px hsla(0, 0%, 100%, 0.8);
    background: transparent;
    cursor: default;
    filter: none;
    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, 0.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%, 0.2);
    border: none;
    border-radius: 4px;
    cursor: default;
    color: hsla(0, 0%, 100%, 0.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;
}
.loyality__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;
}
.loyality__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(/vulkanclub/web/img/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(/vulkanclub/web/img/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(/vulkanclub/web/img/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(/vulkanclub/web/img/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(/vulkanclub/web/img/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(/vulkanclub/web/img/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, 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 0.1s linear;
    -o-transition: opacity 0.1s linear;
    transition: opacity 0.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(/vulkanclub/web/img/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, 0.7);
    box-shadow: 0 0 10px 3px #5f0001;
    -webkit-animation: blinking-half 0.7s infinite;
    -o-animation: blinking-half 0.7s infinite;
    animation: blinking-half 0.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 0.1s linear;
    -o-transition: opacity 0.1s linear;
    transition: opacity 0.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, 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%, 0.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 0.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, 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 0.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 0.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, 0.5);
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.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 0.3px hsla(0, 0%, 100%, 0.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%, 0.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, 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);
    margin-left: 20px;
}
.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%, 0.6);
    border-bottom: 1px solid rgba(9, 23, 46, 0.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 {
    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: 100px;
}
.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;
}
.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 0.3s ease-out, visibility 0s linear 0.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 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.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 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.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 0.15s linear;
    -o-transition: background-color 0.15s linear;
    transition: background-color 0.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;
}
.chosen-scrollbar {
    height: 190px;
}
.chosen-single {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    color: #fff;
    width: 100%;
    outline: 0;
    border: 2px solid #000;
    -webkit-box-shadow: 0 0 3px 1px #232f3b, 0 0 0 1px #232f3b, inset 0 -4px 10px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 3px 1px #232f3b, 0 0 0 1px #232f3b, inset 0 -4px 10px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 3px 1px #232f3b, 0 0 0 1px #232f3b, inset 0 -4px 10px 0 rgba(0, 0, 0, 0.75);
    background: #10161d;
    padding: 6px 9px;
    line-height: 22px;
}
.chosen-single span {
    font-size: 14px;
    color: #556575;
    cursor: pointer;
    font-weight: 400;
}
.chosen-single div {
    top: 2px;
    bottom: 2px;
    right: 2px;
    height: auto;
    border: 2px solid #121a23;
    border-radius: 4px;
    background-color: #232f3b;
}
.chosen-single div b {
    width: 13px;
    height: 10px;
    background-image: url(/vulkanclub/web/img/spr-icons.png);
    background-repeat: no-repeat;
    background-position: -92px -1px;
    margin: 0 auto;
}
.chosen-drop {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    color: #fff;
    width: 100%;
    outline: 0;
    border: 2px solid #000;
    -webkit-box-shadow: 0 0 3px 1px #232f3b, 0 0 0 1px #232f3b, inset 0 -4px 10px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 3px 1px #232f3b, 0 0 0 1px #232f3b, inset 0 -4px 10px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 3px 1px #232f3b, 0 0 0 1px #232f3b, inset 0 -4px 10px 0 rgba(0, 0, 0, 0.75);
    background: #10161d;
    position: absolute !important;
    z-index: 4;
    padding: 0;
    top: 40px;
}
.chosen-results li {
    font-size: 14px;
    padding: 6px 9px;
    line-height: 22px;
    color: #556575;
    cursor: pointer;
    font-weight: 400;
}
.chosen-results li a {
    color: inherit;
    text-decoration: none;
}
.chosen-results li.highlighted,
.chosen-results li.result-selected,
.chosen-results li:hover {
    background-color: rgba(35, 47, 59, 0.5);
}
.chosen-select__month .chosen-container {
    width: 143px !important;
}
.chosen-select__month .chosen-container-active .chosen-drop {
    display: none;
}
.chosen-select__month .chosen-container.chosen-with-drop .chosen-drop {
    display: block;
}
.chosen-select__month .chosen-single {
    position: relative;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: transparent;
    padding: 9px 9px 0 34px;
}
.chosen-select__month .chosen-single:before {
    position: absolute;
    content: "";
    top: 8px;
    left: 8px;
    width: 22px;
    height: 22px;
    background-image: url(/vulkanclub/web/img/spr-icons.png);
    background-repeat: no-repeat;
    background-position: -227px -47px;
}
.chosen-select__month .chosen-single span {
    display: inline-block;
    font-size: 16px;
    color: #229ece;
    margin-right: 0;
}
.chosen-select__month .chosen-single div {
    position: relative;
    display: inline-block;
    padding: 6px 0 0 3px;
    vertical-align: top;
    background: none;
    border: none;
}
.chosen-select__month .chosen-single div b {
    background-image: url(/vulkanclub/web/img/spr-icons.png);
    background-repeat: no-repeat;
    background-position: -2px -447px;
    width: 13px;
    height: 8px;
    top: 0;
}
.chosen-select__month .chosen-results {
    z-index: 2;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: inherit;
    -webkit-overflow-scrolling: touch;
}
.chosen-select__month .chosen-results li {
    font-size: 16px;
    width: 79px;
    color: #fff;
    padding: 6px 24px 6px 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.chosen-select__month .scrollbar-dynamic > .scroll-element .scroll-bar,
.chosen-select__month .scrollbar-dynamic > .scroll-element .scroll-bar:hover {
    width: 14px !important;
    background: #232f3b;
    border-radius: 3px;
    border: 2px solid #121a24;
}
.chosen-select__month .scrollbar-dynamic > .scroll-element.scroll-x,
.chosen-select__month .scrollbar-dynamic > .scroll-element.scroll-y {
    width: 18px;
    right: 3px;
}
.chosen-select__month .scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar,
.chosen-select__month .scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar {
    background: #232f3b;
    border: 2px solid #121a24;
}
.chosen-select__month .scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer,
.chosen-select__month .scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer {
    min-width: 18px;
    width: 18px !important;
}
.form-group {
    position: relative;
    padding: 0;
    margin: 14px 0;
    border: 0;
    min-width: 0;
}
.form-group__quick-pay {
    border-radius: 0 0 5px 5px;
    margin-bottom: 9px;
}
.form-group__quick-pay span {
    font-size: 13px;
    color: #fff;
    padding: 10px 0;
}
.form-group__quick-pay-icon {
    position: absolute;
    top: 6px;
    right: 6px;
    bottom: 6px;
    left: auto;
    width: 130px;
}
.form-group__quick-pay-icon i {
    float: right;
    margin: 6px 3px;
    font-size: 16px;
    font-style: normal;
    line-height: 18px;
    color: #fff;
}
.form-group__quick-pay-icon .ico-visa {
    width: 72px;
    height: 18px;
    background-image: url(/vulkanclub/web/img/spr-icons.png);
    background-repeat: no-repeat;
    background-position: -215px -140px;
}
.form-group__quick-pay-rub {
    position: absolute;
    top: 6px;
    right: 6px;
    bottom: 6px;
    left: auto;
    width: 45px;
}
.form-group__quick-pay-rub i {
    float: right;
    margin: 6px 3px;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 18px;
    color: #394a5c;
}
.form-group__quick-pay .fld {
    font-size: 16px;
    padding-right: 50px;
}
.form-group__quick-pay .fld-lg {
    height: 42px !important;
}
.form-group__quick-pay .title {
    margin: 0 -7px 9px;
    padding: 8px 0;
    text-align: center;
    border-top: 1px solid #355879;
    border-bottom: 1px solid #0a325c;
    border-radius: 5px 5px 0 0;
    -webkit-box-shadow: 0 2px 0 0 #000;
    -moz-box-shadow: 0 2px 0 0 #000;
    box-shadow: 0 2px 0 0 #000;
    background-image: -webkit-linear-gradient(#00224e, #001847 50%, #002c56);
    background-image: -o-linear-gradient(#00224e, #001847 50%, #002c56);
    background-image: linear-gradient(#00224e, #001847 50%, #002c56);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff00224e",endColorstr="#ff002c56",GradientType=0);
}
.form-group__quick-pay .title span {
    font-size: 16px;
    font-weight: 700;
}
.form-group__quick-pay.error .fld-wrap.error:before {
    display: none;
}
.form-group:last-child {
    margin-bottom: 0;
}
.form-group .lbl {
    display: block;
    position: static;
    margin: 0 0 10px;
    font-size: 14px;
    color: #c3e1fa;
    text-align: left;
    font-weight: 700;
}
.form-group .fld-wrap {
    position: relative;
}
.form-group .fld-wrap .hint {
    display: none;
}
.form-group .is--invalid .hint {
    display: block;
}
.form-group .fld {
    box-sizing: border-box;
    padding: 5px 10px;
    font-size: 14px;
    color: #fff;
    width: 100%;
    outline: 0;
    border: 2px solid #000;
    box-shadow: 0 0 3px 1px #232f3b, 0 0 0 1px #232f3b, inset 0 -4px 10px 0 rgba(0, 0, 0, 0.75);
    background: #10161d;
    height: 34px;
}
.form-group .payment-meth-wrap {
    height: auto;
    padding-top: 8px !important;
    padding-bottom: 5px !important;
}
.intl-tel-input {
    position: relative;
    display: block;
}
.intl-tel-input * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.intl-tel-input .hide {
    display: none;
}
.intl-tel-input .v-hide {
    visibility: hidden;
}
.intl-tel-input input,
.intl-tel-input input[type="tel"],
.intl-tel-input input[type="text"] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0;
}
.intl-tel-input .flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px;
}
.intl-tel-input .selected-flag {
    z-index: 1;
    position: relative;
    width: 36px;
    height: 100%;
    padding: 0 0 0 8px;
}
.intl-tel-input .selected-flag .iti-flag {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.intl-tel-input .selected-flag .iti-arrow {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: 35px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555;
}
.intl-tel-input .selected-flag .iti-arrow.up {
    border-top: none;
    border-bottom: 4px solid #555;
}
.intl-tel-input .country-list {
    opacity: 1;
    visibility: visible;
    width: 358px;
    transition: all 0.2s ease-in;
}
.form-group--with-bonuses .intl-tel-input .country-list {
    width: 318px;
}
.intl-tel-input .country-list.hide {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in;
}
.intl-tel-input .country-list.dropup {
    bottom: 100%;
    margin-bottom: -1px;
}
.intl-tel-input .country-list .flag-box {
    float: left;
    width: 20px;
    margin-left: -20px;
}
@media (max-width: 500px) {
    .intl-tel-input .country-list {
        white-space: normal;
    }
}
.intl-tel-input .country-list .divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #1b2631;
}
.intl-tel-input .country-list .country {
    padding: 5px 10px 5px 40px;
}
.intl-tel-input .country-list .country .dial-code {
    color: #999;
}
.intl-tel-input .country-list .country .dial-code:before {
    content: "(";
}
.intl-tel-input .country-list .country .dial-code:after {
    content: ")";
}
.intl-tel-input .country-list .country.highlight {
    background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code,
.intl-tel-input .country-list .flag-box {
    vertical-align: middle;
}
.intl-tel-input .country-list .country-name {
    margin-right: 6px;
}
.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type="tel"],
.intl-tel-input.allow-dropdown input[type="text"],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type="tel"],
.intl-tel-input.separate-dial-code input[type="text"] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0;
}
.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
    right: auto;
    left: 0;
}
.intl-tel-input.allow-dropdown .selected-flag,
.intl-tel-input.separate-dial-code .selected-flag {
    width: 46px;
}
.intl-tel-input.allow-dropdown .flag-container:hover {
    cursor: pointer;
}
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
    cursor: default;
}
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
    background-color: transparent;
}
.intl-tel-input.separate-dial-code .selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
    display: table;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
    position: absolute;
    top: 8px;
    right: 0;
    font-size: 14px;
}
.intl-tel-input.separate-dial-code.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type="tel"],
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type="text"] {
    padding-left: 66px;
}
.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
    width: 60px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type="tel"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type="text"] {
    padding-left: 76px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
    width: 70px;
}
.intl-tel-input.separate-dial-code.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type="tel"],
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type="text"] {
    padding-left: 74px;
}
.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
    width: 68px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type="tel"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type="text"] {
    padding-left: 84px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
    width: 78px;
}
.intl-tel-input.separate-dial-code.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type="tel"],
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type="text"] {
    padding-left: 82px;
}
.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
    width: 76px;
}
.intl-tel-input.separate-dial-code .selected-flag:focus {
    outline: none;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type="tel"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type="text"] {
    padding-left: 92px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
    width: 86px;
}
.intl-tel-input.separate-dial-code.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type="tel"],
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type="text"] {
    padding-left: 90px;
}
.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
    width: 84px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type="tel"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type="text"] {
    padding-left: 100px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
    width: 94px;
}
.intl-tel-input.iti-container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px;
}
.intl-tel-input.iti-container:hover {
    cursor: pointer;
}
.iti-mobile .intl-tel-input.iti-container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed;
}
.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 {
    width: 20px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: 20px 0;
}
.iti-flag:before {
    background-size: cover;
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    top: 1px;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 15px;
}
.selected-flag .iti-flag:before {
    top: 0;
    left: 0;
}
.iti-flag.ac:before {
    background-image: url(/assets/svg/flags/ac.svg);
}
.iti-flag.ad:before {
    background-image: url(/assets/svg/flags/ad.svg);
}
.iti-flag.ae:before {
    background-image: url(/assets/svg/flags/ae.svg);
}
.iti-flag.af:before {
    background-image: url(/assets/svg/flags/af.svg);
}
.iti-flag.ag:before {
    background-image: url(/assets/svg/flags/ag.svg);
}
.iti-flag.ai:before {
    background-image: url(/assets/svg/flags/ai.svg);
}
.iti-flag.al:before {
    background-image: url(/assets/svg/flags/al.svg);
}
.iti-flag.am:before {
    background-image: url(/assets/svg/flags/am.svg);
}
.iti-flag.ao:before {
    background-image: url(/assets/svg/flags/ao.svg);
}
.iti-flag.aq:before {
    background-image: url(/assets/svg/flags/aq.svg);
}
.iti-flag.ar:before {
    background-image: url(/assets/svg/flags/ar.svg);
}
.iti-flag.as:before {
    background-image: url(/assets/svg/flags/as.svg);
}
.iti-flag.at:before {
    background-image: url(/assets/svg/flags/at.svg);
}
.iti-flag.au:before {
    background-image: url(/assets/svg/flags/au.svg);
}
.iti-flag.aw:before {
    background-image: url(/assets/svg/flags/aw.svg);
}
.iti-flag.ax:before {
    background-image: url(/assets/svg/flags/ax.svg);
}
.iti-flag.az:before {
    background-image: url(/assets/svg/flags/az.svg);
}
.iti-flag.ba:before {
    background-image: url(/assets/svg/flags/ba.svg);
}
.iti-flag.bb:before {
    background-image: url(/assets/svg/flags/bb.svg);
}
.iti-flag.bd:before {
    background-image: url(/assets/svg/flags/bd.svg);
}
.iti-flag.be:before {
    background-image: url(/assets/svg/flags/be.svg);
}
.iti-flag.bf:before {
    background-image: url(/assets/svg/flags/bf.svg);
}
.iti-flag.bg:before {
    background-image: url(/assets/svg/flags/bg.svg);
}
.iti-flag.bh:before {
    background-image: url(/assets/svg/flags/bh.svg);
}
.iti-flag.bi:before {
    background-image: url(/assets/svg/flags/bi.svg);
}
.iti-flag.bj:before {
    background-image: url(/assets/svg/flags/bj.svg);
}
.iti-flag.bl:before {
    background-image: url(/assets/svg/flags/bl.svg);
}
.iti-flag.bm:before {
    background-image: url(/assets/svg/flags/bm.svg);
}
.iti-flag.bn:before {
    background-image: url(/assets/svg/flags/bn.svg);
}
.iti-flag.bo:before {
    background-image: url(/assets/svg/flags/bo.svg);
}
.iti-flag.bq:before {
    background-image: url(/assets/svg/flags/bq.svg);
}
.iti-flag.br:before {
    background-image: url(/assets/svg/flags/br.svg);
}
.iti-flag.bs:before {
    background-image: url(/assets/svg/flags/bs.svg);
}
.iti-flag.bt:before {
    background-image: url(/assets/svg/flags/bt.svg);
}
.iti-flag.bv:before {
    background-image: url(/assets/svg/flags/bv.svg);
}
.iti-flag.bw:before {
    background-image: url(/assets/svg/flags/bw.svg);
}
.iti-flag.by:before {
    background-image: url(/assets/svg/flags/by.svg);
}
.iti-flag.bz:before {
    background-image: url(/assets/svg/flags/bz.svg);
}
.iti-flag.ca:before {
    background-image: url(/assets/svg/flags/ca.svg);
}
.iti-flag.cc:before {
    background-image: url(/assets/svg/flags/cc.svg);
}
.iti-flag.cd:before {
    background-image: url(/assets/svg/flags/cd.svg);
}
.iti-flag.cf:before {
    background-image: url(/assets/svg/flags/cf.svg);
}
.iti-flag.cg:before {
    background-image: url(/assets/svg/flags/cg.svg);
}
.iti-flag.ch:before {
    background-image: url(/assets/svg/flags/ch.svg);
}
.iti-flag.ci:before {
    background-image: url(/assets/svg/flags/ci.svg);
}
.iti-flag.ck:before {
    background-image: url(/assets/svg/flags/ck.svg);
}
.iti-flag.cl:before {
    background-image: url(/assets/svg/flags/cl.svg);
}
.iti-flag.cm:before {
    background-image: url(/assets/svg/flags/cm.svg);
}
.iti-flag.cn:before {
    background-image: url(/assets/svg/flags/cn.svg);
}
.iti-flag.co:before {
    background-image: url(/assets/svg/flags/co.svg);
}
.iti-flag.cr:before {
    background-image: url(/assets/svg/flags/cr.svg);
}
.iti-flag.cu:before {
    background-image: url(/assets/svg/flags/cu.svg);
}
.iti-flag.cv:before {
    background-image: url(/assets/svg/flags/cv.svg);
}
.iti-flag.cw:before {
    background-image: url(/assets/svg/flags/cw.svg);
}
.iti-flag.cx:before {
    background-image: url(/assets/svg/flags/cx.svg);
}
.iti-flag.cy:before {
    background-image: url(/assets/svg/flags/cy.svg);
}
.iti-flag.cz:before {
    background-image: url(/assets/svg/flags/cz.svg);
}
.iti-flag.de:before {
    background-image: url(/assets/svg/flags/de.svg);
}
.iti-flag.dj:before {
    background-image: url(/assets/svg/flags/dj.svg);
}
.iti-flag.dk:before {
    background-image: url(/assets/svg/flags/dk.svg);
}
.iti-flag.dm:before {
    background-image: url(/assets/svg/flags/dm.svg);
}
.iti-flag.do:before {
    background-image: url(/assets/svg/flags/do.svg);
}
.iti-flag.dz:before {
    background-image: url(/assets/svg/flags/dz.svg);
}
.iti-flag.ec:before {
    background-image: url(/assets/svg/flags/ec.svg);
}
.iti-flag.ee:before {
    background-image: url(/assets/svg/flags/ee.svg);
}
.iti-flag.eg:before {
    background-image: url(/assets/svg/flags/eg.svg);
}
.iti-flag.eh:before {
    background-image: url(/assets/svg/flags/eh.svg);
}
.iti-flag.er:before {
    background-image: url(/assets/svg/flags/er.svg);
}
.iti-flag.es:before {
    background-image: url(/assets/svg/flags/es.svg);
}
.iti-flag.et:before {
    background-image: url(/assets/svg/flags/et.svg);
}
.iti-flag.fi:before {
    background-image: url(/assets/svg/flags/fi.svg);
}
.iti-flag.fj:before {
    background-image: url(/assets/svg/flags/fj.svg);
}
.iti-flag.fk:before {
    background-image: url(/assets/svg/flags/fk.svg);
}
.iti-flag.fm:before {
    background-image: url(/assets/svg/flags/fm.svg);
}
.iti-flag.fo:before {
    background-image: url(/assets/svg/flags/fo.svg);
}
.iti-flag.fr:before {
    background-image: url(/assets/svg/flags/fr.svg);
}
.iti-flag.ga:before {
    background-image: url(/assets/svg/flags/ga.svg);
}
.iti-flag.gb:before {
    background-image: url(/assets/svg/flags/gb.svg);
}
.iti-flag.gd:before {
    background-image: url(/assets/svg/flags/gd.svg);
}
.iti-flag.ge:before {
    background-image: url(/assets/svg/flags/ge.svg);
}
.iti-flag.gf:before {
    background-image: url(/assets/svg/flags/gf.svg);
}
.iti-flag.gg:before {
    background-image: url(/assets/svg/flags/gg.svg);
}
.iti-flag.gh:before {
    background-image: url(/assets/svg/flags/gh.svg);
}
.iti-flag.gi:before {
    background-image: url(/assets/svg/flags/gi.svg);
}
.iti-flag.gl:before {
    background-image: url(/assets/svg/flags/gl.svg);
}
.iti-flag.gm:before {
    background-image: url(/assets/svg/flags/gm.svg);
}
.iti-flag.gn:before {
    background-image: url(/assets/svg/flags/gn.svg);
}
.iti-flag.gp:before {
    background-image: url(/assets/svg/flags/gp.svg);
}
.iti-flag.gq:before {
    background-image: url(/assets/svg/flags/gq.svg);
}
.iti-flag.gr:before {
    background-image: url(/assets/svg/flags/gr.svg);
}
.iti-flag.gs:before {
    background-image: url(/assets/svg/flags/gs.svg);
}
.iti-flag.gt:before {
    background-image: url(/assets/svg/flags/gt.svg);
}
.iti-flag.gu:before {
    background-image: url(/assets/svg/flags/gu.svg);
}
.iti-flag.gw:before {
    background-image: url(/assets/svg/flags/gw.svg);
}
.iti-flag.gy:before {
    background-image: url(/assets/svg/flags/gy.svg);
}
.iti-flag.hk:before {
    background-image: url(/assets/svg/flags/hk.svg);
}
.iti-flag.hm:before {
    background-image: url(/assets/svg/flags/hm.svg);
}
.iti-flag.hn:before {
    background-image: url(/assets/svg/flags/hn.svg);
}
.iti-flag.hr:before {
    background-image: url(/assets/svg/flags/hr.svg);
}
.iti-flag.ht:before {
    background-image: url(/assets/svg/flags/ht.svg);
}
.iti-flag.hu:before {
    background-image: url(/assets/svg/flags/hu.svg);
}
.iti-flag.id:before {
    background-image: url(/assets/svg/flags/id.svg);
}
.iti-flag.ie:before {
    background-image: url(/assets/svg/flags/ie.svg);
}
.iti-flag.il:before {
    background-image: url(/assets/svg/flags/il.svg);
}
.iti-flag.im:before {
    background-image: url(/assets/svg/flags/im.svg);
}
.iti-flag.in:before {
    background-image: url(/assets/svg/flags/in.svg);
}
.iti-flag.io:before {
    background-image: url(/assets/svg/flags/io.svg);
}
.iti-flag.iq:before {
    background-image: url(/assets/svg/flags/iq.svg);
}
.iti-flag.ir:before {
    background-image: url(/assets/svg/flags/ir.svg);
}
.iti-flag.is:before {
    background-image: url(/assets/svg/flags/is.svg);
}
.iti-flag.it:before {
    background-image: url(/assets/svg/flags/it.svg);
}
.iti-flag.je:before {
    background-image: url(/assets/svg/flags/je.svg);
}
.iti-flag.jm:before {
    background-image: url(/assets/svg/flags/jm.svg);
}
.iti-flag.jo:before {
    background-image: url(/assets/svg/flags/jo.svg);
}
.iti-flag.jp:before {
    background-image: url(/assets/svg/flags/jp.svg);
}
.iti-flag.ke:before {
    background-image: url(/assets/svg/flags/ke.svg);
}
.iti-flag.kg:before {
    background-image: url(/assets/svg/flags/kg.svg);
}
.iti-flag.kh:before {
    background-image: url(/assets/svg/flags/kh.svg);
}
.iti-flag.ki:before {
    background-image: url(/assets/svg/flags/ki.svg);
}
.iti-flag.km:before {
    background-image: url(/assets/svg/flags/km.svg);
}
.iti-flag.kn:before {
    background-image: url(/assets/svg/flags/kn.svg);
}
.iti-flag.kp:before {
    background-image: url(/assets/svg/flags/kp.svg);
}
.iti-flag.kr:before {
    background-image: url(/assets/svg/flags/kr.svg);
}
.iti-flag.kw:before {
    background-image: url(/assets/svg/flags/kw.svg);
}
.iti-flag.ky:before {
    background-image: url(/assets/svg/flags/ky.svg);
}
.iti-flag.kz:before {
    background-image: url(/assets/svg/flags/kz.svg);
}
.iti-flag.la:before {
    background-image: url(/assets/svg/flags/la.svg);
}
.iti-flag.lb:before {
    background-image: url(/assets/svg/flags/lb.svg);
}
.iti-flag.lc:before {
    background-image: url(/assets/svg/flags/lc.svg);
}
.iti-flag.li:before {
    background-image: url(/assets/svg/flags/li.svg);
}
.iti-flag.lk:before {
    background-image: url(/assets/svg/flags/lk.svg);
}
.iti-flag.lr:before {
    background-image: url(/assets/svg/flags/lr.svg);
}
.iti-flag.ls:before {
    background-image: url(/assets/svg/flags/ls.svg);
}
.iti-flag.lt:before {
    background-image: url(/assets/svg/flags/lt.svg);
}
.iti-flag.lu:before {
    background-image: url(/assets/svg/flags/lu.svg);
}
.iti-flag.lv:before {
    background-image: url(/assets/svg/flags/lv.svg);
}
.iti-flag.ly:before {
    background-image: url(/assets/svg/flags/ly.svg);
}
.iti-flag.ma:before {
    background-image: url(/assets/svg/flags/ma.svg);
}
.iti-flag.mc:before {
    background-image: url(/assets/svg/flags/mc.svg);
}
.iti-flag.md:before {
    background-image: url(/assets/svg/flags/md.svg);
}
.iti-flag.me:before {
    background-image: url(/assets/svg/flags/me.svg);
}
.iti-flag.mf:before {
    background-image: url(/assets/svg/flags/mf.svg);
}
.iti-flag.mg:before {
    background-image: url(/assets/svg/flags/mg.svg);
}
.iti-flag.mh:before {
    background-image: url(/assets/svg/flags/mh.svg);
}
.iti-flag.mk:before {
    background-image: url(/assets/svg/flags/mk.svg);
}
.iti-flag.ml:before {
    background-image: url(/assets/svg/flags/ml.svg);
}
.iti-flag.mm:before {
    background-image: url(/assets/svg/flags/mm.svg);
}
.iti-flag.mn:before {
    background-image: url(/assets/svg/flags/mn.svg);
}
.iti-flag.mo:before {
    background-image: url(/assets/svg/flags/mo.svg);
}
.iti-flag.mp:before {
    background-image: url(/assets/svg/flags/mp.svg);
}
.iti-flag.mq:before {
    background-image: url(/assets/svg/flags/mq.svg);
}
.iti-flag.mr:before {
    background-image: url(/assets/svg/flags/mr.svg);
}
.iti-flag.ms:before {
    background-image: url(/assets/svg/flags/ms.svg);
}
.iti-flag.mt:before {
    background-image: url(/assets/svg/flags/mt.svg);
}
.iti-flag.mu:before {
    background-image: url(/assets/svg/flags/mu.svg);
}
.iti-flag.mv:before {
    background-image: url(/assets/svg/flags/mv.svg);
}
.iti-flag.mw:before {
    background-image: url(/assets/svg/flags/mw.svg);
}
.iti-flag.mx:before {
    background-image: url(/assets/svg/flags/mx.svg);
}
.iti-flag.my:before {
    background-image: url(/assets/svg/flags/my.svg);
}
.iti-flag.mz:before {
    background-image: url(/assets/svg/flags/mz.svg);
}
.iti-flag.na:before {
    background-image: url(/assets/svg/flags/na.svg);
}
.iti-flag.nc:before {
    background-image: url(/assets/svg/flags/nc.svg);
}
.iti-flag.ne:before {
    background-image: url(/assets/svg/flags/ne.svg);
}
.iti-flag.nf:before {
    background-image: url(/assets/svg/flags/nf.svg);
}
.iti-flag.ng:before {
    background-image: url(/assets/svg/flags/ng.svg);
}
.iti-flag.ni:before {
    background-image: url(/assets/svg/flags/ni.svg);
}
.iti-flag.nl:before {
    background-image: url(/assets/svg/flags/nl.svg);
}
.iti-flag.no:before {
    background-image: url(/assets/svg/flags/no.svg);
}
.iti-flag.np:before {
    background-image: url(/assets/svg/flags/np.svg);
}
.iti-flag.nr:before {
    background-image: url(/assets/svg/flags/nr.svg);
}
.iti-flag.nu:before {
    background-image: url(/assets/svg/flags/nu.svg);
}
.iti-flag.nz:before {
    background-image: url(/assets/svg/flags/nz.svg);
}
.iti-flag.om:before {
    background-image: url(/assets/svg/flags/om.svg);
}
.iti-flag.pa:before {
    background-image: url(/assets/svg/flags/pa.svg);
}
.iti-flag.pe:before {
    background-image: url(/assets/svg/flags/pe.svg);
}
.iti-flag.pf:before {
    background-image: url(/assets/svg/flags/pf.svg);
}
.iti-flag.pg:before {
    background-image: url(/assets/svg/flags/pg.svg);
}
.iti-flag.ph:before {
    background-image: url(/assets/svg/flags/ph.svg);
}
.iti-flag.pk:before {
    background-image: url(/assets/svg/flags/pk.svg);
}
.iti-flag.pl:before {
    background-image: url(/assets/svg/flags/pl.svg);
}
.iti-flag.pm:before {
    background-image: url(/assets/svg/flags/pm.svg);
}
.iti-flag.pn:before {
    background-image: url(/assets/svg/flags/pn.svg);
}
.iti-flag.pr:before {
    background-image: url(/assets/svg/flags/pr.svg);
}
.iti-flag.ps:before {
    background-image: url(/assets/svg/flags/ps.svg);
}
.iti-flag.pt:before {
    background-image: url(/assets/svg/flags/pt.svg);
}
.iti-flag.pw:before {
    background-image: url(/assets/svg/flags/pw.svg);
}
.iti-flag.py:before {
    background-image: url(/assets/svg/flags/py.svg);
}
.iti-flag.qa:before {
    background-image: url(/assets/svg/flags/qa.svg);
}
.iti-flag.re:before {
    background-image: url(/assets/svg/flags/re.svg);
}
.iti-flag.ro:before {
    background-image: url(/assets/svg/flags/ro.svg);
}
.iti-flag.rs:before {
    background-image: url(/assets/svg/flags/rs.svg);
}
.iti-flag.ru:before {
    background-image: url(/assets/svg/flags/ru.svg);
}
.iti-flag.rw:before {
    background-image: url(/assets/svg/flags/rw.svg);
}
.iti-flag.sa:before {
    background-image: url(/assets/svg/flags/sa.svg);
}
.iti-flag.sb:before {
    background-image: url(/assets/svg/flags/sb.svg);
}
.iti-flag.sc:before {
    background-image: url(/assets/svg/flags/sc.svg);
}
.iti-flag.sd:before {
    background-image: url(/assets/svg/flags/sd.svg);
}
.iti-flag.se:before {
    background-image: url(/assets/svg/flags/se.svg);
}
.iti-flag.sg:before {
    background-image: url(/assets/svg/flags/sg.svg);
}
.iti-flag.sh:before {
    background-image: url(/assets/svg/flags/sh.svg);
}
.iti-flag.si:before {
    background-image: url(/assets/svg/flags/si.svg);
}
.iti-flag.sj:before {
    background-image: url(/assets/svg/flags/sj.svg);
}
.iti-flag.sk:before {
    background-image: url(/assets/svg/flags/sk.svg);
}
.iti-flag.sl:before {
    background-image: url(/assets/svg/flags/sl.svg);
}
.iti-flag.sm:before {
    background-image: url(/assets/svg/flags/sm.svg);
}
.iti-flag.sn:before {
    background-image: url(/assets/svg/flags/sn.svg);
}
.iti-flag.so:before {
    background-image: url(/assets/svg/flags/so.svg);
}
.iti-flag.sr:before {
    background-image: url(/assets/svg/flags/sr.svg);
}
.iti-flag.ss:before {
    background-image: url(/assets/svg/flags/ss.svg);
}
.iti-flag.st:before {
    background-image: url(/assets/svg/flags/st.svg);
}
.iti-flag.sv:before {
    background-image: url(/assets/svg/flags/sv.svg);
}
.iti-flag.sx:before {
    background-image: url(/assets/svg/flags/sx.svg);
}
.iti-flag.sy:before {
    background-image: url(/assets/svg/flags/sy.svg);
}
.iti-flag.sz:before {
    background-image: url(/assets/svg/flags/sz.svg);
}
.iti-flag.tc:before {
    background-image: url(/assets/svg/flags/tc.svg);
}
.iti-flag.td:before {
    background-image: url(/assets/svg/flags/td.svg);
}
.iti-flag.tf:before {
    background-image: url(/assets/svg/flags/tf.svg);
}
.iti-flag.tg:before {
    background-image: url(/assets/svg/flags/tg.svg);
}
.iti-flag.th:before {
    background-image: url(/assets/svg/flags/th.svg);
}
.iti-flag.tj:before {
    background-image: url(/assets/svg/flags/tj.svg);
}
.iti-flag.tk:before {
    background-image: url(/assets/svg/flags/tk.svg);
}
.iti-flag.tl:before {
    background-image: url(/assets/svg/flags/tl.svg);
}
.iti-flag.tm:before {
    background-image: url(/assets/svg/flags/tm.svg);
}
.iti-flag.tn:before {
    background-image: url(/assets/svg/flags/tn.svg);
}
.iti-flag.to:before {
    background-image: url(/assets/svg/flags/to.svg);
}
.iti-flag.tr:before {
    background-image: url(/assets/svg/flags/tr.svg);
}
.iti-flag.tt:before {
    background-image: url(/assets/svg/flags/tt.svg);
}
.iti-flag.tv:before {
    background-image: url(/assets/svg/flags/tv.svg);
}
.iti-flag.tw:before {
    background-image: url(/assets/svg/flags/tw.svg);
}
.iti-flag.tz:before {
    background-image: url(/assets/svg/flags/tz.svg);
}
.iti-flag.ua:before {
    background-image: url(/assets/svg/flags/ua.svg);
}
.iti-flag.ug:before {
    background-image: url(/assets/svg/flags/ug.svg);
}
.iti-flag.um:before {
    background-image: url(/assets/svg/flags/um.svg);
}
.iti-flag.us:before {
    background-image: url(/assets/svg/flags/us.svg);
}
.iti-flag.uy:before {
    background-image: url(/assets/svg/flags/uy.svg);
}
.iti-flag.uz:before {
    background-image: url(/assets/svg/flags/uz.svg);
}
.iti-flag.va:before {
    background-image: url(/assets/svg/flags/va.svg);
}
.iti-flag.vc:before {
    background-image: url(/assets/svg/flags/vc.svg);
}
.iti-flag.ve:before {
    background-image: url(/assets/svg/flags/ve.svg);
}
.iti-flag.vg:before {
    background-image: url(/assets/svg/flags/vg.svg);
}
.iti-flag.vi:before {
    background-image: url(/assets/svg/flags/vi.svg);
}
.iti-flag.vn:before {
    background-image: url(/assets/svg/flags/vn.svg);
}
.iti-flag.vu:before {
    background-image: url(/assets/svg/flags/vu.svg);
}
.iti-flag.wf:before {
    background-image: url(/assets/svg/flags/wf.svg);
}
.iti-flag.ws:before {
    background-image: url(/assets/svg/flags/ws.svg);
}
.iti-flag.xk:before {
    background-image: url(/assets/svg/flags/xk.svg);
}
.iti-flag.ye:before {
    background-image: url(/assets/svg/flags/ye.svg);
}
.iti-flag.yt:before {
    background-image: url(/assets/svg/flags/yt.svg);
}
.iti-flag.za:before {
    background-image: url(/assets/svg/flags/za.svg);
}
.iti-flag.zm:before {
    background-image: url(/assets/svg/flags/zm.svg);
}
.iti-flag.zw:before {
    background-image: url(/assets/svg/flags/zw.svg);
}
.iti-flag.es-ct:before {
    background-image: url(/assets/svg/flags/es-ct.svg);
}
.iti-flag.eu:before {
    background-image: url(/assets/svg/flags/eu.svg);
}
.iti-flag.gb-eng:before {
    background-image: url(/assets/svg/flags/gb-eng.svg);
}
.iti-flag.gb-nir:before {
    background-image: url(/assets/svg/flags/gb-nir.svg);
}
.iti-flag.gb-sct:before {
    background-image: url(/assets/svg/flags/gb-sct.svg);
}
.iti-flag.gb-wls:before {
    background-image: url(/assets/svg/flags/gb-wls.svg);
}
.iti-flag.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 0.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, 0.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 .iti-flag {
    width: 14px;
    height: 11px;
}
.phones .iti-flag:before {
    width: 14px;
    height: 11px;
    top: 0;
    left: 0;
}
.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: 0.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;
}
.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, 0.08);
}
.phones .phone-input .country-dropdown__item .iti-flag:before {
    left: 18px;
}
#form-vote-change-email .intl-tel-input {
    backface-visibility: hidden;
    margin-left: 0 !important;
}
#form-vote-change-email .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: 50%;
    right: 6px;
    margin: 0 !important;
    width: 34px;
    height: 34px;
    background: linear-gradient(180deg, #d9d9d9, #b8b8b8 85.94%);
    transform: translateY(-50%);
}
.phones .fld-ok.valid {
    background: linear-gradient(180deg, #226dbf, #04407d);
}
.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) 50% no-repeat;
    background-size: contain;
}
.phones--added-phone .phones__result,
.phones .editing .fld-ok {
    display: block;
}
.phones--confirmation .phones__confirmation {
    display: block;
    margin: 16px 0 0;
}
.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, 0.6);
    font-weight: 500;
}
.phones--confirmed .lbl {
    color: #b8b8cc;
    opacity: 0.4;
}
.phones--confirmed .fld-wrap {
    background: none;
    border: 1px solid rgba(141, 159, 199, 0.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: 0.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%, 0.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, 0.6);
    -webkit-text-fill-color: rgba(184, 184, 204, 0.6);
    font-weight: 600;
}
.phones__result_number.iti-flag:before {
    left: -31px;
}
.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: 0.5;
    pointer-events: none;
}
.phones .fld-ok.valid {
    opacity: 1;
    pointer-events: auto;
}
.phones__tooltip-coord {
    position: absolute;
    top: 0;
    left: 0;
    width: 272px;
    height: 48px;
    user-select: none;
    z-index: -100;
}
.loader {
    display: block;
    pointer-events: none;
}
.loader: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:after {
    animation: rotateForHeaderButton 1s ease-in-out 0s infinite;
}
.layout-vua .header-top__btn-cash.loader:after {
    animation: rotateForHeaderButtonVUA 1s ease-in-out 0s infinite;
}
.loader: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 0.5s ease-in-out 0s infinite;
    animation-duration: 0.5s;
    animation-direction: reverse;
    transition: none;
    box-sizing: content-box;
}
.header-top__btn-cash.loader:before {
    animation: rotateForHeaderButton 0.5s ease-in-out 0s infinite;
}
.layout-vua .header-top__btn-cash.loader:before {
    animation: rotateForHeaderButtonVUA 1s ease-in-out 0s infinite;
}
.loader span {
    opacity: 0.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: 0.2s;
}
.in-process__dot:nth-child(3) {
    animation-delay: 0.4s;
}
@keyframes blink {
    0% {
        opacity: 0.2;
    }
    20% {
        opacity: 1;
    }
    to {
        opacity: 0.2;
    }
}
.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, 0.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, 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, 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, 0.9);
    opacity: 0;
    transition: opacity 0.2s ease-in, visibility 0.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: 0.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 0.3s ease-out, visibility 0s linear 0.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, 0.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%, 0.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 0.2s ease;
    font-size: 16px;
    color: hsla(0, 0%, 100%, 0.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%, 0.2);
    transition: color 0.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, 0.5), inset 0 1px 0 hsla(0, 0%, 100%, 0.05);
    border-radius: 4px;
    z-index: 0;
    transition: left 0.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, 0.1);
}
.hof__table thead th {
    padding: 15px 10px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(184, 184, 204, 0.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, 0.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: -0.5px;
    height: 1px;
    width: calc(100% - 27px);
    background-color: rgba(184, 184, 204, 0.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, 0.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, 0.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, 0.9);
    opacity: 0;
    visibility: visible;
    transition: opacity 0.2s ease-in, visibility 0.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, 0.4);
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.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: 0.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 {
    display: none;
    margin: 48px auto;
    width: 48px;
    height: 48px;
}
.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-item {
    padding: 16px;
    margin-bottom: 8px;
}
.faq-item__title {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}
.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 0.15s linear;
    -o-transition: all linear 0.15s;
    transition: all 0.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(/vulkanclub/web/img/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 0.15s linear;
    -o-transition: all linear 0.15s;
    transition: all 0.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, 0.85);
    -moz-box-shadow: 0 8px 12px 3px rgba(0, 0, 0, 0.85);
    box-shadow: 0 8px 12px 3px rgba(0, 0, 0, 0.85);
}
.app-btns a:active {
    -webkit-box-shadow: 0 8px 12px 7px rgba(0, 0, 0, 0.85);
    -moz-box-shadow: 0 8px 12px 7px rgba(0, 0, 0, 0.85);
    box-shadow: 0 8px 12px 7px rgba(0, 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(/vulkanclub/web/img/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(/vulkanclub/web/img/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(/vulkanclub/web/img/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, 0.85);
    -moz-box-shadow: 0 8px 12px 3px rgba(0, 0, 0, 0.85);
    box-shadow: 0 8px 12px 3px rgba(0, 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(/vulkanclub/web/img/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, 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(/vulkanclub/web/img/sprite.png);
    background-position: -291px -856px;
    background-repeat: no-repeat;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transition: all 0.15s linear;
    -o-transition: all linear 0.15s;
    transition: all 0.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 0.15s linear;
    -o-transition: all linear 0.15s;
    transition: all 0.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 0.15s linear;
    -o-transition: all linear 0.15s;
    transition: all 0.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: 0.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, 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, 0.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, 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: 0.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, 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, 0.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(/vulkanclub/web/img/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-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(/vulkanclub/web/img/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, 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(/vulkanclub/web/img/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(/vulkanclub/web/img/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-widget-placeholder__promo {
    position: absolute;
    bottom: 74px;
    left: 0;
    right: 0;
}
.strip-gallery-widget-placeholder__loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4) url(/vulkanclub/web/img/preloader.svg) no-repeat 50% 50%;
    background-size: 30% 30%;
}
.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, 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 0.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, 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, 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, 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 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.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 .loading {
    position: relative;
}
.layout--betting .container-wrapper .loading:after {
    content: "";
    background: url(/assets/CV/Web/svg/preloader.svg) no-repeat 50% 50% !important;
    width: 100%;
    height: 100px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding-top: 160px;
    margin-top: 90px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.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;
}
.layout--betting div[class^="footer__container___"] {
    --parent-site-header-height: 200px;
}
body.__app--is-scroll-disabled .layout--betting {
    --top-offset: 1px;
}
body.__app--is-scroll-disabled .layout--betting div[class^="footer__container___"] {
    --parent-site-header-height: 1px;
    --fixed-footer-height: 1px;
}
.layout--betting div[class^="leftSidebar__container___"] > div {
    position: sticky !important;
    top: 70px !important;
}
.notifications-wrapper {
    position: fixed;
    z-index: 100000;
    right: 50px;
    bottom: 0;
    transition: height 0.3s ease, margin 0.3s ease, opacity 0.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, 0.8);
    text-align: left;
    transition: height 0.3s ease, margin 0.3s ease, opacity 0.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%, 0.9);
    border-bottom: none;
    border-radius: 8px 8px 0 0;
    background: #000;
}
.notification__img img {
    max-width: 100%;
    height: auto;
    opacity: 0.4;
}
.notification__content {
    padding: 15px 24px 18px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 8px 16px rgba(36, 2, 0, 0.2);
    background-color: hsla(0, 0%, 100%, 0.9);
}
.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, 0.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 {
    width: 100%;
    margin: 10px 0 6px;
}
.notification .btn,
.notification__btns {
    text-align: center;
    box-sizing: border-box;
}
.notification .btn {
    display: block;
    width: 160px;
    padding: 0;
    margin: 0 auto;
    border-radius: 2px;
    background: linear-gradient(180deg, #226dbf, #04407d);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.notification .btn span {
    font-weight: 400;
    font-size: 12px;
    line-height: 32px;
    height: 32px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.notification .btn + .btn {
    margin: 10px auto 0;
    background: linear-gradient(180deg, #77c100, #048523);
}
.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--border-none {
    background-image: url(/assets/CV/Web/img/sys/bg/bell.svg), url(/assets/CV/Web/img/sys/bg/dark_pattern.gif);
    background-repeat: no-repeat, repeat;
    background-position: 125px -15px, top;
    background-size: 171.15px, cover;
    width: 288px;
    min-height: 192px;
    border-radius: 9px;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.8);
}
.notification--border-none + .notification:not(.is-state--hide) {
    margin-top: 22px;
}
.notification--border-none p {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.notification--border-none .btn {
    max-width: 218px;
    margin: 23px auto 0;
    height: 42px;
}
.notification--border-none .btn span {
    font-size: 15px;
    font-weight: 400;
    line-height: 42px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.notification--border-none__close-btn {
    right: 13px;
    width: 8px;
    height: 8px;
}
.notification--border-none .notification__content {
    border: none;
    background-color: transparent;
    padding: 16px;
    text-align: center;
}
.notification--border-none .notification__main {
    margin-top: 25px;
}
.notification--border-none .notification__close-btn {
    top: 16px;
    right: 16px;
    width: 16px;
    height: 16px;
}
.notification--border-none .notification__close-btn:after,
.notification--border-none .notification__close-btn:before {
    width: 2px;
    height: 16px;
    background-color: #fff;
}
.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;
}
.action-promocode {
    height: 34px;
}
.action-promocode .form-group,
.action-promocode .promo-status {
    height: 34px;
    margin: 0;
}
.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;
}
.mob-app__buttons .mob-app__button {
    position: relative;
    width: 220px;
    padding-left: 20px;
    display: inline-block;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    font-size: 16px;
}
.mob-app__buttons .mob-app__button:before {
    content: "";
    position: absolute;
    background: url(/assets/CV/Web/svg/android.svg) no-repeat;
    width: 30px;
    height: 31px;
    left: 19px;
    top: 12px;
}
.mob-app__buttons .mob-app__button span {
    font-weight: 500;
}
.mob-app__buttons .mob-app__button-green {
    width: 220px;
    margin-right: 16px;
    padding-left: 20px;
    background: linear-gradient(180deg, #77c100, #048523);
}
.mob-app__buttons .mob-app__button-green:before {
    background: url(/assets/CV/Web/svg/apple.svg) no-repeat;
    top: 10px;
    left: 19px;
}
.mob-app__tabs {
    width: 256px;
    display: inline-block;
    background: rgba(184, 184, 204, 0.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: 0.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, 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, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(1turn, rgba(0, 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: 0.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;
}
.ny-quest .grid-wrapper-cols {
    display: flex;
}
.ny-quest .ny-quest__col {
    height: 100%;
    margin: 0;
}
.ny-quest__col_header {
    position: relative;
    z-index: 1;
}
.ny-quest__col_header_img {
    width: 100%;
}
.ny-quest__col_header_img img {
    max-width: none;
    margin-top: -40px;
}
.ny-quest__col--left .ny-quest__col_header_img img {
    margin-left: -22px;
}
.ny-quest__col--left .ny-quest__col_header_img:after {
    content: "";
    position: absolute;
    top: 150px;
    right: 15px;
    width: 100%;
    height: 80px;
    background-image: url(/assets/CV/Web/img/ny-quest/lights.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
.ny-quest__col--left .ny-quest__content {
    padding-right: 10px;
}
.ny-quest__col--right .ny-quest__col_header_img img {
    margin-left: 25px;
}
.ny-quest__col--right .ny-quest__col_header_img:after {
    content: "";
    position: absolute;
    top: 150px;
    transform: rotateY(180deg);
    left: 12px;
    width: 100%;
    height: 80px;
    background-image: url(/assets/CV/Web/img/ny-quest/lights.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
.ny-quest__col--right .ny-quest__content {
    padding-left: 10px;
}
.ny-quest__counter {
    position: absolute;
    right: 8%;
    top: 23%;
}
.ny-quest__counter--right {
    right: auto;
    left: 8%;
}
.ny-quest__counter_item {
    height: 40px;
    display: inline-block;
    background-image: url(/assets/CV/Web/img/ny-quest/sprite-quest.png);
}
.ny-quest__counter_item-0 {
    width: 35px;
}
.ny-quest__col--left .ny-quest__counter_item-0 {
    background-position: 0 bottom;
}
.ny-quest__counter_item-1 {
    width: 17px;
}
.ny-quest__col--right .ny-quest__counter_item-1 {
    background-position: -37px top;
}
.ny-quest__col--left .ny-quest__counter_item-1 {
    background-position: -37px bottom;
}
.ny-quest__counter_item-2 {
    width: 36px;
}
.ny-quest__col--right .ny-quest__counter_item-2 {
    background-position: -56px top;
}
.ny-quest__col--left .ny-quest__counter_item-2 {
    background-position: -56px bottom;
}
.ny-quest__counter_item-3 {
    width: 37px;
}
.ny-quest__col--right .ny-quest__counter_item-3 {
    background-position: -93px top;
}
.ny-quest__col--left .ny-quest__counter_item-3 {
    background-position: -93px bottom;
}
.ny-quest__counter_item-4 {
    width: 36px;
}
.ny-quest__col--right .ny-quest__counter_item-4 {
    background-position: -130px top;
}
.ny-quest__col--left .ny-quest__counter_item-4 {
    background-position: -130px bottom;
}
.ny-quest__counter_item-5 {
    width: 37px;
}
.ny-quest__col--right .ny-quest__counter_item-5 {
    background-position: -167px top;
}
.ny-quest__col--left .ny-quest__counter_item-5 {
    background-position: -167px bottom;
}
.ny-quest__counter_item-6 {
    width: 36px;
}
.ny-quest__col--right .ny-quest__counter_item-6 {
    background-position: -208px top;
}
.ny-quest__col--left .ny-quest__counter_item-6 {
    background-position: -208px bottom;
}
.ny-quest__counter_item-7 {
    width: 36px;
}
.ny-quest__col--right .ny-quest__counter_item-7 {
    background-position: -244px top;
}
.ny-quest__col--left .ny-quest__counter_item-7 {
    background-position: -244px bottom;
}
.ny-quest__counter_item-8 {
    width: 36px;
}
.ny-quest__col--right .ny-quest__counter_item-8 {
    background-position: -282px top;
}
.ny-quest__col--left .ny-quest__counter_item-8 {
    background-position: -282px bottom;
}
.ny-quest__counter_item-9 {
    width: 36px;
}
.ny-quest__col--right .ny-quest__counter_item-9 {
    background-position: -322px top;
}
.ny-quest__col--left .ny-quest__counter_item-9 {
    background-position: -322px bottom;
}
.ny-quest__counter:first-child .ny-quest__content {
    padding-right: 10px;
}
.ny-quest__counter:last-child .ny-quest__content {
    padding-left: 10px;
}
.ny-quest__content {
    margin-top: -100px;
    height: calc(100% - 195px);
}
.ny-quest__subheader {
    position: relative;
    z-index: 0;
    text-align: center;
    height: 100%;
    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-bottom: 25px;
}
.ny-quest__subheader_inner {
    padding: 85px 40px 10px;
    position: relative;
    border: 1px solid #2a4f66;
    background: url(/assets/CV/Web/img/sys/bg/bg-sidebar-block.jpg) 50% 50% repeat;
}
.ny-quest__prize {
    color: #ffc000;
    font-size: 30px;
    padding: 5px 0 15px;
}
.ny-quest__timer {
    height: 70px;
}
.ny-quest__prize-title {
    color: #c7c7c7;
    font-size: 14px;
}
.ny-quest__checks {
    text-align: left;
    padding: 25px;
}
.ny-quest__checks .chbx-wrap input[type="checkbox"] + label {
    color: #a9acaf;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
}
.ny-quest__checks .form-group {
    padding: 0;
    margin: 14px 0;
}
.ny-quest__rules h2 {
    margin: 0;
    font-weight: 700;
}
.ny-quest__rules p {
    color: #d2d2d3;
    margin: 10px 0;
}
.ny-quest__promo-banner {
    min-height: 357px;
}
.ny-quest__promo-banner .btn.btn-blue {
    margin-top: 66px;
}
.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%, 0.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, 0.5), inset 0 1px 0 hsla(0, 0%, 100%, 0.05);
    border-radius: 4px;
    z-index: 0;
}
.store__nav_swiper.is-swiped {
    transition: left 0.35s ease, width 0.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: 0.4;
    transition: opacity 0.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 {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    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: 16px;
    color: #fff;
    background: linear-gradient(180deg, #09244a, #06153c);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5), inset 0 1px 0 hsla(0, 0%, 100%, 0.05);
    border-radius: 4px;
    height: 352px;
}
.store__product_item--bonuses {
    height: 304px;
}
.store__product_item--benefits,
.store__product_item--talismans {
    height: 352px;
}
.store__product_head {
    display: flex;
    height: 48px;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.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: 128px;
    margin: 0 auto 14px;
    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 0.45s ease;
    position: absolute;
    top: 8px;
    right: 0;
    bottom: 8px;
    left: 0;
    z-index: 2;
    opacity: 0;
}
.store__product_item:hover .store__product_overlay {
    opacity: 0.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: #0059b3;
    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;
    text-align: center;
    color: #fdbb2c;
    margin: 16px 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%, 0.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: 0.4;
    box-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.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, 0.25);
    transition: all 0.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, 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%, 0.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: 0.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 0.35s ease, bottom 0.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, 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, 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, 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, 0.4);
    border: 1px solid hsla(0, 0%, 100%, 0.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%;
    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(0.175, 0.885, 0.32, 1);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.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(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.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(0.23, 0.635, 0.495, 1);
    -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    transition-timing-function: cubic-bezier(0.23, 0.635, 0.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(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.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(0.175, 0.885, 0.32, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.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 0.4s;
}
@keyframes tooltipster-rotating {
    25% {
        transform: rotate(-2deg);
    }
    75% {
        transform: rotate(2deg);
    }
    to {
        transform: rotate(0);
    }
}
.tooltipster-update-rotate {
    animation: tooltipster-rotating 0.6s;
}
@keyframes tooltipster-scaling {
    50% {
        transform: scale(1.1);
    }
    to {
        transform: scale(1);
    }
}
.tooltipster-update-scale {
    animation: tooltipster-scaling 0.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(/vulkanclub/web/img/close.svg) 50% 50% no-repeat;
    width: 12px;
    height: 12px;
    background-size: 12px;
    cursor: pointer;
}
.tooltipster-popup .tooltipster-content {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    font-size: 11px;
    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 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;
    background: hsla(0, 0%, 100%, 0.9);
    font-size: 12px;
    line-height: 18px;
    color: #000;
    letter-spacing: 0.1px;
}
.tooltipster-popup--white .tooltipster-arrow {
    width: 8px;
    height: 8px;
}
.tooltipster-popup--white .tooltipster-arrow:before {
    border: 4px solid hsla(0, 0%, 100%, 0.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 .tooltipster-content {
    max-width: 280px;
    text-align: center;
}
.changepass-email {
    min-height: 280px;
}
.changepass-email__buttons {
    margin: 30px 0;
}
.changepass-email__buttons .changepass-email__button {
    display: inline-block;
    width: 48%;
    margin: 0;
}
.changepass-email__buttons .btn-red {
    margin-left: 8px;
}
.changepass-email__text span {
    font-weight: 700;
}
.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 {
    display: none;
    max-width: 352px;
    text-align: center;
    color: rgba(231, 219, 219, 0.4);
    font-size: 14px;
    line-height: 24px;
}
.changepass-confirm,
.changepass-resend {
    display: none;
}
.action-redesign {
    margin: 30px 0 0;
}
.action-redesign__promo {
    position: relative;
    border: none;
    background-color: #0e161f;
    border-radius: 4px;
    width: 640px;
    background: url(/assets/CV/Web/img/actions/bg_pattern.png) repeat;
    background-position: 100% 0;
    background-size: 256px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.75), inset 0 1px 0 0 hsla(0, 0%, 100%, 0.1), 0 4px 4px 0 rgba(0, 0, 0, 0.5);
}
.action-redesign__promo:after,
.action-redesign__promo:before {
    content: " ";
    display: table;
}
.action-redesign__promo:after {
    clear: both;
}
.action-redesign__img {
    width: 384px;
    height: 272px;
    float: left;
    padding: 8px 6px 6px 8px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    position: relative;
}
.action-redesign__img img {
    width: 368px;
    overflow: hidden;
    z-index: 1;
    height: 256px;
    border: none;
    border-radius: 2px;
}
.action-redesign__img_pf {
    height: 52px;
    position: absolute;
    top: calc(100% - 65px);
    right: 8px;
    bottom: 65px;
    left: 8px;
    padding-top: 5px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #ffb100;
    text-align: center;
    z-index: 1;
}
.action-redesign__img_pf b {
    font-size: 32px;
    line-height: 32px;
    font-weight: 500;
}
.action-redesign__img_pf b span {
    font-weight: 400;
}
.action-redesign__img_pf p {
    color: inherit;
    font-size: 12px;
    margin: -7px auto 0;
}
.action-redesign__content {
    height: 272px;
    float: right;
    justify-content: center;
    position: relative;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    overflow: hidden;
}
.action-redesign__content,
.action-redesign__content_vertical {
    width: 255px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
.action-redesign__content_vertical {
    flex-direction: column;
    align-content: center;
    margin: 0 auto;
    padding: 28px 31px;
    text-align: center;
}
.action-redesign__content_vertical .btn {
    margin-bottom: 0;
    backface-visibility: hidden;
    width: 192px;
}
.action-redesign__content_vertical .btn-cap {
    padding: 10px;
    pointer-events: none;
}
.action-redesign__content_vertical .btn-cap span {
    height: auto;
    line-height: 15px;
    font-size: 14px;
    font-weight: 100;
    vertical-align: middle;
}
.action-redesign__total {
    margin-top: 10px;
    color: #ffbf00;
    font-size: 25px;
    white-space: nowrap;
    font-weight: 700;
    line-height: 19px;
}
.action-redesign__title {
    margin-top: 5px;
    font-size: 11px;
    color: #ffbf00;
    line-height: 11px;
    margin-bottom: 18px;
}
.action-redesign__link {
    color: #585e64;
    font-weight: 500;
    font-size: 12px;
    position: relative;
    margin-top: 15px;
    margin-left: -12px;
    cursor: pointer;
}
.action-redesign__link:after {
    content: "";
    display: block;
    position: absolute;
    top: auto;
    right: 79px;
    bottom: 8px;
    left: auto;
    width: 4px;
    height: 4px;
}
.action-redesign__link--down:after,
.action-redesign__link--up:after {
    content: "";
    display: block;
    position: absolute;
    top: auto;
    right: -10px;
    bottom: auto;
    left: auto;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #585e64;
    border-right: 1px solid #585e64;
}
.action-redesign__link--down:after {
    bottom: 8px;
    transform: rotate(45deg);
}
.action-redesign__link--up:after {
    bottom: 5px;
    transform: rotate(225deg);
}
.action-redesign__toggle {
    display: none;
}
.action-redesign__toggle .action-show {
    margin-top: 30px;
    padding: 0 30px 0 0;
    color: #fff;
    word-wrap: break-word;
    overflow: hidden;
}
.action-redesign__toggle .action-show ol {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
}
.action-redesign .form-block {
    position: relative;
    border: none;
    padding: 0;
    margin: 0;
}
.action-redesign .form-block .fld-block {
    position: relative;
}
.action-redesign .form-block .fld-block .lbl {
    position: absolute;
    top: -6px;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 2;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    pointer-events: none;
    transform: translateY(22px);
    padding-left: 12px;
    color: #939393;
    transition: all 0.2s linear;
}
.action-redesign .form-block .fld-block .fld {
    width: 100%;
    height: 48px;
    padding: 24px 44px 12px 16px;
    outline: 0;
    font-size: 14px;
    border-radius: 4px;
    box-sizing: border-box;
    color: #303233;
    border: 1px solid transparent;
    background: #fff;
    box-shadow: none;
    line-height: normal;
    cursor: text;
}
.action-redesign .form-block .fld-block .fld--btn {
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: auto;
    left: auto;
    width: 40px;
    height: 40px;
    display: none;
    pointer-events: none;
}
.action-redesign .form-block .fld-block .fld--btn span {
    margin-top: -5px;
    background: url(/assets/CV/Web/svg/icon/arrow.svg) 50% 50% no-repeat;
}
.action-redesign .form-block .fld-block .fld_error {
    display: none;
}
.action-redesign .form-block .fld-block.fld-focus .lbl {
    font-size: 8px;
    color: #898989;
    top: -22px;
    transition: all 0.2s linear;
}
.action-redesign .form-block .fld-block.fld-focus .fld--btn {
    display: block;
    opacity: 0.65;
}
.action-redesign .form-block .fld-block.fld-focus .fld-error {
    display: none;
}
.action-redesign .form-block .fld-block.fld-error .fld_error {
    display: block;
}
.action-redesign .form-block .fld-block.fld-error .fld_error span {
    position: absolute;
    top: -22px;
    right: 52px;
    bottom: auto;
    left: auto;
    display: block;
    z-index: 2;
    font-size: 8px;
    font-weight: 400;
    line-height: 18px;
    pointer-events: none;
    transform: translateY(22px);
    padding-left: 12px;
    color: #b05961;
}
.action-redesign .form-block .fld-block.fld-error .fld--btn {
    display: block;
    pointer-events: none;
}
.action-redesign .form-block .fld-block.fld-error .lbl {
    display: none;
}
.action-redesign .form-block .fld-block.fld-error input {
    color: #9c3039;
    border: 1px solid #9c3039;
}
.action-redesign .form-block .valid {
    opacity: 1 !important;
    pointer-events: auto !important;
    cursor: pointer;
}
.light-box {
    background-image: url(/assets/CV/Web/img/actions/lamp-off.png);
    z-index: 2;
}
.light-box,
.light-box:after,
.light-box:before {
    background-size: 100%;
    background-repeat: no-repeat;
}
.light-box:after,
.light-box:before {
    content: "";
    display: none;
    position: absolute;
    top: -19px;
    right: -8px;
    bottom: -8px;
    left: -17px;
    width: 420px;
    height: 314px;
}
.light-box:after {
    background-image: url(/assets/CV/Web/img/actions/lamps-on-one.png);
    z-index: 2;
}
.light-box:before {
    background-image: url(/assets/CV/Web/img/actions/lamps-on-two.png);
    z-index: 3;
}
.light-box.active:after {
    display: none;
    opacity: 0;
}
.light-box.active:before {
    display: block;
    opacity: 1;
}
.light-box.animate:after,
.light-box.animate:before {
    display: block;
    transition: opacity 0.1s linear;
}
.light-box.animate:after {
    opacity: 0;
    z-index: 3;
    animation: blinking-full-revert 1s infinite;
}
.light-box.animate:before {
    opacity: 1;
    z-index: 2;
    animation: blinking-full 1s infinite;
}
.counter-redesign {
    display: inline-block;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    white-space: nowrap;
    margin: auto auto -4px;
    padding-left: 4px;
    padding-top: 2px;
}
.counter-redesign span {
    display: inline-block;
    box-sizing: content-box;
    width: 36px;
    height: 44px;
    line-height: 44px;
    border: 1px solid #000;
    border-radius: 2px;
    background: linear-gradient(#263442, #1a2735, #263341);
    box-shadow: inset 0 1px 0 0 hsla(0, 0%, 100%, 0.1), 0 1px 0 0 hsla(0, 0%, 100%, 0.1);
    color: #fff;
    text-shadow: 0 -1px 0 #000;
    font-size: 30px;
    font-weight: 500;
    padding-top: 4px;
    position: relative;
}
.counter-redesign span:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    bottom: auto;
    left: 0;
    background-color: #000;
    box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, 0.1);
    box-sizing: content-box;
    height: 1px;
    z-index: 9;
}
.counter-redesign p {
    color: #585e64;
    font-weight: 700;
    text-align: center;
    font-size: 10px;
    margin: 0 0 -3px;
}
.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 0.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, 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, 0.2), transparent);
}
.popup-cashier-history {
    padding: 21px 17px 0;
    min-height: 425px;
}
.popup-cashier-history thead tr {
    height: 30px;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 16px;
    color: #9799aa;
    border-bottom: 1px solid #1e2734;
}
.popup-cashier-history tbody tr {
    height: 62px;
    font-size: 12px;
    line-height: 20px;
    color: #535966;
}
.popup-cashier-history tbody tr:not([data-row="outer"]):not([data-row="inner"]) {
    border-top: 1px solid #1e2734;
    border-bottom: 1px solid #1e2734;
}
.popup-cashier-history tbody tr:first-child {
    border-bottom: 1px solid #1e2734;
}
.popup-cashier-history tbody tr.row-hide + tr[data-row="outer"],
.popup-cashier-history tbody tr[data-row="outer"] + tr[data-row="outer"] {
    border-top: 1px solid #1e2734;
}
.popup-cashier-history tbody .popup-cashier-history__id {
    font-weight: 400;
    color: #fff;
    line-height: 16px;
    padding: 16px 0 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.popup-cashier-history tbody .popup-cashier-history__id__date {
    margin: 1px 0 0;
    color: #535966;
    font-size: 12px;
    line-height: 12px;
}
.popup-cashier-history tbody .popup-cashier-history__sum {
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.popup-cashier-history tbody .popup-cashier-history__oper {
    line-height: 16px;
}
.popup-cashier-history tbody .popup-cashier-history__status {
    color: #9799aa;
}
.popup-cashier-history tr[data-row="inner"] {
    height: 32px;
}
.popup-cashier-history tr[data-row="inner"]:not(.cashbox-last-row-in-history) {
    position: relative;
}
.popup-cashier-history tr[data-row="inner"]:not(.cashbox-last-row-in-history):after {
    content: "";
    position: absolute;
    display: block;
    right: 32px;
    left: 16px;
    margin-top: 31px;
    height: 1px;
    background-color: #10161e;
    z-index: 99999;
}
.popup-cashier-history tr[data-row="inner"] .popup-cashier-history__id {
    padding: 0 0 0 16px;
    width: 64px;
}
.popup-cashier-history .cashbox-last-row-in-history + tr {
    border: none !important;
}
.popup-cashier-history__id {
    width: 96px;
    max-width: 96px;
    text-align: left;
}
.layout-vua .popup-cashier-history__id {
    width: 100px;
    max-width: 100px;
}
.popup-cashier-history__sum {
    text-align: right;
    width: 80px;
    max-width: 80px;
}
.popup-cashier-history__operation {
    width: 96px;
    text-align: left;
    padding-left: 32px;
}
.popup-cashier-history__system {
    width: 160px;
    padding-left: 16px;
    text-align: left;
}
.popup-cashier-history__status {
    width: 128px;
    padding-left: 32px;
    text-align: left;
}
.popup-cashier-history__cancel {
    width: 64px;
    text-align: left;
    margin-right: 16px;
}
.popup-cashier-history__cancel span {
    color: #0059b3;
    cursor: pointer;
}
.popup-cashier-history__icon {
    padding-left: 13px;
}
.popup-cashier-history__open__down,
.popup-cashier-history__open__up {
    position: relative;
    cursor: pointer;
    padding-right: 16px;
}
.popup-cashier-history__open__down:before,
.popup-cashier-history__open__up:before {
    display: block;
    position: absolute;
    right: 0;
    width: 6px;
    height: 6px;
    content: "";
    border-right: 1px solid #585e64;
    border-bottom: 1px solid #585e64;
    z-index: inherit;
}
.popup-cashier-history__open__up {
    display: none;
}
.popup-cashier-history__open__up:before {
    top: 7px;
    transform: rotate(-135deg);
}
.popup-cashier-history__open__down {
    display: inline-block;
}
.popup-cashier-history__open__down:before {
    top: 3px;
    transform: rotate(45deg);
}
.popup-cashier-history .row-hide {
    display: none;
}
.popup-cashier-history tr[data-row="inner"] td {
    background-color: rgba(0, 0, 0, 0.4);
}
.popup-cashier-history .row-detailed {
    border-width: 1px 0 0;
}
.popup-cashier-history__table [data-row="outer"] + [data-row="inner"] td:first-child {
    border-radius: 4px 0 0 0;
}
.popup-cashier-history__table [data-row="outer"] + [data-row="inner"] td:last-child {
    border-radius: 0 4px 0 0;
}
.popup-cashier-history .cashbox-last-row-in-history td:first-child {
    border-radius: 0 0 0 4px;
}
.popup-cashier-history .cashbox-last-row-in-history td:last-child {
    border-radius: 0 0 4px 0;
}
.row-detailed .popup-cashier-history__open__down {
    display: none;
}
.row-detailed .popup-cashier-history__open__up {
    display: inline-block;
}
.ico-cash-info {
    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;
}
.popup-cashier-history__loss {
    color: #b8b8cc;
    font-size: 16px;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.popup-cashier-history.empty .popup-cashier-history__loss {
    display: block;
}
@media screen and (max-width: 1539px) and (min-width: 1281px) {
    .popup--has-active-sales {
        transform: translateX(95px);
    }
}
.popup--has-active-sales .as2__section--sticky {
    padding: 16px;
    width: 224px;
    box-sizing: border-box;
}
.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(/vulkanclub/web/img/popup/metal_texture_popup.png);
    background-size: 400px;
}
.layout-vua ~ .popup .popup-cashier-history__preloader-row {
    background: #0e161f;
}
.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 0.2s ease-in-out, opacity 0.2s ease-in-out;
    opacity: 0.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 0.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, 0.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;
}
.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%, 0.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: 0.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, 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 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.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 0.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 0.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 0.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 0.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 0.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: 0.5;
    top: 65px;
    right: 32px;
    transition: opacity 0.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 0.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 0.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 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.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(/vulkanclub/web/img/popup/remarketing/bg/remarketing_admiral_100.png);
}
.popup-remarketing--admiral.bonus-200 .popup-content {
    background-image: url(/vulkanclub/web/img/popup/remarketing/bg/remarketing_admiral_200.png);
}
.popup-remarketing--admiral.bonus-1000 .popup-content {
    background-image: url(/vulkanclub/web/img/popup/remarketing/bg/remarketing_admiral_1000.png);
}
.popup-remarketing--admiral.bonus-one-click .popup-content {
    background-image: url(/vulkanclub/web/img/popup/remarketing/bg/remarketing_admiral_click_reg.png);
}
.popup-remarketing--admiral .popup-remarketing-btn {
    background-image: url(/vulkanclub/web/img/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(/vulkanclub/web/img/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(/vulkanclub/web/img/popup/remarketing/bg/remarketing_cvo_100.png);
}
.popup-remarketing--cvo.bonus-200 .popup-content {
    background-image: url(/vulkanclub/web/img/popup/remarketing/bg/remarketing_cvo_200.png);
}
.popup-remarketing--cvo.bonus-1000 .popup-content {
    background-image: url(/vulkanclub/web/img/popup/remarketing/bg/remarketing_cvo_1000.png);
}
.popup-remarketing--cvo.bonus-one-click .popup-content {
    background-image: url(/vulkanclub/web/img/popup/remarketing/bg/remarketing_cvo_click_reg.png);
}
.popup-remarketing--cvo .popup-remarketing-btn {
    background-image: url(/vulkanclub/web/img/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(/vulkanclub/web/img/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(/vulkanclub/web/img/popup/remarketing/bg/remarketing_ice_100.png);
}
.popup-remarketing--ice.bonus-200 .popup-content {
    background-image: url(/vulkanclub/web/img/popup/remarketing/bg/remarketing_ice_200.png);
}
.popup-remarketing--ice.bonus-1000 .popup-content {
    background-image: url(/vulkanclub/web/img/popup/remarketing/bg/remarketing_ice_1000.png);
}
.popup-remarketing--ice.bonus-one-click .popup-content {
    background-image: url(/vulkanclub/web/img/popup/remarketing/bg/remarketing_ice_click_reg.png);
}
.popup-remarketing--ice .popup-remarketing-btn {
    background-image: url(/vulkanclub/web/img/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(/vulkanclub/web/img/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(/vulkanclub/web/img/popup/remarketing/bg/remarketing_pharaon_100.png);
}
.popup-remarketing--pharaon.bonus-200 .popup-content {
    background-image: url(/vulkanclub/web/img/popup/remarketing/bg/remarketing_pharaon_200.png);
}
.popup-remarketing--pharaon.bonus-1000 .popup-content {
    background-image: url(/vulkanclub/web/img/popup/remarketing/bg/remarketing_pharaon_1000.png);
}
.popup-remarketing--pharaon.bonus-one-click .popup-content {
    background-image: url(/vulkanclub/web/img/popup/remarketing/bg/remarketing_pharaon_click_reg.png);
}
.popup-remarketing--pharaon .popup-remarketing-btn {
    background-image: url(/vulkanclub/web/img/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(/vulkanclub/web/img/popup/remarketing/btns/remarketing-close-pharaon.png);
    width: 24px;
    height: 24px;
    right: 39px;
    top: 96px;
}
.popup-remarketing--vlkstavka .popup-content {
    background-image: url(/vulkanclub/web/img/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(/vulkanclub/web/img/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: 0.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: 0.5px 0 1px #082d7e, -0.5px 0 1px #082d7e, 0 0.5px 1px #082d7e, 0 -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: 0.2;
}
.payment-meth-wrap.is-checked .payment-meth-item:hover {
    opacity: 0.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 {
    display: inline-flex;
    height: 32px;
    width: 60px;
    position: relative;
    filter: none;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}
.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;
}
.strip-gallery-btn.old_style {
    background: transparent;
    position: relative;
    height: 47px;
    padding: 1px 0;
    font-size: 24px;
    line-height: 45px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-shadow: -2px 0 1px rgba(128, 0, 9, 0.8), 2px 0 1px rgba(128, 0, 9, 0.8), 0 -2px 1px rgba(128, 0, 9, 0.8), 0 2px 1px rgba(128, 0, 9, 0.8), -2px -2px 1px rgba(128, 0, 9, 0.8), -2px 2px 1px rgba(128, 0, 9, 0.8),
        2px -2px 1px rgba(128, 0, 9, 0.8), 2px 2px 1px rgba(128, 0, 9, 0.8), -3px 0 2px hsla(0, 0%, 100%, 0.2), 3px 0 2px hsla(0, 0%, 100%, 0.2), 0 -3px 2px hsla(0, 0%, 100%, 0.2), 0 3px 2px hsla(0, 0%, 100%, 0.2),
        -3px -3px 2px hsla(0, 0%, 100%, 0.2), -3px 3px 2px hsla(0, 0%, 100%, 0.2), 3px -3px 2px hsla(0, 0%, 100%, 0.2), 3px 3px 2px hsla(0, 0%, 100%, 0.2);
    background-repeat: no-repeat;
    background-size: 100% 300%;
}
.strip-gallery-btn,
.strip-gallery-btn.old_style {
    border: none;
    outline: none;
    margin: 0;
    z-index: 0;
    display: block;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
}
.strip-gallery-btn {
    padding: 0;
    position: absolute;
    left: 50%;
    bottom: -3px;
    width: calc(100% + 2px);
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    text-align: center;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0, transparent);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
    transition: 0.2s;
    border-radius: 4px;
    background-color: #d0021b;
    transform: translateX(-50%);
}
.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, 0.5);
    filter: brightness(1.1);
}
.strip-gallery-btn:active {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    filter: brightness(0.9);
}
.strip-gallery-btn:active:after {
    opacity: 0.2;
}
.strip-gallery-btn[disabled] {
    pointer-events: none;
}
.strip-gallery-btn[disabled]:after {
    opacity: 0.6;
}
.strip-gallery-levels {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    margin: 0;
    padding: 10px 14px 10px 40px;
    font-size: 10px;
    line-height: 10px;
    color: #fff;
    font-weight: 600;
    height: 48px;
    min-width: 100px;
    box-sizing: border-box;
}
.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 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
    width: 100%;
    height: 48px;
}
.strip-gallery-progressbar__bar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0;
    border: none;
    box-sizing: border-box;
    background: #000;
}
.strip-gallery-progressbar__filled {
    position: relative;
    overflow: hidden;
    padding: 0;
    opacity: 0.8;
    background: linear-gradient(180deg, #226dbf, #04407d);
    transition: width 0.4s ease;
}
.strip-gallery-progressbar__text {
    -ms-flex-align: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex: none;
    flex: none;
    z-index: 1;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    width: 140px;
    min-width: 60px;
    margin: 0;
    padding: 10px 16px 10px 10px;
    font-size: 10px;
    line-height: 1;
    color: hsla(0, 0%, 100%, 0.8);
}
.strip-gallery-bonus,
.strip-gallery-progressbar__text {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
}
.strip-gallery-bonus {
    -ms-flex-align: center;
    bottom: 62px;
    left: 54%;
    width: auto;
    box-sizing: border-box;
    transform: translateX(-50%);
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    line-height: 14px;
}
.strip-gallery-bonus__title {
    color: #fff;
    margin-right: 4px;
}
.strip-gallery-bonus__count {
    color: #fdbb2c;
}
.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: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    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 0.2s ease-out, height 0.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, 0.4);
    margin-top: 6px;
}
.strip-gallery-widget.loading-styles {
    display: none;
}
.strip-gallery-widget:not(.loading-styles) {
    animation-name: fadeIn;
    animation-duration: 0.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;
    -ms-flex: 1;
    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 0.3s ease 0.3s;
}
.strip-gallery-widget__slides-item:not(.active) {
    opacity: 0;
    transition: opacity 0.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 0.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(0.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, 0.6) 1%, rgba(0, 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 0.3s linear;
}
.strip-gallery-widget__girl-preview:not(:last-child) {
    transform: scale(0.8);
    opacity: 0;
    transition: transform 0.6s ease, opacity 0.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 0.3s linear;
}
.strip-gallery-widget__girl-neon {
    position: absolute;
    top: 42px;
    right: -18px;
    width: 134px;
    height: 366px;
}
.strip-gallery-widget__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__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-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: 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%);
    opacity: 0.65;
    transition: opacity 0.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;
    -ms-flex: none;
    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, 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%, 0.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 0.15s linear, opacity 0.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: 0.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: 0.2s;
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    to {
        height: 0;
    }
}
@keyframes strip-gallery-preview {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }
    50% {
        opacity: 0;
        transform: scale(0.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 {
    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;
}
[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: 12px;
    line-height: 1;
    color: #b8b8cc;
    transition: color 0.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, 0.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: absolute;
    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, 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: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    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;
    transform: none;
    border: none;
    outline: none;
    background: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    width: 28px;
    height: 24px;
    z-index: 3;
}
.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 {
    z-index: 2;
    margin-bottom: 32px;
}
.strip-gallery-list-view__girls-list-carousel-tabs,
.strip-gallery-list-view__girls-list-carousel-tabs-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.strip-gallery-list-view__girls-list-carousel-tabs-item {
    font-size: 24px;
    font-weight: 500;
    min-width: 192px;
    height: 48px;
    box-sizing: border-box;
    margin: 0;
    padding: 0 32px;
    color: rgba(184, 184, 204, 0.4);
    cursor: pointer;
}
.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;
    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;
    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"] {
    -ms-flex-pack: center;
    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: 0.4;
}
.strip-gallery-list-view__girls-list-carousel-nav {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    width: 35px;
    height: 59px;
    box-sizing: border-box;
    transform: translateY(-50%);
    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(0.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: -ms-flexbox;
    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, 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: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    width: 100%;
    height: 100%;
    -ms-flex: none;
    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: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    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: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    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%;
    width: 46%;
    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: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: static;
    transform: none;
    width: 54%;
    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;
}
.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: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: 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: 0.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: 0.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% 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:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 94px;
    width: 200px;
    height: 24px;
    transform: translateX(-50%);
    border-radius: 50%;
    background: radial-gradient(ellipse, rgba(0, 0, 0, 0.9) 1%, rgba(0, 0, 0, 0.3) 40%, transparent 70%);
}
.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;
}
@keyframes blinkNeon {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    35% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    to {
        opacity: 1;
    }
}
.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%, 0.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 0.15s linear, opacity 0.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%;
}
.strip-gallery-list-view__footer {
    position: absolute;
    z-index: 4;
    bottom: 9px;
    left: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: center;
    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, 0.7) 30%, rgba(10, 55, 103, 0.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-wrap {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100px;
    height: 100px;
    text-align: right;
}
.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--new {
    color: #d0021b;
}
.strip-gallery-list-view .sticker--top {
    color: #fdbb2c;
}
.strip-gallery-detail-view {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 734px;
    height: 656px;
    padding: 40px;
    margin: 5% auto 10px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-sizing: border-box;
    border-radius: 24px;
}
.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;
    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;
    z-index: 2;
    top: 8px;
    left: 8px;
    border-radius: 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s linear, visibility 0s linear 0.3s;
}
.strip-gallery-detail-view.popup-with-preload:before {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s linear, visibility 0s linear 0.3s;
}
.strip-gallery-detail-view__videos {
    position: relative;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    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%, 0.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 0.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: 0.2;
}

.popup-redesing__right {
	margin-left: 0px;
}
.popup--redesing.popup-md .popup-content {
	width: 320px
}

.filters__item a {
    color: currentColor;
    font-size: 12px;
    line-height: 30px;
}

.filters__list a {
    display: inline;
    outline: none;
    padding: unset;
    background: transparent none;
    text-transform: none;
}

.filters__item a:hover {
    text-decoration: none;
}

.filters__list a:hover {
    text-decoration: none;
}

#search-games-block .cnt-main--livesearch {
    display: block
}

#games-block-hide .filters__list {
    overflow: auto;
}

.error-form-text {
    color: red;
    display: none;
}

.success-form-text {
    color: #65b234;
    margin: 0 14px 0 15px;
    display: none;
}

.email-conf-msg {
    display: none;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.tmb-action-link {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}

.tmb-action-link:hover {
    border-bottom: 1px solid transparent;
    text-decoration: none;
}

.payments-frame-hide {
    visibility: hidden;
}






.waiting-payments {
    display: none;
}
.waiting-payments.show_block {
    display: inline-flex;
}


.waiting-payments .text--ellipsis, .waiting-payments .value-symbol {
    color: #ffc100;
}

.waiting-payments .hover-hint-container {
    width: 130px;
}

.waiting-payments .lds-ring {
    margin-top: -1px;
}


.lds-ring {
  display: inline-block;
  position: relative;
  width: 18px;
  height: 18px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    margin: 2px;
    border: 2px solid #ffc100;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #ffc100 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

