.rndm-carousel,
.rndm-carousel .rndm-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.rndm-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.rndm-carousel .rndm-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.rndm-carousel .rndm-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0)
}

.rndm-carousel .rndm-item,
.rndm-carousel .rndm-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0)
}

.rndm-carousel .rndm-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.rndm-carousel .rndm-item img {
    display: block;
    width: 100%
}

.rndm-carousel .rndm-dots.disabled,
.rndm-carousel .rndm-nav.disabled {
    display: none
}

.no-js .rndm-carousel,
.rndm-carousel.rndm-loaded {
    display: block
}

.rndm-carousel .rndm-dot,
.rndm-carousel .rndm-nav .rndm-next,
.rndm-carousel .rndm-nav .rndm-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.rndm-carousel .rndm-nav button.rndm-next,
.rndm-carousel .rndm-nav button.rndm-prev,
.rndm-carousel button.rndm-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.rndm-carousel.rndm-loading {
    opacity: 0;
    display: block
}

.rndm-carousel.rndm-hidden {
    opacity: 0
}

.rndm-carousel.rndm-refresh .rndm-item {
    visibility: hidden
}

.rndm-carousel.rndm-drag .rndm-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.rndm-carousel.rndm-grab {
    cursor: move;
    cursor: grab
}

.rndm-carousel.rndm-rtl {
    direction: rtl
}

.rndm-carousel.rndm-rtl .rndm-item {
    float: right
}

.rndm-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.rndm-carousel .rndm-animated-in {
    z-index: 0
}

.rndm-carousel .rndm-animated-out {
    z-index: 1
}

.rndm-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.rndm-height {
    transition: height .5s ease-in-out
}

.rndm-carousel .rndm-item .rndm-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.rndm-carousel .rndm-item .rndm-lazy:not([src]),
.rndm-carousel .rndm-item .rndm-lazy[src^=""] {
    max-height: 0
}

.rndm-carousel .rndm-item img.rndm-lazy {
    transform-style: preserve-3d
}

.rndm-carousel .rndm-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.rndm-carousel .rndm-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(/4a37f8008959c75f619bf0a3a4e2d7a2.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.rndm-carousel .rndm-video-play-icon:hover {
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

.rndm-carousel .rndm-video-playing .rndm-video-play-icon,
.rndm-carousel .rndm-video-playing .rndm-video-tn {
    display: none
}

.rndm-carousel .rndm-video-tn {
    opacity: 0;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.rndm-carousel .rndm-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

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

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

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@media (prefers-reduced-motion) {
    .animated {
        transition: none !important;
        -webkit-animation: unset !important;
        animation: unset !important
    }
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body,
html {
    margin: 0;
    padding: 0
}

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

[hidden],
template {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

b,
strong {
    font-weight: 700
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

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

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

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

:focus {
    outline: none !important
}

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

optgroup {
    font-weight: 700
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

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

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

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

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

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

table {
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0
}

button {
    cursor: pointer;
    background: none;
    border: none;
    outline: none
}

html {
    overflow-x: hidden
}

body,
html {
    font-family: Roboto, sans-serif;
    color: #527ed4
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0
}

h1 {
    font-size: 72px
}

h1,
h3 {
    font-weight: 700
}

h3 {
    font-size: 20px
}

.pt-error {
    color: #f6133d
}

.pt-success {
    color: #22d501
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

* {
    box-sizing: inherit
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

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

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

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

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

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

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width: 584px) {
    .flex-sm-row {
        flex-direction: row !important
    }
    .flex-sm-column {
        flex-direction: column !important
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-sm-fill {
        flex: 1 1 auto !important
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-sm-start {
        justify-content: flex-start !important
    }
    .justify-content-sm-end {
        justify-content: flex-end !important
    }
    .justify-content-sm-center {
        justify-content: center !important
    }
    .justify-content-sm-between {
        justify-content: space-between !important
    }
    .justify-content-sm-around {
        justify-content: space-around !important
    }
    .align-items-sm-start {
        align-items: flex-start !important
    }
    .align-items-sm-end {
        align-items: flex-end !important
    }
    .align-items-sm-center {
        align-items: center !important
    }
    .align-items-sm-baseline {
        align-items: baseline !important
    }
    .align-items-sm-stretch {
        align-items: stretch !important
    }
    .align-content-sm-start {
        align-content: flex-start !important
    }
    .align-content-sm-end {
        align-content: flex-end !important
    }
    .align-content-sm-center {
        align-content: center !important
    }
    .align-content-sm-between {
        align-content: space-between !important
    }
    .align-content-sm-around {
        align-content: space-around !important
    }
    .align-content-sm-stretch {
        align-content: stretch !important
    }
    .align-self-sm-auto {
        align-self: auto !important
    }
    .align-self-sm-start {
        align-self: flex-start !important
    }
    .align-self-sm-end {
        align-self: flex-end !important
    }
    .align-self-sm-center {
        align-self: center !important
    }
    .align-self-sm-baseline {
        align-self: baseline !important
    }
    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 784px) {
    .flex-md-row {
        flex-direction: row !important
    }
    .flex-md-column {
        flex-direction: column !important
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-md-wrap {
        flex-wrap: wrap !important
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-md-fill {
        flex: 1 1 auto !important
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-md-start {
        justify-content: flex-start !important
    }
    .justify-content-md-end {
        justify-content: flex-end !important
    }
    .justify-content-md-center {
        justify-content: center !important
    }
    .justify-content-md-between {
        justify-content: space-between !important
    }
    .justify-content-md-around {
        justify-content: space-around !important
    }
    .align-items-md-start {
        align-items: flex-start !important
    }
    .align-items-md-end {
        align-items: flex-end !important
    }
    .align-items-md-center {
        align-items: center !important
    }
    .align-items-md-baseline {
        align-items: baseline !important
    }
    .align-items-md-stretch {
        align-items: stretch !important
    }
    .align-content-md-start {
        align-content: flex-start !important
    }
    .align-content-md-end {
        align-content: flex-end !important
    }
    .align-content-md-center {
        align-content: center !important
    }
    .align-content-md-between {
        align-content: space-between !important
    }
    .align-content-md-around {
        align-content: space-around !important
    }
    .align-content-md-stretch {
        align-content: stretch !important
    }
    .align-self-md-auto {
        align-self: auto !important
    }
    .align-self-md-start {
        align-self: flex-start !important
    }
    .align-self-md-end {
        align-self: flex-end !important
    }
    .align-self-md-center {
        align-self: center !important
    }
    .align-self-md-baseline {
        align-self: baseline !important
    }
    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 976px) {
    .flex-lg-row {
        flex-direction: row !important
    }
    .flex-lg-column {
        flex-direction: column !important
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-lg-fill {
        flex: 1 1 auto !important
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-lg-start {
        justify-content: flex-start !important
    }
    .justify-content-lg-end {
        justify-content: flex-end !important
    }
    .justify-content-lg-center {
        justify-content: center !important
    }
    .justify-content-lg-between {
        justify-content: space-between !important
    }
    .justify-content-lg-around {
        justify-content: space-around !important
    }
    .align-items-lg-start {
        align-items: flex-start !important
    }
    .align-items-lg-end {
        align-items: flex-end !important
    }
    .align-items-lg-center {
        align-items: center !important
    }
    .align-items-lg-baseline {
        align-items: baseline !important
    }
    .align-items-lg-stretch {
        align-items: stretch !important
    }
    .align-content-lg-start {
        align-content: flex-start !important
    }
    .align-content-lg-end {
        align-content: flex-end !important
    }
    .align-content-lg-center {
        align-content: center !important
    }
    .align-content-lg-between {
        align-content: space-between !important
    }
    .align-content-lg-around {
        align-content: space-around !important
    }
    .align-content-lg-stretch {
        align-content: stretch !important
    }
    .align-self-lg-auto {
        align-self: auto !important
    }
    .align-self-lg-start {
        align-self: flex-start !important
    }
    .align-self-lg-end {
        align-self: flex-end !important
    }
    .align-self-lg-center {
        align-self: center !important
    }
    .align-self-lg-baseline {
        align-self: baseline !important
    }
    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 1456px) {
    .flex-xl-row {
        flex-direction: row !important
    }
    .flex-xl-column {
        flex-direction: column !important
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-xl-fill {
        flex: 1 1 auto !important
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-xl-start {
        justify-content: flex-start !important
    }
    .justify-content-xl-end {
        justify-content: flex-end !important
    }
    .justify-content-xl-center {
        justify-content: center !important
    }
    .justify-content-xl-between {
        justify-content: space-between !important
    }
    .justify-content-xl-around {
        justify-content: space-around !important
    }
    .align-items-xl-start {
        align-items: flex-start !important
    }
    .align-items-xl-end {
        align-items: flex-end !important
    }
    .align-items-xl-center {
        align-items: center !important
    }
    .align-items-xl-baseline {
        align-items: baseline !important
    }
    .align-items-xl-stretch {
        align-items: stretch !important
    }
    .align-content-xl-start {
        align-content: flex-start !important
    }
    .align-content-xl-end {
        align-content: flex-end !important
    }
    .align-content-xl-center {
        align-content: center !important
    }
    .align-content-xl-between {
        align-content: space-between !important
    }
    .align-content-xl-around {
        align-content: space-around !important
    }
    .align-content-xl-stretch {
        align-content: stretch !important
    }
    .align-self-xl-auto {
        align-self: auto !important
    }
    .align-self-xl-start {
        align-self: flex-start !important
    }
    .align-self-xl-end {
        align-self: flex-end !important
    }
    .align-self-xl-center {
        align-self: center !important
    }
    .align-self-xl-baseline {
        align-self: baseline !important
    }
    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width: 584px) {
    .d-sm-none {
        display: none !important
    }
    .d-sm-inline {
        display: inline !important
    }
    .d-sm-inline-block {
        display: inline-block !important
    }
    .d-sm-block {
        display: block !important
    }
    .d-sm-table {
        display: table !important
    }
    .d-sm-table-row {
        display: table-row !important
    }
    .d-sm-table-cell {
        display: table-cell !important
    }
    .d-sm-flex {
        display: flex !important
    }
    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 784px) {
    .d-md-none {
        display: none !important
    }
    .d-md-inline {
        display: inline !important
    }
    .d-md-inline-block {
        display: inline-block !important
    }
    .d-md-block {
        display: block !important
    }
    .d-md-table {
        display: table !important
    }
    .d-md-table-row {
        display: table-row !important
    }
    .d-md-table-cell {
        display: table-cell !important
    }
    .d-md-flex {
        display: flex !important
    }
    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 976px) {
    .d-lg-none {
        display: none !important
    }
    .d-lg-inline {
        display: inline !important
    }
    .d-lg-inline-block {
        display: inline-block !important
    }
    .d-lg-block {
        display: block !important
    }
    .d-lg-table {
        display: table !important
    }
    .d-lg-table-row {
        display: table-row !important
    }
    .d-lg-table-cell {
        display: table-cell !important
    }
    .d-lg-flex {
        display: flex !important
    }
    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 1456px) {
    .d-xl-none {
        display: none !important
    }
    .d-xl-inline {
        display: inline !important
    }
    .d-xl-inline-block {
        display: inline-block !important
    }
    .d-xl-block {
        display: block !important
    }
    .d-xl-table {
        display: table !important
    }
    .d-xl-table-row {
        display: table-row !important
    }
    .d-xl-table-cell {
        display: table-cell !important
    }
    .d-xl-flex {
        display: flex !important
    }
    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }
    .d-print-inline {
        display: inline !important
    }
    .d-print-inline-block {
        display: inline-block !important
    }
    .d-print-block {
        display: block !important
    }
    .d-print-table {
        display: table !important
    }
    .d-print-table-row {
        display: table-row !important
    }
    .d-print-table-cell {
        display: table-cell !important
    }
    .d-print-flex {
        display: flex !important
    }
    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width: 584px) {
    .m-sm-0 {
        margin: 0 !important
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }
    .m-sm-1 {
        margin: .25rem !important
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }
    .m-sm-2 {
        margin: .5rem !important
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }
    .m-sm-3 {
        margin: 1rem !important
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }
    .m-sm-4 {
        margin: 1.5rem !important
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }
    .m-sm-5 {
        margin: 3rem !important
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }
    .p-sm-0 {
        padding: 0 !important
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }
    .p-sm-1 {
        padding: .25rem !important
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }
    .p-sm-2 {
        padding: .5rem !important
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }
    .p-sm-3 {
        padding: 1rem !important
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }
    .p-sm-4 {
        padding: 1.5rem !important
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }
    .p-sm-5 {
        padding: 3rem !important
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }
    .m-sm-n1 {
        margin: -.25rem !important
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }
    .m-sm-n2 {
        margin: -.5rem !important
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }
    .m-sm-n3 {
        margin: -1rem !important
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }
    .m-sm-n4 {
        margin: -1.5rem !important
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }
    .m-sm-n5 {
        margin: -3rem !important
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }
    .m-sm-auto {
        margin: auto !important
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 784px) {
    .m-md-0 {
        margin: 0 !important
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }
    .m-md-1 {
        margin: .25rem !important
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }
    .m-md-2 {
        margin: .5rem !important
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }
    .m-md-3 {
        margin: 1rem !important
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }
    .m-md-4 {
        margin: 1.5rem !important
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }
    .m-md-5 {
        margin: 3rem !important
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }
    .p-md-0 {
        padding: 0 !important
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }
    .p-md-1 {
        padding: .25rem !important
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }
    .p-md-2 {
        padding: .5rem !important
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }
    .p-md-3 {
        padding: 1rem !important
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }
    .p-md-4 {
        padding: 1.5rem !important
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }
    .p-md-5 {
        padding: 3rem !important
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }
    .m-md-n1 {
        margin: -.25rem !important
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }
    .m-md-n2 {
        margin: -.5rem !important
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }
    .m-md-n3 {
        margin: -1rem !important
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }
    .m-md-n4 {
        margin: -1.5rem !important
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }
    .m-md-n5 {
        margin: -3rem !important
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }
    .m-md-auto {
        margin: auto !important
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 976px) {
    .m-lg-0 {
        margin: 0 !important
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }
    .m-lg-1 {
        margin: .25rem !important
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }
    .m-lg-2 {
        margin: .5rem !important
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }
    .m-lg-3 {
        margin: 1rem !important
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }
    .m-lg-4 {
        margin: 1.5rem !important
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }
    .m-lg-5 {
        margin: 3rem !important
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }
    .p-lg-0 {
        padding: 0 !important
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }
    .p-lg-1 {
        padding: .25rem !important
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }
    .p-lg-2 {
        padding: .5rem !important
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }
    .p-lg-3 {
        padding: 1rem !important
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }
    .p-lg-4 {
        padding: 1.5rem !important
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }
    .p-lg-5 {
        padding: 3rem !important
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }
    .m-lg-n1 {
        margin: -.25rem !important
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }
    .m-lg-n2 {
        margin: -.5rem !important
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }
    .m-lg-n3 {
        margin: -1rem !important
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }
    .m-lg-n4 {
        margin: -1.5rem !important
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }
    .m-lg-n5 {
        margin: -3rem !important
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }
    .m-lg-auto {
        margin: auto !important
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1456px) {
    .m-xl-0 {
        margin: 0 !important
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }
    .m-xl-1 {
        margin: .25rem !important
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }
    .m-xl-2 {
        margin: .5rem !important
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }
    .m-xl-3 {
        margin: 1rem !important
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }
    .m-xl-4 {
        margin: 1.5rem !important
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }
    .m-xl-5 {
        margin: 3rem !important
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }
    .p-xl-0 {
        padding: 0 !important
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }
    .p-xl-1 {
        padding: .25rem !important
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }
    .p-xl-2 {
        padding: .5rem !important
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }
    .p-xl-3 {
        padding: 1rem !important
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }
    .p-xl-4 {
        padding: 1.5rem !important
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }
    .p-xl-5 {
        padding: 3rem !important
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }
    .m-xl-n1 {
        margin: -.25rem !important
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }
    .m-xl-n2 {
        margin: -.5rem !important
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }
    .m-xl-n3 {
        margin: -1rem !important
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }
    .m-xl-n4 {
        margin: -1.5rem !important
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }
    .m-xl-n5 {
        margin: -3rem !important
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }
    .m-xl-auto {
        margin: auto !important
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.container {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 584px) {
    .container {
        max-width: 568px
    }
}

@media (min-width: 784px) {
    .container {
        max-width: 768px
    }
}

@media (min-width: 976px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1456px) {
    .container {
        max-width: 1440px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-left: -8px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 8px;
    padding-left: 8px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width: 584px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        order: -1
    }
    .order-sm-last {
        order: 13
    }
    .order-sm-0 {
        order: 0
    }
    .order-sm-1 {
        order: 1
    }
    .order-sm-2 {
        order: 2
    }
    .order-sm-3 {
        order: 3
    }
    .order-sm-4 {
        order: 4
    }
    .order-sm-5 {
        order: 5
    }
    .order-sm-6 {
        order: 6
    }
    .order-sm-7 {
        order: 7
    }
    .order-sm-8 {
        order: 8
    }
    .order-sm-9 {
        order: 9
    }
    .order-sm-10 {
        order: 10
    }
    .order-sm-11 {
        order: 11
    }
    .order-sm-12 {
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.33333%
    }
    .offset-sm-2 {
        margin-left: 16.66667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.33333%
    }
    .offset-sm-5 {
        margin-left: 41.66667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.33333%
    }
    .offset-sm-8 {
        margin-left: 66.66667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.33333%
    }
    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 784px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        order: -1
    }
    .order-md-last {
        order: 13
    }
    .order-md-0 {
        order: 0
    }
    .order-md-1 {
        order: 1
    }
    .order-md-2 {
        order: 2
    }
    .order-md-3 {
        order: 3
    }
    .order-md-4 {
        order: 4
    }
    .order-md-5 {
        order: 5
    }
    .order-md-6 {
        order: 6
    }
    .order-md-7 {
        order: 7
    }
    .order-md-8 {
        order: 8
    }
    .order-md-9 {
        order: 9
    }
    .order-md-10 {
        order: 10
    }
    .order-md-11 {
        order: 11
    }
    .order-md-12 {
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.33333%
    }
    .offset-md-2 {
        margin-left: 16.66667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.33333%
    }
    .offset-md-5 {
        margin-left: 41.66667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.33333%
    }
    .offset-md-8 {
        margin-left: 66.66667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.33333%
    }
    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 976px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        order: -1
    }
    .order-lg-last {
        order: 13
    }
    .order-lg-0 {
        order: 0
    }
    .order-lg-1 {
        order: 1
    }
    .order-lg-2 {
        order: 2
    }
    .order-lg-3 {
        order: 3
    }
    .order-lg-4 {
        order: 4
    }
    .order-lg-5 {
        order: 5
    }
    .order-lg-6 {
        order: 6
    }
    .order-lg-7 {
        order: 7
    }
    .order-lg-8 {
        order: 8
    }
    .order-lg-9 {
        order: 9
    }
    .order-lg-10 {
        order: 10
    }
    .order-lg-11 {
        order: 11
    }
    .order-lg-12 {
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.33333%
    }
    .offset-lg-2 {
        margin-left: 16.66667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.33333%
    }
    .offset-lg-5 {
        margin-left: 41.66667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.33333%
    }
    .offset-lg-8 {
        margin-left: 66.66667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.33333%
    }
    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1456px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        order: -1
    }
    .order-xl-last {
        order: 13
    }
    .order-xl-0 {
        order: 0
    }
    .order-xl-1 {
        order: 1
    }
    .order-xl-2 {
        order: 2
    }
    .order-xl-3 {
        order: 3
    }
    .order-xl-4 {
        order: 4
    }
    .order-xl-5 {
        order: 5
    }
    .order-xl-6 {
        order: 6
    }
    .order-xl-7 {
        order: 7
    }
    .order-xl-8 {
        order: 8
    }
    .order-xl-9 {
        order: 9
    }
    .order-xl-10 {
        order: 10
    }
    .order-xl-11 {
        order: 11
    }
    .order-xl-12 {
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.33333%
    }
    .offset-xl-2 {
        margin-left: 16.66667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.33333%
    }
    .offset-xl-5 {
        margin-left: 41.66667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.33333%
    }
    .offset-xl-8 {
        margin-left: 66.66667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.33333%
    }
    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.page-header {
    position: relative;
    min-height: 152px;
    color: #fff;
    background: linear-gradient(135deg, #350a66, #03093b)
}

@media (min-width: 784px) {
    .page-header {
        min-height: 176px
    }
}

@media (min-width: 976px) {
    .page-header {
        min-height: 224px
    }
}

@media (min-width: 1456px) {
    .page-header {
        min-height: 264px
    }
}

.page-header-logo {
    position: relative
}

.page-header-logo .logo-popup-close {
    position: absolute;
    z-index: 10;
    width: 100%;
    min-height: 100%;
    background: transparent
}

.page-header .container {
    position: relative
}

.page-header .page-header-caption {
    padding: 73px 16px 52px;
    font-size: 24px;
    text-align: center
}

.page-header .page-header-caption::-webkit-input-placeholder {
    color: hsla(0, 0%, 100%, .7)
}

.page-header .page-header-caption::-moz-placeholder {
    color: hsla(0, 0%, 100%, .7)
}

.page-header .page-header-caption:-ms-input-placeholder {
    color: hsla(0, 0%, 100%, .7)
}

.page-header .page-header-caption::-ms-input-placeholder {
    color: hsla(0, 0%, 100%, .7)
}

.page-header .page-header-caption::placeholder {
    color: hsla(0, 0%, 100%, .7)
}

@media (min-width: 784px) {
    .page-header .page-header-caption {
        padding: 83px 0 55px;
        font-size: 32px
    }
}

@media (min-width: 976px) {
    .page-header .page-header-caption {
        padding: 83px 0 84px;
        font-size: 48px
    }
}

@media (min-width: 1456px) {
    .page-header .page-header-caption {
        padding: 104px 0 76px;
        font-size: 72px
    }
}

.page-header--top {
    position: absolute;
    top: 0;
    right: 8px;
    left: 8px;
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid hsla(0, 0%, 100%, .1)
}

.page-header-logo {
    flex-basis: 114px
}

.page-header-action-close {
    flex-basis: 18px
}

.page-header__tabs {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    line-height: normal
}

.page-header__subtitle {
    padding: 26px 0 75px;
    font-size: 16px;
    text-align: center
}

.logo {
    max-width: 102px;
    margin-right: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (max-width: 783.98px) {
    .logo {
        max-width: 75px;
        margin-bottom: 10px
    }
}

.logo img {
    max-width: 100%
}

.logo--mobile {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    transform: translate(-50%, -50%)
}

.search--mobile {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%)
}

.app-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 800;
    overflow: hidden
}

@media (min-width: 784px) {
    .app-header {
        overflow: visible;
        background: linear-gradient(180deg, rgba(38, 0, 65, .5), rgba(46, 11, 71, 0))
    }
}

.app-header .container {
    padding: 0
}

@media (max-width: 783.98px) {
    .app-header .container {
        z-index: 3;
        display: flex
    }
}

.app-header .search {
    margin-left: 10px
}

@media (max-width: 783.98px) {
    .app-header {
        position: fixed;
        display: flex;
        justify-content: flex-end;
        max-width: 260px;
        height: 100%;
        overflow: visible;
        background: #03093b;
        transform: translateX(-100%)
    }
    .app-header.open {
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, .5);
        transform: translateX(0)
    }
    .app-header.transition {
        transition: transform .3s ease-out
    }
    .app-header.open .app-header__overlay {
        opacity: 1;
        transform: scale(1)
    }
    .app-header__overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        width: 768px;
        content: "";
        background-color: rgba(3, 9, 59, .2);
        opacity: 0;
        transition: opacity .3s .5s;
        transform: scale(0);
        transform-origin: 0 0
    }
}

.app-header-panel {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    max-width: 100%;
    padding: 10px 0;
    overflow: auto;
    color: #fff;
    text-decoration: none
}

@media (min-width: 784px) {
    .app-header-panel {
        overflow: visible
    }
}

.app-header-panel--border,
.app-header-panel--mobile {
    border-bottom: 1px solid hsla(0, 0%, 100%, .1)
}

.app-header-panel--mobile {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 600;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    padding: 0 15px;
    transition: transform .3s .3s, background-color .3s .3s
}

.app-header-panel--mobile .hamburger {
    position: absolute;
    top: 50%;
    left: 2px;
    transform: translateY(-50%)
}

.app-header-panel--mobile.sticky {
    z-index: 50;
    background-color: #03093b;
    transform: translateY(0)
}

.app-header-panel--mobile.hidden {
    transform: translateY(-100%)
}

.app-header-panel--absolute {
    position: absolute
}

@media (max-width: 783.98px) {
    .app-header-panel {
        display: block;
        width: 100%;
        padding-left: 60px;
        text-align: left
    }
}

.app-header-panel__cash-box-btn,
.app-header-panel__login-btn,
.app-header-panel__sign-out-btn,
.app-header-panel__sign-up-btn {
    margin-left: 16px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 8px
}

.app-header-panel__cash-box-btn,
.app-header-panel__login-btn,
.app-header-panel__sign-out-btn {
    background-color: rgba(0, 0, 0, .1);
    border: 2px solid #fff
}

.app-header-panel__cash-box-btn:hover,
.app-header-panel__login-btn:hover,
.app-header-panel__sign-out-btn:hover {
    opacity: 1
}

.app-header-panel .app-header-panel__sign-up-btn {
    padding: 0 22px
}

.app-header-panel .app-header-panel__login-btn {
    padding: 0 18px
}

.app-header-panel__sign-out-btn {
    padding: 0 32px 0 14px;
    font-size: 14px;
    line-height: 32px;
    text-decoration: none
}

.app-header-panel__sign-out-btn.open {
    padding: 0 33px 0 15px
}

.app-header-panel__cash-box-btn {
    position: relative;
    padding: 0 22px 0 16px;
    font-size: 14px;
    font-weight: 700;
    line-height: 32px;
    background: none
}

.app-header-panel__cash-box-btn:before {
    position: absolute;
    top: 4px;
    right: -12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-bottom: 5px;
    line-height: 0;
    content: url(/img/icons/plus-white.svg?h=1);
    background: linear-gradient(135deg, #f8b738, #fe7b26);
    border-radius: 50%;
    box-shadow: 0 4px 2px 0 rgba(248, 183, 56, .1), 0 11px 14px 0 rgba(248, 183, 56, .1)
}

.app-header-panel__cash-box-btn__label {
    display: flex
}

.app-header-panel__cash-box-btn__label:before {
    content: "\20AC"
}

.app-header-panel__category-btn {
    position: relative;
    display: flex;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    color: #fff;
    text-decoration: none;
    transition: color .3s
}

@media (min-width: 784px) {
    .app-header-panel__category-btn:hover {
        color: #f8b738
    }
}

.app-header-panel__category-btn--social {
    width: 34px;
    margin-right: 16px;
    line-height: 32px;
    text-align: center;
    background-color: rgba(0, 0, 0, .2);
    border: 1px solid #fff;
    border-radius: 20px;
    opacity: .3
}

.app-header-panel__category-btn--social:hover {
    opacity: 1
}

.app-header-panel__category-btn--left {
    margin-right: 16px
}

@media (max-width: 783.98px) {
    .app-header-panel__category-btn {
        width: 100%;
        padding: 17px 0;
        font-size: 20px;
        line-height: 20px;
        border-top: 1px solid rgba(137, 141, 176, .7)
    }
    .app-header-panel__category-btn:last-child {
        border-bottom: 1px solid rgba(137, 141, 176, .7)
    }
}

.app-header-panel__left {
    display: flex;
    align-items: center;
    margin-right: auto
}

@media (max-width: 783.98px) {
    .app-header-panel__left {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        margin: 0
    }
}

.app-header-panel__menu-full {
    display: flex;
    flex-direction: column;
    margin-top: 10px
}

.app-header-panel__menu-full .menu-link {
    align-items: flex-start;
    margin: 14px 15px 14px 0;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-decoration: none;
    opacity: .5;
    transition: opacity .3s
}

.app-header-panel__menu-full .menu-link:hover {
    opacity: 1
}

.app-header-panel__locale-switch {
    padding: 24px 0;
    margin-top: 10px;
    border-top: 1px solid rgba(137, 141, 176, .7)
}

.close-menu {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 10;
    padding: 0;
    line-height: 1
}

.notification-link {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0 15px 0 auto;
    font-size: 10px;
    font-style: normal;
    line-height: 25px;
    color: #fff;
    text-align: center;
    background: rgba(246, 19, 61, .9);
    border-radius: 50%
}

@media (min-width: 784px) {
    .notification-link {
        position: absolute;
        top: -10px;
        right: -10px;
        width: 16px;
        height: 16px;
        margin: 0;
        font-weight: 700;
        line-height: 17px
    }
}

.bottom-area-login-bttns {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: flex;
    color: #fff
}

.bottom-area-login-for-popup.hidden {
    display: none
}

.bottom-area-login-for-popup .bottom-area-login-bttns.bottom-area-login-bttns {
    z-index: 999
}

.bottom-area-panel__login-btn {
    flex-basis: 50%;
    height: 48px;
    background: linear-gradient(315deg, #0a00fc, #10086f)
}

.bottom-area-panel__login-btn.mob-popup-transparent {
    line-height: 48px;
    color: #0a00fc;
    text-align: center;
    background: transparent
}

.bottom-area-panel__sign-up-btn {
    flex-basis: 50%;
    height: 48px;
    background: linear-gradient(135deg, #f8b738, #fe7b26)
}

.bottom-area-panel__sign-up-btn.mob-popup-transparent {
    line-height: 48px;
    color: #ff8300;
    text-align: center;
    background: transparent
}

.bottom-area-menu {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 56px;
    padding: 0 5px;
    margin: 0;
    background: linear-gradient(315deg, #0a00fc, #10086f)
}

@media (min-width: 584px) {
    .bottom-area-menu {
        padding: 0 25px
    }
}

.bottom-area-menu .menu-link {
    display: flex;
    flex-basis: 20%;
    flex-direction: column;
    align-items: center;
    padding: 0 0 7px;
    font-size: 11px;
    color: #f6f7fb;
    text-decoration: none
}

.bottom-area-menu .menu-link--active svg g {
    fill: #fff
}

.bottom-area-menu .button--cash {
    padding: 6px 2px
}

.bottom-area-menu .cash-btn__label {
    white-space: nowrap
}

.page {
    padding: 24px 0;
    font-family: Roboto, sans-serif
}

.page p {
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 24px
}

.page h2 {
    padding: 24px 0;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px
}

.page ol,
.page ul {
    margin: 0
}

.page li {
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 24px
}

.page nav ul {
    padding: 0;
    list-style-type: none
}

.page nav li {
    padding: 12px 0;
    margin: 0;
    border-bottom: 2px solid rgba(137, 141, 176, .1)
}

.page nav a {
    color: #307aff;
    text-decoration: none
}

.page nav a.active {
    font-weight: 700;
    color: #10086f
}

.bottom-area {
    position: relative;
    padding: 25px 0 40px;
    overflow: hidden;
    background-image: url(../img/stars.png?h=1);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: auto
}

.bottom-area.small-padding {
    padding: 10px 0 40px
}

@media (min-width: 976px) {
    .bottom-area {
        background-size: cover
    }
}

.bottom-area:before {
    position: absolute;
    right: -10px;
    bottom: -3px;
    left: -10px;
    z-index: 3;
    display: block;
    display: none;
    height: 100px;
    content: ""
}

@media (max-width: 975.98px) {
    .bottom-area:before {
        transform: scale(1.1, 2);
        transform-origin: 50% 100%
    }
}

@media (max-width: 783.98px) {
    .bottom-area:before {
        transform: scale(1.1, 2.4)
    }
}

@media (max-width: 583.98px) {
    .bottom-area:before {
        background-size: 165% auto
    }
}

.bottom-area:after {
    display: none;
    position: absolute;
    right: -10px;
    bottom: -10px;
    left: -10px;
    z-index: -3;
    height: 33%;
    content: ""
}

@media (min-width: 584px) {
    .bottom-area:after {
        height: 44%
    }
}

@media (min-width: 976px) {
    .bottom-area:after {
        height: 50%
    }
}

@media (min-width: 1456px) {
    .bottom-area:after {
        height: 55%
    }
}

.bottom-area-text {
    margin: 0 0 15px;
    font-size: 12px;
    line-height: 16px;
    opacity: .5;
    color: #527ed4
}

.bottom-area-text--first {
    text-align: center
}

@media (min-width: 1456px) {
    .bottom-area-text--first {
        text-align: left
    }
}

.bottom-area-hr {
    margin: 10px 0;
    border-bottom: 2px solid #fff;
    opacity: .1
}

.bottom-area-links {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 20px
}

@media (min-width: 784px) {
    .bottom-area-links {
        flex-direction: row
    }
}

.bottom-area-links .menu-link {
    margin: 10px 20px;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    /*opacity: .5;*/
    transition: opacity .3s
}

.bottom-area-links .menu-link:hover {
    opacity: 1
}

@media (min-width: 976px) {
    .bottom-area-links .menu-link {
        margin: 5px 15px
    }
}

.bottom-area__locale-switch {
    margin: 0 auto 16px
}

.bottom-area-partners,
.bottom-area__locale-switch .locale-switch-list {
    justify-content: center
}

.bottom-area-partners {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 20px 0 0
}

.bottom-area-partner-link {
    margin: 0 8px 8px
}

.bottom-area-payments {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 96%;
    margin: 0 auto
}

.bottom-area-payment {
    max-height: 32px;
    margin: 0 8px 16px
}

@media (min-width: 784px) {
    .bottom-area-payment {
        max-width: 100%;
        margin: 0 8px 10px
    }
}

.bottom-area-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.bottom-area-bottom .logo-malta {
    margin-left: 15px
}

@media (min-width: 976px) {
    .bottom-area-bottom .logo-malta {
        margin-left: 35px
    }
}

@media (min-width: 1456px) {
    .bottom-area-bottom {
        flex-wrap: nowrap
    }
}

.bottom-area-bottom .bottom-area-text {
    flex-basis: calc(100% - 95px);
    margin: 0 0 0 16px
}

@media (min-width: 1456px) {
    .bottom-area-bottom .bottom-area-text {
        margin: 0 60px 0 40px
    }
}

.bottom-area-bottom-right {
    display: flex;
    flex-basis: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 40px 0 0;
    margin: 20px auto 0;
    border-top: 2px solid hsla(0, 0%, 100%, .1)
}

.bottom-area-bottom-right span {
    margin: 0 8px 10px
}

@media (min-width: 784px) {
    .bottom-area-bottom-right span {
        margin-bottom: 0
    }
}

@media (min-width: 1456px) {
    .bottom-area-bottom-right {
        flex-basis: auto;
        flex-wrap: nowrap;
        padding: 0 25px 0 0;
        margin-top: 0;
        border-top: 0
    }
}

.bottom-area-sun {
    bottom: -15px;
    left: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 35px 0 0;
    text-align: center
}

.bottom-area .copyright {
    font-size: 10px;
    line-height: 11px;
    color: #527ed4
}

.bottom-area .copyright .br {
    display: block
}

.bottom-area__padding-bottom {
    padding-bottom: 45px
}

.bottom-area__padding-bottom.logged {
    padding-bottom: 55px
}

@media (min-width: 784px) {
    .bottom-area__padding-bottom {
        display: none
    }
}

.flex-new-line {
    width: 100%
}

[data-popup-name=info] .popup__overlay {
    padding: 0;
    overflow: auto
}

.popup-info {
    position: absolute;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 25px 10px 0 25px;
    margin: auto;
    background: #f2eef5
}

@media (min-width: 784px) {
    .popup-info {
        max-width: 305px;
        height: auto;
        max-height: 490px;
        border-radius: 8px
    }
}

.popup-info__header {
    padding-right: 40px
}

.popup-info__title {
    max-width: 300px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px
}

@media (min-width: 784px) {
    .popup-info__title {
        max-width: 100%
    }
}

.popup-info__content {
    padding: 0 10px 25px 0;
    overflow: auto;
    font-size: 16px
}

.popup-info__content p,
.popup-info__list {
    margin-bottom: 20px
}

.popup-info__list {
    padding: 0;
    list-style: none
}

.popup-info .button--close {
    position: absolute;
    top: 24px;
    right: 24px
}

.slide-popup__overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 900;
    max-width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #03093b;
    transform: translateY(-100%);
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-overflow-scrolling: touch;
    will-change: transform
}

.slide-popup__overlay.scroll {
    overflow-y: scroll
}

.slide-popup__content {
    min-height: 110vh;
    background-color: #f2eef5
}

@-webkit-keyframes popupSlideOutUp {
    0% {
        transform: translateY(0)
    }
    to {
        visibility: hidden;
        transform: translateY(-100%)
    }
}

@keyframes popupSlideOutUp {
    0% {
        transform: translateY(0)
    }
    to {
        visibility: hidden;
        transform: translateY(-100%)
    }
}

@-webkit-keyframes popupSlideInDown {
    0% {
        visibility: visible;
        transform: translateY(-100%)
    }
    to {
        transform: translateY(0)
    }
}

@keyframes popupSlideInDown {
    0% {
        visibility: visible;
        transform: translateY(-100%)
    }
    to {
        transform: translateY(0)
    }
}

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

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

.popup-bonus-cancel {
    top: 50%;
    left: 50%;
    max-width: 305px;
    height: auto;
    padding: 18px 25px 30px;
    border-radius: 8px;
    transform: translate(-50%, -50%)
}

.popup-bonus-cancel .button--close {
    top: 16px;
    right: 11px
}

.popup-bonus-cancel .button--transparent {
    min-width: 144px;
    height: 40px;
    text-transform: capitalize;
    border-radius: 20px
}

.popup-bonus-cancel .button--transparent:disabled {
    opacity: .3
}

.popup-bonus-cancel .button--transparent.error {
    color: #f6133d;
    border-color: #f6133d;
    opacity: 1
}

.popup-bonus-cancel .popup-info__content {
    padding: 20px 8px 0
}

.popup-bonus-cancel .popup-info__content .popup-info__title {
    max-width: 100%;
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    text-align: center
}

.alert-popup {
    position: relative;
    box-sizing: border-box;
    width: 304px;
    min-width: 304px;
    padding: 32px 24px;
    margin: auto;
    font-size: 16px;
    text-align: center;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 20px 24px 0 rgba(0, 0, 0, .2)
}

.alert-popup__title {
    padding: 12px 0;
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px
}

.alert-popup__title--fail {
    color: #f6133d
}

.alert-popup__title--success {
    color: #22d501
}

.alert-popup__caption {
    margin: 0 0 16px;
    font-size: 20px;
    font-weight: 700
}

.alert-popup__caption--fail {
    color: #f6133d
}

.alert-popup__caption--success {
    color: #22d501
}

.alert-popup__btn-wrap {
    box-sizing: border-box;
    max-width: 176px;
    margin: 0 auto
}

.social-auth {
    position: relative;
    justify-content: center;
    margin-bottom: 8px;
    border-top: 2px solid rgba(98, 109, 130, .1)
}

.social-auth__header {
    margin: 0;
    font-size: 11px;
    line-height: 40px;
    color: #626d82;
    text-align: center
}

.social-auth__btn-wrap {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding: 0 2px 8px;
    font-size: 0;
    text-align: center
}

@media screen and (min-width: 360px) and (max-width: 511px) {
    .social-auth__btn-wrap {
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media screen and (min-width: 512px) and (max-width: 783px) {
    .social-auth__btn-wrap {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
}

.social-auth__btn {
    width: 78px;
    max-width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    font-size: 0;
    border-radius: 8px;
    transition-duration: .2s;
    transform: translateZ(0)
}

.social-auth__btn img {
    max-width: 100%
}

@media (hover: hover) {
    .social-auth__btn:hover {
        transform: translateY(-2px)
    }
}

.social-auth__popup-list-wrap {
    box-sizing: border-box;
    max-width: 100%;
    overflow: hidden;
    text-align: center
}

.auth {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: auto;
    min-height: 100%;
    padding: 104px 0 60px;
    border-radius: 0;
    transform: translate(0)
}

@media (min-width: 784px) {
    .auth {
        top: 50%;
        left: 50%;
        width: 321px;
        min-height: 210px;
        padding: 40px 0;
        border-radius: 16px;
        transform: translate(-50%, -50%)
    }
}

.auth__row {
    justify-content: center
}

.auth__title {
    padding: 0;
    margin: 0 0 16px;
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    color: #10086f;
    text-align: center
}

.auth__title--multiple {
    line-height: 24px
}

.auth__title.has-description {
    margin-bottom: 0
}

.auth__login {
    width: 100%;
    max-width: 100%;
    margin: 8px 1px 16px;
    font-weight: 700;
    background: linear-gradient(315deg, #0a00fc, #10086f);
    opacity: 1;
    transition: none
}

.auth__login:disabled {
    opacity: .5
}

.auth__content {
    position: relative
}

.auth__form-wrap {
    opacity: 1
}

.auth__form-wrap.hidden {
    visibility: hidden;
    opacity: 0
}

.auth__loader-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 4;
    display: none;
    transform: translate(-50%, -50%)
}

.auth__loader-wrap.show {
    display: block
}

.auth .link__wrapper {
    margin-bottom: 8px;
    text-align: center
}

.auth .register-link__wrapper {
    display: none
}

@media (min-width: 784px) {
    .auth .register-link__wrapper {
        position: inherit;
        bottom: 0;
        display: block;
        width: 100%;
        padding: 10px 0 12px;
        font-size: 16px;
        font-weight: 700;
        line-height: 16px;
        color: #ff8300;
        text-align: center;
        text-decoration: none;
        border-top: 2px solid rgba(98, 109, 130, .1)
    }
}

.auth .link__restore_password,
.auth .link__verify-phone {
    font-size: 11px;
    line-height: 16px;
    color: #307aff;
    text-decoration: none;
    cursor: pointer
}

.account-blocked {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: auto;
    min-height: 100%;
    padding: 104px 0 60px;
    border-radius: 0;
    transform: translate(0)
}

@media (min-width: 784px) {
    .account-blocked {
        top: 50%;
        left: 50%;
        width: 321px;
        min-height: 210px;
        padding: 40px 0 16px;
        border-radius: 16px;
        transform: translate(-50%, -50%)
    }
}

.account-blocked__row {
    justify-content: center
}

.account-blocked__title {
    padding: 0;
    margin: 0 0 16px;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    color: #10086f;
    text-align: center
}

.account-blocked__content {
    position: relative
}

.account-blocked__text {
    margin: 28px 0 32px;
    text-align: center
}

.restore_password_popup {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: auto;
    min-height: 100%;
    padding: 104px 0 60px;
    border-radius: 0;
    transform: translate(0);
    color: #10086f
}

@media (min-width: 784px) {
    .restore_password_popup {
        top: 50%;
        left: 50%;
        width: 321px;
        min-height: 210px;
        padding: 40px 0 16px;
        border-radius: 16px;
        transform: translate(-50%, -50%)
    }
}

.restore_password_popup__row {
    justify-content: center
}

.restore_password_popup__title {
    padding: 0;
    margin: 0 0 16px;
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    text-align: center
}

.restore_password_popup__login {
    width: 100%;
    max-width: 100%;
    margin: 8px 1px;
    opacity: 1;
    transition: opacity .3s ease
}

.restore_password_popup__login:disabled {
    opacity: .5
}

.restore_password_popup__content {
    position: relative;
    text-align: center
}

.restore_password_popup .info {
    text-align: center
}

.restore_password_popup__form-wrap {
    opacity: 1
}

.restore_password_popup__form-wrap.hidden {
    visibility: hidden;
    opacity: 0
}

.restore_password_popup__loader-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 4;
    display: none;
    transform: translate(-50%, -50%)
}

.restore_password_popup__loader-wrap.show {
    display: block
}

.restore_password_popup .button {
    font-weight: 700
}

.restore_password_popup .button:hover {
    transform: none
}

.restore_password_popup .button__submit {
    background: linear-gradient(315deg, #0a00fc, #10086f)
}

.user-popup .container {
    padding: 0
}

.user-popup__header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10
}

.user-popup__header-container {
    position: relative;
    box-sizing: border-box;
    min-height: 48px;
    max-height: 48px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .1)
}

@media (min-width: 584px) {
    .user-popup__header-container {
        min-height: 64px;
        max-height: 64px
    }
}

.user-popup__content-container,
.user-popup__header-container {
    max-width: 568px;
    margin: 0 auto
}

@media (min-width: 584px) {
    .user-popup__content-container,
    .user-popup__header-container {
        max-width: 568px
    }
}

@media (min-width: 784px) {
    .user-popup__content-container,
    .user-popup__header-container {
        max-width: 768px
    }
}

@media (min-width: 976px) {
    .user-popup__content-container,
    .user-popup__header-container {
        max-width: 960px
    }
}

.user-popup__header-logo {
    position: absolute;
    top: 12px;
    left: -6px;
    z-index: 1;
    display: inline-block;
    width: 113px;
    height: 47px;
    background: url(/img/logo.png?h=1) 0 no-repeat
}

@media (max-width: 583.98px) {
    .user-popup__header-logo {
        top: 50%;
        left: 50%;
        width: 72px;
        height: 30px;
        background-size: 72px 30px;
        transform: translate(-50%, -50%)
    }
}

.user-popup__header-btn-close {
    position: absolute;
    top: 50%;
    right: -7px;
    z-index: 1;
    display: block;
    width: 48px;
    height: 48px;
    padding: 0;
    background: url(/img/icons/close-light.svg?h=1) 50% no-repeat;
    background-size: 18px;
    opacity: 1;
    transition-duration: .2s;
    transform: translateY(-50%)
}

.user-popup__header-btn-close:hover {
    background-size: 18px;
    opacity: .5
}

@media (max-width: 583.98px) {
    .user-popup__header-btn-close {
        right: 0
    }
}

.user-popup__header-btn-back {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    display: none;
    width: 48px;
    height: 48px;
    padding: 0;
    background: url(/img/icons/back.svg?h=1) 50% no-repeat;
    background-size: 18px;
    transform: translateY(-50%)
}

.user-popup__header-btn-back:hover {
    background: url(/img/icons/back-hover.svg?h=1) 50% no-repeat;
    background-size: 18px
}

@media (max-width: 583.98px) {
    .user-popup__header-btn-back.active {
        display: block
    }
}

.user-popup__header-btn-back.hidden {
    visibility: hidden
}

.user-popup__content-header {
    height: 214px;
    background-image: linear-gradient(135deg, #350a66, #03093b);
    background-repeat: no-repeat;
    background-size: 100% 214px
}

.user-popup__content-header .row {
    height: 214px
}

@media (max-width: 783.98px) {
    .user-popup__content-header {
        background-size: 100% 261px;
        height: 261px
    }
}

@media (max-width: 783.98px) {
    .user-popup__content-header .row {
        height: 261px
    }
}

.user-popup__content-body {
    padding: 0
}

@media (max-width: 583.98px) {
    .user-popup__content-body .container {
        padding: 0 8px
    }
}

@media (max-width: 783.98px) {
    .user-popup__header-wallet-col {
        height: 176px
    }
}

@media (max-width: 783.98px) {
    .user-popup__header-tab-col {
        height: 85px
    }
}

.user-popup__tab-wrap,
.user-popup__wallet-wrap {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0
}

.user-popup__wallet-wrap {
    text-align: center
}

@media (min-width: 784px) {
    .user-popup__wallet-wrap {
        text-align: left
    }
}

.user-popup__wallet-btn {
    display: inline-block;
    padding: 0;
    text-decoration: none
}

.user-popup__wallet {
    padding: 0;
    margin: 0;
    text-align: center;
    list-style-type: none
}

.user-popup__wallet,
.user-popup__wallet font {
    display: inline-block
}

@media (min-width: 784px) {
    .user-popup__wallet {
        display: block;
        text-align: left
    }
}

.user-popup__wallet-amount {
    display: block;
    margin: 0;
    color: #fff
}

.user-popup__wallet-amount span {
    position: relative;
    font-size: 40px;
    line-height: 48px
}

.user-popup__wallet-amount span:after,
.user-popup__wallet-amount span:before {
    position: absolute;
    top: 0;
    right: -12px;
    display: none;
    width: 24px;
    height: 24px;
    line-height: 0;
    text-align: center;
    content: "";
    border-radius: 50%;
    transition-duration: .2s
}

.user-popup__wallet-amount span:after {
    z-index: 1;
    background: linear-gradient(135deg, #f8b738, #fe7b26);
    box-shadow: 0 4px 2px 0 rgba(248, 183, 56, .1), 0 11px 14px 0 rgba(254, 123, 38, .5)
}

.user-popup__wallet-amount span:before {
    z-index: 2;
    background: url(/img/icons/plus-white.svg?h=1) 50% no-repeat
}

@media (hover: hover) {
    .user-popup__wallet-amount span:hover:after,
    .user-popup__wallet-amount span:hover:before {
        transform: translateY(-2px)
    }
}

.user-popup__wallet-amount span.active:after,
.user-popup__wallet-amount span.active:before {
    display: inline-block
}

@media (min-width: 784px) {
    .user-popup__wallet-amount span {
        font-size: 34px
    }
}

@media (min-width: 976px) {
    .user-popup__wallet-amount span {
        font-size: 42px
    }
}

@media (min-width: 1456px) {
    .user-popup__wallet-amount span {
        font-size: 48px
    }
}

.user-popup__wallet-cash {
    margin-right: 16px
}

.user-popup__wallet-bonus,
.user-popup__wallet-cash {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 24px;
    color: #ebe9e1
}

.user-popup__wallet-bonus.empty,
.user-popup__wallet-cash.empty {
    opacity: .3
}

@media (max-width: 583.98px) {
    .user-popup__wallet-bonus,
    .user-popup__wallet-cash {
        display: block;
        margin: 0
    }
}

.user-popup__wallet-row {
    max-height: 64px
}

@media (max-width: 583.98px) {
    .user-popup__wallet-row {
        max-height: 49px
    }
}

.user-popup__tab-item {
    min-height: 100%
}

.user-popup__header-tab {
    position: absolute;
    top: 0;
    bottom: 0;
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 28px 0 4px;
    font-size: 11px;
    line-height: 16px;
    color: #fff;
    text-align: center;
    transition-duration: .3s
}

@media (min-width: 584px) {
    .user-popup__header-tab {
        padding: 32px 0 8px;
        font-size: 16px;
        line-height: 24px;
        color: hsla(0, 0%, 100%, .5)
    }
}

.user-popup__header-tab i {
    position: inherit;
    bottom: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 0;
    background: linear-gradient(135deg, #f8b738, #fe7b26);
    transition-duration: inherit
}

.user-popup__header-tab:after,
.user-popup__header-tab:before {
    position: inherit;
    top: 0;
    left: 50%;
    display: inline-block;
    width: 32px;
    height: 32px;
    content: "";
    background-color: transparent;
    transition-duration: inherit;
    transform: translateX(-50%)
}

.user-popup__header-tab:after {
    z-index: 1;
    opacity: 1
}

.user-popup__header-tab:before {
    z-index: 2;
    opacity: 0
}

.user-popup__header-tab.active,
.user-popup__header-tab:hover {
    color: #fff
}

.user-popup__header-tab.active i,
.user-popup__header-tab:hover i {
    width: 100%;
    height: 4px
}

.user-popup__header-tab--deposit:after {
    background: url(/img/icons/deposit.svg?h=1) 50% no-repeat
}

.user-popup__header-tab--deposit:before {
    background: url(/img/icons/deposit-active.svg?h=1) 50% no-repeat
}

.user-popup__header-tab--deposit.active:after,
.user-popup__header-tab--deposit:hover:after {
    opacity: 0
}

.user-popup__header-tab--deposit.active:before,
.user-popup__header-tab--deposit:hover:before {
    opacity: 1
}

.user-popup__header-tab--withdrawal:after {
    background: url(/img/icons/withdrawal.svg?h=1) 50% no-repeat
}

.user-popup__header-tab--withdrawal:before {
    background: url(/img/icons/withdrawal-active.svg?h=1) 50% no-repeat
}

.user-popup__header-tab--withdrawal.active:after,
.user-popup__header-tab--withdrawal:hover:after {
    opacity: 0
}

.user-popup__header-tab--withdrawal.active:before,
.user-popup__header-tab--withdrawal:hover:before {
    opacity: 1
}

.user-popup__header-tab--history:after {
    background: url(/img/icons/history.svg?h=1) 50% no-repeat
}

.user-popup__header-tab--history:before {
    background: url(/img/icons/history-active.svg?h=1) 50% no-repeat
}

.user-popup__header-tab--history.active:after,
.user-popup__header-tab--history:hover:after {
    opacity: 0
}

.user-popup__header-tab--history.active:before,
.user-popup__header-tab--history:hover:before {
    opacity: 1
}

.user-popup__header-tab--profile:after {
    background: url(/img/icons/profile.svg?h=1) 50% no-repeat
}

.user-popup__header-tab--profile:before {
    background: url(/img/icons/profile-active.svg?h=1) 50% no-repeat
}

.user-popup__header-tab--profile.active:after,
.user-popup__header-tab--profile:hover:after {
    opacity: 0
}

.user-popup__header-tab--profile.active:before,
.user-popup__header-tab--profile:hover:before {
    opacity: 1
}

.user-popup__tab-body {
    display: none;
    padding-bottom: 100px
}

.user-popup__tab-body.active {
    display: block
}

.register {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: auto;
    min-height: 100vh;
    padding: 104px 0 60px;
    border-radius: 0;
    transform: translate(0)
}

@media (min-width: 784px) {
    .register {
        top: 50%;
        left: 50%;
        width: 321px;
        min-height: 210px;
        padding: 40px 0;
        border-radius: 16px;
        transform: translate(-50%, -50%)
    }
}

.register__row {
    justify-content: center
}

.register__title {
    padding: 0;
    margin: 0 0 16px;
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    color: #10086f;
    text-align: center
}

.register__title.has-description {
    margin-bottom: 0
}

.register__description {
    margin-top: 0;
    font-size: 16px;
    line-height: 20px;
    text-align: center
}

.register__login {
    width: 100%;
    max-width: 100%;
    margin: 8px 1px 0
}

.register__content {
    position: relative
}

.register__form-wrap {
    opacity: 1
}

.register__form-wrap.hidden {
    visibility: hidden;
    opacity: 0
}

.register__loader-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 4;
    display: none;
    transform: translate(-50%, -50%)
}

.register__loader-wrap.show {
    display: block
}

.register__rules {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    margin: 8px 0;
    font-size: 0;
    list-style-type: none
}

.register__rules-btn,
.register__rules-checkbox {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.register__rules-checkbox {
    width: 32px;
    min-height: 32px
}

.register__rules-btn {
    width: calc(100% - 32px);
    font-size: 11px
}

.register__rules-btn a {
    color: #307aff;
    text-decoration: none
}

.register .auth-link__wrapper {
    display: none
}

@media (min-width: 784px) {
    .register .auth-link__wrapper {
        position: inherit;
        bottom: 0;
        display: block;
        width: 100%;
        padding: 10px 0 12px;
        font-size: 16px;
        font-weight: 700;
        line-height: 16px;
        color: #0a00fc;
        text-align: center;
        text-decoration: none;
        border-top: 2px solid rgba(98, 109, 130, .1)
    }
}

.popup__overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none
}

.popup__overlay.show {
    display: block
}

.popup__overlay--base {
    z-index: 990;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-top: 8px;
    background: rgba(3, 9, 59, .9)
}

@media (max-width: 783.98px) {
    .popup__overlay--base {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch
    }
}

.popup__overlay--base.show {
    display: flex
}

.popup__overlay--slide {
    z-index: 990;
    max-height: 100%;
    overflow-y: scroll;
    background: linear-gradient(135deg, #350a66, #03093b);
    background-repeat: no-repeat;
    background-size: 100% 220px;
    -webkit-overflow-scrolling: touch
}

@media screen and (max-width: 575px) {
    .popup__overlay--slide {
        background-size: 100% 320px
    }
}

.popup__header-logo {
    display: none
}

@media (max-width: 783.98px) {
    .popup__header-logo {
        position: absolute;
        top: 0;
        left: 50%;
        z-index: 4;
        display: inline-block;
        width: 80px;
        height: 48px;
        background: url(/img/logo.png?h=1) 50% no-repeat;
        background-size: 100% auto;
        transform: translateX(-50%)
    }
}

.popup__slide-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-height: 68px;
    z-index: 10
}

.popup__slide-header .container {
    padding: 0;
    min-height: 68px
}

.popup__slide-header .row {
    align-items: stretch;
    min-height: 68px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .1)
}

.popup__slide-header .align-left {
    text-align: left
}

.popup__slide-header .align-right {
    text-align: right
}

.popup__slide-header-logo {
    position: inherit;
    display: inline-block;
    min-height: 48px;
    width: 114px;
    top: 12px;
    left: 0;
    z-index: 1;
    background: url(/img/logo.png?h=1) 0 no-repeat
}

@media screen and (max-width: 575px) {
    .popup__slide-header-logo {
        left: 8px
    }
}

.popup__slide-header-btn-close {
    position: inherit;
    display: inline-block;
    height: 32px;
    width: 32px;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    background: url(/img/icons/close.svg?h=1) 0 0 no-repeat;
    background-size: cover;
    z-index: 1
}

.popup__container {
    position: relative
}

.popup__container--login {
    width: 1024px;
    margin: 0 auto
}

.popup__container--register {
    position: absolute;
    width: 550px;
    max-width: 100%;
    min-height: 475px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box
}

.popup__container--cashbox {
    position: absolute;
    top: 152px;
    bottom: 0;
    width: 100%
}

@media screen and (max-width: 575px) {
    .popup__container--cashbox {
        top: 136px
    }
}

.popup__link {
    color: inherit
}

.popup__custom--register {
    position: inherit;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.popup__custom--register .register-card__front {
    position: inherit;
    width: 320px;
    padding: 100px 16px 16px;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 16px;
    background-color: #ebe9e1;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, .5);
    z-index: 50
}

.popup__custom--register .register-card__front button {
    width: 100%;
    margin-top: 24px;
    line-height: 40px;
    border-radius: 20px;
    background: linear-gradient(270deg, #f6133d, #fe278b);
    box-sizing: border-box
}

.popup__custom--register .register-card__back-a,
.popup__custom--register .register-card__back-b,
.popup__custom--register .register-card__back-c {
    position: inherit;
    display: inline-block;
    border-radius: 16px;
    transition: all .2s
}

.popup__custom--register .register-card__back-a:hover,
.popup__custom--register .register-card__back-b:hover,
.popup__custom--register .register-card__back-c:hover {
    transform: scale(1.03)
}

.popup__custom--register .register-card__back-a:after,
.popup__custom--register .register-card__back-b:after,
.popup__custom--register .register-card__back-c:after {
    position: inherit;
    display: inline-block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: rgba(46, 11, 71, .3);
    border-radius: 16px;
    z-index: 1
}

.popup__custom--register .register-card__back-a {
    width: 320px;
    height: 443px;
    top: 16px;
    bottom: 0;
    left: 60px;
    background-color: #01d5bc;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, .1);
    z-index: 40
}

.popup__custom--register .register-card__back-b {
    height: 411px;
    width: 257px;
    top: 32px;
    bottom: 0;
    left: 20px;
    background-color: #3f8895;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, .1);
    z-index: 30
}

.popup__custom--register .register-card__back-c {
    height: 379px;
    width: 225px;
    top: 48px;
    bottom: 0;
    left: 0;
    border-radius: 16px;
    background-color: #3f5e95;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, .1);
    z-index: 10
}

.home__firstscreen {
    padding: 110px 0 85px;
    overflow-x: hidden;
    text-align: center;
    background-image: url(/img/bg-desktop.jpg?h=1);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 100%
}

@media (min-width: 784px) {
    .home__firstscreen {
        padding: 160px 0 90px
    }
}

@media (min-width: 976px) {
    .home__firstscreen {
        padding: 115px 0 0
    }
}

@media (min-width: 1456px) {
    .home__firstscreen {
        padding: 150px 0 170px
    }
}

.home__firstscreen .button--primary {
    min-width: 145px;
    height: 32px;
    margin-bottom: 2px;
    font-weight: 700
}

.home__firstscreen .button--primary:hover {
    -webkit-animation: none;
    animation: none
}

@media (min-width: 784px) {
    .home__firstscreen .button--primary {
        min-width: 175px
    }
}

@media (min-width: 976px) {
    .home__firstscreen .button--primary {
        min-width: 144px;
        height: 40px
    }
}

@media (min-width: 1456px) {
    .home__firstscreen .button--primary {
        min-width: 225px
    }
}

.home__firstscreen-hr {
    margin: 8px 0 20px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .1)
}

.home__firstscreen--isLogged {
    padding: 90px 0 25px;
    text-align: left;
    background: linear-gradient(135deg, #350a66, #03093b)
}

@media (min-width: 584px) {
    .home__firstscreen--isLogged {
        padding: 150px 0 0
    }
}

.home__firstscreen-tab {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto
}

.home__firstscreen-tab:hover .home__firstscreen-tab-link {
    opacity: 1
}

.home__firstscreen-tab-icon {
    pointer-events: none
}

.home__firstscreen-tab-link {
    font-size: 11px;
    color: #fff;
    pointer-events: none;
    transition: opacity .3s
}

@media (min-width: 584px) {
    .home__firstscreen-tab-link {
        font-size: 16px;
        color: #fff;
        opacity: .5
    }
}

.home__firstscreen .games-carousel {
    margin-bottom: 0
}

@media (min-width: 584px) {
    .home__firstscreen .games-carousel:last-child {
        margin-bottom: 20px
    }
}

@media (min-width: 584px) {
    .home__firstscreen .games-carousel {
        margin-bottom: 45px
    }
}

@media (min-width: 784px) {
    .home__firstscreen .games-carousel__heading {
        height: 35px;
        margin-bottom: 22px
    }
}

@media (min-width: 784px) {
    .home__firstscreen .deposit__bonus-block {
        padding-right: 16px
    }
}

@media (max-width: 783.98px) {
    .home__firstscreen .deposit__bonus-block.mobile-carousel {
        display: flex
    }
    .home__firstscreen .deposit__bonus-block.mobile-carousel .rndm-carousel {
        display: flex;
        overflow-x: auto
    }
    .home__firstscreen .deposit__bonus-block.mobile-carousel .games-carousel__heading-navs {
        display: none
    }
    .home__firstscreen .deposit__bonus-block.mobile-carousel .gift {
        flex-shrink: 0;
        margin-right: 10px
    }
}

.home-cash {
    position: relative;
    display: block;
    margin-bottom: 25px;
    font-size: 40px;
    line-height: 57px;
    text-align: center;
    cursor: pointer
}

@media (min-width: 784px) {
    .home-cash {
        margin-bottom: 0;
        font-size: 34px;
        text-align: left
    }
}

@media (min-width: 976px) {
    .home-cash {
        font-size: 42px
    }
}

@media (min-width: 1456px) {
    .home-cash {
        font-size: 48px
    }
}

.home-cash-label {
    position: relative;
    display: inline-block;
    color: #fff
}

.home-cash .button {
    position: absolute;
    top: 0;
    right: -10px;
    padding: 0
}

.home__title {
    max-width: 250px;
    margin: 0 auto 16px;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    text-align: center
}

@media (min-width: 584px) {
    .home__title {
        max-width: 490px;
        margin-bottom: 40px;
        font-size: 35px;
        line-height: 35px
    }
}

@media (min-width: 976px) {
    .home__title {
        max-width: 620px;
        font-size: 48px;
        line-height: 48px
    }
}

@media (min-width: 1456px) {
    .home__title {
        max-width: 945px;
        font-size: 72px;
        line-height: 72px
    }
}

.home__game-popular {
    margin-bottom: 20px
}

.home__game-counter {
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    letter-spacing: 1px
}

@media (min-width: 1456px) {
    .home__game-counter {
        left: 45px
    }
}

.history {
    max-width: 944px;
    padding: 0 8px;
    margin: 16px auto
}

@media (min-width: 584px) {
    .history {
        padding: 0
    }
}

.history__tab-btn-wrap {
    min-width: 314px
}

.history__tab-btn.history__tab-btn.active,
.history__tab-btn.history__tab-btn:hover {
    color: #fff;
    background-color: #0a00fc
}

@media (max-width: 583.98px) {
    .history__tab-btn.history__tab-btn {
        margin-right: 0
    }
}

.history__tab-body-wrap {
    padding: 0;
    margin: 0
}

.history__tab-body {
    display: none
}

.history__tab-body.active {
    display: block
}

.history__loader-wrap {
    display: none;
    text-align: center
}

.history__loader-wrap.active {
    display: block
}

.profile {
    padding: 0 8px;
    margin-top: 8px
}

@media (min-width: 584px) {
    .profile {
        padding: 0;
        margin-top: 30px
    }
}

.profile__settings-wrap {
    margin-bottom: 0
}

@media (min-width: 584px) {
    .profile__settings-wrap {
        margin-bottom: 40px
    }
}

.profile__settings-label {
    margin: 16px 0;
    text-align: center
}

@media (min-width: 584px) {
    .profile__settings-label {
        margin: 0;
        text-align: left
    }
}

.profile__settings-label-info,
.profile__settings-label-title {
    padding-right: 0;
    margin: 0;
    line-height: 16px
}

@media (min-width: 584px) {
    .profile__settings-label-info,
    .profile__settings-label-title {
        padding-right: 8px
    }
}

.profile__settings-label-title {
    font-size: 16px;
    font-weight: 700
}

@media (min-width: 584px) {
    .profile__settings-label-title {
        font-size: 20px;
        line-height: 32px
    }
}

.profile__settings-label-info {
    font-size: 11px;
    line-height: 16px
}

@media (min-width: 584px) {
    .profile__settings-label-info {
        margin-top: 4px
    }
}

.profile__settings-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center
}

@media (min-width: 584px) {
    .profile__settings-group {
        justify-content: flex-start
    }
}

.profile__settings-block {
    width: 304px;
    max-width: 304px
}

.profile__settings-next-col {
    margin-left: 2px
}

.profile__form-wrap.hidden {
    display: none
}

.profile__loader-wrap {
    display: none;
    text-align: center
}

.profile__loader-wrap.active {
    display: block
}

.profile__form-button-wrap {
    margin-top: 8px
}

.profile__verify-email {
    display: flex;
    flex-direction: column;
    padding: 8px 0;
    font-size: 11px;
    line-height: 16px;
    text-align: center
}

.profile__verify-email__error {
    color: #f6133d
}

.profile__verify-email__link {
    color: #307aff;
    text-decoration: underline
}

.profile__verify-email__link:hover {
    text-decoration: none
}

.deposit {
    position: relative;
    margin-top: 8px
}

@media (min-width: 584px) {
    .deposit {
        margin-top: 24px
    }
}

.deposit__deposit-wrap.hidden {
    display: none
}

.deposit.deposit .pdd-null {
    padding: 0
}

.deposit__header {
    position: relative;
    max-height: 64px
}

@media screen and (max-width: 575px) {
    .deposit__header {
        min-height: 184px;
        max-height: 184px;
        text-align: center
    }
}

.deposit__header-panel {
    min-height: 64px
}

@media screen and (max-width: 575px) {
    .deposit__header-panel {
        min-height: 189px
    }
}

.deposit__header-title {
    font-size: 48px;
    font-weight: 400;
    line-height: 57px;
    color: #fff
}

.deposit__header-tabs,
.deposit__header-tabs .col-3 {
    min-height: 64px;
    max-height: 64px
}

@media screen and (max-width: 575px) {
    .deposit__header-tabs .col-3 {
        padding: 0
    }
}

.deposit__header-tab {
    position: absolute;
    top: 0;
    bottom: 0;
    box-sizing: border-box;
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    border-bottom: 4px solid transparent
}

.deposit__header-tab:after {
    position: inherit;
    top: 0;
    left: 50%;
    display: inline-block;
    width: 32px;
    height: 32px;
    content: "";
    background-color: #2e0b47;
    transform: translateX(-50%)
}

.deposit__header-tab span {
    position: inherit;
    bottom: 0;
    display: block;
    width: 100%;
    padding-bottom: 4px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: hsla(0, 0%, 100%, .5);
    text-align: center
}

.deposit__header-tab.active,
.deposit__header-tab:hover {
    border-bottom: 4px solid #fff
}

.deposit__header-tab.active span,
.deposit__header-tab:hover span {
    color: #fff
}

.deposit__header-tab--deposit:after {
    background: url(/img/icons/deposit.svg?h=1) 0 no-repeat
}

.deposit__header-tab--deposit.active:after,
.deposit__header-tab--deposit:hover:after {
    background: url(/img/icons/deposit-active.svg?h=1) 0 no-repeat;
    opacity: 1
}

.deposit__header-tab--withdrawal:after {
    background: url(/img/icons/withdrawal.svg?h=1) 0 no-repeat
}

.deposit__header-tab--withdrawal.active:after,
.deposit__header-tab--withdrawal:hover:after {
    background: url(/img/icons/withdrawal-active.svg?h=1) 0 no-repeat;
    opacity: 1
}

.deposit__header-tab--history:after {
    background: url(/img/icons/history.svg?h=1) 0 no-repeat
}

.deposit__header-tab--history.active:after,
.deposit__header-tab--history:hover:after {
    background: url(/img/icons/history-active.svg?h=1) 0 no-repeat;
    opacity: 1
}

.deposit__header-tab--profile:after {
    background: url(/img/icons/profile.svg?h=1) 0 no-repeat
}

.deposit__header-tab--profile.active:after,
.deposit__header-tab--profile:hover:after {
    background: url(/img/icons/profile-active.svg?h=1) 0 no-repeat;
    opacity: 1
}

.deposit__content {
    position: inherit;
    min-height: 100vh;
    width: 100%;
    padding-top: 24px;
    background-color: #fff;
    box-sizing: border-box
}

@media screen and (max-width: 768px) {
    .deposit__content {
        padding-top: 8px
    }
}

.deposit__bonus-block {
    overflow: hidden
}

.deposit__bonus-block.deposit__bonus-block .row {
    padding-right: 8px
}

@media screen and (max-width: 991px) {
    .deposit__bonus-block.deposit__bonus-block .row {
        padding-left: 0;
        min-width: 9999px
    }
}

@media screen and (max-width: 768px) {
    .deposit__bonus-block.deposit__bonus-block .row {
        padding-left: 0
    }
}

.deposit__bonus-block.deposit__bonus-block .col-4,
.deposit__bonus-block.deposit__bonus-block .col-lg-12 {
    padding: 8px;
    min-width: 296px
}

@media screen and (max-width: 991px) {
    .deposit__bonus-block.deposit__bonus-block .col-4,
    .deposit__bonus-block.deposit__bonus-block .col-lg-12 {
        max-width: 320px;
        min-width: 304px;
        box-sizing: border-box
    }
}

@media (max-width: 783.98px) {
    .deposit__bonus-block.deposit__bonus-block.mobile-carousel {
        display: flex
    }
    .deposit__bonus-block.deposit__bonus-block.mobile-carousel .rndm-carousel {
        display: flex;
        overflow-x: auto
    }
    .deposit__bonus-block.deposit__bonus-block.mobile-carousel .games-carousel__heading-navs {
        display: none
    }
    .deposit__bonus-block.deposit__bonus-block.mobile-carousel .gift {
        flex-shrink: 0;
        margin-right: 10px
    }
}

.deposit__payment-block.deposit__payment-block--stretch {
    padding: 0;
    margin: 0
}

.deposit__payment-block.deposit__payment-block--stretch .col-md-3 {
    padding: 8px
}

.deposit__payment-block.deposit__payment-block--bonus .row {
    padding-left: 8px
}

@media screen and (max-width: 991px) {
    .deposit__payment-block.deposit__payment-block--bonus .row {
        padding-left: 0
    }
}

.deposit__payment-block.deposit__payment-block--bonus .col-md-3 {
    padding: 8px
}

.deposit__payment-block.full-width {
    min-width: 100%
}

.deposit__payment-item {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2
}

.deposit__card {
    position: relative;
    display: block;
    width: 100%;
    min-height: 80px;
    background-color: #fff;
    border-radius: 8px;
    transition-duration: .2s
}

.deposit__card:hover {
    transform: translateY(-2px)
}

.deposit__amount-block {
    box-sizing: border-box;
    max-width: 100%;
    padding: 8px;
    font-size: 0
}

.deposit__phone-block,
.deposit__selector-block {
    box-sizing: border-box;
    max-width: 320px;
    padding: 8px;
    font-size: 0
}

.deposit__phone-block {
    padding-bottom: 0
}

.deposit__default-withdrawal-sums-block {
    box-sizing: border-box;
    max-width: 100%
}

.deposit__default-withdrawal-sums-wrap {
    display: flex;
    flex-wrap: wrap;
    max-width: 320px
}

.deposit__withdrawal-sum-btn {
    box-sizing: border-box;
    width: 90px;
    padding: 0;
    margin: 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 38px;
    color: #0a00fc;
    text-align: center;
    border: 2px solid #0a00fc;
    border-radius: 20px
}

.deposit__withdrawal-sum-btn.active {
    line-height: 40px;
    color: #fff;
    background: #0a00fc;
    border: 0 solid transparent
}

.deposit__step-icon-link {
    position: relative;
    display: inline-block;
    width: 100px;
    max-width: 100px;
    min-height: 80px;
    margin-right: 2px;
    background-color: #fff;
    border-radius: 8px 0 0 8px
}

.deposit__step-icon-link picture {
    text-align: center
}

.deposit__step-icon-link img {
    max-width: 72%
}

.deposit__icon-wrap {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.deposit__icon-wrap img {
    will-change: transform
}

.deposit__step-amount-link {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    width: 152px;
    max-width: 152px;
    min-height: 80px;
    margin-right: 2px;
    font-size: 24px;
    font-weight: 700;
    line-height: 80px;
    text-align: center;
    vertical-align: top;
    background-color: #fff
}

.deposit__step-amount-link a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3
}

.deposit__step-amount-input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 26px 8px;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    text-align: center
}

.deposit__step-amount-input.error {
    color: #f6133d
}

.deposit__step-amount-btn-block {
    position: relative;
    display: inline-block;
    width: 48px;
    max-width: 48px;
    min-height: 80px;
    max-height: 80px;
    vertical-align: top
}

.deposit__step-amount-btn {
    position: relative;
    width: 100%;
    min-height: 39px;
    overflow: hidden;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    background: #fff
}

.deposit__step-amount-btn--plus {
    margin-bottom: 2px;
    border-top-right-radius: 8px
}

.deposit__step-amount-btn--plus:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    content: "";
    background: #fff url(/img/icons/plus.svg?h=1) 50% no-repeat
}

.deposit__step-amount-btn--minus {
    border-bottom-right-radius: 8px
}

.deposit__step-amount-btn--minus:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    width: 12px;
    height: 2px;
    content: "";
    background-color: #82627f;
    border-radius: 1.5px;
    transform: translate(-50%, -50%)
}

.deposit__step-amount-btn:disabled {
    opacity: .6
}

.deposit__bonus-item {
    width: 100%;
    min-height: 120px;
    padding: 16px 100px 16px 24px;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    color: #fff;
    text-align: left;
    background: linear-gradient(135deg, #f8b738, #fe7b26);
    border-radius: 8px;
    opacity: .7
}

@media (min-width: 1456px) {
    .deposit__bonus-item {
        padding: 16px 130px 16px 24px
    }
}

.deposit__bonus-item:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 120px;
    content: "";
    background: url(/img/bonus-chip.png?h=1) 0 no-repeat;
    background-size: 96px 96px
}

.deposit__bonus-item.active {
    opacity: 1
}

@media screen and (max-width: 991px) {
    .deposit__bonus-item {
        min-width: 304px
    }
}

.deposit__bonus-item-activate {
    position: absolute;
    bottom: 24px;
    left: 24px;
    display: block;
    min-width: 108px;
    line-height: 24px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 20px
}

.deposit__submit-form-btn {
    width: 304px;
    max-width: 100%;
    margin: 8px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    border-radius: 20px
}

.deposit__submit-form-btn:disabled {
    opacity: .5
}

.deposit__separator {
    max-width: 304px;
    min-height: 2px;
    margin: 8px 8px 0;
    background-color: #898db0
}

.deposit__calculations-item.deposit__calculations-item {
    box-sizing: border-box;
    max-width: 320px;
    padding: 0 8px;
    margin: 0;
    list-style-type: none
}

.deposit__calculations-item.hidden {
    display: none
}

.deposit__calculations-label,
.deposit__calculations-value {
    display: inline-block;
    max-width: 200px;
    padding: 6px 0;
    font-size: 16px;
    line-height: 20px
}

.deposit__calculations-label {
    float: left
}

.deposit__calculations-label--total {
    font-weight: 700
}

.deposit__calculations-value {
    float: right
}

.deposit__calculations-value--total {
    font-weight: 700
}

.deposit__form-wrap {
    margin: 0 auto;
    -webkit-animation: amountScrollCenter .3s ease-in;
    animation: amountScrollCenter .3s ease-in;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.deposit__back-btn {
    display: none;
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 0 8px;
    background: url(/img/icons/back-hover.svg?h=1) 50% no-repeat
}

@media (min-width: 584px) {
    .deposit__back-btn {
        display: block
    }
}

.deposit__amount-scrollback {
    max-width: 320px;
    margin: 0 auto;
    -webkit-animation: amountScrollBack .3s ease-out;
    animation: amountScrollBack .3s ease-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.deposit__form-errors-wrap {
    padding: 0 8px
}

.deposit__form-errors-wrap .form-error {
    margin: 0
}

.deposit__loader-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.deposit__iframe-wrap {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-height: 525px;
    padding: 0 8px
}

.deposit__iframe {
    min-height: 525px
}

@-webkit-keyframes amountScrollBack {
    0% {
        max-width: 320px
    }
    to {
        max-width: 100%
    }
}

@-webkit-keyframes amountScrollCenter {
    0% {
        max-width: 100%
    }
    to {
        max-width: 320px
    }
}

.deposit__rules {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    margin: 8px 0 0;
    font-size: 0;
    list-style-type: none
}

.deposit__rules-btn,
.deposit__rules-checkbox {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.deposit__rules-checkbox {
    width: 32px;
    min-height: 32px
}

.deposit__rules-btn {
    width: calc(100% - 32px);
    font-size: 16px;
    color: #10086f
}

.deposit__start-loader-wrap {
    display: none;
    text-align: center
}

.deposit__start-loader-wrap.active {
    display: block
}

.withdrawal {
    position: relative;
    padding: 0;
    margin: 8px auto
}

@media (min-width: 584px) {
    .withdrawal {
        margin: 24px auto
    }
}

.withdrawal__bonuses-wrap {
    margin-bottom: 16px
}

@media (max-width: 975.98px) {
    .withdrawal__bonuses-wrap {
        padding: 0 8px
    }
}

@media (min-width: 976px) {
    .withdrawal__bonuses-wrap {
        padding-right: 16px
    }
}

.withdrawal__bonuses-wrap .gift {
    margin-bottom: 8px
}

.withdrawal__bonuses-wrap .gift--deposit {
    background: #fff
}

.withdrawal__bonuses-wrap .gift--deposit .gift__bonus-text,
.withdrawal__bonuses-wrap .gift--deposit .gift__title {
    color: #10086f
}

.withdrawal__bonuses-wrap .gift--deposit .circle-progress-bar__circle_back {
    stroke: #f2eef5
}

.withdrawal__bonuses-wrap .gift .button--sm {
    height: 24px;
    padding: 0;
    line-height: 22px
}

.withdrawal__bonuses-wrap .gift .button__bonus_cancel {
    margin-top: 8px
}

.withdrawal__withdrawal-wrap {
    overflow: hidden
}

.withdrawal__withdrawal-wrap.hidden {
    display: none
}

.withdrawal__message-card {
    position: relative;
    display: block;
    align-items: center;
    padding: 16px 16px 16px 48px;
    margin-bottom: 8px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 8px
}

.withdrawal__message-card:after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 48px;
    height: 48px;
    content: ""
}

.withdrawal__message-card.error:after {
    background: url(/img/icons/unchecked.svg?h=1) 50% no-repeat
}

.withdrawal__message-card.success:after {
    background: url(/img/icons/checked.svg?h=1) 50% no-repeat
}

.withdrawal__message-card .button {
    min-width: 75px;
    margin-top: 8px;
    text-transform: capitalize
}

.withdrawal__text {
    margin: 0 5px 0 0;
    font-size: 16px;
    line-height: 16px
}

.withdrawal__text--error {
    color: #f6133d
}

.withdrawal__text--success {
    color: #22d501
}

.withdrawal__iframe-wrap {
    position: relative;
    text-align: center
}

.withdrawal__iframe {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    height: 751px;
    padding-right: 10px
}

@media (min-width: 784px) {
    .withdrawal__iframe {
        width: 735px;
        max-width: 100%;
        padding-right: 0
    }
}

@media (min-width: 976px) {
    .withdrawal__iframe {
        height: 460px
    }
}

.withdrawal__iframe.translucent {
    opacity: .5
}

.withdrawal__iframe-disabled {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    min-height: 100%
}

.withdrawal__loader-wrap {
    display: none;
    text-align: center
}

.withdrawal__loader-wrap.active {
    display: block
}

.withdrawal__payment-block.withdrawal__payment-block--stretch {
    padding: 0;
    margin: 0
}

.withdrawal__payment-block.withdrawal__payment-block--stretch .col-md-3 {
    padding: 8px
}

.withdrawal__payment-block.withdrawal__payment-block--bonus .row {
    padding-left: 8px
}

@media screen and (max-width: 991px) {
    .withdrawal__payment-block.withdrawal__payment-block--bonus .row {
        padding-left: 0
    }
}

.withdrawal__payment-block.withdrawal__payment-block--bonus .col-md-3 {
    padding: 8px
}

.withdrawal__payment-item {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2
}

.withdrawal__card {
    position: relative;
    display: block;
    width: 100%;
    min-height: 80px;
    background-color: #fff;
    border-radius: 8px;
    transition-duration: .2s
}

.withdrawal__card:hover {
    transform: translateY(-2px)
}

.withdrawal__card--disabled {
    cursor: not-allowed;
    opacity: .3
}

.withdrawal__amount-block {
    box-sizing: border-box;
    max-width: 100%;
    padding: 8px;
    font-size: 0
}

.withdrawal__selector-block {
    box-sizing: border-box;
    max-width: 304px;
    padding: 0;
    margin: 16px 8px 8px;
    font-size: 0
}

.withdrawal__default-withdrawal-sums-block {
    box-sizing: border-box;
    max-width: 100%
}

.withdrawal__default-withdrawal-sums-wrap {
    display: flex;
    flex-wrap: wrap;
    max-width: 320px
}

.withdrawal__withdrawal-sum-btn {
    box-sizing: border-box;
    width: 90px;
    padding: 0;
    margin: 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 38px;
    color: #0a00fc;
    text-align: center;
    border: 2px solid #0a00fc;
    border-radius: 20px
}

.withdrawal__withdrawal-sum-btn.active {
    line-height: 40px;
    color: #fff;
    background: #0a00fc;
    border: 0 solid transparent
}

.withdrawal__step-icon-link {
    position: relative;
    display: inline-block;
    width: 100px;
    max-width: 100px;
    min-height: 80px;
    margin-right: 2px;
    background-color: #fff;
    border-radius: 8px 0 0 8px
}

.withdrawal__step-icon-link img {
    max-width: 72%
}

.withdrawal__icon-wrap {
    position: absolute;
    align-items: center;
    width: 100%;
    height: 100%
}

.withdrawal__icon-wrap,
.withdrawal__icon-wrap picture {
    display: flex;
    justify-content: center
}

.withdrawal__icon-wrap img {
    will-change: transform
}

.withdrawal__step-amount-link {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    width: 152px;
    max-width: 152px;
    min-height: 80px;
    margin-right: 2px;
    font-size: 24px;
    font-weight: 700;
    line-height: 80px;
    text-align: center;
    vertical-align: top;
    background-color: #fff
}

.withdrawal__step-amount-link a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3
}

.withdrawal__step-amount-input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 26px 8px;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    text-align: center
}

.withdrawal__step-amount-input.error {
    color: #f6133d
}

.withdrawal__step-amount-btn-block {
    position: relative;
    display: inline-block;
    width: 48px;
    max-width: 48px;
    min-height: 80px;
    max-height: 80px;
    vertical-align: top
}

.withdrawal__step-amount-btn {
    position: relative;
    width: 100%;
    min-height: 39px;
    overflow: hidden;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    background: #fff
}

.withdrawal__step-amount-btn--plus {
    margin-bottom: 2px;
    border-top-right-radius: 8px
}

.withdrawal__step-amount-btn--plus:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    content: "";
    background: #fff url(/img/icons/plus.svg?h=1) 50% no-repeat
}

.withdrawal__step-amount-btn--minus {
    border-bottom-right-radius: 8px
}

.withdrawal__step-amount-btn--minus:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    width: 12px;
    height: 2px;
    content: "";
    background-color: #82627f;
    border-radius: 1.5px;
    transform: translate(-50%, -50%)
}

.withdrawal__step-amount-btn:disabled {
    opacity: .6
}

.withdrawal__bonus-item {
    width: 100%;
    min-height: 120px;
    padding: 16px 100px 16px 24px;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    color: #fff;
    text-align: left;
    background: linear-gradient(135deg, #f8b738, #fe7b26);
    border-radius: 8px;
    opacity: .7
}

@media (min-width: 1456px) {
    .withdrawal__bonus-item {
        padding: 16px 130px 16px 24px
    }
}

.withdrawal__bonus-item:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 120px;
    content: "";
    background: url(/img/bonus-chip.png?h=1) 0 no-repeat;
    background-size: 96px 96px
}

.withdrawal__bonus-item.active {
    opacity: 1
}

@media screen and (max-width: 991px) {
    .withdrawal__bonus-item {
        min-width: 304px
    }
}

.withdrawal__bonus-item-activate {
    position: absolute;
    bottom: 24px;
    left: 24px;
    display: block;
    width: 108px;
    line-height: 24px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 20px
}

.withdrawal__submit-form-btn {
    width: 304px;
    max-width: 100%;
    margin: 8px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    border-radius: 20px
}

.withdrawal__submit-form-btn:disabled {
    opacity: .5
}

.withdrawal__separator {
    max-width: 304px;
    min-height: 2px;
    margin: 8px 8px 0;
    background-color: #898db0
}

.withdrawal__calculations-item.withdrawal__calculations-item {
    box-sizing: border-box;
    max-width: 320px;
    padding: 0 8px;
    margin: 0;
    list-style-type: none
}

.withdrawal__calculations-label,
.withdrawal__calculations-value {
    display: inline-block;
    max-width: 200px;
    font-size: 16px;
    line-height: 48px
}

.withdrawal__calculations-label {
    float: left
}

.withdrawal__calculations-label--total {
    font-weight: 700
}

.withdrawal__calculations-value {
    float: right
}

.withdrawal__calculations-value--total {
    font-weight: 700
}

.withdrawal__form-wrap {
    margin: 0 auto;
    -webkit-animation: amountScrollCenter .3s ease-in;
    animation: amountScrollCenter .3s ease-in;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.withdrawal__back-btn {
    display: none;
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 0 8px;
    background: url(/img/icons/back-hover.svg?h=1) 50% no-repeat
}

@media (min-width: 584px) {
    .withdrawal__back-btn {
        display: block
    }
}

.withdrawal__amount-scrollback {
    max-width: 320px;
    margin: 0 auto;
    -webkit-animation: amountScrollBack .3s ease-out;
    animation: amountScrollBack .3s ease-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.withdrawal__form-errors-wrap {
    padding: 0 8px
}

@keyframes amountScrollBack {
    0% {
        max-width: 320px
    }
    to {
        max-width: 100%
    }
}

@keyframes amountScrollCenter {
    0% {
        max-width: 100%
    }
    to {
        max-width: 320px
    }
}

.withdrawal__rules {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    margin: 8px 0 0;
    font-size: 0;
    list-style-type: none
}

.withdrawal__rules-btn,
.withdrawal__rules-checkbox {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.withdrawal__rules-checkbox {
    width: 32px;
    min-height: 32px
}

.withdrawal__rules-btn {
    width: calc(100% - 32px);
    font-size: 16px;
    color: #10086f
}

.withdrawal__start-loader-wrap {
    display: none;
    text-align: center
}

.withdrawal__start-loader-wrap.active {
    display: block
}

.withdrawal__fail-wrap.hidden,
.withdrawal__success-wrap.hidden {
    display: none
}

.withdrawal__request-block {
    width: 320px;
    max-width: 100%;
    padding: 0 32px;
    margin: 0 auto;
    text-align: center
}

.withdrawal__request-title {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px
}

.withdrawal__request-btn-wrap {
    display: inline-block;
    min-width: 176px;
    margin: 8px 0 0
}

.transactions-history__empty-title {
    padding: 0 20px;
    margin: 36px;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    color: rgba(137, 141, 176, .9);
    text-align: center
}

@media (min-width: 584px) {
    .transactions-history__empty-title {
        padding: 0;
        margin: 0;
        font-size: 32px;
        line-height: 112px
    }
}

.transactions-history__item {
    box-sizing: border-box;
    min-height: 80px;
    padding: 16px 0 16px 24px;
    margin-bottom: 8px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 8px
}

@media (max-width: 975.98px) {
    .transactions-history__item {
        padding: 16px 0 16px 24px
    }
}

.transactions-history__item--transparent {
    opacity: .5
}

.transactions-history__item--balance-correction {
    min-height: 53px
}

.transactions-history__item--balance-correction .transactions-history__item-row {
    min-height: 19px
}

.transactions-history__item-row {
    align-items: center;
    min-height: 46px
}

.transactions-history__row-item {
    align-self: center;
    font-size: 16px
}

.transactions-history__row-item--column {
    display: flex;
    flex-direction: column
}

@media (max-width: 583.98px) {
    .transactions-history__row-item--left {
        font-size: 10px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px
    }
}

.transactions-history__row-item--info {
    margin: 8px 0 0
}

@media (min-width: 584px) {
    .transactions-history__row-item--info {
        margin: 0
    }
}

.transactions-history__row-item--info-action {
    margin: 8px 0
}

@media (min-width: 584px) {
    .transactions-history__row-item--info-action {
        margin: 0
    }
}

@media (max-width: 583.98px) {
    .transactions-history__row-item--muted {
        color: rgba(46, 11, 71, .3)
    }
}

@media (max-width: 583.98px) {
    .transactions-history__row-item--activity {
        margin-top: 8px
    }
}

@media (min-width: 584px) {
    .transactions-history__row-item--activity {
        display: flex;
        justify-content: flex-end
    }
}

.transactions-history__progress-desc,
.transactions-history__progress-mob {
    font-size: 0;
    text-align: center
}

.transactions-history__payment-icon-wrap {
    position: relative;
    box-sizing: border-box;
    display: inline-block
}

.transactions-history__payment-icon-wrap img {
    max-width: 100%
}

.transactions-history__progress-mob.transactions-history__progress-mob {
    padding-right: 4px
}

@media (min-width: 584px) {
    .transactions-history__progress-mob {
        display: none;
        padding-right: 0
    }
}

@media (max-width: 583.98px) {
    .transactions-history__progress-desc {
        display: none
    }
}

.transactions-history__cancel-btn--desktop,
.transactions-history__cancel-btn--mobile {
    line-height: 22px
}

.transactions-history__cancel-btn--desktop:disabled,
.transactions-history__cancel-btn--mobile:disabled {
    opacity: .3
}

@media (max-width: 583.98px) {
    .transactions-history__cancel-btn--desktop {
        display: none
    }
}

.transactions-history__cancel-btn--mobile {
    height: 24px
}

@media (min-width: 584px) {
    .transactions-history__cancel-btn--mobile {
        display: none
    }
}

.slot-item {
    position: relative;
    display: block;
    text-decoration: none;
    word-break: break-word;
    transition-duration: .2s
}

.slot-item .actions-container {
    height: 50%
}

.slot-item .image a {
    border-radius: 8px
}

.slot-item .image:before {
    height: 50%
}

.slot-item .action-play {
    transform: translateX(-200px)
}

.slot-item .action-demo {
    transform: translateX(200px)
}

.slot-item .actions {
    transform: rotate(-12deg)
}

.slot-item .actions .btn {
    text-transform: uppercase;
    border-radius: 3px
}

.slot-item .actions .btn>span {
    transform: skewX(12deg)
}

@media (min-width: 784px) and (hover: hover) {
    .slot-item:hover .image {
        box-shadow: 0 10px 13px 0 rgba(0, 0, 0, .5)
    }
    .slot-item:hover .actions-container,
    .slot-item:hover .image:before {
        opacity: 1
    }
    .slot-item:hover .action-play {
        transform: translateX(-10px) skewX(-12deg)
    }
    .slot-item:hover .action-demo {
        transform: translate(10px, -2px) skewX(-12deg)
    }
    .slot-item:hover .actions {
        transform: rotate(-12deg)
    }
}

@media (min-width: 1456px) and (hover: hover) {
    .slot-item:hover .image {
        box-shadow: 0 12px 34px 0 rgba(0, 0, 0, .5)
    }
    .slot-item:hover .action-play {
        transform: translateX(-20px) skewX(-12deg)
    }
    .slot-item:hover .action-demo {
        transform: translate(20px) skewX(-12deg)
    }
}

.slot-item.hidden {
    display: none
}

.slot-item.loading .init-image .loader-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    overflow: hidden
}

.slot-item.loading .init-image .loader {
    display: block;
    height: 100%;
    background: linear-gradient(270deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .1) 23.59%, hsla(0, 0%, 100%, .25) 49.42%, hsla(0, 0%, 100%, .1) 74.62%, hsla(0, 0%, 100%, 0));
    transition-delay: .3s;
    transform: translateX(-100%);
    -webkit-animation-name: card-loading;
    animation-name: card-loading;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    will-change: transform
}

.slot-item .js-tilt-glare {
    border-radius: 12px
}

.slot-item .actions-container {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    z-index: 20;
    width: 100%;
    overflow: hidden;
    pointer-events: none;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    opacity: 0;
    transition-duration: .2s;
    transform: translateZ(25px)
}

@media (max-width: 783.98px) {
    .slot-item .actions-container {
        display: none
    }
}

@media (-moz-touch-enabled: 1),
(pointer: coarse) {
    .slot-item .actions-container {
        display: none
    }
}

.slot-item .actions {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 78px;
    margin-top: -34px;
    margin-left: -39px;
    pointer-events: all
}

@media (min-width: 1456px) {
    .slot-item .actions {
        width: 100px;
        margin-left: -50px
    }
}

.slot-item .actions .btn {
    position: relative;
    z-index: 4;
    display: block;
    padding: 2px 6px;
    font-style: italic;
    font-weight: 700;
    text-align: center;
    transition-duration: .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
    font-size: 20px;
}

.slot-item .actions .btn:hover {
    position: relative;
    z-index: 5;
    color: #fe7b26;
    background: #f2eef5;
    border-color: transparent
}

.slot-item .actions .btn:hover svg {
    color: #fe7b26
}

.slot-item .actions .btn>span {
    display: inline-block
}

.slot-item .action-play {
    font-size: 17px;
    color: #1557d9;
    background: #ffd200;
}

.slot-item .action-play svg {
    color: #fff
}

@media (min-width: 1456px) {
    .slot-item .action-play {
        font-size: 24px
    }
}

.slot-item .action-demo {
    font-size: 16px;
    color: #fff;
    background: transparent;
    border: 2px solid #fff
}

.slot-item .image-link-wrap {
    display: block;
    overflow: hidden
}

.slot-item .image {
    color: transparent;
    background: url(../img/cap-games.png);
    background-size: 100%
}

.slot-item .image,
.slot-item .init-image,
.slot-item .name {
    display: block;
    width: 100%;
    transition-duration: .2s
}

.slot-item .image,
.slot-item .init-image {
    position: relative;
    flex-grow: 1;
    padding-bottom: 150%;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, .1);
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .5);
    transform-style: preserve-3d;
    transition-duration: .2s;
    will-change: transform
}

.slot-item .image a,
.slot-item .init-image a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.slot-item .image:before,
.slot-item .init-image:before {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    pointer-events: none;
    content: "";
    background: linear-gradient(transparent, #03093b);
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    opacity: 0;
    transition-duration: .3s
}

.slot-item .image img,
.slot-item .init-image img {
    display: block;
    max-width: 100%;
    border-radius: 8px
}

.slot-item .image img.preview,
.slot-item .init-image img.preview {
    width: 100%;
    height: auto
}

.slot-item .init-image img {
    position: absolute;
    width: 100%
}

.slot-item .init-image .loader {
    display: none
}

.slot-item .init-image.loaded {
    padding: 0
}

.slot-item .name {
    margin-top: 4px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    text-shadow: 0 -1px 0 #10086f
}

.slot-item__to-favorite {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 32px;
    height: 32px;
    padding: 0
}

@media screen and (min-width: 668px) {
    .slot-item__to-favorite {
        width: 44px;
        height: 44px;
        padding: 1px 6px
    }
}

.slot-item__to-favorite .icon-fav,
.slot-item__to-favorite .icon-unfav,
.slot-item__to-favorite img {
    position: inherit;
    top: 0;
    right: 0;
    min-width: 32px;
    max-width: 32px;
    max-height: 32px
}

@media screen and (min-width: 668px) {
    .slot-item__to-favorite .icon-fav,
    .slot-item__to-favorite .icon-unfav,
    .slot-item__to-favorite img {
        top: 4px;
        right: 5px
    }
}

.slot-item__to-favorite.slot-item__to-favorite.hidden {
    display: none
}

.slot-item__labels {
    position: absolute;
    top: 10px;
    left: -6px;
    z-index: 2;
    word-break: normal;
    will-change: transform
}

.slot-item__label {
    display: block;
    padding: 1px 3px;
    margin-bottom: 4px;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    transform: skew(0, -10deg)
}

.slot-item__label.new {
    background: #22d501
}

.slot-item__label.hot {
    background: #fe7b26
}

.slot-item__label:before {
    position: absolute;
    bottom: -4px;
    left: 6px;
    width: 0;
    height: 0;
    content: "";
    border-color: #000 transparent transparent;
    border-style: solid;
    border-width: 4px 18px 0 0;
    opacity: .5
}

.slot-item--dark .name {
    color: #527ed4;
    text-shadow: 0 1px 0 hsla(0, 0%, 100%, .5)
}

.slot-item--dark.loading .init-image .loader {
    background: linear-gradient(270deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .2) 23.59%, #fff 49.42%, hsla(0, 0%, 100%, .2) 74.62%, hsla(0, 0%, 100%, 0))
}

.slot-item--empty {
    position: relative;
    border-radius: 8px
}

.slot-item--empty .image,
.slot-item--empty .init-image {
    padding-bottom: 0;
    border: 1px solid hsla(0, 0%, 100%, .05)
}

.slot-item--empty .image:before,
.slot-item--empty .init-image:before {
    display: none
}

.slot-item a.progressive {
    display: block;
    outline: none
}

.slot-item a.progressive img,
.slot-item a.progressive picture {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    color: transparent;
    border: 0
}

.slot-item a.progressive img.preview {
    transform: scale(1.05)
}

.slot-item a.progressive img.reveal {
    position: absolute;
    top: 0;
    left: 0;
    will-change: transform, opacity;
    -webkit-animation: reveal .2s ease-out;
    animation: reveal .2s ease-out
}

@-webkit-keyframes reveal {
    0% {
        opacity: 0;
        transform: scale(1.05)
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes reveal {
    0% {
        opacity: 0;
        transform: scale(1.05)
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}

.icon-fav {
    display: none;
    opacity: 0;
    transition: all .2s
}

.icon-unfav {
    display: block;
    opacity: 1;
    transition: all .2s
}

.favorite.favorite_game-btn .fav-btn,
.favorite.slot-item__to-favorite {
    -webkit-animation: isFav .2s ease-out;
    animation: isFav .2s ease-out
}

.favorite .icon-fav {
    display: block;
    opacity: 1
}

.favorite .icon-unfav {
    display: none;
    opacity: 0
}

@-webkit-keyframes isFav {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(.7)
    }
    80% {
        transform: scale(1.3)
    }
    to {
        transform: scale(1)
    }
}

@keyframes isFav {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(.7)
    }
    80% {
        transform: scale(1.3)
    }
    to {
        transform: scale(1)
    }
}

@-webkit-keyframes card-loading {
    0% {
        opacity: .5;
        transform: translateX(-100%)
    }
    to {
        opacity: 1;
        transform: translateX(100%)
    }
}

@keyframes card-loading {
    0% {
        opacity: .5;
        transform: translateX(-100%)
    }
    to {
        opacity: 1;
        transform: translateX(100%)
    }
}

.game-page {
    position: relative;
    color: #fff;
    padding: 70px 0 25px
}

.game-page h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 40px
}

.game-page h2 {
    font-size: 16px
}

@media (min-width: 1456px) {
    .game-page h2 {
        font-size: 20px
    }
}

.game-page h3 {
    font-size: 14px
}

@media (min-width: 1456px) {
    .game-page h3 {
        font-size: 16px
    }
}

.game-page__bg {
    top: 0;
    right: 0;
    left: 0;
    display: none;
    width: 304px;
    height: 171px;
    pointer-events: none;
    -webkit-filter: blur(16px);
    filter: blur(16px)
}

.game-page__bg.desktop {
    position: absolute
}

@media (min-width: 584px) {
    .game-page__bg {
        width: 314px;
        height: 177px
    }
}

.game-page__wrap {
    position: relative;
    overflow: hidden
}

.game-page__iframe-block {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    margin: 0 auto;
    box-shadow: 0 10px 14px 0 rgba(0, 0, 0, .5)
}

.game-page__iframe-block [data-game-fullscreen-enable] {
    display: block
}

.game-page__iframe-block.fullscreen .close,
.game-page__iframe-block.fullscreen [data-game-fullscreen-enable],
.game-page__iframe-block [data-game-fullscreen-disable] {
    display: none
}

.game-page__iframe-block.fullscreen [data-game-fullscreen-disable] {
    display: block
}

.game-page__iframe-block.fullscreen .game-page__iframe {
    width: 100%;
    height: 100%
}

.game-page .holder-of-iframe-holder {
    display: table-cell;
    vertical-align: middle
}

.game-page .iframe-holder {
    position: relative
}

@media (max-width: 783.98px) {
    .game-page .iframe-holder {
        min-height: 171px;
        min-width: 304px;
        overflow: hidden
    }
}

.game-page .gameplay-placeholder {
    display: none
}

.game-page__iframe {
    position: relative;
    display: none;
    width: 304px;
    height: 216px;
    margin: 0 auto;
    background-color: #000;
    box-shadow: 0 10px 14px 0 rgba(0, 0, 0, .5)
}

.game-page__iframe-actions {
    position: absolute;
    top: 0;
    right: 0
}

.game-page__iframe-action {
    display: block;
    width: 32px;
    height: 32px;
    padding-left: 0;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .3)
}

.game-page__iframe-action:hover .icon {
    transform: translateY(-2px)
}

.game-page__iframe-action .icon {
    transition-duration: .2s
}

.game-page__iframe-action.close {
    padding-top: 8px
}

.game-page__iframe-btn.button {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    width: 140px;
    margin-top: -20px;
    margin-left: -70px
}

.game-page__heading {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 4px 0 16px;
    text-align: center
}

@media (min-width: 584px) {
    .game-page__heading {
        height: 100%;
        padding: 0;
        text-align: left
    }
}

.game-page__info {
    flex: 3;
    margin-bottom: 8px
}

.game-page__actions {
    display: flex;
    flex: auto;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: flex-start
}

.game-page__upper-content {
    display: flex;
    text-align: center;
    margin-bottom: 18px
}

@media (min-width: 584px) and (max-width: 783.98px) {
    .game-page__upper-content {
        max-width: 584px;
        margin-right: auto;
        margin-left: auto
    }
}

.game-page__lower-content {
    margin-top: 16px;
    font-size: 16px;
    line-height: 24px
}

.game-page__lower-content .bottom-content-title {
    margin-bottom: 8px
}

.game-page__lower-content p {
    margin: 8px auto
}

.game-page__lower-content p:first-child {
    margin-top: 0
}

.game-page__lower-content-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

@media (min-width: 784px) {
    .game-page__lower-content-left {
        display: block;
        padding: 0 8px
    }
}

.game-page__lower-content-right {
    order: 3;
    width: 100%
}

@media (min-width: 784px) {
    .game-page__lower-content-right {
        float: right;
        width: calc(50% + 8px);
        padding-left: 16px
    }
}

.game-page__lower-content-right.full-width {
    float: none;
    width: 100%;
    padding: 0
}

.game-page__action {
    display: flex;
    flex: 1;
    width: 250px;
    margin-bottom: 8px
}

@media (min-width: 584px) {
    .game-page__action {
        flex: 0 0;
        width: 100%
    }
}

.game-page__action button {
    width: 100%
}

.game-page__action:first-child {
    margin-bottom: 4px
}

.game-page .tag {
    margin-right: 6px
}

.game-page .tags-divider {
    order: 2;
    padding-top: 16px;
    margin-bottom: 16px
}

@media (min-width: 784px) {
    .game-page .tags-divider {
        display: none
    }
}

.game-page__visible-off {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 305px;
    box-shadow: none
}

.game-page__label-visible_off {
    position: absolute;
    top: 50%;
    left: 50%;
    padding-bottom: 50px;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    transform: translate(-50%, -50%)
}

@media (max-width: 783.98px) {
    .game-page__label-visible_off {
        position: static;
        max-width: 320px;
        font-size: 24px;
        box-shadow: none;
        transform: none
    }
}

@media (min-width: 784px) {
    .game-page--desktop .game-page h1 {
        margin-bottom: 6px;
        font-size: 32px
    }
}

@media (min-width: 784px) {
    .game-page--desktop .game-page__bg {
        width: 100%;
        height: 100vh;
        -webkit-filter: blur(48px);
        filter: blur(48px)
    }
}

@media (min-width: 784px) {
    .game-page--desktop .game-page__bg.desktop {
        display: block
    }
}

@media (max-width: 783.98px) {
    .game-page--desktop .game-page__bg.mobile {
        display: block
    }
}

@media (min-width: 784px) {
    .game-page--desktop .game-page__iframe-block {
        display: table;
        height: calc(100vh - 116px);
        padding: 0 32px;
        margin: 18px auto 0;
        box-shadow: none
    }
}

@media (min-width: 784px) {
    .game-page--desktop .game-page .gameplay-placeholder {
        display: block;
        width: calc(177vh - 205.32px);
        max-width: 100%;
        height: auto;
        padding: 0 34px
    }
}

@media (max-width: 783.98px) {
    .game-page--desktop .game-page__iframe-actions {
        display: none
    }
}

@media (min-width: 784px) {
    .game-page--desktop .game-page__iframe {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        width: calc(100% - 64px);
        height: 100%
    }
}

@media (min-width: 784px) {
    .game-page--desktop .game-page__iframe-btn.button {
        display: none
    }
}

@media (min-width: 784px) {
    .game-page--desktop .game-page__heading {
        flex-direction: row;
        padding: 20px 0 16px
    }
}

@media (min-width: 976px) {
    .game-page--desktop .game-page__heading {
        padding: 22px 0 18px
    }
}

@media (min-width: 784px) {
    .game-page--desktop .game-page__info {
        margin-bottom: 0
    }
}

@media (min-width: 784px) {
    .game-page--desktop .game-page__actions {
        flex-direction: row;
        justify-content: flex-end
    }
}

@media (min-width: 784px) {
    .game-page--desktop .game-page__upper-content {
        margin-bottom: 0
    }
}

@media (min-width: 784px) {
    .game-page--desktop .game-page__action {
        flex: 0 0 176px;
        margin-bottom: 0;
        margin-left: 16px
    }
}

@media (min-width: 976px) {
    .game-page--desktop .game-page__action {
        flex: 0 0 224px
    }
}

@media (min-width: 784px) {
    .game-page--desktop .game-page__action button {
        float: right
    }
}

@media (min-width: 784px) {
    .game-page--desktop .game-page__visible-off {
        margin-bottom: 40px
    }
}

.game-page--desktop .game-page__disabled-title--desktop {
    position: absolute;
    top: 40%;
    left: 50%;
    display: none;
    transform: translate(-50%, -50%)
}

@media screen and (min-width: 784px) {
    .game-page--desktop .game-page__disabled-title--desktop {
        display: block
    }
}

.game-page--desktop .game-page__disabled-title--desktop p {
    font-size: 32px
}

.game-page--desktop .game-page__disabled-title--mobile {
    display: none
}

@media screen and (max-width: 783px) {
    .game-page--desktop .game-page__disabled-title--mobile {
        display: block
    }
}

.game-page--desktop .game-page__disabled-title--mobile p {
    font-size: 24px
}

.game-page--desktop .game-page__disabled-title p {
    margin-bottom: 0;
    font-weight: 700
}

@media (min-width: 784px) {
    .game-page--mobile .game-page__bg {
        width: 428px;
        height: 240px
    }
}

@media (min-width: 1456px) {
    .game-page--mobile .game-page__bg {
        width: 628px;
        height: 354px
    }
}

.game-page--mobile .game-page__bg.mobile {
    display: block
}

.game-page--mobile .game-page__iframe-actions {
    display: none
}

@media (min-width: 784px) {
    .game-page--mobile .game-page__heading {
        margin-top: 9%
    }
}

@media (min-width: 976px) {
    .game-page--mobile .game-page__heading {
        margin-top: 10%
    }
}

@media (min-width: 1456px) {
    .game-page--mobile .game-page__heading {
        margin-top: 13%
    }
    .game-page--mobile .game-page__heading .game-page__actions {
        align-items: flex-start;
        max-width: 340px
    }
}

@media (min-width: 784px) {
    .game-page--mobile .game-page__upper-content {
        max-width: 784px;
        margin-right: auto;
        margin-left: auto
    }
}

@media (min-width: 976px) and (max-width: 1455.98px) {
    .game-page--mobile .game-page__upper-content {
        max-width: 976px
    }
}

@media (min-width: 1456px) {
    .game-page--mobile .game-page__upper-content {
        max-width: 1456px
    }
}

.game-page--mobile .game-page__disabled-title--desktop {
    display: none
}

@media screen and (max-width: 783px) {
    .game-page--mobile .game-page__disabled-title--mobile {
        display: block
    }
}

.game-page--mobile .game-page__disabled-title--mobile p {
    font-size: 24px
}

.game-page--mobile .game-page__disabled-title p {
    margin-bottom: 0;
    font-weight: 700
}

.games-page {
    min-height: 20vh;
    padding-bottom: 50px
}

.games-page-loader {
    display: none;
    padding: 30px auto;
    text-align: center
}

.category-page {
    padding-bottom: 16px !important
}

.games-carousel {
    padding-bottom: 6px;
    margin-right: -2px;
    margin-bottom: 20px
}

.games-carousel .category-card {
    min-width: 117px
}

@media (min-width: 584px) {
    .games-carousel {
        margin-right: 0
    }
}

.games-carousel__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 48px
}

.games-carousel__heading h3 {
    font-size: 16px;
    font-weight: 700;
    color: #fff
}

@media (min-width: 784px) {
    .games-carousel__heading {
        height: 80px
    }
    .games-carousel__heading h3 {
        font-size: 20px
    }
}

@media (min-width: 976px) {
    .games-carousel__heading {
        height: 64px
    }
}

@media (min-width: 1456px) {
    .games-carousel__heading {
        height: 80px
    }
}

.games-carousel__navs {
    width: 64px;
    height: 24px;
    overflow: hidden;
    color: #fff;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 8px
}

@media (min-width: 784px) {
    .games-carousel__navs {
        width: 64px
    }
}

.games-carousel__navs .rndm-next,
.games-carousel__navs .rndm-prev {
    z-index: 1;
    width: 50%;
    height: 100%;
    padding-top: 2px;
    text-align: center
}

.games-carousel__navs .rndm-next:hover,
.games-carousel__navs .rndm-prev:hover {
    background: linear-gradient(135deg, #f8b738, #fe7b26)
}

.games-carousel__navs .rndm-next.disabled img,
.games-carousel__navs .rndm-prev.disabled img {
    opacity: .4
}

.games-carousel__navs .rndm-prev {
    border-right: 1px solid #fff
}

.games-carousel__navs .rndm-prev.disabled {
    border-color: #898db0
}

@media (min-width: 784px) {
    .games-carousel__navs {
        height: 31px;
        border-radius: 8px
    }
    .games-carousel__navs .rndm-next,
    .games-carousel__navs .rndm-prev {
        padding-top: 5px
    }
}

.games-carousel--dark .heading h3 {
    color: #10086f
}

.games-carousel--dark .games-carousel__navs,
.games-carousel--dark .games-carousel__navs .rndm-next,
.games-carousel--dark .games-carousel__navs .rndm-prev {
    border-color: #898db0
}

.games-carousel .games-carousel-next-icon,
.games-carousel .games-carousel-prev-icon {
    display: inline-block;
    margin: 0 auto
}

.games-carousel .games-carousel-next-icon {
    transform: rotate(180deg)
}

@media (max-width: 583.98px) {
    .games-carousel .carousel-items-container {
        min-height: 192px
    }
}

.games-carousel--mobile .games-carousel-wrap {
    display: flex;
    padding-left: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch
}

.games-carousel--mobile .games-carousel__heading-navs {
    display: none
}

.games-carousel--mobile .slot-item {
    width: 144px;
    margin-right: 16px
}

@media (max-width: 975.98px) {
    .games-carousel--mobile .slot-item {
        width: 112px
    }
}

@media (min-width: 784px) {
    .games-carousel--big-mobile .slot-item {
        width: 176px
    }
}

.games-carousel .rndm-item:not(.active) .slot-item .image {
    box-shadow: none
}

@media (min-width: 784px) {
    .games-carousel .rndm-carousel .rndm-stage-outer {
        padding-left: 15px;
        margin-left: -15px
    }
}

@media (min-width: 976px) {
    .games-carousel .rndm-carousel .rndm-stage-outer {
        padding-top: 24px;
        padding-bottom: 24px;
        margin-top: -24px;
        margin-bottom: -24px
    }
}

@media (max-width: 583.98px) {
    .games-carousel .slot-item {
        width: 128px
    }
    .games-carousel .slot-item .image {
        width: 100%;
        height: auto;
        min-height: 192px
    }
    .games-carousel .slot-item .name {
        display: none
    }
}

@media (max-width: 583.98px) {
    .game-page__related-games .games-carousel .slot-item .name {
        display: block
    }
}

.carousel-favorite-game .slot-item .init-image.empty {
    position: relative;
    background: rgba(0, 0, 0, .05) url(/img/icons/icon_star_favorites.png?h=1) 50% 50% no-repeat;
    border: 2px dashed #f8b638;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5)
}

.carousel-favorite-game .slot-item .init-image.empty img {
    opacity: 0
}

.fav-carousel-empty .slot-item .init-image {
    position: relative;
    overflow: hidden;
    background: none;
    border: 2px dashed #f8b638;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5)
}

.fav-carousel-empty .slot-item .init-image:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    content: "";
    background-color: rgba(0, 0, 0, .05);
    opacity: 1
}

.fav-carousel-empty .slot-item .init-image:before {
    display: block;
    min-width: 100%;
    min-height: 100%;
    content: "";
    background: url(/img/icons/icon_star_favorites.png?h=1) 50% 50% no-repeat;
    opacity: 1;
    -webkit-animation-name: bStar;
    animation-name: bStar;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

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

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

.fav-carousel-empty .slot-item img {
    opacity: 0
}

.favorite_game-btn.hidden {
    display: none
}

@media screen and (min-width: 584px) and (max-width: 783px) {
    .empty-carousel {
        overflow: hidden
    }
    .empty-carousel__container {
        min-width: 426px
    }
    .empty-carousel__item-md {
        display: none
    }
}

@media screen and (max-width: 583px) {
    .empty-carousel {
        overflow: hidden
    }
    .empty-carousel__container {
        box-sizing: border-box;
        min-width: 720px
    }
    .empty-carousel.empty-carousel__row {
        flex-wrap: nowrap
    }
    .empty-carousel__item {
        max-width: 144px
    }
    .empty-carousel__item:last-child {
        display: none
    }
}

@media screen and (max-width: 567px) {
    .empty-game-carousel__container {
        display: none
    }
}

@media screen and (max-width: 583px) {
    .empty-game-carousel__item {
        max-width: 140px
    }
}

@media screen and (min-width: 584px) and (max-width: 783px) {
    .empty-game-carousel {
        overflow: hidden
    }
    .empty-game-carousel__container {
        min-width: 426px
    }
}

@media screen and (max-width: 583px) {
    .empty-game-carousel {
        overflow: hidden
    }
    .empty-game-carousel__container {
        box-sizing: border-box;
        min-width: 720px
    }
    .empty-game-carousel.empty-game-carousel__row {
        flex-wrap: nowrap
    }
}

.empty-game-carousel .base-empty-carousel-wrap .empty-game-carousel__row {
    margin-right: -8px;
    margin-left: -8px
}

.empty-game-carousel .base-empty-carousel-wrap .empty-game-carousel__item:nth-child(5n),
.empty-game-carousel .base-empty-carousel-wrap .empty-game-carousel__item:nth-child(6n) {
    display: none
}

@media screen and (min-width: 1456px) {
    .empty-game-carousel .base-empty-carousel-wrap .empty-game-carousel__item:nth-child(5n),
    .empty-game-carousel .base-empty-carousel-wrap .empty-game-carousel__item:nth-child(6n) {
        display: block
    }
}

.empty-game-carousel .popular-empty-carousel-wrap .empty-game-carousel__row {
    margin-right: -8px;
    margin-left: -8px
}

.empty-game-carousel .popular-empty-carousel-wrap .empty-game-carousel__item:last-child,
.empty-game-carousel .popular-empty-carousel-wrap .empty-game-carousel__item:nth-child(5n),
.empty-game-carousel .popular-empty-carousel-wrap .empty-game-carousel__item:nth-child(6n),
.empty-game-carousel .popular-empty-carousel-wrap .empty-game-carousel__item:nth-child(7n) {
    display: none
}

@media screen and (max-width: 783px) {
    .empty-game-carousel .popular-empty-carousel-wrap .empty-game-carousel__item.empty-game-carousel__item {
        max-width: 24.8%
    }
}

@media screen and (min-width: 784px) and (max-width: 1455px) {
    .empty-game-carousel .popular-empty-carousel-wrap .empty-game-carousel__item {
        max-width: 16.6%
    }
    .empty-game-carousel .popular-empty-carousel-wrap .empty-game-carousel__item:nth-child(5n),
    .empty-game-carousel .popular-empty-carousel-wrap .empty-game-carousel__item:nth-child(6n) {
        display: block
    }
}

@media screen and (min-width: 1456px) {
    .empty-game-carousel .popular-empty-carousel-wrap .empty-game-carousel__item {
        width: 180px;
        max-width: 12.5%
    }
    .empty-game-carousel .popular-empty-carousel-wrap .empty-game-carousel__item:last-child,
    .empty-game-carousel .popular-empty-carousel-wrap .empty-game-carousel__item:nth-child(5n),
    .empty-game-carousel .popular-empty-carousel-wrap .empty-game-carousel__item:nth-child(6n),
    .empty-game-carousel .popular-empty-carousel-wrap .empty-game-carousel__item:nth-child(7n) {
        display: block
    }
}

.empty-game-carousel--mobile {
    overflow: hidden
}

.empty-game-carousel--mobile .container {
    padding-right: 0;
    padding-left: 0;
    overflow: hidden
}

@media screen and (min-width: 584px) {
    .empty-game-carousel--mobile .container {
        padding-right: 16px;
        padding-left: 16px
    }
}

@media screen and (min-width: 584px) {
    .empty-game-carousel--mobile {
        box-sizing: border-box;
        padding: 0 8px
    }
    .empty-game-carousel--mobile h3 {
        margin-left: -8px
    }
}

.empty-game-carousel--mobile .base-empty-carousel-wrap .empty-game-carousel__row {
    min-width: 861px
}

@media screen and (min-width: 584px) and (max-width: 783px) {
    .empty-game-carousel--mobile .base-empty-carousel-wrap .empty-game-carousel__row {
        min-width: 768px
    }
}

@media screen and (min-width: 784px) {
    .empty-game-carousel--mobile .base-empty-carousel-wrap .empty-game-carousel__row {
        min-width: 1152px
    }
}

.empty-game-carousel--mobile .popular-empty-carousel-wrap .empty-game-carousel__row {
    min-width: 861px
}

@media screen and (min-width: 584px) and (max-width: 783px) {
    .empty-game-carousel--mobile .popular-empty-carousel-wrap .empty-game-carousel__row {
        min-width: 768px
    }
}

@media screen and (min-width: 784px) and (max-width: 975px) {
    .empty-game-carousel--mobile .popular-empty-carousel-wrap .empty-game-carousel__row {
        min-width: 768px
    }
}

@media screen and (min-width: 976px) {
    .empty-game-carousel--mobile .popular-empty-carousel-wrap .empty-game-carousel__row {
        min-width: 960px
    }
}

.empty-game-carousel--mobile .popular-empty-carousel-wrap .empty-game-carousel--mobile__item:first-child,
.empty-game-carousel--mobile .popular-empty-carousel-wrap .empty-game-carousel--mobile__item:last-child {
    display: none
}

.empty-carousel--mobile {
    overflow: hidden
}

@media screen and (min-width: 584px) and (max-width: 975px) {
    .empty-carousel--mobile {
        box-sizing: border-box;
        padding: 0 8px
    }
    .empty-carousel--mobile h3 {
        margin-left: -8px
    }
    .empty-carousel--mobile.empty-carousel--mobile {
        margin-right: 8px
    }
}

@media screen and (min-width: 976px) {
    .empty-carousel--mobile h3 {
        margin-left: -8px
    }
    .empty-carousel--mobile.empty-carousel--mobile {
        padding-left: 8px;
        margin-right: 8px
    }
}

@media screen and (max-width: 583px) {
    .empty-carousel--mobile__item {
        max-width: 144px
    }
    .empty-carousel--mobile__item:last-child {
        display: none
    }
}

.empty-carousel--mobile__container {
    min-width: 950px
}

@media screen and (min-width: 584px) and (max-width: 975px) {
    .empty-carousel--mobile__container.empty-carousel--mobile__container {
        min-width: 764px
    }
}

@media screen and (min-width: 976px) {
    .empty-carousel--mobile__container.empty-carousel--mobile__container {
        min-width: 960px
    }
}

.base-carousel-wrap.hidden,
.fav-carousel.hidden {
    max-height: 0;
    overflow: hidden
}

.list-section {
    box-sizing: border-box;
    padding: 15px 0;
    background-color: #010a37
}

@media (min-width: 784px) {
    .list-section {
        padding: 25px 0 30px
    }
}

@media (min-width: 976px) {
    .list-section {
        padding: 25px 0 40px
    }
}

@media (min-width: 1456px) {
    .list-section {
        padding: 25px 0 90px
    }
}

.games-list-title {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #527ed4;
    text-align: center
}

@media (min-width: 584px) {
    .games-list-title {
        display: inline-block;
        width: 370px;
        font-size: 20px;
        text-align: left
    }
}

@media (min-width: 784px) {
    .games-list-title {
        margin-bottom: 24px
    }
}

.games-list-filters {
    color: #527ed4
}

@media (min-width: 584px) {
    .games-list-filters {
        display: inline-block;
        float: right
    }
}

.games-list .tag-filters {
    display: flex;
    margin: 0 0 8px;
    overflow-x: auto
}

.games-list .tag-filters>.tag {
    margin-right: 8px
}

.games-list .button__load-more {
    width: 100%;
    height: 40px;
    margin-top: 8px;
    line-height: 26px
}

@media (min-width: 584px) {
    .games-list .button__load-more {
        margin-top: 0
    }
}

@media (min-width: 784px) {
    .games-list .button__load-more {
        margin-top: 8px
    }
}

@media (min-width: 976px) {
    .games-list .button__load-more {
        margin-top: 0
    }
}

@media (min-width: 1456px) {
    .games-list .button__load-more {
        margin-top: 24px
    }
}

.games-list .col-3 .slot-item .name {
    font-size: 11px
}

@media (min-width: 584px) {
    .games-list .col-3 .slot-item .name {
        font-size: 16px
    }
}

.games-list .slot-item {
    margin-bottom: 8px
}

@media (min-width: 584px) {
    .games-list .slot-item {
        margin-bottom: 18px
    }
}

.games-list .slot-item .name {
    margin-top: 6px;
    font-size: 16px
}

.games-list .list-item--first .slot-item .name {
    font-size: 16px
}

.games-list .slot-item__to-favorite {
    display: inline-block
}

.games-search {
    padding-bottom: 24px
}

.games-search-loader {
    display: none;
    margin: 30px auto;
    text-align: center
}

.games-search .initial-results {
    margin-top: 25px
}

input[type=text].games-search-input {
    text-align: center
}

@media (max-width: 975.98px) {
    input[type=text].games-search-input {
        height: 48px;
        padding: 0 42px 0 16px;
        margin: 0 auto;
        font-size: 16px;
        color: #10086f;
        text-align: left;
        background-color: #fff;
        border: 1px solid #f2eef5;
        border-radius: 8px;
        box-shadow: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }
}

.games-search-input-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 575px
}

.games-search-input-icon {
    position: absolute;
    top: 10px;
    right: 16px
}

@media (min-width: 784px) {
    .games-search-input-icon {
        top: 3px
    }
}

@media (min-width: 976px) {
    .games-search-input-icon {
        display: none
    }
}

.contact-us {
    padding: 30px 0 40px;
    color: #10086f;
    background: #f2eef5
}

.contact-us__description {
    line-height: 24px;
    text-align: center
}

@media (min-width: 584px) {
    .contact-us__description {
        margin-bottom: 24px;
        text-align: left
    }
}

.contact-us__info {
    margin: 0 auto 10px
}

@media (min-width: 584px) {
    .contact-us__info {
        margin: 0
    }
}

.contact-us .link {
    display: inline-block;
    margin-bottom: 5px;
    color: #307aff;
    text-decoration: none
}

.contact-us .btns__wrapper {
    max-width: 303px;
    margin: 15px auto 16px
}

@media (min-width: 584px) {
    .contact-us .btns__wrapper {
        max-width: 224px;
        margin: 15px 0 0
    }
}

.contact-us .button {
    display: inline-block;
    padding: 0 16px;
    margin-bottom: 8px;
    line-height: 40px;
    border-radius: 20px
}

@media (max-width: 783.98px) {
    .contact-us .button:hover {
        transform: none
    }
}

.grecaptcha-badge {
    bottom: 55px !important;
    z-index: 899
}

.category-card {
    will-change: transform;
    color: #fff
}

@media (min-width: 584px) {
    .category-card {
        width: auto
    }
}

@media (min-width: 784px) {
    .category-card.large {
        min-height: 388px
    }
}

@media (min-width: 976px) {
    .category-card.large {
        min-height: 488px
    }
}

@media (min-width: 1456px) {
    .category-card.large {
        min-height: 736px
    }
}

.category-card:hover .category-card__inner {
    box-shadow: 0 4px 32px rgba(0, 0, 0, .7);
    transform: scale(1.04)
}

.category-card:hover .category-card__label {
    transform: translateY(4px)
}

.category-card.small .category-card__inner {
    padding-bottom: 150%
}

.category-card__inner {
    position: relative;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .5);
    transition: box-shadow .3s, transform .3s;
    will-change: transform
}

.category-card__inner img {
    opacity: 0
}

.category-card.small .category-card__description {
    padding: 8px
}

@media (min-width: 584px) {
    .category-card.small .category-card__description {
        padding: 15px
    }
}

.category-card.large .category-card__description {
    padding: 12px
}

@media (min-width: 584px) {
    .category-card.large .category-card__description {
        padding: 15px
    }
}

.category-card__description {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(135deg, #350a66, #03093b);
    border-radius: 4px
}

.category-card__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3
}

.category-card__game-counter {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 14px
}

@media (min-width: 584px) {
    .category-card__game-counter {
        margin-bottom: 40px;
        font-size: 16px
    }
}

.category-card__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    word-wrap: break-word
}

.category-card.small .category-card__title {
    font-size: 16px
}

@media (min-width: 584px) {
    .category-card.small .category-card__title {
        font-size: 20px
    }
}

.category-card__label {
    display: block;
    margin-top: 4px;
    color: transparent;
    text-align: center;
    transition: transform .3s;
    will-change: transform
}

.category-games {
    position: relative;
    display: flex;
    flex-direction: column;
    align-self: stretch;
    color: #fff;
    transition-duration: .4s
}

.category-games:hover .category-games-games {
    -webkit-animation: moveSlideshow 48s linear infinite;
    animation: moveSlideshow 48s linear infinite
}

@media (max-width: 975.98px) {
    .category-games {
        margin-bottom: 15px
    }
}

@media (min-width: 584px) {
    .category-games {
        height: 100%
    }
}

@media (min-width: 784px) {
    .category-games {
        min-height: 388px
    }
}

@media (min-width: 976px) {
    .category-games {
        min-height: 488px
    }
}

@media (min-width: 1456px) {
    .category-games {
        min-height: 736px
    }
}

.category-games-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10
}

.category-games-inner {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 60px 25px 180px;
    overflow: hidden;
    background: linear-gradient(135deg, #350a66, #03093b);
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .5)
}

@media (min-width: 584px) {
    .category-games-inner {
        padding: 30px 16px 180px
    }
}

@media (min-width: 976px) {
    .category-games-inner {
        padding: 50px 30px 210px
    }
}

@media (min-width: 1456px) {
    .category-games-inner {
        padding: 50px 45px 365px
    }
}

.category-games-title {
    margin-top: auto;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    word-wrap: break-word
}

@media (min-width: 784px) {
    .category-games-title {
        font-size: 32px;
        line-height: 32px
    }
}

@media (min-width: 976px) {
    .category-games-title {
        font-size: 43px;
        line-height: 43px
    }
}

@media (min-width: 1456px) {
    .category-games-title {
        font-size: 66px;
        line-height: 66px
    }
}

.category-games .name {
    position: absolute;
    top: 100%;
    left: 0;
    color: #2e0b47;
    text-align: center
}

.category-games-games {
    position: absolute;
    top: calc(100% - 170px);
    left: 25px;
    display: flex;
    transform: translateZ(0)
}

@media (min-width: 784px) {
    .category-games-games {
        top: calc(100% - 170px);
        left: 25px;
        flex-wrap: wrap;
        width: 260px
    }
}

@media (min-width: 976px) {
    .category-games-games {
        top: calc(100% - 210px);
        left: 30px;
        width: 380px
    }
}

@media (min-width: 1456px) {
    .category-games-games {
        top: calc(100% - 330px);
        left: 45px;
        width: 480px
    }
}

.category-games-game {
    width: 90px;
    margin-top: 15px;
    margin-right: 15px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, .2), 0 1px 1px 0 rgba(0, 0, 0, .2), 0 4px 8px 1px rgba(0, 0, 0, .2)
}

@media (min-width: 784px) {
    .category-games-game {
        width: 50px
    }
}

@media (min-width: 976px) {
    .category-games-game {
        width: 65px
    }
}

@media (min-width: 1456px) {
    .category-games-game {
        width: 105px
    }
}

.category-games-game img {
    display: block;
    max-width: 100%
}

.category-games-counter {
    position: absolute;
    top: 16px;
    left: 25px;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    letter-spacing: 1px
}

@media (min-width: 584px) {
    .category-games-counter {
        left: 16px
    }
}

@media (min-width: 784px) {
    .category-games-counter {
        top: 26px;
        left: 25px
    }
}

@media (min-width: 976px) {
    .category-games-counter {
        left: 30px
    }
}

@media (min-width: 1456px) {
    .category-games-counter {
        left: 48px
    }
}

.category-games .name--cap {
    display: none
}

@-webkit-keyframes moveSlideshow {
    50% {
        transform: translateX(-50%)
    }
    to {
        transform: translateX(0)
    }
}

@keyframes moveSlideshow {
    50% {
        transform: translateX(-50%)
    }
    to {
        transform: translateX(0)
    }
}

.games-list .category-games .name--cap {
    position: relative;
    display: block;
    width: 100%;
    margin: 6px auto 0;
    font-size: 16px;
    color: transparent;
    word-break: break-word
}

.games-list .category-games .name--cap:before {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    content: ""
}

@media (min-width: 584px) {
    .games-list .category-games .name--cap {
        display: block;
        width: 78px;
        padding-bottom: 18px
    }
}

@media (min-width: 784px) {
    .games-list .category-games .name--cap {
        width: 112px
    }
}

@media (min-width: 976px) {
    .games-list .category-games .name--cap {
        width: 144px
    }
}

@media (min-width: 1456px) {
    .games-list .category-games .name--cap {
        width: 224px
    }
}

.category-content {
    padding: 16px 0;
    font-size: 16px;
    line-height: 1.5
}

[data-wallet-aggregate-amount].update {
    -webkit-animation: walletAggregateAmount .4s ease-in-out;
    animation: walletAggregateAmount .4s ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

[data-wallet-real-amount].update {
    -webkit-animation: walletAggregateAmount .6s ease-in-out;
    animation: walletAggregateAmount .6s ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

[data-wallet-bonus-amount].update {
    -webkit-animation: walletAggregateAmount .8s ease-in-out;
    animation: walletAggregateAmount .8s ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

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

@keyframes walletAggregateAmount {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.verify-email {
    padding: 0 0 230px;
    text-align: center;
    background: #fff
}

@media (min-width: 584px) {
    .verify-email {
        padding: 80px 0 230px
    }
}

.verify-email__inner {
    max-width: 251px;
    margin: 0 auto
}

.verify-email__title {
    margin: -40px 0 24px;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px
}

.verify-email__img {
    position: relative;
    top: -18px
}

.verify-email .button__submit {
    font-size: 16px;
    font-weight: 700
}

.verify-email .button__submit:hover {
    transition: none
}

.popup-verify-email {
    height: auto;
    min-height: 100%
}

@media (min-width: 784px) {
    .popup-verify-email {
        min-height: 0
    }
}

.popup-verify-email__content {
    position: relative;
    padding-right: 15px;
    padding-bottom: 20px
}

.popup-verify-email__text {
    font-size: 11px;
    line-height: 16px;
    text-align: center
}

.popup-verify-email__resend {
    font-size: 11px;
    line-height: 16px;
    color: #307aff
}

.popup-verify-email__resend:hover {
    text-decoration: none
}

.popup-verify-email__resend-wrapper {
    margin-bottom: 8px;
    text-align: center
}

.popup-verify-email__form-wrap {
    opacity: 1
}

.popup-verify-email__form-wrap.hidden {
    visibility: hidden;
    opacity: 0
}

.popup-verify-email__loader-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 4;
    display: none;
    transform: translate(-50%, -50%)
}

.popup-verify-email__loader-wrap.show {
    display: block
}

.popup-verify-email .button {
    font-weight: 700
}

input[type=email],
input[type=password],
input[type=tel],
input[type=text],
select,
textarea {
    box-sizing: border-box;
    width: 100%;
    background-color: transparent;
    border: 0
}

.input_bottom-left-radius,
.input_bottom-radius,
.input_bottom-right-radius,
.input_left-radius,
.input_right-radius,
.input_top-radius {
    border: 0 solid #fff
}

.input_top-radius {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

.input_bottom-radius {
    border-bottom-right-radius: 8px
}

.input_bottom-left-radius,
.input_bottom-radius {
    border-bottom-left-radius: 8px
}

.input_bottom-right-radius {
    border-bottom-right-radius: 8px
}

.input_left-radius {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px
}

.input_right-radius {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px
}

.input_settings-next-col {
    margin-left: 2px
}

.field-password,
.field-select,
.field-text,
.field-textarea {
    position: relative;
    min-height: 48px;
    margin-bottom: 2px;
    overflow: hidden;
    background-color: #fff
}

.field-password__input,
.field-select__input,
.field-text__input,
.field-textarea__input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    max-height: 48px;
    font-size: 16px;
    line-height: 16px;
    color: #10086f;
    background-color: transparent
}

.field-password__label,
.field-password__select,
.field-select__label,
.field-select__select,
.field-text__label,
.field-text__select,
.field-textarea__label,
.field-textarea__select {
    position: absolute;
    z-index: 1;
    padding: 0 16px;
    font-size: 16px;
    line-height: 48px;
    color: #898db0;
    transition: all .2s ease
}

.field-password__label.error,
.field-password__select.error,
.field-select__label.error,
.field-select__select.error,
.field-text__label.error,
.field-text__select.error,
.field-textarea__label.error,
.field-textarea__select.error {
    color: #f6133d
}

.field-password__label.focus,
.field-password__select.focus,
.field-select__label.focus,
.field-select__select.focus,
.field-text__label.focus,
.field-text__select.focus,
.field-textarea__label.focus,
.field-textarea__select.focus {
    top: 6px;
    z-index: 3;
    font-size: 11px;
    line-height: 11px
}

.field-password.disabled,
.field-select.disabled,
.field-text.disabled,
.field-textarea.disabled {
    opacity: .5
}

.field-password__option-input,
.field-select__option-input,
.field-text__option-input,
.field-textarea__option-input {
    position: absolute;
    top: 0;
    right: 32px;
    bottom: 0;
    left: 0;
    z-index: 5;
    background-color: #fff
}

.field-password__option-input input,
.field-select__option-input input,
.field-text__option-input input,
.field-textarea__option-input input {
    padding-right: 0
}

.field-password__option-input.hidden,
.field-select__option-input.hidden,
.field-text__option-input.hidden,
.field-textarea__option-input.hidden {
    display: none
}

.field-text__input,
.field-textarea__input {
    padding: 18px 16px 10px
}

.field-text.error .field-text__input,
.field-text.error .field-text__label,
.field-textarea.error .field-text__input,
.field-textarea.error .field-text__label {
    color: #f6133d
}

.field-text.checked input,
.field-text.checked textarea,
.field-text.unchecked input,
.field-text.unchecked textarea,
.field-textarea.checked input,
.field-textarea.checked textarea,
.field-textarea.unchecked input,
.field-textarea.unchecked textarea {
    padding-right: 48px
}

.field-text.checked:after,
.field-text.unchecked:after,
.field-textarea.checked:after,
.field-textarea.unchecked:after {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 48px;
    height: 100%;
    content: ""
}

.field-text.checked:after,
.field-textarea.checked:after {
    background: url(/img/icons/checked.svg?h=1) 50% no-repeat
}

.field-text.unchecked:after,
.field-textarea.unchecked:after {
    background: url(/img/icons/unchecked.svg?h=1) 50% no-repeat
}

.field-password__input {
    padding: 18px 46px 10px 16px
}

.field-password__visibility {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
    display: inline-block;
    width: 46px;
    height: 47px;
    font-size: 0
}

.field-password__visibility .on {
    display: none;
    pointer-events: none
}

.field-password__visibility .off {
    display: block;
    pointer-events: none
}

.field-password__visibility.active .on {
    display: block
}

.field-password__visibility.active .off {
    display: none
}

.field-password.error .field-password__input,
.field-password.error .field-password__label {
    color: #f6133d
}

.field-select {
    position: relative;
    color: #10086f
}

.field-select:before {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    display: inline-block;
    width: 46px;
    min-height: 47px;
    content: "";
    background: url(/img/icons/select.svg?h=1) 50% no-repeat
}

.field-select:hover:before {
    opacity: .3
}

.field-select__select {
    z-index: 2;
    box-sizing: border-box;
    padding: 18px 32px 10px 16px;
    line-height: 18px;
    color: #10086f;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.field-select__select.no-value {
    opacity: 0
}

.field-select.centered .field-select__select {
    padding: 16px 32px 14px 16px;
    color: #898db0
}

.field-select.disabled {
    opacity: .5
}

.field-checkbox {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.field-checkbox__input {
    position: inherit;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    min-width: 100%;
    min-height: 100%;
    cursor: pointer;
    opacity: 0
}

.field-checkbox__checkmark {
    position: inherit;
    top: 6px;
    right: 0;
    bottom: 0;
    left: 6px;
    z-index: 1
}

.field-checkbox__checkmark .on {
    display: none;
    pointer-events: none
}

.field-checkbox__checkmark .off {
    display: block;
    pointer-events: none
}

.field-checkbox input:checked~.field-checkbox__checkmark .on {
    display: block
}

.field-checkbox input:checked~.field-checkbox__checkmark .off {
    display: none
}

.field-textarea {
    height: 140px
}

.field-textarea textarea {
    top: 25px;
    height: calc(100% - 25px);
    max-height: 100%;
    padding-top: 0;
    resize: none
}

.icon,
svg {
    pointer-events: none
}

svg {
    color: #898db0
}

.form-error {
    padding: 0;
    margin: 8px 0;
    font-size: 0;
    list-style-type: none;
    opacity: 1
}

.form-error__item {
    position: relative;
    padding-left: 10px;
    font-size: 11px;
    line-height: 16px;
    color: #f6133d;
    opacity: 1;
    -webkit-animation-name: errorIn;
    animation-name: errorIn;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.form-error__item:before {
    position: absolute;
    top: 6px;
    left: 1px;
    content: "";
    border: 2px solid #f6133d;
    border-radius: 50%
}

.form-error__item.hidden {
    -webkit-animation-name: errorOut;
    animation-name: errorOut
}

.form-error__item.hidden:before {
    display: none;
    border: 0
}

.form-error.no-padding {
    margin: 0
}

.form-error.no-padding li:first-child {
    margin-top: 8px
}

@-webkit-keyframes errorIn {
    0% {
        line-height: 1px;
        color: transparent
    }
    to {
        line-height: 16px;
        color: #f6133d
    }
}

@keyframes errorIn {
    0% {
        line-height: 1px;
        color: transparent
    }
    to {
        line-height: 16px;
        color: #f6133d
    }
}

@-webkit-keyframes errorOut {
    0% {
        line-height: 16px;
        color: #f6133d
    }
    to {
        line-height: 1px;
        color: transparent
    }
}

@keyframes errorOut {
    0% {
        line-height: 16px;
        color: #f6133d
    }
    to {
        line-height: 1px;
        color: transparent
    }
}

.button {
    position: relative;
    display: inline-block;
    padding: 6px 16px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    transition-duration: .2s
}

@media (hover: hover) {
    .button:hover {
        transform: translateY(-2px)
    }
}

.button--no-hover {
    transition-duration: 0s
}

@media (hover: hover) {
    .button--no-hover:hover {
        transform: translateY(0)
    }
}

.button--sm {
    height: 24px;
    padding: 0 10px;
    line-height: 20px
}

.button--md {
    height: 32px;
    padding: 0 10px;
    line-height: 28px
}

.button--lg {
    height: 40px;
    padding: 0 10px;
    line-height: 36px
}

.button--primary {
    color: #1557d9;
    background: linear-gradient(180deg,#ffd200,#ffc001)
}

.button--secondary {
    color: #1557d9;
    background: transparent;
    border: 1px solid #1557d9
}

.button--popup-submit {
    font-weight: 700;
    color: #0a00fc;
    background-color: transparent;
    border: 2px solid #0a00fc
}

.button--popup-submit:disabled {
    opacity: .3
}

.button--transparent-primary {
    color: #0a00fc;
    border-color: #0a00fc
}

.button--fullwidth {
    display: block;
    width: 100%
}

.button--compact-text {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: .2px
}

.button--transparent-dark {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff
}

.button--dark {
    color: #898db0;
    background-color: rgba(0, 0, 0, .1);
    border: 2px solid #898db0
}

.button--cash {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 11px;
    font-weight: 700;
    line-height: 16px
}

.button--cash:before {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-bottom: 5px;
    line-height: 0;
    content: url(/img/icons/plus-white.svg?h=1);
    background: linear-gradient(135deg, #f8b738, #fe7b26);
    border-radius: 50%;
    box-shadow: 0 4px 2px 0 rgba(248, 183, 56, .1), 0 11px 14px 0 rgba(254, 123, 38, .5)
}

.button--cash__label {
    display: flex
}

.button--cash__label:before {
    content: "\20AC"
}

.button--transparent {
    color: #0a00fc;
    background-color: transparent;
    border: 2px solid #0a00fc
}

.button--transparent--white {
    color: #fff;
    border-color: #fff
}

.button--transparent--full {
    width: 100%
}

.button--transparent--green {
    color: #22d501;
    border-color: #22d501
}

.button--transparent-white {
    color: #fff;
    border: 1px solid #fff
}

.button--info {
    width: 20px;
    height: 32px;
    background: url(/img/icons/info.svg?h=1) 50% no-repeat;
    background-size: 20px
}

.button--info:hover {
    background: url(../img/info-hover.svg?h=1) 50% no-repeat;
    background-size: 20px
}

.button--info--white {
    background: url(../img/info-hover.svg?h=1) 50% no-repeat
}

@media (max-width: 583.98px) {
    .button--info {
        height: 24px
    }
}

.button--close:before {
    content: url(../img/close-hover.svg?h=1)
}

.button--upp {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase
}

.button__icon {
    position: absolute;
    top: 3px;
    left: 3px
}

.button--bold-text {
    font-weight: 700
}

.button--popup-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 48px;
    height: 48px;
    padding: 0;
    text-transform: uppercase
}

.button--popup-close img {
    pointer-events: none
}

.button--popup-close:hover:before {
    opacity: .3
}

.button--readmore {
    position: relative;
    display: block;
    padding-right: 25px;
    margin: 8px 0;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px
}

@media (min-width: 584px) {
    .button--readmore {
        font-weight: 400
    }
}

.button--readmore:after {
    position: absolute;
    top: 16px;
    right: -3px;
    height: 100%;
    line-height: 1;
    content: url(/img/icons/carret-up.svg?h=1);
    opacity: .9;
    transition: transform .3s;
    transform: translateY(-50%) rotate(-180deg)
}

.button--readmore.open:after {
    transform: translateY(-100%) rotate(0deg)
}

.button--cashbox-action {
    box-sizing: border-box;
    width: 90px;
    padding: 0;
    margin: 8px;
    font-weight: 700;
    line-height: 38px;
    color: #0a00fc;
    text-align: center;
    border: 2px solid #0a00fc
}

.button--cashbox-action.active {
    line-height: 40px;
    color: #fff;
    background: #0a00fc;
    border: 0 solid transparent
}

.tag {
    display: inline-block;
    padding: 0 12px;
    margin-right: 2px;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid transparent
}

.tag--size-s {
    height: 16px;
    line-height: 14px;
    border-radius: 16px
}

.tag--size-m {
    height: 24px;
    line-height: 22px;
    border-radius: 24px
}

.tag--pt-blue-dark {
    background-color: #03093b
}

.tag--pt-blue-mid {
    background-color: #10086f
}

.tag--pt-blue-darkmid {
    background-color: #898db0
}

.tag--pt-blue-light {
    background-color: #0a00fc
}

.tag--pt-blue-lightest {
    background-color: #307aff
}

.tag--pt-gray-lighter {
    background-color: #e5fbff
}

.tag--pt-yellow-light {
    background-color: #f8b738
}

.tag--pt-yellow-dark {
    background-color: #fe7b26
}

.tag--pt-purple {
    background-color: #350a66
}

.tag--pt-purple-dark {
    background-color: #0d0022
}

.tag--pt-gray-mid {
    background-color: #ebe9e1
}

.tag--pt-gray-light {
    background-color: #f2eef5
}

.tag--pt-green-light {
    background-color: #01d58e
}

.tag--pt-green-mid {
    background-color: #22d501
}

.tag--pt-red {
    background-color: #f6133d
}

.tag.new {
    background-color: #22d501;
    border-color: #22d501
}

.tag.hot {
    background-color: #fe7b26;
    border-color: #fe7b26
}

.tag.active {
    background-color: #0a00fc;
    border-color: #0a00fc
}

.tag--dark {
    color: #f2eef5;
    background-color: rgba(0, 0, 0, .1);
    border-color: #ebe9e1
}

.tag--light {
    color: #0a00fc;
    background-color: rgba(48, 122, 255, .1);
    border-color: rgba(48, 122, 255, .2);
    border-width: 2px
}

.divider {
    box-sizing: border-box;
    width: 100%;
    height: 1px;
    padding: 0;
    margin: 0 auto;
    border: none;
    border-bottom: 1px solid #898db0;
    opacity: .3
}

[data-card-tab-hidden].hide {
    display: none
}

[data-card-tab-body] {
    width: 100%
}

[data-card-tab-step] {
    display: none
}

[data-card-tab-step].show {
    display: block
}

.circle-progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 14px;
    transform: rotate(-90deg)
}

.circle-progress-bar:after {
    position: inherit;
    display: block;
    top: 50%;
    left: 50%;
    font-weight: 600;
    content: attr(data-progress-bar-pct) "%";
    transform: translate(-50%, -50%) rotate(90deg)
}

.circle-progress-bar--number:after {
    content: attr(data-progress-bar-pct)
}

.circle-progress-bar__circle {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 1s linear;
    stroke: #fff
}

.circle-progress-bar__circle_back {
    stroke: #f2eef5
}

.circle-progress-bar__circle_front {
    stroke: #0d0022
}

.circle-progress-bar #cont {
    display: block;
    height: 200px;
    width: 200px;
    margin: 2em auto;
    box-shadow: 0 0 1em #000;
    border-radius: 100%;
    position: relative
}

.circle-progress-bar #cont:after {
    position: absolute;
    display: block;
    height: 160px;
    width: 160px;
    left: 50%;
    top: 50%;
    box-shadow: inset 0 0 1em #000;
    content: attr(data-pct) "%";
    margin-top: -80px;
    margin-left: -80px;
    border-radius: 100%;
    line-height: 160px;
    font-size: 2em;
    text-shadow: 0 0 .5em #000
}

.pt-success .circle-progress-bar__circle_front {
    stroke: #22d501
}

.pt-error .circle-progress-bar__circle_front {
    stroke: #f6133d
}

.chip {
    position: relative;
    z-index: 3;
    width: 95px;
    height: 95px;
    margin-right: 15px;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #fff;
    border-radius: 50%
}

.chip:after {
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: -1;
    width: 140%;
    height: 140%;
    content: "";
    background: url(../img/bonus-chip-shadow.png?h=1) 0 0/100% 100% no-repeat;
    border-radius: 50%;
    opacity: .9
}

@media (min-width: 1456px) {
    .chip {
        width: 120px;
        height: 120px;
        font-size: 28px
    }
}

.chip img {
    width: 100%
}

.chip .bonus-value {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translate(-50%, -50%) rotate(-10deg)
}

.chip .bonus-label {
    font-size: 10px;
    line-height: 10px
}

.chip--dark {
    color: #434038
}

.custom-select {
    cursor: pointer
}

.custom-select,
.custom-select__label {
    position: relative
}

.custom-select__label:after {
    position: absolute;
    top: 0;
    right: -30px;
    height: 100%;
    line-height: 1;
    content: url(/img/icons/carret-up.svg?h=1);
    transition: transform .3s;
    transform: rotate(-180deg);
    will-change: transform
}

.custom-select__hidden {
    position: absolute;
    top: 100%;
    right: -30px;
    min-width: 200px;
    padding: 0;
    text-align: left;
    list-style: none;
    background: #03093b;
    border-radius: 8px;
    opacity: 0;
    transition: opacity .3s;
    transform: scale(0)
}

.custom-select.open {
    background: linear-gradient(315deg, #0a00fc, #10086f);
    border: none
}

.custom-select.open .custom-select__hidden {
    opacity: 1;
    transform: scale(1)
}

.custom-select.open .custom-select__label:after {
    transform: rotate(0)
}

.custom-select__link {
    display: flex;
    align-items: center;
    height: 56px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-decoration: none
}

.custom-select__link--logout {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-transform: none
}

.custom-select__link--logout .custom-select__link-label {
    border: none;
    opacity: .5;
    transition: opacity .3s
}

.custom-select__link--logout .custom-select__link-label:hover {
    opacity: 1
}

.custom-select__link-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    pointer-events: none
}

.custom-select__link-label {
    display: flex;
    flex-grow: 1;
    align-items: center;
    height: 100%;
    pointer-events: none;
    border-bottom: 1px solid #898db0
}

.locale-switch-list {
    display: flex;
    flex-direction: row
}

.locale-switch-item {
    position: relative;
    flex-basis: 32px;
    flex-shrink: 0;
    flex-grow: 0;
    width: 32px;
    height: 32px;
    margin-right: 16px;
    border-radius: 50%
}

.locale-switch-item.current:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    display: block;
    width: 32px;
    height: 2px;
    content: "";
    background-color: #fff
}

.locale-switch-item img {
    display: block;
    width: 100%;
    height: 100%
}

.locale-switch-item:last-child {
    margin-right: 0
}

.tabs-header {
    display: flex;
    flex-direction: row;
    height: 24px
}

@media (min-width: 976px) {
    .tabs-header {
        height: 30px
    }
}

.tabs-header__item {
    flex-basis: 25%;
    flex-shrink: 1;
    flex-grow: 0;
    font-size: 11px;
    line-height: 16px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-bottom: 4px solid transparent;
    opacity: .5;
    transition-duration: .2s
}

.tabs-header__item--triple {
    flex-basis: 33.33%
}

.tabs-header__item:hover {
    opacity: 1
}

.tabs-header__item.active {
    position: relative;
    color: #fff;
    opacity: 1
}

.tabs-header__item.active .fake-active-el,
.tabs-header__item.active:after {
    position: absolute;
    bottom: -4px;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    content: "";
    background: linear-gradient(135deg, #f8b738, #fe7b26)
}

@media (min-width: 976px) {
    .tabs-header__item {
        font-size: 16px
    }
}

.tabs-header--long {
    height: 32px
}

.tabs-header--long .tabs-header__item {
    line-height: 11px
}

.no-results-placeholder {
    width: 100%;
    padding: 40px 0 0;
    font-size: 32px;
    font-weight: 700;
    color: #cac8c1;
    text-align: center
}

.brand-logo {
    width: 102px;
    height: 45px
}

.brand-logo img {
    display: block;
    max-width: 100%;
    height: auto
}

.banner {
    position: relative;
    overflow: hidden
}

.banner__resizer {
    position: inherit;
    width: 100%;
    /*min-width: 700px;*/
    max-width: 100%
}

.banner__img-mob,
.banner__item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100%;
    /*min-width: 700px;*/
    /*height: 100%;*/
    max-height: 100%;
    transform: translateX(-50%)
}

@media screen and (min-width: 700px) {
    .banner__img-mob,
    .banner__item {
        left: 0;
        max-width: 100%;
        transform: translateX(0)
    }
}

.banner__item {
    z-index: 1;
    display: none
}

.banner__img-mob {
    z-index: 2
}

.banner__info {
    position: absolute;
    top: 104px;
    z-index: 3;
    width: 100%;
    overflow-x: hidden;
    text-align: center
}

@media (min-width: 584px) {
    .banner__info {
        top: 115px
    }
}

@media (min-width: 784px) {
    .banner__info {
        top: 115px
    }
}

@media (min-width: 976px) {
    .banner__info {
        top: 125px
    }
}

@media (min-width: 1456px) {
    .banner__info {
        top: 200px
    }
}

.banner__info-title {
    max-width: 250px;
    margin: 0 auto 16px;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    text-align: center
}

@media (min-width: 584px) {
    .banner__info-title {
        max-width: 490px;
        margin-bottom: 40px;
        font-size: 35px;
        line-height: 35px
    }
}

@media (min-width: 976px) {
    .banner__info-title {
        max-width: 620px;
        font-size: 48px;
        line-height: 48px
    }
}

@media (min-width: 1456px) {
    .banner__info-title {
        max-width: 945px;
        font-size: 72px;
        line-height: 72px
    }
}

.banner__info-btn {
    min-width: 145px;
    height: 32px;
    font-weight: 700
}

@media (min-width: 784px) {
    .banner__info-btn {
        min-width: 175px
    }
}

@media (min-width: 976px) {
    .banner__info-btn {
        min-width: 144px;
        height: 40px
    }
}

@media (min-width: 1456px) {
    .banner__info-btn {
        min-width: 225px
    }
}

.banner__img-wrap {
    height: 0;
    max-height: 0
}

.banner__img-bg {
    width: 100%;
    max-width: 100%
}

/*@media screen and (max-width: 783px) {*/
/*    .main-banner {*/
/*        margin-top: 50px*/
/*    }*/
/*}*/

.terms__table-wrap {
    max-width: 100%;
    margin-bottom: 16px
}

@media screen and (max-width: 476px) {
    .terms__table-wrap {
        overflow: hidden;
        overflow-x: scroll
    }
}

.terms__table-wrap .row {
    min-width: 476px;
    background-color: #e6e1ee
}

.terms__table-wrap .row:nth-child(odd) {
    background-color: #dbd6e7
}

.terms__table-wrap .row:first-child {
    background-color: transparent
}

.terms__table-col,
.terms__table-header-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 3%;
    text-align: left
}

.terms__table-col {
    min-height: 56px;
    font-size: 16px;
    line-height: 19px;
    color: #10086f
}

.terms__table-header-col {
    min-height: 32px;
    font-size: 10px;
    font-weight: 700;
    line-height: 11px;
    color: rgba(16, 8, 111, .5);
    text-transform: uppercase
}

.form-prompters-list {
    padding: 0;
    margin: 8px 0;
    font-size: 0;
    list-style-type: none;
    opacity: 1
}

.form-prompters-list.hidden {
    display: none
}

.form-prompters-list__item {
    position: relative;
    padding-left: 10px;
    font-size: 11px;
    line-height: 16px;
    color: #999bb9;
    opacity: 1;
    -webkit-animation-name: promptersIn;
    animation-name: promptersIn;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.form-prompters-list__item:before {
    position: absolute;
    top: 6px;
    left: 1px;
    content: "";
    border: 2px solid #999bb9;
    border-radius: 50%
}

.form-prompters-list__item.hidden {
    -webkit-animation-name: promptersOut;
    animation-name: promptersOut
}

.form-prompters-list__item.hidden:before {
    display: none;
    border: 0
}

.form-prompters-list__item.form-prompters-list__item.success {
    color: #5bdb4e
}

.form-prompters-list__item.form-prompters-list__item.success:before {
    border: 2px solid #5bdb4e
}

.form-prompters-list.no-padding {
    margin: 0
}

.form-prompters-list.no-padding li:first-child {
    margin-top: 8px
}

@-webkit-keyframes promptersIn {
    0% {
        line-height: 1px;
        opacity: 0
    }
    to {
        line-height: 16px;
        opacity: 1
    }
}

@keyframes promptersIn {
    0% {
        line-height: 1px;
        opacity: 0
    }
    to {
        line-height: 16px;
        opacity: 1
    }
}

@-webkit-keyframes promptersOut {
    0% {
        line-height: 16px;
        opacity: 1
    }
    to {
        opacity: 0;
        line-height: 1px
    }
}

@keyframes promptersOut {
    0% {
        line-height: 16px;
        opacity: 1
    }
    to {
        opacity: 0;
        line-height: 1px
    }
}

.gift {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 288px;
    min-height: 120px;
    padding: 10px 15px;
    overflow: hidden;
    border-radius: 8px
}

@media (min-width: 584px) {
    .gift {
        padding: 15px 15px 10px 25px
    }
}

@media (min-width: 784px) {
    .gift {
        padding: 15px 15px 15px 25px;
        width: auto;
        padding: 15px;
        margin: 0 15px 15px 0
    }
}

.gift__title {
    max-width: 150px;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    color: #fff
}

@media (min-width: 784px) {
    .gift__title {
        margin-bottom: 10px
    }
}

.gift__description {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap
}

.gift__img {
    position: relative;
    flex-basis: 95px;
    flex-shrink: 0;
    width: 95px
}

.gift__img img {
    max-width: 100%
}

@media (min-width: 1456px) {
    .gift__img {
        margin-left: 20px
    }
}

.gift__bonus-text {
    font-size: 10px;
    font-weight: 700;
    line-height: 10px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px
}

.gift__bonus-value {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    transform: translate(-50%, -50%) rotate(-10deg)
}

.gift .button--transparent {
    min-width: 110px;
    height: 24px;
    padding: 0
}

.gift__progres-bar {
    position: relative;
    flex-basis: 72px;
    flex-shrink: 0;
    width: 72px;
    height: 72px
}

.gift--offer {
    background: linear-gradient(135deg, #f8b738, #fe7b26);
    box-shadow: 0 16px 16px 0 rgba(246, 19, 61, .1)
}

@media (min-width: 784px) {
    .gift--offer .gift__title {
        margin-bottom: 0
    }
}

.gift .deposit--button-active {
    display: none
}

.gift .button--transparent {
    height: 32px;
    padding: 0 8px;
    line-height: 30px
}

.gift.active .deposit--button-activate {
    display: none
}

.gift.active .deposit--button-active {
    display: inline-block
}

.gift--deposit {
    width: 100%;
    min-height: 135px;
    padding-right: 20px;
    background: linear-gradient(135deg, #f8b738, #fe7b26)
}

.gift--deposit .gift__bonus-text {
    opacity: .3
}

.gift--deposit .deposit--button-active {
    background: #0a00fc
}

.gift--deposit-activated {
    background: none;
    border: 2px solid hsla(0, 0%, 100%, .1)
}

.gift--deposit-activated .circle-progress-bar:after {
    color: #22d501
}

.gift--deposit-activated .circle-progress-bar__circle_front {
    stroke: #22d501
}

.gift--deposit-activated .circle-progress-bar__circle_back {
    stroke: hsla(0, 0%, 100%, .1)
}

.gift--spin {
    width: 100%;
    min-height: 135px;
    padding-right: 100px;
    background: linear-gradient(315deg, #0a00fc, #10086f)
}

.gift--spin .gift__img {
    position: absolute;
    right: 6px;
    bottom: -20px;
    width: 85px;
    overflow: hidden;
    border-radius: 4px;
    transform: rotate(-10deg)
}

.gift--spin .deposit--button-active {
    background: linear-gradient(135deg, #f8b738, #fe7b26)
}

.gift--spin .gift__bonus-text {
    max-width: 100px;
    margin-left: 10px;
    text-transform: uppercase;
    opacity: .5
}

.gift--unavailable {
    opacity: .7
}

.gift .gift-chips {
    position: relative;
    z-index: 2
}

.gift .gift-chips .chip:nth-child(2) {
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: -2
}

.gift .chip {
    margin: 0
}

@media (min-width: 1456px) {
    .gift .chip {
        width: 95px;
        height: 95px;
        font-size: 24px
    }
}

.bonus-history__empty-title {
    padding: 0 20px;
    margin: 36px;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    color: rgba(137, 141, 176, .9);
    text-align: center
}

@media (min-width: 584px) {
    .bonus-history__empty-title {
        padding: 0;
        margin: 0;
        font-size: 32px;
        line-height: 112px
    }
}

.bonus-history__item {
    box-sizing: border-box;
    min-height: 80px;
    padding: 16px 0 16px 24px;
    margin-bottom: 8px;
    background-color: #fff;
    border: 1px solid #ebe9e1;
    border-radius: 8px
}

@media (max-width: 975.98px) {
    .bonus-history__item {
        padding: 16px 0 16px 24px
    }
}

.bonus-history__item-row {
    align-items: center;
    min-height: 46px
}

.bonus-history__row-item {
    align-self: center;
    font-size: 16px
}

.bonus-history__row-item--column {
    display: flex;
    flex-direction: column
}

@media (max-width: 583.98px) {
    .bonus-history__row-item--left {
        font-size: 10px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px
    }
}

@media (max-width: 583.98px) {
    .bonus-history__row-item--muted {
        color: rgba(3, 9, 59, .7)
    }
}

@media (max-width: 583.98px) {
    .bonus-history__row-item--activity {
        margin-top: 8px
    }
}

@media (min-width: 584px) {
    .bonus-history__row-item--activity {
        display: flex;
        justify-content: flex-end
    }
}

.bonus-history__row-item--info {
    margin: 8px 0 0
}

@media (min-width: 584px) {
    .bonus-history__row-item--info {
        margin: 0
    }
}

.bonus-history__row-item--padd.bonus-history__row-item--padd {
    box-sizing: border-box;
    padding-right: 5px !important
}

.bonus-history__progress-desc,
.bonus-history__progress-mob {
    font-size: 0;
    text-align: center
}

.bonus-history__progress-bar-wrap {
    position: relative;
    box-sizing: border-box;
    display: inline-block
}

@media (min-width: 584px) {
    .bonus-history__progress-mob {
        display: none
    }
}

.bonus-history__progress-mob .bonus-history__progress-bar-wrap {
    width: 74px;
    height: 74px
}

@media (max-width: 583.98px) {
    .bonus-history__progress-desc {
        display: none
    }
}

.bonus-history__progress-desc .bonus-history__progress-bar-wrap {
    width: 56px;
    height: 56px
}

.bonus-history__cancel-btn--desktop,
.bonus-history__cancel-btn--mobile {
    box-sizing: border-box;
    height: auto;
    min-height: 22px;
    line-height: 22px
}

.bonus-history__cancel-btn--desktop:disabled,
.bonus-history__cancel-btn--mobile:disabled {
    opacity: .3
}

.bonus-history__cancel-btn--desktop {
    min-height: 32px;
    line-height: 16px
}

@media (max-width: 583.98px) {
    .bonus-history__cancel-btn--desktop {
        display: none
    }
}

.bonus-history__cancel-btn--mobile {
    min-height: 24px
}

@media (min-width: 584px) {
    .bonus-history__cancel-btn--mobile {
        display: none
    }
}

@media (min-width: 976px) {
    .bonus-history.side-item .button--info {
        max-height: 24px
    }
    .bonus-history.side-item .bonus-history__cancel-btn--desktop {
        display: none
    }
    .bonus-history.side-item .bonus-history__cancel-btn--mobile {
        display: block;
        height: 24px
    }
    .bonus-history.side-item .bonus-history__progress-mob {
        display: block
    }
    .bonus-history.side-item .bonus-history__progress-desc {
        display: none
    }
    .bonus-history.side-item .bonus-history__row-item {
        flex: 0 0 100%;
        max-width: 100%
    }
    .bonus-history.side-item .bonus-history__row-item--left {
        font-size: 10px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px
    }
    .bonus-history.side-item .bonus-history__row-item--muted {
        color: rgba(46, 11, 71, .3)
    }
    .bonus-history.side-item .bonus-history__row-item--activity {
        display: flex;
        justify-content: flex-start;
        margin-top: 8px
    }
    .bonus-history.side-item .bonus-history__row-item--info {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .bonus-history.side-item .bonus-history__row-item--progress {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .bonus-history.side-item .bonus-history__item {
        padding: 16px 0 16px 24px
    }
    .bonus-history.side-item .bonus-history__empty-title {
        padding: 0 20px;
        margin: 36px;
        font-size: 24px;
        font-weight: 700;
        line-height: 28px;
        color: rgba(137, 141, 176, .9);
        text-align: center
    }
}

.bonus-history .link {
    color: #307aff
}

.bonus-history .link:hover {
    text-decoration: none
}

@media (min-width: 784px) {
    .bonuses-carousel {
        display: block
    }
}

.bonuses-carousel .rndm-stage {
    display: flex;
    align-items: stretch
}

.bonuses-carousel .gift {
    height: 100%
}

.deposit__bonus-block {
    display: flex;
    flex-direction: column
}

.deposit__bonus-block .games-carousel__heading {
    order: 1
}

.deposit__bonus-block .rndm-carousel {
    order: 2
}

@media (max-width: 783.98px) {
    .deposit__bonus-block .gift__wrapper {
        display: flex
    }
}

@media (max-width: 783.98px) {
    .deposit__bonus-block .gift--deposit,
    .deposit__bonus-block .gift--spin {
        width: 290px;
        margin-right: 10px
    }
}

@media (max-width: 783.98px) {
    .deposit__bonus-block.deposit__bonus-carousel--desktop {
        display: none
    }
}

@media (min-width: 784px) {
    .deposit__bonus-block.deposit__bonus-carousel--mobile {
        display: none
    }
}

@media (max-width: 783.98px) {
    .cashbox__deposit-bonus {
        margin-top: 7px;
        margin-bottom: 6px
    }
}

.cashbox__deposit-bonus .games-carousel__heading-navs {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px
}

@media (max-width: 975.98px) {
    .cashbox__deposit-bonus .games-carousel__heading-navs {
        display: none
    }
}

.cashbox__deposit-bonus .rndm-carousel {
    margin-top: 10px
}

.cashbox__deposit-bonus .rndm-carousel .rndm-stage-outer {
    padding-top: 0;
    margin-top: 0
}

@media (max-width: 975.98px) {
    .cashbox__deposit-bonus .rndm-carousel .rndm-dots {
        display: flex
    }
}

.cashbox__deposit-bonus .games-carousel__heading {
    height: auto
}

.cashbox__deposit-bonus .games-carousel__navs {
    width: 68px;
    height: 24px;
    border-color: #82627f
}

.cashbox__deposit-bonus .rndm-next,
.cashbox__deposit-bonus .rndm-prev {
    position: relative;
    padding-top: 2px;
    line-height: 1
}

.cashbox__deposit-bonus .rndm-next:before,
.cashbox__deposit-bonus .rndm-prev:before {
    position: absolute;
    top: calc(50% + 1px);
    left: 50%;
    display: inline-block;
    content: url(/img/icons/back-hover.svg?h=1);
    transform: scale(.8) translate(-50%, -50%);
    transform-origin: 0 0
}

.cashbox__deposit-bonus .rndm-next img,
.cashbox__deposit-bonus .rndm-prev img {
    display: none
}

.cashbox__deposit-bonus .rndm-next.disabled,
.cashbox__deposit-bonus .rndm-prev.disabled {
    opacity: .4
}

.cashbox__deposit-bonus .rndm-prev {
    border-color: #82627f
}

.cashbox__deposit-bonus .rndm-next:before {
    top: calc(50% - 1px);
    transform: scale(.8) rotate(180deg) translate(-50%, -50%)
}

@media (max-width: 975.98px) {
    .cashbox__deposit-bonus .gift__wrapper {
        display: flex
    }
}

@media (max-width: 975.98px) {
    .cashbox__deposit-bonus .gift--deposit,
    .cashbox__deposit-bonus .gift--spin {
        width: 290px;
        margin-right: 10px
    }
}

.cashbox__deposit-bonus.deposit__bonus-carousel--desktop {
    display: flex
}

@media (max-width: 975.98px) {
    .cashbox__deposit-bonus.deposit__bonus-carousel--desktop {
        display: none
    }
}

.cashbox__deposit-bonus.deposit__bonus-carousel--mobile {
    display: flex
}

@media (min-width: 976px) {
    .cashbox__deposit-bonus.deposit__bonus-carousel--mobile {
        display: none
    }
}

.bonuses-page .bonuses-banner-title {
    margin-bottom: 15px
}

.bonuses-banner__wrapper {
    margin-bottom: 16px
}

@media (min-width: 784px) {
    .bonuses-banner__wrapper {
        margin-bottom: 0
    }
}

.bonuses-banner-container {
    display: flex;
    flex-direction: column
}

.bonuses-banner-container.open .bonuses-banner__back {
    z-index: 999;
    transform: scale(1)
}

@media (min-width: 584px) {
    .bonuses-banner-container.open:before {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 998;
        content: "";
        background-color: #03093b;
        opacity: .9
    }
}

@media (min-width: 784px) {
    .bonuses-banner-container.open:before {
        display: none
    }
}

@media (min-width: 584px) {
    .bonuses-banner-container {
        height: 100%
    }
}

@media (min-width: 784px) {
    .bonuses-banner-container {
        perspective: 1000px;
        transform-style: preserve-3d
    }
    .bonuses-banner-container.open .bonuses-banner__front {
        transform: rotateY(180deg)
    }
    .bonuses-banner-container.open .bonuses-banner__back {
        transform: rotateY(0) scale(1)
    }
}

@media (max-width: 783.98px) {
    .bonuses-banner-container {
        margin-bottom: 20px
    }
}

.bonuses-banner-container .name--cap {
    display: none;
    width: 78px;
    padding: 6px 0 18px;
    font-size: 16px;
    color: #000;
    word-break: break-word;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0
}

@media (min-width: 584px) {
    .bonuses-banner-container .name--cap {
        display: block
    }
}

@media (min-width: 784px) {
    .bonuses-banner-container .name--cap {
        width: 112px
    }
}

@media (min-width: 976px) {
    .bonuses-banner-container .name--cap {
        width: 144px
    }
}

@media (min-width: 1456px) {
    .bonuses-banner-container .name--cap {
        width: 224px
    }
}

.bonuses-banner {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%
}

@media (min-width: 784px) {
    .bonuses-banner {
        transform-style: preserve-3d
    }
    .bonuses-banner__back,
    .bonuses-banner__front {
        transition: transform .6s;
        transform-style: preserve-3d;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }
}

.bonuses-banner__front {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-items: flex-start;
    width: 100%;
    min-height: 145px;
    padding: 20px 130px 20px 25px;
    background: linear-gradient(270deg,#2c046000 31.67%,#9b00a9),#1a073c;
    border-radius: 8px;
    box-shadow: 0 16px 16px 0 rgba(246, 19, 61, .1);
    transform: rotateY(0deg)
}

@media (min-width: 584px) {
    .bonuses-banner__front {
        padding: 15px 40px 15px 15px
    }
}

@media (min-width: 976px) {
    .bonuses-banner__front {
        padding: 35px 50px 25px 30px
    }
}

@media (min-width: 1456px) {
    .bonuses-banner__front {
        padding: 55px 70px 55px 45px
    }
}

.bonuses-banner__back {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    display: flex;
    flex-direction: column;
    padding: 24px 10px 0 24px;
    color: #10086f;
    background: #fff;
    box-shadow: 0 20px 24px 0 rgba(0, 0, 0, .2);
    transform: scale(0)
}

@media (min-width: 584px) {
    .bonuses-banner__back {
        max-width: 304px;
        max-height: 488px;
        margin: auto;
        border-radius: 8px
    }
}

@media (min-width: 784px) {
    .bonuses-banner__back {
        position: absolute;
        max-width: 100%;
        max-height: 100%;
        border-radius: 8px;
        transform: rotateY(-180deg) scale(1)
    }
}

.bonuses-banner__back .bonuses-banner-title {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 16px;
    color: #10086f
}

.bonuses-banner__back-header {
    padding-right: 40px
}

.bonuses-banner__back .button--close {
    position: absolute;
    top: 24px;
    right: 10px
}

@media (min-width: 976px) {
    .bonuses-banner__back .button--close {
        right: 24px
    }
}

.bonuses-banner .button--info {
    background: url(../img/info-hover.svg?h=1) 50% no-repeat
}

@media (min-width: 584px) {
    .bonuses-banner .button--info {
        position: absolute;
        top: 10px;
        right: 10px
    }
}

@media (min-width: 976px) {
    .bonuses-banner .button--info {
        top: 22px;
        right: 22px
    }
}

.bonuses-banner .button--transparent {
    min-width: 100px;
    height: 32px;
    margin-right: 10px;
    color: #1557d9;
    background: linear-gradient(180deg,#ffd200,#ffc001)
}

@media (min-width: 784px) {
    .bonuses-banner .button--transparent {
        min-width: 124px
    }
}

@media (min-width: 1456px) {
    .bonuses-banner .button--transparent {
        min-width: 185px;
        height: 40px
    }
}

.bonuses-banner .button__wrapper {
    display: flex;
    align-items: center;
    margin-top: 0
}

@media (min-width: 584px) {
    .bonuses-banner .button__wrapper {
        margin-top: 15px
    }
}

@media (min-width: 976px) {
    .bonuses-banner .button__wrapper {
        margin-top: 30px
    }
}

@media (min-width: 1456px) {
    .bonuses-banner .button__wrapper {
        margin-top: 40px
    }
}

.bonuses-banner-title {
    max-width: 300px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    color: #fff
}

@media (min-width: 584px) {
    .bonuses-banner-title {
        max-width: 100%;
        margin-bottom: 0
    }
}

@media (min-width: 784px) {
    .bonuses-banner-title {
        font-size: 28px;
        line-height: 33px
    }
}

@media (min-width: 976px) {
    .bonuses-banner-title {
        font-size: 38px;
        line-height: 44px
    }
}

@media (min-width: 1456px) {
    .bonuses-banner-title {
        font-size: 56px;
        line-height: 66px
    }
}

.bonuses-banner-chip {
    position: absolute;
    top: 50%;
    right: 20px;
    display: flex;
    width: 95px;
    height: 95px;
    margin-top: auto;
    transform: translateY(-50%)
}

@media (min-width: 584px) {
    .bonuses-banner-chip {
        position: static;
        width: auto;
        height: auto;
        transform: none
    }
}

.bonuses-banner-chip .chip {
    position: absolute;
    top: 0;
    left: 0;
    transition: transform .3s
}

@media (min-width: 584px) {
    .bonuses-banner-chip .chip {
        position: relative;
        top: 0;
        left: 0
    }
}

.bonuses-banner-chips {
    position: absolute;
    top: 50%;
    right: 20px;
    display: flex;
    width: 95px;
    height: 95px;
    margin-top: auto;
    transform: translateY(-50%)
}

.bonuses-banner-chips:hover .chip:first-child {
    transform: translateY(25px)
}

.bonuses-banner-chips:hover .chip:nth-child(2) {
    transform: translateY(-25px)
}

@media (min-width: 584px) {
    .bonuses-banner-chips {
        position: static;
        width: auto;
        height: auto;
        transform: none
    }
    .bonuses-banner-chips .chip:nth-child(2) {
        transform: translateX(-40px)
    }
    .bonuses-banner-chips:hover .chip:first-child {
        transform: none
    }
}

@media (min-width: 584px) and (min-width: 584px) {
    .bonuses-banner-chips:hover .chip:nth-child(2) {
        transform: translateX(-20px)
    }
}

@media (min-width: 584px) and (min-width: 784px) {
    .bonuses-banner-chips:hover .chip:nth-child(2) {
        transform: none
    }
}

.bonuses-banner-chips .chip {
    position: absolute;
    top: 0;
    left: 0;
    margin-right: -15px;
    transition: transform .3s
}

.bonuses-banner-chips .chip:first-child {
    top: 10px;
    z-index: 4
}

.bonuses-banner-chips .chip:nth-child(2) {
    top: -10px
}

@media (min-width: 584px) {
    .bonuses-banner-chips .chip {
        position: relative;
        top: 0;
        left: 0
    }
    .bonuses-banner-chips .chip:first-child,
    .bonuses-banner-chips .chip:nth-child(2) {
        top: 0;
        z-index: 0
    }
}

@media (min-width: 1456px) {
    .bonuses-banner-chips .chip {
        margin-right: 15px
    }
}

.bonuses-banner__info {
    padding: 0 10px 15px 0;
    overflow-y: auto;
    font-size: 16px;
    line-height: 1.3
}

.bonuses-banner__info p {
    margin: 0 0 20px
}

.bonuses-banner__info a {
    color: #307aff;
    text-decoration: none
}

.bonuses-banner__list {
    padding: 0;
    margin-bottom: 20px;
    list-style: none
}

.bonuses-page {
    padding: 0 0 20px
}

.bonuses-page-wrap {
    background: linear-gradient(135deg, #350a66, #03093b)
}

.bonuses-page__description {
    padding: 30px 0 40px;
    line-height: 1.5;
    color: #10086f;
    background: #f2eef5
}

.bonuses-page__description a {
    color: #307aff;
    text-decoration: none
}

.bonuses-carousel {
    position: relative
}

.bonuses-carousel .rndm-item {
    width: 100%
}

.bonuses-carousel .bonuses-carousel-next-icon,
.bonuses-carousel .bonuses-carousel-prev-icon {
    background: #000
}

.deposit__bonus-block .rndm-dots {
    display: none;
    justify-content: center;
    padding-top: 8px
}

.deposit__bonus-block .rndm-dots .rndm-dot {
    width: 10px;
    height: 10px;
    margin: 0 4px;
    background: linear-gradient(135deg, #f8b738, #fe7b26);
    border-radius: 50%;
    opacity: .3
}

.deposit__bonus-block .rndm-dots .rndm-dot.active {
    opacity: 1
}

.service-page {
    display: flex;
    align-items: center;
    min-height: calc(100vh - 60px);
    color: #fff;
    background: #0d0022 url(/img/banners/service-page-bg.jpg?h=1) 0 101% no-repeat;
    background-size: 100%
}

@media (min-width: 784px) {
    .service-page {
        min-height: 100vh
    }
}

.service-page__content {
    padding: 100px 0;
    text-align: center
}

.service-page__error {
    font-size: 72px;
    font-weight: 700;
    line-height: 1
}

@media (min-width: 784px) {
    .service-page__error {
        font-size: 144px
    }
}

.service-page__title {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px
}

.service-page__text-wrap {
    max-width: 624px;
    margin: 0 auto 20px;
    font-size: 16px;
    line-height: 24px
}

.service-page__text {
    margin: 0
}

.service-page__link {
    color: #fff
}

.service-page__link:hover {
    text-decoration: none
}

.service-page .button {
    min-width: 144px;
    height: 40px;
    padding: 0 16px;
    line-height: 40px
}

.restore_password {
    padding: 40px 0 200px;
    background: #f2eef5
}

@media (min-width: 584px) {
    .restore_password {
        padding: 80px 0 200px
    }
}

.restore_password__form {
    position: relative;
    max-width: 250px;
    margin: 0 auto
}

.restore_password .form-error {
    margin: 16px 0
}

.restore_password__title {
    font-size: 24px;
    line-height: 24px;
    color: #10086f
}

.restore_password__info {
    max-width: 280px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 20px;
    color: #10086f;
    text-align: center
}

.restore_password .button__submit {
    min-width: 250px;
    font-weight: 700
}

.player-unsubscription {
    padding: 50px 0 90px;
    text-align: center;
    background: #fff
}

@media (max-width: 975.98px) {
    .player-unsubscription {
        padding: 30px 0 50px
    }
}

.player-unsubscription__content {
    max-width: 640px;
    margin: 0 auto
}

.player-unsubscription .button__unsubscription {
    margin: 20px 8px 0
}

.player-unsubscription .button__unsubscription:disabled {
    opacity: .3
}

@media (max-width: 975.98px) {
    .player-unsubscription .button__unsubscription {
        margin-top: 10px
    }
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-color: #01001d
}

.pointer-events-none {
    pointer-events: none
}

.fixed,
.fixed-show-popup,
.fixed-slide-popup {
    height: 100vh;
    overflow: hidden
}

.main-bg {
    background-image: url(/img/bg-desktop.jpg?h=1)
}

.main-bg,
.main-bg-2 {
    background-repeat: no-repeat;
    background-size: 100%
}

.main-bg-2 {
    background-image: url(/img/test-bg-desktop-2.png?h=1)
}

@media screen and (min-width: 1440px) {
    .main-bg-2 {
        background-image: url(/img/test-bg-desktop.png?h=1);
        background-repeat: no-repeat;
        background-size: 100%
    }
}

@media screen and (min-width: 960px) and (max-width: 1439px) {
    .main-bg-2 {
        background-image: url(/img/test-bg-desktop-2.png?h=1);
        background-repeat: no-repeat;
        background-size: 100%
    }
}

.bgc-gray {
    background: #f2eef5
}

.button--bolt {
    font-weight: 700
}

.d-flex {
    display: flex
}

.show {
    display: block
}

.text-decoration-underline {
    text-decoration: underline
}

.font-weight-bold {
    font-weight: 700
}

.tilt {
    position: relative;
    transform-style: preserve-3d
}

::-moz-selection {
    background: #f8b738
}

::selection {
    background: #f8b738
}

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

.cf:after {
    clear: both
}

.cf {
    *zoom: 1
}

.translate-top {
    transition-duration: .2s
}

.translate-top:hover {
    -webkit-text-decoration-skip: objects
}

@media (hover: hover) {
    .translate-top:hover {
        transform: translateY(-2px)
    }
}

.no-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.w-100 {
    width: 100%
}

a font,
button font {
    display: block;
    pointer-events: none
}

ul.list-style-none {
    list-style-type: none
}

a,
li,
p {
    word-wrap: break-word
}

/*.slot-item {*/

/*    height: 200px;*/

/*    width: 100px;*/

/*}*/

.carousel--item {
    width: 100%;
    display: flex;
    justify-content: center;
}

.slot-item {
    width: 100%;
}

.rndm-carousel.rndm-drag .rndm-item {
    width: 164px;
    display: flex;
    justify-content: center;
}

.rndm-stage {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media screen and (max-width: 1460px) {
    .rndm-stage {
        justify-content: space-around;
    }
    .rndm-item {
        margin: 10px 0;
    }
}

.bottom-area-partner-link,
.bottom-area-payments {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
}

.bottom-area-partner-link>img {
    margin: 10px;
}

.bottom-area-payments>img {
    margin: 10px;
}
.mobile-button-login {
    flex-basis: 50%;
    height: 48px;
    background: #010a37;
    border: 1px solid #1557d9;
    color: #1557d9;
    cursor: pointer;
    outline: none;
}
.mobile-button-register {
    flex-basis: 50%;
    height: 48px;
    color: #1557d9;
    background: linear-gradient(180deg,#ffd200,#ffc001);
    cursor: pointer;
    border: none;
    outline: none;
}
@media screen and (min-width: 784px) {
    .mobile-buttons {
        display: none;
    }
}
@media screen and (max-width: 784px) {
    .mobile-buttons {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: flex;
    color: #fff;
    }
}