body{overflow:hidden;-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}@font-face{font-family:"Ubuntu";src:url(../../static/media/Ubuntu-Light.277289c5.ttf);font-weight:400;font-variant:normal;font-style:normal}@font-face{font-family:"Inter";src:url(../../static/media/Inter-Medium.5ff1f2a9.ttf);font-weight:400;font-variant:normal;font-style:normal}@font-face{font-family:"Inter";src:url(../../static/media/Inter-Black.5f2ce7df.ttf);font-weight:900;font-style:normal}@font-face{font-family:"Inter";src:url(../../static/media/Inter-SemiBold.ec60b23f.ttf);font-weight:600;font-style:normal}@font-face{font-family:"Inter";src:url(../../static/media/Inter-Bold.91e5aee8.ttf);font-weight:700;font-style:normal}.homeID,body,html{-webkit-user-select:none;-moz-user-select:none;user-select:none}.homeID,body,html{position:relative;width:100%;height:100%;font:10px/1.5 "Ubuntu",sans-serif;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.gamePage,.homeID,.mainPage{background:url(../../static/media/background.bb1db413.png) 50% no-repeat;background-size:cover;overflow:hidden}.homeIDblackout{position:absolute;left:0;top:0;background-color:rgba(0,0,0,.2)}.homeIDblackout,.transGroup{width:100%;height:100%}.slide-enter,.slide-exit{-webkit-transition:-webkit-transform 1s ease-in-out;transition:-webkit-transform 1s ease-in-out;transition:transform 1s ease-in-out;transition:transform 1s ease-in-out,-webkit-transform 1s ease-in-out;position:absolute;top:0;left:0;width:100%;-webkit-transform:translateX(0);transform:translateX(0)}.slide-exit-active{-webkit-transform:translateX(100%);transform:translateX(100%)}.transGroupMenu .slide-exit-active{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.popUp{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:500px;z-index:12;max-width:95%}.popUp__header{position:relative;width:100%;height:60px;display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;background-color:transparent;box-shadow:none}.innerBlackout{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5)}.icon{width:40px;height:40px;cursor:pointer;position:relative;border-radius:50%;background:#fff}.icon:before{position:absolute;content:"";top:-10px;right:-10px;left:-10px;bottom:-10px}::-webkit-scrollbar-button{background-repeat:no-repeat;width:6px;height:0}::-webkit-scrollbar-track{background-color:hsla(0,0%,100%,.37);border-radius:5px}::-webkit-scrollbar-thumb{border-radius:5px;background-color:#fff}::-webkit-resizer{background-repeat:no-repeat;width:5px;height:0}::-webkit-scrollbar{width:5px;height:13px}@media (min-width:600px){.slide-enter,.slide-exit{-webkit-transition:opacity 1s ease-in-out;transition:opacity 1s ease-in-out;opacity:1}.slide-exit-active{opacity:0}.transGroupMenu .slide-exit-active{-webkit-transform:none;transform:none}.icon{width:55px;height:55px}.icon:before{top:-20px;right:-20px;left:-20px;bottom:-20px}::-webkit-resizer,::-webkit-scrollbar{width:10px}}@media (min-width:600px){.gamePage,.homeID,.mainPage{background:url(../../static/media/bg2.3cce84ff.png) 50% no-repeat;background-size:cover}}.mainPage{display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;width:100%;height:100%}@media(min-width:600px){.mainPage{padding-top:90px}}.top-menu{position:absolute;left:0;top:0;width:100%;height:55px;padding:0 10px;z-index:2;background-color:#121120}.gamePage .top-menu{background-color:transparent}.top-menu__inner{width:100%;justify-content:space-between}.top-menu__inner,.top-menu__tipInfo{height:100%;display:flex;align-items:center}.top-menu__tipInfo{position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);justify-content:center;width:220px;padding:2px;background-color:#fff;font-size:1.5rem;text-align:center;border:1px solid #0089e4;border-top:none;border-radius:0 0 20px 20px;box-shadow:0 0 2px 2px #0089e4}@media(min-width:600px){.top-menu{height:90px}.top-menu__tipInfo{width:400px;font-size:1.8rem}}@media(min-width:1200px){.top-menu{width:1200px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);border-radius:0 0 20px 20px}}.moneyBlock{position:relative;display:flex;align-items:center;width:100px;height:40px;border-radius:100px;background-color:#fff;text-align:center;font-size:1.6rem;color:#282828;font-family:"Inter",sans-serif;margin-left:auto;cursor:pointer}.moneyBlock__moneyAmount{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);margin-left:8px;align-self:center}.moneyBlock__moneyPic{width:23px;height:26px;margin-left:8px;background:url(../../static/media/money.49e3a4cf.svg) 50% no-repeat;background-size:100%}.moneyBlock__addMoney{position:absolute;right:-5px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:22px;height:22px;display:flex;justify-content:center;align-items:center;background-color:#1772af;border-radius:50%;box-shadow:.5px 1px 1px #105a8c;font-size:2rem;line-height:2rem;color:#fff;cursor:pointer}@media(min-width:600px){.moneyBlock{width:180px;height:55px;font-size:1.9rem;margin-right:20px}.moneyBlock__moneyPic{width:35px;height:35px}.moneyBlock__addMoney{width:32px;height:32px;right:-10px;font-size:2.5rem}}.settings{position:absolute;left:0;top:0;width:220px;height:100%;padding:10px;margin-left:auto;border-radius:0 25px 25px 0;background-color:#fff;border-left:2px solid #d3d3d3;z-index:4;-webkit-animation:showSettings .4s ease-in-out forwards;animation:showSettings .4s ease-in-out forwards;overflow-y:auto}.settings::-webkit-scrollbar{width:0;background-color:transparent}.settings__blackout{background-color:rgba(0,0,0,.3);z-index:3;cursor:pointer;-webkit-animation:showBlackout .4s ease-in-out forwards;animation:showBlackout .4s ease-in-out forwards}@-webkit-keyframes showBlackout{0%{opacity:0}to{opacity:1}}@keyframes showBlackout{0%{opacity:0}to{opacity:1}}@-webkit-keyframes showSettings{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes showSettings{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}.settings__header{text-align:center;font-size:2rem;color:#111112;padding-bottom:5px;border-bottom:1px solid rgba(0,0,0,.4);margin-bottom:10px}.settings li{display:flex;align-items:center;margin-top:15px}.settings__name{flex:1 1;font-size:1.5rem}.checkbox{position:absolute;z-index:-1;opacity:0;margin:10px 0 0 20px;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.checkbox+label{position:relative;width:100%;display:flex;align-items:center;font-size:1.5rem;cursor:pointer;padding-right:50px}.checkbox+label:before{-webkit-transform:translateY(-50%);transform:translateY(-50%);right:0;width:40px;height:20px;border-radius:15px;background:#f2f2f2;box-shadow:inset 0 2px 3px rgba(0,0,0,.2)}.checkbox+label:after,.checkbox+label:before{content:"";position:absolute;top:50%;-webkit-transition:.2s;transition:.2s}.checkbox+label:after{-webkit-transform:translateY(-53%);transform:translateY(-53%);right:20px;width:23px;height:23px;border-radius:50%;background:#fff;box-shadow:0 0 5px rgba(0,0,0,.3)}.checkbox:checked+label:after{right:0;background:#0b5586}.checkbox:checked+label:before{background:#5ebeff}.settings__group{font-size:1.7rem;color:#0b4f7c}.our-games{font-size:2rem;color:#0b5586}.my-game{width:186px;height:111px;background-size:100%;border-radius:20px}.vkHref{width:100%;display:flex;justify-content:space-between;align-items:center}.vk-img{width:27px;height:17px;background:url(../../static/media/vk.11e5fea3.svg) 50% no-repeat;background-size:100%}@media(min-width:1000px){.settings__header{font-size:2.9rem;margin-bottom:20px}.my-game{width:180px;height:100px}.settings{width:300px}}.settingsOpen{background:url(../../static/media/settingsOpen.4673193d.svg) 50% no-repeat,#fff;background-size:60%}@media(min-width:600px){.settingsOpen{margin-left:15px}}.levels{overflow-y:auto;height:100%;width:100%;padding:30px 20% 80px}.levels__level{display:flex;justify-content:center;align-items:center;width:60px;height:60px;background-color:#fff;font-size:3rem;color:#0b4f7c;font-family:"Inter",sans-serif;border-radius:50%}.levels__level_small{font-size:2.5rem}.levels .levels__level:nth-child(2n){margin-left:auto}.levels__level_close{background:#fff url(../../static/media/closeLevel.8cbcec66.svg) 50% no-repeat;background-size:80%;border-color:#c1c0c0}.levels__level_last{color:#950000;box-shadow:0 0 20px rgba(153,0,0,.8)}@media(min-width:600px){.levels{display:flex;flex-flow:column wrap;justify-content:center;overflow-x:auto;height:600px;padding:0 40px}.levels__line{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;display:-webkit-box}.levels .levels__line:nth-child(odd){padding-left:75px}.levels__level{width:75px;height:75px;font-size:3.2rem}.levels__level_small{font-size:2.8rem}.levels .levels__level:nth-child(2n),.levels__level{margin:18px 35px}}.leaderBoard{left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);padding:40px 8px 8px;width:520px;font-size:1.4rem;color:#302431;border-radius:20px;z-index:12;height:80%;max-height:600px}.leaderBoard,.rules__cross{position:absolute;background-color:#fff}.rules__cross{top:0;right:0;-webkit-transform:translateY(-30%);transform:translateY(-30%);width:40px;height:40px;border-radius:50%;box-shadow:1px 1px 4px rgba(0,0,0,.4);cursor:pointer}.rules__cross .svgIcon{width:50%;height:50%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);fill:#1677c1}.rules__menu{display:flex;justify-content:center;align-items:center;position:absolute;top:0;left:50%;height:40px;font-size:2.2rem;line-height:2.2em;text-align:center;background-color:#1677c1;color:#fff;margin:0;border-radius:25px;width:220px;-webkit-transform:translate(-50%,-30%);transform:translate(-50%,-30%)}.ratingLoading{text-align:center;font-size:2rem}.leaderBoardInfo{width:100%;margin:0 auto;height:100%;padding:0;overflow-y:auto;font-size:1.5rem}.leaderBoardInfo .settings__text{text-align:center;font-size:2rem!important}.lastRang{margin-bottom:80px!important}.leaderBoardInfo__firstBlock{display:flex;width:70%;max-width:70%}.leaderBoardInfo__playerInfo{display:flex;justify-content:space-between;align-items:center;width:90%;margin:0 auto;color:#000;font-size:1.7rem;font-weight:700;height:100%;border-bottom:1px solid #efefef}@media(orientation:portrait){.leaderBoardInfo__playerInfo{width:97%}}.leaderBoardInfo__player{display:flex;justify-content:space-between;align-items:center;height:70px;margin-bottom:10px}.leaderBoardInfo__image{width:50px;height:50px;border:1px solid #b8b8b8;border-radius:50%;background-size:cover!important;flex:0 0 50px}.leaderBoardInfo__rank,.leaderBoardInfo__rankInner{width:42px;height:42px;border-radius:50%;background-color:transparent;display:flex;justify-content:center;align-items:center;font-size:1.8rem;color:#fff;font-weight:700;margin-right:8px}.leaderBoardInfo__rankInner{width:34px;height:34px;margin:0;font-family:"Inter",sans-serif;font-weight:600;background-color:#bcbcbc}.leaderBoardInfo_1 .leaderBoardInfo__rank{background-color:#fee476;border:1px solid #feda42}.leaderBoardInfo_1 .leaderBoardInfo__rankInner{background-color:#ffac44;border:1px solid #ff9c20;color:#fee476}.leaderBoardInfo_2 .leaderBoardInfo__rank{background-color:#d0dcde;border:1px solid #c1cecd}.leaderBoardInfo_2 .leaderBoardInfo__rankInner{background-color:#9da5a5;border:1px solid #91a1a1;color:#d0dcde}.leaderBoardInfo_3 .leaderBoardInfo__rank{background-color:#fc9634;border:1px solid #f48922}.leaderBoardInfo_3 .leaderBoardInfo__rankInner{background-color:#cd702d;border:1px solid #c56a20;color:#ffb268}.leaderBoardInfo_1 .leaderBoardInfo__rankInner,.leaderBoardInfo_2 .leaderBoardInfo__rankInner,.leaderBoardInfo_3 .leaderBoardInfo__rankInner{font-size:2rem}.rules_lb .leaderBoardInfo_mine{background-color:#f1eff9}.leaderBoardInfo__score{color:#646464;font-size:1.6rem;font-family:"Inter",sans-serif;font-weight:400;margin:2px 0 0}.leaderBoardInfo_big,.leaderBoardInfo_big .leaderBoardInfo__rankInner{width:67px;border-radius:100px}.leaderBoardInfo__rankInner_bigRank{font-size:1.45rem}.leaderBoardInfo__name{margin-right:auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:"Inter",sans-serif;font-weight:600;color:#000;width:100%}.leaderBoardInfo__nameAndScore{display:flex;flex-flow:column nowrap;justify-content:space-between;align-items:start;margin-left:10px;flex:1 1 50%;width:50%}@media(orientation:portrait){.leaderBoard{max-width:99%;min-width:auto}}.blackout{background:rgba(0,0,0,.5);cursor:pointer}.blackout,.pop-up-anim{position:absolute;top:0;left:0;width:100%;height:100%}.pop-up-anim{-webkit-animation:showPopUp .3s ease-in-out forwards;animation:showPopUp .3s ease-in-out forwards;z-index:4}@-webkit-keyframes showPopUp{0%{opacity:0}to{opacity:1}}@keyframes showPopUp{0%{opacity:0}to{opacity:1}}.leaderBoardIcon{background:url(../../static/media/leaderBoard.6e4646c4.svg) 50% no-repeat,#fff;background-size:60%;margin-left:15px}.gamePage{width:100%;height:100%;overflow:hidden;display:flex;flex-flow:column nowrap;justify-content:flex-end;align-items:center;padding-top:60px;touch-action:none}@media(min-width:600px){.gamePage{padding-top:70px}}.crossword-wrapper{flex:1 1 auto;height:40%;width:98%;border-radius:5px;margin:0 auto;padding:5px;box-shadow:0 0 7px 0 #000}.crossword{width:100%;height:100%;overflow-y:auto;overflow-x:hidden;padding:0 5px}.crossword__word{width:100%;display:flex;flex-flow:row nowrap;justify-content:space-around;align-items:center;margin-bottom:6px}.crossword__letter{border-radius:5px;display:flex;justify-content:center;align-items:center;background:hsla(0,0%,100%,.9);color:#9b9b9b;margin-right:5px;cursor:pointer}.crossword__word_selected .crossword__letter{color:#fff;background-color:#0089e4}.crossword__word .crossword__letter:last-child{margin-right:0}.crossword__word_selected .crossword__letter_done{background-color:#0089e4;color:#fff}.crossword__letter_done{color:#000;cursor:default}.crossword_word_wrong{-webkit-animation:tremor .05s ease-in-out infinite;animation:tremor .05s ease-in-out infinite}@-webkit-keyframes tremor{0%,25%{-webkit-transform:translateX(-1%);transform:translateX(-1%)}50%,to{-webkit-transform:translateX(1%);transform:translateX(1%)}}@keyframes tremor{0%,25%{-webkit-transform:translateX(-1%);transform:translateX(-1%)}50%,to{-webkit-transform:translateX(1%);transform:translateX(1%)}}.crossword__word_right .crossword__letter{-webkit-animation:rightWord .6s ease-in-out;animation:rightWord .6s ease-in-out}@-webkit-keyframes rightWord{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rightWord{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.crossword__letter_new{-webkit-animation:newLetter 1s forwards;animation:newLetter 1s forwards}@-webkit-keyframes newLetter{0%{opacity:0}to{opacity:1}}@keyframes newLetter{0%{opacity:0}to{opacity:1}}@media(min-width:600px){.crossword-wrapper{width:600px}.crossword{padding:0 15px}}.tips{width:100%;height:70px;display:flex;justify-content:space-around;align-items:center;padding-right:10px;font-family:"Inter",sans-serif}.tip1{background:url(../../static/media/tip1.3175b9af.svg) 50% no-repeat,#fff}.tip2{background:url(../../static/media/tip2.99afee09.svg) 50% no-repeat,#fff}.tip3{background:url(../../static/media/tip3.ccc77b86.svg) 50% no-repeat,#fff}.tip4{background:url(../../static/media/tip4.e6173fe4.svg) 50% no-repeat,#fff}.tip{position:relative;width:50px;height:50px;cursor:pointer;border-radius:50%;margin-bottom:10px}.tip__cost{position:absolute;bottom:-10px;left:0;width:100%;height:20px;border-radius:10px;background-color:#fff;display:flex;justify-content:center;align-items:center;color:#051225;font-size:1.5rem}.tip__costImage{width:12px;height:14px;background:url(../../static/media/money.49e3a4cf.svg) 50% no-repeat;background-size:100%;margin-left:3px}@media(min-width:600px){.tips{width:600px;margin:0 auto;padding:0}}@media(min-height:600px)and (min-width:600px){.tips{height:90px}.tip{width:65px;height:65px;background-size:50%}.tip1{background-size:45%}.tip4{background-size:30%}.tip__cost{height:25px;bottom:-15px;font-size:2rem}.tip__costImage{width:18px;height:21px}}.actionBlock{position:relative;display:flex;flex-flow:column nowrap;width:100%;height:220px;background-color:rgba(12,2,13,.6)}.actionBlock__interaction{width:100%;height:55px;display:flex;justify-content:space-between;align-items:center}.actionBlock__wordDescription{color:#e3e3e3;text-align:center;font-size:1rem;max-height:100%;overflow-y:auto}.actionBlock__changeWord-down{background:url(../../static/media/changeWord-down.e926c83d.svg) 50% no-repeat,#fff;margin-left:15px}.actionBlock__changeWord-up{background:url(../../static/media/changeWord-up.10d6606b.svg) 50% no-repeat,#fff}.actionBlock__changeWord{flex:0 0 35px;width:35px;height:35px;margin:0 15px;background-size:60%;border-radius:50%;cursor:pointer}@media(min-width:800px){.actionBlock__interaction{width:800px;margin:0 auto}}.keyboard{position:relative}.keyboard__line{width:100%;display:flex;justify-content:space-between;padding:0 4px;margin-bottom:8px}.keyboard__letter{position:relative;display:flex;justify-content:center;align-items:center;width:25px;height:41px;border-radius:4px;background-color:#fff;color:#000;font-size:2.4rem;margin-right:5px;cursor:pointer}.keyboard__visualTip{position:absolute;top:0;right:3px;font-size:.5em}.keyboard__line .keyboard__letter:last-child{margin-right:0}.keyboard__letterTip{position:absolute;bottom:0;height:82px;text-align:center;border-radius:8px;font-size:3rem;display:none;border:1.5px solid #755394}.keyboard__letter_selected .keyboard__letterTip{display:block;z-index:2}.crossword__letter_selected{border:2px solid #fff}.keyboard__deleteButton{background:url(../../static/media/delete.631366ac.svg) 45% no-repeat #fff;background-size:65%;border-radius:8px;cursor:pointer}.keyboard__letter_notVisible{opacity:0;cursor:default}@media(min-width:600px){.keyboard__deleteButton{background-size:45%}.keyboard__visualTip{right:5px;font-size:.65em}}@media(min-width:800px){.keyboard{width:800px;margin:0 auto;font-size:2.7rem}.keyboard__deleteButton{background-size:35%}.keyboard__visualTip{right:6px}}.startGameBlock{width:100%;flex-grow:3}.startGameBlock,.startGameBlock__button{display:flex;justify-content:center;align-items:center}.startGameBlock__button{width:300px;height:60px;font-size:3rem;color:#fff;background-color:#105a8c;border-radius:25px;border:1px solid #fff;cursor:pointer}.menu{display:block;margin-left:10px;background:url(../../static/media/menu.0605df11.svg) 50% no-repeat,#fff;background-size:55%}.menu__endGame{width:40px;height:40px;background:url(../../static/media/home.4a6df2de.svg) 50% no-repeat,transparent;-webkit-border-image:-webkit-linear-gradient(top,#4059ff,#02ddf0);-o-border-image:linear-gradient(180deg,#4059ff,#02ddf0);border-image:linear-gradient(180deg,#4059ff,#02ddf0);border:2px solid #3997f7;border-radius:10px}.endGame{height:260px;background-color:#fff}.endGame,.endGame__header{position:relative;width:300px;font-family:"Inter",sans-serif;border-radius:10px}.endGame__header{height:70px;background:-webkit-linear-gradient(top,#4154ff,#00e1ef);background:linear-gradient(180deg,#4154ff,#00e1ef);margin-bottom:20px;color:#fff;display:flex;flex-flow:column nowrap;justify-content:center;align-items:flex-start;padding-left:20px;font-size:1.4rem;line-height:1.4rem}.endGame__header:after,.endGame__header:before{content:"";position:absolute;left:10px;bottom:-40px;background:url(../../static/media/fastener.20b82dce.svg) 50% no-repeat;background-size:100%;width:8px;height:52px;z-index:10}.endGame__header:after{left:auto;right:10px}.endGame__icon{position:absolute;top:-25px;right:10px;width:80px;height:80px;background:url(../../static/media/ic.71905e43.png) 50% no-repeat;background-size:100%}.endGame__goodGame{font-size:1.8rem;line-height:1.8rem;font-family:"Inter",sans-serif;font-weight:700;margin-bottom:4px}.endGame__prize{text-align:center;font-size:2.2rem;margin-top:30px}.endGame__prizeMoney{position:relative;display:flex;justify-content:center;align-items:center;width:80px;height:80px;margin:20px auto 0;border-radius:10px;background:url(../../static/media/item__3.b854def3.svg) 50% no-repeat,#f1f1f1;background-size:65%}.endGame__moneyCount{position:absolute;top:7px;right:-45px;width:58px;height:29.5px;background:url(../../static/media/prize.226b1e1c.svg) 50% no-repeat;background-size:100%}.endGame__moneyCount__count{color:#fff;font-size:1.7rem;-webkit-transform:rotate(5deg);transform:rotate(5deg)}.endGame__actions{position:absolute;width:100%;height:50px;left:0;bottom:10px;display:flex;justify-content:center;align-items:center;padding:0 20px}.endGame__actions .menu{width:40px;height:40px;margin:0 30px 0 0}.endGame__nextLevel{width:130px;height:40px;background:-webkit-linear-gradient(top,#4059ff,#02ddf0);background:linear-gradient(180deg,#4059ff,#02ddf0);border-radius:10px;cursor:pointer;font-size:1.8rem;color:#fff}.endGame__nextLevel,.endGame__wrapper{display:flex;justify-content:center;align-items:center}.endGame__wrapper{width:100%;height:100%;flex-flow:column nowrap}@media(min-width:600px){.endGame{width:500px;height:280px}.endGame__header{width:500px;height:80px;justify-content:center;align-items:center;font-size:1.6rem;line-height:1.6rem}.endGame__goodGame{font-size:2.1rem;line-height:2.1rem}.endGame__prize{font-size:2.5rem}.endGame__actions{margin-bottom:10px}.endGame__actions .menu{width:60px;height:60px;background-size:55%;margin-right:50px}.endGame__nextLevel{height:60px;width:180px;font-size:2.2rem}}.errorMessage{width:300px;height:200px;color:#000;text-align:center;font-size:1.3rem;padding:30px 10px 10px}.errorMessage,.popUp__title{display:flex;justify-content:center;align-items:center}.popUp__title{width:140px;font-size:2rem;color:#2b2b2b;background:#fff;border-radius:20px;font-family:"Inter",sans-serif;font-weight:700}.popUp__close,.popUp__title{box-shadow:1px 1px 4px rgba(0,0,0,.27);height:40px}.popUp__close{position:absolute;top:50%;right:5px;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:40px;border-radius:50%;background:url(../../static/media/cross.33e78579.svg) 50% no-repeat,#fff;background-size:50%;cursor:pointer}.popUp__elements{display:flex;flex-wrap:wrap;justify-content:space-between;overflow-x:auto;padding-bottom:10px;max-height:80vh}.popUp__location{flex:0 0 auto;height:240px;width:140px;background-color:#fff;border-radius:15px;overflow:hidden;box-shadow:2px 2px 4px rgba(0,0,0,.25);margin-right:40px;cursor:pointer}.popUp__elements .popUp__location:last-child{margin:0}.closedLocation{cursor:auto}@media(min-width:1000px){.popUp{width:800px}.popUp__header{margin-bottom:40px}.popUp__title{width:240px;height:60px;font-size:2.8rem}.popUp__close{width:60px;height:60px}.popUp__location{width:240px;height:380px}}.shop__cart__item{display:flex;flex-flow:column nowrap;justify-content:end;background-color:#fff;padding:5px;border-radius:10px;cursor:pointer;flex:0 0 auto;margin-bottom:15px}.empty__item,.shop__cart__item{width:108px;height:170px}.shop__cart__name{margin:10px 0 5px;text-align:center;font-size:1.3rem;line-height:1.3rem;font-family:"Inter",sans-serif;font-weight:600;color:#2a87ff}.shop__cart__item_1,.shop__cart__item_2,.shop__cart__item_3,.shop__cart__item_4,.shop__cart__item_5{position:relative;width:auto;height:64px;flex:1 0}.shop__cart__item_1{background:url(../../static/media/item__1.0e011c00.svg) 50% no-repeat;background-size:contain}.shop__cart__item_2{background:url(../../static/media/item__2.9bc51cf1.svg) 50% no-repeat;background-size:contain}.shop__cart__item_3{background:url(../../static/media/item__3.b854def3.svg) 50% no-repeat;background-size:contain}.shop__cart__item_4{background:url(../../static/media/item__4.c47f6056.svg) 50% no-repeat;background-size:contain}.shop__cart__item_5{background:url(../../static/media/item__5.8f62ccf5.svg) 50% no-repeat;background-size:contain}.shop__cart__card .svgIcon{top:auto;bottom:0;-webkit-transform:translate(-50%);transform:translate(-50%);width:auto;height:64px}.cart__item_tip{position:absolute;top:80%;right:25%;bottom:auto;font-size:1.2rem;padding:0 6px}.shop__cart__free{font-size:1.4rem!important;line-height:1.4rem!important}.shop__cart__advert{width:19px;height:18px;background:url(../../static/media/advert.647bd7f6.svg) 50% no-repeat;background-size:100%;margin-right:3px}.shop__cart__buy-button{text-align:center;font-size:1.5rem;color:#fff;font-family:"Inter",sans-serif;font-weight:900;display:flex;justify-content:center;align-items:center;width:96px;height:29px;background:-webkit-linear-gradient(185.18deg,#3a9df8 2.88%,#33e0f8 96.18%);background:linear-gradient(264.82deg,#3a9df8 2.88%,#33e0f8 96.18%);border-radius:100px;box-shadow:0 3px 0 #237ee9;margin:5px auto}.shop__cart__buy-button:active{-webkit-transform:scale(.98);transform:scale(.98)}.cart__item_tip{top:83%}@media(max-height:350px){.shop__cart{height:205px}}@media(orientation:portrait){.shop__cart__item{flex:0 0 auto}.popUp__elements .shop__cart__item:last-child{margin-right:0}}@media(max-width:330px)and (orientation:portrait){.empty__item,.shop__cart__item{width:95.04px;height:149.6px}.shop__cart__buy-button{width:84.48px;height:25.52px}.shop__cart__name{font-size:1.33rem;line-height:1.33rem}.shop__tipsCount{font-size:1.6rem;line-height:1.6rem}.shop__tipsCount_advert{font-size:1rem;line-height:1rem}.shop__name_advert{font-size:1.2rem;line-height:1.2rem}.shop__cart__card .svgIcon,.shop__cart__item_1,.shop__cart__item_2,.shop__cart__item_3,.shop__cart__item_4,.shop__cart__item_5{height:56px}.noAdvert{width:60px;height:60px}}@media(min-width:380px)and (orientation:portrait){.empty__item,.shop__cart__item{width:118.8px;height:187px}.shop__cart__buy-button{width:105.6px;height:31.9px}.shop__cart__name{font-size:1.43rem;line-height:1.43rem}.shop__tipsCount{font-size:1.75rem;line-height:1.75rem}.shop__tipsCount_advert{font-size:1.3rem;line-height:1.3rem}.shop__cart__card .svgIcon,.shop__cart__item_1,.shop__cart__item_2,.shop__cart__item_3,.shop__cart__item_4,.shop__cart__item_5{height:70px}.noAdvert{width:76px;height:76px}}@media(min-width:1000px){.shop__tipsCount{font-size:2.2rem;line-height:2.2rem}}@media(orientation:landscape){.shopPopUp .popUp__elements{flex-wrap:nowrap;overflow-x:auto}.shop__cart__item{margin-right:10px}.shop__cart__last{margin:0}}@media(orientation:landscape)and (min-width:1000px){.empty__item,.shop__cart__item{width:162px;height:255px}.shop__cart__card .svgIcon,.shop__cart__item_1,.shop__cart__item_2,.shop__cart__item_3,.shop__cart__item_4,.shop__cart__item_5{height:96px}.noAdvert{width:104px;height:104px}.shop__cart__name{font-size:1.8rem;line-height:1.8rem;margin:15px 0 8px}.shop__cart__buy-button{width:144px;height:43.5px;font-size:2.1rem}.shop__tipsCount_advert{font-size:1.9rem;line-height:1.9rem}.shop__name_advert{margin:15px 0 0}.shopPopUp{width:520px!important}.shopPopUp .popUp__elements{flex-wrap:wrap;overflow-x:hidden}.shop__cart__item{margin-right:0}.shop__cart__last{margin:0}}@media(orientation:landscape)and (min-width:1000px)and (max-height:670px){.shopPopUp{width:850px!important}.shopPopUp .popUp__elements{flex-wrap:nowrap;overflow-x:auto}.shop__cart__item{margin-right:10px}.shop__cart__last{margin:0}}@media(orientation:landscape)and (min-width:1000px){.shop{width:520px!important}}