:root {
    --main-font: 'Noto Sans', sans-serif;
    --info-title-font: clamp(11px, calc(2vw + 2vh), 32px);
    --adaptive-font: clamp(16px, calc(1.5vw + 0.5vh), 26px);
    --info-h2-font: clamp(9px, calc(2vw + 2vh), 30px);
}
/*#info-page {*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100dvw;*/
/*    height: 100dvh;*/
/*    overflow-x: hidden;*/
/*    box-sizing: border-box;*/
/*    padding: 3% 5%;*/
/*    color: white;*/
/*    display: none;*/
/*}*/
#info-page {
    position: absolute;
    inset: 0;
    width: auto;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 3% 5%;
    color: white;
    display: none;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
}
body.no-scroll {
    overflow: hidden;
}
.title-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.paytable-title {
    font-family: var(--main-font);
    font-size: var(--info-title-font);
    color: #FFF;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}
/* region Header */
.title-underline {
    width: clamp(300px, 50vw, 800px);
    height: clamp(2px, calc(0.5vw + 0.5vh), 3px);
    background: linear-gradient(90deg, rgba(147, 154, 187, 0.00) 0%, #E03B2A 47.5%, rgba(147, 154, 187, 0.00) 97.81%);
    margin-top: 1%;
}
@media (orientation: portrait) {
    .title-underline {
        height: 2px;
    }
}
h2 {
    font-size: var(--info-h2-font);
    color: #c0ddff;
    font-family: var(--main-font);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-variant: all-small-caps;
}
.h3-title {
    display: block;
    font-family: var(--main-font);
    font-size: clamp(18px, calc(1.6vw + 1vh), 34px);
    font-weight: 800;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 5%;
}
.h2-container {
    display: flex;
    align-items: baseline;
    gap: clamp(0.5vw, 1vw, 1.5vw);
}
.triangle {
    display: flex;
    align-items: flex-end;
    height: 1em;
}
.triangle svg {
    display: block;
    height: 100%;
    width: auto;
}
/* endregion */
#info-page #paytable {
    grid-template-columns: repeat(auto-fit, 340px);
    gap: 3%;
    padding: 10px;
    justify-content: center;
}
/*#info-page .special img {*/
/*    width: clamp(66px, calc(10vw + 10vh), 250px);*/
/*    height: clamp(66px, calc(10vw + 10vh), 250px);*/
/*    object-fit: cover;*/
/*    margin-bottom: 10px;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    overflow: visible;*/
/*}*/
#info-page .special img {
    display: block;
    object-fit: fill;
    object-position: center;
    margin-bottom: 10px;
    overflow: visible;
}

/* широка WILD-картинка */
#info-page .wild-symbol img {
    width: clamp(140px, calc(18vw + 12vh), 360px);
    height: auto;
}

/* вертикальна SCATTER-картинка */
#info-page .scatter-symbol img {
    height: clamp(110px, calc(13vw + 13vh), 300px);
    width: auto;
}
.wild-symbol,
.scatter-symbol{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.special-symbol-title {
    display: block;
    margin: 0 0 12px;
    font-family: var(--main-font);
    font-size: clamp(18px, calc(1.4vw + 0.8vh), 32px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.08em;
    text-align: center;
    color: #ffd33b;
}
.wild-txt,
.scatter-txt,
.special-txt {
    margin-top: 0;
    font-size: var(--adaptive-font);
    font-family: var(--main-font);
    font-weight: 500;
    line-height: normal;
    text-align: center;
    justify-content: center;
    color: #fff;
    max-width: 100%;
    padding: 12px 0 10px;
}
#info-page .special p {
    margin: 1px;
}
.special {
    display: flex;
    flex-wrap: wrap;
}
.inline-icon {
    display: inline-block;
    vertical-align: middle;
    width: 3.5em;
    height: auto;
    margin: 0 0.2em;
}
#info-page .high img {
    width: clamp(66px, calc(10dvw + 10dvh), 250px);
    height: clamp(66px, calc(10dvw + 10dvh), 250px);
    object-fit: contain;
    margin-bottom: 10px;
    justify-content: center;
    align-items: center;
    overflow: visible;
    /*max-width: clamp(66px, calc(10dvw + 10dvh), 250px);*/
    /*max-height: clamp(66px, calc(10dvw + 10dvh), 250px);*/
    /*width: auto;*/
    /*height: auto;*/
    /*display: block;*/
    /*object-fit: contain;*/
}
.high p {
    margin: 1px 0;
    text-align: center;
}
.payout p {
    font-size: var(--adaptive-font);
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
    margin: 4px clamp(16px, 4vmin, 48px);
    text-align: left;
}
@media (orientation: portrait) {
    .payout p {
        font-size: clamp(12px, calc(1.5dvw + 0.5dvh), 24px);
        white-space: nowrap;
        font-variant-numeric: tabular-nums;
        margin: 4px clamp(16px, 4vmin, 48px);
        text-align: left;
    }
}
p {
    font-family: var(--main-font);
    font-size: var(--adaptive-font);
    margin: 30px 0;
    text-align: justify;
}
/*.fs-p1 {*/
/*    text-align: center;*/
/*}*/
.symbol-divider {
    width: 100%;
    height: clamp(1px, 0.1dvh + 0.1dvw, 2px);
    background: linear-gradient(to right, transparent, #d4af37, #f5d76e, #d4af37, transparent);
    border: none;
    margin: 8px 0;
    opacity: 0.9;
}
.separator {
    display: flex;
    align-items: center;
    width: 100%;
    height: clamp(2px, calc(0.5vw + 0.5vh), 4px);
    margin: 0 auto;
    background: linear-gradient(90deg, rgba(147, 154, 187, 0.00) 0%, #939ABB 47.5%, rgba(147, 154, 187, 0.00) 97.81%);
}
.feature-content {
    gap: 20px;
    flex-wrap: wrap;
    padding-bottom: 20px;
}
.feature-text {
    z-index: 10;
    flex: 1;
    line-height: 1.6;
    display: flex;
    flex-direction: column;
    font-family: var(--main-font);
    font-size: var(--adaptive-font);
    padding: 0;
}
.feature-text p {
    margin: 0 0 1em 0;
}
.feature-previews {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
}
.feature-preview {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
    margin-bottom: -2%;
    /*margin-top: -5%;*/
}
.feature-text.free-spins,
.feature-text.hold-n-win,
.feature-text.jackpot-symbols{
    margin-top: 5%;
    width: 100%;
}
.low,
.high {
    max-width: clamp(120px, 30vw, 260px);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.base {
    z-index: 0;
}
.payways-container  {
    display: flex;
    flex-direction: column;
    align-items: center;
    --payways-gap: 5%;
    gap: var(--payways-gap);
    flex-wrap: wrap;
    padding-bottom: 20px;
}
.payways-container .payways {
    margin-block: var(--payways-gap);
}
.payways-preview,
.paylines-preview {
    margin-top: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}
.payways-info p {
    text-align: center;
    margin-top: 0;
}
.center-text {
    width: 100%;
    text-align: center;
}
@media (orientation: portrait) {
    .wild-symbol {
        margin-top: -8%;
    }
    .special {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: clamp(16px, 4vh, 32px);
        margin-bottom: 20px;
    }
    .wild-symbol,
    .scatter-symbol{
        width: 100%;
        max-width: 100%;
        margin-top: 0;
    }
    #info-page .low-symbols img {
        width: clamp(60px, calc(6dvw + 6dvh), 200px);
        height: clamp(60px, calc(7dvw + 7dvh), 200px);
        object-fit: cover;
        margin-top: 10px;
        margin-bottom: 10px;
        overflow: visible;
    }
    .high-symbols,
    .low-symbols {
        display: flex;
        justify-content: center;
        row-gap: 20px;
        column-gap: clamp(10%, 20%, 30%);
        flex-wrap: wrap;
        padding-bottom: 10px;
    }
    .separator {
        height: 2px;
    }
    .feature-content {
        margin-top: -5%;
    }
    #info-page .feature-content > .menu-list > ul.menu-list-items2 {
        padding-top: clamp(12px, 2.5dvh, 24px);
    }
    .payways-container {
        text-align: left;
        padding: 0 5%;
    }
    .payways {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media (orientation: portrait) and (min-width: 768px) {
    .wild-symbol,
    .scatter-symbol{
        max-width: 70%;
        margin-top: 0;
    }
}
@media (orientation: landscape) {
    .special {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        gap: clamp(40px, 4vw, 100px);
        margin-bottom: 50px;
    }
    .wild-symbol,
    .scatter-symbol{
        flex: 1 1 0;
        max-width: none;
    }
    #info-page .low-symbols img {
        width: clamp(40px, calc(7dvw + 7dvh), 270px);
        height: clamp(40px, calc(7dvw + 7dvh), 150px);
        object-fit: cover;
        margin-bottom: 10px;
        overflow: visible;
    }
    .high-symbols,
    .low-symbols {
        display: flex;
        flex-wrap: wrap;
        grid-auto-flow: column;
        grid-auto-columns: max-content;
        flex-wrap: wrap;
        column-gap: clamp(40px, 6vw, 80px);
        justify-content: center;
        justify-items: center;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .feature-content {
	        display: flex;
	        flex-direction: column;
	        align-items: center;
	        justify-content: center;
	        width: 100%;
	        gap: 10px;
	        margin-top: 0;
	    }
    .feature-previews {
        position: static;
        width: min(70%, 700px);
        max-width: 100%;
    }
    .feature-preview {
        position: static;
        inset: auto;
        width: 70%;
        height: auto;
        object-fit: contain;
        pointer-events: auto;
        margin: 0 auto;
    }
    .feature-text.free-spins,
    .feature-text.hold-n-win,
    .feature-text.grand-jackpot,
    .feature-text.jackpot-symbols {
	        width: 100%;
	        margin-inline: auto;
	        text-align: left;
	    }
    .feature-text.free-spins,
    .feature-text.hold-n-win,
    .feature-text.jackpot-symbols {
	        margin-top: 2.5%;
	    }
    .payways-container {
        text-align: center;
        padding: 0;
    }
    .payways {
	        display: flex;
	        justify-content: center;
	        align-items: center;
	    }
    .payways .paylines-preview {
	        width: 60%;
    }
    .special {
        align-items: flex-start;
    }
    .wild-symbol,
    .scatter-symbol{
        display: grid;
        grid-template-rows: auto clamp(110px, calc(13vw + 13vh), 300px) auto;
        align-items: start;
        text-align: center;
    }
    .special-symbol-title {
        grid-row: 1;
        align-self: center;
    }
    #info-page .wild-symbol img,
    #info-page .scatter-symbol img{
        grid-row: 2;
        align-self: start;
        justify-self: center;
        margin-bottom: 0;
    }
    .wild-txt,
    .scatter-txt,
    .special-txt {
        grid-row: 3;
        align-self: center;
        padding-top: 12px;
        margin-top: 0;
    }
}
@media (orientation: landscape) and (max-width: 750px){
    .high-symbols, .low-symbols {
        column-gap: clamp(20px, 3vw, 60px);
    }
}
@supports (-webkit-touch-callout: none) {
    #info-page .special img,
    #info-page .high img,
    #info-page .low-symbols img {
        object-fit: contain;
        object-position: center;
    }
}
/* region GAME INFO */
.name {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}
.win-cap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
.game-name {
    display: inline-block;
    font-size: var(--info-h2-font);
    font-weight: bold;
    text-transform: uppercase;
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
    .game-name {
        background: linear-gradient(to right, #f7493f, #9a40ff, #0039ff);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        -webkit-text-fill-color: transparent;
    }
}
.rtp-info {
    text-align: center;
}
.highlight {
    color: rgb(255, 77, 79);
    display: block;
    text-align: center;
    margin: 0;
}
.highlight.rtp-team {
    color: #fff;
}
.red-bold {
    color: #DB3928;
    font-weight: bold;
}
.info-button-container .button-info {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    box-sizing: border-box;
    align-items: flex-start;
}
#info p {
    line-height: 1.6;
    margin: 0 0 3% 0;
}
#info {
    margin-bottom: 10%;
    margin-top: 10%;
}
#btn-info {
    width: clamp(50px, 10vw, 96px);
    height: auto;
    margin-right: 20px;
    flex-shrink: 0;
}
.button-info p {
    flex: 1;
    line-height: 1.6;
    margin-top: 10px;
}
ul.menu-list-items {
    line-height: 1.6;
    display: flex;
    flex-wrap: wrap;
    list-style-type: disc;
    padding-left: 10%;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    font-family: var(--main-font);
    font-size: var(--adaptive-font);
    padding-bottom: 10px;
}
ul.menu-list-items1 {
    line-height: 1.8;
    flex-wrap: wrap;
    list-style-type: disc;
    padding-left: 2%;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    font-family: var(--main-font);
    font-size: var(--adaptive-font);
    padding-bottom: 10px;
    padding-top: 20px;
    text-align: justify;
}
ul.menu-list-items2 {
    line-height: 1.8;
    flex-wrap: wrap;
    list-style-type: disc;
    padding-left: 2%;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    font-family: var(--main-font);
    font-size: var(--adaptive-font);
    padding-bottom: 10px;
    text-align: justify;
}
ul.menu-list-items3 {
    line-height: 1.8;
    flex-wrap: wrap;
    list-style-type: circle;
    padding-left: 2%;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    font-family: var(--main-font);
    font-size: var(--adaptive-font);
    padding-bottom: 10px;
}
list {
    display: flex;
    align-items: center;
}
ul.menu-list-items li {
    margin-bottom: 10px;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal;
}
.inner-bullets {
    line-height: 1.8;
    flex-wrap: wrap;
    padding-left: 3%;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    font-family: var(--main-font);
    font-size: var(--adaptive-font);
    list-style-type: none;
}
.inner-bullets li {
    position: relative;
    line-height: 1.8;
    flex-wrap: wrap;
    list-style-type: disc;
    padding-left: 0;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    font-family: var(--main-font);
    font-size: var(--adaptive-font);
    padding-bottom: 10px;
}
::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: auto !important;
}
.red {
    color: #d33636;
}
.note {
    font-style: italic;
    font-weight: normal;
    font-size: 13px;
}
/* endregion */
