body,html {
    min-height: 100%;
}

.reserveSector {
    display: none;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.header__container,.header__logo,.header__text, .win-circle__logo {
    position: absolute;
    left: 50%
}

.header__container,.page,body,header {
    min-width: 280px
}

a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,form,h1,h2,h3,h4,h5,h6,html,iframe,img,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline
}

caption,table,td,th {
    vertical-align: middle
}

body {
    line-height: 1;
    color: #000;
    background: url(../img/bg.jpg) center -110px no-repeat #050402;
    background-size: cover;
    font-family: Roboto, sans-serif;
    overflow: hidden;
}



.gradient-text {
    background-color: #ff1300;
    background-image: linear-gradient(180deg, #ff1300, #fff105 80%, #fff105 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 4px #000000;
}

.round-button,.win-circle__text p,.win-circle__text_2 p {
    font-family: Roboto, sans-serif;
    font-weight: 400
}

ol,ul {
    list-style: none
}

table {
    border-collapse: separate;
    border-spacing: 0
}

caption,td,th {
    text-align: left;
    font-weight: 400
}

.button,.header__text,.wheel__holder,.win-circle,.win-circle__title {
    text-align: center
}

a img {
    border: 0
}

.parallax .levitate {
    position: absolute;
}

.header__container img,header img {
    display: table;
    margin-left: auto;
    margin-right: auto
}

.header__container {
    width: 100%;
    text-align: center;
    padding-top: 30px;
    bottom: 920px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

.header__container a {
    display: table;
    width: auto;
    margin: 0 auto
}

.header__logo, .win-circle__logo {
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    width: 253px;
    height: 140px;
    background: url(../img/logo.svg) center center no-repeat;
    z-index: 101;
    margin-top: 20px;
    cursor: pointer;
}

.win-circle__logo {
    top: 10px
}

@-webkit-keyframes play {
    0%,100% {
        background-image: url(../img/logo.svg)
    }

    50% {
        background-image: url(../img/logo.svg)
    }
}

@keyframes play {
    0%,100% {
        background-image: url(../img/logo.svg)
    }

    50% {
        background-image: url(../img/logo.svg)
    }
}

.header .text-logo-glow {
    display: block;
    position: absolute;
    -webkit-transform: translate(50%,-30px);
    transform: translate(50%,-30px)
}

.header__text {
    font-size: 66px;
    line-height: 64px;
    text-transform: uppercase;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    top: 70px
}

.header__text .text-desc {
    display: block;
    position: relative;
    z-index: 199
}

.fewmodal {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: linear-gradient(to bottom right, #97442A 0%, rgba(60, 50, 0, 0.00) 25%) bottom right / 50% 50% no-repeat, linear-gradient(to bottom left, #97442A 0%, rgba(60, 50, 0, 0.00) 25%) bottom left / 50% 50% no-repeat, linear-gradient(to top left, #97442A 0%, rgba(60, 50, 0, 0.00) 25%) top left / 50% 50% no-repeat, linear-gradient(to top right, #97442A 0%, rgba(60, 50, 0, 0.00) 25%) top right / 50% 50% no-repeat, linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.00) 20.85%), rgba(21, 1, 1, 0.80);    z-index: 999;
    background-size: contain;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
}

.fewmodal.modal--show {
    opacity: 1;
    pointer-events: auto;
}

.wheel__spinner_animated {
    animation: 2s spinner ease-in-out infinite
}

.wheel__spinner_animated-1 {
    animation: 4s spinToOne cubic-bezier(.21,.84,.62,.89) 1;
    animation-fill-mode: forwards;
}

.wheel__spinner_animated-2 {
    animation: 4s spinToTwo cubic-bezier(.21,.84,.62,.89) 1;
    animation-fill-mode: forwards;
}

@keyframes spinner {
    0% {
        transform: rotate(993deg) translateZ(1000px);
        -webkit-transform: rotate(993deg) translateZ(1000px)
    }

    50% {
        transform: rotate(990deg) translateZ(1000px);
        -webkit-transform: rotate(990deg) translateZ(1000px)
    }

    100% {
        transform: rotate(993deg) translateZ(1000px);
        -webkit-transform: rotate(993deg) translateZ(1000px)
    }
}

@keyframes spinToOne {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(1230deg)
    }
}

@keyframes spinToTwo {
    0% {
        transform: rotate(0deg)
    }
    
    100% {
        transform: rotate(1320deg)
    }
}

.fewmodal__body {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    max-width: 600px;
    opacity: 0;
    transition: opacity 0.5s;
}

.modal--show .fewmodal__body  {
    opacity: 1;
}

.fewmodal__content {
    position: relative;
    margin: auto
}

.round-button {
    display: inline-block;
    border: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    width: 200px;
    height: 200px;
    background: url(../img/wheel-button-bg.png) 50% 50% / cover no-repeat;
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    font-style: normal;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.50);
    filter: drop-shadow(0px 0px 20px #481D01);
}

.round-button:active {
    text-shadow: none;
    filter: none;
}

.locale_fr .round-button {
    font-size: 30px;
}

.locale_de .round-button, .locale_it .round-button {
    font-size: 26px;
}

.lamps,.lamps:after {
    width: 100%;
    height: 100%;
}

.lamps {
    position: relative;
    overflow: hidden;
}

.lamps:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    background: url(../img/wheel-lamps-active.png) 50% 50% no-repeat;
    background-size: 102% auto;
    background-position-x: -9px;
    -webkit-animation: 1.5s lamps step-end infinite;
    animation: 1.5s lamps step-end infinite
}

.page {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    min-height: 100vh
}

.page__wrap {
    position: relative;
    max-width: 1366px;
    margin: auto
}

.game-layout {
    position: relative;
    min-height: 100vh;
    /*background: url('../img/landing-second-layer-bg.png') center no-repeat;*/
}

.second_bg {
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: -1;
    top: 0;
    left: 0;
}

.second_bg--land {
    display: none;
}

.second_bg--port {
    display: none;
}

.game-layout__decoration {
    position: absolute;
    bottom: 0
}

.game-layout__decoration_chicken1 {
    display: block;
    width: 309px;
    height: 541px;
    background: url(../img/chicken1.png) no-repeat;
    background-size: cover;
    left: 180px;
    bottom: 60px;
    z-index: 110
}

.wheel__button-holder,.wheel__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center
}

.game-layout__decoration_chicken2 {
    right: 170px;
    width: 309px;
    height: 551px;
    background: url(../img/chicken2.png) no-repeat;
    background-size: cover;
    bottom: 60px;
    z-index: 102
}

.wheel {
    position: absolute;
    margin: auto auto auto -360px;
    height: 720px;
    width: 720px;
    -webkit-transform: scale(0);
    transform: scale(0);
    left: 50%;
    top: calc(50% - 350px);
}

.wheel__button-holder,.wheel__holder,.wheel__lamps {
    margin: auto;
    position: absolute;
    right: 0
}

/*@media (orientation: landscape) {*/
/*    .page__wrap {*/
/*        overflow:hidden*/
/*    }*/
/*}*/

.wheel_animated {
    -webkit-animation: .5s wheel cubic-bezier(.175,.885,.32,1.275) forwards;
    animation: .5s wheel cubic-bezier(.175,.885,.32,1.275) forwards;
    z-index: 101
}

.wheel__lamps {
    display: none;
    top: 0;
    left: 0;
    height: 720px
}

.wheel__holder {
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 720px;
    height: 720px;
}

.wheel_sectors {
    position: absolute;
    top: 0;
    left: 0;
    width: 600px;
    height: 600px;
    transform-origin: 50% 50%;
}

.wheel__spinner-img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.wheel_sector_1,
.wheel_sector_2,
.wheel_sector_3,
.wheel_sector_4,
.wheel_sector_5,
.wheel_sector_6,
.wheel_sector_7,
.wheel_sector_8,
.wheel_sector_9,
.wheel_sector_10,
.wheel_sector_11,
.wheel_sector_12 {
    font-size: 20px;
    color: #ffffff;
    position: absolute;
    padding-top: 10px;
    box-sizing: border-box;
    writing-mode: vertical-rl;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 130px;
    font-weight: 700;
    cursor: default;
}

.wheel_sector__text:nth-of-type(2n) {
    color: #000;
}

.wheel_sector_1 {
    left: 323px;
    top: 146px;
    transform: rotate(180deg);
    margin-top: -20px;
}

.wheel_sector_2 {
    left: 404px;
    top: 168px;
    transform: rotate(210deg);
    margin: -20px 0 0 0;
}

.wheel_sector_3 {
    left: 465px;
    top: 230px;
    transform: rotate(240deg);
    margin: -20px 0px 0 0;
}

.wheel_sector_4 {
    right: 68px;
    top: 290px;
    transform: rotate(270deg);
    margin-right: -20px;
}

.wheel_sector_5 {
    right: 93px;
    top: 375px;
    transform: rotate(300deg);
    margin-right: -20px;
}

.wheel_sector_6 {
    right: 151px;
    top: 432px;
    transform: rotate(330deg);
    margin-right: -20px;
}

.wheel_sector_7 {
    bottom: 35px;
    left: 325px;
    transform: rotate(0deg);
    margin-bottom: -20px;
}

.wheel_sector_8 {
    left: 241px;
    bottom: 56px;
    transform: rotate(30deg);
    margin-bottom: -20px;
}

.wheel_sector_9 {
    left: 184px;
    bottom: 117px;
    transform: rotate(60deg);
    margin-bottom: -20px;
}

.wheel_sector_10 {
    left: 179px;
    bottom: 180px;
    transform: rotate(90deg);
    margin-left: -20px;
}

.wheel_sector_11 {
    left: 201px;
    top: 207px;
    transform: rotate(120deg);
    margin-left: -20px;
}

.wheel_sector_12 {
    left: 240px;
    top: 169px;
    transform: rotate(150deg);
    margin-top: -20px;
}

.wheel__spinner {
    vertical-align: top;
    width: 710px;
    height: 710px;
    position: relative;
}

.wheel__border {
    vertical-align: top;
    width: 660px;
    height: 660px;
    position: relative;
    z-index: 1;
    left: 30px;
    top: 30px;
    background: url('../img/wheel_border.png') center / cover no-repeat;
}

.wheel__win-frame,.wheel__win-frame_light {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    z-index: 2;
    margin: auto;
    width: 80px;
    height: 100px;
    background: url(../img/win-frame.png) 50% 0 no-repeat;
    background-size: 100% auto
}

.wheel__win-frame {
    background: url(../img/win-frame.png) 50% 0 no-repeat;
    background-size: 100% auto;
    width: 80px;
    height: 100px;
}

.wheel__win-bonus-frame {
    width: 104px;
    height: 90px;
    background: url(../img/win-bonus-frame.png) center no-repeat;
    position: absolute;
    left: -70px;
    z-index: -1;
}

.wheel__win-bonus-frame-text {
    font-size: 40px;
    line-height: 80px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-shadow: 1px 0 1px #780000,
    0 1px 1px #780000,
    -1px 0 1px #780000,
    0 -1px 1px #780000;
}

.wheel__win-frame_light {
    background: 0 0;
    -webkit-animation: 1s glow ease-in-out infinite;
    animation: 1s glow ease-in-out infinite
}

.wheel__button-holder {
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 997;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: url(../img/wheel-button-bg1b26.png) 50% 50% / cover no-repeat;
    width: 200px;
    height: 200px;
    color: #000
}

.wheel__button-holder:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: url(../img/wheel-button-glow.png) 50% 50% / cover no-repeat;
    z-index: 996
}

.wheel__button-holder_blinking:before {
    -webkit-animation: 1.4s glow ease-in-out infinite;
    animation: 1.4s glow ease-in-out infinite
}

.wheel__button {
    position: relative;
    z-index: 999
}

.fewmodal {
    padding: 0;
}

.win-circle__text p,.win-circle__text_2 p {
    padding-bottom: 30px;
    font-style: normal
}

.fewmodal__content {
    background-color: transparent
}

.win-circle__title {
    font-size: 50px;
    line-height: 40px;
    text-transform: uppercase;
    padding-top: 10px;
    display: none;
}

.win-circle__title img {
    max-width: 100%
}

#popup-win-1,
#popup-win-2 {
    display: none;
}

.win-circle__text p {
    font-size: 30px;
    text-transform: uppercase;
}

.button,.win-circle__text_2 p {
    color: #000;
    text-transform: uppercase
}

.win-circle__text_2 p {
    font-size: 20px
}

.win-circle__body {
    width: 600px;
    min-height: 540px;
    position: relative;
    height: auto;
    background-image: url(../img/modal_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    border-radius: 30px;
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    box-sizing: border-box;
}

.win-circle__win-logo {
    width: 120px;
    height: 120px;
    min-width: 120px;
    min-height: 120px;
    background: url(../img/winner.png) center / cover no-repeat;
    position: absolute;
    top: -50px;
}

.win-circle__text {
    margin: 70px auto 0;
    font-style: italic;
    font-weight: bold;
    color: #ffffff;
}

.win-circle__lamps {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto
}

.button {
    font-weight: 700;
    color: #000000;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
    text-align: center;
    text-transform: uppercase;
    box-shadow: 0 -2px 0 0 #BE8E00 inset, 0 2px 0 0 #FFCA18 inset, 0 5px 5px rgba(0, 0, 0, 0.25);
    background: radial-gradient(100% 100% at 47.27% 0%, #eee6c3 0%, rgba(255, 0, 58, 0) 67.19%), linear-gradient(360deg, #EDBA00 0%, #FAD407 100%);
    border: none;
    position: relative;
    cursor: pointer;
    height: 70px;
    font-size: 25px;
    line-height: 69px;
    padding: 0 40px;
    text-decoration: none;
    font-style: normal;
    outline: none;
    border-radius: 10px 0 10px 0;
    display: inline-block;
}

.win-circle__spin-left {
    font-size: 30px;
    color: #FAD505;
    font-style: normal;
    margin-top: 30px;
}



.glow {
    -webkit-animation: .75s glow infinite alternate;
    animation: .75s glow infinite alternate;
    opacity: .6
}

.levitate {
    -webkit-animation: 1.5s levitate infinite alternate;
    animation: 1.5s levitate infinite alternate
}

.header__text .text-mob {
    display: none
}

@-webkit-keyframes pop {
    0%,to {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pop {
    0%,to {
        -webkit-transform: scale(.99);
        transform: scale(.99)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes levitate {
    0%,to {
        -webkit-transform: translate(0,-5%);
        transform: translate(0,-5%)
    }

    50% {
        -webkit-transform: translate(0,5%);
        transform: translate(0,5%)
    }
}

@keyframes levitate {
    0%,to {
        -webkit-transform: translate(0,-5%);
        transform: translate(0,-5%)
    }

    50% {
        -webkit-transform: translate(0,5%);
        transform: translate(0,5%)
    }
}

@-webkit-keyframes wheel {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes wheel {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes lamps {
    0%,to {
        -webkit-transform: rotate(11.25deg);
        transform: rotate(11.25deg)
    }

    50% {
        -webkit-transform: rotate(22.5deg);
        transform: rotate(22.5deg)
    }
}

@keyframes lamps {
    0%,to {
        -webkit-transform: rotate(11.25deg);
        transform: rotate(11.25deg)
    }

    50% {
        -webkit-transform: rotate(22.5deg);
        transform: rotate(22.5deg)
    }
}

@-webkit-keyframes glow {
    0%,to {
        opacity: 0
    }

    50% {
        opacity: .5
    }
}

@keyframes glow {
    0%,to {
        opacity: 0
    }

    50% {
        opacity: .5
    }
}

#registrationBtn {
    display: none;
}

.language {
    z-index: 9000;
    display: block;
    width: 20px;
    height: 20px;
    color: transparent;
    text-decoration: none;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
}

.language__container {
    position: relative;
    z-index: 1;
    flex-basis: 50px;
    transform: translate(-15%, 0);
}

#language nobr{
    margin-top: -5px;
    width: 52px;
}

#language.real-lang {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2500;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-end;
    height: 50px;
    cursor: pointer;
}

#language #all-languages {
    position: fixed;
    z-index: 9000;
    display: none;
    width: 105px;
    margin-top: 20px;
    padding-top: 15px;
    margin-left: -5px;
    border-radius: 10px;
    background: transparent;
}

.language__link {
    display: flex;
    align-items: center;
    padding: 10px 5px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #000000;
    user-select: none;
    text-decoration: none;
}

.language__link:hover{
    background-color: #EEF3ED;
    font-weight: 700;
}

.language__link:first-child {
    border-radius: 10px 10px 0 0;
}

#language.real-lang.en .language__link.en,
#language.real-lang.fr .language__link.fr,
#language.real-lang.es .language__link.es,
#language.real-lang.de .language__link.de,
#language.real-lang.it .language__link.it {
    display: none;
}

#language #all-languages .language {
    z-index: 9000;
    cursor: pointer;
    margin-right: 5px;
}

.language.en {
    background-image: url(../../../common/img/flags/en.svg);
}

.language.fr {
    background-image: url(../../../common/img/flags/fr.svg);
}

.language.es {
    background-image: url(../../../common/img/flags/es.svg);
}

.language.de {
    background-image: url(../../../common/img/flags/de.svg);
}

.language.it {
    background-image: url(../../../common/img/flags/it.svg);
}

#language #arrow-languages {
    z-index: 9000;
    display: inline-block;
    float: left;
    width: 15px;
    height: 20px;
    margin-top: 8px;
    margin-left: 5px;
    background: url(../img/arrow-white.svg) no-repeat center/contain;
}

#language.hover #arrow-languages {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

#language #current-language {
    z-index: 9000;
    display: inline-block;
    float: left;
    margin-top: 0;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
    width: 30px;
    height: 30px;
}

#language.hover {
    z-index: 9000;
}

#language.hover #all-languages {
    position: fixed;
    top: 25px!important;
    z-index: 9000;
    display: block;
}

.container-lang-links{
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0 4px 4px 0px #00000040;
    border-radius: 10px;
}

.links-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    flex-grow: 2;
}


@media (max-width: 1360px){
    .header__logo, .win-circle__logo {
        width: 180px;
        height: 120px;
    }
    
    .win-circle__logo {
        position: fixed;
    }
    
    body {
        background-position: center -110px;
    }
    
}

@media (max-height: 900px) {
    .fewmodal__content {
        transform: scale(0.9);
    }
    
    .modal--show .win-circle__logo {
        width: 150px;
        top: 0;
        margin: 0;
    }
    
    .header__logo, .win-circle__logo {
        width: 190px;
        height: 100px;
    }
}

@media (max-height: 800px) {
    .header__logo, .win-circle__logo {
        width: 180px;
        height: 120px;
    }
    
    .game-layout {
        transform: scale(0.8);
    }
    
    .second_bg {
        transform: scale(0.8);
    }
    
    .wheel__spinner-img {
        transform: scale(0.8);
    }
    
    .wheel__border {
        transform: scale(0.8);
    }
    
    .wheel__win-frame {
        transform: scale(0.7);
    }
    
    .wheel__win-frame, .wheel__win-frame_light {
        top: 70px;
    }
    
    .wheel__win-bonus-frame {
        transform: scale(0.7);
        left: 15px;
    }
    
    .wheel_sector_1,
    .wheel_sector_2,
    .wheel_sector_3,
    .wheel_sector_4,
    .wheel_sector_5,
    .wheel_sector_6,
    .wheel_sector_7,
    .wheel_sector_8,
    .wheel_sector_9,
    .wheel_sector_10,
    .wheel_sector_11,
    .wheel_sector_12 {
        font-size: 16px;
        font-weight: normal;
        height: 100px;
    }
    
    .wheel_sector_1 {
        top: 175px;
        left: 323px;
    }
    
    .wheel_sector_2 {
        left: 400px;
        top: 195px;
    }
    
    .wheel_sector_3 {
        left: 452px;
        top: 252px;
    }
    
    .wheel_sector_4 {
        right: 85px;
        top: 305px;
    }
    
    .wheel_sector_5 {
        right: 100px;
        top: 375px;
        height: 115px;
    }
    
    .wheel_sector_6 {
        right: 157px;
        top: 432px;
        height: 110px;
    }
    
    .wheel_sector_7 {
        bottom: 65px;
    }
    
    .wheel_sector_8 {
        left: 248px;
        bottom: 84px;
    }
    
    .wheel_sector_9 {
        left: 195px;
        bottom: 140px;
    }
    
    .wheel_sector_10 {
        left: 195px;
        bottom: 195px;
    }
    
    .wheel_sector_11 {
        left: 215px;
        top: 233px;
    }
    
    .wheel_sector_12 {
        left: 250px;
        top: 195px;
    }
    
    .win-circle__logo {
        position: fixed;
    }
    
    .fewmodal__content {
        transform: scale(1);
    }
    
    .win-circle__body {
        transform: scale(0.7);
    }
    
    .modal--show .win-circle__logo {
        width: 130px;
    }
}

@media (max-width: 1000px) and (orientation: landscape){
    .page__wrap {
        position: absolute;
        top: 0;
        left: 50%;
    }
    
    .language__container {
        transform: translate(0px, 0px);
        right: 15px;
    }
    
    body {
        background: url("../img/bg_landscape.jpg") center / cover no-repeat;
    }
    
    .wheel__spinner, .wheel__holder, .wheel_sectors, .wheel__border, .wheel {
        width: 300px;
        height: 300px;
    }
    
    .second_bg {
        display: none;
    }
    
    .second_bg--land {
        display: block;
        position: absolute;
        top: calc(50% - 161px);
        left: calc(50% - 283px);
        z-index: -1;
    }
    
    .win-circle__logo {
        top: 10px;
    }
    
    .wheel {
        margin: auto auto auto -150px;
        top: calc(50% - 150px);
    }
    
    .wheel__spinner-img, .wheel__border {
        width: 300px;
        height: 300px;
        transform: scale(1);
    }
    
    .wheel__border {
        top: 0;
        left: 0;
    }
    
    .wheel__button-holder, .round-button {
        width: 100px;
        height: 100px;
        font-size: 16px;
        filter: drop-shadow(0px 0px 10px #481D01);
    }
    
    .wheel__win-frame, .wheel__win-frame_light {
        top: -10px;
        width: 40px;
        height: 50px;
    }
    
    .wheel_sector_1,
    .wheel_sector_2,
    .wheel_sector_3,
    .wheel_sector_4,
    .wheel_sector_5,
    .wheel_sector_6,
    .wheel_sector_7,
    .wheel_sector_8,
    .wheel_sector_9,
    .wheel_sector_10,
    .wheel_sector_11,
    .wheel_sector_12 {
        font-size: 13px;
        width: 30px;
        height: 68px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .locale_de .wheel_sector__text {
        font-size: 10px;
    }
    
    .locale_de .wheel_sector_12 {
        left: 96px;
        top: 67px;
    }
    
    .locale_fr .round-button {
        font-size: 16px;
    }
    
    .locale_de .round-button, .locale_it .round-button {
        font-size: 14px;
    }
    
    .wheel_sector_1 {
        top: 53px;
        left: 135px;
    }
    
    .wheel_sector_2 {
        left: 176px;
        top: 64px;
    }
    
    .wheel_sector_3 {
        left: 208px;
        top: 96px;
    }
    
    .wheel_sector_4 {
        right: 70px;
        top: 115px;
    }
    
    .wheel_sector_5 {
        right: auto;
        left: 206px;
        top: 157px;
    }
    
    .wheel_sector_6 {
        top: 187px;
        right: auto;
        left: 177px;
    }
    
    .wheel_sector_7 {
        top: 200px;
        left: 135px;
        bottom: auto;
    }
    
    .wheel_sector_8 {
        left: 92px;
        top: 188px;
        bottom: auto;
    }
    
    .wheel_sector_9 {
        left: 64px;
        bottom: auto;
        top: 157px;
    }
    
    .wheel_sector_10 {
        left: 71px;
        bottom: auto;
        top: 117px;
    }
    
    .wheel_sector_11 {
        left: 82px;
        top: 75px;
    }
    
    .wheel_sector_12 {
        left: 95px;
        top: 67px;
    }
    
    .wheel__win-bonus-frame {
        width: 54px;
        height: 40px;
        line-height: 40px;
        background: url(../img/win-bonus-frame-mob.png) center no-repeat;
        top: 5px;
        transform: rotate(45deg) scale(1);
        left: 0px;
    }
    
    
    .wheel__win-bonus-frame-text {
        font-size: 25px;
        line-height: 30px;
    }
    
    .header__logo, .win-circle__logo {
        width: 108px;
        height: 60px;
        left: 60px;
    }
    
    .game-layout {
        /*background: url(../img/landing-second-layer-bg-mob.png) center no-repeat;*/
    }
    
    .win-circle__body {
        min-height: auto;
        width: 300px;
        height: 230px;
        background: url(../img/modal_bg-mob.png) center center no-repeat;
        box-sizing: content-box;
        align-items: center;
        justify-content: center;
    }
    
    .win-circle__title {
        font-size: 25px;
    }
    
    .win-circle__text p {
        font-size: 15px;
    }
    
    .button {
        height: 40px;
        font-size: 15px;
        line-height: 35px;
    }
    
    .win-circle__win-logo {
        width: 60px;
        height: 60px;
        min-width: 60px;
        min-height: 60px;
    }
    
    .win-circle__spin-left {
        font-size: 13px;
        margin-top: 10px;
    }
    
    .win-circle__text {
        margin: auto;
    }
    
    .win-circle__logo {
        position: fixed;
    }
    
    .locale_it .win-circle__title, .locale_de .win-circle__title {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 20px;
    }
}

@media (orientation: landscape) {
    .win-circle__logo {
        top: 20px !important;
    }
}

@media (max-width: 778px) {

}

@media (max-width: 599px) {
    body {
        background-image: url("../img/bg_mobil-p.jpg");
        background-position: center -90px;
        background-size: cover;
    }
    
    .wheel__spinner, .wheel__holder, .wheel_sectors, .wheel {
        width: 300px;
        height: 300px;
    }
    
    .win-circle__logo {
        top: 0;
    }
    
    .wheel {
        margin: auto auto auto -150px;
        top: calc(50% - 150px);
    }
    
    .wheel__spinner-img, .wheel__border {
        width: 300px;
        height: 300px;
        transform: scale(1);
    }
    
    .wheel__border {
        top: 0;
        left: 0;
    }
    
    .wheel__button-holder, .round-button {
        width: 100px;
        height: 100px;
        font-size: 16px;
        filter: drop-shadow(0px 0px 10px #481D01);
    }
    
    .wheel__win-frame, .wheel__win-frame_light {
        top: -10px;
        width: 40px;
        height: 50px;
    }
    
    .wheel_sector_1,
    .wheel_sector_2,
    .wheel_sector_3,
    .wheel_sector_4,
    .wheel_sector_5,
    .wheel_sector_6,
    .wheel_sector_7,
    .wheel_sector_8,
    .wheel_sector_9,
    .wheel_sector_10,
    .wheel_sector_11,
    .wheel_sector_12 {
        font-size: 13px;
        width: 30px;
        height: 68px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: normal;
    }
    
    .locale_de .wheel_sector__text {
        font-size: 10px;
    }
    
    .locale_fr .wheel_sector__text {
        font-size: 11px;
    }
    
    .locale_de .wheel_sector_12 {
        left: 96px;
        top: 67px;
    }
    
    .locale_fr .round-button {
        font-size: 16px;
    }
    
    .locale_de .round-button, .locale_it .round-button {
        font-size: 14px;
    }
    
    .wheel_sector_1 {
        top: 53px;
        left: 135px;
    }
    
    .wheel_sector_2 {
        left: 176px;
        top: 64px;
    }
    
    .wheel_sector_3 {
        left: 208px;
        top: 96px;
    }
    
    .wheel_sector_4 {
        right: 70px;
        top: 115px;
    }
    
    .wheel_sector_5 {
        right: auto;
        left: 206px;
        top: 157px;
    }
    
    .wheel_sector_6 {
        top: 187px;
        right: auto;
        left: 177px;
    }
    
    .wheel_sector_7 {
        top: 200px;
        left: 135px;
        bottom: auto;
    }
    
    .wheel_sector_8 {
        left: 92px;
        top: 188px;
        bottom: auto;
    }
    
    .wheel_sector_9 {
        left: 64px;
        bottom: auto;
        top: 157px;
    }
    
    .wheel_sector_10 {
        left: 71px;
        bottom: auto;
        top: 117px;
    }
    
    .wheel_sector_11 {
        left: 82px;
        top: 75px;
    }
    
    .wheel_sector_12 {
        left: 95px;
        top: 67px;
    }
    
    .wheel__win-bonus-frame {
        width: 54px;
        height: 40px;
        line-height: 40px;
        background: url(../img/win-bonus-frame-mob.png) center no-repeat;
        top: 5px;
        transform: rotate(45deg) scale(1);
        left: 0;
    }
    
    
    .wheel__win-bonus-frame-text {
        font-size: 25px;
        line-height: 30px;
    }
    
    .header__logo, .win-circle__logo {
        width: 108px;
        height: 60px;
        left: 60px;
    }
    
    .second_bg {
        display: none;
    }
    
    .second_bg--land {
        display: none;
    }
    
    .second_bg--port {
        display: block;
        position: absolute;
        z-index: -1;
        top: calc(50% - 402px);
        left: 0;
        width: 100%;
        height: 100%;
    }
    
    .second_bg-img--port {
        width: 100%;
        height: 100%;
    }
    
    .win-circle__body {
        min-height: auto;
        width: 300px;
        height: max-content;
        box-sizing: content-box;
        align-items: center;
        justify-content: center;
    }
    
    .win-circle__title {
        font-size: 25px;
    }
    
    .locale_it .win-circle__title, .locale_de .win-circle__title {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    
    .win-circle__text p {
        font-size: 15px;
    }
    
    .button {
        height: 40px;
        font-size: 15px;
        line-height: 35px;
    }
    
    .win-circle__spin-left {
        font-size: 13px;
        margin-top: 10px;
    }
    
    .win-circle__text {
        margin: auto;
    }
    
    .win-circle__logo {
        position: fixed;
    }
    
    .game-layout {
        /*background-image: url('../img/landing-second-layer-bg-mob-p.png');*/
        background-size: contain;
    }
    
    .header__logo, .win-circle__logo {
        left: 50%;
    }
    
    .win-circle__logo {
        position: fixed;
    }
    
    .modal--show .win-circle__logo {
        top: 10px;
    }
    
    .fewmodal__content {
        transform: scale(1);
    }
    
    .win-circle__body {
        max-width: 300px;
        min-width: 300px;
        width: 300px;
        min-height: 270px;
        box-sizing: border-box;
        border-radius: 1px;
    }
    
    #language.hover #all-languages {
        right: -35px;
    }
}

@media(max-width: 1000px){
    .win-circle__win-logo {
        width: 60px;
        height: 60px;
        min-width: 60px;
        min-height: 60px;
        top: -30px;
    }
}

@media (max-width: 448px) {
    .wheel {
        margin: auto auto auto -150px;
        top: calc(35% - 150px);
    }
}