.bones-wrapper{position:relative;background-color:var(--betAmountBgColor);border:var(--betAmountBorderThickness) solid var(--betAmountBorderColor);border-radius:var(--borderRadius);display:flex;align-items:center;height:60px;padding:0 15px}.bones-wrapper .input-wrapper{display:flex;align-items:center;justify-content:space-between;width:100%}.bones-wrapper .input-wrapper .title{color:var(--betAmountTitleColor);font-size:var(--betAmountTitleFontSize);width:60px}.bones-wrapper .input-wrapper .input-amount{position:relative;display:flex;align-items:center;justify-content:space-between;width:calc(100% - 60px)}.bones-wrapper .input-wrapper .input-amount .input-btn{position:absolute;width:var(--betAmountBtnWidth);height:var(--betAmountBtnHeight);border-radius:var(--betAmountBtnBorderRadius);display:flex;align-items:center;justify-content:center;background-color:var(--betAmountBtnBgColor);cursor:pointer}.bones-wrapper .input-wrapper .input-amount .input-btn.minus{right:calc(var(--betAmountBtnWidth) + 5px)}.bones-wrapper .input-wrapper .input-amount .input-btn.minus:before{content:"";position:absolute;background-image:url(_/_common/static/images/312c0add893ce1a3aa777c685e0b102c.svg);background-repeat:no-repeat;background-position:center;width:100%;height:100%}.bones-wrapper .input-wrapper .input-amount .input-btn.plus{right:0}.bones-wrapper .input-wrapper .input-amount .input-btn.plus:before{content:"";position:absolute;background-image:url(_/_common/static/images/7a955a056892ec0392a17ad78c3092e0.svg);background-repeat:no-repeat;background-position:center;width:100%;height:100%}.bones-wrapper .input-wrapper .input-amount .input-btn:hover{filter:brightness(1.1)}.bones-wrapper .input-wrapper .input-amount .input-btn.edge{background-color:#242c3d;opacity:.6;cursor:not-allowed}.bones-wrapper .input-wrapper .input-amount input{text-overflow:ellipsis;vertical-align:middle;appearance:none;flex-basis:auto;color:var(--betAmountColor);font-size:var(--betAmountFontSize);background-color:var(--betAmountInputBgColor);border-radius:var(--borderRadius);width:calc(100% - var(--betAmountBtnWidth)*2 - 5px);height:36px}.bones-wrapper .input-wrapper .input-amount input input[readonly]{cursor:not-allowed}.bones-wrapper .input-wrapper .input-amount input:disabled{opacity:.4;cursor:not-allowed}.bones-wrapper .initial-multiplier-wrapper{position:absolute;display:flex;font-style:italic;font-size:10px;bottom:5%;color:var(--betAmountTitleColor)}.bones-wrapper .initial-multiplier-wrapper .amount{color:#ccd6f6}@media screen and (max-width: 991.98px){.bones-wrapper{width:100%}}.profit-container{position:relative;display:flex;justify-content:space-between;width:calc(205px*2 + 5px);height:43px}.profit-container .profit-box{display:flex;align-items:center;justify-content:space-between;width:205px;height:100%;font-size:12px;background-color:#1a2233;border-radius:var(--borderRadius);padding:7px 15px}.profit-container .profit-box .profit-wrapper{display:flex;flex-direction:column;width:100%;height:100%;justify-content:space-between}.profit-container .profit-box .profit-wrapper .title{color:#646a80}.profit-container .profit-box .profit-wrapper .profit-content{display:flex;justify-content:space-between;width:100%}.profit-container .profit-box .profit-wrapper .profit-content .profit-coef{color:#97a1c2}.profit-container .profit-box .profit-wrapper .profit-content .profit-amount{color:#ccd6f6}.profit-container .profit-box .profit-wrapper .profit-content .profit-amount b{color:#97a1c2}@media screen and (max-width: 991.98px){.profit-container{width:100%}.profit-container .profit-box{width:calc(50% - 2.5px)}}@media screen and (max-width: 767.98px){.profit-container{margin:5px 0}.profit-container .profit-box{padding:5px 10px;font-size:10px}}main .main-content{background-color:unset}main .main-content .game-container{background-color:var(--gameContainerBgColor);border-radius:var(--borderRadius);height:calc(100% - var(--limitsHeight) - 125px - 15px);margin-top:40px;margin-bottom:15px;display:flex;align-items:center;justify-content:center;flex-direction:column}main .main-content .game-container .game-state-info{display:flex;align-items:center;justify-content:space-between;margin-top:auto;width:165px}main .main-content .game-container .game-state-info .count-container{display:flex;align-items:center;justify-content:space-between}main .main-content .game-container .game-state-info .count-container .title{font-size:10px;color:#646a80}main .main-content .game-container .game-state-info .count-container .counter{display:flex;align-items:flex-end;font-size:15px}main .main-content .game-container .game-state-info .count-container .counter .value{color:#ccd6f6}main .main-content .game-container .game-state-info .count-container .counter .separator{display:flex;align-items:center;justify-content:center;margin:0 5px;color:#646a80}main .main-content .game-container .game-state-info .count-container .counter .icon{background-repeat:no-repeat;background-size:100%;background-position:center;width:22px;height:22px}main .main-content .game-container .game-state-info .count-container.chicken-count .counter .icon{background-image:url(assets/images/e3a864d498af7ace09a29348533aca91.png)}main .main-content .game-container .game-state-info .count-container.bone-count .counter .icon{background-image:url(assets/images/a36d2bcddf1a4ac157112593cb9fe6d1.png)}main .main-content .game-container .web-profit-wrapper{padding:10px}main .main-content .betslip #bet-settings .bet-setting{display:flex;justify-content:center}main .main-content .betslip #bet-settings .bet-setting .wrapper-left{display:flex;flex-direction:column;justify-content:space-between;height:125px}main .main-content .betslip #bet-settings .bet-setting .wrapper-buttons{position:relative;display:flex;flex-direction:column;width:236px;margin-left:5px}main .main-content .betslip .mobile-profit-wrapper{display:none}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)}.plates{position:relative;transition:all .3s;width:100%;height:calc(100% - 90px);display:flex;align-items:center;justify-content:center}.plates.finished{pointer-events:none}.plates .ul-grand-parent{width:100%;height:100%}.plates .ul-grand-parent .ul-parent{width:100%;height:100%}.plates .ul-grand-parent .ul-parent ul{display:flex;flex-wrap:wrap;width:100%;height:100%}.plates .ul-grand-parent .ul-parent ul li{position:relative;background-repeat:no-repeat;background-position:center;width:calc(20% - 16px);height:calc(20% - 16px);margin:8px;padding:0;z-index:900;transition:.2s ease;background-size:85%;cursor:pointer;overflow:hidden}.plates .ul-grand-parent .ul-parent ul li:hover{filter:brightness(1.2)}.plates .ul-grand-parent .ul-parent ul li:before{content:"";position:absolute;background:url(assets/images/13988fb6a7e0e3014c4ad1eec532b67a.png);background-size:contain;background-repeat:no-repeat;background-position:center;transition:.1s ease-in;width:100%;height:100%}.plates .ul-grand-parent .ul-parent ul li.openning{animation:.5s shake-anim infinite}@keyframes shake-anim{0%{transform:scale(1)}50%{transform:scale(1.1)}100%{transform:scale(1)}}.plates .ul-grand-parent .ul-parent ul li.opened,.plates .ul-grand-parent .ul-parent ul li.lost-opened{background-size:contain;animation:1s animation infinite alternate;cursor:auto}.plates .ul-grand-parent .ul-parent ul li.opened.chicken,.plates .ul-grand-parent .ul-parent ul li.lost-opened.chicken{background-image:url(assets/images/96ccc4ff0a946be704b8dd1e5c18483d.png)}.plates .ul-grand-parent .ul-parent ul li.opened.bone,.plates .ul-grand-parent .ul-parent ul li.lost-opened.bone{background-image:url(assets/images/4a74ff17d15928a03c03cb50c106b29c.png)}.plates .ul-grand-parent .ul-parent ul li.opened::before,.plates .ul-grand-parent .ul-parent ul li.lost-opened::before{transform:translateY(-140%) rotate(20deg);opacity:0;visibility:hidden}@keyframes animation{0%{transform:scale(0.97)}100%{transform:scale(1)}}.plates .ul-grand-parent .ul-parent ul li.lost-opened{opacity:.4}.plates .ul-grand-parent .ul-parent ul:before{content:"";position:absolute;left:-20%;top:-20%;width:140%;height:140%;background-image:url(assets/images/e118de6d40820ef8f7b18e7ba5de34f3.png);background-repeat:no-repeat;background-size:100% 100%;background-position:center}@media screen and (min-width: 992px){.plates .ul-grand-parent{width:100%;max-width:calc((100vh - 63px - var(--limitsHeight) - 22px - 63px - 125px - 15px)*1.25)}.plates .ul-grand-parent .ul-parent{width:100%;padding-top:75%;position:relative}.plates .ul-grand-parent .ul-parent ul{display:flex;flex-wrap:wrap;position:absolute;left:0;top:0;width:100%;height:100%}}@media screen and (min-width: 768px){.plates .ul-grand-parent{max-width:calc((100vh - 63px - var(--limitsHeight) - 22px - 63px - 210px - 15px)*1.42)}}.plates.history{width:60%}@media screen and (max-width: 1280px){main .main-content .betslip #bet-settings .bet-setting .wrapper-buttons{width:100%}}@media screen and (max-width: 991.98px){main .main-content .game-container{height:calc(100% - var(--limitsHeight) - 150px - 5px);margin-bottom:5px}main .main-content .game-container .web-profit-wrapper{width:100%}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-buttons{width:100%;height:78px;margin-left:unset;margin-top:5px}.plates ul{width:100%;height:100%}}@media(min-width: 768px)and (max-width: 991.98px){main .main-content .betslip #bet-settings .bet-setting .wrapper-left{width:100%;flex-direction:row;height:65px}main .main-content .betslip #bet-settings .bet-setting .wrapper-left .bet-wrapper{width:50%;margin-right:2.5px;padding:0 10px}main .main-content .betslip #bet-settings .bet-setting .wrapper-left .bet-wrapper .input-wrapper .input-amount input{font-size:12px}main .main-content .betslip #bet-settings .bet-setting .wrapper-left .bet-wrapper .input-wrapper .input-amount.with-overlay .input-overlay{font-size:12px}main .main-content .betslip #bet-settings .bet-setting .wrapper-left .bet-wrapper .input-wrapper .input-amount.with-overlay .input-overlay .input-val-ending{margin-left:5px}main .main-content .betslip #bet-settings .bet-setting .wrapper-left .bet-wrapper .input-wrapper .input-amount .input-btn{width:32px;height:32px}main .main-content .betslip #bet-settings .bet-setting .wrapper-left .bet-wrapper .input-wrapper .input-amount .input-btn.minus{right:37px}main .main-content .betslip #bet-settings .bet-setting .wrapper-left .bones-wrapper{width:50%;margin-left:2.5px;padding:0 10px}main .main-content .betslip #bet-settings .bet-setting .wrapper-left .bones-wrapper .input-wrapper .input-amount input{font-size:12px}main .main-content .betslip #bet-settings .bet-setting .wrapper-left .bones-wrapper .input-wrapper .input-amount .input-btn{width:32px;height:32px}main .main-content .betslip #bet-settings .bet-setting .wrapper-left .bones-wrapper .input-wrapper .input-amount .input-btn.minus{right:37px}}@media screen and (max-width: 767.98px){main .main-content .game-container{background-color:unset;height:calc(72vw + 45px);margin-bottom:0}main .main-content .game-container .game-state-info .count-container{width:calc(50% - 10px);height:35px;margin:0 5px;padding:5px 10px}main .main-content .game-container .web-profit-wrapper{display:none}main .main-content .betslip{flex-direction:column}main .main-content .betslip #bet-settings .bet-setting{flex-direction:column}main .main-content .betslip #bet-settings .bet-setting .wrapper-left{width:100%;height:60px;flex-direction:row}main .main-content .betslip #bet-settings .bet-setting .wrapper-left .amount-box{width:calc(50% - 2.5px)}main .main-content .betslip #bet-settings .bet-setting .wrapper-buttons{width:100%;height:78px;margin-left:unset;margin-top:5px}main .main-content .betslip .mobile-profit-wrapper{display:flex;width:100%}.plates{width:90vw;height:72vw}.plates ul li{width:20%;height:20%;margin:0px}.plates.history{width:100%}}@media screen and (max-width: 575.98px){main .main-content .betslip{height:auto}main .main-content .betslip #bet-settings .bet-setting{flex-direction:column-reverse}main .main-content .betslip #bet-settings .bet-setting .wrapper-left{flex-direction:column;height:auto}main .main-content .betslip #bet-settings .bet-setting .wrapper-left .amount-box{width:100%;margin-bottom:5px}main .main-content .betslip #bet-settings .bet-setting .wrapper-buttons{width:100%;height:90px;margin-bottom:5px}}
