.catalog-slider__wrap{display:flex;overflow-y:hidden}.catalog-slider__slide{display:inline-flex;flex-direction:column;flex:0 0 70px;margin-right:12px;max-width:70px;text-align:center;padding:16px 0 16px}.catalog-slider__slide:first-child{margin-left:16px}.catalog-slider__slide:last-child{margin-right:8px}.catalog-slider__slide-img-wrap{width:70px;height:70px;background:#fff;box-shadow:0 4px 30px rgba(0,0,0,.08);border:1px solid #eee;border-radius:20px;margin-bottom:8px;transition:all .02s ease;overflow:hidden}.catalog-slider__slide-img-wrap:active{box-shadow:0 4px 30px rgba(3,210,28,.08),inset 0 0 0 2px #00bb0e}.catalog-slider__slide-img-wrap--selected{box-shadow:0 4px 10px rgba(3,210,28,.08),inset 0 0 0 2px #00bb0e}.catalog-slider__slide-img{max-width:50px;max-height:50px}.catalog-slider__slide-img-highlight{cursor:pointer;-webkit-tap-highlight-color:rgba(3,210,28,.08);width:100%;height:100%;display:flex;align-items:center;justify-content:center}.catalog-slider__slide-title{font-size:12px;opacity:.6;max-width:100%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.settings-plate{position:fixed;bottom:0;left:0;background:#fff;width:100vw}.settings-plate__backdrop{width:100vw;height:100vh;position:fixed;top:0;left:0;background:rgba(0,0,0,.1)}.settings-plate__title-wrap{display:flex;align-items:center;justify-content:space-between;padding:20px 16px 0;font-size:20px;font-weight:900;color:#333}.settings-plate__title-close{opacity:.2}.team-select{display:flex;width:100%;max-width:100%;overflow-x:scroll}.team-select__add-team-item{width:60px;flex:0 0 60px;background:#f2f2f2;font-weight:900;font-size:24px;justify-content:space-around;color:#999}.team-select__add-team-item,.team-select__team-item{height:135px;border:1px solid #eee;border-radius:20px;display:flex;align-items:center}.team-select__team-item{width:120px;flex:0 0 120px;margin-right:12px;flex-direction:column;padding:12px;color:#666;position:relative}.team-select__team-item:first-child{margin-left:30px}.team-select__team-item-img{max-height:77px;max-width:77px;margin-bottom:12px}.team-select__team-item-del{position:absolute;right:10px;top:1px;font-weight:900;font-size:24px;transform:rotate(45deg);opacity:.2}.new-game{height:100%;display:flex;flex-direction:column;min-height:100vh}.new-game__title-wrap{display:flex;align-items:center;margin-top:20px}.new-game__arrow-back{width:52px;height:52px;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,.04);display:flex;align-items:center;justify-content:space-around}.new-game__arrow-back-img{width:20px}.new-game__title{font-size:28px;font-weight:700;text-shadow:0 2px 2px rgba(0,0,0,.1);color:#fff}.new-game__plate{background:#fff;height:auto;bottom:0;margin-top:10px;width:100%;padding:30px;border-radius:40px 40px 0 0;position:relative;display:flex;flex-direction:column;flex-grow:1;box-shadow:0 -10px 50px rgba(0,0,0,.1)}.new-game__counter{margin-right:20px;display:inline-block}.new-game__counter:last-child{margin-right:0}.new-game__counter-row{margin-bottom:20px}.new-game__team-select{margin:0 -30px 40px}.new-game__team-select-title{margin-left:30px}.new-game__action-btn{margin-top:auto}.counter{display:inline-flex;border-radius:20px;border:1px solid #eee;position:relative;margin-bottom:12px;font-size:16px;font-weight:900;color:#999;height:49px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:8px}.counter__btn{height:32px;width:32px;background:#f2f2f2;border-radius:13px;justify-content:space-around}.counter__btn,.counter__timer{display:flex;align-items:center}.counter__timer{padding:15px}.words-list{margin-bottom:20px}.words-list__item{display:inline-block;border-radius:20px;border:1px solid #eee;position:relative;padding:13px 14px 12px 49px;margin-bottom:12px;font-size:16px;font-weight:900;color:#999;height:49px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-right:12px}.words-list__item input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.words-list__item-checkmark{position:absolute;top:8px;left:8px;height:32px;width:32px;border-radius:13px;background-color:#f2f2f2}.words-list__item:hover input~.words-list__item-checkmark{background-color:#f2f2f2}.words-list__item input:checked~.words-list__item-checkmark{background-color:#94c94b}.words-list__item input:checked~.words-list__item-label{color:#94c94b}.words-list__item-checkmark:after{content:"";position:absolute;display:none}.words-list__item input:checked~.words-list__item-checkmark:after{display:block}.words-list__item .words-list__item-checkmark:after{left:11px;top:3px;width:6px;height:17px;border:solid #fff;border-width:0 3px 3px 0;transform:rotate(45deg)}.base-timer{position:relative;width:200px;height:200px}.base-timer__svg{transform:scaleX(-1)}.base-timer__circle{fill:none;stroke:none}.base-timer__path-elapsed{stroke-width:10px;stroke:#eee}.base-timer__path-remaining{stroke-width:10px;stroke-linecap:round;transform:rotate(90deg);transform-origin:center;transition:all 1s linear;fill-rule:nonzero;stroke:currentColor}.base-timer__path-remaining.green{color:#8bce2e}.base-timer__path-remaining.orange{color:orange}.base-timer__path-remaining.red{color:red}.base-timer__label{font-weight:700;position:absolute;width:200px;height:200px;top:0;justify-content:center;font-size:48px}.base-timer__label,.your-move{display:flex;align-items:center}.your-move{height:100vh;width:100vw;flex-direction:column}.your-move__arrow-back{position:fixed;left:0;top:20px;width:52px;height:52px;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,.04);display:flex;align-items:center;justify-content:space-around}.your-move__arrow-back-img{width:20px}.your-move__plate{background-color:#fff;width:100%;border-radius:40px 40px 0 0;margin:-30px 0 0;position:relative;height:100%;flex-direction:column;padding:50px 30px 0 30px}.your-move__image-wrap,.your-move__plate{overflow:hidden;display:flex;align-items:center}.your-move__image-wrap{width:160px;margin-top:20px;height:160px;flex:0 0 160px;border-radius:40px;background:#fff;box-shadow:0 11px 20px rgba(0,0,0,.05);justify-content:space-around;z-index:1}.your-move__image{max-height:110px;max-width:110px;margin-top:5px}.your-move__team-title{font-size:33px;font-weight:900;text-align:center;margin:30px 0 20px}.your-move__sub{color:#999;margin-bottom:16px}.your-move__score-wrap{border-radius:30px 30px 0 0;padding:20px 24px 8px;background-color:#f2f2f2;color:#999;position:relative;z-index:500}.your-move__score-list-wrap{position:relative;margin:auto 0 0;width:100%;max-height:400px;overflow-y:scroll}.your-move__score-list-wrap-img{position:absolute;top:-55px;left:50%;transform:translateX(-50%)}.your-move__score{width:100%;padding:10px 0;display:flex;font-size:21px;justify-content:space-between;align-items:center;border-bottom:1px solid #e4e4e4;font-weight:700}.your-move__score--active{color:#333}.your-move__score:last-child{border-bottom:none}.main-action-btn{width:calc(100% - 36px);font-size:20px;text-align:center;background:linear-gradient(0deg,#ffd800 0,#ffed19);border-radius:50px;padding:12px;height:60px;display:flex;color:#000;text-decoration:none;font-weight:700;box-shadow:0 5px 10px rgba(125,104,1,.16);align-items:center;justify-content:space-around;margin-bottom:8px}.select-word{width:100%;padding:0 16px}.select-word__item{padding:16px 24px;font-size:20px;background:#f2f2f2;border:1px solid #eee;border-radius:50px;margin-bottom:8px;text-align:center;width:100%;display:flex;font-weight:800;align-items:center;justify-content:space-between}.select-word__card{position:fixed;border-radius:30px;bottom:16px;transform:translateX(-50%);left:50%;width:calc(100% - 36px);margin-top:auto;height:auto;background:#fff;z-index:80000;display:flex;flex-direction:column;align-items:center;box-shadow:0 0 150px 50px rgba(0,0,0,.2)}.select-word__card-word{margin-top:50px;margin-bottom:40px;font-size:34px;font-weight:700;background-color:#f2f2f2;padding:10px 13px;border-radius:10px}.select-word__btn-wrap{display:flex;flex-direction:column;padding:50px;width:100%}.select-word__btn-wrap-ok{margin-bottom:12px}.select-word__card-word-suc{width:100%;background:#00bb0e;margin-right:10px}.select-word__card-word-suc,.select-word__card-word-wrong{font-size:18px;border:0;border-radius:10px;padding:24px;color:#fff}.select-word__card-word-wrong{background:#f84217;width:72px}.fade-enter-active{-webkit-animation:bounce-in .2s;animation:bounce-in .2s}.fade-leave-active{animation:bounce-in .2s reverse}@-webkit-keyframes bounce-in{0%{transform:translateY(50px) translateX(-50%);opacity:0}to{transform:translateY(0) translateX(-50%);opacity:1}}@keyframes bounce-in{0%{transform:translateY(50px) translateX(-50%);opacity:0}to{transform:translateY(0) translateX(-50%);opacity:1}}.finish{height:100%;display:flex;min-height:100vh}.finish__winner-title{text-align:center;font-size:33px;font-weight:900;margin-bottom:200px}.finish__plate{background:#fff;height:auto;bottom:0;margin-top:auto;width:100%;padding:30px;border-radius:40px 40px 0 0;position:relative}.finish__score-wrap{border-radius:30px;padding:16px 24px;background-color:#f2f2f2;color:#999;position:relative;z-index:500}.finish__score-list-wrap{position:relative;margin:auto 0 30px;width:100%}.finish__score-list-wrap-img{position:absolute;top:-163px;left:50%;transform:translateX(-50%);z-index:500}.finish__score{width:100%;padding:10px 0;display:flex;font-size:21px;justify-content:space-between;align-items:center;border-bottom:1px solid #e4e4e4;font-weight:700}.finish__score--active{color:#333}.finish__score:last-child{border-bottom:none}