@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400%3b500%3b700%3b800&display=swap);*{margin:0;padding:0}*,:after,:before{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}:active,:focus{outline:0}a:active,a:focus{outline:0}aside,footer,header,nav{display:block}body{min-height:100vh;min-width:100%;max-width:100vw;overflow-x:hidden}button,input,textarea{font-family:inherit}input::-ms-clear{display:none}button{cursor:pointer;border:none;background:0 0}button::-moz-focus-inner{padding:0;border:0}a,a:hover,a:visited{text-decoration:none}ul li{list-style:none}img{vertical-align:top}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:400}@font-face{font-family:icons;font-display:swap;src:url(../fonts/icons.woff2) format("woff2"),url(../fonts/icons.woff) format("woff");font-weight:400;font-style:normal}[class*=" _icon-"]::before,[class^=_icon-]::before{font-family:icons!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}._icon-close:before{content:"\e900"}._icon-menu-icon:before{content:"\e901"}:root{--gradient:linear-gradient(90deg,#f9e642 0,#f23a15 100%);--color:#ff4600}body{font-family:Inter,sans-serif;font-weight:400;background:#111}body._lock{overflow:hidden}.wrapper{display:flex;flex-direction:column;min-height:100vh;max-width:100vw;height:100%;position:relative;overflow:hidden}.container{max-width:1000px;margin:0 auto}.page{flex:1 1 auto}.select-box{display:flex;flex-direction:column-reverse;position:relative;width:80px}.select-box label{cursor:pointer}.options-container{position:absolute;top:100%;left:5px;color:#f5f6fa;max-height:0;width:100%;opacity:0;transition:all .3s linear;overflow:hidden;z-index:10;background:#111;border:2px solid #bf0000;border-radius:5px}.options-container._active{max-height:260px;opacity:1;overflow-y:scroll}.options-container::-webkit-scrollbar{width:1px;background:#111}.options-container::-webkit-scrollbar-thumb{background:#555}.option,.selected{padding:5px 10px;cursor:pointer;transition:all .3s linear}.selected{color:#fff;position:relative}.selected::after{content:"";position:absolute;top:50%;right:5px;transform:translate(0,-50%);width:10px;height:10px;-webkit-mask:url(../img/icons/icons.svg#arrow) center no-repeat;mask:url(../img/icons/icons.svg#arrow) center no-repeat;background:#999;transition:all .3s linear}.selected._active::after{transform:translate(0,-50%) rotate(180deg)}.option{padding:5px 10px 5px 18px;text-align:left}.option:hover{background:#fff;color:#111}.radio{display:none}.title{font-weight:700;font-size:.875rem;color:#fff;text-align:center;margin-bottom:20px}.btn{font-weight:700;font-size:.625rem;color:#111;background:#fff;border:1px solid #bf0000}.btn_yellow{background:gold;border:2px solid #bf0000}.btn.disabled{color:#999;border:1px solid #999}.bar{background:#fff;position:relative}.bar__progress{position:absolute;top:0;left:0;height:100%;width:0;background:#999}.bar__value{font-size:0}.pagination{display:flex;align-items:center;max-width:-moz-fit-content;max-width:fit-content;margin:0 auto}.pagination__prev{width:11px;height:11px;margin-right:5px;display:flex;align-items:center;justify-content:center}.pagination__prev svg{width:100%;height:100%;fill:#999;transform:rotate(90deg)}.pagination__page{font-size:.75rem;color:#fff;padding:0 2px}.pagination__page.active{font-weight:700}.pagination__next{width:11px;height:11px;margin-left:5px;display:flex;align-items:center;justify-content:center}.pagination__next svg{width:100%;height:100%;fill:#999;transform:rotate(-90deg)}.header__body{display:flex;align-items:center;height:56px;background:#333;padding:0 15px}.header__main{flex:0 0 34%;display:flex;justify-content:space-between;align-items:center}.header__logo{display:block;max-width:52px;min-width:52px;max-height:40px}.header__logo img{max-width:100%;max-height:100%}.header__menu{flex:1 1 66%}.search{border:1px solid #fff;padding:5px 9px;display:flex;align-items:center;max-width:154px;width:100%;margin-right:15px}.search input{border:none;background:0 0;color:#999;font-size:.875rem;width:50px;flex:1 1 auto}.search__btn{min-width:13px;width:13px;height:13px;margin-left:15px}.search__btn svg{width:100%;height:100%;fill:#fff}.lang{margin:0 15px;display:flex}.lang__item{font-size:.75rem;color:#999}.lang__item:not(:last-child){margin-right:3px}.lang__item.active{font-weight:700;color:#fff}.menu{display:flex}.menu__list{display:flex}.menu__item{margin-left:18px}.menu__item.active .menu__link{font-weight:700}.menu__item:hover .menu__link{color:#999}.menu__link{text-transform:uppercase;color:#fff;transition:all .3s linear}.menu__icon{display:none}.main__body{display:flex;margin-top:6px;margin-bottom:20px;position:relative}.main__body:before{content:"";position:absolute;bottom:100%;left:0;width:100%;height:6px;background:var(--gradient)}.account-main{flex:1 1 34%;padding:21px 15px;background:#555}.account-main__user{display:flex;margin-bottom:18px}.account-main__avatar{position:relative;width:81px;height:81px;border:2px solid #39be2d;border-radius:5px;margin-right:8px;overflow:hidden}.account-main__avatar img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.account-main__clan,.account-main__name,.account-main__place{color:#999;margin-bottom:2px}.account-main__clan span,.account-main__name span,.account-main__place span{color:#fff;font-weight:700}.account-main__btns{display:flex}.account-main__btn{height:18px;width:18px;display:flex;align-items:center}.account-main__btn:hover svg{fill:#fff}.account-main__btn:not(:last-child){margin-right:7px}.account-main__btn svg{height:100%;fill:#999;transition:all .3s linear}.level-main{margin-bottom:18px}.level-main__value{text-transform:uppercase;color:#999;margin-bottom:8px}.level-main__value span{font-weight:700;color:#fff}.level-main__bar{width:95%;font-weight:700;color:var(--color);padding:5px 25px;display:flex;align-items:center;justify-content:flex-end;position:relative;background:#fff}.level-main__progress{position:absolute;top:0;left:0;width:70%;height:100%;background:var(--gradient)}.icons-main{display:flex;align-items:center}.icons-main__item{width:30px;height:30px;display:flex;align-items:center;justify-content:center}.icons-main__item:not(:last-child){margin-right:15px}.icons-main__item img{max-width:100%;max-height:100%}.location-main{flex:1 1 66%;display:flex;justify-content:flex-end;align-items:flex-end;position:relative}.location-main__bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;background:#fff}.location-main__bg.active{animation:imageChange 1s ease-in-out forwards}.location-main__bg img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.location-main__select{width:212px}.location-main__select .options-container{left:0;top:110%;border:2px solid #fff;border-radius:unset;max-height:200px;pointer-events:none}.location-main__select .options-container._active{pointer-events:all}.location-main__select .option{font-size:.875rem;color:#fff;padding:5px 10px}.location-main__select .option:hover{background:#555}.location-main__select .selected{background:var(--gradient);border:1px solid #fff;font-size:.875rem;color:#fff;font-weight:700}.location-main__select .selected::after{right:10px;background:#fff}@keyframes imageChange{0%{opacity:0}100%{opacity:1}}.skills{margin-bottom:20px}.skills__body{display:flex;background:#333}.skills__left{flex:0 0 34%;padding:10px 15px;border-right:2px solid #111;display:grid;grid-template-columns:minmax(auto,3fr) auto minmax(auto,8fr)}.skills__item{margin-bottom:5px}.skills__name{font-size:.75rem;font-weight:700;color:var(--color);display:flex;align-items:center}.skills__icon{display:flex;align-items:center;justify-content:center;margin:0 7px;width:24px;height:24px}.skills__icon_pistol svg{width:24px;height:24px}.skills__icon_shield svg{width:20px;height:20px}.skills__icon_speed svg{width:22px;height:22px}.skills__icon_power svg{width:18px;height:20px}.skills__icon svg{fill:#999}.skills__value{font-size:.75rem;color:#fff;display:flex;align-items:center}.skills__center{flex:0 0 43%;padding:10px 15px;border-right:2px solid #111;border-left:2px solid #999;display:grid;grid-template-columns:minmax(auto,3fr) auto minmax(auto,8fr);align-items:center}.skills__right{flex:0 0 23%;padding:0 15px;border-left:2px solid #999;display:flex;align-items:center}.balance{position:relative}.balance__btn{padding:10px;font-size:.75rem;font-weight:700;color:var(--color);border:1px solid #fff;display:flex;align-items:center;width:180px;position:relative}.balance__btn svg{fill:#999}.balance__btn svg:first-of-type{width:20px;height:20px;margin-left:10px}.balance__btn svg:last-of-type{width:11px;height:6px;position:absolute;right:20px;top:50%;transform:translate(0,-50%)}.balance__list{position:absolute;top:110%;right:0;background:#fff;padding:17px;max-width:325px;width:-moz-fit-content;width:fit-content;z-index:3;opacity:0;visibility:hidden;transform:translate(0,20px);transition:all .2s linear}.balance__list.active{opacity:1;visibility:visible;transform:translate(0,0)}.balance__item{display:flex;align-items:center}.balance__item:not(:last-child){margin-bottom:10px}.balance__image{width:20px;min-width:20px;height:20px;display:flex;align-items:center;justify-content:center;margin-right:13px}.balance__image picture{display:flex;align-items:center;justify-content:center}.balance__image img{max-width:100%;max-height:100%}.balance__value{font-size:.75rem;color:#333}.balance__value span{font-weight:700;color:#bf0000}.balance__name{font-size:.75rem;color:#bf0000;margin-right:5px;white-space:nowrap}.content{margin-bottom:10px}.content__body{display:flex;margin:0 -2x}.content__left{flex:0 1 34%;padding:0 2px}.content__center{flex:0 0 43%;padding:0 2px}.content__right{flex:0 0 23%;padding:0 2px}.timer{background:#555;padding:20px 15px;margin-bottom:4px}.timer__item{display:grid;grid-template-columns:4fr 2fr;font-size:.75rem;color:#fff}.timer__item:not(:last-child){margin-bottom:9px}.timer__item span{font-weight:700;font-size:.875rem;color:var(--color)}.maps{padding:15px;background:#555}.maps:not(:last-child){margin-bottom:4px}.maps__title{font-weight:700;font-size:.875rem;color:#fff;margin-bottom:15px}.maps__empty{margin-bottom:39px;font-size:.875rem;color:#999;text-align:center}.maps__list{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.maps__item{border:4px solid #0d2c63;border-radius:5px;overflow:hidden;position:relative;aspect-ratio:1/1}.maps__item.disable{border:4px solid #fe0900}.maps__item img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.chat{background:#555;box-shadow:0 4px 4px rgba(0,0,0,.25);padding:15px 15px 24px}.chat__title{font-weight:700;font-size:.875rem;color:#fff;margin-bottom:15px}.chat__new{display:flex;background:#333;padding:8px 10px;margin-bottom:15px;align-items:center}.chat__new input{font-size:.75rem;line-height:15px;color:#999;background:0 0;border:none;flex:1 1 auto;width:50px}.chat__new button{width:20px;height:20px}.chat__new button:not(:last-child){margin-right:10px}.chat__new button svg{width:100%;height:100%;fill:#999}.chat__item:not(:last-child){margin-bottom:15px}.chat__header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:6px}.chat__name{font-size:.875rem;color:#fff}.chat__time{font-size:.625rem;color:#999}.chat__message{font-size:.75rem;color:#fff;padding:8px 10px;background:#333}.news{padding:15px;background:#555;box-shadow:0 4px 4px rgba(0,0,0,.25)}.news__title{font-size:.875rem;font-weight:700;color:#fff}.news__item{padding:15px}.news__item:not(:last-child){border-bottom:2px solid #111}.news__item:not(:first-of-type){border-top:2px solid #999}.news__date{font-size:.625rem;color:#fff;margin-bottom:10px}.news__text{font-size:.75rem;color:#fff}.fight{justify-content:center;background:#555;margin-bottom:4px;padding:15px 0}.fight__title{font-weight:700;font-size:.875rem;color:#fff;text-align:center}.fight__result{font-weight:700;font-size:.875rem;padding:15px}.fight__result:not(:last-of-type){border-bottom:2px solid #111}.fight__result:not(:first-of-type){border-top:2px solid #999}.fight__result_won{color:#39be2d}.fight__result_won .rivals__result{color:#39be2d}.fight__result_lost{color:#bf0000}.fight__result_lost .rivals__result{color:#bf0000}.fight__points{display:flex;justify-content:center}.fight__points span:not(:last-child){margin-right:15px}.rivals{display:flex;justify-content:center;margin-bottom:6px;position:relative}.rivals__avatar{border:2px solid #39be2d;border-radius:5px;width:64px;height:64px;overflow:hidden;position:relative;margin-bottom:4px}.rivals__avatar img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.rivals__name{font-weight:700;color:#fff;text-align:center}.rivals__vs{font-weight:700;color:#999;margin:22px 6px 0}.rivals__result{font-weight:700;position:absolute;top:22px;left:50%;transform:translate(calc(-50% - 110px),0)}.shop{margin-bottom:85px}.shop__container{background:#555}.shop__body{max-width:700px;margin:0 auto;padding:20px 20px 76px}.shop__title{font-weight:700;font-size:.875rem;color:#fff;margin-bottom:20px;text-align:center}.shop__block{display:flex;justify-content:center;flex-wrap:wrap;margin:0 -10px}.box{flex:0 0 25%;padding:0 10px;margin-bottom:20px}.box_open .box__body{border:2px solid #111}.box_open .box__image{width:50px;height:50px;margin-top:20px;margin-bottom:32px;position:relative;border:3px solid gold;border-radius:5px;overflow:hidden}.box_open .box__image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.box__body{background:#fff;border-radius:5px;padding:14px 10px;display:flex;flex-direction:column;align-items:center;min-width:150px;height:100%}.box__image{width:110px;height:92px;margin-bottom:10px;display:flex;align-items:center;justify-content:center}.box__image img{max-width:100%;max-height:100%}.box__rating{margin-bottom:15px}.box__rating svg{height:11px;width:11px;fill:gold}.box__btn{display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.5rem;color:#111;border:1px solid #bf0000;height:28px;width:100%;white-space:nowrap;padding:0 5px}.box__btn:not(:last-of-type){margin-bottom:10px}.box__btn:last-of-type{margin-bottom:6px}.box__btn img{max-width:100%;height:13px;margin-left:5px}.box__level{font-size:.625rem;color:#111}.box__level span{font-weight:700}.submenu{margin-bottom:10px}.submenu_left .submenu__list{justify-content:flex-start;padding:0 40px;min-width:unset}.submenu_top .submenu__list{justify-content:flex-start;padding:0 10px;min-width:-moz-fit-content;min-width:fit-content}.submenu_top .submenu__link{font-size:.75rem}.submenu_sms .submenu__list{justify-content:flex-start;padding:0 10px;min-width:-moz-fit-content;min-width:fit-content}.submenu__body{padding-bottom:10px;overflow-x:auto;scrollbar-width:thin;scrollbar-color:#999 #000}.submenu__body::-webkit-scrollbar{width:100%;height:1px}.submenu__body::-webkit-scrollbar-thumb{background:#999}.submenu__list{display:flex;align-items:center;justify-content:center;padding:0 10px;min-width:970px}.submenu__item.active .submenu__link{font-weight:700}.submenu__item:hover .submenu__link{color:#999}.submenu__item:not(:last-child){margin-right:20px}.submenu__link{font-size:.875rem;text-transform:uppercase;color:#fff;white-space:nowrap;transition:all .3s linear}.equipment{margin-bottom:86px}.equipment__body{background:#555;padding:20px 0;overflow-x:auto;scrollbar-width:thin;scrollbar-color:#999 #000}.equipment__body::-webkit-scrollbar{width:100%;height:1px}.equipment__body::-webkit-scrollbar-thumb{background:#999}.equipment__item{display:flex;align-items:center;justify-content:space-between;padding:20px 85px;min-width:725px}.equipment__item:not(:last-child){border-bottom:2px solid #111}.equipment__item:not(:first-child){border-top:2px solid #999}.equipment__item:nth-child(2){border-top:none}.equipment__item:first-child{border:none;padding:0 85px}.equipment__item:first-child .equipment__price{justify-content:center}.equipment__item:first-child .equipment__limit,.equipment__item:first-child .equipment__price,.equipment__item:first-child .equipment__value{color:#999}.equipment__name{font-size:.625rem;color:#fff;display:flex;align-items:center;margin-right:10px;flex:0 0 26%}.equipment__name img{width:50px;height:50px;margin-right:15px}.equipment__activation{margin-right:10px;flex:0 0 12%;text-align:center;min-width:97px}.equipment__btn{font-weight:700;font-size:.625rem;background:#fff;border:1px solid #bf0000;height:28px;width:97px;display:flex;justify-content:center;align-items:center}.equipment__btn.disable{color:#999;border:1px solid #999}.equipment__value{font-size:.625rem;color:#fff;margin-right:10px;flex:0 0 13%;text-align:center}.equipment__limit{font-size:.625rem;color:#fff;margin-right:10px;flex:0 0 9%;text-align:center}.equipment__price{font-size:.625rem;color:#fff;display:flex;align-items:center;margin-right:10px;flex:0 0 14%}.equipment__price img{width:20px;height:20px;margin-right:7px}.equipment__buy{flex:0 0 12%}.cards{margin-bottom:85px}.cards__body{background:#555;padding:20px 15px}.cards__body:not(:first-child){border-top:2px solid #999}.cards__body:not(:last-child){border-bottom:2px solid #111}.cards__header{display:flex;align-items:center;margin-bottom:10px;position:relative}.cards__selection{position:absolute;top:0;right:0;display:flex;align-items:center}.cards__selection span{font-size:.75rem;color:#999;margin-right:5px}.cards__link{font-size:.75rem;color:#fff;transition:all .3s linear}.cards__link:not(:last-child){margin-right:5px}.cards__link.active{font-weight:700}.cards__link:hover{color:#999}.cards__title{flex:1 1 100%;font-weight:700;font-size:.875rem;color:#fff;text-align:center}.cards__wrapper{max-width:850px;margin:0 auto;display:flex;justify-content:center}.cards__items{width:100%;display:grid;grid-template-columns:repeat(auto-fill,170px);justify-content:center}.cards__item{padding:10px 10px}.card{background:#ffeda0;border-radius:5px;width:150px;height:100%;min-height:299px;display:flex;flex-direction:column;justify-content:center;position:relative}.card:hover .hidden-card{opacity:1;visibility:visible}.card.checked{position:relative;border:2px solid #111;z-index:1}.card.checked_main{z-index:2}.card.checked::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(85,85,85,.5);z-index:2;border-radius:5px}.card.checked .card__image{width:100%;height:147px}.card.checked .card__list.options{position:absolute;top:100%;left:0;width:100%;height:150px;display:block;background:#fff;border-radius:5px;transform:translate(0,5px)}.card.active{border:2px solid #111}.card.active .card__list{display:none}.card.active .card__list_tournament{display:flex}.card.active .card__list.options{display:block}.card.active .card__image{width:100%;height:147px}.card__image{width:150px;height:150px;position:relative;border:6px solid gold;border-radius:5px}.card__image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.card__skills{display:flex;align-items:center;justify-content:space-between;position:absolute;left:0;top:4px;width:100%;padding:0 4px;z-index:1}.card__hp,.card__level{font-size:.5rem;color:#bf0000;padding:3px 4px;background:#fff;border-radius:5px}.card__rating{position:absolute;width:100%;left:0;bottom:10px;display:flex;align-items:center;justify-content:center}.card__rating svg{width:13px;height:13px;fill:gold}.card__rating svg:not(:last-child){margin-right:3px}.card__list{margin-bottom:5px;padding:10px 10px 0;height:118px;display:flex;flex-direction:column;justify-content:center}.card__list.options{height:118px;display:none}.card__close{display:flex;justify-content:flex-end}.card__close svg{width:13px;height:13px;fill:#bf0000}.card__link{font-size:.625rem;color:#39be2d;display:flex;align-items:center}.card__link.active{font-weight:700}.card__item{display:flex;align-items:center;font-size:.625rem;color:#39be2d}.card__item:not(:last-child){margin-bottom:6px}.card__item img{width:13px;height:13px;margin-right:6px}.card__item_hero{color:#bf0000;font-weight:700;margin-left:7px}.card__item_hero:not(:last-child){margin-bottom:1px}.card__item_hero img{width:13px;height:10px;display:flex;align-items:center;justify-content:center}.card__item_tournament{color:#bf0000;font-weight:700;margin-left:7px}.card__item_tournament:not(:last-child){margin-bottom:1px}.card__item_tournament img{width:20px;height:20px;display:flex;align-items:center;justify-content:center}.card__item_red{color:#bf0000}.card__item .card__link img{width:20px;height:20px;max-width:100%;max-height:100%;margin-left:5px}.card__options{display:flex;width:100%;align-items:center;justify-content:flex-end;padding:0 10px 10px}.card__btn{width:16px;height:16px;display:flex;align-items:center;justify-content:center}.card__btn svg{width:100%;height:100%;fill:#bf0000}.card__add{width:20px;height:20px;display:block;margin:0 auto 10px}.card__add svg{width:100%;height:100%;fill:#39be2d}.card__buy{font-weight:700;font-size:.625rem;color:#111;width:130px;height:28px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #bf0000;margin:0 auto}.card__buy img{width:20px;height:20px;display:flex;align-items:center;justify-content:center;margin-left:6px}.card__rank{font-size:.5rem;line-height:10px;color:#111;padding:3px 11px;background:#fff;border-radius:5px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cards-mini__body{max-width:780px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fill,130px);justify-content:center}.cards-mini__item{padding:10px}.cards-mini__card{position:relative;width:110px;height:110px}.cards-mini__image{width:100%;height:100%;border:6px solid gold;border-radius:5px;position:relative}.cards-mini__image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.cards-mini__skills{position:absolute;width:100%;top:10px;padding:0 10px;display:flex;align-items:center;justify-content:space-between}.cards-mini__level{font-size:.375rem;color:#bf0000;padding:2px 3px;background:#fff;border-radius:5px}.cards-mini__hp{font-size:.375rem;color:#bf0000;padding:2px 3px;background:#fff;border-radius:5px}.cards-mini__rating{display:flex;justify-content:center;align-items:center;position:absolute;bottom:10px;left:0;width:100%}.cards-mini__rating svg{width:9px;height:9px;fill:gold}.cards-mini__rating svg:not(:last-child){margin-right:2px}.hidden-card{position:absolute;bottom:0;left:0;width:100%;padding:13px 10px;background:#999;border-radius:5px;min-height:85px;display:flex;flex-direction:column;justify-content:flex-end;transition:all .3s linear;opacity:0;visibility:hidden}.hidden-card__item{margin-bottom:10px;color:#fff;font-size:.5rem;font-weight:700;display:flex;align-items:center}.hidden-card__item img{width:13px;height:13px;margin-right:4px}.hidden-card__btn{width:100%;height:28px}.reg__body{display:flex;flex-direction:column;min-height:100vh;position:relative}.reg__bg{position:absolute;width:100%;height:100%;z-index:-1}.reg__bg::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.reg__bg img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.reg__header{display:flex;align-items:center;justify-content:space-between;padding:20px 15px}.reg__logo{width:92px;height:70px}.reg__logo img{max-width:100%;max-height:100%}.reg__content{flex:1 1 auto;padding:0 15px;max-width:800px;width:100%;margin:0 auto}.reg__title{font-weight:700;font-size:.75rem;color:#fff;margin-bottom:20px;margin-top:-10px}.reg__footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;max-width:800px;width:100%;margin:0 auto;padding:35px 15px}.reg__recomend{font-size:.875rem;color:#fff;margin-right:15px;padding:10px 0}.reg__recomend span{font-weight:700;color:#bf0000;margin:0 2px}.reg__links{display:flex;align-items:center;flex-wrap:wrap;padding:10px 0}.reg__link{font-size:.875rem;color:#fff;transition:all .3s linear;white-space:nowrap}.reg__link:not(:last-child){margin-right:20px}.reg__link:hover{color:#999}.reg__info{font-size:.75rem;color:#fff;max-width:555px}.reg__info p:not(:last-child){margin-bottom:20px}.form-reg{display:flex;flex-direction:column;margin-bottom:20px}.form-reg input{border:1px solid #fff;color:#999;font-size:.625rem;background:0 0;height:27px;width:155px;padding:0 7px;margin-bottom:10px}.form-reg button{font-weight:700;font-size:.75rem;background:#fff;border:1px solid #bf0000;width:155px;height:28px;transition:all .3s linear;margin-bottom:8px}.form-reg button:hover{background:#999}.form-reg__link{font-size:.625rem;color:#999;margin-bottom:3px;transition:all .3s linear;align-self:flex-start}.form-reg__link:hover{color:#fff}.form-reg__capcha{width:84px;height:51px;margin-bottom:10px}.form-reg__capcha img{max-width:100%;max-height:100%}.form-reg__checkbox{font-size:.5rem;color:#fff;margin-bottom:10px}.form-reg__checkbox span{font-weight:700}.checkbox{padding-left:15px;position:relative;cursor:pointer}.checkbox::before{position:absolute;top:0;left:0;content:" ";width:8px;height:8px;border:1px solid #fff;transition:all .3s linear}.checkbox.active::before{background:#4f9c2c}.checkbox input{display:none}.vip{margin-bottom:67px}.vip__body{padding:20px;background:#555}.vip__cards{display:grid;grid-template-columns:repeat(auto-fill,170px);justify-content:center}.card-vip{padding:10px}.card-vip__body{width:150px;background:#21050c;border-radius:5px;padding-bottom:18px;height:100%}.card-vip__image{border:6px solid #de1f50;border-radius:5px;position:relative;width:150px;height:150px;margin-bottom:10px}.card-vip__image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.card-vip__action{font-size:.5rem;color:#bf0000;padding:3px 5px;background:#fff;border-radius:5px;position:absolute;top:10px;left:10px;z-index:1}.card-vip__rating{display:flex;align-items:center;position:absolute;bottom:10px;left:50%;transform:translate(-50%,0);padding:0 10px}.card-vip__rating svg{width:13px;height:13px;fill:gold}.card-vip__rating svg:not(:last-child){margin-right:3px}.card-vip__usage{font-size:.625rem;color:#fff;margin-bottom:8px;padding:0 10px}.card-vip__usage span{color:#39be2d}.card-vip__info{font-size:.5rem;color:#fff;margin-bottom:8px;padding:0 10px}.card-vip__begin{font-size:.5rem;color:#fff;margin-bottom:5px;padding:0 10px}.card-vip__begin span{font-weight:700}.card-vip__end{font-size:.5rem;color:#fff;margin-bottom:10px;padding:0 10px}.card-vip__end span{font-weight:700;color:#bf0000}.card-vip__price{font-weight:700;font-size:.5rem;color:#fff;display:flex;align-items:center;margin-bottom:8px;padding:0 10px}.card-vip__price img{width:20px;height:20px;margin-right:5px}.card-vip__btn{display:flex;align-items:center;justify-content:center;width:130px;height:28px;font-size:.625rem;font-weight:700;color:#111;background:#fff;border:1px solid #bf0000;margin:0 auto}.card-vip__btn:not(:last-child){margin-bottom:6px}.card-vip__btn.disable{border:1px solid #999;color:#999}.card-vip__wrapper{background:#21050c;border-radius:0 0 5px 5px;padding:15px 0 10px 0;margin-top:-15px;margin-bottom:10px}.card-vip__lider{font-size:.5rem;color:#111;padding:0 10px;margin-bottom:6px}.card-vip__lider span{font-weight:700}.card-vip__rate{padding:0 10px;margin-bottom:7px}.card-vip__rate-value{font-weight:700;font-size:.5rem;color:#39be2d}.card-vip__course{padding:0 10px;margin-bottom:10px}.card-vip__name{font-size:.5rem;color:#111}.card-vip__course-value{font-weight:700;font-size:.5rem;color:#bf0000;display:flex;align-items:center}.card-vip__course-value img{width:13px;height:13px;margin-right:2px}.card-vip__value{font-weight:700;font-size:.5rem;color:#bf0000;background:#fff;border:1px solid #bf0000;padding:4px;margin:0 0 10px 10px;display:inline-block}.range{padding:0 10px;margin-bottom:10px;height:32px;display:flex;flex-direction:column;justify-content:center}.range input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:10px;outline:0;background:linear-gradient(90deg,#999 0,#999 25%,#555 25%,#555 100%);margin-bottom:6px}.range input::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;background:#111}.range input::-moz-range-thumb{-moz-appearance:none;width:16px;height:16px;background:#111;border:none;border-radius:0}.range__value{font-weight:700;font-size:.5rem;color:#bf0000;display:flex}.range__max{color:#111;margin-right:5px}.rent{margin-bottom:86px}.rent__body{background:#555}.rent__table{padding-bottom:20px;overflow-x:auto;scrollbar-width:thin;scrollbar-color:#555 #000}.rent__table::-webkit-scrollbar{width:1px;height:100%}.rent__table::-webkit-scrollbar-thumb{background:#555}.rent__row{min-width:-moz-fit-content;min-width:fit-content}.rent__row:not(:last-child){border-bottom:2px solid #111}.rent__row:not(:first-child){border-top:2px solid #999}.rent__row:first-child{border:none}.rent__row:first-child .card-rent{padding-bottom:0}.rent__row:first-child .card-rent__image,.rent__row:first-child .card-rent__period,.rent__row:first-child .card-rent__price,.rent__row:first-child .card-rent__published,.rent__row:first-child .card-rent__seller{font-size:.625rem;color:#999;display:flex;justify-content:center;text-align:center}.rent__row:first-child .card-rent__info{font-size:.625rem;color:#999;display:flex;padding-left:20px}.rent__row:first-child .card-rent__image{height:unset;border:none;border-radius:unset}.rent__row:nth-child(2){border-top:none}.card-rent{max-width:850px;margin:0 auto;min-width:750px;width:100%;display:flex;align-items:center;justify-content:space-between;padding:20px 10px}.card-rent__image{position:relative;min-width:110px;width:110px;height:110px;border:6px solid gold;border-radius:5px;margin-right:10px}.card-rent__image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.card-rent__skills{width:100%;position:absolute;top:10px;left:0;padding:0 4px;z-index:1;display:flex;align-items:center;justify-content:space-between}.card-rent__level{font-size:.375rem;color:#bf0000;background:#fff;border-radius:5px;padding:2px 3px}.card-rent__hp{font-size:.375rem;color:#bf0000;background:#fff;border-radius:5px;padding:2px 3px}.card-rent__info{display:flex;flex-direction:column;margin-right:10px;width:130px;flex:1 1 auto}.card-rent__item{display:flex;align-items:center;font-size:.625rem;color:#39be2d}.card-rent__item:not(:last-child){margin-bottom:6px}.card-rent__item_red{color:#bf0000}.card-rent__item img{width:13px;height:13px;margin-right:6px}.card-rent__item svg{width:9px;height:9px;fill:gold}.card-rent__seller{font-size:.625rem;color:#bf0000;margin-right:10px;width:110px;text-align:center}.card-rent__published{font-size:.625rem;color:#fff;margin-right:10px;width:110px;text-align:center}.card-rent__period{font-size:.625rem;color:#fff;margin-right:10px;width:100px;text-align:center}.card-rent__price{font-size:.625rem;color:#fff;display:flex;align-items:center;justify-content:center;margin-right:10px;width:100px}.card-rent__price img{width:20px;height:20px;margin-right:7px}.card-rent__button{width:98px}.card-rent__btn{font-weight:700;font-size:.625rem;color:#111;width:98px;height:28px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #bf0000}.studio{margin-bottom:86px}.studio__body{background:#555;padding:20px 0 60px}.studio__btn{font-weight:700;font-size:10px;color:#111;background:#fff;border:1px solid #bf0000;margin:0 auto;width:148px;height:28px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.studio__table{margin:0 auto;overflow-x:auto;scrollbar-width:thin;scrollbar-color:#999 #000}.studio__table::-webkit-scrollbar{width:1px;height:100%}.studio__table::-webkit-scrollbar-thumb{background:#999}.card-studio{min-width:830px;padding:20px 0}.card-studio__row{display:flex;align-items:center;justify-content:space-between;max-width:830px;margin:0 auto;padding:0 10px}.card-studio:not(:last-child){border-bottom:2px solid #111}.card-studio:not(:first-child){border-top:2px solid #999}.card-studio:nth-child(2){border-top:none}.card-studio:first-child{align-items:flex-start;padding:0;border:none}.card-studio:first-child .card-studio__creation,.card-studio:first-child .card-studio__image,.card-studio:first-child .card-studio__owner,.card-studio:first-child .card-studio__reward,.card-studio:first-child .card-studio__time{font-size:.625rem;color:#999;text-align:center}.card-studio:first-child .card-studio__image{height:unset;border:none}.card-studio__image{border:6px solid gold;border-radius:5px;display:flex;align-items:center;justify-content:center;margin-right:10px;width:110px;min-width:110px;height:110px;position:relative}.card-studio__image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.card-studio__skills{display:flex;align-items:center;justify-content:space-between;position:absolute;top:4px;left:0;padding:0 4px;width:100%;z-index:1}.card-studio__level{font-size:.375rem;color:#bf0000;padding:2px 3px;background:#fff;border-radius:5px}.card-studio__hp{font-size:.375rem;color:#bf0000;padding:2px 3px;background:#fff;border-radius:5px}.card-studio__creation{font-size:.625rem;color:#fff;display:flex;flex-direction:column;align-items:center;margin-right:10px;width:80px}.card-studio__creation p{white-space:nowrap}.card-studio__creation span{font-weight:700}.card-studio__reward{font-size:.625rem;color:#fff;margin-right:10px;width:90px;display:flex;align-items:center;justify-content:center}.card-studio__reward img{max-width:17px;max-height:17px;margin-left:4px}.card-studio__time{font-size:.625rem;color:#fff;margin-right:10px;width:100px;text-align:center}.card-studio__button{width:196px}.card-studio__btn{font-weight:700;font-size:.625rem;width:196px;height:28px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #bf0000;color:#111}.card-studio__btn.disabled{color:#999;border:1px solid #999}.card-studio__btn img{width:20px;height:20px;margin-left:6px}.owner{margin-right:10px;width:190px}.owner__header{display:flex;align-items:center;margin-bottom:10px}.owner__name{font-size:.625rem;color:#bf0000;margin-right:10px}.owner__icons{display:flex;align-items:center}.owner__icon{width:18px;height:18px;display:flex;align-items:center;justify-content:center}.owner__icon:not(:last-child){margin-right:7px}.owner__icon img,.owner__icon picture{max-width:100%;max-height:100%}.owner__bar{width:189px;height:14px;background:#fff;margin-bottom:10px}.owner__bar_value{font-size:0;background:#999;height:100%;width:50%}.owner__progress{font-size:.625rem;color:#fff}.personal{margin-bottom:86px}.personal__body{background:#555;padding:20px 0 100px}.personalisation{padding:0 0 20px;border-bottom:2px solid #111}.personalisation__form{max-width:295px;margin:0 auto}.personalisation__title{font-weight:700;font-size:.875rem;color:#fff;margin-bottom:20px;text-align:center}.personalisation__item{font-size:.75rem;color:#fff;display:flex;align-items:center;justify-content:space-between}.personalisation__item:not(:last-child){margin-bottom:10px}.personalisation__item:nth-of-type(1) input{background:#2dd92a}.personalisation__item:nth-of-type(2) input{background:#000}.personalisation__item:nth-of-type(3) input{background:#fff}.personalisation__item:nth-of-type(4) input{background:#000}.personalisation__item.desc{align-items:flex-start;flex-direction:column}.personalisation__item.desc .personalisation__input{width:100%}.personalisation__item.desc .personalisation__name{margin-bottom:7px}.personalisation__item.black .personalisation__input input{border:1px solid #000;color:#000}.personalisation__input input{width:131px;height:27px;border:1px solid #fff;background:0 0;color:#fff;padding:6px;font-size:.75rem}.personalisation__input textarea{width:100%;resize:none;height:60px;background:0 0;font-size:.75rem;color:#999;padding:6px;border:1px solid #fff}.personalisation__input span{font-size:.75rem;color:#fff}.personalisation__btn{font-weight:700;font-size:.625rem;color:#111;width:98px;height:28px;background:#fff;border:1px solid #bf0000}.license{border-top:2px solid #999;padding:20px 0 0}.license:not(:last-child){border-bottom:2px solid #111}.license__title{font-weight:700;font-size:.875rem;color:#fff;text-align:center;margin-bottom:20px}.license__table{overflow-x:auto;scrollbar-width:thin;scrollbar-color:#999 #000}.license__table::-webkit-scrollbar{width:100%;height:1px}.license__table::-webkit-scrollbar-thumb{background:#999}.license__row{padding:0 10px}.license__row:not(:last-child){border-bottom:2px solid #111}.license__row:not(:first-child){border-top:2px solid #999}.license__row:nth-child(2){border-top:none}.license__row:first-child{border-bottom:none}.license__row:first-child .license__item{padding:0 10px;border:none}.license__row:first-child .license__card,.license__row:first-child .license__date,.license__row:first-child .license__desc,.license__row:first-child .license__info,.license__row:first-child .license__price,.license__row:first-child .license__valid{font-weight:700;font-size:.625rem;color:#999;justify-content:center;text-align:center}.license__row:first-child .license__image{height:unset}.license__item{max-width:830px;min-width:780px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:20px 10px}.license__image{width:50px;min-width:50px;height:50px;margin-right:10px;display:flex;align-items:center;justify-content:center}.license__image picture{display:flex;align-items:center;justify-content:center}.license__image img{max-width:100%;max-height:100%}.license__desc{display:flex;flex-direction:column;margin-right:10px;min-width:356px;max-width:356px}.license__name{font-size:.625rem;color:#fff;margin-bottom:4px}.license__term{font-size:.5rem;color:#999}.license__valid{font-size:.625rem;color:#fff;margin-right:10px;min-width:94px;width:94px;text-align:center}.license__price{font-size:.625rem;color:#fff;display:flex;align-items:center;margin-right:10px;min-width:115px;width:115px}.license__price img{width:20px;height:20px;margin-right:7px}.license__buy{width:98px}.license__btn{font-size:.625rem;color:#111;width:98px;height:29px;background:#fff;border:1px solid #bf0000}.license__card{width:125px}.license__info{width:190px}.license__date{width:190px}.auction__body{background:#555;padding:20px}.auction__details{display:flex;align-items:center;padding:20px 47px;border:1px solid #fff;max-width:867px;margin:0 auto 20px}.auction__info{font-size:.75rem;color:#fff;max-width:294px;margin-right:55px}.auction__info span{font-weight:700}.auction__item{display:flex;align-items:center;font-size:.75rem;color:#fff}.auction__item:not(:last-child){margin-bottom:5px}.auction__item span{font-weight:700;margin-left:5px}.auction__item img{width:20px;height:20px;margin-right:7px}.auction__cards{display:grid;grid-template-columns:repeat(auto-fill,170px);justify-content:center}.auction__card .card-vip__body{background:#fff}.missions__body{background:#555;margin-bottom:86px;padding:20px 0 50px}.missions__info{font-size:.625rem;color:#fff;display:flex;align-items:center;justify-content:center;border-bottom:2px solid #111;padding:0 10px 20px}.missions__image{max-width:150px;max-height:150px;display:flex;align-items:center;justify-content:center;margin-right:27px;min-width:-moz-fit-content;min-width:fit-content}.missions__image picture{display:flex;align-items:center;justify-content:center}.missions__image img{max-width:100%;max-height:100%}.missions__desc{max-width:625px}.missions__desc p:not(:last-of-type){margin-bottom:10px}.missions__desc span{font-weight:700}.missions__block{color:#fff;font-size:.625rem;padding:20px 0}.missions__block:not(:last-of-type){border-bottom:2px solid #111}.missions__block:not(:first-of-type){border-top:2px solid #999}.missions__table{overflow-x:auto;scrollbar-width:thin;scrollbar-color:#555 #000}.missions__table::-webkit-scrollbar{width:100%;height:1px}.missions__table::-webkit-scrollbar-thumb{background:#555}.missions__day{font-size:.75rem;margin-bottom:20px;display:flex;align-items:center;justify-content:center}.missions__rating{display:flex;align-items:center;margin-left:10px}.missions__rating_fill{justify-content:center;margin:10px 0 30px}.missions__rating_fill svg{stroke:none;fill:gold}.missions__rating svg{width:15px;height:15px;stroke:gold}.missions__rating svg:not(:last-child){margin-right:5px}.missions__row{padding:0 10px;min-width:-moz-fit-content;min-width:fit-content}.missions__row:first-child .missions__item{padding:0 0 10px;font-weight:700}.missions__row:first-child .missions__performance{color:#999;text-align:center}.missions__row:first-child .missions__header{color:#999}.missions__item{display:flex;justify-content:space-between;align-items:center;max-width:670px;margin:0 auto;padding:10px 0;min-width:530px}.missions__header{display:flex;align-items:center;justify-content:center;width:300px}.missions__img{width:50px;height:50px;margin-right:15px;position:relative;border-radius:5px;overflow:hidden}.missions__img img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.missions__name{font-weight:700}.missions__performance{width:190px}.missions__value{margin-bottom:10px}.missions__bar{width:190px;height:14px}.missions__btns{max-width:455px;margin:10px auto;display:flex;align-items:center;justify-content:space-between}.missions__btn{width:133px;height:28px;display:flex;align-items:center;justify-content:center}.missions__btn_item{margin-right:13px}.missions__btn img{width:13px;height:13px;margin-right:4px}.hero__title{display:flex;align-items:center;justify-content:center;margin-bottom:0}.hero__title span{font-size:.75rem;margin-right:13px}.hero__title img{width:20px;height:20px;margin-right:5px}.hero__cards{border-top:2px solid #999}.hero__cards_shop{border-top:none}.hero__cards-mini{border-top:2px solid #999;padding:10px 0}.hero__btn{width:113px;height:28px;display:block;margin:0 auto 50px}.hero__last-fights .level-hero{border-bottom:2px solid #111}.hero__last-fights .level-hero__wrapper{margin-bottom:10px}.hero__last-fights .title{padding:20px 0;border-top:2px solid #999}.hero__last-fights .result-hero__win{color:#fff;font-weight:400}.hero__last-fights .result-hero__row:nth-child(2n+3){border-bottom:2px solid #111;padding-bottom:20px}.hero__last-fights .result-hero__row:nth-child(2n+4){border-top:2px solid #999;padding-top:20px}.hero__last-fights .result-hero{border-bottom:none;padding-bottom:0}.hero__last-fights .table-hero{padding-top:20px;border-top:2px solid #999}.hero__shop .shop__body{padding-bottom:0}.hero__rent{margin-bottom:0;border-top:2px solid #111;position:relative}.hero__rent::before{content:"";position:absolute;top:0;left:0;width:100%;height:1.5px;background:#999}.hero__missions{border-top:2px solid #111;position:relative}.hero__missions::before{content:"";position:absolute;top:0;left:0;width:100%;height:1.5px;background:#999}.hero__missions .missions__block:last-child{border-top:none;margin-bottom:40px}.hero__missions .missions__block:nth-last-child(2){border-bottom:none}.menu-hero__body{padding:0 10px 20px}.menu-hero__list{display:flex;justify-content:space-between;flex-wrap:wrap;max-width:750px;margin:0 auto}.menu-hero__item:not(:last-child){margin-right:15px}.menu-hero__item.active .menu-hero__link{font-weight:700}.menu-hero__link{font-size:.75rem;color:#fff}.level-hero__wrapper{max-width:370px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;margin-bottom:30px}.level-hero__item{display:flex;align-items:center;font-size:.75rem;font-weight:700;color:#fff}.level-hero__item img{width:20px;height:20px;margin-right:5px}.table-hero{font-size:.625rem;color:#fff;border-bottom:2px solid #111;overflow-x:auto;scrollbar-width:thin;scrollbar-color:#555 #000}.table-hero::-webkit-scrollbar{width:100%;height:1px}.table-hero::-webkit-scrollbar-thumb{background:#555}.table-hero__row:first-child{color:#999;font-weight:700}.table-hero__row:first-child .table-hero__item{padding:0 10px}.table-hero__row:first-child .table-hero__image{height:unset;border:none}.table-hero__row:first-child .table-hero__progress{text-align:center}.table-hero__item{display:flex;align-items:center;justify-content:space-between;width:870px;margin:0 auto;padding:20px 10px}.table-hero__image{width:50px;height:50px;border:2px solid #39be2d;border-radius:5px;position:relative}.table-hero__image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.table-hero__skill{width:75px;text-align:center}.table-hero__progress{width:148px}.table-hero__bar{width:100%;height:14px;margin-bottom:8px}.table-hero__button{width:122px;display:flex;justify-content:center}.table-hero__btn{display:flex;align-items:center;justify-content:center;width:112px;height:28px}.table-hero__btn svg{width:21px;height:13px;fill:#999;margin-left:7px}.fight-hero{padding:20px 0 90px}.fight-hero__body{display:flex;justify-content:space-between;align-items:center;font-size:.625rem;max-width:400px;margin:0 auto 20px;padding:0 10px}.fight-hero__rival{display:flex;flex-direction:column;align-items:center}.fight-hero__name{font-size:.875rem;font-weight:700;color:#fff;margin-bottom:15px}.fight-hero__progress{width:148px;margin-bottom:20px}.fight-hero__bar{height:14px;margin-bottom:8px}.fight-hero__value{color:#fff}.fight-hero__choice{color:#999;margin-bottom:10px}.fight-hero__person{width:118px;height:245px;position:relative;border:1px dashed #999}.fight-hero__image{position:absolute;top:0;left:0;width:100%;height:100%}.fight-hero__image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.fight-hero__head{height:43px;display:flex;align-items:center;justify-content:center;border:1px dashed #999;position:relative;z-index:1}.fight-hero__head.active::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(57,190,45,.2);pointer-events:none}.fight-hero__chest{height:58px;display:flex;align-items:center;justify-content:center;border:1px dashed #999;position:relative;z-index:1}.fight-hero__chest.active::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(57,190,45,.2);pointer-events:none}.fight-hero__legs{height:75px;display:flex;justify-content:center;position:relative;z-index:1;padding-top:23px}.fight-hero__legs.active::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(57,190,45,.2);pointer-events:none}.fight-hero__stomach{height:69px;display:flex;justify-content:center;border:1px dashed #999;position:relative;z-index:1;padding-top:16px}.fight-hero__stomach.active::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(57,190,45,.2);pointer-events:none}.fight-hero__vs{display:flex;flex-direction:column;align-items:center;margin-top:50px}.fight-hero__vs span{font-weight:700;font-size:.75rem;color:#fff;margin-bottom:18px}.fight-hero__timer{font-weight:700;font-size:.75rem;color:#bf0000}.fight-hero__btn{width:86px;height:28px;display:block;margin:0 auto}.result-hero{border-bottom:2px solid #111;padding-bottom:20px;overflow-x:auto;scrollbar-width:thin;scrollbar-color:#555 #000}.result-hero::-webkit-scrollbar{width:100%;height:1px}.result-hero::-webkit-scrollbar-thumb{background:#555}.result-hero__row{min-width:-moz-fit-content;min-width:fit-content}.result-hero__row:first-child .result-hero__item{color:#999;font-size:.625rem;font-weight:700;padding:10px 10px 20px}.result-hero__row:first-child .result-hero__win{padding-left:10px;color:#999}.result-hero__row:first-child .result-hero__damage{padding-left:10px}.result-hero__item{color:#fff;font-size:.75rem;display:flex;justify-content:space-between;padding:5px 10px;max-width:685px;margin:0 auto;min-width:500px}.result-hero__option{width:22px}.result-hero__name{width:80px;text-align:center}.result-hero__kicks{display:flex;align-items:center;justify-content:center;width:100px}.result-hero__kicks img{width:22px;height:20px;margin-right:10px}.result-hero__damage{display:flex;align-items:center;width:100px}.result-hero__damage img{width:20px;height:20px;margin-right:10px}.result-hero__win{color:#bf0000;font-weight:700;display:flex;align-items:center;width:70px}.result-hero__win img{width:20px;height:20px;margin-left:5px}.result-hero__check{width:22px;height:22px;border:1px solid #fff;display:flex;align-items:center;justify-content:center}.result-hero__check svg{width:90%;height:90%;fill:#39be2d;margin-left:1px}.result-hero__delete{width:22px;height:22px;border:1px solid #fff;display:flex;align-items:center;justify-content:center;border-radius:50%}.result-hero__delete svg{width:50%;height:50%;fill:#bf0000;margin-left:1px}.extra__body{font-size:.75rem;color:#fff;display:flex;align-items:flex-start;justify-content:center;max-width:820px;margin:20px auto 40px;padding:0 10px}.extra__image{width:154px;height:142px;display:flex;align-items:center;justify-content:center;margin-right:25px}.extra__image img{max-width:100%;max-height:100%}.extra__info{flex:1 1 auto}.extra__title{font-weight:700;margin-bottom:20px}.extra__list{margin-bottom:20px}.extra__item{line-height:1.5}.extra__item span{font-weight:700}.extra__activity{margin-bottom:20px}.extra__activity span{font-weight:700}.extra__valid span{font-weight:700}.extra__values:not(:last-child){margin-bottom:20px}.extra__value{display:flex;align-items:center}.extra__value:not(:last-child){margin-bottom:3px}.extra__value picture{display:flex;align-items:center}.extra__value img{max-height:13px!important;max-width:100%!important;margin:0 0 0 5px!important}.extra__italic{font-style:italic}.send-extra{border:1px solid #fff;padding:10px;min-width:235px}.send-extra:not(:last-child){margin-bottom:10px}.send-extra__wrapper{display:flex;margin-bottom:20px}.send-extra__info{line-height:1.5}.send-extra__info span{font-weight:700}.send-extra__image{width:47px;height:51px;margin-left:20px}.send-extra__image img{max-width:100%;max-height:100%}.send-extra__price span{font-weight:700}.showdown__body{background:#555;padding:20px 0 40px;margin-bottom:86px}.showdown__cards-mini{border-top:2px solid #999;padding-top:10px}.menu-showdown__body{max-width:240px;margin:0 auto;margin-bottom:20px}.menu-showdown__list{display:flex;justify-content:space-between}.menu-showdown__item.active .menu-showdown__link{font-weight:700}.menu-showdown__link{font-size:.75rem;color:#fff}.tnt-showdown{border-bottom:2px solid #111}.tnt-showdown__body{display:flex;align-items:center;max-width:650px;margin:0 auto 20px;padding:0 10px}.tnt-showdown__image{min-width:50px;width:50px;height:50px;margin-right:15px;position:relative}.tnt-showdown__image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.tnt-showdown__info{color:#fff;font-size:.625rem;margin-right:40px;line-height:1.5}.tnt-showdown__btn{min-width:133px;width:133px;height:28px}.table-showdown__body{border-top:2px solid #999;color:#fff;font-size:.625rem;overflow-x:auto;scrollbar-width:thin;scrollbar-color:#555 #000;margin-bottom:20px}.table-showdown__body::-webkit-scrollbar{width:100%;height:1px}.table-showdown__body::-webkit-scrollbar-thumb{background:#555}.table-showdown__row{min-width:-moz-fit-content;min-width:fit-content}.table-showdown__row:not(:last-child){border-bottom:2px solid #111}.table-showdown__row:last-child{position:relative;border-bottom:2px solid #999}.table-showdown__row:last-child::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:#111}.table-showdown__row:not(:first-child){border-top:2px solid #999}.table-showdown__row:nth-child(2){border-top:none}.table-showdown__row:first-child{border:none}.table-showdown__row:first-child .table-showdown__item{padding-bottom:0;color:#999;font-weight:700}.table-showdown__row:first-child .table-showdown__rival{margin-left:60px}.table-showdown__row:first-child .table-showdown__money{margin-right:137px}.table-showdown__row:first-child .table-showdown__chance,.table-showdown__row:first-child .table-showdown__health{text-align:center}.table-showdown__item{display:flex;align-items:center;padding:20px 10px;width:940px;margin:0 auto}.table-showdown__rival{flex:1 1 auto;display:flex;align-items:center;margin-right:25px}.table-showdown__health{width:123px;margin-right:25px}.table-showdown__health .bar{height:14px;margin-bottom:10px}.table-showdown__wins{width:74px;text-align:center;margin-right:25px}.table-showdown__chance{width:84px;margin-right:25px}.table-showdown__chance .bar{height:14px;margin-bottom:10px}.table-showdown__money{display:flex;flex-direction:column;align-items:center;margin-right:25px;width:105px}.table-showdown__money img{width:22px;height:13px;margin-top:7px}.table-showdown__image{min-width:50px;width:50px;height:50px;margin-right:10px;position:relative;border:2px solid #39be2d;border-radius:5px;overflow:hidden}.table-showdown__image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.table-showdown__user{margin-right:20px}.table-showdown__name{font-size:.75rem;font-weight:700;margin-bottom:4px}.table-showdown__level{color:#999;text-transform:uppercase;font-size:.75rem}.table-showdown__level span{font-weight:700;color:#fff}.table-showdown__icons{display:flex;align-items:center}.table-showdown__icon{width:25px;height:25px}.table-showdown__icon:not(:last-child){margin-right:13px}.table-showdown__icon img{max-width:100%;max-height:100%}.table-showdown__btn{width:112px;height:28px;display:flex;align-items:center;justify-content:center}.table-showdown__btn svg{width:21px;height:13px;fill:#999;margin-left:10px}.settings-showdown__body{padding-top:10px;overflow-x:auto;scrollbar-width:thin;scrollbar-color:#555 #000;font-size:.625rem;color:#fff}.settings-showdown__body::-webkit-scrollbar{width:100%;height:1px}.settings-showdown__body::-webkit-scrollbar-thumb{background:#555}.settings-showdown__row{min-width:-moz-fit-content;min-width:fit-content}.settings-showdown__row:first-child{color:#999;font-weight:700}.settings-showdown__row:first-child .settings-showdown__item{padding:0 10px}.settings-showdown__row:first-child .settings-showdown__timer{color:#999;font-weight:400;font-size:.625rem}.settings-showdown__row:first-child .settings-showdown__rivals{padding-left:75px}.settings-showdown__row:first-child .settings-showdown__timer{margin-right:122px}.settings-showdown__row:first-child .settings-showdown__chance{text-align:center}.settings-showdown__row:first-child .settings-showdown__fights{text-align:center}.settings-showdown__item{display:flex;justify-content:space-between;padding:20px 10px;max-width:930px;margin:0 auto;align-items:center;min-width:895px}.settings-showdown__rivals{flex:1 1 auto}.settings-showdown__chance{width:151px;margin-right:30px}.settings-showdown__chance .bar{height:14px;margin-bottom:10px}.settings-showdown__fights{display:flex;flex-direction:column;align-items:center;width:95px;margin-right:20px}.settings-showdown__fights input{width:46px;height:28px;border:1px solid #fff;text-align:center;color:#999;margin-bottom:10px;background:0 0}.settings-showdown__fights span{color:#999}.settings-showdown__timer{font-size:.75rem;font-weight:700;color:#bf0000;width:135px;text-align:center;margin-right:10px}.settings-showdown__rival{display:flex;align-items:center}.settings-showdown__image{min-width:50px;width:50px;height:50px;margin-right:10px;position:relative;border:2px solid #39be2d;border-radius:5px;overflow:hidden}.settings-showdown__image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.settings-showdown__user{margin-right:20px}.settings-showdown__name{font-size:.75rem;font-weight:700;margin-bottom:4px}.settings-showdown__level{color:#999;text-transform:uppercase;font-size:.75rem}.settings-showdown__level span{font-weight:700;color:#fff}.settings-showdown__icons{display:flex;align-items:center}.settings-showdown__icon{width:25px;height:25px}.settings-showdown__icon:not(:last-child){margin-right:13px}.settings-showdown__icon img{max-width:100%;max-height:100%}.settings-showdown__vs{font-size:1rem;font-weight:700;margin:14px 0 14px 120px}.settings-showdown__btn{width:112px;min-width:112px;height:28px;display:flex;align-items:center;justify-content:center}.settings-showdown__btn svg{width:21px;height:13px;fill:#999;margin-left:10px}.result-showdown__body{border-bottom:2px solid #111;padding-top:10px;font-size:.625rem;color:#fff;overflow-x:auto;scrollbar-width:thin;scrollbar-color:#555 #000}.result-showdown__body::-webkit-scrollbar{width:100%;height:1px}.result-showdown__body::-webkit-scrollbar-thumb{background:#555}.result-showdown__row{min-width:-moz-fit-content;min-width:fit-content}.result-showdown__row:first-child{color:#999;font-weight:700}.result-showdown__row:first-child .result-showdown__item{padding:0 10px;justify-content:flex-end}.result-showdown__row:first-child .result-showdown__rewards{margin-right:235px}.result-showdown__item{display:flex;align-items:center;justify-content:space-between;padding:20px 10px;width:765px;margin:0 auto}.result-showdown__rival{display:flex;align-items:center}.result-showdown__status{font-size:1rem;font-weight:700;color:#39be2d;margin-right:10px}.result-showdown__status.red{color:#bf0000}.result-showdown__image{min-width:50px;width:50px;height:50px;margin-right:10px;position:relative;border:2px solid #39be2d;border-radius:5px;overflow:hidden}.result-showdown__image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.result-showdown__user{margin-right:20px}.result-showdown__name{font-size:.75rem;font-weight:700;margin-bottom:4px}.result-showdown__level{color:#999;text-transform:uppercase;font-size:.75rem}.result-showdown__level span{font-weight:700;color:#fff}.result-showdown__icons{display:flex;align-items:center}.result-showdown__icon{width:25px;height:25px}.result-showdown__icon:not(:last-child){margin-right:13px}.result-showdown__icon img{max-width:100%;max-height:100%}.result-showdown__reward{display:flex;align-items:center;height:20px}.result-showdown__reward:not(:last-child){margin-bottom:5px}.result-showdown__reward img{max-width:20px;max-height:20px;width:100%;height:100%;margin-right:7px}.result-showdown__vs{font-size:1rem;font-weight:700;margin:14px 0 14px 120px}.result-showdown__btn{width:136px;min-width:136px;height:28px;display:flex;align-items:center;justify-content:center}.result-showdown__btn svg{width:21px;height:13px;fill:#999;margin-left:10px}.top__body{padding:20px 0 50px;background:#555;margin-bottom:86px}.menu-top__body{max-width:240px;margin:0 auto;margin-bottom:30px}.menu-top__list{display:flex;justify-content:space-between}.menu-top__item.active .menu-top__link{font-weight:700}.menu-top__link{font-size:.75rem;color:#fff}.table-top_levels .table-top__user{flex:3 0 150px}.table-top_fighters .table-top__wins{margin-right:15px}.table-top_fighters .table-top__attack{margin-right:0}.table-top_rich .table-top__item{min-width:580px}.table-top__body{font-size:.625rem;color:#fff;overflow-x:auto;scrollbar-width:thin;scrollbar-color:#555 #000}.table-top__body::-webkit-scrollbar{width:100%;height:1px}.table-top__body::-webkit-scrollbar-thumb{background:#555}.table-top__row{min-width:-moz-fit-content;min-width:fit-content}.table-top__row:not(:last-child){border-bottom:2px solid #111}.table-top__row:not(:first-child){border-top:2px solid #999}.table-top__row:nth-child(2){border-top:none}.table-top__row:last-child{position:relative;border-bottom:2px solid #999}.table-top__row:last-child::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:#111}.table-top__row:first-child{border:none}.table-top__row:first-child .table-top__item{color:#999;font-weight:700;padding:0 10px}.table-top__row:first-child .table-top__user{padding-left:15px}.table-top__item{display:flex;align-items:center;padding:20px 10px;max-width:780px;margin:0 auto;min-width:500px}.table-top__user{flex:2 0 150px;display:flex;align-items:center}.table-top__level{flex:1 0 50px;text-align:center;margin-right:15px}.table-top__attack{flex:1 0 150px;text-align:center;margin-right:15px}.table-top__wins{flex:1 0 65px;display:flex;flex-direction:column;align-items:center}.table-top__wins span:last-child{color:#999}.table-top__number{flex:0 0 20px}.table-top__image{width:50px;height:50px;min-width:50px;margin-right:8px;border:2px solid #39be2d;border-radius:5px;overflow:hidden;position:relative}.table-top__image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.table-top__name{font-size:.75rem;font-weight:700}.table-top__money{display:flex;align-items:center;justify-content:center;flex:1 0 160px;margin-right:15px}.table-top__money img{width:100%;height:100%;max-width:22px;max-height:22px;margin-right:10px}.table-top__rating{flex:1 0 50px;margin-right:15px;text-align:center}.table-top__hero{text-align:center;flex:1 0 70px;margin-right:15px}.table-top__pagination{margin-top:20px}.sms__body{background:#555;padding:20px 0;margin-bottom:86px}.sms__title{margin-bottom:0}.sms__info{color:#fff;font-size:.75rem;text-align:center;padding:0 10px;margin-top:20px}.sms__info span{font-weight:700}.sms .card{justify-content:flex-start}.sms .card__list{justify-content:flex-start}.sms__buy{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;margin-top:20px;padding:0 10px}.sms__price{color:#fff;font-size:.75rem;font-weight:700;margin-right:17px}.sms__price span{color:#bf0000;margin-left:3px}.sms__btn{width:130px;height:28px}.sms__extra:not(:last-child){border-bottom:2px solid #111}.sms__extra:not(:first-child){border-top:2px solid #999}.sms__extra:nth-child(2){border-top:none}.sms__extra:first-child{border:none}.sms__extra .extra__body{max-width:900px;margin:20px auto}.sms__extra .extra__images{margin-right:20px}.sms__extra .extra__image{margin-right:0;width:135px;min-width:135px;height:unset;align-items:flex-start;margin-bottom:0}.sms__extra .extra__image:not(:last-child){margin-bottom:20px}.sms__extra .extra__name{font-size:.75rem;font-weight:700;margin-bottom:20px}.sms__extra .extra__desc{flex:1 1 auto;margin-right:20px;line-height:1.5}.sms__extra .extra__desc p:not(:last-child){margin-bottom:20px}.sms__extra .extra__desc span{font-weight:700}.sms__extra .extra__desc img{max-width:14px;max-height:13px;margin:3px 0 0 5px}.sms__extra .extra__desc .cards-mini__image img{max-width:unset;max-height:unset;margin:0}.sms__extra .extra__desc .cards-mini__body{transform:translate(-10px,0);max-width:unset}.keys{color:#fff;font-size:.75rem}.keys__header{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;margin-bottom:20px;font-weight:700;padding:0 10px}.keys__yours{display:flex;align-items:center;margin-right:20px;margin-bottom:10px;white-space:nowrap}.keys__list{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;margin-left:5px}.keys__item{display:flex;align-items:center;margin-right:3px}.keys__item img{max-width:100%;max-height:13px;margin-left:3px}.keys__title{color:#bf0000;margin-bottom:0;margin-bottom:10px}.table-keys__body{overflow-x:auto;scrollbar-width:thin;scrollbar-color:#555 #000;margin-bottom:40px}.table-keys__body::-webkit-scrollbar{width:100%;height:1px}.table-keys__body::-webkit-scrollbar-thumb{background:#555}.table-keys__row{min-width:-moz-fit-content;min-width:fit-content}.table-keys__row:not(:last-child){border-bottom:2px solid #111}.table-keys__row:not(:first-child){border-top:2px solid #999}.table-keys__item{max-width:610px;margin:0 auto;display:flex;align-items:center;padding:20px 10px;min-width:460px}.table-keys__image{flex:1 1 auto;width:70px;height:70px}.table-keys__image img{max-width:100%;max-height:100%}.table-keys__price{display:flex;flex-direction:column;align-items:flex-end}.table-keys__phone{margin-bottom:20px;width:47px;height:51px}.table-keys__phone img{max-width:100%;max-height:100%}.table-keys__info{font-size:.75rem;color:#fff}.table-keys__info span{font-weight:700}.table-keys__btn{width:85px;height:28px;min-width:85px}.table-keys__company{min-width:170px;max-width:250px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.table-keys__logo{flex:1 0 50%;max-width:100px;display:flex;align-items:center;justify-content:center}.shop-keys__body{color:#fff;font-size:.75rem;font-weight:700;overflow-x:auto;scrollbar-width:thin;scrollbar-color:#555 #000;margin-bottom:30px}.shop-keys__body::-webkit-scrollbar{width:100%;height:1px}.shop-keys__body::-webkit-scrollbar-thumb{background:#555}.shop-keys__row{min-width:-moz-fit-content;min-width:fit-content}.shop-keys__row:not(:last-child){border-bottom:2px solid #111}.shop-keys__row:not(:first-child){border-top:2px solid #999}.shop-keys__item{display:flex;align-items:center;max-width:810px;margin:0 auto;padding:20px 10px;min-width:-moz-fit-content;min-width:fit-content}.shop-keys__box{width:115px;height:100px;position:relative;margin-right:20px}.shop-keys__box img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.shop-keys__cards{flex:1 1 auto;margin-right:20px}.shop-keys__images{display:flex;align-items:center;margin-bottom:20px;min-width:440px}.shop-keys__image{width:40px;height:40px;position:relative;border:3px solid gold;border-radius:5px;overflow:hidden}.shop-keys__image:not(:last-child){margin-right:8px}.shop-keys__image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.shop-keys__desc{max-width:465px;line-height:1.3}.shop-keys__desc img{width:13px;height:13px;margin:2px 0 0 2px}.shop-keys__count{font-size:.875rem;font-weight:700;display:flex;align-items:center}.shop-keys__count img{width:40px;height:40px;margin-left:10px}.mail__body{background:#555;padding:20px 0}.mail__body:last-child{margin-bottom:86px;padding-bottom:70px}.mail__body:not(:last-child){border-bottom:2px solid #111}.mail__body:not(:first-child){border-top:2px solid #999}.mail__btns{display:flex;flex-wrap:wrap;max-width:730px;padding:0 10px;margin:0 auto}.mail__btn{width:137px;min-width:137px;height:28px;margin-bottom:10px}.mail__btn:not(:last-child){margin-right:15px}.mail_new .table-mail__body,.mail_share .table-mail__body{color:#999}.mail_new .table-mail__message,.mail_share .table-mail__message{color:#fff}.mail_new .table-mail__from{margin-left:55px}.mail_new .table-mail__date{margin-right:55px}.menu-mail__body{max-width:-moz-fit-content;max-width:fit-content;margin:0 auto;padding:0 10px;margin-bottom:20px}.menu-mail__list{display:flex;align-items:center;justify-content:center;-moz-column-gap:30px;column-gap:30px;flex-wrap:wrap}.menu-mail__item.active .menu-mail__link{font-weight:700}.menu-mail__item:hover .menu-mail__link{color:#999}.menu-mail__link{font-size:.75rem;color:#fff;transition:all .3s linear}.table-mail__body{font-size:.625rem;color:#fff;overflow-x:auto;scrollbar-width:thin;scrollbar-color:#555 #000}.table-mail__body::-webkit-scrollbar{width:100%;height:1px}.table-mail__body::-webkit-scrollbar-thumb{background:#555}.table-mail__row{min-width:-moz-fit-content;min-width:fit-content}.table-mail__row:not(:last-child){border-bottom:2px solid #111}.table-mail__row:not(:first-child){border-top:2px solid #999}.table-mail__row:nth-child(2){border-top:none}.table-mail__row:first-child{border:none}.table-mail__row:first-child .table-mail__item{padding:0 10px;font-weight:700;color:#999}.table-mail__row:first-child .table-mail__from{padding-left:5px}.table-mail__row:first-child .table-mail__theme{padding-left:10px}.table-mail__item{display:flex;align-items:center;flex-wrap:wrap;padding:20px 10px;max-width:730px;margin:0 auto;min-width:630px}.table-mail__item:not(:first-child){padding-top:0}.table-mail__check{margin-right:35px}.table-mail__checkbox{width:20px;height:20px}.table-mail__checkbox.active::before{background:0 0}.table-mail__checkbox.active::after{opacity:1;transform:scale(1)}.table-mail__checkbox::before{width:100%;height:100%}.table-mail__checkbox::after{content:"";position:absolute;top:1px;left:1px;width:18px;height:18px;-webkit-mask:url(../img/icons/icons.svg#check) center no-repeat;mask:url(../img/icons/icons.svg#check) center no-repeat;background:#39be2d;transition:all .3s linear;opacity:0;transform:scale(0)}.table-mail__from{display:flex;align-items:center;margin-right:15px;flex:1 0 150px}.table-mail__theme{flex:1 0 200px;width:150px;margin-right:15px}.table-mail__date{width:100px;text-align:center;margin-right:30px}.table-mail__time{text-align:center;width:45px}.table-mail__image{width:50px;height:50px;border:2px solid #39be2d;border-radius:5px;position:relative;margin-right:8px}.table-mail__image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.table-mail__name{font-size:.75rem;font-weight:700}.table-mail__message{flex:1 1 100%;background:#333;font-size:.75rem;padding:10px 30px;margin-bottom:10px}.table-mail__options{flex:1 1 100%;display:flex;align-items:center;justify-content:flex-end}.table-mail__btn{width:12px;height:12px}.table-mail__btn:hover svg{fill:#fff}.table-mail__btn:not(:last-child){margin-right:12px}.table-mail__btn svg{width:100%;height:100%;fill:#999;transition:all .3s linear}.new-mail__body{font-size:.75rem;color:#fff;max-width:730px;margin:0 auto;padding:0 10px}.new-mail__name{margin-bottom:10px}.new-mail__name span{font-weight:700}.new-mail__theme{padding-top:10px;margin-bottom:10px}.new-mail__theme input{color:#999;background:#333;padding:10px;border:none;width:100%;font-size:.75rem}.new-mail__theme input::-moz-placeholder{opacity:1}.new-mail__theme input::placeholder{opacity:1}.new-mail__message{padding-top:10px}.new-mail__message textarea{font-size:.75rem;padding:10px;resize:none;color:#999;height:95px;width:100%;background:#333;border:none;margin-bottom:10px}.new-mail__message textarea::-moz-placeholder{opacity:1}.new-mail__message textarea::placeholder{opacity:1}.new-mail__count{color:#999}.new-mail__count span{font-weight:700}.new-mail__options{display:flex;align-items:center;justify-content:flex-end;margin-top:-10px}.new-mail__btn{width:15px;height:15px}.new-mail__btn:not(:last-child){margin-right:10px}.new-mail__btn:hover svg{fill:#fff}.new-mail__btn svg{width:100%;height:100%;fill:#999;transition:all .3s linear}.map__body{background:#555;padding:20px 0 50px;margin-bottom:86px}.main-map{max-width:930px;margin:0 auto;padding:0 10px}.main-map__wrapper{display:flex;align-items:center;justify-content:center}.main-map__clan{font-size:.625rem;font-weight:700;color:#fff;background:#39be2d;min-width:100px;width:100px;height:28px;display:flex;align-items:center;justify-content:center;margin:0 auto}.main-map__clan.red{background:#bf0000}.main-map__image img{max-width:100%;max-height:100%}.progress-map{display:flex;justify-content:center;align-items:center}.progress-map__items{display:flex;align-items:center;margin-bottom:10px}.progress-map__item{width:46px;position:relative}.progress-map__item:not(:last-child){margin-right:25px}.progress-map__item.green svg circle{stroke:#39be2d}.progress-map__item.green svg circle:nth-child(2){stroke:#7eff73}.progress-map svg{width:46px;height:46px;transform:rotate(-90deg);fill:none}.progress-map svg circle{stroke:#bf0000;stroke-width:4px;stroke-dasharray:145}.progress-map svg circle:nth-child(2){stroke:#d97a7a;stroke-dashoffset:137.75}.progress-map__value{text-align:center;font-size:.625rem;color:#fff;font-weight:700}.progress-map__image{width:38px;height:38px;position:absolute;top:4px;left:4px;border-radius:50%;overflow:hidden}.progress-map__image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.clan{margin-bottom:57px}.clan__body{background:#555;padding:20px 0 60px}.clan__body_chat{padding-bottom:20px}.clan__body_content{background:0 0;padding:20px 0 20px}.clan__info{padding:0 10px}.clan__info .clan__footer{max-width:500px;padding:0}.clan__title{font-weight:700;font-size:.875rem;color:#fff;margin-bottom:20px;text-align:center}.clan__list{max-width:640px;margin:0 auto 25px;padding:0 10px}.clan__item{font-size:12px;color:#fff}.clan__item:not(:last-child){margin-bottom:5px}.clan__item span{font-weight:700}.clan__footer{display:flex;justify-content:space-between;align-items:center;max-width:640px;margin:0 auto;padding:0 10px}.clan__price{font-size:.75rem;color:#fff;margin-right:10px}.clan__price span{font-weight:700}.clan__btn{font-weight:700;font-size:.625rem;color:#111;background:#fff;border:1px solid #bf0000;width:133px;height:28px}.clan__active{font-size:.75rem;color:#fff;max-width:620px;margin:13px auto 0}.clan__active span{font-weight:700}.clan__name{font-size:.75rem;color:#fff;max-width:500px;margin:0 auto 5px}.clan__name span{font-weight:700}.clan__desc{font-size:.75rem;color:#fff;max-width:500px;margin:0 auto 15px}.clan__image{width:128px;height:128px;position:relative}.clan__image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.clan__cards{margin-top:-20px}.clan__shop{max-width:700px;margin:0 auto}.clan__studio{margin-bottom:0}.menu-clan{margin-bottom:20px}.menu-clan__body{overflow-x:auto;scrollbar-width:thin;scrollbar-color:#999 #000}.menu-clan__body::-webkit-scrollbar{width:100%;height:1px}.menu-clan__body::-webkit-scrollbar-thumb{background:#999}.menu-clan__list{display:flex;width:-moz-fit-content;width:fit-content;margin:0 auto;padding:0 10px 10px}.menu-clan__item{align-self:flex-start;position:relative;padding-bottom:12px}.menu-clan__item.active:before{content:"";position:absolute;bottom:2px;left:0;width:100%;height:2px;background:#111}.menu-clan__item.active:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:#999}.menu-clan__item:not(:last-child){margin-right:25px}.menu-clan__link{display:flex;align-items:center;justify-content:center;width:25px;height:25px}.menu-clan__link picture{display:flex;align-items:center;justify-content:center}.menu-clan__link img{max-width:100%;max-height:100%}.rajons{font-size:.625rem;color:#fff}.rajons__table{padding-bottom:15px;overflow-x:auto;scrollbar-width:thin;scrollbar-color:#999 #000}.rajons__table::-webkit-scrollbar{width:100%;height:1px}.rajons__table::-webkit-scrollbar-thumb{background:#999}.rajons__item{display:flex;align-items:center;justify-content:space-between;padding:20px 10px;min-width:845px}.rajons__item:not(:last-child){border-bottom:2px solid #111}.rajons__item:not(:first-child){border-top:2px solid #999}.rajons__item:nth-child(2){border-top:none}.rajons__item:first-child{font-weight:700;color:#999;padding:0 10px;border:none}.rajons__item:first-child .rajons__member{justify-content:center}.rajons__item:first-child .rajons__skills{text-align:center}.rajons__item_last .rajons__level{margin-left:78px}.rajons__member{display:flex;align-items:center;margin-right:10px;min-width:300px}.rajons__number{width:10px;margin-right:10px}.rajons__image{width:50px;height:50px;position:relative;border:2px solid #39be2d;border-radius:5px;margin-right:8px}.rajons__image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.rajons__user{margin-right:30px}.rajons__name{font-size:.75rem;font-weight:700;margin-bottom:5px}.rajons__level{font-size:.75rem;text-transform:uppercase;color:#999}.rajons__level span{color:#fff;font-weight:700;margin-left:5px}.rajons__icons{display:flex}.rajons__icon{width:25px;height:25px;display:flex;align-items:center;justify-content:center}.rajons__icon:not(:last-child){margin-right:12px}.rajons__icon picture{display:flex;align-items:center;justify-content:center}.rajons__icon img{max-width:100%;max-height:100%}.rajons__skills{width:150px}.rajons__triggers{display:flex;align-items:center;min-width:180px}.rajons__u{width:30px;text-align:center;margin-right:10px}.rajons__a,.rajons__c,.rajons__g,.rajons__l,.rajons__v{width:20px;text-align:center;margin-right:10px}.rajons__g{margin-right:0}.rajons__row{display:flex;align-items:center;justify-content:space-between;max-width:880px;width:100%;margin:0 auto}.rajons__delete{color:#bf0000;width:115px;display:flex;justify-content:center}.rajons__delete button{width:22px;height:22px;border-radius:50%;border:1px solid #fff;display:flex;align-items:center;justify-content:center}.rajons__delete button svg{width:50%;height:50%;fill:#bf0000}.rajons__fight{width:90px;display:flex;justify-content:center}.rajons__officer{width:90px;display:flex;justify-content:center}.rajons__rent{width:90px;display:flex;justify-content:center}.rajons__lider{width:90px;display:flex;justify-content:center}.rajons__chechbox{width:22px;height:22px;padding:0}.rajons__chechbox.active::before{background:0 0}.rajons__chechbox.active::after{opacity:1;transform:scale(1)}.rajons__chechbox::before{width:22px;height:22px}.rajons__chechbox::after{content:"";position:absolute;top:1px;left:1px;-webkit-mask:url(../../img/icons/icons.svg#check) center no-repeat;mask:url(../../img/icons/icons.svg#check) center no-repeat;width:20px;height:20px;background:#39be2d;opacity:0;transform:scale(0);transition:all .3s linear}.rajons__btn{width:150px;height:28px;margin-right:30px}.money-clan{border-bottom:2px solid #111}.money-clan__title{font-weight:700;font-size:.875rem;color:#fff;text-align:center;margin-bottom:20px}.money-clan__info{max-width:360px;margin:0 auto 20px;display:flex}.money-clan__name{font-size:.75rem;color:#fff;min-width:140px;margin-right:30px;text-align:right}.money-clan__item{font-weight:700;font-size:.75rem;color:#fff;display:flex;align-items:center}.money-clan__item:not(:last-child){margin-bottom:5px}.money-clan__item img{width:20px;height:20px;margin-right:7px}.money-clan__pay{max-width:360px;margin:0 auto;display:flex;margin-bottom:20px}.money-clan__form{width:177px}.money-clan__form input{font-size:.75rem;color:#fff;border:1px solid #fff;background:0 0;height:28px;padding:0 8px;width:100%;margin-bottom:10px}.money-clan__form button{font-weight:700;font-size:10px;color:#111;background:#fff;border:1px solid #bf0000;height:28px;width:100%}.money-clan__select{margin-bottom:10px;width:100%}.money-clan__select .selected{font-size:.75rem;color:#fff;border:1px solid #fff;height:28px;padding:0 8px;display:flex;align-items:center}.money-clan__select .option{font-size:.75rem;color:#fff;padding:5px 10px 5px 8px}.money-clan__select .option:hover{color:#111}.money-clan__select .options-container{top:110%;left:0}.history-clan{color:#fff;font-size:.625rem;border-top:2px solid #999;padding:20px 0}.history-clan__title{font-weight:700;font-size:.875rem;color:#fff;text-align:center;margin-bottom:20px}.history-clan__table{overflow-x:auto;scrollbar-width:thin;scrollbar-color:#999 #000}.history-clan__table::-webkit-scrollbar{width:100%;height:1px}.history-clan__table::-webkit-scrollbar-thumb{background:#999}.history-clan__row{display:flex;align-items:center;justify-content:space-between;padding:20px 10px;max-width:760px;min-width:480px;margin:0 auto}.history-clan__item{margin:0 auto;width:100%;min-width:-moz-fit-content;min-width:fit-content}.history-clan__item:not(:last-child){border-bottom:2px solid #111}.history-clan__item:not(:first-child){border-top:2px solid #999}.history-clan__item:nth-child(2){border-top:none}.history-clan__item:first-child{color:#999;border:none}.history-clan__item:first-child .history-clan__member{justify-content:center}.history-clan__item:first-child .history-clan__row{padding:0 10px}.history-clan__member{display:flex;align-items:center;margin-right:10px;width:120px}.history-clan__avatar{border:2px solid #39be2d;border-radius:5px;width:50px;height:50px;position:relative;margin-right:8px}.history-clan__avatar img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.history-clan__name{font-weight:700;font-size:.75rem}.history-clan__money{display:flex;align-items:center;justify-content:center;margin-right:10px;width:130px}.history-clan__money img{width:20px;height:20px;margin-right:6px}.history-clan__date{margin-right:10px;width:90px;text-align:center}.history-clan__kam{width:90px;text-align:center}.invitation-clan{font-size:.625rem;color:#fff}.invitation-clan__title{font-weight:700;font-size:.875rem;color:#fff;text-align:center;margin-bottom:20px}.invitation-clan__table{overflow-x:auto;scrollbar-width:thin;scrollbar-color:#999 #000}.invitation-clan__table::-webkit-scrollbar{width:100%;height:1px}.invitation-clan__table::-webkit-scrollbar-thumb{background:#999}.invitation-clan__row{min-width:-moz-max-content;min-width:max-content}.invitation-clan__row:not(:last-child){border-bottom:2px solid #111}.invitation-clan__row:not(:first-child){border-top:2px solid #999}.invitation-clan__row:nth-child(2){border-top:none}.invitation-clan__row:first-child{border:none;font-weight:700;color:#999}.invitation-clan__row:first-child .invitation-clan__item{padding:0 10px}.invitation-clan__item{padding:20px 10px;display:flex;align-items:center;justify-content:space-between;max-width:675px;min-width:520px;margin:0 auto}.invitation-clan__whom{margin-right:10px;width:50px;text-align:center}.invitation-clan__text{margin-right:10px;width:180px;text-align:center}.invitation-clan__date{margin-right:10px;width:95px;text-align:center}.invitation-clan__stat{width:70px;text-align:center}.history{font-size:.625rem;color:#fff}.history__table{overflow-x:auto;scrollbar-width:thin;scrollbar-color:#999 #000;margin-bottom:20px}.history__table::-webkit-scrollbar{width:100%;height:1px}.history__table::-webkit-scrollbar-thumb{background:#999}.history__row{min-width:-moz-fit-content;min-width:fit-content}.history__row:not(:first-child){border-top:2px solid #999}.history__row:not(:last-child){border-bottom:2px solid #111}.history__row:nth-child(2){border-top:none}.history__row:first-child{font-weight:700;color:#999;border:none}.history__row:first-child .history__item{padding:0 10px}.history__row:first-child .history__results{color:#999}.history__row:first-child .history__attacked,.history__row:first-child .history__defended,.history__row:first-child .history__who{font-size:.625rem}.history__item{display:flex;align-items:center;justify-content:space-between;padding:20px 10px;max-width:700px;min-width:520px;margin:0 auto}.history__attacked{font-size:.75rem;text-align:center;width:80px}.history__defended{font-size:.75rem;text-align:center;width:80px}.history__results{text-align:center;width:80px;color:#39be2d}.history__who{font-size:.75rem;text-align:center;width:80px}.history__date{text-align:center;width:95px}.chat-clan__info{font-size:.75rem;color:#fff;max-width:880px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.chat-clan__level{display:flex;align-items:center}.chat-clan__level span{font-weight:700;margin-left:3px}.chat-clan__timer{max-width:250px;width:100%}.chat-clan__timer span{font-weight:700;margin-left:3px}.chat-clan__next{display:flex;align-items:center;justify-content:space-between;margin-bottom:5px}.chat-clan__control{display:flex;align-items:center;justify-content:space-between}.content-clan{display:flex}.content-clan__left{flex:1 1 auto;margin-right:4px}.content-clan__right{flex:0 0 23%;min-width:230px}.content-clan .cards{margin-bottom:20px}.content-clan .cards__wrapper{max-width:680px}.content-clan .cards__title{font-size:.75rem;font-weight:400}.content-clan .cards__title span{font-weight:700}.information-clan{font-size:.75rem;color:#fff;max-width:680px;margin:0 auto;padding:0 10px}.information-clan__block{margin-bottom:8px;padding:8px;border:1px solid #fff;min-width:177px;max-width:-moz-fit-content;max-width:fit-content}.information-clan__name{font-size:.625rem;margin-bottom:25px}.information-clan__price{margin-bottom:8px;border:1px solid #fff;padding:8px;max-width:440px}.information-clan__list{margin-bottom:35px}.information-clan__item:not(:last-child){margin-bottom:5px}.information-clan__text{font-size:.625rem;margin-bottom:20px}.information-clan__btn{width:120px;height:28px}.bosses__items{display:flex;justify-content:center;flex-wrap:wrap}.bosses__item{width:235px;height:352px;position:relative;display:flex;align-items:flex-end;justify-content:center;margin-bottom:20px;margin-right:20px;border-radius:5px;overflow:hidden}.bosses__image{position:absolute;top:0;left:0;width:100%;height:100%}.bosses__image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.bosses__btn{width:112px;height:28px;display:flex;align-items:center;justify-content:center;margin-bottom:10px;z-index:1}.bosses__btn svg{margin-left:7px;width:21px;height:13px;fill:#999}.bosses__info{width:21px;height:21px;z-index:1;position:absolute;top:10px;left:10px}.bosses__info svg{width:100%;height:100%;fill:#999}.bosses__information{position:absolute;top:0;left:0;width:100%;z-index:2;background:rgba(17,17,17,.95);border-radius:5px;padding:15px;color:#fff;font-size:.75rem}.bosses__win{margin-left:10px;font-weight:700;font-size:.75rem;margin-bottom:10px}.bosses__wrapper{margin-bottom:10px;border:1px solid #fff;box-shadow:0 4px 4px rgba(0,0,0,.25);padding:10px}.bosses__diamonds{display:flex;align-items:center;margin-bottom:10px;font-size:.625rem}.bosses__diamonds img{width:20px;height:20px;margin-right:5px}.bosses__cards{display:flex;align-items:center;margin-bottom:10px}.bosses__card{width:50px;height:50px;border:3px solid gold;border-radius:5px;position:relative;margin-right:5px}.bosses__card img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.bosses__count{font-size:.625rem}.bosses__hearts{display:flex;align-items:center;font-size:.625rem}.bosses__hearts img{width:20px;height:20px;margin-right:5px}.bosses__price{display:flex;align-items:center;font-size:.625rem}.bosses__price img{width:20px;height:20px;margin:0 5px}.bosses__price span{font-weight:700}.slots{color:#fff;font-size:.75rem}.slots__block:not(:last-of-type){border-bottom:2px solid #111}.slots__block:not(:first-of-type){border-top:2px solid #999}.slots__info{max-width:365px;margin:0 auto 40px;padding:0 10px}.slots__info span{font-weight:700}.slots__price{max-width:235px;margin:0 auto 6px;display:flex;align-items:center;justify-content:center;border:1px solid #fff;padding:10px 13px}.slots__price img{width:20px;height:20px;margin:0 5px}.slots__price span{font-weight:700}.slots__checkbox{max-width:235px;margin:0 auto 20px;padding-left:20px;font-size:.625rem;height:13px;display:flex;align-items:center}.slots__checkbox.active::before{background:0 0}.slots__checkbox.active::after{transform:scale(1);opacity:1}.slots__checkbox::before{width:13px;height:13px}.slots__checkbox::after{content:"";position:absolute;top:1px;left:1px;width:11px;height:11px;-webkit-mask:url(../img/icons/icons.svg#check) center no-repeat;mask:url(../img/icons/icons.svg#check) center no-repeat;background:#39be2d;opacity:0;transform:scale(0);transition:all .3s linear}.slots__btn{width:235px;height:39px;font-size:1rem;font-weight:400;color:#111;margin:0 auto 30px;display:block}.slots__items{display:grid;grid-template-columns:repeat(auto-fill,253px);justify-content:center;margin:30px 0}.slots__item{padding:10px}.slots__card{color:#fff;font-size:.75rem;display:flex;align-items:center;border:1px solid #fff;padding:10px}.slots__image{width:50px;height:50px;display:flex;align-items:center;justify-content:center;position:relative;margin-right:9px}.slots__image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.slots__reward{display:flex;align-items:center}.slots__reward span{font-weight:700}.slots__reward img{width:20px;height:20px;margin:0 9px}.base__body{padding:20px 0;margin-bottom:86px;background:#555}.work-base{color:#fff;font-size:.625rem;padding-bottom:40px}.work-base__wrapper{overflow-x:auto}.work-base__row{min-width:-moz-fit-content;min-width:fit-content}.work-base__row:not(:last-child){border-bottom:2px solid #111}.work-base__row:not(:first-child){border-top:2px solid #999}.work-base__row:nth-child(2){border-top:none}.work-base__row:first-child{border:none}.work-base__row:first-child .work-base__items{padding:0 10px}.work-base__row:first-child .work-base__reward{margin-right:118px;text-align:center;color:#999;font-weight:700}.work-base__row:first-child .work-base__work{color:#999;font-weight:700}.work-base__row:first-child .work-base__work span{display:block;width:350px;text-align:center}.work-base__items{padding:20px 10px;display:flex;align-items:flex-start;min-width:640px;max-width:835px;margin:0 auto}.work-base__work{flex:1 1 auto}.work-base__images{display:flex;align-items:center;max-width:350px}.work-base__card{position:relative;width:110px;height:110px;margin-bottom:20px}.work-base__card:not(:last-child){margin-right:10px}.work-base__card:hover .hidden-work{opacity:1;visibility:visible}.work-base__image{width:110px;height:110px;position:relative;border-radius:5px;border:6px solid gold;overflow:hidden}.work-base__image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.work-base__level{background:#fff;border-radius:5px;color:#bf0000;font-size:.5rem;position:absolute;top:4px;left:4px;width:52px;padding:2px;display:flex;align-items:center;justify-content:center}.work-base__desc{font-weight:700;border:1px solid #fff;padding:8px;text-align:center;max-width:350px}.work-base__reward{width:110px;margin-right:20px}.work-base__or{display:flex;align-items:center;justify-content:center;height:28px}.work-base__or img{width:20px;height:20px;margin:0 7px}.work-base__or span{font-weight:700}.work-base__start{height:110px;display:flex;align-items:center}.work-base__btn{width:98px;height:28px}.hidden-work{position:absolute;width:100%;left:0;bottom:0;font-size:.375rem;transition:all .3s linear;opacity:0;visibility:hidden}.hidden-work__body{padding:9px;background:rgba(17,17,17,.95);border-radius:5px}.hidden-work__list{width:-moz-fit-content;width:fit-content;margin:0 auto}.hidden-work__item{display:flex;align-items:center;width:-moz-fit-content;width:fit-content}.hidden-work__item:not(:last-child){margin-bottom:5px}.hidden-work__item img{width:100%;height:100%;max-width:11px;max-height:11px;margin-right:5px}.casino__body{padding-bottom:50px}.casino__items{display:grid;grid-template-columns:repeat(auto-fill,255px);justify-content:center}.casino__item{padding:10px}.casino__item.active .casino__image{border:2px solid #111}.casino__image{width:235px;height:235px;border-radius:5px;position:relative;overflow:hidden}.casino__image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.task__body{font-size:.625rem;color:#fff;padding-bottom:10px}.task__title{margin-bottom:30px}.task__info{display:flex;align-items:center;justify-content:space-between;padding:0 10px;max-width:950px;margin:0 auto}.task__about{max-width:360px;font-size:.75rem;margin-bottom:40px}.task__buy{display:flex;align-items:flex-end}.task__table{display:flex;justify-content:space-between;width:315px;min-width:315px;height:64px}.task__level{width:90px;display:flex;flex-direction:column;justify-content:space-between}.task__item{display:flex;align-items:center;justify-content:center;text-align:center;min-height:28px}.task__item:first-child{color:#999;font-weight:700}.task__price{width:105px;display:flex;flex-direction:column;justify-content:space-between}.task__price img{width:100%;height:100%;max-width:17px;max-height:13px;margin-left:5px}.task__time{width:60px;display:flex;flex-direction:column;justify-content:space-between}.task__btn{min-width:82px;width:82px;height:28px;margin-left:32px}.task__map{max-width:460px}.task__map img{width:100%;height:100%}.bank__body{color:#fff;font-size:.625rem}.bank__body:not(:last-child){border-bottom:2px solid #111;padding-bottom:20px}.bank__body:not(:first-child){border-top:2px solid #999;padding-top:20px}.bank__body:last-child{padding-bottom:60px}.bank__form{max-width:295px;margin:0 auto;padding:0 10px}.bank__item{display:flex;margin-bottom:10px}.bank__item input{width:82px;height:28px;border:1px solid #bf0000;padding:0 8px;color:#999;font-weight:700;font-size:.625rem}.bank__name{min-width:100px;margin-right:10px}.bank__value{font-weight:700;display:flex;align-items:center}.bank__value img{width:22px;height:13px;margin-right:6px}.bank__btn{width:82px;height:28px;margin-left:110px}.tournament{margin-bottom:86px}.tournament__body{background:#555}.tournament__cards{border-top:2px solid #999;padding-bottom:50px}.menu-tournament{border-bottom:2px solid #111;padding:0 10px}.menu-tournament__body{max-width:550px;margin:0 auto}.menu-tournament__list{display:flex;justify-content:space-between;align-items:center}.menu-tournament__item{padding:20px 0;text-align:center}.menu-tournament__item:not(:last-child){margin-right:10px}.menu-tournament__item.active .menu-tournament__link{font-weight:700}.menu-tournament__link{font-size:.75rem;color:#fff}.list-tournament__item{display:flex;align-items:center}.list-tournament__item:not(:last-child){margin-bottom:10px}.list-tournament__place{width:55px}.list-tournament__bruto{width:130px;display:flex;align-items:center}.list-tournament__bruto img{width:13px;height:13px;margin-right:5px}.list-tournament__srones{width:200px;display:flex;align-items:center}.list-tournament__srones img{width:13px;height:13px;margin-right:5px}.info-tournament{border-top:2px solid #999;border-bottom:2px solid #111;color:#fff;font-size:.625rem}.info-tournament__wrapper{display:flex;justify-content:space-between;max-width:735px;margin:0 auto;padding:20px 10px}.info-tournament__desc{max-width:295px}.info-tournament__desc span{font-weight:700}.info-tournament__name{font-weight:700;margin-bottom:20px}.table-tournament{color:#fff;font-size:.625rem;border-top:2px solid #999;padding:20px 0;overflow-x:auto;scrollbar-width:thin;scrollbar-color:#555 #000}.table-tournament::-webkit-scrollbar{width:100%;height:1px}.table-tournament::-webkit-scrollbar-thumb{background:#555}.table-tournament__row{padding:0 10px;min-width:-moz-fit-content;min-width:fit-content}.table-tournament__row:not(:last-child){border-bottom:2px solid #111}.table-tournament__row:not(:first-child){border-top:2px solid #999}.table-tournament__row:nth-child(2){border-top:none}.table-tournament__row:first-child{border:none}.table-tournament__row:first-child .table-tournament__item{padding:0 20px}.table-tournament__row:first-child .table-tournament__level,.table-tournament__row:first-child .table-tournament__olymp-points,.table-tournament__row:first-child .table-tournament__points{color:#999;font-weight:700}.table-tournament__item{max-width:790px;padding:20px 20px;margin:0 auto;display:flex;align-items:center;justify-content:center;min-width:480px}.table-tournament__item.active{border:1px solid #fff;padding:10px 20px;margin:10px auto}.table-tournament__clan{flex:1 1 auto;display:flex;align-items:center}.table-tournament__header{width:186px;text-align:center;color:#999;font-weight:700}.table-tournament__level{width:85px;text-align:center;margin-right:10px}.table-tournament__points{width:100px;text-align:center}.table-tournament__olymp-points{width:120px;display:flex;align-items:center;justify-content:center}.table-tournament__olymp-points img{width:13px;height:13px;margin-right:3px}.table-tournament__number{width:15px}.table-tournament__image{width:50px;height:50px;border:2px solid #39be2d;border-radius:5px;position:relative;margin-right:10px}.table-tournament__image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.table-tournament__name{font-size:.75rem;font-weight:700;margin-right:10px}.table-tournament__icons{display:flex}.table-tournament__icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center}.table-tournament__icon:not(:last-child){margin-right:5px}.olimpic-tournament__info{font-size:.625rem;color:#fff;padding:20px 10px;border-bottom:2px solid #111;border-top:2px solid #999}.olimpic-tournament__info p{max-width:600px;margin:0 auto}.olimpic-tournament__info p:not(:last-child){margin-bottom:20px}.olimpic-tournament__info span{font-weight:700}.olimpic-tournament__info span.red{color:#bf0000}.olimpic-tournament__prize{font-size:.625rem;color:#fff;border-bottom:2px solid #111;border-top:2px solid #999}.olimpic-tournament__prize-wrapper{max-width:735px;margin:0 auto;padding:20px 10px;display:flex;justify-content:space-between}.list-olimpic{width:300px}.list-olimpic__item{display:flex;align-items:center}.list-olimpic__item:not(:last-child){margin-bottom:10px}.list-olimpic__item img{width:13px;height:13px;margin:0 3px}.list-olimpic__item span{font-weight:700}.money-olimpic__item{display:flex;justify-content:flex-end}.money-olimpic__item-wrapper{display:flex;justify-content:flex-end}.money-olimpic__item:not(:last-child){margin-bottom:10px}.money-olimpic__value{font-size:.625rem;color:#fff;font-weight:700;display:flex;align-items:center}.money-olimpic__value:nth-child(2){margin:0 5px}.money-olimpic__value img{width:20px;height:20px;margin-left:3px}.money-olimpic__btn{width:98px;height:28px;margin-left:20px}.footer__bg{width:100%}.footer__bg img{max-width:100%}.footer__menu{background:#444;box-shadow:0 4px 4px rgba(0,0,0,.25);height:96px;display:flex;align-items:center;justify-content:center;padding:0 15px}.footer__list{display:flex;justify-content:space-between;max-width:460px;width:100%}.footer__link{font-size:.875rem;color:#fff}.footer__link.active{font-weight:700}@media (max-width:1000px){.header__body{padding:0 calc(5px + 10 * (100vw - 320px)/ 680)}.main__body{margin-top:calc(2px + 4 * (100vw - 320px)/ 680);margin-bottom:calc(5px + 15 * (100vw - 320px)/ 680)}.main__body:before{height:calc(2px + 4 * (100vw - 320px)/ 680)}.account-main{padding:calc(10px + 11 * (100vw - 320px)/ 680) calc(5px + 10 * (100vw - 320px)/ 680)}.account-main__user{margin-bottom:calc(10px + 8 * (100vw - 320px)/ 680)}.account-main__avatar{width:calc(70px + 11 * (100vw - 320px)/ 680);height:calc(70px + 11 * (100vw - 320px)/ 680)}.account-main__clan,.account-main__name,.account-main__place{font-size:calc(.75rem + 4 * (100vw - 20rem)/ 680)}.level-main{margin-bottom:calc(10px + 8 * (100vw - 320px)/ 680)}.level-main__value{font-size:calc(.75rem + 4 * (100vw - 20rem)/ 680)}.level-main__bar{font-size:calc(.75rem + 4 * (100vw - 20rem)/ 680);padding:calc(2px + 3 * (100vw - 320px)/ 680) calc(15px + 10 * (100vw - 320px)/ 680)}.icons-main__item{width:calc(20px + 10 * (100vw - 320px)/ 680);height:calc(20px + 10 * (100vw - 320px)/ 680)}.icons-main__item:not(:last-child){margin-right:calc(10px + 5 * (100vw - 320px)/ 680)}.balance__btn{padding:calc(5px + 5 * (100vw - 320px)/ 680)}.fight__points{font-size:calc(.75rem + 4 * (100vw - 48rem)/ 232)}.shop__body{padding:20px calc(5px + 15 * (100vw - 320px)/ 680) 76px}.shop__block{margin:0 calc(-2.5px + -7.5 * (100vw - 320px)/ 680)}.box{padding:0 calc(2.5px + 7.5 * (100vw - 320px)/ 680);margin-bottom:calc(5px + 15 * (100vw - 320px)/ 680)}.box__body{padding:14px calc(5px + 5 * (100vw - 320px)/ 680)}.submenu_left .submenu__list{padding:0 calc(5px + 35 * (100vw - 320px)/ 680)}.submenu__list{min-width:calc(840px + 130 * (100vw - 320px)/ 680)}.submenu__link{font-size:calc(.75rem + 2 * (100vw - 20rem)/ 680)}.equipment__item{padding:20px calc(20px + 65 * (100vw - 768px)/ 232)}.equipment__item:nth-child(2){padding:20px calc(20px + 65 * (100vw - 768px)/ 232)}.equipment__item:first-child{padding:0 calc(20px + 65 * (100vw - 768px)/ 232)}.cards__body{padding:20px calc(5px + 10 * (100vw - 320px)/ 680)}.cards__items{margin:0 calc(-2.5px + -7.5 * (100vw - 320px)/ 680);grid-template-columns:repeat(auto-fill,calc(155px + 15 * (100vw - 320px)/ 680))}.cards__item{padding:10px calc(2.5px + 7.5 * (100vw - 320px)/ 680)}.vip__body{padding:20px calc(5px + 15 * (100vw - 320px)/ 680)}.vip__cards{margin:0 calc(-2.5px + -7.5 * (100vw - 320px)/ 680);grid-template-columns:repeat(auto-fill,calc(155px + 15 * (100vw - 320px)/ 680))}.card-vip{padding:10px calc(2.5px + 7.5 * (100vw - 320px)/ 680)}.auction__body{padding:calc(5px + 15 * (100vw - 320px)/ 680)}.auction__details{padding:20px calc(10px + 37 * (100vw - 320px)/ 680)}.auction__info{margin-right:calc(10px + 45 * (100vw - 320px)/ 680)}.auction__cards{margin:0 calc(-2.5px + -7.5 * (100vw - 320px)/ 680);grid-template-columns:repeat(auto-fill,calc(155px + 15 * (100vw - 320px)/ 680))}.fight-hero__progress{width:calc(135px + 13 * (100vw - 320px)/ 680)}.main-map__clan{width:calc(70px + 30 * (100vw - 320px)/ 680);min-width:calc(70px + 30 * (100vw - 320px)/ 680)}.menu-clan__item:not(:last-child){margin-right:calc(10px + 15 * (100vw - 320px)/ 680)}.casino__items{grid-template-columns:repeat(auto-fill,calc(160px + 95 * (100vw - 320px)/ 680))}.casino__image{width:calc(140px + 95 * (100vw - 320px)/ 680);height:calc(140px + 95 * (100vw - 320px)/ 680)}.footer__link{font-size:calc(.75rem + 2 * (100vw - 20rem)/ 680)}}@media (max-width:993px){.menu__body{position:fixed;top:0;right:-100%;width:250px;height:100%;background:#000;padding:100px 30px 30px 30px;overflow:auto;transition:all .3s linear;z-index:4}.menu__body._active{right:0}.menu__list{display:flex;align-items:center;flex-direction:column}.menu__item{flex-wrap:wrap;margin:0 0 30px 0}.menu__item:last-child{margin-bottom:0}.menu__icon{z-index:5;display:block;position:relative;width:30px;height:30px;display:flex;justify-content:center;align-items:center;cursor:pointer}.menu__icon:hover span::after,.menu__icon:hover span::before{color:#999}.menu__icon span::before{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(1) rotate(0);font-family:icons;content:"\e901";font-size:2rem;color:#fff;transition:all .3s linear}.menu__icon span::after{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0) rotate(-180deg);font-family:icons;content:"\e900";font-size:2rem;color:#fff;opacity:0;transition:all .3s linear}.menu__icon._active span::before{opacity:0;transform:translate(-50%,-50%) scale(0) rotate(180deg)}.menu__icon._active span::after{opacity:1;transform:translate(-50%,-50%) scale(1) rotate(0)}}@media (max-width:992px){.header__menu{flex:unset}.search{max-width:unset}.search{flex:1 1 auto}.menu{justify-content:flex-end}.balance{width:100%}.balance__btn{width:100%}}@media (max-width:768px){.skills__body{flex-direction:column}.skills__left{border:none;padding:calc(5px + 5 * (100vw - 320px)/ 680) calc(5px + 10 * (100vw - 320px)/ 680) 0;grid-template-columns:minmax(auto,1fr) auto minmax(auto,2fr)}.skills__center{border:none;padding:0 calc(5px + 10 * (100vw - 320px)/ 680) calc(5px + 5 * (100vw - 320px)/ 680);border-bottom:2px solid #111;grid-template-columns:minmax(auto,1fr) auto minmax(auto,2fr)}.skills__right{padding:calc(5px + 5 * (100vw - 320px)/ 448) calc(5px + 10 * (100vw - 320px)/ 448);justify-content:flex-end;border:none;border-top:2px solid #999}.balance{width:180px}.balance__btn{width:180px}.content__body{flex-direction:column}.timer__item{width:50%}.maps:last-child{margin-bottom:4px}.maps__list{grid-template-columns:repeat(6,1fr)}.news{margin-bottom:4px}.fight__points{font-size:.75rem}.equipment__item{padding:20px}.equipment__item:nth-child(2){padding:20px}.equipment__item:first-child{padding:0 20px}.cards__header{flex-direction:column}.cards__selection{position:static}.cards__title{margin-bottom:10px}.auction__details{flex-direction:column}.auction__info{max-width:unset;margin-bottom:15px;text-align:center}.menu-hero__list{justify-content:center}.extra__body{flex-wrap:wrap}.extra__info{flex:unset;margin-bottom:20px}.extra__sends{display:flex;align-items:flex-start}.send-extra:not(:last-child){margin-bottom:0;margin-right:10px}.sms__extra .extra__body{flex-direction:column;align-items:center}.sms__extra .extra__images{margin-right:0;margin-bottom:20px;display:flex}.sms__extra .extra__image:not(:last-child){margin-bottom:0;margin-right:20px}.sms__extra .extra__name{text-align:center}.task__info{flex-direction:column}.task__desc{text-align:center;display:flex;flex-direction:column;align-items:center;margin-bottom:30px}.task__about{max-width:unset}.list-tournament{display:flex;flex-direction:column;align-items:center}.info-tournament__wrapper{flex-direction:column}.info-tournament__desc{max-width:unset}.olimpic-tournament__prize-wrapper{flex-direction:column}.list-olimpic{margin:0 auto 20px}.money-olimpic{max-width:380px;margin:0 auto}}@media (max-width:576px){.main__body{flex-direction:column}.account-main{order:2}.location-main{min-height:calc(120px + 60 * (100vw - 320px)/ 256);order:1}.timer__item{width:100%}.extra__body{flex-direction:column;align-items:center}.extra__image{margin:0 0 20px}.extra__title{text-align:center}.extra__activity{text-align:center}.extra__valid{text-align:center}.extra__sends{flex-direction:column}.send-extra:not(:last-child){margin-bottom:10px;margin-right:0}.chat-clan__info{flex-direction:column;max-width:-moz-fit-content;max-width:fit-content;margin:0 auto}.chat-clan__level{margin-bottom:15px}.chat-clan__timer{max-width:unset}.content-clan{flex-direction:column}.content-clan__left{margin-right:0}.content-clan .cards{margin-bottom:4px}}@media (max-width:480px){.lang{margin:0 10px}.maps__list{grid-template-columns:repeat(3,1fr)}.missions__info{flex-direction:column}.missions__image{margin-right:0;margin-bottom:10px}.level-hero__wrapper{flex-direction:column}.level-hero__item{margin-bottom:5px}.tnt-showdown__body{flex-direction:column}.tnt-showdown__image{margin-right:0;margin-bottom:10px}.tnt-showdown__info{margin-bottom:10px;margin-right:0}.sms__buy{flex-direction:column}.sms__price{margin-bottom:10px;margin-right:0}.money-clan__info{flex-direction:column}.money-clan__name{text-align:center;margin-bottom:10px;margin-right:0}.money-clan__item{padding:0 10px}.money-clan__pay{flex-direction:column;align-items:center}.task__buy{flex-direction:column;align-items:center}.task__table{margin-bottom:10px;width:300px;min-width:unset}.list-tournament__item{flex-wrap:wrap}.money-olimpic__item{flex-direction:column;align-items:center}.money-olimpic__item-wrapper{margin-bottom:10px}.money-olimpic__btn{margin-left:0}.footer__list{flex-direction:column;align-items:center}.footer__link:not(:last-child){margin-bottom:10px}}