@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700);

/*!
 * Bootstrap v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #868e96;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #868e96;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

@media print {
    *,
    :after,
    :before {
        text-shadow: none!important;
        box-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    pre {
        white-space: pre-wrap!important
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .navbar {
        display: none
    }
    .badge {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse!important
    }
    .table td,
    .table th {
        background-color: #fff!important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd!important
    }
}

*,
:after,
:before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
    width: device-width
}

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

html, body{
  height: 100%;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
}

body.dsk{
  height: 100%;
  width: 100%;
  background-image: url(../images/bg_desktop.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  position: fixed;
  overflow: hidden;
  background-color: #000;
}

body.mbl{
  height: 100%;
  width: 100%;
  background-image: url(../images/bg_mobile.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: fixed;
  overflow: hidden;
}

body.overlay:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.70);
  position: absolute;
  top: 0;
  z-index: -1;
}


[tabindex="-1"]:focus {
    outline: none!important
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    font-style: normal;
    line-height: inherit
}

address,
dl,
ol,
ul {
    margin-bottom: 1rem
}

dl,
ol,
ul {
    margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

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

pre {
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

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

[role=button],
a,
area,
button,
input:not([type=range]),
label,
select,
summary,
textarea {
    touch-action: manipulation
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #868e96;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

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

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

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

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

output {
    display: inline-block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none!important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem
}

.display-1,
.display-2 {
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-3,
.display-4 {
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: 5px
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #868e96
}

.blockquote-footer:before {
    content: "\2014   \A0"
}

.img-fluid,
.img-thumbnail {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: .25rem;
    transition: all .2s ease-in-out
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #868e96
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

code {
    padding: .2rem .4rem;
    font-size: 90%;
    color: #bd4147;
    background-color: #f8f9fa;
    border-radius: .25rem
}

a>code {
    padding: 0;
    color: inherit;
    background-color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 90%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 90%;
    color: #212529
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

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

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

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

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

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

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

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

.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%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

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

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

.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%
}

.mainContainer{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5em;
}


@media (min-width:300px) {
    .mainContainer {
        width: 60%;
        max-width: 500px;
        padding-top: 0
    }
}

@media (orientation:landscape) and (min-width:470px) {
    .mainContainer {
        width: 60%;
        max-width: 500px;
        padding-top: 0
    }
}

@media (orientation:landscape) and (min-width:950px) {
    .mainContainer {
        width: 60%;
        max-width: 700px;
        padding-top: 0
    }
}

@media (orientation:landscape) and (min-width:950px) and (max-height:750px) {
    .mainContainer {
        width: 60%;
        max-width: 750px!important;
        padding-top: 0
    }
}

@media (orientation:landscape) and (min-width:1020px) {
    .mainContainer {
        width: 70%;
        max-width: 720px;
    }
}

@media (min-width:1200px) {
    .mainContainer {
        max-width: 1100px
    }
}

body.mbl .mainContainer{
  width: 100%!important;
  max-width: 500px!important;
  padding-top: 0;
  bottom: 20%!important;
}


.mainContainer .contentBox {
  flex: 0 0 99.99996%;
  max-width: 99.99996%;
  flex-shrink: 1;
  padding-bottom: 5%
}

.mainContainer .contentBox-won {
  padding-bottom: 0
}

@media (orientation:landscape) and (min-width:470px) {
  .mainContainer .contentBox {
      flex: 0 0 74.99997%;
      max-width: 74.99997%;
      flex-shrink: 1;
      padding-bottom: 2.5%
  }
}

@media (orientation:landscape) and (min-width:950px) {
    .mainContainer .contentBox {
        flex: 0 0 74.99997%;
        max-width: 74.99997%;
        flex-shrink: 1;
        padding-bottom: 2.5%
    }
}

.mainContainer .contentBox .content {
    position: relative;
    justify-content: center;
    text-align: center;
    padding-top: 1.5%
}

@media (orientation:landscape) and (min-width:470px) {
    .mainContainer .contentBox .content {
        overflow: hidden
    }
}

.mainContainer .contentBox .content-header {
    flex: 0 0 70.8333%;
    max-width: 70.8333%;
    flex-shrink: 1;
    font-family: Montserrat, sans-serif!important;
    font-weight: 900!important;
    line-height: 1;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #1f2627!important;
    -webkit-text-fill-color: #fed55a!important
}

.mainContainer .contentBox .content-header-won {
    text-transform: uppercase
}

@media (orientation:landscape) and (min-width:470px) {
    .mainContainer .contentBox .content-header-won {
        flex: 0 0 91.66663%;
        max-width: 91.66663%;
        flex-shrink: 1
    }
}

@media (orientation:landscape) and (min-width:950px) {
    .mainContainer .contentBox .content-header-won {
        flex: 0 0 91.66663%;
        max-width: 91.66663%;
        flex-shrink: 1
    }
}

@media (min-width:1200px) {
    .mainContainer .contentBox .content-header-won {
        flex: 0 0 83.3333%;
        max-width: 83.3333%;
        flex-shrink: 1
    }
}

@media (orientation:landscape) and (min-width:1020px) {
    .mainContainer .contentBox .content-header {
        -webkit-text-stroke-width: 2.5px!important
    }
}

.mainContainer .contentBox .content-subHeader {
    flex: 0 0 54.16665%;
    max-width: 54.16665%;
    flex-shrink: 1;
    padding-bottom: 1%;
    font-family: Oswald, sans-serif!important;
    font-weight: 400!important;
    color: #000!important;
    line-height: 1
}

.mainContainer .contentBox .content-subHeader .bold {
    text-transform: uppercase;
    font-weight: 700
}

@media (orientation:landscape) and (min-width:470px) {
    .mainContainer .contentBox .content-subHeader {
        flex: 0 0 66.66664%;
        max-width: 66.66664%;
        flex-shrink: 1
    }
}

@media (orientation:landscape) and (min-width:950px) {
    .mainContainer .contentBox .content-subHeader {
        flex: 0 0 54.16665%;
        max-width: 54.16665%;
        flex-shrink: 1
    }
}

.mainContainer .contentBox .content-subHeaderSpins {
    flex: 0 0 33.33332%;
    max-width: 33.33332%;
    flex-shrink: 1;
    font-family: Oswald, sans-serif!important;
    font-weight: 700;
    color: #000!important;
    text-transform: uppercase
}

.mainContainer .contentBox .content .offerBox {
    flex: 0 0 99.99996%;
    max-width: 99.99996%;
    flex-shrink: 1
}

@media (orientation:landscape) and (min-width:950px) {
    .mainContainer .contentBox .content .offerBox {
        flex: 0 0 74.99997%;
        max-width: 74.99997%;
        flex-shrink: 1
    }
}

.mainContainer .contentBox .content .offerBox .offers {
    position: relative;
    justify-content: center;
    padding-top: 1.5%;
    padding-bottom: 1.5%
}

.mainContainer .contentBox .content .offerBox .offers-won {
    padding-top: 0!important
}

@media (orientation:landscape) and (min-width:470px) {
    .mainContainer .contentBox .content .offerBox .offers {
        padding-bottom: 3%;
        padding-top: 3%
    }
}

.mainContainer .contentBox .content .offerBox .offers-bgBox {
    background-color: #1f2627;
    position: absolute;
    width: 150%;
    height: 100%;
    right: -30%;
    top: 0
}

.mainContainer .contentBox .content .offerBox .offers-firstOffer {
    flex: 0 0 70.8333%;
    max-width: 70.8333%;
    flex-shrink: 1;
    font-family: Montserrat, sans-serif!important;
    font-weight: 800!important;
    color: #19bdc3!important;
    line-height: normal
}

.mainContainer .contentBox .content .offerBox .offers-firstOffer-won {
    font-weight: 900!important;
    color: #000!important
}

@media (orientation:landscape) and (min-width:950px) {
    .mainContainer .contentBox .content .offerBox .offers-firstOffer-won {
        flex: 0 0 91.66663%;
        max-width: 91.66663%;
        flex-shrink: 1
    }
}

@media (min-width:1200px) {
    .mainContainer .contentBox .content .offerBox .offers-firstOffer-won {
        flex: 0 0 83.3333%;
        max-width: 83.3333%;
        flex-shrink: 1
    }
}

@media (orientation:portrait) and (min-width:410px) {
    .mainContainer .contentBox .content .offerBox .offers-firstOffer {
        flex: 0 0 58.33331%;
        max-width: 58.33331%;
        flex-shrink: 1
    }
}

.mainContainer .contentBox .content .offerBox .offers-secondOffer {
    flex: 0 0 62.49997%;
    max-width: 62.49997%;
    flex-shrink: 1;
    font-family: Montserrat, sans-serif!important;
    font-weight: 500!important;
    color: #fff!important;
    line-height: normal
}

.mainContainer .contentBox .content .offerBox .offers-secondOffer-won {
    font-weight: 600!important
}

@media (orientation:landscape) and (min-width:950px) {
    .mainContainer .contentBox .content .offerBox .offers-secondOffer-won {
        flex: 0 0 83.3333%;
        max-width: 83.3333%;
        flex-shrink: 1
    }
}

@media (min-width:1200px) {
    .mainContainer .contentBox .content .offerBox .offers-secondOffer-won {
        flex: 0 0 74.99997%;
        max-width: 74.99997%;
        flex-shrink: 1
    }
}

@media (orientation:portrait) and (min-width:410px) {
    .mainContainer .contentBox .content .offerBox .offers-secondOffer {
        flex: 0 0 49.99998%;
        max-width: 49.99998%;
        flex-shrink: 1
    }
}

.mainContainer .rouletteBox {
    flex: 0 0 99.99996%;
    max-width: 99.99996%;
    flex-shrink: 1;
    justify-content: center
}

.mainContainer .rouletteBox .desktopMan {
    position: relative;
    z-index: 2;
    flex: 0 0 33.33332%;
    max-width: 33.33332%;
    flex-shrink: 1;
    margin-top: auto
}

.mainContainer .rouletteBox .desktopMan img {
    position: absolute;
    width: 140%;
    bottom: 0;
    right: -15%
}

.mainContainer .rouletteBox .spinnerBox {
    z-index: 2;
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
    flex-shrink: 1;
    margin: 0 auto;
}

@media (orientation:portrait) and (min-width:50px) {
    .mainContainer .rouletteBox .spinnerBox-won {
        margin-top: auto!important;
        margin-bottom: auto!important
    }
}

@media (orientation:portrait) and (min-width:410px) {
    .mainContainer .rouletteBox .spinnerBox {
        margin-top: -6vw
    }
}

@media (orientation:landscape) and (min-width:470px) {
    .mainContainer .rouletteBox .spinnerBox {
        flex: 0 0 58.33331%;
        max-width: 58.33331%;
        flex-shrink: 1;
    }
}

@media (orientation:landscape) and (min-width:950px) {
    .mainContainer .rouletteBox .spinnerBox {
        flex: 0 0 58.33331%;
        max-width: 50%;
        flex-shrink: 1
    }
}

.mainContainer .rouletteBox .footerMan {
    z-index: 2;
    flex: 0 0 58.33331%;
    max-width: 58.33331%;
    flex-shrink: 1;
    margin-top: -20%;
    margin-left: auto;
    margin-right: 15px
}

@media (orientation:portrait) and (min-width:410px) {
    .mainContainer .rouletteBox .footerMan {
        flex: 0 0 66.66664%;
        max-width: 66.66664%;
        flex-shrink: 1;
        margin-right: 0
    }
}

.spinner {
    width: 100%;
    height: auto;
    position: relative
}

.spinner__container {
    position: relative;
    margin: 0 auto
}

.spinner__container__pointer {
    z-index: 6;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 37.5%;
    position: absolute;
    left: 50%;
    width: 20%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.spinner__container__pointer__arrow {
    position: absolute;
    width: 100%;
    height: 30%;
    background-image: url("../images/arrow.svg");
    background-position: 50%;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    animation-name: arrowFloat;
    animation-duration: 2.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.spinner__container__pointer__arrow.arrow_top {
    animation-name: arrowUp;
    animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.spinner__container__roulette {
    position: relative;
    width: 100%;
    height: 100%
}

.spinner__container__roulette__button {
    z-index: 5;
    position: absolute;
    width: 25%;
    height: 25%;
    top: 50%;
    left: 50%;
    cursor: pointer;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%)
}

.spinner__container__roulette__button img {
    width: 70%;
    max-width: 70%;
    margin: 15%
}

.spinner__container__roulette__button__text {
    text-align: center;
    line-height: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: Oswald, sans-serif;
    width: 90%;
    margin: 0 auto
}

.spinner__container__roulette__button.\--animate {
    top: 38%;
    left: 38%;
    animation-name: button-beat;
    animation-duration: 2.5s;
    animation-iteration-count: infinite
}

.spinner__container__roulette__button.\--spin-again {
    top: 38%;
    left: 38%;
    animation-name: button-beat;
    animation-duration: 1s;
    animation-iteration-count: infinite
}

.spinner__container__roulette__button:active,
.spinner__container__roulette__button:hover {
    width: 30%;
    height: 30%;
    font-size: 3.6vw
}

.spinner__container__roulette__button:active.\--animate,
.spinner__container__roulette__button:active.\--spin-again,
.spinner__container__roulette__button:hover.\--animate,
.spinner__container__roulette__button:hover.\--spin-again {
    top: 36%;
    left: 36%
}

@media screen and (orientation:landscape) and (min-width:800px) and (max-width:1024px) {
    .spinner__container__roulette__button:active,
    .spinner__container__roulette__button:hover {
        font-size: 28px
    }
}

@media screen and (orientation:landscape) and (min-width:1024px) {
    .spinner__container__roulette__button:active,
    .spinner__container__roulette__button:hover {
        font-size: 28px
    }
}

.spinner__container__roulette__wheel {
    position: relative;
    width: 100%;
    height: 100%
}

.spinner__container__roulette__wheel.spin1 {
    -webkit-animation-timing-function: cubic-bezier(.28, 1.07, .5, 1.005);
    -moz-animation-timing-function: cubic-bezier(.28, 1.07, .5, 1.005);
    -o-animation-timing-function: cubic-bezier(.28, 1.07, .5, 1.005);
    animation-timing-function: cubic-bezier(.28, 1.07, .5, 1.005);
    animation-name: spin1;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}

.spinner__container__roulette__wheel.spin2 {
    -webkit-animation-timing-function: cubic-bezier(.28, 1.07, .5, 1.005);
    -moz-animation-timing-function: cubic-bezier(.28, 1.07, .5, 1.005);
    -o-animation-timing-function: cubic-bezier(.28, 1.07, .5, 1.005);
    animation-timing-function: cubic-bezier(.28, 1.07, .5, 1.005);
    animation-name: spin2;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}

.spinner__container__roulette__wheel.spin3 {
    -webkit-animation-timing-function: cubic-bezier(.28, 1.07, .5, 1.005);
    -moz-animation-timing-function: cubic-bezier(.28, 1.07, .5, 1.005);
    -o-animation-timing-function: cubic-bezier(.28, 1.07, .5, 1.005);
    animation-timing-function: cubic-bezier(.28, 1.07, .5, 1.005);
    animation-name: spin3;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}

.spinner__container__roulette__wheel__prizeLine {
    width: 28%;
    position: absolute;
    transform: translateX(-50%);
    height: 50%;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    padding: 1% 4% 16%
}


.spinner__container__lights {
    position: absolute;
    width: 97%;
    bottom: 1.5%;
    left: 1.5%
}



@keyframes spin1 {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(420deg);
        -moz-transform: rotate(420deg);
        -ms-transform: rotate(420deg);
        -o-transform: rotate(420deg);
        transform: rotate(420deg)
    }
}

@keyframes spin2 {
    0% {
        -webkit-transform: rotate(420deg);
        -moz-transform: rotate(420deg);
        -ms-transform: rotate(420deg);
        -o-transform: rotate(420deg);
        transform: rotate(420deg)
    }
    to {
        -webkit-transform: rotate(800deg);
        -moz-transform: rotate(800deg);
        -ms-transform: rotate(800deg);
        -o-transform: rotate(800deg);
        transform: rotate(800deg)
    }
}

@keyframes spin3 {
    0% {
        -webkit-transform: rotate(800deg);
        -moz-transform: rotate(800deg);
        -ms-transform: rotate(800deg);
        -o-transform: rotate(800deg);
        transform: rotate(800deg)
    }
    to {
        -webkit-transform: rotate(1295deg);
        -moz-transform: rotate(1295deg);
        -ms-transform: rotate(1295deg);
        -o-transform: rotate(1295deg);
        transform: rotate(1295deg)
    }
}

@keyframes arrowFloat {
    0% {
        bottom: 0
    }
    50% {
        bottom: 10px
    }
    to {
        bottom: 0
    }
}

@keyframes arrowUp {
    0% {
        bottom: 0
    }
    50% {
        bottom: 110%
    }
    to {
        bottom: 70%
    }
}

@keyframes button-beat {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3)
    }
    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

footer{
  text-align: center;
  position: fixed;
  bottom: 1em;
  width: 100%;
}

footer img{
  max-width: 95%;
  margin: 0 auto;
}


.balloons {
  position: absolute;;
  right: 0;

  height: 100%;
}

.balloons img{
  max-width: 100%;
  height: 100%;
}

body.dsk .balloons{
  -webkit-animation: MoveUpDownDsk 8s linear infinite;
  animation: MoveUpDownDsk 8s linear infinite;
  top: 0;
}

body.mbl .balloons{
  -webkit-animation: MoveUpDownMbl 8s linear infinite;
  animation: MoveUpDownMbl 8s linear infinite;
  bottom: 80px;
}

body.mbl .balloons img{
  width: 200px;
  height: auto;
}

@keyframes MoveUpDownDsk {
 0%, 100% {
    top: 0;
  }
  50% {
    top: -100px;
  }
}

@keyframes MoveUpDownMbl {
 0%, 100% {
    bottom: 80px;
  }
  50% {
    bottom: 100px;
  }
}

canvas {
  overflow-y: hidden;
  overflow-x: hidden;
  width: 100%;
  margin: 0;
}

.gotocenter{
  -webkit-animation: translate-title 1s linear;
  -webkit-animation-fill-mode: forwards;
  animation: translate-title 1s linear;
  animation-fill-mode: forwards;
}

@keyframes translate-title {
 0%{
    bottom: 1em;
  }
  100% {
    top: 45%;
  }
}

.spinning-gif{
  margin-bottom: .5em;
}

.hidediv{
  display: none;
}
