.bet-fixed-amount-wrapper{width:60px;height:100%}.bet-fixed-amount-wrapper ul{display:flex;flex-direction:column;align-items:center;justify-content:space-between;height:100%}.bet-fixed-amount-wrapper ul li{display:flex;align-items:center;justify-content:center;background-color:var(--betAmountBgColor);border-radius:var(--borderRadius);border:var(--betAmountBorderThickness) solid #646a80;color:#656c82;font-size:12px;width:100%;height:28px;transition:filter 100ms ease-in;cursor:pointer}.bet-fixed-amount-wrapper ul li.limited{opacity:.2;filter:unset !important;cursor:not-allowed}.bet-fixed-amount-wrapper ul li:hover{background-color:#141b2b;color:#97a1c2;filter:brightness(1.1)}.bet-fixed-amount-wrapper.disabled{opacity:.4;pointer-events:none}.bet-fixed-amount-wrapper.disabled *{pointer-events:none}.game-action-buttons{display:flex;height:125px}.game-action-buttons .skip-container{display:flex;align-items:center;justify-content:center;width:83px;height:125px}.game-action-buttons .skip-container .btn-box{background-color:#141b2b}.game-action-buttons .skip-container .btn-box .profit-wrapper{border:2px solid #1f2533}.game-action-buttons .skip-container .btn-box .profit-wrapper .act{display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:12px;height:100%}.game-action-buttons .skip-container .btn-box .profit-wrapper .act .icon{width:30px;height:30px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.game-action-buttons .skip-container .btn-box .profit-wrapper .act span{text-align:center}.game-action-buttons .skip-container .btn-box .profit-wrapper:hover{border:1px solid #f7bb43;background-color:#182033}.game-action-buttons .skip-container .btn-box .profit-wrapper:hover .profit-wrapper .act span{color:#97a1c2}.game-action-buttons .hilo-container{display:flex;flex-direction:column;justify-content:space-between;height:100%;margin-left:5px}.game-action-buttons .hilo-container .btn-box{width:257px;height:60px}.game-action-buttons .btn-box{display:none;position:relative;height:100%;background-color:rgba(0,0,0,0);border-radius:var(--borderRadius);border:1px solid #646a80;cursor:pointer}.game-action-buttons .btn-box.visible{display:block}.game-action-buttons .btn-box.disabled{opacity:.5;cursor:not-allowed}.game-action-buttons .btn-box.disabled:hover{background-color:var(--darkBgColor) !important}.game-action-buttons .btn-box.blue .profit-wrapper .bet-prob-container{border:2px solid #3ec4c4;background-color:#111827}.game-action-buttons .btn-box.yellow .profit-wrapper .bet-prob-container{border:2px solid #f7bb43;background-color:#111827}.game-action-buttons .btn-box.red .profit-wrapper .bet-prob-container{border:2px solid #ff3154;background-color:#111827}.game-action-buttons .btn-box .profit-wrapper{display:flex;flex-direction:column;justify-content:center;padding:10px;height:100%;border-radius:var(--borderRadius)}.game-action-buttons .btn-box .profit-wrapper .act{font-size:12px;color:#646a80}.game-action-buttons .btn-box .profit-wrapper .profit-in-currency{display:flex;flex-direction:row-reverse;justify-content:flex-end;margin-top:5px}.game-action-buttons .btn-box .profit-wrapper .profit-in-currency .profit-coef{color:#ccd6f6;font-size:11px;margin-left:15px}.game-action-buttons .btn-box .profit-wrapper .profit-in-currency .profit-amount{font-size:13px;color:#ccd6f6}.game-action-buttons .btn-box .profit-wrapper .profit-in-currency .profit-amount b{color:#97a1c2}.game-action-buttons .btn-box .profit-wrapper .bet-prob-container{display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;top:5px;right:6px;width:92px;height:50px;border-radius:var(--borderRadius);background-color:#111827}.game-action-buttons .btn-box .profit-wrapper .bet-prob-container .bet-prob{color:#97a1c2;font-size:12px}.game-action-buttons .btn-box .profit-wrapper .bet-prob-container img{width:24px;height:24px}.game-action-buttons .btn-box:hover{filter:brightness(1.1)}.game-action-buttons .btn-box:hover .profit-wrapper .bet-prob-container{background-color:#182033}.game-action-buttons .btn-box:hover .profit-wrapper .bet-prob-container .bet-prob{color:#97a1c2}main .main-content{background-color:unset}main .main-content .game-container{height:calc(100% - var(--limitsHeight) - 125px - 15px);background-color:var(--gameContainerBgColor);border-radius:var(--borderRadius);overflow:hidden;margin-top:var(--limitsHeight);margin-bottom:15px;position:relative;display:flex;align-items:center;justify-content:center}main .main-content .game-container .card{border-radius:var(--borderRadius);position:relative}main .main-content .game-container .card.club:after,main .main-content .game-container .card.diamond:after,main .main-content .game-container .card.heart:after,main .main-content .game-container .card.spade:after{content:"";position:absolute;background-repeat:no-repeat;background-size:45% auto;background-position:50% 75%;width:100%;height:100%}main .main-content .game-container .card.club.club:after,main .main-content .game-container .card.diamond.club:after,main .main-content .game-container .card.heart.club:after,main .main-content .game-container .card.spade.club:after{background-image:url(assets/35cac241d07d12b433b201114a586f52.svg)}main .main-content .game-container .card.club.club .rank,main .main-content .game-container .card.diamond.club .rank,main .main-content .game-container .card.heart.club .rank,main .main-content .game-container .card.spade.club .rank{color:#131926}main .main-content .game-container .card.club.diamond:after,main .main-content .game-container .card.diamond.diamond:after,main .main-content .game-container .card.heart.diamond:after,main .main-content .game-container .card.spade.diamond:after{background-image:url(assets/19916da3cf843caff9e2f88b750c1698.svg)}main .main-content .game-container .card.club.diamond .rank,main .main-content .game-container .card.diamond.diamond .rank,main .main-content .game-container .card.heart.diamond .rank,main .main-content .game-container .card.spade.diamond .rank{color:#e62b3a}main .main-content .game-container .card.club.heart:after,main .main-content .game-container .card.diamond.heart:after,main .main-content .game-container .card.heart.heart:after,main .main-content .game-container .card.spade.heart:after{background-image:url(assets/b2fa4975ee2be5b554e4e9592074c566.svg)}main .main-content .game-container .card.club.heart .rank,main .main-content .game-container .card.diamond.heart .rank,main .main-content .game-container .card.heart.heart .rank,main .main-content .game-container .card.spade.heart .rank{color:#e62b3a}main .main-content .game-container .card.club.spade:after,main .main-content .game-container .card.diamond.spade:after,main .main-content .game-container .card.heart.spade:after,main .main-content .game-container .card.spade.spade:after{background-image:url(assets/b2610e5108f3e9536b30dbcf3448fa48.svg)}main .main-content .game-container .card.club.spade .rank,main .main-content .game-container .card.diamond.spade .rank,main .main-content .game-container .card.heart.spade .rank,main .main-content .game-container .card.spade.spade .rank{color:#131926}main .main-content .game-container .card.backside{background-image:url(assets/f4d6181e2dbb9213ef06b174212cf202.png);background-position:center;background-repeat:no-repeat;background-size:cover;transform:rotate3d(0, 1, 0, 0.5turn)}main .main-content .game-container .card .rank{position:absolute;left:11%;top:2%;color:#283042;font-family:"Proxima Nova Extrabld"}main .main-content .game-container .card.show-card-anim{animation:showCardAnim 250ms forwards linear}@keyframes showCardAnim{from{transform:rotate3d(0, 1, 0, 0.5turn)}to{transform:none}}main .main-content .game-container .hilo{display:flex;flex-direction:column;justify-content:center;height:100%}main .main-content .game-container .hilo .three-cards{width:100%;display:flex;justify-content:space-between;margin-top:auto}main .main-content .game-container .hilo .three-cards .left-cards{display:flex;justify-content:center}main .main-content .game-container .hilo .three-cards .left-cards .k-high,main .main-content .game-container .hilo .three-cards .left-cards .a-low{width:100px;height:120px;color:#646a80;text-align:center;margin:0 15px}main .main-content .game-container .hilo .three-cards .left-cards .k-high .card,main .main-content .game-container .hilo .three-cards .left-cards .a-low .card{width:100px;height:calc(1.2*100px)}main .main-content .game-container .hilo .three-cards .left-cards .k-high .card .rank,main .main-content .game-container .hilo .three-cards .left-cards .a-low .card .rank{font-size:calc(100px*.35)}main .main-content .game-container .hilo .three-cards .left-cards .k-high .card,main .main-content .game-container .hilo .three-cards .left-cards .a-low .card{background-color:#1f2533}main .main-content .game-container .hilo .three-cards .left-cards .k-high .card .rank,main .main-content .game-container .hilo .three-cards .left-cards .a-low .card .rank{color:#646a80;font-size:32px;left:19%;top:10%}main .main-content .game-container .hilo .three-cards .left-cards .k-high .card img,main .main-content .game-container .hilo .three-cards .left-cards .a-low .card img{width:28%;height:auto;position:absolute;top:55%;left:36%}main .main-content .game-container .hilo .three-cards .left-cards .k-high .hi-lo-desc,main .main-content .game-container .hilo .three-cards .left-cards .a-low .hi-lo-desc{margin-top:15px;font-size:14px}main .main-content .game-container .hilo .three-cards .current-card-wrapper{width:218px;height:288px;position:relative;perspective:31.25rem;transition:all .3s}main .main-content .game-container .hilo .three-cards .current-card-wrapper .card{width:100%;height:100%;font-size:62px;position:absolute}@media screen and (max-width: 575.98px){main .main-content .game-container .hilo .three-cards .current-card-wrapper .card{font-size:48px}}main .main-content .game-container .hilo .three-cards .current-card-wrapper .card:before{content:"";position:absolute;background-image:url(assets/d3ba73842c5664cbe3a4a4d801e085b2.png);background-repeat:no-repeat;background-position:center;background-size:cover;width:100%;height:100%;top:0;left:0}main .main-content .game-container .hilo .three-cards .current-card-wrapper .card.backside:before{background-image:url(assets/f4d6181e2dbb9213ef06b174212cf202.png)}main .main-content .game-container .hilo .three-cards .current-card-wrapper .card:nth-child(1){z-index:0}main .main-content .game-container .hilo .three-cards .current-card-wrapper .card:nth-child(2){z-index:1}main .main-content .game-container .hilo .three-cards .current-card-wrapper .card:nth-child(3){z-index:2}main .main-content .game-container .hilo .three-cards .current-card-wrapper .card:nth-child(4){z-index:3}main .main-content .game-container .hilo .three-cards .current-card-wrapper .card:nth-child(5){z-index:4}main .main-content .game-container .hilo .three-cards .current-card-wrapper .card:nth-child(6){z-index:5}main .main-content .game-container .hilo .three-cards .current-card-wrapper .current-card.throw-away{top:0;z-index:99;animation:throwAway 250ms linear forwards}@keyframes throwAway{to{transform:translate(-300px, -300px) rotate(30deg)}}main .main-content .game-container .hilo .three-cards .right-profits{margin-right:15px}main .main-content .game-container .hilo .three-cards .right-profits .profits{margin:0 auto;display:flex;flex-direction:column;align-items:middle}main .main-content .game-container .hilo .three-cards .right-profits .profits .total-profit{width:240px;background-color:#1f2533;border-radius:5px;display:flex;flex-direction:column;justify-content:space-between;font-size:14px;padding:15px;color:#97a1c2}main .main-content .game-container .hilo .three-cards .right-profits .profits .total-profit .profit-box{display:flex;align-items:center;justify-content:space-between}main .main-content .game-container .hilo .three-cards .right-profits .profits .total-profit .profit-box .profit-amount{margin-top:5px;color:#a1f15b}main .main-content .game-container .hilo .three-cards .right-profits .profits .total-profit .profit-box .profit-amount b{color:#97a1c2}main .main-content .game-container .hilo .three-cards .right-profits .profits>div.hi-or-same-profit,main .main-content .game-container .hilo .three-cards .right-profits .profits>div.same-profit,main .main-content .game-container .hilo .three-cards .right-profits .profits>div.lo-or-same-profit{display:none !important}main .main-content .game-container .hilo .revealed-cards-wrapper{overflow-x:auto;overflow-y:hidden;width:calc(100% - 10px);margin:0 auto;margin-bottom:10px;margin-top:auto}main .main-content .game-container .hilo .revealed-cards-wrapper .revealed-cards{white-space:nowrap;position:relative;padding:10px 0}main .main-content .game-container .hilo .revealed-cards-wrapper .revealed-cards .card-container{display:inline-block;position:relative;text-align:center;width:80px;height:96px;transition:margin-left 300ms}main .main-content .game-container .hilo .revealed-cards-wrapper .revealed-cards .card-container .high-icon,main .main-content .game-container .hilo .revealed-cards-wrapper .revealed-cards .card-container .low-icon,main .main-content .game-container .hilo .revealed-cards-wrapper .revealed-cards .card-container .skip-icon{display:none}main .main-content .game-container .hilo .revealed-cards-wrapper .revealed-cards .card-container:not(:first-child){margin-left:5px}main .main-content .game-container .hilo .revealed-cards-wrapper .revealed-cards .card-container.skipped .card{opacity:.5}main .main-content .game-container .hilo .revealed-cards-wrapper .revealed-cards .card-container.skipped .corner-sign{filter:brightness(0.5)}main .main-content .game-container .hilo .revealed-cards-wrapper .revealed-cards .card-container.skipped .coeff{filter:brightness(0.5)}main .main-content .game-container .hilo .revealed-cards-wrapper .revealed-cards .card-container.up .corner-sign{color:#afe921}main .main-content .game-container .hilo .revealed-cards-wrapper .revealed-cards .card-container.down .corner-sign{color:#ec0159}main .main-content .game-container .hilo .revealed-cards-wrapper .revealed-cards .card-container .corner-sign{position:absolute;right:50%;transform:translateX(50%);top:-1.5625rem;color:#000;width:2.125rem;height:2rem;z-index:1}main .main-content .game-container .hilo .revealed-cards-wrapper .revealed-cards .card-container .corner-sign .material-icons{line-height:2rem;text-align:center;font-size:1.875rem}main .main-content .game-container .hilo .revealed-cards-wrapper .revealed-cards .card-container .coeff{display:flex;align-items:center;justify-content:center;width:60px;height:30px;background-color:#1f2533;border-radius:var(--borderRadius);color:var(--limeColor);margin:0 auto;margin-top:10px;font-size:14px}main .main-content .game-container .hilo .revealed-cards-wrapper .revealed-cards .card-container .coeff.red{color:#ff3a3a}main .main-content .game-container .hilo .revealed-cards-wrapper .revealed-cards .card-container .card{display:flex;font-size:32px;width:80px;height:calc(1.2*80px)}main .main-content .game-container .hilo .revealed-cards-wrapper .revealed-cards .card-container .card .rank{font-size:calc(80px*.35)}main .main-content .game-container .hilo .revealed-cards-wrapper .revealed-cards .card-container .card:before{content:"";position:absolute;background-image:url(assets/d3ba73842c5664cbe3a4a4d801e085b2.png);background-repeat:no-repeat;background-position:center;background-size:contain;width:100%;height:100%;top:0;left:0}main .main-content .game-container .hilo .revealed-cards-wrapper .revealed-cards .card-container .card:after{background-size:auto 40%;background-position:50% 75%}main .main-content .game-container .hilo .revealed-cards-wrapper .revealed-cards .card-container .card.backside:before{background-image:url(assets/f4d6181e2dbb9213ef06b174212cf202.png)}main .main-content .game-container .hilo .revealed-cards-wrapper .revealed-cards .card-container .card.heart:after{background-size:auto 37%;background-position:50% 75%}main .main-content .game-container .game-canvas{position:absolute}main .main-content .betslip #bet-settings .bet-setting{display:flex;align-items:center;justify-content:center}main .main-content .betslip #bet-settings .bet-setting.accept-bet .blocker{display:none}main .main-content .betslip #bet-settings .bet-setting .wrapper-left{position:relative;display:flex;flex-direction:column;justify-content:space-between}main .main-content .betslip #bet-settings .bet-setting .wrapper-left .bet-fixed-amount-wrapper{width:100%;margin-top:5px}main .main-content .betslip #bet-settings .bet-setting .wrapper-left .bet-fixed-amount-wrapper ul{flex-direction:row}main .main-content .betslip #bet-settings .bet-setting .wrapper-left .bet-fixed-amount-wrapper ul li{height:60px;font-size:12px}main .main-content .betslip #bet-settings .bet-setting .wrapper-left .bet-fixed-amount-wrapper ul li:not(:last-child){margin-right:5px}main .main-content .betslip #bet-settings .bet-setting .wrapper-buttons{width:310px;height:100%;position:relative;display:flex;flex-direction:column;margin-left:5px}main .right-section.my-bets .section-body .my-bets-body #my-bets-history{display:flex}main .right-section.my-bets .section-body .my-bets-body .bet-list{height:calc(100% - 50px)}@media(max-width: 1365.98px){main .main-content .game-container .hilo .three-cards .left-cards .k-high,main .main-content .game-container .hilo .three-cards .left-cards .a-low{width:80px;height:120px;margin:0;margin-left:10px}main .main-content .game-container .hilo .three-cards .left-cards .k-high .card,main .main-content .game-container .hilo .three-cards .left-cards .a-low .card{width:80px;height:calc(1.2*80px)}main .main-content .game-container .hilo .three-cards .left-cards .k-high .card .rank,main .main-content .game-container .hilo .three-cards .left-cards .a-low .card .rank{font-size:calc(80px*.35)}main .main-content .game-container .hilo .three-cards .left-cards .k-high .hi-lo-desc,main .main-content .game-container .hilo .three-cards .left-cards .a-low .hi-lo-desc{margin-top:15px;font-size:10px}main .main-content .game-container .hilo .three-cards .current-card-wrapper{width:152px;height:201px}}@media(max-width: 1079.98px){main .main-content .game-container .hilo .three-cards .left-cards .k-high,main .main-content .game-container .hilo .three-cards .left-cards .a-low{display:none}main .main-content .betslip #bet-settings .bet-setting .wrapper-buttons{width:100%}}@media(max-width: 991.98px){main .main-content .game-container{width:100%;height:calc(100% - 305px - 15px)}main .main-content .game-container .hilo .three-cards .current-card-wrapper{width:106px;height:140px}main .main-content .game-container .hilo .three-cards .current-card-wrapper .card{font-size:48px}main .main-content .game-container .hilo .three-cards .right-profits .profits .total-profit{width:100%;font-size:10px}main .main-content .game-container .hilo .three-cards .right-profits .profits .total-profit .profit-box{flex-direction:column;align-items:flex-start}main .main-content .game-container .hilo .three-cards .right-profits .profits .total-profit .profit-box:first-child{margin-bottom:15px}main .main-content .game-container .hilo .three-cards .right-profits .profits .total-profit .profit-box .profit-coef{color:#ccd6f6}main .main-content .game-container .hilo .three-cards .right-profits .profits .total-profit .profit-box .profit-amount b{color:#ccd6f6}main .main-content .game-container .hilo .revealed-cards-wrapper .revealed-cards .card-container{width:64px;height:auto}main .main-content .game-container .hilo .revealed-cards-wrapper .revealed-cards .card-container .card{width:64px;height:calc(1.2*64px)}main .main-content .game-container .hilo .revealed-cards-wrapper .revealed-cards .card-container .card .rank{font-size:calc(64px*.35)}main .main-content .betslip #bet-settings .bet-setting{flex-direction:column}main .main-content .betslip #bet-settings .bet-setting .wrapper-left{width:100%}main .main-content .betslip #bet-settings .bet-setting .wrapper-left .betting-inputs-wrapper .bet-fixed-amount-wrapper{width:100%}main .main-content .betslip #bet-settings .bet-setting .wrapper-left .betting-inputs-wrapper .bet-fixed-amount-wrapper ul{height:auto}main .main-content .betslip #bet-settings .bet-setting .wrapper-left .game-action-buttons .hilo-container{width:calc(100% - 88px)}main .main-content .betslip #bet-settings .bet-setting .wrapper-left .game-action-buttons .hilo-container .btn-box{width:100%}main .main-content .betslip #bet-settings .bet-setting .wrapper-buttons{width:100%;margin-left:0;margin-top:5px;height:90px}}@media(max-width: 767.98px){main .main-content .game-container{height:40vh;min-height:520px}main .main-content .game-container .hilo .three-cards .current-card-wrapper{width:152px;height:201px}}@media(max-width: 575.98px){main .main-content .game-container{width:100%;background-color:unset;min-height:330px;margin-bottom:5px;margin-top:50px}main .main-content .game-container .hilo .three-cards{margin-top:15px}main .main-content .game-container .hilo .three-cards .current-card-wrapper{width:121px;height:161px}main .main-content .game-container .hilo .three-cards .right-profits{margin-right:unset}main .main-content .game-container .hilo .revealed-cards-wrapper{margin-bottom:0}main .main-content .game-container .hilo .revealed-cards-wrapper .revealed-cards .card-container{width:52px;height:62px}main .main-content .game-container .hilo .revealed-cards-wrapper .revealed-cards .card-container:not(:first-child){margin-left:5px}main .main-content .game-container .hilo .revealed-cards-wrapper .revealed-cards .card-container .card{width:52px;height:calc(1.2*52px)}main .main-content .game-container .hilo .revealed-cards-wrapper .revealed-cards .card-container .card .rank{font-size:calc(52px*.35)}main .main-content .game-container .hilo .revealed-cards-wrapper .revealed-cards .card-container .coeff{width:40px;height:20px;margin-top:10px;font-size:12px}main .main-content .game-container .hilo .revealed-cards-wrapper .revealed-cards .card-container .coeff.red{color:#ff3a3a}main .main-content .betslip #bet-settings .bet-setting .wrapper-left .game-action-buttons .btn-box .profit-wrapper{color:#ccd6f6;font-size:12px}main .main-content .betslip #bet-settings .bet-setting .wrapper-left .game-action-buttons .btn-box .profit-wrapper .bet-prob-container img{width:16px;height:16px}main .main-content .betslip #bet-settings .bet-setting .wrapper-buttons{height:120px}}
