@-webkit-keyframes shake{10%,90%{-webkit-transform:translate3d(-1px,0,0);transform:translate3d(-1px,0,0)}20%,80%{-webkit-transform:translate3d(2px,0,0);transform:translate3d(2px,0,0)}30%,50%,70%{-webkit-transform:translate3d(-4px,0,0);transform:translate3d(-4px,0,0)}40%,60%{-webkit-transform:translate3d(4px,0,0);transform:translate3d(4px,0,0)}}@keyframes shake{10%,90%{-webkit-transform:translate3d(-1px,0,0);transform:translate3d(-1px,0,0)}20%,80%{-webkit-transform:translate3d(2px,0,0);transform:translate3d(2px,0,0)}30%,50%,70%{-webkit-transform:translate3d(-4px,0,0);transform:translate3d(-4px,0,0)}40%,60%{-webkit-transform:translate3d(4px,0,0);transform:translate3d(4px,0,0)}}.app-prompt-modal .modal-card{padding:16px;max-width:500px;-webkit-transition:-webkit-box-shadow .2s cubic-bezier(.4,0,.6,1);transition:-webkit-box-shadow .2s cubic-bezier(.4,0,.6,1);transition:box-shadow .2s cubic-bezier(.4,0,.6,1);transition:box-shadow .2s cubic-bezier(.4,0,.6,1),-webkit-box-shadow .2s cubic-bezier(.4,0,.6,1)}.app-prompt-modal.app-prompt-modal_error .modal-card{-webkit-box-shadow:0 0 0 1px #e72f31;box-shadow:0 0 0 1px #e72f31;-webkit-animation:shake .5s cubic-bezier(.36,.07,.19,.97) both;animation:shake .5s cubic-bezier(.36,.07,.19,.97) both;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.app-prompt-modal.app-prompt-modal_error .alert-input input,.app-prompt-modal.app-prompt-modal_error .alert-input input:focus{border-color:#e72f31}.app-prompt-modal .alert-content{background:none;text-align:center;font-size:22px;line-height:28px;font-weight:400;color:#fff;border-radius:6px;padding:10px 20px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.app-prompt-modal .alert-content b{color:#fbc33e;font-weight:700}@media only screen and (max-device-width:599px),only screen and (max-width:599px){.app-prompt-modal .alert-content{font-size:22px;line-height:28px}}.app-prompt-modal .alert-input{margin-top:15px}.app-prompt-modal .alert-input input{width:100%;text-align:center;padding:8px 16px;border-radius:100px;color:#fff!important;caret-color:#fff!important;background:rgba(0,10,37,.6);border:1px solid rgba(0,10,37,.6);outline:none;height:48px;font-size:16px;line-height:30px;-webkit-transition:border-color .2s cubic-bezier(.4,0,.6,1);transition:border-color .2s cubic-bezier(.4,0,.6,1)}.app-prompt-modal .alert-input input:focus{border-color:#1480b2}.app-prompt-modal .alert-input input[type=password]{font-size:28px;line-height:30px;letter-spacing:4px}.app-prompt-modal .alert-action{margin-top:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.info.registred{font-weight:400}.registred{color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.registred b{color:#fbc33e}.registred_success .registred__icon{color:#5bb34f}.registred__text{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;font-size:11px;line-height:15px;max-width:130px}.registred__icon{margin-right:8px;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.tab{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;letter-spacing:.02em;text-transform:uppercase;font-weight:400;font-size:14px;line-height:19px;color:#3b579f;cursor:pointer;padding:10px 0;-webkit-transition:.3s cubic-bezier(.25,.8,.5,1);transition:.3s cubic-bezier(.25,.8,.5,1);z-index:1}.tab,.tab__wrap{position:relative}.tab__wrap{z-index:3;padding:0 16px;width:100%}.tab:after{position:absolute;z-index:2;content:"";display:block;top:0;left:0;bottom:0;right:0;background:-webkit-gradient(linear,left top,left bottom,from(rgba(30,33,53,.65)),to(rgba(48,77,150,.65)));background:linear-gradient(180deg,rgba(30,33,53,.65) 0,rgba(48,77,150,.65));background-size:100% 100vh;opacity:0;-webkit-transition:.3s cubic-bezier(.25,.8,.5,1);transition:.3s cubic-bezier(.25,.8,.5,1);border-top-right-radius:6px;border-top-left-radius:6px}.tab_active{color:#fff}.tab_active:after{opacity:1}.tab:not(:first-child):before{content:"";width:1px;height:14px;display:inline-block;-webkit-transition:.3s cubic-bezier(.25,.8,.5,1);transition:.3s cubic-bezier(.25,.8,.5,1)}.tab:not(.tab_active)+.tab:not(.tab_active):before,.tab:not(:first-child):not(.tab_active)+.tab:not(.tab_active):before{background:#3b579f}@media only screen and (max-device-width:599px),only screen and (max-width:599px){.tab{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;border-radius:100px;text-transform:none;font-size:16px;margin:4px 0;padding:6px 16px}.tab_active{background:-webkit-gradient(linear,left top,left bottom,from(rgba(30,33,53,.65)),to(rgba(48,77,150,.65)));background:linear-gradient(180deg,rgba(30,33,53,.65) 0,rgba(48,77,150,.65))}.tab:after,.tab:before,.tab:not(:first-child):before{display:none}.tab__wrap{padding:0}}.tabs__list{display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (max-device-width:599px),only screen and (max-width:599px){.tabs__list{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:4px 0}}.tabs__content{background:-webkit-gradient(linear,left top,left bottom,from(rgba(30,33,53,.65)),to(rgba(48,77,150,.65)));background:linear-gradient(180deg,rgba(30,33,53,.65) 0,rgba(48,77,150,.65));-webkit-transition:.3s cubic-bezier(.25,.8,.5,1);transition:.3s cubic-bezier(.25,.8,.5,1);padding:30px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;min-height:400px}.tabs__content.round-left-corner{border-top-left-radius:6px}.tabs__content.round-right-corner{border-top-right-radius:6px}.tabs__content h2,.tabs__content p{font-size:14px;line-height:19px}.tabs__content h2:not(:last-child),.tabs__content p:not(:last-child){margin-bottom:20px}.tabs__content p img{border-radius:5px;-webkit-transition:-webkit-box-shadow .3s;transition:-webkit-box-shadow .3s;transition:box-shadow .3s;transition:box-shadow .3s,-webkit-box-shadow .3s;will-change:box-shadow;cursor:pointer;-webkit-box-shadow:0 0 0 1px rgba(251,195,62,.4),0 3px 6px 0 #000a25;box-shadow:0 0 0 1px rgba(251,195,62,.4),0 3px 6px 0 #000a25}.tabs__content p img:first-child{margin-left:0!important}.tabs__content p img:last-child{margin-right:0!important}.tabs__content p img:hover{-webkit-box-shadow:0 0 0 1px rgba(251,195,62,.8),0 8px 10px 0 #000a25;box-shadow:0 0 0 1px rgba(251,195,62,.8),0 8px 10px 0 #000a25}@media only screen and (max-device-width:599px),only screen and (max-width:599px){.tabs__content p img{width:40%!important;height:auto!important}.tabs__content p img:nth-child(2n){margin:5px!important;margin-right:auto!important}.tabs__content p img:nth-child(odd){margin:5px!important;margin-left:auto!important}}.tabs__content .title{font-size:24px;line-height:33px;text-align:left}.tabs__content h1,.tabs__content h2,.tabs__content h3,.tabs__content h4{font-family:Montserrat;font-weight:900;line-height:97.52%;letter-spacing:.02em;color:#fbc33e}.tabs__content h1{font-size:2rem}.tabs__content h2{font-size:1.7rem}.tabs__content h3{font-size:1.4rem}.tabs__content h4{font-size:1.2rem}.tabs__content a,.tabs__content b,.tabs__content strong{font-weight:800}@media only screen and (max-width:959px){.tabs__content{padding:30px 10px}.tabs__content .tab__content{padding:10px}}@media only screen and (max-device-width:599px),only screen and (max-width:599px){.tabs__content{border-radius:6px;padding:16px 4px}.tabs__content h1,.tabs__content h2,.tabs__content h3,.tabs__content h4,.tabs__content p{padding:0 6px}}.heading{font-family:Montserrat;font-weight:900;font-size:52px;line-height:63px;letter-spacing:.02em;color:#fbc33e}@media only screen and (max-device-width:599px),only screen and (max-width:599px){.heading{font-size:32px;line-height:1.47em}}.subheading{font-family:Montserrat;font-style:normal;font-weight:300;font-size:18px;line-height:22px;letter-spacing:.02em;color:#fff}.tournament{margin:0 auto}.tournament>*{margin:50px auto}.tournament__status{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:14px;line-height:108.95%;font-weight:800;border-radius:6px}.tournament__status.live{font-size:20px;line-height:100%;background:rgba(91,179,79,.25)}.tournament__status.live .status_offline span{color:#fff}.tournament__status.ended{font-size:20px;line-height:100%;background:rgba(231,47,49,.3)}.tournament__notice{text-align:center}.tournament__notice p{font-size:14px;line-height:19px}.tournament__notice .title{font-size:18px;line-height:26px;margin-bottom:12px}.tournament__format_wrap{-webkit-box-orient:horizontal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.tournament__format_wrap,.tournament__format_wrap .field{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal}.tournament__format_wrap .field{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.tournament__format_wrap .field>*{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.tournament__format_wrap .field .label{padding-right:15px;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;height:100%;margin-bottom:0;margin-bottom:8px}.tournament__format_wrap .field .info{width:100%}.tournament__format_wrap .field.field_address{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.tournament__format_wrap .field.field_btn{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;margin-top:24px}.tournament__format_wrap .field.field_btn .btn{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.tournament__format_wrap .field.field_countdown>*{-webkit-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%}.tournament__format_wrap .field.field_date{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.tournament__format_wrap .field.field_format,.tournament__format_wrap .field.field_format>*{-webkit-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%}@media only screen and (min-width:960px)and (max-width:1279px){.tournament__format_wrap .field.field_format{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.tournament__format_wrap .field.field_btn{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}}@media only screen and (max-width:959px){.tournament__format_wrap .field{margin:0;padding:8px;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.tournament__format_wrap .field.field_btn,.tournament__format_wrap .field.field_countdown{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.tournament__format_wrap .field .label{margin-bottom:8px}.tournament__format_wrap .field_btn{max-width:100%}}@media only screen and (max-device-width:599px),only screen and (max-width:599px){.tournament__format_wrap .field{margin:0;-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%}.tournament__format_wrap .field.field_date{-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%}.tournament__format_wrap .field.field_date .info{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.tournament__format_wrap .field.field_countdown{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%}.tournament__format_wrap .field.field_countdown .countdown{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;width:100%}.tournament__format_wrap .field.field_countdown .countdown .day,.tournament__format_wrap .field.field_countdown .countdown .hour,.tournament__format_wrap .field.field_countdown .countdown .min,.tournament__format_wrap .field.field_countdown .countdown .sec{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.tournament__format_wrap .field.field_btn{margin-top:0}.tournament__format_wrap .field .registred__text{max-width:100%;font-size:14px}}.tournament__lables{margin-bottom:20px}.tournament__lables,.tournament__lables label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tournament__lables label{margin-right:16px;height:14px}.tournament__lables label+label{padding-left:16px;border-left:1px solid hsla(0,0%,100%,.5)}.tournament__lables label span{vertical-align:middle}.tournament__lables label svg{margin-right:8px}.tournament__member{background:rgba(0,10,37,.6);padding:10px 16px;border-radius:6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row;flex-flow:row;-webkit-transition:.3s;transition:.3s}.tournament__member,.tournament__member.btn .btn__content{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.tournament__member.btn .btn__content{text-align:left}.tournament__members_list:not(.tournament__members_list-empty) .tournament__member{cursor:pointer}.tournament__members_list:not(.tournament__members_list-empty) .tournament__member:hover{-webkit-box-shadow:0 0 20px rgba(60,171,221,.75);box-shadow:0 0 20px rgba(60,171,221,.75)}.tournament__members_list:not(.tournament__members_list-empty) .tournament__member:active{opacity:.5}.tournament__members_list-empty .tournament__member{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.tournament__member__info{overflow:hidden}.tournament__member__ava{min-width:40px;max-width:40px;height:40px;border:2px solid;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.tournament__member__ava img,.tournament__member__ava svg{display:block;width:100%}.tournament__member__ava:first-child{margin-right:16px}.tournament__member__ava:last-child{margin-left:16px}.tournament__member__ava_blue{background:#0d5577;border-color:#1480b2;color:rgba(20,128,178,.8)}.tournament__member__ava_red{background:#811314;border-color:#e72f31;color:rgba(231,47,49,.8)}.tournament__member_name{font-weight:800;font-size:14px;line-height:15px;color:#fff;text-transform:uppercase;max-width:140px}.tournament__member_country{font-size:10px;line-height:108.95%;color:hsla(0,0%,100%,.5);text-transform:none;font-weight:400}.tournament__game{padding:10px 30px;background:rgba(0,10,37,.6);border-radius:6px;-webkit-transition:.3s;transition:.3s}.tournament__games_list:not(.tournament__games_list-empty) .tournament__game:not(.empty){cursor:pointer}.tournament__games_list:not(.tournament__games_list-empty) .tournament__game:not(.empty):hover{-webkit-box-shadow:0 0 20px rgba(60,171,221,.75);box-shadow:0 0 20px rgba(60,171,221,.75)}.tournament__games_list:not(.tournament__games_list-empty) .tournament__game:not(.empty):active{opacity:.5}.tournament__games_list:not(.tournament__games_list-empty) .tournament__game.empty{opacity:.5;cursor:default}.tournament__game .tournament__member{padding:0;background:transparent;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;border-radius:0;max-width:200px;width:100%}.tournament__game .tournament__member:last-child{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.tournament__game_status,.tournament__game_type{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0;font-size:10px;line-height:108.95%;color:hsla(0,0%,100%,.5);max-width:120px}.tournament__game_type{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.tournament__game_status{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;font-weight:800}.tournament__teams{overflow:hidden;padding:0}.tournament__teams,.tournament__teams__result{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.tournament__teams__result{font-weight:800;font-size:14px;line-height:20px;color:#fbc33e;max-width:70px;min-width:70px;text-align:center}.tournament__teams__result .result-delimeter{padding:0 8px}@media only screen and (max-device-width:599px),only screen and (max-width:599px){.tournament__filter_categories{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tournament__filter_categories .btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}}.tournament__filter_categories .btn{padding:8px 30px;margin-right:16px}.tournament__filter_categories .btn:last-child{margin-right:0}.tournament__filter_categories .btn__content{text-transform:none!important;font-weight:400;font-size:12px;line-height:13px}.tournament__filter_search .text-field{padding:8px 30px}.tournament__filter_search .text-field input{font-size:12px;line-height:14px}@media only screen and (max-device-width:599px),only screen and (max-width:599px){.tournament__game{-ms-flex-wrap:wrap;flex-wrap:wrap}.tournament__game_status,.tournament__game_type{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;max-width:100%!important}.tournament__teams{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;-webkit-box-flex:1!important;-ms-flex:1 0 100%!important;flex:1 0 100%!important;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0!important;position:relative}.tournament__teams__result{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;-webkit-box-flex:1;-ms-flex:1 1 20%;flex:1 1 20%;max-width:20%;-ms-flex-item-align:start;align-self:flex-start;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;position:absolute;right:0;top:0;width:100%;height:100%}.tournament__teams__result_wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;min-width:18px}.tournament__teams__result .result-delimeter{display:none}.tournament__teams__result .result-blue,.tournament__teams__result .result-empty,.tournament__teams__result .result-red{height:50%;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.tournament__teams__result .result-empty{height:100%}.tournament__member_name{max-width:300px}.tournament__games .tournament__member{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important;padding:8px 0!important;-webkit-box-flex:1;-ms-flex:1 1 80%;flex:1 1 80%;max-width:80%}.tournament__games .tournament__member__info{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;text-align:left!important}.tournament__games .tournament__member__ava{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.tournament__games .tournament__member__ava:last-child{margin-left:0;margin-right:16px}}.floated-box.right{padding-left:30px}.floated-box.left{padding-right:30px}@media only screen and (max-device-width:599px),only screen and (max-width:599px){.floated-box.right{float:none;padding:0}}@-moz-document url-prefix(){.heading,.tabs__content h1,.tabs__content h2,.tabs__content h3,.tabs__content h4{font-family:Montserrat!important;font-weight:900!important}.subheading{font-family:Montserrat!important;font-weight:300!important}}.discord-connect{font-weight:400!important;text-transform:none;height:auto;padding:8px 16px;font-size:10px;line-height:14px;color:hsla(0,0%,100%,.5)}.discord-connect:hover{border-color:#fff;background-color:#fff;color:rgba(0,0,0,.8)}.discord-widget{width:300px;max-height:404px;font-family:Open Sans,sans-serif!important;font-style:normal!important;background:rgba(0,10,37,.6);border-radius:6px;font-size:10px;line-height:14px;letter-spacing:.02em;color:hsla(0,0%,100%,.5)}@media only screen and (max-device-width:599px),only screen and (max-width:599px){.discord-widget{width:100%;margin-bottom:20px}}.discord-widget .layout{margin:0!important}.discord-content{max-height:300px;overflow:hidden;overflow:auto}.discord-logo img{display:block}.discord-channels{font-weight:800;font-size:12px;line-height:16px}.discord-members-online .title{font-weight:800;font-size:12px!important;line-height:16px!important;text-align:left;color:#1480b2;text-transform:uppercase}.discord-member{padding:0 8px}.discord-member__name{max-width:50%}.discord-member__info{max-width:40%}.discord-member__info span,.discord-member__name span{vertical-align:middle}.discord-member__ava{vertical-align:middle;display:inline-block;width:14px;height:14px;border-radius:100%;margin-right:10px;background-size:cover}.discord-member__ava img{display:block;width:14px;height:14px;border-radius:100%}.modal.image-modal{max-height:90vh;padding:30px 0}.modal.image-modal .modal-card{padding:10px;max-width:100%}.modal.image-modal .modal-card img{display:block;width:auto;max-height:90vh;max-width:100%;margin:0 auto}#yaMap{width:100%;height:324px;border-radius:5px;overflow:hidden}.bracket-card{font-size:12px;line-height:16px;font-weight:700}.bracket-card:nth-child(2n) .bracket-card__participant:after{bottom:25%}.bracket-card:nth-child(odd) .bracket-card__participant:after{top:25%}.bracket-card__participants-shadow{position:absolute;right:0;top:0;width:168px;height:60px;z-index:2;border-radius:6px;-webkit-transition:.3s;transition:.3s}.bracket-card__participants.empty,.bracket-card__participants.two_winners{pointer-events:none}.bracket-card__participants:hover:not(.empty):not(.two_winners) .bracket-card__participants-shadow{-webkit-box-shadow:0 0 20px rgba(60,171,221,.75);box-shadow:0 0 20px rgba(60,171,221,.75)}.bracket-card__participants:active:not(.empty):not(.two_winners) .bracket-card__participants-shadow{-webkit-box-shadow:0 0 20px hsla(0,0%,100%,.4);box-shadow:0 0 20px hsla(0,0%,100%,.4);background-color:rgba(8,23,52,.5)}.bracket-card__participants-btn{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:24px;height:24px;color:#fff;background:#1e2135;right:12px;top:20px;border-radius:100%;z-index:3;-webkit-transition:.3s;transition:.3s}.empty .bracket-card__participants-btn,.two_winners .bracket-card__participants-btn{opacity:.5}.bracket-card__participants:not(.empty):not(.two_winners) .bracket-card__participants-btn:hover{-webkit-box-shadow:0 0 10px #3cabdd;box-shadow:0 0 10px #3cabdd}.bracket-card__participants:not(.empty):not(.two_winners) .bracket-card__participants-btn:active{-webkit-box-shadow:0 0 10px #fff;box-shadow:0 0 10px #fff;opacity:.5}.bracket-card__participant{height:30px;display:block;background-color:rgba(118,126,142,.25)}.bracket-card__participant:nth-child(odd){border-top-left-radius:6px;border-top-right-radius:6px}.bracket-card__participant:nth-child(2n){border-bottom-left-radius:6px;border-bottom-right-radius:6px}.bracket-card__participant:after{content:"";position:absolute;z-index:1;right:0;height:25%;width:1px;background-color:hsla(0,0%,100%,.5);pointer-events:none;visibility:hidden}.bracket-card__participant.winner{color:#3cabdd}.bracket-card__participant.loser{color:#e72f31}.two_winners .bracket-card__participant{color:#27c400}.bracket-card__participant-score{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;position:absolute;right:50px;top:0;width:20px}.bracket-card__participant-name,.bracket-card__participant-score{-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}.bracket-card__participant-name{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;max-width:85px;position:relative;z-index:1}.bracket-card__participant-name,.bracket-card__participant-score{color:#fff}.two_winners .bracket-card__participant-name,.two_winners .bracket-card__participant-score{color:#27c400}.winner .bracket-card__participant-name,.winner .bracket-card__participant-score{color:#3cabdd}.loser .bracket-card__participant-name,.loser .bracket-card__participant-score{color:#e72f31}.empty .bracket-card__participant-name,.empty .bracket-card__participant-score{color:hsla(0,0%,100%,.5)}.bracket-card__participant-img{margin-right:10px;position:relative;z-index:1;line-height:0}.bracket-card__participant-lines{position:absolute;bottom:0;left:0;right:0;height:1px;z-index:1}.bracket-card__participant-bg{position:absolute;border:1px solid transparent;top:0;bottom:0;left:12px;width:calc(100% - 63px);pointer-events:none}.bracket-card__participant:first-child:nth-child(odd) .bracket-card__participant-bg{border-bottom:1px solid hsla(0,0%,100%,.5)}.bracket-card__participant-container{position:relative;padding:0 13px;width:168px;height:100%}.bracket-card__line-after,.bracket-card__line-before{position:absolute;height:100%;top:0;width:16px;background-color:hsla(0,0%,100%,.5)}.bracket-card__line-after:after,.bracket-card__line-before:after{position:absolute;top:-3px;width:7px;height:7px;border-radius:50%;background-color:#fff}.bracket-card__line-before{left:-16px}.bracket-card__line-before:after{right:-4px}.bracket-card__line-after{right:-16px}.bracket-card__line-after:after{left:-4px}.bracket-card__participant:nth-child(odd) .bracket-card__participant-container:after{bottom:0}.bracket-card__participant:nth-child(2n) .bracket-card__participant-container:after{top:0}.brackets-grid__container{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.brackets-grid__round{position:relative;width:200px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;z-index:1}.brackets-grid__round:not(:first-of-type){width:200px}.brackets-grid__round:last-child{border-bottom-right-radius:6px;overflow:hidden}.brackets-grid__round:first-of-type .bracket-card__line-before,.brackets-grid__round:last-of-type .bracket-card__line-after,.brackets-grid__round:last-of-type .bracket-card__participant:after{display:none}.brackets-grid__round:before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-size:100% 100vh}.brackets-grid__round:nth-child(odd):before{opacity:.07}.brackets-grid__round:nth-child(2n):before,.brackets-grid__round:nth-child(odd):before{background:-webkit-gradient(linear,left top,left bottom,from(#7cd7ff),to(rgba(124,215,255,.5)));background:linear-gradient(180deg,#7cd7ff,rgba(124,215,255,.5))}.brackets-grid__round:nth-child(2n):before{opacity:.1}.brackets-grid_single .bracket-card__participant:after{visibility:visible}.brackets-grid_grand-final .brackets-grid__round:nth-last-child(2) .bracket-card__participant:after{visibility:hidden}.brackets-grid_double .brackets-grid__round:nth-child(2n) .bracket-card__participant:after{visibility:visible}.brackets-grid__match{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 0;flex:1 0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:180px}.brackets-grid__match .bracket-card{margin:auto}.bracket{padding:20px 15px 20px 20px;background:#000a25;border-radius:6px}.bracket_single{border-radius:6px;overflow:hidden}.bracket__header{color:grey;background-color:#0f0}.bracket__grid{max-height:680px;overflow:auto;cursor:-webkit-grab;cursor:grab}.bracket__grid::-webkit-scrollbar{width:5px;height:5px}.bracket__grid::-webkit-scrollbar-corner{background:transparent}.bracket__grid::-webkit-scrollbar-track{background:rgba(5,8,27,.5);border-radius:100px}.bracket__grid::-webkit-scrollbar-thumb{background:#1480b2;border-radius:100px}.bracket__grid::-webkit-scrollbar-thumb:hover{background:#5bcdff}.bracket__rounds-container{height:70px;position:relative;margin-right:5px;border-top-right-radius:6px;overflow:hidden}.bracket__rounds-scroll{height:100%;overflow:hidden}.bracket__scroll-items{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;min-width:100%;color:hsla(0,0%,100%,.5)}.bracket__scroll-item,.bracket__scroll-items{height:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bracket__scroll-item{padding-left:50px;line-height:1.3;border-bottom:1px solid hsla(0,0%,100%,.1);display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.bracket__scroll-item:last-child{width:200px;padding-right:5px;border-top-right-radius:6px;overflow:hidden}.bracket__scroll-item:before{content:"";position:absolute;top:0;left:0;bottom:0;right:0}.bracket__scroll-item:nth-child(odd):before{opacity:.07}.bracket__scroll-item:nth-child(2n):before,.bracket__scroll-item:nth-child(odd):before{background:-webkit-gradient(linear,left top,left bottom,from(#7cd7ff),to(rgba(124,215,255,.5)));background:linear-gradient(180deg,#7cd7ff,rgba(124,215,255,.5));background-size:100% 100vh}.bracket__scroll-item:nth-child(2n):before{opacity:.1}.bracket__scroll-btn{width:30px;height:36px;color:#646c75;background-color:#3a4047;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.bracket__scroll-btn:first-child{left:10px}.bracket__scroll-btn:last-child{right:10px}.bracket_single .bracket__scroll-item{padding-left:0;width:200px;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bracket_double .bracket__scroll-item{width:540px}.brackets-empty,.brackets-loading{background:rgba(0,10,37,.6);border-radius:6px;text-align:center;padding:30px}.brackets .title{font-size:24px;line-height:33px;text-transform:uppercase;margin-bottom:20px}.brackets__info{margin-bottom:30px}.brackets__message{text-align:center;font-size:21px}.paginator__btn{padding:8px;min-width:30px;height:30px;background:rgba(0,10,37,.6);margin:0 8px;font-weight:800;-webkit-transition:.3s;transition:.3s}.paginator__btn:hover{-webkit-box-shadow:0 0 20px rgba(60,171,221,.75);box-shadow:0 0 20px rgba(60,171,221,.75)}.paginator__btn:focus{outline:none}.paginator__btn:active{opacity:.5}.paginator__btn.active{background:#7cd7ff;color:#091639}a[data-v-c86c3bb4]{cursor:pointer}.match__type{font-weight:700;font-size:24px;line-height:33px;margin:8px 0}.match__type_live span{color:#e72f31}.match__type_live .status{vertical-align:bottom}.match__type_live .status span{margin-left:8px}.match__status{font-size:12px;line-height:16px}.match__status_date{color:#757987}.match__status_date span{font-weight:700;color:#fff}.match__status_live{color:#fff;background:#e72f31;-webkit-box-shadow:0 0 10px red;box-shadow:0 0 10px red;border-radius:2px;padding:4px 15px 5px 15px;display:inline-block}.match__status,.match__type{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.match__result{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1!important;-ms-flex:1 1 30%!important;flex:1 1 30%!important}.match__result_count{font-weight:700;font-size:52px;line-height:71px;color:#fff}.match__result_count.counter-empty{color:hsla(0,0%,100%,.2)}.match__result_disput .btn{border-radius:3px;font-weight:700;font-size:24px;line-height:33px;padding:12px 64px}.match__winner_empty{background:#161e36;padding:13px 40px}.chat,.team_blue,.team_red{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.chat{margin:0 15px}.chat__form_actions .btn{width:200px}.message{max-width:380px}.message_me .message__user_ava{background:#8e8b80}@media only screen and (max-device-width:599px),only screen and (max-width:599px){.match-header{-ms-flex-wrap:wrap;flex-wrap:wrap}.match-header .match__info{-webkit-box-flex:1!important;-ms-flex:1 1 50%!important;flex:1 1 50%!important;max-width:50%!important;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-bottom:20px}.match-header .match__winner{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.match-header .match__result{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.match-header .match__result,.match-header .match__winner{-webkit-box-flex:1!important;-ms-flex:1 1 100%!important;flex:1 1 100%!important;max-width:100%!important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.match-header .match__winner_blue,.match-header .match__winner_red{max-width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.match-header .match__winner_blue span,.match-header .match__winner_red span{max-width:100%}.team-columns{-ms-flex-wrap:wrap;flex-wrap:wrap}.team-columns .tournament__member{-webkit-box-flex:1!important;-ms-flex:1 0 50%!important;flex:1 0 50%!important;max-width:50%;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.team-columns .tournament__member.team_blue{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.team-columns .chat{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin:0;margin-top:30px;width:100%}.team-columns .chat .title{text-align:left}.team-columns .chat__wrap{padding:16px}.team-columns .message{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.team-columns .message__user_ava{display:none}.team-columns .message__content{margin:0}}.modal.lobby-instruction .modal-card{padding:40px 30px}.modal.lobby-instruction .modal-card .swiper-button-next,.modal.lobby-instruction .modal-card .swiper-button-prev{background:none;height:30px;top:55%;margin-top:-15px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:auto}.modal.lobby-instruction .modal-card .swiper-button-prev{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.modal.lobby-instruction .modal-card .swiper-button-next{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.modal.lobby-instruction .modal-card .swiper-slide{overflow:hidden}.modal.lobby-instruction .modal-card .swiper-slide p{font-size:16px;line-height:22px;margin-bottom:10px}.modal.lobby-instruction .modal-card .swiper-slide p.title{font-weight:700;font-size:24px;line-height:33px}.modal.lobby-instruction .modal-card .swiper-pagination{position:static;margin-top:30px}.modal.lobby-instruction .modal-card .swiper-pagination-bullet{background:hsla(0,0%,100%,.5)}.modal.lobby-instruction .modal-card .swiper-pagination-bullet-active{background:-webkit-gradient(linear,left top,left bottom,from(#5bcdff),to(#1480b2));background:linear-gradient(180deg,#5bcdff 0,#1480b2)}.modal.lobby-instruction .modal-card .slide-text{text-align:center;min-height:110px}.modal.lobby-instruction .modal-card .slide-text span{color:#fbc33e;font-weight:700}.modal.lobby-instruction .modal-card .slide-img img{cursor:pointer;display:block;width:100%}.match-result{text-align:center}.match-result>p span{color:#fbc33e;font-weight:700}.match-result__action{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:30px}.match-result .team-action,.match-result .teams{margin-top:30px}.match-result .team-action.form-input,.match-result .teams.form-input{width:40%;padding:8px 16px;border-radius:100px;text-align:center;color:#fff!important;caret-color:#fff!important;background:rgba(0,10,37,.6);border:1px solid rgba(0,10,37,.6);outline:none;font-size:25px;line-height:108.95%;-webkit-transition:.2s cubic-bezier(.4,0,.6,1);transition:.2s cubic-bezier(.4,0,.6,1)}.match-result .team-action.form-input:focus,.match-result .teams.form-input:focus{border-color:#1480b2}@media only screen and (max-device-width:599px),only screen and (max-width:599px){.match-result .team{padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.match-result .teams{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around}.match-result .teams-divider{width:1px;background:hsla(0,0%,100%,.2);margin:0 16px}@media only screen and (max-device-width:599px),only screen and (max-width:599px){.match-result .teams{margin-top:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.match-result .teams>*{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.match-result .teams-divider{height:1px;width:100%;margin:20px 0}}.match-result .teams .tournament__member{margin:0 auto}@media only screen and (max-device-width:599px),only screen and (max-width:599px){.match-result .teams .tournament__member{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin:0}}.match-result .teams .tournament__member_name{text-align:center}@media only screen and (max-device-width:599px),only screen and (max-width:599px){.match-result .teams .tournament__member_name{max-width:75px;text-align:left}}@media only screen and (max-device-width:599px),only screen and (max-width:599px){.match-result .teams .tournament__member__ava,.match-result .teams .tournament__member_info{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}}@media only screen and (max-device-width:599px),only screen and (max-width:599px){.match-result .teams .tournament__member__ava{margin-right:8px!important;margin-top:0!important;height:50px;min-width:50px;max-width:50px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.match-result .teams .tournament__member_info{width:100%}@media only screen and (max-device-width:599px),only screen and (max-width:599px){.match-result .teams .tournament__member_info{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}@media only screen and (max-device-width:599px),only screen and (max-width:599px){.match-result .team-action{margin-top:0}}.message{border-radius:2px;padding:16px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;max-width:80%;width:100%}.message__content{margin-left:10px;margin-right:0;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.message_me .message__content{margin-right:10px;margin-left:0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.message:not(.message_me){-ms-flex-item-align:start;align-self:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.message_me{-ms-flex-item-align:end;align-self:flex-end;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.message__date{font-size:10px;color:grey}.message__text{position:relative;margin-left:16px;text-align:left}.message__text a{display:inline;color:hsla(0,0%,100%,.7);font-weight:400;border-bottom:1px solid #fff;-webkit-transition:.3s;transition:.3s}.message__text a:hover{color:#fff}.message_me .message__text{margin-left:0;margin-right:16px;text-align:right}.message__text:after{content:"";display:block;position:absolute;width:16px;height:16px;left:-16px;top:0;border-right:8px solid hsla(0,0%,100%,.15);border-top:8px solid hsla(0,0%,100%,.15);border-left:8px solid transparent;border-bottom:8px solid transparent}.message_me .message__text:after{left:auto;right:-16px;border-left:8px solid rgba(124,159,255,.15);border-top:8px solid rgba(124,159,255,.15);border-right:8px solid transparent;border-bottom:8px solid transparent}.message__text_wrap{padding:10px 20px 15px 20px;background:hsla(0,0%,100%,.15);border-radius:6px;border-top-left-radius:0;display:inline-block;text-align:left;word-break:break-all}.message_me .message__text_wrap{background:rgba(124,159,255,.15);border-radius:6px;border-top-right-radius:0}.message__text img{display:block;font-weight:400;text-transform:none;max-height:150px}.message__user_ava{width:100%;max-width:40px;height:40px;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;border:2px solid;background:#7f8492;-webkit-transition:.2s;transition:.2s;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.message__user_ava img,.message__user_ava svg{display:block;width:100%}.message__user_ava svg{margin:0;width:80%}.message__user_ava .btn__content{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.message_me .message__user_ava{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.message__user_name{font-weight:800;font-size:14px;line-height:15px;margin-bottom:8px}.message_me .message__user_name{text-align:right}.message_referee .message__user_ava{background:#b68104;border-color:#fbc33e}.message_referee .message__user_ava:hover{border-color:#feeabb;-webkit-box-shadow:0 0 10px #fbc33e;box-shadow:0 0 10px #fbc33e}@media only screen and (max-device-width:599px),only screen and (max-width:599px){.message_referee .message__user_name{color:#fbc33e}}.message_red .message__user_ava{background:#871011;border-color:#e72f31}.message_red .message__user_ava:hover{border-color:#f4a1a2;-webkit-box-shadow:0 0 10px #e72f31;box-shadow:0 0 10px #e72f31}@media only screen and (max-device-width:599px),only screen and (max-width:599px){.message_red .message__user_name{color:#e72f31}}.message_blue .message__user_ava{background:#0f5f84;border-color:#1480b2}.message_blue .message__user_ava:hover{border-color:#b5e2f7;-webkit-box-shadow:0 0 10px #1480b2;box-shadow:0 0 10px #1480b2}@media only screen and (max-device-width:599px),only screen and (max-width:599px){.message_blue .message__user_name{color:#1480b2}}.message.message_system{max-width:100%}.message.message_system .message__date{display:none}.message.message_system .message__content,.message.message_system .message__text_wrap{width:100%}.message.message_system .message__text:after{display:none}.message.message_system .message__text_wrap{background:transparent;padding:0;text-align:center;color:#7f8492}@media only screen and (max-device-width:599px),only screen and (max-width:599px){.team-columns .message{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.team-columns .message__user_ava{display:none}.team-columns .message__content{margin:0}}.form-file,.form-file input[type=file]{display:none}.form-file__dropzone,.form-file__dropzone_wrap{position:absolute;width:100%;height:100%;left:0;top:0}.form-file__dropzone_wrap{background:-webkit-gradient(linear,left top,left bottom,from(rgba(30,33,53,.8)),to(rgba(48,77,150,.8)));background:linear-gradient(180deg,rgba(30,33,53,.8) 0,rgba(48,77,150,.8));border-radius:6px;padding:15px;z-index:20;-webkit-transition:.3s;transition:.3s;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;opacity:0;visibility:hidden}.highlighted .form-file__dropzone_wrap{opacity:1;visibility:visible}.form-file__dropzone_wrap span{font-size:20px;color:hsla(0,0%,100%,.8);position:absolute;left:0;top:0;pointer-events:none}.form-file__dropzone_files,.form-file__dropzone_wrap span{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.form-file__dropzone_files{padding:30px;background:rgba(0,10,37,.5);border-radius:inherit;border:2px dashed hsla(0,0%,100%,.6)}.form-file__dropzone__preview_item{margin:8px}.form-file__dropzone__preview_item .preview_item__image{max-width:150px;max-height:150px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;margin:8px 0;border-radius:6px;position:relative}.form-file__dropzone__preview_item .preview_item__image .btn{position:absolute;top:8px;right:8px;background:rgba(0,10,37,.6);padding:8px;border-radius:100px;-webkit-transition:.3s;transition:.3s}.form-file__dropzone__preview_item .preview_item__image .btn svg{margin:0}.form-file__dropzone__preview_item .preview_item__image .btn:not(:active):hover{background:rgba(0,10,37,.3)}.form-file__dropzone__preview_item .preview_item__image img{display:block;width:100%}.progress-linear{background:transparent;position:relative;-webkit-transition:.2s cubic-bezier(.4,0,.6,1);transition:.2s cubic-bezier(.4,0,.6,1);width:100%}.progress-linear__buffer{height:inherit;width:100%;z-index:1}.progress-linear__background,.progress-linear__buffer{left:0;position:absolute;top:0;-webkit-transition:inherit;transition:inherit}.progress-linear__background{bottom:0;background:rgba(0,10,37,.5)}.progress-linear__content{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;left:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:0;width:100%;z-index:2}.progress-linear__determinate{position:relative;z-index:2;height:inherit;-webkit-transition:inherit;transition:inherit;border-radius:inherit}.progress-linear__determinate.primary{background:-webkit-gradient(linear,left top,right top,from(#e72f31),to(#1480b2));background:linear-gradient(90deg,#e72f31 0,#1480b2)}.progress-linear__indeterminate .long,.progress-linear__indeterminate .short{background-color:inherit;bottom:0;height:inherit;left:0;position:absolute;top:0;width:auto;will-change:left,right}.progress-linear__indeterminate_active .long{-webkit-animation:indeterminate;animation:indeterminate;-webkit-animation-duration:2.2s;animation-duration:2.2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.progress-linear__indeterminate_active .short{-webkit-animation:indeterminate-short;animation:indeterminate-short;-webkit-animation-duration:2.2s;animation-duration:2.2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.progress-linear__stream{-webkit-animation:stream .25s linear infinite;animation:stream .25s linear infinite;border-color:currentColor;border-top:4px dotted;bottom:0;opacity:.3;pointer-events:none;position:absolute;right:-8px;top:calc(50% - 2px);-webkit-transition:inherit;transition:inherit}.progress-linear__wrapper{overflow:hidden;position:relative;-webkit-transition:inherit;transition:inherit}.progress-linear_absolute,.progress-linear_fixed{left:0;z-index:1}.progress-linear_absolute{position:absolute}.progress-linear_fixed{position:fixed}.progress-linear_reactive .progress-linear__content{pointer-events:none}.progress-linear_rounded .progress-linear__background,.progress-linear_rounded .progress-linear__determinate{border-radius:.5em}.progress-linear_striped .progress-linear__determinate{background-image:linear-gradient(135deg,hsla(0,0%,100%,.25) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.25) 0,hsla(0,0%,100%,.25) 75%,transparent 0,transparent);background-size:40px 40px;background-repeat:repeat-x}.progress-linear_query .progress-linear__indeterminate_active .long{-webkit-animation:query;animation:query;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.progress-linear_query .progress-linear__indeterminate_active .short{-webkit-animation:query-short;animation:query-short;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes indeterminate{0%{left:-90%;right:100%}60%{left:-90%;right:100%}to{left:100%;right:-35%}}@keyframes indeterminate{0%{left:-90%;right:100%}60%{left:-90%;right:100%}to{left:100%;right:-35%}}@-webkit-keyframes indeterminate-short{0%{left:-200%;right:100%}60%{left:107%;right:-8%}to{left:107%;right:-8%}}@keyframes indeterminate-short{0%{left:-200%;right:100%}60%{left:107%;right:-8%}to{left:107%;right:-8%}}@-webkit-keyframes query{0%{right:-90%;left:100%}60%{right:-90%;left:100%}to{right:100%;left:-35%}}@keyframes query{0%{right:-90%;left:100%}60%{right:-90%;left:100%}to{right:100%;left:-35%}}@-webkit-keyframes query-short{0%{right:-200%;left:100%}60%{right:107%;left:-8%}to{right:107%;left:-8%}}@keyframes query-short{0%{right:-200%;left:100%}60%{right:107%;left:-8%}to{right:107%;left:-8%}}@-webkit-keyframes stream{to{-webkit-transform:translateX(-8px);transform:translateX(-8px)}}@keyframes stream{to{-webkit-transform:translateX(-8px);transform:translateX(-8px)}}.chat{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.chat .title{font-weight:900;font-size:28px;line-height:34px;color:#fff;text-align:center}.chat__header{position:relative}.chat__header .invite_admin{position:absolute;right:0;top:0}.chat__wrap{background:hsla(0,0%,100%,.05);border-radius:4px;padding:30px;width:100%}.in_future:not(.can_protest) .chat__wrap{min-height:100%}.chat__messages{width:100%;max-height:500px}.chat__messages_empty{text-align:center;padding:30px}.chat__messages_empty.chat__text{font-size:18px;line-height:30px}.chat__messages .simplebar-track{right:-20px}@media only screen and (max-device-width:599px),only screen and (max-width:599px){.chat__messages .simplebar-track{right:-10px}}.chat__form{margin-top:30px;position:relative}.chat__form .divider{margin:30px 0;opacity:.18}.chat__form_actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-top:30px}.chat__form_actions .btn{width:225px}@media only screen and (max-device-width:599px),only screen and (max-width:599px){.chat__form_actions{margin:0 -16px;padding:8px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.chat__form_actions .btn{width:auto;margin:8px}}.chat__form .text-field{padding:16px 20px}.chat__text{font-size:14px;line-height:19px;margin:0 auto;margin-bottom:30px;width:100%;max-width:580px;color:#7f8492}.chat__messages .chat__text{margin-bottom:0}.chat__text_warning{background:rgba(231,47,49,.1);padding:48px 30px;border:2px solid #e72f31;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:4px;color:#e72f31;text-shadow:0 0 15px rgba(255,0,0,.5);font-size:15px;line-height:18px;text-align:center}.chat__text_warning .title{color:#e72f31;font-weight:700;font-size:36px;line-height:42px;text-transform:uppercase}@media only screen and (max-device-width:599px),only screen and (max-width:599px){.chat__text_warning{padding:20px 16px}.chat__text_warning p{text-align:left;margin-bottom:0;margin-top:20px}.chat__text_warning p.title{font-size:28px;line-height:34px;margin-top:0;text-align:center!important}}@media only screen and (max-device-width:599px),only screen and (max-width:599px){.team-columns .chat{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin:0;margin-top:30px;width:100%}.team-columns .chat .title{text-align:left}.team-columns .chat__wrap{padding:16px}}.heroes-list-category{font-size:15px;color:#3cacdd;font-family:Montserrat;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-weight:700;width:33.33333%;height:70px;border-top-left-radius:10px;border-top-right-radius:10px;cursor:pointer;margin-bottom:-10px;padding-bottom:10px}.heroes-list-category:hover{background:rgba(15,26,57,.5)}.heroes-list-category:focus-within{position:relative}.heroes-list-category__btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:60px}.heroes-list-category__img{width:32px;height:32px;-ms-flex-negative:0;flex-shrink:0;margin-right:8px}.heroes-list-category.is-checked{background:#0f1a39}.heroes-list-category.is-checked .heroes-list-category__btn{color:#fff}@media only screen and (max-device-width:599px),only screen and (max-width:599px){.heroes-list-category__img{margin-right:0}.heroes-list-category__name{display:none}}.hero{border:2px solid #414a65;width:56px;height:34px}.hero__img{display:block;width:100%;height:100%}.heroes-list-hero.is-disabled{pointer-events:none;-webkit-filter:brightness(.3);filter:brightness(.3)}.heroes-list-hero:hover{cursor:pointer;border-color:#1480b2}.heroes-list-hero:active{-webkit-box-shadow:0 0 5px 0 #1480b2;box-shadow:0 0 5px 0 #1480b2}.pick-hero-modal .modal-card{max-width:100%;width:800px;padding:0}.pick-hero{width:780px;max-width:100%;padding:33px 15px}.pick-hero__body{padding:18px 35px;background:#000a25;border-radius:5px;width:600px;max-width:100%;margin:0 auto 30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.pick-hero__question{font-size:24px;font-weight:700;font-family:Montserrat;line-height:29px;text-align:right;width:335px;margin-right:25px}.pick-hero__hero{width:190px;height:125px;background:#0f1a39;border:2px solid #414a65;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:13px}.pick-hero__hero-img{width:92px;height:54px}.pick-hero__hero-name{font-family:Montserrat;font-weight:700;font-size:16px;line-height:20px;color:#fbc33e;text-align:center;margin-top:10px}.pick-hero__btn{width:174px;height:46px;font-size:20px;font-family:Montserrat;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (max-width:959px){.pick-hero__body{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.pick-hero__question{margin-right:0;margin-bottom:20px;text-align:center;width:100%}}@media only screen and (max-device-width:599px),only screen and (max-width:599px){.pick-hero__body{padding:15px}.pick-hero__question{font-size:18px}}.heroes-list{color:#fff;border:2px solid #414a65;padding:25px 20px}.heroes-list__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:23px}.heroes-list__title{font-weight:900;font-size:22px;font-family:Montserrat;line-height:27px}.heroes-list__search-label{font-size:14px;white-space:nowrap}.heroes-list__categories{display:-webkit-box;display:-ms-flexbox;display:flex}.heroes-list__list-wrapper{border-radius:10px;background-color:#0f1a39;padding:30px 15px 15px}.heroes-list__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:-5px}.heroes-list__col{padding:5px}.heroes-list__message{text-align:center;font-size:18px!important;margin-bottom:15px!important}.heroes-list__search{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.heroes-list__input{height:30px;width:154px;border-radius:25px;background-color:#000a25;font-size:12px;font-weight:300;color:#fff;margin-left:10px;padding:3px 10px;text-align:center;font-style:italic}.heroes-list__input::-webkit-input-placeholder{color:hsla(0,0%,100%,.5)}.heroes-list__input:-moz-placeholder,.heroes-list__input::-moz-placeholder{color:hsla(0,0%,100%,.5)}.heroes-list__input:-ms-input-placeholder{color:hsla(0,0%,100%,.5)}.heroes-list__input:focus{outline:none;-webkit-box-shadow:0 0 0 1px #1480b2;box-shadow:0 0 0 1px #1480b2}@media only screen and (max-width:959px){.heroes-list{padding:20px 15px}.heroes-list__list{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.heroes-list__title{margin-bottom:15px}.heroes-list__header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media only screen and (max-device-width:599px),only screen and (max-width:599px){.heroes-list__search{width:100%}.heroes-list__input{width:130px;margin-left:auto}}.heroes-side-picks-hero:not(:last-child){margin-bottom:18px}.heroes-side-picks-hero__default{border:2px solid transparent;font-size:34px;text-align:center;font-family:Montserrat;font-weight:700;line-height:34px}.heroes-side-picks-hero__default,.heroes-side-picks-hero__hero{width:66px;height:38px}.heroes-side-picks-hero_left .heroes-side-picks-hero__default,.heroes-side-picks-hero_left .heroes-side-picks-hero__hero{border-color:#e72f31}.heroes-side-picks-hero_left .heroes-side-picks-hero__default{background:#680b0c;color:#ed3e3d}.heroes-side-picks-hero_right .heroes-side-picks-hero__default,.heroes-side-picks-hero_right .heroes-side-picks-hero__hero{border-color:#1480b2}.heroes-side-picks-hero_right .heroes-side-picks-hero__default{background:#0d5577;color:#3cabdd}@media only screen and (max-width:1279px){.heroes-side-picks-hero:not(:last-child){margin-bottom:0;margin-right:18px}}.heroes-side-picks{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:2px solid transparent;padding:15px 20px 20px;position:relative}.heroes-side-picks__title{margin-bottom:15px;font-family:Montserrat;font-weight:700;font-size:20px;text-align:center}.heroes-side-picks_left{border-color:#e72f31}.heroes-side-picks_right{border-color:#2d9cdb}@media only screen and (max-width:1279px){.heroes-side-picks{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:40px 15px 15px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.heroes-side-picks .heroes-side-picks__title{position:absolute;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);top:10px}}.heroes-pick-reset{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 auto 20px;width:220px;max-width:100%}.heroes-pick-status{font-weight:700;font-size:24px;line-height:33px;text-align:center;margin-bottom:15px}.heroes-pick-status__picker{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.heroes-pick-status__nickname{color:#e72f31;display:inline-block;margin-left:5px;max-width:200px}.heroes-pick-status__timer{margin-top:10px}.heroes-pick-result{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:17px;margin:30px auto 40px}.heroes-pick-result__hero{margin-left:10px;width:66px;height:38px}.heroes-pick{padding:8px;margin-bottom:40px}.heroes-pick__body{display:-webkit-box;display:-ms-flexbox;display:flex}.heroes-pick__side-wrapper{width:110px;-ms-flex-negative:0;flex-shrink:0}.heroes-pick__bans{margin-bottom:20px}.heroes-pick__list{width:100%;max-width:790px;margin:0 auto}@media only screen and (max-width:1279px){.heroes-pick__side-wrapper{width:100%;margin-bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.heroes-pick__body{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.heroes-pick__bans{margin-bottom:0;margin-right:20px}.heroes-pick__list{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}@media only screen and (max-device-width:599px),only screen and (max-width:599px){.heroes-pick__side-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.heroes-pick__bans{margin-bottom:20px;margin-right:0}}.heroes-pick_picks-only{margin-bottom:0}.heroes-pick_picks-only .heroes-pick__body{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:-356px}@media only screen and (max-width:1279px){.heroes-pick_picks-only{margin-bottom:40px}.heroes-pick_picks-only .heroes-pick__body{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}}.match-status{font-size:12px;line-height:16px}.match-status__date{color:#757987}.match-status__date span{font-weight:700;color:#fff}.match-status__live{color:#fff;background:#e72f31;-webkit-box-shadow:0 0 10px red;box-shadow:0 0 10px red;border-radius:2px;padding:4px 15px 5px 15px;display:inline-block}.match-type{font-weight:700;font-size:24px;line-height:33px;margin:8px 0}.match-type__live span{color:#e72f31}.match-type__live .status{vertical-align:bottom}.match-type__live .status span{margin-left:8px}.match-result{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1!important;-ms-flex:1 1 30%!important;flex:1 1 30%!important;padding:0 10px}.match-result__count{font-weight:700;font-size:52px;line-height:1.4;color:#fff}.match-result__count.counter-empty{color:hsla(0,0%,100%,.2)}.match-result__disput{background:#e72f31;color:#fff;border-radius:3px;font-weight:700;font-size:24px;padding:12px 44px}@media only screen and (max-width:959px){.match-result__disput{font-size:18px;padding:9px 34px}.match-result__count{font-size:34px}}@media only screen and (max-device-width:599px),only screen and (max-width:599px){.match-result{margin-bottom:20px}}.chat-instruction__title{cursor:pointer;font-size:14px;font-weight:700;margin-bottom:20px}.chat-instruction__title span{-webkit-transition:.2s;transition:.2s;border-bottom:1px dashed transparent}.chat-instruction__title:hover{color:#b6b9c1}.chat-instruction__title:hover span{border-bottom:1px dashed}.chat-instruction__caret{display:inline-block}.chat-instruction__caret svg{-webkit-transition:.2s;transition:.2s;-webkit-transform-origin:center;transform-origin:center}.chat-instruction__caret.closed svg{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.chat-instruction__content p:last-child{margin-bottom:0}.match__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1!important;-ms-flex:1 1 40%!important;flex:1 1 40%!important}.match__column{width:100%;max-width:790px;margin:0 auto;min-height:350px}@media only screen and (max-width:1279px){.match__column{min-height:auto}}.match__participants{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:8px}.match__participants,.match__winner{display:-webkit-box;display:-ms-flexbox;display:flex}.match__winner{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-flex:1!important;-ms-flex:1 1 40%!important;flex:1 1 40%!important;max-width:40%}.match__winner .match__format{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;text-align:right;border-radius:6px;padding:13px 28px}.match__winner_empty{background:#1d2848;border-radius:6px;padding:13px 28px;font-weight:700;font-size:18px;line-height:25px;max-width:100%}.match__winner_blue,.match__winner_red{font-weight:400;padding:13px 28px;border-radius:6px;max-width:90%}.match__winner_blue span,.match__winner_red span{display:inline-block;vertical-align:bottom;max-width:80%}.match__winner_red{background:#e72f31}.match__winner_blue{background:#1480b2}@media only screen and (max-device-width:599px),only screen and (max-width:599px){.match__winner{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.match__winner .match__format,.match__winner_blue,.match__winner_empty,.match__winner_red{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}}.match__lobby_info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin:0 -15px;margin-bottom:30px}.match__lobby_info>.flex{-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%;padding:0 15px!important}.match__lobby_info .chat__wrap{padding-top:15px}.match__lobby_info .chat__wrap .label{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:16px;line-height:16px;margin-bottom:8px}.match__lobby_info .chat__wrap .field{background:rgba(0,10,37,.5);color:#fff;font-weight:800;font-size:20px;line-height:109%;letter-spacing:.02em;border-radius:6px;padding:0 16px;min-height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.team_blue,.team_red{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;max-width:110px;min-width:110px}.team_blue.tournament__member,.team_red.tournament__member{background:none;padding:0;border-radius:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.team_blue .tournament__member__ava,.team_blue .tournament__member_country,.team_blue .tournament__member_name,.team_red .tournament__member__ava,.team_red .tournament__member_country,.team_red .tournament__member_name{width:100%;min-width:0;max-width:110px}.team_blue .tournament__member_country,.team_red .tournament__member_country{height:1em}.team_blue .tournament__member__ava,.team_red .tournament__member__ava{margin:0!important;margin-top:8px!important;height:110px;-webkit-transition:.3s;transition:.3s;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.team_blue .tournament__member__ava img,.team_blue .tournament__member__ava svg,.team_red .tournament__member__ava img,.team_red .tournament__member__ava svg{display:block;width:100%}.team_blue .tournament__member__ava svg,.team_red .tournament__member__ava svg{margin:0;width:80%}.team_blue .tournament__member__ava .btn__content,.team_red .tournament__member__ava .btn__content{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.team_blue .tournament__member__ava:active,.team_red .tournament__member__ava:active{opacity:.6}.team_red{margin-right:15px;text-align:left}.team_red .tournament__member__ava:hover{border-color:#ffd0d1;-webkit-box-shadow:0 0 20px #ff4749;box-shadow:0 0 20px #ff4749}.team_blue{margin-left:15px;text-align:right}.team_blue .tournament__member__ava:hover{border-color:#b3e7ff;-webkit-box-shadow:0 0 20px #1480b2;box-shadow:0 0 20px #1480b2}@media only screen and (max-device-width:599px),only screen and (max-width:599px){.match-header{-ms-flex-wrap:wrap;flex-wrap:wrap}.match-header .match__info{-webkit-box-flex:1!important;-ms-flex:1 1 100%!important;flex:1 1 100%!important;max-width:100%!important;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.match-header .match__winner{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.match-header .match__result{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.match-header .match__result,.match-header .match__winner{-webkit-box-flex:1!important;-ms-flex:1 1 100%!important;flex:1 1 100%!important;max-width:100%!important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.match-header .match__winner_blue,.match-header .match__winner_red{max-width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.match-header .match__winner_blue span,.match-header .match__winner_red span{max-width:100%}}