*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

body {
    background-image: url('../img/assets/dices_desktop.png'), url('../img/assets/coins_desktop.png'), url('../img/background/background_desktop.jpg');

    background-image: url('../img/assets/dices_desktop.png'), url('../img/assets/coins_desktop.png'),
    -webkit-image-set(
        url(../img/background/background_desktop.webp) 1x, 
        url(../img/background/background_desktop@2.webp) 2x);
        
    background-image:url('../img/assets/dices_desktop.png'), url('../img/assets/coins_desktop.png'),
    
    image-set(
        url(../img/background/background_desktop.jpg) 1px, 
        url(../img/background/background_desktop@2.jpg) 2x);

    background-size: contain, contain, cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: #000000;
    min-height: 100vh;
    overflow: hidden;
    animation: 1.5s fly infinite alternate;
}

@keyframes fly {
    from {
        background-position: 0 -5px, 0 -5px, center;
    }

    to {
        background-position: 0 5px, 0 5px, center;
    }
}

.header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    max-width:  1280px;
    margin: 0 auto;
    position: relative;
    padding-top: 30px;
}

.header__logo {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
}

.background {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 1920px;
    height: 1080px;
    z-index: -1;
    transform: translate(-50%, -50%);
}

.background img {
    width: 100%;
    height: 100%;
}

.main {
    display: flex;
    align-items: center;
    justify-content: center;

    
}

/* @media (min-width: 1920px) {
    .background {
        width: 100%;
        height: 100%;
    }
} */
/* 
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;
    min-height: 100vh;
} */

.reserveSector {
    display: none;
}

.show {
    display: block !important;
}

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

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




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

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

.language__container {
    z-index: 50;
}

.fewmodal {
    position: fixed;
    left: 0;
    z-index: 60;
    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: radial-gradient(100% 100% at 47.27% 0%, rgba(226, 54, 0, 0.42) 0%, rgba(17, 0, 0, 0.00) 67.19%), rgba(0,0,0, 0.5);
    background-size: contain;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
}

.overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: radial-gradient(100% 100% at 47.27% 0%, rgba(226, 54, 0, 0.42) 0%, rgba(17, 0, 0, 0.00) 67.19%), rgba(0,0,0, 0.75);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.overlay.opened {
    opacity: 1;
    pointer-events: all;
}

.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/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;
}

.second_bg {
    display: none;
    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
}

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

.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;
    transform: rotate(45deg);
}

.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: #000000;
    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 {
    font-family: 'Roboto', 'Arial', sans-serif;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
}

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

.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;
    filter: drop-shadow(0 0 70px #FF3131)
}

.wheel__border {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 15;
    left: 50%;
    transform-origin: 5px -5px;
    transform: scale(0.95) translate(-50%, -50%);
    top: 50%;
    background: url('../img/wheel/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/wheel/win-frame.png) 50% 0 no-repeat;
    background-size: 100% auto
}

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

.wheel__win-bonus-frame {
    width: 106px;
    height: 100px;
    background: url('../img/wheel/win-bonus-frame.png') center no-repeat;
    position: absolute;
    left: -70px;
    z-index: 14;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wheel__win-bonus-frame-text {
    background: -webkit-linear-gradient(90deg, #FF7C7C 0%, #DD0000 100%);
    background: linear-gradient(90deg, #FF7C7C 0%, #DD0000 100%);
    -webkit-background-clip: text;
    -webkit-text-stroke: 2px transparent;
    color: #FFF;
    text-align: center;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.50);
    font-family: 'Roboto', 'Arial', sans-serif;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px; /* 111.111% */
    text-transform: uppercase;
}

.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 {
    line-height: 1;
    font-style: normal
}

.fewmodal__content {
    background-color: transparent
}

.win-circle__title {
    font-size: 50px;
    line-height: 1;
    text-transform: uppercase;
    display: none;
    margin-bottom: 10px;
}

.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;
    font-family: "Roboto", "Arial", sans-serif;
    margin-bottom: 15px;
}

.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: url(../img/modal/modal_bg.png) center center;
    background-size: cover;
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    box-sizing: border-box;
}

.win-circle__win-logo {
    width: 120px;
    height: 120px;
    background: url(../img/modal/crown.png) center / cover no-repeat;
    position: absolute;
    top: -60px;
    left: calc(50% - 60px);
}

.win-circle__text {
    margin: 70px auto 0;
    font-weight: 700;
    color: #FFFFFF;
    text-align: center;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.50);
    font-family: 'Montserrat', 'Roboto', 'Arial', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
}

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

.button {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-weight: 700;
    color: #000000;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
    text-align: center;
    text-transform: uppercase;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25), inset 0px 1px 1px #D5AB22, inset 0px -1px 0px #725C01;
    background: radial-gradient(100% 100% at 47.27% 0%, #FFFFFF 0%, rgba(255, 255, 255, 0) 67.19%), linear-gradient(360deg, #CF8C06 0%, #FFE280 100%);
    border: none;
    border-radius: 5px;
    position: relative;
    padding: 0 30px;
    color: #000;
    text-align: center;
    text-shadow: 0px 1px 0px #FFF;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    min-height: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.button::before {
    content: "";
    position: absolute;
    display: block;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    opacity: 1;
    background: linear-gradient(90deg, #b18f3a 0%, #b18f3a00 50%, #b18f3a 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    border-radius: 15px;
    padding: 1px;
    cursor: pointer;
}

.win-circle__spin-left {
    font-style: normal;
    margin-top: 30px;
    font-family: "Roboto", "Arial", sans-serif;
    color: #FFCE50;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 15px;
}



.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 nobr{
    margin-top: -5px;
    width: 52px;
}

#language.real-lang {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 9000;
    -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 {
    z-index: 9000;
    display: none;
    width: 105px;
    border-radius: 10px;
    background: transparent;
}

.language__link {
    display: flex;
    align-items: center;
    gap: 5px;
    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.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: absolute;
    top: 50px;
    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: 1680px) {
    .header__logo {
        width: 280px;
    }
}


@media (max-width: 1360px){
    .win-circle__logo {
        width: 180px;
        height: 120px;
    }
    
    .win-circle__logo {
        position: fixed;
    }
}

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

@media (max-height: 767px) {
    .win-circle__logo {
        width: 180px;
        height: 120px;
    }

    .wheel_sector__text {
        font-size: 12px;
        line-height: 15px;
    }
    
    .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) translate(-50%, -50%);
    }
    
    .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-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) {
    .wheel__holder .wheel__win-bonus-frame {
        left: -70px;
    }
}

@media (max-width: 1366px) {
    body {
    background-image: 
    url('../img/assets/dices_mobile.png'),
    url('../img/assets/coins_mobile.png'), 
    url('../img/background/background_mobile.jpg');

    background-image: 
    url('../img/assets/dices_mobile.png'), 
    url('../img/assets/coins_mobile.png'),
    -webkit-image-set(
        url(../img/background/background_mobile.webp) 1x, 
        url(../img/background/background_mobile@2.webp) 2x);
        
    background-image: 
    url('../img/assets/dices_mobile.png'),
    url('../img/assets/coins_mobile.png'),
    image-set(
        url(../img/background/background_mobile.jpg) 1px, 
        url(../img/background/background_mobile@2.jpg) 2x);
    }

    .header__logo {
        width: 133.267px;
        height: 40px;
    }

    #language.real-lang {
        height: initial;
    }

    #language.hover #all-languages {
        right: 10px;
    }

        
    .wheel {
            margin: auto auto auto -150px;
            top: calc(35% - 70px);
    }
    
    .wheel__spinner, .wheel__holder, .wheel_sectors, .wheel {
        width: 300px;
        height: 300px;
    }
    
    .win-circle__logo {
        top: 0;
    }
    
    .wheel__spinner-img {
        width: 300px;
        height: 300px;
        transform: scale(1) rotate(45deg);
    }
    
    .wheel__border {
        width: 350px;
        height: 350px;
        transform: scale(1) translate(-50%, -50%);
    }
    
    .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: -45px;
        width: 80px;
        height: 90px;
        transform: scale(0.7);
    }
    
    .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: 90px;
        top: 55px;
    }
    
    .locale_fr .round-button {
        font-size: 16px;
    }
    
    .locale_de .round-button, .locale_it .round-button {
        font-size: 14px;
    }
    
    .wheel_sector_1 {
        top: 46px;
        left: 135px;
    }
    
    .wheel_sector_2 {
        left: 180px;
        top: 55px;
    }
    
    .wheel_sector_3 {
        left: 218px;
        top: 88px;
    }
    
    .wheel_sector_4 {
        right: 65px;
        top: 115px;
    }
    
    .wheel_sector_5 {
        right: auto;
        left: 215px;
        top: 165px;
    }
    
    .wheel_sector_6 {
        top: 195px;
        right: auto;
        left: 180px;
    }
    
    .wheel_sector_7 {
        top: 200px;
        left: 135px;
        bottom: auto;
    }
    
    .wheel_sector_8 {
        left: 90px;
        top: 195px;
        bottom: auto;
    }
    
    .wheel_sector_9 {
        left: 55px;
        bottom: auto;
        top: 165px;
    }
    
    .wheel_sector_10 {
        left: 60px;
        bottom: auto;
        top: 117px;
    }
    
    .wheel_sector_11 {
        left: 72px;
        top: 70px;
    }
    
    .wheel_sector_12 {
        left: 88px;
        top: 55px;
    }
    
    .wheel__win-bonus-frame {
        width: 54px;
        height: 40px;
        line-height: 40px;
        background: url(../img/wheel/win-bonus-frame-mob.png) center no-repeat;
        top: calc(100% + 20px);
        left: calc(50% - 25px);
        transform: scale(1);
        filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.25));
    }

    
    .wheel__win-bonus-frame-text {
        font-size: 20px;
        transform: translateX(1px);
        line-height: 18.796px;
    }
    
    .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: 230px;
        background: url(../img/modal/modal_bg-mob.png) center center no-repeat;
        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;
        margin-bottom: 20px;
    }
    
    .win-circle__text p {
        font-size: 15px;
    }
    
    .button {
        font-size: 15px;
        min-height: 40px;
        padding: 0 10px;
    }

    .button::before {
        border-radius: 5px;
        top: 2px;
        left: 2px;
        right: 2px;
        bottom: 2px;
    }
    
    .win-circle__win-logo {
        width: 60px;
        height: 60px;
        top: -30px;
        left: calc(50% - 30px);
    }
    
    .win-circle__spin-left {
        font-size: 13px;
        margin-top: 10px;
    }
    
    .win-circle__text {
        margin: auto;
    }
    
    .win-circle__logo {
        position: fixed;
    }
    
    .game-layout {
        background-size: contain;
    }
    
    .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;
    }
}

@media (max-width: 1080px) and (orientation: landscape){
    body {
    background-image: 
    url('../img/assets/dices_landscape.png'),
    url('../img/assets/coins_landscape.png'),
    url('../img/background/background_landscape.jpg');

    background-image: 
    url('../img/assets/dices_landscape.png'), 
    url('../img/assets/coins_landscape.png'),
    -webkit-image-set(
        url(../img/background/background_landscape.webp) 1x, 
        url(../img/background/background_landscape@2.webp) 2x);
        
    background-image: 
    url('../img/assets/dices_landscape.png'), 
    url('../img/assets/coins_landscape.png'),
    image-set(
        url(../img/background/background_landscape.jpg) 1px, 
        url(../img/background/background_landscape@2.jpg) 2x);
    }

    .wheel_sector__text {
        font-size: 12px;
        line-height: 15px;
    }

    .header {
        padding-top: 20px;
    }

    .header__logo {
        left: 10px;
        top: 20px;
        transform: none;
    }

    .header__logo img {
        width: 99.95px;
        height: 30px;
    }

    .page__wrap {
        position: absolute;
        top: 0;
        left: 50%;
    }
    
    .language__container {
        transform: translate(0px, 0px);
        right: 15px;
    }
    
    .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 {
        width: 300px;
        height: 300px;
        transform: scale(0.9) rotate(45deg);
        transform-origin: 50%;
    }
    
    .wheel__border {
        width: 320px;
        height: 320px;
        transform: translate(-50%, -50%);
        transform-origin: 50%;
    }
    
    .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 {
        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__holder .wheel__win-bonus-frame {
        width: 56px;
        height: 40px;
        line-height: 40px;
        background-image: url('../img/wheel/win-bonus-frame.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        top: calc(50% - 15px);
        transform: rotate(0) scale(1);
        left: -55px;
    }
    
    
    .wheel__win-bonus-frame-text {
        font-size: 20px;
        line-height: 18.796px;
    }
    
    .win-circle__logo {
        width: 108px;
        height: 60px;
        left: 60px;
    }
    
    .win-circle__body {
        min-height: auto;
        width: 300px;
        height: 230px;
        background: url(../img/modal/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;
        top: -30px;
        left: calc(50% - 30px);
    }
    
    .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;
        margin-bottom: 20px;
    }
}

@media (max-width: 1025px) and (max-height: 400px){
    .wheel {
        top: calc(50% - 150px);
    }
}
