@media (max-width: 500px) {
	.hilo-controls__bets {
		display: grid !important;
		gap: 1em;
		grid-template-columns: auto auto auto;
	}
	
	.hilo-controls__bets {
		row-gap: 3em;
	}
	
	.shadow-mobile {
		display: block !important;
	}
	
	.hilo-controls__head {
		margin-bottom: 4.375em !important;
	}
	
	.hilo-controls__bets {
		scale: 1.2;
	}
}
.hilo__adaptive {
	z-index: 2;
}

.shadow-mobile {
	position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
	right: 0;
    left: 0;
	background: linear-gradient(to top, #0c0a29 0%, #0c0a29 30%, transparent 60%);
	display: none;
	pointer-events: none;
}

body {
    --font-family: Roboto, sans-serif;
    --font-family-condensed: "Roboto Condensed", sans-serif;
    font-family: var(--font-family);
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    background-color: #0d0b33;
    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);
    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;
}
.games-container__shadow {
    right: 0;
    left: 0;
    background: rgba(0,0,0,.7);
}
.games-container__shadow {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1006;
}
/* Определение шрифта TorukSC */
@font-face {
    font-family: 'TorukSC';
    src: url('../font/TorukSC-normal-400.7ddbbe19ba90.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
.hilo, .hilo__canvas, .hilo__controls {
    pointer-events: auto;
}
.hilo, .hilo__canvas {
    width: 100%;
    height: 100%;
}
.hilo, .hilo__body {
    flex-direction: column;
}
.hilo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    font-family: "TorukSC",Sans-Serif;
}
.games-container__game {
    flex-grow: 1;
}
.svg-shadow-layout {
    height: 0;
    width: 0;
    display: none;
}
.hilo__pixi {
    width: 100vw;
    height: 100vh;
}
.hilo__pixi, .hilo__adaptive {
    position: absolute;
}
.hilo__adaptive {
    top: 2px;
    left: 0;
}
.adaptive-container {
    background: none;
}
.adaptive-container {
    transform-origin: left top;
}
.hilo__body {
    padding-bottom: 7.75em;
}
.hilo__body {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.hilo, .hilo__body {
    flex-direction: column;
}
.hilo__helper {
    margin-bottom: 1.25em;
    transform: translateY(3.5em);
}
.hilo__helper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: .625em;
    width: 33.75em;
}
.hilo-bets__btn:disabled, .hilo-controls__play:disabled, .hilo-helper__btn:disabled {
    background-position-y: 100%;
}
.button-sound {
    font-size: inherit;
}
.hilo-helper__btn {
    background-image: url(../textures/helper.767f9fa47c0f.png);
    padding-right: 0;
    padding-left: 0;
    border-radius: 100%;
}
.hilo-bets__btn, .hilo-controls__play, .hilo-helper__btn {
    background-repeat: no-repeat;
    background-position-y: 0;
    background-size: cover;
}
.hilo-helper__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3em;
    height: 3.125em;
    font-size: inherit;
    pointer-events: auto;
}
:disabled {
    cursor: not-allowed;
}
button {
    cursor: pointer;
    border: none;
    background-color: rgba(0,0,0,0);
}
button, input {
    font-family: inherit;
    color: inherit;
}
.hilo-helper__icon {
    fill: hsl(261,60%,20%);
}
.hilo-bets__btn:enabled:hover, .hilo-controls__play:enabled:hover, .hilo-helper__btn:enabled:hover {
    background-position-y: 33.3%;
}
.hilo__makes {
    margin-bottom: 1.125em;
}
.hilo-makes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .5em .125em;
}
.hilo__makes {
    width: 32.625em;
}
.hilo-makes__btn:first-child, .hilo-makes__btn:first-child, .hilo-makes__btn:first-child {
    left: -0.375em;
    margin-right: 3.125em;
}
.hilo-makes__btn:first-child {
    position: relative;
}
.hilo-makes-btn {
    display: grid;
    position: relative;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
}
.hilo-makes__btn {
    width: 10.75em;
    height: 2.5em;
    font-size: inherit;
}
.hilo-makes-btn::before, .hilo-makes-btn::after {
    content: "";
    display: block;
    grid-area: -1/-1;
    pointer-events: none;
}
.hilo-makes-btn::before {
    border-radius: .625em;
    box-shadow: 0em 0em .625em .625em hsl(271,100%,77%);
}
.hilo-makes-btn::before {
    opacity: 0;
    justify-self: center;
    width: 9.5em;
    height: 1.875em;
}
.hilo-makes-btn__text {
    position: relative;
    z-index: 1;
    grid-area: 1/1;
    color: #fff;
}
.hilo-makes-btn:disabled::after {
    background-position-y: 100%;
}
.hilo-makes-btn::after {
    background: url(../textures/makes-btn.25991af6e7b2.png) center 0/cover no-repeat;
}
.hilo-makes-btn::after {
    position: relative;
    width: 10.75em;
    height: 2.5em;
}
.hilo-makes-btn:enabled:active::after {
    background-position-y: 66.6%;
}
.hilo-controls {
    display: flex;
    flex-direction: column;
}
.hilo__controls {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36.5625em;
}
.hilo, .hilo__canvas, .hilo__controls {
    pointer-events: auto;
}
.hilo-controls__head {
    margin-bottom: 2.375em;
}
.hilo-controls__head {
    display: flex;
    align-items: flex-end;
    column-gap: 1.25em;
    width: 100%;
}
.hilo-controls__input {
    margin-bottom: .625em;
}
.hilo-controls__input {
    display: grid;
    position: relative;
}
.hilo-bets__input, .hilo-bets__input, .hilo-bets__input {
    padding-right: 2.5em;
    padding-left: 1.25em;
}
.hilo-bets__input {
    background: rgba(0,0,0,0) url(../textures/input.8fe7f5ec0f79.png) center 0/cover no-repeat;
}
.bet-input {
    -webkit-appearance: textfield;
    appearance: textfield;
}
.hilo-bets__input {
	outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-area: -1/1;
    width: 12.875em;
    height: 2.625em;
    font-size: inherit;
    color: #fff;
}
.hilo-bets__input:enabled:hover {
    background-position-y: 33.3%;
}
.hilo-bets__input:focus:not(:focus-visible) {
    outline: none;
}
.button-input-clear {
    font-size: inherit;
}
.hilo-bets-clear {
    padding: 0;
}
.hilo-bets__clear, .hilo-bets__clear, .hilo-bets__clear {
    right: 1.25em;
}
.hilo-bets-clear {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    justify-self: flex-end;
}
.hilo-bets__clear {
    position: relative;
    grid-area: 1/1;
    width: 1.25em;
    height: 1.25em;
}
.hilo-bets-clear__icon {
    width: .75em;
    height: .75em;
    fill: #fff;
}
.hilo-controls__input::after, .hilo-controls__input::after, .hilo-controls__input::after {
    left: 50%;
    transform: translateX(-50%);
}
.hilo-controls__input::after {
    background: url(../textures/spikes.8d466ee94325.png) center/cover no-repeat;
}
.hilo-controls__input::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(100% - .5em);
    width: 13.75em;
    height: 1.125em;
}
.hilo-controls__play {
    background-image: url(../textures/play.244d5d0c0f09.png);
}
.button-game-start {
    font-size: inherit;
}
.button-game-start {
    pointer-events: auto;
}
.hilo-controls__play {
    position: relative;
    width: 7.4375em;
    height: 8.125em;
    font-size: inherit;
}
.hilo-controls__play::before, .hilo-controls__play::before, .hilo-controls__play::before {
    left: calc(50% - .25em);
    transform: translateX(-50%);
}
.hilo-controls__play::before {
    background: url(../textures/base-play.abe7b1fde86a.png) center/contain no-repeat;
}
.hilo-controls__play::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -0.875em;
    z-index: -1;
    width: 14.25em;
    height: 5.1875em;
}
.hilo-controls__bets {
    padding-bottom: 1em;
}
.hilo-controls__bets {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: .5em;
}
.hilo-bets__btn {
    background-image: url(../textures/bet-btns.7178ec5f590d.png);
}
.hilo-bets__btn {
    width: 8.75em;
    height: 2.75em;
    font-size: inherit;
}
.hilo-bets__text {
    font-size: 1.125em;
    color: #fff;
}
input {
    border: none;
}
.hilo-makes-btn--is-active::before {
    animation: infinite slide-in-out 1.5s ease-in-out;
}
@keyframes slide-in-out {
	0%, 100% {
		opacity: 0;
		transform: translateZ(-50em);
	}
	50% {
		opacity: 1;
		transform: translateZ(0);
	}
}
.hilo-makes-btn--is-active::after {
    background-position-y: 33.3%;
}
button {
    cursor: pointer;
    border: none;
    background-color: rgba(0,0,0,0);
}
.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--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-modal {
    position: fixed;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
}
.hilo-popup--rules {
    padding-top: 1.625em;
    background: url(../textures/popup-rules.52fe6eb75d72.png) center/cover no-repeat;
}
.hilo-popup--rules {
    position: relative;
    width: 50.1875em;
    height: 35.875em;
}
.button-rules-close {
    font-size: inherit;
}
.hilo-popup__close {
    right: 0;
}
.hilo-popup__close {
    background: url(../textures/close.ab61e093ff29.png) center/cover no-repeat;
}
.hilo-popup__close {
    position: absolute;
    top: 4.0625em;
    width: 3.375em;
    height: 3.375em;
}
.hilo-popup__icon {
    width: 1.125em;
    height: 1.125em;
    fill: #fff;
}
.hilo-popup__body {
    padding-right: 3.125em;
    padding-left: 3.125em;
}
.hilo-popup__body {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.hilo-popup__subheading, .hilo-popup__list, .hilo-popup__title, .hilo-popup__msg {
    color: #fff;
}
.hilo-popup__content {
    padding-right: 1.875em;
    padding-left: 1.875em;
    margin-top: 3.125em;
}
.hilo-popup__content {
    height: 24.25em;
}
.hilo-popup__subheading {
    margin-top: 0;
    margin-bottom: .9375em;
}
.hilo-popup__subheading, .hilo-popup__msg {
    text-transform: uppercase;
}
.hilo-popup__list {
    padding-left: 0;
    text-align: left;
}
.hilo-popup__msg {
    margin-top: 1em;
    margin-bottom: 1em;
}
.hilo-popup__extra {
    display: block;
    font-size: .875em;
    color: hsl(270,49%,68%);
}
.hilo-popup__close:enabled:active .hilo-popup__icon {
    opacity: .7;
}
ol {
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}