@media (max-width: 500px) {
	.thimbles-panel-control__btn {
		width: 5.875em !important;
		height: 5.5em !important;
	}
	
	.thimbles__panel {
		margin-top: 32.5em !important;
	}
	
	.thimbles-panel__choice {
		margin-bottom: 3.125em !important;
	}
	
	.thimbles__pixi {
		background: linear-gradient(to top, #460e75 0%, #460e75 20%, rgba(128, 0, 255, 0) 30%);
	}
	
	.thimbles-panel-choice__btn {
		width: 19.875em !important;
		height: 6.25em !important;
	}
	
	.thimbles-choice-btn {
		--btn-height: 6.25em !important;
	}
	
	.thimbles-choice-btn__wrap {
		--btn-wrap-height: 6.5em !important;
	}
	
	.thimbles-choice-btn__text {
		font-size: 1.825em !important;
	}
	
	.thimbles-choice-btn2__text {
		font-size: 1.825em !important;
	}
	
	.thimbles-bets-btn__wrap {
		--btn-wrap-width: 8.5em !important;
		--btn-wrap-height: 6.25em !important;
	}
	
	.thimbles-panel-control {
		position: absolute;
		transform: translateX(-20px) translateY(-870px);
		width: 755px;
		justify-content: space-between;
	}
	
	.thimbles-control-btn {
		--btn-height: 5.5em !important;
	}
	
	.thimbles-bets {
		align-items: center;
		justify-content: space-between;
		flex-direction: column;
		flex-wrap: nowrap;
	}
	
	.thimbles-bets__info, .thimbles-bets__info, .thimbles-bets__info {
		margin-right: 0 !important;
	}
	
	.thimbles-bets__wrap, .thimbles-bets__select {
		width: 100% !important;
		height: 4.125em !important;
	}
	
	.thimbles-bets__input {
		font-size: 1.875em !important;
	}
	
	.thimbles-bets__button {
		--btn-height: 4em !important;
		width: 4em !important;
		height: 4em !important;
	}
	
	.thimbles-bets__btn {
		width: 8.625em !important;
        height: 8.3125em !important;
	}
	
	.thimbles-bets-btn {
		--btn-height: 8.3125em !important;
	}
	
	.thimbles-bets-btn__val {
		font-size: 2.3em !important;
	}
	
	.thimbles-panel-bets__btn {
		width: 14.625em !important;
		height: 14em !important;
	}
	
	.thimbles-panel-btn {
		--btn-height: 14em !important;
	}
	
	.thimbles-info__text {
		font-size: 1.625em !important;
	}
}
            body {
                --font-family: Roboto, sans-serif;
                --font-family-condensed: "Roboto Condensed", sans-serif;
                font-family: Roboto, sans-serif;
                font-family: var(--font-family);
                margin: 0;
                padding: 0;
                width: 100vw;
                height: 100vh;
                overflow: hidden;
                text-rendering: optimizeLegibility;
                -webkit-font-smoothing: antialiased;
                -webkit-text-decoration-skip: objects;
                text-decoration-skip: objects;
                -webkit-text-size-adjust: 100%;
                -moz-text-size-adjust: 100%;
                text-size-adjust: 100%;
                -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
                background-color: var(--theme-primary--60);
                display: block;
            }
            #app {
                height: 100%;
            }
            #app, .games-container {
                display: flex;
                flex-direction: column;
                flex-grow: 1;
                height: 100%;
            }
            .games-container--desktop {
                height: 100vh;
            }
            *, ::after, ::before {
                box-sizing: border-box;
            }
            .thimbles, .thimbles__pixi, .thimbles__canvas, .thimbles__adaptive {
                width: 100%;
                height: 100%;
            }
            .thimbles, .thimbles__pixi, .thimbles__canvas {
                overflow: hidden;
            }
            .thimbles {
                position: relative;
                font-family: "Montserrat",sans-serif;
            }
            .games-container__game {
                flex-grow: 1;
            }
            .thimbles__pixi, .thimbles__canvas, .thimbles__adaptive {
                position: absolute;
            }
            .thimbles__pixi {
                position: absolute;
                bottom: 0;
                left: 50%;
                
                width: 2560px;
                height: 893px;
            }
            #player-container {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                overflow: visible;
            }
            canvas {
                display: block;
                width: 100%;
                height: 100%;
            }
            .games-container {
                width: 100vw;
                height: 100vh;
                display: flex;
                justify-content: center;
                align-items: center;
                overflow: hidden;
            }
            .thimbles {
                width: 100%;
                height: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
            }
            .thimbles__pixi {
                width: 100%;
                height: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
            }
            canvas {
                display: block;
            }
             .adaptive-container {
    background: none;
}
.adaptive-container {
    pointer-events: none;
    transform-origin: left top;
}
.thimbles__adaptive {
    top: 0;
    left: 0;
}
.thimbles__container {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}
.info-block {
    display: flex;
    align-items: center;
    justify-content: center;
}
.thimbles-info {
    padding-right: 2.5em;
    padding-left: 2.5em;
}
.thimbles__info {
    margin-top: 2.1875em;
}
.thimbles-info {
    pointer-events: auto;
}
.thimbles__info {
    width: 31.75em;
    height: 3.875em;
}
.thimbles-popup__btn, .thimbles-bets-btn, .thimbles-bets__button, .thimbles-panel-btn, .thimbles-choice-btn__inner, .thimbles-choice-btn, .thimbles-control-btn, .thimbles-info {
    display: flex;
    align-items: center;
    justify-content: center;
}
.info-block__text {
    margin-top: 0;
    margin-bottom: 0;
}
.thimbles-info__text {
    text-align: center;
}
.thimbles-info__text {
    font-size: 1.125em;
    font-weight: 600;
    color: hsl(258,70%,12%);
}
.thimbles-panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    pointer-events: auto;
}
.thimbles__panel {
    width: 100%;
    max-width: 52.75em;
}
.thimbles-panel__choice {
    margin-bottom: 5.125em;
}
.thimbles-panel-choice {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.thimbles-panel-choice__btn {
    margin-right: .5em;
    margin-left: .5em;
}
 .thimbles-popup__btn,  .thimbles-bets-btn,  .thimbles-bets .main-multiselect .multiselect__select,  .thimbles-bets__button,  .thimbles-panel-btn,  .thimbles-choice-btn,  .thimbles-control-btn {
    padding: 0;
    background-image: var(--btn-sprite-path);
    background-size: 100% calc(100%*4);
    background-size: 100% calc(100%*var(--btn-sprite-amount, 4));
    background-position-x: center;
    background-position-y: calc(var(--btn-height)*1);
    background-position-y: calc(var(--btn-height)*var(--img-num, 1));
}
.thimbles-choice-btn--is-active {
    --img-num: 5;
    pointer-events: none;
}
.thimbles-choice-btn {
    --btn-sprite-path: url(../img/btn-choice-sprite76b500c1956c.png);
    --btn-height: 4.25em;
    --btn-sprite-amount: 6;
    position: relative;
}
.thimbles-panel-choice__btn {
    width: 19.875em;
    height: 4.25em;
}
.thimbles-popup__btn::after, .thimbles-bets-btn::after, .thimbles-bets .main-multiselect .multiselect__select::after,  .thimbles-bets__button::after, .thimbles-panel-btn::after,  .thimbles-choice-btn::after,  .thimbles-control-btn::after {
    background-image: inherit;
    background-size: inherit;
    transition: .2s ease-in-out;
    background-position-y: calc(var(--btn-height)*1);
    background-position-y: calc(var(--btn-height)*var(--img-num, 1));
    background-position-x: inherit;
}
.thimbles-popup__btn:not(:disabled):active, .thimbles-bets-btn:not(:disabled):active, .thimbles-bets .main-multiselect .multiselect__select:not(:disabled):active, .thimbles-bets__button:not(:disabled):active, .thimbles-panel-btn:not(:disabled):active, .thimbles-choice-btn:not(:disabled):active, .thimbles-control-btn:not(:disabled):active {
    --img-num: calc(2 + var(--btn-sprite-counter, 0));
}
.thimbles-popup__btn:not(:disabled):hover::after, .thimbles-bets-btn:not(:disabled):hover::after, .thimbles-bets .main-multiselect .multiselect__select:not(:disabled):hover::after, .thimbles-bets__button:not(:disabled):hover::after, .thimbles-panel-btn:not(:disabled):hover::after, .thimbles-choice-btn--is-not-active:not(:disabled):hover::after, .thimbles-control-btn:not(:disabled):hover::after {
    transition: .3s ease-in-out;
}
.thimbles-popup__btn:not(:disabled):hover::after, .thimbles-bets-btn:not(:disabled):hover::after, .thimbles-bets .main-multiselect .multiselect__select:not(:disabled):hover::after, .thimbles-bets__button:not(:disabled):hover::after, .thimbles-panel-btn:not(:disabled):hover::after, .thimbles-choice-btn--is-not-active:not(:disabled):hover::after, .thimbles-control-btn:not(:disabled):hover::after {
    opacity: 1;
}
.thimbles-popup__btn:not(:disabled):active::after, .thimbles-bets-btn:not(:disabled):active::after, .thimbles-bets .main-multiselect .multiselect__select:not(:disabled):active::after, .thimbles-bets__button:not(:disabled):active::after, .thimbles-panel-btn:not(:disabled):active::after, .thimbles-choice-btn:not(:disabled):active::after, .thimbles-control-btn:not(:disabled):active::after {
    opacity: 0;
}

.thimbles-popup__btn::after, .thimbles-bets-btn::after, .thimbles-bets .main-multiselect .multiselect__select::after, .thimbles-bets__button::after, .thimbles-panel-btn::after, .thimbles-choice-btn::after, .thimbles-control-btn::after {
    --img-num: calc(4 + var(--btn-sprite-counter, 0));
    content: "";
    opacity: 0;
    width: inherit;
    height: inherit;
}
.thimbles-choice-btn--is-active::after,
.thimbles-choice-btn--is-active:hover::after,
.thimbles-choice-btn--is-active:active::after {
    pointer-events: none !important;
    transition: 0s;
    
}
.thimbles-popup__btn:disabled, .thimbles-bets-btn:disabled, .thimbles-bets .main-multiselect .multiselect__select:disabled, .thimbles-bets__button:disabled, .thimbles-panel-btn:disabled, .thimbles-choice-btn:disabled, .thimbles-control-btn:disabled {
    --img-num: calc(3 + var(--btn-sprite-counter, 0));
}

.thimbles-choice-btn--is-not-active {
    --img-num: 6;
}
.thimbles-choice-btn2__text:first-child::after,  .thimbles-choice-btn2__text:first-child::after, .thimbles-choice-btn2__text:first-child::after {
    left: -2em;
}
.thimbles-choice-btn2__text:first-child::before,  .thimbles-choice-btn2__text:first-child::after {
    border-radius: 50%;
    box-shadow: 0 0 .1666666667em .1666666667em hsla(0,0%,100%,.25);
    background-color: #fff;
    transform: translateY(-50%);
}
.thimbles-choice-btn2__text:first-child::before, .thimbles-choice-btn2__text:first-child::after {
    content: "";
    position: absolute;
    top: 50%;
    width: .6666666667em;
    height: .6666666667em;
}
.thimbles-choice-btn2__text:first-child::before, .thimbles-choice-btn2__text:first-child::before, .thimbles-choice-btn2__text:first-child::before {
    left: -1.1111111111em;
}
.thimbles-choice-btn2__text, .thimbles-choice-btn2__text, .thimbles-choice-btn2__text {
    padding-left: .2777777778em;
}
 .thimbles-choice-btn2__text {
    text-align: center;
}
.thimbles-choice-btn2__text {
    position: relative;
    font-size: 1.125em;
    font-weight: 700;
    color: #fff;
}



.thimbles-panel__bottom {
    padding-bottom: 1.25em;
}
.thimbles-panel__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.thimbles-panel-control {
    display: grid;
    grid-auto-flow: column;
    grid-gap: .75em;
}
.button-rules-open {
    font-size: inherit;
}
.thimbles-control-btn {
    --btn-sprite-path: url(../img/btn-ui-sprite2fbbc250c58e.png);
    --btn-height: 2.5em;
    position: relative;
}
.thimbles-panel-control__btn {
    width: 2.875em;
    height: 2.5em;
}
.thimbles-panel-btn__wrap, .thimbles-control-btn__wrap {
    background-image: var(--btn-wrap-path);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.thimbles-control-btn__wrap {
    --btn-wrap-width: 4em;
    --btn-wrap-height: 3.625em;
    --btn-wrap-path: url(../img/btn-ui-wrap27241acbd4f5.png);
}
.thimbles-control-btn__ico {
    z-index: 1;
    fill: hsl(62,100%,93%);
    stroke-width: .5px;
    stroke: hsl(35,98%,59%);
    filter: drop-shadow(-1px 1px 0px hsla(25, 97%, 42%, 0.61));
}

.thimbles-control-btn--rules{
    --img-num: 1;

}

/* Исправляем стили для кнопки звука */
.thimbles-control-btn--sound {
    --img-num: 1; /* По умолчанию включен */
    pointer-events: auto !important; /* Разрешаем клики */
    cursor: pointer !important;
}

/* Когда звук выключен */
.thimbles-control-btn--sound[data-sound-off] {
    --img-num: 3;
}

/* Ховер состояния */
.thimbles-control-btn--sound:not(:disabled):hover {
    --img-num: 2;
}

.thimbles-control-btn--sound[data-sound-off]:not(:disabled):hover {
    --img-num: 4;
}

/* Активное состояние при клике */
.thimbles-control-btn--sound:not(:disabled):active {
    --img-num: 2;
}

.thimbles-control-btn--sound[data-sound-off]:not(:disabled):active {
    --img-num: 4;
}

.svg-shadow-layout {
    height: 0;
    width: 0;
    display: none;
}
:disabled {
    cursor: not-allowed;
}
.thimbles-control-btn:disabled .thimbles-control-btn__ico {
    fill: hsl(60,23%,68%);
    stroke: hsl(35,13%,63%);
    filter: drop-shadow(-1px 1px 0px hsla(0, 0%, 14%, 0.24));
}
.thimbles-panel-bets {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.thimbles-panel-bets__container {
    margin-right: 1.5em;
    margin-left: 1.5em;
}
.thimbles-bets {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.thimbles-bets__info, .thimbles-bets__info, .thimbles-bets__info {
    margin-right: 1.5em;
}
.thimbles-bets__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.thimbles-bets__wrap, .thimbles-bets__wrap, .thimbles-bets__wrap, .thimbles-bets__select,.thimbles-bets__select, .thimbles-bets__select {
    background: linear-gradient(180deg, hsl(259, 65%, 17%) 0%, hsl(245, 64%, 18%) 0.01%, hsl(256, 64%, 24%) 100%);
}
.thimbles-bets__wrap, .thimbles-bets__select {
    border: .125em solid hsl(257,68%,12%);
    border-radius: .375em;
    box-shadow: 0em 0em .6875em 0em hsla(288,72%,39%,.3),0em .1875em .75em 0em hsl(268,96%,11%) inset;
}
.thimbles-bets__wrap {
    display: grid;
}
.thimbles-bets__wrap, .thimbles-bets__select {
    align-items: center;
    width: 13em;
    height: 2.125em;
}
.thimbles-bets__input {
    padding-right: .5714285714em;
    padding-left: .5714285714em;
    background-color: rgba(0,0,0,0);
}
.bet-input {
    -webkit-appearance: textfield;
    appearance: textfield;
}
.thimbles-bets__input {
    width: 100%;
    font-size: .875em;
    font-weight: 600;
    color: #fff;
}
.thimbles-bets__input, .thimbles-bets__button {
    grid-area: 1/-1;
}
input {
    border: none;
}
.button-input-clear[data-v-2f1e1a3a] {
    font-size: inherit;
}
.thimbles-bets__button {
    --btn-sprite-path: url(../img/btn-second-sprite387222dc573f.png);
    --btn-height: 2em;
    position: relative;
    justify-self: end;
    width: 2em;
    height: 2em;
}
.thimbles-bets__ico {
    z-index: 1;
    fill: hsl(62,100%,93%);
    stroke-width: .5px;
    stroke: hsl(80,73%,53%);
    filter: drop-shadow(0em 0.0875em 0em hsl(113, 46%, 39%));
}

.thimbles-bets__btns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: .5em;
}
.thimbles-bets-btn {
    --btn-sprite-path: url(../img/btn-bet-spritefd2413067048.png);
    --btn-height: 2.3125em;
    position: relative;
}
.thimbles-bets__btn {
    width: 7.625em;
    height: 2.3125em;
}
.thimbles-bets-btn__wrap, .thimbles-bets-btn__wrap, .thimbles-bets-btn__wrap {
    background-image: linear-gradient(180deg, hsl(259, 65%, 17%) 0%, hsl(256, 64%, 24%) 100%);
}
.thimbles-bets-btn__wrap {
    border: .125em solid hsl(257,68%,12%);
    border-radius: .75em;
    box-shadow: 0em -0.1875em .1875em 0em hsl(259,63%,32%) inset,0em .1875em .0625em 0em hsl(268,96%,11%) inset,0em 0em .6875em 0em hsla(288,72%,39%,.3);
}
.thimbles-bets-btn__wrap {
    --btn-wrap-width: 7.5em;
    --btn-wrap-height: 2.25em;
}
.thimbles-bets-btn__val {
    text-align: center;
}
.thimbles-bets-btn__val {
    z-index: 1;
    font-size: .875em;
    font-weight: 600;
    color: #fff;
}
.button-game-start {
    font-size: inherit;
}
.button-game-start {
    pointer-events: auto;
}
.thimbles-panel-btn {
    --btn-sprite-path: url(../img/btn-play-sprite3153eaaeb5f4.png);
    --btn-height: 6em;
    position: relative;
}
.thimbles-panel-bets__btn {
    width: 6.625em;
    height: 6em;
}
.thimbles-panel-btn__wrap {
    --btn-wrap-width: 7.25em;
    --btn-wrap-height: 6.375em;
    --btn-wrap-path: url(../img/btn-play-wrap3513b15c8aab.png);
}
.thimbles-choice-btn2__inner {
    z-index: 1;
    padding-left: 2.25em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.thimbles-popup__btn, .thimbles-bets-btn, .thimbles-bets .main-multiselect .multiselect__select, .thimbles-bets__button, .thimbles-panel-btn, .thimbles-choice-btn, .thimbles-control-btn {
    font-size: inherit;
}
button {
    cursor: pointer;
    border: none;
    background-color: rgba(0,0,0,0);
}
button, input {
    font-family: inherit;
    color: inherit;
}
.thimbles-choice-btn__wrap,.thimbles-choice-btn__wrap,.thimbles-choice-btn__wrap {
    background-image: linear-gradient(180deg, hsl(252, 34%, 33%) 0%, hsl(256, 27%, 37%) 100%);
}
.thimbles-choice-btn__wrap {
    border: .125em solid hsl(247,18%,38%);
    border-radius: .625em;
    box-shadow: 0em -0.25em .5em 0em hsla(259,63%,32%,.36) inset,0em .25em .5625em 0em hsla(268,96%,11%,.49) inset;
}
.thimbles-choice-btn__text, .thimbles-choice-btn__text, .thimbles-choice-btn__text {
    padding-left: .2777777778em;
}
.thimbles-choice-btn__text {
    text-align: center;
}
.thimbles-choice-btn__text {
    position: relative;
    font-size: 1.125em;
    font-weight: 700;
    color: #fff;
}
.thimbles-choice-btn__text:first-child::before, .thimbles-choice-btn__text:first-child::before, .thimbles-choice-btn__text:first-child::before {
    left: -1.1111111111em;
}
.thimbles-choice-btn__text:first-child::before {
    border-radius: 50%;
    box-shadow: 0 0 .1666666667em .1666666667em hsla(0,0%,100%,.25);
    background-color: #fff;
    transform: translateY(-50%);
}
.thimbles-choice-btn__text:first-child::before, .thimbles-choice-btn__text:first-child::after {
    content: "";
    position: absolute;
    top: 50%;
    width: .6666666667em;
    height: .6666666667em;
}
.thimbles-bets .main-multiselect .multiselect__select::before, .thimbles-popup__btn::after, .thimbles-bets-btn::after, .thimbles-bets .main-multiselect .multiselect__select::after, .thimbles-bets__button::after, .thimbles-panel-btn::after, .thimbles-choice-btn::after, .thimbles-control-btn::after, .thimbles-bets-btn__wrap, .thimbles-choice-btn__wrap, .thimbles-panel-btn__wrap, .thimbles-control-btn__wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.thimbles-choice-btn__wrap {
    --btn-wrap-width: 20.125em;
    --btn-wrap-height: 4.5em;
}

.thimbles-bets-btn__wrap, .thimbles-choice-btn__wrap, .thimbles-panel-btn__wrap, .thimbles-control-btn__wrap {
    z-index: -1;
    width: var(--btn-wrap-width);
    height: var(--btn-wrap-height);
    pointer-events: none;
}

.thimbles-choice-btn:first-child .thimbles-choice-btn__inner {
    padding-left: 1.25em;
}

.thimbles-choice-btn__inner {
    z-index: 1;
}

            .thimbles-click-area {
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                z-index: 9999;
                pointer-events: none;
            }

            .thimbles-click-area > div {
                position: fixed;
                width: 200px;
                height: 200px;
                pointer-events: auto;
                background: rgba(255, 0, 0, 0.2);
                color: white;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 20px;
                user-select: none;
            }





.s-vue-modal .v--modal-overlay {
    z-index: 1003;
    overflow: auto;
    background: rgba(0,0,0,.7);
}
.v--modal-overlay {
    position: fixed;
    box-sizing: border-box;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.2);
    z-index: 999;
    opacity: 1;
}
.s-vue-modal .v--modal-background-click {
    display: flex;
    align-items: center;
    justify-content: center;
}
.v--modal-overlay .v--modal-background-click {
    width: 100%;
    min-height: 100%;
    height: auto;
}
.v--modal-top-right {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}
.s-vue-modal .v--modal {
    border-radius: 0;
    box-shadow: none;
    background: none;
}
.s-vue-modal .v--modal-box {
    top: auto !important;
    top: initial !important;
    left: auto !important;
    left: initial !important;
    width: auto !important;
    max-width: 100%;
    height: auto !important;
    overflow: visible !important;
    box-shadow: none;
}
.v--modal-overlay .v--modal-box {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}
.v--modal {
    background-color: white;
    text-align: left;
    border-radius: 3px;
    box-shadow: 0 20px 60px -2px rgba(27, 33, 58, 0.4);
    padding: 0;
}
.game-popup--rules, .game-popup--rules, .game-popup--rules, .game-popup--results, .game-popup--results, .game-popup--results {
    left: 0;
}
 .game-popup--rules, .game-popup--results {
    padding: 1.5em .125em;
    text-align: center;
}
.game-popup--rules, .game-popup--results {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}
.game-popup--rules::before, .game-popup--results::before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.game-popup__content {
    display: inline-block;
    max-width: calc(100% - 1px);
    vertical-align: middle;
}
.adaptive-container {
    background: none;
}
.adaptive-modal {
    position: fixed;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
}
.adaptive-container {
    pointer-events: none;
    transform-origin: left top;
}
.thimbles-popup {
    background: url(../img/rules-wrap5e35b2e3bc5d.png) center/cover no-repeat;
}
.thimbles-popup {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    padding: 1.25em 9.0625em 3.75em 13.4375em;
    width: 62.5em;
    height: 44.625em;
    font-family: "Montserrat",sans-serif;
    pointer-events: auto;
}
 .thimbles-popup__jack,.thimbles-popup__jack, .thimbles-popup__jack {
    right: 5em;
}
.thimbles-popup__jack {
    padding-bottom: .125em;
    background: url(../img/btn-close-wrap0f67340a0fb6.png) center/100% 100% no-repeat;
}
.thimbles-popup__jack {
    position: absolute;
    top: 2.5em;
    width: 3.375em;
    height: 2.9375em;
}
.button-rules-close {
    font-size: inherit;
}


.thimbles-popup__btn {
    --btn-sprite-path: url(../img/btn-close-spritee91058166cab.png);
    --btn-height: 2.5em;
    position: relative;
    width: 3.25em;
    height: 2.5em;
}

.thimbles-popup__head,  .thimbles-popup__title {
    text-align: center;
}
.thimbles-popup__title {
    margin-top: .8888888889em;
    margin-bottom: 3.3333333333em;
}
.thimbles-popup__title {
    text-transform: uppercase;
    font-size: 1.125em;
    font-weight: 700;
    letter-spacing: .3px;
    color: #fff;
}
 .thimbles-popup__content,  .thimbles-popup__content, .thimbles-popup__content {
    padding-right: 2.1875em;
    padding-left: 2.5em;
}
@supports (scrollbar-width: auto) {
.scrollbar {
    scrollbar-width: auto;
}
}
.scrollbar {
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: hsla(0,0%,24%,.5);
    scrollbar-arrow-color: hsl(0,0%,62%);
    scrollbar-face-color: hsl(0,0%,62%);
    scrollbar-track-color: rgba(0,0,0,0);
}
.thimbles-popup__info {
    margin-top: 0;
    margin-bottom: 1.25em;
}
.thimbles-popup__paragraph, .thimbles-popup__paragraph,  .thimbles-popup__paragraph, .thimbles-popup__info,  .thimbles-popup__info, .thimbles-popup__info {
    text-align: left;
}
.thimbles-popup__head, .thimbles-popup__paragraph, .thimbles-popup__info {
    font-weight: 600;
    letter-spacing: .3px;
    color: hsl(258,70%,12%);
}
.thimbles-popup__list {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}
.thimbles-popup-list {
    list-style-type: disc;
}
 .thimbles-popup-list__item, .thimbles-popup-list__item, .thimbles-popup-list__item {
    text-align: left;
}
.thimbles-popup-list__item {
    font-weight: 600;
    letter-spacing: .3px;
    color: hsl(258,70%,12%);
}
::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
}
.thimbles-popup__paragraph--note {
    text-align: center;
}
.thimbles-popup__paragraph--note {
    font-size: .8125em;
}
.thimbles-popup__jack {
    display: flex;
    align-items: center;
    justify-content: center;
}
.thimbles-popup-list, .thimbles-popup-list,  .thimbles-popup-list {
    padding-left: 1.5625em;
    text-align: left;
}

.thimbles-bets__input:disabled {
    color: hsl(252,19%,48%);
}